From 7b913acdf90985b4f04ce40a83e43a04d9fc55ec Mon Sep 17 00:00:00 2001 From: Matt Cavalier Date: Sun, 17 Nov 2019 02:14:53 -0600 Subject: [PATCH] Added package illwill_unsafe (#1251) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8ce1980..1fb8720 100644 --- a/packages.json +++ b/packages.json @@ -15305,5 +15305,18 @@ "description": "Argument parser", "license": "MIT", "web": "https://github.com/madprops/nap" + }, + { + "name": "illwill_unsafe", + "url": "https://github.com/matthewjcavalier/illwill_unsafe", + "method": "git", + "tags": [ + "illWill_fork", + "terminal", + "ncurses" + ], + "description": "A fork of John Novak (john@johnnovak.net)'s illwill package that is less safe numbers wise", + "license": "WTFPL", + "web": "https://github.com/matthewjcavalier/illwill_unsafe" } ]