Skip to content

Commit bc9b14d

Browse files
committed
deps: @npmcli/[email protected]
1 parent fecfcf4 commit bc9b14d

File tree

230 files changed

+15
-55478
lines changed

Some content is hidden

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

230 files changed

+15
-55478
lines changed

DEPENDENCIES.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ graph LR;
257257
```mermaid
258258
graph LR;
259259
agent-base-->debug;
260-
aggregate-error-->clean-stack;
261-
aggregate-error-->indent-string;
262260
bin-links-->cmd-shim;
263261
bin-links-->npm-normalize-package-bin;
264262
bin-links-->proc-log;
@@ -317,6 +315,7 @@ graph LR;
317315
isaacs-cliui-->strip-ansi;
318316
isaacs-cliui-->wrap-ansi-cjs;
319317
isaacs-cliui-->wrap-ansi;
318+
isaacs-fs-minipass-->minipass;
320319
jackspeak-->isaacs-cliui["@isaacs/cliui"];
321320
jackspeak-->pkgjs-parseargs["@pkgjs/parseargs"];
322321
libnpmaccess-->npm-package-arg;
@@ -409,7 +408,6 @@ graph LR;
409408
libnpmversion-->tap;
410409
make-fetch-happen-->cacache;
411410
make-fetch-happen-->http-cache-semantics;
412-
make-fetch-happen-->is-lambda;
413411
make-fetch-happen-->minipass-fetch;
414412
make-fetch-happen-->minipass-flush;
415413
make-fetch-happen-->minipass-pipeline;
@@ -431,7 +429,6 @@ graph LR;
431429
minipass-sized-->minipass;
432430
minizlib-->minipass;
433431
minizlib-->rimraf;
434-
minizlib-->yallist;
435432
node-gyp-->env-paths;
436433
node-gyp-->exponential-backoff;
437434
node-gyp-->glob;
@@ -683,7 +680,6 @@ graph LR;
683680
npmcli-smoke-tests-->proxy;
684681
npmcli-smoke-tests-->tap;
685682
npmcli-smoke-tests-->which;
686-
p-map-->aggregate-error;
687683
pacote-->cacache;
688684
pacote-->fs-minipass;
689685
pacote-->minipass;
@@ -751,6 +747,7 @@ graph LR;
751747
strip-ansi-->ansi-regex;
752748
tar-->chownr;
753749
tar-->fs-minipass;
750+
tar-->isaacs-fs-minipass["@isaacs/fs-minipass"];
754751
tar-->minipass;
755752
tar-->minizlib;
756753
tar-->mkdirp;

node_modules/.gitignore

-29
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,6 @@
2929
!/@npmcli/query
3030
!/@npmcli/redact
3131
!/@npmcli/run-script
32-
!/@npmcli/run-script/node_modules/
33-
/@npmcli/run-script/node_modules/*
34-
!/@npmcli/run-script/node_modules/@npmcli/
35-
/@npmcli/run-script/node_modules/@npmcli/*
36-
!/@npmcli/run-script/node_modules/@npmcli/agent
37-
!/@npmcli/run-script/node_modules/@npmcli/fs
38-
!/@npmcli/run-script/node_modules/abbrev
39-
!/@npmcli/run-script/node_modules/cacache
40-
!/@npmcli/run-script/node_modules/isexe
41-
!/@npmcli/run-script/node_modules/make-fetch-happen
42-
!/@npmcli/run-script/node_modules/make-fetch-happen/node_modules/
43-
/@npmcli/run-script/node_modules/make-fetch-happen/node_modules/*
44-
!/@npmcli/run-script/node_modules/make-fetch-happen/node_modules/proc-log
45-
!/@npmcli/run-script/node_modules/minipass-fetch
46-
!/@npmcli/run-script/node_modules/node-gyp
47-
!/@npmcli/run-script/node_modules/node-gyp/node_modules/
48-
/@npmcli/run-script/node_modules/node-gyp/node_modules/*
49-
!/@npmcli/run-script/node_modules/node-gyp/node_modules/proc-log
50-
!/@npmcli/run-script/node_modules/node-gyp/node_modules/which
51-
!/@npmcli/run-script/node_modules/nopt
52-
!/@npmcli/run-script/node_modules/p-map
53-
!/@npmcli/run-script/node_modules/ssri
54-
!/@npmcli/run-script/node_modules/unique-filename
55-
!/@npmcli/run-script/node_modules/unique-slug
5632
!/@pkgjs/
5733
/@pkgjs/*
5834
!/@pkgjs/parseargs
@@ -70,7 +46,6 @@
7046
!/@tufjs/models
7147
!/abbrev
7248
!/agent-base
73-
!/aggregate-error
7449
!/ansi-regex
7550
!/ansi-styles
7651
!/aproba
@@ -91,7 +66,6 @@
9166
!/chownr
9267
!/ci-info
9368
!/cidr-regex
94-
!/clean-stack
9569
!/cli-columns
9670
!/cmd-shim
9771
!/color-convert
@@ -122,14 +96,12 @@
12296
!/iconv-lite
12397
!/ignore-walk
12498
!/imurmurhash
125-
!/indent-string
12699
!/ini
127100
!/init-package-json
128101
!/ip-address
129102
!/ip-regex
130103
!/is-cidr
131104
!/is-fullwidth-code-point
132-
!/is-lambda
133105
!/isexe
134106
!/jackspeak
135107
!/jsbn
@@ -169,7 +141,6 @@
169141
!/mkdirp
170142
!/ms
171143
!/mute-stream
172-
!/negotiator
173144
!/node-gyp
174145
!/node-gyp/node_modules/
175146
/node-gyp/node_modules/*

node_modules/@npmcli/run-script/node_modules/@npmcli/agent/lib/agents.js

-206
This file was deleted.

node_modules/@npmcli/run-script/node_modules/@npmcli/agent/lib/dns.js

-53
This file was deleted.

0 commit comments

Comments
 (0)