[Service] Integrate DeviceHome and SignalingServer
[platform/framework/web/wrtjs.git] / device_home / node_modules / socket.io / node_modules / socket.io-client / package.json
1 {
2   "_args": [
3     [
4       "socket.io-client@2.4.0",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "socket.io-client@2.4.0",
9   "_id": "socket.io-client@2.4.0",
10   "_inBundle": false,
11   "_integrity": "sha512-M6xhnKQHuuZd4Ba9vltCLT9oa+YvTsP8j9NcEiLElfIg8KeYPyhWOes6x4t+LTAC8enQbE/995AdTem2uNyKKQ==",
12   "_location": "/socket.io/socket.io-client",
13   "_phantomChildren": {
14     "component-emitter": "1.3.0",
15     "isarray": "2.0.1"
16   },
17   "_requested": {
18     "type": "version",
19     "registry": true,
20     "raw": "socket.io-client@2.4.0",
21     "name": "socket.io-client",
22     "escapedName": "socket.io-client",
23     "rawSpec": "2.4.0",
24     "saveSpec": null,
25     "fetchSpec": "2.4.0"
26   },
27   "_requiredBy": [
28     "/socket.io"
29   ],
30   "_resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.4.0.tgz",
31   "_spec": "2.4.0",
32   "_where": "/opt/source/offload.js",
33   "bugs": {
34     "url": "https://github.com/Automattic/socket.io-client/issues"
35   },
36   "contributors": [
37     {
38       "name": "Guillermo Rauch",
39       "email": "rauchg@gmail.com"
40     },
41     {
42       "name": "Arnout Kazemier",
43       "email": "info@3rd-eden.com"
44     },
45     {
46       "name": "Vladimir Dronnikov",
47       "email": "dronnikov@gmail.com"
48     },
49     {
50       "name": "Einar Otto Stangvik",
51       "email": "einaros@gmail.com"
52     }
53   ],
54   "dependencies": {
55     "backo2": "1.0.2",
56     "component-bind": "1.0.0",
57     "component-emitter": "~1.3.0",
58     "debug": "~3.1.0",
59     "engine.io-client": "~3.5.0",
60     "has-binary2": "~1.0.2",
61     "indexof": "0.0.1",
62     "parseqs": "0.0.6",
63     "parseuri": "0.0.6",
64     "socket.io-parser": "~3.3.0",
65     "to-array": "0.1.4"
66   },
67   "description": "[![Build Status](https://github.com/socketio/socket.io-client/workflows/CI/badge.svg)](https://github.com/socketio/socket.io-client/actions) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-client) [![devDependency Status](https://david-dm.org/socketio/socket.io-client/dev-status.svg)](https://david-dm.org/socketio/socket.io-client#info=devDependencies) [![NPM version](https://badge.fury.io/js/socket.io-client.svg)](https://www.npmjs.com/package/socket.io-client) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?style=flat) [![](http://slack.socket.io/badge.svg?)](http://slack.socket.io)",
68   "devDependencies": {
69     "babel-core": "^6.24.1",
70     "babel-eslint": "4.1.7",
71     "babel-loader": "7.0.0",
72     "babel-preset-es2015": "6.24.1",
73     "base64-arraybuffer": "^0.1.5",
74     "concat-stream": "^1.6.0",
75     "derequire": "^2.0.6",
76     "eslint-config-standard": "4.4.0",
77     "eslint-plugin-standard": "1.3.1",
78     "expect.js": "0.3.1",
79     "gulp": "^3.9.1",
80     "gulp-eslint": "1.1.1",
81     "gulp-file": "^0.3.0",
82     "gulp-istanbul": "^1.1.1",
83     "gulp-mocha": "^4.3.1",
84     "gulp-task-listing": "1.0.1",
85     "has-cors": "^1.1.0",
86     "imports-loader": "^0.7.1",
87     "istanbul": "^0.4.5",
88     "mocha": "^3.3.0",
89     "socket.io": "2.3.0",
90     "socket.io-browsers": "^1.0.0",
91     "strip-loader": "0.1.2",
92     "text-blob-builder": "0.0.1",
93     "webpack-merge": "4.1.2",
94     "webpack-stream": "3.2.0",
95     "zuul": "~3.11.1",
96     "zuul-builder-webpack": "^1.2.0",
97     "zuul-ngrok": "4.0.0"
98   },
99   "files": [
100     "lib/",
101     "dist/"
102   ],
103   "homepage": "https://github.com/Automattic/socket.io-client#readme",
104   "keywords": [
105     "realtime",
106     "framework",
107     "websocket",
108     "tcp",
109     "events",
110     "client"
111   ],
112   "license": "MIT",
113   "main": "./lib/index",
114   "name": "socket.io-client",
115   "repository": {
116     "type": "git",
117     "url": "git+https://github.com/Automattic/socket.io-client.git"
118   },
119   "scripts": {
120     "test": "gulp test"
121   },
122   "version": "2.4.0"
123 }