@@ -82,6 +82,7 @@ graph LR;
8282 libnpmversion-->semver;
8383 make-fetch-happen-->cacache;
8484 make-fetch-happen-->minipass-fetch;
85+ make-fetch-happen-->npmcli-agent["@npmcli/agent"];
8586 make-fetch-happen-->ssri;
8687 nopt-->abbrev;
8788 normalize-package-data-->hosted-git-info;
@@ -259,8 +260,6 @@ graph LR;
259260``` mermaid
260261graph LR;
261262 agent-base-->debug;
262- agentkeepalive-->debug;
263- agentkeepalive-->depd;
264263 agentkeepalive-->humanize-ms;
265264 aggregate-error-->clean-stack;
266265 aggregate-error-->indent-string;
@@ -460,6 +459,7 @@ graph LR;
460459 make-fetch-happen-->minipass-pipeline;
461460 make-fetch-happen-->minipass;
462461 make-fetch-happen-->negotiator;
462+ make-fetch-happen-->npmcli-agent["@npmcli/agent"];
463463 make-fetch-happen-->promise-retry;
464464 make-fetch-happen-->socks-proxy-agent;
465465 make-fetch-happen-->ssri;
@@ -598,6 +598,8 @@ graph LR;
598598 npm-registry-fetch-->minizlib;
599599 npm-registry-fetch-->npm-package-arg;
600600 npm-registry-fetch-->proc-log;
601+ npmcli-agent-->lru-cache;
602+ npmcli-agent-->socks;
601603 npmcli-arborist-->benchmark;
602604 npmcli-arborist-->bin-links;
603605 npmcli-arborist-->cacache;
@@ -828,4 +830,4 @@ packages higher up the chain.
828830 - @npmcli/git , make-fetch-happen, @npmcli/config , init-package-json
829831 - @npmcli/installed-package-contents , @npmcli/map-workspaces , cacache, npm-pick-manifest, @npmcli/run-script , read-package-json, promzard
830832 - @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