File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 7.0.1" ,
4
4
"description" : " Copy file globs, watching for changes." ,
5
5
"engines" : {
6
- "node" : " >=18 " ,
6
+ "node" : " ^20.0.0 || >=22.0.0 " ,
7
7
"npm" : " >=10"
8
8
},
9
9
"main" : " lib/index.js" ,
17
17
"clean" : " rm -rf .nyc_output coverage test-ws" ,
18
18
"coverage" : " nyc report -r lcov && opener coverage/lcov-report/index.html" ,
19
19
"lint" : " eslint" ,
20
- "test" : " nyc --require @babel/register npm run -s _mocha" ,
20
+ "test" : " run-s test:*" ,
21
+ "test:lint" : " eslint" ,
22
+ "test:installed-check" : " installed-check --ignore-dev" ,
23
+ "test:mocha" : " nyc --require @babel/register npm run -s _mocha" ,
21
24
"watch" : " npm run -s _mocha -- --require @babel/register --watch --growl"
22
25
},
23
26
"dependencies" : {
29
32
"glob2base" : " 0.0.12" ,
30
33
"ignore" : " ^6.0.2" ,
31
34
"minimatch" : " ^10.0.1" ,
32
- "p-map" : " ^6 .0.0" ,
35
+ "p-map" : " ^7 .0.0" ,
33
36
"resolve" : " ^1.12.0" ,
34
37
"safe-buffer" : " ^5.2.0" ,
35
38
"shell-quote" : " ^1.8.0" ,
43
46
"eslint" : " ^9.11.1" ,
44
47
"eslint-plugin-mocha" : " ^10.5.0" ,
45
48
"gh-release" : " ^7.0.2" ,
49
+ "installed-check" : " ^9.3.0" ,
46
50
"mocha" : " ^10.2.0" ,
47
51
"neostandard" : " ^0.11.6" ,
52
+ "npm-run-all2" : " ^6.2.3" ,
48
53
"nyc" : " ^17.0.0" ,
49
54
"opener" : " ^1.5.1" ,
50
55
"p-event" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments