package.json
2.19 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
{
"_from": "socket.io@2.0.1",
"_id": "socket.io@2.0.1",
"_inBundle": false,
"_integrity": "sha1-BkwSUXhGLkd6bfI9L9rRjdHFkU8=",
"_location": "/socket.io",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "socket.io@2.0.1",
"name": "socket.io",
"escapedName": "socket.io",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.0.1.tgz",
"_shasum": "064c125178462e477a6df23d2fdad18dd1c5914f",
"_spec": "socket.io@2.0.1",
"_where": "C:\\Users\\bshoo\\Desktop\\OSS\\새 폴더\\Singer-Composer",
"bugs": {
"url": "https://github.com/socketio/socket.io/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Guillermo Rauch",
"email": "rauchg@gmail.com"
},
{
"name": "Arnout Kazemier",
"email": "info@3rd-eden.com"
},
{
"name": "Vladimir Dronnikov",
"email": "dronnikov@gmail.com"
},
{
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com"
}
],
"dependencies": {
"debug": "~2.6.6",
"engine.io": "~3.1.0",
"object-assign": "~4.1.1",
"socket.io-adapter": "~1.1.0",
"socket.io-client": "2.0.1",
"socket.io-parser": "~3.1.1"
},
"deprecated": false,
"description": "node.js realtime framework server",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"del": "^2.2.2",
"expect.js": "0.3.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^4.3.1",
"gulp-task-listing": "1.0.1",
"istanbul": "^0.4.5",
"mocha": "^3.3.0",
"superagent": "1.6.1",
"supertest": "1.1.0"
},
"files": [
"lib/"
],
"homepage": "https://github.com/socketio/socket.io#readme",
"keywords": [
"realtime",
"framework",
"websocket",
"tcp",
"events",
"socket",
"io"
],
"license": "MIT",
"main": "./lib/index",
"name": "socket.io",
"repository": {
"type": "git",
"url": "git://github.com/socketio/socket.io.git"
},
"scripts": {
"test": "gulp test"
},
"version": "2.0.1"
}