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

update packages to latest version

This commit is contained in:
s2
2022-08-20 18:51:33 +02:00
parent 09663a35a5
commit 806ebf9a57
4513 changed files with 366205 additions and 92512 deletions

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

@@ -1,8 +1,8 @@
{
"_from": "decimal.js@^10.2.1",
"_id": "decimal.js@10.2.1",
"_id": "decimal.js@10.4.0",
"_inBundle": false,
"_integrity": "sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==",
"_integrity": "sha512-Nv6ENEzyPQ6AItkGwLE2PGKinZZ9g59vSh2BeH6NqPu0OTKZ5ruJsVqh/orbAnqXc9pBbgXAIrc2EyaCj8NpGg==",
"_location": "/decimal.js",
"_phantomChildren": {},
"_requested": {
@@ -18,8 +18,8 @@
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.1.tgz",
"_shasum": "238ae7b0f0c793d3e3cea410108b35a2c01426a3",
"_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.0.tgz",
"_shasum": "97a7448873b01e92e5ff9117d89a7bca8e63e0fe",
"_spec": "decimal.js@^10.2.1",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"author": {
@@ -33,6 +33,21 @@
"bundleDependencies": false,
"deprecated": false,
"description": "An arbitrary-precision Decimal type for JavaScript.",
"exports": {
".": {
"types": "./decimal.d.ts",
"import": "./decimal.mjs",
"require": "./decimal.js"
},
"./decimal.mjs": "./decimal.mjs",
"./decimal.js": "./decimal.js",
"./package.json": "./package.json"
},
"files": [
"decimal.js",
"decimal.mjs",
"decimal.d.ts"
],
"homepage": "https://github.com/MikeMcl/decimal.js#readme",
"keywords": [
"arbitrary",
@@ -57,9 +72,8 @@
"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"
"version": "10.4.0"
}