UNPKG

stream-chain

Version:

Chain functions as transform streams.

54 lines (53 loc) 1.35 kB
{ "name": "stream-chain", "version": "3.4.0", "description": "Chain functions as transform streams.", "type": "commonjs", "main": "./src/index.js", "types": "./src/index.d.ts", "exports": { ".": "./src/index.js", "./*": "./src/*" }, "scripts": { "debug": "node --inspect-brk tests/tests.js", "test": "tape6 --flags FO", "test:bun": "tape6-bun --flags FO", "test:proc": "tape6-proc --flags FO", "test:proc:bun": "bun run `npx tape6-proc --self` --flags FO", "ts-check": "tsc --noEmit", "ts-demo": "node --experimental-strip-types ts-test/demo.mts" }, "repository": { "type": "git", "url": "git+https://github.com/uhop/stream-chain.git" }, "keywords": [ "stream", "chain" ], "author": "Eugene Lazutkin <eugene.lazutkin@gmail.com> (https://www.lazutkin.com/)", "funding": "https://github.com/sponsors/uhop", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/uhop/stream-chain/issues" }, "homepage": "https://github.com/uhop/stream-chain#readme", "files": [ "src", "LICENSE", "README.md" ], "tape6": { "tests": [ "/tests/test-*.mjs" ] }, "devDependencies": { "@types/node": "^22.10.7", "nano-benchmark": "^1.0.4", "tape-six": "^1.0.3", "tape-six-proc": "^1.0.1", "typescript": "^5.7.3" } }