File: control

package info (click to toggle)
node-widest-line 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,019 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
Source: node-widest-line
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Tushar Agey <agey.tushar3@gmail.com>
Build-Depends: debhelper-compat (= 12)
 , node-string-width <!nocheck>
 , node-tape <!nocheck>
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-widest-line
Vcs-Git: https://salsa.debian.org/js-team/node-widest-line.git
Homepage: https://github.com/sindresorhus/widest-line
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-widest-line
Architecture: all
Depends: ${misc:Depends}
 , node-string-width
 , nodejs
Description: Get the visual width of the widest line in a string -
 the number of columns required to display it
 Some Unicode characters are fullwidth and use double the normal width
 This script helps to know the maximum width a string will take up in
 the terminal.
 .
 Node.js is an event-based server-side JavaScript engine.