60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"shasum@1.0.2",
|
|
"C:\\wamp64\\www\\ilink"
|
|
]
|
|
],
|
|
"_from": "shasum@1.0.2",
|
|
"_id": "shasum@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-5wEjENj0F/TetXEhUOVni4euVl8=",
|
|
"_location": "/shasum",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "shasum@1.0.2",
|
|
"name": "shasum",
|
|
"escapedName": "shasum",
|
|
"rawSpec": "1.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/browserify",
|
|
"/deps-sort"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/shasum/-/shasum-1.0.2.tgz",
|
|
"_spec": "1.0.2",
|
|
"_where": "C:\\wamp64\\www\\ilink",
|
|
"author": {
|
|
"name": "'Dominic Tarr'",
|
|
"email": "dominic.tarr@gmail.com",
|
|
"url": "http://dominictarr.com"
|
|
},
|
|
"browser": {
|
|
"./index.js": "./browser.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dominictarr/shasum/issues"
|
|
},
|
|
"dependencies": {
|
|
"json-stable-stringify": "~0.0.0",
|
|
"sha.js": "~2.4.4"
|
|
},
|
|
"description": "Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.",
|
|
"devDependencies": {},
|
|
"homepage": "https://github.com/dominictarr/shasum",
|
|
"license": "MIT",
|
|
"name": "shasum",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dominictarr/shasum.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/index.js && node test/index.js browser"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|