1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 04:10:04 +02:00

update node modules

This commit is contained in:
s2
2021-05-07 15:56:33 +02:00
parent d81e8e9fb8
commit 3ec373077c
550 changed files with 84712 additions and 15991 deletions

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

@@ -1,26 +1,26 @@
{
"_from": "decimal.js@^10.2.0",
"_id": "decimal.js@10.2.0",
"_from": "decimal.js@^10.2.1",
"_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": {
"type": "range",
"registry": true,
"raw": "decimal.js@^10.2.0",
"raw": "decimal.js@^10.2.1",
"name": "decimal.js",
"escapedName": "decimal.js",
"rawSpec": "^10.2.0",
"rawSpec": "^10.2.1",
"saveSpec": null,
"fetchSpec": "^10.2.0"
"fetchSpec": "^10.2.1"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.0.tgz",
"_shasum": "39466113a9e036111d02f82489b5fd6b0b5ed231",
"_spec": "decimal.js@^10.2.0",
"_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.1.tgz",
"_shasum": "238ae7b0f0c793d3e3cea410108b35a2c01426a3",
"_spec": "decimal.js@^10.2.1",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Michael Mclaughlin",
@@ -61,5 +61,5 @@
"test": "node ./test/test.js"
},
"types": "decimal.d.ts",
"version": "10.2.0"
"version": "10.2.1"
}