2026-07-19 13:44:10 -07:00
|
|
|
{
|
|
|
|
|
"name": "@push-stream-std/push-take-until",
|
2026-07-20 21:01:06 -07:00
|
|
|
"version": "0.0.9",
|
2026-07-19 13:44:10 -07:00
|
|
|
"description": "Take elements until signal stream emits",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./index.js"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "node --test test/",
|
|
|
|
|
"bench": "node bench/index.js",
|
|
|
|
|
"lint": "node --check index.js test/*.js"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"push-stream",
|
|
|
|
|
"stream",
|
|
|
|
|
"take",
|
|
|
|
|
"until",
|
|
|
|
|
"signal",
|
|
|
|
|
"cancel"
|
|
|
|
|
],
|
|
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=22.0.0"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"index.js",
|
|
|
|
|
"bench/",
|
|
|
|
|
"README.md",
|
|
|
|
|
"LICENSE"
|
|
|
|
|
],
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"registry": "https://hub.kl1.tenere.ai/api/packages/push-stream-std/npm/"
|
2026-07-20 14:30:49 -07:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://hub.kl1.tenere.ai/push-stream-std/push-take-until.git"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {}
|
2026-07-19 13:44:10 -07:00
|
|
|
}
|