{ "name": "bn.js", "version": "4.11.9", "description": "Big number implementation in pure javascript", "main": "lib/bn.js", "scripts": { "lint": "semistandard", "unit": "mocha --reporter=spec test/*-test.js", "test": "npm run lint && npm run unit" }, "repository": { "type": "git", "url": "git@github.com:indutny/bn.js" }, "keywords": [ "BN", "BigNum", "Big number", "Modulo", "Montgomery" ], "author": "Fedor Indutny ", "license": "MIT", "bugs": { "url": "https://github.com/indutny/bn.js/issues" }, "homepage": "https://github.com/indutny/bn.js", "browser": { "buffer": false }, "devDependencies": { "istanbul": "^0.3.5", "mocha": "^2.1.0", "semistandard": "^7.0.4" }, "__npminstall_done": "Thu Dec 24 2020 20:20:58 GMT+0800 (CST)", "_from": "bn.js@4.11.9", "_resolved": "https://registry.npm.taobao.org/bn.js/download/bn.js-4.11.9.tgz" }