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 33 34
|
Source: node-domhandler
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, jest (>= 29) <!nocheck>
, node-domelementtype (>= 2.3.0~)
, node-htmlparser2 (>= 7.1.1~) <!nocheck>
, node-source-map
, node-types-source-map-support <!nocheck>
, node-typescript
, node-types-node
, node-types-source-map-support <!nocheck>
, ts-jest <!nocheck>
Standards-Version: 4.6.2
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
Rules-Requires-Root: no
Package: node-domhandler
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
, node-domelementtype (>= 2.3.0~)
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.
|