{ "_args": [ [ "bignumber.js@9.0.0", "F:\\cocorobo\\CocoRoboDesktop\\node" ] ], "_from": "bignumber.js@9.0.0", "_id": "bignumber.js@9.0.0", "_inBundle": false, "_integrity": "sha512-t/OYhhJ2SD+YGBQcjY8GzzDHEk9f3nerxjtfa6tlMXfe7frs/WozhvCNoGvpM0P3bNf3Gq5ZRMlGr5f3r4/N8A==", "_location": "/bignumber.js", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "bignumber.js@9.0.0", "name": "bignumber.js", "escapedName": "bignumber.js", "rawSpec": "9.0.0", "saveSpec": null, "fetchSpec": "9.0.0" }, "_requiredBy": [ "/mysql" ], "_resolved": "https://registry.npmmirror.com/bignumber.js/-/bignumber.js-9.0.0.tgz", "_spec": "9.0.0", "_where": "F:\\cocorobo\\CocoRoboDesktop\\node", "author": { "name": "Michael Mclaughlin", "email": "M8ch88l@gmail.com" }, "browser": "bignumber.js", "bugs": { "url": "https://github.com/MikeMcl/bignumber.js/issues" }, "dependencies": {}, "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", "module": "bignumber.mjs", "name": "bignumber.js", "repository": { "type": "git", "url": "git+https://github.com/MikeMcl/bignumber.js.git" }, "scripts": { "build": "uglifyjs bignumber.js --source-map -c -m -o bignumber.min.js", "test": "node test/test" }, "types": "bignumber.d.ts", "version": "9.0.0" }