{ "_args": [ [ "miller-rabin@^4.0.0", "/Users/mizchi/proj/brwy_rails/test/dummy/node_modules/diffie-hellman" ] ], "_from": "miller-rabin@>=4.0.0 <5.0.0", "_id": "miller-rabin@4.0.0", "_inCache": true, "_installable": true, "_location": "/miller-rabin", "_nodeVersion": "4.2.1", "_npmUser": { "email": "fedor@indutny.com", "name": "indutny" }, "_npmVersion": "2.14.7", "_phantomChildren": {}, "_requested": { "name": "miller-rabin", "raw": "miller-rabin@^4.0.0", "rawSpec": "^4.0.0", "scope": null, "spec": ">=4.0.0 <5.0.0", "type": "range" }, "_requiredBy": [ "/diffie-hellman" ], "_resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.0.tgz", "_shasum": "4a62fb1d42933c05583982f4c716f6fb9e6c6d3d", "_shrinkwrap": null, "_spec": "miller-rabin@^4.0.0", "_where": "/Users/mizchi/proj/brwy_rails/test/dummy/node_modules/diffie-hellman", "author": { "email": "fedor@indutny.com", "name": "Fedor Indutny" }, "bin": { "miller-rabin": "bin/miller-rabin" }, "bugs": { "url": "https://github.com/indutny/miller-rabin/issues" }, "dependencies": { "bn.js": "^4.0.0", "brorand": "^1.0.1" }, "description": "Miller Rabin algorithm for primality test", "devDependencies": { "mocha": "^2.0.1" }, "directories": {}, "dist": { "shasum": "4a62fb1d42933c05583982f4c716f6fb9e6c6d3d", "tarball": "http://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.0.tgz" }, "gitHead": "94b56df9948a1ae592b331afc9559115f3f98fb2", "homepage": "https://github.com/indutny/miller-rabin", "keywords": [ "prime", "miller-rabin", "bignumber" ], "license": "MIT", "main": "lib/mr.js", "maintainers": [ { "email": "fedor@indutny.com", "name": "indutny" }, { "email": "calvin.metcalf@gmail.com", "name": "cwmma" } ], "name": "miller-rabin", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+ssh://git@github.com/indutny/miller-rabin.git" }, "scripts": { "test": "mocha --reporter=spec test/**/*-test.js" }, "version": "4.0.0" }