qrate
Version:
A Node.js queue library with controllable concurrency and rate limiting
27 lines (26 loc) • 602 B
JSON
{
"name": "qrate",
"version": "2.0.0",
"type": "module",
"description": "A Node.js queue library with controllable concurrency and rate limiting",
"main": "index.js",
"scripts": {
"test": "node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glynnbird/qrate.git"
},
"keywords": [
"queue",
"async",
"rate",
"node.js"
],
"author": "Glynn Bird <glynn.bird@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/glynnbird/qrate/issues"
},
"homepage": "https://github.com/glynnbird/qrate#readme"
}