Source: node-domhandler Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Paolo Greppi Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-domelementtype (>= 3.0.0~) , node-typescript , node-types-node Standards-Version: 4.7.4 Homepage: https://github.com/fb55/DomHandler Vcs-Git: https://salsa.debian.org/js-team/node-domhandler.git Vcs-Browser: https://salsa.debian.org/js-team/node-domhandler Package: node-domhandler Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} , node-domelementtype (>= 3.0.0~) Breaks: node-cheerio (<< 1.0.0~rc~10~) , node-htmlparser2 (<< 8~) Description: htmlparser2 handler that turns pages into a dom Node.js module that creates a DOM (Document Object Model), i.e. a tree data structure containing all nodes of a page that can be manipulated using the node-domutils library. . Node.js is an event-based server-side JavaScript engine.