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:
Diffstat (limited to 'node_modules/which/package.json')
-rw-r--r--node_modules/which/package.json19
1 files changed, 10 insertions, 9 deletions
diff --git a/node_modules/which/package.json b/node_modules/which/package.json
index 74e41c0da..a0aa8b85f 100644
--- a/node_modules/which/package.json
+++ b/node_modules/which/package.json
@@ -1,28 +1,29 @@
{
- "_from": "which@2.0.2",
+ "_from": "which@^2.0.2",
"_id": "which@2.0.2",
"_inBundle": false,
"_integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"_location": "/which",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "which@2.0.2",
+ "raw": "which@^2.0.2",
"name": "which",
"escapedName": "which",
- "rawSpec": "2.0.2",
+ "rawSpec": "^2.0.2",
"saveSpec": null,
- "fetchSpec": "2.0.2"
+ "fetchSpec": "^2.0.2"
},
"_requiredBy": [
- "#USER",
- "/"
+ "/",
+ "/@npmcli/git",
+ "/tap"
],
"_resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"_shasum": "7c6a8dd0a636a0327e10b59c9286eee93f3f51b1",
- "_spec": "which@2.0.2",
- "_where": "/Users/claudiahdz/npm/cli",
+ "_spec": "which@^2.0.2",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",