package-lock.json 189 KB

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