UNPKG

hkey-async-queue

Version:

Async Queue (Throttler). For rate limiting. For example, you use an external API and the number of requests per second is limited there.

39 lines (38 loc) 1.11 kB
{ "name": "hkey-async-queue", "version": "0.0.5", "main": "./index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Andrey Belousoff <a.v.belousoff@gmail.com>", "license": "MIT", "description": "Async Queue (Throttler). For rate limiting. For example, you use an external API and the number of requests per second is limited there.", "keywords": [ "assert", "throttle", "rate-limits", "rate-limiter", "rateLimits", "rateLimiter", "heap", "queue" ], "dependencies": { "hkey-extended-promise": "^0.0.3", "till-event": "^0.0.4" }, "engines": { "node": ">=0.1.0" }, "repository": { "type": "git", "url": "https://github.com/Hkey1/async-queue" }, "readme": "Async Queue (Throttler)", "readmeFilename": "Readme.md", "bugs": { "url": "https://github.com/Hkey1/async-queue/issues" }, "homepage": "https://github.com/Hkey1/async-queue" }