File: control

package info (click to toggle)
node-columnify 1.6.0%2B~1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 29,972 kB
  • sloc: javascript: 1,169; makefile: 9
file content (35 lines) | stat: -rw-r--r-- 1,218 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
Source: node-columnify
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-babel7
 , node-strip-ansi <!nocheck>
 , node-tape <!nocheck>
 , node-wcwidth.js <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-columnify
Vcs-Git: https://salsa.debian.org/js-team/node-columnify.git
Homepage: https://github.com/timoxley/columnify
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-columnify
Architecture: all
Depends: ${misc:Depends}
 , node-strip-ansi
 , node-wcwidth.js
Provides: ${nodejs:Provides}
Description: Render data in text columns with in-column text-wrap
 Create text-based columns suitable for console output from objects or arrays
 of objects.
 .
 Columns are automatically resized to fit the content of the largest cell.
 Each cell will be padded with spaces to fill the available space and ensure
 column contents are left-aligned.
 .
 Designed to handle sensible wrapping in npm search results.
 .
 Node.js is an event-based server-side JavaScript engine.