-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
41 lines (41 loc) · 1.32 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.16.0",
"resolved": "https://registry.npmjs.org/color-space/-/color-space-1.16.0.tgz",
"integrity": "sha512-A6WMiFzunQ8KEPFmj02OnnoUnqhmSaHaZ/0LVFcPTdlvm8+3aMJ5x1HRHy3bDHPkovkf4sS0f4wsVvwk71fKkg==",
"requires": {
"hsluv": "0.0.3",
"mumath": "3.3.4"
}
},
"homey-meshdriver": {
"version": "1.2.28",
"resolved": "https://registry.npmjs.org/homey-meshdriver/-/homey-meshdriver-1.2.28.tgz",
"integrity": "sha512-3/MN41SizIIyGHafCqN/Bdssdoji5RFtv3MLyz5ino1LjfeRcjoSJaUdVp7BLbV1nemGLXmJPI19AVVvrz7iAA==",
"requires": {
"color-space": "1.16.0"
}
},
"hsluv": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/hsluv/-/hsluv-0.0.3.tgz",
"integrity": "sha1-gpEH2vtKn4tSoYCe0C4JHq3mdUw="
},
"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"
}
}
}
}