mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.2 KiB
49 lines
1.2 KiB
{
|
|
"name": "sha",
|
|
"version": "1.3.0",
|
|
"description": "Check and get file hashes",
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ForbesLindesay/sha.git"
|
|
},
|
|
"license": "BSD",
|
|
"optionalDependencies": {
|
|
"graceful-fs": "2 || 3",
|
|
"readable-stream": "~1.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.9.0"
|
|
},
|
|
"gitHead": "f1985eefbf7538e5809a2157c728d2f740901600",
|
|
"bugs": {
|
|
"url": "https://github.com/ForbesLindesay/sha/issues"
|
|
},
|
|
"homepage": "https://github.com/ForbesLindesay/sha",
|
|
"dependencies": {
|
|
"graceful-fs": "2 || 3",
|
|
"readable-stream": "~1.1"
|
|
},
|
|
"_id": "sha@1.3.0",
|
|
"_shasum": "79f4787045d0ede7327d702c25c443460dbc6764",
|
|
"_from": "sha@>=1.3.0 <1.4.0",
|
|
"_npmVersion": "1.5.0-alpha-4",
|
|
"_npmUser": {
|
|
"name": "forbeslindesay",
|
|
"email": "forbes@lindesay.co.uk"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "forbeslindesay",
|
|
"email": "forbes@lindesay.co.uk"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "79f4787045d0ede7327d702c25c443460dbc6764",
|
|
"tarball": "http://registry.npmjs.org/sha/-/sha-1.3.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/sha/-/sha-1.3.0.tgz"
|
|
}
|
|
|