@@ -207,7 +207,7 @@ graph LR;
207
207
npmcli-installed-package-contents-->npm-bundled;
208
208
npmcli-installed-package-contents-->npm-normalize-package-bin;
209
209
npmcli-map-workspaces-->npmcli-name-from-folder["@npmcli/name-from-folder"];
210
- npmcli-map-workspaces-->read -package-json-fast ;
210
+ npmcli-map-workspaces-->npmcli -package-json["@npmcli/package-json"] ;
211
211
npmcli-metavuln-calculator-->cacache;
212
212
npmcli-metavuln-calculator-->json-parse-even-better-errors;
213
213
npmcli-metavuln-calculator-->pacote;
@@ -655,7 +655,7 @@ graph LR;
655
655
npmcli-map-workspaces-->glob;
656
656
npmcli-map-workspaces-->minimatch;
657
657
npmcli-map-workspaces-->npmcli-name-from-folder["@npmcli/name-from-folder"];
658
- npmcli-map-workspaces-->read -package-json-fast ;
658
+ npmcli-map-workspaces-->npmcli -package-json["@npmcli/package-json"] ;
659
659
npmcli-metavuln-calculator-->cacache;
660
660
npmcli-metavuln-calculator-->json-parse-even-better-errors;
661
661
npmcli-metavuln-calculator-->pacote;
@@ -794,10 +794,10 @@ packages higher up the chain.
794
794
- @npmcli/mock-registry , libnpmdiff, libnpmfund, libnpmpack
795
795
- @npmcli/arborist
796
796
- @npmcli/metavuln-calculator
797
- - pacote, libnpmversion
798
- - @npmcli/run-script , @npmcli/config , libnpmhook, libnpmorg, libnpmsearch, libnpmteam, init-package-json, npm-profile
797
+ - pacote, @ npmcli/config , libnpmversion
798
+ - @npmcli/map-workspaces , @npmcli/run-script , libnpmhook, libnpmorg, libnpmsearch, libnpmteam, init-package-json, npm-profile
799
799
- @npmcli/package-json , npm-registry-fetch
800
800
- @npmcli/git , make-fetch-happen
801
- - @npmcli/installed-package-contents , @ npmcli/map-workspaces , cacache, npm-pick-manifest, promzard
802
- - @npmcli/docs , @npmcli/fs , npm-bundled, read-package-json-fast, unique-filename, npm-install-checks, npm-package-arg, normalize-package-data, npm-packlist, bin-links, nopt, parse-conflict-json, @npmcli/mock-globals , read
803
- - @npmcli/eslint-config , @npmcli/template-oss , ignore-walk, semver, npm-normalize-package-bin, @npmcli/name-from-folder , json-parse-even-better-errors, fs-minipass, ssri, unique-slug, @npmcli/promise-spawn , ini, hosted-git-info, proc-log, validate-npm-package-name, @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
801
+ - @npmcli/installed-package-contents , npm-pick-manifest, cacache , promzard
802
+ - @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
803
+ - @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