選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

6846 行
231 KiB

  1. {
  2. "name": "captive-portal-cms",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "captive-portal-cms",
  9. "version": "0.1.0",
  10. "hasInstallScript": true,
  11. "dependencies": {
  12. "geist": "^1.4.2",
  13. "next": "16.2.4",
  14. "pdfjs-dist": "^4.7.76",
  15. "react": "19.2.4",
  16. "react-dom": "19.2.4"
  17. },
  18. "devDependencies": {
  19. "@tailwindcss/postcss": "^4",
  20. "@types/node": "^20",
  21. "@types/react": "^19",
  22. "@types/react-dom": "^19",
  23. "eslint": "^9",
  24. "eslint-config-next": "16.2.4",
  25. "tailwindcss": "^4",
  26. "typescript": "^5"
  27. }
  28. },
  29. "node_modules/@alloc/quick-lru": {
  30. "version": "5.2.0",
  31. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  32. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  33. "dev": true,
  34. "license": "MIT",
  35. "engines": {
  36. "node": ">=10"
  37. },
  38. "funding": {
  39. "url": "https://github.com/sponsors/sindresorhus"
  40. }
  41. },
  42. "node_modules/@babel/code-frame": {
  43. "version": "7.29.0",
  44. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
  45. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  46. "dev": true,
  47. "license": "MIT",
  48. "dependencies": {
  49. "@babel/helper-validator-identifier": "^7.28.5",
  50. "js-tokens": "^4.0.0",
  51. "picocolors": "^1.1.1"
  52. },
  53. "engines": {
  54. "node": ">=6.9.0"
  55. }
  56. },
  57. "node_modules/@babel/compat-data": {
  58. "version": "7.29.0",
  59. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
  60. "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
  61. "dev": true,
  62. "license": "MIT",
  63. "engines": {
  64. "node": ">=6.9.0"
  65. }
  66. },
  67. "node_modules/@babel/core": {
  68. "version": "7.29.0",
  69. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
  70. "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
  71. "dev": true,
  72. "license": "MIT",
  73. "dependencies": {
  74. "@babel/code-frame": "^7.29.0",
  75. "@babel/generator": "^7.29.0",
  76. "@babel/helper-compilation-targets": "^7.28.6",
  77. "@babel/helper-module-transforms": "^7.28.6",
  78. "@babel/helpers": "^7.28.6",
  79. "@babel/parser": "^7.29.0",
  80. "@babel/template": "^7.28.6",
  81. "@babel/traverse": "^7.29.0",
  82. "@babel/types": "^7.29.0",
  83. "@jridgewell/remapping": "^2.3.5",
  84. "convert-source-map": "^2.0.0",
  85. "debug": "^4.1.0",
  86. "gensync": "^1.0.0-beta.2",
  87. "json5": "^2.2.3",
  88. "semver": "^6.3.1"
  89. },
  90. "engines": {
  91. "node": ">=6.9.0"
  92. },
  93. "funding": {
  94. "type": "opencollective",
  95. "url": "https://opencollective.com/babel"
  96. }
  97. },
  98. "node_modules/@babel/generator": {
  99. "version": "7.29.1",
  100. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
  101. "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
  102. "dev": true,
  103. "license": "MIT",
  104. "dependencies": {
  105. "@babel/parser": "^7.29.0",
  106. "@babel/types": "^7.29.0",
  107. "@jridgewell/gen-mapping": "^0.3.12",
  108. "@jridgewell/trace-mapping": "^0.3.28",
  109. "jsesc": "^3.0.2"
  110. },
  111. "engines": {
  112. "node": ">=6.9.0"
  113. }
  114. },
  115. "node_modules/@babel/helper-compilation-targets": {
  116. "version": "7.28.6",
  117. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
  118. "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
  119. "dev": true,
  120. "license": "MIT",
  121. "dependencies": {
  122. "@babel/compat-data": "^7.28.6",
  123. "@babel/helper-validator-option": "^7.27.1",
  124. "browserslist": "^4.24.0",
  125. "lru-cache": "^5.1.1",
  126. "semver": "^6.3.1"
  127. },
  128. "engines": {
  129. "node": ">=6.9.0"
  130. }
  131. },
  132. "node_modules/@babel/helper-globals": {
  133. "version": "7.28.0",
  134. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  135. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  136. "dev": true,
  137. "license": "MIT",
  138. "engines": {
  139. "node": ">=6.9.0"
  140. }
  141. },
  142. "node_modules/@babel/helper-module-imports": {
  143. "version": "7.28.6",
  144. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
  145. "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
  146. "dev": true,
  147. "license": "MIT",
  148. "dependencies": {
  149. "@babel/traverse": "^7.28.6",
  150. "@babel/types": "^7.28.6"
  151. },
  152. "engines": {
  153. "node": ">=6.9.0"
  154. }
  155. },
  156. "node_modules/@babel/helper-module-transforms": {
  157. "version": "7.28.6",
  158. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
  159. "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
  160. "dev": true,
  161. "license": "MIT",
  162. "dependencies": {
  163. "@babel/helper-module-imports": "^7.28.6",
  164. "@babel/helper-validator-identifier": "^7.28.5",
  165. "@babel/traverse": "^7.28.6"
  166. },
  167. "engines": {
  168. "node": ">=6.9.0"
  169. },
  170. "peerDependencies": {
  171. "@babel/core": "^7.0.0"
  172. }
  173. },
  174. "node_modules/@babel/helper-string-parser": {
  175. "version": "7.27.1",
  176. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  177. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  178. "dev": true,
  179. "license": "MIT",
  180. "engines": {
  181. "node": ">=6.9.0"
  182. }
  183. },
  184. "node_modules/@babel/helper-validator-identifier": {
  185. "version": "7.28.5",
  186. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  187. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  188. "dev": true,
  189. "license": "MIT",
  190. "engines": {
  191. "node": ">=6.9.0"
  192. }
  193. },
  194. "node_modules/@babel/helper-validator-option": {
  195. "version": "7.27.1",
  196. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  197. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  198. "dev": true,
  199. "license": "MIT",
  200. "engines": {
  201. "node": ">=6.9.0"
  202. }
  203. },
  204. "node_modules/@babel/helpers": {
  205. "version": "7.29.2",
  206. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",
  207. "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
  208. "dev": true,
  209. "license": "MIT",
  210. "dependencies": {
  211. "@babel/template": "^7.28.6",
  212. "@babel/types": "^7.29.0"
  213. },
  214. "engines": {
  215. "node": ">=6.9.0"
  216. }
  217. },
  218. "node_modules/@babel/parser": {
  219. "version": "7.29.2",
  220. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
  221. "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
  222. "dev": true,
  223. "license": "MIT",
  224. "dependencies": {
  225. "@babel/types": "^7.29.0"
  226. },
  227. "bin": {
  228. "parser": "bin/babel-parser.js"
  229. },
  230. "engines": {
  231. "node": ">=6.0.0"
  232. }
  233. },
  234. "node_modules/@babel/template": {
  235. "version": "7.28.6",
  236. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
  237. "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  238. "dev": true,
  239. "license": "MIT",
  240. "dependencies": {
  241. "@babel/code-frame": "^7.28.6",
  242. "@babel/parser": "^7.28.6",
  243. "@babel/types": "^7.28.6"
  244. },
  245. "engines": {
  246. "node": ">=6.9.0"
  247. }
  248. },
  249. "node_modules/@babel/traverse": {
  250. "version": "7.29.0",
  251. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
  252. "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
  253. "dev": true,
  254. "license": "MIT",
  255. "dependencies": {
  256. "@babel/code-frame": "^7.29.0",
  257. "@babel/generator": "^7.29.0",
  258. "@babel/helper-globals": "^7.28.0",
  259. "@babel/parser": "^7.29.0",
  260. "@babel/template": "^7.28.6",
  261. "@babel/types": "^7.29.0",
  262. "debug": "^4.3.1"
  263. },
  264. "engines": {
  265. "node": ">=6.9.0"
  266. }
  267. },
  268. "node_modules/@babel/types": {
  269. "version": "7.29.0",
  270. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  271. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  272. "dev": true,
  273. "license": "MIT",
  274. "dependencies": {
  275. "@babel/helper-string-parser": "^7.27.1",
  276. "@babel/helper-validator-identifier": "^7.28.5"
  277. },
  278. "engines": {
  279. "node": ">=6.9.0"
  280. }
  281. },
  282. "node_modules/@emnapi/core": {
  283. "version": "1.10.0",
  284. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
  285. "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
  286. "dev": true,
  287. "license": "MIT",
  288. "optional": true,
  289. "dependencies": {
  290. "@emnapi/wasi-threads": "1.2.1",
  291. "tslib": "^2.4.0"
  292. }
  293. },
  294. "node_modules/@emnapi/runtime": {
  295. "version": "1.10.0",
  296. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
  297. "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
  298. "license": "MIT",
  299. "optional": true,
  300. "dependencies": {
  301. "tslib": "^2.4.0"
  302. }
  303. },
  304. "node_modules/@emnapi/wasi-threads": {
  305. "version": "1.2.1",
  306. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  307. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  308. "dev": true,
  309. "license": "MIT",
  310. "optional": true,
  311. "dependencies": {
  312. "tslib": "^2.4.0"
  313. }
  314. },
  315. "node_modules/@eslint-community/eslint-utils": {
  316. "version": "4.9.1",
  317. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
  318. "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
  319. "dev": true,
  320. "license": "MIT",
  321. "dependencies": {
  322. "eslint-visitor-keys": "^3.4.3"
  323. },
  324. "engines": {
  325. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  326. },
  327. "funding": {
  328. "url": "https://opencollective.com/eslint"
  329. },
  330. "peerDependencies": {
  331. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  332. }
  333. },
  334. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  335. "version": "3.4.3",
  336. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  337. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  338. "dev": true,
  339. "license": "Apache-2.0",
  340. "engines": {
  341. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  342. },
  343. "funding": {
  344. "url": "https://opencollective.com/eslint"
  345. }
  346. },
  347. "node_modules/@eslint-community/regexpp": {
  348. "version": "4.12.2",
  349. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  350. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  351. "dev": true,
  352. "license": "MIT",
  353. "engines": {
  354. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  355. }
  356. },
  357. "node_modules/@eslint/config-array": {
  358. "version": "0.21.2",
  359. "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz",
  360. "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==",
  361. "dev": true,
  362. "license": "Apache-2.0",
  363. "dependencies": {
  364. "@eslint/object-schema": "^2.1.7",
  365. "debug": "^4.3.1",
  366. "minimatch": "^3.1.5"
  367. },
  368. "engines": {
  369. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  370. }
  371. },
  372. "node_modules/@eslint/config-helpers": {
  373. "version": "0.4.2",
  374. "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
  375. "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
  376. "dev": true,
  377. "license": "Apache-2.0",
  378. "dependencies": {
  379. "@eslint/core": "^0.17.0"
  380. },
  381. "engines": {
  382. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  383. }
  384. },
  385. "node_modules/@eslint/core": {
  386. "version": "0.17.0",
  387. "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
  388. "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
  389. "dev": true,
  390. "license": "Apache-2.0",
  391. "dependencies": {
  392. "@types/json-schema": "^7.0.15"
  393. },
  394. "engines": {
  395. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  396. }
  397. },
  398. "node_modules/@eslint/eslintrc": {
  399. "version": "3.3.5",
  400. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz",
  401. "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==",
  402. "dev": true,
  403. "license": "MIT",
  404. "dependencies": {
  405. "ajv": "^6.14.0",
  406. "debug": "^4.3.2",
  407. "espree": "^10.0.1",
  408. "globals": "^14.0.0",
  409. "ignore": "^5.2.0",
  410. "import-fresh": "^3.2.1",
  411. "js-yaml": "^4.1.1",
  412. "minimatch": "^3.1.5",
  413. "strip-json-comments": "^3.1.1"
  414. },
  415. "engines": {
  416. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  417. },
  418. "funding": {
  419. "url": "https://opencollective.com/eslint"
  420. }
  421. },
  422. "node_modules/@eslint/js": {
  423. "version": "9.39.4",
  424. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz",
  425. "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==",
  426. "dev": true,
  427. "license": "MIT",
  428. "engines": {
  429. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  430. },
  431. "funding": {
  432. "url": "https://eslint.org/donate"
  433. }
  434. },
  435. "node_modules/@eslint/object-schema": {
  436. "version": "2.1.7",
  437. "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
  438. "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
  439. "dev": true,
  440. "license": "Apache-2.0",
  441. "engines": {
  442. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  443. }
  444. },
  445. "node_modules/@eslint/plugin-kit": {
  446. "version": "0.4.1",
  447. "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
  448. "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
  449. "dev": true,
  450. "license": "Apache-2.0",
  451. "dependencies": {
  452. "@eslint/core": "^0.17.0",
  453. "levn": "^0.4.1"
  454. },
  455. "engines": {
  456. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  457. }
  458. },
  459. "node_modules/@humanfs/core": {
  460. "version": "0.19.1",
  461. "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
  462. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  463. "dev": true,
  464. "license": "Apache-2.0",
  465. "engines": {
  466. "node": ">=18.18.0"
  467. }
  468. },
  469. "node_modules/@humanfs/node": {
  470. "version": "0.16.7",
  471. "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
  472. "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
  473. "dev": true,
  474. "license": "Apache-2.0",
  475. "dependencies": {
  476. "@humanfs/core": "^0.19.1",
  477. "@humanwhocodes/retry": "^0.4.0"
  478. },
  479. "engines": {
  480. "node": ">=18.18.0"
  481. }
  482. },
  483. "node_modules/@humanwhocodes/module-importer": {
  484. "version": "1.0.1",
  485. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  486. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  487. "dev": true,
  488. "license": "Apache-2.0",
  489. "engines": {
  490. "node": ">=12.22"
  491. },
  492. "funding": {
  493. "type": "github",
  494. "url": "https://github.com/sponsors/nzakas"
  495. }
  496. },
  497. "node_modules/@humanwhocodes/retry": {
  498. "version": "0.4.3",
  499. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  500. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  501. "dev": true,
  502. "license": "Apache-2.0",
  503. "engines": {
  504. "node": ">=18.18"
  505. },
  506. "funding": {
  507. "type": "github",
  508. "url": "https://github.com/sponsors/nzakas"
  509. }
  510. },
  511. "node_modules/@img/colour": {
  512. "version": "1.1.0",
  513. "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
  514. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  515. "license": "MIT",
  516. "optional": true,
  517. "engines": {
  518. "node": ">=18"
  519. }
  520. },
  521. "node_modules/@img/sharp-darwin-arm64": {
  522. "version": "0.34.5",
  523. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
  524. "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
  525. "cpu": [
  526. "arm64"
  527. ],
  528. "license": "Apache-2.0",
  529. "optional": true,
  530. "os": [
  531. "darwin"
  532. ],
  533. "engines": {
  534. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  535. },
  536. "funding": {
  537. "url": "https://opencollective.com/libvips"
  538. },
  539. "optionalDependencies": {
  540. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  541. }
  542. },
  543. "node_modules/@img/sharp-darwin-x64": {
  544. "version": "0.34.5",
  545. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
  546. "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
  547. "cpu": [
  548. "x64"
  549. ],
  550. "license": "Apache-2.0",
  551. "optional": true,
  552. "os": [
  553. "darwin"
  554. ],
  555. "engines": {
  556. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  557. },
  558. "funding": {
  559. "url": "https://opencollective.com/libvips"
  560. },
  561. "optionalDependencies": {
  562. "@img/sharp-libvips-darwin-x64": "1.2.4"
  563. }
  564. },
  565. "node_modules/@img/sharp-libvips-darwin-arm64": {
  566. "version": "1.2.4",
  567. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
  568. "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
  569. "cpu": [
  570. "arm64"
  571. ],
  572. "license": "LGPL-3.0-or-later",
  573. "optional": true,
  574. "os": [
  575. "darwin"
  576. ],
  577. "funding": {
  578. "url": "https://opencollective.com/libvips"
  579. }
  580. },
  581. "node_modules/@img/sharp-libvips-darwin-x64": {
  582. "version": "1.2.4",
  583. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
  584. "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
  585. "cpu": [
  586. "x64"
  587. ],
  588. "license": "LGPL-3.0-or-later",
  589. "optional": true,
  590. "os": [
  591. "darwin"
  592. ],
  593. "funding": {
  594. "url": "https://opencollective.com/libvips"
  595. }
  596. },
  597. "node_modules/@img/sharp-libvips-linux-arm": {
  598. "version": "1.2.4",
  599. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
  600. "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
  601. "cpu": [
  602. "arm"
  603. ],
  604. "license": "LGPL-3.0-or-later",
  605. "optional": true,
  606. "os": [
  607. "linux"
  608. ],
  609. "funding": {
  610. "url": "https://opencollective.com/libvips"
  611. }
  612. },
  613. "node_modules/@img/sharp-libvips-linux-arm64": {
  614. "version": "1.2.4",
  615. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
  616. "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
  617. "cpu": [
  618. "arm64"
  619. ],
  620. "license": "LGPL-3.0-or-later",
  621. "optional": true,
  622. "os": [
  623. "linux"
  624. ],
  625. "funding": {
  626. "url": "https://opencollective.com/libvips"
  627. }
  628. },
  629. "node_modules/@img/sharp-libvips-linux-ppc64": {
  630. "version": "1.2.4",
  631. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
  632. "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
  633. "cpu": [
  634. "ppc64"
  635. ],
  636. "license": "LGPL-3.0-or-later",
  637. "optional": true,
  638. "os": [
  639. "linux"
  640. ],
  641. "funding": {
  642. "url": "https://opencollective.com/libvips"
  643. }
  644. },
  645. "node_modules/@img/sharp-libvips-linux-riscv64": {
  646. "version": "1.2.4",
  647. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
  648. "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
  649. "cpu": [
  650. "riscv64"
  651. ],
  652. "license": "LGPL-3.0-or-later",
  653. "optional": true,
  654. "os": [
  655. "linux"
  656. ],
  657. "funding": {
  658. "url": "https://opencollective.com/libvips"
  659. }
  660. },
  661. "node_modules/@img/sharp-libvips-linux-s390x": {
  662. "version": "1.2.4",
  663. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
  664. "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
  665. "cpu": [
  666. "s390x"
  667. ],
  668. "license": "LGPL-3.0-or-later",
  669. "optional": true,
  670. "os": [
  671. "linux"
  672. ],
  673. "funding": {
  674. "url": "https://opencollective.com/libvips"
  675. }
  676. },
  677. "node_modules/@img/sharp-libvips-linux-x64": {
  678. "version": "1.2.4",
  679. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
  680. "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
  681. "cpu": [
  682. "x64"
  683. ],
  684. "license": "LGPL-3.0-or-later",
  685. "optional": true,
  686. "os": [
  687. "linux"
  688. ],
  689. "funding": {
  690. "url": "https://opencollective.com/libvips"
  691. }
  692. },
  693. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  694. "version": "1.2.4",
  695. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
  696. "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
  697. "cpu": [
  698. "arm64"
  699. ],
  700. "license": "LGPL-3.0-or-later",
  701. "optional": true,
  702. "os": [
  703. "linux"
  704. ],
  705. "funding": {
  706. "url": "https://opencollective.com/libvips"
  707. }
  708. },
  709. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  710. "version": "1.2.4",
  711. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
  712. "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
  713. "cpu": [
  714. "x64"
  715. ],
  716. "license": "LGPL-3.0-or-later",
  717. "optional": true,
  718. "os": [
  719. "linux"
  720. ],
  721. "funding": {
  722. "url": "https://opencollective.com/libvips"
  723. }
  724. },
  725. "node_modules/@img/sharp-linux-arm": {
  726. "version": "0.34.5",
  727. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
  728. "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
  729. "cpu": [
  730. "arm"
  731. ],
  732. "license": "Apache-2.0",
  733. "optional": true,
  734. "os": [
  735. "linux"
  736. ],
  737. "engines": {
  738. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  739. },
  740. "funding": {
  741. "url": "https://opencollective.com/libvips"
  742. },
  743. "optionalDependencies": {
  744. "@img/sharp-libvips-linux-arm": "1.2.4"
  745. }
  746. },
  747. "node_modules/@img/sharp-linux-arm64": {
  748. "version": "0.34.5",
  749. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
  750. "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
  751. "cpu": [
  752. "arm64"
  753. ],
  754. "license": "Apache-2.0",
  755. "optional": true,
  756. "os": [
  757. "linux"
  758. ],
  759. "engines": {
  760. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  761. },
  762. "funding": {
  763. "url": "https://opencollective.com/libvips"
  764. },
  765. "optionalDependencies": {
  766. "@img/sharp-libvips-linux-arm64": "1.2.4"
  767. }
  768. },
  769. "node_modules/@img/sharp-linux-ppc64": {
  770. "version": "0.34.5",
  771. "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
  772. "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
  773. "cpu": [
  774. "ppc64"
  775. ],
  776. "license": "Apache-2.0",
  777. "optional": true,
  778. "os": [
  779. "linux"
  780. ],
  781. "engines": {
  782. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  783. },
  784. "funding": {
  785. "url": "https://opencollective.com/libvips"
  786. },
  787. "optionalDependencies": {
  788. "@img/sharp-libvips-linux-ppc64": "1.2.4"
  789. }
  790. },
  791. "node_modules/@img/sharp-linux-riscv64": {
  792. "version": "0.34.5",
  793. "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
  794. "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
  795. "cpu": [
  796. "riscv64"
  797. ],
  798. "license": "Apache-2.0",
  799. "optional": true,
  800. "os": [
  801. "linux"
  802. ],
  803. "engines": {
  804. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  805. },
  806. "funding": {
  807. "url": "https://opencollective.com/libvips"
  808. },
  809. "optionalDependencies": {
  810. "@img/sharp-libvips-linux-riscv64": "1.2.4"
  811. }
  812. },
  813. "node_modules/@img/sharp-linux-s390x": {
  814. "version": "0.34.5",
  815. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
  816. "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
  817. "cpu": [
  818. "s390x"
  819. ],
  820. "license": "Apache-2.0",
  821. "optional": true,
  822. "os": [
  823. "linux"
  824. ],
  825. "engines": {
  826. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  827. },
  828. "funding": {
  829. "url": "https://opencollective.com/libvips"
  830. },
  831. "optionalDependencies": {
  832. "@img/sharp-libvips-linux-s390x": "1.2.4"
  833. }
  834. },
  835. "node_modules/@img/sharp-linux-x64": {
  836. "version": "0.34.5",
  837. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
  838. "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
  839. "cpu": [
  840. "x64"
  841. ],
  842. "license": "Apache-2.0",
  843. "optional": true,
  844. "os": [
  845. "linux"
  846. ],
  847. "engines": {
  848. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  849. },
  850. "funding": {
  851. "url": "https://opencollective.com/libvips"
  852. },
  853. "optionalDependencies": {
  854. "@img/sharp-libvips-linux-x64": "1.2.4"
  855. }
  856. },
  857. "node_modules/@img/sharp-linuxmusl-arm64": {
  858. "version": "0.34.5",
  859. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
  860. "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
  861. "cpu": [
  862. "arm64"
  863. ],
  864. "license": "Apache-2.0",
  865. "optional": true,
  866. "os": [
  867. "linux"
  868. ],
  869. "engines": {
  870. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  871. },
  872. "funding": {
  873. "url": "https://opencollective.com/libvips"
  874. },
  875. "optionalDependencies": {
  876. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
  877. }
  878. },
  879. "node_modules/@img/sharp-linuxmusl-x64": {
  880. "version": "0.34.5",
  881. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
  882. "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
  883. "cpu": [
  884. "x64"
  885. ],
  886. "license": "Apache-2.0",
  887. "optional": true,
  888. "os": [
  889. "linux"
  890. ],
  891. "engines": {
  892. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  893. },
  894. "funding": {
  895. "url": "https://opencollective.com/libvips"
  896. },
  897. "optionalDependencies": {
  898. "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
  899. }
  900. },
  901. "node_modules/@img/sharp-wasm32": {
  902. "version": "0.34.5",
  903. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
  904. "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
  905. "cpu": [
  906. "wasm32"
  907. ],
  908. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  909. "optional": true,
  910. "dependencies": {
  911. "@emnapi/runtime": "^1.7.0"
  912. },
  913. "engines": {
  914. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  915. },
  916. "funding": {
  917. "url": "https://opencollective.com/libvips"
  918. }
  919. },
  920. "node_modules/@img/sharp-win32-arm64": {
  921. "version": "0.34.5",
  922. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
  923. "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
  924. "cpu": [
  925. "arm64"
  926. ],
  927. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  928. "optional": true,
  929. "os": [
  930. "win32"
  931. ],
  932. "engines": {
  933. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  934. },
  935. "funding": {
  936. "url": "https://opencollective.com/libvips"
  937. }
  938. },
  939. "node_modules/@img/sharp-win32-ia32": {
  940. "version": "0.34.5",
  941. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
  942. "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
  943. "cpu": [
  944. "ia32"
  945. ],
  946. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  947. "optional": true,
  948. "os": [
  949. "win32"
  950. ],
  951. "engines": {
  952. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  953. },
  954. "funding": {
  955. "url": "https://opencollective.com/libvips"
  956. }
  957. },
  958. "node_modules/@img/sharp-win32-x64": {
  959. "version": "0.34.5",
  960. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
  961. "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
  962. "cpu": [
  963. "x64"
  964. ],
  965. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  966. "optional": true,
  967. "os": [
  968. "win32"
  969. ],
  970. "engines": {
  971. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  972. },
  973. "funding": {
  974. "url": "https://opencollective.com/libvips"
  975. }
  976. },
  977. "node_modules/@jridgewell/gen-mapping": {
  978. "version": "0.3.13",
  979. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  980. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  981. "dev": true,
  982. "license": "MIT",
  983. "dependencies": {
  984. "@jridgewell/sourcemap-codec": "^1.5.0",
  985. "@jridgewell/trace-mapping": "^0.3.24"
  986. }
  987. },
  988. "node_modules/@jridgewell/remapping": {
  989. "version": "2.3.5",
  990. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  991. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  992. "dev": true,
  993. "license": "MIT",
  994. "dependencies": {
  995. "@jridgewell/gen-mapping": "^0.3.5",
  996. "@jridgewell/trace-mapping": "^0.3.24"
  997. }
  998. },
  999. "node_modules/@jridgewell/resolve-uri": {
  1000. "version": "3.1.2",
  1001. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1002. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1003. "dev": true,
  1004. "license": "MIT",
  1005. "engines": {
  1006. "node": ">=6.0.0"
  1007. }
  1008. },
  1009. "node_modules/@jridgewell/sourcemap-codec": {
  1010. "version": "1.5.5",
  1011. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1012. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1013. "dev": true,
  1014. "license": "MIT"
  1015. },
  1016. "node_modules/@jridgewell/trace-mapping": {
  1017. "version": "0.3.31",
  1018. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1019. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1020. "dev": true,
  1021. "license": "MIT",
  1022. "dependencies": {
  1023. "@jridgewell/resolve-uri": "^3.1.0",
  1024. "@jridgewell/sourcemap-codec": "^1.4.14"
  1025. }
  1026. },
  1027. "node_modules/@napi-rs/canvas": {
  1028. "version": "0.1.100",
  1029. "resolved": "https://registry.npmjs.org/@napi-rs/canvas/-/canvas-0.1.100.tgz",
  1030. "integrity": "sha512-xglYA6q3XO5P3BNJYxVZ1IV7DLVjp1Py6nwag88YntrS+3vKHyYcMqXVS4ZztJmwz2uGvz1FWhI/4LgbR5uQDA==",
  1031. "license": "MIT",
  1032. "optional": true,
  1033. "workspaces": [
  1034. "e2e/*"
  1035. ],
  1036. "engines": {
  1037. "node": ">= 10"
  1038. },
  1039. "funding": {
  1040. "type": "github",
  1041. "url": "https://github.com/sponsors/Brooooooklyn"
  1042. },
  1043. "optionalDependencies": {
  1044. "@napi-rs/canvas-android-arm64": "0.1.100",
  1045. "@napi-rs/canvas-darwin-arm64": "0.1.100",
  1046. "@napi-rs/canvas-darwin-x64": "0.1.100",
  1047. "@napi-rs/canvas-linux-arm-gnueabihf": "0.1.100",
  1048. "@napi-rs/canvas-linux-arm64-gnu": "0.1.100",
  1049. "@napi-rs/canvas-linux-arm64-musl": "0.1.100",
  1050. "@napi-rs/canvas-linux-riscv64-gnu": "0.1.100",
  1051. "@napi-rs/canvas-linux-x64-gnu": "0.1.100",
  1052. "@napi-rs/canvas-linux-x64-musl": "0.1.100",
  1053. "@napi-rs/canvas-win32-arm64-msvc": "0.1.100",
  1054. "@napi-rs/canvas-win32-x64-msvc": "0.1.100"
  1055. }
  1056. },
  1057. "node_modules/@napi-rs/canvas-android-arm64": {
  1058. "version": "0.1.100",
  1059. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-android-arm64/-/canvas-android-arm64-0.1.100.tgz",
  1060. "integrity": "sha512-hjhCKhntPv9+t4ckHymdx0phYNcVW+GKQR6Lzw2zE+pOVjOplSmtx9nNNknTjbEDLcuLZqA1y8ufKg1XfgftzQ==",
  1061. "cpu": [
  1062. "arm64"
  1063. ],
  1064. "license": "MIT",
  1065. "optional": true,
  1066. "os": [
  1067. "android"
  1068. ],
  1069. "engines": {
  1070. "node": ">= 10"
  1071. },
  1072. "funding": {
  1073. "type": "github",
  1074. "url": "https://github.com/sponsors/Brooooooklyn"
  1075. }
  1076. },
  1077. "node_modules/@napi-rs/canvas-darwin-arm64": {
  1078. "version": "0.1.100",
  1079. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-darwin-arm64/-/canvas-darwin-arm64-0.1.100.tgz",
  1080. "integrity": "sha512-2PcswRaC7Ly645DGt88///zuFDhJxJYdKAs1uU3mfk1atYkXufgcgLfBpk6Tm12nCQBaNt1wpybuPZ4qOhTo8A==",
  1081. "cpu": [
  1082. "arm64"
  1083. ],
  1084. "license": "MIT",
  1085. "optional": true,
  1086. "os": [
  1087. "darwin"
  1088. ],
  1089. "engines": {
  1090. "node": ">= 10"
  1091. },
  1092. "funding": {
  1093. "type": "github",
  1094. "url": "https://github.com/sponsors/Brooooooklyn"
  1095. }
  1096. },
  1097. "node_modules/@napi-rs/canvas-darwin-x64": {
  1098. "version": "0.1.100",
  1099. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-darwin-x64/-/canvas-darwin-x64-0.1.100.tgz",
  1100. "integrity": "sha512-ePNZtj7pNIva/siZMg+HmbeozkIjqUIYdoymH8HaA3qK7LfzFN4WMBM8G6HQ9ZC+H3+Dnn5pqtiXpgLykaPOhw==",
  1101. "cpu": [
  1102. "x64"
  1103. ],
  1104. "license": "MIT",
  1105. "optional": true,
  1106. "os": [
  1107. "darwin"
  1108. ],
  1109. "engines": {
  1110. "node": ">= 10"
  1111. },
  1112. "funding": {
  1113. "type": "github",
  1114. "url": "https://github.com/sponsors/Brooooooklyn"
  1115. }
  1116. },
  1117. "node_modules/@napi-rs/canvas-linux-arm-gnueabihf": {
  1118. "version": "0.1.100",
  1119. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-arm-gnueabihf/-/canvas-linux-arm-gnueabihf-0.1.100.tgz",
  1120. "integrity": "sha512-d5cDB48oWFGU8/XPhUOFAlySgb/VAu7D+s8fi55K1Pcfg8aPplHWqMgibhVLU8ky7Pyg/fuiVLz4Nf3JrSTuUA==",
  1121. "cpu": [
  1122. "arm"
  1123. ],
  1124. "license": "MIT",
  1125. "optional": true,
  1126. "os": [
  1127. "linux"
  1128. ],
  1129. "engines": {
  1130. "node": ">= 10"
  1131. },
  1132. "funding": {
  1133. "type": "github",
  1134. "url": "https://github.com/sponsors/Brooooooklyn"
  1135. }
  1136. },
  1137. "node_modules/@napi-rs/canvas-linux-arm64-gnu": {
  1138. "version": "0.1.100",
  1139. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-arm64-gnu/-/canvas-linux-arm64-gnu-0.1.100.tgz",
  1140. "integrity": "sha512-rDxgxRu69RvDlX/bh9o22DxLsGr8EqsNgotL9+RwQE1S0b0cqeatqsw6aW45mukm0B42DIAaAacKaYQ8cqS1nw==",
  1141. "cpu": [
  1142. "arm64"
  1143. ],
  1144. "license": "MIT",
  1145. "optional": true,
  1146. "os": [
  1147. "linux"
  1148. ],
  1149. "engines": {
  1150. "node": ">= 10"
  1151. },
  1152. "funding": {
  1153. "type": "github",
  1154. "url": "https://github.com/sponsors/Brooooooklyn"
  1155. }
  1156. },
  1157. "node_modules/@napi-rs/canvas-linux-arm64-musl": {
  1158. "version": "0.1.100",
  1159. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-arm64-musl/-/canvas-linux-arm64-musl-0.1.100.tgz",
  1160. "integrity": "sha512-K3mDW66N+xT2/V439u1alFANiBUjdEx2gLiNYnCmUsva5jZMxWTjafBYwTzYK+EMFMHrUoabuU+T1BIP5CgbYQ==",
  1161. "cpu": [
  1162. "arm64"
  1163. ],
  1164. "license": "MIT",
  1165. "optional": true,
  1166. "os": [
  1167. "linux"
  1168. ],
  1169. "engines": {
  1170. "node": ">= 10"
  1171. },
  1172. "funding": {
  1173. "type": "github",
  1174. "url": "https://github.com/sponsors/Brooooooklyn"
  1175. }
  1176. },
  1177. "node_modules/@napi-rs/canvas-linux-riscv64-gnu": {
  1178. "version": "0.1.100",
  1179. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-riscv64-gnu/-/canvas-linux-riscv64-gnu-0.1.100.tgz",
  1180. "integrity": "sha512-mooqUBTIsccZpnoQC4NgrC1v6C1vof39etLNMnBwCY+p0gajWJvAHLGQ6g/gGyS5YrpDW+GefSN4+Cvcr08UWw==",
  1181. "cpu": [
  1182. "riscv64"
  1183. ],
  1184. "license": "MIT",
  1185. "optional": true,
  1186. "os": [
  1187. "linux"
  1188. ],
  1189. "engines": {
  1190. "node": ">= 10"
  1191. },
  1192. "funding": {
  1193. "type": "github",
  1194. "url": "https://github.com/sponsors/Brooooooklyn"
  1195. }
  1196. },
  1197. "node_modules/@napi-rs/canvas-linux-x64-gnu": {
  1198. "version": "0.1.100",
  1199. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-x64-gnu/-/canvas-linux-x64-gnu-0.1.100.tgz",
  1200. "integrity": "sha512-1eCvkDCazm7FFhsT7DfGOdSaHgZVK3bt/dSBl5EWHOWmnz+I7j8tPseJqqD81NF+MH21jKUK4wQSDjN0mdhnTg==",
  1201. "cpu": [
  1202. "x64"
  1203. ],
  1204. "license": "MIT",
  1205. "optional": true,
  1206. "os": [
  1207. "linux"
  1208. ],
  1209. "engines": {
  1210. "node": ">= 10"
  1211. },
  1212. "funding": {
  1213. "type": "github",
  1214. "url": "https://github.com/sponsors/Brooooooklyn"
  1215. }
  1216. },
  1217. "node_modules/@napi-rs/canvas-linux-x64-musl": {
  1218. "version": "0.1.100",
  1219. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-linux-x64-musl/-/canvas-linux-x64-musl-0.1.100.tgz",
  1220. "integrity": "sha512-20arT6lnI19S68qNlii73TSEDbECNgzMz2EpldC1V3mZFuRkeujXkcebRk0LRJe9SEUAooYiLokfMViY8IX7yA==",
  1221. "cpu": [
  1222. "x64"
  1223. ],
  1224. "license": "MIT",
  1225. "optional": true,
  1226. "os": [
  1227. "linux"
  1228. ],
  1229. "engines": {
  1230. "node": ">= 10"
  1231. },
  1232. "funding": {
  1233. "type": "github",
  1234. "url": "https://github.com/sponsors/Brooooooklyn"
  1235. }
  1236. },
  1237. "node_modules/@napi-rs/canvas-win32-arm64-msvc": {
  1238. "version": "0.1.100",
  1239. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-win32-arm64-msvc/-/canvas-win32-arm64-msvc-0.1.100.tgz",
  1240. "integrity": "sha512-DZFFT1wIAg37LJw37yhMRFfjATd3vTQzjZ1Yki8u2vhO6Hi5VE6BVaGQ1aaDu7xb4iMErz+9EOwjpS7xcxFeBw==",
  1241. "cpu": [
  1242. "arm64"
  1243. ],
  1244. "license": "MIT",
  1245. "optional": true,
  1246. "os": [
  1247. "win32"
  1248. ],
  1249. "engines": {
  1250. "node": ">= 10"
  1251. },
  1252. "funding": {
  1253. "type": "github",
  1254. "url": "https://github.com/sponsors/Brooooooklyn"
  1255. }
  1256. },
  1257. "node_modules/@napi-rs/canvas-win32-x64-msvc": {
  1258. "version": "0.1.100",
  1259. "resolved": "https://registry.npmjs.org/@napi-rs/canvas-win32-x64-msvc/-/canvas-win32-x64-msvc-0.1.100.tgz",
  1260. "integrity": "sha512-MyT1j3mHC2+Lu4pBi9mKyMJhtP6U7k7EldY7sj/uS5gJA65gTXt8MefJQXLJo5d/vZbuWmfxzkEUNc/urV3pHA==",
  1261. "cpu": [
  1262. "x64"
  1263. ],
  1264. "license": "MIT",
  1265. "optional": true,
  1266. "os": [
  1267. "win32"
  1268. ],
  1269. "engines": {
  1270. "node": ">= 10"
  1271. },
  1272. "funding": {
  1273. "type": "github",
  1274. "url": "https://github.com/sponsors/Brooooooklyn"
  1275. }
  1276. },
  1277. "node_modules/@napi-rs/wasm-runtime": {
  1278. "version": "0.2.12",
  1279. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",
  1280. "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",
  1281. "dev": true,
  1282. "license": "MIT",
  1283. "optional": true,
  1284. "dependencies": {
  1285. "@emnapi/core": "^1.4.3",
  1286. "@emnapi/runtime": "^1.4.3",
  1287. "@tybys/wasm-util": "^0.10.0"
  1288. }
  1289. },
  1290. "node_modules/@next/env": {
  1291. "version": "16.2.4",
  1292. "resolved": "https://registry.npmjs.org/@next/env/-/env-16.2.4.tgz",
  1293. "integrity": "sha512-dKkkOzOSwFYe5RX6y26fZgkSpVAlIOJKQHIiydQcrWH6y/97+RceSOAdjZ14Qa3zLduVUy0TXcn+EiM6t4rPgw==",
  1294. "license": "MIT"
  1295. },
  1296. "node_modules/@next/eslint-plugin-next": {
  1297. "version": "16.2.4",
  1298. "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.2.4.tgz",
  1299. "integrity": "sha512-tOX826JJ96gYK/go18sPUgMq9FK1tqxBFfUCEufJb5XIkWFFmpgU7mahJANKGkHs7F41ir3tReJ3Lv5La0RvhA==",
  1300. "dev": true,
  1301. "license": "MIT",
  1302. "dependencies": {
  1303. "fast-glob": "3.3.1"
  1304. }
  1305. },
  1306. "node_modules/@next/swc-darwin-arm64": {
  1307. "version": "16.2.4",
  1308. "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.4.tgz",
  1309. "integrity": "sha512-OXTFFox5EKN1Ym08vfrz+OXxmCcEjT4SFMbNRsWZE99dMqt2Kcusl5MqPXcW232RYkMLQTy0hqgAMEsfEd/l2A==",
  1310. "cpu": [
  1311. "arm64"
  1312. ],
  1313. "license": "MIT",
  1314. "optional": true,
  1315. "os": [
  1316. "darwin"
  1317. ],
  1318. "engines": {
  1319. "node": ">= 10"
  1320. }
  1321. },
  1322. "node_modules/@next/swc-darwin-x64": {
  1323. "version": "16.2.4",
  1324. "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.4.tgz",
  1325. "integrity": "sha512-XhpVnUfmYWvD3YrXu55XdcAkQtOnvaI6wtQa8fuF5fGoKoxIUZ0kWPtcOfqJEWngFF/lOS9l3+O9CcownhiQxQ==",
  1326. "cpu": [
  1327. "x64"
  1328. ],
  1329. "license": "MIT",
  1330. "optional": true,
  1331. "os": [
  1332. "darwin"
  1333. ],
  1334. "engines": {
  1335. "node": ">= 10"
  1336. }
  1337. },
  1338. "node_modules/@next/swc-linux-arm64-gnu": {
  1339. "version": "16.2.4",
  1340. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.4.tgz",
  1341. "integrity": "sha512-Mx/tjlNA3G8kg14QvuGAJ4xBwPk1tUHq56JxZ8CXnZwz1Etz714soCEzGQQzVMz4bEnGPowzkV6Xrp6wAkEWOQ==",
  1342. "cpu": [
  1343. "arm64"
  1344. ],
  1345. "license": "MIT",
  1346. "optional": true,
  1347. "os": [
  1348. "linux"
  1349. ],
  1350. "engines": {
  1351. "node": ">= 10"
  1352. }
  1353. },
  1354. "node_modules/@next/swc-linux-arm64-musl": {
  1355. "version": "16.2.4",
  1356. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.4.tgz",
  1357. "integrity": "sha512-iVMMp14514u7Nup2umQS03nT/bN9HurK8ufylC3FZNykrwjtx7V1A7+4kvhbDSCeonTVqV3Txnv0Lu+m2oDXNg==",
  1358. "cpu": [
  1359. "arm64"
  1360. ],
  1361. "license": "MIT",
  1362. "optional": true,
  1363. "os": [
  1364. "linux"
  1365. ],
  1366. "engines": {
  1367. "node": ">= 10"
  1368. }
  1369. },
  1370. "node_modules/@next/swc-linux-x64-gnu": {
  1371. "version": "16.2.4",
  1372. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.4.tgz",
  1373. "integrity": "sha512-EZOvm1aQWgnI/N/xcWOlnS3RQBk0VtVav5Zo7n4p0A7UKyTDx047k8opDbXgBpHl4CulRqRfbw3QrX2w5UOXMQ==",
  1374. "cpu": [
  1375. "x64"
  1376. ],
  1377. "license": "MIT",
  1378. "optional": true,
  1379. "os": [
  1380. "linux"
  1381. ],
  1382. "engines": {
  1383. "node": ">= 10"
  1384. }
  1385. },
  1386. "node_modules/@next/swc-linux-x64-musl": {
  1387. "version": "16.2.4",
  1388. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.4.tgz",
  1389. "integrity": "sha512-h9FxsngCm9cTBf71AR4fGznDEDx1hS7+kSEiIRjq5kO1oXWm07DxVGZjCvk0SGx7TSjlUqhI8oOyz7NfwAdPoA==",
  1390. "cpu": [
  1391. "x64"
  1392. ],
  1393. "license": "MIT",
  1394. "optional": true,
  1395. "os": [
  1396. "linux"
  1397. ],
  1398. "engines": {
  1399. "node": ">= 10"
  1400. }
  1401. },
  1402. "node_modules/@next/swc-win32-arm64-msvc": {
  1403. "version": "16.2.4",
  1404. "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.4.tgz",
  1405. "integrity": "sha512-3NdJV5OXMSOeJYijX+bjaLge3mJBlh4ybydbT4GFoB/2hAojWHtMhl3CYlYoMrjPuodp0nzFVi4Tj2+WaMg+Ow==",
  1406. "cpu": [
  1407. "arm64"
  1408. ],
  1409. "license": "MIT",
  1410. "optional": true,
  1411. "os": [
  1412. "win32"
  1413. ],
  1414. "engines": {
  1415. "node": ">= 10"
  1416. }
  1417. },
  1418. "node_modules/@next/swc-win32-x64-msvc": {
  1419. "version": "16.2.4",
  1420. "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.4.tgz",
  1421. "integrity": "sha512-kMVGgsqhO5YTYODD9IPGGhA6iprWidQckK3LmPeW08PIFENRmgfb4MjXHO+p//d+ts2rpjvK5gXWzXSMrPl9cw==",
  1422. "cpu": [
  1423. "x64"
  1424. ],
  1425. "license": "MIT",
  1426. "optional": true,
  1427. "os": [
  1428. "win32"
  1429. ],
  1430. "engines": {
  1431. "node": ">= 10"
  1432. }
  1433. },
  1434. "node_modules/@nodelib/fs.scandir": {
  1435. "version": "2.1.5",
  1436. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1437. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1438. "dev": true,
  1439. "license": "MIT",
  1440. "dependencies": {
  1441. "@nodelib/fs.stat": "2.0.5",
  1442. "run-parallel": "^1.1.9"
  1443. },
  1444. "engines": {
  1445. "node": ">= 8"
  1446. }
  1447. },
  1448. "node_modules/@nodelib/fs.stat": {
  1449. "version": "2.0.5",
  1450. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1451. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1452. "dev": true,
  1453. "license": "MIT",
  1454. "engines": {
  1455. "node": ">= 8"
  1456. }
  1457. },
  1458. "node_modules/@nodelib/fs.walk": {
  1459. "version": "1.2.8",
  1460. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1461. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1462. "dev": true,
  1463. "license": "MIT",
  1464. "dependencies": {
  1465. "@nodelib/fs.scandir": "2.1.5",
  1466. "fastq": "^1.6.0"
  1467. },
  1468. "engines": {
  1469. "node": ">= 8"
  1470. }
  1471. },
  1472. "node_modules/@nolyfill/is-core-module": {
  1473. "version": "1.0.39",
  1474. "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz",
  1475. "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==",
  1476. "dev": true,
  1477. "license": "MIT",
  1478. "engines": {
  1479. "node": ">=12.4.0"
  1480. }
  1481. },
  1482. "node_modules/@rtsao/scc": {
  1483. "version": "1.1.0",
  1484. "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
  1485. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  1486. "dev": true,
  1487. "license": "MIT"
  1488. },
  1489. "node_modules/@swc/helpers": {
  1490. "version": "0.5.15",
  1491. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
  1492. "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
  1493. "license": "Apache-2.0",
  1494. "dependencies": {
  1495. "tslib": "^2.8.0"
  1496. }
  1497. },
  1498. "node_modules/@tailwindcss/node": {
  1499. "version": "4.2.2",
  1500. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.2.tgz",
  1501. "integrity": "sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==",
  1502. "dev": true,
  1503. "license": "MIT",
  1504. "dependencies": {
  1505. "@jridgewell/remapping": "^2.3.5",
  1506. "enhanced-resolve": "^5.19.0",
  1507. "jiti": "^2.6.1",
  1508. "lightningcss": "1.32.0",
  1509. "magic-string": "^0.30.21",
  1510. "source-map-js": "^1.2.1",
  1511. "tailwindcss": "4.2.2"
  1512. }
  1513. },
  1514. "node_modules/@tailwindcss/oxide": {
  1515. "version": "4.2.2",
  1516. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.2.tgz",
  1517. "integrity": "sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==",
  1518. "dev": true,
  1519. "license": "MIT",
  1520. "engines": {
  1521. "node": ">= 20"
  1522. },
  1523. "optionalDependencies": {
  1524. "@tailwindcss/oxide-android-arm64": "4.2.2",
  1525. "@tailwindcss/oxide-darwin-arm64": "4.2.2",
  1526. "@tailwindcss/oxide-darwin-x64": "4.2.2",
  1527. "@tailwindcss/oxide-freebsd-x64": "4.2.2",
  1528. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.2",
  1529. "@tailwindcss/oxide-linux-arm64-gnu": "4.2.2",
  1530. "@tailwindcss/oxide-linux-arm64-musl": "4.2.2",
  1531. "@tailwindcss/oxide-linux-x64-gnu": "4.2.2",
  1532. "@tailwindcss/oxide-linux-x64-musl": "4.2.2",
  1533. "@tailwindcss/oxide-wasm32-wasi": "4.2.2",
  1534. "@tailwindcss/oxide-win32-arm64-msvc": "4.2.2",
  1535. "@tailwindcss/oxide-win32-x64-msvc": "4.2.2"
  1536. }
  1537. },
  1538. "node_modules/@tailwindcss/oxide-android-arm64": {
  1539. "version": "4.2.2",
  1540. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.2.tgz",
  1541. "integrity": "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==",
  1542. "cpu": [
  1543. "arm64"
  1544. ],
  1545. "dev": true,
  1546. "license": "MIT",
  1547. "optional": true,
  1548. "os": [
  1549. "android"
  1550. ],
  1551. "engines": {
  1552. "node": ">= 20"
  1553. }
  1554. },
  1555. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1556. "version": "4.2.2",
  1557. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.2.tgz",
  1558. "integrity": "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==",
  1559. "cpu": [
  1560. "arm64"
  1561. ],
  1562. "dev": true,
  1563. "license": "MIT",
  1564. "optional": true,
  1565. "os": [
  1566. "darwin"
  1567. ],
  1568. "engines": {
  1569. "node": ">= 20"
  1570. }
  1571. },
  1572. "node_modules/@tailwindcss/oxide-darwin-x64": {
  1573. "version": "4.2.2",
  1574. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.2.tgz",
  1575. "integrity": "sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==",
  1576. "cpu": [
  1577. "x64"
  1578. ],
  1579. "dev": true,
  1580. "license": "MIT",
  1581. "optional": true,
  1582. "os": [
  1583. "darwin"
  1584. ],
  1585. "engines": {
  1586. "node": ">= 20"
  1587. }
  1588. },
  1589. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  1590. "version": "4.2.2",
  1591. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.2.tgz",
  1592. "integrity": "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==",
  1593. "cpu": [
  1594. "x64"
  1595. ],
  1596. "dev": true,
  1597. "license": "MIT",
  1598. "optional": true,
  1599. "os": [
  1600. "freebsd"
  1601. ],
  1602. "engines": {
  1603. "node": ">= 20"
  1604. }
  1605. },
  1606. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  1607. "version": "4.2.2",
  1608. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.2.tgz",
  1609. "integrity": "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==",
  1610. "cpu": [
  1611. "arm"
  1612. ],
  1613. "dev": true,
  1614. "license": "MIT",
  1615. "optional": true,
  1616. "os": [
  1617. "linux"
  1618. ],
  1619. "engines": {
  1620. "node": ">= 20"
  1621. }
  1622. },
  1623. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  1624. "version": "4.2.2",
  1625. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.2.tgz",
  1626. "integrity": "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==",
  1627. "cpu": [
  1628. "arm64"
  1629. ],
  1630. "dev": true,
  1631. "license": "MIT",
  1632. "optional": true,
  1633. "os": [
  1634. "linux"
  1635. ],
  1636. "engines": {
  1637. "node": ">= 20"
  1638. }
  1639. },
  1640. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  1641. "version": "4.2.2",
  1642. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.2.tgz",
  1643. "integrity": "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==",
  1644. "cpu": [
  1645. "arm64"
  1646. ],
  1647. "dev": true,
  1648. "license": "MIT",
  1649. "optional": true,
  1650. "os": [
  1651. "linux"
  1652. ],
  1653. "engines": {
  1654. "node": ">= 20"
  1655. }
  1656. },
  1657. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  1658. "version": "4.2.2",
  1659. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.2.tgz",
  1660. "integrity": "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==",
  1661. "cpu": [
  1662. "x64"
  1663. ],
  1664. "dev": true,
  1665. "license": "MIT",
  1666. "optional": true,
  1667. "os": [
  1668. "linux"
  1669. ],
  1670. "engines": {
  1671. "node": ">= 20"
  1672. }
  1673. },
  1674. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  1675. "version": "4.2.2",
  1676. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.2.tgz",
  1677. "integrity": "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==",
  1678. "cpu": [
  1679. "x64"
  1680. ],
  1681. "dev": true,
  1682. "license": "MIT",
  1683. "optional": true,
  1684. "os": [
  1685. "linux"
  1686. ],
  1687. "engines": {
  1688. "node": ">= 20"
  1689. }
  1690. },
  1691. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  1692. "version": "4.2.2",
  1693. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.2.tgz",
  1694. "integrity": "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==",
  1695. "bundleDependencies": [
  1696. "@napi-rs/wasm-runtime",
  1697. "@emnapi/core",
  1698. "@emnapi/runtime",
  1699. "@tybys/wasm-util",
  1700. "@emnapi/wasi-threads",
  1701. "tslib"
  1702. ],
  1703. "cpu": [
  1704. "wasm32"
  1705. ],
  1706. "dev": true,
  1707. "license": "MIT",
  1708. "optional": true,
  1709. "dependencies": {
  1710. "@emnapi/core": "^1.8.1",
  1711. "@emnapi/runtime": "^1.8.1",
  1712. "@emnapi/wasi-threads": "^1.1.0",
  1713. "@napi-rs/wasm-runtime": "^1.1.1",
  1714. "@tybys/wasm-util": "^0.10.1",
  1715. "tslib": "^2.8.1"
  1716. },
  1717. "engines": {
  1718. "node": ">=14.0.0"
  1719. }
  1720. },
  1721. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  1722. "version": "4.2.2",
  1723. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz",
  1724. "integrity": "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==",
  1725. "cpu": [
  1726. "arm64"
  1727. ],
  1728. "dev": true,
  1729. "license": "MIT",
  1730. "optional": true,
  1731. "os": [
  1732. "win32"
  1733. ],
  1734. "engines": {
  1735. "node": ">= 20"
  1736. }
  1737. },
  1738. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  1739. "version": "4.2.2",
  1740. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz",
  1741. "integrity": "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==",
  1742. "cpu": [
  1743. "x64"
  1744. ],
  1745. "dev": true,
  1746. "license": "MIT",
  1747. "optional": true,
  1748. "os": [
  1749. "win32"
  1750. ],
  1751. "engines": {
  1752. "node": ">= 20"
  1753. }
  1754. },
  1755. "node_modules/@tailwindcss/postcss": {
  1756. "version": "4.2.2",
  1757. "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.2.tgz",
  1758. "integrity": "sha512-n4goKQbW8RVXIbNKRB/45LzyUqN451deQK0nzIeauVEqjlI49slUlgKYJM2QyUzap/PcpnS7kzSUmPb1sCRvYQ==",
  1759. "dev": true,
  1760. "license": "MIT",
  1761. "dependencies": {
  1762. "@alloc/quick-lru": "^5.2.0",
  1763. "@tailwindcss/node": "4.2.2",
  1764. "@tailwindcss/oxide": "4.2.2",
  1765. "postcss": "^8.5.6",
  1766. "tailwindcss": "4.2.2"
  1767. }
  1768. },
  1769. "node_modules/@tybys/wasm-util": {
  1770. "version": "0.10.1",
  1771. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  1772. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  1773. "dev": true,
  1774. "license": "MIT",
  1775. "optional": true,
  1776. "dependencies": {
  1777. "tslib": "^2.4.0"
  1778. }
  1779. },
  1780. "node_modules/@types/estree": {
  1781. "version": "1.0.8",
  1782. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  1783. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  1784. "dev": true,
  1785. "license": "MIT"
  1786. },
  1787. "node_modules/@types/json-schema": {
  1788. "version": "7.0.15",
  1789. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  1790. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  1791. "dev": true,
  1792. "license": "MIT"
  1793. },
  1794. "node_modules/@types/json5": {
  1795. "version": "0.0.29",
  1796. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  1797. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  1798. "dev": true,
  1799. "license": "MIT"
  1800. },
  1801. "node_modules/@types/node": {
  1802. "version": "20.19.39",
  1803. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.39.tgz",
  1804. "integrity": "sha512-orrrD74MBUyK8jOAD/r0+lfa1I2MO6I+vAkmAWzMYbCcgrN4lCrmK52gRFQq/JRxfYPfonkr4b0jcY7Olqdqbw==",
  1805. "dev": true,
  1806. "license": "MIT",
  1807. "dependencies": {
  1808. "undici-types": "~6.21.0"
  1809. }
  1810. },
  1811. "node_modules/@types/react": {
  1812. "version": "19.2.14",
  1813. "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
  1814. "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
  1815. "dev": true,
  1816. "license": "MIT",
  1817. "dependencies": {
  1818. "csstype": "^3.2.2"
  1819. }
  1820. },
  1821. "node_modules/@types/react-dom": {
  1822. "version": "19.2.3",
  1823. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
  1824. "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
  1825. "dev": true,
  1826. "license": "MIT",
  1827. "peerDependencies": {
  1828. "@types/react": "^19.2.0"
  1829. }
  1830. },
  1831. "node_modules/@typescript-eslint/eslint-plugin": {
  1832. "version": "8.58.2",
  1833. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.2.tgz",
  1834. "integrity": "sha512-aC2qc5thQahutKjP+cl8cgN9DWe3ZUqVko30CMSZHnFEHyhOYoZSzkGtAI2mcwZ38xeImDucI4dnqsHiOYuuCw==",
  1835. "dev": true,
  1836. "license": "MIT",
  1837. "dependencies": {
  1838. "@eslint-community/regexpp": "^4.12.2",
  1839. "@typescript-eslint/scope-manager": "8.58.2",
  1840. "@typescript-eslint/type-utils": "8.58.2",
  1841. "@typescript-eslint/utils": "8.58.2",
  1842. "@typescript-eslint/visitor-keys": "8.58.2",
  1843. "ignore": "^7.0.5",
  1844. "natural-compare": "^1.4.0",
  1845. "ts-api-utils": "^2.5.0"
  1846. },
  1847. "engines": {
  1848. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1849. },
  1850. "funding": {
  1851. "type": "opencollective",
  1852. "url": "https://opencollective.com/typescript-eslint"
  1853. },
  1854. "peerDependencies": {
  1855. "@typescript-eslint/parser": "^8.58.2",
  1856. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1857. "typescript": ">=4.8.4 <6.1.0"
  1858. }
  1859. },
  1860. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  1861. "version": "7.0.5",
  1862. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  1863. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  1864. "dev": true,
  1865. "license": "MIT",
  1866. "engines": {
  1867. "node": ">= 4"
  1868. }
  1869. },
  1870. "node_modules/@typescript-eslint/parser": {
  1871. "version": "8.58.2",
  1872. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.2.tgz",
  1873. "integrity": "sha512-/Zb/xaIDfxeJnvishjGdcR4jmr7S+bda8PKNhRGdljDM+elXhlvN0FyPSsMnLmJUrVG9aPO6dof80wjMawsASg==",
  1874. "dev": true,
  1875. "license": "MIT",
  1876. "dependencies": {
  1877. "@typescript-eslint/scope-manager": "8.58.2",
  1878. "@typescript-eslint/types": "8.58.2",
  1879. "@typescript-eslint/typescript-estree": "8.58.2",
  1880. "@typescript-eslint/visitor-keys": "8.58.2",
  1881. "debug": "^4.4.3"
  1882. },
  1883. "engines": {
  1884. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1885. },
  1886. "funding": {
  1887. "type": "opencollective",
  1888. "url": "https://opencollective.com/typescript-eslint"
  1889. },
  1890. "peerDependencies": {
  1891. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1892. "typescript": ">=4.8.4 <6.1.0"
  1893. }
  1894. },
  1895. "node_modules/@typescript-eslint/project-service": {
  1896. "version": "8.58.2",
  1897. "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.2.tgz",
  1898. "integrity": "sha512-Cq6UfpZZk15+r87BkIh5rDpi38W4b+Sjnb8wQCPPDDweS/LRCFjCyViEbzHk5Ck3f2QDfgmlxqSa7S7clDtlfg==",
  1899. "dev": true,
  1900. "license": "MIT",
  1901. "dependencies": {
  1902. "@typescript-eslint/tsconfig-utils": "^8.58.2",
  1903. "@typescript-eslint/types": "^8.58.2",
  1904. "debug": "^4.4.3"
  1905. },
  1906. "engines": {
  1907. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1908. },
  1909. "funding": {
  1910. "type": "opencollective",
  1911. "url": "https://opencollective.com/typescript-eslint"
  1912. },
  1913. "peerDependencies": {
  1914. "typescript": ">=4.8.4 <6.1.0"
  1915. }
  1916. },
  1917. "node_modules/@typescript-eslint/scope-manager": {
  1918. "version": "8.58.2",
  1919. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.2.tgz",
  1920. "integrity": "sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==",
  1921. "dev": true,
  1922. "license": "MIT",
  1923. "dependencies": {
  1924. "@typescript-eslint/types": "8.58.2",
  1925. "@typescript-eslint/visitor-keys": "8.58.2"
  1926. },
  1927. "engines": {
  1928. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1929. },
  1930. "funding": {
  1931. "type": "opencollective",
  1932. "url": "https://opencollective.com/typescript-eslint"
  1933. }
  1934. },
  1935. "node_modules/@typescript-eslint/tsconfig-utils": {
  1936. "version": "8.58.2",
  1937. "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.2.tgz",
  1938. "integrity": "sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A==",
  1939. "dev": true,
  1940. "license": "MIT",
  1941. "engines": {
  1942. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1943. },
  1944. "funding": {
  1945. "type": "opencollective",
  1946. "url": "https://opencollective.com/typescript-eslint"
  1947. },
  1948. "peerDependencies": {
  1949. "typescript": ">=4.8.4 <6.1.0"
  1950. }
  1951. },
  1952. "node_modules/@typescript-eslint/type-utils": {
  1953. "version": "8.58.2",
  1954. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.2.tgz",
  1955. "integrity": "sha512-Z7EloNR/B389FvabdGeTo2XMs4W9TjtPiO9DAsmT0yom0bwlPyRjkJ1uCdW1DvrrrYP50AJZ9Xc3sByZA9+dcg==",
  1956. "dev": true,
  1957. "license": "MIT",
  1958. "dependencies": {
  1959. "@typescript-eslint/types": "8.58.2",
  1960. "@typescript-eslint/typescript-estree": "8.58.2",
  1961. "@typescript-eslint/utils": "8.58.2",
  1962. "debug": "^4.4.3",
  1963. "ts-api-utils": "^2.5.0"
  1964. },
  1965. "engines": {
  1966. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1967. },
  1968. "funding": {
  1969. "type": "opencollective",
  1970. "url": "https://opencollective.com/typescript-eslint"
  1971. },
  1972. "peerDependencies": {
  1973. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1974. "typescript": ">=4.8.4 <6.1.0"
  1975. }
  1976. },
  1977. "node_modules/@typescript-eslint/types": {
  1978. "version": "8.58.2",
  1979. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.2.tgz",
  1980. "integrity": "sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==",
  1981. "dev": true,
  1982. "license": "MIT",
  1983. "engines": {
  1984. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1985. },
  1986. "funding": {
  1987. "type": "opencollective",
  1988. "url": "https://opencollective.com/typescript-eslint"
  1989. }
  1990. },
  1991. "node_modules/@typescript-eslint/typescript-estree": {
  1992. "version": "8.58.2",
  1993. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.2.tgz",
  1994. "integrity": "sha512-ELGuoofuhhoCvNbQjFFiobFcGgcDCEm0ThWdmO4Z0UzLqPXS3KFvnEZ+SHewwOYHjM09tkzOWXNTv9u6Gqtyuw==",
  1995. "dev": true,
  1996. "license": "MIT",
  1997. "dependencies": {
  1998. "@typescript-eslint/project-service": "8.58.2",
  1999. "@typescript-eslint/tsconfig-utils": "8.58.2",
  2000. "@typescript-eslint/types": "8.58.2",
  2001. "@typescript-eslint/visitor-keys": "8.58.2",
  2002. "debug": "^4.4.3",
  2003. "minimatch": "^10.2.2",
  2004. "semver": "^7.7.3",
  2005. "tinyglobby": "^0.2.15",
  2006. "ts-api-utils": "^2.5.0"
  2007. },
  2008. "engines": {
  2009. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2010. },
  2011. "funding": {
  2012. "type": "opencollective",
  2013. "url": "https://opencollective.com/typescript-eslint"
  2014. },
  2015. "peerDependencies": {
  2016. "typescript": ">=4.8.4 <6.1.0"
  2017. }
  2018. },
  2019. "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
  2020. "version": "4.0.4",
  2021. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  2022. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  2023. "dev": true,
  2024. "license": "MIT",
  2025. "engines": {
  2026. "node": "18 || 20 || >=22"
  2027. }
  2028. },
  2029. "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
  2030. "version": "5.0.5",
  2031. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
  2032. "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
  2033. "dev": true,
  2034. "license": "MIT",
  2035. "dependencies": {
  2036. "balanced-match": "^4.0.2"
  2037. },
  2038. "engines": {
  2039. "node": "18 || 20 || >=22"
  2040. }
  2041. },
  2042. "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
  2043. "version": "10.2.5",
  2044. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  2045. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  2046. "dev": true,
  2047. "license": "BlueOak-1.0.0",
  2048. "dependencies": {
  2049. "brace-expansion": "^5.0.5"
  2050. },
  2051. "engines": {
  2052. "node": "18 || 20 || >=22"
  2053. },
  2054. "funding": {
  2055. "url": "https://github.com/sponsors/isaacs"
  2056. }
  2057. },
  2058. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  2059. "version": "7.7.4",
  2060. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  2061. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  2062. "dev": true,
  2063. "license": "ISC",
  2064. "bin": {
  2065. "semver": "bin/semver.js"
  2066. },
  2067. "engines": {
  2068. "node": ">=10"
  2069. }
  2070. },
  2071. "node_modules/@typescript-eslint/utils": {
  2072. "version": "8.58.2",
  2073. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.2.tgz",
  2074. "integrity": "sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA==",
  2075. "dev": true,
  2076. "license": "MIT",
  2077. "dependencies": {
  2078. "@eslint-community/eslint-utils": "^4.9.1",
  2079. "@typescript-eslint/scope-manager": "8.58.2",
  2080. "@typescript-eslint/types": "8.58.2",
  2081. "@typescript-eslint/typescript-estree": "8.58.2"
  2082. },
  2083. "engines": {
  2084. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2085. },
  2086. "funding": {
  2087. "type": "opencollective",
  2088. "url": "https://opencollective.com/typescript-eslint"
  2089. },
  2090. "peerDependencies": {
  2091. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  2092. "typescript": ">=4.8.4 <6.1.0"
  2093. }
  2094. },
  2095. "node_modules/@typescript-eslint/visitor-keys": {
  2096. "version": "8.58.2",
  2097. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.2.tgz",
  2098. "integrity": "sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==",
  2099. "dev": true,
  2100. "license": "MIT",
  2101. "dependencies": {
  2102. "@typescript-eslint/types": "8.58.2",
  2103. "eslint-visitor-keys": "^5.0.0"
  2104. },
  2105. "engines": {
  2106. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2107. },
  2108. "funding": {
  2109. "type": "opencollective",
  2110. "url": "https://opencollective.com/typescript-eslint"
  2111. }
  2112. },
  2113. "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
  2114. "version": "5.0.1",
  2115. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  2116. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  2117. "dev": true,
  2118. "license": "Apache-2.0",
  2119. "engines": {
  2120. "node": "^20.19.0 || ^22.13.0 || >=24"
  2121. },
  2122. "funding": {
  2123. "url": "https://opencollective.com/eslint"
  2124. }
  2125. },
  2126. "node_modules/@unrs/resolver-binding-android-arm-eabi": {
  2127. "version": "1.11.1",
  2128. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz",
  2129. "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",
  2130. "cpu": [
  2131. "arm"
  2132. ],
  2133. "dev": true,
  2134. "license": "MIT",
  2135. "optional": true,
  2136. "os": [
  2137. "android"
  2138. ]
  2139. },
  2140. "node_modules/@unrs/resolver-binding-android-arm64": {
  2141. "version": "1.11.1",
  2142. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz",
  2143. "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==",
  2144. "cpu": [
  2145. "arm64"
  2146. ],
  2147. "dev": true,
  2148. "license": "MIT",
  2149. "optional": true,
  2150. "os": [
  2151. "android"
  2152. ]
  2153. },
  2154. "node_modules/@unrs/resolver-binding-darwin-arm64": {
  2155. "version": "1.11.1",
  2156. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz",
  2157. "integrity": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==",
  2158. "cpu": [
  2159. "arm64"
  2160. ],
  2161. "dev": true,
  2162. "license": "MIT",
  2163. "optional": true,
  2164. "os": [
  2165. "darwin"
  2166. ]
  2167. },
  2168. "node_modules/@unrs/resolver-binding-darwin-x64": {
  2169. "version": "1.11.1",
  2170. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz",
  2171. "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==",
  2172. "cpu": [
  2173. "x64"
  2174. ],
  2175. "dev": true,
  2176. "license": "MIT",
  2177. "optional": true,
  2178. "os": [
  2179. "darwin"
  2180. ]
  2181. },
  2182. "node_modules/@unrs/resolver-binding-freebsd-x64": {
  2183. "version": "1.11.1",
  2184. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz",
  2185. "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==",
  2186. "cpu": [
  2187. "x64"
  2188. ],
  2189. "dev": true,
  2190. "license": "MIT",
  2191. "optional": true,
  2192. "os": [
  2193. "freebsd"
  2194. ]
  2195. },
  2196. "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {
  2197. "version": "1.11.1",
  2198. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz",
  2199. "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==",
  2200. "cpu": [
  2201. "arm"
  2202. ],
  2203. "dev": true,
  2204. "license": "MIT",
  2205. "optional": true,
  2206. "os": [
  2207. "linux"
  2208. ]
  2209. },
  2210. "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {
  2211. "version": "1.11.1",
  2212. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz",
  2213. "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==",
  2214. "cpu": [
  2215. "arm"
  2216. ],
  2217. "dev": true,
  2218. "license": "MIT",
  2219. "optional": true,
  2220. "os": [
  2221. "linux"
  2222. ]
  2223. },
  2224. "node_modules/@unrs/resolver-binding-linux-arm64-gnu": {
  2225. "version": "1.11.1",
  2226. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz",
  2227. "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==",
  2228. "cpu": [
  2229. "arm64"
  2230. ],
  2231. "dev": true,
  2232. "license": "MIT",
  2233. "optional": true,
  2234. "os": [
  2235. "linux"
  2236. ]
  2237. },
  2238. "node_modules/@unrs/resolver-binding-linux-arm64-musl": {
  2239. "version": "1.11.1",
  2240. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz",
  2241. "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==",
  2242. "cpu": [
  2243. "arm64"
  2244. ],
  2245. "dev": true,
  2246. "license": "MIT",
  2247. "optional": true,
  2248. "os": [
  2249. "linux"
  2250. ]
  2251. },
  2252. "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {
  2253. "version": "1.11.1",
  2254. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz",
  2255. "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==",
  2256. "cpu": [
  2257. "ppc64"
  2258. ],
  2259. "dev": true,
  2260. "license": "MIT",
  2261. "optional": true,
  2262. "os": [
  2263. "linux"
  2264. ]
  2265. },
  2266. "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": {
  2267. "version": "1.11.1",
  2268. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz",
  2269. "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==",
  2270. "cpu": [
  2271. "riscv64"
  2272. ],
  2273. "dev": true,
  2274. "license": "MIT",
  2275. "optional": true,
  2276. "os": [
  2277. "linux"
  2278. ]
  2279. },
  2280. "node_modules/@unrs/resolver-binding-linux-riscv64-musl": {
  2281. "version": "1.11.1",
  2282. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz",
  2283. "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==",
  2284. "cpu": [
  2285. "riscv64"
  2286. ],
  2287. "dev": true,
  2288. "license": "MIT",
  2289. "optional": true,
  2290. "os": [
  2291. "linux"
  2292. ]
  2293. },
  2294. "node_modules/@unrs/resolver-binding-linux-s390x-gnu": {
  2295. "version": "1.11.1",
  2296. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz",
  2297. "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==",
  2298. "cpu": [
  2299. "s390x"
  2300. ],
  2301. "dev": true,
  2302. "license": "MIT",
  2303. "optional": true,
  2304. "os": [
  2305. "linux"
  2306. ]
  2307. },
  2308. "node_modules/@unrs/resolver-binding-linux-x64-gnu": {
  2309. "version": "1.11.1",
  2310. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz",
  2311. "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==",
  2312. "cpu": [
  2313. "x64"
  2314. ],
  2315. "dev": true,
  2316. "license": "MIT",
  2317. "optional": true,
  2318. "os": [
  2319. "linux"
  2320. ]
  2321. },
  2322. "node_modules/@unrs/resolver-binding-linux-x64-musl": {
  2323. "version": "1.11.1",
  2324. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz",
  2325. "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==",
  2326. "cpu": [
  2327. "x64"
  2328. ],
  2329. "dev": true,
  2330. "license": "MIT",
  2331. "optional": true,
  2332. "os": [
  2333. "linux"
  2334. ]
  2335. },
  2336. "node_modules/@unrs/resolver-binding-wasm32-wasi": {
  2337. "version": "1.11.1",
  2338. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz",
  2339. "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==",
  2340. "cpu": [
  2341. "wasm32"
  2342. ],
  2343. "dev": true,
  2344. "license": "MIT",
  2345. "optional": true,
  2346. "dependencies": {
  2347. "@napi-rs/wasm-runtime": "^0.2.11"
  2348. },
  2349. "engines": {
  2350. "node": ">=14.0.0"
  2351. }
  2352. },
  2353. "node_modules/@unrs/resolver-binding-win32-arm64-msvc": {
  2354. "version": "1.11.1",
  2355. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz",
  2356. "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==",
  2357. "cpu": [
  2358. "arm64"
  2359. ],
  2360. "dev": true,
  2361. "license": "MIT",
  2362. "optional": true,
  2363. "os": [
  2364. "win32"
  2365. ]
  2366. },
  2367. "node_modules/@unrs/resolver-binding-win32-ia32-msvc": {
  2368. "version": "1.11.1",
  2369. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz",
  2370. "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==",
  2371. "cpu": [
  2372. "ia32"
  2373. ],
  2374. "dev": true,
  2375. "license": "MIT",
  2376. "optional": true,
  2377. "os": [
  2378. "win32"
  2379. ]
  2380. },
  2381. "node_modules/@unrs/resolver-binding-win32-x64-msvc": {
  2382. "version": "1.11.1",
  2383. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz",
  2384. "integrity": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==",
  2385. "cpu": [
  2386. "x64"
  2387. ],
  2388. "dev": true,
  2389. "license": "MIT",
  2390. "optional": true,
  2391. "os": [
  2392. "win32"
  2393. ]
  2394. },
  2395. "node_modules/acorn": {
  2396. "version": "8.16.0",
  2397. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  2398. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  2399. "dev": true,
  2400. "license": "MIT",
  2401. "bin": {
  2402. "acorn": "bin/acorn"
  2403. },
  2404. "engines": {
  2405. "node": ">=0.4.0"
  2406. }
  2407. },
  2408. "node_modules/acorn-jsx": {
  2409. "version": "5.3.2",
  2410. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2411. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2412. "dev": true,
  2413. "license": "MIT",
  2414. "peerDependencies": {
  2415. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2416. }
  2417. },
  2418. "node_modules/ajv": {
  2419. "version": "6.14.0",
  2420. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
  2421. "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
  2422. "dev": true,
  2423. "license": "MIT",
  2424. "dependencies": {
  2425. "fast-deep-equal": "^3.1.1",
  2426. "fast-json-stable-stringify": "^2.0.0",
  2427. "json-schema-traverse": "^0.4.1",
  2428. "uri-js": "^4.2.2"
  2429. },
  2430. "funding": {
  2431. "type": "github",
  2432. "url": "https://github.com/sponsors/epoberezkin"
  2433. }
  2434. },
  2435. "node_modules/ansi-styles": {
  2436. "version": "4.3.0",
  2437. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2438. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2439. "dev": true,
  2440. "license": "MIT",
  2441. "dependencies": {
  2442. "color-convert": "^2.0.1"
  2443. },
  2444. "engines": {
  2445. "node": ">=8"
  2446. },
  2447. "funding": {
  2448. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2449. }
  2450. },
  2451. "node_modules/argparse": {
  2452. "version": "2.0.1",
  2453. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2454. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2455. "dev": true,
  2456. "license": "Python-2.0"
  2457. },
  2458. "node_modules/aria-query": {
  2459. "version": "5.3.2",
  2460. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
  2461. "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
  2462. "dev": true,
  2463. "license": "Apache-2.0",
  2464. "engines": {
  2465. "node": ">= 0.4"
  2466. }
  2467. },
  2468. "node_modules/array-buffer-byte-length": {
  2469. "version": "1.0.2",
  2470. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  2471. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  2472. "dev": true,
  2473. "license": "MIT",
  2474. "dependencies": {
  2475. "call-bound": "^1.0.3",
  2476. "is-array-buffer": "^3.0.5"
  2477. },
  2478. "engines": {
  2479. "node": ">= 0.4"
  2480. },
  2481. "funding": {
  2482. "url": "https://github.com/sponsors/ljharb"
  2483. }
  2484. },
  2485. "node_modules/array-includes": {
  2486. "version": "3.1.9",
  2487. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
  2488. "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
  2489. "dev": true,
  2490. "license": "MIT",
  2491. "dependencies": {
  2492. "call-bind": "^1.0.8",
  2493. "call-bound": "^1.0.4",
  2494. "define-properties": "^1.2.1",
  2495. "es-abstract": "^1.24.0",
  2496. "es-object-atoms": "^1.1.1",
  2497. "get-intrinsic": "^1.3.0",
  2498. "is-string": "^1.1.1",
  2499. "math-intrinsics": "^1.1.0"
  2500. },
  2501. "engines": {
  2502. "node": ">= 0.4"
  2503. },
  2504. "funding": {
  2505. "url": "https://github.com/sponsors/ljharb"
  2506. }
  2507. },
  2508. "node_modules/array.prototype.findlast": {
  2509. "version": "1.2.5",
  2510. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  2511. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  2512. "dev": true,
  2513. "license": "MIT",
  2514. "dependencies": {
  2515. "call-bind": "^1.0.7",
  2516. "define-properties": "^1.2.1",
  2517. "es-abstract": "^1.23.2",
  2518. "es-errors": "^1.3.0",
  2519. "es-object-atoms": "^1.0.0",
  2520. "es-shim-unscopables": "^1.0.2"
  2521. },
  2522. "engines": {
  2523. "node": ">= 0.4"
  2524. },
  2525. "funding": {
  2526. "url": "https://github.com/sponsors/ljharb"
  2527. }
  2528. },
  2529. "node_modules/array.prototype.findlastindex": {
  2530. "version": "1.2.6",
  2531. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
  2532. "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
  2533. "dev": true,
  2534. "license": "MIT",
  2535. "dependencies": {
  2536. "call-bind": "^1.0.8",
  2537. "call-bound": "^1.0.4",
  2538. "define-properties": "^1.2.1",
  2539. "es-abstract": "^1.23.9",
  2540. "es-errors": "^1.3.0",
  2541. "es-object-atoms": "^1.1.1",
  2542. "es-shim-unscopables": "^1.1.0"
  2543. },
  2544. "engines": {
  2545. "node": ">= 0.4"
  2546. },
  2547. "funding": {
  2548. "url": "https://github.com/sponsors/ljharb"
  2549. }
  2550. },
  2551. "node_modules/array.prototype.flat": {
  2552. "version": "1.3.3",
  2553. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  2554. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  2555. "dev": true,
  2556. "license": "MIT",
  2557. "dependencies": {
  2558. "call-bind": "^1.0.8",
  2559. "define-properties": "^1.2.1",
  2560. "es-abstract": "^1.23.5",
  2561. "es-shim-unscopables": "^1.0.2"
  2562. },
  2563. "engines": {
  2564. "node": ">= 0.4"
  2565. },
  2566. "funding": {
  2567. "url": "https://github.com/sponsors/ljharb"
  2568. }
  2569. },
  2570. "node_modules/array.prototype.flatmap": {
  2571. "version": "1.3.3",
  2572. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  2573. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  2574. "dev": true,
  2575. "license": "MIT",
  2576. "dependencies": {
  2577. "call-bind": "^1.0.8",
  2578. "define-properties": "^1.2.1",
  2579. "es-abstract": "^1.23.5",
  2580. "es-shim-unscopables": "^1.0.2"
  2581. },
  2582. "engines": {
  2583. "node": ">= 0.4"
  2584. },
  2585. "funding": {
  2586. "url": "https://github.com/sponsors/ljharb"
  2587. }
  2588. },
  2589. "node_modules/array.prototype.tosorted": {
  2590. "version": "1.1.4",
  2591. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  2592. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  2593. "dev": true,
  2594. "license": "MIT",
  2595. "dependencies": {
  2596. "call-bind": "^1.0.7",
  2597. "define-properties": "^1.2.1",
  2598. "es-abstract": "^1.23.3",
  2599. "es-errors": "^1.3.0",
  2600. "es-shim-unscopables": "^1.0.2"
  2601. },
  2602. "engines": {
  2603. "node": ">= 0.4"
  2604. }
  2605. },
  2606. "node_modules/arraybuffer.prototype.slice": {
  2607. "version": "1.0.4",
  2608. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  2609. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  2610. "dev": true,
  2611. "license": "MIT",
  2612. "dependencies": {
  2613. "array-buffer-byte-length": "^1.0.1",
  2614. "call-bind": "^1.0.8",
  2615. "define-properties": "^1.2.1",
  2616. "es-abstract": "^1.23.5",
  2617. "es-errors": "^1.3.0",
  2618. "get-intrinsic": "^1.2.6",
  2619. "is-array-buffer": "^3.0.4"
  2620. },
  2621. "engines": {
  2622. "node": ">= 0.4"
  2623. },
  2624. "funding": {
  2625. "url": "https://github.com/sponsors/ljharb"
  2626. }
  2627. },
  2628. "node_modules/ast-types-flow": {
  2629. "version": "0.0.8",
  2630. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
  2631. "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
  2632. "dev": true,
  2633. "license": "MIT"
  2634. },
  2635. "node_modules/async-function": {
  2636. "version": "1.0.0",
  2637. "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
  2638. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  2639. "dev": true,
  2640. "license": "MIT",
  2641. "engines": {
  2642. "node": ">= 0.4"
  2643. }
  2644. },
  2645. "node_modules/available-typed-arrays": {
  2646. "version": "1.0.7",
  2647. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  2648. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  2649. "dev": true,
  2650. "license": "MIT",
  2651. "dependencies": {
  2652. "possible-typed-array-names": "^1.0.0"
  2653. },
  2654. "engines": {
  2655. "node": ">= 0.4"
  2656. },
  2657. "funding": {
  2658. "url": "https://github.com/sponsors/ljharb"
  2659. }
  2660. },
  2661. "node_modules/axe-core": {
  2662. "version": "4.11.3",
  2663. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.3.tgz",
  2664. "integrity": "sha512-zBQouZixDTbo3jMGqHKyePxYxr1e5W8UdTmBQ7sNtaA9M2bE32daxxPLS/jojhKOHxQ7LWwPjfiwf/fhaJWzlg==",
  2665. "dev": true,
  2666. "license": "MPL-2.0",
  2667. "engines": {
  2668. "node": ">=4"
  2669. }
  2670. },
  2671. "node_modules/axobject-query": {
  2672. "version": "4.1.0",
  2673. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
  2674. "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
  2675. "dev": true,
  2676. "license": "Apache-2.0",
  2677. "engines": {
  2678. "node": ">= 0.4"
  2679. }
  2680. },
  2681. "node_modules/balanced-match": {
  2682. "version": "1.0.2",
  2683. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  2684. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2685. "dev": true,
  2686. "license": "MIT"
  2687. },
  2688. "node_modules/baseline-browser-mapping": {
  2689. "version": "2.10.19",
  2690. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.19.tgz",
  2691. "integrity": "sha512-qCkNLi2sfBOn8XhZQ0FXsT1Ki/Yo5P90hrkRamVFRS7/KV9hpfA4HkoWNU152+8w0zPjnxo5psx5NL3PSGgv5g==",
  2692. "license": "Apache-2.0",
  2693. "bin": {
  2694. "baseline-browser-mapping": "dist/cli.cjs"
  2695. },
  2696. "engines": {
  2697. "node": ">=6.0.0"
  2698. }
  2699. },
  2700. "node_modules/brace-expansion": {
  2701. "version": "1.1.14",
  2702. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
  2703. "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
  2704. "dev": true,
  2705. "license": "MIT",
  2706. "dependencies": {
  2707. "balanced-match": "^1.0.0",
  2708. "concat-map": "0.0.1"
  2709. }
  2710. },
  2711. "node_modules/braces": {
  2712. "version": "3.0.3",
  2713. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  2714. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2715. "dev": true,
  2716. "license": "MIT",
  2717. "dependencies": {
  2718. "fill-range": "^7.1.1"
  2719. },
  2720. "engines": {
  2721. "node": ">=8"
  2722. }
  2723. },
  2724. "node_modules/browserslist": {
  2725. "version": "4.28.2",
  2726. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
  2727. "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
  2728. "dev": true,
  2729. "funding": [
  2730. {
  2731. "type": "opencollective",
  2732. "url": "https://opencollective.com/browserslist"
  2733. },
  2734. {
  2735. "type": "tidelift",
  2736. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2737. },
  2738. {
  2739. "type": "github",
  2740. "url": "https://github.com/sponsors/ai"
  2741. }
  2742. ],
  2743. "license": "MIT",
  2744. "dependencies": {
  2745. "baseline-browser-mapping": "^2.10.12",
  2746. "caniuse-lite": "^1.0.30001782",
  2747. "electron-to-chromium": "^1.5.328",
  2748. "node-releases": "^2.0.36",
  2749. "update-browserslist-db": "^1.2.3"
  2750. },
  2751. "bin": {
  2752. "browserslist": "cli.js"
  2753. },
  2754. "engines": {
  2755. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2756. }
  2757. },
  2758. "node_modules/call-bind": {
  2759. "version": "1.0.9",
  2760. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz",
  2761. "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==",
  2762. "dev": true,
  2763. "license": "MIT",
  2764. "dependencies": {
  2765. "call-bind-apply-helpers": "^1.0.2",
  2766. "es-define-property": "^1.0.1",
  2767. "get-intrinsic": "^1.3.0",
  2768. "set-function-length": "^1.2.2"
  2769. },
  2770. "engines": {
  2771. "node": ">= 0.4"
  2772. },
  2773. "funding": {
  2774. "url": "https://github.com/sponsors/ljharb"
  2775. }
  2776. },
  2777. "node_modules/call-bind-apply-helpers": {
  2778. "version": "1.0.2",
  2779. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  2780. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  2781. "dev": true,
  2782. "license": "MIT",
  2783. "dependencies": {
  2784. "es-errors": "^1.3.0",
  2785. "function-bind": "^1.1.2"
  2786. },
  2787. "engines": {
  2788. "node": ">= 0.4"
  2789. }
  2790. },
  2791. "node_modules/call-bound": {
  2792. "version": "1.0.4",
  2793. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  2794. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  2795. "dev": true,
  2796. "license": "MIT",
  2797. "dependencies": {
  2798. "call-bind-apply-helpers": "^1.0.2",
  2799. "get-intrinsic": "^1.3.0"
  2800. },
  2801. "engines": {
  2802. "node": ">= 0.4"
  2803. },
  2804. "funding": {
  2805. "url": "https://github.com/sponsors/ljharb"
  2806. }
  2807. },
  2808. "node_modules/callsites": {
  2809. "version": "3.1.0",
  2810. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  2811. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  2812. "dev": true,
  2813. "license": "MIT",
  2814. "engines": {
  2815. "node": ">=6"
  2816. }
  2817. },
  2818. "node_modules/caniuse-lite": {
  2819. "version": "1.0.30001788",
  2820. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001788.tgz",
  2821. "integrity": "sha512-6q8HFp+lOQtcf7wBK+uEenxymVWkGKkjFpCvw5W25cmMwEDU45p1xQFBQv8JDlMMry7eNxyBaR+qxgmTUZkIRQ==",
  2822. "funding": [
  2823. {
  2824. "type": "opencollective",
  2825. "url": "https://opencollective.com/browserslist"
  2826. },
  2827. {
  2828. "type": "tidelift",
  2829. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2830. },
  2831. {
  2832. "type": "github",
  2833. "url": "https://github.com/sponsors/ai"
  2834. }
  2835. ],
  2836. "license": "CC-BY-4.0"
  2837. },
  2838. "node_modules/chalk": {
  2839. "version": "4.1.2",
  2840. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2841. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2842. "dev": true,
  2843. "license": "MIT",
  2844. "dependencies": {
  2845. "ansi-styles": "^4.1.0",
  2846. "supports-color": "^7.1.0"
  2847. },
  2848. "engines": {
  2849. "node": ">=10"
  2850. },
  2851. "funding": {
  2852. "url": "https://github.com/chalk/chalk?sponsor=1"
  2853. }
  2854. },
  2855. "node_modules/client-only": {
  2856. "version": "0.0.1",
  2857. "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
  2858. "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
  2859. "license": "MIT"
  2860. },
  2861. "node_modules/color-convert": {
  2862. "version": "2.0.1",
  2863. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2864. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2865. "dev": true,
  2866. "license": "MIT",
  2867. "dependencies": {
  2868. "color-name": "~1.1.4"
  2869. },
  2870. "engines": {
  2871. "node": ">=7.0.0"
  2872. }
  2873. },
  2874. "node_modules/color-name": {
  2875. "version": "1.1.4",
  2876. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2877. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  2878. "dev": true,
  2879. "license": "MIT"
  2880. },
  2881. "node_modules/concat-map": {
  2882. "version": "0.0.1",
  2883. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  2884. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  2885. "dev": true,
  2886. "license": "MIT"
  2887. },
  2888. "node_modules/convert-source-map": {
  2889. "version": "2.0.0",
  2890. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  2891. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  2892. "dev": true,
  2893. "license": "MIT"
  2894. },
  2895. "node_modules/cross-spawn": {
  2896. "version": "7.0.6",
  2897. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2898. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2899. "dev": true,
  2900. "license": "MIT",
  2901. "dependencies": {
  2902. "path-key": "^3.1.0",
  2903. "shebang-command": "^2.0.0",
  2904. "which": "^2.0.1"
  2905. },
  2906. "engines": {
  2907. "node": ">= 8"
  2908. }
  2909. },
  2910. "node_modules/csstype": {
  2911. "version": "3.2.3",
  2912. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  2913. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2914. "dev": true,
  2915. "license": "MIT"
  2916. },
  2917. "node_modules/damerau-levenshtein": {
  2918. "version": "1.0.8",
  2919. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  2920. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
  2921. "dev": true,
  2922. "license": "BSD-2-Clause"
  2923. },
  2924. "node_modules/data-view-buffer": {
  2925. "version": "1.0.2",
  2926. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  2927. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  2928. "dev": true,
  2929. "license": "MIT",
  2930. "dependencies": {
  2931. "call-bound": "^1.0.3",
  2932. "es-errors": "^1.3.0",
  2933. "is-data-view": "^1.0.2"
  2934. },
  2935. "engines": {
  2936. "node": ">= 0.4"
  2937. },
  2938. "funding": {
  2939. "url": "https://github.com/sponsors/ljharb"
  2940. }
  2941. },
  2942. "node_modules/data-view-byte-length": {
  2943. "version": "1.0.2",
  2944. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  2945. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  2946. "dev": true,
  2947. "license": "MIT",
  2948. "dependencies": {
  2949. "call-bound": "^1.0.3",
  2950. "es-errors": "^1.3.0",
  2951. "is-data-view": "^1.0.2"
  2952. },
  2953. "engines": {
  2954. "node": ">= 0.4"
  2955. },
  2956. "funding": {
  2957. "url": "https://github.com/sponsors/inspect-js"
  2958. }
  2959. },
  2960. "node_modules/data-view-byte-offset": {
  2961. "version": "1.0.1",
  2962. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  2963. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  2964. "dev": true,
  2965. "license": "MIT",
  2966. "dependencies": {
  2967. "call-bound": "^1.0.2",
  2968. "es-errors": "^1.3.0",
  2969. "is-data-view": "^1.0.1"
  2970. },
  2971. "engines": {
  2972. "node": ">= 0.4"
  2973. },
  2974. "funding": {
  2975. "url": "https://github.com/sponsors/ljharb"
  2976. }
  2977. },
  2978. "node_modules/debug": {
  2979. "version": "4.4.3",
  2980. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  2981. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2982. "dev": true,
  2983. "license": "MIT",
  2984. "dependencies": {
  2985. "ms": "^2.1.3"
  2986. },
  2987. "engines": {
  2988. "node": ">=6.0"
  2989. },
  2990. "peerDependenciesMeta": {
  2991. "supports-color": {
  2992. "optional": true
  2993. }
  2994. }
  2995. },
  2996. "node_modules/deep-is": {
  2997. "version": "0.1.4",
  2998. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  2999. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  3000. "dev": true,
  3001. "license": "MIT"
  3002. },
  3003. "node_modules/define-data-property": {
  3004. "version": "1.1.4",
  3005. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  3006. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  3007. "dev": true,
  3008. "license": "MIT",
  3009. "dependencies": {
  3010. "es-define-property": "^1.0.0",
  3011. "es-errors": "^1.3.0",
  3012. "gopd": "^1.0.1"
  3013. },
  3014. "engines": {
  3015. "node": ">= 0.4"
  3016. },
  3017. "funding": {
  3018. "url": "https://github.com/sponsors/ljharb"
  3019. }
  3020. },
  3021. "node_modules/define-properties": {
  3022. "version": "1.2.1",
  3023. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  3024. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  3025. "dev": true,
  3026. "license": "MIT",
  3027. "dependencies": {
  3028. "define-data-property": "^1.0.1",
  3029. "has-property-descriptors": "^1.0.0",
  3030. "object-keys": "^1.1.1"
  3031. },
  3032. "engines": {
  3033. "node": ">= 0.4"
  3034. },
  3035. "funding": {
  3036. "url": "https://github.com/sponsors/ljharb"
  3037. }
  3038. },
  3039. "node_modules/detect-libc": {
  3040. "version": "2.1.2",
  3041. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  3042. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  3043. "devOptional": true,
  3044. "license": "Apache-2.0",
  3045. "engines": {
  3046. "node": ">=8"
  3047. }
  3048. },
  3049. "node_modules/doctrine": {
  3050. "version": "2.1.0",
  3051. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  3052. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  3053. "dev": true,
  3054. "license": "Apache-2.0",
  3055. "dependencies": {
  3056. "esutils": "^2.0.2"
  3057. },
  3058. "engines": {
  3059. "node": ">=0.10.0"
  3060. }
  3061. },
  3062. "node_modules/dunder-proto": {
  3063. "version": "1.0.1",
  3064. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  3065. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  3066. "dev": true,
  3067. "license": "MIT",
  3068. "dependencies": {
  3069. "call-bind-apply-helpers": "^1.0.1",
  3070. "es-errors": "^1.3.0",
  3071. "gopd": "^1.2.0"
  3072. },
  3073. "engines": {
  3074. "node": ">= 0.4"
  3075. }
  3076. },
  3077. "node_modules/electron-to-chromium": {
  3078. "version": "1.5.340",
  3079. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.340.tgz",
  3080. "integrity": "sha512-908qahOGocRMinT2nM3ajCEM99H4iPdv84eagPP3FfZy/1ZGeOy2CZYzjhms81ckOPCXPlW7LkY4XpxD8r1DrA==",
  3081. "dev": true,
  3082. "license": "ISC"
  3083. },
  3084. "node_modules/emoji-regex": {
  3085. "version": "9.2.2",
  3086. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  3087. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  3088. "dev": true,
  3089. "license": "MIT"
  3090. },
  3091. "node_modules/enhanced-resolve": {
  3092. "version": "5.20.1",
  3093. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz",
  3094. "integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==",
  3095. "dev": true,
  3096. "license": "MIT",
  3097. "dependencies": {
  3098. "graceful-fs": "^4.2.4",
  3099. "tapable": "^2.3.0"
  3100. },
  3101. "engines": {
  3102. "node": ">=10.13.0"
  3103. }
  3104. },
  3105. "node_modules/es-abstract": {
  3106. "version": "1.24.2",
  3107. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.2.tgz",
  3108. "integrity": "sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==",
  3109. "dev": true,
  3110. "license": "MIT",
  3111. "dependencies": {
  3112. "array-buffer-byte-length": "^1.0.2",
  3113. "arraybuffer.prototype.slice": "^1.0.4",
  3114. "available-typed-arrays": "^1.0.7",
  3115. "call-bind": "^1.0.8",
  3116. "call-bound": "^1.0.4",
  3117. "data-view-buffer": "^1.0.2",
  3118. "data-view-byte-length": "^1.0.2",
  3119. "data-view-byte-offset": "^1.0.1",
  3120. "es-define-property": "^1.0.1",
  3121. "es-errors": "^1.3.0",
  3122. "es-object-atoms": "^1.1.1",
  3123. "es-set-tostringtag": "^2.1.0",
  3124. "es-to-primitive": "^1.3.0",
  3125. "function.prototype.name": "^1.1.8",
  3126. "get-intrinsic": "^1.3.0",
  3127. "get-proto": "^1.0.1",
  3128. "get-symbol-description": "^1.1.0",
  3129. "globalthis": "^1.0.4",
  3130. "gopd": "^1.2.0",
  3131. "has-property-descriptors": "^1.0.2",
  3132. "has-proto": "^1.2.0",
  3133. "has-symbols": "^1.1.0",
  3134. "hasown": "^2.0.2",
  3135. "internal-slot": "^1.1.0",
  3136. "is-array-buffer": "^3.0.5",
  3137. "is-callable": "^1.2.7",
  3138. "is-data-view": "^1.0.2",
  3139. "is-negative-zero": "^2.0.3",
  3140. "is-regex": "^1.2.1",
  3141. "is-set": "^2.0.3",
  3142. "is-shared-array-buffer": "^1.0.4",
  3143. "is-string": "^1.1.1",
  3144. "is-typed-array": "^1.1.15",
  3145. "is-weakref": "^1.1.1",
  3146. "math-intrinsics": "^1.1.0",
  3147. "object-inspect": "^1.13.4",
  3148. "object-keys": "^1.1.1",
  3149. "object.assign": "^4.1.7",
  3150. "own-keys": "^1.0.1",
  3151. "regexp.prototype.flags": "^1.5.4",
  3152. "safe-array-concat": "^1.1.3",
  3153. "safe-push-apply": "^1.0.0",
  3154. "safe-regex-test": "^1.1.0",
  3155. "set-proto": "^1.0.0",
  3156. "stop-iteration-iterator": "^1.1.0",
  3157. "string.prototype.trim": "^1.2.10",
  3158. "string.prototype.trimend": "^1.0.9",
  3159. "string.prototype.trimstart": "^1.0.8",
  3160. "typed-array-buffer": "^1.0.3",
  3161. "typed-array-byte-length": "^1.0.3",
  3162. "typed-array-byte-offset": "^1.0.4",
  3163. "typed-array-length": "^1.0.7",
  3164. "unbox-primitive": "^1.1.0",
  3165. "which-typed-array": "^1.1.19"
  3166. },
  3167. "engines": {
  3168. "node": ">= 0.4"
  3169. },
  3170. "funding": {
  3171. "url": "https://github.com/sponsors/ljharb"
  3172. }
  3173. },
  3174. "node_modules/es-define-property": {
  3175. "version": "1.0.1",
  3176. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  3177. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  3178. "dev": true,
  3179. "license": "MIT",
  3180. "engines": {
  3181. "node": ">= 0.4"
  3182. }
  3183. },
  3184. "node_modules/es-errors": {
  3185. "version": "1.3.0",
  3186. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  3187. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  3188. "dev": true,
  3189. "license": "MIT",
  3190. "engines": {
  3191. "node": ">= 0.4"
  3192. }
  3193. },
  3194. "node_modules/es-iterator-helpers": {
  3195. "version": "1.3.2",
  3196. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.3.2.tgz",
  3197. "integrity": "sha512-HVLACW1TppGYjJ8H6/jqH/pqOtKRw6wMlrB23xfExmFWxFquAIWCmwoLsOyN96K4a5KbmOf5At9ZUO3GZbetAw==",
  3198. "dev": true,
  3199. "license": "MIT",
  3200. "dependencies": {
  3201. "call-bind": "^1.0.9",
  3202. "call-bound": "^1.0.4",
  3203. "define-properties": "^1.2.1",
  3204. "es-abstract": "^1.24.2",
  3205. "es-errors": "^1.3.0",
  3206. "es-set-tostringtag": "^2.1.0",
  3207. "function-bind": "^1.1.2",
  3208. "get-intrinsic": "^1.3.0",
  3209. "globalthis": "^1.0.4",
  3210. "gopd": "^1.2.0",
  3211. "has-property-descriptors": "^1.0.2",
  3212. "has-proto": "^1.2.0",
  3213. "has-symbols": "^1.1.0",
  3214. "internal-slot": "^1.1.0",
  3215. "iterator.prototype": "^1.1.5",
  3216. "math-intrinsics": "^1.1.0"
  3217. },
  3218. "engines": {
  3219. "node": ">= 0.4"
  3220. }
  3221. },
  3222. "node_modules/es-object-atoms": {
  3223. "version": "1.1.1",
  3224. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  3225. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  3226. "dev": true,
  3227. "license": "MIT",
  3228. "dependencies": {
  3229. "es-errors": "^1.3.0"
  3230. },
  3231. "engines": {
  3232. "node": ">= 0.4"
  3233. }
  3234. },
  3235. "node_modules/es-set-tostringtag": {
  3236. "version": "2.1.0",
  3237. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  3238. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  3239. "dev": true,
  3240. "license": "MIT",
  3241. "dependencies": {
  3242. "es-errors": "^1.3.0",
  3243. "get-intrinsic": "^1.2.6",
  3244. "has-tostringtag": "^1.0.2",
  3245. "hasown": "^2.0.2"
  3246. },
  3247. "engines": {
  3248. "node": ">= 0.4"
  3249. }
  3250. },
  3251. "node_modules/es-shim-unscopables": {
  3252. "version": "1.1.0",
  3253. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  3254. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  3255. "dev": true,
  3256. "license": "MIT",
  3257. "dependencies": {
  3258. "hasown": "^2.0.2"
  3259. },
  3260. "engines": {
  3261. "node": ">= 0.4"
  3262. }
  3263. },
  3264. "node_modules/es-to-primitive": {
  3265. "version": "1.3.0",
  3266. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  3267. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  3268. "dev": true,
  3269. "license": "MIT",
  3270. "dependencies": {
  3271. "is-callable": "^1.2.7",
  3272. "is-date-object": "^1.0.5",
  3273. "is-symbol": "^1.0.4"
  3274. },
  3275. "engines": {
  3276. "node": ">= 0.4"
  3277. },
  3278. "funding": {
  3279. "url": "https://github.com/sponsors/ljharb"
  3280. }
  3281. },
  3282. "node_modules/escalade": {
  3283. "version": "3.2.0",
  3284. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  3285. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  3286. "dev": true,
  3287. "license": "MIT",
  3288. "engines": {
  3289. "node": ">=6"
  3290. }
  3291. },
  3292. "node_modules/escape-string-regexp": {
  3293. "version": "4.0.0",
  3294. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3295. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3296. "dev": true,
  3297. "license": "MIT",
  3298. "engines": {
  3299. "node": ">=10"
  3300. },
  3301. "funding": {
  3302. "url": "https://github.com/sponsors/sindresorhus"
  3303. }
  3304. },
  3305. "node_modules/eslint": {
  3306. "version": "9.39.4",
  3307. "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz",
  3308. "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==",
  3309. "dev": true,
  3310. "license": "MIT",
  3311. "dependencies": {
  3312. "@eslint-community/eslint-utils": "^4.8.0",
  3313. "@eslint-community/regexpp": "^4.12.1",
  3314. "@eslint/config-array": "^0.21.2",
  3315. "@eslint/config-helpers": "^0.4.2",
  3316. "@eslint/core": "^0.17.0",
  3317. "@eslint/eslintrc": "^3.3.5",
  3318. "@eslint/js": "9.39.4",
  3319. "@eslint/plugin-kit": "^0.4.1",
  3320. "@humanfs/node": "^0.16.6",
  3321. "@humanwhocodes/module-importer": "^1.0.1",
  3322. "@humanwhocodes/retry": "^0.4.2",
  3323. "@types/estree": "^1.0.6",
  3324. "ajv": "^6.14.0",
  3325. "chalk": "^4.0.0",
  3326. "cross-spawn": "^7.0.6",
  3327. "debug": "^4.3.2",
  3328. "escape-string-regexp": "^4.0.0",
  3329. "eslint-scope": "^8.4.0",
  3330. "eslint-visitor-keys": "^4.2.1",
  3331. "espree": "^10.4.0",
  3332. "esquery": "^1.5.0",
  3333. "esutils": "^2.0.2",
  3334. "fast-deep-equal": "^3.1.3",
  3335. "file-entry-cache": "^8.0.0",
  3336. "find-up": "^5.0.0",
  3337. "glob-parent": "^6.0.2",
  3338. "ignore": "^5.2.0",
  3339. "imurmurhash": "^0.1.4",
  3340. "is-glob": "^4.0.0",
  3341. "json-stable-stringify-without-jsonify": "^1.0.1",
  3342. "lodash.merge": "^4.6.2",
  3343. "minimatch": "^3.1.5",
  3344. "natural-compare": "^1.4.0",
  3345. "optionator": "^0.9.3"
  3346. },
  3347. "bin": {
  3348. "eslint": "bin/eslint.js"
  3349. },
  3350. "engines": {
  3351. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3352. },
  3353. "funding": {
  3354. "url": "https://eslint.org/donate"
  3355. },
  3356. "peerDependencies": {
  3357. "jiti": "*"
  3358. },
  3359. "peerDependenciesMeta": {
  3360. "jiti": {
  3361. "optional": true
  3362. }
  3363. }
  3364. },
  3365. "node_modules/eslint-config-next": {
  3366. "version": "16.2.4",
  3367. "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.2.4.tgz",
  3368. "integrity": "sha512-A6ekXYFj/YQxBPMl45g3e+U8zJo+X2+ZQwcz34pPKjpc/3S4roBA2Rd9xWB4FKuSxhofo1/95WjzmUY+wHrOhg==",
  3369. "dev": true,
  3370. "license": "MIT",
  3371. "dependencies": {
  3372. "@next/eslint-plugin-next": "16.2.4",
  3373. "eslint-import-resolver-node": "^0.3.6",
  3374. "eslint-import-resolver-typescript": "^3.5.2",
  3375. "eslint-plugin-import": "^2.32.0",
  3376. "eslint-plugin-jsx-a11y": "^6.10.0",
  3377. "eslint-plugin-react": "^7.37.0",
  3378. "eslint-plugin-react-hooks": "^7.0.0",
  3379. "globals": "16.4.0",
  3380. "typescript-eslint": "^8.46.0"
  3381. },
  3382. "peerDependencies": {
  3383. "eslint": ">=9.0.0",
  3384. "typescript": ">=3.3.1"
  3385. },
  3386. "peerDependenciesMeta": {
  3387. "typescript": {
  3388. "optional": true
  3389. }
  3390. }
  3391. },
  3392. "node_modules/eslint-config-next/node_modules/globals": {
  3393. "version": "16.4.0",
  3394. "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz",
  3395. "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==",
  3396. "dev": true,
  3397. "license": "MIT",
  3398. "engines": {
  3399. "node": ">=18"
  3400. },
  3401. "funding": {
  3402. "url": "https://github.com/sponsors/sindresorhus"
  3403. }
  3404. },
  3405. "node_modules/eslint-import-resolver-node": {
  3406. "version": "0.3.10",
  3407. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.10.tgz",
  3408. "integrity": "sha512-tRrKqFyCaKict5hOd244sL6EQFNycnMQnBe+j8uqGNXYzsImGbGUU4ibtoaBmv5FLwJwcFJNeg1GeVjQfbMrDQ==",
  3409. "dev": true,
  3410. "license": "MIT",
  3411. "dependencies": {
  3412. "debug": "^3.2.7",
  3413. "is-core-module": "^2.16.1",
  3414. "resolve": "^2.0.0-next.6"
  3415. }
  3416. },
  3417. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  3418. "version": "3.2.7",
  3419. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3420. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3421. "dev": true,
  3422. "license": "MIT",
  3423. "dependencies": {
  3424. "ms": "^2.1.1"
  3425. }
  3426. },
  3427. "node_modules/eslint-import-resolver-typescript": {
  3428. "version": "3.10.1",
  3429. "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.1.tgz",
  3430. "integrity": "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==",
  3431. "dev": true,
  3432. "license": "ISC",
  3433. "dependencies": {
  3434. "@nolyfill/is-core-module": "1.0.39",
  3435. "debug": "^4.4.0",
  3436. "get-tsconfig": "^4.10.0",
  3437. "is-bun-module": "^2.0.0",
  3438. "stable-hash": "^0.0.5",
  3439. "tinyglobby": "^0.2.13",
  3440. "unrs-resolver": "^1.6.2"
  3441. },
  3442. "engines": {
  3443. "node": "^14.18.0 || >=16.0.0"
  3444. },
  3445. "funding": {
  3446. "url": "https://opencollective.com/eslint-import-resolver-typescript"
  3447. },
  3448. "peerDependencies": {
  3449. "eslint": "*",
  3450. "eslint-plugin-import": "*",
  3451. "eslint-plugin-import-x": "*"
  3452. },
  3453. "peerDependenciesMeta": {
  3454. "eslint-plugin-import": {
  3455. "optional": true
  3456. },
  3457. "eslint-plugin-import-x": {
  3458. "optional": true
  3459. }
  3460. }
  3461. },
  3462. "node_modules/eslint-module-utils": {
  3463. "version": "2.12.1",
  3464. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
  3465. "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
  3466. "dev": true,
  3467. "license": "MIT",
  3468. "dependencies": {
  3469. "debug": "^3.2.7"
  3470. },
  3471. "engines": {
  3472. "node": ">=4"
  3473. },
  3474. "peerDependenciesMeta": {
  3475. "eslint": {
  3476. "optional": true
  3477. }
  3478. }
  3479. },
  3480. "node_modules/eslint-module-utils/node_modules/debug": {
  3481. "version": "3.2.7",
  3482. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3483. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3484. "dev": true,
  3485. "license": "MIT",
  3486. "dependencies": {
  3487. "ms": "^2.1.1"
  3488. }
  3489. },
  3490. "node_modules/eslint-plugin-import": {
  3491. "version": "2.32.0",
  3492. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  3493. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  3494. "dev": true,
  3495. "license": "MIT",
  3496. "dependencies": {
  3497. "@rtsao/scc": "^1.1.0",
  3498. "array-includes": "^3.1.9",
  3499. "array.prototype.findlastindex": "^1.2.6",
  3500. "array.prototype.flat": "^1.3.3",
  3501. "array.prototype.flatmap": "^1.3.3",
  3502. "debug": "^3.2.7",
  3503. "doctrine": "^2.1.0",
  3504. "eslint-import-resolver-node": "^0.3.9",
  3505. "eslint-module-utils": "^2.12.1",
  3506. "hasown": "^2.0.2",
  3507. "is-core-module": "^2.16.1",
  3508. "is-glob": "^4.0.3",
  3509. "minimatch": "^3.1.2",
  3510. "object.fromentries": "^2.0.8",
  3511. "object.groupby": "^1.0.3",
  3512. "object.values": "^1.2.1",
  3513. "semver": "^6.3.1",
  3514. "string.prototype.trimend": "^1.0.9",
  3515. "tsconfig-paths": "^3.15.0"
  3516. },
  3517. "engines": {
  3518. "node": ">=4"
  3519. },
  3520. "peerDependencies": {
  3521. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  3522. }
  3523. },
  3524. "node_modules/eslint-plugin-import/node_modules/debug": {
  3525. "version": "3.2.7",
  3526. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3527. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3528. "dev": true,
  3529. "license": "MIT",
  3530. "dependencies": {
  3531. "ms": "^2.1.1"
  3532. }
  3533. },
  3534. "node_modules/eslint-plugin-jsx-a11y": {
  3535. "version": "6.10.2",
  3536. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
  3537. "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
  3538. "dev": true,
  3539. "license": "MIT",
  3540. "dependencies": {
  3541. "aria-query": "^5.3.2",
  3542. "array-includes": "^3.1.8",
  3543. "array.prototype.flatmap": "^1.3.2",
  3544. "ast-types-flow": "^0.0.8",
  3545. "axe-core": "^4.10.0",
  3546. "axobject-query": "^4.1.0",
  3547. "damerau-levenshtein": "^1.0.8",
  3548. "emoji-regex": "^9.2.2",
  3549. "hasown": "^2.0.2",
  3550. "jsx-ast-utils": "^3.3.5",
  3551. "language-tags": "^1.0.9",
  3552. "minimatch": "^3.1.2",
  3553. "object.fromentries": "^2.0.8",
  3554. "safe-regex-test": "^1.0.3",
  3555. "string.prototype.includes": "^2.0.1"
  3556. },
  3557. "engines": {
  3558. "node": ">=4.0"
  3559. },
  3560. "peerDependencies": {
  3561. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
  3562. }
  3563. },
  3564. "node_modules/eslint-plugin-react": {
  3565. "version": "7.37.5",
  3566. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  3567. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  3568. "dev": true,
  3569. "license": "MIT",
  3570. "dependencies": {
  3571. "array-includes": "^3.1.8",
  3572. "array.prototype.findlast": "^1.2.5",
  3573. "array.prototype.flatmap": "^1.3.3",
  3574. "array.prototype.tosorted": "^1.1.4",
  3575. "doctrine": "^2.1.0",
  3576. "es-iterator-helpers": "^1.2.1",
  3577. "estraverse": "^5.3.0",
  3578. "hasown": "^2.0.2",
  3579. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  3580. "minimatch": "^3.1.2",
  3581. "object.entries": "^1.1.9",
  3582. "object.fromentries": "^2.0.8",
  3583. "object.values": "^1.2.1",
  3584. "prop-types": "^15.8.1",
  3585. "resolve": "^2.0.0-next.5",
  3586. "semver": "^6.3.1",
  3587. "string.prototype.matchall": "^4.0.12",
  3588. "string.prototype.repeat": "^1.0.0"
  3589. },
  3590. "engines": {
  3591. "node": ">=4"
  3592. },
  3593. "peerDependencies": {
  3594. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  3595. }
  3596. },
  3597. "node_modules/eslint-plugin-react-hooks": {
  3598. "version": "7.1.0",
  3599. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.0.tgz",
  3600. "integrity": "sha512-LDicyhrRFrIaheDYryeM2W8gWyZXnAs4zIr2WVPiOSeTmIu2RjR4x/9N0xLaRWZ+9hssBDGo3AadcohuzAvSvg==",
  3601. "dev": true,
  3602. "license": "MIT",
  3603. "dependencies": {
  3604. "@babel/core": "^7.24.4",
  3605. "@babel/parser": "^7.24.4",
  3606. "hermes-parser": "^0.25.1",
  3607. "zod": "^3.25.0 || ^4.0.0",
  3608. "zod-validation-error": "^3.5.0 || ^4.0.0"
  3609. },
  3610. "engines": {
  3611. "node": ">=18"
  3612. },
  3613. "peerDependencies": {
  3614. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0"
  3615. }
  3616. },
  3617. "node_modules/eslint-scope": {
  3618. "version": "8.4.0",
  3619. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
  3620. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  3621. "dev": true,
  3622. "license": "BSD-2-Clause",
  3623. "dependencies": {
  3624. "esrecurse": "^4.3.0",
  3625. "estraverse": "^5.2.0"
  3626. },
  3627. "engines": {
  3628. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3629. },
  3630. "funding": {
  3631. "url": "https://opencollective.com/eslint"
  3632. }
  3633. },
  3634. "node_modules/eslint-visitor-keys": {
  3635. "version": "4.2.1",
  3636. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  3637. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  3638. "dev": true,
  3639. "license": "Apache-2.0",
  3640. "engines": {
  3641. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3642. },
  3643. "funding": {
  3644. "url": "https://opencollective.com/eslint"
  3645. }
  3646. },
  3647. "node_modules/espree": {
  3648. "version": "10.4.0",
  3649. "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
  3650. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  3651. "dev": true,
  3652. "license": "BSD-2-Clause",
  3653. "dependencies": {
  3654. "acorn": "^8.15.0",
  3655. "acorn-jsx": "^5.3.2",
  3656. "eslint-visitor-keys": "^4.2.1"
  3657. },
  3658. "engines": {
  3659. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3660. },
  3661. "funding": {
  3662. "url": "https://opencollective.com/eslint"
  3663. }
  3664. },
  3665. "node_modules/esquery": {
  3666. "version": "1.7.0",
  3667. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
  3668. "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
  3669. "dev": true,
  3670. "license": "BSD-3-Clause",
  3671. "dependencies": {
  3672. "estraverse": "^5.1.0"
  3673. },
  3674. "engines": {
  3675. "node": ">=0.10"
  3676. }
  3677. },
  3678. "node_modules/esrecurse": {
  3679. "version": "4.3.0",
  3680. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  3681. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3682. "dev": true,
  3683. "license": "BSD-2-Clause",
  3684. "dependencies": {
  3685. "estraverse": "^5.2.0"
  3686. },
  3687. "engines": {
  3688. "node": ">=4.0"
  3689. }
  3690. },
  3691. "node_modules/estraverse": {
  3692. "version": "5.3.0",
  3693. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  3694. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3695. "dev": true,
  3696. "license": "BSD-2-Clause",
  3697. "engines": {
  3698. "node": ">=4.0"
  3699. }
  3700. },
  3701. "node_modules/esutils": {
  3702. "version": "2.0.3",
  3703. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  3704. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  3705. "dev": true,
  3706. "license": "BSD-2-Clause",
  3707. "engines": {
  3708. "node": ">=0.10.0"
  3709. }
  3710. },
  3711. "node_modules/fast-deep-equal": {
  3712. "version": "3.1.3",
  3713. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  3714. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  3715. "dev": true,
  3716. "license": "MIT"
  3717. },
  3718. "node_modules/fast-glob": {
  3719. "version": "3.3.1",
  3720. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz",
  3721. "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
  3722. "dev": true,
  3723. "license": "MIT",
  3724. "dependencies": {
  3725. "@nodelib/fs.stat": "^2.0.2",
  3726. "@nodelib/fs.walk": "^1.2.3",
  3727. "glob-parent": "^5.1.2",
  3728. "merge2": "^1.3.0",
  3729. "micromatch": "^4.0.4"
  3730. },
  3731. "engines": {
  3732. "node": ">=8.6.0"
  3733. }
  3734. },
  3735. "node_modules/fast-glob/node_modules/glob-parent": {
  3736. "version": "5.1.2",
  3737. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  3738. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3739. "dev": true,
  3740. "license": "ISC",
  3741. "dependencies": {
  3742. "is-glob": "^4.0.1"
  3743. },
  3744. "engines": {
  3745. "node": ">= 6"
  3746. }
  3747. },
  3748. "node_modules/fast-json-stable-stringify": {
  3749. "version": "2.1.0",
  3750. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  3751. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  3752. "dev": true,
  3753. "license": "MIT"
  3754. },
  3755. "node_modules/fast-levenshtein": {
  3756. "version": "2.0.6",
  3757. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  3758. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  3759. "dev": true,
  3760. "license": "MIT"
  3761. },
  3762. "node_modules/fastq": {
  3763. "version": "1.20.1",
  3764. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
  3765. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  3766. "dev": true,
  3767. "license": "ISC",
  3768. "dependencies": {
  3769. "reusify": "^1.0.4"
  3770. }
  3771. },
  3772. "node_modules/file-entry-cache": {
  3773. "version": "8.0.0",
  3774. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  3775. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  3776. "dev": true,
  3777. "license": "MIT",
  3778. "dependencies": {
  3779. "flat-cache": "^4.0.0"
  3780. },
  3781. "engines": {
  3782. "node": ">=16.0.0"
  3783. }
  3784. },
  3785. "node_modules/fill-range": {
  3786. "version": "7.1.1",
  3787. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  3788. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  3789. "dev": true,
  3790. "license": "MIT",
  3791. "dependencies": {
  3792. "to-regex-range": "^5.0.1"
  3793. },
  3794. "engines": {
  3795. "node": ">=8"
  3796. }
  3797. },
  3798. "node_modules/find-up": {
  3799. "version": "5.0.0",
  3800. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  3801. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  3802. "dev": true,
  3803. "license": "MIT",
  3804. "dependencies": {
  3805. "locate-path": "^6.0.0",
  3806. "path-exists": "^4.0.0"
  3807. },
  3808. "engines": {
  3809. "node": ">=10"
  3810. },
  3811. "funding": {
  3812. "url": "https://github.com/sponsors/sindresorhus"
  3813. }
  3814. },
  3815. "node_modules/flat-cache": {
  3816. "version": "4.0.1",
  3817. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
  3818. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  3819. "dev": true,
  3820. "license": "MIT",
  3821. "dependencies": {
  3822. "flatted": "^3.2.9",
  3823. "keyv": "^4.5.4"
  3824. },
  3825. "engines": {
  3826. "node": ">=16"
  3827. }
  3828. },
  3829. "node_modules/flatted": {
  3830. "version": "3.4.2",
  3831. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
  3832. "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
  3833. "dev": true,
  3834. "license": "ISC"
  3835. },
  3836. "node_modules/for-each": {
  3837. "version": "0.3.5",
  3838. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  3839. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  3840. "dev": true,
  3841. "license": "MIT",
  3842. "dependencies": {
  3843. "is-callable": "^1.2.7"
  3844. },
  3845. "engines": {
  3846. "node": ">= 0.4"
  3847. },
  3848. "funding": {
  3849. "url": "https://github.com/sponsors/ljharb"
  3850. }
  3851. },
  3852. "node_modules/function-bind": {
  3853. "version": "1.1.2",
  3854. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  3855. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  3856. "dev": true,
  3857. "license": "MIT",
  3858. "funding": {
  3859. "url": "https://github.com/sponsors/ljharb"
  3860. }
  3861. },
  3862. "node_modules/function.prototype.name": {
  3863. "version": "1.1.8",
  3864. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  3865. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  3866. "dev": true,
  3867. "license": "MIT",
  3868. "dependencies": {
  3869. "call-bind": "^1.0.8",
  3870. "call-bound": "^1.0.3",
  3871. "define-properties": "^1.2.1",
  3872. "functions-have-names": "^1.2.3",
  3873. "hasown": "^2.0.2",
  3874. "is-callable": "^1.2.7"
  3875. },
  3876. "engines": {
  3877. "node": ">= 0.4"
  3878. },
  3879. "funding": {
  3880. "url": "https://github.com/sponsors/ljharb"
  3881. }
  3882. },
  3883. "node_modules/functions-have-names": {
  3884. "version": "1.2.3",
  3885. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  3886. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  3887. "dev": true,
  3888. "license": "MIT",
  3889. "funding": {
  3890. "url": "https://github.com/sponsors/ljharb"
  3891. }
  3892. },
  3893. "node_modules/geist": {
  3894. "version": "1.7.0",
  3895. "resolved": "https://registry.npmjs.org/geist/-/geist-1.7.0.tgz",
  3896. "integrity": "sha512-ZaoiZwkSf0DwwB1ncdLKp+ggAldqxl5L1+SXaNIBGkPAqcu+xjVJLxlf3/S8vLt9UHx1xu5fz3lbzKCj5iOVdQ==",
  3897. "license": "SIL OPEN FONT LICENSE",
  3898. "peerDependencies": {
  3899. "next": ">=13.2.0"
  3900. }
  3901. },
  3902. "node_modules/generator-function": {
  3903. "version": "2.0.1",
  3904. "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
  3905. "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
  3906. "dev": true,
  3907. "license": "MIT",
  3908. "engines": {
  3909. "node": ">= 0.4"
  3910. }
  3911. },
  3912. "node_modules/gensync": {
  3913. "version": "1.0.0-beta.2",
  3914. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  3915. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  3916. "dev": true,
  3917. "license": "MIT",
  3918. "engines": {
  3919. "node": ">=6.9.0"
  3920. }
  3921. },
  3922. "node_modules/get-intrinsic": {
  3923. "version": "1.3.0",
  3924. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  3925. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  3926. "dev": true,
  3927. "license": "MIT",
  3928. "dependencies": {
  3929. "call-bind-apply-helpers": "^1.0.2",
  3930. "es-define-property": "^1.0.1",
  3931. "es-errors": "^1.3.0",
  3932. "es-object-atoms": "^1.1.1",
  3933. "function-bind": "^1.1.2",
  3934. "get-proto": "^1.0.1",
  3935. "gopd": "^1.2.0",
  3936. "has-symbols": "^1.1.0",
  3937. "hasown": "^2.0.2",
  3938. "math-intrinsics": "^1.1.0"
  3939. },
  3940. "engines": {
  3941. "node": ">= 0.4"
  3942. },
  3943. "funding": {
  3944. "url": "https://github.com/sponsors/ljharb"
  3945. }
  3946. },
  3947. "node_modules/get-proto": {
  3948. "version": "1.0.1",
  3949. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  3950. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  3951. "dev": true,
  3952. "license": "MIT",
  3953. "dependencies": {
  3954. "dunder-proto": "^1.0.1",
  3955. "es-object-atoms": "^1.0.0"
  3956. },
  3957. "engines": {
  3958. "node": ">= 0.4"
  3959. }
  3960. },
  3961. "node_modules/get-symbol-description": {
  3962. "version": "1.1.0",
  3963. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  3964. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  3965. "dev": true,
  3966. "license": "MIT",
  3967. "dependencies": {
  3968. "call-bound": "^1.0.3",
  3969. "es-errors": "^1.3.0",
  3970. "get-intrinsic": "^1.2.6"
  3971. },
  3972. "engines": {
  3973. "node": ">= 0.4"
  3974. },
  3975. "funding": {
  3976. "url": "https://github.com/sponsors/ljharb"
  3977. }
  3978. },
  3979. "node_modules/get-tsconfig": {
  3980. "version": "4.14.0",
  3981. "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.14.0.tgz",
  3982. "integrity": "sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==",
  3983. "dev": true,
  3984. "license": "MIT",
  3985. "dependencies": {
  3986. "resolve-pkg-maps": "^1.0.0"
  3987. },
  3988. "funding": {
  3989. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  3990. }
  3991. },
  3992. "node_modules/glob-parent": {
  3993. "version": "6.0.2",
  3994. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  3995. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  3996. "dev": true,
  3997. "license": "ISC",
  3998. "dependencies": {
  3999. "is-glob": "^4.0.3"
  4000. },
  4001. "engines": {
  4002. "node": ">=10.13.0"
  4003. }
  4004. },
  4005. "node_modules/globals": {
  4006. "version": "14.0.0",
  4007. "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
  4008. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  4009. "dev": true,
  4010. "license": "MIT",
  4011. "engines": {
  4012. "node": ">=18"
  4013. },
  4014. "funding": {
  4015. "url": "https://github.com/sponsors/sindresorhus"
  4016. }
  4017. },
  4018. "node_modules/globalthis": {
  4019. "version": "1.0.4",
  4020. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  4021. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  4022. "dev": true,
  4023. "license": "MIT",
  4024. "dependencies": {
  4025. "define-properties": "^1.2.1",
  4026. "gopd": "^1.0.1"
  4027. },
  4028. "engines": {
  4029. "node": ">= 0.4"
  4030. },
  4031. "funding": {
  4032. "url": "https://github.com/sponsors/ljharb"
  4033. }
  4034. },
  4035. "node_modules/gopd": {
  4036. "version": "1.2.0",
  4037. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  4038. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  4039. "dev": true,
  4040. "license": "MIT",
  4041. "engines": {
  4042. "node": ">= 0.4"
  4043. },
  4044. "funding": {
  4045. "url": "https://github.com/sponsors/ljharb"
  4046. }
  4047. },
  4048. "node_modules/graceful-fs": {
  4049. "version": "4.2.11",
  4050. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4051. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  4052. "dev": true,
  4053. "license": "ISC"
  4054. },
  4055. "node_modules/has-bigints": {
  4056. "version": "1.1.0",
  4057. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
  4058. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  4059. "dev": true,
  4060. "license": "MIT",
  4061. "engines": {
  4062. "node": ">= 0.4"
  4063. },
  4064. "funding": {
  4065. "url": "https://github.com/sponsors/ljharb"
  4066. }
  4067. },
  4068. "node_modules/has-flag": {
  4069. "version": "4.0.0",
  4070. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  4071. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4072. "dev": true,
  4073. "license": "MIT",
  4074. "engines": {
  4075. "node": ">=8"
  4076. }
  4077. },
  4078. "node_modules/has-property-descriptors": {
  4079. "version": "1.0.2",
  4080. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  4081. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  4082. "dev": true,
  4083. "license": "MIT",
  4084. "dependencies": {
  4085. "es-define-property": "^1.0.0"
  4086. },
  4087. "funding": {
  4088. "url": "https://github.com/sponsors/ljharb"
  4089. }
  4090. },
  4091. "node_modules/has-proto": {
  4092. "version": "1.2.0",
  4093. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
  4094. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  4095. "dev": true,
  4096. "license": "MIT",
  4097. "dependencies": {
  4098. "dunder-proto": "^1.0.0"
  4099. },
  4100. "engines": {
  4101. "node": ">= 0.4"
  4102. },
  4103. "funding": {
  4104. "url": "https://github.com/sponsors/ljharb"
  4105. }
  4106. },
  4107. "node_modules/has-symbols": {
  4108. "version": "1.1.0",
  4109. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  4110. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  4111. "dev": true,
  4112. "license": "MIT",
  4113. "engines": {
  4114. "node": ">= 0.4"
  4115. },
  4116. "funding": {
  4117. "url": "https://github.com/sponsors/ljharb"
  4118. }
  4119. },
  4120. "node_modules/has-tostringtag": {
  4121. "version": "1.0.2",
  4122. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  4123. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  4124. "dev": true,
  4125. "license": "MIT",
  4126. "dependencies": {
  4127. "has-symbols": "^1.0.3"
  4128. },
  4129. "engines": {
  4130. "node": ">= 0.4"
  4131. },
  4132. "funding": {
  4133. "url": "https://github.com/sponsors/ljharb"
  4134. }
  4135. },
  4136. "node_modules/hasown": {
  4137. "version": "2.0.2",
  4138. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  4139. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  4140. "dev": true,
  4141. "license": "MIT",
  4142. "dependencies": {
  4143. "function-bind": "^1.1.2"
  4144. },
  4145. "engines": {
  4146. "node": ">= 0.4"
  4147. }
  4148. },
  4149. "node_modules/hermes-estree": {
  4150. "version": "0.25.1",
  4151. "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
  4152. "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
  4153. "dev": true,
  4154. "license": "MIT"
  4155. },
  4156. "node_modules/hermes-parser": {
  4157. "version": "0.25.1",
  4158. "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
  4159. "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
  4160. "dev": true,
  4161. "license": "MIT",
  4162. "dependencies": {
  4163. "hermes-estree": "0.25.1"
  4164. }
  4165. },
  4166. "node_modules/ignore": {
  4167. "version": "5.3.2",
  4168. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  4169. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  4170. "dev": true,
  4171. "license": "MIT",
  4172. "engines": {
  4173. "node": ">= 4"
  4174. }
  4175. },
  4176. "node_modules/import-fresh": {
  4177. "version": "3.3.1",
  4178. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
  4179. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  4180. "dev": true,
  4181. "license": "MIT",
  4182. "dependencies": {
  4183. "parent-module": "^1.0.0",
  4184. "resolve-from": "^4.0.0"
  4185. },
  4186. "engines": {
  4187. "node": ">=6"
  4188. },
  4189. "funding": {
  4190. "url": "https://github.com/sponsors/sindresorhus"
  4191. }
  4192. },
  4193. "node_modules/imurmurhash": {
  4194. "version": "0.1.4",
  4195. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  4196. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  4197. "dev": true,
  4198. "license": "MIT",
  4199. "engines": {
  4200. "node": ">=0.8.19"
  4201. }
  4202. },
  4203. "node_modules/internal-slot": {
  4204. "version": "1.1.0",
  4205. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
  4206. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  4207. "dev": true,
  4208. "license": "MIT",
  4209. "dependencies": {
  4210. "es-errors": "^1.3.0",
  4211. "hasown": "^2.0.2",
  4212. "side-channel": "^1.1.0"
  4213. },
  4214. "engines": {
  4215. "node": ">= 0.4"
  4216. }
  4217. },
  4218. "node_modules/is-array-buffer": {
  4219. "version": "3.0.5",
  4220. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  4221. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  4222. "dev": true,
  4223. "license": "MIT",
  4224. "dependencies": {
  4225. "call-bind": "^1.0.8",
  4226. "call-bound": "^1.0.3",
  4227. "get-intrinsic": "^1.2.6"
  4228. },
  4229. "engines": {
  4230. "node": ">= 0.4"
  4231. },
  4232. "funding": {
  4233. "url": "https://github.com/sponsors/ljharb"
  4234. }
  4235. },
  4236. "node_modules/is-async-function": {
  4237. "version": "2.1.1",
  4238. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
  4239. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  4240. "dev": true,
  4241. "license": "MIT",
  4242. "dependencies": {
  4243. "async-function": "^1.0.0",
  4244. "call-bound": "^1.0.3",
  4245. "get-proto": "^1.0.1",
  4246. "has-tostringtag": "^1.0.2",
  4247. "safe-regex-test": "^1.1.0"
  4248. },
  4249. "engines": {
  4250. "node": ">= 0.4"
  4251. },
  4252. "funding": {
  4253. "url": "https://github.com/sponsors/ljharb"
  4254. }
  4255. },
  4256. "node_modules/is-bigint": {
  4257. "version": "1.1.0",
  4258. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
  4259. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  4260. "dev": true,
  4261. "license": "MIT",
  4262. "dependencies": {
  4263. "has-bigints": "^1.0.2"
  4264. },
  4265. "engines": {
  4266. "node": ">= 0.4"
  4267. },
  4268. "funding": {
  4269. "url": "https://github.com/sponsors/ljharb"
  4270. }
  4271. },
  4272. "node_modules/is-boolean-object": {
  4273. "version": "1.2.2",
  4274. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  4275. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  4276. "dev": true,
  4277. "license": "MIT",
  4278. "dependencies": {
  4279. "call-bound": "^1.0.3",
  4280. "has-tostringtag": "^1.0.2"
  4281. },
  4282. "engines": {
  4283. "node": ">= 0.4"
  4284. },
  4285. "funding": {
  4286. "url": "https://github.com/sponsors/ljharb"
  4287. }
  4288. },
  4289. "node_modules/is-bun-module": {
  4290. "version": "2.0.0",
  4291. "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz",
  4292. "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
  4293. "dev": true,
  4294. "license": "MIT",
  4295. "dependencies": {
  4296. "semver": "^7.7.1"
  4297. }
  4298. },
  4299. "node_modules/is-bun-module/node_modules/semver": {
  4300. "version": "7.7.4",
  4301. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  4302. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  4303. "dev": true,
  4304. "license": "ISC",
  4305. "bin": {
  4306. "semver": "bin/semver.js"
  4307. },
  4308. "engines": {
  4309. "node": ">=10"
  4310. }
  4311. },
  4312. "node_modules/is-callable": {
  4313. "version": "1.2.7",
  4314. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  4315. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  4316. "dev": true,
  4317. "license": "MIT",
  4318. "engines": {
  4319. "node": ">= 0.4"
  4320. },
  4321. "funding": {
  4322. "url": "https://github.com/sponsors/ljharb"
  4323. }
  4324. },
  4325. "node_modules/is-core-module": {
  4326. "version": "2.16.1",
  4327. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  4328. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  4329. "dev": true,
  4330. "license": "MIT",
  4331. "dependencies": {
  4332. "hasown": "^2.0.2"
  4333. },
  4334. "engines": {
  4335. "node": ">= 0.4"
  4336. },
  4337. "funding": {
  4338. "url": "https://github.com/sponsors/ljharb"
  4339. }
  4340. },
  4341. "node_modules/is-data-view": {
  4342. "version": "1.0.2",
  4343. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
  4344. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  4345. "dev": true,
  4346. "license": "MIT",
  4347. "dependencies": {
  4348. "call-bound": "^1.0.2",
  4349. "get-intrinsic": "^1.2.6",
  4350. "is-typed-array": "^1.1.13"
  4351. },
  4352. "engines": {
  4353. "node": ">= 0.4"
  4354. },
  4355. "funding": {
  4356. "url": "https://github.com/sponsors/ljharb"
  4357. }
  4358. },
  4359. "node_modules/is-date-object": {
  4360. "version": "1.1.0",
  4361. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
  4362. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  4363. "dev": true,
  4364. "license": "MIT",
  4365. "dependencies": {
  4366. "call-bound": "^1.0.2",
  4367. "has-tostringtag": "^1.0.2"
  4368. },
  4369. "engines": {
  4370. "node": ">= 0.4"
  4371. },
  4372. "funding": {
  4373. "url": "https://github.com/sponsors/ljharb"
  4374. }
  4375. },
  4376. "node_modules/is-extglob": {
  4377. "version": "2.1.1",
  4378. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  4379. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4380. "dev": true,
  4381. "license": "MIT",
  4382. "engines": {
  4383. "node": ">=0.10.0"
  4384. }
  4385. },
  4386. "node_modules/is-finalizationregistry": {
  4387. "version": "1.1.1",
  4388. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  4389. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  4390. "dev": true,
  4391. "license": "MIT",
  4392. "dependencies": {
  4393. "call-bound": "^1.0.3"
  4394. },
  4395. "engines": {
  4396. "node": ">= 0.4"
  4397. },
  4398. "funding": {
  4399. "url": "https://github.com/sponsors/ljharb"
  4400. }
  4401. },
  4402. "node_modules/is-generator-function": {
  4403. "version": "1.1.2",
  4404. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
  4405. "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
  4406. "dev": true,
  4407. "license": "MIT",
  4408. "dependencies": {
  4409. "call-bound": "^1.0.4",
  4410. "generator-function": "^2.0.0",
  4411. "get-proto": "^1.0.1",
  4412. "has-tostringtag": "^1.0.2",
  4413. "safe-regex-test": "^1.1.0"
  4414. },
  4415. "engines": {
  4416. "node": ">= 0.4"
  4417. },
  4418. "funding": {
  4419. "url": "https://github.com/sponsors/ljharb"
  4420. }
  4421. },
  4422. "node_modules/is-glob": {
  4423. "version": "4.0.3",
  4424. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  4425. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4426. "dev": true,
  4427. "license": "MIT",
  4428. "dependencies": {
  4429. "is-extglob": "^2.1.1"
  4430. },
  4431. "engines": {
  4432. "node": ">=0.10.0"
  4433. }
  4434. },
  4435. "node_modules/is-map": {
  4436. "version": "2.0.3",
  4437. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  4438. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  4439. "dev": true,
  4440. "license": "MIT",
  4441. "engines": {
  4442. "node": ">= 0.4"
  4443. },
  4444. "funding": {
  4445. "url": "https://github.com/sponsors/ljharb"
  4446. }
  4447. },
  4448. "node_modules/is-negative-zero": {
  4449. "version": "2.0.3",
  4450. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  4451. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  4452. "dev": true,
  4453. "license": "MIT",
  4454. "engines": {
  4455. "node": ">= 0.4"
  4456. },
  4457. "funding": {
  4458. "url": "https://github.com/sponsors/ljharb"
  4459. }
  4460. },
  4461. "node_modules/is-number": {
  4462. "version": "7.0.0",
  4463. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  4464. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4465. "dev": true,
  4466. "license": "MIT",
  4467. "engines": {
  4468. "node": ">=0.12.0"
  4469. }
  4470. },
  4471. "node_modules/is-number-object": {
  4472. "version": "1.1.1",
  4473. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
  4474. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  4475. "dev": true,
  4476. "license": "MIT",
  4477. "dependencies": {
  4478. "call-bound": "^1.0.3",
  4479. "has-tostringtag": "^1.0.2"
  4480. },
  4481. "engines": {
  4482. "node": ">= 0.4"
  4483. },
  4484. "funding": {
  4485. "url": "https://github.com/sponsors/ljharb"
  4486. }
  4487. },
  4488. "node_modules/is-regex": {
  4489. "version": "1.2.1",
  4490. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
  4491. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  4492. "dev": true,
  4493. "license": "MIT",
  4494. "dependencies": {
  4495. "call-bound": "^1.0.2",
  4496. "gopd": "^1.2.0",
  4497. "has-tostringtag": "^1.0.2",
  4498. "hasown": "^2.0.2"
  4499. },
  4500. "engines": {
  4501. "node": ">= 0.4"
  4502. },
  4503. "funding": {
  4504. "url": "https://github.com/sponsors/ljharb"
  4505. }
  4506. },
  4507. "node_modules/is-set": {
  4508. "version": "2.0.3",
  4509. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  4510. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  4511. "dev": true,
  4512. "license": "MIT",
  4513. "engines": {
  4514. "node": ">= 0.4"
  4515. },
  4516. "funding": {
  4517. "url": "https://github.com/sponsors/ljharb"
  4518. }
  4519. },
  4520. "node_modules/is-shared-array-buffer": {
  4521. "version": "1.0.4",
  4522. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  4523. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  4524. "dev": true,
  4525. "license": "MIT",
  4526. "dependencies": {
  4527. "call-bound": "^1.0.3"
  4528. },
  4529. "engines": {
  4530. "node": ">= 0.4"
  4531. },
  4532. "funding": {
  4533. "url": "https://github.com/sponsors/ljharb"
  4534. }
  4535. },
  4536. "node_modules/is-string": {
  4537. "version": "1.1.1",
  4538. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
  4539. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  4540. "dev": true,
  4541. "license": "MIT",
  4542. "dependencies": {
  4543. "call-bound": "^1.0.3",
  4544. "has-tostringtag": "^1.0.2"
  4545. },
  4546. "engines": {
  4547. "node": ">= 0.4"
  4548. },
  4549. "funding": {
  4550. "url": "https://github.com/sponsors/ljharb"
  4551. }
  4552. },
  4553. "node_modules/is-symbol": {
  4554. "version": "1.1.1",
  4555. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
  4556. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  4557. "dev": true,
  4558. "license": "MIT",
  4559. "dependencies": {
  4560. "call-bound": "^1.0.2",
  4561. "has-symbols": "^1.1.0",
  4562. "safe-regex-test": "^1.1.0"
  4563. },
  4564. "engines": {
  4565. "node": ">= 0.4"
  4566. },
  4567. "funding": {
  4568. "url": "https://github.com/sponsors/ljharb"
  4569. }
  4570. },
  4571. "node_modules/is-typed-array": {
  4572. "version": "1.1.15",
  4573. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  4574. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  4575. "dev": true,
  4576. "license": "MIT",
  4577. "dependencies": {
  4578. "which-typed-array": "^1.1.16"
  4579. },
  4580. "engines": {
  4581. "node": ">= 0.4"
  4582. },
  4583. "funding": {
  4584. "url": "https://github.com/sponsors/ljharb"
  4585. }
  4586. },
  4587. "node_modules/is-weakmap": {
  4588. "version": "2.0.2",
  4589. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  4590. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  4591. "dev": true,
  4592. "license": "MIT",
  4593. "engines": {
  4594. "node": ">= 0.4"
  4595. },
  4596. "funding": {
  4597. "url": "https://github.com/sponsors/ljharb"
  4598. }
  4599. },
  4600. "node_modules/is-weakref": {
  4601. "version": "1.1.1",
  4602. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
  4603. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  4604. "dev": true,
  4605. "license": "MIT",
  4606. "dependencies": {
  4607. "call-bound": "^1.0.3"
  4608. },
  4609. "engines": {
  4610. "node": ">= 0.4"
  4611. },
  4612. "funding": {
  4613. "url": "https://github.com/sponsors/ljharb"
  4614. }
  4615. },
  4616. "node_modules/is-weakset": {
  4617. "version": "2.0.4",
  4618. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
  4619. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  4620. "dev": true,
  4621. "license": "MIT",
  4622. "dependencies": {
  4623. "call-bound": "^1.0.3",
  4624. "get-intrinsic": "^1.2.6"
  4625. },
  4626. "engines": {
  4627. "node": ">= 0.4"
  4628. },
  4629. "funding": {
  4630. "url": "https://github.com/sponsors/ljharb"
  4631. }
  4632. },
  4633. "node_modules/isarray": {
  4634. "version": "2.0.5",
  4635. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  4636. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  4637. "dev": true,
  4638. "license": "MIT"
  4639. },
  4640. "node_modules/isexe": {
  4641. "version": "2.0.0",
  4642. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4643. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  4644. "dev": true,
  4645. "license": "ISC"
  4646. },
  4647. "node_modules/iterator.prototype": {
  4648. "version": "1.1.5",
  4649. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  4650. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  4651. "dev": true,
  4652. "license": "MIT",
  4653. "dependencies": {
  4654. "define-data-property": "^1.1.4",
  4655. "es-object-atoms": "^1.0.0",
  4656. "get-intrinsic": "^1.2.6",
  4657. "get-proto": "^1.0.0",
  4658. "has-symbols": "^1.1.0",
  4659. "set-function-name": "^2.0.2"
  4660. },
  4661. "engines": {
  4662. "node": ">= 0.4"
  4663. }
  4664. },
  4665. "node_modules/jiti": {
  4666. "version": "2.6.1",
  4667. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  4668. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  4669. "dev": true,
  4670. "license": "MIT",
  4671. "bin": {
  4672. "jiti": "lib/jiti-cli.mjs"
  4673. }
  4674. },
  4675. "node_modules/js-tokens": {
  4676. "version": "4.0.0",
  4677. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  4678. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  4679. "dev": true,
  4680. "license": "MIT"
  4681. },
  4682. "node_modules/js-yaml": {
  4683. "version": "4.1.1",
  4684. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
  4685. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  4686. "dev": true,
  4687. "license": "MIT",
  4688. "dependencies": {
  4689. "argparse": "^2.0.1"
  4690. },
  4691. "bin": {
  4692. "js-yaml": "bin/js-yaml.js"
  4693. }
  4694. },
  4695. "node_modules/jsesc": {
  4696. "version": "3.1.0",
  4697. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  4698. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  4699. "dev": true,
  4700. "license": "MIT",
  4701. "bin": {
  4702. "jsesc": "bin/jsesc"
  4703. },
  4704. "engines": {
  4705. "node": ">=6"
  4706. }
  4707. },
  4708. "node_modules/json-buffer": {
  4709. "version": "3.0.1",
  4710. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  4711. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  4712. "dev": true,
  4713. "license": "MIT"
  4714. },
  4715. "node_modules/json-schema-traverse": {
  4716. "version": "0.4.1",
  4717. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4718. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  4719. "dev": true,
  4720. "license": "MIT"
  4721. },
  4722. "node_modules/json-stable-stringify-without-jsonify": {
  4723. "version": "1.0.1",
  4724. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  4725. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  4726. "dev": true,
  4727. "license": "MIT"
  4728. },
  4729. "node_modules/json5": {
  4730. "version": "2.2.3",
  4731. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  4732. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  4733. "dev": true,
  4734. "license": "MIT",
  4735. "bin": {
  4736. "json5": "lib/cli.js"
  4737. },
  4738. "engines": {
  4739. "node": ">=6"
  4740. }
  4741. },
  4742. "node_modules/jsx-ast-utils": {
  4743. "version": "3.3.5",
  4744. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  4745. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  4746. "dev": true,
  4747. "license": "MIT",
  4748. "dependencies": {
  4749. "array-includes": "^3.1.6",
  4750. "array.prototype.flat": "^1.3.1",
  4751. "object.assign": "^4.1.4",
  4752. "object.values": "^1.1.6"
  4753. },
  4754. "engines": {
  4755. "node": ">=4.0"
  4756. }
  4757. },
  4758. "node_modules/keyv": {
  4759. "version": "4.5.4",
  4760. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  4761. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  4762. "dev": true,
  4763. "license": "MIT",
  4764. "dependencies": {
  4765. "json-buffer": "3.0.1"
  4766. }
  4767. },
  4768. "node_modules/language-subtag-registry": {
  4769. "version": "0.3.23",
  4770. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
  4771. "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
  4772. "dev": true,
  4773. "license": "CC0-1.0"
  4774. },
  4775. "node_modules/language-tags": {
  4776. "version": "1.0.9",
  4777. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
  4778. "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
  4779. "dev": true,
  4780. "license": "MIT",
  4781. "dependencies": {
  4782. "language-subtag-registry": "^0.3.20"
  4783. },
  4784. "engines": {
  4785. "node": ">=0.10"
  4786. }
  4787. },
  4788. "node_modules/levn": {
  4789. "version": "0.4.1",
  4790. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  4791. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  4792. "dev": true,
  4793. "license": "MIT",
  4794. "dependencies": {
  4795. "prelude-ls": "^1.2.1",
  4796. "type-check": "~0.4.0"
  4797. },
  4798. "engines": {
  4799. "node": ">= 0.8.0"
  4800. }
  4801. },
  4802. "node_modules/lightningcss": {
  4803. "version": "1.32.0",
  4804. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  4805. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  4806. "dev": true,
  4807. "license": "MPL-2.0",
  4808. "dependencies": {
  4809. "detect-libc": "^2.0.3"
  4810. },
  4811. "engines": {
  4812. "node": ">= 12.0.0"
  4813. },
  4814. "funding": {
  4815. "type": "opencollective",
  4816. "url": "https://opencollective.com/parcel"
  4817. },
  4818. "optionalDependencies": {
  4819. "lightningcss-android-arm64": "1.32.0",
  4820. "lightningcss-darwin-arm64": "1.32.0",
  4821. "lightningcss-darwin-x64": "1.32.0",
  4822. "lightningcss-freebsd-x64": "1.32.0",
  4823. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  4824. "lightningcss-linux-arm64-gnu": "1.32.0",
  4825. "lightningcss-linux-arm64-musl": "1.32.0",
  4826. "lightningcss-linux-x64-gnu": "1.32.0",
  4827. "lightningcss-linux-x64-musl": "1.32.0",
  4828. "lightningcss-win32-arm64-msvc": "1.32.0",
  4829. "lightningcss-win32-x64-msvc": "1.32.0"
  4830. }
  4831. },
  4832. "node_modules/lightningcss-android-arm64": {
  4833. "version": "1.32.0",
  4834. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  4835. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  4836. "cpu": [
  4837. "arm64"
  4838. ],
  4839. "dev": true,
  4840. "license": "MPL-2.0",
  4841. "optional": true,
  4842. "os": [
  4843. "android"
  4844. ],
  4845. "engines": {
  4846. "node": ">= 12.0.0"
  4847. },
  4848. "funding": {
  4849. "type": "opencollective",
  4850. "url": "https://opencollective.com/parcel"
  4851. }
  4852. },
  4853. "node_modules/lightningcss-darwin-arm64": {
  4854. "version": "1.32.0",
  4855. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  4856. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  4857. "cpu": [
  4858. "arm64"
  4859. ],
  4860. "dev": true,
  4861. "license": "MPL-2.0",
  4862. "optional": true,
  4863. "os": [
  4864. "darwin"
  4865. ],
  4866. "engines": {
  4867. "node": ">= 12.0.0"
  4868. },
  4869. "funding": {
  4870. "type": "opencollective",
  4871. "url": "https://opencollective.com/parcel"
  4872. }
  4873. },
  4874. "node_modules/lightningcss-darwin-x64": {
  4875. "version": "1.32.0",
  4876. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  4877. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  4878. "cpu": [
  4879. "x64"
  4880. ],
  4881. "dev": true,
  4882. "license": "MPL-2.0",
  4883. "optional": true,
  4884. "os": [
  4885. "darwin"
  4886. ],
  4887. "engines": {
  4888. "node": ">= 12.0.0"
  4889. },
  4890. "funding": {
  4891. "type": "opencollective",
  4892. "url": "https://opencollective.com/parcel"
  4893. }
  4894. },
  4895. "node_modules/lightningcss-freebsd-x64": {
  4896. "version": "1.32.0",
  4897. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  4898. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  4899. "cpu": [
  4900. "x64"
  4901. ],
  4902. "dev": true,
  4903. "license": "MPL-2.0",
  4904. "optional": true,
  4905. "os": [
  4906. "freebsd"
  4907. ],
  4908. "engines": {
  4909. "node": ">= 12.0.0"
  4910. },
  4911. "funding": {
  4912. "type": "opencollective",
  4913. "url": "https://opencollective.com/parcel"
  4914. }
  4915. },
  4916. "node_modules/lightningcss-linux-arm-gnueabihf": {
  4917. "version": "1.32.0",
  4918. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  4919. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  4920. "cpu": [
  4921. "arm"
  4922. ],
  4923. "dev": true,
  4924. "license": "MPL-2.0",
  4925. "optional": true,
  4926. "os": [
  4927. "linux"
  4928. ],
  4929. "engines": {
  4930. "node": ">= 12.0.0"
  4931. },
  4932. "funding": {
  4933. "type": "opencollective",
  4934. "url": "https://opencollective.com/parcel"
  4935. }
  4936. },
  4937. "node_modules/lightningcss-linux-arm64-gnu": {
  4938. "version": "1.32.0",
  4939. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  4940. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  4941. "cpu": [
  4942. "arm64"
  4943. ],
  4944. "dev": true,
  4945. "license": "MPL-2.0",
  4946. "optional": true,
  4947. "os": [
  4948. "linux"
  4949. ],
  4950. "engines": {
  4951. "node": ">= 12.0.0"
  4952. },
  4953. "funding": {
  4954. "type": "opencollective",
  4955. "url": "https://opencollective.com/parcel"
  4956. }
  4957. },
  4958. "node_modules/lightningcss-linux-arm64-musl": {
  4959. "version": "1.32.0",
  4960. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  4961. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  4962. "cpu": [
  4963. "arm64"
  4964. ],
  4965. "dev": true,
  4966. "license": "MPL-2.0",
  4967. "optional": true,
  4968. "os": [
  4969. "linux"
  4970. ],
  4971. "engines": {
  4972. "node": ">= 12.0.0"
  4973. },
  4974. "funding": {
  4975. "type": "opencollective",
  4976. "url": "https://opencollective.com/parcel"
  4977. }
  4978. },
  4979. "node_modules/lightningcss-linux-x64-gnu": {
  4980. "version": "1.32.0",
  4981. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  4982. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  4983. "cpu": [
  4984. "x64"
  4985. ],
  4986. "dev": true,
  4987. "license": "MPL-2.0",
  4988. "optional": true,
  4989. "os": [
  4990. "linux"
  4991. ],
  4992. "engines": {
  4993. "node": ">= 12.0.0"
  4994. },
  4995. "funding": {
  4996. "type": "opencollective",
  4997. "url": "https://opencollective.com/parcel"
  4998. }
  4999. },
  5000. "node_modules/lightningcss-linux-x64-musl": {
  5001. "version": "1.32.0",
  5002. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  5003. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  5004. "cpu": [
  5005. "x64"
  5006. ],
  5007. "dev": true,
  5008. "license": "MPL-2.0",
  5009. "optional": true,
  5010. "os": [
  5011. "linux"
  5012. ],
  5013. "engines": {
  5014. "node": ">= 12.0.0"
  5015. },
  5016. "funding": {
  5017. "type": "opencollective",
  5018. "url": "https://opencollective.com/parcel"
  5019. }
  5020. },
  5021. "node_modules/lightningcss-win32-arm64-msvc": {
  5022. "version": "1.32.0",
  5023. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  5024. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  5025. "cpu": [
  5026. "arm64"
  5027. ],
  5028. "dev": true,
  5029. "license": "MPL-2.0",
  5030. "optional": true,
  5031. "os": [
  5032. "win32"
  5033. ],
  5034. "engines": {
  5035. "node": ">= 12.0.0"
  5036. },
  5037. "funding": {
  5038. "type": "opencollective",
  5039. "url": "https://opencollective.com/parcel"
  5040. }
  5041. },
  5042. "node_modules/lightningcss-win32-x64-msvc": {
  5043. "version": "1.32.0",
  5044. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  5045. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  5046. "cpu": [
  5047. "x64"
  5048. ],
  5049. "dev": true,
  5050. "license": "MPL-2.0",
  5051. "optional": true,
  5052. "os": [
  5053. "win32"
  5054. ],
  5055. "engines": {
  5056. "node": ">= 12.0.0"
  5057. },
  5058. "funding": {
  5059. "type": "opencollective",
  5060. "url": "https://opencollective.com/parcel"
  5061. }
  5062. },
  5063. "node_modules/locate-path": {
  5064. "version": "6.0.0",
  5065. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  5066. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  5067. "dev": true,
  5068. "license": "MIT",
  5069. "dependencies": {
  5070. "p-locate": "^5.0.0"
  5071. },
  5072. "engines": {
  5073. "node": ">=10"
  5074. },
  5075. "funding": {
  5076. "url": "https://github.com/sponsors/sindresorhus"
  5077. }
  5078. },
  5079. "node_modules/lodash.merge": {
  5080. "version": "4.6.2",
  5081. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  5082. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  5083. "dev": true,
  5084. "license": "MIT"
  5085. },
  5086. "node_modules/loose-envify": {
  5087. "version": "1.4.0",
  5088. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  5089. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  5090. "dev": true,
  5091. "license": "MIT",
  5092. "dependencies": {
  5093. "js-tokens": "^3.0.0 || ^4.0.0"
  5094. },
  5095. "bin": {
  5096. "loose-envify": "cli.js"
  5097. }
  5098. },
  5099. "node_modules/lru-cache": {
  5100. "version": "5.1.1",
  5101. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  5102. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  5103. "dev": true,
  5104. "license": "ISC",
  5105. "dependencies": {
  5106. "yallist": "^3.0.2"
  5107. }
  5108. },
  5109. "node_modules/magic-string": {
  5110. "version": "0.30.21",
  5111. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  5112. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  5113. "dev": true,
  5114. "license": "MIT",
  5115. "dependencies": {
  5116. "@jridgewell/sourcemap-codec": "^1.5.5"
  5117. }
  5118. },
  5119. "node_modules/math-intrinsics": {
  5120. "version": "1.1.0",
  5121. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  5122. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  5123. "dev": true,
  5124. "license": "MIT",
  5125. "engines": {
  5126. "node": ">= 0.4"
  5127. }
  5128. },
  5129. "node_modules/merge2": {
  5130. "version": "1.4.1",
  5131. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  5132. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  5133. "dev": true,
  5134. "license": "MIT",
  5135. "engines": {
  5136. "node": ">= 8"
  5137. }
  5138. },
  5139. "node_modules/micromatch": {
  5140. "version": "4.0.8",
  5141. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  5142. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  5143. "dev": true,
  5144. "license": "MIT",
  5145. "dependencies": {
  5146. "braces": "^3.0.3",
  5147. "picomatch": "^2.3.1"
  5148. },
  5149. "engines": {
  5150. "node": ">=8.6"
  5151. }
  5152. },
  5153. "node_modules/minimatch": {
  5154. "version": "3.1.5",
  5155. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  5156. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  5157. "dev": true,
  5158. "license": "ISC",
  5159. "dependencies": {
  5160. "brace-expansion": "^1.1.7"
  5161. },
  5162. "engines": {
  5163. "node": "*"
  5164. }
  5165. },
  5166. "node_modules/minimist": {
  5167. "version": "1.2.8",
  5168. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  5169. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  5170. "dev": true,
  5171. "license": "MIT",
  5172. "funding": {
  5173. "url": "https://github.com/sponsors/ljharb"
  5174. }
  5175. },
  5176. "node_modules/ms": {
  5177. "version": "2.1.3",
  5178. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  5179. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  5180. "dev": true,
  5181. "license": "MIT"
  5182. },
  5183. "node_modules/nanoid": {
  5184. "version": "3.3.11",
  5185. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  5186. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  5187. "funding": [
  5188. {
  5189. "type": "github",
  5190. "url": "https://github.com/sponsors/ai"
  5191. }
  5192. ],
  5193. "license": "MIT",
  5194. "bin": {
  5195. "nanoid": "bin/nanoid.cjs"
  5196. },
  5197. "engines": {
  5198. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  5199. }
  5200. },
  5201. "node_modules/napi-postinstall": {
  5202. "version": "0.3.4",
  5203. "resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.4.tgz",
  5204. "integrity": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==",
  5205. "dev": true,
  5206. "license": "MIT",
  5207. "bin": {
  5208. "napi-postinstall": "lib/cli.js"
  5209. },
  5210. "engines": {
  5211. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  5212. },
  5213. "funding": {
  5214. "url": "https://opencollective.com/napi-postinstall"
  5215. }
  5216. },
  5217. "node_modules/natural-compare": {
  5218. "version": "1.4.0",
  5219. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  5220. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  5221. "dev": true,
  5222. "license": "MIT"
  5223. },
  5224. "node_modules/next": {
  5225. "version": "16.2.4",
  5226. "resolved": "https://registry.npmjs.org/next/-/next-16.2.4.tgz",
  5227. "integrity": "sha512-kPvz56wF5frc+FxlHI5qnklCzbq53HTwORaWBGdT0vNoKh1Aya9XC8aPauH4NJxqtzbWsS5mAbctm4cr+EkQ2Q==",
  5228. "license": "MIT",
  5229. "dependencies": {
  5230. "@next/env": "16.2.4",
  5231. "@swc/helpers": "0.5.15",
  5232. "baseline-browser-mapping": "^2.9.19",
  5233. "caniuse-lite": "^1.0.30001579",
  5234. "postcss": "8.4.31",
  5235. "styled-jsx": "5.1.6"
  5236. },
  5237. "bin": {
  5238. "next": "dist/bin/next"
  5239. },
  5240. "engines": {
  5241. "node": ">=20.9.0"
  5242. },
  5243. "optionalDependencies": {
  5244. "@next/swc-darwin-arm64": "16.2.4",
  5245. "@next/swc-darwin-x64": "16.2.4",
  5246. "@next/swc-linux-arm64-gnu": "16.2.4",
  5247. "@next/swc-linux-arm64-musl": "16.2.4",
  5248. "@next/swc-linux-x64-gnu": "16.2.4",
  5249. "@next/swc-linux-x64-musl": "16.2.4",
  5250. "@next/swc-win32-arm64-msvc": "16.2.4",
  5251. "@next/swc-win32-x64-msvc": "16.2.4",
  5252. "sharp": "^0.34.5"
  5253. },
  5254. "peerDependencies": {
  5255. "@opentelemetry/api": "^1.1.0",
  5256. "@playwright/test": "^1.51.1",
  5257. "babel-plugin-react-compiler": "*",
  5258. "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  5259. "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  5260. "sass": "^1.3.0"
  5261. },
  5262. "peerDependenciesMeta": {
  5263. "@opentelemetry/api": {
  5264. "optional": true
  5265. },
  5266. "@playwright/test": {
  5267. "optional": true
  5268. },
  5269. "babel-plugin-react-compiler": {
  5270. "optional": true
  5271. },
  5272. "sass": {
  5273. "optional": true
  5274. }
  5275. }
  5276. },
  5277. "node_modules/next/node_modules/postcss": {
  5278. "version": "8.4.31",
  5279. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
  5280. "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
  5281. "funding": [
  5282. {
  5283. "type": "opencollective",
  5284. "url": "https://opencollective.com/postcss/"
  5285. },
  5286. {
  5287. "type": "tidelift",
  5288. "url": "https://tidelift.com/funding/github/npm/postcss"
  5289. },
  5290. {
  5291. "type": "github",
  5292. "url": "https://github.com/sponsors/ai"
  5293. }
  5294. ],
  5295. "license": "MIT",
  5296. "dependencies": {
  5297. "nanoid": "^3.3.6",
  5298. "picocolors": "^1.0.0",
  5299. "source-map-js": "^1.0.2"
  5300. },
  5301. "engines": {
  5302. "node": "^10 || ^12 || >=14"
  5303. }
  5304. },
  5305. "node_modules/node-exports-info": {
  5306. "version": "1.6.0",
  5307. "resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.0.tgz",
  5308. "integrity": "sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==",
  5309. "dev": true,
  5310. "license": "MIT",
  5311. "dependencies": {
  5312. "array.prototype.flatmap": "^1.3.3",
  5313. "es-errors": "^1.3.0",
  5314. "object.entries": "^1.1.9",
  5315. "semver": "^6.3.1"
  5316. },
  5317. "engines": {
  5318. "node": ">= 0.4"
  5319. },
  5320. "funding": {
  5321. "url": "https://github.com/sponsors/ljharb"
  5322. }
  5323. },
  5324. "node_modules/node-releases": {
  5325. "version": "2.0.37",
  5326. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.37.tgz",
  5327. "integrity": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==",
  5328. "dev": true,
  5329. "license": "MIT"
  5330. },
  5331. "node_modules/object-assign": {
  5332. "version": "4.1.1",
  5333. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  5334. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  5335. "dev": true,
  5336. "license": "MIT",
  5337. "engines": {
  5338. "node": ">=0.10.0"
  5339. }
  5340. },
  5341. "node_modules/object-inspect": {
  5342. "version": "1.13.4",
  5343. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  5344. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  5345. "dev": true,
  5346. "license": "MIT",
  5347. "engines": {
  5348. "node": ">= 0.4"
  5349. },
  5350. "funding": {
  5351. "url": "https://github.com/sponsors/ljharb"
  5352. }
  5353. },
  5354. "node_modules/object-keys": {
  5355. "version": "1.1.1",
  5356. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  5357. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  5358. "dev": true,
  5359. "license": "MIT",
  5360. "engines": {
  5361. "node": ">= 0.4"
  5362. }
  5363. },
  5364. "node_modules/object.assign": {
  5365. "version": "4.1.7",
  5366. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
  5367. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  5368. "dev": true,
  5369. "license": "MIT",
  5370. "dependencies": {
  5371. "call-bind": "^1.0.8",
  5372. "call-bound": "^1.0.3",
  5373. "define-properties": "^1.2.1",
  5374. "es-object-atoms": "^1.0.0",
  5375. "has-symbols": "^1.1.0",
  5376. "object-keys": "^1.1.1"
  5377. },
  5378. "engines": {
  5379. "node": ">= 0.4"
  5380. },
  5381. "funding": {
  5382. "url": "https://github.com/sponsors/ljharb"
  5383. }
  5384. },
  5385. "node_modules/object.entries": {
  5386. "version": "1.1.9",
  5387. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
  5388. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  5389. "dev": true,
  5390. "license": "MIT",
  5391. "dependencies": {
  5392. "call-bind": "^1.0.8",
  5393. "call-bound": "^1.0.4",
  5394. "define-properties": "^1.2.1",
  5395. "es-object-atoms": "^1.1.1"
  5396. },
  5397. "engines": {
  5398. "node": ">= 0.4"
  5399. }
  5400. },
  5401. "node_modules/object.fromentries": {
  5402. "version": "2.0.8",
  5403. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  5404. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  5405. "dev": true,
  5406. "license": "MIT",
  5407. "dependencies": {
  5408. "call-bind": "^1.0.7",
  5409. "define-properties": "^1.2.1",
  5410. "es-abstract": "^1.23.2",
  5411. "es-object-atoms": "^1.0.0"
  5412. },
  5413. "engines": {
  5414. "node": ">= 0.4"
  5415. },
  5416. "funding": {
  5417. "url": "https://github.com/sponsors/ljharb"
  5418. }
  5419. },
  5420. "node_modules/object.groupby": {
  5421. "version": "1.0.3",
  5422. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
  5423. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  5424. "dev": true,
  5425. "license": "MIT",
  5426. "dependencies": {
  5427. "call-bind": "^1.0.7",
  5428. "define-properties": "^1.2.1",
  5429. "es-abstract": "^1.23.2"
  5430. },
  5431. "engines": {
  5432. "node": ">= 0.4"
  5433. }
  5434. },
  5435. "node_modules/object.values": {
  5436. "version": "1.2.1",
  5437. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
  5438. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  5439. "dev": true,
  5440. "license": "MIT",
  5441. "dependencies": {
  5442. "call-bind": "^1.0.8",
  5443. "call-bound": "^1.0.3",
  5444. "define-properties": "^1.2.1",
  5445. "es-object-atoms": "^1.0.0"
  5446. },
  5447. "engines": {
  5448. "node": ">= 0.4"
  5449. },
  5450. "funding": {
  5451. "url": "https://github.com/sponsors/ljharb"
  5452. }
  5453. },
  5454. "node_modules/optionator": {
  5455. "version": "0.9.4",
  5456. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  5457. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  5458. "dev": true,
  5459. "license": "MIT",
  5460. "dependencies": {
  5461. "deep-is": "^0.1.3",
  5462. "fast-levenshtein": "^2.0.6",
  5463. "levn": "^0.4.1",
  5464. "prelude-ls": "^1.2.1",
  5465. "type-check": "^0.4.0",
  5466. "word-wrap": "^1.2.5"
  5467. },
  5468. "engines": {
  5469. "node": ">= 0.8.0"
  5470. }
  5471. },
  5472. "node_modules/own-keys": {
  5473. "version": "1.0.1",
  5474. "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
  5475. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  5476. "dev": true,
  5477. "license": "MIT",
  5478. "dependencies": {
  5479. "get-intrinsic": "^1.2.6",
  5480. "object-keys": "^1.1.1",
  5481. "safe-push-apply": "^1.0.0"
  5482. },
  5483. "engines": {
  5484. "node": ">= 0.4"
  5485. },
  5486. "funding": {
  5487. "url": "https://github.com/sponsors/ljharb"
  5488. }
  5489. },
  5490. "node_modules/p-limit": {
  5491. "version": "3.1.0",
  5492. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  5493. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  5494. "dev": true,
  5495. "license": "MIT",
  5496. "dependencies": {
  5497. "yocto-queue": "^0.1.0"
  5498. },
  5499. "engines": {
  5500. "node": ">=10"
  5501. },
  5502. "funding": {
  5503. "url": "https://github.com/sponsors/sindresorhus"
  5504. }
  5505. },
  5506. "node_modules/p-locate": {
  5507. "version": "5.0.0",
  5508. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  5509. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  5510. "dev": true,
  5511. "license": "MIT",
  5512. "dependencies": {
  5513. "p-limit": "^3.0.2"
  5514. },
  5515. "engines": {
  5516. "node": ">=10"
  5517. },
  5518. "funding": {
  5519. "url": "https://github.com/sponsors/sindresorhus"
  5520. }
  5521. },
  5522. "node_modules/parent-module": {
  5523. "version": "1.0.1",
  5524. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  5525. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  5526. "dev": true,
  5527. "license": "MIT",
  5528. "dependencies": {
  5529. "callsites": "^3.0.0"
  5530. },
  5531. "engines": {
  5532. "node": ">=6"
  5533. }
  5534. },
  5535. "node_modules/path-exists": {
  5536. "version": "4.0.0",
  5537. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  5538. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  5539. "dev": true,
  5540. "license": "MIT",
  5541. "engines": {
  5542. "node": ">=8"
  5543. }
  5544. },
  5545. "node_modules/path-key": {
  5546. "version": "3.1.1",
  5547. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  5548. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5549. "dev": true,
  5550. "license": "MIT",
  5551. "engines": {
  5552. "node": ">=8"
  5553. }
  5554. },
  5555. "node_modules/path-parse": {
  5556. "version": "1.0.7",
  5557. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  5558. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  5559. "dev": true,
  5560. "license": "MIT"
  5561. },
  5562. "node_modules/pdfjs-dist": {
  5563. "version": "4.10.38",
  5564. "resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-4.10.38.tgz",
  5565. "integrity": "sha512-/Y3fcFrXEAsMjJXeL9J8+ZG9U01LbuWaYypvDW2ycW1jL269L3js3DVBjDJ0Up9Np1uqDXsDrRihHANhZOlwdQ==",
  5566. "license": "Apache-2.0",
  5567. "engines": {
  5568. "node": ">=20"
  5569. },
  5570. "optionalDependencies": {
  5571. "@napi-rs/canvas": "^0.1.65"
  5572. }
  5573. },
  5574. "node_modules/picocolors": {
  5575. "version": "1.1.1",
  5576. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  5577. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  5578. "license": "ISC"
  5579. },
  5580. "node_modules/picomatch": {
  5581. "version": "2.3.2",
  5582. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  5583. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  5584. "dev": true,
  5585. "license": "MIT",
  5586. "engines": {
  5587. "node": ">=8.6"
  5588. },
  5589. "funding": {
  5590. "url": "https://github.com/sponsors/jonschlinkert"
  5591. }
  5592. },
  5593. "node_modules/possible-typed-array-names": {
  5594. "version": "1.1.0",
  5595. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  5596. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  5597. "dev": true,
  5598. "license": "MIT",
  5599. "engines": {
  5600. "node": ">= 0.4"
  5601. }
  5602. },
  5603. "node_modules/postcss": {
  5604. "version": "8.5.10",
  5605. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz",
  5606. "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==",
  5607. "dev": true,
  5608. "funding": [
  5609. {
  5610. "type": "opencollective",
  5611. "url": "https://opencollective.com/postcss/"
  5612. },
  5613. {
  5614. "type": "tidelift",
  5615. "url": "https://tidelift.com/funding/github/npm/postcss"
  5616. },
  5617. {
  5618. "type": "github",
  5619. "url": "https://github.com/sponsors/ai"
  5620. }
  5621. ],
  5622. "license": "MIT",
  5623. "dependencies": {
  5624. "nanoid": "^3.3.11",
  5625. "picocolors": "^1.1.1",
  5626. "source-map-js": "^1.2.1"
  5627. },
  5628. "engines": {
  5629. "node": "^10 || ^12 || >=14"
  5630. }
  5631. },
  5632. "node_modules/prelude-ls": {
  5633. "version": "1.2.1",
  5634. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  5635. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  5636. "dev": true,
  5637. "license": "MIT",
  5638. "engines": {
  5639. "node": ">= 0.8.0"
  5640. }
  5641. },
  5642. "node_modules/prop-types": {
  5643. "version": "15.8.1",
  5644. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  5645. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  5646. "dev": true,
  5647. "license": "MIT",
  5648. "dependencies": {
  5649. "loose-envify": "^1.4.0",
  5650. "object-assign": "^4.1.1",
  5651. "react-is": "^16.13.1"
  5652. }
  5653. },
  5654. "node_modules/punycode": {
  5655. "version": "2.3.1",
  5656. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  5657. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5658. "dev": true,
  5659. "license": "MIT",
  5660. "engines": {
  5661. "node": ">=6"
  5662. }
  5663. },
  5664. "node_modules/queue-microtask": {
  5665. "version": "1.2.3",
  5666. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  5667. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  5668. "dev": true,
  5669. "funding": [
  5670. {
  5671. "type": "github",
  5672. "url": "https://github.com/sponsors/feross"
  5673. },
  5674. {
  5675. "type": "patreon",
  5676. "url": "https://www.patreon.com/feross"
  5677. },
  5678. {
  5679. "type": "consulting",
  5680. "url": "https://feross.org/support"
  5681. }
  5682. ],
  5683. "license": "MIT"
  5684. },
  5685. "node_modules/react": {
  5686. "version": "19.2.4",
  5687. "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
  5688. "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
  5689. "license": "MIT",
  5690. "engines": {
  5691. "node": ">=0.10.0"
  5692. }
  5693. },
  5694. "node_modules/react-dom": {
  5695. "version": "19.2.4",
  5696. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
  5697. "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
  5698. "license": "MIT",
  5699. "dependencies": {
  5700. "scheduler": "^0.27.0"
  5701. },
  5702. "peerDependencies": {
  5703. "react": "^19.2.4"
  5704. }
  5705. },
  5706. "node_modules/react-is": {
  5707. "version": "16.13.1",
  5708. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  5709. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  5710. "dev": true,
  5711. "license": "MIT"
  5712. },
  5713. "node_modules/reflect.getprototypeof": {
  5714. "version": "1.0.10",
  5715. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  5716. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  5717. "dev": true,
  5718. "license": "MIT",
  5719. "dependencies": {
  5720. "call-bind": "^1.0.8",
  5721. "define-properties": "^1.2.1",
  5722. "es-abstract": "^1.23.9",
  5723. "es-errors": "^1.3.0",
  5724. "es-object-atoms": "^1.0.0",
  5725. "get-intrinsic": "^1.2.7",
  5726. "get-proto": "^1.0.1",
  5727. "which-builtin-type": "^1.2.1"
  5728. },
  5729. "engines": {
  5730. "node": ">= 0.4"
  5731. },
  5732. "funding": {
  5733. "url": "https://github.com/sponsors/ljharb"
  5734. }
  5735. },
  5736. "node_modules/regexp.prototype.flags": {
  5737. "version": "1.5.4",
  5738. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  5739. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  5740. "dev": true,
  5741. "license": "MIT",
  5742. "dependencies": {
  5743. "call-bind": "^1.0.8",
  5744. "define-properties": "^1.2.1",
  5745. "es-errors": "^1.3.0",
  5746. "get-proto": "^1.0.1",
  5747. "gopd": "^1.2.0",
  5748. "set-function-name": "^2.0.2"
  5749. },
  5750. "engines": {
  5751. "node": ">= 0.4"
  5752. },
  5753. "funding": {
  5754. "url": "https://github.com/sponsors/ljharb"
  5755. }
  5756. },
  5757. "node_modules/resolve": {
  5758. "version": "2.0.0-next.6",
  5759. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.6.tgz",
  5760. "integrity": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==",
  5761. "dev": true,
  5762. "license": "MIT",
  5763. "dependencies": {
  5764. "es-errors": "^1.3.0",
  5765. "is-core-module": "^2.16.1",
  5766. "node-exports-info": "^1.6.0",
  5767. "object-keys": "^1.1.1",
  5768. "path-parse": "^1.0.7",
  5769. "supports-preserve-symlinks-flag": "^1.0.0"
  5770. },
  5771. "bin": {
  5772. "resolve": "bin/resolve"
  5773. },
  5774. "engines": {
  5775. "node": ">= 0.4"
  5776. },
  5777. "funding": {
  5778. "url": "https://github.com/sponsors/ljharb"
  5779. }
  5780. },
  5781. "node_modules/resolve-from": {
  5782. "version": "4.0.0",
  5783. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  5784. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5785. "dev": true,
  5786. "license": "MIT",
  5787. "engines": {
  5788. "node": ">=4"
  5789. }
  5790. },
  5791. "node_modules/resolve-pkg-maps": {
  5792. "version": "1.0.0",
  5793. "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  5794. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  5795. "dev": true,
  5796. "license": "MIT",
  5797. "funding": {
  5798. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  5799. }
  5800. },
  5801. "node_modules/reusify": {
  5802. "version": "1.1.0",
  5803. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  5804. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  5805. "dev": true,
  5806. "license": "MIT",
  5807. "engines": {
  5808. "iojs": ">=1.0.0",
  5809. "node": ">=0.10.0"
  5810. }
  5811. },
  5812. "node_modules/run-parallel": {
  5813. "version": "1.2.0",
  5814. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  5815. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  5816. "dev": true,
  5817. "funding": [
  5818. {
  5819. "type": "github",
  5820. "url": "https://github.com/sponsors/feross"
  5821. },
  5822. {
  5823. "type": "patreon",
  5824. "url": "https://www.patreon.com/feross"
  5825. },
  5826. {
  5827. "type": "consulting",
  5828. "url": "https://feross.org/support"
  5829. }
  5830. ],
  5831. "license": "MIT",
  5832. "dependencies": {
  5833. "queue-microtask": "^1.2.2"
  5834. }
  5835. },
  5836. "node_modules/safe-array-concat": {
  5837. "version": "1.1.3",
  5838. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  5839. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  5840. "dev": true,
  5841. "license": "MIT",
  5842. "dependencies": {
  5843. "call-bind": "^1.0.8",
  5844. "call-bound": "^1.0.2",
  5845. "get-intrinsic": "^1.2.6",
  5846. "has-symbols": "^1.1.0",
  5847. "isarray": "^2.0.5"
  5848. },
  5849. "engines": {
  5850. "node": ">=0.4"
  5851. },
  5852. "funding": {
  5853. "url": "https://github.com/sponsors/ljharb"
  5854. }
  5855. },
  5856. "node_modules/safe-push-apply": {
  5857. "version": "1.0.0",
  5858. "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  5859. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  5860. "dev": true,
  5861. "license": "MIT",
  5862. "dependencies": {
  5863. "es-errors": "^1.3.0",
  5864. "isarray": "^2.0.5"
  5865. },
  5866. "engines": {
  5867. "node": ">= 0.4"
  5868. },
  5869. "funding": {
  5870. "url": "https://github.com/sponsors/ljharb"
  5871. }
  5872. },
  5873. "node_modules/safe-regex-test": {
  5874. "version": "1.1.0",
  5875. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  5876. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  5877. "dev": true,
  5878. "license": "MIT",
  5879. "dependencies": {
  5880. "call-bound": "^1.0.2",
  5881. "es-errors": "^1.3.0",
  5882. "is-regex": "^1.2.1"
  5883. },
  5884. "engines": {
  5885. "node": ">= 0.4"
  5886. },
  5887. "funding": {
  5888. "url": "https://github.com/sponsors/ljharb"
  5889. }
  5890. },
  5891. "node_modules/scheduler": {
  5892. "version": "0.27.0",
  5893. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
  5894. "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
  5895. "license": "MIT"
  5896. },
  5897. "node_modules/semver": {
  5898. "version": "6.3.1",
  5899. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5900. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5901. "dev": true,
  5902. "license": "ISC",
  5903. "bin": {
  5904. "semver": "bin/semver.js"
  5905. }
  5906. },
  5907. "node_modules/set-function-length": {
  5908. "version": "1.2.2",
  5909. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  5910. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  5911. "dev": true,
  5912. "license": "MIT",
  5913. "dependencies": {
  5914. "define-data-property": "^1.1.4",
  5915. "es-errors": "^1.3.0",
  5916. "function-bind": "^1.1.2",
  5917. "get-intrinsic": "^1.2.4",
  5918. "gopd": "^1.0.1",
  5919. "has-property-descriptors": "^1.0.2"
  5920. },
  5921. "engines": {
  5922. "node": ">= 0.4"
  5923. }
  5924. },
  5925. "node_modules/set-function-name": {
  5926. "version": "2.0.2",
  5927. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  5928. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  5929. "dev": true,
  5930. "license": "MIT",
  5931. "dependencies": {
  5932. "define-data-property": "^1.1.4",
  5933. "es-errors": "^1.3.0",
  5934. "functions-have-names": "^1.2.3",
  5935. "has-property-descriptors": "^1.0.2"
  5936. },
  5937. "engines": {
  5938. "node": ">= 0.4"
  5939. }
  5940. },
  5941. "node_modules/set-proto": {
  5942. "version": "1.0.0",
  5943. "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
  5944. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  5945. "dev": true,
  5946. "license": "MIT",
  5947. "dependencies": {
  5948. "dunder-proto": "^1.0.1",
  5949. "es-errors": "^1.3.0",
  5950. "es-object-atoms": "^1.0.0"
  5951. },
  5952. "engines": {
  5953. "node": ">= 0.4"
  5954. }
  5955. },
  5956. "node_modules/sharp": {
  5957. "version": "0.34.5",
  5958. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
  5959. "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
  5960. "hasInstallScript": true,
  5961. "license": "Apache-2.0",
  5962. "optional": true,
  5963. "dependencies": {
  5964. "@img/colour": "^1.0.0",
  5965. "detect-libc": "^2.1.2",
  5966. "semver": "^7.7.3"
  5967. },
  5968. "engines": {
  5969. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  5970. },
  5971. "funding": {
  5972. "url": "https://opencollective.com/libvips"
  5973. },
  5974. "optionalDependencies": {
  5975. "@img/sharp-darwin-arm64": "0.34.5",
  5976. "@img/sharp-darwin-x64": "0.34.5",
  5977. "@img/sharp-libvips-darwin-arm64": "1.2.4",
  5978. "@img/sharp-libvips-darwin-x64": "1.2.4",
  5979. "@img/sharp-libvips-linux-arm": "1.2.4",
  5980. "@img/sharp-libvips-linux-arm64": "1.2.4",
  5981. "@img/sharp-libvips-linux-ppc64": "1.2.4",
  5982. "@img/sharp-libvips-linux-riscv64": "1.2.4",
  5983. "@img/sharp-libvips-linux-s390x": "1.2.4",
  5984. "@img/sharp-libvips-linux-x64": "1.2.4",
  5985. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
  5986. "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
  5987. "@img/sharp-linux-arm": "0.34.5",
  5988. "@img/sharp-linux-arm64": "0.34.5",
  5989. "@img/sharp-linux-ppc64": "0.34.5",
  5990. "@img/sharp-linux-riscv64": "0.34.5",
  5991. "@img/sharp-linux-s390x": "0.34.5",
  5992. "@img/sharp-linux-x64": "0.34.5",
  5993. "@img/sharp-linuxmusl-arm64": "0.34.5",
  5994. "@img/sharp-linuxmusl-x64": "0.34.5",
  5995. "@img/sharp-wasm32": "0.34.5",
  5996. "@img/sharp-win32-arm64": "0.34.5",
  5997. "@img/sharp-win32-ia32": "0.34.5",
  5998. "@img/sharp-win32-x64": "0.34.5"
  5999. }
  6000. },
  6001. "node_modules/sharp/node_modules/semver": {
  6002. "version": "7.7.4",
  6003. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  6004. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  6005. "license": "ISC",
  6006. "optional": true,
  6007. "bin": {
  6008. "semver": "bin/semver.js"
  6009. },
  6010. "engines": {
  6011. "node": ">=10"
  6012. }
  6013. },
  6014. "node_modules/shebang-command": {
  6015. "version": "2.0.0",
  6016. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  6017. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  6018. "dev": true,
  6019. "license": "MIT",
  6020. "dependencies": {
  6021. "shebang-regex": "^3.0.0"
  6022. },
  6023. "engines": {
  6024. "node": ">=8"
  6025. }
  6026. },
  6027. "node_modules/shebang-regex": {
  6028. "version": "3.0.0",
  6029. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  6030. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  6031. "dev": true,
  6032. "license": "MIT",
  6033. "engines": {
  6034. "node": ">=8"
  6035. }
  6036. },
  6037. "node_modules/side-channel": {
  6038. "version": "1.1.0",
  6039. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  6040. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  6041. "dev": true,
  6042. "license": "MIT",
  6043. "dependencies": {
  6044. "es-errors": "^1.3.0",
  6045. "object-inspect": "^1.13.3",
  6046. "side-channel-list": "^1.0.0",
  6047. "side-channel-map": "^1.0.1",
  6048. "side-channel-weakmap": "^1.0.2"
  6049. },
  6050. "engines": {
  6051. "node": ">= 0.4"
  6052. },
  6053. "funding": {
  6054. "url": "https://github.com/sponsors/ljharb"
  6055. }
  6056. },
  6057. "node_modules/side-channel-list": {
  6058. "version": "1.0.1",
  6059. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
  6060. "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
  6061. "dev": true,
  6062. "license": "MIT",
  6063. "dependencies": {
  6064. "es-errors": "^1.3.0",
  6065. "object-inspect": "^1.13.4"
  6066. },
  6067. "engines": {
  6068. "node": ">= 0.4"
  6069. },
  6070. "funding": {
  6071. "url": "https://github.com/sponsors/ljharb"
  6072. }
  6073. },
  6074. "node_modules/side-channel-map": {
  6075. "version": "1.0.1",
  6076. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  6077. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  6078. "dev": true,
  6079. "license": "MIT",
  6080. "dependencies": {
  6081. "call-bound": "^1.0.2",
  6082. "es-errors": "^1.3.0",
  6083. "get-intrinsic": "^1.2.5",
  6084. "object-inspect": "^1.13.3"
  6085. },
  6086. "engines": {
  6087. "node": ">= 0.4"
  6088. },
  6089. "funding": {
  6090. "url": "https://github.com/sponsors/ljharb"
  6091. }
  6092. },
  6093. "node_modules/side-channel-weakmap": {
  6094. "version": "1.0.2",
  6095. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  6096. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  6097. "dev": true,
  6098. "license": "MIT",
  6099. "dependencies": {
  6100. "call-bound": "^1.0.2",
  6101. "es-errors": "^1.3.0",
  6102. "get-intrinsic": "^1.2.5",
  6103. "object-inspect": "^1.13.3",
  6104. "side-channel-map": "^1.0.1"
  6105. },
  6106. "engines": {
  6107. "node": ">= 0.4"
  6108. },
  6109. "funding": {
  6110. "url": "https://github.com/sponsors/ljharb"
  6111. }
  6112. },
  6113. "node_modules/source-map-js": {
  6114. "version": "1.2.1",
  6115. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  6116. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  6117. "license": "BSD-3-Clause",
  6118. "engines": {
  6119. "node": ">=0.10.0"
  6120. }
  6121. },
  6122. "node_modules/stable-hash": {
  6123. "version": "0.0.5",
  6124. "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz",
  6125. "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==",
  6126. "dev": true,
  6127. "license": "MIT"
  6128. },
  6129. "node_modules/stop-iteration-iterator": {
  6130. "version": "1.1.0",
  6131. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  6132. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  6133. "dev": true,
  6134. "license": "MIT",
  6135. "dependencies": {
  6136. "es-errors": "^1.3.0",
  6137. "internal-slot": "^1.1.0"
  6138. },
  6139. "engines": {
  6140. "node": ">= 0.4"
  6141. }
  6142. },
  6143. "node_modules/string.prototype.includes": {
  6144. "version": "2.0.1",
  6145. "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
  6146. "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
  6147. "dev": true,
  6148. "license": "MIT",
  6149. "dependencies": {
  6150. "call-bind": "^1.0.7",
  6151. "define-properties": "^1.2.1",
  6152. "es-abstract": "^1.23.3"
  6153. },
  6154. "engines": {
  6155. "node": ">= 0.4"
  6156. }
  6157. },
  6158. "node_modules/string.prototype.matchall": {
  6159. "version": "4.0.12",
  6160. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  6161. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  6162. "dev": true,
  6163. "license": "MIT",
  6164. "dependencies": {
  6165. "call-bind": "^1.0.8",
  6166. "call-bound": "^1.0.3",
  6167. "define-properties": "^1.2.1",
  6168. "es-abstract": "^1.23.6",
  6169. "es-errors": "^1.3.0",
  6170. "es-object-atoms": "^1.0.0",
  6171. "get-intrinsic": "^1.2.6",
  6172. "gopd": "^1.2.0",
  6173. "has-symbols": "^1.1.0",
  6174. "internal-slot": "^1.1.0",
  6175. "regexp.prototype.flags": "^1.5.3",
  6176. "set-function-name": "^2.0.2",
  6177. "side-channel": "^1.1.0"
  6178. },
  6179. "engines": {
  6180. "node": ">= 0.4"
  6181. },
  6182. "funding": {
  6183. "url": "https://github.com/sponsors/ljharb"
  6184. }
  6185. },
  6186. "node_modules/string.prototype.repeat": {
  6187. "version": "1.0.0",
  6188. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  6189. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  6190. "dev": true,
  6191. "license": "MIT",
  6192. "dependencies": {
  6193. "define-properties": "^1.1.3",
  6194. "es-abstract": "^1.17.5"
  6195. }
  6196. },
  6197. "node_modules/string.prototype.trim": {
  6198. "version": "1.2.10",
  6199. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  6200. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  6201. "dev": true,
  6202. "license": "MIT",
  6203. "dependencies": {
  6204. "call-bind": "^1.0.8",
  6205. "call-bound": "^1.0.2",
  6206. "define-data-property": "^1.1.4",
  6207. "define-properties": "^1.2.1",
  6208. "es-abstract": "^1.23.5",
  6209. "es-object-atoms": "^1.0.0",
  6210. "has-property-descriptors": "^1.0.2"
  6211. },
  6212. "engines": {
  6213. "node": ">= 0.4"
  6214. },
  6215. "funding": {
  6216. "url": "https://github.com/sponsors/ljharb"
  6217. }
  6218. },
  6219. "node_modules/string.prototype.trimend": {
  6220. "version": "1.0.9",
  6221. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  6222. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  6223. "dev": true,
  6224. "license": "MIT",
  6225. "dependencies": {
  6226. "call-bind": "^1.0.8",
  6227. "call-bound": "^1.0.2",
  6228. "define-properties": "^1.2.1",
  6229. "es-object-atoms": "^1.0.0"
  6230. },
  6231. "engines": {
  6232. "node": ">= 0.4"
  6233. },
  6234. "funding": {
  6235. "url": "https://github.com/sponsors/ljharb"
  6236. }
  6237. },
  6238. "node_modules/string.prototype.trimstart": {
  6239. "version": "1.0.8",
  6240. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  6241. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  6242. "dev": true,
  6243. "license": "MIT",
  6244. "dependencies": {
  6245. "call-bind": "^1.0.7",
  6246. "define-properties": "^1.2.1",
  6247. "es-object-atoms": "^1.0.0"
  6248. },
  6249. "engines": {
  6250. "node": ">= 0.4"
  6251. },
  6252. "funding": {
  6253. "url": "https://github.com/sponsors/ljharb"
  6254. }
  6255. },
  6256. "node_modules/strip-bom": {
  6257. "version": "3.0.0",
  6258. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  6259. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  6260. "dev": true,
  6261. "license": "MIT",
  6262. "engines": {
  6263. "node": ">=4"
  6264. }
  6265. },
  6266. "node_modules/strip-json-comments": {
  6267. "version": "3.1.1",
  6268. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  6269. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  6270. "dev": true,
  6271. "license": "MIT",
  6272. "engines": {
  6273. "node": ">=8"
  6274. },
  6275. "funding": {
  6276. "url": "https://github.com/sponsors/sindresorhus"
  6277. }
  6278. },
  6279. "node_modules/styled-jsx": {
  6280. "version": "5.1.6",
  6281. "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
  6282. "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
  6283. "license": "MIT",
  6284. "dependencies": {
  6285. "client-only": "0.0.1"
  6286. },
  6287. "engines": {
  6288. "node": ">= 12.0.0"
  6289. },
  6290. "peerDependencies": {
  6291. "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
  6292. },
  6293. "peerDependenciesMeta": {
  6294. "@babel/core": {
  6295. "optional": true
  6296. },
  6297. "babel-plugin-macros": {
  6298. "optional": true
  6299. }
  6300. }
  6301. },
  6302. "node_modules/supports-color": {
  6303. "version": "7.2.0",
  6304. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  6305. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6306. "dev": true,
  6307. "license": "MIT",
  6308. "dependencies": {
  6309. "has-flag": "^4.0.0"
  6310. },
  6311. "engines": {
  6312. "node": ">=8"
  6313. }
  6314. },
  6315. "node_modules/supports-preserve-symlinks-flag": {
  6316. "version": "1.0.0",
  6317. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  6318. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  6319. "dev": true,
  6320. "license": "MIT",
  6321. "engines": {
  6322. "node": ">= 0.4"
  6323. },
  6324. "funding": {
  6325. "url": "https://github.com/sponsors/ljharb"
  6326. }
  6327. },
  6328. "node_modules/tailwindcss": {
  6329. "version": "4.2.2",
  6330. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz",
  6331. "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==",
  6332. "dev": true,
  6333. "license": "MIT"
  6334. },
  6335. "node_modules/tapable": {
  6336. "version": "2.3.2",
  6337. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.2.tgz",
  6338. "integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
  6339. "dev": true,
  6340. "license": "MIT",
  6341. "engines": {
  6342. "node": ">=6"
  6343. },
  6344. "funding": {
  6345. "type": "opencollective",
  6346. "url": "https://opencollective.com/webpack"
  6347. }
  6348. },
  6349. "node_modules/tinyglobby": {
  6350. "version": "0.2.16",
  6351. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  6352. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  6353. "dev": true,
  6354. "license": "MIT",
  6355. "dependencies": {
  6356. "fdir": "^6.5.0",
  6357. "picomatch": "^4.0.4"
  6358. },
  6359. "engines": {
  6360. "node": ">=12.0.0"
  6361. },
  6362. "funding": {
  6363. "url": "https://github.com/sponsors/SuperchupuDev"
  6364. }
  6365. },
  6366. "node_modules/tinyglobby/node_modules/fdir": {
  6367. "version": "6.5.0",
  6368. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6369. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6370. "dev": true,
  6371. "license": "MIT",
  6372. "engines": {
  6373. "node": ">=12.0.0"
  6374. },
  6375. "peerDependencies": {
  6376. "picomatch": "^3 || ^4"
  6377. },
  6378. "peerDependenciesMeta": {
  6379. "picomatch": {
  6380. "optional": true
  6381. }
  6382. }
  6383. },
  6384. "node_modules/tinyglobby/node_modules/picomatch": {
  6385. "version": "4.0.4",
  6386. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6387. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  6388. "dev": true,
  6389. "license": "MIT",
  6390. "engines": {
  6391. "node": ">=12"
  6392. },
  6393. "funding": {
  6394. "url": "https://github.com/sponsors/jonschlinkert"
  6395. }
  6396. },
  6397. "node_modules/to-regex-range": {
  6398. "version": "5.0.1",
  6399. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6400. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6401. "dev": true,
  6402. "license": "MIT",
  6403. "dependencies": {
  6404. "is-number": "^7.0.0"
  6405. },
  6406. "engines": {
  6407. "node": ">=8.0"
  6408. }
  6409. },
  6410. "node_modules/ts-api-utils": {
  6411. "version": "2.5.0",
  6412. "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
  6413. "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
  6414. "dev": true,
  6415. "license": "MIT",
  6416. "engines": {
  6417. "node": ">=18.12"
  6418. },
  6419. "peerDependencies": {
  6420. "typescript": ">=4.8.4"
  6421. }
  6422. },
  6423. "node_modules/tsconfig-paths": {
  6424. "version": "3.15.0",
  6425. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  6426. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  6427. "dev": true,
  6428. "license": "MIT",
  6429. "dependencies": {
  6430. "@types/json5": "^0.0.29",
  6431. "json5": "^1.0.2",
  6432. "minimist": "^1.2.6",
  6433. "strip-bom": "^3.0.0"
  6434. }
  6435. },
  6436. "node_modules/tsconfig-paths/node_modules/json5": {
  6437. "version": "1.0.2",
  6438. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  6439. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  6440. "dev": true,
  6441. "license": "MIT",
  6442. "dependencies": {
  6443. "minimist": "^1.2.0"
  6444. },
  6445. "bin": {
  6446. "json5": "lib/cli.js"
  6447. }
  6448. },
  6449. "node_modules/tslib": {
  6450. "version": "2.8.1",
  6451. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  6452. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  6453. "license": "0BSD"
  6454. },
  6455. "node_modules/type-check": {
  6456. "version": "0.4.0",
  6457. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  6458. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  6459. "dev": true,
  6460. "license": "MIT",
  6461. "dependencies": {
  6462. "prelude-ls": "^1.2.1"
  6463. },
  6464. "engines": {
  6465. "node": ">= 0.8.0"
  6466. }
  6467. },
  6468. "node_modules/typed-array-buffer": {
  6469. "version": "1.0.3",
  6470. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  6471. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  6472. "dev": true,
  6473. "license": "MIT",
  6474. "dependencies": {
  6475. "call-bound": "^1.0.3",
  6476. "es-errors": "^1.3.0",
  6477. "is-typed-array": "^1.1.14"
  6478. },
  6479. "engines": {
  6480. "node": ">= 0.4"
  6481. }
  6482. },
  6483. "node_modules/typed-array-byte-length": {
  6484. "version": "1.0.3",
  6485. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  6486. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  6487. "dev": true,
  6488. "license": "MIT",
  6489. "dependencies": {
  6490. "call-bind": "^1.0.8",
  6491. "for-each": "^0.3.3",
  6492. "gopd": "^1.2.0",
  6493. "has-proto": "^1.2.0",
  6494. "is-typed-array": "^1.1.14"
  6495. },
  6496. "engines": {
  6497. "node": ">= 0.4"
  6498. },
  6499. "funding": {
  6500. "url": "https://github.com/sponsors/ljharb"
  6501. }
  6502. },
  6503. "node_modules/typed-array-byte-offset": {
  6504. "version": "1.0.4",
  6505. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  6506. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  6507. "dev": true,
  6508. "license": "MIT",
  6509. "dependencies": {
  6510. "available-typed-arrays": "^1.0.7",
  6511. "call-bind": "^1.0.8",
  6512. "for-each": "^0.3.3",
  6513. "gopd": "^1.2.0",
  6514. "has-proto": "^1.2.0",
  6515. "is-typed-array": "^1.1.15",
  6516. "reflect.getprototypeof": "^1.0.9"
  6517. },
  6518. "engines": {
  6519. "node": ">= 0.4"
  6520. },
  6521. "funding": {
  6522. "url": "https://github.com/sponsors/ljharb"
  6523. }
  6524. },
  6525. "node_modules/typed-array-length": {
  6526. "version": "1.0.7",
  6527. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
  6528. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  6529. "dev": true,
  6530. "license": "MIT",
  6531. "dependencies": {
  6532. "call-bind": "^1.0.7",
  6533. "for-each": "^0.3.3",
  6534. "gopd": "^1.0.1",
  6535. "is-typed-array": "^1.1.13",
  6536. "possible-typed-array-names": "^1.0.0",
  6537. "reflect.getprototypeof": "^1.0.6"
  6538. },
  6539. "engines": {
  6540. "node": ">= 0.4"
  6541. },
  6542. "funding": {
  6543. "url": "https://github.com/sponsors/ljharb"
  6544. }
  6545. },
  6546. "node_modules/typescript": {
  6547. "version": "5.9.3",
  6548. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  6549. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  6550. "dev": true,
  6551. "license": "Apache-2.0",
  6552. "bin": {
  6553. "tsc": "bin/tsc",
  6554. "tsserver": "bin/tsserver"
  6555. },
  6556. "engines": {
  6557. "node": ">=14.17"
  6558. }
  6559. },
  6560. "node_modules/typescript-eslint": {
  6561. "version": "8.58.2",
  6562. "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.2.tgz",
  6563. "integrity": "sha512-V8iSng9mRbdZjl54VJ9NKr6ZB+dW0J3TzRXRGcSbLIej9jV86ZRtlYeTKDR/QLxXykocJ5icNzbsl2+5TzIvcQ==",
  6564. "dev": true,
  6565. "license": "MIT",
  6566. "dependencies": {
  6567. "@typescript-eslint/eslint-plugin": "8.58.2",
  6568. "@typescript-eslint/parser": "8.58.2",
  6569. "@typescript-eslint/typescript-estree": "8.58.2",
  6570. "@typescript-eslint/utils": "8.58.2"
  6571. },
  6572. "engines": {
  6573. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6574. },
  6575. "funding": {
  6576. "type": "opencollective",
  6577. "url": "https://opencollective.com/typescript-eslint"
  6578. },
  6579. "peerDependencies": {
  6580. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  6581. "typescript": ">=4.8.4 <6.1.0"
  6582. }
  6583. },
  6584. "node_modules/unbox-primitive": {
  6585. "version": "1.1.0",
  6586. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  6587. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  6588. "dev": true,
  6589. "license": "MIT",
  6590. "dependencies": {
  6591. "call-bound": "^1.0.3",
  6592. "has-bigints": "^1.0.2",
  6593. "has-symbols": "^1.1.0",
  6594. "which-boxed-primitive": "^1.1.1"
  6595. },
  6596. "engines": {
  6597. "node": ">= 0.4"
  6598. },
  6599. "funding": {
  6600. "url": "https://github.com/sponsors/ljharb"
  6601. }
  6602. },
  6603. "node_modules/undici-types": {
  6604. "version": "6.21.0",
  6605. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
  6606. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  6607. "dev": true,
  6608. "license": "MIT"
  6609. },
  6610. "node_modules/unrs-resolver": {
  6611. "version": "1.11.1",
  6612. "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.11.1.tgz",
  6613. "integrity": "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==",
  6614. "dev": true,
  6615. "hasInstallScript": true,
  6616. "license": "MIT",
  6617. "dependencies": {
  6618. "napi-postinstall": "^0.3.0"
  6619. },
  6620. "funding": {
  6621. "url": "https://opencollective.com/unrs-resolver"
  6622. },
  6623. "optionalDependencies": {
  6624. "@unrs/resolver-binding-android-arm-eabi": "1.11.1",
  6625. "@unrs/resolver-binding-android-arm64": "1.11.1",
  6626. "@unrs/resolver-binding-darwin-arm64": "1.11.1",
  6627. "@unrs/resolver-binding-darwin-x64": "1.11.1",
  6628. "@unrs/resolver-binding-freebsd-x64": "1.11.1",
  6629. "@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1",
  6630. "@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1",
  6631. "@unrs/resolver-binding-linux-arm64-gnu": "1.11.1",
  6632. "@unrs/resolver-binding-linux-arm64-musl": "1.11.1",
  6633. "@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1",
  6634. "@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1",
  6635. "@unrs/resolver-binding-linux-riscv64-musl": "1.11.1",
  6636. "@unrs/resolver-binding-linux-s390x-gnu": "1.11.1",
  6637. "@unrs/resolver-binding-linux-x64-gnu": "1.11.1",
  6638. "@unrs/resolver-binding-linux-x64-musl": "1.11.1",
  6639. "@unrs/resolver-binding-wasm32-wasi": "1.11.1",
  6640. "@unrs/resolver-binding-win32-arm64-msvc": "1.11.1",
  6641. "@unrs/resolver-binding-win32-ia32-msvc": "1.11.1",
  6642. "@unrs/resolver-binding-win32-x64-msvc": "1.11.1"
  6643. }
  6644. },
  6645. "node_modules/update-browserslist-db": {
  6646. "version": "1.2.3",
  6647. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  6648. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  6649. "dev": true,
  6650. "funding": [
  6651. {
  6652. "type": "opencollective",
  6653. "url": "https://opencollective.com/browserslist"
  6654. },
  6655. {
  6656. "type": "tidelift",
  6657. "url": "https://tidelift.com/funding/github/npm/browserslist"
  6658. },
  6659. {
  6660. "type": "github",
  6661. "url": "https://github.com/sponsors/ai"
  6662. }
  6663. ],
  6664. "license": "MIT",
  6665. "dependencies": {
  6666. "escalade": "^3.2.0",
  6667. "picocolors": "^1.1.1"
  6668. },
  6669. "bin": {
  6670. "update-browserslist-db": "cli.js"
  6671. },
  6672. "peerDependencies": {
  6673. "browserslist": ">= 4.21.0"
  6674. }
  6675. },
  6676. "node_modules/uri-js": {
  6677. "version": "4.4.1",
  6678. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  6679. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  6680. "dev": true,
  6681. "license": "BSD-2-Clause",
  6682. "dependencies": {
  6683. "punycode": "^2.1.0"
  6684. }
  6685. },
  6686. "node_modules/which": {
  6687. "version": "2.0.2",
  6688. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  6689. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6690. "dev": true,
  6691. "license": "ISC",
  6692. "dependencies": {
  6693. "isexe": "^2.0.0"
  6694. },
  6695. "bin": {
  6696. "node-which": "bin/node-which"
  6697. },
  6698. "engines": {
  6699. "node": ">= 8"
  6700. }
  6701. },
  6702. "node_modules/which-boxed-primitive": {
  6703. "version": "1.1.1",
  6704. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  6705. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  6706. "dev": true,
  6707. "license": "MIT",
  6708. "dependencies": {
  6709. "is-bigint": "^1.1.0",
  6710. "is-boolean-object": "^1.2.1",
  6711. "is-number-object": "^1.1.1",
  6712. "is-string": "^1.1.1",
  6713. "is-symbol": "^1.1.1"
  6714. },
  6715. "engines": {
  6716. "node": ">= 0.4"
  6717. },
  6718. "funding": {
  6719. "url": "https://github.com/sponsors/ljharb"
  6720. }
  6721. },
  6722. "node_modules/which-builtin-type": {
  6723. "version": "1.2.1",
  6724. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  6725. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  6726. "dev": true,
  6727. "license": "MIT",
  6728. "dependencies": {
  6729. "call-bound": "^1.0.2",
  6730. "function.prototype.name": "^1.1.6",
  6731. "has-tostringtag": "^1.0.2",
  6732. "is-async-function": "^2.0.0",
  6733. "is-date-object": "^1.1.0",
  6734. "is-finalizationregistry": "^1.1.0",
  6735. "is-generator-function": "^1.0.10",
  6736. "is-regex": "^1.2.1",
  6737. "is-weakref": "^1.0.2",
  6738. "isarray": "^2.0.5",
  6739. "which-boxed-primitive": "^1.1.0",
  6740. "which-collection": "^1.0.2",
  6741. "which-typed-array": "^1.1.16"
  6742. },
  6743. "engines": {
  6744. "node": ">= 0.4"
  6745. },
  6746. "funding": {
  6747. "url": "https://github.com/sponsors/ljharb"
  6748. }
  6749. },
  6750. "node_modules/which-collection": {
  6751. "version": "1.0.2",
  6752. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  6753. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  6754. "dev": true,
  6755. "license": "MIT",
  6756. "dependencies": {
  6757. "is-map": "^2.0.3",
  6758. "is-set": "^2.0.3",
  6759. "is-weakmap": "^2.0.2",
  6760. "is-weakset": "^2.0.3"
  6761. },
  6762. "engines": {
  6763. "node": ">= 0.4"
  6764. },
  6765. "funding": {
  6766. "url": "https://github.com/sponsors/ljharb"
  6767. }
  6768. },
  6769. "node_modules/which-typed-array": {
  6770. "version": "1.1.20",
  6771. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz",
  6772. "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
  6773. "dev": true,
  6774. "license": "MIT",
  6775. "dependencies": {
  6776. "available-typed-arrays": "^1.0.7",
  6777. "call-bind": "^1.0.8",
  6778. "call-bound": "^1.0.4",
  6779. "for-each": "^0.3.5",
  6780. "get-proto": "^1.0.1",
  6781. "gopd": "^1.2.0",
  6782. "has-tostringtag": "^1.0.2"
  6783. },
  6784. "engines": {
  6785. "node": ">= 0.4"
  6786. },
  6787. "funding": {
  6788. "url": "https://github.com/sponsors/ljharb"
  6789. }
  6790. },
  6791. "node_modules/word-wrap": {
  6792. "version": "1.2.5",
  6793. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  6794. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  6795. "dev": true,
  6796. "license": "MIT",
  6797. "engines": {
  6798. "node": ">=0.10.0"
  6799. }
  6800. },
  6801. "node_modules/yallist": {
  6802. "version": "3.1.1",
  6803. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  6804. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  6805. "dev": true,
  6806. "license": "ISC"
  6807. },
  6808. "node_modules/yocto-queue": {
  6809. "version": "0.1.0",
  6810. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  6811. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  6812. "dev": true,
  6813. "license": "MIT",
  6814. "engines": {
  6815. "node": ">=10"
  6816. },
  6817. "funding": {
  6818. "url": "https://github.com/sponsors/sindresorhus"
  6819. }
  6820. },
  6821. "node_modules/zod": {
  6822. "version": "4.3.6",
  6823. "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
  6824. "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
  6825. "dev": true,
  6826. "license": "MIT",
  6827. "funding": {
  6828. "url": "https://github.com/sponsors/colinhacks"
  6829. }
  6830. },
  6831. "node_modules/zod-validation-error": {
  6832. "version": "4.0.2",
  6833. "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
  6834. "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
  6835. "dev": true,
  6836. "license": "MIT",
  6837. "engines": {
  6838. "node": ">=18.0.0"
  6839. },
  6840. "peerDependencies": {
  6841. "zod": "^3.25.0 || ^4.0.0"
  6842. }
  6843. }
  6844. }
  6845. }