Skip to content

Commit a449678

Browse files
committed
deps: hoist npm-normalize-package-bin
1 parent 3bdcaba commit a449678

18 files changed

Lines changed: 18 additions & 566 deletions

File tree

DEPENDENCIES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ graph LR;
106106
npm-->libnpmteam;
107107
npm-->libnpmversion;
108108
npm-->make-fetch-happen;
109-
npm-->minipass-fetch;
110109
npm-->nopt;
111110
npm-->normalize-package-data;
112111
npm-->npm-audit-report;
113112
npm-->npm-install-checks;
113+
npm-->npm-normalize-package-bin;
114114
npm-->npm-package-arg;
115115
npm-->npm-packlist;
116116
npm-->npm-pick-manifest;
@@ -494,7 +494,6 @@ graph LR;
494494
npm-->libnpmversion;
495495
npm-->make-fetch-happen;
496496
npm-->minimatch;
497-
npm-->minipass-fetch;
498497
npm-->minipass-pipeline;
499498
npm-->minipass;
500499
npm-->ms;
@@ -504,6 +503,7 @@ graph LR;
504503
npm-->normalize-package-data;
505504
npm-->npm-audit-report;
506505
npm-->npm-install-checks;
506+
npm-->npm-normalize-package-bin;
507507
npm-->npm-package-arg;
508508
npm-->npm-packlist;
509509
npm-->npm-pick-manifest;

node_modules/.gitignore

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
!/@npmcli/fs
2121
!/@npmcli/git
2222
!/@npmcli/installed-package-contents
23-
!/@npmcli/installed-package-contents/node_modules/
24-
/@npmcli/installed-package-contents/node_modules/*
25-
!/@npmcli/installed-package-contents/node_modules/npm-normalize-package-bin
2623
!/@npmcli/map-workspaces
2724
!/@npmcli/metavuln-calculator
2825
!/@npmcli/name-from-folder
@@ -69,9 +66,6 @@
6966
!/archy
7067
!/balanced-match
7168
!/bin-links
72-
!/bin-links/node_modules/
73-
/bin-links/node_modules/*
74-
!/bin-links/node_modules/npm-normalize-package-bin
7569
!/binary-extensions
7670
!/brace-expansion
7771
!/cacache
@@ -191,16 +185,11 @@
191185
!/normalize-package-data
192186
!/npm-audit-report
193187
!/npm-bundled
194-
!/npm-bundled/node_modules/
195-
/npm-bundled/node_modules/*
196-
!/npm-bundled/node_modules/npm-normalize-package-bin
197188
!/npm-install-checks
189+
!/npm-normalize-package-bin
198190
!/npm-package-arg
199191
!/npm-packlist
200192
!/npm-pick-manifest
201-
!/npm-pick-manifest/node_modules/
202-
/npm-pick-manifest/node_modules/*
203-
!/npm-pick-manifest/node_modules/npm-normalize-package-bin
204193
!/npm-profile
205194
!/npm-registry-fetch
206195
!/npm-registry-fetch/node_modules/
@@ -224,9 +213,6 @@
224213
!/qrcode-terminal
225214
!/read-cmd-shim
226215
!/read-package-json-fast
227-
!/read-package-json-fast/node_modules/
228-
/read-package-json-fast/node_modules/*
229-
!/read-package-json-fast/node_modules/npm-normalize-package-bin
230216
!/read
231217
!/retry
232218
!/rimraf

node_modules/bin-links/node_modules/npm-normalize-package-bin/LICENSE

Lines changed: 0 additions & 15 deletions
This file was deleted.

node_modules/bin-links/node_modules/npm-normalize-package-bin/lib/index.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

node_modules/bin-links/node_modules/npm-normalize-package-bin/package.json

Lines changed: 0 additions & 45 deletions
This file was deleted.

node_modules/npm-bundled/node_modules/npm-normalize-package-bin/LICENSE

Lines changed: 0 additions & 15 deletions
This file was deleted.

node_modules/npm-bundled/node_modules/npm-normalize-package-bin/lib/index.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

node_modules/npm-bundled/node_modules/npm-normalize-package-bin/package.json

Lines changed: 0 additions & 45 deletions
This file was deleted.

node_modules/@npmcli/installed-package-contents/node_modules/npm-normalize-package-bin/LICENSE renamed to node_modules/npm-normalize-package-bin/LICENSE

File renamed without changes.

node_modules/@npmcli/installed-package-contents/node_modules/npm-normalize-package-bin/lib/index.js renamed to node_modules/npm-normalize-package-bin/lib/index.js

File renamed without changes.

0 commit comments

Comments
 (0)