Source: node-sanitize-html
Maintainer: Debian Javascript Maintainers
Uploaders: Roland Mas
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, mocha
, node-deepmerge
, node-escape-string-regexp
, node-htmlparser2
, node-is-plain-object
, node-parse-srcset
, node-postcss
, node-sinon
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-sanitize-html
Vcs-Git: https://salsa.debian.org/js-team/node-sanitize-html.git
Homepage: https://github.com/apostrophecms/sanitize-html
Rules-Requires-Root: no
Package: node-sanitize-html
Architecture: all
Depends: ${misc:Depends}
, node-deepmerge
, node-escape-string-regexp (>= 4.0.0)
, node-htmlparser2 (>= 6.0.0)
, node-is-plain-object (>= 5.0.0)
, node-parse-srcset
, node-postcss (>= 8.3.11)
Provides: ${nodejs:Provides}
Description: HTML sanitizer for Node.js
Clean up user-submitted HTML, preserving allowlisted elements and
allowlisted attributes on a per-element basis.
.
Node.js is an event-based server-side JavaScript engine.