@@ -224,8 +224,8 @@ graph LR;
224
224
npmcli-package-json-->proc-log;
225
225
npmcli-package-json-->semver;
226
226
npmcli-run-script-->npmcli-node-gyp["@npmcli/node-gyp"];
227
+ npmcli-run-script-->npmcli-package-json["@npmcli/package-json"];
227
228
npmcli-run-script-->npmcli-promise-spawn["@npmcli/promise-spawn"];
228
- npmcli-run-script-->read-package-json-fast;
229
229
npmcli-smoke-tests-->npmcli-eslint-config["@npmcli/eslint-config"];
230
230
npmcli-smoke-tests-->npmcli-mock-registry["@npmcli/mock-registry"];
231
231
npmcli-smoke-tests-->npmcli-promise-spawn["@npmcli/promise-spawn"];
@@ -702,8 +702,8 @@ graph LR;
702
702
npmcli-query-->postcss-selector-parser;
703
703
npmcli-run-script-->node-gyp;
704
704
npmcli-run-script-->npmcli-node-gyp["@npmcli/node-gyp"];
705
+ npmcli-run-script-->npmcli-package-json["@npmcli/package-json"];
705
706
npmcli-run-script-->npmcli-promise-spawn["@npmcli/promise-spawn"];
706
- npmcli-run-script-->read-package-json-fast;
707
707
npmcli-run-script-->which;
708
708
npmcli-smoke-tests-->npmcli-eslint-config["@npmcli/eslint-config"];
709
709
npmcli-smoke-tests-->npmcli-mock-registry["@npmcli/mock-registry"];
@@ -823,9 +823,10 @@ packages higher up the chain.
823
823
- @npmcli/mock-registry , libnpmdiff, libnpmfund, libnpmpack
824
824
- @npmcli/arborist
825
825
- @npmcli/metavuln-calculator
826
- - pacote, libnpmhook, libnpmorg, libnpmsearch, libnpmteam, npm-profile
827
- - npm-registry-fetch, @npmcli/package-json , libnpmversion
826
+ - pacote, libnpmversion
827
+ - @npmcli/run-script , libnpmhook, libnpmorg, libnpmsearch, libnpmteam, npm-profile
828
+ - @npmcli/package-json , npm-registry-fetch
828
829
- @npmcli/git , make-fetch-happen, @npmcli/config , init-package-json
829
- - @npmcli/installed-package-contents , @npmcli/map-workspaces , cacache, npm-pick-manifest, @ npmcli/run-script , read-package-json, promzard
830
- - @npmcli/docs , @npmcli/fs , npm-bundled, read-package-json-fast, unique-filename, npm-install-checks, npm-package-arg, npm-packlist, normalize-package-data, bin-links, nopt, npmlog, parse-conflict-json, @npmcli/mock-globals , read
830
+ - @npmcli/installed-package-contents , @npmcli/map-workspaces , cacache, npm-pick-manifest, read-package-json, promzard
831
+ - @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, npmlog, parse-conflict-json, @npmcli/mock-globals , read
831
832
- @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 , hosted-git-info, proc-log, validate-npm-package-name, @npmcli/node-gyp , @npmcli/agent , minipass-fetch, @npmcli/query , cmd-shim, read-cmd-shim, write-file-atomic, abbrev, are-we-there-yet, gauge, minify-registry-metadata, ini, @npmcli/disparity-colors , mute-stream, npm-audit-report, npm-user-validate
0 commit comments