UNPKG

p-batch

Version:
34 lines (33 loc) 600 B
{ "name": "p-batch", "version": "1.0.0", "description": "Batch async operations", "license": "MIT", "repository": "floatdrop/p-batch", "author": { "name": "Vsevolod Strukchinsky", "email": "floatdrop@gmail.com", "url": "github.com/floatdrop" }, "engines": { "node": ">=4" }, "scripts": { "bench": "node bench.js", "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "promise", "batch" ], "dependencies": {}, "devDependencies": { "ava": "*", "benchmark": "^2.1.3", "dataloader": "^1.3.0", "xo": "*" } }