1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +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

View File

@@ -1,26 +1,26 @@
{
"_from": "html-encoding-sniffer@^2.0.1",
"_id": "html-encoding-sniffer@2.0.1",
"_from": "html-encoding-sniffer@^3.0.0",
"_id": "html-encoding-sniffer@3.0.0",
"_inBundle": false,
"_integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
"_integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==",
"_location": "/html-encoding-sniffer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "html-encoding-sniffer@^2.0.1",
"raw": "html-encoding-sniffer@^3.0.0",
"name": "html-encoding-sniffer",
"escapedName": "html-encoding-sniffer",
"rawSpec": "^2.0.1",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.1"
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
"_shasum": "42a6dc4fd33f00281176e8b23759ca4e4fa185f3",
"_spec": "html-encoding-sniffer@^2.0.1",
"_resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz",
"_shasum": "2cb1a8cf0db52414776e5b2a7a04d5dd98158de9",
"_spec": "html-encoding-sniffer@^3.0.0",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Domenic Denicola",
@@ -32,16 +32,17 @@
},
"bundleDependencies": false,
"dependencies": {
"whatwg-encoding": "^1.0.5"
"whatwg-encoding": "^2.0.0"
},
"deprecated": false,
"description": "Sniff the encoding from a HTML byte stream",
"devDependencies": {
"eslint": "^6.8.0",
"mocha": "^7.0.0"
"@domenic/eslint-config": "^1.4.0",
"eslint": "^7.32.0",
"mocha": "^9.1.1"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"files": [
"lib/"
@@ -62,5 +63,5 @@
"lint": "eslint .",
"test": "mocha"
},
"version": "2.0.1"
"version": "3.0.0"
}