UNPKG

concurrent-queue

Version:
54 lines (53 loc) 1.25 kB
{ "name": "concurrent-queue", "version": "7.0.2", "description": "Fifo queue with concurrency control", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/jasonpincin/concurrent-queue.git" }, "keywords": [ "fifo", "queue", "concurrent", "concurrency", "callback", "promise" ], "license": "MIT", "bugs": { "url": "https://github.com/jasonpincin/concurrent-queue/issues" }, "homepage": "https://github.com/jasonpincin/concurrent-queue", "author": { "name": "Jason Pincin", "email": "jason@pincin.com", "url": "http://jason.pincin.com/" }, "contributors": [], "devDependencies": { "@jasonpincin/standard": "~5.0.0-8", "istanbul": "~0.3.17", "opn": "~1.0.2", "phantomjs": "~1.9.18", "tap-dot": "~1.0.0", "tap-spec": "~4.0.2", "tape": "~4.2.0", "zuul": "~3.3.0" }, "dependencies": { "afterward": "~2.0.0", "define-error": "~1.0.0", "eventuate": "~4.0.0", "object-assign": "~4.0.1", "on-error": "~2.1.0", "once": "~1.3.2", "promise-polyfill": "~2.1.0" }, "scripts": { "test": "make npm-test", "coverage": "make npm-coverage", "browser-test": "make browser-test" } }