Files
peya-nodejs-pool/node_modules/bignum/package.json
Mark Allen Evans bd7256ec7c checkpoint
2020-10-13 00:35:14 +00:00

81 lines
1.8 KiB
JSON

{
"_from": "bignum@*",
"_id": "bignum@0.13.1",
"_inBundle": false,
"_integrity": "sha512-sPtvw/knt6nmBm4fPgsu+FtNypM5y2Org723h9fAOl7UDgc8nyIbVbcBCatVR/nOJWCsKctSE14u+3bW5sAkFA==",
"_location": "/bignum",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bignum@*",
"name": "bignum",
"escapedName": "bignum",
"rawSpec": "*",
"saveSpec": null,
"fetchSpec": "*"
},
"_requiredBy": [
"/",
"/base58-native"
],
"_resolved": "https://registry.npmjs.org/bignum/-/bignum-0.13.1.tgz",
"_shasum": "98b89297f343f50ba0a7d6a148e037cd37db751d",
"_spec": "bignum@*",
"_where": "/root/crfi-pool-b",
"author": {
"name": "Stefan Thomas",
"email": "justmoon@members.fsf.org",
"url": "http://www.justmoon.net"
},
"bugs": {
"url": "https://github.com/justmoon/node-bignum/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "James Halliday",
"email": "mail@substack.net"
},
{
"name": "Rod Vagg",
"email": "rod@vagg.org"
}
],
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.0",
"safe-buffer": "^5.2.0"
},
"deprecated": false,
"description": "Arbitrary-precision integer arithmetic using OpenSSL",
"devDependencies": {
"put": "0.0.6",
"standard": "^14.3.1",
"tap": "^14.10.5"
},
"gypfile": true,
"homepage": "https://github.com/justmoon/node-bignum#readme",
"keywords": [
"openssl",
"big",
"bignum",
"bigint",
"integer",
"arithmetic",
"precision"
],
"license": "MIT",
"main": "./index.js",
"name": "bignum",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/justmoon/node-bignum.git"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "standard && tap --timeout 120 test/*.js"
},
"version": "0.13.1"
}