@mareers/async-throttle
Version:
A TypeScript library for managing and executing asynchronous functions with constraints and logging capabilities.
44 lines (43 loc) • 1.23 kB
JSON
{
"name": "@mareers/async-throttle",
"version": "1.2.1",
"type": "module",
"description": "A TypeScript library for managing and executing asynchronous functions with constraints and logging capabilities.",
"license": "MIT",
"author": {
"name": "Sreeram Balamurugan",
"email": "sreeram@mareers.com",
"url": "https://srb.contact"
},
"repository": {
"type": "git",
"url": "https://github.com/bsreeram08/experiments.git",
"directory": "packages/async-throttle"
},
"bugs": {
"url": "https://github.com/bsreeram08/experiments/issues"
},
"homepage": "https://github.com/bsreeram08/experiments/tree/main/packages/async-throttle#readme",
"keywords": [
"async",
"throttle",
"async-throttle",
"typescript",
"library",
"ts",
"javascript",
"js",
"node",
"npm",
"queue"
],
"displayName": "async-throttle",
"main": "index.js",
"types": "index.d.ts",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bsreeram08/experiments/tree/main/packages/async-throttle/License.md"
}
]
}