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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
Source: node-parse5
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, jest <!nocheck>
, node-domhandler
, node-entities
, node-typescript
, ts-jest <!nocheck>
, dh-nodejs
Standards-Version: 4.7.0
Homepage: https://github.com/inikulin/parse5
Vcs-Git: https://salsa.debian.org/js-team/node-parse5.git
Vcs-Browser: https://salsa.debian.org/js-team/node-parse5
Rules-Requires-Root: no
Package: node-parse5
Architecture: all
Depends: ${misc:Depends}
, node-entities (>= 4.3.0)
Breaks: node-jsdom (<< 20.0.0+repack1~)
Replaces: node-jsdom (<< 20.0.0+repack1~)
Multi-Arch: foreign
Description: HTML parser and serializer for Node.js
Parse5 provides nearly everything needed when dealing with HTML. It's the
fastest spec-compliant HTML parser for Node.js to date. It parses HTML the
way the latest version of browsers does. It has proven itself reliable in
such projects as jsdom, Angular, Lit, Cheerio, rehype and many more.
.
This package provides a HTML parser and serializer.
Package: node-parse5-htmlparser2-tree-adapter
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
, node-domhandler
, node-parse5
Breaks: node-jsdom (<< 20.0.0+repack1~)
, node-cheerio (<< 1.0.0~rc~10+repack-1~)
Replaces: node-jsdom (<< 20.0.0+repack1~)
, node-cheerio (<< 1.0.0~rc~10+repack-1~)
Description: node-htmlparser2 tree adapter
Parse5 provides nearly everything needed when dealing with HTML. It's the
fastest spec-compliant HTML parser for Node.js to date. It parses HTML the
way the latest version of browsers does. It has proven itself reliable in
such projects as jsdom, Angular, Lit, Cheerio, rehype and many more.
.
This package provides the node-htmlparser2 tree adapter.
Package: node-parse5-html-rewriting-stream
Architecture: all
Depends: ${misc:Depends}
, node-entities (>= 4.3.0)
, node-parse5
, node-parse5-sax-parser
Breaks: node-jsdom (<< 20.0.0+repack1~)
Replaces: node-jsdom (<< 20.0.0+repack1~)
Description: Streaming HTML rewriter for Node.js
Parse5 provides nearly everything needed when dealing with HTML. It's the
fastest spec-compliant HTML parser for Node.js to date. It parses HTML the
way the latest version of browsers does. It has proven itself reliable in
such projects as jsdom, Angular, Lit, Cheerio, rehype and many more.
.
This package provides a streaming HTML rewriter.
Package: node-parse5-parser-stream
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
, node-parse5
Breaks: node-jsdom (<< 20.0.0+repack1~)
Replaces: node-jsdom (<< 20.0.0+repack1~)
Description: Streaming HTML parser with scripting support for Node.js
Parse5 provides nearly everything needed when dealing with HTML. It's the
fastest spec-compliant HTML parser for Node.js to date. It parses HTML the
way the latest version of browsers does. It has proven itself reliable in
such projects as jsdom, Angular, Lit, Cheerio, rehype and many more.
.
This package provides a streaming HTML parser with scripting support.
Package: node-parse5-plain-text-conversion-stream
Architecture: all
Depends: ${misc:Depends}
, node-parse5
, node-parse5-parser-stream
Breaks: node-jsdom (<< 20.0.0+repack1~)
Replaces: node-jsdom (<< 20.0.0+repack1~)
Description: Stream that converts plain text files into HTML documents for Node.js
Parse5 provides nearly everything needed when dealing with HTML. It's the
fastest spec-compliant HTML parser for Node.js to date. It parses HTML the
way the latest version of browsers does. It has proven itself reliable in
such projects as jsdom, Angular, Lit, Cheerio, rehype and many more.
.
This package provides a stream that converts plain text files into HTML
documents.
Package: node-parse5-sax-parser
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
, node-parse5
Breaks: node-jsdom (<< 20.0.0+repack1~)
Replaces: node-jsdom (<< 20.0.0+repack1~)
Description: Streaming SAX-style HTML parser for Node.js
Parse5 provides nearly everything needed when dealing with HTML. It's the
fastest spec-compliant HTML parser for Node.js to date. It parses HTML the
way the latest version of browsers does. It has proven itself reliable in
such projects as jsdom, Angular, Lit, Cheerio, rehype and many more.
.
This package provides a streaming SAX-style HTML parser.
|