UNPKG

@starptech/prettyhtml-hastscript

Version:

Hyperscript compatible DSL for creating virtual HAST trees

55 lines (54 loc) 1.19 kB
{ "name": "@starptech/prettyhtml-hastscript", "version": "0.10.0", "description": "Hyperscript compatible DSL for creating virtual HAST trees", "keywords": [ "hast", "prettyhtml", "vdom", "virtual", "dom", "hyperscript", "dsl", "html" ], "repository": { "type": "git", "url": "git+https://github.com/StarpTech/prettyhtml.git" }, "author": "Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)", "license": "MIT", "bugs": { "url": "https://github.com/StarpTech/prettyhtml/issues" }, "files": [ "index.js", "factory.js", "html.js", "svg.js" ], "dependencies": { "comma-separated-tokens": "^1.0.7", "hast-util-parse-selector": "^2.2.2", "property-information": "^5.1.0", "space-separated-tokens": "^1.1.4" }, "devDependencies": { "ava": "^1.4.1", "nyc": "^13.3.0" }, "scripts": { "test": "ava", "test-coverage": "nyc --reporter lcov ava" }, "nyc": { "check-coverage": true, "lines": 100, "functions": 100, "branches": 100 }, "publishConfig": { "access": "public" }, "gitHead": "c417941cf747a0c94abd2dd17eb468395195e752" }