tiny-html-lexer
Version:
A tiny HTML5 lexer
34 lines (33 loc) • 714 B
JSON
{
"name": "tiny-html-lexer",
"version": "1.0.0-rc.3",
"description": "A tiny HTML5 lexer",
"main": "lib/index.js",
"type": "module",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"lexer",
"chunker",
"tokenizer",
"html",
"html5",
"standard"
],
"author": "Alwin Blok",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alwinb/tiny-html-lexer.git"
},
"bugs": {
"url": "https://github.com/alwinb/tiny-html-lexer/issues"
},
"homepage": "https://github.com/alwinb/tiny-html-lexer#readme",
"dependencies": {},
"devDependencies": {}
}