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.
