Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ graph LR;
libnpmversion-->tap;
make-fetch-happen-->cacache;
make-fetch-happen-->http-cache-semantics;
make-fetch-happen-->is-lambda;
make-fetch-happen-->minipass-fetch;
make-fetch-happen-->minipass-flush;
make-fetch-happen-->minipass-pipeline;
Expand All @@ -444,7 +443,6 @@ graph LR;
minipass-sized-->minipass;
minizlib-->minipass;
minizlib-->rimraf;
minizlib-->yallist;
node-gyp-->env-paths;
node-gyp-->exponential-backoff;
node-gyp-->glob;
Expand Down
22 changes: 5 additions & 17 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
!/ip-regex
!/is-cidr
!/is-fullwidth-code-point
!/is-lambda
!/isexe
!/jackspeak
!/jsbn
Expand Down Expand Up @@ -144,25 +143,14 @@
!/mkdirp
!/ms
!/mute-stream
!/negotiator
!/node-gyp
!/node-gyp/node_modules/
/node-gyp/node_modules/*
!/node-gyp/node_modules/@npmcli/
/node-gyp/node_modules/@npmcli/*
!/node-gyp/node_modules/@npmcli/agent
!/node-gyp/node_modules/@npmcli/fs
!/node-gyp/node_modules/abbrev
!/node-gyp/node_modules/cacache
!/node-gyp/node_modules/isexe
!/node-gyp/node_modules/make-fetch-happen
!/node-gyp/node_modules/minipass-fetch
!/node-gyp/node_modules/nopt
!/node-gyp/node_modules/proc-log
!/node-gyp/node_modules/ssri
!/node-gyp/node_modules/unique-filename
!/node-gyp/node_modules/unique-slug
!/node-gyp/node_modules/which
!/node-gyp/node_modules/chownr
!/node-gyp/node_modules/minizlib
!/node-gyp/node_modules/mkdirp
!/node-gyp/node_modules/tar
!/node-gyp/node_modules/yallist
!/nopt
!/nopt/node_modules/
/nopt/node_modules/*
Expand Down
8 changes: 4 additions & 4 deletions node_modules/@npmcli/run-script/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/run-script",
"version": "9.0.1",
"version": "9.0.2",
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
"author": "GitHub Inc.",
"license": "ISC",
Expand All @@ -16,15 +16,15 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.3",
"@npmcli/template-oss": "4.23.4",
"spawk": "^1.8.1",
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/node-gyp": "^4.0.0",
"@npmcli/package-json": "^6.0.0",
"@npmcli/promise-spawn": "^8.0.0",
"node-gyp": "^10.0.0",
"node-gyp": "^11.0.0",
"proc-log": "^5.0.0",
"which": "^5.0.0"
},
Expand All @@ -42,7 +42,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.23.3",
"version": "4.23.4",
"publish": "true"
},
"tap": {
Expand Down
6 changes: 0 additions & 6 deletions node_modules/is-lambda/index.js

This file was deleted.

35 changes: 0 additions & 35 deletions node_modules/is-lambda/package.json

This file was deleted.

16 changes: 0 additions & 16 deletions node_modules/is-lambda/test.js

This file was deleted.

113 changes: 0 additions & 113 deletions node_modules/negotiator/HISTORY.md

This file was deleted.

24 changes: 0 additions & 24 deletions node_modules/negotiator/LICENSE

This file was deleted.

82 changes: 0 additions & 82 deletions node_modules/negotiator/index.js

This file was deleted.

Loading