Package Exports
- parse5
- parse5/lib
- parse5/lib/common/doctype
- parse5/lib/common/html
- parse5/lib/common/unicode
- parse5/lib/parser
- parse5/lib/parser/open_element_stack
- parse5/lib/sax
- parse5/lib/serializer
- parse5/lib/serializer/index
- parse5/lib/tokenizer
- parse5/lib/tokenizer/index.js
- parse5/lib/utils/mixin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (parse5) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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, Angular2, Polymer and many more.