node/deps/npm/node_modules/sha/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2013-05-15 05:37:59 +08:00
{
"name": "sha",
2014-11-05 07:08:12 +08:00
"version": "1.3.0",
2013-05-15 05:37:59 +08:00
"description": "Check and get file hashes",
"scripts": {
2013-07-25 04:23:44 +08:00
"test": "mocha -R spec"
2013-05-15 05:37:59 +08:00
},
"repository": {
"type": "git",
"url": "https://github.com/ForbesLindesay/sha.git"
},
"license": "BSD",
"optionalDependencies": {
2014-08-01 00:05:30 +08:00
"graceful-fs": "2 || 3",
2014-11-05 07:08:12 +08:00
"readable-stream": "~1.1"
2013-05-15 05:37:59 +08:00
},
"devDependencies": {
"mocha": "~1.9.0"
},
2014-11-05 07:08:12 +08:00
"gitHead": "f1985eefbf7538e5809a2157c728d2f740901600",
2013-07-25 04:23:44 +08:00
"bugs": {
"url": "https://github.com/ForbesLindesay/sha/issues"
},
2014-01-20 13:13:20 +08:00
"homepage": "https://github.com/ForbesLindesay/sha",
2013-05-15 05:37:59 +08:00
"dependencies": {
2014-08-01 00:05:30 +08:00
"graceful-fs": "2 || 3",
2014-11-05 07:08:12 +08:00
"readable-stream": "~1.1"
2013-05-15 05:37:59 +08:00
},
2014-11-05 07:08:12 +08:00
"_id": "sha@1.3.0",
"_shasum": "79f4787045d0ede7327d702c25c443460dbc6764",
"_from": "sha@>=1.3.0 <1.4.0",
"_npmVersion": "1.5.0-alpha-4",
2014-08-01 00:05:30 +08:00
"_npmUser": {
"name": "forbeslindesay",
2014-11-05 07:08:12 +08:00
"email": "forbes@lindesay.co.uk"
2014-08-01 00:05:30 +08:00
},
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
}
],
2014-11-05 07:08:12 +08:00
"dist": {
"shasum": "79f4787045d0ede7327d702c25c443460dbc6764",
"tarball": "http://registry.npmjs.org/sha/-/sha-1.3.0.tgz"
},
2014-08-01 00:05:30 +08:00
"directories": {},
2014-11-05 07:08:12 +08:00
"_resolved": "https://registry.npmjs.org/sha/-/sha-1.3.0.tgz"
2013-05-15 05:37:59 +08:00
}