Skip to content

Commit fd8beaf

Browse files
committed
1 parent 65f435e commit fd8beaf

File tree

25 files changed

+691
-55
lines changed

25 files changed

+691
-55
lines changed

DEPENDENCIES.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ graph LR;
524524
npm-->libnpmteam;
525525
npm-->libnpmversion;
526526
npm-->licensee;
527-
npm-->lru-cache;
528527
npm-->make-fetch-happen;
529528
npm-->minimatch;
530529
npm-->minipass-pipeline;

node_modules/.gitignore

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
!/@npmcli/disparity-colors
2323
!/@npmcli/fs
2424
!/@npmcli/git
25+
!/@npmcli/git/node_modules/
26+
/@npmcli/git/node_modules/*
27+
!/@npmcli/git/node_modules/hosted-git-info
28+
!/@npmcli/git/node_modules/hosted-git-info/node_modules/
29+
/@npmcli/git/node_modules/hosted-git-info/node_modules/*
30+
!/@npmcli/git/node_modules/hosted-git-info/node_modules/lru-cache
31+
!/@npmcli/git/node_modules/npm-package-arg
32+
!/@npmcli/git/node_modules/npm-pick-manifest
2533
!/@npmcli/installed-package-contents
2634
!/@npmcli/map-workspaces
2735
!/@npmcli/metavuln-calculator
@@ -218,11 +226,6 @@
218226
!/npm-package-arg
219227
!/npm-packlist
220228
!/npm-pick-manifest
221-
!/npm-pick-manifest/node_modules/
222-
/npm-pick-manifest/node_modules/*
223-
!/npm-pick-manifest/node_modules/hosted-git-info
224-
!/npm-pick-manifest/node_modules/lru-cache
225-
!/npm-pick-manifest/node_modules/npm-package-arg
226229
!/npm-profile
227230
!/npm-registry-fetch
228231
!/npm-registry-fetch/node_modules/
@@ -249,6 +252,7 @@
249252
!/pacote/node_modules/hosted-git-info
250253
!/pacote/node_modules/lru-cache
251254
!/pacote/node_modules/npm-package-arg
255+
!/pacote/node_modules/npm-pick-manifest
252256
!/parse-conflict-json
253257
!/path-is-absolute
254258
!/path-key

0 commit comments

Comments
 (0)