-
Notifications
You must be signed in to change notification settings - Fork 4
/
package-lock.json
43 lines (43 loc) · 1.36 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
{
"name": "com.northq",
"version": "0.0.5",
"lockfileVersion": 1,
"requires": true,
"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.8",
"resolved": "https://registry.npmjs.org/homey-meshdriver/-/homey-meshdriver-1.2.8.tgz",
"integrity": "sha512-MwKvtj6KfbG1ggPTAeLlAQ9/zUhqdsMkrYHmVP8c5q5GM9gpoLJpezypNPMHu37L9kTbm2vDurM9hxTEPExlbQ==",
"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"
}
}
}
}