Skip to content

Commit 2b23d44

Browse files
committed
deps: hoist [email protected]
1 parent 325ed05 commit 2b23d44

File tree

9 files changed

+18
-705
lines changed

9 files changed

+18
-705
lines changed

Diff for: DEPENDENCIES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ graph LR;
107107
npm-->libnpmversion;
108108
npm-->make-fetch-happen;
109109
npm-->nopt;
110-
npm-->normalize-package-data;
111110
npm-->npm-audit-report;
112111
npm-->npm-install-checks;
113112
npm-->npm-package-arg;
@@ -134,6 +133,7 @@ graph LR;
134133
npm-->pacote;
135134
npm-->parse-conflict-json;
136135
npm-->proc-log;
136+
npm-->read-package-json;
137137
npm-->read;
138138
npm-->semver;
139139
npm-->ssri;
@@ -533,7 +533,6 @@ graph LR;
533533
npm-->nock;
534534
npm-->node-gyp;
535535
npm-->nopt;
536-
npm-->normalize-package-data;
537536
npm-->npm-audit-report;
538537
npm-->npm-install-checks;
539538
npm-->npm-package-arg;
@@ -562,6 +561,7 @@ graph LR;
562561
npm-->parse-conflict-json;
563562
npm-->proc-log;
564563
npm-->qrcode-terminal;
564+
npm-->read-package-json;
565565
npm-->read;
566566
npm-->remark-gfm;
567567
npm-->remark-github;

Diff for: node_modules/.gitignore

+1-4
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@
123123
!/inherits
124124
!/ini
125125
!/init-package-json
126-
!/init-package-json/node_modules/
127-
/init-package-json/node_modules/*
128-
!/init-package-json/node_modules/read-package-json
129126
!/ip-regex
130127
!/ip
131128
!/is-cidr
@@ -230,7 +227,6 @@
230227
/pacote/node_modules/npm-pick-manifest/node_modules/*
231228
!/pacote/node_modules/npm-pick-manifest/node_modules/hosted-git-info
232229
!/pacote/node_modules/npm-pick-manifest/node_modules/npm-package-arg
233-
!/pacote/node_modules/read-package-json
234230
!/parse-conflict-json
235231
!/path-is-absolute
236232
!/path-key
@@ -246,6 +242,7 @@
246242
!/qrcode-terminal
247243
!/read-cmd-shim
248244
!/read-package-json-fast
245+
!/read-package-json
249246
!/read
250247
!/readable-stream
251248
!/retry

Diff for: node_modules/pacote/node_modules/read-package-json/LICENSE

-15
This file was deleted.

0 commit comments

Comments
 (0)