[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / device_home / node_modules / socket.io / package.json
1 {
2   "_args": [
3     [
4       "socket.io@2.4.1",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "socket.io@2.4.1",
9   "_id": "socket.io@2.4.1",
10   "_inBundle": false,
11   "_integrity": "sha512-Si18v0mMXGAqLqCVpTxBa8MGqriHGQh8ccEOhmsmNS3thNCGBwO8WGrwMibANsWtQQ5NStdZwHqZR3naJVFc3w==",
12   "_location": "/socket.io",
13   "_phantomChildren": {
14     "backo2": "1.0.2",
15     "component-bind": "1.0.0",
16     "component-emitter": "1.3.0",
17     "engine.io-client": "3.5.1",
18     "has-binary2": "1.0.3",
19     "indexof": "0.0.1",
20     "ms": "2.1.2",
21     "parseqs": "0.0.6",
22     "parseuri": "0.0.6",
23     "to-array": "0.1.4"
24   },
25   "_requested": {
26     "type": "version",
27     "registry": true,
28     "raw": "socket.io@2.4.1",
29     "name": "socket.io",
30     "escapedName": "socket.io",
31     "rawSpec": "2.4.1",
32     "saveSpec": null,
33     "fetchSpec": "2.4.1"
34   },
35   "_requiredBy": [
36     "/"
37   ],
38   "_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.4.1.tgz",
39   "_spec": "2.4.1",
40   "_where": "/opt/source/offload.js",
41   "bugs": {
42     "url": "https://github.com/socketio/socket.io/issues"
43   },
44   "contributors": [
45     {
46       "name": "Guillermo Rauch",
47       "email": "rauchg@gmail.com"
48     },
49     {
50       "name": "Arnout Kazemier",
51       "email": "info@3rd-eden.com"
52     },
53     {
54       "name": "Vladimir Dronnikov",
55       "email": "dronnikov@gmail.com"
56     },
57     {
58       "name": "Einar Otto Stangvik",
59       "email": "einaros@gmail.com"
60     }
61   ],
62   "dependencies": {
63     "debug": "~4.1.0",
64     "engine.io": "~3.5.0",
65     "has-binary2": "~1.0.2",
66     "socket.io-adapter": "~1.1.0",
67     "socket.io-client": "2.4.0",
68     "socket.io-parser": "~3.4.0"
69   },
70   "description": "node.js realtime framework server",
71   "devDependencies": {
72     "expect.js": "0.3.1",
73     "mocha": "^3.5.3",
74     "nyc": "^11.2.1",
75     "superagent": "^3.8.2",
76     "supertest": "^3.0.0"
77   },
78   "files": [
79     "lib/"
80   ],
81   "homepage": "https://github.com/socketio/socket.io#readme",
82   "keywords": [
83     "realtime",
84     "framework",
85     "websocket",
86     "tcp",
87     "events",
88     "socket",
89     "io"
90   ],
91   "license": "MIT",
92   "main": "./lib/index",
93   "name": "socket.io",
94   "repository": {
95     "type": "git",
96     "url": "git://github.com/socketio/socket.io.git"
97   },
98   "scripts": {
99     "test": "nyc mocha --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.js"
100   },
101   "version": "2.4.1"
102 }