Server : nginx/1.18.0 System : Linux localhost 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64 User : www-data ( 33) PHP Version : 8.0.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/ecommerce/node_modules/eventsource/ |
{
"name": "eventsource",
"version": "1.1.0",
"description": "W3C compliant EventSource client for Node.js and browser (polyfill)",
"keywords": [
"eventsource",
"http",
"streaming",
"sse",
"polyfill"
],
"homepage": "http://github.com/EventSource/eventsource",
"author": "Aslak Hellesøy <aslak.hellesoy@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/EventSource/eventsource.git"
},
"bugs": {
"url": "http://github.com/EventSource/eventsource/issues"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/eventsource",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/EventSource/eventsource/raw/master/LICENSE"
}
],
"devDependencies": {
"buffer-from": "^1.1.1",
"express": "^4.15.3",
"mocha": "^3.5.3",
"nyc": "^11.2.1",
"serve-static": "^1.12.3",
"ssestream": "^1.0.0",
"standard": "^10.0.2",
"webpack": "^3.5.6"
},
"scripts": {
"test": "mocha --reporter spec && standard",
"polyfill": "webpack lib/eventsource-polyfill.js example/eventsource-polyfill.js",
"postpublish": "git push && git push --tags",
"coverage": "nyc --reporter=html --reporter=text _mocha --reporter spec"
},
"engines": {
"node": ">=0.12.0"
},
"dependencies": {
"original": "^1.0.0"
},
"standard": {
"ignore": [
"example/eventsource-polyfill.js"
]
}
}