77 lines
1.9 KiB
JSON
77 lines
1.9 KiB
JSON
{
|
|
"_from": "html-to-text@5.1.1",
|
|
"_id": "html-to-text@5.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Bci6bD/JIfZSvG4s0gW/9mMKwBRoe/1RWLxUME/d6WUSZCdY7T60bssf/jFf7EYXRyqU4P5xdClVqiYU0/ypdA==",
|
|
"_location": "/html-to-text",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "html-to-text@5.1.1",
|
|
"name": "html-to-text",
|
|
"escapedName": "html-to-text",
|
|
"rawSpec": "5.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/mailparser"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-5.1.1.tgz",
|
|
"_shasum": "2d89db7bf34bc7bcb7d546b1b228991a16926e87",
|
|
"_spec": "html-to-text@5.1.1",
|
|
"_where": "/data/node_modules/mailparser",
|
|
"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.2.0",
|
|
"htmlparser2": "^3.10.1",
|
|
"lodash": "^4.17.11",
|
|
"minimist": "^1.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Advanced html to plain text converter",
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"eslint": "^5.15.3",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^6.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.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 .",
|
|
"prepublish": "npm test",
|
|
"test": "istanbul cover _mocha && eslint ."
|
|
},
|
|
"version": "5.1.1"
|
|
}
|