@@ -157,6 +157,7 @@ graph LR;
|
157 | 157 | npmcli-arborist-->npmcli-name-from-folder["@npmcli/name-from-folder"];
|
158 | 158 | npmcli-arborist-->npmcli-node-gyp["@npmcli/node-gyp"];
|
159 | 159 | npmcli-arborist-->npmcli-package-json["@npmcli/package-json"];
|
| 160 | +npmcli-arborist-->npmcli-query["@npmcli/query"]; |
160 | 161 | npmcli-arborist-->npmcli-run-script["@npmcli/run-script"];
|
161 | 162 | npmcli-arborist-->npmcli-template-oss["@npmcli/template-oss"];
|
162 | 163 | npmcli-arborist-->npmlog;
|
@@ -186,6 +187,8 @@ graph LR;
|
186 | 187 | npmcli-metavuln-calculator-->pacote;
|
187 | 188 | npmcli-metavuln-calculator-->semver;
|
188 | 189 | npmcli-promise-spawn-->infer-owner;
|
| 190 | +npmcli-query-->npm-package-arg; |
| 191 | +npmcli-query-->semver; |
189 | 192 | npmcli-run-script-->npmcli-node-gyp["@npmcli/node-gyp"];
|
190 | 193 | npmcli-run-script-->npmcli-promise-spawn["@npmcli/promise-spawn"];
|
191 | 194 | npmcli-run-script-->read-package-json-fast;
|
@@ -567,6 +570,7 @@ graph LR;
|
567 | 570 | npmcli-arborist-->json-parse-even-better-errors;
|
568 | 571 | npmcli-arborist-->json-stringify-nice;
|
569 | 572 | npmcli-arborist-->minify-registry-metadata;
|
| 573 | +npmcli-arborist-->minimatch; |
570 | 574 | npmcli-arborist-->mkdirp-infer-owner;
|
571 | 575 | npmcli-arborist-->mkdirp;
|
572 | 576 | npmcli-arborist-->nock;
|
@@ -583,6 +587,7 @@ graph LR;
|
583 | 587 | npmcli-arborist-->npmcli-name-from-folder["@npmcli/name-from-folder"];
|
584 | 588 | npmcli-arborist-->npmcli-node-gyp["@npmcli/node-gyp"];
|
585 | 589 | npmcli-arborist-->npmcli-package-json["@npmcli/package-json"];
|
| 590 | +npmcli-arborist-->npmcli-query["@npmcli/query"]; |
586 | 591 | npmcli-arborist-->npmcli-run-script["@npmcli/run-script"];
|
587 | 592 | npmcli-arborist-->npmcli-template-oss["@npmcli/template-oss"];
|
588 | 593 | npmcli-arborist-->npmlog;
|
@@ -634,6 +639,9 @@ graph LR;
|
634 | 639 | npmcli-move-file-->rimraf;
|
635 | 640 | npmcli-package-json-->json-parse-even-better-errors;
|
636 | 641 | npmcli-promise-spawn-->infer-owner;
|
| 642 | +npmcli-query-->npm-package-arg; |
| 643 | +npmcli-query-->postcss-selector-parser; |
| 644 | +npmcli-query-->semver; |
637 | 645 | npmcli-run-script-->node-gyp;
|
638 | 646 | npmcli-run-script-->npmcli-node-gyp["@npmcli/node-gyp"];
|
639 | 647 | npmcli-run-script-->npmcli-promise-spawn["@npmcli/promise-spawn"];
|
@@ -669,6 +677,8 @@ graph LR;
|
669 | 677 | parse-conflict-json-->json-parse-even-better-errors;
|
670 | 678 | parse-conflict-json-->just-diff-apply;
|
671 | 679 | parse-conflict-json-->just-diff;
|
| 680 | +postcss-selector-parser-->cssesc; |
| 681 | +postcss-selector-parser-->util-deprecate; |
672 | 682 | promise-retry-->err-code;
|
673 | 683 | promise-retry-->retry;
|
674 | 684 | promzard-->read;
|
@@ -742,6 +752,6 @@ packages higher up the chain.
|
742 | 752 | - pacote, libnpmaccess, libnpmhook, libnpmorg, libnpmsearch, libnpmteam, npm-profile
|
743 | 753 | - npm-registry-fetch
|
744 | 754 | - make-fetch-happen, libnpmversion, @npmcli/config, init-package-json
|
745 |
| -- @npmcli/installed-package-contents, @npmcli/map-workspaces, cacache, @npmcli/git, @npmcli/run-script, npm-packlist, read-package-json, readdir-scoped-modules, promzard |
| 755 | +- @npmcli/installed-package-contents, @npmcli/map-workspaces, cacache, @npmcli/git, @npmcli/run-script, npm-packlist, read-package-json, @npmcli/query, readdir-scoped-modules, promzard |
746 | 756 | - npm-bundled, read-package-json-fast, @npmcli/fs, unique-filename, @npmcli/promise-spawn, npm-package-arg, normalize-package-data, bin-links, nopt, npm-install-checks, npmlog, dezalgo, read
|
747 | 757 | - npm-normalize-package-bin, @npmcli/name-from-folder, semver, @npmcli/move-file, fs-minipass, infer-owner, ssri, unique-slug, proc-log, @npmcli/node-gyp, hosted-git-info, validate-npm-package-name, ignore-walk, minipass-fetch, @npmcli/package-json, cmd-shim, read-cmd-shim, write-file-atomic, abbrev, are-we-there-yet, gauge, parse-conflict-json, wrappy, treeverse, @npmcli/eslint-config, @npmcli/template-oss, @npmcli/disparity-colors, @npmcli/ci-detect, mute-stream, ini, npm-audit-report, npm-user-validate
|
0 commit comments