File tree 4 files changed +20
-12
lines changed 4 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 22
22
]
23
23
},
24
24
"devDependencies" : {
25
+ "c8" : " ^10.1.3" ,
25
26
"eslint" : " ^9.11.1" ,
26
27
"eslint-config-eslint" : " ^11.0.0" ,
27
28
"eslint-plugin-chai-friendly" : " ^1.0.0" ,
28
29
"globals" : " ^15.1.0" ,
29
30
"got" : " ^14.4.1" ,
30
31
"lint-staged" : " ^15.2.0" ,
32
+ "mocha" : " ^11.1.0" ,
31
33
"yorkie" : " ^2.0.0"
32
34
}
33
35
}
Original file line number Diff line number Diff line change 15
15
"engines" : {
16
16
"node" : " ^18.18.0 || ^20.9.0 || >=21.1.0"
17
17
},
18
- "repository" : " eslint/js" ,
18
+ "repository" : {
19
+ "type" : " git" ,
20
+ "url" : " https://github.com/eslint/js.git" ,
21
+ "directory" : " packages/eslint-scope"
22
+ },
19
23
"funding" : " https://opencollective.com/eslint" ,
24
+ "keywords" : [" eslint" ],
20
25
"bugs" : {
21
26
"url" : " https://github.com/eslint/js/issues"
22
27
},
45
50
},
46
51
"devDependencies" : {
47
52
"@typescript-eslint/parser" : " ^8.7.0" ,
48
- "c8" : " ^7.7.3" ,
49
53
"chai" : " ^4.3.4" ,
50
54
"eslint-release" : " ^3.2.0" ,
51
55
"eslint-visitor-keys" : " ^4.2.0" ,
52
56
"espree" : " ^10.3.0" ,
53
- "mocha" : " ^9.0.1" ,
54
57
"npm-license" : " ^0.3.3" ,
55
58
"rollup" : " ^2.52.7" ,
56
59
"shelljs" : " ^0.8.5" ,
Original file line number Diff line number Diff line change 29
29
"@types/estree" : " ^0.0.51" ,
30
30
"@types/estree-jsx" : " ^0.0.1" ,
31
31
"@typescript-eslint/parser" : " ^8.7.0" ,
32
- "c8" : " ^7.11.0" ,
33
- "chai" : " ^4.3.6" ,
34
32
"eslint-release" : " ^3.2.0" ,
35
33
"esquery" : " ^1.4.0" ,
36
34
"json-diff" : " ^0.7.3" ,
37
- "mocha" : " ^9.2.1" ,
38
35
"opener" : " ^1.5.2" ,
39
36
"rollup" : " ^4.22.4" ,
40
37
"rollup-plugin-dts" : " ^6.1.1" ,
55
52
"test:open-coverage" : " c8 report --reporter lcov && opener coverage/lcov-report/index.html" ,
56
53
"test:types" : " tsd"
57
54
},
58
- "repository" : " eslint/js" ,
55
+ "repository" : {
56
+ "type" : " git" ,
57
+ "url" : " https://github.com/eslint/js.git" ,
58
+ "directory" : " packages/eslint-visitor-keys"
59
+ },
59
60
"funding" : " https://opencollective.com/eslint" ,
60
- "keywords" : [],
61
+ "keywords" : [" eslint " ],
61
62
"author" : " Toru Nagashima (https://github.com/mysticatea)" ,
62
63
"license" : " Apache-2.0" ,
63
64
"bugs" : {
Original file line number Diff line number Diff line change 25
25
"engines" : {
26
26
"node" : " ^18.18.0 || ^20.9.0 || >=21.1.0"
27
27
},
28
- "repository" : " eslint/js" ,
28
+ "repository" : {
29
+ "type" : " git" ,
30
+ "url" : " https://github.com/eslint/js.git" ,
31
+ "directory" : " packages/espree"
32
+ },
29
33
"bugs" : {
30
34
"url" : " https://github.com/eslint/js/issues"
31
35
},
40
44
"@rollup/plugin-commonjs" : " ^28.0.0" ,
41
45
"@rollup/plugin-json" : " ^6.1.0" ,
42
46
"@rollup/plugin-node-resolve" : " ^15.3.0" ,
43
- "c8" : " ^7.11.0" ,
44
47
"eslint-release" : " ^3.2.0" ,
45
48
"esprima-fb" : " ^8001.2001.0-dev-harmony-fb" ,
46
- "mocha" : " ^9.2.2" ,
47
49
"npm-run-all2" : " ^6.2.2" ,
48
50
"rollup" : " ^2.79.1" ,
49
51
"shelljs" : " ^0.8.5"
70
72
"release:publish" : " eslint-publish-release" ,
71
73
"test" : " npm-run-all -s test:*" ,
72
74
"test:cjs" : " mocha --color --reporter progress --timeout 30000 tests/lib/commonjs.cjs" ,
73
- "test:esm" : " c8 mocha --color --reporter progress --timeout 30000 ' tests/lib/**/*.js' "
75
+ "test:esm" : " c8 mocha --color --reporter progress --timeout 30000 tests/lib/**/*.js"
74
76
}
75
77
}
You can’t perform that action at this time.
0 commit comments