package-lock.json 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463
  1. {
  2. "name": "next-ssr",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "next": "^15.3.4",
  9. "react": "^19.1.0",
  10. "react-dom": "^19.1.0"
  11. },
  12. "devDependencies": {
  13. "@types/node": "24.0.8",
  14. "@types/react": "19.1.8",
  15. "sass": "^1.89.2",
  16. "typescript": "5.8.3"
  17. }
  18. },
  19. "node_modules/@emnapi/runtime": {
  20. "version": "1.4.3",
  21. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz",
  22. "integrity": "sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==",
  23. "license": "MIT",
  24. "optional": true,
  25. "dependencies": {
  26. "tslib": "^2.4.0"
  27. }
  28. },
  29. "node_modules/@img/sharp-darwin-arm64": {
  30. "version": "0.34.2",
  31. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.2.tgz",
  32. "integrity": "sha512-OfXHZPppddivUJnqyKoi5YVeHRkkNE2zUFT2gbpKxp/JZCFYEYubnMg+gOp6lWfasPrTS+KPosKqdI+ELYVDtg==",
  33. "cpu": [
  34. "arm64"
  35. ],
  36. "license": "Apache-2.0",
  37. "optional": true,
  38. "os": [
  39. "darwin"
  40. ],
  41. "engines": {
  42. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  43. },
  44. "funding": {
  45. "url": "https://opencollective.com/libvips"
  46. },
  47. "optionalDependencies": {
  48. "@img/sharp-libvips-darwin-arm64": "1.1.0"
  49. }
  50. },
  51. "node_modules/@img/sharp-darwin-x64": {
  52. "version": "0.34.2",
  53. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.2.tgz",
  54. "integrity": "sha512-dYvWqmjU9VxqXmjEtjmvHnGqF8GrVjM2Epj9rJ6BUIXvk8slvNDJbhGFvIoXzkDhrJC2jUxNLz/GUjjvSzfw+g==",
  55. "cpu": [
  56. "x64"
  57. ],
  58. "license": "Apache-2.0",
  59. "optional": true,
  60. "os": [
  61. "darwin"
  62. ],
  63. "engines": {
  64. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  65. },
  66. "funding": {
  67. "url": "https://opencollective.com/libvips"
  68. },
  69. "optionalDependencies": {
  70. "@img/sharp-libvips-darwin-x64": "1.1.0"
  71. }
  72. },
  73. "node_modules/@img/sharp-libvips-darwin-arm64": {
  74. "version": "1.1.0",
  75. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.1.0.tgz",
  76. "integrity": "sha512-HZ/JUmPwrJSoM4DIQPv/BfNh9yrOA8tlBbqbLz4JZ5uew2+o22Ik+tHQJcih7QJuSa0zo5coHTfD5J8inqj9DA==",
  77. "cpu": [
  78. "arm64"
  79. ],
  80. "license": "LGPL-3.0-or-later",
  81. "optional": true,
  82. "os": [
  83. "darwin"
  84. ],
  85. "funding": {
  86. "url": "https://opencollective.com/libvips"
  87. }
  88. },
  89. "node_modules/@img/sharp-libvips-darwin-x64": {
  90. "version": "1.1.0",
  91. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.1.0.tgz",
  92. "integrity": "sha512-Xzc2ToEmHN+hfvsl9wja0RlnXEgpKNmftriQp6XzY/RaSfwD9th+MSh0WQKzUreLKKINb3afirxW7A0fz2YWuQ==",
  93. "cpu": [
  94. "x64"
  95. ],
  96. "license": "LGPL-3.0-or-later",
  97. "optional": true,
  98. "os": [
  99. "darwin"
  100. ],
  101. "funding": {
  102. "url": "https://opencollective.com/libvips"
  103. }
  104. },
  105. "node_modules/@img/sharp-libvips-linux-arm": {
  106. "version": "1.1.0",
  107. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.1.0.tgz",
  108. "integrity": "sha512-s8BAd0lwUIvYCJyRdFqvsj+BJIpDBSxs6ivrOPm/R7piTs5UIwY5OjXrP2bqXC9/moGsyRa37eYWYCOGVXxVrA==",
  109. "cpu": [
  110. "arm"
  111. ],
  112. "license": "LGPL-3.0-or-later",
  113. "optional": true,
  114. "os": [
  115. "linux"
  116. ],
  117. "funding": {
  118. "url": "https://opencollective.com/libvips"
  119. }
  120. },
  121. "node_modules/@img/sharp-libvips-linux-arm64": {
  122. "version": "1.1.0",
  123. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.1.0.tgz",
  124. "integrity": "sha512-IVfGJa7gjChDET1dK9SekxFFdflarnUB8PwW8aGwEoF3oAsSDuNUTYS+SKDOyOJxQyDC1aPFMuRYLoDInyV9Ew==",
  125. "cpu": [
  126. "arm64"
  127. ],
  128. "license": "LGPL-3.0-or-later",
  129. "optional": true,
  130. "os": [
  131. "linux"
  132. ],
  133. "funding": {
  134. "url": "https://opencollective.com/libvips"
  135. }
  136. },
  137. "node_modules/@img/sharp-libvips-linux-ppc64": {
  138. "version": "1.1.0",
  139. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.1.0.tgz",
  140. "integrity": "sha512-tiXxFZFbhnkWE2LA8oQj7KYR+bWBkiV2nilRldT7bqoEZ4HiDOcePr9wVDAZPi/Id5fT1oY9iGnDq20cwUz8lQ==",
  141. "cpu": [
  142. "ppc64"
  143. ],
  144. "license": "LGPL-3.0-or-later",
  145. "optional": true,
  146. "os": [
  147. "linux"
  148. ],
  149. "funding": {
  150. "url": "https://opencollective.com/libvips"
  151. }
  152. },
  153. "node_modules/@img/sharp-libvips-linux-s390x": {
  154. "version": "1.1.0",
  155. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.1.0.tgz",
  156. "integrity": "sha512-xukSwvhguw7COyzvmjydRb3x/09+21HykyapcZchiCUkTThEQEOMtBj9UhkaBRLuBrgLFzQ2wbxdeCCJW/jgJA==",
  157. "cpu": [
  158. "s390x"
  159. ],
  160. "license": "LGPL-3.0-or-later",
  161. "optional": true,
  162. "os": [
  163. "linux"
  164. ],
  165. "funding": {
  166. "url": "https://opencollective.com/libvips"
  167. }
  168. },
  169. "node_modules/@img/sharp-libvips-linux-x64": {
  170. "version": "1.1.0",
  171. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.1.0.tgz",
  172. "integrity": "sha512-yRj2+reB8iMg9W5sULM3S74jVS7zqSzHG3Ol/twnAAkAhnGQnpjj6e4ayUz7V+FpKypwgs82xbRdYtchTTUB+Q==",
  173. "cpu": [
  174. "x64"
  175. ],
  176. "license": "LGPL-3.0-or-later",
  177. "optional": true,
  178. "os": [
  179. "linux"
  180. ],
  181. "funding": {
  182. "url": "https://opencollective.com/libvips"
  183. }
  184. },
  185. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  186. "version": "1.1.0",
  187. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.1.0.tgz",
  188. "integrity": "sha512-jYZdG+whg0MDK+q2COKbYidaqW/WTz0cc1E+tMAusiDygrM4ypmSCjOJPmFTvHHJ8j/6cAGyeDWZOsK06tP33w==",
  189. "cpu": [
  190. "arm64"
  191. ],
  192. "license": "LGPL-3.0-or-later",
  193. "optional": true,
  194. "os": [
  195. "linux"
  196. ],
  197. "funding": {
  198. "url": "https://opencollective.com/libvips"
  199. }
  200. },
  201. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  202. "version": "1.1.0",
  203. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.1.0.tgz",
  204. "integrity": "sha512-wK7SBdwrAiycjXdkPnGCPLjYb9lD4l6Ze2gSdAGVZrEL05AOUJESWU2lhlC+Ffn5/G+VKuSm6zzbQSzFX/P65A==",
  205. "cpu": [
  206. "x64"
  207. ],
  208. "license": "LGPL-3.0-or-later",
  209. "optional": true,
  210. "os": [
  211. "linux"
  212. ],
  213. "funding": {
  214. "url": "https://opencollective.com/libvips"
  215. }
  216. },
  217. "node_modules/@img/sharp-linux-arm": {
  218. "version": "0.34.2",
  219. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.2.tgz",
  220. "integrity": "sha512-0DZzkvuEOqQUP9mo2kjjKNok5AmnOr1jB2XYjkaoNRwpAYMDzRmAqUIa1nRi58S2WswqSfPOWLNOr0FDT3H5RQ==",
  221. "cpu": [
  222. "arm"
  223. ],
  224. "license": "Apache-2.0",
  225. "optional": true,
  226. "os": [
  227. "linux"
  228. ],
  229. "engines": {
  230. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  231. },
  232. "funding": {
  233. "url": "https://opencollective.com/libvips"
  234. },
  235. "optionalDependencies": {
  236. "@img/sharp-libvips-linux-arm": "1.1.0"
  237. }
  238. },
  239. "node_modules/@img/sharp-linux-arm64": {
  240. "version": "0.34.2",
  241. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.2.tgz",
  242. "integrity": "sha512-D8n8wgWmPDakc83LORcfJepdOSN6MvWNzzz2ux0MnIbOqdieRZwVYY32zxVx+IFUT8er5KPcyU3XXsn+GzG/0Q==",
  243. "cpu": [
  244. "arm64"
  245. ],
  246. "license": "Apache-2.0",
  247. "optional": true,
  248. "os": [
  249. "linux"
  250. ],
  251. "engines": {
  252. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  253. },
  254. "funding": {
  255. "url": "https://opencollective.com/libvips"
  256. },
  257. "optionalDependencies": {
  258. "@img/sharp-libvips-linux-arm64": "1.1.0"
  259. }
  260. },
  261. "node_modules/@img/sharp-linux-s390x": {
  262. "version": "0.34.2",
  263. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.2.tgz",
  264. "integrity": "sha512-EGZ1xwhBI7dNISwxjChqBGELCWMGDvmxZXKjQRuqMrakhO8QoMgqCrdjnAqJq/CScxfRn+Bb7suXBElKQpPDiw==",
  265. "cpu": [
  266. "s390x"
  267. ],
  268. "license": "Apache-2.0",
  269. "optional": true,
  270. "os": [
  271. "linux"
  272. ],
  273. "engines": {
  274. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  275. },
  276. "funding": {
  277. "url": "https://opencollective.com/libvips"
  278. },
  279. "optionalDependencies": {
  280. "@img/sharp-libvips-linux-s390x": "1.1.0"
  281. }
  282. },
  283. "node_modules/@img/sharp-linux-x64": {
  284. "version": "0.34.2",
  285. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.2.tgz",
  286. "integrity": "sha512-sD7J+h5nFLMMmOXYH4DD9UtSNBD05tWSSdWAcEyzqW8Cn5UxXvsHAxmxSesYUsTOBmUnjtxghKDl15EvfqLFbQ==",
  287. "cpu": [
  288. "x64"
  289. ],
  290. "license": "Apache-2.0",
  291. "optional": true,
  292. "os": [
  293. "linux"
  294. ],
  295. "engines": {
  296. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  297. },
  298. "funding": {
  299. "url": "https://opencollective.com/libvips"
  300. },
  301. "optionalDependencies": {
  302. "@img/sharp-libvips-linux-x64": "1.1.0"
  303. }
  304. },
  305. "node_modules/@img/sharp-linuxmusl-arm64": {
  306. "version": "0.34.2",
  307. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.2.tgz",
  308. "integrity": "sha512-NEE2vQ6wcxYav1/A22OOxoSOGiKnNmDzCYFOZ949xFmrWZOVII1Bp3NqVVpvj+3UeHMFyN5eP/V5hzViQ5CZNA==",
  309. "cpu": [
  310. "arm64"
  311. ],
  312. "license": "Apache-2.0",
  313. "optional": true,
  314. "os": [
  315. "linux"
  316. ],
  317. "engines": {
  318. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  319. },
  320. "funding": {
  321. "url": "https://opencollective.com/libvips"
  322. },
  323. "optionalDependencies": {
  324. "@img/sharp-libvips-linuxmusl-arm64": "1.1.0"
  325. }
  326. },
  327. "node_modules/@img/sharp-linuxmusl-x64": {
  328. "version": "0.34.2",
  329. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.2.tgz",
  330. "integrity": "sha512-DOYMrDm5E6/8bm/yQLCWyuDJwUnlevR8xtF8bs+gjZ7cyUNYXiSf/E8Kp0Ss5xasIaXSHzb888V1BE4i1hFhAA==",
  331. "cpu": [
  332. "x64"
  333. ],
  334. "license": "Apache-2.0",
  335. "optional": true,
  336. "os": [
  337. "linux"
  338. ],
  339. "engines": {
  340. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  341. },
  342. "funding": {
  343. "url": "https://opencollective.com/libvips"
  344. },
  345. "optionalDependencies": {
  346. "@img/sharp-libvips-linuxmusl-x64": "1.1.0"
  347. }
  348. },
  349. "node_modules/@img/sharp-wasm32": {
  350. "version": "0.34.2",
  351. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.2.tgz",
  352. "integrity": "sha512-/VI4mdlJ9zkaq53MbIG6rZY+QRN3MLbR6usYlgITEzi4Rpx5S6LFKsycOQjkOGmqTNmkIdLjEvooFKwww6OpdQ==",
  353. "cpu": [
  354. "wasm32"
  355. ],
  356. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  357. "optional": true,
  358. "dependencies": {
  359. "@emnapi/runtime": "^1.4.3"
  360. },
  361. "engines": {
  362. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  363. },
  364. "funding": {
  365. "url": "https://opencollective.com/libvips"
  366. }
  367. },
  368. "node_modules/@img/sharp-win32-arm64": {
  369. "version": "0.34.2",
  370. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.2.tgz",
  371. "integrity": "sha512-cfP/r9FdS63VA5k0xiqaNaEoGxBg9k7uE+RQGzuK9fHt7jib4zAVVseR9LsE4gJcNWgT6APKMNnCcnyOtmSEUQ==",
  372. "cpu": [
  373. "arm64"
  374. ],
  375. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  376. "optional": true,
  377. "os": [
  378. "win32"
  379. ],
  380. "engines": {
  381. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  382. },
  383. "funding": {
  384. "url": "https://opencollective.com/libvips"
  385. }
  386. },
  387. "node_modules/@img/sharp-win32-ia32": {
  388. "version": "0.34.2",
  389. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.2.tgz",
  390. "integrity": "sha512-QLjGGvAbj0X/FXl8n1WbtQ6iVBpWU7JO94u/P2M4a8CFYsvQi4GW2mRy/JqkRx0qpBzaOdKJKw8uc930EX2AHw==",
  391. "cpu": [
  392. "ia32"
  393. ],
  394. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  395. "optional": true,
  396. "os": [
  397. "win32"
  398. ],
  399. "engines": {
  400. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  401. },
  402. "funding": {
  403. "url": "https://opencollective.com/libvips"
  404. }
  405. },
  406. "node_modules/@img/sharp-win32-x64": {
  407. "version": "0.34.2",
  408. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.2.tgz",
  409. "integrity": "sha512-aUdT6zEYtDKCaxkofmmJDJYGCf0+pJg3eU9/oBuqvEeoB9dKI6ZLc/1iLJCTuJQDO4ptntAlkUmHgGjyuobZbw==",
  410. "cpu": [
  411. "x64"
  412. ],
  413. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  414. "optional": true,
  415. "os": [
  416. "win32"
  417. ],
  418. "engines": {
  419. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  420. },
  421. "funding": {
  422. "url": "https://opencollective.com/libvips"
  423. }
  424. },
  425. "node_modules/@next/env": {
  426. "version": "15.3.4",
  427. "resolved": "https://registry.npmjs.org/@next/env/-/env-15.3.4.tgz",
  428. "integrity": "sha512-ZkdYzBseS6UjYzz6ylVKPOK+//zLWvD6Ta+vpoye8cW11AjiQjGYVibF0xuvT4L0iJfAPfZLFidaEzAOywyOAQ==",
  429. "license": "MIT"
  430. },
  431. "node_modules/@next/swc-darwin-arm64": {
  432. "version": "15.3.4",
  433. "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.3.4.tgz",
  434. "integrity": "sha512-z0qIYTONmPRbwHWvpyrFXJd5F9YWLCsw3Sjrzj2ZvMYy9NPQMPZ1NjOJh4ojr4oQzcGYwgJKfidzehaNa1BpEg==",
  435. "cpu": [
  436. "arm64"
  437. ],
  438. "license": "MIT",
  439. "optional": true,
  440. "os": [
  441. "darwin"
  442. ],
  443. "engines": {
  444. "node": ">= 10"
  445. }
  446. },
  447. "node_modules/@next/swc-darwin-x64": {
  448. "version": "15.3.4",
  449. "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.3.4.tgz",
  450. "integrity": "sha512-Z0FYJM8lritw5Wq+vpHYuCIzIlEMjewG2aRkc3Hi2rcbULknYL/xqfpBL23jQnCSrDUGAo/AEv0Z+s2bff9Zkw==",
  451. "cpu": [
  452. "x64"
  453. ],
  454. "license": "MIT",
  455. "optional": true,
  456. "os": [
  457. "darwin"
  458. ],
  459. "engines": {
  460. "node": ">= 10"
  461. }
  462. },
  463. "node_modules/@next/swc-linux-arm64-gnu": {
  464. "version": "15.3.4",
  465. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.3.4.tgz",
  466. "integrity": "sha512-l8ZQOCCg7adwmsnFm8m5q9eIPAHdaB2F3cxhufYtVo84pymwKuWfpYTKcUiFcutJdp9xGHC+F1Uq3xnFU1B/7g==",
  467. "cpu": [
  468. "arm64"
  469. ],
  470. "license": "MIT",
  471. "optional": true,
  472. "os": [
  473. "linux"
  474. ],
  475. "engines": {
  476. "node": ">= 10"
  477. }
  478. },
  479. "node_modules/@next/swc-linux-arm64-musl": {
  480. "version": "15.3.4",
  481. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.3.4.tgz",
  482. "integrity": "sha512-wFyZ7X470YJQtpKot4xCY3gpdn8lE9nTlldG07/kJYexCUpX1piX+MBfZdvulo+t1yADFVEuzFfVHfklfEx8kw==",
  483. "cpu": [
  484. "arm64"
  485. ],
  486. "license": "MIT",
  487. "optional": true,
  488. "os": [
  489. "linux"
  490. ],
  491. "engines": {
  492. "node": ">= 10"
  493. }
  494. },
  495. "node_modules/@next/swc-linux-x64-gnu": {
  496. "version": "15.3.4",
  497. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.3.4.tgz",
  498. "integrity": "sha512-gEbH9rv9o7I12qPyvZNVTyP/PWKqOp8clvnoYZQiX800KkqsaJZuOXkWgMa7ANCCh/oEN2ZQheh3yH8/kWPSEg==",
  499. "cpu": [
  500. "x64"
  501. ],
  502. "license": "MIT",
  503. "optional": true,
  504. "os": [
  505. "linux"
  506. ],
  507. "engines": {
  508. "node": ">= 10"
  509. }
  510. },
  511. "node_modules/@next/swc-linux-x64-musl": {
  512. "version": "15.3.4",
  513. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.3.4.tgz",
  514. "integrity": "sha512-Cf8sr0ufuC/nu/yQ76AnarbSAXcwG/wj+1xFPNbyNo8ltA6kw5d5YqO8kQuwVIxk13SBdtgXrNyom3ZosHAy4A==",
  515. "cpu": [
  516. "x64"
  517. ],
  518. "license": "MIT",
  519. "optional": true,
  520. "os": [
  521. "linux"
  522. ],
  523. "engines": {
  524. "node": ">= 10"
  525. }
  526. },
  527. "node_modules/@next/swc-win32-arm64-msvc": {
  528. "version": "15.3.4",
  529. "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.3.4.tgz",
  530. "integrity": "sha512-ay5+qADDN3rwRbRpEhTOreOn1OyJIXS60tg9WMYTWCy3fB6rGoyjLVxc4dR9PYjEdR2iDYsaF5h03NA+XuYPQQ==",
  531. "cpu": [
  532. "arm64"
  533. ],
  534. "license": "MIT",
  535. "optional": true,
  536. "os": [
  537. "win32"
  538. ],
  539. "engines": {
  540. "node": ">= 10"
  541. }
  542. },
  543. "node_modules/@next/swc-win32-x64-msvc": {
  544. "version": "15.3.4",
  545. "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.3.4.tgz",
  546. "integrity": "sha512-4kDt31Bc9DGyYs41FTL1/kNpDeHyha2TC0j5sRRoKCyrhNcfZ/nRQkAUlF27mETwm8QyHqIjHJitfcza2Iykfg==",
  547. "cpu": [
  548. "x64"
  549. ],
  550. "license": "MIT",
  551. "optional": true,
  552. "os": [
  553. "win32"
  554. ],
  555. "engines": {
  556. "node": ">= 10"
  557. }
  558. },
  559. "node_modules/@parcel/watcher": {
  560. "version": "2.5.1",
  561. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
  562. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  563. "dev": true,
  564. "hasInstallScript": true,
  565. "license": "MIT",
  566. "optional": true,
  567. "dependencies": {
  568. "detect-libc": "^1.0.3",
  569. "is-glob": "^4.0.3",
  570. "micromatch": "^4.0.5",
  571. "node-addon-api": "^7.0.0"
  572. },
  573. "engines": {
  574. "node": ">= 10.0.0"
  575. },
  576. "funding": {
  577. "type": "opencollective",
  578. "url": "https://opencollective.com/parcel"
  579. },
  580. "optionalDependencies": {
  581. "@parcel/watcher-android-arm64": "2.5.1",
  582. "@parcel/watcher-darwin-arm64": "2.5.1",
  583. "@parcel/watcher-darwin-x64": "2.5.1",
  584. "@parcel/watcher-freebsd-x64": "2.5.1",
  585. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  586. "@parcel/watcher-linux-arm-musl": "2.5.1",
  587. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  588. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  589. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  590. "@parcel/watcher-linux-x64-musl": "2.5.1",
  591. "@parcel/watcher-win32-arm64": "2.5.1",
  592. "@parcel/watcher-win32-ia32": "2.5.1",
  593. "@parcel/watcher-win32-x64": "2.5.1"
  594. }
  595. },
  596. "node_modules/@parcel/watcher-android-arm64": {
  597. "version": "2.5.1",
  598. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  599. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  600. "cpu": [
  601. "arm64"
  602. ],
  603. "dev": true,
  604. "license": "MIT",
  605. "optional": true,
  606. "os": [
  607. "android"
  608. ],
  609. "engines": {
  610. "node": ">= 10.0.0"
  611. },
  612. "funding": {
  613. "type": "opencollective",
  614. "url": "https://opencollective.com/parcel"
  615. }
  616. },
  617. "node_modules/@parcel/watcher-darwin-arm64": {
  618. "version": "2.5.1",
  619. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  620. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  621. "cpu": [
  622. "arm64"
  623. ],
  624. "dev": true,
  625. "license": "MIT",
  626. "optional": true,
  627. "os": [
  628. "darwin"
  629. ],
  630. "engines": {
  631. "node": ">= 10.0.0"
  632. },
  633. "funding": {
  634. "type": "opencollective",
  635. "url": "https://opencollective.com/parcel"
  636. }
  637. },
  638. "node_modules/@parcel/watcher-darwin-x64": {
  639. "version": "2.5.1",
  640. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  641. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  642. "cpu": [
  643. "x64"
  644. ],
  645. "dev": true,
  646. "license": "MIT",
  647. "optional": true,
  648. "os": [
  649. "darwin"
  650. ],
  651. "engines": {
  652. "node": ">= 10.0.0"
  653. },
  654. "funding": {
  655. "type": "opencollective",
  656. "url": "https://opencollective.com/parcel"
  657. }
  658. },
  659. "node_modules/@parcel/watcher-freebsd-x64": {
  660. "version": "2.5.1",
  661. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  662. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  663. "cpu": [
  664. "x64"
  665. ],
  666. "dev": true,
  667. "license": "MIT",
  668. "optional": true,
  669. "os": [
  670. "freebsd"
  671. ],
  672. "engines": {
  673. "node": ">= 10.0.0"
  674. },
  675. "funding": {
  676. "type": "opencollective",
  677. "url": "https://opencollective.com/parcel"
  678. }
  679. },
  680. "node_modules/@parcel/watcher-linux-arm-glibc": {
  681. "version": "2.5.1",
  682. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  683. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  684. "cpu": [
  685. "arm"
  686. ],
  687. "dev": true,
  688. "license": "MIT",
  689. "optional": true,
  690. "os": [
  691. "linux"
  692. ],
  693. "engines": {
  694. "node": ">= 10.0.0"
  695. },
  696. "funding": {
  697. "type": "opencollective",
  698. "url": "https://opencollective.com/parcel"
  699. }
  700. },
  701. "node_modules/@parcel/watcher-linux-arm-musl": {
  702. "version": "2.5.1",
  703. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  704. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  705. "cpu": [
  706. "arm"
  707. ],
  708. "dev": true,
  709. "license": "MIT",
  710. "optional": true,
  711. "os": [
  712. "linux"
  713. ],
  714. "engines": {
  715. "node": ">= 10.0.0"
  716. },
  717. "funding": {
  718. "type": "opencollective",
  719. "url": "https://opencollective.com/parcel"
  720. }
  721. },
  722. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  723. "version": "2.5.1",
  724. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  725. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  726. "cpu": [
  727. "arm64"
  728. ],
  729. "dev": true,
  730. "license": "MIT",
  731. "optional": true,
  732. "os": [
  733. "linux"
  734. ],
  735. "engines": {
  736. "node": ">= 10.0.0"
  737. },
  738. "funding": {
  739. "type": "opencollective",
  740. "url": "https://opencollective.com/parcel"
  741. }
  742. },
  743. "node_modules/@parcel/watcher-linux-arm64-musl": {
  744. "version": "2.5.1",
  745. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  746. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  747. "cpu": [
  748. "arm64"
  749. ],
  750. "dev": true,
  751. "license": "MIT",
  752. "optional": true,
  753. "os": [
  754. "linux"
  755. ],
  756. "engines": {
  757. "node": ">= 10.0.0"
  758. },
  759. "funding": {
  760. "type": "opencollective",
  761. "url": "https://opencollective.com/parcel"
  762. }
  763. },
  764. "node_modules/@parcel/watcher-linux-x64-glibc": {
  765. "version": "2.5.1",
  766. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  767. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  768. "cpu": [
  769. "x64"
  770. ],
  771. "dev": true,
  772. "license": "MIT",
  773. "optional": true,
  774. "os": [
  775. "linux"
  776. ],
  777. "engines": {
  778. "node": ">= 10.0.0"
  779. },
  780. "funding": {
  781. "type": "opencollective",
  782. "url": "https://opencollective.com/parcel"
  783. }
  784. },
  785. "node_modules/@parcel/watcher-linux-x64-musl": {
  786. "version": "2.5.1",
  787. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  788. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  789. "cpu": [
  790. "x64"
  791. ],
  792. "dev": true,
  793. "license": "MIT",
  794. "optional": true,
  795. "os": [
  796. "linux"
  797. ],
  798. "engines": {
  799. "node": ">= 10.0.0"
  800. },
  801. "funding": {
  802. "type": "opencollective",
  803. "url": "https://opencollective.com/parcel"
  804. }
  805. },
  806. "node_modules/@parcel/watcher-win32-arm64": {
  807. "version": "2.5.1",
  808. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  809. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  810. "cpu": [
  811. "arm64"
  812. ],
  813. "dev": true,
  814. "license": "MIT",
  815. "optional": true,
  816. "os": [
  817. "win32"
  818. ],
  819. "engines": {
  820. "node": ">= 10.0.0"
  821. },
  822. "funding": {
  823. "type": "opencollective",
  824. "url": "https://opencollective.com/parcel"
  825. }
  826. },
  827. "node_modules/@parcel/watcher-win32-ia32": {
  828. "version": "2.5.1",
  829. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  830. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  831. "cpu": [
  832. "ia32"
  833. ],
  834. "dev": true,
  835. "license": "MIT",
  836. "optional": true,
  837. "os": [
  838. "win32"
  839. ],
  840. "engines": {
  841. "node": ">= 10.0.0"
  842. },
  843. "funding": {
  844. "type": "opencollective",
  845. "url": "https://opencollective.com/parcel"
  846. }
  847. },
  848. "node_modules/@parcel/watcher-win32-x64": {
  849. "version": "2.5.1",
  850. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  851. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  852. "cpu": [
  853. "x64"
  854. ],
  855. "dev": true,
  856. "license": "MIT",
  857. "optional": true,
  858. "os": [
  859. "win32"
  860. ],
  861. "engines": {
  862. "node": ">= 10.0.0"
  863. },
  864. "funding": {
  865. "type": "opencollective",
  866. "url": "https://opencollective.com/parcel"
  867. }
  868. },
  869. "node_modules/@parcel/watcher/node_modules/detect-libc": {
  870. "version": "1.0.3",
  871. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  872. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  873. "dev": true,
  874. "license": "Apache-2.0",
  875. "optional": true,
  876. "bin": {
  877. "detect-libc": "bin/detect-libc.js"
  878. },
  879. "engines": {
  880. "node": ">=0.10"
  881. }
  882. },
  883. "node_modules/@swc/counter": {
  884. "version": "0.1.3",
  885. "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
  886. "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
  887. "license": "Apache-2.0"
  888. },
  889. "node_modules/@swc/helpers": {
  890. "version": "0.5.15",
  891. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
  892. "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
  893. "license": "Apache-2.0",
  894. "dependencies": {
  895. "tslib": "^2.8.0"
  896. }
  897. },
  898. "node_modules/@types/node": {
  899. "version": "24.0.8",
  900. "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.8.tgz",
  901. "integrity": "sha512-WytNrFSgWO/esSH9NbpWUfTMGQwCGIKfCmNlmFDNiI5gGhgMmEA+V1AEvKLeBNvvtBnailJtkrEa2OIISwrVAA==",
  902. "dev": true,
  903. "license": "MIT",
  904. "dependencies": {
  905. "undici-types": "~7.8.0"
  906. }
  907. },
  908. "node_modules/@types/react": {
  909. "version": "19.1.8",
  910. "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.8.tgz",
  911. "integrity": "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==",
  912. "dev": true,
  913. "license": "MIT",
  914. "dependencies": {
  915. "csstype": "^3.0.2"
  916. }
  917. },
  918. "node_modules/braces": {
  919. "version": "3.0.3",
  920. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  921. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  922. "dev": true,
  923. "license": "MIT",
  924. "optional": true,
  925. "dependencies": {
  926. "fill-range": "^7.1.1"
  927. },
  928. "engines": {
  929. "node": ">=8"
  930. }
  931. },
  932. "node_modules/busboy": {
  933. "version": "1.6.0",
  934. "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
  935. "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
  936. "dependencies": {
  937. "streamsearch": "^1.1.0"
  938. },
  939. "engines": {
  940. "node": ">=10.16.0"
  941. }
  942. },
  943. "node_modules/caniuse-lite": {
  944. "version": "1.0.30001726",
  945. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001726.tgz",
  946. "integrity": "sha512-VQAUIUzBiZ/UnlM28fSp2CRF3ivUn1BWEvxMcVTNwpw91Py1pGbPIyIKtd+tzct9C3ouceCVdGAXxZOpZAsgdw==",
  947. "funding": [
  948. {
  949. "type": "opencollective",
  950. "url": "https://opencollective.com/browserslist"
  951. },
  952. {
  953. "type": "tidelift",
  954. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  955. },
  956. {
  957. "type": "github",
  958. "url": "https://github.com/sponsors/ai"
  959. }
  960. ],
  961. "license": "CC-BY-4.0"
  962. },
  963. "node_modules/chokidar": {
  964. "version": "4.0.3",
  965. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  966. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  967. "devOptional": true,
  968. "license": "MIT",
  969. "dependencies": {
  970. "readdirp": "^4.0.1"
  971. },
  972. "engines": {
  973. "node": ">= 14.16.0"
  974. },
  975. "funding": {
  976. "url": "https://paulmillr.com/funding/"
  977. }
  978. },
  979. "node_modules/client-only": {
  980. "version": "0.0.1",
  981. "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
  982. "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
  983. "license": "MIT"
  984. },
  985. "node_modules/color": {
  986. "version": "4.2.3",
  987. "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
  988. "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
  989. "license": "MIT",
  990. "optional": true,
  991. "dependencies": {
  992. "color-convert": "^2.0.1",
  993. "color-string": "^1.9.0"
  994. },
  995. "engines": {
  996. "node": ">=12.5.0"
  997. }
  998. },
  999. "node_modules/color-convert": {
  1000. "version": "2.0.1",
  1001. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  1002. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1003. "license": "MIT",
  1004. "optional": true,
  1005. "dependencies": {
  1006. "color-name": "~1.1.4"
  1007. },
  1008. "engines": {
  1009. "node": ">=7.0.0"
  1010. }
  1011. },
  1012. "node_modules/color-name": {
  1013. "version": "1.1.4",
  1014. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  1015. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  1016. "license": "MIT",
  1017. "optional": true
  1018. },
  1019. "node_modules/color-string": {
  1020. "version": "1.9.1",
  1021. "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
  1022. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  1023. "license": "MIT",
  1024. "optional": true,
  1025. "dependencies": {
  1026. "color-name": "^1.0.0",
  1027. "simple-swizzle": "^0.2.2"
  1028. }
  1029. },
  1030. "node_modules/csstype": {
  1031. "version": "3.1.3",
  1032. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  1033. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  1034. "dev": true,
  1035. "license": "MIT"
  1036. },
  1037. "node_modules/detect-libc": {
  1038. "version": "2.0.4",
  1039. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
  1040. "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
  1041. "license": "Apache-2.0",
  1042. "optional": true,
  1043. "engines": {
  1044. "node": ">=8"
  1045. }
  1046. },
  1047. "node_modules/fill-range": {
  1048. "version": "7.1.1",
  1049. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  1050. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  1051. "dev": true,
  1052. "license": "MIT",
  1053. "optional": true,
  1054. "dependencies": {
  1055. "to-regex-range": "^5.0.1"
  1056. },
  1057. "engines": {
  1058. "node": ">=8"
  1059. }
  1060. },
  1061. "node_modules/immutable": {
  1062. "version": "5.1.3",
  1063. "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.3.tgz",
  1064. "integrity": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==",
  1065. "devOptional": true,
  1066. "license": "MIT"
  1067. },
  1068. "node_modules/is-arrayish": {
  1069. "version": "0.3.2",
  1070. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
  1071. "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
  1072. "license": "MIT",
  1073. "optional": true
  1074. },
  1075. "node_modules/is-extglob": {
  1076. "version": "2.1.1",
  1077. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  1078. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  1079. "dev": true,
  1080. "license": "MIT",
  1081. "optional": true,
  1082. "engines": {
  1083. "node": ">=0.10.0"
  1084. }
  1085. },
  1086. "node_modules/is-glob": {
  1087. "version": "4.0.3",
  1088. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  1089. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  1090. "dev": true,
  1091. "license": "MIT",
  1092. "optional": true,
  1093. "dependencies": {
  1094. "is-extglob": "^2.1.1"
  1095. },
  1096. "engines": {
  1097. "node": ">=0.10.0"
  1098. }
  1099. },
  1100. "node_modules/is-number": {
  1101. "version": "7.0.0",
  1102. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  1103. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  1104. "dev": true,
  1105. "license": "MIT",
  1106. "optional": true,
  1107. "engines": {
  1108. "node": ">=0.12.0"
  1109. }
  1110. },
  1111. "node_modules/micromatch": {
  1112. "version": "4.0.8",
  1113. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  1114. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  1115. "dev": true,
  1116. "license": "MIT",
  1117. "optional": true,
  1118. "dependencies": {
  1119. "braces": "^3.0.3",
  1120. "picomatch": "^2.3.1"
  1121. },
  1122. "engines": {
  1123. "node": ">=8.6"
  1124. }
  1125. },
  1126. "node_modules/nanoid": {
  1127. "version": "3.3.11",
  1128. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  1129. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  1130. "funding": [
  1131. {
  1132. "type": "github",
  1133. "url": "https://github.com/sponsors/ai"
  1134. }
  1135. ],
  1136. "license": "MIT",
  1137. "bin": {
  1138. "nanoid": "bin/nanoid.cjs"
  1139. },
  1140. "engines": {
  1141. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  1142. }
  1143. },
  1144. "node_modules/next": {
  1145. "version": "15.3.4",
  1146. "resolved": "https://registry.npmjs.org/next/-/next-15.3.4.tgz",
  1147. "integrity": "sha512-mHKd50C+mCjam/gcnwqL1T1vPx/XQNFlXqFIVdgQdVAFY9iIQtY0IfaVflEYzKiqjeA7B0cYYMaCrmAYFjs4rA==",
  1148. "license": "MIT",
  1149. "dependencies": {
  1150. "@next/env": "15.3.4",
  1151. "@swc/counter": "0.1.3",
  1152. "@swc/helpers": "0.5.15",
  1153. "busboy": "1.6.0",
  1154. "caniuse-lite": "^1.0.30001579",
  1155. "postcss": "8.4.31",
  1156. "styled-jsx": "5.1.6"
  1157. },
  1158. "bin": {
  1159. "next": "dist/bin/next"
  1160. },
  1161. "engines": {
  1162. "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
  1163. },
  1164. "optionalDependencies": {
  1165. "@next/swc-darwin-arm64": "15.3.4",
  1166. "@next/swc-darwin-x64": "15.3.4",
  1167. "@next/swc-linux-arm64-gnu": "15.3.4",
  1168. "@next/swc-linux-arm64-musl": "15.3.4",
  1169. "@next/swc-linux-x64-gnu": "15.3.4",
  1170. "@next/swc-linux-x64-musl": "15.3.4",
  1171. "@next/swc-win32-arm64-msvc": "15.3.4",
  1172. "@next/swc-win32-x64-msvc": "15.3.4",
  1173. "sharp": "^0.34.1"
  1174. },
  1175. "peerDependencies": {
  1176. "@opentelemetry/api": "^1.1.0",
  1177. "@playwright/test": "^1.41.2",
  1178. "babel-plugin-react-compiler": "*",
  1179. "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  1180. "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  1181. "sass": "^1.3.0"
  1182. },
  1183. "peerDependenciesMeta": {
  1184. "@opentelemetry/api": {
  1185. "optional": true
  1186. },
  1187. "@playwright/test": {
  1188. "optional": true
  1189. },
  1190. "babel-plugin-react-compiler": {
  1191. "optional": true
  1192. },
  1193. "sass": {
  1194. "optional": true
  1195. }
  1196. }
  1197. },
  1198. "node_modules/node-addon-api": {
  1199. "version": "7.1.1",
  1200. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  1201. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  1202. "dev": true,
  1203. "license": "MIT",
  1204. "optional": true
  1205. },
  1206. "node_modules/picocolors": {
  1207. "version": "1.1.1",
  1208. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  1209. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1210. "license": "ISC"
  1211. },
  1212. "node_modules/picomatch": {
  1213. "version": "2.3.1",
  1214. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  1215. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  1216. "dev": true,
  1217. "license": "MIT",
  1218. "optional": true,
  1219. "engines": {
  1220. "node": ">=8.6"
  1221. },
  1222. "funding": {
  1223. "url": "https://github.com/sponsors/jonschlinkert"
  1224. }
  1225. },
  1226. "node_modules/postcss": {
  1227. "version": "8.4.31",
  1228. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
  1229. "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
  1230. "funding": [
  1231. {
  1232. "type": "opencollective",
  1233. "url": "https://opencollective.com/postcss/"
  1234. },
  1235. {
  1236. "type": "tidelift",
  1237. "url": "https://tidelift.com/funding/github/npm/postcss"
  1238. },
  1239. {
  1240. "type": "github",
  1241. "url": "https://github.com/sponsors/ai"
  1242. }
  1243. ],
  1244. "license": "MIT",
  1245. "dependencies": {
  1246. "nanoid": "^3.3.6",
  1247. "picocolors": "^1.0.0",
  1248. "source-map-js": "^1.0.2"
  1249. },
  1250. "engines": {
  1251. "node": "^10 || ^12 || >=14"
  1252. }
  1253. },
  1254. "node_modules/react": {
  1255. "version": "19.1.0",
  1256. "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz",
  1257. "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==",
  1258. "license": "MIT",
  1259. "engines": {
  1260. "node": ">=0.10.0"
  1261. }
  1262. },
  1263. "node_modules/react-dom": {
  1264. "version": "19.1.0",
  1265. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz",
  1266. "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==",
  1267. "license": "MIT",
  1268. "dependencies": {
  1269. "scheduler": "^0.26.0"
  1270. },
  1271. "peerDependencies": {
  1272. "react": "^19.1.0"
  1273. }
  1274. },
  1275. "node_modules/readdirp": {
  1276. "version": "4.1.2",
  1277. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  1278. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  1279. "devOptional": true,
  1280. "license": "MIT",
  1281. "engines": {
  1282. "node": ">= 14.18.0"
  1283. },
  1284. "funding": {
  1285. "type": "individual",
  1286. "url": "https://paulmillr.com/funding/"
  1287. }
  1288. },
  1289. "node_modules/sass": {
  1290. "version": "1.89.2",
  1291. "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz",
  1292. "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==",
  1293. "devOptional": true,
  1294. "license": "MIT",
  1295. "dependencies": {
  1296. "chokidar": "^4.0.0",
  1297. "immutable": "^5.0.2",
  1298. "source-map-js": ">=0.6.2 <2.0.0"
  1299. },
  1300. "bin": {
  1301. "sass": "sass.js"
  1302. },
  1303. "engines": {
  1304. "node": ">=14.0.0"
  1305. },
  1306. "optionalDependencies": {
  1307. "@parcel/watcher": "^2.4.1"
  1308. }
  1309. },
  1310. "node_modules/scheduler": {
  1311. "version": "0.26.0",
  1312. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz",
  1313. "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==",
  1314. "license": "MIT"
  1315. },
  1316. "node_modules/semver": {
  1317. "version": "7.7.2",
  1318. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
  1319. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  1320. "license": "ISC",
  1321. "optional": true,
  1322. "bin": {
  1323. "semver": "bin/semver.js"
  1324. },
  1325. "engines": {
  1326. "node": ">=10"
  1327. }
  1328. },
  1329. "node_modules/sharp": {
  1330. "version": "0.34.2",
  1331. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.2.tgz",
  1332. "integrity": "sha512-lszvBmB9QURERtyKT2bNmsgxXK0ShJrL/fvqlonCo7e6xBF8nT8xU6pW+PMIbLsz0RxQk3rgH9kd8UmvOzlMJg==",
  1333. "hasInstallScript": true,
  1334. "license": "Apache-2.0",
  1335. "optional": true,
  1336. "dependencies": {
  1337. "color": "^4.2.3",
  1338. "detect-libc": "^2.0.4",
  1339. "semver": "^7.7.2"
  1340. },
  1341. "engines": {
  1342. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1343. },
  1344. "funding": {
  1345. "url": "https://opencollective.com/libvips"
  1346. },
  1347. "optionalDependencies": {
  1348. "@img/sharp-darwin-arm64": "0.34.2",
  1349. "@img/sharp-darwin-x64": "0.34.2",
  1350. "@img/sharp-libvips-darwin-arm64": "1.1.0",
  1351. "@img/sharp-libvips-darwin-x64": "1.1.0",
  1352. "@img/sharp-libvips-linux-arm": "1.1.0",
  1353. "@img/sharp-libvips-linux-arm64": "1.1.0",
  1354. "@img/sharp-libvips-linux-ppc64": "1.1.0",
  1355. "@img/sharp-libvips-linux-s390x": "1.1.0",
  1356. "@img/sharp-libvips-linux-x64": "1.1.0",
  1357. "@img/sharp-libvips-linuxmusl-arm64": "1.1.0",
  1358. "@img/sharp-libvips-linuxmusl-x64": "1.1.0",
  1359. "@img/sharp-linux-arm": "0.34.2",
  1360. "@img/sharp-linux-arm64": "0.34.2",
  1361. "@img/sharp-linux-s390x": "0.34.2",
  1362. "@img/sharp-linux-x64": "0.34.2",
  1363. "@img/sharp-linuxmusl-arm64": "0.34.2",
  1364. "@img/sharp-linuxmusl-x64": "0.34.2",
  1365. "@img/sharp-wasm32": "0.34.2",
  1366. "@img/sharp-win32-arm64": "0.34.2",
  1367. "@img/sharp-win32-ia32": "0.34.2",
  1368. "@img/sharp-win32-x64": "0.34.2"
  1369. }
  1370. },
  1371. "node_modules/simple-swizzle": {
  1372. "version": "0.2.2",
  1373. "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  1374. "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
  1375. "license": "MIT",
  1376. "optional": true,
  1377. "dependencies": {
  1378. "is-arrayish": "^0.3.1"
  1379. }
  1380. },
  1381. "node_modules/source-map-js": {
  1382. "version": "1.2.1",
  1383. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  1384. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  1385. "license": "BSD-3-Clause",
  1386. "engines": {
  1387. "node": ">=0.10.0"
  1388. }
  1389. },
  1390. "node_modules/streamsearch": {
  1391. "version": "1.1.0",
  1392. "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
  1393. "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
  1394. "engines": {
  1395. "node": ">=10.0.0"
  1396. }
  1397. },
  1398. "node_modules/styled-jsx": {
  1399. "version": "5.1.6",
  1400. "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
  1401. "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
  1402. "license": "MIT",
  1403. "dependencies": {
  1404. "client-only": "0.0.1"
  1405. },
  1406. "engines": {
  1407. "node": ">= 12.0.0"
  1408. },
  1409. "peerDependencies": {
  1410. "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
  1411. },
  1412. "peerDependenciesMeta": {
  1413. "@babel/core": {
  1414. "optional": true
  1415. },
  1416. "babel-plugin-macros": {
  1417. "optional": true
  1418. }
  1419. }
  1420. },
  1421. "node_modules/to-regex-range": {
  1422. "version": "5.0.1",
  1423. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  1424. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  1425. "dev": true,
  1426. "license": "MIT",
  1427. "optional": true,
  1428. "dependencies": {
  1429. "is-number": "^7.0.0"
  1430. },
  1431. "engines": {
  1432. "node": ">=8.0"
  1433. }
  1434. },
  1435. "node_modules/tslib": {
  1436. "version": "2.8.1",
  1437. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  1438. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  1439. "license": "0BSD"
  1440. },
  1441. "node_modules/typescript": {
  1442. "version": "5.8.3",
  1443. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
  1444. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  1445. "dev": true,
  1446. "license": "Apache-2.0",
  1447. "bin": {
  1448. "tsc": "bin/tsc",
  1449. "tsserver": "bin/tsserver"
  1450. },
  1451. "engines": {
  1452. "node": ">=14.17"
  1453. }
  1454. },
  1455. "node_modules/undici-types": {
  1456. "version": "7.8.0",
  1457. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",
  1458. "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
  1459. "dev": true,
  1460. "license": "MIT"
  1461. }
  1462. }
  1463. }