nodulator
Version:
Complete NodeJS Framework for Restfull APIs
103 lines (102 loc) • 2.6 kB
JSON
{
"_args": [
[
{
"name": "sha.js",
"raw": "sha.js@^2.3.6",
"rawSpec": "^2.3.6",
"scope": null,
"spec": ">=2.3.6 <3.0.0",
"type": "range"
},
"/home/fgreiner/prog/js/Nodulator/node_modules/create-hash"
]
],
"_from": "sha.js@>=2.3.6 <3.0.0",
"_id": "sha.js@2.4.5",
"_inCache": true,
"_installable": true,
"_location": "/sha.js",
"_nodeVersion": "5.7.0",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/sha.js-2.4.5.tgz_1456441454357_0.8692891360260546"
},
"_npmUser": {
"email": "email@dcousens.com",
"name": "dcousens"
},
"_npmVersion": "3.7.3",
"_phantomChildren": {},
"_requested": {
"name": "sha.js",
"raw": "sha.js@^2.3.6",
"rawSpec": "^2.3.6",
"scope": null,
"spec": ">=2.3.6 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/create-hash",
"/shasum"
],
"_resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.5.tgz",
"_shasum": "27d171efcc82a118b99639ff581660242b506e7c",
"_shrinkwrap": null,
"_spec": "sha.js@^2.3.6",
"_where": "/home/fgreiner/prog/js/Nodulator/node_modules/create-hash",
"author": {
"email": "dominic.tarr@gmail.com",
"name": "Dominic Tarr",
"url": "dominictarr.com"
},
"bin": {
"sha.js": "./bin.js"
},
"bugs": {
"url": "https://github.com/crypto-browserify/sha.js/issues"
},
"dependencies": {
"inherits": "^2.0.1"
},
"description": "Streamable SHA hashes in pure javascript",
"devDependencies": {
"buffer": "~2.3.2",
"hash-test-vectors": "^1.3.1",
"standard": "^4.0.0",
"tape": "~2.3.2",
"typedarray": "0.0.6"
},
"directories": {},
"dist": {
"shasum": "27d171efcc82a118b99639ff581660242b506e7c",
"tarball": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.5.tgz"
},
"gitHead": "9d45c7871b96621ce3c7b9add507e0bcbdeda382",
"homepage": "https://github.com/crypto-browserify/sha.js",
"license": "MIT",
"maintainers": [
{
"email": "dominic.tarr@gmail.com",
"name": "dominictarr"
},
{
"email": "email@dcousens.com",
"name": "dcousens"
}
],
"name": "sha.js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/crypto-browserify/sha.js.git"
},
"scripts": {
"lint": "standard",
"prepublish": "npm ls && npm run unit",
"test": "npm run lint && npm run unit",
"unit": "set -e; for t in test/*.js; do node $t; done;"
},
"version": "2.4.5"
}