Add package nbaser (#1344)

This commit is contained in:
D-Nice 2020-01-27 01:35:37 -05:00 committed by Miran
parent f9a27b2e66
commit bc91b854a9

View File

@ -1,4 +1,21 @@
[
{
"name": "nbaser",
"url": "https://github.com/D-Nice/nbaser",
"method": "git",
"tags": [
"encode",
"decode",
"base",
"unicode",
"base58",
"base-x"
],
"description": "Encode/decode arbitrary unicode bases from size 2 to 256",
"license": "Apache-2.0",
"web": "https://github.com/D-Nice/nbaser",
"doc": "https://d-nice.github.io/nbaser/"
},
{
"name": "nio",
"url": "https://github.com/KayraG/nio",