line_push/node_modules/eventsource-polyfill/package.json
2022-07-18 02:50:52 +00:00

70 lines
1.8 KiB
JSON

{
"_args": [
[
"eventsource-polyfill@0.9.6",
"/home/node/nuxt"
]
],
"_from": "eventsource-polyfill@0.9.6",
"_id": "eventsource-polyfill@0.9.6",
"_inBundle": false,
"_integrity": "sha512-LyMFp2oPDGhum2lMvkjqKZEwWd2/AoXyt8aoyftTBMWwPHNgU+2tdxhTHPluDxoz+z4gNj0uHAPR9nqevATMbg==",
"_location": "/eventsource-polyfill",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"_spec": "0.9.6",
"_where": "/home/node/nuxt",
"author": {
"name": "amvtek",
"email": "devel@amvtek.com"
},
"bugs": {
"url": "https://github.com/amvtek/EventSource/issues"
},
"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"
}