63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
|
{
|
||
|
"_from": "decimal.js@7.1.1",
|
||
|
"_id": "decimal.js@7.1.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-GtytfXDXqRxCbXVvHrZWbDvmy88=",
|
||
|
"_location": "/decimal.js",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "decimal.js@7.1.1",
|
||
|
"name": "decimal.js",
|
||
|
"escapedName": "decimal.js",
|
||
|
"rawSpec": "7.1.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "7.1.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/mathjs"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-7.1.1.tgz",
|
||
|
"_shasum": "1adcad7d70d7a91c426d756f1eb6566c3be6cbcf",
|
||
|
"_spec": "decimal.js@7.1.1",
|
||
|
"_where": "/data/node_modules/mathjs",
|
||
|
"author": {
|
||
|
"name": "Michael Mclaughlin",
|
||
|
"email": "M8ch88l@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/MikeMcl/decimal.js/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "An arbitrary-precision Decimal type for JavaScript.",
|
||
|
"homepage": "https://github.com/MikeMcl/decimal.js#readme",
|
||
|
"keywords": [
|
||
|
"arbitrary",
|
||
|
"precision",
|
||
|
"arithmetic",
|
||
|
"big",
|
||
|
"number",
|
||
|
"decimal",
|
||
|
"float",
|
||
|
"biginteger",
|
||
|
"bigdecimal",
|
||
|
"bignumber",
|
||
|
"bigint",
|
||
|
"bignum"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "decimal.js",
|
||
|
"name": "decimal.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/MikeMcl/decimal.js.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "uglifyjs decimal.js --source-map doc/decimal.js.map -c -m -o decimal.min.js --preamble \"/* decimal.js v7.1.1 https://github.com/MikeMcl/decimal.js/LICENCE */\"",
|
||
|
"test": "node ./test/test.js"
|
||
|
},
|
||
|
"version": "7.1.1"
|
||
|
}
|