dockerized_openAger/nodered/rootfs/data/node_modules/mailparser/package.json

82 lines
2.1 KiB
JSON
Raw Normal View History

2020-10-17 16:42:50 +00:00
{
"_from": "mailparser@^2.7.6",
"_id": "mailparser@2.7.7",
"_inBundle": false,
"_integrity": "sha512-FcVkXYm+zIg59HNPINGQw99eMTvcAkmQZHmabF8aSeMZ6/vWkx0HdT6FpXApelfe5IKRk6nWEg+YAuuXZl9+Fg==",
"_location": "/mailparser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mailparser@^2.7.6",
"name": "mailparser",
"escapedName": "mailparser",
"rawSpec": "^2.7.6",
"saveSpec": null,
"fetchSpec": "^2.7.6"
},
"_requiredBy": [
"/node-red-node-email"
],
"_resolved": "https://registry.npmjs.org/mailparser/-/mailparser-2.7.7.tgz",
"_shasum": "7d3fe616797427629c59992a34d84820d550676b",
"_spec": "mailparser@^2.7.6",
"_where": "/data/node_modules/node-red-node-email",
"author": {
"name": "Andris Reinman"
},
"bugs": {
"url": "https://github.com/nodemailer/mailparser/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Peter Salomonsen",
"email": "petersalomonsen@runbox.com",
"url": "https://github.com/petersalomonsen"
}
],
"dependencies": {
"encoding-japanese": "1.0.30",
"he": "1.2.0",
"html-to-text": "5.1.1",
"iconv-lite": "0.5.0",
"libmime": "4.2.1",
"linkify-it": "2.2.0",
"mailsplit": "4.6.2",
"nodemailer": "6.4.0",
"tlds": "1.207.0"
},
"deprecated": false,
"description": "Parse e-mails",
"devDependencies": {
"ajv": "6.10.2",
"eslint": "6.7.2",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "6.7.0",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-contrib-nodeunit": "2.0.0",
"grunt-eslint": "22.0.0",
"iconv": "2.3.5",
"libbase64": "1.2.1",
"libqp": "1.1.0",
"random-message": "1.1.0"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/nodemailer/mailparser#readme",
"license": "(MIT OR EUPL-1.1+)",
"main": "index.js",
"name": "mailparser",
"repository": {
"type": "git",
"url": "git+https://github.com/nodemailer/mailparser.git"
},
"scripts": {
"test": "grunt"
},
"version": "2.7.7"
}