package-lock.json 192 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536
  1. {
  2. "name": "zozolive-web",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "zozolive-web",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "pinia": "^3.0.4",
  12. "vue": "^3.5.38",
  13. "vue-router": "^5.1.0"
  14. },
  15. "devDependencies": {
  16. "@tailwindcss/vite": "^4.3.1",
  17. "@tsconfig/node24": "^24.0.4",
  18. "@types/node": "^24.13.2",
  19. "@vitejs/plugin-vue": "^6.0.7",
  20. "@vue/eslint-config-typescript": "^14.8.0",
  21. "@vue/tsconfig": "^0.9.1",
  22. "eslint": "^10.5.0",
  23. "eslint-config-prettier": "^10.1.8",
  24. "eslint-plugin-oxlint": "~1.69.0",
  25. "eslint-plugin-vue": "~10.9.2",
  26. "jiti": "^2.7.0",
  27. "npm-run-all2": "^9.0.2",
  28. "oxlint": "~1.69.0",
  29. "prettier": "3.8.4",
  30. "tailwindcss": "^4.3.1",
  31. "typescript": "~6.0.0",
  32. "vite": "^8.0.16",
  33. "vite-plugin-vue-devtools": "^8.1.2",
  34. "vue-eslint-parser": "^10.4.1",
  35. "vue-tsc": "^3.3.5"
  36. },
  37. "engines": {
  38. "node": "^22.18.0 || >=24.12.0"
  39. }
  40. },
  41. "node_modules/@babel/code-frame": {
  42. "version": "7.29.7",
  43. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.29.7.tgz",
  44. "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
  45. "dev": true,
  46. "license": "MIT",
  47. "dependencies": {
  48. "@babel/helper-validator-identifier": "^7.29.7",
  49. "js-tokens": "^4.0.0",
  50. "picocolors": "^1.1.1"
  51. },
  52. "engines": {
  53. "node": ">=6.9.0"
  54. }
  55. },
  56. "node_modules/@babel/compat-data": {
  57. "version": "7.29.7",
  58. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.29.7.tgz",
  59. "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
  60. "dev": true,
  61. "license": "MIT",
  62. "engines": {
  63. "node": ">=6.9.0"
  64. }
  65. },
  66. "node_modules/@babel/core": {
  67. "version": "7.29.7",
  68. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.29.7.tgz",
  69. "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
  70. "dev": true,
  71. "license": "MIT",
  72. "dependencies": {
  73. "@babel/code-frame": "^7.29.7",
  74. "@babel/generator": "^7.29.7",
  75. "@babel/helper-compilation-targets": "^7.29.7",
  76. "@babel/helper-module-transforms": "^7.29.7",
  77. "@babel/helpers": "^7.29.7",
  78. "@babel/parser": "^7.29.7",
  79. "@babel/template": "^7.29.7",
  80. "@babel/traverse": "^7.29.7",
  81. "@babel/types": "^7.29.7",
  82. "@jridgewell/remapping": "^2.3.5",
  83. "convert-source-map": "^2.0.0",
  84. "debug": "^4.1.0",
  85. "gensync": "^1.0.0-beta.2",
  86. "json5": "^2.2.3",
  87. "semver": "^6.3.1"
  88. },
  89. "engines": {
  90. "node": ">=6.9.0"
  91. },
  92. "funding": {
  93. "type": "opencollective",
  94. "url": "https://opencollective.com/babel"
  95. }
  96. },
  97. "node_modules/@babel/core/node_modules/semver": {
  98. "version": "6.3.1",
  99. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  100. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  101. "dev": true,
  102. "license": "ISC",
  103. "bin": {
  104. "semver": "bin/semver.js"
  105. }
  106. },
  107. "node_modules/@babel/generator": {
  108. "version": "7.29.7",
  109. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.29.7.tgz",
  110. "integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
  111. "dev": true,
  112. "license": "MIT",
  113. "dependencies": {
  114. "@babel/parser": "^7.29.7",
  115. "@babel/types": "^7.29.7",
  116. "@jridgewell/gen-mapping": "^0.3.12",
  117. "@jridgewell/trace-mapping": "^0.3.28",
  118. "jsesc": "^3.0.2"
  119. },
  120. "engines": {
  121. "node": ">=6.9.0"
  122. }
  123. },
  124. "node_modules/@babel/helper-annotate-as-pure": {
  125. "version": "7.29.7",
  126. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.29.7.tgz",
  127. "integrity": "sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==",
  128. "dev": true,
  129. "license": "MIT",
  130. "dependencies": {
  131. "@babel/types": "^7.29.7"
  132. },
  133. "engines": {
  134. "node": ">=6.9.0"
  135. }
  136. },
  137. "node_modules/@babel/helper-compilation-targets": {
  138. "version": "7.29.7",
  139. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
  140. "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
  141. "dev": true,
  142. "license": "MIT",
  143. "dependencies": {
  144. "@babel/compat-data": "^7.29.7",
  145. "@babel/helper-validator-option": "^7.29.7",
  146. "browserslist": "^4.24.0",
  147. "lru-cache": "^5.1.1",
  148. "semver": "^6.3.1"
  149. },
  150. "engines": {
  151. "node": ">=6.9.0"
  152. }
  153. },
  154. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  155. "version": "6.3.1",
  156. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  157. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  158. "dev": true,
  159. "license": "ISC",
  160. "bin": {
  161. "semver": "bin/semver.js"
  162. }
  163. },
  164. "node_modules/@babel/helper-create-class-features-plugin": {
  165. "version": "7.29.7",
  166. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.29.7.tgz",
  167. "integrity": "sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==",
  168. "dev": true,
  169. "license": "MIT",
  170. "dependencies": {
  171. "@babel/helper-annotate-as-pure": "^7.29.7",
  172. "@babel/helper-member-expression-to-functions": "^7.29.7",
  173. "@babel/helper-optimise-call-expression": "^7.29.7",
  174. "@babel/helper-replace-supers": "^7.29.7",
  175. "@babel/helper-skip-transparent-expression-wrappers": "^7.29.7",
  176. "@babel/traverse": "^7.29.7",
  177. "semver": "^6.3.1"
  178. },
  179. "engines": {
  180. "node": ">=6.9.0"
  181. },
  182. "peerDependencies": {
  183. "@babel/core": "^7.0.0"
  184. }
  185. },
  186. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  187. "version": "6.3.1",
  188. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  189. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  190. "dev": true,
  191. "license": "ISC",
  192. "bin": {
  193. "semver": "bin/semver.js"
  194. }
  195. },
  196. "node_modules/@babel/helper-globals": {
  197. "version": "7.29.7",
  198. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
  199. "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
  200. "dev": true,
  201. "license": "MIT",
  202. "engines": {
  203. "node": ">=6.9.0"
  204. }
  205. },
  206. "node_modules/@babel/helper-member-expression-to-functions": {
  207. "version": "7.29.7",
  208. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.29.7.tgz",
  209. "integrity": "sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==",
  210. "dev": true,
  211. "license": "MIT",
  212. "dependencies": {
  213. "@babel/traverse": "^7.29.7",
  214. "@babel/types": "^7.29.7"
  215. },
  216. "engines": {
  217. "node": ">=6.9.0"
  218. }
  219. },
  220. "node_modules/@babel/helper-module-imports": {
  221. "version": "7.29.7",
  222. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
  223. "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
  224. "dev": true,
  225. "license": "MIT",
  226. "dependencies": {
  227. "@babel/traverse": "^7.29.7",
  228. "@babel/types": "^7.29.7"
  229. },
  230. "engines": {
  231. "node": ">=6.9.0"
  232. }
  233. },
  234. "node_modules/@babel/helper-module-transforms": {
  235. "version": "7.29.7",
  236. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
  237. "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
  238. "dev": true,
  239. "license": "MIT",
  240. "dependencies": {
  241. "@babel/helper-module-imports": "^7.29.7",
  242. "@babel/helper-validator-identifier": "^7.29.7",
  243. "@babel/traverse": "^7.29.7"
  244. },
  245. "engines": {
  246. "node": ">=6.9.0"
  247. },
  248. "peerDependencies": {
  249. "@babel/core": "^7.0.0"
  250. }
  251. },
  252. "node_modules/@babel/helper-optimise-call-expression": {
  253. "version": "7.29.7",
  254. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.29.7.tgz",
  255. "integrity": "sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==",
  256. "dev": true,
  257. "license": "MIT",
  258. "dependencies": {
  259. "@babel/types": "^7.29.7"
  260. },
  261. "engines": {
  262. "node": ">=6.9.0"
  263. }
  264. },
  265. "node_modules/@babel/helper-plugin-utils": {
  266. "version": "7.29.7",
  267. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz",
  268. "integrity": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==",
  269. "dev": true,
  270. "license": "MIT",
  271. "engines": {
  272. "node": ">=6.9.0"
  273. }
  274. },
  275. "node_modules/@babel/helper-replace-supers": {
  276. "version": "7.29.7",
  277. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.29.7.tgz",
  278. "integrity": "sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==",
  279. "dev": true,
  280. "license": "MIT",
  281. "dependencies": {
  282. "@babel/helper-member-expression-to-functions": "^7.29.7",
  283. "@babel/helper-optimise-call-expression": "^7.29.7",
  284. "@babel/traverse": "^7.29.7"
  285. },
  286. "engines": {
  287. "node": ">=6.9.0"
  288. },
  289. "peerDependencies": {
  290. "@babel/core": "^7.0.0"
  291. }
  292. },
  293. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  294. "version": "7.29.7",
  295. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.29.7.tgz",
  296. "integrity": "sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==",
  297. "dev": true,
  298. "license": "MIT",
  299. "dependencies": {
  300. "@babel/traverse": "^7.29.7",
  301. "@babel/types": "^7.29.7"
  302. },
  303. "engines": {
  304. "node": ">=6.9.0"
  305. }
  306. },
  307. "node_modules/@babel/helper-string-parser": {
  308. "version": "7.29.7",
  309. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
  310. "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
  311. "license": "MIT",
  312. "engines": {
  313. "node": ">=6.9.0"
  314. }
  315. },
  316. "node_modules/@babel/helper-validator-identifier": {
  317. "version": "7.29.7",
  318. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
  319. "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
  320. "license": "MIT",
  321. "engines": {
  322. "node": ">=6.9.0"
  323. }
  324. },
  325. "node_modules/@babel/helper-validator-option": {
  326. "version": "7.29.7",
  327. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
  328. "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
  329. "dev": true,
  330. "license": "MIT",
  331. "engines": {
  332. "node": ">=6.9.0"
  333. }
  334. },
  335. "node_modules/@babel/helpers": {
  336. "version": "7.29.7",
  337. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.29.7.tgz",
  338. "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
  339. "dev": true,
  340. "license": "MIT",
  341. "dependencies": {
  342. "@babel/template": "^7.29.7",
  343. "@babel/types": "^7.29.7"
  344. },
  345. "engines": {
  346. "node": ">=6.9.0"
  347. }
  348. },
  349. "node_modules/@babel/parser": {
  350. "version": "7.29.7",
  351. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.7.tgz",
  352. "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
  353. "license": "MIT",
  354. "dependencies": {
  355. "@babel/types": "^7.29.7"
  356. },
  357. "bin": {
  358. "parser": "bin/babel-parser.js"
  359. },
  360. "engines": {
  361. "node": ">=6.0.0"
  362. }
  363. },
  364. "node_modules/@babel/plugin-proposal-decorators": {
  365. "version": "7.29.7",
  366. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.29.7.tgz",
  367. "integrity": "sha512-EtU0Hi3GvrTqD56xKmZvV/uCXK2ZbwVNPNLAquVItcAZpUhkXwWlo3Fmj0c2LxgSf2I8IDULeAepwNP1OefLXg==",
  368. "dev": true,
  369. "license": "MIT",
  370. "dependencies": {
  371. "@babel/helper-create-class-features-plugin": "^7.29.7",
  372. "@babel/helper-plugin-utils": "^7.29.7",
  373. "@babel/plugin-syntax-decorators": "^7.29.7"
  374. },
  375. "engines": {
  376. "node": ">=6.9.0"
  377. },
  378. "peerDependencies": {
  379. "@babel/core": "^7.0.0-0"
  380. }
  381. },
  382. "node_modules/@babel/plugin-syntax-decorators": {
  383. "version": "7.29.7",
  384. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.29.7.tgz",
  385. "integrity": "sha512-9MTTLbF39X6sqM92JPEsoI7++26hjZvzkxKZy64aMhWLH2mPkJ/Q3AV4QLmls3R14FpSpkOwQQfUh962JGQxxg==",
  386. "dev": true,
  387. "license": "MIT",
  388. "dependencies": {
  389. "@babel/helper-plugin-utils": "^7.29.7"
  390. },
  391. "engines": {
  392. "node": ">=6.9.0"
  393. },
  394. "peerDependencies": {
  395. "@babel/core": "^7.0.0-0"
  396. }
  397. },
  398. "node_modules/@babel/plugin-syntax-import-attributes": {
  399. "version": "7.29.7",
  400. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.29.7.tgz",
  401. "integrity": "sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==",
  402. "dev": true,
  403. "license": "MIT",
  404. "dependencies": {
  405. "@babel/helper-plugin-utils": "^7.29.7"
  406. },
  407. "engines": {
  408. "node": ">=6.9.0"
  409. },
  410. "peerDependencies": {
  411. "@babel/core": "^7.0.0-0"
  412. }
  413. },
  414. "node_modules/@babel/plugin-syntax-import-meta": {
  415. "version": "7.10.4",
  416. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  417. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  418. "dev": true,
  419. "license": "MIT",
  420. "dependencies": {
  421. "@babel/helper-plugin-utils": "^7.10.4"
  422. },
  423. "peerDependencies": {
  424. "@babel/core": "^7.0.0-0"
  425. }
  426. },
  427. "node_modules/@babel/plugin-syntax-jsx": {
  428. "version": "7.29.7",
  429. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.29.7.tgz",
  430. "integrity": "sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==",
  431. "dev": true,
  432. "license": "MIT",
  433. "dependencies": {
  434. "@babel/helper-plugin-utils": "^7.29.7"
  435. },
  436. "engines": {
  437. "node": ">=6.9.0"
  438. },
  439. "peerDependencies": {
  440. "@babel/core": "^7.0.0-0"
  441. }
  442. },
  443. "node_modules/@babel/plugin-syntax-typescript": {
  444. "version": "7.29.7",
  445. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.29.7.tgz",
  446. "integrity": "sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==",
  447. "dev": true,
  448. "license": "MIT",
  449. "dependencies": {
  450. "@babel/helper-plugin-utils": "^7.29.7"
  451. },
  452. "engines": {
  453. "node": ">=6.9.0"
  454. },
  455. "peerDependencies": {
  456. "@babel/core": "^7.0.0-0"
  457. }
  458. },
  459. "node_modules/@babel/plugin-transform-typescript": {
  460. "version": "7.29.7",
  461. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.29.7.tgz",
  462. "integrity": "sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==",
  463. "dev": true,
  464. "license": "MIT",
  465. "dependencies": {
  466. "@babel/helper-annotate-as-pure": "^7.29.7",
  467. "@babel/helper-create-class-features-plugin": "^7.29.7",
  468. "@babel/helper-plugin-utils": "^7.29.7",
  469. "@babel/helper-skip-transparent-expression-wrappers": "^7.29.7",
  470. "@babel/plugin-syntax-typescript": "^7.29.7"
  471. },
  472. "engines": {
  473. "node": ">=6.9.0"
  474. },
  475. "peerDependencies": {
  476. "@babel/core": "^7.0.0-0"
  477. }
  478. },
  479. "node_modules/@babel/template": {
  480. "version": "7.29.7",
  481. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.29.7.tgz",
  482. "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
  483. "dev": true,
  484. "license": "MIT",
  485. "dependencies": {
  486. "@babel/code-frame": "^7.29.7",
  487. "@babel/parser": "^7.29.7",
  488. "@babel/types": "^7.29.7"
  489. },
  490. "engines": {
  491. "node": ">=6.9.0"
  492. }
  493. },
  494. "node_modules/@babel/traverse": {
  495. "version": "7.29.7",
  496. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.29.7.tgz",
  497. "integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
  498. "dev": true,
  499. "license": "MIT",
  500. "dependencies": {
  501. "@babel/code-frame": "^7.29.7",
  502. "@babel/generator": "^7.29.7",
  503. "@babel/helper-globals": "^7.29.7",
  504. "@babel/parser": "^7.29.7",
  505. "@babel/template": "^7.29.7",
  506. "@babel/types": "^7.29.7",
  507. "debug": "^4.3.1"
  508. },
  509. "engines": {
  510. "node": ">=6.9.0"
  511. }
  512. },
  513. "node_modules/@babel/types": {
  514. "version": "7.29.7",
  515. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.7.tgz",
  516. "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
  517. "license": "MIT",
  518. "dependencies": {
  519. "@babel/helper-string-parser": "^7.29.7",
  520. "@babel/helper-validator-identifier": "^7.29.7"
  521. },
  522. "engines": {
  523. "node": ">=6.9.0"
  524. }
  525. },
  526. "node_modules/@emnapi/core": {
  527. "version": "1.10.0",
  528. "resolved": "https://registry.npmmirror.com/@emnapi/core/-/core-1.10.0.tgz",
  529. "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
  530. "license": "MIT",
  531. "optional": true,
  532. "dependencies": {
  533. "@emnapi/wasi-threads": "1.2.1",
  534. "tslib": "^2.4.0"
  535. }
  536. },
  537. "node_modules/@emnapi/runtime": {
  538. "version": "1.10.0",
  539. "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.10.0.tgz",
  540. "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
  541. "license": "MIT",
  542. "optional": true,
  543. "dependencies": {
  544. "tslib": "^2.4.0"
  545. }
  546. },
  547. "node_modules/@emnapi/wasi-threads": {
  548. "version": "1.2.1",
  549. "resolved": "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  550. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  551. "license": "MIT",
  552. "optional": true,
  553. "dependencies": {
  554. "tslib": "^2.4.0"
  555. }
  556. },
  557. "node_modules/@eslint-community/eslint-utils": {
  558. "version": "4.9.1",
  559. "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
  560. "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
  561. "dev": true,
  562. "license": "MIT",
  563. "dependencies": {
  564. "eslint-visitor-keys": "^3.4.3"
  565. },
  566. "engines": {
  567. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  568. },
  569. "funding": {
  570. "url": "https://opencollective.com/eslint"
  571. },
  572. "peerDependencies": {
  573. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  574. }
  575. },
  576. "node_modules/@eslint-community/regexpp": {
  577. "version": "4.12.2",
  578. "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  579. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  580. "dev": true,
  581. "license": "MIT",
  582. "engines": {
  583. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  584. }
  585. },
  586. "node_modules/@eslint/config-array": {
  587. "version": "0.23.5",
  588. "resolved": "https://registry.npmmirror.com/@eslint/config-array/-/config-array-0.23.5.tgz",
  589. "integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==",
  590. "dev": true,
  591. "license": "Apache-2.0",
  592. "dependencies": {
  593. "@eslint/object-schema": "^3.0.5",
  594. "debug": "^4.3.1",
  595. "minimatch": "^10.2.4"
  596. },
  597. "engines": {
  598. "node": "^20.19.0 || ^22.13.0 || >=24"
  599. }
  600. },
  601. "node_modules/@eslint/config-helpers": {
  602. "version": "0.6.0",
  603. "resolved": "https://registry.npmmirror.com/@eslint/config-helpers/-/config-helpers-0.6.0.tgz",
  604. "integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==",
  605. "dev": true,
  606. "license": "Apache-2.0",
  607. "dependencies": {
  608. "@eslint/core": "^1.2.1"
  609. },
  610. "engines": {
  611. "node": "^20.19.0 || ^22.13.0 || >=24"
  612. }
  613. },
  614. "node_modules/@eslint/core": {
  615. "version": "1.2.1",
  616. "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-1.2.1.tgz",
  617. "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
  618. "dev": true,
  619. "license": "Apache-2.0",
  620. "dependencies": {
  621. "@types/json-schema": "^7.0.15"
  622. },
  623. "engines": {
  624. "node": "^20.19.0 || ^22.13.0 || >=24"
  625. }
  626. },
  627. "node_modules/@eslint/object-schema": {
  628. "version": "3.0.5",
  629. "resolved": "https://registry.npmmirror.com/@eslint/object-schema/-/object-schema-3.0.5.tgz",
  630. "integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==",
  631. "dev": true,
  632. "license": "Apache-2.0",
  633. "engines": {
  634. "node": "^20.19.0 || ^22.13.0 || >=24"
  635. }
  636. },
  637. "node_modules/@eslint/plugin-kit": {
  638. "version": "0.7.2",
  639. "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.7.2.tgz",
  640. "integrity": "sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==",
  641. "dev": true,
  642. "license": "Apache-2.0",
  643. "dependencies": {
  644. "@eslint/core": "^1.2.1",
  645. "levn": "^0.4.1"
  646. },
  647. "engines": {
  648. "node": "^20.19.0 || ^22.13.0 || >=24"
  649. }
  650. },
  651. "node_modules/@humanfs/core": {
  652. "version": "0.19.2",
  653. "resolved": "https://registry.npmmirror.com/@humanfs/core/-/core-0.19.2.tgz",
  654. "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
  655. "dev": true,
  656. "license": "Apache-2.0",
  657. "dependencies": {
  658. "@humanfs/types": "^0.15.0"
  659. },
  660. "engines": {
  661. "node": ">=18.18.0"
  662. }
  663. },
  664. "node_modules/@humanfs/node": {
  665. "version": "0.16.8",
  666. "resolved": "https://registry.npmmirror.com/@humanfs/node/-/node-0.16.8.tgz",
  667. "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
  668. "dev": true,
  669. "license": "Apache-2.0",
  670. "dependencies": {
  671. "@humanfs/core": "^0.19.2",
  672. "@humanfs/types": "^0.15.0",
  673. "@humanwhocodes/retry": "^0.4.0"
  674. },
  675. "engines": {
  676. "node": ">=18.18.0"
  677. }
  678. },
  679. "node_modules/@humanfs/types": {
  680. "version": "0.15.0",
  681. "resolved": "https://registry.npmmirror.com/@humanfs/types/-/types-0.15.0.tgz",
  682. "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
  683. "dev": true,
  684. "license": "Apache-2.0",
  685. "engines": {
  686. "node": ">=18.18.0"
  687. }
  688. },
  689. "node_modules/@humanwhocodes/module-importer": {
  690. "version": "1.0.1",
  691. "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  692. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  693. "dev": true,
  694. "license": "Apache-2.0",
  695. "engines": {
  696. "node": ">=12.22"
  697. },
  698. "funding": {
  699. "type": "github",
  700. "url": "https://github.com/sponsors/nzakas"
  701. }
  702. },
  703. "node_modules/@humanwhocodes/retry": {
  704. "version": "0.4.3",
  705. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  706. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  707. "dev": true,
  708. "license": "Apache-2.0",
  709. "engines": {
  710. "node": ">=18.18"
  711. },
  712. "funding": {
  713. "type": "github",
  714. "url": "https://github.com/sponsors/nzakas"
  715. }
  716. },
  717. "node_modules/@jridgewell/gen-mapping": {
  718. "version": "0.3.13",
  719. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  720. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  721. "license": "MIT",
  722. "dependencies": {
  723. "@jridgewell/sourcemap-codec": "^1.5.0",
  724. "@jridgewell/trace-mapping": "^0.3.24"
  725. }
  726. },
  727. "node_modules/@jridgewell/remapping": {
  728. "version": "2.3.5",
  729. "resolved": "https://registry.npmmirror.com/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  730. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  731. "license": "MIT",
  732. "dependencies": {
  733. "@jridgewell/gen-mapping": "^0.3.5",
  734. "@jridgewell/trace-mapping": "^0.3.24"
  735. }
  736. },
  737. "node_modules/@jridgewell/resolve-uri": {
  738. "version": "3.1.2",
  739. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  740. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  741. "license": "MIT",
  742. "engines": {
  743. "node": ">=6.0.0"
  744. }
  745. },
  746. "node_modules/@jridgewell/sourcemap-codec": {
  747. "version": "1.5.5",
  748. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  749. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  750. "license": "MIT"
  751. },
  752. "node_modules/@jridgewell/trace-mapping": {
  753. "version": "0.3.31",
  754. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  755. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  756. "license": "MIT",
  757. "dependencies": {
  758. "@jridgewell/resolve-uri": "^3.1.0",
  759. "@jridgewell/sourcemap-codec": "^1.4.14"
  760. }
  761. },
  762. "node_modules/@napi-rs/wasm-runtime": {
  763. "version": "1.1.5",
  764. "resolved": "https://registry.npmmirror.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.5.tgz",
  765. "integrity": "sha512-AWPoBRJ9tsnVhor4sjO7rkni+7p+2IAEFj6cx06UgP10jkQHqay/36uRV/bFkgrh18D9vb4cr8Q0Pthskgzy+Q==",
  766. "license": "MIT",
  767. "optional": true,
  768. "dependencies": {
  769. "@tybys/wasm-util": "^0.10.2"
  770. },
  771. "funding": {
  772. "type": "github",
  773. "url": "https://github.com/sponsors/Brooooooklyn"
  774. },
  775. "peerDependencies": {
  776. "@emnapi/core": "^1.7.1",
  777. "@emnapi/runtime": "^1.7.1"
  778. }
  779. },
  780. "node_modules/@nodelib/fs.scandir": {
  781. "version": "2.1.5",
  782. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  783. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  784. "dev": true,
  785. "license": "MIT",
  786. "dependencies": {
  787. "@nodelib/fs.stat": "2.0.5",
  788. "run-parallel": "^1.1.9"
  789. },
  790. "engines": {
  791. "node": ">= 8"
  792. }
  793. },
  794. "node_modules/@nodelib/fs.stat": {
  795. "version": "2.0.5",
  796. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  797. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  798. "dev": true,
  799. "license": "MIT",
  800. "engines": {
  801. "node": ">= 8"
  802. }
  803. },
  804. "node_modules/@nodelib/fs.walk": {
  805. "version": "1.2.8",
  806. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  807. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  808. "dev": true,
  809. "license": "MIT",
  810. "dependencies": {
  811. "@nodelib/fs.scandir": "2.1.5",
  812. "fastq": "^1.6.0"
  813. },
  814. "engines": {
  815. "node": ">= 8"
  816. }
  817. },
  818. "node_modules/@oxc-project/types": {
  819. "version": "0.133.0",
  820. "resolved": "https://registry.npmmirror.com/@oxc-project/types/-/types-0.133.0.tgz",
  821. "integrity": "sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==",
  822. "devOptional": true,
  823. "license": "MIT",
  824. "funding": {
  825. "url": "https://github.com/sponsors/Boshen"
  826. }
  827. },
  828. "node_modules/@oxlint/binding-android-arm-eabi": {
  829. "version": "1.69.0",
  830. "resolved": "https://registry.npmmirror.com/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.69.0.tgz",
  831. "integrity": "sha512-DKQQbD5cZ/MYfDgDI7YGyGD9FSxABlsBsYFo5p26lloob543tP9+4N3guwdXIYJN+7HSZxLe8YJuwcOWw5qnHg==",
  832. "cpu": [
  833. "arm"
  834. ],
  835. "dev": true,
  836. "license": "MIT",
  837. "optional": true,
  838. "os": [
  839. "android"
  840. ],
  841. "engines": {
  842. "node": "^20.19.0 || >=22.12.0"
  843. }
  844. },
  845. "node_modules/@oxlint/binding-android-arm64": {
  846. "version": "1.69.0",
  847. "resolved": "https://registry.npmmirror.com/@oxlint/binding-android-arm64/-/binding-android-arm64-1.69.0.tgz",
  848. "integrity": "sha512-lEhb+I5pr4inux+JFwfCa1HRq3Os7NirEFQ0H1I35SVEHPm6byX0Ah47xmRha3qi6LAkxUcxViL8o/9PivjzBg==",
  849. "cpu": [
  850. "arm64"
  851. ],
  852. "dev": true,
  853. "license": "MIT",
  854. "optional": true,
  855. "os": [
  856. "android"
  857. ],
  858. "engines": {
  859. "node": "^20.19.0 || >=22.12.0"
  860. }
  861. },
  862. "node_modules/@oxlint/binding-darwin-arm64": {
  863. "version": "1.69.0",
  864. "resolved": "https://registry.npmmirror.com/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.69.0.tgz",
  865. "integrity": "sha512-GY2YE8lOZW59BW1Ia1y+1gR0XyjrZRvVWHAr8LGeGhYHE0OQJ/7cRKXTkx1P+E9/6awEc3SX8a68SFTjh/E//A==",
  866. "cpu": [
  867. "arm64"
  868. ],
  869. "dev": true,
  870. "license": "MIT",
  871. "optional": true,
  872. "os": [
  873. "darwin"
  874. ],
  875. "engines": {
  876. "node": "^20.19.0 || >=22.12.0"
  877. }
  878. },
  879. "node_modules/@oxlint/binding-darwin-x64": {
  880. "version": "1.69.0",
  881. "resolved": "https://registry.npmmirror.com/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.69.0.tgz",
  882. "integrity": "sha512-ax1oZnOjHX3LB7myQyHEaQkDwfLb6str3/nSP6O7EVUviQGNkEGzGV0EqcBJWK+Ufwx0l4xPgyYayurvhAdl2Q==",
  883. "cpu": [
  884. "x64"
  885. ],
  886. "dev": true,
  887. "license": "MIT",
  888. "optional": true,
  889. "os": [
  890. "darwin"
  891. ],
  892. "engines": {
  893. "node": "^20.19.0 || >=22.12.0"
  894. }
  895. },
  896. "node_modules/@oxlint/binding-freebsd-x64": {
  897. "version": "1.69.0",
  898. "resolved": "https://registry.npmmirror.com/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.69.0.tgz",
  899. "integrity": "sha512-kHWeHv4g2h8NY+mpCxzCtY4uerMJWTN/TSnNj1CPbakFpHEJ6cTya2wWV0pDSYWOJ2+0UiEbhn3AtXxHtsnKjg==",
  900. "cpu": [
  901. "x64"
  902. ],
  903. "dev": true,
  904. "license": "MIT",
  905. "optional": true,
  906. "os": [
  907. "freebsd"
  908. ],
  909. "engines": {
  910. "node": "^20.19.0 || >=22.12.0"
  911. }
  912. },
  913. "node_modules/@oxlint/binding-linux-arm-gnueabihf": {
  914. "version": "1.69.0",
  915. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.69.0.tgz",
  916. "integrity": "sha512-gq84vM1a1oEehXo27YCDzGVcxPsZDI1yswZwz2Da1/cbnWtrL16XZZnz0G/+gIU8edtHpfjxq5c+vWEHqJfWoQ==",
  917. "cpu": [
  918. "arm"
  919. ],
  920. "dev": true,
  921. "license": "MIT",
  922. "optional": true,
  923. "os": [
  924. "linux"
  925. ],
  926. "engines": {
  927. "node": "^20.19.0 || >=22.12.0"
  928. }
  929. },
  930. "node_modules/@oxlint/binding-linux-arm-musleabihf": {
  931. "version": "1.69.0",
  932. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.69.0.tgz",
  933. "integrity": "sha512-kIqEa98JQ0VRyrcncxA417m2AzasqTlD+FyVT1AksjvjkqQcvm7pBWYvoW3/mpyOP2XYvi5nSCCTIe6De1yu5g==",
  934. "cpu": [
  935. "arm"
  936. ],
  937. "dev": true,
  938. "license": "MIT",
  939. "optional": true,
  940. "os": [
  941. "linux"
  942. ],
  943. "engines": {
  944. "node": "^20.19.0 || >=22.12.0"
  945. }
  946. },
  947. "node_modules/@oxlint/binding-linux-arm64-gnu": {
  948. "version": "1.69.0",
  949. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.69.0.tgz",
  950. "integrity": "sha512-j+xYiXozxGWx2cpjCrwwGR4awTxPFsRv3JZrv23RCogEPMc4R7UqjHW47p/RG0aRlbWiROCJ8coUfCwy0dvzHA==",
  951. "cpu": [
  952. "arm64"
  953. ],
  954. "dev": true,
  955. "libc": [
  956. "glibc"
  957. ],
  958. "license": "MIT",
  959. "optional": true,
  960. "os": [
  961. "linux"
  962. ],
  963. "engines": {
  964. "node": "^20.19.0 || >=22.12.0"
  965. }
  966. },
  967. "node_modules/@oxlint/binding-linux-arm64-musl": {
  968. "version": "1.69.0",
  969. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.69.0.tgz",
  970. "integrity": "sha512-xEPpNppTfN1l/nM7gYSf9iocscu/as+p/7vxkLeLEKnYU+09Dm+5V6IhDYDh+Uz6FajEupWwCLt5SOG0y1PCKg==",
  971. "cpu": [
  972. "arm64"
  973. ],
  974. "dev": true,
  975. "libc": [
  976. "musl"
  977. ],
  978. "license": "MIT",
  979. "optional": true,
  980. "os": [
  981. "linux"
  982. ],
  983. "engines": {
  984. "node": "^20.19.0 || >=22.12.0"
  985. }
  986. },
  987. "node_modules/@oxlint/binding-linux-ppc64-gnu": {
  988. "version": "1.69.0",
  989. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.69.0.tgz",
  990. "integrity": "sha512-Ug0+eU7HJBlek+SjklYH62IlOMirEJsdxpihH0kSqX0XdrDD4NdHpQc10fK1JC35yn6KrrcN+uYzlHD38XAf8Q==",
  991. "cpu": [
  992. "ppc64"
  993. ],
  994. "dev": true,
  995. "libc": [
  996. "glibc"
  997. ],
  998. "license": "MIT",
  999. "optional": true,
  1000. "os": [
  1001. "linux"
  1002. ],
  1003. "engines": {
  1004. "node": "^20.19.0 || >=22.12.0"
  1005. }
  1006. },
  1007. "node_modules/@oxlint/binding-linux-riscv64-gnu": {
  1008. "version": "1.69.0",
  1009. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.69.0.tgz",
  1010. "integrity": "sha512-iEyI3GIg0l/s3G4qy2TlaaWKdzj4PJJStwtlocpDTC00PY9hZueotf6OKUj9+yfQh0lrpBW/pLMgTztbAHKJEg==",
  1011. "cpu": [
  1012. "riscv64"
  1013. ],
  1014. "dev": true,
  1015. "libc": [
  1016. "glibc"
  1017. ],
  1018. "license": "MIT",
  1019. "optional": true,
  1020. "os": [
  1021. "linux"
  1022. ],
  1023. "engines": {
  1024. "node": "^20.19.0 || >=22.12.0"
  1025. }
  1026. },
  1027. "node_modules/@oxlint/binding-linux-riscv64-musl": {
  1028. "version": "1.69.0",
  1029. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.69.0.tgz",
  1030. "integrity": "sha512-NjHjpiI4WIKSMwuoJSZi5VToPeoYOS1FR52HLIDG6lidMdqquusgtODb4iLk0+lb1q3Z0nv2/aPRcC/olmpQGg==",
  1031. "cpu": [
  1032. "riscv64"
  1033. ],
  1034. "dev": true,
  1035. "libc": [
  1036. "musl"
  1037. ],
  1038. "license": "MIT",
  1039. "optional": true,
  1040. "os": [
  1041. "linux"
  1042. ],
  1043. "engines": {
  1044. "node": "^20.19.0 || >=22.12.0"
  1045. }
  1046. },
  1047. "node_modules/@oxlint/binding-linux-s390x-gnu": {
  1048. "version": "1.69.0",
  1049. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.69.0.tgz",
  1050. "integrity": "sha512-Ai/prDewoItkDXbp38gwGZi41DycZbUTZJ3UidwoHgQC0/DaqC2TGdtBTQLJ6hSD+SAxASzh8+/eSBPmxfOacA==",
  1051. "cpu": [
  1052. "s390x"
  1053. ],
  1054. "dev": true,
  1055. "libc": [
  1056. "glibc"
  1057. ],
  1058. "license": "MIT",
  1059. "optional": true,
  1060. "os": [
  1061. "linux"
  1062. ],
  1063. "engines": {
  1064. "node": "^20.19.0 || >=22.12.0"
  1065. }
  1066. },
  1067. "node_modules/@oxlint/binding-linux-x64-gnu": {
  1068. "version": "1.69.0",
  1069. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.69.0.tgz",
  1070. "integrity": "sha512-Gt3KHgp46mRKz4sJeaASmKvD8ayXookRw07RMf+NowhEztGGDZ7VrXpoW96XuKJLjFukWizOFVNjmYb/u7caNQ==",
  1071. "cpu": [
  1072. "x64"
  1073. ],
  1074. "dev": true,
  1075. "libc": [
  1076. "glibc"
  1077. ],
  1078. "license": "MIT",
  1079. "optional": true,
  1080. "os": [
  1081. "linux"
  1082. ],
  1083. "engines": {
  1084. "node": "^20.19.0 || >=22.12.0"
  1085. }
  1086. },
  1087. "node_modules/@oxlint/binding-linux-x64-musl": {
  1088. "version": "1.69.0",
  1089. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.69.0.tgz",
  1090. "integrity": "sha512-7tQhJ2+p/oHv1zcfnjYI7YVzC/7iBaVOfIvFYtxdJ5F45mWgEdrCyXZXZGfiLey5t/5JhOhsaMnnv1kAzckd7g==",
  1091. "cpu": [
  1092. "x64"
  1093. ],
  1094. "dev": true,
  1095. "libc": [
  1096. "musl"
  1097. ],
  1098. "license": "MIT",
  1099. "optional": true,
  1100. "os": [
  1101. "linux"
  1102. ],
  1103. "engines": {
  1104. "node": "^20.19.0 || >=22.12.0"
  1105. }
  1106. },
  1107. "node_modules/@oxlint/binding-openharmony-arm64": {
  1108. "version": "1.69.0",
  1109. "resolved": "https://registry.npmmirror.com/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.69.0.tgz",
  1110. "integrity": "sha512-vmWz6TKp/3hfA4lksR0zHBv/6xuX1jhym6eqOjdH2DXsDDHZWcp2f0KG0VCAnlVbIrjk29G4wAWMXb/Hn1YobA==",
  1111. "cpu": [
  1112. "arm64"
  1113. ],
  1114. "dev": true,
  1115. "license": "MIT",
  1116. "optional": true,
  1117. "os": [
  1118. "openharmony"
  1119. ],
  1120. "engines": {
  1121. "node": "^20.19.0 || >=22.12.0"
  1122. }
  1123. },
  1124. "node_modules/@oxlint/binding-win32-arm64-msvc": {
  1125. "version": "1.69.0",
  1126. "resolved": "https://registry.npmmirror.com/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.69.0.tgz",
  1127. "integrity": "sha512-9RExaLgmaw6IoIkU9cTpT71mLfI0xZ86iZH8x518LVsOkjquJMYqb9P7KpC8lgd1t0Dxs41p2pxynq4XR3Ttzw==",
  1128. "cpu": [
  1129. "arm64"
  1130. ],
  1131. "dev": true,
  1132. "license": "MIT",
  1133. "optional": true,
  1134. "os": [
  1135. "win32"
  1136. ],
  1137. "engines": {
  1138. "node": "^20.19.0 || >=22.12.0"
  1139. }
  1140. },
  1141. "node_modules/@oxlint/binding-win32-ia32-msvc": {
  1142. "version": "1.69.0",
  1143. "resolved": "https://registry.npmmirror.com/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.69.0.tgz",
  1144. "integrity": "sha512-1907kRPF8/PrcIw1E7LMs9JbVrpgnt/MvFdss3an8oDkYNAACXzTntV3t3869ZZhMZxb2AzRGbz1pA/jdFatXA==",
  1145. "cpu": [
  1146. "ia32"
  1147. ],
  1148. "dev": true,
  1149. "license": "MIT",
  1150. "optional": true,
  1151. "os": [
  1152. "win32"
  1153. ],
  1154. "engines": {
  1155. "node": "^20.19.0 || >=22.12.0"
  1156. }
  1157. },
  1158. "node_modules/@oxlint/binding-win32-x64-msvc": {
  1159. "version": "1.69.0",
  1160. "resolved": "https://registry.npmmirror.com/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.69.0.tgz",
  1161. "integrity": "sha512-w8SOXv3mT9Fi6jY8OXdXCfnvX/3KNLXGNr4HEz2TA7S4Mv/PYAOmpB8y/ge40mxvBMgGNaSaaDwZpAsQn7HtWA==",
  1162. "cpu": [
  1163. "x64"
  1164. ],
  1165. "dev": true,
  1166. "license": "MIT",
  1167. "optional": true,
  1168. "os": [
  1169. "win32"
  1170. ],
  1171. "engines": {
  1172. "node": "^20.19.0 || >=22.12.0"
  1173. }
  1174. },
  1175. "node_modules/@polka/url": {
  1176. "version": "1.0.0-next.29",
  1177. "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.29.tgz",
  1178. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  1179. "dev": true,
  1180. "license": "MIT"
  1181. },
  1182. "node_modules/@rolldown/binding-android-arm64": {
  1183. "version": "1.0.3",
  1184. "resolved": "https://registry.npmmirror.com/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.3.tgz",
  1185. "integrity": "sha512-454rs7jHngixp/NMxd5srYD57OnzSlZ/eFTETjORQHLwJG1lRtmNOJcBerZlfu4GjKqeq8aCCIQrMdHyhI51Hw==",
  1186. "cpu": [
  1187. "arm64"
  1188. ],
  1189. "license": "MIT",
  1190. "optional": true,
  1191. "os": [
  1192. "android"
  1193. ],
  1194. "engines": {
  1195. "node": "^20.19.0 || >=22.12.0"
  1196. }
  1197. },
  1198. "node_modules/@rolldown/binding-darwin-arm64": {
  1199. "version": "1.0.3",
  1200. "resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.3.tgz",
  1201. "integrity": "sha512-PcAhP+ynjURNyy8SKGl5DQP94aGuB/7JrXJb/t7P+hanXvQVMWzUvRRhBAcg/lNRadBhoUPqSoP4xw5tR/KBEA==",
  1202. "cpu": [
  1203. "arm64"
  1204. ],
  1205. "license": "MIT",
  1206. "optional": true,
  1207. "os": [
  1208. "darwin"
  1209. ],
  1210. "engines": {
  1211. "node": "^20.19.0 || >=22.12.0"
  1212. }
  1213. },
  1214. "node_modules/@rolldown/binding-darwin-x64": {
  1215. "version": "1.0.3",
  1216. "resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.3.tgz",
  1217. "integrity": "sha512-9YpfeUvSE2RS7wysJ81uOZkXJz7f7Q55H2Gvp3VEw/EsahqDtrphrZ0EwDLK5vvKOzaCrBsjF8JmnMLcUt78Gg==",
  1218. "cpu": [
  1219. "x64"
  1220. ],
  1221. "license": "MIT",
  1222. "optional": true,
  1223. "os": [
  1224. "darwin"
  1225. ],
  1226. "engines": {
  1227. "node": "^20.19.0 || >=22.12.0"
  1228. }
  1229. },
  1230. "node_modules/@rolldown/binding-freebsd-x64": {
  1231. "version": "1.0.3",
  1232. "resolved": "https://registry.npmmirror.com/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.3.tgz",
  1233. "integrity": "sha512-yB1IlAsSNHncV6SCTL27/MVGR5htvQsoGxIv5KMGXALp+Ll1wYsn+x98M9MW7qa+NdSbvrrY7ANI4wLJ0n1e6g==",
  1234. "cpu": [
  1235. "x64"
  1236. ],
  1237. "license": "MIT",
  1238. "optional": true,
  1239. "os": [
  1240. "freebsd"
  1241. ],
  1242. "engines": {
  1243. "node": "^20.19.0 || >=22.12.0"
  1244. }
  1245. },
  1246. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  1247. "version": "1.0.3",
  1248. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.3.tgz",
  1249. "integrity": "sha512-Yi30IVAAfLUCy2MseFjbB1jAMDl1VMCAas5StnYp8da9+CKvMd2H2cbEjWcw5NPaPqzvYkVIaF1nNUG+b7u/sw==",
  1250. "cpu": [
  1251. "arm"
  1252. ],
  1253. "license": "MIT",
  1254. "optional": true,
  1255. "os": [
  1256. "linux"
  1257. ],
  1258. "engines": {
  1259. "node": "^20.19.0 || >=22.12.0"
  1260. }
  1261. },
  1262. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  1263. "version": "1.0.3",
  1264. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.3.tgz",
  1265. "integrity": "sha512-jsO7R8To+AdlYgUmN5sHSCZbfhtMBkO0WUx8iORQnPcMMdgr7qM2DQmMwgabs3GhNztdmoKkMKQFHD6DTMCIQw==",
  1266. "cpu": [
  1267. "arm64"
  1268. ],
  1269. "libc": [
  1270. "glibc"
  1271. ],
  1272. "license": "MIT",
  1273. "optional": true,
  1274. "os": [
  1275. "linux"
  1276. ],
  1277. "engines": {
  1278. "node": "^20.19.0 || >=22.12.0"
  1279. }
  1280. },
  1281. "node_modules/@rolldown/binding-linux-arm64-musl": {
  1282. "version": "1.0.3",
  1283. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.3.tgz",
  1284. "integrity": "sha512-VWkUHwWriDciit80wleYwKILoR/KMvxh/IdwS/paX+ZgpuRpCrKLUdadJbc0NpBEiyhpYawsJ73j9aCvOH+f7Q==",
  1285. "cpu": [
  1286. "arm64"
  1287. ],
  1288. "libc": [
  1289. "musl"
  1290. ],
  1291. "license": "MIT",
  1292. "optional": true,
  1293. "os": [
  1294. "linux"
  1295. ],
  1296. "engines": {
  1297. "node": "^20.19.0 || >=22.12.0"
  1298. }
  1299. },
  1300. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  1301. "version": "1.0.3",
  1302. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.3.tgz",
  1303. "integrity": "sha512-5f1laC0SlIR0yDbFCd8acUhvJIag6N3zC5P7oUPN6wX0aOma+uKJ0wBDH5aq7I1PVI2ttTlhJwzwRIBnLiSGEg==",
  1304. "cpu": [
  1305. "ppc64"
  1306. ],
  1307. "libc": [
  1308. "glibc"
  1309. ],
  1310. "license": "MIT",
  1311. "optional": true,
  1312. "os": [
  1313. "linux"
  1314. ],
  1315. "engines": {
  1316. "node": "^20.19.0 || >=22.12.0"
  1317. }
  1318. },
  1319. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  1320. "version": "1.0.3",
  1321. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.3.tgz",
  1322. "integrity": "sha512-Iq4ko0r4XsgbrF/LunNgHtAGLRRVE2kXonAXQ/MV0mC6jQpMOhW1SvtZja2EhC/kd05++bP78dsqBeIQyYJ6Yg==",
  1323. "cpu": [
  1324. "s390x"
  1325. ],
  1326. "libc": [
  1327. "glibc"
  1328. ],
  1329. "license": "MIT",
  1330. "optional": true,
  1331. "os": [
  1332. "linux"
  1333. ],
  1334. "engines": {
  1335. "node": "^20.19.0 || >=22.12.0"
  1336. }
  1337. },
  1338. "node_modules/@rolldown/binding-linux-x64-gnu": {
  1339. "version": "1.0.3",
  1340. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.3.tgz",
  1341. "integrity": "sha512-B8m6tD5+/N5FeNQFbKlLA/2yVq9ycQP1SeedyEYYKWBNR3ZQbkvIUcNnDNM03lO1l5F2roiiFJGgvoLLyZXtSg==",
  1342. "cpu": [
  1343. "x64"
  1344. ],
  1345. "libc": [
  1346. "glibc"
  1347. ],
  1348. "license": "MIT",
  1349. "optional": true,
  1350. "os": [
  1351. "linux"
  1352. ],
  1353. "engines": {
  1354. "node": "^20.19.0 || >=22.12.0"
  1355. }
  1356. },
  1357. "node_modules/@rolldown/binding-linux-x64-musl": {
  1358. "version": "1.0.3",
  1359. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.3.tgz",
  1360. "integrity": "sha512-pSdpdUJHkuCxun9LE7jvgUB9qsRgaiyNNCX7m/AvHTcq67AiT/Yhoxvw5zPfhrM8k/BfP8ce/hMOpthKDpEUow==",
  1361. "cpu": [
  1362. "x64"
  1363. ],
  1364. "libc": [
  1365. "musl"
  1366. ],
  1367. "license": "MIT",
  1368. "optional": true,
  1369. "os": [
  1370. "linux"
  1371. ],
  1372. "engines": {
  1373. "node": "^20.19.0 || >=22.12.0"
  1374. }
  1375. },
  1376. "node_modules/@rolldown/binding-openharmony-arm64": {
  1377. "version": "1.0.3",
  1378. "resolved": "https://registry.npmmirror.com/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.3.tgz",
  1379. "integrity": "sha512-OXXS3RKJgX2uLwM+gYyuH5omcH8fL1LJs96pZGgtetVCahON57+d4SJHzTgZiOjxgGkSnpXpOsWuPDGAKAigEg==",
  1380. "cpu": [
  1381. "arm64"
  1382. ],
  1383. "license": "MIT",
  1384. "optional": true,
  1385. "os": [
  1386. "openharmony"
  1387. ],
  1388. "engines": {
  1389. "node": "^20.19.0 || >=22.12.0"
  1390. }
  1391. },
  1392. "node_modules/@rolldown/binding-wasm32-wasi": {
  1393. "version": "1.0.3",
  1394. "resolved": "https://registry.npmmirror.com/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.3.tgz",
  1395. "integrity": "sha512-JTtb8BWFynicNSoPrehsCzBtOKjZ6jhMiPFEmOiuXg1Fl8dn2KHQob+GuPSGR0dryQa1PQJbzjF3dqO/whhjLg==",
  1396. "cpu": [
  1397. "wasm32"
  1398. ],
  1399. "license": "MIT",
  1400. "optional": true,
  1401. "dependencies": {
  1402. "@emnapi/core": "1.10.0",
  1403. "@emnapi/runtime": "1.10.0",
  1404. "@napi-rs/wasm-runtime": "^1.1.4"
  1405. },
  1406. "engines": {
  1407. "node": "^20.19.0 || >=22.12.0"
  1408. }
  1409. },
  1410. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  1411. "version": "1.0.3",
  1412. "resolved": "https://registry.npmmirror.com/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.3.tgz",
  1413. "integrity": "sha512-gEdFFEN70A/jxb2svrWsN3aDL7OUtmvlOy+6fa2jxG8K0wQ1ZbdeLGnidov6Yu5/733dI5ySfzFlQ/cb0bSz1g==",
  1414. "cpu": [
  1415. "arm64"
  1416. ],
  1417. "license": "MIT",
  1418. "optional": true,
  1419. "os": [
  1420. "win32"
  1421. ],
  1422. "engines": {
  1423. "node": "^20.19.0 || >=22.12.0"
  1424. }
  1425. },
  1426. "node_modules/@rolldown/binding-win32-x64-msvc": {
  1427. "version": "1.0.3",
  1428. "resolved": "https://registry.npmmirror.com/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.3.tgz",
  1429. "integrity": "sha512-eXB7CHuaQdqmJcc3koCNtNPmT/bj2gc999kUFgBxG8Ac0NdgXc4rkCHhqrgrhN3zddvvvrgzj1e90SuSfmyIXA==",
  1430. "cpu": [
  1431. "x64"
  1432. ],
  1433. "license": "MIT",
  1434. "optional": true,
  1435. "os": [
  1436. "win32"
  1437. ],
  1438. "engines": {
  1439. "node": "^20.19.0 || >=22.12.0"
  1440. }
  1441. },
  1442. "node_modules/@rolldown/pluginutils": {
  1443. "version": "1.0.1",
  1444. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
  1445. "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
  1446. "devOptional": true,
  1447. "license": "MIT"
  1448. },
  1449. "node_modules/@tailwindcss/node": {
  1450. "version": "4.3.1",
  1451. "resolved": "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.3.1.tgz",
  1452. "integrity": "sha512-6NDaqRoAMSXD1mr/RXu0HBvNE9a2n5tHPsxu9XHLws8o4Twes5rBM2205SUUiJ9goAtadrN6xTGX0UDEwp/N4A==",
  1453. "dev": true,
  1454. "license": "MIT",
  1455. "dependencies": {
  1456. "@jridgewell/remapping": "^2.3.5",
  1457. "enhanced-resolve": "5.21.6",
  1458. "jiti": "^2.7.0",
  1459. "lightningcss": "1.32.0",
  1460. "magic-string": "^0.30.21",
  1461. "source-map-js": "^1.2.1",
  1462. "tailwindcss": "4.3.1"
  1463. }
  1464. },
  1465. "node_modules/@tailwindcss/oxide": {
  1466. "version": "4.3.1",
  1467. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.3.1.tgz",
  1468. "integrity": "sha512-yVPyo8RNkabVr3O2EhHEE0Rewu7YKzc1DhIqfL46LKveFrmu9XbDazNOJY7/GRuvw1h6u3utWnR29H/p5JPlgA==",
  1469. "dev": true,
  1470. "license": "MIT",
  1471. "engines": {
  1472. "node": ">= 20"
  1473. },
  1474. "optionalDependencies": {
  1475. "@tailwindcss/oxide-android-arm64": "4.3.1",
  1476. "@tailwindcss/oxide-darwin-arm64": "4.3.1",
  1477. "@tailwindcss/oxide-darwin-x64": "4.3.1",
  1478. "@tailwindcss/oxide-freebsd-x64": "4.3.1",
  1479. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.1",
  1480. "@tailwindcss/oxide-linux-arm64-gnu": "4.3.1",
  1481. "@tailwindcss/oxide-linux-arm64-musl": "4.3.1",
  1482. "@tailwindcss/oxide-linux-x64-gnu": "4.3.1",
  1483. "@tailwindcss/oxide-linux-x64-musl": "4.3.1",
  1484. "@tailwindcss/oxide-wasm32-wasi": "4.3.1",
  1485. "@tailwindcss/oxide-win32-arm64-msvc": "4.3.1",
  1486. "@tailwindcss/oxide-win32-x64-msvc": "4.3.1"
  1487. }
  1488. },
  1489. "node_modules/@tailwindcss/oxide-android-arm64": {
  1490. "version": "4.3.1",
  1491. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.1.tgz",
  1492. "integrity": "sha512-SVlyf61g374l5cHyg8x9kf5xmLcOaxvOTsbsqDnSsDJaKOEFZ7GCvi84VAVGpxojYOs1+3K6M0UjXfqPU8vmOQ==",
  1493. "cpu": [
  1494. "arm64"
  1495. ],
  1496. "dev": true,
  1497. "license": "MIT",
  1498. "optional": true,
  1499. "os": [
  1500. "android"
  1501. ],
  1502. "engines": {
  1503. "node": ">= 20"
  1504. }
  1505. },
  1506. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1507. "version": "4.3.1",
  1508. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.1.tgz",
  1509. "integrity": "sha512-hVnWLwv+e/l7c4WKyVtHVrIPvYdqWHjRB3MDIqARynzFtnQg85kmQEFCbV9Ja0VVx4xXTIiDWY60Y7iz/iNoDA==",
  1510. "cpu": [
  1511. "arm64"
  1512. ],
  1513. "dev": true,
  1514. "license": "MIT",
  1515. "optional": true,
  1516. "os": [
  1517. "darwin"
  1518. ],
  1519. "engines": {
  1520. "node": ">= 20"
  1521. }
  1522. },
  1523. "node_modules/@tailwindcss/oxide-darwin-x64": {
  1524. "version": "4.3.1",
  1525. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.1.tgz",
  1526. "integrity": "sha512-Cf7abu0WVgbhU7ANgPUnSAvm7nCvMweusHb8FnaHlLfv/Caq4GYaEZg7ZImzzmjx4lIAfuS8q+eLIS7A7IzxIg==",
  1527. "cpu": [
  1528. "x64"
  1529. ],
  1530. "dev": true,
  1531. "license": "MIT",
  1532. "optional": true,
  1533. "os": [
  1534. "darwin"
  1535. ],
  1536. "engines": {
  1537. "node": ">= 20"
  1538. }
  1539. },
  1540. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  1541. "version": "4.3.1",
  1542. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.1.tgz",
  1543. "integrity": "sha512-ZZqzX2Y+GXtXXfqSfpJhDm60OoZfvLHLCgm+J7NVqgHHJjG/m9ugZI77RwTsVd4fnBJuCFP6Ae6kTJb71UdS8g==",
  1544. "cpu": [
  1545. "x64"
  1546. ],
  1547. "dev": true,
  1548. "license": "MIT",
  1549. "optional": true,
  1550. "os": [
  1551. "freebsd"
  1552. ],
  1553. "engines": {
  1554. "node": ">= 20"
  1555. }
  1556. },
  1557. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  1558. "version": "4.3.1",
  1559. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.1.tgz",
  1560. "integrity": "sha512-/Ah/xik0LaMYfv9DZ0S/t4pBlBNYOcqtRwusjgovHkvT8ixueWCLyJjsaF5kQIckjb4IT8Q6K6p/iPmZMixYgg==",
  1561. "cpu": [
  1562. "arm"
  1563. ],
  1564. "dev": true,
  1565. "license": "MIT",
  1566. "optional": true,
  1567. "os": [
  1568. "linux"
  1569. ],
  1570. "engines": {
  1571. "node": ">= 20"
  1572. }
  1573. },
  1574. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  1575. "version": "4.3.1",
  1576. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.1.tgz",
  1577. "integrity": "sha512-gqdFoVJlw444GvpnheZLHmvTzSxI/cOUUh2KSNejQjTcYkW062SVD+En0rUgD+QV91bz1XGIGtt1HJd48xUGbQ==",
  1578. "cpu": [
  1579. "arm64"
  1580. ],
  1581. "dev": true,
  1582. "libc": [
  1583. "glibc"
  1584. ],
  1585. "license": "MIT",
  1586. "optional": true,
  1587. "os": [
  1588. "linux"
  1589. ],
  1590. "engines": {
  1591. "node": ">= 20"
  1592. }
  1593. },
  1594. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  1595. "version": "4.3.1",
  1596. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.1.tgz",
  1597. "integrity": "sha512-Bwv9KwOvE0VKa86xPFif9b9c3Y1NxOV1P0gLti/IYaWEsQYZXDlxfGEtA8mdDZ7SG3wyNXAWYT5SIn3giL57oA==",
  1598. "cpu": [
  1599. "arm64"
  1600. ],
  1601. "dev": true,
  1602. "libc": [
  1603. "musl"
  1604. ],
  1605. "license": "MIT",
  1606. "optional": true,
  1607. "os": [
  1608. "linux"
  1609. ],
  1610. "engines": {
  1611. "node": ">= 20"
  1612. }
  1613. },
  1614. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  1615. "version": "4.3.1",
  1616. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.1.tgz",
  1617. "integrity": "sha512-Ymi8O8T15HYQdOUWUtTI6ldN0neHP85FC+Qz32xTcZ7iJXtem/x8ITev0o1e9e5rkqj4lONZfTRLvkmin1+tKg==",
  1618. "cpu": [
  1619. "x64"
  1620. ],
  1621. "dev": true,
  1622. "libc": [
  1623. "glibc"
  1624. ],
  1625. "license": "MIT",
  1626. "optional": true,
  1627. "os": [
  1628. "linux"
  1629. ],
  1630. "engines": {
  1631. "node": ">= 20"
  1632. }
  1633. },
  1634. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  1635. "version": "4.3.1",
  1636. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.1.tgz",
  1637. "integrity": "sha512-M+P/91qJ6uILLw4k2G93GMDRAXj61SMvFQYt39AqvUqYgExXpLL5aepfns7sj4HiAQeolirQF9E0lzRvdf4zPQ==",
  1638. "cpu": [
  1639. "x64"
  1640. ],
  1641. "dev": true,
  1642. "libc": [
  1643. "musl"
  1644. ],
  1645. "license": "MIT",
  1646. "optional": true,
  1647. "os": [
  1648. "linux"
  1649. ],
  1650. "engines": {
  1651. "node": ">= 20"
  1652. }
  1653. },
  1654. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  1655. "version": "4.3.1",
  1656. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.1.tgz",
  1657. "integrity": "sha512-zsM8uOeqvVGHsAXsJxsT28ttosFahLJKCLOTUBqRAtKnVgGSRitds9T432QiT8b77Yga7JIBkulIRRlJPtYhRA==",
  1658. "bundleDependencies": [
  1659. "@napi-rs/wasm-runtime",
  1660. "@emnapi/core",
  1661. "@emnapi/runtime",
  1662. "@tybys/wasm-util",
  1663. "@emnapi/wasi-threads",
  1664. "tslib"
  1665. ],
  1666. "cpu": [
  1667. "wasm32"
  1668. ],
  1669. "dev": true,
  1670. "license": "MIT",
  1671. "optional": true,
  1672. "dependencies": {
  1673. "@emnapi/core": "^1.10.0",
  1674. "@emnapi/runtime": "^1.10.0",
  1675. "@emnapi/wasi-threads": "^1.2.1",
  1676. "@napi-rs/wasm-runtime": "^1.1.4",
  1677. "@tybys/wasm-util": "^0.10.2",
  1678. "tslib": "^2.8.1"
  1679. },
  1680. "engines": {
  1681. "node": ">=14.0.0"
  1682. }
  1683. },
  1684. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  1685. "version": "4.3.1",
  1686. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.1.tgz",
  1687. "integrity": "sha512-aiNvSq9BsVk8V513lDKlrCFAgf8qBMPZTpgEhInL+NwQqs97mYmupVMrPrgBBSL8Pv/0zXu9MrMF9rMun1ZeNg==",
  1688. "cpu": [
  1689. "arm64"
  1690. ],
  1691. "dev": true,
  1692. "license": "MIT",
  1693. "optional": true,
  1694. "os": [
  1695. "win32"
  1696. ],
  1697. "engines": {
  1698. "node": ">= 20"
  1699. }
  1700. },
  1701. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  1702. "version": "4.3.1",
  1703. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.1.tgz",
  1704. "integrity": "sha512-xDEyu1rg290472FEGaKHnzyDyh5QH+AlWvsU5hMoMtPpzmKlRI0jaYKCgSHDYtaQWZOYbMaduSyCwFwY4n1HmA==",
  1705. "cpu": [
  1706. "x64"
  1707. ],
  1708. "dev": true,
  1709. "license": "MIT",
  1710. "optional": true,
  1711. "os": [
  1712. "win32"
  1713. ],
  1714. "engines": {
  1715. "node": ">= 20"
  1716. }
  1717. },
  1718. "node_modules/@tailwindcss/vite": {
  1719. "version": "4.3.1",
  1720. "resolved": "https://registry.npmmirror.com/@tailwindcss/vite/-/vite-4.3.1.tgz",
  1721. "integrity": "sha512-hItDHuIIlEV61R+faXu66s1K36aTurO/Qw0e45Vskz57gXl9pWOT6eg3zmcEui6CZXddbN7zd41bwmvag4JGwQ==",
  1722. "dev": true,
  1723. "license": "MIT",
  1724. "dependencies": {
  1725. "@tailwindcss/node": "4.3.1",
  1726. "@tailwindcss/oxide": "4.3.1",
  1727. "tailwindcss": "4.3.1"
  1728. },
  1729. "peerDependencies": {
  1730. "vite": "^5.2.0 || ^6 || ^7 || ^8"
  1731. }
  1732. },
  1733. "node_modules/@tsconfig/node24": {
  1734. "version": "24.0.4",
  1735. "resolved": "https://registry.npmmirror.com/@tsconfig/node24/-/node24-24.0.4.tgz",
  1736. "integrity": "sha512-2A933l5P5oCbv6qSxHs7ckKwobs8BDAe9SJ/Xr2Hy+nDlwmLE1GhFh/g/vXGRZWgxBg9nX/5piDtHR9Dkw/XuA==",
  1737. "dev": true,
  1738. "license": "MIT"
  1739. },
  1740. "node_modules/@tybys/wasm-util": {
  1741. "version": "0.10.2",
  1742. "resolved": "https://registry.npmmirror.com/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
  1743. "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
  1744. "license": "MIT",
  1745. "optional": true,
  1746. "dependencies": {
  1747. "tslib": "^2.4.0"
  1748. }
  1749. },
  1750. "node_modules/@types/esrecurse": {
  1751. "version": "4.3.1",
  1752. "resolved": "https://registry.npmmirror.com/@types/esrecurse/-/esrecurse-4.3.1.tgz",
  1753. "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
  1754. "dev": true,
  1755. "license": "MIT"
  1756. },
  1757. "node_modules/@types/estree": {
  1758. "version": "1.0.9",
  1759. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.9.tgz",
  1760. "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
  1761. "dev": true,
  1762. "license": "MIT"
  1763. },
  1764. "node_modules/@types/jsesc": {
  1765. "version": "2.5.1",
  1766. "resolved": "https://registry.npmmirror.com/@types/jsesc/-/jsesc-2.5.1.tgz",
  1767. "integrity": "sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==",
  1768. "license": "MIT"
  1769. },
  1770. "node_modules/@types/json-schema": {
  1771. "version": "7.0.15",
  1772. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  1773. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  1774. "dev": true,
  1775. "license": "MIT"
  1776. },
  1777. "node_modules/@types/node": {
  1778. "version": "24.13.2",
  1779. "resolved": "https://registry.npmmirror.com/@types/node/-/node-24.13.2.tgz",
  1780. "integrity": "sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==",
  1781. "devOptional": true,
  1782. "license": "MIT",
  1783. "dependencies": {
  1784. "undici-types": "~7.18.0"
  1785. }
  1786. },
  1787. "node_modules/@typescript-eslint/eslint-plugin": {
  1788. "version": "8.62.0",
  1789. "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.62.0.tgz",
  1790. "integrity": "sha512-o+mpz7EYiMzXoySXiKmzlabIvTVqUuK5yLrAedRPRDA0IpPFMUV1IXt6OqljIxX/kumN6EjUYp41Hqelh6p/Dw==",
  1791. "dev": true,
  1792. "license": "MIT",
  1793. "dependencies": {
  1794. "@eslint-community/regexpp": "^4.12.2",
  1795. "@typescript-eslint/scope-manager": "8.62.0",
  1796. "@typescript-eslint/type-utils": "8.62.0",
  1797. "@typescript-eslint/utils": "8.62.0",
  1798. "@typescript-eslint/visitor-keys": "8.62.0",
  1799. "ignore": "^7.0.5",
  1800. "natural-compare": "^1.4.0",
  1801. "ts-api-utils": "^2.5.0"
  1802. },
  1803. "engines": {
  1804. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1805. },
  1806. "funding": {
  1807. "type": "opencollective",
  1808. "url": "https://opencollective.com/typescript-eslint"
  1809. },
  1810. "peerDependencies": {
  1811. "@typescript-eslint/parser": "^8.62.0",
  1812. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1813. "typescript": ">=4.8.4 <6.1.0"
  1814. }
  1815. },
  1816. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  1817. "version": "7.0.5",
  1818. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.5.tgz",
  1819. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  1820. "dev": true,
  1821. "license": "MIT",
  1822. "engines": {
  1823. "node": ">= 4"
  1824. }
  1825. },
  1826. "node_modules/@typescript-eslint/parser": {
  1827. "version": "8.62.0",
  1828. "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-8.62.0.tgz",
  1829. "integrity": "sha512-dzHeT2gySzZtLDsuqxU9AkYgIsQoHAHtRBpOqM+Ofzx1Bwrd2RcCjQJ+6iQbsHOIR6NS33bF2W1k3blN1zLDrA==",
  1830. "dev": true,
  1831. "license": "MIT",
  1832. "dependencies": {
  1833. "@typescript-eslint/scope-manager": "8.62.0",
  1834. "@typescript-eslint/types": "8.62.0",
  1835. "@typescript-eslint/typescript-estree": "8.62.0",
  1836. "@typescript-eslint/visitor-keys": "8.62.0",
  1837. "debug": "^4.4.3"
  1838. },
  1839. "engines": {
  1840. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1841. },
  1842. "funding": {
  1843. "type": "opencollective",
  1844. "url": "https://opencollective.com/typescript-eslint"
  1845. },
  1846. "peerDependencies": {
  1847. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1848. "typescript": ">=4.8.4 <6.1.0"
  1849. }
  1850. },
  1851. "node_modules/@typescript-eslint/project-service": {
  1852. "version": "8.62.0",
  1853. "resolved": "https://registry.npmmirror.com/@typescript-eslint/project-service/-/project-service-8.62.0.tgz",
  1854. "integrity": "sha512-wexnCqiTg7BOGtbLDftYpRWlmLq4xfoMd7BKFR6Y75sZS3QmRKLdN3yWLhmIYgqMmP/OXWpj3H8odkb5nGURCQ==",
  1855. "dev": true,
  1856. "license": "MIT",
  1857. "dependencies": {
  1858. "@typescript-eslint/tsconfig-utils": "^8.62.0",
  1859. "@typescript-eslint/types": "^8.62.0",
  1860. "debug": "^4.4.3"
  1861. },
  1862. "engines": {
  1863. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1864. },
  1865. "funding": {
  1866. "type": "opencollective",
  1867. "url": "https://opencollective.com/typescript-eslint"
  1868. },
  1869. "peerDependencies": {
  1870. "typescript": ">=4.8.4 <6.1.0"
  1871. }
  1872. },
  1873. "node_modules/@typescript-eslint/scope-manager": {
  1874. "version": "8.62.0",
  1875. "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-8.62.0.tgz",
  1876. "integrity": "sha512-1lX38kNxXIRb8mEc3lbq5mdHq1Pf2+U0nFU65KfT18mtPxxl0fvjuEE92mHuXPuCtElJhOrddOpyMlM3Z0umEA==",
  1877. "dev": true,
  1878. "license": "MIT",
  1879. "dependencies": {
  1880. "@typescript-eslint/types": "8.62.0",
  1881. "@typescript-eslint/visitor-keys": "8.62.0"
  1882. },
  1883. "engines": {
  1884. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1885. },
  1886. "funding": {
  1887. "type": "opencollective",
  1888. "url": "https://opencollective.com/typescript-eslint"
  1889. }
  1890. },
  1891. "node_modules/@typescript-eslint/tsconfig-utils": {
  1892. "version": "8.62.0",
  1893. "resolved": "https://registry.npmmirror.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.0.tgz",
  1894. "integrity": "sha512-y2GAdB6ykaXUvuspbYnizQc4oDDz0Tz/Yc7iWrXf9mx8vm/L/0vLHCe0tS2boG96Zy+DivnVDQ9ZUEWoHqqx1g==",
  1895. "dev": true,
  1896. "license": "MIT",
  1897. "engines": {
  1898. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1899. },
  1900. "funding": {
  1901. "type": "opencollective",
  1902. "url": "https://opencollective.com/typescript-eslint"
  1903. },
  1904. "peerDependencies": {
  1905. "typescript": ">=4.8.4 <6.1.0"
  1906. }
  1907. },
  1908. "node_modules/@typescript-eslint/type-utils": {
  1909. "version": "8.62.0",
  1910. "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-8.62.0.tgz",
  1911. "integrity": "sha512-+g5O3j0w2ldzC86Pv6fvbO/xhAonbJFIdf/MKQ1d30gndlsVzUOE83ldfSE15Qrl9fhFjK6AovHs5Wpp6vx86w==",
  1912. "dev": true,
  1913. "license": "MIT",
  1914. "dependencies": {
  1915. "@typescript-eslint/types": "8.62.0",
  1916. "@typescript-eslint/typescript-estree": "8.62.0",
  1917. "@typescript-eslint/utils": "8.62.0",
  1918. "debug": "^4.4.3",
  1919. "ts-api-utils": "^2.5.0"
  1920. },
  1921. "engines": {
  1922. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1923. },
  1924. "funding": {
  1925. "type": "opencollective",
  1926. "url": "https://opencollective.com/typescript-eslint"
  1927. },
  1928. "peerDependencies": {
  1929. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1930. "typescript": ">=4.8.4 <6.1.0"
  1931. }
  1932. },
  1933. "node_modules/@typescript-eslint/types": {
  1934. "version": "8.62.0",
  1935. "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.62.0.tgz",
  1936. "integrity": "sha512-KvAclkktORPvM54TgLgA4z9HIV1M8zOgw9ZVNXl9f/8dLYfXYX1wkMXP7qmabpijQRV5bHJLOmoyGQbLMaUYeg==",
  1937. "dev": true,
  1938. "license": "MIT",
  1939. "engines": {
  1940. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1941. },
  1942. "funding": {
  1943. "type": "opencollective",
  1944. "url": "https://opencollective.com/typescript-eslint"
  1945. }
  1946. },
  1947. "node_modules/@typescript-eslint/typescript-estree": {
  1948. "version": "8.62.0",
  1949. "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.62.0.tgz",
  1950. "integrity": "sha512-+hVbNxtW64pIcZWDPGbyaKF7vp2IBTVY5ma1blwwksrjdsbdqqEKvJWMGbBofei4F6Dovx1M0RJgoFeNu2279A==",
  1951. "dev": true,
  1952. "license": "MIT",
  1953. "dependencies": {
  1954. "@typescript-eslint/project-service": "8.62.0",
  1955. "@typescript-eslint/tsconfig-utils": "8.62.0",
  1956. "@typescript-eslint/types": "8.62.0",
  1957. "@typescript-eslint/visitor-keys": "8.62.0",
  1958. "debug": "^4.4.3",
  1959. "minimatch": "^10.2.2",
  1960. "semver": "^7.7.3",
  1961. "tinyglobby": "^0.2.15",
  1962. "ts-api-utils": "^2.5.0"
  1963. },
  1964. "engines": {
  1965. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1966. },
  1967. "funding": {
  1968. "type": "opencollective",
  1969. "url": "https://opencollective.com/typescript-eslint"
  1970. },
  1971. "peerDependencies": {
  1972. "typescript": ">=4.8.4 <6.1.0"
  1973. }
  1974. },
  1975. "node_modules/@typescript-eslint/utils": {
  1976. "version": "8.62.0",
  1977. "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-8.62.0.tgz",
  1978. "integrity": "sha512-82r66fi9zYwZ+mTq3vKgwjbZ1PVk/DJzrXFLpG6RnBbdvH8TEGVHIs9H4d2drhkOzf0syZuD/OZvvlu6GDbP4g==",
  1979. "dev": true,
  1980. "license": "MIT",
  1981. "dependencies": {
  1982. "@eslint-community/eslint-utils": "^4.9.1",
  1983. "@typescript-eslint/scope-manager": "8.62.0",
  1984. "@typescript-eslint/types": "8.62.0",
  1985. "@typescript-eslint/typescript-estree": "8.62.0"
  1986. },
  1987. "engines": {
  1988. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1989. },
  1990. "funding": {
  1991. "type": "opencollective",
  1992. "url": "https://opencollective.com/typescript-eslint"
  1993. },
  1994. "peerDependencies": {
  1995. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1996. "typescript": ">=4.8.4 <6.1.0"
  1997. }
  1998. },
  1999. "node_modules/@typescript-eslint/visitor-keys": {
  2000. "version": "8.62.0",
  2001. "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.0.tgz",
  2002. "integrity": "sha512-CY3uyFSRbcQv3nnSv8S0+lDftMVz6P963PoRlxrV7ew/Md564g9ut60PYzdLM5qW4jFn93GBF+Soi90ISAN+GQ==",
  2003. "dev": true,
  2004. "license": "MIT",
  2005. "dependencies": {
  2006. "@typescript-eslint/types": "8.62.0",
  2007. "eslint-visitor-keys": "^5.0.0"
  2008. },
  2009. "engines": {
  2010. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2011. },
  2012. "funding": {
  2013. "type": "opencollective",
  2014. "url": "https://opencollective.com/typescript-eslint"
  2015. }
  2016. },
  2017. "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
  2018. "version": "5.0.1",
  2019. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  2020. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  2021. "dev": true,
  2022. "license": "Apache-2.0",
  2023. "engines": {
  2024. "node": "^20.19.0 || ^22.13.0 || >=24"
  2025. },
  2026. "funding": {
  2027. "url": "https://opencollective.com/eslint"
  2028. }
  2029. },
  2030. "node_modules/@vitejs/plugin-vue": {
  2031. "version": "6.0.7",
  2032. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-6.0.7.tgz",
  2033. "integrity": "sha512-km+p+XdSz9Sxm5rqUbqcSfZYaAniKxWBj1KURl+Jr7UaPvvX7BmaWMdP69I5rrFDeQGyxAG7NXdc57vz+snhWg==",
  2034. "dev": true,
  2035. "license": "MIT",
  2036. "dependencies": {
  2037. "@rolldown/pluginutils": "^1.0.1"
  2038. },
  2039. "engines": {
  2040. "node": "^20.19.0 || >=22.12.0"
  2041. },
  2042. "peerDependencies": {
  2043. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  2044. "vue": "^3.2.25"
  2045. }
  2046. },
  2047. "node_modules/@volar/language-core": {
  2048. "version": "2.4.28",
  2049. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.28.tgz",
  2050. "integrity": "sha512-w4qhIJ8ZSitgLAkVay6AbcnC7gP3glYM3fYwKV3srj8m494E3xtrCv6E+bWviiK/8hs6e6t1ij1s2Endql7vzQ==",
  2051. "dev": true,
  2052. "license": "MIT",
  2053. "dependencies": {
  2054. "@volar/source-map": "2.4.28"
  2055. }
  2056. },
  2057. "node_modules/@volar/source-map": {
  2058. "version": "2.4.28",
  2059. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.28.tgz",
  2060. "integrity": "sha512-yX2BDBqJkRXfKw8my8VarTyjv48QwxdJtvRgUpNE5erCsgEUdI2DsLbpa+rOQVAJYshY99szEcRDmyHbF10ggQ==",
  2061. "dev": true,
  2062. "license": "MIT"
  2063. },
  2064. "node_modules/@volar/typescript": {
  2065. "version": "2.4.28",
  2066. "resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-2.4.28.tgz",
  2067. "integrity": "sha512-Ja6yvWrbis2QtN4ClAKreeUZPVYMARDYZl9LMEv1iQ1QdepB6wn0jTRxA9MftYmYa4DQ4k/DaSZpFPUfxl8giw==",
  2068. "dev": true,
  2069. "license": "MIT",
  2070. "dependencies": {
  2071. "@volar/language-core": "2.4.28",
  2072. "path-browserify": "^1.0.1",
  2073. "vscode-uri": "^3.0.8"
  2074. }
  2075. },
  2076. "node_modules/@vue-macros/common": {
  2077. "version": "3.1.2",
  2078. "resolved": "https://registry.npmmirror.com/@vue-macros/common/-/common-3.1.2.tgz",
  2079. "integrity": "sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==",
  2080. "license": "MIT",
  2081. "dependencies": {
  2082. "@vue/compiler-sfc": "^3.5.22",
  2083. "ast-kit": "^2.1.2",
  2084. "local-pkg": "^1.1.2",
  2085. "magic-string-ast": "^1.0.2",
  2086. "unplugin-utils": "^0.3.0"
  2087. },
  2088. "engines": {
  2089. "node": ">=20.19.0"
  2090. },
  2091. "funding": {
  2092. "url": "https://github.com/sponsors/vue-macros"
  2093. },
  2094. "peerDependencies": {
  2095. "vue": "^2.7.0 || ^3.2.25"
  2096. },
  2097. "peerDependenciesMeta": {
  2098. "vue": {
  2099. "optional": true
  2100. }
  2101. }
  2102. },
  2103. "node_modules/@vue/babel-helper-vue-transform-on": {
  2104. "version": "1.5.0",
  2105. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz",
  2106. "integrity": "sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==",
  2107. "dev": true,
  2108. "license": "MIT"
  2109. },
  2110. "node_modules/@vue/babel-plugin-jsx": {
  2111. "version": "1.5.0",
  2112. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
  2113. "integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
  2114. "dev": true,
  2115. "license": "MIT",
  2116. "dependencies": {
  2117. "@babel/helper-module-imports": "^7.27.1",
  2118. "@babel/helper-plugin-utils": "^7.27.1",
  2119. "@babel/plugin-syntax-jsx": "^7.27.1",
  2120. "@babel/template": "^7.27.2",
  2121. "@babel/traverse": "^7.28.0",
  2122. "@babel/types": "^7.28.2",
  2123. "@vue/babel-helper-vue-transform-on": "1.5.0",
  2124. "@vue/babel-plugin-resolve-type": "1.5.0",
  2125. "@vue/shared": "^3.5.18"
  2126. },
  2127. "peerDependencies": {
  2128. "@babel/core": "^7.0.0-0"
  2129. },
  2130. "peerDependenciesMeta": {
  2131. "@babel/core": {
  2132. "optional": true
  2133. }
  2134. }
  2135. },
  2136. "node_modules/@vue/babel-plugin-resolve-type": {
  2137. "version": "1.5.0",
  2138. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz",
  2139. "integrity": "sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==",
  2140. "dev": true,
  2141. "license": "MIT",
  2142. "dependencies": {
  2143. "@babel/code-frame": "^7.27.1",
  2144. "@babel/helper-module-imports": "^7.27.1",
  2145. "@babel/helper-plugin-utils": "^7.27.1",
  2146. "@babel/parser": "^7.28.0",
  2147. "@vue/compiler-sfc": "^3.5.18"
  2148. },
  2149. "funding": {
  2150. "url": "https://github.com/sponsors/sxzz"
  2151. },
  2152. "peerDependencies": {
  2153. "@babel/core": "^7.0.0-0"
  2154. }
  2155. },
  2156. "node_modules/@vue/compiler-core": {
  2157. "version": "3.5.38",
  2158. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.38.tgz",
  2159. "integrity": "sha512-s99aGxWYig9ErHbct27KXEGhrBYlRI6c4MwAgXErOAbX9xiW37/uMa+XUDO69zLz83dng8UUZ70CTOJrLrYrEQ==",
  2160. "license": "MIT",
  2161. "dependencies": {
  2162. "@babel/parser": "^7.29.7",
  2163. "@vue/shared": "3.5.38",
  2164. "entities": "^7.0.1",
  2165. "estree-walker": "^2.0.2",
  2166. "source-map-js": "^1.2.1"
  2167. }
  2168. },
  2169. "node_modules/@vue/compiler-dom": {
  2170. "version": "3.5.38",
  2171. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.38.tgz",
  2172. "integrity": "sha512-JTqp25l8aFfJYF7/KmsXZjAxJz7T+SjmTJLoXVjHtc2BrSgSiW2n9Aem/cWq1OPe68A8JL06B3eVdhlP0H4TVw==",
  2173. "license": "MIT",
  2174. "dependencies": {
  2175. "@vue/compiler-core": "3.5.38",
  2176. "@vue/shared": "3.5.38"
  2177. }
  2178. },
  2179. "node_modules/@vue/compiler-sfc": {
  2180. "version": "3.5.38",
  2181. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.38.tgz",
  2182. "integrity": "sha512-DuA2GiZawSEW442iw/9+Fkol8hTgb4Ke5KkhmSry65QA7YuyMbIdy8p0XZRMvNwJdgRz307W8g1CSzdvS4nuNg==",
  2183. "license": "MIT",
  2184. "dependencies": {
  2185. "@babel/parser": "^7.29.7",
  2186. "@vue/compiler-core": "3.5.38",
  2187. "@vue/compiler-dom": "3.5.38",
  2188. "@vue/compiler-ssr": "3.5.38",
  2189. "@vue/shared": "3.5.38",
  2190. "estree-walker": "^2.0.2",
  2191. "magic-string": "^0.30.21",
  2192. "postcss": "^8.5.15",
  2193. "source-map-js": "^1.2.1"
  2194. }
  2195. },
  2196. "node_modules/@vue/compiler-ssr": {
  2197. "version": "3.5.38",
  2198. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.38.tgz",
  2199. "integrity": "sha512-7s+W5Gc42FGxZMcuwl8H5B29T8BJPMdBT7KHFE+BbAuZ/iTEdTtv7z2XiMjiaUUw4w3ZcCEdHs36RuYJ2VA7bA==",
  2200. "license": "MIT",
  2201. "dependencies": {
  2202. "@vue/compiler-dom": "3.5.38",
  2203. "@vue/shared": "3.5.38"
  2204. }
  2205. },
  2206. "node_modules/@vue/devtools-api": {
  2207. "version": "7.7.9",
  2208. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.7.9.tgz",
  2209. "integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==",
  2210. "license": "MIT",
  2211. "dependencies": {
  2212. "@vue/devtools-kit": "^7.7.9"
  2213. }
  2214. },
  2215. "node_modules/@vue/devtools-core": {
  2216. "version": "8.1.3",
  2217. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-8.1.3.tgz",
  2218. "integrity": "sha512-xezkv5/CPH/o5C8PE2Len9MnTJMsctYYQbKbbUiNOJpKd+fRHj27nKDb/sbtYI8NSQduegeQhCJGKRgAiOV6Uw==",
  2219. "dev": true,
  2220. "license": "MIT",
  2221. "dependencies": {
  2222. "@vue/devtools-kit": "^8.1.3",
  2223. "@vue/devtools-shared": "^8.1.3"
  2224. },
  2225. "peerDependencies": {
  2226. "vue": "^3.0.0"
  2227. }
  2228. },
  2229. "node_modules/@vue/devtools-core/node_modules/@vue/devtools-kit": {
  2230. "version": "8.1.3",
  2231. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-8.1.3.tgz",
  2232. "integrity": "sha512-cRn7GXiCQkMYU2Z3h3pM4YO/ndbx9FY1yLDAqIqPLcmIq4H6zAOJHein6tvZU3AfPwgrodqLiPBEF+YQaS8AxA==",
  2233. "dev": true,
  2234. "license": "MIT",
  2235. "dependencies": {
  2236. "@vue/devtools-shared": "^8.1.3",
  2237. "birpc": "^2.6.1",
  2238. "hookable": "^5.5.3",
  2239. "perfect-debounce": "^2.0.0"
  2240. }
  2241. },
  2242. "node_modules/@vue/devtools-core/node_modules/@vue/devtools-shared": {
  2243. "version": "8.1.3",
  2244. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-8.1.3.tgz",
  2245. "integrity": "sha512-CM3uIPL+v+lrJUk33+pxspYo0MhuMWlCvf7zC9fybifvCPyM2jUbYRPwoYEJgYbwRqPikm5HozbUhp60MF2QuA==",
  2246. "dev": true,
  2247. "license": "MIT"
  2248. },
  2249. "node_modules/@vue/devtools-core/node_modules/perfect-debounce": {
  2250. "version": "2.1.0",
  2251. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  2252. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  2253. "dev": true,
  2254. "license": "MIT"
  2255. },
  2256. "node_modules/@vue/devtools-kit": {
  2257. "version": "7.7.9",
  2258. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz",
  2259. "integrity": "sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==",
  2260. "license": "MIT",
  2261. "dependencies": {
  2262. "@vue/devtools-shared": "^7.7.9",
  2263. "birpc": "^2.3.0",
  2264. "hookable": "^5.5.3",
  2265. "mitt": "^3.0.1",
  2266. "perfect-debounce": "^1.0.0",
  2267. "speakingurl": "^14.0.1",
  2268. "superjson": "^2.2.2"
  2269. }
  2270. },
  2271. "node_modules/@vue/devtools-shared": {
  2272. "version": "7.7.9",
  2273. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz",
  2274. "integrity": "sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==",
  2275. "license": "MIT",
  2276. "dependencies": {
  2277. "rfdc": "^1.4.1"
  2278. }
  2279. },
  2280. "node_modules/@vue/eslint-config-typescript": {
  2281. "version": "14.9.0",
  2282. "resolved": "https://registry.npmmirror.com/@vue/eslint-config-typescript/-/eslint-config-typescript-14.9.0.tgz",
  2283. "integrity": "sha512-E3j9hDlfVf10F30MRcLTPY2IIhWIx1nsvkVukk14kTcuA+oBVot9zsP1hzsO+PAMDxV3Fd9FimBJtUBNBL5KFA==",
  2284. "dev": true,
  2285. "license": "MIT",
  2286. "dependencies": {
  2287. "@typescript-eslint/utils": "^8.60.0",
  2288. "fast-glob": "^3.3.3",
  2289. "typescript-eslint": "^8.60.0",
  2290. "vue-eslint-parser": "^10.4.0"
  2291. },
  2292. "bin": {
  2293. "vue-eslint-config-typescript": "dist/bin.js"
  2294. },
  2295. "engines": {
  2296. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2297. },
  2298. "peerDependencies": {
  2299. "eslint": "^9.10.0 || ^10.0.0",
  2300. "eslint-plugin-vue": "^9.28.0 || ^10.0.0",
  2301. "typescript": ">=4.8.4"
  2302. },
  2303. "peerDependenciesMeta": {
  2304. "typescript": {
  2305. "optional": true
  2306. }
  2307. }
  2308. },
  2309. "node_modules/@vue/language-core": {
  2310. "version": "3.3.5",
  2311. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-3.3.5.tgz",
  2312. "integrity": "sha512-UkKu5nhX89fg4VhlG/FOeI10G3cj/7radKT/cy9BT4Q9qJmJlSTAc/dP63Xqs29aypN4f39xUV6PsLNk/dcD6g==",
  2313. "dev": true,
  2314. "license": "MIT",
  2315. "dependencies": {
  2316. "@volar/language-core": "2.4.28",
  2317. "@vue/compiler-dom": "^3.5.0",
  2318. "@vue/shared": "^3.5.0",
  2319. "alien-signals": "^3.2.0",
  2320. "muggle-string": "^0.4.1",
  2321. "path-browserify": "^1.0.1",
  2322. "picomatch": "^4.0.4"
  2323. }
  2324. },
  2325. "node_modules/@vue/language-core/node_modules/picomatch": {
  2326. "version": "4.0.4",
  2327. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.4.tgz",
  2328. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  2329. "dev": true,
  2330. "license": "MIT",
  2331. "engines": {
  2332. "node": ">=12"
  2333. },
  2334. "funding": {
  2335. "url": "https://github.com/sponsors/jonschlinkert"
  2336. }
  2337. },
  2338. "node_modules/@vue/reactivity": {
  2339. "version": "3.5.38",
  2340. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.38.tgz",
  2341. "integrity": "sha512-pG6LV/NDNRbKizcUjFFLAfjaL8mcv4DmR9avNcUw2gDHBzZneuS2TWCmp633ynzxz9YYKNeEPK2I8Wraqy2HUQ==",
  2342. "license": "MIT",
  2343. "dependencies": {
  2344. "@vue/shared": "3.5.38"
  2345. }
  2346. },
  2347. "node_modules/@vue/runtime-core": {
  2348. "version": "3.5.38",
  2349. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.38.tgz",
  2350. "integrity": "sha512-iyW8WVfF1CpCXxncZY5Ei6rSd6oZr5DgEom//fUjRBRl56AXPD+s9ATvukRt77ZFTuYlnVA1bxY+dJB94tWVYw==",
  2351. "license": "MIT",
  2352. "dependencies": {
  2353. "@vue/reactivity": "3.5.38",
  2354. "@vue/shared": "3.5.38"
  2355. }
  2356. },
  2357. "node_modules/@vue/runtime-dom": {
  2358. "version": "3.5.38",
  2359. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.38.tgz",
  2360. "integrity": "sha512-apX2wt9sdfDshS+a2xueFZLVpt0GkRJZSoPmrW/SA4yzXTznhfcMVW59gr7h4YQeY0vJhdJkk2rsIDwgfFgC5A==",
  2361. "license": "MIT",
  2362. "dependencies": {
  2363. "@vue/reactivity": "3.5.38",
  2364. "@vue/runtime-core": "3.5.38",
  2365. "@vue/shared": "3.5.38",
  2366. "csstype": "^3.2.3"
  2367. }
  2368. },
  2369. "node_modules/@vue/server-renderer": {
  2370. "version": "3.5.38",
  2371. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.38.tgz",
  2372. "integrity": "sha512-vue8vbf2QlV4quHqzwmJy6dWfmRhP1J8l4wtZg60CL6VoKqcPY2oe7may3+1d9qfpedjK5PRLFqd5k3Isj9mUw==",
  2373. "license": "MIT",
  2374. "dependencies": {
  2375. "@vue/compiler-ssr": "3.5.38",
  2376. "@vue/shared": "3.5.38"
  2377. },
  2378. "peerDependencies": {
  2379. "vue": "3.5.38"
  2380. }
  2381. },
  2382. "node_modules/@vue/shared": {
  2383. "version": "3.5.38",
  2384. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.38.tgz",
  2385. "integrity": "sha512-FTW0AFZNaK5/mOqvGBwVfUlNLU38TiQn4+DQgIFUnrBBJQ1crMJ82yeGQLV5jyKFsO8yRukpbuP7x+nRbH6aug==",
  2386. "license": "MIT"
  2387. },
  2388. "node_modules/@vue/tsconfig": {
  2389. "version": "0.9.1",
  2390. "resolved": "https://registry.npmmirror.com/@vue/tsconfig/-/tsconfig-0.9.1.tgz",
  2391. "integrity": "sha512-buvjm+9NzLCJL29KY1j1991YYJ5e6275OiK+G4jtmfIb+z4POywbdm0wXusT9adVWqe0xqg70TbI7+mRx4uU9w==",
  2392. "dev": true,
  2393. "license": "MIT",
  2394. "peerDependencies": {
  2395. "typescript": ">= 5.8",
  2396. "vue": "^3.4.0"
  2397. },
  2398. "peerDependenciesMeta": {
  2399. "typescript": {
  2400. "optional": true
  2401. },
  2402. "vue": {
  2403. "optional": true
  2404. }
  2405. }
  2406. },
  2407. "node_modules/acorn": {
  2408. "version": "8.17.0",
  2409. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.17.0.tgz",
  2410. "integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==",
  2411. "license": "MIT",
  2412. "bin": {
  2413. "acorn": "bin/acorn"
  2414. },
  2415. "engines": {
  2416. "node": ">=0.4.0"
  2417. }
  2418. },
  2419. "node_modules/acorn-jsx": {
  2420. "version": "5.3.2",
  2421. "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2422. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2423. "dev": true,
  2424. "license": "MIT",
  2425. "peerDependencies": {
  2426. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2427. }
  2428. },
  2429. "node_modules/ajv": {
  2430. "version": "6.15.0",
  2431. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.15.0.tgz",
  2432. "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
  2433. "dev": true,
  2434. "license": "MIT",
  2435. "dependencies": {
  2436. "fast-deep-equal": "^3.1.1",
  2437. "fast-json-stable-stringify": "^2.0.0",
  2438. "json-schema-traverse": "^0.4.1",
  2439. "uri-js": "^4.2.2"
  2440. },
  2441. "funding": {
  2442. "type": "github",
  2443. "url": "https://github.com/sponsors/epoberezkin"
  2444. }
  2445. },
  2446. "node_modules/alien-signals": {
  2447. "version": "3.2.1",
  2448. "resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-3.2.1.tgz",
  2449. "integrity": "sha512-I8FjmltrfnDFoZedi5CG8DghVYNhzb/Ijluz7tCSJH0xpd0484Kowhbb1XDYOxfJpU1p5wnM2X54dA+IfGyD1g==",
  2450. "dev": true,
  2451. "license": "MIT"
  2452. },
  2453. "node_modules/ansi-styles": {
  2454. "version": "6.2.3",
  2455. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.3.tgz",
  2456. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  2457. "dev": true,
  2458. "license": "MIT",
  2459. "engines": {
  2460. "node": ">=12"
  2461. },
  2462. "funding": {
  2463. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2464. }
  2465. },
  2466. "node_modules/ansis": {
  2467. "version": "4.3.1",
  2468. "resolved": "https://registry.npmmirror.com/ansis/-/ansis-4.3.1.tgz",
  2469. "integrity": "sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==",
  2470. "dev": true,
  2471. "license": "ISC",
  2472. "engines": {
  2473. "node": ">=14"
  2474. }
  2475. },
  2476. "node_modules/ast-kit": {
  2477. "version": "2.2.0",
  2478. "resolved": "https://registry.npmmirror.com/ast-kit/-/ast-kit-2.2.0.tgz",
  2479. "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  2480. "license": "MIT",
  2481. "dependencies": {
  2482. "@babel/parser": "^7.28.5",
  2483. "pathe": "^2.0.3"
  2484. },
  2485. "engines": {
  2486. "node": ">=20.19.0"
  2487. },
  2488. "funding": {
  2489. "url": "https://github.com/sponsors/sxzz"
  2490. }
  2491. },
  2492. "node_modules/ast-walker-scope": {
  2493. "version": "0.9.0",
  2494. "resolved": "https://registry.npmmirror.com/ast-walker-scope/-/ast-walker-scope-0.9.0.tgz",
  2495. "integrity": "sha512-IJdzo2vLiElBxKzwS36VsCue/62d6IdWjnPB2v3nuPKeWGynp6FF/CYoLa5i/3jXH/z97ZDdsXz6abpgM6w07A==",
  2496. "license": "MIT",
  2497. "dependencies": {
  2498. "@babel/parser": "^7.29.2",
  2499. "@babel/types": "^7.29.0",
  2500. "ast-kit": "^2.2.0"
  2501. },
  2502. "engines": {
  2503. "node": ">=20.19.0"
  2504. },
  2505. "funding": {
  2506. "url": "https://github.com/sponsors/sxzz"
  2507. }
  2508. },
  2509. "node_modules/balanced-match": {
  2510. "version": "4.0.4",
  2511. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-4.0.4.tgz",
  2512. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  2513. "dev": true,
  2514. "license": "MIT",
  2515. "engines": {
  2516. "node": "18 || 20 || >=22"
  2517. }
  2518. },
  2519. "node_modules/baseline-browser-mapping": {
  2520. "version": "2.10.38",
  2521. "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.10.38.tgz",
  2522. "integrity": "sha512-31/02mVB4yuQU6adKk5SlY6m+mxDwUq5KZkyYgnLrrKl7TEm1+3PyDtDBz2kOv/wxZz41GHsvV1A/u6RmiyBvw==",
  2523. "dev": true,
  2524. "license": "Apache-2.0",
  2525. "bin": {
  2526. "baseline-browser-mapping": "dist/cli.cjs"
  2527. },
  2528. "engines": {
  2529. "node": ">=6.0.0"
  2530. }
  2531. },
  2532. "node_modules/birpc": {
  2533. "version": "2.9.0",
  2534. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-2.9.0.tgz",
  2535. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  2536. "license": "MIT",
  2537. "funding": {
  2538. "url": "https://github.com/sponsors/antfu"
  2539. }
  2540. },
  2541. "node_modules/boolbase": {
  2542. "version": "1.0.0",
  2543. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  2544. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  2545. "dev": true,
  2546. "license": "ISC"
  2547. },
  2548. "node_modules/brace-expansion": {
  2549. "version": "5.0.6",
  2550. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-5.0.6.tgz",
  2551. "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
  2552. "dev": true,
  2553. "license": "MIT",
  2554. "dependencies": {
  2555. "balanced-match": "^4.0.2"
  2556. },
  2557. "engines": {
  2558. "node": "18 || 20 || >=22"
  2559. }
  2560. },
  2561. "node_modules/braces": {
  2562. "version": "3.0.3",
  2563. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  2564. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2565. "dev": true,
  2566. "license": "MIT",
  2567. "dependencies": {
  2568. "fill-range": "^7.1.1"
  2569. },
  2570. "engines": {
  2571. "node": ">=8"
  2572. }
  2573. },
  2574. "node_modules/browserslist": {
  2575. "version": "4.28.4",
  2576. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.4.tgz",
  2577. "integrity": "sha512-MTc8i/x9jBQd1iMw2CFGS+rwMa07eYjLR0CCTLDACl9xhxy+nIs3KeML/biicXtk9JrZ6dnnTatmc7ErPXIxqw==",
  2578. "dev": true,
  2579. "funding": [
  2580. {
  2581. "type": "opencollective",
  2582. "url": "https://opencollective.com/browserslist"
  2583. },
  2584. {
  2585. "type": "tidelift",
  2586. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2587. },
  2588. {
  2589. "type": "github",
  2590. "url": "https://github.com/sponsors/ai"
  2591. }
  2592. ],
  2593. "license": "MIT",
  2594. "dependencies": {
  2595. "baseline-browser-mapping": "^2.10.38",
  2596. "caniuse-lite": "^1.0.30001799",
  2597. "electron-to-chromium": "^1.5.376",
  2598. "node-releases": "^2.0.48",
  2599. "update-browserslist-db": "^1.2.3"
  2600. },
  2601. "bin": {
  2602. "browserslist": "cli.js"
  2603. },
  2604. "engines": {
  2605. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2606. }
  2607. },
  2608. "node_modules/bundle-name": {
  2609. "version": "4.1.0",
  2610. "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
  2611. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  2612. "dev": true,
  2613. "license": "MIT",
  2614. "dependencies": {
  2615. "run-applescript": "^7.0.0"
  2616. },
  2617. "engines": {
  2618. "node": ">=18"
  2619. },
  2620. "funding": {
  2621. "url": "https://github.com/sponsors/sindresorhus"
  2622. }
  2623. },
  2624. "node_modules/caniuse-lite": {
  2625. "version": "1.0.30001799",
  2626. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001799.tgz",
  2627. "integrity": "sha512-hG1bReV+OUU+MOqK4t/ZWI0tZOyz3rqS9XuhOUz1cIcbwBKjOyJEJuw9ER5JuNyqxNk8u/JUVbGibBOL1yrjFw==",
  2628. "dev": true,
  2629. "funding": [
  2630. {
  2631. "type": "opencollective",
  2632. "url": "https://opencollective.com/browserslist"
  2633. },
  2634. {
  2635. "type": "tidelift",
  2636. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2637. },
  2638. {
  2639. "type": "github",
  2640. "url": "https://github.com/sponsors/ai"
  2641. }
  2642. ],
  2643. "license": "CC-BY-4.0"
  2644. },
  2645. "node_modules/chokidar": {
  2646. "version": "5.0.0",
  2647. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  2648. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  2649. "license": "MIT",
  2650. "dependencies": {
  2651. "readdirp": "^5.0.0"
  2652. },
  2653. "engines": {
  2654. "node": ">= 20.19.0"
  2655. },
  2656. "funding": {
  2657. "url": "https://paulmillr.com/funding/"
  2658. }
  2659. },
  2660. "node_modules/confbox": {
  2661. "version": "0.2.4",
  2662. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.4.tgz",
  2663. "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  2664. "license": "MIT"
  2665. },
  2666. "node_modules/convert-source-map": {
  2667. "version": "2.0.0",
  2668. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  2669. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  2670. "dev": true,
  2671. "license": "MIT"
  2672. },
  2673. "node_modules/copy-anything": {
  2674. "version": "4.0.5",
  2675. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-4.0.5.tgz",
  2676. "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
  2677. "license": "MIT",
  2678. "dependencies": {
  2679. "is-what": "^5.2.0"
  2680. },
  2681. "engines": {
  2682. "node": ">=18"
  2683. },
  2684. "funding": {
  2685. "url": "https://github.com/sponsors/mesqueeb"
  2686. }
  2687. },
  2688. "node_modules/cross-spawn": {
  2689. "version": "7.0.6",
  2690. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2691. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2692. "dev": true,
  2693. "license": "MIT",
  2694. "dependencies": {
  2695. "path-key": "^3.1.0",
  2696. "shebang-command": "^2.0.0",
  2697. "which": "^2.0.1"
  2698. },
  2699. "engines": {
  2700. "node": ">= 8"
  2701. }
  2702. },
  2703. "node_modules/cssesc": {
  2704. "version": "3.0.0",
  2705. "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  2706. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  2707. "dev": true,
  2708. "license": "MIT",
  2709. "bin": {
  2710. "cssesc": "bin/cssesc"
  2711. },
  2712. "engines": {
  2713. "node": ">=4"
  2714. }
  2715. },
  2716. "node_modules/csstype": {
  2717. "version": "3.2.3",
  2718. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  2719. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2720. "license": "MIT"
  2721. },
  2722. "node_modules/debug": {
  2723. "version": "4.4.3",
  2724. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
  2725. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2726. "dev": true,
  2727. "license": "MIT",
  2728. "dependencies": {
  2729. "ms": "^2.1.3"
  2730. },
  2731. "engines": {
  2732. "node": ">=6.0"
  2733. },
  2734. "peerDependenciesMeta": {
  2735. "supports-color": {
  2736. "optional": true
  2737. }
  2738. }
  2739. },
  2740. "node_modules/deep-is": {
  2741. "version": "0.1.4",
  2742. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  2743. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  2744. "dev": true,
  2745. "license": "MIT"
  2746. },
  2747. "node_modules/default-browser": {
  2748. "version": "5.5.0",
  2749. "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.5.0.tgz",
  2750. "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
  2751. "dev": true,
  2752. "license": "MIT",
  2753. "dependencies": {
  2754. "bundle-name": "^4.1.0",
  2755. "default-browser-id": "^5.0.0"
  2756. },
  2757. "engines": {
  2758. "node": ">=18"
  2759. },
  2760. "funding": {
  2761. "url": "https://github.com/sponsors/sindresorhus"
  2762. }
  2763. },
  2764. "node_modules/default-browser-id": {
  2765. "version": "5.0.1",
  2766. "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.1.tgz",
  2767. "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==",
  2768. "dev": true,
  2769. "license": "MIT",
  2770. "engines": {
  2771. "node": ">=18"
  2772. },
  2773. "funding": {
  2774. "url": "https://github.com/sponsors/sindresorhus"
  2775. }
  2776. },
  2777. "node_modules/define-lazy-prop": {
  2778. "version": "3.0.0",
  2779. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  2780. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  2781. "dev": true,
  2782. "license": "MIT",
  2783. "engines": {
  2784. "node": ">=12"
  2785. },
  2786. "funding": {
  2787. "url": "https://github.com/sponsors/sindresorhus"
  2788. }
  2789. },
  2790. "node_modules/detect-libc": {
  2791. "version": "2.1.2",
  2792. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  2793. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2794. "devOptional": true,
  2795. "license": "Apache-2.0",
  2796. "engines": {
  2797. "node": ">=8"
  2798. }
  2799. },
  2800. "node_modules/electron-to-chromium": {
  2801. "version": "1.5.377",
  2802. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.377.tgz",
  2803. "integrity": "sha512-cH1jZgJHoezfTnKfKwnScpHywTFVnJUNITDPREFdhNjiuD502+QFpG0Qk7G8jhsV/f+CEAFlIrzP1fT+IMb92g==",
  2804. "dev": true,
  2805. "license": "ISC"
  2806. },
  2807. "node_modules/enhanced-resolve": {
  2808. "version": "5.21.6",
  2809. "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.21.6.tgz",
  2810. "integrity": "sha512-aNnGCvbJ/RIyWo1IuhNdVjnNF+EjH9wpzpNHt+ci/m9He9LJvUN8wrCcXjp9cWsGNAuvSpVFTx/vraAFQ8qGjQ==",
  2811. "dev": true,
  2812. "license": "MIT",
  2813. "dependencies": {
  2814. "graceful-fs": "^4.2.4",
  2815. "tapable": "^2.3.3"
  2816. },
  2817. "engines": {
  2818. "node": ">=10.13.0"
  2819. }
  2820. },
  2821. "node_modules/entities": {
  2822. "version": "7.0.1",
  2823. "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz",
  2824. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  2825. "license": "BSD-2-Clause",
  2826. "engines": {
  2827. "node": ">=0.12"
  2828. },
  2829. "funding": {
  2830. "url": "https://github.com/fb55/entities?sponsor=1"
  2831. }
  2832. },
  2833. "node_modules/error-stack-parser-es": {
  2834. "version": "1.0.5",
  2835. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  2836. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  2837. "dev": true,
  2838. "license": "MIT",
  2839. "funding": {
  2840. "url": "https://github.com/sponsors/antfu"
  2841. }
  2842. },
  2843. "node_modules/escalade": {
  2844. "version": "3.2.0",
  2845. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  2846. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  2847. "dev": true,
  2848. "license": "MIT",
  2849. "engines": {
  2850. "node": ">=6"
  2851. }
  2852. },
  2853. "node_modules/escape-string-regexp": {
  2854. "version": "4.0.0",
  2855. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  2856. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  2857. "dev": true,
  2858. "license": "MIT",
  2859. "engines": {
  2860. "node": ">=10"
  2861. },
  2862. "funding": {
  2863. "url": "https://github.com/sponsors/sindresorhus"
  2864. }
  2865. },
  2866. "node_modules/eslint": {
  2867. "version": "10.5.0",
  2868. "resolved": "https://registry.npmmirror.com/eslint/-/eslint-10.5.0.tgz",
  2869. "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==",
  2870. "dev": true,
  2871. "license": "MIT",
  2872. "workspaces": [
  2873. "packages/*"
  2874. ],
  2875. "dependencies": {
  2876. "@eslint-community/eslint-utils": "^4.8.0",
  2877. "@eslint-community/regexpp": "^4.12.2",
  2878. "@eslint/config-array": "^0.23.5",
  2879. "@eslint/config-helpers": "^0.6.0",
  2880. "@eslint/core": "^1.2.1",
  2881. "@eslint/plugin-kit": "^0.7.2",
  2882. "@humanfs/node": "^0.16.6",
  2883. "@humanwhocodes/module-importer": "^1.0.1",
  2884. "@humanwhocodes/retry": "^0.4.2",
  2885. "@types/estree": "^1.0.6",
  2886. "ajv": "^6.14.0",
  2887. "cross-spawn": "^7.0.6",
  2888. "debug": "^4.3.2",
  2889. "escape-string-regexp": "^4.0.0",
  2890. "eslint-scope": "^9.1.2",
  2891. "eslint-visitor-keys": "^5.0.1",
  2892. "espree": "^11.2.0",
  2893. "esquery": "^1.7.0",
  2894. "esutils": "^2.0.2",
  2895. "fast-deep-equal": "^3.1.3",
  2896. "file-entry-cache": "^8.0.0",
  2897. "find-up": "^5.0.0",
  2898. "glob-parent": "^6.0.2",
  2899. "ignore": "^5.2.0",
  2900. "imurmurhash": "^0.1.4",
  2901. "is-glob": "^4.0.0",
  2902. "json-stable-stringify-without-jsonify": "^1.0.1",
  2903. "minimatch": "^10.2.4",
  2904. "natural-compare": "^1.4.0",
  2905. "optionator": "^0.9.3"
  2906. },
  2907. "bin": {
  2908. "eslint": "bin/eslint.js"
  2909. },
  2910. "engines": {
  2911. "node": "^20.19.0 || ^22.13.0 || >=24"
  2912. },
  2913. "funding": {
  2914. "url": "https://eslint.org/donate"
  2915. },
  2916. "peerDependencies": {
  2917. "jiti": "*"
  2918. },
  2919. "peerDependenciesMeta": {
  2920. "jiti": {
  2921. "optional": true
  2922. }
  2923. }
  2924. },
  2925. "node_modules/eslint-config-prettier": {
  2926. "version": "10.1.8",
  2927. "resolved": "https://registry.npmmirror.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz",
  2928. "integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==",
  2929. "dev": true,
  2930. "license": "MIT",
  2931. "bin": {
  2932. "eslint-config-prettier": "bin/cli.js"
  2933. },
  2934. "funding": {
  2935. "url": "https://opencollective.com/eslint-config-prettier"
  2936. },
  2937. "peerDependencies": {
  2938. "eslint": ">=7.0.0"
  2939. }
  2940. },
  2941. "node_modules/eslint-plugin-oxlint": {
  2942. "version": "1.69.0",
  2943. "resolved": "https://registry.npmmirror.com/eslint-plugin-oxlint/-/eslint-plugin-oxlint-1.69.0.tgz",
  2944. "integrity": "sha512-ryJT8Pqb3jgWhmQcKA/D98K6UckthAR70wPTBI4rOjcaKJ9nmQkysTLbTVVEcdzfT9mznV/2MKspBsCCpXm36w==",
  2945. "dev": true,
  2946. "license": "MIT",
  2947. "dependencies": {
  2948. "jsonc-parser": "^3.3.1"
  2949. },
  2950. "peerDependencies": {
  2951. "oxlint": "~1.69.0"
  2952. }
  2953. },
  2954. "node_modules/eslint-plugin-vue": {
  2955. "version": "10.9.2",
  2956. "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-10.9.2.tgz",
  2957. "integrity": "sha512-4g7ZP3pYcuqd7Zp0pzUKcos0W+RkjBz4EGdhJ92FcYk6v03Ti/GK5NwjgsjxHK+98eXDbHeK7VtX1az7/8doZA==",
  2958. "dev": true,
  2959. "license": "MIT",
  2960. "dependencies": {
  2961. "@eslint-community/eslint-utils": "^4.4.0",
  2962. "natural-compare": "^1.4.0",
  2963. "nth-check": "^2.1.1",
  2964. "postcss-selector-parser": "^7.1.0",
  2965. "semver": "^7.6.3",
  2966. "xml-name-validator": "^4.0.0"
  2967. },
  2968. "engines": {
  2969. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2970. },
  2971. "peerDependencies": {
  2972. "@stylistic/eslint-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
  2973. "@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
  2974. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  2975. "vue-eslint-parser": "^10.3.0"
  2976. },
  2977. "peerDependenciesMeta": {
  2978. "@stylistic/eslint-plugin": {
  2979. "optional": true
  2980. },
  2981. "@typescript-eslint/parser": {
  2982. "optional": true
  2983. }
  2984. }
  2985. },
  2986. "node_modules/eslint-scope": {
  2987. "version": "9.1.2",
  2988. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-9.1.2.tgz",
  2989. "integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
  2990. "dev": true,
  2991. "license": "BSD-2-Clause",
  2992. "dependencies": {
  2993. "@types/esrecurse": "^4.3.1",
  2994. "@types/estree": "^1.0.8",
  2995. "esrecurse": "^4.3.0",
  2996. "estraverse": "^5.2.0"
  2997. },
  2998. "engines": {
  2999. "node": "^20.19.0 || ^22.13.0 || >=24"
  3000. },
  3001. "funding": {
  3002. "url": "https://opencollective.com/eslint"
  3003. }
  3004. },
  3005. "node_modules/eslint-visitor-keys": {
  3006. "version": "3.4.3",
  3007. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  3008. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  3009. "dev": true,
  3010. "license": "Apache-2.0",
  3011. "engines": {
  3012. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3013. },
  3014. "funding": {
  3015. "url": "https://opencollective.com/eslint"
  3016. }
  3017. },
  3018. "node_modules/eslint/node_modules/eslint-visitor-keys": {
  3019. "version": "5.0.1",
  3020. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  3021. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  3022. "dev": true,
  3023. "license": "Apache-2.0",
  3024. "engines": {
  3025. "node": "^20.19.0 || ^22.13.0 || >=24"
  3026. },
  3027. "funding": {
  3028. "url": "https://opencollective.com/eslint"
  3029. }
  3030. },
  3031. "node_modules/espree": {
  3032. "version": "11.2.0",
  3033. "resolved": "https://registry.npmmirror.com/espree/-/espree-11.2.0.tgz",
  3034. "integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
  3035. "dev": true,
  3036. "license": "BSD-2-Clause",
  3037. "dependencies": {
  3038. "acorn": "^8.16.0",
  3039. "acorn-jsx": "^5.3.2",
  3040. "eslint-visitor-keys": "^5.0.1"
  3041. },
  3042. "engines": {
  3043. "node": "^20.19.0 || ^22.13.0 || >=24"
  3044. },
  3045. "funding": {
  3046. "url": "https://opencollective.com/eslint"
  3047. }
  3048. },
  3049. "node_modules/espree/node_modules/eslint-visitor-keys": {
  3050. "version": "5.0.1",
  3051. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  3052. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  3053. "dev": true,
  3054. "license": "Apache-2.0",
  3055. "engines": {
  3056. "node": "^20.19.0 || ^22.13.0 || >=24"
  3057. },
  3058. "funding": {
  3059. "url": "https://opencollective.com/eslint"
  3060. }
  3061. },
  3062. "node_modules/esquery": {
  3063. "version": "1.7.0",
  3064. "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.7.0.tgz",
  3065. "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
  3066. "dev": true,
  3067. "license": "BSD-3-Clause",
  3068. "dependencies": {
  3069. "estraverse": "^5.1.0"
  3070. },
  3071. "engines": {
  3072. "node": ">=0.10"
  3073. }
  3074. },
  3075. "node_modules/esrecurse": {
  3076. "version": "4.3.0",
  3077. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  3078. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3079. "dev": true,
  3080. "license": "BSD-2-Clause",
  3081. "dependencies": {
  3082. "estraverse": "^5.2.0"
  3083. },
  3084. "engines": {
  3085. "node": ">=4.0"
  3086. }
  3087. },
  3088. "node_modules/estraverse": {
  3089. "version": "5.3.0",
  3090. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  3091. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3092. "dev": true,
  3093. "license": "BSD-2-Clause",
  3094. "engines": {
  3095. "node": ">=4.0"
  3096. }
  3097. },
  3098. "node_modules/estree-walker": {
  3099. "version": "2.0.2",
  3100. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  3101. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  3102. "license": "MIT"
  3103. },
  3104. "node_modules/esutils": {
  3105. "version": "2.0.3",
  3106. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  3107. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  3108. "dev": true,
  3109. "license": "BSD-2-Clause",
  3110. "engines": {
  3111. "node": ">=0.10.0"
  3112. }
  3113. },
  3114. "node_modules/exsolve": {
  3115. "version": "1.1.0",
  3116. "resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.1.0.tgz",
  3117. "integrity": "sha512-D+42+T12DdIlJM3uepa55qGiL3sYdLBOxIl2ifQCzCHz4c7eiolaHsi3BIqEr7JxBzxv2pYZQX9kw16ziMcEmw==",
  3118. "license": "MIT"
  3119. },
  3120. "node_modules/fast-deep-equal": {
  3121. "version": "3.1.3",
  3122. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  3123. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  3124. "dev": true,
  3125. "license": "MIT"
  3126. },
  3127. "node_modules/fast-glob": {
  3128. "version": "3.3.3",
  3129. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  3130. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  3131. "dev": true,
  3132. "license": "MIT",
  3133. "dependencies": {
  3134. "@nodelib/fs.stat": "^2.0.2",
  3135. "@nodelib/fs.walk": "^1.2.3",
  3136. "glob-parent": "^5.1.2",
  3137. "merge2": "^1.3.0",
  3138. "micromatch": "^4.0.8"
  3139. },
  3140. "engines": {
  3141. "node": ">=8.6.0"
  3142. }
  3143. },
  3144. "node_modules/fast-glob/node_modules/glob-parent": {
  3145. "version": "5.1.2",
  3146. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  3147. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3148. "dev": true,
  3149. "license": "ISC",
  3150. "dependencies": {
  3151. "is-glob": "^4.0.1"
  3152. },
  3153. "engines": {
  3154. "node": ">= 6"
  3155. }
  3156. },
  3157. "node_modules/fast-json-stable-stringify": {
  3158. "version": "2.1.0",
  3159. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  3160. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  3161. "dev": true,
  3162. "license": "MIT"
  3163. },
  3164. "node_modules/fast-levenshtein": {
  3165. "version": "2.0.6",
  3166. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  3167. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  3168. "dev": true,
  3169. "license": "MIT"
  3170. },
  3171. "node_modules/fastq": {
  3172. "version": "1.20.1",
  3173. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.20.1.tgz",
  3174. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  3175. "dev": true,
  3176. "license": "ISC",
  3177. "dependencies": {
  3178. "reusify": "^1.0.4"
  3179. }
  3180. },
  3181. "node_modules/file-entry-cache": {
  3182. "version": "8.0.0",
  3183. "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  3184. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  3185. "dev": true,
  3186. "license": "MIT",
  3187. "dependencies": {
  3188. "flat-cache": "^4.0.0"
  3189. },
  3190. "engines": {
  3191. "node": ">=16.0.0"
  3192. }
  3193. },
  3194. "node_modules/fill-range": {
  3195. "version": "7.1.1",
  3196. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  3197. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  3198. "dev": true,
  3199. "license": "MIT",
  3200. "dependencies": {
  3201. "to-regex-range": "^5.0.1"
  3202. },
  3203. "engines": {
  3204. "node": ">=8"
  3205. }
  3206. },
  3207. "node_modules/find-up": {
  3208. "version": "5.0.0",
  3209. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  3210. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  3211. "dev": true,
  3212. "license": "MIT",
  3213. "dependencies": {
  3214. "locate-path": "^6.0.0",
  3215. "path-exists": "^4.0.0"
  3216. },
  3217. "engines": {
  3218. "node": ">=10"
  3219. },
  3220. "funding": {
  3221. "url": "https://github.com/sponsors/sindresorhus"
  3222. }
  3223. },
  3224. "node_modules/flat-cache": {
  3225. "version": "4.0.1",
  3226. "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-4.0.1.tgz",
  3227. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  3228. "dev": true,
  3229. "license": "MIT",
  3230. "dependencies": {
  3231. "flatted": "^3.2.9",
  3232. "keyv": "^4.5.4"
  3233. },
  3234. "engines": {
  3235. "node": ">=16"
  3236. }
  3237. },
  3238. "node_modules/flatted": {
  3239. "version": "3.4.2",
  3240. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.4.2.tgz",
  3241. "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
  3242. "dev": true,
  3243. "license": "ISC"
  3244. },
  3245. "node_modules/fsevents": {
  3246. "version": "2.3.3",
  3247. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  3248. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  3249. "hasInstallScript": true,
  3250. "license": "MIT",
  3251. "optional": true,
  3252. "os": [
  3253. "darwin"
  3254. ],
  3255. "engines": {
  3256. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  3257. }
  3258. },
  3259. "node_modules/gensync": {
  3260. "version": "1.0.0-beta.2",
  3261. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  3262. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  3263. "dev": true,
  3264. "license": "MIT",
  3265. "engines": {
  3266. "node": ">=6.9.0"
  3267. }
  3268. },
  3269. "node_modules/glob-parent": {
  3270. "version": "6.0.2",
  3271. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  3272. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  3273. "dev": true,
  3274. "license": "ISC",
  3275. "dependencies": {
  3276. "is-glob": "^4.0.3"
  3277. },
  3278. "engines": {
  3279. "node": ">=10.13.0"
  3280. }
  3281. },
  3282. "node_modules/graceful-fs": {
  3283. "version": "4.2.11",
  3284. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  3285. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  3286. "dev": true,
  3287. "license": "ISC"
  3288. },
  3289. "node_modules/hookable": {
  3290. "version": "5.5.3",
  3291. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  3292. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  3293. "license": "MIT"
  3294. },
  3295. "node_modules/ignore": {
  3296. "version": "5.3.2",
  3297. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  3298. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  3299. "dev": true,
  3300. "license": "MIT",
  3301. "engines": {
  3302. "node": ">= 4"
  3303. }
  3304. },
  3305. "node_modules/imurmurhash": {
  3306. "version": "0.1.4",
  3307. "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  3308. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  3309. "dev": true,
  3310. "license": "MIT",
  3311. "engines": {
  3312. "node": ">=0.8.19"
  3313. }
  3314. },
  3315. "node_modules/is-docker": {
  3316. "version": "3.0.0",
  3317. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
  3318. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  3319. "dev": true,
  3320. "license": "MIT",
  3321. "bin": {
  3322. "is-docker": "cli.js"
  3323. },
  3324. "engines": {
  3325. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3326. },
  3327. "funding": {
  3328. "url": "https://github.com/sponsors/sindresorhus"
  3329. }
  3330. },
  3331. "node_modules/is-extglob": {
  3332. "version": "2.1.1",
  3333. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  3334. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  3335. "dev": true,
  3336. "license": "MIT",
  3337. "engines": {
  3338. "node": ">=0.10.0"
  3339. }
  3340. },
  3341. "node_modules/is-glob": {
  3342. "version": "4.0.3",
  3343. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  3344. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  3345. "dev": true,
  3346. "license": "MIT",
  3347. "dependencies": {
  3348. "is-extglob": "^2.1.1"
  3349. },
  3350. "engines": {
  3351. "node": ">=0.10.0"
  3352. }
  3353. },
  3354. "node_modules/is-in-ssh": {
  3355. "version": "1.0.0",
  3356. "resolved": "https://registry.npmmirror.com/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
  3357. "integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
  3358. "dev": true,
  3359. "license": "MIT",
  3360. "engines": {
  3361. "node": ">=20"
  3362. },
  3363. "funding": {
  3364. "url": "https://github.com/sponsors/sindresorhus"
  3365. }
  3366. },
  3367. "node_modules/is-inside-container": {
  3368. "version": "1.0.0",
  3369. "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
  3370. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  3371. "dev": true,
  3372. "license": "MIT",
  3373. "dependencies": {
  3374. "is-docker": "^3.0.0"
  3375. },
  3376. "bin": {
  3377. "is-inside-container": "cli.js"
  3378. },
  3379. "engines": {
  3380. "node": ">=14.16"
  3381. },
  3382. "funding": {
  3383. "url": "https://github.com/sponsors/sindresorhus"
  3384. }
  3385. },
  3386. "node_modules/is-number": {
  3387. "version": "7.0.0",
  3388. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  3389. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  3390. "dev": true,
  3391. "license": "MIT",
  3392. "engines": {
  3393. "node": ">=0.12.0"
  3394. }
  3395. },
  3396. "node_modules/is-what": {
  3397. "version": "5.5.0",
  3398. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-5.5.0.tgz",
  3399. "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
  3400. "license": "MIT",
  3401. "engines": {
  3402. "node": ">=18"
  3403. },
  3404. "funding": {
  3405. "url": "https://github.com/sponsors/mesqueeb"
  3406. }
  3407. },
  3408. "node_modules/is-wsl": {
  3409. "version": "3.1.1",
  3410. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.1.tgz",
  3411. "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
  3412. "dev": true,
  3413. "license": "MIT",
  3414. "dependencies": {
  3415. "is-inside-container": "^1.0.0"
  3416. },
  3417. "engines": {
  3418. "node": ">=16"
  3419. },
  3420. "funding": {
  3421. "url": "https://github.com/sponsors/sindresorhus"
  3422. }
  3423. },
  3424. "node_modules/isexe": {
  3425. "version": "2.0.0",
  3426. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  3427. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  3428. "dev": true,
  3429. "license": "ISC"
  3430. },
  3431. "node_modules/jiti": {
  3432. "version": "2.7.0",
  3433. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.7.0.tgz",
  3434. "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
  3435. "devOptional": true,
  3436. "license": "MIT",
  3437. "bin": {
  3438. "jiti": "lib/jiti-cli.mjs"
  3439. }
  3440. },
  3441. "node_modules/js-tokens": {
  3442. "version": "4.0.0",
  3443. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  3444. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  3445. "dev": true,
  3446. "license": "MIT"
  3447. },
  3448. "node_modules/jsesc": {
  3449. "version": "3.1.0",
  3450. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  3451. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  3452. "license": "MIT",
  3453. "bin": {
  3454. "jsesc": "bin/jsesc"
  3455. },
  3456. "engines": {
  3457. "node": ">=6"
  3458. }
  3459. },
  3460. "node_modules/json-buffer": {
  3461. "version": "3.0.1",
  3462. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
  3463. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  3464. "dev": true,
  3465. "license": "MIT"
  3466. },
  3467. "node_modules/json-parse-even-better-errors": {
  3468. "version": "6.0.0",
  3469. "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-6.0.0.tgz",
  3470. "integrity": "sha512-2/8adwnK1/+Fdjyts4r6wSpfANWw8zdNhU9U/Llk59c6O+DjSisPWPykwoL8gZmocP9Dy64S7oie2g+Mia123A==",
  3471. "dev": true,
  3472. "license": "MIT",
  3473. "engines": {
  3474. "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
  3475. }
  3476. },
  3477. "node_modules/json-schema-traverse": {
  3478. "version": "0.4.1",
  3479. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  3480. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  3481. "dev": true,
  3482. "license": "MIT"
  3483. },
  3484. "node_modules/json-stable-stringify-without-jsonify": {
  3485. "version": "1.0.1",
  3486. "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  3487. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  3488. "dev": true,
  3489. "license": "MIT"
  3490. },
  3491. "node_modules/json5": {
  3492. "version": "2.2.3",
  3493. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  3494. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  3495. "license": "MIT",
  3496. "bin": {
  3497. "json5": "lib/cli.js"
  3498. },
  3499. "engines": {
  3500. "node": ">=6"
  3501. }
  3502. },
  3503. "node_modules/jsonc-parser": {
  3504. "version": "3.3.1",
  3505. "resolved": "https://registry.npmmirror.com/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
  3506. "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==",
  3507. "dev": true,
  3508. "license": "MIT"
  3509. },
  3510. "node_modules/keyv": {
  3511. "version": "4.5.4",
  3512. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
  3513. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  3514. "dev": true,
  3515. "license": "MIT",
  3516. "dependencies": {
  3517. "json-buffer": "3.0.1"
  3518. }
  3519. },
  3520. "node_modules/kolorist": {
  3521. "version": "1.8.0",
  3522. "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
  3523. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  3524. "dev": true,
  3525. "license": "MIT"
  3526. },
  3527. "node_modules/levn": {
  3528. "version": "0.4.1",
  3529. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
  3530. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  3531. "dev": true,
  3532. "license": "MIT",
  3533. "dependencies": {
  3534. "prelude-ls": "^1.2.1",
  3535. "type-check": "~0.4.0"
  3536. },
  3537. "engines": {
  3538. "node": ">= 0.8.0"
  3539. }
  3540. },
  3541. "node_modules/lightningcss": {
  3542. "version": "1.32.0",
  3543. "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.32.0.tgz",
  3544. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  3545. "devOptional": true,
  3546. "license": "MPL-2.0",
  3547. "dependencies": {
  3548. "detect-libc": "^2.0.3"
  3549. },
  3550. "engines": {
  3551. "node": ">= 12.0.0"
  3552. },
  3553. "funding": {
  3554. "type": "opencollective",
  3555. "url": "https://opencollective.com/parcel"
  3556. },
  3557. "optionalDependencies": {
  3558. "lightningcss-android-arm64": "1.32.0",
  3559. "lightningcss-darwin-arm64": "1.32.0",
  3560. "lightningcss-darwin-x64": "1.32.0",
  3561. "lightningcss-freebsd-x64": "1.32.0",
  3562. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  3563. "lightningcss-linux-arm64-gnu": "1.32.0",
  3564. "lightningcss-linux-arm64-musl": "1.32.0",
  3565. "lightningcss-linux-x64-gnu": "1.32.0",
  3566. "lightningcss-linux-x64-musl": "1.32.0",
  3567. "lightningcss-win32-arm64-msvc": "1.32.0",
  3568. "lightningcss-win32-x64-msvc": "1.32.0"
  3569. }
  3570. },
  3571. "node_modules/lightningcss-android-arm64": {
  3572. "version": "1.32.0",
  3573. "resolved": "https://registry.npmmirror.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  3574. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  3575. "cpu": [
  3576. "arm64"
  3577. ],
  3578. "license": "MPL-2.0",
  3579. "optional": true,
  3580. "os": [
  3581. "android"
  3582. ],
  3583. "engines": {
  3584. "node": ">= 12.0.0"
  3585. },
  3586. "funding": {
  3587. "type": "opencollective",
  3588. "url": "https://opencollective.com/parcel"
  3589. }
  3590. },
  3591. "node_modules/lightningcss-darwin-arm64": {
  3592. "version": "1.32.0",
  3593. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  3594. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  3595. "cpu": [
  3596. "arm64"
  3597. ],
  3598. "license": "MPL-2.0",
  3599. "optional": true,
  3600. "os": [
  3601. "darwin"
  3602. ],
  3603. "engines": {
  3604. "node": ">= 12.0.0"
  3605. },
  3606. "funding": {
  3607. "type": "opencollective",
  3608. "url": "https://opencollective.com/parcel"
  3609. }
  3610. },
  3611. "node_modules/lightningcss-darwin-x64": {
  3612. "version": "1.32.0",
  3613. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  3614. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  3615. "cpu": [
  3616. "x64"
  3617. ],
  3618. "license": "MPL-2.0",
  3619. "optional": true,
  3620. "os": [
  3621. "darwin"
  3622. ],
  3623. "engines": {
  3624. "node": ">= 12.0.0"
  3625. },
  3626. "funding": {
  3627. "type": "opencollective",
  3628. "url": "https://opencollective.com/parcel"
  3629. }
  3630. },
  3631. "node_modules/lightningcss-freebsd-x64": {
  3632. "version": "1.32.0",
  3633. "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  3634. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  3635. "cpu": [
  3636. "x64"
  3637. ],
  3638. "license": "MPL-2.0",
  3639. "optional": true,
  3640. "os": [
  3641. "freebsd"
  3642. ],
  3643. "engines": {
  3644. "node": ">= 12.0.0"
  3645. },
  3646. "funding": {
  3647. "type": "opencollective",
  3648. "url": "https://opencollective.com/parcel"
  3649. }
  3650. },
  3651. "node_modules/lightningcss-linux-arm-gnueabihf": {
  3652. "version": "1.32.0",
  3653. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  3654. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  3655. "cpu": [
  3656. "arm"
  3657. ],
  3658. "license": "MPL-2.0",
  3659. "optional": true,
  3660. "os": [
  3661. "linux"
  3662. ],
  3663. "engines": {
  3664. "node": ">= 12.0.0"
  3665. },
  3666. "funding": {
  3667. "type": "opencollective",
  3668. "url": "https://opencollective.com/parcel"
  3669. }
  3670. },
  3671. "node_modules/lightningcss-linux-arm64-gnu": {
  3672. "version": "1.32.0",
  3673. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  3674. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  3675. "cpu": [
  3676. "arm64"
  3677. ],
  3678. "libc": [
  3679. "glibc"
  3680. ],
  3681. "license": "MPL-2.0",
  3682. "optional": true,
  3683. "os": [
  3684. "linux"
  3685. ],
  3686. "engines": {
  3687. "node": ">= 12.0.0"
  3688. },
  3689. "funding": {
  3690. "type": "opencollective",
  3691. "url": "https://opencollective.com/parcel"
  3692. }
  3693. },
  3694. "node_modules/lightningcss-linux-arm64-musl": {
  3695. "version": "1.32.0",
  3696. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  3697. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  3698. "cpu": [
  3699. "arm64"
  3700. ],
  3701. "libc": [
  3702. "musl"
  3703. ],
  3704. "license": "MPL-2.0",
  3705. "optional": true,
  3706. "os": [
  3707. "linux"
  3708. ],
  3709. "engines": {
  3710. "node": ">= 12.0.0"
  3711. },
  3712. "funding": {
  3713. "type": "opencollective",
  3714. "url": "https://opencollective.com/parcel"
  3715. }
  3716. },
  3717. "node_modules/lightningcss-linux-x64-gnu": {
  3718. "version": "1.32.0",
  3719. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  3720. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  3721. "cpu": [
  3722. "x64"
  3723. ],
  3724. "libc": [
  3725. "glibc"
  3726. ],
  3727. "license": "MPL-2.0",
  3728. "optional": true,
  3729. "os": [
  3730. "linux"
  3731. ],
  3732. "engines": {
  3733. "node": ">= 12.0.0"
  3734. },
  3735. "funding": {
  3736. "type": "opencollective",
  3737. "url": "https://opencollective.com/parcel"
  3738. }
  3739. },
  3740. "node_modules/lightningcss-linux-x64-musl": {
  3741. "version": "1.32.0",
  3742. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  3743. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  3744. "cpu": [
  3745. "x64"
  3746. ],
  3747. "libc": [
  3748. "musl"
  3749. ],
  3750. "license": "MPL-2.0",
  3751. "optional": true,
  3752. "os": [
  3753. "linux"
  3754. ],
  3755. "engines": {
  3756. "node": ">= 12.0.0"
  3757. },
  3758. "funding": {
  3759. "type": "opencollective",
  3760. "url": "https://opencollective.com/parcel"
  3761. }
  3762. },
  3763. "node_modules/lightningcss-win32-arm64-msvc": {
  3764. "version": "1.32.0",
  3765. "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  3766. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  3767. "cpu": [
  3768. "arm64"
  3769. ],
  3770. "license": "MPL-2.0",
  3771. "optional": true,
  3772. "os": [
  3773. "win32"
  3774. ],
  3775. "engines": {
  3776. "node": ">= 12.0.0"
  3777. },
  3778. "funding": {
  3779. "type": "opencollective",
  3780. "url": "https://opencollective.com/parcel"
  3781. }
  3782. },
  3783. "node_modules/lightningcss-win32-x64-msvc": {
  3784. "version": "1.32.0",
  3785. "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  3786. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  3787. "cpu": [
  3788. "x64"
  3789. ],
  3790. "license": "MPL-2.0",
  3791. "optional": true,
  3792. "os": [
  3793. "win32"
  3794. ],
  3795. "engines": {
  3796. "node": ">= 12.0.0"
  3797. },
  3798. "funding": {
  3799. "type": "opencollective",
  3800. "url": "https://opencollective.com/parcel"
  3801. }
  3802. },
  3803. "node_modules/local-pkg": {
  3804. "version": "1.2.1",
  3805. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.2.1.tgz",
  3806. "integrity": "sha512-++gUqRDEvcnN6Zhqrr+y/CkVEHhlrR96vZn3nZZPYzMcBUyBtTKzB9NadClFIsIVSsu+3i9tfk/erqy9kAmt7Q==",
  3807. "license": "MIT",
  3808. "dependencies": {
  3809. "mlly": "^1.7.4",
  3810. "pkg-types": "^2.3.0",
  3811. "quansync": "^0.2.11"
  3812. },
  3813. "engines": {
  3814. "node": ">=14"
  3815. },
  3816. "funding": {
  3817. "url": "https://github.com/sponsors/antfu"
  3818. }
  3819. },
  3820. "node_modules/locate-path": {
  3821. "version": "6.0.0",
  3822. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  3823. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  3824. "dev": true,
  3825. "license": "MIT",
  3826. "dependencies": {
  3827. "p-locate": "^5.0.0"
  3828. },
  3829. "engines": {
  3830. "node": ">=10"
  3831. },
  3832. "funding": {
  3833. "url": "https://github.com/sponsors/sindresorhus"
  3834. }
  3835. },
  3836. "node_modules/lru-cache": {
  3837. "version": "5.1.1",
  3838. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  3839. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  3840. "dev": true,
  3841. "license": "ISC",
  3842. "dependencies": {
  3843. "yallist": "^3.0.2"
  3844. }
  3845. },
  3846. "node_modules/magic-string": {
  3847. "version": "0.30.21",
  3848. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  3849. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  3850. "license": "MIT",
  3851. "dependencies": {
  3852. "@jridgewell/sourcemap-codec": "^1.5.5"
  3853. }
  3854. },
  3855. "node_modules/magic-string-ast": {
  3856. "version": "1.0.3",
  3857. "resolved": "https://registry.npmmirror.com/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  3858. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  3859. "license": "MIT",
  3860. "dependencies": {
  3861. "magic-string": "^0.30.19"
  3862. },
  3863. "engines": {
  3864. "node": ">=20.19.0"
  3865. },
  3866. "funding": {
  3867. "url": "https://github.com/sponsors/sxzz"
  3868. }
  3869. },
  3870. "node_modules/memorystream": {
  3871. "version": "0.3.1",
  3872. "resolved": "https://registry.npmmirror.com/memorystream/-/memorystream-0.3.1.tgz",
  3873. "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
  3874. "dev": true,
  3875. "engines": {
  3876. "node": ">= 0.10.0"
  3877. }
  3878. },
  3879. "node_modules/merge2": {
  3880. "version": "1.4.1",
  3881. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  3882. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  3883. "dev": true,
  3884. "license": "MIT",
  3885. "engines": {
  3886. "node": ">= 8"
  3887. }
  3888. },
  3889. "node_modules/micromatch": {
  3890. "version": "4.0.8",
  3891. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  3892. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  3893. "dev": true,
  3894. "license": "MIT",
  3895. "dependencies": {
  3896. "braces": "^3.0.3",
  3897. "picomatch": "^2.3.1"
  3898. },
  3899. "engines": {
  3900. "node": ">=8.6"
  3901. }
  3902. },
  3903. "node_modules/minimatch": {
  3904. "version": "10.2.5",
  3905. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-10.2.5.tgz",
  3906. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  3907. "dev": true,
  3908. "license": "BlueOak-1.0.0",
  3909. "dependencies": {
  3910. "brace-expansion": "^5.0.5"
  3911. },
  3912. "engines": {
  3913. "node": "18 || 20 || >=22"
  3914. },
  3915. "funding": {
  3916. "url": "https://github.com/sponsors/isaacs"
  3917. }
  3918. },
  3919. "node_modules/mitt": {
  3920. "version": "3.0.1",
  3921. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  3922. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  3923. "license": "MIT"
  3924. },
  3925. "node_modules/mlly": {
  3926. "version": "1.8.2",
  3927. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.8.2.tgz",
  3928. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  3929. "license": "MIT",
  3930. "dependencies": {
  3931. "acorn": "^8.16.0",
  3932. "pathe": "^2.0.3",
  3933. "pkg-types": "^1.3.1",
  3934. "ufo": "^1.6.3"
  3935. }
  3936. },
  3937. "node_modules/mlly/node_modules/confbox": {
  3938. "version": "0.1.8",
  3939. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  3940. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  3941. "license": "MIT"
  3942. },
  3943. "node_modules/mlly/node_modules/pkg-types": {
  3944. "version": "1.3.1",
  3945. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  3946. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  3947. "license": "MIT",
  3948. "dependencies": {
  3949. "confbox": "^0.1.8",
  3950. "mlly": "^1.7.4",
  3951. "pathe": "^2.0.1"
  3952. }
  3953. },
  3954. "node_modules/mrmime": {
  3955. "version": "2.0.1",
  3956. "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.1.tgz",
  3957. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  3958. "dev": true,
  3959. "license": "MIT",
  3960. "engines": {
  3961. "node": ">=10"
  3962. }
  3963. },
  3964. "node_modules/ms": {
  3965. "version": "2.1.3",
  3966. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  3967. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  3968. "dev": true,
  3969. "license": "MIT"
  3970. },
  3971. "node_modules/muggle-string": {
  3972. "version": "0.4.1",
  3973. "resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.4.1.tgz",
  3974. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  3975. "license": "MIT"
  3976. },
  3977. "node_modules/nanoid": {
  3978. "version": "3.3.15",
  3979. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.15.tgz",
  3980. "integrity": "sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==",
  3981. "funding": [
  3982. {
  3983. "type": "github",
  3984. "url": "https://github.com/sponsors/ai"
  3985. }
  3986. ],
  3987. "license": "MIT",
  3988. "bin": {
  3989. "nanoid": "bin/nanoid.cjs"
  3990. },
  3991. "engines": {
  3992. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3993. }
  3994. },
  3995. "node_modules/natural-compare": {
  3996. "version": "1.4.0",
  3997. "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
  3998. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  3999. "dev": true,
  4000. "license": "MIT"
  4001. },
  4002. "node_modules/node-releases": {
  4003. "version": "2.0.48",
  4004. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.48.tgz",
  4005. "integrity": "sha512-1uz8041X6LoI6ZSdZacM9lVY28vuzDlSKitnpbSNK0RfKoIJkX29NBPVEFXhnuSuEOA9Ww0xnPJ+ILWbGAv8DA==",
  4006. "dev": true,
  4007. "license": "MIT",
  4008. "engines": {
  4009. "node": ">=18"
  4010. }
  4011. },
  4012. "node_modules/npm-normalize-package-bin": {
  4013. "version": "6.0.0",
  4014. "resolved": "https://registry.npmmirror.com/npm-normalize-package-bin/-/npm-normalize-package-bin-6.0.0.tgz",
  4015. "integrity": "sha512-tdt4aFn9QamlhdN3HV2D2ccpBwO5/fyjjbXUxYA6uBjyekMZcZvDq0aSj9t5Jo+tih6AYFnt/cuIRn9013e0Uw==",
  4016. "dev": true,
  4017. "license": "ISC",
  4018. "engines": {
  4019. "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
  4020. }
  4021. },
  4022. "node_modules/npm-run-all2": {
  4023. "version": "9.0.2",
  4024. "resolved": "https://registry.npmmirror.com/npm-run-all2/-/npm-run-all2-9.0.2.tgz",
  4025. "integrity": "sha512-+dd4SO2jAlLE06OzmJKzIe6QvvjXezcbmobnh8usR0a8BzQCABTdqTXqVPji0ICOhSQpIIrkGd7IzNl5iDaRSA==",
  4026. "dev": true,
  4027. "license": "MIT",
  4028. "dependencies": {
  4029. "ansi-styles": "^6.2.1",
  4030. "cross-spawn": "^7.0.6",
  4031. "memorystream": "^0.3.1",
  4032. "picomatch": "^4.0.2",
  4033. "pidtree": "^1.0.0",
  4034. "read-package-json-fast": "^6.0.0",
  4035. "shell-quote": "^1.8.4",
  4036. "which": "^7.0.0"
  4037. },
  4038. "bin": {
  4039. "npm-run-all": "bin/npm-run-all/index.js",
  4040. "npm-run-all2": "bin/npm-run-all/index.js",
  4041. "run-p": "bin/run-p/index.js",
  4042. "run-s": "bin/run-s/index.js"
  4043. },
  4044. "engines": {
  4045. "node": "^22.22.2 || ^24.15.0 || >=26.0.0",
  4046. "npm": ">= 10"
  4047. }
  4048. },
  4049. "node_modules/npm-run-all2/node_modules/isexe": {
  4050. "version": "4.0.0",
  4051. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-4.0.0.tgz",
  4052. "integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
  4053. "dev": true,
  4054. "license": "BlueOak-1.0.0",
  4055. "engines": {
  4056. "node": ">=20"
  4057. }
  4058. },
  4059. "node_modules/npm-run-all2/node_modules/picomatch": {
  4060. "version": "4.0.4",
  4061. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.4.tgz",
  4062. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4063. "dev": true,
  4064. "license": "MIT",
  4065. "engines": {
  4066. "node": ">=12"
  4067. },
  4068. "funding": {
  4069. "url": "https://github.com/sponsors/jonschlinkert"
  4070. }
  4071. },
  4072. "node_modules/npm-run-all2/node_modules/which": {
  4073. "version": "7.0.0",
  4074. "resolved": "https://registry.npmmirror.com/which/-/which-7.0.0.tgz",
  4075. "integrity": "sha512-RancgH2dmbLdHl6LRhEqvklWMgl/Hdnun0Y90KhBOLkMefg8Qa7/Zel8Sm+8HEcP6DEjzsWzpkuBQEZok58isA==",
  4076. "dev": true,
  4077. "license": "ISC",
  4078. "dependencies": {
  4079. "isexe": "^4.0.0"
  4080. },
  4081. "bin": {
  4082. "node-which": "bin/which.js"
  4083. },
  4084. "engines": {
  4085. "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
  4086. }
  4087. },
  4088. "node_modules/nth-check": {
  4089. "version": "2.1.1",
  4090. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  4091. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  4092. "dev": true,
  4093. "license": "BSD-2-Clause",
  4094. "dependencies": {
  4095. "boolbase": "^1.0.0"
  4096. },
  4097. "funding": {
  4098. "url": "https://github.com/fb55/nth-check?sponsor=1"
  4099. }
  4100. },
  4101. "node_modules/obug": {
  4102. "version": "2.1.3",
  4103. "resolved": "https://registry.npmmirror.com/obug/-/obug-2.1.3.tgz",
  4104. "integrity": "sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==",
  4105. "dev": true,
  4106. "funding": [
  4107. "https://github.com/sponsors/sxzz",
  4108. "https://opencollective.com/debug"
  4109. ],
  4110. "license": "MIT",
  4111. "engines": {
  4112. "node": ">=12.20.0"
  4113. }
  4114. },
  4115. "node_modules/ohash": {
  4116. "version": "2.0.11",
  4117. "resolved": "https://registry.npmmirror.com/ohash/-/ohash-2.0.11.tgz",
  4118. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  4119. "dev": true,
  4120. "license": "MIT"
  4121. },
  4122. "node_modules/open": {
  4123. "version": "11.0.0",
  4124. "resolved": "https://registry.npmmirror.com/open/-/open-11.0.0.tgz",
  4125. "integrity": "sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==",
  4126. "dev": true,
  4127. "license": "MIT",
  4128. "dependencies": {
  4129. "default-browser": "^5.4.0",
  4130. "define-lazy-prop": "^3.0.0",
  4131. "is-in-ssh": "^1.0.0",
  4132. "is-inside-container": "^1.0.0",
  4133. "powershell-utils": "^0.1.0",
  4134. "wsl-utils": "^0.3.0"
  4135. },
  4136. "engines": {
  4137. "node": ">=20"
  4138. },
  4139. "funding": {
  4140. "url": "https://github.com/sponsors/sindresorhus"
  4141. }
  4142. },
  4143. "node_modules/optionator": {
  4144. "version": "0.9.4",
  4145. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
  4146. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  4147. "dev": true,
  4148. "license": "MIT",
  4149. "dependencies": {
  4150. "deep-is": "^0.1.3",
  4151. "fast-levenshtein": "^2.0.6",
  4152. "levn": "^0.4.1",
  4153. "prelude-ls": "^1.2.1",
  4154. "type-check": "^0.4.0",
  4155. "word-wrap": "^1.2.5"
  4156. },
  4157. "engines": {
  4158. "node": ">= 0.8.0"
  4159. }
  4160. },
  4161. "node_modules/oxlint": {
  4162. "version": "1.69.0",
  4163. "resolved": "https://registry.npmmirror.com/oxlint/-/oxlint-1.69.0.tgz",
  4164. "integrity": "sha512-ypZkK/aDc5NQV8zIR6s2H2Tl3aNW8FmJ1m9+2qsaYuRenl8vgnHNCGwTHviWJdUQzglOlHFchgopdtGhSy17Rw==",
  4165. "dev": true,
  4166. "license": "MIT",
  4167. "bin": {
  4168. "oxlint": "bin/oxlint"
  4169. },
  4170. "engines": {
  4171. "node": "^20.19.0 || >=22.12.0"
  4172. },
  4173. "funding": {
  4174. "url": "https://github.com/sponsors/Boshen"
  4175. },
  4176. "optionalDependencies": {
  4177. "@oxlint/binding-android-arm-eabi": "1.69.0",
  4178. "@oxlint/binding-android-arm64": "1.69.0",
  4179. "@oxlint/binding-darwin-arm64": "1.69.0",
  4180. "@oxlint/binding-darwin-x64": "1.69.0",
  4181. "@oxlint/binding-freebsd-x64": "1.69.0",
  4182. "@oxlint/binding-linux-arm-gnueabihf": "1.69.0",
  4183. "@oxlint/binding-linux-arm-musleabihf": "1.69.0",
  4184. "@oxlint/binding-linux-arm64-gnu": "1.69.0",
  4185. "@oxlint/binding-linux-arm64-musl": "1.69.0",
  4186. "@oxlint/binding-linux-ppc64-gnu": "1.69.0",
  4187. "@oxlint/binding-linux-riscv64-gnu": "1.69.0",
  4188. "@oxlint/binding-linux-riscv64-musl": "1.69.0",
  4189. "@oxlint/binding-linux-s390x-gnu": "1.69.0",
  4190. "@oxlint/binding-linux-x64-gnu": "1.69.0",
  4191. "@oxlint/binding-linux-x64-musl": "1.69.0",
  4192. "@oxlint/binding-openharmony-arm64": "1.69.0",
  4193. "@oxlint/binding-win32-arm64-msvc": "1.69.0",
  4194. "@oxlint/binding-win32-ia32-msvc": "1.69.0",
  4195. "@oxlint/binding-win32-x64-msvc": "1.69.0"
  4196. },
  4197. "peerDependencies": {
  4198. "oxlint-tsgolint": ">=0.22.1",
  4199. "vite-plus": "*"
  4200. },
  4201. "peerDependenciesMeta": {
  4202. "oxlint-tsgolint": {
  4203. "optional": true
  4204. },
  4205. "vite-plus": {
  4206. "optional": true
  4207. }
  4208. }
  4209. },
  4210. "node_modules/p-limit": {
  4211. "version": "3.1.0",
  4212. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
  4213. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  4214. "dev": true,
  4215. "license": "MIT",
  4216. "dependencies": {
  4217. "yocto-queue": "^0.1.0"
  4218. },
  4219. "engines": {
  4220. "node": ">=10"
  4221. },
  4222. "funding": {
  4223. "url": "https://github.com/sponsors/sindresorhus"
  4224. }
  4225. },
  4226. "node_modules/p-locate": {
  4227. "version": "5.0.0",
  4228. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  4229. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  4230. "dev": true,
  4231. "license": "MIT",
  4232. "dependencies": {
  4233. "p-limit": "^3.0.2"
  4234. },
  4235. "engines": {
  4236. "node": ">=10"
  4237. },
  4238. "funding": {
  4239. "url": "https://github.com/sponsors/sindresorhus"
  4240. }
  4241. },
  4242. "node_modules/path-browserify": {
  4243. "version": "1.0.1",
  4244. "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
  4245. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  4246. "dev": true,
  4247. "license": "MIT"
  4248. },
  4249. "node_modules/path-exists": {
  4250. "version": "4.0.0",
  4251. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  4252. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  4253. "dev": true,
  4254. "license": "MIT",
  4255. "engines": {
  4256. "node": ">=8"
  4257. }
  4258. },
  4259. "node_modules/path-key": {
  4260. "version": "3.1.1",
  4261. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  4262. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  4263. "dev": true,
  4264. "license": "MIT",
  4265. "engines": {
  4266. "node": ">=8"
  4267. }
  4268. },
  4269. "node_modules/pathe": {
  4270. "version": "2.0.3",
  4271. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  4272. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  4273. "license": "MIT"
  4274. },
  4275. "node_modules/perfect-debounce": {
  4276. "version": "1.0.0",
  4277. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  4278. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  4279. "license": "MIT"
  4280. },
  4281. "node_modules/picocolors": {
  4282. "version": "1.1.1",
  4283. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  4284. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  4285. "license": "ISC"
  4286. },
  4287. "node_modules/picomatch": {
  4288. "version": "2.3.2",
  4289. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.2.tgz",
  4290. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  4291. "dev": true,
  4292. "license": "MIT",
  4293. "engines": {
  4294. "node": ">=8.6"
  4295. },
  4296. "funding": {
  4297. "url": "https://github.com/sponsors/jonschlinkert"
  4298. }
  4299. },
  4300. "node_modules/pidtree": {
  4301. "version": "1.0.0",
  4302. "resolved": "https://registry.npmmirror.com/pidtree/-/pidtree-1.0.0.tgz",
  4303. "integrity": "sha512-avfAvjB9Dd0wdj3rjJX//yS+G79OO0KrS5pJHFJENjYGX6N4SMgEDBBI/yFy0lloOYSaC6XQxzpOAMPfSYFV/Q==",
  4304. "dev": true,
  4305. "license": "MIT",
  4306. "bin": {
  4307. "pidtree": "bin/pidtree.js"
  4308. },
  4309. "engines": {
  4310. "node": ">=18"
  4311. }
  4312. },
  4313. "node_modules/pinia": {
  4314. "version": "3.0.4",
  4315. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-3.0.4.tgz",
  4316. "integrity": "sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==",
  4317. "license": "MIT",
  4318. "dependencies": {
  4319. "@vue/devtools-api": "^7.7.7"
  4320. },
  4321. "funding": {
  4322. "url": "https://github.com/sponsors/posva"
  4323. },
  4324. "peerDependencies": {
  4325. "typescript": ">=4.5.0",
  4326. "vue": "^3.5.11"
  4327. },
  4328. "peerDependenciesMeta": {
  4329. "typescript": {
  4330. "optional": true
  4331. }
  4332. }
  4333. },
  4334. "node_modules/pkg-types": {
  4335. "version": "2.3.1",
  4336. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.3.1.tgz",
  4337. "integrity": "sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==",
  4338. "license": "MIT",
  4339. "dependencies": {
  4340. "confbox": "^0.2.4",
  4341. "exsolve": "^1.0.8",
  4342. "pathe": "^2.0.3"
  4343. }
  4344. },
  4345. "node_modules/postcss": {
  4346. "version": "8.5.15",
  4347. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.15.tgz",
  4348. "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
  4349. "funding": [
  4350. {
  4351. "type": "opencollective",
  4352. "url": "https://opencollective.com/postcss/"
  4353. },
  4354. {
  4355. "type": "tidelift",
  4356. "url": "https://tidelift.com/funding/github/npm/postcss"
  4357. },
  4358. {
  4359. "type": "github",
  4360. "url": "https://github.com/sponsors/ai"
  4361. }
  4362. ],
  4363. "license": "MIT",
  4364. "dependencies": {
  4365. "nanoid": "^3.3.12",
  4366. "picocolors": "^1.1.1",
  4367. "source-map-js": "^1.2.1"
  4368. },
  4369. "engines": {
  4370. "node": "^10 || ^12 || >=14"
  4371. }
  4372. },
  4373. "node_modules/postcss-selector-parser": {
  4374. "version": "7.1.4",
  4375. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz",
  4376. "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==",
  4377. "dev": true,
  4378. "license": "MIT",
  4379. "dependencies": {
  4380. "cssesc": "^3.0.0",
  4381. "util-deprecate": "^1.0.2"
  4382. },
  4383. "engines": {
  4384. "node": ">=4"
  4385. }
  4386. },
  4387. "node_modules/powershell-utils": {
  4388. "version": "0.1.0",
  4389. "resolved": "https://registry.npmmirror.com/powershell-utils/-/powershell-utils-0.1.0.tgz",
  4390. "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
  4391. "dev": true,
  4392. "license": "MIT",
  4393. "engines": {
  4394. "node": ">=20"
  4395. },
  4396. "funding": {
  4397. "url": "https://github.com/sponsors/sindresorhus"
  4398. }
  4399. },
  4400. "node_modules/prelude-ls": {
  4401. "version": "1.2.1",
  4402. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
  4403. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  4404. "dev": true,
  4405. "license": "MIT",
  4406. "engines": {
  4407. "node": ">= 0.8.0"
  4408. }
  4409. },
  4410. "node_modules/prettier": {
  4411. "version": "3.8.4",
  4412. "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.4.tgz",
  4413. "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==",
  4414. "dev": true,
  4415. "license": "MIT",
  4416. "bin": {
  4417. "prettier": "bin/prettier.cjs"
  4418. },
  4419. "engines": {
  4420. "node": ">=14"
  4421. },
  4422. "funding": {
  4423. "url": "https://github.com/prettier/prettier?sponsor=1"
  4424. }
  4425. },
  4426. "node_modules/punycode": {
  4427. "version": "2.3.1",
  4428. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  4429. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  4430. "dev": true,
  4431. "license": "MIT",
  4432. "engines": {
  4433. "node": ">=6"
  4434. }
  4435. },
  4436. "node_modules/quansync": {
  4437. "version": "0.2.11",
  4438. "resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.11.tgz",
  4439. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  4440. "funding": [
  4441. {
  4442. "type": "individual",
  4443. "url": "https://github.com/sponsors/antfu"
  4444. },
  4445. {
  4446. "type": "individual",
  4447. "url": "https://github.com/sponsors/sxzz"
  4448. }
  4449. ],
  4450. "license": "MIT"
  4451. },
  4452. "node_modules/queue-microtask": {
  4453. "version": "1.2.3",
  4454. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  4455. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  4456. "dev": true,
  4457. "funding": [
  4458. {
  4459. "type": "github",
  4460. "url": "https://github.com/sponsors/feross"
  4461. },
  4462. {
  4463. "type": "patreon",
  4464. "url": "https://www.patreon.com/feross"
  4465. },
  4466. {
  4467. "type": "consulting",
  4468. "url": "https://feross.org/support"
  4469. }
  4470. ],
  4471. "license": "MIT"
  4472. },
  4473. "node_modules/read-package-json-fast": {
  4474. "version": "6.0.0",
  4475. "resolved": "https://registry.npmmirror.com/read-package-json-fast/-/read-package-json-fast-6.0.0.tgz",
  4476. "integrity": "sha512-PNaGjoCnw9DBA2Kl8D+8po957z778q/HOPuY2u3Bkw/JO3eC8MDx7jn/PgMtSgpcBbs+6UOjDbwReGpXmRvs0g==",
  4477. "dev": true,
  4478. "license": "ISC",
  4479. "dependencies": {
  4480. "json-parse-even-better-errors": "^6.0.0",
  4481. "npm-normalize-package-bin": "^6.0.0"
  4482. },
  4483. "engines": {
  4484. "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
  4485. }
  4486. },
  4487. "node_modules/readdirp": {
  4488. "version": "5.0.0",
  4489. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  4490. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  4491. "license": "MIT",
  4492. "engines": {
  4493. "node": ">= 20.19.0"
  4494. },
  4495. "funding": {
  4496. "type": "individual",
  4497. "url": "https://paulmillr.com/funding/"
  4498. }
  4499. },
  4500. "node_modules/reusify": {
  4501. "version": "1.1.0",
  4502. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  4503. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  4504. "dev": true,
  4505. "license": "MIT",
  4506. "engines": {
  4507. "iojs": ">=1.0.0",
  4508. "node": ">=0.10.0"
  4509. }
  4510. },
  4511. "node_modules/rfdc": {
  4512. "version": "1.4.1",
  4513. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  4514. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  4515. "license": "MIT"
  4516. },
  4517. "node_modules/rolldown": {
  4518. "version": "1.0.3",
  4519. "resolved": "https://registry.npmmirror.com/rolldown/-/rolldown-1.0.3.tgz",
  4520. "integrity": "sha512-i00lAJ2ks1BYr7rjNjKC7BcqAS7nVfiT3QX1SI5aY+AFHblCmaUf9OE9dbdzDvW6dJxbi2ZCZiy9v3CcwOiX3g==",
  4521. "devOptional": true,
  4522. "license": "MIT",
  4523. "dependencies": {
  4524. "@oxc-project/types": "=0.133.0",
  4525. "@rolldown/pluginutils": "^1.0.0"
  4526. },
  4527. "bin": {
  4528. "rolldown": "bin/cli.mjs"
  4529. },
  4530. "engines": {
  4531. "node": "^20.19.0 || >=22.12.0"
  4532. },
  4533. "optionalDependencies": {
  4534. "@rolldown/binding-android-arm64": "1.0.3",
  4535. "@rolldown/binding-darwin-arm64": "1.0.3",
  4536. "@rolldown/binding-darwin-x64": "1.0.3",
  4537. "@rolldown/binding-freebsd-x64": "1.0.3",
  4538. "@rolldown/binding-linux-arm-gnueabihf": "1.0.3",
  4539. "@rolldown/binding-linux-arm64-gnu": "1.0.3",
  4540. "@rolldown/binding-linux-arm64-musl": "1.0.3",
  4541. "@rolldown/binding-linux-ppc64-gnu": "1.0.3",
  4542. "@rolldown/binding-linux-s390x-gnu": "1.0.3",
  4543. "@rolldown/binding-linux-x64-gnu": "1.0.3",
  4544. "@rolldown/binding-linux-x64-musl": "1.0.3",
  4545. "@rolldown/binding-openharmony-arm64": "1.0.3",
  4546. "@rolldown/binding-wasm32-wasi": "1.0.3",
  4547. "@rolldown/binding-win32-arm64-msvc": "1.0.3",
  4548. "@rolldown/binding-win32-x64-msvc": "1.0.3"
  4549. }
  4550. },
  4551. "node_modules/run-applescript": {
  4552. "version": "7.1.0",
  4553. "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.1.0.tgz",
  4554. "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
  4555. "dev": true,
  4556. "license": "MIT",
  4557. "engines": {
  4558. "node": ">=18"
  4559. },
  4560. "funding": {
  4561. "url": "https://github.com/sponsors/sindresorhus"
  4562. }
  4563. },
  4564. "node_modules/run-parallel": {
  4565. "version": "1.2.0",
  4566. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  4567. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  4568. "dev": true,
  4569. "funding": [
  4570. {
  4571. "type": "github",
  4572. "url": "https://github.com/sponsors/feross"
  4573. },
  4574. {
  4575. "type": "patreon",
  4576. "url": "https://www.patreon.com/feross"
  4577. },
  4578. {
  4579. "type": "consulting",
  4580. "url": "https://feross.org/support"
  4581. }
  4582. ],
  4583. "license": "MIT",
  4584. "dependencies": {
  4585. "queue-microtask": "^1.2.2"
  4586. }
  4587. },
  4588. "node_modules/scule": {
  4589. "version": "1.3.0",
  4590. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
  4591. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  4592. "license": "MIT"
  4593. },
  4594. "node_modules/semver": {
  4595. "version": "7.8.5",
  4596. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.8.5.tgz",
  4597. "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
  4598. "dev": true,
  4599. "license": "ISC",
  4600. "bin": {
  4601. "semver": "bin/semver.js"
  4602. },
  4603. "engines": {
  4604. "node": ">=10"
  4605. }
  4606. },
  4607. "node_modules/shebang-command": {
  4608. "version": "2.0.0",
  4609. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  4610. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  4611. "dev": true,
  4612. "license": "MIT",
  4613. "dependencies": {
  4614. "shebang-regex": "^3.0.0"
  4615. },
  4616. "engines": {
  4617. "node": ">=8"
  4618. }
  4619. },
  4620. "node_modules/shebang-regex": {
  4621. "version": "3.0.0",
  4622. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  4623. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  4624. "dev": true,
  4625. "license": "MIT",
  4626. "engines": {
  4627. "node": ">=8"
  4628. }
  4629. },
  4630. "node_modules/shell-quote": {
  4631. "version": "1.8.4",
  4632. "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.4.tgz",
  4633. "integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==",
  4634. "dev": true,
  4635. "license": "MIT",
  4636. "engines": {
  4637. "node": ">= 0.4"
  4638. },
  4639. "funding": {
  4640. "url": "https://github.com/sponsors/ljharb"
  4641. }
  4642. },
  4643. "node_modules/sirv": {
  4644. "version": "3.0.2",
  4645. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.2.tgz",
  4646. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  4647. "dev": true,
  4648. "license": "MIT",
  4649. "dependencies": {
  4650. "@polka/url": "^1.0.0-next.24",
  4651. "mrmime": "^2.0.0",
  4652. "totalist": "^3.0.0"
  4653. },
  4654. "engines": {
  4655. "node": ">=18"
  4656. }
  4657. },
  4658. "node_modules/source-map-js": {
  4659. "version": "1.2.1",
  4660. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  4661. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  4662. "license": "BSD-3-Clause",
  4663. "engines": {
  4664. "node": ">=0.10.0"
  4665. }
  4666. },
  4667. "node_modules/speakingurl": {
  4668. "version": "14.0.1",
  4669. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  4670. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  4671. "license": "BSD-3-Clause",
  4672. "engines": {
  4673. "node": ">=0.10.0"
  4674. }
  4675. },
  4676. "node_modules/superjson": {
  4677. "version": "2.2.6",
  4678. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.6.tgz",
  4679. "integrity": "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==",
  4680. "license": "MIT",
  4681. "dependencies": {
  4682. "copy-anything": "^4"
  4683. },
  4684. "engines": {
  4685. "node": ">=16"
  4686. }
  4687. },
  4688. "node_modules/tailwindcss": {
  4689. "version": "4.3.1",
  4690. "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.3.1.tgz",
  4691. "integrity": "sha512-hk+TB1m+K8CYNrP6rjQaq/Y+4Zylwpa87mLYBKCunwnnQ9p+fHb7kmSfGqyEJoxF/O6CDyABWVFEafNSYKll+Q==",
  4692. "dev": true,
  4693. "license": "MIT"
  4694. },
  4695. "node_modules/tapable": {
  4696. "version": "2.3.3",
  4697. "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.3.3.tgz",
  4698. "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
  4699. "dev": true,
  4700. "license": "MIT",
  4701. "engines": {
  4702. "node": ">=6"
  4703. },
  4704. "funding": {
  4705. "type": "opencollective",
  4706. "url": "https://opencollective.com/webpack"
  4707. }
  4708. },
  4709. "node_modules/tinyglobby": {
  4710. "version": "0.2.17",
  4711. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.17.tgz",
  4712. "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
  4713. "license": "MIT",
  4714. "dependencies": {
  4715. "fdir": "^6.5.0",
  4716. "picomatch": "^4.0.4"
  4717. },
  4718. "engines": {
  4719. "node": ">=12.0.0"
  4720. },
  4721. "funding": {
  4722. "url": "https://github.com/sponsors/SuperchupuDev"
  4723. }
  4724. },
  4725. "node_modules/tinyglobby/node_modules/fdir": {
  4726. "version": "6.5.0",
  4727. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
  4728. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  4729. "license": "MIT",
  4730. "engines": {
  4731. "node": ">=12.0.0"
  4732. },
  4733. "peerDependencies": {
  4734. "picomatch": "^3 || ^4"
  4735. },
  4736. "peerDependenciesMeta": {
  4737. "picomatch": {
  4738. "optional": true
  4739. }
  4740. }
  4741. },
  4742. "node_modules/tinyglobby/node_modules/picomatch": {
  4743. "version": "4.0.4",
  4744. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.4.tgz",
  4745. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4746. "license": "MIT",
  4747. "engines": {
  4748. "node": ">=12"
  4749. },
  4750. "funding": {
  4751. "url": "https://github.com/sponsors/jonschlinkert"
  4752. }
  4753. },
  4754. "node_modules/to-regex-range": {
  4755. "version": "5.0.1",
  4756. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  4757. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  4758. "dev": true,
  4759. "license": "MIT",
  4760. "dependencies": {
  4761. "is-number": "^7.0.0"
  4762. },
  4763. "engines": {
  4764. "node": ">=8.0"
  4765. }
  4766. },
  4767. "node_modules/totalist": {
  4768. "version": "3.0.1",
  4769. "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  4770. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  4771. "dev": true,
  4772. "license": "MIT",
  4773. "engines": {
  4774. "node": ">=6"
  4775. }
  4776. },
  4777. "node_modules/ts-api-utils": {
  4778. "version": "2.5.0",
  4779. "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
  4780. "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
  4781. "dev": true,
  4782. "license": "MIT",
  4783. "engines": {
  4784. "node": ">=18.12"
  4785. },
  4786. "peerDependencies": {
  4787. "typescript": ">=4.8.4"
  4788. }
  4789. },
  4790. "node_modules/tslib": {
  4791. "version": "2.8.1",
  4792. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  4793. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  4794. "license": "0BSD",
  4795. "optional": true
  4796. },
  4797. "node_modules/type-check": {
  4798. "version": "0.4.0",
  4799. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
  4800. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  4801. "dev": true,
  4802. "license": "MIT",
  4803. "dependencies": {
  4804. "prelude-ls": "^1.2.1"
  4805. },
  4806. "engines": {
  4807. "node": ">= 0.8.0"
  4808. }
  4809. },
  4810. "node_modules/typescript": {
  4811. "version": "6.0.3",
  4812. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-6.0.3.tgz",
  4813. "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
  4814. "devOptional": true,
  4815. "license": "Apache-2.0",
  4816. "bin": {
  4817. "tsc": "bin/tsc",
  4818. "tsserver": "bin/tsserver"
  4819. },
  4820. "engines": {
  4821. "node": ">=14.17"
  4822. }
  4823. },
  4824. "node_modules/typescript-eslint": {
  4825. "version": "8.62.0",
  4826. "resolved": "https://registry.npmmirror.com/typescript-eslint/-/typescript-eslint-8.62.0.tgz",
  4827. "integrity": "sha512-8QxXi+ZACKX0kaqO4gY8kn0RSD9gFfaHDWwjqtEN48aWCBkX4MJaufWN+c3BzlrXLOxfywDL8CaoqUwcRq4j4Q==",
  4828. "dev": true,
  4829. "license": "MIT",
  4830. "dependencies": {
  4831. "@typescript-eslint/eslint-plugin": "8.62.0",
  4832. "@typescript-eslint/parser": "8.62.0",
  4833. "@typescript-eslint/typescript-estree": "8.62.0",
  4834. "@typescript-eslint/utils": "8.62.0"
  4835. },
  4836. "engines": {
  4837. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4838. },
  4839. "funding": {
  4840. "type": "opencollective",
  4841. "url": "https://opencollective.com/typescript-eslint"
  4842. },
  4843. "peerDependencies": {
  4844. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  4845. "typescript": ">=4.8.4 <6.1.0"
  4846. }
  4847. },
  4848. "node_modules/ufo": {
  4849. "version": "1.6.4",
  4850. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.6.4.tgz",
  4851. "integrity": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==",
  4852. "license": "MIT"
  4853. },
  4854. "node_modules/undici-types": {
  4855. "version": "7.18.2",
  4856. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-7.18.2.tgz",
  4857. "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
  4858. "devOptional": true,
  4859. "license": "MIT"
  4860. },
  4861. "node_modules/unplugin": {
  4862. "version": "3.0.0",
  4863. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-3.0.0.tgz",
  4864. "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
  4865. "license": "MIT",
  4866. "dependencies": {
  4867. "@jridgewell/remapping": "^2.3.5",
  4868. "picomatch": "^4.0.3",
  4869. "webpack-virtual-modules": "^0.6.2"
  4870. },
  4871. "engines": {
  4872. "node": "^20.19.0 || >=22.12.0"
  4873. }
  4874. },
  4875. "node_modules/unplugin-utils": {
  4876. "version": "0.3.1",
  4877. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  4878. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  4879. "license": "MIT",
  4880. "dependencies": {
  4881. "pathe": "^2.0.3",
  4882. "picomatch": "^4.0.3"
  4883. },
  4884. "engines": {
  4885. "node": ">=20.19.0"
  4886. },
  4887. "funding": {
  4888. "url": "https://github.com/sponsors/sxzz"
  4889. }
  4890. },
  4891. "node_modules/unplugin-utils/node_modules/picomatch": {
  4892. "version": "4.0.4",
  4893. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.4.tgz",
  4894. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4895. "license": "MIT",
  4896. "engines": {
  4897. "node": ">=12"
  4898. },
  4899. "funding": {
  4900. "url": "https://github.com/sponsors/jonschlinkert"
  4901. }
  4902. },
  4903. "node_modules/unplugin/node_modules/picomatch": {
  4904. "version": "4.0.4",
  4905. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.4.tgz",
  4906. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4907. "license": "MIT",
  4908. "engines": {
  4909. "node": ">=12"
  4910. },
  4911. "funding": {
  4912. "url": "https://github.com/sponsors/jonschlinkert"
  4913. }
  4914. },
  4915. "node_modules/update-browserslist-db": {
  4916. "version": "1.2.3",
  4917. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  4918. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  4919. "dev": true,
  4920. "funding": [
  4921. {
  4922. "type": "opencollective",
  4923. "url": "https://opencollective.com/browserslist"
  4924. },
  4925. {
  4926. "type": "tidelift",
  4927. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4928. },
  4929. {
  4930. "type": "github",
  4931. "url": "https://github.com/sponsors/ai"
  4932. }
  4933. ],
  4934. "license": "MIT",
  4935. "dependencies": {
  4936. "escalade": "^3.2.0",
  4937. "picocolors": "^1.1.1"
  4938. },
  4939. "bin": {
  4940. "update-browserslist-db": "cli.js"
  4941. },
  4942. "peerDependencies": {
  4943. "browserslist": ">= 4.21.0"
  4944. }
  4945. },
  4946. "node_modules/uri-js": {
  4947. "version": "4.4.1",
  4948. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  4949. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  4950. "dev": true,
  4951. "license": "BSD-2-Clause",
  4952. "dependencies": {
  4953. "punycode": "^2.1.0"
  4954. }
  4955. },
  4956. "node_modules/util-deprecate": {
  4957. "version": "1.0.2",
  4958. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  4959. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  4960. "dev": true,
  4961. "license": "MIT"
  4962. },
  4963. "node_modules/vite": {
  4964. "version": "8.0.16",
  4965. "resolved": "https://registry.npmmirror.com/vite/-/vite-8.0.16.tgz",
  4966. "integrity": "sha512-h9bXPmJichP5fLmVQo3PyaGSDE2n3aPuomeAlVRm0JLmt4rY6zmPKd59HYI4LNW8oTK7tlTsuC7l/m7awx9Jcw==",
  4967. "devOptional": true,
  4968. "license": "MIT",
  4969. "dependencies": {
  4970. "lightningcss": "^1.32.0",
  4971. "picomatch": "^4.0.4",
  4972. "postcss": "^8.5.15",
  4973. "rolldown": "1.0.3",
  4974. "tinyglobby": "^0.2.17"
  4975. },
  4976. "bin": {
  4977. "vite": "bin/vite.js"
  4978. },
  4979. "engines": {
  4980. "node": "^20.19.0 || >=22.12.0"
  4981. },
  4982. "funding": {
  4983. "url": "https://github.com/vitejs/vite?sponsor=1"
  4984. },
  4985. "optionalDependencies": {
  4986. "fsevents": "~2.3.3"
  4987. },
  4988. "peerDependencies": {
  4989. "@types/node": "^20.19.0 || >=22.12.0",
  4990. "@vitejs/devtools": "^0.1.18",
  4991. "esbuild": "^0.27.0 || ^0.28.0",
  4992. "jiti": ">=1.21.0",
  4993. "less": "^4.0.0",
  4994. "sass": "^1.70.0",
  4995. "sass-embedded": "^1.70.0",
  4996. "stylus": ">=0.54.8",
  4997. "sugarss": "^5.0.0",
  4998. "terser": "^5.16.0",
  4999. "tsx": "^4.8.1",
  5000. "yaml": "^2.4.2"
  5001. },
  5002. "peerDependenciesMeta": {
  5003. "@types/node": {
  5004. "optional": true
  5005. },
  5006. "@vitejs/devtools": {
  5007. "optional": true
  5008. },
  5009. "esbuild": {
  5010. "optional": true
  5011. },
  5012. "jiti": {
  5013. "optional": true
  5014. },
  5015. "less": {
  5016. "optional": true
  5017. },
  5018. "sass": {
  5019. "optional": true
  5020. },
  5021. "sass-embedded": {
  5022. "optional": true
  5023. },
  5024. "stylus": {
  5025. "optional": true
  5026. },
  5027. "sugarss": {
  5028. "optional": true
  5029. },
  5030. "terser": {
  5031. "optional": true
  5032. },
  5033. "tsx": {
  5034. "optional": true
  5035. },
  5036. "yaml": {
  5037. "optional": true
  5038. }
  5039. }
  5040. },
  5041. "node_modules/vite-dev-rpc": {
  5042. "version": "2.0.0",
  5043. "resolved": "https://registry.npmmirror.com/vite-dev-rpc/-/vite-dev-rpc-2.0.0.tgz",
  5044. "integrity": "sha512-yKwbTwdHKSD2k/aGqyWpPHepo45OQc8lH3/6IfT4ZqeKE26ooKvi4WIEKzqWav8v+9Is8u1k8q54hvOmqASazA==",
  5045. "dev": true,
  5046. "license": "MIT",
  5047. "dependencies": {
  5048. "birpc": "^4.0.0",
  5049. "vite-hot-client": "^2.2.0"
  5050. },
  5051. "funding": {
  5052. "url": "https://github.com/sponsors/antfu"
  5053. },
  5054. "peerDependencies": {
  5055. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0 || ^8.0.0"
  5056. }
  5057. },
  5058. "node_modules/vite-dev-rpc/node_modules/birpc": {
  5059. "version": "4.0.0",
  5060. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-4.0.0.tgz",
  5061. "integrity": "sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==",
  5062. "dev": true,
  5063. "license": "MIT",
  5064. "funding": {
  5065. "url": "https://github.com/sponsors/antfu"
  5066. }
  5067. },
  5068. "node_modules/vite-hot-client": {
  5069. "version": "2.2.0",
  5070. "resolved": "https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-2.2.0.tgz",
  5071. "integrity": "sha512-76Zs9zrHbH7M7wqeyooGQKdX+yg0pQ0xuQ1PbFp4z5a0Lzn2e5IPFoCswnmqZ4GiwqB4Jo3WcDAMO9jARTJl8w==",
  5072. "dev": true,
  5073. "license": "MIT",
  5074. "funding": {
  5075. "url": "https://github.com/sponsors/antfu"
  5076. },
  5077. "peerDependencies": {
  5078. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 || ^8.0.0"
  5079. }
  5080. },
  5081. "node_modules/vite-plugin-inspect": {
  5082. "version": "11.4.1",
  5083. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-11.4.1.tgz",
  5084. "integrity": "sha512-ShOFe2PURXGvRS5OrgmOLZOCwDTD7dEBVt0tMpFPKb9AsvqXKCRGM8QgKrUbRbJYFXScHvDPpGRd28rYidC0tA==",
  5085. "dev": true,
  5086. "license": "MIT",
  5087. "dependencies": {
  5088. "ansis": "^4.3.0",
  5089. "error-stack-parser-es": "^1.0.5",
  5090. "obug": "^2.1.1",
  5091. "ohash": "^2.0.11",
  5092. "open": "^11.0.0",
  5093. "perfect-debounce": "^2.1.0",
  5094. "sirv": "^3.0.2",
  5095. "unplugin-utils": "^0.3.1",
  5096. "vite-dev-rpc": "^2.0.0"
  5097. },
  5098. "engines": {
  5099. "node": ">=14"
  5100. },
  5101. "funding": {
  5102. "url": "https://github.com/sponsors/antfu"
  5103. },
  5104. "peerDependencies": {
  5105. "vite": "^6.0.0 || ^7.0.0-0 || ^8.0.0-0"
  5106. },
  5107. "peerDependenciesMeta": {
  5108. "@nuxt/kit": {
  5109. "optional": true
  5110. }
  5111. }
  5112. },
  5113. "node_modules/vite-plugin-inspect/node_modules/perfect-debounce": {
  5114. "version": "2.1.0",
  5115. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  5116. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  5117. "dev": true,
  5118. "license": "MIT"
  5119. },
  5120. "node_modules/vite-plugin-vue-devtools": {
  5121. "version": "8.1.3",
  5122. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-8.1.3.tgz",
  5123. "integrity": "sha512-KBTUhbTXvY+GsCdShnCHG4WdijEV74KIDxhF8erfSs5g5mS13g/cPRUf4mLpD10qr5FqHYosNt0j6rP5kpiS1Q==",
  5124. "dev": true,
  5125. "license": "MIT",
  5126. "dependencies": {
  5127. "@vue/devtools-core": "^8.1.3",
  5128. "@vue/devtools-kit": "^8.1.3",
  5129. "@vue/devtools-shared": "^8.1.3",
  5130. "sirv": "^3.0.2",
  5131. "vite-plugin-inspect": "^11.3.3",
  5132. "vite-plugin-vue-inspector": "^6.0.0"
  5133. },
  5134. "engines": {
  5135. "node": ">=v14.21.3"
  5136. },
  5137. "peerDependencies": {
  5138. "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
  5139. }
  5140. },
  5141. "node_modules/vite-plugin-vue-devtools/node_modules/@vue/devtools-kit": {
  5142. "version": "8.1.3",
  5143. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-8.1.3.tgz",
  5144. "integrity": "sha512-cRn7GXiCQkMYU2Z3h3pM4YO/ndbx9FY1yLDAqIqPLcmIq4H6zAOJHein6tvZU3AfPwgrodqLiPBEF+YQaS8AxA==",
  5145. "dev": true,
  5146. "license": "MIT",
  5147. "dependencies": {
  5148. "@vue/devtools-shared": "^8.1.3",
  5149. "birpc": "^2.6.1",
  5150. "hookable": "^5.5.3",
  5151. "perfect-debounce": "^2.0.0"
  5152. }
  5153. },
  5154. "node_modules/vite-plugin-vue-devtools/node_modules/@vue/devtools-shared": {
  5155. "version": "8.1.3",
  5156. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-8.1.3.tgz",
  5157. "integrity": "sha512-CM3uIPL+v+lrJUk33+pxspYo0MhuMWlCvf7zC9fybifvCPyM2jUbYRPwoYEJgYbwRqPikm5HozbUhp60MF2QuA==",
  5158. "dev": true,
  5159. "license": "MIT"
  5160. },
  5161. "node_modules/vite-plugin-vue-devtools/node_modules/perfect-debounce": {
  5162. "version": "2.1.0",
  5163. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  5164. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  5165. "dev": true,
  5166. "license": "MIT"
  5167. },
  5168. "node_modules/vite-plugin-vue-inspector": {
  5169. "version": "6.0.0",
  5170. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-6.0.0.tgz",
  5171. "integrity": "sha512-OpyITJLgZNibxlrik1EmRtvXHDjLRxNPsWkGFTERZs2LgMEdG4W0WoFt5GIgp3a3jRou+eJR8U1zOBk/XQgEbw==",
  5172. "dev": true,
  5173. "license": "MIT",
  5174. "dependencies": {
  5175. "@babel/core": "^7.23.0",
  5176. "@babel/plugin-proposal-decorators": "^7.23.0",
  5177. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  5178. "@babel/plugin-syntax-import-meta": "^7.10.4",
  5179. "@babel/plugin-transform-typescript": "^7.22.15",
  5180. "@vue/babel-plugin-jsx": "^1.1.5",
  5181. "@vue/compiler-dom": "^3.3.4",
  5182. "kolorist": "^1.8.0",
  5183. "magic-string": "^0.30.4"
  5184. },
  5185. "peerDependencies": {
  5186. "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  5187. }
  5188. },
  5189. "node_modules/vite/node_modules/picomatch": {
  5190. "version": "4.0.4",
  5191. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.4.tgz",
  5192. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  5193. "devOptional": true,
  5194. "license": "MIT",
  5195. "engines": {
  5196. "node": ">=12"
  5197. },
  5198. "funding": {
  5199. "url": "https://github.com/sponsors/jonschlinkert"
  5200. }
  5201. },
  5202. "node_modules/vscode-uri": {
  5203. "version": "3.1.0",
  5204. "resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.1.0.tgz",
  5205. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  5206. "dev": true,
  5207. "license": "MIT"
  5208. },
  5209. "node_modules/vue": {
  5210. "version": "3.5.38",
  5211. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.38.tgz",
  5212. "integrity": "sha512-vAMKHfImQlYSy0C+PBue4s3ERZ2xGKfgZg5GXAsLInq1dyh2H78ILVP5sK0KPFPVW4kv+OGCIvBEondcjpZp7A==",
  5213. "license": "MIT",
  5214. "dependencies": {
  5215. "@vue/compiler-dom": "3.5.38",
  5216. "@vue/compiler-sfc": "3.5.38",
  5217. "@vue/runtime-dom": "3.5.38",
  5218. "@vue/server-renderer": "3.5.38",
  5219. "@vue/shared": "3.5.38"
  5220. },
  5221. "peerDependencies": {
  5222. "typescript": "*"
  5223. },
  5224. "peerDependenciesMeta": {
  5225. "typescript": {
  5226. "optional": true
  5227. }
  5228. }
  5229. },
  5230. "node_modules/vue-eslint-parser": {
  5231. "version": "10.4.1",
  5232. "resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-10.4.1.tgz",
  5233. "integrity": "sha512-Gk6gRDj0n/fkRa3C3l0bBheoBckUq/Rs0F/TvMWIS6nzzx67amAViMe9CkNgsP2tXyQONvGiHQESHwFtZ3aYDA==",
  5234. "dev": true,
  5235. "license": "MIT",
  5236. "dependencies": {
  5237. "debug": "^4.4.0",
  5238. "eslint-scope": "^8.2.0 || ^9.0.0",
  5239. "eslint-visitor-keys": "^4.2.0 || ^5.0.0",
  5240. "espree": "^10.3.0 || ^11.0.0",
  5241. "esquery": "^1.6.0",
  5242. "semver": "^7.6.3"
  5243. },
  5244. "engines": {
  5245. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5246. },
  5247. "funding": {
  5248. "url": "https://github.com/sponsors/mysticatea"
  5249. },
  5250. "peerDependencies": {
  5251. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0"
  5252. }
  5253. },
  5254. "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": {
  5255. "version": "5.0.1",
  5256. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  5257. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  5258. "dev": true,
  5259. "license": "Apache-2.0",
  5260. "engines": {
  5261. "node": "^20.19.0 || ^22.13.0 || >=24"
  5262. },
  5263. "funding": {
  5264. "url": "https://opencollective.com/eslint"
  5265. }
  5266. },
  5267. "node_modules/vue-router": {
  5268. "version": "5.1.0",
  5269. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-5.1.0.tgz",
  5270. "integrity": "sha512-HAbiLzLEHQwxPgvsbOJDAwtavszEgLwri6XfyrsPECIFez8+59xc9LofWVdc/HEaSRT822lJ8H9Ns38VVond5g==",
  5271. "license": "MIT",
  5272. "dependencies": {
  5273. "@babel/generator": "^8.0.0-rc.4",
  5274. "@vue-macros/common": "^3.1.1",
  5275. "@vue/devtools-api": "^8.1.2",
  5276. "ast-walker-scope": "^0.9.0",
  5277. "chokidar": "^5.0.0",
  5278. "json5": "^2.2.3",
  5279. "local-pkg": "^1.1.2",
  5280. "magic-string": "^0.30.21",
  5281. "mlly": "^1.8.2",
  5282. "muggle-string": "^0.4.1",
  5283. "pathe": "^2.0.3",
  5284. "picomatch": "^4.0.3",
  5285. "scule": "^1.3.0",
  5286. "tinyglobby": "^0.2.16",
  5287. "unplugin": "^3.0.0",
  5288. "unplugin-utils": "^0.3.1",
  5289. "yaml": "^2.9.0"
  5290. },
  5291. "funding": {
  5292. "url": "https://github.com/sponsors/posva"
  5293. },
  5294. "peerDependencies": {
  5295. "@pinia/colada": ">=0.21.2",
  5296. "@vue/compiler-sfc": "^3.5.34",
  5297. "pinia": "^3.0.4",
  5298. "vite": "^7.0.0 || ^8.0.0",
  5299. "vue": "^3.5.34"
  5300. },
  5301. "peerDependenciesMeta": {
  5302. "@pinia/colada": {
  5303. "optional": true
  5304. },
  5305. "@vue/compiler-sfc": {
  5306. "optional": true
  5307. },
  5308. "pinia": {
  5309. "optional": true
  5310. },
  5311. "vite": {
  5312. "optional": true
  5313. }
  5314. }
  5315. },
  5316. "node_modules/vue-router/node_modules/@babel/generator": {
  5317. "version": "8.0.0-rc.4",
  5318. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-8.0.0-rc.4.tgz",
  5319. "integrity": "sha512-YZ+FuIgkj7KrIb2a2X1XiY0QYgDxAbVbYP64SjwJzOK3euCsUerzenh2oqdsmKuPSlhzmFOOklnxzHAzXagvpw==",
  5320. "license": "MIT",
  5321. "dependencies": {
  5322. "@babel/parser": "^8.0.0-rc.4",
  5323. "@babel/types": "^8.0.0-rc.4",
  5324. "@jridgewell/gen-mapping": "^0.3.12",
  5325. "@jridgewell/trace-mapping": "^0.3.28",
  5326. "@types/jsesc": "^2.5.0",
  5327. "jsesc": "^3.0.2"
  5328. },
  5329. "engines": {
  5330. "node": "^20.19.0 || >=22.12.0"
  5331. }
  5332. },
  5333. "node_modules/vue-router/node_modules/@babel/helper-string-parser": {
  5334. "version": "8.0.0-rc.4",
  5335. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-8.0.0-rc.4.tgz",
  5336. "integrity": "sha512-dluR3v287dp6YPF57kyKKrHPKffUeuxH1zQcF1WD30TeFzWXhDiVi1U6PkqaDB0++H1PeCwRhmYl4DvoerlPIw==",
  5337. "license": "MIT",
  5338. "engines": {
  5339. "node": "^20.19.0 || >=22.12.0"
  5340. }
  5341. },
  5342. "node_modules/vue-router/node_modules/@babel/helper-validator-identifier": {
  5343. "version": "8.0.0-rc.4",
  5344. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.0-rc.4.tgz",
  5345. "integrity": "sha512-HTD3bskipk5MSm08twTW6832jzIXUhxMddy4NPPzIMuyMEsrs0ZgwAaMj5ubB5+6hMlUjDu17vNconEmwsmpYg==",
  5346. "license": "MIT",
  5347. "engines": {
  5348. "node": "^20.19.0 || >=22.12.0"
  5349. }
  5350. },
  5351. "node_modules/vue-router/node_modules/@babel/parser": {
  5352. "version": "8.0.0-rc.4",
  5353. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-8.0.0-rc.4.tgz",
  5354. "integrity": "sha512-0S/1yefMa15N4i2v3t8Fw9pgMHhf2gF6Lc1UEXI96Ls6FNAjqvHHZouZ2ZS/deqLhbMFtmfVeFac6iTsvFbLwA==",
  5355. "license": "MIT",
  5356. "dependencies": {
  5357. "@babel/types": "^8.0.0-rc.4"
  5358. },
  5359. "bin": {
  5360. "parser": "bin/babel-parser.js"
  5361. },
  5362. "engines": {
  5363. "node": "^20.19.0 || >=22.12.0"
  5364. }
  5365. },
  5366. "node_modules/vue-router/node_modules/@babel/types": {
  5367. "version": "8.0.0-rc.4",
  5368. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-8.0.0-rc.4.tgz",
  5369. "integrity": "sha512-bw30DV880P/VYtsjWWdoWmJpb9S2Vn1/PqayyccTELzRQ/HslIO7+BD9rNoZ4AAFOAjC1vrNeBCkAsyh6Ibfww==",
  5370. "license": "MIT",
  5371. "dependencies": {
  5372. "@babel/helper-string-parser": "^8.0.0-rc.4",
  5373. "@babel/helper-validator-identifier": "^8.0.0-rc.4"
  5374. },
  5375. "engines": {
  5376. "node": "^20.19.0 || >=22.12.0"
  5377. }
  5378. },
  5379. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  5380. "version": "8.1.3",
  5381. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-8.1.3.tgz",
  5382. "integrity": "sha512-73NMCvxXh8Hyozc/jiwqTFWVcCMyi11U1zmrq4DoukQJnuo8JHt6FsNu4HdeUDa8SpIp5vb7Q22GWgIq0efsXg==",
  5383. "license": "MIT",
  5384. "dependencies": {
  5385. "@vue/devtools-kit": "^8.1.3"
  5386. }
  5387. },
  5388. "node_modules/vue-router/node_modules/@vue/devtools-kit": {
  5389. "version": "8.1.3",
  5390. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-8.1.3.tgz",
  5391. "integrity": "sha512-cRn7GXiCQkMYU2Z3h3pM4YO/ndbx9FY1yLDAqIqPLcmIq4H6zAOJHein6tvZU3AfPwgrodqLiPBEF+YQaS8AxA==",
  5392. "license": "MIT",
  5393. "dependencies": {
  5394. "@vue/devtools-shared": "^8.1.3",
  5395. "birpc": "^2.6.1",
  5396. "hookable": "^5.5.3",
  5397. "perfect-debounce": "^2.0.0"
  5398. }
  5399. },
  5400. "node_modules/vue-router/node_modules/@vue/devtools-shared": {
  5401. "version": "8.1.3",
  5402. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-8.1.3.tgz",
  5403. "integrity": "sha512-CM3uIPL+v+lrJUk33+pxspYo0MhuMWlCvf7zC9fybifvCPyM2jUbYRPwoYEJgYbwRqPikm5HozbUhp60MF2QuA==",
  5404. "license": "MIT"
  5405. },
  5406. "node_modules/vue-router/node_modules/perfect-debounce": {
  5407. "version": "2.1.0",
  5408. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  5409. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  5410. "license": "MIT"
  5411. },
  5412. "node_modules/vue-router/node_modules/picomatch": {
  5413. "version": "4.0.4",
  5414. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.4.tgz",
  5415. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  5416. "license": "MIT",
  5417. "engines": {
  5418. "node": ">=12"
  5419. },
  5420. "funding": {
  5421. "url": "https://github.com/sponsors/jonschlinkert"
  5422. }
  5423. },
  5424. "node_modules/vue-tsc": {
  5425. "version": "3.3.5",
  5426. "resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-3.3.5.tgz",
  5427. "integrity": "sha512-Rzh/G2MmNlMSAMTiQEjDrsb4dgB/jbtEM47rVN2NtidF1dfb/q4w4QvpQBtW5+y3y5H27Hjh7deVwk+YB02fNg==",
  5428. "dev": true,
  5429. "license": "MIT",
  5430. "dependencies": {
  5431. "@volar/typescript": "2.4.28",
  5432. "@vue/language-core": "3.3.5"
  5433. },
  5434. "bin": {
  5435. "vue-tsc": "bin/vue-tsc.js"
  5436. },
  5437. "peerDependencies": {
  5438. "typescript": ">=5.0.0"
  5439. }
  5440. },
  5441. "node_modules/webpack-virtual-modules": {
  5442. "version": "0.6.2",
  5443. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  5444. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  5445. "license": "MIT"
  5446. },
  5447. "node_modules/which": {
  5448. "version": "2.0.2",
  5449. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  5450. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  5451. "dev": true,
  5452. "license": "ISC",
  5453. "dependencies": {
  5454. "isexe": "^2.0.0"
  5455. },
  5456. "bin": {
  5457. "node-which": "bin/node-which"
  5458. },
  5459. "engines": {
  5460. "node": ">= 8"
  5461. }
  5462. },
  5463. "node_modules/word-wrap": {
  5464. "version": "1.2.5",
  5465. "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
  5466. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  5467. "dev": true,
  5468. "license": "MIT",
  5469. "engines": {
  5470. "node": ">=0.10.0"
  5471. }
  5472. },
  5473. "node_modules/wsl-utils": {
  5474. "version": "0.3.1",
  5475. "resolved": "https://registry.npmmirror.com/wsl-utils/-/wsl-utils-0.3.1.tgz",
  5476. "integrity": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==",
  5477. "dev": true,
  5478. "license": "MIT",
  5479. "dependencies": {
  5480. "is-wsl": "^3.1.0",
  5481. "powershell-utils": "^0.1.0"
  5482. },
  5483. "engines": {
  5484. "node": ">=20"
  5485. },
  5486. "funding": {
  5487. "url": "https://github.com/sponsors/sindresorhus"
  5488. }
  5489. },
  5490. "node_modules/xml-name-validator": {
  5491. "version": "4.0.0",
  5492. "resolved": "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
  5493. "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
  5494. "dev": true,
  5495. "license": "Apache-2.0",
  5496. "engines": {
  5497. "node": ">=12"
  5498. }
  5499. },
  5500. "node_modules/yallist": {
  5501. "version": "3.1.1",
  5502. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  5503. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  5504. "dev": true,
  5505. "license": "ISC"
  5506. },
  5507. "node_modules/yaml": {
  5508. "version": "2.9.0",
  5509. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.9.0.tgz",
  5510. "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
  5511. "license": "ISC",
  5512. "bin": {
  5513. "yaml": "bin.mjs"
  5514. },
  5515. "engines": {
  5516. "node": ">= 14.6"
  5517. },
  5518. "funding": {
  5519. "url": "https://github.com/sponsors/eemeli"
  5520. }
  5521. },
  5522. "node_modules/yocto-queue": {
  5523. "version": "0.1.0",
  5524. "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
  5525. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  5526. "dev": true,
  5527. "license": "MIT",
  5528. "engines": {
  5529. "node": ">=10"
  5530. },
  5531. "funding": {
  5532. "url": "https://github.com/sponsors/sindresorhus"
  5533. }
  5534. }
  5535. }
  5536. }