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
| {
| "_args": [
| [
| "nodemailer@6.3.1",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "nodemailer@6.3.1",
| "_id": "nodemailer@6.3.1",
| "_inBundle": false,
| "_integrity": "sha512-j0BsSyaMlyadEDEypK/F+xlne2K5m6wzPYMXS/yxKI0s7jmT1kBx6GEKRVbZmyYfKOsjkeC/TiMVDJBI/w5gMQ==",
| "_location": "/nodemailer",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "nodemailer@6.3.1",
| "name": "nodemailer",
| "escapedName": "nodemailer",
| "rawSpec": "6.3.1",
| "saveSpec": null,
| "fetchSpec": "6.3.1"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.3.1.tgz",
| "_spec": "6.3.1",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "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.12",
| "chai": "4.2.0",
| "eslint-config-nodemailer": "1.2.0",
| "eslint-config-prettier": "6.4.0",
| "grunt": "1.0.4",
| "grunt-cli": "1.3.2",
| "grunt-eslint": "22.0.0",
| "grunt-mocha-test": "0.13.3",
| "libbase64": "1.2.1",
| "libmime": "4.1.3",
| "libqp": "1.1.0",
| "mocha": "6.2.1",
| "nodemailer-ntlm-auth": "1.0.1",
| "proxy": "1.0.1",
| "proxy-test-server": "1.0.0",
| "sinon": "7.5.0",
| "smtp-server": "3.5.0"
| },
| "engines": {
| "node": ">=6.0.0"
| },
| "homepage": "https://nodemailer.com/",
| "keywords": [
| "Nodemailer"
| ],
| "license": "MIT",
| "main": "lib/nodemailer.js",
| "name": "nodemailer",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/nodemailer/nodemailer.git"
| },
| "scripts": {
| "test": "grunt"
| },
| "version": "6.3.1"
| }
|
|