react / wstein / node_modules / browserify / node_modules / crypto-browserify / node_modules / create-hash / node_modules / ripemd160 / package.json
80556 views{1"name": "ripemd160",2"version": "1.0.1",3"description": "Compute ripemd160 of bytes or strings.",4"keywords": [5"string",6"strings",7"ripemd160",8"ripe160",9"bitcoin",10"bytes",11"cryptography"12],13"license": "BSD-3-Clause",14"devDependencies": {15"mocha": "^2.1.0",16"mochify": "^2.1.1",17"standard": "3.x"18},19"repository": {20"url": "git+https://github.com/crypto-browserify/ripemd160.git",21"type": "git"22},23"main": "./lib/ripemd160.js",24"dependencies": {},25"scripts": {26"test": "mocha test",27"browser-test": "mochify --wd -R spec"28},29"gitHead": "42172c6527a55a24a9ee306996b4a8578d4780db",30"bugs": {31"url": "https://github.com/crypto-browserify/ripemd160/issues"32},33"homepage": "https://github.com/crypto-browserify/ripemd160",34"_id": "[email protected]",35"_shasum": "93a4bbd4942bc574b69a8fa57c71de10ecca7d6e",36"_from": "ripemd160@>=1.0.0 <2.0.0",37"_npmVersion": "2.3.0",38"_nodeVersion": "0.10.32",39"_npmUser": {40"name": "jprichardson",41"email": "[email protected]"42},43"maintainers": [44{45"name": "vbuterin",46"email": "[email protected]"47},48{49"name": "midnightlightning",50"email": "[email protected]"51},52{53"name": "nadav",54"email": "[email protected]"55},56{57"name": "dcousens",58"email": "[email protected]"59},60{61"name": "dominictarr",62"email": "[email protected]"63},64{65"name": "cwmma",66"email": "[email protected]"67},68{69"name": "jprichardson",70"email": "[email protected]"71}72],73"dist": {74"shasum": "93a4bbd4942bc574b69a8fa57c71de10ecca7d6e",75"tarball": "http://registry.npmjs.org/ripemd160/-/ripemd160-1.0.1.tgz"76},77"directories": {},78"_resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-1.0.1.tgz",79"readme": "ERROR: No README data found!"80}818283