From 270a37ce40f22e7d0e7e752f998b2a1452f69b08 Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Thu, 2 Jan 2020 20:39:41 +0800 Subject: [PATCH] Added package cache (#1300) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index ea83f45..1dcd142 100644 --- a/packages.json +++ b/packages.json @@ -15902,5 +15902,16 @@ "description": "random Japanese name and address generator", "license": "MIT", "web": "https://github.com/mkanenobu/nim-gimei" + }, + { + "name": "cache", + "url": "https://github.com/planety/cached", + "method": "git", + "tags": [ + "cache" + ], + "description": "A cache library.", + "license": "MIT", + "web": "https://github.com/planety/cached" } ]