@geoapify/request-rate-limiter
Version:
Easily throttle API requests to prevent 429 errors and manage traffic bursts
52 lines (51 loc) • 1.21 kB
JSON
{
"name": "@geoapify/request-rate-limiter",
"version": "1.0.1",
"description": "Easily throttle API requests to prevent 429 errors and manage traffic bursts",
"main": "dist/request-rate-limiter.js",
"scripts": {
"test": "jest",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geoapify/request-rate-limiter.git"
},
"author": {
"name": "Geoapify GmbH",
"email": "info@geoapify.com",
"url": "https://geoapify.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/geoapify/request-rate-limiter/issues"
},
"homepage": "https://github.com/geoapify/request-rate-limiter#readme",
"devDependencies": {
"jest": "^29.7.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"jest": {
"testMatch": [
"**/?(*.)+(test).[jt]s?(x)"
]
},
"keywords": [
"rate-limiter",
"request-limiter",
"rate-limit",
"throttle",
"api-throttle",
"request-control",
"request-queue",
"concurrent-requests",
"timeout-management",
"api-traffic",
"request-throttling",
"flood-protection",
"429-error",
"429-protection",
"too-many-requests"
]
}