-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage-lock.json
34 lines (34 loc) · 1.21 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
{
"name": "node-red-contrib-openzwave",
"version": "1.6.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/node": {
"version": "13.9.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.9.3.tgz",
"integrity": "sha512-01s+ac4qerwd6RHD+mVbOEsraDHSgUaefQlEdBbUolnQFjKwCr7luvAlEwW1RFojh67u0z4OUTjPn9LEl4zIkA=="
},
"getmac": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/getmac/-/getmac-5.1.0.tgz",
"integrity": "sha512-hpZnhRQa2O2YbIPO1bX6vv7Zy7DyQXNH6tDpX/yfjhFl0AsAgEZZ1FqQ6e32CE+oKMykjp1yRJ5BQKMNEX5McQ==",
"requires": {
"@types/node": "^13.5.1"
}
},
"nan": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
"integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg=="
},
"openzwave-shared": {
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/openzwave-shared/-/openzwave-shared-1.6.2.tgz",
"integrity": "sha512-hZSvdMf6ifV/lFJ2sc5Sru7c4BjpfNMqKoLfH/TTyCMJiWDCTLywqFktrIEt23SqLS15KdQdGX4urJqBWQXVKw==",
"requires": {
"nan": ">=2.14.0"
}
}
}
}