Skip to content

Commit 0cb539d

Browse files
committedJun 19, 2023
deps: node-gyp@9.4.0
1 parent 39ad586 commit 0cb539d

File tree

133 files changed

+3189
-13563
lines changed

Some content is hidden

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

133 files changed

+3189
-13563
lines changed
 

‎DEPENDENCIES.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -274,21 +274,15 @@ graph LR;
274274
bin-links-->write-file-atomic;
275275
brace-expansion-->balanced-match;
276276
builtins-->semver;
277-
cacache-->chownr;
278277
cacache-->fs-minipass;
279278
cacache-->glob;
280-
cacache-->infer-owner;
281279
cacache-->lru-cache;
282280
cacache-->minipass-collect;
283281
cacache-->minipass-flush;
284282
cacache-->minipass-pipeline;
285283
cacache-->minipass;
286-
cacache-->mkdirp;
287284
cacache-->npmcli-fs["@npmcli/fs"];
288-
cacache-->npmcli-move-file["@npmcli/move-file"];
289285
cacache-->p-map;
290-
cacache-->promise-inflight;
291-
cacache-->rimraf;
292286
cacache-->ssri;
293287
cacache-->tar;
294288
cacache-->unique-filename;
@@ -464,7 +458,6 @@ graph LR;
464458
make-fetch-happen-->https-proxy-agent;
465459
make-fetch-happen-->is-lambda;
466460
make-fetch-happen-->lru-cache;
467-
make-fetch-happen-->minipass-collect;
468461
make-fetch-happen-->minipass-fetch;
469462
make-fetch-happen-->minipass-flush;
470463
make-fetch-happen-->minipass-pipeline;
@@ -488,6 +481,7 @@ graph LR;
488481
minizlib-->minipass;
489482
minizlib-->yallist;
490483
node-gyp-->env-paths;
484+
node-gyp-->exponential-backoff;
491485
node-gyp-->glob;
492486
node-gyp-->graceful-fs;
493487
node-gyp-->make-fetch-happen;
@@ -707,8 +701,6 @@ graph LR;
707701
npmcli-mock-registry-->npmcli-template-oss["@npmcli/template-oss"];
708702
npmcli-mock-registry-->pacote;
709703
npmcli-mock-registry-->tap;
710-
npmcli-move-file-->mkdirp;
711-
npmcli-move-file-->rimraf;
712704
npmcli-package-json-->glob;
713705
npmcli-package-json-->json-parse-even-better-errors;
714706
npmcli-package-json-->normalize-package-data;

‎node_modules/.gitignore

+1-21
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
!/@colors/
77
/@colors/*
88
!/@colors/colors
9-
!/@gar/
10-
/@gar/*
11-
!/@gar/promisify
129
!/@isaacs/
1310
/@isaacs/*
1411
!/@isaacs/cliui
@@ -29,7 +26,6 @@
2926
!/@npmcli/installed-package-contents
3027
!/@npmcli/map-workspaces
3128
!/@npmcli/metavuln-calculator
32-
!/@npmcli/move-file
3329
!/@npmcli/name-from-folder
3430
!/@npmcli/node-gyp
3531
!/@npmcli/package-json
@@ -103,6 +99,7 @@
10399
!/err-code
104100
!/event-target-shim
105101
!/events
102+
!/exponential-backoff
106103
!/fastest-levenshtein
107104
!/foreground-child
108105
!/fs-minipass
@@ -123,7 +120,6 @@
123120
!/ignore-walk
124121
!/imurmurhash
125122
!/indent-string
126-
!/infer-owner
127123
!/inflight
128124
!/inherits
129125
!/ini
@@ -188,32 +184,16 @@
188184
!/node-gyp
189185
!/node-gyp/node_modules/
190186
/node-gyp/node_modules/*
191-
!/node-gyp/node_modules/@npmcli/
192-
/node-gyp/node_modules/@npmcli/*
193-
!/node-gyp/node_modules/@npmcli/fs
194187
!/node-gyp/node_modules/abbrev
195188
!/node-gyp/node_modules/are-we-there-yet
196189
!/node-gyp/node_modules/brace-expansion
197-
!/node-gyp/node_modules/cacache
198-
!/node-gyp/node_modules/cacache/node_modules/
199-
/node-gyp/node_modules/cacache/node_modules/*
200-
!/node-gyp/node_modules/cacache/node_modules/brace-expansion
201-
!/node-gyp/node_modules/cacache/node_modules/glob
202-
!/node-gyp/node_modules/cacache/node_modules/minimatch
203-
!/node-gyp/node_modules/fs-minipass
204190
!/node-gyp/node_modules/gauge
205191
!/node-gyp/node_modules/glob
206-
!/node-gyp/node_modules/make-fetch-happen
207192
!/node-gyp/node_modules/minimatch
208-
!/node-gyp/node_modules/minipass-fetch
209-
!/node-gyp/node_modules/minipass
210193
!/node-gyp/node_modules/nopt
211194
!/node-gyp/node_modules/npmlog
212195
!/node-gyp/node_modules/readable-stream
213196
!/node-gyp/node_modules/signal-exit
214-
!/node-gyp/node_modules/ssri
215-
!/node-gyp/node_modules/unique-filename
216-
!/node-gyp/node_modules/unique-slug
217197
!/node-gyp/node_modules/which
218198
!/nopt
219199
!/normalize-package-data

0 commit comments

Comments
 (0)
Please sign in to comment.