#817849 RFP: node-blessed -- A high-level terminal interface library for node.js

#817849#5
Date:
2016-03-10 22:12:31 UTC
From:
To:
* Package name    : node-blessed
  Version         : 0.1.81
  Upstream Author : Christopher Jeffrey
* URL             : https://github.com/chjj/blessed
* License         : Expat
  Programming Lang: JavaScript
  Description     : A high-level terminal interface library for node.js.

 This interface have two goals:
 * Reimplement ncurses entirely by parsing and compiling terminfo and
   termcap, and exposing a Program object which can output escape sequences
   compatible with any terminal.
 * Implement a widget API which is heavily optimized for terminals.

 Node.js is an event-based server-side JavaScript engine.