File: control

package info (click to toggle)
node-boxen 4.2.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 192 kB
  • sloc: javascript: 936; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: node-boxen
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: suman <suman@protonmail.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-ansi-align <!nocheck>
 , node-camelcase <!nocheck>
 , node-chalk <!nocheck>
 , node-cli-boxes (>= 2.0.0~) <!nocheck>
 , node-string-width <!nocheck>
 , node-tape <!nocheck>
 , node-term-size <!nocheck>
 , node-type-fest <!nocheck>
 , node-widest-line <!nocheck>
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.