1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
|
{
"_args": [
[
{
"raw": "engine.io-client@~3.1.0",
"scope": null,
"escapedName": "engine.io-client",
"name": "engine.io-client",
"rawSpec": "~3.1.0",
"spec": ">=3.1.0 <3.2.0",
"type": "range"
},
"/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/socket.io-client"
]
],
"_from": "engine.io-client@>=3.1.0 <3.2.0",
"_id": "engine.io-client@3.1.3",
"_inCache": true,
"_location": "/engine.io-client",
"_nodeVersion": "6.10.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/engine.io-client-3.1.3.tgz_1507701599768_0.24770846287719905"
},
"_npmUser": {
"name": "darrachequesne",
"email": "damien.arrachequesne@gmail.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "engine.io-client@~3.1.0",
"scope": null,
"escapedName": "engine.io-client",
"name": "engine.io-client",
"rawSpec": "~3.1.0",
"spec": ">=3.1.0 <3.2.0",
"type": "range"
},
"_requiredBy": [
"/socket.io-client"
],
"_resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.1.3.tgz",
"_shasum": "d705e48985dfe8b54a98c9f77052b8b08258be05",
"_shrinkwrap": null,
"_spec": "engine.io-client@~3.1.0",
"_where": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/socket.io-client",
"browser": {
"ws": false,
"xmlhttprequest-ssl": "./lib/xmlhttprequest.js"
},
"bugs": {
"url": "https://github.com/socketio/engine.io-client/issues"
},
"contributors": [
{
"name": "Guillermo Rauch",
"email": "rauchg@gmail.com"
},
{
"name": "Vladimir Dronnikov",
"email": "dronnikov@gmail.com"
},
{
"name": "Christoph Dorn",
"url": "https://github.com/cadorn"
},
{
"name": "Mark Mokryn",
"email": "mokesmokes@gmail.com"
}
],
"dependencies": {
"component-emitter": "1.2.1",
"component-inherit": "0.0.3",
"debug": "~2.6.9",
"engine.io-parser": "~2.1.1",
"has-cors": "1.1.0",
"indexof": "0.0.1",
"parseqs": "0.0.5",
"parseuri": "0.0.5",
"ws": "~2.3.1",
"xmlhttprequest-ssl": "~1.5.4",
"yeast": "0.1.2"
},
"description": "Client for the realtime Engine",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-eslint": "4.1.7",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"blob": "^0.0.4",
"concat-stream": "^1.6.0",
"del": "^2.2.2",
"derequire": "^2.0.6",
"engine.io": "3.1.3",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.1",
"expect.js": "^0.3.1",
"express": "4.15.2",
"gulp": "3.9.1",
"gulp-eslint": "1.1.1",
"gulp-file": "^0.3.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^4.3.0",
"gulp-task-listing": "1.0.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"webpack": "1.12.12",
"webpack-stream": "^3.2.0",
"zuul": "^3.11.1",
"zuul-builder-webpack": "^1.2.0",
"zuul-ngrok": "4.0.0"
},
"directories": {},
"dist": {
"shasum": "d705e48985dfe8b54a98c9f77052b8b08258be05",
"tarball": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.1.3.tgz"
},
"files": [
"index.js",
"lib/",
"engine.io.js"
],
"gitHead": "4558b25922e19efd52f9b80e50c315f694f2a4e8",
"homepage": "https://github.com/socketio/engine.io-client",
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "darrachequesne",
"email": "damien.arrachequesne@gmail.com"
},
{
"name": "rauchg",
"email": "rauchg@gmail.com"
}
],
"name": "engine.io-client",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/socketio/engine.io-client.git"
},
"scripts": {
"test": "gulp test"
},
"version": "3.1.3"
}
|