Files
Drew Heavner 67dceb4e04 Cleaned and refreshed node modules with npm
Added a check for a debug flag so that we can checkout and run actions during release
2020-11-15 14:04:10 -05:00

70 lines
1.7 KiB
JSON

{
"_args": [
[
"decimal.js@10.2.1",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "decimal.js@10.2.1",
"_id": "decimal.js@10.2.1",
"_inBundle": false,
"_integrity": "sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==",
"_location": "/decimal.js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "decimal.js@10.2.1",
"name": "decimal.js",
"escapedName": "decimal.js",
"rawSpec": "10.2.1",
"saveSpec": null,
"fetchSpec": "10.2.1"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.1.tgz",
"_spec": "10.2.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Michael Mclaughlin",
"email": "M8ch88l@gmail.com"
},
"browser": "decimal.js",
"bugs": {
"url": "https://github.com/MikeMcl/decimal.js/issues"
},
"description": "An arbitrary-precision Decimal type for JavaScript.",
"homepage": "https://github.com/MikeMcl/decimal.js#readme",
"keywords": [
"arbitrary",
"precision",
"arithmetic",
"big",
"number",
"decimal",
"float",
"biginteger",
"bigdecimal",
"bignumber",
"bigint",
"bignum"
],
"license": "MIT",
"main": "decimal",
"module": "decimal.mjs",
"name": "decimal.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MikeMcl/decimal.js.git"
},
"scripts": {
"build": "uglifyjs decimal.js --source-map url=decimal.min.js.map -c -m -o decimal.min.js",
"test": "node ./test/test.js"
},
"types": "decimal.d.ts",
"version": "10.2.1"
}