node-he 1.2.0-4 source package in Ubuntu

Changelog

node-he (1.2.0-4) unstable; urgency=medium

  * Team upload
  * Disable autobuild (Closes: #1005487)

 -- Yadd <email address hidden>  Sat, 02 Jul 2022 11:31:00 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-he_1.2.0-4.dsc 2.0 KiB 761289ec3c69a23db66fe33a06f02f2a6faa90263cf0dd640b13251fed6e6097
node-he_1.2.0.orig.tar.gz 147.6 KiB 30d0d4f89f29edbd6d21e69d73a2033a1f2029959ab2d3fea40199a790f3d68a
node-he_1.2.0-4.debian.tar.xz 64.1 KiB 5088a331c12fdde9a276734f24e7fe1ee5cac8c645f4638dfc32707d1862a0ae

Available diffs

No changes file available.

Binary packages built by this source

node-he: robust HTML entities encoder/decoder with full Unicode support

 _he_ (for “HTML entities”) is a robust HTML entity encoder/decoder written in
 JavaScript.
 .
 It supports all standardized named character references as per HTML, handles
 ambiguous ampersands and other edge cases just like a browser would, has an
 extensive test suite, and — contrary to many other JavaScript solutions — _he_
 handles astral Unicode symbols just fine.
 .
 Node.js is an event-based server-side JavaScript engine.