1# List of parse5 toolset packages 2 3- [parse5](https://github.com/inikulin/parse5/tree/master/packages/parse5) - HTML parser and serializer. 4- [parse5-htmlparser2-tree-adapter](https://github.com/inikulin/parse5/tree/master/packages/parse5-htmlparser2-tree-adapter) - [htmlparser2](https://github.com/fb55/htmlparser2) tree adapter. 5- [parse5-parser-stream](https://github.com/inikulin/parse5/tree/master/packages/parse5-parser-stream) - streaming HTML parser with scripting support. 6- [parse5-plain-text-conversion-stream](https://github.com/inikulin/parse5/tree/master/packages/parse5-plain-text-conversion-stream) - stream that converts plain text files into HTML documents. 7- [parse5-sax-parser](https://github.com/inikulin/parse5/tree/master/packages/parse5-sax-parser) - streaming SAX-style HTML parser. 8- [parse5-html-rewriting-stream](https://github.com/inikulin/parse5/tree/master/packages/parse5-html-rewriting-stream) - streaming HTML rewriter. 9