forked from noInfoPath/noinfopath-mailparser
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "mailparser",
"version": "2.7.1",
"description": "Parse e-mails",
"keywords": [
"email",
"mail",
"parse",
"pop3",
"imap",
"mailparser",
"mailparse"
],
"main": "index.js",
"scripts": {
"test": "grunt"
},
"author": "Andris Reinman",
"contributors": [
{
"name": "Peter Salomonsen",
"email": "[email protected]",
"url": "https://github.com/petersalomonsen"
}
],
"license": "(MIT OR EUPL-1.1+)",
"dependencies": {
"addressparser": "1.0.1",
"he": "1.2.0",
"html-to-text": "5.1.1",
"iconv-lite": "0.4.24",
"libmime": "4.1.1",
"linkify-it": "2.1.0",
"mailsplit": "4.4.1",
"tlds": "1.203.1"
},
"devDependencies": {
"ajv": "6.10.0",
"eslint": "5.16.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "4.2.0",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-contrib-nodeunit": "2.0.0",
"grunt-eslint": "21.0.0",
"iconv": "2.3.4",
"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"
}
}