forked from Supergiovane/node-red-contrib-knx-ultimate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
68 lines (67 loc) · 2.41 KB
/
package-lock.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
{
"name": "node-red-contrib-knx-ultimate",
"version": "1.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/node": {
"version": "6.14.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-6.14.7.tgz",
"integrity": "sha512-YbPXbaynBTe0pVExPhL76TsWnxSPeFAvImIsmylpBWn/yfw+lHy+Q68aawvZHsgskT44ZAoeE67GM5f+Brekew=="
},
"binary-parser": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/binary-parser/-/binary-parser-1.1.5.tgz",
"integrity": "sha1-ciTWGk4vp7Wu3mn+Tw6moJAreeg="
},
"binary-protocol": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/binary-protocol/-/binary-protocol-0.0.0.tgz",
"integrity": "sha1-ZU4tbCB8HS7qpl1dais+ulmu024=",
"requires": {
"bluebird": "2.2.2"
}
},
"bluebird": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz",
"integrity": "sha1-8b8Fq8iHz5pwOIYjfChhCkOx8RQ="
},
"ipaddr.js": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.2.0.tgz",
"integrity": "sha1-irpJyRknmVhb3WQ+DMtQ6K53e6Q="
},
"knx": {
"version": "2.3.5",
"resolved": "https://registry.npmjs.org/knx/-/knx-2.3.5.tgz",
"integrity": "sha512-+XGhP4bWljeUIcgChHs+iomORZgBSJvDvRTKDrLLvtqoxanr3S6HT7XgRmRh7U6/Vka0pWx3KuUu/rx7GVDVnQ==",
"requires": {
"@types/node": "6.14.7",
"binary-parser": "1.1.5",
"binary-protocol": "0.0.0",
"ipaddr.js": "1.2.0",
"log-driver": "1.2.7",
"machina": "4.0.2"
}
},
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"log-driver": {
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/log-driver/-/log-driver-1.2.7.tgz",
"integrity": "sha512-U7KCmLdqsGHBLeWqYlFA0V0Sl6P08EE1ZrmA9cxjUE0WVqT9qnyVDPz1kzpFEP0jdJuFnasWIfSd7fsaNXkpbg=="
},
"machina": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/machina/-/machina-4.0.2.tgz",
"integrity": "sha512-OOlFrW1rd783S6tF36v5Ie/TM64gfvSl9kYLWL2cPA31J71HHWW3XrgSe1BZSFAPkh8532CMJMLv/s9L2aopiA==",
"requires": {
"lodash": "4.17.15"
}
}
}
}