package.json
2.9 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"_args": [
[
{
"raw": "nodemailer-smtp-transport",
"scope": null,
"escapedName": "nodemailer-smtp-transport",
"name": "nodemailer-smtp-transport",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/fzy/project/koa2_Sequelize_project"
]
],
"_from": "nodemailer-smtp-transport@latest",
"_id": "nodemailer-smtp-transport@2.7.4",
"_inCache": true,
"_location": "/nodemailer-smtp-transport",
"_nodeVersion": "6.10.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/nodemailer-smtp-transport-2.7.4.tgz_1491561468821_0.48228672542609274"
},
"_npmUser": {
"name": "andris",
"email": "andris@kreata.ee"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "nodemailer-smtp-transport",
"scope": null,
"escapedName": "nodemailer-smtp-transport",
"name": "nodemailer-smtp-transport",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/nodemailer-smtp-transport/-/nodemailer-smtp-transport-2.7.4.tgz",
"_shasum": "0d89af019a144a480fd8ecc99997d9f838f13685",
"_shrinkwrap": null,
"_spec": "nodemailer-smtp-transport",
"_where": "/Users/fzy/project/koa2_Sequelize_project",
"author": {
"name": "Andris Reinman"
},
"bugs": {
"url": "https://github.com/andris9/nodemailer-smtp-transport/issues"
},
"dependencies": {
"nodemailer-shared": "1.1.0",
"nodemailer-wellknown": "0.1.10",
"smtp-connection": "2.12.0"
},
"description": "SMTP transport for Nodemailer",
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^3.0.2",
"smtp-server": "^1.14.2"
},
"directories": {},
"dist": {
"shasum": "0d89af019a144a480fd8ecc99997d9f838f13685",
"tarball": "https://registry.npmjs.org/nodemailer-smtp-transport/-/nodemailer-smtp-transport-2.7.4.tgz"
},
"gitHead": "d854aa0e4e7b22cd921ae3e4e04ab7b6e02761e6",
"homepage": "http://github.com/andris9/nodemailer-smtp-transport",
"keywords": [
"SMTP",
"Nodemailer"
],
"license": "MIT",
"main": "lib/smtp-transport.js",
"maintainers": [
{
"name": "andris",
"email": "andris@node.ee"
}
],
"name": "nodemailer-smtp-transport",
"optionalDependencies": {},
"readme": "# nodemailer-smtp-transport\n\n\n\nSMTP module with for Nodemailer.\n\nSee [Nodemailer homepage](https://nodemailer.com/smtp/) for documentation and terms of using SMTP.\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/andris9/nodemailer-smtp-transport.git"
},
"scripts": {
"test": "grunt mochaTest"
},
"version": "2.7.4"
}