File: control

package info (click to toggle)
node-cli-table 0.3.11%2B~cs0.13.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,036 kB
  • sloc: javascript: 7,508; makefile: 9
file content (31 lines) | stat: -rw-r--r-- 990 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
Source: node-cli-table
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon@mail.dk>
Build-Depends: debhelper
 , debhelper-compat (= 13)
 , dh-sequence-nodejs
 , jest <!nocheck>
 , node-colors <!nocheck>
 , node-object-assign <!nocheck>
 , node-should <!nocheck>
 , node-string-width <!nocheck>
 , node-tape <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-cli-table
Vcs-Git: https://salsa.debian.org/js-team/node-cli-table.git
Homepage: https://github.com/Automattic/cli-table
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-cli-table
Architecture: all
Depends: ${misc:Depends}
 , node-colors
 , node-string-width
Suggests: node-lodash
Provides: ${nodejs:Provides}
Description: Pretty unicode tables for the CLI
 This utility allows you to render unicode-aided tables on the command line
 from your node.js scripts.