File: control

package info (click to toggle)
node-string-width 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 144 kB
  • ctags: 4
  • sloc: makefile: 4; sh: 2
file content (32 lines) | stat: -rw-r--r-- 1,012 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
Source: node-string-width
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs,
 mocha,
 node-strip-ansi,
 node-wcwidth.js
Standards-Version: 3.9.8
Homepage: https://github.com/sindresorhus/string-width#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-string-width.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-string-width.git

Package: node-string-width
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-wcwidth.js (>= 1.0.0)
 , node-strip-ansi (>= 3.0.0)
Description: Get the visual width of a string
 Some Unicode characters are use more or less than the normal width when
 output to the command-line.
 .
 This nodejs module gets the visual width of a string i.e. the actual
 number of columns required to display it.
 .
 Node.js is an event-based server-side JavaScript engine.