Skip to content

Commit

Permalink
deps: hoist normalize-package-data@6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 30, 2023
1 parent 6b251b1 commit 325ed05
Show file tree
Hide file tree
Showing 30 changed files with 35 additions and 1,526 deletions.
2 changes: 2 additions & 0 deletions DEPENDENCIES.md
Expand Up @@ -107,6 +107,7 @@ graph LR;
npm-->libnpmversion;
npm-->make-fetch-happen;
npm-->nopt;
npm-->normalize-package-data;
npm-->npm-audit-report;
npm-->npm-install-checks;
npm-->npm-package-arg;
Expand Down Expand Up @@ -532,6 +533,7 @@ graph LR;
npm-->nock;
npm-->node-gyp;
npm-->nopt;
npm-->normalize-package-data;
npm-->npm-audit-report;
npm-->npm-install-checks;
npm-->npm-package-arg;
Expand Down
6 changes: 1 addition & 5 deletions node_modules/.gitignore
Expand Up @@ -28,9 +28,6 @@
!/@npmcli/name-from-folder
!/@npmcli/node-gyp
!/@npmcli/package-json
!/@npmcli/package-json/node_modules/
/@npmcli/package-json/node_modules/*
!/@npmcli/package-json/node_modules/normalize-package-data
!/@npmcli/promise-spawn
!/@npmcli/query
!/@npmcli/run-script
Expand Down Expand Up @@ -128,7 +125,6 @@
!/init-package-json
!/init-package-json/node_modules/
/init-package-json/node_modules/*
!/init-package-json/node_modules/normalize-package-data
!/init-package-json/node_modules/read-package-json
!/ip-regex
!/ip
Expand Down Expand Up @@ -201,6 +197,7 @@
!/node-gyp/node_modules/signal-exit
!/node-gyp/node_modules/which
!/nopt
!/normalize-package-data
!/npm-audit-report
!/npm-bundled
!/npm-install-checks
Expand Down Expand Up @@ -228,7 +225,6 @@
!/pacote/node_modules/
/pacote/node_modules/*
!/pacote/node_modules/lru-cache
!/pacote/node_modules/normalize-package-data
!/pacote/node_modules/npm-pick-manifest
!/pacote/node_modules/npm-pick-manifest/node_modules/
/pacote/node_modules/npm-pick-manifest/node_modules/*
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 325ed05

Please sign in to comment.