node-lex-parser
parser for lexical grammars used by jison and jison-lex
See /usr/share/doc/node-lex-parser/README.md for documentation
node-levn
Light ECMAScript (JavaScript) Value Notation
Levn is a library which allows you to parse a string into a JavaScript value
based on an expected type. It is meant for short amounts of human entered data
(eg. config files, command line arguments).
libcolor-ansi-util-perl
routines for dealing with ANSI colors
Color::ANSI::Util provides routines for dealing with ANSI colors. The two
main functions are ansifg and ansibg. With those functions, you can specify
colors in RGB and let it output the correct ANSI color escape code according
to the color depth support of the terminal (whether 16-color, 256-color, or
24bit). There are other functions to convert RGB to ANSI in specific color
depths, or reverse functions to convert from ANSI to RGB codes.
python3-recommonmark
CommonMark utility for Docutils and Sphinx projects -- Python 3
The recommonmark Python module allows ones to write CommonMark inside of
Docutils and Sphinx projects.
klibc-utils
small utilities built with klibc for early boot
This package contains a collection of programs that are linked
against klibc. These duplicate some of the functionality of a
regular Linux toolset, but are typically much smaller than their
full-function counterparts. They are intended for inclusion in
initramfs images and embedded systems.
node-estraverse
ECMAScript JS AST traversal functions
Estraverse is ECMAScript traversal functions from esmangle project
(http://github.com/estools/esmangle).