From 540f13a1896cffa22ebae87e2dabc89ecce294b8 Mon Sep 17 00:00:00 2001 From: Thiago <74574275+thisago@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:30:43 +0000 Subject: [PATCH] Add package gookie (#2656) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 16f59f1..e2eeb86 100644 --- a/packages.json +++ b/packages.json @@ -30872,5 +30872,20 @@ "description": "Document IDs generation and validation", "license": "MIT", "web": "https://github.com/thisago/docid" + }, + { + "name": "gookie", + "url": "https://github.com/thisago/gookie", + "method": "git", + "tags": [ + "library", + "dirty", + "google", + "cookie", + "session" + ], + "description": "Google Cookies. In your hands", + "license": "MIT", + "web": "https://github.com/thisago/gookie" } ]