Skip to content

Commit 75a3f12

Browse files
authored
deps: remove unused deps (#7859)
1 parent 780afc5 commit 75a3f12

File tree

7 files changed

+1952
-434
lines changed

7 files changed

+1952
-434
lines changed

‎DEPENDENCIES.md

-8
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ graph LR;
134134
npm-->semver;
135135
npm-->ssri;
136136
npm-->validate-npm-package-name;
137-
npm-->write-file-atomic;
138137
npm-bundled-->npm-normalize-package-bin;
139138
npm-install-checks-->semver;
140139
npm-package-arg-->hosted-git-info;
@@ -156,7 +155,6 @@ graph LR;
156155
npmcli-arborist-->bin-links;
157156
npmcli-arborist-->cacache;
158157
npmcli-arborist-->hosted-git-info;
159-
npmcli-arborist-->json-parse-even-better-errors;
160158
npmcli-arborist-->minify-registry-metadata;
161159
npmcli-arborist-->nopt;
162160
npmcli-arborist-->npm-install-checks;
@@ -231,7 +229,6 @@ graph LR;
231229
npmcli-smoke-tests-->npmcli-mock-registry["@npmcli/mock-registry"];
232230
npmcli-smoke-tests-->npmcli-promise-spawn["@npmcli/promise-spawn"];
233231
npmcli-smoke-tests-->npmcli-template-oss["@npmcli/template-oss"];
234-
npmcli-smoke-tests-->semver;
235232
pacote-->cacache;
236233
pacote-->fs-minipass;
237234
pacote-->npm-package-arg;
@@ -320,7 +317,6 @@ graph LR;
320317
isaacs-fs-minipass-->minipass;
321318
jackspeak-->isaacs-cliui["@isaacs/cliui"];
322319
jackspeak-->pkgjs-parseargs["@pkgjs/parseargs"];
323-
libnpmaccess-->nock;
324320
libnpmaccess-->npm-package-arg;
325321
libnpmaccess-->npm-registry-fetch;
326322
libnpmaccess-->npmcli-eslint-config["@npmcli/eslint-config"];
@@ -377,7 +373,6 @@ graph LR;
377373
libnpmpack-->spawk;
378374
libnpmpack-->tap;
379375
libnpmpublish-->ci-info;
380-
libnpmpublish-->nock;
381376
libnpmpublish-->normalize-package-data;
382377
libnpmpublish-->npm-package-arg;
383378
libnpmpublish-->npm-registry-fetch;
@@ -536,7 +531,6 @@ graph LR;
536531
npm-->tufjs-repo-mock["@tufjs/repo-mock"];
537532
npm-->validate-npm-package-name;
538533
npm-->which;
539-
npm-->write-file-atomic;
540534
npm-bundled-->npm-normalize-package-bin;
541535
npm-install-checks-->semver;
542536
npm-package-arg-->hosted-git-info;
@@ -569,7 +563,6 @@ graph LR;
569563
npmcli-arborist-->common-ancestor-path;
570564
npmcli-arborist-->hosted-git-info;
571565
npmcli-arborist-->isaacs-string-locale-compare["@isaacs/string-locale-compare"];
572-
npmcli-arborist-->json-parse-even-better-errors;
573566
npmcli-arborist-->json-stringify-nice;
574567
npmcli-arborist-->lru-cache;
575568
npmcli-arborist-->minify-registry-metadata;
@@ -685,7 +678,6 @@ graph LR;
685678
npmcli-smoke-tests-->npmcli-promise-spawn["@npmcli/promise-spawn"];
686679
npmcli-smoke-tests-->npmcli-template-oss["@npmcli/template-oss"];
687680
npmcli-smoke-tests-->proxy;
688-
npmcli-smoke-tests-->semver;
689681
npmcli-smoke-tests-->tap;
690682
npmcli-smoke-tests-->which;
691683
p-map-->aggregate-error;

0 commit comments

Comments
 (0)