Skip to content

Commit

Permalink
deps: hoist npm-normalize-package-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Oct 2, 2024
1 parent 3bdcaba commit a449678
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 566 deletions.
4 changes: 2 additions & 2 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ graph LR;
npm-->libnpmteam;
npm-->libnpmversion;
npm-->make-fetch-happen;
npm-->minipass-fetch;
npm-->nopt;
npm-->normalize-package-data;
npm-->npm-audit-report;
npm-->npm-install-checks;
npm-->npm-normalize-package-bin;
npm-->npm-package-arg;
npm-->npm-packlist;
npm-->npm-pick-manifest;
Expand Down Expand Up @@ -494,7 +494,6 @@ graph LR;
npm-->libnpmversion;
npm-->make-fetch-happen;
npm-->minimatch;
npm-->minipass-fetch;
npm-->minipass-pipeline;
npm-->minipass;
npm-->ms;
Expand All @@ -504,6 +503,7 @@ graph LR;
npm-->normalize-package-data;
npm-->npm-audit-report;
npm-->npm-install-checks;
npm-->npm-normalize-package-bin;
npm-->npm-package-arg;
npm-->npm-packlist;
npm-->npm-pick-manifest;
Expand Down
16 changes: 1 addition & 15 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
!/@npmcli/fs
!/@npmcli/git
!/@npmcli/installed-package-contents
!/@npmcli/installed-package-contents/node_modules/
/@npmcli/installed-package-contents/node_modules/*
!/@npmcli/installed-package-contents/node_modules/npm-normalize-package-bin
!/@npmcli/map-workspaces
!/@npmcli/metavuln-calculator
!/@npmcli/name-from-folder
Expand Down Expand Up @@ -69,9 +66,6 @@
!/archy
!/balanced-match
!/bin-links
!/bin-links/node_modules/
/bin-links/node_modules/*
!/bin-links/node_modules/npm-normalize-package-bin
!/binary-extensions
!/brace-expansion
!/cacache
Expand Down Expand Up @@ -191,16 +185,11 @@
!/normalize-package-data
!/npm-audit-report
!/npm-bundled
!/npm-bundled/node_modules/
/npm-bundled/node_modules/*
!/npm-bundled/node_modules/npm-normalize-package-bin
!/npm-install-checks
!/npm-normalize-package-bin
!/npm-package-arg
!/npm-packlist
!/npm-pick-manifest
!/npm-pick-manifest/node_modules/
/npm-pick-manifest/node_modules/*
!/npm-pick-manifest/node_modules/npm-normalize-package-bin
!/npm-profile
!/npm-registry-fetch
!/npm-registry-fetch/node_modules/
Expand All @@ -224,9 +213,6 @@
!/qrcode-terminal
!/read-cmd-shim
!/read-package-json-fast
!/read-package-json-fast/node_modules/
/read-package-json-fast/node_modules/*
!/read-package-json-fast/node_modules/npm-normalize-package-bin
!/read
!/retry
!/rimraf
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a449678

Please sign in to comment.