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.
52 lines
1.2 KiB
52 lines
1.2 KiB
{
|
|
"_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"
|
|
},
|
|
"_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"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|
|
|