package.json
3.7 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
102
103
104
105
106
107
{
"_args": [
[
{
"raw": "nodemailer",
"scope": null,
"escapedName": "nodemailer",
"name": "nodemailer",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/fzy/project/koa2_Sequelize_project"
]
],
"_from": "nodemailer@latest",
"_id": "nodemailer@4.0.1",
"_inCache": true,
"_location": "/nodemailer",
"_nodeVersion": "6.10.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/nodemailer-4.0.1.tgz_1492078705942_0.3458673018030822"
},
"_npmUser": {
"name": "andris",
"email": "andris@kreata.ee"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "nodemailer",
"scope": null,
"escapedName": "nodemailer",
"name": "nodemailer",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-4.0.1.tgz",
"_shasum": "b95864b07facee8287e8232effd6f1d56ec75ab2",
"_shrinkwrap": null,
"_spec": "nodemailer",
"_where": "/Users/fzy/project/koa2_Sequelize_project",
"author": {
"name": "Andris Reinman"
},
"bugs": {
"url": "https://github.com/nodemailer/nodemailer/issues"
},
"dependencies": {},
"description": "Easy as cake e-mail sending from your Node.js applications",
"devDependencies": {
"bunyan": "^1.8.10",
"chai": "^3.5.0",
"eslint-config-nodemailer": "^1.0.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.13.2",
"libbase64": "^0.1.0",
"libmime": "^3.1.0",
"libqp": "^1.1.0",
"mocha": "^3.2.0",
"proxy": "^0.2.4",
"proxy-test-server": "^1.0.0",
"sinon": "^2.1.0",
"smtp-server": "^3.0.1"
},
"directories": {},
"dist": {
"shasum": "b95864b07facee8287e8232effd6f1d56ec75ab2",
"tarball": "https://registry.npmjs.org/nodemailer/-/nodemailer-4.0.1.tgz"
},
"engines": {
"node": ">=6.0.0"
},
"gitHead": "8b5990c5af6b3a60fe3cef4c0492e62d68f4b9ea",
"homepage": "https://nodemailer.com/",
"keywords": [
"Nodemailer"
],
"license": "MIT",
"main": "lib/nodemailer.js",
"maintainers": [
{
"name": "andris",
"email": "andris@node.ee"
}
],
"name": "nodemailer",
"optionalDependencies": {},
"readme": "# Nodemailer\n\n\n\nSend e-mails from Node.js – easy as cake! 🍰✉️\n\n<a href=\"https://gitter.im/nodemailer/nodemailer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\"><img src=\"https://badges.gitter.im/Join Chat.svg\" alt=\"Gitter chat\" height=\"18\"></a> <a href=\"http://travis-ci.org/nodemailer/nodemailer\"><img src=\"https://secure.travis-ci.org/nodemailer/nodemailer.svg\" alt=\"Build Status\" height=\"18\"></a> <a href=\"http://badge.fury.io/js/nodemailer\"><img src=\"https://badge.fury.io/js/nodemailer.svg\" alt=\"NPM version\" height=\"18\"></a> <a href=\"https://www.npmjs.com/package/nodemailer\"><img src=\"https://img.shields.io/npm/dt/nodemailer.svg\" alt=\"NPM downloads\" height=\"18\"></a>\n\n[](https://nodei.co/npm/nodemailer/)\n\nSee [nodemailer.com](https://nodemailer.com/) for documentation and terms.\n\n-------\n\nNodemailer v4.0.0 and up is licensed under the [MIT license](./LICENSE)\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/nodemailer/nodemailer.git"
},
"scripts": {
"test": "grunt"
},
"version": "4.0.1"
}