-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 2.77 KB
/
package.json
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
103
104
105
106
107
108
109
110
111
112
113
114
{
"_args": [
[
{
"raw": "node-red-contrib-epsql",
"scope": null,
"escapedName": "node-red-contrib-epsql",
"name": "node-red-contrib-epsql",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/root/.node-red"
],
[
{
"raw": "node-red-contrib-epsql",
"scope": null,
"escapedName": "node-red-contrib-epsql",
"name": "node-red-contrib-epsql",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/root/.node-red"
]
],
"_from": "node-red-contrib-epsql",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/node-red-contrib-epsql",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/node-red-contrib-epsql-0.0.5.tgz_1473693519199_0.43673847639001906"
},
"_npmUser": {
"name": "hebelmx",
"email": "[email protected]"
},
"_npmVersion": "3.10.7",
"_phantomChildren": {},
"_requested": {
"raw": "node-red-contrib-epsql",
"scope": null,
"escapedName": "node-red-contrib-epsql",
"name": "node-red-contrib-epsql",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/node-red-contrib-epsql/-/node-red-contrib-epsql-0.0.5.tgz",
"_shasum": "7c3f15ef2d7a764c3fa3f79fa267be5377d5a700",
"_shrinkwrap": null,
"_spec": "node-red-contrib-epsql",
"_where": "/root/.node-red",
"author": {
"name": "Abel Briones",
"url": "http://www.exxerpro.com"
},
"bugs": {
"url": "https://github.com/hebelmx/epsql"
},
"dependencies": {
"mustache": "latest",
"odbc": ">=1.2.1"
},
"description": "Node for node-red to connect to a database using ODBC connection",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "7c3f15ef2d7a764c3fa3f79fa267be5377d5a700",
"tarball": "https://registry.npmjs.org/node-red-contrib-epsql/-/node-red-contrib-epsql-0.0.5.tgz"
},
"gitHead": "2128092d40102c12a136db3be5d6ae9189c25b3e",
"homepage": "http://www.exxerpro.com",
"keywords": [
"node-red",
"odbc",
"unixodbc",
"epsql",
"sql",
"Microsoft",
"database"
],
"license": "MIT",
"main": "epsql.js",
"maintainers": [
{
"name": "hebelmx",
"email": "[email protected]"
}
],
"name": "node-red-contrib-epsql",
"node-red": {
"nodes": {
"epsql": "epsql.js"
}
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/hebelmx/epsql.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.5"
}