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

update node modules

This commit is contained in:
s2
2021-05-07 15:56:33 +02:00
parent d81e8e9fb8
commit 3ec373077c
550 changed files with 84712 additions and 15991 deletions

View File

@@ -1,8 +1,8 @@
{
"_from": "is-potential-custom-element-name@^1.0.0",
"_id": "is-potential-custom-element-name@1.0.0",
"_id": "is-potential-custom-element-name@1.0.1",
"_inBundle": false,
"_integrity": "sha1-DFLlS8yjkbssSUsh6GJtczbG45c=",
"_integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
"_location": "/is-potential-custom-element-name",
"_phantomChildren": {},
"_requested": {
@@ -18,8 +18,8 @@
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.0.tgz",
"_shasum": "0c52e54bcca391bb2c494b21e8626d7336c6e397",
"_resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
"_shasum": "171ed6f19e3ac554394edf78caa05784a45bebb5",
"_spec": "is-potential-custom-element-name@^1.0.0",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"author": {
@@ -30,12 +30,11 @@
"url": "https://github.com/mathiasbynens/is-potential-custom-element-name/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard.",
"devDependencies": {
"mocha": "^2.2.1",
"regenerate": "^1.3.1"
"regenerate": "^1.4.2"
},
"files": [
"LICENSE-MIT.txt",
@@ -59,5 +58,5 @@
"build": "node build.js",
"test": "mocha"
},
"version": "1.0.0"
"version": "1.0.1"
}