@grammar/html
Version:
HTML grammar.
39 lines (38 loc) • 852 B
JSON
{
"name": "@grammar/html",
"version": "0.7.10",
"description": "HTML grammar.",
"keywords": [
"html",
"html5",
"grammar",
"parser-combinator",
"typsecript"
],
"author": "Fumio Furukawa <fumio@jumilla.me>",
"license": "MIT",
"main": "modules/grammar-html.mjs",
"types": "modules/grammar-html.d.ts",
"files": [
"modules/grammar-html.*"
],
"engines": {
"node": ">=14"
},
"dependencies": {
"@grammar/css": "^0.7.10",
"@grammar/es": "^0.7.10",
"@spellu/engine": "^0.7.6",
"esmodule-setup": "^1.1.1"
},
"scripts": {
"postinstall": "yarn esm-setup copy --force",
"module": "yarn esm-setup",
"build": "yarn esmc"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "9c7d66745063c91450affb9e5ed40c58a6c28b21"
}