{
  "_from": "html-to-text@^3.3.0",
  "_id": "html-to-text@3.3.0",
  "_inBundle": false,
  "_integrity": "sha1-aptjxpm4hbt7qEsURr/mh2u/z7c=",
  "_location": "/html-to-text",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "html-to-text@^3.3.0",
    "name": "html-to-text",
    "escapedName": "html-to-text",
    "rawSpec": "^3.3.0",
    "saveSpec": null,
    "fetchSpec": "^3.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-3.3.0.tgz",
  "_shasum": "6a9b63c699b885bb7ba84b1446bfe6876bbfcfb7",
  "_spec": "html-to-text@^3.3.0",
  "_where": "/tomcat/watson-orchestrator-producao",
  "author": {
    "name": "Malte Legenhausen",
    "email": "legenhausen@werk85.de"
  },
  "bin": {
    "html-to-text": "./bin/cli.js"
  },
  "bugs": {
    "url": "https://github.com/werk85/node-html-to-text/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "he": "^1.0.0",
    "htmlparser2": "^3.9.2",
    "optimist": "^0.6.1",
    "underscore": "^1.8.3",
    "underscore.string": "^3.2.3"
  },
  "deprecated": false,
  "description": "Advanced html to plain text converter",
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^3.14.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.0.0"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "homepage": "https://github.com/werk85/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/werk85/node-html-to-text.git"
  },
  "scripts": {
    "example": "node ./example/html-to-text.js",
    "lint": "eslint .",
    "test": "istanbul cover _mocha && eslint ."
  },
  "version": "3.3.0"
}
