Skip to content

Commit 599c819

Browse files
committed
1 parent e49286e commit 599c819

File tree

17 files changed

+51
-531
lines changed

17 files changed

+51
-531
lines changed

node_modules/.gitignore

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,19 @@
2121
!/@npmcli/agent
2222
!/@npmcli/fs
2323
!/@npmcli/git
24-
!/@npmcli/git/node_modules/
25-
/@npmcli/git/node_modules/*
26-
!/@npmcli/git/node_modules/which
2724
!/@npmcli/installed-package-contents
2825
!/@npmcli/map-workspaces
2926
!/@npmcli/metavuln-calculator
3027
!/@npmcli/name-from-folder
3128
!/@npmcli/node-gyp
3229
!/@npmcli/package-json
3330
!/@npmcli/promise-spawn
31+
!/@npmcli/promise-spawn/node_modules/
32+
/@npmcli/promise-spawn/node_modules/*
33+
!/@npmcli/promise-spawn/node_modules/which
3434
!/@npmcli/query
3535
!/@npmcli/redact
3636
!/@npmcli/run-script
37-
!/@npmcli/run-script/node_modules/
38-
/@npmcli/run-script/node_modules/*
39-
!/@npmcli/run-script/node_modules/which
4037
!/@sigstore/
4138
/@sigstore/*
4239
!/@sigstore/bundle
@@ -140,9 +137,6 @@
140137
!/mute-stream
141138
!/negotiator
142139
!/node-gyp
143-
!/node-gyp/node_modules/
144-
/node-gyp/node_modules/*
145-
!/node-gyp/node_modules/which
146140
!/nopt
147141
!/npm-audit-report
148142
!/npm-bundled

node_modules/@npmcli/git/node_modules/which/package.json renamed to node_modules/@npmcli/promise-spawn/node_modules/which/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": "6.0.0",
5+
"version": "5.0.0",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/npm/node-which.git"
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@npmcli/eslint-config": "^5.0.0",
20-
"@npmcli/template-oss": "4.27.1",
20+
"@npmcli/template-oss": "4.23.3",
2121
"tap": "^16.3.0"
2222
},
2323
"scripts": {
@@ -42,11 +42,11 @@
4242
]
4343
},
4444
"engines": {
45-
"node": "^20.17.0 || >=22.9.0"
45+
"node": "^18.17.0 || >=20.5.0"
4646
},
4747
"templateOSS": {
4848
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
49-
"version": "4.27.1",
49+
"version": "4.23.3",
5050
"publish": "true"
5151
}
5252
}

node_modules/@npmcli/run-script/node_modules/which/LICENSE

Lines changed: 0 additions & 15 deletions
This file was deleted.

node_modules/@npmcli/run-script/node_modules/which/bin/which.js

Lines changed: 0 additions & 52 deletions
This file was deleted.

node_modules/@npmcli/run-script/node_modules/which/lib/index.js

Lines changed: 0 additions & 111 deletions
This file was deleted.

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

Lines changed: 0 additions & 52 deletions
This file was deleted.

node_modules/node-gyp/node_modules/which/LICENSE

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)