-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage-lock.json
64 lines (64 loc) · 2.23 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
{
"name": "com.github.alydersen.homey-smartbus",
"version": "1.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "com.github.alydersen.homey-smartbus",
"version": "1.2.2",
"dependencies": {
"smart-bus": "^0.6.0"
},
"devDependencies": {
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.1"
}
},
"node_modules/@types/homey": {
"name": "homey-apps-sdk-v3-types",
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/homey-apps-sdk-v3-types/-/homey-apps-sdk-v3-types-0.3.5.tgz",
"integrity": "sha512-AH7UPiPILITBmjDSAnupLp2kaBO9GuAj5y0hk9tLC2mO0AuOQuRYnbXIxrHOG3kium8m99FnS3BUHg0aY/SNCg==",
"dev": true,
"dependencies": {
"@types/node": "^14.14.20"
}
},
"node_modules/@types/node": {
"version": "14.18.63",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz",
"integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==",
"dev": true
},
"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=="
},
"node_modules/smart-bus": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/smart-bus/-/smart-bus-0.6.0.tgz",
"integrity": "sha512-KlWg7YE+aZC06wrMwPZqwfkldPhPvPohx9+cF9nqN6diGOGwlf9H2C6IRgjaljt3v1WAjtn0WboqTFpLNZEBMQ==",
"dependencies": {
"crc": "~3.4",
"debug": "~2.6"
},
"engines": {
"node": ">=0.12"
}
}
}
}