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-he
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
Utkarsh Gupta <guptautkarsh2102@gmail.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 12),
nodejs,
libjs-qunit,
pkg-js-tools (>= 0.9.8~)
Standards-Version: 4.4.0
Homepage: https://github.com/mathiasbynens/he
Vcs-Git: https://salsa.debian.org/js-team/node-he.git
Vcs-Browser: https://salsa.debian.org/js-team/node-he
Package: node-he
Architecture: all
Depends:
${misc:Depends},
nodejs
Description: 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.
|