Skip to content

Commit fe9484a

Browse files
committed
deps: remove normalize-package-data
1 parent 79e3c1e commit fe9484a

File tree

14 files changed

+2
-731
lines changed

14 files changed

+2
-731
lines changed

‎DEPENDENCIES.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
"nopt",
6060
"parse-conflict-json",
6161
"@npmcli/mock-globals",
62-
"read",
63-
"normalize-package-data"
62+
"read"
6463
],
6564
[
6665
"@npmcli/eslint-config",

‎DEPENDENCIES.md‎

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ graph LR;
8181
make-fetch-happen-->proc-log;
8282
make-fetch-happen-->ssri;
8383
nopt-->abbrev;
84-
normalize-package-data-->hosted-git-info;
85-
normalize-package-data-->semver;
8684
npm-->abbrev;
8785
npm-->cacache;
8886
npm-->hosted-git-info;
@@ -101,7 +99,6 @@ graph LR;
10199
npm-->libnpmversion;
102100
npm-->make-fetch-happen;
103101
npm-->nopt;
104-
npm-->normalize-package-data;
105102
npm-->npm-audit-report;
106103
npm-->npm-install-checks;
107104
npm-->npm-package-arg;
@@ -436,9 +433,6 @@ graph LR;
436433
node-gyp-->tinyglobby;
437434
node-gyp-->which;
438435
nopt-->abbrev;
439-
normalize-package-data-->hosted-git-info;
440-
normalize-package-data-->semver;
441-
normalize-package-data-->validate-npm-package-license;
442436
npm-->abbrev;
443437
npm-->ajv-formats-draft2019;
444438
npm-->ajv-formats;
@@ -478,7 +472,6 @@ graph LR;
478472
npm-->nock;
479473
npm-->node-gyp;
480474
npm-->nopt;
481-
npm-->normalize-package-data;
482475
npm-->npm-audit-report;
483476
npm-->npm-install-checks;
484477
npm-->npm-package-arg;
@@ -776,5 +769,5 @@ packages higher up the chain.
776769
- @npmcli/package-json, npm-registry-fetch
777770
- @npmcli/git, make-fetch-happen
778771
- @npmcli/smoke-tests, @npmcli/installed-package-contents, npm-pick-manifest, cacache, promzard
779-
- @npmcli/docs, @npmcli/fs, npm-bundled, @npmcli/promise-spawn, npm-install-checks, npm-package-arg, unique-filename, npm-packlist, bin-links, nopt, parse-conflict-json, @npmcli/mock-globals, read, normalize-package-data
772+
- @npmcli/docs, @npmcli/fs, npm-bundled, @npmcli/promise-spawn, npm-install-checks, npm-package-arg, unique-filename, npm-packlist, bin-links, nopt, parse-conflict-json, @npmcli/mock-globals, read
780773
- @npmcli/eslint-config, @npmcli/template-oss, ignore-walk, semver, npm-normalize-package-bin, @npmcli/name-from-folder, which, ini, hosted-git-info, proc-log, validate-npm-package-name, json-parse-even-better-errors, ssri, unique-slug, @npmcli/node-gyp, @npmcli/redact, @npmcli/agent, minipass-fetch, @npmcli/query, cmd-shim, read-cmd-shim, write-file-atomic, abbrev, proggy, minify-registry-metadata, mute-stream, npm-audit-report, npm-user-validate

‎node_modules/.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
!/node-gyp/node_modules/minimatch
145145
!/node-gyp/node_modules/path-scurry
146146
!/nopt
147-
!/normalize-package-data
148147
!/npm-audit-report
149148
!/npm-bundled
150149
!/npm-install-checks

‎node_modules/normalize-package-data/LICENSE‎

Lines changed: 0 additions & 15 deletions
This file was deleted.

‎node_modules/normalize-package-data/lib/extract_description.js‎

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)