UNPKG

parse5-ns

Version:

My non-standard fork of parse5, the HTML parser and serializer.

34 lines (33 loc) 841 B
{ "name": "parse5-ns", "type": "module", "description": "My non-standard fork of parse5, the HTML parser and serializer.", "version": "6.0.2", "author": "Ashtar Paniagua <ashtarcodes@gmail.com", "contributors": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)", "homepage": "https://github.com/inikulin/parse5", "keywords": [ "html", "parser", "html5", "fast", "html parser", "html5 parser", "htmlparser", "parse5", "serializer", "html serializer", "htmlserializer", "parse", "serialize" ], "license": "MIT", "main": "./lib/index.js", "repository": { "type": "git", "url": "git://github.com/AshtarCodes/parse5.git" }, "files": [ "lib" ] }