File: control

package info (click to toggle)
node-htmlparser2 3.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 656 kB
  • ctags: 294
  • sloc: xml: 123; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 791 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: node-htmlparser2
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Build-Depends: debhelper (>= 8)
Standards-Version: 3.9.5
Homepage: https://github.com/fb55/htmlparser2
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-htmlparser2.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-htmlparser2.git
XS-Testsuite: autopkgtest

Package: node-htmlparser2
Architecture: all
Depends: ${misc:Depends}
 , nodejs
 , node-entities
Description: fast & forgiving HTML/XML/RSS parser
 A forgiving HTML/XML/RSS parser written in JS for NodeJS. The
 parser can handle streams (chunked data) and supports custom
 handlers for writing custom DOMs/output.