{
  "name": "hast-util-raw",
  "version": "7.2.3",
  "description": "hast utility to reparse a tree",
  "license": "MIT",
  "keywords": [
    "unist",
    "hast",
    "hast-util",
    "util",
    "utility",
    "parse",
    "raw",
    "html"
  ],
  "repository": "syntax-tree/hast-util-raw",
  "bugs": "https://github.com/syntax-tree/hast-util-raw/issues",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
  "contributors": [
    "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
    "Christian Murphy <christian.murphy.42@gmail.com>"
  ],
  "sideEffects": false,
  "type": "module",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "lib/",
    "complex-types.d.ts",
    "index.d.ts",
    "index.js"
  ],
  "dependencies": {
    "@types/hast": "^2.0.0",
    "@types/parse5": "^6.0.0",
    "hast-util-from-parse5": "^7.0.0",
    "hast-util-to-parse5": "^7.0.0",
    "html-void-elements": "^2.0.0",
    "parse5": "^6.0.0",
    "unist-util-position": "^4.0.0",
    "unist-util-visit": "^4.0.0",
    "vfile": "^5.0.0",
    "web-namespaces": "^2.0.0",
    "zwitch": "^2.0.0"
  },
  "devDependencies": {
    "@types/tape": "^4.0.0",
    "c8": "^7.0.0",
    "hastscript": "^7.0.0",
    "prettier": "^2.0.0",
    "rehype-stringify": "^9.0.0",
    "remark-cli": "^11.0.0",
    "remark-parse": "^10.0.0",
    "remark-preset-wooorm": "^9.0.0",
    "remark-rehype": "^10.0.0",
    "rimraf": "^3.0.0",
    "tape": "^5.0.0",
    "type-coverage": "^2.0.0",
    "typescript": "^4.0.0",
    "unified": "^10.0.0",
    "unist-builder": "^3.0.0",
    "xo": "^0.52.0"
  },
  "scripts": {
    "prepack": "npm run build && npm run format",
    "build": "rimraf \"lib/**/*.d.ts\" \"{index,test}.d.ts\" && tsc && type-coverage",
    "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
    "test-api": "node test.js",
    "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js",
    "test": "npm run build && npm run format && npm run test-coverage"
  },
  "prettier": {
    "tabWidth": 2,
    "useTabs": false,
    "singleQuote": true,
    "bracketSpacing": false,
    "semi": false,
    "trailingComma": "none"
  },
  "xo": {
    "prettier": true
  },
  "remarkConfig": {
    "plugins": [
      "preset-wooorm"
    ]
  },
  "typeCoverage": {
    "atLeast": 100,
    "detail": true,
    "strict": true
  }
}
