package-lock.json 221 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207
  1. {
  2. "name": "site",
  3. "version": "0.0.1",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "site",
  9. "version": "0.0.1",
  10. "dependencies": {
  11. "@astrojs/starlight": "^0.39.2",
  12. "@fontsource-variable/archivo": "^5.2.8",
  13. "@fontsource/ibm-plex-mono": "^5.2.7",
  14. "astro": "^6.3.1",
  15. "sharp": "^0.34.5"
  16. }
  17. },
  18. "node_modules/@astrojs/compiler": {
  19. "version": "4.0.0",
  20. "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-4.0.0.tgz",
  21. "integrity": "sha512-eouss7G8ygdZqHuke033VMcVw5HTZUu+PXd/h06DGDUg/jt5btPYPqh66ENWw/mU78rBrf/oeC4oqoBwMtDMNA==",
  22. "license": "MIT"
  23. },
  24. "node_modules/@astrojs/internal-helpers": {
  25. "version": "0.9.1",
  26. "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.9.1.tgz",
  27. "integrity": "sha512-1pWuARqYom/TzuU3+0ZugsTrKlUydWKuULmDqSMTuonY+9IRDUEGKX/8PXQ1nBxRq3w85uGtd9q9SXfqEldMIQ==",
  28. "license": "MIT",
  29. "dependencies": {
  30. "picomatch": "^4.0.4"
  31. }
  32. },
  33. "node_modules/@astrojs/markdown-remark": {
  34. "version": "7.1.2",
  35. "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.1.2.tgz",
  36. "integrity": "sha512-caXZ4Dc2St2dW8luEg22GlP0gupLdztCTQE4EzZOxW1pqWXz9mbeJEuHUkgDYcKWW8tjIHkydYDhWLVoxJ327Q==",
  37. "license": "MIT",
  38. "dependencies": {
  39. "@astrojs/internal-helpers": "0.9.1",
  40. "@astrojs/prism": "4.0.2",
  41. "github-slugger": "^2.0.0",
  42. "hast-util-from-html": "^2.0.3",
  43. "hast-util-to-text": "^4.0.2",
  44. "js-yaml": "^4.1.1",
  45. "mdast-util-definitions": "^6.0.0",
  46. "rehype-raw": "^7.0.0",
  47. "rehype-stringify": "^10.0.1",
  48. "remark-gfm": "^4.0.1",
  49. "remark-parse": "^11.0.0",
  50. "remark-rehype": "^11.1.2",
  51. "remark-smartypants": "^3.0.2",
  52. "retext-smartypants": "^6.2.0",
  53. "shiki": "^4.0.0",
  54. "smol-toml": "^1.6.0",
  55. "unified": "^11.0.5",
  56. "unist-util-remove-position": "^5.0.0",
  57. "unist-util-visit": "^5.1.0",
  58. "unist-util-visit-parents": "^6.0.2",
  59. "vfile": "^6.0.3"
  60. }
  61. },
  62. "node_modules/@astrojs/mdx": {
  63. "version": "5.0.6",
  64. "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-5.0.6.tgz",
  65. "integrity": "sha512-4dKe0ZMmqujofPNDHahzClkwinn9f8jHPcaXcgdGvPAlboD2mjzkUCofli2cBnxYAkdfhC6d50gBJ8i/cH8gHw==",
  66. "license": "MIT",
  67. "dependencies": {
  68. "@astrojs/markdown-remark": "7.1.2",
  69. "@mdx-js/mdx": "^3.1.1",
  70. "acorn": "^8.16.0",
  71. "es-module-lexer": "^2.0.0",
  72. "estree-util-visit": "^2.0.0",
  73. "hast-util-to-html": "^9.0.5",
  74. "piccolore": "^0.1.3",
  75. "rehype-raw": "^7.0.0",
  76. "remark-gfm": "^4.0.1",
  77. "remark-smartypants": "^3.0.2",
  78. "source-map": "^0.7.6",
  79. "unist-util-visit": "^5.1.0",
  80. "vfile": "^6.0.3"
  81. },
  82. "engines": {
  83. "node": ">=22.12.0"
  84. },
  85. "peerDependencies": {
  86. "astro": "^6.0.0"
  87. }
  88. },
  89. "node_modules/@astrojs/prism": {
  90. "version": "4.0.2",
  91. "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-4.0.2.tgz",
  92. "integrity": "sha512-KTivpmnz6lDsC6o9H4+DNm2SrE/GHzw8cNAvEJwAvUT+eoaEnn/4NtbDNfRRaxaJHdp15gf+tfHAWiXR4wB3BA==",
  93. "license": "MIT",
  94. "dependencies": {
  95. "prismjs": "^1.30.0"
  96. },
  97. "engines": {
  98. "node": ">=22.12.0"
  99. }
  100. },
  101. "node_modules/@astrojs/sitemap": {
  102. "version": "3.7.2",
  103. "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.2.tgz",
  104. "integrity": "sha512-PqkzkcZTb5ICiyIR8VoKbIAP/laNRXi5tw616N1Ckk+40oNB8Can1AzVV56lrbC5GKSZFCyJYUVYqVivMisvpA==",
  105. "license": "MIT",
  106. "dependencies": {
  107. "sitemap": "^9.0.0",
  108. "stream-replace-string": "^2.0.0",
  109. "zod": "^4.3.6"
  110. }
  111. },
  112. "node_modules/@astrojs/starlight": {
  113. "version": "0.39.2",
  114. "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.39.2.tgz",
  115. "integrity": "sha512-vlw+bwnjtf5buCTUtLU7JfV6D3knslxqnspr6LKs6hfRuFZiyr5hT44F7GyDqR9FKANUqFxnIzWM81F1k/kOUA==",
  116. "license": "MIT",
  117. "dependencies": {
  118. "@astrojs/markdown-remark": "^7.1.1",
  119. "@astrojs/mdx": "^5.0.4",
  120. "@astrojs/sitemap": "^3.7.2",
  121. "@pagefind/default-ui": "^1.3.0",
  122. "@types/hast": "^3.0.4",
  123. "@types/js-yaml": "^4.0.9",
  124. "@types/mdast": "^4.0.4",
  125. "astro-expressive-code": "^0.42.0",
  126. "bcp-47": "^2.1.0",
  127. "hast-util-from-html": "^2.0.3",
  128. "hast-util-select": "^6.0.4",
  129. "hast-util-to-string": "^3.0.1",
  130. "hastscript": "^9.0.1",
  131. "i18next": "^26.0.7",
  132. "js-yaml": "^4.1.1",
  133. "klona": "^2.0.6",
  134. "magic-string": "^0.30.21",
  135. "mdast-util-directive": "^3.1.0",
  136. "mdast-util-to-markdown": "^2.1.2",
  137. "mdast-util-to-string": "^4.0.0",
  138. "pagefind": "^1.3.0",
  139. "rehype": "^13.0.2",
  140. "rehype-format": "^5.0.1",
  141. "remark-directive": "^4.0.0",
  142. "ultrahtml": "^1.6.0",
  143. "unified": "^11.0.5",
  144. "unist-util-visit": "^5.1.0",
  145. "vfile": "^6.0.3"
  146. },
  147. "peerDependencies": {
  148. "astro": "^6.0.0"
  149. }
  150. },
  151. "node_modules/@astrojs/telemetry": {
  152. "version": "3.3.2",
  153. "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.2.tgz",
  154. "integrity": "sha512-j8DNruA8ors99Al39RYZPJK4DC1bKkoNm93mAMuBhY9TCNC4R8n1q7ovFnJ5qhGh5Lsh7pa1gpQVpYpsJPeTHQ==",
  155. "license": "MIT",
  156. "dependencies": {
  157. "ci-info": "^4.4.0",
  158. "dset": "^3.1.4",
  159. "is-docker": "^4.0.0",
  160. "is-wsl": "^3.1.1",
  161. "which-pm-runs": "^1.1.0"
  162. },
  163. "engines": {
  164. "node": "18.20.8 || ^20.3.0 || >=22.0.0"
  165. }
  166. },
  167. "node_modules/@babel/helper-string-parser": {
  168. "version": "7.27.1",
  169. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  170. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  171. "license": "MIT",
  172. "engines": {
  173. "node": ">=6.9.0"
  174. }
  175. },
  176. "node_modules/@babel/helper-validator-identifier": {
  177. "version": "7.28.5",
  178. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  179. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  180. "license": "MIT",
  181. "engines": {
  182. "node": ">=6.9.0"
  183. }
  184. },
  185. "node_modules/@babel/parser": {
  186. "version": "7.29.3",
  187. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz",
  188. "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
  189. "license": "MIT",
  190. "dependencies": {
  191. "@babel/types": "^7.29.0"
  192. },
  193. "bin": {
  194. "parser": "bin/babel-parser.js"
  195. },
  196. "engines": {
  197. "node": ">=6.0.0"
  198. }
  199. },
  200. "node_modules/@babel/types": {
  201. "version": "7.29.0",
  202. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  203. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  204. "license": "MIT",
  205. "dependencies": {
  206. "@babel/helper-string-parser": "^7.27.1",
  207. "@babel/helper-validator-identifier": "^7.28.5"
  208. },
  209. "engines": {
  210. "node": ">=6.9.0"
  211. }
  212. },
  213. "node_modules/@capsizecss/unpack": {
  214. "version": "4.0.0",
  215. "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-4.0.0.tgz",
  216. "integrity": "sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==",
  217. "license": "MIT",
  218. "dependencies": {
  219. "fontkitten": "^1.0.0"
  220. },
  221. "engines": {
  222. "node": ">=18"
  223. }
  224. },
  225. "node_modules/@clack/core": {
  226. "version": "1.3.1",
  227. "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.3.1.tgz",
  228. "integrity": "sha512-fT1qHVGAag4IEkrupZ6lRRbNCs1vS9P01KB/sG8zKgvUztbYtFBtQpjSITNwooDZ83tpsPzP0mRNs1/KVszCRA==",
  229. "license": "MIT",
  230. "dependencies": {
  231. "fast-wrap-ansi": "^0.2.0",
  232. "sisteransi": "^1.0.5"
  233. },
  234. "engines": {
  235. "node": ">= 20.12.0"
  236. }
  237. },
  238. "node_modules/@clack/prompts": {
  239. "version": "1.4.0",
  240. "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.4.0.tgz",
  241. "integrity": "sha512-S0My7XPGIgpRWMDG8uRqalbgT+a6FmCUdOW+HaIOVVpUPHOb7RrpvjTjiODadKp06fsrVDJZlIzc6yCTp4AnxA==",
  242. "license": "MIT",
  243. "dependencies": {
  244. "@clack/core": "1.3.1",
  245. "fast-string-width": "^3.0.2",
  246. "fast-wrap-ansi": "^0.2.0",
  247. "sisteransi": "^1.0.5"
  248. },
  249. "engines": {
  250. "node": ">= 20.12.0"
  251. }
  252. },
  253. "node_modules/@ctrl/tinycolor": {
  254. "version": "4.2.0",
  255. "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-4.2.0.tgz",
  256. "integrity": "sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==",
  257. "license": "MIT",
  258. "engines": {
  259. "node": ">=14"
  260. }
  261. },
  262. "node_modules/@emnapi/runtime": {
  263. "version": "1.10.0",
  264. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
  265. "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
  266. "license": "MIT",
  267. "optional": true,
  268. "dependencies": {
  269. "tslib": "^2.4.0"
  270. }
  271. },
  272. "node_modules/@esbuild/aix-ppc64": {
  273. "version": "0.27.7",
  274. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
  275. "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
  276. "cpu": [
  277. "ppc64"
  278. ],
  279. "license": "MIT",
  280. "optional": true,
  281. "os": [
  282. "aix"
  283. ],
  284. "engines": {
  285. "node": ">=18"
  286. }
  287. },
  288. "node_modules/@esbuild/android-arm": {
  289. "version": "0.27.7",
  290. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
  291. "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
  292. "cpu": [
  293. "arm"
  294. ],
  295. "license": "MIT",
  296. "optional": true,
  297. "os": [
  298. "android"
  299. ],
  300. "engines": {
  301. "node": ">=18"
  302. }
  303. },
  304. "node_modules/@esbuild/android-arm64": {
  305. "version": "0.27.7",
  306. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
  307. "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
  308. "cpu": [
  309. "arm64"
  310. ],
  311. "license": "MIT",
  312. "optional": true,
  313. "os": [
  314. "android"
  315. ],
  316. "engines": {
  317. "node": ">=18"
  318. }
  319. },
  320. "node_modules/@esbuild/android-x64": {
  321. "version": "0.27.7",
  322. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
  323. "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
  324. "cpu": [
  325. "x64"
  326. ],
  327. "license": "MIT",
  328. "optional": true,
  329. "os": [
  330. "android"
  331. ],
  332. "engines": {
  333. "node": ">=18"
  334. }
  335. },
  336. "node_modules/@esbuild/darwin-arm64": {
  337. "version": "0.27.7",
  338. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
  339. "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
  340. "cpu": [
  341. "arm64"
  342. ],
  343. "license": "MIT",
  344. "optional": true,
  345. "os": [
  346. "darwin"
  347. ],
  348. "engines": {
  349. "node": ">=18"
  350. }
  351. },
  352. "node_modules/@esbuild/darwin-x64": {
  353. "version": "0.27.7",
  354. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
  355. "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
  356. "cpu": [
  357. "x64"
  358. ],
  359. "license": "MIT",
  360. "optional": true,
  361. "os": [
  362. "darwin"
  363. ],
  364. "engines": {
  365. "node": ">=18"
  366. }
  367. },
  368. "node_modules/@esbuild/freebsd-arm64": {
  369. "version": "0.27.7",
  370. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
  371. "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
  372. "cpu": [
  373. "arm64"
  374. ],
  375. "license": "MIT",
  376. "optional": true,
  377. "os": [
  378. "freebsd"
  379. ],
  380. "engines": {
  381. "node": ">=18"
  382. }
  383. },
  384. "node_modules/@esbuild/freebsd-x64": {
  385. "version": "0.27.7",
  386. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
  387. "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
  388. "cpu": [
  389. "x64"
  390. ],
  391. "license": "MIT",
  392. "optional": true,
  393. "os": [
  394. "freebsd"
  395. ],
  396. "engines": {
  397. "node": ">=18"
  398. }
  399. },
  400. "node_modules/@esbuild/linux-arm": {
  401. "version": "0.27.7",
  402. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
  403. "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
  404. "cpu": [
  405. "arm"
  406. ],
  407. "license": "MIT",
  408. "optional": true,
  409. "os": [
  410. "linux"
  411. ],
  412. "engines": {
  413. "node": ">=18"
  414. }
  415. },
  416. "node_modules/@esbuild/linux-arm64": {
  417. "version": "0.27.7",
  418. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
  419. "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
  420. "cpu": [
  421. "arm64"
  422. ],
  423. "license": "MIT",
  424. "optional": true,
  425. "os": [
  426. "linux"
  427. ],
  428. "engines": {
  429. "node": ">=18"
  430. }
  431. },
  432. "node_modules/@esbuild/linux-ia32": {
  433. "version": "0.27.7",
  434. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
  435. "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
  436. "cpu": [
  437. "ia32"
  438. ],
  439. "license": "MIT",
  440. "optional": true,
  441. "os": [
  442. "linux"
  443. ],
  444. "engines": {
  445. "node": ">=18"
  446. }
  447. },
  448. "node_modules/@esbuild/linux-loong64": {
  449. "version": "0.27.7",
  450. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
  451. "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
  452. "cpu": [
  453. "loong64"
  454. ],
  455. "license": "MIT",
  456. "optional": true,
  457. "os": [
  458. "linux"
  459. ],
  460. "engines": {
  461. "node": ">=18"
  462. }
  463. },
  464. "node_modules/@esbuild/linux-mips64el": {
  465. "version": "0.27.7",
  466. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
  467. "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
  468. "cpu": [
  469. "mips64el"
  470. ],
  471. "license": "MIT",
  472. "optional": true,
  473. "os": [
  474. "linux"
  475. ],
  476. "engines": {
  477. "node": ">=18"
  478. }
  479. },
  480. "node_modules/@esbuild/linux-ppc64": {
  481. "version": "0.27.7",
  482. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
  483. "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
  484. "cpu": [
  485. "ppc64"
  486. ],
  487. "license": "MIT",
  488. "optional": true,
  489. "os": [
  490. "linux"
  491. ],
  492. "engines": {
  493. "node": ">=18"
  494. }
  495. },
  496. "node_modules/@esbuild/linux-riscv64": {
  497. "version": "0.27.7",
  498. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
  499. "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
  500. "cpu": [
  501. "riscv64"
  502. ],
  503. "license": "MIT",
  504. "optional": true,
  505. "os": [
  506. "linux"
  507. ],
  508. "engines": {
  509. "node": ">=18"
  510. }
  511. },
  512. "node_modules/@esbuild/linux-s390x": {
  513. "version": "0.27.7",
  514. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
  515. "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
  516. "cpu": [
  517. "s390x"
  518. ],
  519. "license": "MIT",
  520. "optional": true,
  521. "os": [
  522. "linux"
  523. ],
  524. "engines": {
  525. "node": ">=18"
  526. }
  527. },
  528. "node_modules/@esbuild/linux-x64": {
  529. "version": "0.27.7",
  530. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
  531. "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
  532. "cpu": [
  533. "x64"
  534. ],
  535. "license": "MIT",
  536. "optional": true,
  537. "os": [
  538. "linux"
  539. ],
  540. "engines": {
  541. "node": ">=18"
  542. }
  543. },
  544. "node_modules/@esbuild/netbsd-arm64": {
  545. "version": "0.27.7",
  546. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
  547. "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
  548. "cpu": [
  549. "arm64"
  550. ],
  551. "license": "MIT",
  552. "optional": true,
  553. "os": [
  554. "netbsd"
  555. ],
  556. "engines": {
  557. "node": ">=18"
  558. }
  559. },
  560. "node_modules/@esbuild/netbsd-x64": {
  561. "version": "0.27.7",
  562. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
  563. "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
  564. "cpu": [
  565. "x64"
  566. ],
  567. "license": "MIT",
  568. "optional": true,
  569. "os": [
  570. "netbsd"
  571. ],
  572. "engines": {
  573. "node": ">=18"
  574. }
  575. },
  576. "node_modules/@esbuild/openbsd-arm64": {
  577. "version": "0.27.7",
  578. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
  579. "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
  580. "cpu": [
  581. "arm64"
  582. ],
  583. "license": "MIT",
  584. "optional": true,
  585. "os": [
  586. "openbsd"
  587. ],
  588. "engines": {
  589. "node": ">=18"
  590. }
  591. },
  592. "node_modules/@esbuild/openbsd-x64": {
  593. "version": "0.27.7",
  594. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
  595. "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
  596. "cpu": [
  597. "x64"
  598. ],
  599. "license": "MIT",
  600. "optional": true,
  601. "os": [
  602. "openbsd"
  603. ],
  604. "engines": {
  605. "node": ">=18"
  606. }
  607. },
  608. "node_modules/@esbuild/openharmony-arm64": {
  609. "version": "0.27.7",
  610. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
  611. "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
  612. "cpu": [
  613. "arm64"
  614. ],
  615. "license": "MIT",
  616. "optional": true,
  617. "os": [
  618. "openharmony"
  619. ],
  620. "engines": {
  621. "node": ">=18"
  622. }
  623. },
  624. "node_modules/@esbuild/sunos-x64": {
  625. "version": "0.27.7",
  626. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
  627. "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
  628. "cpu": [
  629. "x64"
  630. ],
  631. "license": "MIT",
  632. "optional": true,
  633. "os": [
  634. "sunos"
  635. ],
  636. "engines": {
  637. "node": ">=18"
  638. }
  639. },
  640. "node_modules/@esbuild/win32-arm64": {
  641. "version": "0.27.7",
  642. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
  643. "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
  644. "cpu": [
  645. "arm64"
  646. ],
  647. "license": "MIT",
  648. "optional": true,
  649. "os": [
  650. "win32"
  651. ],
  652. "engines": {
  653. "node": ">=18"
  654. }
  655. },
  656. "node_modules/@esbuild/win32-ia32": {
  657. "version": "0.27.7",
  658. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
  659. "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
  660. "cpu": [
  661. "ia32"
  662. ],
  663. "license": "MIT",
  664. "optional": true,
  665. "os": [
  666. "win32"
  667. ],
  668. "engines": {
  669. "node": ">=18"
  670. }
  671. },
  672. "node_modules/@esbuild/win32-x64": {
  673. "version": "0.27.7",
  674. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
  675. "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
  676. "cpu": [
  677. "x64"
  678. ],
  679. "license": "MIT",
  680. "optional": true,
  681. "os": [
  682. "win32"
  683. ],
  684. "engines": {
  685. "node": ">=18"
  686. }
  687. },
  688. "node_modules/@expressive-code/core": {
  689. "version": "0.42.0",
  690. "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.42.0.tgz",
  691. "integrity": "sha512-MN11+9nfmaC7sYu2BZJXAXqwkBRt8t1xTSqP+Ti1NfTEskgl6xUnzDxoaiQkg0BMzpglA0pys4dpDKquP/cyIw==",
  692. "license": "MIT",
  693. "dependencies": {
  694. "@ctrl/tinycolor": "^4.0.4",
  695. "hast-util-select": "^6.0.2",
  696. "hast-util-to-html": "^9.0.1",
  697. "hast-util-to-text": "^4.0.1",
  698. "hastscript": "^9.0.0",
  699. "postcss": "^8.4.38",
  700. "postcss-nested": "^6.0.1",
  701. "unist-util-visit": "^5.0.0",
  702. "unist-util-visit-parents": "^6.0.1"
  703. }
  704. },
  705. "node_modules/@expressive-code/plugin-frames": {
  706. "version": "0.42.0",
  707. "resolved": "https://registry.npmjs.org/@expressive-code/plugin-frames/-/plugin-frames-0.42.0.tgz",
  708. "integrity": "sha512-XtkPm+941Uta7Y+81Acv+OA/20F1NJmJhCX6UYGKpqEIGqplNh3PTOhcURp6tcruhlzJcWcvpWy6Oigz3SrjqA==",
  709. "license": "MIT",
  710. "dependencies": {
  711. "@expressive-code/core": "^0.42.0"
  712. }
  713. },
  714. "node_modules/@expressive-code/plugin-shiki": {
  715. "version": "0.42.0",
  716. "resolved": "https://registry.npmjs.org/@expressive-code/plugin-shiki/-/plugin-shiki-0.42.0.tgz",
  717. "integrity": "sha512-PMKey/kLmewttAHQezL+Y5Fx3vVssfDi3+FJOYQQS2mXP3tQspFELtKKAfsXfmSXdToZYgwoO69HJndqfE+09g==",
  718. "license": "MIT",
  719. "dependencies": {
  720. "@expressive-code/core": "^0.42.0",
  721. "shiki": "^4.0.2"
  722. }
  723. },
  724. "node_modules/@expressive-code/plugin-text-markers": {
  725. "version": "0.42.0",
  726. "resolved": "https://registry.npmjs.org/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.42.0.tgz",
  727. "integrity": "sha512-l59lUx8fq1v5g6SpmbDjiU0+7IdfbiWnAyRmtTVSpfhyq+nZMN4UcmYyu2b9Mynhzt7Gr+O+cXyEPDNb2AVWVQ==",
  728. "license": "MIT",
  729. "dependencies": {
  730. "@expressive-code/core": "^0.42.0"
  731. }
  732. },
  733. "node_modules/@fontsource-variable/archivo": {
  734. "version": "5.2.8",
  735. "resolved": "https://registry.npmjs.org/@fontsource-variable/archivo/-/archivo-5.2.8.tgz",
  736. "integrity": "sha512-R8EotpKHEsKv7d7oiUyjyPENRi2gtAlwdTlzDCOs5BfX/LJP7jvUYJ4fF/qyd3rnbgk3r1xp33g1P57bYJfhzQ==",
  737. "license": "OFL-1.1",
  738. "funding": {
  739. "url": "https://github.com/sponsors/ayuhito"
  740. }
  741. },
  742. "node_modules/@fontsource/ibm-plex-mono": {
  743. "version": "5.2.7",
  744. "resolved": "https://registry.npmjs.org/@fontsource/ibm-plex-mono/-/ibm-plex-mono-5.2.7.tgz",
  745. "integrity": "sha512-MKAb8qV+CaiMQn2B0dIi1OV3565NYzp3WN5b4oT6LTkk+F0jR6j0ZN+5BKJiIhffDC3rtBULsYZE65+0018z9w==",
  746. "license": "OFL-1.1",
  747. "funding": {
  748. "url": "https://github.com/sponsors/ayuhito"
  749. }
  750. },
  751. "node_modules/@img/colour": {
  752. "version": "1.1.0",
  753. "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
  754. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  755. "license": "MIT",
  756. "engines": {
  757. "node": ">=18"
  758. }
  759. },
  760. "node_modules/@img/sharp-darwin-arm64": {
  761. "version": "0.34.5",
  762. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
  763. "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
  764. "cpu": [
  765. "arm64"
  766. ],
  767. "license": "Apache-2.0",
  768. "optional": true,
  769. "os": [
  770. "darwin"
  771. ],
  772. "engines": {
  773. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  774. },
  775. "funding": {
  776. "url": "https://opencollective.com/libvips"
  777. },
  778. "optionalDependencies": {
  779. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  780. }
  781. },
  782. "node_modules/@img/sharp-darwin-x64": {
  783. "version": "0.34.5",
  784. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
  785. "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
  786. "cpu": [
  787. "x64"
  788. ],
  789. "license": "Apache-2.0",
  790. "optional": true,
  791. "os": [
  792. "darwin"
  793. ],
  794. "engines": {
  795. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  796. },
  797. "funding": {
  798. "url": "https://opencollective.com/libvips"
  799. },
  800. "optionalDependencies": {
  801. "@img/sharp-libvips-darwin-x64": "1.2.4"
  802. }
  803. },
  804. "node_modules/@img/sharp-libvips-darwin-arm64": {
  805. "version": "1.2.4",
  806. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
  807. "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
  808. "cpu": [
  809. "arm64"
  810. ],
  811. "license": "LGPL-3.0-or-later",
  812. "optional": true,
  813. "os": [
  814. "darwin"
  815. ],
  816. "funding": {
  817. "url": "https://opencollective.com/libvips"
  818. }
  819. },
  820. "node_modules/@img/sharp-libvips-darwin-x64": {
  821. "version": "1.2.4",
  822. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
  823. "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
  824. "cpu": [
  825. "x64"
  826. ],
  827. "license": "LGPL-3.0-or-later",
  828. "optional": true,
  829. "os": [
  830. "darwin"
  831. ],
  832. "funding": {
  833. "url": "https://opencollective.com/libvips"
  834. }
  835. },
  836. "node_modules/@img/sharp-libvips-linux-arm": {
  837. "version": "1.2.4",
  838. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
  839. "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
  840. "cpu": [
  841. "arm"
  842. ],
  843. "license": "LGPL-3.0-or-later",
  844. "optional": true,
  845. "os": [
  846. "linux"
  847. ],
  848. "funding": {
  849. "url": "https://opencollective.com/libvips"
  850. }
  851. },
  852. "node_modules/@img/sharp-libvips-linux-arm64": {
  853. "version": "1.2.4",
  854. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
  855. "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
  856. "cpu": [
  857. "arm64"
  858. ],
  859. "license": "LGPL-3.0-or-later",
  860. "optional": true,
  861. "os": [
  862. "linux"
  863. ],
  864. "funding": {
  865. "url": "https://opencollective.com/libvips"
  866. }
  867. },
  868. "node_modules/@img/sharp-libvips-linux-ppc64": {
  869. "version": "1.2.4",
  870. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
  871. "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
  872. "cpu": [
  873. "ppc64"
  874. ],
  875. "license": "LGPL-3.0-or-later",
  876. "optional": true,
  877. "os": [
  878. "linux"
  879. ],
  880. "funding": {
  881. "url": "https://opencollective.com/libvips"
  882. }
  883. },
  884. "node_modules/@img/sharp-libvips-linux-riscv64": {
  885. "version": "1.2.4",
  886. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
  887. "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
  888. "cpu": [
  889. "riscv64"
  890. ],
  891. "license": "LGPL-3.0-or-later",
  892. "optional": true,
  893. "os": [
  894. "linux"
  895. ],
  896. "funding": {
  897. "url": "https://opencollective.com/libvips"
  898. }
  899. },
  900. "node_modules/@img/sharp-libvips-linux-s390x": {
  901. "version": "1.2.4",
  902. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
  903. "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
  904. "cpu": [
  905. "s390x"
  906. ],
  907. "license": "LGPL-3.0-or-later",
  908. "optional": true,
  909. "os": [
  910. "linux"
  911. ],
  912. "funding": {
  913. "url": "https://opencollective.com/libvips"
  914. }
  915. },
  916. "node_modules/@img/sharp-libvips-linux-x64": {
  917. "version": "1.2.4",
  918. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
  919. "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
  920. "cpu": [
  921. "x64"
  922. ],
  923. "license": "LGPL-3.0-or-later",
  924. "optional": true,
  925. "os": [
  926. "linux"
  927. ],
  928. "funding": {
  929. "url": "https://opencollective.com/libvips"
  930. }
  931. },
  932. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  933. "version": "1.2.4",
  934. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
  935. "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
  936. "cpu": [
  937. "arm64"
  938. ],
  939. "license": "LGPL-3.0-or-later",
  940. "optional": true,
  941. "os": [
  942. "linux"
  943. ],
  944. "funding": {
  945. "url": "https://opencollective.com/libvips"
  946. }
  947. },
  948. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  949. "version": "1.2.4",
  950. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
  951. "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
  952. "cpu": [
  953. "x64"
  954. ],
  955. "license": "LGPL-3.0-or-later",
  956. "optional": true,
  957. "os": [
  958. "linux"
  959. ],
  960. "funding": {
  961. "url": "https://opencollective.com/libvips"
  962. }
  963. },
  964. "node_modules/@img/sharp-linux-arm": {
  965. "version": "0.34.5",
  966. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
  967. "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
  968. "cpu": [
  969. "arm"
  970. ],
  971. "license": "Apache-2.0",
  972. "optional": true,
  973. "os": [
  974. "linux"
  975. ],
  976. "engines": {
  977. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  978. },
  979. "funding": {
  980. "url": "https://opencollective.com/libvips"
  981. },
  982. "optionalDependencies": {
  983. "@img/sharp-libvips-linux-arm": "1.2.4"
  984. }
  985. },
  986. "node_modules/@img/sharp-linux-arm64": {
  987. "version": "0.34.5",
  988. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
  989. "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
  990. "cpu": [
  991. "arm64"
  992. ],
  993. "license": "Apache-2.0",
  994. "optional": true,
  995. "os": [
  996. "linux"
  997. ],
  998. "engines": {
  999. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1000. },
  1001. "funding": {
  1002. "url": "https://opencollective.com/libvips"
  1003. },
  1004. "optionalDependencies": {
  1005. "@img/sharp-libvips-linux-arm64": "1.2.4"
  1006. }
  1007. },
  1008. "node_modules/@img/sharp-linux-ppc64": {
  1009. "version": "0.34.5",
  1010. "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
  1011. "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
  1012. "cpu": [
  1013. "ppc64"
  1014. ],
  1015. "license": "Apache-2.0",
  1016. "optional": true,
  1017. "os": [
  1018. "linux"
  1019. ],
  1020. "engines": {
  1021. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1022. },
  1023. "funding": {
  1024. "url": "https://opencollective.com/libvips"
  1025. },
  1026. "optionalDependencies": {
  1027. "@img/sharp-libvips-linux-ppc64": "1.2.4"
  1028. }
  1029. },
  1030. "node_modules/@img/sharp-linux-riscv64": {
  1031. "version": "0.34.5",
  1032. "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
  1033. "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
  1034. "cpu": [
  1035. "riscv64"
  1036. ],
  1037. "license": "Apache-2.0",
  1038. "optional": true,
  1039. "os": [
  1040. "linux"
  1041. ],
  1042. "engines": {
  1043. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1044. },
  1045. "funding": {
  1046. "url": "https://opencollective.com/libvips"
  1047. },
  1048. "optionalDependencies": {
  1049. "@img/sharp-libvips-linux-riscv64": "1.2.4"
  1050. }
  1051. },
  1052. "node_modules/@img/sharp-linux-s390x": {
  1053. "version": "0.34.5",
  1054. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
  1055. "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
  1056. "cpu": [
  1057. "s390x"
  1058. ],
  1059. "license": "Apache-2.0",
  1060. "optional": true,
  1061. "os": [
  1062. "linux"
  1063. ],
  1064. "engines": {
  1065. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1066. },
  1067. "funding": {
  1068. "url": "https://opencollective.com/libvips"
  1069. },
  1070. "optionalDependencies": {
  1071. "@img/sharp-libvips-linux-s390x": "1.2.4"
  1072. }
  1073. },
  1074. "node_modules/@img/sharp-linux-x64": {
  1075. "version": "0.34.5",
  1076. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
  1077. "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
  1078. "cpu": [
  1079. "x64"
  1080. ],
  1081. "license": "Apache-2.0",
  1082. "optional": true,
  1083. "os": [
  1084. "linux"
  1085. ],
  1086. "engines": {
  1087. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1088. },
  1089. "funding": {
  1090. "url": "https://opencollective.com/libvips"
  1091. },
  1092. "optionalDependencies": {
  1093. "@img/sharp-libvips-linux-x64": "1.2.4"
  1094. }
  1095. },
  1096. "node_modules/@img/sharp-linuxmusl-arm64": {
  1097. "version": "0.34.5",
  1098. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
  1099. "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
  1100. "cpu": [
  1101. "arm64"
  1102. ],
  1103. "license": "Apache-2.0",
  1104. "optional": true,
  1105. "os": [
  1106. "linux"
  1107. ],
  1108. "engines": {
  1109. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1110. },
  1111. "funding": {
  1112. "url": "https://opencollective.com/libvips"
  1113. },
  1114. "optionalDependencies": {
  1115. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
  1116. }
  1117. },
  1118. "node_modules/@img/sharp-linuxmusl-x64": {
  1119. "version": "0.34.5",
  1120. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
  1121. "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
  1122. "cpu": [
  1123. "x64"
  1124. ],
  1125. "license": "Apache-2.0",
  1126. "optional": true,
  1127. "os": [
  1128. "linux"
  1129. ],
  1130. "engines": {
  1131. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1132. },
  1133. "funding": {
  1134. "url": "https://opencollective.com/libvips"
  1135. },
  1136. "optionalDependencies": {
  1137. "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
  1138. }
  1139. },
  1140. "node_modules/@img/sharp-wasm32": {
  1141. "version": "0.34.5",
  1142. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
  1143. "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
  1144. "cpu": [
  1145. "wasm32"
  1146. ],
  1147. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  1148. "optional": true,
  1149. "dependencies": {
  1150. "@emnapi/runtime": "^1.7.0"
  1151. },
  1152. "engines": {
  1153. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1154. },
  1155. "funding": {
  1156. "url": "https://opencollective.com/libvips"
  1157. }
  1158. },
  1159. "node_modules/@img/sharp-win32-arm64": {
  1160. "version": "0.34.5",
  1161. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
  1162. "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
  1163. "cpu": [
  1164. "arm64"
  1165. ],
  1166. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1167. "optional": true,
  1168. "os": [
  1169. "win32"
  1170. ],
  1171. "engines": {
  1172. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1173. },
  1174. "funding": {
  1175. "url": "https://opencollective.com/libvips"
  1176. }
  1177. },
  1178. "node_modules/@img/sharp-win32-ia32": {
  1179. "version": "0.34.5",
  1180. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
  1181. "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
  1182. "cpu": [
  1183. "ia32"
  1184. ],
  1185. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1186. "optional": true,
  1187. "os": [
  1188. "win32"
  1189. ],
  1190. "engines": {
  1191. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1192. },
  1193. "funding": {
  1194. "url": "https://opencollective.com/libvips"
  1195. }
  1196. },
  1197. "node_modules/@img/sharp-win32-x64": {
  1198. "version": "0.34.5",
  1199. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
  1200. "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
  1201. "cpu": [
  1202. "x64"
  1203. ],
  1204. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1205. "optional": true,
  1206. "os": [
  1207. "win32"
  1208. ],
  1209. "engines": {
  1210. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1211. },
  1212. "funding": {
  1213. "url": "https://opencollective.com/libvips"
  1214. }
  1215. },
  1216. "node_modules/@jridgewell/sourcemap-codec": {
  1217. "version": "1.5.5",
  1218. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1219. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1220. "license": "MIT"
  1221. },
  1222. "node_modules/@mdx-js/mdx": {
  1223. "version": "3.1.1",
  1224. "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.1.tgz",
  1225. "integrity": "sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==",
  1226. "license": "MIT",
  1227. "dependencies": {
  1228. "@types/estree": "^1.0.0",
  1229. "@types/estree-jsx": "^1.0.0",
  1230. "@types/hast": "^3.0.0",
  1231. "@types/mdx": "^2.0.0",
  1232. "acorn": "^8.0.0",
  1233. "collapse-white-space": "^2.0.0",
  1234. "devlop": "^1.0.0",
  1235. "estree-util-is-identifier-name": "^3.0.0",
  1236. "estree-util-scope": "^1.0.0",
  1237. "estree-walker": "^3.0.0",
  1238. "hast-util-to-jsx-runtime": "^2.0.0",
  1239. "markdown-extensions": "^2.0.0",
  1240. "recma-build-jsx": "^1.0.0",
  1241. "recma-jsx": "^1.0.0",
  1242. "recma-stringify": "^1.0.0",
  1243. "rehype-recma": "^1.0.0",
  1244. "remark-mdx": "^3.0.0",
  1245. "remark-parse": "^11.0.0",
  1246. "remark-rehype": "^11.0.0",
  1247. "source-map": "^0.7.0",
  1248. "unified": "^11.0.0",
  1249. "unist-util-position-from-estree": "^2.0.0",
  1250. "unist-util-stringify-position": "^4.0.0",
  1251. "unist-util-visit": "^5.0.0",
  1252. "vfile": "^6.0.0"
  1253. },
  1254. "funding": {
  1255. "type": "opencollective",
  1256. "url": "https://opencollective.com/unified"
  1257. }
  1258. },
  1259. "node_modules/@oslojs/encoding": {
  1260. "version": "1.1.0",
  1261. "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz",
  1262. "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==",
  1263. "license": "MIT"
  1264. },
  1265. "node_modules/@pagefind/darwin-arm64": {
  1266. "version": "1.5.2",
  1267. "resolved": "https://registry.npmjs.org/@pagefind/darwin-arm64/-/darwin-arm64-1.5.2.tgz",
  1268. "integrity": "sha512-MXpI+7HsAdPkvJ0gk9xj9g541BCqBZOBbdwj9g6lB5LCj6kSV6nqDSjzcAJwvOsfu0fjwvC8hQU+ecfhp+MpiQ==",
  1269. "cpu": [
  1270. "arm64"
  1271. ],
  1272. "license": "MIT",
  1273. "optional": true,
  1274. "os": [
  1275. "darwin"
  1276. ]
  1277. },
  1278. "node_modules/@pagefind/darwin-x64": {
  1279. "version": "1.5.2",
  1280. "resolved": "https://registry.npmjs.org/@pagefind/darwin-x64/-/darwin-x64-1.5.2.tgz",
  1281. "integrity": "sha512-IojxFWMEJe0RQ7PQ3KXQsPIImNsbpPYpoZ+QUDrL8fAl/O27IX+LVLs74/UzEZy5uA2LD8Nz1AiwKr72vrkZQw==",
  1282. "cpu": [
  1283. "x64"
  1284. ],
  1285. "license": "MIT",
  1286. "optional": true,
  1287. "os": [
  1288. "darwin"
  1289. ]
  1290. },
  1291. "node_modules/@pagefind/default-ui": {
  1292. "version": "1.5.2",
  1293. "resolved": "https://registry.npmjs.org/@pagefind/default-ui/-/default-ui-1.5.2.tgz",
  1294. "integrity": "sha512-pm1LMnQg8N2B3n2TnjKlhaFihpz6zTiA4HiGQ6/slKO/+8K9CAU5kcjdSSPgpuk1PMuuN4hxLipUIifnrkl3Sg==",
  1295. "license": "MIT"
  1296. },
  1297. "node_modules/@pagefind/freebsd-x64": {
  1298. "version": "1.5.2",
  1299. "resolved": "https://registry.npmjs.org/@pagefind/freebsd-x64/-/freebsd-x64-1.5.2.tgz",
  1300. "integrity": "sha512-7EVzo9+0w+2cbe671BtMj10UlNo83I+HrLVLfRxO731svHRJKUfJ/mo05gU14pe9PCfpKNQT8FS3Xc/oDN6pOA==",
  1301. "cpu": [
  1302. "x64"
  1303. ],
  1304. "license": "MIT",
  1305. "optional": true,
  1306. "os": [
  1307. "freebsd"
  1308. ]
  1309. },
  1310. "node_modules/@pagefind/linux-arm64": {
  1311. "version": "1.5.2",
  1312. "resolved": "https://registry.npmjs.org/@pagefind/linux-arm64/-/linux-arm64-1.5.2.tgz",
  1313. "integrity": "sha512-Ovt9+K35sqzn8H3ZMXGwls4TD/wMJuvRtShHIsmUQREmaxjrDEX7gHckRCrwYJ4XE1H1p6HkLz3wukrAnsfXQw==",
  1314. "cpu": [
  1315. "arm64"
  1316. ],
  1317. "license": "MIT",
  1318. "optional": true,
  1319. "os": [
  1320. "linux"
  1321. ]
  1322. },
  1323. "node_modules/@pagefind/linux-x64": {
  1324. "version": "1.5.2",
  1325. "resolved": "https://registry.npmjs.org/@pagefind/linux-x64/-/linux-x64-1.5.2.tgz",
  1326. "integrity": "sha512-V+tFqHKXhQKq/WqPBD67AFy7scn1/aZID00ws4fSDd+1daSi5UHR9VVlRrOUYKxn3VuFQYRD7lYXdZK1WED1YA==",
  1327. "cpu": [
  1328. "x64"
  1329. ],
  1330. "license": "MIT",
  1331. "optional": true,
  1332. "os": [
  1333. "linux"
  1334. ]
  1335. },
  1336. "node_modules/@pagefind/windows-arm64": {
  1337. "version": "1.5.2",
  1338. "resolved": "https://registry.npmjs.org/@pagefind/windows-arm64/-/windows-arm64-1.5.2.tgz",
  1339. "integrity": "sha512-hN9Nh90fNW61nNRCW9ZyQrAj/mD0eRvmJ8NlTUzkbuW8kIzGJUi3cxjFkEcMZ5h/8FsKWD/VcouZl4yo1F7B6g==",
  1340. "cpu": [
  1341. "arm64"
  1342. ],
  1343. "license": "MIT",
  1344. "optional": true,
  1345. "os": [
  1346. "win32"
  1347. ]
  1348. },
  1349. "node_modules/@pagefind/windows-x64": {
  1350. "version": "1.5.2",
  1351. "resolved": "https://registry.npmjs.org/@pagefind/windows-x64/-/windows-x64-1.5.2.tgz",
  1352. "integrity": "sha512-Fa2Iyw7kaDRzGMfNYNUXNW2zbL5FQVDgSOcbDHdzBrDEdpqOqg8TcZ68F22ol6NJ9IGzvUdmeyZypLW5dyhqsg==",
  1353. "cpu": [
  1354. "x64"
  1355. ],
  1356. "license": "MIT",
  1357. "optional": true,
  1358. "os": [
  1359. "win32"
  1360. ]
  1361. },
  1362. "node_modules/@rollup/pluginutils": {
  1363. "version": "5.3.0",
  1364. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
  1365. "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
  1366. "license": "MIT",
  1367. "dependencies": {
  1368. "@types/estree": "^1.0.0",
  1369. "estree-walker": "^2.0.2",
  1370. "picomatch": "^4.0.2"
  1371. },
  1372. "engines": {
  1373. "node": ">=14.0.0"
  1374. },
  1375. "peerDependencies": {
  1376. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1377. },
  1378. "peerDependenciesMeta": {
  1379. "rollup": {
  1380. "optional": true
  1381. }
  1382. }
  1383. },
  1384. "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
  1385. "version": "2.0.2",
  1386. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1387. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1388. "license": "MIT"
  1389. },
  1390. "node_modules/@rollup/rollup-android-arm-eabi": {
  1391. "version": "4.60.4",
  1392. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.4.tgz",
  1393. "integrity": "sha512-F5QXMSiFebS9hKZj02XhWLLnRpJ3B3AROP0tWbFBSj+6kCbg5m9j5JoHKd4mmSVy5mS/IMQloYgYxCuJC0fxEQ==",
  1394. "cpu": [
  1395. "arm"
  1396. ],
  1397. "license": "MIT",
  1398. "optional": true,
  1399. "os": [
  1400. "android"
  1401. ]
  1402. },
  1403. "node_modules/@rollup/rollup-android-arm64": {
  1404. "version": "4.60.4",
  1405. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.4.tgz",
  1406. "integrity": "sha512-GxxTKApUpzRhof7poWvCJHRF51C67u1R7D6DiluBE8wKU1u5GWE8t+v81JvJYtbawoBFX1hLv5Ei4eVjkWokaw==",
  1407. "cpu": [
  1408. "arm64"
  1409. ],
  1410. "license": "MIT",
  1411. "optional": true,
  1412. "os": [
  1413. "android"
  1414. ]
  1415. },
  1416. "node_modules/@rollup/rollup-darwin-arm64": {
  1417. "version": "4.60.4",
  1418. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.4.tgz",
  1419. "integrity": "sha512-tua0TaJxMOB1R0V0RS1jFZ/RpURFDJIOR2A6jWwQeawuFyS4gBW+rntLRaQd0EQ4bd6Vp44Z2rXW+YYDBsj6IA==",
  1420. "cpu": [
  1421. "arm64"
  1422. ],
  1423. "license": "MIT",
  1424. "optional": true,
  1425. "os": [
  1426. "darwin"
  1427. ]
  1428. },
  1429. "node_modules/@rollup/rollup-darwin-x64": {
  1430. "version": "4.60.4",
  1431. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.4.tgz",
  1432. "integrity": "sha512-CSKq7MsP+5PFIcydhAiR1K0UhEI1A2jWXVKHPCBZ151yOutENwvnPocgVHkivu2kviURtCEB6zUQw0vs8RrhMg==",
  1433. "cpu": [
  1434. "x64"
  1435. ],
  1436. "license": "MIT",
  1437. "optional": true,
  1438. "os": [
  1439. "darwin"
  1440. ]
  1441. },
  1442. "node_modules/@rollup/rollup-freebsd-arm64": {
  1443. "version": "4.60.4",
  1444. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.4.tgz",
  1445. "integrity": "sha512-+O8OkVdyvXMtJEciu2wS/pzm1IxntEEQx3z5TAVy4l32G0etZn+RsA48ARRrFm6Ri8fvqPQfgrvNxSjKAbnd3g==",
  1446. "cpu": [
  1447. "arm64"
  1448. ],
  1449. "license": "MIT",
  1450. "optional": true,
  1451. "os": [
  1452. "freebsd"
  1453. ]
  1454. },
  1455. "node_modules/@rollup/rollup-freebsd-x64": {
  1456. "version": "4.60.4",
  1457. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.4.tgz",
  1458. "integrity": "sha512-Iw3oMskH3AfNuhU0MSN7vNbdi4me/NiYo2azqPz/Le16zHSa+3RRmliCMWWQmh4lcndccU40xcJuTYJZxNo/lw==",
  1459. "cpu": [
  1460. "x64"
  1461. ],
  1462. "license": "MIT",
  1463. "optional": true,
  1464. "os": [
  1465. "freebsd"
  1466. ]
  1467. },
  1468. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1469. "version": "4.60.4",
  1470. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.4.tgz",
  1471. "integrity": "sha512-EIPRXTVQpHyF8WOo219AD2yEltPehLTcTMz2fn6JsatLYSzQf00hj3rulF+yauOlF9/FtM2WpkT/hJh/KJFGhA==",
  1472. "cpu": [
  1473. "arm"
  1474. ],
  1475. "license": "MIT",
  1476. "optional": true,
  1477. "os": [
  1478. "linux"
  1479. ]
  1480. },
  1481. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1482. "version": "4.60.4",
  1483. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.4.tgz",
  1484. "integrity": "sha512-J3Yh9PzzF1Ovah2At+lHiGQdsYgArxBbXv/zHfSyaiFQEqvNv7DcW98pCrmdjCZBrqBiKrKKe2V+aaSGWuBe/w==",
  1485. "cpu": [
  1486. "arm"
  1487. ],
  1488. "license": "MIT",
  1489. "optional": true,
  1490. "os": [
  1491. "linux"
  1492. ]
  1493. },
  1494. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1495. "version": "4.60.4",
  1496. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.4.tgz",
  1497. "integrity": "sha512-BFDEZMYfUvLn37ONE1yMBojPxnMlTFsdyNoqncT0qFq1mAfllL+ATMMJd8TeuVMiX84s1KbcxcZbXInmcO2mRg==",
  1498. "cpu": [
  1499. "arm64"
  1500. ],
  1501. "license": "MIT",
  1502. "optional": true,
  1503. "os": [
  1504. "linux"
  1505. ]
  1506. },
  1507. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1508. "version": "4.60.4",
  1509. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.4.tgz",
  1510. "integrity": "sha512-pc9EYOSlOgdQ2uPl1o9PF6/kLSgaUosia7gOuS8mB69IxJvlclko1MECXysjs5ryez1/5zjYqx3+xYU0TU6R1A==",
  1511. "cpu": [
  1512. "arm64"
  1513. ],
  1514. "license": "MIT",
  1515. "optional": true,
  1516. "os": [
  1517. "linux"
  1518. ]
  1519. },
  1520. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  1521. "version": "4.60.4",
  1522. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.4.tgz",
  1523. "integrity": "sha512-NxnomyxYerDh5n4iLrNa+sH+Z+U4BMEE46V2PgQ/hoB909i8gV1M5wPojWg9fk1jWpO3IQnOs20K4wyZuFLEFQ==",
  1524. "cpu": [
  1525. "loong64"
  1526. ],
  1527. "license": "MIT",
  1528. "optional": true,
  1529. "os": [
  1530. "linux"
  1531. ]
  1532. },
  1533. "node_modules/@rollup/rollup-linux-loong64-musl": {
  1534. "version": "4.60.4",
  1535. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.4.tgz",
  1536. "integrity": "sha512-nbJnQ8a3z1mtmrwImCYhc6BGpThAyYVRQxw9uKSKG4wR6aAYno9sVjJ0zaZcW9BPJX1GbrDPf+SvdWjgTuDmnw==",
  1537. "cpu": [
  1538. "loong64"
  1539. ],
  1540. "license": "MIT",
  1541. "optional": true,
  1542. "os": [
  1543. "linux"
  1544. ]
  1545. },
  1546. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  1547. "version": "4.60.4",
  1548. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.4.tgz",
  1549. "integrity": "sha512-2EU6acNrQLd8tYvo/LXW535wupT3m6fo7HKo6lr7ktQoItxTyOL1ZCR/GfGCuXl2vR+zmfI6eRXkSemafv+iVg==",
  1550. "cpu": [
  1551. "ppc64"
  1552. ],
  1553. "license": "MIT",
  1554. "optional": true,
  1555. "os": [
  1556. "linux"
  1557. ]
  1558. },
  1559. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  1560. "version": "4.60.4",
  1561. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.4.tgz",
  1562. "integrity": "sha512-WeBtoMuaMxiiIrO2IYP3xs6GMWkJP2C0EoT8beTLkUPmzV1i/UcOSVw1d5r9KBODtHKilG5yFxsGRnBbK3wJ4A==",
  1563. "cpu": [
  1564. "ppc64"
  1565. ],
  1566. "license": "MIT",
  1567. "optional": true,
  1568. "os": [
  1569. "linux"
  1570. ]
  1571. },
  1572. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1573. "version": "4.60.4",
  1574. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.4.tgz",
  1575. "integrity": "sha512-FJHFfqpKUI3A10WrWKiFbBZ7yVbGT4q4B5o1qKFFojqpaYoh9LrQgqWCmmcxQzVSXYtyB5bzkXrYzlHTs21MYA==",
  1576. "cpu": [
  1577. "riscv64"
  1578. ],
  1579. "license": "MIT",
  1580. "optional": true,
  1581. "os": [
  1582. "linux"
  1583. ]
  1584. },
  1585. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1586. "version": "4.60.4",
  1587. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.4.tgz",
  1588. "integrity": "sha512-mcEl6CUT5IAUmQf1m9FYSmVqCJlpQ8r8eyftFUHG8i9OhY7BkBXSUdnLH5DOf0wCOjcP9v/QO93zpmF1SptCCw==",
  1589. "cpu": [
  1590. "riscv64"
  1591. ],
  1592. "license": "MIT",
  1593. "optional": true,
  1594. "os": [
  1595. "linux"
  1596. ]
  1597. },
  1598. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1599. "version": "4.60.4",
  1600. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.4.tgz",
  1601. "integrity": "sha512-ynt3JxVd2w2buzoKDWIyiV1pJW93xlQic1THVLXilz429oijRpSHivZAgp65KBu+cMcgf1eVVjdnTLvPxgCuoQ==",
  1602. "cpu": [
  1603. "s390x"
  1604. ],
  1605. "license": "MIT",
  1606. "optional": true,
  1607. "os": [
  1608. "linux"
  1609. ]
  1610. },
  1611. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1612. "version": "4.60.4",
  1613. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.4.tgz",
  1614. "integrity": "sha512-Boiz5+MsaROEWDf+GGEwF8VMHGhlUoQMtIPjOgA5fv4osupqTVnJteQNKJwUcnUog2G55jYXH7KZFFiJe0TEzQ==",
  1615. "cpu": [
  1616. "x64"
  1617. ],
  1618. "license": "MIT",
  1619. "optional": true,
  1620. "os": [
  1621. "linux"
  1622. ]
  1623. },
  1624. "node_modules/@rollup/rollup-linux-x64-musl": {
  1625. "version": "4.60.4",
  1626. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.4.tgz",
  1627. "integrity": "sha512-+qfSY27qIrFfI/Hom04KYFw3GKZSGU4lXus51wsb5EuySfFlWRwjkKWoE9emgRw/ukoT4Udsj4W/+xxG8VbPKg==",
  1628. "cpu": [
  1629. "x64"
  1630. ],
  1631. "license": "MIT",
  1632. "optional": true,
  1633. "os": [
  1634. "linux"
  1635. ]
  1636. },
  1637. "node_modules/@rollup/rollup-openbsd-x64": {
  1638. "version": "4.60.4",
  1639. "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.4.tgz",
  1640. "integrity": "sha512-VpTfOPHgVXEBeeR8hZ2O0F3aSso+JDWqTWmTmzcQKted54IAdUVbxE+j/MVxUsKa8L20HJhv3vUezVPoquqWjA==",
  1641. "cpu": [
  1642. "x64"
  1643. ],
  1644. "license": "MIT",
  1645. "optional": true,
  1646. "os": [
  1647. "openbsd"
  1648. ]
  1649. },
  1650. "node_modules/@rollup/rollup-openharmony-arm64": {
  1651. "version": "4.60.4",
  1652. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.4.tgz",
  1653. "integrity": "sha512-IPOsh5aRYuLv/nkU51X10Bf75Bsf6+gZdx1X+QP5QM6lIJFHHqbHLG0uJn/hWthzo13UAc2umiUorqZy3axoZg==",
  1654. "cpu": [
  1655. "arm64"
  1656. ],
  1657. "license": "MIT",
  1658. "optional": true,
  1659. "os": [
  1660. "openharmony"
  1661. ]
  1662. },
  1663. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1664. "version": "4.60.4",
  1665. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.4.tgz",
  1666. "integrity": "sha512-4QzE9E81OohJ/HKzHhsqU+zcYYojVOXlFMs1DdyMT6qXl/niOH7AVElmmEdUNHHS/oRkc++d5k6Vy85zFs0DEw==",
  1667. "cpu": [
  1668. "arm64"
  1669. ],
  1670. "license": "MIT",
  1671. "optional": true,
  1672. "os": [
  1673. "win32"
  1674. ]
  1675. },
  1676. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1677. "version": "4.60.4",
  1678. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.4.tgz",
  1679. "integrity": "sha512-zTPgT1YuHHcd+Tmx7h8aml0FWFVelV5N54oHow9SLj+GfoDy/huQ+UV396N/C7KpMDMiPspRktzM1/0r1usYEA==",
  1680. "cpu": [
  1681. "ia32"
  1682. ],
  1683. "license": "MIT",
  1684. "optional": true,
  1685. "os": [
  1686. "win32"
  1687. ]
  1688. },
  1689. "node_modules/@rollup/rollup-win32-x64-gnu": {
  1690. "version": "4.60.4",
  1691. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.4.tgz",
  1692. "integrity": "sha512-DRS4G7mi9lJxqEDezIkKCaUIKCrLUUDCUaCsTPCi/rtqaC6D/jjwslMQyiDU50Ka0JKpeXeRBFBAXwArY52vBw==",
  1693. "cpu": [
  1694. "x64"
  1695. ],
  1696. "license": "MIT",
  1697. "optional": true,
  1698. "os": [
  1699. "win32"
  1700. ]
  1701. },
  1702. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1703. "version": "4.60.4",
  1704. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.4.tgz",
  1705. "integrity": "sha512-QVTUovf40zgTqlFVrKA1uXMVvU2QWEFWfAH8Wdc48IxLvrJMQVMBRjuQyUpzZCDkakImib9eVazbWlC6ksWtJw==",
  1706. "cpu": [
  1707. "x64"
  1708. ],
  1709. "license": "MIT",
  1710. "optional": true,
  1711. "os": [
  1712. "win32"
  1713. ]
  1714. },
  1715. "node_modules/@shikijs/core": {
  1716. "version": "4.1.0",
  1717. "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.1.0.tgz",
  1718. "integrity": "sha512-jLJtSJeuFffqX6/inRE1zqU5aFv2hrszvYgq3OjbAgFRZiWv7abKMDdQzYxuSDfmUPQozZvI/kuy6VMTvnvqTQ==",
  1719. "license": "MIT",
  1720. "dependencies": {
  1721. "@shikijs/primitive": "4.1.0",
  1722. "@shikijs/types": "4.1.0",
  1723. "@shikijs/vscode-textmate": "^10.0.2",
  1724. "@types/hast": "^3.0.4",
  1725. "hast-util-to-html": "^9.0.5"
  1726. },
  1727. "engines": {
  1728. "node": ">=20"
  1729. }
  1730. },
  1731. "node_modules/@shikijs/engine-javascript": {
  1732. "version": "4.1.0",
  1733. "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-4.1.0.tgz",
  1734. "integrity": "sha512-YquhawCUgaBfhsS72e2Y/dI59gCBNPHu3fEO/tvLaXrTssxZrY5ddjtNLTwndrMgPo8b3IscE+xoICDzpTmlFQ==",
  1735. "license": "MIT",
  1736. "dependencies": {
  1737. "@shikijs/types": "4.1.0",
  1738. "@shikijs/vscode-textmate": "^10.0.2",
  1739. "oniguruma-to-es": "^4.3.6"
  1740. },
  1741. "engines": {
  1742. "node": ">=20"
  1743. }
  1744. },
  1745. "node_modules/@shikijs/engine-oniguruma": {
  1746. "version": "4.1.0",
  1747. "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-4.1.0.tgz",
  1748. "integrity": "sha512-axLpjVs45YBvvINa+dJF+NPW+KtFkNXsFr4SDw2BMj9GdeMnGxVB9PQb2xXlJYovslt/nz6giedAyOANkfc7hg==",
  1749. "license": "MIT",
  1750. "dependencies": {
  1751. "@shikijs/types": "4.1.0",
  1752. "@shikijs/vscode-textmate": "^10.0.2"
  1753. },
  1754. "engines": {
  1755. "node": ">=20"
  1756. }
  1757. },
  1758. "node_modules/@shikijs/langs": {
  1759. "version": "4.1.0",
  1760. "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-4.1.0.tgz",
  1761. "integrity": "sha512-nwOMruEkbgdZfQ/b8CgpNBVOpvG1k0N5tbmgiFeqsan401+x3ILqlzZJowSla4Agmq4hG2Uf2wh5jLTEhR8VSg==",
  1762. "license": "MIT",
  1763. "dependencies": {
  1764. "@shikijs/types": "4.1.0"
  1765. },
  1766. "engines": {
  1767. "node": ">=20"
  1768. }
  1769. },
  1770. "node_modules/@shikijs/primitive": {
  1771. "version": "4.1.0",
  1772. "resolved": "https://registry.npmjs.org/@shikijs/primitive/-/primitive-4.1.0.tgz",
  1773. "integrity": "sha512-zx2/2Uwj2q9X3KSyYREEhXO23xBw5WUhP4orK2lE4r+t9JGITmEe0JH+wPmJhqHpOT2bRRs6lAL945+LDvOAGw==",
  1774. "license": "MIT",
  1775. "dependencies": {
  1776. "@shikijs/types": "4.1.0",
  1777. "@shikijs/vscode-textmate": "^10.0.2",
  1778. "@types/hast": "^3.0.4"
  1779. },
  1780. "engines": {
  1781. "node": ">=20"
  1782. }
  1783. },
  1784. "node_modules/@shikijs/themes": {
  1785. "version": "4.1.0",
  1786. "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-4.1.0.tgz",
  1787. "integrity": "sha512-emCcTnUM7yO2wltYbaxm+yLvcCI4+h8XBKc4KmJ7EZUXoSGjcCHifkI//R4OFit9ewpg7H2/9tjOuXrT2v/Knw==",
  1788. "license": "MIT",
  1789. "dependencies": {
  1790. "@shikijs/types": "4.1.0"
  1791. },
  1792. "engines": {
  1793. "node": ">=20"
  1794. }
  1795. },
  1796. "node_modules/@shikijs/types": {
  1797. "version": "4.1.0",
  1798. "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-4.1.0.tgz",
  1799. "integrity": "sha512-3EQWX54fMpniOrDblzAhiwiJwpiTMW6+B9DWyUd9ska483tbayFYuw47UxwuPknI31bKnySfVQ/QW+jFL4rFdA==",
  1800. "license": "MIT",
  1801. "dependencies": {
  1802. "@shikijs/vscode-textmate": "^10.0.2",
  1803. "@types/hast": "^3.0.4"
  1804. },
  1805. "engines": {
  1806. "node": ">=20"
  1807. }
  1808. },
  1809. "node_modules/@shikijs/vscode-textmate": {
  1810. "version": "10.0.2",
  1811. "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
  1812. "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
  1813. "license": "MIT"
  1814. },
  1815. "node_modules/@types/debug": {
  1816. "version": "4.1.13",
  1817. "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz",
  1818. "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==",
  1819. "license": "MIT",
  1820. "dependencies": {
  1821. "@types/ms": "*"
  1822. }
  1823. },
  1824. "node_modules/@types/estree": {
  1825. "version": "1.0.9",
  1826. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
  1827. "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
  1828. "license": "MIT"
  1829. },
  1830. "node_modules/@types/estree-jsx": {
  1831. "version": "1.0.5",
  1832. "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
  1833. "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
  1834. "license": "MIT",
  1835. "dependencies": {
  1836. "@types/estree": "*"
  1837. }
  1838. },
  1839. "node_modules/@types/hast": {
  1840. "version": "3.0.4",
  1841. "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
  1842. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  1843. "license": "MIT",
  1844. "dependencies": {
  1845. "@types/unist": "*"
  1846. }
  1847. },
  1848. "node_modules/@types/js-yaml": {
  1849. "version": "4.0.9",
  1850. "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz",
  1851. "integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==",
  1852. "license": "MIT"
  1853. },
  1854. "node_modules/@types/mdast": {
  1855. "version": "4.0.4",
  1856. "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
  1857. "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
  1858. "license": "MIT",
  1859. "dependencies": {
  1860. "@types/unist": "*"
  1861. }
  1862. },
  1863. "node_modules/@types/mdx": {
  1864. "version": "2.0.13",
  1865. "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz",
  1866. "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==",
  1867. "license": "MIT"
  1868. },
  1869. "node_modules/@types/ms": {
  1870. "version": "2.1.0",
  1871. "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
  1872. "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
  1873. "license": "MIT"
  1874. },
  1875. "node_modules/@types/nlcst": {
  1876. "version": "2.0.3",
  1877. "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz",
  1878. "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==",
  1879. "license": "MIT",
  1880. "dependencies": {
  1881. "@types/unist": "*"
  1882. }
  1883. },
  1884. "node_modules/@types/node": {
  1885. "version": "24.12.4",
  1886. "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz",
  1887. "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==",
  1888. "license": "MIT",
  1889. "dependencies": {
  1890. "undici-types": "~7.16.0"
  1891. }
  1892. },
  1893. "node_modules/@types/sax": {
  1894. "version": "1.2.7",
  1895. "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz",
  1896. "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==",
  1897. "license": "MIT",
  1898. "dependencies": {
  1899. "@types/node": "*"
  1900. }
  1901. },
  1902. "node_modules/@types/unist": {
  1903. "version": "3.0.3",
  1904. "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
  1905. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
  1906. "license": "MIT"
  1907. },
  1908. "node_modules/@ungap/structured-clone": {
  1909. "version": "1.3.1",
  1910. "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.1.tgz",
  1911. "integrity": "sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==",
  1912. "license": "ISC"
  1913. },
  1914. "node_modules/acorn": {
  1915. "version": "8.16.0",
  1916. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  1917. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  1918. "license": "MIT",
  1919. "peer": true,
  1920. "bin": {
  1921. "acorn": "bin/acorn"
  1922. },
  1923. "engines": {
  1924. "node": ">=0.4.0"
  1925. }
  1926. },
  1927. "node_modules/acorn-jsx": {
  1928. "version": "5.3.2",
  1929. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  1930. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  1931. "license": "MIT",
  1932. "peerDependencies": {
  1933. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  1934. }
  1935. },
  1936. "node_modules/anymatch": {
  1937. "version": "3.1.3",
  1938. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  1939. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  1940. "license": "ISC",
  1941. "dependencies": {
  1942. "normalize-path": "^3.0.0",
  1943. "picomatch": "^2.0.4"
  1944. },
  1945. "engines": {
  1946. "node": ">= 8"
  1947. }
  1948. },
  1949. "node_modules/anymatch/node_modules/picomatch": {
  1950. "version": "2.3.2",
  1951. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  1952. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  1953. "license": "MIT",
  1954. "engines": {
  1955. "node": ">=8.6"
  1956. },
  1957. "funding": {
  1958. "url": "https://github.com/sponsors/jonschlinkert"
  1959. }
  1960. },
  1961. "node_modules/arg": {
  1962. "version": "5.0.2",
  1963. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  1964. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
  1965. "license": "MIT"
  1966. },
  1967. "node_modules/argparse": {
  1968. "version": "2.0.1",
  1969. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  1970. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  1971. "license": "Python-2.0"
  1972. },
  1973. "node_modules/aria-query": {
  1974. "version": "5.3.2",
  1975. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
  1976. "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
  1977. "license": "Apache-2.0",
  1978. "engines": {
  1979. "node": ">= 0.4"
  1980. }
  1981. },
  1982. "node_modules/array-iterate": {
  1983. "version": "2.0.1",
  1984. "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz",
  1985. "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==",
  1986. "license": "MIT",
  1987. "funding": {
  1988. "type": "github",
  1989. "url": "https://github.com/sponsors/wooorm"
  1990. }
  1991. },
  1992. "node_modules/astring": {
  1993. "version": "1.9.0",
  1994. "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz",
  1995. "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==",
  1996. "license": "MIT",
  1997. "bin": {
  1998. "astring": "bin/astring"
  1999. }
  2000. },
  2001. "node_modules/astro": {
  2002. "version": "6.3.7",
  2003. "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.7.tgz",
  2004. "integrity": "sha512-zIeDRrI0qNgN1lcCjNqt6/IVCVej7VwSa326cO8uP9BOk1cg4QuffhLnOn2gCgWQr32/wxpSRFfXiLKHglu1Tw==",
  2005. "license": "MIT",
  2006. "peer": true,
  2007. "dependencies": {
  2008. "@astrojs/compiler": "^4.0.0",
  2009. "@astrojs/internal-helpers": "0.9.1",
  2010. "@astrojs/markdown-remark": "7.1.2",
  2011. "@astrojs/telemetry": "3.3.2",
  2012. "@capsizecss/unpack": "^4.0.0",
  2013. "@clack/prompts": "^1.1.0",
  2014. "@oslojs/encoding": "^1.1.0",
  2015. "@rollup/pluginutils": "^5.3.0",
  2016. "aria-query": "^5.3.2",
  2017. "axobject-query": "^4.1.0",
  2018. "ci-info": "^4.4.0",
  2019. "clsx": "^2.1.1",
  2020. "common-ancestor-path": "^2.0.0",
  2021. "cookie": "^1.1.1",
  2022. "devalue": "^5.6.3",
  2023. "diff": "^8.0.3",
  2024. "dset": "^3.1.4",
  2025. "es-module-lexer": "^2.0.0",
  2026. "esbuild": "^0.27.3",
  2027. "flattie": "^1.1.1",
  2028. "fontace": "~0.4.1",
  2029. "get-tsconfig": "5.0.0-beta.4",
  2030. "github-slugger": "^2.0.0",
  2031. "html-escaper": "3.0.3",
  2032. "http-cache-semantics": "^4.2.0",
  2033. "js-yaml": "^4.1.1",
  2034. "jsonc-parser": "^3.3.1",
  2035. "magic-string": "^0.30.21",
  2036. "magicast": "^0.5.2",
  2037. "mrmime": "^2.0.1",
  2038. "neotraverse": "^0.6.18",
  2039. "obug": "^2.1.1",
  2040. "p-limit": "^7.3.0",
  2041. "p-queue": "^9.1.0",
  2042. "package-manager-detector": "^1.6.0",
  2043. "piccolore": "^0.1.3",
  2044. "picomatch": "^4.0.4",
  2045. "rehype": "^13.0.2",
  2046. "semver": "^7.7.4",
  2047. "shiki": "^4.0.2",
  2048. "smol-toml": "^1.6.0",
  2049. "svgo": "^4.0.1",
  2050. "tinyclip": "^0.1.12",
  2051. "tinyexec": "^1.0.4",
  2052. "tinyglobby": "^0.2.15",
  2053. "ultrahtml": "^1.6.0",
  2054. "unifont": "~0.7.4",
  2055. "unist-util-visit": "^5.1.0",
  2056. "unstorage": "^1.17.5",
  2057. "vfile": "^6.0.3",
  2058. "vite": "^7.3.2",
  2059. "vitefu": "^1.1.2",
  2060. "xxhash-wasm": "^1.1.0",
  2061. "yargs-parser": "^22.0.0",
  2062. "zod": "^4.3.6"
  2063. },
  2064. "bin": {
  2065. "astro": "bin/astro.mjs"
  2066. },
  2067. "engines": {
  2068. "node": ">=22.12.0",
  2069. "npm": ">=9.6.5",
  2070. "pnpm": ">=7.1.0"
  2071. },
  2072. "funding": {
  2073. "type": "opencollective",
  2074. "url": "https://opencollective.com/astrodotbuild"
  2075. },
  2076. "optionalDependencies": {
  2077. "sharp": "^0.34.0"
  2078. }
  2079. },
  2080. "node_modules/astro-expressive-code": {
  2081. "version": "0.42.0",
  2082. "resolved": "https://registry.npmjs.org/astro-expressive-code/-/astro-expressive-code-0.42.0.tgz",
  2083. "integrity": "sha512-aiTePi2Cn0mJPYWZSzP1GcxCinX9mNtJyCCshVVPSg1yRwM7ADvFJOx0FnS440M9t65hp8JH//dc2qr22Bm4ag==",
  2084. "license": "MIT",
  2085. "dependencies": {
  2086. "rehype-expressive-code": "^0.42.0"
  2087. },
  2088. "peerDependencies": {
  2089. "astro": "^4.0.0-beta || ^5.0.0-beta || ^3.3.0 || ^6.0.0-beta"
  2090. }
  2091. },
  2092. "node_modules/axobject-query": {
  2093. "version": "4.1.0",
  2094. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
  2095. "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
  2096. "license": "Apache-2.0",
  2097. "engines": {
  2098. "node": ">= 0.4"
  2099. }
  2100. },
  2101. "node_modules/bail": {
  2102. "version": "2.0.2",
  2103. "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
  2104. "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
  2105. "license": "MIT",
  2106. "funding": {
  2107. "type": "github",
  2108. "url": "https://github.com/sponsors/wooorm"
  2109. }
  2110. },
  2111. "node_modules/bcp-47": {
  2112. "version": "2.1.0",
  2113. "resolved": "https://registry.npmjs.org/bcp-47/-/bcp-47-2.1.0.tgz",
  2114. "integrity": "sha512-9IIS3UPrvIa1Ej+lVDdDwO7zLehjqsaByECw0bu2RRGP73jALm6FYbzI5gWbgHLvNdkvfXB5YrSbocZdOS0c0w==",
  2115. "license": "MIT",
  2116. "dependencies": {
  2117. "is-alphabetical": "^2.0.0",
  2118. "is-alphanumerical": "^2.0.0",
  2119. "is-decimal": "^2.0.0"
  2120. },
  2121. "funding": {
  2122. "type": "github",
  2123. "url": "https://github.com/sponsors/wooorm"
  2124. }
  2125. },
  2126. "node_modules/bcp-47-match": {
  2127. "version": "2.0.3",
  2128. "resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-2.0.3.tgz",
  2129. "integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==",
  2130. "license": "MIT",
  2131. "funding": {
  2132. "type": "github",
  2133. "url": "https://github.com/sponsors/wooorm"
  2134. }
  2135. },
  2136. "node_modules/boolbase": {
  2137. "version": "1.0.0",
  2138. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  2139. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  2140. "license": "ISC"
  2141. },
  2142. "node_modules/ccount": {
  2143. "version": "2.0.1",
  2144. "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
  2145. "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
  2146. "license": "MIT",
  2147. "funding": {
  2148. "type": "github",
  2149. "url": "https://github.com/sponsors/wooorm"
  2150. }
  2151. },
  2152. "node_modules/character-entities": {
  2153. "version": "2.0.2",
  2154. "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
  2155. "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
  2156. "license": "MIT",
  2157. "funding": {
  2158. "type": "github",
  2159. "url": "https://github.com/sponsors/wooorm"
  2160. }
  2161. },
  2162. "node_modules/character-entities-html4": {
  2163. "version": "2.1.0",
  2164. "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
  2165. "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
  2166. "license": "MIT",
  2167. "funding": {
  2168. "type": "github",
  2169. "url": "https://github.com/sponsors/wooorm"
  2170. }
  2171. },
  2172. "node_modules/character-entities-legacy": {
  2173. "version": "3.0.0",
  2174. "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
  2175. "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
  2176. "license": "MIT",
  2177. "funding": {
  2178. "type": "github",
  2179. "url": "https://github.com/sponsors/wooorm"
  2180. }
  2181. },
  2182. "node_modules/character-reference-invalid": {
  2183. "version": "2.0.1",
  2184. "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
  2185. "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
  2186. "license": "MIT",
  2187. "funding": {
  2188. "type": "github",
  2189. "url": "https://github.com/sponsors/wooorm"
  2190. }
  2191. },
  2192. "node_modules/chokidar": {
  2193. "version": "5.0.0",
  2194. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  2195. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  2196. "license": "MIT",
  2197. "dependencies": {
  2198. "readdirp": "^5.0.0"
  2199. },
  2200. "engines": {
  2201. "node": ">= 20.19.0"
  2202. },
  2203. "funding": {
  2204. "url": "https://paulmillr.com/funding/"
  2205. }
  2206. },
  2207. "node_modules/ci-info": {
  2208. "version": "4.4.0",
  2209. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz",
  2210. "integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==",
  2211. "funding": [
  2212. {
  2213. "type": "github",
  2214. "url": "https://github.com/sponsors/sibiraj-s"
  2215. }
  2216. ],
  2217. "license": "MIT",
  2218. "engines": {
  2219. "node": ">=8"
  2220. }
  2221. },
  2222. "node_modules/clsx": {
  2223. "version": "2.1.1",
  2224. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  2225. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  2226. "license": "MIT",
  2227. "engines": {
  2228. "node": ">=6"
  2229. }
  2230. },
  2231. "node_modules/collapse-white-space": {
  2232. "version": "2.1.0",
  2233. "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz",
  2234. "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==",
  2235. "license": "MIT",
  2236. "funding": {
  2237. "type": "github",
  2238. "url": "https://github.com/sponsors/wooorm"
  2239. }
  2240. },
  2241. "node_modules/comma-separated-tokens": {
  2242. "version": "2.0.3",
  2243. "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
  2244. "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
  2245. "license": "MIT",
  2246. "funding": {
  2247. "type": "github",
  2248. "url": "https://github.com/sponsors/wooorm"
  2249. }
  2250. },
  2251. "node_modules/commander": {
  2252. "version": "11.1.0",
  2253. "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
  2254. "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
  2255. "license": "MIT",
  2256. "engines": {
  2257. "node": ">=16"
  2258. }
  2259. },
  2260. "node_modules/common-ancestor-path": {
  2261. "version": "2.0.0",
  2262. "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-2.0.0.tgz",
  2263. "integrity": "sha512-dnN3ibLeoRf2HNC+OlCiNc5d2zxbLJXOtiZUudNFSXZrNSydxcCsSpRzXwfu7BBWCIfHPw+xTayeBvJCP/D8Ng==",
  2264. "license": "BlueOak-1.0.0",
  2265. "engines": {
  2266. "node": ">= 18"
  2267. }
  2268. },
  2269. "node_modules/cookie": {
  2270. "version": "1.1.1",
  2271. "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
  2272. "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
  2273. "license": "MIT",
  2274. "engines": {
  2275. "node": ">=18"
  2276. },
  2277. "funding": {
  2278. "type": "opencollective",
  2279. "url": "https://opencollective.com/express"
  2280. }
  2281. },
  2282. "node_modules/cookie-es": {
  2283. "version": "1.2.3",
  2284. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.3.tgz",
  2285. "integrity": "sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==",
  2286. "license": "MIT"
  2287. },
  2288. "node_modules/crossws": {
  2289. "version": "0.3.5",
  2290. "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz",
  2291. "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
  2292. "license": "MIT",
  2293. "dependencies": {
  2294. "uncrypto": "^0.1.3"
  2295. }
  2296. },
  2297. "node_modules/css-select": {
  2298. "version": "5.2.2",
  2299. "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
  2300. "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
  2301. "license": "BSD-2-Clause",
  2302. "dependencies": {
  2303. "boolbase": "^1.0.0",
  2304. "css-what": "^6.1.0",
  2305. "domhandler": "^5.0.2",
  2306. "domutils": "^3.0.1",
  2307. "nth-check": "^2.0.1"
  2308. },
  2309. "funding": {
  2310. "url": "https://github.com/sponsors/fb55"
  2311. }
  2312. },
  2313. "node_modules/css-selector-parser": {
  2314. "version": "3.3.0",
  2315. "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.3.0.tgz",
  2316. "integrity": "sha512-Y2asgMGFqJKF4fq4xHDSlFYIkeVfRsm69lQC1q9kbEsH5XtnINTMrweLkjYMeaUgiXBy/uvKeO/a1JHTNnmB2g==",
  2317. "funding": [
  2318. {
  2319. "type": "github",
  2320. "url": "https://github.com/sponsors/mdevils"
  2321. },
  2322. {
  2323. "type": "patreon",
  2324. "url": "https://patreon.com/mdevils"
  2325. }
  2326. ],
  2327. "license": "MIT"
  2328. },
  2329. "node_modules/css-tree": {
  2330. "version": "3.2.1",
  2331. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz",
  2332. "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==",
  2333. "license": "MIT",
  2334. "dependencies": {
  2335. "mdn-data": "2.27.1",
  2336. "source-map-js": "^1.2.1"
  2337. },
  2338. "engines": {
  2339. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  2340. }
  2341. },
  2342. "node_modules/css-what": {
  2343. "version": "6.2.2",
  2344. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
  2345. "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
  2346. "license": "BSD-2-Clause",
  2347. "engines": {
  2348. "node": ">= 6"
  2349. },
  2350. "funding": {
  2351. "url": "https://github.com/sponsors/fb55"
  2352. }
  2353. },
  2354. "node_modules/cssesc": {
  2355. "version": "3.0.0",
  2356. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  2357. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  2358. "license": "MIT",
  2359. "bin": {
  2360. "cssesc": "bin/cssesc"
  2361. },
  2362. "engines": {
  2363. "node": ">=4"
  2364. }
  2365. },
  2366. "node_modules/csso": {
  2367. "version": "5.0.5",
  2368. "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
  2369. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  2370. "license": "MIT",
  2371. "dependencies": {
  2372. "css-tree": "~2.2.0"
  2373. },
  2374. "engines": {
  2375. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  2376. "npm": ">=7.0.0"
  2377. }
  2378. },
  2379. "node_modules/csso/node_modules/css-tree": {
  2380. "version": "2.2.1",
  2381. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
  2382. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  2383. "license": "MIT",
  2384. "dependencies": {
  2385. "mdn-data": "2.0.28",
  2386. "source-map-js": "^1.0.1"
  2387. },
  2388. "engines": {
  2389. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  2390. "npm": ">=7.0.0"
  2391. }
  2392. },
  2393. "node_modules/csso/node_modules/mdn-data": {
  2394. "version": "2.0.28",
  2395. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
  2396. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
  2397. "license": "CC0-1.0"
  2398. },
  2399. "node_modules/debug": {
  2400. "version": "4.4.3",
  2401. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  2402. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2403. "license": "MIT",
  2404. "dependencies": {
  2405. "ms": "^2.1.3"
  2406. },
  2407. "engines": {
  2408. "node": ">=6.0"
  2409. },
  2410. "peerDependenciesMeta": {
  2411. "supports-color": {
  2412. "optional": true
  2413. }
  2414. }
  2415. },
  2416. "node_modules/decode-named-character-reference": {
  2417. "version": "1.3.0",
  2418. "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
  2419. "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
  2420. "license": "MIT",
  2421. "dependencies": {
  2422. "character-entities": "^2.0.0"
  2423. },
  2424. "funding": {
  2425. "type": "github",
  2426. "url": "https://github.com/sponsors/wooorm"
  2427. }
  2428. },
  2429. "node_modules/defu": {
  2430. "version": "6.1.7",
  2431. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz",
  2432. "integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==",
  2433. "license": "MIT"
  2434. },
  2435. "node_modules/dequal": {
  2436. "version": "2.0.3",
  2437. "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
  2438. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  2439. "license": "MIT",
  2440. "engines": {
  2441. "node": ">=6"
  2442. }
  2443. },
  2444. "node_modules/destr": {
  2445. "version": "2.0.5",
  2446. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
  2447. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  2448. "license": "MIT"
  2449. },
  2450. "node_modules/detect-libc": {
  2451. "version": "2.1.2",
  2452. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  2453. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2454. "license": "Apache-2.0",
  2455. "engines": {
  2456. "node": ">=8"
  2457. }
  2458. },
  2459. "node_modules/devalue": {
  2460. "version": "5.8.1",
  2461. "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.8.1.tgz",
  2462. "integrity": "sha512-4CXDYRBGqN+57wVJkuXBYmpAVUSg3L6JAQa/DFqm238G73E1wuyc/JhGQJzN7vUf/CMphYau2zXbfWzDR5aTEw==",
  2463. "license": "MIT"
  2464. },
  2465. "node_modules/devlop": {
  2466. "version": "1.1.0",
  2467. "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
  2468. "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
  2469. "license": "MIT",
  2470. "dependencies": {
  2471. "dequal": "^2.0.0"
  2472. },
  2473. "funding": {
  2474. "type": "github",
  2475. "url": "https://github.com/sponsors/wooorm"
  2476. }
  2477. },
  2478. "node_modules/diff": {
  2479. "version": "8.0.4",
  2480. "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
  2481. "integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
  2482. "license": "BSD-3-Clause",
  2483. "engines": {
  2484. "node": ">=0.3.1"
  2485. }
  2486. },
  2487. "node_modules/direction": {
  2488. "version": "2.0.1",
  2489. "resolved": "https://registry.npmjs.org/direction/-/direction-2.0.1.tgz",
  2490. "integrity": "sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==",
  2491. "license": "MIT",
  2492. "bin": {
  2493. "direction": "cli.js"
  2494. },
  2495. "funding": {
  2496. "type": "github",
  2497. "url": "https://github.com/sponsors/wooorm"
  2498. }
  2499. },
  2500. "node_modules/dom-serializer": {
  2501. "version": "2.0.0",
  2502. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
  2503. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  2504. "license": "MIT",
  2505. "dependencies": {
  2506. "domelementtype": "^2.3.0",
  2507. "domhandler": "^5.0.2",
  2508. "entities": "^4.2.0"
  2509. },
  2510. "funding": {
  2511. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  2512. }
  2513. },
  2514. "node_modules/dom-serializer/node_modules/entities": {
  2515. "version": "4.5.0",
  2516. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  2517. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  2518. "license": "BSD-2-Clause",
  2519. "engines": {
  2520. "node": ">=0.12"
  2521. },
  2522. "funding": {
  2523. "url": "https://github.com/fb55/entities?sponsor=1"
  2524. }
  2525. },
  2526. "node_modules/domelementtype": {
  2527. "version": "2.3.0",
  2528. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  2529. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  2530. "funding": [
  2531. {
  2532. "type": "github",
  2533. "url": "https://github.com/sponsors/fb55"
  2534. }
  2535. ],
  2536. "license": "BSD-2-Clause"
  2537. },
  2538. "node_modules/domhandler": {
  2539. "version": "5.0.3",
  2540. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
  2541. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  2542. "license": "BSD-2-Clause",
  2543. "dependencies": {
  2544. "domelementtype": "^2.3.0"
  2545. },
  2546. "engines": {
  2547. "node": ">= 4"
  2548. },
  2549. "funding": {
  2550. "url": "https://github.com/fb55/domhandler?sponsor=1"
  2551. }
  2552. },
  2553. "node_modules/domutils": {
  2554. "version": "3.2.2",
  2555. "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
  2556. "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
  2557. "license": "BSD-2-Clause",
  2558. "dependencies": {
  2559. "dom-serializer": "^2.0.0",
  2560. "domelementtype": "^2.3.0",
  2561. "domhandler": "^5.0.3"
  2562. },
  2563. "funding": {
  2564. "url": "https://github.com/fb55/domutils?sponsor=1"
  2565. }
  2566. },
  2567. "node_modules/dset": {
  2568. "version": "3.1.4",
  2569. "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz",
  2570. "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==",
  2571. "license": "MIT",
  2572. "engines": {
  2573. "node": ">=4"
  2574. }
  2575. },
  2576. "node_modules/entities": {
  2577. "version": "6.0.1",
  2578. "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
  2579. "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
  2580. "license": "BSD-2-Clause",
  2581. "engines": {
  2582. "node": ">=0.12"
  2583. },
  2584. "funding": {
  2585. "url": "https://github.com/fb55/entities?sponsor=1"
  2586. }
  2587. },
  2588. "node_modules/es-module-lexer": {
  2589. "version": "2.1.0",
  2590. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.1.0.tgz",
  2591. "integrity": "sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==",
  2592. "license": "MIT"
  2593. },
  2594. "node_modules/esast-util-from-estree": {
  2595. "version": "2.0.0",
  2596. "resolved": "https://registry.npmjs.org/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz",
  2597. "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==",
  2598. "license": "MIT",
  2599. "dependencies": {
  2600. "@types/estree-jsx": "^1.0.0",
  2601. "devlop": "^1.0.0",
  2602. "estree-util-visit": "^2.0.0",
  2603. "unist-util-position-from-estree": "^2.0.0"
  2604. },
  2605. "funding": {
  2606. "type": "opencollective",
  2607. "url": "https://opencollective.com/unified"
  2608. }
  2609. },
  2610. "node_modules/esast-util-from-js": {
  2611. "version": "2.0.1",
  2612. "resolved": "https://registry.npmjs.org/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz",
  2613. "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==",
  2614. "license": "MIT",
  2615. "dependencies": {
  2616. "@types/estree-jsx": "^1.0.0",
  2617. "acorn": "^8.0.0",
  2618. "esast-util-from-estree": "^2.0.0",
  2619. "vfile-message": "^4.0.0"
  2620. },
  2621. "funding": {
  2622. "type": "opencollective",
  2623. "url": "https://opencollective.com/unified"
  2624. }
  2625. },
  2626. "node_modules/esbuild": {
  2627. "version": "0.27.7",
  2628. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
  2629. "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
  2630. "hasInstallScript": true,
  2631. "license": "MIT",
  2632. "bin": {
  2633. "esbuild": "bin/esbuild"
  2634. },
  2635. "engines": {
  2636. "node": ">=18"
  2637. },
  2638. "optionalDependencies": {
  2639. "@esbuild/aix-ppc64": "0.27.7",
  2640. "@esbuild/android-arm": "0.27.7",
  2641. "@esbuild/android-arm64": "0.27.7",
  2642. "@esbuild/android-x64": "0.27.7",
  2643. "@esbuild/darwin-arm64": "0.27.7",
  2644. "@esbuild/darwin-x64": "0.27.7",
  2645. "@esbuild/freebsd-arm64": "0.27.7",
  2646. "@esbuild/freebsd-x64": "0.27.7",
  2647. "@esbuild/linux-arm": "0.27.7",
  2648. "@esbuild/linux-arm64": "0.27.7",
  2649. "@esbuild/linux-ia32": "0.27.7",
  2650. "@esbuild/linux-loong64": "0.27.7",
  2651. "@esbuild/linux-mips64el": "0.27.7",
  2652. "@esbuild/linux-ppc64": "0.27.7",
  2653. "@esbuild/linux-riscv64": "0.27.7",
  2654. "@esbuild/linux-s390x": "0.27.7",
  2655. "@esbuild/linux-x64": "0.27.7",
  2656. "@esbuild/netbsd-arm64": "0.27.7",
  2657. "@esbuild/netbsd-x64": "0.27.7",
  2658. "@esbuild/openbsd-arm64": "0.27.7",
  2659. "@esbuild/openbsd-x64": "0.27.7",
  2660. "@esbuild/openharmony-arm64": "0.27.7",
  2661. "@esbuild/sunos-x64": "0.27.7",
  2662. "@esbuild/win32-arm64": "0.27.7",
  2663. "@esbuild/win32-ia32": "0.27.7",
  2664. "@esbuild/win32-x64": "0.27.7"
  2665. }
  2666. },
  2667. "node_modules/escape-string-regexp": {
  2668. "version": "5.0.0",
  2669. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  2670. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  2671. "license": "MIT",
  2672. "engines": {
  2673. "node": ">=12"
  2674. },
  2675. "funding": {
  2676. "url": "https://github.com/sponsors/sindresorhus"
  2677. }
  2678. },
  2679. "node_modules/estree-util-attach-comments": {
  2680. "version": "3.0.0",
  2681. "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz",
  2682. "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==",
  2683. "license": "MIT",
  2684. "dependencies": {
  2685. "@types/estree": "^1.0.0"
  2686. },
  2687. "funding": {
  2688. "type": "opencollective",
  2689. "url": "https://opencollective.com/unified"
  2690. }
  2691. },
  2692. "node_modules/estree-util-build-jsx": {
  2693. "version": "3.0.1",
  2694. "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz",
  2695. "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==",
  2696. "license": "MIT",
  2697. "dependencies": {
  2698. "@types/estree-jsx": "^1.0.0",
  2699. "devlop": "^1.0.0",
  2700. "estree-util-is-identifier-name": "^3.0.0",
  2701. "estree-walker": "^3.0.0"
  2702. },
  2703. "funding": {
  2704. "type": "opencollective",
  2705. "url": "https://opencollective.com/unified"
  2706. }
  2707. },
  2708. "node_modules/estree-util-is-identifier-name": {
  2709. "version": "3.0.0",
  2710. "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
  2711. "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
  2712. "license": "MIT",
  2713. "funding": {
  2714. "type": "opencollective",
  2715. "url": "https://opencollective.com/unified"
  2716. }
  2717. },
  2718. "node_modules/estree-util-scope": {
  2719. "version": "1.0.0",
  2720. "resolved": "https://registry.npmjs.org/estree-util-scope/-/estree-util-scope-1.0.0.tgz",
  2721. "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==",
  2722. "license": "MIT",
  2723. "dependencies": {
  2724. "@types/estree": "^1.0.0",
  2725. "devlop": "^1.0.0"
  2726. },
  2727. "funding": {
  2728. "type": "opencollective",
  2729. "url": "https://opencollective.com/unified"
  2730. }
  2731. },
  2732. "node_modules/estree-util-to-js": {
  2733. "version": "2.0.0",
  2734. "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz",
  2735. "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==",
  2736. "license": "MIT",
  2737. "dependencies": {
  2738. "@types/estree-jsx": "^1.0.0",
  2739. "astring": "^1.8.0",
  2740. "source-map": "^0.7.0"
  2741. },
  2742. "funding": {
  2743. "type": "opencollective",
  2744. "url": "https://opencollective.com/unified"
  2745. }
  2746. },
  2747. "node_modules/estree-util-visit": {
  2748. "version": "2.0.0",
  2749. "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz",
  2750. "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==",
  2751. "license": "MIT",
  2752. "dependencies": {
  2753. "@types/estree-jsx": "^1.0.0",
  2754. "@types/unist": "^3.0.0"
  2755. },
  2756. "funding": {
  2757. "type": "opencollective",
  2758. "url": "https://opencollective.com/unified"
  2759. }
  2760. },
  2761. "node_modules/estree-walker": {
  2762. "version": "3.0.3",
  2763. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  2764. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  2765. "license": "MIT",
  2766. "dependencies": {
  2767. "@types/estree": "^1.0.0"
  2768. }
  2769. },
  2770. "node_modules/eventemitter3": {
  2771. "version": "5.0.4",
  2772. "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
  2773. "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
  2774. "license": "MIT"
  2775. },
  2776. "node_modules/expressive-code": {
  2777. "version": "0.42.0",
  2778. "resolved": "https://registry.npmjs.org/expressive-code/-/expressive-code-0.42.0.tgz",
  2779. "integrity": "sha512-V5DtJLEKuj4wf9O6IRtPtRObkMVy2ggR+S0MdjrTw6m58krZnDioyhW1si3Y04c5YPeooP4nd85Yq9NwEVHS4g==",
  2780. "license": "MIT",
  2781. "dependencies": {
  2782. "@expressive-code/core": "^0.42.0",
  2783. "@expressive-code/plugin-frames": "^0.42.0",
  2784. "@expressive-code/plugin-shiki": "^0.42.0",
  2785. "@expressive-code/plugin-text-markers": "^0.42.0"
  2786. }
  2787. },
  2788. "node_modules/extend": {
  2789. "version": "3.0.2",
  2790. "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  2791. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  2792. "license": "MIT"
  2793. },
  2794. "node_modules/fast-string-truncated-width": {
  2795. "version": "3.0.3",
  2796. "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz",
  2797. "integrity": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==",
  2798. "license": "MIT"
  2799. },
  2800. "node_modules/fast-string-width": {
  2801. "version": "3.0.2",
  2802. "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz",
  2803. "integrity": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==",
  2804. "license": "MIT",
  2805. "dependencies": {
  2806. "fast-string-truncated-width": "^3.0.2"
  2807. }
  2808. },
  2809. "node_modules/fast-wrap-ansi": {
  2810. "version": "0.2.2",
  2811. "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.2.tgz",
  2812. "integrity": "sha512-7F2Fl+TjRSenLqlU3UjSH0iyqopqoZIu7eZVpEirP2g1GtWa2G/ecEmBdgz31+Mxr+ELclgg6sokpSFIQiZ02Q==",
  2813. "license": "MIT",
  2814. "dependencies": {
  2815. "fast-string-width": "^3.0.2"
  2816. }
  2817. },
  2818. "node_modules/fdir": {
  2819. "version": "6.5.0",
  2820. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  2821. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  2822. "license": "MIT",
  2823. "engines": {
  2824. "node": ">=12.0.0"
  2825. },
  2826. "peerDependencies": {
  2827. "picomatch": "^3 || ^4"
  2828. },
  2829. "peerDependenciesMeta": {
  2830. "picomatch": {
  2831. "optional": true
  2832. }
  2833. }
  2834. },
  2835. "node_modules/flattie": {
  2836. "version": "1.1.1",
  2837. "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz",
  2838. "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==",
  2839. "license": "MIT",
  2840. "engines": {
  2841. "node": ">=8"
  2842. }
  2843. },
  2844. "node_modules/fontace": {
  2845. "version": "0.4.1",
  2846. "resolved": "https://registry.npmjs.org/fontace/-/fontace-0.4.1.tgz",
  2847. "integrity": "sha512-lDMvbAzSnHmbYMTEld5qdtvNH2/pWpICOqpean9IgC7vUbUJc3k+k5Dokp85CegamqQpFbXf0rAVkbzpyTA8aw==",
  2848. "license": "MIT",
  2849. "dependencies": {
  2850. "fontkitten": "^1.0.2"
  2851. }
  2852. },
  2853. "node_modules/fontkitten": {
  2854. "version": "1.0.3",
  2855. "resolved": "https://registry.npmjs.org/fontkitten/-/fontkitten-1.0.3.tgz",
  2856. "integrity": "sha512-Wp1zXWPVUPBmfoa3Cqc9ctaKuzKAV6uLstRqlR56kSjplf5uAce+qeyYym7F+PHbGTk+tCEdkCW6RD7DX/gBZw==",
  2857. "license": "MIT",
  2858. "dependencies": {
  2859. "tiny-inflate": "^1.0.3"
  2860. },
  2861. "engines": {
  2862. "node": ">=20"
  2863. }
  2864. },
  2865. "node_modules/fsevents": {
  2866. "version": "2.3.3",
  2867. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  2868. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2869. "hasInstallScript": true,
  2870. "license": "MIT",
  2871. "optional": true,
  2872. "os": [
  2873. "darwin"
  2874. ],
  2875. "engines": {
  2876. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2877. }
  2878. },
  2879. "node_modules/get-tsconfig": {
  2880. "version": "5.0.0-beta.4",
  2881. "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-5.0.0-beta.4.tgz",
  2882. "integrity": "sha512-7nF7C9fIPFEMHgEMEfgIlO9wDdZ8CyHw27rWciFZfHvHDReIiPhsYuzPRXsfvBCqFy1l8RRyyWV7QLM+ZhUJsQ==",
  2883. "license": "MIT",
  2884. "dependencies": {
  2885. "resolve-pkg-maps": "^1.0.0"
  2886. },
  2887. "engines": {
  2888. "node": ">=20.20.0"
  2889. },
  2890. "funding": {
  2891. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  2892. }
  2893. },
  2894. "node_modules/github-slugger": {
  2895. "version": "2.0.0",
  2896. "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
  2897. "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
  2898. "license": "ISC"
  2899. },
  2900. "node_modules/h3": {
  2901. "version": "1.15.11",
  2902. "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.11.tgz",
  2903. "integrity": "sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==",
  2904. "license": "MIT",
  2905. "dependencies": {
  2906. "cookie-es": "^1.2.3",
  2907. "crossws": "^0.3.5",
  2908. "defu": "^6.1.6",
  2909. "destr": "^2.0.5",
  2910. "iron-webcrypto": "^1.2.1",
  2911. "node-mock-http": "^1.0.4",
  2912. "radix3": "^1.1.2",
  2913. "ufo": "^1.6.3",
  2914. "uncrypto": "^0.1.3"
  2915. }
  2916. },
  2917. "node_modules/hast-util-embedded": {
  2918. "version": "3.0.0",
  2919. "resolved": "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-3.0.0.tgz",
  2920. "integrity": "sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==",
  2921. "license": "MIT",
  2922. "dependencies": {
  2923. "@types/hast": "^3.0.0",
  2924. "hast-util-is-element": "^3.0.0"
  2925. },
  2926. "funding": {
  2927. "type": "opencollective",
  2928. "url": "https://opencollective.com/unified"
  2929. }
  2930. },
  2931. "node_modules/hast-util-format": {
  2932. "version": "1.1.0",
  2933. "resolved": "https://registry.npmjs.org/hast-util-format/-/hast-util-format-1.1.0.tgz",
  2934. "integrity": "sha512-yY1UDz6bC9rDvCWHpx12aIBGRG7krurX0p0Fm6pT547LwDIZZiNr8a+IHDogorAdreULSEzP82Nlv5SZkHZcjA==",
  2935. "license": "MIT",
  2936. "dependencies": {
  2937. "@types/hast": "^3.0.0",
  2938. "hast-util-embedded": "^3.0.0",
  2939. "hast-util-minify-whitespace": "^1.0.0",
  2940. "hast-util-phrasing": "^3.0.0",
  2941. "hast-util-whitespace": "^3.0.0",
  2942. "html-whitespace-sensitive-tag-names": "^3.0.0",
  2943. "unist-util-visit-parents": "^6.0.0"
  2944. },
  2945. "funding": {
  2946. "type": "opencollective",
  2947. "url": "https://opencollective.com/unified"
  2948. }
  2949. },
  2950. "node_modules/hast-util-from-html": {
  2951. "version": "2.0.3",
  2952. "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz",
  2953. "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==",
  2954. "license": "MIT",
  2955. "dependencies": {
  2956. "@types/hast": "^3.0.0",
  2957. "devlop": "^1.1.0",
  2958. "hast-util-from-parse5": "^8.0.0",
  2959. "parse5": "^7.0.0",
  2960. "vfile": "^6.0.0",
  2961. "vfile-message": "^4.0.0"
  2962. },
  2963. "funding": {
  2964. "type": "opencollective",
  2965. "url": "https://opencollective.com/unified"
  2966. }
  2967. },
  2968. "node_modules/hast-util-from-parse5": {
  2969. "version": "8.0.3",
  2970. "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz",
  2971. "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==",
  2972. "license": "MIT",
  2973. "dependencies": {
  2974. "@types/hast": "^3.0.0",
  2975. "@types/unist": "^3.0.0",
  2976. "devlop": "^1.0.0",
  2977. "hastscript": "^9.0.0",
  2978. "property-information": "^7.0.0",
  2979. "vfile": "^6.0.0",
  2980. "vfile-location": "^5.0.0",
  2981. "web-namespaces": "^2.0.0"
  2982. },
  2983. "funding": {
  2984. "type": "opencollective",
  2985. "url": "https://opencollective.com/unified"
  2986. }
  2987. },
  2988. "node_modules/hast-util-has-property": {
  2989. "version": "3.0.0",
  2990. "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz",
  2991. "integrity": "sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==",
  2992. "license": "MIT",
  2993. "dependencies": {
  2994. "@types/hast": "^3.0.0"
  2995. },
  2996. "funding": {
  2997. "type": "opencollective",
  2998. "url": "https://opencollective.com/unified"
  2999. }
  3000. },
  3001. "node_modules/hast-util-is-body-ok-link": {
  3002. "version": "3.0.1",
  3003. "resolved": "https://registry.npmjs.org/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-3.0.1.tgz",
  3004. "integrity": "sha512-0qpnzOBLztXHbHQenVB8uNuxTnm/QBFUOmdOSsEn7GnBtyY07+ENTWVFBAnXd/zEgd9/SUG3lRY7hSIBWRgGpQ==",
  3005. "license": "MIT",
  3006. "dependencies": {
  3007. "@types/hast": "^3.0.0"
  3008. },
  3009. "funding": {
  3010. "type": "opencollective",
  3011. "url": "https://opencollective.com/unified"
  3012. }
  3013. },
  3014. "node_modules/hast-util-is-element": {
  3015. "version": "3.0.0",
  3016. "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
  3017. "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
  3018. "license": "MIT",
  3019. "dependencies": {
  3020. "@types/hast": "^3.0.0"
  3021. },
  3022. "funding": {
  3023. "type": "opencollective",
  3024. "url": "https://opencollective.com/unified"
  3025. }
  3026. },
  3027. "node_modules/hast-util-minify-whitespace": {
  3028. "version": "1.0.1",
  3029. "resolved": "https://registry.npmjs.org/hast-util-minify-whitespace/-/hast-util-minify-whitespace-1.0.1.tgz",
  3030. "integrity": "sha512-L96fPOVpnclQE0xzdWb/D12VT5FabA7SnZOUMtL1DbXmYiHJMXZvFkIZfiMmTCNJHUeO2K9UYNXoVyfz+QHuOw==",
  3031. "license": "MIT",
  3032. "dependencies": {
  3033. "@types/hast": "^3.0.0",
  3034. "hast-util-embedded": "^3.0.0",
  3035. "hast-util-is-element": "^3.0.0",
  3036. "hast-util-whitespace": "^3.0.0",
  3037. "unist-util-is": "^6.0.0"
  3038. },
  3039. "funding": {
  3040. "type": "opencollective",
  3041. "url": "https://opencollective.com/unified"
  3042. }
  3043. },
  3044. "node_modules/hast-util-parse-selector": {
  3045. "version": "4.0.0",
  3046. "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
  3047. "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
  3048. "license": "MIT",
  3049. "dependencies": {
  3050. "@types/hast": "^3.0.0"
  3051. },
  3052. "funding": {
  3053. "type": "opencollective",
  3054. "url": "https://opencollective.com/unified"
  3055. }
  3056. },
  3057. "node_modules/hast-util-phrasing": {
  3058. "version": "3.0.1",
  3059. "resolved": "https://registry.npmjs.org/hast-util-phrasing/-/hast-util-phrasing-3.0.1.tgz",
  3060. "integrity": "sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ==",
  3061. "license": "MIT",
  3062. "dependencies": {
  3063. "@types/hast": "^3.0.0",
  3064. "hast-util-embedded": "^3.0.0",
  3065. "hast-util-has-property": "^3.0.0",
  3066. "hast-util-is-body-ok-link": "^3.0.0",
  3067. "hast-util-is-element": "^3.0.0"
  3068. },
  3069. "funding": {
  3070. "type": "opencollective",
  3071. "url": "https://opencollective.com/unified"
  3072. }
  3073. },
  3074. "node_modules/hast-util-raw": {
  3075. "version": "9.1.0",
  3076. "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz",
  3077. "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==",
  3078. "license": "MIT",
  3079. "dependencies": {
  3080. "@types/hast": "^3.0.0",
  3081. "@types/unist": "^3.0.0",
  3082. "@ungap/structured-clone": "^1.0.0",
  3083. "hast-util-from-parse5": "^8.0.0",
  3084. "hast-util-to-parse5": "^8.0.0",
  3085. "html-void-elements": "^3.0.0",
  3086. "mdast-util-to-hast": "^13.0.0",
  3087. "parse5": "^7.0.0",
  3088. "unist-util-position": "^5.0.0",
  3089. "unist-util-visit": "^5.0.0",
  3090. "vfile": "^6.0.0",
  3091. "web-namespaces": "^2.0.0",
  3092. "zwitch": "^2.0.0"
  3093. },
  3094. "funding": {
  3095. "type": "opencollective",
  3096. "url": "https://opencollective.com/unified"
  3097. }
  3098. },
  3099. "node_modules/hast-util-select": {
  3100. "version": "6.0.4",
  3101. "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-6.0.4.tgz",
  3102. "integrity": "sha512-RqGS1ZgI0MwxLaKLDxjprynNzINEkRHY2i8ln4DDjgv9ZhcYVIHN9rlpiYsqtFwrgpYU361SyWDQcGNIBVu3lw==",
  3103. "license": "MIT",
  3104. "dependencies": {
  3105. "@types/hast": "^3.0.0",
  3106. "@types/unist": "^3.0.0",
  3107. "bcp-47-match": "^2.0.0",
  3108. "comma-separated-tokens": "^2.0.0",
  3109. "css-selector-parser": "^3.0.0",
  3110. "devlop": "^1.0.0",
  3111. "direction": "^2.0.0",
  3112. "hast-util-has-property": "^3.0.0",
  3113. "hast-util-to-string": "^3.0.0",
  3114. "hast-util-whitespace": "^3.0.0",
  3115. "nth-check": "^2.0.0",
  3116. "property-information": "^7.0.0",
  3117. "space-separated-tokens": "^2.0.0",
  3118. "unist-util-visit": "^5.0.0",
  3119. "zwitch": "^2.0.0"
  3120. },
  3121. "funding": {
  3122. "type": "opencollective",
  3123. "url": "https://opencollective.com/unified"
  3124. }
  3125. },
  3126. "node_modules/hast-util-to-estree": {
  3127. "version": "3.1.3",
  3128. "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz",
  3129. "integrity": "sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==",
  3130. "license": "MIT",
  3131. "dependencies": {
  3132. "@types/estree": "^1.0.0",
  3133. "@types/estree-jsx": "^1.0.0",
  3134. "@types/hast": "^3.0.0",
  3135. "comma-separated-tokens": "^2.0.0",
  3136. "devlop": "^1.0.0",
  3137. "estree-util-attach-comments": "^3.0.0",
  3138. "estree-util-is-identifier-name": "^3.0.0",
  3139. "hast-util-whitespace": "^3.0.0",
  3140. "mdast-util-mdx-expression": "^2.0.0",
  3141. "mdast-util-mdx-jsx": "^3.0.0",
  3142. "mdast-util-mdxjs-esm": "^2.0.0",
  3143. "property-information": "^7.0.0",
  3144. "space-separated-tokens": "^2.0.0",
  3145. "style-to-js": "^1.0.0",
  3146. "unist-util-position": "^5.0.0",
  3147. "zwitch": "^2.0.0"
  3148. },
  3149. "funding": {
  3150. "type": "opencollective",
  3151. "url": "https://opencollective.com/unified"
  3152. }
  3153. },
  3154. "node_modules/hast-util-to-html": {
  3155. "version": "9.0.5",
  3156. "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
  3157. "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
  3158. "license": "MIT",
  3159. "dependencies": {
  3160. "@types/hast": "^3.0.0",
  3161. "@types/unist": "^3.0.0",
  3162. "ccount": "^2.0.0",
  3163. "comma-separated-tokens": "^2.0.0",
  3164. "hast-util-whitespace": "^3.0.0",
  3165. "html-void-elements": "^3.0.0",
  3166. "mdast-util-to-hast": "^13.0.0",
  3167. "property-information": "^7.0.0",
  3168. "space-separated-tokens": "^2.0.0",
  3169. "stringify-entities": "^4.0.0",
  3170. "zwitch": "^2.0.4"
  3171. },
  3172. "funding": {
  3173. "type": "opencollective",
  3174. "url": "https://opencollective.com/unified"
  3175. }
  3176. },
  3177. "node_modules/hast-util-to-jsx-runtime": {
  3178. "version": "2.3.6",
  3179. "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
  3180. "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
  3181. "license": "MIT",
  3182. "dependencies": {
  3183. "@types/estree": "^1.0.0",
  3184. "@types/hast": "^3.0.0",
  3185. "@types/unist": "^3.0.0",
  3186. "comma-separated-tokens": "^2.0.0",
  3187. "devlop": "^1.0.0",
  3188. "estree-util-is-identifier-name": "^3.0.0",
  3189. "hast-util-whitespace": "^3.0.0",
  3190. "mdast-util-mdx-expression": "^2.0.0",
  3191. "mdast-util-mdx-jsx": "^3.0.0",
  3192. "mdast-util-mdxjs-esm": "^2.0.0",
  3193. "property-information": "^7.0.0",
  3194. "space-separated-tokens": "^2.0.0",
  3195. "style-to-js": "^1.0.0",
  3196. "unist-util-position": "^5.0.0",
  3197. "vfile-message": "^4.0.0"
  3198. },
  3199. "funding": {
  3200. "type": "opencollective",
  3201. "url": "https://opencollective.com/unified"
  3202. }
  3203. },
  3204. "node_modules/hast-util-to-parse5": {
  3205. "version": "8.0.1",
  3206. "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.1.tgz",
  3207. "integrity": "sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==",
  3208. "license": "MIT",
  3209. "dependencies": {
  3210. "@types/hast": "^3.0.0",
  3211. "comma-separated-tokens": "^2.0.0",
  3212. "devlop": "^1.0.0",
  3213. "property-information": "^7.0.0",
  3214. "space-separated-tokens": "^2.0.0",
  3215. "web-namespaces": "^2.0.0",
  3216. "zwitch": "^2.0.0"
  3217. },
  3218. "funding": {
  3219. "type": "opencollective",
  3220. "url": "https://opencollective.com/unified"
  3221. }
  3222. },
  3223. "node_modules/hast-util-to-string": {
  3224. "version": "3.0.1",
  3225. "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz",
  3226. "integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==",
  3227. "license": "MIT",
  3228. "dependencies": {
  3229. "@types/hast": "^3.0.0"
  3230. },
  3231. "funding": {
  3232. "type": "opencollective",
  3233. "url": "https://opencollective.com/unified"
  3234. }
  3235. },
  3236. "node_modules/hast-util-to-text": {
  3237. "version": "4.0.2",
  3238. "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz",
  3239. "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==",
  3240. "license": "MIT",
  3241. "dependencies": {
  3242. "@types/hast": "^3.0.0",
  3243. "@types/unist": "^3.0.0",
  3244. "hast-util-is-element": "^3.0.0",
  3245. "unist-util-find-after": "^5.0.0"
  3246. },
  3247. "funding": {
  3248. "type": "opencollective",
  3249. "url": "https://opencollective.com/unified"
  3250. }
  3251. },
  3252. "node_modules/hast-util-whitespace": {
  3253. "version": "3.0.0",
  3254. "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
  3255. "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
  3256. "license": "MIT",
  3257. "dependencies": {
  3258. "@types/hast": "^3.0.0"
  3259. },
  3260. "funding": {
  3261. "type": "opencollective",
  3262. "url": "https://opencollective.com/unified"
  3263. }
  3264. },
  3265. "node_modules/hastscript": {
  3266. "version": "9.0.1",
  3267. "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz",
  3268. "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
  3269. "license": "MIT",
  3270. "dependencies": {
  3271. "@types/hast": "^3.0.0",
  3272. "comma-separated-tokens": "^2.0.0",
  3273. "hast-util-parse-selector": "^4.0.0",
  3274. "property-information": "^7.0.0",
  3275. "space-separated-tokens": "^2.0.0"
  3276. },
  3277. "funding": {
  3278. "type": "opencollective",
  3279. "url": "https://opencollective.com/unified"
  3280. }
  3281. },
  3282. "node_modules/html-escaper": {
  3283. "version": "3.0.3",
  3284. "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz",
  3285. "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==",
  3286. "license": "MIT"
  3287. },
  3288. "node_modules/html-void-elements": {
  3289. "version": "3.0.0",
  3290. "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
  3291. "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
  3292. "license": "MIT",
  3293. "funding": {
  3294. "type": "github",
  3295. "url": "https://github.com/sponsors/wooorm"
  3296. }
  3297. },
  3298. "node_modules/html-whitespace-sensitive-tag-names": {
  3299. "version": "3.0.1",
  3300. "resolved": "https://registry.npmjs.org/html-whitespace-sensitive-tag-names/-/html-whitespace-sensitive-tag-names-3.0.1.tgz",
  3301. "integrity": "sha512-q+310vW8zmymYHALr1da4HyXUQ0zgiIwIicEfotYPWGN0OJVEN/58IJ3A4GBYcEq3LGAZqKb+ugvP0GNB9CEAA==",
  3302. "license": "MIT",
  3303. "funding": {
  3304. "type": "opencollective",
  3305. "url": "https://opencollective.com/unified"
  3306. }
  3307. },
  3308. "node_modules/http-cache-semantics": {
  3309. "version": "4.2.0",
  3310. "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
  3311. "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",
  3312. "license": "BSD-2-Clause"
  3313. },
  3314. "node_modules/i18next": {
  3315. "version": "26.2.0",
  3316. "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.2.0.tgz",
  3317. "integrity": "sha512-zwBHldHdTmwN7r6UNc7lC6GWNN+YYg3DrRSeHR5PRRBf5QnJZcYHrQc0uaU26qZeYxR7iFZD+Y315dPnKP47wA==",
  3318. "funding": [
  3319. {
  3320. "type": "individual",
  3321. "url": "https://www.locize.com/i18next"
  3322. },
  3323. {
  3324. "type": "individual",
  3325. "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
  3326. },
  3327. {
  3328. "type": "individual",
  3329. "url": "https://www.locize.com"
  3330. }
  3331. ],
  3332. "license": "MIT",
  3333. "peerDependencies": {
  3334. "typescript": "^5 || ^6"
  3335. },
  3336. "peerDependenciesMeta": {
  3337. "typescript": {
  3338. "optional": true
  3339. }
  3340. }
  3341. },
  3342. "node_modules/inline-style-parser": {
  3343. "version": "0.2.7",
  3344. "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz",
  3345. "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==",
  3346. "license": "MIT"
  3347. },
  3348. "node_modules/iron-webcrypto": {
  3349. "version": "1.2.1",
  3350. "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  3351. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  3352. "license": "MIT",
  3353. "funding": {
  3354. "url": "https://github.com/sponsors/brc-dd"
  3355. }
  3356. },
  3357. "node_modules/is-alphabetical": {
  3358. "version": "2.0.1",
  3359. "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
  3360. "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
  3361. "license": "MIT",
  3362. "funding": {
  3363. "type": "github",
  3364. "url": "https://github.com/sponsors/wooorm"
  3365. }
  3366. },
  3367. "node_modules/is-alphanumerical": {
  3368. "version": "2.0.1",
  3369. "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
  3370. "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
  3371. "license": "MIT",
  3372. "dependencies": {
  3373. "is-alphabetical": "^2.0.0",
  3374. "is-decimal": "^2.0.0"
  3375. },
  3376. "funding": {
  3377. "type": "github",
  3378. "url": "https://github.com/sponsors/wooorm"
  3379. }
  3380. },
  3381. "node_modules/is-decimal": {
  3382. "version": "2.0.1",
  3383. "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
  3384. "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
  3385. "license": "MIT",
  3386. "funding": {
  3387. "type": "github",
  3388. "url": "https://github.com/sponsors/wooorm"
  3389. }
  3390. },
  3391. "node_modules/is-docker": {
  3392. "version": "4.0.0",
  3393. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-4.0.0.tgz",
  3394. "integrity": "sha512-LHE+wROyG/Y/0ZnbktRCoTix2c1RhgWaZraMZ8o1Q7zCh0VSrICJQO5oqIIISrcSBtrXv0o233w1IYwsWCjTzA==",
  3395. "license": "MIT",
  3396. "bin": {
  3397. "is-docker": "cli.js"
  3398. },
  3399. "engines": {
  3400. "node": ">=20"
  3401. },
  3402. "funding": {
  3403. "url": "https://github.com/sponsors/sindresorhus"
  3404. }
  3405. },
  3406. "node_modules/is-hexadecimal": {
  3407. "version": "2.0.1",
  3408. "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
  3409. "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
  3410. "license": "MIT",
  3411. "funding": {
  3412. "type": "github",
  3413. "url": "https://github.com/sponsors/wooorm"
  3414. }
  3415. },
  3416. "node_modules/is-inside-container": {
  3417. "version": "1.0.0",
  3418. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  3419. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  3420. "license": "MIT",
  3421. "dependencies": {
  3422. "is-docker": "^3.0.0"
  3423. },
  3424. "bin": {
  3425. "is-inside-container": "cli.js"
  3426. },
  3427. "engines": {
  3428. "node": ">=14.16"
  3429. },
  3430. "funding": {
  3431. "url": "https://github.com/sponsors/sindresorhus"
  3432. }
  3433. },
  3434. "node_modules/is-inside-container/node_modules/is-docker": {
  3435. "version": "3.0.0",
  3436. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  3437. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  3438. "license": "MIT",
  3439. "bin": {
  3440. "is-docker": "cli.js"
  3441. },
  3442. "engines": {
  3443. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3444. },
  3445. "funding": {
  3446. "url": "https://github.com/sponsors/sindresorhus"
  3447. }
  3448. },
  3449. "node_modules/is-plain-obj": {
  3450. "version": "4.1.0",
  3451. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  3452. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  3453. "license": "MIT",
  3454. "engines": {
  3455. "node": ">=12"
  3456. },
  3457. "funding": {
  3458. "url": "https://github.com/sponsors/sindresorhus"
  3459. }
  3460. },
  3461. "node_modules/is-wsl": {
  3462. "version": "3.1.1",
  3463. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz",
  3464. "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
  3465. "license": "MIT",
  3466. "dependencies": {
  3467. "is-inside-container": "^1.0.0"
  3468. },
  3469. "engines": {
  3470. "node": ">=16"
  3471. },
  3472. "funding": {
  3473. "url": "https://github.com/sponsors/sindresorhus"
  3474. }
  3475. },
  3476. "node_modules/js-yaml": {
  3477. "version": "4.1.1",
  3478. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
  3479. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  3480. "license": "MIT",
  3481. "dependencies": {
  3482. "argparse": "^2.0.1"
  3483. },
  3484. "bin": {
  3485. "js-yaml": "bin/js-yaml.js"
  3486. }
  3487. },
  3488. "node_modules/jsonc-parser": {
  3489. "version": "3.3.1",
  3490. "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
  3491. "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==",
  3492. "license": "MIT"
  3493. },
  3494. "node_modules/klona": {
  3495. "version": "2.0.6",
  3496. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  3497. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  3498. "license": "MIT",
  3499. "engines": {
  3500. "node": ">= 8"
  3501. }
  3502. },
  3503. "node_modules/longest-streak": {
  3504. "version": "3.1.0",
  3505. "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
  3506. "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
  3507. "license": "MIT",
  3508. "funding": {
  3509. "type": "github",
  3510. "url": "https://github.com/sponsors/wooorm"
  3511. }
  3512. },
  3513. "node_modules/lru-cache": {
  3514. "version": "11.5.0",
  3515. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.0.tgz",
  3516. "integrity": "sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==",
  3517. "license": "BlueOak-1.0.0",
  3518. "engines": {
  3519. "node": "20 || >=22"
  3520. }
  3521. },
  3522. "node_modules/magic-string": {
  3523. "version": "0.30.21",
  3524. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  3525. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  3526. "license": "MIT",
  3527. "dependencies": {
  3528. "@jridgewell/sourcemap-codec": "^1.5.5"
  3529. }
  3530. },
  3531. "node_modules/magicast": {
  3532. "version": "0.5.3",
  3533. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.3.tgz",
  3534. "integrity": "sha512-pVKE4UdSQ7DvHzivsCIFx2BJn1mHG6KsyrFcaxFx6tONdneEuThrDx0Cj3AMg58KyN4pzYT+LHOotxDQDjNvkw==",
  3535. "license": "MIT",
  3536. "dependencies": {
  3537. "@babel/parser": "^7.29.3",
  3538. "@babel/types": "^7.29.0",
  3539. "source-map-js": "^1.2.1"
  3540. }
  3541. },
  3542. "node_modules/markdown-extensions": {
  3543. "version": "2.0.0",
  3544. "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz",
  3545. "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==",
  3546. "license": "MIT",
  3547. "engines": {
  3548. "node": ">=16"
  3549. },
  3550. "funding": {
  3551. "url": "https://github.com/sponsors/sindresorhus"
  3552. }
  3553. },
  3554. "node_modules/markdown-table": {
  3555. "version": "3.0.4",
  3556. "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
  3557. "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
  3558. "license": "MIT",
  3559. "funding": {
  3560. "type": "github",
  3561. "url": "https://github.com/sponsors/wooorm"
  3562. }
  3563. },
  3564. "node_modules/mdast-util-definitions": {
  3565. "version": "6.0.0",
  3566. "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz",
  3567. "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==",
  3568. "license": "MIT",
  3569. "dependencies": {
  3570. "@types/mdast": "^4.0.0",
  3571. "@types/unist": "^3.0.0",
  3572. "unist-util-visit": "^5.0.0"
  3573. },
  3574. "funding": {
  3575. "type": "opencollective",
  3576. "url": "https://opencollective.com/unified"
  3577. }
  3578. },
  3579. "node_modules/mdast-util-directive": {
  3580. "version": "3.1.0",
  3581. "resolved": "https://registry.npmjs.org/mdast-util-directive/-/mdast-util-directive-3.1.0.tgz",
  3582. "integrity": "sha512-I3fNFt+DHmpWCYAT7quoM6lHf9wuqtI+oCOfvILnoicNIqjh5E3dEJWiXuYME2gNe8vl1iMQwyUHa7bgFmak6Q==",
  3583. "license": "MIT",
  3584. "dependencies": {
  3585. "@types/mdast": "^4.0.0",
  3586. "@types/unist": "^3.0.0",
  3587. "ccount": "^2.0.0",
  3588. "devlop": "^1.0.0",
  3589. "mdast-util-from-markdown": "^2.0.0",
  3590. "mdast-util-to-markdown": "^2.0.0",
  3591. "parse-entities": "^4.0.0",
  3592. "stringify-entities": "^4.0.0",
  3593. "unist-util-visit-parents": "^6.0.0"
  3594. },
  3595. "funding": {
  3596. "type": "opencollective",
  3597. "url": "https://opencollective.com/unified"
  3598. }
  3599. },
  3600. "node_modules/mdast-util-find-and-replace": {
  3601. "version": "3.0.2",
  3602. "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
  3603. "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
  3604. "license": "MIT",
  3605. "dependencies": {
  3606. "@types/mdast": "^4.0.0",
  3607. "escape-string-regexp": "^5.0.0",
  3608. "unist-util-is": "^6.0.0",
  3609. "unist-util-visit-parents": "^6.0.0"
  3610. },
  3611. "funding": {
  3612. "type": "opencollective",
  3613. "url": "https://opencollective.com/unified"
  3614. }
  3615. },
  3616. "node_modules/mdast-util-from-markdown": {
  3617. "version": "2.0.3",
  3618. "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz",
  3619. "integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==",
  3620. "license": "MIT",
  3621. "dependencies": {
  3622. "@types/mdast": "^4.0.0",
  3623. "@types/unist": "^3.0.0",
  3624. "decode-named-character-reference": "^1.0.0",
  3625. "devlop": "^1.0.0",
  3626. "mdast-util-to-string": "^4.0.0",
  3627. "micromark": "^4.0.0",
  3628. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  3629. "micromark-util-decode-string": "^2.0.0",
  3630. "micromark-util-normalize-identifier": "^2.0.0",
  3631. "micromark-util-symbol": "^2.0.0",
  3632. "micromark-util-types": "^2.0.0",
  3633. "unist-util-stringify-position": "^4.0.0"
  3634. },
  3635. "funding": {
  3636. "type": "opencollective",
  3637. "url": "https://opencollective.com/unified"
  3638. }
  3639. },
  3640. "node_modules/mdast-util-gfm": {
  3641. "version": "3.1.0",
  3642. "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
  3643. "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
  3644. "license": "MIT",
  3645. "dependencies": {
  3646. "mdast-util-from-markdown": "^2.0.0",
  3647. "mdast-util-gfm-autolink-literal": "^2.0.0",
  3648. "mdast-util-gfm-footnote": "^2.0.0",
  3649. "mdast-util-gfm-strikethrough": "^2.0.0",
  3650. "mdast-util-gfm-table": "^2.0.0",
  3651. "mdast-util-gfm-task-list-item": "^2.0.0",
  3652. "mdast-util-to-markdown": "^2.0.0"
  3653. },
  3654. "funding": {
  3655. "type": "opencollective",
  3656. "url": "https://opencollective.com/unified"
  3657. }
  3658. },
  3659. "node_modules/mdast-util-gfm-autolink-literal": {
  3660. "version": "2.0.1",
  3661. "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
  3662. "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
  3663. "license": "MIT",
  3664. "dependencies": {
  3665. "@types/mdast": "^4.0.0",
  3666. "ccount": "^2.0.0",
  3667. "devlop": "^1.0.0",
  3668. "mdast-util-find-and-replace": "^3.0.0",
  3669. "micromark-util-character": "^2.0.0"
  3670. },
  3671. "funding": {
  3672. "type": "opencollective",
  3673. "url": "https://opencollective.com/unified"
  3674. }
  3675. },
  3676. "node_modules/mdast-util-gfm-footnote": {
  3677. "version": "2.1.0",
  3678. "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
  3679. "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
  3680. "license": "MIT",
  3681. "dependencies": {
  3682. "@types/mdast": "^4.0.0",
  3683. "devlop": "^1.1.0",
  3684. "mdast-util-from-markdown": "^2.0.0",
  3685. "mdast-util-to-markdown": "^2.0.0",
  3686. "micromark-util-normalize-identifier": "^2.0.0"
  3687. },
  3688. "funding": {
  3689. "type": "opencollective",
  3690. "url": "https://opencollective.com/unified"
  3691. }
  3692. },
  3693. "node_modules/mdast-util-gfm-strikethrough": {
  3694. "version": "2.0.0",
  3695. "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
  3696. "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
  3697. "license": "MIT",
  3698. "dependencies": {
  3699. "@types/mdast": "^4.0.0",
  3700. "mdast-util-from-markdown": "^2.0.0",
  3701. "mdast-util-to-markdown": "^2.0.0"
  3702. },
  3703. "funding": {
  3704. "type": "opencollective",
  3705. "url": "https://opencollective.com/unified"
  3706. }
  3707. },
  3708. "node_modules/mdast-util-gfm-table": {
  3709. "version": "2.0.0",
  3710. "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
  3711. "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
  3712. "license": "MIT",
  3713. "dependencies": {
  3714. "@types/mdast": "^4.0.0",
  3715. "devlop": "^1.0.0",
  3716. "markdown-table": "^3.0.0",
  3717. "mdast-util-from-markdown": "^2.0.0",
  3718. "mdast-util-to-markdown": "^2.0.0"
  3719. },
  3720. "funding": {
  3721. "type": "opencollective",
  3722. "url": "https://opencollective.com/unified"
  3723. }
  3724. },
  3725. "node_modules/mdast-util-gfm-task-list-item": {
  3726. "version": "2.0.0",
  3727. "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
  3728. "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
  3729. "license": "MIT",
  3730. "dependencies": {
  3731. "@types/mdast": "^4.0.0",
  3732. "devlop": "^1.0.0",
  3733. "mdast-util-from-markdown": "^2.0.0",
  3734. "mdast-util-to-markdown": "^2.0.0"
  3735. },
  3736. "funding": {
  3737. "type": "opencollective",
  3738. "url": "https://opencollective.com/unified"
  3739. }
  3740. },
  3741. "node_modules/mdast-util-mdx": {
  3742. "version": "3.0.0",
  3743. "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz",
  3744. "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==",
  3745. "license": "MIT",
  3746. "dependencies": {
  3747. "mdast-util-from-markdown": "^2.0.0",
  3748. "mdast-util-mdx-expression": "^2.0.0",
  3749. "mdast-util-mdx-jsx": "^3.0.0",
  3750. "mdast-util-mdxjs-esm": "^2.0.0",
  3751. "mdast-util-to-markdown": "^2.0.0"
  3752. },
  3753. "funding": {
  3754. "type": "opencollective",
  3755. "url": "https://opencollective.com/unified"
  3756. }
  3757. },
  3758. "node_modules/mdast-util-mdx-expression": {
  3759. "version": "2.0.1",
  3760. "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
  3761. "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
  3762. "license": "MIT",
  3763. "dependencies": {
  3764. "@types/estree-jsx": "^1.0.0",
  3765. "@types/hast": "^3.0.0",
  3766. "@types/mdast": "^4.0.0",
  3767. "devlop": "^1.0.0",
  3768. "mdast-util-from-markdown": "^2.0.0",
  3769. "mdast-util-to-markdown": "^2.0.0"
  3770. },
  3771. "funding": {
  3772. "type": "opencollective",
  3773. "url": "https://opencollective.com/unified"
  3774. }
  3775. },
  3776. "node_modules/mdast-util-mdx-jsx": {
  3777. "version": "3.2.0",
  3778. "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
  3779. "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
  3780. "license": "MIT",
  3781. "dependencies": {
  3782. "@types/estree-jsx": "^1.0.0",
  3783. "@types/hast": "^3.0.0",
  3784. "@types/mdast": "^4.0.0",
  3785. "@types/unist": "^3.0.0",
  3786. "ccount": "^2.0.0",
  3787. "devlop": "^1.1.0",
  3788. "mdast-util-from-markdown": "^2.0.0",
  3789. "mdast-util-to-markdown": "^2.0.0",
  3790. "parse-entities": "^4.0.0",
  3791. "stringify-entities": "^4.0.0",
  3792. "unist-util-stringify-position": "^4.0.0",
  3793. "vfile-message": "^4.0.0"
  3794. },
  3795. "funding": {
  3796. "type": "opencollective",
  3797. "url": "https://opencollective.com/unified"
  3798. }
  3799. },
  3800. "node_modules/mdast-util-mdxjs-esm": {
  3801. "version": "2.0.1",
  3802. "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
  3803. "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
  3804. "license": "MIT",
  3805. "dependencies": {
  3806. "@types/estree-jsx": "^1.0.0",
  3807. "@types/hast": "^3.0.0",
  3808. "@types/mdast": "^4.0.0",
  3809. "devlop": "^1.0.0",
  3810. "mdast-util-from-markdown": "^2.0.0",
  3811. "mdast-util-to-markdown": "^2.0.0"
  3812. },
  3813. "funding": {
  3814. "type": "opencollective",
  3815. "url": "https://opencollective.com/unified"
  3816. }
  3817. },
  3818. "node_modules/mdast-util-phrasing": {
  3819. "version": "4.1.0",
  3820. "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
  3821. "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
  3822. "license": "MIT",
  3823. "dependencies": {
  3824. "@types/mdast": "^4.0.0",
  3825. "unist-util-is": "^6.0.0"
  3826. },
  3827. "funding": {
  3828. "type": "opencollective",
  3829. "url": "https://opencollective.com/unified"
  3830. }
  3831. },
  3832. "node_modules/mdast-util-to-hast": {
  3833. "version": "13.2.1",
  3834. "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
  3835. "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
  3836. "license": "MIT",
  3837. "dependencies": {
  3838. "@types/hast": "^3.0.0",
  3839. "@types/mdast": "^4.0.0",
  3840. "@ungap/structured-clone": "^1.0.0",
  3841. "devlop": "^1.0.0",
  3842. "micromark-util-sanitize-uri": "^2.0.0",
  3843. "trim-lines": "^3.0.0",
  3844. "unist-util-position": "^5.0.0",
  3845. "unist-util-visit": "^5.0.0",
  3846. "vfile": "^6.0.0"
  3847. },
  3848. "funding": {
  3849. "type": "opencollective",
  3850. "url": "https://opencollective.com/unified"
  3851. }
  3852. },
  3853. "node_modules/mdast-util-to-markdown": {
  3854. "version": "2.1.2",
  3855. "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
  3856. "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
  3857. "license": "MIT",
  3858. "dependencies": {
  3859. "@types/mdast": "^4.0.0",
  3860. "@types/unist": "^3.0.0",
  3861. "longest-streak": "^3.0.0",
  3862. "mdast-util-phrasing": "^4.0.0",
  3863. "mdast-util-to-string": "^4.0.0",
  3864. "micromark-util-classify-character": "^2.0.0",
  3865. "micromark-util-decode-string": "^2.0.0",
  3866. "unist-util-visit": "^5.0.0",
  3867. "zwitch": "^2.0.0"
  3868. },
  3869. "funding": {
  3870. "type": "opencollective",
  3871. "url": "https://opencollective.com/unified"
  3872. }
  3873. },
  3874. "node_modules/mdast-util-to-string": {
  3875. "version": "4.0.0",
  3876. "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
  3877. "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
  3878. "license": "MIT",
  3879. "dependencies": {
  3880. "@types/mdast": "^4.0.0"
  3881. },
  3882. "funding": {
  3883. "type": "opencollective",
  3884. "url": "https://opencollective.com/unified"
  3885. }
  3886. },
  3887. "node_modules/mdn-data": {
  3888. "version": "2.27.1",
  3889. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz",
  3890. "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
  3891. "license": "CC0-1.0"
  3892. },
  3893. "node_modules/micromark": {
  3894. "version": "4.0.2",
  3895. "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
  3896. "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
  3897. "funding": [
  3898. {
  3899. "type": "GitHub Sponsors",
  3900. "url": "https://github.com/sponsors/unifiedjs"
  3901. },
  3902. {
  3903. "type": "OpenCollective",
  3904. "url": "https://opencollective.com/unified"
  3905. }
  3906. ],
  3907. "license": "MIT",
  3908. "dependencies": {
  3909. "@types/debug": "^4.0.0",
  3910. "debug": "^4.0.0",
  3911. "decode-named-character-reference": "^1.0.0",
  3912. "devlop": "^1.0.0",
  3913. "micromark-core-commonmark": "^2.0.0",
  3914. "micromark-factory-space": "^2.0.0",
  3915. "micromark-util-character": "^2.0.0",
  3916. "micromark-util-chunked": "^2.0.0",
  3917. "micromark-util-combine-extensions": "^2.0.0",
  3918. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  3919. "micromark-util-encode": "^2.0.0",
  3920. "micromark-util-normalize-identifier": "^2.0.0",
  3921. "micromark-util-resolve-all": "^2.0.0",
  3922. "micromark-util-sanitize-uri": "^2.0.0",
  3923. "micromark-util-subtokenize": "^2.0.0",
  3924. "micromark-util-symbol": "^2.0.0",
  3925. "micromark-util-types": "^2.0.0"
  3926. }
  3927. },
  3928. "node_modules/micromark-core-commonmark": {
  3929. "version": "2.0.3",
  3930. "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
  3931. "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
  3932. "funding": [
  3933. {
  3934. "type": "GitHub Sponsors",
  3935. "url": "https://github.com/sponsors/unifiedjs"
  3936. },
  3937. {
  3938. "type": "OpenCollective",
  3939. "url": "https://opencollective.com/unified"
  3940. }
  3941. ],
  3942. "license": "MIT",
  3943. "dependencies": {
  3944. "decode-named-character-reference": "^1.0.0",
  3945. "devlop": "^1.0.0",
  3946. "micromark-factory-destination": "^2.0.0",
  3947. "micromark-factory-label": "^2.0.0",
  3948. "micromark-factory-space": "^2.0.0",
  3949. "micromark-factory-title": "^2.0.0",
  3950. "micromark-factory-whitespace": "^2.0.0",
  3951. "micromark-util-character": "^2.0.0",
  3952. "micromark-util-chunked": "^2.0.0",
  3953. "micromark-util-classify-character": "^2.0.0",
  3954. "micromark-util-html-tag-name": "^2.0.0",
  3955. "micromark-util-normalize-identifier": "^2.0.0",
  3956. "micromark-util-resolve-all": "^2.0.0",
  3957. "micromark-util-subtokenize": "^2.0.0",
  3958. "micromark-util-symbol": "^2.0.0",
  3959. "micromark-util-types": "^2.0.0"
  3960. }
  3961. },
  3962. "node_modules/micromark-extension-directive": {
  3963. "version": "4.0.0",
  3964. "resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-4.0.0.tgz",
  3965. "integrity": "sha512-/C2nqVmXXmiseSSuCdItCMho7ybwwop6RrrRPk0KbOHW21JKoCldC+8rFOaundDoRBUWBnJJcxeA/Kvi34WQXg==",
  3966. "license": "MIT",
  3967. "dependencies": {
  3968. "devlop": "^1.0.0",
  3969. "micromark-factory-space": "^2.0.0",
  3970. "micromark-factory-whitespace": "^2.0.0",
  3971. "micromark-util-character": "^2.0.0",
  3972. "micromark-util-symbol": "^2.0.0",
  3973. "micromark-util-types": "^2.0.0",
  3974. "parse-entities": "^4.0.0"
  3975. },
  3976. "funding": {
  3977. "type": "opencollective",
  3978. "url": "https://opencollective.com/unified"
  3979. }
  3980. },
  3981. "node_modules/micromark-extension-gfm": {
  3982. "version": "3.0.0",
  3983. "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
  3984. "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
  3985. "license": "MIT",
  3986. "dependencies": {
  3987. "micromark-extension-gfm-autolink-literal": "^2.0.0",
  3988. "micromark-extension-gfm-footnote": "^2.0.0",
  3989. "micromark-extension-gfm-strikethrough": "^2.0.0",
  3990. "micromark-extension-gfm-table": "^2.0.0",
  3991. "micromark-extension-gfm-tagfilter": "^2.0.0",
  3992. "micromark-extension-gfm-task-list-item": "^2.0.0",
  3993. "micromark-util-combine-extensions": "^2.0.0",
  3994. "micromark-util-types": "^2.0.0"
  3995. },
  3996. "funding": {
  3997. "type": "opencollective",
  3998. "url": "https://opencollective.com/unified"
  3999. }
  4000. },
  4001. "node_modules/micromark-extension-gfm-autolink-literal": {
  4002. "version": "2.1.0",
  4003. "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
  4004. "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
  4005. "license": "MIT",
  4006. "dependencies": {
  4007. "micromark-util-character": "^2.0.0",
  4008. "micromark-util-sanitize-uri": "^2.0.0",
  4009. "micromark-util-symbol": "^2.0.0",
  4010. "micromark-util-types": "^2.0.0"
  4011. },
  4012. "funding": {
  4013. "type": "opencollective",
  4014. "url": "https://opencollective.com/unified"
  4015. }
  4016. },
  4017. "node_modules/micromark-extension-gfm-footnote": {
  4018. "version": "2.1.0",
  4019. "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
  4020. "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
  4021. "license": "MIT",
  4022. "dependencies": {
  4023. "devlop": "^1.0.0",
  4024. "micromark-core-commonmark": "^2.0.0",
  4025. "micromark-factory-space": "^2.0.0",
  4026. "micromark-util-character": "^2.0.0",
  4027. "micromark-util-normalize-identifier": "^2.0.0",
  4028. "micromark-util-sanitize-uri": "^2.0.0",
  4029. "micromark-util-symbol": "^2.0.0",
  4030. "micromark-util-types": "^2.0.0"
  4031. },
  4032. "funding": {
  4033. "type": "opencollective",
  4034. "url": "https://opencollective.com/unified"
  4035. }
  4036. },
  4037. "node_modules/micromark-extension-gfm-strikethrough": {
  4038. "version": "2.1.0",
  4039. "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
  4040. "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
  4041. "license": "MIT",
  4042. "dependencies": {
  4043. "devlop": "^1.0.0",
  4044. "micromark-util-chunked": "^2.0.0",
  4045. "micromark-util-classify-character": "^2.0.0",
  4046. "micromark-util-resolve-all": "^2.0.0",
  4047. "micromark-util-symbol": "^2.0.0",
  4048. "micromark-util-types": "^2.0.0"
  4049. },
  4050. "funding": {
  4051. "type": "opencollective",
  4052. "url": "https://opencollective.com/unified"
  4053. }
  4054. },
  4055. "node_modules/micromark-extension-gfm-table": {
  4056. "version": "2.1.1",
  4057. "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
  4058. "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
  4059. "license": "MIT",
  4060. "dependencies": {
  4061. "devlop": "^1.0.0",
  4062. "micromark-factory-space": "^2.0.0",
  4063. "micromark-util-character": "^2.0.0",
  4064. "micromark-util-symbol": "^2.0.0",
  4065. "micromark-util-types": "^2.0.0"
  4066. },
  4067. "funding": {
  4068. "type": "opencollective",
  4069. "url": "https://opencollective.com/unified"
  4070. }
  4071. },
  4072. "node_modules/micromark-extension-gfm-tagfilter": {
  4073. "version": "2.0.0",
  4074. "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
  4075. "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
  4076. "license": "MIT",
  4077. "dependencies": {
  4078. "micromark-util-types": "^2.0.0"
  4079. },
  4080. "funding": {
  4081. "type": "opencollective",
  4082. "url": "https://opencollective.com/unified"
  4083. }
  4084. },
  4085. "node_modules/micromark-extension-gfm-task-list-item": {
  4086. "version": "2.1.0",
  4087. "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
  4088. "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
  4089. "license": "MIT",
  4090. "dependencies": {
  4091. "devlop": "^1.0.0",
  4092. "micromark-factory-space": "^2.0.0",
  4093. "micromark-util-character": "^2.0.0",
  4094. "micromark-util-symbol": "^2.0.0",
  4095. "micromark-util-types": "^2.0.0"
  4096. },
  4097. "funding": {
  4098. "type": "opencollective",
  4099. "url": "https://opencollective.com/unified"
  4100. }
  4101. },
  4102. "node_modules/micromark-extension-mdx-expression": {
  4103. "version": "3.0.1",
  4104. "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.1.tgz",
  4105. "integrity": "sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==",
  4106. "funding": [
  4107. {
  4108. "type": "GitHub Sponsors",
  4109. "url": "https://github.com/sponsors/unifiedjs"
  4110. },
  4111. {
  4112. "type": "OpenCollective",
  4113. "url": "https://opencollective.com/unified"
  4114. }
  4115. ],
  4116. "license": "MIT",
  4117. "dependencies": {
  4118. "@types/estree": "^1.0.0",
  4119. "devlop": "^1.0.0",
  4120. "micromark-factory-mdx-expression": "^2.0.0",
  4121. "micromark-factory-space": "^2.0.0",
  4122. "micromark-util-character": "^2.0.0",
  4123. "micromark-util-events-to-acorn": "^2.0.0",
  4124. "micromark-util-symbol": "^2.0.0",
  4125. "micromark-util-types": "^2.0.0"
  4126. }
  4127. },
  4128. "node_modules/micromark-extension-mdx-jsx": {
  4129. "version": "3.0.2",
  4130. "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.2.tgz",
  4131. "integrity": "sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==",
  4132. "license": "MIT",
  4133. "dependencies": {
  4134. "@types/estree": "^1.0.0",
  4135. "devlop": "^1.0.0",
  4136. "estree-util-is-identifier-name": "^3.0.0",
  4137. "micromark-factory-mdx-expression": "^2.0.0",
  4138. "micromark-factory-space": "^2.0.0",
  4139. "micromark-util-character": "^2.0.0",
  4140. "micromark-util-events-to-acorn": "^2.0.0",
  4141. "micromark-util-symbol": "^2.0.0",
  4142. "micromark-util-types": "^2.0.0",
  4143. "vfile-message": "^4.0.0"
  4144. },
  4145. "funding": {
  4146. "type": "opencollective",
  4147. "url": "https://opencollective.com/unified"
  4148. }
  4149. },
  4150. "node_modules/micromark-extension-mdx-md": {
  4151. "version": "2.0.0",
  4152. "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz",
  4153. "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==",
  4154. "license": "MIT",
  4155. "dependencies": {
  4156. "micromark-util-types": "^2.0.0"
  4157. },
  4158. "funding": {
  4159. "type": "opencollective",
  4160. "url": "https://opencollective.com/unified"
  4161. }
  4162. },
  4163. "node_modules/micromark-extension-mdxjs": {
  4164. "version": "3.0.0",
  4165. "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz",
  4166. "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==",
  4167. "license": "MIT",
  4168. "dependencies": {
  4169. "acorn": "^8.0.0",
  4170. "acorn-jsx": "^5.0.0",
  4171. "micromark-extension-mdx-expression": "^3.0.0",
  4172. "micromark-extension-mdx-jsx": "^3.0.0",
  4173. "micromark-extension-mdx-md": "^2.0.0",
  4174. "micromark-extension-mdxjs-esm": "^3.0.0",
  4175. "micromark-util-combine-extensions": "^2.0.0",
  4176. "micromark-util-types": "^2.0.0"
  4177. },
  4178. "funding": {
  4179. "type": "opencollective",
  4180. "url": "https://opencollective.com/unified"
  4181. }
  4182. },
  4183. "node_modules/micromark-extension-mdxjs-esm": {
  4184. "version": "3.0.0",
  4185. "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz",
  4186. "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==",
  4187. "license": "MIT",
  4188. "dependencies": {
  4189. "@types/estree": "^1.0.0",
  4190. "devlop": "^1.0.0",
  4191. "micromark-core-commonmark": "^2.0.0",
  4192. "micromark-util-character": "^2.0.0",
  4193. "micromark-util-events-to-acorn": "^2.0.0",
  4194. "micromark-util-symbol": "^2.0.0",
  4195. "micromark-util-types": "^2.0.0",
  4196. "unist-util-position-from-estree": "^2.0.0",
  4197. "vfile-message": "^4.0.0"
  4198. },
  4199. "funding": {
  4200. "type": "opencollective",
  4201. "url": "https://opencollective.com/unified"
  4202. }
  4203. },
  4204. "node_modules/micromark-factory-destination": {
  4205. "version": "2.0.1",
  4206. "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
  4207. "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
  4208. "funding": [
  4209. {
  4210. "type": "GitHub Sponsors",
  4211. "url": "https://github.com/sponsors/unifiedjs"
  4212. },
  4213. {
  4214. "type": "OpenCollective",
  4215. "url": "https://opencollective.com/unified"
  4216. }
  4217. ],
  4218. "license": "MIT",
  4219. "dependencies": {
  4220. "micromark-util-character": "^2.0.0",
  4221. "micromark-util-symbol": "^2.0.0",
  4222. "micromark-util-types": "^2.0.0"
  4223. }
  4224. },
  4225. "node_modules/micromark-factory-label": {
  4226. "version": "2.0.1",
  4227. "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
  4228. "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
  4229. "funding": [
  4230. {
  4231. "type": "GitHub Sponsors",
  4232. "url": "https://github.com/sponsors/unifiedjs"
  4233. },
  4234. {
  4235. "type": "OpenCollective",
  4236. "url": "https://opencollective.com/unified"
  4237. }
  4238. ],
  4239. "license": "MIT",
  4240. "dependencies": {
  4241. "devlop": "^1.0.0",
  4242. "micromark-util-character": "^2.0.0",
  4243. "micromark-util-symbol": "^2.0.0",
  4244. "micromark-util-types": "^2.0.0"
  4245. }
  4246. },
  4247. "node_modules/micromark-factory-mdx-expression": {
  4248. "version": "2.0.3",
  4249. "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.3.tgz",
  4250. "integrity": "sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==",
  4251. "funding": [
  4252. {
  4253. "type": "GitHub Sponsors",
  4254. "url": "https://github.com/sponsors/unifiedjs"
  4255. },
  4256. {
  4257. "type": "OpenCollective",
  4258. "url": "https://opencollective.com/unified"
  4259. }
  4260. ],
  4261. "license": "MIT",
  4262. "dependencies": {
  4263. "@types/estree": "^1.0.0",
  4264. "devlop": "^1.0.0",
  4265. "micromark-factory-space": "^2.0.0",
  4266. "micromark-util-character": "^2.0.0",
  4267. "micromark-util-events-to-acorn": "^2.0.0",
  4268. "micromark-util-symbol": "^2.0.0",
  4269. "micromark-util-types": "^2.0.0",
  4270. "unist-util-position-from-estree": "^2.0.0",
  4271. "vfile-message": "^4.0.0"
  4272. }
  4273. },
  4274. "node_modules/micromark-factory-space": {
  4275. "version": "2.0.1",
  4276. "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
  4277. "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
  4278. "funding": [
  4279. {
  4280. "type": "GitHub Sponsors",
  4281. "url": "https://github.com/sponsors/unifiedjs"
  4282. },
  4283. {
  4284. "type": "OpenCollective",
  4285. "url": "https://opencollective.com/unified"
  4286. }
  4287. ],
  4288. "license": "MIT",
  4289. "dependencies": {
  4290. "micromark-util-character": "^2.0.0",
  4291. "micromark-util-types": "^2.0.0"
  4292. }
  4293. },
  4294. "node_modules/micromark-factory-title": {
  4295. "version": "2.0.1",
  4296. "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
  4297. "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
  4298. "funding": [
  4299. {
  4300. "type": "GitHub Sponsors",
  4301. "url": "https://github.com/sponsors/unifiedjs"
  4302. },
  4303. {
  4304. "type": "OpenCollective",
  4305. "url": "https://opencollective.com/unified"
  4306. }
  4307. ],
  4308. "license": "MIT",
  4309. "dependencies": {
  4310. "micromark-factory-space": "^2.0.0",
  4311. "micromark-util-character": "^2.0.0",
  4312. "micromark-util-symbol": "^2.0.0",
  4313. "micromark-util-types": "^2.0.0"
  4314. }
  4315. },
  4316. "node_modules/micromark-factory-whitespace": {
  4317. "version": "2.0.1",
  4318. "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
  4319. "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
  4320. "funding": [
  4321. {
  4322. "type": "GitHub Sponsors",
  4323. "url": "https://github.com/sponsors/unifiedjs"
  4324. },
  4325. {
  4326. "type": "OpenCollective",
  4327. "url": "https://opencollective.com/unified"
  4328. }
  4329. ],
  4330. "license": "MIT",
  4331. "dependencies": {
  4332. "micromark-factory-space": "^2.0.0",
  4333. "micromark-util-character": "^2.0.0",
  4334. "micromark-util-symbol": "^2.0.0",
  4335. "micromark-util-types": "^2.0.0"
  4336. }
  4337. },
  4338. "node_modules/micromark-util-character": {
  4339. "version": "2.1.1",
  4340. "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
  4341. "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
  4342. "funding": [
  4343. {
  4344. "type": "GitHub Sponsors",
  4345. "url": "https://github.com/sponsors/unifiedjs"
  4346. },
  4347. {
  4348. "type": "OpenCollective",
  4349. "url": "https://opencollective.com/unified"
  4350. }
  4351. ],
  4352. "license": "MIT",
  4353. "dependencies": {
  4354. "micromark-util-symbol": "^2.0.0",
  4355. "micromark-util-types": "^2.0.0"
  4356. }
  4357. },
  4358. "node_modules/micromark-util-chunked": {
  4359. "version": "2.0.1",
  4360. "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
  4361. "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
  4362. "funding": [
  4363. {
  4364. "type": "GitHub Sponsors",
  4365. "url": "https://github.com/sponsors/unifiedjs"
  4366. },
  4367. {
  4368. "type": "OpenCollective",
  4369. "url": "https://opencollective.com/unified"
  4370. }
  4371. ],
  4372. "license": "MIT",
  4373. "dependencies": {
  4374. "micromark-util-symbol": "^2.0.0"
  4375. }
  4376. },
  4377. "node_modules/micromark-util-classify-character": {
  4378. "version": "2.0.1",
  4379. "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
  4380. "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
  4381. "funding": [
  4382. {
  4383. "type": "GitHub Sponsors",
  4384. "url": "https://github.com/sponsors/unifiedjs"
  4385. },
  4386. {
  4387. "type": "OpenCollective",
  4388. "url": "https://opencollective.com/unified"
  4389. }
  4390. ],
  4391. "license": "MIT",
  4392. "dependencies": {
  4393. "micromark-util-character": "^2.0.0",
  4394. "micromark-util-symbol": "^2.0.0",
  4395. "micromark-util-types": "^2.0.0"
  4396. }
  4397. },
  4398. "node_modules/micromark-util-combine-extensions": {
  4399. "version": "2.0.1",
  4400. "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
  4401. "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
  4402. "funding": [
  4403. {
  4404. "type": "GitHub Sponsors",
  4405. "url": "https://github.com/sponsors/unifiedjs"
  4406. },
  4407. {
  4408. "type": "OpenCollective",
  4409. "url": "https://opencollective.com/unified"
  4410. }
  4411. ],
  4412. "license": "MIT",
  4413. "dependencies": {
  4414. "micromark-util-chunked": "^2.0.0",
  4415. "micromark-util-types": "^2.0.0"
  4416. }
  4417. },
  4418. "node_modules/micromark-util-decode-numeric-character-reference": {
  4419. "version": "2.0.2",
  4420. "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
  4421. "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
  4422. "funding": [
  4423. {
  4424. "type": "GitHub Sponsors",
  4425. "url": "https://github.com/sponsors/unifiedjs"
  4426. },
  4427. {
  4428. "type": "OpenCollective",
  4429. "url": "https://opencollective.com/unified"
  4430. }
  4431. ],
  4432. "license": "MIT",
  4433. "dependencies": {
  4434. "micromark-util-symbol": "^2.0.0"
  4435. }
  4436. },
  4437. "node_modules/micromark-util-decode-string": {
  4438. "version": "2.0.1",
  4439. "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
  4440. "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
  4441. "funding": [
  4442. {
  4443. "type": "GitHub Sponsors",
  4444. "url": "https://github.com/sponsors/unifiedjs"
  4445. },
  4446. {
  4447. "type": "OpenCollective",
  4448. "url": "https://opencollective.com/unified"
  4449. }
  4450. ],
  4451. "license": "MIT",
  4452. "dependencies": {
  4453. "decode-named-character-reference": "^1.0.0",
  4454. "micromark-util-character": "^2.0.0",
  4455. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  4456. "micromark-util-symbol": "^2.0.0"
  4457. }
  4458. },
  4459. "node_modules/micromark-util-encode": {
  4460. "version": "2.0.1",
  4461. "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
  4462. "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
  4463. "funding": [
  4464. {
  4465. "type": "GitHub Sponsors",
  4466. "url": "https://github.com/sponsors/unifiedjs"
  4467. },
  4468. {
  4469. "type": "OpenCollective",
  4470. "url": "https://opencollective.com/unified"
  4471. }
  4472. ],
  4473. "license": "MIT"
  4474. },
  4475. "node_modules/micromark-util-events-to-acorn": {
  4476. "version": "2.0.3",
  4477. "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.3.tgz",
  4478. "integrity": "sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==",
  4479. "funding": [
  4480. {
  4481. "type": "GitHub Sponsors",
  4482. "url": "https://github.com/sponsors/unifiedjs"
  4483. },
  4484. {
  4485. "type": "OpenCollective",
  4486. "url": "https://opencollective.com/unified"
  4487. }
  4488. ],
  4489. "license": "MIT",
  4490. "dependencies": {
  4491. "@types/estree": "^1.0.0",
  4492. "@types/unist": "^3.0.0",
  4493. "devlop": "^1.0.0",
  4494. "estree-util-visit": "^2.0.0",
  4495. "micromark-util-symbol": "^2.0.0",
  4496. "micromark-util-types": "^2.0.0",
  4497. "vfile-message": "^4.0.0"
  4498. }
  4499. },
  4500. "node_modules/micromark-util-html-tag-name": {
  4501. "version": "2.0.1",
  4502. "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
  4503. "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
  4504. "funding": [
  4505. {
  4506. "type": "GitHub Sponsors",
  4507. "url": "https://github.com/sponsors/unifiedjs"
  4508. },
  4509. {
  4510. "type": "OpenCollective",
  4511. "url": "https://opencollective.com/unified"
  4512. }
  4513. ],
  4514. "license": "MIT"
  4515. },
  4516. "node_modules/micromark-util-normalize-identifier": {
  4517. "version": "2.0.1",
  4518. "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
  4519. "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
  4520. "funding": [
  4521. {
  4522. "type": "GitHub Sponsors",
  4523. "url": "https://github.com/sponsors/unifiedjs"
  4524. },
  4525. {
  4526. "type": "OpenCollective",
  4527. "url": "https://opencollective.com/unified"
  4528. }
  4529. ],
  4530. "license": "MIT",
  4531. "dependencies": {
  4532. "micromark-util-symbol": "^2.0.0"
  4533. }
  4534. },
  4535. "node_modules/micromark-util-resolve-all": {
  4536. "version": "2.0.1",
  4537. "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
  4538. "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
  4539. "funding": [
  4540. {
  4541. "type": "GitHub Sponsors",
  4542. "url": "https://github.com/sponsors/unifiedjs"
  4543. },
  4544. {
  4545. "type": "OpenCollective",
  4546. "url": "https://opencollective.com/unified"
  4547. }
  4548. ],
  4549. "license": "MIT",
  4550. "dependencies": {
  4551. "micromark-util-types": "^2.0.0"
  4552. }
  4553. },
  4554. "node_modules/micromark-util-sanitize-uri": {
  4555. "version": "2.0.1",
  4556. "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
  4557. "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
  4558. "funding": [
  4559. {
  4560. "type": "GitHub Sponsors",
  4561. "url": "https://github.com/sponsors/unifiedjs"
  4562. },
  4563. {
  4564. "type": "OpenCollective",
  4565. "url": "https://opencollective.com/unified"
  4566. }
  4567. ],
  4568. "license": "MIT",
  4569. "dependencies": {
  4570. "micromark-util-character": "^2.0.0",
  4571. "micromark-util-encode": "^2.0.0",
  4572. "micromark-util-symbol": "^2.0.0"
  4573. }
  4574. },
  4575. "node_modules/micromark-util-subtokenize": {
  4576. "version": "2.1.0",
  4577. "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
  4578. "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
  4579. "funding": [
  4580. {
  4581. "type": "GitHub Sponsors",
  4582. "url": "https://github.com/sponsors/unifiedjs"
  4583. },
  4584. {
  4585. "type": "OpenCollective",
  4586. "url": "https://opencollective.com/unified"
  4587. }
  4588. ],
  4589. "license": "MIT",
  4590. "dependencies": {
  4591. "devlop": "^1.0.0",
  4592. "micromark-util-chunked": "^2.0.0",
  4593. "micromark-util-symbol": "^2.0.0",
  4594. "micromark-util-types": "^2.0.0"
  4595. }
  4596. },
  4597. "node_modules/micromark-util-symbol": {
  4598. "version": "2.0.1",
  4599. "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
  4600. "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
  4601. "funding": [
  4602. {
  4603. "type": "GitHub Sponsors",
  4604. "url": "https://github.com/sponsors/unifiedjs"
  4605. },
  4606. {
  4607. "type": "OpenCollective",
  4608. "url": "https://opencollective.com/unified"
  4609. }
  4610. ],
  4611. "license": "MIT"
  4612. },
  4613. "node_modules/micromark-util-types": {
  4614. "version": "2.0.2",
  4615. "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
  4616. "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
  4617. "funding": [
  4618. {
  4619. "type": "GitHub Sponsors",
  4620. "url": "https://github.com/sponsors/unifiedjs"
  4621. },
  4622. {
  4623. "type": "OpenCollective",
  4624. "url": "https://opencollective.com/unified"
  4625. }
  4626. ],
  4627. "license": "MIT"
  4628. },
  4629. "node_modules/mrmime": {
  4630. "version": "2.0.1",
  4631. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
  4632. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  4633. "license": "MIT",
  4634. "engines": {
  4635. "node": ">=10"
  4636. }
  4637. },
  4638. "node_modules/ms": {
  4639. "version": "2.1.3",
  4640. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  4641. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  4642. "license": "MIT"
  4643. },
  4644. "node_modules/nanoid": {
  4645. "version": "3.3.12",
  4646. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
  4647. "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
  4648. "funding": [
  4649. {
  4650. "type": "github",
  4651. "url": "https://github.com/sponsors/ai"
  4652. }
  4653. ],
  4654. "license": "MIT",
  4655. "bin": {
  4656. "nanoid": "bin/nanoid.cjs"
  4657. },
  4658. "engines": {
  4659. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  4660. }
  4661. },
  4662. "node_modules/neotraverse": {
  4663. "version": "0.6.18",
  4664. "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz",
  4665. "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==",
  4666. "license": "MIT",
  4667. "engines": {
  4668. "node": ">= 10"
  4669. }
  4670. },
  4671. "node_modules/nlcst-to-string": {
  4672. "version": "4.0.0",
  4673. "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz",
  4674. "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==",
  4675. "license": "MIT",
  4676. "dependencies": {
  4677. "@types/nlcst": "^2.0.0"
  4678. },
  4679. "funding": {
  4680. "type": "opencollective",
  4681. "url": "https://opencollective.com/unified"
  4682. }
  4683. },
  4684. "node_modules/node-fetch-native": {
  4685. "version": "1.6.7",
  4686. "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
  4687. "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
  4688. "license": "MIT"
  4689. },
  4690. "node_modules/node-mock-http": {
  4691. "version": "1.0.4",
  4692. "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz",
  4693. "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==",
  4694. "license": "MIT"
  4695. },
  4696. "node_modules/normalize-path": {
  4697. "version": "3.0.0",
  4698. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  4699. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  4700. "license": "MIT",
  4701. "engines": {
  4702. "node": ">=0.10.0"
  4703. }
  4704. },
  4705. "node_modules/nth-check": {
  4706. "version": "2.1.1",
  4707. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  4708. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  4709. "license": "BSD-2-Clause",
  4710. "dependencies": {
  4711. "boolbase": "^1.0.0"
  4712. },
  4713. "funding": {
  4714. "url": "https://github.com/fb55/nth-check?sponsor=1"
  4715. }
  4716. },
  4717. "node_modules/obug": {
  4718. "version": "2.1.1",
  4719. "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
  4720. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  4721. "funding": [
  4722. "https://github.com/sponsors/sxzz",
  4723. "https://opencollective.com/debug"
  4724. ],
  4725. "license": "MIT"
  4726. },
  4727. "node_modules/ofetch": {
  4728. "version": "1.5.1",
  4729. "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz",
  4730. "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
  4731. "license": "MIT",
  4732. "dependencies": {
  4733. "destr": "^2.0.5",
  4734. "node-fetch-native": "^1.6.7",
  4735. "ufo": "^1.6.1"
  4736. }
  4737. },
  4738. "node_modules/ohash": {
  4739. "version": "2.0.11",
  4740. "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
  4741. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  4742. "license": "MIT"
  4743. },
  4744. "node_modules/oniguruma-parser": {
  4745. "version": "0.12.2",
  4746. "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.2.tgz",
  4747. "integrity": "sha512-6HVa5oIrgMC6aA6WF6XyyqbhRPJrKR02L20+2+zpDtO5QAzGHAUGw5TKQvwi5vctNnRHkJYmjAhRVQF2EKdTQw==",
  4748. "license": "MIT"
  4749. },
  4750. "node_modules/oniguruma-to-es": {
  4751. "version": "4.3.6",
  4752. "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.6.tgz",
  4753. "integrity": "sha512-csuQ9x3Yr0cEIs/Zgx/OEt9iBw9vqIunAPQkx19R/fiMq2oGVTgcMqO/V3Ybqefr1TBvosI6jU539ksaBULJyA==",
  4754. "license": "MIT",
  4755. "dependencies": {
  4756. "oniguruma-parser": "^0.12.2",
  4757. "regex": "^6.1.0",
  4758. "regex-recursion": "^6.0.2"
  4759. }
  4760. },
  4761. "node_modules/p-limit": {
  4762. "version": "7.3.0",
  4763. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.3.0.tgz",
  4764. "integrity": "sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==",
  4765. "license": "MIT",
  4766. "dependencies": {
  4767. "yocto-queue": "^1.2.1"
  4768. },
  4769. "engines": {
  4770. "node": ">=20"
  4771. },
  4772. "funding": {
  4773. "url": "https://github.com/sponsors/sindresorhus"
  4774. }
  4775. },
  4776. "node_modules/p-queue": {
  4777. "version": "9.3.0",
  4778. "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.3.0.tgz",
  4779. "integrity": "sha512-7NED7xhQ74Ngp4JP/2e0VZHp7vSWfJfqeiR92jPgxsz6m0Se4P03YoTKa9dDXyZ3r6P616gUXttrB6nnHYKang==",
  4780. "license": "MIT",
  4781. "dependencies": {
  4782. "eventemitter3": "^5.0.4",
  4783. "p-timeout": "^7.0.0"
  4784. },
  4785. "engines": {
  4786. "node": ">=20"
  4787. },
  4788. "funding": {
  4789. "url": "https://github.com/sponsors/sindresorhus"
  4790. }
  4791. },
  4792. "node_modules/p-timeout": {
  4793. "version": "7.0.1",
  4794. "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-7.0.1.tgz",
  4795. "integrity": "sha512-AxTM2wDGORHGEkPCt8yqxOTMgpfbEHqF51f/5fJCmwFC3C/zNcGT63SymH2ttOAaiIws2zVg4+izQCjrakcwHg==",
  4796. "license": "MIT",
  4797. "engines": {
  4798. "node": ">=20"
  4799. },
  4800. "funding": {
  4801. "url": "https://github.com/sponsors/sindresorhus"
  4802. }
  4803. },
  4804. "node_modules/package-manager-detector": {
  4805. "version": "1.6.0",
  4806. "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.6.0.tgz",
  4807. "integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==",
  4808. "license": "MIT"
  4809. },
  4810. "node_modules/pagefind": {
  4811. "version": "1.5.2",
  4812. "resolved": "https://registry.npmjs.org/pagefind/-/pagefind-1.5.2.tgz",
  4813. "integrity": "sha512-XTUaK0hXMCu2jszWE584JGQT7y284TmMV9l/HX3rnG5uo3rHI/uHU56XTyyyPFjeWEBxECbAi0CaFDJOONtG0Q==",
  4814. "license": "MIT",
  4815. "bin": {
  4816. "pagefind": "lib/runner/bin.cjs"
  4817. },
  4818. "optionalDependencies": {
  4819. "@pagefind/darwin-arm64": "1.5.2",
  4820. "@pagefind/darwin-x64": "1.5.2",
  4821. "@pagefind/freebsd-x64": "1.5.2",
  4822. "@pagefind/linux-arm64": "1.5.2",
  4823. "@pagefind/linux-x64": "1.5.2",
  4824. "@pagefind/windows-arm64": "1.5.2",
  4825. "@pagefind/windows-x64": "1.5.2"
  4826. }
  4827. },
  4828. "node_modules/parse-entities": {
  4829. "version": "4.0.2",
  4830. "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
  4831. "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
  4832. "license": "MIT",
  4833. "dependencies": {
  4834. "@types/unist": "^2.0.0",
  4835. "character-entities-legacy": "^3.0.0",
  4836. "character-reference-invalid": "^2.0.0",
  4837. "decode-named-character-reference": "^1.0.0",
  4838. "is-alphanumerical": "^2.0.0",
  4839. "is-decimal": "^2.0.0",
  4840. "is-hexadecimal": "^2.0.0"
  4841. },
  4842. "funding": {
  4843. "type": "github",
  4844. "url": "https://github.com/sponsors/wooorm"
  4845. }
  4846. },
  4847. "node_modules/parse-entities/node_modules/@types/unist": {
  4848. "version": "2.0.11",
  4849. "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
  4850. "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
  4851. "license": "MIT"
  4852. },
  4853. "node_modules/parse-latin": {
  4854. "version": "7.0.0",
  4855. "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz",
  4856. "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==",
  4857. "license": "MIT",
  4858. "dependencies": {
  4859. "@types/nlcst": "^2.0.0",
  4860. "@types/unist": "^3.0.0",
  4861. "nlcst-to-string": "^4.0.0",
  4862. "unist-util-modify-children": "^4.0.0",
  4863. "unist-util-visit-children": "^3.0.0",
  4864. "vfile": "^6.0.0"
  4865. },
  4866. "funding": {
  4867. "type": "github",
  4868. "url": "https://github.com/sponsors/wooorm"
  4869. }
  4870. },
  4871. "node_modules/parse5": {
  4872. "version": "7.3.0",
  4873. "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
  4874. "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
  4875. "license": "MIT",
  4876. "dependencies": {
  4877. "entities": "^6.0.0"
  4878. },
  4879. "funding": {
  4880. "url": "https://github.com/inikulin/parse5?sponsor=1"
  4881. }
  4882. },
  4883. "node_modules/piccolore": {
  4884. "version": "0.1.3",
  4885. "resolved": "https://registry.npmjs.org/piccolore/-/piccolore-0.1.3.tgz",
  4886. "integrity": "sha512-o8bTeDWjE086iwKrROaDf31K0qC/BENdm15/uH9usSC/uZjJOKb2YGiVHfLY4GhwsERiPI1jmwI2XrA7ACOxVw==",
  4887. "license": "ISC"
  4888. },
  4889. "node_modules/picocolors": {
  4890. "version": "1.1.1",
  4891. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  4892. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  4893. "license": "ISC"
  4894. },
  4895. "node_modules/picomatch": {
  4896. "version": "4.0.4",
  4897. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  4898. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4899. "license": "MIT",
  4900. "engines": {
  4901. "node": ">=12"
  4902. },
  4903. "funding": {
  4904. "url": "https://github.com/sponsors/jonschlinkert"
  4905. }
  4906. },
  4907. "node_modules/postcss": {
  4908. "version": "8.5.15",
  4909. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz",
  4910. "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
  4911. "funding": [
  4912. {
  4913. "type": "opencollective",
  4914. "url": "https://opencollective.com/postcss/"
  4915. },
  4916. {
  4917. "type": "tidelift",
  4918. "url": "https://tidelift.com/funding/github/npm/postcss"
  4919. },
  4920. {
  4921. "type": "github",
  4922. "url": "https://github.com/sponsors/ai"
  4923. }
  4924. ],
  4925. "license": "MIT",
  4926. "peer": true,
  4927. "dependencies": {
  4928. "nanoid": "^3.3.12",
  4929. "picocolors": "^1.1.1",
  4930. "source-map-js": "^1.2.1"
  4931. },
  4932. "engines": {
  4933. "node": "^10 || ^12 || >=14"
  4934. }
  4935. },
  4936. "node_modules/postcss-nested": {
  4937. "version": "6.2.0",
  4938. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
  4939. "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
  4940. "funding": [
  4941. {
  4942. "type": "opencollective",
  4943. "url": "https://opencollective.com/postcss/"
  4944. },
  4945. {
  4946. "type": "github",
  4947. "url": "https://github.com/sponsors/ai"
  4948. }
  4949. ],
  4950. "license": "MIT",
  4951. "dependencies": {
  4952. "postcss-selector-parser": "^6.1.1"
  4953. },
  4954. "engines": {
  4955. "node": ">=12.0"
  4956. },
  4957. "peerDependencies": {
  4958. "postcss": "^8.2.14"
  4959. }
  4960. },
  4961. "node_modules/postcss-selector-parser": {
  4962. "version": "6.1.2",
  4963. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  4964. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  4965. "license": "MIT",
  4966. "dependencies": {
  4967. "cssesc": "^3.0.0",
  4968. "util-deprecate": "^1.0.2"
  4969. },
  4970. "engines": {
  4971. "node": ">=4"
  4972. }
  4973. },
  4974. "node_modules/prismjs": {
  4975. "version": "1.30.0",
  4976. "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz",
  4977. "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
  4978. "license": "MIT",
  4979. "engines": {
  4980. "node": ">=6"
  4981. }
  4982. },
  4983. "node_modules/property-information": {
  4984. "version": "7.1.0",
  4985. "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
  4986. "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
  4987. "license": "MIT",
  4988. "funding": {
  4989. "type": "github",
  4990. "url": "https://github.com/sponsors/wooorm"
  4991. }
  4992. },
  4993. "node_modules/radix3": {
  4994. "version": "1.1.2",
  4995. "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
  4996. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
  4997. "license": "MIT"
  4998. },
  4999. "node_modules/readdirp": {
  5000. "version": "5.0.0",
  5001. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  5002. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  5003. "license": "MIT",
  5004. "engines": {
  5005. "node": ">= 20.19.0"
  5006. },
  5007. "funding": {
  5008. "type": "individual",
  5009. "url": "https://paulmillr.com/funding/"
  5010. }
  5011. },
  5012. "node_modules/recma-build-jsx": {
  5013. "version": "1.0.0",
  5014. "resolved": "https://registry.npmjs.org/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz",
  5015. "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==",
  5016. "license": "MIT",
  5017. "dependencies": {
  5018. "@types/estree": "^1.0.0",
  5019. "estree-util-build-jsx": "^3.0.0",
  5020. "vfile": "^6.0.0"
  5021. },
  5022. "funding": {
  5023. "type": "opencollective",
  5024. "url": "https://opencollective.com/unified"
  5025. }
  5026. },
  5027. "node_modules/recma-jsx": {
  5028. "version": "1.0.1",
  5029. "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.1.tgz",
  5030. "integrity": "sha512-huSIy7VU2Z5OLv6oFLosQGGDqPqdO1iq6bWNAdhzMxSJP7RAso4fCZ1cKu8j9YHCZf3TPrq4dw3okhrylgcd7w==",
  5031. "license": "MIT",
  5032. "dependencies": {
  5033. "acorn-jsx": "^5.0.0",
  5034. "estree-util-to-js": "^2.0.0",
  5035. "recma-parse": "^1.0.0",
  5036. "recma-stringify": "^1.0.0",
  5037. "unified": "^11.0.0"
  5038. },
  5039. "funding": {
  5040. "type": "opencollective",
  5041. "url": "https://opencollective.com/unified"
  5042. },
  5043. "peerDependencies": {
  5044. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  5045. }
  5046. },
  5047. "node_modules/recma-parse": {
  5048. "version": "1.0.0",
  5049. "resolved": "https://registry.npmjs.org/recma-parse/-/recma-parse-1.0.0.tgz",
  5050. "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==",
  5051. "license": "MIT",
  5052. "dependencies": {
  5053. "@types/estree": "^1.0.0",
  5054. "esast-util-from-js": "^2.0.0",
  5055. "unified": "^11.0.0",
  5056. "vfile": "^6.0.0"
  5057. },
  5058. "funding": {
  5059. "type": "opencollective",
  5060. "url": "https://opencollective.com/unified"
  5061. }
  5062. },
  5063. "node_modules/recma-stringify": {
  5064. "version": "1.0.0",
  5065. "resolved": "https://registry.npmjs.org/recma-stringify/-/recma-stringify-1.0.0.tgz",
  5066. "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==",
  5067. "license": "MIT",
  5068. "dependencies": {
  5069. "@types/estree": "^1.0.0",
  5070. "estree-util-to-js": "^2.0.0",
  5071. "unified": "^11.0.0",
  5072. "vfile": "^6.0.0"
  5073. },
  5074. "funding": {
  5075. "type": "opencollective",
  5076. "url": "https://opencollective.com/unified"
  5077. }
  5078. },
  5079. "node_modules/regex": {
  5080. "version": "6.1.0",
  5081. "resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz",
  5082. "integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==",
  5083. "license": "MIT",
  5084. "dependencies": {
  5085. "regex-utilities": "^2.3.0"
  5086. }
  5087. },
  5088. "node_modules/regex-recursion": {
  5089. "version": "6.0.2",
  5090. "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
  5091. "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
  5092. "license": "MIT",
  5093. "dependencies": {
  5094. "regex-utilities": "^2.3.0"
  5095. }
  5096. },
  5097. "node_modules/regex-utilities": {
  5098. "version": "2.3.0",
  5099. "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
  5100. "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
  5101. "license": "MIT"
  5102. },
  5103. "node_modules/rehype": {
  5104. "version": "13.0.2",
  5105. "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz",
  5106. "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==",
  5107. "license": "MIT",
  5108. "dependencies": {
  5109. "@types/hast": "^3.0.0",
  5110. "rehype-parse": "^9.0.0",
  5111. "rehype-stringify": "^10.0.0",
  5112. "unified": "^11.0.0"
  5113. },
  5114. "funding": {
  5115. "type": "opencollective",
  5116. "url": "https://opencollective.com/unified"
  5117. }
  5118. },
  5119. "node_modules/rehype-expressive-code": {
  5120. "version": "0.42.0",
  5121. "resolved": "https://registry.npmjs.org/rehype-expressive-code/-/rehype-expressive-code-0.42.0.tgz",
  5122. "integrity": "sha512-8rp/1YMEVVSYbtz+bFBx+uSx3vA4i4T8RwRm5Q/IWbucQnnQqQ0hDqtmKOr8tv+59Cik6cu5aH3WPo0I7csuTA==",
  5123. "license": "MIT",
  5124. "dependencies": {
  5125. "expressive-code": "^0.42.0"
  5126. }
  5127. },
  5128. "node_modules/rehype-format": {
  5129. "version": "5.0.1",
  5130. "resolved": "https://registry.npmjs.org/rehype-format/-/rehype-format-5.0.1.tgz",
  5131. "integrity": "sha512-zvmVru9uB0josBVpr946OR8ui7nJEdzZobwLOOqHb/OOD88W0Vk2SqLwoVOj0fM6IPCCO6TaV9CvQvJMWwukFQ==",
  5132. "license": "MIT",
  5133. "dependencies": {
  5134. "@types/hast": "^3.0.0",
  5135. "hast-util-format": "^1.0.0"
  5136. },
  5137. "funding": {
  5138. "type": "opencollective",
  5139. "url": "https://opencollective.com/unified"
  5140. }
  5141. },
  5142. "node_modules/rehype-parse": {
  5143. "version": "9.0.1",
  5144. "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz",
  5145. "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==",
  5146. "license": "MIT",
  5147. "dependencies": {
  5148. "@types/hast": "^3.0.0",
  5149. "hast-util-from-html": "^2.0.0",
  5150. "unified": "^11.0.0"
  5151. },
  5152. "funding": {
  5153. "type": "opencollective",
  5154. "url": "https://opencollective.com/unified"
  5155. }
  5156. },
  5157. "node_modules/rehype-raw": {
  5158. "version": "7.0.0",
  5159. "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz",
  5160. "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==",
  5161. "license": "MIT",
  5162. "dependencies": {
  5163. "@types/hast": "^3.0.0",
  5164. "hast-util-raw": "^9.0.0",
  5165. "vfile": "^6.0.0"
  5166. },
  5167. "funding": {
  5168. "type": "opencollective",
  5169. "url": "https://opencollective.com/unified"
  5170. }
  5171. },
  5172. "node_modules/rehype-recma": {
  5173. "version": "1.0.0",
  5174. "resolved": "https://registry.npmjs.org/rehype-recma/-/rehype-recma-1.0.0.tgz",
  5175. "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==",
  5176. "license": "MIT",
  5177. "dependencies": {
  5178. "@types/estree": "^1.0.0",
  5179. "@types/hast": "^3.0.0",
  5180. "hast-util-to-estree": "^3.0.0"
  5181. },
  5182. "funding": {
  5183. "type": "opencollective",
  5184. "url": "https://opencollective.com/unified"
  5185. }
  5186. },
  5187. "node_modules/rehype-stringify": {
  5188. "version": "10.0.1",
  5189. "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz",
  5190. "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==",
  5191. "license": "MIT",
  5192. "dependencies": {
  5193. "@types/hast": "^3.0.0",
  5194. "hast-util-to-html": "^9.0.0",
  5195. "unified": "^11.0.0"
  5196. },
  5197. "funding": {
  5198. "type": "opencollective",
  5199. "url": "https://opencollective.com/unified"
  5200. }
  5201. },
  5202. "node_modules/remark-directive": {
  5203. "version": "4.0.0",
  5204. "resolved": "https://registry.npmjs.org/remark-directive/-/remark-directive-4.0.0.tgz",
  5205. "integrity": "sha512-7sxn4RfF1o3izevPV1DheyGDD6X4c9hrGpfdUpm7uC++dqrnJxIZVkk7CoKqcLm0VUMAuOol7Mno3m6g8cfMuA==",
  5206. "license": "MIT",
  5207. "dependencies": {
  5208. "@types/mdast": "^4.0.0",
  5209. "mdast-util-directive": "^3.0.0",
  5210. "micromark-extension-directive": "^4.0.0",
  5211. "unified": "^11.0.0"
  5212. },
  5213. "funding": {
  5214. "type": "opencollective",
  5215. "url": "https://opencollective.com/unified"
  5216. }
  5217. },
  5218. "node_modules/remark-gfm": {
  5219. "version": "4.0.1",
  5220. "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
  5221. "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
  5222. "license": "MIT",
  5223. "dependencies": {
  5224. "@types/mdast": "^4.0.0",
  5225. "mdast-util-gfm": "^3.0.0",
  5226. "micromark-extension-gfm": "^3.0.0",
  5227. "remark-parse": "^11.0.0",
  5228. "remark-stringify": "^11.0.0",
  5229. "unified": "^11.0.0"
  5230. },
  5231. "funding": {
  5232. "type": "opencollective",
  5233. "url": "https://opencollective.com/unified"
  5234. }
  5235. },
  5236. "node_modules/remark-mdx": {
  5237. "version": "3.1.1",
  5238. "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.1.tgz",
  5239. "integrity": "sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==",
  5240. "license": "MIT",
  5241. "dependencies": {
  5242. "mdast-util-mdx": "^3.0.0",
  5243. "micromark-extension-mdxjs": "^3.0.0"
  5244. },
  5245. "funding": {
  5246. "type": "opencollective",
  5247. "url": "https://opencollective.com/unified"
  5248. }
  5249. },
  5250. "node_modules/remark-parse": {
  5251. "version": "11.0.0",
  5252. "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
  5253. "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
  5254. "license": "MIT",
  5255. "dependencies": {
  5256. "@types/mdast": "^4.0.0",
  5257. "mdast-util-from-markdown": "^2.0.0",
  5258. "micromark-util-types": "^2.0.0",
  5259. "unified": "^11.0.0"
  5260. },
  5261. "funding": {
  5262. "type": "opencollective",
  5263. "url": "https://opencollective.com/unified"
  5264. }
  5265. },
  5266. "node_modules/remark-rehype": {
  5267. "version": "11.1.2",
  5268. "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
  5269. "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
  5270. "license": "MIT",
  5271. "dependencies": {
  5272. "@types/hast": "^3.0.0",
  5273. "@types/mdast": "^4.0.0",
  5274. "mdast-util-to-hast": "^13.0.0",
  5275. "unified": "^11.0.0",
  5276. "vfile": "^6.0.0"
  5277. },
  5278. "funding": {
  5279. "type": "opencollective",
  5280. "url": "https://opencollective.com/unified"
  5281. }
  5282. },
  5283. "node_modules/remark-smartypants": {
  5284. "version": "3.0.2",
  5285. "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz",
  5286. "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==",
  5287. "license": "MIT",
  5288. "dependencies": {
  5289. "retext": "^9.0.0",
  5290. "retext-smartypants": "^6.0.0",
  5291. "unified": "^11.0.4",
  5292. "unist-util-visit": "^5.0.0"
  5293. },
  5294. "engines": {
  5295. "node": ">=16.0.0"
  5296. }
  5297. },
  5298. "node_modules/remark-stringify": {
  5299. "version": "11.0.0",
  5300. "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
  5301. "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
  5302. "license": "MIT",
  5303. "dependencies": {
  5304. "@types/mdast": "^4.0.0",
  5305. "mdast-util-to-markdown": "^2.0.0",
  5306. "unified": "^11.0.0"
  5307. },
  5308. "funding": {
  5309. "type": "opencollective",
  5310. "url": "https://opencollective.com/unified"
  5311. }
  5312. },
  5313. "node_modules/resolve-pkg-maps": {
  5314. "version": "1.0.0",
  5315. "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  5316. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  5317. "license": "MIT",
  5318. "funding": {
  5319. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  5320. }
  5321. },
  5322. "node_modules/retext": {
  5323. "version": "9.0.0",
  5324. "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz",
  5325. "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==",
  5326. "license": "MIT",
  5327. "dependencies": {
  5328. "@types/nlcst": "^2.0.0",
  5329. "retext-latin": "^4.0.0",
  5330. "retext-stringify": "^4.0.0",
  5331. "unified": "^11.0.0"
  5332. },
  5333. "funding": {
  5334. "type": "opencollective",
  5335. "url": "https://opencollective.com/unified"
  5336. }
  5337. },
  5338. "node_modules/retext-latin": {
  5339. "version": "4.0.0",
  5340. "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz",
  5341. "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==",
  5342. "license": "MIT",
  5343. "dependencies": {
  5344. "@types/nlcst": "^2.0.0",
  5345. "parse-latin": "^7.0.0",
  5346. "unified": "^11.0.0"
  5347. },
  5348. "funding": {
  5349. "type": "opencollective",
  5350. "url": "https://opencollective.com/unified"
  5351. }
  5352. },
  5353. "node_modules/retext-smartypants": {
  5354. "version": "6.2.0",
  5355. "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz",
  5356. "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==",
  5357. "license": "MIT",
  5358. "dependencies": {
  5359. "@types/nlcst": "^2.0.0",
  5360. "nlcst-to-string": "^4.0.0",
  5361. "unist-util-visit": "^5.0.0"
  5362. },
  5363. "funding": {
  5364. "type": "opencollective",
  5365. "url": "https://opencollective.com/unified"
  5366. }
  5367. },
  5368. "node_modules/retext-stringify": {
  5369. "version": "4.0.0",
  5370. "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz",
  5371. "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==",
  5372. "license": "MIT",
  5373. "dependencies": {
  5374. "@types/nlcst": "^2.0.0",
  5375. "nlcst-to-string": "^4.0.0",
  5376. "unified": "^11.0.0"
  5377. },
  5378. "funding": {
  5379. "type": "opencollective",
  5380. "url": "https://opencollective.com/unified"
  5381. }
  5382. },
  5383. "node_modules/rollup": {
  5384. "version": "4.60.4",
  5385. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.4.tgz",
  5386. "integrity": "sha512-WHeFSbZYsPu3+bLoNRUuAO+wavNlocOPf3wSHTP7hcFKVnJeWsYlCDbr3mTS14FCizf9ccIxXA8sGL8zKeQN3g==",
  5387. "license": "MIT",
  5388. "peer": true,
  5389. "dependencies": {
  5390. "@types/estree": "1.0.8"
  5391. },
  5392. "bin": {
  5393. "rollup": "dist/bin/rollup"
  5394. },
  5395. "engines": {
  5396. "node": ">=18.0.0",
  5397. "npm": ">=8.0.0"
  5398. },
  5399. "optionalDependencies": {
  5400. "@rollup/rollup-android-arm-eabi": "4.60.4",
  5401. "@rollup/rollup-android-arm64": "4.60.4",
  5402. "@rollup/rollup-darwin-arm64": "4.60.4",
  5403. "@rollup/rollup-darwin-x64": "4.60.4",
  5404. "@rollup/rollup-freebsd-arm64": "4.60.4",
  5405. "@rollup/rollup-freebsd-x64": "4.60.4",
  5406. "@rollup/rollup-linux-arm-gnueabihf": "4.60.4",
  5407. "@rollup/rollup-linux-arm-musleabihf": "4.60.4",
  5408. "@rollup/rollup-linux-arm64-gnu": "4.60.4",
  5409. "@rollup/rollup-linux-arm64-musl": "4.60.4",
  5410. "@rollup/rollup-linux-loong64-gnu": "4.60.4",
  5411. "@rollup/rollup-linux-loong64-musl": "4.60.4",
  5412. "@rollup/rollup-linux-ppc64-gnu": "4.60.4",
  5413. "@rollup/rollup-linux-ppc64-musl": "4.60.4",
  5414. "@rollup/rollup-linux-riscv64-gnu": "4.60.4",
  5415. "@rollup/rollup-linux-riscv64-musl": "4.60.4",
  5416. "@rollup/rollup-linux-s390x-gnu": "4.60.4",
  5417. "@rollup/rollup-linux-x64-gnu": "4.60.4",
  5418. "@rollup/rollup-linux-x64-musl": "4.60.4",
  5419. "@rollup/rollup-openbsd-x64": "4.60.4",
  5420. "@rollup/rollup-openharmony-arm64": "4.60.4",
  5421. "@rollup/rollup-win32-arm64-msvc": "4.60.4",
  5422. "@rollup/rollup-win32-ia32-msvc": "4.60.4",
  5423. "@rollup/rollup-win32-x64-gnu": "4.60.4",
  5424. "@rollup/rollup-win32-x64-msvc": "4.60.4",
  5425. "fsevents": "~2.3.2"
  5426. }
  5427. },
  5428. "node_modules/rollup/node_modules/@types/estree": {
  5429. "version": "1.0.8",
  5430. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  5431. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  5432. "license": "MIT"
  5433. },
  5434. "node_modules/sax": {
  5435. "version": "1.6.0",
  5436. "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
  5437. "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
  5438. "license": "BlueOak-1.0.0",
  5439. "engines": {
  5440. "node": ">=11.0.0"
  5441. }
  5442. },
  5443. "node_modules/semver": {
  5444. "version": "7.8.1",
  5445. "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
  5446. "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
  5447. "license": "ISC",
  5448. "bin": {
  5449. "semver": "bin/semver.js"
  5450. },
  5451. "engines": {
  5452. "node": ">=10"
  5453. }
  5454. },
  5455. "node_modules/sharp": {
  5456. "version": "0.34.5",
  5457. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
  5458. "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
  5459. "hasInstallScript": true,
  5460. "license": "Apache-2.0",
  5461. "dependencies": {
  5462. "@img/colour": "^1.0.0",
  5463. "detect-libc": "^2.1.2",
  5464. "semver": "^7.7.3"
  5465. },
  5466. "engines": {
  5467. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  5468. },
  5469. "funding": {
  5470. "url": "https://opencollective.com/libvips"
  5471. },
  5472. "optionalDependencies": {
  5473. "@img/sharp-darwin-arm64": "0.34.5",
  5474. "@img/sharp-darwin-x64": "0.34.5",
  5475. "@img/sharp-libvips-darwin-arm64": "1.2.4",
  5476. "@img/sharp-libvips-darwin-x64": "1.2.4",
  5477. "@img/sharp-libvips-linux-arm": "1.2.4",
  5478. "@img/sharp-libvips-linux-arm64": "1.2.4",
  5479. "@img/sharp-libvips-linux-ppc64": "1.2.4",
  5480. "@img/sharp-libvips-linux-riscv64": "1.2.4",
  5481. "@img/sharp-libvips-linux-s390x": "1.2.4",
  5482. "@img/sharp-libvips-linux-x64": "1.2.4",
  5483. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
  5484. "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
  5485. "@img/sharp-linux-arm": "0.34.5",
  5486. "@img/sharp-linux-arm64": "0.34.5",
  5487. "@img/sharp-linux-ppc64": "0.34.5",
  5488. "@img/sharp-linux-riscv64": "0.34.5",
  5489. "@img/sharp-linux-s390x": "0.34.5",
  5490. "@img/sharp-linux-x64": "0.34.5",
  5491. "@img/sharp-linuxmusl-arm64": "0.34.5",
  5492. "@img/sharp-linuxmusl-x64": "0.34.5",
  5493. "@img/sharp-wasm32": "0.34.5",
  5494. "@img/sharp-win32-arm64": "0.34.5",
  5495. "@img/sharp-win32-ia32": "0.34.5",
  5496. "@img/sharp-win32-x64": "0.34.5"
  5497. }
  5498. },
  5499. "node_modules/shiki": {
  5500. "version": "4.1.0",
  5501. "resolved": "https://registry.npmjs.org/shiki/-/shiki-4.1.0.tgz",
  5502. "integrity": "sha512-l/ABZPUR5v70jI10EzqfMS/I96vjSGv2y0ihUV+WYFzv0EfvW4s54m0Lg8wCrrL+2IkwBzFTuxkZjPf8b2NX9Q==",
  5503. "license": "MIT",
  5504. "dependencies": {
  5505. "@shikijs/core": "4.1.0",
  5506. "@shikijs/engine-javascript": "4.1.0",
  5507. "@shikijs/engine-oniguruma": "4.1.0",
  5508. "@shikijs/langs": "4.1.0",
  5509. "@shikijs/themes": "4.1.0",
  5510. "@shikijs/types": "4.1.0",
  5511. "@shikijs/vscode-textmate": "^10.0.2",
  5512. "@types/hast": "^3.0.4"
  5513. },
  5514. "engines": {
  5515. "node": ">=20"
  5516. }
  5517. },
  5518. "node_modules/sisteransi": {
  5519. "version": "1.0.5",
  5520. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  5521. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  5522. "license": "MIT"
  5523. },
  5524. "node_modules/sitemap": {
  5525. "version": "9.0.1",
  5526. "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-9.0.1.tgz",
  5527. "integrity": "sha512-S6hzjGJSG3d6if0YoF5kTyeRJvia6FSTBroE5fQ0bu1QNxyJqhhinfUsXi9fH3MgtXODWvwo2BDyQSnhPQ88uQ==",
  5528. "license": "MIT",
  5529. "dependencies": {
  5530. "@types/node": "^24.9.2",
  5531. "@types/sax": "^1.2.1",
  5532. "arg": "^5.0.0",
  5533. "sax": "^1.4.1"
  5534. },
  5535. "bin": {
  5536. "sitemap": "dist/esm/cli.js"
  5537. },
  5538. "engines": {
  5539. "node": ">=20.19.5",
  5540. "npm": ">=10.8.2"
  5541. }
  5542. },
  5543. "node_modules/smol-toml": {
  5544. "version": "1.6.1",
  5545. "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.1.tgz",
  5546. "integrity": "sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==",
  5547. "license": "BSD-3-Clause",
  5548. "engines": {
  5549. "node": ">= 18"
  5550. },
  5551. "funding": {
  5552. "url": "https://github.com/sponsors/cyyynthia"
  5553. }
  5554. },
  5555. "node_modules/source-map": {
  5556. "version": "0.7.6",
  5557. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
  5558. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  5559. "license": "BSD-3-Clause",
  5560. "engines": {
  5561. "node": ">= 12"
  5562. }
  5563. },
  5564. "node_modules/source-map-js": {
  5565. "version": "1.2.1",
  5566. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  5567. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  5568. "license": "BSD-3-Clause",
  5569. "engines": {
  5570. "node": ">=0.10.0"
  5571. }
  5572. },
  5573. "node_modules/space-separated-tokens": {
  5574. "version": "2.0.2",
  5575. "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
  5576. "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
  5577. "license": "MIT",
  5578. "funding": {
  5579. "type": "github",
  5580. "url": "https://github.com/sponsors/wooorm"
  5581. }
  5582. },
  5583. "node_modules/stream-replace-string": {
  5584. "version": "2.0.0",
  5585. "resolved": "https://registry.npmjs.org/stream-replace-string/-/stream-replace-string-2.0.0.tgz",
  5586. "integrity": "sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==",
  5587. "license": "MIT"
  5588. },
  5589. "node_modules/stringify-entities": {
  5590. "version": "4.0.4",
  5591. "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
  5592. "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
  5593. "license": "MIT",
  5594. "dependencies": {
  5595. "character-entities-html4": "^2.0.0",
  5596. "character-entities-legacy": "^3.0.0"
  5597. },
  5598. "funding": {
  5599. "type": "github",
  5600. "url": "https://github.com/sponsors/wooorm"
  5601. }
  5602. },
  5603. "node_modules/style-to-js": {
  5604. "version": "1.1.21",
  5605. "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz",
  5606. "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==",
  5607. "license": "MIT",
  5608. "dependencies": {
  5609. "style-to-object": "1.0.14"
  5610. }
  5611. },
  5612. "node_modules/style-to-object": {
  5613. "version": "1.0.14",
  5614. "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz",
  5615. "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==",
  5616. "license": "MIT",
  5617. "dependencies": {
  5618. "inline-style-parser": "0.2.7"
  5619. }
  5620. },
  5621. "node_modules/svgo": {
  5622. "version": "4.0.1",
  5623. "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.1.tgz",
  5624. "integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==",
  5625. "license": "MIT",
  5626. "dependencies": {
  5627. "commander": "^11.1.0",
  5628. "css-select": "^5.1.0",
  5629. "css-tree": "^3.0.1",
  5630. "css-what": "^6.1.0",
  5631. "csso": "^5.0.5",
  5632. "picocolors": "^1.1.1",
  5633. "sax": "^1.5.0"
  5634. },
  5635. "bin": {
  5636. "svgo": "bin/svgo.js"
  5637. },
  5638. "engines": {
  5639. "node": ">=16"
  5640. },
  5641. "funding": {
  5642. "type": "opencollective",
  5643. "url": "https://opencollective.com/svgo"
  5644. }
  5645. },
  5646. "node_modules/tiny-inflate": {
  5647. "version": "1.0.3",
  5648. "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
  5649. "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==",
  5650. "license": "MIT"
  5651. },
  5652. "node_modules/tinyclip": {
  5653. "version": "0.1.12",
  5654. "resolved": "https://registry.npmjs.org/tinyclip/-/tinyclip-0.1.12.tgz",
  5655. "integrity": "sha512-Ae3OVUqifDw0wBriIBS7yVaW44Dp6eSHQcyq4Igc7eN2TJH/2YsicswaW+J/OuMvhpDPOKEgpAZCjkb4hpoyeA==",
  5656. "license": "MIT",
  5657. "engines": {
  5658. "node": "^16.14.0 || >= 17.3.0"
  5659. }
  5660. },
  5661. "node_modules/tinyexec": {
  5662. "version": "1.2.2",
  5663. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.2.tgz",
  5664. "integrity": "sha512-M/Q0B2cp4K7kynaT/vnED1j8TlLY+Pp7C6Wl2bl/7u/F0mUVwdyOpwomQb8JpYLitHUssAJRmLZdMCGsrx7i+g==",
  5665. "license": "MIT",
  5666. "engines": {
  5667. "node": ">=18"
  5668. }
  5669. },
  5670. "node_modules/tinyglobby": {
  5671. "version": "0.2.16",
  5672. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  5673. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  5674. "license": "MIT",
  5675. "dependencies": {
  5676. "fdir": "^6.5.0",
  5677. "picomatch": "^4.0.4"
  5678. },
  5679. "engines": {
  5680. "node": ">=12.0.0"
  5681. },
  5682. "funding": {
  5683. "url": "https://github.com/sponsors/SuperchupuDev"
  5684. }
  5685. },
  5686. "node_modules/trim-lines": {
  5687. "version": "3.0.1",
  5688. "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
  5689. "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
  5690. "license": "MIT",
  5691. "funding": {
  5692. "type": "github",
  5693. "url": "https://github.com/sponsors/wooorm"
  5694. }
  5695. },
  5696. "node_modules/trough": {
  5697. "version": "2.2.0",
  5698. "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
  5699. "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
  5700. "license": "MIT",
  5701. "funding": {
  5702. "type": "github",
  5703. "url": "https://github.com/sponsors/wooorm"
  5704. }
  5705. },
  5706. "node_modules/tslib": {
  5707. "version": "2.8.1",
  5708. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  5709. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  5710. "license": "0BSD",
  5711. "optional": true
  5712. },
  5713. "node_modules/ufo": {
  5714. "version": "1.6.4",
  5715. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.4.tgz",
  5716. "integrity": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==",
  5717. "license": "MIT"
  5718. },
  5719. "node_modules/ultrahtml": {
  5720. "version": "1.6.0",
  5721. "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz",
  5722. "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
  5723. "license": "MIT"
  5724. },
  5725. "node_modules/uncrypto": {
  5726. "version": "0.1.3",
  5727. "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
  5728. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
  5729. "license": "MIT"
  5730. },
  5731. "node_modules/undici-types": {
  5732. "version": "7.16.0",
  5733. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
  5734. "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
  5735. "license": "MIT"
  5736. },
  5737. "node_modules/unified": {
  5738. "version": "11.0.5",
  5739. "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
  5740. "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
  5741. "license": "MIT",
  5742. "dependencies": {
  5743. "@types/unist": "^3.0.0",
  5744. "bail": "^2.0.0",
  5745. "devlop": "^1.0.0",
  5746. "extend": "^3.0.0",
  5747. "is-plain-obj": "^4.0.0",
  5748. "trough": "^2.0.0",
  5749. "vfile": "^6.0.0"
  5750. },
  5751. "funding": {
  5752. "type": "opencollective",
  5753. "url": "https://opencollective.com/unified"
  5754. }
  5755. },
  5756. "node_modules/unifont": {
  5757. "version": "0.7.4",
  5758. "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.7.4.tgz",
  5759. "integrity": "sha512-oHeis4/xl42HUIeHuNZRGEvxj5AaIKR+bHPNegRq5LV1gdc3jundpONbjglKpihmJf+dswygdMJn3eftGIMemg==",
  5760. "license": "MIT",
  5761. "dependencies": {
  5762. "css-tree": "^3.1.0",
  5763. "ofetch": "^1.5.1",
  5764. "ohash": "^2.0.11"
  5765. }
  5766. },
  5767. "node_modules/unist-util-find-after": {
  5768. "version": "5.0.0",
  5769. "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz",
  5770. "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==",
  5771. "license": "MIT",
  5772. "dependencies": {
  5773. "@types/unist": "^3.0.0",
  5774. "unist-util-is": "^6.0.0"
  5775. },
  5776. "funding": {
  5777. "type": "opencollective",
  5778. "url": "https://opencollective.com/unified"
  5779. }
  5780. },
  5781. "node_modules/unist-util-is": {
  5782. "version": "6.0.1",
  5783. "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
  5784. "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
  5785. "license": "MIT",
  5786. "dependencies": {
  5787. "@types/unist": "^3.0.0"
  5788. },
  5789. "funding": {
  5790. "type": "opencollective",
  5791. "url": "https://opencollective.com/unified"
  5792. }
  5793. },
  5794. "node_modules/unist-util-modify-children": {
  5795. "version": "4.0.0",
  5796. "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz",
  5797. "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==",
  5798. "license": "MIT",
  5799. "dependencies": {
  5800. "@types/unist": "^3.0.0",
  5801. "array-iterate": "^2.0.0"
  5802. },
  5803. "funding": {
  5804. "type": "opencollective",
  5805. "url": "https://opencollective.com/unified"
  5806. }
  5807. },
  5808. "node_modules/unist-util-position": {
  5809. "version": "5.0.0",
  5810. "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
  5811. "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
  5812. "license": "MIT",
  5813. "dependencies": {
  5814. "@types/unist": "^3.0.0"
  5815. },
  5816. "funding": {
  5817. "type": "opencollective",
  5818. "url": "https://opencollective.com/unified"
  5819. }
  5820. },
  5821. "node_modules/unist-util-position-from-estree": {
  5822. "version": "2.0.0",
  5823. "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz",
  5824. "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==",
  5825. "license": "MIT",
  5826. "dependencies": {
  5827. "@types/unist": "^3.0.0"
  5828. },
  5829. "funding": {
  5830. "type": "opencollective",
  5831. "url": "https://opencollective.com/unified"
  5832. }
  5833. },
  5834. "node_modules/unist-util-remove-position": {
  5835. "version": "5.0.0",
  5836. "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz",
  5837. "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==",
  5838. "license": "MIT",
  5839. "dependencies": {
  5840. "@types/unist": "^3.0.0",
  5841. "unist-util-visit": "^5.0.0"
  5842. },
  5843. "funding": {
  5844. "type": "opencollective",
  5845. "url": "https://opencollective.com/unified"
  5846. }
  5847. },
  5848. "node_modules/unist-util-stringify-position": {
  5849. "version": "4.0.0",
  5850. "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  5851. "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  5852. "license": "MIT",
  5853. "dependencies": {
  5854. "@types/unist": "^3.0.0"
  5855. },
  5856. "funding": {
  5857. "type": "opencollective",
  5858. "url": "https://opencollective.com/unified"
  5859. }
  5860. },
  5861. "node_modules/unist-util-visit": {
  5862. "version": "5.1.0",
  5863. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
  5864. "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
  5865. "license": "MIT",
  5866. "dependencies": {
  5867. "@types/unist": "^3.0.0",
  5868. "unist-util-is": "^6.0.0",
  5869. "unist-util-visit-parents": "^6.0.0"
  5870. },
  5871. "funding": {
  5872. "type": "opencollective",
  5873. "url": "https://opencollective.com/unified"
  5874. }
  5875. },
  5876. "node_modules/unist-util-visit-children": {
  5877. "version": "3.0.0",
  5878. "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz",
  5879. "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==",
  5880. "license": "MIT",
  5881. "dependencies": {
  5882. "@types/unist": "^3.0.0"
  5883. },
  5884. "funding": {
  5885. "type": "opencollective",
  5886. "url": "https://opencollective.com/unified"
  5887. }
  5888. },
  5889. "node_modules/unist-util-visit-parents": {
  5890. "version": "6.0.2",
  5891. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
  5892. "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
  5893. "license": "MIT",
  5894. "dependencies": {
  5895. "@types/unist": "^3.0.0",
  5896. "unist-util-is": "^6.0.0"
  5897. },
  5898. "funding": {
  5899. "type": "opencollective",
  5900. "url": "https://opencollective.com/unified"
  5901. }
  5902. },
  5903. "node_modules/unstorage": {
  5904. "version": "1.17.5",
  5905. "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.5.tgz",
  5906. "integrity": "sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==",
  5907. "license": "MIT",
  5908. "dependencies": {
  5909. "anymatch": "^3.1.3",
  5910. "chokidar": "^5.0.0",
  5911. "destr": "^2.0.5",
  5912. "h3": "^1.15.10",
  5913. "lru-cache": "^11.2.7",
  5914. "node-fetch-native": "^1.6.7",
  5915. "ofetch": "^1.5.1",
  5916. "ufo": "^1.6.3"
  5917. },
  5918. "peerDependencies": {
  5919. "@azure/app-configuration": "^1.8.0",
  5920. "@azure/cosmos": "^4.2.0",
  5921. "@azure/data-tables": "^13.3.0",
  5922. "@azure/identity": "^4.6.0",
  5923. "@azure/keyvault-secrets": "^4.9.0",
  5924. "@azure/storage-blob": "^12.26.0",
  5925. "@capacitor/preferences": "^6 || ^7 || ^8",
  5926. "@deno/kv": ">=0.9.0",
  5927. "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
  5928. "@planetscale/database": "^1.19.0",
  5929. "@upstash/redis": "^1.34.3",
  5930. "@vercel/blob": ">=0.27.1",
  5931. "@vercel/functions": "^2.2.12 || ^3.0.0",
  5932. "@vercel/kv": "^1 || ^2 || ^3",
  5933. "aws4fetch": "^1.0.20",
  5934. "db0": ">=0.2.1",
  5935. "idb-keyval": "^6.2.1",
  5936. "ioredis": "^5.4.2",
  5937. "uploadthing": "^7.4.4"
  5938. },
  5939. "peerDependenciesMeta": {
  5940. "@azure/app-configuration": {
  5941. "optional": true
  5942. },
  5943. "@azure/cosmos": {
  5944. "optional": true
  5945. },
  5946. "@azure/data-tables": {
  5947. "optional": true
  5948. },
  5949. "@azure/identity": {
  5950. "optional": true
  5951. },
  5952. "@azure/keyvault-secrets": {
  5953. "optional": true
  5954. },
  5955. "@azure/storage-blob": {
  5956. "optional": true
  5957. },
  5958. "@capacitor/preferences": {
  5959. "optional": true
  5960. },
  5961. "@deno/kv": {
  5962. "optional": true
  5963. },
  5964. "@netlify/blobs": {
  5965. "optional": true
  5966. },
  5967. "@planetscale/database": {
  5968. "optional": true
  5969. },
  5970. "@upstash/redis": {
  5971. "optional": true
  5972. },
  5973. "@vercel/blob": {
  5974. "optional": true
  5975. },
  5976. "@vercel/functions": {
  5977. "optional": true
  5978. },
  5979. "@vercel/kv": {
  5980. "optional": true
  5981. },
  5982. "aws4fetch": {
  5983. "optional": true
  5984. },
  5985. "db0": {
  5986. "optional": true
  5987. },
  5988. "idb-keyval": {
  5989. "optional": true
  5990. },
  5991. "ioredis": {
  5992. "optional": true
  5993. },
  5994. "uploadthing": {
  5995. "optional": true
  5996. }
  5997. }
  5998. },
  5999. "node_modules/util-deprecate": {
  6000. "version": "1.0.2",
  6001. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  6002. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  6003. "license": "MIT"
  6004. },
  6005. "node_modules/vfile": {
  6006. "version": "6.0.3",
  6007. "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
  6008. "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
  6009. "license": "MIT",
  6010. "dependencies": {
  6011. "@types/unist": "^3.0.0",
  6012. "vfile-message": "^4.0.0"
  6013. },
  6014. "funding": {
  6015. "type": "opencollective",
  6016. "url": "https://opencollective.com/unified"
  6017. }
  6018. },
  6019. "node_modules/vfile-location": {
  6020. "version": "5.0.3",
  6021. "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz",
  6022. "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
  6023. "license": "MIT",
  6024. "dependencies": {
  6025. "@types/unist": "^3.0.0",
  6026. "vfile": "^6.0.0"
  6027. },
  6028. "funding": {
  6029. "type": "opencollective",
  6030. "url": "https://opencollective.com/unified"
  6031. }
  6032. },
  6033. "node_modules/vfile-message": {
  6034. "version": "4.0.3",
  6035. "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
  6036. "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
  6037. "license": "MIT",
  6038. "dependencies": {
  6039. "@types/unist": "^3.0.0",
  6040. "unist-util-stringify-position": "^4.0.0"
  6041. },
  6042. "funding": {
  6043. "type": "opencollective",
  6044. "url": "https://opencollective.com/unified"
  6045. }
  6046. },
  6047. "node_modules/vite": {
  6048. "version": "7.3.3",
  6049. "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.3.tgz",
  6050. "integrity": "sha512-/4XH147Ui7OGTjg3HbdWe5arnZQSbfuRzdr9Ec7TQi5I7R+ir0Rlc9GIvD4v0XZurELqA035KVXJXpR61xhiTA==",
  6051. "license": "MIT",
  6052. "peer": true,
  6053. "dependencies": {
  6054. "esbuild": "^0.27.0",
  6055. "fdir": "^6.5.0",
  6056. "picomatch": "^4.0.3",
  6057. "postcss": "^8.5.6",
  6058. "rollup": "^4.43.0",
  6059. "tinyglobby": "^0.2.15"
  6060. },
  6061. "bin": {
  6062. "vite": "bin/vite.js"
  6063. },
  6064. "engines": {
  6065. "node": "^20.19.0 || >=22.12.0"
  6066. },
  6067. "funding": {
  6068. "url": "https://github.com/vitejs/vite?sponsor=1"
  6069. },
  6070. "optionalDependencies": {
  6071. "fsevents": "~2.3.3"
  6072. },
  6073. "peerDependencies": {
  6074. "@types/node": "^20.19.0 || >=22.12.0",
  6075. "jiti": ">=1.21.0",
  6076. "less": "^4.0.0",
  6077. "lightningcss": "^1.21.0",
  6078. "sass": "^1.70.0",
  6079. "sass-embedded": "^1.70.0",
  6080. "stylus": ">=0.54.8",
  6081. "sugarss": "^5.0.0",
  6082. "terser": "^5.16.0",
  6083. "tsx": "^4.8.1",
  6084. "yaml": "^2.4.2"
  6085. },
  6086. "peerDependenciesMeta": {
  6087. "@types/node": {
  6088. "optional": true
  6089. },
  6090. "jiti": {
  6091. "optional": true
  6092. },
  6093. "less": {
  6094. "optional": true
  6095. },
  6096. "lightningcss": {
  6097. "optional": true
  6098. },
  6099. "sass": {
  6100. "optional": true
  6101. },
  6102. "sass-embedded": {
  6103. "optional": true
  6104. },
  6105. "stylus": {
  6106. "optional": true
  6107. },
  6108. "sugarss": {
  6109. "optional": true
  6110. },
  6111. "terser": {
  6112. "optional": true
  6113. },
  6114. "tsx": {
  6115. "optional": true
  6116. },
  6117. "yaml": {
  6118. "optional": true
  6119. }
  6120. }
  6121. },
  6122. "node_modules/vitefu": {
  6123. "version": "1.1.3",
  6124. "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.3.tgz",
  6125. "integrity": "sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==",
  6126. "license": "MIT",
  6127. "workspaces": [
  6128. "tests/deps/*",
  6129. "tests/projects/*",
  6130. "tests/projects/workspace/packages/*"
  6131. ],
  6132. "peerDependencies": {
  6133. "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  6134. },
  6135. "peerDependenciesMeta": {
  6136. "vite": {
  6137. "optional": true
  6138. }
  6139. }
  6140. },
  6141. "node_modules/web-namespaces": {
  6142. "version": "2.0.1",
  6143. "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz",
  6144. "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
  6145. "license": "MIT",
  6146. "funding": {
  6147. "type": "github",
  6148. "url": "https://github.com/sponsors/wooorm"
  6149. }
  6150. },
  6151. "node_modules/which-pm-runs": {
  6152. "version": "1.1.0",
  6153. "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz",
  6154. "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==",
  6155. "license": "MIT",
  6156. "engines": {
  6157. "node": ">=4"
  6158. }
  6159. },
  6160. "node_modules/xxhash-wasm": {
  6161. "version": "1.1.0",
  6162. "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz",
  6163. "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==",
  6164. "license": "MIT"
  6165. },
  6166. "node_modules/yargs-parser": {
  6167. "version": "22.0.0",
  6168. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
  6169. "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
  6170. "license": "ISC",
  6171. "engines": {
  6172. "node": "^20.19.0 || ^22.12.0 || >=23"
  6173. }
  6174. },
  6175. "node_modules/yocto-queue": {
  6176. "version": "1.2.2",
  6177. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
  6178. "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
  6179. "license": "MIT",
  6180. "engines": {
  6181. "node": ">=12.20"
  6182. },
  6183. "funding": {
  6184. "url": "https://github.com/sponsors/sindresorhus"
  6185. }
  6186. },
  6187. "node_modules/zod": {
  6188. "version": "4.4.3",
  6189. "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
  6190. "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
  6191. "license": "MIT",
  6192. "funding": {
  6193. "url": "https://github.com/sponsors/colinhacks"
  6194. }
  6195. },
  6196. "node_modules/zwitch": {
  6197. "version": "2.0.4",
  6198. "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
  6199. "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
  6200. "license": "MIT",
  6201. "funding": {
  6202. "type": "github",
  6203. "url": "https://github.com/sponsors/wooorm"
  6204. }
  6205. }
  6206. }
  6207. }