@gaubee/flow
Version:
启发于 kotlin 的 flow,针对 js/ts 开发人员设计的接口,通常可以作为一个事件管理器
45 lines • 1.05 kB
JSON
{
"name": "@gaubee/flow",
"version": "0.3.11",
"description": "启发于 kotlin 的 flow,针对 js/ts 开发人员设计的接口,通常可以作为一个事件管理器",
"keywords": [
"kotlin",
"flow",
"shared flow",
"stream",
"event",
"evt"
],
"homepage": "https://github.com/gaubee/std/tree/main/flow",
"repository": {
"type": "git",
"url": "https://github.com/gaubee/std"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gaubee/std/issues?q=label%3Aflow"
},
"main": "./script/index.js",
"module": "./esm/index.js",
"exports": {
".": {
"import": "./esm/index.js",
"require": "./script/index.js"
},
"./shared_flow": {
"import": "./esm/shared_flow.js",
"require": "./script/shared_flow.js"
},
"./state_flow": {
"import": "./esm/state_flow.js",
"require": "./script/state_flow.js"
}
},
"dependencies": {
"tslib": "^2.6.2"
},
"peerDependencies": {
"@gaubee/util": "*"
},
"_generatedBy": "dnt@dev"
}