From ed192f9c74af55217e826270a01c4a16522c4292 Mon Sep 17 00:00:00 2001 From: Amaan Ahmad Khan <71920621+amaank404@users.noreply.github.com> Date: Sat, 12 Aug 2023 21:54:33 +0530 Subject: [PATCH] Update packages.json (#2680) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index e2bf200..30756e8 100644 --- a/packages.json +++ b/packages.json @@ -31116,5 +31116,18 @@ "description": "A library to quickly generate functions converting instances of type A to B", "license": "MIT", "web": "https://github.com/PhilippMDoerner/mapster" + }, + { + "name": "namenumbersort", + "url": "https://github.com/amaank404/namenumbersort", + "method": "git", + "tags": [ + "sorting", + "hybrid", + "cmp" + ], + "description": "Provides a system.cmp like function that can be used with std/algorithm.sort to smartly sort string sequences based on their contents rather than exact match", + "license": "MIT", + "web": "https://github.com/amaank404/namenumbersort" } ]