Skip to content

Commit 65f435e

Browse files
committedAug 30, 2023
deps: hoist lru-cache@10.0.1
1 parent c784b57 commit 65f435e

File tree

71 files changed

+20432
-11621
lines changed

Some content is hidden

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

71 files changed

+20432
-11621
lines changed
 

‎DEPENDENCIES.md

+1
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ graph LR;
524524
npm-->libnpmteam;
525525
npm-->libnpmversion;
526526
npm-->licensee;
527+
npm-->lru-cache;
527528
npm-->make-fetch-happen;
528529
npm-->minimatch;
529530
npm-->minipass-pipeline;

‎node_modules/.gitignore

+9-15
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,16 @@
1919
!/@npmcli/
2020
/@npmcli/*
2121
!/@npmcli/agent
22-
!/@npmcli/agent/node_modules/
23-
/@npmcli/agent/node_modules/*
24-
!/@npmcli/agent/node_modules/lru-cache
2522
!/@npmcli/disparity-colors
2623
!/@npmcli/fs
2724
!/@npmcli/git
28-
!/@npmcli/git/node_modules/
29-
/@npmcli/git/node_modules/*
30-
!/@npmcli/git/node_modules/lru-cache
3125
!/@npmcli/installed-package-contents
3226
!/@npmcli/map-workspaces
3327
!/@npmcli/metavuln-calculator
3428
!/@npmcli/metavuln-calculator/node_modules/
3529
/@npmcli/metavuln-calculator/node_modules/*
3630
!/@npmcli/metavuln-calculator/node_modules/cacache
31+
!/@npmcli/metavuln-calculator/node_modules/lru-cache
3732
!/@npmcli/name-from-folder
3833
!/@npmcli/node-gyp
3934
!/@npmcli/package-json
@@ -75,9 +70,6 @@
7570
!/buffer
7671
!/builtins
7772
!/cacache
78-
!/cacache/node_modules/
79-
/cacache/node_modules/*
80-
!/cacache/node_modules/lru-cache
8173
!/chalk
8274
!/chownr
8375
!/ci-info
@@ -125,9 +117,6 @@
125117
!/has-unicode
126118
!/has
127119
!/hosted-git-info
128-
!/hosted-git-info/node_modules/
129-
/hosted-git-info/node_modules/*
130-
!/hosted-git-info/node_modules/lru-cache
131120
!/http-cache-semantics
132121
!/http-proxy-agent
133122
!/https-proxy-agent
@@ -144,6 +133,7 @@
144133
!/init-package-json/node_modules/
145134
/init-package-json/node_modules/*
146135
!/init-package-json/node_modules/hosted-git-info
136+
!/init-package-json/node_modules/lru-cache
147137
!/init-package-json/node_modules/npm-package-arg
148138
!/ip-regex
149139
!/ip
@@ -206,6 +196,7 @@
206196
!/node-gyp/node_modules/cacache/node_modules/minipass
207197
!/node-gyp/node_modules/gauge
208198
!/node-gyp/node_modules/glob
199+
!/node-gyp/node_modules/lru-cache
209200
!/node-gyp/node_modules/make-fetch-happen
210201
!/node-gyp/node_modules/minimatch
211202
!/node-gyp/node_modules/minipass
@@ -219,6 +210,7 @@
219210
!/normalize-package-data/node_modules/
220211
/normalize-package-data/node_modules/*
221212
!/normalize-package-data/node_modules/hosted-git-info
213+
!/normalize-package-data/node_modules/lru-cache
222214
!/npm-audit-report
223215
!/npm-bundled
224216
!/npm-install-checks
@@ -229,6 +221,7 @@
229221
!/npm-pick-manifest/node_modules/
230222
/npm-pick-manifest/node_modules/*
231223
!/npm-pick-manifest/node_modules/hosted-git-info
224+
!/npm-pick-manifest/node_modules/lru-cache
232225
!/npm-pick-manifest/node_modules/npm-package-arg
233226
!/npm-profile
234227
!/npm-registry-fetch
@@ -239,6 +232,7 @@
239232
!/npm-registry-fetch/node_modules/@npmcli/agent
240233
!/npm-registry-fetch/node_modules/cacache
241234
!/npm-registry-fetch/node_modules/hosted-git-info
235+
!/npm-registry-fetch/node_modules/lru-cache
242236
!/npm-registry-fetch/node_modules/make-fetch-happen
243237
!/npm-registry-fetch/node_modules/npm-package-arg
244238
!/npm-user-validate
@@ -253,14 +247,12 @@
253247
!/pacote/node_modules/@npmcli/git
254248
!/pacote/node_modules/cacache
255249
!/pacote/node_modules/hosted-git-info
250+
!/pacote/node_modules/lru-cache
256251
!/pacote/node_modules/npm-package-arg
257252
!/parse-conflict-json
258253
!/path-is-absolute
259254
!/path-key
260255
!/path-scurry
261-
!/path-scurry/node_modules/
262-
/path-scurry/node_modules/*
263-
!/path-scurry/node_modules/lru-cache
264256
!/postcss-selector-parser
265257
!/proc-log
266258
!/process
@@ -299,6 +291,7 @@
299291
!/sigstore/node_modules/cacache/node_modules/
300292
/sigstore/node_modules/cacache/node_modules/*
301293
!/sigstore/node_modules/cacache/node_modules/minipass
294+
!/sigstore/node_modules/lru-cache
302295
!/sigstore/node_modules/make-fetch-happen
303296
!/sigstore/node_modules/minipass
304297
!/smart-buffer
@@ -333,6 +326,7 @@
333326
!/tuf-js/node_modules/cacache/node_modules/
334327
/tuf-js/node_modules/cacache/node_modules/*
335328
!/tuf-js/node_modules/cacache/node_modules/minipass
329+
!/tuf-js/node_modules/lru-cache
336330
!/tuf-js/node_modules/make-fetch-happen
337331
!/tuf-js/node_modules/minipass
338332
!/unique-filename

0 commit comments

Comments
 (0)
Please sign in to comment.