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-string-width
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-slice-ansi (>= 5.0.0+~cs9.0.0-2~) <!nocheck>
, node-is-fullwidth-code-point <!nocheck>
, 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-string-width
Vcs-Git: https://salsa.debian.org/js-team/node-string-width.git
Homepage: https://github.com/sindresorhus/string-width
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-string-width
Architecture: all
Depends: ${misc:Depends}
, node-slice-ansi (>= 5.0.0+~cs9.0.0-2~)
, node-is-fullwidth-code-point
, node-strip-ansi
, node-wcwidth.js
Provides: ${nodejs:Provides}
Description: Get the visual width of a string
Some Unicode characters 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.
|