forked from zhurui/management
89 lines
2.3 KiB
JSON
89 lines
2.3 KiB
JSON
{
|
|
"_from": "eventsource@^2.0.2",
|
|
"_id": "eventsource@2.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA==",
|
|
"_location": "/eventsource",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "eventsource@^2.0.2",
|
|
"name": "eventsource",
|
|
"escapedName": "eventsource",
|
|
"rawSpec": "^2.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/sockjs-client"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/eventsource/-/eventsource-2.0.2.tgz",
|
|
"_shasum": "76dfcc02930fb2ff339520b6d290da573a9e8508",
|
|
"_spec": "eventsource@^2.0.2",
|
|
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\sockjs-client",
|
|
"author": {
|
|
"name": "Aslak Hellesøy",
|
|
"email": "aslak.hellesoy@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/EventSource/eventsource/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "W3C compliant EventSource client for Node.js and browser (polyfill)",
|
|
"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"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"homepage": "http://github.com/EventSource/eventsource",
|
|
"keywords": [
|
|
"eventsource",
|
|
"http",
|
|
"streaming",
|
|
"sse",
|
|
"polyfill"
|
|
],
|
|
"license": "MIT",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/EventSource/eventsource/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "./lib/eventsource",
|
|
"name": "eventsource",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/EventSource/eventsource.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "nyc --reporter=html --reporter=text _mocha --reporter spec",
|
|
"polyfill": "webpack lib/eventsource-polyfill.js example/eventsource-polyfill.js",
|
|
"postpublish": "git push && git push --tags",
|
|
"test": "mocha --reporter spec && standard"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"example/eventsource-polyfill.js"
|
|
],
|
|
"globals": [
|
|
"URL"
|
|
]
|
|
},
|
|
"version": "2.0.2"
|
|
}
|