html-tags
Version:
List of standard HTML tags
51 lines (50 loc) • 897 B
JSON
{
"name": "html-tags",
"version": "5.0.0",
"description": "List of standard HTML tags",
"license": "MIT",
"repository": "sindresorhus/html-tags",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"engines": {
"node": ">=20.10"
},
"scripts": {
"test": "xo && ava",
"build": "node scripts/build.js"
},
"files": [
"index.js",
"html-tags.json",
"html-tags-void.json",
"index.d.ts",
"html-tags.d.ts",
"html-tags-void.d.ts"
],
"keywords": [
"html",
"html5",
"tags",
"elements",
"list",
"whatwg",
"w3c",
"void",
"self-closing"
],
"devDependencies": {
"ava": "^6.3.0",
"cheerio": "^1.0.0",
"xo": "^0.61.0-2"
}
}