File tree Expand file tree Collapse file tree 9 files changed +37
-95
lines changed
map-workspaces/node_modules/@npmcli/name-from-folder Expand file tree Collapse file tree 9 files changed +37
-95
lines changed Original file line number Diff line number Diff line change 21
21
! /@npmcli /git
22
22
! /@npmcli /installed-package-contents
23
23
! /@npmcli /map-workspaces
24
- ! /@npmcli /map-workspaces /node_modules /
25
- /@npmcli /map-workspaces /node_modules /*
26
- ! /@npmcli /map-workspaces /node_modules /@npmcli /
27
- /@npmcli /map-workspaces /node_modules /@npmcli /*
28
- ! /@npmcli /map-workspaces /node_modules /@npmcli /name-from-folder
29
24
! /@npmcli /metavuln-calculator
30
25
! /@npmcli /name-from-folder
31
26
! /@npmcli /node-gyp
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @npmcli/name-from-folder" ,
3
- "version" : " 1 .0.1 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"files" : [
5
- " index.js"
5
+ " bin/" ,
6
+ " lib/"
6
7
],
8
+ "main" : " lib/index.js" ,
7
9
"description" : " Get the package name from a folder path" ,
8
10
"repository" : {
9
11
"type" : " git" ,
10
- "url" : " git+ https://github.com/npm/name-from-folder"
12
+ "url" : " https://github.com/npm/name-from-folder.git "
11
13
},
12
- "author" : " Isaac Z. Schlueter <i@izs.me> (https://izs.me) " ,
14
+ "author" : " GitHub Inc. " ,
13
15
"license" : " ISC" ,
14
16
"scripts" : {
15
17
"test" : " tap" ,
16
18
"snap" : " tap" ,
17
- "preversion" : " npm test" ,
18
- "postversion" : " npm publish" ,
19
- "prepublishOnly" : " git push origin --follow-tags"
20
- },
21
- "tap" : {
22
- "check-coverage" : true
19
+ "lint" : " eslint \" **/*.js\" " ,
20
+ "postlint" : " template-oss-check" ,
21
+ "template-oss-apply" : " template-oss-apply --force" ,
22
+ "lintfix" : " npm run lint -- --fix" ,
23
+ "posttest" : " npm run lint"
23
24
},
24
25
"devDependencies" : {
25
- "tap" : " ^14.10.7"
26
+ "@npmcli/eslint-config" : " ^4.0.1" ,
27
+ "@npmcli/template-oss" : " 4.11.0" ,
28
+ "tap" : " ^16.3.2"
29
+ },
30
+ "engines" : {
31
+ "node" : " ^14.17.0 || ^16.13.0 || >=18.0.0"
32
+ },
33
+ "templateOSS" : {
34
+ "//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
35
+ "version" : " 4.11.0"
36
+ },
37
+ "tap" : {
38
+ "nyc-arg" : [
39
+ " --exclude" ,
40
+ " tap-snapshots/**"
41
+ ]
26
42
}
27
43
}
Original file line number Diff line number Diff line change 2177
2177
"node" : " ^14.17.0 || ^16.13.0 || >=18.0.0"
2178
2178
}
2179
2179
},
2180
- "node_modules/@npmcli/map-workspaces/node_modules/@npmcli/name-from-folder" : {
2181
- "version" : " 2.0.0" ,
2182
- "resolved" : " https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz" ,
2183
- "integrity" : " sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==" ,
2184
- "inBundle" : true ,
2185
- "engines" : {
2186
- "node" : " ^14.17.0 || ^16.13.0 || >=18.0.0"
2187
- }
2188
- },
2189
2180
"node_modules/@npmcli/metavuln-calculator" : {
2190
2181
"version" : " 5.0.0" ,
2191
2182
"license" : " ISC" ,
2204
2195
"link" : true
2205
2196
},
2206
2197
"node_modules/@npmcli/name-from-folder" : {
2207
- "version" : " 1.0.1" ,
2208
- "license" : " ISC"
2198
+ "version" : " 2.0.0" ,
2199
+ "resolved" : " https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz" ,
2200
+ "integrity" : " sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==" ,
2201
+ "inBundle" : true ,
2202
+ "engines" : {
2203
+ "node" : " ^14.17.0 || ^16.13.0 || >=18.0.0"
2204
+ }
2209
2205
},
2210
2206
"node_modules/@npmcli/node-gyp" : {
2211
2207
"version" : " 3.0.0" ,
14387
14383
"@npmcli/installed-package-contents" : " ^2.0.0" ,
14388
14384
"@npmcli/map-workspaces" : " ^3.0.1" ,
14389
14385
"@npmcli/metavuln-calculator" : " ^5.0.0" ,
14390
- "@npmcli/name-from-folder" : " ^1 .0.1 " ,
14386
+ "@npmcli/name-from-folder" : " ^2 .0.0 " ,
14391
14387
"@npmcli/node-gyp" : " ^3.0.0" ,
14392
14388
"@npmcli/package-json" : " ^3.0.0" ,
14393
14389
"@npmcli/query" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 250
250
},
251
251
"templateOSS" : {
252
252
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
253
- "version" : " 4.11.1 " ,
253
+ "version" : " 4.11.3 " ,
254
254
"content" : " ./scripts/template-oss/root.js"
255
255
},
256
256
"license" : " Artistic-2.0" ,
Original file line number Diff line number Diff line change 8
8
"@npmcli/installed-package-contents" : " ^2.0.0" ,
9
9
"@npmcli/map-workspaces" : " ^3.0.1" ,
10
10
"@npmcli/metavuln-calculator" : " ^5.0.0" ,
11
- "@npmcli/name-from-folder" : " ^1 .0.1 " ,
11
+ "@npmcli/name-from-folder" : " ^2 .0.0 " ,
12
12
"@npmcli/node-gyp" : " ^3.0.0" ,
13
13
"@npmcli/package-json" : " ^3.0.0" ,
14
14
"@npmcli/query" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments