Skip to content

Commit ab40dab

Browse files
committed
deps: update which@5.0.0
1 parent b1c4770 commit ab40dab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+143
-829
lines changed

node_modules/.gitignore

+6-10
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@
2626
!/@npmcli/git/node_modules/@npmcli/promise-spawn
2727
!/@npmcli/git/node_modules/hosted-git-info
2828
!/@npmcli/git/node_modules/ini
29+
!/@npmcli/git/node_modules/isexe
2930
!/@npmcli/git/node_modules/npm-install-checks
3031
!/@npmcli/git/node_modules/npm-package-arg
3132
!/@npmcli/git/node_modules/npm-pick-manifest
3233
!/@npmcli/git/node_modules/proc-log
3334
!/@npmcli/git/node_modules/validate-npm-package-name
35+
!/@npmcli/git/node_modules/which
3436
!/@npmcli/installed-package-contents
3537
!/@npmcli/map-workspaces
3638
!/@npmcli/map-workspaces/node_modules/
@@ -51,6 +53,7 @@
5153
!/@npmcli/metavuln-calculator/node_modules/@npmcli/run-script
5254
!/@npmcli/metavuln-calculator/node_modules/cacache
5355
!/@npmcli/metavuln-calculator/node_modules/hosted-git-info
56+
!/@npmcli/metavuln-calculator/node_modules/isexe
5457
!/@npmcli/metavuln-calculator/node_modules/json-parse-even-better-errors
5558
!/@npmcli/metavuln-calculator/node_modules/make-fetch-happen
5659
!/@npmcli/metavuln-calculator/node_modules/normalize-package-data
@@ -64,6 +67,7 @@
6467
!/@npmcli/metavuln-calculator/node_modules/unique-filename
6568
!/@npmcli/metavuln-calculator/node_modules/unique-slug
6669
!/@npmcli/metavuln-calculator/node_modules/validate-npm-package-name
70+
!/@npmcli/metavuln-calculator/node_modules/which
6771
!/@npmcli/name-from-folder
6872
!/@npmcli/node-gyp
6973
!/@npmcli/package-json
@@ -72,13 +76,7 @@
7276
!/@npmcli/package-json/node_modules/@npmcli/
7377
/@npmcli/package-json/node_modules/@npmcli/*
7478
!/@npmcli/package-json/node_modules/@npmcli/git
75-
!/@npmcli/package-json/node_modules/isexe
76-
!/@npmcli/package-json/node_modules/which
7779
!/@npmcli/promise-spawn
78-
!/@npmcli/promise-spawn/node_modules/
79-
/@npmcli/promise-spawn/node_modules/*
80-
!/@npmcli/promise-spawn/node_modules/isexe
81-
!/@npmcli/promise-spawn/node_modules/which
8280
!/@npmcli/query
8381
!/@npmcli/redact
8482
!/@npmcli/run-script
@@ -87,8 +85,6 @@
8785
!/@npmcli/run-script/node_modules/@npmcli/
8886
/@npmcli/run-script/node_modules/@npmcli/*
8987
!/@npmcli/run-script/node_modules/@npmcli/node-gyp
90-
!/@npmcli/run-script/node_modules/isexe
91-
!/@npmcli/run-script/node_modules/which
9288
!/@pkgjs/
9389
/@pkgjs/*
9490
!/@pkgjs/parseargs
@@ -229,12 +225,14 @@
229225
!/node-gyp/node_modules/@npmcli/fs
230226
!/node-gyp/node_modules/abbrev
231227
!/node-gyp/node_modules/cacache
228+
!/node-gyp/node_modules/isexe
232229
!/node-gyp/node_modules/make-fetch-happen
233230
!/node-gyp/node_modules/nopt
234231
!/node-gyp/node_modules/proc-log
235232
!/node-gyp/node_modules/ssri
236233
!/node-gyp/node_modules/unique-filename
237234
!/node-gyp/node_modules/unique-slug
235+
!/node-gyp/node_modules/which
238236
!/nopt
239237
!/nopt/node_modules/
240238
/nopt/node_modules/*
@@ -267,11 +265,9 @@
267265
!/pacote/node_modules/@npmcli/git
268266
!/pacote/node_modules/@npmcli/installed-package-contents
269267
!/pacote/node_modules/ignore-walk
270-
!/pacote/node_modules/isexe
271268
!/pacote/node_modules/npm-bundled
272269
!/pacote/node_modules/npm-normalize-package-bin
273270
!/pacote/node_modules/npm-packlist
274-
!/pacote/node_modules/which
275271
!/parse-conflict-json
276272
!/path-key
277273
!/path-scurry

node_modules/@npmcli/package-json/node_modules/which/package.json node_modules/@npmcli/git/node_modules/which/package.json

+15-10
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"author": "GitHub Inc.",
33
"name": "which",
44
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
5-
"version": "5.0.0",
5+
"version": "4.0.0",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/npm/node-which.git"
8+
"url": "https://github.com/npm/node-which.git"
99
},
1010
"main": "lib/index.js",
1111
"bin": {
@@ -16,19 +16,18 @@
1616
"isexe": "^3.1.1"
1717
},
1818
"devDependencies": {
19-
"@npmcli/eslint-config": "^5.0.0",
20-
"@npmcli/template-oss": "4.23.3",
19+
"@npmcli/eslint-config": "^4.0.0",
20+
"@npmcli/template-oss": "4.18.0",
2121
"tap": "^16.3.0"
2222
},
2323
"scripts": {
2424
"test": "tap",
25-
"lint": "npm run eslint",
25+
"lint": "eslint \"**/*.js\"",
2626
"postlint": "template-oss-check",
2727
"template-oss-apply": "template-oss-apply --force",
28-
"lintfix": "npm run eslint -- --fix",
28+
"lintfix": "npm run lint -- --fix",
2929
"snap": "tap",
30-
"posttest": "npm run lint",
31-
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
30+
"posttest": "npm run lint"
3231
},
3332
"files": [
3433
"bin/",
@@ -42,11 +41,17 @@
4241
]
4342
},
4443
"engines": {
45-
"node": "^18.17.0 || >=20.5.0"
44+
"node": "^16.13.0 || >=18.0.0"
4645
},
4746
"templateOSS": {
4847
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
49-
"version": "4.23.3",
48+
"ciVersions": [
49+
"16.13.0",
50+
"16.x",
51+
"18.0.0",
52+
"18.x"
53+
],
54+
"version": "4.18.0",
5055
"publish": "true"
5156
}
5257
}

node_modules/@npmcli/promise-spawn/node_modules/which/package.json node_modules/@npmcli/metavuln-calculator/node_modules/which/package.json

+15-10
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"author": "GitHub Inc.",
33
"name": "which",
44
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
5-
"version": "5.0.0",
5+
"version": "4.0.0",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/npm/node-which.git"
8+
"url": "https://github.com/npm/node-which.git"
99
},
1010
"main": "lib/index.js",
1111
"bin": {
@@ -16,19 +16,18 @@
1616
"isexe": "^3.1.1"
1717
},
1818
"devDependencies": {
19-
"@npmcli/eslint-config": "^5.0.0",
20-
"@npmcli/template-oss": "4.23.3",
19+
"@npmcli/eslint-config": "^4.0.0",
20+
"@npmcli/template-oss": "4.18.0",
2121
"tap": "^16.3.0"
2222
},
2323
"scripts": {
2424
"test": "tap",
25-
"lint": "npm run eslint",
25+
"lint": "eslint \"**/*.js\"",
2626
"postlint": "template-oss-check",
2727
"template-oss-apply": "template-oss-apply --force",
28-
"lintfix": "npm run eslint -- --fix",
28+
"lintfix": "npm run lint -- --fix",
2929
"snap": "tap",
30-
"posttest": "npm run lint",
31-
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
30+
"posttest": "npm run lint"
3231
},
3332
"files": [
3433
"bin/",
@@ -42,11 +41,17 @@
4241
]
4342
},
4443
"engines": {
45-
"node": "^18.17.0 || >=20.5.0"
44+
"node": "^16.13.0 || >=18.0.0"
4645
},
4746
"templateOSS": {
4847
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
49-
"version": "4.23.3",
48+
"ciVersions": [
49+
"16.13.0",
50+
"16.x",
51+
"18.0.0",
52+
"18.x"
53+
],
54+
"version": "4.18.0",
5055
"publish": "true"
5156
}
5257
}

node_modules/@npmcli/run-script/node_modules/which/package.json node_modules/node-gyp/node_modules/which/package.json

+15-10
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"author": "GitHub Inc.",
33
"name": "which",
44
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
5-
"version": "5.0.0",
5+
"version": "4.0.0",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/npm/node-which.git"
8+
"url": "https://github.com/npm/node-which.git"
99
},
1010
"main": "lib/index.js",
1111
"bin": {
@@ -16,19 +16,18 @@
1616
"isexe": "^3.1.1"
1717
},
1818
"devDependencies": {
19-
"@npmcli/eslint-config": "^5.0.0",
20-
"@npmcli/template-oss": "4.23.3",
19+
"@npmcli/eslint-config": "^4.0.0",
20+
"@npmcli/template-oss": "4.18.0",
2121
"tap": "^16.3.0"
2222
},
2323
"scripts": {
2424
"test": "tap",
25-
"lint": "npm run eslint",
25+
"lint": "eslint \"**/*.js\"",
2626
"postlint": "template-oss-check",
2727
"template-oss-apply": "template-oss-apply --force",
28-
"lintfix": "npm run eslint -- --fix",
28+
"lintfix": "npm run lint -- --fix",
2929
"snap": "tap",
30-
"posttest": "npm run lint",
31-
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
30+
"posttest": "npm run lint"
3231
},
3332
"files": [
3433
"bin/",
@@ -42,11 +41,17 @@
4241
]
4342
},
4443
"engines": {
45-
"node": "^18.17.0 || >=20.5.0"
44+
"node": "^16.13.0 || >=18.0.0"
4645
},
4746
"templateOSS": {
4847
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
49-
"version": "4.23.3",
48+
"ciVersions": [
49+
"16.13.0",
50+
"16.x",
51+
"18.0.0",
52+
"18.x"
53+
],
54+
"version": "4.18.0",
5055
"publish": "true"
5156
}
5257
}

node_modules/pacote/node_modules/isexe/LICENSE

-15
This file was deleted.

node_modules/pacote/node_modules/isexe/dist/cjs/index.js

-46
This file was deleted.

node_modules/pacote/node_modules/isexe/dist/cjs/options.js

-3
This file was deleted.

node_modules/pacote/node_modules/isexe/dist/cjs/package.json

-3
This file was deleted.

node_modules/pacote/node_modules/isexe/dist/cjs/posix.js

-67
This file was deleted.

0 commit comments

Comments
 (0)