From 7439ae73ee2f74a1e17151c81d40a1e30ff7c558 Mon Sep 17 00:00:00 2001 From: Bung <535670947@qq.com> Date: Mon, 18 May 2020 13:09:26 +0800 Subject: [PATCH] Added package buffer (#1479) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 90fad3a..1a8991e 100644 --- a/packages.json +++ b/packages.json @@ -17907,6 +17907,18 @@ "license": "Apache-2.0", "web": "https://github.com/xzeshen/bio" }, + { + "name": "buffer", + "url": "https://github.com/bung87/buffer", + "method": "git", + "tags": [ + "stream", + "buffer" + ], + "description": "buffer", + "license": "MIT", + "web": "https://github.com/bung87/buffer" + }, { "name": "notification", "url": "https://github.com/SolitudeSF/notification",