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:
authorLuke Karrys <luke@lukekarrys.com>2022-02-22 10:41:31 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-02-24 04:47:58 +0300
commitd438d61d4f689966de8f964afe212d1319b8d460 (patch)
treeac7fa987446a0baeb22c5d4a3b3a01bcad07e84d /workspaces/arborist/package.json
parentce1c2bf4bade53df66efff03415d29a828a3d47a (diff)
feat(arborist): refactor arborist bin to use consistent timing/logging
This attempts to make the arborist bin script behave more like the npm cli with regards to the handing of timing and logging. It also adds the a `logfile` argument to write logs to a file instead of (or in addition to) stderr. This can be helpful for benchmarking performance of loggins or terminal display.
Diffstat (limited to 'workspaces/arborist/package.json')
-rw-r--r--workspaces/arborist/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index 3864d55d9..d8d27bcfc 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -19,6 +19,7 @@
"json-stringify-nice": "^1.1.4",
"mkdirp": "^1.0.4",
"mkdirp-infer-owner": "^2.0.0",
+ "nopt": "^5.0.0",
"npm-install-checks": "^4.0.0",
"npm-package-arg": "^9.0.0",
"npm-pick-manifest": "^7.0.0",