1 Star 0 Fork 0

zaoangod/fetch-event-source

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 952 Bytes
一键复制 编辑 原始数据 按行查看 历史
zaoangod 提交于 2024-11-20 15:38 +08:00 . init
{
"name": "fetch-event-source",
"version": "0.0.1",
"description": "Using the Fetch API to request an SSE endpoint.",
"keywords": [
"sse",
"EventSource"
],
"repository": {
"type": "git",
"url": "git+https://gitee.com/zaoangod/fetch-event-source.git"
},
"author": "zaoangod",
"license": "MIT",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
},
"./*": "./*"
},
"files": [
"lib",
"dist",
"package.json"
],
"devDependencies": {
"typescript": "5.6.3",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0"
},
"scripts": {
"build": "vite build",
"check-latest-version": "pnpm outdated"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zaoangod/fetch-event-source.git
git@gitee.com:zaoangod/fetch-event-source.git
zaoangod
fetch-event-source
fetch-event-source
main

搜索帮助