{
  "_from": "html-react-parser@^3.0.16",
  "_id": "html-react-parser@3.0.16",
  "_inBundle": false,
  "_integrity": "sha512-ysQZtRFPcg+McVb4B05oNWSnqM14zagpvTgGcI5e1/BvCl38YwzWzKibrbBmXeemg70olN1bAoeixo7o06G5Eg==",
  "_location": "/html-react-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "html-react-parser@^3.0.16",
    "name": "html-react-parser",
    "escapedName": "html-react-parser",
    "rawSpec": "^3.0.16",
    "saveSpec": null,
    "fetchSpec": "^3.0.16"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/html-react-parser/-/html-react-parser-3.0.16.tgz",
  "_shasum": "bdd535a7730683c6d0ec60e7493e5d7a5463c8ca",
  "_spec": "html-react-parser@^3.0.16",
  "_where": "/var/www/justnowapp",
  "author": {
    "name": "Mark",
    "email": "mark@remarkablemark.org"
  },
  "bugs": {
    "url": "https://github.com/remarkablemark/html-react-parser/issues"
  },
  "bundleDependencies": false,
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/html-react-parser"
  },
  "dependencies": {
    "domhandler": "5.0.3",
    "html-dom-parser": "3.1.7",
    "react-property": "2.0.0",
    "style-to-js": "1.1.3"
  },
  "deprecated": false,
  "description": "HTML to React parser.",
  "devDependencies": {
    "@commitlint/cli": "17.6.1",
    "@commitlint/config-conventional": "17.6.1",
    "@rollup/plugin-commonjs": "24.1.0",
    "@rollup/plugin-node-resolve": "15.0.2",
    "@size-limit/preset-big-lib": "8.1.0",
    "@types/react": "18.0.37",
    "@typescript-eslint/parser": "5.59.0",
    "benchmark": "2.1.4",
    "dtslint": "4.2.1",
    "eslint": "8.38.0",
    "eslint-plugin-prettier": "4.2.1",
    "husky": "8.0.3",
    "jest": "29.5.0",
    "jest-environment-jsdom": "29.5.0",
    "lint-staged": "13.2.1",
    "pinst": "3.0.0",
    "preact": "10.13.2",
    "prettier": "2.8.7",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "rimraf": "5.0.0",
    "rollup": "2.79.1",
    "rollup-plugin-terser": "7.0.2",
    "size-limit": "8.1.0",
    "typescript": "5.0.4"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.mjs",
      "require": "./index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "/dist",
    "/lib",
    "index.d.ts",
    "index.mjs"
  ],
  "homepage": "https://github.com/remarkablemark/html-react-parser#readme",
  "keywords": [
    "html-react-parser",
    "html",
    "react",
    "parser",
    "dom"
  ],
  "license": "MIT",
  "main": "index.js",
  "module": "index.mjs",
  "name": "html-react-parser",
  "peerDependencies": {
    "react": "0.14 || 15 || 16 || 17 || 18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remarkablemark/html-react-parser.git"
  },
  "scripts": {
    "_postinstall": "husky install",
    "benchmark": "node benchmark",
    "build": "rollup --config --failAfterWarnings",
    "clean": "rimraf dist",
    "lint": "eslint --ignore-path .gitignore --ignore-pattern /examples/ .",
    "lint:dts": "dtslint .",
    "lint:fix": "npm run lint -- --fix",
    "postpublish": "pinst --enable",
    "prepublishOnly": "pinst --disable && npm run lint && npm run lint:dts && npm run test:ci && npm run clean && npm run build",
    "size-limit": "size-limit",
    "test": "jest --coverage --testPathIgnorePatterns test/integration/",
    "test:ci": "npm test -- --ci --colors",
    "test:integration": "npm run build && jest --env=jsdom test/integration/",
    "test:module": "node --experimental-modules test/module/index.mjs",
    "test:watch": "npm test -- --watch"
  },
  "version": "3.0.16"
}
