From 8d52c440739a23f5d7f2f69890974356d8b4ba24 Mon Sep 17 00:00:00 2001 From: Sloane Simmons Date: Sun, 28 Jun 2015 13:59:52 -0500 Subject: [PATCH] Added base62 package --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 0023718..af5d6f6 100644 --- a/packages.json +++ b/packages.json @@ -1776,5 +1776,14 @@ "description": "Memoize Nim functions", "license": "Apache License 2.0", "web": "https://github.com/andreaferretti/memo" + }, + { + "name": "base62", + "url": "https://github.com/singularperturbation/base62-encode", + "method": "git", + "tags": ["base62","encode","decode"], + "description": "Arbitrary base encoding-decoding functions, defaulting to Base-62.", + "license": "MIT", + "web": "https://github.com/singularperturbation/base62-encode" } ]