UNPKG

childprocess-queue

Version:

Use `childprocess` module freely while limiting the amount of concurrent processes

29 lines (28 loc) 799 B
{ "name": "childprocess-queue", "version": "1.0.2", "description": "Use `childprocess` module freely while limiting the amount of concurrent processes", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/danielgindi/node-childprocess-queue" }, "keywords": [ "node.js", "childprocess", "process", "rate limit", "queue" ], "author": "Daniel Cohen Gindi <danielgindi@gmail.com> (https://github.com/danielgindi)", "license": "MIT", "bugs": { "url": "https://github.com/danielgindi/node-childprocess-queue/issues" }, "homepage": "https://github.com/danielgindi/node-childprocess-queue", "dependencies": { } }