Source: sax.js Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Jérémy Lal Build-Depends: debhelper (>= 11~) , node-tap , nodejs , node-source-map , node-uglify Standards-Version: 4.1.4 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 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.