mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
# Conflicts: # jsowell-ui/.env.development # jsowell-ui/.env.staging # jsowell-ui/bin/build-sit.bat # jsowell-ui/bin/build.bat # jsowell-ui/src/api/adapayMember/adapayMember.js # jsowell-ui/src/api/pile/merchant.js # jsowell-ui/src/router/index.js # jsowell-ui/src/views/financial/financeDetail.vue # jsowell-ui/src/views/financial/merchant.vue # jsowell-ui/src/views/homeIndex/homeIndex.vue # jsowell-ui/src/views/login.vue # jsowell-ui/src/views/pile/basic/detail.vue # jsowell-ui/src/views/pile/station/components/SiteInfo.vue # jsowell-ui/src/views/pile/station/detail.vue # jsowell-ui/src/views/pile/station/orderReport.vue
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "eventsource",
|
|
"version": "2.0.2",
|
|
"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": ">=12.0.0"
|
|
},
|
|
"dependencies": {},
|
|
"standard": {
|
|
"ignore": [
|
|
"example/eventsource-polyfill.js"
|
|
],
|
|
"globals": [
|
|
"URL"
|
|
]
|
|
}
|
|
}
|