-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.64 KB
/
package.json
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
{
"_args": [
[
"event-source-polyfill@0.0.12",
"C:\\Users\\Steve Koo\\Desktop\\sick-fits\\Advanced-React\\sick-fits\\frontend"
]
],
"_from": "event-source-polyfill@0.0.12",
"_id": "event-source-polyfill@0.0.12",
"_inBundle": false,
"_integrity": "sha1-5TnNZ/3vJ2ChaqUmL6mBNN9S468=",
"_location": "/event-source-polyfill",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "event-source-polyfill@0.0.12",
"name": "event-source-polyfill",
"escapedName": "event-source-polyfill",
"rawSpec": "0.0.12",
"saveSpec": null,
"fetchSpec": "0.0.12"
},
"_requiredBy": [
"/next",
"/next-with-apollo/next"
],
"_resolved": "https://registry.npmjs.org/event-source-polyfill/-/event-source-polyfill-0.0.12.tgz",
"_spec": "0.0.12",
"_where": "C:\\Users\\Steve Koo\\Desktop\\sick-fits\\Advanced-React\\sick-fits\\frontend",
"author": {
"name": "Yaffle",
"url": "https://github.com/Yaffle"
},
"bugs": {
"url": "https://github.com/Yaffle/EventSource/issues"
},
"description": "A polyfill for http://www.w3.org/TR/eventsource/ ",
"devDependencies": {
"grunt": "^0.4.4",
"grunt-cli": "^0.1.13",
"grunt-contrib-uglify": "~0.2.4"
},
"homepage": "https://github.com/Yaffle/EventSource",
"keywords": [
"sse",
"server sent events",
"eventsource",
"event-source",
"polyfill"
],
"license": "MIT",
"main": "src/eventsource.js",
"name": "event-source-polyfill",
"repository": {
"type": "git",
"url": "git://github.com/Yaffle/EventSource.git"
},
"scripts": {
"build": "grunt"
},
"version": "0.0.12"
}