UNPKG

batch-iterable

Version:

An abstraction to work with iterables of asyncIterables

37 lines (36 loc) 867 B
{ "name": "batch-iterable", "version": "0.0.7", "description": "An abstraction to work with iterables of asyncIterables", "main": "./index.js", "type": "module", "types": "./types/index.d.ts", "scripts": { "test": "node --test test/*.js", "types": "tsc", "format": "prettier --ignore-unknown --write ." }, "keywords": [ "streams", "async", "iterables", "asyncIterables" ], "repository": { "type": "git", "url": "git+https://github.com/sithmel/batch-iterable.git" }, "author": "Maurizio Lupo <maurizio.lupo@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/sithmel/batch-iterable/issues" }, "homepage": "https://github.com/sithmel/batch-iterable#readme", "prettier": { "semi": false }, "devDependencies": { "prettier": "^3.5.3", "typescript": "^5.8.3" } }