package-lock.json 189 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883
  1. {
  2. "name": "olivetin-webui",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "olivetin-webui",
  9. "version": "1.0.0",
  10. "license": "AGPL-3.0-only",
  11. "dependencies": {
  12. "@connectrpc/connect": "^2.1.1",
  13. "@connectrpc/connect-web": "^2.1.1",
  14. "@hugeicons/core-free-icons": "^2.0.0",
  15. "@hugeicons/vue": "^1.0.3",
  16. "@vitejs/plugin-vue": "^6.0.2",
  17. "@xterm/addon-fit": "^0.10.0",
  18. "@xterm/xterm": "^5.5.0",
  19. "iconify-icon": "^3.0.2",
  20. "picocrank": "^1.9.0",
  21. "standard": "^17.1.2",
  22. "unplugin-vue-components": "^30.0.0",
  23. "vite": "^7.2.4",
  24. "vue-i18n": "^11.2.2",
  25. "vue-router": "^4.6.3"
  26. },
  27. "devDependencies": {
  28. "process": "^0.11.10",
  29. "stylelint": "^16.26.1",
  30. "stylelint-config-standard": "^39.0.1"
  31. }
  32. },
  33. "node_modules/@babel/code-frame": {
  34. "version": "7.12.11",
  35. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
  36. "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
  37. "dev": true,
  38. "dependencies": {
  39. "@babel/highlight": "^7.10.4"
  40. }
  41. },
  42. "node_modules/@babel/helper-string-parser": {
  43. "version": "7.27.1",
  44. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  45. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  46. "license": "MIT",
  47. "engines": {
  48. "node": ">=6.9.0"
  49. }
  50. },
  51. "node_modules/@babel/helper-validator-identifier": {
  52. "version": "7.28.5",
  53. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  54. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  55. "license": "MIT",
  56. "engines": {
  57. "node": ">=6.9.0"
  58. }
  59. },
  60. "node_modules/@babel/highlight": {
  61. "version": "7.24.6",
  62. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz",
  63. "integrity": "sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==",
  64. "dev": true,
  65. "dependencies": {
  66. "@babel/helper-validator-identifier": "^7.24.6",
  67. "chalk": "^2.4.2",
  68. "js-tokens": "^4.0.0",
  69. "picocolors": "^1.0.0"
  70. },
  71. "engines": {
  72. "node": ">=6.9.0"
  73. }
  74. },
  75. "node_modules/@babel/highlight/node_modules/ansi-styles": {
  76. "version": "3.2.1",
  77. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  78. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  79. "dev": true,
  80. "dependencies": {
  81. "color-convert": "^1.9.0"
  82. },
  83. "engines": {
  84. "node": ">=4"
  85. }
  86. },
  87. "node_modules/@babel/highlight/node_modules/chalk": {
  88. "version": "2.4.2",
  89. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  90. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  91. "dev": true,
  92. "dependencies": {
  93. "ansi-styles": "^3.2.1",
  94. "escape-string-regexp": "^1.0.5",
  95. "supports-color": "^5.3.0"
  96. },
  97. "engines": {
  98. "node": ">=4"
  99. }
  100. },
  101. "node_modules/@babel/highlight/node_modules/color-convert": {
  102. "version": "1.9.3",
  103. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  104. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  105. "dev": true,
  106. "dependencies": {
  107. "color-name": "1.1.3"
  108. }
  109. },
  110. "node_modules/@babel/highlight/node_modules/color-name": {
  111. "version": "1.1.3",
  112. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  113. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
  114. "dev": true
  115. },
  116. "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
  117. "version": "1.0.5",
  118. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  119. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  120. "dev": true,
  121. "engines": {
  122. "node": ">=0.8.0"
  123. }
  124. },
  125. "node_modules/@babel/highlight/node_modules/has-flag": {
  126. "version": "3.0.0",
  127. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  128. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  129. "dev": true,
  130. "engines": {
  131. "node": ">=4"
  132. }
  133. },
  134. "node_modules/@babel/highlight/node_modules/supports-color": {
  135. "version": "5.5.0",
  136. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  137. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  138. "dev": true,
  139. "dependencies": {
  140. "has-flag": "^3.0.0"
  141. },
  142. "engines": {
  143. "node": ">=4"
  144. }
  145. },
  146. "node_modules/@babel/parser": {
  147. "version": "7.28.5",
  148. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
  149. "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
  150. "license": "MIT",
  151. "dependencies": {
  152. "@babel/types": "^7.28.5"
  153. },
  154. "bin": {
  155. "parser": "bin/babel-parser.js"
  156. },
  157. "engines": {
  158. "node": ">=6.0.0"
  159. }
  160. },
  161. "node_modules/@babel/types": {
  162. "version": "7.28.5",
  163. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  164. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  165. "license": "MIT",
  166. "dependencies": {
  167. "@babel/helper-string-parser": "^7.27.1",
  168. "@babel/helper-validator-identifier": "^7.28.5"
  169. },
  170. "engines": {
  171. "node": ">=6.9.0"
  172. }
  173. },
  174. "node_modules/@bufbuild/protobuf": {
  175. "version": "2.7.0",
  176. "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.7.0.tgz",
  177. "integrity": "sha512-qn6tAIZEw5i/wiESBF4nQxZkl86aY4KoO0IkUa2Lh+rya64oTOdJQFlZuMwI1Qz9VBJQrQC4QlSA2DNek5gCOA==",
  178. "license": "(Apache-2.0 AND BSD-3-Clause)",
  179. "peer": true
  180. },
  181. "node_modules/@cacheable/memory": {
  182. "version": "2.0.5",
  183. "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.5.tgz",
  184. "integrity": "sha512-fkiAxCvssEyJZ5fxX4tcdZFRmW9JehSTGvvqmXn6rTzG5cH6V/3C4ad8yb01vOjp2xBydHkHrgpW0qeGtzt6VQ==",
  185. "dev": true,
  186. "license": "MIT",
  187. "dependencies": {
  188. "@cacheable/utils": "^2.3.0",
  189. "@keyv/bigmap": "^1.1.0",
  190. "hookified": "^1.12.2",
  191. "keyv": "^5.5.4"
  192. }
  193. },
  194. "node_modules/@cacheable/memory/node_modules/@keyv/bigmap": {
  195. "version": "1.3.0",
  196. "resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.3.0.tgz",
  197. "integrity": "sha512-KT01GjzV6AQD5+IYrcpoYLkCu1Jod3nau1Z7EsEuViO3TZGRacSbO9MfHmbJ1WaOXFtWLxPVj169cn2WNKPkIg==",
  198. "dev": true,
  199. "license": "MIT",
  200. "dependencies": {
  201. "hashery": "^1.2.0",
  202. "hookified": "^1.13.0"
  203. },
  204. "engines": {
  205. "node": ">= 18"
  206. },
  207. "peerDependencies": {
  208. "keyv": "^5.5.4"
  209. }
  210. },
  211. "node_modules/@cacheable/memory/node_modules/keyv": {
  212. "version": "5.5.4",
  213. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
  214. "integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
  215. "dev": true,
  216. "license": "MIT",
  217. "dependencies": {
  218. "@keyv/serialize": "^1.1.1"
  219. }
  220. },
  221. "node_modules/@cacheable/utils": {
  222. "version": "2.3.1",
  223. "resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.3.1.tgz",
  224. "integrity": "sha512-38NJXjIr4W1Sghun8ju+uYWD8h2c61B4dKwfnQHVDFpAJ9oS28RpfqZQJ6Dgd3RceGkILDY9YT+72HJR3LoeSQ==",
  225. "dev": true,
  226. "license": "MIT",
  227. "dependencies": {
  228. "hashery": "^1.2.0",
  229. "keyv": "^5.5.4"
  230. }
  231. },
  232. "node_modules/@cacheable/utils/node_modules/keyv": {
  233. "version": "5.5.4",
  234. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
  235. "integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
  236. "dev": true,
  237. "license": "MIT",
  238. "dependencies": {
  239. "@keyv/serialize": "^1.1.1"
  240. }
  241. },
  242. "node_modules/@connectrpc/connect": {
  243. "version": "2.1.1",
  244. "resolved": "https://registry.npmjs.org/@connectrpc/connect/-/connect-2.1.1.tgz",
  245. "integrity": "sha512-JzhkaTvM73m2K1URT6tv53k2RwngSmCXLZJgK580qNQOXRzZRR/BCMfZw3h+90JpnG6XksP5bYT+cz0rpUzUWQ==",
  246. "license": "Apache-2.0",
  247. "peerDependencies": {
  248. "@bufbuild/protobuf": "^2.7.0"
  249. }
  250. },
  251. "node_modules/@connectrpc/connect-web": {
  252. "version": "2.1.1",
  253. "resolved": "https://registry.npmjs.org/@connectrpc/connect-web/-/connect-web-2.1.1.tgz",
  254. "integrity": "sha512-J8317Q2MaFRCT1jzVR1o06bZhDIBmU0UAzWx6xOIXzOq8+k71/+k7MUF7AwcBUX+34WIvbm5syRgC5HXQA8fOg==",
  255. "license": "Apache-2.0",
  256. "peerDependencies": {
  257. "@bufbuild/protobuf": "^2.7.0",
  258. "@connectrpc/connect": "2.1.1"
  259. }
  260. },
  261. "node_modules/@csstools/css-parser-algorithms": {
  262. "version": "3.0.5",
  263. "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz",
  264. "integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==",
  265. "dev": true,
  266. "funding": [
  267. {
  268. "type": "github",
  269. "url": "https://github.com/sponsors/csstools"
  270. },
  271. {
  272. "type": "opencollective",
  273. "url": "https://opencollective.com/csstools"
  274. }
  275. ],
  276. "license": "MIT",
  277. "engines": {
  278. "node": ">=18"
  279. },
  280. "peerDependencies": {
  281. "@csstools/css-tokenizer": "^3.0.4"
  282. }
  283. },
  284. "node_modules/@csstools/css-syntax-patches-for-csstree": {
  285. "version": "1.0.20",
  286. "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.20.tgz",
  287. "integrity": "sha512-8BHsjXfSciZxjmHQOuVdW2b8WLUPts9a+mfL13/PzEviufUEW2xnvQuOlKs9dRBHgRqJ53SF/DUoK9+MZk72oQ==",
  288. "dev": true,
  289. "funding": [
  290. {
  291. "type": "github",
  292. "url": "https://github.com/sponsors/csstools"
  293. },
  294. {
  295. "type": "opencollective",
  296. "url": "https://opencollective.com/csstools"
  297. }
  298. ],
  299. "license": "MIT-0",
  300. "engines": {
  301. "node": ">=18"
  302. }
  303. },
  304. "node_modules/@csstools/css-tokenizer": {
  305. "version": "3.0.4",
  306. "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz",
  307. "integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==",
  308. "dev": true,
  309. "funding": [
  310. {
  311. "type": "github",
  312. "url": "https://github.com/sponsors/csstools"
  313. },
  314. {
  315. "type": "opencollective",
  316. "url": "https://opencollective.com/csstools"
  317. }
  318. ],
  319. "license": "MIT",
  320. "engines": {
  321. "node": ">=18"
  322. }
  323. },
  324. "node_modules/@csstools/media-query-list-parser": {
  325. "version": "4.0.3",
  326. "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.3.tgz",
  327. "integrity": "sha512-HAYH7d3TLRHDOUQK4mZKf9k9Ph/m8Akstg66ywKR4SFAigjs3yBiUeZtFxywiTm5moZMAp/5W/ZuFnNXXYLuuQ==",
  328. "dev": true,
  329. "funding": [
  330. {
  331. "type": "github",
  332. "url": "https://github.com/sponsors/csstools"
  333. },
  334. {
  335. "type": "opencollective",
  336. "url": "https://opencollective.com/csstools"
  337. }
  338. ],
  339. "license": "MIT",
  340. "engines": {
  341. "node": ">=18"
  342. },
  343. "peerDependencies": {
  344. "@csstools/css-parser-algorithms": "^3.0.5",
  345. "@csstools/css-tokenizer": "^3.0.4"
  346. }
  347. },
  348. "node_modules/@csstools/selector-specificity": {
  349. "version": "5.0.0",
  350. "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
  351. "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
  352. "dev": true,
  353. "funding": [
  354. {
  355. "type": "github",
  356. "url": "https://github.com/sponsors/csstools"
  357. },
  358. {
  359. "type": "opencollective",
  360. "url": "https://opencollective.com/csstools"
  361. }
  362. ],
  363. "license": "MIT-0",
  364. "engines": {
  365. "node": ">=18"
  366. },
  367. "peerDependencies": {
  368. "postcss-selector-parser": "^7.0.0"
  369. }
  370. },
  371. "node_modules/@dual-bundle/import-meta-resolve": {
  372. "version": "4.2.1",
  373. "resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.2.1.tgz",
  374. "integrity": "sha512-id+7YRUgoUX6CgV0DtuhirQWodeeA7Lf4i2x71JS/vtA5pRb/hIGWlw+G6MeXvsM+MXrz0VAydTGElX1rAfgPg==",
  375. "dev": true,
  376. "license": "MIT",
  377. "funding": {
  378. "type": "github",
  379. "url": "https://github.com/sponsors/JounQin"
  380. }
  381. },
  382. "node_modules/@esbuild/linux-x64": {
  383. "version": "0.25.8",
  384. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.8.tgz",
  385. "integrity": "sha512-ASFQhgY4ElXh3nDcOMTkQero4b1lgubskNlhIfJrsH5OKZXDpUAKBlNS0Kx81jwOBp+HCeZqmoJuihTv57/jvQ==",
  386. "cpu": [
  387. "x64"
  388. ],
  389. "license": "MIT",
  390. "optional": true,
  391. "os": [
  392. "linux"
  393. ],
  394. "engines": {
  395. "node": ">=18"
  396. }
  397. },
  398. "node_modules/@eslint-community/eslint-utils": {
  399. "version": "4.9.0",
  400. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
  401. "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
  402. "license": "MIT",
  403. "dependencies": {
  404. "eslint-visitor-keys": "^3.4.3"
  405. },
  406. "engines": {
  407. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  408. },
  409. "funding": {
  410. "url": "https://opencollective.com/eslint"
  411. },
  412. "peerDependencies": {
  413. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  414. }
  415. },
  416. "node_modules/@eslint-community/regexpp": {
  417. "version": "4.12.2",
  418. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  419. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  420. "license": "MIT",
  421. "engines": {
  422. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  423. }
  424. },
  425. "node_modules/@eslint/eslintrc": {
  426. "version": "2.1.4",
  427. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  428. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  429. "license": "MIT",
  430. "dependencies": {
  431. "ajv": "^6.12.4",
  432. "debug": "^4.3.2",
  433. "espree": "^9.6.0",
  434. "globals": "^13.19.0",
  435. "ignore": "^5.2.0",
  436. "import-fresh": "^3.2.1",
  437. "js-yaml": "^4.1.0",
  438. "minimatch": "^3.1.2",
  439. "strip-json-comments": "^3.1.1"
  440. },
  441. "engines": {
  442. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  443. },
  444. "funding": {
  445. "url": "https://opencollective.com/eslint"
  446. }
  447. },
  448. "node_modules/@eslint/js": {
  449. "version": "8.57.1",
  450. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
  451. "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
  452. "license": "MIT",
  453. "engines": {
  454. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  455. }
  456. },
  457. "node_modules/@hugeicons/core-free-icons": {
  458. "version": "2.0.0",
  459. "resolved": "https://registry.npmjs.org/@hugeicons/core-free-icons/-/core-free-icons-2.0.0.tgz",
  460. "integrity": "sha512-OSfv5k0iB0yG61dcfK7jcf00AIK8EXyQOgtcNJzSBFvm88n9VOelkxihZHJnNwDUFpO/jZI3vZSVp6i1dmRvJQ==",
  461. "license": "MIT"
  462. },
  463. "node_modules/@hugeicons/vue": {
  464. "version": "1.0.3",
  465. "resolved": "https://registry.npmjs.org/@hugeicons/vue/-/vue-1.0.3.tgz",
  466. "integrity": "sha512-DF9A277Ej4Eahu11Hkd3v6V0eZ1NHWZWs9OOByJaxGekgG8q7DAbkhltIo3bqsoxVprxaKSX3Mmn5a2dyzLsHA==",
  467. "peerDependencies": {
  468. "vue": "^2.6.0 || ^3.0.0"
  469. }
  470. },
  471. "node_modules/@humanwhocodes/config-array": {
  472. "version": "0.13.0",
  473. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
  474. "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
  475. "deprecated": "Use @eslint/config-array instead",
  476. "license": "Apache-2.0",
  477. "dependencies": {
  478. "@humanwhocodes/object-schema": "^2.0.3",
  479. "debug": "^4.3.1",
  480. "minimatch": "^3.0.5"
  481. },
  482. "engines": {
  483. "node": ">=10.10.0"
  484. }
  485. },
  486. "node_modules/@humanwhocodes/module-importer": {
  487. "version": "1.0.1",
  488. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  489. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  490. "license": "Apache-2.0",
  491. "engines": {
  492. "node": ">=12.22"
  493. },
  494. "funding": {
  495. "type": "github",
  496. "url": "https://github.com/sponsors/nzakas"
  497. }
  498. },
  499. "node_modules/@humanwhocodes/object-schema": {
  500. "version": "2.0.3",
  501. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
  502. "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
  503. "deprecated": "Use @eslint/object-schema instead",
  504. "license": "BSD-3-Clause"
  505. },
  506. "node_modules/@iconify/types": {
  507. "version": "2.0.0",
  508. "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
  509. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  510. "license": "MIT"
  511. },
  512. "node_modules/@intlify/core-base": {
  513. "version": "11.2.2",
  514. "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.2.2.tgz",
  515. "integrity": "sha512-0mCTBOLKIqFUP3BzwuFW23hYEl9g/wby6uY//AC5hTgQfTsM2srCYF2/hYGp+a5DZ/HIFIgKkLJMzXTt30r0JQ==",
  516. "license": "MIT",
  517. "dependencies": {
  518. "@intlify/message-compiler": "11.2.2",
  519. "@intlify/shared": "11.2.2"
  520. },
  521. "engines": {
  522. "node": ">= 16"
  523. },
  524. "funding": {
  525. "url": "https://github.com/sponsors/kazupon"
  526. }
  527. },
  528. "node_modules/@intlify/message-compiler": {
  529. "version": "11.2.2",
  530. "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.2.2.tgz",
  531. "integrity": "sha512-XS2p8Ff5JxWsKhgfld4/MRQzZRQ85drMMPhb7Co6Be4ZOgqJX1DzcZt0IFgGTycgqL8rkYNwgnD443Q+TapOoA==",
  532. "license": "MIT",
  533. "dependencies": {
  534. "@intlify/shared": "11.2.2",
  535. "source-map-js": "^1.0.2"
  536. },
  537. "engines": {
  538. "node": ">= 16"
  539. },
  540. "funding": {
  541. "url": "https://github.com/sponsors/kazupon"
  542. }
  543. },
  544. "node_modules/@intlify/shared": {
  545. "version": "11.2.2",
  546. "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.2.2.tgz",
  547. "integrity": "sha512-OtCmyFpSXxNu/oET/aN6HtPCbZ01btXVd0f3w00YsHOb13Kverk1jzA2k47pAekM55qbUw421fvPF1yxZ+gicw==",
  548. "license": "MIT",
  549. "engines": {
  550. "node": ">= 16"
  551. },
  552. "funding": {
  553. "url": "https://github.com/sponsors/kazupon"
  554. }
  555. },
  556. "node_modules/@jridgewell/gen-mapping": {
  557. "version": "0.3.13",
  558. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  559. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  560. "license": "MIT",
  561. "dependencies": {
  562. "@jridgewell/sourcemap-codec": "^1.5.0",
  563. "@jridgewell/trace-mapping": "^0.3.24"
  564. }
  565. },
  566. "node_modules/@jridgewell/remapping": {
  567. "version": "2.3.5",
  568. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  569. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  570. "license": "MIT",
  571. "dependencies": {
  572. "@jridgewell/gen-mapping": "^0.3.5",
  573. "@jridgewell/trace-mapping": "^0.3.24"
  574. }
  575. },
  576. "node_modules/@jridgewell/resolve-uri": {
  577. "version": "3.1.2",
  578. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  579. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  580. "license": "MIT",
  581. "engines": {
  582. "node": ">=6.0.0"
  583. }
  584. },
  585. "node_modules/@jridgewell/sourcemap-codec": {
  586. "version": "1.5.5",
  587. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  588. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  589. "license": "MIT"
  590. },
  591. "node_modules/@jridgewell/trace-mapping": {
  592. "version": "0.3.31",
  593. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  594. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  595. "license": "MIT",
  596. "dependencies": {
  597. "@jridgewell/resolve-uri": "^3.1.0",
  598. "@jridgewell/sourcemap-codec": "^1.4.14"
  599. }
  600. },
  601. "node_modules/@keyv/serialize": {
  602. "version": "1.1.1",
  603. "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.1.1.tgz",
  604. "integrity": "sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==",
  605. "dev": true,
  606. "license": "MIT"
  607. },
  608. "node_modules/@nodelib/fs.scandir": {
  609. "version": "2.1.5",
  610. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  611. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  612. "dependencies": {
  613. "@nodelib/fs.stat": "2.0.5",
  614. "run-parallel": "^1.1.9"
  615. },
  616. "engines": {
  617. "node": ">= 8"
  618. }
  619. },
  620. "node_modules/@nodelib/fs.stat": {
  621. "version": "2.0.5",
  622. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  623. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  624. "engines": {
  625. "node": ">= 8"
  626. }
  627. },
  628. "node_modules/@nodelib/fs.walk": {
  629. "version": "1.2.8",
  630. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  631. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  632. "dependencies": {
  633. "@nodelib/fs.scandir": "2.1.5",
  634. "fastq": "^1.6.0"
  635. },
  636. "engines": {
  637. "node": ">= 8"
  638. }
  639. },
  640. "node_modules/@rolldown/pluginutils": {
  641. "version": "1.0.0-beta.50",
  642. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.50.tgz",
  643. "integrity": "sha512-5e76wQiQVeL1ICOZVUg4LSOVYg9jyhGCin+icYozhsUzM+fHE7kddi1bdiE0jwVqTfkjba3jUFbEkoC9WkdvyA==",
  644. "license": "MIT"
  645. },
  646. "node_modules/@rollup/rollup-linux-x64-gnu": {
  647. "version": "4.45.1",
  648. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.45.1.tgz",
  649. "integrity": "sha512-+E/lYl6qu1zqgPEnTrs4WysQtvc/Sh4fC2nByfFExqgYrqkKWp1tWIbe+ELhixnenSpBbLXNi6vbEEJ8M7fiHw==",
  650. "cpu": [
  651. "x64"
  652. ],
  653. "license": "MIT",
  654. "optional": true,
  655. "os": [
  656. "linux"
  657. ]
  658. },
  659. "node_modules/@rollup/rollup-linux-x64-musl": {
  660. "version": "4.45.1",
  661. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.45.1.tgz",
  662. "integrity": "sha512-a6WIAp89p3kpNoYStITT9RbTbTnqarU7D8N8F2CV+4Cl9fwCOZraLVuVFvlpsW0SbIiYtEnhCZBPLoNdRkjQFw==",
  663. "cpu": [
  664. "x64"
  665. ],
  666. "license": "MIT",
  667. "optional": true,
  668. "os": [
  669. "linux"
  670. ]
  671. },
  672. "node_modules/@rtsao/scc": {
  673. "version": "1.1.0",
  674. "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
  675. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  676. "license": "MIT"
  677. },
  678. "node_modules/@types/estree": {
  679. "version": "1.0.8",
  680. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  681. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  682. "license": "MIT"
  683. },
  684. "node_modules/@types/json5": {
  685. "version": "0.0.29",
  686. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  687. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  688. "license": "MIT"
  689. },
  690. "node_modules/@ungap/structured-clone": {
  691. "version": "1.3.0",
  692. "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  693. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  694. "license": "ISC"
  695. },
  696. "node_modules/@vitejs/plugin-vue": {
  697. "version": "6.0.2",
  698. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.2.tgz",
  699. "integrity": "sha512-iHmwV3QcVGGvSC1BG5bZ4z6iwa1SOpAPWmnjOErd4Ske+lZua5K9TtAVdx0gMBClJ28DViCbSmZitjWZsWO3LA==",
  700. "license": "MIT",
  701. "dependencies": {
  702. "@rolldown/pluginutils": "1.0.0-beta.50"
  703. },
  704. "engines": {
  705. "node": "^20.19.0 || >=22.12.0"
  706. },
  707. "peerDependencies": {
  708. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  709. "vue": "^3.2.25"
  710. }
  711. },
  712. "node_modules/@vue/compiler-core": {
  713. "version": "3.5.24",
  714. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.24.tgz",
  715. "integrity": "sha512-eDl5H57AOpNakGNAkFDH+y7kTqrQpJkZFXhWZQGyx/5Wh7B1uQYvcWkvZi11BDhscPgj8N7XV3oRwiPnx1Vrig==",
  716. "license": "MIT",
  717. "dependencies": {
  718. "@babel/parser": "^7.28.5",
  719. "@vue/shared": "3.5.24",
  720. "entities": "^4.5.0",
  721. "estree-walker": "^2.0.2",
  722. "source-map-js": "^1.2.1"
  723. }
  724. },
  725. "node_modules/@vue/compiler-dom": {
  726. "version": "3.5.24",
  727. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.24.tgz",
  728. "integrity": "sha512-1QHGAvs53gXkWdd3ZMGYuvQFXHW4ksKWPG8HP8/2BscrbZ0brw183q2oNWjMrSWImYLHxHrx1ItBQr50I/q2zw==",
  729. "license": "MIT",
  730. "dependencies": {
  731. "@vue/compiler-core": "3.5.24",
  732. "@vue/shared": "3.5.24"
  733. }
  734. },
  735. "node_modules/@vue/compiler-sfc": {
  736. "version": "3.5.24",
  737. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.24.tgz",
  738. "integrity": "sha512-8EG5YPRgmTB+YxYBM3VXy8zHD9SWHUJLIGPhDovo3Z8VOgvP+O7UP5vl0J4BBPWYD9vxtBabzW1EuEZ+Cqs14g==",
  739. "license": "MIT",
  740. "dependencies": {
  741. "@babel/parser": "^7.28.5",
  742. "@vue/compiler-core": "3.5.24",
  743. "@vue/compiler-dom": "3.5.24",
  744. "@vue/compiler-ssr": "3.5.24",
  745. "@vue/shared": "3.5.24",
  746. "estree-walker": "^2.0.2",
  747. "magic-string": "^0.30.21",
  748. "postcss": "^8.5.6",
  749. "source-map-js": "^1.2.1"
  750. }
  751. },
  752. "node_modules/@vue/compiler-ssr": {
  753. "version": "3.5.24",
  754. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.24.tgz",
  755. "integrity": "sha512-trOvMWNBMQ/odMRHW7Ae1CdfYx+7MuiQu62Jtu36gMLXcaoqKvAyh+P73sYG9ll+6jLB6QPovqoKGGZROzkFFg==",
  756. "license": "MIT",
  757. "dependencies": {
  758. "@vue/compiler-dom": "3.5.24",
  759. "@vue/shared": "3.5.24"
  760. }
  761. },
  762. "node_modules/@vue/devtools-api": {
  763. "version": "6.6.4",
  764. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  765. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  766. "license": "MIT"
  767. },
  768. "node_modules/@vue/reactivity": {
  769. "version": "3.5.24",
  770. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.24.tgz",
  771. "integrity": "sha512-BM8kBhtlkkbnyl4q+HiF5R5BL0ycDPfihowulm02q3WYp2vxgPcJuZO866qa/0u3idbMntKEtVNuAUp5bw4teg==",
  772. "license": "MIT",
  773. "dependencies": {
  774. "@vue/shared": "3.5.24"
  775. }
  776. },
  777. "node_modules/@vue/runtime-core": {
  778. "version": "3.5.24",
  779. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.24.tgz",
  780. "integrity": "sha512-RYP/byyKDgNIqfX/gNb2PB55dJmM97jc9wyF3jK7QUInYKypK2exmZMNwnjueWwGceEkP6NChd3D2ZVEp9undQ==",
  781. "license": "MIT",
  782. "dependencies": {
  783. "@vue/reactivity": "3.5.24",
  784. "@vue/shared": "3.5.24"
  785. }
  786. },
  787. "node_modules/@vue/runtime-dom": {
  788. "version": "3.5.24",
  789. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.24.tgz",
  790. "integrity": "sha512-Z8ANhr/i0XIluonHVjbUkjvn+CyrxbXRIxR7wn7+X7xlcb7dJsfITZbkVOeJZdP8VZwfrWRsWdShH6pngMxRjw==",
  791. "license": "MIT",
  792. "dependencies": {
  793. "@vue/reactivity": "3.5.24",
  794. "@vue/runtime-core": "3.5.24",
  795. "@vue/shared": "3.5.24",
  796. "csstype": "^3.1.3"
  797. }
  798. },
  799. "node_modules/@vue/server-renderer": {
  800. "version": "3.5.24",
  801. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.24.tgz",
  802. "integrity": "sha512-Yh2j2Y4G/0/4z/xJ1Bad4mxaAk++C2v4kaa8oSYTMJBJ00/ndPuxCnWeot0/7/qafQFLh5pr6xeV6SdMcE/G1w==",
  803. "license": "MIT",
  804. "dependencies": {
  805. "@vue/compiler-ssr": "3.5.24",
  806. "@vue/shared": "3.5.24"
  807. },
  808. "peerDependencies": {
  809. "vue": "3.5.24"
  810. }
  811. },
  812. "node_modules/@vue/shared": {
  813. "version": "3.5.24",
  814. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.24.tgz",
  815. "integrity": "sha512-9cwHL2EsJBdi8NY22pngYYWzkTDhld6fAD6jlaeloNGciNSJL6bLpbxVgXl96X00Jtc6YWQv96YA/0sxex/k1A==",
  816. "license": "MIT"
  817. },
  818. "node_modules/@xterm/addon-fit": {
  819. "version": "0.10.0",
  820. "resolved": "https://registry.npmjs.org/@xterm/addon-fit/-/addon-fit-0.10.0.tgz",
  821. "integrity": "sha512-UFYkDm4HUahf2lnEyHvio51TNGiLK66mqP2JoATy7hRZeXaGMRDr00JiSF7m63vR5WKATF605yEggJKsw0JpMQ==",
  822. "peerDependencies": {
  823. "@xterm/xterm": "^5.0.0"
  824. }
  825. },
  826. "node_modules/@xterm/xterm": {
  827. "version": "5.5.0",
  828. "resolved": "https://registry.npmjs.org/@xterm/xterm/-/xterm-5.5.0.tgz",
  829. "integrity": "sha512-hqJHYaQb5OptNunnyAnkHyM8aCjZ1MEIDTQu1iIbbTD/xops91NB5yq1ZK/dC2JDbVWtF23zUtl9JE2NqwT87A=="
  830. },
  831. "node_modules/acorn": {
  832. "version": "8.15.0",
  833. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
  834. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  835. "license": "MIT",
  836. "bin": {
  837. "acorn": "bin/acorn"
  838. },
  839. "engines": {
  840. "node": ">=0.4.0"
  841. }
  842. },
  843. "node_modules/acorn-jsx": {
  844. "version": "5.3.2",
  845. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  846. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  847. "license": "MIT",
  848. "peerDependencies": {
  849. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  850. }
  851. },
  852. "node_modules/ajv": {
  853. "version": "6.12.6",
  854. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  855. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  856. "license": "MIT",
  857. "dependencies": {
  858. "fast-deep-equal": "^3.1.1",
  859. "fast-json-stable-stringify": "^2.0.0",
  860. "json-schema-traverse": "^0.4.1",
  861. "uri-js": "^4.2.2"
  862. },
  863. "funding": {
  864. "type": "github",
  865. "url": "https://github.com/sponsors/epoberezkin"
  866. }
  867. },
  868. "node_modules/ansi-regex": {
  869. "version": "5.0.1",
  870. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  871. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  872. "engines": {
  873. "node": ">=8"
  874. }
  875. },
  876. "node_modules/ansi-styles": {
  877. "version": "4.3.0",
  878. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  879. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  880. "dependencies": {
  881. "color-convert": "^2.0.1"
  882. },
  883. "engines": {
  884. "node": ">=8"
  885. },
  886. "funding": {
  887. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  888. }
  889. },
  890. "node_modules/argparse": {
  891. "version": "2.0.1",
  892. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  893. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  894. "license": "Python-2.0"
  895. },
  896. "node_modules/array-buffer-byte-length": {
  897. "version": "1.0.2",
  898. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  899. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  900. "license": "MIT",
  901. "dependencies": {
  902. "call-bound": "^1.0.3",
  903. "is-array-buffer": "^3.0.5"
  904. },
  905. "engines": {
  906. "node": ">= 0.4"
  907. },
  908. "funding": {
  909. "url": "https://github.com/sponsors/ljharb"
  910. }
  911. },
  912. "node_modules/array-includes": {
  913. "version": "3.1.9",
  914. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
  915. "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
  916. "license": "MIT",
  917. "dependencies": {
  918. "call-bind": "^1.0.8",
  919. "call-bound": "^1.0.4",
  920. "define-properties": "^1.2.1",
  921. "es-abstract": "^1.24.0",
  922. "es-object-atoms": "^1.1.1",
  923. "get-intrinsic": "^1.3.0",
  924. "is-string": "^1.1.1",
  925. "math-intrinsics": "^1.1.0"
  926. },
  927. "engines": {
  928. "node": ">= 0.4"
  929. },
  930. "funding": {
  931. "url": "https://github.com/sponsors/ljharb"
  932. }
  933. },
  934. "node_modules/array-union": {
  935. "version": "2.1.0",
  936. "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  937. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  938. "dev": true,
  939. "engines": {
  940. "node": ">=8"
  941. }
  942. },
  943. "node_modules/array.prototype.findlast": {
  944. "version": "1.2.5",
  945. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  946. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  947. "license": "MIT",
  948. "dependencies": {
  949. "call-bind": "^1.0.7",
  950. "define-properties": "^1.2.1",
  951. "es-abstract": "^1.23.2",
  952. "es-errors": "^1.3.0",
  953. "es-object-atoms": "^1.0.0",
  954. "es-shim-unscopables": "^1.0.2"
  955. },
  956. "engines": {
  957. "node": ">= 0.4"
  958. },
  959. "funding": {
  960. "url": "https://github.com/sponsors/ljharb"
  961. }
  962. },
  963. "node_modules/array.prototype.findlastindex": {
  964. "version": "1.2.6",
  965. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
  966. "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
  967. "license": "MIT",
  968. "dependencies": {
  969. "call-bind": "^1.0.8",
  970. "call-bound": "^1.0.4",
  971. "define-properties": "^1.2.1",
  972. "es-abstract": "^1.23.9",
  973. "es-errors": "^1.3.0",
  974. "es-object-atoms": "^1.1.1",
  975. "es-shim-unscopables": "^1.1.0"
  976. },
  977. "engines": {
  978. "node": ">= 0.4"
  979. },
  980. "funding": {
  981. "url": "https://github.com/sponsors/ljharb"
  982. }
  983. },
  984. "node_modules/array.prototype.flat": {
  985. "version": "1.3.3",
  986. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  987. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  988. "license": "MIT",
  989. "dependencies": {
  990. "call-bind": "^1.0.8",
  991. "define-properties": "^1.2.1",
  992. "es-abstract": "^1.23.5",
  993. "es-shim-unscopables": "^1.0.2"
  994. },
  995. "engines": {
  996. "node": ">= 0.4"
  997. },
  998. "funding": {
  999. "url": "https://github.com/sponsors/ljharb"
  1000. }
  1001. },
  1002. "node_modules/array.prototype.flatmap": {
  1003. "version": "1.3.3",
  1004. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  1005. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  1006. "license": "MIT",
  1007. "dependencies": {
  1008. "call-bind": "^1.0.8",
  1009. "define-properties": "^1.2.1",
  1010. "es-abstract": "^1.23.5",
  1011. "es-shim-unscopables": "^1.0.2"
  1012. },
  1013. "engines": {
  1014. "node": ">= 0.4"
  1015. },
  1016. "funding": {
  1017. "url": "https://github.com/sponsors/ljharb"
  1018. }
  1019. },
  1020. "node_modules/array.prototype.tosorted": {
  1021. "version": "1.1.4",
  1022. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  1023. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  1024. "license": "MIT",
  1025. "dependencies": {
  1026. "call-bind": "^1.0.7",
  1027. "define-properties": "^1.2.1",
  1028. "es-abstract": "^1.23.3",
  1029. "es-errors": "^1.3.0",
  1030. "es-shim-unscopables": "^1.0.2"
  1031. },
  1032. "engines": {
  1033. "node": ">= 0.4"
  1034. }
  1035. },
  1036. "node_modules/arraybuffer.prototype.slice": {
  1037. "version": "1.0.4",
  1038. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  1039. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  1040. "license": "MIT",
  1041. "dependencies": {
  1042. "array-buffer-byte-length": "^1.0.1",
  1043. "call-bind": "^1.0.8",
  1044. "define-properties": "^1.2.1",
  1045. "es-abstract": "^1.23.5",
  1046. "es-errors": "^1.3.0",
  1047. "get-intrinsic": "^1.2.6",
  1048. "is-array-buffer": "^3.0.4"
  1049. },
  1050. "engines": {
  1051. "node": ">= 0.4"
  1052. },
  1053. "funding": {
  1054. "url": "https://github.com/sponsors/ljharb"
  1055. }
  1056. },
  1057. "node_modules/astral-regex": {
  1058. "version": "2.0.0",
  1059. "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
  1060. "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
  1061. "dev": true,
  1062. "engines": {
  1063. "node": ">=8"
  1064. }
  1065. },
  1066. "node_modules/async-function": {
  1067. "version": "1.0.0",
  1068. "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
  1069. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  1070. "license": "MIT",
  1071. "engines": {
  1072. "node": ">= 0.4"
  1073. }
  1074. },
  1075. "node_modules/available-typed-arrays": {
  1076. "version": "1.0.7",
  1077. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  1078. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  1079. "license": "MIT",
  1080. "dependencies": {
  1081. "possible-typed-array-names": "^1.0.0"
  1082. },
  1083. "engines": {
  1084. "node": ">= 0.4"
  1085. },
  1086. "funding": {
  1087. "url": "https://github.com/sponsors/ljharb"
  1088. }
  1089. },
  1090. "node_modules/balanced-match": {
  1091. "version": "1.0.2",
  1092. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  1093. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1094. "license": "MIT"
  1095. },
  1096. "node_modules/brace-expansion": {
  1097. "version": "1.1.12",
  1098. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
  1099. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  1100. "license": "MIT",
  1101. "dependencies": {
  1102. "balanced-match": "^1.0.0",
  1103. "concat-map": "0.0.1"
  1104. }
  1105. },
  1106. "node_modules/braces": {
  1107. "version": "3.0.3",
  1108. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  1109. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  1110. "dev": true,
  1111. "dependencies": {
  1112. "fill-range": "^7.1.1"
  1113. },
  1114. "engines": {
  1115. "node": ">=8"
  1116. }
  1117. },
  1118. "node_modules/builtins": {
  1119. "version": "5.1.0",
  1120. "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.1.0.tgz",
  1121. "integrity": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==",
  1122. "license": "MIT",
  1123. "dependencies": {
  1124. "semver": "^7.0.0"
  1125. }
  1126. },
  1127. "node_modules/builtins/node_modules/semver": {
  1128. "version": "7.7.3",
  1129. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  1130. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  1131. "license": "ISC",
  1132. "bin": {
  1133. "semver": "bin/semver.js"
  1134. },
  1135. "engines": {
  1136. "node": ">=10"
  1137. }
  1138. },
  1139. "node_modules/cacheable": {
  1140. "version": "2.2.0",
  1141. "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.2.0.tgz",
  1142. "integrity": "sha512-LEJxRqfeomiiRd2t0uON6hxAtgOoWDfY3fugebbz+J3vDLO+SkdfFChQcOHTZhj9SYa9iwE9MGYNX72dKiOE4w==",
  1143. "dev": true,
  1144. "license": "MIT",
  1145. "dependencies": {
  1146. "@cacheable/memory": "^2.0.5",
  1147. "@cacheable/utils": "^2.3.0",
  1148. "hookified": "^1.13.0",
  1149. "keyv": "^5.5.4",
  1150. "qified": "^0.5.2"
  1151. }
  1152. },
  1153. "node_modules/cacheable/node_modules/keyv": {
  1154. "version": "5.5.4",
  1155. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
  1156. "integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
  1157. "dev": true,
  1158. "license": "MIT",
  1159. "dependencies": {
  1160. "@keyv/serialize": "^1.1.1"
  1161. }
  1162. },
  1163. "node_modules/call-bind": {
  1164. "version": "1.0.8",
  1165. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
  1166. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  1167. "license": "MIT",
  1168. "dependencies": {
  1169. "call-bind-apply-helpers": "^1.0.0",
  1170. "es-define-property": "^1.0.0",
  1171. "get-intrinsic": "^1.2.4",
  1172. "set-function-length": "^1.2.2"
  1173. },
  1174. "engines": {
  1175. "node": ">= 0.4"
  1176. },
  1177. "funding": {
  1178. "url": "https://github.com/sponsors/ljharb"
  1179. }
  1180. },
  1181. "node_modules/call-bind-apply-helpers": {
  1182. "version": "1.0.2",
  1183. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  1184. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  1185. "license": "MIT",
  1186. "dependencies": {
  1187. "es-errors": "^1.3.0",
  1188. "function-bind": "^1.1.2"
  1189. },
  1190. "engines": {
  1191. "node": ">= 0.4"
  1192. }
  1193. },
  1194. "node_modules/call-bound": {
  1195. "version": "1.0.4",
  1196. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  1197. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  1198. "license": "MIT",
  1199. "dependencies": {
  1200. "call-bind-apply-helpers": "^1.0.2",
  1201. "get-intrinsic": "^1.3.0"
  1202. },
  1203. "engines": {
  1204. "node": ">= 0.4"
  1205. },
  1206. "funding": {
  1207. "url": "https://github.com/sponsors/ljharb"
  1208. }
  1209. },
  1210. "node_modules/callsites": {
  1211. "version": "3.1.0",
  1212. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  1213. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  1214. "engines": {
  1215. "node": ">=6"
  1216. }
  1217. },
  1218. "node_modules/chalk": {
  1219. "version": "4.1.2",
  1220. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  1221. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  1222. "license": "MIT",
  1223. "dependencies": {
  1224. "ansi-styles": "^4.1.0",
  1225. "supports-color": "^7.1.0"
  1226. },
  1227. "engines": {
  1228. "node": ">=10"
  1229. },
  1230. "funding": {
  1231. "url": "https://github.com/chalk/chalk?sponsor=1"
  1232. }
  1233. },
  1234. "node_modules/chokidar": {
  1235. "version": "4.0.3",
  1236. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  1237. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  1238. "license": "MIT",
  1239. "dependencies": {
  1240. "readdirp": "^4.0.1"
  1241. },
  1242. "engines": {
  1243. "node": ">= 14.16.0"
  1244. },
  1245. "funding": {
  1246. "url": "https://paulmillr.com/funding/"
  1247. }
  1248. },
  1249. "node_modules/color-convert": {
  1250. "version": "2.0.1",
  1251. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  1252. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1253. "dependencies": {
  1254. "color-name": "~1.1.4"
  1255. },
  1256. "engines": {
  1257. "node": ">=7.0.0"
  1258. }
  1259. },
  1260. "node_modules/color-name": {
  1261. "version": "1.1.4",
  1262. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  1263. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  1264. },
  1265. "node_modules/colord": {
  1266. "version": "2.9.3",
  1267. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  1268. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  1269. "dev": true
  1270. },
  1271. "node_modules/concat-map": {
  1272. "version": "0.0.1",
  1273. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  1274. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  1275. "license": "MIT"
  1276. },
  1277. "node_modules/confbox": {
  1278. "version": "0.2.2",
  1279. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz",
  1280. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  1281. "license": "MIT"
  1282. },
  1283. "node_modules/cosmiconfig": {
  1284. "version": "9.0.0",
  1285. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
  1286. "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
  1287. "dev": true,
  1288. "license": "MIT",
  1289. "dependencies": {
  1290. "env-paths": "^2.2.1",
  1291. "import-fresh": "^3.3.0",
  1292. "js-yaml": "^4.1.0",
  1293. "parse-json": "^5.2.0"
  1294. },
  1295. "engines": {
  1296. "node": ">=14"
  1297. },
  1298. "funding": {
  1299. "url": "https://github.com/sponsors/d-fischer"
  1300. },
  1301. "peerDependencies": {
  1302. "typescript": ">=4.9.5"
  1303. },
  1304. "peerDependenciesMeta": {
  1305. "typescript": {
  1306. "optional": true
  1307. }
  1308. }
  1309. },
  1310. "node_modules/cross-spawn": {
  1311. "version": "7.0.6",
  1312. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  1313. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  1314. "license": "MIT",
  1315. "dependencies": {
  1316. "path-key": "^3.1.0",
  1317. "shebang-command": "^2.0.0",
  1318. "which": "^2.0.1"
  1319. },
  1320. "engines": {
  1321. "node": ">= 8"
  1322. }
  1323. },
  1324. "node_modules/css-functions-list": {
  1325. "version": "3.2.3",
  1326. "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.3.tgz",
  1327. "integrity": "sha512-IQOkD3hbR5KrN93MtcYuad6YPuTSUhntLHDuLEbFWE+ff2/XSZNdZG+LcbbIW5AXKg/WFIfYItIzVoHngHXZzA==",
  1328. "dev": true,
  1329. "license": "MIT",
  1330. "engines": {
  1331. "node": ">=12 || >=16"
  1332. }
  1333. },
  1334. "node_modules/css-tree": {
  1335. "version": "3.1.0",
  1336. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
  1337. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  1338. "dev": true,
  1339. "license": "MIT",
  1340. "dependencies": {
  1341. "mdn-data": "2.12.2",
  1342. "source-map-js": "^1.0.1"
  1343. },
  1344. "engines": {
  1345. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  1346. }
  1347. },
  1348. "node_modules/cssesc": {
  1349. "version": "3.0.0",
  1350. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  1351. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  1352. "dev": true,
  1353. "license": "MIT",
  1354. "bin": {
  1355. "cssesc": "bin/cssesc"
  1356. },
  1357. "engines": {
  1358. "node": ">=4"
  1359. }
  1360. },
  1361. "node_modules/csstype": {
  1362. "version": "3.1.3",
  1363. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  1364. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  1365. "license": "MIT"
  1366. },
  1367. "node_modules/data-view-buffer": {
  1368. "version": "1.0.2",
  1369. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  1370. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  1371. "license": "MIT",
  1372. "dependencies": {
  1373. "call-bound": "^1.0.3",
  1374. "es-errors": "^1.3.0",
  1375. "is-data-view": "^1.0.2"
  1376. },
  1377. "engines": {
  1378. "node": ">= 0.4"
  1379. },
  1380. "funding": {
  1381. "url": "https://github.com/sponsors/ljharb"
  1382. }
  1383. },
  1384. "node_modules/data-view-byte-length": {
  1385. "version": "1.0.2",
  1386. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  1387. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  1388. "license": "MIT",
  1389. "dependencies": {
  1390. "call-bound": "^1.0.3",
  1391. "es-errors": "^1.3.0",
  1392. "is-data-view": "^1.0.2"
  1393. },
  1394. "engines": {
  1395. "node": ">= 0.4"
  1396. },
  1397. "funding": {
  1398. "url": "https://github.com/sponsors/inspect-js"
  1399. }
  1400. },
  1401. "node_modules/data-view-byte-offset": {
  1402. "version": "1.0.1",
  1403. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  1404. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  1405. "license": "MIT",
  1406. "dependencies": {
  1407. "call-bound": "^1.0.2",
  1408. "es-errors": "^1.3.0",
  1409. "is-data-view": "^1.0.1"
  1410. },
  1411. "engines": {
  1412. "node": ">= 0.4"
  1413. },
  1414. "funding": {
  1415. "url": "https://github.com/sponsors/ljharb"
  1416. }
  1417. },
  1418. "node_modules/debug": {
  1419. "version": "4.4.3",
  1420. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  1421. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  1422. "license": "MIT",
  1423. "dependencies": {
  1424. "ms": "^2.1.3"
  1425. },
  1426. "engines": {
  1427. "node": ">=6.0"
  1428. },
  1429. "peerDependenciesMeta": {
  1430. "supports-color": {
  1431. "optional": true
  1432. }
  1433. }
  1434. },
  1435. "node_modules/deep-is": {
  1436. "version": "0.1.4",
  1437. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  1438. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  1439. "license": "MIT"
  1440. },
  1441. "node_modules/define-data-property": {
  1442. "version": "1.1.4",
  1443. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  1444. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  1445. "license": "MIT",
  1446. "dependencies": {
  1447. "es-define-property": "^1.0.0",
  1448. "es-errors": "^1.3.0",
  1449. "gopd": "^1.0.1"
  1450. },
  1451. "engines": {
  1452. "node": ">= 0.4"
  1453. },
  1454. "funding": {
  1455. "url": "https://github.com/sponsors/ljharb"
  1456. }
  1457. },
  1458. "node_modules/define-properties": {
  1459. "version": "1.2.1",
  1460. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  1461. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  1462. "license": "MIT",
  1463. "dependencies": {
  1464. "define-data-property": "^1.0.1",
  1465. "has-property-descriptors": "^1.0.0",
  1466. "object-keys": "^1.1.1"
  1467. },
  1468. "engines": {
  1469. "node": ">= 0.4"
  1470. },
  1471. "funding": {
  1472. "url": "https://github.com/sponsors/ljharb"
  1473. }
  1474. },
  1475. "node_modules/detect-libc": {
  1476. "version": "1.0.3",
  1477. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  1478. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  1479. "optional": true,
  1480. "peer": true,
  1481. "bin": {
  1482. "detect-libc": "bin/detect-libc.js"
  1483. },
  1484. "engines": {
  1485. "node": ">=0.10"
  1486. }
  1487. },
  1488. "node_modules/dir-glob": {
  1489. "version": "3.0.1",
  1490. "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  1491. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  1492. "dev": true,
  1493. "dependencies": {
  1494. "path-type": "^4.0.0"
  1495. },
  1496. "engines": {
  1497. "node": ">=8"
  1498. }
  1499. },
  1500. "node_modules/doctrine": {
  1501. "version": "3.0.0",
  1502. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  1503. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  1504. "license": "Apache-2.0",
  1505. "dependencies": {
  1506. "esutils": "^2.0.2"
  1507. },
  1508. "engines": {
  1509. "node": ">=6.0.0"
  1510. }
  1511. },
  1512. "node_modules/dunder-proto": {
  1513. "version": "1.0.1",
  1514. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  1515. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  1516. "license": "MIT",
  1517. "dependencies": {
  1518. "call-bind-apply-helpers": "^1.0.1",
  1519. "es-errors": "^1.3.0",
  1520. "gopd": "^1.2.0"
  1521. },
  1522. "engines": {
  1523. "node": ">= 0.4"
  1524. }
  1525. },
  1526. "node_modules/emoji-regex": {
  1527. "version": "8.0.0",
  1528. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  1529. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  1530. "dev": true
  1531. },
  1532. "node_modules/entities": {
  1533. "version": "4.5.0",
  1534. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  1535. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  1536. "license": "BSD-2-Clause",
  1537. "engines": {
  1538. "node": ">=0.12"
  1539. },
  1540. "funding": {
  1541. "url": "https://github.com/fb55/entities?sponsor=1"
  1542. }
  1543. },
  1544. "node_modules/env-paths": {
  1545. "version": "2.2.1",
  1546. "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  1547. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
  1548. "dev": true,
  1549. "license": "MIT",
  1550. "engines": {
  1551. "node": ">=6"
  1552. }
  1553. },
  1554. "node_modules/error-ex": {
  1555. "version": "1.3.2",
  1556. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  1557. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  1558. "license": "MIT",
  1559. "dependencies": {
  1560. "is-arrayish": "^0.2.1"
  1561. }
  1562. },
  1563. "node_modules/es-abstract": {
  1564. "version": "1.24.0",
  1565. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
  1566. "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
  1567. "license": "MIT",
  1568. "dependencies": {
  1569. "array-buffer-byte-length": "^1.0.2",
  1570. "arraybuffer.prototype.slice": "^1.0.4",
  1571. "available-typed-arrays": "^1.0.7",
  1572. "call-bind": "^1.0.8",
  1573. "call-bound": "^1.0.4",
  1574. "data-view-buffer": "^1.0.2",
  1575. "data-view-byte-length": "^1.0.2",
  1576. "data-view-byte-offset": "^1.0.1",
  1577. "es-define-property": "^1.0.1",
  1578. "es-errors": "^1.3.0",
  1579. "es-object-atoms": "^1.1.1",
  1580. "es-set-tostringtag": "^2.1.0",
  1581. "es-to-primitive": "^1.3.0",
  1582. "function.prototype.name": "^1.1.8",
  1583. "get-intrinsic": "^1.3.0",
  1584. "get-proto": "^1.0.1",
  1585. "get-symbol-description": "^1.1.0",
  1586. "globalthis": "^1.0.4",
  1587. "gopd": "^1.2.0",
  1588. "has-property-descriptors": "^1.0.2",
  1589. "has-proto": "^1.2.0",
  1590. "has-symbols": "^1.1.0",
  1591. "hasown": "^2.0.2",
  1592. "internal-slot": "^1.1.0",
  1593. "is-array-buffer": "^3.0.5",
  1594. "is-callable": "^1.2.7",
  1595. "is-data-view": "^1.0.2",
  1596. "is-negative-zero": "^2.0.3",
  1597. "is-regex": "^1.2.1",
  1598. "is-set": "^2.0.3",
  1599. "is-shared-array-buffer": "^1.0.4",
  1600. "is-string": "^1.1.1",
  1601. "is-typed-array": "^1.1.15",
  1602. "is-weakref": "^1.1.1",
  1603. "math-intrinsics": "^1.1.0",
  1604. "object-inspect": "^1.13.4",
  1605. "object-keys": "^1.1.1",
  1606. "object.assign": "^4.1.7",
  1607. "own-keys": "^1.0.1",
  1608. "regexp.prototype.flags": "^1.5.4",
  1609. "safe-array-concat": "^1.1.3",
  1610. "safe-push-apply": "^1.0.0",
  1611. "safe-regex-test": "^1.1.0",
  1612. "set-proto": "^1.0.0",
  1613. "stop-iteration-iterator": "^1.1.0",
  1614. "string.prototype.trim": "^1.2.10",
  1615. "string.prototype.trimend": "^1.0.9",
  1616. "string.prototype.trimstart": "^1.0.8",
  1617. "typed-array-buffer": "^1.0.3",
  1618. "typed-array-byte-length": "^1.0.3",
  1619. "typed-array-byte-offset": "^1.0.4",
  1620. "typed-array-length": "^1.0.7",
  1621. "unbox-primitive": "^1.1.0",
  1622. "which-typed-array": "^1.1.19"
  1623. },
  1624. "engines": {
  1625. "node": ">= 0.4"
  1626. },
  1627. "funding": {
  1628. "url": "https://github.com/sponsors/ljharb"
  1629. }
  1630. },
  1631. "node_modules/es-define-property": {
  1632. "version": "1.0.1",
  1633. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  1634. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  1635. "license": "MIT",
  1636. "engines": {
  1637. "node": ">= 0.4"
  1638. }
  1639. },
  1640. "node_modules/es-errors": {
  1641. "version": "1.3.0",
  1642. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  1643. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  1644. "license": "MIT",
  1645. "engines": {
  1646. "node": ">= 0.4"
  1647. }
  1648. },
  1649. "node_modules/es-iterator-helpers": {
  1650. "version": "1.2.1",
  1651. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
  1652. "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
  1653. "license": "MIT",
  1654. "dependencies": {
  1655. "call-bind": "^1.0.8",
  1656. "call-bound": "^1.0.3",
  1657. "define-properties": "^1.2.1",
  1658. "es-abstract": "^1.23.6",
  1659. "es-errors": "^1.3.0",
  1660. "es-set-tostringtag": "^2.0.3",
  1661. "function-bind": "^1.1.2",
  1662. "get-intrinsic": "^1.2.6",
  1663. "globalthis": "^1.0.4",
  1664. "gopd": "^1.2.0",
  1665. "has-property-descriptors": "^1.0.2",
  1666. "has-proto": "^1.2.0",
  1667. "has-symbols": "^1.1.0",
  1668. "internal-slot": "^1.1.0",
  1669. "iterator.prototype": "^1.1.4",
  1670. "safe-array-concat": "^1.1.3"
  1671. },
  1672. "engines": {
  1673. "node": ">= 0.4"
  1674. }
  1675. },
  1676. "node_modules/es-object-atoms": {
  1677. "version": "1.1.1",
  1678. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  1679. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  1680. "license": "MIT",
  1681. "dependencies": {
  1682. "es-errors": "^1.3.0"
  1683. },
  1684. "engines": {
  1685. "node": ">= 0.4"
  1686. }
  1687. },
  1688. "node_modules/es-set-tostringtag": {
  1689. "version": "2.1.0",
  1690. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  1691. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  1692. "license": "MIT",
  1693. "dependencies": {
  1694. "es-errors": "^1.3.0",
  1695. "get-intrinsic": "^1.2.6",
  1696. "has-tostringtag": "^1.0.2",
  1697. "hasown": "^2.0.2"
  1698. },
  1699. "engines": {
  1700. "node": ">= 0.4"
  1701. }
  1702. },
  1703. "node_modules/es-shim-unscopables": {
  1704. "version": "1.1.0",
  1705. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  1706. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  1707. "license": "MIT",
  1708. "dependencies": {
  1709. "hasown": "^2.0.2"
  1710. },
  1711. "engines": {
  1712. "node": ">= 0.4"
  1713. }
  1714. },
  1715. "node_modules/es-to-primitive": {
  1716. "version": "1.3.0",
  1717. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  1718. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  1719. "license": "MIT",
  1720. "dependencies": {
  1721. "is-callable": "^1.2.7",
  1722. "is-date-object": "^1.0.5",
  1723. "is-symbol": "^1.0.4"
  1724. },
  1725. "engines": {
  1726. "node": ">= 0.4"
  1727. },
  1728. "funding": {
  1729. "url": "https://github.com/sponsors/ljharb"
  1730. }
  1731. },
  1732. "node_modules/esbuild": {
  1733. "version": "0.25.8",
  1734. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.8.tgz",
  1735. "integrity": "sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==",
  1736. "hasInstallScript": true,
  1737. "license": "MIT",
  1738. "bin": {
  1739. "esbuild": "bin/esbuild"
  1740. },
  1741. "engines": {
  1742. "node": ">=18"
  1743. },
  1744. "optionalDependencies": {
  1745. "@esbuild/aix-ppc64": "0.25.8",
  1746. "@esbuild/android-arm": "0.25.8",
  1747. "@esbuild/android-arm64": "0.25.8",
  1748. "@esbuild/android-x64": "0.25.8",
  1749. "@esbuild/darwin-arm64": "0.25.8",
  1750. "@esbuild/darwin-x64": "0.25.8",
  1751. "@esbuild/freebsd-arm64": "0.25.8",
  1752. "@esbuild/freebsd-x64": "0.25.8",
  1753. "@esbuild/linux-arm": "0.25.8",
  1754. "@esbuild/linux-arm64": "0.25.8",
  1755. "@esbuild/linux-ia32": "0.25.8",
  1756. "@esbuild/linux-loong64": "0.25.8",
  1757. "@esbuild/linux-mips64el": "0.25.8",
  1758. "@esbuild/linux-ppc64": "0.25.8",
  1759. "@esbuild/linux-riscv64": "0.25.8",
  1760. "@esbuild/linux-s390x": "0.25.8",
  1761. "@esbuild/linux-x64": "0.25.8",
  1762. "@esbuild/netbsd-arm64": "0.25.8",
  1763. "@esbuild/netbsd-x64": "0.25.8",
  1764. "@esbuild/openbsd-arm64": "0.25.8",
  1765. "@esbuild/openbsd-x64": "0.25.8",
  1766. "@esbuild/openharmony-arm64": "0.25.8",
  1767. "@esbuild/sunos-x64": "0.25.8",
  1768. "@esbuild/win32-arm64": "0.25.8",
  1769. "@esbuild/win32-ia32": "0.25.8",
  1770. "@esbuild/win32-x64": "0.25.8"
  1771. }
  1772. },
  1773. "node_modules/escape-string-regexp": {
  1774. "version": "4.0.0",
  1775. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  1776. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  1777. "license": "MIT",
  1778. "engines": {
  1779. "node": ">=10"
  1780. },
  1781. "funding": {
  1782. "url": "https://github.com/sponsors/sindresorhus"
  1783. }
  1784. },
  1785. "node_modules/eslint": {
  1786. "version": "8.57.1",
  1787. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
  1788. "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
  1789. "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
  1790. "license": "MIT",
  1791. "dependencies": {
  1792. "@eslint-community/eslint-utils": "^4.2.0",
  1793. "@eslint-community/regexpp": "^4.6.1",
  1794. "@eslint/eslintrc": "^2.1.4",
  1795. "@eslint/js": "8.57.1",
  1796. "@humanwhocodes/config-array": "^0.13.0",
  1797. "@humanwhocodes/module-importer": "^1.0.1",
  1798. "@nodelib/fs.walk": "^1.2.8",
  1799. "@ungap/structured-clone": "^1.2.0",
  1800. "ajv": "^6.12.4",
  1801. "chalk": "^4.0.0",
  1802. "cross-spawn": "^7.0.2",
  1803. "debug": "^4.3.2",
  1804. "doctrine": "^3.0.0",
  1805. "escape-string-regexp": "^4.0.0",
  1806. "eslint-scope": "^7.2.2",
  1807. "eslint-visitor-keys": "^3.4.3",
  1808. "espree": "^9.6.1",
  1809. "esquery": "^1.4.2",
  1810. "esutils": "^2.0.2",
  1811. "fast-deep-equal": "^3.1.3",
  1812. "file-entry-cache": "^6.0.1",
  1813. "find-up": "^5.0.0",
  1814. "glob-parent": "^6.0.2",
  1815. "globals": "^13.19.0",
  1816. "graphemer": "^1.4.0",
  1817. "ignore": "^5.2.0",
  1818. "imurmurhash": "^0.1.4",
  1819. "is-glob": "^4.0.0",
  1820. "is-path-inside": "^3.0.3",
  1821. "js-yaml": "^4.1.0",
  1822. "json-stable-stringify-without-jsonify": "^1.0.1",
  1823. "levn": "^0.4.1",
  1824. "lodash.merge": "^4.6.2",
  1825. "minimatch": "^3.1.2",
  1826. "natural-compare": "^1.4.0",
  1827. "optionator": "^0.9.3",
  1828. "strip-ansi": "^6.0.1",
  1829. "text-table": "^0.2.0"
  1830. },
  1831. "bin": {
  1832. "eslint": "bin/eslint.js"
  1833. },
  1834. "engines": {
  1835. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1836. },
  1837. "funding": {
  1838. "url": "https://opencollective.com/eslint"
  1839. }
  1840. },
  1841. "node_modules/eslint-config-standard": {
  1842. "version": "17.1.0",
  1843. "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz",
  1844. "integrity": "sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==",
  1845. "funding": [
  1846. {
  1847. "type": "github",
  1848. "url": "https://github.com/sponsors/feross"
  1849. },
  1850. {
  1851. "type": "patreon",
  1852. "url": "https://www.patreon.com/feross"
  1853. },
  1854. {
  1855. "type": "consulting",
  1856. "url": "https://feross.org/support"
  1857. }
  1858. ],
  1859. "license": "MIT",
  1860. "engines": {
  1861. "node": ">=12.0.0"
  1862. },
  1863. "peerDependencies": {
  1864. "eslint": "^8.0.1",
  1865. "eslint-plugin-import": "^2.25.2",
  1866. "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
  1867. "eslint-plugin-promise": "^6.0.0"
  1868. }
  1869. },
  1870. "node_modules/eslint-config-standard-jsx": {
  1871. "version": "11.0.0",
  1872. "resolved": "https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-11.0.0.tgz",
  1873. "integrity": "sha512-+1EV/R0JxEK1L0NGolAr8Iktm3Rgotx3BKwgaX+eAuSX8D952LULKtjgZD3F+e6SvibONnhLwoTi9DPxN5LvvQ==",
  1874. "funding": [
  1875. {
  1876. "type": "github",
  1877. "url": "https://github.com/sponsors/feross"
  1878. },
  1879. {
  1880. "type": "patreon",
  1881. "url": "https://www.patreon.com/feross"
  1882. },
  1883. {
  1884. "type": "consulting",
  1885. "url": "https://feross.org/support"
  1886. }
  1887. ],
  1888. "license": "MIT",
  1889. "peerDependencies": {
  1890. "eslint": "^8.8.0",
  1891. "eslint-plugin-react": "^7.28.0"
  1892. }
  1893. },
  1894. "node_modules/eslint-import-resolver-node": {
  1895. "version": "0.3.9",
  1896. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  1897. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  1898. "license": "MIT",
  1899. "dependencies": {
  1900. "debug": "^3.2.7",
  1901. "is-core-module": "^2.13.0",
  1902. "resolve": "^1.22.4"
  1903. }
  1904. },
  1905. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  1906. "version": "3.2.7",
  1907. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  1908. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  1909. "license": "MIT",
  1910. "dependencies": {
  1911. "ms": "^2.1.1"
  1912. }
  1913. },
  1914. "node_modules/eslint-module-utils": {
  1915. "version": "2.12.1",
  1916. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
  1917. "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
  1918. "license": "MIT",
  1919. "dependencies": {
  1920. "debug": "^3.2.7"
  1921. },
  1922. "engines": {
  1923. "node": ">=4"
  1924. },
  1925. "peerDependenciesMeta": {
  1926. "eslint": {
  1927. "optional": true
  1928. }
  1929. }
  1930. },
  1931. "node_modules/eslint-module-utils/node_modules/debug": {
  1932. "version": "3.2.7",
  1933. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  1934. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  1935. "license": "MIT",
  1936. "dependencies": {
  1937. "ms": "^2.1.1"
  1938. }
  1939. },
  1940. "node_modules/eslint-plugin-es": {
  1941. "version": "4.1.0",
  1942. "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz",
  1943. "integrity": "sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==",
  1944. "license": "MIT",
  1945. "dependencies": {
  1946. "eslint-utils": "^2.0.0",
  1947. "regexpp": "^3.0.0"
  1948. },
  1949. "engines": {
  1950. "node": ">=8.10.0"
  1951. },
  1952. "funding": {
  1953. "url": "https://github.com/sponsors/mysticatea"
  1954. },
  1955. "peerDependencies": {
  1956. "eslint": ">=4.19.1"
  1957. }
  1958. },
  1959. "node_modules/eslint-plugin-es/node_modules/eslint-utils": {
  1960. "version": "2.1.0",
  1961. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
  1962. "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
  1963. "license": "MIT",
  1964. "dependencies": {
  1965. "eslint-visitor-keys": "^1.1.0"
  1966. },
  1967. "engines": {
  1968. "node": ">=6"
  1969. },
  1970. "funding": {
  1971. "url": "https://github.com/sponsors/mysticatea"
  1972. }
  1973. },
  1974. "node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys": {
  1975. "version": "1.3.0",
  1976. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
  1977. "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
  1978. "license": "Apache-2.0",
  1979. "engines": {
  1980. "node": ">=4"
  1981. }
  1982. },
  1983. "node_modules/eslint-plugin-import": {
  1984. "version": "2.32.0",
  1985. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  1986. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  1987. "license": "MIT",
  1988. "dependencies": {
  1989. "@rtsao/scc": "^1.1.0",
  1990. "array-includes": "^3.1.9",
  1991. "array.prototype.findlastindex": "^1.2.6",
  1992. "array.prototype.flat": "^1.3.3",
  1993. "array.prototype.flatmap": "^1.3.3",
  1994. "debug": "^3.2.7",
  1995. "doctrine": "^2.1.0",
  1996. "eslint-import-resolver-node": "^0.3.9",
  1997. "eslint-module-utils": "^2.12.1",
  1998. "hasown": "^2.0.2",
  1999. "is-core-module": "^2.16.1",
  2000. "is-glob": "^4.0.3",
  2001. "minimatch": "^3.1.2",
  2002. "object.fromentries": "^2.0.8",
  2003. "object.groupby": "^1.0.3",
  2004. "object.values": "^1.2.1",
  2005. "semver": "^6.3.1",
  2006. "string.prototype.trimend": "^1.0.9",
  2007. "tsconfig-paths": "^3.15.0"
  2008. },
  2009. "engines": {
  2010. "node": ">=4"
  2011. },
  2012. "peerDependencies": {
  2013. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  2014. }
  2015. },
  2016. "node_modules/eslint-plugin-import/node_modules/debug": {
  2017. "version": "3.2.7",
  2018. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2019. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2020. "license": "MIT",
  2021. "dependencies": {
  2022. "ms": "^2.1.1"
  2023. }
  2024. },
  2025. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  2026. "version": "2.1.0",
  2027. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  2028. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  2029. "license": "Apache-2.0",
  2030. "dependencies": {
  2031. "esutils": "^2.0.2"
  2032. },
  2033. "engines": {
  2034. "node": ">=0.10.0"
  2035. }
  2036. },
  2037. "node_modules/eslint-plugin-n": {
  2038. "version": "15.7.0",
  2039. "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz",
  2040. "integrity": "sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==",
  2041. "license": "MIT",
  2042. "dependencies": {
  2043. "builtins": "^5.0.1",
  2044. "eslint-plugin-es": "^4.1.0",
  2045. "eslint-utils": "^3.0.0",
  2046. "ignore": "^5.1.1",
  2047. "is-core-module": "^2.11.0",
  2048. "minimatch": "^3.1.2",
  2049. "resolve": "^1.22.1",
  2050. "semver": "^7.3.8"
  2051. },
  2052. "engines": {
  2053. "node": ">=12.22.0"
  2054. },
  2055. "funding": {
  2056. "url": "https://github.com/sponsors/mysticatea"
  2057. },
  2058. "peerDependencies": {
  2059. "eslint": ">=7.0.0"
  2060. }
  2061. },
  2062. "node_modules/eslint-plugin-n/node_modules/semver": {
  2063. "version": "7.7.3",
  2064. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  2065. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2066. "license": "ISC",
  2067. "bin": {
  2068. "semver": "bin/semver.js"
  2069. },
  2070. "engines": {
  2071. "node": ">=10"
  2072. }
  2073. },
  2074. "node_modules/eslint-plugin-promise": {
  2075. "version": "6.6.0",
  2076. "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz",
  2077. "integrity": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==",
  2078. "license": "ISC",
  2079. "engines": {
  2080. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2081. },
  2082. "funding": {
  2083. "url": "https://opencollective.com/eslint"
  2084. },
  2085. "peerDependencies": {
  2086. "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
  2087. }
  2088. },
  2089. "node_modules/eslint-plugin-react": {
  2090. "version": "7.37.5",
  2091. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  2092. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  2093. "license": "MIT",
  2094. "dependencies": {
  2095. "array-includes": "^3.1.8",
  2096. "array.prototype.findlast": "^1.2.5",
  2097. "array.prototype.flatmap": "^1.3.3",
  2098. "array.prototype.tosorted": "^1.1.4",
  2099. "doctrine": "^2.1.0",
  2100. "es-iterator-helpers": "^1.2.1",
  2101. "estraverse": "^5.3.0",
  2102. "hasown": "^2.0.2",
  2103. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  2104. "minimatch": "^3.1.2",
  2105. "object.entries": "^1.1.9",
  2106. "object.fromentries": "^2.0.8",
  2107. "object.values": "^1.2.1",
  2108. "prop-types": "^15.8.1",
  2109. "resolve": "^2.0.0-next.5",
  2110. "semver": "^6.3.1",
  2111. "string.prototype.matchall": "^4.0.12",
  2112. "string.prototype.repeat": "^1.0.0"
  2113. },
  2114. "engines": {
  2115. "node": ">=4"
  2116. },
  2117. "peerDependencies": {
  2118. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  2119. }
  2120. },
  2121. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  2122. "version": "2.1.0",
  2123. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  2124. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  2125. "license": "Apache-2.0",
  2126. "dependencies": {
  2127. "esutils": "^2.0.2"
  2128. },
  2129. "engines": {
  2130. "node": ">=0.10.0"
  2131. }
  2132. },
  2133. "node_modules/eslint-plugin-react/node_modules/resolve": {
  2134. "version": "2.0.0-next.5",
  2135. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
  2136. "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
  2137. "license": "MIT",
  2138. "dependencies": {
  2139. "is-core-module": "^2.13.0",
  2140. "path-parse": "^1.0.7",
  2141. "supports-preserve-symlinks-flag": "^1.0.0"
  2142. },
  2143. "bin": {
  2144. "resolve": "bin/resolve"
  2145. },
  2146. "funding": {
  2147. "url": "https://github.com/sponsors/ljharb"
  2148. }
  2149. },
  2150. "node_modules/eslint-scope": {
  2151. "version": "7.2.2",
  2152. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
  2153. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  2154. "license": "BSD-2-Clause",
  2155. "dependencies": {
  2156. "esrecurse": "^4.3.0",
  2157. "estraverse": "^5.2.0"
  2158. },
  2159. "engines": {
  2160. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2161. },
  2162. "funding": {
  2163. "url": "https://opencollective.com/eslint"
  2164. }
  2165. },
  2166. "node_modules/eslint-utils": {
  2167. "version": "3.0.0",
  2168. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
  2169. "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  2170. "license": "MIT",
  2171. "dependencies": {
  2172. "eslint-visitor-keys": "^2.0.0"
  2173. },
  2174. "engines": {
  2175. "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
  2176. },
  2177. "funding": {
  2178. "url": "https://github.com/sponsors/mysticatea"
  2179. },
  2180. "peerDependencies": {
  2181. "eslint": ">=5"
  2182. }
  2183. },
  2184. "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
  2185. "version": "2.1.0",
  2186. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  2187. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  2188. "license": "Apache-2.0",
  2189. "engines": {
  2190. "node": ">=10"
  2191. }
  2192. },
  2193. "node_modules/eslint-visitor-keys": {
  2194. "version": "3.4.3",
  2195. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  2196. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  2197. "license": "Apache-2.0",
  2198. "engines": {
  2199. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2200. },
  2201. "funding": {
  2202. "url": "https://opencollective.com/eslint"
  2203. }
  2204. },
  2205. "node_modules/eslint/node_modules/glob-parent": {
  2206. "version": "6.0.2",
  2207. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  2208. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  2209. "license": "ISC",
  2210. "dependencies": {
  2211. "is-glob": "^4.0.3"
  2212. },
  2213. "engines": {
  2214. "node": ">=10.13.0"
  2215. }
  2216. },
  2217. "node_modules/espree": {
  2218. "version": "9.6.1",
  2219. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
  2220. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  2221. "license": "BSD-2-Clause",
  2222. "dependencies": {
  2223. "acorn": "^8.9.0",
  2224. "acorn-jsx": "^5.3.2",
  2225. "eslint-visitor-keys": "^3.4.1"
  2226. },
  2227. "engines": {
  2228. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2229. },
  2230. "funding": {
  2231. "url": "https://opencollective.com/eslint"
  2232. }
  2233. },
  2234. "node_modules/esquery": {
  2235. "version": "1.6.0",
  2236. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  2237. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  2238. "license": "BSD-3-Clause",
  2239. "dependencies": {
  2240. "estraverse": "^5.1.0"
  2241. },
  2242. "engines": {
  2243. "node": ">=0.10"
  2244. }
  2245. },
  2246. "node_modules/esrecurse": {
  2247. "version": "4.3.0",
  2248. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  2249. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  2250. "license": "BSD-2-Clause",
  2251. "dependencies": {
  2252. "estraverse": "^5.2.0"
  2253. },
  2254. "engines": {
  2255. "node": ">=4.0"
  2256. }
  2257. },
  2258. "node_modules/estraverse": {
  2259. "version": "5.3.0",
  2260. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  2261. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  2262. "license": "BSD-2-Clause",
  2263. "engines": {
  2264. "node": ">=4.0"
  2265. }
  2266. },
  2267. "node_modules/estree-walker": {
  2268. "version": "2.0.2",
  2269. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2270. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  2271. "license": "MIT"
  2272. },
  2273. "node_modules/esutils": {
  2274. "version": "2.0.3",
  2275. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  2276. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  2277. "license": "BSD-2-Clause",
  2278. "engines": {
  2279. "node": ">=0.10.0"
  2280. }
  2281. },
  2282. "node_modules/exsolve": {
  2283. "version": "1.0.7",
  2284. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.7.tgz",
  2285. "integrity": "sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==",
  2286. "license": "MIT"
  2287. },
  2288. "node_modules/fast-deep-equal": {
  2289. "version": "3.1.3",
  2290. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  2291. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  2292. },
  2293. "node_modules/fast-glob": {
  2294. "version": "3.3.3",
  2295. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  2296. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  2297. "dev": true,
  2298. "license": "MIT",
  2299. "dependencies": {
  2300. "@nodelib/fs.stat": "^2.0.2",
  2301. "@nodelib/fs.walk": "^1.2.3",
  2302. "glob-parent": "^5.1.2",
  2303. "merge2": "^1.3.0",
  2304. "micromatch": "^4.0.8"
  2305. },
  2306. "engines": {
  2307. "node": ">=8.6.0"
  2308. }
  2309. },
  2310. "node_modules/fast-json-stable-stringify": {
  2311. "version": "2.1.0",
  2312. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  2313. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  2314. "license": "MIT"
  2315. },
  2316. "node_modules/fast-levenshtein": {
  2317. "version": "2.0.6",
  2318. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  2319. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  2320. "license": "MIT"
  2321. },
  2322. "node_modules/fastest-levenshtein": {
  2323. "version": "1.0.16",
  2324. "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
  2325. "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
  2326. "dev": true,
  2327. "engines": {
  2328. "node": ">= 4.9.1"
  2329. }
  2330. },
  2331. "node_modules/fastq": {
  2332. "version": "1.17.1",
  2333. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  2334. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  2335. "dependencies": {
  2336. "reusify": "^1.0.4"
  2337. }
  2338. },
  2339. "node_modules/femtocrank": {
  2340. "version": "2.4.11",
  2341. "resolved": "https://registry.npmjs.org/femtocrank/-/femtocrank-2.4.11.tgz",
  2342. "integrity": "sha512-IDEcr8+w5/ux58F2N1heaxse7BvjJ0mJfJcCGx15QZCn8wi+hiQaIBud0ctlzRR3+SPmy7UCY5Ym+ZeyE4Bslg==",
  2343. "license": "AGPL-3.0"
  2344. },
  2345. "node_modules/file-entry-cache": {
  2346. "version": "6.0.1",
  2347. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  2348. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  2349. "license": "MIT",
  2350. "dependencies": {
  2351. "flat-cache": "^3.0.4"
  2352. },
  2353. "engines": {
  2354. "node": "^10.12.0 || >=12.0.0"
  2355. }
  2356. },
  2357. "node_modules/fill-range": {
  2358. "version": "7.1.1",
  2359. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  2360. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  2361. "dev": true,
  2362. "dependencies": {
  2363. "to-regex-range": "^5.0.1"
  2364. },
  2365. "engines": {
  2366. "node": ">=8"
  2367. }
  2368. },
  2369. "node_modules/find-up": {
  2370. "version": "5.0.0",
  2371. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  2372. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  2373. "license": "MIT",
  2374. "dependencies": {
  2375. "locate-path": "^6.0.0",
  2376. "path-exists": "^4.0.0"
  2377. },
  2378. "engines": {
  2379. "node": ">=10"
  2380. },
  2381. "funding": {
  2382. "url": "https://github.com/sponsors/sindresorhus"
  2383. }
  2384. },
  2385. "node_modules/flat-cache": {
  2386. "version": "3.2.0",
  2387. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
  2388. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  2389. "license": "MIT",
  2390. "dependencies": {
  2391. "flatted": "^3.2.9",
  2392. "keyv": "^4.5.3",
  2393. "rimraf": "^3.0.2"
  2394. },
  2395. "engines": {
  2396. "node": "^10.12.0 || >=12.0.0"
  2397. }
  2398. },
  2399. "node_modules/flatted": {
  2400. "version": "3.3.3",
  2401. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
  2402. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  2403. "license": "ISC"
  2404. },
  2405. "node_modules/for-each": {
  2406. "version": "0.3.5",
  2407. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  2408. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  2409. "license": "MIT",
  2410. "dependencies": {
  2411. "is-callable": "^1.2.7"
  2412. },
  2413. "engines": {
  2414. "node": ">= 0.4"
  2415. },
  2416. "funding": {
  2417. "url": "https://github.com/sponsors/ljharb"
  2418. }
  2419. },
  2420. "node_modules/fs.realpath": {
  2421. "version": "1.0.0",
  2422. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  2423. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  2424. "license": "ISC"
  2425. },
  2426. "node_modules/fsevents": {
  2427. "version": "2.3.3",
  2428. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  2429. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2430. "hasInstallScript": true,
  2431. "license": "MIT",
  2432. "optional": true,
  2433. "os": [
  2434. "darwin"
  2435. ],
  2436. "engines": {
  2437. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2438. }
  2439. },
  2440. "node_modules/function-bind": {
  2441. "version": "1.1.2",
  2442. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  2443. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  2444. "license": "MIT",
  2445. "funding": {
  2446. "url": "https://github.com/sponsors/ljharb"
  2447. }
  2448. },
  2449. "node_modules/function.prototype.name": {
  2450. "version": "1.1.8",
  2451. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  2452. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  2453. "license": "MIT",
  2454. "dependencies": {
  2455. "call-bind": "^1.0.8",
  2456. "call-bound": "^1.0.3",
  2457. "define-properties": "^1.2.1",
  2458. "functions-have-names": "^1.2.3",
  2459. "hasown": "^2.0.2",
  2460. "is-callable": "^1.2.7"
  2461. },
  2462. "engines": {
  2463. "node": ">= 0.4"
  2464. },
  2465. "funding": {
  2466. "url": "https://github.com/sponsors/ljharb"
  2467. }
  2468. },
  2469. "node_modules/functions-have-names": {
  2470. "version": "1.2.3",
  2471. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  2472. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  2473. "license": "MIT",
  2474. "funding": {
  2475. "url": "https://github.com/sponsors/ljharb"
  2476. }
  2477. },
  2478. "node_modules/generator-function": {
  2479. "version": "2.0.1",
  2480. "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
  2481. "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
  2482. "license": "MIT",
  2483. "engines": {
  2484. "node": ">= 0.4"
  2485. }
  2486. },
  2487. "node_modules/get-intrinsic": {
  2488. "version": "1.3.0",
  2489. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  2490. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  2491. "license": "MIT",
  2492. "dependencies": {
  2493. "call-bind-apply-helpers": "^1.0.2",
  2494. "es-define-property": "^1.0.1",
  2495. "es-errors": "^1.3.0",
  2496. "es-object-atoms": "^1.1.1",
  2497. "function-bind": "^1.1.2",
  2498. "get-proto": "^1.0.1",
  2499. "gopd": "^1.2.0",
  2500. "has-symbols": "^1.1.0",
  2501. "hasown": "^2.0.2",
  2502. "math-intrinsics": "^1.1.0"
  2503. },
  2504. "engines": {
  2505. "node": ">= 0.4"
  2506. },
  2507. "funding": {
  2508. "url": "https://github.com/sponsors/ljharb"
  2509. }
  2510. },
  2511. "node_modules/get-proto": {
  2512. "version": "1.0.1",
  2513. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  2514. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  2515. "license": "MIT",
  2516. "dependencies": {
  2517. "dunder-proto": "^1.0.1",
  2518. "es-object-atoms": "^1.0.0"
  2519. },
  2520. "engines": {
  2521. "node": ">= 0.4"
  2522. }
  2523. },
  2524. "node_modules/get-stdin": {
  2525. "version": "8.0.0",
  2526. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
  2527. "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
  2528. "license": "MIT",
  2529. "engines": {
  2530. "node": ">=10"
  2531. },
  2532. "funding": {
  2533. "url": "https://github.com/sponsors/sindresorhus"
  2534. }
  2535. },
  2536. "node_modules/get-symbol-description": {
  2537. "version": "1.1.0",
  2538. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  2539. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  2540. "license": "MIT",
  2541. "dependencies": {
  2542. "call-bound": "^1.0.3",
  2543. "es-errors": "^1.3.0",
  2544. "get-intrinsic": "^1.2.6"
  2545. },
  2546. "engines": {
  2547. "node": ">= 0.4"
  2548. },
  2549. "funding": {
  2550. "url": "https://github.com/sponsors/ljharb"
  2551. }
  2552. },
  2553. "node_modules/glob": {
  2554. "version": "7.2.3",
  2555. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  2556. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  2557. "deprecated": "Glob versions prior to v9 are no longer supported",
  2558. "license": "ISC",
  2559. "dependencies": {
  2560. "fs.realpath": "^1.0.0",
  2561. "inflight": "^1.0.4",
  2562. "inherits": "2",
  2563. "minimatch": "^3.1.1",
  2564. "once": "^1.3.0",
  2565. "path-is-absolute": "^1.0.0"
  2566. },
  2567. "engines": {
  2568. "node": "*"
  2569. },
  2570. "funding": {
  2571. "url": "https://github.com/sponsors/isaacs"
  2572. }
  2573. },
  2574. "node_modules/glob-parent": {
  2575. "version": "5.1.2",
  2576. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  2577. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  2578. "dev": true,
  2579. "dependencies": {
  2580. "is-glob": "^4.0.1"
  2581. },
  2582. "engines": {
  2583. "node": ">= 6"
  2584. }
  2585. },
  2586. "node_modules/global-modules": {
  2587. "version": "2.0.0",
  2588. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  2589. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  2590. "dev": true,
  2591. "dependencies": {
  2592. "global-prefix": "^3.0.0"
  2593. },
  2594. "engines": {
  2595. "node": ">=6"
  2596. }
  2597. },
  2598. "node_modules/global-prefix": {
  2599. "version": "3.0.0",
  2600. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  2601. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  2602. "dev": true,
  2603. "dependencies": {
  2604. "ini": "^1.3.5",
  2605. "kind-of": "^6.0.2",
  2606. "which": "^1.3.1"
  2607. },
  2608. "engines": {
  2609. "node": ">=6"
  2610. }
  2611. },
  2612. "node_modules/global-prefix/node_modules/which": {
  2613. "version": "1.3.1",
  2614. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  2615. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  2616. "dev": true,
  2617. "dependencies": {
  2618. "isexe": "^2.0.0"
  2619. },
  2620. "bin": {
  2621. "which": "bin/which"
  2622. }
  2623. },
  2624. "node_modules/globals": {
  2625. "version": "13.24.0",
  2626. "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
  2627. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  2628. "license": "MIT",
  2629. "dependencies": {
  2630. "type-fest": "^0.20.2"
  2631. },
  2632. "engines": {
  2633. "node": ">=8"
  2634. },
  2635. "funding": {
  2636. "url": "https://github.com/sponsors/sindresorhus"
  2637. }
  2638. },
  2639. "node_modules/globalthis": {
  2640. "version": "1.0.4",
  2641. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  2642. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  2643. "license": "MIT",
  2644. "dependencies": {
  2645. "define-properties": "^1.2.1",
  2646. "gopd": "^1.0.1"
  2647. },
  2648. "engines": {
  2649. "node": ">= 0.4"
  2650. },
  2651. "funding": {
  2652. "url": "https://github.com/sponsors/ljharb"
  2653. }
  2654. },
  2655. "node_modules/globby": {
  2656. "version": "11.1.0",
  2657. "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
  2658. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  2659. "dev": true,
  2660. "dependencies": {
  2661. "array-union": "^2.1.0",
  2662. "dir-glob": "^3.0.1",
  2663. "fast-glob": "^3.2.9",
  2664. "ignore": "^5.2.0",
  2665. "merge2": "^1.4.1",
  2666. "slash": "^3.0.0"
  2667. },
  2668. "engines": {
  2669. "node": ">=10"
  2670. },
  2671. "funding": {
  2672. "url": "https://github.com/sponsors/sindresorhus"
  2673. }
  2674. },
  2675. "node_modules/globjoin": {
  2676. "version": "0.1.4",
  2677. "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
  2678. "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==",
  2679. "dev": true
  2680. },
  2681. "node_modules/gopd": {
  2682. "version": "1.2.0",
  2683. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  2684. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  2685. "license": "MIT",
  2686. "engines": {
  2687. "node": ">= 0.4"
  2688. },
  2689. "funding": {
  2690. "url": "https://github.com/sponsors/ljharb"
  2691. }
  2692. },
  2693. "node_modules/graceful-fs": {
  2694. "version": "4.2.11",
  2695. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  2696. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  2697. "license": "ISC"
  2698. },
  2699. "node_modules/graphemer": {
  2700. "version": "1.4.0",
  2701. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  2702. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  2703. "license": "MIT"
  2704. },
  2705. "node_modules/has-bigints": {
  2706. "version": "1.1.0",
  2707. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
  2708. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  2709. "license": "MIT",
  2710. "engines": {
  2711. "node": ">= 0.4"
  2712. },
  2713. "funding": {
  2714. "url": "https://github.com/sponsors/ljharb"
  2715. }
  2716. },
  2717. "node_modules/has-flag": {
  2718. "version": "4.0.0",
  2719. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  2720. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  2721. "engines": {
  2722. "node": ">=8"
  2723. }
  2724. },
  2725. "node_modules/has-property-descriptors": {
  2726. "version": "1.0.2",
  2727. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  2728. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  2729. "license": "MIT",
  2730. "dependencies": {
  2731. "es-define-property": "^1.0.0"
  2732. },
  2733. "funding": {
  2734. "url": "https://github.com/sponsors/ljharb"
  2735. }
  2736. },
  2737. "node_modules/has-proto": {
  2738. "version": "1.2.0",
  2739. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
  2740. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  2741. "license": "MIT",
  2742. "dependencies": {
  2743. "dunder-proto": "^1.0.0"
  2744. },
  2745. "engines": {
  2746. "node": ">= 0.4"
  2747. },
  2748. "funding": {
  2749. "url": "https://github.com/sponsors/ljharb"
  2750. }
  2751. },
  2752. "node_modules/has-symbols": {
  2753. "version": "1.1.0",
  2754. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  2755. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  2756. "license": "MIT",
  2757. "engines": {
  2758. "node": ">= 0.4"
  2759. },
  2760. "funding": {
  2761. "url": "https://github.com/sponsors/ljharb"
  2762. }
  2763. },
  2764. "node_modules/has-tostringtag": {
  2765. "version": "1.0.2",
  2766. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  2767. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  2768. "license": "MIT",
  2769. "dependencies": {
  2770. "has-symbols": "^1.0.3"
  2771. },
  2772. "engines": {
  2773. "node": ">= 0.4"
  2774. },
  2775. "funding": {
  2776. "url": "https://github.com/sponsors/ljharb"
  2777. }
  2778. },
  2779. "node_modules/hashery": {
  2780. "version": "1.2.0",
  2781. "resolved": "https://registry.npmjs.org/hashery/-/hashery-1.2.0.tgz",
  2782. "integrity": "sha512-43XJKpwle72Ik5Zpam7MuzRWyNdwwdf6XHlh8wCj2PggvWf+v/Dm5B0dxGZOmddidgeO6Ofu9As/o231Ti/9PA==",
  2783. "dev": true,
  2784. "license": "MIT",
  2785. "dependencies": {
  2786. "hookified": "^1.13.0"
  2787. },
  2788. "engines": {
  2789. "node": ">=20"
  2790. }
  2791. },
  2792. "node_modules/hasown": {
  2793. "version": "2.0.2",
  2794. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  2795. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  2796. "license": "MIT",
  2797. "dependencies": {
  2798. "function-bind": "^1.1.2"
  2799. },
  2800. "engines": {
  2801. "node": ">= 0.4"
  2802. }
  2803. },
  2804. "node_modules/hookified": {
  2805. "version": "1.13.0",
  2806. "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.13.0.tgz",
  2807. "integrity": "sha512-6sPYUY8olshgM/1LDNW4QZQN0IqgKhtl/1C8koNZBJrKLBk3AZl6chQtNwpNztvfiApHMEwMHek5rv993PRbWw==",
  2808. "dev": true,
  2809. "license": "MIT"
  2810. },
  2811. "node_modules/html-tags": {
  2812. "version": "3.3.1",
  2813. "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz",
  2814. "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
  2815. "dev": true,
  2816. "engines": {
  2817. "node": ">=8"
  2818. },
  2819. "funding": {
  2820. "url": "https://github.com/sponsors/sindresorhus"
  2821. }
  2822. },
  2823. "node_modules/iconify-icon": {
  2824. "version": "3.0.2",
  2825. "resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-3.0.2.tgz",
  2826. "integrity": "sha512-DYPAumiUeUeT/GHT8x2wrAVKn1FqZJqFH0Y5pBefapWRreV1BBvqBVMb0020YQ2njmbR59r/IathL2d2OrDrxA==",
  2827. "license": "MIT",
  2828. "dependencies": {
  2829. "@iconify/types": "^2.0.0"
  2830. },
  2831. "funding": {
  2832. "url": "https://github.com/sponsors/cyberalien"
  2833. }
  2834. },
  2835. "node_modules/ignore": {
  2836. "version": "5.3.2",
  2837. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  2838. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  2839. "license": "MIT",
  2840. "engines": {
  2841. "node": ">= 4"
  2842. }
  2843. },
  2844. "node_modules/import-fresh": {
  2845. "version": "3.3.0",
  2846. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  2847. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  2848. "dependencies": {
  2849. "parent-module": "^1.0.0",
  2850. "resolve-from": "^4.0.0"
  2851. },
  2852. "engines": {
  2853. "node": ">=6"
  2854. },
  2855. "funding": {
  2856. "url": "https://github.com/sponsors/sindresorhus"
  2857. }
  2858. },
  2859. "node_modules/imurmurhash": {
  2860. "version": "0.1.4",
  2861. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  2862. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  2863. "engines": {
  2864. "node": ">=0.8.19"
  2865. }
  2866. },
  2867. "node_modules/inflight": {
  2868. "version": "1.0.6",
  2869. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  2870. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  2871. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  2872. "license": "ISC",
  2873. "dependencies": {
  2874. "once": "^1.3.0",
  2875. "wrappy": "1"
  2876. }
  2877. },
  2878. "node_modules/inherits": {
  2879. "version": "2.0.4",
  2880. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  2881. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  2882. "license": "ISC"
  2883. },
  2884. "node_modules/ini": {
  2885. "version": "1.3.8",
  2886. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  2887. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  2888. "dev": true
  2889. },
  2890. "node_modules/internal-slot": {
  2891. "version": "1.1.0",
  2892. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
  2893. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  2894. "license": "MIT",
  2895. "dependencies": {
  2896. "es-errors": "^1.3.0",
  2897. "hasown": "^2.0.2",
  2898. "side-channel": "^1.1.0"
  2899. },
  2900. "engines": {
  2901. "node": ">= 0.4"
  2902. }
  2903. },
  2904. "node_modules/is-array-buffer": {
  2905. "version": "3.0.5",
  2906. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  2907. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  2908. "license": "MIT",
  2909. "dependencies": {
  2910. "call-bind": "^1.0.8",
  2911. "call-bound": "^1.0.3",
  2912. "get-intrinsic": "^1.2.6"
  2913. },
  2914. "engines": {
  2915. "node": ">= 0.4"
  2916. },
  2917. "funding": {
  2918. "url": "https://github.com/sponsors/ljharb"
  2919. }
  2920. },
  2921. "node_modules/is-arrayish": {
  2922. "version": "0.2.1",
  2923. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  2924. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  2925. "license": "MIT"
  2926. },
  2927. "node_modules/is-async-function": {
  2928. "version": "2.1.1",
  2929. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
  2930. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  2931. "license": "MIT",
  2932. "dependencies": {
  2933. "async-function": "^1.0.0",
  2934. "call-bound": "^1.0.3",
  2935. "get-proto": "^1.0.1",
  2936. "has-tostringtag": "^1.0.2",
  2937. "safe-regex-test": "^1.1.0"
  2938. },
  2939. "engines": {
  2940. "node": ">= 0.4"
  2941. },
  2942. "funding": {
  2943. "url": "https://github.com/sponsors/ljharb"
  2944. }
  2945. },
  2946. "node_modules/is-bigint": {
  2947. "version": "1.1.0",
  2948. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
  2949. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  2950. "license": "MIT",
  2951. "dependencies": {
  2952. "has-bigints": "^1.0.2"
  2953. },
  2954. "engines": {
  2955. "node": ">= 0.4"
  2956. },
  2957. "funding": {
  2958. "url": "https://github.com/sponsors/ljharb"
  2959. }
  2960. },
  2961. "node_modules/is-boolean-object": {
  2962. "version": "1.2.2",
  2963. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  2964. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  2965. "license": "MIT",
  2966. "dependencies": {
  2967. "call-bound": "^1.0.3",
  2968. "has-tostringtag": "^1.0.2"
  2969. },
  2970. "engines": {
  2971. "node": ">= 0.4"
  2972. },
  2973. "funding": {
  2974. "url": "https://github.com/sponsors/ljharb"
  2975. }
  2976. },
  2977. "node_modules/is-callable": {
  2978. "version": "1.2.7",
  2979. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  2980. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  2981. "license": "MIT",
  2982. "engines": {
  2983. "node": ">= 0.4"
  2984. },
  2985. "funding": {
  2986. "url": "https://github.com/sponsors/ljharb"
  2987. }
  2988. },
  2989. "node_modules/is-core-module": {
  2990. "version": "2.16.1",
  2991. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  2992. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  2993. "license": "MIT",
  2994. "dependencies": {
  2995. "hasown": "^2.0.2"
  2996. },
  2997. "engines": {
  2998. "node": ">= 0.4"
  2999. },
  3000. "funding": {
  3001. "url": "https://github.com/sponsors/ljharb"
  3002. }
  3003. },
  3004. "node_modules/is-data-view": {
  3005. "version": "1.0.2",
  3006. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
  3007. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  3008. "license": "MIT",
  3009. "dependencies": {
  3010. "call-bound": "^1.0.2",
  3011. "get-intrinsic": "^1.2.6",
  3012. "is-typed-array": "^1.1.13"
  3013. },
  3014. "engines": {
  3015. "node": ">= 0.4"
  3016. },
  3017. "funding": {
  3018. "url": "https://github.com/sponsors/ljharb"
  3019. }
  3020. },
  3021. "node_modules/is-date-object": {
  3022. "version": "1.1.0",
  3023. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
  3024. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  3025. "license": "MIT",
  3026. "dependencies": {
  3027. "call-bound": "^1.0.2",
  3028. "has-tostringtag": "^1.0.2"
  3029. },
  3030. "engines": {
  3031. "node": ">= 0.4"
  3032. },
  3033. "funding": {
  3034. "url": "https://github.com/sponsors/ljharb"
  3035. }
  3036. },
  3037. "node_modules/is-extglob": {
  3038. "version": "2.1.1",
  3039. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  3040. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  3041. "engines": {
  3042. "node": ">=0.10.0"
  3043. }
  3044. },
  3045. "node_modules/is-finalizationregistry": {
  3046. "version": "1.1.1",
  3047. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  3048. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  3049. "license": "MIT",
  3050. "dependencies": {
  3051. "call-bound": "^1.0.3"
  3052. },
  3053. "engines": {
  3054. "node": ">= 0.4"
  3055. },
  3056. "funding": {
  3057. "url": "https://github.com/sponsors/ljharb"
  3058. }
  3059. },
  3060. "node_modules/is-fullwidth-code-point": {
  3061. "version": "3.0.0",
  3062. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  3063. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  3064. "dev": true,
  3065. "engines": {
  3066. "node": ">=8"
  3067. }
  3068. },
  3069. "node_modules/is-generator-function": {
  3070. "version": "1.1.2",
  3071. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
  3072. "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
  3073. "license": "MIT",
  3074. "dependencies": {
  3075. "call-bound": "^1.0.4",
  3076. "generator-function": "^2.0.0",
  3077. "get-proto": "^1.0.1",
  3078. "has-tostringtag": "^1.0.2",
  3079. "safe-regex-test": "^1.1.0"
  3080. },
  3081. "engines": {
  3082. "node": ">= 0.4"
  3083. },
  3084. "funding": {
  3085. "url": "https://github.com/sponsors/ljharb"
  3086. }
  3087. },
  3088. "node_modules/is-glob": {
  3089. "version": "4.0.3",
  3090. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  3091. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  3092. "dependencies": {
  3093. "is-extglob": "^2.1.1"
  3094. },
  3095. "engines": {
  3096. "node": ">=0.10.0"
  3097. }
  3098. },
  3099. "node_modules/is-map": {
  3100. "version": "2.0.3",
  3101. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  3102. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  3103. "license": "MIT",
  3104. "engines": {
  3105. "node": ">= 0.4"
  3106. },
  3107. "funding": {
  3108. "url": "https://github.com/sponsors/ljharb"
  3109. }
  3110. },
  3111. "node_modules/is-negative-zero": {
  3112. "version": "2.0.3",
  3113. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  3114. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  3115. "license": "MIT",
  3116. "engines": {
  3117. "node": ">= 0.4"
  3118. },
  3119. "funding": {
  3120. "url": "https://github.com/sponsors/ljharb"
  3121. }
  3122. },
  3123. "node_modules/is-number": {
  3124. "version": "7.0.0",
  3125. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  3126. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  3127. "dev": true,
  3128. "engines": {
  3129. "node": ">=0.12.0"
  3130. }
  3131. },
  3132. "node_modules/is-number-object": {
  3133. "version": "1.1.1",
  3134. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
  3135. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  3136. "license": "MIT",
  3137. "dependencies": {
  3138. "call-bound": "^1.0.3",
  3139. "has-tostringtag": "^1.0.2"
  3140. },
  3141. "engines": {
  3142. "node": ">= 0.4"
  3143. },
  3144. "funding": {
  3145. "url": "https://github.com/sponsors/ljharb"
  3146. }
  3147. },
  3148. "node_modules/is-path-inside": {
  3149. "version": "3.0.3",
  3150. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  3151. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  3152. "license": "MIT",
  3153. "engines": {
  3154. "node": ">=8"
  3155. }
  3156. },
  3157. "node_modules/is-plain-object": {
  3158. "version": "5.0.0",
  3159. "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
  3160. "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
  3161. "dev": true,
  3162. "engines": {
  3163. "node": ">=0.10.0"
  3164. }
  3165. },
  3166. "node_modules/is-regex": {
  3167. "version": "1.2.1",
  3168. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
  3169. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  3170. "license": "MIT",
  3171. "dependencies": {
  3172. "call-bound": "^1.0.2",
  3173. "gopd": "^1.2.0",
  3174. "has-tostringtag": "^1.0.2",
  3175. "hasown": "^2.0.2"
  3176. },
  3177. "engines": {
  3178. "node": ">= 0.4"
  3179. },
  3180. "funding": {
  3181. "url": "https://github.com/sponsors/ljharb"
  3182. }
  3183. },
  3184. "node_modules/is-set": {
  3185. "version": "2.0.3",
  3186. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  3187. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  3188. "license": "MIT",
  3189. "engines": {
  3190. "node": ">= 0.4"
  3191. },
  3192. "funding": {
  3193. "url": "https://github.com/sponsors/ljharb"
  3194. }
  3195. },
  3196. "node_modules/is-shared-array-buffer": {
  3197. "version": "1.0.4",
  3198. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  3199. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  3200. "license": "MIT",
  3201. "dependencies": {
  3202. "call-bound": "^1.0.3"
  3203. },
  3204. "engines": {
  3205. "node": ">= 0.4"
  3206. },
  3207. "funding": {
  3208. "url": "https://github.com/sponsors/ljharb"
  3209. }
  3210. },
  3211. "node_modules/is-string": {
  3212. "version": "1.1.1",
  3213. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
  3214. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  3215. "license": "MIT",
  3216. "dependencies": {
  3217. "call-bound": "^1.0.3",
  3218. "has-tostringtag": "^1.0.2"
  3219. },
  3220. "engines": {
  3221. "node": ">= 0.4"
  3222. },
  3223. "funding": {
  3224. "url": "https://github.com/sponsors/ljharb"
  3225. }
  3226. },
  3227. "node_modules/is-symbol": {
  3228. "version": "1.1.1",
  3229. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
  3230. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  3231. "license": "MIT",
  3232. "dependencies": {
  3233. "call-bound": "^1.0.2",
  3234. "has-symbols": "^1.1.0",
  3235. "safe-regex-test": "^1.1.0"
  3236. },
  3237. "engines": {
  3238. "node": ">= 0.4"
  3239. },
  3240. "funding": {
  3241. "url": "https://github.com/sponsors/ljharb"
  3242. }
  3243. },
  3244. "node_modules/is-typed-array": {
  3245. "version": "1.1.15",
  3246. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  3247. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  3248. "license": "MIT",
  3249. "dependencies": {
  3250. "which-typed-array": "^1.1.16"
  3251. },
  3252. "engines": {
  3253. "node": ">= 0.4"
  3254. },
  3255. "funding": {
  3256. "url": "https://github.com/sponsors/ljharb"
  3257. }
  3258. },
  3259. "node_modules/is-weakmap": {
  3260. "version": "2.0.2",
  3261. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  3262. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  3263. "license": "MIT",
  3264. "engines": {
  3265. "node": ">= 0.4"
  3266. },
  3267. "funding": {
  3268. "url": "https://github.com/sponsors/ljharb"
  3269. }
  3270. },
  3271. "node_modules/is-weakref": {
  3272. "version": "1.1.1",
  3273. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
  3274. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  3275. "license": "MIT",
  3276. "dependencies": {
  3277. "call-bound": "^1.0.3"
  3278. },
  3279. "engines": {
  3280. "node": ">= 0.4"
  3281. },
  3282. "funding": {
  3283. "url": "https://github.com/sponsors/ljharb"
  3284. }
  3285. },
  3286. "node_modules/is-weakset": {
  3287. "version": "2.0.4",
  3288. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
  3289. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  3290. "license": "MIT",
  3291. "dependencies": {
  3292. "call-bound": "^1.0.3",
  3293. "get-intrinsic": "^1.2.6"
  3294. },
  3295. "engines": {
  3296. "node": ">= 0.4"
  3297. },
  3298. "funding": {
  3299. "url": "https://github.com/sponsors/ljharb"
  3300. }
  3301. },
  3302. "node_modules/isarray": {
  3303. "version": "2.0.5",
  3304. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  3305. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  3306. "license": "MIT"
  3307. },
  3308. "node_modules/isexe": {
  3309. "version": "2.0.0",
  3310. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  3311. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  3312. },
  3313. "node_modules/iterator.prototype": {
  3314. "version": "1.1.5",
  3315. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  3316. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  3317. "license": "MIT",
  3318. "dependencies": {
  3319. "define-data-property": "^1.1.4",
  3320. "es-object-atoms": "^1.0.0",
  3321. "get-intrinsic": "^1.2.6",
  3322. "get-proto": "^1.0.0",
  3323. "has-symbols": "^1.1.0",
  3324. "set-function-name": "^2.0.2"
  3325. },
  3326. "engines": {
  3327. "node": ">= 0.4"
  3328. }
  3329. },
  3330. "node_modules/js-tokens": {
  3331. "version": "4.0.0",
  3332. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  3333. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  3334. },
  3335. "node_modules/js-yaml": {
  3336. "version": "4.1.1",
  3337. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
  3338. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  3339. "license": "MIT",
  3340. "dependencies": {
  3341. "argparse": "^2.0.1"
  3342. },
  3343. "bin": {
  3344. "js-yaml": "bin/js-yaml.js"
  3345. }
  3346. },
  3347. "node_modules/json-buffer": {
  3348. "version": "3.0.1",
  3349. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  3350. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  3351. "license": "MIT"
  3352. },
  3353. "node_modules/json-parse-better-errors": {
  3354. "version": "1.0.2",
  3355. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  3356. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
  3357. "license": "MIT"
  3358. },
  3359. "node_modules/json-parse-even-better-errors": {
  3360. "version": "2.3.1",
  3361. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  3362. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  3363. "dev": true,
  3364. "license": "MIT"
  3365. },
  3366. "node_modules/json-schema-traverse": {
  3367. "version": "0.4.1",
  3368. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  3369. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  3370. "license": "MIT"
  3371. },
  3372. "node_modules/json-stable-stringify-without-jsonify": {
  3373. "version": "1.0.1",
  3374. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  3375. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  3376. "license": "MIT"
  3377. },
  3378. "node_modules/json5": {
  3379. "version": "1.0.2",
  3380. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  3381. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  3382. "license": "MIT",
  3383. "dependencies": {
  3384. "minimist": "^1.2.0"
  3385. },
  3386. "bin": {
  3387. "json5": "lib/cli.js"
  3388. }
  3389. },
  3390. "node_modules/jsx-ast-utils": {
  3391. "version": "3.3.5",
  3392. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  3393. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  3394. "license": "MIT",
  3395. "dependencies": {
  3396. "array-includes": "^3.1.6",
  3397. "array.prototype.flat": "^1.3.1",
  3398. "object.assign": "^4.1.4",
  3399. "object.values": "^1.1.6"
  3400. },
  3401. "engines": {
  3402. "node": ">=4.0"
  3403. }
  3404. },
  3405. "node_modules/keyv": {
  3406. "version": "4.5.4",
  3407. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  3408. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  3409. "license": "MIT",
  3410. "dependencies": {
  3411. "json-buffer": "3.0.1"
  3412. }
  3413. },
  3414. "node_modules/kind-of": {
  3415. "version": "6.0.3",
  3416. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  3417. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  3418. "dev": true,
  3419. "engines": {
  3420. "node": ">=0.10.0"
  3421. }
  3422. },
  3423. "node_modules/known-css-properties": {
  3424. "version": "0.37.0",
  3425. "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.37.0.tgz",
  3426. "integrity": "sha512-JCDrsP4Z1Sb9JwG0aJ8Eo2r7k4Ou5MwmThS/6lcIe1ICyb7UBJKGRIUUdqc2ASdE/42lgz6zFUnzAIhtXnBVrQ==",
  3427. "dev": true,
  3428. "license": "MIT"
  3429. },
  3430. "node_modules/levn": {
  3431. "version": "0.4.1",
  3432. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  3433. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  3434. "license": "MIT",
  3435. "dependencies": {
  3436. "prelude-ls": "^1.2.1",
  3437. "type-check": "~0.4.0"
  3438. },
  3439. "engines": {
  3440. "node": ">= 0.8.0"
  3441. }
  3442. },
  3443. "node_modules/lightningcss": {
  3444. "version": "1.25.1",
  3445. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.25.1.tgz",
  3446. "integrity": "sha512-V0RMVZzK1+rCHpymRv4URK2lNhIRyO8g7U7zOFwVAhJuat74HtkjIQpQRKNCwFEYkRGpafOpmXXLoaoBcyVtBg==",
  3447. "optional": true,
  3448. "peer": true,
  3449. "dependencies": {
  3450. "detect-libc": "^1.0.3"
  3451. },
  3452. "engines": {
  3453. "node": ">= 12.0.0"
  3454. },
  3455. "funding": {
  3456. "type": "opencollective",
  3457. "url": "https://opencollective.com/parcel"
  3458. },
  3459. "optionalDependencies": {
  3460. "lightningcss-darwin-arm64": "1.25.1",
  3461. "lightningcss-darwin-x64": "1.25.1",
  3462. "lightningcss-freebsd-x64": "1.25.1",
  3463. "lightningcss-linux-arm-gnueabihf": "1.25.1",
  3464. "lightningcss-linux-arm64-gnu": "1.25.1",
  3465. "lightningcss-linux-arm64-musl": "1.25.1",
  3466. "lightningcss-linux-x64-gnu": "1.25.1",
  3467. "lightningcss-linux-x64-musl": "1.25.1",
  3468. "lightningcss-win32-x64-msvc": "1.25.1"
  3469. }
  3470. },
  3471. "node_modules/lightningcss-linux-x64-gnu": {
  3472. "version": "1.25.1",
  3473. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.25.1.tgz",
  3474. "integrity": "sha512-RXIaru79KrREPEd6WLXfKfIp4QzoppZvD3x7vuTKkDA64PwTzKJ2jaC43RZHRt8BmyIkRRlmywNhTRMbmkPYpA==",
  3475. "cpu": [
  3476. "x64"
  3477. ],
  3478. "optional": true,
  3479. "os": [
  3480. "linux"
  3481. ],
  3482. "peer": true,
  3483. "engines": {
  3484. "node": ">= 12.0.0"
  3485. },
  3486. "funding": {
  3487. "type": "opencollective",
  3488. "url": "https://opencollective.com/parcel"
  3489. }
  3490. },
  3491. "node_modules/lightningcss-linux-x64-musl": {
  3492. "version": "1.25.1",
  3493. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.25.1.tgz",
  3494. "integrity": "sha512-TdcNqFsAENEEFr8fJWg0Y4fZ/nwuqTRsIr7W7t2wmDUlA8eSXVepeeONYcb+gtTj1RaXn/WgNLB45SFkz+XBZA==",
  3495. "cpu": [
  3496. "x64"
  3497. ],
  3498. "optional": true,
  3499. "os": [
  3500. "linux"
  3501. ],
  3502. "peer": true,
  3503. "engines": {
  3504. "node": ">= 12.0.0"
  3505. },
  3506. "funding": {
  3507. "type": "opencollective",
  3508. "url": "https://opencollective.com/parcel"
  3509. }
  3510. },
  3511. "node_modules/lines-and-columns": {
  3512. "version": "1.2.4",
  3513. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  3514. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  3515. "dev": true,
  3516. "license": "MIT"
  3517. },
  3518. "node_modules/load-json-file": {
  3519. "version": "5.3.0",
  3520. "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz",
  3521. "integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==",
  3522. "license": "MIT",
  3523. "dependencies": {
  3524. "graceful-fs": "^4.1.15",
  3525. "parse-json": "^4.0.0",
  3526. "pify": "^4.0.1",
  3527. "strip-bom": "^3.0.0",
  3528. "type-fest": "^0.3.0"
  3529. },
  3530. "engines": {
  3531. "node": ">=6"
  3532. }
  3533. },
  3534. "node_modules/load-json-file/node_modules/parse-json": {
  3535. "version": "4.0.0",
  3536. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  3537. "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
  3538. "license": "MIT",
  3539. "dependencies": {
  3540. "error-ex": "^1.3.1",
  3541. "json-parse-better-errors": "^1.0.1"
  3542. },
  3543. "engines": {
  3544. "node": ">=4"
  3545. }
  3546. },
  3547. "node_modules/load-json-file/node_modules/type-fest": {
  3548. "version": "0.3.1",
  3549. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz",
  3550. "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==",
  3551. "license": "(MIT OR CC0-1.0)",
  3552. "engines": {
  3553. "node": ">=6"
  3554. }
  3555. },
  3556. "node_modules/local-pkg": {
  3557. "version": "1.1.2",
  3558. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
  3559. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  3560. "license": "MIT",
  3561. "dependencies": {
  3562. "mlly": "^1.7.4",
  3563. "pkg-types": "^2.3.0",
  3564. "quansync": "^0.2.11"
  3565. },
  3566. "engines": {
  3567. "node": ">=14"
  3568. },
  3569. "funding": {
  3570. "url": "https://github.com/sponsors/antfu"
  3571. }
  3572. },
  3573. "node_modules/locate-path": {
  3574. "version": "6.0.0",
  3575. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  3576. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  3577. "license": "MIT",
  3578. "dependencies": {
  3579. "p-locate": "^5.0.0"
  3580. },
  3581. "engines": {
  3582. "node": ">=10"
  3583. },
  3584. "funding": {
  3585. "url": "https://github.com/sponsors/sindresorhus"
  3586. }
  3587. },
  3588. "node_modules/lodash.merge": {
  3589. "version": "4.6.2",
  3590. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  3591. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  3592. "license": "MIT"
  3593. },
  3594. "node_modules/lodash.truncate": {
  3595. "version": "4.4.2",
  3596. "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
  3597. "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==",
  3598. "dev": true
  3599. },
  3600. "node_modules/loose-envify": {
  3601. "version": "1.4.0",
  3602. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  3603. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  3604. "license": "MIT",
  3605. "dependencies": {
  3606. "js-tokens": "^3.0.0 || ^4.0.0"
  3607. },
  3608. "bin": {
  3609. "loose-envify": "cli.js"
  3610. }
  3611. },
  3612. "node_modules/magic-string": {
  3613. "version": "0.30.21",
  3614. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  3615. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  3616. "license": "MIT",
  3617. "dependencies": {
  3618. "@jridgewell/sourcemap-codec": "^1.5.5"
  3619. }
  3620. },
  3621. "node_modules/math-intrinsics": {
  3622. "version": "1.1.0",
  3623. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  3624. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  3625. "license": "MIT",
  3626. "engines": {
  3627. "node": ">= 0.4"
  3628. }
  3629. },
  3630. "node_modules/mathml-tag-names": {
  3631. "version": "2.1.3",
  3632. "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
  3633. "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==",
  3634. "dev": true,
  3635. "funding": {
  3636. "type": "github",
  3637. "url": "https://github.com/sponsors/wooorm"
  3638. }
  3639. },
  3640. "node_modules/mdn-data": {
  3641. "version": "2.12.2",
  3642. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
  3643. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  3644. "dev": true,
  3645. "license": "CC0-1.0"
  3646. },
  3647. "node_modules/meow": {
  3648. "version": "13.2.0",
  3649. "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
  3650. "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
  3651. "dev": true,
  3652. "license": "MIT",
  3653. "engines": {
  3654. "node": ">=18"
  3655. },
  3656. "funding": {
  3657. "url": "https://github.com/sponsors/sindresorhus"
  3658. }
  3659. },
  3660. "node_modules/merge2": {
  3661. "version": "1.4.1",
  3662. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  3663. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  3664. "dev": true,
  3665. "engines": {
  3666. "node": ">= 8"
  3667. }
  3668. },
  3669. "node_modules/micromatch": {
  3670. "version": "4.0.8",
  3671. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  3672. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  3673. "dev": true,
  3674. "license": "MIT",
  3675. "dependencies": {
  3676. "braces": "^3.0.3",
  3677. "picomatch": "^2.3.1"
  3678. },
  3679. "engines": {
  3680. "node": ">=8.6"
  3681. }
  3682. },
  3683. "node_modules/minimatch": {
  3684. "version": "3.1.2",
  3685. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  3686. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  3687. "license": "ISC",
  3688. "dependencies": {
  3689. "brace-expansion": "^1.1.7"
  3690. },
  3691. "engines": {
  3692. "node": "*"
  3693. }
  3694. },
  3695. "node_modules/minimist": {
  3696. "version": "1.2.8",
  3697. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  3698. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  3699. "license": "MIT",
  3700. "funding": {
  3701. "url": "https://github.com/sponsors/ljharb"
  3702. }
  3703. },
  3704. "node_modules/mlly": {
  3705. "version": "1.8.0",
  3706. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.0.tgz",
  3707. "integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==",
  3708. "license": "MIT",
  3709. "dependencies": {
  3710. "acorn": "^8.15.0",
  3711. "pathe": "^2.0.3",
  3712. "pkg-types": "^1.3.1",
  3713. "ufo": "^1.6.1"
  3714. }
  3715. },
  3716. "node_modules/mlly/node_modules/confbox": {
  3717. "version": "0.1.8",
  3718. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  3719. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  3720. "license": "MIT"
  3721. },
  3722. "node_modules/mlly/node_modules/pkg-types": {
  3723. "version": "1.3.1",
  3724. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  3725. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  3726. "license": "MIT",
  3727. "dependencies": {
  3728. "confbox": "^0.1.8",
  3729. "mlly": "^1.7.4",
  3730. "pathe": "^2.0.1"
  3731. }
  3732. },
  3733. "node_modules/ms": {
  3734. "version": "2.1.3",
  3735. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  3736. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  3737. "license": "MIT"
  3738. },
  3739. "node_modules/nanoid": {
  3740. "version": "3.3.11",
  3741. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  3742. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  3743. "funding": [
  3744. {
  3745. "type": "github",
  3746. "url": "https://github.com/sponsors/ai"
  3747. }
  3748. ],
  3749. "license": "MIT",
  3750. "bin": {
  3751. "nanoid": "bin/nanoid.cjs"
  3752. },
  3753. "engines": {
  3754. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3755. }
  3756. },
  3757. "node_modules/natural-compare": {
  3758. "version": "1.4.0",
  3759. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  3760. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  3761. "license": "MIT"
  3762. },
  3763. "node_modules/normalize-path": {
  3764. "version": "3.0.0",
  3765. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  3766. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  3767. "dev": true,
  3768. "engines": {
  3769. "node": ">=0.10.0"
  3770. }
  3771. },
  3772. "node_modules/object-assign": {
  3773. "version": "4.1.1",
  3774. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  3775. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  3776. "license": "MIT",
  3777. "engines": {
  3778. "node": ">=0.10.0"
  3779. }
  3780. },
  3781. "node_modules/object-inspect": {
  3782. "version": "1.13.4",
  3783. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  3784. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  3785. "license": "MIT",
  3786. "engines": {
  3787. "node": ">= 0.4"
  3788. },
  3789. "funding": {
  3790. "url": "https://github.com/sponsors/ljharb"
  3791. }
  3792. },
  3793. "node_modules/object-keys": {
  3794. "version": "1.1.1",
  3795. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  3796. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  3797. "license": "MIT",
  3798. "engines": {
  3799. "node": ">= 0.4"
  3800. }
  3801. },
  3802. "node_modules/object.assign": {
  3803. "version": "4.1.7",
  3804. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
  3805. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  3806. "license": "MIT",
  3807. "dependencies": {
  3808. "call-bind": "^1.0.8",
  3809. "call-bound": "^1.0.3",
  3810. "define-properties": "^1.2.1",
  3811. "es-object-atoms": "^1.0.0",
  3812. "has-symbols": "^1.1.0",
  3813. "object-keys": "^1.1.1"
  3814. },
  3815. "engines": {
  3816. "node": ">= 0.4"
  3817. },
  3818. "funding": {
  3819. "url": "https://github.com/sponsors/ljharb"
  3820. }
  3821. },
  3822. "node_modules/object.entries": {
  3823. "version": "1.1.9",
  3824. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
  3825. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  3826. "license": "MIT",
  3827. "dependencies": {
  3828. "call-bind": "^1.0.8",
  3829. "call-bound": "^1.0.4",
  3830. "define-properties": "^1.2.1",
  3831. "es-object-atoms": "^1.1.1"
  3832. },
  3833. "engines": {
  3834. "node": ">= 0.4"
  3835. }
  3836. },
  3837. "node_modules/object.fromentries": {
  3838. "version": "2.0.8",
  3839. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  3840. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  3841. "license": "MIT",
  3842. "dependencies": {
  3843. "call-bind": "^1.0.7",
  3844. "define-properties": "^1.2.1",
  3845. "es-abstract": "^1.23.2",
  3846. "es-object-atoms": "^1.0.0"
  3847. },
  3848. "engines": {
  3849. "node": ">= 0.4"
  3850. },
  3851. "funding": {
  3852. "url": "https://github.com/sponsors/ljharb"
  3853. }
  3854. },
  3855. "node_modules/object.groupby": {
  3856. "version": "1.0.3",
  3857. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
  3858. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  3859. "license": "MIT",
  3860. "dependencies": {
  3861. "call-bind": "^1.0.7",
  3862. "define-properties": "^1.2.1",
  3863. "es-abstract": "^1.23.2"
  3864. },
  3865. "engines": {
  3866. "node": ">= 0.4"
  3867. }
  3868. },
  3869. "node_modules/object.values": {
  3870. "version": "1.2.1",
  3871. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
  3872. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  3873. "license": "MIT",
  3874. "dependencies": {
  3875. "call-bind": "^1.0.8",
  3876. "call-bound": "^1.0.3",
  3877. "define-properties": "^1.2.1",
  3878. "es-object-atoms": "^1.0.0"
  3879. },
  3880. "engines": {
  3881. "node": ">= 0.4"
  3882. },
  3883. "funding": {
  3884. "url": "https://github.com/sponsors/ljharb"
  3885. }
  3886. },
  3887. "node_modules/once": {
  3888. "version": "1.4.0",
  3889. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  3890. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  3891. "license": "ISC",
  3892. "dependencies": {
  3893. "wrappy": "1"
  3894. }
  3895. },
  3896. "node_modules/optionator": {
  3897. "version": "0.9.4",
  3898. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  3899. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  3900. "license": "MIT",
  3901. "dependencies": {
  3902. "deep-is": "^0.1.3",
  3903. "fast-levenshtein": "^2.0.6",
  3904. "levn": "^0.4.1",
  3905. "prelude-ls": "^1.2.1",
  3906. "type-check": "^0.4.0",
  3907. "word-wrap": "^1.2.5"
  3908. },
  3909. "engines": {
  3910. "node": ">= 0.8.0"
  3911. }
  3912. },
  3913. "node_modules/own-keys": {
  3914. "version": "1.0.1",
  3915. "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
  3916. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  3917. "license": "MIT",
  3918. "dependencies": {
  3919. "get-intrinsic": "^1.2.6",
  3920. "object-keys": "^1.1.1",
  3921. "safe-push-apply": "^1.0.0"
  3922. },
  3923. "engines": {
  3924. "node": ">= 0.4"
  3925. },
  3926. "funding": {
  3927. "url": "https://github.com/sponsors/ljharb"
  3928. }
  3929. },
  3930. "node_modules/p-limit": {
  3931. "version": "3.1.0",
  3932. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  3933. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  3934. "license": "MIT",
  3935. "dependencies": {
  3936. "yocto-queue": "^0.1.0"
  3937. },
  3938. "engines": {
  3939. "node": ">=10"
  3940. },
  3941. "funding": {
  3942. "url": "https://github.com/sponsors/sindresorhus"
  3943. }
  3944. },
  3945. "node_modules/p-locate": {
  3946. "version": "5.0.0",
  3947. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  3948. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  3949. "license": "MIT",
  3950. "dependencies": {
  3951. "p-limit": "^3.0.2"
  3952. },
  3953. "engines": {
  3954. "node": ">=10"
  3955. },
  3956. "funding": {
  3957. "url": "https://github.com/sponsors/sindresorhus"
  3958. }
  3959. },
  3960. "node_modules/p-try": {
  3961. "version": "2.2.0",
  3962. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  3963. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  3964. "license": "MIT",
  3965. "engines": {
  3966. "node": ">=6"
  3967. }
  3968. },
  3969. "node_modules/parent-module": {
  3970. "version": "1.0.1",
  3971. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  3972. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  3973. "dependencies": {
  3974. "callsites": "^3.0.0"
  3975. },
  3976. "engines": {
  3977. "node": ">=6"
  3978. }
  3979. },
  3980. "node_modules/parse-json": {
  3981. "version": "5.2.0",
  3982. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  3983. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  3984. "dev": true,
  3985. "license": "MIT",
  3986. "dependencies": {
  3987. "@babel/code-frame": "^7.0.0",
  3988. "error-ex": "^1.3.1",
  3989. "json-parse-even-better-errors": "^2.3.0",
  3990. "lines-and-columns": "^1.1.6"
  3991. },
  3992. "engines": {
  3993. "node": ">=8"
  3994. },
  3995. "funding": {
  3996. "url": "https://github.com/sponsors/sindresorhus"
  3997. }
  3998. },
  3999. "node_modules/path-exists": {
  4000. "version": "4.0.0",
  4001. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  4002. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  4003. "license": "MIT",
  4004. "engines": {
  4005. "node": ">=8"
  4006. }
  4007. },
  4008. "node_modules/path-is-absolute": {
  4009. "version": "1.0.1",
  4010. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  4011. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  4012. "license": "MIT",
  4013. "engines": {
  4014. "node": ">=0.10.0"
  4015. }
  4016. },
  4017. "node_modules/path-key": {
  4018. "version": "3.1.1",
  4019. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  4020. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  4021. "license": "MIT",
  4022. "engines": {
  4023. "node": ">=8"
  4024. }
  4025. },
  4026. "node_modules/path-parse": {
  4027. "version": "1.0.7",
  4028. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  4029. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  4030. "license": "MIT"
  4031. },
  4032. "node_modules/path-type": {
  4033. "version": "4.0.0",
  4034. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  4035. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  4036. "dev": true,
  4037. "engines": {
  4038. "node": ">=8"
  4039. }
  4040. },
  4041. "node_modules/pathe": {
  4042. "version": "2.0.3",
  4043. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  4044. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  4045. "license": "MIT"
  4046. },
  4047. "node_modules/picocolors": {
  4048. "version": "1.1.1",
  4049. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  4050. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  4051. "license": "ISC"
  4052. },
  4053. "node_modules/picocrank": {
  4054. "version": "1.9.0",
  4055. "resolved": "https://registry.npmjs.org/picocrank/-/picocrank-1.9.0.tgz",
  4056. "integrity": "sha512-51Ej4F0tgUp3JxywmiMW/IR6orTjs0aXsWMAbMHqYQNmFxmsR3SgQY7J9dhTCq27BMP43KGtGdx9dcItz23JkQ==",
  4057. "license": "ISC",
  4058. "dependencies": {
  4059. "@hugeicons/core-free-icons": "^2.0.0",
  4060. "@hugeicons/vue": "^1.0.3",
  4061. "@vitejs/plugin-vue": "^6.0.2",
  4062. "femtocrank": "^2.4.11",
  4063. "unplugin-vue-components": "^30.0.0",
  4064. "vite": "^7.2.4",
  4065. "vue": "^3.5.24",
  4066. "vue-router": "^4.6.3"
  4067. }
  4068. },
  4069. "node_modules/picomatch": {
  4070. "version": "2.3.1",
  4071. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  4072. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  4073. "dev": true,
  4074. "engines": {
  4075. "node": ">=8.6"
  4076. },
  4077. "funding": {
  4078. "url": "https://github.com/sponsors/jonschlinkert"
  4079. }
  4080. },
  4081. "node_modules/pify": {
  4082. "version": "4.0.1",
  4083. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  4084. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  4085. "license": "MIT",
  4086. "engines": {
  4087. "node": ">=6"
  4088. }
  4089. },
  4090. "node_modules/pkg-conf": {
  4091. "version": "3.1.0",
  4092. "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-3.1.0.tgz",
  4093. "integrity": "sha512-m0OTbR/5VPNPqO1ph6Fqbj7Hv6QU7gR/tQW40ZqrL1rjgCU85W6C1bJn0BItuJqnR98PWzw7Z8hHeChD1WrgdQ==",
  4094. "license": "MIT",
  4095. "dependencies": {
  4096. "find-up": "^3.0.0",
  4097. "load-json-file": "^5.2.0"
  4098. },
  4099. "engines": {
  4100. "node": ">=6"
  4101. }
  4102. },
  4103. "node_modules/pkg-conf/node_modules/find-up": {
  4104. "version": "3.0.0",
  4105. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  4106. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  4107. "license": "MIT",
  4108. "dependencies": {
  4109. "locate-path": "^3.0.0"
  4110. },
  4111. "engines": {
  4112. "node": ">=6"
  4113. }
  4114. },
  4115. "node_modules/pkg-conf/node_modules/locate-path": {
  4116. "version": "3.0.0",
  4117. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  4118. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  4119. "license": "MIT",
  4120. "dependencies": {
  4121. "p-locate": "^3.0.0",
  4122. "path-exists": "^3.0.0"
  4123. },
  4124. "engines": {
  4125. "node": ">=6"
  4126. }
  4127. },
  4128. "node_modules/pkg-conf/node_modules/p-limit": {
  4129. "version": "2.3.0",
  4130. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  4131. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  4132. "license": "MIT",
  4133. "dependencies": {
  4134. "p-try": "^2.0.0"
  4135. },
  4136. "engines": {
  4137. "node": ">=6"
  4138. },
  4139. "funding": {
  4140. "url": "https://github.com/sponsors/sindresorhus"
  4141. }
  4142. },
  4143. "node_modules/pkg-conf/node_modules/p-locate": {
  4144. "version": "3.0.0",
  4145. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  4146. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  4147. "license": "MIT",
  4148. "dependencies": {
  4149. "p-limit": "^2.0.0"
  4150. },
  4151. "engines": {
  4152. "node": ">=6"
  4153. }
  4154. },
  4155. "node_modules/pkg-conf/node_modules/path-exists": {
  4156. "version": "3.0.0",
  4157. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  4158. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  4159. "license": "MIT",
  4160. "engines": {
  4161. "node": ">=4"
  4162. }
  4163. },
  4164. "node_modules/pkg-types": {
  4165. "version": "2.3.0",
  4166. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  4167. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  4168. "license": "MIT",
  4169. "dependencies": {
  4170. "confbox": "^0.2.2",
  4171. "exsolve": "^1.0.7",
  4172. "pathe": "^2.0.3"
  4173. }
  4174. },
  4175. "node_modules/possible-typed-array-names": {
  4176. "version": "1.1.0",
  4177. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  4178. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  4179. "license": "MIT",
  4180. "engines": {
  4181. "node": ">= 0.4"
  4182. }
  4183. },
  4184. "node_modules/postcss": {
  4185. "version": "8.5.6",
  4186. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
  4187. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  4188. "funding": [
  4189. {
  4190. "type": "opencollective",
  4191. "url": "https://opencollective.com/postcss/"
  4192. },
  4193. {
  4194. "type": "tidelift",
  4195. "url": "https://tidelift.com/funding/github/npm/postcss"
  4196. },
  4197. {
  4198. "type": "github",
  4199. "url": "https://github.com/sponsors/ai"
  4200. }
  4201. ],
  4202. "license": "MIT",
  4203. "dependencies": {
  4204. "nanoid": "^3.3.11",
  4205. "picocolors": "^1.1.1",
  4206. "source-map-js": "^1.2.1"
  4207. },
  4208. "engines": {
  4209. "node": "^10 || ^12 || >=14"
  4210. }
  4211. },
  4212. "node_modules/postcss-resolve-nested-selector": {
  4213. "version": "0.1.6",
  4214. "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.6.tgz",
  4215. "integrity": "sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==",
  4216. "dev": true,
  4217. "license": "MIT"
  4218. },
  4219. "node_modules/postcss-safe-parser": {
  4220. "version": "7.0.1",
  4221. "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz",
  4222. "integrity": "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==",
  4223. "dev": true,
  4224. "funding": [
  4225. {
  4226. "type": "opencollective",
  4227. "url": "https://opencollective.com/postcss/"
  4228. },
  4229. {
  4230. "type": "tidelift",
  4231. "url": "https://tidelift.com/funding/github/npm/postcss-safe-parser"
  4232. },
  4233. {
  4234. "type": "github",
  4235. "url": "https://github.com/sponsors/ai"
  4236. }
  4237. ],
  4238. "license": "MIT",
  4239. "engines": {
  4240. "node": ">=18.0"
  4241. },
  4242. "peerDependencies": {
  4243. "postcss": "^8.4.31"
  4244. }
  4245. },
  4246. "node_modules/postcss-selector-parser": {
  4247. "version": "7.1.0",
  4248. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
  4249. "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
  4250. "dev": true,
  4251. "license": "MIT",
  4252. "dependencies": {
  4253. "cssesc": "^3.0.0",
  4254. "util-deprecate": "^1.0.2"
  4255. },
  4256. "engines": {
  4257. "node": ">=4"
  4258. }
  4259. },
  4260. "node_modules/postcss-value-parser": {
  4261. "version": "4.2.0",
  4262. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  4263. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  4264. "dev": true
  4265. },
  4266. "node_modules/prelude-ls": {
  4267. "version": "1.2.1",
  4268. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  4269. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  4270. "license": "MIT",
  4271. "engines": {
  4272. "node": ">= 0.8.0"
  4273. }
  4274. },
  4275. "node_modules/process": {
  4276. "version": "0.11.10",
  4277. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  4278. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  4279. "dev": true,
  4280. "engines": {
  4281. "node": ">= 0.6.0"
  4282. }
  4283. },
  4284. "node_modules/prop-types": {
  4285. "version": "15.8.1",
  4286. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  4287. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  4288. "license": "MIT",
  4289. "dependencies": {
  4290. "loose-envify": "^1.4.0",
  4291. "object-assign": "^4.1.1",
  4292. "react-is": "^16.13.1"
  4293. }
  4294. },
  4295. "node_modules/punycode": {
  4296. "version": "2.3.1",
  4297. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  4298. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  4299. "engines": {
  4300. "node": ">=6"
  4301. }
  4302. },
  4303. "node_modules/qified": {
  4304. "version": "0.5.2",
  4305. "resolved": "https://registry.npmjs.org/qified/-/qified-0.5.2.tgz",
  4306. "integrity": "sha512-7gJ6mxcQb9vUBOtbKm5mDevbe2uRcOEVp1g4gb/Q+oLntB3HY8eBhOYRxFI2mlDFlY1e4DOSCptzxarXRvzxCA==",
  4307. "dev": true,
  4308. "license": "MIT",
  4309. "dependencies": {
  4310. "hookified": "^1.13.0"
  4311. },
  4312. "engines": {
  4313. "node": ">=20"
  4314. }
  4315. },
  4316. "node_modules/quansync": {
  4317. "version": "0.2.11",
  4318. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  4319. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  4320. "funding": [
  4321. {
  4322. "type": "individual",
  4323. "url": "https://github.com/sponsors/antfu"
  4324. },
  4325. {
  4326. "type": "individual",
  4327. "url": "https://github.com/sponsors/sxzz"
  4328. }
  4329. ],
  4330. "license": "MIT"
  4331. },
  4332. "node_modules/queue-microtask": {
  4333. "version": "1.2.3",
  4334. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  4335. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  4336. "funding": [
  4337. {
  4338. "type": "github",
  4339. "url": "https://github.com/sponsors/feross"
  4340. },
  4341. {
  4342. "type": "patreon",
  4343. "url": "https://www.patreon.com/feross"
  4344. },
  4345. {
  4346. "type": "consulting",
  4347. "url": "https://feross.org/support"
  4348. }
  4349. ]
  4350. },
  4351. "node_modules/react-is": {
  4352. "version": "16.13.1",
  4353. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  4354. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  4355. "license": "MIT"
  4356. },
  4357. "node_modules/readdirp": {
  4358. "version": "4.1.2",
  4359. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  4360. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  4361. "license": "MIT",
  4362. "engines": {
  4363. "node": ">= 14.18.0"
  4364. },
  4365. "funding": {
  4366. "type": "individual",
  4367. "url": "https://paulmillr.com/funding/"
  4368. }
  4369. },
  4370. "node_modules/reflect.getprototypeof": {
  4371. "version": "1.0.10",
  4372. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  4373. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  4374. "license": "MIT",
  4375. "dependencies": {
  4376. "call-bind": "^1.0.8",
  4377. "define-properties": "^1.2.1",
  4378. "es-abstract": "^1.23.9",
  4379. "es-errors": "^1.3.0",
  4380. "es-object-atoms": "^1.0.0",
  4381. "get-intrinsic": "^1.2.7",
  4382. "get-proto": "^1.0.1",
  4383. "which-builtin-type": "^1.2.1"
  4384. },
  4385. "engines": {
  4386. "node": ">= 0.4"
  4387. },
  4388. "funding": {
  4389. "url": "https://github.com/sponsors/ljharb"
  4390. }
  4391. },
  4392. "node_modules/regexp.prototype.flags": {
  4393. "version": "1.5.4",
  4394. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  4395. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  4396. "license": "MIT",
  4397. "dependencies": {
  4398. "call-bind": "^1.0.8",
  4399. "define-properties": "^1.2.1",
  4400. "es-errors": "^1.3.0",
  4401. "get-proto": "^1.0.1",
  4402. "gopd": "^1.2.0",
  4403. "set-function-name": "^2.0.2"
  4404. },
  4405. "engines": {
  4406. "node": ">= 0.4"
  4407. },
  4408. "funding": {
  4409. "url": "https://github.com/sponsors/ljharb"
  4410. }
  4411. },
  4412. "node_modules/regexpp": {
  4413. "version": "3.2.0",
  4414. "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
  4415. "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
  4416. "license": "MIT",
  4417. "engines": {
  4418. "node": ">=8"
  4419. },
  4420. "funding": {
  4421. "url": "https://github.com/sponsors/mysticatea"
  4422. }
  4423. },
  4424. "node_modules/require-from-string": {
  4425. "version": "2.0.2",
  4426. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  4427. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  4428. "dev": true,
  4429. "engines": {
  4430. "node": ">=0.10.0"
  4431. }
  4432. },
  4433. "node_modules/resolve": {
  4434. "version": "1.22.11",
  4435. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  4436. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  4437. "license": "MIT",
  4438. "dependencies": {
  4439. "is-core-module": "^2.16.1",
  4440. "path-parse": "^1.0.7",
  4441. "supports-preserve-symlinks-flag": "^1.0.0"
  4442. },
  4443. "bin": {
  4444. "resolve": "bin/resolve"
  4445. },
  4446. "engines": {
  4447. "node": ">= 0.4"
  4448. },
  4449. "funding": {
  4450. "url": "https://github.com/sponsors/ljharb"
  4451. }
  4452. },
  4453. "node_modules/resolve-from": {
  4454. "version": "4.0.0",
  4455. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  4456. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  4457. "engines": {
  4458. "node": ">=4"
  4459. }
  4460. },
  4461. "node_modules/reusify": {
  4462. "version": "1.0.4",
  4463. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  4464. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  4465. "engines": {
  4466. "iojs": ">=1.0.0",
  4467. "node": ">=0.10.0"
  4468. }
  4469. },
  4470. "node_modules/rimraf": {
  4471. "version": "3.0.2",
  4472. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  4473. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  4474. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  4475. "license": "ISC",
  4476. "dependencies": {
  4477. "glob": "^7.1.3"
  4478. },
  4479. "bin": {
  4480. "rimraf": "bin.js"
  4481. },
  4482. "funding": {
  4483. "url": "https://github.com/sponsors/isaacs"
  4484. }
  4485. },
  4486. "node_modules/rollup": {
  4487. "version": "4.45.1",
  4488. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.45.1.tgz",
  4489. "integrity": "sha512-4iya7Jb76fVpQyLoiVpzUrsjQ12r3dM7fIVz+4NwoYvZOShknRmiv+iu9CClZml5ZLGb0XMcYLutK6w9tgxHDw==",
  4490. "license": "MIT",
  4491. "dependencies": {
  4492. "@types/estree": "1.0.8"
  4493. },
  4494. "bin": {
  4495. "rollup": "dist/bin/rollup"
  4496. },
  4497. "engines": {
  4498. "node": ">=18.0.0",
  4499. "npm": ">=8.0.0"
  4500. },
  4501. "optionalDependencies": {
  4502. "@rollup/rollup-android-arm-eabi": "4.45.1",
  4503. "@rollup/rollup-android-arm64": "4.45.1",
  4504. "@rollup/rollup-darwin-arm64": "4.45.1",
  4505. "@rollup/rollup-darwin-x64": "4.45.1",
  4506. "@rollup/rollup-freebsd-arm64": "4.45.1",
  4507. "@rollup/rollup-freebsd-x64": "4.45.1",
  4508. "@rollup/rollup-linux-arm-gnueabihf": "4.45.1",
  4509. "@rollup/rollup-linux-arm-musleabihf": "4.45.1",
  4510. "@rollup/rollup-linux-arm64-gnu": "4.45.1",
  4511. "@rollup/rollup-linux-arm64-musl": "4.45.1",
  4512. "@rollup/rollup-linux-loongarch64-gnu": "4.45.1",
  4513. "@rollup/rollup-linux-powerpc64le-gnu": "4.45.1",
  4514. "@rollup/rollup-linux-riscv64-gnu": "4.45.1",
  4515. "@rollup/rollup-linux-riscv64-musl": "4.45.1",
  4516. "@rollup/rollup-linux-s390x-gnu": "4.45.1",
  4517. "@rollup/rollup-linux-x64-gnu": "4.45.1",
  4518. "@rollup/rollup-linux-x64-musl": "4.45.1",
  4519. "@rollup/rollup-win32-arm64-msvc": "4.45.1",
  4520. "@rollup/rollup-win32-ia32-msvc": "4.45.1",
  4521. "@rollup/rollup-win32-x64-msvc": "4.45.1",
  4522. "fsevents": "~2.3.2"
  4523. }
  4524. },
  4525. "node_modules/run-parallel": {
  4526. "version": "1.2.0",
  4527. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  4528. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  4529. "funding": [
  4530. {
  4531. "type": "github",
  4532. "url": "https://github.com/sponsors/feross"
  4533. },
  4534. {
  4535. "type": "patreon",
  4536. "url": "https://www.patreon.com/feross"
  4537. },
  4538. {
  4539. "type": "consulting",
  4540. "url": "https://feross.org/support"
  4541. }
  4542. ],
  4543. "dependencies": {
  4544. "queue-microtask": "^1.2.2"
  4545. }
  4546. },
  4547. "node_modules/safe-array-concat": {
  4548. "version": "1.1.3",
  4549. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  4550. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  4551. "license": "MIT",
  4552. "dependencies": {
  4553. "call-bind": "^1.0.8",
  4554. "call-bound": "^1.0.2",
  4555. "get-intrinsic": "^1.2.6",
  4556. "has-symbols": "^1.1.0",
  4557. "isarray": "^2.0.5"
  4558. },
  4559. "engines": {
  4560. "node": ">=0.4"
  4561. },
  4562. "funding": {
  4563. "url": "https://github.com/sponsors/ljharb"
  4564. }
  4565. },
  4566. "node_modules/safe-push-apply": {
  4567. "version": "1.0.0",
  4568. "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  4569. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  4570. "license": "MIT",
  4571. "dependencies": {
  4572. "es-errors": "^1.3.0",
  4573. "isarray": "^2.0.5"
  4574. },
  4575. "engines": {
  4576. "node": ">= 0.4"
  4577. },
  4578. "funding": {
  4579. "url": "https://github.com/sponsors/ljharb"
  4580. }
  4581. },
  4582. "node_modules/safe-regex-test": {
  4583. "version": "1.1.0",
  4584. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  4585. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  4586. "license": "MIT",
  4587. "dependencies": {
  4588. "call-bound": "^1.0.2",
  4589. "es-errors": "^1.3.0",
  4590. "is-regex": "^1.2.1"
  4591. },
  4592. "engines": {
  4593. "node": ">= 0.4"
  4594. },
  4595. "funding": {
  4596. "url": "https://github.com/sponsors/ljharb"
  4597. }
  4598. },
  4599. "node_modules/semver": {
  4600. "version": "6.3.1",
  4601. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  4602. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  4603. "license": "ISC",
  4604. "bin": {
  4605. "semver": "bin/semver.js"
  4606. }
  4607. },
  4608. "node_modules/set-function-length": {
  4609. "version": "1.2.2",
  4610. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  4611. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  4612. "license": "MIT",
  4613. "dependencies": {
  4614. "define-data-property": "^1.1.4",
  4615. "es-errors": "^1.3.0",
  4616. "function-bind": "^1.1.2",
  4617. "get-intrinsic": "^1.2.4",
  4618. "gopd": "^1.0.1",
  4619. "has-property-descriptors": "^1.0.2"
  4620. },
  4621. "engines": {
  4622. "node": ">= 0.4"
  4623. }
  4624. },
  4625. "node_modules/set-function-name": {
  4626. "version": "2.0.2",
  4627. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  4628. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  4629. "license": "MIT",
  4630. "dependencies": {
  4631. "define-data-property": "^1.1.4",
  4632. "es-errors": "^1.3.0",
  4633. "functions-have-names": "^1.2.3",
  4634. "has-property-descriptors": "^1.0.2"
  4635. },
  4636. "engines": {
  4637. "node": ">= 0.4"
  4638. }
  4639. },
  4640. "node_modules/set-proto": {
  4641. "version": "1.0.0",
  4642. "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
  4643. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  4644. "license": "MIT",
  4645. "dependencies": {
  4646. "dunder-proto": "^1.0.1",
  4647. "es-errors": "^1.3.0",
  4648. "es-object-atoms": "^1.0.0"
  4649. },
  4650. "engines": {
  4651. "node": ">= 0.4"
  4652. }
  4653. },
  4654. "node_modules/shebang-command": {
  4655. "version": "2.0.0",
  4656. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  4657. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  4658. "license": "MIT",
  4659. "dependencies": {
  4660. "shebang-regex": "^3.0.0"
  4661. },
  4662. "engines": {
  4663. "node": ">=8"
  4664. }
  4665. },
  4666. "node_modules/shebang-regex": {
  4667. "version": "3.0.0",
  4668. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  4669. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  4670. "license": "MIT",
  4671. "engines": {
  4672. "node": ">=8"
  4673. }
  4674. },
  4675. "node_modules/side-channel": {
  4676. "version": "1.1.0",
  4677. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  4678. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  4679. "license": "MIT",
  4680. "dependencies": {
  4681. "es-errors": "^1.3.0",
  4682. "object-inspect": "^1.13.3",
  4683. "side-channel-list": "^1.0.0",
  4684. "side-channel-map": "^1.0.1",
  4685. "side-channel-weakmap": "^1.0.2"
  4686. },
  4687. "engines": {
  4688. "node": ">= 0.4"
  4689. },
  4690. "funding": {
  4691. "url": "https://github.com/sponsors/ljharb"
  4692. }
  4693. },
  4694. "node_modules/side-channel-list": {
  4695. "version": "1.0.0",
  4696. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
  4697. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  4698. "license": "MIT",
  4699. "dependencies": {
  4700. "es-errors": "^1.3.0",
  4701. "object-inspect": "^1.13.3"
  4702. },
  4703. "engines": {
  4704. "node": ">= 0.4"
  4705. },
  4706. "funding": {
  4707. "url": "https://github.com/sponsors/ljharb"
  4708. }
  4709. },
  4710. "node_modules/side-channel-map": {
  4711. "version": "1.0.1",
  4712. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  4713. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  4714. "license": "MIT",
  4715. "dependencies": {
  4716. "call-bound": "^1.0.2",
  4717. "es-errors": "^1.3.0",
  4718. "get-intrinsic": "^1.2.5",
  4719. "object-inspect": "^1.13.3"
  4720. },
  4721. "engines": {
  4722. "node": ">= 0.4"
  4723. },
  4724. "funding": {
  4725. "url": "https://github.com/sponsors/ljharb"
  4726. }
  4727. },
  4728. "node_modules/side-channel-weakmap": {
  4729. "version": "1.0.2",
  4730. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  4731. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  4732. "license": "MIT",
  4733. "dependencies": {
  4734. "call-bound": "^1.0.2",
  4735. "es-errors": "^1.3.0",
  4736. "get-intrinsic": "^1.2.5",
  4737. "object-inspect": "^1.13.3",
  4738. "side-channel-map": "^1.0.1"
  4739. },
  4740. "engines": {
  4741. "node": ">= 0.4"
  4742. },
  4743. "funding": {
  4744. "url": "https://github.com/sponsors/ljharb"
  4745. }
  4746. },
  4747. "node_modules/signal-exit": {
  4748. "version": "4.1.0",
  4749. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  4750. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  4751. "dev": true,
  4752. "engines": {
  4753. "node": ">=14"
  4754. },
  4755. "funding": {
  4756. "url": "https://github.com/sponsors/isaacs"
  4757. }
  4758. },
  4759. "node_modules/slash": {
  4760. "version": "3.0.0",
  4761. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  4762. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  4763. "dev": true,
  4764. "engines": {
  4765. "node": ">=8"
  4766. }
  4767. },
  4768. "node_modules/slice-ansi": {
  4769. "version": "4.0.0",
  4770. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
  4771. "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
  4772. "dev": true,
  4773. "dependencies": {
  4774. "ansi-styles": "^4.0.0",
  4775. "astral-regex": "^2.0.0",
  4776. "is-fullwidth-code-point": "^3.0.0"
  4777. },
  4778. "engines": {
  4779. "node": ">=10"
  4780. },
  4781. "funding": {
  4782. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  4783. }
  4784. },
  4785. "node_modules/source-map-js": {
  4786. "version": "1.2.1",
  4787. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  4788. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  4789. "license": "BSD-3-Clause",
  4790. "engines": {
  4791. "node": ">=0.10.0"
  4792. }
  4793. },
  4794. "node_modules/standard": {
  4795. "version": "17.1.2",
  4796. "resolved": "https://registry.npmjs.org/standard/-/standard-17.1.2.tgz",
  4797. "integrity": "sha512-WLm12WoXveKkvnPnPnaFUUHuOB2cUdAsJ4AiGHL2G0UNMrcRAWY2WriQaV8IQ3oRmYr0AWUbLNr94ekYFAHOrA==",
  4798. "funding": [
  4799. {
  4800. "type": "github",
  4801. "url": "https://github.com/sponsors/feross"
  4802. },
  4803. {
  4804. "type": "patreon",
  4805. "url": "https://www.patreon.com/feross"
  4806. },
  4807. {
  4808. "type": "consulting",
  4809. "url": "https://feross.org/support"
  4810. }
  4811. ],
  4812. "license": "MIT",
  4813. "dependencies": {
  4814. "eslint": "^8.41.0",
  4815. "eslint-config-standard": "17.1.0",
  4816. "eslint-config-standard-jsx": "^11.0.0",
  4817. "eslint-plugin-import": "^2.27.5",
  4818. "eslint-plugin-n": "^15.7.0",
  4819. "eslint-plugin-promise": "^6.1.1",
  4820. "eslint-plugin-react": "^7.36.1",
  4821. "standard-engine": "^15.1.0",
  4822. "version-guard": "^1.1.1"
  4823. },
  4824. "bin": {
  4825. "standard": "bin/cmd.cjs"
  4826. },
  4827. "engines": {
  4828. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4829. }
  4830. },
  4831. "node_modules/standard-engine": {
  4832. "version": "15.1.0",
  4833. "resolved": "https://registry.npmjs.org/standard-engine/-/standard-engine-15.1.0.tgz",
  4834. "integrity": "sha512-VHysfoyxFu/ukT+9v49d4BRXIokFRZuH3z1VRxzFArZdjSCFpro6rEIU3ji7e4AoAtuSfKBkiOmsrDqKW5ZSRw==",
  4835. "funding": [
  4836. {
  4837. "type": "github",
  4838. "url": "https://github.com/sponsors/feross"
  4839. },
  4840. {
  4841. "type": "patreon",
  4842. "url": "https://www.patreon.com/feross"
  4843. },
  4844. {
  4845. "type": "consulting",
  4846. "url": "https://feross.org/support"
  4847. }
  4848. ],
  4849. "license": "MIT",
  4850. "dependencies": {
  4851. "get-stdin": "^8.0.0",
  4852. "minimist": "^1.2.6",
  4853. "pkg-conf": "^3.1.0",
  4854. "xdg-basedir": "^4.0.0"
  4855. },
  4856. "engines": {
  4857. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4858. }
  4859. },
  4860. "node_modules/stop-iteration-iterator": {
  4861. "version": "1.1.0",
  4862. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  4863. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  4864. "license": "MIT",
  4865. "dependencies": {
  4866. "es-errors": "^1.3.0",
  4867. "internal-slot": "^1.1.0"
  4868. },
  4869. "engines": {
  4870. "node": ">= 0.4"
  4871. }
  4872. },
  4873. "node_modules/string-width": {
  4874. "version": "4.2.3",
  4875. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  4876. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  4877. "dev": true,
  4878. "dependencies": {
  4879. "emoji-regex": "^8.0.0",
  4880. "is-fullwidth-code-point": "^3.0.0",
  4881. "strip-ansi": "^6.0.1"
  4882. },
  4883. "engines": {
  4884. "node": ">=8"
  4885. }
  4886. },
  4887. "node_modules/string.prototype.matchall": {
  4888. "version": "4.0.12",
  4889. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  4890. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  4891. "license": "MIT",
  4892. "dependencies": {
  4893. "call-bind": "^1.0.8",
  4894. "call-bound": "^1.0.3",
  4895. "define-properties": "^1.2.1",
  4896. "es-abstract": "^1.23.6",
  4897. "es-errors": "^1.3.0",
  4898. "es-object-atoms": "^1.0.0",
  4899. "get-intrinsic": "^1.2.6",
  4900. "gopd": "^1.2.0",
  4901. "has-symbols": "^1.1.0",
  4902. "internal-slot": "^1.1.0",
  4903. "regexp.prototype.flags": "^1.5.3",
  4904. "set-function-name": "^2.0.2",
  4905. "side-channel": "^1.1.0"
  4906. },
  4907. "engines": {
  4908. "node": ">= 0.4"
  4909. },
  4910. "funding": {
  4911. "url": "https://github.com/sponsors/ljharb"
  4912. }
  4913. },
  4914. "node_modules/string.prototype.repeat": {
  4915. "version": "1.0.0",
  4916. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  4917. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  4918. "license": "MIT",
  4919. "dependencies": {
  4920. "define-properties": "^1.1.3",
  4921. "es-abstract": "^1.17.5"
  4922. }
  4923. },
  4924. "node_modules/string.prototype.trim": {
  4925. "version": "1.2.10",
  4926. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  4927. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  4928. "license": "MIT",
  4929. "dependencies": {
  4930. "call-bind": "^1.0.8",
  4931. "call-bound": "^1.0.2",
  4932. "define-data-property": "^1.1.4",
  4933. "define-properties": "^1.2.1",
  4934. "es-abstract": "^1.23.5",
  4935. "es-object-atoms": "^1.0.0",
  4936. "has-property-descriptors": "^1.0.2"
  4937. },
  4938. "engines": {
  4939. "node": ">= 0.4"
  4940. },
  4941. "funding": {
  4942. "url": "https://github.com/sponsors/ljharb"
  4943. }
  4944. },
  4945. "node_modules/string.prototype.trimend": {
  4946. "version": "1.0.9",
  4947. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  4948. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  4949. "license": "MIT",
  4950. "dependencies": {
  4951. "call-bind": "^1.0.8",
  4952. "call-bound": "^1.0.2",
  4953. "define-properties": "^1.2.1",
  4954. "es-object-atoms": "^1.0.0"
  4955. },
  4956. "engines": {
  4957. "node": ">= 0.4"
  4958. },
  4959. "funding": {
  4960. "url": "https://github.com/sponsors/ljharb"
  4961. }
  4962. },
  4963. "node_modules/string.prototype.trimstart": {
  4964. "version": "1.0.8",
  4965. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  4966. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  4967. "license": "MIT",
  4968. "dependencies": {
  4969. "call-bind": "^1.0.7",
  4970. "define-properties": "^1.2.1",
  4971. "es-object-atoms": "^1.0.0"
  4972. },
  4973. "engines": {
  4974. "node": ">= 0.4"
  4975. },
  4976. "funding": {
  4977. "url": "https://github.com/sponsors/ljharb"
  4978. }
  4979. },
  4980. "node_modules/strip-ansi": {
  4981. "version": "6.0.1",
  4982. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  4983. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  4984. "dependencies": {
  4985. "ansi-regex": "^5.0.1"
  4986. },
  4987. "engines": {
  4988. "node": ">=8"
  4989. }
  4990. },
  4991. "node_modules/strip-bom": {
  4992. "version": "3.0.0",
  4993. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  4994. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  4995. "license": "MIT",
  4996. "engines": {
  4997. "node": ">=4"
  4998. }
  4999. },
  5000. "node_modules/strip-json-comments": {
  5001. "version": "3.1.1",
  5002. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  5003. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  5004. "license": "MIT",
  5005. "engines": {
  5006. "node": ">=8"
  5007. },
  5008. "funding": {
  5009. "url": "https://github.com/sponsors/sindresorhus"
  5010. }
  5011. },
  5012. "node_modules/stylelint": {
  5013. "version": "16.26.1",
  5014. "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.26.1.tgz",
  5015. "integrity": "sha512-v20V59/crfc8sVTAtge0mdafI3AdnzQ2KsWe6v523L4OA1bJO02S7MO2oyXDCS6iWb9ckIPnqAFVItqSBQr7jw==",
  5016. "dev": true,
  5017. "funding": [
  5018. {
  5019. "type": "opencollective",
  5020. "url": "https://opencollective.com/stylelint"
  5021. },
  5022. {
  5023. "type": "github",
  5024. "url": "https://github.com/sponsors/stylelint"
  5025. }
  5026. ],
  5027. "license": "MIT",
  5028. "dependencies": {
  5029. "@csstools/css-parser-algorithms": "^3.0.5",
  5030. "@csstools/css-syntax-patches-for-csstree": "^1.0.19",
  5031. "@csstools/css-tokenizer": "^3.0.4",
  5032. "@csstools/media-query-list-parser": "^4.0.3",
  5033. "@csstools/selector-specificity": "^5.0.0",
  5034. "@dual-bundle/import-meta-resolve": "^4.2.1",
  5035. "balanced-match": "^2.0.0",
  5036. "colord": "^2.9.3",
  5037. "cosmiconfig": "^9.0.0",
  5038. "css-functions-list": "^3.2.3",
  5039. "css-tree": "^3.1.0",
  5040. "debug": "^4.4.3",
  5041. "fast-glob": "^3.3.3",
  5042. "fastest-levenshtein": "^1.0.16",
  5043. "file-entry-cache": "^11.1.1",
  5044. "global-modules": "^2.0.0",
  5045. "globby": "^11.1.0",
  5046. "globjoin": "^0.1.4",
  5047. "html-tags": "^3.3.1",
  5048. "ignore": "^7.0.5",
  5049. "imurmurhash": "^0.1.4",
  5050. "is-plain-object": "^5.0.0",
  5051. "known-css-properties": "^0.37.0",
  5052. "mathml-tag-names": "^2.1.3",
  5053. "meow": "^13.2.0",
  5054. "micromatch": "^4.0.8",
  5055. "normalize-path": "^3.0.0",
  5056. "picocolors": "^1.1.1",
  5057. "postcss": "^8.5.6",
  5058. "postcss-resolve-nested-selector": "^0.1.6",
  5059. "postcss-safe-parser": "^7.0.1",
  5060. "postcss-selector-parser": "^7.1.0",
  5061. "postcss-value-parser": "^4.2.0",
  5062. "resolve-from": "^5.0.0",
  5063. "string-width": "^4.2.3",
  5064. "supports-hyperlinks": "^3.2.0",
  5065. "svg-tags": "^1.0.0",
  5066. "table": "^6.9.0",
  5067. "write-file-atomic": "^5.0.1"
  5068. },
  5069. "bin": {
  5070. "stylelint": "bin/stylelint.mjs"
  5071. },
  5072. "engines": {
  5073. "node": ">=18.12.0"
  5074. }
  5075. },
  5076. "node_modules/stylelint-config-recommended": {
  5077. "version": "17.0.0",
  5078. "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-17.0.0.tgz",
  5079. "integrity": "sha512-WaMSdEiPfZTSFVoYmJbxorJfA610O0tlYuU2aEwY33UQhSPgFbClrVJYWvy3jGJx+XW37O+LyNLiZOEXhKhJmA==",
  5080. "dev": true,
  5081. "funding": [
  5082. {
  5083. "type": "opencollective",
  5084. "url": "https://opencollective.com/stylelint"
  5085. },
  5086. {
  5087. "type": "github",
  5088. "url": "https://github.com/sponsors/stylelint"
  5089. }
  5090. ],
  5091. "license": "MIT",
  5092. "engines": {
  5093. "node": ">=18.12.0"
  5094. },
  5095. "peerDependencies": {
  5096. "stylelint": "^16.23.0"
  5097. }
  5098. },
  5099. "node_modules/stylelint-config-standard": {
  5100. "version": "39.0.1",
  5101. "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-39.0.1.tgz",
  5102. "integrity": "sha512-b7Fja59EYHRNOTa3aXiuWnhUWXFU2Nfg6h61bLfAb5GS5fX3LMUD0U5t4S8N/4tpHQg3Acs2UVPR9jy2l1g/3A==",
  5103. "dev": true,
  5104. "funding": [
  5105. {
  5106. "type": "opencollective",
  5107. "url": "https://opencollective.com/stylelint"
  5108. },
  5109. {
  5110. "type": "github",
  5111. "url": "https://github.com/sponsors/stylelint"
  5112. }
  5113. ],
  5114. "license": "MIT",
  5115. "dependencies": {
  5116. "stylelint-config-recommended": "^17.0.0"
  5117. },
  5118. "engines": {
  5119. "node": ">=18.12.0"
  5120. },
  5121. "peerDependencies": {
  5122. "stylelint": "^16.23.0"
  5123. }
  5124. },
  5125. "node_modules/stylelint/node_modules/balanced-match": {
  5126. "version": "2.0.0",
  5127. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",
  5128. "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==",
  5129. "dev": true
  5130. },
  5131. "node_modules/stylelint/node_modules/file-entry-cache": {
  5132. "version": "11.1.1",
  5133. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-11.1.1.tgz",
  5134. "integrity": "sha512-TPVFSDE7q91Dlk1xpFLvFllf8r0HyOMOlnWy7Z2HBku5H3KhIeOGInexrIeg2D64DosVB/JXkrrk6N/7Wriq4A==",
  5135. "dev": true,
  5136. "license": "MIT",
  5137. "dependencies": {
  5138. "flat-cache": "^6.1.19"
  5139. }
  5140. },
  5141. "node_modules/stylelint/node_modules/flat-cache": {
  5142. "version": "6.1.19",
  5143. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.19.tgz",
  5144. "integrity": "sha512-l/K33newPTZMTGAnnzaiqSl6NnH7Namh8jBNjrgjprWxGmZUuxx/sJNIRaijOh3n7q7ESbhNZC+pvVZMFdeU4A==",
  5145. "dev": true,
  5146. "license": "MIT",
  5147. "dependencies": {
  5148. "cacheable": "^2.2.0",
  5149. "flatted": "^3.3.3",
  5150. "hookified": "^1.13.0"
  5151. }
  5152. },
  5153. "node_modules/stylelint/node_modules/ignore": {
  5154. "version": "7.0.5",
  5155. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  5156. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  5157. "dev": true,
  5158. "license": "MIT",
  5159. "engines": {
  5160. "node": ">= 4"
  5161. }
  5162. },
  5163. "node_modules/stylelint/node_modules/resolve-from": {
  5164. "version": "5.0.0",
  5165. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  5166. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  5167. "dev": true,
  5168. "engines": {
  5169. "node": ">=8"
  5170. }
  5171. },
  5172. "node_modules/supports-color": {
  5173. "version": "7.2.0",
  5174. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5175. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5176. "dependencies": {
  5177. "has-flag": "^4.0.0"
  5178. },
  5179. "engines": {
  5180. "node": ">=8"
  5181. }
  5182. },
  5183. "node_modules/supports-hyperlinks": {
  5184. "version": "3.2.0",
  5185. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.2.0.tgz",
  5186. "integrity": "sha512-zFObLMyZeEwzAoKCyu1B91U79K2t7ApXuQfo8OuxwXLDgcKxuwM+YvcbIhm6QWqz7mHUH1TVytR1PwVVjEuMig==",
  5187. "dev": true,
  5188. "license": "MIT",
  5189. "dependencies": {
  5190. "has-flag": "^4.0.0",
  5191. "supports-color": "^7.0.0"
  5192. },
  5193. "engines": {
  5194. "node": ">=14.18"
  5195. },
  5196. "funding": {
  5197. "url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
  5198. }
  5199. },
  5200. "node_modules/supports-preserve-symlinks-flag": {
  5201. "version": "1.0.0",
  5202. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  5203. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  5204. "license": "MIT",
  5205. "engines": {
  5206. "node": ">= 0.4"
  5207. },
  5208. "funding": {
  5209. "url": "https://github.com/sponsors/ljharb"
  5210. }
  5211. },
  5212. "node_modules/svg-tags": {
  5213. "version": "1.0.0",
  5214. "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  5215. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
  5216. "dev": true
  5217. },
  5218. "node_modules/table": {
  5219. "version": "6.9.0",
  5220. "resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz",
  5221. "integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==",
  5222. "dev": true,
  5223. "license": "BSD-3-Clause",
  5224. "dependencies": {
  5225. "ajv": "^8.0.1",
  5226. "lodash.truncate": "^4.4.2",
  5227. "slice-ansi": "^4.0.0",
  5228. "string-width": "^4.2.3",
  5229. "strip-ansi": "^6.0.1"
  5230. },
  5231. "engines": {
  5232. "node": ">=10.0.0"
  5233. }
  5234. },
  5235. "node_modules/table/node_modules/ajv": {
  5236. "version": "8.14.0",
  5237. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.14.0.tgz",
  5238. "integrity": "sha512-oYs1UUtO97ZO2lJ4bwnWeQW8/zvOIQLGKcvPTsWmvc2SYgBb+upuNS5NxoLaMU4h8Ju3Nbj6Cq8mD2LQoqVKFA==",
  5239. "dev": true,
  5240. "dependencies": {
  5241. "fast-deep-equal": "^3.1.3",
  5242. "json-schema-traverse": "^1.0.0",
  5243. "require-from-string": "^2.0.2",
  5244. "uri-js": "^4.4.1"
  5245. },
  5246. "funding": {
  5247. "type": "github",
  5248. "url": "https://github.com/sponsors/epoberezkin"
  5249. }
  5250. },
  5251. "node_modules/table/node_modules/json-schema-traverse": {
  5252. "version": "1.0.0",
  5253. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  5254. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  5255. "dev": true
  5256. },
  5257. "node_modules/text-table": {
  5258. "version": "0.2.0",
  5259. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  5260. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  5261. "license": "MIT"
  5262. },
  5263. "node_modules/tinyglobby": {
  5264. "version": "0.2.15",
  5265. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
  5266. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  5267. "license": "MIT",
  5268. "dependencies": {
  5269. "fdir": "^6.5.0",
  5270. "picomatch": "^4.0.3"
  5271. },
  5272. "engines": {
  5273. "node": ">=12.0.0"
  5274. },
  5275. "funding": {
  5276. "url": "https://github.com/sponsors/SuperchupuDev"
  5277. }
  5278. },
  5279. "node_modules/tinyglobby/node_modules/fdir": {
  5280. "version": "6.5.0",
  5281. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  5282. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  5283. "license": "MIT",
  5284. "engines": {
  5285. "node": ">=12.0.0"
  5286. },
  5287. "peerDependencies": {
  5288. "picomatch": "^3 || ^4"
  5289. },
  5290. "peerDependenciesMeta": {
  5291. "picomatch": {
  5292. "optional": true
  5293. }
  5294. }
  5295. },
  5296. "node_modules/tinyglobby/node_modules/picomatch": {
  5297. "version": "4.0.3",
  5298. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  5299. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  5300. "license": "MIT",
  5301. "engines": {
  5302. "node": ">=12"
  5303. },
  5304. "funding": {
  5305. "url": "https://github.com/sponsors/jonschlinkert"
  5306. }
  5307. },
  5308. "node_modules/to-regex-range": {
  5309. "version": "5.0.1",
  5310. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  5311. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  5312. "dev": true,
  5313. "dependencies": {
  5314. "is-number": "^7.0.0"
  5315. },
  5316. "engines": {
  5317. "node": ">=8.0"
  5318. }
  5319. },
  5320. "node_modules/tsconfig-paths": {
  5321. "version": "3.15.0",
  5322. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  5323. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  5324. "license": "MIT",
  5325. "dependencies": {
  5326. "@types/json5": "^0.0.29",
  5327. "json5": "^1.0.2",
  5328. "minimist": "^1.2.6",
  5329. "strip-bom": "^3.0.0"
  5330. }
  5331. },
  5332. "node_modules/type-check": {
  5333. "version": "0.4.0",
  5334. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  5335. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  5336. "license": "MIT",
  5337. "dependencies": {
  5338. "prelude-ls": "^1.2.1"
  5339. },
  5340. "engines": {
  5341. "node": ">= 0.8.0"
  5342. }
  5343. },
  5344. "node_modules/type-fest": {
  5345. "version": "0.20.2",
  5346. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  5347. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  5348. "license": "(MIT OR CC0-1.0)",
  5349. "engines": {
  5350. "node": ">=10"
  5351. },
  5352. "funding": {
  5353. "url": "https://github.com/sponsors/sindresorhus"
  5354. }
  5355. },
  5356. "node_modules/typed-array-buffer": {
  5357. "version": "1.0.3",
  5358. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  5359. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  5360. "license": "MIT",
  5361. "dependencies": {
  5362. "call-bound": "^1.0.3",
  5363. "es-errors": "^1.3.0",
  5364. "is-typed-array": "^1.1.14"
  5365. },
  5366. "engines": {
  5367. "node": ">= 0.4"
  5368. }
  5369. },
  5370. "node_modules/typed-array-byte-length": {
  5371. "version": "1.0.3",
  5372. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  5373. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  5374. "license": "MIT",
  5375. "dependencies": {
  5376. "call-bind": "^1.0.8",
  5377. "for-each": "^0.3.3",
  5378. "gopd": "^1.2.0",
  5379. "has-proto": "^1.2.0",
  5380. "is-typed-array": "^1.1.14"
  5381. },
  5382. "engines": {
  5383. "node": ">= 0.4"
  5384. },
  5385. "funding": {
  5386. "url": "https://github.com/sponsors/ljharb"
  5387. }
  5388. },
  5389. "node_modules/typed-array-byte-offset": {
  5390. "version": "1.0.4",
  5391. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  5392. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  5393. "license": "MIT",
  5394. "dependencies": {
  5395. "available-typed-arrays": "^1.0.7",
  5396. "call-bind": "^1.0.8",
  5397. "for-each": "^0.3.3",
  5398. "gopd": "^1.2.0",
  5399. "has-proto": "^1.2.0",
  5400. "is-typed-array": "^1.1.15",
  5401. "reflect.getprototypeof": "^1.0.9"
  5402. },
  5403. "engines": {
  5404. "node": ">= 0.4"
  5405. },
  5406. "funding": {
  5407. "url": "https://github.com/sponsors/ljharb"
  5408. }
  5409. },
  5410. "node_modules/typed-array-length": {
  5411. "version": "1.0.7",
  5412. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
  5413. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  5414. "license": "MIT",
  5415. "dependencies": {
  5416. "call-bind": "^1.0.7",
  5417. "for-each": "^0.3.3",
  5418. "gopd": "^1.0.1",
  5419. "is-typed-array": "^1.1.13",
  5420. "possible-typed-array-names": "^1.0.0",
  5421. "reflect.getprototypeof": "^1.0.6"
  5422. },
  5423. "engines": {
  5424. "node": ">= 0.4"
  5425. },
  5426. "funding": {
  5427. "url": "https://github.com/sponsors/ljharb"
  5428. }
  5429. },
  5430. "node_modules/ufo": {
  5431. "version": "1.6.1",
  5432. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz",
  5433. "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
  5434. "license": "MIT"
  5435. },
  5436. "node_modules/unbox-primitive": {
  5437. "version": "1.1.0",
  5438. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  5439. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  5440. "license": "MIT",
  5441. "dependencies": {
  5442. "call-bound": "^1.0.3",
  5443. "has-bigints": "^1.0.2",
  5444. "has-symbols": "^1.1.0",
  5445. "which-boxed-primitive": "^1.1.1"
  5446. },
  5447. "engines": {
  5448. "node": ">= 0.4"
  5449. },
  5450. "funding": {
  5451. "url": "https://github.com/sponsors/ljharb"
  5452. }
  5453. },
  5454. "node_modules/unplugin": {
  5455. "version": "2.3.10",
  5456. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.10.tgz",
  5457. "integrity": "sha512-6NCPkv1ClwH+/BGE9QeoTIl09nuiAt0gS28nn1PvYXsGKRwM2TCbFA2QiilmehPDTXIe684k4rZI1yl3A1PCUw==",
  5458. "license": "MIT",
  5459. "dependencies": {
  5460. "@jridgewell/remapping": "^2.3.5",
  5461. "acorn": "^8.15.0",
  5462. "picomatch": "^4.0.3",
  5463. "webpack-virtual-modules": "^0.6.2"
  5464. },
  5465. "engines": {
  5466. "node": ">=18.12.0"
  5467. }
  5468. },
  5469. "node_modules/unplugin-utils": {
  5470. "version": "0.3.1",
  5471. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  5472. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  5473. "license": "MIT",
  5474. "dependencies": {
  5475. "pathe": "^2.0.3",
  5476. "picomatch": "^4.0.3"
  5477. },
  5478. "engines": {
  5479. "node": ">=20.19.0"
  5480. },
  5481. "funding": {
  5482. "url": "https://github.com/sponsors/sxzz"
  5483. }
  5484. },
  5485. "node_modules/unplugin-utils/node_modules/picomatch": {
  5486. "version": "4.0.3",
  5487. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  5488. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  5489. "license": "MIT",
  5490. "engines": {
  5491. "node": ">=12"
  5492. },
  5493. "funding": {
  5494. "url": "https://github.com/sponsors/jonschlinkert"
  5495. }
  5496. },
  5497. "node_modules/unplugin-vue-components": {
  5498. "version": "30.0.0",
  5499. "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-30.0.0.tgz",
  5500. "integrity": "sha512-4qVE/lwCgmdPTp6h0qsRN2u642tt4boBQtcpn4wQcWZAsr8TQwq+SPT3NDu/6kBFxzo/sSEK4ioXhOOBrXc3iw==",
  5501. "license": "MIT",
  5502. "dependencies": {
  5503. "chokidar": "^4.0.3",
  5504. "debug": "^4.4.3",
  5505. "local-pkg": "^1.1.2",
  5506. "magic-string": "^0.30.19",
  5507. "mlly": "^1.8.0",
  5508. "tinyglobby": "^0.2.15",
  5509. "unplugin": "^2.3.10",
  5510. "unplugin-utils": "^0.3.1"
  5511. },
  5512. "engines": {
  5513. "node": ">=14"
  5514. },
  5515. "funding": {
  5516. "url": "https://github.com/sponsors/antfu"
  5517. },
  5518. "peerDependencies": {
  5519. "@babel/parser": "^7.15.8",
  5520. "@nuxt/kit": "^3.2.2 || ^4.0.0",
  5521. "vue": "2 || 3"
  5522. },
  5523. "peerDependenciesMeta": {
  5524. "@babel/parser": {
  5525. "optional": true
  5526. },
  5527. "@nuxt/kit": {
  5528. "optional": true
  5529. }
  5530. }
  5531. },
  5532. "node_modules/unplugin/node_modules/picomatch": {
  5533. "version": "4.0.3",
  5534. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  5535. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  5536. "license": "MIT",
  5537. "engines": {
  5538. "node": ">=12"
  5539. },
  5540. "funding": {
  5541. "url": "https://github.com/sponsors/jonschlinkert"
  5542. }
  5543. },
  5544. "node_modules/uri-js": {
  5545. "version": "4.4.1",
  5546. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  5547. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  5548. "dependencies": {
  5549. "punycode": "^2.1.0"
  5550. }
  5551. },
  5552. "node_modules/util-deprecate": {
  5553. "version": "1.0.2",
  5554. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  5555. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  5556. "dev": true,
  5557. "license": "MIT"
  5558. },
  5559. "node_modules/version-guard": {
  5560. "version": "1.1.3",
  5561. "resolved": "https://registry.npmjs.org/version-guard/-/version-guard-1.1.3.tgz",
  5562. "integrity": "sha512-JwPr6erhX53EWH/HCSzfy1tTFrtPXUe927wdM1jqBBeYp1OM+qPHjWbsvv6pIBduqdgxxS+ScfG7S28pzyr2DQ==",
  5563. "license": "0BSD",
  5564. "engines": {
  5565. "node": ">=0.10.48"
  5566. }
  5567. },
  5568. "node_modules/vite": {
  5569. "version": "7.2.4",
  5570. "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.4.tgz",
  5571. "integrity": "sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==",
  5572. "license": "MIT",
  5573. "dependencies": {
  5574. "esbuild": "^0.25.0",
  5575. "fdir": "^6.5.0",
  5576. "picomatch": "^4.0.3",
  5577. "postcss": "^8.5.6",
  5578. "rollup": "^4.43.0",
  5579. "tinyglobby": "^0.2.15"
  5580. },
  5581. "bin": {
  5582. "vite": "bin/vite.js"
  5583. },
  5584. "engines": {
  5585. "node": "^20.19.0 || >=22.12.0"
  5586. },
  5587. "funding": {
  5588. "url": "https://github.com/vitejs/vite?sponsor=1"
  5589. },
  5590. "optionalDependencies": {
  5591. "fsevents": "~2.3.3"
  5592. },
  5593. "peerDependencies": {
  5594. "@types/node": "^20.19.0 || >=22.12.0",
  5595. "jiti": ">=1.21.0",
  5596. "less": "^4.0.0",
  5597. "lightningcss": "^1.21.0",
  5598. "sass": "^1.70.0",
  5599. "sass-embedded": "^1.70.0",
  5600. "stylus": ">=0.54.8",
  5601. "sugarss": "^5.0.0",
  5602. "terser": "^5.16.0",
  5603. "tsx": "^4.8.1",
  5604. "yaml": "^2.4.2"
  5605. },
  5606. "peerDependenciesMeta": {
  5607. "@types/node": {
  5608. "optional": true
  5609. },
  5610. "jiti": {
  5611. "optional": true
  5612. },
  5613. "less": {
  5614. "optional": true
  5615. },
  5616. "lightningcss": {
  5617. "optional": true
  5618. },
  5619. "sass": {
  5620. "optional": true
  5621. },
  5622. "sass-embedded": {
  5623. "optional": true
  5624. },
  5625. "stylus": {
  5626. "optional": true
  5627. },
  5628. "sugarss": {
  5629. "optional": true
  5630. },
  5631. "terser": {
  5632. "optional": true
  5633. },
  5634. "tsx": {
  5635. "optional": true
  5636. },
  5637. "yaml": {
  5638. "optional": true
  5639. }
  5640. }
  5641. },
  5642. "node_modules/vite/node_modules/fdir": {
  5643. "version": "6.5.0",
  5644. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  5645. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  5646. "license": "MIT",
  5647. "engines": {
  5648. "node": ">=12.0.0"
  5649. },
  5650. "peerDependencies": {
  5651. "picomatch": "^3 || ^4"
  5652. },
  5653. "peerDependenciesMeta": {
  5654. "picomatch": {
  5655. "optional": true
  5656. }
  5657. }
  5658. },
  5659. "node_modules/vite/node_modules/picomatch": {
  5660. "version": "4.0.3",
  5661. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  5662. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  5663. "license": "MIT",
  5664. "engines": {
  5665. "node": ">=12"
  5666. },
  5667. "funding": {
  5668. "url": "https://github.com/sponsors/jonschlinkert"
  5669. }
  5670. },
  5671. "node_modules/vue": {
  5672. "version": "3.5.24",
  5673. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.24.tgz",
  5674. "integrity": "sha512-uTHDOpVQTMjcGgrqFPSb8iO2m1DUvo+WbGqoXQz8Y1CeBYQ0FXf2z1gLRaBtHjlRz7zZUBHxjVB5VTLzYkvftg==",
  5675. "license": "MIT",
  5676. "dependencies": {
  5677. "@vue/compiler-dom": "3.5.24",
  5678. "@vue/compiler-sfc": "3.5.24",
  5679. "@vue/runtime-dom": "3.5.24",
  5680. "@vue/server-renderer": "3.5.24",
  5681. "@vue/shared": "3.5.24"
  5682. },
  5683. "peerDependencies": {
  5684. "typescript": "*"
  5685. },
  5686. "peerDependenciesMeta": {
  5687. "typescript": {
  5688. "optional": true
  5689. }
  5690. }
  5691. },
  5692. "node_modules/vue-i18n": {
  5693. "version": "11.2.2",
  5694. "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.2.2.tgz",
  5695. "integrity": "sha512-ULIKZyRluUPRCZmihVgUvpq8hJTtOqnbGZuv4Lz+byEKZq4mU0g92og414l6f/4ju+L5mORsiUuEPYrAuX2NJg==",
  5696. "license": "MIT",
  5697. "dependencies": {
  5698. "@intlify/core-base": "11.2.2",
  5699. "@intlify/shared": "11.2.2",
  5700. "@vue/devtools-api": "^6.5.0"
  5701. },
  5702. "engines": {
  5703. "node": ">= 16"
  5704. },
  5705. "funding": {
  5706. "url": "https://github.com/sponsors/kazupon"
  5707. },
  5708. "peerDependencies": {
  5709. "vue": "^3.0.0"
  5710. }
  5711. },
  5712. "node_modules/vue-router": {
  5713. "version": "4.6.3",
  5714. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.3.tgz",
  5715. "integrity": "sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==",
  5716. "license": "MIT",
  5717. "dependencies": {
  5718. "@vue/devtools-api": "^6.6.4"
  5719. },
  5720. "funding": {
  5721. "url": "https://github.com/sponsors/posva"
  5722. },
  5723. "peerDependencies": {
  5724. "vue": "^3.5.0"
  5725. }
  5726. },
  5727. "node_modules/webpack-virtual-modules": {
  5728. "version": "0.6.2",
  5729. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  5730. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  5731. "license": "MIT"
  5732. },
  5733. "node_modules/which": {
  5734. "version": "2.0.2",
  5735. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  5736. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  5737. "license": "ISC",
  5738. "dependencies": {
  5739. "isexe": "^2.0.0"
  5740. },
  5741. "bin": {
  5742. "node-which": "bin/node-which"
  5743. },
  5744. "engines": {
  5745. "node": ">= 8"
  5746. }
  5747. },
  5748. "node_modules/which-boxed-primitive": {
  5749. "version": "1.1.1",
  5750. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  5751. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  5752. "license": "MIT",
  5753. "dependencies": {
  5754. "is-bigint": "^1.1.0",
  5755. "is-boolean-object": "^1.2.1",
  5756. "is-number-object": "^1.1.1",
  5757. "is-string": "^1.1.1",
  5758. "is-symbol": "^1.1.1"
  5759. },
  5760. "engines": {
  5761. "node": ">= 0.4"
  5762. },
  5763. "funding": {
  5764. "url": "https://github.com/sponsors/ljharb"
  5765. }
  5766. },
  5767. "node_modules/which-builtin-type": {
  5768. "version": "1.2.1",
  5769. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  5770. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  5771. "license": "MIT",
  5772. "dependencies": {
  5773. "call-bound": "^1.0.2",
  5774. "function.prototype.name": "^1.1.6",
  5775. "has-tostringtag": "^1.0.2",
  5776. "is-async-function": "^2.0.0",
  5777. "is-date-object": "^1.1.0",
  5778. "is-finalizationregistry": "^1.1.0",
  5779. "is-generator-function": "^1.0.10",
  5780. "is-regex": "^1.2.1",
  5781. "is-weakref": "^1.0.2",
  5782. "isarray": "^2.0.5",
  5783. "which-boxed-primitive": "^1.1.0",
  5784. "which-collection": "^1.0.2",
  5785. "which-typed-array": "^1.1.16"
  5786. },
  5787. "engines": {
  5788. "node": ">= 0.4"
  5789. },
  5790. "funding": {
  5791. "url": "https://github.com/sponsors/ljharb"
  5792. }
  5793. },
  5794. "node_modules/which-collection": {
  5795. "version": "1.0.2",
  5796. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  5797. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  5798. "license": "MIT",
  5799. "dependencies": {
  5800. "is-map": "^2.0.3",
  5801. "is-set": "^2.0.3",
  5802. "is-weakmap": "^2.0.2",
  5803. "is-weakset": "^2.0.3"
  5804. },
  5805. "engines": {
  5806. "node": ">= 0.4"
  5807. },
  5808. "funding": {
  5809. "url": "https://github.com/sponsors/ljharb"
  5810. }
  5811. },
  5812. "node_modules/which-typed-array": {
  5813. "version": "1.1.19",
  5814. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
  5815. "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
  5816. "license": "MIT",
  5817. "dependencies": {
  5818. "available-typed-arrays": "^1.0.7",
  5819. "call-bind": "^1.0.8",
  5820. "call-bound": "^1.0.4",
  5821. "for-each": "^0.3.5",
  5822. "get-proto": "^1.0.1",
  5823. "gopd": "^1.2.0",
  5824. "has-tostringtag": "^1.0.2"
  5825. },
  5826. "engines": {
  5827. "node": ">= 0.4"
  5828. },
  5829. "funding": {
  5830. "url": "https://github.com/sponsors/ljharb"
  5831. }
  5832. },
  5833. "node_modules/word-wrap": {
  5834. "version": "1.2.5",
  5835. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  5836. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  5837. "license": "MIT",
  5838. "engines": {
  5839. "node": ">=0.10.0"
  5840. }
  5841. },
  5842. "node_modules/wrappy": {
  5843. "version": "1.0.2",
  5844. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  5845. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  5846. "license": "ISC"
  5847. },
  5848. "node_modules/write-file-atomic": {
  5849. "version": "5.0.1",
  5850. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
  5851. "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==",
  5852. "dev": true,
  5853. "dependencies": {
  5854. "imurmurhash": "^0.1.4",
  5855. "signal-exit": "^4.0.1"
  5856. },
  5857. "engines": {
  5858. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5859. }
  5860. },
  5861. "node_modules/xdg-basedir": {
  5862. "version": "4.0.0",
  5863. "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
  5864. "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
  5865. "license": "MIT",
  5866. "engines": {
  5867. "node": ">=8"
  5868. }
  5869. },
  5870. "node_modules/yocto-queue": {
  5871. "version": "0.1.0",
  5872. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  5873. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  5874. "license": "MIT",
  5875. "engines": {
  5876. "node": ">=10"
  5877. },
  5878. "funding": {
  5879. "url": "https://github.com/sponsors/sindresorhus"
  5880. }
  5881. }
  5882. }
  5883. }