is-self-closing
Version:
Returns true if the given name is a HTML void element or common SVG self-closing element.
66 lines (65 loc) • 1.25 kB
JSON
{
"name": "is-self-closing",
"description": "Returns true if the given name is a HTML void element or common SVG self-closing element.",
"version": "1.0.1",
"homepage": "https://github.com/jonschlinkert/is-self-closing",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/is-self-closing",
"bugs": {
"url": "https://github.com/jonschlinkert/is-self-closing/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.2.0"
},
"keywords": [
"closing",
"element",
"elements",
"html",
"is",
"self",
"self-closing",
"svg",
"tag",
"tags",
"void",
"xml"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"breakdance",
"html-tag",
"html-toc",
"remarkable",
"self-closing-tags"
]
},
"lint": {
"reflinks": true
}
}
}