node-string-width 4.2.3+~cs13.2.3-1 source package in Ubuntu

Changelog

node-string-width (4.2.3+~cs13.2.3-1) unstable; urgency=medium

  * Team upload
  * Remove node-is-fullwidth-code-point constraint
  * Drop fix-for-is-fullwidth-code-point-4.patch
    + Temporary require node-slice-ansi > 5.0.0+~cs9.0.0-2~
  * Embed typescript declarations and repack
  * Fix copyright

 -- Yadd <email address hidden>  Mon, 14 Feb 2022 12:02:46 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-string-width_4.2.3+~cs13.2.3-1.dsc 2.9 KiB a620e2a8d4b1aec4c10e3f024a2fa560e67aa9f097054e8a3a4beed6966ea011
node-string-width_4.2.3+~cs13.2.3.orig-emoji-regex.tar.gz 16.0 KiB 1f8dde318be7e7e38398fe043f9cf8c4dbb3cad92973aea4a06fbff1e5f4f244
node-string-width_4.2.3+~cs13.2.3.orig-types-string-width.tar.gz 1.1 KiB c4f658db1cec4aa23dc11e95c5f88341527c6e1f936a321e68fa51a4eed2a814
node-string-width_4.2.3+~cs13.2.3.orig.tar.gz 3.7 KiB 3cd0d3cb5f500ccffd73dd0c0779d86319b5aeb230adad0e106a41c40b572980
node-string-width_4.2.3+~cs13.2.3-1.debian.tar.xz 4.3 KiB 14d3a997930c79e25f5f26f70b19a4e8e06ddad7dd223c8dfd90f989dc74b49a

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.