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

update node modules

This commit is contained in:
s2
2021-06-19 01:25:45 +02:00
parent ef3070bdb7
commit cea9885dde
658 changed files with 5044 additions and 80808 deletions

20
node_modules/ws/package.json generated vendored
View File

@@ -1,26 +1,26 @@
{
"_from": "ws@^7.4.4",
"_id": "ws@7.4.5",
"_from": "ws@^7.4.5",
"_id": "ws@7.5.0",
"_inBundle": false,
"_integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==",
"_integrity": "sha512-6ezXvzOZupqKj4jUqbQ9tXuJNo+BR2gU8fFRk3XCP3e0G6WT414u5ELe6Y0vtp7kmSJ3F7YWObSNr1ESsgi4vw==",
"_location": "/ws",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ws@^7.4.4",
"raw": "ws@^7.4.5",
"name": "ws",
"escapedName": "ws",
"rawSpec": "^7.4.4",
"rawSpec": "^7.4.5",
"saveSpec": null,
"fetchSpec": "^7.4.4"
"fetchSpec": "^7.4.5"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz",
"_shasum": "a484dd851e9beb6fdb420027e3885e8ce48986c1",
"_spec": "ws@^7.4.4",
"_resolved": "https://registry.npmjs.org/ws/-/ws-7.5.0.tgz",
"_shasum": "0033bafea031fb9df041b2026fc72a571ca44691",
"_spec": "ws@^7.4.5",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Einar Otto Stangvik",
@@ -86,5 +86,5 @@
"lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"",
"test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js"
},
"version": "7.4.5"
"version": "7.5.0"
}