From f33ded26b26a2a8fa2921bee9bdce3b51d107923 Mon Sep 17 00:00:00 2001 From: PMunch Date: Thu, 30 Apr 2020 10:10:10 +0200 Subject: [PATCH] Add ansiparse and ansitohtml packages (#1444) --- packages.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/packages.json b/packages.json index 3c40894..de35ef5 100644 --- a/packages.json +++ b/packages.json @@ -1390,6 +1390,32 @@ "license": "MIT", "web": "https://github.com/PMunch/macroutils" }, + { + "name": "ansiparse", + "url": "https://github.com/PMunch/ansiparse", + "method": "git", + "tags": [ + "ansi", + "library", + "parsing" + ], + "description": "Library to parse ANSI escape codes", + "license": "MIT", + "web": "https://github.com/PMunch/ansiparse" + }, + { + "name": "ansitohtml", + "url": "https://github.com/PMunch/ansitohtml", + "method": "git", + "tags": [ + "ansi", + "library", + "html" + ], + "description": "Converts ANSI colour codes to HTML span tags with style tags", + "license": "MIT", + "web": "https://github.com/PMunch/ansitohtml" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim",