![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/dceprojects.corals.io/node_modules/bn.js/ |
{ "name": "bn.js", "version": "4.11.8", "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": "[email protected]:indutny/bn.js" }, "keywords": [ "BN", "BigNum", "Big number", "Modulo", "Montgomery" ], "author": "Fedor Indutny <[email protected]>", "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" } }