File: control

package info (click to toggle)
node-xmldom 0.1.27%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,652 kB
  • sloc: xml: 39,436; sh: 24; makefile: 10
file content (27 lines) | stat: -rw-r--r-- 888 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 (>= 11)
 , dh-buildinfo
 , nodejs (>= 6)
Standards-Version: 4.1.4
Homepage: https://github.com/jindw/xmldom
Vcs-Git: https://salsa.debian.org/js-team/node-xmldom.git
Vcs-Browser: https://salsa.debian.org/js-team/node-xmldom

Package: node-xmldom
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
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.