67 lines
1.8 KiB
JSON
Executable File
67 lines
1.8 KiB
JSON
Executable File
{
|
|
"_from": "bignumber.js@4.1.0",
|
|
"_id": "bignumber.js@4.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-eJzYkFYy9L4JzXsbymsFn3p54D+llV27oTQ+ziJG7WFRheJcNZilgVXMG0LoZtlQSKBsJdWtLFqOD0u+U0jZKA==",
|
|
"_location": "/bignumber.js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "bignumber.js@4.1.0",
|
|
"name": "bignumber.js",
|
|
"escapedName": "bignumber.js",
|
|
"rawSpec": "4.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/mysql"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-4.1.0.tgz",
|
|
"_shasum": "db6f14067c140bd46624815a7916c92d9b6c24b1",
|
|
"_spec": "bignumber.js@4.1.0",
|
|
"_where": "/Users/rxf/Projekte/SternDBase/sternwarte/checkfuehrung/node_modules/mysql",
|
|
"author": {
|
|
"name": "Michael Mclaughlin",
|
|
"email": "M8ch88l@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/MikeMcl/bignumber.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"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 v4.1.0 https://github.com/MikeMcl/bignumber.js/LICENCE */\"",
|
|
"test": "node ./test/every-test.js"
|
|
},
|
|
"types": "bignumber.d.ts",
|
|
"version": "4.1.0"
|
|
}
|