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 28 29 30 31 32 33 34 35
|
Source: node-htmlparser
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>
Build-Depends:
debhelper (>= 8~)
, node-uglify
Standards-Version: 3.9.3
Homepage: https://github.com/tautologistics/node-htmlparser
Vcs-Git: git://git.debian.org/collab-maint/node-htmlparser.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/node-htmlparser.git;a=summary
Package: libjs-htmlparser
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Description: forgiving HTML/XML/RSS Parser in Javascript
HTMLParser is a forgiving HTML/XML/RSS parser written in Javascript for
both the browser and NodeJS. The parser can handle streams (chunked data)
and supports custom handlers for writing custom DOMs/output.
.
This package contains the Javascript file usable from the browser..
Package: node-htmlparser
Architecture: all
Depends:
${misc:Depends}
, nodejs
Description: forgiving HTML/XML/RSS Parser in Javascript for NodeJS
HTMLParser is a forgiving HTML/XML/RSS parser written in Javascript for
both the browser and NodeJS. The parser can handle streams (chunked data)
and supports custom handlers for writing custom DOMs/output.
.
This package contains the NodeJS module.
|