{ "_args": [ [ "html-void-elements@1.0.5", "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI" ] ], "_from": "html-void-elements@1.0.5", "_id": "html-void-elements@1.0.5", "_inBundle": false, "_integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==", "_location": "/html-void-elements", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "html-void-elements@1.0.5", "name": "html-void-elements", "escapedName": "html-void-elements", "rawSpec": "1.0.5", "saveSpec": null, "fetchSpec": "1.0.5" }, "_requiredBy": [ "/hast-util-to-html" ], "_resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz", "_spec": "1.0.5", "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" }, "bugs": { "url": "https://github.com/wooorm/html-void-elements/issues" }, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" } ], "dependencies": {}, "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.0.0", "rehype-parse": "^6.0.0", "remark-cli": "^7.0.0", "remark-preset-wooorm": "^6.0.0", "tape": "^4.0.0", "tinyify": "^2.0.0", "unified": "^8.0.0", "xo": "^0.25.0" }, "files": [ "index.json" ], "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.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", "test": "npm run format && npm run build && npm run test-api", "test-api": "node test" }, "version": "1.0.5", "xo": { "prettier": true, "esnext": false, "ignores": [ "html-void-elements.min.js" ] } }