File: control

package info (click to toggle)
node-xmldom 0.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,420 kB
  • sloc: xml: 39,436; javascript: 4,987; sh: 27; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 977 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
27
Source: node-xmldom
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
 , jest <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-xmldom
Vcs-Git: https://salsa.debian.org/js-team/node-xmldom.git
Homepage: https://github.com/jindw/xmldom
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-xmldom
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Description: Standard XML DOM (Level2 CORE) implementation in pure javascript
 A JavaScript implementation of W3C DOM for Node.js, Rhino and the browser.
 This implementation  is fully compatible with W3C DOM level 2.
 .
 This package allows one to use DOMParser and XMLSerializer
 interface in browser.
 .
 Node.js is an event-based server-side JavaScript engine.