Source: sax.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
 Jérémy Lal <kapouer@melix.org>
Build-Depends: debhelper-compat (= 12)
 , node-tap <!nocheck>
 , nodejs
 , node-source-map
 , node-uglify
Standards-Version: 4.5.0
Homepage: https://github.com/isaacs/sax-js
Vcs-Git: https://salsa.debian.org/js-team/sax.js.git
Vcs-Browser: https://salsa.debian.org/js-team/sax.js
Rules-Requires-Root: no

Package: libjs-sax
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Description: event-based streaming XML parser - JavaScript library
 A sax-style parser for XML and HTML.
 .
 It's a very simple tool to parse through an XML string, or to create a
 streaming HTML parser.

Package: node-sax
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , libjs-sax (= ${source:Version})
Description: event-based streaming XML parser - Node.js module
 A sax-style parser for XML and HTML.
 .
 It's a very simple tool to parse through an XML string, or to create a
 streaming HTML parser.
 .
 Node.js is an event-based server-side javascript engine.
