nodulator
Version:
Complete NodeJS Framework for Restfull APIs
112 lines (111 loc) • 2.69 kB
JSON
{
"_args": [
[
{
"name": "bn.js",
"raw": "bn.js@^4.1.1",
"rawSpec": "^4.1.1",
"scope": null,
"spec": ">=4.1.1 <5.0.0",
"type": "range"
},
"/home/fgreiner/prog/js/Nodulator/node_modules/browserify-sign"
]
],
"_from": "bn.js@>=4.1.1 <5.0.0",
"_id": "bn.js@4.11.4",
"_inCache": true,
"_installable": true,
"_location": "/bn.js",
"_nodeVersion": "6.0.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/bn.js-4.11.4.tgz_1465158746866_0.5330686524976045"
},
"_npmUser": {
"email": "fedor@indutny.com",
"name": "indutny"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"name": "bn.js",
"raw": "bn.js@^4.1.1",
"rawSpec": "^4.1.1",
"scope": null,
"spec": ">=4.1.1 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/asn1.js",
"/browserify-rsa",
"/browserify-sign",
"/create-ecdh",
"/diffie-hellman",
"/elliptic",
"/miller-rabin",
"/public-encrypt"
],
"_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.4.tgz",
"_shasum": "59f0735fa52ff7f00e2cdd1ad207b7c8603d374d",
"_shrinkwrap": null,
"_spec": "bn.js@^4.1.1",
"_where": "/home/fgreiner/prog/js/Nodulator/node_modules/browserify-sign",
"author": {
"email": "fedor@indutny.com",
"name": "Fedor Indutny"
},
"bugs": {
"url": "https://github.com/indutny/bn.js/issues"
},
"dependencies": {},
"description": "Big number implementation in pure javascript",
"devDependencies": {
"istanbul": "^0.3.5",
"mocha": "^2.1.0",
"semistandard": "^7.0.4"
},
"directories": {},
"dist": {
"shasum": "59f0735fa52ff7f00e2cdd1ad207b7c8603d374d",
"tarball": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.4.tgz"
},
"gitHead": "a611ba47a333e7ead5230ffbfc438dfa4182abac",
"homepage": "https://github.com/indutny/bn.js",
"keywords": [
"BN",
"BigNum",
"Big number",
"Modulo",
"Montgomery"
],
"license": "MIT",
"main": "lib/bn.js",
"maintainers": [
{
"email": "calvin.metcalf@gmail.com",
"name": "cwmma"
},
{
"email": "email@dcousens.com",
"name": "dcousens"
},
{
"email": "fedor@indutny.com",
"name": "indutny"
}
],
"name": "bn.js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.4"
}