ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6822 lines
237 KiB

  1. {
  2. "name": "frontend",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "frontend",
  9. "version": "0.0.0",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@radix-ui/react-dialog": "^1.1.14",
  13. "@radix-ui/react-switch": "^1.2.5",
  14. "@radix-ui/react-toast": "^1.2.14",
  15. "axios": "^1.9.0",
  16. "camelcase-keys": "^9.1.3",
  17. "class-variance-authority": "^0.7.1",
  18. "clsx": "^2.1.1",
  19. "humps": "^2.0.1",
  20. "lucide-react": "^0.511.0",
  21. "markdown-it": "^14.1.0",
  22. "react": "^19.1.0",
  23. "react-dom": "^19.1.0",
  24. "react-helmet-async": "^2.0.5",
  25. "react-markdown": "^10.1.0",
  26. "react-markdown-editor-lite": "^1.3.4",
  27. "react-router-dom": "^6.30.0",
  28. "tailwind-merge": "^3.3.0"
  29. },
  30. "devDependencies": {
  31. "@eslint/js": "^9.25.0",
  32. "@types/axios": "^0.9.36",
  33. "@types/markdown-it": "^14.1.2",
  34. "@types/node": "^24.0.13",
  35. "@types/react": "^19.1.2",
  36. "@types/react-dom": "^19.1.2",
  37. "@types/react-router-dom": "^5.3.3",
  38. "@vitejs/plugin-react": "^4.4.1",
  39. "autoprefixer": "^10.4.21",
  40. "eslint": "^9.25.0",
  41. "eslint-plugin-react-hooks": "^5.2.0",
  42. "eslint-plugin-react-refresh": "^0.4.19",
  43. "globals": "^16.0.0",
  44. "postcss": "^8.5.3",
  45. "tailwindcss": "^3.4.13",
  46. "typescript": "~5.8.3",
  47. "typescript-eslint": "^8.30.1",
  48. "vite": "^6.3.5"
  49. }
  50. },
  51. "node_modules/@alloc/quick-lru": {
  52. "version": "5.2.0",
  53. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  54. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  55. "dev": true,
  56. "license": "MIT",
  57. "engines": {
  58. "node": ">=10"
  59. },
  60. "funding": {
  61. "url": "https://github.com/sponsors/sindresorhus"
  62. }
  63. },
  64. "node_modules/@ampproject/remapping": {
  65. "version": "2.3.0",
  66. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
  67. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  68. "dev": true,
  69. "license": "Apache-2.0",
  70. "dependencies": {
  71. "@jridgewell/gen-mapping": "^0.3.5",
  72. "@jridgewell/trace-mapping": "^0.3.24"
  73. },
  74. "engines": {
  75. "node": ">=6.0.0"
  76. }
  77. },
  78. "node_modules/@babel/code-frame": {
  79. "version": "7.27.1",
  80. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
  81. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  82. "dev": true,
  83. "license": "MIT",
  84. "dependencies": {
  85. "@babel/helper-validator-identifier": "^7.27.1",
  86. "js-tokens": "^4.0.0",
  87. "picocolors": "^1.1.1"
  88. },
  89. "engines": {
  90. "node": ">=6.9.0"
  91. }
  92. },
  93. "node_modules/@babel/compat-data": {
  94. "version": "7.27.2",
  95. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.27.2.tgz",
  96. "integrity": "sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==",
  97. "dev": true,
  98. "license": "MIT",
  99. "engines": {
  100. "node": ">=6.9.0"
  101. }
  102. },
  103. "node_modules/@babel/core": {
  104. "version": "7.27.1",
  105. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.27.1.tgz",
  106. "integrity": "sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==",
  107. "dev": true,
  108. "license": "MIT",
  109. "dependencies": {
  110. "@ampproject/remapping": "^2.2.0",
  111. "@babel/code-frame": "^7.27.1",
  112. "@babel/generator": "^7.27.1",
  113. "@babel/helper-compilation-targets": "^7.27.1",
  114. "@babel/helper-module-transforms": "^7.27.1",
  115. "@babel/helpers": "^7.27.1",
  116. "@babel/parser": "^7.27.1",
  117. "@babel/template": "^7.27.1",
  118. "@babel/traverse": "^7.27.1",
  119. "@babel/types": "^7.27.1",
  120. "convert-source-map": "^2.0.0",
  121. "debug": "^4.1.0",
  122. "gensync": "^1.0.0-beta.2",
  123. "json5": "^2.2.3",
  124. "semver": "^6.3.1"
  125. },
  126. "engines": {
  127. "node": ">=6.9.0"
  128. },
  129. "funding": {
  130. "type": "opencollective",
  131. "url": "https://opencollective.com/babel"
  132. }
  133. },
  134. "node_modules/@babel/generator": {
  135. "version": "7.27.1",
  136. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.27.1.tgz",
  137. "integrity": "sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==",
  138. "dev": true,
  139. "license": "MIT",
  140. "dependencies": {
  141. "@babel/parser": "^7.27.1",
  142. "@babel/types": "^7.27.1",
  143. "@jridgewell/gen-mapping": "^0.3.5",
  144. "@jridgewell/trace-mapping": "^0.3.25",
  145. "jsesc": "^3.0.2"
  146. },
  147. "engines": {
  148. "node": ">=6.9.0"
  149. }
  150. },
  151. "node_modules/@babel/helper-compilation-targets": {
  152. "version": "7.27.2",
  153. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  154. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  155. "dev": true,
  156. "license": "MIT",
  157. "dependencies": {
  158. "@babel/compat-data": "^7.27.2",
  159. "@babel/helper-validator-option": "^7.27.1",
  160. "browserslist": "^4.24.0",
  161. "lru-cache": "^5.1.1",
  162. "semver": "^6.3.1"
  163. },
  164. "engines": {
  165. "node": ">=6.9.0"
  166. }
  167. },
  168. "node_modules/@babel/helper-module-imports": {
  169. "version": "7.27.1",
  170. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  171. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  172. "dev": true,
  173. "license": "MIT",
  174. "dependencies": {
  175. "@babel/traverse": "^7.27.1",
  176. "@babel/types": "^7.27.1"
  177. },
  178. "engines": {
  179. "node": ">=6.9.0"
  180. }
  181. },
  182. "node_modules/@babel/helper-module-transforms": {
  183. "version": "7.27.1",
  184. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz",
  185. "integrity": "sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==",
  186. "dev": true,
  187. "license": "MIT",
  188. "dependencies": {
  189. "@babel/helper-module-imports": "^7.27.1",
  190. "@babel/helper-validator-identifier": "^7.27.1",
  191. "@babel/traverse": "^7.27.1"
  192. },
  193. "engines": {
  194. "node": ">=6.9.0"
  195. },
  196. "peerDependencies": {
  197. "@babel/core": "^7.0.0"
  198. }
  199. },
  200. "node_modules/@babel/helper-plugin-utils": {
  201. "version": "7.27.1",
  202. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  203. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  204. "dev": true,
  205. "license": "MIT",
  206. "engines": {
  207. "node": ">=6.9.0"
  208. }
  209. },
  210. "node_modules/@babel/helper-string-parser": {
  211. "version": "7.27.1",
  212. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  213. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  214. "dev": true,
  215. "license": "MIT",
  216. "engines": {
  217. "node": ">=6.9.0"
  218. }
  219. },
  220. "node_modules/@babel/helper-validator-identifier": {
  221. "version": "7.27.1",
  222. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  223. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
  224. "dev": true,
  225. "license": "MIT",
  226. "engines": {
  227. "node": ">=6.9.0"
  228. }
  229. },
  230. "node_modules/@babel/helper-validator-option": {
  231. "version": "7.27.1",
  232. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  233. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  234. "dev": true,
  235. "license": "MIT",
  236. "engines": {
  237. "node": ">=6.9.0"
  238. }
  239. },
  240. "node_modules/@babel/helpers": {
  241. "version": "7.27.1",
  242. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.1.tgz",
  243. "integrity": "sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==",
  244. "dev": true,
  245. "license": "MIT",
  246. "dependencies": {
  247. "@babel/template": "^7.27.1",
  248. "@babel/types": "^7.27.1"
  249. },
  250. "engines": {
  251. "node": ">=6.9.0"
  252. }
  253. },
  254. "node_modules/@babel/parser": {
  255. "version": "7.27.2",
  256. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.2.tgz",
  257. "integrity": "sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==",
  258. "dev": true,
  259. "license": "MIT",
  260. "dependencies": {
  261. "@babel/types": "^7.27.1"
  262. },
  263. "bin": {
  264. "parser": "bin/babel-parser.js"
  265. },
  266. "engines": {
  267. "node": ">=6.0.0"
  268. }
  269. },
  270. "node_modules/@babel/plugin-transform-react-jsx-self": {
  271. "version": "7.27.1",
  272. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
  273. "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
  274. "dev": true,
  275. "license": "MIT",
  276. "dependencies": {
  277. "@babel/helper-plugin-utils": "^7.27.1"
  278. },
  279. "engines": {
  280. "node": ">=6.9.0"
  281. },
  282. "peerDependencies": {
  283. "@babel/core": "^7.0.0-0"
  284. }
  285. },
  286. "node_modules/@babel/plugin-transform-react-jsx-source": {
  287. "version": "7.27.1",
  288. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
  289. "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
  290. "dev": true,
  291. "license": "MIT",
  292. "dependencies": {
  293. "@babel/helper-plugin-utils": "^7.27.1"
  294. },
  295. "engines": {
  296. "node": ">=6.9.0"
  297. },
  298. "peerDependencies": {
  299. "@babel/core": "^7.0.0-0"
  300. }
  301. },
  302. "node_modules/@babel/runtime": {
  303. "version": "7.27.6",
  304. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz",
  305. "integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==",
  306. "license": "MIT",
  307. "engines": {
  308. "node": ">=6.9.0"
  309. }
  310. },
  311. "node_modules/@babel/template": {
  312. "version": "7.27.2",
  313. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
  314. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  315. "dev": true,
  316. "license": "MIT",
  317. "dependencies": {
  318. "@babel/code-frame": "^7.27.1",
  319. "@babel/parser": "^7.27.2",
  320. "@babel/types": "^7.27.1"
  321. },
  322. "engines": {
  323. "node": ">=6.9.0"
  324. }
  325. },
  326. "node_modules/@babel/traverse": {
  327. "version": "7.27.1",
  328. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.1.tgz",
  329. "integrity": "sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==",
  330. "dev": true,
  331. "license": "MIT",
  332. "dependencies": {
  333. "@babel/code-frame": "^7.27.1",
  334. "@babel/generator": "^7.27.1",
  335. "@babel/parser": "^7.27.1",
  336. "@babel/template": "^7.27.1",
  337. "@babel/types": "^7.27.1",
  338. "debug": "^4.3.1",
  339. "globals": "^11.1.0"
  340. },
  341. "engines": {
  342. "node": ">=6.9.0"
  343. }
  344. },
  345. "node_modules/@babel/traverse/node_modules/globals": {
  346. "version": "11.12.0",
  347. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  348. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  349. "dev": true,
  350. "license": "MIT",
  351. "engines": {
  352. "node": ">=4"
  353. }
  354. },
  355. "node_modules/@babel/types": {
  356. "version": "7.27.1",
  357. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz",
  358. "integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==",
  359. "dev": true,
  360. "license": "MIT",
  361. "dependencies": {
  362. "@babel/helper-string-parser": "^7.27.1",
  363. "@babel/helper-validator-identifier": "^7.27.1"
  364. },
  365. "engines": {
  366. "node": ">=6.9.0"
  367. }
  368. },
  369. "node_modules/@esbuild/aix-ppc64": {
  370. "version": "0.25.4",
  371. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.4.tgz",
  372. "integrity": "sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==",
  373. "cpu": [
  374. "ppc64"
  375. ],
  376. "dev": true,
  377. "license": "MIT",
  378. "optional": true,
  379. "os": [
  380. "aix"
  381. ],
  382. "engines": {
  383. "node": ">=18"
  384. }
  385. },
  386. "node_modules/@esbuild/android-arm": {
  387. "version": "0.25.4",
  388. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.4.tgz",
  389. "integrity": "sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==",
  390. "cpu": [
  391. "arm"
  392. ],
  393. "dev": true,
  394. "license": "MIT",
  395. "optional": true,
  396. "os": [
  397. "android"
  398. ],
  399. "engines": {
  400. "node": ">=18"
  401. }
  402. },
  403. "node_modules/@esbuild/android-arm64": {
  404. "version": "0.25.4",
  405. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.4.tgz",
  406. "integrity": "sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==",
  407. "cpu": [
  408. "arm64"
  409. ],
  410. "dev": true,
  411. "license": "MIT",
  412. "optional": true,
  413. "os": [
  414. "android"
  415. ],
  416. "engines": {
  417. "node": ">=18"
  418. }
  419. },
  420. "node_modules/@esbuild/android-x64": {
  421. "version": "0.25.4",
  422. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.4.tgz",
  423. "integrity": "sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==",
  424. "cpu": [
  425. "x64"
  426. ],
  427. "dev": true,
  428. "license": "MIT",
  429. "optional": true,
  430. "os": [
  431. "android"
  432. ],
  433. "engines": {
  434. "node": ">=18"
  435. }
  436. },
  437. "node_modules/@esbuild/darwin-arm64": {
  438. "version": "0.25.4",
  439. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.4.tgz",
  440. "integrity": "sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==",
  441. "cpu": [
  442. "arm64"
  443. ],
  444. "dev": true,
  445. "license": "MIT",
  446. "optional": true,
  447. "os": [
  448. "darwin"
  449. ],
  450. "engines": {
  451. "node": ">=18"
  452. }
  453. },
  454. "node_modules/@esbuild/darwin-x64": {
  455. "version": "0.25.4",
  456. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.4.tgz",
  457. "integrity": "sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==",
  458. "cpu": [
  459. "x64"
  460. ],
  461. "dev": true,
  462. "license": "MIT",
  463. "optional": true,
  464. "os": [
  465. "darwin"
  466. ],
  467. "engines": {
  468. "node": ">=18"
  469. }
  470. },
  471. "node_modules/@esbuild/freebsd-arm64": {
  472. "version": "0.25.4",
  473. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.4.tgz",
  474. "integrity": "sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==",
  475. "cpu": [
  476. "arm64"
  477. ],
  478. "dev": true,
  479. "license": "MIT",
  480. "optional": true,
  481. "os": [
  482. "freebsd"
  483. ],
  484. "engines": {
  485. "node": ">=18"
  486. }
  487. },
  488. "node_modules/@esbuild/freebsd-x64": {
  489. "version": "0.25.4",
  490. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.4.tgz",
  491. "integrity": "sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==",
  492. "cpu": [
  493. "x64"
  494. ],
  495. "dev": true,
  496. "license": "MIT",
  497. "optional": true,
  498. "os": [
  499. "freebsd"
  500. ],
  501. "engines": {
  502. "node": ">=18"
  503. }
  504. },
  505. "node_modules/@esbuild/linux-arm": {
  506. "version": "0.25.4",
  507. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.4.tgz",
  508. "integrity": "sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==",
  509. "cpu": [
  510. "arm"
  511. ],
  512. "dev": true,
  513. "license": "MIT",
  514. "optional": true,
  515. "os": [
  516. "linux"
  517. ],
  518. "engines": {
  519. "node": ">=18"
  520. }
  521. },
  522. "node_modules/@esbuild/linux-arm64": {
  523. "version": "0.25.4",
  524. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.4.tgz",
  525. "integrity": "sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==",
  526. "cpu": [
  527. "arm64"
  528. ],
  529. "dev": true,
  530. "license": "MIT",
  531. "optional": true,
  532. "os": [
  533. "linux"
  534. ],
  535. "engines": {
  536. "node": ">=18"
  537. }
  538. },
  539. "node_modules/@esbuild/linux-ia32": {
  540. "version": "0.25.4",
  541. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.4.tgz",
  542. "integrity": "sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==",
  543. "cpu": [
  544. "ia32"
  545. ],
  546. "dev": true,
  547. "license": "MIT",
  548. "optional": true,
  549. "os": [
  550. "linux"
  551. ],
  552. "engines": {
  553. "node": ">=18"
  554. }
  555. },
  556. "node_modules/@esbuild/linux-loong64": {
  557. "version": "0.25.4",
  558. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.4.tgz",
  559. "integrity": "sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==",
  560. "cpu": [
  561. "loong64"
  562. ],
  563. "dev": true,
  564. "license": "MIT",
  565. "optional": true,
  566. "os": [
  567. "linux"
  568. ],
  569. "engines": {
  570. "node": ">=18"
  571. }
  572. },
  573. "node_modules/@esbuild/linux-mips64el": {
  574. "version": "0.25.4",
  575. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.4.tgz",
  576. "integrity": "sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==",
  577. "cpu": [
  578. "mips64el"
  579. ],
  580. "dev": true,
  581. "license": "MIT",
  582. "optional": true,
  583. "os": [
  584. "linux"
  585. ],
  586. "engines": {
  587. "node": ">=18"
  588. }
  589. },
  590. "node_modules/@esbuild/linux-ppc64": {
  591. "version": "0.25.4",
  592. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.4.tgz",
  593. "integrity": "sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==",
  594. "cpu": [
  595. "ppc64"
  596. ],
  597. "dev": true,
  598. "license": "MIT",
  599. "optional": true,
  600. "os": [
  601. "linux"
  602. ],
  603. "engines": {
  604. "node": ">=18"
  605. }
  606. },
  607. "node_modules/@esbuild/linux-riscv64": {
  608. "version": "0.25.4",
  609. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.4.tgz",
  610. "integrity": "sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==",
  611. "cpu": [
  612. "riscv64"
  613. ],
  614. "dev": true,
  615. "license": "MIT",
  616. "optional": true,
  617. "os": [
  618. "linux"
  619. ],
  620. "engines": {
  621. "node": ">=18"
  622. }
  623. },
  624. "node_modules/@esbuild/linux-s390x": {
  625. "version": "0.25.4",
  626. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.4.tgz",
  627. "integrity": "sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==",
  628. "cpu": [
  629. "s390x"
  630. ],
  631. "dev": true,
  632. "license": "MIT",
  633. "optional": true,
  634. "os": [
  635. "linux"
  636. ],
  637. "engines": {
  638. "node": ">=18"
  639. }
  640. },
  641. "node_modules/@esbuild/linux-x64": {
  642. "version": "0.25.4",
  643. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.4.tgz",
  644. "integrity": "sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==",
  645. "cpu": [
  646. "x64"
  647. ],
  648. "dev": true,
  649. "license": "MIT",
  650. "optional": true,
  651. "os": [
  652. "linux"
  653. ],
  654. "engines": {
  655. "node": ">=18"
  656. }
  657. },
  658. "node_modules/@esbuild/netbsd-arm64": {
  659. "version": "0.25.4",
  660. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.4.tgz",
  661. "integrity": "sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==",
  662. "cpu": [
  663. "arm64"
  664. ],
  665. "dev": true,
  666. "license": "MIT",
  667. "optional": true,
  668. "os": [
  669. "netbsd"
  670. ],
  671. "engines": {
  672. "node": ">=18"
  673. }
  674. },
  675. "node_modules/@esbuild/netbsd-x64": {
  676. "version": "0.25.4",
  677. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.4.tgz",
  678. "integrity": "sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==",
  679. "cpu": [
  680. "x64"
  681. ],
  682. "dev": true,
  683. "license": "MIT",
  684. "optional": true,
  685. "os": [
  686. "netbsd"
  687. ],
  688. "engines": {
  689. "node": ">=18"
  690. }
  691. },
  692. "node_modules/@esbuild/openbsd-arm64": {
  693. "version": "0.25.4",
  694. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.4.tgz",
  695. "integrity": "sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==",
  696. "cpu": [
  697. "arm64"
  698. ],
  699. "dev": true,
  700. "license": "MIT",
  701. "optional": true,
  702. "os": [
  703. "openbsd"
  704. ],
  705. "engines": {
  706. "node": ">=18"
  707. }
  708. },
  709. "node_modules/@esbuild/openbsd-x64": {
  710. "version": "0.25.4",
  711. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.4.tgz",
  712. "integrity": "sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==",
  713. "cpu": [
  714. "x64"
  715. ],
  716. "dev": true,
  717. "license": "MIT",
  718. "optional": true,
  719. "os": [
  720. "openbsd"
  721. ],
  722. "engines": {
  723. "node": ">=18"
  724. }
  725. },
  726. "node_modules/@esbuild/sunos-x64": {
  727. "version": "0.25.4",
  728. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.4.tgz",
  729. "integrity": "sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==",
  730. "cpu": [
  731. "x64"
  732. ],
  733. "dev": true,
  734. "license": "MIT",
  735. "optional": true,
  736. "os": [
  737. "sunos"
  738. ],
  739. "engines": {
  740. "node": ">=18"
  741. }
  742. },
  743. "node_modules/@esbuild/win32-arm64": {
  744. "version": "0.25.4",
  745. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.4.tgz",
  746. "integrity": "sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==",
  747. "cpu": [
  748. "arm64"
  749. ],
  750. "dev": true,
  751. "license": "MIT",
  752. "optional": true,
  753. "os": [
  754. "win32"
  755. ],
  756. "engines": {
  757. "node": ">=18"
  758. }
  759. },
  760. "node_modules/@esbuild/win32-ia32": {
  761. "version": "0.25.4",
  762. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.4.tgz",
  763. "integrity": "sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==",
  764. "cpu": [
  765. "ia32"
  766. ],
  767. "dev": true,
  768. "license": "MIT",
  769. "optional": true,
  770. "os": [
  771. "win32"
  772. ],
  773. "engines": {
  774. "node": ">=18"
  775. }
  776. },
  777. "node_modules/@esbuild/win32-x64": {
  778. "version": "0.25.4",
  779. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.4.tgz",
  780. "integrity": "sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==",
  781. "cpu": [
  782. "x64"
  783. ],
  784. "dev": true,
  785. "license": "MIT",
  786. "optional": true,
  787. "os": [
  788. "win32"
  789. ],
  790. "engines": {
  791. "node": ">=18"
  792. }
  793. },
  794. "node_modules/@eslint-community/eslint-utils": {
  795. "version": "4.7.0",
  796. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
  797. "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
  798. "dev": true,
  799. "license": "MIT",
  800. "dependencies": {
  801. "eslint-visitor-keys": "^3.4.3"
  802. },
  803. "engines": {
  804. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  805. },
  806. "funding": {
  807. "url": "https://opencollective.com/eslint"
  808. },
  809. "peerDependencies": {
  810. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  811. }
  812. },
  813. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  814. "version": "3.4.3",
  815. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  816. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  817. "dev": true,
  818. "license": "Apache-2.0",
  819. "engines": {
  820. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  821. },
  822. "funding": {
  823. "url": "https://opencollective.com/eslint"
  824. }
  825. },
  826. "node_modules/@eslint-community/regexpp": {
  827. "version": "4.12.1",
  828. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
  829. "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
  830. "dev": true,
  831. "license": "MIT",
  832. "engines": {
  833. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  834. }
  835. },
  836. "node_modules/@eslint/config-array": {
  837. "version": "0.20.0",
  838. "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.20.0.tgz",
  839. "integrity": "sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==",
  840. "dev": true,
  841. "license": "Apache-2.0",
  842. "dependencies": {
  843. "@eslint/object-schema": "^2.1.6",
  844. "debug": "^4.3.1",
  845. "minimatch": "^3.1.2"
  846. },
  847. "engines": {
  848. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  849. }
  850. },
  851. "node_modules/@eslint/config-helpers": {
  852. "version": "0.2.2",
  853. "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.2.tgz",
  854. "integrity": "sha512-+GPzk8PlG0sPpzdU5ZvIRMPidzAnZDl/s9L+y13iodqvb8leL53bTannOrQ/Im7UkpsmFU5Ily5U60LWixnmLg==",
  855. "dev": true,
  856. "license": "Apache-2.0",
  857. "engines": {
  858. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  859. }
  860. },
  861. "node_modules/@eslint/core": {
  862. "version": "0.14.0",
  863. "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.14.0.tgz",
  864. "integrity": "sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==",
  865. "dev": true,
  866. "license": "Apache-2.0",
  867. "dependencies": {
  868. "@types/json-schema": "^7.0.15"
  869. },
  870. "engines": {
  871. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  872. }
  873. },
  874. "node_modules/@eslint/eslintrc": {
  875. "version": "3.3.1",
  876. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
  877. "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
  878. "dev": true,
  879. "license": "MIT",
  880. "dependencies": {
  881. "ajv": "^6.12.4",
  882. "debug": "^4.3.2",
  883. "espree": "^10.0.1",
  884. "globals": "^14.0.0",
  885. "ignore": "^5.2.0",
  886. "import-fresh": "^3.2.1",
  887. "js-yaml": "^4.1.0",
  888. "minimatch": "^3.1.2",
  889. "strip-json-comments": "^3.1.1"
  890. },
  891. "engines": {
  892. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  893. },
  894. "funding": {
  895. "url": "https://opencollective.com/eslint"
  896. }
  897. },
  898. "node_modules/@eslint/eslintrc/node_modules/globals": {
  899. "version": "14.0.0",
  900. "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
  901. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  902. "dev": true,
  903. "license": "MIT",
  904. "engines": {
  905. "node": ">=18"
  906. },
  907. "funding": {
  908. "url": "https://github.com/sponsors/sindresorhus"
  909. }
  910. },
  911. "node_modules/@eslint/js": {
  912. "version": "9.27.0",
  913. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.27.0.tgz",
  914. "integrity": "sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==",
  915. "dev": true,
  916. "license": "MIT",
  917. "engines": {
  918. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  919. },
  920. "funding": {
  921. "url": "https://eslint.org/donate"
  922. }
  923. },
  924. "node_modules/@eslint/object-schema": {
  925. "version": "2.1.6",
  926. "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
  927. "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
  928. "dev": true,
  929. "license": "Apache-2.0",
  930. "engines": {
  931. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  932. }
  933. },
  934. "node_modules/@eslint/plugin-kit": {
  935. "version": "0.3.1",
  936. "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz",
  937. "integrity": "sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==",
  938. "dev": true,
  939. "license": "Apache-2.0",
  940. "dependencies": {
  941. "@eslint/core": "^0.14.0",
  942. "levn": "^0.4.1"
  943. },
  944. "engines": {
  945. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  946. }
  947. },
  948. "node_modules/@humanfs/core": {
  949. "version": "0.19.1",
  950. "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
  951. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  952. "dev": true,
  953. "license": "Apache-2.0",
  954. "engines": {
  955. "node": ">=18.18.0"
  956. }
  957. },
  958. "node_modules/@humanfs/node": {
  959. "version": "0.16.6",
  960. "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
  961. "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
  962. "dev": true,
  963. "license": "Apache-2.0",
  964. "dependencies": {
  965. "@humanfs/core": "^0.19.1",
  966. "@humanwhocodes/retry": "^0.3.0"
  967. },
  968. "engines": {
  969. "node": ">=18.18.0"
  970. }
  971. },
  972. "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
  973. "version": "0.3.1",
  974. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
  975. "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
  976. "dev": true,
  977. "license": "Apache-2.0",
  978. "engines": {
  979. "node": ">=18.18"
  980. },
  981. "funding": {
  982. "type": "github",
  983. "url": "https://github.com/sponsors/nzakas"
  984. }
  985. },
  986. "node_modules/@humanwhocodes/module-importer": {
  987. "version": "1.0.1",
  988. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  989. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  990. "dev": true,
  991. "license": "Apache-2.0",
  992. "engines": {
  993. "node": ">=12.22"
  994. },
  995. "funding": {
  996. "type": "github",
  997. "url": "https://github.com/sponsors/nzakas"
  998. }
  999. },
  1000. "node_modules/@humanwhocodes/retry": {
  1001. "version": "0.4.3",
  1002. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  1003. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  1004. "dev": true,
  1005. "license": "Apache-2.0",
  1006. "engines": {
  1007. "node": ">=18.18"
  1008. },
  1009. "funding": {
  1010. "type": "github",
  1011. "url": "https://github.com/sponsors/nzakas"
  1012. }
  1013. },
  1014. "node_modules/@isaacs/cliui": {
  1015. "version": "8.0.2",
  1016. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  1017. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  1018. "dev": true,
  1019. "license": "ISC",
  1020. "dependencies": {
  1021. "string-width": "^5.1.2",
  1022. "string-width-cjs": "npm:string-width@^4.2.0",
  1023. "strip-ansi": "^7.0.1",
  1024. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1025. "wrap-ansi": "^8.1.0",
  1026. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1027. },
  1028. "engines": {
  1029. "node": ">=12"
  1030. }
  1031. },
  1032. "node_modules/@jridgewell/gen-mapping": {
  1033. "version": "0.3.8",
  1034. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
  1035. "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
  1036. "dev": true,
  1037. "license": "MIT",
  1038. "dependencies": {
  1039. "@jridgewell/set-array": "^1.2.1",
  1040. "@jridgewell/sourcemap-codec": "^1.4.10",
  1041. "@jridgewell/trace-mapping": "^0.3.24"
  1042. },
  1043. "engines": {
  1044. "node": ">=6.0.0"
  1045. }
  1046. },
  1047. "node_modules/@jridgewell/resolve-uri": {
  1048. "version": "3.1.2",
  1049. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1050. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1051. "dev": true,
  1052. "license": "MIT",
  1053. "engines": {
  1054. "node": ">=6.0.0"
  1055. }
  1056. },
  1057. "node_modules/@jridgewell/set-array": {
  1058. "version": "1.2.1",
  1059. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  1060. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  1061. "dev": true,
  1062. "license": "MIT",
  1063. "engines": {
  1064. "node": ">=6.0.0"
  1065. }
  1066. },
  1067. "node_modules/@jridgewell/sourcemap-codec": {
  1068. "version": "1.5.0",
  1069. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  1070. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  1071. "dev": true,
  1072. "license": "MIT"
  1073. },
  1074. "node_modules/@jridgewell/trace-mapping": {
  1075. "version": "0.3.25",
  1076. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  1077. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  1078. "dev": true,
  1079. "license": "MIT",
  1080. "dependencies": {
  1081. "@jridgewell/resolve-uri": "^3.1.0",
  1082. "@jridgewell/sourcemap-codec": "^1.4.14"
  1083. }
  1084. },
  1085. "node_modules/@nodelib/fs.scandir": {
  1086. "version": "2.1.5",
  1087. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1088. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1089. "dev": true,
  1090. "license": "MIT",
  1091. "dependencies": {
  1092. "@nodelib/fs.stat": "2.0.5",
  1093. "run-parallel": "^1.1.9"
  1094. },
  1095. "engines": {
  1096. "node": ">= 8"
  1097. }
  1098. },
  1099. "node_modules/@nodelib/fs.stat": {
  1100. "version": "2.0.5",
  1101. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1102. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1103. "dev": true,
  1104. "license": "MIT",
  1105. "engines": {
  1106. "node": ">= 8"
  1107. }
  1108. },
  1109. "node_modules/@nodelib/fs.walk": {
  1110. "version": "1.2.8",
  1111. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1112. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1113. "dev": true,
  1114. "license": "MIT",
  1115. "dependencies": {
  1116. "@nodelib/fs.scandir": "2.1.5",
  1117. "fastq": "^1.6.0"
  1118. },
  1119. "engines": {
  1120. "node": ">= 8"
  1121. }
  1122. },
  1123. "node_modules/@pkgjs/parseargs": {
  1124. "version": "0.11.0",
  1125. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  1126. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  1127. "dev": true,
  1128. "license": "MIT",
  1129. "optional": true,
  1130. "engines": {
  1131. "node": ">=14"
  1132. }
  1133. },
  1134. "node_modules/@radix-ui/primitive": {
  1135. "version": "1.1.2",
  1136. "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.2.tgz",
  1137. "integrity": "sha512-XnbHrrprsNqZKQhStrSwgRUQzoCI1glLzdw79xiZPoofhGICeZRSQ3dIxAKH1gb3OHfNf4d6f+vAv3kil2eggA==",
  1138. "license": "MIT"
  1139. },
  1140. "node_modules/@radix-ui/react-collection": {
  1141. "version": "1.1.7",
  1142. "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.7.tgz",
  1143. "integrity": "sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==",
  1144. "license": "MIT",
  1145. "dependencies": {
  1146. "@radix-ui/react-compose-refs": "1.1.2",
  1147. "@radix-ui/react-context": "1.1.2",
  1148. "@radix-ui/react-primitive": "2.1.3",
  1149. "@radix-ui/react-slot": "1.2.3"
  1150. },
  1151. "peerDependencies": {
  1152. "@types/react": "*",
  1153. "@types/react-dom": "*",
  1154. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1155. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1156. },
  1157. "peerDependenciesMeta": {
  1158. "@types/react": {
  1159. "optional": true
  1160. },
  1161. "@types/react-dom": {
  1162. "optional": true
  1163. }
  1164. }
  1165. },
  1166. "node_modules/@radix-ui/react-compose-refs": {
  1167. "version": "1.1.2",
  1168. "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz",
  1169. "integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==",
  1170. "license": "MIT",
  1171. "peerDependencies": {
  1172. "@types/react": "*",
  1173. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1174. },
  1175. "peerDependenciesMeta": {
  1176. "@types/react": {
  1177. "optional": true
  1178. }
  1179. }
  1180. },
  1181. "node_modules/@radix-ui/react-context": {
  1182. "version": "1.1.2",
  1183. "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.2.tgz",
  1184. "integrity": "sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==",
  1185. "license": "MIT",
  1186. "peerDependencies": {
  1187. "@types/react": "*",
  1188. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1189. },
  1190. "peerDependenciesMeta": {
  1191. "@types/react": {
  1192. "optional": true
  1193. }
  1194. }
  1195. },
  1196. "node_modules/@radix-ui/react-dialog": {
  1197. "version": "1.1.14",
  1198. "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.14.tgz",
  1199. "integrity": "sha512-+CpweKjqpzTmwRwcYECQcNYbI8V9VSQt0SNFKeEBLgfucbsLssU6Ppq7wUdNXEGb573bMjFhVjKVll8rmV6zMw==",
  1200. "license": "MIT",
  1201. "dependencies": {
  1202. "@radix-ui/primitive": "1.1.2",
  1203. "@radix-ui/react-compose-refs": "1.1.2",
  1204. "@radix-ui/react-context": "1.1.2",
  1205. "@radix-ui/react-dismissable-layer": "1.1.10",
  1206. "@radix-ui/react-focus-guards": "1.1.2",
  1207. "@radix-ui/react-focus-scope": "1.1.7",
  1208. "@radix-ui/react-id": "1.1.1",
  1209. "@radix-ui/react-portal": "1.1.9",
  1210. "@radix-ui/react-presence": "1.1.4",
  1211. "@radix-ui/react-primitive": "2.1.3",
  1212. "@radix-ui/react-slot": "1.2.3",
  1213. "@radix-ui/react-use-controllable-state": "1.2.2",
  1214. "aria-hidden": "^1.2.4",
  1215. "react-remove-scroll": "^2.6.3"
  1216. },
  1217. "peerDependencies": {
  1218. "@types/react": "*",
  1219. "@types/react-dom": "*",
  1220. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1221. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1222. },
  1223. "peerDependenciesMeta": {
  1224. "@types/react": {
  1225. "optional": true
  1226. },
  1227. "@types/react-dom": {
  1228. "optional": true
  1229. }
  1230. }
  1231. },
  1232. "node_modules/@radix-ui/react-dismissable-layer": {
  1233. "version": "1.1.10",
  1234. "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.10.tgz",
  1235. "integrity": "sha512-IM1zzRV4W3HtVgftdQiiOmA0AdJlCtMLe00FXaHwgt3rAnNsIyDqshvkIW3hj/iu5hu8ERP7KIYki6NkqDxAwQ==",
  1236. "license": "MIT",
  1237. "dependencies": {
  1238. "@radix-ui/primitive": "1.1.2",
  1239. "@radix-ui/react-compose-refs": "1.1.2",
  1240. "@radix-ui/react-primitive": "2.1.3",
  1241. "@radix-ui/react-use-callback-ref": "1.1.1",
  1242. "@radix-ui/react-use-escape-keydown": "1.1.1"
  1243. },
  1244. "peerDependencies": {
  1245. "@types/react": "*",
  1246. "@types/react-dom": "*",
  1247. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1248. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1249. },
  1250. "peerDependenciesMeta": {
  1251. "@types/react": {
  1252. "optional": true
  1253. },
  1254. "@types/react-dom": {
  1255. "optional": true
  1256. }
  1257. }
  1258. },
  1259. "node_modules/@radix-ui/react-focus-guards": {
  1260. "version": "1.1.2",
  1261. "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.2.tgz",
  1262. "integrity": "sha512-fyjAACV62oPV925xFCrH8DR5xWhg9KYtJT4s3u54jxp+L/hbpTY2kIeEFFbFe+a/HCE94zGQMZLIpVTPVZDhaA==",
  1263. "license": "MIT",
  1264. "peerDependencies": {
  1265. "@types/react": "*",
  1266. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1267. },
  1268. "peerDependenciesMeta": {
  1269. "@types/react": {
  1270. "optional": true
  1271. }
  1272. }
  1273. },
  1274. "node_modules/@radix-ui/react-focus-scope": {
  1275. "version": "1.1.7",
  1276. "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.7.tgz",
  1277. "integrity": "sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==",
  1278. "license": "MIT",
  1279. "dependencies": {
  1280. "@radix-ui/react-compose-refs": "1.1.2",
  1281. "@radix-ui/react-primitive": "2.1.3",
  1282. "@radix-ui/react-use-callback-ref": "1.1.1"
  1283. },
  1284. "peerDependencies": {
  1285. "@types/react": "*",
  1286. "@types/react-dom": "*",
  1287. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1288. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1289. },
  1290. "peerDependenciesMeta": {
  1291. "@types/react": {
  1292. "optional": true
  1293. },
  1294. "@types/react-dom": {
  1295. "optional": true
  1296. }
  1297. }
  1298. },
  1299. "node_modules/@radix-ui/react-id": {
  1300. "version": "1.1.1",
  1301. "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.1.tgz",
  1302. "integrity": "sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==",
  1303. "license": "MIT",
  1304. "dependencies": {
  1305. "@radix-ui/react-use-layout-effect": "1.1.1"
  1306. },
  1307. "peerDependencies": {
  1308. "@types/react": "*",
  1309. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1310. },
  1311. "peerDependenciesMeta": {
  1312. "@types/react": {
  1313. "optional": true
  1314. }
  1315. }
  1316. },
  1317. "node_modules/@radix-ui/react-portal": {
  1318. "version": "1.1.9",
  1319. "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.9.tgz",
  1320. "integrity": "sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==",
  1321. "license": "MIT",
  1322. "dependencies": {
  1323. "@radix-ui/react-primitive": "2.1.3",
  1324. "@radix-ui/react-use-layout-effect": "1.1.1"
  1325. },
  1326. "peerDependencies": {
  1327. "@types/react": "*",
  1328. "@types/react-dom": "*",
  1329. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1330. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1331. },
  1332. "peerDependenciesMeta": {
  1333. "@types/react": {
  1334. "optional": true
  1335. },
  1336. "@types/react-dom": {
  1337. "optional": true
  1338. }
  1339. }
  1340. },
  1341. "node_modules/@radix-ui/react-presence": {
  1342. "version": "1.1.4",
  1343. "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.4.tgz",
  1344. "integrity": "sha512-ueDqRbdc4/bkaQT3GIpLQssRlFgWaL/U2z/S31qRwwLWoxHLgry3SIfCwhxeQNbirEUXFa+lq3RL3oBYXtcmIA==",
  1345. "license": "MIT",
  1346. "dependencies": {
  1347. "@radix-ui/react-compose-refs": "1.1.2",
  1348. "@radix-ui/react-use-layout-effect": "1.1.1"
  1349. },
  1350. "peerDependencies": {
  1351. "@types/react": "*",
  1352. "@types/react-dom": "*",
  1353. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1354. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1355. },
  1356. "peerDependenciesMeta": {
  1357. "@types/react": {
  1358. "optional": true
  1359. },
  1360. "@types/react-dom": {
  1361. "optional": true
  1362. }
  1363. }
  1364. },
  1365. "node_modules/@radix-ui/react-primitive": {
  1366. "version": "2.1.3",
  1367. "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.3.tgz",
  1368. "integrity": "sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==",
  1369. "license": "MIT",
  1370. "dependencies": {
  1371. "@radix-ui/react-slot": "1.2.3"
  1372. },
  1373. "peerDependencies": {
  1374. "@types/react": "*",
  1375. "@types/react-dom": "*",
  1376. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1377. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1378. },
  1379. "peerDependenciesMeta": {
  1380. "@types/react": {
  1381. "optional": true
  1382. },
  1383. "@types/react-dom": {
  1384. "optional": true
  1385. }
  1386. }
  1387. },
  1388. "node_modules/@radix-ui/react-slot": {
  1389. "version": "1.2.3",
  1390. "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
  1391. "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
  1392. "license": "MIT",
  1393. "dependencies": {
  1394. "@radix-ui/react-compose-refs": "1.1.2"
  1395. },
  1396. "peerDependencies": {
  1397. "@types/react": "*",
  1398. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1399. },
  1400. "peerDependenciesMeta": {
  1401. "@types/react": {
  1402. "optional": true
  1403. }
  1404. }
  1405. },
  1406. "node_modules/@radix-ui/react-switch": {
  1407. "version": "1.2.5",
  1408. "resolved": "https://registry.npmjs.org/@radix-ui/react-switch/-/react-switch-1.2.5.tgz",
  1409. "integrity": "sha512-5ijLkak6ZMylXsaImpZ8u4Rlf5grRmoc0p0QeX9VJtlrM4f5m3nCTX8tWga/zOA8PZYIR/t0p2Mnvd7InrJ6yQ==",
  1410. "license": "MIT",
  1411. "dependencies": {
  1412. "@radix-ui/primitive": "1.1.2",
  1413. "@radix-ui/react-compose-refs": "1.1.2",
  1414. "@radix-ui/react-context": "1.1.2",
  1415. "@radix-ui/react-primitive": "2.1.3",
  1416. "@radix-ui/react-use-controllable-state": "1.2.2",
  1417. "@radix-ui/react-use-previous": "1.1.1",
  1418. "@radix-ui/react-use-size": "1.1.1"
  1419. },
  1420. "peerDependencies": {
  1421. "@types/react": "*",
  1422. "@types/react-dom": "*",
  1423. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1424. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1425. },
  1426. "peerDependenciesMeta": {
  1427. "@types/react": {
  1428. "optional": true
  1429. },
  1430. "@types/react-dom": {
  1431. "optional": true
  1432. }
  1433. }
  1434. },
  1435. "node_modules/@radix-ui/react-toast": {
  1436. "version": "1.2.14",
  1437. "resolved": "https://registry.npmjs.org/@radix-ui/react-toast/-/react-toast-1.2.14.tgz",
  1438. "integrity": "sha512-nAP5FBxBJGQ/YfUB+r+O6USFVkWq3gAInkxyEnmvEV5jtSbfDhfa4hwX8CraCnbjMLsE7XSf/K75l9xXY7joWg==",
  1439. "license": "MIT",
  1440. "dependencies": {
  1441. "@radix-ui/primitive": "1.1.2",
  1442. "@radix-ui/react-collection": "1.1.7",
  1443. "@radix-ui/react-compose-refs": "1.1.2",
  1444. "@radix-ui/react-context": "1.1.2",
  1445. "@radix-ui/react-dismissable-layer": "1.1.10",
  1446. "@radix-ui/react-portal": "1.1.9",
  1447. "@radix-ui/react-presence": "1.1.4",
  1448. "@radix-ui/react-primitive": "2.1.3",
  1449. "@radix-ui/react-use-callback-ref": "1.1.1",
  1450. "@radix-ui/react-use-controllable-state": "1.2.2",
  1451. "@radix-ui/react-use-layout-effect": "1.1.1",
  1452. "@radix-ui/react-visually-hidden": "1.2.3"
  1453. },
  1454. "peerDependencies": {
  1455. "@types/react": "*",
  1456. "@types/react-dom": "*",
  1457. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1458. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1459. },
  1460. "peerDependenciesMeta": {
  1461. "@types/react": {
  1462. "optional": true
  1463. },
  1464. "@types/react-dom": {
  1465. "optional": true
  1466. }
  1467. }
  1468. },
  1469. "node_modules/@radix-ui/react-use-callback-ref": {
  1470. "version": "1.1.1",
  1471. "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz",
  1472. "integrity": "sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==",
  1473. "license": "MIT",
  1474. "peerDependencies": {
  1475. "@types/react": "*",
  1476. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1477. },
  1478. "peerDependenciesMeta": {
  1479. "@types/react": {
  1480. "optional": true
  1481. }
  1482. }
  1483. },
  1484. "node_modules/@radix-ui/react-use-controllable-state": {
  1485. "version": "1.2.2",
  1486. "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.2.tgz",
  1487. "integrity": "sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==",
  1488. "license": "MIT",
  1489. "dependencies": {
  1490. "@radix-ui/react-use-effect-event": "0.0.2",
  1491. "@radix-ui/react-use-layout-effect": "1.1.1"
  1492. },
  1493. "peerDependencies": {
  1494. "@types/react": "*",
  1495. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1496. },
  1497. "peerDependenciesMeta": {
  1498. "@types/react": {
  1499. "optional": true
  1500. }
  1501. }
  1502. },
  1503. "node_modules/@radix-ui/react-use-effect-event": {
  1504. "version": "0.0.2",
  1505. "resolved": "https://registry.npmjs.org/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.2.tgz",
  1506. "integrity": "sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==",
  1507. "license": "MIT",
  1508. "dependencies": {
  1509. "@radix-ui/react-use-layout-effect": "1.1.1"
  1510. },
  1511. "peerDependencies": {
  1512. "@types/react": "*",
  1513. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1514. },
  1515. "peerDependenciesMeta": {
  1516. "@types/react": {
  1517. "optional": true
  1518. }
  1519. }
  1520. },
  1521. "node_modules/@radix-ui/react-use-escape-keydown": {
  1522. "version": "1.1.1",
  1523. "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.1.tgz",
  1524. "integrity": "sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==",
  1525. "license": "MIT",
  1526. "dependencies": {
  1527. "@radix-ui/react-use-callback-ref": "1.1.1"
  1528. },
  1529. "peerDependencies": {
  1530. "@types/react": "*",
  1531. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1532. },
  1533. "peerDependenciesMeta": {
  1534. "@types/react": {
  1535. "optional": true
  1536. }
  1537. }
  1538. },
  1539. "node_modules/@radix-ui/react-use-layout-effect": {
  1540. "version": "1.1.1",
  1541. "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz",
  1542. "integrity": "sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==",
  1543. "license": "MIT",
  1544. "peerDependencies": {
  1545. "@types/react": "*",
  1546. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1547. },
  1548. "peerDependenciesMeta": {
  1549. "@types/react": {
  1550. "optional": true
  1551. }
  1552. }
  1553. },
  1554. "node_modules/@radix-ui/react-use-previous": {
  1555. "version": "1.1.1",
  1556. "resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.1.1.tgz",
  1557. "integrity": "sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==",
  1558. "license": "MIT",
  1559. "peerDependencies": {
  1560. "@types/react": "*",
  1561. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1562. },
  1563. "peerDependenciesMeta": {
  1564. "@types/react": {
  1565. "optional": true
  1566. }
  1567. }
  1568. },
  1569. "node_modules/@radix-ui/react-use-size": {
  1570. "version": "1.1.1",
  1571. "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.1.tgz",
  1572. "integrity": "sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==",
  1573. "license": "MIT",
  1574. "dependencies": {
  1575. "@radix-ui/react-use-layout-effect": "1.1.1"
  1576. },
  1577. "peerDependencies": {
  1578. "@types/react": "*",
  1579. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1580. },
  1581. "peerDependenciesMeta": {
  1582. "@types/react": {
  1583. "optional": true
  1584. }
  1585. }
  1586. },
  1587. "node_modules/@radix-ui/react-visually-hidden": {
  1588. "version": "1.2.3",
  1589. "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.2.3.tgz",
  1590. "integrity": "sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==",
  1591. "license": "MIT",
  1592. "dependencies": {
  1593. "@radix-ui/react-primitive": "2.1.3"
  1594. },
  1595. "peerDependencies": {
  1596. "@types/react": "*",
  1597. "@types/react-dom": "*",
  1598. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1599. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1600. },
  1601. "peerDependenciesMeta": {
  1602. "@types/react": {
  1603. "optional": true
  1604. },
  1605. "@types/react-dom": {
  1606. "optional": true
  1607. }
  1608. }
  1609. },
  1610. "node_modules/@remix-run/router": {
  1611. "version": "1.23.0",
  1612. "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.0.tgz",
  1613. "integrity": "sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==",
  1614. "license": "MIT",
  1615. "engines": {
  1616. "node": ">=14.0.0"
  1617. }
  1618. },
  1619. "node_modules/@rollup/rollup-android-arm-eabi": {
  1620. "version": "4.40.2",
  1621. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.40.2.tgz",
  1622. "integrity": "sha512-JkdNEq+DFxZfUwxvB58tHMHBHVgX23ew41g1OQinthJ+ryhdRk67O31S7sYw8u2lTjHUPFxwar07BBt1KHp/hg==",
  1623. "cpu": [
  1624. "arm"
  1625. ],
  1626. "dev": true,
  1627. "license": "MIT",
  1628. "optional": true,
  1629. "os": [
  1630. "android"
  1631. ]
  1632. },
  1633. "node_modules/@rollup/rollup-android-arm64": {
  1634. "version": "4.40.2",
  1635. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.40.2.tgz",
  1636. "integrity": "sha512-13unNoZ8NzUmnndhPTkWPWbX3vtHodYmy+I9kuLxN+F+l+x3LdVF7UCu8TWVMt1POHLh6oDHhnOA04n8oJZhBw==",
  1637. "cpu": [
  1638. "arm64"
  1639. ],
  1640. "dev": true,
  1641. "license": "MIT",
  1642. "optional": true,
  1643. "os": [
  1644. "android"
  1645. ]
  1646. },
  1647. "node_modules/@rollup/rollup-darwin-arm64": {
  1648. "version": "4.40.2",
  1649. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.40.2.tgz",
  1650. "integrity": "sha512-Gzf1Hn2Aoe8VZzevHostPX23U7N5+4D36WJNHK88NZHCJr7aVMG4fadqkIf72eqVPGjGc0HJHNuUaUcxiR+N/w==",
  1651. "cpu": [
  1652. "arm64"
  1653. ],
  1654. "dev": true,
  1655. "license": "MIT",
  1656. "optional": true,
  1657. "os": [
  1658. "darwin"
  1659. ]
  1660. },
  1661. "node_modules/@rollup/rollup-darwin-x64": {
  1662. "version": "4.40.2",
  1663. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.40.2.tgz",
  1664. "integrity": "sha512-47N4hxa01a4x6XnJoskMKTS8XZ0CZMd8YTbINbi+w03A2w4j1RTlnGHOz/P0+Bg1LaVL6ufZyNprSg+fW5nYQQ==",
  1665. "cpu": [
  1666. "x64"
  1667. ],
  1668. "dev": true,
  1669. "license": "MIT",
  1670. "optional": true,
  1671. "os": [
  1672. "darwin"
  1673. ]
  1674. },
  1675. "node_modules/@rollup/rollup-freebsd-arm64": {
  1676. "version": "4.40.2",
  1677. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.40.2.tgz",
  1678. "integrity": "sha512-8t6aL4MD+rXSHHZUR1z19+9OFJ2rl1wGKvckN47XFRVO+QL/dUSpKA2SLRo4vMg7ELA8pzGpC+W9OEd1Z/ZqoQ==",
  1679. "cpu": [
  1680. "arm64"
  1681. ],
  1682. "dev": true,
  1683. "license": "MIT",
  1684. "optional": true,
  1685. "os": [
  1686. "freebsd"
  1687. ]
  1688. },
  1689. "node_modules/@rollup/rollup-freebsd-x64": {
  1690. "version": "4.40.2",
  1691. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.40.2.tgz",
  1692. "integrity": "sha512-C+AyHBzfpsOEYRFjztcYUFsH4S7UsE9cDtHCtma5BK8+ydOZYgMmWg1d/4KBytQspJCld8ZIujFMAdKG1xyr4Q==",
  1693. "cpu": [
  1694. "x64"
  1695. ],
  1696. "dev": true,
  1697. "license": "MIT",
  1698. "optional": true,
  1699. "os": [
  1700. "freebsd"
  1701. ]
  1702. },
  1703. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1704. "version": "4.40.2",
  1705. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.40.2.tgz",
  1706. "integrity": "sha512-de6TFZYIvJwRNjmW3+gaXiZ2DaWL5D5yGmSYzkdzjBDS3W+B9JQ48oZEsmMvemqjtAFzE16DIBLqd6IQQRuG9Q==",
  1707. "cpu": [
  1708. "arm"
  1709. ],
  1710. "dev": true,
  1711. "license": "MIT",
  1712. "optional": true,
  1713. "os": [
  1714. "linux"
  1715. ]
  1716. },
  1717. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1718. "version": "4.40.2",
  1719. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.40.2.tgz",
  1720. "integrity": "sha512-urjaEZubdIkacKc930hUDOfQPysezKla/O9qV+O89enqsqUmQm8Xj8O/vh0gHg4LYfv7Y7UsE3QjzLQzDYN1qg==",
  1721. "cpu": [
  1722. "arm"
  1723. ],
  1724. "dev": true,
  1725. "license": "MIT",
  1726. "optional": true,
  1727. "os": [
  1728. "linux"
  1729. ]
  1730. },
  1731. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1732. "version": "4.40.2",
  1733. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.40.2.tgz",
  1734. "integrity": "sha512-KlE8IC0HFOC33taNt1zR8qNlBYHj31qGT1UqWqtvR/+NuCVhfufAq9fxO8BMFC22Wu0rxOwGVWxtCMvZVLmhQg==",
  1735. "cpu": [
  1736. "arm64"
  1737. ],
  1738. "dev": true,
  1739. "license": "MIT",
  1740. "optional": true,
  1741. "os": [
  1742. "linux"
  1743. ]
  1744. },
  1745. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1746. "version": "4.40.2",
  1747. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.40.2.tgz",
  1748. "integrity": "sha512-j8CgxvfM0kbnhu4XgjnCWJQyyBOeBI1Zq91Z850aUddUmPeQvuAy6OiMdPS46gNFgy8gN1xkYyLgwLYZG3rBOg==",
  1749. "cpu": [
  1750. "arm64"
  1751. ],
  1752. "dev": true,
  1753. "license": "MIT",
  1754. "optional": true,
  1755. "os": [
  1756. "linux"
  1757. ]
  1758. },
  1759. "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
  1760. "version": "4.40.2",
  1761. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.40.2.tgz",
  1762. "integrity": "sha512-Ybc/1qUampKuRF4tQXc7G7QY9YRyeVSykfK36Y5Qc5dmrIxwFhrOzqaVTNoZygqZ1ZieSWTibfFhQ5qK8jpWxw==",
  1763. "cpu": [
  1764. "loong64"
  1765. ],
  1766. "dev": true,
  1767. "license": "MIT",
  1768. "optional": true,
  1769. "os": [
  1770. "linux"
  1771. ]
  1772. },
  1773. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  1774. "version": "4.40.2",
  1775. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.40.2.tgz",
  1776. "integrity": "sha512-3FCIrnrt03CCsZqSYAOW/k9n625pjpuMzVfeI+ZBUSDT3MVIFDSPfSUgIl9FqUftxcUXInvFah79hE1c9abD+Q==",
  1777. "cpu": [
  1778. "ppc64"
  1779. ],
  1780. "dev": true,
  1781. "license": "MIT",
  1782. "optional": true,
  1783. "os": [
  1784. "linux"
  1785. ]
  1786. },
  1787. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1788. "version": "4.40.2",
  1789. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.40.2.tgz",
  1790. "integrity": "sha512-QNU7BFHEvHMp2ESSY3SozIkBPaPBDTsfVNGx3Xhv+TdvWXFGOSH2NJvhD1zKAT6AyuuErJgbdvaJhYVhVqrWTg==",
  1791. "cpu": [
  1792. "riscv64"
  1793. ],
  1794. "dev": true,
  1795. "license": "MIT",
  1796. "optional": true,
  1797. "os": [
  1798. "linux"
  1799. ]
  1800. },
  1801. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1802. "version": "4.40.2",
  1803. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.40.2.tgz",
  1804. "integrity": "sha512-5W6vNYkhgfh7URiXTO1E9a0cy4fSgfE4+Hl5agb/U1sa0kjOLMLC1wObxwKxecE17j0URxuTrYZZME4/VH57Hg==",
  1805. "cpu": [
  1806. "riscv64"
  1807. ],
  1808. "dev": true,
  1809. "license": "MIT",
  1810. "optional": true,
  1811. "os": [
  1812. "linux"
  1813. ]
  1814. },
  1815. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1816. "version": "4.40.2",
  1817. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.40.2.tgz",
  1818. "integrity": "sha512-B7LKIz+0+p348JoAL4X/YxGx9zOx3sR+o6Hj15Y3aaApNfAshK8+mWZEf759DXfRLeL2vg5LYJBB7DdcleYCoQ==",
  1819. "cpu": [
  1820. "s390x"
  1821. ],
  1822. "dev": true,
  1823. "license": "MIT",
  1824. "optional": true,
  1825. "os": [
  1826. "linux"
  1827. ]
  1828. },
  1829. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1830. "version": "4.40.2",
  1831. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.40.2.tgz",
  1832. "integrity": "sha512-lG7Xa+BmBNwpjmVUbmyKxdQJ3Q6whHjMjzQplOs5Z+Gj7mxPtWakGHqzMqNER68G67kmCX9qX57aRsW5V0VOng==",
  1833. "cpu": [
  1834. "x64"
  1835. ],
  1836. "dev": true,
  1837. "license": "MIT",
  1838. "optional": true,
  1839. "os": [
  1840. "linux"
  1841. ]
  1842. },
  1843. "node_modules/@rollup/rollup-linux-x64-musl": {
  1844. "version": "4.40.2",
  1845. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.40.2.tgz",
  1846. "integrity": "sha512-tD46wKHd+KJvsmije4bUskNuvWKFcTOIM9tZ/RrmIvcXnbi0YK/cKS9FzFtAm7Oxi2EhV5N2OpfFB348vSQRXA==",
  1847. "cpu": [
  1848. "x64"
  1849. ],
  1850. "dev": true,
  1851. "license": "MIT",
  1852. "optional": true,
  1853. "os": [
  1854. "linux"
  1855. ]
  1856. },
  1857. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1858. "version": "4.40.2",
  1859. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.40.2.tgz",
  1860. "integrity": "sha512-Bjv/HG8RRWLNkXwQQemdsWw4Mg+IJ29LK+bJPW2SCzPKOUaMmPEppQlu/Fqk1d7+DX3V7JbFdbkh/NMmurT6Pg==",
  1861. "cpu": [
  1862. "arm64"
  1863. ],
  1864. "dev": true,
  1865. "license": "MIT",
  1866. "optional": true,
  1867. "os": [
  1868. "win32"
  1869. ]
  1870. },
  1871. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1872. "version": "4.40.2",
  1873. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.40.2.tgz",
  1874. "integrity": "sha512-dt1llVSGEsGKvzeIO76HToiYPNPYPkmjhMHhP00T9S4rDern8P2ZWvWAQUEJ+R1UdMWJ/42i/QqJ2WV765GZcA==",
  1875. "cpu": [
  1876. "ia32"
  1877. ],
  1878. "dev": true,
  1879. "license": "MIT",
  1880. "optional": true,
  1881. "os": [
  1882. "win32"
  1883. ]
  1884. },
  1885. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1886. "version": "4.40.2",
  1887. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.40.2.tgz",
  1888. "integrity": "sha512-bwspbWB04XJpeElvsp+DCylKfF4trJDa2Y9Go8O6A7YLX2LIKGcNK/CYImJN6ZP4DcuOHB4Utl3iCbnR62DudA==",
  1889. "cpu": [
  1890. "x64"
  1891. ],
  1892. "dev": true,
  1893. "license": "MIT",
  1894. "optional": true,
  1895. "os": [
  1896. "win32"
  1897. ]
  1898. },
  1899. "node_modules/@types/axios": {
  1900. "version": "0.9.36",
  1901. "resolved": "https://registry.npmjs.org/@types/axios/-/axios-0.9.36.tgz",
  1902. "integrity": "sha512-NLOpedx9o+rxo/X5ChbdiX6mS1atE4WHmEEIcR9NLenRVa5HoVjAvjafwU3FPTqnZEstpoqCaW7fagqSoTDNeg==",
  1903. "dev": true,
  1904. "license": "MIT"
  1905. },
  1906. "node_modules/@types/babel__core": {
  1907. "version": "7.20.5",
  1908. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
  1909. "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
  1910. "dev": true,
  1911. "license": "MIT",
  1912. "dependencies": {
  1913. "@babel/parser": "^7.20.7",
  1914. "@babel/types": "^7.20.7",
  1915. "@types/babel__generator": "*",
  1916. "@types/babel__template": "*",
  1917. "@types/babel__traverse": "*"
  1918. }
  1919. },
  1920. "node_modules/@types/babel__generator": {
  1921. "version": "7.27.0",
  1922. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
  1923. "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
  1924. "dev": true,
  1925. "license": "MIT",
  1926. "dependencies": {
  1927. "@babel/types": "^7.0.0"
  1928. }
  1929. },
  1930. "node_modules/@types/babel__template": {
  1931. "version": "7.4.4",
  1932. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
  1933. "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
  1934. "dev": true,
  1935. "license": "MIT",
  1936. "dependencies": {
  1937. "@babel/parser": "^7.1.0",
  1938. "@babel/types": "^7.0.0"
  1939. }
  1940. },
  1941. "node_modules/@types/babel__traverse": {
  1942. "version": "7.20.7",
  1943. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.7.tgz",
  1944. "integrity": "sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng==",
  1945. "dev": true,
  1946. "license": "MIT",
  1947. "dependencies": {
  1948. "@babel/types": "^7.20.7"
  1949. }
  1950. },
  1951. "node_modules/@types/debug": {
  1952. "version": "4.1.12",
  1953. "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
  1954. "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
  1955. "license": "MIT",
  1956. "dependencies": {
  1957. "@types/ms": "*"
  1958. }
  1959. },
  1960. "node_modules/@types/estree": {
  1961. "version": "1.0.7",
  1962. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz",
  1963. "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
  1964. "license": "MIT"
  1965. },
  1966. "node_modules/@types/estree-jsx": {
  1967. "version": "1.0.5",
  1968. "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
  1969. "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
  1970. "license": "MIT",
  1971. "dependencies": {
  1972. "@types/estree": "*"
  1973. }
  1974. },
  1975. "node_modules/@types/hast": {
  1976. "version": "3.0.4",
  1977. "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
  1978. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  1979. "license": "MIT",
  1980. "dependencies": {
  1981. "@types/unist": "*"
  1982. }
  1983. },
  1984. "node_modules/@types/history": {
  1985. "version": "4.7.11",
  1986. "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz",
  1987. "integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==",
  1988. "dev": true,
  1989. "license": "MIT"
  1990. },
  1991. "node_modules/@types/json-schema": {
  1992. "version": "7.0.15",
  1993. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  1994. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  1995. "dev": true,
  1996. "license": "MIT"
  1997. },
  1998. "node_modules/@types/linkify-it": {
  1999. "version": "5.0.0",
  2000. "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz",
  2001. "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==",
  2002. "dev": true,
  2003. "license": "MIT"
  2004. },
  2005. "node_modules/@types/markdown-it": {
  2006. "version": "14.1.2",
  2007. "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz",
  2008. "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
  2009. "dev": true,
  2010. "license": "MIT",
  2011. "dependencies": {
  2012. "@types/linkify-it": "^5",
  2013. "@types/mdurl": "^2"
  2014. }
  2015. },
  2016. "node_modules/@types/mdast": {
  2017. "version": "4.0.4",
  2018. "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
  2019. "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
  2020. "license": "MIT",
  2021. "dependencies": {
  2022. "@types/unist": "*"
  2023. }
  2024. },
  2025. "node_modules/@types/mdurl": {
  2026. "version": "2.0.0",
  2027. "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz",
  2028. "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
  2029. "dev": true,
  2030. "license": "MIT"
  2031. },
  2032. "node_modules/@types/ms": {
  2033. "version": "2.1.0",
  2034. "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
  2035. "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
  2036. "license": "MIT"
  2037. },
  2038. "node_modules/@types/node": {
  2039. "version": "24.0.13",
  2040. "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.13.tgz",
  2041. "integrity": "sha512-Qm9OYVOFHFYg3wJoTSrz80hoec5Lia/dPp84do3X7dZvLikQvM1YpmvTBEdIr/e+U8HTkFjLHLnl78K/qjf+jQ==",
  2042. "dev": true,
  2043. "license": "MIT",
  2044. "dependencies": {
  2045. "undici-types": "~7.8.0"
  2046. }
  2047. },
  2048. "node_modules/@types/react": {
  2049. "version": "19.1.4",
  2050. "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.4.tgz",
  2051. "integrity": "sha512-EB1yiiYdvySuIITtD5lhW4yPyJ31RkJkkDw794LaQYrxCSaQV/47y5o1FMC4zF9ZyjUjzJMZwbovEnT5yHTW6g==",
  2052. "dev": true,
  2053. "license": "MIT",
  2054. "dependencies": {
  2055. "csstype": "^3.0.2"
  2056. }
  2057. },
  2058. "node_modules/@types/react-dom": {
  2059. "version": "19.1.5",
  2060. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.5.tgz",
  2061. "integrity": "sha512-CMCjrWucUBZvohgZxkjd6S9h0nZxXjzus6yDfUb+xLxYM7VvjKNH1tQrE9GWLql1XoOP4/Ds3bwFqShHUYraGg==",
  2062. "dev": true,
  2063. "license": "MIT",
  2064. "peerDependencies": {
  2065. "@types/react": "^19.0.0"
  2066. }
  2067. },
  2068. "node_modules/@types/react-router": {
  2069. "version": "5.1.20",
  2070. "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.20.tgz",
  2071. "integrity": "sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==",
  2072. "dev": true,
  2073. "license": "MIT",
  2074. "dependencies": {
  2075. "@types/history": "^4.7.11",
  2076. "@types/react": "*"
  2077. }
  2078. },
  2079. "node_modules/@types/react-router-dom": {
  2080. "version": "5.3.3",
  2081. "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.3.tgz",
  2082. "integrity": "sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==",
  2083. "dev": true,
  2084. "license": "MIT",
  2085. "dependencies": {
  2086. "@types/history": "^4.7.11",
  2087. "@types/react": "*",
  2088. "@types/react-router": "*"
  2089. }
  2090. },
  2091. "node_modules/@types/unist": {
  2092. "version": "3.0.3",
  2093. "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
  2094. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
  2095. "license": "MIT"
  2096. },
  2097. "node_modules/@typescript-eslint/eslint-plugin": {
  2098. "version": "8.32.1",
  2099. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz",
  2100. "integrity": "sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==",
  2101. "dev": true,
  2102. "license": "MIT",
  2103. "dependencies": {
  2104. "@eslint-community/regexpp": "^4.10.0",
  2105. "@typescript-eslint/scope-manager": "8.32.1",
  2106. "@typescript-eslint/type-utils": "8.32.1",
  2107. "@typescript-eslint/utils": "8.32.1",
  2108. "@typescript-eslint/visitor-keys": "8.32.1",
  2109. "graphemer": "^1.4.0",
  2110. "ignore": "^7.0.0",
  2111. "natural-compare": "^1.4.0",
  2112. "ts-api-utils": "^2.1.0"
  2113. },
  2114. "engines": {
  2115. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2116. },
  2117. "funding": {
  2118. "type": "opencollective",
  2119. "url": "https://opencollective.com/typescript-eslint"
  2120. },
  2121. "peerDependencies": {
  2122. "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
  2123. "eslint": "^8.57.0 || ^9.0.0",
  2124. "typescript": ">=4.8.4 <5.9.0"
  2125. }
  2126. },
  2127. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  2128. "version": "7.0.4",
  2129. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.4.tgz",
  2130. "integrity": "sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==",
  2131. "dev": true,
  2132. "license": "MIT",
  2133. "engines": {
  2134. "node": ">= 4"
  2135. }
  2136. },
  2137. "node_modules/@typescript-eslint/parser": {
  2138. "version": "8.32.1",
  2139. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.32.1.tgz",
  2140. "integrity": "sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==",
  2141. "dev": true,
  2142. "license": "MIT",
  2143. "dependencies": {
  2144. "@typescript-eslint/scope-manager": "8.32.1",
  2145. "@typescript-eslint/types": "8.32.1",
  2146. "@typescript-eslint/typescript-estree": "8.32.1",
  2147. "@typescript-eslint/visitor-keys": "8.32.1",
  2148. "debug": "^4.3.4"
  2149. },
  2150. "engines": {
  2151. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2152. },
  2153. "funding": {
  2154. "type": "opencollective",
  2155. "url": "https://opencollective.com/typescript-eslint"
  2156. },
  2157. "peerDependencies": {
  2158. "eslint": "^8.57.0 || ^9.0.0",
  2159. "typescript": ">=4.8.4 <5.9.0"
  2160. }
  2161. },
  2162. "node_modules/@typescript-eslint/scope-manager": {
  2163. "version": "8.32.1",
  2164. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz",
  2165. "integrity": "sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==",
  2166. "dev": true,
  2167. "license": "MIT",
  2168. "dependencies": {
  2169. "@typescript-eslint/types": "8.32.1",
  2170. "@typescript-eslint/visitor-keys": "8.32.1"
  2171. },
  2172. "engines": {
  2173. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2174. },
  2175. "funding": {
  2176. "type": "opencollective",
  2177. "url": "https://opencollective.com/typescript-eslint"
  2178. }
  2179. },
  2180. "node_modules/@typescript-eslint/type-utils": {
  2181. "version": "8.32.1",
  2182. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz",
  2183. "integrity": "sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==",
  2184. "dev": true,
  2185. "license": "MIT",
  2186. "dependencies": {
  2187. "@typescript-eslint/typescript-estree": "8.32.1",
  2188. "@typescript-eslint/utils": "8.32.1",
  2189. "debug": "^4.3.4",
  2190. "ts-api-utils": "^2.1.0"
  2191. },
  2192. "engines": {
  2193. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2194. },
  2195. "funding": {
  2196. "type": "opencollective",
  2197. "url": "https://opencollective.com/typescript-eslint"
  2198. },
  2199. "peerDependencies": {
  2200. "eslint": "^8.57.0 || ^9.0.0",
  2201. "typescript": ">=4.8.4 <5.9.0"
  2202. }
  2203. },
  2204. "node_modules/@typescript-eslint/types": {
  2205. "version": "8.32.1",
  2206. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.1.tgz",
  2207. "integrity": "sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==",
  2208. "dev": true,
  2209. "license": "MIT",
  2210. "engines": {
  2211. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2212. },
  2213. "funding": {
  2214. "type": "opencollective",
  2215. "url": "https://opencollective.com/typescript-eslint"
  2216. }
  2217. },
  2218. "node_modules/@typescript-eslint/typescript-estree": {
  2219. "version": "8.32.1",
  2220. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz",
  2221. "integrity": "sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==",
  2222. "dev": true,
  2223. "license": "MIT",
  2224. "dependencies": {
  2225. "@typescript-eslint/types": "8.32.1",
  2226. "@typescript-eslint/visitor-keys": "8.32.1",
  2227. "debug": "^4.3.4",
  2228. "fast-glob": "^3.3.2",
  2229. "is-glob": "^4.0.3",
  2230. "minimatch": "^9.0.4",
  2231. "semver": "^7.6.0",
  2232. "ts-api-utils": "^2.1.0"
  2233. },
  2234. "engines": {
  2235. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2236. },
  2237. "funding": {
  2238. "type": "opencollective",
  2239. "url": "https://opencollective.com/typescript-eslint"
  2240. },
  2241. "peerDependencies": {
  2242. "typescript": ">=4.8.4 <5.9.0"
  2243. }
  2244. },
  2245. "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
  2246. "version": "2.0.1",
  2247. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  2248. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  2249. "dev": true,
  2250. "license": "MIT",
  2251. "dependencies": {
  2252. "balanced-match": "^1.0.0"
  2253. }
  2254. },
  2255. "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
  2256. "version": "9.0.5",
  2257. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
  2258. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  2259. "dev": true,
  2260. "license": "ISC",
  2261. "dependencies": {
  2262. "brace-expansion": "^2.0.1"
  2263. },
  2264. "engines": {
  2265. "node": ">=16 || 14 >=14.17"
  2266. },
  2267. "funding": {
  2268. "url": "https://github.com/sponsors/isaacs"
  2269. }
  2270. },
  2271. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  2272. "version": "7.7.2",
  2273. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
  2274. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  2275. "dev": true,
  2276. "license": "ISC",
  2277. "bin": {
  2278. "semver": "bin/semver.js"
  2279. },
  2280. "engines": {
  2281. "node": ">=10"
  2282. }
  2283. },
  2284. "node_modules/@typescript-eslint/utils": {
  2285. "version": "8.32.1",
  2286. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.32.1.tgz",
  2287. "integrity": "sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==",
  2288. "dev": true,
  2289. "license": "MIT",
  2290. "dependencies": {
  2291. "@eslint-community/eslint-utils": "^4.7.0",
  2292. "@typescript-eslint/scope-manager": "8.32.1",
  2293. "@typescript-eslint/types": "8.32.1",
  2294. "@typescript-eslint/typescript-estree": "8.32.1"
  2295. },
  2296. "engines": {
  2297. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2298. },
  2299. "funding": {
  2300. "type": "opencollective",
  2301. "url": "https://opencollective.com/typescript-eslint"
  2302. },
  2303. "peerDependencies": {
  2304. "eslint": "^8.57.0 || ^9.0.0",
  2305. "typescript": ">=4.8.4 <5.9.0"
  2306. }
  2307. },
  2308. "node_modules/@typescript-eslint/visitor-keys": {
  2309. "version": "8.32.1",
  2310. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz",
  2311. "integrity": "sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==",
  2312. "dev": true,
  2313. "license": "MIT",
  2314. "dependencies": {
  2315. "@typescript-eslint/types": "8.32.1",
  2316. "eslint-visitor-keys": "^4.2.0"
  2317. },
  2318. "engines": {
  2319. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2320. },
  2321. "funding": {
  2322. "type": "opencollective",
  2323. "url": "https://opencollective.com/typescript-eslint"
  2324. }
  2325. },
  2326. "node_modules/@ungap/structured-clone": {
  2327. "version": "1.3.0",
  2328. "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  2329. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  2330. "license": "ISC"
  2331. },
  2332. "node_modules/@vitejs/plugin-react": {
  2333. "version": "4.4.1",
  2334. "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.4.1.tgz",
  2335. "integrity": "sha512-IpEm5ZmeXAP/osiBXVVP5KjFMzbWOonMs0NaQQl+xYnUAcq4oHUBsF2+p4MgKWG4YMmFYJU8A6sxRPuowllm6w==",
  2336. "dev": true,
  2337. "license": "MIT",
  2338. "dependencies": {
  2339. "@babel/core": "^7.26.10",
  2340. "@babel/plugin-transform-react-jsx-self": "^7.25.9",
  2341. "@babel/plugin-transform-react-jsx-source": "^7.25.9",
  2342. "@types/babel__core": "^7.20.5",
  2343. "react-refresh": "^0.17.0"
  2344. },
  2345. "engines": {
  2346. "node": "^14.18.0 || >=16.0.0"
  2347. },
  2348. "peerDependencies": {
  2349. "vite": "^4.2.0 || ^5.0.0 || ^6.0.0"
  2350. }
  2351. },
  2352. "node_modules/acorn": {
  2353. "version": "8.14.1",
  2354. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
  2355. "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
  2356. "dev": true,
  2357. "license": "MIT",
  2358. "bin": {
  2359. "acorn": "bin/acorn"
  2360. },
  2361. "engines": {
  2362. "node": ">=0.4.0"
  2363. }
  2364. },
  2365. "node_modules/acorn-jsx": {
  2366. "version": "5.3.2",
  2367. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2368. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2369. "dev": true,
  2370. "license": "MIT",
  2371. "peerDependencies": {
  2372. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2373. }
  2374. },
  2375. "node_modules/ajv": {
  2376. "version": "6.12.6",
  2377. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  2378. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  2379. "dev": true,
  2380. "license": "MIT",
  2381. "dependencies": {
  2382. "fast-deep-equal": "^3.1.1",
  2383. "fast-json-stable-stringify": "^2.0.0",
  2384. "json-schema-traverse": "^0.4.1",
  2385. "uri-js": "^4.2.2"
  2386. },
  2387. "funding": {
  2388. "type": "github",
  2389. "url": "https://github.com/sponsors/epoberezkin"
  2390. }
  2391. },
  2392. "node_modules/ansi-regex": {
  2393. "version": "6.1.0",
  2394. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
  2395. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  2396. "dev": true,
  2397. "license": "MIT",
  2398. "engines": {
  2399. "node": ">=12"
  2400. },
  2401. "funding": {
  2402. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  2403. }
  2404. },
  2405. "node_modules/ansi-styles": {
  2406. "version": "4.3.0",
  2407. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2408. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2409. "dev": true,
  2410. "license": "MIT",
  2411. "dependencies": {
  2412. "color-convert": "^2.0.1"
  2413. },
  2414. "engines": {
  2415. "node": ">=8"
  2416. },
  2417. "funding": {
  2418. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2419. }
  2420. },
  2421. "node_modules/any-promise": {
  2422. "version": "1.3.0",
  2423. "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  2424. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  2425. "dev": true,
  2426. "license": "MIT"
  2427. },
  2428. "node_modules/anymatch": {
  2429. "version": "3.1.3",
  2430. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  2431. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  2432. "dev": true,
  2433. "license": "ISC",
  2434. "dependencies": {
  2435. "normalize-path": "^3.0.0",
  2436. "picomatch": "^2.0.4"
  2437. },
  2438. "engines": {
  2439. "node": ">= 8"
  2440. }
  2441. },
  2442. "node_modules/arg": {
  2443. "version": "5.0.2",
  2444. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  2445. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
  2446. "dev": true,
  2447. "license": "MIT"
  2448. },
  2449. "node_modules/argparse": {
  2450. "version": "2.0.1",
  2451. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2452. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2453. "license": "Python-2.0"
  2454. },
  2455. "node_modules/aria-hidden": {
  2456. "version": "1.2.6",
  2457. "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz",
  2458. "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==",
  2459. "license": "MIT",
  2460. "dependencies": {
  2461. "tslib": "^2.0.0"
  2462. },
  2463. "engines": {
  2464. "node": ">=10"
  2465. }
  2466. },
  2467. "node_modules/asynckit": {
  2468. "version": "0.4.0",
  2469. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  2470. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  2471. "license": "MIT"
  2472. },
  2473. "node_modules/autoprefixer": {
  2474. "version": "10.4.21",
  2475. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
  2476. "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
  2477. "dev": true,
  2478. "funding": [
  2479. {
  2480. "type": "opencollective",
  2481. "url": "https://opencollective.com/postcss/"
  2482. },
  2483. {
  2484. "type": "tidelift",
  2485. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  2486. },
  2487. {
  2488. "type": "github",
  2489. "url": "https://github.com/sponsors/ai"
  2490. }
  2491. ],
  2492. "license": "MIT",
  2493. "dependencies": {
  2494. "browserslist": "^4.24.4",
  2495. "caniuse-lite": "^1.0.30001702",
  2496. "fraction.js": "^4.3.7",
  2497. "normalize-range": "^0.1.2",
  2498. "picocolors": "^1.1.1",
  2499. "postcss-value-parser": "^4.2.0"
  2500. },
  2501. "bin": {
  2502. "autoprefixer": "bin/autoprefixer"
  2503. },
  2504. "engines": {
  2505. "node": "^10 || ^12 || >=14"
  2506. },
  2507. "peerDependencies": {
  2508. "postcss": "^8.1.0"
  2509. }
  2510. },
  2511. "node_modules/axios": {
  2512. "version": "1.9.0",
  2513. "resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
  2514. "integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
  2515. "license": "MIT",
  2516. "dependencies": {
  2517. "follow-redirects": "^1.15.6",
  2518. "form-data": "^4.0.0",
  2519. "proxy-from-env": "^1.1.0"
  2520. }
  2521. },
  2522. "node_modules/bail": {
  2523. "version": "2.0.2",
  2524. "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
  2525. "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
  2526. "license": "MIT",
  2527. "funding": {
  2528. "type": "github",
  2529. "url": "https://github.com/sponsors/wooorm"
  2530. }
  2531. },
  2532. "node_modules/balanced-match": {
  2533. "version": "1.0.2",
  2534. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  2535. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2536. "dev": true,
  2537. "license": "MIT"
  2538. },
  2539. "node_modules/binary-extensions": {
  2540. "version": "2.3.0",
  2541. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
  2542. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  2543. "dev": true,
  2544. "license": "MIT",
  2545. "engines": {
  2546. "node": ">=8"
  2547. },
  2548. "funding": {
  2549. "url": "https://github.com/sponsors/sindresorhus"
  2550. }
  2551. },
  2552. "node_modules/brace-expansion": {
  2553. "version": "1.1.11",
  2554. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  2555. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  2556. "dev": true,
  2557. "license": "MIT",
  2558. "dependencies": {
  2559. "balanced-match": "^1.0.0",
  2560. "concat-map": "0.0.1"
  2561. }
  2562. },
  2563. "node_modules/braces": {
  2564. "version": "3.0.3",
  2565. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  2566. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2567. "dev": true,
  2568. "license": "MIT",
  2569. "dependencies": {
  2570. "fill-range": "^7.1.1"
  2571. },
  2572. "engines": {
  2573. "node": ">=8"
  2574. }
  2575. },
  2576. "node_modules/browserslist": {
  2577. "version": "4.24.5",
  2578. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.5.tgz",
  2579. "integrity": "sha512-FDToo4Wo82hIdgc1CQ+NQD0hEhmpPjrZ3hiUgwgOG6IuTdlpr8jdjyG24P6cNP1yJpTLzS5OcGgSw0xmDU1/Tw==",
  2580. "dev": true,
  2581. "funding": [
  2582. {
  2583. "type": "opencollective",
  2584. "url": "https://opencollective.com/browserslist"
  2585. },
  2586. {
  2587. "type": "tidelift",
  2588. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2589. },
  2590. {
  2591. "type": "github",
  2592. "url": "https://github.com/sponsors/ai"
  2593. }
  2594. ],
  2595. "license": "MIT",
  2596. "dependencies": {
  2597. "caniuse-lite": "^1.0.30001716",
  2598. "electron-to-chromium": "^1.5.149",
  2599. "node-releases": "^2.0.19",
  2600. "update-browserslist-db": "^1.1.3"
  2601. },
  2602. "bin": {
  2603. "browserslist": "cli.js"
  2604. },
  2605. "engines": {
  2606. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2607. }
  2608. },
  2609. "node_modules/call-bind-apply-helpers": {
  2610. "version": "1.0.2",
  2611. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  2612. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  2613. "license": "MIT",
  2614. "dependencies": {
  2615. "es-errors": "^1.3.0",
  2616. "function-bind": "^1.1.2"
  2617. },
  2618. "engines": {
  2619. "node": ">= 0.4"
  2620. }
  2621. },
  2622. "node_modules/callsites": {
  2623. "version": "3.1.0",
  2624. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  2625. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  2626. "dev": true,
  2627. "license": "MIT",
  2628. "engines": {
  2629. "node": ">=6"
  2630. }
  2631. },
  2632. "node_modules/camelcase": {
  2633. "version": "8.0.0",
  2634. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz",
  2635. "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==",
  2636. "license": "MIT",
  2637. "engines": {
  2638. "node": ">=16"
  2639. },
  2640. "funding": {
  2641. "url": "https://github.com/sponsors/sindresorhus"
  2642. }
  2643. },
  2644. "node_modules/camelcase-css": {
  2645. "version": "2.0.1",
  2646. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  2647. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  2648. "dev": true,
  2649. "license": "MIT",
  2650. "engines": {
  2651. "node": ">= 6"
  2652. }
  2653. },
  2654. "node_modules/camelcase-keys": {
  2655. "version": "9.1.3",
  2656. "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-9.1.3.tgz",
  2657. "integrity": "sha512-Rircqi9ch8AnZscQcsA1C47NFdaO3wukpmIRzYcDOrmvgt78hM/sj5pZhZNec2NM12uk5vTwRHZ4anGcrC4ZTg==",
  2658. "license": "MIT",
  2659. "dependencies": {
  2660. "camelcase": "^8.0.0",
  2661. "map-obj": "5.0.0",
  2662. "quick-lru": "^6.1.1",
  2663. "type-fest": "^4.3.2"
  2664. },
  2665. "engines": {
  2666. "node": ">=16"
  2667. },
  2668. "funding": {
  2669. "url": "https://github.com/sponsors/sindresorhus"
  2670. }
  2671. },
  2672. "node_modules/caniuse-lite": {
  2673. "version": "1.0.30001718",
  2674. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001718.tgz",
  2675. "integrity": "sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==",
  2676. "dev": true,
  2677. "funding": [
  2678. {
  2679. "type": "opencollective",
  2680. "url": "https://opencollective.com/browserslist"
  2681. },
  2682. {
  2683. "type": "tidelift",
  2684. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2685. },
  2686. {
  2687. "type": "github",
  2688. "url": "https://github.com/sponsors/ai"
  2689. }
  2690. ],
  2691. "license": "CC-BY-4.0"
  2692. },
  2693. "node_modules/ccount": {
  2694. "version": "2.0.1",
  2695. "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
  2696. "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
  2697. "license": "MIT",
  2698. "funding": {
  2699. "type": "github",
  2700. "url": "https://github.com/sponsors/wooorm"
  2701. }
  2702. },
  2703. "node_modules/chalk": {
  2704. "version": "4.1.2",
  2705. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2706. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2707. "dev": true,
  2708. "license": "MIT",
  2709. "dependencies": {
  2710. "ansi-styles": "^4.1.0",
  2711. "supports-color": "^7.1.0"
  2712. },
  2713. "engines": {
  2714. "node": ">=10"
  2715. },
  2716. "funding": {
  2717. "url": "https://github.com/chalk/chalk?sponsor=1"
  2718. }
  2719. },
  2720. "node_modules/character-entities": {
  2721. "version": "2.0.2",
  2722. "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
  2723. "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
  2724. "license": "MIT",
  2725. "funding": {
  2726. "type": "github",
  2727. "url": "https://github.com/sponsors/wooorm"
  2728. }
  2729. },
  2730. "node_modules/character-entities-html4": {
  2731. "version": "2.1.0",
  2732. "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
  2733. "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
  2734. "license": "MIT",
  2735. "funding": {
  2736. "type": "github",
  2737. "url": "https://github.com/sponsors/wooorm"
  2738. }
  2739. },
  2740. "node_modules/character-entities-legacy": {
  2741. "version": "3.0.0",
  2742. "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
  2743. "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
  2744. "license": "MIT",
  2745. "funding": {
  2746. "type": "github",
  2747. "url": "https://github.com/sponsors/wooorm"
  2748. }
  2749. },
  2750. "node_modules/character-reference-invalid": {
  2751. "version": "2.0.1",
  2752. "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
  2753. "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
  2754. "license": "MIT",
  2755. "funding": {
  2756. "type": "github",
  2757. "url": "https://github.com/sponsors/wooorm"
  2758. }
  2759. },
  2760. "node_modules/chokidar": {
  2761. "version": "3.6.0",
  2762. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  2763. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  2764. "dev": true,
  2765. "license": "MIT",
  2766. "dependencies": {
  2767. "anymatch": "~3.1.2",
  2768. "braces": "~3.0.2",
  2769. "glob-parent": "~5.1.2",
  2770. "is-binary-path": "~2.1.0",
  2771. "is-glob": "~4.0.1",
  2772. "normalize-path": "~3.0.0",
  2773. "readdirp": "~3.6.0"
  2774. },
  2775. "engines": {
  2776. "node": ">= 8.10.0"
  2777. },
  2778. "funding": {
  2779. "url": "https://paulmillr.com/funding/"
  2780. },
  2781. "optionalDependencies": {
  2782. "fsevents": "~2.3.2"
  2783. }
  2784. },
  2785. "node_modules/chokidar/node_modules/glob-parent": {
  2786. "version": "5.1.2",
  2787. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  2788. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  2789. "dev": true,
  2790. "license": "ISC",
  2791. "dependencies": {
  2792. "is-glob": "^4.0.1"
  2793. },
  2794. "engines": {
  2795. "node": ">= 6"
  2796. }
  2797. },
  2798. "node_modules/class-variance-authority": {
  2799. "version": "0.7.1",
  2800. "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
  2801. "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",
  2802. "license": "Apache-2.0",
  2803. "dependencies": {
  2804. "clsx": "^2.1.1"
  2805. },
  2806. "funding": {
  2807. "url": "https://polar.sh/cva"
  2808. }
  2809. },
  2810. "node_modules/classnames": {
  2811. "version": "2.5.1",
  2812. "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
  2813. "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
  2814. "license": "MIT"
  2815. },
  2816. "node_modules/clsx": {
  2817. "version": "2.1.1",
  2818. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  2819. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  2820. "license": "MIT",
  2821. "engines": {
  2822. "node": ">=6"
  2823. }
  2824. },
  2825. "node_modules/color-convert": {
  2826. "version": "2.0.1",
  2827. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2828. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2829. "dev": true,
  2830. "license": "MIT",
  2831. "dependencies": {
  2832. "color-name": "~1.1.4"
  2833. },
  2834. "engines": {
  2835. "node": ">=7.0.0"
  2836. }
  2837. },
  2838. "node_modules/color-name": {
  2839. "version": "1.1.4",
  2840. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2841. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  2842. "dev": true,
  2843. "license": "MIT"
  2844. },
  2845. "node_modules/combined-stream": {
  2846. "version": "1.0.8",
  2847. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  2848. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  2849. "license": "MIT",
  2850. "dependencies": {
  2851. "delayed-stream": "~1.0.0"
  2852. },
  2853. "engines": {
  2854. "node": ">= 0.8"
  2855. }
  2856. },
  2857. "node_modules/comma-separated-tokens": {
  2858. "version": "2.0.3",
  2859. "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
  2860. "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
  2861. "license": "MIT",
  2862. "funding": {
  2863. "type": "github",
  2864. "url": "https://github.com/sponsors/wooorm"
  2865. }
  2866. },
  2867. "node_modules/commander": {
  2868. "version": "4.1.1",
  2869. "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  2870. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  2871. "dev": true,
  2872. "license": "MIT",
  2873. "engines": {
  2874. "node": ">= 6"
  2875. }
  2876. },
  2877. "node_modules/concat-map": {
  2878. "version": "0.0.1",
  2879. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  2880. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  2881. "dev": true,
  2882. "license": "MIT"
  2883. },
  2884. "node_modules/convert-source-map": {
  2885. "version": "2.0.0",
  2886. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  2887. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  2888. "dev": true,
  2889. "license": "MIT"
  2890. },
  2891. "node_modules/cross-spawn": {
  2892. "version": "7.0.6",
  2893. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2894. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2895. "dev": true,
  2896. "license": "MIT",
  2897. "dependencies": {
  2898. "path-key": "^3.1.0",
  2899. "shebang-command": "^2.0.0",
  2900. "which": "^2.0.1"
  2901. },
  2902. "engines": {
  2903. "node": ">= 8"
  2904. }
  2905. },
  2906. "node_modules/cssesc": {
  2907. "version": "3.0.0",
  2908. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  2909. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  2910. "dev": true,
  2911. "license": "MIT",
  2912. "bin": {
  2913. "cssesc": "bin/cssesc"
  2914. },
  2915. "engines": {
  2916. "node": ">=4"
  2917. }
  2918. },
  2919. "node_modules/csstype": {
  2920. "version": "3.1.3",
  2921. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  2922. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  2923. "dev": true,
  2924. "license": "MIT"
  2925. },
  2926. "node_modules/debug": {
  2927. "version": "4.4.1",
  2928. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
  2929. "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
  2930. "license": "MIT",
  2931. "dependencies": {
  2932. "ms": "^2.1.3"
  2933. },
  2934. "engines": {
  2935. "node": ">=6.0"
  2936. },
  2937. "peerDependenciesMeta": {
  2938. "supports-color": {
  2939. "optional": true
  2940. }
  2941. }
  2942. },
  2943. "node_modules/decode-named-character-reference": {
  2944. "version": "1.1.0",
  2945. "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.1.0.tgz",
  2946. "integrity": "sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==",
  2947. "license": "MIT",
  2948. "dependencies": {
  2949. "character-entities": "^2.0.0"
  2950. },
  2951. "funding": {
  2952. "type": "github",
  2953. "url": "https://github.com/sponsors/wooorm"
  2954. }
  2955. },
  2956. "node_modules/deep-is": {
  2957. "version": "0.1.4",
  2958. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  2959. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  2960. "dev": true,
  2961. "license": "MIT"
  2962. },
  2963. "node_modules/delayed-stream": {
  2964. "version": "1.0.0",
  2965. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  2966. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  2967. "license": "MIT",
  2968. "engines": {
  2969. "node": ">=0.4.0"
  2970. }
  2971. },
  2972. "node_modules/dequal": {
  2973. "version": "2.0.3",
  2974. "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
  2975. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  2976. "license": "MIT",
  2977. "engines": {
  2978. "node": ">=6"
  2979. }
  2980. },
  2981. "node_modules/detect-node-es": {
  2982. "version": "1.1.0",
  2983. "resolved": "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz",
  2984. "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==",
  2985. "license": "MIT"
  2986. },
  2987. "node_modules/devlop": {
  2988. "version": "1.1.0",
  2989. "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
  2990. "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
  2991. "license": "MIT",
  2992. "dependencies": {
  2993. "dequal": "^2.0.0"
  2994. },
  2995. "funding": {
  2996. "type": "github",
  2997. "url": "https://github.com/sponsors/wooorm"
  2998. }
  2999. },
  3000. "node_modules/didyoumean": {
  3001. "version": "1.2.2",
  3002. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  3003. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
  3004. "dev": true,
  3005. "license": "Apache-2.0"
  3006. },
  3007. "node_modules/dlv": {
  3008. "version": "1.1.3",
  3009. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  3010. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
  3011. "dev": true,
  3012. "license": "MIT"
  3013. },
  3014. "node_modules/dunder-proto": {
  3015. "version": "1.0.1",
  3016. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  3017. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  3018. "license": "MIT",
  3019. "dependencies": {
  3020. "call-bind-apply-helpers": "^1.0.1",
  3021. "es-errors": "^1.3.0",
  3022. "gopd": "^1.2.0"
  3023. },
  3024. "engines": {
  3025. "node": ">= 0.4"
  3026. }
  3027. },
  3028. "node_modules/eastasianwidth": {
  3029. "version": "0.2.0",
  3030. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  3031. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  3032. "dev": true,
  3033. "license": "MIT"
  3034. },
  3035. "node_modules/electron-to-chromium": {
  3036. "version": "1.5.155",
  3037. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.155.tgz",
  3038. "integrity": "sha512-ps5KcGGmwL8VaeJlvlDlu4fORQpv3+GIcF5I3f9tUKUlJ/wsysh6HU8P5L1XWRYeXfA0oJd4PyM8ds8zTFf6Ng==",
  3039. "dev": true,
  3040. "license": "ISC"
  3041. },
  3042. "node_modules/emoji-regex": {
  3043. "version": "9.2.2",
  3044. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  3045. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  3046. "dev": true,
  3047. "license": "MIT"
  3048. },
  3049. "node_modules/entities": {
  3050. "version": "4.5.0",
  3051. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  3052. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  3053. "license": "BSD-2-Clause",
  3054. "engines": {
  3055. "node": ">=0.12"
  3056. },
  3057. "funding": {
  3058. "url": "https://github.com/fb55/entities?sponsor=1"
  3059. }
  3060. },
  3061. "node_modules/es-define-property": {
  3062. "version": "1.0.1",
  3063. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  3064. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  3065. "license": "MIT",
  3066. "engines": {
  3067. "node": ">= 0.4"
  3068. }
  3069. },
  3070. "node_modules/es-errors": {
  3071. "version": "1.3.0",
  3072. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  3073. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  3074. "license": "MIT",
  3075. "engines": {
  3076. "node": ">= 0.4"
  3077. }
  3078. },
  3079. "node_modules/es-object-atoms": {
  3080. "version": "1.1.1",
  3081. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  3082. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  3083. "license": "MIT",
  3084. "dependencies": {
  3085. "es-errors": "^1.3.0"
  3086. },
  3087. "engines": {
  3088. "node": ">= 0.4"
  3089. }
  3090. },
  3091. "node_modules/es-set-tostringtag": {
  3092. "version": "2.1.0",
  3093. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  3094. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  3095. "license": "MIT",
  3096. "dependencies": {
  3097. "es-errors": "^1.3.0",
  3098. "get-intrinsic": "^1.2.6",
  3099. "has-tostringtag": "^1.0.2",
  3100. "hasown": "^2.0.2"
  3101. },
  3102. "engines": {
  3103. "node": ">= 0.4"
  3104. }
  3105. },
  3106. "node_modules/esbuild": {
  3107. "version": "0.25.4",
  3108. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.4.tgz",
  3109. "integrity": "sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==",
  3110. "dev": true,
  3111. "hasInstallScript": true,
  3112. "license": "MIT",
  3113. "bin": {
  3114. "esbuild": "bin/esbuild"
  3115. },
  3116. "engines": {
  3117. "node": ">=18"
  3118. },
  3119. "optionalDependencies": {
  3120. "@esbuild/aix-ppc64": "0.25.4",
  3121. "@esbuild/android-arm": "0.25.4",
  3122. "@esbuild/android-arm64": "0.25.4",
  3123. "@esbuild/android-x64": "0.25.4",
  3124. "@esbuild/darwin-arm64": "0.25.4",
  3125. "@esbuild/darwin-x64": "0.25.4",
  3126. "@esbuild/freebsd-arm64": "0.25.4",
  3127. "@esbuild/freebsd-x64": "0.25.4",
  3128. "@esbuild/linux-arm": "0.25.4",
  3129. "@esbuild/linux-arm64": "0.25.4",
  3130. "@esbuild/linux-ia32": "0.25.4",
  3131. "@esbuild/linux-loong64": "0.25.4",
  3132. "@esbuild/linux-mips64el": "0.25.4",
  3133. "@esbuild/linux-ppc64": "0.25.4",
  3134. "@esbuild/linux-riscv64": "0.25.4",
  3135. "@esbuild/linux-s390x": "0.25.4",
  3136. "@esbuild/linux-x64": "0.25.4",
  3137. "@esbuild/netbsd-arm64": "0.25.4",
  3138. "@esbuild/netbsd-x64": "0.25.4",
  3139. "@esbuild/openbsd-arm64": "0.25.4",
  3140. "@esbuild/openbsd-x64": "0.25.4",
  3141. "@esbuild/sunos-x64": "0.25.4",
  3142. "@esbuild/win32-arm64": "0.25.4",
  3143. "@esbuild/win32-ia32": "0.25.4",
  3144. "@esbuild/win32-x64": "0.25.4"
  3145. }
  3146. },
  3147. "node_modules/escalade": {
  3148. "version": "3.2.0",
  3149. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  3150. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  3151. "dev": true,
  3152. "license": "MIT",
  3153. "engines": {
  3154. "node": ">=6"
  3155. }
  3156. },
  3157. "node_modules/escape-string-regexp": {
  3158. "version": "4.0.0",
  3159. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3160. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3161. "dev": true,
  3162. "license": "MIT",
  3163. "engines": {
  3164. "node": ">=10"
  3165. },
  3166. "funding": {
  3167. "url": "https://github.com/sponsors/sindresorhus"
  3168. }
  3169. },
  3170. "node_modules/eslint": {
  3171. "version": "9.27.0",
  3172. "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.27.0.tgz",
  3173. "integrity": "sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==",
  3174. "dev": true,
  3175. "license": "MIT",
  3176. "dependencies": {
  3177. "@eslint-community/eslint-utils": "^4.2.0",
  3178. "@eslint-community/regexpp": "^4.12.1",
  3179. "@eslint/config-array": "^0.20.0",
  3180. "@eslint/config-helpers": "^0.2.1",
  3181. "@eslint/core": "^0.14.0",
  3182. "@eslint/eslintrc": "^3.3.1",
  3183. "@eslint/js": "9.27.0",
  3184. "@eslint/plugin-kit": "^0.3.1",
  3185. "@humanfs/node": "^0.16.6",
  3186. "@humanwhocodes/module-importer": "^1.0.1",
  3187. "@humanwhocodes/retry": "^0.4.2",
  3188. "@types/estree": "^1.0.6",
  3189. "@types/json-schema": "^7.0.15",
  3190. "ajv": "^6.12.4",
  3191. "chalk": "^4.0.0",
  3192. "cross-spawn": "^7.0.6",
  3193. "debug": "^4.3.2",
  3194. "escape-string-regexp": "^4.0.0",
  3195. "eslint-scope": "^8.3.0",
  3196. "eslint-visitor-keys": "^4.2.0",
  3197. "espree": "^10.3.0",
  3198. "esquery": "^1.5.0",
  3199. "esutils": "^2.0.2",
  3200. "fast-deep-equal": "^3.1.3",
  3201. "file-entry-cache": "^8.0.0",
  3202. "find-up": "^5.0.0",
  3203. "glob-parent": "^6.0.2",
  3204. "ignore": "^5.2.0",
  3205. "imurmurhash": "^0.1.4",
  3206. "is-glob": "^4.0.0",
  3207. "json-stable-stringify-without-jsonify": "^1.0.1",
  3208. "lodash.merge": "^4.6.2",
  3209. "minimatch": "^3.1.2",
  3210. "natural-compare": "^1.4.0",
  3211. "optionator": "^0.9.3"
  3212. },
  3213. "bin": {
  3214. "eslint": "bin/eslint.js"
  3215. },
  3216. "engines": {
  3217. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3218. },
  3219. "funding": {
  3220. "url": "https://eslint.org/donate"
  3221. },
  3222. "peerDependencies": {
  3223. "jiti": "*"
  3224. },
  3225. "peerDependenciesMeta": {
  3226. "jiti": {
  3227. "optional": true
  3228. }
  3229. }
  3230. },
  3231. "node_modules/eslint-plugin-react-hooks": {
  3232. "version": "5.2.0",
  3233. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz",
  3234. "integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==",
  3235. "dev": true,
  3236. "license": "MIT",
  3237. "engines": {
  3238. "node": ">=10"
  3239. },
  3240. "peerDependencies": {
  3241. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
  3242. }
  3243. },
  3244. "node_modules/eslint-plugin-react-refresh": {
  3245. "version": "0.4.20",
  3246. "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.20.tgz",
  3247. "integrity": "sha512-XpbHQ2q5gUF8BGOX4dHe+71qoirYMhApEPZ7sfhF/dNnOF1UXnCMGZf79SFTBO7Bz5YEIT4TMieSlJBWhP9WBA==",
  3248. "dev": true,
  3249. "license": "MIT",
  3250. "peerDependencies": {
  3251. "eslint": ">=8.40"
  3252. }
  3253. },
  3254. "node_modules/eslint-scope": {
  3255. "version": "8.3.0",
  3256. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
  3257. "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
  3258. "dev": true,
  3259. "license": "BSD-2-Clause",
  3260. "dependencies": {
  3261. "esrecurse": "^4.3.0",
  3262. "estraverse": "^5.2.0"
  3263. },
  3264. "engines": {
  3265. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3266. },
  3267. "funding": {
  3268. "url": "https://opencollective.com/eslint"
  3269. }
  3270. },
  3271. "node_modules/eslint-visitor-keys": {
  3272. "version": "4.2.0",
  3273. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
  3274. "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
  3275. "dev": true,
  3276. "license": "Apache-2.0",
  3277. "engines": {
  3278. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3279. },
  3280. "funding": {
  3281. "url": "https://opencollective.com/eslint"
  3282. }
  3283. },
  3284. "node_modules/espree": {
  3285. "version": "10.3.0",
  3286. "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
  3287. "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
  3288. "dev": true,
  3289. "license": "BSD-2-Clause",
  3290. "dependencies": {
  3291. "acorn": "^8.14.0",
  3292. "acorn-jsx": "^5.3.2",
  3293. "eslint-visitor-keys": "^4.2.0"
  3294. },
  3295. "engines": {
  3296. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3297. },
  3298. "funding": {
  3299. "url": "https://opencollective.com/eslint"
  3300. }
  3301. },
  3302. "node_modules/esquery": {
  3303. "version": "1.6.0",
  3304. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  3305. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  3306. "dev": true,
  3307. "license": "BSD-3-Clause",
  3308. "dependencies": {
  3309. "estraverse": "^5.1.0"
  3310. },
  3311. "engines": {
  3312. "node": ">=0.10"
  3313. }
  3314. },
  3315. "node_modules/esrecurse": {
  3316. "version": "4.3.0",
  3317. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  3318. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3319. "dev": true,
  3320. "license": "BSD-2-Clause",
  3321. "dependencies": {
  3322. "estraverse": "^5.2.0"
  3323. },
  3324. "engines": {
  3325. "node": ">=4.0"
  3326. }
  3327. },
  3328. "node_modules/estraverse": {
  3329. "version": "5.3.0",
  3330. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  3331. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3332. "dev": true,
  3333. "license": "BSD-2-Clause",
  3334. "engines": {
  3335. "node": ">=4.0"
  3336. }
  3337. },
  3338. "node_modules/estree-util-is-identifier-name": {
  3339. "version": "3.0.0",
  3340. "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
  3341. "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
  3342. "license": "MIT",
  3343. "funding": {
  3344. "type": "opencollective",
  3345. "url": "https://opencollective.com/unified"
  3346. }
  3347. },
  3348. "node_modules/esutils": {
  3349. "version": "2.0.3",
  3350. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  3351. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  3352. "dev": true,
  3353. "license": "BSD-2-Clause",
  3354. "engines": {
  3355. "node": ">=0.10.0"
  3356. }
  3357. },
  3358. "node_modules/eventemitter3": {
  3359. "version": "4.0.7",
  3360. "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
  3361. "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
  3362. "license": "MIT"
  3363. },
  3364. "node_modules/extend": {
  3365. "version": "3.0.2",
  3366. "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  3367. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  3368. "license": "MIT"
  3369. },
  3370. "node_modules/fast-deep-equal": {
  3371. "version": "3.1.3",
  3372. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  3373. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  3374. "dev": true,
  3375. "license": "MIT"
  3376. },
  3377. "node_modules/fast-glob": {
  3378. "version": "3.3.3",
  3379. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  3380. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  3381. "dev": true,
  3382. "license": "MIT",
  3383. "dependencies": {
  3384. "@nodelib/fs.stat": "^2.0.2",
  3385. "@nodelib/fs.walk": "^1.2.3",
  3386. "glob-parent": "^5.1.2",
  3387. "merge2": "^1.3.0",
  3388. "micromatch": "^4.0.8"
  3389. },
  3390. "engines": {
  3391. "node": ">=8.6.0"
  3392. }
  3393. },
  3394. "node_modules/fast-glob/node_modules/glob-parent": {
  3395. "version": "5.1.2",
  3396. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  3397. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3398. "dev": true,
  3399. "license": "ISC",
  3400. "dependencies": {
  3401. "is-glob": "^4.0.1"
  3402. },
  3403. "engines": {
  3404. "node": ">= 6"
  3405. }
  3406. },
  3407. "node_modules/fast-json-stable-stringify": {
  3408. "version": "2.1.0",
  3409. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  3410. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  3411. "dev": true,
  3412. "license": "MIT"
  3413. },
  3414. "node_modules/fast-levenshtein": {
  3415. "version": "2.0.6",
  3416. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  3417. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  3418. "dev": true,
  3419. "license": "MIT"
  3420. },
  3421. "node_modules/fastq": {
  3422. "version": "1.19.1",
  3423. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
  3424. "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
  3425. "dev": true,
  3426. "license": "ISC",
  3427. "dependencies": {
  3428. "reusify": "^1.0.4"
  3429. }
  3430. },
  3431. "node_modules/file-entry-cache": {
  3432. "version": "8.0.0",
  3433. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  3434. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  3435. "dev": true,
  3436. "license": "MIT",
  3437. "dependencies": {
  3438. "flat-cache": "^4.0.0"
  3439. },
  3440. "engines": {
  3441. "node": ">=16.0.0"
  3442. }
  3443. },
  3444. "node_modules/fill-range": {
  3445. "version": "7.1.1",
  3446. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  3447. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  3448. "dev": true,
  3449. "license": "MIT",
  3450. "dependencies": {
  3451. "to-regex-range": "^5.0.1"
  3452. },
  3453. "engines": {
  3454. "node": ">=8"
  3455. }
  3456. },
  3457. "node_modules/find-up": {
  3458. "version": "5.0.0",
  3459. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  3460. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  3461. "dev": true,
  3462. "license": "MIT",
  3463. "dependencies": {
  3464. "locate-path": "^6.0.0",
  3465. "path-exists": "^4.0.0"
  3466. },
  3467. "engines": {
  3468. "node": ">=10"
  3469. },
  3470. "funding": {
  3471. "url": "https://github.com/sponsors/sindresorhus"
  3472. }
  3473. },
  3474. "node_modules/flat-cache": {
  3475. "version": "4.0.1",
  3476. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
  3477. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  3478. "dev": true,
  3479. "license": "MIT",
  3480. "dependencies": {
  3481. "flatted": "^3.2.9",
  3482. "keyv": "^4.5.4"
  3483. },
  3484. "engines": {
  3485. "node": ">=16"
  3486. }
  3487. },
  3488. "node_modules/flatted": {
  3489. "version": "3.3.3",
  3490. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
  3491. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  3492. "dev": true,
  3493. "license": "ISC"
  3494. },
  3495. "node_modules/follow-redirects": {
  3496. "version": "1.15.9",
  3497. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz",
  3498. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  3499. "funding": [
  3500. {
  3501. "type": "individual",
  3502. "url": "https://github.com/sponsors/RubenVerborgh"
  3503. }
  3504. ],
  3505. "license": "MIT",
  3506. "engines": {
  3507. "node": ">=4.0"
  3508. },
  3509. "peerDependenciesMeta": {
  3510. "debug": {
  3511. "optional": true
  3512. }
  3513. }
  3514. },
  3515. "node_modules/foreground-child": {
  3516. "version": "3.3.1",
  3517. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
  3518. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  3519. "dev": true,
  3520. "license": "ISC",
  3521. "dependencies": {
  3522. "cross-spawn": "^7.0.6",
  3523. "signal-exit": "^4.0.1"
  3524. },
  3525. "engines": {
  3526. "node": ">=14"
  3527. },
  3528. "funding": {
  3529. "url": "https://github.com/sponsors/isaacs"
  3530. }
  3531. },
  3532. "node_modules/form-data": {
  3533. "version": "4.0.2",
  3534. "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
  3535. "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
  3536. "license": "MIT",
  3537. "dependencies": {
  3538. "asynckit": "^0.4.0",
  3539. "combined-stream": "^1.0.8",
  3540. "es-set-tostringtag": "^2.1.0",
  3541. "mime-types": "^2.1.12"
  3542. },
  3543. "engines": {
  3544. "node": ">= 6"
  3545. }
  3546. },
  3547. "node_modules/fraction.js": {
  3548. "version": "4.3.7",
  3549. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  3550. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  3551. "dev": true,
  3552. "license": "MIT",
  3553. "engines": {
  3554. "node": "*"
  3555. },
  3556. "funding": {
  3557. "type": "patreon",
  3558. "url": "https://github.com/sponsors/rawify"
  3559. }
  3560. },
  3561. "node_modules/fsevents": {
  3562. "version": "2.3.3",
  3563. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  3564. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  3565. "dev": true,
  3566. "hasInstallScript": true,
  3567. "license": "MIT",
  3568. "optional": true,
  3569. "os": [
  3570. "darwin"
  3571. ],
  3572. "engines": {
  3573. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  3574. }
  3575. },
  3576. "node_modules/function-bind": {
  3577. "version": "1.1.2",
  3578. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  3579. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  3580. "license": "MIT",
  3581. "funding": {
  3582. "url": "https://github.com/sponsors/ljharb"
  3583. }
  3584. },
  3585. "node_modules/gensync": {
  3586. "version": "1.0.0-beta.2",
  3587. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  3588. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  3589. "dev": true,
  3590. "license": "MIT",
  3591. "engines": {
  3592. "node": ">=6.9.0"
  3593. }
  3594. },
  3595. "node_modules/get-intrinsic": {
  3596. "version": "1.3.0",
  3597. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  3598. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  3599. "license": "MIT",
  3600. "dependencies": {
  3601. "call-bind-apply-helpers": "^1.0.2",
  3602. "es-define-property": "^1.0.1",
  3603. "es-errors": "^1.3.0",
  3604. "es-object-atoms": "^1.1.1",
  3605. "function-bind": "^1.1.2",
  3606. "get-proto": "^1.0.1",
  3607. "gopd": "^1.2.0",
  3608. "has-symbols": "^1.1.0",
  3609. "hasown": "^2.0.2",
  3610. "math-intrinsics": "^1.1.0"
  3611. },
  3612. "engines": {
  3613. "node": ">= 0.4"
  3614. },
  3615. "funding": {
  3616. "url": "https://github.com/sponsors/ljharb"
  3617. }
  3618. },
  3619. "node_modules/get-nonce": {
  3620. "version": "1.0.1",
  3621. "resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz",
  3622. "integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==",
  3623. "license": "MIT",
  3624. "engines": {
  3625. "node": ">=6"
  3626. }
  3627. },
  3628. "node_modules/get-proto": {
  3629. "version": "1.0.1",
  3630. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  3631. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  3632. "license": "MIT",
  3633. "dependencies": {
  3634. "dunder-proto": "^1.0.1",
  3635. "es-object-atoms": "^1.0.0"
  3636. },
  3637. "engines": {
  3638. "node": ">= 0.4"
  3639. }
  3640. },
  3641. "node_modules/glob": {
  3642. "version": "10.4.5",
  3643. "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
  3644. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  3645. "dev": true,
  3646. "license": "ISC",
  3647. "dependencies": {
  3648. "foreground-child": "^3.1.0",
  3649. "jackspeak": "^3.1.2",
  3650. "minimatch": "^9.0.4",
  3651. "minipass": "^7.1.2",
  3652. "package-json-from-dist": "^1.0.0",
  3653. "path-scurry": "^1.11.1"
  3654. },
  3655. "bin": {
  3656. "glob": "dist/esm/bin.mjs"
  3657. },
  3658. "funding": {
  3659. "url": "https://github.com/sponsors/isaacs"
  3660. }
  3661. },
  3662. "node_modules/glob-parent": {
  3663. "version": "6.0.2",
  3664. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  3665. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  3666. "dev": true,
  3667. "license": "ISC",
  3668. "dependencies": {
  3669. "is-glob": "^4.0.3"
  3670. },
  3671. "engines": {
  3672. "node": ">=10.13.0"
  3673. }
  3674. },
  3675. "node_modules/glob/node_modules/brace-expansion": {
  3676. "version": "2.0.1",
  3677. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  3678. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  3679. "dev": true,
  3680. "license": "MIT",
  3681. "dependencies": {
  3682. "balanced-match": "^1.0.0"
  3683. }
  3684. },
  3685. "node_modules/glob/node_modules/minimatch": {
  3686. "version": "9.0.5",
  3687. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
  3688. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  3689. "dev": true,
  3690. "license": "ISC",
  3691. "dependencies": {
  3692. "brace-expansion": "^2.0.1"
  3693. },
  3694. "engines": {
  3695. "node": ">=16 || 14 >=14.17"
  3696. },
  3697. "funding": {
  3698. "url": "https://github.com/sponsors/isaacs"
  3699. }
  3700. },
  3701. "node_modules/globals": {
  3702. "version": "16.1.0",
  3703. "resolved": "https://registry.npmjs.org/globals/-/globals-16.1.0.tgz",
  3704. "integrity": "sha512-aibexHNbb/jiUSObBgpHLj+sIuUmJnYcgXBlrfsiDZ9rt4aF2TFRbyLgZ2iFQuVZ1K5Mx3FVkbKRSgKrbK3K2g==",
  3705. "dev": true,
  3706. "license": "MIT",
  3707. "engines": {
  3708. "node": ">=18"
  3709. },
  3710. "funding": {
  3711. "url": "https://github.com/sponsors/sindresorhus"
  3712. }
  3713. },
  3714. "node_modules/gopd": {
  3715. "version": "1.2.0",
  3716. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  3717. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  3718. "license": "MIT",
  3719. "engines": {
  3720. "node": ">= 0.4"
  3721. },
  3722. "funding": {
  3723. "url": "https://github.com/sponsors/ljharb"
  3724. }
  3725. },
  3726. "node_modules/graphemer": {
  3727. "version": "1.4.0",
  3728. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  3729. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  3730. "dev": true,
  3731. "license": "MIT"
  3732. },
  3733. "node_modules/has-flag": {
  3734. "version": "4.0.0",
  3735. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3736. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3737. "dev": true,
  3738. "license": "MIT",
  3739. "engines": {
  3740. "node": ">=8"
  3741. }
  3742. },
  3743. "node_modules/has-symbols": {
  3744. "version": "1.1.0",
  3745. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  3746. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  3747. "license": "MIT",
  3748. "engines": {
  3749. "node": ">= 0.4"
  3750. },
  3751. "funding": {
  3752. "url": "https://github.com/sponsors/ljharb"
  3753. }
  3754. },
  3755. "node_modules/has-tostringtag": {
  3756. "version": "1.0.2",
  3757. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  3758. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  3759. "license": "MIT",
  3760. "dependencies": {
  3761. "has-symbols": "^1.0.3"
  3762. },
  3763. "engines": {
  3764. "node": ">= 0.4"
  3765. },
  3766. "funding": {
  3767. "url": "https://github.com/sponsors/ljharb"
  3768. }
  3769. },
  3770. "node_modules/hasown": {
  3771. "version": "2.0.2",
  3772. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  3773. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  3774. "license": "MIT",
  3775. "dependencies": {
  3776. "function-bind": "^1.1.2"
  3777. },
  3778. "engines": {
  3779. "node": ">= 0.4"
  3780. }
  3781. },
  3782. "node_modules/hast-util-to-jsx-runtime": {
  3783. "version": "2.3.6",
  3784. "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
  3785. "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
  3786. "license": "MIT",
  3787. "dependencies": {
  3788. "@types/estree": "^1.0.0",
  3789. "@types/hast": "^3.0.0",
  3790. "@types/unist": "^3.0.0",
  3791. "comma-separated-tokens": "^2.0.0",
  3792. "devlop": "^1.0.0",
  3793. "estree-util-is-identifier-name": "^3.0.0",
  3794. "hast-util-whitespace": "^3.0.0",
  3795. "mdast-util-mdx-expression": "^2.0.0",
  3796. "mdast-util-mdx-jsx": "^3.0.0",
  3797. "mdast-util-mdxjs-esm": "^2.0.0",
  3798. "property-information": "^7.0.0",
  3799. "space-separated-tokens": "^2.0.0",
  3800. "style-to-js": "^1.0.0",
  3801. "unist-util-position": "^5.0.0",
  3802. "vfile-message": "^4.0.0"
  3803. },
  3804. "funding": {
  3805. "type": "opencollective",
  3806. "url": "https://opencollective.com/unified"
  3807. }
  3808. },
  3809. "node_modules/hast-util-whitespace": {
  3810. "version": "3.0.0",
  3811. "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
  3812. "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
  3813. "license": "MIT",
  3814. "dependencies": {
  3815. "@types/hast": "^3.0.0"
  3816. },
  3817. "funding": {
  3818. "type": "opencollective",
  3819. "url": "https://opencollective.com/unified"
  3820. }
  3821. },
  3822. "node_modules/html-url-attributes": {
  3823. "version": "3.0.1",
  3824. "resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
  3825. "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==",
  3826. "license": "MIT",
  3827. "funding": {
  3828. "type": "opencollective",
  3829. "url": "https://opencollective.com/unified"
  3830. }
  3831. },
  3832. "node_modules/humps": {
  3833. "version": "2.0.1",
  3834. "resolved": "https://registry.npmjs.org/humps/-/humps-2.0.1.tgz",
  3835. "integrity": "sha512-E0eIbrFWUhwfXJmsbdjRQFQPrl5pTEoKlz163j1mTqqUnU9PgR4AgB8AIITzuB3vLBdxZXyZ9TDIrwB2OASz4g==",
  3836. "license": "MIT"
  3837. },
  3838. "node_modules/ignore": {
  3839. "version": "5.3.2",
  3840. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  3841. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  3842. "dev": true,
  3843. "license": "MIT",
  3844. "engines": {
  3845. "node": ">= 4"
  3846. }
  3847. },
  3848. "node_modules/import-fresh": {
  3849. "version": "3.3.1",
  3850. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
  3851. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  3852. "dev": true,
  3853. "license": "MIT",
  3854. "dependencies": {
  3855. "parent-module": "^1.0.0",
  3856. "resolve-from": "^4.0.0"
  3857. },
  3858. "engines": {
  3859. "node": ">=6"
  3860. },
  3861. "funding": {
  3862. "url": "https://github.com/sponsors/sindresorhus"
  3863. }
  3864. },
  3865. "node_modules/imurmurhash": {
  3866. "version": "0.1.4",
  3867. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  3868. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  3869. "dev": true,
  3870. "license": "MIT",
  3871. "engines": {
  3872. "node": ">=0.8.19"
  3873. }
  3874. },
  3875. "node_modules/inline-style-parser": {
  3876. "version": "0.2.4",
  3877. "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz",
  3878. "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==",
  3879. "license": "MIT"
  3880. },
  3881. "node_modules/invariant": {
  3882. "version": "2.2.4",
  3883. "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
  3884. "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
  3885. "license": "MIT",
  3886. "dependencies": {
  3887. "loose-envify": "^1.0.0"
  3888. }
  3889. },
  3890. "node_modules/is-alphabetical": {
  3891. "version": "2.0.1",
  3892. "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
  3893. "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
  3894. "license": "MIT",
  3895. "funding": {
  3896. "type": "github",
  3897. "url": "https://github.com/sponsors/wooorm"
  3898. }
  3899. },
  3900. "node_modules/is-alphanumerical": {
  3901. "version": "2.0.1",
  3902. "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
  3903. "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
  3904. "license": "MIT",
  3905. "dependencies": {
  3906. "is-alphabetical": "^2.0.0",
  3907. "is-decimal": "^2.0.0"
  3908. },
  3909. "funding": {
  3910. "type": "github",
  3911. "url": "https://github.com/sponsors/wooorm"
  3912. }
  3913. },
  3914. "node_modules/is-binary-path": {
  3915. "version": "2.1.0",
  3916. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  3917. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  3918. "dev": true,
  3919. "license": "MIT",
  3920. "dependencies": {
  3921. "binary-extensions": "^2.0.0"
  3922. },
  3923. "engines": {
  3924. "node": ">=8"
  3925. }
  3926. },
  3927. "node_modules/is-core-module": {
  3928. "version": "2.16.1",
  3929. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  3930. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  3931. "dev": true,
  3932. "license": "MIT",
  3933. "dependencies": {
  3934. "hasown": "^2.0.2"
  3935. },
  3936. "engines": {
  3937. "node": ">= 0.4"
  3938. },
  3939. "funding": {
  3940. "url": "https://github.com/sponsors/ljharb"
  3941. }
  3942. },
  3943. "node_modules/is-decimal": {
  3944. "version": "2.0.1",
  3945. "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
  3946. "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
  3947. "license": "MIT",
  3948. "funding": {
  3949. "type": "github",
  3950. "url": "https://github.com/sponsors/wooorm"
  3951. }
  3952. },
  3953. "node_modules/is-extglob": {
  3954. "version": "2.1.1",
  3955. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  3956. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  3957. "dev": true,
  3958. "license": "MIT",
  3959. "engines": {
  3960. "node": ">=0.10.0"
  3961. }
  3962. },
  3963. "node_modules/is-fullwidth-code-point": {
  3964. "version": "3.0.0",
  3965. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  3966. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  3967. "dev": true,
  3968. "license": "MIT",
  3969. "engines": {
  3970. "node": ">=8"
  3971. }
  3972. },
  3973. "node_modules/is-glob": {
  3974. "version": "4.0.3",
  3975. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  3976. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  3977. "dev": true,
  3978. "license": "MIT",
  3979. "dependencies": {
  3980. "is-extglob": "^2.1.1"
  3981. },
  3982. "engines": {
  3983. "node": ">=0.10.0"
  3984. }
  3985. },
  3986. "node_modules/is-hexadecimal": {
  3987. "version": "2.0.1",
  3988. "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
  3989. "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
  3990. "license": "MIT",
  3991. "funding": {
  3992. "type": "github",
  3993. "url": "https://github.com/sponsors/wooorm"
  3994. }
  3995. },
  3996. "node_modules/is-number": {
  3997. "version": "7.0.0",
  3998. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  3999. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4000. "dev": true,
  4001. "license": "MIT",
  4002. "engines": {
  4003. "node": ">=0.12.0"
  4004. }
  4005. },
  4006. "node_modules/is-plain-obj": {
  4007. "version": "4.1.0",
  4008. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  4009. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  4010. "license": "MIT",
  4011. "engines": {
  4012. "node": ">=12"
  4013. },
  4014. "funding": {
  4015. "url": "https://github.com/sponsors/sindresorhus"
  4016. }
  4017. },
  4018. "node_modules/isexe": {
  4019. "version": "2.0.0",
  4020. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4021. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  4022. "dev": true,
  4023. "license": "ISC"
  4024. },
  4025. "node_modules/jackspeak": {
  4026. "version": "3.4.3",
  4027. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  4028. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  4029. "dev": true,
  4030. "license": "BlueOak-1.0.0",
  4031. "dependencies": {
  4032. "@isaacs/cliui": "^8.0.2"
  4033. },
  4034. "funding": {
  4035. "url": "https://github.com/sponsors/isaacs"
  4036. },
  4037. "optionalDependencies": {
  4038. "@pkgjs/parseargs": "^0.11.0"
  4039. }
  4040. },
  4041. "node_modules/jiti": {
  4042. "version": "1.21.7",
  4043. "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
  4044. "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
  4045. "dev": true,
  4046. "license": "MIT",
  4047. "bin": {
  4048. "jiti": "bin/jiti.js"
  4049. }
  4050. },
  4051. "node_modules/js-tokens": {
  4052. "version": "4.0.0",
  4053. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  4054. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  4055. "license": "MIT"
  4056. },
  4057. "node_modules/js-yaml": {
  4058. "version": "4.1.0",
  4059. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  4060. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  4061. "dev": true,
  4062. "license": "MIT",
  4063. "dependencies": {
  4064. "argparse": "^2.0.1"
  4065. },
  4066. "bin": {
  4067. "js-yaml": "bin/js-yaml.js"
  4068. }
  4069. },
  4070. "node_modules/jsesc": {
  4071. "version": "3.1.0",
  4072. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  4073. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  4074. "dev": true,
  4075. "license": "MIT",
  4076. "bin": {
  4077. "jsesc": "bin/jsesc"
  4078. },
  4079. "engines": {
  4080. "node": ">=6"
  4081. }
  4082. },
  4083. "node_modules/json-buffer": {
  4084. "version": "3.0.1",
  4085. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  4086. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  4087. "dev": true,
  4088. "license": "MIT"
  4089. },
  4090. "node_modules/json-schema-traverse": {
  4091. "version": "0.4.1",
  4092. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4093. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  4094. "dev": true,
  4095. "license": "MIT"
  4096. },
  4097. "node_modules/json-stable-stringify-without-jsonify": {
  4098. "version": "1.0.1",
  4099. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  4100. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  4101. "dev": true,
  4102. "license": "MIT"
  4103. },
  4104. "node_modules/json5": {
  4105. "version": "2.2.3",
  4106. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  4107. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  4108. "dev": true,
  4109. "license": "MIT",
  4110. "bin": {
  4111. "json5": "lib/cli.js"
  4112. },
  4113. "engines": {
  4114. "node": ">=6"
  4115. }
  4116. },
  4117. "node_modules/keyv": {
  4118. "version": "4.5.4",
  4119. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  4120. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  4121. "dev": true,
  4122. "license": "MIT",
  4123. "dependencies": {
  4124. "json-buffer": "3.0.1"
  4125. }
  4126. },
  4127. "node_modules/levn": {
  4128. "version": "0.4.1",
  4129. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  4130. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  4131. "dev": true,
  4132. "license": "MIT",
  4133. "dependencies": {
  4134. "prelude-ls": "^1.2.1",
  4135. "type-check": "~0.4.0"
  4136. },
  4137. "engines": {
  4138. "node": ">= 0.8.0"
  4139. }
  4140. },
  4141. "node_modules/lilconfig": {
  4142. "version": "2.1.0",
  4143. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
  4144. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  4145. "dev": true,
  4146. "license": "MIT",
  4147. "engines": {
  4148. "node": ">=10"
  4149. }
  4150. },
  4151. "node_modules/lines-and-columns": {
  4152. "version": "1.2.4",
  4153. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  4154. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  4155. "dev": true,
  4156. "license": "MIT"
  4157. },
  4158. "node_modules/linkify-it": {
  4159. "version": "5.0.0",
  4160. "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
  4161. "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
  4162. "license": "MIT",
  4163. "dependencies": {
  4164. "uc.micro": "^2.0.0"
  4165. }
  4166. },
  4167. "node_modules/locate-path": {
  4168. "version": "6.0.0",
  4169. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  4170. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  4171. "dev": true,
  4172. "license": "MIT",
  4173. "dependencies": {
  4174. "p-locate": "^5.0.0"
  4175. },
  4176. "engines": {
  4177. "node": ">=10"
  4178. },
  4179. "funding": {
  4180. "url": "https://github.com/sponsors/sindresorhus"
  4181. }
  4182. },
  4183. "node_modules/lodash.merge": {
  4184. "version": "4.6.2",
  4185. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  4186. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  4187. "dev": true,
  4188. "license": "MIT"
  4189. },
  4190. "node_modules/longest-streak": {
  4191. "version": "3.1.0",
  4192. "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
  4193. "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
  4194. "license": "MIT",
  4195. "funding": {
  4196. "type": "github",
  4197. "url": "https://github.com/sponsors/wooorm"
  4198. }
  4199. },
  4200. "node_modules/loose-envify": {
  4201. "version": "1.4.0",
  4202. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  4203. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  4204. "license": "MIT",
  4205. "dependencies": {
  4206. "js-tokens": "^3.0.0 || ^4.0.0"
  4207. },
  4208. "bin": {
  4209. "loose-envify": "cli.js"
  4210. }
  4211. },
  4212. "node_modules/lru-cache": {
  4213. "version": "5.1.1",
  4214. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  4215. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  4216. "dev": true,
  4217. "license": "ISC",
  4218. "dependencies": {
  4219. "yallist": "^3.0.2"
  4220. }
  4221. },
  4222. "node_modules/lucide-react": {
  4223. "version": "0.511.0",
  4224. "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.511.0.tgz",
  4225. "integrity": "sha512-VK5a2ydJ7xm8GvBeKLS9mu1pVK6ucef9780JVUjw6bAjJL/QXnd4Y0p7SPeOUMC27YhzNCZvm5d/QX0Tp3rc0w==",
  4226. "license": "ISC",
  4227. "peerDependencies": {
  4228. "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  4229. }
  4230. },
  4231. "node_modules/map-obj": {
  4232. "version": "5.0.0",
  4233. "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-5.0.0.tgz",
  4234. "integrity": "sha512-2L3MIgJynYrZ3TYMriLDLWocz15okFakV6J12HXvMXDHui2x/zgChzg1u9mFFGbbGWE+GsLpQByt4POb9Or+uA==",
  4235. "license": "MIT",
  4236. "engines": {
  4237. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4238. },
  4239. "funding": {
  4240. "url": "https://github.com/sponsors/sindresorhus"
  4241. }
  4242. },
  4243. "node_modules/markdown-it": {
  4244. "version": "14.1.0",
  4245. "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
  4246. "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
  4247. "license": "MIT",
  4248. "dependencies": {
  4249. "argparse": "^2.0.1",
  4250. "entities": "^4.4.0",
  4251. "linkify-it": "^5.0.0",
  4252. "mdurl": "^2.0.0",
  4253. "punycode.js": "^2.3.1",
  4254. "uc.micro": "^2.1.0"
  4255. },
  4256. "bin": {
  4257. "markdown-it": "bin/markdown-it.mjs"
  4258. }
  4259. },
  4260. "node_modules/math-intrinsics": {
  4261. "version": "1.1.0",
  4262. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  4263. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  4264. "license": "MIT",
  4265. "engines": {
  4266. "node": ">= 0.4"
  4267. }
  4268. },
  4269. "node_modules/mdast-util-from-markdown": {
  4270. "version": "2.0.2",
  4271. "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
  4272. "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
  4273. "license": "MIT",
  4274. "dependencies": {
  4275. "@types/mdast": "^4.0.0",
  4276. "@types/unist": "^3.0.0",
  4277. "decode-named-character-reference": "^1.0.0",
  4278. "devlop": "^1.0.0",
  4279. "mdast-util-to-string": "^4.0.0",
  4280. "micromark": "^4.0.0",
  4281. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  4282. "micromark-util-decode-string": "^2.0.0",
  4283. "micromark-util-normalize-identifier": "^2.0.0",
  4284. "micromark-util-symbol": "^2.0.0",
  4285. "micromark-util-types": "^2.0.0",
  4286. "unist-util-stringify-position": "^4.0.0"
  4287. },
  4288. "funding": {
  4289. "type": "opencollective",
  4290. "url": "https://opencollective.com/unified"
  4291. }
  4292. },
  4293. "node_modules/mdast-util-mdx-expression": {
  4294. "version": "2.0.1",
  4295. "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
  4296. "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
  4297. "license": "MIT",
  4298. "dependencies": {
  4299. "@types/estree-jsx": "^1.0.0",
  4300. "@types/hast": "^3.0.0",
  4301. "@types/mdast": "^4.0.0",
  4302. "devlop": "^1.0.0",
  4303. "mdast-util-from-markdown": "^2.0.0",
  4304. "mdast-util-to-markdown": "^2.0.0"
  4305. },
  4306. "funding": {
  4307. "type": "opencollective",
  4308. "url": "https://opencollective.com/unified"
  4309. }
  4310. },
  4311. "node_modules/mdast-util-mdx-jsx": {
  4312. "version": "3.2.0",
  4313. "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
  4314. "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
  4315. "license": "MIT",
  4316. "dependencies": {
  4317. "@types/estree-jsx": "^1.0.0",
  4318. "@types/hast": "^3.0.0",
  4319. "@types/mdast": "^4.0.0",
  4320. "@types/unist": "^3.0.0",
  4321. "ccount": "^2.0.0",
  4322. "devlop": "^1.1.0",
  4323. "mdast-util-from-markdown": "^2.0.0",
  4324. "mdast-util-to-markdown": "^2.0.0",
  4325. "parse-entities": "^4.0.0",
  4326. "stringify-entities": "^4.0.0",
  4327. "unist-util-stringify-position": "^4.0.0",
  4328. "vfile-message": "^4.0.0"
  4329. },
  4330. "funding": {
  4331. "type": "opencollective",
  4332. "url": "https://opencollective.com/unified"
  4333. }
  4334. },
  4335. "node_modules/mdast-util-mdxjs-esm": {
  4336. "version": "2.0.1",
  4337. "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
  4338. "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
  4339. "license": "MIT",
  4340. "dependencies": {
  4341. "@types/estree-jsx": "^1.0.0",
  4342. "@types/hast": "^3.0.0",
  4343. "@types/mdast": "^4.0.0",
  4344. "devlop": "^1.0.0",
  4345. "mdast-util-from-markdown": "^2.0.0",
  4346. "mdast-util-to-markdown": "^2.0.0"
  4347. },
  4348. "funding": {
  4349. "type": "opencollective",
  4350. "url": "https://opencollective.com/unified"
  4351. }
  4352. },
  4353. "node_modules/mdast-util-phrasing": {
  4354. "version": "4.1.0",
  4355. "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
  4356. "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
  4357. "license": "MIT",
  4358. "dependencies": {
  4359. "@types/mdast": "^4.0.0",
  4360. "unist-util-is": "^6.0.0"
  4361. },
  4362. "funding": {
  4363. "type": "opencollective",
  4364. "url": "https://opencollective.com/unified"
  4365. }
  4366. },
  4367. "node_modules/mdast-util-to-hast": {
  4368. "version": "13.2.0",
  4369. "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz",
  4370. "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
  4371. "license": "MIT",
  4372. "dependencies": {
  4373. "@types/hast": "^3.0.0",
  4374. "@types/mdast": "^4.0.0",
  4375. "@ungap/structured-clone": "^1.0.0",
  4376. "devlop": "^1.0.0",
  4377. "micromark-util-sanitize-uri": "^2.0.0",
  4378. "trim-lines": "^3.0.0",
  4379. "unist-util-position": "^5.0.0",
  4380. "unist-util-visit": "^5.0.0",
  4381. "vfile": "^6.0.0"
  4382. },
  4383. "funding": {
  4384. "type": "opencollective",
  4385. "url": "https://opencollective.com/unified"
  4386. }
  4387. },
  4388. "node_modules/mdast-util-to-markdown": {
  4389. "version": "2.1.2",
  4390. "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
  4391. "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
  4392. "license": "MIT",
  4393. "dependencies": {
  4394. "@types/mdast": "^4.0.0",
  4395. "@types/unist": "^3.0.0",
  4396. "longest-streak": "^3.0.0",
  4397. "mdast-util-phrasing": "^4.0.0",
  4398. "mdast-util-to-string": "^4.0.0",
  4399. "micromark-util-classify-character": "^2.0.0",
  4400. "micromark-util-decode-string": "^2.0.0",
  4401. "unist-util-visit": "^5.0.0",
  4402. "zwitch": "^2.0.0"
  4403. },
  4404. "funding": {
  4405. "type": "opencollective",
  4406. "url": "https://opencollective.com/unified"
  4407. }
  4408. },
  4409. "node_modules/mdast-util-to-string": {
  4410. "version": "4.0.0",
  4411. "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
  4412. "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
  4413. "license": "MIT",
  4414. "dependencies": {
  4415. "@types/mdast": "^4.0.0"
  4416. },
  4417. "funding": {
  4418. "type": "opencollective",
  4419. "url": "https://opencollective.com/unified"
  4420. }
  4421. },
  4422. "node_modules/mdurl": {
  4423. "version": "2.0.0",
  4424. "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
  4425. "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
  4426. "license": "MIT"
  4427. },
  4428. "node_modules/merge2": {
  4429. "version": "1.4.1",
  4430. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  4431. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  4432. "dev": true,
  4433. "license": "MIT",
  4434. "engines": {
  4435. "node": ">= 8"
  4436. }
  4437. },
  4438. "node_modules/micromark": {
  4439. "version": "4.0.2",
  4440. "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
  4441. "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
  4442. "funding": [
  4443. {
  4444. "type": "GitHub Sponsors",
  4445. "url": "https://github.com/sponsors/unifiedjs"
  4446. },
  4447. {
  4448. "type": "OpenCollective",
  4449. "url": "https://opencollective.com/unified"
  4450. }
  4451. ],
  4452. "license": "MIT",
  4453. "dependencies": {
  4454. "@types/debug": "^4.0.0",
  4455. "debug": "^4.0.0",
  4456. "decode-named-character-reference": "^1.0.0",
  4457. "devlop": "^1.0.0",
  4458. "micromark-core-commonmark": "^2.0.0",
  4459. "micromark-factory-space": "^2.0.0",
  4460. "micromark-util-character": "^2.0.0",
  4461. "micromark-util-chunked": "^2.0.0",
  4462. "micromark-util-combine-extensions": "^2.0.0",
  4463. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  4464. "micromark-util-encode": "^2.0.0",
  4465. "micromark-util-normalize-identifier": "^2.0.0",
  4466. "micromark-util-resolve-all": "^2.0.0",
  4467. "micromark-util-sanitize-uri": "^2.0.0",
  4468. "micromark-util-subtokenize": "^2.0.0",
  4469. "micromark-util-symbol": "^2.0.0",
  4470. "micromark-util-types": "^2.0.0"
  4471. }
  4472. },
  4473. "node_modules/micromark-core-commonmark": {
  4474. "version": "2.0.3",
  4475. "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
  4476. "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
  4477. "funding": [
  4478. {
  4479. "type": "GitHub Sponsors",
  4480. "url": "https://github.com/sponsors/unifiedjs"
  4481. },
  4482. {
  4483. "type": "OpenCollective",
  4484. "url": "https://opencollective.com/unified"
  4485. }
  4486. ],
  4487. "license": "MIT",
  4488. "dependencies": {
  4489. "decode-named-character-reference": "^1.0.0",
  4490. "devlop": "^1.0.0",
  4491. "micromark-factory-destination": "^2.0.0",
  4492. "micromark-factory-label": "^2.0.0",
  4493. "micromark-factory-space": "^2.0.0",
  4494. "micromark-factory-title": "^2.0.0",
  4495. "micromark-factory-whitespace": "^2.0.0",
  4496. "micromark-util-character": "^2.0.0",
  4497. "micromark-util-chunked": "^2.0.0",
  4498. "micromark-util-classify-character": "^2.0.0",
  4499. "micromark-util-html-tag-name": "^2.0.0",
  4500. "micromark-util-normalize-identifier": "^2.0.0",
  4501. "micromark-util-resolve-all": "^2.0.0",
  4502. "micromark-util-subtokenize": "^2.0.0",
  4503. "micromark-util-symbol": "^2.0.0",
  4504. "micromark-util-types": "^2.0.0"
  4505. }
  4506. },
  4507. "node_modules/micromark-factory-destination": {
  4508. "version": "2.0.1",
  4509. "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
  4510. "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
  4511. "funding": [
  4512. {
  4513. "type": "GitHub Sponsors",
  4514. "url": "https://github.com/sponsors/unifiedjs"
  4515. },
  4516. {
  4517. "type": "OpenCollective",
  4518. "url": "https://opencollective.com/unified"
  4519. }
  4520. ],
  4521. "license": "MIT",
  4522. "dependencies": {
  4523. "micromark-util-character": "^2.0.0",
  4524. "micromark-util-symbol": "^2.0.0",
  4525. "micromark-util-types": "^2.0.0"
  4526. }
  4527. },
  4528. "node_modules/micromark-factory-label": {
  4529. "version": "2.0.1",
  4530. "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
  4531. "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
  4532. "funding": [
  4533. {
  4534. "type": "GitHub Sponsors",
  4535. "url": "https://github.com/sponsors/unifiedjs"
  4536. },
  4537. {
  4538. "type": "OpenCollective",
  4539. "url": "https://opencollective.com/unified"
  4540. }
  4541. ],
  4542. "license": "MIT",
  4543. "dependencies": {
  4544. "devlop": "^1.0.0",
  4545. "micromark-util-character": "^2.0.0",
  4546. "micromark-util-symbol": "^2.0.0",
  4547. "micromark-util-types": "^2.0.0"
  4548. }
  4549. },
  4550. "node_modules/micromark-factory-space": {
  4551. "version": "2.0.1",
  4552. "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
  4553. "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
  4554. "funding": [
  4555. {
  4556. "type": "GitHub Sponsors",
  4557. "url": "https://github.com/sponsors/unifiedjs"
  4558. },
  4559. {
  4560. "type": "OpenCollective",
  4561. "url": "https://opencollective.com/unified"
  4562. }
  4563. ],
  4564. "license": "MIT",
  4565. "dependencies": {
  4566. "micromark-util-character": "^2.0.0",
  4567. "micromark-util-types": "^2.0.0"
  4568. }
  4569. },
  4570. "node_modules/micromark-factory-title": {
  4571. "version": "2.0.1",
  4572. "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
  4573. "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
  4574. "funding": [
  4575. {
  4576. "type": "GitHub Sponsors",
  4577. "url": "https://github.com/sponsors/unifiedjs"
  4578. },
  4579. {
  4580. "type": "OpenCollective",
  4581. "url": "https://opencollective.com/unified"
  4582. }
  4583. ],
  4584. "license": "MIT",
  4585. "dependencies": {
  4586. "micromark-factory-space": "^2.0.0",
  4587. "micromark-util-character": "^2.0.0",
  4588. "micromark-util-symbol": "^2.0.0",
  4589. "micromark-util-types": "^2.0.0"
  4590. }
  4591. },
  4592. "node_modules/micromark-factory-whitespace": {
  4593. "version": "2.0.1",
  4594. "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
  4595. "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
  4596. "funding": [
  4597. {
  4598. "type": "GitHub Sponsors",
  4599. "url": "https://github.com/sponsors/unifiedjs"
  4600. },
  4601. {
  4602. "type": "OpenCollective",
  4603. "url": "https://opencollective.com/unified"
  4604. }
  4605. ],
  4606. "license": "MIT",
  4607. "dependencies": {
  4608. "micromark-factory-space": "^2.0.0",
  4609. "micromark-util-character": "^2.0.0",
  4610. "micromark-util-symbol": "^2.0.0",
  4611. "micromark-util-types": "^2.0.0"
  4612. }
  4613. },
  4614. "node_modules/micromark-util-character": {
  4615. "version": "2.1.1",
  4616. "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
  4617. "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
  4618. "funding": [
  4619. {
  4620. "type": "GitHub Sponsors",
  4621. "url": "https://github.com/sponsors/unifiedjs"
  4622. },
  4623. {
  4624. "type": "OpenCollective",
  4625. "url": "https://opencollective.com/unified"
  4626. }
  4627. ],
  4628. "license": "MIT",
  4629. "dependencies": {
  4630. "micromark-util-symbol": "^2.0.0",
  4631. "micromark-util-types": "^2.0.0"
  4632. }
  4633. },
  4634. "node_modules/micromark-util-chunked": {
  4635. "version": "2.0.1",
  4636. "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
  4637. "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
  4638. "funding": [
  4639. {
  4640. "type": "GitHub Sponsors",
  4641. "url": "https://github.com/sponsors/unifiedjs"
  4642. },
  4643. {
  4644. "type": "OpenCollective",
  4645. "url": "https://opencollective.com/unified"
  4646. }
  4647. ],
  4648. "license": "MIT",
  4649. "dependencies": {
  4650. "micromark-util-symbol": "^2.0.0"
  4651. }
  4652. },
  4653. "node_modules/micromark-util-classify-character": {
  4654. "version": "2.0.1",
  4655. "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
  4656. "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
  4657. "funding": [
  4658. {
  4659. "type": "GitHub Sponsors",
  4660. "url": "https://github.com/sponsors/unifiedjs"
  4661. },
  4662. {
  4663. "type": "OpenCollective",
  4664. "url": "https://opencollective.com/unified"
  4665. }
  4666. ],
  4667. "license": "MIT",
  4668. "dependencies": {
  4669. "micromark-util-character": "^2.0.0",
  4670. "micromark-util-symbol": "^2.0.0",
  4671. "micromark-util-types": "^2.0.0"
  4672. }
  4673. },
  4674. "node_modules/micromark-util-combine-extensions": {
  4675. "version": "2.0.1",
  4676. "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
  4677. "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
  4678. "funding": [
  4679. {
  4680. "type": "GitHub Sponsors",
  4681. "url": "https://github.com/sponsors/unifiedjs"
  4682. },
  4683. {
  4684. "type": "OpenCollective",
  4685. "url": "https://opencollective.com/unified"
  4686. }
  4687. ],
  4688. "license": "MIT",
  4689. "dependencies": {
  4690. "micromark-util-chunked": "^2.0.0",
  4691. "micromark-util-types": "^2.0.0"
  4692. }
  4693. },
  4694. "node_modules/micromark-util-decode-numeric-character-reference": {
  4695. "version": "2.0.2",
  4696. "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
  4697. "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
  4698. "funding": [
  4699. {
  4700. "type": "GitHub Sponsors",
  4701. "url": "https://github.com/sponsors/unifiedjs"
  4702. },
  4703. {
  4704. "type": "OpenCollective",
  4705. "url": "https://opencollective.com/unified"
  4706. }
  4707. ],
  4708. "license": "MIT",
  4709. "dependencies": {
  4710. "micromark-util-symbol": "^2.0.0"
  4711. }
  4712. },
  4713. "node_modules/micromark-util-decode-string": {
  4714. "version": "2.0.1",
  4715. "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
  4716. "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
  4717. "funding": [
  4718. {
  4719. "type": "GitHub Sponsors",
  4720. "url": "https://github.com/sponsors/unifiedjs"
  4721. },
  4722. {
  4723. "type": "OpenCollective",
  4724. "url": "https://opencollective.com/unified"
  4725. }
  4726. ],
  4727. "license": "MIT",
  4728. "dependencies": {
  4729. "decode-named-character-reference": "^1.0.0",
  4730. "micromark-util-character": "^2.0.0",
  4731. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  4732. "micromark-util-symbol": "^2.0.0"
  4733. }
  4734. },
  4735. "node_modules/micromark-util-encode": {
  4736. "version": "2.0.1",
  4737. "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
  4738. "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
  4739. "funding": [
  4740. {
  4741. "type": "GitHub Sponsors",
  4742. "url": "https://github.com/sponsors/unifiedjs"
  4743. },
  4744. {
  4745. "type": "OpenCollective",
  4746. "url": "https://opencollective.com/unified"
  4747. }
  4748. ],
  4749. "license": "MIT"
  4750. },
  4751. "node_modules/micromark-util-html-tag-name": {
  4752. "version": "2.0.1",
  4753. "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
  4754. "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
  4755. "funding": [
  4756. {
  4757. "type": "GitHub Sponsors",
  4758. "url": "https://github.com/sponsors/unifiedjs"
  4759. },
  4760. {
  4761. "type": "OpenCollective",
  4762. "url": "https://opencollective.com/unified"
  4763. }
  4764. ],
  4765. "license": "MIT"
  4766. },
  4767. "node_modules/micromark-util-normalize-identifier": {
  4768. "version": "2.0.1",
  4769. "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
  4770. "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
  4771. "funding": [
  4772. {
  4773. "type": "GitHub Sponsors",
  4774. "url": "https://github.com/sponsors/unifiedjs"
  4775. },
  4776. {
  4777. "type": "OpenCollective",
  4778. "url": "https://opencollective.com/unified"
  4779. }
  4780. ],
  4781. "license": "MIT",
  4782. "dependencies": {
  4783. "micromark-util-symbol": "^2.0.0"
  4784. }
  4785. },
  4786. "node_modules/micromark-util-resolve-all": {
  4787. "version": "2.0.1",
  4788. "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
  4789. "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
  4790. "funding": [
  4791. {
  4792. "type": "GitHub Sponsors",
  4793. "url": "https://github.com/sponsors/unifiedjs"
  4794. },
  4795. {
  4796. "type": "OpenCollective",
  4797. "url": "https://opencollective.com/unified"
  4798. }
  4799. ],
  4800. "license": "MIT",
  4801. "dependencies": {
  4802. "micromark-util-types": "^2.0.0"
  4803. }
  4804. },
  4805. "node_modules/micromark-util-sanitize-uri": {
  4806. "version": "2.0.1",
  4807. "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
  4808. "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
  4809. "funding": [
  4810. {
  4811. "type": "GitHub Sponsors",
  4812. "url": "https://github.com/sponsors/unifiedjs"
  4813. },
  4814. {
  4815. "type": "OpenCollective",
  4816. "url": "https://opencollective.com/unified"
  4817. }
  4818. ],
  4819. "license": "MIT",
  4820. "dependencies": {
  4821. "micromark-util-character": "^2.0.0",
  4822. "micromark-util-encode": "^2.0.0",
  4823. "micromark-util-symbol": "^2.0.0"
  4824. }
  4825. },
  4826. "node_modules/micromark-util-subtokenize": {
  4827. "version": "2.1.0",
  4828. "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
  4829. "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
  4830. "funding": [
  4831. {
  4832. "type": "GitHub Sponsors",
  4833. "url": "https://github.com/sponsors/unifiedjs"
  4834. },
  4835. {
  4836. "type": "OpenCollective",
  4837. "url": "https://opencollective.com/unified"
  4838. }
  4839. ],
  4840. "license": "MIT",
  4841. "dependencies": {
  4842. "devlop": "^1.0.0",
  4843. "micromark-util-chunked": "^2.0.0",
  4844. "micromark-util-symbol": "^2.0.0",
  4845. "micromark-util-types": "^2.0.0"
  4846. }
  4847. },
  4848. "node_modules/micromark-util-symbol": {
  4849. "version": "2.0.1",
  4850. "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
  4851. "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
  4852. "funding": [
  4853. {
  4854. "type": "GitHub Sponsors",
  4855. "url": "https://github.com/sponsors/unifiedjs"
  4856. },
  4857. {
  4858. "type": "OpenCollective",
  4859. "url": "https://opencollective.com/unified"
  4860. }
  4861. ],
  4862. "license": "MIT"
  4863. },
  4864. "node_modules/micromark-util-types": {
  4865. "version": "2.0.2",
  4866. "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
  4867. "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
  4868. "funding": [
  4869. {
  4870. "type": "GitHub Sponsors",
  4871. "url": "https://github.com/sponsors/unifiedjs"
  4872. },
  4873. {
  4874. "type": "OpenCollective",
  4875. "url": "https://opencollective.com/unified"
  4876. }
  4877. ],
  4878. "license": "MIT"
  4879. },
  4880. "node_modules/micromatch": {
  4881. "version": "4.0.8",
  4882. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  4883. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  4884. "dev": true,
  4885. "license": "MIT",
  4886. "dependencies": {
  4887. "braces": "^3.0.3",
  4888. "picomatch": "^2.3.1"
  4889. },
  4890. "engines": {
  4891. "node": ">=8.6"
  4892. }
  4893. },
  4894. "node_modules/mime-db": {
  4895. "version": "1.52.0",
  4896. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  4897. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  4898. "license": "MIT",
  4899. "engines": {
  4900. "node": ">= 0.6"
  4901. }
  4902. },
  4903. "node_modules/mime-types": {
  4904. "version": "2.1.35",
  4905. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  4906. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  4907. "license": "MIT",
  4908. "dependencies": {
  4909. "mime-db": "1.52.0"
  4910. },
  4911. "engines": {
  4912. "node": ">= 0.6"
  4913. }
  4914. },
  4915. "node_modules/minimatch": {
  4916. "version": "3.1.2",
  4917. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  4918. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  4919. "dev": true,
  4920. "license": "ISC",
  4921. "dependencies": {
  4922. "brace-expansion": "^1.1.7"
  4923. },
  4924. "engines": {
  4925. "node": "*"
  4926. }
  4927. },
  4928. "node_modules/minipass": {
  4929. "version": "7.1.2",
  4930. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
  4931. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  4932. "dev": true,
  4933. "license": "ISC",
  4934. "engines": {
  4935. "node": ">=16 || 14 >=14.17"
  4936. }
  4937. },
  4938. "node_modules/ms": {
  4939. "version": "2.1.3",
  4940. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  4941. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  4942. "license": "MIT"
  4943. },
  4944. "node_modules/mz": {
  4945. "version": "2.7.0",
  4946. "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
  4947. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  4948. "dev": true,
  4949. "license": "MIT",
  4950. "dependencies": {
  4951. "any-promise": "^1.0.0",
  4952. "object-assign": "^4.0.1",
  4953. "thenify-all": "^1.0.0"
  4954. }
  4955. },
  4956. "node_modules/nanoid": {
  4957. "version": "3.3.11",
  4958. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  4959. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  4960. "dev": true,
  4961. "funding": [
  4962. {
  4963. "type": "github",
  4964. "url": "https://github.com/sponsors/ai"
  4965. }
  4966. ],
  4967. "license": "MIT",
  4968. "bin": {
  4969. "nanoid": "bin/nanoid.cjs"
  4970. },
  4971. "engines": {
  4972. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  4973. }
  4974. },
  4975. "node_modules/natural-compare": {
  4976. "version": "1.4.0",
  4977. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  4978. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  4979. "dev": true,
  4980. "license": "MIT"
  4981. },
  4982. "node_modules/node-releases": {
  4983. "version": "2.0.19",
  4984. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz",
  4985. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
  4986. "dev": true,
  4987. "license": "MIT"
  4988. },
  4989. "node_modules/normalize-path": {
  4990. "version": "3.0.0",
  4991. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  4992. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  4993. "dev": true,
  4994. "license": "MIT",
  4995. "engines": {
  4996. "node": ">=0.10.0"
  4997. }
  4998. },
  4999. "node_modules/normalize-range": {
  5000. "version": "0.1.2",
  5001. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  5002. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  5003. "dev": true,
  5004. "license": "MIT",
  5005. "engines": {
  5006. "node": ">=0.10.0"
  5007. }
  5008. },
  5009. "node_modules/object-assign": {
  5010. "version": "4.1.1",
  5011. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  5012. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  5013. "dev": true,
  5014. "license": "MIT",
  5015. "engines": {
  5016. "node": ">=0.10.0"
  5017. }
  5018. },
  5019. "node_modules/object-hash": {
  5020. "version": "3.0.0",
  5021. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  5022. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  5023. "dev": true,
  5024. "license": "MIT",
  5025. "engines": {
  5026. "node": ">= 6"
  5027. }
  5028. },
  5029. "node_modules/optionator": {
  5030. "version": "0.9.4",
  5031. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  5032. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  5033. "dev": true,
  5034. "license": "MIT",
  5035. "dependencies": {
  5036. "deep-is": "^0.1.3",
  5037. "fast-levenshtein": "^2.0.6",
  5038. "levn": "^0.4.1",
  5039. "prelude-ls": "^1.2.1",
  5040. "type-check": "^0.4.0",
  5041. "word-wrap": "^1.2.5"
  5042. },
  5043. "engines": {
  5044. "node": ">= 0.8.0"
  5045. }
  5046. },
  5047. "node_modules/p-limit": {
  5048. "version": "3.1.0",
  5049. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  5050. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  5051. "dev": true,
  5052. "license": "MIT",
  5053. "dependencies": {
  5054. "yocto-queue": "^0.1.0"
  5055. },
  5056. "engines": {
  5057. "node": ">=10"
  5058. },
  5059. "funding": {
  5060. "url": "https://github.com/sponsors/sindresorhus"
  5061. }
  5062. },
  5063. "node_modules/p-locate": {
  5064. "version": "5.0.0",
  5065. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  5066. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  5067. "dev": true,
  5068. "license": "MIT",
  5069. "dependencies": {
  5070. "p-limit": "^3.0.2"
  5071. },
  5072. "engines": {
  5073. "node": ">=10"
  5074. },
  5075. "funding": {
  5076. "url": "https://github.com/sponsors/sindresorhus"
  5077. }
  5078. },
  5079. "node_modules/package-json-from-dist": {
  5080. "version": "1.0.1",
  5081. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  5082. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  5083. "dev": true,
  5084. "license": "BlueOak-1.0.0"
  5085. },
  5086. "node_modules/parent-module": {
  5087. "version": "1.0.1",
  5088. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  5089. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  5090. "dev": true,
  5091. "license": "MIT",
  5092. "dependencies": {
  5093. "callsites": "^3.0.0"
  5094. },
  5095. "engines": {
  5096. "node": ">=6"
  5097. }
  5098. },
  5099. "node_modules/parse-entities": {
  5100. "version": "4.0.2",
  5101. "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
  5102. "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
  5103. "license": "MIT",
  5104. "dependencies": {
  5105. "@types/unist": "^2.0.0",
  5106. "character-entities-legacy": "^3.0.0",
  5107. "character-reference-invalid": "^2.0.0",
  5108. "decode-named-character-reference": "^1.0.0",
  5109. "is-alphanumerical": "^2.0.0",
  5110. "is-decimal": "^2.0.0",
  5111. "is-hexadecimal": "^2.0.0"
  5112. },
  5113. "funding": {
  5114. "type": "github",
  5115. "url": "https://github.com/sponsors/wooorm"
  5116. }
  5117. },
  5118. "node_modules/parse-entities/node_modules/@types/unist": {
  5119. "version": "2.0.11",
  5120. "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
  5121. "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
  5122. "license": "MIT"
  5123. },
  5124. "node_modules/path-exists": {
  5125. "version": "4.0.0",
  5126. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  5127. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  5128. "dev": true,
  5129. "license": "MIT",
  5130. "engines": {
  5131. "node": ">=8"
  5132. }
  5133. },
  5134. "node_modules/path-key": {
  5135. "version": "3.1.1",
  5136. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  5137. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5138. "dev": true,
  5139. "license": "MIT",
  5140. "engines": {
  5141. "node": ">=8"
  5142. }
  5143. },
  5144. "node_modules/path-parse": {
  5145. "version": "1.0.7",
  5146. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  5147. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  5148. "dev": true,
  5149. "license": "MIT"
  5150. },
  5151. "node_modules/path-scurry": {
  5152. "version": "1.11.1",
  5153. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  5154. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  5155. "dev": true,
  5156. "license": "BlueOak-1.0.0",
  5157. "dependencies": {
  5158. "lru-cache": "^10.2.0",
  5159. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  5160. },
  5161. "engines": {
  5162. "node": ">=16 || 14 >=14.18"
  5163. },
  5164. "funding": {
  5165. "url": "https://github.com/sponsors/isaacs"
  5166. }
  5167. },
  5168. "node_modules/path-scurry/node_modules/lru-cache": {
  5169. "version": "10.4.3",
  5170. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  5171. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  5172. "dev": true,
  5173. "license": "ISC"
  5174. },
  5175. "node_modules/picocolors": {
  5176. "version": "1.1.1",
  5177. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  5178. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  5179. "dev": true,
  5180. "license": "ISC"
  5181. },
  5182. "node_modules/picomatch": {
  5183. "version": "2.3.1",
  5184. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  5185. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  5186. "dev": true,
  5187. "license": "MIT",
  5188. "engines": {
  5189. "node": ">=8.6"
  5190. },
  5191. "funding": {
  5192. "url": "https://github.com/sponsors/jonschlinkert"
  5193. }
  5194. },
  5195. "node_modules/pify": {
  5196. "version": "2.3.0",
  5197. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  5198. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  5199. "dev": true,
  5200. "license": "MIT",
  5201. "engines": {
  5202. "node": ">=0.10.0"
  5203. }
  5204. },
  5205. "node_modules/pirates": {
  5206. "version": "4.0.7",
  5207. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
  5208. "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
  5209. "dev": true,
  5210. "license": "MIT",
  5211. "engines": {
  5212. "node": ">= 6"
  5213. }
  5214. },
  5215. "node_modules/postcss": {
  5216. "version": "8.5.3",
  5217. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
  5218. "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
  5219. "dev": true,
  5220. "funding": [
  5221. {
  5222. "type": "opencollective",
  5223. "url": "https://opencollective.com/postcss/"
  5224. },
  5225. {
  5226. "type": "tidelift",
  5227. "url": "https://tidelift.com/funding/github/npm/postcss"
  5228. },
  5229. {
  5230. "type": "github",
  5231. "url": "https://github.com/sponsors/ai"
  5232. }
  5233. ],
  5234. "license": "MIT",
  5235. "dependencies": {
  5236. "nanoid": "^3.3.8",
  5237. "picocolors": "^1.1.1",
  5238. "source-map-js": "^1.2.1"
  5239. },
  5240. "engines": {
  5241. "node": "^10 || ^12 || >=14"
  5242. }
  5243. },
  5244. "node_modules/postcss-import": {
  5245. "version": "15.1.0",
  5246. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
  5247. "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
  5248. "dev": true,
  5249. "license": "MIT",
  5250. "dependencies": {
  5251. "postcss-value-parser": "^4.0.0",
  5252. "read-cache": "^1.0.0",
  5253. "resolve": "^1.1.7"
  5254. },
  5255. "engines": {
  5256. "node": ">=14.0.0"
  5257. },
  5258. "peerDependencies": {
  5259. "postcss": "^8.0.0"
  5260. }
  5261. },
  5262. "node_modules/postcss-js": {
  5263. "version": "4.0.1",
  5264. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
  5265. "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
  5266. "dev": true,
  5267. "license": "MIT",
  5268. "dependencies": {
  5269. "camelcase-css": "^2.0.1"
  5270. },
  5271. "engines": {
  5272. "node": "^12 || ^14 || >= 16"
  5273. },
  5274. "funding": {
  5275. "type": "opencollective",
  5276. "url": "https://opencollective.com/postcss/"
  5277. },
  5278. "peerDependencies": {
  5279. "postcss": "^8.4.21"
  5280. }
  5281. },
  5282. "node_modules/postcss-load-config": {
  5283. "version": "4.0.2",
  5284. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
  5285. "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
  5286. "dev": true,
  5287. "funding": [
  5288. {
  5289. "type": "opencollective",
  5290. "url": "https://opencollective.com/postcss/"
  5291. },
  5292. {
  5293. "type": "github",
  5294. "url": "https://github.com/sponsors/ai"
  5295. }
  5296. ],
  5297. "license": "MIT",
  5298. "dependencies": {
  5299. "lilconfig": "^3.0.0",
  5300. "yaml": "^2.3.4"
  5301. },
  5302. "engines": {
  5303. "node": ">= 14"
  5304. },
  5305. "peerDependencies": {
  5306. "postcss": ">=8.0.9",
  5307. "ts-node": ">=9.0.0"
  5308. },
  5309. "peerDependenciesMeta": {
  5310. "postcss": {
  5311. "optional": true
  5312. },
  5313. "ts-node": {
  5314. "optional": true
  5315. }
  5316. }
  5317. },
  5318. "node_modules/postcss-load-config/node_modules/lilconfig": {
  5319. "version": "3.1.3",
  5320. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
  5321. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  5322. "dev": true,
  5323. "license": "MIT",
  5324. "engines": {
  5325. "node": ">=14"
  5326. },
  5327. "funding": {
  5328. "url": "https://github.com/sponsors/antonk52"
  5329. }
  5330. },
  5331. "node_modules/postcss-nested": {
  5332. "version": "6.2.0",
  5333. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
  5334. "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
  5335. "dev": true,
  5336. "funding": [
  5337. {
  5338. "type": "opencollective",
  5339. "url": "https://opencollective.com/postcss/"
  5340. },
  5341. {
  5342. "type": "github",
  5343. "url": "https://github.com/sponsors/ai"
  5344. }
  5345. ],
  5346. "license": "MIT",
  5347. "dependencies": {
  5348. "postcss-selector-parser": "^6.1.1"
  5349. },
  5350. "engines": {
  5351. "node": ">=12.0"
  5352. },
  5353. "peerDependencies": {
  5354. "postcss": "^8.2.14"
  5355. }
  5356. },
  5357. "node_modules/postcss-selector-parser": {
  5358. "version": "6.1.2",
  5359. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  5360. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  5361. "dev": true,
  5362. "license": "MIT",
  5363. "dependencies": {
  5364. "cssesc": "^3.0.0",
  5365. "util-deprecate": "^1.0.2"
  5366. },
  5367. "engines": {
  5368. "node": ">=4"
  5369. }
  5370. },
  5371. "node_modules/postcss-value-parser": {
  5372. "version": "4.2.0",
  5373. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  5374. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  5375. "dev": true,
  5376. "license": "MIT"
  5377. },
  5378. "node_modules/prelude-ls": {
  5379. "version": "1.2.1",
  5380. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  5381. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  5382. "dev": true,
  5383. "license": "MIT",
  5384. "engines": {
  5385. "node": ">= 0.8.0"
  5386. }
  5387. },
  5388. "node_modules/property-information": {
  5389. "version": "7.1.0",
  5390. "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
  5391. "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
  5392. "license": "MIT",
  5393. "funding": {
  5394. "type": "github",
  5395. "url": "https://github.com/sponsors/wooorm"
  5396. }
  5397. },
  5398. "node_modules/proxy-from-env": {
  5399. "version": "1.1.0",
  5400. "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  5401. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  5402. "license": "MIT"
  5403. },
  5404. "node_modules/punycode": {
  5405. "version": "2.3.1",
  5406. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  5407. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5408. "dev": true,
  5409. "license": "MIT",
  5410. "engines": {
  5411. "node": ">=6"
  5412. }
  5413. },
  5414. "node_modules/punycode.js": {
  5415. "version": "2.3.1",
  5416. "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
  5417. "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
  5418. "license": "MIT",
  5419. "engines": {
  5420. "node": ">=6"
  5421. }
  5422. },
  5423. "node_modules/queue-microtask": {
  5424. "version": "1.2.3",
  5425. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  5426. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  5427. "dev": true,
  5428. "funding": [
  5429. {
  5430. "type": "github",
  5431. "url": "https://github.com/sponsors/feross"
  5432. },
  5433. {
  5434. "type": "patreon",
  5435. "url": "https://www.patreon.com/feross"
  5436. },
  5437. {
  5438. "type": "consulting",
  5439. "url": "https://feross.org/support"
  5440. }
  5441. ],
  5442. "license": "MIT"
  5443. },
  5444. "node_modules/quick-lru": {
  5445. "version": "6.1.2",
  5446. "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-6.1.2.tgz",
  5447. "integrity": "sha512-AAFUA5O1d83pIHEhJwWCq/RQcRukCkn/NSm2QsTEMle5f2hP0ChI2+3Xb051PZCkLryI/Ir1MVKviT2FIloaTQ==",
  5448. "license": "MIT",
  5449. "engines": {
  5450. "node": ">=12"
  5451. },
  5452. "funding": {
  5453. "url": "https://github.com/sponsors/sindresorhus"
  5454. }
  5455. },
  5456. "node_modules/react": {
  5457. "version": "19.1.0",
  5458. "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz",
  5459. "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==",
  5460. "license": "MIT",
  5461. "engines": {
  5462. "node": ">=0.10.0"
  5463. }
  5464. },
  5465. "node_modules/react-dom": {
  5466. "version": "19.1.0",
  5467. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz",
  5468. "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==",
  5469. "license": "MIT",
  5470. "dependencies": {
  5471. "scheduler": "^0.26.0"
  5472. },
  5473. "peerDependencies": {
  5474. "react": "^19.1.0"
  5475. }
  5476. },
  5477. "node_modules/react-fast-compare": {
  5478. "version": "3.2.2",
  5479. "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz",
  5480. "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==",
  5481. "license": "MIT"
  5482. },
  5483. "node_modules/react-helmet-async": {
  5484. "version": "2.0.5",
  5485. "resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-2.0.5.tgz",
  5486. "integrity": "sha512-rYUYHeus+i27MvFE+Jaa4WsyBKGkL6qVgbJvSBoX8mbsWoABJXdEO0bZyi0F6i+4f0NuIb8AvqPMj3iXFHkMwg==",
  5487. "license": "Apache-2.0",
  5488. "dependencies": {
  5489. "invariant": "^2.2.4",
  5490. "react-fast-compare": "^3.2.2",
  5491. "shallowequal": "^1.1.0"
  5492. },
  5493. "peerDependencies": {
  5494. "react": "^16.6.0 || ^17.0.0 || ^18.0.0"
  5495. }
  5496. },
  5497. "node_modules/react-markdown": {
  5498. "version": "10.1.0",
  5499. "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.1.0.tgz",
  5500. "integrity": "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==",
  5501. "license": "MIT",
  5502. "dependencies": {
  5503. "@types/hast": "^3.0.0",
  5504. "@types/mdast": "^4.0.0",
  5505. "devlop": "^1.0.0",
  5506. "hast-util-to-jsx-runtime": "^2.0.0",
  5507. "html-url-attributes": "^3.0.0",
  5508. "mdast-util-to-hast": "^13.0.0",
  5509. "remark-parse": "^11.0.0",
  5510. "remark-rehype": "^11.0.0",
  5511. "unified": "^11.0.0",
  5512. "unist-util-visit": "^5.0.0",
  5513. "vfile": "^6.0.0"
  5514. },
  5515. "funding": {
  5516. "type": "opencollective",
  5517. "url": "https://opencollective.com/unified"
  5518. },
  5519. "peerDependencies": {
  5520. "@types/react": ">=18",
  5521. "react": ">=18"
  5522. }
  5523. },
  5524. "node_modules/react-markdown-editor-lite": {
  5525. "version": "1.3.4",
  5526. "resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-1.3.4.tgz",
  5527. "integrity": "sha512-PhS4HzLzSgCsr8O9CfJX75nAYmZ0NwpfviLxARlT0Tau+APOerDSHSw3u9hub5wd0EqmonWibw0vhXXNu4ldRA==",
  5528. "license": "MIT",
  5529. "dependencies": {
  5530. "@babel/runtime": "^7.6.2",
  5531. "classnames": "^2.2.6",
  5532. "eventemitter3": "^4.0.0",
  5533. "uuid": "^8.3.2"
  5534. },
  5535. "peerDependencies": {
  5536. "react": "^16.9.0 || ^17.0.0 || ^18.0.0"
  5537. }
  5538. },
  5539. "node_modules/react-refresh": {
  5540. "version": "0.17.0",
  5541. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
  5542. "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
  5543. "dev": true,
  5544. "license": "MIT",
  5545. "engines": {
  5546. "node": ">=0.10.0"
  5547. }
  5548. },
  5549. "node_modules/react-remove-scroll": {
  5550. "version": "2.7.0",
  5551. "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.7.0.tgz",
  5552. "integrity": "sha512-sGsQtcjMqdQyijAHytfGEELB8FufGbfXIsvUTe+NLx1GDRJCXtCFLBLUI1eyZCKXXvbEU2C6gai0PZKoIE9Vbg==",
  5553. "license": "MIT",
  5554. "dependencies": {
  5555. "react-remove-scroll-bar": "^2.3.7",
  5556. "react-style-singleton": "^2.2.3",
  5557. "tslib": "^2.1.0",
  5558. "use-callback-ref": "^1.3.3",
  5559. "use-sidecar": "^1.1.3"
  5560. },
  5561. "engines": {
  5562. "node": ">=10"
  5563. },
  5564. "peerDependencies": {
  5565. "@types/react": "*",
  5566. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
  5567. },
  5568. "peerDependenciesMeta": {
  5569. "@types/react": {
  5570. "optional": true
  5571. }
  5572. }
  5573. },
  5574. "node_modules/react-remove-scroll-bar": {
  5575. "version": "2.3.8",
  5576. "resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz",
  5577. "integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==",
  5578. "license": "MIT",
  5579. "dependencies": {
  5580. "react-style-singleton": "^2.2.2",
  5581. "tslib": "^2.0.0"
  5582. },
  5583. "engines": {
  5584. "node": ">=10"
  5585. },
  5586. "peerDependencies": {
  5587. "@types/react": "*",
  5588. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  5589. },
  5590. "peerDependenciesMeta": {
  5591. "@types/react": {
  5592. "optional": true
  5593. }
  5594. }
  5595. },
  5596. "node_modules/react-router": {
  5597. "version": "6.30.0",
  5598. "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.30.0.tgz",
  5599. "integrity": "sha512-D3X8FyH9nBcTSHGdEKurK7r8OYE1kKFn3d/CF+CoxbSHkxU7o37+Uh7eAHRXr6k2tSExXYO++07PeXJtA/dEhQ==",
  5600. "license": "MIT",
  5601. "dependencies": {
  5602. "@remix-run/router": "1.23.0"
  5603. },
  5604. "engines": {
  5605. "node": ">=14.0.0"
  5606. },
  5607. "peerDependencies": {
  5608. "react": ">=16.8"
  5609. }
  5610. },
  5611. "node_modules/react-router-dom": {
  5612. "version": "6.30.0",
  5613. "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.30.0.tgz",
  5614. "integrity": "sha512-x30B78HV5tFk8ex0ITwzC9TTZMua4jGyA9IUlH1JLQYQTFyxr/ZxwOJq7evg1JX1qGVUcvhsmQSKdPncQrjTgA==",
  5615. "license": "MIT",
  5616. "dependencies": {
  5617. "@remix-run/router": "1.23.0",
  5618. "react-router": "6.30.0"
  5619. },
  5620. "engines": {
  5621. "node": ">=14.0.0"
  5622. },
  5623. "peerDependencies": {
  5624. "react": ">=16.8",
  5625. "react-dom": ">=16.8"
  5626. }
  5627. },
  5628. "node_modules/react-style-singleton": {
  5629. "version": "2.2.3",
  5630. "resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz",
  5631. "integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==",
  5632. "license": "MIT",
  5633. "dependencies": {
  5634. "get-nonce": "^1.0.0",
  5635. "tslib": "^2.0.0"
  5636. },
  5637. "engines": {
  5638. "node": ">=10"
  5639. },
  5640. "peerDependencies": {
  5641. "@types/react": "*",
  5642. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
  5643. },
  5644. "peerDependenciesMeta": {
  5645. "@types/react": {
  5646. "optional": true
  5647. }
  5648. }
  5649. },
  5650. "node_modules/read-cache": {
  5651. "version": "1.0.0",
  5652. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  5653. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  5654. "dev": true,
  5655. "license": "MIT",
  5656. "dependencies": {
  5657. "pify": "^2.3.0"
  5658. }
  5659. },
  5660. "node_modules/readdirp": {
  5661. "version": "3.6.0",
  5662. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  5663. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  5664. "dev": true,
  5665. "license": "MIT",
  5666. "dependencies": {
  5667. "picomatch": "^2.2.1"
  5668. },
  5669. "engines": {
  5670. "node": ">=8.10.0"
  5671. }
  5672. },
  5673. "node_modules/remark-parse": {
  5674. "version": "11.0.0",
  5675. "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
  5676. "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
  5677. "license": "MIT",
  5678. "dependencies": {
  5679. "@types/mdast": "^4.0.0",
  5680. "mdast-util-from-markdown": "^2.0.0",
  5681. "micromark-util-types": "^2.0.0",
  5682. "unified": "^11.0.0"
  5683. },
  5684. "funding": {
  5685. "type": "opencollective",
  5686. "url": "https://opencollective.com/unified"
  5687. }
  5688. },
  5689. "node_modules/remark-rehype": {
  5690. "version": "11.1.2",
  5691. "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
  5692. "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
  5693. "license": "MIT",
  5694. "dependencies": {
  5695. "@types/hast": "^3.0.0",
  5696. "@types/mdast": "^4.0.0",
  5697. "mdast-util-to-hast": "^13.0.0",
  5698. "unified": "^11.0.0",
  5699. "vfile": "^6.0.0"
  5700. },
  5701. "funding": {
  5702. "type": "opencollective",
  5703. "url": "https://opencollective.com/unified"
  5704. }
  5705. },
  5706. "node_modules/resolve": {
  5707. "version": "1.22.10",
  5708. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
  5709. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  5710. "dev": true,
  5711. "license": "MIT",
  5712. "dependencies": {
  5713. "is-core-module": "^2.16.0",
  5714. "path-parse": "^1.0.7",
  5715. "supports-preserve-symlinks-flag": "^1.0.0"
  5716. },
  5717. "bin": {
  5718. "resolve": "bin/resolve"
  5719. },
  5720. "engines": {
  5721. "node": ">= 0.4"
  5722. },
  5723. "funding": {
  5724. "url": "https://github.com/sponsors/ljharb"
  5725. }
  5726. },
  5727. "node_modules/resolve-from": {
  5728. "version": "4.0.0",
  5729. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  5730. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5731. "dev": true,
  5732. "license": "MIT",
  5733. "engines": {
  5734. "node": ">=4"
  5735. }
  5736. },
  5737. "node_modules/reusify": {
  5738. "version": "1.1.0",
  5739. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  5740. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  5741. "dev": true,
  5742. "license": "MIT",
  5743. "engines": {
  5744. "iojs": ">=1.0.0",
  5745. "node": ">=0.10.0"
  5746. }
  5747. },
  5748. "node_modules/rollup": {
  5749. "version": "4.40.2",
  5750. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.40.2.tgz",
  5751. "integrity": "sha512-tfUOg6DTP4rhQ3VjOO6B4wyrJnGOX85requAXvqYTHsOgb2TFJdZ3aWpT8W2kPoypSGP7dZUyzxJ9ee4buM5Fg==",
  5752. "dev": true,
  5753. "license": "MIT",
  5754. "dependencies": {
  5755. "@types/estree": "1.0.7"
  5756. },
  5757. "bin": {
  5758. "rollup": "dist/bin/rollup"
  5759. },
  5760. "engines": {
  5761. "node": ">=18.0.0",
  5762. "npm": ">=8.0.0"
  5763. },
  5764. "optionalDependencies": {
  5765. "@rollup/rollup-android-arm-eabi": "4.40.2",
  5766. "@rollup/rollup-android-arm64": "4.40.2",
  5767. "@rollup/rollup-darwin-arm64": "4.40.2",
  5768. "@rollup/rollup-darwin-x64": "4.40.2",
  5769. "@rollup/rollup-freebsd-arm64": "4.40.2",
  5770. "@rollup/rollup-freebsd-x64": "4.40.2",
  5771. "@rollup/rollup-linux-arm-gnueabihf": "4.40.2",
  5772. "@rollup/rollup-linux-arm-musleabihf": "4.40.2",
  5773. "@rollup/rollup-linux-arm64-gnu": "4.40.2",
  5774. "@rollup/rollup-linux-arm64-musl": "4.40.2",
  5775. "@rollup/rollup-linux-loongarch64-gnu": "4.40.2",
  5776. "@rollup/rollup-linux-powerpc64le-gnu": "4.40.2",
  5777. "@rollup/rollup-linux-riscv64-gnu": "4.40.2",
  5778. "@rollup/rollup-linux-riscv64-musl": "4.40.2",
  5779. "@rollup/rollup-linux-s390x-gnu": "4.40.2",
  5780. "@rollup/rollup-linux-x64-gnu": "4.40.2",
  5781. "@rollup/rollup-linux-x64-musl": "4.40.2",
  5782. "@rollup/rollup-win32-arm64-msvc": "4.40.2",
  5783. "@rollup/rollup-win32-ia32-msvc": "4.40.2",
  5784. "@rollup/rollup-win32-x64-msvc": "4.40.2",
  5785. "fsevents": "~2.3.2"
  5786. }
  5787. },
  5788. "node_modules/run-parallel": {
  5789. "version": "1.2.0",
  5790. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  5791. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  5792. "dev": true,
  5793. "funding": [
  5794. {
  5795. "type": "github",
  5796. "url": "https://github.com/sponsors/feross"
  5797. },
  5798. {
  5799. "type": "patreon",
  5800. "url": "https://www.patreon.com/feross"
  5801. },
  5802. {
  5803. "type": "consulting",
  5804. "url": "https://feross.org/support"
  5805. }
  5806. ],
  5807. "license": "MIT",
  5808. "dependencies": {
  5809. "queue-microtask": "^1.2.2"
  5810. }
  5811. },
  5812. "node_modules/scheduler": {
  5813. "version": "0.26.0",
  5814. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz",
  5815. "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==",
  5816. "license": "MIT"
  5817. },
  5818. "node_modules/semver": {
  5819. "version": "6.3.1",
  5820. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5821. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5822. "dev": true,
  5823. "license": "ISC",
  5824. "bin": {
  5825. "semver": "bin/semver.js"
  5826. }
  5827. },
  5828. "node_modules/shallowequal": {
  5829. "version": "1.1.0",
  5830. "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz",
  5831. "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==",
  5832. "license": "MIT"
  5833. },
  5834. "node_modules/shebang-command": {
  5835. "version": "2.0.0",
  5836. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  5837. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  5838. "dev": true,
  5839. "license": "MIT",
  5840. "dependencies": {
  5841. "shebang-regex": "^3.0.0"
  5842. },
  5843. "engines": {
  5844. "node": ">=8"
  5845. }
  5846. },
  5847. "node_modules/shebang-regex": {
  5848. "version": "3.0.0",
  5849. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  5850. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  5851. "dev": true,
  5852. "license": "MIT",
  5853. "engines": {
  5854. "node": ">=8"
  5855. }
  5856. },
  5857. "node_modules/signal-exit": {
  5858. "version": "4.1.0",
  5859. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  5860. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  5861. "dev": true,
  5862. "license": "ISC",
  5863. "engines": {
  5864. "node": ">=14"
  5865. },
  5866. "funding": {
  5867. "url": "https://github.com/sponsors/isaacs"
  5868. }
  5869. },
  5870. "node_modules/source-map-js": {
  5871. "version": "1.2.1",
  5872. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  5873. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  5874. "dev": true,
  5875. "license": "BSD-3-Clause",
  5876. "engines": {
  5877. "node": ">=0.10.0"
  5878. }
  5879. },
  5880. "node_modules/space-separated-tokens": {
  5881. "version": "2.0.2",
  5882. "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
  5883. "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
  5884. "license": "MIT",
  5885. "funding": {
  5886. "type": "github",
  5887. "url": "https://github.com/sponsors/wooorm"
  5888. }
  5889. },
  5890. "node_modules/string-width": {
  5891. "version": "5.1.2",
  5892. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  5893. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  5894. "dev": true,
  5895. "license": "MIT",
  5896. "dependencies": {
  5897. "eastasianwidth": "^0.2.0",
  5898. "emoji-regex": "^9.2.2",
  5899. "strip-ansi": "^7.0.1"
  5900. },
  5901. "engines": {
  5902. "node": ">=12"
  5903. },
  5904. "funding": {
  5905. "url": "https://github.com/sponsors/sindresorhus"
  5906. }
  5907. },
  5908. "node_modules/string-width-cjs": {
  5909. "name": "string-width",
  5910. "version": "4.2.3",
  5911. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  5912. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  5913. "dev": true,
  5914. "license": "MIT",
  5915. "dependencies": {
  5916. "emoji-regex": "^8.0.0",
  5917. "is-fullwidth-code-point": "^3.0.0",
  5918. "strip-ansi": "^6.0.1"
  5919. },
  5920. "engines": {
  5921. "node": ">=8"
  5922. }
  5923. },
  5924. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  5925. "version": "5.0.1",
  5926. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  5927. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  5928. "dev": true,
  5929. "license": "MIT",
  5930. "engines": {
  5931. "node": ">=8"
  5932. }
  5933. },
  5934. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  5935. "version": "8.0.0",
  5936. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  5937. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  5938. "dev": true,
  5939. "license": "MIT"
  5940. },
  5941. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  5942. "version": "6.0.1",
  5943. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  5944. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  5945. "dev": true,
  5946. "license": "MIT",
  5947. "dependencies": {
  5948. "ansi-regex": "^5.0.1"
  5949. },
  5950. "engines": {
  5951. "node": ">=8"
  5952. }
  5953. },
  5954. "node_modules/stringify-entities": {
  5955. "version": "4.0.4",
  5956. "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
  5957. "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
  5958. "license": "MIT",
  5959. "dependencies": {
  5960. "character-entities-html4": "^2.0.0",
  5961. "character-entities-legacy": "^3.0.0"
  5962. },
  5963. "funding": {
  5964. "type": "github",
  5965. "url": "https://github.com/sponsors/wooorm"
  5966. }
  5967. },
  5968. "node_modules/strip-ansi": {
  5969. "version": "7.1.0",
  5970. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  5971. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  5972. "dev": true,
  5973. "license": "MIT",
  5974. "dependencies": {
  5975. "ansi-regex": "^6.0.1"
  5976. },
  5977. "engines": {
  5978. "node": ">=12"
  5979. },
  5980. "funding": {
  5981. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  5982. }
  5983. },
  5984. "node_modules/strip-ansi-cjs": {
  5985. "name": "strip-ansi",
  5986. "version": "6.0.1",
  5987. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  5988. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  5989. "dev": true,
  5990. "license": "MIT",
  5991. "dependencies": {
  5992. "ansi-regex": "^5.0.1"
  5993. },
  5994. "engines": {
  5995. "node": ">=8"
  5996. }
  5997. },
  5998. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  5999. "version": "5.0.1",
  6000. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  6001. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  6002. "dev": true,
  6003. "license": "MIT",
  6004. "engines": {
  6005. "node": ">=8"
  6006. }
  6007. },
  6008. "node_modules/strip-json-comments": {
  6009. "version": "3.1.1",
  6010. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  6011. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  6012. "dev": true,
  6013. "license": "MIT",
  6014. "engines": {
  6015. "node": ">=8"
  6016. },
  6017. "funding": {
  6018. "url": "https://github.com/sponsors/sindresorhus"
  6019. }
  6020. },
  6021. "node_modules/style-to-js": {
  6022. "version": "1.1.16",
  6023. "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.16.tgz",
  6024. "integrity": "sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==",
  6025. "license": "MIT",
  6026. "dependencies": {
  6027. "style-to-object": "1.0.8"
  6028. }
  6029. },
  6030. "node_modules/style-to-object": {
  6031. "version": "1.0.8",
  6032. "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz",
  6033. "integrity": "sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==",
  6034. "license": "MIT",
  6035. "dependencies": {
  6036. "inline-style-parser": "0.2.4"
  6037. }
  6038. },
  6039. "node_modules/sucrase": {
  6040. "version": "3.35.0",
  6041. "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
  6042. "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
  6043. "dev": true,
  6044. "license": "MIT",
  6045. "dependencies": {
  6046. "@jridgewell/gen-mapping": "^0.3.2",
  6047. "commander": "^4.0.0",
  6048. "glob": "^10.3.10",
  6049. "lines-and-columns": "^1.1.6",
  6050. "mz": "^2.7.0",
  6051. "pirates": "^4.0.1",
  6052. "ts-interface-checker": "^0.1.9"
  6053. },
  6054. "bin": {
  6055. "sucrase": "bin/sucrase",
  6056. "sucrase-node": "bin/sucrase-node"
  6057. },
  6058. "engines": {
  6059. "node": ">=16 || 14 >=14.17"
  6060. }
  6061. },
  6062. "node_modules/supports-color": {
  6063. "version": "7.2.0",
  6064. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  6065. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6066. "dev": true,
  6067. "license": "MIT",
  6068. "dependencies": {
  6069. "has-flag": "^4.0.0"
  6070. },
  6071. "engines": {
  6072. "node": ">=8"
  6073. }
  6074. },
  6075. "node_modules/supports-preserve-symlinks-flag": {
  6076. "version": "1.0.0",
  6077. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  6078. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  6079. "dev": true,
  6080. "license": "MIT",
  6081. "engines": {
  6082. "node": ">= 0.4"
  6083. },
  6084. "funding": {
  6085. "url": "https://github.com/sponsors/ljharb"
  6086. }
  6087. },
  6088. "node_modules/tailwind-merge": {
  6089. "version": "3.3.0",
  6090. "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.3.0.tgz",
  6091. "integrity": "sha512-fyW/pEfcQSiigd5SNn0nApUOxx0zB/dm6UDU/rEwc2c3sX2smWUNbapHv+QRqLGVp9GWX3THIa7MUGPo+YkDzQ==",
  6092. "license": "MIT",
  6093. "funding": {
  6094. "type": "github",
  6095. "url": "https://github.com/sponsors/dcastil"
  6096. }
  6097. },
  6098. "node_modules/tailwindcss": {
  6099. "version": "3.4.13",
  6100. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz",
  6101. "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==",
  6102. "dev": true,
  6103. "license": "MIT",
  6104. "dependencies": {
  6105. "@alloc/quick-lru": "^5.2.0",
  6106. "arg": "^5.0.2",
  6107. "chokidar": "^3.5.3",
  6108. "didyoumean": "^1.2.2",
  6109. "dlv": "^1.1.3",
  6110. "fast-glob": "^3.3.0",
  6111. "glob-parent": "^6.0.2",
  6112. "is-glob": "^4.0.3",
  6113. "jiti": "^1.21.0",
  6114. "lilconfig": "^2.1.0",
  6115. "micromatch": "^4.0.5",
  6116. "normalize-path": "^3.0.0",
  6117. "object-hash": "^3.0.0",
  6118. "picocolors": "^1.0.0",
  6119. "postcss": "^8.4.23",
  6120. "postcss-import": "^15.1.0",
  6121. "postcss-js": "^4.0.1",
  6122. "postcss-load-config": "^4.0.1",
  6123. "postcss-nested": "^6.0.1",
  6124. "postcss-selector-parser": "^6.0.11",
  6125. "resolve": "^1.22.2",
  6126. "sucrase": "^3.32.0"
  6127. },
  6128. "bin": {
  6129. "tailwind": "lib/cli.js",
  6130. "tailwindcss": "lib/cli.js"
  6131. },
  6132. "engines": {
  6133. "node": ">=14.0.0"
  6134. }
  6135. },
  6136. "node_modules/thenify": {
  6137. "version": "3.3.1",
  6138. "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
  6139. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  6140. "dev": true,
  6141. "license": "MIT",
  6142. "dependencies": {
  6143. "any-promise": "^1.0.0"
  6144. }
  6145. },
  6146. "node_modules/thenify-all": {
  6147. "version": "1.6.0",
  6148. "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
  6149. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  6150. "dev": true,
  6151. "license": "MIT",
  6152. "dependencies": {
  6153. "thenify": ">= 3.1.0 < 4"
  6154. },
  6155. "engines": {
  6156. "node": ">=0.8"
  6157. }
  6158. },
  6159. "node_modules/tinyglobby": {
  6160. "version": "0.2.13",
  6161. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.13.tgz",
  6162. "integrity": "sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==",
  6163. "dev": true,
  6164. "license": "MIT",
  6165. "dependencies": {
  6166. "fdir": "^6.4.4",
  6167. "picomatch": "^4.0.2"
  6168. },
  6169. "engines": {
  6170. "node": ">=12.0.0"
  6171. },
  6172. "funding": {
  6173. "url": "https://github.com/sponsors/SuperchupuDev"
  6174. }
  6175. },
  6176. "node_modules/tinyglobby/node_modules/fdir": {
  6177. "version": "6.4.4",
  6178. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.4.tgz",
  6179. "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==",
  6180. "dev": true,
  6181. "license": "MIT",
  6182. "peerDependencies": {
  6183. "picomatch": "^3 || ^4"
  6184. },
  6185. "peerDependenciesMeta": {
  6186. "picomatch": {
  6187. "optional": true
  6188. }
  6189. }
  6190. },
  6191. "node_modules/tinyglobby/node_modules/picomatch": {
  6192. "version": "4.0.2",
  6193. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
  6194. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  6195. "dev": true,
  6196. "license": "MIT",
  6197. "engines": {
  6198. "node": ">=12"
  6199. },
  6200. "funding": {
  6201. "url": "https://github.com/sponsors/jonschlinkert"
  6202. }
  6203. },
  6204. "node_modules/to-regex-range": {
  6205. "version": "5.0.1",
  6206. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6207. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6208. "dev": true,
  6209. "license": "MIT",
  6210. "dependencies": {
  6211. "is-number": "^7.0.0"
  6212. },
  6213. "engines": {
  6214. "node": ">=8.0"
  6215. }
  6216. },
  6217. "node_modules/trim-lines": {
  6218. "version": "3.0.1",
  6219. "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
  6220. "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
  6221. "license": "MIT",
  6222. "funding": {
  6223. "type": "github",
  6224. "url": "https://github.com/sponsors/wooorm"
  6225. }
  6226. },
  6227. "node_modules/trough": {
  6228. "version": "2.2.0",
  6229. "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
  6230. "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
  6231. "license": "MIT",
  6232. "funding": {
  6233. "type": "github",
  6234. "url": "https://github.com/sponsors/wooorm"
  6235. }
  6236. },
  6237. "node_modules/ts-api-utils": {
  6238. "version": "2.1.0",
  6239. "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
  6240. "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
  6241. "dev": true,
  6242. "license": "MIT",
  6243. "engines": {
  6244. "node": ">=18.12"
  6245. },
  6246. "peerDependencies": {
  6247. "typescript": ">=4.8.4"
  6248. }
  6249. },
  6250. "node_modules/ts-interface-checker": {
  6251. "version": "0.1.13",
  6252. "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  6253. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
  6254. "dev": true,
  6255. "license": "Apache-2.0"
  6256. },
  6257. "node_modules/tslib": {
  6258. "version": "2.8.1",
  6259. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  6260. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  6261. "license": "0BSD"
  6262. },
  6263. "node_modules/type-check": {
  6264. "version": "0.4.0",
  6265. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  6266. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  6267. "dev": true,
  6268. "license": "MIT",
  6269. "dependencies": {
  6270. "prelude-ls": "^1.2.1"
  6271. },
  6272. "engines": {
  6273. "node": ">= 0.8.0"
  6274. }
  6275. },
  6276. "node_modules/type-fest": {
  6277. "version": "4.41.0",
  6278. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
  6279. "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
  6280. "license": "(MIT OR CC0-1.0)",
  6281. "engines": {
  6282. "node": ">=16"
  6283. },
  6284. "funding": {
  6285. "url": "https://github.com/sponsors/sindresorhus"
  6286. }
  6287. },
  6288. "node_modules/typescript": {
  6289. "version": "5.8.3",
  6290. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
  6291. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  6292. "dev": true,
  6293. "license": "Apache-2.0",
  6294. "bin": {
  6295. "tsc": "bin/tsc",
  6296. "tsserver": "bin/tsserver"
  6297. },
  6298. "engines": {
  6299. "node": ">=14.17"
  6300. }
  6301. },
  6302. "node_modules/typescript-eslint": {
  6303. "version": "8.32.1",
  6304. "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.32.1.tgz",
  6305. "integrity": "sha512-D7el+eaDHAmXvrZBy1zpzSNIRqnCOrkwTgZxTu3MUqRWk8k0q9m9Ho4+vPf7iHtgUfrK/o8IZaEApsxPlHTFCg==",
  6306. "dev": true,
  6307. "license": "MIT",
  6308. "dependencies": {
  6309. "@typescript-eslint/eslint-plugin": "8.32.1",
  6310. "@typescript-eslint/parser": "8.32.1",
  6311. "@typescript-eslint/utils": "8.32.1"
  6312. },
  6313. "engines": {
  6314. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6315. },
  6316. "funding": {
  6317. "type": "opencollective",
  6318. "url": "https://opencollective.com/typescript-eslint"
  6319. },
  6320. "peerDependencies": {
  6321. "eslint": "^8.57.0 || ^9.0.0",
  6322. "typescript": ">=4.8.4 <5.9.0"
  6323. }
  6324. },
  6325. "node_modules/uc.micro": {
  6326. "version": "2.1.0",
  6327. "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
  6328. "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
  6329. "license": "MIT"
  6330. },
  6331. "node_modules/undici-types": {
  6332. "version": "7.8.0",
  6333. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",
  6334. "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
  6335. "dev": true,
  6336. "license": "MIT"
  6337. },
  6338. "node_modules/unified": {
  6339. "version": "11.0.5",
  6340. "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
  6341. "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
  6342. "license": "MIT",
  6343. "dependencies": {
  6344. "@types/unist": "^3.0.0",
  6345. "bail": "^2.0.0",
  6346. "devlop": "^1.0.0",
  6347. "extend": "^3.0.0",
  6348. "is-plain-obj": "^4.0.0",
  6349. "trough": "^2.0.0",
  6350. "vfile": "^6.0.0"
  6351. },
  6352. "funding": {
  6353. "type": "opencollective",
  6354. "url": "https://opencollective.com/unified"
  6355. }
  6356. },
  6357. "node_modules/unist-util-is": {
  6358. "version": "6.0.0",
  6359. "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
  6360. "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
  6361. "license": "MIT",
  6362. "dependencies": {
  6363. "@types/unist": "^3.0.0"
  6364. },
  6365. "funding": {
  6366. "type": "opencollective",
  6367. "url": "https://opencollective.com/unified"
  6368. }
  6369. },
  6370. "node_modules/unist-util-position": {
  6371. "version": "5.0.0",
  6372. "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
  6373. "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
  6374. "license": "MIT",
  6375. "dependencies": {
  6376. "@types/unist": "^3.0.0"
  6377. },
  6378. "funding": {
  6379. "type": "opencollective",
  6380. "url": "https://opencollective.com/unified"
  6381. }
  6382. },
  6383. "node_modules/unist-util-stringify-position": {
  6384. "version": "4.0.0",
  6385. "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  6386. "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  6387. "license": "MIT",
  6388. "dependencies": {
  6389. "@types/unist": "^3.0.0"
  6390. },
  6391. "funding": {
  6392. "type": "opencollective",
  6393. "url": "https://opencollective.com/unified"
  6394. }
  6395. },
  6396. "node_modules/unist-util-visit": {
  6397. "version": "5.0.0",
  6398. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
  6399. "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
  6400. "license": "MIT",
  6401. "dependencies": {
  6402. "@types/unist": "^3.0.0",
  6403. "unist-util-is": "^6.0.0",
  6404. "unist-util-visit-parents": "^6.0.0"
  6405. },
  6406. "funding": {
  6407. "type": "opencollective",
  6408. "url": "https://opencollective.com/unified"
  6409. }
  6410. },
  6411. "node_modules/unist-util-visit-parents": {
  6412. "version": "6.0.1",
  6413. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
  6414. "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
  6415. "license": "MIT",
  6416. "dependencies": {
  6417. "@types/unist": "^3.0.0",
  6418. "unist-util-is": "^6.0.0"
  6419. },
  6420. "funding": {
  6421. "type": "opencollective",
  6422. "url": "https://opencollective.com/unified"
  6423. }
  6424. },
  6425. "node_modules/update-browserslist-db": {
  6426. "version": "1.1.3",
  6427. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
  6428. "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
  6429. "dev": true,
  6430. "funding": [
  6431. {
  6432. "type": "opencollective",
  6433. "url": "https://opencollective.com/browserslist"
  6434. },
  6435. {
  6436. "type": "tidelift",
  6437. "url": "https://tidelift.com/funding/github/npm/browserslist"
  6438. },
  6439. {
  6440. "type": "github",
  6441. "url": "https://github.com/sponsors/ai"
  6442. }
  6443. ],
  6444. "license": "MIT",
  6445. "dependencies": {
  6446. "escalade": "^3.2.0",
  6447. "picocolors": "^1.1.1"
  6448. },
  6449. "bin": {
  6450. "update-browserslist-db": "cli.js"
  6451. },
  6452. "peerDependencies": {
  6453. "browserslist": ">= 4.21.0"
  6454. }
  6455. },
  6456. "node_modules/uri-js": {
  6457. "version": "4.4.1",
  6458. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  6459. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  6460. "dev": true,
  6461. "license": "BSD-2-Clause",
  6462. "dependencies": {
  6463. "punycode": "^2.1.0"
  6464. }
  6465. },
  6466. "node_modules/use-callback-ref": {
  6467. "version": "1.3.3",
  6468. "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz",
  6469. "integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==",
  6470. "license": "MIT",
  6471. "dependencies": {
  6472. "tslib": "^2.0.0"
  6473. },
  6474. "engines": {
  6475. "node": ">=10"
  6476. },
  6477. "peerDependencies": {
  6478. "@types/react": "*",
  6479. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
  6480. },
  6481. "peerDependenciesMeta": {
  6482. "@types/react": {
  6483. "optional": true
  6484. }
  6485. }
  6486. },
  6487. "node_modules/use-sidecar": {
  6488. "version": "1.1.3",
  6489. "resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz",
  6490. "integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==",
  6491. "license": "MIT",
  6492. "dependencies": {
  6493. "detect-node-es": "^1.1.0",
  6494. "tslib": "^2.0.0"
  6495. },
  6496. "engines": {
  6497. "node": ">=10"
  6498. },
  6499. "peerDependencies": {
  6500. "@types/react": "*",
  6501. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
  6502. },
  6503. "peerDependenciesMeta": {
  6504. "@types/react": {
  6505. "optional": true
  6506. }
  6507. }
  6508. },
  6509. "node_modules/util-deprecate": {
  6510. "version": "1.0.2",
  6511. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  6512. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  6513. "dev": true,
  6514. "license": "MIT"
  6515. },
  6516. "node_modules/uuid": {
  6517. "version": "8.3.2",
  6518. "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
  6519. "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
  6520. "license": "MIT",
  6521. "bin": {
  6522. "uuid": "dist/bin/uuid"
  6523. }
  6524. },
  6525. "node_modules/vfile": {
  6526. "version": "6.0.3",
  6527. "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
  6528. "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
  6529. "license": "MIT",
  6530. "dependencies": {
  6531. "@types/unist": "^3.0.0",
  6532. "vfile-message": "^4.0.0"
  6533. },
  6534. "funding": {
  6535. "type": "opencollective",
  6536. "url": "https://opencollective.com/unified"
  6537. }
  6538. },
  6539. "node_modules/vfile-message": {
  6540. "version": "4.0.2",
  6541. "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz",
  6542. "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
  6543. "license": "MIT",
  6544. "dependencies": {
  6545. "@types/unist": "^3.0.0",
  6546. "unist-util-stringify-position": "^4.0.0"
  6547. },
  6548. "funding": {
  6549. "type": "opencollective",
  6550. "url": "https://opencollective.com/unified"
  6551. }
  6552. },
  6553. "node_modules/vite": {
  6554. "version": "6.3.5",
  6555. "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz",
  6556. "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==",
  6557. "dev": true,
  6558. "license": "MIT",
  6559. "dependencies": {
  6560. "esbuild": "^0.25.0",
  6561. "fdir": "^6.4.4",
  6562. "picomatch": "^4.0.2",
  6563. "postcss": "^8.5.3",
  6564. "rollup": "^4.34.9",
  6565. "tinyglobby": "^0.2.13"
  6566. },
  6567. "bin": {
  6568. "vite": "bin/vite.js"
  6569. },
  6570. "engines": {
  6571. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  6572. },
  6573. "funding": {
  6574. "url": "https://github.com/vitejs/vite?sponsor=1"
  6575. },
  6576. "optionalDependencies": {
  6577. "fsevents": "~2.3.3"
  6578. },
  6579. "peerDependencies": {
  6580. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  6581. "jiti": ">=1.21.0",
  6582. "less": "*",
  6583. "lightningcss": "^1.21.0",
  6584. "sass": "*",
  6585. "sass-embedded": "*",
  6586. "stylus": "*",
  6587. "sugarss": "*",
  6588. "terser": "^5.16.0",
  6589. "tsx": "^4.8.1",
  6590. "yaml": "^2.4.2"
  6591. },
  6592. "peerDependenciesMeta": {
  6593. "@types/node": {
  6594. "optional": true
  6595. },
  6596. "jiti": {
  6597. "optional": true
  6598. },
  6599. "less": {
  6600. "optional": true
  6601. },
  6602. "lightningcss": {
  6603. "optional": true
  6604. },
  6605. "sass": {
  6606. "optional": true
  6607. },
  6608. "sass-embedded": {
  6609. "optional": true
  6610. },
  6611. "stylus": {
  6612. "optional": true
  6613. },
  6614. "sugarss": {
  6615. "optional": true
  6616. },
  6617. "terser": {
  6618. "optional": true
  6619. },
  6620. "tsx": {
  6621. "optional": true
  6622. },
  6623. "yaml": {
  6624. "optional": true
  6625. }
  6626. }
  6627. },
  6628. "node_modules/vite/node_modules/fdir": {
  6629. "version": "6.4.4",
  6630. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.4.tgz",
  6631. "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==",
  6632. "dev": true,
  6633. "license": "MIT",
  6634. "peerDependencies": {
  6635. "picomatch": "^3 || ^4"
  6636. },
  6637. "peerDependenciesMeta": {
  6638. "picomatch": {
  6639. "optional": true
  6640. }
  6641. }
  6642. },
  6643. "node_modules/vite/node_modules/picomatch": {
  6644. "version": "4.0.2",
  6645. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
  6646. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  6647. "dev": true,
  6648. "license": "MIT",
  6649. "engines": {
  6650. "node": ">=12"
  6651. },
  6652. "funding": {
  6653. "url": "https://github.com/sponsors/jonschlinkert"
  6654. }
  6655. },
  6656. "node_modules/which": {
  6657. "version": "2.0.2",
  6658. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  6659. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6660. "dev": true,
  6661. "license": "ISC",
  6662. "dependencies": {
  6663. "isexe": "^2.0.0"
  6664. },
  6665. "bin": {
  6666. "node-which": "bin/node-which"
  6667. },
  6668. "engines": {
  6669. "node": ">= 8"
  6670. }
  6671. },
  6672. "node_modules/word-wrap": {
  6673. "version": "1.2.5",
  6674. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  6675. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  6676. "dev": true,
  6677. "license": "MIT",
  6678. "engines": {
  6679. "node": ">=0.10.0"
  6680. }
  6681. },
  6682. "node_modules/wrap-ansi": {
  6683. "version": "8.1.0",
  6684. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  6685. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  6686. "dev": true,
  6687. "license": "MIT",
  6688. "dependencies": {
  6689. "ansi-styles": "^6.1.0",
  6690. "string-width": "^5.0.1",
  6691. "strip-ansi": "^7.0.1"
  6692. },
  6693. "engines": {
  6694. "node": ">=12"
  6695. },
  6696. "funding": {
  6697. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  6698. }
  6699. },
  6700. "node_modules/wrap-ansi-cjs": {
  6701. "name": "wrap-ansi",
  6702. "version": "7.0.0",
  6703. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  6704. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  6705. "dev": true,
  6706. "license": "MIT",
  6707. "dependencies": {
  6708. "ansi-styles": "^4.0.0",
  6709. "string-width": "^4.1.0",
  6710. "strip-ansi": "^6.0.0"
  6711. },
  6712. "engines": {
  6713. "node": ">=10"
  6714. },
  6715. "funding": {
  6716. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  6717. }
  6718. },
  6719. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  6720. "version": "5.0.1",
  6721. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  6722. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  6723. "dev": true,
  6724. "license": "MIT",
  6725. "engines": {
  6726. "node": ">=8"
  6727. }
  6728. },
  6729. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  6730. "version": "8.0.0",
  6731. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  6732. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  6733. "dev": true,
  6734. "license": "MIT"
  6735. },
  6736. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  6737. "version": "4.2.3",
  6738. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  6739. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  6740. "dev": true,
  6741. "license": "MIT",
  6742. "dependencies": {
  6743. "emoji-regex": "^8.0.0",
  6744. "is-fullwidth-code-point": "^3.0.0",
  6745. "strip-ansi": "^6.0.1"
  6746. },
  6747. "engines": {
  6748. "node": ">=8"
  6749. }
  6750. },
  6751. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  6752. "version": "6.0.1",
  6753. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  6754. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  6755. "dev": true,
  6756. "license": "MIT",
  6757. "dependencies": {
  6758. "ansi-regex": "^5.0.1"
  6759. },
  6760. "engines": {
  6761. "node": ">=8"
  6762. }
  6763. },
  6764. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  6765. "version": "6.2.1",
  6766. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
  6767. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  6768. "dev": true,
  6769. "license": "MIT",
  6770. "engines": {
  6771. "node": ">=12"
  6772. },
  6773. "funding": {
  6774. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  6775. }
  6776. },
  6777. "node_modules/yallist": {
  6778. "version": "3.1.1",
  6779. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  6780. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  6781. "dev": true,
  6782. "license": "ISC"
  6783. },
  6784. "node_modules/yaml": {
  6785. "version": "2.8.0",
  6786. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz",
  6787. "integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==",
  6788. "dev": true,
  6789. "license": "ISC",
  6790. "bin": {
  6791. "yaml": "bin.mjs"
  6792. },
  6793. "engines": {
  6794. "node": ">= 14.6"
  6795. }
  6796. },
  6797. "node_modules/yocto-queue": {
  6798. "version": "0.1.0",
  6799. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  6800. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  6801. "dev": true,
  6802. "license": "MIT",
  6803. "engines": {
  6804. "node": ">=10"
  6805. },
  6806. "funding": {
  6807. "url": "https://github.com/sponsors/sindresorhus"
  6808. }
  6809. },
  6810. "node_modules/zwitch": {
  6811. "version": "2.0.4",
  6812. "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
  6813. "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
  6814. "license": "MIT",
  6815. "funding": {
  6816. "type": "github",
  6817. "url": "https://github.com/sponsors/wooorm"
  6818. }
  6819. }
  6820. }
  6821. }