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:
authorGar <gar+gh@danger.computer>2022-04-15 00:17:21 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-04-15 01:31:09 +0300
commitf1787327c86028f1276683cf331a8536d62108ce (patch)
tree9e01e8eb1e5d1512ff5c210facd6d3b64df2073e /DEPENDENCIES.md
parentb10462ed156ada4d4ad90e6cf613e292a9361a87 (diff)
chore: update DEPENDENCIES.md
3 deps are gone now, and there's a new workspace
Diffstat (limited to 'DEPENDENCIES.md')
-rw-r--r--DEPENDENCIES.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 61803e408..aa9c47d45 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -76,7 +76,6 @@ graph LR;
libnpmversion-->npmcli-template-oss["@npmcli/template-oss"];
libnpmversion-->proc-log;
libnpmversion-->semver;
- libnpmversion-->stringify-package;
make-fetch-happen-->cacache;
make-fetch-happen-->minipass-fetch;
make-fetch-happen-->ssri;
@@ -405,7 +404,6 @@ graph LR;
libnpmversion-->proc-log;
libnpmversion-->require-inject;
libnpmversion-->semver;
- libnpmversion-->stringify-package;
libnpmversion-->tap;
make-fetch-happen-->agentkeepalive;
make-fetch-happen-->cacache;
@@ -456,8 +454,6 @@ graph LR;
normalize-package-data-->semver;
normalize-package-data-->validate-npm-package-license;
npm-->abbrev;
- npm-->ansicolors;
- npm-->ansistyles;
npm-->archy;
npm-->cacache;
npm-->chalk;
@@ -524,6 +520,7 @@ graph LR;
npm-->readdir-scoped-modules;
npm-->rimraf;
npm-->semver;
+ npm-->smoke-tests;
npm-->spawk;
npm-->ssri;
npm-->tap;
@@ -686,6 +683,13 @@ graph LR;
readdir-scoped-modules-->once;
rimraf-->glob;
semver-->lru-cache;
+ smoke-tests-->minify-registry-metadata;
+ smoke-tests-->npmcli-eslint-config["@npmcli/eslint-config"];
+ smoke-tests-->npmcli-promise-spawn["@npmcli/promise-spawn"];
+ smoke-tests-->npmcli-template-oss["@npmcli/template-oss"];
+ smoke-tests-->rimraf;
+ smoke-tests-->tap;
+ smoke-tests-->which;
socks-->ip;
socks-->smart-buffer;
socks-proxy-agent-->agent-base;
@@ -735,4 +739,4 @@ packages higher up the chain.
- make-fetch-happen, libnpmversion, @npmcli/config, init-package-json
- @npmcli/installed-package-contents, @npmcli/map-workspaces, cacache, @npmcli/git, @npmcli/run-script, npm-packlist, read-package-json, readdir-scoped-modules, promzard
- 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
- - 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, stringify-package, ini, npm-audit-report, npm-user-validate \ No newline at end of file
+ - 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 \ No newline at end of file