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
| {
| "_args": [
| [
| {
| "raw": "nodemailer-shared@1.1.0",
| "scope": null,
| "escapedName": "nodemailer-shared",
| "name": "nodemailer-shared",
| "rawSpec": "1.1.0",
| "spec": "1.1.0",
| "type": "version"
| },
| "/root/rushmail/node_modules/nodemailer-smtp-transport"
| ]
| ],
| "_from": "nodemailer-shared@1.1.0",
| "_id": "nodemailer-shared@1.1.0",
| "_inCache": true,
| "_location": "/nodemailer-shared",
| "_nodeVersion": "6.5.0",
| "_npmOperationalInternal": {
| "host": "packages-16-east.internal.npmjs.com",
| "tmp": "tmp/nodemailer-shared-1.1.0.tgz_1473077999789_0.5456023884471506"
| },
| "_npmUser": {
| "name": "andris",
| "email": "andris@kreata.ee"
| },
| "_npmVersion": "3.10.3",
| "_phantomChildren": {},
| "_requested": {
| "raw": "nodemailer-shared@1.1.0",
| "scope": null,
| "escapedName": "nodemailer-shared",
| "name": "nodemailer-shared",
| "rawSpec": "1.1.0",
| "spec": "1.1.0",
| "type": "version"
| },
| "_requiredBy": [
| "/nodemailer-smtp-transport",
| "/smtp-connection"
| ],
| "_resolved": "https://registry.npmjs.org/nodemailer-shared/-/nodemailer-shared-1.1.0.tgz",
| "_shasum": "cf5994e2fd268d00f5cf0fa767a08169edb07ec0",
| "_shrinkwrap": null,
| "_spec": "nodemailer-shared@1.1.0",
| "_where": "/root/rushmail/node_modules/nodemailer-smtp-transport",
| "author": {
| "name": "Andris Reinman"
| },
| "bugs": {
| "url": "https://github.com/nodemailer/nodemailer-shared/issues"
| },
| "dependencies": {
| "nodemailer-fetch": "1.6.0"
| },
| "description": "Shared methods for the nodemailer stack",
| "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"
| },
| "directories": {
| "test": "test"
| },
| "dist": {
| "shasum": "cf5994e2fd268d00f5cf0fa767a08169edb07ec0",
| "tarball": "https://registry.npmjs.org/nodemailer-shared/-/nodemailer-shared-1.1.0.tgz"
| },
| "gitHead": "b784fed89fee789766a32fcdc74192bc5373565c",
| "homepage": "https://github.com/nodemailer/nodemailer-shared#readme",
| "keywords": [
| "nodemailer"
| ],
| "license": "MIT",
| "main": "lib/shared.js",
| "maintainers": [
| {
| "name": "andris",
| "email": "andris@kreata.ee"
| }
| ],
| "name": "nodemailer-shared",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/nodemailer/nodemailer-shared.git"
| },
| "scripts": {
| "test": "grunt mochaTest"
| },
| "version": "1.1.0"
| }
|
|