Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inikulin/parse5
HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.
https://github.com/inikulin/parse5
html html-parsing html5 parser serialization serializer whatwg
Last synced: 7 days ago
JSON representation
HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.
- Host: GitHub
- URL: https://github.com/inikulin/parse5
- Owner: inikulin
- License: mit
- Created: 2013-03-18T19:46:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T03:59:57.000Z (6 months ago)
- Last Synced: 2024-05-23T02:07:08.804Z (6 months ago)
- Topics: html, html-parsing, html5, parser, serialization, serializer, whatwg
- Language: TypeScript
- Homepage:
- Size: 9.37 MB
- Stars: 3,564
- Watchers: 45
- Forks: 230
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-nodejs-cn - parse5 - 快速全功能规范兼容的 HTML 解析器 (包 / 解析)
- awesome-nodejs - parse5 - HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant. ![](https://img.shields.io/github/stars/inikulin/parse5.svg?style=social&label=Star) (Repository / Parsing)
- awesome-nodejs-cn - parse5 - **star:3584** 快速功能齐全的符合规范的HTML解析器 ![star > 2000][Awesome] (包 / 解析)
- awesome-nodejs - parse5 - 用于 Node.js 的 HTML 解析/序列化工具集。 WHATWG HTML 标准(又名 HTML5)兼容。 ![](https://img.shields.io/github/stars/inikulin/parse5.svg?style=social&label=Star) (GIT 仓库 / 解析工具)
- awesome-list - parse5 - compliant. | inikulin | 2706 | (JavaScript)
- awesome-nodejs - parse5 - Fast full-featured spec compliant HTML parser. (Packages / Parsing)
- awesome-nodejs - parse5 - HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant. - ★ 1909 (Parsing)
- awesome-node - parse5 - Fast full-featured spec compliant HTML parser. (Packages / Parsing)
- awesome-nodejs-cn - parse5 - 快速全功能规范兼容的HTML解析器. (目录 / 解析工具)
- awesome - inikulin/parse5 - HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant. (TypeScript)
README
HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.
parse5 provides nearly everything you may need when dealing with HTML. It's the fastest spec-compliant HTML parser
for Node to date. It parses HTML the way the latest version of your browser does. It has proven itself reliable in such projects
as jsdom, Angular,
Lit, Cheerio,
rehype and many more.---