@@ -166,6 +166,7 @@ graph LR;
166
166
npmcli-arborist-->npmcli-installed-package-contents["@npmcli/installed-package-contents"];
167
167
npmcli-arborist-->npmcli-map-workspaces["@npmcli/map-workspaces"];
168
168
npmcli-arborist-->npmcli-metavuln-calculator["@npmcli/metavuln-calculator"];
169
+ npmcli-arborist-->npmcli-mock-registry["@npmcli/mock-registry"];
169
170
npmcli-arborist-->npmcli-name-from-folder["@npmcli/name-from-folder"];
170
171
npmcli-arborist-->npmcli-node-gyp["@npmcli/node-gyp"];
171
172
npmcli-arborist-->npmcli-package-json["@npmcli/package-json"];
@@ -578,6 +579,7 @@ graph LR;
578
579
npmcli-arborist-->npmcli-installed-package-contents["@npmcli/installed-package-contents"];
579
580
npmcli-arborist-->npmcli-map-workspaces["@npmcli/map-workspaces"];
580
581
npmcli-arborist-->npmcli-metavuln-calculator["@npmcli/metavuln-calculator"];
582
+ npmcli-arborist-->npmcli-mock-registry["@npmcli/mock-registry"];
581
583
npmcli-arborist-->npmcli-name-from-folder["@npmcli/name-from-folder"];
582
584
npmcli-arborist-->npmcli-node-gyp["@npmcli/node-gyp"];
583
585
npmcli-arborist-->npmcli-package-json["@npmcli/package-json"];
@@ -777,14 +779,13 @@ Each group depends on packages lower down the chain, nothing depends on
777
779
packages higher up the chain.
778
780
779
781
- npm
780
- - @npmcli/smoke-tests , libnpmaccess, libnpmexec, libnpmpublish
781
- - @npmcli/mock-registry , libnpmdiff, libnpmfund, libnpmpack
782
+ - @npmcli/mock-registry , libnpmdiff, libnpmexec, libnpmfund, libnpmpack
782
783
- @npmcli/arborist
783
784
- @npmcli/metavuln-calculator
784
785
- pacote, @npmcli/config , libnpmversion
785
- - @npmcli/map-workspaces , @npmcli/run-script , libnpmorg, libnpmsearch, libnpmteam, init-package-json, npm-profile
786
+ - @npmcli/map-workspaces , @npmcli/run-script , libnpmaccess, libnpmorg, libnpmpublish , libnpmsearch, libnpmteam, init-package-json, npm-profile
786
787
- @npmcli/package-json , npm-registry-fetch
787
788
- @npmcli/git , make-fetch-happen
788
789
- @npmcli/installed-package-contents , npm-pick-manifest, cacache, promzard
789
- - @npmcli/docs , @npmcli/fs , npm-bundled, npm-install-checks, npm-package-arg, normalize-package-data, unique-filename, npm-packlist, bin-links, nopt, parse-conflict-json, read-package-json-fast, @npmcli/mock-globals , read
790
+ - @npmcli/docs , @npmcli/smoke-tests , @ npmcli/ fs , npm-bundled, npm-install-checks, npm-package-arg, normalize-package-data, unique-filename, npm-packlist, bin-links, nopt, parse-conflict-json, read-package-json-fast, @npmcli/mock-globals , read
790
791
- @npmcli/eslint-config , @npmcli/template-oss , ignore-walk, semver, npm-normalize-package-bin, @npmcli/name-from-folder , @npmcli/promise-spawn , ini, hosted-git-info, proc-log, validate-npm-package-name, json-parse-even-better-errors, fs-minipass, 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
0 commit comments