matterbridge-bthome 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1698 @@
1
+ {
2
+ "name": "matterbridge-bthome",
3
+ "version": "0.0.1",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "matterbridge-bthome",
9
+ "version": "0.0.1",
10
+ "license": "Apache-2.0",
11
+ "dependencies": {
12
+ "@stoprocent/noble": "^2.3.0",
13
+ "node-ansi-logger": "^3.0.1",
14
+ "node-persist-manager": "^1.0.8",
15
+ "rimraf": "^6.0.1"
16
+ },
17
+ "bin": {
18
+ "bthome": "bin/bthome.js"
19
+ },
20
+ "engines": {
21
+ "node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0"
22
+ },
23
+ "funding": {
24
+ "type": "buymeacoffee",
25
+ "url": "https://www.buymeacoffee.com/luligugithub"
26
+ }
27
+ },
28
+ "node_modules/@isaacs/cliui": {
29
+ "version": "8.0.2",
30
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
31
+ "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
32
+ "license": "ISC",
33
+ "dependencies": {
34
+ "string-width": "^5.1.2",
35
+ "string-width-cjs": "npm:string-width@^4.2.0",
36
+ "strip-ansi": "^7.0.1",
37
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
38
+ "wrap-ansi": "^8.1.0",
39
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
40
+ },
41
+ "engines": {
42
+ "node": ">=12"
43
+ }
44
+ },
45
+ "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
46
+ "version": "6.1.0",
47
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
48
+ "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
49
+ "license": "MIT",
50
+ "engines": {
51
+ "node": ">=12"
52
+ },
53
+ "funding": {
54
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
55
+ }
56
+ },
57
+ "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
58
+ "version": "6.2.1",
59
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
60
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
61
+ "license": "MIT",
62
+ "engines": {
63
+ "node": ">=12"
64
+ },
65
+ "funding": {
66
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
67
+ }
68
+ },
69
+ "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
70
+ "version": "9.2.2",
71
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
72
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
73
+ "license": "MIT"
74
+ },
75
+ "node_modules/@isaacs/cliui/node_modules/string-width": {
76
+ "version": "5.1.2",
77
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
78
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
79
+ "license": "MIT",
80
+ "dependencies": {
81
+ "eastasianwidth": "^0.2.0",
82
+ "emoji-regex": "^9.2.2",
83
+ "strip-ansi": "^7.0.1"
84
+ },
85
+ "engines": {
86
+ "node": ">=12"
87
+ },
88
+ "funding": {
89
+ "url": "https://github.com/sponsors/sindresorhus"
90
+ }
91
+ },
92
+ "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
93
+ "version": "7.1.0",
94
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
95
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
96
+ "license": "MIT",
97
+ "dependencies": {
98
+ "ansi-regex": "^6.0.1"
99
+ },
100
+ "engines": {
101
+ "node": ">=12"
102
+ },
103
+ "funding": {
104
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
105
+ }
106
+ },
107
+ "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
108
+ "version": "8.1.0",
109
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
110
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
111
+ "license": "MIT",
112
+ "dependencies": {
113
+ "ansi-styles": "^6.1.0",
114
+ "string-width": "^5.0.1",
115
+ "strip-ansi": "^7.0.1"
116
+ },
117
+ "engines": {
118
+ "node": ">=12"
119
+ },
120
+ "funding": {
121
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
122
+ }
123
+ },
124
+ "node_modules/@serialport/binding-mock": {
125
+ "version": "10.2.2",
126
+ "resolved": "https://registry.npmjs.org/@serialport/binding-mock/-/binding-mock-10.2.2.tgz",
127
+ "integrity": "sha512-HAFzGhk9OuFMpuor7aT5G1ChPgn5qSsklTFOTUX72Rl6p0xwcSVsRtG/xaGp6bxpN7fI9D/S8THLBWbBgS6ldw==",
128
+ "license": "MIT",
129
+ "optional": true,
130
+ "dependencies": {
131
+ "@serialport/bindings-interface": "^1.2.1",
132
+ "debug": "^4.3.3"
133
+ },
134
+ "engines": {
135
+ "node": ">=12.0.0"
136
+ }
137
+ },
138
+ "node_modules/@serialport/bindings-cpp": {
139
+ "version": "13.0.0",
140
+ "resolved": "https://registry.npmjs.org/@serialport/bindings-cpp/-/bindings-cpp-13.0.0.tgz",
141
+ "integrity": "sha512-r25o4Bk/vaO1LyUfY/ulR6hCg/aWiN6Wo2ljVlb4Pj5bqWGcSRC4Vse4a9AcapuAu/FeBzHCbKMvRQeCuKjzIQ==",
142
+ "hasInstallScript": true,
143
+ "license": "MIT",
144
+ "optional": true,
145
+ "dependencies": {
146
+ "@serialport/bindings-interface": "1.2.2",
147
+ "@serialport/parser-readline": "12.0.0",
148
+ "debug": "4.4.0",
149
+ "node-addon-api": "8.3.0",
150
+ "node-gyp-build": "4.8.4"
151
+ },
152
+ "engines": {
153
+ "node": ">=18.0.0"
154
+ },
155
+ "funding": {
156
+ "url": "https://opencollective.com/serialport/donate"
157
+ }
158
+ },
159
+ "node_modules/@serialport/bindings-cpp/node_modules/@serialport/parser-delimiter": {
160
+ "version": "12.0.0",
161
+ "resolved": "https://registry.npmjs.org/@serialport/parser-delimiter/-/parser-delimiter-12.0.0.tgz",
162
+ "integrity": "sha512-gu26tVt5lQoybhorLTPsH2j2LnX3AOP2x/34+DUSTNaUTzu2fBXw+isVjQJpUBFWu6aeQRZw5bJol5X9Gxjblw==",
163
+ "license": "MIT",
164
+ "optional": true,
165
+ "engines": {
166
+ "node": ">=12.0.0"
167
+ },
168
+ "funding": {
169
+ "url": "https://opencollective.com/serialport/donate"
170
+ }
171
+ },
172
+ "node_modules/@serialport/bindings-cpp/node_modules/@serialport/parser-readline": {
173
+ "version": "12.0.0",
174
+ "resolved": "https://registry.npmjs.org/@serialport/parser-readline/-/parser-readline-12.0.0.tgz",
175
+ "integrity": "sha512-O7cywCWC8PiOMvo/gglEBfAkLjp/SENEML46BXDykfKP5mTPM46XMaX1L0waWU6DXJpBgjaL7+yX6VriVPbN4w==",
176
+ "license": "MIT",
177
+ "optional": true,
178
+ "dependencies": {
179
+ "@serialport/parser-delimiter": "12.0.0"
180
+ },
181
+ "engines": {
182
+ "node": ">=12.0.0"
183
+ },
184
+ "funding": {
185
+ "url": "https://opencollective.com/serialport/donate"
186
+ }
187
+ },
188
+ "node_modules/@serialport/bindings-cpp/node_modules/node-addon-api": {
189
+ "version": "8.3.0",
190
+ "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.3.0.tgz",
191
+ "integrity": "sha512-8VOpLHFrOQlAH+qA0ZzuGRlALRA6/LVh8QJldbrC4DY0hXoMP0l4Acq8TzFC018HztWiRqyCEj2aTWY2UvnJUg==",
192
+ "license": "MIT",
193
+ "optional": true,
194
+ "engines": {
195
+ "node": "^18 || ^20 || >= 21"
196
+ }
197
+ },
198
+ "node_modules/@serialport/bindings-interface": {
199
+ "version": "1.2.2",
200
+ "resolved": "https://registry.npmjs.org/@serialport/bindings-interface/-/bindings-interface-1.2.2.tgz",
201
+ "integrity": "sha512-CJaUd5bLvtM9c5dmO9rPBHPXTa9R2UwpkJ0wdh9JCYcbrPWsKz+ErvR0hBLeo7NPeiFdjFO4sonRljiw4d2XiA==",
202
+ "license": "MIT",
203
+ "optional": true,
204
+ "engines": {
205
+ "node": "^12.22 || ^14.13 || >=16"
206
+ }
207
+ },
208
+ "node_modules/@serialport/parser-byte-length": {
209
+ "version": "13.0.0",
210
+ "resolved": "https://registry.npmjs.org/@serialport/parser-byte-length/-/parser-byte-length-13.0.0.tgz",
211
+ "integrity": "sha512-32yvqeTAqJzAEtX5zCrN1Mej56GJ5h/cVFsCDPbF9S1ZSC9FWjOqNAgtByseHfFTSTs/4ZBQZZcZBpolt8sUng==",
212
+ "license": "MIT",
213
+ "optional": true,
214
+ "engines": {
215
+ "node": ">=20.0.0"
216
+ },
217
+ "funding": {
218
+ "url": "https://opencollective.com/serialport/donate"
219
+ }
220
+ },
221
+ "node_modules/@serialport/parser-cctalk": {
222
+ "version": "13.0.0",
223
+ "resolved": "https://registry.npmjs.org/@serialport/parser-cctalk/-/parser-cctalk-13.0.0.tgz",
224
+ "integrity": "sha512-RErAe57g9gvnlieVYGIn1xymb1bzNXb2QtUQd14FpmbQQYlcrmuRnJwKa1BgTCujoCkhtaTtgHlbBWOxm8U2uA==",
225
+ "license": "MIT",
226
+ "optional": true,
227
+ "engines": {
228
+ "node": ">=20.0.0"
229
+ },
230
+ "funding": {
231
+ "url": "https://opencollective.com/serialport/donate"
232
+ }
233
+ },
234
+ "node_modules/@serialport/parser-delimiter": {
235
+ "version": "13.0.0",
236
+ "resolved": "https://registry.npmjs.org/@serialport/parser-delimiter/-/parser-delimiter-13.0.0.tgz",
237
+ "integrity": "sha512-Qqyb0FX1avs3XabQqNaZSivyVbl/yl0jywImp7ePvfZKLwx7jBZjvL+Hawt9wIG6tfq6zbFM24vzCCK7REMUig==",
238
+ "license": "MIT",
239
+ "optional": true,
240
+ "engines": {
241
+ "node": ">=20.0.0"
242
+ },
243
+ "funding": {
244
+ "url": "https://opencollective.com/serialport/donate"
245
+ }
246
+ },
247
+ "node_modules/@serialport/parser-inter-byte-timeout": {
248
+ "version": "13.0.0",
249
+ "resolved": "https://registry.npmjs.org/@serialport/parser-inter-byte-timeout/-/parser-inter-byte-timeout-13.0.0.tgz",
250
+ "integrity": "sha512-a0w0WecTW7bD2YHWrpTz1uyiWA2fDNym0kjmPeNSwZ2XCP+JbirZt31l43m2ey6qXItTYVuQBthm75sPVeHnGA==",
251
+ "license": "MIT",
252
+ "optional": true,
253
+ "engines": {
254
+ "node": ">=20.0.0"
255
+ },
256
+ "funding": {
257
+ "url": "https://opencollective.com/serialport/donate"
258
+ }
259
+ },
260
+ "node_modules/@serialport/parser-packet-length": {
261
+ "version": "13.0.0",
262
+ "resolved": "https://registry.npmjs.org/@serialport/parser-packet-length/-/parser-packet-length-13.0.0.tgz",
263
+ "integrity": "sha512-60ZDDIqYRi0Xs2SPZUo4Jr5LLIjtb+rvzPKMJCohrO6tAqSDponcNpcB1O4W21mKTxYjqInSz+eMrtk0LLfZIg==",
264
+ "license": "MIT",
265
+ "optional": true,
266
+ "engines": {
267
+ "node": ">=8.6.0"
268
+ }
269
+ },
270
+ "node_modules/@serialport/parser-readline": {
271
+ "version": "13.0.0",
272
+ "resolved": "https://registry.npmjs.org/@serialport/parser-readline/-/parser-readline-13.0.0.tgz",
273
+ "integrity": "sha512-dov3zYoyf0dt1Sudd1q42VVYQ4WlliF0MYvAMA3MOyiU1IeG4hl0J6buBA2w4gl3DOCC05tGgLDN/3yIL81gsA==",
274
+ "license": "MIT",
275
+ "optional": true,
276
+ "dependencies": {
277
+ "@serialport/parser-delimiter": "13.0.0"
278
+ },
279
+ "engines": {
280
+ "node": ">=20.0.0"
281
+ },
282
+ "funding": {
283
+ "url": "https://opencollective.com/serialport/donate"
284
+ }
285
+ },
286
+ "node_modules/@serialport/parser-ready": {
287
+ "version": "13.0.0",
288
+ "resolved": "https://registry.npmjs.org/@serialport/parser-ready/-/parser-ready-13.0.0.tgz",
289
+ "integrity": "sha512-JNUQA+y2Rfs4bU+cGYNqOPnNMAcayhhW+XJZihSLQXOHcZsFnOa2F9YtMg9VXRWIcnHldHYtisp62Etjlw24bw==",
290
+ "license": "MIT",
291
+ "optional": true,
292
+ "engines": {
293
+ "node": ">=20.0.0"
294
+ },
295
+ "funding": {
296
+ "url": "https://opencollective.com/serialport/donate"
297
+ }
298
+ },
299
+ "node_modules/@serialport/parser-regex": {
300
+ "version": "13.0.0",
301
+ "resolved": "https://registry.npmjs.org/@serialport/parser-regex/-/parser-regex-13.0.0.tgz",
302
+ "integrity": "sha512-m7HpIf56G5XcuDdA3DB34Z0pJiwxNRakThEHjSa4mG05OnWYv0IG8l2oUyYfuGMowQWaVnQ+8r+brlPxGVH+eA==",
303
+ "license": "MIT",
304
+ "optional": true,
305
+ "engines": {
306
+ "node": ">=20.0.0"
307
+ },
308
+ "funding": {
309
+ "url": "https://opencollective.com/serialport/donate"
310
+ }
311
+ },
312
+ "node_modules/@serialport/parser-slip-encoder": {
313
+ "version": "13.0.0",
314
+ "resolved": "https://registry.npmjs.org/@serialport/parser-slip-encoder/-/parser-slip-encoder-13.0.0.tgz",
315
+ "integrity": "sha512-fUHZEExm6izJ7rg0A1yjXwu4sOzeBkPAjDZPfb+XQoqgtKAk+s+HfICiYn7N2QU9gyaeCO8VKgWwi+b/DowYOg==",
316
+ "license": "MIT",
317
+ "optional": true,
318
+ "engines": {
319
+ "node": ">=20.0.0"
320
+ },
321
+ "funding": {
322
+ "url": "https://opencollective.com/serialport/donate"
323
+ }
324
+ },
325
+ "node_modules/@serialport/parser-spacepacket": {
326
+ "version": "13.0.0",
327
+ "resolved": "https://registry.npmjs.org/@serialport/parser-spacepacket/-/parser-spacepacket-13.0.0.tgz",
328
+ "integrity": "sha512-DoXJ3mFYmyD8X/8931agJvrBPxqTaYDsPoly9/cwQSeh/q4EjQND9ySXBxpWz5WcpyCU4jOuusqCSAPsbB30Eg==",
329
+ "license": "MIT",
330
+ "optional": true,
331
+ "engines": {
332
+ "node": ">=20.0.0"
333
+ },
334
+ "funding": {
335
+ "url": "https://opencollective.com/serialport/donate"
336
+ }
337
+ },
338
+ "node_modules/@serialport/stream": {
339
+ "version": "13.0.0",
340
+ "resolved": "https://registry.npmjs.org/@serialport/stream/-/stream-13.0.0.tgz",
341
+ "integrity": "sha512-F7xLJKsjGo2WuEWMSEO1SimRcOA+WtWICsY13r0ahx8s2SecPQH06338g28OT7cW7uRXI7oEQAk62qh5gHJW3g==",
342
+ "license": "MIT",
343
+ "optional": true,
344
+ "dependencies": {
345
+ "@serialport/bindings-interface": "1.2.2",
346
+ "debug": "4.4.0"
347
+ },
348
+ "engines": {
349
+ "node": ">=20.0.0"
350
+ },
351
+ "funding": {
352
+ "url": "https://opencollective.com/serialport/donate"
353
+ }
354
+ },
355
+ "node_modules/@stoprocent/bluetooth-hci-socket": {
356
+ "version": "2.2.1",
357
+ "resolved": "https://registry.npmjs.org/@stoprocent/bluetooth-hci-socket/-/bluetooth-hci-socket-2.2.1.tgz",
358
+ "integrity": "sha512-qMyzUcaGTZqELQvuKXebpxwE+DT5Tl4CV32D1tLoR6x1i2FKR5AhfCCI5SfY11lHjXTSEtW1y8BaxUukBpL4Og==",
359
+ "hasInstallScript": true,
360
+ "license": "MIT",
361
+ "optional": true,
362
+ "os": [
363
+ "linux",
364
+ "android",
365
+ "freebsd",
366
+ "win32",
367
+ "darwin"
368
+ ],
369
+ "dependencies": {
370
+ "async": "^3.2.6",
371
+ "debug": "^4.3.7",
372
+ "node-addon-api": "^8.3.1",
373
+ "node-gyp-build": "^4.8.4",
374
+ "patch-package": "^8.0.0",
375
+ "serialport": "^13.0.0"
376
+ },
377
+ "optionalDependencies": {
378
+ "usb": "^2.14.0"
379
+ }
380
+ },
381
+ "node_modules/@stoprocent/noble": {
382
+ "version": "2.3.0",
383
+ "resolved": "https://registry.npmjs.org/@stoprocent/noble/-/noble-2.3.0.tgz",
384
+ "integrity": "sha512-8A5gYYIJ0+YzQnG3uDQ0r49rLqxSs8WOzqRTHqhdpNht4JOUKEkpEVsw+8ej/V7QKgqw9I3vYFe5VV8gLYpmcw==",
385
+ "hasInstallScript": true,
386
+ "license": "MIT",
387
+ "dependencies": {
388
+ "debug": "^4.3.7",
389
+ "node-addon-api": "^8.1.0",
390
+ "node-gyp-build": "^4.8.1"
391
+ },
392
+ "engines": {
393
+ "node": ">=14"
394
+ },
395
+ "optionalDependencies": {
396
+ "@stoprocent/bluetooth-hci-socket": "^2.2.1"
397
+ }
398
+ },
399
+ "node_modules/@types/w3c-web-usb": {
400
+ "version": "1.0.10",
401
+ "resolved": "https://registry.npmjs.org/@types/w3c-web-usb/-/w3c-web-usb-1.0.10.tgz",
402
+ "integrity": "sha512-CHgUI5kTc/QLMP8hODUHhge0D4vx+9UiAwIGiT0sTy/B2XpdX1U5rJt6JSISgr6ikRT7vxV9EVAFeYZqUnl1gQ==",
403
+ "license": "MIT",
404
+ "optional": true
405
+ },
406
+ "node_modules/@yarnpkg/lockfile": {
407
+ "version": "1.1.0",
408
+ "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz",
409
+ "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==",
410
+ "license": "BSD-2-Clause",
411
+ "optional": true
412
+ },
413
+ "node_modules/ansi-regex": {
414
+ "version": "5.0.1",
415
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
416
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
417
+ "license": "MIT",
418
+ "engines": {
419
+ "node": ">=8"
420
+ }
421
+ },
422
+ "node_modules/ansi-styles": {
423
+ "version": "4.3.0",
424
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
425
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
426
+ "license": "MIT",
427
+ "dependencies": {
428
+ "color-convert": "^2.0.1"
429
+ },
430
+ "engines": {
431
+ "node": ">=8"
432
+ },
433
+ "funding": {
434
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
435
+ }
436
+ },
437
+ "node_modules/async": {
438
+ "version": "3.2.6",
439
+ "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
440
+ "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
441
+ "license": "MIT",
442
+ "optional": true
443
+ },
444
+ "node_modules/at-least-node": {
445
+ "version": "1.0.0",
446
+ "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
447
+ "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
448
+ "license": "ISC",
449
+ "optional": true,
450
+ "engines": {
451
+ "node": ">= 4.0.0"
452
+ }
453
+ },
454
+ "node_modules/balanced-match": {
455
+ "version": "1.0.2",
456
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
457
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
458
+ "license": "MIT"
459
+ },
460
+ "node_modules/brace-expansion": {
461
+ "version": "1.1.11",
462
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
463
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
464
+ "license": "MIT",
465
+ "optional": true,
466
+ "dependencies": {
467
+ "balanced-match": "^1.0.0",
468
+ "concat-map": "0.0.1"
469
+ }
470
+ },
471
+ "node_modules/braces": {
472
+ "version": "3.0.3",
473
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
474
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
475
+ "license": "MIT",
476
+ "optional": true,
477
+ "dependencies": {
478
+ "fill-range": "^7.1.1"
479
+ },
480
+ "engines": {
481
+ "node": ">=8"
482
+ }
483
+ },
484
+ "node_modules/call-bind": {
485
+ "version": "1.0.8",
486
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
487
+ "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
488
+ "license": "MIT",
489
+ "optional": true,
490
+ "dependencies": {
491
+ "call-bind-apply-helpers": "^1.0.0",
492
+ "es-define-property": "^1.0.0",
493
+ "get-intrinsic": "^1.2.4",
494
+ "set-function-length": "^1.2.2"
495
+ },
496
+ "engines": {
497
+ "node": ">= 0.4"
498
+ },
499
+ "funding": {
500
+ "url": "https://github.com/sponsors/ljharb"
501
+ }
502
+ },
503
+ "node_modules/call-bind-apply-helpers": {
504
+ "version": "1.0.2",
505
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
506
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
507
+ "license": "MIT",
508
+ "optional": true,
509
+ "dependencies": {
510
+ "es-errors": "^1.3.0",
511
+ "function-bind": "^1.1.2"
512
+ },
513
+ "engines": {
514
+ "node": ">= 0.4"
515
+ }
516
+ },
517
+ "node_modules/call-bound": {
518
+ "version": "1.0.4",
519
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
520
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
521
+ "license": "MIT",
522
+ "optional": true,
523
+ "dependencies": {
524
+ "call-bind-apply-helpers": "^1.0.2",
525
+ "get-intrinsic": "^1.3.0"
526
+ },
527
+ "engines": {
528
+ "node": ">= 0.4"
529
+ },
530
+ "funding": {
531
+ "url": "https://github.com/sponsors/ljharb"
532
+ }
533
+ },
534
+ "node_modules/chalk": {
535
+ "version": "4.1.2",
536
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
537
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
538
+ "license": "MIT",
539
+ "optional": true,
540
+ "dependencies": {
541
+ "ansi-styles": "^4.1.0",
542
+ "supports-color": "^7.1.0"
543
+ },
544
+ "engines": {
545
+ "node": ">=10"
546
+ },
547
+ "funding": {
548
+ "url": "https://github.com/chalk/chalk?sponsor=1"
549
+ }
550
+ },
551
+ "node_modules/ci-info": {
552
+ "version": "3.9.0",
553
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
554
+ "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
555
+ "funding": [
556
+ {
557
+ "type": "github",
558
+ "url": "https://github.com/sponsors/sibiraj-s"
559
+ }
560
+ ],
561
+ "license": "MIT",
562
+ "optional": true,
563
+ "engines": {
564
+ "node": ">=8"
565
+ }
566
+ },
567
+ "node_modules/color-convert": {
568
+ "version": "2.0.1",
569
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
570
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
571
+ "license": "MIT",
572
+ "dependencies": {
573
+ "color-name": "~1.1.4"
574
+ },
575
+ "engines": {
576
+ "node": ">=7.0.0"
577
+ }
578
+ },
579
+ "node_modules/color-name": {
580
+ "version": "1.1.4",
581
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
582
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
583
+ "license": "MIT"
584
+ },
585
+ "node_modules/concat-map": {
586
+ "version": "0.0.1",
587
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
588
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
589
+ "license": "MIT",
590
+ "optional": true
591
+ },
592
+ "node_modules/cross-spawn": {
593
+ "version": "7.0.6",
594
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
595
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
596
+ "license": "MIT",
597
+ "dependencies": {
598
+ "path-key": "^3.1.0",
599
+ "shebang-command": "^2.0.0",
600
+ "which": "^2.0.1"
601
+ },
602
+ "engines": {
603
+ "node": ">= 8"
604
+ }
605
+ },
606
+ "node_modules/debug": {
607
+ "version": "4.4.0",
608
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
609
+ "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
610
+ "license": "MIT",
611
+ "dependencies": {
612
+ "ms": "^2.1.3"
613
+ },
614
+ "engines": {
615
+ "node": ">=6.0"
616
+ },
617
+ "peerDependenciesMeta": {
618
+ "supports-color": {
619
+ "optional": true
620
+ }
621
+ }
622
+ },
623
+ "node_modules/define-data-property": {
624
+ "version": "1.1.4",
625
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
626
+ "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
627
+ "license": "MIT",
628
+ "optional": true,
629
+ "dependencies": {
630
+ "es-define-property": "^1.0.0",
631
+ "es-errors": "^1.3.0",
632
+ "gopd": "^1.0.1"
633
+ },
634
+ "engines": {
635
+ "node": ">= 0.4"
636
+ },
637
+ "funding": {
638
+ "url": "https://github.com/sponsors/ljharb"
639
+ }
640
+ },
641
+ "node_modules/dunder-proto": {
642
+ "version": "1.0.1",
643
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
644
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
645
+ "license": "MIT",
646
+ "optional": true,
647
+ "dependencies": {
648
+ "call-bind-apply-helpers": "^1.0.1",
649
+ "es-errors": "^1.3.0",
650
+ "gopd": "^1.2.0"
651
+ },
652
+ "engines": {
653
+ "node": ">= 0.4"
654
+ }
655
+ },
656
+ "node_modules/eastasianwidth": {
657
+ "version": "0.2.0",
658
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
659
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
660
+ "license": "MIT"
661
+ },
662
+ "node_modules/emoji-regex": {
663
+ "version": "8.0.0",
664
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
665
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
666
+ "license": "MIT"
667
+ },
668
+ "node_modules/es-define-property": {
669
+ "version": "1.0.1",
670
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
671
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
672
+ "license": "MIT",
673
+ "optional": true,
674
+ "engines": {
675
+ "node": ">= 0.4"
676
+ }
677
+ },
678
+ "node_modules/es-errors": {
679
+ "version": "1.3.0",
680
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
681
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
682
+ "license": "MIT",
683
+ "optional": true,
684
+ "engines": {
685
+ "node": ">= 0.4"
686
+ }
687
+ },
688
+ "node_modules/es-object-atoms": {
689
+ "version": "1.1.1",
690
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
691
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
692
+ "license": "MIT",
693
+ "optional": true,
694
+ "dependencies": {
695
+ "es-errors": "^1.3.0"
696
+ },
697
+ "engines": {
698
+ "node": ">= 0.4"
699
+ }
700
+ },
701
+ "node_modules/fill-range": {
702
+ "version": "7.1.1",
703
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
704
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
705
+ "license": "MIT",
706
+ "optional": true,
707
+ "dependencies": {
708
+ "to-regex-range": "^5.0.1"
709
+ },
710
+ "engines": {
711
+ "node": ">=8"
712
+ }
713
+ },
714
+ "node_modules/find-yarn-workspace-root": {
715
+ "version": "2.0.0",
716
+ "resolved": "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz",
717
+ "integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==",
718
+ "license": "Apache-2.0",
719
+ "optional": true,
720
+ "dependencies": {
721
+ "micromatch": "^4.0.2"
722
+ }
723
+ },
724
+ "node_modules/foreground-child": {
725
+ "version": "3.3.1",
726
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
727
+ "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
728
+ "license": "ISC",
729
+ "dependencies": {
730
+ "cross-spawn": "^7.0.6",
731
+ "signal-exit": "^4.0.1"
732
+ },
733
+ "engines": {
734
+ "node": ">=14"
735
+ },
736
+ "funding": {
737
+ "url": "https://github.com/sponsors/isaacs"
738
+ }
739
+ },
740
+ "node_modules/foreground-child/node_modules/signal-exit": {
741
+ "version": "4.1.0",
742
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
743
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
744
+ "license": "ISC",
745
+ "engines": {
746
+ "node": ">=14"
747
+ },
748
+ "funding": {
749
+ "url": "https://github.com/sponsors/isaacs"
750
+ }
751
+ },
752
+ "node_modules/fs-extra": {
753
+ "version": "9.1.0",
754
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
755
+ "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
756
+ "license": "MIT",
757
+ "optional": true,
758
+ "dependencies": {
759
+ "at-least-node": "^1.0.0",
760
+ "graceful-fs": "^4.2.0",
761
+ "jsonfile": "^6.0.1",
762
+ "universalify": "^2.0.0"
763
+ },
764
+ "engines": {
765
+ "node": ">=10"
766
+ }
767
+ },
768
+ "node_modules/fs.realpath": {
769
+ "version": "1.0.0",
770
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
771
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
772
+ "license": "ISC",
773
+ "optional": true
774
+ },
775
+ "node_modules/function-bind": {
776
+ "version": "1.1.2",
777
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
778
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
779
+ "license": "MIT",
780
+ "optional": true,
781
+ "funding": {
782
+ "url": "https://github.com/sponsors/ljharb"
783
+ }
784
+ },
785
+ "node_modules/get-intrinsic": {
786
+ "version": "1.3.0",
787
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
788
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
789
+ "license": "MIT",
790
+ "optional": true,
791
+ "dependencies": {
792
+ "call-bind-apply-helpers": "^1.0.2",
793
+ "es-define-property": "^1.0.1",
794
+ "es-errors": "^1.3.0",
795
+ "es-object-atoms": "^1.1.1",
796
+ "function-bind": "^1.1.2",
797
+ "get-proto": "^1.0.1",
798
+ "gopd": "^1.2.0",
799
+ "has-symbols": "^1.1.0",
800
+ "hasown": "^2.0.2",
801
+ "math-intrinsics": "^1.1.0"
802
+ },
803
+ "engines": {
804
+ "node": ">= 0.4"
805
+ },
806
+ "funding": {
807
+ "url": "https://github.com/sponsors/ljharb"
808
+ }
809
+ },
810
+ "node_modules/get-proto": {
811
+ "version": "1.0.1",
812
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
813
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
814
+ "license": "MIT",
815
+ "optional": true,
816
+ "dependencies": {
817
+ "dunder-proto": "^1.0.1",
818
+ "es-object-atoms": "^1.0.0"
819
+ },
820
+ "engines": {
821
+ "node": ">= 0.4"
822
+ }
823
+ },
824
+ "node_modules/glob": {
825
+ "version": "7.2.3",
826
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
827
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
828
+ "deprecated": "Glob versions prior to v9 are no longer supported",
829
+ "license": "ISC",
830
+ "optional": true,
831
+ "dependencies": {
832
+ "fs.realpath": "^1.0.0",
833
+ "inflight": "^1.0.4",
834
+ "inherits": "2",
835
+ "minimatch": "^3.1.1",
836
+ "once": "^1.3.0",
837
+ "path-is-absolute": "^1.0.0"
838
+ },
839
+ "engines": {
840
+ "node": "*"
841
+ },
842
+ "funding": {
843
+ "url": "https://github.com/sponsors/isaacs"
844
+ }
845
+ },
846
+ "node_modules/gopd": {
847
+ "version": "1.2.0",
848
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
849
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
850
+ "license": "MIT",
851
+ "optional": true,
852
+ "engines": {
853
+ "node": ">= 0.4"
854
+ },
855
+ "funding": {
856
+ "url": "https://github.com/sponsors/ljharb"
857
+ }
858
+ },
859
+ "node_modules/graceful-fs": {
860
+ "version": "4.2.11",
861
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
862
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
863
+ "license": "ISC",
864
+ "optional": true
865
+ },
866
+ "node_modules/has-flag": {
867
+ "version": "4.0.0",
868
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
869
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
870
+ "license": "MIT",
871
+ "optional": true,
872
+ "engines": {
873
+ "node": ">=8"
874
+ }
875
+ },
876
+ "node_modules/has-property-descriptors": {
877
+ "version": "1.0.2",
878
+ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
879
+ "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
880
+ "license": "MIT",
881
+ "optional": true,
882
+ "dependencies": {
883
+ "es-define-property": "^1.0.0"
884
+ },
885
+ "funding": {
886
+ "url": "https://github.com/sponsors/ljharb"
887
+ }
888
+ },
889
+ "node_modules/has-symbols": {
890
+ "version": "1.1.0",
891
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
892
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
893
+ "license": "MIT",
894
+ "optional": true,
895
+ "engines": {
896
+ "node": ">= 0.4"
897
+ },
898
+ "funding": {
899
+ "url": "https://github.com/sponsors/ljharb"
900
+ }
901
+ },
902
+ "node_modules/hasown": {
903
+ "version": "2.0.2",
904
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
905
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
906
+ "license": "MIT",
907
+ "optional": true,
908
+ "dependencies": {
909
+ "function-bind": "^1.1.2"
910
+ },
911
+ "engines": {
912
+ "node": ">= 0.4"
913
+ }
914
+ },
915
+ "node_modules/inflight": {
916
+ "version": "1.0.6",
917
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
918
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
919
+ "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
920
+ "license": "ISC",
921
+ "optional": true,
922
+ "dependencies": {
923
+ "once": "^1.3.0",
924
+ "wrappy": "1"
925
+ }
926
+ },
927
+ "node_modules/inherits": {
928
+ "version": "2.0.4",
929
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
930
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
931
+ "license": "ISC",
932
+ "optional": true
933
+ },
934
+ "node_modules/is-docker": {
935
+ "version": "2.2.1",
936
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
937
+ "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
938
+ "license": "MIT",
939
+ "optional": true,
940
+ "bin": {
941
+ "is-docker": "cli.js"
942
+ },
943
+ "engines": {
944
+ "node": ">=8"
945
+ },
946
+ "funding": {
947
+ "url": "https://github.com/sponsors/sindresorhus"
948
+ }
949
+ },
950
+ "node_modules/is-fullwidth-code-point": {
951
+ "version": "3.0.0",
952
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
953
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
954
+ "license": "MIT",
955
+ "engines": {
956
+ "node": ">=8"
957
+ }
958
+ },
959
+ "node_modules/is-number": {
960
+ "version": "7.0.0",
961
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
962
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
963
+ "license": "MIT",
964
+ "optional": true,
965
+ "engines": {
966
+ "node": ">=0.12.0"
967
+ }
968
+ },
969
+ "node_modules/is-wsl": {
970
+ "version": "2.2.0",
971
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
972
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
973
+ "license": "MIT",
974
+ "optional": true,
975
+ "dependencies": {
976
+ "is-docker": "^2.0.0"
977
+ },
978
+ "engines": {
979
+ "node": ">=8"
980
+ }
981
+ },
982
+ "node_modules/isarray": {
983
+ "version": "2.0.5",
984
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
985
+ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
986
+ "license": "MIT",
987
+ "optional": true
988
+ },
989
+ "node_modules/isexe": {
990
+ "version": "2.0.0",
991
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
992
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
993
+ "license": "ISC"
994
+ },
995
+ "node_modules/jackspeak": {
996
+ "version": "4.1.0",
997
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.0.tgz",
998
+ "integrity": "sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==",
999
+ "license": "BlueOak-1.0.0",
1000
+ "dependencies": {
1001
+ "@isaacs/cliui": "^8.0.2"
1002
+ },
1003
+ "engines": {
1004
+ "node": "20 || >=22"
1005
+ },
1006
+ "funding": {
1007
+ "url": "https://github.com/sponsors/isaacs"
1008
+ }
1009
+ },
1010
+ "node_modules/json-stable-stringify": {
1011
+ "version": "1.3.0",
1012
+ "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.3.0.tgz",
1013
+ "integrity": "sha512-qtYiSSFlwot9XHtF9bD9c7rwKjr+RecWT//ZnPvSmEjpV5mmPOCN4j8UjY5hbjNkOwZ/jQv3J6R1/pL7RwgMsg==",
1014
+ "license": "MIT",
1015
+ "optional": true,
1016
+ "dependencies": {
1017
+ "call-bind": "^1.0.8",
1018
+ "call-bound": "^1.0.4",
1019
+ "isarray": "^2.0.5",
1020
+ "jsonify": "^0.0.1",
1021
+ "object-keys": "^1.1.1"
1022
+ },
1023
+ "engines": {
1024
+ "node": ">= 0.4"
1025
+ },
1026
+ "funding": {
1027
+ "url": "https://github.com/sponsors/ljharb"
1028
+ }
1029
+ },
1030
+ "node_modules/jsonfile": {
1031
+ "version": "6.1.0",
1032
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
1033
+ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
1034
+ "license": "MIT",
1035
+ "optional": true,
1036
+ "dependencies": {
1037
+ "universalify": "^2.0.0"
1038
+ },
1039
+ "optionalDependencies": {
1040
+ "graceful-fs": "^4.1.6"
1041
+ }
1042
+ },
1043
+ "node_modules/jsonify": {
1044
+ "version": "0.0.1",
1045
+ "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz",
1046
+ "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
1047
+ "license": "Public Domain",
1048
+ "optional": true,
1049
+ "funding": {
1050
+ "url": "https://github.com/sponsors/ljharb"
1051
+ }
1052
+ },
1053
+ "node_modules/klaw-sync": {
1054
+ "version": "6.0.0",
1055
+ "resolved": "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz",
1056
+ "integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==",
1057
+ "license": "MIT",
1058
+ "optional": true,
1059
+ "dependencies": {
1060
+ "graceful-fs": "^4.1.11"
1061
+ }
1062
+ },
1063
+ "node_modules/math-intrinsics": {
1064
+ "version": "1.1.0",
1065
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
1066
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
1067
+ "license": "MIT",
1068
+ "optional": true,
1069
+ "engines": {
1070
+ "node": ">= 0.4"
1071
+ }
1072
+ },
1073
+ "node_modules/micromatch": {
1074
+ "version": "4.0.8",
1075
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
1076
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
1077
+ "license": "MIT",
1078
+ "optional": true,
1079
+ "dependencies": {
1080
+ "braces": "^3.0.3",
1081
+ "picomatch": "^2.3.1"
1082
+ },
1083
+ "engines": {
1084
+ "node": ">=8.6"
1085
+ }
1086
+ },
1087
+ "node_modules/minimatch": {
1088
+ "version": "3.1.2",
1089
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
1090
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
1091
+ "license": "ISC",
1092
+ "optional": true,
1093
+ "dependencies": {
1094
+ "brace-expansion": "^1.1.7"
1095
+ },
1096
+ "engines": {
1097
+ "node": "*"
1098
+ }
1099
+ },
1100
+ "node_modules/minimist": {
1101
+ "version": "1.2.8",
1102
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
1103
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
1104
+ "license": "MIT",
1105
+ "optional": true,
1106
+ "funding": {
1107
+ "url": "https://github.com/sponsors/ljharb"
1108
+ }
1109
+ },
1110
+ "node_modules/minipass": {
1111
+ "version": "7.1.2",
1112
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
1113
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
1114
+ "license": "ISC",
1115
+ "engines": {
1116
+ "node": ">=16 || 14 >=14.17"
1117
+ }
1118
+ },
1119
+ "node_modules/ms": {
1120
+ "version": "2.1.3",
1121
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1122
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1123
+ "license": "MIT"
1124
+ },
1125
+ "node_modules/node-addon-api": {
1126
+ "version": "8.3.1",
1127
+ "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.3.1.tgz",
1128
+ "integrity": "sha512-lytcDEdxKjGJPTLEfW4mYMigRezMlyJY8W4wxJK8zE533Jlb8L8dRuObJFWg2P+AuOIxoCgKF+2Oq4d4Zd0OUA==",
1129
+ "license": "MIT",
1130
+ "engines": {
1131
+ "node": "^18 || ^20 || >= 21"
1132
+ }
1133
+ },
1134
+ "node_modules/node-ansi-logger": {
1135
+ "version": "3.0.1",
1136
+ "resolved": "https://registry.npmjs.org/node-ansi-logger/-/node-ansi-logger-3.0.1.tgz",
1137
+ "integrity": "sha512-Nx7nkO6Sby8Eti1UFFdff3gImEC35izuvf+aRFh3mrDZ8hgXM/cZdflkpDMnDdxnabYl91LVi4RhB/dm5Yk9iA==",
1138
+ "license": "MIT",
1139
+ "engines": {
1140
+ "node": ">=18.0.0"
1141
+ },
1142
+ "funding": {
1143
+ "type": "buymeacoffee",
1144
+ "url": "https://www.buymeacoffee.com/luligugithub"
1145
+ }
1146
+ },
1147
+ "node_modules/node-gyp-build": {
1148
+ "version": "4.8.4",
1149
+ "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
1150
+ "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
1151
+ "license": "MIT",
1152
+ "bin": {
1153
+ "node-gyp-build": "bin.js",
1154
+ "node-gyp-build-optional": "optional.js",
1155
+ "node-gyp-build-test": "build-test.js"
1156
+ }
1157
+ },
1158
+ "node_modules/node-persist": {
1159
+ "version": "4.0.4",
1160
+ "resolved": "https://registry.npmjs.org/node-persist/-/node-persist-4.0.4.tgz",
1161
+ "integrity": "sha512-8sPAz/7tw1mCCc8xBG4f0wi+flHkSSgQeX998iQ75Pu27evA6UUWCjSE7xnrYTg2q33oU5leJ061EKPDv6BocQ==",
1162
+ "license": "MIT",
1163
+ "dependencies": {
1164
+ "p-limit": "^3.1.0"
1165
+ },
1166
+ "engines": {
1167
+ "node": ">=10.12.0"
1168
+ }
1169
+ },
1170
+ "node_modules/node-persist-manager": {
1171
+ "version": "1.0.8",
1172
+ "resolved": "https://registry.npmjs.org/node-persist-manager/-/node-persist-manager-1.0.8.tgz",
1173
+ "integrity": "sha512-J0wjdxOloD6aw4s2kljbV3nvHfguWph8LnfmTL+6MZiBsh46wjaIaZd/cHU0HWonrNfktCv7Zuvn0sEH0f2s+A==",
1174
+ "license": "MIT",
1175
+ "dependencies": {
1176
+ "node-persist": "^4.0.2"
1177
+ },
1178
+ "engines": {
1179
+ "node": ">=18.0.0"
1180
+ },
1181
+ "funding": {
1182
+ "type": "buymeacoffee",
1183
+ "url": "https://www.buymeacoffee.com/luligugithub"
1184
+ }
1185
+ },
1186
+ "node_modules/object-keys": {
1187
+ "version": "1.1.1",
1188
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
1189
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
1190
+ "license": "MIT",
1191
+ "optional": true,
1192
+ "engines": {
1193
+ "node": ">= 0.4"
1194
+ }
1195
+ },
1196
+ "node_modules/once": {
1197
+ "version": "1.4.0",
1198
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
1199
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
1200
+ "license": "ISC",
1201
+ "optional": true,
1202
+ "dependencies": {
1203
+ "wrappy": "1"
1204
+ }
1205
+ },
1206
+ "node_modules/open": {
1207
+ "version": "7.4.2",
1208
+ "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
1209
+ "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
1210
+ "license": "MIT",
1211
+ "optional": true,
1212
+ "dependencies": {
1213
+ "is-docker": "^2.0.0",
1214
+ "is-wsl": "^2.1.1"
1215
+ },
1216
+ "engines": {
1217
+ "node": ">=8"
1218
+ },
1219
+ "funding": {
1220
+ "url": "https://github.com/sponsors/sindresorhus"
1221
+ }
1222
+ },
1223
+ "node_modules/os-tmpdir": {
1224
+ "version": "1.0.2",
1225
+ "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
1226
+ "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
1227
+ "license": "MIT",
1228
+ "optional": true,
1229
+ "engines": {
1230
+ "node": ">=0.10.0"
1231
+ }
1232
+ },
1233
+ "node_modules/p-limit": {
1234
+ "version": "3.1.0",
1235
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
1236
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
1237
+ "license": "MIT",
1238
+ "dependencies": {
1239
+ "yocto-queue": "^0.1.0"
1240
+ },
1241
+ "engines": {
1242
+ "node": ">=10"
1243
+ },
1244
+ "funding": {
1245
+ "url": "https://github.com/sponsors/sindresorhus"
1246
+ }
1247
+ },
1248
+ "node_modules/package-json-from-dist": {
1249
+ "version": "1.0.1",
1250
+ "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
1251
+ "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
1252
+ "license": "BlueOak-1.0.0"
1253
+ },
1254
+ "node_modules/patch-package": {
1255
+ "version": "8.0.0",
1256
+ "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-8.0.0.tgz",
1257
+ "integrity": "sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==",
1258
+ "license": "MIT",
1259
+ "optional": true,
1260
+ "dependencies": {
1261
+ "@yarnpkg/lockfile": "^1.1.0",
1262
+ "chalk": "^4.1.2",
1263
+ "ci-info": "^3.7.0",
1264
+ "cross-spawn": "^7.0.3",
1265
+ "find-yarn-workspace-root": "^2.0.0",
1266
+ "fs-extra": "^9.0.0",
1267
+ "json-stable-stringify": "^1.0.2",
1268
+ "klaw-sync": "^6.0.0",
1269
+ "minimist": "^1.2.6",
1270
+ "open": "^7.4.2",
1271
+ "rimraf": "^2.6.3",
1272
+ "semver": "^7.5.3",
1273
+ "slash": "^2.0.0",
1274
+ "tmp": "^0.0.33",
1275
+ "yaml": "^2.2.2"
1276
+ },
1277
+ "bin": {
1278
+ "patch-package": "index.js"
1279
+ },
1280
+ "engines": {
1281
+ "node": ">=14",
1282
+ "npm": ">5"
1283
+ }
1284
+ },
1285
+ "node_modules/patch-package/node_modules/rimraf": {
1286
+ "version": "2.7.1",
1287
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
1288
+ "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
1289
+ "deprecated": "Rimraf versions prior to v4 are no longer supported",
1290
+ "license": "ISC",
1291
+ "optional": true,
1292
+ "dependencies": {
1293
+ "glob": "^7.1.3"
1294
+ },
1295
+ "bin": {
1296
+ "rimraf": "bin.js"
1297
+ }
1298
+ },
1299
+ "node_modules/patch-package/node_modules/semver": {
1300
+ "version": "7.7.1",
1301
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
1302
+ "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
1303
+ "license": "ISC",
1304
+ "optional": true,
1305
+ "bin": {
1306
+ "semver": "bin/semver.js"
1307
+ },
1308
+ "engines": {
1309
+ "node": ">=10"
1310
+ }
1311
+ },
1312
+ "node_modules/patch-package/node_modules/slash": {
1313
+ "version": "2.0.0",
1314
+ "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
1315
+ "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
1316
+ "license": "MIT",
1317
+ "optional": true,
1318
+ "engines": {
1319
+ "node": ">=6"
1320
+ }
1321
+ },
1322
+ "node_modules/path-is-absolute": {
1323
+ "version": "1.0.1",
1324
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
1325
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
1326
+ "license": "MIT",
1327
+ "optional": true,
1328
+ "engines": {
1329
+ "node": ">=0.10.0"
1330
+ }
1331
+ },
1332
+ "node_modules/path-key": {
1333
+ "version": "3.1.1",
1334
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
1335
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
1336
+ "license": "MIT",
1337
+ "engines": {
1338
+ "node": ">=8"
1339
+ }
1340
+ },
1341
+ "node_modules/path-scurry": {
1342
+ "version": "2.0.0",
1343
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
1344
+ "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
1345
+ "license": "BlueOak-1.0.0",
1346
+ "dependencies": {
1347
+ "lru-cache": "^11.0.0",
1348
+ "minipass": "^7.1.2"
1349
+ },
1350
+ "engines": {
1351
+ "node": "20 || >=22"
1352
+ },
1353
+ "funding": {
1354
+ "url": "https://github.com/sponsors/isaacs"
1355
+ }
1356
+ },
1357
+ "node_modules/path-scurry/node_modules/lru-cache": {
1358
+ "version": "11.1.0",
1359
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
1360
+ "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
1361
+ "license": "ISC",
1362
+ "engines": {
1363
+ "node": "20 || >=22"
1364
+ }
1365
+ },
1366
+ "node_modules/picomatch": {
1367
+ "version": "2.3.1",
1368
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
1369
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
1370
+ "license": "MIT",
1371
+ "optional": true,
1372
+ "engines": {
1373
+ "node": ">=8.6"
1374
+ },
1375
+ "funding": {
1376
+ "url": "https://github.com/sponsors/jonschlinkert"
1377
+ }
1378
+ },
1379
+ "node_modules/rimraf": {
1380
+ "version": "6.0.1",
1381
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.0.1.tgz",
1382
+ "integrity": "sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==",
1383
+ "license": "ISC",
1384
+ "dependencies": {
1385
+ "glob": "^11.0.0",
1386
+ "package-json-from-dist": "^1.0.0"
1387
+ },
1388
+ "bin": {
1389
+ "rimraf": "dist/esm/bin.mjs"
1390
+ },
1391
+ "engines": {
1392
+ "node": "20 || >=22"
1393
+ },
1394
+ "funding": {
1395
+ "url": "https://github.com/sponsors/isaacs"
1396
+ }
1397
+ },
1398
+ "node_modules/rimraf/node_modules/brace-expansion": {
1399
+ "version": "2.0.1",
1400
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
1401
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
1402
+ "license": "MIT",
1403
+ "dependencies": {
1404
+ "balanced-match": "^1.0.0"
1405
+ }
1406
+ },
1407
+ "node_modules/rimraf/node_modules/glob": {
1408
+ "version": "11.0.2",
1409
+ "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.2.tgz",
1410
+ "integrity": "sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==",
1411
+ "license": "ISC",
1412
+ "dependencies": {
1413
+ "foreground-child": "^3.1.0",
1414
+ "jackspeak": "^4.0.1",
1415
+ "minimatch": "^10.0.0",
1416
+ "minipass": "^7.1.2",
1417
+ "package-json-from-dist": "^1.0.0",
1418
+ "path-scurry": "^2.0.0"
1419
+ },
1420
+ "bin": {
1421
+ "glob": "dist/esm/bin.mjs"
1422
+ },
1423
+ "engines": {
1424
+ "node": "20 || >=22"
1425
+ },
1426
+ "funding": {
1427
+ "url": "https://github.com/sponsors/isaacs"
1428
+ }
1429
+ },
1430
+ "node_modules/rimraf/node_modules/minimatch": {
1431
+ "version": "10.0.1",
1432
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz",
1433
+ "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==",
1434
+ "license": "ISC",
1435
+ "dependencies": {
1436
+ "brace-expansion": "^2.0.1"
1437
+ },
1438
+ "engines": {
1439
+ "node": "20 || >=22"
1440
+ },
1441
+ "funding": {
1442
+ "url": "https://github.com/sponsors/isaacs"
1443
+ }
1444
+ },
1445
+ "node_modules/serialport": {
1446
+ "version": "13.0.0",
1447
+ "resolved": "https://registry.npmjs.org/serialport/-/serialport-13.0.0.tgz",
1448
+ "integrity": "sha512-PHpnTd8isMGPfFTZNCzOZp9m4mAJSNWle9Jxu6BPTcWq7YXl5qN7tp8Sgn0h+WIGcD6JFz5QDgixC2s4VW7vzg==",
1449
+ "license": "MIT",
1450
+ "optional": true,
1451
+ "dependencies": {
1452
+ "@serialport/binding-mock": "10.2.2",
1453
+ "@serialport/bindings-cpp": "13.0.0",
1454
+ "@serialport/parser-byte-length": "13.0.0",
1455
+ "@serialport/parser-cctalk": "13.0.0",
1456
+ "@serialport/parser-delimiter": "13.0.0",
1457
+ "@serialport/parser-inter-byte-timeout": "13.0.0",
1458
+ "@serialport/parser-packet-length": "13.0.0",
1459
+ "@serialport/parser-readline": "13.0.0",
1460
+ "@serialport/parser-ready": "13.0.0",
1461
+ "@serialport/parser-regex": "13.0.0",
1462
+ "@serialport/parser-slip-encoder": "13.0.0",
1463
+ "@serialport/parser-spacepacket": "13.0.0",
1464
+ "@serialport/stream": "13.0.0",
1465
+ "debug": "4.4.0"
1466
+ },
1467
+ "engines": {
1468
+ "node": ">=20.0.0"
1469
+ },
1470
+ "funding": {
1471
+ "url": "https://opencollective.com/serialport/donate"
1472
+ }
1473
+ },
1474
+ "node_modules/set-function-length": {
1475
+ "version": "1.2.2",
1476
+ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
1477
+ "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
1478
+ "license": "MIT",
1479
+ "optional": true,
1480
+ "dependencies": {
1481
+ "define-data-property": "^1.1.4",
1482
+ "es-errors": "^1.3.0",
1483
+ "function-bind": "^1.1.2",
1484
+ "get-intrinsic": "^1.2.4",
1485
+ "gopd": "^1.0.1",
1486
+ "has-property-descriptors": "^1.0.2"
1487
+ },
1488
+ "engines": {
1489
+ "node": ">= 0.4"
1490
+ }
1491
+ },
1492
+ "node_modules/shebang-command": {
1493
+ "version": "2.0.0",
1494
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
1495
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
1496
+ "license": "MIT",
1497
+ "dependencies": {
1498
+ "shebang-regex": "^3.0.0"
1499
+ },
1500
+ "engines": {
1501
+ "node": ">=8"
1502
+ }
1503
+ },
1504
+ "node_modules/shebang-regex": {
1505
+ "version": "3.0.0",
1506
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
1507
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
1508
+ "license": "MIT",
1509
+ "engines": {
1510
+ "node": ">=8"
1511
+ }
1512
+ },
1513
+ "node_modules/string-width": {
1514
+ "version": "4.2.3",
1515
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1516
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1517
+ "license": "MIT",
1518
+ "dependencies": {
1519
+ "emoji-regex": "^8.0.0",
1520
+ "is-fullwidth-code-point": "^3.0.0",
1521
+ "strip-ansi": "^6.0.1"
1522
+ },
1523
+ "engines": {
1524
+ "node": ">=8"
1525
+ }
1526
+ },
1527
+ "node_modules/string-width-cjs": {
1528
+ "name": "string-width",
1529
+ "version": "4.2.3",
1530
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1531
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1532
+ "license": "MIT",
1533
+ "dependencies": {
1534
+ "emoji-regex": "^8.0.0",
1535
+ "is-fullwidth-code-point": "^3.0.0",
1536
+ "strip-ansi": "^6.0.1"
1537
+ },
1538
+ "engines": {
1539
+ "node": ">=8"
1540
+ }
1541
+ },
1542
+ "node_modules/strip-ansi": {
1543
+ "version": "6.0.1",
1544
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1545
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1546
+ "license": "MIT",
1547
+ "dependencies": {
1548
+ "ansi-regex": "^5.0.1"
1549
+ },
1550
+ "engines": {
1551
+ "node": ">=8"
1552
+ }
1553
+ },
1554
+ "node_modules/strip-ansi-cjs": {
1555
+ "name": "strip-ansi",
1556
+ "version": "6.0.1",
1557
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1558
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1559
+ "license": "MIT",
1560
+ "dependencies": {
1561
+ "ansi-regex": "^5.0.1"
1562
+ },
1563
+ "engines": {
1564
+ "node": ">=8"
1565
+ }
1566
+ },
1567
+ "node_modules/supports-color": {
1568
+ "version": "7.2.0",
1569
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
1570
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
1571
+ "license": "MIT",
1572
+ "optional": true,
1573
+ "dependencies": {
1574
+ "has-flag": "^4.0.0"
1575
+ },
1576
+ "engines": {
1577
+ "node": ">=8"
1578
+ }
1579
+ },
1580
+ "node_modules/tmp": {
1581
+ "version": "0.0.33",
1582
+ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
1583
+ "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
1584
+ "license": "MIT",
1585
+ "optional": true,
1586
+ "dependencies": {
1587
+ "os-tmpdir": "~1.0.2"
1588
+ },
1589
+ "engines": {
1590
+ "node": ">=0.6.0"
1591
+ }
1592
+ },
1593
+ "node_modules/to-regex-range": {
1594
+ "version": "5.0.1",
1595
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
1596
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
1597
+ "license": "MIT",
1598
+ "optional": true,
1599
+ "dependencies": {
1600
+ "is-number": "^7.0.0"
1601
+ },
1602
+ "engines": {
1603
+ "node": ">=8.0"
1604
+ }
1605
+ },
1606
+ "node_modules/universalify": {
1607
+ "version": "2.0.1",
1608
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
1609
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
1610
+ "license": "MIT",
1611
+ "optional": true,
1612
+ "engines": {
1613
+ "node": ">= 10.0.0"
1614
+ }
1615
+ },
1616
+ "node_modules/usb": {
1617
+ "version": "2.15.0",
1618
+ "resolved": "https://registry.npmjs.org/usb/-/usb-2.15.0.tgz",
1619
+ "integrity": "sha512-BA9r7PFxyYp99wps1N70lIqdPb2Utcl2KkWohDtWUmhDBeM5hDH1Zl/L/CZvWxd5W3RUCNm1g+b+DEKZ6cHzqg==",
1620
+ "hasInstallScript": true,
1621
+ "license": "MIT",
1622
+ "optional": true,
1623
+ "dependencies": {
1624
+ "@types/w3c-web-usb": "^1.0.6",
1625
+ "node-addon-api": "^8.0.0",
1626
+ "node-gyp-build": "^4.5.0"
1627
+ },
1628
+ "engines": {
1629
+ "node": ">=12.22.0 <13.0 || >=14.17.0"
1630
+ }
1631
+ },
1632
+ "node_modules/which": {
1633
+ "version": "2.0.2",
1634
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
1635
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
1636
+ "license": "ISC",
1637
+ "dependencies": {
1638
+ "isexe": "^2.0.0"
1639
+ },
1640
+ "bin": {
1641
+ "node-which": "bin/node-which"
1642
+ },
1643
+ "engines": {
1644
+ "node": ">= 8"
1645
+ }
1646
+ },
1647
+ "node_modules/wrap-ansi-cjs": {
1648
+ "name": "wrap-ansi",
1649
+ "version": "7.0.0",
1650
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
1651
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
1652
+ "license": "MIT",
1653
+ "dependencies": {
1654
+ "ansi-styles": "^4.0.0",
1655
+ "string-width": "^4.1.0",
1656
+ "strip-ansi": "^6.0.0"
1657
+ },
1658
+ "engines": {
1659
+ "node": ">=10"
1660
+ },
1661
+ "funding": {
1662
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1663
+ }
1664
+ },
1665
+ "node_modules/wrappy": {
1666
+ "version": "1.0.2",
1667
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
1668
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
1669
+ "license": "ISC",
1670
+ "optional": true
1671
+ },
1672
+ "node_modules/yaml": {
1673
+ "version": "2.7.1",
1674
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz",
1675
+ "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==",
1676
+ "license": "ISC",
1677
+ "optional": true,
1678
+ "bin": {
1679
+ "yaml": "bin.mjs"
1680
+ },
1681
+ "engines": {
1682
+ "node": ">= 14"
1683
+ }
1684
+ },
1685
+ "node_modules/yocto-queue": {
1686
+ "version": "0.1.0",
1687
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
1688
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
1689
+ "license": "MIT",
1690
+ "engines": {
1691
+ "node": ">=10"
1692
+ },
1693
+ "funding": {
1694
+ "url": "https://github.com/sponsors/sindresorhus"
1695
+ }
1696
+ }
1697
+ }
1698
+ }