1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 04:10: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

View File

@@ -1,27 +1,27 @@
{
"_from": "xml-name-validator@^3.0.0",
"_id": "xml-name-validator@3.0.0",
"_from": "xml-name-validator@^4.0.0",
"_id": "xml-name-validator@4.0.0",
"_inBundle": false,
"_integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==",
"_integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
"_location": "/xml-name-validator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "xml-name-validator@^3.0.0",
"raw": "xml-name-validator@^4.0.0",
"name": "xml-name-validator",
"escapedName": "xml-name-validator",
"rawSpec": "^3.0.0",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/jsdom",
"/w3c-xmlserializer"
],
"_resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
"_shasum": "6ae73e06de4d8c6e47f9fb181f78d648ad457c6a",
"_spec": "xml-name-validator@^3.0.0",
"_resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
"_shasum": "79a006e2e63149a8600f15430f0a4725d1524835",
"_spec": "xml-name-validator@^4.0.0",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Domenic Denicola",
@@ -35,9 +35,13 @@
"deprecated": false,
"description": "Validates whether a string matches the production for an XML name or qualified name",
"devDependencies": {
"eslint": "^2.9.0",
"mocha": "^2.4.5",
"waka": "0.1.2"
"@domenic/eslint-config": "^1.4.0",
"benchmark": "^2.1.4",
"eslint": "^7.32.0",
"mocha": "^9.1.1"
},
"engines": {
"node": ">=12"
},
"files": [
"lib/"
@@ -57,9 +61,7 @@
},
"scripts": {
"lint": "eslint .",
"prepublish": "node scripts/generate-grammar.js < lib/grammar.pegjs > lib/generated-parser.js",
"pretest": "npm run prepublish",
"test": "mocha"
},
"version": "3.0.0"
"version": "4.0.0"
}