Files
30-seconds-of-code/node_modules/html-void-elements/package.json
2019-08-20 15:52:05 +02:00

113 lines
3.0 KiB
JSON

{
"_from": "html-void-elements@^1.0.1",
"_id": "html-void-elements@1.0.4",
"_inBundle": false,
"_integrity": "sha512-yMk3naGPLrfvUV9TdDbuYXngh/TpHbA6TrOw3HL9kS8yhwx7i309BReNg7CbAJXGE+UMJ6je5OqJ7lC63o6YuQ==",
"_location": "/html-void-elements",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "html-void-elements@^1.0.1",
"name": "html-void-elements",
"escapedName": "html-void-elements",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/hast-util-raw",
"/hast-util-to-html"
],
"_resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.4.tgz",
"_shasum": "95e8bb5ecd6b88766569c2645f2b5f1591db9ba5",
"_spec": "html-void-elements@^1.0.1",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/hast-util-raw",
"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"
}
],
"dependencies": {},
"deprecated": false,
"description": "List of known void HTML elements",
"devDependencies": {
"bail": "^1.0.0",
"browserify": "^16.0.0",
"concat-stream": "^2.0.0",
"hast-util-select": "^3.0.0",
"hast-util-to-string": "^1.0.0",
"prettier": "^1.12.0",
"rehype-parse": "^6.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"tinyify": "^2.5.0",
"unified": "^7.0.0",
"xo": "^0.24.0"
},
"files": [
"index.json"
],
"homepage": "https://github.com/wooorm/html-void-elements#readme",
"keywords": [
"html",
"void",
"tag",
"name",
"element",
"tagname",
"w3c",
"whatwg"
],
"license": "MIT",
"main": "index.json",
"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": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify . -s htmlVoidElements > html-void-elements.js",
"build-mangle": "browserify . -s htmlVoidElements -p tinyify > html-void-elements.min.js",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"generate": "node build",
"lint": "xo",
"test": "npm run generate && npm run format && npm run build && npm run test-api",
"test-api": "node test.js"
},
"version": "1.0.4",
"xo": {
"prettier": true,
"esnext": false,
"ignores": [
"html-void-elements.min.js"
]
}
}