{
"_args": [
[
"remark-html@8.0.0",
"D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
]
],
"_from": "remark-html@8.0.0",
"_id": "remark-html@8.0.0",
"_inBundle": false,
"_integrity": "sha512-3V2391GL3hxKhrkzYOyfPpxJ6taIKLCfuLVqumeWQOk3H9nTtSQ8St8kMYkBVIEAquXN1chT83qJ/2lAW+dpEg==",
"_location": "/remark-html",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "remark-html@8.0.0",
"name": "remark-html",
"escapedName": "remark-html",
"rawSpec": "8.0.0",
"saveSpec": null,
"fetchSpec": "8.0.0"
},
"_requiredBy": [
"/documentation"
],
"_resolved": "https://registry.npmjs.org/remark-html/-/remark-html-8.0.0.tgz",
"_spec": "8.0.0",
"_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/remarkjs/remark-html/issues"
},
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
},
{
"name": "Ben Briggs",
"email": "beneb.info@gmail.com"
},
{
"name": "Seth Vincent",
"email": "sethvincent@gmail.com"
},
{
"name": "Junyoung Choi",
"email": "fluke8259@gmail.com"
},
{
"name": "Jonathan Soeder",
"email": "jonathan.soeder@gmail.com"
}
],
"dependencies": {
"hast-util-sanitize": "^1.0.0",
"hast-util-to-html": "^4.0.0",
"mdast-util-to-hast": "^3.0.0",
"xtend": "^4.0.1"
},
"description": "Compile Markdown to HTML with remark",
"devDependencies": {
"browserify": "^16.0.0",
"commonmark.json": "^0.27.0",
"is-hidden": "^1.0.1",
"nyc": "^12.0.0",
"prettier": "^1.14.2",
"remark": "^9.0.0",
"remark-cli": "^5.0.0",
"remark-github": "^7.0.0",
"remark-preset-wooorm": "^4.0.0",
"remark-toc": "^5.0.0",
"tape": "^4.0.0",
"to-vfile": "^5.0.0",
"xo": "^0.22.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/remarkjs/remark-html#readme",
"keywords": [
"markdown",
"html",
"stringify",
"compile",
"remark"
],
"license": "MIT",
"name": "remark-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/remarkjs/remark-html.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify . -s remarkHtml > remark-html.js",
"build-mangle": "browserify . -s remarkHtml -p tinyify > remark-html.js",
"format": "remark *..md -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/index.js"
},
"version": "8.0.0",
"xo": {
"prettier": true,
"esnext": false,
"ignores": [
"remark-html.js"
]
}
}