Source: node-he Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen , Utkarsh Gupta 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.