W72crm_web-master/node_modules/eventsource-polyfill/package.json

67 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
{
"_from": "eventsource-polyfill@0.9.6",
"_id": "eventsource-polyfill@0.9.6",
"_inBundle": false,
"_integrity": "sha512-LyMFp2oPDGhum2lMvkjqKZEwWd2/AoXyt8aoyftTBMWwPHNgU+2tdxhTHPluDxoz+z4gNj0uHAPR9nqevATMbg==",
"_location": "/eventsource-polyfill",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eventsource-polyfill@0.9.6",
"name": "eventsource-polyfill",
"escapedName": "eventsource-polyfill",
"rawSpec": "0.9.6",
"saveSpec": null,
"fetchSpec": "0.9.6"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmmirror.com/eventsource-polyfill/-/eventsource-polyfill-0.9.6.tgz",
"_shasum": "10e0d187f111b167f28fdab918843ce7d818f13c",
"_spec": "eventsource-polyfill@0.9.6",
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master",
"author": {
"name": "amvtek",
"email": "devel@amvtek.com"
},
"bugs": {
"url": "https://github.com/amvtek/EventSource/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/)",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.6.0",
"grunt-string-replace": "^1.0.0"
},
"directories": {
"doc": "docs"
},
"files": [
"dist/eventsource.js",
"dist/browserify-eventsource.js"
],
"homepage": "https://github.com/amvtek/EventSource",
"keywords": [
"sse",
"server sent events",
"eventsource",
"event-source",
"polyfill"
],
"license": "MIT",
"main": "dist/browserify-eventsource.js",
"name": "eventsource-polyfill",
"repository": {
"type": "git",
"url": "git+https://github.com/amvtek/EventSource.git"
},
"scripts": {
"test": "echo \"Error: to run browser tests, visit http://testevs.amvtek.com/\" && exit 1"
},
"version": "0.9.6"
}