{
  "_args": [
    [
      "html-to-text@6.0.0",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "html-to-text@6.0.0",
  "_id": "html-to-text@6.0.0",
  "_inBundle": false,
  "_integrity": "sha512-r0KNC5aqCAItsjlgtirW6RW25c92Ee3ybQj8z//4Sl4suE3HIPqM4deGpYCUJULLjtVPEP1+Ma+1ZeX1iMsCiA==",
  "_location": "/html-to-text",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "html-to-text@6.0.0",
    "name": "html-to-text",
    "escapedName": "html-to-text",
    "rawSpec": "6.0.0",
    "saveSpec": null,
    "fetchSpec": "6.0.0"
  },
  "_requiredBy": [
    "/email-templates"
  ],
  "_resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-6.0.0.tgz",
  "_spec": "6.0.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "Malte Legenhausen",
    "email": "legenhausen@werk85.de"
  },
  "bin": {
    "html-to-text": "bin/cli.js"
  },
  "bugs": {
    "url": "https://github.com/html-to-text/node-html-to-text/issues"
  },
  "dependencies": {
    "deepmerge": "^4.2.2",
    "he": "^1.2.0",
    "htmlparser2": "^4.1.0",
    "lodash": "^4.17.20",
    "minimist": "^1.2.5"
  },
  "description": "Advanced html to plain text converter",
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^6.8.0",
    "eslint-plugin-filenames": "^1.3.2",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jsdoc": "^27.0.4",
    "eslint-plugin-mocha": "^6.3.0",
    "eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0",
    "mocha": "^7.2.0",
    "nyc": "^15.1.0"
  },
  "engines": {
    "node": ">=8.10.0"
  },
  "homepage": "https://github.com/html-to-text/node-html-to-text",
  "keywords": [
    "html",
    "node",
    "text",
    "mail",
    "plain",
    "converter"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "html-to-text",
  "repository": {
    "type": "git",
    "url": "git://github.com/html-to-text/node-html-to-text.git"
  },
  "scripts": {
    "cover": "nyc --reporter=lcov --reporter=text-summary npm run test",
    "example": "node ./example/html-to-text.js",
    "lint": "eslint .",
    "prepublishOnly": "npm run cover",
    "test": "mocha && eslint ."
  },
  "version": "6.0.0"
}
