Update packages.json (#2680)

This commit is contained in:
Amaan Ahmad Khan 2023-08-12 21:54:33 +05:30 committed by GitHub
parent 7e64c1cd50
commit ed192f9c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]