node-string-width 2.0.0-1 source package in Ubuntu

Changelog

node-string-width (2.0.0-1) unstable; urgency=low

  * Initial release (Closes: #845240, #842191)
  * Add a patch to use mocha as test runner rather than ava and to
    skip the xo style linter test step.
  * Patch it to replace the dependency on is-fullwidth-code-point with
    node-wcwidth.js.
  * Add tests for zero-width non-joiners (ZWNJ) and zero-width joiners
    (ZWJ) Unicode codepoints.

 -- Paolo Greppi <email address hidden>  Tue, 22 Nov 2016 11:01:22 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-string-width_2.0.0-1.dsc 2.1 KiB e1914f7adb7d1b5a529067374a999751c34de14ecf6810ea06f3ba5d840e2bb8
node-string-width_2.0.0.orig.tar.gz 2.6 KiB 9e70807077b89b89311e288d8581aad066296b819d9bb8cbd29779c6c847e32a
node-string-width_2.0.0-1.debian.tar.xz 3.9 KiB c5b0530b3091529ca9ee6593fedbcc62c8080e2384ae5828b421ff754924a23f

No changes file available.

Binary packages built by this source

node-string-width: 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.