Commit 71ae406 1 parent 2695e1f commit 71ae406 Copy full SHA for 71ae406
File tree 5 files changed +12
-11
lines changed
node_modules/@npmcli/installed-package-contents
5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env node
2
+
1
3
// to GET CONTENTS for folder at PATH (which may be a PACKAGE):
2
4
// - if PACKAGE, read path/package.json
3
5
// - if bins in ../node_modules/.bin, add those to result
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @npmcli/installed-package-contents" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " Get the list of files installed in a package in node_modules, including bundled dependencies" ,
5
5
"author" : " GitHub Inc." ,
6
6
"main" : " lib/index.js" ,
19
19
},
20
20
"devDependencies" : {
21
21
"@npmcli/eslint-config" : " ^4.0.0" ,
22
- "@npmcli/template-oss" : " 4.6.2" ,
23
- "mkdirp" : " ^1.0.4" ,
22
+ "@npmcli/template-oss" : " 4.11.4" ,
24
23
"require-inject" : " ^1.4.4" ,
25
24
"tap" : " ^16.3.0"
26
25
},
41
40
},
42
41
"templateOSS" : {
43
42
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
44
- "version" : " 4.6.2 "
43
+ "version" : " 4.11.4 "
45
44
},
46
45
"tap" : {
47
46
"nyc-arg" : [
Original file line number Diff line number Diff line change 2084
2084
}
2085
2085
},
2086
2086
"node_modules/@npmcli/installed-package-contents": {
2087
- "version": "2.0.1 ",
2088
- "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.0.1 .tgz",
2089
- "integrity": "sha512-GIykAFdOVK31Q1/zAtT5MbxqQL2vyl9mvFJv+OGu01zxbhL3p0xc8gJjdNGX1mWmUT43aEKVO2L6V/2j4TOsAA ==",
2087
+ "version": "2.0.2 ",
2088
+ "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.0.2 .tgz",
2089
+ "integrity": "sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ ==",
2090
2090
"inBundle": true,
2091
2091
"dependencies": {
2092
2092
"npm-bundled": "^3.0.0",
14959
14959
"dependencies": {
14960
14960
"@isaacs/string-locale-compare": "^1.1.0",
14961
14961
"@npmcli/fs": "^3.1.0",
14962
- "@npmcli/installed-package-contents": "^2.0.0 ",
14962
+ "@npmcli/installed-package-contents": "^2.0.2 ",
14963
14963
"@npmcli/map-workspaces": "^3.0.2",
14964
14964
"@npmcli/metavuln-calculator": "^5.0.0",
14965
14965
"@npmcli/name-from-folder": "^2.0.0",
15055
15055
"dependencies": {
15056
15056
"@npmcli/arborist": "^6.2.3",
15057
15057
"@npmcli/disparity-colors": "^3.0.0",
15058
- "@npmcli/installed-package-contents": "^2.0.0 ",
15058
+ "@npmcli/installed-package-contents": "^2.0.2 ",
15059
15059
"binary-extensions": "^2.2.0",
15060
15060
"diff": "^5.1.0",
15061
15061
"minimatch": "^6.1.6",
Original file line number Diff line number Diff line change 5
5
"dependencies" : {
6
6
"@isaacs/string-locale-compare" : " ^1.1.0" ,
7
7
"@npmcli/fs" : " ^3.1.0" ,
8
- "@npmcli/installed-package-contents" : " ^2.0.0 " ,
8
+ "@npmcli/installed-package-contents" : " ^2.0.2 " ,
9
9
"@npmcli/map-workspaces" : " ^3.0.2" ,
10
10
"@npmcli/metavuln-calculator" : " ^5.0.0" ,
11
11
"@npmcli/name-from-folder" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 48
48
"dependencies" : {
49
49
"@npmcli/arborist" : " ^6.2.3" ,
50
50
"@npmcli/disparity-colors" : " ^3.0.0" ,
51
- "@npmcli/installed-package-contents" : " ^2.0.0 " ,
51
+ "@npmcli/installed-package-contents" : " ^2.0.2 " ,
52
52
"binary-extensions" : " ^2.2.0" ,
53
53
"diff" : " ^5.1.0" ,
54
54
"minimatch" : " ^6.1.6" ,
You can’t perform that action at this time.
0 commit comments