@lark-apaas/coding-template-vite-react 0.1.12 → 0.1.14
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/package.json +1 -1
- package/template/.githooks/pre-commit +9 -0
- package/template/eslint.config.mjs +32 -5
- package/template/package-lock.json +1497 -71
- package/template/package.json +13 -5
- package/template/scripts/setup-git-hooks.mjs +20 -0
- package/template/tsconfig.app.json +1 -1
- package/template/dist/output/index.html +0 -69
- package/template/dist/output/routes.json +0 -5
- package/template/dist/output_capabilities/README.md +0 -5
- package/template/dist/output_resource/assets/index-BfPcZpFn.css +0 -2
- package/template/dist/output_resource/assets/index-kNdDV1l7.js +0 -9
- package/template/dist/output_resource/assets/index-kNdDV1l7.js.map +0 -1
- package/template/dist/output_resource/assets/polyfills.js +0 -1
- package/template/dist/output_resource/assets/radix-CJb0azbR.js +0 -45
- package/template/dist/output_resource/assets/radix-CJb0azbR.js.map +0 -1
- package/template/dist/output_resource/assets/rolldown-runtime-Cyuzqnbw.js +0 -1
- package/template/dist/output_resource/assets/toolkit-TzhP7hZD.js +0 -54
- package/template/dist/output_resource/assets/toolkit-TzhP7hZD.js.map +0 -1
- package/template/dist/output_static/README.md +0 -16
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@formkit/auto-animate": "^0.9.0",
|
|
12
12
|
"@gsap/react": "^2.1.2",
|
|
13
13
|
"@hookform/resolvers": "^5.2.2",
|
|
14
|
-
"@lark-apaas/client-toolkit-lite": "1.1.7-alpha.
|
|
14
|
+
"@lark-apaas/client-toolkit-lite": "1.1.7-alpha.27",
|
|
15
15
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
16
16
|
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
17
17
|
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
@@ -48,13 +48,14 @@
|
|
|
48
48
|
"framer-motion": "^12.38.0",
|
|
49
49
|
"gsap": "^3.15.0",
|
|
50
50
|
"input-otp": "^1.4.2",
|
|
51
|
-
"lucide-react": "
|
|
51
|
+
"lucide-react": "0.577.0",
|
|
52
52
|
"next-themes": "^0.4.6",
|
|
53
53
|
"react": "^19.2.4",
|
|
54
54
|
"react-day-picker": "^9.14.0",
|
|
55
55
|
"react-dom": "^19.2.4",
|
|
56
56
|
"react-error-boundary": "^6.0.0",
|
|
57
57
|
"react-hook-form": "^7.72.0",
|
|
58
|
+
"react-markdown": "^10.1.0",
|
|
58
59
|
"react-resizable-panels": "^4.7.6",
|
|
59
60
|
"react-router-dom": "^7.13.2",
|
|
60
61
|
"recharts": "^3.8.0",
|
|
@@ -66,14 +67,19 @@
|
|
|
66
67
|
"zod": "^4.3.6"
|
|
67
68
|
},
|
|
68
69
|
"devDependencies": {
|
|
69
|
-
"@
|
|
70
|
-
"@lark-apaas/coding-
|
|
70
|
+
"@eslint/js": "^9",
|
|
71
|
+
"@lark-apaas/coding-preset-vite-react": "^1.0.1",
|
|
72
|
+
"@lark-apaas/coding-presets": "1.0.3-alpha.0",
|
|
71
73
|
"@types/node": "^24",
|
|
72
74
|
"@types/react": "^19",
|
|
73
75
|
"@types/react-dom": "^19",
|
|
74
76
|
"concurrently": "^9",
|
|
75
77
|
"eslint": "^9",
|
|
78
|
+
"eslint-plugin-react-hooks": "^7",
|
|
79
|
+
"eslint-plugin-react-refresh": "^0.5",
|
|
80
|
+
"globals": "^17",
|
|
76
81
|
"typescript": "~5.9",
|
|
82
|
+
"typescript-eslint": "^8",
|
|
77
83
|
"vite": "^8"
|
|
78
84
|
}
|
|
79
85
|
},
|
|
@@ -91,6 +97,47 @@
|
|
|
91
97
|
"node": ">=6.9.0"
|
|
92
98
|
}
|
|
93
99
|
},
|
|
100
|
+
"node_modules/@babel/compat-data": {
|
|
101
|
+
"version": "7.29.7",
|
|
102
|
+
"resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.29.7.tgz",
|
|
103
|
+
"integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
|
|
104
|
+
"dev": true,
|
|
105
|
+
"license": "MIT",
|
|
106
|
+
"engines": {
|
|
107
|
+
"node": ">=6.9.0"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"node_modules/@babel/core": {
|
|
111
|
+
"version": "7.29.7",
|
|
112
|
+
"resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.29.7.tgz",
|
|
113
|
+
"integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
|
|
114
|
+
"dev": true,
|
|
115
|
+
"license": "MIT",
|
|
116
|
+
"dependencies": {
|
|
117
|
+
"@babel/code-frame": "^7.29.7",
|
|
118
|
+
"@babel/generator": "^7.29.7",
|
|
119
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
120
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
121
|
+
"@babel/helpers": "^7.29.7",
|
|
122
|
+
"@babel/parser": "^7.29.7",
|
|
123
|
+
"@babel/template": "^7.29.7",
|
|
124
|
+
"@babel/traverse": "^7.29.7",
|
|
125
|
+
"@babel/types": "^7.29.7",
|
|
126
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
127
|
+
"convert-source-map": "^2.0.0",
|
|
128
|
+
"debug": "^4.1.0",
|
|
129
|
+
"gensync": "^1.0.0-beta.2",
|
|
130
|
+
"json5": "^2.2.3",
|
|
131
|
+
"semver": "^6.3.1"
|
|
132
|
+
},
|
|
133
|
+
"engines": {
|
|
134
|
+
"node": ">=6.9.0"
|
|
135
|
+
},
|
|
136
|
+
"funding": {
|
|
137
|
+
"type": "opencollective",
|
|
138
|
+
"url": "https://opencollective.com/babel"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
94
141
|
"node_modules/@babel/generator": {
|
|
95
142
|
"version": "7.29.7",
|
|
96
143
|
"resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.29.7.tgz",
|
|
@@ -108,6 +155,23 @@
|
|
|
108
155
|
"node": ">=6.9.0"
|
|
109
156
|
}
|
|
110
157
|
},
|
|
158
|
+
"node_modules/@babel/helper-compilation-targets": {
|
|
159
|
+
"version": "7.29.7",
|
|
160
|
+
"resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
|
|
161
|
+
"integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
|
|
162
|
+
"dev": true,
|
|
163
|
+
"license": "MIT",
|
|
164
|
+
"dependencies": {
|
|
165
|
+
"@babel/compat-data": "^7.29.7",
|
|
166
|
+
"@babel/helper-validator-option": "^7.29.7",
|
|
167
|
+
"browserslist": "^4.24.0",
|
|
168
|
+
"lru-cache": "^5.1.1",
|
|
169
|
+
"semver": "^6.3.1"
|
|
170
|
+
},
|
|
171
|
+
"engines": {
|
|
172
|
+
"node": ">=6.9.0"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
111
175
|
"node_modules/@babel/helper-globals": {
|
|
112
176
|
"version": "7.29.7",
|
|
113
177
|
"resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
|
|
@@ -118,6 +182,38 @@
|
|
|
118
182
|
"node": ">=6.9.0"
|
|
119
183
|
}
|
|
120
184
|
},
|
|
185
|
+
"node_modules/@babel/helper-module-imports": {
|
|
186
|
+
"version": "7.29.7",
|
|
187
|
+
"resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
|
|
188
|
+
"integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
|
|
189
|
+
"dev": true,
|
|
190
|
+
"license": "MIT",
|
|
191
|
+
"dependencies": {
|
|
192
|
+
"@babel/traverse": "^7.29.7",
|
|
193
|
+
"@babel/types": "^7.29.7"
|
|
194
|
+
},
|
|
195
|
+
"engines": {
|
|
196
|
+
"node": ">=6.9.0"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"node_modules/@babel/helper-module-transforms": {
|
|
200
|
+
"version": "7.29.7",
|
|
201
|
+
"resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
|
|
202
|
+
"integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
|
|
203
|
+
"dev": true,
|
|
204
|
+
"license": "MIT",
|
|
205
|
+
"dependencies": {
|
|
206
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
207
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
208
|
+
"@babel/traverse": "^7.29.7"
|
|
209
|
+
},
|
|
210
|
+
"engines": {
|
|
211
|
+
"node": ">=6.9.0"
|
|
212
|
+
},
|
|
213
|
+
"peerDependencies": {
|
|
214
|
+
"@babel/core": "^7.0.0"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
121
217
|
"node_modules/@babel/helper-string-parser": {
|
|
122
218
|
"version": "7.29.7",
|
|
123
219
|
"resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
|
@@ -137,6 +233,30 @@
|
|
|
137
233
|
"node": ">=6.9.0"
|
|
138
234
|
}
|
|
139
235
|
},
|
|
236
|
+
"node_modules/@babel/helper-validator-option": {
|
|
237
|
+
"version": "7.29.7",
|
|
238
|
+
"resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
|
|
239
|
+
"integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
|
|
240
|
+
"dev": true,
|
|
241
|
+
"license": "MIT",
|
|
242
|
+
"engines": {
|
|
243
|
+
"node": ">=6.9.0"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"node_modules/@babel/helpers": {
|
|
247
|
+
"version": "7.29.7",
|
|
248
|
+
"resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.29.7.tgz",
|
|
249
|
+
"integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
|
|
250
|
+
"dev": true,
|
|
251
|
+
"license": "MIT",
|
|
252
|
+
"dependencies": {
|
|
253
|
+
"@babel/template": "^7.29.7",
|
|
254
|
+
"@babel/types": "^7.29.7"
|
|
255
|
+
},
|
|
256
|
+
"engines": {
|
|
257
|
+
"node": ">=6.9.0"
|
|
258
|
+
}
|
|
259
|
+
},
|
|
140
260
|
"node_modules/@babel/parser": {
|
|
141
261
|
"version": "7.29.7",
|
|
142
262
|
"resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.7.tgz",
|
|
@@ -835,9 +955,9 @@
|
|
|
835
955
|
}
|
|
836
956
|
},
|
|
837
957
|
"node_modules/@lark-apaas/client-toolkit-lite": {
|
|
838
|
-
"version": "1.1.7-alpha.
|
|
839
|
-
"resolved": "https://registry.npmmirror.com/@lark-apaas/client-toolkit-lite/-/client-toolkit-lite-1.1.7-alpha.
|
|
840
|
-
"integrity": "sha512-
|
|
958
|
+
"version": "1.1.7-alpha.27",
|
|
959
|
+
"resolved": "https://registry.npmmirror.com/@lark-apaas/client-toolkit-lite/-/client-toolkit-lite-1.1.7-alpha.27.tgz",
|
|
960
|
+
"integrity": "sha512-NpEaFg/E1DdctwmBnZWNJjpzOYaFG8qEV6L2bMwyxDMWOxrsw3tkdEjnzwo8MDK+9KOWtfU0TNaaQN5Bm3K4Gg==",
|
|
841
961
|
"license": "MIT",
|
|
842
962
|
"dependencies": {
|
|
843
963
|
"@lark-apaas/client-capability": "0.1.7-alpha.2",
|
|
@@ -845,13 +965,18 @@
|
|
|
845
965
|
"@lark-apaas/internal-slardar": "^0.0.3",
|
|
846
966
|
"@lark-apaas/miaoda-inspector": "^1.0.23",
|
|
847
967
|
"@lark-apaas/observable-web": "^1.0.6",
|
|
968
|
+
"@radix-ui/react-avatar": "^1.0.4",
|
|
848
969
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
849
970
|
"@radix-ui/react-popover": "^1.0.7",
|
|
971
|
+
"@radix-ui/react-slot": "^1.0.2",
|
|
972
|
+
"@radix-ui/react-tooltip": "^1.0.7",
|
|
850
973
|
"axios": "^1.12.2",
|
|
851
974
|
"blueimp-md5": "^2.10.0",
|
|
975
|
+
"class-variance-authority": "^0.7.1",
|
|
852
976
|
"clsx": "^2.0.1",
|
|
853
977
|
"crypto-js": "^3.1.9-1",
|
|
854
978
|
"lodash": "^4.17.21",
|
|
979
|
+
"lucide-react": "^0.400.0",
|
|
855
980
|
"penpal": "^6.2.2",
|
|
856
981
|
"stacktrace-js": "^2.0.2",
|
|
857
982
|
"tailwind-merge": "^2.0.0"
|
|
@@ -866,6 +991,15 @@
|
|
|
866
991
|
"react-router-dom": "^6.0.0 || ^7.0.0"
|
|
867
992
|
}
|
|
868
993
|
},
|
|
994
|
+
"node_modules/@lark-apaas/client-toolkit-lite/node_modules/lucide-react": {
|
|
995
|
+
"version": "0.400.0",
|
|
996
|
+
"resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-0.400.0.tgz",
|
|
997
|
+
"integrity": "sha512-rpp7pFHh3Xd93KHixNgB0SqThMHpYNzsGUu69UaQbSZ75Q/J3m5t6EhKyMT3m4w2WOxmJ2mY0tD3vebnXqQryQ==",
|
|
998
|
+
"license": "ISC",
|
|
999
|
+
"peerDependencies": {
|
|
1000
|
+
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
1001
|
+
}
|
|
1002
|
+
},
|
|
869
1003
|
"node_modules/@lark-apaas/client-toolkit-lite/node_modules/tailwind-merge": {
|
|
870
1004
|
"version": "2.6.1",
|
|
871
1005
|
"resolved": "https://registry.npmmirror.com/tailwind-merge/-/tailwind-merge-2.6.1.tgz",
|
|
@@ -877,9 +1011,9 @@
|
|
|
877
1011
|
}
|
|
878
1012
|
},
|
|
879
1013
|
"node_modules/@lark-apaas/coding-preset-vite-react": {
|
|
880
|
-
"version": "1.0.
|
|
881
|
-
"resolved": "https://registry.npmmirror.com/@lark-apaas/coding-preset-vite-react/-/coding-preset-vite-react-1.0.
|
|
882
|
-
"integrity": "sha512-
|
|
1014
|
+
"version": "1.0.1",
|
|
1015
|
+
"resolved": "https://registry.npmmirror.com/@lark-apaas/coding-preset-vite-react/-/coding-preset-vite-react-1.0.1.tgz",
|
|
1016
|
+
"integrity": "sha512-kCxLe/wH4WYmkPbimSbNAX3lGvi97z0a6NtvQkg8xVR4Dd/ULaAvKVJG2AgFJ/6OYItm8iR9ek1bpuTb6FEd1g==",
|
|
883
1017
|
"dev": true,
|
|
884
1018
|
"license": "MIT",
|
|
885
1019
|
"dependencies": {
|
|
@@ -942,10 +1076,10 @@
|
|
|
942
1076
|
"tslib": "2.3.0"
|
|
943
1077
|
}
|
|
944
1078
|
},
|
|
945
|
-
"node_modules/@lark-apaas/coding-presets
|
|
946
|
-
"version": "0.
|
|
947
|
-
"resolved": "https://registry.npmmirror.com/@lark-apaas/coding-presets
|
|
948
|
-
"integrity": "sha512-
|
|
1079
|
+
"node_modules/@lark-apaas/coding-presets": {
|
|
1080
|
+
"version": "1.0.3-alpha.0",
|
|
1081
|
+
"resolved": "https://registry.npmmirror.com/@lark-apaas/coding-presets/-/coding-presets-1.0.3-alpha.0.tgz",
|
|
1082
|
+
"integrity": "sha512-c87xAZc+TFrg6pWHL0I67zxxYxmhWm4TIRIBc04Zr0csPPS6nCTmHgd9oOqZ+weoYr91N+0LodmHy5SD0zxfng==",
|
|
949
1083
|
"dev": true,
|
|
950
1084
|
"license": "MIT",
|
|
951
1085
|
"dependencies": {
|
|
@@ -962,7 +1096,7 @@
|
|
|
962
1096
|
"eslint": "^9.0.0"
|
|
963
1097
|
}
|
|
964
1098
|
},
|
|
965
|
-
"node_modules/@lark-apaas/coding-presets
|
|
1099
|
+
"node_modules/@lark-apaas/coding-presets/node_modules/eslint-plugin-react-hooks": {
|
|
966
1100
|
"version": "5.2.0",
|
|
967
1101
|
"resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz",
|
|
968
1102
|
"integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==",
|
|
@@ -975,7 +1109,7 @@
|
|
|
975
1109
|
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
|
|
976
1110
|
}
|
|
977
1111
|
},
|
|
978
|
-
"node_modules/@lark-apaas/coding-presets
|
|
1112
|
+
"node_modules/@lark-apaas/coding-presets/node_modules/globals": {
|
|
979
1113
|
"version": "16.5.0",
|
|
980
1114
|
"resolved": "https://registry.npmmirror.com/globals/-/globals-16.5.0.tgz",
|
|
981
1115
|
"integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
|
|
@@ -3713,12 +3847,39 @@
|
|
|
3713
3847
|
"integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
|
|
3714
3848
|
"license": "MIT"
|
|
3715
3849
|
},
|
|
3850
|
+
"node_modules/@types/debug": {
|
|
3851
|
+
"version": "4.1.13",
|
|
3852
|
+
"resolved": "https://registry.npmmirror.com/@types/debug/-/debug-4.1.13.tgz",
|
|
3853
|
+
"integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==",
|
|
3854
|
+
"license": "MIT",
|
|
3855
|
+
"dependencies": {
|
|
3856
|
+
"@types/ms": "*"
|
|
3857
|
+
}
|
|
3858
|
+
},
|
|
3716
3859
|
"node_modules/@types/estree": {
|
|
3717
3860
|
"version": "1.0.9",
|
|
3718
3861
|
"resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.9.tgz",
|
|
3719
3862
|
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
|
|
3720
3863
|
"license": "MIT"
|
|
3721
3864
|
},
|
|
3865
|
+
"node_modules/@types/estree-jsx": {
|
|
3866
|
+
"version": "1.0.5",
|
|
3867
|
+
"resolved": "https://registry.npmmirror.com/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
|
|
3868
|
+
"integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
|
|
3869
|
+
"license": "MIT",
|
|
3870
|
+
"dependencies": {
|
|
3871
|
+
"@types/estree": "*"
|
|
3872
|
+
}
|
|
3873
|
+
},
|
|
3874
|
+
"node_modules/@types/hast": {
|
|
3875
|
+
"version": "3.0.4",
|
|
3876
|
+
"resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
|
|
3877
|
+
"integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
|
|
3878
|
+
"license": "MIT",
|
|
3879
|
+
"dependencies": {
|
|
3880
|
+
"@types/unist": "*"
|
|
3881
|
+
}
|
|
3882
|
+
},
|
|
3722
3883
|
"node_modules/@types/json-schema": {
|
|
3723
3884
|
"version": "7.0.15",
|
|
3724
3885
|
"resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
@@ -3732,6 +3893,21 @@
|
|
|
3732
3893
|
"dev": true,
|
|
3733
3894
|
"license": "MIT"
|
|
3734
3895
|
},
|
|
3896
|
+
"node_modules/@types/mdast": {
|
|
3897
|
+
"version": "4.0.4",
|
|
3898
|
+
"resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-4.0.4.tgz",
|
|
3899
|
+
"integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
|
|
3900
|
+
"license": "MIT",
|
|
3901
|
+
"dependencies": {
|
|
3902
|
+
"@types/unist": "*"
|
|
3903
|
+
}
|
|
3904
|
+
},
|
|
3905
|
+
"node_modules/@types/ms": {
|
|
3906
|
+
"version": "2.1.0",
|
|
3907
|
+
"resolved": "https://registry.npmmirror.com/@types/ms/-/ms-2.1.0.tgz",
|
|
3908
|
+
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
|
|
3909
|
+
"license": "MIT"
|
|
3910
|
+
},
|
|
3735
3911
|
"node_modules/@types/node": {
|
|
3736
3912
|
"version": "24.12.4",
|
|
3737
3913
|
"resolved": "https://registry.npmmirror.com/@types/node/-/node-24.12.4.tgz",
|
|
@@ -3751,7 +3927,6 @@
|
|
|
3751
3927
|
"version": "19.2.15",
|
|
3752
3928
|
"resolved": "https://registry.npmmirror.com/@types/react/-/react-19.2.15.tgz",
|
|
3753
3929
|
"integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==",
|
|
3754
|
-
"devOptional": true,
|
|
3755
3930
|
"license": "MIT",
|
|
3756
3931
|
"dependencies": {
|
|
3757
3932
|
"csstype": "^3.2.2"
|
|
@@ -3767,6 +3942,12 @@
|
|
|
3767
3942
|
"@types/react": "^19.2.0"
|
|
3768
3943
|
}
|
|
3769
3944
|
},
|
|
3945
|
+
"node_modules/@types/unist": {
|
|
3946
|
+
"version": "3.0.3",
|
|
3947
|
+
"resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
|
|
3948
|
+
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
|
|
3949
|
+
"license": "MIT"
|
|
3950
|
+
},
|
|
3770
3951
|
"node_modules/@types/use-sync-external-store": {
|
|
3771
3952
|
"version": "0.0.6",
|
|
3772
3953
|
"resolved": "https://registry.npmmirror.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz",
|
|
@@ -4068,6 +4249,12 @@
|
|
|
4068
4249
|
"url": "https://opencollective.com/eslint"
|
|
4069
4250
|
}
|
|
4070
4251
|
},
|
|
4252
|
+
"node_modules/@ungap/structured-clone": {
|
|
4253
|
+
"version": "1.3.1",
|
|
4254
|
+
"resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.3.1.tgz",
|
|
4255
|
+
"integrity": "sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==",
|
|
4256
|
+
"license": "ISC"
|
|
4257
|
+
},
|
|
4071
4258
|
"node_modules/@vitejs/plugin-react": {
|
|
4072
4259
|
"version": "6.0.2",
|
|
4073
4260
|
"resolved": "https://registry.npmmirror.com/@vitejs/plugin-react/-/plugin-react-6.0.2.tgz",
|
|
@@ -4648,6 +4835,16 @@
|
|
|
4648
4835
|
"proxy-from-env": "^2.1.0"
|
|
4649
4836
|
}
|
|
4650
4837
|
},
|
|
4838
|
+
"node_modules/bail": {
|
|
4839
|
+
"version": "2.0.2",
|
|
4840
|
+
"resolved": "https://registry.npmmirror.com/bail/-/bail-2.0.2.tgz",
|
|
4841
|
+
"integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
|
|
4842
|
+
"license": "MIT",
|
|
4843
|
+
"funding": {
|
|
4844
|
+
"type": "github",
|
|
4845
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4846
|
+
}
|
|
4847
|
+
},
|
|
4651
4848
|
"node_modules/balanced-match": {
|
|
4652
4849
|
"version": "1.0.2",
|
|
4653
4850
|
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
@@ -4858,6 +5055,16 @@
|
|
|
4858
5055
|
],
|
|
4859
5056
|
"license": "CC-BY-4.0"
|
|
4860
5057
|
},
|
|
5058
|
+
"node_modules/ccount": {
|
|
5059
|
+
"version": "2.0.1",
|
|
5060
|
+
"resolved": "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz",
|
|
5061
|
+
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
|
|
5062
|
+
"license": "MIT",
|
|
5063
|
+
"funding": {
|
|
5064
|
+
"type": "github",
|
|
5065
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
5066
|
+
}
|
|
5067
|
+
},
|
|
4861
5068
|
"node_modules/chalk": {
|
|
4862
5069
|
"version": "4.1.2",
|
|
4863
5070
|
"resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -4886,6 +5093,46 @@
|
|
|
4886
5093
|
"node": ">=8"
|
|
4887
5094
|
}
|
|
4888
5095
|
},
|
|
5096
|
+
"node_modules/character-entities": {
|
|
5097
|
+
"version": "2.0.2",
|
|
5098
|
+
"resolved": "https://registry.npmmirror.com/character-entities/-/character-entities-2.0.2.tgz",
|
|
5099
|
+
"integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
|
|
5100
|
+
"license": "MIT",
|
|
5101
|
+
"funding": {
|
|
5102
|
+
"type": "github",
|
|
5103
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
5104
|
+
}
|
|
5105
|
+
},
|
|
5106
|
+
"node_modules/character-entities-html4": {
|
|
5107
|
+
"version": "2.1.0",
|
|
5108
|
+
"resolved": "https://registry.npmmirror.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
|
|
5109
|
+
"integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
|
|
5110
|
+
"license": "MIT",
|
|
5111
|
+
"funding": {
|
|
5112
|
+
"type": "github",
|
|
5113
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
5114
|
+
}
|
|
5115
|
+
},
|
|
5116
|
+
"node_modules/character-entities-legacy": {
|
|
5117
|
+
"version": "3.0.0",
|
|
5118
|
+
"resolved": "https://registry.npmmirror.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
|
|
5119
|
+
"integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
|
|
5120
|
+
"license": "MIT",
|
|
5121
|
+
"funding": {
|
|
5122
|
+
"type": "github",
|
|
5123
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
5124
|
+
}
|
|
5125
|
+
},
|
|
5126
|
+
"node_modules/character-reference-invalid": {
|
|
5127
|
+
"version": "2.0.1",
|
|
5128
|
+
"resolved": "https://registry.npmmirror.com/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
|
|
5129
|
+
"integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
|
|
5130
|
+
"license": "MIT",
|
|
5131
|
+
"funding": {
|
|
5132
|
+
"type": "github",
|
|
5133
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
5134
|
+
}
|
|
5135
|
+
},
|
|
4889
5136
|
"node_modules/chokidar": {
|
|
4890
5137
|
"version": "3.6.0",
|
|
4891
5138
|
"resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
|
|
@@ -5055,6 +5302,16 @@
|
|
|
5055
5302
|
"node": ">= 0.8"
|
|
5056
5303
|
}
|
|
5057
5304
|
},
|
|
5305
|
+
"node_modules/comma-separated-tokens": {
|
|
5306
|
+
"version": "2.0.3",
|
|
5307
|
+
"resolved": "https://registry.npmmirror.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
|
|
5308
|
+
"integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
|
|
5309
|
+
"license": "MIT",
|
|
5310
|
+
"funding": {
|
|
5311
|
+
"type": "github",
|
|
5312
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
5313
|
+
}
|
|
5314
|
+
},
|
|
5058
5315
|
"node_modules/commander": {
|
|
5059
5316
|
"version": "10.0.1",
|
|
5060
5317
|
"resolved": "https://registry.npmmirror.com/commander/-/commander-10.0.1.tgz",
|
|
@@ -5096,6 +5353,13 @@
|
|
|
5096
5353
|
"url": "https://github.com/open-cli-tools/concurrently?sponsor=1"
|
|
5097
5354
|
}
|
|
5098
5355
|
},
|
|
5356
|
+
"node_modules/convert-source-map": {
|
|
5357
|
+
"version": "2.0.0",
|
|
5358
|
+
"resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
5359
|
+
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
5360
|
+
"dev": true,
|
|
5361
|
+
"license": "MIT"
|
|
5362
|
+
},
|
|
5099
5363
|
"node_modules/cookie": {
|
|
5100
5364
|
"version": "1.1.1",
|
|
5101
5365
|
"resolved": "https://registry.npmmirror.com/cookie/-/cookie-1.1.1.tgz",
|
|
@@ -5207,7 +5471,6 @@
|
|
|
5207
5471
|
"version": "3.2.3",
|
|
5208
5472
|
"resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
|
|
5209
5473
|
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
5210
|
-
"devOptional": true,
|
|
5211
5474
|
"license": "MIT"
|
|
5212
5475
|
},
|
|
5213
5476
|
"node_modules/d3-array": {
|
|
@@ -5424,6 +5687,19 @@
|
|
|
5424
5687
|
"integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==",
|
|
5425
5688
|
"license": "MIT"
|
|
5426
5689
|
},
|
|
5690
|
+
"node_modules/decode-named-character-reference": {
|
|
5691
|
+
"version": "1.3.0",
|
|
5692
|
+
"resolved": "https://registry.npmmirror.com/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
|
|
5693
|
+
"integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
|
|
5694
|
+
"license": "MIT",
|
|
5695
|
+
"dependencies": {
|
|
5696
|
+
"character-entities": "^2.0.0"
|
|
5697
|
+
},
|
|
5698
|
+
"funding": {
|
|
5699
|
+
"type": "github",
|
|
5700
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
5701
|
+
}
|
|
5702
|
+
},
|
|
5427
5703
|
"node_modules/deep-is": {
|
|
5428
5704
|
"version": "0.1.4",
|
|
5429
5705
|
"resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
|
|
@@ -5494,6 +5770,15 @@
|
|
|
5494
5770
|
"node": ">=0.4.0"
|
|
5495
5771
|
}
|
|
5496
5772
|
},
|
|
5773
|
+
"node_modules/dequal": {
|
|
5774
|
+
"version": "2.0.3",
|
|
5775
|
+
"resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz",
|
|
5776
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
5777
|
+
"license": "MIT",
|
|
5778
|
+
"engines": {
|
|
5779
|
+
"node": ">=6"
|
|
5780
|
+
}
|
|
5781
|
+
},
|
|
5497
5782
|
"node_modules/detect-libc": {
|
|
5498
5783
|
"version": "2.1.2",
|
|
5499
5784
|
"resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
@@ -5542,6 +5827,19 @@
|
|
|
5542
5827
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
5543
5828
|
"license": "MIT"
|
|
5544
5829
|
},
|
|
5830
|
+
"node_modules/devlop": {
|
|
5831
|
+
"version": "1.1.0",
|
|
5832
|
+
"resolved": "https://registry.npmmirror.com/devlop/-/devlop-1.1.0.tgz",
|
|
5833
|
+
"integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
|
|
5834
|
+
"license": "MIT",
|
|
5835
|
+
"dependencies": {
|
|
5836
|
+
"dequal": "^2.0.0"
|
|
5837
|
+
},
|
|
5838
|
+
"funding": {
|
|
5839
|
+
"type": "github",
|
|
5840
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
5841
|
+
}
|
|
5842
|
+
},
|
|
5545
5843
|
"node_modules/dir-glob": {
|
|
5546
5844
|
"version": "3.0.1",
|
|
5547
5845
|
"resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz",
|
|
@@ -6060,6 +6358,36 @@
|
|
|
6060
6358
|
"ms": "^2.1.1"
|
|
6061
6359
|
}
|
|
6062
6360
|
},
|
|
6361
|
+
"node_modules/eslint-plugin-react-hooks": {
|
|
6362
|
+
"version": "7.1.1",
|
|
6363
|
+
"resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz",
|
|
6364
|
+
"integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==",
|
|
6365
|
+
"dev": true,
|
|
6366
|
+
"license": "MIT",
|
|
6367
|
+
"dependencies": {
|
|
6368
|
+
"@babel/core": "^7.24.4",
|
|
6369
|
+
"@babel/parser": "^7.24.4",
|
|
6370
|
+
"hermes-parser": "^0.25.1",
|
|
6371
|
+
"zod": "^3.25.0 || ^4.0.0",
|
|
6372
|
+
"zod-validation-error": "^3.5.0 || ^4.0.0"
|
|
6373
|
+
},
|
|
6374
|
+
"engines": {
|
|
6375
|
+
"node": ">=18"
|
|
6376
|
+
},
|
|
6377
|
+
"peerDependencies": {
|
|
6378
|
+
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0"
|
|
6379
|
+
}
|
|
6380
|
+
},
|
|
6381
|
+
"node_modules/eslint-plugin-react-refresh": {
|
|
6382
|
+
"version": "0.5.2",
|
|
6383
|
+
"resolved": "https://registry.npmmirror.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.2.tgz",
|
|
6384
|
+
"integrity": "sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==",
|
|
6385
|
+
"dev": true,
|
|
6386
|
+
"license": "MIT",
|
|
6387
|
+
"peerDependencies": {
|
|
6388
|
+
"eslint": "^9 || ^10"
|
|
6389
|
+
}
|
|
6390
|
+
},
|
|
6063
6391
|
"node_modules/eslint-scope": {
|
|
6064
6392
|
"version": "8.4.0",
|
|
6065
6393
|
"resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
@@ -6142,6 +6470,16 @@
|
|
|
6142
6470
|
"node": ">=4.0"
|
|
6143
6471
|
}
|
|
6144
6472
|
},
|
|
6473
|
+
"node_modules/estree-util-is-identifier-name": {
|
|
6474
|
+
"version": "3.0.0",
|
|
6475
|
+
"resolved": "https://registry.npmmirror.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
|
|
6476
|
+
"integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
|
|
6477
|
+
"license": "MIT",
|
|
6478
|
+
"funding": {
|
|
6479
|
+
"type": "opencollective",
|
|
6480
|
+
"url": "https://opencollective.com/unified"
|
|
6481
|
+
}
|
|
6482
|
+
},
|
|
6145
6483
|
"node_modules/esutils": {
|
|
6146
6484
|
"version": "2.0.3",
|
|
6147
6485
|
"resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
|
|
@@ -6168,6 +6506,12 @@
|
|
|
6168
6506
|
"node": ">=0.8.x"
|
|
6169
6507
|
}
|
|
6170
6508
|
},
|
|
6509
|
+
"node_modules/extend": {
|
|
6510
|
+
"version": "3.0.2",
|
|
6511
|
+
"resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
|
|
6512
|
+
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
|
|
6513
|
+
"license": "MIT"
|
|
6514
|
+
},
|
|
6171
6515
|
"node_modules/fast-deep-equal": {
|
|
6172
6516
|
"version": "3.1.3",
|
|
6173
6517
|
"resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
@@ -6551,6 +6895,16 @@
|
|
|
6551
6895
|
"node": ">= 0.4"
|
|
6552
6896
|
}
|
|
6553
6897
|
},
|
|
6898
|
+
"node_modules/gensync": {
|
|
6899
|
+
"version": "1.0.0-beta.2",
|
|
6900
|
+
"resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
6901
|
+
"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
|
|
6902
|
+
"dev": true,
|
|
6903
|
+
"license": "MIT",
|
|
6904
|
+
"engines": {
|
|
6905
|
+
"node": ">=6.9.0"
|
|
6906
|
+
}
|
|
6907
|
+
},
|
|
6554
6908
|
"node_modules/get-caller-file": {
|
|
6555
6909
|
"version": "2.0.5",
|
|
6556
6910
|
"resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
@@ -6717,6 +7071,19 @@
|
|
|
6717
7071
|
"which": "bin/which"
|
|
6718
7072
|
}
|
|
6719
7073
|
},
|
|
7074
|
+
"node_modules/globals": {
|
|
7075
|
+
"version": "17.6.0",
|
|
7076
|
+
"resolved": "https://registry.npmmirror.com/globals/-/globals-17.6.0.tgz",
|
|
7077
|
+
"integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==",
|
|
7078
|
+
"dev": true,
|
|
7079
|
+
"license": "MIT",
|
|
7080
|
+
"engines": {
|
|
7081
|
+
"node": ">=18"
|
|
7082
|
+
},
|
|
7083
|
+
"funding": {
|
|
7084
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
7085
|
+
}
|
|
7086
|
+
},
|
|
6720
7087
|
"node_modules/globalthis": {
|
|
6721
7088
|
"version": "1.0.4",
|
|
6722
7089
|
"resolved": "https://registry.npmmirror.com/globalthis/-/globalthis-1.0.4.tgz",
|
|
@@ -6903,6 +7270,63 @@
|
|
|
6903
7270
|
"node": ">= 0.4"
|
|
6904
7271
|
}
|
|
6905
7272
|
},
|
|
7273
|
+
"node_modules/hast-util-to-jsx-runtime": {
|
|
7274
|
+
"version": "2.3.6",
|
|
7275
|
+
"resolved": "https://registry.npmmirror.com/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
|
|
7276
|
+
"integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
|
|
7277
|
+
"license": "MIT",
|
|
7278
|
+
"dependencies": {
|
|
7279
|
+
"@types/estree": "^1.0.0",
|
|
7280
|
+
"@types/hast": "^3.0.0",
|
|
7281
|
+
"@types/unist": "^3.0.0",
|
|
7282
|
+
"comma-separated-tokens": "^2.0.0",
|
|
7283
|
+
"devlop": "^1.0.0",
|
|
7284
|
+
"estree-util-is-identifier-name": "^3.0.0",
|
|
7285
|
+
"hast-util-whitespace": "^3.0.0",
|
|
7286
|
+
"mdast-util-mdx-expression": "^2.0.0",
|
|
7287
|
+
"mdast-util-mdx-jsx": "^3.0.0",
|
|
7288
|
+
"mdast-util-mdxjs-esm": "^2.0.0",
|
|
7289
|
+
"property-information": "^7.0.0",
|
|
7290
|
+
"space-separated-tokens": "^2.0.0",
|
|
7291
|
+
"style-to-js": "^1.0.0",
|
|
7292
|
+
"unist-util-position": "^5.0.0",
|
|
7293
|
+
"vfile-message": "^4.0.0"
|
|
7294
|
+
},
|
|
7295
|
+
"funding": {
|
|
7296
|
+
"type": "opencollective",
|
|
7297
|
+
"url": "https://opencollective.com/unified"
|
|
7298
|
+
}
|
|
7299
|
+
},
|
|
7300
|
+
"node_modules/hast-util-whitespace": {
|
|
7301
|
+
"version": "3.0.0",
|
|
7302
|
+
"resolved": "https://registry.npmmirror.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
|
|
7303
|
+
"integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
|
|
7304
|
+
"license": "MIT",
|
|
7305
|
+
"dependencies": {
|
|
7306
|
+
"@types/hast": "^3.0.0"
|
|
7307
|
+
},
|
|
7308
|
+
"funding": {
|
|
7309
|
+
"type": "opencollective",
|
|
7310
|
+
"url": "https://opencollective.com/unified"
|
|
7311
|
+
}
|
|
7312
|
+
},
|
|
7313
|
+
"node_modules/hermes-estree": {
|
|
7314
|
+
"version": "0.25.1",
|
|
7315
|
+
"resolved": "https://registry.npmmirror.com/hermes-estree/-/hermes-estree-0.25.1.tgz",
|
|
7316
|
+
"integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
|
|
7317
|
+
"dev": true,
|
|
7318
|
+
"license": "MIT"
|
|
7319
|
+
},
|
|
7320
|
+
"node_modules/hermes-parser": {
|
|
7321
|
+
"version": "0.25.1",
|
|
7322
|
+
"resolved": "https://registry.npmmirror.com/hermes-parser/-/hermes-parser-0.25.1.tgz",
|
|
7323
|
+
"integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
|
|
7324
|
+
"dev": true,
|
|
7325
|
+
"license": "MIT",
|
|
7326
|
+
"dependencies": {
|
|
7327
|
+
"hermes-estree": "0.25.1"
|
|
7328
|
+
}
|
|
7329
|
+
},
|
|
6906
7330
|
"node_modules/hookified": {
|
|
6907
7331
|
"version": "1.15.1",
|
|
6908
7332
|
"resolved": "https://registry.npmmirror.com/hookified/-/hookified-1.15.1.tgz",
|
|
@@ -6954,6 +7378,16 @@
|
|
|
6954
7378
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6955
7379
|
}
|
|
6956
7380
|
},
|
|
7381
|
+
"node_modules/html-url-attributes": {
|
|
7382
|
+
"version": "3.0.1",
|
|
7383
|
+
"resolved": "https://registry.npmmirror.com/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
|
|
7384
|
+
"integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==",
|
|
7385
|
+
"license": "MIT",
|
|
7386
|
+
"funding": {
|
|
7387
|
+
"type": "opencollective",
|
|
7388
|
+
"url": "https://opencollective.com/unified"
|
|
7389
|
+
}
|
|
7390
|
+
},
|
|
6957
7391
|
"node_modules/https-proxy-agent": {
|
|
6958
7392
|
"version": "5.0.1",
|
|
6959
7393
|
"resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
@@ -7046,6 +7480,12 @@
|
|
|
7046
7480
|
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
7047
7481
|
"license": "ISC"
|
|
7048
7482
|
},
|
|
7483
|
+
"node_modules/inline-style-parser": {
|
|
7484
|
+
"version": "0.2.7",
|
|
7485
|
+
"resolved": "https://registry.npmmirror.com/inline-style-parser/-/inline-style-parser-0.2.7.tgz",
|
|
7486
|
+
"integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==",
|
|
7487
|
+
"license": "MIT"
|
|
7488
|
+
},
|
|
7049
7489
|
"node_modules/input-otp": {
|
|
7050
7490
|
"version": "1.4.2",
|
|
7051
7491
|
"resolved": "https://registry.npmmirror.com/input-otp/-/input-otp-1.4.2.tgz",
|
|
@@ -7080,6 +7520,30 @@
|
|
|
7080
7520
|
"node": ">=12"
|
|
7081
7521
|
}
|
|
7082
7522
|
},
|
|
7523
|
+
"node_modules/is-alphabetical": {
|
|
7524
|
+
"version": "2.0.1",
|
|
7525
|
+
"resolved": "https://registry.npmmirror.com/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
|
|
7526
|
+
"integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
|
|
7527
|
+
"license": "MIT",
|
|
7528
|
+
"funding": {
|
|
7529
|
+
"type": "github",
|
|
7530
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7531
|
+
}
|
|
7532
|
+
},
|
|
7533
|
+
"node_modules/is-alphanumerical": {
|
|
7534
|
+
"version": "2.0.1",
|
|
7535
|
+
"resolved": "https://registry.npmmirror.com/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
|
|
7536
|
+
"integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
|
|
7537
|
+
"license": "MIT",
|
|
7538
|
+
"dependencies": {
|
|
7539
|
+
"is-alphabetical": "^2.0.0",
|
|
7540
|
+
"is-decimal": "^2.0.0"
|
|
7541
|
+
},
|
|
7542
|
+
"funding": {
|
|
7543
|
+
"type": "github",
|
|
7544
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7545
|
+
}
|
|
7546
|
+
},
|
|
7083
7547
|
"node_modules/is-array-buffer": {
|
|
7084
7548
|
"version": "3.0.5",
|
|
7085
7549
|
"resolved": "https://registry.npmmirror.com/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
|
|
@@ -7233,6 +7697,16 @@
|
|
|
7233
7697
|
"url": "https://github.com/sponsors/ljharb"
|
|
7234
7698
|
}
|
|
7235
7699
|
},
|
|
7700
|
+
"node_modules/is-decimal": {
|
|
7701
|
+
"version": "2.0.1",
|
|
7702
|
+
"resolved": "https://registry.npmmirror.com/is-decimal/-/is-decimal-2.0.1.tgz",
|
|
7703
|
+
"integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
|
|
7704
|
+
"license": "MIT",
|
|
7705
|
+
"funding": {
|
|
7706
|
+
"type": "github",
|
|
7707
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7708
|
+
}
|
|
7709
|
+
},
|
|
7236
7710
|
"node_modules/is-docker": {
|
|
7237
7711
|
"version": "2.2.1",
|
|
7238
7712
|
"resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz",
|
|
@@ -7315,6 +7789,16 @@
|
|
|
7315
7789
|
"node": ">=0.10.0"
|
|
7316
7790
|
}
|
|
7317
7791
|
},
|
|
7792
|
+
"node_modules/is-hexadecimal": {
|
|
7793
|
+
"version": "2.0.1",
|
|
7794
|
+
"resolved": "https://registry.npmmirror.com/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
|
|
7795
|
+
"integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
|
|
7796
|
+
"license": "MIT",
|
|
7797
|
+
"funding": {
|
|
7798
|
+
"type": "github",
|
|
7799
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
7800
|
+
}
|
|
7801
|
+
},
|
|
7318
7802
|
"node_modules/is-map": {
|
|
7319
7803
|
"version": "2.0.3",
|
|
7320
7804
|
"resolved": "https://registry.npmmirror.com/is-map/-/is-map-2.0.3.tgz",
|
|
@@ -7380,6 +7864,18 @@
|
|
|
7380
7864
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7381
7865
|
}
|
|
7382
7866
|
},
|
|
7867
|
+
"node_modules/is-plain-obj": {
|
|
7868
|
+
"version": "4.1.0",
|
|
7869
|
+
"resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
7870
|
+
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
|
7871
|
+
"license": "MIT",
|
|
7872
|
+
"engines": {
|
|
7873
|
+
"node": ">=12"
|
|
7874
|
+
},
|
|
7875
|
+
"funding": {
|
|
7876
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
7877
|
+
}
|
|
7878
|
+
},
|
|
7383
7879
|
"node_modules/is-regex": {
|
|
7384
7880
|
"version": "1.2.1",
|
|
7385
7881
|
"resolved": "https://registry.npmmirror.com/is-regex/-/is-regex-1.2.1.tgz",
|
|
@@ -7642,6 +8138,19 @@
|
|
|
7642
8138
|
"devOptional": true,
|
|
7643
8139
|
"license": "MIT"
|
|
7644
8140
|
},
|
|
8141
|
+
"node_modules/json5": {
|
|
8142
|
+
"version": "2.2.3",
|
|
8143
|
+
"resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
|
|
8144
|
+
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|
8145
|
+
"dev": true,
|
|
8146
|
+
"license": "MIT",
|
|
8147
|
+
"bin": {
|
|
8148
|
+
"json5": "lib/cli.js"
|
|
8149
|
+
},
|
|
8150
|
+
"engines": {
|
|
8151
|
+
"node": ">=6"
|
|
8152
|
+
}
|
|
8153
|
+
},
|
|
7645
8154
|
"node_modules/jsonfile": {
|
|
7646
8155
|
"version": "6.2.1",
|
|
7647
8156
|
"resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.2.1.tgz",
|
|
@@ -8021,6 +8530,16 @@
|
|
|
8021
8530
|
"dev": true,
|
|
8022
8531
|
"license": "MIT"
|
|
8023
8532
|
},
|
|
8533
|
+
"node_modules/longest-streak": {
|
|
8534
|
+
"version": "3.1.0",
|
|
8535
|
+
"resolved": "https://registry.npmmirror.com/longest-streak/-/longest-streak-3.1.0.tgz",
|
|
8536
|
+
"integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
|
|
8537
|
+
"license": "MIT",
|
|
8538
|
+
"funding": {
|
|
8539
|
+
"type": "github",
|
|
8540
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
8541
|
+
}
|
|
8542
|
+
},
|
|
8024
8543
|
"node_modules/lower-case": {
|
|
8025
8544
|
"version": "2.0.2",
|
|
8026
8545
|
"resolved": "https://registry.npmmirror.com/lower-case/-/lower-case-2.0.2.tgz",
|
|
@@ -8031,10 +8550,20 @@
|
|
|
8031
8550
|
"tslib": "^2.0.3"
|
|
8032
8551
|
}
|
|
8033
8552
|
},
|
|
8553
|
+
"node_modules/lru-cache": {
|
|
8554
|
+
"version": "5.1.1",
|
|
8555
|
+
"resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
8556
|
+
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
8557
|
+
"dev": true,
|
|
8558
|
+
"license": "ISC",
|
|
8559
|
+
"dependencies": {
|
|
8560
|
+
"yallist": "^3.0.2"
|
|
8561
|
+
}
|
|
8562
|
+
},
|
|
8034
8563
|
"node_modules/lucide-react": {
|
|
8035
|
-
"version": "
|
|
8036
|
-
"resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-
|
|
8037
|
-
"integrity": "sha512-
|
|
8564
|
+
"version": "0.577.0",
|
|
8565
|
+
"resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-0.577.0.tgz",
|
|
8566
|
+
"integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==",
|
|
8038
8567
|
"license": "ISC",
|
|
8039
8568
|
"peerDependencies": {
|
|
8040
8569
|
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
@@ -8055,68 +8584,663 @@
|
|
|
8055
8584
|
"resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
8056
8585
|
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
8057
8586
|
"license": "MIT",
|
|
8058
|
-
"engines": {
|
|
8059
|
-
"node": ">= 0.4"
|
|
8587
|
+
"engines": {
|
|
8588
|
+
"node": ">= 0.4"
|
|
8589
|
+
}
|
|
8590
|
+
},
|
|
8591
|
+
"node_modules/mathml-tag-names": {
|
|
8592
|
+
"version": "4.0.0",
|
|
8593
|
+
"resolved": "https://registry.npmmirror.com/mathml-tag-names/-/mathml-tag-names-4.0.0.tgz",
|
|
8594
|
+
"integrity": "sha512-aa6AU2Pcx0VP/XWnh8IGL0SYSgQHDT6Ucror2j2mXeFAlN3ahaNs8EZtG1YiticMkSLj3Gt6VPFfZogt7G5iFQ==",
|
|
8595
|
+
"dev": true,
|
|
8596
|
+
"license": "MIT",
|
|
8597
|
+
"funding": {
|
|
8598
|
+
"type": "github",
|
|
8599
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
8600
|
+
}
|
|
8601
|
+
},
|
|
8602
|
+
"node_modules/mdast-util-from-markdown": {
|
|
8603
|
+
"version": "2.0.3",
|
|
8604
|
+
"resolved": "https://registry.npmmirror.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz",
|
|
8605
|
+
"integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==",
|
|
8606
|
+
"license": "MIT",
|
|
8607
|
+
"dependencies": {
|
|
8608
|
+
"@types/mdast": "^4.0.0",
|
|
8609
|
+
"@types/unist": "^3.0.0",
|
|
8610
|
+
"decode-named-character-reference": "^1.0.0",
|
|
8611
|
+
"devlop": "^1.0.0",
|
|
8612
|
+
"mdast-util-to-string": "^4.0.0",
|
|
8613
|
+
"micromark": "^4.0.0",
|
|
8614
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
8615
|
+
"micromark-util-decode-string": "^2.0.0",
|
|
8616
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
8617
|
+
"micromark-util-symbol": "^2.0.0",
|
|
8618
|
+
"micromark-util-types": "^2.0.0",
|
|
8619
|
+
"unist-util-stringify-position": "^4.0.0"
|
|
8620
|
+
},
|
|
8621
|
+
"funding": {
|
|
8622
|
+
"type": "opencollective",
|
|
8623
|
+
"url": "https://opencollective.com/unified"
|
|
8624
|
+
}
|
|
8625
|
+
},
|
|
8626
|
+
"node_modules/mdast-util-mdx-expression": {
|
|
8627
|
+
"version": "2.0.1",
|
|
8628
|
+
"resolved": "https://registry.npmmirror.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
|
|
8629
|
+
"integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
|
|
8630
|
+
"license": "MIT",
|
|
8631
|
+
"dependencies": {
|
|
8632
|
+
"@types/estree-jsx": "^1.0.0",
|
|
8633
|
+
"@types/hast": "^3.0.0",
|
|
8634
|
+
"@types/mdast": "^4.0.0",
|
|
8635
|
+
"devlop": "^1.0.0",
|
|
8636
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
8637
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
8638
|
+
},
|
|
8639
|
+
"funding": {
|
|
8640
|
+
"type": "opencollective",
|
|
8641
|
+
"url": "https://opencollective.com/unified"
|
|
8642
|
+
}
|
|
8643
|
+
},
|
|
8644
|
+
"node_modules/mdast-util-mdx-jsx": {
|
|
8645
|
+
"version": "3.2.0",
|
|
8646
|
+
"resolved": "https://registry.npmmirror.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
|
|
8647
|
+
"integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
|
|
8648
|
+
"license": "MIT",
|
|
8649
|
+
"dependencies": {
|
|
8650
|
+
"@types/estree-jsx": "^1.0.0",
|
|
8651
|
+
"@types/hast": "^3.0.0",
|
|
8652
|
+
"@types/mdast": "^4.0.0",
|
|
8653
|
+
"@types/unist": "^3.0.0",
|
|
8654
|
+
"ccount": "^2.0.0",
|
|
8655
|
+
"devlop": "^1.1.0",
|
|
8656
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
8657
|
+
"mdast-util-to-markdown": "^2.0.0",
|
|
8658
|
+
"parse-entities": "^4.0.0",
|
|
8659
|
+
"stringify-entities": "^4.0.0",
|
|
8660
|
+
"unist-util-stringify-position": "^4.0.0",
|
|
8661
|
+
"vfile-message": "^4.0.0"
|
|
8662
|
+
},
|
|
8663
|
+
"funding": {
|
|
8664
|
+
"type": "opencollective",
|
|
8665
|
+
"url": "https://opencollective.com/unified"
|
|
8666
|
+
}
|
|
8667
|
+
},
|
|
8668
|
+
"node_modules/mdast-util-mdxjs-esm": {
|
|
8669
|
+
"version": "2.0.1",
|
|
8670
|
+
"resolved": "https://registry.npmmirror.com/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
|
|
8671
|
+
"integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
|
|
8672
|
+
"license": "MIT",
|
|
8673
|
+
"dependencies": {
|
|
8674
|
+
"@types/estree-jsx": "^1.0.0",
|
|
8675
|
+
"@types/hast": "^3.0.0",
|
|
8676
|
+
"@types/mdast": "^4.0.0",
|
|
8677
|
+
"devlop": "^1.0.0",
|
|
8678
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
8679
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
8680
|
+
},
|
|
8681
|
+
"funding": {
|
|
8682
|
+
"type": "opencollective",
|
|
8683
|
+
"url": "https://opencollective.com/unified"
|
|
8684
|
+
}
|
|
8685
|
+
},
|
|
8686
|
+
"node_modules/mdast-util-phrasing": {
|
|
8687
|
+
"version": "4.1.0",
|
|
8688
|
+
"resolved": "https://registry.npmmirror.com/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
|
|
8689
|
+
"integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
|
|
8690
|
+
"license": "MIT",
|
|
8691
|
+
"dependencies": {
|
|
8692
|
+
"@types/mdast": "^4.0.0",
|
|
8693
|
+
"unist-util-is": "^6.0.0"
|
|
8694
|
+
},
|
|
8695
|
+
"funding": {
|
|
8696
|
+
"type": "opencollective",
|
|
8697
|
+
"url": "https://opencollective.com/unified"
|
|
8698
|
+
}
|
|
8699
|
+
},
|
|
8700
|
+
"node_modules/mdast-util-to-hast": {
|
|
8701
|
+
"version": "13.2.1",
|
|
8702
|
+
"resolved": "https://registry.npmmirror.com/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
|
|
8703
|
+
"integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
|
|
8704
|
+
"license": "MIT",
|
|
8705
|
+
"dependencies": {
|
|
8706
|
+
"@types/hast": "^3.0.0",
|
|
8707
|
+
"@types/mdast": "^4.0.0",
|
|
8708
|
+
"@ungap/structured-clone": "^1.0.0",
|
|
8709
|
+
"devlop": "^1.0.0",
|
|
8710
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
8711
|
+
"trim-lines": "^3.0.0",
|
|
8712
|
+
"unist-util-position": "^5.0.0",
|
|
8713
|
+
"unist-util-visit": "^5.0.0",
|
|
8714
|
+
"vfile": "^6.0.0"
|
|
8715
|
+
},
|
|
8716
|
+
"funding": {
|
|
8717
|
+
"type": "opencollective",
|
|
8718
|
+
"url": "https://opencollective.com/unified"
|
|
8719
|
+
}
|
|
8720
|
+
},
|
|
8721
|
+
"node_modules/mdast-util-to-markdown": {
|
|
8722
|
+
"version": "2.1.2",
|
|
8723
|
+
"resolved": "https://registry.npmmirror.com/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
|
|
8724
|
+
"integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
|
|
8725
|
+
"license": "MIT",
|
|
8726
|
+
"dependencies": {
|
|
8727
|
+
"@types/mdast": "^4.0.0",
|
|
8728
|
+
"@types/unist": "^3.0.0",
|
|
8729
|
+
"longest-streak": "^3.0.0",
|
|
8730
|
+
"mdast-util-phrasing": "^4.0.0",
|
|
8731
|
+
"mdast-util-to-string": "^4.0.0",
|
|
8732
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
8733
|
+
"micromark-util-decode-string": "^2.0.0",
|
|
8734
|
+
"unist-util-visit": "^5.0.0",
|
|
8735
|
+
"zwitch": "^2.0.0"
|
|
8736
|
+
},
|
|
8737
|
+
"funding": {
|
|
8738
|
+
"type": "opencollective",
|
|
8739
|
+
"url": "https://opencollective.com/unified"
|
|
8740
|
+
}
|
|
8741
|
+
},
|
|
8742
|
+
"node_modules/mdast-util-to-string": {
|
|
8743
|
+
"version": "4.0.0",
|
|
8744
|
+
"resolved": "https://registry.npmmirror.com/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
|
|
8745
|
+
"integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
|
|
8746
|
+
"license": "MIT",
|
|
8747
|
+
"dependencies": {
|
|
8748
|
+
"@types/mdast": "^4.0.0"
|
|
8749
|
+
},
|
|
8750
|
+
"funding": {
|
|
8751
|
+
"type": "opencollective",
|
|
8752
|
+
"url": "https://opencollective.com/unified"
|
|
8753
|
+
}
|
|
8754
|
+
},
|
|
8755
|
+
"node_modules/mdn-data": {
|
|
8756
|
+
"version": "2.27.1",
|
|
8757
|
+
"resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.27.1.tgz",
|
|
8758
|
+
"integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
|
|
8759
|
+
"dev": true,
|
|
8760
|
+
"license": "CC0-1.0"
|
|
8761
|
+
},
|
|
8762
|
+
"node_modules/memfs": {
|
|
8763
|
+
"version": "3.5.3",
|
|
8764
|
+
"resolved": "https://registry.npmmirror.com/memfs/-/memfs-3.5.3.tgz",
|
|
8765
|
+
"integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==",
|
|
8766
|
+
"license": "Unlicense",
|
|
8767
|
+
"dependencies": {
|
|
8768
|
+
"fs-monkey": "^1.0.4"
|
|
8769
|
+
},
|
|
8770
|
+
"engines": {
|
|
8771
|
+
"node": ">= 4.0.0"
|
|
8772
|
+
}
|
|
8773
|
+
},
|
|
8774
|
+
"node_modules/meow": {
|
|
8775
|
+
"version": "14.1.0",
|
|
8776
|
+
"resolved": "https://registry.npmmirror.com/meow/-/meow-14.1.0.tgz",
|
|
8777
|
+
"integrity": "sha512-EDYo6VlmtnumlcBCbh1gLJ//9jvM/ndXHfVXIFrZVr6fGcwTUyCTFNTLCKuY3ffbK8L/+3Mzqnd58RojiZqHVw==",
|
|
8778
|
+
"dev": true,
|
|
8779
|
+
"license": "MIT",
|
|
8780
|
+
"engines": {
|
|
8781
|
+
"node": ">=20"
|
|
8782
|
+
},
|
|
8783
|
+
"funding": {
|
|
8784
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8785
|
+
}
|
|
8786
|
+
},
|
|
8787
|
+
"node_modules/merge-stream": {
|
|
8788
|
+
"version": "2.0.0",
|
|
8789
|
+
"resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz",
|
|
8790
|
+
"integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
|
|
8791
|
+
"license": "MIT",
|
|
8792
|
+
"peer": true
|
|
8793
|
+
},
|
|
8794
|
+
"node_modules/merge2": {
|
|
8795
|
+
"version": "1.4.1",
|
|
8796
|
+
"resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
|
|
8797
|
+
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
8798
|
+
"license": "MIT",
|
|
8799
|
+
"engines": {
|
|
8800
|
+
"node": ">= 8"
|
|
8801
|
+
}
|
|
8802
|
+
},
|
|
8803
|
+
"node_modules/micromark": {
|
|
8804
|
+
"version": "4.0.2",
|
|
8805
|
+
"resolved": "https://registry.npmmirror.com/micromark/-/micromark-4.0.2.tgz",
|
|
8806
|
+
"integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
|
|
8807
|
+
"funding": [
|
|
8808
|
+
{
|
|
8809
|
+
"type": "GitHub Sponsors",
|
|
8810
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
8811
|
+
},
|
|
8812
|
+
{
|
|
8813
|
+
"type": "OpenCollective",
|
|
8814
|
+
"url": "https://opencollective.com/unified"
|
|
8815
|
+
}
|
|
8816
|
+
],
|
|
8817
|
+
"license": "MIT",
|
|
8818
|
+
"dependencies": {
|
|
8819
|
+
"@types/debug": "^4.0.0",
|
|
8820
|
+
"debug": "^4.0.0",
|
|
8821
|
+
"decode-named-character-reference": "^1.0.0",
|
|
8822
|
+
"devlop": "^1.0.0",
|
|
8823
|
+
"micromark-core-commonmark": "^2.0.0",
|
|
8824
|
+
"micromark-factory-space": "^2.0.0",
|
|
8825
|
+
"micromark-util-character": "^2.0.0",
|
|
8826
|
+
"micromark-util-chunked": "^2.0.0",
|
|
8827
|
+
"micromark-util-combine-extensions": "^2.0.0",
|
|
8828
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
8829
|
+
"micromark-util-encode": "^2.0.0",
|
|
8830
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
8831
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
8832
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
8833
|
+
"micromark-util-subtokenize": "^2.0.0",
|
|
8834
|
+
"micromark-util-symbol": "^2.0.0",
|
|
8835
|
+
"micromark-util-types": "^2.0.0"
|
|
8836
|
+
}
|
|
8837
|
+
},
|
|
8838
|
+
"node_modules/micromark-core-commonmark": {
|
|
8839
|
+
"version": "2.0.3",
|
|
8840
|
+
"resolved": "https://registry.npmmirror.com/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
|
|
8841
|
+
"integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
|
|
8842
|
+
"funding": [
|
|
8843
|
+
{
|
|
8844
|
+
"type": "GitHub Sponsors",
|
|
8845
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
8846
|
+
},
|
|
8847
|
+
{
|
|
8848
|
+
"type": "OpenCollective",
|
|
8849
|
+
"url": "https://opencollective.com/unified"
|
|
8850
|
+
}
|
|
8851
|
+
],
|
|
8852
|
+
"license": "MIT",
|
|
8853
|
+
"dependencies": {
|
|
8854
|
+
"decode-named-character-reference": "^1.0.0",
|
|
8855
|
+
"devlop": "^1.0.0",
|
|
8856
|
+
"micromark-factory-destination": "^2.0.0",
|
|
8857
|
+
"micromark-factory-label": "^2.0.0",
|
|
8858
|
+
"micromark-factory-space": "^2.0.0",
|
|
8859
|
+
"micromark-factory-title": "^2.0.0",
|
|
8860
|
+
"micromark-factory-whitespace": "^2.0.0",
|
|
8861
|
+
"micromark-util-character": "^2.0.0",
|
|
8862
|
+
"micromark-util-chunked": "^2.0.0",
|
|
8863
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
8864
|
+
"micromark-util-html-tag-name": "^2.0.0",
|
|
8865
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
8866
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
8867
|
+
"micromark-util-subtokenize": "^2.0.0",
|
|
8868
|
+
"micromark-util-symbol": "^2.0.0",
|
|
8869
|
+
"micromark-util-types": "^2.0.0"
|
|
8870
|
+
}
|
|
8871
|
+
},
|
|
8872
|
+
"node_modules/micromark-factory-destination": {
|
|
8873
|
+
"version": "2.0.1",
|
|
8874
|
+
"resolved": "https://registry.npmmirror.com/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
|
|
8875
|
+
"integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
|
|
8876
|
+
"funding": [
|
|
8877
|
+
{
|
|
8878
|
+
"type": "GitHub Sponsors",
|
|
8879
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
8880
|
+
},
|
|
8881
|
+
{
|
|
8882
|
+
"type": "OpenCollective",
|
|
8883
|
+
"url": "https://opencollective.com/unified"
|
|
8884
|
+
}
|
|
8885
|
+
],
|
|
8886
|
+
"license": "MIT",
|
|
8887
|
+
"dependencies": {
|
|
8888
|
+
"micromark-util-character": "^2.0.0",
|
|
8889
|
+
"micromark-util-symbol": "^2.0.0",
|
|
8890
|
+
"micromark-util-types": "^2.0.0"
|
|
8891
|
+
}
|
|
8892
|
+
},
|
|
8893
|
+
"node_modules/micromark-factory-label": {
|
|
8894
|
+
"version": "2.0.1",
|
|
8895
|
+
"resolved": "https://registry.npmmirror.com/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
|
|
8896
|
+
"integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
|
|
8897
|
+
"funding": [
|
|
8898
|
+
{
|
|
8899
|
+
"type": "GitHub Sponsors",
|
|
8900
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
8901
|
+
},
|
|
8902
|
+
{
|
|
8903
|
+
"type": "OpenCollective",
|
|
8904
|
+
"url": "https://opencollective.com/unified"
|
|
8905
|
+
}
|
|
8906
|
+
],
|
|
8907
|
+
"license": "MIT",
|
|
8908
|
+
"dependencies": {
|
|
8909
|
+
"devlop": "^1.0.0",
|
|
8910
|
+
"micromark-util-character": "^2.0.0",
|
|
8911
|
+
"micromark-util-symbol": "^2.0.0",
|
|
8912
|
+
"micromark-util-types": "^2.0.0"
|
|
8913
|
+
}
|
|
8914
|
+
},
|
|
8915
|
+
"node_modules/micromark-factory-space": {
|
|
8916
|
+
"version": "2.0.1",
|
|
8917
|
+
"resolved": "https://registry.npmmirror.com/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
|
|
8918
|
+
"integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
|
|
8919
|
+
"funding": [
|
|
8920
|
+
{
|
|
8921
|
+
"type": "GitHub Sponsors",
|
|
8922
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
8923
|
+
},
|
|
8924
|
+
{
|
|
8925
|
+
"type": "OpenCollective",
|
|
8926
|
+
"url": "https://opencollective.com/unified"
|
|
8927
|
+
}
|
|
8928
|
+
],
|
|
8929
|
+
"license": "MIT",
|
|
8930
|
+
"dependencies": {
|
|
8931
|
+
"micromark-util-character": "^2.0.0",
|
|
8932
|
+
"micromark-util-types": "^2.0.0"
|
|
8933
|
+
}
|
|
8934
|
+
},
|
|
8935
|
+
"node_modules/micromark-factory-title": {
|
|
8936
|
+
"version": "2.0.1",
|
|
8937
|
+
"resolved": "https://registry.npmmirror.com/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
|
|
8938
|
+
"integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
|
|
8939
|
+
"funding": [
|
|
8940
|
+
{
|
|
8941
|
+
"type": "GitHub Sponsors",
|
|
8942
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
8943
|
+
},
|
|
8944
|
+
{
|
|
8945
|
+
"type": "OpenCollective",
|
|
8946
|
+
"url": "https://opencollective.com/unified"
|
|
8947
|
+
}
|
|
8948
|
+
],
|
|
8949
|
+
"license": "MIT",
|
|
8950
|
+
"dependencies": {
|
|
8951
|
+
"micromark-factory-space": "^2.0.0",
|
|
8952
|
+
"micromark-util-character": "^2.0.0",
|
|
8953
|
+
"micromark-util-symbol": "^2.0.0",
|
|
8954
|
+
"micromark-util-types": "^2.0.0"
|
|
8955
|
+
}
|
|
8956
|
+
},
|
|
8957
|
+
"node_modules/micromark-factory-whitespace": {
|
|
8958
|
+
"version": "2.0.1",
|
|
8959
|
+
"resolved": "https://registry.npmmirror.com/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
|
|
8960
|
+
"integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
|
|
8961
|
+
"funding": [
|
|
8962
|
+
{
|
|
8963
|
+
"type": "GitHub Sponsors",
|
|
8964
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
8965
|
+
},
|
|
8966
|
+
{
|
|
8967
|
+
"type": "OpenCollective",
|
|
8968
|
+
"url": "https://opencollective.com/unified"
|
|
8969
|
+
}
|
|
8970
|
+
],
|
|
8971
|
+
"license": "MIT",
|
|
8972
|
+
"dependencies": {
|
|
8973
|
+
"micromark-factory-space": "^2.0.0",
|
|
8974
|
+
"micromark-util-character": "^2.0.0",
|
|
8975
|
+
"micromark-util-symbol": "^2.0.0",
|
|
8976
|
+
"micromark-util-types": "^2.0.0"
|
|
8977
|
+
}
|
|
8978
|
+
},
|
|
8979
|
+
"node_modules/micromark-util-character": {
|
|
8980
|
+
"version": "2.1.1",
|
|
8981
|
+
"resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
|
8982
|
+
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
|
8983
|
+
"funding": [
|
|
8984
|
+
{
|
|
8985
|
+
"type": "GitHub Sponsors",
|
|
8986
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
8987
|
+
},
|
|
8988
|
+
{
|
|
8989
|
+
"type": "OpenCollective",
|
|
8990
|
+
"url": "https://opencollective.com/unified"
|
|
8991
|
+
}
|
|
8992
|
+
],
|
|
8993
|
+
"license": "MIT",
|
|
8994
|
+
"dependencies": {
|
|
8995
|
+
"micromark-util-symbol": "^2.0.0",
|
|
8996
|
+
"micromark-util-types": "^2.0.0"
|
|
8997
|
+
}
|
|
8998
|
+
},
|
|
8999
|
+
"node_modules/micromark-util-chunked": {
|
|
9000
|
+
"version": "2.0.1",
|
|
9001
|
+
"resolved": "https://registry.npmmirror.com/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
|
|
9002
|
+
"integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
|
|
9003
|
+
"funding": [
|
|
9004
|
+
{
|
|
9005
|
+
"type": "GitHub Sponsors",
|
|
9006
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
9007
|
+
},
|
|
9008
|
+
{
|
|
9009
|
+
"type": "OpenCollective",
|
|
9010
|
+
"url": "https://opencollective.com/unified"
|
|
9011
|
+
}
|
|
9012
|
+
],
|
|
9013
|
+
"license": "MIT",
|
|
9014
|
+
"dependencies": {
|
|
9015
|
+
"micromark-util-symbol": "^2.0.0"
|
|
9016
|
+
}
|
|
9017
|
+
},
|
|
9018
|
+
"node_modules/micromark-util-classify-character": {
|
|
9019
|
+
"version": "2.0.1",
|
|
9020
|
+
"resolved": "https://registry.npmmirror.com/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
|
|
9021
|
+
"integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
|
|
9022
|
+
"funding": [
|
|
9023
|
+
{
|
|
9024
|
+
"type": "GitHub Sponsors",
|
|
9025
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
9026
|
+
},
|
|
9027
|
+
{
|
|
9028
|
+
"type": "OpenCollective",
|
|
9029
|
+
"url": "https://opencollective.com/unified"
|
|
9030
|
+
}
|
|
9031
|
+
],
|
|
9032
|
+
"license": "MIT",
|
|
9033
|
+
"dependencies": {
|
|
9034
|
+
"micromark-util-character": "^2.0.0",
|
|
9035
|
+
"micromark-util-symbol": "^2.0.0",
|
|
9036
|
+
"micromark-util-types": "^2.0.0"
|
|
9037
|
+
}
|
|
9038
|
+
},
|
|
9039
|
+
"node_modules/micromark-util-combine-extensions": {
|
|
9040
|
+
"version": "2.0.1",
|
|
9041
|
+
"resolved": "https://registry.npmmirror.com/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
|
|
9042
|
+
"integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
|
|
9043
|
+
"funding": [
|
|
9044
|
+
{
|
|
9045
|
+
"type": "GitHub Sponsors",
|
|
9046
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
9047
|
+
},
|
|
9048
|
+
{
|
|
9049
|
+
"type": "OpenCollective",
|
|
9050
|
+
"url": "https://opencollective.com/unified"
|
|
9051
|
+
}
|
|
9052
|
+
],
|
|
9053
|
+
"license": "MIT",
|
|
9054
|
+
"dependencies": {
|
|
9055
|
+
"micromark-util-chunked": "^2.0.0",
|
|
9056
|
+
"micromark-util-types": "^2.0.0"
|
|
9057
|
+
}
|
|
9058
|
+
},
|
|
9059
|
+
"node_modules/micromark-util-decode-numeric-character-reference": {
|
|
9060
|
+
"version": "2.0.2",
|
|
9061
|
+
"resolved": "https://registry.npmmirror.com/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
|
|
9062
|
+
"integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
|
|
9063
|
+
"funding": [
|
|
9064
|
+
{
|
|
9065
|
+
"type": "GitHub Sponsors",
|
|
9066
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
9067
|
+
},
|
|
9068
|
+
{
|
|
9069
|
+
"type": "OpenCollective",
|
|
9070
|
+
"url": "https://opencollective.com/unified"
|
|
9071
|
+
}
|
|
9072
|
+
],
|
|
9073
|
+
"license": "MIT",
|
|
9074
|
+
"dependencies": {
|
|
9075
|
+
"micromark-util-symbol": "^2.0.0"
|
|
9076
|
+
}
|
|
9077
|
+
},
|
|
9078
|
+
"node_modules/micromark-util-decode-string": {
|
|
9079
|
+
"version": "2.0.1",
|
|
9080
|
+
"resolved": "https://registry.npmmirror.com/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
|
|
9081
|
+
"integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
|
|
9082
|
+
"funding": [
|
|
9083
|
+
{
|
|
9084
|
+
"type": "GitHub Sponsors",
|
|
9085
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
9086
|
+
},
|
|
9087
|
+
{
|
|
9088
|
+
"type": "OpenCollective",
|
|
9089
|
+
"url": "https://opencollective.com/unified"
|
|
9090
|
+
}
|
|
9091
|
+
],
|
|
9092
|
+
"license": "MIT",
|
|
9093
|
+
"dependencies": {
|
|
9094
|
+
"decode-named-character-reference": "^1.0.0",
|
|
9095
|
+
"micromark-util-character": "^2.0.0",
|
|
9096
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
9097
|
+
"micromark-util-symbol": "^2.0.0"
|
|
9098
|
+
}
|
|
9099
|
+
},
|
|
9100
|
+
"node_modules/micromark-util-encode": {
|
|
9101
|
+
"version": "2.0.1",
|
|
9102
|
+
"resolved": "https://registry.npmmirror.com/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
|
|
9103
|
+
"integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
|
|
9104
|
+
"funding": [
|
|
9105
|
+
{
|
|
9106
|
+
"type": "GitHub Sponsors",
|
|
9107
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
9108
|
+
},
|
|
9109
|
+
{
|
|
9110
|
+
"type": "OpenCollective",
|
|
9111
|
+
"url": "https://opencollective.com/unified"
|
|
9112
|
+
}
|
|
9113
|
+
],
|
|
9114
|
+
"license": "MIT"
|
|
9115
|
+
},
|
|
9116
|
+
"node_modules/micromark-util-html-tag-name": {
|
|
9117
|
+
"version": "2.0.1",
|
|
9118
|
+
"resolved": "https://registry.npmmirror.com/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
|
|
9119
|
+
"integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
|
|
9120
|
+
"funding": [
|
|
9121
|
+
{
|
|
9122
|
+
"type": "GitHub Sponsors",
|
|
9123
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
9124
|
+
},
|
|
9125
|
+
{
|
|
9126
|
+
"type": "OpenCollective",
|
|
9127
|
+
"url": "https://opencollective.com/unified"
|
|
9128
|
+
}
|
|
9129
|
+
],
|
|
9130
|
+
"license": "MIT"
|
|
9131
|
+
},
|
|
9132
|
+
"node_modules/micromark-util-normalize-identifier": {
|
|
9133
|
+
"version": "2.0.1",
|
|
9134
|
+
"resolved": "https://registry.npmmirror.com/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
|
|
9135
|
+
"integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
|
|
9136
|
+
"funding": [
|
|
9137
|
+
{
|
|
9138
|
+
"type": "GitHub Sponsors",
|
|
9139
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
9140
|
+
},
|
|
9141
|
+
{
|
|
9142
|
+
"type": "OpenCollective",
|
|
9143
|
+
"url": "https://opencollective.com/unified"
|
|
9144
|
+
}
|
|
9145
|
+
],
|
|
9146
|
+
"license": "MIT",
|
|
9147
|
+
"dependencies": {
|
|
9148
|
+
"micromark-util-symbol": "^2.0.0"
|
|
8060
9149
|
}
|
|
8061
9150
|
},
|
|
8062
|
-
"node_modules/
|
|
8063
|
-
"version": "
|
|
8064
|
-
"resolved": "https://registry.npmmirror.com/
|
|
8065
|
-
"integrity": "sha512-
|
|
8066
|
-
"
|
|
9151
|
+
"node_modules/micromark-util-resolve-all": {
|
|
9152
|
+
"version": "2.0.1",
|
|
9153
|
+
"resolved": "https://registry.npmmirror.com/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
|
|
9154
|
+
"integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
|
|
9155
|
+
"funding": [
|
|
9156
|
+
{
|
|
9157
|
+
"type": "GitHub Sponsors",
|
|
9158
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
9159
|
+
},
|
|
9160
|
+
{
|
|
9161
|
+
"type": "OpenCollective",
|
|
9162
|
+
"url": "https://opencollective.com/unified"
|
|
9163
|
+
}
|
|
9164
|
+
],
|
|
8067
9165
|
"license": "MIT",
|
|
8068
|
-
"
|
|
8069
|
-
"
|
|
8070
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
9166
|
+
"dependencies": {
|
|
9167
|
+
"micromark-util-types": "^2.0.0"
|
|
8071
9168
|
}
|
|
8072
9169
|
},
|
|
8073
|
-
"node_modules/
|
|
8074
|
-
"version": "2.
|
|
8075
|
-
"resolved": "https://registry.npmmirror.com/
|
|
8076
|
-
"integrity": "sha512-
|
|
8077
|
-
"
|
|
8078
|
-
|
|
8079
|
-
|
|
8080
|
-
|
|
8081
|
-
|
|
8082
|
-
|
|
8083
|
-
|
|
8084
|
-
|
|
9170
|
+
"node_modules/micromark-util-sanitize-uri": {
|
|
9171
|
+
"version": "2.0.1",
|
|
9172
|
+
"resolved": "https://registry.npmmirror.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
|
|
9173
|
+
"integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
|
|
9174
|
+
"funding": [
|
|
9175
|
+
{
|
|
9176
|
+
"type": "GitHub Sponsors",
|
|
9177
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
9178
|
+
},
|
|
9179
|
+
{
|
|
9180
|
+
"type": "OpenCollective",
|
|
9181
|
+
"url": "https://opencollective.com/unified"
|
|
9182
|
+
}
|
|
9183
|
+
],
|
|
9184
|
+
"license": "MIT",
|
|
8085
9185
|
"dependencies": {
|
|
8086
|
-
"
|
|
8087
|
-
|
|
8088
|
-
|
|
8089
|
-
"node": ">= 4.0.0"
|
|
9186
|
+
"micromark-util-character": "^2.0.0",
|
|
9187
|
+
"micromark-util-encode": "^2.0.0",
|
|
9188
|
+
"micromark-util-symbol": "^2.0.0"
|
|
8090
9189
|
}
|
|
8091
9190
|
},
|
|
8092
|
-
"node_modules/
|
|
8093
|
-
"version": "
|
|
8094
|
-
"resolved": "https://registry.npmmirror.com/
|
|
8095
|
-
"integrity": "sha512-
|
|
8096
|
-
"
|
|
9191
|
+
"node_modules/micromark-util-subtokenize": {
|
|
9192
|
+
"version": "2.1.0",
|
|
9193
|
+
"resolved": "https://registry.npmmirror.com/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
|
|
9194
|
+
"integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
|
|
9195
|
+
"funding": [
|
|
9196
|
+
{
|
|
9197
|
+
"type": "GitHub Sponsors",
|
|
9198
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
9199
|
+
},
|
|
9200
|
+
{
|
|
9201
|
+
"type": "OpenCollective",
|
|
9202
|
+
"url": "https://opencollective.com/unified"
|
|
9203
|
+
}
|
|
9204
|
+
],
|
|
8097
9205
|
"license": "MIT",
|
|
8098
|
-
"
|
|
8099
|
-
"
|
|
8100
|
-
|
|
8101
|
-
|
|
8102
|
-
"
|
|
9206
|
+
"dependencies": {
|
|
9207
|
+
"devlop": "^1.0.0",
|
|
9208
|
+
"micromark-util-chunked": "^2.0.0",
|
|
9209
|
+
"micromark-util-symbol": "^2.0.0",
|
|
9210
|
+
"micromark-util-types": "^2.0.0"
|
|
8103
9211
|
}
|
|
8104
9212
|
},
|
|
8105
|
-
"node_modules/
|
|
8106
|
-
"version": "2.0.
|
|
8107
|
-
"resolved": "https://registry.npmmirror.com/
|
|
8108
|
-
"integrity": "sha512-
|
|
8109
|
-
"
|
|
8110
|
-
|
|
9213
|
+
"node_modules/micromark-util-symbol": {
|
|
9214
|
+
"version": "2.0.1",
|
|
9215
|
+
"resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
|
9216
|
+
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
|
|
9217
|
+
"funding": [
|
|
9218
|
+
{
|
|
9219
|
+
"type": "GitHub Sponsors",
|
|
9220
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
9221
|
+
},
|
|
9222
|
+
{
|
|
9223
|
+
"type": "OpenCollective",
|
|
9224
|
+
"url": "https://opencollective.com/unified"
|
|
9225
|
+
}
|
|
9226
|
+
],
|
|
9227
|
+
"license": "MIT"
|
|
8111
9228
|
},
|
|
8112
|
-
"node_modules/
|
|
8113
|
-
"version": "
|
|
8114
|
-
"resolved": "https://registry.npmmirror.com/
|
|
8115
|
-
"integrity": "sha512-
|
|
8116
|
-
"
|
|
8117
|
-
|
|
8118
|
-
|
|
8119
|
-
|
|
9229
|
+
"node_modules/micromark-util-types": {
|
|
9230
|
+
"version": "2.0.2",
|
|
9231
|
+
"resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
|
|
9232
|
+
"integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
|
|
9233
|
+
"funding": [
|
|
9234
|
+
{
|
|
9235
|
+
"type": "GitHub Sponsors",
|
|
9236
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
9237
|
+
},
|
|
9238
|
+
{
|
|
9239
|
+
"type": "OpenCollective",
|
|
9240
|
+
"url": "https://opencollective.com/unified"
|
|
9241
|
+
}
|
|
9242
|
+
],
|
|
9243
|
+
"license": "MIT"
|
|
8120
9244
|
},
|
|
8121
9245
|
"node_modules/micromatch": {
|
|
8122
9246
|
"version": "4.0.8",
|
|
@@ -8523,6 +9647,31 @@
|
|
|
8523
9647
|
"node": ">=6"
|
|
8524
9648
|
}
|
|
8525
9649
|
},
|
|
9650
|
+
"node_modules/parse-entities": {
|
|
9651
|
+
"version": "4.0.2",
|
|
9652
|
+
"resolved": "https://registry.npmmirror.com/parse-entities/-/parse-entities-4.0.2.tgz",
|
|
9653
|
+
"integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
|
|
9654
|
+
"license": "MIT",
|
|
9655
|
+
"dependencies": {
|
|
9656
|
+
"@types/unist": "^2.0.0",
|
|
9657
|
+
"character-entities-legacy": "^3.0.0",
|
|
9658
|
+
"character-reference-invalid": "^2.0.0",
|
|
9659
|
+
"decode-named-character-reference": "^1.0.0",
|
|
9660
|
+
"is-alphanumerical": "^2.0.0",
|
|
9661
|
+
"is-decimal": "^2.0.0",
|
|
9662
|
+
"is-hexadecimal": "^2.0.0"
|
|
9663
|
+
},
|
|
9664
|
+
"funding": {
|
|
9665
|
+
"type": "github",
|
|
9666
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
9667
|
+
}
|
|
9668
|
+
},
|
|
9669
|
+
"node_modules/parse-entities/node_modules/@types/unist": {
|
|
9670
|
+
"version": "2.0.11",
|
|
9671
|
+
"resolved": "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz",
|
|
9672
|
+
"integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
|
|
9673
|
+
"license": "MIT"
|
|
9674
|
+
},
|
|
8526
9675
|
"node_modules/parse-json": {
|
|
8527
9676
|
"version": "5.2.0",
|
|
8528
9677
|
"resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz",
|
|
@@ -8802,6 +9951,16 @@
|
|
|
8802
9951
|
"node": ">= 6"
|
|
8803
9952
|
}
|
|
8804
9953
|
},
|
|
9954
|
+
"node_modules/property-information": {
|
|
9955
|
+
"version": "7.2.0",
|
|
9956
|
+
"resolved": "https://registry.npmmirror.com/property-information/-/property-information-7.2.0.tgz",
|
|
9957
|
+
"integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==",
|
|
9958
|
+
"license": "MIT",
|
|
9959
|
+
"funding": {
|
|
9960
|
+
"type": "github",
|
|
9961
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
9962
|
+
}
|
|
9963
|
+
},
|
|
8805
9964
|
"node_modules/proxy-from-env": {
|
|
8806
9965
|
"version": "2.1.0",
|
|
8807
9966
|
"resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
|
|
@@ -8976,6 +10135,33 @@
|
|
|
8976
10135
|
"license": "MIT",
|
|
8977
10136
|
"peer": true
|
|
8978
10137
|
},
|
|
10138
|
+
"node_modules/react-markdown": {
|
|
10139
|
+
"version": "10.1.0",
|
|
10140
|
+
"resolved": "https://registry.npmmirror.com/react-markdown/-/react-markdown-10.1.0.tgz",
|
|
10141
|
+
"integrity": "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==",
|
|
10142
|
+
"license": "MIT",
|
|
10143
|
+
"dependencies": {
|
|
10144
|
+
"@types/hast": "^3.0.0",
|
|
10145
|
+
"@types/mdast": "^4.0.0",
|
|
10146
|
+
"devlop": "^1.0.0",
|
|
10147
|
+
"hast-util-to-jsx-runtime": "^2.0.0",
|
|
10148
|
+
"html-url-attributes": "^3.0.0",
|
|
10149
|
+
"mdast-util-to-hast": "^13.0.0",
|
|
10150
|
+
"remark-parse": "^11.0.0",
|
|
10151
|
+
"remark-rehype": "^11.0.0",
|
|
10152
|
+
"unified": "^11.0.0",
|
|
10153
|
+
"unist-util-visit": "^5.0.0",
|
|
10154
|
+
"vfile": "^6.0.0"
|
|
10155
|
+
},
|
|
10156
|
+
"funding": {
|
|
10157
|
+
"type": "opencollective",
|
|
10158
|
+
"url": "https://opencollective.com/unified"
|
|
10159
|
+
},
|
|
10160
|
+
"peerDependencies": {
|
|
10161
|
+
"@types/react": ">=18",
|
|
10162
|
+
"react": ">=18"
|
|
10163
|
+
}
|
|
10164
|
+
},
|
|
8979
10165
|
"node_modules/react-redux": {
|
|
8980
10166
|
"version": "9.3.0",
|
|
8981
10167
|
"resolved": "https://registry.npmmirror.com/react-redux/-/react-redux-9.3.0.tgz",
|
|
@@ -9249,6 +10435,39 @@
|
|
|
9249
10435
|
"node": ">= 0.10"
|
|
9250
10436
|
}
|
|
9251
10437
|
},
|
|
10438
|
+
"node_modules/remark-parse": {
|
|
10439
|
+
"version": "11.0.0",
|
|
10440
|
+
"resolved": "https://registry.npmmirror.com/remark-parse/-/remark-parse-11.0.0.tgz",
|
|
10441
|
+
"integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
|
|
10442
|
+
"license": "MIT",
|
|
10443
|
+
"dependencies": {
|
|
10444
|
+
"@types/mdast": "^4.0.0",
|
|
10445
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
10446
|
+
"micromark-util-types": "^2.0.0",
|
|
10447
|
+
"unified": "^11.0.0"
|
|
10448
|
+
},
|
|
10449
|
+
"funding": {
|
|
10450
|
+
"type": "opencollective",
|
|
10451
|
+
"url": "https://opencollective.com/unified"
|
|
10452
|
+
}
|
|
10453
|
+
},
|
|
10454
|
+
"node_modules/remark-rehype": {
|
|
10455
|
+
"version": "11.1.2",
|
|
10456
|
+
"resolved": "https://registry.npmmirror.com/remark-rehype/-/remark-rehype-11.1.2.tgz",
|
|
10457
|
+
"integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
|
|
10458
|
+
"license": "MIT",
|
|
10459
|
+
"dependencies": {
|
|
10460
|
+
"@types/hast": "^3.0.0",
|
|
10461
|
+
"@types/mdast": "^4.0.0",
|
|
10462
|
+
"mdast-util-to-hast": "^13.0.0",
|
|
10463
|
+
"unified": "^11.0.0",
|
|
10464
|
+
"vfile": "^6.0.0"
|
|
10465
|
+
},
|
|
10466
|
+
"funding": {
|
|
10467
|
+
"type": "opencollective",
|
|
10468
|
+
"url": "https://opencollective.com/unified"
|
|
10469
|
+
}
|
|
10470
|
+
},
|
|
9252
10471
|
"node_modules/require-directory": {
|
|
9253
10472
|
"version": "2.1.1",
|
|
9254
10473
|
"resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
|
|
@@ -9728,6 +10947,16 @@
|
|
|
9728
10947
|
"source-map": "^0.6.0"
|
|
9729
10948
|
}
|
|
9730
10949
|
},
|
|
10950
|
+
"node_modules/space-separated-tokens": {
|
|
10951
|
+
"version": "2.0.2",
|
|
10952
|
+
"resolved": "https://registry.npmmirror.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
|
|
10953
|
+
"integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
|
|
10954
|
+
"license": "MIT",
|
|
10955
|
+
"funding": {
|
|
10956
|
+
"type": "github",
|
|
10957
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
10958
|
+
}
|
|
10959
|
+
},
|
|
9731
10960
|
"node_modules/stack-generator": {
|
|
9732
10961
|
"version": "2.0.10",
|
|
9733
10962
|
"resolved": "https://registry.npmmirror.com/stack-generator/-/stack-generator-2.0.10.tgz",
|
|
@@ -9892,6 +11121,20 @@
|
|
|
9892
11121
|
"url": "https://github.com/sponsors/ljharb"
|
|
9893
11122
|
}
|
|
9894
11123
|
},
|
|
11124
|
+
"node_modules/stringify-entities": {
|
|
11125
|
+
"version": "4.0.4",
|
|
11126
|
+
"resolved": "https://registry.npmmirror.com/stringify-entities/-/stringify-entities-4.0.4.tgz",
|
|
11127
|
+
"integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
|
|
11128
|
+
"license": "MIT",
|
|
11129
|
+
"dependencies": {
|
|
11130
|
+
"character-entities-html4": "^2.0.0",
|
|
11131
|
+
"character-entities-legacy": "^3.0.0"
|
|
11132
|
+
},
|
|
11133
|
+
"funding": {
|
|
11134
|
+
"type": "github",
|
|
11135
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
11136
|
+
}
|
|
11137
|
+
},
|
|
9895
11138
|
"node_modules/strip-ansi": {
|
|
9896
11139
|
"version": "6.0.1",
|
|
9897
11140
|
"resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
@@ -9927,6 +11170,24 @@
|
|
|
9927
11170
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
9928
11171
|
}
|
|
9929
11172
|
},
|
|
11173
|
+
"node_modules/style-to-js": {
|
|
11174
|
+
"version": "1.1.21",
|
|
11175
|
+
"resolved": "https://registry.npmmirror.com/style-to-js/-/style-to-js-1.1.21.tgz",
|
|
11176
|
+
"integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==",
|
|
11177
|
+
"license": "MIT",
|
|
11178
|
+
"dependencies": {
|
|
11179
|
+
"style-to-object": "1.0.14"
|
|
11180
|
+
}
|
|
11181
|
+
},
|
|
11182
|
+
"node_modules/style-to-object": {
|
|
11183
|
+
"version": "1.0.14",
|
|
11184
|
+
"resolved": "https://registry.npmmirror.com/style-to-object/-/style-to-object-1.0.14.tgz",
|
|
11185
|
+
"integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==",
|
|
11186
|
+
"license": "MIT",
|
|
11187
|
+
"dependencies": {
|
|
11188
|
+
"inline-style-parser": "0.2.7"
|
|
11189
|
+
}
|
|
11190
|
+
},
|
|
9930
11191
|
"node_modules/stylelint": {
|
|
9931
11192
|
"version": "17.12.0",
|
|
9932
11193
|
"resolved": "https://registry.npmmirror.com/stylelint/-/stylelint-17.12.0.tgz",
|
|
@@ -10476,6 +11737,26 @@
|
|
|
10476
11737
|
"tree-kill": "cli.js"
|
|
10477
11738
|
}
|
|
10478
11739
|
},
|
|
11740
|
+
"node_modules/trim-lines": {
|
|
11741
|
+
"version": "3.0.1",
|
|
11742
|
+
"resolved": "https://registry.npmmirror.com/trim-lines/-/trim-lines-3.0.1.tgz",
|
|
11743
|
+
"integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
|
|
11744
|
+
"license": "MIT",
|
|
11745
|
+
"funding": {
|
|
11746
|
+
"type": "github",
|
|
11747
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
11748
|
+
}
|
|
11749
|
+
},
|
|
11750
|
+
"node_modules/trough": {
|
|
11751
|
+
"version": "2.2.0",
|
|
11752
|
+
"resolved": "https://registry.npmmirror.com/trough/-/trough-2.2.0.tgz",
|
|
11753
|
+
"integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
|
|
11754
|
+
"license": "MIT",
|
|
11755
|
+
"funding": {
|
|
11756
|
+
"type": "github",
|
|
11757
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
11758
|
+
}
|
|
11759
|
+
},
|
|
10479
11760
|
"node_modules/ts-api-utils": {
|
|
10480
11761
|
"version": "2.5.0",
|
|
10481
11762
|
"resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
|
|
@@ -10696,6 +11977,93 @@
|
|
|
10696
11977
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
10697
11978
|
}
|
|
10698
11979
|
},
|
|
11980
|
+
"node_modules/unified": {
|
|
11981
|
+
"version": "11.0.5",
|
|
11982
|
+
"resolved": "https://registry.npmmirror.com/unified/-/unified-11.0.5.tgz",
|
|
11983
|
+
"integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
|
|
11984
|
+
"license": "MIT",
|
|
11985
|
+
"dependencies": {
|
|
11986
|
+
"@types/unist": "^3.0.0",
|
|
11987
|
+
"bail": "^2.0.0",
|
|
11988
|
+
"devlop": "^1.0.0",
|
|
11989
|
+
"extend": "^3.0.0",
|
|
11990
|
+
"is-plain-obj": "^4.0.0",
|
|
11991
|
+
"trough": "^2.0.0",
|
|
11992
|
+
"vfile": "^6.0.0"
|
|
11993
|
+
},
|
|
11994
|
+
"funding": {
|
|
11995
|
+
"type": "opencollective",
|
|
11996
|
+
"url": "https://opencollective.com/unified"
|
|
11997
|
+
}
|
|
11998
|
+
},
|
|
11999
|
+
"node_modules/unist-util-is": {
|
|
12000
|
+
"version": "6.0.1",
|
|
12001
|
+
"resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-6.0.1.tgz",
|
|
12002
|
+
"integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
|
|
12003
|
+
"license": "MIT",
|
|
12004
|
+
"dependencies": {
|
|
12005
|
+
"@types/unist": "^3.0.0"
|
|
12006
|
+
},
|
|
12007
|
+
"funding": {
|
|
12008
|
+
"type": "opencollective",
|
|
12009
|
+
"url": "https://opencollective.com/unified"
|
|
12010
|
+
}
|
|
12011
|
+
},
|
|
12012
|
+
"node_modules/unist-util-position": {
|
|
12013
|
+
"version": "5.0.0",
|
|
12014
|
+
"resolved": "https://registry.npmmirror.com/unist-util-position/-/unist-util-position-5.0.0.tgz",
|
|
12015
|
+
"integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
|
|
12016
|
+
"license": "MIT",
|
|
12017
|
+
"dependencies": {
|
|
12018
|
+
"@types/unist": "^3.0.0"
|
|
12019
|
+
},
|
|
12020
|
+
"funding": {
|
|
12021
|
+
"type": "opencollective",
|
|
12022
|
+
"url": "https://opencollective.com/unified"
|
|
12023
|
+
}
|
|
12024
|
+
},
|
|
12025
|
+
"node_modules/unist-util-stringify-position": {
|
|
12026
|
+
"version": "4.0.0",
|
|
12027
|
+
"resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
|
|
12028
|
+
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
|
|
12029
|
+
"license": "MIT",
|
|
12030
|
+
"dependencies": {
|
|
12031
|
+
"@types/unist": "^3.0.0"
|
|
12032
|
+
},
|
|
12033
|
+
"funding": {
|
|
12034
|
+
"type": "opencollective",
|
|
12035
|
+
"url": "https://opencollective.com/unified"
|
|
12036
|
+
}
|
|
12037
|
+
},
|
|
12038
|
+
"node_modules/unist-util-visit": {
|
|
12039
|
+
"version": "5.1.0",
|
|
12040
|
+
"resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
|
|
12041
|
+
"integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
|
|
12042
|
+
"license": "MIT",
|
|
12043
|
+
"dependencies": {
|
|
12044
|
+
"@types/unist": "^3.0.0",
|
|
12045
|
+
"unist-util-is": "^6.0.0",
|
|
12046
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
12047
|
+
},
|
|
12048
|
+
"funding": {
|
|
12049
|
+
"type": "opencollective",
|
|
12050
|
+
"url": "https://opencollective.com/unified"
|
|
12051
|
+
}
|
|
12052
|
+
},
|
|
12053
|
+
"node_modules/unist-util-visit-parents": {
|
|
12054
|
+
"version": "6.0.2",
|
|
12055
|
+
"resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
|
|
12056
|
+
"integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
|
|
12057
|
+
"license": "MIT",
|
|
12058
|
+
"dependencies": {
|
|
12059
|
+
"@types/unist": "^3.0.0",
|
|
12060
|
+
"unist-util-is": "^6.0.0"
|
|
12061
|
+
},
|
|
12062
|
+
"funding": {
|
|
12063
|
+
"type": "opencollective",
|
|
12064
|
+
"url": "https://opencollective.com/unified"
|
|
12065
|
+
}
|
|
12066
|
+
},
|
|
10699
12067
|
"node_modules/universalify": {
|
|
10700
12068
|
"version": "2.0.1",
|
|
10701
12069
|
"resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
|
|
@@ -10816,6 +12184,34 @@
|
|
|
10816
12184
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
|
|
10817
12185
|
}
|
|
10818
12186
|
},
|
|
12187
|
+
"node_modules/vfile": {
|
|
12188
|
+
"version": "6.0.3",
|
|
12189
|
+
"resolved": "https://registry.npmmirror.com/vfile/-/vfile-6.0.3.tgz",
|
|
12190
|
+
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
|
|
12191
|
+
"license": "MIT",
|
|
12192
|
+
"dependencies": {
|
|
12193
|
+
"@types/unist": "^3.0.0",
|
|
12194
|
+
"vfile-message": "^4.0.0"
|
|
12195
|
+
},
|
|
12196
|
+
"funding": {
|
|
12197
|
+
"type": "opencollective",
|
|
12198
|
+
"url": "https://opencollective.com/unified"
|
|
12199
|
+
}
|
|
12200
|
+
},
|
|
12201
|
+
"node_modules/vfile-message": {
|
|
12202
|
+
"version": "4.0.3",
|
|
12203
|
+
"resolved": "https://registry.npmmirror.com/vfile-message/-/vfile-message-4.0.3.tgz",
|
|
12204
|
+
"integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
|
|
12205
|
+
"license": "MIT",
|
|
12206
|
+
"dependencies": {
|
|
12207
|
+
"@types/unist": "^3.0.0",
|
|
12208
|
+
"unist-util-stringify-position": "^4.0.0"
|
|
12209
|
+
},
|
|
12210
|
+
"funding": {
|
|
12211
|
+
"type": "opencollective",
|
|
12212
|
+
"url": "https://opencollective.com/unified"
|
|
12213
|
+
}
|
|
12214
|
+
},
|
|
10819
12215
|
"node_modules/victory-vendor": {
|
|
10820
12216
|
"version": "37.3.6",
|
|
10821
12217
|
"resolved": "https://registry.npmmirror.com/victory-vendor/-/victory-vendor-37.3.6.tgz",
|
|
@@ -11267,6 +12663,13 @@
|
|
|
11267
12663
|
"node": ">=10"
|
|
11268
12664
|
}
|
|
11269
12665
|
},
|
|
12666
|
+
"node_modules/yallist": {
|
|
12667
|
+
"version": "3.1.1",
|
|
12668
|
+
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
|
|
12669
|
+
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
12670
|
+
"dev": true,
|
|
12671
|
+
"license": "ISC"
|
|
12672
|
+
},
|
|
11270
12673
|
"node_modules/yaml": {
|
|
11271
12674
|
"version": "2.9.0",
|
|
11272
12675
|
"resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.9.0.tgz",
|
|
@@ -11350,6 +12753,19 @@
|
|
|
11350
12753
|
"url": "https://github.com/sponsors/colinhacks"
|
|
11351
12754
|
}
|
|
11352
12755
|
},
|
|
12756
|
+
"node_modules/zod-validation-error": {
|
|
12757
|
+
"version": "4.0.2",
|
|
12758
|
+
"resolved": "https://registry.npmmirror.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
|
|
12759
|
+
"integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
|
|
12760
|
+
"dev": true,
|
|
12761
|
+
"license": "MIT",
|
|
12762
|
+
"engines": {
|
|
12763
|
+
"node": ">=18.0.0"
|
|
12764
|
+
},
|
|
12765
|
+
"peerDependencies": {
|
|
12766
|
+
"zod": "^3.25.0 || ^4.0.0"
|
|
12767
|
+
}
|
|
12768
|
+
},
|
|
11353
12769
|
"node_modules/zone.js": {
|
|
11354
12770
|
"version": "0.16.2",
|
|
11355
12771
|
"resolved": "https://registry.npmmirror.com/zone.js/-/zone.js-0.16.2.tgz",
|
|
@@ -11370,6 +12786,16 @@
|
|
|
11370
12786
|
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
|
|
11371
12787
|
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
|
|
11372
12788
|
"license": "0BSD"
|
|
12789
|
+
},
|
|
12790
|
+
"node_modules/zwitch": {
|
|
12791
|
+
"version": "2.0.4",
|
|
12792
|
+
"resolved": "https://registry.npmmirror.com/zwitch/-/zwitch-2.0.4.tgz",
|
|
12793
|
+
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
|
|
12794
|
+
"license": "MIT",
|
|
12795
|
+
"funding": {
|
|
12796
|
+
"type": "github",
|
|
12797
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
12798
|
+
}
|
|
11373
12799
|
}
|
|
11374
12800
|
}
|
|
11375
12801
|
}
|