diff options
| author | Anirudh <icyph0x@pm.me> | 2018-10-02 09:08:45 +0530 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-01 20:38:45 -0700 |
| commit | 0bf059d9d2ddd8cd6c676b09b7666c5f8603cb14 (patch) | |
| tree | 87bef4052b9e092e14b8e6fdd1d9e8371ceaad2c | |
| parent | 47bfb8842ab23feeb0c00b6ebc2b74b5dda31589 (diff) | |
| download | packages-0bf059d9d2ddd8cd6c676b09b7666c5f8603cb14.tar.gz packages-0bf059d9d2ddd8cd6c676b09b7666c5f8603cb14.zip | |
Add nanoid package (#875)
* Add nanoid
* Fix bad JSON
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json index a8d91da..23626f2 100644 --- a/packages.json +++ b/packages.json @@ -10888,6 +10888,17 @@ "web": "https://github.com/LemonBoy/criterion.nim" }, { + "name": "nanoid", + "url": "https://github.com/icyphox/nanoid.nim", + "method": "git", + "tags": [ + "nanoid", "random", "generator" + ], + "description": "The Nim implementation of NanoID", + "license": "MIT", + "web": "https://github.com/icyphox/nanoid.nim" + }, + { "name": "ndb", "url": "https://github.com/xzfc/ndb.nim", "method": "git", |
