JSPM

  • Created
  • Published
  • Downloads 50284147
  • Score
    100M100P100Q233966F
  • License MIT

WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js

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

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

WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js

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

Online playground

Issue tracker