Files
ASHEBShop-h5/node_modules/miller-rabin/package.json
T
2017-05-10 16:33:00 +08:00

95 lines
2.3 KiB
JSON

{
"_args": [
[
"miller-rabin@^4.0.0",
"/Users/xmfish/Desktop/test/reacttest/node_modules/diffie-hellman"
]
],
"_cnpm_publish_time": 1446066521282,
"_from": "miller-rabin@>=4.0.0 <5.0.0",
"_hasShrinkwrap": false,
"_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": "http://registry.npm.taobao.org/miller-rabin/download/miller-rabin-4.0.0.tgz",
"_shasum": "4a62fb1d42933c05583982f4c716f6fb9e6c6d3d",
"_shrinkwrap": null,
"_spec": "miller-rabin@^4.0.0",
"_where": "/Users/xmfish/Desktop/test/reacttest/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": {
"noattachment": false,
"shasum": "4a62fb1d42933c05583982f4c716f6fb9e6c6d3d",
"size": 3230,
"tarball": "http://registry.npm.taobao.org/miller-rabin/download/miller-rabin-4.0.0.tgz"
},
"gitHead": "94b56df9948a1ae592b331afc9559115f3f98fb2",
"homepage": "https://github.com/indutny/miller-rabin",
"keywords": [
"bignumber",
"miller-rabin",
"prime"
],
"license": "MIT",
"main": "lib/mr.js",
"maintainers": [
{
"name": "cwmma",
"email": "calvin.metcalf@gmail.com"
},
{
"name": "indutny",
"email": "fedor@indutny.com"
}
],
"name": "miller-rabin",
"optionalDependencies": {},
"publish_time": 1446066521282,
"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"
}