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

49 lines
1.1 KiB
JSON
Raw Normal View History

2013-05-15 05:37:59 +08:00
{
"name": "sha",
2014-08-01 00:05:30 +08:00
"version": "1.2.4",
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",
2013-07-25 04:23:44 +08:00
"readable-stream": "1.0"
2013-05-15 05:37:59 +08:00
},
"devDependencies": {
"mocha": "~1.9.0"
},
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",
2013-07-25 04:23:44 +08:00
"readable-stream": "1.0"
2013-05-15 05:37:59 +08:00
},
2014-08-01 00:05:30 +08:00
"_id": "sha@1.2.4",
"dist": {
"shasum": "1f9a377f27b6fdee409b9b858e43da702be48a4d",
"tarball": "http://registry.npmjs.org/sha/-/sha-1.2.4.tgz"
},
2014-09-25 05:41:07 +08:00
"_from": "sha@>=1.2.1 <1.3.0",
2014-08-01 00:05:30 +08:00
"_npmVersion": "1.4.3",
"_npmUser": {
"name": "forbeslindesay",
"email": "forbes@lindeay.co.uk"
},
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
}
],
"directories": {},
"_shasum": "1f9a377f27b6fdee409b9b858e43da702be48a4d",
"_resolved": "https://registry.npmjs.org/sha/-/sha-1.2.4.tgz"
2013-05-15 05:37:59 +08:00
}