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-05-07 15:56:33 +02:00
parent d81e8e9fb8
commit 3ec373077c
550 changed files with 84712 additions and 15991 deletions

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

@@ -1,26 +1,26 @@
{
"_from": "ws@^7.2.3",
"_id": "ws@7.3.1",
"_from": "ws@^7.4.4",
"_id": "ws@7.4.5",
"_inBundle": false,
"_integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==",
"_integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==",
"_location": "/ws",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ws@^7.2.3",
"raw": "ws@^7.4.4",
"name": "ws",
"escapedName": "ws",
"rawSpec": "^7.2.3",
"rawSpec": "^7.4.4",
"saveSpec": null,
"fetchSpec": "^7.2.3"
"fetchSpec": "^7.4.4"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz",
"_shasum": "d0547bf67f7ce4f12a72dfe31262c68d7dc551c8",
"_spec": "ws@^7.2.3",
"_resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz",
"_shasum": "a484dd851e9beb6fdb420027e3885e8ce48986c1",
"_spec": "ws@^7.4.4",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Einar Otto Stangvik",
@@ -37,9 +37,8 @@
"devDependencies": {
"benchmark": "^2.1.4",
"bufferutil": "^4.0.1",
"coveralls": "^3.0.3",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.0.1",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
@@ -85,7 +84,7 @@
"scripts": {
"integration": "mocha --throw-deprecation test/*.integration.js",
"lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"",
"test": "nyc --reporter=html --reporter=text mocha --throw-deprecation test/*.test.js"
"test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js"
},
"version": "7.3.1"
"version": "7.4.5"
}