{
"_from": "html-void-elements@^2.0.0",
"_id": "html-void-elements@2.0.1",
"_inBundle": false,
"_integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==",
"_location": "/html-void-elements",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "html-void-elements@^2.0.0",
"name": "html-void-elements",
"escapedName": "html-void-elements",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/@wangeditor/core"
],
"_resolved": "https://registry.npmmirror.com/html-void-elements/-/html-void-elements-2.0.1.tgz",
"_shasum": "29459b8b05c200b6c5ee98743c41b979d577549f",
"_spec": "html-void-elements@^2.0.0",
"_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@wangeditor\\core",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
},
"bugs": {
"url": "https://github.com/wooorm/html-void-elements/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
}
],
"deprecated": false,
"description": "List of HTML void tag names",
"devDependencies": {
"@types/concat-stream": "^1.0.0",
"@types/node": "^16.0.0",
"@types/tape": "^4.0.0",
"bail": "^2.0.0",
"c8": "^7.0.0",
"concat-stream": "^2.0.0",
"hast-util-select": "^5.0.0",
"hast-util-to-string": "^2.0.0",
"prettier": "^2.0.0",
"rehype-parse": "^8.0.0",
"remark-cli": "^10.0.0",
"remark-preset-wooorm": "^9.0.0",
"rimraf": "^3.0.0",
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"unified": "^10.0.0",
"xo": "^0.46.0"
},
"files": [
"index.d.ts",
"index.js"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"homepage": "https://github.com/wooorm/html-void-elements#readme",
"keywords": [
"html",
"void",
"tag",
"name",
"element",
"tagname",
"w3c",
"whatwg"
],
"license": "MIT",
"main": "index.js",
"name": "html-void-elements",
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/wooorm/html-void-elements.git"
},
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"generate": "node build",
"prepublishOnly": "npm run build && npm run format",
"test": "npm run generate && npm run build && npm run format && npm run test-coverage",
"test-api": "node --conditions development test.js",
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api"
},
"sideEffects": false,
"type": "module",
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
},
"types": "index.d.ts",
"version": "2.0.1",
"xo": {
"prettier": true
}
}