2018-02-19 04:41:25 +11:00
|
|
|
{
|
|
|
|
"_args": [
|
|
|
|
[
|
2018-05-26 22:48:13 +10:00
|
|
|
"bignumber.js@2.4.0",
|
|
|
|
"/Users/aa/TheDesk/app"
|
2018-02-19 04:41:25 +11:00
|
|
|
]
|
|
|
|
],
|
2018-05-26 22:48:13 +10:00
|
|
|
"_from": "bignumber.js@2.4.0",
|
2018-02-19 04:41:25 +11:00
|
|
|
"_id": "bignumber.js@2.4.0",
|
2018-05-26 22:48:13 +10:00
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha1-g4qZLan51zfg9LLbC+YrsJ3Qxeg=",
|
2018-02-19 04:41:25 +11:00
|
|
|
"_location": "/bignumber.js",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
2018-05-26 22:48:13 +10:00
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
|
|
|
"raw": "bignumber.js@2.4.0",
|
2018-02-19 04:41:25 +11:00
|
|
|
"name": "bignumber.js",
|
2018-05-26 22:48:13 +10:00
|
|
|
"escapedName": "bignumber.js",
|
|
|
|
"rawSpec": "2.4.0",
|
|
|
|
"saveSpec": null,
|
|
|
|
"fetchSpec": "2.4.0"
|
2018-02-19 04:41:25 +11:00
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"/jimp"
|
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-2.4.0.tgz",
|
2018-05-26 22:48:13 +10:00
|
|
|
"_spec": "2.4.0",
|
|
|
|
"_where": "/Users/aa/TheDesk/app",
|
2018-02-19 04:41:25 +11:00
|
|
|
"author": {
|
|
|
|
"name": "Michael Mclaughlin",
|
|
|
|
"email": "M8ch88l@gmail.com"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/MikeMcl/bignumber.js/issues"
|
|
|
|
},
|
|
|
|
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
|
|
|
|
"engines": {
|
|
|
|
"node": "*"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/MikeMcl/bignumber.js#readme",
|
|
|
|
"keywords": [
|
|
|
|
"arbitrary",
|
|
|
|
"precision",
|
|
|
|
"arithmetic",
|
|
|
|
"big",
|
|
|
|
"number",
|
|
|
|
"decimal",
|
|
|
|
"float",
|
|
|
|
"biginteger",
|
|
|
|
"bigdecimal",
|
|
|
|
"bignumber",
|
|
|
|
"bigint",
|
|
|
|
"bignum"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "bignumber.js",
|
|
|
|
"name": "bignumber.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/MikeMcl/bignumber.js.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "uglifyjs bignumber.js --source-map bignumber.js.map -c -m -o bignumber.min.js --preamble \"/* bignumber.js v2.4.0 https://github.com/MikeMcl/bignumber.js/LICENCE */\"",
|
|
|
|
"test": "node ./test/every-test.js"
|
|
|
|
},
|
|
|
|
"version": "2.4.0"
|
|
|
|
}
|