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
| {
| "name": "sockjs-client",
| "homepage": "http://sockjs.org",
| "authors": [
| "Bryce Kahle <bkahle@gmail.com>"
| ],
| "description": "Realtime library that provides a cross-browser, low latency, full duplex, cross-domain communication channel that behaves like a native WebSocket object.",
| "main": "dist/sockjs.js",
| "keywords": [
| "realtime",
| "websockets",
| "sockjs"
| ],
| "repository": {
| "type": "git",
| "url": "git://github.com/sockjs/sockjs-client.git"
| },
| "license": "MIT",
| "ignore": [
| "**/.*",
| "bin",
| "lib",
| "node_modules",
| "bower_components",
| "test",
| "tests"
| ],
| "version": "1.1.1",
| "_release": "1.1.1",
| "_resolution": {
| "type": "version",
| "tag": "v1.1.1",
| "commit": "91e30059cc32c6b41ddd0de05c68681e9b00d503"
| },
| "_source": "https://github.com/sockjs/sockjs-client.git",
| "_target": "1.1.1",
| "_originalSource": "sockjs-client"
| }
|
|