Skip to content
Commits on Source (2)
......@@ -18,9 +18,9 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
Description: This is a library for doing things like color and cursor positioning
This is a subset of both ansi and vt100.
All control codes included work on both Windows & Unix-like OSes,
except where noted.
Description: cross-platform tested terminal/console command strings
This is a library for doing things like color and cursor positioning. This is
a subset of both ansi and vt100. All control codes included work on both
Windows & Unix-like OSes, except where noted.
.
Node.js is an event-based server-side JavaScript engine.
Tests: require
Depends: node-console-control-strings
Test-Command: tap test/*.js
Depends: @, node-tap