Server IP : 162.213.251.212 / Your IP : 3.142.200.79 [ 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 : /proc/self/root/proc/self/root/home/allssztx/www/easybuyer/node_modules/big.js/ |
Upload File : |
{ "name": "big.js", "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic", "version": "5.2.2", "keywords": [ "arbitrary", "precision", "arithmetic", "big", "number", "decimal", "float", "biginteger", "bigdecimal", "bignumber", "bigint", "bignum" ], "repository": { "type": "git", "url": "https://github.com/MikeMcl/big.js.git" }, "main": "big", "browser": "big.js", "module": "big.mjs", "author": { "name": "Michael Mclaughlin", "email": "M8ch88l@gmail.com" }, "bugs": { "url": "https://github.com/MikeMcl/big.js/issues" }, "engines": { "node": "*" }, "license": "MIT", "scripts": { "test": "node ./test/every-test.js", "build": "uglifyjs big.js --source-map -c -m -o big.min.js" }, "files": [ "big.js", "big.mjs", "big.min.js" ], "collective": { "type": "opencollective", "url": "https://opencollective.com/bigjs" } }