summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/sha/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/sha/package.json')
-rw-r--r--deps/npm/node_modules/sha/package.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/deps/npm/node_modules/sha/package.json b/deps/npm/node_modules/sha/package.json
index 982780769b..43b7842328 100644
--- a/deps/npm/node_modules/sha/package.json
+++ b/deps/npm/node_modules/sha/package.json
@@ -1,43 +1,43 @@
{
- "_args": [
- [
- "sha@2.0.1",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "sha@2.0.1",
- "_id": "sha@2.0.1",
+ "_from": "sha@3.0.0",
+ "_id": "sha@3.0.0",
"_inBundle": false,
- "_integrity": "sha1-YDCCL70smCOUn49y7WQR7lzyWq4=",
+ "_integrity": "sha512-DOYnM37cNsLNSGIG/zZWch5CKIRNoLdYUQTQlcgkRkoYIUwDYjqDyye16YcDZg/OPdcbUgTKMjc4SY6TB7ZAPw==",
"_location": "/sha",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "sha@2.0.1",
+ "raw": "sha@3.0.0",
"name": "sha",
"escapedName": "sha",
- "rawSpec": "2.0.1",
+ "rawSpec": "3.0.0",
"saveSpec": null,
- "fetchSpec": "2.0.1"
+ "fetchSpec": "3.0.0"
},
"_requiredBy": [
+ "#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/sha/-/sha-2.0.1.tgz",
- "_spec": "2.0.1",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/sha/-/sha-3.0.0.tgz",
+ "_shasum": "b2f2f90af690c16a3a839a6a6c680ea51fedd1ae",
+ "_spec": "sha@3.0.0",
+ "_where": "/Users/aeschright/code/cli",
"bugs": {
"url": "https://github.com/ForbesLindesay/sha/issues"
},
+ "bundleDependencies": false,
"dependencies": {
- "graceful-fs": "^4.1.2",
- "readable-stream": "^2.0.2"
+ "graceful-fs": "^4.1.2"
},
+ "deprecated": false,
"description": "Check and get file hashes",
"devDependencies": {
"mocha": "~1.9.0"
},
+ "files": [
+ "index.js"
+ ],
"homepage": "https://github.com/ForbesLindesay/sha#readme",
"license": "(BSD-2-Clause OR MIT)",
"name": "sha",
@@ -48,5 +48,5 @@
"scripts": {
"test": "mocha -R spec"
},
- "version": "2.0.1"
+ "version": "3.0.0"
}