wzp
2021-05-13 7d694a9113118daec5be7ac224dab46a3b20f106
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
{
  "_args": [
    [
      {
        "raw": "smtp-connection@2.12.0",
        "scope": null,
        "escapedName": "smtp-connection",
        "name": "smtp-connection",
        "rawSpec": "2.12.0",
        "spec": "2.12.0",
        "type": "version"
      },
      "/root/rushmail/node_modules/nodemailer-smtp-transport"
    ]
  ],
  "_from": "smtp-connection@2.12.0",
  "_id": "smtp-connection@2.12.0",
  "_inCache": true,
  "_location": "/smtp-connection",
  "_nodeVersion": "6.5.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/smtp-connection-2.12.0.tgz_1473079427239_0.7930881839711219"
  },
  "_npmUser": {
    "name": "andris",
    "email": "andris@kreata.ee"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "smtp-connection@2.12.0",
    "scope": null,
    "escapedName": "smtp-connection",
    "name": "smtp-connection",
    "rawSpec": "2.12.0",
    "spec": "2.12.0",
    "type": "version"
  },
  "_requiredBy": [
    "/nodemailer-smtp-transport"
  ],
  "_resolved": "https://registry.npmjs.org/smtp-connection/-/smtp-connection-2.12.0.tgz",
  "_shasum": "d76ef9127cb23c2259edb1e8349c2e8d5e2d74c1",
  "_shrinkwrap": null,
  "_spec": "smtp-connection@2.12.0",
  "_where": "/root/rushmail/node_modules/nodemailer-smtp-transport",
  "author": {
    "name": "Andris Reinman"
  },
  "bugs": {
    "url": "https://github.com/andris9/smtp-connection/issues"
  },
  "dependencies": {
    "httpntlm": "1.6.1",
    "nodemailer-shared": "1.1.0"
  },
  "description": "Connect to SMTP servers",
  "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",
    "proxy-test-server": "^1.0.0",
    "sinon": "^1.17.5",
    "smtp-server": "^1.14.2",
    "xoauth2": "^1.2.0"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "d76ef9127cb23c2259edb1e8349c2e8d5e2d74c1",
    "tarball": "https://registry.npmjs.org/smtp-connection/-/smtp-connection-2.12.0.tgz"
  },
  "gitHead": "16fcb9f4b9ebc6419f61c0c45d790df7ee4531fe",
  "homepage": "https://github.com/andris9/smtp-connection",
  "keywords": [
    "SMTP"
  ],
  "license": "MIT",
  "main": "lib/smtp-connection.js",
  "maintainers": [
    {
      "name": "andris",
      "email": "andris@node.ee"
    }
  ],
  "name": "smtp-connection",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/andris9/smtp-connection.git"
  },
  "scripts": {
    "test": "grunt mochaTest"
  },
  "version": "2.12.0"
}