JSPM

  • Created
  • Published
  • Downloads 50560265
  • Score
    100M100P100Q239812F
  • License MIT

HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.

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

parse5

HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.

Build Status NPM Version Downloads Downloads total

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.


Documentation

Version history

Online playground

Issue tracker