Source: node-boxen Maintainer: Debian Javascript Maintainers Uploaders: suman Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-ansi-align , node-camelcase , node-chalk , node-cli-boxes (>= 2.0.0~) , node-string-width , node-tape , node-term-size , node-type-fest , node-widest-line Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-boxen Vcs-Git: https://salsa.debian.org/js-team/node-boxen.git Homepage: https://github.com/sindresorhus/boxen#readme Rules-Requires-Root: no Package: node-boxen Architecture: all Depends: ${misc:Depends} , node-ansi-align , node-camelcase , node-chalk , node-cli-boxes (>= 2.0.0~) , node-string-width , node-term-size , node-type-fest , node-widest-line Description: Create boxes in the terminal Boxen can be used to create boxes in terminal. For example, single box ┌───┐ │foo│ └───┘ . Node.js is an event-based server-side JavaScript engine.