UNPKG

qler

Version:

Excruciatingly simple synchronous queuing for node

36 lines (35 loc) 716 B
{ "name": "qler", "version": "0.6.2", "description": "Excruciatingly simple synchronous queuing for node", "main": "Qler.js", "scripts": { "test": "ava" }, "repository": { "type": "git", "url": "git+https://github.com/chrisvxd/Qler.git" }, "keywords": [ "queue", "synchronous", "javascript", "node", "queueing", "async" ], "author": "Chris Villa (github @chrisvxd)", "license": "MIT", "bugs": { "url": "https://github.com/chrisvxd/Qler/issues" }, "homepage": "https://github.com/chrisvxd/Qler#readme", "dependencies": { "p-queue": "^6.6.0", "uuid": "^3.3.2" }, "devDependencies": { "ava": "^3.11.1", "delay": "^4.4.0" } }