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

30
node_modules/minimist/package.json generated vendored
View File

@@ -1,31 +1,27 @@
{
"_args": [
[
"minimist@1.2.5",
"D:\\Projects\\minifyfromhtml"
]
],
"_from": "minimist@1.2.5",
"_id": "minimist@1.2.5",
"_from": "minimist@^1.2.2",
"_id": "minimist@1.2.6",
"_inBundle": false,
"_integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
"_integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
"_location": "/minimist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "minimist@1.2.5",
"raw": "minimist@^1.2.2",
"name": "minimist",
"escapedName": "minimist",
"rawSpec": "1.2.5",
"rawSpec": "^1.2.2",
"saveSpec": null,
"fetchSpec": "1.2.5"
"fetchSpec": "^1.2.2"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
"_spec": "1.2.5",
"_resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
"_shasum": "8637a5b759ea0d6e98702cfb3a9283323c93af44",
"_spec": "minimist@^1.2.2",
"_where": "D:\\Projects\\minifyfromhtml",
"author": {
"name": "James Halliday",
@@ -35,6 +31,8 @@
"bugs": {
"url": "https://github.com/substack/minimist/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "parse argument options",
"devDependencies": {
"covert": "^1.0.0",
@@ -72,5 +70,5 @@
"opera/12"
]
},
"version": "1.2.5"
"version": "1.2.6"
}