{"_id":"eventsource-polyfill","_rev":"13-b207f5185470e75ad27b6cee6e319026","name":"eventsource-polyfill","description":"A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/)","dist-tags":{"latest":"0.9.6"},"versions":{"0.9.5":{"name":"eventsource-polyfill","version":"0.9.5","description":"A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/)","main":"dist/browserify-eventsource.js","directories":{"doc":"docs"},"files":["dist/eventsource.js","dist/browserify-eventsource.js"],"scripts":{"test":"echo \"Error: to run browser tests, visit http://testevs.amvtek.com/\" && exit 1"},"repository":{"type":"git","url":"https://github.com/amvtek/EventSource.git"},"keywords":["sse","server sent events","eventsource","event-source","polyfill"],"author":{"name":"amvtek","email":"devel@amvtek.com"},"license":"MIT","bugs":{"url":"https://github.com/amvtek/EventSource/issues"},"homepage":"https://github.com/amvtek/EventSource","devDependencies":{"grunt":"^0.4.5","grunt-contrib-uglify":"^0.6.0","grunt-string-replace":"^1.0.0"},"gitHead":"8a1b25658b7168895d68119b8ed4e3796fa41626","_id":"eventsource-polyfill@0.9.5","_shasum":"365c06db38e82ad3f94345c25834f7d2eba056d8","_from":".","_npmVersion":"2.6.1","_nodeVersion":"0.10.33","_npmUser":{"name":"amvtek","email":"devel@amvtek.com"},"maintainers":[{"name":"amvtek","email":"devel@amvtek.com"}],"dist":{"shasum":"365c06db38e82ad3f94345c25834f7d2eba056d8","tarball":"https://registry.npmjs.org/eventsource-polyfill/-/eventsource-polyfill-0.9.5.tgz","integrity":"sha512-evtQRcdMU3dZVTaEZYv5TiMvpLNHgfcfEwcJzhLxSvTVnfZI6DEictenwxWKD7s4SEdw24LeahQkSyn0WZb+MA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXgcNcnfi4TP24LpmJ1aHc0lwjkPSygXuZiR8pj7oRfgIhANG2UEdSv/twWLDHUhsygEZ9M1dJa8rB+zWNhRzhBITJ"}]}},"0.9.6":{"name":"eventsource-polyfill","version":"0.9.6","description":"A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/)","main":"dist/browserify-eventsource.js","directories":{"doc":"docs"},"files":["dist/eventsource.js","dist/browserify-eventsource.js"],"scripts":{"test":"echo \"Error: to run browser tests, visit http://testevs.amvtek.com/\" && exit 1"},"repository":{"type":"git","url":"https://github.com/amvtek/EventSource.git"},"keywords":["sse","server sent events","eventsource","event-source","polyfill"],"author":{"name":"amvtek","email":"devel@amvtek.com"},"license":"MIT","bugs":{"url":"https://github.com/amvtek/EventSource/issues"},"homepage":"https://github.com/amvtek/EventSource","devDependencies":{"grunt":"^0.4.5","grunt-contrib-uglify":"^0.6.0","grunt-string-replace":"^1.0.0"},"gitHead":"030f993d5bc2a9f9aeabfcafcd5ea4e8424ff68a","_id":"eventsource-polyfill@0.9.6","_shasum":"10e0d187f111b167f28fdab918843ce7d818f13c","_from":".","_npmVersion":"2.6.1","_nodeVersion":"0.10.33","_npmUser":{"name":"amvtek","email":"devel@amvtek.com"},"maintainers":[{"name":"amvtek","email":"devel@amvtek.com"}],"dist":{"shasum":"10e0d187f111b167f28fdab918843ce7d818f13c","tarball":"https://registry.npmjs.org/eventsource-polyfill/-/eventsource-polyfill-0.9.6.tgz","integrity":"sha512-LyMFp2oPDGhum2lMvkjqKZEwWd2/AoXyt8aoyftTBMWwPHNgU+2tdxhTHPluDxoz+z4gNj0uHAPR9nqevATMbg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCec2NYHI3TqW/NVaI990Dj00PwxkUfU3vg6GCLljxgpQIhAMLO8h6iKw81qFjNeuPSrKmgAzePBAxLuarf81si/zoW"}]}}},"readme":"EventSource Polyfill\n====================\n\nProvide polyfill to support EventSource in browser where it is not available.\n\n> -   Used in production\n> -   Tested in Internet Explorer 8 +\n> -   Tested in Android browser 2.1 +\n> -   [Documented][]\n> -   Run the [Browser test suite][]\n\nInstalling\n----------\n\n### from source\n\nDownload suitable project archive (zip or tar.gz) from [release page][]\n\nInclude in your html documents one of the following javascript file:\n\n> -   *dist/eventsource.js*\n> -   *dist/eventsource.min.js* (minified version)\n\n### Using bower package manager\n\nTo install package from **bower registry**, type :\n\n    bower install eventsource-polyfill\n\nInclude in your html documents one of the following javascript file:\n\n> -   *bower\\_components/eventsource-polyfill/dist/eventsource.js*\n> -   *bower\\_components/eventsource-polyfill/dist/eventsource.min.js* (minified version)\n\n### Using npm package manager\n\nTo install package from **npm registry**, type :\n\n    npm install eventsource-polyfill\n\nNote that this package may only be used with in **browser application**.\n\nIf you are using [browserify][] , you just have to require this package in your main module…\n\n``` sourceCode\n// load (Polyfill) EventSource, in case browser does not support it...\nrequire('eventsource-polyfill');\n```\n\nRun the tests now\n-----------------\n\nWith your web browser visit this [test site][Browser test suite]\n\nAllow **sufficient time** ( ~ 5 minutes) for the full Test Suite to run…\n\nProject content\n---------------\n\ndist/  \n    built version of javascript modules\n\njavascript/  \n    Contains polyfill module and related unit tests\n\ntest_server/  \n    python server which generates *easy to test* **event stream**\n\ndocs/  \n    documentation wiki\n\n  [Documented]: https://github.com/amvtek/EventSource/wiki\n  [Browser test suite]: http://testevs.amvtek.com/\n  [release page]: https://github.com/amvtek/EventSource/releases/latest\n  [browserify]: http://browserify.org\n","maintainers":[{"name":"amvtek","email":"devel@amvtek.com"}],"time":{"modified":"2022-06-17T21:36:45.439Z","created":"2015-02-28T16:24:07.670Z","0.9.5":"2015-02-28T16:24:07.670Z","0.9.6":"2015-02-28T18:13:11.537Z"},"homepage":"https://github.com/amvtek/EventSource","keywords":["sse","server sent events","eventsource","event-source","polyfill"],"repository":{"type":"git","url":"https://github.com/amvtek/EventSource.git"},"author":{"name":"amvtek","email":"devel@amvtek.com"},"bugs":{"url":"https://github.com/amvtek/EventSource/issues"},"license":"MIT","readmeFilename":"README.md","users":{"tonygemcd":true,"morganz":true,"tonyljl526":true,"panlw":true,"stone_breaker":true,"yeming":true,"fakefarm":true}}