Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEPENDENCIES.md7
-rw-r--r--package.json2
2 files changed, 7 insertions, 2 deletions
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index aa9c47d45..421efae11 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -131,6 +131,7 @@ graph LR;
npm-bundled-->npm-normalize-package-bin;
npm-install-checks-->semver;
npm-package-arg-->hosted-git-info;
+ npm-package-arg-->proc-log;
npm-package-arg-->semver;
npm-package-arg-->validate-npm-package-name;
npm-packlist-->ignore-walk;
@@ -257,7 +258,7 @@ graph LR;
cidr-regex-->ip-regex;
cli-columns-->string-width;
cli-columns-->strip-ansi;
- cli-table3-->colors;
+ cli-table3-->colors-colors["@colors/colors"];
cli-table3-->string-width;
cmd-shim-->mkdirp-infer-owner;
color-convert-->color-name;
@@ -405,6 +406,7 @@ graph LR;
libnpmversion-->require-inject;
libnpmversion-->semver;
libnpmversion-->tap;
+ lru-cache-->yallist;
make-fetch-happen-->agentkeepalive;
make-fetch-happen-->cacache;
make-fetch-happen-->http-cache-semantics;
@@ -510,6 +512,7 @@ graph LR;
npm-->npmcli-template-oss["@npmcli/template-oss"];
npm-->npmlog;
npm-->opener;
+ npm-->p-map;
npm-->pacote;
npm-->parse-conflict-json;
npm-->proc-log;
@@ -535,6 +538,7 @@ graph LR;
npm-bundled-->npm-normalize-package-bin;
npm-install-checks-->semver;
npm-package-arg-->hosted-git-info;
+ npm-package-arg-->proc-log;
npm-package-arg-->semver;
npm-package-arg-->validate-npm-package-name;
npm-packlist-->glob;
@@ -634,6 +638,7 @@ graph LR;
npmcli-run-script-->npmcli-node-gyp["@npmcli/node-gyp"];
npmcli-run-script-->npmcli-promise-spawn["@npmcli/promise-spawn"];
npmcli-run-script-->read-package-json-fast;
+ npmcli-run-script-->which;
npmlog-->are-we-there-yet;
npmlog-->console-control-strings;
npmlog-->gauge;
diff --git a/package.json b/package.json
index 1bc20b77c..0f3a9fd58 100644
--- a/package.json
+++ b/package.json
@@ -209,7 +209,7 @@
"tap": "^16.0.1"
},
"scripts": {
- "dependencies": "node scripts/bundle-and-gitignore-deps.js",
+ "dependencies": "node scripts/bundle-and-gitignore-deps.js && node scripts/dependency-graph.js",
"dumpconf": "env | grep npm | sort | uniq",
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"chore: update AUTHORS\" || true",
"licenses": "licensee --production --errors-only",