UNPKG

batched-promise-all

Version:

:flight_departure: zero deps utility for keeping your memory footprint manageable with varying datasets

51 lines (50 loc) 1.3 kB
{ "name": "batched-promise-all", "version": "0.9.2", "main": "dist/index.js", "umd:main": "dist/batched-promise-all.umd.production.js", "module": "dist/batched-promise-all.es.production.js", "typings": "dist/batched-promise-all.d.ts", "files": [ "dist" ], "scripts": { "start": "tsdx watch", "build": "tsdx build --target node --entry src/batched-promise-all.ts", "prepare": "npm run build", "test": "tsdx test", "w": "tsdx test --watch" }, "devDependencies": { "@types/jest": "^26.0.4", "husky": "^4.2.5", "prettier": "^2.0.5", "pretty-quick": "^2.0.1", "tsdx": "^0.13.2", "typescript": "^3.9.6" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "keywords": [ "promise", "batching", "batch", "memory", "map", "iteration" ], "description": ":flight_departure: zero deps utility for keeping your memory footprint manageable with varying datasets", "repository": { "type": "git", "url": "git+https://github.com/capaj/batched-promise-all.git" }, "author": "capajj@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/capaj/batched-promise-all/issues" }, "homepage": "https://github.com/capaj/batched-promise-all#readme" }