mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 04:10:04 +02:00
update modules
This commit is contained in:
66
node_modules/ws/package.json
generated
vendored
66
node_modules/ws/package.json
generated
vendored
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"_from": "ws@^6.1.2",
|
||||
"_id": "ws@6.2.1",
|
||||
"_from": "ws@^7.2.3",
|
||||
"_id": "ws@7.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
|
||||
"_integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==",
|
||||
"_location": "/ws",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "ws@^6.1.2",
|
||||
"raw": "ws@^7.2.3",
|
||||
"name": "ws",
|
||||
"escapedName": "ws",
|
||||
"rawSpec": "^6.1.2",
|
||||
"rawSpec": "^7.2.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^6.1.2"
|
||||
"fetchSpec": "^7.2.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
|
||||
"_shasum": "442fdf0a47ed64f59b6a5d8ff130f4748ed524fb",
|
||||
"_spec": "ws@^6.1.2",
|
||||
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\jsdom",
|
||||
"_resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz",
|
||||
"_shasum": "d0547bf67f7ce4f12a72dfe31262c68d7dc551c8",
|
||||
"_spec": "ws@^7.2.3",
|
||||
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
|
||||
"author": {
|
||||
"name": "Einar Otto Stangvik",
|
||||
"email": "einaros@gmail.com",
|
||||
@@ -32,22 +32,22 @@
|
||||
"url": "https://github.com/websockets/ws/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"async-limiter": "~1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
|
||||
"devDependencies": {
|
||||
"benchmark": "~2.1.4",
|
||||
"bufferutil": "~4.0.0",
|
||||
"coveralls": "~3.0.3",
|
||||
"eslint": "~5.15.0",
|
||||
"eslint-config-prettier": "~4.1.0",
|
||||
"eslint-plugin-prettier": "~3.0.0",
|
||||
"mocha": "~6.0.0",
|
||||
"nyc": "~13.3.0",
|
||||
"prettier": "~1.16.1",
|
||||
"utf-8-validate": "~5.0.0"
|
||||
"benchmark": "^2.1.4",
|
||||
"bufferutil": "^4.0.1",
|
||||
"coveralls": "^3.0.3",
|
||||
"eslint": "^7.2.0",
|
||||
"eslint-config-prettier": "^6.0.0",
|
||||
"eslint-plugin-prettier": "^3.0.1",
|
||||
"mocha": "^7.0.0",
|
||||
"nyc": "^15.0.0",
|
||||
"prettier": "^2.0.5",
|
||||
"utf-8-validate": "^5.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.3.0"
|
||||
},
|
||||
"files": [
|
||||
"browser.js",
|
||||
@@ -66,14 +66,26 @@
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "ws",
|
||||
"peerDependencies": {
|
||||
"bufferutil": "^4.0.1",
|
||||
"utf-8-validate": "^5.0.2"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"bufferutil": {
|
||||
"optional": true
|
||||
},
|
||||
"utf-8-validate": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/websockets/ws.git"
|
||||
},
|
||||
"scripts": {
|
||||
"integration": "npm run lint && mocha test/*.integration.js",
|
||||
"lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yml}\"",
|
||||
"test": "npm run lint && nyc --reporter=html --reporter=text mocha test/*.test.js"
|
||||
"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"
|
||||
},
|
||||
"version": "6.2.1"
|
||||
"version": "7.3.1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user