[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / signaling_server / service / node_modules / engine.io-client / node_modules / ws / package.json
1 {
2   "_args": [
3     [
4       "ws@7.4.4",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "ws@7.4.4",
9   "_id": "ws@7.4.4",
10   "_inBundle": false,
11   "_integrity": "sha512-Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw==",
12   "_location": "/engine.io-client/ws",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "ws@7.4.4",
18     "name": "ws",
19     "escapedName": "ws",
20     "rawSpec": "7.4.4",
21     "saveSpec": null,
22     "fetchSpec": "7.4.4"
23   },
24   "_requiredBy": [
25     "/engine.io-client"
26   ],
27   "_resolved": "https://registry.npmjs.org/ws/-/ws-7.4.4.tgz",
28   "_spec": "7.4.4",
29   "_where": "/opt/source/offload.js",
30   "author": {
31     "name": "Einar Otto Stangvik",
32     "email": "einaros@gmail.com",
33     "url": "http://2x.io"
34   },
35   "browser": "browser.js",
36   "bugs": {
37     "url": "https://github.com/websockets/ws/issues"
38   },
39   "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
40   "devDependencies": {
41     "benchmark": "^2.1.4",
42     "bufferutil": "^4.0.1",
43     "eslint": "^7.2.0",
44     "eslint-config-prettier": "^8.1.0",
45     "eslint-plugin-prettier": "^3.0.1",
46     "mocha": "^7.0.0",
47     "nyc": "^15.0.0",
48     "prettier": "^2.0.5",
49     "utf-8-validate": "^5.0.2"
50   },
51   "engines": {
52     "node": ">=8.3.0"
53   },
54   "files": [
55     "browser.js",
56     "index.js",
57     "lib/*.js"
58   ],
59   "homepage": "https://github.com/websockets/ws",
60   "keywords": [
61     "HyBi",
62     "Push",
63     "RFC-6455",
64     "WebSocket",
65     "WebSockets",
66     "real-time"
67   ],
68   "license": "MIT",
69   "main": "index.js",
70   "name": "ws",
71   "peerDependencies": {
72     "bufferutil": "^4.0.1",
73     "utf-8-validate": "^5.0.2"
74   },
75   "peerDependenciesMeta": {
76     "bufferutil": {
77       "optional": true
78     },
79     "utf-8-validate": {
80       "optional": true
81     }
82   },
83   "repository": {
84     "type": "git",
85     "url": "git+https://github.com/websockets/ws.git"
86   },
87   "scripts": {
88     "integration": "mocha --throw-deprecation test/*.integration.js",
89     "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"",
90     "test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js"
91   },
92   "version": "7.4.4"
93 }