74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"big.js@3.2.0",
|
|
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "big.js@3.2.0",
|
|
"_id": "big.js@3.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==",
|
|
"_location": "/big.js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "big.js@3.2.0",
|
|
"name": "big.js",
|
|
"escapedName": "big.js",
|
|
"rawSpec": "3.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/loader-utils"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz",
|
|
"_spec": "3.2.0",
|
|
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
|
|
"author": {
|
|
"name": "Michael Mclaughlin",
|
|
"email": "M8ch88l@gmail.com"
|
|
},
|
|
"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.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.js",
|
|
"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 v3.2.0 https://github.com/MikeMcl/big.js/LICENCE */\"",
|
|
"test": "node ./test/every-test.js"
|
|
},
|
|
"version": "3.2.0"
|
|
}
|