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

update modules

This commit is contained in:
s2
2020-07-20 16:16:07 +02:00
parent 783511ce12
commit 2b23424b86
785 changed files with 91905 additions and 56057 deletions

View File

@@ -1,27 +1,27 @@
{
"_from": "html-encoding-sniffer@^1.0.2",
"_id": "html-encoding-sniffer@1.0.2",
"_from": "html-encoding-sniffer@^2.0.1",
"_id": "html-encoding-sniffer@2.0.1",
"_inBundle": false,
"_integrity": "sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==",
"_integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
"_location": "/html-encoding-sniffer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "html-encoding-sniffer@^1.0.2",
"raw": "html-encoding-sniffer@^2.0.1",
"name": "html-encoding-sniffer",
"escapedName": "html-encoding-sniffer",
"rawSpec": "^1.0.2",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.2"
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz",
"_shasum": "e70d84b94da53aa375e11fe3a351be6642ca46f8",
"_spec": "html-encoding-sniffer@^1.0.2",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\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",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
@@ -32,13 +32,16 @@
},
"bundleDependencies": false,
"dependencies": {
"whatwg-encoding": "^1.0.1"
"whatwg-encoding": "^1.0.5"
},
"deprecated": false,
"description": "Sniff the encoding from a HTML byte stream",
"devDependencies": {
"eslint": "^3.8.0",
"mocha": "^3.1.2"
"eslint": "^6.8.0",
"mocha": "^7.0.0"
},
"engines": {
"node": ">=10"
},
"files": [
"lib/"
@@ -56,8 +59,8 @@
"url": "git+https://github.com/jsdom/html-encoding-sniffer.git"
},
"scripts": {
"lint": "eslint lib test",
"lint": "eslint .",
"test": "mocha"
},
"version": "1.0.2"
"version": "2.0.1"
}