node-query/node_modules/mysql2/node_modules/bn.js/package.json

53 lines
1.2 KiB
JSON

{
"name": "bn.js",
"version": "0.11.7",
"description": "Big number implementation in pure javascript",
"main": "lib/bn.js",
"scripts": {
"test": "mocha --reporter=spec test/*-test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:indutny/bn.js"
},
"keywords": [
"BN",
"BigNum",
"Big number",
"Modulo",
"Montgomery"
],
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/indutny/bn.js/issues"
},
"homepage": "https://github.com/indutny/bn.js",
"devDependencies": {
"mocha": "^1.18.2"
},
"_id": "bn.js@0.11.7",
"_shasum": "7c5be037ccd45afc3136c7af92466c93d4ce5a56",
"_from": "bn.js@0.11.7",
"_npmVersion": "1.4.9",
"_npmUser": {
"name": "indutny",
"email": "fedor@indutny.com"
},
"maintainers": [
{
"name": "indutny",
"email": "fedor@indutny.com"
}
],
"dist": {
"shasum": "7c5be037ccd45afc3136c7af92466c93d4ce5a56",
"tarball": "http://registry.npmjs.org/bn.js/-/bn.js-0.11.7.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-0.11.7.tgz"
}