forked from freahs/node-red-contrib-node-tradfri
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage-lock.json
371 lines (371 loc) · 14.8 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
{
"name": "@fetchbot/node-red-contrib-ikea-home-smart",
"version": "0.3.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@fetchbot/node-red-contrib-ikea-home-smart",
"version": "0.3.4",
"license": "GPL-3.0",
"dependencies": {
"lodash": "^4.17.21",
"node-tradfri-client": "^3.2.0"
}
},
"node_modules/@leichtgewicht/ip-codec": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
"integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
},
"node_modules/alcalzone-shared": {
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/alcalzone-shared/-/alcalzone-shared-4.0.8.tgz",
"integrity": "sha512-Rr0efCjNL9lw7miDvU8exL87Y42ehsLU2jUGNQUphhnlvxnTMrHeApWgoOSGZvsE2PhxC3KO7Z+VpQ/IbuV3aA==",
"dependencies": {
"debug": "^4.3.4"
},
"engines": {
"node": ">=12"
}
},
"node_modules/debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/dns-packet": {
"version": "5.6.1",
"resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz",
"integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==",
"dependencies": {
"@leichtgewicht/ip-codec": "^2.0.1"
},
"engines": {
"node": ">=6"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/mdns-server": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/mdns-server/-/mdns-server-1.0.11.tgz",
"integrity": "sha512-luzHnhQYmxaqrvYb8akwH2V/lSSyAumDoAK1zmogvpsj7sd4l04AF/LchBYH44NQVm7oo/KBVVFg3AbsJXr12w==",
"dependencies": {
"dns-packet": "^5.2.2"
}
},
"node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"node_modules/node-aead-crypto": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/node-aead-crypto/-/node-aead-crypto-3.0.1.tgz",
"integrity": "sha512-z1PSiyueg0Demr4iLJ5pqoB1NDP9OsBrsSiGGNx3GaQDBOWY2wyVjS4xRCPiWEN/yu3pgb2PklqaksW1Z4L8aw==",
"optional": true,
"engines": {
"node": ">= 10"
},
"optionalDependencies": {
"node-aead-crypto-android-arm-eabi": "3.0.1",
"node-aead-crypto-android-arm64": "3.0.1",
"node-aead-crypto-darwin-arm64": "3.0.1",
"node-aead-crypto-darwin-universal": "3.0.1",
"node-aead-crypto-darwin-x64": "3.0.1",
"node-aead-crypto-linux-arm-gnueabihf": "3.0.1",
"node-aead-crypto-linux-arm64-gnu": "3.0.1",
"node-aead-crypto-linux-arm64-musl": "3.0.1",
"node-aead-crypto-linux-x64-gnu": "3.0.1",
"node-aead-crypto-linux-x64-musl": "3.0.1",
"node-aead-crypto-win32-arm64-msvc": "3.0.1",
"node-aead-crypto-win32-ia32-msvc": "3.0.1",
"node-aead-crypto-win32-x64-msvc": "3.0.1"
}
},
"node_modules/node-aead-crypto-android-arm-eabi": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/node-aead-crypto-android-arm-eabi/-/node-aead-crypto-android-arm-eabi-3.0.1.tgz",
"integrity": "sha512-bIAOQpwVPiAdi558WCOtbRQxjdQaQysLB12zzgb4LxXzNelNfQCx7gl/lBtQtsDd+MXTWW/acURM9X8c0Y627Q==",
"cpu": [
"arm"
],
"optional": true,
"os": [
"android"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/node-aead-crypto-android-arm64": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/node-aead-crypto-android-arm64/-/node-aead-crypto-android-arm64-3.0.1.tgz",
"integrity": "sha512-EzKow9IduaOatF1hxoi2aNu+a70q7LtVVs/H04VcUBe93FbSuLRtSSOnEmvwwBProz2FV9Y0WhFrAbM+ruRXbA==",
"cpu": [
"arm64"
],
"optional": true,
"os": [
"android"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/node-aead-crypto-darwin-arm64": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/node-aead-crypto-darwin-arm64/-/node-aead-crypto-darwin-arm64-3.0.1.tgz",
"integrity": "sha512-qb5jCE5xfKWJGNwFGhzpcdEZf16RDXOpHu2zckM1rZw4xpfZpSaIzU5J6mBTHzuYfQJrpQSj/sZPuFGIjqEvBA==",
"cpu": [
"arm64"
],
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/node-aead-crypto-darwin-universal": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/node-aead-crypto-darwin-universal/-/node-aead-crypto-darwin-universal-3.0.1.tgz",
"integrity": "sha512-0v44Z90wONd3B9KLPMWDi7p5IZLQUPBY27X9k2R9ZBuIgK00Zkyfd995xgaHeLPN8VLiddg5UmqdOISY88reMQ==",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/node-aead-crypto-darwin-x64": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/node-aead-crypto-darwin-x64/-/node-aead-crypto-darwin-x64-3.0.1.tgz",
"integrity": "sha512-Co6T1sb9R0W6uxlDwnLRlmCP2+5ZKYlQYAY5cWMaTC3RApZY2Qz7GlsK3+6hBaGr8iu4BG2Qdvb5gpS9A9ngLQ==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/node-aead-crypto-linux-arm-gnueabihf": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/node-aead-crypto-linux-arm-gnueabihf/-/node-aead-crypto-linux-arm-gnueabihf-3.0.1.tgz",
"integrity": "sha512-5sZobc1hqIQyULpaOVXw6Q+UIgMRIX3/CzHrCvvmWdc9LXG7ZZ7jzv5F8uTXBtJMXBVm3JdmD5bcu80uy9hfPg==",
"cpu": [
"arm"
],
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/node-aead-crypto-linux-arm64-gnu": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/node-aead-crypto-linux-arm64-gnu/-/node-aead-crypto-linux-arm64-gnu-3.0.1.tgz",
"integrity": "sha512-cieHU0schCllZlDj54SKlYYknZSqBB83K44mFrIjfA/QLo1LQ5vgzpL7xZZLYe82HdcHRtVBLn9zfl1rtb3x+w==",
"cpu": [
"arm64"
],
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/node-aead-crypto-linux-arm64-musl": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/node-aead-crypto-linux-arm64-musl/-/node-aead-crypto-linux-arm64-musl-3.0.1.tgz",
"integrity": "sha512-NU2gUYA4cueaxXtULB4h+a85UIHLB6oH7lt9qHNSQtWkFesoQSUBStmzukX75zhNBI7tvi1Z+jukUrOPYe2ixQ==",
"cpu": [
"arm64"
],
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/node-aead-crypto-linux-x64-gnu": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/node-aead-crypto-linux-x64-gnu/-/node-aead-crypto-linux-x64-gnu-3.0.1.tgz",
"integrity": "sha512-KK+JrrtagnpzBsOofLE+kAf5reB5LGllh1Sdxknccg0e9oQEsL5dzTCjof5iMSdKZEBBKGrWxftMl8UxAR56Jg==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/node-aead-crypto-linux-x64-musl": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/node-aead-crypto-linux-x64-musl/-/node-aead-crypto-linux-x64-musl-3.0.1.tgz",
"integrity": "sha512-CniTRbq1q+qaN2a0MB3PYZZVYVl7rS54MxT9gMaOBEd7KuG5dXry7G/cwwbJ0oR3Agjyt2mTWcW36SjJPudKXw==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/node-aead-crypto-win32-arm64-msvc": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/node-aead-crypto-win32-arm64-msvc/-/node-aead-crypto-win32-arm64-msvc-3.0.1.tgz",
"integrity": "sha512-zDpx5flNM+v9rwN1qwtHudubEqTDtALkL6aCX+KwBG2uccV/PNFsy9imCDyLT86A/7D+U6WPZCpafZgN+w2aBg==",
"cpu": [
"arm64"
],
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/node-aead-crypto-win32-ia32-msvc": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/node-aead-crypto-win32-ia32-msvc/-/node-aead-crypto-win32-ia32-msvc-3.0.1.tgz",
"integrity": "sha512-XD3iIsFG4kWn+XT3PabblNmejS3rNjKAkihCM6R1nPHpGLZFKOPpkummRBi0dWs3s01cV6jx59YG2r1FsZwJ0g==",
"cpu": [
"ia32"
],
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/node-aead-crypto-win32-x64-msvc": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/node-aead-crypto-win32-x64-msvc/-/node-aead-crypto-win32-x64-msvc-3.0.1.tgz",
"integrity": "sha512-I2rehJKYEDXlA2uf3Z/Cnjtg74ClO3cjZhpW/SVKHGfSnxSvLK7BJ3yNAV6x+XpaHBYJMlRvWZqnHqgaHuxWUA==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/node-coap-client": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/node-coap-client/-/node-coap-client-2.1.0.tgz",
"integrity": "sha512-HwD6I83vyWRcun2En/hy/mG+M29RQiy3odvSRdNQCXugEDfS9CuQMA6Uc0ZLoIbsCGzAwJCbFBqenLNGAbflbQ==",
"dependencies": {
"debug": "^4.3.4",
"node-dtls-client": "^1.1.1"
},
"engines": {
"node": ">=12"
}
},
"node_modules/node-dtls-client": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/node-dtls-client/-/node-dtls-client-1.1.1.tgz",
"integrity": "sha512-kwQ8j5OW/cWCcLeFbUC8dyXXXMYetfIFC132wK8BzaUVr7izKWVeVrbYhUsl7yLh+qCrhf+bI3+fu2viTIJajA==",
"dependencies": {
"debug": "^4.3.4",
"semver": "^7.3.7"
},
"engines": {
"node": ">=12"
},
"optionalDependencies": {
"node-aead-crypto": "^3.0.1"
}
},
"node_modules/node-tradfri-client": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/node-tradfri-client/-/node-tradfri-client-3.2.0.tgz",
"integrity": "sha512-tsu9z3FANuiNPqscnAZ9D3OkPHWL7+IlBFlPfbJpLQmMajLJFH1d22BzE70ylOFZZlXWaGMHpKLijExe0+ngUQ==",
"dependencies": {
"alcalzone-shared": "^4.0.8",
"debug": "^4.3.4",
"mdns-server": "^1.0.11",
"node-coap-client": "^2.1.0",
"reflect-metadata": "^0.1.13"
},
"engines": {
"node": ">=12"
}
},
"node_modules/reflect-metadata": {
"version": "0.1.13",
"resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.13.tgz",
"integrity": "sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg=="
},
"node_modules/semver": {
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}
}
}