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
| {
| "_from": "eventsource-polyfill@^0.9.6",
| "_id": "eventsource-polyfill@0.9.6",
| "_inBundle": false,
| "_integrity": "sha1-EODRh/ERsWfyj9q5GIQ859gY8Tw=",
| "_location": "/eventsource-polyfill",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "eventsource-polyfill@^0.9.6",
| "name": "eventsource-polyfill",
| "escapedName": "eventsource-polyfill",
| "rawSpec": "^0.9.6",
| "saveSpec": null,
| "fetchSpec": "^0.9.6"
| },
| "_requiredBy": [
| "/@nuxt/webpack"
| ],
| "_resolved": "https://registry.npmjs.org/eventsource-polyfill/-/eventsource-polyfill-0.9.6.tgz",
| "_shasum": "10e0d187f111b167f28fdab918843ce7d818f13c",
| "_spec": "eventsource-polyfill@^0.9.6",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\webpack",
| "author": {
| "name": "amvtek",
| "email": "devel@amvtek.com"
| },
| "bugs": {
| "url": "https://github.com/amvtek/EventSource/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "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"
| },
| "files": [
| "dist/eventsource.js",
| "dist/browserify-eventsource.js"
| ],
| "homepage": "https://github.com/amvtek/EventSource",
| "keywords": [
| "sse",
| "server sent events",
| "eventsource",
| "event-source",
| "polyfill"
| ],
| "license": "MIT",
| "main": "dist/browserify-eventsource.js",
| "name": "eventsource-polyfill",
| "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"
| }
|
|