UNPKG

parallel-universe

Version:

The set of async flow control structures and promise utils.

48 lines (47 loc) 1.04 kB
{ "name": "parallel-universe", "version": "6.1.2", "description": "The set of async flow control structures and promise utils.", "main": "./index.js", "module": "./index.mjs", "types": "./index.d.ts", "sideEffects": false, "exports": { ".": { "types": "./index.d.ts", "import": "./index.mjs", "require": "./index.js" }, "./package.json": "./package.json" }, "repository": { "type": "git", "url": "git+https://github.com/smikhalevski/parallel-universe.git" }, "keywords": [ "async", "abort", "promise", "repeat", "timeout", "sleep", "delay", "lock", "blocker", "queue", "concurrency", "parallel", "pool", "thread pool", "work pool", "worker", "pubsub", "eventbus" ], "author": "Savva Mikhalevski <smikhalevski@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/smikhalevski/parallel-universe/issues" }, "homepage": "https://github.com/smikhalevski/parallel-universe#readme" }