62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"_from": "bn.js@4.11.6",
|
|
"_id": "bn.js@4.11.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-XWwnNNFCuuSQ0m3r3C4LE3EiORltHd9M05pq6FOlVeiophzRbMo50Sbz1ehl8K3Z+jw9+vmgnXefY1hz8X+2wA==",
|
|
"_location": "/number-to-bn/bn.js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "bn.js@4.11.6",
|
|
"name": "bn.js",
|
|
"escapedName": "bn.js",
|
|
"rawSpec": "4.11.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.11.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/number-to-bn"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.11.6.tgz",
|
|
"_shasum": "53344adb14617a13f6e8dd2ce28905d1c0ba3215",
|
|
"_spec": "bn.js@4.11.6",
|
|
"_where": "D:\\ruyi\\dapp\\node_modules\\number-to-bn",
|
|
"author": {
|
|
"name": "Fedor Indutny",
|
|
"email": "fedor@indutny.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/indutny/bn.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Big number implementation in pure javascript",
|
|
"devDependencies": {
|
|
"istanbul": "^0.3.5",
|
|
"mocha": "^2.1.0",
|
|
"semistandard": "^7.0.4"
|
|
},
|
|
"homepage": "https://github.com/indutny/bn.js",
|
|
"keywords": [
|
|
"BN",
|
|
"BigNum",
|
|
"Big number",
|
|
"Modulo",
|
|
"Montgomery"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/bn.js",
|
|
"name": "bn.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/indutny/bn.js.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "semistandard",
|
|
"test": "npm run lint && npm run unit",
|
|
"unit": "mocha --reporter=spec test/*-test.js"
|
|
},
|
|
"version": "4.11.6"
|
|
}
|