File: control

package info (click to toggle)
node-min-document 2.19.0%2B~cs2.20.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: javascript: 1,164; ml: 133; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 913 bytes parent folder | download
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
Source: node-min-document
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
 , Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-tape <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-min-document
Vcs-Git: https://salsa.debian.org/js-team/node-min-document.git
Homepage: https://github.com/Raynos/min-document
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-min-document
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Description: Node.js library to provide a minimal DOM implementation
 node-min-document provides a minimal DOM implementation that makes it a
 lite alternative to node-jsdom.
 .
 It includes dom-walk that permits one to browse DOM.