-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·72 lines (72 loc) · 1.9 KB
/
package.json
File metadata and controls
executable file
·72 lines (72 loc) · 1.9 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
{
"_from": "file:/root/.node-red/nodes/node-red-email-1.0.2.tgz",
"_inBundle": false,
"_integrity": "sha512-Q1EwhfPaicOAEOD0Xf1qkUlzTm1HRAbubShB84qaeGldD91eUmZOf/7wj4J87zi0GheNodMfVNuzBa6QTopp1g==",
"_location": "/node-red-email",
"_phantomChildren": {},
"_requested": {
"type": "file",
"where": "/root/.node-red",
"raw": "/root/.node-red/nodes/node-red-email-1.0.2.tgz",
"rawSpec": "/root/.node-red/nodes/node-red-email-1.0.2.tgz",
"saveSpec": "file:/root/.node-red/nodes/node-red-email-1.0.2.tgz",
"fetchSpec": "/root/.node-red/nodes/node-red-email-1.0.2.tgz"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "/root/.node-red/nodes/node-red-email-1.0.2.tgz",
"_shasum": "7dab12624f6e105dd0816324708e8fd3d5d27869",
"_spec": "/root/.node-red/nodes/node-red-email-1.0.2.tgz",
"_where": "/root/.node-red",
"author": "Emanuel Miron",
"bundleDependencies": [
"imap",
"poplib",
"mailparser",
"nodemailer",
"smtp-server"
],
"dependencies": {
"imap": "^0.8.19",
"mailparser": "^3.2.0",
"nodemailer": "~6.6.3",
"poplib": "^0.1.7",
"smtp-server": "^3.9.0"
},
"deprecated": false,
"description": "Node-RED nodes to send and receive simple emails.",
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"node-red",
"email",
"gmail",
"imap",
"pop",
"mta"
],
"license": "Apache-2.0",
"name": "@emanuel_miron/node-red-email",
"node-red": {
"version": ">=2.0.0",
"nodes": {
"email": "email.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmanuelMiron/node-red-email.git"
},
"version": "1.0.2",
"bugs": {
"url": "https://github.com/EmanuelMiron/node-red-email/issues"
},
"homepage": "https://github.com/EmanuelMiron/node-red-email#readme",
"main": "email.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}