{
"_args": [
[
"hast-util-to-html@4.0.1",
"D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
]
],
"_from": "hast-util-to-html@4.0.1",
"_id": "hast-util-to-html@4.0.1",
"_inBundle": false,
"_integrity": "sha512-2emzwyf0xEsc4TBIPmDJmBttIw8R4SXAJiJZoiRR/s47ODYWgOqNoDbf2SJAbMbfNdFWMiCSOrI3OVnX6Qq2Mg==",
"_location": "/hast-util-to-html",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "hast-util-to-html@4.0.1",
"name": "hast-util-to-html",
"escapedName": "hast-util-to-html",
"rawSpec": "4.0.1",
"saveSpec": null,
"fetchSpec": "4.0.1"
},
"_requiredBy": [
"/remark-html"
],
"_resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-4.0.1.tgz",
"_spec": "4.0.1",
"_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
},
"bugs": {
"url": "https://github.com/syntax-tree/hast-util-to-html/issues"
},
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
}
],
"dependencies": {
"ccount": "^1.0.0",
"comma-separated-tokens": "^1.0.1",
"hast-util-is-element": "^1.0.0",
"hast-util-whitespace": "^1.0.0",
"html-void-elements": "^1.0.0",
"property-information": "^4.0.0",
"space-separated-tokens": "^1.0.0",
"stringify-entities": "^1.0.1",
"unist-util-is": "^2.0.0",
"xtend": "^4.0.1"
},
"description": "Transform HAST to HTML",
"devDependencies": {
"browserify": "^16.0.0",
"hastscript": "^4.0.0",
"nyc": "^12.0.0",
"prettier": "^1.13.5",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"tinyify": "^2.4.3",
"unist-builder": "^1.0.1",
"xo": "^0.21.0"
},
"files": [
"lib",
"index.js"
],
"homepage": "https://github.com/syntax-tree/hast-util-to-html#readme",
"keywords": [
"hast",
"util",
"html"
],
"license": "MIT",
"name": "hast-util-to-html",
"nyc": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100
},
"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/syntax-tree/hast-util-to-html.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify index.js -s hastUtilToHTML > hast-util-to-html.js",
"build-mangle": "browserify index.js -p tinyify -s hastUtilToHTML > hast-util-to-html.min.js",
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"test": "npm run format && npm run build && npm run test-coverage",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test"
},
"version": "4.0.1",
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"guard-for-in": "off",
"eqeqeq": "off",
"no-eq-null": "off"
},
"ignores": [
"hast-util-to-html.js"
]
}
}