root / HServer / 00.Server / 00.Program / node_modules / socket.io / package.json
이력 | 보기 | 이력해설 | 다운로드 (2.06 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"socket.io@2.0.4",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "socket.io@2.0.4", |
9 |
"_id": "socket.io@2.0.4", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha1-waRZDO/4fs8TxyZS8Eb3FrKeYBQ=", |
12 |
"_location": "/socket.io", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "socket.io@2.0.4", |
18 |
"name": "socket.io", |
19 |
"escapedName": "socket.io", |
20 |
"rawSpec": "2.0.4", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "2.0.4" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/"
|
26 |
], |
27 |
"_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.0.4.tgz", |
28 |
"_spec": "2.0.4", |
29 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
30 |
"bugs": {
|
31 |
"url": "https://github.com/socketio/socket.io/issues" |
32 |
}, |
33 |
"contributors": [
|
34 |
{ |
35 |
"name": "Guillermo Rauch", |
36 |
"email": "rauchg@gmail.com" |
37 |
}, |
38 |
{ |
39 |
"name": "Arnout Kazemier", |
40 |
"email": "info@3rd-eden.com" |
41 |
}, |
42 |
{ |
43 |
"name": "Vladimir Dronnikov", |
44 |
"email": "dronnikov@gmail.com" |
45 |
}, |
46 |
{ |
47 |
"name": "Einar Otto Stangvik", |
48 |
"email": "einaros@gmail.com" |
49 |
} |
50 |
], |
51 |
"dependencies": {
|
52 |
"debug": "~2.6.6", |
53 |
"engine.io": "~3.1.0", |
54 |
"socket.io-adapter": "~1.1.0", |
55 |
"socket.io-client": "2.0.4", |
56 |
"socket.io-parser": "~3.1.1" |
57 |
}, |
58 |
"description": "node.js realtime framework server", |
59 |
"devDependencies": {
|
60 |
"expect.js": "0.3.1", |
61 |
"mocha": "^3.5.3", |
62 |
"nyc": "^11.2.1", |
63 |
"superagent": "1.6.1", |
64 |
"supertest": "1.1.0" |
65 |
}, |
66 |
"files": [
|
67 |
"lib/"
|
68 |
], |
69 |
"homepage": "https://github.com/socketio/socket.io#readme", |
70 |
"keywords": [
|
71 |
"realtime",
|
72 |
"framework",
|
73 |
"websocket",
|
74 |
"tcp",
|
75 |
"events",
|
76 |
"socket",
|
77 |
"io"
|
78 |
], |
79 |
"license": "MIT", |
80 |
"main": "./lib/index", |
81 |
"name": "socket.io", |
82 |
"repository": {
|
83 |
"type": "git", |
84 |
"url": "git://github.com/socketio/socket.io.git" |
85 |
}, |
86 |
"scripts": {
|
87 |
"test": "nyc mocha --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.js" |
88 |
}, |
89 |
"version": "2.0.4" |
90 |
} |