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
| {
| "_args": [
| [
| {
| "raw": "nodemailer-fetch@1.6.0",
| "scope": null,
| "escapedName": "nodemailer-fetch",
| "name": "nodemailer-fetch",
| "rawSpec": "1.6.0",
| "spec": "1.6.0",
| "type": "version"
| },
| "/root/rushmail/node_modules/nodemailer-shared"
| ]
| ],
| "_from": "nodemailer-fetch@1.6.0",
| "_id": "nodemailer-fetch@1.6.0",
| "_inCache": true,
| "_location": "/nodemailer-fetch",
| "_nodeVersion": "6.3.1",
| "_npmOperationalInternal": {
| "host": "packages-12-west.internal.npmjs.com",
| "tmp": "tmp/nodemailer-fetch-1.6.0.tgz_1471509114442_0.5888715244363993"
| },
| "_npmUser": {
| "name": "andris",
| "email": "andris@kreata.ee"
| },
| "_npmVersion": "3.10.3",
| "_phantomChildren": {},
| "_requested": {
| "raw": "nodemailer-fetch@1.6.0",
| "scope": null,
| "escapedName": "nodemailer-fetch",
| "name": "nodemailer-fetch",
| "rawSpec": "1.6.0",
| "spec": "1.6.0",
| "type": "version"
| },
| "_requiredBy": [
| "/nodemailer-shared"
| ],
| "_resolved": "https://registry.npmjs.org/nodemailer-fetch/-/nodemailer-fetch-1.6.0.tgz",
| "_shasum": "79c4908a1c0f5f375b73fe888da9828f6dc963a4",
| "_shrinkwrap": null,
| "_spec": "nodemailer-fetch@1.6.0",
| "_where": "/root/rushmail/node_modules/nodemailer-shared",
| "author": {
| "name": "Andris Reinman"
| },
| "bugs": {
| "url": "https://github.com/nodemailer/nodemailer-fetch/issues"
| },
| "dependencies": {},
| "description": "GET HTTP contents",
| "devDependencies": {
| "chai": "^3.5.0",
| "grunt": "^1.0.1",
| "grunt-eslint": "^19.0.0",
| "grunt-mocha-test": "^0.12.7",
| "mocha": "^3.0.2"
| },
| "directories": {},
| "dist": {
| "shasum": "79c4908a1c0f5f375b73fe888da9828f6dc963a4",
| "tarball": "https://registry.npmjs.org/nodemailer-fetch/-/nodemailer-fetch-1.6.0.tgz"
| },
| "gitHead": "581580f1b21c61c10a3296c249f90d436fac8926",
| "homepage": "https://github.com/nodemailer/nodemailer-fetch#readme",
| "keywords": [
| "nodemailer",
| "http"
| ],
| "license": "MIT",
| "main": "lib/fetch.js",
| "maintainers": [
| {
| "name": "andris",
| "email": "andris@kreata.ee"
| }
| ],
| "name": "nodemailer-fetch",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/nodemailer/nodemailer-fetch.git"
| },
| "scripts": {
| "test": "grunt mochaTest"
| },
| "version": "1.6.0"
| }
|
|