react / wstein / node_modules / browserify / node_modules / crypto-browserify / node_modules / create-hash / node_modules / sha.js / package.json
80556 views{1"name": "sha.js",2"description": "streaming sha1 hash in pure javascript",3"version": "2.4.1",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": "69bca086dad6ae1437f6db782ad0576ae809b566",32"bugs": {33"url": "https://github.com/crypto-browserify/sha.js/issues"34},35"_id": "[email protected]",36"_shasum": "b7daae383cc8deefddbc07780247fafce4328f5b",37"_from": "sha.js@>=2.3.6 <3.0.0",38"_npmVersion": "1.4.28",39"_npmUser": {40"name": "dominictarr",41"email": "[email protected]"42},43"maintainers": [44{45"name": "dominictarr",46"email": "[email protected]"47},48{49"name": "dcousens",50"email": "[email protected]"51}52],53"dist": {54"shasum": "b7daae383cc8deefddbc07780247fafce4328f5b",55"tarball": "http://registry.npmjs.org/sha.js/-/sha.js-2.4.1.tgz"56},57"directories": {},58"_resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.1.tgz",59"readme": "ERROR: No README data found!"60}616263