-
Notifications
You must be signed in to change notification settings - Fork 48
/
package-lock.json
56 lines (56 loc) · 1.77 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
{
"name": "com.ikea.tradfri",
"version": "1.0.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"cookie": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
"integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s="
},
"homey-log": {
"version": "git+https://github.com/athombv/node-homey-log.git#e53f6bd8ede6fbee06ceb2dce8f56b33158b5f0b",
"requires": {
"raven": "0.12.3"
}
},
"homey-meshdriver": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/homey-meshdriver/-/homey-meshdriver-1.0.4.tgz",
"integrity": "sha1-zVnVZkNl4frau8j73TP1gu4c+Mw="
},
"json-stringify-safe": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
"integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
},
"lsmod": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/lsmod/-/lsmod-1.0.0.tgz",
"integrity": "sha1-mgD3bco26yP6BTUK/htYXUKZ5ks="
},
"raven": {
"version": "0.12.3",
"resolved": "https://registry.npmjs.org/raven/-/raven-0.12.3.tgz",
"integrity": "sha1-GnDwSiJA0pHYNgO0AWLEutpxMlw=",
"requires": {
"cookie": "0.3.1",
"json-stringify-safe": "5.0.1",
"lsmod": "1.0.0",
"stack-trace": "0.0.9",
"uuid": "3.0.0"
}
},
"stack-trace": {
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz",
"integrity": "sha1-qPbq7KkGdMMz58Q5U/J1tFFRBpU="
},
"uuid": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.0.tgz",
"integrity": "sha1-Zyj8BFnEUNeWqZwxg3VpvfZy1yg="
}
}
}