Files
push-take-until/package.json
T
Tenere CI bba77ae6b4
CI / publish (push) Failing after 8s
CI / test (push) Successful in 9s
release: v0.0.6
2026-07-20 12:00:52 -07:00

37 lines
721 B
JSON

{
"name": "@push-stream-std/push-take-until",
"version": "0.0.6",
"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/"
}
}