You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.7 KiB
71 lines
1.7 KiB
4 years ago
|
{
|
||
|
"_from": "bn.js@^5.1.1",
|
||
|
"_id": "bn.js@5.1.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-40rZaf3bUNKTVYu9sIeeEGOg7g14Yvnj9kH7b50EiwX0Q7A6umbvfI5tvHaOERH0XigqKkfLkFQxzb4e6CIXnA==",
|
||
|
"_location": "/bn.js",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "bn.js@^5.1.1",
|
||
|
"name": "bn.js",
|
||
|
"escapedName": "bn.js",
|
||
|
"rawSpec": "^5.1.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^5.1.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/browserify-sign"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.2.tgz",
|
||
|
"_shasum": "c9686902d3c9a27729f43ab10f9d79c2004da7b0",
|
||
|
"_spec": "bn.js@^5.1.1",
|
||
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/browserify-sign",
|
||
|
"author": {
|
||
|
"name": "Fedor Indutny",
|
||
|
"email": "fedor@indutny.com"
|
||
|
},
|
||
|
"browser": {
|
||
|
"buffer": false
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/indutny/bn.js/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Big number implementation in pure javascript",
|
||
|
"devDependencies": {
|
||
|
"babel-eslint": "^10.0.3",
|
||
|
"mocha": "^7.0.1",
|
||
|
"standardx": "^5.0.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib/bn.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/indutny/bn.js",
|
||
|
"keywords": [
|
||
|
"BN",
|
||
|
"Big number",
|
||
|
"BigNum",
|
||
|
"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": "standardx",
|
||
|
"test": "npm run lint && npm run unit",
|
||
|
"unit": "mocha --reporter=spec test/*-test.js"
|
||
|
},
|
||
|
"standardx": {
|
||
|
"parser": "babel-eslint"
|
||
|
},
|
||
|
"version": "5.1.2"
|
||
|
}
|