Files
30-seconds-of-code/node_modules/event-source-polyfill/package.json
2019-08-20 15:52:05 +02:00

60 lines
1.6 KiB
JSON

{
"_from": "event-source-polyfill@^1.0.5",
"_id": "event-source-polyfill@1.0.8",
"_inBundle": false,
"_integrity": "sha512-wC9j5vjH9Xu9s8XhumgBoypdFJswraU1HXykqCCD/b7q+EH4P/avf5fM1e8IiHyHNZOeOiWwrki2775XFTYyeg==",
"_location": "/event-source-polyfill",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "event-source-polyfill@^1.0.5",
"name": "event-source-polyfill",
"escapedName": "event-source-polyfill",
"rawSpec": "^1.0.5",
"saveSpec": null,
"fetchSpec": "^1.0.5"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/event-source-polyfill/-/event-source-polyfill-1.0.8.tgz",
"_shasum": "a0d40fad813bf2ed2ccf3b7839f9d625768fc310",
"_spec": "event-source-polyfill@^1.0.5",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"author": {
"name": "Yaffle",
"url": "https://github.com/Yaffle"
},
"bugs": {
"url": "https://github.com/Yaffle/EventSource/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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": "1.0.8"
}