package.json
2.56 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
{
"_args": [
[
{
"raw": "eventsource-polyfill@^0.9.6",
"scope": null,
"escapedName": "eventsource-polyfill",
"name": "eventsource-polyfill",
"rawSpec": "^0.9.6",
"spec": ">=0.9.6 <0.10.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "eventsource-polyfill@>=0.9.6 <0.10.0",
"_id": "eventsource-polyfill@0.9.6",
"_inCache": true,
"_location": "/eventsource-polyfill",
"_nodeVersion": "0.10.33",
"_npmUser": {
"name": "amvtek",
"email": "devel@amvtek.com"
},
"_npmVersion": "2.6.1",
"_phantomChildren": {},
"_requested": {
"raw": "eventsource-polyfill@^0.9.6",
"scope": null,
"escapedName": "eventsource-polyfill",
"name": "eventsource-polyfill",
"rawSpec": "^0.9.6",
"spec": ">=0.9.6 <0.10.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/eventsource-polyfill/-/eventsource-polyfill-0.9.6.tgz",
"_shasum": "10e0d187f111b167f28fdab918843ce7d818f13c",
"_shrinkwrap": null,
"_spec": "eventsource-polyfill@^0.9.6",
"_where": "/Users/admin/Documents/workspace/programming",
"author": {
"name": "amvtek",
"email": "devel@amvtek.com"
},
"bugs": {
"url": "https://github.com/amvtek/EventSource/issues"
},
"dependencies": {},
"description": "A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/)",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.6.0",
"grunt-string-replace": "^1.0.0"
},
"directories": {
"doc": "docs"
},
"dist": {
"shasum": "10e0d187f111b167f28fdab918843ce7d818f13c",
"tarball": "https://registry.npmjs.org/eventsource-polyfill/-/eventsource-polyfill-0.9.6.tgz"
},
"files": [
"dist/eventsource.js",
"dist/browserify-eventsource.js"
],
"gitHead": "030f993d5bc2a9f9aeabfcafcd5ea4e8424ff68a",
"homepage": "https://github.com/amvtek/EventSource",
"keywords": [
"sse",
"server sent events",
"eventsource",
"event-source",
"polyfill"
],
"license": "MIT",
"main": "dist/browserify-eventsource.js",
"maintainers": [
{
"name": "amvtek",
"email": "devel@amvtek.com"
}
],
"name": "eventsource-polyfill",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/amvtek/EventSource.git"
},
"scripts": {
"test": "echo \"Error: to run browser tests, visit http://testevs.amvtek.com/\" && exit 1"
},
"version": "0.9.6"
}