node-traffic-shield
Version:
Versatile rate-limiting middleware for Node.js, compatible with both Express.js and NestJS, designed to safeguard applications from excessive traffic.
45 lines (44 loc) • 1.17 kB
JSON
{
"name": "node-traffic-shield",
"version": "1.0.1",
"description": "Versatile rate-limiting middleware for Node.js, compatible with both Express.js and NestJS, designed to safeguard applications from excessive traffic.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BekzodbekTurgunov/my-rate-limiter.git"
},
"types": "./@types/node-traffic-shield.d.ts",
"keywords": [
"rate-limit",
"rate-limiter",
"express-middleware",
"nodejs",
"express",
"request-limit",
"traffic-control",
"api-security",
"ddos-protection",
"brute-force-protection",
"throttling",
"request-throttle",
"middleware",
"node-middleware",
"express-rate-limit",
"api-rate-limit",
"rate-limiting",
"server-security",
"node-security"
]
,
"author": "Bekzodbek Turgunov",
"license": "ISC",
"bugs": {
"url": "https://github.com/BekzodbekTurgunov/my-rate-limiter/issues"
},
"homepage": "https://github.com/BekzodbekTurgunov/my-rate-limiter#readme",
"dependencies": {
}
}