callbag-filter
Version:
Callbag operator that conditionally lets data pass through
26 lines (25 loc) • 510 B
JSON
{
"name": "callbag-filter",
"version": "1.1.0",
"description": "Callbag operator that conditionally lets data pass through",
"repository": {
"type": "git",
"url": "git+https://github.com/staltz/callbag-filter.git"
},
"main": "readme.js",
"types": "types.d.ts",
"scripts": {
"test": "tape test.js"
},
"author": "staltz.com",
"license": "MIT",
"keywords": [
"callbag"
],
"devDependencies": {
"tape": "^4.8.0"
},
"dependencies": {
"callbag": "^1.1.0"
}
}