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.json80
1 files changed, 39 insertions, 41 deletions
diff --git a/deps/npm/node_modules/sha/package.json b/deps/npm/node_modules/sha/package.json
index 05903c8b9a..2d31ae0b49 100644
--- a/deps/npm/node_modules/sha/package.json
+++ b/deps/npm/node_modules/sha/package.json
@@ -1,54 +1,52 @@
{
- "name": "sha",
- "version": "2.0.1",
- "description": "Check and get file hashes",
- "scripts": {
- "test": "mocha -R spec"
+ "_from": "sha@~2.0.1",
+ "_id": "sha@2.0.1",
+ "_integrity": "sha1-YDCCL70smCOUn49y7WQR7lzyWq4=",
+ "_location": "/sha",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "sha@~2.0.1",
+ "name": "sha",
+ "escapedName": "sha",
+ "rawSpec": "~2.0.1",
+ "saveSpec": null,
+ "fetchSpec": "~2.0.1"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/ForbesLindesay/sha.git"
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/sha/-/sha-2.0.1.tgz",
+ "_shasum": "6030822fbd2c9823949f8f72ed6411ee5cf25aae",
+ "_shrinkwrap": null,
+ "_spec": "sha@~2.0.1",
+ "_where": "/Users/zkat/Documents/code/npm",
+ "bin": null,
+ "bugs": {
+ "url": "https://github.com/ForbesLindesay/sha/issues"
},
- "license": "(BSD-2-Clause OR MIT)",
+ "bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.2",
"readable-stream": "^2.0.2"
},
+ "deprecated": false,
+ "description": "Check and get file hashes",
"devDependencies": {
"mocha": "~1.9.0"
},
- "gitHead": "ce7c72ba753d886fb46c396cbadcbfc8eac25b4f",
- "bugs": {
- "url": "https://github.com/ForbesLindesay/sha/issues"
- },
- "homepage": "https://github.com/ForbesLindesay/sha",
- "_id": "sha@2.0.1",
- "_shasum": "6030822fbd2c9823949f8f72ed6411ee5cf25aae",
- "_from": "sha@>=2.0.1 <2.1.0",
- "_npmVersion": "2.7.1",
- "_nodeVersion": "1.6.2",
- "_npmUser": {
- "name": "forbeslindesay",
- "email": "forbes@lindesay.co.uk"
+ "homepage": "https://github.com/ForbesLindesay/sha#readme",
+ "license": "(BSD-2-Clause OR MIT)",
+ "name": "sha",
+ "optionalDependencies": {},
+ "peerDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/ForbesLindesay/sha.git"
},
- "maintainers": [
- {
- "name": "forbeslindesay",
- "email": "forbes@lindesay.co.uk"
- },
- {
- "name": "kenan",
- "email": "kenan@kenany.me"
- },
- {
- "name": "thefourtheye",
- "email": "thechargingvolcano@gmail.com"
- }
- ],
- "dist": {
- "shasum": "6030822fbd2c9823949f8f72ed6411ee5cf25aae",
- "tarball": "http://registry.npmjs.org/sha/-/sha-2.0.1.tgz"
+ "scripts": {
+ "test": "mocha -R spec"
},
- "directories": {},
- "_resolved": "https://registry.npmjs.org/sha/-/sha-2.0.1.tgz"
+ "version": "2.0.1"
}