UNPKG

mailparser

Version:
51 lines (50 loc) 1.3 kB
{ "name": "mailparser", "version": "2.4.0", "description": "Parse e-mails", "main": "index.js", "scripts": { "test": "grunt" }, "author": "Andris Reinman", "contributors": [ { "name": "Peter Salomonsen", "email": "petersalomonsen@runbox.com", "url": "https://github.com/petersalomonsen" } ], "license": "EUPL-1.1+", "dependencies": { "he": "1.2.0", "html-to-text": "4.0.0", "iconv-lite": "0.4.24", "libmime": "4.0.1", "linkify-it": "2.0.3", "mailsplit": "4.2.3", "nodemailer": "4.6.8", "tlds": "1.203.1" }, "devDependencies": { "ajv": "^6.5.4", "eslint-config-nodemailer": "^1.2.0", "eslint-config-prettier": "^3.1.0", "grunt": "^1.0.3", "grunt-cli": "^1.3.1", "grunt-contrib-nodeunit": "^2.0.0", "grunt-eslint": "^21.0.0", "libbase64": "^1.0.3", "libqp": "^1.1.0", "random-message": "^1.1.0" }, "engines": { "node": ">=6.0.0" }, "repository": { "type": "git", "url": "https://github.com/nodemailer/mailparser.git" }, "bugs": { "url": "https://github.com/nodemailer/mailparser/issues" } }