UNPKG

s-batch

Version:

A transform stream that batches items into arrays

31 lines (30 loc) 672 B
{ "name": "s-batch", "version": "1.0.1", "description": "A transform stream that batches items into arrays", "keywords": [ "web streams", "streams", "batch", "TransformStream" ], "homepage": "https://github.com/trevorah/s-batch#readme", "bugs": { "url": "https://github.com/trevorah/s-batch/issues" }, "repository": { "type": "git", "url": "git+https://github.com/trevorah/s-batch.git" }, "license": "MIT", "author": "Andy Trevorah <andy@trevorah.net>", "type": "module", "main": "index.js", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "scripts": { "test": "node --test" } }