package.json
3.16 KB
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
{
"_args": [
[
"engine.io@1.8.2",
"D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\socket.io"
]
],
"_from": "engine.io@1.8.2",
"_id": "engine.io@1.8.2",
"_inCache": true,
"_installable": true,
"_location": "/engine.io",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/engine.io-1.8.2.tgz_1481412393669_0.10750335641205311"
},
"_npmUser": {
"email": "damien.arrachequesne@gmail.com",
"name": "darrachequesne"
},
"_npmVersion": "4.0.3",
"_phantomChildren": {
"ms": "0.7.2"
},
"_requested": {
"name": "engine.io",
"raw": "engine.io@1.8.2",
"rawSpec": "1.8.2",
"scope": null,
"spec": "1.8.2",
"type": "version"
},
"_requiredBy": [
"/socket.io"
],
"_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-1.8.2.tgz",
"_shasum": "6b59be730b348c0125b0a4589de1c355abcf7a7e",
"_shrinkwrap": null,
"_spec": "engine.io@1.8.2",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\socket.io",
"author": {
"email": "guillermo@learnboost.com",
"name": "Guillermo Rauch"
},
"bugs": {
"url": "https://github.com/socketio/engine.io/issues"
},
"contributors": [
{
"name": "Eugen Dueck",
"url": "https://github.com/EugenDueck"
},
{
"name": "Afshin Mehrabani",
"url": "https://github.com/afshinm"
},
{
"name": "Christoph Dorn",
"url": "https://github.com/cadorn"
},
{
"email": "mokesmokes@gmail.com",
"name": "Mark Mokryn"
}
],
"dependencies": {
"accepts": "1.3.3",
"base64id": "1.0.0",
"cookie": "0.3.1",
"debug": "2.3.3",
"engine.io-parser": "1.3.2",
"ws": "1.1.1"
},
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
"devDependencies": {
"babel-eslint": "5.0.0",
"babel-preset-es2015": "6.3.13",
"engine.io-client": "1.8.2",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.2",
"expect.js": "0.2.0",
"gulp": "3.9.0",
"gulp-babel": "6.1.1",
"gulp-eslint": "1.1.1",
"gulp-mocha": "2.2.0",
"gulp-nsp": "^2.4.1",
"mocha": "2.3.4",
"s": "0.1.1",
"superagent": "0.15.4",
"uws": "0.4.0"
},
"directories": {},
"dist": {
"shasum": "6b59be730b348c0125b0a4589de1c355abcf7a7e",
"tarball": "https://registry.npmjs.org/engine.io/-/engine.io-1.8.2.tgz"
},
"files": [
"index.js",
"lib/"
],
"gitHead": "10e3802051fc458969a12ffe1c1fd465d37fd6dc",
"homepage": "https://github.com/socketio/engine.io",
"license": "MIT",
"main": "./lib/engine.io",
"maintainers": [
{
"email": "damien.arrachequesne@gmail.com",
"name": "darrachequesne"
},
{
"email": "rauchg@gmail.com",
"name": "rauchg"
}
],
"name": "engine.io",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/socketio/engine.io.git"
},
"scripts": {
"test": "gulp test; EIO_WS_ENGINE=uws gulp test;"
},
"version": "1.8.2"
}