{
  "_args": [
    [
      "html-to-text@9.0.5",
      "/var/www/html/sprbackend"
    ]
  ],
  "_from": "html-to-text@9.0.5",
  "_id": "html-to-text@9.0.5",
  "_inBundle": false,
  "_integrity": "sha512-qY60FjREgVZL03vJU6IfMV4GDjGBIoOyvuFdpBDIX9yTlDw0TjxVBQp+P8NvpdIXNJvfWBTNul7fsAQJq2FNpg==",
  "_location": "/html-to-text",
  "_phantomChildren": {
    "domelementtype": "2.3.0",
    "domhandler": "5.0.3",
    "domutils": "3.1.0",
    "entities": "4.5.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "html-to-text@9.0.5",
    "name": "html-to-text",
    "escapedName": "html-to-text",
    "rawSpec": "9.0.5",
    "saveSpec": null,
    "fetchSpec": "9.0.5"
  },
  "_requiredBy": [
    "/mailparser"
  ],
  "_resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-9.0.5.tgz",
  "_spec": "9.0.5",
  "_where": "/var/www/html/sprbackend",
  "author": {
    "name": "Malte Legenhausen",
    "email": "legenhausen@werk85.de"
  },
  "bugs": {
    "url": "https://github.com/html-to-text/node-html-to-text/issues"
  },
  "contributors": [
    {
      "name": "KillyMXI",
      "email": "killy@mxii.eu.org"
    }
  ],
  "dependencies": {
    "@selderee/plugin-htmlparser2": "^0.11.0",
    "deepmerge": "^4.3.1",
    "dom-serializer": "^2.0.0",
    "htmlparser2": "^8.0.2",
    "selderee": "^0.11.0"
  },
  "description": "Advanced html to plain text converter",
  "engines": {
    "node": ">=14"
  },
  "exports": {
    "import": "./lib/html-to-text.mjs",
    "require": "./lib/html-to-text.cjs"
  },
  "files": [
    "lib",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/html-to-text/node-html-to-text",
  "keywords": [
    "html",
    "node",
    "text",
    "mail",
    "plain",
    "converter"
  ],
  "license": "MIT",
  "main": "./lib/html-to-text.cjs",
  "mocha": {
    "node-option": [
      "experimental-specifier-resolution=node"
    ]
  },
  "module": "./lib/html-to-text.mjs",
  "name": "html-to-text",
  "repository": {
    "type": "git",
    "url": "git://github.com/html-to-text/node-html-to-text.git"
  },
  "scripts": {
    "build": "npm run clean && npm run build:rollup && npm run copy:license",
    "build:rollup": "rollup -c",
    "clean": "rimraf lib",
    "copy:license": "copyfiles -f ../../LICENSE .",
    "cover": "c8 --reporter=lcov --reporter=text-summary mocha -t 20000",
    "test": "mocha"
  },
  "type": "module",
  "version": "9.0.5"
}
