From 5a0d4b2d49fcbdd5fc82555d9bf2ef13f4c2008a Mon Sep 17 00:00:00 2001 From: George Lemon Date: Thu, 9 Feb 2023 07:53:54 +0200 Subject: [PATCH] Added package bag (#2493) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index d627060..782ead6 100644 --- a/packages.json +++ b/packages.json @@ -28864,5 +28864,19 @@ "description": "Ratel library for the LIS3DHTR 3-axis accelerometer", "license": "MIT", "web": "https://github.com/garrettkinman/ratel-LIS3DHTR" + }, + { + "name": "bag", + "url": "https://github.com/openpeep/bag", + "method": "git", + "tags": [ + "form", + "validation", + "input", + "input-validation" + ], + "description": "Validate HTTP input data in a fancy way", + "license": "MIT", + "web": "https://github.com/openpeep/bag" } ]