@alter-ai/cli 0.8.0 → 0.9.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,848 @@
1
+ {
2
+ "name": "@alter-ai/cli",
3
+ "version": "0.9.1",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "@alter-ai/cli",
9
+ "version": "0.9.1",
10
+ "dependencies": {
11
+ "commander": "12.1.0",
12
+ "posthog-node": "4.18.0"
13
+ },
14
+ "optionalDependencies": {
15
+ "keytar": "7.9.0"
16
+ }
17
+ },
18
+ "node_modules/agent-base": {
19
+ "version": "6.0.2",
20
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
21
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
22
+ "license": "MIT",
23
+ "dependencies": {
24
+ "debug": "4"
25
+ },
26
+ "engines": {
27
+ "node": ">= 6.0.0"
28
+ }
29
+ },
30
+ "node_modules/asynckit": {
31
+ "version": "0.4.0",
32
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
33
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
34
+ "license": "MIT"
35
+ },
36
+ "node_modules/axios": {
37
+ "version": "1.20.0",
38
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.20.0.tgz",
39
+ "integrity": "sha512-r8aOh8j9cGKpgQAqpzrUHnSIc6a59Y3Xf/cv8sy1DrHCkZHzQGEuoq1tARk6qSyDdtQGSDgpb9kFlruzPvrgwg==",
40
+ "license": "MIT",
41
+ "dependencies": {
42
+ "follow-redirects": "^1.16.0",
43
+ "form-data": "^4.0.6",
44
+ "https-proxy-agent": "^5.0.1",
45
+ "proxy-from-env": "^2.1.0"
46
+ }
47
+ },
48
+ "node_modules/base64-js": {
49
+ "version": "1.5.1",
50
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
51
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
52
+ "funding": [
53
+ {
54
+ "type": "github",
55
+ "url": "https://github.com/sponsors/feross"
56
+ },
57
+ {
58
+ "type": "patreon",
59
+ "url": "https://www.patreon.com/feross"
60
+ },
61
+ {
62
+ "type": "consulting",
63
+ "url": "https://feross.org/support"
64
+ }
65
+ ],
66
+ "license": "MIT",
67
+ "optional": true
68
+ },
69
+ "node_modules/bl": {
70
+ "version": "4.1.0",
71
+ "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
72
+ "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
73
+ "license": "MIT",
74
+ "optional": true,
75
+ "dependencies": {
76
+ "buffer": "^5.5.0",
77
+ "inherits": "^2.0.4",
78
+ "readable-stream": "^3.4.0"
79
+ }
80
+ },
81
+ "node_modules/buffer": {
82
+ "version": "5.7.1",
83
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
84
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
85
+ "funding": [
86
+ {
87
+ "type": "github",
88
+ "url": "https://github.com/sponsors/feross"
89
+ },
90
+ {
91
+ "type": "patreon",
92
+ "url": "https://www.patreon.com/feross"
93
+ },
94
+ {
95
+ "type": "consulting",
96
+ "url": "https://feross.org/support"
97
+ }
98
+ ],
99
+ "license": "MIT",
100
+ "optional": true,
101
+ "dependencies": {
102
+ "base64-js": "^1.3.1",
103
+ "ieee754": "^1.1.13"
104
+ }
105
+ },
106
+ "node_modules/call-bind-apply-helpers": {
107
+ "version": "1.0.2",
108
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
109
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
110
+ "license": "MIT",
111
+ "dependencies": {
112
+ "es-errors": "^1.3.0",
113
+ "function-bind": "^1.1.2"
114
+ },
115
+ "engines": {
116
+ "node": ">= 0.4"
117
+ }
118
+ },
119
+ "node_modules/chownr": {
120
+ "version": "1.1.4",
121
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
122
+ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
123
+ "license": "ISC",
124
+ "optional": true
125
+ },
126
+ "node_modules/combined-stream": {
127
+ "version": "1.0.8",
128
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
129
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
130
+ "license": "MIT",
131
+ "dependencies": {
132
+ "delayed-stream": "~1.0.0"
133
+ },
134
+ "engines": {
135
+ "node": ">= 0.8"
136
+ }
137
+ },
138
+ "node_modules/commander": {
139
+ "version": "12.1.0",
140
+ "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
141
+ "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
142
+ "license": "MIT",
143
+ "engines": {
144
+ "node": ">=18"
145
+ }
146
+ },
147
+ "node_modules/debug": {
148
+ "version": "4.4.3",
149
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
150
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
151
+ "license": "MIT",
152
+ "dependencies": {
153
+ "ms": "^2.1.3"
154
+ },
155
+ "engines": {
156
+ "node": ">=6.0"
157
+ },
158
+ "peerDependenciesMeta": {
159
+ "supports-color": {
160
+ "optional": true
161
+ }
162
+ }
163
+ },
164
+ "node_modules/decompress-response": {
165
+ "version": "6.0.0",
166
+ "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
167
+ "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
168
+ "license": "MIT",
169
+ "optional": true,
170
+ "dependencies": {
171
+ "mimic-response": "^3.1.0"
172
+ },
173
+ "engines": {
174
+ "node": ">=10"
175
+ },
176
+ "funding": {
177
+ "url": "https://github.com/sponsors/sindresorhus"
178
+ }
179
+ },
180
+ "node_modules/deep-extend": {
181
+ "version": "0.6.0",
182
+ "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
183
+ "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
184
+ "license": "MIT",
185
+ "optional": true,
186
+ "engines": {
187
+ "node": ">=4.0.0"
188
+ }
189
+ },
190
+ "node_modules/delayed-stream": {
191
+ "version": "1.0.0",
192
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
193
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
194
+ "license": "MIT",
195
+ "engines": {
196
+ "node": ">=0.4.0"
197
+ }
198
+ },
199
+ "node_modules/detect-libc": {
200
+ "version": "2.1.2",
201
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
202
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
203
+ "license": "Apache-2.0",
204
+ "optional": true,
205
+ "engines": {
206
+ "node": ">=8"
207
+ }
208
+ },
209
+ "node_modules/dunder-proto": {
210
+ "version": "1.0.1",
211
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
212
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
213
+ "license": "MIT",
214
+ "dependencies": {
215
+ "call-bind-apply-helpers": "^1.0.1",
216
+ "es-errors": "^1.3.0",
217
+ "gopd": "^1.2.0"
218
+ },
219
+ "engines": {
220
+ "node": ">= 0.4"
221
+ }
222
+ },
223
+ "node_modules/end-of-stream": {
224
+ "version": "1.4.5",
225
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
226
+ "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
227
+ "license": "MIT",
228
+ "optional": true,
229
+ "dependencies": {
230
+ "once": "^1.4.0"
231
+ }
232
+ },
233
+ "node_modules/es-define-property": {
234
+ "version": "1.0.1",
235
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
236
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
237
+ "license": "MIT",
238
+ "engines": {
239
+ "node": ">= 0.4"
240
+ }
241
+ },
242
+ "node_modules/es-errors": {
243
+ "version": "1.3.0",
244
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
245
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
246
+ "license": "MIT",
247
+ "engines": {
248
+ "node": ">= 0.4"
249
+ }
250
+ },
251
+ "node_modules/es-object-atoms": {
252
+ "version": "1.1.2",
253
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
254
+ "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
255
+ "license": "MIT",
256
+ "dependencies": {
257
+ "es-errors": "^1.3.0"
258
+ },
259
+ "engines": {
260
+ "node": ">= 0.4"
261
+ }
262
+ },
263
+ "node_modules/es-set-tostringtag": {
264
+ "version": "2.1.0",
265
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
266
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
267
+ "license": "MIT",
268
+ "dependencies": {
269
+ "es-errors": "^1.3.0",
270
+ "get-intrinsic": "^1.2.6",
271
+ "has-tostringtag": "^1.0.2",
272
+ "hasown": "^2.0.2"
273
+ },
274
+ "engines": {
275
+ "node": ">= 0.4"
276
+ }
277
+ },
278
+ "node_modules/expand-template": {
279
+ "version": "2.0.3",
280
+ "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
281
+ "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
282
+ "license": "(MIT OR WTFPL)",
283
+ "optional": true,
284
+ "engines": {
285
+ "node": ">=6"
286
+ }
287
+ },
288
+ "node_modules/follow-redirects": {
289
+ "version": "1.16.0",
290
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
291
+ "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
292
+ "funding": [
293
+ {
294
+ "type": "individual",
295
+ "url": "https://github.com/sponsors/RubenVerborgh"
296
+ }
297
+ ],
298
+ "license": "MIT",
299
+ "engines": {
300
+ "node": ">=4.0"
301
+ },
302
+ "peerDependenciesMeta": {
303
+ "debug": {
304
+ "optional": true
305
+ }
306
+ }
307
+ },
308
+ "node_modules/form-data": {
309
+ "version": "4.0.6",
310
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz",
311
+ "integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
312
+ "license": "MIT",
313
+ "dependencies": {
314
+ "asynckit": "^0.4.0",
315
+ "combined-stream": "^1.0.8",
316
+ "es-set-tostringtag": "^2.1.0",
317
+ "hasown": "^2.0.4",
318
+ "mime-types": "^2.1.35"
319
+ },
320
+ "engines": {
321
+ "node": ">= 6"
322
+ }
323
+ },
324
+ "node_modules/fs-constants": {
325
+ "version": "1.0.0",
326
+ "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
327
+ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
328
+ "license": "MIT",
329
+ "optional": true
330
+ },
331
+ "node_modules/function-bind": {
332
+ "version": "1.1.2",
333
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
334
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
335
+ "license": "MIT",
336
+ "funding": {
337
+ "url": "https://github.com/sponsors/ljharb"
338
+ }
339
+ },
340
+ "node_modules/get-intrinsic": {
341
+ "version": "1.3.0",
342
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
343
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
344
+ "license": "MIT",
345
+ "dependencies": {
346
+ "call-bind-apply-helpers": "^1.0.2",
347
+ "es-define-property": "^1.0.1",
348
+ "es-errors": "^1.3.0",
349
+ "es-object-atoms": "^1.1.1",
350
+ "function-bind": "^1.1.2",
351
+ "get-proto": "^1.0.1",
352
+ "gopd": "^1.2.0",
353
+ "has-symbols": "^1.1.0",
354
+ "hasown": "^2.0.2",
355
+ "math-intrinsics": "^1.1.0"
356
+ },
357
+ "engines": {
358
+ "node": ">= 0.4"
359
+ },
360
+ "funding": {
361
+ "url": "https://github.com/sponsors/ljharb"
362
+ }
363
+ },
364
+ "node_modules/get-proto": {
365
+ "version": "1.0.1",
366
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
367
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
368
+ "license": "MIT",
369
+ "dependencies": {
370
+ "dunder-proto": "^1.0.1",
371
+ "es-object-atoms": "^1.0.0"
372
+ },
373
+ "engines": {
374
+ "node": ">= 0.4"
375
+ }
376
+ },
377
+ "node_modules/github-from-package": {
378
+ "version": "0.0.0",
379
+ "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
380
+ "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
381
+ "license": "MIT",
382
+ "optional": true
383
+ },
384
+ "node_modules/gopd": {
385
+ "version": "1.2.0",
386
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
387
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
388
+ "license": "MIT",
389
+ "engines": {
390
+ "node": ">= 0.4"
391
+ },
392
+ "funding": {
393
+ "url": "https://github.com/sponsors/ljharb"
394
+ }
395
+ },
396
+ "node_modules/has-symbols": {
397
+ "version": "1.1.0",
398
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
399
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
400
+ "license": "MIT",
401
+ "engines": {
402
+ "node": ">= 0.4"
403
+ },
404
+ "funding": {
405
+ "url": "https://github.com/sponsors/ljharb"
406
+ }
407
+ },
408
+ "node_modules/has-tostringtag": {
409
+ "version": "1.0.2",
410
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
411
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
412
+ "license": "MIT",
413
+ "dependencies": {
414
+ "has-symbols": "^1.0.3"
415
+ },
416
+ "engines": {
417
+ "node": ">= 0.4"
418
+ },
419
+ "funding": {
420
+ "url": "https://github.com/sponsors/ljharb"
421
+ }
422
+ },
423
+ "node_modules/hasown": {
424
+ "version": "2.0.4",
425
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
426
+ "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
427
+ "license": "MIT",
428
+ "dependencies": {
429
+ "function-bind": "^1.1.2"
430
+ },
431
+ "engines": {
432
+ "node": ">= 0.4"
433
+ }
434
+ },
435
+ "node_modules/https-proxy-agent": {
436
+ "version": "5.0.1",
437
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
438
+ "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
439
+ "license": "MIT",
440
+ "dependencies": {
441
+ "agent-base": "6",
442
+ "debug": "4"
443
+ },
444
+ "engines": {
445
+ "node": ">= 6"
446
+ }
447
+ },
448
+ "node_modules/ieee754": {
449
+ "version": "1.2.1",
450
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
451
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
452
+ "funding": [
453
+ {
454
+ "type": "github",
455
+ "url": "https://github.com/sponsors/feross"
456
+ },
457
+ {
458
+ "type": "patreon",
459
+ "url": "https://www.patreon.com/feross"
460
+ },
461
+ {
462
+ "type": "consulting",
463
+ "url": "https://feross.org/support"
464
+ }
465
+ ],
466
+ "license": "BSD-3-Clause",
467
+ "optional": true
468
+ },
469
+ "node_modules/inherits": {
470
+ "version": "2.0.4",
471
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
472
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
473
+ "license": "ISC",
474
+ "optional": true
475
+ },
476
+ "node_modules/ini": {
477
+ "version": "1.3.8",
478
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
479
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
480
+ "license": "ISC",
481
+ "optional": true
482
+ },
483
+ "node_modules/keytar": {
484
+ "version": "7.9.0",
485
+ "resolved": "https://registry.npmjs.org/keytar/-/keytar-7.9.0.tgz",
486
+ "integrity": "sha512-VPD8mtVtm5JNtA2AErl6Chp06JBfy7diFQ7TQQhdpWOl6MrCRB+eRbvAZUsbGQS9kiMq0coJsy0W0vHpDCkWsQ==",
487
+ "hasInstallScript": true,
488
+ "license": "MIT",
489
+ "optional": true,
490
+ "dependencies": {
491
+ "node-addon-api": "^4.3.0",
492
+ "prebuild-install": "^7.0.1"
493
+ }
494
+ },
495
+ "node_modules/math-intrinsics": {
496
+ "version": "1.1.0",
497
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
498
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
499
+ "license": "MIT",
500
+ "engines": {
501
+ "node": ">= 0.4"
502
+ }
503
+ },
504
+ "node_modules/mime-db": {
505
+ "version": "1.52.0",
506
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
507
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
508
+ "license": "MIT",
509
+ "engines": {
510
+ "node": ">= 0.6"
511
+ }
512
+ },
513
+ "node_modules/mime-types": {
514
+ "version": "2.1.35",
515
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
516
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
517
+ "license": "MIT",
518
+ "dependencies": {
519
+ "mime-db": "1.52.0"
520
+ },
521
+ "engines": {
522
+ "node": ">= 0.6"
523
+ }
524
+ },
525
+ "node_modules/mimic-response": {
526
+ "version": "3.1.0",
527
+ "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
528
+ "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
529
+ "license": "MIT",
530
+ "optional": true,
531
+ "engines": {
532
+ "node": ">=10"
533
+ },
534
+ "funding": {
535
+ "url": "https://github.com/sponsors/sindresorhus"
536
+ }
537
+ },
538
+ "node_modules/minimist": {
539
+ "version": "1.2.8",
540
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
541
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
542
+ "license": "MIT",
543
+ "optional": true,
544
+ "funding": {
545
+ "url": "https://github.com/sponsors/ljharb"
546
+ }
547
+ },
548
+ "node_modules/mkdirp-classic": {
549
+ "version": "0.5.3",
550
+ "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
551
+ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
552
+ "license": "MIT",
553
+ "optional": true
554
+ },
555
+ "node_modules/ms": {
556
+ "version": "2.1.3",
557
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
558
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
559
+ "license": "MIT"
560
+ },
561
+ "node_modules/napi-build-utils": {
562
+ "version": "2.0.0",
563
+ "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz",
564
+ "integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==",
565
+ "license": "MIT",
566
+ "optional": true
567
+ },
568
+ "node_modules/node-abi": {
569
+ "version": "3.96.0",
570
+ "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.96.0.tgz",
571
+ "integrity": "sha512-rebQ/lz7i0EkoLzUVSrKRzA69zMkwLp95kKMWoMDkkM00Suxz0D7zEQPwRml5fQum24mj7bPvmlgLAmu2JCiYg==",
572
+ "license": "MIT",
573
+ "optional": true,
574
+ "dependencies": {
575
+ "semver": "^7.3.5"
576
+ },
577
+ "engines": {
578
+ "node": ">=10"
579
+ }
580
+ },
581
+ "node_modules/node-addon-api": {
582
+ "version": "4.3.0",
583
+ "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz",
584
+ "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==",
585
+ "license": "MIT",
586
+ "optional": true
587
+ },
588
+ "node_modules/once": {
589
+ "version": "1.4.0",
590
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
591
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
592
+ "license": "ISC",
593
+ "optional": true,
594
+ "dependencies": {
595
+ "wrappy": "1"
596
+ }
597
+ },
598
+ "node_modules/posthog-node": {
599
+ "version": "4.18.0",
600
+ "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-4.18.0.tgz",
601
+ "integrity": "sha512-XROs1h+DNatgKh/AlIlCtDxWzwrKdYDb2mOs58n4yN8BkGN9ewqeQwG5ApS4/IzwCb7HPttUkOVulkYatd2PIw==",
602
+ "license": "MIT",
603
+ "dependencies": {
604
+ "axios": "^1.8.2"
605
+ },
606
+ "engines": {
607
+ "node": ">=15.0.0"
608
+ }
609
+ },
610
+ "node_modules/prebuild-install": {
611
+ "version": "7.1.3",
612
+ "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
613
+ "integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
614
+ "deprecated": "No longer maintained. Please contact the author of the relevant native addon; alternatives are available.",
615
+ "license": "MIT",
616
+ "optional": true,
617
+ "dependencies": {
618
+ "detect-libc": "^2.0.0",
619
+ "expand-template": "^2.0.3",
620
+ "github-from-package": "0.0.0",
621
+ "minimist": "^1.2.3",
622
+ "mkdirp-classic": "^0.5.3",
623
+ "napi-build-utils": "^2.0.0",
624
+ "node-abi": "^3.3.0",
625
+ "pump": "^3.0.0",
626
+ "rc": "^1.2.7",
627
+ "simple-get": "^4.0.0",
628
+ "tar-fs": "^2.0.0",
629
+ "tunnel-agent": "^0.6.0"
630
+ },
631
+ "bin": {
632
+ "prebuild-install": "bin.js"
633
+ },
634
+ "engines": {
635
+ "node": ">=10"
636
+ }
637
+ },
638
+ "node_modules/proxy-from-env": {
639
+ "version": "2.1.0",
640
+ "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
641
+ "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
642
+ "license": "MIT",
643
+ "engines": {
644
+ "node": ">=10"
645
+ }
646
+ },
647
+ "node_modules/pump": {
648
+ "version": "3.0.4",
649
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
650
+ "integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
651
+ "license": "MIT",
652
+ "optional": true,
653
+ "dependencies": {
654
+ "end-of-stream": "^1.1.0",
655
+ "once": "^1.3.1"
656
+ }
657
+ },
658
+ "node_modules/rc": {
659
+ "version": "1.2.8",
660
+ "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
661
+ "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
662
+ "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
663
+ "optional": true,
664
+ "dependencies": {
665
+ "deep-extend": "^0.6.0",
666
+ "ini": "~1.3.0",
667
+ "minimist": "^1.2.0",
668
+ "strip-json-comments": "~2.0.1"
669
+ },
670
+ "bin": {
671
+ "rc": "cli.js"
672
+ }
673
+ },
674
+ "node_modules/readable-stream": {
675
+ "version": "3.6.2",
676
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
677
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
678
+ "license": "MIT",
679
+ "optional": true,
680
+ "dependencies": {
681
+ "inherits": "^2.0.3",
682
+ "string_decoder": "^1.1.1",
683
+ "util-deprecate": "^1.0.1"
684
+ },
685
+ "engines": {
686
+ "node": ">= 6"
687
+ }
688
+ },
689
+ "node_modules/safe-buffer": {
690
+ "version": "5.2.1",
691
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
692
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
693
+ "funding": [
694
+ {
695
+ "type": "github",
696
+ "url": "https://github.com/sponsors/feross"
697
+ },
698
+ {
699
+ "type": "patreon",
700
+ "url": "https://www.patreon.com/feross"
701
+ },
702
+ {
703
+ "type": "consulting",
704
+ "url": "https://feross.org/support"
705
+ }
706
+ ],
707
+ "license": "MIT",
708
+ "optional": true
709
+ },
710
+ "node_modules/semver": {
711
+ "version": "7.8.5",
712
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
713
+ "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
714
+ "license": "ISC",
715
+ "optional": true,
716
+ "bin": {
717
+ "semver": "bin/semver.js"
718
+ },
719
+ "engines": {
720
+ "node": ">=10"
721
+ }
722
+ },
723
+ "node_modules/simple-concat": {
724
+ "version": "1.0.1",
725
+ "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
726
+ "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
727
+ "funding": [
728
+ {
729
+ "type": "github",
730
+ "url": "https://github.com/sponsors/feross"
731
+ },
732
+ {
733
+ "type": "patreon",
734
+ "url": "https://www.patreon.com/feross"
735
+ },
736
+ {
737
+ "type": "consulting",
738
+ "url": "https://feross.org/support"
739
+ }
740
+ ],
741
+ "license": "MIT",
742
+ "optional": true
743
+ },
744
+ "node_modules/simple-get": {
745
+ "version": "4.0.1",
746
+ "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz",
747
+ "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
748
+ "funding": [
749
+ {
750
+ "type": "github",
751
+ "url": "https://github.com/sponsors/feross"
752
+ },
753
+ {
754
+ "type": "patreon",
755
+ "url": "https://www.patreon.com/feross"
756
+ },
757
+ {
758
+ "type": "consulting",
759
+ "url": "https://feross.org/support"
760
+ }
761
+ ],
762
+ "license": "MIT",
763
+ "optional": true,
764
+ "dependencies": {
765
+ "decompress-response": "^6.0.0",
766
+ "once": "^1.3.1",
767
+ "simple-concat": "^1.0.0"
768
+ }
769
+ },
770
+ "node_modules/string_decoder": {
771
+ "version": "1.3.0",
772
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
773
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
774
+ "license": "MIT",
775
+ "optional": true,
776
+ "dependencies": {
777
+ "safe-buffer": "~5.2.0"
778
+ }
779
+ },
780
+ "node_modules/strip-json-comments": {
781
+ "version": "2.0.1",
782
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
783
+ "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
784
+ "license": "MIT",
785
+ "optional": true,
786
+ "engines": {
787
+ "node": ">=0.10.0"
788
+ }
789
+ },
790
+ "node_modules/tar-fs": {
791
+ "version": "2.1.5",
792
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.5.tgz",
793
+ "integrity": "sha512-OboTd8mmMhZDNPV+UjQcK9yKAatXu2aJ+r1w4im1Otd4M4fl2hwvdoXUxIYHFTHWK/3y3FarBP70v3vwmGlOxw==",
794
+ "license": "MIT",
795
+ "optional": true,
796
+ "dependencies": {
797
+ "chownr": "^1.1.1",
798
+ "mkdirp-classic": "^0.5.2",
799
+ "pump": "^3.0.0",
800
+ "tar-stream": "^2.1.4"
801
+ }
802
+ },
803
+ "node_modules/tar-stream": {
804
+ "version": "2.2.0",
805
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
806
+ "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
807
+ "license": "MIT",
808
+ "optional": true,
809
+ "dependencies": {
810
+ "bl": "^4.0.3",
811
+ "end-of-stream": "^1.4.1",
812
+ "fs-constants": "^1.0.0",
813
+ "inherits": "^2.0.3",
814
+ "readable-stream": "^3.1.1"
815
+ },
816
+ "engines": {
817
+ "node": ">=6"
818
+ }
819
+ },
820
+ "node_modules/tunnel-agent": {
821
+ "version": "0.6.0",
822
+ "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
823
+ "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
824
+ "license": "Apache-2.0",
825
+ "optional": true,
826
+ "dependencies": {
827
+ "safe-buffer": "^5.0.1"
828
+ },
829
+ "engines": {
830
+ "node": "*"
831
+ }
832
+ },
833
+ "node_modules/util-deprecate": {
834
+ "version": "1.0.2",
835
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
836
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
837
+ "license": "MIT",
838
+ "optional": true
839
+ },
840
+ "node_modules/wrappy": {
841
+ "version": "1.0.2",
842
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
843
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
844
+ "license": "ISC",
845
+ "optional": true
846
+ }
847
+ }
848
+ }