lanan-repair/node_modules/big.js/package.json

50 lines
1005 B
JSON
Raw Permalink Normal View History

2024-09-24 21:20:37 +08:00
{
2024-09-27 20:58:56 +08:00
"name": "big.js",
2024-09-24 21:20:37 +08:00
"description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
2024-09-27 20:58:56 +08:00
"version": "5.2.2",
2024-09-24 21:20:37 +08:00
"keywords": [
"arbitrary",
"precision",
"arithmetic",
"big",
"number",
"decimal",
"float",
"biginteger",
"bigdecimal",
"bignumber",
"bigint",
"bignum"
],
"repository": {
"type": "git",
2024-09-27 20:58:56 +08:00
"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"
2024-09-24 21:20:37 +08:00
},
2024-09-27 20:58:56 +08:00
"engines": {
"node": "*"
},
"license": "MIT",
2024-09-24 21:20:37 +08:00
"scripts": {
2024-09-27 20:58:56 +08:00
"test": "node ./test/every-test.js",
"build": "uglifyjs big.js --source-map -c -m -o big.min.js"
2024-09-24 21:20:37 +08:00
},
2024-09-27 20:58:56 +08:00
"files": [
"big.js",
"big.mjs",
"big.min.js"
],
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/bigjs"
}
}