update node modules

This commit is contained in:
s2
2020-07-20 16:20:39 +02:00
parent dcb748f037
commit f9fb05e4db
906 changed files with 124011 additions and 93468 deletions

65
node_modules/decimal.js/package.json generated vendored Normal file
View File

@@ -0,0 +1,65 @@
{
"_from": "decimal.js@^10.2.0",
"_id": "decimal.js@10.2.0",
"_inBundle": false,
"_integrity": "sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw==",
"_location": "/decimal.js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "decimal.js@^10.2.0",
"name": "decimal.js",
"escapedName": "decimal.js",
"rawSpec": "^10.2.0",
"saveSpec": null,
"fetchSpec": "^10.2.0"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.0.tgz",
"_shasum": "39466113a9e036111d02f82489b5fd6b0b5ed231",
"_spec": "decimal.js@^10.2.0",
"_where": "D:\\Projects\\vanillajs-seed\\node_modules\\jsdom",
"author": {
"name": "Michael Mclaughlin",
"email": "M8ch88l@gmail.com"
},
"browser": "decimal.js",
"bugs": {
"url": "https://github.com/MikeMcl/decimal.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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.0"
}