[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / signaling_server / service / node_modules / engine.io / package.json
1 {
2   "_args": [
3     [
4       "engine.io@3.5.0",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "engine.io@3.5.0",
9   "_id": "engine.io@3.5.0",
10   "_inBundle": false,
11   "_integrity": "sha512-21HlvPUKaitDGE4GXNtQ7PLP0Sz4aWLddMPw2VTyFz1FVZqu/kZsJUO8WNpKuE/OCL7nkfRaOui2ZCJloGznGA==",
12   "_location": "/engine.io",
13   "_phantomChildren": {
14     "ms": "2.1.2"
15   },
16   "_requested": {
17     "type": "version",
18     "registry": true,
19     "raw": "engine.io@3.5.0",
20     "name": "engine.io",
21     "escapedName": "engine.io",
22     "rawSpec": "3.5.0",
23     "saveSpec": null,
24     "fetchSpec": "3.5.0"
25   },
26   "_requiredBy": [
27     "/socket.io"
28   ],
29   "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.5.0.tgz",
30   "_spec": "3.5.0",
31   "_where": "/opt/source/offload.js",
32   "author": {
33     "name": "Guillermo Rauch",
34     "email": "guillermo@learnboost.com"
35   },
36   "bugs": {
37     "url": "https://github.com/socketio/engine.io/issues"
38   },
39   "contributors": [
40     {
41       "name": "Eugen Dueck",
42       "url": "https://github.com/EugenDueck"
43     },
44     {
45       "name": "Afshin Mehrabani",
46       "url": "https://github.com/afshinm"
47     },
48     {
49       "name": "Christoph Dorn",
50       "url": "https://github.com/cadorn"
51     },
52     {
53       "name": "Mark Mokryn",
54       "email": "mokesmokes@gmail.com"
55     }
56   ],
57   "dependencies": {
58     "accepts": "~1.3.4",
59     "base64id": "2.0.0",
60     "cookie": "~0.4.1",
61     "debug": "~4.1.0",
62     "engine.io-parser": "~2.2.0",
63     "ws": "~7.4.2"
64   },
65   "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
66   "devDependencies": {
67     "babel-eslint": "^8.0.2",
68     "babel-preset-es2015": "^6.24.0",
69     "engine.io-client": "3.5.0",
70     "eslint": "^4.5.0",
71     "eslint-config-standard": "^10.2.1",
72     "eslint-plugin-import": "^2.7.0",
73     "eslint-plugin-node": "^5.1.1",
74     "eslint-plugin-promise": "^3.5.0",
75     "eslint-plugin-standard": "^3.0.1",
76     "expect.js": "^0.3.1",
77     "mocha": "^4.0.1",
78     "s": "0.1.1",
79     "superagent": "^3.8.1",
80     "uws": "~9.14.0"
81   },
82   "engines": {
83     "node": ">=8.0.0"
84   },
85   "files": [
86     "lib/"
87   ],
88   "homepage": "https://github.com/socketio/engine.io",
89   "license": "MIT",
90   "main": "lib/engine.io",
91   "name": "engine.io",
92   "repository": {
93     "type": "git",
94     "url": "git+ssh://git@github.com/socketio/engine.io.git"
95   },
96   "scripts": {
97     "lint": "eslint lib/ test/ *.js",
98     "test": "npm run lint && mocha && EIO_WS_ENGINE=uws mocha"
99   },
100   "version": "3.5.0"
101 }