bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
76 lines (75 loc) • 1.78 kB
JSON
{
"_args": [
[
"big.js@5.1.2",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "big.js@5.1.2",
"_id": "big.js@5.1.2",
"_inBundle": false,
"_integrity": "sha512-qG6ZOc1lY84Bn8p/z9xvJisj9F4PRyo0pOGqGNYc7gS3p1WciS/3XcLuNI3Z/yYZpMNFhHeX3YNENwgrQq0NTA==",
"_location": "/big.js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "big.js@5.1.2",
"name": "big.js",
"escapedName": "big.js",
"rawSpec": "5.1.2",
"saveSpec": null,
"fetchSpec": "5.1.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/big.js/-/big.js-5.1.2.tgz",
"_spec": "5.1.2",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Michael Mclaughlin",
"email": "M8ch88l@gmail.com"
},
"browser": "big.js",
"bugs": {
"url": "https://github.com/MikeMcl/big.js/issues"
},
"description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
"engines": {
"node": "*"
},
"files": [
"big.js",
"big.mjs",
"big.min.js"
],
"homepage": "https://github.com/MikeMcl/big.js#readme",
"keywords": [
"arbitrary",
"precision",
"arithmetic",
"big",
"number",
"decimal",
"float",
"biginteger",
"bigdecimal",
"bignumber",
"bigint",
"bignum"
],
"license": "MIT",
"main": "big",
"module": "big.mjs",
"name": "big.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MikeMcl/big.js.git"
},
"scripts": {
"build": "uglifyjs big.js --source-map doc/big.js.map -c -m -o big.min.js --preamble \"/* big.js v5.1.2 https://github.com/MikeMcl/big.js/LICENCE */\"",
"test": "node ./test/every-test.js"
},
"version": "5.1.2"
}