File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed
node_modules/@npmcli/installed-package-contents Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1+ #! /usr/bin/env node
2+
13// to GET CONTENTS for folder at PATH (which may be a PACKAGE):
24// - if PACKAGE, read path/package.json
35// - if bins in ../node_modules/.bin, add those to result
Original file line number Diff line number Diff line change 11{
22 "name" : " @npmcli/installed-package-contents" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Get the list of files installed in a package in node_modules, including bundled dependencies" ,
55 "author" : " GitHub Inc." ,
66 "main" : " lib/index.js" ,
1919 },
2020 "devDependencies" : {
2121 "@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" ,
2423 "require-inject" : " ^1.4.4" ,
2524 "tap" : " ^16.3.0"
2625 },
4140 },
4241 "templateOSS" : {
4342 "//@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 "
4544 },
4645 "tap" : {
4746 "nyc-arg" : [
Original file line number Diff line number Diff line change 20842084 }
20852085 },
20862086 "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 ==",
20902090 "inBundle": true,
20912091 "dependencies": {
20922092 "npm-bundled": "^3.0.0",
1495914959 "dependencies": {
1496014960 "@isaacs/string-locale-compare": "^1.1.0",
1496114961 "@npmcli/fs": "^3.1.0",
14962- "@npmcli/installed-package-contents": "^2.0.0 ",
14962+ "@npmcli/installed-package-contents": "^2.0.2 ",
1496314963 "@npmcli/map-workspaces": "^3.0.2",
1496414964 "@npmcli/metavuln-calculator": "^5.0.0",
1496514965 "@npmcli/name-from-folder": "^2.0.0",
1505515055 "dependencies": {
1505615056 "@npmcli/arborist": "^6.2.3",
1505715057 "@npmcli/disparity-colors": "^3.0.0",
15058- "@npmcli/installed-package-contents": "^2.0.0 ",
15058+ "@npmcli/installed-package-contents": "^2.0.2 ",
1505915059 "binary-extensions": "^2.2.0",
1506015060 "diff": "^5.1.0",
1506115061 "minimatch": "^6.1.6",
Original file line number Diff line number Diff line change 55 "dependencies" : {
66 "@isaacs/string-locale-compare" : " ^1.1.0" ,
77 "@npmcli/fs" : " ^3.1.0" ,
8- "@npmcli/installed-package-contents" : " ^2.0.0 " ,
8+ "@npmcli/installed-package-contents" : " ^2.0.2 " ,
99 "@npmcli/map-workspaces" : " ^3.0.2" ,
1010 "@npmcli/metavuln-calculator" : " ^5.0.0" ,
1111 "@npmcli/name-from-folder" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 4848 "dependencies" : {
4949 "@npmcli/arborist" : " ^6.2.3" ,
5050 "@npmcli/disparity-colors" : " ^3.0.0" ,
51- "@npmcli/installed-package-contents" : " ^2.0.0 " ,
51+ "@npmcli/installed-package-contents" : " ^2.0.2 " ,
5252 "binary-extensions" : " ^2.2.0" ,
5353 "diff" : " ^5.1.0" ,
5454 "minimatch" : " ^6.1.6" ,
You can’t perform that action at this time.
0 commit comments