package-lock.json 98 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957
  1. {
  2. "name": "133-102-template-6",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "133-102-template-6",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "react": "^19.1.0",
  12. "react-dom": "^19.1.0"
  13. },
  14. "devDependencies": {
  15. "@eslint/js": "^9.25.0",
  16. "@types/react": "^19.1.2",
  17. "@types/react-dom": "^19.1.2",
  18. "@vitejs/plugin-react-swc": "^3.9.0",
  19. "eslint": "^9.25.0",
  20. "eslint-plugin-react-hooks": "^5.2.0",
  21. "eslint-plugin-react-refresh": "^0.4.19",
  22. "globals": "^16.0.0",
  23. "typescript": "~5.8.3",
  24. "typescript-eslint": "^8.30.1",
  25. "vite": "^6.3.5"
  26. }
  27. },
  28. "node_modules/@esbuild/aix-ppc64": {
  29. "version": "0.25.5",
  30. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.5.tgz",
  31. "integrity": "sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==",
  32. "cpu": [
  33. "ppc64"
  34. ],
  35. "dev": true,
  36. "license": "MIT",
  37. "optional": true,
  38. "os": [
  39. "aix"
  40. ],
  41. "engines": {
  42. "node": ">=18"
  43. }
  44. },
  45. "node_modules/@esbuild/android-arm": {
  46. "version": "0.25.5",
  47. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.5.tgz",
  48. "integrity": "sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==",
  49. "cpu": [
  50. "arm"
  51. ],
  52. "dev": true,
  53. "license": "MIT",
  54. "optional": true,
  55. "os": [
  56. "android"
  57. ],
  58. "engines": {
  59. "node": ">=18"
  60. }
  61. },
  62. "node_modules/@esbuild/android-arm64": {
  63. "version": "0.25.5",
  64. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.5.tgz",
  65. "integrity": "sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==",
  66. "cpu": [
  67. "arm64"
  68. ],
  69. "dev": true,
  70. "license": "MIT",
  71. "optional": true,
  72. "os": [
  73. "android"
  74. ],
  75. "engines": {
  76. "node": ">=18"
  77. }
  78. },
  79. "node_modules/@esbuild/android-x64": {
  80. "version": "0.25.5",
  81. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.5.tgz",
  82. "integrity": "sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==",
  83. "cpu": [
  84. "x64"
  85. ],
  86. "dev": true,
  87. "license": "MIT",
  88. "optional": true,
  89. "os": [
  90. "android"
  91. ],
  92. "engines": {
  93. "node": ">=18"
  94. }
  95. },
  96. "node_modules/@esbuild/darwin-arm64": {
  97. "version": "0.25.5",
  98. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.5.tgz",
  99. "integrity": "sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==",
  100. "cpu": [
  101. "arm64"
  102. ],
  103. "dev": true,
  104. "license": "MIT",
  105. "optional": true,
  106. "os": [
  107. "darwin"
  108. ],
  109. "engines": {
  110. "node": ">=18"
  111. }
  112. },
  113. "node_modules/@esbuild/darwin-x64": {
  114. "version": "0.25.5",
  115. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.5.tgz",
  116. "integrity": "sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==",
  117. "cpu": [
  118. "x64"
  119. ],
  120. "dev": true,
  121. "license": "MIT",
  122. "optional": true,
  123. "os": [
  124. "darwin"
  125. ],
  126. "engines": {
  127. "node": ">=18"
  128. }
  129. },
  130. "node_modules/@esbuild/freebsd-arm64": {
  131. "version": "0.25.5",
  132. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.5.tgz",
  133. "integrity": "sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==",
  134. "cpu": [
  135. "arm64"
  136. ],
  137. "dev": true,
  138. "license": "MIT",
  139. "optional": true,
  140. "os": [
  141. "freebsd"
  142. ],
  143. "engines": {
  144. "node": ">=18"
  145. }
  146. },
  147. "node_modules/@esbuild/freebsd-x64": {
  148. "version": "0.25.5",
  149. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.5.tgz",
  150. "integrity": "sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==",
  151. "cpu": [
  152. "x64"
  153. ],
  154. "dev": true,
  155. "license": "MIT",
  156. "optional": true,
  157. "os": [
  158. "freebsd"
  159. ],
  160. "engines": {
  161. "node": ">=18"
  162. }
  163. },
  164. "node_modules/@esbuild/linux-arm": {
  165. "version": "0.25.5",
  166. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.5.tgz",
  167. "integrity": "sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==",
  168. "cpu": [
  169. "arm"
  170. ],
  171. "dev": true,
  172. "license": "MIT",
  173. "optional": true,
  174. "os": [
  175. "linux"
  176. ],
  177. "engines": {
  178. "node": ">=18"
  179. }
  180. },
  181. "node_modules/@esbuild/linux-arm64": {
  182. "version": "0.25.5",
  183. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.5.tgz",
  184. "integrity": "sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==",
  185. "cpu": [
  186. "arm64"
  187. ],
  188. "dev": true,
  189. "license": "MIT",
  190. "optional": true,
  191. "os": [
  192. "linux"
  193. ],
  194. "engines": {
  195. "node": ">=18"
  196. }
  197. },
  198. "node_modules/@esbuild/linux-ia32": {
  199. "version": "0.25.5",
  200. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.5.tgz",
  201. "integrity": "sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==",
  202. "cpu": [
  203. "ia32"
  204. ],
  205. "dev": true,
  206. "license": "MIT",
  207. "optional": true,
  208. "os": [
  209. "linux"
  210. ],
  211. "engines": {
  212. "node": ">=18"
  213. }
  214. },
  215. "node_modules/@esbuild/linux-loong64": {
  216. "version": "0.25.5",
  217. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.5.tgz",
  218. "integrity": "sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==",
  219. "cpu": [
  220. "loong64"
  221. ],
  222. "dev": true,
  223. "license": "MIT",
  224. "optional": true,
  225. "os": [
  226. "linux"
  227. ],
  228. "engines": {
  229. "node": ">=18"
  230. }
  231. },
  232. "node_modules/@esbuild/linux-mips64el": {
  233. "version": "0.25.5",
  234. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.5.tgz",
  235. "integrity": "sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==",
  236. "cpu": [
  237. "mips64el"
  238. ],
  239. "dev": true,
  240. "license": "MIT",
  241. "optional": true,
  242. "os": [
  243. "linux"
  244. ],
  245. "engines": {
  246. "node": ">=18"
  247. }
  248. },
  249. "node_modules/@esbuild/linux-ppc64": {
  250. "version": "0.25.5",
  251. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.5.tgz",
  252. "integrity": "sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==",
  253. "cpu": [
  254. "ppc64"
  255. ],
  256. "dev": true,
  257. "license": "MIT",
  258. "optional": true,
  259. "os": [
  260. "linux"
  261. ],
  262. "engines": {
  263. "node": ">=18"
  264. }
  265. },
  266. "node_modules/@esbuild/linux-riscv64": {
  267. "version": "0.25.5",
  268. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.5.tgz",
  269. "integrity": "sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==",
  270. "cpu": [
  271. "riscv64"
  272. ],
  273. "dev": true,
  274. "license": "MIT",
  275. "optional": true,
  276. "os": [
  277. "linux"
  278. ],
  279. "engines": {
  280. "node": ">=18"
  281. }
  282. },
  283. "node_modules/@esbuild/linux-s390x": {
  284. "version": "0.25.5",
  285. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.5.tgz",
  286. "integrity": "sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==",
  287. "cpu": [
  288. "s390x"
  289. ],
  290. "dev": true,
  291. "license": "MIT",
  292. "optional": true,
  293. "os": [
  294. "linux"
  295. ],
  296. "engines": {
  297. "node": ">=18"
  298. }
  299. },
  300. "node_modules/@esbuild/linux-x64": {
  301. "version": "0.25.5",
  302. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.5.tgz",
  303. "integrity": "sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==",
  304. "cpu": [
  305. "x64"
  306. ],
  307. "dev": true,
  308. "license": "MIT",
  309. "optional": true,
  310. "os": [
  311. "linux"
  312. ],
  313. "engines": {
  314. "node": ">=18"
  315. }
  316. },
  317. "node_modules/@esbuild/netbsd-arm64": {
  318. "version": "0.25.5",
  319. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.5.tgz",
  320. "integrity": "sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==",
  321. "cpu": [
  322. "arm64"
  323. ],
  324. "dev": true,
  325. "license": "MIT",
  326. "optional": true,
  327. "os": [
  328. "netbsd"
  329. ],
  330. "engines": {
  331. "node": ">=18"
  332. }
  333. },
  334. "node_modules/@esbuild/netbsd-x64": {
  335. "version": "0.25.5",
  336. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.5.tgz",
  337. "integrity": "sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==",
  338. "cpu": [
  339. "x64"
  340. ],
  341. "dev": true,
  342. "license": "MIT",
  343. "optional": true,
  344. "os": [
  345. "netbsd"
  346. ],
  347. "engines": {
  348. "node": ">=18"
  349. }
  350. },
  351. "node_modules/@esbuild/openbsd-arm64": {
  352. "version": "0.25.5",
  353. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.5.tgz",
  354. "integrity": "sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==",
  355. "cpu": [
  356. "arm64"
  357. ],
  358. "dev": true,
  359. "license": "MIT",
  360. "optional": true,
  361. "os": [
  362. "openbsd"
  363. ],
  364. "engines": {
  365. "node": ">=18"
  366. }
  367. },
  368. "node_modules/@esbuild/openbsd-x64": {
  369. "version": "0.25.5",
  370. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.5.tgz",
  371. "integrity": "sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==",
  372. "cpu": [
  373. "x64"
  374. ],
  375. "dev": true,
  376. "license": "MIT",
  377. "optional": true,
  378. "os": [
  379. "openbsd"
  380. ],
  381. "engines": {
  382. "node": ">=18"
  383. }
  384. },
  385. "node_modules/@esbuild/sunos-x64": {
  386. "version": "0.25.5",
  387. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.5.tgz",
  388. "integrity": "sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==",
  389. "cpu": [
  390. "x64"
  391. ],
  392. "dev": true,
  393. "license": "MIT",
  394. "optional": true,
  395. "os": [
  396. "sunos"
  397. ],
  398. "engines": {
  399. "node": ">=18"
  400. }
  401. },
  402. "node_modules/@esbuild/win32-arm64": {
  403. "version": "0.25.5",
  404. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.5.tgz",
  405. "integrity": "sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==",
  406. "cpu": [
  407. "arm64"
  408. ],
  409. "dev": true,
  410. "license": "MIT",
  411. "optional": true,
  412. "os": [
  413. "win32"
  414. ],
  415. "engines": {
  416. "node": ">=18"
  417. }
  418. },
  419. "node_modules/@esbuild/win32-ia32": {
  420. "version": "0.25.5",
  421. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.5.tgz",
  422. "integrity": "sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==",
  423. "cpu": [
  424. "ia32"
  425. ],
  426. "dev": true,
  427. "license": "MIT",
  428. "optional": true,
  429. "os": [
  430. "win32"
  431. ],
  432. "engines": {
  433. "node": ">=18"
  434. }
  435. },
  436. "node_modules/@esbuild/win32-x64": {
  437. "version": "0.25.5",
  438. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.5.tgz",
  439. "integrity": "sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==",
  440. "cpu": [
  441. "x64"
  442. ],
  443. "dev": true,
  444. "license": "MIT",
  445. "optional": true,
  446. "os": [
  447. "win32"
  448. ],
  449. "engines": {
  450. "node": ">=18"
  451. }
  452. },
  453. "node_modules/@eslint-community/eslint-utils": {
  454. "version": "4.7.0",
  455. "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
  456. "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
  457. "dev": true,
  458. "license": "MIT",
  459. "dependencies": {
  460. "eslint-visitor-keys": "^3.4.3"
  461. },
  462. "engines": {
  463. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  464. },
  465. "funding": {
  466. "url": "https://opencollective.com/eslint"
  467. },
  468. "peerDependencies": {
  469. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  470. }
  471. },
  472. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  473. "version": "3.4.3",
  474. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  475. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  476. "dev": true,
  477. "license": "Apache-2.0",
  478. "engines": {
  479. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  480. },
  481. "funding": {
  482. "url": "https://opencollective.com/eslint"
  483. }
  484. },
  485. "node_modules/@eslint-community/regexpp": {
  486. "version": "4.12.1",
  487. "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
  488. "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
  489. "dev": true,
  490. "license": "MIT",
  491. "engines": {
  492. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  493. }
  494. },
  495. "node_modules/@eslint/config-array": {
  496. "version": "0.20.0",
  497. "resolved": "https://registry.npmmirror.com/@eslint/config-array/-/config-array-0.20.0.tgz",
  498. "integrity": "sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==",
  499. "dev": true,
  500. "license": "Apache-2.0",
  501. "dependencies": {
  502. "@eslint/object-schema": "^2.1.6",
  503. "debug": "^4.3.1",
  504. "minimatch": "^3.1.2"
  505. },
  506. "engines": {
  507. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  508. }
  509. },
  510. "node_modules/@eslint/config-helpers": {
  511. "version": "0.2.2",
  512. "resolved": "https://registry.npmmirror.com/@eslint/config-helpers/-/config-helpers-0.2.2.tgz",
  513. "integrity": "sha512-+GPzk8PlG0sPpzdU5ZvIRMPidzAnZDl/s9L+y13iodqvb8leL53bTannOrQ/Im7UkpsmFU5Ily5U60LWixnmLg==",
  514. "dev": true,
  515. "license": "Apache-2.0",
  516. "engines": {
  517. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  518. }
  519. },
  520. "node_modules/@eslint/core": {
  521. "version": "0.14.0",
  522. "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-0.14.0.tgz",
  523. "integrity": "sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==",
  524. "dev": true,
  525. "license": "Apache-2.0",
  526. "dependencies": {
  527. "@types/json-schema": "^7.0.15"
  528. },
  529. "engines": {
  530. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  531. }
  532. },
  533. "node_modules/@eslint/eslintrc": {
  534. "version": "3.3.1",
  535. "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
  536. "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
  537. "dev": true,
  538. "license": "MIT",
  539. "dependencies": {
  540. "ajv": "^6.12.4",
  541. "debug": "^4.3.2",
  542. "espree": "^10.0.1",
  543. "globals": "^14.0.0",
  544. "ignore": "^5.2.0",
  545. "import-fresh": "^3.2.1",
  546. "js-yaml": "^4.1.0",
  547. "minimatch": "^3.1.2",
  548. "strip-json-comments": "^3.1.1"
  549. },
  550. "engines": {
  551. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  552. },
  553. "funding": {
  554. "url": "https://opencollective.com/eslint"
  555. }
  556. },
  557. "node_modules/@eslint/eslintrc/node_modules/globals": {
  558. "version": "14.0.0",
  559. "resolved": "https://registry.npmmirror.com/globals/-/globals-14.0.0.tgz",
  560. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  561. "dev": true,
  562. "license": "MIT",
  563. "engines": {
  564. "node": ">=18"
  565. },
  566. "funding": {
  567. "url": "https://github.com/sponsors/sindresorhus"
  568. }
  569. },
  570. "node_modules/@eslint/js": {
  571. "version": "9.27.0",
  572. "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.27.0.tgz",
  573. "integrity": "sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==",
  574. "dev": true,
  575. "license": "MIT",
  576. "engines": {
  577. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  578. },
  579. "funding": {
  580. "url": "https://eslint.org/donate"
  581. }
  582. },
  583. "node_modules/@eslint/object-schema": {
  584. "version": "2.1.6",
  585. "resolved": "https://registry.npmmirror.com/@eslint/object-schema/-/object-schema-2.1.6.tgz",
  586. "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
  587. "dev": true,
  588. "license": "Apache-2.0",
  589. "engines": {
  590. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  591. }
  592. },
  593. "node_modules/@eslint/plugin-kit": {
  594. "version": "0.3.1",
  595. "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz",
  596. "integrity": "sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==",
  597. "dev": true,
  598. "license": "Apache-2.0",
  599. "dependencies": {
  600. "@eslint/core": "^0.14.0",
  601. "levn": "^0.4.1"
  602. },
  603. "engines": {
  604. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  605. }
  606. },
  607. "node_modules/@humanfs/core": {
  608. "version": "0.19.1",
  609. "resolved": "https://registry.npmmirror.com/@humanfs/core/-/core-0.19.1.tgz",
  610. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  611. "dev": true,
  612. "license": "Apache-2.0",
  613. "engines": {
  614. "node": ">=18.18.0"
  615. }
  616. },
  617. "node_modules/@humanfs/node": {
  618. "version": "0.16.6",
  619. "resolved": "https://registry.npmmirror.com/@humanfs/node/-/node-0.16.6.tgz",
  620. "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
  621. "dev": true,
  622. "license": "Apache-2.0",
  623. "dependencies": {
  624. "@humanfs/core": "^0.19.1",
  625. "@humanwhocodes/retry": "^0.3.0"
  626. },
  627. "engines": {
  628. "node": ">=18.18.0"
  629. }
  630. },
  631. "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
  632. "version": "0.3.1",
  633. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.3.1.tgz",
  634. "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
  635. "dev": true,
  636. "license": "Apache-2.0",
  637. "engines": {
  638. "node": ">=18.18"
  639. },
  640. "funding": {
  641. "type": "github",
  642. "url": "https://github.com/sponsors/nzakas"
  643. }
  644. },
  645. "node_modules/@humanwhocodes/module-importer": {
  646. "version": "1.0.1",
  647. "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  648. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  649. "dev": true,
  650. "license": "Apache-2.0",
  651. "engines": {
  652. "node": ">=12.22"
  653. },
  654. "funding": {
  655. "type": "github",
  656. "url": "https://github.com/sponsors/nzakas"
  657. }
  658. },
  659. "node_modules/@humanwhocodes/retry": {
  660. "version": "0.4.3",
  661. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  662. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  663. "dev": true,
  664. "license": "Apache-2.0",
  665. "engines": {
  666. "node": ">=18.18"
  667. },
  668. "funding": {
  669. "type": "github",
  670. "url": "https://github.com/sponsors/nzakas"
  671. }
  672. },
  673. "node_modules/@nodelib/fs.scandir": {
  674. "version": "2.1.5",
  675. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  676. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  677. "dev": true,
  678. "license": "MIT",
  679. "dependencies": {
  680. "@nodelib/fs.stat": "2.0.5",
  681. "run-parallel": "^1.1.9"
  682. },
  683. "engines": {
  684. "node": ">= 8"
  685. }
  686. },
  687. "node_modules/@nodelib/fs.stat": {
  688. "version": "2.0.5",
  689. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  690. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  691. "dev": true,
  692. "license": "MIT",
  693. "engines": {
  694. "node": ">= 8"
  695. }
  696. },
  697. "node_modules/@nodelib/fs.walk": {
  698. "version": "1.2.8",
  699. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  700. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  701. "dev": true,
  702. "license": "MIT",
  703. "dependencies": {
  704. "@nodelib/fs.scandir": "2.1.5",
  705. "fastq": "^1.6.0"
  706. },
  707. "engines": {
  708. "node": ">= 8"
  709. }
  710. },
  711. "node_modules/@rolldown/pluginutils": {
  712. "version": "1.0.0-beta.9",
  713. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.9.tgz",
  714. "integrity": "sha512-e9MeMtVWo186sgvFFJOPGy7/d2j2mZhLJIdVW0C/xDluuOvymEATqz6zKsP0ZmXGzQtqlyjz5sC1sYQUoJG98w==",
  715. "dev": true,
  716. "license": "MIT"
  717. },
  718. "node_modules/@rollup/rollup-android-arm-eabi": {
  719. "version": "4.41.1",
  720. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.41.1.tgz",
  721. "integrity": "sha512-NELNvyEWZ6R9QMkiytB4/L4zSEaBC03KIXEghptLGLZWJ6VPrL63ooZQCOnlx36aQPGhzuOMwDerC1Eb2VmrLw==",
  722. "cpu": [
  723. "arm"
  724. ],
  725. "dev": true,
  726. "license": "MIT",
  727. "optional": true,
  728. "os": [
  729. "android"
  730. ]
  731. },
  732. "node_modules/@rollup/rollup-android-arm64": {
  733. "version": "4.41.1",
  734. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.41.1.tgz",
  735. "integrity": "sha512-DXdQe1BJ6TK47ukAoZLehRHhfKnKg9BjnQYUu9gzhI8Mwa1d2fzxA1aw2JixHVl403bwp1+/o/NhhHtxWJBgEA==",
  736. "cpu": [
  737. "arm64"
  738. ],
  739. "dev": true,
  740. "license": "MIT",
  741. "optional": true,
  742. "os": [
  743. "android"
  744. ]
  745. },
  746. "node_modules/@rollup/rollup-darwin-arm64": {
  747. "version": "4.41.1",
  748. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.41.1.tgz",
  749. "integrity": "sha512-5afxvwszzdulsU2w8JKWwY8/sJOLPzf0e1bFuvcW5h9zsEg+RQAojdW0ux2zyYAz7R8HvvzKCjLNJhVq965U7w==",
  750. "cpu": [
  751. "arm64"
  752. ],
  753. "dev": true,
  754. "license": "MIT",
  755. "optional": true,
  756. "os": [
  757. "darwin"
  758. ]
  759. },
  760. "node_modules/@rollup/rollup-darwin-x64": {
  761. "version": "4.41.1",
  762. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.41.1.tgz",
  763. "integrity": "sha512-egpJACny8QOdHNNMZKf8xY0Is6gIMz+tuqXlusxquWu3F833DcMwmGM7WlvCO9sB3OsPjdC4U0wHw5FabzCGZg==",
  764. "cpu": [
  765. "x64"
  766. ],
  767. "dev": true,
  768. "license": "MIT",
  769. "optional": true,
  770. "os": [
  771. "darwin"
  772. ]
  773. },
  774. "node_modules/@rollup/rollup-freebsd-arm64": {
  775. "version": "4.41.1",
  776. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.41.1.tgz",
  777. "integrity": "sha512-DBVMZH5vbjgRk3r0OzgjS38z+atlupJ7xfKIDJdZZL6sM6wjfDNo64aowcLPKIx7LMQi8vybB56uh1Ftck/Atg==",
  778. "cpu": [
  779. "arm64"
  780. ],
  781. "dev": true,
  782. "license": "MIT",
  783. "optional": true,
  784. "os": [
  785. "freebsd"
  786. ]
  787. },
  788. "node_modules/@rollup/rollup-freebsd-x64": {
  789. "version": "4.41.1",
  790. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.41.1.tgz",
  791. "integrity": "sha512-3FkydeohozEskBxNWEIbPfOE0aqQgB6ttTkJ159uWOFn42VLyfAiyD9UK5mhu+ItWzft60DycIN1Xdgiy8o/SA==",
  792. "cpu": [
  793. "x64"
  794. ],
  795. "dev": true,
  796. "license": "MIT",
  797. "optional": true,
  798. "os": [
  799. "freebsd"
  800. ]
  801. },
  802. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  803. "version": "4.41.1",
  804. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.41.1.tgz",
  805. "integrity": "sha512-wC53ZNDgt0pqx5xCAgNunkTzFE8GTgdZ9EwYGVcg+jEjJdZGtq9xPjDnFgfFozQI/Xm1mh+D9YlYtl+ueswNEg==",
  806. "cpu": [
  807. "arm"
  808. ],
  809. "dev": true,
  810. "license": "MIT",
  811. "optional": true,
  812. "os": [
  813. "linux"
  814. ]
  815. },
  816. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  817. "version": "4.41.1",
  818. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.41.1.tgz",
  819. "integrity": "sha512-jwKCca1gbZkZLhLRtsrka5N8sFAaxrGz/7wRJ8Wwvq3jug7toO21vWlViihG85ei7uJTpzbXZRcORotE+xyrLA==",
  820. "cpu": [
  821. "arm"
  822. ],
  823. "dev": true,
  824. "license": "MIT",
  825. "optional": true,
  826. "os": [
  827. "linux"
  828. ]
  829. },
  830. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  831. "version": "4.41.1",
  832. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.41.1.tgz",
  833. "integrity": "sha512-g0UBcNknsmmNQ8V2d/zD2P7WWfJKU0F1nu0k5pW4rvdb+BIqMm8ToluW/eeRmxCared5dD76lS04uL4UaNgpNA==",
  834. "cpu": [
  835. "arm64"
  836. ],
  837. "dev": true,
  838. "license": "MIT",
  839. "optional": true,
  840. "os": [
  841. "linux"
  842. ]
  843. },
  844. "node_modules/@rollup/rollup-linux-arm64-musl": {
  845. "version": "4.41.1",
  846. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.41.1.tgz",
  847. "integrity": "sha512-XZpeGB5TKEZWzIrj7sXr+BEaSgo/ma/kCgrZgL0oo5qdB1JlTzIYQKel/RmhT6vMAvOdM2teYlAaOGJpJ9lahg==",
  848. "cpu": [
  849. "arm64"
  850. ],
  851. "dev": true,
  852. "license": "MIT",
  853. "optional": true,
  854. "os": [
  855. "linux"
  856. ]
  857. },
  858. "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
  859. "version": "4.41.1",
  860. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.41.1.tgz",
  861. "integrity": "sha512-bkCfDJ4qzWfFRCNt5RVV4DOw6KEgFTUZi2r2RuYhGWC8WhCA8lCAJhDeAmrM/fdiAH54m0mA0Vk2FGRPyzI+tw==",
  862. "cpu": [
  863. "loong64"
  864. ],
  865. "dev": true,
  866. "license": "MIT",
  867. "optional": true,
  868. "os": [
  869. "linux"
  870. ]
  871. },
  872. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  873. "version": "4.41.1",
  874. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.41.1.tgz",
  875. "integrity": "sha512-3mr3Xm+gvMX+/8EKogIZSIEF0WUu0HL9di+YWlJpO8CQBnoLAEL/roTCxuLncEdgcfJcvA4UMOf+2dnjl4Ut1A==",
  876. "cpu": [
  877. "ppc64"
  878. ],
  879. "dev": true,
  880. "license": "MIT",
  881. "optional": true,
  882. "os": [
  883. "linux"
  884. ]
  885. },
  886. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  887. "version": "4.41.1",
  888. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.41.1.tgz",
  889. "integrity": "sha512-3rwCIh6MQ1LGrvKJitQjZFuQnT2wxfU+ivhNBzmxXTXPllewOF7JR1s2vMX/tWtUYFgphygxjqMl76q4aMotGw==",
  890. "cpu": [
  891. "riscv64"
  892. ],
  893. "dev": true,
  894. "license": "MIT",
  895. "optional": true,
  896. "os": [
  897. "linux"
  898. ]
  899. },
  900. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  901. "version": "4.41.1",
  902. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.41.1.tgz",
  903. "integrity": "sha512-LdIUOb3gvfmpkgFZuccNa2uYiqtgZAz3PTzjuM5bH3nvuy9ty6RGc/Q0+HDFrHrizJGVpjnTZ1yS5TNNjFlklw==",
  904. "cpu": [
  905. "riscv64"
  906. ],
  907. "dev": true,
  908. "license": "MIT",
  909. "optional": true,
  910. "os": [
  911. "linux"
  912. ]
  913. },
  914. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  915. "version": "4.41.1",
  916. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.41.1.tgz",
  917. "integrity": "sha512-oIE6M8WC9ma6xYqjvPhzZYk6NbobIURvP/lEbh7FWplcMO6gn7MM2yHKA1eC/GvYwzNKK/1LYgqzdkZ8YFxR8g==",
  918. "cpu": [
  919. "s390x"
  920. ],
  921. "dev": true,
  922. "license": "MIT",
  923. "optional": true,
  924. "os": [
  925. "linux"
  926. ]
  927. },
  928. "node_modules/@rollup/rollup-linux-x64-gnu": {
  929. "version": "4.41.1",
  930. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.41.1.tgz",
  931. "integrity": "sha512-cWBOvayNvA+SyeQMp79BHPK8ws6sHSsYnK5zDcsC3Hsxr1dgTABKjMnMslPq1DvZIp6uO7kIWhiGwaTdR4Og9A==",
  932. "cpu": [
  933. "x64"
  934. ],
  935. "dev": true,
  936. "license": "MIT",
  937. "optional": true,
  938. "os": [
  939. "linux"
  940. ]
  941. },
  942. "node_modules/@rollup/rollup-linux-x64-musl": {
  943. "version": "4.41.1",
  944. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.41.1.tgz",
  945. "integrity": "sha512-y5CbN44M+pUCdGDlZFzGGBSKCA4A/J2ZH4edTYSSxFg7ce1Xt3GtydbVKWLlzL+INfFIZAEg1ZV6hh9+QQf9YQ==",
  946. "cpu": [
  947. "x64"
  948. ],
  949. "dev": true,
  950. "license": "MIT",
  951. "optional": true,
  952. "os": [
  953. "linux"
  954. ]
  955. },
  956. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  957. "version": "4.41.1",
  958. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.41.1.tgz",
  959. "integrity": "sha512-lZkCxIrjlJlMt1dLO/FbpZbzt6J/A8p4DnqzSa4PWqPEUUUnzXLeki/iyPLfV0BmHItlYgHUqJe+3KiyydmiNQ==",
  960. "cpu": [
  961. "arm64"
  962. ],
  963. "dev": true,
  964. "license": "MIT",
  965. "optional": true,
  966. "os": [
  967. "win32"
  968. ]
  969. },
  970. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  971. "version": "4.41.1",
  972. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.41.1.tgz",
  973. "integrity": "sha512-+psFT9+pIh2iuGsxFYYa/LhS5MFKmuivRsx9iPJWNSGbh2XVEjk90fmpUEjCnILPEPJnikAU6SFDiEUyOv90Pg==",
  974. "cpu": [
  975. "ia32"
  976. ],
  977. "dev": true,
  978. "license": "MIT",
  979. "optional": true,
  980. "os": [
  981. "win32"
  982. ]
  983. },
  984. "node_modules/@rollup/rollup-win32-x64-msvc": {
  985. "version": "4.41.1",
  986. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.41.1.tgz",
  987. "integrity": "sha512-Wq2zpapRYLfi4aKxf2Xff0tN+7slj2d4R87WEzqw7ZLsVvO5zwYCIuEGSZYiK41+GlwUo1HiR+GdkLEJnCKTCw==",
  988. "cpu": [
  989. "x64"
  990. ],
  991. "dev": true,
  992. "license": "MIT",
  993. "optional": true,
  994. "os": [
  995. "win32"
  996. ]
  997. },
  998. "node_modules/@swc/core": {
  999. "version": "1.11.29",
  1000. "resolved": "https://registry.npmmirror.com/@swc/core/-/core-1.11.29.tgz",
  1001. "integrity": "sha512-g4mThMIpWbNhV8G2rWp5a5/Igv8/2UFRJx2yImrLGMgrDDYZIopqZ/z0jZxDgqNA1QDx93rpwNF7jGsxVWcMlA==",
  1002. "dev": true,
  1003. "hasInstallScript": true,
  1004. "license": "Apache-2.0",
  1005. "dependencies": {
  1006. "@swc/counter": "^0.1.3",
  1007. "@swc/types": "^0.1.21"
  1008. },
  1009. "engines": {
  1010. "node": ">=10"
  1011. },
  1012. "funding": {
  1013. "type": "opencollective",
  1014. "url": "https://opencollective.com/swc"
  1015. },
  1016. "optionalDependencies": {
  1017. "@swc/core-darwin-arm64": "1.11.29",
  1018. "@swc/core-darwin-x64": "1.11.29",
  1019. "@swc/core-linux-arm-gnueabihf": "1.11.29",
  1020. "@swc/core-linux-arm64-gnu": "1.11.29",
  1021. "@swc/core-linux-arm64-musl": "1.11.29",
  1022. "@swc/core-linux-x64-gnu": "1.11.29",
  1023. "@swc/core-linux-x64-musl": "1.11.29",
  1024. "@swc/core-win32-arm64-msvc": "1.11.29",
  1025. "@swc/core-win32-ia32-msvc": "1.11.29",
  1026. "@swc/core-win32-x64-msvc": "1.11.29"
  1027. },
  1028. "peerDependencies": {
  1029. "@swc/helpers": ">=0.5.17"
  1030. },
  1031. "peerDependenciesMeta": {
  1032. "@swc/helpers": {
  1033. "optional": true
  1034. }
  1035. }
  1036. },
  1037. "node_modules/@swc/core-darwin-arm64": {
  1038. "version": "1.11.29",
  1039. "resolved": "https://registry.npmmirror.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.11.29.tgz",
  1040. "integrity": "sha512-whsCX7URzbuS5aET58c75Dloby3Gtj/ITk2vc4WW6pSDQKSPDuONsIcZ7B2ng8oz0K6ttbi4p3H/PNPQLJ4maQ==",
  1041. "cpu": [
  1042. "arm64"
  1043. ],
  1044. "dev": true,
  1045. "license": "Apache-2.0 AND MIT",
  1046. "optional": true,
  1047. "os": [
  1048. "darwin"
  1049. ],
  1050. "engines": {
  1051. "node": ">=10"
  1052. }
  1053. },
  1054. "node_modules/@swc/core-darwin-x64": {
  1055. "version": "1.11.29",
  1056. "resolved": "https://registry.npmmirror.com/@swc/core-darwin-x64/-/core-darwin-x64-1.11.29.tgz",
  1057. "integrity": "sha512-S3eTo/KYFk+76cWJRgX30hylN5XkSmjYtCBnM4jPLYn7L6zWYEPajsFLmruQEiTEDUg0gBEWLMNyUeghtswouw==",
  1058. "cpu": [
  1059. "x64"
  1060. ],
  1061. "dev": true,
  1062. "license": "Apache-2.0 AND MIT",
  1063. "optional": true,
  1064. "os": [
  1065. "darwin"
  1066. ],
  1067. "engines": {
  1068. "node": ">=10"
  1069. }
  1070. },
  1071. "node_modules/@swc/core-linux-arm-gnueabihf": {
  1072. "version": "1.11.29",
  1073. "resolved": "https://registry.npmmirror.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.11.29.tgz",
  1074. "integrity": "sha512-o9gdshbzkUMG6azldHdmKklcfrcMx+a23d/2qHQHPDLUPAN+Trd+sDQUYArK5Fcm7TlpG4sczz95ghN0DMkM7g==",
  1075. "cpu": [
  1076. "arm"
  1077. ],
  1078. "dev": true,
  1079. "license": "Apache-2.0",
  1080. "optional": true,
  1081. "os": [
  1082. "linux"
  1083. ],
  1084. "engines": {
  1085. "node": ">=10"
  1086. }
  1087. },
  1088. "node_modules/@swc/core-linux-arm64-gnu": {
  1089. "version": "1.11.29",
  1090. "resolved": "https://registry.npmmirror.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.11.29.tgz",
  1091. "integrity": "sha512-sLoaciOgUKQF1KX9T6hPGzvhOQaJn+3DHy4LOHeXhQqvBgr+7QcZ+hl4uixPKTzxk6hy6Hb0QOvQEdBAAR1gXw==",
  1092. "cpu": [
  1093. "arm64"
  1094. ],
  1095. "dev": true,
  1096. "license": "Apache-2.0 AND MIT",
  1097. "optional": true,
  1098. "os": [
  1099. "linux"
  1100. ],
  1101. "engines": {
  1102. "node": ">=10"
  1103. }
  1104. },
  1105. "node_modules/@swc/core-linux-arm64-musl": {
  1106. "version": "1.11.29",
  1107. "resolved": "https://registry.npmmirror.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.11.29.tgz",
  1108. "integrity": "sha512-PwjB10BC0N+Ce7RU/L23eYch6lXFHz7r3NFavIcwDNa/AAqywfxyxh13OeRy+P0cg7NDpWEETWspXeI4Ek8otw==",
  1109. "cpu": [
  1110. "arm64"
  1111. ],
  1112. "dev": true,
  1113. "license": "Apache-2.0 AND MIT",
  1114. "optional": true,
  1115. "os": [
  1116. "linux"
  1117. ],
  1118. "engines": {
  1119. "node": ">=10"
  1120. }
  1121. },
  1122. "node_modules/@swc/core-linux-x64-gnu": {
  1123. "version": "1.11.29",
  1124. "resolved": "https://registry.npmmirror.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.11.29.tgz",
  1125. "integrity": "sha512-i62vBVoPaVe9A3mc6gJG07n0/e7FVeAvdD9uzZTtGLiuIfVfIBta8EMquzvf+POLycSk79Z6lRhGPZPJPYiQaA==",
  1126. "cpu": [
  1127. "x64"
  1128. ],
  1129. "dev": true,
  1130. "license": "Apache-2.0 AND MIT",
  1131. "optional": true,
  1132. "os": [
  1133. "linux"
  1134. ],
  1135. "engines": {
  1136. "node": ">=10"
  1137. }
  1138. },
  1139. "node_modules/@swc/core-linux-x64-musl": {
  1140. "version": "1.11.29",
  1141. "resolved": "https://registry.npmmirror.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.11.29.tgz",
  1142. "integrity": "sha512-YER0XU1xqFdK0hKkfSVX1YIyCvMDI7K07GIpefPvcfyNGs38AXKhb2byySDjbVxkdl4dycaxxhRyhQ2gKSlsFQ==",
  1143. "cpu": [
  1144. "x64"
  1145. ],
  1146. "dev": true,
  1147. "license": "Apache-2.0 AND MIT",
  1148. "optional": true,
  1149. "os": [
  1150. "linux"
  1151. ],
  1152. "engines": {
  1153. "node": ">=10"
  1154. }
  1155. },
  1156. "node_modules/@swc/core-win32-arm64-msvc": {
  1157. "version": "1.11.29",
  1158. "resolved": "https://registry.npmmirror.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.11.29.tgz",
  1159. "integrity": "sha512-po+WHw+k9g6FAg5IJ+sMwtA/fIUL3zPQ4m/uJgONBATCVnDDkyW6dBA49uHNVtSEvjvhuD8DVWdFP847YTcITw==",
  1160. "cpu": [
  1161. "arm64"
  1162. ],
  1163. "dev": true,
  1164. "license": "Apache-2.0 AND MIT",
  1165. "optional": true,
  1166. "os": [
  1167. "win32"
  1168. ],
  1169. "engines": {
  1170. "node": ">=10"
  1171. }
  1172. },
  1173. "node_modules/@swc/core-win32-ia32-msvc": {
  1174. "version": "1.11.29",
  1175. "resolved": "https://registry.npmmirror.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.11.29.tgz",
  1176. "integrity": "sha512-h+NjOrbqdRBYr5ItmStmQt6x3tnhqgwbj9YxdGPepbTDamFv7vFnhZR0YfB3jz3UKJ8H3uGJ65Zw1VsC+xpFkg==",
  1177. "cpu": [
  1178. "ia32"
  1179. ],
  1180. "dev": true,
  1181. "license": "Apache-2.0 AND MIT",
  1182. "optional": true,
  1183. "os": [
  1184. "win32"
  1185. ],
  1186. "engines": {
  1187. "node": ">=10"
  1188. }
  1189. },
  1190. "node_modules/@swc/core-win32-x64-msvc": {
  1191. "version": "1.11.29",
  1192. "resolved": "https://registry.npmmirror.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.11.29.tgz",
  1193. "integrity": "sha512-Q8cs2BDV9wqDvqobkXOYdC+pLUSEpX/KvI0Dgfun1F+LzuLotRFuDhrvkU9ETJA6OnD2+Fn/ieHgloiKA/Mn/g==",
  1194. "cpu": [
  1195. "x64"
  1196. ],
  1197. "dev": true,
  1198. "license": "Apache-2.0 AND MIT",
  1199. "optional": true,
  1200. "os": [
  1201. "win32"
  1202. ],
  1203. "engines": {
  1204. "node": ">=10"
  1205. }
  1206. },
  1207. "node_modules/@swc/counter": {
  1208. "version": "0.1.3",
  1209. "resolved": "https://registry.npmmirror.com/@swc/counter/-/counter-0.1.3.tgz",
  1210. "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
  1211. "dev": true,
  1212. "license": "Apache-2.0"
  1213. },
  1214. "node_modules/@swc/types": {
  1215. "version": "0.1.21",
  1216. "resolved": "https://registry.npmmirror.com/@swc/types/-/types-0.1.21.tgz",
  1217. "integrity": "sha512-2YEtj5HJVbKivud9N4bpPBAyZhj4S2Ipe5LkUG94alTpr7in/GU/EARgPAd3BwU+YOmFVJC2+kjqhGRi3r0ZpQ==",
  1218. "dev": true,
  1219. "license": "Apache-2.0",
  1220. "dependencies": {
  1221. "@swc/counter": "^0.1.3"
  1222. }
  1223. },
  1224. "node_modules/@types/estree": {
  1225. "version": "1.0.7",
  1226. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.7.tgz",
  1227. "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
  1228. "dev": true,
  1229. "license": "MIT"
  1230. },
  1231. "node_modules/@types/json-schema": {
  1232. "version": "7.0.15",
  1233. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  1234. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  1235. "dev": true,
  1236. "license": "MIT"
  1237. },
  1238. "node_modules/@types/react": {
  1239. "version": "19.1.5",
  1240. "resolved": "https://registry.npmmirror.com/@types/react/-/react-19.1.5.tgz",
  1241. "integrity": "sha512-piErsCVVbpMMT2r7wbawdZsq4xMvIAhQuac2gedQHysu1TZYEigE6pnFfgZT+/jQnrRuF5r+SHzuehFjfRjr4g==",
  1242. "dev": true,
  1243. "license": "MIT",
  1244. "dependencies": {
  1245. "csstype": "^3.0.2"
  1246. }
  1247. },
  1248. "node_modules/@types/react-dom": {
  1249. "version": "19.1.5",
  1250. "resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-19.1.5.tgz",
  1251. "integrity": "sha512-CMCjrWucUBZvohgZxkjd6S9h0nZxXjzus6yDfUb+xLxYM7VvjKNH1tQrE9GWLql1XoOP4/Ds3bwFqShHUYraGg==",
  1252. "dev": true,
  1253. "license": "MIT",
  1254. "peerDependencies": {
  1255. "@types/react": "^19.0.0"
  1256. }
  1257. },
  1258. "node_modules/@typescript-eslint/eslint-plugin": {
  1259. "version": "8.32.1",
  1260. "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz",
  1261. "integrity": "sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==",
  1262. "dev": true,
  1263. "license": "MIT",
  1264. "dependencies": {
  1265. "@eslint-community/regexpp": "^4.10.0",
  1266. "@typescript-eslint/scope-manager": "8.32.1",
  1267. "@typescript-eslint/type-utils": "8.32.1",
  1268. "@typescript-eslint/utils": "8.32.1",
  1269. "@typescript-eslint/visitor-keys": "8.32.1",
  1270. "graphemer": "^1.4.0",
  1271. "ignore": "^7.0.0",
  1272. "natural-compare": "^1.4.0",
  1273. "ts-api-utils": "^2.1.0"
  1274. },
  1275. "engines": {
  1276. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1277. },
  1278. "funding": {
  1279. "type": "opencollective",
  1280. "url": "https://opencollective.com/typescript-eslint"
  1281. },
  1282. "peerDependencies": {
  1283. "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
  1284. "eslint": "^8.57.0 || ^9.0.0",
  1285. "typescript": ">=4.8.4 <5.9.0"
  1286. }
  1287. },
  1288. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  1289. "version": "7.0.4",
  1290. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.4.tgz",
  1291. "integrity": "sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==",
  1292. "dev": true,
  1293. "license": "MIT",
  1294. "engines": {
  1295. "node": ">= 4"
  1296. }
  1297. },
  1298. "node_modules/@typescript-eslint/parser": {
  1299. "version": "8.32.1",
  1300. "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-8.32.1.tgz",
  1301. "integrity": "sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==",
  1302. "dev": true,
  1303. "license": "MIT",
  1304. "dependencies": {
  1305. "@typescript-eslint/scope-manager": "8.32.1",
  1306. "@typescript-eslint/types": "8.32.1",
  1307. "@typescript-eslint/typescript-estree": "8.32.1",
  1308. "@typescript-eslint/visitor-keys": "8.32.1",
  1309. "debug": "^4.3.4"
  1310. },
  1311. "engines": {
  1312. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1313. },
  1314. "funding": {
  1315. "type": "opencollective",
  1316. "url": "https://opencollective.com/typescript-eslint"
  1317. },
  1318. "peerDependencies": {
  1319. "eslint": "^8.57.0 || ^9.0.0",
  1320. "typescript": ">=4.8.4 <5.9.0"
  1321. }
  1322. },
  1323. "node_modules/@typescript-eslint/scope-manager": {
  1324. "version": "8.32.1",
  1325. "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz",
  1326. "integrity": "sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==",
  1327. "dev": true,
  1328. "license": "MIT",
  1329. "dependencies": {
  1330. "@typescript-eslint/types": "8.32.1",
  1331. "@typescript-eslint/visitor-keys": "8.32.1"
  1332. },
  1333. "engines": {
  1334. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1335. },
  1336. "funding": {
  1337. "type": "opencollective",
  1338. "url": "https://opencollective.com/typescript-eslint"
  1339. }
  1340. },
  1341. "node_modules/@typescript-eslint/type-utils": {
  1342. "version": "8.32.1",
  1343. "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz",
  1344. "integrity": "sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==",
  1345. "dev": true,
  1346. "license": "MIT",
  1347. "dependencies": {
  1348. "@typescript-eslint/typescript-estree": "8.32.1",
  1349. "@typescript-eslint/utils": "8.32.1",
  1350. "debug": "^4.3.4",
  1351. "ts-api-utils": "^2.1.0"
  1352. },
  1353. "engines": {
  1354. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1355. },
  1356. "funding": {
  1357. "type": "opencollective",
  1358. "url": "https://opencollective.com/typescript-eslint"
  1359. },
  1360. "peerDependencies": {
  1361. "eslint": "^8.57.0 || ^9.0.0",
  1362. "typescript": ">=4.8.4 <5.9.0"
  1363. }
  1364. },
  1365. "node_modules/@typescript-eslint/types": {
  1366. "version": "8.32.1",
  1367. "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.32.1.tgz",
  1368. "integrity": "sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==",
  1369. "dev": true,
  1370. "license": "MIT",
  1371. "engines": {
  1372. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1373. },
  1374. "funding": {
  1375. "type": "opencollective",
  1376. "url": "https://opencollective.com/typescript-eslint"
  1377. }
  1378. },
  1379. "node_modules/@typescript-eslint/typescript-estree": {
  1380. "version": "8.32.1",
  1381. "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz",
  1382. "integrity": "sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==",
  1383. "dev": true,
  1384. "license": "MIT",
  1385. "dependencies": {
  1386. "@typescript-eslint/types": "8.32.1",
  1387. "@typescript-eslint/visitor-keys": "8.32.1",
  1388. "debug": "^4.3.4",
  1389. "fast-glob": "^3.3.2",
  1390. "is-glob": "^4.0.3",
  1391. "minimatch": "^9.0.4",
  1392. "semver": "^7.6.0",
  1393. "ts-api-utils": "^2.1.0"
  1394. },
  1395. "engines": {
  1396. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1397. },
  1398. "funding": {
  1399. "type": "opencollective",
  1400. "url": "https://opencollective.com/typescript-eslint"
  1401. },
  1402. "peerDependencies": {
  1403. "typescript": ">=4.8.4 <5.9.0"
  1404. }
  1405. },
  1406. "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
  1407. "version": "2.0.1",
  1408. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  1409. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  1410. "dev": true,
  1411. "license": "MIT",
  1412. "dependencies": {
  1413. "balanced-match": "^1.0.0"
  1414. }
  1415. },
  1416. "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
  1417. "version": "9.0.5",
  1418. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  1419. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  1420. "dev": true,
  1421. "license": "ISC",
  1422. "dependencies": {
  1423. "brace-expansion": "^2.0.1"
  1424. },
  1425. "engines": {
  1426. "node": ">=16 || 14 >=14.17"
  1427. },
  1428. "funding": {
  1429. "url": "https://github.com/sponsors/isaacs"
  1430. }
  1431. },
  1432. "node_modules/@typescript-eslint/utils": {
  1433. "version": "8.32.1",
  1434. "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-8.32.1.tgz",
  1435. "integrity": "sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==",
  1436. "dev": true,
  1437. "license": "MIT",
  1438. "dependencies": {
  1439. "@eslint-community/eslint-utils": "^4.7.0",
  1440. "@typescript-eslint/scope-manager": "8.32.1",
  1441. "@typescript-eslint/types": "8.32.1",
  1442. "@typescript-eslint/typescript-estree": "8.32.1"
  1443. },
  1444. "engines": {
  1445. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1446. },
  1447. "funding": {
  1448. "type": "opencollective",
  1449. "url": "https://opencollective.com/typescript-eslint"
  1450. },
  1451. "peerDependencies": {
  1452. "eslint": "^8.57.0 || ^9.0.0",
  1453. "typescript": ">=4.8.4 <5.9.0"
  1454. }
  1455. },
  1456. "node_modules/@typescript-eslint/visitor-keys": {
  1457. "version": "8.32.1",
  1458. "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz",
  1459. "integrity": "sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==",
  1460. "dev": true,
  1461. "license": "MIT",
  1462. "dependencies": {
  1463. "@typescript-eslint/types": "8.32.1",
  1464. "eslint-visitor-keys": "^4.2.0"
  1465. },
  1466. "engines": {
  1467. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1468. },
  1469. "funding": {
  1470. "type": "opencollective",
  1471. "url": "https://opencollective.com/typescript-eslint"
  1472. }
  1473. },
  1474. "node_modules/@vitejs/plugin-react-swc": {
  1475. "version": "3.10.0",
  1476. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-react-swc/-/plugin-react-swc-3.10.0.tgz",
  1477. "integrity": "sha512-ZmkdHw3wo/o/Rk05YsXZs/DJAfY2CdQ5DUAjoWji+PEr+hYADdGMCGgEAILbiKj+CjspBTuTACBcWDrmC8AUfw==",
  1478. "dev": true,
  1479. "license": "MIT",
  1480. "dependencies": {
  1481. "@rolldown/pluginutils": "1.0.0-beta.9",
  1482. "@swc/core": "^1.11.22"
  1483. },
  1484. "peerDependencies": {
  1485. "vite": "^4 || ^5 || ^6"
  1486. }
  1487. },
  1488. "node_modules/acorn": {
  1489. "version": "8.14.1",
  1490. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.14.1.tgz",
  1491. "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
  1492. "dev": true,
  1493. "license": "MIT",
  1494. "bin": {
  1495. "acorn": "bin/acorn"
  1496. },
  1497. "engines": {
  1498. "node": ">=0.4.0"
  1499. }
  1500. },
  1501. "node_modules/acorn-jsx": {
  1502. "version": "5.3.2",
  1503. "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  1504. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  1505. "dev": true,
  1506. "license": "MIT",
  1507. "peerDependencies": {
  1508. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  1509. }
  1510. },
  1511. "node_modules/ajv": {
  1512. "version": "6.12.6",
  1513. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
  1514. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  1515. "dev": true,
  1516. "license": "MIT",
  1517. "dependencies": {
  1518. "fast-deep-equal": "^3.1.1",
  1519. "fast-json-stable-stringify": "^2.0.0",
  1520. "json-schema-traverse": "^0.4.1",
  1521. "uri-js": "^4.2.2"
  1522. },
  1523. "funding": {
  1524. "type": "github",
  1525. "url": "https://github.com/sponsors/epoberezkin"
  1526. }
  1527. },
  1528. "node_modules/ansi-styles": {
  1529. "version": "4.3.0",
  1530. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1531. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1532. "dev": true,
  1533. "license": "MIT",
  1534. "dependencies": {
  1535. "color-convert": "^2.0.1"
  1536. },
  1537. "engines": {
  1538. "node": ">=8"
  1539. },
  1540. "funding": {
  1541. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1542. }
  1543. },
  1544. "node_modules/argparse": {
  1545. "version": "2.0.1",
  1546. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  1547. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  1548. "dev": true,
  1549. "license": "Python-2.0"
  1550. },
  1551. "node_modules/balanced-match": {
  1552. "version": "1.0.2",
  1553. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  1554. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1555. "dev": true,
  1556. "license": "MIT"
  1557. },
  1558. "node_modules/brace-expansion": {
  1559. "version": "1.1.11",
  1560. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  1561. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  1562. "dev": true,
  1563. "license": "MIT",
  1564. "dependencies": {
  1565. "balanced-match": "^1.0.0",
  1566. "concat-map": "0.0.1"
  1567. }
  1568. },
  1569. "node_modules/braces": {
  1570. "version": "3.0.3",
  1571. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  1572. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  1573. "dev": true,
  1574. "license": "MIT",
  1575. "dependencies": {
  1576. "fill-range": "^7.1.1"
  1577. },
  1578. "engines": {
  1579. "node": ">=8"
  1580. }
  1581. },
  1582. "node_modules/callsites": {
  1583. "version": "3.1.0",
  1584. "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
  1585. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  1586. "dev": true,
  1587. "license": "MIT",
  1588. "engines": {
  1589. "node": ">=6"
  1590. }
  1591. },
  1592. "node_modules/chalk": {
  1593. "version": "4.1.2",
  1594. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  1595. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  1596. "dev": true,
  1597. "license": "MIT",
  1598. "dependencies": {
  1599. "ansi-styles": "^4.1.0",
  1600. "supports-color": "^7.1.0"
  1601. },
  1602. "engines": {
  1603. "node": ">=10"
  1604. },
  1605. "funding": {
  1606. "url": "https://github.com/chalk/chalk?sponsor=1"
  1607. }
  1608. },
  1609. "node_modules/color-convert": {
  1610. "version": "2.0.1",
  1611. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  1612. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1613. "dev": true,
  1614. "license": "MIT",
  1615. "dependencies": {
  1616. "color-name": "~1.1.4"
  1617. },
  1618. "engines": {
  1619. "node": ">=7.0.0"
  1620. }
  1621. },
  1622. "node_modules/color-name": {
  1623. "version": "1.1.4",
  1624. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  1625. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  1626. "dev": true,
  1627. "license": "MIT"
  1628. },
  1629. "node_modules/concat-map": {
  1630. "version": "0.0.1",
  1631. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  1632. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  1633. "dev": true,
  1634. "license": "MIT"
  1635. },
  1636. "node_modules/cross-spawn": {
  1637. "version": "7.0.6",
  1638. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  1639. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  1640. "dev": true,
  1641. "license": "MIT",
  1642. "dependencies": {
  1643. "path-key": "^3.1.0",
  1644. "shebang-command": "^2.0.0",
  1645. "which": "^2.0.1"
  1646. },
  1647. "engines": {
  1648. "node": ">= 8"
  1649. }
  1650. },
  1651. "node_modules/csstype": {
  1652. "version": "3.1.3",
  1653. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  1654. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  1655. "dev": true,
  1656. "license": "MIT"
  1657. },
  1658. "node_modules/debug": {
  1659. "version": "4.4.1",
  1660. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
  1661. "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
  1662. "dev": true,
  1663. "license": "MIT",
  1664. "dependencies": {
  1665. "ms": "^2.1.3"
  1666. },
  1667. "engines": {
  1668. "node": ">=6.0"
  1669. },
  1670. "peerDependenciesMeta": {
  1671. "supports-color": {
  1672. "optional": true
  1673. }
  1674. }
  1675. },
  1676. "node_modules/deep-is": {
  1677. "version": "0.1.4",
  1678. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  1679. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  1680. "dev": true,
  1681. "license": "MIT"
  1682. },
  1683. "node_modules/esbuild": {
  1684. "version": "0.25.5",
  1685. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.5.tgz",
  1686. "integrity": "sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==",
  1687. "dev": true,
  1688. "hasInstallScript": true,
  1689. "license": "MIT",
  1690. "bin": {
  1691. "esbuild": "bin/esbuild"
  1692. },
  1693. "engines": {
  1694. "node": ">=18"
  1695. },
  1696. "optionalDependencies": {
  1697. "@esbuild/aix-ppc64": "0.25.5",
  1698. "@esbuild/android-arm": "0.25.5",
  1699. "@esbuild/android-arm64": "0.25.5",
  1700. "@esbuild/android-x64": "0.25.5",
  1701. "@esbuild/darwin-arm64": "0.25.5",
  1702. "@esbuild/darwin-x64": "0.25.5",
  1703. "@esbuild/freebsd-arm64": "0.25.5",
  1704. "@esbuild/freebsd-x64": "0.25.5",
  1705. "@esbuild/linux-arm": "0.25.5",
  1706. "@esbuild/linux-arm64": "0.25.5",
  1707. "@esbuild/linux-ia32": "0.25.5",
  1708. "@esbuild/linux-loong64": "0.25.5",
  1709. "@esbuild/linux-mips64el": "0.25.5",
  1710. "@esbuild/linux-ppc64": "0.25.5",
  1711. "@esbuild/linux-riscv64": "0.25.5",
  1712. "@esbuild/linux-s390x": "0.25.5",
  1713. "@esbuild/linux-x64": "0.25.5",
  1714. "@esbuild/netbsd-arm64": "0.25.5",
  1715. "@esbuild/netbsd-x64": "0.25.5",
  1716. "@esbuild/openbsd-arm64": "0.25.5",
  1717. "@esbuild/openbsd-x64": "0.25.5",
  1718. "@esbuild/sunos-x64": "0.25.5",
  1719. "@esbuild/win32-arm64": "0.25.5",
  1720. "@esbuild/win32-ia32": "0.25.5",
  1721. "@esbuild/win32-x64": "0.25.5"
  1722. }
  1723. },
  1724. "node_modules/escape-string-regexp": {
  1725. "version": "4.0.0",
  1726. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  1727. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  1728. "dev": true,
  1729. "license": "MIT",
  1730. "engines": {
  1731. "node": ">=10"
  1732. },
  1733. "funding": {
  1734. "url": "https://github.com/sponsors/sindresorhus"
  1735. }
  1736. },
  1737. "node_modules/eslint": {
  1738. "version": "9.27.0",
  1739. "resolved": "https://registry.npmmirror.com/eslint/-/eslint-9.27.0.tgz",
  1740. "integrity": "sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==",
  1741. "dev": true,
  1742. "license": "MIT",
  1743. "dependencies": {
  1744. "@eslint-community/eslint-utils": "^4.2.0",
  1745. "@eslint-community/regexpp": "^4.12.1",
  1746. "@eslint/config-array": "^0.20.0",
  1747. "@eslint/config-helpers": "^0.2.1",
  1748. "@eslint/core": "^0.14.0",
  1749. "@eslint/eslintrc": "^3.3.1",
  1750. "@eslint/js": "9.27.0",
  1751. "@eslint/plugin-kit": "^0.3.1",
  1752. "@humanfs/node": "^0.16.6",
  1753. "@humanwhocodes/module-importer": "^1.0.1",
  1754. "@humanwhocodes/retry": "^0.4.2",
  1755. "@types/estree": "^1.0.6",
  1756. "@types/json-schema": "^7.0.15",
  1757. "ajv": "^6.12.4",
  1758. "chalk": "^4.0.0",
  1759. "cross-spawn": "^7.0.6",
  1760. "debug": "^4.3.2",
  1761. "escape-string-regexp": "^4.0.0",
  1762. "eslint-scope": "^8.3.0",
  1763. "eslint-visitor-keys": "^4.2.0",
  1764. "espree": "^10.3.0",
  1765. "esquery": "^1.5.0",
  1766. "esutils": "^2.0.2",
  1767. "fast-deep-equal": "^3.1.3",
  1768. "file-entry-cache": "^8.0.0",
  1769. "find-up": "^5.0.0",
  1770. "glob-parent": "^6.0.2",
  1771. "ignore": "^5.2.0",
  1772. "imurmurhash": "^0.1.4",
  1773. "is-glob": "^4.0.0",
  1774. "json-stable-stringify-without-jsonify": "^1.0.1",
  1775. "lodash.merge": "^4.6.2",
  1776. "minimatch": "^3.1.2",
  1777. "natural-compare": "^1.4.0",
  1778. "optionator": "^0.9.3"
  1779. },
  1780. "bin": {
  1781. "eslint": "bin/eslint.js"
  1782. },
  1783. "engines": {
  1784. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1785. },
  1786. "funding": {
  1787. "url": "https://eslint.org/donate"
  1788. },
  1789. "peerDependencies": {
  1790. "jiti": "*"
  1791. },
  1792. "peerDependenciesMeta": {
  1793. "jiti": {
  1794. "optional": true
  1795. }
  1796. }
  1797. },
  1798. "node_modules/eslint-plugin-react-hooks": {
  1799. "version": "5.2.0",
  1800. "resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz",
  1801. "integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==",
  1802. "dev": true,
  1803. "license": "MIT",
  1804. "engines": {
  1805. "node": ">=10"
  1806. },
  1807. "peerDependencies": {
  1808. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
  1809. }
  1810. },
  1811. "node_modules/eslint-plugin-react-refresh": {
  1812. "version": "0.4.20",
  1813. "resolved": "https://registry.npmmirror.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.20.tgz",
  1814. "integrity": "sha512-XpbHQ2q5gUF8BGOX4dHe+71qoirYMhApEPZ7sfhF/dNnOF1UXnCMGZf79SFTBO7Bz5YEIT4TMieSlJBWhP9WBA==",
  1815. "dev": true,
  1816. "license": "MIT",
  1817. "peerDependencies": {
  1818. "eslint": ">=8.40"
  1819. }
  1820. },
  1821. "node_modules/eslint-scope": {
  1822. "version": "8.3.0",
  1823. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.3.0.tgz",
  1824. "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
  1825. "dev": true,
  1826. "license": "BSD-2-Clause",
  1827. "dependencies": {
  1828. "esrecurse": "^4.3.0",
  1829. "estraverse": "^5.2.0"
  1830. },
  1831. "engines": {
  1832. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1833. },
  1834. "funding": {
  1835. "url": "https://opencollective.com/eslint"
  1836. }
  1837. },
  1838. "node_modules/eslint-visitor-keys": {
  1839. "version": "4.2.0",
  1840. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
  1841. "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
  1842. "dev": true,
  1843. "license": "Apache-2.0",
  1844. "engines": {
  1845. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1846. },
  1847. "funding": {
  1848. "url": "https://opencollective.com/eslint"
  1849. }
  1850. },
  1851. "node_modules/espree": {
  1852. "version": "10.3.0",
  1853. "resolved": "https://registry.npmmirror.com/espree/-/espree-10.3.0.tgz",
  1854. "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
  1855. "dev": true,
  1856. "license": "BSD-2-Clause",
  1857. "dependencies": {
  1858. "acorn": "^8.14.0",
  1859. "acorn-jsx": "^5.3.2",
  1860. "eslint-visitor-keys": "^4.2.0"
  1861. },
  1862. "engines": {
  1863. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1864. },
  1865. "funding": {
  1866. "url": "https://opencollective.com/eslint"
  1867. }
  1868. },
  1869. "node_modules/esquery": {
  1870. "version": "1.6.0",
  1871. "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.6.0.tgz",
  1872. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  1873. "dev": true,
  1874. "license": "BSD-3-Clause",
  1875. "dependencies": {
  1876. "estraverse": "^5.1.0"
  1877. },
  1878. "engines": {
  1879. "node": ">=0.10"
  1880. }
  1881. },
  1882. "node_modules/esrecurse": {
  1883. "version": "4.3.0",
  1884. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  1885. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  1886. "dev": true,
  1887. "license": "BSD-2-Clause",
  1888. "dependencies": {
  1889. "estraverse": "^5.2.0"
  1890. },
  1891. "engines": {
  1892. "node": ">=4.0"
  1893. }
  1894. },
  1895. "node_modules/estraverse": {
  1896. "version": "5.3.0",
  1897. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  1898. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  1899. "dev": true,
  1900. "license": "BSD-2-Clause",
  1901. "engines": {
  1902. "node": ">=4.0"
  1903. }
  1904. },
  1905. "node_modules/esutils": {
  1906. "version": "2.0.3",
  1907. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  1908. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  1909. "dev": true,
  1910. "license": "BSD-2-Clause",
  1911. "engines": {
  1912. "node": ">=0.10.0"
  1913. }
  1914. },
  1915. "node_modules/fast-deep-equal": {
  1916. "version": "3.1.3",
  1917. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  1918. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  1919. "dev": true,
  1920. "license": "MIT"
  1921. },
  1922. "node_modules/fast-glob": {
  1923. "version": "3.3.3",
  1924. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  1925. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  1926. "dev": true,
  1927. "license": "MIT",
  1928. "dependencies": {
  1929. "@nodelib/fs.stat": "^2.0.2",
  1930. "@nodelib/fs.walk": "^1.2.3",
  1931. "glob-parent": "^5.1.2",
  1932. "merge2": "^1.3.0",
  1933. "micromatch": "^4.0.8"
  1934. },
  1935. "engines": {
  1936. "node": ">=8.6.0"
  1937. }
  1938. },
  1939. "node_modules/fast-glob/node_modules/glob-parent": {
  1940. "version": "5.1.2",
  1941. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  1942. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  1943. "dev": true,
  1944. "license": "ISC",
  1945. "dependencies": {
  1946. "is-glob": "^4.0.1"
  1947. },
  1948. "engines": {
  1949. "node": ">= 6"
  1950. }
  1951. },
  1952. "node_modules/fast-json-stable-stringify": {
  1953. "version": "2.1.0",
  1954. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  1955. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  1956. "dev": true,
  1957. "license": "MIT"
  1958. },
  1959. "node_modules/fast-levenshtein": {
  1960. "version": "2.0.6",
  1961. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  1962. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  1963. "dev": true,
  1964. "license": "MIT"
  1965. },
  1966. "node_modules/fastq": {
  1967. "version": "1.19.1",
  1968. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.19.1.tgz",
  1969. "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
  1970. "dev": true,
  1971. "license": "ISC",
  1972. "dependencies": {
  1973. "reusify": "^1.0.4"
  1974. }
  1975. },
  1976. "node_modules/file-entry-cache": {
  1977. "version": "8.0.0",
  1978. "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  1979. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  1980. "dev": true,
  1981. "license": "MIT",
  1982. "dependencies": {
  1983. "flat-cache": "^4.0.0"
  1984. },
  1985. "engines": {
  1986. "node": ">=16.0.0"
  1987. }
  1988. },
  1989. "node_modules/fill-range": {
  1990. "version": "7.1.1",
  1991. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  1992. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  1993. "dev": true,
  1994. "license": "MIT",
  1995. "dependencies": {
  1996. "to-regex-range": "^5.0.1"
  1997. },
  1998. "engines": {
  1999. "node": ">=8"
  2000. }
  2001. },
  2002. "node_modules/find-up": {
  2003. "version": "5.0.0",
  2004. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  2005. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  2006. "dev": true,
  2007. "license": "MIT",
  2008. "dependencies": {
  2009. "locate-path": "^6.0.0",
  2010. "path-exists": "^4.0.0"
  2011. },
  2012. "engines": {
  2013. "node": ">=10"
  2014. },
  2015. "funding": {
  2016. "url": "https://github.com/sponsors/sindresorhus"
  2017. }
  2018. },
  2019. "node_modules/flat-cache": {
  2020. "version": "4.0.1",
  2021. "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-4.0.1.tgz",
  2022. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  2023. "dev": true,
  2024. "license": "MIT",
  2025. "dependencies": {
  2026. "flatted": "^3.2.9",
  2027. "keyv": "^4.5.4"
  2028. },
  2029. "engines": {
  2030. "node": ">=16"
  2031. }
  2032. },
  2033. "node_modules/flatted": {
  2034. "version": "3.3.3",
  2035. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.3.tgz",
  2036. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  2037. "dev": true,
  2038. "license": "ISC"
  2039. },
  2040. "node_modules/fsevents": {
  2041. "version": "2.3.3",
  2042. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  2043. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2044. "dev": true,
  2045. "hasInstallScript": true,
  2046. "license": "MIT",
  2047. "optional": true,
  2048. "os": [
  2049. "darwin"
  2050. ],
  2051. "engines": {
  2052. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2053. }
  2054. },
  2055. "node_modules/glob-parent": {
  2056. "version": "6.0.2",
  2057. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  2058. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  2059. "dev": true,
  2060. "license": "ISC",
  2061. "dependencies": {
  2062. "is-glob": "^4.0.3"
  2063. },
  2064. "engines": {
  2065. "node": ">=10.13.0"
  2066. }
  2067. },
  2068. "node_modules/globals": {
  2069. "version": "16.2.0",
  2070. "resolved": "https://registry.npmmirror.com/globals/-/globals-16.2.0.tgz",
  2071. "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==",
  2072. "dev": true,
  2073. "license": "MIT",
  2074. "engines": {
  2075. "node": ">=18"
  2076. },
  2077. "funding": {
  2078. "url": "https://github.com/sponsors/sindresorhus"
  2079. }
  2080. },
  2081. "node_modules/graphemer": {
  2082. "version": "1.4.0",
  2083. "resolved": "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz",
  2084. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  2085. "dev": true,
  2086. "license": "MIT"
  2087. },
  2088. "node_modules/has-flag": {
  2089. "version": "4.0.0",
  2090. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  2091. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  2092. "dev": true,
  2093. "license": "MIT",
  2094. "engines": {
  2095. "node": ">=8"
  2096. }
  2097. },
  2098. "node_modules/ignore": {
  2099. "version": "5.3.2",
  2100. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  2101. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  2102. "dev": true,
  2103. "license": "MIT",
  2104. "engines": {
  2105. "node": ">= 4"
  2106. }
  2107. },
  2108. "node_modules/import-fresh": {
  2109. "version": "3.3.1",
  2110. "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz",
  2111. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  2112. "dev": true,
  2113. "license": "MIT",
  2114. "dependencies": {
  2115. "parent-module": "^1.0.0",
  2116. "resolve-from": "^4.0.0"
  2117. },
  2118. "engines": {
  2119. "node": ">=6"
  2120. },
  2121. "funding": {
  2122. "url": "https://github.com/sponsors/sindresorhus"
  2123. }
  2124. },
  2125. "node_modules/imurmurhash": {
  2126. "version": "0.1.4",
  2127. "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  2128. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  2129. "dev": true,
  2130. "license": "MIT",
  2131. "engines": {
  2132. "node": ">=0.8.19"
  2133. }
  2134. },
  2135. "node_modules/is-extglob": {
  2136. "version": "2.1.1",
  2137. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  2138. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  2139. "dev": true,
  2140. "license": "MIT",
  2141. "engines": {
  2142. "node": ">=0.10.0"
  2143. }
  2144. },
  2145. "node_modules/is-glob": {
  2146. "version": "4.0.3",
  2147. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  2148. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  2149. "dev": true,
  2150. "license": "MIT",
  2151. "dependencies": {
  2152. "is-extglob": "^2.1.1"
  2153. },
  2154. "engines": {
  2155. "node": ">=0.10.0"
  2156. }
  2157. },
  2158. "node_modules/is-number": {
  2159. "version": "7.0.0",
  2160. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  2161. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  2162. "dev": true,
  2163. "license": "MIT",
  2164. "engines": {
  2165. "node": ">=0.12.0"
  2166. }
  2167. },
  2168. "node_modules/isexe": {
  2169. "version": "2.0.0",
  2170. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  2171. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  2172. "dev": true,
  2173. "license": "ISC"
  2174. },
  2175. "node_modules/js-yaml": {
  2176. "version": "4.1.0",
  2177. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
  2178. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  2179. "dev": true,
  2180. "license": "MIT",
  2181. "dependencies": {
  2182. "argparse": "^2.0.1"
  2183. },
  2184. "bin": {
  2185. "js-yaml": "bin/js-yaml.js"
  2186. }
  2187. },
  2188. "node_modules/json-buffer": {
  2189. "version": "3.0.1",
  2190. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
  2191. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  2192. "dev": true,
  2193. "license": "MIT"
  2194. },
  2195. "node_modules/json-schema-traverse": {
  2196. "version": "0.4.1",
  2197. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  2198. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  2199. "dev": true,
  2200. "license": "MIT"
  2201. },
  2202. "node_modules/json-stable-stringify-without-jsonify": {
  2203. "version": "1.0.1",
  2204. "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  2205. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  2206. "dev": true,
  2207. "license": "MIT"
  2208. },
  2209. "node_modules/keyv": {
  2210. "version": "4.5.4",
  2211. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
  2212. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  2213. "dev": true,
  2214. "license": "MIT",
  2215. "dependencies": {
  2216. "json-buffer": "3.0.1"
  2217. }
  2218. },
  2219. "node_modules/levn": {
  2220. "version": "0.4.1",
  2221. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
  2222. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  2223. "dev": true,
  2224. "license": "MIT",
  2225. "dependencies": {
  2226. "prelude-ls": "^1.2.1",
  2227. "type-check": "~0.4.0"
  2228. },
  2229. "engines": {
  2230. "node": ">= 0.8.0"
  2231. }
  2232. },
  2233. "node_modules/locate-path": {
  2234. "version": "6.0.0",
  2235. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  2236. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  2237. "dev": true,
  2238. "license": "MIT",
  2239. "dependencies": {
  2240. "p-locate": "^5.0.0"
  2241. },
  2242. "engines": {
  2243. "node": ">=10"
  2244. },
  2245. "funding": {
  2246. "url": "https://github.com/sponsors/sindresorhus"
  2247. }
  2248. },
  2249. "node_modules/lodash.merge": {
  2250. "version": "4.6.2",
  2251. "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
  2252. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  2253. "dev": true,
  2254. "license": "MIT"
  2255. },
  2256. "node_modules/merge2": {
  2257. "version": "1.4.1",
  2258. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  2259. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  2260. "dev": true,
  2261. "license": "MIT",
  2262. "engines": {
  2263. "node": ">= 8"
  2264. }
  2265. },
  2266. "node_modules/micromatch": {
  2267. "version": "4.0.8",
  2268. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  2269. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  2270. "dev": true,
  2271. "license": "MIT",
  2272. "dependencies": {
  2273. "braces": "^3.0.3",
  2274. "picomatch": "^2.3.1"
  2275. },
  2276. "engines": {
  2277. "node": ">=8.6"
  2278. }
  2279. },
  2280. "node_modules/minimatch": {
  2281. "version": "3.1.2",
  2282. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  2283. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  2284. "dev": true,
  2285. "license": "ISC",
  2286. "dependencies": {
  2287. "brace-expansion": "^1.1.7"
  2288. },
  2289. "engines": {
  2290. "node": "*"
  2291. }
  2292. },
  2293. "node_modules/ms": {
  2294. "version": "2.1.3",
  2295. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  2296. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  2297. "dev": true,
  2298. "license": "MIT"
  2299. },
  2300. "node_modules/nanoid": {
  2301. "version": "3.3.11",
  2302. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  2303. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  2304. "dev": true,
  2305. "funding": [
  2306. {
  2307. "type": "github",
  2308. "url": "https://github.com/sponsors/ai"
  2309. }
  2310. ],
  2311. "license": "MIT",
  2312. "bin": {
  2313. "nanoid": "bin/nanoid.cjs"
  2314. },
  2315. "engines": {
  2316. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2317. }
  2318. },
  2319. "node_modules/natural-compare": {
  2320. "version": "1.4.0",
  2321. "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
  2322. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  2323. "dev": true,
  2324. "license": "MIT"
  2325. },
  2326. "node_modules/optionator": {
  2327. "version": "0.9.4",
  2328. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
  2329. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  2330. "dev": true,
  2331. "license": "MIT",
  2332. "dependencies": {
  2333. "deep-is": "^0.1.3",
  2334. "fast-levenshtein": "^2.0.6",
  2335. "levn": "^0.4.1",
  2336. "prelude-ls": "^1.2.1",
  2337. "type-check": "^0.4.0",
  2338. "word-wrap": "^1.2.5"
  2339. },
  2340. "engines": {
  2341. "node": ">= 0.8.0"
  2342. }
  2343. },
  2344. "node_modules/p-limit": {
  2345. "version": "3.1.0",
  2346. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
  2347. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  2348. "dev": true,
  2349. "license": "MIT",
  2350. "dependencies": {
  2351. "yocto-queue": "^0.1.0"
  2352. },
  2353. "engines": {
  2354. "node": ">=10"
  2355. },
  2356. "funding": {
  2357. "url": "https://github.com/sponsors/sindresorhus"
  2358. }
  2359. },
  2360. "node_modules/p-locate": {
  2361. "version": "5.0.0",
  2362. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  2363. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  2364. "dev": true,
  2365. "license": "MIT",
  2366. "dependencies": {
  2367. "p-limit": "^3.0.2"
  2368. },
  2369. "engines": {
  2370. "node": ">=10"
  2371. },
  2372. "funding": {
  2373. "url": "https://github.com/sponsors/sindresorhus"
  2374. }
  2375. },
  2376. "node_modules/parent-module": {
  2377. "version": "1.0.1",
  2378. "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  2379. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  2380. "dev": true,
  2381. "license": "MIT",
  2382. "dependencies": {
  2383. "callsites": "^3.0.0"
  2384. },
  2385. "engines": {
  2386. "node": ">=6"
  2387. }
  2388. },
  2389. "node_modules/path-exists": {
  2390. "version": "4.0.0",
  2391. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  2392. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  2393. "dev": true,
  2394. "license": "MIT",
  2395. "engines": {
  2396. "node": ">=8"
  2397. }
  2398. },
  2399. "node_modules/path-key": {
  2400. "version": "3.1.1",
  2401. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  2402. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  2403. "dev": true,
  2404. "license": "MIT",
  2405. "engines": {
  2406. "node": ">=8"
  2407. }
  2408. },
  2409. "node_modules/picocolors": {
  2410. "version": "1.1.1",
  2411. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  2412. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  2413. "dev": true,
  2414. "license": "ISC"
  2415. },
  2416. "node_modules/picomatch": {
  2417. "version": "2.3.1",
  2418. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  2419. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  2420. "dev": true,
  2421. "license": "MIT",
  2422. "engines": {
  2423. "node": ">=8.6"
  2424. },
  2425. "funding": {
  2426. "url": "https://github.com/sponsors/jonschlinkert"
  2427. }
  2428. },
  2429. "node_modules/postcss": {
  2430. "version": "8.5.3",
  2431. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.3.tgz",
  2432. "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
  2433. "dev": true,
  2434. "funding": [
  2435. {
  2436. "type": "opencollective",
  2437. "url": "https://opencollective.com/postcss/"
  2438. },
  2439. {
  2440. "type": "tidelift",
  2441. "url": "https://tidelift.com/funding/github/npm/postcss"
  2442. },
  2443. {
  2444. "type": "github",
  2445. "url": "https://github.com/sponsors/ai"
  2446. }
  2447. ],
  2448. "license": "MIT",
  2449. "dependencies": {
  2450. "nanoid": "^3.3.8",
  2451. "picocolors": "^1.1.1",
  2452. "source-map-js": "^1.2.1"
  2453. },
  2454. "engines": {
  2455. "node": "^10 || ^12 || >=14"
  2456. }
  2457. },
  2458. "node_modules/prelude-ls": {
  2459. "version": "1.2.1",
  2460. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
  2461. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  2462. "dev": true,
  2463. "license": "MIT",
  2464. "engines": {
  2465. "node": ">= 0.8.0"
  2466. }
  2467. },
  2468. "node_modules/punycode": {
  2469. "version": "2.3.1",
  2470. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  2471. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  2472. "dev": true,
  2473. "license": "MIT",
  2474. "engines": {
  2475. "node": ">=6"
  2476. }
  2477. },
  2478. "node_modules/queue-microtask": {
  2479. "version": "1.2.3",
  2480. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  2481. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  2482. "dev": true,
  2483. "funding": [
  2484. {
  2485. "type": "github",
  2486. "url": "https://github.com/sponsors/feross"
  2487. },
  2488. {
  2489. "type": "patreon",
  2490. "url": "https://www.patreon.com/feross"
  2491. },
  2492. {
  2493. "type": "consulting",
  2494. "url": "https://feross.org/support"
  2495. }
  2496. ],
  2497. "license": "MIT"
  2498. },
  2499. "node_modules/react": {
  2500. "version": "19.1.0",
  2501. "resolved": "https://registry.npmmirror.com/react/-/react-19.1.0.tgz",
  2502. "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==",
  2503. "license": "MIT",
  2504. "engines": {
  2505. "node": ">=0.10.0"
  2506. }
  2507. },
  2508. "node_modules/react-dom": {
  2509. "version": "19.1.0",
  2510. "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-19.1.0.tgz",
  2511. "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==",
  2512. "license": "MIT",
  2513. "dependencies": {
  2514. "scheduler": "^0.26.0"
  2515. },
  2516. "peerDependencies": {
  2517. "react": "^19.1.0"
  2518. }
  2519. },
  2520. "node_modules/resolve-from": {
  2521. "version": "4.0.0",
  2522. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
  2523. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  2524. "dev": true,
  2525. "license": "MIT",
  2526. "engines": {
  2527. "node": ">=4"
  2528. }
  2529. },
  2530. "node_modules/reusify": {
  2531. "version": "1.1.0",
  2532. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  2533. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  2534. "dev": true,
  2535. "license": "MIT",
  2536. "engines": {
  2537. "iojs": ">=1.0.0",
  2538. "node": ">=0.10.0"
  2539. }
  2540. },
  2541. "node_modules/rollup": {
  2542. "version": "4.41.1",
  2543. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.41.1.tgz",
  2544. "integrity": "sha512-cPmwD3FnFv8rKMBc1MxWCwVQFxwf1JEmSX3iQXrRVVG15zerAIXRjMFVWnd5Q5QvgKF7Aj+5ykXFhUl+QGnyOw==",
  2545. "dev": true,
  2546. "license": "MIT",
  2547. "dependencies": {
  2548. "@types/estree": "1.0.7"
  2549. },
  2550. "bin": {
  2551. "rollup": "dist/bin/rollup"
  2552. },
  2553. "engines": {
  2554. "node": ">=18.0.0",
  2555. "npm": ">=8.0.0"
  2556. },
  2557. "optionalDependencies": {
  2558. "@rollup/rollup-android-arm-eabi": "4.41.1",
  2559. "@rollup/rollup-android-arm64": "4.41.1",
  2560. "@rollup/rollup-darwin-arm64": "4.41.1",
  2561. "@rollup/rollup-darwin-x64": "4.41.1",
  2562. "@rollup/rollup-freebsd-arm64": "4.41.1",
  2563. "@rollup/rollup-freebsd-x64": "4.41.1",
  2564. "@rollup/rollup-linux-arm-gnueabihf": "4.41.1",
  2565. "@rollup/rollup-linux-arm-musleabihf": "4.41.1",
  2566. "@rollup/rollup-linux-arm64-gnu": "4.41.1",
  2567. "@rollup/rollup-linux-arm64-musl": "4.41.1",
  2568. "@rollup/rollup-linux-loongarch64-gnu": "4.41.1",
  2569. "@rollup/rollup-linux-powerpc64le-gnu": "4.41.1",
  2570. "@rollup/rollup-linux-riscv64-gnu": "4.41.1",
  2571. "@rollup/rollup-linux-riscv64-musl": "4.41.1",
  2572. "@rollup/rollup-linux-s390x-gnu": "4.41.1",
  2573. "@rollup/rollup-linux-x64-gnu": "4.41.1",
  2574. "@rollup/rollup-linux-x64-musl": "4.41.1",
  2575. "@rollup/rollup-win32-arm64-msvc": "4.41.1",
  2576. "@rollup/rollup-win32-ia32-msvc": "4.41.1",
  2577. "@rollup/rollup-win32-x64-msvc": "4.41.1",
  2578. "fsevents": "~2.3.2"
  2579. }
  2580. },
  2581. "node_modules/run-parallel": {
  2582. "version": "1.2.0",
  2583. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  2584. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  2585. "dev": true,
  2586. "funding": [
  2587. {
  2588. "type": "github",
  2589. "url": "https://github.com/sponsors/feross"
  2590. },
  2591. {
  2592. "type": "patreon",
  2593. "url": "https://www.patreon.com/feross"
  2594. },
  2595. {
  2596. "type": "consulting",
  2597. "url": "https://feross.org/support"
  2598. }
  2599. ],
  2600. "license": "MIT",
  2601. "dependencies": {
  2602. "queue-microtask": "^1.2.2"
  2603. }
  2604. },
  2605. "node_modules/scheduler": {
  2606. "version": "0.26.0",
  2607. "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.26.0.tgz",
  2608. "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==",
  2609. "license": "MIT"
  2610. },
  2611. "node_modules/semver": {
  2612. "version": "7.7.2",
  2613. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  2614. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  2615. "dev": true,
  2616. "license": "ISC",
  2617. "bin": {
  2618. "semver": "bin/semver.js"
  2619. },
  2620. "engines": {
  2621. "node": ">=10"
  2622. }
  2623. },
  2624. "node_modules/shebang-command": {
  2625. "version": "2.0.0",
  2626. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  2627. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  2628. "dev": true,
  2629. "license": "MIT",
  2630. "dependencies": {
  2631. "shebang-regex": "^3.0.0"
  2632. },
  2633. "engines": {
  2634. "node": ">=8"
  2635. }
  2636. },
  2637. "node_modules/shebang-regex": {
  2638. "version": "3.0.0",
  2639. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  2640. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  2641. "dev": true,
  2642. "license": "MIT",
  2643. "engines": {
  2644. "node": ">=8"
  2645. }
  2646. },
  2647. "node_modules/source-map-js": {
  2648. "version": "1.2.1",
  2649. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  2650. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  2651. "dev": true,
  2652. "license": "BSD-3-Clause",
  2653. "engines": {
  2654. "node": ">=0.10.0"
  2655. }
  2656. },
  2657. "node_modules/strip-json-comments": {
  2658. "version": "3.1.1",
  2659. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  2660. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  2661. "dev": true,
  2662. "license": "MIT",
  2663. "engines": {
  2664. "node": ">=8"
  2665. },
  2666. "funding": {
  2667. "url": "https://github.com/sponsors/sindresorhus"
  2668. }
  2669. },
  2670. "node_modules/supports-color": {
  2671. "version": "7.2.0",
  2672. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  2673. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  2674. "dev": true,
  2675. "license": "MIT",
  2676. "dependencies": {
  2677. "has-flag": "^4.0.0"
  2678. },
  2679. "engines": {
  2680. "node": ">=8"
  2681. }
  2682. },
  2683. "node_modules/tinyglobby": {
  2684. "version": "0.2.14",
  2685. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.14.tgz",
  2686. "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
  2687. "dev": true,
  2688. "license": "MIT",
  2689. "dependencies": {
  2690. "fdir": "^6.4.4",
  2691. "picomatch": "^4.0.2"
  2692. },
  2693. "engines": {
  2694. "node": ">=12.0.0"
  2695. },
  2696. "funding": {
  2697. "url": "https://github.com/sponsors/SuperchupuDev"
  2698. }
  2699. },
  2700. "node_modules/tinyglobby/node_modules/fdir": {
  2701. "version": "6.4.4",
  2702. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.4.tgz",
  2703. "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==",
  2704. "dev": true,
  2705. "license": "MIT",
  2706. "peerDependencies": {
  2707. "picomatch": "^3 || ^4"
  2708. },
  2709. "peerDependenciesMeta": {
  2710. "picomatch": {
  2711. "optional": true
  2712. }
  2713. }
  2714. },
  2715. "node_modules/tinyglobby/node_modules/picomatch": {
  2716. "version": "4.0.2",
  2717. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  2718. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  2719. "dev": true,
  2720. "license": "MIT",
  2721. "engines": {
  2722. "node": ">=12"
  2723. },
  2724. "funding": {
  2725. "url": "https://github.com/sponsors/jonschlinkert"
  2726. }
  2727. },
  2728. "node_modules/to-regex-range": {
  2729. "version": "5.0.1",
  2730. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  2731. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  2732. "dev": true,
  2733. "license": "MIT",
  2734. "dependencies": {
  2735. "is-number": "^7.0.0"
  2736. },
  2737. "engines": {
  2738. "node": ">=8.0"
  2739. }
  2740. },
  2741. "node_modules/ts-api-utils": {
  2742. "version": "2.1.0",
  2743. "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
  2744. "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
  2745. "dev": true,
  2746. "license": "MIT",
  2747. "engines": {
  2748. "node": ">=18.12"
  2749. },
  2750. "peerDependencies": {
  2751. "typescript": ">=4.8.4"
  2752. }
  2753. },
  2754. "node_modules/type-check": {
  2755. "version": "0.4.0",
  2756. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
  2757. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  2758. "dev": true,
  2759. "license": "MIT",
  2760. "dependencies": {
  2761. "prelude-ls": "^1.2.1"
  2762. },
  2763. "engines": {
  2764. "node": ">= 0.8.0"
  2765. }
  2766. },
  2767. "node_modules/typescript": {
  2768. "version": "5.8.3",
  2769. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.3.tgz",
  2770. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  2771. "dev": true,
  2772. "license": "Apache-2.0",
  2773. "bin": {
  2774. "tsc": "bin/tsc",
  2775. "tsserver": "bin/tsserver"
  2776. },
  2777. "engines": {
  2778. "node": ">=14.17"
  2779. }
  2780. },
  2781. "node_modules/typescript-eslint": {
  2782. "version": "8.32.1",
  2783. "resolved": "https://registry.npmmirror.com/typescript-eslint/-/typescript-eslint-8.32.1.tgz",
  2784. "integrity": "sha512-D7el+eaDHAmXvrZBy1zpzSNIRqnCOrkwTgZxTu3MUqRWk8k0q9m9Ho4+vPf7iHtgUfrK/o8IZaEApsxPlHTFCg==",
  2785. "dev": true,
  2786. "license": "MIT",
  2787. "dependencies": {
  2788. "@typescript-eslint/eslint-plugin": "8.32.1",
  2789. "@typescript-eslint/parser": "8.32.1",
  2790. "@typescript-eslint/utils": "8.32.1"
  2791. },
  2792. "engines": {
  2793. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2794. },
  2795. "funding": {
  2796. "type": "opencollective",
  2797. "url": "https://opencollective.com/typescript-eslint"
  2798. },
  2799. "peerDependencies": {
  2800. "eslint": "^8.57.0 || ^9.0.0",
  2801. "typescript": ">=4.8.4 <5.9.0"
  2802. }
  2803. },
  2804. "node_modules/uri-js": {
  2805. "version": "4.4.1",
  2806. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  2807. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  2808. "dev": true,
  2809. "license": "BSD-2-Clause",
  2810. "dependencies": {
  2811. "punycode": "^2.1.0"
  2812. }
  2813. },
  2814. "node_modules/vite": {
  2815. "version": "6.3.5",
  2816. "resolved": "https://registry.npmmirror.com/vite/-/vite-6.3.5.tgz",
  2817. "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==",
  2818. "dev": true,
  2819. "license": "MIT",
  2820. "dependencies": {
  2821. "esbuild": "^0.25.0",
  2822. "fdir": "^6.4.4",
  2823. "picomatch": "^4.0.2",
  2824. "postcss": "^8.5.3",
  2825. "rollup": "^4.34.9",
  2826. "tinyglobby": "^0.2.13"
  2827. },
  2828. "bin": {
  2829. "vite": "bin/vite.js"
  2830. },
  2831. "engines": {
  2832. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  2833. },
  2834. "funding": {
  2835. "url": "https://github.com/vitejs/vite?sponsor=1"
  2836. },
  2837. "optionalDependencies": {
  2838. "fsevents": "~2.3.3"
  2839. },
  2840. "peerDependencies": {
  2841. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  2842. "jiti": ">=1.21.0",
  2843. "less": "*",
  2844. "lightningcss": "^1.21.0",
  2845. "sass": "*",
  2846. "sass-embedded": "*",
  2847. "stylus": "*",
  2848. "sugarss": "*",
  2849. "terser": "^5.16.0",
  2850. "tsx": "^4.8.1",
  2851. "yaml": "^2.4.2"
  2852. },
  2853. "peerDependenciesMeta": {
  2854. "@types/node": {
  2855. "optional": true
  2856. },
  2857. "jiti": {
  2858. "optional": true
  2859. },
  2860. "less": {
  2861. "optional": true
  2862. },
  2863. "lightningcss": {
  2864. "optional": true
  2865. },
  2866. "sass": {
  2867. "optional": true
  2868. },
  2869. "sass-embedded": {
  2870. "optional": true
  2871. },
  2872. "stylus": {
  2873. "optional": true
  2874. },
  2875. "sugarss": {
  2876. "optional": true
  2877. },
  2878. "terser": {
  2879. "optional": true
  2880. },
  2881. "tsx": {
  2882. "optional": true
  2883. },
  2884. "yaml": {
  2885. "optional": true
  2886. }
  2887. }
  2888. },
  2889. "node_modules/vite/node_modules/fdir": {
  2890. "version": "6.4.4",
  2891. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.4.tgz",
  2892. "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==",
  2893. "dev": true,
  2894. "license": "MIT",
  2895. "peerDependencies": {
  2896. "picomatch": "^3 || ^4"
  2897. },
  2898. "peerDependenciesMeta": {
  2899. "picomatch": {
  2900. "optional": true
  2901. }
  2902. }
  2903. },
  2904. "node_modules/vite/node_modules/picomatch": {
  2905. "version": "4.0.2",
  2906. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  2907. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  2908. "dev": true,
  2909. "license": "MIT",
  2910. "engines": {
  2911. "node": ">=12"
  2912. },
  2913. "funding": {
  2914. "url": "https://github.com/sponsors/jonschlinkert"
  2915. }
  2916. },
  2917. "node_modules/which": {
  2918. "version": "2.0.2",
  2919. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  2920. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  2921. "dev": true,
  2922. "license": "ISC",
  2923. "dependencies": {
  2924. "isexe": "^2.0.0"
  2925. },
  2926. "bin": {
  2927. "node-which": "bin/node-which"
  2928. },
  2929. "engines": {
  2930. "node": ">= 8"
  2931. }
  2932. },
  2933. "node_modules/word-wrap": {
  2934. "version": "1.2.5",
  2935. "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
  2936. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  2937. "dev": true,
  2938. "license": "MIT",
  2939. "engines": {
  2940. "node": ">=0.10.0"
  2941. }
  2942. },
  2943. "node_modules/yocto-queue": {
  2944. "version": "0.1.0",
  2945. "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
  2946. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  2947. "dev": true,
  2948. "license": "MIT",
  2949. "engines": {
  2950. "node": ">=10"
  2951. },
  2952. "funding": {
  2953. "url": "https://github.com/sponsors/sindresorhus"
  2954. }
  2955. }
  2956. }
  2957. }