lua-cli 2.1.0-alpha.3 → 2.1.0-alpha.6
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.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/product-api.d.ts +48 -0
- package/dist/product-api.js +27 -0
- package/package.json +1 -1
- package/template/lua.skill.yaml +5 -7
- package/template/package-lock.json +88 -2279
- package/template/package.json +1 -1
- package/template/src/index.ts +6 -1
- package/template/src/tools/ProductsTool.ts +56 -28
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
"axios": "^1.6.0",
|
|
16
16
|
"inquirer": "^12.9.6",
|
|
17
17
|
"js-yaml": "^4.1.0",
|
|
18
|
-
"lua-cli": "2.1.0-alpha.2",
|
|
19
18
|
"openai": "^5.23.0",
|
|
20
19
|
"zod": "^3.24.1"
|
|
21
20
|
},
|
|
@@ -32,6 +31,7 @@
|
|
|
32
31
|
"cpu": [
|
|
33
32
|
"ppc64"
|
|
34
33
|
],
|
|
34
|
+
"dev": true,
|
|
35
35
|
"license": "MIT",
|
|
36
36
|
"optional": true,
|
|
37
37
|
"os": [
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"cpu": [
|
|
49
49
|
"arm"
|
|
50
50
|
],
|
|
51
|
+
"dev": true,
|
|
51
52
|
"license": "MIT",
|
|
52
53
|
"optional": true,
|
|
53
54
|
"os": [
|
|
@@ -64,6 +65,7 @@
|
|
|
64
65
|
"cpu": [
|
|
65
66
|
"arm64"
|
|
66
67
|
],
|
|
68
|
+
"dev": true,
|
|
67
69
|
"license": "MIT",
|
|
68
70
|
"optional": true,
|
|
69
71
|
"os": [
|
|
@@ -80,6 +82,7 @@
|
|
|
80
82
|
"cpu": [
|
|
81
83
|
"x64"
|
|
82
84
|
],
|
|
85
|
+
"dev": true,
|
|
83
86
|
"license": "MIT",
|
|
84
87
|
"optional": true,
|
|
85
88
|
"os": [
|
|
@@ -96,6 +99,7 @@
|
|
|
96
99
|
"cpu": [
|
|
97
100
|
"arm64"
|
|
98
101
|
],
|
|
102
|
+
"dev": true,
|
|
99
103
|
"license": "MIT",
|
|
100
104
|
"optional": true,
|
|
101
105
|
"os": [
|
|
@@ -112,6 +116,7 @@
|
|
|
112
116
|
"cpu": [
|
|
113
117
|
"x64"
|
|
114
118
|
],
|
|
119
|
+
"dev": true,
|
|
115
120
|
"license": "MIT",
|
|
116
121
|
"optional": true,
|
|
117
122
|
"os": [
|
|
@@ -128,6 +133,7 @@
|
|
|
128
133
|
"cpu": [
|
|
129
134
|
"arm64"
|
|
130
135
|
],
|
|
136
|
+
"dev": true,
|
|
131
137
|
"license": "MIT",
|
|
132
138
|
"optional": true,
|
|
133
139
|
"os": [
|
|
@@ -144,6 +150,7 @@
|
|
|
144
150
|
"cpu": [
|
|
145
151
|
"x64"
|
|
146
152
|
],
|
|
153
|
+
"dev": true,
|
|
147
154
|
"license": "MIT",
|
|
148
155
|
"optional": true,
|
|
149
156
|
"os": [
|
|
@@ -160,6 +167,7 @@
|
|
|
160
167
|
"cpu": [
|
|
161
168
|
"arm"
|
|
162
169
|
],
|
|
170
|
+
"dev": true,
|
|
163
171
|
"license": "MIT",
|
|
164
172
|
"optional": true,
|
|
165
173
|
"os": [
|
|
@@ -176,6 +184,7 @@
|
|
|
176
184
|
"cpu": [
|
|
177
185
|
"arm64"
|
|
178
186
|
],
|
|
187
|
+
"dev": true,
|
|
179
188
|
"license": "MIT",
|
|
180
189
|
"optional": true,
|
|
181
190
|
"os": [
|
|
@@ -192,6 +201,7 @@
|
|
|
192
201
|
"cpu": [
|
|
193
202
|
"ia32"
|
|
194
203
|
],
|
|
204
|
+
"dev": true,
|
|
195
205
|
"license": "MIT",
|
|
196
206
|
"optional": true,
|
|
197
207
|
"os": [
|
|
@@ -208,6 +218,7 @@
|
|
|
208
218
|
"cpu": [
|
|
209
219
|
"loong64"
|
|
210
220
|
],
|
|
221
|
+
"dev": true,
|
|
211
222
|
"license": "MIT",
|
|
212
223
|
"optional": true,
|
|
213
224
|
"os": [
|
|
@@ -224,6 +235,7 @@
|
|
|
224
235
|
"cpu": [
|
|
225
236
|
"mips64el"
|
|
226
237
|
],
|
|
238
|
+
"dev": true,
|
|
227
239
|
"license": "MIT",
|
|
228
240
|
"optional": true,
|
|
229
241
|
"os": [
|
|
@@ -240,6 +252,7 @@
|
|
|
240
252
|
"cpu": [
|
|
241
253
|
"ppc64"
|
|
242
254
|
],
|
|
255
|
+
"dev": true,
|
|
243
256
|
"license": "MIT",
|
|
244
257
|
"optional": true,
|
|
245
258
|
"os": [
|
|
@@ -256,6 +269,7 @@
|
|
|
256
269
|
"cpu": [
|
|
257
270
|
"riscv64"
|
|
258
271
|
],
|
|
272
|
+
"dev": true,
|
|
259
273
|
"license": "MIT",
|
|
260
274
|
"optional": true,
|
|
261
275
|
"os": [
|
|
@@ -272,6 +286,7 @@
|
|
|
272
286
|
"cpu": [
|
|
273
287
|
"s390x"
|
|
274
288
|
],
|
|
289
|
+
"dev": true,
|
|
275
290
|
"license": "MIT",
|
|
276
291
|
"optional": true,
|
|
277
292
|
"os": [
|
|
@@ -288,6 +303,7 @@
|
|
|
288
303
|
"cpu": [
|
|
289
304
|
"x64"
|
|
290
305
|
],
|
|
306
|
+
"dev": true,
|
|
291
307
|
"license": "MIT",
|
|
292
308
|
"optional": true,
|
|
293
309
|
"os": [
|
|
@@ -304,6 +320,7 @@
|
|
|
304
320
|
"cpu": [
|
|
305
321
|
"arm64"
|
|
306
322
|
],
|
|
323
|
+
"dev": true,
|
|
307
324
|
"license": "MIT",
|
|
308
325
|
"optional": true,
|
|
309
326
|
"os": [
|
|
@@ -320,6 +337,7 @@
|
|
|
320
337
|
"cpu": [
|
|
321
338
|
"x64"
|
|
322
339
|
],
|
|
340
|
+
"dev": true,
|
|
323
341
|
"license": "MIT",
|
|
324
342
|
"optional": true,
|
|
325
343
|
"os": [
|
|
@@ -336,6 +354,7 @@
|
|
|
336
354
|
"cpu": [
|
|
337
355
|
"arm64"
|
|
338
356
|
],
|
|
357
|
+
"dev": true,
|
|
339
358
|
"license": "MIT",
|
|
340
359
|
"optional": true,
|
|
341
360
|
"os": [
|
|
@@ -352,6 +371,7 @@
|
|
|
352
371
|
"cpu": [
|
|
353
372
|
"x64"
|
|
354
373
|
],
|
|
374
|
+
"dev": true,
|
|
355
375
|
"license": "MIT",
|
|
356
376
|
"optional": true,
|
|
357
377
|
"os": [
|
|
@@ -368,6 +388,7 @@
|
|
|
368
388
|
"cpu": [
|
|
369
389
|
"arm64"
|
|
370
390
|
],
|
|
391
|
+
"dev": true,
|
|
371
392
|
"license": "MIT",
|
|
372
393
|
"optional": true,
|
|
373
394
|
"os": [
|
|
@@ -384,6 +405,7 @@
|
|
|
384
405
|
"cpu": [
|
|
385
406
|
"x64"
|
|
386
407
|
],
|
|
408
|
+
"dev": true,
|
|
387
409
|
"license": "MIT",
|
|
388
410
|
"optional": true,
|
|
389
411
|
"os": [
|
|
@@ -400,6 +422,7 @@
|
|
|
400
422
|
"cpu": [
|
|
401
423
|
"arm64"
|
|
402
424
|
],
|
|
425
|
+
"dev": true,
|
|
403
426
|
"license": "MIT",
|
|
404
427
|
"optional": true,
|
|
405
428
|
"os": [
|
|
@@ -416,6 +439,7 @@
|
|
|
416
439
|
"cpu": [
|
|
417
440
|
"ia32"
|
|
418
441
|
],
|
|
442
|
+
"dev": true,
|
|
419
443
|
"license": "MIT",
|
|
420
444
|
"optional": true,
|
|
421
445
|
"os": [
|
|
@@ -432,6 +456,7 @@
|
|
|
432
456
|
"cpu": [
|
|
433
457
|
"x64"
|
|
434
458
|
],
|
|
459
|
+
"dev": true,
|
|
435
460
|
"license": "MIT",
|
|
436
461
|
"optional": true,
|
|
437
462
|
"os": [
|
|
@@ -775,27 +800,6 @@
|
|
|
775
800
|
}
|
|
776
801
|
}
|
|
777
802
|
},
|
|
778
|
-
"node_modules/@isaacs/balanced-match": {
|
|
779
|
-
"version": "4.0.1",
|
|
780
|
-
"resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
|
|
781
|
-
"integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
|
|
782
|
-
"license": "MIT",
|
|
783
|
-
"engines": {
|
|
784
|
-
"node": "20 || >=22"
|
|
785
|
-
}
|
|
786
|
-
},
|
|
787
|
-
"node_modules/@isaacs/brace-expansion": {
|
|
788
|
-
"version": "5.0.0",
|
|
789
|
-
"resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
|
|
790
|
-
"integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
|
|
791
|
-
"license": "MIT",
|
|
792
|
-
"dependencies": {
|
|
793
|
-
"@isaacs/balanced-match": "^4.0.1"
|
|
794
|
-
},
|
|
795
|
-
"engines": {
|
|
796
|
-
"node": "20 || >=22"
|
|
797
|
-
}
|
|
798
|
-
},
|
|
799
803
|
"node_modules/@pinecone-database/pinecone": {
|
|
800
804
|
"version": "6.1.2",
|
|
801
805
|
"resolved": "https://registry.npmjs.org/@pinecone-database/pinecone/-/pinecone-6.1.2.tgz",
|
|
@@ -805,56 +809,6 @@
|
|
|
805
809
|
"node": ">=18.0.0"
|
|
806
810
|
}
|
|
807
811
|
},
|
|
808
|
-
"node_modules/@socket.io/component-emitter": {
|
|
809
|
-
"version": "3.1.2",
|
|
810
|
-
"resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz",
|
|
811
|
-
"integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==",
|
|
812
|
-
"license": "MIT"
|
|
813
|
-
},
|
|
814
|
-
"node_modules/@ts-morph/common": {
|
|
815
|
-
"version": "0.28.0",
|
|
816
|
-
"resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.28.0.tgz",
|
|
817
|
-
"integrity": "sha512-4w6X/oFmvXcwux6y6ExfM/xSqMHw20cYwFJH+BlYrtGa6nwY9qGq8GXnUs1sVYeF2o/KT3S8hAH6sKBI3VOkBg==",
|
|
818
|
-
"license": "MIT",
|
|
819
|
-
"dependencies": {
|
|
820
|
-
"minimatch": "^10.0.1",
|
|
821
|
-
"path-browserify": "^1.0.1",
|
|
822
|
-
"tinyglobby": "^0.2.14"
|
|
823
|
-
}
|
|
824
|
-
},
|
|
825
|
-
"node_modules/@types/debug": {
|
|
826
|
-
"version": "4.1.12",
|
|
827
|
-
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
|
|
828
|
-
"integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
|
|
829
|
-
"license": "MIT",
|
|
830
|
-
"dependencies": {
|
|
831
|
-
"@types/ms": "*"
|
|
832
|
-
}
|
|
833
|
-
},
|
|
834
|
-
"node_modules/@types/estree": {
|
|
835
|
-
"version": "1.0.8",
|
|
836
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
837
|
-
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
838
|
-
"license": "MIT"
|
|
839
|
-
},
|
|
840
|
-
"node_modules/@types/estree-jsx": {
|
|
841
|
-
"version": "1.0.5",
|
|
842
|
-
"resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
|
|
843
|
-
"integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
|
|
844
|
-
"license": "MIT",
|
|
845
|
-
"dependencies": {
|
|
846
|
-
"@types/estree": "*"
|
|
847
|
-
}
|
|
848
|
-
},
|
|
849
|
-
"node_modules/@types/hast": {
|
|
850
|
-
"version": "3.0.4",
|
|
851
|
-
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
|
|
852
|
-
"integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
|
|
853
|
-
"license": "MIT",
|
|
854
|
-
"dependencies": {
|
|
855
|
-
"@types/unist": "*"
|
|
856
|
-
}
|
|
857
|
-
},
|
|
858
812
|
"node_modules/@types/inquirer": {
|
|
859
813
|
"version": "9.0.9",
|
|
860
814
|
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.9.tgz",
|
|
@@ -871,21 +825,6 @@
|
|
|
871
825
|
"integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==",
|
|
872
826
|
"license": "MIT"
|
|
873
827
|
},
|
|
874
|
-
"node_modules/@types/mdast": {
|
|
875
|
-
"version": "4.0.4",
|
|
876
|
-
"resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
|
|
877
|
-
"integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
|
|
878
|
-
"license": "MIT",
|
|
879
|
-
"dependencies": {
|
|
880
|
-
"@types/unist": "*"
|
|
881
|
-
}
|
|
882
|
-
},
|
|
883
|
-
"node_modules/@types/ms": {
|
|
884
|
-
"version": "2.1.0",
|
|
885
|
-
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
|
886
|
-
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
|
|
887
|
-
"license": "MIT"
|
|
888
|
-
},
|
|
889
828
|
"node_modules/@types/node": {
|
|
890
829
|
"version": "20.19.17",
|
|
891
830
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.17.tgz",
|
|
@@ -895,16 +834,6 @@
|
|
|
895
834
|
"undici-types": "~6.21.0"
|
|
896
835
|
}
|
|
897
836
|
},
|
|
898
|
-
"node_modules/@types/react": {
|
|
899
|
-
"version": "19.1.15",
|
|
900
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.15.tgz",
|
|
901
|
-
"integrity": "sha512-+kLxJpaJzXybyDyFXYADyP1cznTO8HSuBpenGlnKOAkH4hyNINiywvXS/tGJhsrGGP/gM185RA3xpjY0Yg4erA==",
|
|
902
|
-
"license": "MIT",
|
|
903
|
-
"peer": true,
|
|
904
|
-
"dependencies": {
|
|
905
|
-
"csstype": "^3.0.2"
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
837
|
"node_modules/@types/through": {
|
|
909
838
|
"version": "0.0.33",
|
|
910
839
|
"resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.33.tgz",
|
|
@@ -914,18 +843,6 @@
|
|
|
914
843
|
"@types/node": "*"
|
|
915
844
|
}
|
|
916
845
|
},
|
|
917
|
-
"node_modules/@types/unist": {
|
|
918
|
-
"version": "3.0.3",
|
|
919
|
-
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
|
|
920
|
-
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
|
|
921
|
-
"license": "MIT"
|
|
922
|
-
},
|
|
923
|
-
"node_modules/@ungap/structured-clone": {
|
|
924
|
-
"version": "1.3.0",
|
|
925
|
-
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
|
|
926
|
-
"integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
|
|
927
|
-
"license": "ISC"
|
|
928
|
-
},
|
|
929
846
|
"node_modules/ansi-regex": {
|
|
930
847
|
"version": "5.0.1",
|
|
931
848
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
@@ -973,86 +890,6 @@
|
|
|
973
890
|
"proxy-from-env": "^1.1.0"
|
|
974
891
|
}
|
|
975
892
|
},
|
|
976
|
-
"node_modules/bail": {
|
|
977
|
-
"version": "2.0.2",
|
|
978
|
-
"resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
|
|
979
|
-
"integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
|
|
980
|
-
"license": "MIT",
|
|
981
|
-
"funding": {
|
|
982
|
-
"type": "github",
|
|
983
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
984
|
-
}
|
|
985
|
-
},
|
|
986
|
-
"node_modules/base64-js": {
|
|
987
|
-
"version": "1.5.1",
|
|
988
|
-
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
989
|
-
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
990
|
-
"funding": [
|
|
991
|
-
{
|
|
992
|
-
"type": "github",
|
|
993
|
-
"url": "https://github.com/sponsors/feross"
|
|
994
|
-
},
|
|
995
|
-
{
|
|
996
|
-
"type": "patreon",
|
|
997
|
-
"url": "https://www.patreon.com/feross"
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"type": "consulting",
|
|
1001
|
-
"url": "https://feross.org/support"
|
|
1002
|
-
}
|
|
1003
|
-
],
|
|
1004
|
-
"license": "MIT"
|
|
1005
|
-
},
|
|
1006
|
-
"node_modules/bl": {
|
|
1007
|
-
"version": "4.1.0",
|
|
1008
|
-
"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
|
|
1009
|
-
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
1010
|
-
"license": "MIT",
|
|
1011
|
-
"dependencies": {
|
|
1012
|
-
"buffer": "^5.5.0",
|
|
1013
|
-
"inherits": "^2.0.4",
|
|
1014
|
-
"readable-stream": "^3.4.0"
|
|
1015
|
-
}
|
|
1016
|
-
},
|
|
1017
|
-
"node_modules/buffer": {
|
|
1018
|
-
"version": "5.7.1",
|
|
1019
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
1020
|
-
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
1021
|
-
"funding": [
|
|
1022
|
-
{
|
|
1023
|
-
"type": "github",
|
|
1024
|
-
"url": "https://github.com/sponsors/feross"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"type": "patreon",
|
|
1028
|
-
"url": "https://www.patreon.com/feross"
|
|
1029
|
-
},
|
|
1030
|
-
{
|
|
1031
|
-
"type": "consulting",
|
|
1032
|
-
"url": "https://feross.org/support"
|
|
1033
|
-
}
|
|
1034
|
-
],
|
|
1035
|
-
"license": "MIT",
|
|
1036
|
-
"dependencies": {
|
|
1037
|
-
"base64-js": "^1.3.1",
|
|
1038
|
-
"ieee754": "^1.1.13"
|
|
1039
|
-
}
|
|
1040
|
-
},
|
|
1041
|
-
"node_modules/bundle-name": {
|
|
1042
|
-
"version": "4.1.0",
|
|
1043
|
-
"resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
|
|
1044
|
-
"integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
|
|
1045
|
-
"license": "MIT",
|
|
1046
|
-
"dependencies": {
|
|
1047
|
-
"run-applescript": "^7.0.0"
|
|
1048
|
-
},
|
|
1049
|
-
"engines": {
|
|
1050
|
-
"node": ">=18"
|
|
1051
|
-
},
|
|
1052
|
-
"funding": {
|
|
1053
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1054
|
-
}
|
|
1055
|
-
},
|
|
1056
893
|
"node_modules/call-bind-apply-helpers": {
|
|
1057
894
|
"version": "1.0.2",
|
|
1058
895
|
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
@@ -1066,68 +903,12 @@
|
|
|
1066
903
|
"node": ">= 0.4"
|
|
1067
904
|
}
|
|
1068
905
|
},
|
|
1069
|
-
"node_modules/ccount": {
|
|
1070
|
-
"version": "2.0.1",
|
|
1071
|
-
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
|
|
1072
|
-
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
|
|
1073
|
-
"license": "MIT",
|
|
1074
|
-
"funding": {
|
|
1075
|
-
"type": "github",
|
|
1076
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
1077
|
-
}
|
|
1078
|
-
},
|
|
1079
|
-
"node_modules/character-entities": {
|
|
1080
|
-
"version": "2.0.2",
|
|
1081
|
-
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
|
|
1082
|
-
"integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
|
|
1083
|
-
"license": "MIT",
|
|
1084
|
-
"funding": {
|
|
1085
|
-
"type": "github",
|
|
1086
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
1087
|
-
}
|
|
1088
|
-
},
|
|
1089
|
-
"node_modules/character-entities-html4": {
|
|
1090
|
-
"version": "2.1.0",
|
|
1091
|
-
"resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
|
|
1092
|
-
"integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
|
|
1093
|
-
"license": "MIT",
|
|
1094
|
-
"funding": {
|
|
1095
|
-
"type": "github",
|
|
1096
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
1097
|
-
}
|
|
1098
|
-
},
|
|
1099
|
-
"node_modules/character-entities-legacy": {
|
|
1100
|
-
"version": "3.0.0",
|
|
1101
|
-
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
|
|
1102
|
-
"integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
|
|
1103
|
-
"license": "MIT",
|
|
1104
|
-
"funding": {
|
|
1105
|
-
"type": "github",
|
|
1106
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
1107
|
-
}
|
|
1108
|
-
},
|
|
1109
|
-
"node_modules/character-reference-invalid": {
|
|
1110
|
-
"version": "2.0.1",
|
|
1111
|
-
"resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
|
|
1112
|
-
"integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
|
|
1113
|
-
"license": "MIT",
|
|
1114
|
-
"funding": {
|
|
1115
|
-
"type": "github",
|
|
1116
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
1117
|
-
}
|
|
1118
|
-
},
|
|
1119
906
|
"node_modules/chardet": {
|
|
1120
907
|
"version": "2.1.0",
|
|
1121
908
|
"resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.0.tgz",
|
|
1122
909
|
"integrity": "sha512-bNFETTG/pM5ryzQ9Ad0lJOTa6HWD/YsScAR3EnCPZRPlQh77JocYktSHOUHelyhm8IARL+o4c4F1bP5KVOjiRA==",
|
|
1123
910
|
"license": "MIT"
|
|
1124
911
|
},
|
|
1125
|
-
"node_modules/chownr": {
|
|
1126
|
-
"version": "1.1.4",
|
|
1127
|
-
"resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
|
|
1128
|
-
"integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
|
|
1129
|
-
"license": "ISC"
|
|
1130
|
-
},
|
|
1131
912
|
"node_modules/cli-width": {
|
|
1132
913
|
"version": "4.1.0",
|
|
1133
914
|
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
|
|
@@ -1137,12 +918,6 @@
|
|
|
1137
918
|
"node": ">= 12"
|
|
1138
919
|
}
|
|
1139
920
|
},
|
|
1140
|
-
"node_modules/code-block-writer": {
|
|
1141
|
-
"version": "13.0.3",
|
|
1142
|
-
"resolved": "https://registry.npmjs.org/code-block-writer/-/code-block-writer-13.0.3.tgz",
|
|
1143
|
-
"integrity": "sha512-Oofo0pq3IKnsFtuHqSF7TqBfr71aeyZDVJ0HpmqB7FBM2qEigL0iPONSCZSO9pE9dZTAxANe5XHG9Uy0YMv8cg==",
|
|
1144
|
-
"license": "MIT"
|
|
1145
|
-
},
|
|
1146
921
|
"node_modules/color-convert": {
|
|
1147
922
|
"version": "2.0.1",
|
|
1148
923
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -1173,135 +948,6 @@
|
|
|
1173
948
|
"node": ">= 0.8"
|
|
1174
949
|
}
|
|
1175
950
|
},
|
|
1176
|
-
"node_modules/comma-separated-tokens": {
|
|
1177
|
-
"version": "2.0.3",
|
|
1178
|
-
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
|
|
1179
|
-
"integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
|
|
1180
|
-
"license": "MIT",
|
|
1181
|
-
"funding": {
|
|
1182
|
-
"type": "github",
|
|
1183
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
1184
|
-
}
|
|
1185
|
-
},
|
|
1186
|
-
"node_modules/commander": {
|
|
1187
|
-
"version": "14.0.1",
|
|
1188
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.1.tgz",
|
|
1189
|
-
"integrity": "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==",
|
|
1190
|
-
"license": "MIT",
|
|
1191
|
-
"engines": {
|
|
1192
|
-
"node": ">=20"
|
|
1193
|
-
}
|
|
1194
|
-
},
|
|
1195
|
-
"node_modules/csstype": {
|
|
1196
|
-
"version": "3.1.3",
|
|
1197
|
-
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
1198
|
-
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
1199
|
-
"license": "MIT",
|
|
1200
|
-
"peer": true
|
|
1201
|
-
},
|
|
1202
|
-
"node_modules/data-uri-to-buffer": {
|
|
1203
|
-
"version": "4.0.1",
|
|
1204
|
-
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
|
|
1205
|
-
"integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
|
|
1206
|
-
"license": "MIT",
|
|
1207
|
-
"engines": {
|
|
1208
|
-
"node": ">= 12"
|
|
1209
|
-
}
|
|
1210
|
-
},
|
|
1211
|
-
"node_modules/debug": {
|
|
1212
|
-
"version": "4.3.7",
|
|
1213
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
1214
|
-
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
1215
|
-
"license": "MIT",
|
|
1216
|
-
"dependencies": {
|
|
1217
|
-
"ms": "^2.1.3"
|
|
1218
|
-
},
|
|
1219
|
-
"engines": {
|
|
1220
|
-
"node": ">=6.0"
|
|
1221
|
-
},
|
|
1222
|
-
"peerDependenciesMeta": {
|
|
1223
|
-
"supports-color": {
|
|
1224
|
-
"optional": true
|
|
1225
|
-
}
|
|
1226
|
-
}
|
|
1227
|
-
},
|
|
1228
|
-
"node_modules/decode-named-character-reference": {
|
|
1229
|
-
"version": "1.2.0",
|
|
1230
|
-
"resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz",
|
|
1231
|
-
"integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==",
|
|
1232
|
-
"license": "MIT",
|
|
1233
|
-
"dependencies": {
|
|
1234
|
-
"character-entities": "^2.0.0"
|
|
1235
|
-
},
|
|
1236
|
-
"funding": {
|
|
1237
|
-
"type": "github",
|
|
1238
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
1239
|
-
}
|
|
1240
|
-
},
|
|
1241
|
-
"node_modules/decompress-response": {
|
|
1242
|
-
"version": "6.0.0",
|
|
1243
|
-
"resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
|
|
1244
|
-
"integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
|
|
1245
|
-
"license": "MIT",
|
|
1246
|
-
"dependencies": {
|
|
1247
|
-
"mimic-response": "^3.1.0"
|
|
1248
|
-
},
|
|
1249
|
-
"engines": {
|
|
1250
|
-
"node": ">=10"
|
|
1251
|
-
},
|
|
1252
|
-
"funding": {
|
|
1253
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1254
|
-
}
|
|
1255
|
-
},
|
|
1256
|
-
"node_modules/deep-extend": {
|
|
1257
|
-
"version": "0.6.0",
|
|
1258
|
-
"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
|
|
1259
|
-
"integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
|
|
1260
|
-
"license": "MIT",
|
|
1261
|
-
"engines": {
|
|
1262
|
-
"node": ">=4.0.0"
|
|
1263
|
-
}
|
|
1264
|
-
},
|
|
1265
|
-
"node_modules/default-browser": {
|
|
1266
|
-
"version": "5.2.1",
|
|
1267
|
-
"resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz",
|
|
1268
|
-
"integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
|
|
1269
|
-
"license": "MIT",
|
|
1270
|
-
"dependencies": {
|
|
1271
|
-
"bundle-name": "^4.1.0",
|
|
1272
|
-
"default-browser-id": "^5.0.0"
|
|
1273
|
-
},
|
|
1274
|
-
"engines": {
|
|
1275
|
-
"node": ">=18"
|
|
1276
|
-
},
|
|
1277
|
-
"funding": {
|
|
1278
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1279
|
-
}
|
|
1280
|
-
},
|
|
1281
|
-
"node_modules/default-browser-id": {
|
|
1282
|
-
"version": "5.0.0",
|
|
1283
|
-
"resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz",
|
|
1284
|
-
"integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
|
|
1285
|
-
"license": "MIT",
|
|
1286
|
-
"engines": {
|
|
1287
|
-
"node": ">=18"
|
|
1288
|
-
},
|
|
1289
|
-
"funding": {
|
|
1290
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1291
|
-
}
|
|
1292
|
-
},
|
|
1293
|
-
"node_modules/define-lazy-prop": {
|
|
1294
|
-
"version": "3.0.0",
|
|
1295
|
-
"resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
|
|
1296
|
-
"integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
|
|
1297
|
-
"license": "MIT",
|
|
1298
|
-
"engines": {
|
|
1299
|
-
"node": ">=12"
|
|
1300
|
-
},
|
|
1301
|
-
"funding": {
|
|
1302
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1303
|
-
}
|
|
1304
|
-
},
|
|
1305
951
|
"node_modules/delayed-stream": {
|
|
1306
952
|
"version": "1.0.0",
|
|
1307
953
|
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
@@ -1311,37 +957,6 @@
|
|
|
1311
957
|
"node": ">=0.4.0"
|
|
1312
958
|
}
|
|
1313
959
|
},
|
|
1314
|
-
"node_modules/dequal": {
|
|
1315
|
-
"version": "2.0.3",
|
|
1316
|
-
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
1317
|
-
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
1318
|
-
"license": "MIT",
|
|
1319
|
-
"engines": {
|
|
1320
|
-
"node": ">=6"
|
|
1321
|
-
}
|
|
1322
|
-
},
|
|
1323
|
-
"node_modules/detect-libc": {
|
|
1324
|
-
"version": "2.1.1",
|
|
1325
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.1.tgz",
|
|
1326
|
-
"integrity": "sha512-ecqj/sy1jcK1uWrwpR67UhYrIFQ+5WlGxth34WquCbamhFA6hkkwiu37o6J5xCHdo1oixJRfVRw+ywV+Hq/0Aw==",
|
|
1327
|
-
"license": "Apache-2.0",
|
|
1328
|
-
"engines": {
|
|
1329
|
-
"node": ">=8"
|
|
1330
|
-
}
|
|
1331
|
-
},
|
|
1332
|
-
"node_modules/devlop": {
|
|
1333
|
-
"version": "1.1.0",
|
|
1334
|
-
"resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
|
|
1335
|
-
"integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
|
|
1336
|
-
"license": "MIT",
|
|
1337
|
-
"dependencies": {
|
|
1338
|
-
"dequal": "^2.0.0"
|
|
1339
|
-
},
|
|
1340
|
-
"funding": {
|
|
1341
|
-
"type": "github",
|
|
1342
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
1343
|
-
}
|
|
1344
|
-
},
|
|
1345
960
|
"node_modules/dunder-proto": {
|
|
1346
961
|
"version": "1.0.1",
|
|
1347
962
|
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
@@ -1362,83 +977,31 @@
|
|
|
1362
977
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
1363
978
|
"license": "MIT"
|
|
1364
979
|
},
|
|
1365
|
-
"node_modules/
|
|
1366
|
-
"version": "1.
|
|
1367
|
-
"resolved": "https://registry.npmjs.org/
|
|
1368
|
-
"integrity": "sha512-
|
|
980
|
+
"node_modules/es-define-property": {
|
|
981
|
+
"version": "1.0.1",
|
|
982
|
+
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
983
|
+
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
1369
984
|
"license": "MIT",
|
|
1370
|
-
"
|
|
1371
|
-
"
|
|
985
|
+
"engines": {
|
|
986
|
+
"node": ">= 0.4"
|
|
1372
987
|
}
|
|
1373
988
|
},
|
|
1374
|
-
"node_modules/
|
|
1375
|
-
"version": "
|
|
1376
|
-
"resolved": "https://registry.npmjs.org/
|
|
1377
|
-
"integrity": "sha512-
|
|
989
|
+
"node_modules/es-errors": {
|
|
990
|
+
"version": "1.3.0",
|
|
991
|
+
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
992
|
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
1378
993
|
"license": "MIT",
|
|
1379
|
-
"
|
|
1380
|
-
"
|
|
1381
|
-
"debug": "~4.3.1",
|
|
1382
|
-
"engine.io-parser": "~5.2.1",
|
|
1383
|
-
"ws": "~8.17.1",
|
|
1384
|
-
"xmlhttprequest-ssl": "~2.1.1"
|
|
994
|
+
"engines": {
|
|
995
|
+
"node": ">= 0.4"
|
|
1385
996
|
}
|
|
1386
997
|
},
|
|
1387
|
-
"node_modules/
|
|
1388
|
-
"version": "
|
|
1389
|
-
"resolved": "https://registry.npmjs.org/
|
|
1390
|
-
"integrity": "sha512-
|
|
998
|
+
"node_modules/es-object-atoms": {
|
|
999
|
+
"version": "1.1.1",
|
|
1000
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
1001
|
+
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
1391
1002
|
"license": "MIT",
|
|
1392
|
-
"
|
|
1393
|
-
"
|
|
1394
|
-
},
|
|
1395
|
-
"peerDependencies": {
|
|
1396
|
-
"bufferutil": "^4.0.1",
|
|
1397
|
-
"utf-8-validate": ">=5.0.2"
|
|
1398
|
-
},
|
|
1399
|
-
"peerDependenciesMeta": {
|
|
1400
|
-
"bufferutil": {
|
|
1401
|
-
"optional": true
|
|
1402
|
-
},
|
|
1403
|
-
"utf-8-validate": {
|
|
1404
|
-
"optional": true
|
|
1405
|
-
}
|
|
1406
|
-
}
|
|
1407
|
-
},
|
|
1408
|
-
"node_modules/engine.io-parser": {
|
|
1409
|
-
"version": "5.2.3",
|
|
1410
|
-
"resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz",
|
|
1411
|
-
"integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==",
|
|
1412
|
-
"license": "MIT",
|
|
1413
|
-
"engines": {
|
|
1414
|
-
"node": ">=10.0.0"
|
|
1415
|
-
}
|
|
1416
|
-
},
|
|
1417
|
-
"node_modules/es-define-property": {
|
|
1418
|
-
"version": "1.0.1",
|
|
1419
|
-
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
1420
|
-
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
1421
|
-
"license": "MIT",
|
|
1422
|
-
"engines": {
|
|
1423
|
-
"node": ">= 0.4"
|
|
1424
|
-
}
|
|
1425
|
-
},
|
|
1426
|
-
"node_modules/es-errors": {
|
|
1427
|
-
"version": "1.3.0",
|
|
1428
|
-
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
1429
|
-
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
1430
|
-
"license": "MIT",
|
|
1431
|
-
"engines": {
|
|
1432
|
-
"node": ">= 0.4"
|
|
1433
|
-
}
|
|
1434
|
-
},
|
|
1435
|
-
"node_modules/es-object-atoms": {
|
|
1436
|
-
"version": "1.1.1",
|
|
1437
|
-
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
1438
|
-
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
1439
|
-
"license": "MIT",
|
|
1440
|
-
"dependencies": {
|
|
1441
|
-
"es-errors": "^1.3.0"
|
|
1003
|
+
"dependencies": {
|
|
1004
|
+
"es-errors": "^1.3.0"
|
|
1442
1005
|
},
|
|
1443
1006
|
"engines": {
|
|
1444
1007
|
"node": ">= 0.4"
|
|
@@ -1463,6 +1026,7 @@
|
|
|
1463
1026
|
"version": "0.25.10",
|
|
1464
1027
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.10.tgz",
|
|
1465
1028
|
"integrity": "sha512-9RiGKvCwaqxO2owP61uQ4BgNborAQskMR6QusfWzQqv7AZOg5oGehdY2pRJMTKuwxd1IDBP4rSbI5lHzU7SMsQ==",
|
|
1029
|
+
"dev": true,
|
|
1466
1030
|
"hasInstallScript": true,
|
|
1467
1031
|
"license": "MIT",
|
|
1468
1032
|
"bin": {
|
|
@@ -1500,71 +1064,6 @@
|
|
|
1500
1064
|
"@esbuild/win32-x64": "0.25.10"
|
|
1501
1065
|
}
|
|
1502
1066
|
},
|
|
1503
|
-
"node_modules/estree-util-is-identifier-name": {
|
|
1504
|
-
"version": "3.0.0",
|
|
1505
|
-
"resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
|
|
1506
|
-
"integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
|
|
1507
|
-
"license": "MIT",
|
|
1508
|
-
"funding": {
|
|
1509
|
-
"type": "opencollective",
|
|
1510
|
-
"url": "https://opencollective.com/unified"
|
|
1511
|
-
}
|
|
1512
|
-
},
|
|
1513
|
-
"node_modules/expand-template": {
|
|
1514
|
-
"version": "2.0.3",
|
|
1515
|
-
"resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
|
|
1516
|
-
"integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
|
|
1517
|
-
"license": "(MIT OR WTFPL)",
|
|
1518
|
-
"engines": {
|
|
1519
|
-
"node": ">=6"
|
|
1520
|
-
}
|
|
1521
|
-
},
|
|
1522
|
-
"node_modules/extend": {
|
|
1523
|
-
"version": "3.0.2",
|
|
1524
|
-
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
|
|
1525
|
-
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
|
|
1526
|
-
"license": "MIT"
|
|
1527
|
-
},
|
|
1528
|
-
"node_modules/fdir": {
|
|
1529
|
-
"version": "6.5.0",
|
|
1530
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
1531
|
-
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
1532
|
-
"license": "MIT",
|
|
1533
|
-
"engines": {
|
|
1534
|
-
"node": ">=12.0.0"
|
|
1535
|
-
},
|
|
1536
|
-
"peerDependencies": {
|
|
1537
|
-
"picomatch": "^3 || ^4"
|
|
1538
|
-
},
|
|
1539
|
-
"peerDependenciesMeta": {
|
|
1540
|
-
"picomatch": {
|
|
1541
|
-
"optional": true
|
|
1542
|
-
}
|
|
1543
|
-
}
|
|
1544
|
-
},
|
|
1545
|
-
"node_modules/fetch-blob": {
|
|
1546
|
-
"version": "3.2.0",
|
|
1547
|
-
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
1548
|
-
"integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
|
|
1549
|
-
"funding": [
|
|
1550
|
-
{
|
|
1551
|
-
"type": "github",
|
|
1552
|
-
"url": "https://github.com/sponsors/jimmywarting"
|
|
1553
|
-
},
|
|
1554
|
-
{
|
|
1555
|
-
"type": "paypal",
|
|
1556
|
-
"url": "https://paypal.me/jimmywarting"
|
|
1557
|
-
}
|
|
1558
|
-
],
|
|
1559
|
-
"license": "MIT",
|
|
1560
|
-
"dependencies": {
|
|
1561
|
-
"node-domexception": "^1.0.0",
|
|
1562
|
-
"web-streams-polyfill": "^3.0.3"
|
|
1563
|
-
},
|
|
1564
|
-
"engines": {
|
|
1565
|
-
"node": "^12.20 || >= 14.13"
|
|
1566
|
-
}
|
|
1567
|
-
},
|
|
1568
1067
|
"node_modules/follow-redirects": {
|
|
1569
1068
|
"version": "1.15.11",
|
|
1570
1069
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
|
@@ -1601,24 +1100,6 @@
|
|
|
1601
1100
|
"node": ">= 6"
|
|
1602
1101
|
}
|
|
1603
1102
|
},
|
|
1604
|
-
"node_modules/formdata-polyfill": {
|
|
1605
|
-
"version": "4.0.10",
|
|
1606
|
-
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
|
|
1607
|
-
"integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
|
|
1608
|
-
"license": "MIT",
|
|
1609
|
-
"dependencies": {
|
|
1610
|
-
"fetch-blob": "^3.1.2"
|
|
1611
|
-
},
|
|
1612
|
-
"engines": {
|
|
1613
|
-
"node": ">=12.20.0"
|
|
1614
|
-
}
|
|
1615
|
-
},
|
|
1616
|
-
"node_modules/fs-constants": {
|
|
1617
|
-
"version": "1.0.0",
|
|
1618
|
-
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
|
|
1619
|
-
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
|
|
1620
|
-
"license": "MIT"
|
|
1621
|
-
},
|
|
1622
1103
|
"node_modules/fsevents": {
|
|
1623
1104
|
"version": "2.3.3",
|
|
1624
1105
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
@@ -1693,12 +1174,6 @@
|
|
|
1693
1174
|
"url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
|
|
1694
1175
|
}
|
|
1695
1176
|
},
|
|
1696
|
-
"node_modules/github-from-package": {
|
|
1697
|
-
"version": "0.0.0",
|
|
1698
|
-
"resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
|
|
1699
|
-
"integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
|
|
1700
|
-
"license": "MIT"
|
|
1701
|
-
},
|
|
1702
1177
|
"node_modules/gopd": {
|
|
1703
1178
|
"version": "1.2.0",
|
|
1704
1179
|
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
@@ -1750,56 +1225,6 @@
|
|
|
1750
1225
|
"node": ">= 0.4"
|
|
1751
1226
|
}
|
|
1752
1227
|
},
|
|
1753
|
-
"node_modules/hast-util-to-jsx-runtime": {
|
|
1754
|
-
"version": "2.3.6",
|
|
1755
|
-
"resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
|
|
1756
|
-
"integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
|
|
1757
|
-
"license": "MIT",
|
|
1758
|
-
"dependencies": {
|
|
1759
|
-
"@types/estree": "^1.0.0",
|
|
1760
|
-
"@types/hast": "^3.0.0",
|
|
1761
|
-
"@types/unist": "^3.0.0",
|
|
1762
|
-
"comma-separated-tokens": "^2.0.0",
|
|
1763
|
-
"devlop": "^1.0.0",
|
|
1764
|
-
"estree-util-is-identifier-name": "^3.0.0",
|
|
1765
|
-
"hast-util-whitespace": "^3.0.0",
|
|
1766
|
-
"mdast-util-mdx-expression": "^2.0.0",
|
|
1767
|
-
"mdast-util-mdx-jsx": "^3.0.0",
|
|
1768
|
-
"mdast-util-mdxjs-esm": "^2.0.0",
|
|
1769
|
-
"property-information": "^7.0.0",
|
|
1770
|
-
"space-separated-tokens": "^2.0.0",
|
|
1771
|
-
"style-to-js": "^1.0.0",
|
|
1772
|
-
"unist-util-position": "^5.0.0",
|
|
1773
|
-
"vfile-message": "^4.0.0"
|
|
1774
|
-
},
|
|
1775
|
-
"funding": {
|
|
1776
|
-
"type": "opencollective",
|
|
1777
|
-
"url": "https://opencollective.com/unified"
|
|
1778
|
-
}
|
|
1779
|
-
},
|
|
1780
|
-
"node_modules/hast-util-whitespace": {
|
|
1781
|
-
"version": "3.0.0",
|
|
1782
|
-
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
|
|
1783
|
-
"integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
|
|
1784
|
-
"license": "MIT",
|
|
1785
|
-
"dependencies": {
|
|
1786
|
-
"@types/hast": "^3.0.0"
|
|
1787
|
-
},
|
|
1788
|
-
"funding": {
|
|
1789
|
-
"type": "opencollective",
|
|
1790
|
-
"url": "https://opencollective.com/unified"
|
|
1791
|
-
}
|
|
1792
|
-
},
|
|
1793
|
-
"node_modules/html-url-attributes": {
|
|
1794
|
-
"version": "3.0.1",
|
|
1795
|
-
"resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
|
|
1796
|
-
"integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==",
|
|
1797
|
-
"license": "MIT",
|
|
1798
|
-
"funding": {
|
|
1799
|
-
"type": "opencollective",
|
|
1800
|
-
"url": "https://opencollective.com/unified"
|
|
1801
|
-
}
|
|
1802
|
-
},
|
|
1803
1228
|
"node_modules/iconv-lite": {
|
|
1804
1229
|
"version": "0.7.0",
|
|
1805
1230
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
|
|
@@ -1816,44 +1241,6 @@
|
|
|
1816
1241
|
"url": "https://opencollective.com/express"
|
|
1817
1242
|
}
|
|
1818
1243
|
},
|
|
1819
|
-
"node_modules/ieee754": {
|
|
1820
|
-
"version": "1.2.1",
|
|
1821
|
-
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
1822
|
-
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
1823
|
-
"funding": [
|
|
1824
|
-
{
|
|
1825
|
-
"type": "github",
|
|
1826
|
-
"url": "https://github.com/sponsors/feross"
|
|
1827
|
-
},
|
|
1828
|
-
{
|
|
1829
|
-
"type": "patreon",
|
|
1830
|
-
"url": "https://www.patreon.com/feross"
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"type": "consulting",
|
|
1834
|
-
"url": "https://feross.org/support"
|
|
1835
|
-
}
|
|
1836
|
-
],
|
|
1837
|
-
"license": "BSD-3-Clause"
|
|
1838
|
-
},
|
|
1839
|
-
"node_modules/inherits": {
|
|
1840
|
-
"version": "2.0.4",
|
|
1841
|
-
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
1842
|
-
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
1843
|
-
"license": "ISC"
|
|
1844
|
-
},
|
|
1845
|
-
"node_modules/ini": {
|
|
1846
|
-
"version": "1.3.8",
|
|
1847
|
-
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
1848
|
-
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
1849
|
-
"license": "ISC"
|
|
1850
|
-
},
|
|
1851
|
-
"node_modules/inline-style-parser": {
|
|
1852
|
-
"version": "0.2.4",
|
|
1853
|
-
"resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz",
|
|
1854
|
-
"integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==",
|
|
1855
|
-
"license": "MIT"
|
|
1856
|
-
},
|
|
1857
1244
|
"node_modules/inquirer": {
|
|
1858
1245
|
"version": "12.9.6",
|
|
1859
1246
|
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-12.9.6.tgz",
|
|
@@ -1880,55 +1267,6 @@
|
|
|
1880
1267
|
}
|
|
1881
1268
|
}
|
|
1882
1269
|
},
|
|
1883
|
-
"node_modules/is-alphabetical": {
|
|
1884
|
-
"version": "2.0.1",
|
|
1885
|
-
"resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
|
|
1886
|
-
"integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
|
|
1887
|
-
"license": "MIT",
|
|
1888
|
-
"funding": {
|
|
1889
|
-
"type": "github",
|
|
1890
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
1891
|
-
}
|
|
1892
|
-
},
|
|
1893
|
-
"node_modules/is-alphanumerical": {
|
|
1894
|
-
"version": "2.0.1",
|
|
1895
|
-
"resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
|
|
1896
|
-
"integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
|
|
1897
|
-
"license": "MIT",
|
|
1898
|
-
"dependencies": {
|
|
1899
|
-
"is-alphabetical": "^2.0.0",
|
|
1900
|
-
"is-decimal": "^2.0.0"
|
|
1901
|
-
},
|
|
1902
|
-
"funding": {
|
|
1903
|
-
"type": "github",
|
|
1904
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
1905
|
-
}
|
|
1906
|
-
},
|
|
1907
|
-
"node_modules/is-decimal": {
|
|
1908
|
-
"version": "2.0.1",
|
|
1909
|
-
"resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
|
|
1910
|
-
"integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
|
|
1911
|
-
"license": "MIT",
|
|
1912
|
-
"funding": {
|
|
1913
|
-
"type": "github",
|
|
1914
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
1915
|
-
}
|
|
1916
|
-
},
|
|
1917
|
-
"node_modules/is-docker": {
|
|
1918
|
-
"version": "3.0.0",
|
|
1919
|
-
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
|
|
1920
|
-
"integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
|
|
1921
|
-
"license": "MIT",
|
|
1922
|
-
"bin": {
|
|
1923
|
-
"is-docker": "cli.js"
|
|
1924
|
-
},
|
|
1925
|
-
"engines": {
|
|
1926
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
1927
|
-
},
|
|
1928
|
-
"funding": {
|
|
1929
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1930
|
-
}
|
|
1931
|
-
},
|
|
1932
1270
|
"node_modules/is-fullwidth-code-point": {
|
|
1933
1271
|
"version": "3.0.0",
|
|
1934
1272
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
@@ -1938,67 +1276,6 @@
|
|
|
1938
1276
|
"node": ">=8"
|
|
1939
1277
|
}
|
|
1940
1278
|
},
|
|
1941
|
-
"node_modules/is-hexadecimal": {
|
|
1942
|
-
"version": "2.0.1",
|
|
1943
|
-
"resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
|
|
1944
|
-
"integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
|
|
1945
|
-
"license": "MIT",
|
|
1946
|
-
"funding": {
|
|
1947
|
-
"type": "github",
|
|
1948
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
1949
|
-
}
|
|
1950
|
-
},
|
|
1951
|
-
"node_modules/is-inside-container": {
|
|
1952
|
-
"version": "1.0.0",
|
|
1953
|
-
"resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
|
|
1954
|
-
"integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
|
|
1955
|
-
"license": "MIT",
|
|
1956
|
-
"dependencies": {
|
|
1957
|
-
"is-docker": "^3.0.0"
|
|
1958
|
-
},
|
|
1959
|
-
"bin": {
|
|
1960
|
-
"is-inside-container": "cli.js"
|
|
1961
|
-
},
|
|
1962
|
-
"engines": {
|
|
1963
|
-
"node": ">=14.16"
|
|
1964
|
-
},
|
|
1965
|
-
"funding": {
|
|
1966
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1967
|
-
}
|
|
1968
|
-
},
|
|
1969
|
-
"node_modules/is-plain-obj": {
|
|
1970
|
-
"version": "4.1.0",
|
|
1971
|
-
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
1972
|
-
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
|
1973
|
-
"license": "MIT",
|
|
1974
|
-
"engines": {
|
|
1975
|
-
"node": ">=12"
|
|
1976
|
-
},
|
|
1977
|
-
"funding": {
|
|
1978
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1979
|
-
}
|
|
1980
|
-
},
|
|
1981
|
-
"node_modules/is-wsl": {
|
|
1982
|
-
"version": "3.1.0",
|
|
1983
|
-
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
|
|
1984
|
-
"integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
|
|
1985
|
-
"license": "MIT",
|
|
1986
|
-
"dependencies": {
|
|
1987
|
-
"is-inside-container": "^1.0.0"
|
|
1988
|
-
},
|
|
1989
|
-
"engines": {
|
|
1990
|
-
"node": ">=16"
|
|
1991
|
-
},
|
|
1992
|
-
"funding": {
|
|
1993
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1994
|
-
}
|
|
1995
|
-
},
|
|
1996
|
-
"node_modules/js-tokens": {
|
|
1997
|
-
"version": "4.0.0",
|
|
1998
|
-
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
1999
|
-
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
2000
|
-
"license": "MIT"
|
|
2001
|
-
},
|
|
2002
1279
|
"node_modules/js-yaml": {
|
|
2003
1280
|
"version": "4.1.0",
|
|
2004
1281
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
@@ -2011,68 +1288,6 @@
|
|
|
2011
1288
|
"js-yaml": "bin/js-yaml.js"
|
|
2012
1289
|
}
|
|
2013
1290
|
},
|
|
2014
|
-
"node_modules/keytar": {
|
|
2015
|
-
"version": "7.9.0",
|
|
2016
|
-
"resolved": "https://registry.npmjs.org/keytar/-/keytar-7.9.0.tgz",
|
|
2017
|
-
"integrity": "sha512-VPD8mtVtm5JNtA2AErl6Chp06JBfy7diFQ7TQQhdpWOl6MrCRB+eRbvAZUsbGQS9kiMq0coJsy0W0vHpDCkWsQ==",
|
|
2018
|
-
"hasInstallScript": true,
|
|
2019
|
-
"license": "MIT",
|
|
2020
|
-
"dependencies": {
|
|
2021
|
-
"node-addon-api": "^4.3.0",
|
|
2022
|
-
"prebuild-install": "^7.0.1"
|
|
2023
|
-
}
|
|
2024
|
-
},
|
|
2025
|
-
"node_modules/longest-streak": {
|
|
2026
|
-
"version": "3.1.0",
|
|
2027
|
-
"resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
|
|
2028
|
-
"integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
|
|
2029
|
-
"license": "MIT",
|
|
2030
|
-
"funding": {
|
|
2031
|
-
"type": "github",
|
|
2032
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
2033
|
-
}
|
|
2034
|
-
},
|
|
2035
|
-
"node_modules/loose-envify": {
|
|
2036
|
-
"version": "1.4.0",
|
|
2037
|
-
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
2038
|
-
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
2039
|
-
"license": "MIT",
|
|
2040
|
-
"dependencies": {
|
|
2041
|
-
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
2042
|
-
},
|
|
2043
|
-
"bin": {
|
|
2044
|
-
"loose-envify": "cli.js"
|
|
2045
|
-
}
|
|
2046
|
-
},
|
|
2047
|
-
"node_modules/lua-cli": {
|
|
2048
|
-
"version": "2.1.0-alpha.2",
|
|
2049
|
-
"resolved": "https://registry.npmjs.org/lua-cli/-/lua-cli-2.1.0-alpha.2.tgz",
|
|
2050
|
-
"integrity": "sha512-nfggqkIGBePS5g0ahiRt9B4hRtWfJFUkgC7jfcQmg9QTdyRk5wrrZClOcPeNYuPdBMYcC284F5cFGvVhNaXA/Q==",
|
|
2051
|
-
"license": "MIT",
|
|
2052
|
-
"dependencies": {
|
|
2053
|
-
"commander": "^14.0.1",
|
|
2054
|
-
"esbuild": "^0.25.10",
|
|
2055
|
-
"inquirer": "^12.9.6",
|
|
2056
|
-
"js-yaml": "^4.1.0",
|
|
2057
|
-
"keytar": "^7.9.0",
|
|
2058
|
-
"node-fetch": "^3.3.2",
|
|
2059
|
-
"open": "^10.1.0",
|
|
2060
|
-
"react": "^18.2.0",
|
|
2061
|
-
"react-dom": "^18.2.0",
|
|
2062
|
-
"react-markdown": "^9.0.1",
|
|
2063
|
-
"socket.io-client": "^4.7.2",
|
|
2064
|
-
"ts-morph": "^27.0.0",
|
|
2065
|
-
"ws": "^8.18.3",
|
|
2066
|
-
"zod": "^3.24.1",
|
|
2067
|
-
"zod-to-json-schema": "^3.24.6"
|
|
2068
|
-
},
|
|
2069
|
-
"bin": {
|
|
2070
|
-
"lua": "dist/index.js"
|
|
2071
|
-
},
|
|
2072
|
-
"engines": {
|
|
2073
|
-
"node": ">=16.0.0"
|
|
2074
|
-
}
|
|
2075
|
-
},
|
|
2076
1291
|
"node_modules/math-intrinsics": {
|
|
2077
1292
|
"version": "1.1.0",
|
|
2078
1293
|
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
@@ -2082,997 +1297,62 @@
|
|
|
2082
1297
|
"node": ">= 0.4"
|
|
2083
1298
|
}
|
|
2084
1299
|
},
|
|
2085
|
-
"node_modules/
|
|
2086
|
-
"version": "
|
|
2087
|
-
"resolved": "https://registry.npmjs.org/
|
|
2088
|
-
"integrity": "sha512-
|
|
1300
|
+
"node_modules/mime-db": {
|
|
1301
|
+
"version": "1.52.0",
|
|
1302
|
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
1303
|
+
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
2089
1304
|
"license": "MIT",
|
|
2090
|
-
"
|
|
2091
|
-
"
|
|
2092
|
-
"@types/unist": "^3.0.0",
|
|
2093
|
-
"decode-named-character-reference": "^1.0.0",
|
|
2094
|
-
"devlop": "^1.0.0",
|
|
2095
|
-
"mdast-util-to-string": "^4.0.0",
|
|
2096
|
-
"micromark": "^4.0.0",
|
|
2097
|
-
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
2098
|
-
"micromark-util-decode-string": "^2.0.0",
|
|
2099
|
-
"micromark-util-normalize-identifier": "^2.0.0",
|
|
2100
|
-
"micromark-util-symbol": "^2.0.0",
|
|
2101
|
-
"micromark-util-types": "^2.0.0",
|
|
2102
|
-
"unist-util-stringify-position": "^4.0.0"
|
|
2103
|
-
},
|
|
2104
|
-
"funding": {
|
|
2105
|
-
"type": "opencollective",
|
|
2106
|
-
"url": "https://opencollective.com/unified"
|
|
1305
|
+
"engines": {
|
|
1306
|
+
"node": ">= 0.6"
|
|
2107
1307
|
}
|
|
2108
1308
|
},
|
|
2109
|
-
"node_modules/
|
|
2110
|
-
"version": "2.
|
|
2111
|
-
"resolved": "https://registry.npmjs.org/
|
|
2112
|
-
"integrity": "sha512-
|
|
1309
|
+
"node_modules/mime-types": {
|
|
1310
|
+
"version": "2.1.35",
|
|
1311
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
1312
|
+
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
2113
1313
|
"license": "MIT",
|
|
2114
1314
|
"dependencies": {
|
|
2115
|
-
"
|
|
2116
|
-
"@types/hast": "^3.0.0",
|
|
2117
|
-
"@types/mdast": "^4.0.0",
|
|
2118
|
-
"devlop": "^1.0.0",
|
|
2119
|
-
"mdast-util-from-markdown": "^2.0.0",
|
|
2120
|
-
"mdast-util-to-markdown": "^2.0.0"
|
|
1315
|
+
"mime-db": "1.52.0"
|
|
2121
1316
|
},
|
|
2122
|
-
"
|
|
2123
|
-
"
|
|
2124
|
-
"url": "https://opencollective.com/unified"
|
|
1317
|
+
"engines": {
|
|
1318
|
+
"node": ">= 0.6"
|
|
2125
1319
|
}
|
|
2126
1320
|
},
|
|
2127
|
-
"node_modules/
|
|
2128
|
-
"version": "
|
|
2129
|
-
"resolved": "https://registry.npmjs.org/
|
|
2130
|
-
"integrity": "sha512-
|
|
2131
|
-
"license": "
|
|
2132
|
-
"
|
|
2133
|
-
"
|
|
2134
|
-
"@types/hast": "^3.0.0",
|
|
2135
|
-
"@types/mdast": "^4.0.0",
|
|
2136
|
-
"@types/unist": "^3.0.0",
|
|
2137
|
-
"ccount": "^2.0.0",
|
|
2138
|
-
"devlop": "^1.1.0",
|
|
2139
|
-
"mdast-util-from-markdown": "^2.0.0",
|
|
2140
|
-
"mdast-util-to-markdown": "^2.0.0",
|
|
2141
|
-
"parse-entities": "^4.0.0",
|
|
2142
|
-
"stringify-entities": "^4.0.0",
|
|
2143
|
-
"unist-util-stringify-position": "^4.0.0",
|
|
2144
|
-
"vfile-message": "^4.0.0"
|
|
2145
|
-
},
|
|
2146
|
-
"funding": {
|
|
2147
|
-
"type": "opencollective",
|
|
2148
|
-
"url": "https://opencollective.com/unified"
|
|
1321
|
+
"node_modules/mute-stream": {
|
|
1322
|
+
"version": "2.0.0",
|
|
1323
|
+
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
|
|
1324
|
+
"integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
|
|
1325
|
+
"license": "ISC",
|
|
1326
|
+
"engines": {
|
|
1327
|
+
"node": "^18.17.0 || >=20.5.0"
|
|
2149
1328
|
}
|
|
2150
1329
|
},
|
|
2151
|
-
"node_modules/
|
|
2152
|
-
"version": "
|
|
2153
|
-
"resolved": "https://registry.npmjs.org/
|
|
2154
|
-
"integrity": "sha512-
|
|
2155
|
-
"license": "
|
|
2156
|
-
"
|
|
2157
|
-
"
|
|
2158
|
-
"@types/hast": "^3.0.0",
|
|
2159
|
-
"@types/mdast": "^4.0.0",
|
|
2160
|
-
"devlop": "^1.0.0",
|
|
2161
|
-
"mdast-util-from-markdown": "^2.0.0",
|
|
2162
|
-
"mdast-util-to-markdown": "^2.0.0"
|
|
1330
|
+
"node_modules/openai": {
|
|
1331
|
+
"version": "5.23.0",
|
|
1332
|
+
"resolved": "https://registry.npmjs.org/openai/-/openai-5.23.0.tgz",
|
|
1333
|
+
"integrity": "sha512-Cfq155NHzI7VWR67LUNJMIgPZy2oSh7Fld/OKhxq648BiUjELAvcge7g30xJ6vAfwwXf6TVK0KKuN+3nmIJG/A==",
|
|
1334
|
+
"license": "Apache-2.0",
|
|
1335
|
+
"bin": {
|
|
1336
|
+
"openai": "bin/cli"
|
|
2163
1337
|
},
|
|
2164
|
-
"
|
|
2165
|
-
"
|
|
2166
|
-
"
|
|
1338
|
+
"peerDependencies": {
|
|
1339
|
+
"ws": "^8.18.0",
|
|
1340
|
+
"zod": "^3.23.8"
|
|
1341
|
+
},
|
|
1342
|
+
"peerDependenciesMeta": {
|
|
1343
|
+
"ws": {
|
|
1344
|
+
"optional": true
|
|
1345
|
+
},
|
|
1346
|
+
"zod": {
|
|
1347
|
+
"optional": true
|
|
1348
|
+
}
|
|
2167
1349
|
}
|
|
2168
1350
|
},
|
|
2169
|
-
"node_modules/
|
|
2170
|
-
"version": "
|
|
2171
|
-
"resolved": "https://registry.npmjs.org/
|
|
2172
|
-
"integrity": "sha512-
|
|
2173
|
-
"license": "MIT"
|
|
2174
|
-
"dependencies": {
|
|
2175
|
-
"@types/mdast": "^4.0.0",
|
|
2176
|
-
"unist-util-is": "^6.0.0"
|
|
2177
|
-
},
|
|
2178
|
-
"funding": {
|
|
2179
|
-
"type": "opencollective",
|
|
2180
|
-
"url": "https://opencollective.com/unified"
|
|
2181
|
-
}
|
|
2182
|
-
},
|
|
2183
|
-
"node_modules/mdast-util-to-hast": {
|
|
2184
|
-
"version": "13.2.0",
|
|
2185
|
-
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz",
|
|
2186
|
-
"integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
|
|
2187
|
-
"license": "MIT",
|
|
2188
|
-
"dependencies": {
|
|
2189
|
-
"@types/hast": "^3.0.0",
|
|
2190
|
-
"@types/mdast": "^4.0.0",
|
|
2191
|
-
"@ungap/structured-clone": "^1.0.0",
|
|
2192
|
-
"devlop": "^1.0.0",
|
|
2193
|
-
"micromark-util-sanitize-uri": "^2.0.0",
|
|
2194
|
-
"trim-lines": "^3.0.0",
|
|
2195
|
-
"unist-util-position": "^5.0.0",
|
|
2196
|
-
"unist-util-visit": "^5.0.0",
|
|
2197
|
-
"vfile": "^6.0.0"
|
|
2198
|
-
},
|
|
2199
|
-
"funding": {
|
|
2200
|
-
"type": "opencollective",
|
|
2201
|
-
"url": "https://opencollective.com/unified"
|
|
2202
|
-
}
|
|
2203
|
-
},
|
|
2204
|
-
"node_modules/mdast-util-to-markdown": {
|
|
2205
|
-
"version": "2.1.2",
|
|
2206
|
-
"resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
|
|
2207
|
-
"integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
|
|
2208
|
-
"license": "MIT",
|
|
2209
|
-
"dependencies": {
|
|
2210
|
-
"@types/mdast": "^4.0.0",
|
|
2211
|
-
"@types/unist": "^3.0.0",
|
|
2212
|
-
"longest-streak": "^3.0.0",
|
|
2213
|
-
"mdast-util-phrasing": "^4.0.0",
|
|
2214
|
-
"mdast-util-to-string": "^4.0.0",
|
|
2215
|
-
"micromark-util-classify-character": "^2.0.0",
|
|
2216
|
-
"micromark-util-decode-string": "^2.0.0",
|
|
2217
|
-
"unist-util-visit": "^5.0.0",
|
|
2218
|
-
"zwitch": "^2.0.0"
|
|
2219
|
-
},
|
|
2220
|
-
"funding": {
|
|
2221
|
-
"type": "opencollective",
|
|
2222
|
-
"url": "https://opencollective.com/unified"
|
|
2223
|
-
}
|
|
2224
|
-
},
|
|
2225
|
-
"node_modules/mdast-util-to-string": {
|
|
2226
|
-
"version": "4.0.0",
|
|
2227
|
-
"resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
|
|
2228
|
-
"integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
|
|
2229
|
-
"license": "MIT",
|
|
2230
|
-
"dependencies": {
|
|
2231
|
-
"@types/mdast": "^4.0.0"
|
|
2232
|
-
},
|
|
2233
|
-
"funding": {
|
|
2234
|
-
"type": "opencollective",
|
|
2235
|
-
"url": "https://opencollective.com/unified"
|
|
2236
|
-
}
|
|
2237
|
-
},
|
|
2238
|
-
"node_modules/micromark": {
|
|
2239
|
-
"version": "4.0.2",
|
|
2240
|
-
"resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
|
|
2241
|
-
"integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
|
|
2242
|
-
"funding": [
|
|
2243
|
-
{
|
|
2244
|
-
"type": "GitHub Sponsors",
|
|
2245
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2246
|
-
},
|
|
2247
|
-
{
|
|
2248
|
-
"type": "OpenCollective",
|
|
2249
|
-
"url": "https://opencollective.com/unified"
|
|
2250
|
-
}
|
|
2251
|
-
],
|
|
2252
|
-
"license": "MIT",
|
|
2253
|
-
"dependencies": {
|
|
2254
|
-
"@types/debug": "^4.0.0",
|
|
2255
|
-
"debug": "^4.0.0",
|
|
2256
|
-
"decode-named-character-reference": "^1.0.0",
|
|
2257
|
-
"devlop": "^1.0.0",
|
|
2258
|
-
"micromark-core-commonmark": "^2.0.0",
|
|
2259
|
-
"micromark-factory-space": "^2.0.0",
|
|
2260
|
-
"micromark-util-character": "^2.0.0",
|
|
2261
|
-
"micromark-util-chunked": "^2.0.0",
|
|
2262
|
-
"micromark-util-combine-extensions": "^2.0.0",
|
|
2263
|
-
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
2264
|
-
"micromark-util-encode": "^2.0.0",
|
|
2265
|
-
"micromark-util-normalize-identifier": "^2.0.0",
|
|
2266
|
-
"micromark-util-resolve-all": "^2.0.0",
|
|
2267
|
-
"micromark-util-sanitize-uri": "^2.0.0",
|
|
2268
|
-
"micromark-util-subtokenize": "^2.0.0",
|
|
2269
|
-
"micromark-util-symbol": "^2.0.0",
|
|
2270
|
-
"micromark-util-types": "^2.0.0"
|
|
2271
|
-
}
|
|
2272
|
-
},
|
|
2273
|
-
"node_modules/micromark-core-commonmark": {
|
|
2274
|
-
"version": "2.0.3",
|
|
2275
|
-
"resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
|
|
2276
|
-
"integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
|
|
2277
|
-
"funding": [
|
|
2278
|
-
{
|
|
2279
|
-
"type": "GitHub Sponsors",
|
|
2280
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2281
|
-
},
|
|
2282
|
-
{
|
|
2283
|
-
"type": "OpenCollective",
|
|
2284
|
-
"url": "https://opencollective.com/unified"
|
|
2285
|
-
}
|
|
2286
|
-
],
|
|
2287
|
-
"license": "MIT",
|
|
2288
|
-
"dependencies": {
|
|
2289
|
-
"decode-named-character-reference": "^1.0.0",
|
|
2290
|
-
"devlop": "^1.0.0",
|
|
2291
|
-
"micromark-factory-destination": "^2.0.0",
|
|
2292
|
-
"micromark-factory-label": "^2.0.0",
|
|
2293
|
-
"micromark-factory-space": "^2.0.0",
|
|
2294
|
-
"micromark-factory-title": "^2.0.0",
|
|
2295
|
-
"micromark-factory-whitespace": "^2.0.0",
|
|
2296
|
-
"micromark-util-character": "^2.0.0",
|
|
2297
|
-
"micromark-util-chunked": "^2.0.0",
|
|
2298
|
-
"micromark-util-classify-character": "^2.0.0",
|
|
2299
|
-
"micromark-util-html-tag-name": "^2.0.0",
|
|
2300
|
-
"micromark-util-normalize-identifier": "^2.0.0",
|
|
2301
|
-
"micromark-util-resolve-all": "^2.0.0",
|
|
2302
|
-
"micromark-util-subtokenize": "^2.0.0",
|
|
2303
|
-
"micromark-util-symbol": "^2.0.0",
|
|
2304
|
-
"micromark-util-types": "^2.0.0"
|
|
2305
|
-
}
|
|
2306
|
-
},
|
|
2307
|
-
"node_modules/micromark-factory-destination": {
|
|
2308
|
-
"version": "2.0.1",
|
|
2309
|
-
"resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
|
|
2310
|
-
"integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
|
|
2311
|
-
"funding": [
|
|
2312
|
-
{
|
|
2313
|
-
"type": "GitHub Sponsors",
|
|
2314
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2315
|
-
},
|
|
2316
|
-
{
|
|
2317
|
-
"type": "OpenCollective",
|
|
2318
|
-
"url": "https://opencollective.com/unified"
|
|
2319
|
-
}
|
|
2320
|
-
],
|
|
2321
|
-
"license": "MIT",
|
|
2322
|
-
"dependencies": {
|
|
2323
|
-
"micromark-util-character": "^2.0.0",
|
|
2324
|
-
"micromark-util-symbol": "^2.0.0",
|
|
2325
|
-
"micromark-util-types": "^2.0.0"
|
|
2326
|
-
}
|
|
2327
|
-
},
|
|
2328
|
-
"node_modules/micromark-factory-label": {
|
|
2329
|
-
"version": "2.0.1",
|
|
2330
|
-
"resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
|
|
2331
|
-
"integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
|
|
2332
|
-
"funding": [
|
|
2333
|
-
{
|
|
2334
|
-
"type": "GitHub Sponsors",
|
|
2335
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2336
|
-
},
|
|
2337
|
-
{
|
|
2338
|
-
"type": "OpenCollective",
|
|
2339
|
-
"url": "https://opencollective.com/unified"
|
|
2340
|
-
}
|
|
2341
|
-
],
|
|
2342
|
-
"license": "MIT",
|
|
2343
|
-
"dependencies": {
|
|
2344
|
-
"devlop": "^1.0.0",
|
|
2345
|
-
"micromark-util-character": "^2.0.0",
|
|
2346
|
-
"micromark-util-symbol": "^2.0.0",
|
|
2347
|
-
"micromark-util-types": "^2.0.0"
|
|
2348
|
-
}
|
|
2349
|
-
},
|
|
2350
|
-
"node_modules/micromark-factory-space": {
|
|
2351
|
-
"version": "2.0.1",
|
|
2352
|
-
"resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
|
|
2353
|
-
"integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
|
|
2354
|
-
"funding": [
|
|
2355
|
-
{
|
|
2356
|
-
"type": "GitHub Sponsors",
|
|
2357
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2358
|
-
},
|
|
2359
|
-
{
|
|
2360
|
-
"type": "OpenCollective",
|
|
2361
|
-
"url": "https://opencollective.com/unified"
|
|
2362
|
-
}
|
|
2363
|
-
],
|
|
2364
|
-
"license": "MIT",
|
|
2365
|
-
"dependencies": {
|
|
2366
|
-
"micromark-util-character": "^2.0.0",
|
|
2367
|
-
"micromark-util-types": "^2.0.0"
|
|
2368
|
-
}
|
|
2369
|
-
},
|
|
2370
|
-
"node_modules/micromark-factory-title": {
|
|
2371
|
-
"version": "2.0.1",
|
|
2372
|
-
"resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
|
|
2373
|
-
"integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
|
|
2374
|
-
"funding": [
|
|
2375
|
-
{
|
|
2376
|
-
"type": "GitHub Sponsors",
|
|
2377
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2378
|
-
},
|
|
2379
|
-
{
|
|
2380
|
-
"type": "OpenCollective",
|
|
2381
|
-
"url": "https://opencollective.com/unified"
|
|
2382
|
-
}
|
|
2383
|
-
],
|
|
2384
|
-
"license": "MIT",
|
|
2385
|
-
"dependencies": {
|
|
2386
|
-
"micromark-factory-space": "^2.0.0",
|
|
2387
|
-
"micromark-util-character": "^2.0.0",
|
|
2388
|
-
"micromark-util-symbol": "^2.0.0",
|
|
2389
|
-
"micromark-util-types": "^2.0.0"
|
|
2390
|
-
}
|
|
2391
|
-
},
|
|
2392
|
-
"node_modules/micromark-factory-whitespace": {
|
|
2393
|
-
"version": "2.0.1",
|
|
2394
|
-
"resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
|
|
2395
|
-
"integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
|
|
2396
|
-
"funding": [
|
|
2397
|
-
{
|
|
2398
|
-
"type": "GitHub Sponsors",
|
|
2399
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2400
|
-
},
|
|
2401
|
-
{
|
|
2402
|
-
"type": "OpenCollective",
|
|
2403
|
-
"url": "https://opencollective.com/unified"
|
|
2404
|
-
}
|
|
2405
|
-
],
|
|
2406
|
-
"license": "MIT",
|
|
2407
|
-
"dependencies": {
|
|
2408
|
-
"micromark-factory-space": "^2.0.0",
|
|
2409
|
-
"micromark-util-character": "^2.0.0",
|
|
2410
|
-
"micromark-util-symbol": "^2.0.0",
|
|
2411
|
-
"micromark-util-types": "^2.0.0"
|
|
2412
|
-
}
|
|
2413
|
-
},
|
|
2414
|
-
"node_modules/micromark-util-character": {
|
|
2415
|
-
"version": "2.1.1",
|
|
2416
|
-
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
|
2417
|
-
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
|
2418
|
-
"funding": [
|
|
2419
|
-
{
|
|
2420
|
-
"type": "GitHub Sponsors",
|
|
2421
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2422
|
-
},
|
|
2423
|
-
{
|
|
2424
|
-
"type": "OpenCollective",
|
|
2425
|
-
"url": "https://opencollective.com/unified"
|
|
2426
|
-
}
|
|
2427
|
-
],
|
|
2428
|
-
"license": "MIT",
|
|
2429
|
-
"dependencies": {
|
|
2430
|
-
"micromark-util-symbol": "^2.0.0",
|
|
2431
|
-
"micromark-util-types": "^2.0.0"
|
|
2432
|
-
}
|
|
2433
|
-
},
|
|
2434
|
-
"node_modules/micromark-util-chunked": {
|
|
2435
|
-
"version": "2.0.1",
|
|
2436
|
-
"resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
|
|
2437
|
-
"integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
|
|
2438
|
-
"funding": [
|
|
2439
|
-
{
|
|
2440
|
-
"type": "GitHub Sponsors",
|
|
2441
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"type": "OpenCollective",
|
|
2445
|
-
"url": "https://opencollective.com/unified"
|
|
2446
|
-
}
|
|
2447
|
-
],
|
|
2448
|
-
"license": "MIT",
|
|
2449
|
-
"dependencies": {
|
|
2450
|
-
"micromark-util-symbol": "^2.0.0"
|
|
2451
|
-
}
|
|
2452
|
-
},
|
|
2453
|
-
"node_modules/micromark-util-classify-character": {
|
|
2454
|
-
"version": "2.0.1",
|
|
2455
|
-
"resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
|
|
2456
|
-
"integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
|
|
2457
|
-
"funding": [
|
|
2458
|
-
{
|
|
2459
|
-
"type": "GitHub Sponsors",
|
|
2460
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2461
|
-
},
|
|
2462
|
-
{
|
|
2463
|
-
"type": "OpenCollective",
|
|
2464
|
-
"url": "https://opencollective.com/unified"
|
|
2465
|
-
}
|
|
2466
|
-
],
|
|
2467
|
-
"license": "MIT",
|
|
2468
|
-
"dependencies": {
|
|
2469
|
-
"micromark-util-character": "^2.0.0",
|
|
2470
|
-
"micromark-util-symbol": "^2.0.0",
|
|
2471
|
-
"micromark-util-types": "^2.0.0"
|
|
2472
|
-
}
|
|
2473
|
-
},
|
|
2474
|
-
"node_modules/micromark-util-combine-extensions": {
|
|
2475
|
-
"version": "2.0.1",
|
|
2476
|
-
"resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
|
|
2477
|
-
"integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
|
|
2478
|
-
"funding": [
|
|
2479
|
-
{
|
|
2480
|
-
"type": "GitHub Sponsors",
|
|
2481
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2482
|
-
},
|
|
2483
|
-
{
|
|
2484
|
-
"type": "OpenCollective",
|
|
2485
|
-
"url": "https://opencollective.com/unified"
|
|
2486
|
-
}
|
|
2487
|
-
],
|
|
2488
|
-
"license": "MIT",
|
|
2489
|
-
"dependencies": {
|
|
2490
|
-
"micromark-util-chunked": "^2.0.0",
|
|
2491
|
-
"micromark-util-types": "^2.0.0"
|
|
2492
|
-
}
|
|
2493
|
-
},
|
|
2494
|
-
"node_modules/micromark-util-decode-numeric-character-reference": {
|
|
2495
|
-
"version": "2.0.2",
|
|
2496
|
-
"resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
|
|
2497
|
-
"integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
|
|
2498
|
-
"funding": [
|
|
2499
|
-
{
|
|
2500
|
-
"type": "GitHub Sponsors",
|
|
2501
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"type": "OpenCollective",
|
|
2505
|
-
"url": "https://opencollective.com/unified"
|
|
2506
|
-
}
|
|
2507
|
-
],
|
|
2508
|
-
"license": "MIT",
|
|
2509
|
-
"dependencies": {
|
|
2510
|
-
"micromark-util-symbol": "^2.0.0"
|
|
2511
|
-
}
|
|
2512
|
-
},
|
|
2513
|
-
"node_modules/micromark-util-decode-string": {
|
|
2514
|
-
"version": "2.0.1",
|
|
2515
|
-
"resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
|
|
2516
|
-
"integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
|
|
2517
|
-
"funding": [
|
|
2518
|
-
{
|
|
2519
|
-
"type": "GitHub Sponsors",
|
|
2520
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2521
|
-
},
|
|
2522
|
-
{
|
|
2523
|
-
"type": "OpenCollective",
|
|
2524
|
-
"url": "https://opencollective.com/unified"
|
|
2525
|
-
}
|
|
2526
|
-
],
|
|
2527
|
-
"license": "MIT",
|
|
2528
|
-
"dependencies": {
|
|
2529
|
-
"decode-named-character-reference": "^1.0.0",
|
|
2530
|
-
"micromark-util-character": "^2.0.0",
|
|
2531
|
-
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
2532
|
-
"micromark-util-symbol": "^2.0.0"
|
|
2533
|
-
}
|
|
2534
|
-
},
|
|
2535
|
-
"node_modules/micromark-util-encode": {
|
|
2536
|
-
"version": "2.0.1",
|
|
2537
|
-
"resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
|
|
2538
|
-
"integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
|
|
2539
|
-
"funding": [
|
|
2540
|
-
{
|
|
2541
|
-
"type": "GitHub Sponsors",
|
|
2542
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2543
|
-
},
|
|
2544
|
-
{
|
|
2545
|
-
"type": "OpenCollective",
|
|
2546
|
-
"url": "https://opencollective.com/unified"
|
|
2547
|
-
}
|
|
2548
|
-
],
|
|
2549
|
-
"license": "MIT"
|
|
2550
|
-
},
|
|
2551
|
-
"node_modules/micromark-util-html-tag-name": {
|
|
2552
|
-
"version": "2.0.1",
|
|
2553
|
-
"resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
|
|
2554
|
-
"integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
|
|
2555
|
-
"funding": [
|
|
2556
|
-
{
|
|
2557
|
-
"type": "GitHub Sponsors",
|
|
2558
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2559
|
-
},
|
|
2560
|
-
{
|
|
2561
|
-
"type": "OpenCollective",
|
|
2562
|
-
"url": "https://opencollective.com/unified"
|
|
2563
|
-
}
|
|
2564
|
-
],
|
|
2565
|
-
"license": "MIT"
|
|
2566
|
-
},
|
|
2567
|
-
"node_modules/micromark-util-normalize-identifier": {
|
|
2568
|
-
"version": "2.0.1",
|
|
2569
|
-
"resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
|
|
2570
|
-
"integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
|
|
2571
|
-
"funding": [
|
|
2572
|
-
{
|
|
2573
|
-
"type": "GitHub Sponsors",
|
|
2574
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"type": "OpenCollective",
|
|
2578
|
-
"url": "https://opencollective.com/unified"
|
|
2579
|
-
}
|
|
2580
|
-
],
|
|
2581
|
-
"license": "MIT",
|
|
2582
|
-
"dependencies": {
|
|
2583
|
-
"micromark-util-symbol": "^2.0.0"
|
|
2584
|
-
}
|
|
2585
|
-
},
|
|
2586
|
-
"node_modules/micromark-util-resolve-all": {
|
|
2587
|
-
"version": "2.0.1",
|
|
2588
|
-
"resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
|
|
2589
|
-
"integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
|
|
2590
|
-
"funding": [
|
|
2591
|
-
{
|
|
2592
|
-
"type": "GitHub Sponsors",
|
|
2593
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2594
|
-
},
|
|
2595
|
-
{
|
|
2596
|
-
"type": "OpenCollective",
|
|
2597
|
-
"url": "https://opencollective.com/unified"
|
|
2598
|
-
}
|
|
2599
|
-
],
|
|
2600
|
-
"license": "MIT",
|
|
2601
|
-
"dependencies": {
|
|
2602
|
-
"micromark-util-types": "^2.0.0"
|
|
2603
|
-
}
|
|
2604
|
-
},
|
|
2605
|
-
"node_modules/micromark-util-sanitize-uri": {
|
|
2606
|
-
"version": "2.0.1",
|
|
2607
|
-
"resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
|
|
2608
|
-
"integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
|
|
2609
|
-
"funding": [
|
|
2610
|
-
{
|
|
2611
|
-
"type": "GitHub Sponsors",
|
|
2612
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2613
|
-
},
|
|
2614
|
-
{
|
|
2615
|
-
"type": "OpenCollective",
|
|
2616
|
-
"url": "https://opencollective.com/unified"
|
|
2617
|
-
}
|
|
2618
|
-
],
|
|
2619
|
-
"license": "MIT",
|
|
2620
|
-
"dependencies": {
|
|
2621
|
-
"micromark-util-character": "^2.0.0",
|
|
2622
|
-
"micromark-util-encode": "^2.0.0",
|
|
2623
|
-
"micromark-util-symbol": "^2.0.0"
|
|
2624
|
-
}
|
|
2625
|
-
},
|
|
2626
|
-
"node_modules/micromark-util-subtokenize": {
|
|
2627
|
-
"version": "2.1.0",
|
|
2628
|
-
"resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
|
|
2629
|
-
"integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
|
|
2630
|
-
"funding": [
|
|
2631
|
-
{
|
|
2632
|
-
"type": "GitHub Sponsors",
|
|
2633
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2634
|
-
},
|
|
2635
|
-
{
|
|
2636
|
-
"type": "OpenCollective",
|
|
2637
|
-
"url": "https://opencollective.com/unified"
|
|
2638
|
-
}
|
|
2639
|
-
],
|
|
2640
|
-
"license": "MIT",
|
|
2641
|
-
"dependencies": {
|
|
2642
|
-
"devlop": "^1.0.0",
|
|
2643
|
-
"micromark-util-chunked": "^2.0.0",
|
|
2644
|
-
"micromark-util-symbol": "^2.0.0",
|
|
2645
|
-
"micromark-util-types": "^2.0.0"
|
|
2646
|
-
}
|
|
2647
|
-
},
|
|
2648
|
-
"node_modules/micromark-util-symbol": {
|
|
2649
|
-
"version": "2.0.1",
|
|
2650
|
-
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
|
2651
|
-
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
|
|
2652
|
-
"funding": [
|
|
2653
|
-
{
|
|
2654
|
-
"type": "GitHub Sponsors",
|
|
2655
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2656
|
-
},
|
|
2657
|
-
{
|
|
2658
|
-
"type": "OpenCollective",
|
|
2659
|
-
"url": "https://opencollective.com/unified"
|
|
2660
|
-
}
|
|
2661
|
-
],
|
|
2662
|
-
"license": "MIT"
|
|
2663
|
-
},
|
|
2664
|
-
"node_modules/micromark-util-types": {
|
|
2665
|
-
"version": "2.0.2",
|
|
2666
|
-
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
|
|
2667
|
-
"integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
|
|
2668
|
-
"funding": [
|
|
2669
|
-
{
|
|
2670
|
-
"type": "GitHub Sponsors",
|
|
2671
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2672
|
-
},
|
|
2673
|
-
{
|
|
2674
|
-
"type": "OpenCollective",
|
|
2675
|
-
"url": "https://opencollective.com/unified"
|
|
2676
|
-
}
|
|
2677
|
-
],
|
|
2678
|
-
"license": "MIT"
|
|
2679
|
-
},
|
|
2680
|
-
"node_modules/mime-db": {
|
|
2681
|
-
"version": "1.52.0",
|
|
2682
|
-
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
2683
|
-
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
2684
|
-
"license": "MIT",
|
|
2685
|
-
"engines": {
|
|
2686
|
-
"node": ">= 0.6"
|
|
2687
|
-
}
|
|
2688
|
-
},
|
|
2689
|
-
"node_modules/mime-types": {
|
|
2690
|
-
"version": "2.1.35",
|
|
2691
|
-
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
2692
|
-
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
2693
|
-
"license": "MIT",
|
|
2694
|
-
"dependencies": {
|
|
2695
|
-
"mime-db": "1.52.0"
|
|
2696
|
-
},
|
|
2697
|
-
"engines": {
|
|
2698
|
-
"node": ">= 0.6"
|
|
2699
|
-
}
|
|
2700
|
-
},
|
|
2701
|
-
"node_modules/mimic-response": {
|
|
2702
|
-
"version": "3.1.0",
|
|
2703
|
-
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
|
|
2704
|
-
"integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
|
|
2705
|
-
"license": "MIT",
|
|
2706
|
-
"engines": {
|
|
2707
|
-
"node": ">=10"
|
|
2708
|
-
},
|
|
2709
|
-
"funding": {
|
|
2710
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2711
|
-
}
|
|
2712
|
-
},
|
|
2713
|
-
"node_modules/minimatch": {
|
|
2714
|
-
"version": "10.0.3",
|
|
2715
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz",
|
|
2716
|
-
"integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==",
|
|
2717
|
-
"license": "ISC",
|
|
2718
|
-
"dependencies": {
|
|
2719
|
-
"@isaacs/brace-expansion": "^5.0.0"
|
|
2720
|
-
},
|
|
2721
|
-
"engines": {
|
|
2722
|
-
"node": "20 || >=22"
|
|
2723
|
-
},
|
|
2724
|
-
"funding": {
|
|
2725
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
2726
|
-
}
|
|
2727
|
-
},
|
|
2728
|
-
"node_modules/minimist": {
|
|
2729
|
-
"version": "1.2.8",
|
|
2730
|
-
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
2731
|
-
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
2732
|
-
"license": "MIT",
|
|
2733
|
-
"funding": {
|
|
2734
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2735
|
-
}
|
|
2736
|
-
},
|
|
2737
|
-
"node_modules/mkdirp-classic": {
|
|
2738
|
-
"version": "0.5.3",
|
|
2739
|
-
"resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
|
|
2740
|
-
"integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
|
|
2741
|
-
"license": "MIT"
|
|
2742
|
-
},
|
|
2743
|
-
"node_modules/ms": {
|
|
2744
|
-
"version": "2.1.3",
|
|
2745
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
2746
|
-
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
2747
|
-
"license": "MIT"
|
|
2748
|
-
},
|
|
2749
|
-
"node_modules/mute-stream": {
|
|
2750
|
-
"version": "2.0.0",
|
|
2751
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
|
|
2752
|
-
"integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
|
|
2753
|
-
"license": "ISC",
|
|
2754
|
-
"engines": {
|
|
2755
|
-
"node": "^18.17.0 || >=20.5.0"
|
|
2756
|
-
}
|
|
2757
|
-
},
|
|
2758
|
-
"node_modules/napi-build-utils": {
|
|
2759
|
-
"version": "2.0.0",
|
|
2760
|
-
"resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz",
|
|
2761
|
-
"integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==",
|
|
2762
|
-
"license": "MIT"
|
|
2763
|
-
},
|
|
2764
|
-
"node_modules/node-abi": {
|
|
2765
|
-
"version": "3.77.0",
|
|
2766
|
-
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.77.0.tgz",
|
|
2767
|
-
"integrity": "sha512-DSmt0OEcLoK4i3NuscSbGjOf3bqiDEutejqENSplMSFA/gmB8mkED9G4pKWnPl7MDU4rSHebKPHeitpDfyH0cQ==",
|
|
2768
|
-
"license": "MIT",
|
|
2769
|
-
"dependencies": {
|
|
2770
|
-
"semver": "^7.3.5"
|
|
2771
|
-
},
|
|
2772
|
-
"engines": {
|
|
2773
|
-
"node": ">=10"
|
|
2774
|
-
}
|
|
2775
|
-
},
|
|
2776
|
-
"node_modules/node-addon-api": {
|
|
2777
|
-
"version": "4.3.0",
|
|
2778
|
-
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz",
|
|
2779
|
-
"integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==",
|
|
2780
|
-
"license": "MIT"
|
|
2781
|
-
},
|
|
2782
|
-
"node_modules/node-domexception": {
|
|
2783
|
-
"version": "1.0.0",
|
|
2784
|
-
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
|
|
2785
|
-
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
|
|
2786
|
-
"deprecated": "Use your platform's native DOMException instead",
|
|
2787
|
-
"funding": [
|
|
2788
|
-
{
|
|
2789
|
-
"type": "github",
|
|
2790
|
-
"url": "https://github.com/sponsors/jimmywarting"
|
|
2791
|
-
},
|
|
2792
|
-
{
|
|
2793
|
-
"type": "github",
|
|
2794
|
-
"url": "https://paypal.me/jimmywarting"
|
|
2795
|
-
}
|
|
2796
|
-
],
|
|
2797
|
-
"license": "MIT",
|
|
2798
|
-
"engines": {
|
|
2799
|
-
"node": ">=10.5.0"
|
|
2800
|
-
}
|
|
2801
|
-
},
|
|
2802
|
-
"node_modules/node-fetch": {
|
|
2803
|
-
"version": "3.3.2",
|
|
2804
|
-
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
|
|
2805
|
-
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
|
|
2806
|
-
"license": "MIT",
|
|
2807
|
-
"dependencies": {
|
|
2808
|
-
"data-uri-to-buffer": "^4.0.0",
|
|
2809
|
-
"fetch-blob": "^3.1.4",
|
|
2810
|
-
"formdata-polyfill": "^4.0.10"
|
|
2811
|
-
},
|
|
2812
|
-
"engines": {
|
|
2813
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2814
|
-
},
|
|
2815
|
-
"funding": {
|
|
2816
|
-
"type": "opencollective",
|
|
2817
|
-
"url": "https://opencollective.com/node-fetch"
|
|
2818
|
-
}
|
|
2819
|
-
},
|
|
2820
|
-
"node_modules/once": {
|
|
2821
|
-
"version": "1.4.0",
|
|
2822
|
-
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
2823
|
-
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
2824
|
-
"license": "ISC",
|
|
2825
|
-
"dependencies": {
|
|
2826
|
-
"wrappy": "1"
|
|
2827
|
-
}
|
|
2828
|
-
},
|
|
2829
|
-
"node_modules/open": {
|
|
2830
|
-
"version": "10.2.0",
|
|
2831
|
-
"resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
|
|
2832
|
-
"integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
|
|
2833
|
-
"license": "MIT",
|
|
2834
|
-
"dependencies": {
|
|
2835
|
-
"default-browser": "^5.2.1",
|
|
2836
|
-
"define-lazy-prop": "^3.0.0",
|
|
2837
|
-
"is-inside-container": "^1.0.0",
|
|
2838
|
-
"wsl-utils": "^0.1.0"
|
|
2839
|
-
},
|
|
2840
|
-
"engines": {
|
|
2841
|
-
"node": ">=18"
|
|
2842
|
-
},
|
|
2843
|
-
"funding": {
|
|
2844
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2845
|
-
}
|
|
2846
|
-
},
|
|
2847
|
-
"node_modules/openai": {
|
|
2848
|
-
"version": "5.23.0",
|
|
2849
|
-
"resolved": "https://registry.npmjs.org/openai/-/openai-5.23.0.tgz",
|
|
2850
|
-
"integrity": "sha512-Cfq155NHzI7VWR67LUNJMIgPZy2oSh7Fld/OKhxq648BiUjELAvcge7g30xJ6vAfwwXf6TVK0KKuN+3nmIJG/A==",
|
|
2851
|
-
"license": "Apache-2.0",
|
|
2852
|
-
"bin": {
|
|
2853
|
-
"openai": "bin/cli"
|
|
2854
|
-
},
|
|
2855
|
-
"peerDependencies": {
|
|
2856
|
-
"ws": "^8.18.0",
|
|
2857
|
-
"zod": "^3.23.8"
|
|
2858
|
-
},
|
|
2859
|
-
"peerDependenciesMeta": {
|
|
2860
|
-
"ws": {
|
|
2861
|
-
"optional": true
|
|
2862
|
-
},
|
|
2863
|
-
"zod": {
|
|
2864
|
-
"optional": true
|
|
2865
|
-
}
|
|
2866
|
-
}
|
|
2867
|
-
},
|
|
2868
|
-
"node_modules/parse-entities": {
|
|
2869
|
-
"version": "4.0.2",
|
|
2870
|
-
"resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
|
|
2871
|
-
"integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
|
|
2872
|
-
"license": "MIT",
|
|
2873
|
-
"dependencies": {
|
|
2874
|
-
"@types/unist": "^2.0.0",
|
|
2875
|
-
"character-entities-legacy": "^3.0.0",
|
|
2876
|
-
"character-reference-invalid": "^2.0.0",
|
|
2877
|
-
"decode-named-character-reference": "^1.0.0",
|
|
2878
|
-
"is-alphanumerical": "^2.0.0",
|
|
2879
|
-
"is-decimal": "^2.0.0",
|
|
2880
|
-
"is-hexadecimal": "^2.0.0"
|
|
2881
|
-
},
|
|
2882
|
-
"funding": {
|
|
2883
|
-
"type": "github",
|
|
2884
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
2885
|
-
}
|
|
2886
|
-
},
|
|
2887
|
-
"node_modules/parse-entities/node_modules/@types/unist": {
|
|
2888
|
-
"version": "2.0.11",
|
|
2889
|
-
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
|
|
2890
|
-
"integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
|
|
2891
|
-
"license": "MIT"
|
|
2892
|
-
},
|
|
2893
|
-
"node_modules/path-browserify": {
|
|
2894
|
-
"version": "1.0.1",
|
|
2895
|
-
"resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
|
|
2896
|
-
"integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
|
|
2897
|
-
"license": "MIT"
|
|
2898
|
-
},
|
|
2899
|
-
"node_modules/picomatch": {
|
|
2900
|
-
"version": "4.0.3",
|
|
2901
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
2902
|
-
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
2903
|
-
"license": "MIT",
|
|
2904
|
-
"engines": {
|
|
2905
|
-
"node": ">=12"
|
|
2906
|
-
},
|
|
2907
|
-
"funding": {
|
|
2908
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
2909
|
-
}
|
|
2910
|
-
},
|
|
2911
|
-
"node_modules/prebuild-install": {
|
|
2912
|
-
"version": "7.1.3",
|
|
2913
|
-
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
|
|
2914
|
-
"integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
|
|
2915
|
-
"license": "MIT",
|
|
2916
|
-
"dependencies": {
|
|
2917
|
-
"detect-libc": "^2.0.0",
|
|
2918
|
-
"expand-template": "^2.0.3",
|
|
2919
|
-
"github-from-package": "0.0.0",
|
|
2920
|
-
"minimist": "^1.2.3",
|
|
2921
|
-
"mkdirp-classic": "^0.5.3",
|
|
2922
|
-
"napi-build-utils": "^2.0.0",
|
|
2923
|
-
"node-abi": "^3.3.0",
|
|
2924
|
-
"pump": "^3.0.0",
|
|
2925
|
-
"rc": "^1.2.7",
|
|
2926
|
-
"simple-get": "^4.0.0",
|
|
2927
|
-
"tar-fs": "^2.0.0",
|
|
2928
|
-
"tunnel-agent": "^0.6.0"
|
|
2929
|
-
},
|
|
2930
|
-
"bin": {
|
|
2931
|
-
"prebuild-install": "bin.js"
|
|
2932
|
-
},
|
|
2933
|
-
"engines": {
|
|
2934
|
-
"node": ">=10"
|
|
2935
|
-
}
|
|
2936
|
-
},
|
|
2937
|
-
"node_modules/property-information": {
|
|
2938
|
-
"version": "7.1.0",
|
|
2939
|
-
"resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
|
|
2940
|
-
"integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
|
|
2941
|
-
"license": "MIT",
|
|
2942
|
-
"funding": {
|
|
2943
|
-
"type": "github",
|
|
2944
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
2945
|
-
}
|
|
2946
|
-
},
|
|
2947
|
-
"node_modules/proxy-from-env": {
|
|
2948
|
-
"version": "1.1.0",
|
|
2949
|
-
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
2950
|
-
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
2951
|
-
"license": "MIT"
|
|
2952
|
-
},
|
|
2953
|
-
"node_modules/pump": {
|
|
2954
|
-
"version": "3.0.3",
|
|
2955
|
-
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz",
|
|
2956
|
-
"integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==",
|
|
2957
|
-
"license": "MIT",
|
|
2958
|
-
"dependencies": {
|
|
2959
|
-
"end-of-stream": "^1.1.0",
|
|
2960
|
-
"once": "^1.3.1"
|
|
2961
|
-
}
|
|
2962
|
-
},
|
|
2963
|
-
"node_modules/rc": {
|
|
2964
|
-
"version": "1.2.8",
|
|
2965
|
-
"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
|
|
2966
|
-
"integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
|
|
2967
|
-
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
2968
|
-
"dependencies": {
|
|
2969
|
-
"deep-extend": "^0.6.0",
|
|
2970
|
-
"ini": "~1.3.0",
|
|
2971
|
-
"minimist": "^1.2.0",
|
|
2972
|
-
"strip-json-comments": "~2.0.1"
|
|
2973
|
-
},
|
|
2974
|
-
"bin": {
|
|
2975
|
-
"rc": "cli.js"
|
|
2976
|
-
}
|
|
2977
|
-
},
|
|
2978
|
-
"node_modules/react": {
|
|
2979
|
-
"version": "18.3.1",
|
|
2980
|
-
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
2981
|
-
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
2982
|
-
"license": "MIT",
|
|
2983
|
-
"dependencies": {
|
|
2984
|
-
"loose-envify": "^1.1.0"
|
|
2985
|
-
},
|
|
2986
|
-
"engines": {
|
|
2987
|
-
"node": ">=0.10.0"
|
|
2988
|
-
}
|
|
2989
|
-
},
|
|
2990
|
-
"node_modules/react-dom": {
|
|
2991
|
-
"version": "18.3.1",
|
|
2992
|
-
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
|
|
2993
|
-
"integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
|
|
2994
|
-
"license": "MIT",
|
|
2995
|
-
"dependencies": {
|
|
2996
|
-
"loose-envify": "^1.1.0",
|
|
2997
|
-
"scheduler": "^0.23.2"
|
|
2998
|
-
},
|
|
2999
|
-
"peerDependencies": {
|
|
3000
|
-
"react": "^18.3.1"
|
|
3001
|
-
}
|
|
3002
|
-
},
|
|
3003
|
-
"node_modules/react-markdown": {
|
|
3004
|
-
"version": "9.1.0",
|
|
3005
|
-
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.1.0.tgz",
|
|
3006
|
-
"integrity": "sha512-xaijuJB0kzGiUdG7nc2MOMDUDBWPyGAjZtUrow9XxUeua8IqeP+VlIfAZ3bphpcLTnSZXz6z9jcVC/TCwbfgdw==",
|
|
3007
|
-
"license": "MIT",
|
|
3008
|
-
"dependencies": {
|
|
3009
|
-
"@types/hast": "^3.0.0",
|
|
3010
|
-
"@types/mdast": "^4.0.0",
|
|
3011
|
-
"devlop": "^1.0.0",
|
|
3012
|
-
"hast-util-to-jsx-runtime": "^2.0.0",
|
|
3013
|
-
"html-url-attributes": "^3.0.0",
|
|
3014
|
-
"mdast-util-to-hast": "^13.0.0",
|
|
3015
|
-
"remark-parse": "^11.0.0",
|
|
3016
|
-
"remark-rehype": "^11.0.0",
|
|
3017
|
-
"unified": "^11.0.0",
|
|
3018
|
-
"unist-util-visit": "^5.0.0",
|
|
3019
|
-
"vfile": "^6.0.0"
|
|
3020
|
-
},
|
|
3021
|
-
"funding": {
|
|
3022
|
-
"type": "opencollective",
|
|
3023
|
-
"url": "https://opencollective.com/unified"
|
|
3024
|
-
},
|
|
3025
|
-
"peerDependencies": {
|
|
3026
|
-
"@types/react": ">=18",
|
|
3027
|
-
"react": ">=18"
|
|
3028
|
-
}
|
|
3029
|
-
},
|
|
3030
|
-
"node_modules/readable-stream": {
|
|
3031
|
-
"version": "3.6.2",
|
|
3032
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
3033
|
-
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
3034
|
-
"license": "MIT",
|
|
3035
|
-
"dependencies": {
|
|
3036
|
-
"inherits": "^2.0.3",
|
|
3037
|
-
"string_decoder": "^1.1.1",
|
|
3038
|
-
"util-deprecate": "^1.0.1"
|
|
3039
|
-
},
|
|
3040
|
-
"engines": {
|
|
3041
|
-
"node": ">= 6"
|
|
3042
|
-
}
|
|
3043
|
-
},
|
|
3044
|
-
"node_modules/remark-parse": {
|
|
3045
|
-
"version": "11.0.0",
|
|
3046
|
-
"resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
|
|
3047
|
-
"integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
|
|
3048
|
-
"license": "MIT",
|
|
3049
|
-
"dependencies": {
|
|
3050
|
-
"@types/mdast": "^4.0.0",
|
|
3051
|
-
"mdast-util-from-markdown": "^2.0.0",
|
|
3052
|
-
"micromark-util-types": "^2.0.0",
|
|
3053
|
-
"unified": "^11.0.0"
|
|
3054
|
-
},
|
|
3055
|
-
"funding": {
|
|
3056
|
-
"type": "opencollective",
|
|
3057
|
-
"url": "https://opencollective.com/unified"
|
|
3058
|
-
}
|
|
3059
|
-
},
|
|
3060
|
-
"node_modules/remark-rehype": {
|
|
3061
|
-
"version": "11.1.2",
|
|
3062
|
-
"resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
|
|
3063
|
-
"integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
|
|
3064
|
-
"license": "MIT",
|
|
3065
|
-
"dependencies": {
|
|
3066
|
-
"@types/hast": "^3.0.0",
|
|
3067
|
-
"@types/mdast": "^4.0.0",
|
|
3068
|
-
"mdast-util-to-hast": "^13.0.0",
|
|
3069
|
-
"unified": "^11.0.0",
|
|
3070
|
-
"vfile": "^6.0.0"
|
|
3071
|
-
},
|
|
3072
|
-
"funding": {
|
|
3073
|
-
"type": "opencollective",
|
|
3074
|
-
"url": "https://opencollective.com/unified"
|
|
3075
|
-
}
|
|
1351
|
+
"node_modules/proxy-from-env": {
|
|
1352
|
+
"version": "1.1.0",
|
|
1353
|
+
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
1354
|
+
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
1355
|
+
"license": "MIT"
|
|
3076
1356
|
},
|
|
3077
1357
|
"node_modules/resolve-pkg-maps": {
|
|
3078
1358
|
"version": "1.0.0",
|
|
@@ -3084,18 +1364,6 @@
|
|
|
3084
1364
|
"url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
|
|
3085
1365
|
}
|
|
3086
1366
|
},
|
|
3087
|
-
"node_modules/run-applescript": {
|
|
3088
|
-
"version": "7.1.0",
|
|
3089
|
-
"resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
|
|
3090
|
-
"integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
|
|
3091
|
-
"license": "MIT",
|
|
3092
|
-
"engines": {
|
|
3093
|
-
"node": ">=18"
|
|
3094
|
-
},
|
|
3095
|
-
"funding": {
|
|
3096
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3097
|
-
}
|
|
3098
|
-
},
|
|
3099
1367
|
"node_modules/run-async": {
|
|
3100
1368
|
"version": "4.0.6",
|
|
3101
1369
|
"resolved": "https://registry.npmjs.org/run-async/-/run-async-4.0.6.tgz",
|
|
@@ -3114,53 +1382,12 @@
|
|
|
3114
1382
|
"tslib": "^2.1.0"
|
|
3115
1383
|
}
|
|
3116
1384
|
},
|
|
3117
|
-
"node_modules/safe-buffer": {
|
|
3118
|
-
"version": "5.2.1",
|
|
3119
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
3120
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
3121
|
-
"funding": [
|
|
3122
|
-
{
|
|
3123
|
-
"type": "github",
|
|
3124
|
-
"url": "https://github.com/sponsors/feross"
|
|
3125
|
-
},
|
|
3126
|
-
{
|
|
3127
|
-
"type": "patreon",
|
|
3128
|
-
"url": "https://www.patreon.com/feross"
|
|
3129
|
-
},
|
|
3130
|
-
{
|
|
3131
|
-
"type": "consulting",
|
|
3132
|
-
"url": "https://feross.org/support"
|
|
3133
|
-
}
|
|
3134
|
-
],
|
|
3135
|
-
"license": "MIT"
|
|
3136
|
-
},
|
|
3137
1385
|
"node_modules/safer-buffer": {
|
|
3138
1386
|
"version": "2.1.2",
|
|
3139
1387
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
3140
1388
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
3141
1389
|
"license": "MIT"
|
|
3142
1390
|
},
|
|
3143
|
-
"node_modules/scheduler": {
|
|
3144
|
-
"version": "0.23.2",
|
|
3145
|
-
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
|
|
3146
|
-
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
|
|
3147
|
-
"license": "MIT",
|
|
3148
|
-
"dependencies": {
|
|
3149
|
-
"loose-envify": "^1.1.0"
|
|
3150
|
-
}
|
|
3151
|
-
},
|
|
3152
|
-
"node_modules/semver": {
|
|
3153
|
-
"version": "7.7.2",
|
|
3154
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
3155
|
-
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
3156
|
-
"license": "ISC",
|
|
3157
|
-
"bin": {
|
|
3158
|
-
"semver": "bin/semver.js"
|
|
3159
|
-
},
|
|
3160
|
-
"engines": {
|
|
3161
|
-
"node": ">=10"
|
|
3162
|
-
}
|
|
3163
|
-
},
|
|
3164
1391
|
"node_modules/signal-exit": {
|
|
3165
1392
|
"version": "4.1.0",
|
|
3166
1393
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3173,98 +1400,6 @@
|
|
|
3173
1400
|
"url": "https://github.com/sponsors/isaacs"
|
|
3174
1401
|
}
|
|
3175
1402
|
},
|
|
3176
|
-
"node_modules/simple-concat": {
|
|
3177
|
-
"version": "1.0.1",
|
|
3178
|
-
"resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
|
|
3179
|
-
"integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
|
|
3180
|
-
"funding": [
|
|
3181
|
-
{
|
|
3182
|
-
"type": "github",
|
|
3183
|
-
"url": "https://github.com/sponsors/feross"
|
|
3184
|
-
},
|
|
3185
|
-
{
|
|
3186
|
-
"type": "patreon",
|
|
3187
|
-
"url": "https://www.patreon.com/feross"
|
|
3188
|
-
},
|
|
3189
|
-
{
|
|
3190
|
-
"type": "consulting",
|
|
3191
|
-
"url": "https://feross.org/support"
|
|
3192
|
-
}
|
|
3193
|
-
],
|
|
3194
|
-
"license": "MIT"
|
|
3195
|
-
},
|
|
3196
|
-
"node_modules/simple-get": {
|
|
3197
|
-
"version": "4.0.1",
|
|
3198
|
-
"resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz",
|
|
3199
|
-
"integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
|
|
3200
|
-
"funding": [
|
|
3201
|
-
{
|
|
3202
|
-
"type": "github",
|
|
3203
|
-
"url": "https://github.com/sponsors/feross"
|
|
3204
|
-
},
|
|
3205
|
-
{
|
|
3206
|
-
"type": "patreon",
|
|
3207
|
-
"url": "https://www.patreon.com/feross"
|
|
3208
|
-
},
|
|
3209
|
-
{
|
|
3210
|
-
"type": "consulting",
|
|
3211
|
-
"url": "https://feross.org/support"
|
|
3212
|
-
}
|
|
3213
|
-
],
|
|
3214
|
-
"license": "MIT",
|
|
3215
|
-
"dependencies": {
|
|
3216
|
-
"decompress-response": "^6.0.0",
|
|
3217
|
-
"once": "^1.3.1",
|
|
3218
|
-
"simple-concat": "^1.0.0"
|
|
3219
|
-
}
|
|
3220
|
-
},
|
|
3221
|
-
"node_modules/socket.io-client": {
|
|
3222
|
-
"version": "4.8.1",
|
|
3223
|
-
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.8.1.tgz",
|
|
3224
|
-
"integrity": "sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ==",
|
|
3225
|
-
"license": "MIT",
|
|
3226
|
-
"dependencies": {
|
|
3227
|
-
"@socket.io/component-emitter": "~3.1.0",
|
|
3228
|
-
"debug": "~4.3.2",
|
|
3229
|
-
"engine.io-client": "~6.6.1",
|
|
3230
|
-
"socket.io-parser": "~4.2.4"
|
|
3231
|
-
},
|
|
3232
|
-
"engines": {
|
|
3233
|
-
"node": ">=10.0.0"
|
|
3234
|
-
}
|
|
3235
|
-
},
|
|
3236
|
-
"node_modules/socket.io-parser": {
|
|
3237
|
-
"version": "4.2.4",
|
|
3238
|
-
"resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz",
|
|
3239
|
-
"integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==",
|
|
3240
|
-
"license": "MIT",
|
|
3241
|
-
"dependencies": {
|
|
3242
|
-
"@socket.io/component-emitter": "~3.1.0",
|
|
3243
|
-
"debug": "~4.3.1"
|
|
3244
|
-
},
|
|
3245
|
-
"engines": {
|
|
3246
|
-
"node": ">=10.0.0"
|
|
3247
|
-
}
|
|
3248
|
-
},
|
|
3249
|
-
"node_modules/space-separated-tokens": {
|
|
3250
|
-
"version": "2.0.2",
|
|
3251
|
-
"resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
|
|
3252
|
-
"integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
|
|
3253
|
-
"license": "MIT",
|
|
3254
|
-
"funding": {
|
|
3255
|
-
"type": "github",
|
|
3256
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
3257
|
-
}
|
|
3258
|
-
},
|
|
3259
|
-
"node_modules/string_decoder": {
|
|
3260
|
-
"version": "1.3.0",
|
|
3261
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
3262
|
-
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
3263
|
-
"license": "MIT",
|
|
3264
|
-
"dependencies": {
|
|
3265
|
-
"safe-buffer": "~5.2.0"
|
|
3266
|
-
}
|
|
3267
|
-
},
|
|
3268
1403
|
"node_modules/string-width": {
|
|
3269
1404
|
"version": "4.2.3",
|
|
3270
1405
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -3279,20 +1414,6 @@
|
|
|
3279
1414
|
"node": ">=8"
|
|
3280
1415
|
}
|
|
3281
1416
|
},
|
|
3282
|
-
"node_modules/stringify-entities": {
|
|
3283
|
-
"version": "4.0.4",
|
|
3284
|
-
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
|
|
3285
|
-
"integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
|
|
3286
|
-
"license": "MIT",
|
|
3287
|
-
"dependencies": {
|
|
3288
|
-
"character-entities-html4": "^2.0.0",
|
|
3289
|
-
"character-entities-legacy": "^3.0.0"
|
|
3290
|
-
},
|
|
3291
|
-
"funding": {
|
|
3292
|
-
"type": "github",
|
|
3293
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
3294
|
-
}
|
|
3295
|
-
},
|
|
3296
1417
|
"node_modules/strip-ansi": {
|
|
3297
1418
|
"version": "6.0.1",
|
|
3298
1419
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
@@ -3305,107 +1426,6 @@
|
|
|
3305
1426
|
"node": ">=8"
|
|
3306
1427
|
}
|
|
3307
1428
|
},
|
|
3308
|
-
"node_modules/strip-json-comments": {
|
|
3309
|
-
"version": "2.0.1",
|
|
3310
|
-
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
|
3311
|
-
"integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
|
|
3312
|
-
"license": "MIT",
|
|
3313
|
-
"engines": {
|
|
3314
|
-
"node": ">=0.10.0"
|
|
3315
|
-
}
|
|
3316
|
-
},
|
|
3317
|
-
"node_modules/style-to-js": {
|
|
3318
|
-
"version": "1.1.17",
|
|
3319
|
-
"resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.17.tgz",
|
|
3320
|
-
"integrity": "sha512-xQcBGDxJb6jjFCTzvQtfiPn6YvvP2O8U1MDIPNfJQlWMYfktPy+iGsHE7cssjs7y84d9fQaK4UF3RIJaAHSoYA==",
|
|
3321
|
-
"license": "MIT",
|
|
3322
|
-
"dependencies": {
|
|
3323
|
-
"style-to-object": "1.0.9"
|
|
3324
|
-
}
|
|
3325
|
-
},
|
|
3326
|
-
"node_modules/style-to-object": {
|
|
3327
|
-
"version": "1.0.9",
|
|
3328
|
-
"resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.9.tgz",
|
|
3329
|
-
"integrity": "sha512-G4qppLgKu/k6FwRpHiGiKPaPTFcG3g4wNVX/Qsfu+RqQM30E7Tyu/TEgxcL9PNLF5pdRLwQdE3YKKf+KF2Dzlw==",
|
|
3330
|
-
"license": "MIT",
|
|
3331
|
-
"dependencies": {
|
|
3332
|
-
"inline-style-parser": "0.2.4"
|
|
3333
|
-
}
|
|
3334
|
-
},
|
|
3335
|
-
"node_modules/tar-fs": {
|
|
3336
|
-
"version": "2.1.4",
|
|
3337
|
-
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz",
|
|
3338
|
-
"integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==",
|
|
3339
|
-
"license": "MIT",
|
|
3340
|
-
"dependencies": {
|
|
3341
|
-
"chownr": "^1.1.1",
|
|
3342
|
-
"mkdirp-classic": "^0.5.2",
|
|
3343
|
-
"pump": "^3.0.0",
|
|
3344
|
-
"tar-stream": "^2.1.4"
|
|
3345
|
-
}
|
|
3346
|
-
},
|
|
3347
|
-
"node_modules/tar-stream": {
|
|
3348
|
-
"version": "2.2.0",
|
|
3349
|
-
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
|
|
3350
|
-
"integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
|
|
3351
|
-
"license": "MIT",
|
|
3352
|
-
"dependencies": {
|
|
3353
|
-
"bl": "^4.0.3",
|
|
3354
|
-
"end-of-stream": "^1.4.1",
|
|
3355
|
-
"fs-constants": "^1.0.0",
|
|
3356
|
-
"inherits": "^2.0.3",
|
|
3357
|
-
"readable-stream": "^3.1.1"
|
|
3358
|
-
},
|
|
3359
|
-
"engines": {
|
|
3360
|
-
"node": ">=6"
|
|
3361
|
-
}
|
|
3362
|
-
},
|
|
3363
|
-
"node_modules/tinyglobby": {
|
|
3364
|
-
"version": "0.2.15",
|
|
3365
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
3366
|
-
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
3367
|
-
"license": "MIT",
|
|
3368
|
-
"dependencies": {
|
|
3369
|
-
"fdir": "^6.5.0",
|
|
3370
|
-
"picomatch": "^4.0.3"
|
|
3371
|
-
},
|
|
3372
|
-
"engines": {
|
|
3373
|
-
"node": ">=12.0.0"
|
|
3374
|
-
},
|
|
3375
|
-
"funding": {
|
|
3376
|
-
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
3377
|
-
}
|
|
3378
|
-
},
|
|
3379
|
-
"node_modules/trim-lines": {
|
|
3380
|
-
"version": "3.0.1",
|
|
3381
|
-
"resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
|
|
3382
|
-
"integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
|
|
3383
|
-
"license": "MIT",
|
|
3384
|
-
"funding": {
|
|
3385
|
-
"type": "github",
|
|
3386
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
3387
|
-
}
|
|
3388
|
-
},
|
|
3389
|
-
"node_modules/trough": {
|
|
3390
|
-
"version": "2.2.0",
|
|
3391
|
-
"resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
|
|
3392
|
-
"integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
|
|
3393
|
-
"license": "MIT",
|
|
3394
|
-
"funding": {
|
|
3395
|
-
"type": "github",
|
|
3396
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
3397
|
-
}
|
|
3398
|
-
},
|
|
3399
|
-
"node_modules/ts-morph": {
|
|
3400
|
-
"version": "27.0.0",
|
|
3401
|
-
"resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-27.0.0.tgz",
|
|
3402
|
-
"integrity": "sha512-xcqelpTR5PCuZMs54qp9DE3t7tPgA2v/P1/qdW4ke5b3Y5liTGTYj6a/twT35EQW/H5okRqp1UOqwNlgg0K0eQ==",
|
|
3403
|
-
"license": "MIT",
|
|
3404
|
-
"dependencies": {
|
|
3405
|
-
"@ts-morph/common": "~0.28.0",
|
|
3406
|
-
"code-block-writer": "^13.0.3"
|
|
3407
|
-
}
|
|
3408
|
-
},
|
|
3409
1429
|
"node_modules/tslib": {
|
|
3410
1430
|
"version": "2.8.1",
|
|
3411
1431
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
@@ -3432,18 +1452,6 @@
|
|
|
3432
1452
|
"fsevents": "~2.3.3"
|
|
3433
1453
|
}
|
|
3434
1454
|
},
|
|
3435
|
-
"node_modules/tunnel-agent": {
|
|
3436
|
-
"version": "0.6.0",
|
|
3437
|
-
"resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
|
|
3438
|
-
"integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
|
|
3439
|
-
"license": "Apache-2.0",
|
|
3440
|
-
"dependencies": {
|
|
3441
|
-
"safe-buffer": "^5.0.1"
|
|
3442
|
-
},
|
|
3443
|
-
"engines": {
|
|
3444
|
-
"node": "*"
|
|
3445
|
-
}
|
|
3446
|
-
},
|
|
3447
1455
|
"node_modules/typescript": {
|
|
3448
1456
|
"version": "5.9.2",
|
|
3449
1457
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
|
|
@@ -3464,136 +1472,6 @@
|
|
|
3464
1472
|
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
3465
1473
|
"license": "MIT"
|
|
3466
1474
|
},
|
|
3467
|
-
"node_modules/unified": {
|
|
3468
|
-
"version": "11.0.5",
|
|
3469
|
-
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
|
|
3470
|
-
"integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
|
|
3471
|
-
"license": "MIT",
|
|
3472
|
-
"dependencies": {
|
|
3473
|
-
"@types/unist": "^3.0.0",
|
|
3474
|
-
"bail": "^2.0.0",
|
|
3475
|
-
"devlop": "^1.0.0",
|
|
3476
|
-
"extend": "^3.0.0",
|
|
3477
|
-
"is-plain-obj": "^4.0.0",
|
|
3478
|
-
"trough": "^2.0.0",
|
|
3479
|
-
"vfile": "^6.0.0"
|
|
3480
|
-
},
|
|
3481
|
-
"funding": {
|
|
3482
|
-
"type": "opencollective",
|
|
3483
|
-
"url": "https://opencollective.com/unified"
|
|
3484
|
-
}
|
|
3485
|
-
},
|
|
3486
|
-
"node_modules/unist-util-is": {
|
|
3487
|
-
"version": "6.0.0",
|
|
3488
|
-
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
|
|
3489
|
-
"integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
|
|
3490
|
-
"license": "MIT",
|
|
3491
|
-
"dependencies": {
|
|
3492
|
-
"@types/unist": "^3.0.0"
|
|
3493
|
-
},
|
|
3494
|
-
"funding": {
|
|
3495
|
-
"type": "opencollective",
|
|
3496
|
-
"url": "https://opencollective.com/unified"
|
|
3497
|
-
}
|
|
3498
|
-
},
|
|
3499
|
-
"node_modules/unist-util-position": {
|
|
3500
|
-
"version": "5.0.0",
|
|
3501
|
-
"resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
|
|
3502
|
-
"integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
|
|
3503
|
-
"license": "MIT",
|
|
3504
|
-
"dependencies": {
|
|
3505
|
-
"@types/unist": "^3.0.0"
|
|
3506
|
-
},
|
|
3507
|
-
"funding": {
|
|
3508
|
-
"type": "opencollective",
|
|
3509
|
-
"url": "https://opencollective.com/unified"
|
|
3510
|
-
}
|
|
3511
|
-
},
|
|
3512
|
-
"node_modules/unist-util-stringify-position": {
|
|
3513
|
-
"version": "4.0.0",
|
|
3514
|
-
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
|
|
3515
|
-
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
|
|
3516
|
-
"license": "MIT",
|
|
3517
|
-
"dependencies": {
|
|
3518
|
-
"@types/unist": "^3.0.0"
|
|
3519
|
-
},
|
|
3520
|
-
"funding": {
|
|
3521
|
-
"type": "opencollective",
|
|
3522
|
-
"url": "https://opencollective.com/unified"
|
|
3523
|
-
}
|
|
3524
|
-
},
|
|
3525
|
-
"node_modules/unist-util-visit": {
|
|
3526
|
-
"version": "5.0.0",
|
|
3527
|
-
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
|
|
3528
|
-
"integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
|
|
3529
|
-
"license": "MIT",
|
|
3530
|
-
"dependencies": {
|
|
3531
|
-
"@types/unist": "^3.0.0",
|
|
3532
|
-
"unist-util-is": "^6.0.0",
|
|
3533
|
-
"unist-util-visit-parents": "^6.0.0"
|
|
3534
|
-
},
|
|
3535
|
-
"funding": {
|
|
3536
|
-
"type": "opencollective",
|
|
3537
|
-
"url": "https://opencollective.com/unified"
|
|
3538
|
-
}
|
|
3539
|
-
},
|
|
3540
|
-
"node_modules/unist-util-visit-parents": {
|
|
3541
|
-
"version": "6.0.1",
|
|
3542
|
-
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
|
|
3543
|
-
"integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
|
|
3544
|
-
"license": "MIT",
|
|
3545
|
-
"dependencies": {
|
|
3546
|
-
"@types/unist": "^3.0.0",
|
|
3547
|
-
"unist-util-is": "^6.0.0"
|
|
3548
|
-
},
|
|
3549
|
-
"funding": {
|
|
3550
|
-
"type": "opencollective",
|
|
3551
|
-
"url": "https://opencollective.com/unified"
|
|
3552
|
-
}
|
|
3553
|
-
},
|
|
3554
|
-
"node_modules/util-deprecate": {
|
|
3555
|
-
"version": "1.0.2",
|
|
3556
|
-
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
3557
|
-
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
3558
|
-
"license": "MIT"
|
|
3559
|
-
},
|
|
3560
|
-
"node_modules/vfile": {
|
|
3561
|
-
"version": "6.0.3",
|
|
3562
|
-
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
|
|
3563
|
-
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
|
|
3564
|
-
"license": "MIT",
|
|
3565
|
-
"dependencies": {
|
|
3566
|
-
"@types/unist": "^3.0.0",
|
|
3567
|
-
"vfile-message": "^4.0.0"
|
|
3568
|
-
},
|
|
3569
|
-
"funding": {
|
|
3570
|
-
"type": "opencollective",
|
|
3571
|
-
"url": "https://opencollective.com/unified"
|
|
3572
|
-
}
|
|
3573
|
-
},
|
|
3574
|
-
"node_modules/vfile-message": {
|
|
3575
|
-
"version": "4.0.3",
|
|
3576
|
-
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
|
|
3577
|
-
"integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
|
|
3578
|
-
"license": "MIT",
|
|
3579
|
-
"dependencies": {
|
|
3580
|
-
"@types/unist": "^3.0.0",
|
|
3581
|
-
"unist-util-stringify-position": "^4.0.0"
|
|
3582
|
-
},
|
|
3583
|
-
"funding": {
|
|
3584
|
-
"type": "opencollective",
|
|
3585
|
-
"url": "https://opencollective.com/unified"
|
|
3586
|
-
}
|
|
3587
|
-
},
|
|
3588
|
-
"node_modules/web-streams-polyfill": {
|
|
3589
|
-
"version": "3.3.3",
|
|
3590
|
-
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
|
|
3591
|
-
"integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
|
|
3592
|
-
"license": "MIT",
|
|
3593
|
-
"engines": {
|
|
3594
|
-
"node": ">= 8"
|
|
3595
|
-
}
|
|
3596
|
-
},
|
|
3597
1475
|
"node_modules/wrap-ansi": {
|
|
3598
1476
|
"version": "6.2.0",
|
|
3599
1477
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
@@ -3608,56 +1486,6 @@
|
|
|
3608
1486
|
"node": ">=8"
|
|
3609
1487
|
}
|
|
3610
1488
|
},
|
|
3611
|
-
"node_modules/wrappy": {
|
|
3612
|
-
"version": "1.0.2",
|
|
3613
|
-
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
3614
|
-
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
3615
|
-
"license": "ISC"
|
|
3616
|
-
},
|
|
3617
|
-
"node_modules/ws": {
|
|
3618
|
-
"version": "8.18.3",
|
|
3619
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
|
|
3620
|
-
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
|
|
3621
|
-
"license": "MIT",
|
|
3622
|
-
"engines": {
|
|
3623
|
-
"node": ">=10.0.0"
|
|
3624
|
-
},
|
|
3625
|
-
"peerDependencies": {
|
|
3626
|
-
"bufferutil": "^4.0.1",
|
|
3627
|
-
"utf-8-validate": ">=5.0.2"
|
|
3628
|
-
},
|
|
3629
|
-
"peerDependenciesMeta": {
|
|
3630
|
-
"bufferutil": {
|
|
3631
|
-
"optional": true
|
|
3632
|
-
},
|
|
3633
|
-
"utf-8-validate": {
|
|
3634
|
-
"optional": true
|
|
3635
|
-
}
|
|
3636
|
-
}
|
|
3637
|
-
},
|
|
3638
|
-
"node_modules/wsl-utils": {
|
|
3639
|
-
"version": "0.1.0",
|
|
3640
|
-
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
|
|
3641
|
-
"integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
|
|
3642
|
-
"license": "MIT",
|
|
3643
|
-
"dependencies": {
|
|
3644
|
-
"is-wsl": "^3.1.0"
|
|
3645
|
-
},
|
|
3646
|
-
"engines": {
|
|
3647
|
-
"node": ">=18"
|
|
3648
|
-
},
|
|
3649
|
-
"funding": {
|
|
3650
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3651
|
-
}
|
|
3652
|
-
},
|
|
3653
|
-
"node_modules/xmlhttprequest-ssl": {
|
|
3654
|
-
"version": "2.1.2",
|
|
3655
|
-
"resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.1.2.tgz",
|
|
3656
|
-
"integrity": "sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ==",
|
|
3657
|
-
"engines": {
|
|
3658
|
-
"node": ">=0.4.0"
|
|
3659
|
-
}
|
|
3660
|
-
},
|
|
3661
1489
|
"node_modules/yoctocolors-cjs": {
|
|
3662
1490
|
"version": "2.1.3",
|
|
3663
1491
|
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
|
|
@@ -3678,25 +1506,6 @@
|
|
|
3678
1506
|
"funding": {
|
|
3679
1507
|
"url": "https://github.com/sponsors/colinhacks"
|
|
3680
1508
|
}
|
|
3681
|
-
},
|
|
3682
|
-
"node_modules/zod-to-json-schema": {
|
|
3683
|
-
"version": "3.24.6",
|
|
3684
|
-
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz",
|
|
3685
|
-
"integrity": "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==",
|
|
3686
|
-
"license": "ISC",
|
|
3687
|
-
"peerDependencies": {
|
|
3688
|
-
"zod": "^3.24.1"
|
|
3689
|
-
}
|
|
3690
|
-
},
|
|
3691
|
-
"node_modules/zwitch": {
|
|
3692
|
-
"version": "2.0.4",
|
|
3693
|
-
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
|
|
3694
|
-
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
|
|
3695
|
-
"license": "MIT",
|
|
3696
|
-
"funding": {
|
|
3697
|
-
"type": "github",
|
|
3698
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
3699
|
-
}
|
|
3700
1509
|
}
|
|
3701
1510
|
}
|
|
3702
1511
|
}
|