Earlier quoted context omitted.
> What exactly does colors do? A picture is worth a thousand words → https://i.imgur.com/inxA7Pg.png The library inserts ANSI escape sequences [1] between the text you want to colorize in order to, well, colorize it ¯\_(ツ)_/¯ Many people are obsessed with colors in the Terminal, and so, they reach out to libraries like this. They exist in every major programming language ecosystem, even though colorizing text is as s…
Why wouldn't everyone roll their own solution? Doesn't seem to be a huge thing to me, but I could be wrong...
Laziness; and people’s infatuation for dependency trees, especially those in the Node.js & JavaScript ecosystems.