Server IP : 162.213.251.212 / Your IP : 3.15.22.209 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/allssztx/www/easybuyer/node_modules/elliptic/node_modules/bn.js/ |
Upload File : |
{ "name": "bn.js", "version": "4.12.0", "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 <fedor@indutny.com>", "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" } }