UNPKG

motion

Version:

motion - moving development forward

60 lines (59 loc) 2.16 kB
{ "_args": [ [ "ripemd160@https://registry.npmjs.org/ripemd160/-/ripemd160-0.2.0.tgz", "/Users/nw/flint/packages/flint" ] ], "_from": "ripemd160@0.2.0", "_id": "ripemd160@0.2.0", "_inCache": true, "_location": "/ripemd160", "_phantomChildren": {}, "_requested": { "name": "ripemd160", "raw": "ripemd160@https://registry.npmjs.org/ripemd160/-/ripemd160-0.2.0.tgz", "rawSpec": "https://registry.npmjs.org/ripemd160/-/ripemd160-0.2.0.tgz", "scope": null, "spec": "https://registry.npmjs.org/ripemd160/-/ripemd160-0.2.0.tgz", "type": "remote" }, "_requiredBy": [ "/crypto-browserify" ], "_resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-0.2.0.tgz", "_shasum": "2bf198bde167cacfa51c0a928e84b68bbe171fce", "_shrinkwrap": null, "_spec": "ripemd160@https://registry.npmjs.org/ripemd160/-/ripemd160-0.2.0.tgz", "_where": "/Users/nw/flint/packages/flint", "bugs": { "url": "https://github.com/cryptocoinjs/ripemd160/issues" }, "dependencies": {}, "description": "Compute RIPEMD160 of bytes or strings.", "devDependencies": { "mocha": "~1.17.1", "mochify": "~0.4.2", "terst": "~0.1.0" }, "homepage": "https://github.com/cryptocoinjs/ripemd160#readme", "keywords": [ "bitcoin", "bytes", "cryptography", "ripe160", "ripemd160", "string", "strings" ], "main": "./lib/ripemd160.js", "name": "ripemd160", "optionalDependencies": {}, "readme": "ripemd160\n=========\n\nJavaScript component to compute the RIPEMD160 hash of strings or bytes.\n\n\nInstall\n-------\n\n### Node.js/Browserify\n\n npm install --save ripemd160\n\n\nUsage\n-----\n\n### ripemd160(input)\n\nInput either a string or `Buffer`. Output is a `Buffer`.\n\n```js\nconsole.log(ripemd160(\"hello\").toString('hex')) // => 108f07b8382412612c048d07d13f814118445acd\"\n```\n\n\n\nCredits\n-------\n\nMost of the code from CryptoJS https://code.google.com/p/crypto-js/\n\n\n\n\n\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/cryptocoinjs/ripemd160.git" }, "version": "0.2.0" }