package.json
1.67 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
{
"_args": [
[
"sse@0.0.8",
"/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
]
],
"_from": "sse@0.0.8",
"_id": "sse@0.0.8",
"_inBundle": false,
"_integrity": "sha512-cviG7JH31TUhZeaEVhac3zTzA+2FwA7qvHziAHpb7mC7RNVJ/RbHN+6LIGsS2ugP4o2H15DWmrSMK+91CboIcg==",
"_location": "/sse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sse@0.0.8",
"name": "sse",
"escapedName": "sse",
"rawSpec": "0.0.8",
"saveSpec": null,
"fetchSpec": "0.0.8"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/sse/-/sse-0.0.8.tgz",
"_spec": "0.0.8",
"_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
"author": {
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com",
"url": "http://2x.io"
},
"bugs": {
"url": "https://github.com/einaros/sse.js/issues"
},
"dependencies": {
"options": "0.0.6"
},
"description": "The HTML5 Server-Sent events specification is introduced \"to enable servers to push data to Web pages over HTTP or using dedicated server-push protocols\".",
"devDependencies": {
"expect.js": "0.3.1",
"mocha": "4.0.1"
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/einaros/sse.js#readme",
"keywords": [
"real-time",
"server-sent-events",
"html5",
"sse",
"messaging"
],
"name": "sse",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/einaros/sse.js.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.0.8"
}