Update packages.json (#2223)

This commit is contained in:
Zach Oakes 2022-05-06 16:02:19 +02:00 committed by GitHub
parent 390f740377
commit 2a3b787381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22837,6 +22837,39 @@
"description": "Client and server database and networking utils",
"license": "Public Domain"
},
{
"name": "nimwave",
"url": "https://github.com/ansiwave/nimwave",
"method": "git",
"tags": [
"tui",
"terminal"
],
"description": "A TUI -> GUI library",
"license": "Public Domain"
},
{
"name": "illwave",
"url": "https://github.com/ansiwave/illwave",
"method": "git",
"tags": [
"tui",
"terminal"
],
"description": "A cross-platform terminal UI library",
"license": "WTFPL"
},
{
"name": "ansiutils",
"url": "https://github.com/ansiwave/ansiutils",
"method": "git",
"tags": [
"ansi",
"cp437"
],
"description": "Utilities for parsing CP437 and ANSI escape codes",
"license": "Public Domain"
},
{
"name": "minecraft_server_status",
"url": "https://github.com/GabrielLasso/minecraft_server_status",