UNPKG

@starptech/prettyhtml-formatter

Version:
71 lines (70 loc) 1.85 kB
{ "name": "@starptech/prettyhtml-formatter", "version": "0.10.0", "description": "Html formatter", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/StarpTech/prettyhtml.git" }, "scripts": { "test-api": "node test/index.js", "test-coverage": "nyc --reporter lcov ava", "test": "ava", "test-snaphots": "ava --update-snapshots" }, "files": [ "index.js", "stringify.js" ], "keywords": [ "formatter", "prettyhtml", "html5" ], "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": { "@starptech/expression-parser": "^0.10.0", "@starptech/prettyhtml-hast-to-html": "^0.10.0", "@starptech/rehype-minify-whitespace": "^0.10.0", "@starptech/rehype-webparser": "^0.10.0", "@starptech/webparser": "^0.10.0", "hast-util-is-element": "^1.0.3", "hast-util-to-string": "^1.0.2", "html-void-elements": "^1.0.4", "html-whitespace-sensitive-tag-names": "^1.0.1", "is-hidden": "^1.1.2", "prettier": "^1.18.2", "repeat-string": "^1.6.1", "to-vfile": "^6.0.0", "unified": "^7.1.0", "unist-util-find": "^1.0.1", "unist-util-is": "^2.1.3", "unist-util-visit-parents": "^2.1.2", "xtend": "^4.0.1" }, "devDependencies": { "ava": "^2.1.0", "bail": "^1.0.4", "is-hidden": "^1.1.2", "negate": "^1.0.0", "nyc": "^14.1.1", "rehype": "^8.0.0", "to-vfile": "^6.0.0" }, "nyc": { "check-coverage": true, "lines": 90, "functions": 90, "branches": 85 }, "publishConfig": { "access": "public" }, "gitHead": "c417941cf747a0c94abd2dd17eb468395195e752" }