123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_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": "H:\\gs_nuxt\\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"
- }
|