@@ -82,6 +82,7 @@ graph LR;
82
82
libnpmversion-->semver;
83
83
make-fetch-happen-->cacache;
84
84
make-fetch-happen-->minipass-fetch;
85
+ make-fetch-happen-->npmcli-agent["@npmcli/agent"];
85
86
make-fetch-happen-->ssri;
86
87
nopt-->abbrev;
87
88
normalize-package-data-->hosted-git-info;
@@ -259,8 +260,6 @@ graph LR;
259
260
``` mermaid
260
261
graph LR;
261
262
agent-base-->debug;
262
- agentkeepalive-->debug;
263
- agentkeepalive-->depd;
264
263
agentkeepalive-->humanize-ms;
265
264
aggregate-error-->clean-stack;
266
265
aggregate-error-->indent-string;
@@ -460,6 +459,7 @@ graph LR;
460
459
make-fetch-happen-->minipass-pipeline;
461
460
make-fetch-happen-->minipass;
462
461
make-fetch-happen-->negotiator;
462
+ make-fetch-happen-->npmcli-agent["@npmcli/agent"];
463
463
make-fetch-happen-->promise-retry;
464
464
make-fetch-happen-->socks-proxy-agent;
465
465
make-fetch-happen-->ssri;
@@ -598,6 +598,8 @@ graph LR;
598
598
npm-registry-fetch-->minizlib;
599
599
npm-registry-fetch-->npm-package-arg;
600
600
npm-registry-fetch-->proc-log;
601
+ npmcli-agent-->lru-cache;
602
+ npmcli-agent-->socks;
601
603
npmcli-arborist-->benchmark;
602
604
npmcli-arborist-->bin-links;
603
605
npmcli-arborist-->cacache;
@@ -828,4 +830,4 @@ packages higher up the chain.
828
830
- @npmcli/git , make-fetch-happen, @npmcli/config , init-package-json
829
831
- @npmcli/installed-package-contents , @npmcli/map-workspaces , cacache, npm-pick-manifest, @npmcli/run-script , read-package-json, promzard
830
832
- @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
831
- - @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 , 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
833
+ - @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 , 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, @ npmcli/agent , npm-audit-report, npm-user-validate
0 commit comments