Skip to content

Commit

Permalink
deps: hoist read-package-json@7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 30, 2023
1 parent 325ed05 commit 2b23d44
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 705 deletions.
4 changes: 2 additions & 2 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ 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 All @@ -134,6 +133,7 @@ graph LR;
npm-->pacote;
npm-->parse-conflict-json;
npm-->proc-log;
npm-->read-package-json;
npm-->read;
npm-->semver;
npm-->ssri;
Expand Down Expand Up @@ -533,7 +533,6 @@ 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 Expand Up @@ -562,6 +561,7 @@ graph LR;
npm-->parse-conflict-json;
npm-->proc-log;
npm-->qrcode-terminal;
npm-->read-package-json;
npm-->read;
npm-->remark-gfm;
npm-->remark-github;
Expand Down
5 changes: 1 addition & 4 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@
!/inherits
!/ini
!/init-package-json
!/init-package-json/node_modules/
/init-package-json/node_modules/*
!/init-package-json/node_modules/read-package-json
!/ip-regex
!/ip
!/is-cidr
Expand Down Expand Up @@ -230,7 +227,6 @@
/pacote/node_modules/npm-pick-manifest/node_modules/*
!/pacote/node_modules/npm-pick-manifest/node_modules/hosted-git-info
!/pacote/node_modules/npm-pick-manifest/node_modules/npm-package-arg
!/pacote/node_modules/read-package-json
!/parse-conflict-json
!/path-is-absolute
!/path-key
Expand All @@ -246,6 +242,7 @@
!/qrcode-terminal
!/read-cmd-shim
!/read-package-json-fast
!/read-package-json
!/read
!/readable-stream
!/retry
Expand Down
15 changes: 0 additions & 15 deletions node_modules/pacote/node_modules/read-package-json/LICENSE

This file was deleted.

Loading

0 comments on commit 2b23d44

Please sign in to comment.