react / wstein / node_modules / browserify / node_modules / crypto-browserify / node_modules / create-hash / package.json
80540 views{1"name": "create-hash",2"version": "1.1.1",3"description": "create hashes for browserify",4"browser": "browser.js",5"main": "index.js",6"scripts": {7"test": "node test.js | tspec"8},9"repository": {10"type": "git",11"url": "git+ssh://[email protected]/crypto-browserify/createHash.git"12},13"keywords": [14"crypto"15],16"author": "",17"license": "MIT",18"bugs": {19"url": "https://github.com/crypto-browserify/createHash/issues"20},21"homepage": "https://github.com/crypto-browserify/createHash",22"devDependencies": {23"hash-test-vectors": "^1.3.2",24"tap-spec": "^2.1.2",25"tape": "^3.0.3"26},27"dependencies": {28"inherits": "^2.0.1",29"ripemd160": "^1.0.0",30"sha.js": "^2.3.6"31},32"gitHead": "dcc25f9e0b66d07fbf76d13e2616ea4c34cbcc90",33"_id": "[email protected]",34"_shasum": "a55424f97b5369bfb2a97e53bd9b7a1aa6dd3a17",35"_from": "create-hash@>=1.1.0 <2.0.0",36"_npmVersion": "2.7.1",37"_nodeVersion": "0.12.0",38"_npmUser": {39"name": "dcousens",40"email": "[email protected]"41},42"maintainers": [43{44"name": "cwmma",45"email": "[email protected]"46},47{48"name": "dcousens",49"email": "[email protected]"50},51{52"name": "dominictarr",53"email": "[email protected]"54},55{56"name": "jprichardson",57"email": "[email protected]"58},59{60"name": "indutny",61"email": "[email protected]"62}63],64"dist": {65"shasum": "a55424f97b5369bfb2a97e53bd9b7a1aa6dd3a17",66"tarball": "http://registry.npmjs.org/create-hash/-/create-hash-1.1.1.tgz"67},68"directories": {},69"_resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.1.1.tgz",70"readme": "ERROR: No README data found!"71}727374