From d82a441b9ca27195abce5d178472aa4e6a69c865 Mon Sep 17 00:00:00 2001 From: Davide Galilei <43778739+DavideGalilei@users.noreply.github.com> Date: Sun, 26 Nov 2023 20:11:36 +0100 Subject: [PATCH] Added package sqids (#2762) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index f58f2cf..dc3e1e6 100644 --- a/packages.json +++ b/packages.json @@ -32040,5 +32040,19 @@ "description": "Utilities for handling paths", "license": "MIT", "web": "https://github.com/hmbemba/pathutils" + }, + { + "name": "sqids", + "url": "https://github.com/sqids/sqids-nim", + "method": "git", + "tags": [ + "library", + "ids", + "id", + "sqids" + ], + "description": "Official Nim port of Sqids. Generate short YouTube-looking IDs from numbers.", + "license": "MIT", + "web": "https://github.com/sqids/sqids-nim" } ]