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/sha/package.json')
-rw-r--r--node_modules/sha/package.json15
1 files changed, 7 insertions, 8 deletions
diff --git a/node_modules/sha/package.json b/node_modules/sha/package.json
index 43b784232..663231862 100644
--- a/node_modules/sha/package.json
+++ b/node_modules/sha/package.json
@@ -1,28 +1,27 @@
{
- "_from": "sha@3.0.0",
+ "_from": "sha@^3.0.0",
"_id": "sha@3.0.0",
"_inBundle": false,
"_integrity": "sha512-DOYnM37cNsLNSGIG/zZWch5CKIRNoLdYUQTQlcgkRkoYIUwDYjqDyye16YcDZg/OPdcbUgTKMjc4SY6TB7ZAPw==",
"_location": "/sha",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "sha@3.0.0",
+ "raw": "sha@^3.0.0",
"name": "sha",
"escapedName": "sha",
- "rawSpec": "3.0.0",
+ "rawSpec": "^3.0.0",
"saveSpec": null,
- "fetchSpec": "3.0.0"
+ "fetchSpec": "^3.0.0"
},
"_requiredBy": [
- "#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/sha/-/sha-3.0.0.tgz",
"_shasum": "b2f2f90af690c16a3a839a6a6c680ea51fedd1ae",
- "_spec": "sha@3.0.0",
- "_where": "/Users/aeschright/code/cli",
+ "_spec": "sha@^3.0.0",
+ "_where": "/Users/isaacs/dev/npm/cli",
"bugs": {
"url": "https://github.com/ForbesLindesay/sha/issues"
},