80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
|
{
|
||
|
"_from": "bignumber.js@^9.1.2",
|
||
|
"_id": "bignumber.js@9.1.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==",
|
||
|
"_location": "/bignumber.js",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "bignumber.js@^9.1.2",
|
||
|
"name": "bignumber.js",
|
||
|
"escapedName": "bignumber.js",
|
||
|
"rawSpec": "^9.1.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^9.1.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmmirror.com/bignumber.js/-/bignumber.js-9.1.2.tgz",
|
||
|
"_shasum": "b7c4242259c008903b13707983b5f4bbd31eda0c",
|
||
|
"_spec": "bignumber.js@^9.1.2",
|
||
|
"_where": "D:\\workspaces\\oil-stations\\gasStation-uni",
|
||
|
"author": {
|
||
|
"name": "Michael Mclaughlin",
|
||
|
"email": "M8ch88l@gmail.com"
|
||
|
},
|
||
|
"browser": "bignumber.js",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/MikeMcl/bignumber.js/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {},
|
||
|
"deprecated": false,
|
||
|
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
},
|
||
|
"exports": {
|
||
|
".": {
|
||
|
"types": "./bignumber.d.ts",
|
||
|
"require": "./bignumber.js",
|
||
|
"import": "./bignumber.mjs",
|
||
|
"browser": "./bignumber.js"
|
||
|
},
|
||
|
"./bignumber.mjs": "./bignumber.mjs",
|
||
|
"./bignumber.js": "./bignumber.js",
|
||
|
"./package.json": "./package.json"
|
||
|
},
|
||
|
"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": {
|
||
|
"test": "node test/test"
|
||
|
},
|
||
|
"types": "bignumber.d.ts",
|
||
|
"version": "9.1.2"
|
||
|
}
|