From 94240bf40af5208c7aace9b856626d6b4a70805e Mon Sep 17 00:00:00 2001 From: George Lemon Date: Thu, 12 May 2022 15:20:37 +0300 Subject: [PATCH] Added package limiter (#2232) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 82abee4..782ecb5 100644 --- a/packages.json +++ b/packages.json @@ -26159,5 +26159,21 @@ "description": "A basic little argument parser", "license": "MIT", "web": "https://github.com/squattingmonk/blarg" + }, + { + "name": "limiter", + "url": "https://github.com/supranim/limiter", + "method": "git", + "tags": [ + "http", + "limiter", + "rate-limiter", + "throttle", + "api", + "supranim" + ], + "description": "A simple to use HTTP rate limiting library to limit any action during a specific period of time.", + "license": "MIT", + "web": "https://github.com/supranim/limiter" } ]