package-lock.json 139 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259
  1. {
  2. "name": "zhishiku",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "zhishiku",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@tailwindcss/postcss": "^4.2.2",
  13. "@types/fluent-ffmpeg": "^2.1.28",
  14. "bcryptjs": "^3.0.3",
  15. "bullmq": "^5.74.1",
  16. "class-variance-authority": "^0.7.1",
  17. "clsx": "^2.1.1",
  18. "dotenv": "^17.4.2",
  19. "drizzle-orm": "^0.45.2",
  20. "fluent-ffmpeg": "^2.1.3",
  21. "hls.js": "^1.6.16",
  22. "lucide-react": "^1.8.0",
  23. "minio": "^8.0.7",
  24. "next": "^15.0.0",
  25. "next-auth": "^5.0.0-beta.31",
  26. "pg": "^8.20.0",
  27. "react": "^19.0.0",
  28. "react-dom": "^19.0.0",
  29. "tailwind-merge": "^3.5.0",
  30. "tailwindcss": "^4.2.2"
  31. },
  32. "devDependencies": {
  33. "@types/pg": "^8.20.0",
  34. "@types/react": "^19.0.0",
  35. "@types/react-dom": "^19.0.0",
  36. "drizzle-kit": "^0.31.10",
  37. "tsx": "^4.21.0",
  38. "typescript": "^6.0.3"
  39. }
  40. },
  41. "node_modules/@alloc/quick-lru": {
  42. "version": "5.2.0",
  43. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  44. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  45. "license": "MIT",
  46. "engines": {
  47. "node": ">=10"
  48. },
  49. "funding": {
  50. "url": "https://github.com/sponsors/sindresorhus"
  51. }
  52. },
  53. "node_modules/@auth/core": {
  54. "version": "0.41.2",
  55. "resolved": "https://registry.npmjs.org/@auth/core/-/core-0.41.2.tgz",
  56. "integrity": "sha512-Hx5MNBxN2fJTbJKGUKAA0wca43D0Akl3TvufY54Gn8lop7F+34vU1zA1pn0vQfIoVuLIrpfc2nkyjwIaPJMW7w==",
  57. "license": "ISC",
  58. "dependencies": {
  59. "@panva/hkdf": "^1.2.1",
  60. "jose": "^6.0.6",
  61. "oauth4webapi": "^3.3.0",
  62. "preact": "10.24.3",
  63. "preact-render-to-string": "6.5.11"
  64. },
  65. "peerDependencies": {
  66. "@simplewebauthn/browser": "^9.0.1",
  67. "@simplewebauthn/server": "^9.0.2",
  68. "nodemailer": "^7.0.7"
  69. },
  70. "peerDependenciesMeta": {
  71. "@simplewebauthn/browser": {
  72. "optional": true
  73. },
  74. "@simplewebauthn/server": {
  75. "optional": true
  76. },
  77. "nodemailer": {
  78. "optional": true
  79. }
  80. }
  81. },
  82. "node_modules/@drizzle-team/brocli": {
  83. "version": "0.10.2",
  84. "resolved": "https://registry.npmjs.org/@drizzle-team/brocli/-/brocli-0.10.2.tgz",
  85. "integrity": "sha512-z33Il7l5dKjUgGULTqBsQBQwckHh5AbIuxhdsIxDDiZAzBOrZO6q9ogcWC65kU382AfynTfgNumVcNIjuIua6w==",
  86. "dev": true,
  87. "license": "Apache-2.0"
  88. },
  89. "node_modules/@emnapi/runtime": {
  90. "version": "1.10.0",
  91. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
  92. "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
  93. "license": "MIT",
  94. "optional": true,
  95. "dependencies": {
  96. "tslib": "^2.4.0"
  97. }
  98. },
  99. "node_modules/@esbuild-kit/core-utils": {
  100. "version": "3.3.2",
  101. "resolved": "https://registry.npmjs.org/@esbuild-kit/core-utils/-/core-utils-3.3.2.tgz",
  102. "integrity": "sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==",
  103. "deprecated": "Merged into tsx: https://tsx.is",
  104. "dev": true,
  105. "license": "MIT",
  106. "dependencies": {
  107. "esbuild": "~0.18.20",
  108. "source-map-support": "^0.5.21"
  109. }
  110. },
  111. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/android-arm": {
  112. "version": "0.18.20",
  113. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz",
  114. "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==",
  115. "cpu": [
  116. "arm"
  117. ],
  118. "dev": true,
  119. "license": "MIT",
  120. "optional": true,
  121. "os": [
  122. "android"
  123. ],
  124. "engines": {
  125. "node": ">=12"
  126. }
  127. },
  128. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/android-arm64": {
  129. "version": "0.18.20",
  130. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz",
  131. "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==",
  132. "cpu": [
  133. "arm64"
  134. ],
  135. "dev": true,
  136. "license": "MIT",
  137. "optional": true,
  138. "os": [
  139. "android"
  140. ],
  141. "engines": {
  142. "node": ">=12"
  143. }
  144. },
  145. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/android-x64": {
  146. "version": "0.18.20",
  147. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz",
  148. "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==",
  149. "cpu": [
  150. "x64"
  151. ],
  152. "dev": true,
  153. "license": "MIT",
  154. "optional": true,
  155. "os": [
  156. "android"
  157. ],
  158. "engines": {
  159. "node": ">=12"
  160. }
  161. },
  162. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/darwin-arm64": {
  163. "version": "0.18.20",
  164. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz",
  165. "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==",
  166. "cpu": [
  167. "arm64"
  168. ],
  169. "dev": true,
  170. "license": "MIT",
  171. "optional": true,
  172. "os": [
  173. "darwin"
  174. ],
  175. "engines": {
  176. "node": ">=12"
  177. }
  178. },
  179. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/darwin-x64": {
  180. "version": "0.18.20",
  181. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz",
  182. "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==",
  183. "cpu": [
  184. "x64"
  185. ],
  186. "dev": true,
  187. "license": "MIT",
  188. "optional": true,
  189. "os": [
  190. "darwin"
  191. ],
  192. "engines": {
  193. "node": ">=12"
  194. }
  195. },
  196. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/freebsd-arm64": {
  197. "version": "0.18.20",
  198. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz",
  199. "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==",
  200. "cpu": [
  201. "arm64"
  202. ],
  203. "dev": true,
  204. "license": "MIT",
  205. "optional": true,
  206. "os": [
  207. "freebsd"
  208. ],
  209. "engines": {
  210. "node": ">=12"
  211. }
  212. },
  213. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/freebsd-x64": {
  214. "version": "0.18.20",
  215. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz",
  216. "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==",
  217. "cpu": [
  218. "x64"
  219. ],
  220. "dev": true,
  221. "license": "MIT",
  222. "optional": true,
  223. "os": [
  224. "freebsd"
  225. ],
  226. "engines": {
  227. "node": ">=12"
  228. }
  229. },
  230. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-arm": {
  231. "version": "0.18.20",
  232. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz",
  233. "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==",
  234. "cpu": [
  235. "arm"
  236. ],
  237. "dev": true,
  238. "license": "MIT",
  239. "optional": true,
  240. "os": [
  241. "linux"
  242. ],
  243. "engines": {
  244. "node": ">=12"
  245. }
  246. },
  247. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-arm64": {
  248. "version": "0.18.20",
  249. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz",
  250. "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==",
  251. "cpu": [
  252. "arm64"
  253. ],
  254. "dev": true,
  255. "license": "MIT",
  256. "optional": true,
  257. "os": [
  258. "linux"
  259. ],
  260. "engines": {
  261. "node": ">=12"
  262. }
  263. },
  264. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-ia32": {
  265. "version": "0.18.20",
  266. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz",
  267. "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==",
  268. "cpu": [
  269. "ia32"
  270. ],
  271. "dev": true,
  272. "license": "MIT",
  273. "optional": true,
  274. "os": [
  275. "linux"
  276. ],
  277. "engines": {
  278. "node": ">=12"
  279. }
  280. },
  281. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-loong64": {
  282. "version": "0.18.20",
  283. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz",
  284. "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==",
  285. "cpu": [
  286. "loong64"
  287. ],
  288. "dev": true,
  289. "license": "MIT",
  290. "optional": true,
  291. "os": [
  292. "linux"
  293. ],
  294. "engines": {
  295. "node": ">=12"
  296. }
  297. },
  298. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-mips64el": {
  299. "version": "0.18.20",
  300. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz",
  301. "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==",
  302. "cpu": [
  303. "mips64el"
  304. ],
  305. "dev": true,
  306. "license": "MIT",
  307. "optional": true,
  308. "os": [
  309. "linux"
  310. ],
  311. "engines": {
  312. "node": ">=12"
  313. }
  314. },
  315. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-ppc64": {
  316. "version": "0.18.20",
  317. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz",
  318. "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==",
  319. "cpu": [
  320. "ppc64"
  321. ],
  322. "dev": true,
  323. "license": "MIT",
  324. "optional": true,
  325. "os": [
  326. "linux"
  327. ],
  328. "engines": {
  329. "node": ">=12"
  330. }
  331. },
  332. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-riscv64": {
  333. "version": "0.18.20",
  334. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz",
  335. "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==",
  336. "cpu": [
  337. "riscv64"
  338. ],
  339. "dev": true,
  340. "license": "MIT",
  341. "optional": true,
  342. "os": [
  343. "linux"
  344. ],
  345. "engines": {
  346. "node": ">=12"
  347. }
  348. },
  349. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-s390x": {
  350. "version": "0.18.20",
  351. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz",
  352. "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==",
  353. "cpu": [
  354. "s390x"
  355. ],
  356. "dev": true,
  357. "license": "MIT",
  358. "optional": true,
  359. "os": [
  360. "linux"
  361. ],
  362. "engines": {
  363. "node": ">=12"
  364. }
  365. },
  366. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/linux-x64": {
  367. "version": "0.18.20",
  368. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
  369. "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
  370. "cpu": [
  371. "x64"
  372. ],
  373. "dev": true,
  374. "license": "MIT",
  375. "optional": true,
  376. "os": [
  377. "linux"
  378. ],
  379. "engines": {
  380. "node": ">=12"
  381. }
  382. },
  383. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/netbsd-x64": {
  384. "version": "0.18.20",
  385. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz",
  386. "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==",
  387. "cpu": [
  388. "x64"
  389. ],
  390. "dev": true,
  391. "license": "MIT",
  392. "optional": true,
  393. "os": [
  394. "netbsd"
  395. ],
  396. "engines": {
  397. "node": ">=12"
  398. }
  399. },
  400. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/openbsd-x64": {
  401. "version": "0.18.20",
  402. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz",
  403. "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==",
  404. "cpu": [
  405. "x64"
  406. ],
  407. "dev": true,
  408. "license": "MIT",
  409. "optional": true,
  410. "os": [
  411. "openbsd"
  412. ],
  413. "engines": {
  414. "node": ">=12"
  415. }
  416. },
  417. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/sunos-x64": {
  418. "version": "0.18.20",
  419. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz",
  420. "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==",
  421. "cpu": [
  422. "x64"
  423. ],
  424. "dev": true,
  425. "license": "MIT",
  426. "optional": true,
  427. "os": [
  428. "sunos"
  429. ],
  430. "engines": {
  431. "node": ">=12"
  432. }
  433. },
  434. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/win32-arm64": {
  435. "version": "0.18.20",
  436. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz",
  437. "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==",
  438. "cpu": [
  439. "arm64"
  440. ],
  441. "dev": true,
  442. "license": "MIT",
  443. "optional": true,
  444. "os": [
  445. "win32"
  446. ],
  447. "engines": {
  448. "node": ">=12"
  449. }
  450. },
  451. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/win32-ia32": {
  452. "version": "0.18.20",
  453. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz",
  454. "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==",
  455. "cpu": [
  456. "ia32"
  457. ],
  458. "dev": true,
  459. "license": "MIT",
  460. "optional": true,
  461. "os": [
  462. "win32"
  463. ],
  464. "engines": {
  465. "node": ">=12"
  466. }
  467. },
  468. "node_modules/@esbuild-kit/core-utils/node_modules/@esbuild/win32-x64": {
  469. "version": "0.18.20",
  470. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
  471. "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
  472. "cpu": [
  473. "x64"
  474. ],
  475. "dev": true,
  476. "license": "MIT",
  477. "optional": true,
  478. "os": [
  479. "win32"
  480. ],
  481. "engines": {
  482. "node": ">=12"
  483. }
  484. },
  485. "node_modules/@esbuild-kit/core-utils/node_modules/esbuild": {
  486. "version": "0.18.20",
  487. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
  488. "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
  489. "dev": true,
  490. "hasInstallScript": true,
  491. "license": "MIT",
  492. "bin": {
  493. "esbuild": "bin/esbuild"
  494. },
  495. "engines": {
  496. "node": ">=12"
  497. },
  498. "optionalDependencies": {
  499. "@esbuild/android-arm": "0.18.20",
  500. "@esbuild/android-arm64": "0.18.20",
  501. "@esbuild/android-x64": "0.18.20",
  502. "@esbuild/darwin-arm64": "0.18.20",
  503. "@esbuild/darwin-x64": "0.18.20",
  504. "@esbuild/freebsd-arm64": "0.18.20",
  505. "@esbuild/freebsd-x64": "0.18.20",
  506. "@esbuild/linux-arm": "0.18.20",
  507. "@esbuild/linux-arm64": "0.18.20",
  508. "@esbuild/linux-ia32": "0.18.20",
  509. "@esbuild/linux-loong64": "0.18.20",
  510. "@esbuild/linux-mips64el": "0.18.20",
  511. "@esbuild/linux-ppc64": "0.18.20",
  512. "@esbuild/linux-riscv64": "0.18.20",
  513. "@esbuild/linux-s390x": "0.18.20",
  514. "@esbuild/linux-x64": "0.18.20",
  515. "@esbuild/netbsd-x64": "0.18.20",
  516. "@esbuild/openbsd-x64": "0.18.20",
  517. "@esbuild/sunos-x64": "0.18.20",
  518. "@esbuild/win32-arm64": "0.18.20",
  519. "@esbuild/win32-ia32": "0.18.20",
  520. "@esbuild/win32-x64": "0.18.20"
  521. }
  522. },
  523. "node_modules/@esbuild-kit/esm-loader": {
  524. "version": "2.6.5",
  525. "resolved": "https://registry.npmjs.org/@esbuild-kit/esm-loader/-/esm-loader-2.6.5.tgz",
  526. "integrity": "sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==",
  527. "deprecated": "Merged into tsx: https://tsx.is",
  528. "dev": true,
  529. "license": "MIT",
  530. "dependencies": {
  531. "@esbuild-kit/core-utils": "^3.3.2",
  532. "get-tsconfig": "^4.7.0"
  533. }
  534. },
  535. "node_modules/@esbuild/aix-ppc64": {
  536. "version": "0.25.12",
  537. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
  538. "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
  539. "cpu": [
  540. "ppc64"
  541. ],
  542. "dev": true,
  543. "license": "MIT",
  544. "optional": true,
  545. "os": [
  546. "aix"
  547. ],
  548. "engines": {
  549. "node": ">=18"
  550. }
  551. },
  552. "node_modules/@esbuild/android-arm": {
  553. "version": "0.25.12",
  554. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
  555. "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
  556. "cpu": [
  557. "arm"
  558. ],
  559. "dev": true,
  560. "license": "MIT",
  561. "optional": true,
  562. "os": [
  563. "android"
  564. ],
  565. "engines": {
  566. "node": ">=18"
  567. }
  568. },
  569. "node_modules/@esbuild/android-arm64": {
  570. "version": "0.25.12",
  571. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
  572. "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
  573. "cpu": [
  574. "arm64"
  575. ],
  576. "dev": true,
  577. "license": "MIT",
  578. "optional": true,
  579. "os": [
  580. "android"
  581. ],
  582. "engines": {
  583. "node": ">=18"
  584. }
  585. },
  586. "node_modules/@esbuild/android-x64": {
  587. "version": "0.25.12",
  588. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
  589. "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
  590. "cpu": [
  591. "x64"
  592. ],
  593. "dev": true,
  594. "license": "MIT",
  595. "optional": true,
  596. "os": [
  597. "android"
  598. ],
  599. "engines": {
  600. "node": ">=18"
  601. }
  602. },
  603. "node_modules/@esbuild/darwin-arm64": {
  604. "version": "0.25.12",
  605. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
  606. "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
  607. "cpu": [
  608. "arm64"
  609. ],
  610. "dev": true,
  611. "license": "MIT",
  612. "optional": true,
  613. "os": [
  614. "darwin"
  615. ],
  616. "engines": {
  617. "node": ">=18"
  618. }
  619. },
  620. "node_modules/@esbuild/darwin-x64": {
  621. "version": "0.25.12",
  622. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
  623. "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
  624. "cpu": [
  625. "x64"
  626. ],
  627. "dev": true,
  628. "license": "MIT",
  629. "optional": true,
  630. "os": [
  631. "darwin"
  632. ],
  633. "engines": {
  634. "node": ">=18"
  635. }
  636. },
  637. "node_modules/@esbuild/freebsd-arm64": {
  638. "version": "0.25.12",
  639. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
  640. "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
  641. "cpu": [
  642. "arm64"
  643. ],
  644. "dev": true,
  645. "license": "MIT",
  646. "optional": true,
  647. "os": [
  648. "freebsd"
  649. ],
  650. "engines": {
  651. "node": ">=18"
  652. }
  653. },
  654. "node_modules/@esbuild/freebsd-x64": {
  655. "version": "0.25.12",
  656. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
  657. "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
  658. "cpu": [
  659. "x64"
  660. ],
  661. "dev": true,
  662. "license": "MIT",
  663. "optional": true,
  664. "os": [
  665. "freebsd"
  666. ],
  667. "engines": {
  668. "node": ">=18"
  669. }
  670. },
  671. "node_modules/@esbuild/linux-arm": {
  672. "version": "0.25.12",
  673. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
  674. "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
  675. "cpu": [
  676. "arm"
  677. ],
  678. "dev": true,
  679. "license": "MIT",
  680. "optional": true,
  681. "os": [
  682. "linux"
  683. ],
  684. "engines": {
  685. "node": ">=18"
  686. }
  687. },
  688. "node_modules/@esbuild/linux-arm64": {
  689. "version": "0.25.12",
  690. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
  691. "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
  692. "cpu": [
  693. "arm64"
  694. ],
  695. "dev": true,
  696. "license": "MIT",
  697. "optional": true,
  698. "os": [
  699. "linux"
  700. ],
  701. "engines": {
  702. "node": ">=18"
  703. }
  704. },
  705. "node_modules/@esbuild/linux-ia32": {
  706. "version": "0.25.12",
  707. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
  708. "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
  709. "cpu": [
  710. "ia32"
  711. ],
  712. "dev": true,
  713. "license": "MIT",
  714. "optional": true,
  715. "os": [
  716. "linux"
  717. ],
  718. "engines": {
  719. "node": ">=18"
  720. }
  721. },
  722. "node_modules/@esbuild/linux-loong64": {
  723. "version": "0.25.12",
  724. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
  725. "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
  726. "cpu": [
  727. "loong64"
  728. ],
  729. "dev": true,
  730. "license": "MIT",
  731. "optional": true,
  732. "os": [
  733. "linux"
  734. ],
  735. "engines": {
  736. "node": ">=18"
  737. }
  738. },
  739. "node_modules/@esbuild/linux-mips64el": {
  740. "version": "0.25.12",
  741. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
  742. "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
  743. "cpu": [
  744. "mips64el"
  745. ],
  746. "dev": true,
  747. "license": "MIT",
  748. "optional": true,
  749. "os": [
  750. "linux"
  751. ],
  752. "engines": {
  753. "node": ">=18"
  754. }
  755. },
  756. "node_modules/@esbuild/linux-ppc64": {
  757. "version": "0.25.12",
  758. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
  759. "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
  760. "cpu": [
  761. "ppc64"
  762. ],
  763. "dev": true,
  764. "license": "MIT",
  765. "optional": true,
  766. "os": [
  767. "linux"
  768. ],
  769. "engines": {
  770. "node": ">=18"
  771. }
  772. },
  773. "node_modules/@esbuild/linux-riscv64": {
  774. "version": "0.25.12",
  775. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
  776. "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
  777. "cpu": [
  778. "riscv64"
  779. ],
  780. "dev": true,
  781. "license": "MIT",
  782. "optional": true,
  783. "os": [
  784. "linux"
  785. ],
  786. "engines": {
  787. "node": ">=18"
  788. }
  789. },
  790. "node_modules/@esbuild/linux-s390x": {
  791. "version": "0.25.12",
  792. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
  793. "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
  794. "cpu": [
  795. "s390x"
  796. ],
  797. "dev": true,
  798. "license": "MIT",
  799. "optional": true,
  800. "os": [
  801. "linux"
  802. ],
  803. "engines": {
  804. "node": ">=18"
  805. }
  806. },
  807. "node_modules/@esbuild/linux-x64": {
  808. "version": "0.25.12",
  809. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
  810. "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
  811. "cpu": [
  812. "x64"
  813. ],
  814. "dev": true,
  815. "license": "MIT",
  816. "optional": true,
  817. "os": [
  818. "linux"
  819. ],
  820. "engines": {
  821. "node": ">=18"
  822. }
  823. },
  824. "node_modules/@esbuild/netbsd-arm64": {
  825. "version": "0.25.12",
  826. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
  827. "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
  828. "cpu": [
  829. "arm64"
  830. ],
  831. "dev": true,
  832. "license": "MIT",
  833. "optional": true,
  834. "os": [
  835. "netbsd"
  836. ],
  837. "engines": {
  838. "node": ">=18"
  839. }
  840. },
  841. "node_modules/@esbuild/netbsd-x64": {
  842. "version": "0.25.12",
  843. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
  844. "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
  845. "cpu": [
  846. "x64"
  847. ],
  848. "dev": true,
  849. "license": "MIT",
  850. "optional": true,
  851. "os": [
  852. "netbsd"
  853. ],
  854. "engines": {
  855. "node": ">=18"
  856. }
  857. },
  858. "node_modules/@esbuild/openbsd-arm64": {
  859. "version": "0.25.12",
  860. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
  861. "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
  862. "cpu": [
  863. "arm64"
  864. ],
  865. "dev": true,
  866. "license": "MIT",
  867. "optional": true,
  868. "os": [
  869. "openbsd"
  870. ],
  871. "engines": {
  872. "node": ">=18"
  873. }
  874. },
  875. "node_modules/@esbuild/openbsd-x64": {
  876. "version": "0.25.12",
  877. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
  878. "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
  879. "cpu": [
  880. "x64"
  881. ],
  882. "dev": true,
  883. "license": "MIT",
  884. "optional": true,
  885. "os": [
  886. "openbsd"
  887. ],
  888. "engines": {
  889. "node": ">=18"
  890. }
  891. },
  892. "node_modules/@esbuild/openharmony-arm64": {
  893. "version": "0.25.12",
  894. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
  895. "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
  896. "cpu": [
  897. "arm64"
  898. ],
  899. "dev": true,
  900. "license": "MIT",
  901. "optional": true,
  902. "os": [
  903. "openharmony"
  904. ],
  905. "engines": {
  906. "node": ">=18"
  907. }
  908. },
  909. "node_modules/@esbuild/sunos-x64": {
  910. "version": "0.25.12",
  911. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
  912. "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
  913. "cpu": [
  914. "x64"
  915. ],
  916. "dev": true,
  917. "license": "MIT",
  918. "optional": true,
  919. "os": [
  920. "sunos"
  921. ],
  922. "engines": {
  923. "node": ">=18"
  924. }
  925. },
  926. "node_modules/@esbuild/win32-arm64": {
  927. "version": "0.25.12",
  928. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
  929. "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
  930. "cpu": [
  931. "arm64"
  932. ],
  933. "dev": true,
  934. "license": "MIT",
  935. "optional": true,
  936. "os": [
  937. "win32"
  938. ],
  939. "engines": {
  940. "node": ">=18"
  941. }
  942. },
  943. "node_modules/@esbuild/win32-ia32": {
  944. "version": "0.25.12",
  945. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
  946. "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
  947. "cpu": [
  948. "ia32"
  949. ],
  950. "dev": true,
  951. "license": "MIT",
  952. "optional": true,
  953. "os": [
  954. "win32"
  955. ],
  956. "engines": {
  957. "node": ">=18"
  958. }
  959. },
  960. "node_modules/@esbuild/win32-x64": {
  961. "version": "0.25.12",
  962. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
  963. "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
  964. "cpu": [
  965. "x64"
  966. ],
  967. "dev": true,
  968. "license": "MIT",
  969. "optional": true,
  970. "os": [
  971. "win32"
  972. ],
  973. "engines": {
  974. "node": ">=18"
  975. }
  976. },
  977. "node_modules/@img/colour": {
  978. "version": "1.1.0",
  979. "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
  980. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  981. "license": "MIT",
  982. "optional": true,
  983. "engines": {
  984. "node": ">=18"
  985. }
  986. },
  987. "node_modules/@img/sharp-darwin-arm64": {
  988. "version": "0.34.5",
  989. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
  990. "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
  991. "cpu": [
  992. "arm64"
  993. ],
  994. "license": "Apache-2.0",
  995. "optional": true,
  996. "os": [
  997. "darwin"
  998. ],
  999. "engines": {
  1000. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1001. },
  1002. "funding": {
  1003. "url": "https://opencollective.com/libvips"
  1004. },
  1005. "optionalDependencies": {
  1006. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  1007. }
  1008. },
  1009. "node_modules/@img/sharp-darwin-x64": {
  1010. "version": "0.34.5",
  1011. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
  1012. "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
  1013. "cpu": [
  1014. "x64"
  1015. ],
  1016. "license": "Apache-2.0",
  1017. "optional": true,
  1018. "os": [
  1019. "darwin"
  1020. ],
  1021. "engines": {
  1022. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1023. },
  1024. "funding": {
  1025. "url": "https://opencollective.com/libvips"
  1026. },
  1027. "optionalDependencies": {
  1028. "@img/sharp-libvips-darwin-x64": "1.2.4"
  1029. }
  1030. },
  1031. "node_modules/@img/sharp-libvips-darwin-arm64": {
  1032. "version": "1.2.4",
  1033. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
  1034. "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
  1035. "cpu": [
  1036. "arm64"
  1037. ],
  1038. "license": "LGPL-3.0-or-later",
  1039. "optional": true,
  1040. "os": [
  1041. "darwin"
  1042. ],
  1043. "funding": {
  1044. "url": "https://opencollective.com/libvips"
  1045. }
  1046. },
  1047. "node_modules/@img/sharp-libvips-darwin-x64": {
  1048. "version": "1.2.4",
  1049. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
  1050. "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
  1051. "cpu": [
  1052. "x64"
  1053. ],
  1054. "license": "LGPL-3.0-or-later",
  1055. "optional": true,
  1056. "os": [
  1057. "darwin"
  1058. ],
  1059. "funding": {
  1060. "url": "https://opencollective.com/libvips"
  1061. }
  1062. },
  1063. "node_modules/@img/sharp-libvips-linux-arm": {
  1064. "version": "1.2.4",
  1065. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
  1066. "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
  1067. "cpu": [
  1068. "arm"
  1069. ],
  1070. "license": "LGPL-3.0-or-later",
  1071. "optional": true,
  1072. "os": [
  1073. "linux"
  1074. ],
  1075. "funding": {
  1076. "url": "https://opencollective.com/libvips"
  1077. }
  1078. },
  1079. "node_modules/@img/sharp-libvips-linux-arm64": {
  1080. "version": "1.2.4",
  1081. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
  1082. "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
  1083. "cpu": [
  1084. "arm64"
  1085. ],
  1086. "license": "LGPL-3.0-or-later",
  1087. "optional": true,
  1088. "os": [
  1089. "linux"
  1090. ],
  1091. "funding": {
  1092. "url": "https://opencollective.com/libvips"
  1093. }
  1094. },
  1095. "node_modules/@img/sharp-libvips-linux-ppc64": {
  1096. "version": "1.2.4",
  1097. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
  1098. "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
  1099. "cpu": [
  1100. "ppc64"
  1101. ],
  1102. "license": "LGPL-3.0-or-later",
  1103. "optional": true,
  1104. "os": [
  1105. "linux"
  1106. ],
  1107. "funding": {
  1108. "url": "https://opencollective.com/libvips"
  1109. }
  1110. },
  1111. "node_modules/@img/sharp-libvips-linux-riscv64": {
  1112. "version": "1.2.4",
  1113. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
  1114. "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
  1115. "cpu": [
  1116. "riscv64"
  1117. ],
  1118. "license": "LGPL-3.0-or-later",
  1119. "optional": true,
  1120. "os": [
  1121. "linux"
  1122. ],
  1123. "funding": {
  1124. "url": "https://opencollective.com/libvips"
  1125. }
  1126. },
  1127. "node_modules/@img/sharp-libvips-linux-s390x": {
  1128. "version": "1.2.4",
  1129. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
  1130. "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
  1131. "cpu": [
  1132. "s390x"
  1133. ],
  1134. "license": "LGPL-3.0-or-later",
  1135. "optional": true,
  1136. "os": [
  1137. "linux"
  1138. ],
  1139. "funding": {
  1140. "url": "https://opencollective.com/libvips"
  1141. }
  1142. },
  1143. "node_modules/@img/sharp-libvips-linux-x64": {
  1144. "version": "1.2.4",
  1145. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
  1146. "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
  1147. "cpu": [
  1148. "x64"
  1149. ],
  1150. "license": "LGPL-3.0-or-later",
  1151. "optional": true,
  1152. "os": [
  1153. "linux"
  1154. ],
  1155. "funding": {
  1156. "url": "https://opencollective.com/libvips"
  1157. }
  1158. },
  1159. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  1160. "version": "1.2.4",
  1161. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
  1162. "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
  1163. "cpu": [
  1164. "arm64"
  1165. ],
  1166. "license": "LGPL-3.0-or-later",
  1167. "optional": true,
  1168. "os": [
  1169. "linux"
  1170. ],
  1171. "funding": {
  1172. "url": "https://opencollective.com/libvips"
  1173. }
  1174. },
  1175. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  1176. "version": "1.2.4",
  1177. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
  1178. "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
  1179. "cpu": [
  1180. "x64"
  1181. ],
  1182. "license": "LGPL-3.0-or-later",
  1183. "optional": true,
  1184. "os": [
  1185. "linux"
  1186. ],
  1187. "funding": {
  1188. "url": "https://opencollective.com/libvips"
  1189. }
  1190. },
  1191. "node_modules/@img/sharp-linux-arm": {
  1192. "version": "0.34.5",
  1193. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
  1194. "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
  1195. "cpu": [
  1196. "arm"
  1197. ],
  1198. "license": "Apache-2.0",
  1199. "optional": true,
  1200. "os": [
  1201. "linux"
  1202. ],
  1203. "engines": {
  1204. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1205. },
  1206. "funding": {
  1207. "url": "https://opencollective.com/libvips"
  1208. },
  1209. "optionalDependencies": {
  1210. "@img/sharp-libvips-linux-arm": "1.2.4"
  1211. }
  1212. },
  1213. "node_modules/@img/sharp-linux-arm64": {
  1214. "version": "0.34.5",
  1215. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
  1216. "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
  1217. "cpu": [
  1218. "arm64"
  1219. ],
  1220. "license": "Apache-2.0",
  1221. "optional": true,
  1222. "os": [
  1223. "linux"
  1224. ],
  1225. "engines": {
  1226. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1227. },
  1228. "funding": {
  1229. "url": "https://opencollective.com/libvips"
  1230. },
  1231. "optionalDependencies": {
  1232. "@img/sharp-libvips-linux-arm64": "1.2.4"
  1233. }
  1234. },
  1235. "node_modules/@img/sharp-linux-ppc64": {
  1236. "version": "0.34.5",
  1237. "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
  1238. "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
  1239. "cpu": [
  1240. "ppc64"
  1241. ],
  1242. "license": "Apache-2.0",
  1243. "optional": true,
  1244. "os": [
  1245. "linux"
  1246. ],
  1247. "engines": {
  1248. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1249. },
  1250. "funding": {
  1251. "url": "https://opencollective.com/libvips"
  1252. },
  1253. "optionalDependencies": {
  1254. "@img/sharp-libvips-linux-ppc64": "1.2.4"
  1255. }
  1256. },
  1257. "node_modules/@img/sharp-linux-riscv64": {
  1258. "version": "0.34.5",
  1259. "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
  1260. "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
  1261. "cpu": [
  1262. "riscv64"
  1263. ],
  1264. "license": "Apache-2.0",
  1265. "optional": true,
  1266. "os": [
  1267. "linux"
  1268. ],
  1269. "engines": {
  1270. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1271. },
  1272. "funding": {
  1273. "url": "https://opencollective.com/libvips"
  1274. },
  1275. "optionalDependencies": {
  1276. "@img/sharp-libvips-linux-riscv64": "1.2.4"
  1277. }
  1278. },
  1279. "node_modules/@img/sharp-linux-s390x": {
  1280. "version": "0.34.5",
  1281. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
  1282. "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
  1283. "cpu": [
  1284. "s390x"
  1285. ],
  1286. "license": "Apache-2.0",
  1287. "optional": true,
  1288. "os": [
  1289. "linux"
  1290. ],
  1291. "engines": {
  1292. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1293. },
  1294. "funding": {
  1295. "url": "https://opencollective.com/libvips"
  1296. },
  1297. "optionalDependencies": {
  1298. "@img/sharp-libvips-linux-s390x": "1.2.4"
  1299. }
  1300. },
  1301. "node_modules/@img/sharp-linux-x64": {
  1302. "version": "0.34.5",
  1303. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
  1304. "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
  1305. "cpu": [
  1306. "x64"
  1307. ],
  1308. "license": "Apache-2.0",
  1309. "optional": true,
  1310. "os": [
  1311. "linux"
  1312. ],
  1313. "engines": {
  1314. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1315. },
  1316. "funding": {
  1317. "url": "https://opencollective.com/libvips"
  1318. },
  1319. "optionalDependencies": {
  1320. "@img/sharp-libvips-linux-x64": "1.2.4"
  1321. }
  1322. },
  1323. "node_modules/@img/sharp-linuxmusl-arm64": {
  1324. "version": "0.34.5",
  1325. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
  1326. "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
  1327. "cpu": [
  1328. "arm64"
  1329. ],
  1330. "license": "Apache-2.0",
  1331. "optional": true,
  1332. "os": [
  1333. "linux"
  1334. ],
  1335. "engines": {
  1336. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1337. },
  1338. "funding": {
  1339. "url": "https://opencollective.com/libvips"
  1340. },
  1341. "optionalDependencies": {
  1342. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
  1343. }
  1344. },
  1345. "node_modules/@img/sharp-linuxmusl-x64": {
  1346. "version": "0.34.5",
  1347. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
  1348. "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
  1349. "cpu": [
  1350. "x64"
  1351. ],
  1352. "license": "Apache-2.0",
  1353. "optional": true,
  1354. "os": [
  1355. "linux"
  1356. ],
  1357. "engines": {
  1358. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1359. },
  1360. "funding": {
  1361. "url": "https://opencollective.com/libvips"
  1362. },
  1363. "optionalDependencies": {
  1364. "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
  1365. }
  1366. },
  1367. "node_modules/@img/sharp-wasm32": {
  1368. "version": "0.34.5",
  1369. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
  1370. "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
  1371. "cpu": [
  1372. "wasm32"
  1373. ],
  1374. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  1375. "optional": true,
  1376. "dependencies": {
  1377. "@emnapi/runtime": "^1.7.0"
  1378. },
  1379. "engines": {
  1380. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1381. },
  1382. "funding": {
  1383. "url": "https://opencollective.com/libvips"
  1384. }
  1385. },
  1386. "node_modules/@img/sharp-win32-arm64": {
  1387. "version": "0.34.5",
  1388. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
  1389. "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
  1390. "cpu": [
  1391. "arm64"
  1392. ],
  1393. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1394. "optional": true,
  1395. "os": [
  1396. "win32"
  1397. ],
  1398. "engines": {
  1399. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1400. },
  1401. "funding": {
  1402. "url": "https://opencollective.com/libvips"
  1403. }
  1404. },
  1405. "node_modules/@img/sharp-win32-ia32": {
  1406. "version": "0.34.5",
  1407. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
  1408. "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
  1409. "cpu": [
  1410. "ia32"
  1411. ],
  1412. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1413. "optional": true,
  1414. "os": [
  1415. "win32"
  1416. ],
  1417. "engines": {
  1418. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1419. },
  1420. "funding": {
  1421. "url": "https://opencollective.com/libvips"
  1422. }
  1423. },
  1424. "node_modules/@img/sharp-win32-x64": {
  1425. "version": "0.34.5",
  1426. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
  1427. "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
  1428. "cpu": [
  1429. "x64"
  1430. ],
  1431. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1432. "optional": true,
  1433. "os": [
  1434. "win32"
  1435. ],
  1436. "engines": {
  1437. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1438. },
  1439. "funding": {
  1440. "url": "https://opencollective.com/libvips"
  1441. }
  1442. },
  1443. "node_modules/@ioredis/commands": {
  1444. "version": "1.5.1",
  1445. "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.5.1.tgz",
  1446. "integrity": "sha512-JH8ZL/ywcJyR9MmJ5BNqZllXNZQqQbnVZOqpPQqE1vHiFgAw4NHbvE0FOduNU8IX9babitBT46571OnPTT0Zcw==",
  1447. "license": "MIT"
  1448. },
  1449. "node_modules/@jridgewell/gen-mapping": {
  1450. "version": "0.3.13",
  1451. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1452. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1453. "license": "MIT",
  1454. "dependencies": {
  1455. "@jridgewell/sourcemap-codec": "^1.5.0",
  1456. "@jridgewell/trace-mapping": "^0.3.24"
  1457. }
  1458. },
  1459. "node_modules/@jridgewell/remapping": {
  1460. "version": "2.3.5",
  1461. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1462. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1463. "license": "MIT",
  1464. "dependencies": {
  1465. "@jridgewell/gen-mapping": "^0.3.5",
  1466. "@jridgewell/trace-mapping": "^0.3.24"
  1467. }
  1468. },
  1469. "node_modules/@jridgewell/resolve-uri": {
  1470. "version": "3.1.2",
  1471. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1472. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1473. "license": "MIT",
  1474. "engines": {
  1475. "node": ">=6.0.0"
  1476. }
  1477. },
  1478. "node_modules/@jridgewell/sourcemap-codec": {
  1479. "version": "1.5.5",
  1480. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1481. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1482. "license": "MIT"
  1483. },
  1484. "node_modules/@jridgewell/trace-mapping": {
  1485. "version": "0.3.31",
  1486. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1487. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1488. "license": "MIT",
  1489. "dependencies": {
  1490. "@jridgewell/resolve-uri": "^3.1.0",
  1491. "@jridgewell/sourcemap-codec": "^1.4.14"
  1492. }
  1493. },
  1494. "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": {
  1495. "version": "3.0.3",
  1496. "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.3.tgz",
  1497. "integrity": "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==",
  1498. "cpu": [
  1499. "arm64"
  1500. ],
  1501. "license": "MIT",
  1502. "optional": true,
  1503. "os": [
  1504. "darwin"
  1505. ]
  1506. },
  1507. "node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": {
  1508. "version": "3.0.3",
  1509. "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-3.0.3.tgz",
  1510. "integrity": "sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==",
  1511. "cpu": [
  1512. "x64"
  1513. ],
  1514. "license": "MIT",
  1515. "optional": true,
  1516. "os": [
  1517. "darwin"
  1518. ]
  1519. },
  1520. "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm": {
  1521. "version": "3.0.3",
  1522. "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-3.0.3.tgz",
  1523. "integrity": "sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==",
  1524. "cpu": [
  1525. "arm"
  1526. ],
  1527. "license": "MIT",
  1528. "optional": true,
  1529. "os": [
  1530. "linux"
  1531. ]
  1532. },
  1533. "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64": {
  1534. "version": "3.0.3",
  1535. "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-3.0.3.tgz",
  1536. "integrity": "sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==",
  1537. "cpu": [
  1538. "arm64"
  1539. ],
  1540. "license": "MIT",
  1541. "optional": true,
  1542. "os": [
  1543. "linux"
  1544. ]
  1545. },
  1546. "node_modules/@msgpackr-extract/msgpackr-extract-linux-x64": {
  1547. "version": "3.0.3",
  1548. "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-3.0.3.tgz",
  1549. "integrity": "sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==",
  1550. "cpu": [
  1551. "x64"
  1552. ],
  1553. "license": "MIT",
  1554. "optional": true,
  1555. "os": [
  1556. "linux"
  1557. ]
  1558. },
  1559. "node_modules/@msgpackr-extract/msgpackr-extract-win32-x64": {
  1560. "version": "3.0.3",
  1561. "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.3.tgz",
  1562. "integrity": "sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==",
  1563. "cpu": [
  1564. "x64"
  1565. ],
  1566. "license": "MIT",
  1567. "optional": true,
  1568. "os": [
  1569. "win32"
  1570. ]
  1571. },
  1572. "node_modules/@next/env": {
  1573. "version": "15.5.15",
  1574. "resolved": "https://registry.npmjs.org/@next/env/-/env-15.5.15.tgz",
  1575. "integrity": "sha512-vcmyu5/MyFzN7CdqRHO3uHO44p/QPCZkuTUXroeUmhNP8bL5PHFEhik22JUazt+CDDoD6EpBYRCaS2pISL+/hg==",
  1576. "license": "MIT"
  1577. },
  1578. "node_modules/@next/swc-darwin-arm64": {
  1579. "version": "15.5.15",
  1580. "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.15.tgz",
  1581. "integrity": "sha512-6PvFO2Tzt10GFK2Ro9tAVEtacMqRmTarYMFKAnV2vYMdwWc73xzmDQyAV7SwEdMhzmiRoo7+m88DuiXlJlGeaw==",
  1582. "cpu": [
  1583. "arm64"
  1584. ],
  1585. "license": "MIT",
  1586. "optional": true,
  1587. "os": [
  1588. "darwin"
  1589. ],
  1590. "engines": {
  1591. "node": ">= 10"
  1592. }
  1593. },
  1594. "node_modules/@next/swc-darwin-x64": {
  1595. "version": "15.5.15",
  1596. "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.15.tgz",
  1597. "integrity": "sha512-G+YNV+z6FDZTp/+IdGyIMFqalBTaQSnvAA+X/hrt+eaTRFSznRMz9K7rTmzvM6tDmKegNtyzgufZW0HwVzEqaQ==",
  1598. "cpu": [
  1599. "x64"
  1600. ],
  1601. "license": "MIT",
  1602. "optional": true,
  1603. "os": [
  1604. "darwin"
  1605. ],
  1606. "engines": {
  1607. "node": ">= 10"
  1608. }
  1609. },
  1610. "node_modules/@next/swc-linux-arm64-gnu": {
  1611. "version": "15.5.15",
  1612. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.15.tgz",
  1613. "integrity": "sha512-eVkrMcVIBqGfXB+QUC7jjZ94Z6uX/dNStbQFabewAnk13Uy18Igd1YZ/GtPRzdhtm7QwC0e6o7zOQecul4iC1w==",
  1614. "cpu": [
  1615. "arm64"
  1616. ],
  1617. "license": "MIT",
  1618. "optional": true,
  1619. "os": [
  1620. "linux"
  1621. ],
  1622. "engines": {
  1623. "node": ">= 10"
  1624. }
  1625. },
  1626. "node_modules/@next/swc-linux-arm64-musl": {
  1627. "version": "15.5.15",
  1628. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.15.tgz",
  1629. "integrity": "sha512-RwSHKMQ7InLy5GfkY2/n5PcFycKA08qI1VST78n09nN36nUPqCvGSMiLXlfUmzmpQpF6XeBYP2KRWHi0UW3uNg==",
  1630. "cpu": [
  1631. "arm64"
  1632. ],
  1633. "license": "MIT",
  1634. "optional": true,
  1635. "os": [
  1636. "linux"
  1637. ],
  1638. "engines": {
  1639. "node": ">= 10"
  1640. }
  1641. },
  1642. "node_modules/@next/swc-linux-x64-gnu": {
  1643. "version": "15.5.15",
  1644. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.15.tgz",
  1645. "integrity": "sha512-nplqvY86LakS+eeiuWsNWvfmK8pFcOEW7ZtVRt4QH70lL+0x6LG/m1OpJ/tvrbwjmR8HH9/fH2jzW1GlL03TIg==",
  1646. "cpu": [
  1647. "x64"
  1648. ],
  1649. "license": "MIT",
  1650. "optional": true,
  1651. "os": [
  1652. "linux"
  1653. ],
  1654. "engines": {
  1655. "node": ">= 10"
  1656. }
  1657. },
  1658. "node_modules/@next/swc-linux-x64-musl": {
  1659. "version": "15.5.15",
  1660. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.15.tgz",
  1661. "integrity": "sha512-eAgl9NKQ84/sww0v81DQINl/vL2IBxD7sMybd0cWRw6wqgouVI53brVRBrggqBRP/NWeIAE1dm5cbKYoiMlqDQ==",
  1662. "cpu": [
  1663. "x64"
  1664. ],
  1665. "license": "MIT",
  1666. "optional": true,
  1667. "os": [
  1668. "linux"
  1669. ],
  1670. "engines": {
  1671. "node": ">= 10"
  1672. }
  1673. },
  1674. "node_modules/@next/swc-win32-arm64-msvc": {
  1675. "version": "15.5.15",
  1676. "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.15.tgz",
  1677. "integrity": "sha512-GJVZC86lzSquh0MtvZT+L7G8+jMnJcldloOjA8Kf3wXvBrvb6OGe2MzPuALxFshSm/IpwUtD2mIoof39ymf52A==",
  1678. "cpu": [
  1679. "arm64"
  1680. ],
  1681. "license": "MIT",
  1682. "optional": true,
  1683. "os": [
  1684. "win32"
  1685. ],
  1686. "engines": {
  1687. "node": ">= 10"
  1688. }
  1689. },
  1690. "node_modules/@next/swc-win32-x64-msvc": {
  1691. "version": "15.5.15",
  1692. "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.15.tgz",
  1693. "integrity": "sha512-nFucjVdwlFqxh/JG3hWSJ4p8+YJV7Ii8aPDuBQULB6DzUF4UNZETXLfEUk+oI2zEznWWULPt7MeuTE6xtK1HSA==",
  1694. "cpu": [
  1695. "x64"
  1696. ],
  1697. "license": "MIT",
  1698. "optional": true,
  1699. "os": [
  1700. "win32"
  1701. ],
  1702. "engines": {
  1703. "node": ">= 10"
  1704. }
  1705. },
  1706. "node_modules/@nodable/entities": {
  1707. "version": "2.1.0",
  1708. "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
  1709. "integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
  1710. "funding": [
  1711. {
  1712. "type": "github",
  1713. "url": "https://github.com/sponsors/nodable"
  1714. }
  1715. ],
  1716. "license": "MIT"
  1717. },
  1718. "node_modules/@panva/hkdf": {
  1719. "version": "1.2.1",
  1720. "resolved": "https://registry.npmjs.org/@panva/hkdf/-/hkdf-1.2.1.tgz",
  1721. "integrity": "sha512-6oclG6Y3PiDFcoyk8srjLfVKyMfVCKJ27JwNPViuXziFpmdz+MZnZN/aKY0JGXgYuO/VghU0jcOAZgWXZ1Dmrw==",
  1722. "license": "MIT",
  1723. "funding": {
  1724. "url": "https://github.com/sponsors/panva"
  1725. }
  1726. },
  1727. "node_modules/@swc/helpers": {
  1728. "version": "0.5.15",
  1729. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
  1730. "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
  1731. "license": "Apache-2.0",
  1732. "dependencies": {
  1733. "tslib": "^2.8.0"
  1734. }
  1735. },
  1736. "node_modules/@tailwindcss/node": {
  1737. "version": "4.2.2",
  1738. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.2.tgz",
  1739. "integrity": "sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==",
  1740. "license": "MIT",
  1741. "dependencies": {
  1742. "@jridgewell/remapping": "^2.3.5",
  1743. "enhanced-resolve": "^5.19.0",
  1744. "jiti": "^2.6.1",
  1745. "lightningcss": "1.32.0",
  1746. "magic-string": "^0.30.21",
  1747. "source-map-js": "^1.2.1",
  1748. "tailwindcss": "4.2.2"
  1749. }
  1750. },
  1751. "node_modules/@tailwindcss/oxide": {
  1752. "version": "4.2.2",
  1753. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.2.tgz",
  1754. "integrity": "sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==",
  1755. "license": "MIT",
  1756. "engines": {
  1757. "node": ">= 20"
  1758. },
  1759. "optionalDependencies": {
  1760. "@tailwindcss/oxide-android-arm64": "4.2.2",
  1761. "@tailwindcss/oxide-darwin-arm64": "4.2.2",
  1762. "@tailwindcss/oxide-darwin-x64": "4.2.2",
  1763. "@tailwindcss/oxide-freebsd-x64": "4.2.2",
  1764. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.2",
  1765. "@tailwindcss/oxide-linux-arm64-gnu": "4.2.2",
  1766. "@tailwindcss/oxide-linux-arm64-musl": "4.2.2",
  1767. "@tailwindcss/oxide-linux-x64-gnu": "4.2.2",
  1768. "@tailwindcss/oxide-linux-x64-musl": "4.2.2",
  1769. "@tailwindcss/oxide-wasm32-wasi": "4.2.2",
  1770. "@tailwindcss/oxide-win32-arm64-msvc": "4.2.2",
  1771. "@tailwindcss/oxide-win32-x64-msvc": "4.2.2"
  1772. }
  1773. },
  1774. "node_modules/@tailwindcss/oxide-android-arm64": {
  1775. "version": "4.2.2",
  1776. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.2.tgz",
  1777. "integrity": "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==",
  1778. "cpu": [
  1779. "arm64"
  1780. ],
  1781. "license": "MIT",
  1782. "optional": true,
  1783. "os": [
  1784. "android"
  1785. ],
  1786. "engines": {
  1787. "node": ">= 20"
  1788. }
  1789. },
  1790. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1791. "version": "4.2.2",
  1792. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.2.tgz",
  1793. "integrity": "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==",
  1794. "cpu": [
  1795. "arm64"
  1796. ],
  1797. "license": "MIT",
  1798. "optional": true,
  1799. "os": [
  1800. "darwin"
  1801. ],
  1802. "engines": {
  1803. "node": ">= 20"
  1804. }
  1805. },
  1806. "node_modules/@tailwindcss/oxide-darwin-x64": {
  1807. "version": "4.2.2",
  1808. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.2.tgz",
  1809. "integrity": "sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==",
  1810. "cpu": [
  1811. "x64"
  1812. ],
  1813. "license": "MIT",
  1814. "optional": true,
  1815. "os": [
  1816. "darwin"
  1817. ],
  1818. "engines": {
  1819. "node": ">= 20"
  1820. }
  1821. },
  1822. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  1823. "version": "4.2.2",
  1824. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.2.tgz",
  1825. "integrity": "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==",
  1826. "cpu": [
  1827. "x64"
  1828. ],
  1829. "license": "MIT",
  1830. "optional": true,
  1831. "os": [
  1832. "freebsd"
  1833. ],
  1834. "engines": {
  1835. "node": ">= 20"
  1836. }
  1837. },
  1838. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  1839. "version": "4.2.2",
  1840. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.2.tgz",
  1841. "integrity": "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==",
  1842. "cpu": [
  1843. "arm"
  1844. ],
  1845. "license": "MIT",
  1846. "optional": true,
  1847. "os": [
  1848. "linux"
  1849. ],
  1850. "engines": {
  1851. "node": ">= 20"
  1852. }
  1853. },
  1854. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  1855. "version": "4.2.2",
  1856. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.2.tgz",
  1857. "integrity": "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==",
  1858. "cpu": [
  1859. "arm64"
  1860. ],
  1861. "license": "MIT",
  1862. "optional": true,
  1863. "os": [
  1864. "linux"
  1865. ],
  1866. "engines": {
  1867. "node": ">= 20"
  1868. }
  1869. },
  1870. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  1871. "version": "4.2.2",
  1872. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.2.tgz",
  1873. "integrity": "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==",
  1874. "cpu": [
  1875. "arm64"
  1876. ],
  1877. "license": "MIT",
  1878. "optional": true,
  1879. "os": [
  1880. "linux"
  1881. ],
  1882. "engines": {
  1883. "node": ">= 20"
  1884. }
  1885. },
  1886. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  1887. "version": "4.2.2",
  1888. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.2.tgz",
  1889. "integrity": "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==",
  1890. "cpu": [
  1891. "x64"
  1892. ],
  1893. "license": "MIT",
  1894. "optional": true,
  1895. "os": [
  1896. "linux"
  1897. ],
  1898. "engines": {
  1899. "node": ">= 20"
  1900. }
  1901. },
  1902. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  1903. "version": "4.2.2",
  1904. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.2.tgz",
  1905. "integrity": "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==",
  1906. "cpu": [
  1907. "x64"
  1908. ],
  1909. "license": "MIT",
  1910. "optional": true,
  1911. "os": [
  1912. "linux"
  1913. ],
  1914. "engines": {
  1915. "node": ">= 20"
  1916. }
  1917. },
  1918. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  1919. "version": "4.2.2",
  1920. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.2.tgz",
  1921. "integrity": "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==",
  1922. "bundleDependencies": [
  1923. "@napi-rs/wasm-runtime",
  1924. "@emnapi/core",
  1925. "@emnapi/runtime",
  1926. "@tybys/wasm-util",
  1927. "@emnapi/wasi-threads",
  1928. "tslib"
  1929. ],
  1930. "cpu": [
  1931. "wasm32"
  1932. ],
  1933. "license": "MIT",
  1934. "optional": true,
  1935. "dependencies": {
  1936. "@emnapi/core": "^1.8.1",
  1937. "@emnapi/runtime": "^1.8.1",
  1938. "@emnapi/wasi-threads": "^1.1.0",
  1939. "@napi-rs/wasm-runtime": "^1.1.1",
  1940. "@tybys/wasm-util": "^0.10.1",
  1941. "tslib": "^2.8.1"
  1942. },
  1943. "engines": {
  1944. "node": ">=14.0.0"
  1945. }
  1946. },
  1947. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  1948. "version": "4.2.2",
  1949. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz",
  1950. "integrity": "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==",
  1951. "cpu": [
  1952. "arm64"
  1953. ],
  1954. "license": "MIT",
  1955. "optional": true,
  1956. "os": [
  1957. "win32"
  1958. ],
  1959. "engines": {
  1960. "node": ">= 20"
  1961. }
  1962. },
  1963. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  1964. "version": "4.2.2",
  1965. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz",
  1966. "integrity": "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==",
  1967. "cpu": [
  1968. "x64"
  1969. ],
  1970. "license": "MIT",
  1971. "optional": true,
  1972. "os": [
  1973. "win32"
  1974. ],
  1975. "engines": {
  1976. "node": ">= 20"
  1977. }
  1978. },
  1979. "node_modules/@tailwindcss/postcss": {
  1980. "version": "4.2.2",
  1981. "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.2.tgz",
  1982. "integrity": "sha512-n4goKQbW8RVXIbNKRB/45LzyUqN451deQK0nzIeauVEqjlI49slUlgKYJM2QyUzap/PcpnS7kzSUmPb1sCRvYQ==",
  1983. "license": "MIT",
  1984. "dependencies": {
  1985. "@alloc/quick-lru": "^5.2.0",
  1986. "@tailwindcss/node": "4.2.2",
  1987. "@tailwindcss/oxide": "4.2.2",
  1988. "postcss": "^8.5.6",
  1989. "tailwindcss": "4.2.2"
  1990. }
  1991. },
  1992. "node_modules/@tailwindcss/postcss/node_modules/postcss": {
  1993. "version": "8.5.10",
  1994. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz",
  1995. "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==",
  1996. "funding": [
  1997. {
  1998. "type": "opencollective",
  1999. "url": "https://opencollective.com/postcss/"
  2000. },
  2001. {
  2002. "type": "tidelift",
  2003. "url": "https://tidelift.com/funding/github/npm/postcss"
  2004. },
  2005. {
  2006. "type": "github",
  2007. "url": "https://github.com/sponsors/ai"
  2008. }
  2009. ],
  2010. "license": "MIT",
  2011. "dependencies": {
  2012. "nanoid": "^3.3.11",
  2013. "picocolors": "^1.1.1",
  2014. "source-map-js": "^1.2.1"
  2015. },
  2016. "engines": {
  2017. "node": "^10 || ^12 || >=14"
  2018. }
  2019. },
  2020. "node_modules/@types/fluent-ffmpeg": {
  2021. "version": "2.1.28",
  2022. "resolved": "https://registry.npmjs.org/@types/fluent-ffmpeg/-/fluent-ffmpeg-2.1.28.tgz",
  2023. "integrity": "sha512-5ovxsDwBcPfJ+eYs1I/ZpcYCnkce7pvH9AHSvrZllAp1ZPpTRDZAFjF3TRFbukxSgIYTTNYePbS0rKUmaxVbXw==",
  2024. "license": "MIT",
  2025. "dependencies": {
  2026. "@types/node": "*"
  2027. }
  2028. },
  2029. "node_modules/@types/node": {
  2030. "version": "25.6.0",
  2031. "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz",
  2032. "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==",
  2033. "license": "MIT",
  2034. "dependencies": {
  2035. "undici-types": "~7.19.0"
  2036. }
  2037. },
  2038. "node_modules/@types/pg": {
  2039. "version": "8.20.0",
  2040. "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.20.0.tgz",
  2041. "integrity": "sha512-bEPFOaMAHTEP1EzpvHTbmwR8UsFyHSKsRisLIHVMXnpNefSbGA1bD6CVy+qKjGSqmZqNqBDV2azOBo8TgkcVow==",
  2042. "devOptional": true,
  2043. "license": "MIT",
  2044. "dependencies": {
  2045. "@types/node": "*",
  2046. "pg-protocol": "*",
  2047. "pg-types": "^2.2.0"
  2048. }
  2049. },
  2050. "node_modules/@types/react": {
  2051. "version": "19.2.14",
  2052. "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
  2053. "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
  2054. "dev": true,
  2055. "license": "MIT",
  2056. "dependencies": {
  2057. "csstype": "^3.2.2"
  2058. }
  2059. },
  2060. "node_modules/@types/react-dom": {
  2061. "version": "19.2.3",
  2062. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
  2063. "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
  2064. "dev": true,
  2065. "license": "MIT",
  2066. "peerDependencies": {
  2067. "@types/react": "^19.2.0"
  2068. }
  2069. },
  2070. "node_modules/async": {
  2071. "version": "3.2.6",
  2072. "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
  2073. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  2074. "license": "MIT"
  2075. },
  2076. "node_modules/bcryptjs": {
  2077. "version": "3.0.3",
  2078. "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-3.0.3.tgz",
  2079. "integrity": "sha512-GlF5wPWnSa/X5LKM1o0wz0suXIINz1iHRLvTS+sLyi7XPbe5ycmYI3DlZqVGZZtDgl4DmasFg7gOB3JYbphV5g==",
  2080. "license": "BSD-3-Clause",
  2081. "bin": {
  2082. "bcrypt": "bin/bcrypt"
  2083. }
  2084. },
  2085. "node_modules/block-stream2": {
  2086. "version": "2.1.0",
  2087. "resolved": "https://registry.npmjs.org/block-stream2/-/block-stream2-2.1.0.tgz",
  2088. "integrity": "sha512-suhjmLI57Ewpmq00qaygS8UgEq2ly2PCItenIyhMqVjo4t4pGzqMvfgJuX8iWTeSDdfSSqS6j38fL4ToNL7Pfg==",
  2089. "license": "MIT",
  2090. "dependencies": {
  2091. "readable-stream": "^3.4.0"
  2092. }
  2093. },
  2094. "node_modules/browser-or-node": {
  2095. "version": "2.1.1",
  2096. "resolved": "https://registry.npmjs.org/browser-or-node/-/browser-or-node-2.1.1.tgz",
  2097. "integrity": "sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==",
  2098. "license": "MIT"
  2099. },
  2100. "node_modules/buffer-crc32": {
  2101. "version": "1.0.0",
  2102. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  2103. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  2104. "license": "MIT",
  2105. "engines": {
  2106. "node": ">=8.0.0"
  2107. }
  2108. },
  2109. "node_modules/buffer-from": {
  2110. "version": "1.1.2",
  2111. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  2112. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  2113. "dev": true,
  2114. "license": "MIT"
  2115. },
  2116. "node_modules/bullmq": {
  2117. "version": "5.74.1",
  2118. "resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.74.1.tgz",
  2119. "integrity": "sha512-GfJEos2zoOGM9xqkB7VZouwwFuejKFqm667cBcmbBekJXKqqXWk4QYP3Uy2pzgUwCbg1cR7GgGmGczM7fnhWSA==",
  2120. "license": "MIT",
  2121. "dependencies": {
  2122. "cron-parser": "4.9.0",
  2123. "ioredis": "5.10.1",
  2124. "msgpackr": "1.11.5",
  2125. "node-abort-controller": "3.1.1",
  2126. "semver": "7.7.4",
  2127. "tslib": "2.8.1",
  2128. "uuid": "11.1.0"
  2129. }
  2130. },
  2131. "node_modules/caniuse-lite": {
  2132. "version": "1.0.30001788",
  2133. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001788.tgz",
  2134. "integrity": "sha512-6q8HFp+lOQtcf7wBK+uEenxymVWkGKkjFpCvw5W25cmMwEDU45p1xQFBQv8JDlMMry7eNxyBaR+qxgmTUZkIRQ==",
  2135. "funding": [
  2136. {
  2137. "type": "opencollective",
  2138. "url": "https://opencollective.com/browserslist"
  2139. },
  2140. {
  2141. "type": "tidelift",
  2142. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2143. },
  2144. {
  2145. "type": "github",
  2146. "url": "https://github.com/sponsors/ai"
  2147. }
  2148. ],
  2149. "license": "CC-BY-4.0"
  2150. },
  2151. "node_modules/class-variance-authority": {
  2152. "version": "0.7.1",
  2153. "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
  2154. "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",
  2155. "license": "Apache-2.0",
  2156. "dependencies": {
  2157. "clsx": "^2.1.1"
  2158. },
  2159. "funding": {
  2160. "url": "https://polar.sh/cva"
  2161. }
  2162. },
  2163. "node_modules/client-only": {
  2164. "version": "0.0.1",
  2165. "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
  2166. "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
  2167. "license": "MIT"
  2168. },
  2169. "node_modules/clsx": {
  2170. "version": "2.1.1",
  2171. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  2172. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  2173. "license": "MIT",
  2174. "engines": {
  2175. "node": ">=6"
  2176. }
  2177. },
  2178. "node_modules/cluster-key-slot": {
  2179. "version": "1.1.2",
  2180. "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  2181. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  2182. "license": "Apache-2.0",
  2183. "engines": {
  2184. "node": ">=0.10.0"
  2185. }
  2186. },
  2187. "node_modules/cron-parser": {
  2188. "version": "4.9.0",
  2189. "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-4.9.0.tgz",
  2190. "integrity": "sha512-p0SaNjrHOnQeR8/VnfGbmg9te2kfyYSQ7Sc/j/6DtPL3JQvKxmjO9TSjNFpujqV3vEYYBvNNvXSxzyksBWAx1Q==",
  2191. "license": "MIT",
  2192. "dependencies": {
  2193. "luxon": "^3.2.1"
  2194. },
  2195. "engines": {
  2196. "node": ">=12.0.0"
  2197. }
  2198. },
  2199. "node_modules/csstype": {
  2200. "version": "3.2.3",
  2201. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  2202. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2203. "dev": true,
  2204. "license": "MIT"
  2205. },
  2206. "node_modules/debug": {
  2207. "version": "4.4.3",
  2208. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  2209. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2210. "license": "MIT",
  2211. "dependencies": {
  2212. "ms": "^2.1.3"
  2213. },
  2214. "engines": {
  2215. "node": ">=6.0"
  2216. },
  2217. "peerDependenciesMeta": {
  2218. "supports-color": {
  2219. "optional": true
  2220. }
  2221. }
  2222. },
  2223. "node_modules/decode-uri-component": {
  2224. "version": "0.2.2",
  2225. "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
  2226. "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==",
  2227. "license": "MIT",
  2228. "engines": {
  2229. "node": ">=0.10"
  2230. }
  2231. },
  2232. "node_modules/denque": {
  2233. "version": "2.1.0",
  2234. "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
  2235. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  2236. "license": "Apache-2.0",
  2237. "engines": {
  2238. "node": ">=0.10"
  2239. }
  2240. },
  2241. "node_modules/detect-libc": {
  2242. "version": "2.1.2",
  2243. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  2244. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2245. "license": "Apache-2.0",
  2246. "engines": {
  2247. "node": ">=8"
  2248. }
  2249. },
  2250. "node_modules/dotenv": {
  2251. "version": "17.4.2",
  2252. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz",
  2253. "integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==",
  2254. "license": "BSD-2-Clause",
  2255. "engines": {
  2256. "node": ">=12"
  2257. },
  2258. "funding": {
  2259. "url": "https://dotenvx.com"
  2260. }
  2261. },
  2262. "node_modules/drizzle-kit": {
  2263. "version": "0.31.10",
  2264. "resolved": "https://registry.npmjs.org/drizzle-kit/-/drizzle-kit-0.31.10.tgz",
  2265. "integrity": "sha512-7OZcmQUrdGI+DUNNsKBn1aW8qSoKuTH7d0mYgSP8bAzdFzKoovxEFnoGQp2dVs82EOJeYycqRtciopszwUf8bw==",
  2266. "dev": true,
  2267. "license": "MIT",
  2268. "dependencies": {
  2269. "@drizzle-team/brocli": "^0.10.2",
  2270. "@esbuild-kit/esm-loader": "^2.5.5",
  2271. "esbuild": "^0.25.4",
  2272. "tsx": "^4.21.0"
  2273. },
  2274. "bin": {
  2275. "drizzle-kit": "bin.cjs"
  2276. }
  2277. },
  2278. "node_modules/drizzle-orm": {
  2279. "version": "0.45.2",
  2280. "resolved": "https://registry.npmjs.org/drizzle-orm/-/drizzle-orm-0.45.2.tgz",
  2281. "integrity": "sha512-kY0BSaTNYWnoDMVoyY8uxmyHjpJW1geOmBMdSSicKo9CIIWkSxMIj2rkeSR51b8KAPB7m+qysjuHme5nKP+E5Q==",
  2282. "license": "Apache-2.0",
  2283. "peerDependencies": {
  2284. "@aws-sdk/client-rds-data": ">=3",
  2285. "@cloudflare/workers-types": ">=4",
  2286. "@electric-sql/pglite": ">=0.2.0",
  2287. "@libsql/client": ">=0.10.0",
  2288. "@libsql/client-wasm": ">=0.10.0",
  2289. "@neondatabase/serverless": ">=0.10.0",
  2290. "@op-engineering/op-sqlite": ">=2",
  2291. "@opentelemetry/api": "^1.4.1",
  2292. "@planetscale/database": ">=1.13",
  2293. "@prisma/client": "*",
  2294. "@tidbcloud/serverless": "*",
  2295. "@types/better-sqlite3": "*",
  2296. "@types/pg": "*",
  2297. "@types/sql.js": "*",
  2298. "@upstash/redis": ">=1.34.7",
  2299. "@vercel/postgres": ">=0.8.0",
  2300. "@xata.io/client": "*",
  2301. "better-sqlite3": ">=7",
  2302. "bun-types": "*",
  2303. "expo-sqlite": ">=14.0.0",
  2304. "gel": ">=2",
  2305. "knex": "*",
  2306. "kysely": "*",
  2307. "mysql2": ">=2",
  2308. "pg": ">=8",
  2309. "postgres": ">=3",
  2310. "sql.js": ">=1",
  2311. "sqlite3": ">=5"
  2312. },
  2313. "peerDependenciesMeta": {
  2314. "@aws-sdk/client-rds-data": {
  2315. "optional": true
  2316. },
  2317. "@cloudflare/workers-types": {
  2318. "optional": true
  2319. },
  2320. "@electric-sql/pglite": {
  2321. "optional": true
  2322. },
  2323. "@libsql/client": {
  2324. "optional": true
  2325. },
  2326. "@libsql/client-wasm": {
  2327. "optional": true
  2328. },
  2329. "@neondatabase/serverless": {
  2330. "optional": true
  2331. },
  2332. "@op-engineering/op-sqlite": {
  2333. "optional": true
  2334. },
  2335. "@opentelemetry/api": {
  2336. "optional": true
  2337. },
  2338. "@planetscale/database": {
  2339. "optional": true
  2340. },
  2341. "@prisma/client": {
  2342. "optional": true
  2343. },
  2344. "@tidbcloud/serverless": {
  2345. "optional": true
  2346. },
  2347. "@types/better-sqlite3": {
  2348. "optional": true
  2349. },
  2350. "@types/pg": {
  2351. "optional": true
  2352. },
  2353. "@types/sql.js": {
  2354. "optional": true
  2355. },
  2356. "@upstash/redis": {
  2357. "optional": true
  2358. },
  2359. "@vercel/postgres": {
  2360. "optional": true
  2361. },
  2362. "@xata.io/client": {
  2363. "optional": true
  2364. },
  2365. "better-sqlite3": {
  2366. "optional": true
  2367. },
  2368. "bun-types": {
  2369. "optional": true
  2370. },
  2371. "expo-sqlite": {
  2372. "optional": true
  2373. },
  2374. "gel": {
  2375. "optional": true
  2376. },
  2377. "knex": {
  2378. "optional": true
  2379. },
  2380. "kysely": {
  2381. "optional": true
  2382. },
  2383. "mysql2": {
  2384. "optional": true
  2385. },
  2386. "pg": {
  2387. "optional": true
  2388. },
  2389. "postgres": {
  2390. "optional": true
  2391. },
  2392. "prisma": {
  2393. "optional": true
  2394. },
  2395. "sql.js": {
  2396. "optional": true
  2397. },
  2398. "sqlite3": {
  2399. "optional": true
  2400. }
  2401. }
  2402. },
  2403. "node_modules/enhanced-resolve": {
  2404. "version": "5.20.1",
  2405. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz",
  2406. "integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==",
  2407. "license": "MIT",
  2408. "dependencies": {
  2409. "graceful-fs": "^4.2.4",
  2410. "tapable": "^2.3.0"
  2411. },
  2412. "engines": {
  2413. "node": ">=10.13.0"
  2414. }
  2415. },
  2416. "node_modules/esbuild": {
  2417. "version": "0.25.12",
  2418. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
  2419. "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
  2420. "dev": true,
  2421. "hasInstallScript": true,
  2422. "license": "MIT",
  2423. "bin": {
  2424. "esbuild": "bin/esbuild"
  2425. },
  2426. "engines": {
  2427. "node": ">=18"
  2428. },
  2429. "optionalDependencies": {
  2430. "@esbuild/aix-ppc64": "0.25.12",
  2431. "@esbuild/android-arm": "0.25.12",
  2432. "@esbuild/android-arm64": "0.25.12",
  2433. "@esbuild/android-x64": "0.25.12",
  2434. "@esbuild/darwin-arm64": "0.25.12",
  2435. "@esbuild/darwin-x64": "0.25.12",
  2436. "@esbuild/freebsd-arm64": "0.25.12",
  2437. "@esbuild/freebsd-x64": "0.25.12",
  2438. "@esbuild/linux-arm": "0.25.12",
  2439. "@esbuild/linux-arm64": "0.25.12",
  2440. "@esbuild/linux-ia32": "0.25.12",
  2441. "@esbuild/linux-loong64": "0.25.12",
  2442. "@esbuild/linux-mips64el": "0.25.12",
  2443. "@esbuild/linux-ppc64": "0.25.12",
  2444. "@esbuild/linux-riscv64": "0.25.12",
  2445. "@esbuild/linux-s390x": "0.25.12",
  2446. "@esbuild/linux-x64": "0.25.12",
  2447. "@esbuild/netbsd-arm64": "0.25.12",
  2448. "@esbuild/netbsd-x64": "0.25.12",
  2449. "@esbuild/openbsd-arm64": "0.25.12",
  2450. "@esbuild/openbsd-x64": "0.25.12",
  2451. "@esbuild/openharmony-arm64": "0.25.12",
  2452. "@esbuild/sunos-x64": "0.25.12",
  2453. "@esbuild/win32-arm64": "0.25.12",
  2454. "@esbuild/win32-ia32": "0.25.12",
  2455. "@esbuild/win32-x64": "0.25.12"
  2456. }
  2457. },
  2458. "node_modules/eventemitter3": {
  2459. "version": "5.0.4",
  2460. "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
  2461. "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
  2462. "license": "MIT"
  2463. },
  2464. "node_modules/fast-xml-builder": {
  2465. "version": "1.1.5",
  2466. "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz",
  2467. "integrity": "sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==",
  2468. "funding": [
  2469. {
  2470. "type": "github",
  2471. "url": "https://github.com/sponsors/NaturalIntelligence"
  2472. }
  2473. ],
  2474. "license": "MIT",
  2475. "dependencies": {
  2476. "path-expression-matcher": "^1.1.3"
  2477. }
  2478. },
  2479. "node_modules/fast-xml-parser": {
  2480. "version": "5.7.1",
  2481. "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz",
  2482. "integrity": "sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==",
  2483. "funding": [
  2484. {
  2485. "type": "github",
  2486. "url": "https://github.com/sponsors/NaturalIntelligence"
  2487. }
  2488. ],
  2489. "license": "MIT",
  2490. "dependencies": {
  2491. "@nodable/entities": "^2.1.0",
  2492. "fast-xml-builder": "^1.1.5",
  2493. "path-expression-matcher": "^1.5.0",
  2494. "strnum": "^2.2.3"
  2495. },
  2496. "bin": {
  2497. "fxparser": "src/cli/cli.js"
  2498. }
  2499. },
  2500. "node_modules/filter-obj": {
  2501. "version": "1.1.0",
  2502. "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz",
  2503. "integrity": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==",
  2504. "license": "MIT",
  2505. "engines": {
  2506. "node": ">=0.10.0"
  2507. }
  2508. },
  2509. "node_modules/fluent-ffmpeg": {
  2510. "version": "2.1.3",
  2511. "resolved": "https://registry.npmjs.org/fluent-ffmpeg/-/fluent-ffmpeg-2.1.3.tgz",
  2512. "integrity": "sha512-Be3narBNt2s6bsaqP6Jzq91heDgOEaDCJAXcE3qcma/EJBSy5FB4cvO31XBInuAuKBx8Kptf8dkhjK0IOru39Q==",
  2513. "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
  2514. "license": "MIT",
  2515. "dependencies": {
  2516. "async": "^0.2.9",
  2517. "which": "^1.1.1"
  2518. },
  2519. "engines": {
  2520. "node": ">=18"
  2521. }
  2522. },
  2523. "node_modules/fluent-ffmpeg/node_modules/async": {
  2524. "version": "0.2.10",
  2525. "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
  2526. "integrity": "sha512-eAkdoKxU6/LkKDBzLpT+t6Ff5EtfSF4wx1WfJiPEEV7WNLnDaRXk0oVysiEPm262roaachGexwUv94WhSgN5TQ=="
  2527. },
  2528. "node_modules/fsevents": {
  2529. "version": "2.3.3",
  2530. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  2531. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2532. "dev": true,
  2533. "hasInstallScript": true,
  2534. "license": "MIT",
  2535. "optional": true,
  2536. "os": [
  2537. "darwin"
  2538. ],
  2539. "engines": {
  2540. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2541. }
  2542. },
  2543. "node_modules/get-tsconfig": {
  2544. "version": "4.14.0",
  2545. "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.14.0.tgz",
  2546. "integrity": "sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==",
  2547. "dev": true,
  2548. "license": "MIT",
  2549. "dependencies": {
  2550. "resolve-pkg-maps": "^1.0.0"
  2551. },
  2552. "funding": {
  2553. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  2554. }
  2555. },
  2556. "node_modules/graceful-fs": {
  2557. "version": "4.2.11",
  2558. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  2559. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  2560. "license": "ISC"
  2561. },
  2562. "node_modules/hls.js": {
  2563. "version": "1.6.16",
  2564. "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.6.16.tgz",
  2565. "integrity": "sha512-VSIRpLfRwlAAdGL4wiTucx2ScRipo0ed1FBatWkyt832jC4CReKstga6yIhYVwGu9LOBjuX9wzmRMeQdBJtzEA==",
  2566. "license": "Apache-2.0"
  2567. },
  2568. "node_modules/inherits": {
  2569. "version": "2.0.4",
  2570. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  2571. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  2572. "license": "ISC"
  2573. },
  2574. "node_modules/ioredis": {
  2575. "version": "5.10.1",
  2576. "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.10.1.tgz",
  2577. "integrity": "sha512-HuEDBTI70aYdx1v6U97SbNx9F1+svQKBDo30o0b9fw055LMepzpOOd0Ccg9Q6tbqmBSJaMuY0fB7yw9/vjBYCA==",
  2578. "license": "MIT",
  2579. "dependencies": {
  2580. "@ioredis/commands": "1.5.1",
  2581. "cluster-key-slot": "^1.1.0",
  2582. "debug": "^4.3.4",
  2583. "denque": "^2.1.0",
  2584. "lodash.defaults": "^4.2.0",
  2585. "lodash.isarguments": "^3.1.0",
  2586. "redis-errors": "^1.2.0",
  2587. "redis-parser": "^3.0.0",
  2588. "standard-as-callback": "^2.1.0"
  2589. },
  2590. "engines": {
  2591. "node": ">=12.22.0"
  2592. },
  2593. "funding": {
  2594. "type": "opencollective",
  2595. "url": "https://opencollective.com/ioredis"
  2596. }
  2597. },
  2598. "node_modules/ipaddr.js": {
  2599. "version": "2.3.0",
  2600. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.3.0.tgz",
  2601. "integrity": "sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==",
  2602. "license": "MIT",
  2603. "engines": {
  2604. "node": ">= 10"
  2605. }
  2606. },
  2607. "node_modules/isexe": {
  2608. "version": "2.0.0",
  2609. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  2610. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  2611. "license": "ISC"
  2612. },
  2613. "node_modules/jiti": {
  2614. "version": "2.6.1",
  2615. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  2616. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  2617. "license": "MIT",
  2618. "bin": {
  2619. "jiti": "lib/jiti-cli.mjs"
  2620. }
  2621. },
  2622. "node_modules/jose": {
  2623. "version": "6.2.2",
  2624. "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.2.tgz",
  2625. "integrity": "sha512-d7kPDd34KO/YnzaDOlikGpOurfF0ByC2sEV4cANCtdqLlTfBlw2p14O/5d/zv40gJPbIQxfES3nSx1/oYNyuZQ==",
  2626. "license": "MIT",
  2627. "funding": {
  2628. "url": "https://github.com/sponsors/panva"
  2629. }
  2630. },
  2631. "node_modules/lightningcss": {
  2632. "version": "1.32.0",
  2633. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  2634. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  2635. "license": "MPL-2.0",
  2636. "dependencies": {
  2637. "detect-libc": "^2.0.3"
  2638. },
  2639. "engines": {
  2640. "node": ">= 12.0.0"
  2641. },
  2642. "funding": {
  2643. "type": "opencollective",
  2644. "url": "https://opencollective.com/parcel"
  2645. },
  2646. "optionalDependencies": {
  2647. "lightningcss-android-arm64": "1.32.0",
  2648. "lightningcss-darwin-arm64": "1.32.0",
  2649. "lightningcss-darwin-x64": "1.32.0",
  2650. "lightningcss-freebsd-x64": "1.32.0",
  2651. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  2652. "lightningcss-linux-arm64-gnu": "1.32.0",
  2653. "lightningcss-linux-arm64-musl": "1.32.0",
  2654. "lightningcss-linux-x64-gnu": "1.32.0",
  2655. "lightningcss-linux-x64-musl": "1.32.0",
  2656. "lightningcss-win32-arm64-msvc": "1.32.0",
  2657. "lightningcss-win32-x64-msvc": "1.32.0"
  2658. }
  2659. },
  2660. "node_modules/lightningcss-android-arm64": {
  2661. "version": "1.32.0",
  2662. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  2663. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  2664. "cpu": [
  2665. "arm64"
  2666. ],
  2667. "license": "MPL-2.0",
  2668. "optional": true,
  2669. "os": [
  2670. "android"
  2671. ],
  2672. "engines": {
  2673. "node": ">= 12.0.0"
  2674. },
  2675. "funding": {
  2676. "type": "opencollective",
  2677. "url": "https://opencollective.com/parcel"
  2678. }
  2679. },
  2680. "node_modules/lightningcss-darwin-arm64": {
  2681. "version": "1.32.0",
  2682. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  2683. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  2684. "cpu": [
  2685. "arm64"
  2686. ],
  2687. "license": "MPL-2.0",
  2688. "optional": true,
  2689. "os": [
  2690. "darwin"
  2691. ],
  2692. "engines": {
  2693. "node": ">= 12.0.0"
  2694. },
  2695. "funding": {
  2696. "type": "opencollective",
  2697. "url": "https://opencollective.com/parcel"
  2698. }
  2699. },
  2700. "node_modules/lightningcss-darwin-x64": {
  2701. "version": "1.32.0",
  2702. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  2703. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  2704. "cpu": [
  2705. "x64"
  2706. ],
  2707. "license": "MPL-2.0",
  2708. "optional": true,
  2709. "os": [
  2710. "darwin"
  2711. ],
  2712. "engines": {
  2713. "node": ">= 12.0.0"
  2714. },
  2715. "funding": {
  2716. "type": "opencollective",
  2717. "url": "https://opencollective.com/parcel"
  2718. }
  2719. },
  2720. "node_modules/lightningcss-freebsd-x64": {
  2721. "version": "1.32.0",
  2722. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  2723. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  2724. "cpu": [
  2725. "x64"
  2726. ],
  2727. "license": "MPL-2.0",
  2728. "optional": true,
  2729. "os": [
  2730. "freebsd"
  2731. ],
  2732. "engines": {
  2733. "node": ">= 12.0.0"
  2734. },
  2735. "funding": {
  2736. "type": "opencollective",
  2737. "url": "https://opencollective.com/parcel"
  2738. }
  2739. },
  2740. "node_modules/lightningcss-linux-arm-gnueabihf": {
  2741. "version": "1.32.0",
  2742. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  2743. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  2744. "cpu": [
  2745. "arm"
  2746. ],
  2747. "license": "MPL-2.0",
  2748. "optional": true,
  2749. "os": [
  2750. "linux"
  2751. ],
  2752. "engines": {
  2753. "node": ">= 12.0.0"
  2754. },
  2755. "funding": {
  2756. "type": "opencollective",
  2757. "url": "https://opencollective.com/parcel"
  2758. }
  2759. },
  2760. "node_modules/lightningcss-linux-arm64-gnu": {
  2761. "version": "1.32.0",
  2762. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  2763. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  2764. "cpu": [
  2765. "arm64"
  2766. ],
  2767. "license": "MPL-2.0",
  2768. "optional": true,
  2769. "os": [
  2770. "linux"
  2771. ],
  2772. "engines": {
  2773. "node": ">= 12.0.0"
  2774. },
  2775. "funding": {
  2776. "type": "opencollective",
  2777. "url": "https://opencollective.com/parcel"
  2778. }
  2779. },
  2780. "node_modules/lightningcss-linux-arm64-musl": {
  2781. "version": "1.32.0",
  2782. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  2783. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  2784. "cpu": [
  2785. "arm64"
  2786. ],
  2787. "license": "MPL-2.0",
  2788. "optional": true,
  2789. "os": [
  2790. "linux"
  2791. ],
  2792. "engines": {
  2793. "node": ">= 12.0.0"
  2794. },
  2795. "funding": {
  2796. "type": "opencollective",
  2797. "url": "https://opencollective.com/parcel"
  2798. }
  2799. },
  2800. "node_modules/lightningcss-linux-x64-gnu": {
  2801. "version": "1.32.0",
  2802. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  2803. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  2804. "cpu": [
  2805. "x64"
  2806. ],
  2807. "license": "MPL-2.0",
  2808. "optional": true,
  2809. "os": [
  2810. "linux"
  2811. ],
  2812. "engines": {
  2813. "node": ">= 12.0.0"
  2814. },
  2815. "funding": {
  2816. "type": "opencollective",
  2817. "url": "https://opencollective.com/parcel"
  2818. }
  2819. },
  2820. "node_modules/lightningcss-linux-x64-musl": {
  2821. "version": "1.32.0",
  2822. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  2823. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  2824. "cpu": [
  2825. "x64"
  2826. ],
  2827. "license": "MPL-2.0",
  2828. "optional": true,
  2829. "os": [
  2830. "linux"
  2831. ],
  2832. "engines": {
  2833. "node": ">= 12.0.0"
  2834. },
  2835. "funding": {
  2836. "type": "opencollective",
  2837. "url": "https://opencollective.com/parcel"
  2838. }
  2839. },
  2840. "node_modules/lightningcss-win32-arm64-msvc": {
  2841. "version": "1.32.0",
  2842. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  2843. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  2844. "cpu": [
  2845. "arm64"
  2846. ],
  2847. "license": "MPL-2.0",
  2848. "optional": true,
  2849. "os": [
  2850. "win32"
  2851. ],
  2852. "engines": {
  2853. "node": ">= 12.0.0"
  2854. },
  2855. "funding": {
  2856. "type": "opencollective",
  2857. "url": "https://opencollective.com/parcel"
  2858. }
  2859. },
  2860. "node_modules/lightningcss-win32-x64-msvc": {
  2861. "version": "1.32.0",
  2862. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  2863. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  2864. "cpu": [
  2865. "x64"
  2866. ],
  2867. "license": "MPL-2.0",
  2868. "optional": true,
  2869. "os": [
  2870. "win32"
  2871. ],
  2872. "engines": {
  2873. "node": ">= 12.0.0"
  2874. },
  2875. "funding": {
  2876. "type": "opencollective",
  2877. "url": "https://opencollective.com/parcel"
  2878. }
  2879. },
  2880. "node_modules/lodash": {
  2881. "version": "4.18.1",
  2882. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
  2883. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  2884. "license": "MIT"
  2885. },
  2886. "node_modules/lodash.defaults": {
  2887. "version": "4.2.0",
  2888. "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  2889. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
  2890. "license": "MIT"
  2891. },
  2892. "node_modules/lodash.isarguments": {
  2893. "version": "3.1.0",
  2894. "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  2895. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==",
  2896. "license": "MIT"
  2897. },
  2898. "node_modules/lucide-react": {
  2899. "version": "1.8.0",
  2900. "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.8.0.tgz",
  2901. "integrity": "sha512-WuvlsjngSk7TnTBJ1hsCy3ql9V9VOdcPkd3PKcSmM34vJD8KG6molxz7m7zbYFgICwsanQWmJ13JlYs4Zp7Arw==",
  2902. "license": "ISC",
  2903. "peerDependencies": {
  2904. "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  2905. }
  2906. },
  2907. "node_modules/luxon": {
  2908. "version": "3.7.2",
  2909. "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.7.2.tgz",
  2910. "integrity": "sha512-vtEhXh/gNjI9Yg1u4jX/0YVPMvxzHuGgCm6tC5kZyb08yjGWGnqAjGJvcXbqQR2P3MyMEFnRbpcdFS6PBcLqew==",
  2911. "license": "MIT",
  2912. "engines": {
  2913. "node": ">=12"
  2914. }
  2915. },
  2916. "node_modules/magic-string": {
  2917. "version": "0.30.21",
  2918. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  2919. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  2920. "license": "MIT",
  2921. "dependencies": {
  2922. "@jridgewell/sourcemap-codec": "^1.5.5"
  2923. }
  2924. },
  2925. "node_modules/mime-db": {
  2926. "version": "1.52.0",
  2927. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  2928. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  2929. "license": "MIT",
  2930. "engines": {
  2931. "node": ">= 0.6"
  2932. }
  2933. },
  2934. "node_modules/mime-types": {
  2935. "version": "2.1.35",
  2936. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  2937. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  2938. "license": "MIT",
  2939. "dependencies": {
  2940. "mime-db": "1.52.0"
  2941. },
  2942. "engines": {
  2943. "node": ">= 0.6"
  2944. }
  2945. },
  2946. "node_modules/minio": {
  2947. "version": "8.0.7",
  2948. "resolved": "https://registry.npmjs.org/minio/-/minio-8.0.7.tgz",
  2949. "integrity": "sha512-E737MgufW8CeQAsTAtnEMrxZ9scMSf29kkhZoXzDTKj/Jszzo2SfeZUH9wbDQH2Rsq6TCtl/yQL0+XdVKZansQ==",
  2950. "license": "Apache-2.0",
  2951. "dependencies": {
  2952. "async": "^3.2.4",
  2953. "block-stream2": "^2.1.0",
  2954. "browser-or-node": "^2.1.1",
  2955. "buffer-crc32": "^1.0.0",
  2956. "eventemitter3": "^5.0.1",
  2957. "fast-xml-parser": "^5.3.4",
  2958. "ipaddr.js": "^2.0.1",
  2959. "lodash": "^4.17.21",
  2960. "mime-types": "^2.1.35",
  2961. "query-string": "^7.1.3",
  2962. "stream-json": "^1.8.0",
  2963. "through2": "^4.0.2",
  2964. "xml2js": "^0.5.0 || ^0.6.2"
  2965. },
  2966. "engines": {
  2967. "node": "^16 || ^18 || >=20"
  2968. }
  2969. },
  2970. "node_modules/ms": {
  2971. "version": "2.1.3",
  2972. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  2973. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  2974. "license": "MIT"
  2975. },
  2976. "node_modules/msgpackr": {
  2977. "version": "1.11.5",
  2978. "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.5.tgz",
  2979. "integrity": "sha512-UjkUHN0yqp9RWKy0Lplhh+wlpdt9oQBYgULZOiFhV3VclSF1JnSQWZ5r9gORQlNYaUKQoR8itv7g7z1xDDuACA==",
  2980. "license": "MIT",
  2981. "optionalDependencies": {
  2982. "msgpackr-extract": "^3.0.2"
  2983. }
  2984. },
  2985. "node_modules/msgpackr-extract": {
  2986. "version": "3.0.3",
  2987. "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-3.0.3.tgz",
  2988. "integrity": "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==",
  2989. "hasInstallScript": true,
  2990. "license": "MIT",
  2991. "optional": true,
  2992. "dependencies": {
  2993. "node-gyp-build-optional-packages": "5.2.2"
  2994. },
  2995. "bin": {
  2996. "download-msgpackr-prebuilds": "bin/download-prebuilds.js"
  2997. },
  2998. "optionalDependencies": {
  2999. "@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.3",
  3000. "@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.3",
  3001. "@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.3",
  3002. "@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.3",
  3003. "@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.3",
  3004. "@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.3"
  3005. }
  3006. },
  3007. "node_modules/nanoid": {
  3008. "version": "3.3.11",
  3009. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  3010. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  3011. "funding": [
  3012. {
  3013. "type": "github",
  3014. "url": "https://github.com/sponsors/ai"
  3015. }
  3016. ],
  3017. "license": "MIT",
  3018. "bin": {
  3019. "nanoid": "bin/nanoid.cjs"
  3020. },
  3021. "engines": {
  3022. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3023. }
  3024. },
  3025. "node_modules/next": {
  3026. "version": "15.5.15",
  3027. "resolved": "https://registry.npmjs.org/next/-/next-15.5.15.tgz",
  3028. "integrity": "sha512-VSqCrJwtLVGwAVE0Sb/yikrQfkwkZW9p+lL/J4+xe+G3ZA+QnWPqgcfH1tDUEuk9y+pthzzVFp4L/U8JerMfMQ==",
  3029. "license": "MIT",
  3030. "dependencies": {
  3031. "@next/env": "15.5.15",
  3032. "@swc/helpers": "0.5.15",
  3033. "caniuse-lite": "^1.0.30001579",
  3034. "postcss": "8.4.31",
  3035. "styled-jsx": "5.1.6"
  3036. },
  3037. "bin": {
  3038. "next": "dist/bin/next"
  3039. },
  3040. "engines": {
  3041. "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
  3042. },
  3043. "optionalDependencies": {
  3044. "@next/swc-darwin-arm64": "15.5.15",
  3045. "@next/swc-darwin-x64": "15.5.15",
  3046. "@next/swc-linux-arm64-gnu": "15.5.15",
  3047. "@next/swc-linux-arm64-musl": "15.5.15",
  3048. "@next/swc-linux-x64-gnu": "15.5.15",
  3049. "@next/swc-linux-x64-musl": "15.5.15",
  3050. "@next/swc-win32-arm64-msvc": "15.5.15",
  3051. "@next/swc-win32-x64-msvc": "15.5.15",
  3052. "sharp": "^0.34.3"
  3053. },
  3054. "peerDependencies": {
  3055. "@opentelemetry/api": "^1.1.0",
  3056. "@playwright/test": "^1.51.1",
  3057. "babel-plugin-react-compiler": "*",
  3058. "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  3059. "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  3060. "sass": "^1.3.0"
  3061. },
  3062. "peerDependenciesMeta": {
  3063. "@opentelemetry/api": {
  3064. "optional": true
  3065. },
  3066. "@playwright/test": {
  3067. "optional": true
  3068. },
  3069. "babel-plugin-react-compiler": {
  3070. "optional": true
  3071. },
  3072. "sass": {
  3073. "optional": true
  3074. }
  3075. }
  3076. },
  3077. "node_modules/next-auth": {
  3078. "version": "5.0.0-beta.31",
  3079. "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-5.0.0-beta.31.tgz",
  3080. "integrity": "sha512-1OBgCKPzo+S7UWWMp3xgvGvIJ0OpV7B3vR4ZDRqD9a4Ch+OT6dakLXG9ivhtmIWVa71nTSXattOHyCg8sNi8/Q==",
  3081. "license": "ISC",
  3082. "dependencies": {
  3083. "@auth/core": "0.41.2"
  3084. },
  3085. "peerDependencies": {
  3086. "@simplewebauthn/browser": "^9.0.1",
  3087. "@simplewebauthn/server": "^9.0.2",
  3088. "next": "^14.0.0-0 || ^15.0.0 || ^16.0.0",
  3089. "nodemailer": "^7.0.7",
  3090. "react": "^18.2.0 || ^19.0.0"
  3091. },
  3092. "peerDependenciesMeta": {
  3093. "@simplewebauthn/browser": {
  3094. "optional": true
  3095. },
  3096. "@simplewebauthn/server": {
  3097. "optional": true
  3098. },
  3099. "nodemailer": {
  3100. "optional": true
  3101. }
  3102. }
  3103. },
  3104. "node_modules/node-abort-controller": {
  3105. "version": "3.1.1",
  3106. "resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz",
  3107. "integrity": "sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==",
  3108. "license": "MIT"
  3109. },
  3110. "node_modules/node-gyp-build-optional-packages": {
  3111. "version": "5.2.2",
  3112. "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.2.2.tgz",
  3113. "integrity": "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==",
  3114. "license": "MIT",
  3115. "optional": true,
  3116. "dependencies": {
  3117. "detect-libc": "^2.0.1"
  3118. },
  3119. "bin": {
  3120. "node-gyp-build-optional-packages": "bin.js",
  3121. "node-gyp-build-optional-packages-optional": "optional.js",
  3122. "node-gyp-build-optional-packages-test": "build-test.js"
  3123. }
  3124. },
  3125. "node_modules/oauth4webapi": {
  3126. "version": "3.8.5",
  3127. "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.8.5.tgz",
  3128. "integrity": "sha512-A8jmyUckVhRJj5lspguklcl90Ydqk61H3dcU0oLhH3Yv13KpAliKTt5hknpGGPZSSfOwGyraNEFmofDYH+1kSg==",
  3129. "license": "MIT",
  3130. "funding": {
  3131. "url": "https://github.com/sponsors/panva"
  3132. }
  3133. },
  3134. "node_modules/path-expression-matcher": {
  3135. "version": "1.5.0",
  3136. "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
  3137. "integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
  3138. "funding": [
  3139. {
  3140. "type": "github",
  3141. "url": "https://github.com/sponsors/NaturalIntelligence"
  3142. }
  3143. ],
  3144. "license": "MIT",
  3145. "engines": {
  3146. "node": ">=14.0.0"
  3147. }
  3148. },
  3149. "node_modules/pg": {
  3150. "version": "8.20.0",
  3151. "resolved": "https://registry.npmjs.org/pg/-/pg-8.20.0.tgz",
  3152. "integrity": "sha512-ldhMxz2r8fl/6QkXnBD3CR9/xg694oT6DZQ2s6c/RI28OjtSOpxnPrUCGOBJ46RCUxcWdx3p6kw/xnDHjKvaRA==",
  3153. "license": "MIT",
  3154. "dependencies": {
  3155. "pg-connection-string": "^2.12.0",
  3156. "pg-pool": "^3.13.0",
  3157. "pg-protocol": "^1.13.0",
  3158. "pg-types": "2.2.0",
  3159. "pgpass": "1.0.5"
  3160. },
  3161. "engines": {
  3162. "node": ">= 16.0.0"
  3163. },
  3164. "optionalDependencies": {
  3165. "pg-cloudflare": "^1.3.0"
  3166. },
  3167. "peerDependencies": {
  3168. "pg-native": ">=3.0.1"
  3169. },
  3170. "peerDependenciesMeta": {
  3171. "pg-native": {
  3172. "optional": true
  3173. }
  3174. }
  3175. },
  3176. "node_modules/pg-cloudflare": {
  3177. "version": "1.3.0",
  3178. "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.3.0.tgz",
  3179. "integrity": "sha512-6lswVVSztmHiRtD6I8hw4qP/nDm1EJbKMRhf3HCYaqud7frGysPv7FYJ5noZQdhQtN2xJnimfMtvQq21pdbzyQ==",
  3180. "license": "MIT",
  3181. "optional": true
  3182. },
  3183. "node_modules/pg-connection-string": {
  3184. "version": "2.12.0",
  3185. "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.12.0.tgz",
  3186. "integrity": "sha512-U7qg+bpswf3Cs5xLzRqbXbQl85ng0mfSV/J0nnA31MCLgvEaAo7CIhmeyrmJpOr7o+zm0rXK+hNnT5l9RHkCkQ==",
  3187. "license": "MIT"
  3188. },
  3189. "node_modules/pg-int8": {
  3190. "version": "1.0.1",
  3191. "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
  3192. "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
  3193. "license": "ISC",
  3194. "engines": {
  3195. "node": ">=4.0.0"
  3196. }
  3197. },
  3198. "node_modules/pg-pool": {
  3199. "version": "3.13.0",
  3200. "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.13.0.tgz",
  3201. "integrity": "sha512-gB+R+Xud1gLFuRD/QgOIgGOBE2KCQPaPwkzBBGC9oG69pHTkhQeIuejVIk3/cnDyX39av2AxomQiyPT13WKHQA==",
  3202. "license": "MIT",
  3203. "peerDependencies": {
  3204. "pg": ">=8.0"
  3205. }
  3206. },
  3207. "node_modules/pg-protocol": {
  3208. "version": "1.13.0",
  3209. "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.13.0.tgz",
  3210. "integrity": "sha512-zzdvXfS6v89r6v7OcFCHfHlyG/wvry1ALxZo4LqgUoy7W9xhBDMaqOuMiF3qEV45VqsN6rdlcehHrfDtlCPc8w==",
  3211. "license": "MIT"
  3212. },
  3213. "node_modules/pg-types": {
  3214. "version": "2.2.0",
  3215. "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz",
  3216. "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
  3217. "license": "MIT",
  3218. "dependencies": {
  3219. "pg-int8": "1.0.1",
  3220. "postgres-array": "~2.0.0",
  3221. "postgres-bytea": "~1.0.0",
  3222. "postgres-date": "~1.0.4",
  3223. "postgres-interval": "^1.1.0"
  3224. },
  3225. "engines": {
  3226. "node": ">=4"
  3227. }
  3228. },
  3229. "node_modules/pgpass": {
  3230. "version": "1.0.5",
  3231. "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz",
  3232. "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
  3233. "license": "MIT",
  3234. "dependencies": {
  3235. "split2": "^4.1.0"
  3236. }
  3237. },
  3238. "node_modules/picocolors": {
  3239. "version": "1.1.1",
  3240. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  3241. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  3242. "license": "ISC"
  3243. },
  3244. "node_modules/postcss": {
  3245. "version": "8.4.31",
  3246. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
  3247. "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
  3248. "funding": [
  3249. {
  3250. "type": "opencollective",
  3251. "url": "https://opencollective.com/postcss/"
  3252. },
  3253. {
  3254. "type": "tidelift",
  3255. "url": "https://tidelift.com/funding/github/npm/postcss"
  3256. },
  3257. {
  3258. "type": "github",
  3259. "url": "https://github.com/sponsors/ai"
  3260. }
  3261. ],
  3262. "license": "MIT",
  3263. "dependencies": {
  3264. "nanoid": "^3.3.6",
  3265. "picocolors": "^1.0.0",
  3266. "source-map-js": "^1.0.2"
  3267. },
  3268. "engines": {
  3269. "node": "^10 || ^12 || >=14"
  3270. }
  3271. },
  3272. "node_modules/postgres-array": {
  3273. "version": "2.0.0",
  3274. "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
  3275. "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==",
  3276. "license": "MIT",
  3277. "engines": {
  3278. "node": ">=4"
  3279. }
  3280. },
  3281. "node_modules/postgres-bytea": {
  3282. "version": "1.0.1",
  3283. "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.1.tgz",
  3284. "integrity": "sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==",
  3285. "license": "MIT",
  3286. "engines": {
  3287. "node": ">=0.10.0"
  3288. }
  3289. },
  3290. "node_modules/postgres-date": {
  3291. "version": "1.0.7",
  3292. "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz",
  3293. "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
  3294. "license": "MIT",
  3295. "engines": {
  3296. "node": ">=0.10.0"
  3297. }
  3298. },
  3299. "node_modules/postgres-interval": {
  3300. "version": "1.2.0",
  3301. "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz",
  3302. "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
  3303. "license": "MIT",
  3304. "dependencies": {
  3305. "xtend": "^4.0.0"
  3306. },
  3307. "engines": {
  3308. "node": ">=0.10.0"
  3309. }
  3310. },
  3311. "node_modules/preact": {
  3312. "version": "10.24.3",
  3313. "resolved": "https://registry.npmjs.org/preact/-/preact-10.24.3.tgz",
  3314. "integrity": "sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==",
  3315. "license": "MIT",
  3316. "funding": {
  3317. "type": "opencollective",
  3318. "url": "https://opencollective.com/preact"
  3319. }
  3320. },
  3321. "node_modules/preact-render-to-string": {
  3322. "version": "6.5.11",
  3323. "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-6.5.11.tgz",
  3324. "integrity": "sha512-ubnauqoGczeGISiOh6RjX0/cdaF8v/oDXIjO85XALCQjwQP+SB4RDXXtvZ6yTYSjG+PC1QRP2AhPgCEsM2EvUw==",
  3325. "license": "MIT",
  3326. "peerDependencies": {
  3327. "preact": ">=10"
  3328. }
  3329. },
  3330. "node_modules/query-string": {
  3331. "version": "7.1.3",
  3332. "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz",
  3333. "integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==",
  3334. "license": "MIT",
  3335. "dependencies": {
  3336. "decode-uri-component": "^0.2.2",
  3337. "filter-obj": "^1.1.0",
  3338. "split-on-first": "^1.0.0",
  3339. "strict-uri-encode": "^2.0.0"
  3340. },
  3341. "engines": {
  3342. "node": ">=6"
  3343. },
  3344. "funding": {
  3345. "url": "https://github.com/sponsors/sindresorhus"
  3346. }
  3347. },
  3348. "node_modules/react": {
  3349. "version": "19.2.5",
  3350. "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz",
  3351. "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==",
  3352. "license": "MIT",
  3353. "engines": {
  3354. "node": ">=0.10.0"
  3355. }
  3356. },
  3357. "node_modules/react-dom": {
  3358. "version": "19.2.5",
  3359. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz",
  3360. "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==",
  3361. "license": "MIT",
  3362. "dependencies": {
  3363. "scheduler": "^0.27.0"
  3364. },
  3365. "peerDependencies": {
  3366. "react": "^19.2.5"
  3367. }
  3368. },
  3369. "node_modules/readable-stream": {
  3370. "version": "3.6.2",
  3371. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  3372. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  3373. "license": "MIT",
  3374. "dependencies": {
  3375. "inherits": "^2.0.3",
  3376. "string_decoder": "^1.1.1",
  3377. "util-deprecate": "^1.0.1"
  3378. },
  3379. "engines": {
  3380. "node": ">= 6"
  3381. }
  3382. },
  3383. "node_modules/redis-errors": {
  3384. "version": "1.2.0",
  3385. "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  3386. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  3387. "license": "MIT",
  3388. "engines": {
  3389. "node": ">=4"
  3390. }
  3391. },
  3392. "node_modules/redis-parser": {
  3393. "version": "3.0.0",
  3394. "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
  3395. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  3396. "license": "MIT",
  3397. "dependencies": {
  3398. "redis-errors": "^1.0.0"
  3399. },
  3400. "engines": {
  3401. "node": ">=4"
  3402. }
  3403. },
  3404. "node_modules/resolve-pkg-maps": {
  3405. "version": "1.0.0",
  3406. "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  3407. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  3408. "dev": true,
  3409. "license": "MIT",
  3410. "funding": {
  3411. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  3412. }
  3413. },
  3414. "node_modules/safe-buffer": {
  3415. "version": "5.2.1",
  3416. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  3417. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  3418. "funding": [
  3419. {
  3420. "type": "github",
  3421. "url": "https://github.com/sponsors/feross"
  3422. },
  3423. {
  3424. "type": "patreon",
  3425. "url": "https://www.patreon.com/feross"
  3426. },
  3427. {
  3428. "type": "consulting",
  3429. "url": "https://feross.org/support"
  3430. }
  3431. ],
  3432. "license": "MIT"
  3433. },
  3434. "node_modules/sax": {
  3435. "version": "1.6.0",
  3436. "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
  3437. "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
  3438. "license": "BlueOak-1.0.0",
  3439. "engines": {
  3440. "node": ">=11.0.0"
  3441. }
  3442. },
  3443. "node_modules/scheduler": {
  3444. "version": "0.27.0",
  3445. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
  3446. "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
  3447. "license": "MIT"
  3448. },
  3449. "node_modules/semver": {
  3450. "version": "7.7.4",
  3451. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  3452. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  3453. "license": "ISC",
  3454. "bin": {
  3455. "semver": "bin/semver.js"
  3456. },
  3457. "engines": {
  3458. "node": ">=10"
  3459. }
  3460. },
  3461. "node_modules/sharp": {
  3462. "version": "0.34.5",
  3463. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
  3464. "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
  3465. "hasInstallScript": true,
  3466. "license": "Apache-2.0",
  3467. "optional": true,
  3468. "dependencies": {
  3469. "@img/colour": "^1.0.0",
  3470. "detect-libc": "^2.1.2",
  3471. "semver": "^7.7.3"
  3472. },
  3473. "engines": {
  3474. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  3475. },
  3476. "funding": {
  3477. "url": "https://opencollective.com/libvips"
  3478. },
  3479. "optionalDependencies": {
  3480. "@img/sharp-darwin-arm64": "0.34.5",
  3481. "@img/sharp-darwin-x64": "0.34.5",
  3482. "@img/sharp-libvips-darwin-arm64": "1.2.4",
  3483. "@img/sharp-libvips-darwin-x64": "1.2.4",
  3484. "@img/sharp-libvips-linux-arm": "1.2.4",
  3485. "@img/sharp-libvips-linux-arm64": "1.2.4",
  3486. "@img/sharp-libvips-linux-ppc64": "1.2.4",
  3487. "@img/sharp-libvips-linux-riscv64": "1.2.4",
  3488. "@img/sharp-libvips-linux-s390x": "1.2.4",
  3489. "@img/sharp-libvips-linux-x64": "1.2.4",
  3490. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
  3491. "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
  3492. "@img/sharp-linux-arm": "0.34.5",
  3493. "@img/sharp-linux-arm64": "0.34.5",
  3494. "@img/sharp-linux-ppc64": "0.34.5",
  3495. "@img/sharp-linux-riscv64": "0.34.5",
  3496. "@img/sharp-linux-s390x": "0.34.5",
  3497. "@img/sharp-linux-x64": "0.34.5",
  3498. "@img/sharp-linuxmusl-arm64": "0.34.5",
  3499. "@img/sharp-linuxmusl-x64": "0.34.5",
  3500. "@img/sharp-wasm32": "0.34.5",
  3501. "@img/sharp-win32-arm64": "0.34.5",
  3502. "@img/sharp-win32-ia32": "0.34.5",
  3503. "@img/sharp-win32-x64": "0.34.5"
  3504. }
  3505. },
  3506. "node_modules/source-map": {
  3507. "version": "0.6.1",
  3508. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  3509. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  3510. "dev": true,
  3511. "license": "BSD-3-Clause",
  3512. "engines": {
  3513. "node": ">=0.10.0"
  3514. }
  3515. },
  3516. "node_modules/source-map-js": {
  3517. "version": "1.2.1",
  3518. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  3519. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  3520. "license": "BSD-3-Clause",
  3521. "engines": {
  3522. "node": ">=0.10.0"
  3523. }
  3524. },
  3525. "node_modules/source-map-support": {
  3526. "version": "0.5.21",
  3527. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  3528. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  3529. "dev": true,
  3530. "license": "MIT",
  3531. "dependencies": {
  3532. "buffer-from": "^1.0.0",
  3533. "source-map": "^0.6.0"
  3534. }
  3535. },
  3536. "node_modules/split-on-first": {
  3537. "version": "1.1.0",
  3538. "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz",
  3539. "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==",
  3540. "license": "MIT",
  3541. "engines": {
  3542. "node": ">=6"
  3543. }
  3544. },
  3545. "node_modules/split2": {
  3546. "version": "4.2.0",
  3547. "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
  3548. "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
  3549. "license": "ISC",
  3550. "engines": {
  3551. "node": ">= 10.x"
  3552. }
  3553. },
  3554. "node_modules/standard-as-callback": {
  3555. "version": "2.1.0",
  3556. "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  3557. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==",
  3558. "license": "MIT"
  3559. },
  3560. "node_modules/stream-chain": {
  3561. "version": "2.2.5",
  3562. "resolved": "https://registry.npmjs.org/stream-chain/-/stream-chain-2.2.5.tgz",
  3563. "integrity": "sha512-1TJmBx6aSWqZ4tx7aTpBDXK0/e2hhcNSTV8+CbFJtDjbb+I1mZ8lHit0Grw9GRT+6JbIrrDd8esncgBi8aBXGA==",
  3564. "license": "BSD-3-Clause"
  3565. },
  3566. "node_modules/stream-json": {
  3567. "version": "1.9.1",
  3568. "resolved": "https://registry.npmjs.org/stream-json/-/stream-json-1.9.1.tgz",
  3569. "integrity": "sha512-uWkjJ+2Nt/LO9Z/JyKZbMusL8Dkh97uUBTv3AJQ74y07lVahLY4eEFsPsE97pxYBwr8nnjMAIch5eqI0gPShyw==",
  3570. "license": "BSD-3-Clause",
  3571. "dependencies": {
  3572. "stream-chain": "^2.2.5"
  3573. }
  3574. },
  3575. "node_modules/strict-uri-encode": {
  3576. "version": "2.0.0",
  3577. "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz",
  3578. "integrity": "sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==",
  3579. "license": "MIT",
  3580. "engines": {
  3581. "node": ">=4"
  3582. }
  3583. },
  3584. "node_modules/string_decoder": {
  3585. "version": "1.3.0",
  3586. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  3587. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  3588. "license": "MIT",
  3589. "dependencies": {
  3590. "safe-buffer": "~5.2.0"
  3591. }
  3592. },
  3593. "node_modules/strnum": {
  3594. "version": "2.2.3",
  3595. "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz",
  3596. "integrity": "sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==",
  3597. "funding": [
  3598. {
  3599. "type": "github",
  3600. "url": "https://github.com/sponsors/NaturalIntelligence"
  3601. }
  3602. ],
  3603. "license": "MIT"
  3604. },
  3605. "node_modules/styled-jsx": {
  3606. "version": "5.1.6",
  3607. "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
  3608. "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
  3609. "license": "MIT",
  3610. "dependencies": {
  3611. "client-only": "0.0.1"
  3612. },
  3613. "engines": {
  3614. "node": ">= 12.0.0"
  3615. },
  3616. "peerDependencies": {
  3617. "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
  3618. },
  3619. "peerDependenciesMeta": {
  3620. "@babel/core": {
  3621. "optional": true
  3622. },
  3623. "babel-plugin-macros": {
  3624. "optional": true
  3625. }
  3626. }
  3627. },
  3628. "node_modules/tailwind-merge": {
  3629. "version": "3.5.0",
  3630. "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.5.0.tgz",
  3631. "integrity": "sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==",
  3632. "license": "MIT",
  3633. "funding": {
  3634. "type": "github",
  3635. "url": "https://github.com/sponsors/dcastil"
  3636. }
  3637. },
  3638. "node_modules/tailwindcss": {
  3639. "version": "4.2.2",
  3640. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz",
  3641. "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==",
  3642. "license": "MIT"
  3643. },
  3644. "node_modules/tapable": {
  3645. "version": "2.3.2",
  3646. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.2.tgz",
  3647. "integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
  3648. "license": "MIT",
  3649. "engines": {
  3650. "node": ">=6"
  3651. },
  3652. "funding": {
  3653. "type": "opencollective",
  3654. "url": "https://opencollective.com/webpack"
  3655. }
  3656. },
  3657. "node_modules/through2": {
  3658. "version": "4.0.2",
  3659. "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz",
  3660. "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==",
  3661. "license": "MIT",
  3662. "dependencies": {
  3663. "readable-stream": "3"
  3664. }
  3665. },
  3666. "node_modules/tslib": {
  3667. "version": "2.8.1",
  3668. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  3669. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  3670. "license": "0BSD"
  3671. },
  3672. "node_modules/tsx": {
  3673. "version": "4.21.0",
  3674. "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.21.0.tgz",
  3675. "integrity": "sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==",
  3676. "dev": true,
  3677. "license": "MIT",
  3678. "dependencies": {
  3679. "esbuild": "~0.27.0",
  3680. "get-tsconfig": "^4.7.5"
  3681. },
  3682. "bin": {
  3683. "tsx": "dist/cli.mjs"
  3684. },
  3685. "engines": {
  3686. "node": ">=18.0.0"
  3687. },
  3688. "optionalDependencies": {
  3689. "fsevents": "~2.3.3"
  3690. }
  3691. },
  3692. "node_modules/tsx/node_modules/@esbuild/aix-ppc64": {
  3693. "version": "0.27.7",
  3694. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
  3695. "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
  3696. "cpu": [
  3697. "ppc64"
  3698. ],
  3699. "dev": true,
  3700. "license": "MIT",
  3701. "optional": true,
  3702. "os": [
  3703. "aix"
  3704. ],
  3705. "engines": {
  3706. "node": ">=18"
  3707. }
  3708. },
  3709. "node_modules/tsx/node_modules/@esbuild/android-arm": {
  3710. "version": "0.27.7",
  3711. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
  3712. "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
  3713. "cpu": [
  3714. "arm"
  3715. ],
  3716. "dev": true,
  3717. "license": "MIT",
  3718. "optional": true,
  3719. "os": [
  3720. "android"
  3721. ],
  3722. "engines": {
  3723. "node": ">=18"
  3724. }
  3725. },
  3726. "node_modules/tsx/node_modules/@esbuild/android-arm64": {
  3727. "version": "0.27.7",
  3728. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
  3729. "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
  3730. "cpu": [
  3731. "arm64"
  3732. ],
  3733. "dev": true,
  3734. "license": "MIT",
  3735. "optional": true,
  3736. "os": [
  3737. "android"
  3738. ],
  3739. "engines": {
  3740. "node": ">=18"
  3741. }
  3742. },
  3743. "node_modules/tsx/node_modules/@esbuild/android-x64": {
  3744. "version": "0.27.7",
  3745. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
  3746. "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
  3747. "cpu": [
  3748. "x64"
  3749. ],
  3750. "dev": true,
  3751. "license": "MIT",
  3752. "optional": true,
  3753. "os": [
  3754. "android"
  3755. ],
  3756. "engines": {
  3757. "node": ">=18"
  3758. }
  3759. },
  3760. "node_modules/tsx/node_modules/@esbuild/darwin-arm64": {
  3761. "version": "0.27.7",
  3762. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
  3763. "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
  3764. "cpu": [
  3765. "arm64"
  3766. ],
  3767. "dev": true,
  3768. "license": "MIT",
  3769. "optional": true,
  3770. "os": [
  3771. "darwin"
  3772. ],
  3773. "engines": {
  3774. "node": ">=18"
  3775. }
  3776. },
  3777. "node_modules/tsx/node_modules/@esbuild/darwin-x64": {
  3778. "version": "0.27.7",
  3779. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
  3780. "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
  3781. "cpu": [
  3782. "x64"
  3783. ],
  3784. "dev": true,
  3785. "license": "MIT",
  3786. "optional": true,
  3787. "os": [
  3788. "darwin"
  3789. ],
  3790. "engines": {
  3791. "node": ">=18"
  3792. }
  3793. },
  3794. "node_modules/tsx/node_modules/@esbuild/freebsd-arm64": {
  3795. "version": "0.27.7",
  3796. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
  3797. "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
  3798. "cpu": [
  3799. "arm64"
  3800. ],
  3801. "dev": true,
  3802. "license": "MIT",
  3803. "optional": true,
  3804. "os": [
  3805. "freebsd"
  3806. ],
  3807. "engines": {
  3808. "node": ">=18"
  3809. }
  3810. },
  3811. "node_modules/tsx/node_modules/@esbuild/freebsd-x64": {
  3812. "version": "0.27.7",
  3813. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
  3814. "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
  3815. "cpu": [
  3816. "x64"
  3817. ],
  3818. "dev": true,
  3819. "license": "MIT",
  3820. "optional": true,
  3821. "os": [
  3822. "freebsd"
  3823. ],
  3824. "engines": {
  3825. "node": ">=18"
  3826. }
  3827. },
  3828. "node_modules/tsx/node_modules/@esbuild/linux-arm": {
  3829. "version": "0.27.7",
  3830. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
  3831. "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
  3832. "cpu": [
  3833. "arm"
  3834. ],
  3835. "dev": true,
  3836. "license": "MIT",
  3837. "optional": true,
  3838. "os": [
  3839. "linux"
  3840. ],
  3841. "engines": {
  3842. "node": ">=18"
  3843. }
  3844. },
  3845. "node_modules/tsx/node_modules/@esbuild/linux-arm64": {
  3846. "version": "0.27.7",
  3847. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
  3848. "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
  3849. "cpu": [
  3850. "arm64"
  3851. ],
  3852. "dev": true,
  3853. "license": "MIT",
  3854. "optional": true,
  3855. "os": [
  3856. "linux"
  3857. ],
  3858. "engines": {
  3859. "node": ">=18"
  3860. }
  3861. },
  3862. "node_modules/tsx/node_modules/@esbuild/linux-ia32": {
  3863. "version": "0.27.7",
  3864. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
  3865. "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
  3866. "cpu": [
  3867. "ia32"
  3868. ],
  3869. "dev": true,
  3870. "license": "MIT",
  3871. "optional": true,
  3872. "os": [
  3873. "linux"
  3874. ],
  3875. "engines": {
  3876. "node": ">=18"
  3877. }
  3878. },
  3879. "node_modules/tsx/node_modules/@esbuild/linux-loong64": {
  3880. "version": "0.27.7",
  3881. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
  3882. "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
  3883. "cpu": [
  3884. "loong64"
  3885. ],
  3886. "dev": true,
  3887. "license": "MIT",
  3888. "optional": true,
  3889. "os": [
  3890. "linux"
  3891. ],
  3892. "engines": {
  3893. "node": ">=18"
  3894. }
  3895. },
  3896. "node_modules/tsx/node_modules/@esbuild/linux-mips64el": {
  3897. "version": "0.27.7",
  3898. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
  3899. "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
  3900. "cpu": [
  3901. "mips64el"
  3902. ],
  3903. "dev": true,
  3904. "license": "MIT",
  3905. "optional": true,
  3906. "os": [
  3907. "linux"
  3908. ],
  3909. "engines": {
  3910. "node": ">=18"
  3911. }
  3912. },
  3913. "node_modules/tsx/node_modules/@esbuild/linux-ppc64": {
  3914. "version": "0.27.7",
  3915. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
  3916. "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
  3917. "cpu": [
  3918. "ppc64"
  3919. ],
  3920. "dev": true,
  3921. "license": "MIT",
  3922. "optional": true,
  3923. "os": [
  3924. "linux"
  3925. ],
  3926. "engines": {
  3927. "node": ">=18"
  3928. }
  3929. },
  3930. "node_modules/tsx/node_modules/@esbuild/linux-riscv64": {
  3931. "version": "0.27.7",
  3932. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
  3933. "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
  3934. "cpu": [
  3935. "riscv64"
  3936. ],
  3937. "dev": true,
  3938. "license": "MIT",
  3939. "optional": true,
  3940. "os": [
  3941. "linux"
  3942. ],
  3943. "engines": {
  3944. "node": ">=18"
  3945. }
  3946. },
  3947. "node_modules/tsx/node_modules/@esbuild/linux-s390x": {
  3948. "version": "0.27.7",
  3949. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
  3950. "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
  3951. "cpu": [
  3952. "s390x"
  3953. ],
  3954. "dev": true,
  3955. "license": "MIT",
  3956. "optional": true,
  3957. "os": [
  3958. "linux"
  3959. ],
  3960. "engines": {
  3961. "node": ">=18"
  3962. }
  3963. },
  3964. "node_modules/tsx/node_modules/@esbuild/linux-x64": {
  3965. "version": "0.27.7",
  3966. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
  3967. "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
  3968. "cpu": [
  3969. "x64"
  3970. ],
  3971. "dev": true,
  3972. "license": "MIT",
  3973. "optional": true,
  3974. "os": [
  3975. "linux"
  3976. ],
  3977. "engines": {
  3978. "node": ">=18"
  3979. }
  3980. },
  3981. "node_modules/tsx/node_modules/@esbuild/netbsd-arm64": {
  3982. "version": "0.27.7",
  3983. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
  3984. "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
  3985. "cpu": [
  3986. "arm64"
  3987. ],
  3988. "dev": true,
  3989. "license": "MIT",
  3990. "optional": true,
  3991. "os": [
  3992. "netbsd"
  3993. ],
  3994. "engines": {
  3995. "node": ">=18"
  3996. }
  3997. },
  3998. "node_modules/tsx/node_modules/@esbuild/netbsd-x64": {
  3999. "version": "0.27.7",
  4000. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
  4001. "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
  4002. "cpu": [
  4003. "x64"
  4004. ],
  4005. "dev": true,
  4006. "license": "MIT",
  4007. "optional": true,
  4008. "os": [
  4009. "netbsd"
  4010. ],
  4011. "engines": {
  4012. "node": ">=18"
  4013. }
  4014. },
  4015. "node_modules/tsx/node_modules/@esbuild/openbsd-arm64": {
  4016. "version": "0.27.7",
  4017. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
  4018. "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
  4019. "cpu": [
  4020. "arm64"
  4021. ],
  4022. "dev": true,
  4023. "license": "MIT",
  4024. "optional": true,
  4025. "os": [
  4026. "openbsd"
  4027. ],
  4028. "engines": {
  4029. "node": ">=18"
  4030. }
  4031. },
  4032. "node_modules/tsx/node_modules/@esbuild/openbsd-x64": {
  4033. "version": "0.27.7",
  4034. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
  4035. "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
  4036. "cpu": [
  4037. "x64"
  4038. ],
  4039. "dev": true,
  4040. "license": "MIT",
  4041. "optional": true,
  4042. "os": [
  4043. "openbsd"
  4044. ],
  4045. "engines": {
  4046. "node": ">=18"
  4047. }
  4048. },
  4049. "node_modules/tsx/node_modules/@esbuild/openharmony-arm64": {
  4050. "version": "0.27.7",
  4051. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
  4052. "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
  4053. "cpu": [
  4054. "arm64"
  4055. ],
  4056. "dev": true,
  4057. "license": "MIT",
  4058. "optional": true,
  4059. "os": [
  4060. "openharmony"
  4061. ],
  4062. "engines": {
  4063. "node": ">=18"
  4064. }
  4065. },
  4066. "node_modules/tsx/node_modules/@esbuild/sunos-x64": {
  4067. "version": "0.27.7",
  4068. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
  4069. "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
  4070. "cpu": [
  4071. "x64"
  4072. ],
  4073. "dev": true,
  4074. "license": "MIT",
  4075. "optional": true,
  4076. "os": [
  4077. "sunos"
  4078. ],
  4079. "engines": {
  4080. "node": ">=18"
  4081. }
  4082. },
  4083. "node_modules/tsx/node_modules/@esbuild/win32-arm64": {
  4084. "version": "0.27.7",
  4085. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
  4086. "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
  4087. "cpu": [
  4088. "arm64"
  4089. ],
  4090. "dev": true,
  4091. "license": "MIT",
  4092. "optional": true,
  4093. "os": [
  4094. "win32"
  4095. ],
  4096. "engines": {
  4097. "node": ">=18"
  4098. }
  4099. },
  4100. "node_modules/tsx/node_modules/@esbuild/win32-ia32": {
  4101. "version": "0.27.7",
  4102. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
  4103. "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
  4104. "cpu": [
  4105. "ia32"
  4106. ],
  4107. "dev": true,
  4108. "license": "MIT",
  4109. "optional": true,
  4110. "os": [
  4111. "win32"
  4112. ],
  4113. "engines": {
  4114. "node": ">=18"
  4115. }
  4116. },
  4117. "node_modules/tsx/node_modules/@esbuild/win32-x64": {
  4118. "version": "0.27.7",
  4119. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
  4120. "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
  4121. "cpu": [
  4122. "x64"
  4123. ],
  4124. "dev": true,
  4125. "license": "MIT",
  4126. "optional": true,
  4127. "os": [
  4128. "win32"
  4129. ],
  4130. "engines": {
  4131. "node": ">=18"
  4132. }
  4133. },
  4134. "node_modules/tsx/node_modules/esbuild": {
  4135. "version": "0.27.7",
  4136. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
  4137. "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
  4138. "dev": true,
  4139. "hasInstallScript": true,
  4140. "license": "MIT",
  4141. "bin": {
  4142. "esbuild": "bin/esbuild"
  4143. },
  4144. "engines": {
  4145. "node": ">=18"
  4146. },
  4147. "optionalDependencies": {
  4148. "@esbuild/aix-ppc64": "0.27.7",
  4149. "@esbuild/android-arm": "0.27.7",
  4150. "@esbuild/android-arm64": "0.27.7",
  4151. "@esbuild/android-x64": "0.27.7",
  4152. "@esbuild/darwin-arm64": "0.27.7",
  4153. "@esbuild/darwin-x64": "0.27.7",
  4154. "@esbuild/freebsd-arm64": "0.27.7",
  4155. "@esbuild/freebsd-x64": "0.27.7",
  4156. "@esbuild/linux-arm": "0.27.7",
  4157. "@esbuild/linux-arm64": "0.27.7",
  4158. "@esbuild/linux-ia32": "0.27.7",
  4159. "@esbuild/linux-loong64": "0.27.7",
  4160. "@esbuild/linux-mips64el": "0.27.7",
  4161. "@esbuild/linux-ppc64": "0.27.7",
  4162. "@esbuild/linux-riscv64": "0.27.7",
  4163. "@esbuild/linux-s390x": "0.27.7",
  4164. "@esbuild/linux-x64": "0.27.7",
  4165. "@esbuild/netbsd-arm64": "0.27.7",
  4166. "@esbuild/netbsd-x64": "0.27.7",
  4167. "@esbuild/openbsd-arm64": "0.27.7",
  4168. "@esbuild/openbsd-x64": "0.27.7",
  4169. "@esbuild/openharmony-arm64": "0.27.7",
  4170. "@esbuild/sunos-x64": "0.27.7",
  4171. "@esbuild/win32-arm64": "0.27.7",
  4172. "@esbuild/win32-ia32": "0.27.7",
  4173. "@esbuild/win32-x64": "0.27.7"
  4174. }
  4175. },
  4176. "node_modules/typescript": {
  4177. "version": "6.0.3",
  4178. "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
  4179. "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
  4180. "dev": true,
  4181. "license": "Apache-2.0",
  4182. "bin": {
  4183. "tsc": "bin/tsc",
  4184. "tsserver": "bin/tsserver"
  4185. },
  4186. "engines": {
  4187. "node": ">=14.17"
  4188. }
  4189. },
  4190. "node_modules/undici-types": {
  4191. "version": "7.19.2",
  4192. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz",
  4193. "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==",
  4194. "license": "MIT"
  4195. },
  4196. "node_modules/util-deprecate": {
  4197. "version": "1.0.2",
  4198. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  4199. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  4200. "license": "MIT"
  4201. },
  4202. "node_modules/uuid": {
  4203. "version": "11.1.0",
  4204. "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
  4205. "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
  4206. "funding": [
  4207. "https://github.com/sponsors/broofa",
  4208. "https://github.com/sponsors/ctavan"
  4209. ],
  4210. "license": "MIT",
  4211. "bin": {
  4212. "uuid": "dist/esm/bin/uuid"
  4213. }
  4214. },
  4215. "node_modules/which": {
  4216. "version": "1.3.1",
  4217. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  4218. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  4219. "license": "ISC",
  4220. "dependencies": {
  4221. "isexe": "^2.0.0"
  4222. },
  4223. "bin": {
  4224. "which": "bin/which"
  4225. }
  4226. },
  4227. "node_modules/xml2js": {
  4228. "version": "0.6.2",
  4229. "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
  4230. "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
  4231. "license": "MIT",
  4232. "dependencies": {
  4233. "sax": ">=0.6.0",
  4234. "xmlbuilder": "~11.0.0"
  4235. },
  4236. "engines": {
  4237. "node": ">=4.0.0"
  4238. }
  4239. },
  4240. "node_modules/xmlbuilder": {
  4241. "version": "11.0.1",
  4242. "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
  4243. "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
  4244. "license": "MIT",
  4245. "engines": {
  4246. "node": ">=4.0"
  4247. }
  4248. },
  4249. "node_modules/xtend": {
  4250. "version": "4.0.2",
  4251. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  4252. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  4253. "license": "MIT",
  4254. "engines": {
  4255. "node": ">=0.4"
  4256. }
  4257. }
  4258. }
  4259. }