{
  "name": "html-parse-stringify-multiline",
  "description": "Parses well-formed HTML (meaning all tags closed) into an AST and back. quickly.",
  "version": "3.0.18",
  "author": "Henrik Joreteg <henrik@joreteg.com>",
  "bugs": {
    "url": "https://github.com/henrikjoreteg/html-parse-stringify/issues"
  },
  "dependencies": {
    "void-elements": "3.1.0"
  },
  "homepage": "https://github.com/henrikjoreteg/html-parse-stringify",
  "keywords": [
    "ast",
    "html",
    "parse",
    "stringify"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/henrikjoreteg/html-parse-stringify"
  },
  "scripts": {
  }
}
