Source: node-terminal-columns
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 esbuild,
 jest <!nocheck>,
 node-es-jest <!nocheck>,
 node-string-width,
 node-typescript,
 node-wrap-ansi,
Standards-Version: 4.7.4
Homepage: https://github.com/privatenumber/terminal-columns
Vcs-Git: https://salsa.debian.org/js-team/node-terminal-columns.git
Vcs-Browser: https://salsa.debian.org/js-team/node-terminal-columns

Package: node-terminal-columns
Architecture: all
Depends:
 ${misc:Depends},
Description: Render readable & responsive tables in the terminal from Node.js
 Creates readable & responsive tables in the terminal from Node.js.
 Features:
 .
  - Content wrapped to fit column width
  - Column widths auto, content-width, viewport percents & static values
  - Align left & right
  - Horizontal & vertical padding
  - Rows can overflow into multiple rows
  - Easy to make responsive tables
 .
 Node.js is an event-based server-side JavaScript engine.
