forked from Lexsus2020/node-red-contrib-hdlbus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
46 lines (46 loc) · 1.49 KB
/
package-lock.json
File metadata and controls
46 lines (46 loc) · 1.49 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
{
"name": "@lexsus/node-red-contrib-hdlbus",
"version": "1.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lexsus/node-red-contrib-hdlbus",
"version": "1.2.2",
"license": "MIT",
"dependencies": {
"@lexsus/smart-bus": "^0.5.5"
}
},
"node_modules/@lexsus/smart-bus": {
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/@lexsus/smart-bus/-/smart-bus-0.5.5.tgz",
"integrity": "sha512-1QUbjtkQxk/a3+lRf9cphVmiJ3i2g6Cym2VpVcTSdml2oTYfEUekUr8MxI6w+MHjQthiVWPX1FUpJt0kkPjcnA==",
"dependencies": {
"crc": "~3.4",
"debug": "~2.6"
},
"engines": {
"node": ">=0.12"
}
},
"node_modules/crc": {
"version": "3.4.4",
"resolved": "https://registry.npmjs.org/crc/-/crc-3.4.4.tgz",
"integrity": "sha512-wcAOOnkzlwFAlFCCF20ZAiGn25JgSBy+oQrdOeszuk0bxI2nc29YFFmlCbDEfZJJljuw4XVqHrGV34J89910yA=="
},
"node_modules/debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"dependencies": {
"ms": "2.0.0"
}
},
"node_modules/ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
}
}
}