Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/html-to-text/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "html-to-text", "version": "9.0.4", "description": "Advanced html to plain text converter", "keywords": [ "html", "node", "text", "mail", "plain", "converter" ], "license": "MIT", "author": "Malte Legenhausen <[email protected]>", "contributors": [ "KillyMXI <[email protected]>" ], "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" }, "type": "module", "main": "./lib/html-to-text.cjs", "module": "./lib/html-to-text.mjs", "exports": { "import": "./lib/html-to-text.mjs", "require": "./lib/html-to-text.cjs" }, "files": [ "lib", "README.md", "CHANGELOG.md", "LICENSE" ], "engines": { "node": ">=14" }, "scripts": { "build:rollup": "rollup -c", "build": "npm run clean && npm run build:rollup && npm run copy:license", "clean": "rimraf lib", "copy:license": "copyfiles -f ../../LICENSE .", "cover": "c8 --reporter=lcov --reporter=text-summary mocha -t 20000", "test": "mocha" }, "dependencies": { "@selderee/plugin-htmlparser2": "^0.10.0", "deepmerge": "^4.3.0", "dom-serializer": "^2.0.0", "htmlparser2": "^8.0.1", "selderee": "^0.10.0" }, "mocha": { "node-option": [ "experimental-specifier-resolution=node" ] } }