update to state of the art

This commit is contained in:
s2
2020-10-10 15:18:01 +02:00
parent cf251a170f
commit 4cdcfd167c
1526 changed files with 48132 additions and 7268 deletions

10
node_modules/decimal.js/package.json generated vendored
View File

@@ -1,8 +1,8 @@
{
"_from": "decimal.js@^10.2.0",
"_id": "decimal.js@10.2.0",
"_id": "decimal.js@10.2.1",
"_inBundle": false,
"_integrity": "sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw==",
"_integrity": "sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==",
"_location": "/decimal.js",
"_phantomChildren": {},
"_requested": {
@@ -18,8 +18,8 @@
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.0.tgz",
"_shasum": "39466113a9e036111d02f82489b5fd6b0b5ed231",
"_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.1.tgz",
"_shasum": "238ae7b0f0c793d3e3cea410108b35a2c01426a3",
"_spec": "decimal.js@^10.2.0",
"_where": "D:\\Projects\\vanillajs-seed\\node_modules\\jsdom",
"author": {
@@ -61,5 +61,5 @@
"test": "node ./test/test.js"
},
"types": "decimal.d.ts",
"version": "10.2.0"
"version": "10.2.1"
}