forked from yhaugom/com.telldus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
41 lines (41 loc) · 1.26 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"almost-equal": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/almost-equal/-/almost-equal-1.1.0.tgz",
"integrity": "sha1-+FHGMROHV5lCdqou++jfowZszN0="
},
"color-space": {
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/color-space/-/color-space-1.15.0.tgz",
"integrity": "sha1-JiP1TBGB4P5uHP8Nh+JOsQQPWw4=",
"requires": {
"husl": "^5.0.0",
"mumath": "^3.0.0"
}
},
"homey-meshdriver": {
"version": "1.2.30",
"resolved": "https://registry.npmjs.org/homey-meshdriver/-/homey-meshdriver-1.2.30.tgz",
"integrity": "sha512-sLzGc9pwpGLjsi57f0wGvZ1u+ddsMIh6EFDdqPYsqiesfu9eSnZJiD59tcYmYoqvMUuhrhhkd0R4d4zMoKCWKw==",
"requires": {
"color-space": "^1.14.7"
}
},
"husl": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/husl/-/husl-5.0.3.tgz",
"integrity": "sha1-7icqr/G+vkDfNYjtAHtw3n5nl4g="
},
"mumath": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/mumath/-/mumath-3.3.4.tgz",
"integrity": "sha1-SNSg8P2MrU57Mglu6JsWGmPTC78=",
"requires": {
"almost-equal": "^1.1.0"
}
}
}
}