Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

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