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.
|