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>2020-12-10 01:48:05 +0300
committerisaacs <i@izs.me>2020-12-11 22:22:35 +0300
commit244c2069fd093f053d3061c85575ac13e72e2454 (patch)
treea02a73087f91c260475de49a4f6a2349d0d203e3 /package-lock.json
parentc3ba1daf7cd335d72aeba80ae0e9f9d215ca9ea5 (diff)
fix: npm search include/exclude
- Fixes `npm search --searchexclude=<value>` option - Tweaks `--searchopt` logic - Refactor and cleanup `lib/search.js` - Add `test/lib/search.js` tests - Fixes: https://github.com/npm/statusboard/issues/171 PR-URL: https://github.com/npm/cli/pull/2325 Credit: @ruyadorno Close: #2325 Reviewed-by: @isaacs
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index c95cabe20..0929e8040 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -392,6 +392,8 @@
"libnpmteam": "^2.0.2",
"libnpmversion": "^1.0.7",
"make-fetch-happen": "^8.0.12",
+ "minipass": "^3.1.3",
+ "minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",
"mkdirp-infer-owner": "^2.0.0",
"ms": "^2.1.2",