@starptech/prettyhtml-hast-to-html
Version:
Hast to html converter
55 lines (54 loc) • 1.4 kB
JSON
{
"name": "@starptech/prettyhtml-hast-to-html",
"version": "0.10.0",
"description": "Hast to html converter",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/StarpTech/prettyhtml.git"
},
"scripts": {
"test": "ava",
"test-coverage": "nyc --reporter lcov ava"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"prettyhtml",
"formatter",
"html5",
"stringify"
],
"author": "Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)",
"license": "MIT",
"bugs": {
"url": "https://github.com/StarpTech/prettyhtml/issues"
},
"homepage": "https://github.com/StarpTech/prettyhtml#readme",
"dependencies": {
"ccount": "^1.0.4",
"comma-separated-tokens": "^1.0.7",
"hast-util-is-element": "^1.0.3",
"hast-util-whitespace": "^1.0.3",
"html-void-elements": "^1.0.4",
"html-whitespace-sensitive-tag-names": "^1.0.1",
"property-information": "^5.1.0",
"repeat-string": "^1.6.1",
"space-separated-tokens": "^1.1.4",
"stringify-entities": "^2.0.0",
"unist-util-is": "^2.1.3",
"xtend": "^4.0.1"
},
"devDependencies": {
"@starptech/prettyhtml-hastscript": "^0.10.0",
"ava": "^2.1.0",
"nyc": "^14.1.1",
"unist-builder": "^1.0.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "c417941cf747a0c94abd2dd17eb468395195e752"
}