[Service] Integrate DeviceHome and SignalingServer
[platform/framework/web/wrtjs.git] / device_home / node_modules / ws / package.json
1 {
2   "_from": "ws@^5.1.1",
3   "_id": "ws@5.2.2",
4   "_inBundle": false,
5   "_integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==",
6   "_location": "/ws",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "ws@^5.1.1",
12     "name": "ws",
13     "escapedName": "ws",
14     "rawSpec": "^5.1.1",
15     "saveSpec": null,
16     "fetchSpec": "^5.1.1"
17   },
18   "_requiredBy": [
19     "/"
20   ],
21   "_resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz",
22   "_shasum": "dffef14866b8e8dc9133582514d1befaf96e980f",
23   "_spec": "ws@^5.1.1",
24   "_where": "/home/hyunduk/opensource/external/HappyFunTimes",
25   "author": {
26     "name": "Einar Otto Stangvik",
27     "email": "einaros@gmail.com",
28     "url": "http://2x.io"
29   },
30   "bugs": {
31     "url": "https://github.com/websockets/ws/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "async-limiter": "~1.0.0"
36   },
37   "deprecated": false,
38   "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
39   "devDependencies": {
40     "benchmark": "~2.1.2",
41     "bufferutil": "~3.0.0",
42     "eslint": "~4.19.0",
43     "eslint-config-standard": "~11.0.0",
44     "eslint-plugin-import": "~2.12.0",
45     "eslint-plugin-node": "~6.0.0",
46     "eslint-plugin-promise": "~3.8.0",
47     "eslint-plugin-standard": "~3.0.0",
48     "mocha": "~5.2.0",
49     "nyc": "~12.0.2",
50     "utf-8-validate": "~4.0.0"
51   },
52   "files": [
53     "index.js",
54     "lib"
55   ],
56   "homepage": "https://github.com/websockets/ws",
57   "keywords": [
58     "HyBi",
59     "Push",
60     "RFC-6455",
61     "WebSocket",
62     "WebSockets",
63     "real-time"
64   ],
65   "license": "MIT",
66   "main": "index.js",
67   "name": "ws",
68   "repository": {
69     "type": "git",
70     "url": "git+https://github.com/websockets/ws.git"
71   },
72   "scripts": {
73     "integration": "eslint . && mocha test/*.integration.js",
74     "lint": "eslint .",
75     "test": "eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js"
76   },
77   "version": "5.2.2"
78 }