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:
authorRuy Adorno <ruyadorno@hotmail.com>2022-08-01 21:29:56 +0300
committerGitHub <noreply@github.com>2022-08-01 21:29:56 +0300
commit3c024ace60904c69e61da00e1fb56c0c1735804a (patch)
tree20455ad5af7395f9a25943127d6d4ed36421eab7 /workspaces/arborist/package.json
parent050284d2abb6aa91a0f9ffad5b0c4f074e5dbf6d (diff)
feat: add npm query cmd (#5000)
Co-authored-by: Gar <gar+gh@danger.computer>
Diffstat (limited to 'workspaces/arborist/package.json')
-rw-r--r--workspaces/arborist/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index 48814eda6..9c87667c5 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -11,12 +11,14 @@
"@npmcli/name-from-folder": "^1.0.1",
"@npmcli/node-gyp": "^2.0.0",
"@npmcli/package-json": "^2.0.0",
+ "@npmcli/query": "^1.1.0",
"@npmcli/run-script": "^4.1.3",
"bin-links": "^3.0.0",
"cacache": "^16.0.6",
"common-ancestor-path": "^1.0.1",
"json-parse-even-better-errors": "^2.3.1",
"json-stringify-nice": "^1.1.4",
+ "minimatch": "^5.1.0",
"mkdirp": "^1.0.4",
"mkdirp-infer-owner": "^2.0.0",
"nopt": "^5.0.0",