Skip to content

Commit 820e983

Browse files
committed
deps: update @npmcli/installed-package-contents@3.0.0
1 parent 9cd6603 commit 820e983

File tree

19 files changed

+243
-106
lines changed

19 files changed

+243
-106
lines changed

node_modules/.gitignore

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
!/@npmcli/fs
2121
!/@npmcli/git
2222
!/@npmcli/installed-package-contents
23+
!/@npmcli/installed-package-contents/node_modules/
24+
/@npmcli/installed-package-contents/node_modules/*
25+
!/@npmcli/installed-package-contents/node_modules/npm-normalize-package-bin
2326
!/@npmcli/map-workspaces
2427
!/@npmcli/map-workspaces/node_modules/
2528
/@npmcli/map-workspaces/node_modules/*
@@ -34,6 +37,7 @@
3437
!/@npmcli/metavuln-calculator/node_modules/@npmcli/agent
3538
!/@npmcli/metavuln-calculator/node_modules/@npmcli/fs
3639
!/@npmcli/metavuln-calculator/node_modules/@npmcli/git
40+
!/@npmcli/metavuln-calculator/node_modules/@npmcli/installed-package-contents
3741
!/@npmcli/metavuln-calculator/node_modules/@npmcli/package-json
3842
!/@npmcli/metavuln-calculator/node_modules/@npmcli/promise-spawn
3943
!/@npmcli/metavuln-calculator/node_modules/@npmcli/redact
@@ -45,6 +49,7 @@
4549
!/@npmcli/metavuln-calculator/node_modules/json-parse-even-better-errors
4650
!/@npmcli/metavuln-calculator/node_modules/make-fetch-happen
4751
!/@npmcli/metavuln-calculator/node_modules/normalize-package-data
52+
!/@npmcli/metavuln-calculator/node_modules/npm-bundled
4853
!/@npmcli/metavuln-calculator/node_modules/npm-install-checks
4954
!/@npmcli/metavuln-calculator/node_modules/npm-package-arg
5055
!/@npmcli/metavuln-calculator/node_modules/npm-pick-manifest
@@ -226,6 +231,9 @@
226231
!/normalize-package-data
227232
!/npm-audit-report
228233
!/npm-bundled
234+
!/npm-bundled/node_modules/
235+
/npm-bundled/node_modules/*
236+
!/npm-bundled/node_modules/npm-normalize-package-bin
229237
!/npm-install-checks
230238
!/npm-normalize-package-bin
231239
!/npm-package-arg
@@ -246,12 +254,7 @@
246254
!/pacote
247255
!/pacote/node_modules/
248256
/pacote/node_modules/*
249-
!/pacote/node_modules/@npmcli/
250-
/pacote/node_modules/@npmcli/*
251-
!/pacote/node_modules/@npmcli/installed-package-contents
252257
!/pacote/node_modules/ignore-walk
253-
!/pacote/node_modules/npm-bundled
254-
!/pacote/node_modules/npm-normalize-package-bin
255258
!/pacote/node_modules/npm-packlist
256259
!/parse-conflict-json
257260
!/path-key

node_modules/@npmcli/installed-package-contents/package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/installed-package-contents",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
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",
@@ -11,35 +11,36 @@
1111
"scripts": {
1212
"test": "tap",
1313
"snap": "tap",
14-
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
14+
"lint": "npm run eslint",
1515
"postlint": "template-oss-check",
1616
"template-oss-apply": "template-oss-apply --force",
17-
"lintfix": "npm run lint -- --fix",
18-
"posttest": "npm run lint"
17+
"lintfix": "npm run eslint -- --fix",
18+
"posttest": "npm run lint",
19+
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
1920
},
2021
"devDependencies": {
21-
"@npmcli/eslint-config": "^4.0.0",
22-
"@npmcli/template-oss": "4.21.4",
22+
"@npmcli/eslint-config": "^5.0.0",
23+
"@npmcli/template-oss": "4.23.3",
2324
"tap": "^16.3.0"
2425
},
2526
"dependencies": {
26-
"npm-bundled": "^3.0.0",
27-
"npm-normalize-package-bin": "^3.0.0"
27+
"npm-bundled": "^4.0.0",
28+
"npm-normalize-package-bin": "^4.0.0"
2829
},
2930
"repository": {
3031
"type": "git",
31-
"url": "https://github.com/npm/installed-package-contents.git"
32+
"url": "git+https://github.com/npm/installed-package-contents.git"
3233
},
3334
"files": [
3435
"bin/",
3536
"lib/"
3637
],
3738
"engines": {
38-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
39+
"node": "^18.17.0 || >=20.5.0"
3940
},
4041
"templateOSS": {
4142
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
42-
"version": "4.21.4",
43+
"version": "4.23.3",
4344
"publish": true
4445
},
4546
"tap": {

node_modules/pacote/node_modules/@npmcli/installed-package-contents/package.json renamed to node_modules/@npmcli/metavuln-calculator/node_modules/@npmcli/installed-package-contents/package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/installed-package-contents",
3-
"version": "3.0.0",
3+
"version": "2.1.0",
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",
@@ -11,36 +11,35 @@
1111
"scripts": {
1212
"test": "tap",
1313
"snap": "tap",
14-
"lint": "npm run eslint",
14+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
1515
"postlint": "template-oss-check",
1616
"template-oss-apply": "template-oss-apply --force",
17-
"lintfix": "npm run eslint -- --fix",
18-
"posttest": "npm run lint",
19-
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
17+
"lintfix": "npm run lint -- --fix",
18+
"posttest": "npm run lint"
2019
},
2120
"devDependencies": {
22-
"@npmcli/eslint-config": "^5.0.0",
23-
"@npmcli/template-oss": "4.23.3",
21+
"@npmcli/eslint-config": "^4.0.0",
22+
"@npmcli/template-oss": "4.21.4",
2423
"tap": "^16.3.0"
2524
},
2625
"dependencies": {
27-
"npm-bundled": "^4.0.0",
28-
"npm-normalize-package-bin": "^4.0.0"
26+
"npm-bundled": "^3.0.0",
27+
"npm-normalize-package-bin": "^3.0.0"
2928
},
3029
"repository": {
3130
"type": "git",
32-
"url": "git+https://github.com/npm/installed-package-contents.git"
31+
"url": "https://github.com/npm/installed-package-contents.git"
3332
},
3433
"files": [
3534
"bin/",
3635
"lib/"
3736
],
3837
"engines": {
39-
"node": "^18.17.0 || >=20.5.0"
38+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4039
},
4140
"templateOSS": {
4241
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
43-
"version": "4.23.3",
42+
"version": "4.21.4",
4443
"publish": true
4544
},
4645
"tap": {

0 commit comments

Comments
 (0)