package-lock.json 186 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765
  1. {
  2. "name": "simo2",
  3. "version": "0.0.1",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "simo2",
  9. "version": "0.0.1",
  10. "dependencies": {
  11. "@astrojs/svelte": "^4.0.0",
  12. "@astrojs/tailwind": "^5.1.0",
  13. "astro": "^3.0.2",
  14. "svelte": "^4.2.0",
  15. "tailwindcss": "^3.3.3",
  16. "typescript": "^5.3.3",
  17. "vite": "^5.0.11"
  18. },
  19. "devDependencies": {
  20. "postcss": "^8.4.33",
  21. "postcss-nesting": "^12.0.4",
  22. "prettier": "^3.0.3",
  23. "prettier-plugin-tailwindcss": "^0.5.4"
  24. }
  25. },
  26. "node_modules/@alloc/quick-lru": {
  27. "version": "5.2.0",
  28. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  29. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  30. "engines": {
  31. "node": ">=10"
  32. },
  33. "funding": {
  34. "url": "https://github.com/sponsors/sindresorhus"
  35. }
  36. },
  37. "node_modules/@ampproject/remapping": {
  38. "version": "2.2.1",
  39. "license": "Apache-2.0",
  40. "dependencies": {
  41. "@jridgewell/gen-mapping": "^0.3.0",
  42. "@jridgewell/trace-mapping": "^0.3.9"
  43. },
  44. "engines": {
  45. "node": ">=6.0.0"
  46. }
  47. },
  48. "node_modules/@astrojs/compiler": {
  49. "version": "2.0.1",
  50. "license": "MIT"
  51. },
  52. "node_modules/@astrojs/internal-helpers": {
  53. "version": "0.2.0",
  54. "license": "MIT"
  55. },
  56. "node_modules/@astrojs/markdown-remark": {
  57. "version": "3.0.0",
  58. "license": "MIT",
  59. "dependencies": {
  60. "@astrojs/prism": "^3.0.0",
  61. "github-slugger": "^2.0.0",
  62. "import-meta-resolve": "^3.0.0",
  63. "rehype-raw": "^6.1.1",
  64. "rehype-stringify": "^9.0.4",
  65. "remark-gfm": "^3.0.1",
  66. "remark-parse": "^10.0.2",
  67. "remark-rehype": "^10.1.0",
  68. "remark-smartypants": "^2.0.0",
  69. "shiki": "^0.14.3",
  70. "unified": "^10.1.2",
  71. "unist-util-visit": "^4.1.2",
  72. "vfile": "^5.3.7"
  73. },
  74. "peerDependencies": {
  75. "astro": "^3.0.0"
  76. }
  77. },
  78. "node_modules/@astrojs/prism": {
  79. "version": "3.0.0",
  80. "license": "MIT",
  81. "dependencies": {
  82. "prismjs": "^1.29.0"
  83. },
  84. "engines": {
  85. "node": ">=18.14.1"
  86. }
  87. },
  88. "node_modules/@astrojs/svelte": {
  89. "version": "4.0.0",
  90. "resolved": "https://registry.npmjs.org/@astrojs/svelte/-/svelte-4.0.0.tgz",
  91. "integrity": "sha512-HTn6p2U8GnbiDFxfyaUUCPLGW1P/RAEC0jeg4Zk0IGQd1szSvHwuZst99/k8oRoIytH5eLWSRuiYMI4j5vdA6w==",
  92. "dependencies": {
  93. "@sveltejs/vite-plugin-svelte": "^2.4.5",
  94. "svelte2tsx": "^0.6.20"
  95. },
  96. "engines": {
  97. "node": ">=18.14.1"
  98. },
  99. "peerDependencies": {
  100. "astro": "^3.0.0",
  101. "svelte": "^3.55.0 || ^4.0.0"
  102. }
  103. },
  104. "node_modules/@astrojs/svelte/node_modules/@esbuild/linux-x64": {
  105. "version": "0.18.20",
  106. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
  107. "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
  108. "cpu": [
  109. "x64"
  110. ],
  111. "optional": true,
  112. "os": [
  113. "linux"
  114. ],
  115. "peer": true,
  116. "engines": {
  117. "node": ">=12"
  118. }
  119. },
  120. "node_modules/@astrojs/svelte/node_modules/@sveltejs/vite-plugin-svelte": {
  121. "version": "2.5.3",
  122. "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-2.5.3.tgz",
  123. "integrity": "sha512-erhNtXxE5/6xGZz/M9eXsmI7Pxa6MS7jyTy06zN3Ck++ldrppOnOlJwHHTsMC7DHDQdgUp4NAc4cDNQ9eGdB/w==",
  124. "dependencies": {
  125. "@sveltejs/vite-plugin-svelte-inspector": "^1.0.4",
  126. "debug": "^4.3.4",
  127. "deepmerge": "^4.3.1",
  128. "kleur": "^4.1.5",
  129. "magic-string": "^0.30.3",
  130. "svelte-hmr": "^0.15.3",
  131. "vitefu": "^0.2.4"
  132. },
  133. "engines": {
  134. "node": "^14.18.0 || >= 16"
  135. },
  136. "peerDependencies": {
  137. "svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.0",
  138. "vite": "^4.0.0"
  139. }
  140. },
  141. "node_modules/@astrojs/svelte/node_modules/@sveltejs/vite-plugin-svelte-inspector": {
  142. "version": "1.0.4",
  143. "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte-inspector/-/vite-plugin-svelte-inspector-1.0.4.tgz",
  144. "integrity": "sha512-zjiuZ3yydBtwpF3bj0kQNV0YXe+iKE545QGZVTaylW3eAzFr+pJ/cwK8lZEaRp4JtaJXhD5DyWAV4AxLh6DgaQ==",
  145. "dependencies": {
  146. "debug": "^4.3.4"
  147. },
  148. "engines": {
  149. "node": "^14.18.0 || >= 16"
  150. },
  151. "peerDependencies": {
  152. "@sveltejs/vite-plugin-svelte": "^2.2.0",
  153. "svelte": "^3.54.0 || ^4.0.0",
  154. "vite": "^4.0.0"
  155. }
  156. },
  157. "node_modules/@astrojs/svelte/node_modules/esbuild": {
  158. "version": "0.18.20",
  159. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
  160. "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
  161. "hasInstallScript": true,
  162. "peer": true,
  163. "bin": {
  164. "esbuild": "bin/esbuild"
  165. },
  166. "engines": {
  167. "node": ">=12"
  168. },
  169. "optionalDependencies": {
  170. "@esbuild/android-arm": "0.18.20",
  171. "@esbuild/android-arm64": "0.18.20",
  172. "@esbuild/android-x64": "0.18.20",
  173. "@esbuild/darwin-arm64": "0.18.20",
  174. "@esbuild/darwin-x64": "0.18.20",
  175. "@esbuild/freebsd-arm64": "0.18.20",
  176. "@esbuild/freebsd-x64": "0.18.20",
  177. "@esbuild/linux-arm": "0.18.20",
  178. "@esbuild/linux-arm64": "0.18.20",
  179. "@esbuild/linux-ia32": "0.18.20",
  180. "@esbuild/linux-loong64": "0.18.20",
  181. "@esbuild/linux-mips64el": "0.18.20",
  182. "@esbuild/linux-ppc64": "0.18.20",
  183. "@esbuild/linux-riscv64": "0.18.20",
  184. "@esbuild/linux-s390x": "0.18.20",
  185. "@esbuild/linux-x64": "0.18.20",
  186. "@esbuild/netbsd-x64": "0.18.20",
  187. "@esbuild/openbsd-x64": "0.18.20",
  188. "@esbuild/sunos-x64": "0.18.20",
  189. "@esbuild/win32-arm64": "0.18.20",
  190. "@esbuild/win32-ia32": "0.18.20",
  191. "@esbuild/win32-x64": "0.18.20"
  192. }
  193. },
  194. "node_modules/@astrojs/svelte/node_modules/rollup": {
  195. "version": "3.29.4",
  196. "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz",
  197. "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==",
  198. "peer": true,
  199. "bin": {
  200. "rollup": "dist/bin/rollup"
  201. },
  202. "engines": {
  203. "node": ">=14.18.0",
  204. "npm": ">=8.0.0"
  205. },
  206. "optionalDependencies": {
  207. "fsevents": "~2.3.2"
  208. }
  209. },
  210. "node_modules/@astrojs/svelte/node_modules/vite": {
  211. "version": "4.5.3",
  212. "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz",
  213. "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==",
  214. "peer": true,
  215. "dependencies": {
  216. "esbuild": "^0.18.10",
  217. "postcss": "^8.4.27",
  218. "rollup": "^3.27.1"
  219. },
  220. "bin": {
  221. "vite": "bin/vite.js"
  222. },
  223. "engines": {
  224. "node": "^14.18.0 || >=16.0.0"
  225. },
  226. "funding": {
  227. "url": "https://github.com/vitejs/vite?sponsor=1"
  228. },
  229. "optionalDependencies": {
  230. "fsevents": "~2.3.2"
  231. },
  232. "peerDependencies": {
  233. "@types/node": ">= 14",
  234. "less": "*",
  235. "lightningcss": "^1.21.0",
  236. "sass": "*",
  237. "stylus": "*",
  238. "sugarss": "*",
  239. "terser": "^5.4.0"
  240. },
  241. "peerDependenciesMeta": {
  242. "@types/node": {
  243. "optional": true
  244. },
  245. "less": {
  246. "optional": true
  247. },
  248. "lightningcss": {
  249. "optional": true
  250. },
  251. "sass": {
  252. "optional": true
  253. },
  254. "stylus": {
  255. "optional": true
  256. },
  257. "sugarss": {
  258. "optional": true
  259. },
  260. "terser": {
  261. "optional": true
  262. }
  263. }
  264. },
  265. "node_modules/@astrojs/tailwind": {
  266. "version": "5.1.0",
  267. "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.0.tgz",
  268. "integrity": "sha512-BJoCDKuWhU9FT2qYg+fr6Nfb3qP4ShtyjXGHKA/4mHN94z7BGcmauQK23iy+YH5qWvTnhqkd6mQPQ1yTZTe9Ig==",
  269. "dependencies": {
  270. "autoprefixer": "^10.4.15",
  271. "postcss": "^8.4.28",
  272. "postcss-load-config": "^4.0.2"
  273. },
  274. "peerDependencies": {
  275. "astro": "^3.0.0 || ^4.0.0",
  276. "tailwindcss": "^3.0.24"
  277. }
  278. },
  279. "node_modules/@astrojs/telemetry": {
  280. "version": "3.0.0",
  281. "license": "MIT",
  282. "dependencies": {
  283. "ci-info": "^3.8.0",
  284. "debug": "^4.3.4",
  285. "dlv": "^1.1.3",
  286. "dset": "^3.1.2",
  287. "is-docker": "^3.0.0",
  288. "is-wsl": "^3.0.0",
  289. "undici": "^5.23.0",
  290. "which-pm-runs": "^1.1.0"
  291. },
  292. "engines": {
  293. "node": ">=18.14.1"
  294. }
  295. },
  296. "node_modules/@babel/code-frame": {
  297. "version": "7.22.13",
  298. "license": "MIT",
  299. "dependencies": {
  300. "@babel/highlight": "^7.22.13",
  301. "chalk": "^2.4.2"
  302. },
  303. "engines": {
  304. "node": ">=6.9.0"
  305. }
  306. },
  307. "node_modules/@babel/code-frame/node_modules/chalk": {
  308. "version": "2.4.2",
  309. "license": "MIT",
  310. "dependencies": {
  311. "ansi-styles": "^3.2.1",
  312. "escape-string-regexp": "^1.0.5",
  313. "supports-color": "^5.3.0"
  314. },
  315. "engines": {
  316. "node": ">=4"
  317. }
  318. },
  319. "node_modules/@babel/code-frame/node_modules/chalk/node_modules/ansi-styles": {
  320. "version": "3.2.1",
  321. "license": "MIT",
  322. "dependencies": {
  323. "color-convert": "^1.9.0"
  324. },
  325. "engines": {
  326. "node": ">=4"
  327. }
  328. },
  329. "node_modules/@babel/code-frame/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert": {
  330. "version": "1.9.3",
  331. "license": "MIT",
  332. "dependencies": {
  333. "color-name": "1.1.3"
  334. }
  335. },
  336. "node_modules/@babel/code-frame/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name": {
  337. "version": "1.1.3",
  338. "license": "MIT"
  339. },
  340. "node_modules/@babel/compat-data": {
  341. "version": "7.22.9",
  342. "license": "MIT",
  343. "engines": {
  344. "node": ">=6.9.0"
  345. }
  346. },
  347. "node_modules/@babel/core": {
  348. "version": "7.22.11",
  349. "license": "MIT",
  350. "dependencies": {
  351. "@ampproject/remapping": "^2.2.0",
  352. "@babel/code-frame": "^7.22.10",
  353. "@babel/generator": "^7.22.10",
  354. "@babel/helper-compilation-targets": "^7.22.10",
  355. "@babel/helper-module-transforms": "^7.22.9",
  356. "@babel/helpers": "^7.22.11",
  357. "@babel/parser": "^7.22.11",
  358. "@babel/template": "^7.22.5",
  359. "@babel/traverse": "^7.22.11",
  360. "@babel/types": "^7.22.11",
  361. "convert-source-map": "^1.7.0",
  362. "debug": "^4.1.0",
  363. "gensync": "^1.0.0-beta.2",
  364. "json5": "^2.2.3",
  365. "semver": "^6.3.1"
  366. },
  367. "engines": {
  368. "node": ">=6.9.0"
  369. },
  370. "funding": {
  371. "type": "opencollective",
  372. "url": "https://opencollective.com/babel"
  373. }
  374. },
  375. "node_modules/@babel/core/node_modules/semver": {
  376. "version": "6.3.1",
  377. "license": "ISC",
  378. "bin": {
  379. "semver": "bin/semver.js"
  380. }
  381. },
  382. "node_modules/@babel/generator": {
  383. "version": "7.22.10",
  384. "license": "MIT",
  385. "dependencies": {
  386. "@babel/types": "^7.22.10",
  387. "@jridgewell/gen-mapping": "^0.3.2",
  388. "@jridgewell/trace-mapping": "^0.3.17",
  389. "jsesc": "^2.5.1"
  390. },
  391. "engines": {
  392. "node": ">=6.9.0"
  393. }
  394. },
  395. "node_modules/@babel/helper-annotate-as-pure": {
  396. "version": "7.22.5",
  397. "license": "MIT",
  398. "dependencies": {
  399. "@babel/types": "^7.22.5"
  400. },
  401. "engines": {
  402. "node": ">=6.9.0"
  403. }
  404. },
  405. "node_modules/@babel/helper-compilation-targets": {
  406. "version": "7.22.10",
  407. "license": "MIT",
  408. "dependencies": {
  409. "@babel/compat-data": "^7.22.9",
  410. "@babel/helper-validator-option": "^7.22.5",
  411. "browserslist": "^4.21.9",
  412. "lru-cache": "^5.1.1",
  413. "semver": "^6.3.1"
  414. },
  415. "engines": {
  416. "node": ">=6.9.0"
  417. }
  418. },
  419. "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
  420. "version": "5.1.1",
  421. "license": "ISC",
  422. "dependencies": {
  423. "yallist": "^3.0.2"
  424. }
  425. },
  426. "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist": {
  427. "version": "3.1.1",
  428. "license": "ISC"
  429. },
  430. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  431. "version": "6.3.1",
  432. "license": "ISC",
  433. "bin": {
  434. "semver": "bin/semver.js"
  435. }
  436. },
  437. "node_modules/@babel/helper-environment-visitor": {
  438. "version": "7.22.5",
  439. "license": "MIT",
  440. "engines": {
  441. "node": ">=6.9.0"
  442. }
  443. },
  444. "node_modules/@babel/helper-function-name": {
  445. "version": "7.22.5",
  446. "license": "MIT",
  447. "dependencies": {
  448. "@babel/template": "^7.22.5",
  449. "@babel/types": "^7.22.5"
  450. },
  451. "engines": {
  452. "node": ">=6.9.0"
  453. }
  454. },
  455. "node_modules/@babel/helper-hoist-variables": {
  456. "version": "7.22.5",
  457. "license": "MIT",
  458. "dependencies": {
  459. "@babel/types": "^7.22.5"
  460. },
  461. "engines": {
  462. "node": ">=6.9.0"
  463. }
  464. },
  465. "node_modules/@babel/helper-module-imports": {
  466. "version": "7.22.5",
  467. "license": "MIT",
  468. "dependencies": {
  469. "@babel/types": "^7.22.5"
  470. },
  471. "engines": {
  472. "node": ">=6.9.0"
  473. }
  474. },
  475. "node_modules/@babel/helper-module-transforms": {
  476. "version": "7.22.9",
  477. "license": "MIT",
  478. "dependencies": {
  479. "@babel/helper-environment-visitor": "^7.22.5",
  480. "@babel/helper-module-imports": "^7.22.5",
  481. "@babel/helper-simple-access": "^7.22.5",
  482. "@babel/helper-split-export-declaration": "^7.22.6",
  483. "@babel/helper-validator-identifier": "^7.22.5"
  484. },
  485. "engines": {
  486. "node": ">=6.9.0"
  487. },
  488. "peerDependencies": {
  489. "@babel/core": "^7.0.0"
  490. }
  491. },
  492. "node_modules/@babel/helper-plugin-utils": {
  493. "version": "7.22.5",
  494. "license": "MIT",
  495. "engines": {
  496. "node": ">=6.9.0"
  497. }
  498. },
  499. "node_modules/@babel/helper-simple-access": {
  500. "version": "7.22.5",
  501. "license": "MIT",
  502. "dependencies": {
  503. "@babel/types": "^7.22.5"
  504. },
  505. "engines": {
  506. "node": ">=6.9.0"
  507. }
  508. },
  509. "node_modules/@babel/helper-split-export-declaration": {
  510. "version": "7.22.6",
  511. "license": "MIT",
  512. "dependencies": {
  513. "@babel/types": "^7.22.5"
  514. },
  515. "engines": {
  516. "node": ">=6.9.0"
  517. }
  518. },
  519. "node_modules/@babel/helper-string-parser": {
  520. "version": "7.22.5",
  521. "license": "MIT",
  522. "engines": {
  523. "node": ">=6.9.0"
  524. }
  525. },
  526. "node_modules/@babel/helper-validator-identifier": {
  527. "version": "7.22.5",
  528. "license": "MIT",
  529. "engines": {
  530. "node": ">=6.9.0"
  531. }
  532. },
  533. "node_modules/@babel/helper-validator-option": {
  534. "version": "7.22.5",
  535. "license": "MIT",
  536. "engines": {
  537. "node": ">=6.9.0"
  538. }
  539. },
  540. "node_modules/@babel/helpers": {
  541. "version": "7.22.11",
  542. "license": "MIT",
  543. "dependencies": {
  544. "@babel/template": "^7.22.5",
  545. "@babel/traverse": "^7.22.11",
  546. "@babel/types": "^7.22.11"
  547. },
  548. "engines": {
  549. "node": ">=6.9.0"
  550. }
  551. },
  552. "node_modules/@babel/highlight": {
  553. "version": "7.22.13",
  554. "license": "MIT",
  555. "dependencies": {
  556. "@babel/helper-validator-identifier": "^7.22.5",
  557. "chalk": "^2.4.2",
  558. "js-tokens": "^4.0.0"
  559. },
  560. "engines": {
  561. "node": ">=6.9.0"
  562. }
  563. },
  564. "node_modules/@babel/highlight/node_modules/chalk": {
  565. "version": "2.4.2",
  566. "license": "MIT",
  567. "dependencies": {
  568. "ansi-styles": "^3.2.1",
  569. "escape-string-regexp": "^1.0.5",
  570. "supports-color": "^5.3.0"
  571. },
  572. "engines": {
  573. "node": ">=4"
  574. }
  575. },
  576. "node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles": {
  577. "version": "3.2.1",
  578. "license": "MIT",
  579. "dependencies": {
  580. "color-convert": "^1.9.0"
  581. },
  582. "engines": {
  583. "node": ">=4"
  584. }
  585. },
  586. "node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert": {
  587. "version": "1.9.3",
  588. "license": "MIT",
  589. "dependencies": {
  590. "color-name": "1.1.3"
  591. }
  592. },
  593. "node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name": {
  594. "version": "1.1.3",
  595. "license": "MIT"
  596. },
  597. "node_modules/@babel/parser": {
  598. "version": "7.22.14",
  599. "license": "MIT",
  600. "bin": {
  601. "parser": "bin/babel-parser.js"
  602. },
  603. "engines": {
  604. "node": ">=6.0.0"
  605. }
  606. },
  607. "node_modules/@babel/plugin-syntax-jsx": {
  608. "version": "7.22.5",
  609. "license": "MIT",
  610. "dependencies": {
  611. "@babel/helper-plugin-utils": "^7.22.5"
  612. },
  613. "engines": {
  614. "node": ">=6.9.0"
  615. },
  616. "peerDependencies": {
  617. "@babel/core": "^7.0.0-0"
  618. }
  619. },
  620. "node_modules/@babel/plugin-transform-react-jsx": {
  621. "version": "7.22.5",
  622. "license": "MIT",
  623. "dependencies": {
  624. "@babel/helper-annotate-as-pure": "^7.22.5",
  625. "@babel/helper-module-imports": "^7.22.5",
  626. "@babel/helper-plugin-utils": "^7.22.5",
  627. "@babel/plugin-syntax-jsx": "^7.22.5",
  628. "@babel/types": "^7.22.5"
  629. },
  630. "engines": {
  631. "node": ">=6.9.0"
  632. },
  633. "peerDependencies": {
  634. "@babel/core": "^7.0.0-0"
  635. }
  636. },
  637. "node_modules/@babel/template": {
  638. "version": "7.22.5",
  639. "license": "MIT",
  640. "dependencies": {
  641. "@babel/code-frame": "^7.22.5",
  642. "@babel/parser": "^7.22.5",
  643. "@babel/types": "^7.22.5"
  644. },
  645. "engines": {
  646. "node": ">=6.9.0"
  647. }
  648. },
  649. "node_modules/@babel/traverse": {
  650. "version": "7.22.11",
  651. "license": "MIT",
  652. "dependencies": {
  653. "@babel/code-frame": "^7.22.10",
  654. "@babel/generator": "^7.22.10",
  655. "@babel/helper-environment-visitor": "^7.22.5",
  656. "@babel/helper-function-name": "^7.22.5",
  657. "@babel/helper-hoist-variables": "^7.22.5",
  658. "@babel/helper-split-export-declaration": "^7.22.6",
  659. "@babel/parser": "^7.22.11",
  660. "@babel/types": "^7.22.11",
  661. "debug": "^4.1.0",
  662. "globals": "^11.1.0"
  663. },
  664. "engines": {
  665. "node": ">=6.9.0"
  666. }
  667. },
  668. "node_modules/@babel/types": {
  669. "version": "7.22.11",
  670. "license": "MIT",
  671. "dependencies": {
  672. "@babel/helper-string-parser": "^7.22.5",
  673. "@babel/helper-validator-identifier": "^7.22.5",
  674. "to-fast-properties": "^2.0.0"
  675. },
  676. "engines": {
  677. "node": ">=6.9.0"
  678. }
  679. },
  680. "node_modules/@csstools/selector-resolve-nested": {
  681. "version": "1.1.0",
  682. "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-1.1.0.tgz",
  683. "integrity": "sha512-uWvSaeRcHyeNenKg8tp17EVDRkpflmdyvbE0DHo6D/GdBb6PDnCYYU6gRpXhtICMGMcahQmj2zGxwFM/WC8hCg==",
  684. "dev": true,
  685. "funding": [
  686. {
  687. "type": "github",
  688. "url": "https://github.com/sponsors/csstools"
  689. },
  690. {
  691. "type": "opencollective",
  692. "url": "https://opencollective.com/csstools"
  693. }
  694. ],
  695. "engines": {
  696. "node": "^14 || ^16 || >=18"
  697. },
  698. "peerDependencies": {
  699. "postcss-selector-parser": "^6.0.13"
  700. }
  701. },
  702. "node_modules/@csstools/selector-specificity": {
  703. "version": "3.1.1",
  704. "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.1.1.tgz",
  705. "integrity": "sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA==",
  706. "dev": true,
  707. "funding": [
  708. {
  709. "type": "github",
  710. "url": "https://github.com/sponsors/csstools"
  711. },
  712. {
  713. "type": "opencollective",
  714. "url": "https://opencollective.com/csstools"
  715. }
  716. ],
  717. "engines": {
  718. "node": "^14 || ^16 || >=18"
  719. },
  720. "peerDependencies": {
  721. "postcss-selector-parser": "^6.0.13"
  722. }
  723. },
  724. "node_modules/@esbuild/aix-ppc64": {
  725. "version": "0.21.5",
  726. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  727. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  728. "cpu": [
  729. "ppc64"
  730. ],
  731. "optional": true,
  732. "os": [
  733. "aix"
  734. ],
  735. "engines": {
  736. "node": ">=12"
  737. }
  738. },
  739. "node_modules/@esbuild/android-arm": {
  740. "version": "0.18.20",
  741. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz",
  742. "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==",
  743. "cpu": [
  744. "arm"
  745. ],
  746. "optional": true,
  747. "os": [
  748. "android"
  749. ],
  750. "engines": {
  751. "node": ">=12"
  752. }
  753. },
  754. "node_modules/@esbuild/android-arm64": {
  755. "version": "0.18.20",
  756. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz",
  757. "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==",
  758. "cpu": [
  759. "arm64"
  760. ],
  761. "optional": true,
  762. "os": [
  763. "android"
  764. ],
  765. "engines": {
  766. "node": ">=12"
  767. }
  768. },
  769. "node_modules/@esbuild/android-x64": {
  770. "version": "0.18.20",
  771. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz",
  772. "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==",
  773. "cpu": [
  774. "x64"
  775. ],
  776. "optional": true,
  777. "os": [
  778. "android"
  779. ],
  780. "engines": {
  781. "node": ">=12"
  782. }
  783. },
  784. "node_modules/@esbuild/darwin-arm64": {
  785. "version": "0.18.20",
  786. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz",
  787. "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==",
  788. "cpu": [
  789. "arm64"
  790. ],
  791. "optional": true,
  792. "os": [
  793. "darwin"
  794. ],
  795. "engines": {
  796. "node": ">=12"
  797. }
  798. },
  799. "node_modules/@esbuild/darwin-x64": {
  800. "version": "0.18.20",
  801. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz",
  802. "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==",
  803. "cpu": [
  804. "x64"
  805. ],
  806. "optional": true,
  807. "os": [
  808. "darwin"
  809. ],
  810. "engines": {
  811. "node": ">=12"
  812. }
  813. },
  814. "node_modules/@esbuild/freebsd-arm64": {
  815. "version": "0.18.20",
  816. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz",
  817. "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==",
  818. "cpu": [
  819. "arm64"
  820. ],
  821. "optional": true,
  822. "os": [
  823. "freebsd"
  824. ],
  825. "engines": {
  826. "node": ">=12"
  827. }
  828. },
  829. "node_modules/@esbuild/freebsd-x64": {
  830. "version": "0.18.20",
  831. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz",
  832. "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==",
  833. "cpu": [
  834. "x64"
  835. ],
  836. "optional": true,
  837. "os": [
  838. "freebsd"
  839. ],
  840. "engines": {
  841. "node": ">=12"
  842. }
  843. },
  844. "node_modules/@esbuild/linux-arm": {
  845. "version": "0.18.20",
  846. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz",
  847. "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==",
  848. "cpu": [
  849. "arm"
  850. ],
  851. "optional": true,
  852. "os": [
  853. "linux"
  854. ],
  855. "engines": {
  856. "node": ">=12"
  857. }
  858. },
  859. "node_modules/@esbuild/linux-arm64": {
  860. "version": "0.18.20",
  861. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz",
  862. "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==",
  863. "cpu": [
  864. "arm64"
  865. ],
  866. "optional": true,
  867. "os": [
  868. "linux"
  869. ],
  870. "engines": {
  871. "node": ">=12"
  872. }
  873. },
  874. "node_modules/@esbuild/linux-ia32": {
  875. "version": "0.18.20",
  876. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz",
  877. "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==",
  878. "cpu": [
  879. "ia32"
  880. ],
  881. "optional": true,
  882. "os": [
  883. "linux"
  884. ],
  885. "engines": {
  886. "node": ">=12"
  887. }
  888. },
  889. "node_modules/@esbuild/linux-loong64": {
  890. "version": "0.18.20",
  891. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz",
  892. "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==",
  893. "cpu": [
  894. "loong64"
  895. ],
  896. "optional": true,
  897. "os": [
  898. "linux"
  899. ],
  900. "engines": {
  901. "node": ">=12"
  902. }
  903. },
  904. "node_modules/@esbuild/linux-mips64el": {
  905. "version": "0.18.20",
  906. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz",
  907. "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==",
  908. "cpu": [
  909. "mips64el"
  910. ],
  911. "optional": true,
  912. "os": [
  913. "linux"
  914. ],
  915. "engines": {
  916. "node": ">=12"
  917. }
  918. },
  919. "node_modules/@esbuild/linux-ppc64": {
  920. "version": "0.18.20",
  921. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz",
  922. "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==",
  923. "cpu": [
  924. "ppc64"
  925. ],
  926. "optional": true,
  927. "os": [
  928. "linux"
  929. ],
  930. "engines": {
  931. "node": ">=12"
  932. }
  933. },
  934. "node_modules/@esbuild/linux-riscv64": {
  935. "version": "0.18.20",
  936. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz",
  937. "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==",
  938. "cpu": [
  939. "riscv64"
  940. ],
  941. "optional": true,
  942. "os": [
  943. "linux"
  944. ],
  945. "engines": {
  946. "node": ">=12"
  947. }
  948. },
  949. "node_modules/@esbuild/linux-s390x": {
  950. "version": "0.18.20",
  951. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz",
  952. "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==",
  953. "cpu": [
  954. "s390x"
  955. ],
  956. "optional": true,
  957. "os": [
  958. "linux"
  959. ],
  960. "engines": {
  961. "node": ">=12"
  962. }
  963. },
  964. "node_modules/@esbuild/linux-x64": {
  965. "version": "0.19.2",
  966. "cpu": [
  967. "x64"
  968. ],
  969. "license": "MIT",
  970. "optional": true,
  971. "os": [
  972. "linux"
  973. ],
  974. "engines": {
  975. "node": ">=12"
  976. }
  977. },
  978. "node_modules/@esbuild/netbsd-x64": {
  979. "version": "0.18.20",
  980. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz",
  981. "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==",
  982. "cpu": [
  983. "x64"
  984. ],
  985. "optional": true,
  986. "os": [
  987. "netbsd"
  988. ],
  989. "engines": {
  990. "node": ">=12"
  991. }
  992. },
  993. "node_modules/@esbuild/openbsd-x64": {
  994. "version": "0.18.20",
  995. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz",
  996. "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==",
  997. "cpu": [
  998. "x64"
  999. ],
  1000. "optional": true,
  1001. "os": [
  1002. "openbsd"
  1003. ],
  1004. "engines": {
  1005. "node": ">=12"
  1006. }
  1007. },
  1008. "node_modules/@esbuild/sunos-x64": {
  1009. "version": "0.18.20",
  1010. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz",
  1011. "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==",
  1012. "cpu": [
  1013. "x64"
  1014. ],
  1015. "optional": true,
  1016. "os": [
  1017. "sunos"
  1018. ],
  1019. "engines": {
  1020. "node": ">=12"
  1021. }
  1022. },
  1023. "node_modules/@esbuild/win32-arm64": {
  1024. "version": "0.18.20",
  1025. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz",
  1026. "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==",
  1027. "cpu": [
  1028. "arm64"
  1029. ],
  1030. "optional": true,
  1031. "os": [
  1032. "win32"
  1033. ],
  1034. "engines": {
  1035. "node": ">=12"
  1036. }
  1037. },
  1038. "node_modules/@esbuild/win32-ia32": {
  1039. "version": "0.18.20",
  1040. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz",
  1041. "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==",
  1042. "cpu": [
  1043. "ia32"
  1044. ],
  1045. "optional": true,
  1046. "os": [
  1047. "win32"
  1048. ],
  1049. "engines": {
  1050. "node": ">=12"
  1051. }
  1052. },
  1053. "node_modules/@esbuild/win32-x64": {
  1054. "version": "0.18.20",
  1055. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
  1056. "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
  1057. "cpu": [
  1058. "x64"
  1059. ],
  1060. "optional": true,
  1061. "os": [
  1062. "win32"
  1063. ],
  1064. "engines": {
  1065. "node": ">=12"
  1066. }
  1067. },
  1068. "node_modules/@jridgewell/gen-mapping": {
  1069. "version": "0.3.3",
  1070. "license": "MIT",
  1071. "dependencies": {
  1072. "@jridgewell/set-array": "^1.0.1",
  1073. "@jridgewell/sourcemap-codec": "^1.4.10",
  1074. "@jridgewell/trace-mapping": "^0.3.9"
  1075. },
  1076. "engines": {
  1077. "node": ">=6.0.0"
  1078. }
  1079. },
  1080. "node_modules/@jridgewell/resolve-uri": {
  1081. "version": "3.1.1",
  1082. "license": "MIT",
  1083. "engines": {
  1084. "node": ">=6.0.0"
  1085. }
  1086. },
  1087. "node_modules/@jridgewell/set-array": {
  1088. "version": "1.1.2",
  1089. "license": "MIT",
  1090. "engines": {
  1091. "node": ">=6.0.0"
  1092. }
  1093. },
  1094. "node_modules/@jridgewell/sourcemap-codec": {
  1095. "version": "1.4.15",
  1096. "license": "MIT"
  1097. },
  1098. "node_modules/@jridgewell/trace-mapping": {
  1099. "version": "0.3.19",
  1100. "license": "MIT",
  1101. "dependencies": {
  1102. "@jridgewell/resolve-uri": "^3.1.0",
  1103. "@jridgewell/sourcemap-codec": "^1.4.14"
  1104. }
  1105. },
  1106. "node_modules/@nodelib/fs.scandir": {
  1107. "version": "2.1.5",
  1108. "license": "MIT",
  1109. "dependencies": {
  1110. "@nodelib/fs.stat": "2.0.5",
  1111. "run-parallel": "^1.1.9"
  1112. },
  1113. "engines": {
  1114. "node": ">= 8"
  1115. }
  1116. },
  1117. "node_modules/@nodelib/fs.stat": {
  1118. "version": "2.0.5",
  1119. "license": "MIT",
  1120. "engines": {
  1121. "node": ">= 8"
  1122. }
  1123. },
  1124. "node_modules/@nodelib/fs.walk": {
  1125. "version": "1.2.8",
  1126. "license": "MIT",
  1127. "dependencies": {
  1128. "@nodelib/fs.scandir": "2.1.5",
  1129. "fastq": "^1.6.0"
  1130. },
  1131. "engines": {
  1132. "node": ">= 8"
  1133. }
  1134. },
  1135. "node_modules/@rollup/rollup-android-arm-eabi": {
  1136. "version": "4.18.1",
  1137. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.18.1.tgz",
  1138. "integrity": "sha512-lncuC4aHicncmbORnx+dUaAgzee9cm/PbIqgWz1PpXuwc+sa1Ct83tnqUDy/GFKleLiN7ZIeytM6KJ4cAn1SxA==",
  1139. "cpu": [
  1140. "arm"
  1141. ],
  1142. "optional": true,
  1143. "os": [
  1144. "android"
  1145. ]
  1146. },
  1147. "node_modules/@rollup/rollup-android-arm64": {
  1148. "version": "4.18.1",
  1149. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.18.1.tgz",
  1150. "integrity": "sha512-F/tkdw0WSs4ojqz5Ovrw5r9odqzFjb5LIgHdHZG65dFI1lWTWRVy32KDJLKRISHgJvqUeUhdIvy43fX41znyDg==",
  1151. "cpu": [
  1152. "arm64"
  1153. ],
  1154. "optional": true,
  1155. "os": [
  1156. "android"
  1157. ]
  1158. },
  1159. "node_modules/@rollup/rollup-darwin-arm64": {
  1160. "version": "4.18.1",
  1161. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.18.1.tgz",
  1162. "integrity": "sha512-vk+ma8iC1ebje/ahpxpnrfVQJibTMyHdWpOGZ3JpQ7Mgn/3QNHmPq7YwjZbIE7km73dH5M1e6MRRsnEBW7v5CQ==",
  1163. "cpu": [
  1164. "arm64"
  1165. ],
  1166. "optional": true,
  1167. "os": [
  1168. "darwin"
  1169. ]
  1170. },
  1171. "node_modules/@rollup/rollup-darwin-x64": {
  1172. "version": "4.18.1",
  1173. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.18.1.tgz",
  1174. "integrity": "sha512-IgpzXKauRe1Tafcej9STjSSuG0Ghu/xGYH+qG6JwsAUxXrnkvNHcq/NL6nz1+jzvWAnQkuAJ4uIwGB48K9OCGA==",
  1175. "cpu": [
  1176. "x64"
  1177. ],
  1178. "optional": true,
  1179. "os": [
  1180. "darwin"
  1181. ]
  1182. },
  1183. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1184. "version": "4.18.1",
  1185. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.18.1.tgz",
  1186. "integrity": "sha512-P9bSiAUnSSM7EmyRK+e5wgpqai86QOSv8BwvkGjLwYuOpaeomiZWifEos517CwbG+aZl1T4clSE1YqqH2JRs+g==",
  1187. "cpu": [
  1188. "arm"
  1189. ],
  1190. "optional": true,
  1191. "os": [
  1192. "linux"
  1193. ]
  1194. },
  1195. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1196. "version": "4.18.1",
  1197. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.18.1.tgz",
  1198. "integrity": "sha512-5RnjpACoxtS+aWOI1dURKno11d7krfpGDEn19jI8BuWmSBbUC4ytIADfROM1FZrFhQPSoP+KEa3NlEScznBTyQ==",
  1199. "cpu": [
  1200. "arm"
  1201. ],
  1202. "optional": true,
  1203. "os": [
  1204. "linux"
  1205. ]
  1206. },
  1207. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1208. "version": "4.18.1",
  1209. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.18.1.tgz",
  1210. "integrity": "sha512-8mwmGD668m8WaGbthrEYZ9CBmPug2QPGWxhJxh/vCgBjro5o96gL04WLlg5BA233OCWLqERy4YUzX3bJGXaJgQ==",
  1211. "cpu": [
  1212. "arm64"
  1213. ],
  1214. "optional": true,
  1215. "os": [
  1216. "linux"
  1217. ]
  1218. },
  1219. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1220. "version": "4.18.1",
  1221. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.18.1.tgz",
  1222. "integrity": "sha512-dJX9u4r4bqInMGOAQoGYdwDP8lQiisWb9et+T84l2WXk41yEej8v2iGKodmdKimT8cTAYt0jFb+UEBxnPkbXEQ==",
  1223. "cpu": [
  1224. "arm64"
  1225. ],
  1226. "optional": true,
  1227. "os": [
  1228. "linux"
  1229. ]
  1230. },
  1231. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  1232. "version": "4.18.1",
  1233. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.18.1.tgz",
  1234. "integrity": "sha512-V72cXdTl4EI0x6FNmho4D502sy7ed+LuVW6Ym8aI6DRQ9hQZdp5sj0a2usYOlqvFBNKQnLQGwmYnujo2HvjCxQ==",
  1235. "cpu": [
  1236. "ppc64"
  1237. ],
  1238. "optional": true,
  1239. "os": [
  1240. "linux"
  1241. ]
  1242. },
  1243. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1244. "version": "4.18.1",
  1245. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.18.1.tgz",
  1246. "integrity": "sha512-f+pJih7sxoKmbjghrM2RkWo2WHUW8UbfxIQiWo5yeCaCM0TveMEuAzKJte4QskBp1TIinpnRcxkquY+4WuY/tg==",
  1247. "cpu": [
  1248. "riscv64"
  1249. ],
  1250. "optional": true,
  1251. "os": [
  1252. "linux"
  1253. ]
  1254. },
  1255. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1256. "version": "4.18.1",
  1257. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.18.1.tgz",
  1258. "integrity": "sha512-qb1hMMT3Fr/Qz1OKovCuUM11MUNLUuHeBC2DPPAWUYYUAOFWaxInaTwTQmc7Fl5La7DShTEpmYwgdt2hG+4TEg==",
  1259. "cpu": [
  1260. "s390x"
  1261. ],
  1262. "optional": true,
  1263. "os": [
  1264. "linux"
  1265. ]
  1266. },
  1267. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1268. "version": "4.18.1",
  1269. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.18.1.tgz",
  1270. "integrity": "sha512-7O5u/p6oKUFYjRbZkL2FLbwsyoJAjyeXHCU3O4ndvzg2OFO2GinFPSJFGbiwFDaCFc+k7gs9CF243PwdPQFh5g==",
  1271. "cpu": [
  1272. "x64"
  1273. ],
  1274. "optional": true,
  1275. "os": [
  1276. "linux"
  1277. ]
  1278. },
  1279. "node_modules/@rollup/rollup-linux-x64-musl": {
  1280. "version": "4.18.1",
  1281. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.18.1.tgz",
  1282. "integrity": "sha512-pDLkYITdYrH/9Cv/Vlj8HppDuLMDUBmgsM0+N+xLtFd18aXgM9Nyqupb/Uw+HeidhfYg2lD6CXvz6CjoVOaKjQ==",
  1283. "cpu": [
  1284. "x64"
  1285. ],
  1286. "optional": true,
  1287. "os": [
  1288. "linux"
  1289. ]
  1290. },
  1291. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1292. "version": "4.18.1",
  1293. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.18.1.tgz",
  1294. "integrity": "sha512-W2ZNI323O/8pJdBGil1oCauuCzmVd9lDmWBBqxYZcOqWD6aWqJtVBQ1dFrF4dYpZPks6F+xCZHfzG5hYlSHZ6g==",
  1295. "cpu": [
  1296. "arm64"
  1297. ],
  1298. "optional": true,
  1299. "os": [
  1300. "win32"
  1301. ]
  1302. },
  1303. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1304. "version": "4.18.1",
  1305. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.18.1.tgz",
  1306. "integrity": "sha512-ELfEX1/+eGZYMaCIbK4jqLxO1gyTSOIlZr6pbC4SRYFaSIDVKOnZNMdoZ+ON0mrFDp4+H5MhwNC1H/AhE3zQLg==",
  1307. "cpu": [
  1308. "ia32"
  1309. ],
  1310. "optional": true,
  1311. "os": [
  1312. "win32"
  1313. ]
  1314. },
  1315. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1316. "version": "4.18.1",
  1317. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.18.1.tgz",
  1318. "integrity": "sha512-yjk2MAkQmoaPYCSu35RLJ62+dz358nE83VfTePJRp8CG7aMg25mEJYpXFiD+NcevhX8LxD5OP5tktPXnXN7GDw==",
  1319. "cpu": [
  1320. "x64"
  1321. ],
  1322. "optional": true,
  1323. "os": [
  1324. "win32"
  1325. ]
  1326. },
  1327. "node_modules/@types/babel__core": {
  1328. "version": "7.20.1",
  1329. "license": "MIT",
  1330. "dependencies": {
  1331. "@babel/parser": "^7.20.7",
  1332. "@babel/types": "^7.20.7",
  1333. "@types/babel__generator": "*",
  1334. "@types/babel__template": "*",
  1335. "@types/babel__traverse": "*"
  1336. }
  1337. },
  1338. "node_modules/@types/babel__generator": {
  1339. "version": "7.6.4",
  1340. "license": "MIT",
  1341. "dependencies": {
  1342. "@babel/types": "^7.0.0"
  1343. }
  1344. },
  1345. "node_modules/@types/babel__template": {
  1346. "version": "7.4.1",
  1347. "license": "MIT",
  1348. "dependencies": {
  1349. "@babel/parser": "^7.1.0",
  1350. "@babel/types": "^7.0.0"
  1351. }
  1352. },
  1353. "node_modules/@types/babel__traverse": {
  1354. "version": "7.20.1",
  1355. "license": "MIT",
  1356. "dependencies": {
  1357. "@babel/types": "^7.20.7"
  1358. }
  1359. },
  1360. "node_modules/@types/debug": {
  1361. "version": "4.1.8",
  1362. "license": "MIT",
  1363. "dependencies": {
  1364. "@types/ms": "*"
  1365. }
  1366. },
  1367. "node_modules/@types/estree": {
  1368. "version": "1.0.5",
  1369. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
  1370. "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw=="
  1371. },
  1372. "node_modules/@types/hast": {
  1373. "version": "2.3.5",
  1374. "license": "MIT",
  1375. "dependencies": {
  1376. "@types/unist": "^2"
  1377. }
  1378. },
  1379. "node_modules/@types/json5": {
  1380. "version": "0.0.30",
  1381. "license": "MIT"
  1382. },
  1383. "node_modules/@types/mdast": {
  1384. "version": "3.0.12",
  1385. "license": "MIT",
  1386. "dependencies": {
  1387. "@types/unist": "^2"
  1388. }
  1389. },
  1390. "node_modules/@types/ms": {
  1391. "version": "0.7.31",
  1392. "license": "MIT"
  1393. },
  1394. "node_modules/@types/nlcst": {
  1395. "version": "1.0.1",
  1396. "license": "MIT",
  1397. "dependencies": {
  1398. "@types/unist": "^2"
  1399. }
  1400. },
  1401. "node_modules/@types/parse5": {
  1402. "version": "6.0.3",
  1403. "license": "MIT"
  1404. },
  1405. "node_modules/@types/resolve": {
  1406. "version": "1.20.2",
  1407. "license": "MIT"
  1408. },
  1409. "node_modules/@types/unist": {
  1410. "version": "2.0.8",
  1411. "license": "MIT"
  1412. },
  1413. "node_modules/acorn": {
  1414. "version": "8.10.0",
  1415. "license": "MIT",
  1416. "bin": {
  1417. "acorn": "bin/acorn"
  1418. },
  1419. "engines": {
  1420. "node": ">=0.4.0"
  1421. }
  1422. },
  1423. "node_modules/ansi-align": {
  1424. "version": "3.0.1",
  1425. "license": "ISC",
  1426. "dependencies": {
  1427. "string-width": "^4.1.0"
  1428. }
  1429. },
  1430. "node_modules/ansi-align/node_modules/string-width": {
  1431. "version": "4.2.3",
  1432. "license": "MIT",
  1433. "dependencies": {
  1434. "emoji-regex": "^8.0.0",
  1435. "is-fullwidth-code-point": "^3.0.0",
  1436. "strip-ansi": "^6.0.1"
  1437. },
  1438. "engines": {
  1439. "node": ">=8"
  1440. }
  1441. },
  1442. "node_modules/ansi-align/node_modules/string-width/node_modules/emoji-regex": {
  1443. "version": "8.0.0",
  1444. "license": "MIT"
  1445. },
  1446. "node_modules/ansi-align/node_modules/string-width/node_modules/strip-ansi": {
  1447. "version": "6.0.1",
  1448. "license": "MIT",
  1449. "dependencies": {
  1450. "ansi-regex": "^5.0.1"
  1451. },
  1452. "engines": {
  1453. "node": ">=8"
  1454. }
  1455. },
  1456. "node_modules/ansi-align/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex": {
  1457. "version": "5.0.1",
  1458. "license": "MIT",
  1459. "engines": {
  1460. "node": ">=8"
  1461. }
  1462. },
  1463. "node_modules/ansi-regex": {
  1464. "version": "6.0.1",
  1465. "license": "MIT",
  1466. "engines": {
  1467. "node": ">=12"
  1468. },
  1469. "funding": {
  1470. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  1471. }
  1472. },
  1473. "node_modules/ansi-sequence-parser": {
  1474. "version": "1.1.1",
  1475. "license": "MIT"
  1476. },
  1477. "node_modules/ansi-styles": {
  1478. "version": "6.2.1",
  1479. "license": "MIT",
  1480. "engines": {
  1481. "node": ">=12"
  1482. },
  1483. "funding": {
  1484. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1485. }
  1486. },
  1487. "node_modules/any-promise": {
  1488. "version": "1.3.0",
  1489. "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  1490. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A=="
  1491. },
  1492. "node_modules/anymatch": {
  1493. "version": "3.1.3",
  1494. "license": "ISC",
  1495. "dependencies": {
  1496. "normalize-path": "^3.0.0",
  1497. "picomatch": "^2.0.4"
  1498. },
  1499. "engines": {
  1500. "node": ">= 8"
  1501. }
  1502. },
  1503. "node_modules/arg": {
  1504. "version": "5.0.2",
  1505. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  1506. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
  1507. },
  1508. "node_modules/argparse": {
  1509. "version": "2.0.1",
  1510. "license": "Python-2.0"
  1511. },
  1512. "node_modules/aria-query": {
  1513. "version": "5.3.0",
  1514. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
  1515. "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
  1516. "dependencies": {
  1517. "dequal": "^2.0.3"
  1518. }
  1519. },
  1520. "node_modules/array-iterate": {
  1521. "version": "2.0.1",
  1522. "license": "MIT",
  1523. "funding": {
  1524. "type": "github",
  1525. "url": "https://github.com/sponsors/wooorm"
  1526. }
  1527. },
  1528. "node_modules/astro": {
  1529. "version": "3.0.2",
  1530. "license": "MIT",
  1531. "dependencies": {
  1532. "@astrojs/compiler": "^2.0.1",
  1533. "@astrojs/internal-helpers": "0.2.0",
  1534. "@astrojs/markdown-remark": "3.0.0",
  1535. "@astrojs/telemetry": "3.0.0",
  1536. "@babel/core": "^7.22.10",
  1537. "@babel/generator": "^7.22.10",
  1538. "@babel/parser": "^7.22.10",
  1539. "@babel/plugin-transform-react-jsx": "^7.22.5",
  1540. "@babel/traverse": "^7.22.10",
  1541. "@babel/types": "^7.22.10",
  1542. "@types/babel__core": "^7.20.1",
  1543. "acorn": "^8.10.0",
  1544. "boxen": "^7.1.1",
  1545. "chokidar": "^3.5.3",
  1546. "ci-info": "^3.8.0",
  1547. "clsx": "^2.0.0",
  1548. "common-ancestor-path": "^1.0.1",
  1549. "cookie": "^0.5.0",
  1550. "debug": "^4.3.4",
  1551. "devalue": "^4.3.2",
  1552. "diff": "^5.1.0",
  1553. "es-module-lexer": "^1.3.0",
  1554. "esbuild": "^0.19.2",
  1555. "estree-walker": "^3.0.3",
  1556. "execa": "^8.0.1",
  1557. "fast-glob": "^3.3.1",
  1558. "github-slugger": "^2.0.0",
  1559. "gray-matter": "^4.0.3",
  1560. "html-escaper": "^3.0.3",
  1561. "http-cache-semantics": "^4.1.1",
  1562. "js-yaml": "^4.1.0",
  1563. "kleur": "^4.1.4",
  1564. "magic-string": "^0.30.3",
  1565. "mime": "^3.0.0",
  1566. "ora": "^7.0.1",
  1567. "p-limit": "^4.0.0",
  1568. "path-to-regexp": "^6.2.1",
  1569. "preferred-pm": "^3.0.3",
  1570. "prompts": "^2.4.2",
  1571. "rehype": "^12.0.1",
  1572. "resolve": "^1.22.4",
  1573. "semver": "^7.5.4",
  1574. "server-destroy": "^1.0.1",
  1575. "sharp": "^0.32.5",
  1576. "shiki": "^0.14.3",
  1577. "string-width": "^6.1.0",
  1578. "strip-ansi": "^7.1.0",
  1579. "tsconfig-resolver": "^3.0.1",
  1580. "undici": "^5.23.0",
  1581. "unist-util-visit": "^4.1.2",
  1582. "vfile": "^5.3.7",
  1583. "vite": "^4.4.9",
  1584. "vitefu": "^0.2.4",
  1585. "which-pm": "^2.0.0",
  1586. "yargs-parser": "^21.1.1",
  1587. "zod": "3.21.1"
  1588. },
  1589. "bin": {
  1590. "astro": "astro.js"
  1591. },
  1592. "engines": {
  1593. "node": ">=18.14.1",
  1594. "npm": ">=6.14.0"
  1595. }
  1596. },
  1597. "node_modules/astro/node_modules/@esbuild/linux-x64": {
  1598. "version": "0.18.20",
  1599. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
  1600. "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
  1601. "cpu": [
  1602. "x64"
  1603. ],
  1604. "optional": true,
  1605. "os": [
  1606. "linux"
  1607. ],
  1608. "engines": {
  1609. "node": ">=12"
  1610. }
  1611. },
  1612. "node_modules/astro/node_modules/rollup": {
  1613. "version": "3.29.4",
  1614. "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz",
  1615. "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==",
  1616. "bin": {
  1617. "rollup": "dist/bin/rollup"
  1618. },
  1619. "engines": {
  1620. "node": ">=14.18.0",
  1621. "npm": ">=8.0.0"
  1622. },
  1623. "optionalDependencies": {
  1624. "fsevents": "~2.3.2"
  1625. }
  1626. },
  1627. "node_modules/astro/node_modules/vite": {
  1628. "version": "4.5.3",
  1629. "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz",
  1630. "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==",
  1631. "dependencies": {
  1632. "esbuild": "^0.18.10",
  1633. "postcss": "^8.4.27",
  1634. "rollup": "^3.27.1"
  1635. },
  1636. "bin": {
  1637. "vite": "bin/vite.js"
  1638. },
  1639. "engines": {
  1640. "node": "^14.18.0 || >=16.0.0"
  1641. },
  1642. "funding": {
  1643. "url": "https://github.com/vitejs/vite?sponsor=1"
  1644. },
  1645. "optionalDependencies": {
  1646. "fsevents": "~2.3.2"
  1647. },
  1648. "peerDependencies": {
  1649. "@types/node": ">= 14",
  1650. "less": "*",
  1651. "lightningcss": "^1.21.0",
  1652. "sass": "*",
  1653. "stylus": "*",
  1654. "sugarss": "*",
  1655. "terser": "^5.4.0"
  1656. },
  1657. "peerDependenciesMeta": {
  1658. "@types/node": {
  1659. "optional": true
  1660. },
  1661. "less": {
  1662. "optional": true
  1663. },
  1664. "lightningcss": {
  1665. "optional": true
  1666. },
  1667. "sass": {
  1668. "optional": true
  1669. },
  1670. "stylus": {
  1671. "optional": true
  1672. },
  1673. "sugarss": {
  1674. "optional": true
  1675. },
  1676. "terser": {
  1677. "optional": true
  1678. }
  1679. }
  1680. },
  1681. "node_modules/astro/node_modules/vite/node_modules/esbuild": {
  1682. "version": "0.18.20",
  1683. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
  1684. "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
  1685. "hasInstallScript": true,
  1686. "bin": {
  1687. "esbuild": "bin/esbuild"
  1688. },
  1689. "engines": {
  1690. "node": ">=12"
  1691. },
  1692. "optionalDependencies": {
  1693. "@esbuild/android-arm": "0.18.20",
  1694. "@esbuild/android-arm64": "0.18.20",
  1695. "@esbuild/android-x64": "0.18.20",
  1696. "@esbuild/darwin-arm64": "0.18.20",
  1697. "@esbuild/darwin-x64": "0.18.20",
  1698. "@esbuild/freebsd-arm64": "0.18.20",
  1699. "@esbuild/freebsd-x64": "0.18.20",
  1700. "@esbuild/linux-arm": "0.18.20",
  1701. "@esbuild/linux-arm64": "0.18.20",
  1702. "@esbuild/linux-ia32": "0.18.20",
  1703. "@esbuild/linux-loong64": "0.18.20",
  1704. "@esbuild/linux-mips64el": "0.18.20",
  1705. "@esbuild/linux-ppc64": "0.18.20",
  1706. "@esbuild/linux-riscv64": "0.18.20",
  1707. "@esbuild/linux-s390x": "0.18.20",
  1708. "@esbuild/linux-x64": "0.18.20",
  1709. "@esbuild/netbsd-x64": "0.18.20",
  1710. "@esbuild/openbsd-x64": "0.18.20",
  1711. "@esbuild/sunos-x64": "0.18.20",
  1712. "@esbuild/win32-arm64": "0.18.20",
  1713. "@esbuild/win32-ia32": "0.18.20",
  1714. "@esbuild/win32-x64": "0.18.20"
  1715. }
  1716. },
  1717. "node_modules/autoprefixer": {
  1718. "version": "10.4.15",
  1719. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.15.tgz",
  1720. "integrity": "sha512-KCuPB8ZCIqFdA4HwKXsvz7j6gvSDNhDP7WnUjBleRkKjPdvCmHFuQ77ocavI8FT6NdvlBnE2UFr2H4Mycn8Vew==",
  1721. "funding": [
  1722. {
  1723. "type": "opencollective",
  1724. "url": "https://opencollective.com/postcss/"
  1725. },
  1726. {
  1727. "type": "tidelift",
  1728. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  1729. },
  1730. {
  1731. "type": "github",
  1732. "url": "https://github.com/sponsors/ai"
  1733. }
  1734. ],
  1735. "dependencies": {
  1736. "browserslist": "^4.21.10",
  1737. "caniuse-lite": "^1.0.30001520",
  1738. "fraction.js": "^4.2.0",
  1739. "normalize-range": "^0.1.2",
  1740. "picocolors": "^1.0.0",
  1741. "postcss-value-parser": "^4.2.0"
  1742. },
  1743. "bin": {
  1744. "autoprefixer": "bin/autoprefixer"
  1745. },
  1746. "engines": {
  1747. "node": "^10 || ^12 || >=14"
  1748. },
  1749. "peerDependencies": {
  1750. "postcss": "^8.1.0"
  1751. }
  1752. },
  1753. "node_modules/axobject-query": {
  1754. "version": "3.2.1",
  1755. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz",
  1756. "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==",
  1757. "dependencies": {
  1758. "dequal": "^2.0.3"
  1759. }
  1760. },
  1761. "node_modules/b4a": {
  1762. "version": "1.6.4",
  1763. "license": "ISC"
  1764. },
  1765. "node_modules/bail": {
  1766. "version": "2.0.2",
  1767. "license": "MIT",
  1768. "funding": {
  1769. "type": "github",
  1770. "url": "https://github.com/sponsors/wooorm"
  1771. }
  1772. },
  1773. "node_modules/balanced-match": {
  1774. "version": "1.0.2",
  1775. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  1776. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  1777. },
  1778. "node_modules/base64-js": {
  1779. "version": "1.5.1",
  1780. "funding": [
  1781. {
  1782. "type": "github",
  1783. "url": "https://github.com/sponsors/feross"
  1784. },
  1785. {
  1786. "type": "patreon",
  1787. "url": "https://www.patreon.com/feross"
  1788. },
  1789. {
  1790. "type": "consulting",
  1791. "url": "https://feross.org/support"
  1792. }
  1793. ],
  1794. "license": "MIT"
  1795. },
  1796. "node_modules/binary-extensions": {
  1797. "version": "2.2.0",
  1798. "license": "MIT",
  1799. "engines": {
  1800. "node": ">=8"
  1801. }
  1802. },
  1803. "node_modules/bl": {
  1804. "version": "5.1.0",
  1805. "license": "MIT",
  1806. "dependencies": {
  1807. "buffer": "^6.0.3",
  1808. "inherits": "^2.0.4",
  1809. "readable-stream": "^3.4.0"
  1810. }
  1811. },
  1812. "node_modules/boxen": {
  1813. "version": "7.1.1",
  1814. "license": "MIT",
  1815. "dependencies": {
  1816. "ansi-align": "^3.0.1",
  1817. "camelcase": "^7.0.1",
  1818. "chalk": "^5.2.0",
  1819. "cli-boxes": "^3.0.0",
  1820. "string-width": "^5.1.2",
  1821. "type-fest": "^2.13.0",
  1822. "widest-line": "^4.0.1",
  1823. "wrap-ansi": "^8.1.0"
  1824. },
  1825. "engines": {
  1826. "node": ">=14.16"
  1827. },
  1828. "funding": {
  1829. "url": "https://github.com/sponsors/sindresorhus"
  1830. }
  1831. },
  1832. "node_modules/boxen/node_modules/string-width": {
  1833. "version": "5.1.2",
  1834. "license": "MIT",
  1835. "dependencies": {
  1836. "eastasianwidth": "^0.2.0",
  1837. "emoji-regex": "^9.2.2",
  1838. "strip-ansi": "^7.0.1"
  1839. },
  1840. "engines": {
  1841. "node": ">=12"
  1842. },
  1843. "funding": {
  1844. "url": "https://github.com/sponsors/sindresorhus"
  1845. }
  1846. },
  1847. "node_modules/boxen/node_modules/string-width/node_modules/emoji-regex": {
  1848. "version": "9.2.2",
  1849. "license": "MIT"
  1850. },
  1851. "node_modules/brace-expansion": {
  1852. "version": "1.1.11",
  1853. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  1854. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  1855. "dependencies": {
  1856. "balanced-match": "^1.0.0",
  1857. "concat-map": "0.0.1"
  1858. }
  1859. },
  1860. "node_modules/braces": {
  1861. "version": "3.0.2",
  1862. "license": "MIT",
  1863. "dependencies": {
  1864. "fill-range": "^7.0.1"
  1865. },
  1866. "engines": {
  1867. "node": ">=8"
  1868. }
  1869. },
  1870. "node_modules/browserslist": {
  1871. "version": "4.21.10",
  1872. "funding": [
  1873. {
  1874. "type": "opencollective",
  1875. "url": "https://opencollective.com/browserslist"
  1876. },
  1877. {
  1878. "type": "tidelift",
  1879. "url": "https://tidelift.com/funding/github/npm/browserslist"
  1880. },
  1881. {
  1882. "type": "github",
  1883. "url": "https://github.com/sponsors/ai"
  1884. }
  1885. ],
  1886. "license": "MIT",
  1887. "dependencies": {
  1888. "caniuse-lite": "^1.0.30001517",
  1889. "electron-to-chromium": "^1.4.477",
  1890. "node-releases": "^2.0.13",
  1891. "update-browserslist-db": "^1.0.11"
  1892. },
  1893. "bin": {
  1894. "browserslist": "cli.js"
  1895. },
  1896. "engines": {
  1897. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  1898. }
  1899. },
  1900. "node_modules/buffer": {
  1901. "version": "6.0.3",
  1902. "funding": [
  1903. {
  1904. "type": "github",
  1905. "url": "https://github.com/sponsors/feross"
  1906. },
  1907. {
  1908. "type": "patreon",
  1909. "url": "https://www.patreon.com/feross"
  1910. },
  1911. {
  1912. "type": "consulting",
  1913. "url": "https://feross.org/support"
  1914. }
  1915. ],
  1916. "license": "MIT",
  1917. "dependencies": {
  1918. "base64-js": "^1.3.1",
  1919. "ieee754": "^1.2.1"
  1920. }
  1921. },
  1922. "node_modules/busboy": {
  1923. "version": "1.6.0",
  1924. "dependencies": {
  1925. "streamsearch": "^1.1.0"
  1926. },
  1927. "engines": {
  1928. "node": ">=10.16.0"
  1929. }
  1930. },
  1931. "node_modules/camelcase": {
  1932. "version": "7.0.1",
  1933. "license": "MIT",
  1934. "engines": {
  1935. "node": ">=14.16"
  1936. },
  1937. "funding": {
  1938. "url": "https://github.com/sponsors/sindresorhus"
  1939. }
  1940. },
  1941. "node_modules/camelcase-css": {
  1942. "version": "2.0.1",
  1943. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  1944. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  1945. "engines": {
  1946. "node": ">= 6"
  1947. }
  1948. },
  1949. "node_modules/caniuse-lite": {
  1950. "version": "1.0.30001524",
  1951. "funding": [
  1952. {
  1953. "type": "opencollective",
  1954. "url": "https://opencollective.com/browserslist"
  1955. },
  1956. {
  1957. "type": "tidelift",
  1958. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  1959. },
  1960. {
  1961. "type": "github",
  1962. "url": "https://github.com/sponsors/ai"
  1963. }
  1964. ],
  1965. "license": "CC-BY-4.0"
  1966. },
  1967. "node_modules/ccount": {
  1968. "version": "2.0.1",
  1969. "license": "MIT",
  1970. "funding": {
  1971. "type": "github",
  1972. "url": "https://github.com/sponsors/wooorm"
  1973. }
  1974. },
  1975. "node_modules/chalk": {
  1976. "version": "5.3.0",
  1977. "license": "MIT",
  1978. "engines": {
  1979. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  1980. },
  1981. "funding": {
  1982. "url": "https://github.com/chalk/chalk?sponsor=1"
  1983. }
  1984. },
  1985. "node_modules/character-entities": {
  1986. "version": "2.0.2",
  1987. "license": "MIT",
  1988. "funding": {
  1989. "type": "github",
  1990. "url": "https://github.com/sponsors/wooorm"
  1991. }
  1992. },
  1993. "node_modules/character-entities-html4": {
  1994. "version": "2.1.0",
  1995. "license": "MIT",
  1996. "funding": {
  1997. "type": "github",
  1998. "url": "https://github.com/sponsors/wooorm"
  1999. }
  2000. },
  2001. "node_modules/character-entities-legacy": {
  2002. "version": "3.0.0",
  2003. "license": "MIT",
  2004. "funding": {
  2005. "type": "github",
  2006. "url": "https://github.com/sponsors/wooorm"
  2007. }
  2008. },
  2009. "node_modules/chokidar": {
  2010. "version": "3.5.3",
  2011. "funding": [
  2012. {
  2013. "type": "individual",
  2014. "url": "https://paulmillr.com/funding/"
  2015. }
  2016. ],
  2017. "license": "MIT",
  2018. "dependencies": {
  2019. "anymatch": "~3.1.2",
  2020. "braces": "~3.0.2",
  2021. "glob-parent": "~5.1.2",
  2022. "is-binary-path": "~2.1.0",
  2023. "is-glob": "~4.0.1",
  2024. "normalize-path": "~3.0.0",
  2025. "readdirp": "~3.6.0"
  2026. },
  2027. "engines": {
  2028. "node": ">= 8.10.0"
  2029. },
  2030. "optionalDependencies": {
  2031. "fsevents": "~2.3.2"
  2032. }
  2033. },
  2034. "node_modules/chownr": {
  2035. "version": "1.1.4",
  2036. "license": "ISC"
  2037. },
  2038. "node_modules/ci-info": {
  2039. "version": "3.8.0",
  2040. "funding": [
  2041. {
  2042. "type": "github",
  2043. "url": "https://github.com/sponsors/sibiraj-s"
  2044. }
  2045. ],
  2046. "license": "MIT",
  2047. "engines": {
  2048. "node": ">=8"
  2049. }
  2050. },
  2051. "node_modules/cli-boxes": {
  2052. "version": "3.0.0",
  2053. "license": "MIT",
  2054. "engines": {
  2055. "node": ">=10"
  2056. },
  2057. "funding": {
  2058. "url": "https://github.com/sponsors/sindresorhus"
  2059. }
  2060. },
  2061. "node_modules/cli-cursor": {
  2062. "version": "4.0.0",
  2063. "license": "MIT",
  2064. "dependencies": {
  2065. "restore-cursor": "^4.0.0"
  2066. },
  2067. "engines": {
  2068. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2069. },
  2070. "funding": {
  2071. "url": "https://github.com/sponsors/sindresorhus"
  2072. }
  2073. },
  2074. "node_modules/cli-spinners": {
  2075. "version": "2.9.0",
  2076. "license": "MIT",
  2077. "engines": {
  2078. "node": ">=6"
  2079. },
  2080. "funding": {
  2081. "url": "https://github.com/sponsors/sindresorhus"
  2082. }
  2083. },
  2084. "node_modules/clsx": {
  2085. "version": "2.0.0",
  2086. "license": "MIT",
  2087. "engines": {
  2088. "node": ">=6"
  2089. }
  2090. },
  2091. "node_modules/code-red": {
  2092. "version": "1.0.4",
  2093. "resolved": "https://registry.npmjs.org/code-red/-/code-red-1.0.4.tgz",
  2094. "integrity": "sha512-7qJWqItLA8/VPVlKJlFXU+NBlo/qyfs39aJcuMT/2ere32ZqvF5OSxgdM5xOfJJ7O429gg2HM47y8v9P+9wrNw==",
  2095. "dependencies": {
  2096. "@jridgewell/sourcemap-codec": "^1.4.15",
  2097. "@types/estree": "^1.0.1",
  2098. "acorn": "^8.10.0",
  2099. "estree-walker": "^3.0.3",
  2100. "periscopic": "^3.1.0"
  2101. }
  2102. },
  2103. "node_modules/color": {
  2104. "version": "4.2.3",
  2105. "license": "MIT",
  2106. "dependencies": {
  2107. "color-convert": "^2.0.1",
  2108. "color-string": "^1.9.0"
  2109. },
  2110. "engines": {
  2111. "node": ">=12.5.0"
  2112. }
  2113. },
  2114. "node_modules/color-convert": {
  2115. "version": "2.0.1",
  2116. "license": "MIT",
  2117. "dependencies": {
  2118. "color-name": "~1.1.4"
  2119. },
  2120. "engines": {
  2121. "node": ">=7.0.0"
  2122. }
  2123. },
  2124. "node_modules/color-name": {
  2125. "version": "1.1.4",
  2126. "license": "MIT"
  2127. },
  2128. "node_modules/color-string": {
  2129. "version": "1.9.1",
  2130. "license": "MIT",
  2131. "dependencies": {
  2132. "color-name": "^1.0.0",
  2133. "simple-swizzle": "^0.2.2"
  2134. }
  2135. },
  2136. "node_modules/comma-separated-tokens": {
  2137. "version": "2.0.3",
  2138. "license": "MIT",
  2139. "funding": {
  2140. "type": "github",
  2141. "url": "https://github.com/sponsors/wooorm"
  2142. }
  2143. },
  2144. "node_modules/commander": {
  2145. "version": "4.1.1",
  2146. "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  2147. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  2148. "engines": {
  2149. "node": ">= 6"
  2150. }
  2151. },
  2152. "node_modules/common-ancestor-path": {
  2153. "version": "1.0.1",
  2154. "license": "ISC"
  2155. },
  2156. "node_modules/concat-map": {
  2157. "version": "0.0.1",
  2158. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  2159. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  2160. },
  2161. "node_modules/convert-source-map": {
  2162. "version": "1.9.0",
  2163. "license": "MIT"
  2164. },
  2165. "node_modules/cookie": {
  2166. "version": "0.5.0",
  2167. "license": "MIT",
  2168. "engines": {
  2169. "node": ">= 0.6"
  2170. }
  2171. },
  2172. "node_modules/cross-spawn": {
  2173. "version": "7.0.3",
  2174. "license": "MIT",
  2175. "dependencies": {
  2176. "path-key": "^3.1.0",
  2177. "shebang-command": "^2.0.0",
  2178. "which": "^2.0.1"
  2179. },
  2180. "engines": {
  2181. "node": ">= 8"
  2182. }
  2183. },
  2184. "node_modules/css-tree": {
  2185. "version": "2.3.1",
  2186. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
  2187. "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
  2188. "dependencies": {
  2189. "mdn-data": "2.0.30",
  2190. "source-map-js": "^1.0.1"
  2191. },
  2192. "engines": {
  2193. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  2194. }
  2195. },
  2196. "node_modules/cssesc": {
  2197. "version": "3.0.0",
  2198. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  2199. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  2200. "bin": {
  2201. "cssesc": "bin/cssesc"
  2202. },
  2203. "engines": {
  2204. "node": ">=4"
  2205. }
  2206. },
  2207. "node_modules/debug": {
  2208. "version": "4.3.4",
  2209. "license": "MIT",
  2210. "dependencies": {
  2211. "ms": "2.1.2"
  2212. },
  2213. "engines": {
  2214. "node": ">=6.0"
  2215. },
  2216. "peerDependenciesMeta": {
  2217. "supports-color": {
  2218. "optional": true
  2219. }
  2220. }
  2221. },
  2222. "node_modules/decode-named-character-reference": {
  2223. "version": "1.0.2",
  2224. "license": "MIT",
  2225. "dependencies": {
  2226. "character-entities": "^2.0.0"
  2227. },
  2228. "funding": {
  2229. "type": "github",
  2230. "url": "https://github.com/sponsors/wooorm"
  2231. }
  2232. },
  2233. "node_modules/decompress-response": {
  2234. "version": "6.0.0",
  2235. "license": "MIT",
  2236. "dependencies": {
  2237. "mimic-response": "^3.1.0"
  2238. },
  2239. "engines": {
  2240. "node": ">=10"
  2241. },
  2242. "funding": {
  2243. "url": "https://github.com/sponsors/sindresorhus"
  2244. }
  2245. },
  2246. "node_modules/dedent-js": {
  2247. "version": "1.0.1",
  2248. "resolved": "https://registry.npmjs.org/dedent-js/-/dedent-js-1.0.1.tgz",
  2249. "integrity": "sha512-OUepMozQULMLUmhxS95Vudo0jb0UchLimi3+pQ2plj61Fcy8axbP9hbiD4Sz6DPqn6XG3kfmziVfQ1rSys5AJQ=="
  2250. },
  2251. "node_modules/deep-extend": {
  2252. "version": "0.6.0",
  2253. "license": "MIT",
  2254. "engines": {
  2255. "node": ">=4.0.0"
  2256. }
  2257. },
  2258. "node_modules/deepmerge": {
  2259. "version": "4.3.1",
  2260. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  2261. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  2262. "engines": {
  2263. "node": ">=0.10.0"
  2264. }
  2265. },
  2266. "node_modules/dequal": {
  2267. "version": "2.0.3",
  2268. "license": "MIT",
  2269. "engines": {
  2270. "node": ">=6"
  2271. }
  2272. },
  2273. "node_modules/detect-libc": {
  2274. "version": "2.0.2",
  2275. "license": "Apache-2.0",
  2276. "engines": {
  2277. "node": ">=8"
  2278. }
  2279. },
  2280. "node_modules/devalue": {
  2281. "version": "4.3.2",
  2282. "license": "MIT"
  2283. },
  2284. "node_modules/didyoumean": {
  2285. "version": "1.2.2",
  2286. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  2287. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
  2288. },
  2289. "node_modules/diff": {
  2290. "version": "5.1.0",
  2291. "license": "BSD-3-Clause",
  2292. "engines": {
  2293. "node": ">=0.3.1"
  2294. }
  2295. },
  2296. "node_modules/dlv": {
  2297. "version": "1.1.3",
  2298. "license": "MIT"
  2299. },
  2300. "node_modules/dset": {
  2301. "version": "3.1.2",
  2302. "license": "MIT",
  2303. "engines": {
  2304. "node": ">=4"
  2305. }
  2306. },
  2307. "node_modules/eastasianwidth": {
  2308. "version": "0.2.0",
  2309. "license": "MIT"
  2310. },
  2311. "node_modules/electron-to-chromium": {
  2312. "version": "1.4.505",
  2313. "license": "ISC"
  2314. },
  2315. "node_modules/emoji-regex": {
  2316. "version": "10.2.1",
  2317. "license": "MIT"
  2318. },
  2319. "node_modules/end-of-stream": {
  2320. "version": "1.4.4",
  2321. "license": "MIT",
  2322. "dependencies": {
  2323. "once": "^1.4.0"
  2324. }
  2325. },
  2326. "node_modules/es-module-lexer": {
  2327. "version": "1.3.0",
  2328. "license": "MIT"
  2329. },
  2330. "node_modules/esbuild": {
  2331. "version": "0.19.2",
  2332. "hasInstallScript": true,
  2333. "license": "MIT",
  2334. "bin": {
  2335. "esbuild": "bin/esbuild"
  2336. },
  2337. "engines": {
  2338. "node": ">=12"
  2339. },
  2340. "optionalDependencies": {
  2341. "@esbuild/android-arm": "0.19.2",
  2342. "@esbuild/android-arm64": "0.19.2",
  2343. "@esbuild/android-x64": "0.19.2",
  2344. "@esbuild/darwin-arm64": "0.19.2",
  2345. "@esbuild/darwin-x64": "0.19.2",
  2346. "@esbuild/freebsd-arm64": "0.19.2",
  2347. "@esbuild/freebsd-x64": "0.19.2",
  2348. "@esbuild/linux-arm": "0.19.2",
  2349. "@esbuild/linux-arm64": "0.19.2",
  2350. "@esbuild/linux-ia32": "0.19.2",
  2351. "@esbuild/linux-loong64": "0.19.2",
  2352. "@esbuild/linux-mips64el": "0.19.2",
  2353. "@esbuild/linux-ppc64": "0.19.2",
  2354. "@esbuild/linux-riscv64": "0.19.2",
  2355. "@esbuild/linux-s390x": "0.19.2",
  2356. "@esbuild/linux-x64": "0.19.2",
  2357. "@esbuild/netbsd-x64": "0.19.2",
  2358. "@esbuild/openbsd-x64": "0.19.2",
  2359. "@esbuild/sunos-x64": "0.19.2",
  2360. "@esbuild/win32-arm64": "0.19.2",
  2361. "@esbuild/win32-ia32": "0.19.2",
  2362. "@esbuild/win32-x64": "0.19.2"
  2363. }
  2364. },
  2365. "node_modules/esbuild/node_modules/@esbuild/android-arm": {
  2366. "version": "0.19.2",
  2367. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.2.tgz",
  2368. "integrity": "sha512-tM8yLeYVe7pRyAu9VMi/Q7aunpLwD139EY1S99xbQkT4/q2qa6eA4ige/WJQYdJ8GBL1K33pPFhPfPdJ/WzT8Q==",
  2369. "cpu": [
  2370. "arm"
  2371. ],
  2372. "optional": true,
  2373. "os": [
  2374. "android"
  2375. ],
  2376. "engines": {
  2377. "node": ">=12"
  2378. }
  2379. },
  2380. "node_modules/esbuild/node_modules/@esbuild/android-arm64": {
  2381. "version": "0.19.2",
  2382. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.2.tgz",
  2383. "integrity": "sha512-lsB65vAbe90I/Qe10OjkmrdxSX4UJDjosDgb8sZUKcg3oefEuW2OT2Vozz8ef7wrJbMcmhvCC+hciF8jY/uAkw==",
  2384. "cpu": [
  2385. "arm64"
  2386. ],
  2387. "optional": true,
  2388. "os": [
  2389. "android"
  2390. ],
  2391. "engines": {
  2392. "node": ">=12"
  2393. }
  2394. },
  2395. "node_modules/esbuild/node_modules/@esbuild/android-x64": {
  2396. "version": "0.19.2",
  2397. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.2.tgz",
  2398. "integrity": "sha512-qK/TpmHt2M/Hg82WXHRc/W/2SGo/l1thtDHZWqFq7oi24AjZ4O/CpPSu6ZuYKFkEgmZlFoa7CooAyYmuvnaG8w==",
  2399. "cpu": [
  2400. "x64"
  2401. ],
  2402. "optional": true,
  2403. "os": [
  2404. "android"
  2405. ],
  2406. "engines": {
  2407. "node": ">=12"
  2408. }
  2409. },
  2410. "node_modules/esbuild/node_modules/@esbuild/darwin-arm64": {
  2411. "version": "0.19.2",
  2412. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.2.tgz",
  2413. "integrity": "sha512-Ora8JokrvrzEPEpZO18ZYXkH4asCdc1DLdcVy8TGf5eWtPO1Ie4WroEJzwI52ZGtpODy3+m0a2yEX9l+KUn0tA==",
  2414. "cpu": [
  2415. "arm64"
  2416. ],
  2417. "optional": true,
  2418. "os": [
  2419. "darwin"
  2420. ],
  2421. "engines": {
  2422. "node": ">=12"
  2423. }
  2424. },
  2425. "node_modules/esbuild/node_modules/@esbuild/darwin-x64": {
  2426. "version": "0.19.2",
  2427. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.2.tgz",
  2428. "integrity": "sha512-tP+B5UuIbbFMj2hQaUr6EALlHOIOmlLM2FK7jeFBobPy2ERdohI4Ka6ZFjZ1ZYsrHE/hZimGuU90jusRE0pwDw==",
  2429. "cpu": [
  2430. "x64"
  2431. ],
  2432. "optional": true,
  2433. "os": [
  2434. "darwin"
  2435. ],
  2436. "engines": {
  2437. "node": ">=12"
  2438. }
  2439. },
  2440. "node_modules/esbuild/node_modules/@esbuild/freebsd-arm64": {
  2441. "version": "0.19.2",
  2442. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.2.tgz",
  2443. "integrity": "sha512-YbPY2kc0acfzL1VPVK6EnAlig4f+l8xmq36OZkU0jzBVHcOTyQDhnKQaLzZudNJQyymd9OqQezeaBgkTGdTGeQ==",
  2444. "cpu": [
  2445. "arm64"
  2446. ],
  2447. "optional": true,
  2448. "os": [
  2449. "freebsd"
  2450. ],
  2451. "engines": {
  2452. "node": ">=12"
  2453. }
  2454. },
  2455. "node_modules/esbuild/node_modules/@esbuild/freebsd-x64": {
  2456. "version": "0.19.2",
  2457. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.2.tgz",
  2458. "integrity": "sha512-nSO5uZT2clM6hosjWHAsS15hLrwCvIWx+b2e3lZ3MwbYSaXwvfO528OF+dLjas1g3bZonciivI8qKR/Hm7IWGw==",
  2459. "cpu": [
  2460. "x64"
  2461. ],
  2462. "optional": true,
  2463. "os": [
  2464. "freebsd"
  2465. ],
  2466. "engines": {
  2467. "node": ">=12"
  2468. }
  2469. },
  2470. "node_modules/esbuild/node_modules/@esbuild/linux-arm": {
  2471. "version": "0.19.2",
  2472. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.2.tgz",
  2473. "integrity": "sha512-Odalh8hICg7SOD7XCj0YLpYCEc+6mkoq63UnExDCiRA2wXEmGlK5JVrW50vZR9Qz4qkvqnHcpH+OFEggO3PgTg==",
  2474. "cpu": [
  2475. "arm"
  2476. ],
  2477. "optional": true,
  2478. "os": [
  2479. "linux"
  2480. ],
  2481. "engines": {
  2482. "node": ">=12"
  2483. }
  2484. },
  2485. "node_modules/esbuild/node_modules/@esbuild/linux-arm64": {
  2486. "version": "0.19.2",
  2487. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.2.tgz",
  2488. "integrity": "sha512-ig2P7GeG//zWlU0AggA3pV1h5gdix0MA3wgB+NsnBXViwiGgY77fuN9Wr5uoCrs2YzaYfogXgsWZbm+HGr09xg==",
  2489. "cpu": [
  2490. "arm64"
  2491. ],
  2492. "optional": true,
  2493. "os": [
  2494. "linux"
  2495. ],
  2496. "engines": {
  2497. "node": ">=12"
  2498. }
  2499. },
  2500. "node_modules/esbuild/node_modules/@esbuild/linux-ia32": {
  2501. "version": "0.19.2",
  2502. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.2.tgz",
  2503. "integrity": "sha512-mLfp0ziRPOLSTek0Gd9T5B8AtzKAkoZE70fneiiyPlSnUKKI4lp+mGEnQXcQEHLJAcIYDPSyBvsUbKUG2ri/XQ==",
  2504. "cpu": [
  2505. "ia32"
  2506. ],
  2507. "optional": true,
  2508. "os": [
  2509. "linux"
  2510. ],
  2511. "engines": {
  2512. "node": ">=12"
  2513. }
  2514. },
  2515. "node_modules/esbuild/node_modules/@esbuild/linux-loong64": {
  2516. "version": "0.19.2",
  2517. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.2.tgz",
  2518. "integrity": "sha512-hn28+JNDTxxCpnYjdDYVMNTR3SKavyLlCHHkufHV91fkewpIyQchS1d8wSbmXhs1fiYDpNww8KTFlJ1dHsxeSw==",
  2519. "cpu": [
  2520. "loong64"
  2521. ],
  2522. "optional": true,
  2523. "os": [
  2524. "linux"
  2525. ],
  2526. "engines": {
  2527. "node": ">=12"
  2528. }
  2529. },
  2530. "node_modules/esbuild/node_modules/@esbuild/linux-mips64el": {
  2531. "version": "0.19.2",
  2532. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.2.tgz",
  2533. "integrity": "sha512-KbXaC0Sejt7vD2fEgPoIKb6nxkfYW9OmFUK9XQE4//PvGIxNIfPk1NmlHmMg6f25x57rpmEFrn1OotASYIAaTg==",
  2534. "cpu": [
  2535. "mips64el"
  2536. ],
  2537. "optional": true,
  2538. "os": [
  2539. "linux"
  2540. ],
  2541. "engines": {
  2542. "node": ">=12"
  2543. }
  2544. },
  2545. "node_modules/esbuild/node_modules/@esbuild/linux-ppc64": {
  2546. "version": "0.19.2",
  2547. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.2.tgz",
  2548. "integrity": "sha512-dJ0kE8KTqbiHtA3Fc/zn7lCd7pqVr4JcT0JqOnbj4LLzYnp+7h8Qi4yjfq42ZlHfhOCM42rBh0EwHYLL6LEzcw==",
  2549. "cpu": [
  2550. "ppc64"
  2551. ],
  2552. "optional": true,
  2553. "os": [
  2554. "linux"
  2555. ],
  2556. "engines": {
  2557. "node": ">=12"
  2558. }
  2559. },
  2560. "node_modules/esbuild/node_modules/@esbuild/linux-riscv64": {
  2561. "version": "0.19.2",
  2562. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.2.tgz",
  2563. "integrity": "sha512-7Z/jKNFufZ/bbu4INqqCN6DDlrmOTmdw6D0gH+6Y7auok2r02Ur661qPuXidPOJ+FSgbEeQnnAGgsVynfLuOEw==",
  2564. "cpu": [
  2565. "riscv64"
  2566. ],
  2567. "optional": true,
  2568. "os": [
  2569. "linux"
  2570. ],
  2571. "engines": {
  2572. "node": ">=12"
  2573. }
  2574. },
  2575. "node_modules/esbuild/node_modules/@esbuild/linux-s390x": {
  2576. "version": "0.19.2",
  2577. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.2.tgz",
  2578. "integrity": "sha512-U+RinR6aXXABFCcAY4gSlv4CL1oOVvSSCdseQmGO66H+XyuQGZIUdhG56SZaDJQcLmrSfRmx5XZOWyCJPRqS7g==",
  2579. "cpu": [
  2580. "s390x"
  2581. ],
  2582. "optional": true,
  2583. "os": [
  2584. "linux"
  2585. ],
  2586. "engines": {
  2587. "node": ">=12"
  2588. }
  2589. },
  2590. "node_modules/esbuild/node_modules/@esbuild/netbsd-x64": {
  2591. "version": "0.19.2",
  2592. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.2.tgz",
  2593. "integrity": "sha512-WNa5zZk1XpTTwMDompZmvQLHszDDDN7lYjEHCUmAGB83Bgs20EMs7ICD+oKeT6xt4phV4NDdSi/8OfjPbSbZfQ==",
  2594. "cpu": [
  2595. "x64"
  2596. ],
  2597. "optional": true,
  2598. "os": [
  2599. "netbsd"
  2600. ],
  2601. "engines": {
  2602. "node": ">=12"
  2603. }
  2604. },
  2605. "node_modules/esbuild/node_modules/@esbuild/openbsd-x64": {
  2606. "version": "0.19.2",
  2607. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.2.tgz",
  2608. "integrity": "sha512-S6kI1aT3S++Dedb7vxIuUOb3oAxqxk2Rh5rOXOTYnzN8JzW1VzBd+IqPiSpgitu45042SYD3HCoEyhLKQcDFDw==",
  2609. "cpu": [
  2610. "x64"
  2611. ],
  2612. "optional": true,
  2613. "os": [
  2614. "openbsd"
  2615. ],
  2616. "engines": {
  2617. "node": ">=12"
  2618. }
  2619. },
  2620. "node_modules/esbuild/node_modules/@esbuild/sunos-x64": {
  2621. "version": "0.19.2",
  2622. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.2.tgz",
  2623. "integrity": "sha512-VXSSMsmb+Z8LbsQGcBMiM+fYObDNRm8p7tkUDMPG/g4fhFX5DEFmjxIEa3N8Zr96SjsJ1woAhF0DUnS3MF3ARw==",
  2624. "cpu": [
  2625. "x64"
  2626. ],
  2627. "optional": true,
  2628. "os": [
  2629. "sunos"
  2630. ],
  2631. "engines": {
  2632. "node": ">=12"
  2633. }
  2634. },
  2635. "node_modules/esbuild/node_modules/@esbuild/win32-arm64": {
  2636. "version": "0.19.2",
  2637. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.2.tgz",
  2638. "integrity": "sha512-5NayUlSAyb5PQYFAU9x3bHdsqB88RC3aM9lKDAz4X1mo/EchMIT1Q+pSeBXNgkfNmRecLXA0O8xP+x8V+g/LKg==",
  2639. "cpu": [
  2640. "arm64"
  2641. ],
  2642. "optional": true,
  2643. "os": [
  2644. "win32"
  2645. ],
  2646. "engines": {
  2647. "node": ">=12"
  2648. }
  2649. },
  2650. "node_modules/esbuild/node_modules/@esbuild/win32-ia32": {
  2651. "version": "0.19.2",
  2652. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.2.tgz",
  2653. "integrity": "sha512-47gL/ek1v36iN0wL9L4Q2MFdujR0poLZMJwhO2/N3gA89jgHp4MR8DKCmwYtGNksbfJb9JoTtbkoe6sDhg2QTA==",
  2654. "cpu": [
  2655. "ia32"
  2656. ],
  2657. "optional": true,
  2658. "os": [
  2659. "win32"
  2660. ],
  2661. "engines": {
  2662. "node": ">=12"
  2663. }
  2664. },
  2665. "node_modules/esbuild/node_modules/@esbuild/win32-x64": {
  2666. "version": "0.19.2",
  2667. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.2.tgz",
  2668. "integrity": "sha512-tcuhV7ncXBqbt/Ybf0IyrMcwVOAPDckMK9rXNHtF17UTK18OKLpg08glminN06pt2WCoALhXdLfSPbVvK/6fxw==",
  2669. "cpu": [
  2670. "x64"
  2671. ],
  2672. "optional": true,
  2673. "os": [
  2674. "win32"
  2675. ],
  2676. "engines": {
  2677. "node": ">=12"
  2678. }
  2679. },
  2680. "node_modules/escalade": {
  2681. "version": "3.1.1",
  2682. "license": "MIT",
  2683. "engines": {
  2684. "node": ">=6"
  2685. }
  2686. },
  2687. "node_modules/escape-string-regexp": {
  2688. "version": "1.0.5",
  2689. "license": "MIT",
  2690. "engines": {
  2691. "node": ">=0.8.0"
  2692. }
  2693. },
  2694. "node_modules/esprima": {
  2695. "version": "4.0.1",
  2696. "license": "BSD-2-Clause",
  2697. "bin": {
  2698. "esparse": "bin/esparse.js",
  2699. "esvalidate": "bin/esvalidate.js"
  2700. },
  2701. "engines": {
  2702. "node": ">=4"
  2703. }
  2704. },
  2705. "node_modules/estree-walker": {
  2706. "version": "3.0.3",
  2707. "license": "MIT",
  2708. "dependencies": {
  2709. "@types/estree": "^1.0.0"
  2710. }
  2711. },
  2712. "node_modules/execa": {
  2713. "version": "8.0.1",
  2714. "license": "MIT",
  2715. "dependencies": {
  2716. "cross-spawn": "^7.0.3",
  2717. "get-stream": "^8.0.1",
  2718. "human-signals": "^5.0.0",
  2719. "is-stream": "^3.0.0",
  2720. "merge-stream": "^2.0.0",
  2721. "npm-run-path": "^5.1.0",
  2722. "onetime": "^6.0.0",
  2723. "signal-exit": "^4.1.0",
  2724. "strip-final-newline": "^3.0.0"
  2725. },
  2726. "engines": {
  2727. "node": ">=16.17"
  2728. },
  2729. "funding": {
  2730. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2731. }
  2732. },
  2733. "node_modules/expand-template": {
  2734. "version": "2.0.3",
  2735. "license": "(MIT OR WTFPL)",
  2736. "engines": {
  2737. "node": ">=6"
  2738. }
  2739. },
  2740. "node_modules/extend": {
  2741. "version": "3.0.2",
  2742. "license": "MIT"
  2743. },
  2744. "node_modules/extend-shallow": {
  2745. "version": "2.0.1",
  2746. "license": "MIT",
  2747. "dependencies": {
  2748. "is-extendable": "^0.1.0"
  2749. },
  2750. "engines": {
  2751. "node": ">=0.10.0"
  2752. }
  2753. },
  2754. "node_modules/fast-fifo": {
  2755. "version": "1.3.2",
  2756. "license": "MIT"
  2757. },
  2758. "node_modules/fast-glob": {
  2759. "version": "3.3.1",
  2760. "license": "MIT",
  2761. "dependencies": {
  2762. "@nodelib/fs.stat": "^2.0.2",
  2763. "@nodelib/fs.walk": "^1.2.3",
  2764. "glob-parent": "^5.1.2",
  2765. "merge2": "^1.3.0",
  2766. "micromatch": "^4.0.4"
  2767. },
  2768. "engines": {
  2769. "node": ">=8.6.0"
  2770. }
  2771. },
  2772. "node_modules/fastq": {
  2773. "version": "1.15.0",
  2774. "license": "ISC",
  2775. "dependencies": {
  2776. "reusify": "^1.0.4"
  2777. }
  2778. },
  2779. "node_modules/fill-range": {
  2780. "version": "7.0.1",
  2781. "license": "MIT",
  2782. "dependencies": {
  2783. "to-regex-range": "^5.0.1"
  2784. },
  2785. "engines": {
  2786. "node": ">=8"
  2787. }
  2788. },
  2789. "node_modules/find-up": {
  2790. "version": "5.0.0",
  2791. "license": "MIT",
  2792. "dependencies": {
  2793. "locate-path": "^6.0.0",
  2794. "path-exists": "^4.0.0"
  2795. },
  2796. "engines": {
  2797. "node": ">=10"
  2798. },
  2799. "funding": {
  2800. "url": "https://github.com/sponsors/sindresorhus"
  2801. }
  2802. },
  2803. "node_modules/find-yarn-workspace-root2": {
  2804. "version": "1.2.16",
  2805. "license": "Apache-2.0",
  2806. "dependencies": {
  2807. "micromatch": "^4.0.2",
  2808. "pkg-dir": "^4.2.0"
  2809. }
  2810. },
  2811. "node_modules/fraction.js": {
  2812. "version": "4.3.6",
  2813. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.6.tgz",
  2814. "integrity": "sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==",
  2815. "engines": {
  2816. "node": "*"
  2817. },
  2818. "funding": {
  2819. "type": "patreon",
  2820. "url": "https://github.com/sponsors/rawify"
  2821. }
  2822. },
  2823. "node_modules/fs-constants": {
  2824. "version": "1.0.0",
  2825. "license": "MIT"
  2826. },
  2827. "node_modules/fs.realpath": {
  2828. "version": "1.0.0",
  2829. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  2830. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  2831. },
  2832. "node_modules/fsevents": {
  2833. "version": "2.3.3",
  2834. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  2835. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2836. "hasInstallScript": true,
  2837. "optional": true,
  2838. "os": [
  2839. "darwin"
  2840. ],
  2841. "engines": {
  2842. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2843. }
  2844. },
  2845. "node_modules/function-bind": {
  2846. "version": "1.1.1",
  2847. "license": "MIT"
  2848. },
  2849. "node_modules/gensync": {
  2850. "version": "1.0.0-beta.2",
  2851. "license": "MIT",
  2852. "engines": {
  2853. "node": ">=6.9.0"
  2854. }
  2855. },
  2856. "node_modules/get-stream": {
  2857. "version": "8.0.1",
  2858. "license": "MIT",
  2859. "engines": {
  2860. "node": ">=16"
  2861. },
  2862. "funding": {
  2863. "url": "https://github.com/sponsors/sindresorhus"
  2864. }
  2865. },
  2866. "node_modules/github-from-package": {
  2867. "version": "0.0.0",
  2868. "license": "MIT"
  2869. },
  2870. "node_modules/github-slugger": {
  2871. "version": "2.0.0",
  2872. "license": "ISC"
  2873. },
  2874. "node_modules/glob": {
  2875. "version": "7.1.6",
  2876. "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
  2877. "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
  2878. "dependencies": {
  2879. "fs.realpath": "^1.0.0",
  2880. "inflight": "^1.0.4",
  2881. "inherits": "2",
  2882. "minimatch": "^3.0.4",
  2883. "once": "^1.3.0",
  2884. "path-is-absolute": "^1.0.0"
  2885. },
  2886. "engines": {
  2887. "node": "*"
  2888. },
  2889. "funding": {
  2890. "url": "https://github.com/sponsors/isaacs"
  2891. }
  2892. },
  2893. "node_modules/glob-parent": {
  2894. "version": "5.1.2",
  2895. "license": "ISC",
  2896. "dependencies": {
  2897. "is-glob": "^4.0.1"
  2898. },
  2899. "engines": {
  2900. "node": ">= 6"
  2901. }
  2902. },
  2903. "node_modules/globals": {
  2904. "version": "11.12.0",
  2905. "license": "MIT",
  2906. "engines": {
  2907. "node": ">=4"
  2908. }
  2909. },
  2910. "node_modules/graceful-fs": {
  2911. "version": "4.2.11",
  2912. "license": "ISC"
  2913. },
  2914. "node_modules/gray-matter": {
  2915. "version": "4.0.3",
  2916. "license": "MIT",
  2917. "dependencies": {
  2918. "js-yaml": "^3.13.1",
  2919. "kind-of": "^6.0.2",
  2920. "section-matter": "^1.0.0",
  2921. "strip-bom-string": "^1.0.0"
  2922. },
  2923. "engines": {
  2924. "node": ">=6.0"
  2925. }
  2926. },
  2927. "node_modules/gray-matter/node_modules/js-yaml": {
  2928. "version": "3.14.1",
  2929. "license": "MIT",
  2930. "dependencies": {
  2931. "argparse": "^1.0.7",
  2932. "esprima": "^4.0.0"
  2933. },
  2934. "bin": {
  2935. "js-yaml": "bin/js-yaml.js"
  2936. }
  2937. },
  2938. "node_modules/gray-matter/node_modules/js-yaml/node_modules/argparse": {
  2939. "version": "1.0.10",
  2940. "license": "MIT",
  2941. "dependencies": {
  2942. "sprintf-js": "~1.0.2"
  2943. }
  2944. },
  2945. "node_modules/has": {
  2946. "version": "1.0.3",
  2947. "license": "MIT",
  2948. "dependencies": {
  2949. "function-bind": "^1.1.1"
  2950. },
  2951. "engines": {
  2952. "node": ">= 0.4.0"
  2953. }
  2954. },
  2955. "node_modules/has-flag": {
  2956. "version": "3.0.0",
  2957. "license": "MIT",
  2958. "engines": {
  2959. "node": ">=4"
  2960. }
  2961. },
  2962. "node_modules/hast-util-from-parse5": {
  2963. "version": "7.1.2",
  2964. "license": "MIT",
  2965. "dependencies": {
  2966. "@types/hast": "^2.0.0",
  2967. "@types/unist": "^2.0.0",
  2968. "hastscript": "^7.0.0",
  2969. "property-information": "^6.0.0",
  2970. "vfile": "^5.0.0",
  2971. "vfile-location": "^4.0.0",
  2972. "web-namespaces": "^2.0.0"
  2973. },
  2974. "funding": {
  2975. "type": "opencollective",
  2976. "url": "https://opencollective.com/unified"
  2977. }
  2978. },
  2979. "node_modules/hast-util-parse-selector": {
  2980. "version": "3.1.1",
  2981. "license": "MIT",
  2982. "dependencies": {
  2983. "@types/hast": "^2.0.0"
  2984. },
  2985. "funding": {
  2986. "type": "opencollective",
  2987. "url": "https://opencollective.com/unified"
  2988. }
  2989. },
  2990. "node_modules/hast-util-raw": {
  2991. "version": "7.2.3",
  2992. "license": "MIT",
  2993. "dependencies": {
  2994. "@types/hast": "^2.0.0",
  2995. "@types/parse5": "^6.0.0",
  2996. "hast-util-from-parse5": "^7.0.0",
  2997. "hast-util-to-parse5": "^7.0.0",
  2998. "html-void-elements": "^2.0.0",
  2999. "parse5": "^6.0.0",
  3000. "unist-util-position": "^4.0.0",
  3001. "unist-util-visit": "^4.0.0",
  3002. "vfile": "^5.0.0",
  3003. "web-namespaces": "^2.0.0",
  3004. "zwitch": "^2.0.0"
  3005. },
  3006. "funding": {
  3007. "type": "opencollective",
  3008. "url": "https://opencollective.com/unified"
  3009. }
  3010. },
  3011. "node_modules/hast-util-to-html": {
  3012. "version": "8.0.4",
  3013. "license": "MIT",
  3014. "dependencies": {
  3015. "@types/hast": "^2.0.0",
  3016. "@types/unist": "^2.0.0",
  3017. "ccount": "^2.0.0",
  3018. "comma-separated-tokens": "^2.0.0",
  3019. "hast-util-raw": "^7.0.0",
  3020. "hast-util-whitespace": "^2.0.0",
  3021. "html-void-elements": "^2.0.0",
  3022. "property-information": "^6.0.0",
  3023. "space-separated-tokens": "^2.0.0",
  3024. "stringify-entities": "^4.0.0",
  3025. "zwitch": "^2.0.4"
  3026. },
  3027. "funding": {
  3028. "type": "opencollective",
  3029. "url": "https://opencollective.com/unified"
  3030. }
  3031. },
  3032. "node_modules/hast-util-to-parse5": {
  3033. "version": "7.1.0",
  3034. "license": "MIT",
  3035. "dependencies": {
  3036. "@types/hast": "^2.0.0",
  3037. "comma-separated-tokens": "^2.0.0",
  3038. "property-information": "^6.0.0",
  3039. "space-separated-tokens": "^2.0.0",
  3040. "web-namespaces": "^2.0.0",
  3041. "zwitch": "^2.0.0"
  3042. },
  3043. "funding": {
  3044. "type": "opencollective",
  3045. "url": "https://opencollective.com/unified"
  3046. }
  3047. },
  3048. "node_modules/hast-util-whitespace": {
  3049. "version": "2.0.1",
  3050. "license": "MIT",
  3051. "funding": {
  3052. "type": "opencollective",
  3053. "url": "https://opencollective.com/unified"
  3054. }
  3055. },
  3056. "node_modules/hastscript": {
  3057. "version": "7.2.0",
  3058. "license": "MIT",
  3059. "dependencies": {
  3060. "@types/hast": "^2.0.0",
  3061. "comma-separated-tokens": "^2.0.0",
  3062. "hast-util-parse-selector": "^3.0.0",
  3063. "property-information": "^6.0.0",
  3064. "space-separated-tokens": "^2.0.0"
  3065. },
  3066. "funding": {
  3067. "type": "opencollective",
  3068. "url": "https://opencollective.com/unified"
  3069. }
  3070. },
  3071. "node_modules/html-escaper": {
  3072. "version": "3.0.3",
  3073. "license": "MIT"
  3074. },
  3075. "node_modules/html-void-elements": {
  3076. "version": "2.0.1",
  3077. "license": "MIT",
  3078. "funding": {
  3079. "type": "github",
  3080. "url": "https://github.com/sponsors/wooorm"
  3081. }
  3082. },
  3083. "node_modules/http-cache-semantics": {
  3084. "version": "4.1.1",
  3085. "license": "BSD-2-Clause"
  3086. },
  3087. "node_modules/human-signals": {
  3088. "version": "5.0.0",
  3089. "license": "Apache-2.0",
  3090. "engines": {
  3091. "node": ">=16.17.0"
  3092. }
  3093. },
  3094. "node_modules/ieee754": {
  3095. "version": "1.2.1",
  3096. "funding": [
  3097. {
  3098. "type": "github",
  3099. "url": "https://github.com/sponsors/feross"
  3100. },
  3101. {
  3102. "type": "patreon",
  3103. "url": "https://www.patreon.com/feross"
  3104. },
  3105. {
  3106. "type": "consulting",
  3107. "url": "https://feross.org/support"
  3108. }
  3109. ],
  3110. "license": "BSD-3-Clause"
  3111. },
  3112. "node_modules/import-meta-resolve": {
  3113. "version": "3.0.0",
  3114. "license": "MIT",
  3115. "funding": {
  3116. "type": "github",
  3117. "url": "https://github.com/sponsors/wooorm"
  3118. }
  3119. },
  3120. "node_modules/inflight": {
  3121. "version": "1.0.6",
  3122. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  3123. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  3124. "dependencies": {
  3125. "once": "^1.3.0",
  3126. "wrappy": "1"
  3127. }
  3128. },
  3129. "node_modules/inherits": {
  3130. "version": "2.0.4",
  3131. "license": "ISC"
  3132. },
  3133. "node_modules/ini": {
  3134. "version": "1.3.8",
  3135. "license": "ISC"
  3136. },
  3137. "node_modules/is-arrayish": {
  3138. "version": "0.3.2",
  3139. "license": "MIT"
  3140. },
  3141. "node_modules/is-binary-path": {
  3142. "version": "2.1.0",
  3143. "license": "MIT",
  3144. "dependencies": {
  3145. "binary-extensions": "^2.0.0"
  3146. },
  3147. "engines": {
  3148. "node": ">=8"
  3149. }
  3150. },
  3151. "node_modules/is-buffer": {
  3152. "version": "2.0.5",
  3153. "funding": [
  3154. {
  3155. "type": "github",
  3156. "url": "https://github.com/sponsors/feross"
  3157. },
  3158. {
  3159. "type": "patreon",
  3160. "url": "https://www.patreon.com/feross"
  3161. },
  3162. {
  3163. "type": "consulting",
  3164. "url": "https://feross.org/support"
  3165. }
  3166. ],
  3167. "license": "MIT",
  3168. "engines": {
  3169. "node": ">=4"
  3170. }
  3171. },
  3172. "node_modules/is-core-module": {
  3173. "version": "2.13.0",
  3174. "license": "MIT",
  3175. "dependencies": {
  3176. "has": "^1.0.3"
  3177. },
  3178. "funding": {
  3179. "url": "https://github.com/sponsors/ljharb"
  3180. }
  3181. },
  3182. "node_modules/is-docker": {
  3183. "version": "3.0.0",
  3184. "license": "MIT",
  3185. "bin": {
  3186. "is-docker": "cli.js"
  3187. },
  3188. "engines": {
  3189. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3190. },
  3191. "funding": {
  3192. "url": "https://github.com/sponsors/sindresorhus"
  3193. }
  3194. },
  3195. "node_modules/is-extendable": {
  3196. "version": "0.1.1",
  3197. "license": "MIT",
  3198. "engines": {
  3199. "node": ">=0.10.0"
  3200. }
  3201. },
  3202. "node_modules/is-extglob": {
  3203. "version": "2.1.1",
  3204. "license": "MIT",
  3205. "engines": {
  3206. "node": ">=0.10.0"
  3207. }
  3208. },
  3209. "node_modules/is-fullwidth-code-point": {
  3210. "version": "3.0.0",
  3211. "license": "MIT",
  3212. "engines": {
  3213. "node": ">=8"
  3214. }
  3215. },
  3216. "node_modules/is-glob": {
  3217. "version": "4.0.3",
  3218. "license": "MIT",
  3219. "dependencies": {
  3220. "is-extglob": "^2.1.1"
  3221. },
  3222. "engines": {
  3223. "node": ">=0.10.0"
  3224. }
  3225. },
  3226. "node_modules/is-interactive": {
  3227. "version": "2.0.0",
  3228. "license": "MIT",
  3229. "engines": {
  3230. "node": ">=12"
  3231. },
  3232. "funding": {
  3233. "url": "https://github.com/sponsors/sindresorhus"
  3234. }
  3235. },
  3236. "node_modules/is-number": {
  3237. "version": "7.0.0",
  3238. "license": "MIT",
  3239. "engines": {
  3240. "node": ">=0.12.0"
  3241. }
  3242. },
  3243. "node_modules/is-plain-obj": {
  3244. "version": "4.1.0",
  3245. "license": "MIT",
  3246. "engines": {
  3247. "node": ">=12"
  3248. },
  3249. "funding": {
  3250. "url": "https://github.com/sponsors/sindresorhus"
  3251. }
  3252. },
  3253. "node_modules/is-reference": {
  3254. "version": "3.0.1",
  3255. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.1.tgz",
  3256. "integrity": "sha512-baJJdQLiYaJdvFbJqXrcGv3WU3QCzBlUcI5QhbesIm6/xPsvmO+2CDoi/GMOFBQEQm+PXkwOPrp9KK5ozZsp2w==",
  3257. "dependencies": {
  3258. "@types/estree": "*"
  3259. }
  3260. },
  3261. "node_modules/is-stream": {
  3262. "version": "3.0.0",
  3263. "license": "MIT",
  3264. "engines": {
  3265. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3266. },
  3267. "funding": {
  3268. "url": "https://github.com/sponsors/sindresorhus"
  3269. }
  3270. },
  3271. "node_modules/is-unicode-supported": {
  3272. "version": "1.3.0",
  3273. "license": "MIT",
  3274. "engines": {
  3275. "node": ">=12"
  3276. },
  3277. "funding": {
  3278. "url": "https://github.com/sponsors/sindresorhus"
  3279. }
  3280. },
  3281. "node_modules/is-wsl": {
  3282. "version": "3.0.0",
  3283. "license": "MIT",
  3284. "dependencies": {
  3285. "is-docker": "^3.0.0"
  3286. },
  3287. "engines": {
  3288. "node": ">=16"
  3289. },
  3290. "funding": {
  3291. "url": "https://github.com/sponsors/sindresorhus"
  3292. }
  3293. },
  3294. "node_modules/isexe": {
  3295. "version": "2.0.0",
  3296. "license": "ISC"
  3297. },
  3298. "node_modules/jiti": {
  3299. "version": "1.19.3",
  3300. "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.19.3.tgz",
  3301. "integrity": "sha512-5eEbBDQT/jF1xg6l36P+mWGGoH9Spuy0PCdSr2dtWRDGC6ph/w9ZCL4lmESW8f8F7MwT3XKescfP0wnZWAKL9w==",
  3302. "bin": {
  3303. "jiti": "bin/jiti.js"
  3304. }
  3305. },
  3306. "node_modules/js-tokens": {
  3307. "version": "4.0.0",
  3308. "license": "MIT"
  3309. },
  3310. "node_modules/js-yaml": {
  3311. "version": "4.1.0",
  3312. "license": "MIT",
  3313. "dependencies": {
  3314. "argparse": "^2.0.1"
  3315. },
  3316. "bin": {
  3317. "js-yaml": "bin/js-yaml.js"
  3318. }
  3319. },
  3320. "node_modules/jsesc": {
  3321. "version": "2.5.2",
  3322. "license": "MIT",
  3323. "bin": {
  3324. "jsesc": "bin/jsesc"
  3325. },
  3326. "engines": {
  3327. "node": ">=4"
  3328. }
  3329. },
  3330. "node_modules/json5": {
  3331. "version": "2.2.3",
  3332. "license": "MIT",
  3333. "bin": {
  3334. "json5": "lib/cli.js"
  3335. },
  3336. "engines": {
  3337. "node": ">=6"
  3338. }
  3339. },
  3340. "node_modules/jsonc-parser": {
  3341. "version": "3.2.0",
  3342. "license": "MIT"
  3343. },
  3344. "node_modules/kind-of": {
  3345. "version": "6.0.3",
  3346. "license": "MIT",
  3347. "engines": {
  3348. "node": ">=0.10.0"
  3349. }
  3350. },
  3351. "node_modules/kleur": {
  3352. "version": "4.1.5",
  3353. "license": "MIT",
  3354. "engines": {
  3355. "node": ">=6"
  3356. }
  3357. },
  3358. "node_modules/lilconfig": {
  3359. "version": "2.1.0",
  3360. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
  3361. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  3362. "engines": {
  3363. "node": ">=10"
  3364. }
  3365. },
  3366. "node_modules/lines-and-columns": {
  3367. "version": "1.2.4",
  3368. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  3369. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
  3370. },
  3371. "node_modules/load-yaml-file": {
  3372. "version": "0.2.0",
  3373. "license": "MIT",
  3374. "dependencies": {
  3375. "graceful-fs": "^4.1.5",
  3376. "js-yaml": "^3.13.0",
  3377. "pify": "^4.0.1",
  3378. "strip-bom": "^3.0.0"
  3379. },
  3380. "engines": {
  3381. "node": ">=6"
  3382. }
  3383. },
  3384. "node_modules/load-yaml-file/node_modules/js-yaml": {
  3385. "version": "3.14.1",
  3386. "license": "MIT",
  3387. "dependencies": {
  3388. "argparse": "^1.0.7",
  3389. "esprima": "^4.0.0"
  3390. },
  3391. "bin": {
  3392. "js-yaml": "bin/js-yaml.js"
  3393. }
  3394. },
  3395. "node_modules/load-yaml-file/node_modules/js-yaml/node_modules/argparse": {
  3396. "version": "1.0.10",
  3397. "license": "MIT",
  3398. "dependencies": {
  3399. "sprintf-js": "~1.0.2"
  3400. }
  3401. },
  3402. "node_modules/load-yaml-file/node_modules/strip-bom": {
  3403. "version": "3.0.0",
  3404. "license": "MIT",
  3405. "engines": {
  3406. "node": ">=4"
  3407. }
  3408. },
  3409. "node_modules/locate-character": {
  3410. "version": "3.0.0",
  3411. "resolved": "https://registry.npmjs.org/locate-character/-/locate-character-3.0.0.tgz",
  3412. "integrity": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA=="
  3413. },
  3414. "node_modules/locate-path": {
  3415. "version": "6.0.0",
  3416. "license": "MIT",
  3417. "dependencies": {
  3418. "p-locate": "^5.0.0"
  3419. },
  3420. "engines": {
  3421. "node": ">=10"
  3422. },
  3423. "funding": {
  3424. "url": "https://github.com/sponsors/sindresorhus"
  3425. }
  3426. },
  3427. "node_modules/log-symbols": {
  3428. "version": "5.1.0",
  3429. "license": "MIT",
  3430. "dependencies": {
  3431. "chalk": "^5.0.0",
  3432. "is-unicode-supported": "^1.1.0"
  3433. },
  3434. "engines": {
  3435. "node": ">=12"
  3436. },
  3437. "funding": {
  3438. "url": "https://github.com/sponsors/sindresorhus"
  3439. }
  3440. },
  3441. "node_modules/longest-streak": {
  3442. "version": "3.1.0",
  3443. "license": "MIT",
  3444. "funding": {
  3445. "type": "github",
  3446. "url": "https://github.com/sponsors/wooorm"
  3447. }
  3448. },
  3449. "node_modules/lower-case": {
  3450. "version": "2.0.2",
  3451. "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
  3452. "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
  3453. "dependencies": {
  3454. "tslib": "^2.0.3"
  3455. }
  3456. },
  3457. "node_modules/lru-cache": {
  3458. "version": "6.0.0",
  3459. "license": "ISC",
  3460. "dependencies": {
  3461. "yallist": "^4.0.0"
  3462. },
  3463. "engines": {
  3464. "node": ">=10"
  3465. }
  3466. },
  3467. "node_modules/magic-string": {
  3468. "version": "0.30.3",
  3469. "license": "MIT",
  3470. "dependencies": {
  3471. "@jridgewell/sourcemap-codec": "^1.4.15"
  3472. },
  3473. "engines": {
  3474. "node": ">=12"
  3475. }
  3476. },
  3477. "node_modules/markdown-table": {
  3478. "version": "3.0.3",
  3479. "license": "MIT",
  3480. "funding": {
  3481. "type": "github",
  3482. "url": "https://github.com/sponsors/wooorm"
  3483. }
  3484. },
  3485. "node_modules/mdast-util-definitions": {
  3486. "version": "5.1.2",
  3487. "license": "MIT",
  3488. "dependencies": {
  3489. "@types/mdast": "^3.0.0",
  3490. "@types/unist": "^2.0.0",
  3491. "unist-util-visit": "^4.0.0"
  3492. },
  3493. "funding": {
  3494. "type": "opencollective",
  3495. "url": "https://opencollective.com/unified"
  3496. }
  3497. },
  3498. "node_modules/mdast-util-find-and-replace": {
  3499. "version": "2.2.2",
  3500. "license": "MIT",
  3501. "dependencies": {
  3502. "@types/mdast": "^3.0.0",
  3503. "escape-string-regexp": "^5.0.0",
  3504. "unist-util-is": "^5.0.0",
  3505. "unist-util-visit-parents": "^5.0.0"
  3506. },
  3507. "funding": {
  3508. "type": "opencollective",
  3509. "url": "https://opencollective.com/unified"
  3510. }
  3511. },
  3512. "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
  3513. "version": "5.0.0",
  3514. "license": "MIT",
  3515. "engines": {
  3516. "node": ">=12"
  3517. },
  3518. "funding": {
  3519. "url": "https://github.com/sponsors/sindresorhus"
  3520. }
  3521. },
  3522. "node_modules/mdast-util-from-markdown": {
  3523. "version": "1.3.1",
  3524. "license": "MIT",
  3525. "dependencies": {
  3526. "@types/mdast": "^3.0.0",
  3527. "@types/unist": "^2.0.0",
  3528. "decode-named-character-reference": "^1.0.0",
  3529. "mdast-util-to-string": "^3.1.0",
  3530. "micromark": "^3.0.0",
  3531. "micromark-util-decode-numeric-character-reference": "^1.0.0",
  3532. "micromark-util-decode-string": "^1.0.0",
  3533. "micromark-util-normalize-identifier": "^1.0.0",
  3534. "micromark-util-symbol": "^1.0.0",
  3535. "micromark-util-types": "^1.0.0",
  3536. "unist-util-stringify-position": "^3.0.0",
  3537. "uvu": "^0.5.0"
  3538. },
  3539. "funding": {
  3540. "type": "opencollective",
  3541. "url": "https://opencollective.com/unified"
  3542. }
  3543. },
  3544. "node_modules/mdast-util-gfm": {
  3545. "version": "2.0.2",
  3546. "license": "MIT",
  3547. "dependencies": {
  3548. "mdast-util-from-markdown": "^1.0.0",
  3549. "mdast-util-gfm-autolink-literal": "^1.0.0",
  3550. "mdast-util-gfm-footnote": "^1.0.0",
  3551. "mdast-util-gfm-strikethrough": "^1.0.0",
  3552. "mdast-util-gfm-table": "^1.0.0",
  3553. "mdast-util-gfm-task-list-item": "^1.0.0",
  3554. "mdast-util-to-markdown": "^1.0.0"
  3555. },
  3556. "funding": {
  3557. "type": "opencollective",
  3558. "url": "https://opencollective.com/unified"
  3559. }
  3560. },
  3561. "node_modules/mdast-util-gfm-autolink-literal": {
  3562. "version": "1.0.3",
  3563. "license": "MIT",
  3564. "dependencies": {
  3565. "@types/mdast": "^3.0.0",
  3566. "ccount": "^2.0.0",
  3567. "mdast-util-find-and-replace": "^2.0.0",
  3568. "micromark-util-character": "^1.0.0"
  3569. },
  3570. "funding": {
  3571. "type": "opencollective",
  3572. "url": "https://opencollective.com/unified"
  3573. }
  3574. },
  3575. "node_modules/mdast-util-gfm-footnote": {
  3576. "version": "1.0.2",
  3577. "license": "MIT",
  3578. "dependencies": {
  3579. "@types/mdast": "^3.0.0",
  3580. "mdast-util-to-markdown": "^1.3.0",
  3581. "micromark-util-normalize-identifier": "^1.0.0"
  3582. },
  3583. "funding": {
  3584. "type": "opencollective",
  3585. "url": "https://opencollective.com/unified"
  3586. }
  3587. },
  3588. "node_modules/mdast-util-gfm-strikethrough": {
  3589. "version": "1.0.3",
  3590. "license": "MIT",
  3591. "dependencies": {
  3592. "@types/mdast": "^3.0.0",
  3593. "mdast-util-to-markdown": "^1.3.0"
  3594. },
  3595. "funding": {
  3596. "type": "opencollective",
  3597. "url": "https://opencollective.com/unified"
  3598. }
  3599. },
  3600. "node_modules/mdast-util-gfm-table": {
  3601. "version": "1.0.7",
  3602. "license": "MIT",
  3603. "dependencies": {
  3604. "@types/mdast": "^3.0.0",
  3605. "markdown-table": "^3.0.0",
  3606. "mdast-util-from-markdown": "^1.0.0",
  3607. "mdast-util-to-markdown": "^1.3.0"
  3608. },
  3609. "funding": {
  3610. "type": "opencollective",
  3611. "url": "https://opencollective.com/unified"
  3612. }
  3613. },
  3614. "node_modules/mdast-util-gfm-task-list-item": {
  3615. "version": "1.0.2",
  3616. "license": "MIT",
  3617. "dependencies": {
  3618. "@types/mdast": "^3.0.0",
  3619. "mdast-util-to-markdown": "^1.3.0"
  3620. },
  3621. "funding": {
  3622. "type": "opencollective",
  3623. "url": "https://opencollective.com/unified"
  3624. }
  3625. },
  3626. "node_modules/mdast-util-phrasing": {
  3627. "version": "3.0.1",
  3628. "license": "MIT",
  3629. "dependencies": {
  3630. "@types/mdast": "^3.0.0",
  3631. "unist-util-is": "^5.0.0"
  3632. },
  3633. "funding": {
  3634. "type": "opencollective",
  3635. "url": "https://opencollective.com/unified"
  3636. }
  3637. },
  3638. "node_modules/mdast-util-to-hast": {
  3639. "version": "12.3.0",
  3640. "license": "MIT",
  3641. "dependencies": {
  3642. "@types/hast": "^2.0.0",
  3643. "@types/mdast": "^3.0.0",
  3644. "mdast-util-definitions": "^5.0.0",
  3645. "micromark-util-sanitize-uri": "^1.1.0",
  3646. "trim-lines": "^3.0.0",
  3647. "unist-util-generated": "^2.0.0",
  3648. "unist-util-position": "^4.0.0",
  3649. "unist-util-visit": "^4.0.0"
  3650. },
  3651. "funding": {
  3652. "type": "opencollective",
  3653. "url": "https://opencollective.com/unified"
  3654. }
  3655. },
  3656. "node_modules/mdast-util-to-markdown": {
  3657. "version": "1.5.0",
  3658. "license": "MIT",
  3659. "dependencies": {
  3660. "@types/mdast": "^3.0.0",
  3661. "@types/unist": "^2.0.0",
  3662. "longest-streak": "^3.0.0",
  3663. "mdast-util-phrasing": "^3.0.0",
  3664. "mdast-util-to-string": "^3.0.0",
  3665. "micromark-util-decode-string": "^1.0.0",
  3666. "unist-util-visit": "^4.0.0",
  3667. "zwitch": "^2.0.0"
  3668. },
  3669. "funding": {
  3670. "type": "opencollective",
  3671. "url": "https://opencollective.com/unified"
  3672. }
  3673. },
  3674. "node_modules/mdast-util-to-string": {
  3675. "version": "3.2.0",
  3676. "license": "MIT",
  3677. "dependencies": {
  3678. "@types/mdast": "^3.0.0"
  3679. },
  3680. "funding": {
  3681. "type": "opencollective",
  3682. "url": "https://opencollective.com/unified"
  3683. }
  3684. },
  3685. "node_modules/mdn-data": {
  3686. "version": "2.0.30",
  3687. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
  3688. "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA=="
  3689. },
  3690. "node_modules/merge-stream": {
  3691. "version": "2.0.0",
  3692. "license": "MIT"
  3693. },
  3694. "node_modules/merge2": {
  3695. "version": "1.4.1",
  3696. "license": "MIT",
  3697. "engines": {
  3698. "node": ">= 8"
  3699. }
  3700. },
  3701. "node_modules/micromark": {
  3702. "version": "3.2.0",
  3703. "funding": [
  3704. {
  3705. "type": "GitHub Sponsors",
  3706. "url": "https://github.com/sponsors/unifiedjs"
  3707. },
  3708. {
  3709. "type": "OpenCollective",
  3710. "url": "https://opencollective.com/unified"
  3711. }
  3712. ],
  3713. "license": "MIT",
  3714. "dependencies": {
  3715. "@types/debug": "^4.0.0",
  3716. "debug": "^4.0.0",
  3717. "decode-named-character-reference": "^1.0.0",
  3718. "micromark-core-commonmark": "^1.0.1",
  3719. "micromark-factory-space": "^1.0.0",
  3720. "micromark-util-character": "^1.0.0",
  3721. "micromark-util-chunked": "^1.0.0",
  3722. "micromark-util-combine-extensions": "^1.0.0",
  3723. "micromark-util-decode-numeric-character-reference": "^1.0.0",
  3724. "micromark-util-encode": "^1.0.0",
  3725. "micromark-util-normalize-identifier": "^1.0.0",
  3726. "micromark-util-resolve-all": "^1.0.0",
  3727. "micromark-util-sanitize-uri": "^1.0.0",
  3728. "micromark-util-subtokenize": "^1.0.0",
  3729. "micromark-util-symbol": "^1.0.0",
  3730. "micromark-util-types": "^1.0.1",
  3731. "uvu": "^0.5.0"
  3732. }
  3733. },
  3734. "node_modules/micromark-core-commonmark": {
  3735. "version": "1.1.0",
  3736. "funding": [
  3737. {
  3738. "type": "GitHub Sponsors",
  3739. "url": "https://github.com/sponsors/unifiedjs"
  3740. },
  3741. {
  3742. "type": "OpenCollective",
  3743. "url": "https://opencollective.com/unified"
  3744. }
  3745. ],
  3746. "license": "MIT",
  3747. "dependencies": {
  3748. "decode-named-character-reference": "^1.0.0",
  3749. "micromark-factory-destination": "^1.0.0",
  3750. "micromark-factory-label": "^1.0.0",
  3751. "micromark-factory-space": "^1.0.0",
  3752. "micromark-factory-title": "^1.0.0",
  3753. "micromark-factory-whitespace": "^1.0.0",
  3754. "micromark-util-character": "^1.0.0",
  3755. "micromark-util-chunked": "^1.0.0",
  3756. "micromark-util-classify-character": "^1.0.0",
  3757. "micromark-util-html-tag-name": "^1.0.0",
  3758. "micromark-util-normalize-identifier": "^1.0.0",
  3759. "micromark-util-resolve-all": "^1.0.0",
  3760. "micromark-util-subtokenize": "^1.0.0",
  3761. "micromark-util-symbol": "^1.0.0",
  3762. "micromark-util-types": "^1.0.1",
  3763. "uvu": "^0.5.0"
  3764. }
  3765. },
  3766. "node_modules/micromark-extension-gfm": {
  3767. "version": "2.0.3",
  3768. "license": "MIT",
  3769. "dependencies": {
  3770. "micromark-extension-gfm-autolink-literal": "^1.0.0",
  3771. "micromark-extension-gfm-footnote": "^1.0.0",
  3772. "micromark-extension-gfm-strikethrough": "^1.0.0",
  3773. "micromark-extension-gfm-table": "^1.0.0",
  3774. "micromark-extension-gfm-tagfilter": "^1.0.0",
  3775. "micromark-extension-gfm-task-list-item": "^1.0.0",
  3776. "micromark-util-combine-extensions": "^1.0.0",
  3777. "micromark-util-types": "^1.0.0"
  3778. },
  3779. "funding": {
  3780. "type": "opencollective",
  3781. "url": "https://opencollective.com/unified"
  3782. }
  3783. },
  3784. "node_modules/micromark-extension-gfm-autolink-literal": {
  3785. "version": "1.0.5",
  3786. "license": "MIT",
  3787. "dependencies": {
  3788. "micromark-util-character": "^1.0.0",
  3789. "micromark-util-sanitize-uri": "^1.0.0",
  3790. "micromark-util-symbol": "^1.0.0",
  3791. "micromark-util-types": "^1.0.0"
  3792. },
  3793. "funding": {
  3794. "type": "opencollective",
  3795. "url": "https://opencollective.com/unified"
  3796. }
  3797. },
  3798. "node_modules/micromark-extension-gfm-footnote": {
  3799. "version": "1.1.2",
  3800. "license": "MIT",
  3801. "dependencies": {
  3802. "micromark-core-commonmark": "^1.0.0",
  3803. "micromark-factory-space": "^1.0.0",
  3804. "micromark-util-character": "^1.0.0",
  3805. "micromark-util-normalize-identifier": "^1.0.0",
  3806. "micromark-util-sanitize-uri": "^1.0.0",
  3807. "micromark-util-symbol": "^1.0.0",
  3808. "micromark-util-types": "^1.0.0",
  3809. "uvu": "^0.5.0"
  3810. },
  3811. "funding": {
  3812. "type": "opencollective",
  3813. "url": "https://opencollective.com/unified"
  3814. }
  3815. },
  3816. "node_modules/micromark-extension-gfm-strikethrough": {
  3817. "version": "1.0.7",
  3818. "license": "MIT",
  3819. "dependencies": {
  3820. "micromark-util-chunked": "^1.0.0",
  3821. "micromark-util-classify-character": "^1.0.0",
  3822. "micromark-util-resolve-all": "^1.0.0",
  3823. "micromark-util-symbol": "^1.0.0",
  3824. "micromark-util-types": "^1.0.0",
  3825. "uvu": "^0.5.0"
  3826. },
  3827. "funding": {
  3828. "type": "opencollective",
  3829. "url": "https://opencollective.com/unified"
  3830. }
  3831. },
  3832. "node_modules/micromark-extension-gfm-table": {
  3833. "version": "1.0.7",
  3834. "license": "MIT",
  3835. "dependencies": {
  3836. "micromark-factory-space": "^1.0.0",
  3837. "micromark-util-character": "^1.0.0",
  3838. "micromark-util-symbol": "^1.0.0",
  3839. "micromark-util-types": "^1.0.0",
  3840. "uvu": "^0.5.0"
  3841. },
  3842. "funding": {
  3843. "type": "opencollective",
  3844. "url": "https://opencollective.com/unified"
  3845. }
  3846. },
  3847. "node_modules/micromark-extension-gfm-tagfilter": {
  3848. "version": "1.0.2",
  3849. "license": "MIT",
  3850. "dependencies": {
  3851. "micromark-util-types": "^1.0.0"
  3852. },
  3853. "funding": {
  3854. "type": "opencollective",
  3855. "url": "https://opencollective.com/unified"
  3856. }
  3857. },
  3858. "node_modules/micromark-extension-gfm-task-list-item": {
  3859. "version": "1.0.5",
  3860. "license": "MIT",
  3861. "dependencies": {
  3862. "micromark-factory-space": "^1.0.0",
  3863. "micromark-util-character": "^1.0.0",
  3864. "micromark-util-symbol": "^1.0.0",
  3865. "micromark-util-types": "^1.0.0",
  3866. "uvu": "^0.5.0"
  3867. },
  3868. "funding": {
  3869. "type": "opencollective",
  3870. "url": "https://opencollective.com/unified"
  3871. }
  3872. },
  3873. "node_modules/micromark-factory-destination": {
  3874. "version": "1.1.0",
  3875. "funding": [
  3876. {
  3877. "type": "GitHub Sponsors",
  3878. "url": "https://github.com/sponsors/unifiedjs"
  3879. },
  3880. {
  3881. "type": "OpenCollective",
  3882. "url": "https://opencollective.com/unified"
  3883. }
  3884. ],
  3885. "license": "MIT",
  3886. "dependencies": {
  3887. "micromark-util-character": "^1.0.0",
  3888. "micromark-util-symbol": "^1.0.0",
  3889. "micromark-util-types": "^1.0.0"
  3890. }
  3891. },
  3892. "node_modules/micromark-factory-label": {
  3893. "version": "1.1.0",
  3894. "funding": [
  3895. {
  3896. "type": "GitHub Sponsors",
  3897. "url": "https://github.com/sponsors/unifiedjs"
  3898. },
  3899. {
  3900. "type": "OpenCollective",
  3901. "url": "https://opencollective.com/unified"
  3902. }
  3903. ],
  3904. "license": "MIT",
  3905. "dependencies": {
  3906. "micromark-util-character": "^1.0.0",
  3907. "micromark-util-symbol": "^1.0.0",
  3908. "micromark-util-types": "^1.0.0",
  3909. "uvu": "^0.5.0"
  3910. }
  3911. },
  3912. "node_modules/micromark-factory-space": {
  3913. "version": "1.1.0",
  3914. "funding": [
  3915. {
  3916. "type": "GitHub Sponsors",
  3917. "url": "https://github.com/sponsors/unifiedjs"
  3918. },
  3919. {
  3920. "type": "OpenCollective",
  3921. "url": "https://opencollective.com/unified"
  3922. }
  3923. ],
  3924. "license": "MIT",
  3925. "dependencies": {
  3926. "micromark-util-character": "^1.0.0",
  3927. "micromark-util-types": "^1.0.0"
  3928. }
  3929. },
  3930. "node_modules/micromark-factory-title": {
  3931. "version": "1.1.0",
  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. "micromark-factory-space": "^1.0.0",
  3945. "micromark-util-character": "^1.0.0",
  3946. "micromark-util-symbol": "^1.0.0",
  3947. "micromark-util-types": "^1.0.0"
  3948. }
  3949. },
  3950. "node_modules/micromark-factory-whitespace": {
  3951. "version": "1.1.0",
  3952. "funding": [
  3953. {
  3954. "type": "GitHub Sponsors",
  3955. "url": "https://github.com/sponsors/unifiedjs"
  3956. },
  3957. {
  3958. "type": "OpenCollective",
  3959. "url": "https://opencollective.com/unified"
  3960. }
  3961. ],
  3962. "license": "MIT",
  3963. "dependencies": {
  3964. "micromark-factory-space": "^1.0.0",
  3965. "micromark-util-character": "^1.0.0",
  3966. "micromark-util-symbol": "^1.0.0",
  3967. "micromark-util-types": "^1.0.0"
  3968. }
  3969. },
  3970. "node_modules/micromark-util-character": {
  3971. "version": "1.2.0",
  3972. "funding": [
  3973. {
  3974. "type": "GitHub Sponsors",
  3975. "url": "https://github.com/sponsors/unifiedjs"
  3976. },
  3977. {
  3978. "type": "OpenCollective",
  3979. "url": "https://opencollective.com/unified"
  3980. }
  3981. ],
  3982. "license": "MIT",
  3983. "dependencies": {
  3984. "micromark-util-symbol": "^1.0.0",
  3985. "micromark-util-types": "^1.0.0"
  3986. }
  3987. },
  3988. "node_modules/micromark-util-chunked": {
  3989. "version": "1.1.0",
  3990. "funding": [
  3991. {
  3992. "type": "GitHub Sponsors",
  3993. "url": "https://github.com/sponsors/unifiedjs"
  3994. },
  3995. {
  3996. "type": "OpenCollective",
  3997. "url": "https://opencollective.com/unified"
  3998. }
  3999. ],
  4000. "license": "MIT",
  4001. "dependencies": {
  4002. "micromark-util-symbol": "^1.0.0"
  4003. }
  4004. },
  4005. "node_modules/micromark-util-classify-character": {
  4006. "version": "1.1.0",
  4007. "funding": [
  4008. {
  4009. "type": "GitHub Sponsors",
  4010. "url": "https://github.com/sponsors/unifiedjs"
  4011. },
  4012. {
  4013. "type": "OpenCollective",
  4014. "url": "https://opencollective.com/unified"
  4015. }
  4016. ],
  4017. "license": "MIT",
  4018. "dependencies": {
  4019. "micromark-util-character": "^1.0.0",
  4020. "micromark-util-symbol": "^1.0.0",
  4021. "micromark-util-types": "^1.0.0"
  4022. }
  4023. },
  4024. "node_modules/micromark-util-combine-extensions": {
  4025. "version": "1.1.0",
  4026. "funding": [
  4027. {
  4028. "type": "GitHub Sponsors",
  4029. "url": "https://github.com/sponsors/unifiedjs"
  4030. },
  4031. {
  4032. "type": "OpenCollective",
  4033. "url": "https://opencollective.com/unified"
  4034. }
  4035. ],
  4036. "license": "MIT",
  4037. "dependencies": {
  4038. "micromark-util-chunked": "^1.0.0",
  4039. "micromark-util-types": "^1.0.0"
  4040. }
  4041. },
  4042. "node_modules/micromark-util-decode-numeric-character-reference": {
  4043. "version": "1.1.0",
  4044. "funding": [
  4045. {
  4046. "type": "GitHub Sponsors",
  4047. "url": "https://github.com/sponsors/unifiedjs"
  4048. },
  4049. {
  4050. "type": "OpenCollective",
  4051. "url": "https://opencollective.com/unified"
  4052. }
  4053. ],
  4054. "license": "MIT",
  4055. "dependencies": {
  4056. "micromark-util-symbol": "^1.0.0"
  4057. }
  4058. },
  4059. "node_modules/micromark-util-decode-string": {
  4060. "version": "1.1.0",
  4061. "funding": [
  4062. {
  4063. "type": "GitHub Sponsors",
  4064. "url": "https://github.com/sponsors/unifiedjs"
  4065. },
  4066. {
  4067. "type": "OpenCollective",
  4068. "url": "https://opencollective.com/unified"
  4069. }
  4070. ],
  4071. "license": "MIT",
  4072. "dependencies": {
  4073. "decode-named-character-reference": "^1.0.0",
  4074. "micromark-util-character": "^1.0.0",
  4075. "micromark-util-decode-numeric-character-reference": "^1.0.0",
  4076. "micromark-util-symbol": "^1.0.0"
  4077. }
  4078. },
  4079. "node_modules/micromark-util-encode": {
  4080. "version": "1.1.0",
  4081. "funding": [
  4082. {
  4083. "type": "GitHub Sponsors",
  4084. "url": "https://github.com/sponsors/unifiedjs"
  4085. },
  4086. {
  4087. "type": "OpenCollective",
  4088. "url": "https://opencollective.com/unified"
  4089. }
  4090. ],
  4091. "license": "MIT"
  4092. },
  4093. "node_modules/micromark-util-html-tag-name": {
  4094. "version": "1.2.0",
  4095. "funding": [
  4096. {
  4097. "type": "GitHub Sponsors",
  4098. "url": "https://github.com/sponsors/unifiedjs"
  4099. },
  4100. {
  4101. "type": "OpenCollective",
  4102. "url": "https://opencollective.com/unified"
  4103. }
  4104. ],
  4105. "license": "MIT"
  4106. },
  4107. "node_modules/micromark-util-normalize-identifier": {
  4108. "version": "1.1.0",
  4109. "funding": [
  4110. {
  4111. "type": "GitHub Sponsors",
  4112. "url": "https://github.com/sponsors/unifiedjs"
  4113. },
  4114. {
  4115. "type": "OpenCollective",
  4116. "url": "https://opencollective.com/unified"
  4117. }
  4118. ],
  4119. "license": "MIT",
  4120. "dependencies": {
  4121. "micromark-util-symbol": "^1.0.0"
  4122. }
  4123. },
  4124. "node_modules/micromark-util-resolve-all": {
  4125. "version": "1.1.0",
  4126. "funding": [
  4127. {
  4128. "type": "GitHub Sponsors",
  4129. "url": "https://github.com/sponsors/unifiedjs"
  4130. },
  4131. {
  4132. "type": "OpenCollective",
  4133. "url": "https://opencollective.com/unified"
  4134. }
  4135. ],
  4136. "license": "MIT",
  4137. "dependencies": {
  4138. "micromark-util-types": "^1.0.0"
  4139. }
  4140. },
  4141. "node_modules/micromark-util-sanitize-uri": {
  4142. "version": "1.2.0",
  4143. "funding": [
  4144. {
  4145. "type": "GitHub Sponsors",
  4146. "url": "https://github.com/sponsors/unifiedjs"
  4147. },
  4148. {
  4149. "type": "OpenCollective",
  4150. "url": "https://opencollective.com/unified"
  4151. }
  4152. ],
  4153. "license": "MIT",
  4154. "dependencies": {
  4155. "micromark-util-character": "^1.0.0",
  4156. "micromark-util-encode": "^1.0.0",
  4157. "micromark-util-symbol": "^1.0.0"
  4158. }
  4159. },
  4160. "node_modules/micromark-util-subtokenize": {
  4161. "version": "1.1.0",
  4162. "funding": [
  4163. {
  4164. "type": "GitHub Sponsors",
  4165. "url": "https://github.com/sponsors/unifiedjs"
  4166. },
  4167. {
  4168. "type": "OpenCollective",
  4169. "url": "https://opencollective.com/unified"
  4170. }
  4171. ],
  4172. "license": "MIT",
  4173. "dependencies": {
  4174. "micromark-util-chunked": "^1.0.0",
  4175. "micromark-util-symbol": "^1.0.0",
  4176. "micromark-util-types": "^1.0.0",
  4177. "uvu": "^0.5.0"
  4178. }
  4179. },
  4180. "node_modules/micromark-util-symbol": {
  4181. "version": "1.1.0",
  4182. "funding": [
  4183. {
  4184. "type": "GitHub Sponsors",
  4185. "url": "https://github.com/sponsors/unifiedjs"
  4186. },
  4187. {
  4188. "type": "OpenCollective",
  4189. "url": "https://opencollective.com/unified"
  4190. }
  4191. ],
  4192. "license": "MIT"
  4193. },
  4194. "node_modules/micromark-util-types": {
  4195. "version": "1.1.0",
  4196. "funding": [
  4197. {
  4198. "type": "GitHub Sponsors",
  4199. "url": "https://github.com/sponsors/unifiedjs"
  4200. },
  4201. {
  4202. "type": "OpenCollective",
  4203. "url": "https://opencollective.com/unified"
  4204. }
  4205. ],
  4206. "license": "MIT"
  4207. },
  4208. "node_modules/micromatch": {
  4209. "version": "4.0.5",
  4210. "license": "MIT",
  4211. "dependencies": {
  4212. "braces": "^3.0.2",
  4213. "picomatch": "^2.3.1"
  4214. },
  4215. "engines": {
  4216. "node": ">=8.6"
  4217. }
  4218. },
  4219. "node_modules/mime": {
  4220. "version": "3.0.0",
  4221. "license": "MIT",
  4222. "bin": {
  4223. "mime": "cli.js"
  4224. },
  4225. "engines": {
  4226. "node": ">=10.0.0"
  4227. }
  4228. },
  4229. "node_modules/mimic-fn": {
  4230. "version": "4.0.0",
  4231. "license": "MIT",
  4232. "engines": {
  4233. "node": ">=12"
  4234. },
  4235. "funding": {
  4236. "url": "https://github.com/sponsors/sindresorhus"
  4237. }
  4238. },
  4239. "node_modules/mimic-response": {
  4240. "version": "3.1.0",
  4241. "license": "MIT",
  4242. "engines": {
  4243. "node": ">=10"
  4244. },
  4245. "funding": {
  4246. "url": "https://github.com/sponsors/sindresorhus"
  4247. }
  4248. },
  4249. "node_modules/minimatch": {
  4250. "version": "3.1.2",
  4251. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  4252. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  4253. "dependencies": {
  4254. "brace-expansion": "^1.1.7"
  4255. },
  4256. "engines": {
  4257. "node": "*"
  4258. }
  4259. },
  4260. "node_modules/minimist": {
  4261. "version": "1.2.8",
  4262. "license": "MIT",
  4263. "funding": {
  4264. "url": "https://github.com/sponsors/ljharb"
  4265. }
  4266. },
  4267. "node_modules/mkdirp-classic": {
  4268. "version": "0.5.3",
  4269. "license": "MIT"
  4270. },
  4271. "node_modules/mri": {
  4272. "version": "1.2.0",
  4273. "license": "MIT",
  4274. "engines": {
  4275. "node": ">=4"
  4276. }
  4277. },
  4278. "node_modules/ms": {
  4279. "version": "2.1.2",
  4280. "license": "MIT"
  4281. },
  4282. "node_modules/mz": {
  4283. "version": "2.7.0",
  4284. "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
  4285. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  4286. "dependencies": {
  4287. "any-promise": "^1.0.0",
  4288. "object-assign": "^4.0.1",
  4289. "thenify-all": "^1.0.0"
  4290. }
  4291. },
  4292. "node_modules/nanoid": {
  4293. "version": "3.3.7",
  4294. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  4295. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  4296. "funding": [
  4297. {
  4298. "type": "github",
  4299. "url": "https://github.com/sponsors/ai"
  4300. }
  4301. ],
  4302. "bin": {
  4303. "nanoid": "bin/nanoid.cjs"
  4304. },
  4305. "engines": {
  4306. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  4307. }
  4308. },
  4309. "node_modules/napi-build-utils": {
  4310. "version": "1.0.2",
  4311. "license": "MIT"
  4312. },
  4313. "node_modules/nlcst-to-string": {
  4314. "version": "3.1.1",
  4315. "license": "MIT",
  4316. "dependencies": {
  4317. "@types/nlcst": "^1.0.0"
  4318. },
  4319. "funding": {
  4320. "type": "opencollective",
  4321. "url": "https://opencollective.com/unified"
  4322. }
  4323. },
  4324. "node_modules/no-case": {
  4325. "version": "3.0.4",
  4326. "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
  4327. "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
  4328. "dependencies": {
  4329. "lower-case": "^2.0.2",
  4330. "tslib": "^2.0.3"
  4331. }
  4332. },
  4333. "node_modules/node-abi": {
  4334. "version": "3.47.0",
  4335. "license": "MIT",
  4336. "dependencies": {
  4337. "semver": "^7.3.5"
  4338. },
  4339. "engines": {
  4340. "node": ">=10"
  4341. }
  4342. },
  4343. "node_modules/node-addon-api": {
  4344. "version": "6.1.0",
  4345. "license": "MIT"
  4346. },
  4347. "node_modules/node-releases": {
  4348. "version": "2.0.13",
  4349. "license": "MIT"
  4350. },
  4351. "node_modules/normalize-path": {
  4352. "version": "3.0.0",
  4353. "license": "MIT",
  4354. "engines": {
  4355. "node": ">=0.10.0"
  4356. }
  4357. },
  4358. "node_modules/normalize-range": {
  4359. "version": "0.1.2",
  4360. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  4361. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  4362. "engines": {
  4363. "node": ">=0.10.0"
  4364. }
  4365. },
  4366. "node_modules/npm-run-path": {
  4367. "version": "5.1.0",
  4368. "license": "MIT",
  4369. "dependencies": {
  4370. "path-key": "^4.0.0"
  4371. },
  4372. "engines": {
  4373. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4374. },
  4375. "funding": {
  4376. "url": "https://github.com/sponsors/sindresorhus"
  4377. }
  4378. },
  4379. "node_modules/npm-run-path/node_modules/path-key": {
  4380. "version": "4.0.0",
  4381. "license": "MIT",
  4382. "engines": {
  4383. "node": ">=12"
  4384. },
  4385. "funding": {
  4386. "url": "https://github.com/sponsors/sindresorhus"
  4387. }
  4388. },
  4389. "node_modules/object-assign": {
  4390. "version": "4.1.1",
  4391. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  4392. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  4393. "engines": {
  4394. "node": ">=0.10.0"
  4395. }
  4396. },
  4397. "node_modules/object-hash": {
  4398. "version": "3.0.0",
  4399. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  4400. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  4401. "engines": {
  4402. "node": ">= 6"
  4403. }
  4404. },
  4405. "node_modules/once": {
  4406. "version": "1.4.0",
  4407. "license": "ISC",
  4408. "dependencies": {
  4409. "wrappy": "1"
  4410. }
  4411. },
  4412. "node_modules/onetime": {
  4413. "version": "6.0.0",
  4414. "license": "MIT",
  4415. "dependencies": {
  4416. "mimic-fn": "^4.0.0"
  4417. },
  4418. "engines": {
  4419. "node": ">=12"
  4420. },
  4421. "funding": {
  4422. "url": "https://github.com/sponsors/sindresorhus"
  4423. }
  4424. },
  4425. "node_modules/ora": {
  4426. "version": "7.0.1",
  4427. "license": "MIT",
  4428. "dependencies": {
  4429. "chalk": "^5.3.0",
  4430. "cli-cursor": "^4.0.0",
  4431. "cli-spinners": "^2.9.0",
  4432. "is-interactive": "^2.0.0",
  4433. "is-unicode-supported": "^1.3.0",
  4434. "log-symbols": "^5.1.0",
  4435. "stdin-discarder": "^0.1.0",
  4436. "string-width": "^6.1.0",
  4437. "strip-ansi": "^7.1.0"
  4438. },
  4439. "engines": {
  4440. "node": ">=16"
  4441. },
  4442. "funding": {
  4443. "url": "https://github.com/sponsors/sindresorhus"
  4444. }
  4445. },
  4446. "node_modules/p-limit": {
  4447. "version": "4.0.0",
  4448. "license": "MIT",
  4449. "dependencies": {
  4450. "yocto-queue": "^1.0.0"
  4451. },
  4452. "engines": {
  4453. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4454. },
  4455. "funding": {
  4456. "url": "https://github.com/sponsors/sindresorhus"
  4457. }
  4458. },
  4459. "node_modules/p-locate": {
  4460. "version": "5.0.0",
  4461. "license": "MIT",
  4462. "dependencies": {
  4463. "p-limit": "^3.0.2"
  4464. },
  4465. "engines": {
  4466. "node": ">=10"
  4467. },
  4468. "funding": {
  4469. "url": "https://github.com/sponsors/sindresorhus"
  4470. }
  4471. },
  4472. "node_modules/p-locate/node_modules/p-limit": {
  4473. "version": "3.1.0",
  4474. "license": "MIT",
  4475. "dependencies": {
  4476. "yocto-queue": "^0.1.0"
  4477. },
  4478. "engines": {
  4479. "node": ">=10"
  4480. },
  4481. "funding": {
  4482. "url": "https://github.com/sponsors/sindresorhus"
  4483. }
  4484. },
  4485. "node_modules/p-locate/node_modules/p-limit/node_modules/yocto-queue": {
  4486. "version": "0.1.0",
  4487. "license": "MIT",
  4488. "engines": {
  4489. "node": ">=10"
  4490. },
  4491. "funding": {
  4492. "url": "https://github.com/sponsors/sindresorhus"
  4493. }
  4494. },
  4495. "node_modules/p-try": {
  4496. "version": "2.2.0",
  4497. "license": "MIT",
  4498. "engines": {
  4499. "node": ">=6"
  4500. }
  4501. },
  4502. "node_modules/parse-latin": {
  4503. "version": "5.0.1",
  4504. "license": "MIT",
  4505. "dependencies": {
  4506. "nlcst-to-string": "^3.0.0",
  4507. "unist-util-modify-children": "^3.0.0",
  4508. "unist-util-visit-children": "^2.0.0"
  4509. },
  4510. "funding": {
  4511. "type": "github",
  4512. "url": "https://github.com/sponsors/wooorm"
  4513. }
  4514. },
  4515. "node_modules/parse5": {
  4516. "version": "6.0.1",
  4517. "license": "MIT"
  4518. },
  4519. "node_modules/pascal-case": {
  4520. "version": "3.1.2",
  4521. "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
  4522. "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
  4523. "dependencies": {
  4524. "no-case": "^3.0.4",
  4525. "tslib": "^2.0.3"
  4526. }
  4527. },
  4528. "node_modules/path-exists": {
  4529. "version": "4.0.0",
  4530. "license": "MIT",
  4531. "engines": {
  4532. "node": ">=8"
  4533. }
  4534. },
  4535. "node_modules/path-is-absolute": {
  4536. "version": "1.0.1",
  4537. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  4538. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  4539. "engines": {
  4540. "node": ">=0.10.0"
  4541. }
  4542. },
  4543. "node_modules/path-key": {
  4544. "version": "3.1.1",
  4545. "license": "MIT",
  4546. "engines": {
  4547. "node": ">=8"
  4548. }
  4549. },
  4550. "node_modules/path-parse": {
  4551. "version": "1.0.7",
  4552. "license": "MIT"
  4553. },
  4554. "node_modules/path-to-regexp": {
  4555. "version": "6.2.1",
  4556. "license": "MIT"
  4557. },
  4558. "node_modules/periscopic": {
  4559. "version": "3.1.0",
  4560. "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz",
  4561. "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==",
  4562. "dependencies": {
  4563. "@types/estree": "^1.0.0",
  4564. "estree-walker": "^3.0.0",
  4565. "is-reference": "^3.0.0"
  4566. }
  4567. },
  4568. "node_modules/picocolors": {
  4569. "version": "1.0.1",
  4570. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
  4571. "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew=="
  4572. },
  4573. "node_modules/picomatch": {
  4574. "version": "2.3.1",
  4575. "license": "MIT",
  4576. "engines": {
  4577. "node": ">=8.6"
  4578. },
  4579. "funding": {
  4580. "url": "https://github.com/sponsors/jonschlinkert"
  4581. }
  4582. },
  4583. "node_modules/pify": {
  4584. "version": "4.0.1",
  4585. "license": "MIT",
  4586. "engines": {
  4587. "node": ">=6"
  4588. }
  4589. },
  4590. "node_modules/pirates": {
  4591. "version": "4.0.6",
  4592. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
  4593. "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
  4594. "engines": {
  4595. "node": ">= 6"
  4596. }
  4597. },
  4598. "node_modules/pkg-dir": {
  4599. "version": "4.2.0",
  4600. "license": "MIT",
  4601. "dependencies": {
  4602. "find-up": "^4.0.0"
  4603. },
  4604. "engines": {
  4605. "node": ">=8"
  4606. }
  4607. },
  4608. "node_modules/pkg-dir/node_modules/find-up": {
  4609. "version": "4.1.0",
  4610. "license": "MIT",
  4611. "dependencies": {
  4612. "locate-path": "^5.0.0",
  4613. "path-exists": "^4.0.0"
  4614. },
  4615. "engines": {
  4616. "node": ">=8"
  4617. }
  4618. },
  4619. "node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path": {
  4620. "version": "5.0.0",
  4621. "license": "MIT",
  4622. "dependencies": {
  4623. "p-locate": "^4.1.0"
  4624. },
  4625. "engines": {
  4626. "node": ">=8"
  4627. }
  4628. },
  4629. "node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate": {
  4630. "version": "4.1.0",
  4631. "license": "MIT",
  4632. "dependencies": {
  4633. "p-limit": "^2.2.0"
  4634. },
  4635. "engines": {
  4636. "node": ">=8"
  4637. }
  4638. },
  4639. "node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit": {
  4640. "version": "2.3.0",
  4641. "license": "MIT",
  4642. "dependencies": {
  4643. "p-try": "^2.0.0"
  4644. },
  4645. "engines": {
  4646. "node": ">=6"
  4647. },
  4648. "funding": {
  4649. "url": "https://github.com/sponsors/sindresorhus"
  4650. }
  4651. },
  4652. "node_modules/postcss": {
  4653. "version": "8.4.39",
  4654. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz",
  4655. "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==",
  4656. "funding": [
  4657. {
  4658. "type": "opencollective",
  4659. "url": "https://opencollective.com/postcss/"
  4660. },
  4661. {
  4662. "type": "tidelift",
  4663. "url": "https://tidelift.com/funding/github/npm/postcss"
  4664. },
  4665. {
  4666. "type": "github",
  4667. "url": "https://github.com/sponsors/ai"
  4668. }
  4669. ],
  4670. "dependencies": {
  4671. "nanoid": "^3.3.7",
  4672. "picocolors": "^1.0.1",
  4673. "source-map-js": "^1.2.0"
  4674. },
  4675. "engines": {
  4676. "node": "^10 || ^12 || >=14"
  4677. }
  4678. },
  4679. "node_modules/postcss-import": {
  4680. "version": "15.1.0",
  4681. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
  4682. "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
  4683. "dependencies": {
  4684. "postcss-value-parser": "^4.0.0",
  4685. "read-cache": "^1.0.0",
  4686. "resolve": "^1.1.7"
  4687. },
  4688. "engines": {
  4689. "node": ">=14.0.0"
  4690. },
  4691. "peerDependencies": {
  4692. "postcss": "^8.0.0"
  4693. }
  4694. },
  4695. "node_modules/postcss-js": {
  4696. "version": "4.0.1",
  4697. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
  4698. "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
  4699. "dependencies": {
  4700. "camelcase-css": "^2.0.1"
  4701. },
  4702. "engines": {
  4703. "node": "^12 || ^14 || >= 16"
  4704. },
  4705. "funding": {
  4706. "type": "opencollective",
  4707. "url": "https://opencollective.com/postcss/"
  4708. },
  4709. "peerDependencies": {
  4710. "postcss": "^8.4.21"
  4711. }
  4712. },
  4713. "node_modules/postcss-load-config": {
  4714. "version": "4.0.2",
  4715. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
  4716. "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
  4717. "funding": [
  4718. {
  4719. "type": "opencollective",
  4720. "url": "https://opencollective.com/postcss/"
  4721. },
  4722. {
  4723. "type": "github",
  4724. "url": "https://github.com/sponsors/ai"
  4725. }
  4726. ],
  4727. "dependencies": {
  4728. "lilconfig": "^3.0.0",
  4729. "yaml": "^2.3.4"
  4730. },
  4731. "engines": {
  4732. "node": ">= 14"
  4733. },
  4734. "peerDependencies": {
  4735. "postcss": ">=8.0.9",
  4736. "ts-node": ">=9.0.0"
  4737. },
  4738. "peerDependenciesMeta": {
  4739. "postcss": {
  4740. "optional": true
  4741. },
  4742. "ts-node": {
  4743. "optional": true
  4744. }
  4745. }
  4746. },
  4747. "node_modules/postcss-load-config/node_modules/lilconfig": {
  4748. "version": "3.1.2",
  4749. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
  4750. "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
  4751. "engines": {
  4752. "node": ">=14"
  4753. },
  4754. "funding": {
  4755. "url": "https://github.com/sponsors/antonk52"
  4756. }
  4757. },
  4758. "node_modules/postcss-nested": {
  4759. "version": "6.0.1",
  4760. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz",
  4761. "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==",
  4762. "dependencies": {
  4763. "postcss-selector-parser": "^6.0.11"
  4764. },
  4765. "engines": {
  4766. "node": ">=12.0"
  4767. },
  4768. "funding": {
  4769. "type": "opencollective",
  4770. "url": "https://opencollective.com/postcss/"
  4771. },
  4772. "peerDependencies": {
  4773. "postcss": "^8.2.14"
  4774. }
  4775. },
  4776. "node_modules/postcss-nesting": {
  4777. "version": "12.1.5",
  4778. "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-12.1.5.tgz",
  4779. "integrity": "sha512-N1NgI1PDCiAGWPTYrwqm8wpjv0bgDmkYHH72pNsqTCv9CObxjxftdYu6AKtGN+pnJa7FQjMm3v4sp8QJbFsYdQ==",
  4780. "dev": true,
  4781. "funding": [
  4782. {
  4783. "type": "github",
  4784. "url": "https://github.com/sponsors/csstools"
  4785. },
  4786. {
  4787. "type": "opencollective",
  4788. "url": "https://opencollective.com/csstools"
  4789. }
  4790. ],
  4791. "dependencies": {
  4792. "@csstools/selector-resolve-nested": "^1.1.0",
  4793. "@csstools/selector-specificity": "^3.1.1",
  4794. "postcss-selector-parser": "^6.1.0"
  4795. },
  4796. "engines": {
  4797. "node": "^14 || ^16 || >=18"
  4798. },
  4799. "peerDependencies": {
  4800. "postcss": "^8.4"
  4801. }
  4802. },
  4803. "node_modules/postcss-selector-parser": {
  4804. "version": "6.1.0",
  4805. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz",
  4806. "integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==",
  4807. "dependencies": {
  4808. "cssesc": "^3.0.0",
  4809. "util-deprecate": "^1.0.2"
  4810. },
  4811. "engines": {
  4812. "node": ">=4"
  4813. }
  4814. },
  4815. "node_modules/postcss-value-parser": {
  4816. "version": "4.2.0",
  4817. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  4818. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  4819. },
  4820. "node_modules/prebuild-install": {
  4821. "version": "7.1.1",
  4822. "license": "MIT",
  4823. "dependencies": {
  4824. "detect-libc": "^2.0.0",
  4825. "expand-template": "^2.0.3",
  4826. "github-from-package": "0.0.0",
  4827. "minimist": "^1.2.3",
  4828. "mkdirp-classic": "^0.5.3",
  4829. "napi-build-utils": "^1.0.1",
  4830. "node-abi": "^3.3.0",
  4831. "pump": "^3.0.0",
  4832. "rc": "^1.2.7",
  4833. "simple-get": "^4.0.0",
  4834. "tar-fs": "^2.0.0",
  4835. "tunnel-agent": "^0.6.0"
  4836. },
  4837. "bin": {
  4838. "prebuild-install": "bin.js"
  4839. },
  4840. "engines": {
  4841. "node": ">=10"
  4842. }
  4843. },
  4844. "node_modules/prebuild-install/node_modules/tar-fs": {
  4845. "version": "2.1.1",
  4846. "license": "MIT",
  4847. "dependencies": {
  4848. "chownr": "^1.1.1",
  4849. "mkdirp-classic": "^0.5.2",
  4850. "pump": "^3.0.0",
  4851. "tar-stream": "^2.1.4"
  4852. }
  4853. },
  4854. "node_modules/prebuild-install/node_modules/tar-fs/node_modules/tar-stream": {
  4855. "version": "2.2.0",
  4856. "license": "MIT",
  4857. "dependencies": {
  4858. "bl": "^4.0.3",
  4859. "end-of-stream": "^1.4.1",
  4860. "fs-constants": "^1.0.0",
  4861. "inherits": "^2.0.3",
  4862. "readable-stream": "^3.1.1"
  4863. },
  4864. "engines": {
  4865. "node": ">=6"
  4866. }
  4867. },
  4868. "node_modules/prebuild-install/node_modules/tar-fs/node_modules/tar-stream/node_modules/bl": {
  4869. "version": "4.1.0",
  4870. "license": "MIT",
  4871. "dependencies": {
  4872. "buffer": "^5.5.0",
  4873. "inherits": "^2.0.4",
  4874. "readable-stream": "^3.4.0"
  4875. }
  4876. },
  4877. "node_modules/prebuild-install/node_modules/tar-fs/node_modules/tar-stream/node_modules/bl/node_modules/buffer": {
  4878. "version": "5.7.1",
  4879. "funding": [
  4880. {
  4881. "type": "github",
  4882. "url": "https://github.com/sponsors/feross"
  4883. },
  4884. {
  4885. "type": "patreon",
  4886. "url": "https://www.patreon.com/feross"
  4887. },
  4888. {
  4889. "type": "consulting",
  4890. "url": "https://feross.org/support"
  4891. }
  4892. ],
  4893. "license": "MIT",
  4894. "dependencies": {
  4895. "base64-js": "^1.3.1",
  4896. "ieee754": "^1.1.13"
  4897. }
  4898. },
  4899. "node_modules/preferred-pm": {
  4900. "version": "3.0.3",
  4901. "license": "MIT",
  4902. "dependencies": {
  4903. "find-up": "^5.0.0",
  4904. "find-yarn-workspace-root2": "1.2.16",
  4905. "path-exists": "^4.0.0",
  4906. "which-pm": "2.0.0"
  4907. },
  4908. "engines": {
  4909. "node": ">=10"
  4910. }
  4911. },
  4912. "node_modules/prettier": {
  4913. "version": "3.3.2",
  4914. "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz",
  4915. "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==",
  4916. "dev": true,
  4917. "bin": {
  4918. "prettier": "bin/prettier.cjs"
  4919. },
  4920. "engines": {
  4921. "node": ">=14"
  4922. },
  4923. "funding": {
  4924. "url": "https://github.com/prettier/prettier?sponsor=1"
  4925. }
  4926. },
  4927. "node_modules/prettier-plugin-tailwindcss": {
  4928. "version": "0.5.14",
  4929. "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.14.tgz",
  4930. "integrity": "sha512-Puaz+wPUAhFp8Lo9HuciYKM2Y2XExESjeT+9NQoVFXZsPPnc9VYss2SpxdQ6vbatmt8/4+SN0oe0I1cPDABg9Q==",
  4931. "dev": true,
  4932. "engines": {
  4933. "node": ">=14.21.3"
  4934. },
  4935. "peerDependencies": {
  4936. "@ianvs/prettier-plugin-sort-imports": "*",
  4937. "@prettier/plugin-pug": "*",
  4938. "@shopify/prettier-plugin-liquid": "*",
  4939. "@trivago/prettier-plugin-sort-imports": "*",
  4940. "@zackad/prettier-plugin-twig-melody": "*",
  4941. "prettier": "^3.0",
  4942. "prettier-plugin-astro": "*",
  4943. "prettier-plugin-css-order": "*",
  4944. "prettier-plugin-import-sort": "*",
  4945. "prettier-plugin-jsdoc": "*",
  4946. "prettier-plugin-marko": "*",
  4947. "prettier-plugin-organize-attributes": "*",
  4948. "prettier-plugin-organize-imports": "*",
  4949. "prettier-plugin-sort-imports": "*",
  4950. "prettier-plugin-style-order": "*",
  4951. "prettier-plugin-svelte": "*"
  4952. },
  4953. "peerDependenciesMeta": {
  4954. "@ianvs/prettier-plugin-sort-imports": {
  4955. "optional": true
  4956. },
  4957. "@prettier/plugin-pug": {
  4958. "optional": true
  4959. },
  4960. "@shopify/prettier-plugin-liquid": {
  4961. "optional": true
  4962. },
  4963. "@trivago/prettier-plugin-sort-imports": {
  4964. "optional": true
  4965. },
  4966. "@zackad/prettier-plugin-twig-melody": {
  4967. "optional": true
  4968. },
  4969. "prettier-plugin-astro": {
  4970. "optional": true
  4971. },
  4972. "prettier-plugin-css-order": {
  4973. "optional": true
  4974. },
  4975. "prettier-plugin-import-sort": {
  4976. "optional": true
  4977. },
  4978. "prettier-plugin-jsdoc": {
  4979. "optional": true
  4980. },
  4981. "prettier-plugin-marko": {
  4982. "optional": true
  4983. },
  4984. "prettier-plugin-organize-attributes": {
  4985. "optional": true
  4986. },
  4987. "prettier-plugin-organize-imports": {
  4988. "optional": true
  4989. },
  4990. "prettier-plugin-sort-imports": {
  4991. "optional": true
  4992. },
  4993. "prettier-plugin-style-order": {
  4994. "optional": true
  4995. },
  4996. "prettier-plugin-svelte": {
  4997. "optional": true
  4998. }
  4999. }
  5000. },
  5001. "node_modules/prismjs": {
  5002. "version": "1.29.0",
  5003. "license": "MIT",
  5004. "engines": {
  5005. "node": ">=6"
  5006. }
  5007. },
  5008. "node_modules/prompts": {
  5009. "version": "2.4.2",
  5010. "license": "MIT",
  5011. "dependencies": {
  5012. "kleur": "^3.0.3",
  5013. "sisteransi": "^1.0.5"
  5014. },
  5015. "engines": {
  5016. "node": ">= 6"
  5017. }
  5018. },
  5019. "node_modules/prompts/node_modules/kleur": {
  5020. "version": "3.0.3",
  5021. "license": "MIT",
  5022. "engines": {
  5023. "node": ">=6"
  5024. }
  5025. },
  5026. "node_modules/property-information": {
  5027. "version": "6.2.0",
  5028. "license": "MIT",
  5029. "funding": {
  5030. "type": "github",
  5031. "url": "https://github.com/sponsors/wooorm"
  5032. }
  5033. },
  5034. "node_modules/pump": {
  5035. "version": "3.0.0",
  5036. "license": "MIT",
  5037. "dependencies": {
  5038. "end-of-stream": "^1.1.0",
  5039. "once": "^1.3.1"
  5040. }
  5041. },
  5042. "node_modules/queue-microtask": {
  5043. "version": "1.2.3",
  5044. "funding": [
  5045. {
  5046. "type": "github",
  5047. "url": "https://github.com/sponsors/feross"
  5048. },
  5049. {
  5050. "type": "patreon",
  5051. "url": "https://www.patreon.com/feross"
  5052. },
  5053. {
  5054. "type": "consulting",
  5055. "url": "https://feross.org/support"
  5056. }
  5057. ],
  5058. "license": "MIT"
  5059. },
  5060. "node_modules/queue-tick": {
  5061. "version": "1.0.1",
  5062. "license": "MIT"
  5063. },
  5064. "node_modules/rc": {
  5065. "version": "1.2.8",
  5066. "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
  5067. "dependencies": {
  5068. "deep-extend": "^0.6.0",
  5069. "ini": "~1.3.0",
  5070. "minimist": "^1.2.0",
  5071. "strip-json-comments": "~2.0.1"
  5072. },
  5073. "bin": {
  5074. "rc": "cli.js"
  5075. }
  5076. },
  5077. "node_modules/read-cache": {
  5078. "version": "1.0.0",
  5079. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  5080. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  5081. "dependencies": {
  5082. "pify": "^2.3.0"
  5083. }
  5084. },
  5085. "node_modules/read-cache/node_modules/pify": {
  5086. "version": "2.3.0",
  5087. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  5088. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  5089. "engines": {
  5090. "node": ">=0.10.0"
  5091. }
  5092. },
  5093. "node_modules/readable-stream": {
  5094. "version": "3.6.2",
  5095. "license": "MIT",
  5096. "dependencies": {
  5097. "inherits": "^2.0.3",
  5098. "string_decoder": "^1.1.1",
  5099. "util-deprecate": "^1.0.1"
  5100. },
  5101. "engines": {
  5102. "node": ">= 6"
  5103. }
  5104. },
  5105. "node_modules/readdirp": {
  5106. "version": "3.6.0",
  5107. "license": "MIT",
  5108. "dependencies": {
  5109. "picomatch": "^2.2.1"
  5110. },
  5111. "engines": {
  5112. "node": ">=8.10.0"
  5113. }
  5114. },
  5115. "node_modules/rehype": {
  5116. "version": "12.0.1",
  5117. "license": "MIT",
  5118. "dependencies": {
  5119. "@types/hast": "^2.0.0",
  5120. "rehype-parse": "^8.0.0",
  5121. "rehype-stringify": "^9.0.0",
  5122. "unified": "^10.0.0"
  5123. },
  5124. "funding": {
  5125. "type": "opencollective",
  5126. "url": "https://opencollective.com/unified"
  5127. }
  5128. },
  5129. "node_modules/rehype-parse": {
  5130. "version": "8.0.5",
  5131. "license": "MIT",
  5132. "dependencies": {
  5133. "@types/hast": "^2.0.0",
  5134. "hast-util-from-parse5": "^7.0.0",
  5135. "parse5": "^6.0.0",
  5136. "unified": "^10.0.0"
  5137. },
  5138. "funding": {
  5139. "type": "opencollective",
  5140. "url": "https://opencollective.com/unified"
  5141. }
  5142. },
  5143. "node_modules/rehype-raw": {
  5144. "version": "6.1.1",
  5145. "license": "MIT",
  5146. "dependencies": {
  5147. "@types/hast": "^2.0.0",
  5148. "hast-util-raw": "^7.2.0",
  5149. "unified": "^10.0.0"
  5150. },
  5151. "funding": {
  5152. "type": "opencollective",
  5153. "url": "https://opencollective.com/unified"
  5154. }
  5155. },
  5156. "node_modules/rehype-stringify": {
  5157. "version": "9.0.4",
  5158. "license": "MIT",
  5159. "dependencies": {
  5160. "@types/hast": "^2.0.0",
  5161. "hast-util-to-html": "^8.0.0",
  5162. "unified": "^10.0.0"
  5163. },
  5164. "funding": {
  5165. "type": "opencollective",
  5166. "url": "https://opencollective.com/unified"
  5167. }
  5168. },
  5169. "node_modules/remark-gfm": {
  5170. "version": "3.0.1",
  5171. "license": "MIT",
  5172. "dependencies": {
  5173. "@types/mdast": "^3.0.0",
  5174. "mdast-util-gfm": "^2.0.0",
  5175. "micromark-extension-gfm": "^2.0.0",
  5176. "unified": "^10.0.0"
  5177. },
  5178. "funding": {
  5179. "type": "opencollective",
  5180. "url": "https://opencollective.com/unified"
  5181. }
  5182. },
  5183. "node_modules/remark-parse": {
  5184. "version": "10.0.2",
  5185. "license": "MIT",
  5186. "dependencies": {
  5187. "@types/mdast": "^3.0.0",
  5188. "mdast-util-from-markdown": "^1.0.0",
  5189. "unified": "^10.0.0"
  5190. },
  5191. "funding": {
  5192. "type": "opencollective",
  5193. "url": "https://opencollective.com/unified"
  5194. }
  5195. },
  5196. "node_modules/remark-rehype": {
  5197. "version": "10.1.0",
  5198. "license": "MIT",
  5199. "dependencies": {
  5200. "@types/hast": "^2.0.0",
  5201. "@types/mdast": "^3.0.0",
  5202. "mdast-util-to-hast": "^12.1.0",
  5203. "unified": "^10.0.0"
  5204. },
  5205. "funding": {
  5206. "type": "opencollective",
  5207. "url": "https://opencollective.com/unified"
  5208. }
  5209. },
  5210. "node_modules/remark-smartypants": {
  5211. "version": "2.0.0",
  5212. "license": "MIT",
  5213. "dependencies": {
  5214. "retext": "^8.1.0",
  5215. "retext-smartypants": "^5.1.0",
  5216. "unist-util-visit": "^4.1.0"
  5217. },
  5218. "engines": {
  5219. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5220. }
  5221. },
  5222. "node_modules/resolve": {
  5223. "version": "1.22.4",
  5224. "license": "MIT",
  5225. "dependencies": {
  5226. "is-core-module": "^2.13.0",
  5227. "path-parse": "^1.0.7",
  5228. "supports-preserve-symlinks-flag": "^1.0.0"
  5229. },
  5230. "bin": {
  5231. "resolve": "bin/resolve"
  5232. },
  5233. "funding": {
  5234. "url": "https://github.com/sponsors/ljharb"
  5235. }
  5236. },
  5237. "node_modules/restore-cursor": {
  5238. "version": "4.0.0",
  5239. "license": "MIT",
  5240. "dependencies": {
  5241. "onetime": "^5.1.0",
  5242. "signal-exit": "^3.0.2"
  5243. },
  5244. "engines": {
  5245. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5246. },
  5247. "funding": {
  5248. "url": "https://github.com/sponsors/sindresorhus"
  5249. }
  5250. },
  5251. "node_modules/restore-cursor/node_modules/onetime": {
  5252. "version": "5.1.2",
  5253. "license": "MIT",
  5254. "dependencies": {
  5255. "mimic-fn": "^2.1.0"
  5256. },
  5257. "engines": {
  5258. "node": ">=6"
  5259. },
  5260. "funding": {
  5261. "url": "https://github.com/sponsors/sindresorhus"
  5262. }
  5263. },
  5264. "node_modules/restore-cursor/node_modules/onetime/node_modules/mimic-fn": {
  5265. "version": "2.1.0",
  5266. "license": "MIT",
  5267. "engines": {
  5268. "node": ">=6"
  5269. }
  5270. },
  5271. "node_modules/restore-cursor/node_modules/signal-exit": {
  5272. "version": "3.0.7",
  5273. "license": "ISC"
  5274. },
  5275. "node_modules/retext": {
  5276. "version": "8.1.0",
  5277. "license": "MIT",
  5278. "dependencies": {
  5279. "@types/nlcst": "^1.0.0",
  5280. "retext-latin": "^3.0.0",
  5281. "retext-stringify": "^3.0.0",
  5282. "unified": "^10.0.0"
  5283. },
  5284. "funding": {
  5285. "type": "opencollective",
  5286. "url": "https://opencollective.com/unified"
  5287. }
  5288. },
  5289. "node_modules/retext-latin": {
  5290. "version": "3.1.0",
  5291. "license": "MIT",
  5292. "dependencies": {
  5293. "@types/nlcst": "^1.0.0",
  5294. "parse-latin": "^5.0.0",
  5295. "unherit": "^3.0.0",
  5296. "unified": "^10.0.0"
  5297. },
  5298. "funding": {
  5299. "type": "opencollective",
  5300. "url": "https://opencollective.com/unified"
  5301. }
  5302. },
  5303. "node_modules/retext-smartypants": {
  5304. "version": "5.2.0",
  5305. "license": "MIT",
  5306. "dependencies": {
  5307. "@types/nlcst": "^1.0.0",
  5308. "nlcst-to-string": "^3.0.0",
  5309. "unified": "^10.0.0",
  5310. "unist-util-visit": "^4.0.0"
  5311. },
  5312. "funding": {
  5313. "type": "opencollective",
  5314. "url": "https://opencollective.com/unified"
  5315. }
  5316. },
  5317. "node_modules/retext-stringify": {
  5318. "version": "3.1.0",
  5319. "license": "MIT",
  5320. "dependencies": {
  5321. "@types/nlcst": "^1.0.0",
  5322. "nlcst-to-string": "^3.0.0",
  5323. "unified": "^10.0.0"
  5324. },
  5325. "funding": {
  5326. "type": "opencollective",
  5327. "url": "https://opencollective.com/unified"
  5328. }
  5329. },
  5330. "node_modules/reusify": {
  5331. "version": "1.0.4",
  5332. "license": "MIT",
  5333. "engines": {
  5334. "iojs": ">=1.0.0",
  5335. "node": ">=0.10.0"
  5336. }
  5337. },
  5338. "node_modules/rollup": {
  5339. "version": "4.18.1",
  5340. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.18.1.tgz",
  5341. "integrity": "sha512-Elx2UT8lzxxOXMpy5HWQGZqkrQOtrVDDa/bm9l10+U4rQnVzbL/LgZ4NOM1MPIDyHk69W4InuYDF5dzRh4Kw1A==",
  5342. "dependencies": {
  5343. "@types/estree": "1.0.5"
  5344. },
  5345. "bin": {
  5346. "rollup": "dist/bin/rollup"
  5347. },
  5348. "engines": {
  5349. "node": ">=18.0.0",
  5350. "npm": ">=8.0.0"
  5351. },
  5352. "optionalDependencies": {
  5353. "@rollup/rollup-android-arm-eabi": "4.18.1",
  5354. "@rollup/rollup-android-arm64": "4.18.1",
  5355. "@rollup/rollup-darwin-arm64": "4.18.1",
  5356. "@rollup/rollup-darwin-x64": "4.18.1",
  5357. "@rollup/rollup-linux-arm-gnueabihf": "4.18.1",
  5358. "@rollup/rollup-linux-arm-musleabihf": "4.18.1",
  5359. "@rollup/rollup-linux-arm64-gnu": "4.18.1",
  5360. "@rollup/rollup-linux-arm64-musl": "4.18.1",
  5361. "@rollup/rollup-linux-powerpc64le-gnu": "4.18.1",
  5362. "@rollup/rollup-linux-riscv64-gnu": "4.18.1",
  5363. "@rollup/rollup-linux-s390x-gnu": "4.18.1",
  5364. "@rollup/rollup-linux-x64-gnu": "4.18.1",
  5365. "@rollup/rollup-linux-x64-musl": "4.18.1",
  5366. "@rollup/rollup-win32-arm64-msvc": "4.18.1",
  5367. "@rollup/rollup-win32-ia32-msvc": "4.18.1",
  5368. "@rollup/rollup-win32-x64-msvc": "4.18.1",
  5369. "fsevents": "~2.3.2"
  5370. }
  5371. },
  5372. "node_modules/run-parallel": {
  5373. "version": "1.2.0",
  5374. "funding": [
  5375. {
  5376. "type": "github",
  5377. "url": "https://github.com/sponsors/feross"
  5378. },
  5379. {
  5380. "type": "patreon",
  5381. "url": "https://www.patreon.com/feross"
  5382. },
  5383. {
  5384. "type": "consulting",
  5385. "url": "https://feross.org/support"
  5386. }
  5387. ],
  5388. "license": "MIT",
  5389. "dependencies": {
  5390. "queue-microtask": "^1.2.2"
  5391. }
  5392. },
  5393. "node_modules/sade": {
  5394. "version": "1.8.1",
  5395. "license": "MIT",
  5396. "dependencies": {
  5397. "mri": "^1.1.0"
  5398. },
  5399. "engines": {
  5400. "node": ">=6"
  5401. }
  5402. },
  5403. "node_modules/safe-buffer": {
  5404. "version": "5.2.1",
  5405. "funding": [
  5406. {
  5407. "type": "github",
  5408. "url": "https://github.com/sponsors/feross"
  5409. },
  5410. {
  5411. "type": "patreon",
  5412. "url": "https://www.patreon.com/feross"
  5413. },
  5414. {
  5415. "type": "consulting",
  5416. "url": "https://feross.org/support"
  5417. }
  5418. ],
  5419. "license": "MIT"
  5420. },
  5421. "node_modules/section-matter": {
  5422. "version": "1.0.0",
  5423. "license": "MIT",
  5424. "dependencies": {
  5425. "extend-shallow": "^2.0.1",
  5426. "kind-of": "^6.0.0"
  5427. },
  5428. "engines": {
  5429. "node": ">=4"
  5430. }
  5431. },
  5432. "node_modules/semver": {
  5433. "version": "7.5.4",
  5434. "license": "ISC",
  5435. "dependencies": {
  5436. "lru-cache": "^6.0.0"
  5437. },
  5438. "bin": {
  5439. "semver": "bin/semver.js"
  5440. },
  5441. "engines": {
  5442. "node": ">=10"
  5443. }
  5444. },
  5445. "node_modules/server-destroy": {
  5446. "version": "1.0.1",
  5447. "license": "ISC"
  5448. },
  5449. "node_modules/sharp": {
  5450. "version": "0.32.5",
  5451. "hasInstallScript": true,
  5452. "license": "Apache-2.0",
  5453. "dependencies": {
  5454. "color": "^4.2.3",
  5455. "detect-libc": "^2.0.2",
  5456. "node-addon-api": "^6.1.0",
  5457. "prebuild-install": "^7.1.1",
  5458. "semver": "^7.5.4",
  5459. "simple-get": "^4.0.1",
  5460. "tar-fs": "^3.0.4",
  5461. "tunnel-agent": "^0.6.0"
  5462. },
  5463. "engines": {
  5464. "node": ">=14.15.0"
  5465. },
  5466. "funding": {
  5467. "url": "https://opencollective.com/libvips"
  5468. }
  5469. },
  5470. "node_modules/shebang-command": {
  5471. "version": "2.0.0",
  5472. "license": "MIT",
  5473. "dependencies": {
  5474. "shebang-regex": "^3.0.0"
  5475. },
  5476. "engines": {
  5477. "node": ">=8"
  5478. }
  5479. },
  5480. "node_modules/shebang-regex": {
  5481. "version": "3.0.0",
  5482. "license": "MIT",
  5483. "engines": {
  5484. "node": ">=8"
  5485. }
  5486. },
  5487. "node_modules/shiki": {
  5488. "version": "0.14.3",
  5489. "license": "MIT",
  5490. "dependencies": {
  5491. "ansi-sequence-parser": "^1.1.0",
  5492. "jsonc-parser": "^3.2.0",
  5493. "vscode-oniguruma": "^1.7.0",
  5494. "vscode-textmate": "^8.0.0"
  5495. }
  5496. },
  5497. "node_modules/signal-exit": {
  5498. "version": "4.1.0",
  5499. "license": "ISC",
  5500. "engines": {
  5501. "node": ">=14"
  5502. },
  5503. "funding": {
  5504. "url": "https://github.com/sponsors/isaacs"
  5505. }
  5506. },
  5507. "node_modules/simple-concat": {
  5508. "version": "1.0.1",
  5509. "funding": [
  5510. {
  5511. "type": "github",
  5512. "url": "https://github.com/sponsors/feross"
  5513. },
  5514. {
  5515. "type": "patreon",
  5516. "url": "https://www.patreon.com/feross"
  5517. },
  5518. {
  5519. "type": "consulting",
  5520. "url": "https://feross.org/support"
  5521. }
  5522. ],
  5523. "license": "MIT"
  5524. },
  5525. "node_modules/simple-get": {
  5526. "version": "4.0.1",
  5527. "funding": [
  5528. {
  5529. "type": "github",
  5530. "url": "https://github.com/sponsors/feross"
  5531. },
  5532. {
  5533. "type": "patreon",
  5534. "url": "https://www.patreon.com/feross"
  5535. },
  5536. {
  5537. "type": "consulting",
  5538. "url": "https://feross.org/support"
  5539. }
  5540. ],
  5541. "license": "MIT",
  5542. "dependencies": {
  5543. "decompress-response": "^6.0.0",
  5544. "once": "^1.3.1",
  5545. "simple-concat": "^1.0.0"
  5546. }
  5547. },
  5548. "node_modules/simple-swizzle": {
  5549. "version": "0.2.2",
  5550. "license": "MIT",
  5551. "dependencies": {
  5552. "is-arrayish": "^0.3.1"
  5553. }
  5554. },
  5555. "node_modules/sisteransi": {
  5556. "version": "1.0.5",
  5557. "license": "MIT"
  5558. },
  5559. "node_modules/source-map-js": {
  5560. "version": "1.2.0",
  5561. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
  5562. "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
  5563. "engines": {
  5564. "node": ">=0.10.0"
  5565. }
  5566. },
  5567. "node_modules/space-separated-tokens": {
  5568. "version": "2.0.2",
  5569. "license": "MIT",
  5570. "funding": {
  5571. "type": "github",
  5572. "url": "https://github.com/sponsors/wooorm"
  5573. }
  5574. },
  5575. "node_modules/sprintf-js": {
  5576. "version": "1.0.3",
  5577. "license": "BSD-3-Clause"
  5578. },
  5579. "node_modules/stdin-discarder": {
  5580. "version": "0.1.0",
  5581. "license": "MIT",
  5582. "dependencies": {
  5583. "bl": "^5.0.0"
  5584. },
  5585. "engines": {
  5586. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5587. },
  5588. "funding": {
  5589. "url": "https://github.com/sponsors/sindresorhus"
  5590. }
  5591. },
  5592. "node_modules/streamsearch": {
  5593. "version": "1.1.0",
  5594. "engines": {
  5595. "node": ">=10.0.0"
  5596. }
  5597. },
  5598. "node_modules/streamx": {
  5599. "version": "2.15.1",
  5600. "license": "MIT",
  5601. "dependencies": {
  5602. "fast-fifo": "^1.1.0",
  5603. "queue-tick": "^1.0.1"
  5604. }
  5605. },
  5606. "node_modules/string_decoder": {
  5607. "version": "1.3.0",
  5608. "license": "MIT",
  5609. "dependencies": {
  5610. "safe-buffer": "~5.2.0"
  5611. }
  5612. },
  5613. "node_modules/string-width": {
  5614. "version": "6.1.0",
  5615. "license": "MIT",
  5616. "dependencies": {
  5617. "eastasianwidth": "^0.2.0",
  5618. "emoji-regex": "^10.2.1",
  5619. "strip-ansi": "^7.0.1"
  5620. },
  5621. "engines": {
  5622. "node": ">=16"
  5623. },
  5624. "funding": {
  5625. "url": "https://github.com/sponsors/sindresorhus"
  5626. }
  5627. },
  5628. "node_modules/stringify-entities": {
  5629. "version": "4.0.3",
  5630. "license": "MIT",
  5631. "dependencies": {
  5632. "character-entities-html4": "^2.0.0",
  5633. "character-entities-legacy": "^3.0.0"
  5634. },
  5635. "funding": {
  5636. "type": "github",
  5637. "url": "https://github.com/sponsors/wooorm"
  5638. }
  5639. },
  5640. "node_modules/strip-ansi": {
  5641. "version": "7.1.0",
  5642. "license": "MIT",
  5643. "dependencies": {
  5644. "ansi-regex": "^6.0.1"
  5645. },
  5646. "engines": {
  5647. "node": ">=12"
  5648. },
  5649. "funding": {
  5650. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  5651. }
  5652. },
  5653. "node_modules/strip-bom": {
  5654. "version": "4.0.0",
  5655. "license": "MIT",
  5656. "engines": {
  5657. "node": ">=8"
  5658. }
  5659. },
  5660. "node_modules/strip-bom-string": {
  5661. "version": "1.0.0",
  5662. "license": "MIT",
  5663. "engines": {
  5664. "node": ">=0.10.0"
  5665. }
  5666. },
  5667. "node_modules/strip-final-newline": {
  5668. "version": "3.0.0",
  5669. "license": "MIT",
  5670. "engines": {
  5671. "node": ">=12"
  5672. },
  5673. "funding": {
  5674. "url": "https://github.com/sponsors/sindresorhus"
  5675. }
  5676. },
  5677. "node_modules/strip-json-comments": {
  5678. "version": "2.0.1",
  5679. "license": "MIT",
  5680. "engines": {
  5681. "node": ">=0.10.0"
  5682. }
  5683. },
  5684. "node_modules/sucrase": {
  5685. "version": "3.34.0",
  5686. "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.34.0.tgz",
  5687. "integrity": "sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==",
  5688. "dependencies": {
  5689. "@jridgewell/gen-mapping": "^0.3.2",
  5690. "commander": "^4.0.0",
  5691. "glob": "7.1.6",
  5692. "lines-and-columns": "^1.1.6",
  5693. "mz": "^2.7.0",
  5694. "pirates": "^4.0.1",
  5695. "ts-interface-checker": "^0.1.9"
  5696. },
  5697. "bin": {
  5698. "sucrase": "bin/sucrase",
  5699. "sucrase-node": "bin/sucrase-node"
  5700. },
  5701. "engines": {
  5702. "node": ">=8"
  5703. }
  5704. },
  5705. "node_modules/supports-color": {
  5706. "version": "5.5.0",
  5707. "license": "MIT",
  5708. "dependencies": {
  5709. "has-flag": "^3.0.0"
  5710. },
  5711. "engines": {
  5712. "node": ">=4"
  5713. }
  5714. },
  5715. "node_modules/supports-preserve-symlinks-flag": {
  5716. "version": "1.0.0",
  5717. "license": "MIT",
  5718. "engines": {
  5719. "node": ">= 0.4"
  5720. },
  5721. "funding": {
  5722. "url": "https://github.com/sponsors/ljharb"
  5723. }
  5724. },
  5725. "node_modules/svelte": {
  5726. "version": "4.2.0",
  5727. "resolved": "https://registry.npmjs.org/svelte/-/svelte-4.2.0.tgz",
  5728. "integrity": "sha512-kVsdPjDbLrv74SmLSUzAsBGquMs4MPgWGkGLpH+PjOYnFOziAvENVzgJmyOCV2gntxE32aNm8/sqNKD6LbIpeQ==",
  5729. "dependencies": {
  5730. "@ampproject/remapping": "^2.2.1",
  5731. "@jridgewell/sourcemap-codec": "^1.4.15",
  5732. "@jridgewell/trace-mapping": "^0.3.18",
  5733. "acorn": "^8.9.0",
  5734. "aria-query": "^5.3.0",
  5735. "axobject-query": "^3.2.1",
  5736. "code-red": "^1.0.3",
  5737. "css-tree": "^2.3.1",
  5738. "estree-walker": "^3.0.3",
  5739. "is-reference": "^3.0.1",
  5740. "locate-character": "^3.0.0",
  5741. "magic-string": "^0.30.0",
  5742. "periscopic": "^3.1.0"
  5743. },
  5744. "engines": {
  5745. "node": ">=16"
  5746. }
  5747. },
  5748. "node_modules/svelte-hmr": {
  5749. "version": "0.15.3",
  5750. "resolved": "https://registry.npmjs.org/svelte-hmr/-/svelte-hmr-0.15.3.tgz",
  5751. "integrity": "sha512-41snaPswvSf8TJUhlkoJBekRrABDXDMdpNpT2tfHIv4JuhgvHqLMhEPGtaQn0BmbNSTkuz2Ed20DF2eHw0SmBQ==",
  5752. "engines": {
  5753. "node": "^12.20 || ^14.13.1 || >= 16"
  5754. },
  5755. "peerDependencies": {
  5756. "svelte": "^3.19.0 || ^4.0.0"
  5757. }
  5758. },
  5759. "node_modules/svelte2tsx": {
  5760. "version": "0.6.21",
  5761. "resolved": "https://registry.npmjs.org/svelte2tsx/-/svelte2tsx-0.6.21.tgz",
  5762. "integrity": "sha512-v+vvbiy6WDmEQdIkJpvHYxJYG/obALfH0P6CTreYO350q/9+QmFTNCOJvx0O1o59Zpzx1Bqe+qlDxP/KtJSZEA==",
  5763. "dependencies": {
  5764. "dedent-js": "^1.0.1",
  5765. "pascal-case": "^3.1.1"
  5766. },
  5767. "peerDependencies": {
  5768. "svelte": "^3.55 || ^4.0.0-next.0 || ^4.0",
  5769. "typescript": "^4.9.4 || ^5.0.0"
  5770. }
  5771. },
  5772. "node_modules/tailwindcss": {
  5773. "version": "3.3.3",
  5774. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz",
  5775. "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==",
  5776. "dependencies": {
  5777. "@alloc/quick-lru": "^5.2.0",
  5778. "arg": "^5.0.2",
  5779. "chokidar": "^3.5.3",
  5780. "didyoumean": "^1.2.2",
  5781. "dlv": "^1.1.3",
  5782. "fast-glob": "^3.2.12",
  5783. "glob-parent": "^6.0.2",
  5784. "is-glob": "^4.0.3",
  5785. "jiti": "^1.18.2",
  5786. "lilconfig": "^2.1.0",
  5787. "micromatch": "^4.0.5",
  5788. "normalize-path": "^3.0.0",
  5789. "object-hash": "^3.0.0",
  5790. "picocolors": "^1.0.0",
  5791. "postcss": "^8.4.23",
  5792. "postcss-import": "^15.1.0",
  5793. "postcss-js": "^4.0.1",
  5794. "postcss-load-config": "^4.0.1",
  5795. "postcss-nested": "^6.0.1",
  5796. "postcss-selector-parser": "^6.0.11",
  5797. "resolve": "^1.22.2",
  5798. "sucrase": "^3.32.0"
  5799. },
  5800. "bin": {
  5801. "tailwind": "lib/cli.js",
  5802. "tailwindcss": "lib/cli.js"
  5803. },
  5804. "engines": {
  5805. "node": ">=14.0.0"
  5806. }
  5807. },
  5808. "node_modules/tailwindcss/node_modules/glob-parent": {
  5809. "version": "6.0.2",
  5810. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  5811. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  5812. "dependencies": {
  5813. "is-glob": "^4.0.3"
  5814. },
  5815. "engines": {
  5816. "node": ">=10.13.0"
  5817. }
  5818. },
  5819. "node_modules/tar-fs": {
  5820. "version": "3.0.4",
  5821. "license": "MIT",
  5822. "dependencies": {
  5823. "mkdirp-classic": "^0.5.2",
  5824. "pump": "^3.0.0",
  5825. "tar-stream": "^3.1.5"
  5826. }
  5827. },
  5828. "node_modules/tar-stream": {
  5829. "version": "3.1.6",
  5830. "license": "MIT",
  5831. "dependencies": {
  5832. "b4a": "^1.6.4",
  5833. "fast-fifo": "^1.2.0",
  5834. "streamx": "^2.15.0"
  5835. }
  5836. },
  5837. "node_modules/thenify": {
  5838. "version": "3.3.1",
  5839. "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
  5840. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  5841. "dependencies": {
  5842. "any-promise": "^1.0.0"
  5843. }
  5844. },
  5845. "node_modules/thenify-all": {
  5846. "version": "1.6.0",
  5847. "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
  5848. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  5849. "dependencies": {
  5850. "thenify": ">= 3.1.0 < 4"
  5851. },
  5852. "engines": {
  5853. "node": ">=0.8"
  5854. }
  5855. },
  5856. "node_modules/to-fast-properties": {
  5857. "version": "2.0.0",
  5858. "license": "MIT",
  5859. "engines": {
  5860. "node": ">=4"
  5861. }
  5862. },
  5863. "node_modules/to-regex-range": {
  5864. "version": "5.0.1",
  5865. "license": "MIT",
  5866. "dependencies": {
  5867. "is-number": "^7.0.0"
  5868. },
  5869. "engines": {
  5870. "node": ">=8.0"
  5871. }
  5872. },
  5873. "node_modules/trim-lines": {
  5874. "version": "3.0.1",
  5875. "license": "MIT",
  5876. "funding": {
  5877. "type": "github",
  5878. "url": "https://github.com/sponsors/wooorm"
  5879. }
  5880. },
  5881. "node_modules/trough": {
  5882. "version": "2.1.0",
  5883. "license": "MIT",
  5884. "funding": {
  5885. "type": "github",
  5886. "url": "https://github.com/sponsors/wooorm"
  5887. }
  5888. },
  5889. "node_modules/ts-interface-checker": {
  5890. "version": "0.1.13",
  5891. "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  5892. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA=="
  5893. },
  5894. "node_modules/tsconfig-resolver": {
  5895. "version": "3.0.1",
  5896. "license": "MIT",
  5897. "dependencies": {
  5898. "@types/json5": "^0.0.30",
  5899. "@types/resolve": "^1.17.0",
  5900. "json5": "^2.1.3",
  5901. "resolve": "^1.17.0",
  5902. "strip-bom": "^4.0.0",
  5903. "type-fest": "^0.13.1"
  5904. },
  5905. "funding": {
  5906. "url": "https://github.com/sponsors/ifiokjr"
  5907. }
  5908. },
  5909. "node_modules/tsconfig-resolver/node_modules/type-fest": {
  5910. "version": "0.13.1",
  5911. "license": "(MIT OR CC0-1.0)",
  5912. "engines": {
  5913. "node": ">=10"
  5914. },
  5915. "funding": {
  5916. "url": "https://github.com/sponsors/sindresorhus"
  5917. }
  5918. },
  5919. "node_modules/tslib": {
  5920. "version": "2.6.2",
  5921. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
  5922. "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
  5923. },
  5924. "node_modules/tunnel-agent": {
  5925. "version": "0.6.0",
  5926. "license": "Apache-2.0",
  5927. "dependencies": {
  5928. "safe-buffer": "^5.0.1"
  5929. },
  5930. "engines": {
  5931. "node": "*"
  5932. }
  5933. },
  5934. "node_modules/type-fest": {
  5935. "version": "2.19.0",
  5936. "license": "(MIT OR CC0-1.0)",
  5937. "engines": {
  5938. "node": ">=12.20"
  5939. },
  5940. "funding": {
  5941. "url": "https://github.com/sponsors/sindresorhus"
  5942. }
  5943. },
  5944. "node_modules/typescript": {
  5945. "version": "5.5.3",
  5946. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
  5947. "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
  5948. "bin": {
  5949. "tsc": "bin/tsc",
  5950. "tsserver": "bin/tsserver"
  5951. },
  5952. "engines": {
  5953. "node": ">=14.17"
  5954. }
  5955. },
  5956. "node_modules/undici": {
  5957. "version": "5.23.0",
  5958. "license": "MIT",
  5959. "dependencies": {
  5960. "busboy": "^1.6.0"
  5961. },
  5962. "engines": {
  5963. "node": ">=14.0"
  5964. }
  5965. },
  5966. "node_modules/unherit": {
  5967. "version": "3.0.1",
  5968. "license": "MIT",
  5969. "funding": {
  5970. "type": "github",
  5971. "url": "https://github.com/sponsors/wooorm"
  5972. }
  5973. },
  5974. "node_modules/unified": {
  5975. "version": "10.1.2",
  5976. "license": "MIT",
  5977. "dependencies": {
  5978. "@types/unist": "^2.0.0",
  5979. "bail": "^2.0.0",
  5980. "extend": "^3.0.0",
  5981. "is-buffer": "^2.0.0",
  5982. "is-plain-obj": "^4.0.0",
  5983. "trough": "^2.0.0",
  5984. "vfile": "^5.0.0"
  5985. },
  5986. "funding": {
  5987. "type": "opencollective",
  5988. "url": "https://opencollective.com/unified"
  5989. }
  5990. },
  5991. "node_modules/unist-util-generated": {
  5992. "version": "2.0.1",
  5993. "license": "MIT",
  5994. "funding": {
  5995. "type": "opencollective",
  5996. "url": "https://opencollective.com/unified"
  5997. }
  5998. },
  5999. "node_modules/unist-util-is": {
  6000. "version": "5.2.1",
  6001. "license": "MIT",
  6002. "dependencies": {
  6003. "@types/unist": "^2.0.0"
  6004. },
  6005. "funding": {
  6006. "type": "opencollective",
  6007. "url": "https://opencollective.com/unified"
  6008. }
  6009. },
  6010. "node_modules/unist-util-modify-children": {
  6011. "version": "3.1.1",
  6012. "license": "MIT",
  6013. "dependencies": {
  6014. "@types/unist": "^2.0.0",
  6015. "array-iterate": "^2.0.0"
  6016. },
  6017. "funding": {
  6018. "type": "opencollective",
  6019. "url": "https://opencollective.com/unified"
  6020. }
  6021. },
  6022. "node_modules/unist-util-position": {
  6023. "version": "4.0.4",
  6024. "license": "MIT",
  6025. "dependencies": {
  6026. "@types/unist": "^2.0.0"
  6027. },
  6028. "funding": {
  6029. "type": "opencollective",
  6030. "url": "https://opencollective.com/unified"
  6031. }
  6032. },
  6033. "node_modules/unist-util-stringify-position": {
  6034. "version": "3.0.3",
  6035. "license": "MIT",
  6036. "dependencies": {
  6037. "@types/unist": "^2.0.0"
  6038. },
  6039. "funding": {
  6040. "type": "opencollective",
  6041. "url": "https://opencollective.com/unified"
  6042. }
  6043. },
  6044. "node_modules/unist-util-visit": {
  6045. "version": "4.1.2",
  6046. "license": "MIT",
  6047. "dependencies": {
  6048. "@types/unist": "^2.0.0",
  6049. "unist-util-is": "^5.0.0",
  6050. "unist-util-visit-parents": "^5.1.1"
  6051. },
  6052. "funding": {
  6053. "type": "opencollective",
  6054. "url": "https://opencollective.com/unified"
  6055. }
  6056. },
  6057. "node_modules/unist-util-visit-children": {
  6058. "version": "2.0.2",
  6059. "license": "MIT",
  6060. "dependencies": {
  6061. "@types/unist": "^2.0.0"
  6062. },
  6063. "funding": {
  6064. "type": "opencollective",
  6065. "url": "https://opencollective.com/unified"
  6066. }
  6067. },
  6068. "node_modules/unist-util-visit-parents": {
  6069. "version": "5.1.3",
  6070. "license": "MIT",
  6071. "dependencies": {
  6072. "@types/unist": "^2.0.0",
  6073. "unist-util-is": "^5.0.0"
  6074. },
  6075. "funding": {
  6076. "type": "opencollective",
  6077. "url": "https://opencollective.com/unified"
  6078. }
  6079. },
  6080. "node_modules/update-browserslist-db": {
  6081. "version": "1.0.11",
  6082. "funding": [
  6083. {
  6084. "type": "opencollective",
  6085. "url": "https://opencollective.com/browserslist"
  6086. },
  6087. {
  6088. "type": "tidelift",
  6089. "url": "https://tidelift.com/funding/github/npm/browserslist"
  6090. },
  6091. {
  6092. "type": "github",
  6093. "url": "https://github.com/sponsors/ai"
  6094. }
  6095. ],
  6096. "license": "MIT",
  6097. "dependencies": {
  6098. "escalade": "^3.1.1",
  6099. "picocolors": "^1.0.0"
  6100. },
  6101. "bin": {
  6102. "update-browserslist-db": "cli.js"
  6103. },
  6104. "peerDependencies": {
  6105. "browserslist": ">= 4.21.0"
  6106. }
  6107. },
  6108. "node_modules/util-deprecate": {
  6109. "version": "1.0.2",
  6110. "license": "MIT"
  6111. },
  6112. "node_modules/uvu": {
  6113. "version": "0.5.6",
  6114. "license": "MIT",
  6115. "dependencies": {
  6116. "dequal": "^2.0.0",
  6117. "diff": "^5.0.0",
  6118. "kleur": "^4.0.3",
  6119. "sade": "^1.7.3"
  6120. },
  6121. "bin": {
  6122. "uvu": "bin.js"
  6123. },
  6124. "engines": {
  6125. "node": ">=8"
  6126. }
  6127. },
  6128. "node_modules/vfile": {
  6129. "version": "5.3.7",
  6130. "license": "MIT",
  6131. "dependencies": {
  6132. "@types/unist": "^2.0.0",
  6133. "is-buffer": "^2.0.0",
  6134. "unist-util-stringify-position": "^3.0.0",
  6135. "vfile-message": "^3.0.0"
  6136. },
  6137. "funding": {
  6138. "type": "opencollective",
  6139. "url": "https://opencollective.com/unified"
  6140. }
  6141. },
  6142. "node_modules/vfile-location": {
  6143. "version": "4.1.0",
  6144. "license": "MIT",
  6145. "dependencies": {
  6146. "@types/unist": "^2.0.0",
  6147. "vfile": "^5.0.0"
  6148. },
  6149. "funding": {
  6150. "type": "opencollective",
  6151. "url": "https://opencollective.com/unified"
  6152. }
  6153. },
  6154. "node_modules/vfile-message": {
  6155. "version": "3.1.4",
  6156. "license": "MIT",
  6157. "dependencies": {
  6158. "@types/unist": "^2.0.0",
  6159. "unist-util-stringify-position": "^3.0.0"
  6160. },
  6161. "funding": {
  6162. "type": "opencollective",
  6163. "url": "https://opencollective.com/unified"
  6164. }
  6165. },
  6166. "node_modules/vite": {
  6167. "version": "5.3.3",
  6168. "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.3.tgz",
  6169. "integrity": "sha512-NPQdeCU0Dv2z5fu+ULotpuq5yfCS1BzKUIPhNbP3YBfAMGJXbt2nS+sbTFu+qchaqWTD+H3JK++nRwr6XIcp6A==",
  6170. "dependencies": {
  6171. "esbuild": "^0.21.3",
  6172. "postcss": "^8.4.39",
  6173. "rollup": "^4.13.0"
  6174. },
  6175. "bin": {
  6176. "vite": "bin/vite.js"
  6177. },
  6178. "engines": {
  6179. "node": "^18.0.0 || >=20.0.0"
  6180. },
  6181. "funding": {
  6182. "url": "https://github.com/vitejs/vite?sponsor=1"
  6183. },
  6184. "optionalDependencies": {
  6185. "fsevents": "~2.3.3"
  6186. },
  6187. "peerDependencies": {
  6188. "@types/node": "^18.0.0 || >=20.0.0",
  6189. "less": "*",
  6190. "lightningcss": "^1.21.0",
  6191. "sass": "*",
  6192. "stylus": "*",
  6193. "sugarss": "*",
  6194. "terser": "^5.4.0"
  6195. },
  6196. "peerDependenciesMeta": {
  6197. "@types/node": {
  6198. "optional": true
  6199. },
  6200. "less": {
  6201. "optional": true
  6202. },
  6203. "lightningcss": {
  6204. "optional": true
  6205. },
  6206. "sass": {
  6207. "optional": true
  6208. },
  6209. "stylus": {
  6210. "optional": true
  6211. },
  6212. "sugarss": {
  6213. "optional": true
  6214. },
  6215. "terser": {
  6216. "optional": true
  6217. }
  6218. }
  6219. },
  6220. "node_modules/vite/node_modules/@esbuild/android-arm": {
  6221. "version": "0.21.5",
  6222. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  6223. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  6224. "cpu": [
  6225. "arm"
  6226. ],
  6227. "optional": true,
  6228. "os": [
  6229. "android"
  6230. ],
  6231. "engines": {
  6232. "node": ">=12"
  6233. }
  6234. },
  6235. "node_modules/vite/node_modules/@esbuild/android-arm64": {
  6236. "version": "0.21.5",
  6237. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  6238. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  6239. "cpu": [
  6240. "arm64"
  6241. ],
  6242. "optional": true,
  6243. "os": [
  6244. "android"
  6245. ],
  6246. "engines": {
  6247. "node": ">=12"
  6248. }
  6249. },
  6250. "node_modules/vite/node_modules/@esbuild/android-x64": {
  6251. "version": "0.21.5",
  6252. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  6253. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  6254. "cpu": [
  6255. "x64"
  6256. ],
  6257. "optional": true,
  6258. "os": [
  6259. "android"
  6260. ],
  6261. "engines": {
  6262. "node": ">=12"
  6263. }
  6264. },
  6265. "node_modules/vite/node_modules/@esbuild/darwin-arm64": {
  6266. "version": "0.21.5",
  6267. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  6268. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  6269. "cpu": [
  6270. "arm64"
  6271. ],
  6272. "optional": true,
  6273. "os": [
  6274. "darwin"
  6275. ],
  6276. "engines": {
  6277. "node": ">=12"
  6278. }
  6279. },
  6280. "node_modules/vite/node_modules/@esbuild/darwin-x64": {
  6281. "version": "0.21.5",
  6282. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  6283. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  6284. "cpu": [
  6285. "x64"
  6286. ],
  6287. "optional": true,
  6288. "os": [
  6289. "darwin"
  6290. ],
  6291. "engines": {
  6292. "node": ">=12"
  6293. }
  6294. },
  6295. "node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
  6296. "version": "0.21.5",
  6297. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  6298. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  6299. "cpu": [
  6300. "arm64"
  6301. ],
  6302. "optional": true,
  6303. "os": [
  6304. "freebsd"
  6305. ],
  6306. "engines": {
  6307. "node": ">=12"
  6308. }
  6309. },
  6310. "node_modules/vite/node_modules/@esbuild/freebsd-x64": {
  6311. "version": "0.21.5",
  6312. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  6313. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  6314. "cpu": [
  6315. "x64"
  6316. ],
  6317. "optional": true,
  6318. "os": [
  6319. "freebsd"
  6320. ],
  6321. "engines": {
  6322. "node": ">=12"
  6323. }
  6324. },
  6325. "node_modules/vite/node_modules/@esbuild/linux-arm": {
  6326. "version": "0.21.5",
  6327. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  6328. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  6329. "cpu": [
  6330. "arm"
  6331. ],
  6332. "optional": true,
  6333. "os": [
  6334. "linux"
  6335. ],
  6336. "engines": {
  6337. "node": ">=12"
  6338. }
  6339. },
  6340. "node_modules/vite/node_modules/@esbuild/linux-arm64": {
  6341. "version": "0.21.5",
  6342. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  6343. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  6344. "cpu": [
  6345. "arm64"
  6346. ],
  6347. "optional": true,
  6348. "os": [
  6349. "linux"
  6350. ],
  6351. "engines": {
  6352. "node": ">=12"
  6353. }
  6354. },
  6355. "node_modules/vite/node_modules/@esbuild/linux-ia32": {
  6356. "version": "0.21.5",
  6357. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  6358. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  6359. "cpu": [
  6360. "ia32"
  6361. ],
  6362. "optional": true,
  6363. "os": [
  6364. "linux"
  6365. ],
  6366. "engines": {
  6367. "node": ">=12"
  6368. }
  6369. },
  6370. "node_modules/vite/node_modules/@esbuild/linux-loong64": {
  6371. "version": "0.21.5",
  6372. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  6373. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  6374. "cpu": [
  6375. "loong64"
  6376. ],
  6377. "optional": true,
  6378. "os": [
  6379. "linux"
  6380. ],
  6381. "engines": {
  6382. "node": ">=12"
  6383. }
  6384. },
  6385. "node_modules/vite/node_modules/@esbuild/linux-mips64el": {
  6386. "version": "0.21.5",
  6387. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  6388. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  6389. "cpu": [
  6390. "mips64el"
  6391. ],
  6392. "optional": true,
  6393. "os": [
  6394. "linux"
  6395. ],
  6396. "engines": {
  6397. "node": ">=12"
  6398. }
  6399. },
  6400. "node_modules/vite/node_modules/@esbuild/linux-ppc64": {
  6401. "version": "0.21.5",
  6402. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  6403. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  6404. "cpu": [
  6405. "ppc64"
  6406. ],
  6407. "optional": true,
  6408. "os": [
  6409. "linux"
  6410. ],
  6411. "engines": {
  6412. "node": ">=12"
  6413. }
  6414. },
  6415. "node_modules/vite/node_modules/@esbuild/linux-riscv64": {
  6416. "version": "0.21.5",
  6417. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  6418. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  6419. "cpu": [
  6420. "riscv64"
  6421. ],
  6422. "optional": true,
  6423. "os": [
  6424. "linux"
  6425. ],
  6426. "engines": {
  6427. "node": ">=12"
  6428. }
  6429. },
  6430. "node_modules/vite/node_modules/@esbuild/linux-s390x": {
  6431. "version": "0.21.5",
  6432. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  6433. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  6434. "cpu": [
  6435. "s390x"
  6436. ],
  6437. "optional": true,
  6438. "os": [
  6439. "linux"
  6440. ],
  6441. "engines": {
  6442. "node": ">=12"
  6443. }
  6444. },
  6445. "node_modules/vite/node_modules/@esbuild/linux-x64": {
  6446. "version": "0.21.5",
  6447. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  6448. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  6449. "cpu": [
  6450. "x64"
  6451. ],
  6452. "optional": true,
  6453. "os": [
  6454. "linux"
  6455. ],
  6456. "engines": {
  6457. "node": ">=12"
  6458. }
  6459. },
  6460. "node_modules/vite/node_modules/@esbuild/netbsd-x64": {
  6461. "version": "0.21.5",
  6462. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  6463. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  6464. "cpu": [
  6465. "x64"
  6466. ],
  6467. "optional": true,
  6468. "os": [
  6469. "netbsd"
  6470. ],
  6471. "engines": {
  6472. "node": ">=12"
  6473. }
  6474. },
  6475. "node_modules/vite/node_modules/@esbuild/openbsd-x64": {
  6476. "version": "0.21.5",
  6477. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  6478. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  6479. "cpu": [
  6480. "x64"
  6481. ],
  6482. "optional": true,
  6483. "os": [
  6484. "openbsd"
  6485. ],
  6486. "engines": {
  6487. "node": ">=12"
  6488. }
  6489. },
  6490. "node_modules/vite/node_modules/@esbuild/sunos-x64": {
  6491. "version": "0.21.5",
  6492. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  6493. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  6494. "cpu": [
  6495. "x64"
  6496. ],
  6497. "optional": true,
  6498. "os": [
  6499. "sunos"
  6500. ],
  6501. "engines": {
  6502. "node": ">=12"
  6503. }
  6504. },
  6505. "node_modules/vite/node_modules/@esbuild/win32-arm64": {
  6506. "version": "0.21.5",
  6507. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  6508. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  6509. "cpu": [
  6510. "arm64"
  6511. ],
  6512. "optional": true,
  6513. "os": [
  6514. "win32"
  6515. ],
  6516. "engines": {
  6517. "node": ">=12"
  6518. }
  6519. },
  6520. "node_modules/vite/node_modules/@esbuild/win32-ia32": {
  6521. "version": "0.21.5",
  6522. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  6523. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  6524. "cpu": [
  6525. "ia32"
  6526. ],
  6527. "optional": true,
  6528. "os": [
  6529. "win32"
  6530. ],
  6531. "engines": {
  6532. "node": ">=12"
  6533. }
  6534. },
  6535. "node_modules/vite/node_modules/@esbuild/win32-x64": {
  6536. "version": "0.21.5",
  6537. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  6538. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  6539. "cpu": [
  6540. "x64"
  6541. ],
  6542. "optional": true,
  6543. "os": [
  6544. "win32"
  6545. ],
  6546. "engines": {
  6547. "node": ">=12"
  6548. }
  6549. },
  6550. "node_modules/vite/node_modules/esbuild": {
  6551. "version": "0.21.5",
  6552. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
  6553. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  6554. "hasInstallScript": true,
  6555. "bin": {
  6556. "esbuild": "bin/esbuild"
  6557. },
  6558. "engines": {
  6559. "node": ">=12"
  6560. },
  6561. "optionalDependencies": {
  6562. "@esbuild/aix-ppc64": "0.21.5",
  6563. "@esbuild/android-arm": "0.21.5",
  6564. "@esbuild/android-arm64": "0.21.5",
  6565. "@esbuild/android-x64": "0.21.5",
  6566. "@esbuild/darwin-arm64": "0.21.5",
  6567. "@esbuild/darwin-x64": "0.21.5",
  6568. "@esbuild/freebsd-arm64": "0.21.5",
  6569. "@esbuild/freebsd-x64": "0.21.5",
  6570. "@esbuild/linux-arm": "0.21.5",
  6571. "@esbuild/linux-arm64": "0.21.5",
  6572. "@esbuild/linux-ia32": "0.21.5",
  6573. "@esbuild/linux-loong64": "0.21.5",
  6574. "@esbuild/linux-mips64el": "0.21.5",
  6575. "@esbuild/linux-ppc64": "0.21.5",
  6576. "@esbuild/linux-riscv64": "0.21.5",
  6577. "@esbuild/linux-s390x": "0.21.5",
  6578. "@esbuild/linux-x64": "0.21.5",
  6579. "@esbuild/netbsd-x64": "0.21.5",
  6580. "@esbuild/openbsd-x64": "0.21.5",
  6581. "@esbuild/sunos-x64": "0.21.5",
  6582. "@esbuild/win32-arm64": "0.21.5",
  6583. "@esbuild/win32-ia32": "0.21.5",
  6584. "@esbuild/win32-x64": "0.21.5"
  6585. }
  6586. },
  6587. "node_modules/vitefu": {
  6588. "version": "0.2.5",
  6589. "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.5.tgz",
  6590. "integrity": "sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==",
  6591. "peerDependencies": {
  6592. "vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
  6593. },
  6594. "peerDependenciesMeta": {
  6595. "vite": {
  6596. "optional": true
  6597. }
  6598. }
  6599. },
  6600. "node_modules/vscode-oniguruma": {
  6601. "version": "1.7.0",
  6602. "license": "MIT"
  6603. },
  6604. "node_modules/vscode-textmate": {
  6605. "version": "8.0.0",
  6606. "license": "MIT"
  6607. },
  6608. "node_modules/web-namespaces": {
  6609. "version": "2.0.1",
  6610. "license": "MIT",
  6611. "funding": {
  6612. "type": "github",
  6613. "url": "https://github.com/sponsors/wooorm"
  6614. }
  6615. },
  6616. "node_modules/which": {
  6617. "version": "2.0.2",
  6618. "license": "ISC",
  6619. "dependencies": {
  6620. "isexe": "^2.0.0"
  6621. },
  6622. "bin": {
  6623. "node-which": "bin/node-which"
  6624. },
  6625. "engines": {
  6626. "node": ">= 8"
  6627. }
  6628. },
  6629. "node_modules/which-pm": {
  6630. "version": "2.0.0",
  6631. "license": "MIT",
  6632. "dependencies": {
  6633. "load-yaml-file": "^0.2.0",
  6634. "path-exists": "^4.0.0"
  6635. },
  6636. "engines": {
  6637. "node": ">=8.15"
  6638. }
  6639. },
  6640. "node_modules/which-pm-runs": {
  6641. "version": "1.1.0",
  6642. "license": "MIT",
  6643. "engines": {
  6644. "node": ">=4"
  6645. }
  6646. },
  6647. "node_modules/widest-line": {
  6648. "version": "4.0.1",
  6649. "license": "MIT",
  6650. "dependencies": {
  6651. "string-width": "^5.0.1"
  6652. },
  6653. "engines": {
  6654. "node": ">=12"
  6655. },
  6656. "funding": {
  6657. "url": "https://github.com/sponsors/sindresorhus"
  6658. }
  6659. },
  6660. "node_modules/widest-line/node_modules/string-width": {
  6661. "version": "5.1.2",
  6662. "license": "MIT",
  6663. "dependencies": {
  6664. "eastasianwidth": "^0.2.0",
  6665. "emoji-regex": "^9.2.2",
  6666. "strip-ansi": "^7.0.1"
  6667. },
  6668. "engines": {
  6669. "node": ">=12"
  6670. },
  6671. "funding": {
  6672. "url": "https://github.com/sponsors/sindresorhus"
  6673. }
  6674. },
  6675. "node_modules/widest-line/node_modules/string-width/node_modules/emoji-regex": {
  6676. "version": "9.2.2",
  6677. "license": "MIT"
  6678. },
  6679. "node_modules/wrap-ansi": {
  6680. "version": "8.1.0",
  6681. "license": "MIT",
  6682. "dependencies": {
  6683. "ansi-styles": "^6.1.0",
  6684. "string-width": "^5.0.1",
  6685. "strip-ansi": "^7.0.1"
  6686. },
  6687. "engines": {
  6688. "node": ">=12"
  6689. },
  6690. "funding": {
  6691. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  6692. }
  6693. },
  6694. "node_modules/wrap-ansi/node_modules/string-width": {
  6695. "version": "5.1.2",
  6696. "license": "MIT",
  6697. "dependencies": {
  6698. "eastasianwidth": "^0.2.0",
  6699. "emoji-regex": "^9.2.2",
  6700. "strip-ansi": "^7.0.1"
  6701. },
  6702. "engines": {
  6703. "node": ">=12"
  6704. },
  6705. "funding": {
  6706. "url": "https://github.com/sponsors/sindresorhus"
  6707. }
  6708. },
  6709. "node_modules/wrap-ansi/node_modules/string-width/node_modules/emoji-regex": {
  6710. "version": "9.2.2",
  6711. "license": "MIT"
  6712. },
  6713. "node_modules/wrappy": {
  6714. "version": "1.0.2",
  6715. "license": "ISC"
  6716. },
  6717. "node_modules/yallist": {
  6718. "version": "4.0.0",
  6719. "license": "ISC"
  6720. },
  6721. "node_modules/yaml": {
  6722. "version": "2.4.5",
  6723. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz",
  6724. "integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==",
  6725. "bin": {
  6726. "yaml": "bin.mjs"
  6727. },
  6728. "engines": {
  6729. "node": ">= 14"
  6730. }
  6731. },
  6732. "node_modules/yargs-parser": {
  6733. "version": "21.1.1",
  6734. "license": "ISC",
  6735. "engines": {
  6736. "node": ">=12"
  6737. }
  6738. },
  6739. "node_modules/yocto-queue": {
  6740. "version": "1.0.0",
  6741. "license": "MIT",
  6742. "engines": {
  6743. "node": ">=12.20"
  6744. },
  6745. "funding": {
  6746. "url": "https://github.com/sponsors/sindresorhus"
  6747. }
  6748. },
  6749. "node_modules/zod": {
  6750. "version": "3.21.1",
  6751. "license": "MIT",
  6752. "funding": {
  6753. "url": "https://github.com/sponsors/colinhacks"
  6754. }
  6755. },
  6756. "node_modules/zwitch": {
  6757. "version": "2.0.4",
  6758. "license": "MIT",
  6759. "funding": {
  6760. "type": "github",
  6761. "url": "https://github.com/sponsors/wooorm"
  6762. }
  6763. }
  6764. }
  6765. }