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:
34
node_modules/whatwg-encoding/package.json
generated
vendored
34
node_modules/whatwg-encoding/package.json
generated
vendored
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"_from": "whatwg-encoding@^1.0.5",
|
||||
"_id": "whatwg-encoding@1.0.5",
|
||||
"_from": "whatwg-encoding@^2.0.0",
|
||||
"_id": "whatwg-encoding@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
|
||||
"_integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==",
|
||||
"_location": "/whatwg-encoding",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "whatwg-encoding@^1.0.5",
|
||||
"raw": "whatwg-encoding@^2.0.0",
|
||||
"name": "whatwg-encoding",
|
||||
"escapedName": "whatwg-encoding",
|
||||
"rawSpec": "^1.0.5",
|
||||
"rawSpec": "^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.5"
|
||||
"fetchSpec": "^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/html-encoding-sniffer",
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
|
||||
"_shasum": "5abacf777c32166a51d085d6b4f3e7d27113ddb0",
|
||||
"_spec": "whatwg-encoding@^1.0.5",
|
||||
"_resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz",
|
||||
"_shasum": "e7635f597fd87020858626805a2729fa7698ac53",
|
||||
"_spec": "whatwg-encoding@^2.0.0",
|
||||
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
|
||||
"author": {
|
||||
"name": "Domenic Denicola",
|
||||
@@ -33,14 +33,18 @@
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"iconv-lite": "0.4.24"
|
||||
"iconv-lite": "0.6.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Decode strings according to the WHATWG Encoding Standard",
|
||||
"devDependencies": {
|
||||
"eslint": "^5.3.0",
|
||||
"got": "^9.0.0",
|
||||
"mocha": "^5.2.0"
|
||||
"@domenic/eslint-config": "^1.3.0",
|
||||
"eslint": "^7.32.0",
|
||||
"minipass-fetch": "^1.4.1",
|
||||
"mocha": "^9.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"files": [
|
||||
"lib/"
|
||||
@@ -58,9 +62,9 @@
|
||||
"url": "git+https://github.com/jsdom/whatwg-encoding.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint lib test",
|
||||
"lint": "eslint .",
|
||||
"prepare": "node scripts/update.js",
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.0.5"
|
||||
"version": "2.0.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user