Source: node-htmlescape
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-tap <!nocheck>
 , node-tape <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-htmlescape
Vcs-Git: https://salsa.debian.org/js-team/node-htmlescape.git
Homepage: https://github.com/zertosh/htmlescape
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-htmlescape
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: escape string for safe use in html
 This module escape a string to be safe for use in html particularly
 inside a script tag.
 .
 In programming languages escape sequences are used in character
 literals and string literals, to express characters which are not
 printable or clash with the syntax of characters or strings.
 .
 This module is a dependency of browserify, a tool that allows one
 to write Node.js-style modules that compile for use in the browser.
 .
 Node.js is an event-based server-side JavaScript engine.
