react / wstein / node_modules / browserify / node_modules / shasum / node_modules / sha.js / package.json
80538 views{1"name": "sha.js",2"description": "streaming sha1 hash in pure javascript",3"version": "2.3.6",4"homepage": "https://github.com/crypto-browserify/sha.js",5"repository": {6"type": "git",7"url": "git://github.com/crypto-browserify/sha.js.git"8},9"dependencies": {10"inherits": "^2.0.1"11},12"devDependencies": {13"buffer": "~2.3.2",14"hash-test-vectors": "^1.3.1",15"tape": "~2.3.2",16"typedarray": "0.0.6"17},18"bin": {19"sha.js": "./bin.js"20},21"scripts": {22"prepublish": "npm ls && npm test",23"test": "set -e; for t in test/*.js; do node $t; done;"24},25"author": {26"name": "Dominic Tarr",27"email": "[email protected]",28"url": "dominictarr.com"29},30"license": "MIT",31"gitHead": "73ae700d77d9be033ddc02820b7bc7958c44e0f8",32"bugs": {33"url": "https://github.com/crypto-browserify/sha.js/issues"34},35"_id": "[email protected]",36"_shasum": "10585a3f7fd8f1da715adac6f9d54516da0670cc",37"_from": "sha.js@>=2.3.0 <2.4.0",38"_npmVersion": "2.1.18",39"_nodeVersion": "0.10.35",40"_npmUser": {41"name": "dominictarr",42"email": "[email protected]"43},44"maintainers": [45{46"name": "dominictarr",47"email": "[email protected]"48},49{50"name": "dcousens",51"email": "[email protected]"52}53],54"dist": {55"shasum": "10585a3f7fd8f1da715adac6f9d54516da0670cc",56"tarball": "http://registry.npmjs.org/sha.js/-/sha.js-2.3.6.tgz"57},58"directories": {},59"_resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.3.6.tgz",60"readme": "ERROR: No README data found!"61}626364