-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.67 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
{
"_from": "node-red-contrib-xmysql@0.0.4",
"_id": "node-red-contrib-xmysql@0.0.4",
"_inBundle": false,
"_integrity": "sha512-j13oKWNs/L7zktt1F24wpnHH0W60Gg1lBQ7CuPsOLqlR3VUZ8cPwa+7hb05rT1yxOaZPsrIHqMi6mGUnFuY6AA==",
"_location": "/node-red-contrib-xmysql",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-red-contrib-xmysql@0.0.4",
"name": "node-red-contrib-xmysql",
"escapedName": "node-red-contrib-xmysql",
"rawSpec": "0.0.4",
"saveSpec": null,
"fetchSpec": "0.0.4"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-red-contrib-xmysql/-/node-red-contrib-xmysql-0.0.4.tgz",
"_shasum": "ed92af3e3bdeefc1c2baf0370ae93b00399b920b",
"_spec": "node-red-contrib-xmysql@0.0.4",
"_where": "C:\\Users\\user\\.node-red",
"author": {
"name": "hkjang",
"email": "gagagiga@naver.com"
},
"bugs": {
"url": "https://github.com/hkjang/node-red-contrib-xmysql/issues"
},
"bundleDependencies": false,
"dependencies": {
"querystring": "^0.2.0",
"request": "^2.51.0"
},
"deprecated": false,
"description": "A node-red module to get to your xmysql server",
"homepage": "https://github.com/hkjang/node-red-contrib-xmysql#readme",
"keywords": [
"node-red",
"xmysql",
"get"
],
"license": "MIT",
"main": "xmysql.js",
"name": "node-red-contrib-xmysql",
"node-red": {
"nodes": {
"xmysql": "xmysql.js"
}
},
"repository": {
"type": "git",
"url": "git://github.com/hkjang/node-red-contrib-xmysql.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.4"
}