UNPKG

html-to-text

Version:
59 lines (58 loc) 1.4 kB
{ "name": "html-to-text", "version": "8.0.0", "description": "Advanced html to plain text converter", "license": "MIT", "author": { "name": "Malte Legenhausen", "email": "legenhausen@werk85.de" }, "homepage": "https://github.com/html-to-text/node-html-to-text", "repository": { "type": "git", "url": "git://github.com/html-to-text/node-html-to-text.git" }, "bugs": { "url": "https://github.com/html-to-text/node-html-to-text/issues" }, "keywords": [ "html", "node", "text", "mail", "plain", "converter" ], "engines": { "node": ">=10.23.2" }, "main": "index.js", "bin": { "html-to-text": "./bin/cli.js" }, "scripts": { "cover": "nyc --reporter=lcov --reporter=text-summary npm test", "example": "node ./example/html-to-text.js", "lint": "eslint .", "prepublishOnly": "npm run lint && npm test", "test": "mocha" }, "dependencies": { "@selderee/plugin-htmlparser2": "^0.6.0", "deepmerge": "^4.2.2", "he": "^1.2.0", "htmlparser2": "^6.1.0", "minimist": "^1.2.5", "selderee": "^0.6.0" }, "devDependencies": { "chai": "^4.3.4", "eslint": "^7.28.0", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-import": "^2.23.4", "eslint-plugin-jsdoc": "^33.3.0", "eslint-plugin-mocha": "^8.1.0", "mocha": "^8.4.0", "nyc": "^15.1.0" } }