Skip to content

Commit 60a7ee5

Browse files
committedOct 2, 2024·
deps: hoist npm-normalize-package-bin
1 parent 20dd44f commit 60a7ee5

File tree

17 files changed

+16
-564
lines changed

17 files changed

+16
-564
lines changed
 

‎node_modules/.gitignore

+1-15
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

-15
This file was deleted.

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

-64
This file was deleted.

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

-45
This file was deleted.

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

-15
This file was deleted.

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

-64
This file was deleted.

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

-45
This file was deleted.

‎node_modules/npm-pick-manifest/node_modules/npm-normalize-package-bin/LICENSE

-15
This file was deleted.

‎node_modules/npm-pick-manifest/node_modules/npm-normalize-package-bin/lib/index.js

-64
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.