package-lock.json 178 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162
  1. {
  2. "name": "vue-skeleton-ts",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "vue-skeleton-ts",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "pinia": "^3.0.4",
  12. "vue": "^3.5.32",
  13. "vue-router": "^5.0.4"
  14. },
  15. "devDependencies": {
  16. "@tsconfig/node24": "^24.0.4",
  17. "@types/node": "^24.12.2",
  18. "@vitejs/plugin-vue": "^6.0.6",
  19. "@vue/eslint-config-typescript": "^14.7.0",
  20. "@vue/tsconfig": "^0.9.1",
  21. "eslint": "^10.2.1",
  22. "eslint-config-prettier": "^10.1.8",
  23. "eslint-plugin-oxlint": "~1.60.0",
  24. "eslint-plugin-vue": "~10.8.0",
  25. "jiti": "^2.6.1",
  26. "npm-run-all2": "^8.0.4",
  27. "oxlint": "~1.60.0",
  28. "prettier": "3.8.3",
  29. "typescript": "~6.0.0",
  30. "vite": "^8.0.8",
  31. "vite-plugin-vue-devtools": "^8.1.1",
  32. "vue-tsc": "^3.2.6"
  33. },
  34. "engines": {
  35. "node": "^20.19.0 || >=22.12.0"
  36. }
  37. },
  38. "node_modules/@babel/code-frame": {
  39. "version": "7.29.0",
  40. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
  41. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  42. "dev": true,
  43. "license": "MIT",
  44. "dependencies": {
  45. "@babel/helper-validator-identifier": "^7.28.5",
  46. "js-tokens": "^4.0.0",
  47. "picocolors": "^1.1.1"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. }
  52. },
  53. "node_modules/@babel/compat-data": {
  54. "version": "7.29.3",
  55. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.3.tgz",
  56. "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==",
  57. "dev": true,
  58. "license": "MIT",
  59. "engines": {
  60. "node": ">=6.9.0"
  61. }
  62. },
  63. "node_modules/@babel/core": {
  64. "version": "7.29.0",
  65. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
  66. "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
  67. "dev": true,
  68. "license": "MIT",
  69. "dependencies": {
  70. "@babel/code-frame": "^7.29.0",
  71. "@babel/generator": "^7.29.0",
  72. "@babel/helper-compilation-targets": "^7.28.6",
  73. "@babel/helper-module-transforms": "^7.28.6",
  74. "@babel/helpers": "^7.28.6",
  75. "@babel/parser": "^7.29.0",
  76. "@babel/template": "^7.28.6",
  77. "@babel/traverse": "^7.29.0",
  78. "@babel/types": "^7.29.0",
  79. "@jridgewell/remapping": "^2.3.5",
  80. "convert-source-map": "^2.0.0",
  81. "debug": "^4.1.0",
  82. "gensync": "^1.0.0-beta.2",
  83. "json5": "^2.2.3",
  84. "semver": "^6.3.1"
  85. },
  86. "engines": {
  87. "node": ">=6.9.0"
  88. },
  89. "funding": {
  90. "type": "opencollective",
  91. "url": "https://opencollective.com/babel"
  92. }
  93. },
  94. "node_modules/@babel/core/node_modules/semver": {
  95. "version": "6.3.1",
  96. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  97. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  98. "dev": true,
  99. "license": "ISC",
  100. "bin": {
  101. "semver": "bin/semver.js"
  102. }
  103. },
  104. "node_modules/@babel/generator": {
  105. "version": "7.29.1",
  106. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
  107. "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
  108. "dev": true,
  109. "license": "MIT",
  110. "dependencies": {
  111. "@babel/parser": "^7.29.0",
  112. "@babel/types": "^7.29.0",
  113. "@jridgewell/gen-mapping": "^0.3.12",
  114. "@jridgewell/trace-mapping": "^0.3.28",
  115. "jsesc": "^3.0.2"
  116. },
  117. "engines": {
  118. "node": ">=6.9.0"
  119. }
  120. },
  121. "node_modules/@babel/helper-annotate-as-pure": {
  122. "version": "7.27.3",
  123. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  124. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  125. "dev": true,
  126. "license": "MIT",
  127. "dependencies": {
  128. "@babel/types": "^7.27.3"
  129. },
  130. "engines": {
  131. "node": ">=6.9.0"
  132. }
  133. },
  134. "node_modules/@babel/helper-compilation-targets": {
  135. "version": "7.28.6",
  136. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
  137. "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
  138. "dev": true,
  139. "license": "MIT",
  140. "dependencies": {
  141. "@babel/compat-data": "^7.28.6",
  142. "@babel/helper-validator-option": "^7.27.1",
  143. "browserslist": "^4.24.0",
  144. "lru-cache": "^5.1.1",
  145. "semver": "^6.3.1"
  146. },
  147. "engines": {
  148. "node": ">=6.9.0"
  149. }
  150. },
  151. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  152. "version": "6.3.1",
  153. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  154. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  155. "dev": true,
  156. "license": "ISC",
  157. "bin": {
  158. "semver": "bin/semver.js"
  159. }
  160. },
  161. "node_modules/@babel/helper-create-class-features-plugin": {
  162. "version": "7.29.3",
  163. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.29.3.tgz",
  164. "integrity": "sha512-RpLYy2sb51oNLjuu1iD3bwBqCBWUzjO0ocp+iaCP/lJtb2CPLcnC2Fftw+4sAzaMELGeWTgExSKADbdo0GFVzA==",
  165. "dev": true,
  166. "license": "MIT",
  167. "dependencies": {
  168. "@babel/helper-annotate-as-pure": "^7.27.3",
  169. "@babel/helper-member-expression-to-functions": "^7.28.5",
  170. "@babel/helper-optimise-call-expression": "^7.27.1",
  171. "@babel/helper-replace-supers": "^7.28.6",
  172. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  173. "@babel/traverse": "^7.29.0",
  174. "semver": "^6.3.1"
  175. },
  176. "engines": {
  177. "node": ">=6.9.0"
  178. },
  179. "peerDependencies": {
  180. "@babel/core": "^7.0.0"
  181. }
  182. },
  183. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  184. "version": "6.3.1",
  185. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  186. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  187. "dev": true,
  188. "license": "ISC",
  189. "bin": {
  190. "semver": "bin/semver.js"
  191. }
  192. },
  193. "node_modules/@babel/helper-globals": {
  194. "version": "7.28.0",
  195. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  196. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  197. "dev": true,
  198. "license": "MIT",
  199. "engines": {
  200. "node": ">=6.9.0"
  201. }
  202. },
  203. "node_modules/@babel/helper-member-expression-to-functions": {
  204. "version": "7.28.5",
  205. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
  206. "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
  207. "dev": true,
  208. "license": "MIT",
  209. "dependencies": {
  210. "@babel/traverse": "^7.28.5",
  211. "@babel/types": "^7.28.5"
  212. },
  213. "engines": {
  214. "node": ">=6.9.0"
  215. }
  216. },
  217. "node_modules/@babel/helper-module-imports": {
  218. "version": "7.28.6",
  219. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
  220. "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
  221. "dev": true,
  222. "license": "MIT",
  223. "dependencies": {
  224. "@babel/traverse": "^7.28.6",
  225. "@babel/types": "^7.28.6"
  226. },
  227. "engines": {
  228. "node": ">=6.9.0"
  229. }
  230. },
  231. "node_modules/@babel/helper-module-transforms": {
  232. "version": "7.28.6",
  233. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
  234. "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
  235. "dev": true,
  236. "license": "MIT",
  237. "dependencies": {
  238. "@babel/helper-module-imports": "^7.28.6",
  239. "@babel/helper-validator-identifier": "^7.28.5",
  240. "@babel/traverse": "^7.28.6"
  241. },
  242. "engines": {
  243. "node": ">=6.9.0"
  244. },
  245. "peerDependencies": {
  246. "@babel/core": "^7.0.0"
  247. }
  248. },
  249. "node_modules/@babel/helper-optimise-call-expression": {
  250. "version": "7.27.1",
  251. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  252. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  253. "dev": true,
  254. "license": "MIT",
  255. "dependencies": {
  256. "@babel/types": "^7.27.1"
  257. },
  258. "engines": {
  259. "node": ">=6.9.0"
  260. }
  261. },
  262. "node_modules/@babel/helper-plugin-utils": {
  263. "version": "7.28.6",
  264. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
  265. "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
  266. "dev": true,
  267. "license": "MIT",
  268. "engines": {
  269. "node": ">=6.9.0"
  270. }
  271. },
  272. "node_modules/@babel/helper-replace-supers": {
  273. "version": "7.28.6",
  274. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz",
  275. "integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==",
  276. "dev": true,
  277. "license": "MIT",
  278. "dependencies": {
  279. "@babel/helper-member-expression-to-functions": "^7.28.5",
  280. "@babel/helper-optimise-call-expression": "^7.27.1",
  281. "@babel/traverse": "^7.28.6"
  282. },
  283. "engines": {
  284. "node": ">=6.9.0"
  285. },
  286. "peerDependencies": {
  287. "@babel/core": "^7.0.0"
  288. }
  289. },
  290. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  291. "version": "7.27.1",
  292. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  293. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  294. "dev": true,
  295. "license": "MIT",
  296. "dependencies": {
  297. "@babel/traverse": "^7.27.1",
  298. "@babel/types": "^7.27.1"
  299. },
  300. "engines": {
  301. "node": ">=6.9.0"
  302. }
  303. },
  304. "node_modules/@babel/helper-string-parser": {
  305. "version": "7.27.1",
  306. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  307. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  308. "license": "MIT",
  309. "engines": {
  310. "node": ">=6.9.0"
  311. }
  312. },
  313. "node_modules/@babel/helper-validator-identifier": {
  314. "version": "7.28.5",
  315. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  316. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  317. "license": "MIT",
  318. "engines": {
  319. "node": ">=6.9.0"
  320. }
  321. },
  322. "node_modules/@babel/helper-validator-option": {
  323. "version": "7.27.1",
  324. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  325. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  326. "dev": true,
  327. "license": "MIT",
  328. "engines": {
  329. "node": ">=6.9.0"
  330. }
  331. },
  332. "node_modules/@babel/helpers": {
  333. "version": "7.29.2",
  334. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",
  335. "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
  336. "dev": true,
  337. "license": "MIT",
  338. "dependencies": {
  339. "@babel/template": "^7.28.6",
  340. "@babel/types": "^7.29.0"
  341. },
  342. "engines": {
  343. "node": ">=6.9.0"
  344. }
  345. },
  346. "node_modules/@babel/parser": {
  347. "version": "7.29.3",
  348. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz",
  349. "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
  350. "license": "MIT",
  351. "dependencies": {
  352. "@babel/types": "^7.29.0"
  353. },
  354. "bin": {
  355. "parser": "bin/babel-parser.js"
  356. },
  357. "engines": {
  358. "node": ">=6.0.0"
  359. }
  360. },
  361. "node_modules/@babel/plugin-proposal-decorators": {
  362. "version": "7.29.0",
  363. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.29.0.tgz",
  364. "integrity": "sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==",
  365. "dev": true,
  366. "license": "MIT",
  367. "dependencies": {
  368. "@babel/helper-create-class-features-plugin": "^7.28.6",
  369. "@babel/helper-plugin-utils": "^7.28.6",
  370. "@babel/plugin-syntax-decorators": "^7.28.6"
  371. },
  372. "engines": {
  373. "node": ">=6.9.0"
  374. },
  375. "peerDependencies": {
  376. "@babel/core": "^7.0.0-0"
  377. }
  378. },
  379. "node_modules/@babel/plugin-syntax-decorators": {
  380. "version": "7.28.6",
  381. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.28.6.tgz",
  382. "integrity": "sha512-71EYI0ONURHJBL4rSFXnITXqXrrY8q4P0q006DPfN+Rk+ASM+++IBXem/ruokgBZR8YNEWZ8R6B+rCb8VcUTqA==",
  383. "dev": true,
  384. "license": "MIT",
  385. "dependencies": {
  386. "@babel/helper-plugin-utils": "^7.28.6"
  387. },
  388. "engines": {
  389. "node": ">=6.9.0"
  390. },
  391. "peerDependencies": {
  392. "@babel/core": "^7.0.0-0"
  393. }
  394. },
  395. "node_modules/@babel/plugin-syntax-import-attributes": {
  396. "version": "7.28.6",
  397. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.28.6.tgz",
  398. "integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==",
  399. "dev": true,
  400. "license": "MIT",
  401. "dependencies": {
  402. "@babel/helper-plugin-utils": "^7.28.6"
  403. },
  404. "engines": {
  405. "node": ">=6.9.0"
  406. },
  407. "peerDependencies": {
  408. "@babel/core": "^7.0.0-0"
  409. }
  410. },
  411. "node_modules/@babel/plugin-syntax-import-meta": {
  412. "version": "7.10.4",
  413. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  414. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  415. "dev": true,
  416. "license": "MIT",
  417. "dependencies": {
  418. "@babel/helper-plugin-utils": "^7.10.4"
  419. },
  420. "peerDependencies": {
  421. "@babel/core": "^7.0.0-0"
  422. }
  423. },
  424. "node_modules/@babel/plugin-syntax-jsx": {
  425. "version": "7.28.6",
  426. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz",
  427. "integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
  428. "dev": true,
  429. "license": "MIT",
  430. "dependencies": {
  431. "@babel/helper-plugin-utils": "^7.28.6"
  432. },
  433. "engines": {
  434. "node": ">=6.9.0"
  435. },
  436. "peerDependencies": {
  437. "@babel/core": "^7.0.0-0"
  438. }
  439. },
  440. "node_modules/@babel/plugin-syntax-typescript": {
  441. "version": "7.28.6",
  442. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz",
  443. "integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
  444. "dev": true,
  445. "license": "MIT",
  446. "dependencies": {
  447. "@babel/helper-plugin-utils": "^7.28.6"
  448. },
  449. "engines": {
  450. "node": ">=6.9.0"
  451. },
  452. "peerDependencies": {
  453. "@babel/core": "^7.0.0-0"
  454. }
  455. },
  456. "node_modules/@babel/plugin-transform-typescript": {
  457. "version": "7.28.6",
  458. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz",
  459. "integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==",
  460. "dev": true,
  461. "license": "MIT",
  462. "dependencies": {
  463. "@babel/helper-annotate-as-pure": "^7.27.3",
  464. "@babel/helper-create-class-features-plugin": "^7.28.6",
  465. "@babel/helper-plugin-utils": "^7.28.6",
  466. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  467. "@babel/plugin-syntax-typescript": "^7.28.6"
  468. },
  469. "engines": {
  470. "node": ">=6.9.0"
  471. },
  472. "peerDependencies": {
  473. "@babel/core": "^7.0.0-0"
  474. }
  475. },
  476. "node_modules/@babel/template": {
  477. "version": "7.28.6",
  478. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
  479. "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  480. "dev": true,
  481. "license": "MIT",
  482. "dependencies": {
  483. "@babel/code-frame": "^7.28.6",
  484. "@babel/parser": "^7.28.6",
  485. "@babel/types": "^7.28.6"
  486. },
  487. "engines": {
  488. "node": ">=6.9.0"
  489. }
  490. },
  491. "node_modules/@babel/traverse": {
  492. "version": "7.29.0",
  493. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
  494. "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
  495. "dev": true,
  496. "license": "MIT",
  497. "dependencies": {
  498. "@babel/code-frame": "^7.29.0",
  499. "@babel/generator": "^7.29.0",
  500. "@babel/helper-globals": "^7.28.0",
  501. "@babel/parser": "^7.29.0",
  502. "@babel/template": "^7.28.6",
  503. "@babel/types": "^7.29.0",
  504. "debug": "^4.3.1"
  505. },
  506. "engines": {
  507. "node": ">=6.9.0"
  508. }
  509. },
  510. "node_modules/@babel/types": {
  511. "version": "7.29.0",
  512. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  513. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  514. "license": "MIT",
  515. "dependencies": {
  516. "@babel/helper-string-parser": "^7.27.1",
  517. "@babel/helper-validator-identifier": "^7.28.5"
  518. },
  519. "engines": {
  520. "node": ">=6.9.0"
  521. }
  522. },
  523. "node_modules/@emnapi/core": {
  524. "version": "1.10.0",
  525. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
  526. "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
  527. "dev": true,
  528. "license": "MIT",
  529. "optional": true,
  530. "dependencies": {
  531. "@emnapi/wasi-threads": "1.2.1",
  532. "tslib": "^2.4.0"
  533. }
  534. },
  535. "node_modules/@emnapi/runtime": {
  536. "version": "1.10.0",
  537. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
  538. "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
  539. "dev": true,
  540. "license": "MIT",
  541. "optional": true,
  542. "dependencies": {
  543. "tslib": "^2.4.0"
  544. }
  545. },
  546. "node_modules/@emnapi/wasi-threads": {
  547. "version": "1.2.1",
  548. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  549. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  550. "dev": true,
  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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.1",
  639. "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz",
  640. "integrity": "sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==",
  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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.4",
  764. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
  765. "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
  766. "dev": true,
  767. "license": "MIT",
  768. "optional": true,
  769. "dependencies": {
  770. "@tybys/wasm-util": "^0.10.1"
  771. },
  772. "funding": {
  773. "type": "github",
  774. "url": "https://github.com/sponsors/Brooooooklyn"
  775. },
  776. "peerDependencies": {
  777. "@emnapi/core": "^1.7.1",
  778. "@emnapi/runtime": "^1.7.1"
  779. }
  780. },
  781. "node_modules/@nodelib/fs.scandir": {
  782. "version": "2.1.5",
  783. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  784. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  785. "dev": true,
  786. "license": "MIT",
  787. "dependencies": {
  788. "@nodelib/fs.stat": "2.0.5",
  789. "run-parallel": "^1.1.9"
  790. },
  791. "engines": {
  792. "node": ">= 8"
  793. }
  794. },
  795. "node_modules/@nodelib/fs.stat": {
  796. "version": "2.0.5",
  797. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  798. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  799. "dev": true,
  800. "license": "MIT",
  801. "engines": {
  802. "node": ">= 8"
  803. }
  804. },
  805. "node_modules/@nodelib/fs.walk": {
  806. "version": "1.2.8",
  807. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  808. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  809. "dev": true,
  810. "license": "MIT",
  811. "dependencies": {
  812. "@nodelib/fs.scandir": "2.1.5",
  813. "fastq": "^1.6.0"
  814. },
  815. "engines": {
  816. "node": ">= 8"
  817. }
  818. },
  819. "node_modules/@oxc-project/types": {
  820. "version": "0.130.0",
  821. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.130.0.tgz",
  822. "integrity": "sha512-ibD2usx9JRu7f5pu2tMKMI4cpA4NgXJQoYRP4pQ7Pxmn1l6k/53qWtQWZayhYy3X4QZkt90Ot+mJEaeXouio6Q==",
  823. "dev": true,
  824. "license": "MIT",
  825. "funding": {
  826. "url": "https://github.com/sponsors/Boshen"
  827. }
  828. },
  829. "node_modules/@oxlint/binding-android-arm-eabi": {
  830. "version": "1.60.0",
  831. "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.60.0.tgz",
  832. "integrity": "sha512-YdeJKaZckDQL1qa62a1aKq/goyq48aX3yOxaaWqWb4sau4Ee4IiLbamftNLU3zbePky6QsDj6thnSSzHRBjDfA==",
  833. "cpu": [
  834. "arm"
  835. ],
  836. "dev": true,
  837. "license": "MIT",
  838. "optional": true,
  839. "os": [
  840. "android"
  841. ],
  842. "engines": {
  843. "node": "^20.19.0 || >=22.12.0"
  844. }
  845. },
  846. "node_modules/@oxlint/binding-android-arm64": {
  847. "version": "1.60.0",
  848. "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.60.0.tgz",
  849. "integrity": "sha512-7ANS7PpXCfq84xZQ8E5WPs14gwcuPcl+/8TFNXfpSu0CQBXz3cUo2fDpHT8v8HJN+Ut02eacvMAzTnc9s6X4tw==",
  850. "cpu": [
  851. "arm64"
  852. ],
  853. "dev": true,
  854. "license": "MIT",
  855. "optional": true,
  856. "os": [
  857. "android"
  858. ],
  859. "engines": {
  860. "node": "^20.19.0 || >=22.12.0"
  861. }
  862. },
  863. "node_modules/@oxlint/binding-darwin-arm64": {
  864. "version": "1.60.0",
  865. "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.60.0.tgz",
  866. "integrity": "sha512-pJsgd9AfplLGBm1fIr25V6V14vMrayhx4uIQvlfH7jWs2SZwSrvi3TfgfJySB8T+hvyEH8K2zXljQiUnkgUnfQ==",
  867. "cpu": [
  868. "arm64"
  869. ],
  870. "dev": true,
  871. "license": "MIT",
  872. "optional": true,
  873. "os": [
  874. "darwin"
  875. ],
  876. "engines": {
  877. "node": "^20.19.0 || >=22.12.0"
  878. }
  879. },
  880. "node_modules/@oxlint/binding-darwin-x64": {
  881. "version": "1.60.0",
  882. "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.60.0.tgz",
  883. "integrity": "sha512-Ue1aXHX49ivwflKqGJc7zcd/LeLgbhaTcDCQStgx5x06AXgjEAZmvrlMuIkWd4AL4FHQe6QJ9f33z04Cg448VQ==",
  884. "cpu": [
  885. "x64"
  886. ],
  887. "dev": true,
  888. "license": "MIT",
  889. "optional": true,
  890. "os": [
  891. "darwin"
  892. ],
  893. "engines": {
  894. "node": "^20.19.0 || >=22.12.0"
  895. }
  896. },
  897. "node_modules/@oxlint/binding-freebsd-x64": {
  898. "version": "1.60.0",
  899. "resolved": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.60.0.tgz",
  900. "integrity": "sha512-YCyQzsQtusQw+gNRW9rRTifSO+Dt/+dtCl2NHoDMZqJlRTEZ/Oht9YnuporI9yiTx7+cB+eqzX3MtHHVHGIWhg==",
  901. "cpu": [
  902. "x64"
  903. ],
  904. "dev": true,
  905. "license": "MIT",
  906. "optional": true,
  907. "os": [
  908. "freebsd"
  909. ],
  910. "engines": {
  911. "node": "^20.19.0 || >=22.12.0"
  912. }
  913. },
  914. "node_modules/@oxlint/binding-linux-arm-gnueabihf": {
  915. "version": "1.60.0",
  916. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.60.0.tgz",
  917. "integrity": "sha512-c7dxM2Zksa45Qw16i2iGY3Fti2NirJ38FrsBsKw+qcJ0OtqTsBgKJLF0xV+yLG56UH01Z8WRPgsw31e0MoRoGQ==",
  918. "cpu": [
  919. "arm"
  920. ],
  921. "dev": true,
  922. "license": "MIT",
  923. "optional": true,
  924. "os": [
  925. "linux"
  926. ],
  927. "engines": {
  928. "node": "^20.19.0 || >=22.12.0"
  929. }
  930. },
  931. "node_modules/@oxlint/binding-linux-arm-musleabihf": {
  932. "version": "1.60.0",
  933. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.60.0.tgz",
  934. "integrity": "sha512-ZWALoA42UYqBEP1Tbw9OWURgFGS1nWj2AAvLdY6ZcGx/Gj93qVCBKjcvwXMupZibYwFbi9s/rzqkZseb/6gVtQ==",
  935. "cpu": [
  936. "arm"
  937. ],
  938. "dev": true,
  939. "license": "MIT",
  940. "optional": true,
  941. "os": [
  942. "linux"
  943. ],
  944. "engines": {
  945. "node": "^20.19.0 || >=22.12.0"
  946. }
  947. },
  948. "node_modules/@oxlint/binding-linux-arm64-gnu": {
  949. "version": "1.60.0",
  950. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.60.0.tgz",
  951. "integrity": "sha512-tpy+1w4p9hN5CicMCxqNy6ymfRtV5ayE573vFNjp1k1TN/qhLFgflveZoE/0++RlkHikBz2vY545NWm/hp7big==",
  952. "cpu": [
  953. "arm64"
  954. ],
  955. "dev": true,
  956. "libc": [
  957. "glibc"
  958. ],
  959. "license": "MIT",
  960. "optional": true,
  961. "os": [
  962. "linux"
  963. ],
  964. "engines": {
  965. "node": "^20.19.0 || >=22.12.0"
  966. }
  967. },
  968. "node_modules/@oxlint/binding-linux-arm64-musl": {
  969. "version": "1.60.0",
  970. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.60.0.tgz",
  971. "integrity": "sha512-eDYDXZGhQAXyn6GwtwiX/qcLS0HlOLPJ/+iiIY8RYr+3P8oKBmgKxADLlniL6FtWfE7pPk7IGN9/xvDEvDvFeg==",
  972. "cpu": [
  973. "arm64"
  974. ],
  975. "dev": true,
  976. "libc": [
  977. "musl"
  978. ],
  979. "license": "MIT",
  980. "optional": true,
  981. "os": [
  982. "linux"
  983. ],
  984. "engines": {
  985. "node": "^20.19.0 || >=22.12.0"
  986. }
  987. },
  988. "node_modules/@oxlint/binding-linux-ppc64-gnu": {
  989. "version": "1.60.0",
  990. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.60.0.tgz",
  991. "integrity": "sha512-nxehly5XYBHUWI9VJX1bqCf9j/B43DaK/aS/T1fcxCpX3PA4Rm9BB54nPD1CKayT8xg6REN1ao+01hSRNgy8OA==",
  992. "cpu": [
  993. "ppc64"
  994. ],
  995. "dev": true,
  996. "libc": [
  997. "glibc"
  998. ],
  999. "license": "MIT",
  1000. "optional": true,
  1001. "os": [
  1002. "linux"
  1003. ],
  1004. "engines": {
  1005. "node": "^20.19.0 || >=22.12.0"
  1006. }
  1007. },
  1008. "node_modules/@oxlint/binding-linux-riscv64-gnu": {
  1009. "version": "1.60.0",
  1010. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.60.0.tgz",
  1011. "integrity": "sha512-j1qf/NaUfOWQutjeoooNG1Q0zsK0XGmSu1uDLq3cctquRF3j7t9Hxqf/76ehCc5GEUAanth2W4Fa+XT1RFg/nw==",
  1012. "cpu": [
  1013. "riscv64"
  1014. ],
  1015. "dev": true,
  1016. "libc": [
  1017. "glibc"
  1018. ],
  1019. "license": "MIT",
  1020. "optional": true,
  1021. "os": [
  1022. "linux"
  1023. ],
  1024. "engines": {
  1025. "node": "^20.19.0 || >=22.12.0"
  1026. }
  1027. },
  1028. "node_modules/@oxlint/binding-linux-riscv64-musl": {
  1029. "version": "1.60.0",
  1030. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.60.0.tgz",
  1031. "integrity": "sha512-YELKPRefQ/q/h3RUmeRfPCUhh2wBvgV1RyZ/F9M9u8cDyXsQW2ojv1DeWQTt466yczDITjZnIOg/s05pk7Ve2A==",
  1032. "cpu": [
  1033. "riscv64"
  1034. ],
  1035. "dev": true,
  1036. "libc": [
  1037. "musl"
  1038. ],
  1039. "license": "MIT",
  1040. "optional": true,
  1041. "os": [
  1042. "linux"
  1043. ],
  1044. "engines": {
  1045. "node": "^20.19.0 || >=22.12.0"
  1046. }
  1047. },
  1048. "node_modules/@oxlint/binding-linux-s390x-gnu": {
  1049. "version": "1.60.0",
  1050. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.60.0.tgz",
  1051. "integrity": "sha512-JkO3C6Gki7Y6h/MiIkFKvHFOz98/YWvQ4WYbK9DLXACMP2rjULzkeGyAzorJE5S1dzLQGFgeqvN779kSFwoV1g==",
  1052. "cpu": [
  1053. "s390x"
  1054. ],
  1055. "dev": true,
  1056. "libc": [
  1057. "glibc"
  1058. ],
  1059. "license": "MIT",
  1060. "optional": true,
  1061. "os": [
  1062. "linux"
  1063. ],
  1064. "engines": {
  1065. "node": "^20.19.0 || >=22.12.0"
  1066. }
  1067. },
  1068. "node_modules/@oxlint/binding-linux-x64-gnu": {
  1069. "version": "1.60.0",
  1070. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.60.0.tgz",
  1071. "integrity": "sha512-XjKHdFVCpZZZSWBCKyyqCq65s2AKXykMXkjLoKYODrD+f5toLhlwsMESscu8FbgnJQ4Y/dpR/zdazsahmgBJIA==",
  1072. "cpu": [
  1073. "x64"
  1074. ],
  1075. "dev": true,
  1076. "libc": [
  1077. "glibc"
  1078. ],
  1079. "license": "MIT",
  1080. "optional": true,
  1081. "os": [
  1082. "linux"
  1083. ],
  1084. "engines": {
  1085. "node": "^20.19.0 || >=22.12.0"
  1086. }
  1087. },
  1088. "node_modules/@oxlint/binding-linux-x64-musl": {
  1089. "version": "1.60.0",
  1090. "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.60.0.tgz",
  1091. "integrity": "sha512-js29ZWIuPhNWzY8NC7KoffEMEeWG105vbmm+8EOJsC+T/jHBiKIJEUF78+F/IrgEWMMP9N0kRND4Pp75+xAhKg==",
  1092. "cpu": [
  1093. "x64"
  1094. ],
  1095. "dev": true,
  1096. "libc": [
  1097. "musl"
  1098. ],
  1099. "license": "MIT",
  1100. "optional": true,
  1101. "os": [
  1102. "linux"
  1103. ],
  1104. "engines": {
  1105. "node": "^20.19.0 || >=22.12.0"
  1106. }
  1107. },
  1108. "node_modules/@oxlint/binding-openharmony-arm64": {
  1109. "version": "1.60.0",
  1110. "resolved": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.60.0.tgz",
  1111. "integrity": "sha512-H+PUITKHk04stFpWj3x3Kg08Afp/bcXSBi0EhasR5a0Vw7StXHTzdl655PUI0fB4qdh2Wsu6Dsi+3ACxPoyQnA==",
  1112. "cpu": [
  1113. "arm64"
  1114. ],
  1115. "dev": true,
  1116. "license": "MIT",
  1117. "optional": true,
  1118. "os": [
  1119. "openharmony"
  1120. ],
  1121. "engines": {
  1122. "node": "^20.19.0 || >=22.12.0"
  1123. }
  1124. },
  1125. "node_modules/@oxlint/binding-win32-arm64-msvc": {
  1126. "version": "1.60.0",
  1127. "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.60.0.tgz",
  1128. "integrity": "sha512-WA/yc7f7ZfCefBXVzNHn1Ztulb1EFwNBb4jMZ6pjML0zz6pHujlF3Q3jySluz3XHl/GNeMTntG1seUBWVMlMag==",
  1129. "cpu": [
  1130. "arm64"
  1131. ],
  1132. "dev": true,
  1133. "license": "MIT",
  1134. "optional": true,
  1135. "os": [
  1136. "win32"
  1137. ],
  1138. "engines": {
  1139. "node": "^20.19.0 || >=22.12.0"
  1140. }
  1141. },
  1142. "node_modules/@oxlint/binding-win32-ia32-msvc": {
  1143. "version": "1.60.0",
  1144. "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.60.0.tgz",
  1145. "integrity": "sha512-33YxL1sqwYNZXtn3MD/4dno6s0xeedXOJlT1WohkVD565WvohClZUr7vwKdAk954n4xiEWJkewiCr+zLeq7AeA==",
  1146. "cpu": [
  1147. "ia32"
  1148. ],
  1149. "dev": true,
  1150. "license": "MIT",
  1151. "optional": true,
  1152. "os": [
  1153. "win32"
  1154. ],
  1155. "engines": {
  1156. "node": "^20.19.0 || >=22.12.0"
  1157. }
  1158. },
  1159. "node_modules/@oxlint/binding-win32-x64-msvc": {
  1160. "version": "1.60.0",
  1161. "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.60.0.tgz",
  1162. "integrity": "sha512-JOro4ZcfBLamJCyfURQmOQByoorgOdx3ZjAkSqnb/CyG/i+lN3KoV5LAgk5ZAW6DPq7/Cx7n23f8DuTWXTWgyQ==",
  1163. "cpu": [
  1164. "x64"
  1165. ],
  1166. "dev": true,
  1167. "license": "MIT",
  1168. "optional": true,
  1169. "os": [
  1170. "win32"
  1171. ],
  1172. "engines": {
  1173. "node": "^20.19.0 || >=22.12.0"
  1174. }
  1175. },
  1176. "node_modules/@polka/url": {
  1177. "version": "1.0.0-next.29",
  1178. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
  1179. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  1180. "dev": true,
  1181. "license": "MIT"
  1182. },
  1183. "node_modules/@rolldown/binding-android-arm64": {
  1184. "version": "1.0.1",
  1185. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.1.tgz",
  1186. "integrity": "sha512-fJI3I0r3C3Oj/zdBCpaCmBRZYf07xpaq4yCfDDoSFm+beWNzbIl26puW8RraUdugoJw/95zerNOn6jasAhzSmg==",
  1187. "cpu": [
  1188. "arm64"
  1189. ],
  1190. "dev": true,
  1191. "license": "MIT",
  1192. "optional": true,
  1193. "os": [
  1194. "android"
  1195. ],
  1196. "engines": {
  1197. "node": "^20.19.0 || >=22.12.0"
  1198. }
  1199. },
  1200. "node_modules/@rolldown/binding-darwin-arm64": {
  1201. "version": "1.0.1",
  1202. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.1.tgz",
  1203. "integrity": "sha512-cKnAhWEsV7TPcA/5EAteDp6KcJZBQ2G+BqE7zayMMi7kMvwRsbv7WT9aOnn0WNl4SKEIf43vjS31iUPu80nzXg==",
  1204. "cpu": [
  1205. "arm64"
  1206. ],
  1207. "dev": true,
  1208. "license": "MIT",
  1209. "optional": true,
  1210. "os": [
  1211. "darwin"
  1212. ],
  1213. "engines": {
  1214. "node": "^20.19.0 || >=22.12.0"
  1215. }
  1216. },
  1217. "node_modules/@rolldown/binding-darwin-x64": {
  1218. "version": "1.0.1",
  1219. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.1.tgz",
  1220. "integrity": "sha512-YKrVwQjIRBPo+5G/u03wGjbdy4q7pyzCe93DK9VJ7zkVmeg8LJ7GbgsiHWdR4xSoe4CAXRD7Bcjgbtr64bkXNg==",
  1221. "cpu": [
  1222. "x64"
  1223. ],
  1224. "dev": true,
  1225. "license": "MIT",
  1226. "optional": true,
  1227. "os": [
  1228. "darwin"
  1229. ],
  1230. "engines": {
  1231. "node": "^20.19.0 || >=22.12.0"
  1232. }
  1233. },
  1234. "node_modules/@rolldown/binding-freebsd-x64": {
  1235. "version": "1.0.1",
  1236. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.1.tgz",
  1237. "integrity": "sha512-z/oBsREo46SsFqBwYtFe0kpJeBijAT48O/WXLI4suiCLBkr03RTtTJMCzSdDd2znlh8VJizL09XVkQgk8IZonw==",
  1238. "cpu": [
  1239. "x64"
  1240. ],
  1241. "dev": true,
  1242. "license": "MIT",
  1243. "optional": true,
  1244. "os": [
  1245. "freebsd"
  1246. ],
  1247. "engines": {
  1248. "node": "^20.19.0 || >=22.12.0"
  1249. }
  1250. },
  1251. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  1252. "version": "1.0.1",
  1253. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.1.tgz",
  1254. "integrity": "sha512-ik8q7GM11zxvYxFc2PeDcT6TBvhCQMaUxfph/M5l9sKuTs/Sjg3L+Byw0F7w0ZVLBZmx30P+gG0ECzzN+MFcmQ==",
  1255. "cpu": [
  1256. "arm"
  1257. ],
  1258. "dev": true,
  1259. "license": "MIT",
  1260. "optional": true,
  1261. "os": [
  1262. "linux"
  1263. ],
  1264. "engines": {
  1265. "node": "^20.19.0 || >=22.12.0"
  1266. }
  1267. },
  1268. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  1269. "version": "1.0.1",
  1270. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.1.tgz",
  1271. "integrity": "sha512-QoSx2EkyrrdZ6kcyE8stqZ62t0Yra8Fs5ia9lOxJrh6TMQJK7gQKmscdTHf7pOXKREKrVwOtJcQG3qVSfc866A==",
  1272. "cpu": [
  1273. "arm64"
  1274. ],
  1275. "dev": true,
  1276. "libc": [
  1277. "glibc"
  1278. ],
  1279. "license": "MIT",
  1280. "optional": true,
  1281. "os": [
  1282. "linux"
  1283. ],
  1284. "engines": {
  1285. "node": "^20.19.0 || >=22.12.0"
  1286. }
  1287. },
  1288. "node_modules/@rolldown/binding-linux-arm64-musl": {
  1289. "version": "1.0.1",
  1290. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.1.tgz",
  1291. "integrity": "sha512-uwNwFpwKeNiZawfAWBgg0VIztPTV3ihhh1vV334h9ivnNLorxnQMU6Fz8wG1Zb4Qh9LC1/MkcyT3YlDXG3Rsgg==",
  1292. "cpu": [
  1293. "arm64"
  1294. ],
  1295. "dev": true,
  1296. "libc": [
  1297. "musl"
  1298. ],
  1299. "license": "MIT",
  1300. "optional": true,
  1301. "os": [
  1302. "linux"
  1303. ],
  1304. "engines": {
  1305. "node": "^20.19.0 || >=22.12.0"
  1306. }
  1307. },
  1308. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  1309. "version": "1.0.1",
  1310. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.1.tgz",
  1311. "integrity": "sha512-zY1bul7OWr7DFBiJ++wofXvnr8B45ce3QsQUhKrIhXsygAh7bTkwyeM1bi1a2g5C/yC/N8TZyGDEoMfm/l9mpg==",
  1312. "cpu": [
  1313. "ppc64"
  1314. ],
  1315. "dev": true,
  1316. "libc": [
  1317. "glibc"
  1318. ],
  1319. "license": "MIT",
  1320. "optional": true,
  1321. "os": [
  1322. "linux"
  1323. ],
  1324. "engines": {
  1325. "node": "^20.19.0 || >=22.12.0"
  1326. }
  1327. },
  1328. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  1329. "version": "1.0.1",
  1330. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.1.tgz",
  1331. "integrity": "sha512-0frlsT/f4Ft6I7SMESTKnF3cZsdicQn1dCMkF/jT9wDLE+gGoiQfv1nmT9e+s7s/fekvvy6tZM2jHvI2tkbJDQ==",
  1332. "cpu": [
  1333. "s390x"
  1334. ],
  1335. "dev": true,
  1336. "libc": [
  1337. "glibc"
  1338. ],
  1339. "license": "MIT",
  1340. "optional": true,
  1341. "os": [
  1342. "linux"
  1343. ],
  1344. "engines": {
  1345. "node": "^20.19.0 || >=22.12.0"
  1346. }
  1347. },
  1348. "node_modules/@rolldown/binding-linux-x64-gnu": {
  1349. "version": "1.0.1",
  1350. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.1.tgz",
  1351. "integrity": "sha512-XABVmGp9Tg0WspTVvwduTc4fpqy6JnAUrSQe6OuyqD/03nI7r0O9OWUkMIwFrjKAIqolvqoA4ZrJppgwE0Gxmw==",
  1352. "cpu": [
  1353. "x64"
  1354. ],
  1355. "dev": true,
  1356. "libc": [
  1357. "glibc"
  1358. ],
  1359. "license": "MIT",
  1360. "optional": true,
  1361. "os": [
  1362. "linux"
  1363. ],
  1364. "engines": {
  1365. "node": "^20.19.0 || >=22.12.0"
  1366. }
  1367. },
  1368. "node_modules/@rolldown/binding-linux-x64-musl": {
  1369. "version": "1.0.1",
  1370. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.1.tgz",
  1371. "integrity": "sha512-bV4fzswuzVcKD90o/VM6QqKxnxlDq0g2BISDLNVmxrnhpv1DDbyPhCIjYfvzYLV+MvkKKnQt2Q6AO86SEBULUQ==",
  1372. "cpu": [
  1373. "x64"
  1374. ],
  1375. "dev": true,
  1376. "libc": [
  1377. "musl"
  1378. ],
  1379. "license": "MIT",
  1380. "optional": true,
  1381. "os": [
  1382. "linux"
  1383. ],
  1384. "engines": {
  1385. "node": "^20.19.0 || >=22.12.0"
  1386. }
  1387. },
  1388. "node_modules/@rolldown/binding-openharmony-arm64": {
  1389. "version": "1.0.1",
  1390. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.1.tgz",
  1391. "integrity": "sha512-/Mh0Zhq3OP7fVs0kcQHZP6lZEthMGTaSf8UBQYSFEZDWGXXlEC+nJ6EqenaK2t4LBXMe3A+K/G2BVXXdtOr4PQ==",
  1392. "cpu": [
  1393. "arm64"
  1394. ],
  1395. "dev": true,
  1396. "license": "MIT",
  1397. "optional": true,
  1398. "os": [
  1399. "openharmony"
  1400. ],
  1401. "engines": {
  1402. "node": "^20.19.0 || >=22.12.0"
  1403. }
  1404. },
  1405. "node_modules/@rolldown/binding-wasm32-wasi": {
  1406. "version": "1.0.1",
  1407. "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.1.tgz",
  1408. "integrity": "sha512-+1xc9X45l8ufsBAm6Gjvx2qDRIY9lTVt0cgWNcJ+1gdhXvkbxePA60yRTwSTuXL09CMhyJmjpV7E3NoyxbqFQQ==",
  1409. "cpu": [
  1410. "wasm32"
  1411. ],
  1412. "dev": true,
  1413. "license": "MIT",
  1414. "optional": true,
  1415. "dependencies": {
  1416. "@emnapi/core": "1.10.0",
  1417. "@emnapi/runtime": "1.10.0",
  1418. "@napi-rs/wasm-runtime": "^1.1.4"
  1419. },
  1420. "engines": {
  1421. "node": "^20.19.0 || >=22.12.0"
  1422. }
  1423. },
  1424. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  1425. "version": "1.0.1",
  1426. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.1.tgz",
  1427. "integrity": "sha512-1D+UqZdfnuR+Jy1GgMJwi85bD40H21uNmOPRWQhw4oRSuolZ/B5rixZ45DK2KXOTCvmVCecauWgEhbw8bI7tOw==",
  1428. "cpu": [
  1429. "arm64"
  1430. ],
  1431. "dev": true,
  1432. "license": "MIT",
  1433. "optional": true,
  1434. "os": [
  1435. "win32"
  1436. ],
  1437. "engines": {
  1438. "node": "^20.19.0 || >=22.12.0"
  1439. }
  1440. },
  1441. "node_modules/@rolldown/binding-win32-x64-msvc": {
  1442. "version": "1.0.1",
  1443. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.1.tgz",
  1444. "integrity": "sha512-INAycaWuhlOK3wk4mRHGsdgwYWmd9cChdPdE9bwWmy6rn9VqVNYNFGhOdXrofXUxwHIncSiPNb8tNm8knDVIeQ==",
  1445. "cpu": [
  1446. "x64"
  1447. ],
  1448. "dev": true,
  1449. "license": "MIT",
  1450. "optional": true,
  1451. "os": [
  1452. "win32"
  1453. ],
  1454. "engines": {
  1455. "node": "^20.19.0 || >=22.12.0"
  1456. }
  1457. },
  1458. "node_modules/@rolldown/pluginutils": {
  1459. "version": "1.0.1",
  1460. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
  1461. "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
  1462. "dev": true,
  1463. "license": "MIT"
  1464. },
  1465. "node_modules/@tsconfig/node24": {
  1466. "version": "24.0.4",
  1467. "resolved": "https://registry.npmjs.org/@tsconfig/node24/-/node24-24.0.4.tgz",
  1468. "integrity": "sha512-2A933l5P5oCbv6qSxHs7ckKwobs8BDAe9SJ/Xr2Hy+nDlwmLE1GhFh/g/vXGRZWgxBg9nX/5piDtHR9Dkw/XuA==",
  1469. "dev": true,
  1470. "license": "MIT"
  1471. },
  1472. "node_modules/@tybys/wasm-util": {
  1473. "version": "0.10.2",
  1474. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
  1475. "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
  1476. "dev": true,
  1477. "license": "MIT",
  1478. "optional": true,
  1479. "dependencies": {
  1480. "tslib": "^2.4.0"
  1481. }
  1482. },
  1483. "node_modules/@types/esrecurse": {
  1484. "version": "4.3.1",
  1485. "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
  1486. "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
  1487. "dev": true,
  1488. "license": "MIT"
  1489. },
  1490. "node_modules/@types/estree": {
  1491. "version": "1.0.9",
  1492. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
  1493. "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
  1494. "dev": true,
  1495. "license": "MIT"
  1496. },
  1497. "node_modules/@types/jsesc": {
  1498. "version": "2.5.1",
  1499. "resolved": "https://registry.npmjs.org/@types/jsesc/-/jsesc-2.5.1.tgz",
  1500. "integrity": "sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==",
  1501. "license": "MIT"
  1502. },
  1503. "node_modules/@types/json-schema": {
  1504. "version": "7.0.15",
  1505. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  1506. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  1507. "dev": true,
  1508. "license": "MIT"
  1509. },
  1510. "node_modules/@types/node": {
  1511. "version": "24.12.4",
  1512. "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz",
  1513. "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==",
  1514. "dev": true,
  1515. "license": "MIT",
  1516. "dependencies": {
  1517. "undici-types": "~7.16.0"
  1518. }
  1519. },
  1520. "node_modules/@typescript-eslint/eslint-plugin": {
  1521. "version": "8.59.4",
  1522. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.4.tgz",
  1523. "integrity": "sha512-PegsU+XfyJJNjd4+u/k6f9yTyp0lEXXiPopUNobZcIAUJFGICFLN+sP0Rb3JehVmiij1Ph0dFGYqODoRo/2+6A==",
  1524. "dev": true,
  1525. "license": "MIT",
  1526. "dependencies": {
  1527. "@eslint-community/regexpp": "^4.12.2",
  1528. "@typescript-eslint/scope-manager": "8.59.4",
  1529. "@typescript-eslint/type-utils": "8.59.4",
  1530. "@typescript-eslint/utils": "8.59.4",
  1531. "@typescript-eslint/visitor-keys": "8.59.4",
  1532. "ignore": "^7.0.5",
  1533. "natural-compare": "^1.4.0",
  1534. "ts-api-utils": "^2.5.0"
  1535. },
  1536. "engines": {
  1537. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1538. },
  1539. "funding": {
  1540. "type": "opencollective",
  1541. "url": "https://opencollective.com/typescript-eslint"
  1542. },
  1543. "peerDependencies": {
  1544. "@typescript-eslint/parser": "^8.59.4",
  1545. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1546. "typescript": ">=4.8.4 <6.1.0"
  1547. }
  1548. },
  1549. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  1550. "version": "7.0.5",
  1551. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  1552. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  1553. "dev": true,
  1554. "license": "MIT",
  1555. "engines": {
  1556. "node": ">= 4"
  1557. }
  1558. },
  1559. "node_modules/@typescript-eslint/parser": {
  1560. "version": "8.59.4",
  1561. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.4.tgz",
  1562. "integrity": "sha512-zORHqO/tuhxY1zWuTvMUqddRxpiFJ72xVfcNoWpqdLjs6lfPbuQBJuW4pk+49/uBMy7Ssr4bzgjiKmmDB1UbZQ==",
  1563. "dev": true,
  1564. "license": "MIT",
  1565. "dependencies": {
  1566. "@typescript-eslint/scope-manager": "8.59.4",
  1567. "@typescript-eslint/types": "8.59.4",
  1568. "@typescript-eslint/typescript-estree": "8.59.4",
  1569. "@typescript-eslint/visitor-keys": "8.59.4",
  1570. "debug": "^4.4.3"
  1571. },
  1572. "engines": {
  1573. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1574. },
  1575. "funding": {
  1576. "type": "opencollective",
  1577. "url": "https://opencollective.com/typescript-eslint"
  1578. },
  1579. "peerDependencies": {
  1580. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1581. "typescript": ">=4.8.4 <6.1.0"
  1582. }
  1583. },
  1584. "node_modules/@typescript-eslint/project-service": {
  1585. "version": "8.59.4",
  1586. "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.4.tgz",
  1587. "integrity": "sha512-Ly00Vu4oAacfDeHp2Zg85ioNG6l8HG+tN1D7J+xTHSxu9y0awYKJ2zH1rFBn8ZSfuGK+7FxK3Cgl3uAz0aZZLg==",
  1588. "dev": true,
  1589. "license": "MIT",
  1590. "dependencies": {
  1591. "@typescript-eslint/tsconfig-utils": "^8.59.4",
  1592. "@typescript-eslint/types": "^8.59.4",
  1593. "debug": "^4.4.3"
  1594. },
  1595. "engines": {
  1596. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1597. },
  1598. "funding": {
  1599. "type": "opencollective",
  1600. "url": "https://opencollective.com/typescript-eslint"
  1601. },
  1602. "peerDependencies": {
  1603. "typescript": ">=4.8.4 <6.1.0"
  1604. }
  1605. },
  1606. "node_modules/@typescript-eslint/scope-manager": {
  1607. "version": "8.59.4",
  1608. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.4.tgz",
  1609. "integrity": "sha512-mUeR/3H1WrTAddJrwut8OoPjfauaztMQmRwV5fQTUyNVJCLiUXXe4lGEyYIL2oFDpP7UtgbGJXCt72wT0z2S3Q==",
  1610. "dev": true,
  1611. "license": "MIT",
  1612. "dependencies": {
  1613. "@typescript-eslint/types": "8.59.4",
  1614. "@typescript-eslint/visitor-keys": "8.59.4"
  1615. },
  1616. "engines": {
  1617. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1618. },
  1619. "funding": {
  1620. "type": "opencollective",
  1621. "url": "https://opencollective.com/typescript-eslint"
  1622. }
  1623. },
  1624. "node_modules/@typescript-eslint/tsconfig-utils": {
  1625. "version": "8.59.4",
  1626. "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.4.tgz",
  1627. "integrity": "sha512-DLCpnKgD4alVxTBSKulK+gU1KCqOgUXfDRDXh2mZgzokQKa/70ax93I2uVO3m/LLvIAtWZIFoiifudmIqAxpMA==",
  1628. "dev": true,
  1629. "license": "MIT",
  1630. "engines": {
  1631. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1632. },
  1633. "funding": {
  1634. "type": "opencollective",
  1635. "url": "https://opencollective.com/typescript-eslint"
  1636. },
  1637. "peerDependencies": {
  1638. "typescript": ">=4.8.4 <6.1.0"
  1639. }
  1640. },
  1641. "node_modules/@typescript-eslint/type-utils": {
  1642. "version": "8.59.4",
  1643. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.4.tgz",
  1644. "integrity": "sha512-uonTuPAAKr9XaBGqJ3LjYTh72zy5DyGesljO9gtmk/eFW0W1fRHjnwVYKB35Lm8d5Q5CluEW3gPHjTvZTmgrfA==",
  1645. "dev": true,
  1646. "license": "MIT",
  1647. "dependencies": {
  1648. "@typescript-eslint/types": "8.59.4",
  1649. "@typescript-eslint/typescript-estree": "8.59.4",
  1650. "@typescript-eslint/utils": "8.59.4",
  1651. "debug": "^4.4.3",
  1652. "ts-api-utils": "^2.5.0"
  1653. },
  1654. "engines": {
  1655. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1656. },
  1657. "funding": {
  1658. "type": "opencollective",
  1659. "url": "https://opencollective.com/typescript-eslint"
  1660. },
  1661. "peerDependencies": {
  1662. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1663. "typescript": ">=4.8.4 <6.1.0"
  1664. }
  1665. },
  1666. "node_modules/@typescript-eslint/types": {
  1667. "version": "8.59.4",
  1668. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.4.tgz",
  1669. "integrity": "sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==",
  1670. "dev": true,
  1671. "license": "MIT",
  1672. "engines": {
  1673. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1674. },
  1675. "funding": {
  1676. "type": "opencollective",
  1677. "url": "https://opencollective.com/typescript-eslint"
  1678. }
  1679. },
  1680. "node_modules/@typescript-eslint/typescript-estree": {
  1681. "version": "8.59.4",
  1682. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.4.tgz",
  1683. "integrity": "sha512-F+RuOmcDXo4+TPdfd/TCLS3m2nw8gE9XXyZLrA3JBfaA5tz9TtdkyD3YJFmPxulyc2cKbEok/CvFE3MgSLWnag==",
  1684. "dev": true,
  1685. "license": "MIT",
  1686. "dependencies": {
  1687. "@typescript-eslint/project-service": "8.59.4",
  1688. "@typescript-eslint/tsconfig-utils": "8.59.4",
  1689. "@typescript-eslint/types": "8.59.4",
  1690. "@typescript-eslint/visitor-keys": "8.59.4",
  1691. "debug": "^4.4.3",
  1692. "minimatch": "^10.2.2",
  1693. "semver": "^7.7.3",
  1694. "tinyglobby": "^0.2.15",
  1695. "ts-api-utils": "^2.5.0"
  1696. },
  1697. "engines": {
  1698. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1699. },
  1700. "funding": {
  1701. "type": "opencollective",
  1702. "url": "https://opencollective.com/typescript-eslint"
  1703. },
  1704. "peerDependencies": {
  1705. "typescript": ">=4.8.4 <6.1.0"
  1706. }
  1707. },
  1708. "node_modules/@typescript-eslint/utils": {
  1709. "version": "8.59.4",
  1710. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.4.tgz",
  1711. "integrity": "sha512-cYXeNAUsG4lJo5dbc1FcKm+JwIWrj1/UpTORsC6tGMjEZ81DYcvIr9/ueikhMa/Y/gDQYGp+YX9/xQrXje5BJw==",
  1712. "dev": true,
  1713. "license": "MIT",
  1714. "dependencies": {
  1715. "@eslint-community/eslint-utils": "^4.9.1",
  1716. "@typescript-eslint/scope-manager": "8.59.4",
  1717. "@typescript-eslint/types": "8.59.4",
  1718. "@typescript-eslint/typescript-estree": "8.59.4"
  1719. },
  1720. "engines": {
  1721. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1722. },
  1723. "funding": {
  1724. "type": "opencollective",
  1725. "url": "https://opencollective.com/typescript-eslint"
  1726. },
  1727. "peerDependencies": {
  1728. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1729. "typescript": ">=4.8.4 <6.1.0"
  1730. }
  1731. },
  1732. "node_modules/@typescript-eslint/visitor-keys": {
  1733. "version": "8.59.4",
  1734. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.4.tgz",
  1735. "integrity": "sha512-U3gxVaDVnuZKhSspW/MzMxE1kq7zOdc072FcSNoqA1I9p8HyKbBFfEHoWckBAMgNMph4MamwS5iTVzFmrnt8TQ==",
  1736. "dev": true,
  1737. "license": "MIT",
  1738. "dependencies": {
  1739. "@typescript-eslint/types": "8.59.4",
  1740. "eslint-visitor-keys": "^5.0.0"
  1741. },
  1742. "engines": {
  1743. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1744. },
  1745. "funding": {
  1746. "type": "opencollective",
  1747. "url": "https://opencollective.com/typescript-eslint"
  1748. }
  1749. },
  1750. "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
  1751. "version": "5.0.1",
  1752. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  1753. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  1754. "dev": true,
  1755. "license": "Apache-2.0",
  1756. "engines": {
  1757. "node": "^20.19.0 || ^22.13.0 || >=24"
  1758. },
  1759. "funding": {
  1760. "url": "https://opencollective.com/eslint"
  1761. }
  1762. },
  1763. "node_modules/@vitejs/plugin-vue": {
  1764. "version": "6.0.7",
  1765. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.7.tgz",
  1766. "integrity": "sha512-km+p+XdSz9Sxm5rqUbqcSfZYaAniKxWBj1KURl+Jr7UaPvvX7BmaWMdP69I5rrFDeQGyxAG7NXdc57vz+snhWg==",
  1767. "dev": true,
  1768. "license": "MIT",
  1769. "dependencies": {
  1770. "@rolldown/pluginutils": "^1.0.1"
  1771. },
  1772. "engines": {
  1773. "node": "^20.19.0 || >=22.12.0"
  1774. },
  1775. "peerDependencies": {
  1776. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  1777. "vue": "^3.2.25"
  1778. }
  1779. },
  1780. "node_modules/@volar/language-core": {
  1781. "version": "2.4.28",
  1782. "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.28.tgz",
  1783. "integrity": "sha512-w4qhIJ8ZSitgLAkVay6AbcnC7gP3glYM3fYwKV3srj8m494E3xtrCv6E+bWviiK/8hs6e6t1ij1s2Endql7vzQ==",
  1784. "dev": true,
  1785. "license": "MIT",
  1786. "dependencies": {
  1787. "@volar/source-map": "2.4.28"
  1788. }
  1789. },
  1790. "node_modules/@volar/source-map": {
  1791. "version": "2.4.28",
  1792. "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.28.tgz",
  1793. "integrity": "sha512-yX2BDBqJkRXfKw8my8VarTyjv48QwxdJtvRgUpNE5erCsgEUdI2DsLbpa+rOQVAJYshY99szEcRDmyHbF10ggQ==",
  1794. "dev": true,
  1795. "license": "MIT"
  1796. },
  1797. "node_modules/@volar/typescript": {
  1798. "version": "2.4.28",
  1799. "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-2.4.28.tgz",
  1800. "integrity": "sha512-Ja6yvWrbis2QtN4ClAKreeUZPVYMARDYZl9LMEv1iQ1QdepB6wn0jTRxA9MftYmYa4DQ4k/DaSZpFPUfxl8giw==",
  1801. "dev": true,
  1802. "license": "MIT",
  1803. "dependencies": {
  1804. "@volar/language-core": "2.4.28",
  1805. "path-browserify": "^1.0.1",
  1806. "vscode-uri": "^3.0.8"
  1807. }
  1808. },
  1809. "node_modules/@vue-macros/common": {
  1810. "version": "3.1.2",
  1811. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.2.tgz",
  1812. "integrity": "sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==",
  1813. "license": "MIT",
  1814. "dependencies": {
  1815. "@vue/compiler-sfc": "^3.5.22",
  1816. "ast-kit": "^2.1.2",
  1817. "local-pkg": "^1.1.2",
  1818. "magic-string-ast": "^1.0.2",
  1819. "unplugin-utils": "^0.3.0"
  1820. },
  1821. "engines": {
  1822. "node": ">=20.19.0"
  1823. },
  1824. "funding": {
  1825. "url": "https://github.com/sponsors/vue-macros"
  1826. },
  1827. "peerDependencies": {
  1828. "vue": "^2.7.0 || ^3.2.25"
  1829. },
  1830. "peerDependenciesMeta": {
  1831. "vue": {
  1832. "optional": true
  1833. }
  1834. }
  1835. },
  1836. "node_modules/@vue/babel-helper-vue-transform-on": {
  1837. "version": "1.5.0",
  1838. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz",
  1839. "integrity": "sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==",
  1840. "dev": true,
  1841. "license": "MIT"
  1842. },
  1843. "node_modules/@vue/babel-plugin-jsx": {
  1844. "version": "1.5.0",
  1845. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
  1846. "integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
  1847. "dev": true,
  1848. "license": "MIT",
  1849. "dependencies": {
  1850. "@babel/helper-module-imports": "^7.27.1",
  1851. "@babel/helper-plugin-utils": "^7.27.1",
  1852. "@babel/plugin-syntax-jsx": "^7.27.1",
  1853. "@babel/template": "^7.27.2",
  1854. "@babel/traverse": "^7.28.0",
  1855. "@babel/types": "^7.28.2",
  1856. "@vue/babel-helper-vue-transform-on": "1.5.0",
  1857. "@vue/babel-plugin-resolve-type": "1.5.0",
  1858. "@vue/shared": "^3.5.18"
  1859. },
  1860. "peerDependencies": {
  1861. "@babel/core": "^7.0.0-0"
  1862. },
  1863. "peerDependenciesMeta": {
  1864. "@babel/core": {
  1865. "optional": true
  1866. }
  1867. }
  1868. },
  1869. "node_modules/@vue/babel-plugin-resolve-type": {
  1870. "version": "1.5.0",
  1871. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz",
  1872. "integrity": "sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==",
  1873. "dev": true,
  1874. "license": "MIT",
  1875. "dependencies": {
  1876. "@babel/code-frame": "^7.27.1",
  1877. "@babel/helper-module-imports": "^7.27.1",
  1878. "@babel/helper-plugin-utils": "^7.27.1",
  1879. "@babel/parser": "^7.28.0",
  1880. "@vue/compiler-sfc": "^3.5.18"
  1881. },
  1882. "funding": {
  1883. "url": "https://github.com/sponsors/sxzz"
  1884. },
  1885. "peerDependencies": {
  1886. "@babel/core": "^7.0.0-0"
  1887. }
  1888. },
  1889. "node_modules/@vue/compiler-core": {
  1890. "version": "3.5.34",
  1891. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.34.tgz",
  1892. "integrity": "sha512-s9cLyK5mLcvZ4Agva5QgRsQyLKvts9WbU9DB6NqiZkkGEdwmcEiylj5Jbwkp680drF/NNCV8OlAJSe+yMLxaJw==",
  1893. "license": "MIT",
  1894. "dependencies": {
  1895. "@babel/parser": "^7.29.3",
  1896. "@vue/shared": "3.5.34",
  1897. "entities": "^7.0.1",
  1898. "estree-walker": "^2.0.2",
  1899. "source-map-js": "^1.2.1"
  1900. }
  1901. },
  1902. "node_modules/@vue/compiler-dom": {
  1903. "version": "3.5.34",
  1904. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.34.tgz",
  1905. "integrity": "sha512-EbF/T++k0e2MMZlJsBhzK8Sgwt0HcIPOhzn1CTB/lv6sQcyk+OWf8YeiLxZp3ro7MbbLcAfAJ6sEvjFWuNgUCw==",
  1906. "license": "MIT",
  1907. "dependencies": {
  1908. "@vue/compiler-core": "3.5.34",
  1909. "@vue/shared": "3.5.34"
  1910. }
  1911. },
  1912. "node_modules/@vue/compiler-sfc": {
  1913. "version": "3.5.34",
  1914. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.34.tgz",
  1915. "integrity": "sha512-D/ihr6uZeIt6r+pVZf46RWT1fAsLFMbUP7k8G1VkiiWexriED9GrX3echHd4Abbt17zjlfiFJ8z7a3BxZOPNjg==",
  1916. "license": "MIT",
  1917. "dependencies": {
  1918. "@babel/parser": "^7.29.3",
  1919. "@vue/compiler-core": "3.5.34",
  1920. "@vue/compiler-dom": "3.5.34",
  1921. "@vue/compiler-ssr": "3.5.34",
  1922. "@vue/shared": "3.5.34",
  1923. "estree-walker": "^2.0.2",
  1924. "magic-string": "^0.30.21",
  1925. "postcss": "^8.5.14",
  1926. "source-map-js": "^1.2.1"
  1927. }
  1928. },
  1929. "node_modules/@vue/compiler-ssr": {
  1930. "version": "3.5.34",
  1931. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.34.tgz",
  1932. "integrity": "sha512-cDtTHKibkThKGHH1SP+WdccquNRYQDFH6rRjQCqT9G2ltFAfoR5pUftpab/z+aM5mW9HLLVQW7hfKKQe/1GBeQ==",
  1933. "license": "MIT",
  1934. "dependencies": {
  1935. "@vue/compiler-dom": "3.5.34",
  1936. "@vue/shared": "3.5.34"
  1937. }
  1938. },
  1939. "node_modules/@vue/devtools-api": {
  1940. "version": "7.7.9",
  1941. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.7.9.tgz",
  1942. "integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==",
  1943. "license": "MIT",
  1944. "dependencies": {
  1945. "@vue/devtools-kit": "^7.7.9"
  1946. }
  1947. },
  1948. "node_modules/@vue/devtools-core": {
  1949. "version": "8.1.2",
  1950. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-8.1.2.tgz",
  1951. "integrity": "sha512-ZGGyaSBP4/+bN2Nd9ZHNYAVDRIzMw1rv2RyXWtyZlo6mQal+IDmTvKY4V+DjAEBhaXt30mHmsgYp1yXJ/2tIWg==",
  1952. "dev": true,
  1953. "license": "MIT",
  1954. "dependencies": {
  1955. "@vue/devtools-kit": "^8.1.2",
  1956. "@vue/devtools-shared": "^8.1.2"
  1957. },
  1958. "peerDependencies": {
  1959. "vue": "^3.0.0"
  1960. }
  1961. },
  1962. "node_modules/@vue/devtools-core/node_modules/@vue/devtools-kit": {
  1963. "version": "8.1.2",
  1964. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.1.2.tgz",
  1965. "integrity": "sha512-f75/upc+GCyjXErpgPGz4582ujS0L/adAltGy+tqXMGUJpgAcfGr6CxnnhpZY8BHuMYt6KpbF8uaFrrQG66rGQ==",
  1966. "dev": true,
  1967. "license": "MIT",
  1968. "dependencies": {
  1969. "@vue/devtools-shared": "^8.1.2",
  1970. "birpc": "^2.6.1",
  1971. "hookable": "^5.5.3",
  1972. "perfect-debounce": "^2.0.0"
  1973. }
  1974. },
  1975. "node_modules/@vue/devtools-core/node_modules/@vue/devtools-shared": {
  1976. "version": "8.1.2",
  1977. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.1.2.tgz",
  1978. "integrity": "sha512-X9RyVFYAdkBe4IUf5v48TxBF/6QPmF8CmWrDAjXzfUHrgQ/HGfTC1A6TqgXqZ03ye66l3AD51BAGD69IvKM9sw==",
  1979. "dev": true,
  1980. "license": "MIT"
  1981. },
  1982. "node_modules/@vue/devtools-core/node_modules/perfect-debounce": {
  1983. "version": "2.1.0",
  1984. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  1985. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  1986. "dev": true,
  1987. "license": "MIT"
  1988. },
  1989. "node_modules/@vue/devtools-kit": {
  1990. "version": "7.7.9",
  1991. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz",
  1992. "integrity": "sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==",
  1993. "license": "MIT",
  1994. "dependencies": {
  1995. "@vue/devtools-shared": "^7.7.9",
  1996. "birpc": "^2.3.0",
  1997. "hookable": "^5.5.3",
  1998. "mitt": "^3.0.1",
  1999. "perfect-debounce": "^1.0.0",
  2000. "speakingurl": "^14.0.1",
  2001. "superjson": "^2.2.2"
  2002. }
  2003. },
  2004. "node_modules/@vue/devtools-shared": {
  2005. "version": "7.7.9",
  2006. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz",
  2007. "integrity": "sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==",
  2008. "license": "MIT",
  2009. "dependencies": {
  2010. "rfdc": "^1.4.1"
  2011. }
  2012. },
  2013. "node_modules/@vue/eslint-config-typescript": {
  2014. "version": "14.7.0",
  2015. "resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-14.7.0.tgz",
  2016. "integrity": "sha512-iegbMINVc+seZ/QxtzWiOBozctrHiF2WvGedruu2EbLujg9VuU0FQiNcN2z1ycuaoKKpF4m2qzB5HDEMKbxtIg==",
  2017. "dev": true,
  2018. "license": "MIT",
  2019. "dependencies": {
  2020. "@typescript-eslint/utils": "^8.56.0",
  2021. "fast-glob": "^3.3.3",
  2022. "typescript-eslint": "^8.56.0",
  2023. "vue-eslint-parser": "^10.4.0"
  2024. },
  2025. "engines": {
  2026. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2027. },
  2028. "peerDependencies": {
  2029. "eslint": "^9.10.0 || ^10.0.0",
  2030. "eslint-plugin-vue": "^9.28.0 || ^10.0.0",
  2031. "typescript": ">=4.8.4"
  2032. },
  2033. "peerDependenciesMeta": {
  2034. "typescript": {
  2035. "optional": true
  2036. }
  2037. }
  2038. },
  2039. "node_modules/@vue/language-core": {
  2040. "version": "3.3.1",
  2041. "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.3.1.tgz",
  2042. "integrity": "sha512-NP8g6V7x81NVOXbLupUvYY6i6LqUkjkVowe2epRedmpgaFCOdjgWHE/rQBvEJ4r7koAYODIjGeBWEdt6n7jYXQ==",
  2043. "dev": true,
  2044. "license": "MIT",
  2045. "dependencies": {
  2046. "@volar/language-core": "2.4.28",
  2047. "@vue/compiler-dom": "^3.5.0",
  2048. "@vue/shared": "^3.5.0",
  2049. "alien-signals": "^3.2.0",
  2050. "muggle-string": "^0.4.1",
  2051. "path-browserify": "^1.0.1",
  2052. "picomatch": "^4.0.4"
  2053. }
  2054. },
  2055. "node_modules/@vue/language-core/node_modules/picomatch": {
  2056. "version": "4.0.4",
  2057. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  2058. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  2059. "dev": true,
  2060. "license": "MIT",
  2061. "engines": {
  2062. "node": ">=12"
  2063. },
  2064. "funding": {
  2065. "url": "https://github.com/sponsors/jonschlinkert"
  2066. }
  2067. },
  2068. "node_modules/@vue/reactivity": {
  2069. "version": "3.5.34",
  2070. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.34.tgz",
  2071. "integrity": "sha512-y9XDjCEuBp+98k+UL5dbYkh57AHU4o6cxZedOPXw3bmrZZYLQsVHguGurq7hVrPCSrQtrnz1f9dssyFr+dMXfQ==",
  2072. "license": "MIT",
  2073. "dependencies": {
  2074. "@vue/shared": "3.5.34"
  2075. }
  2076. },
  2077. "node_modules/@vue/runtime-core": {
  2078. "version": "3.5.34",
  2079. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.34.tgz",
  2080. "integrity": "sha512-mKeBYvu8tcMSLhypAHBmriUFfWXKTCF/23Z4jiCoYK3UtWepkliViNLuR90V9XOyD62mUxs9p1jsrpK3CCGIzw==",
  2081. "license": "MIT",
  2082. "dependencies": {
  2083. "@vue/reactivity": "3.5.34",
  2084. "@vue/shared": "3.5.34"
  2085. }
  2086. },
  2087. "node_modules/@vue/runtime-dom": {
  2088. "version": "3.5.34",
  2089. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.34.tgz",
  2090. "integrity": "sha512-e8kZzERmCwUnBRVsgSQlAfrfU2rGoy0FFKPBXSlfEjc/O3KfA7QP0t1/2ZylrbchjmIKB4dPTd07A6WPr0eOrg==",
  2091. "license": "MIT",
  2092. "dependencies": {
  2093. "@vue/reactivity": "3.5.34",
  2094. "@vue/runtime-core": "3.5.34",
  2095. "@vue/shared": "3.5.34",
  2096. "csstype": "^3.2.3"
  2097. }
  2098. },
  2099. "node_modules/@vue/server-renderer": {
  2100. "version": "3.5.34",
  2101. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.34.tgz",
  2102. "integrity": "sha512-nHxmJoTrKsmrkbILRhkC9gY1G3moZbJTqCzDd7DOOzG5KH9oeJ0Unqrff5f9v0pW//jES05ZkJcNtfE8JjOIew==",
  2103. "license": "MIT",
  2104. "dependencies": {
  2105. "@vue/compiler-ssr": "3.5.34",
  2106. "@vue/shared": "3.5.34"
  2107. },
  2108. "peerDependencies": {
  2109. "vue": "3.5.34"
  2110. }
  2111. },
  2112. "node_modules/@vue/shared": {
  2113. "version": "3.5.34",
  2114. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.34.tgz",
  2115. "integrity": "sha512-24uqU4OIiX29ryC3MeWid/Xf2fa2EFRUVLb77nRhk+UrTVrh/XiGtFAFmJBAtBRbjwNdsPRP+jj/OL27Eg1NDA==",
  2116. "license": "MIT"
  2117. },
  2118. "node_modules/@vue/tsconfig": {
  2119. "version": "0.9.1",
  2120. "resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.9.1.tgz",
  2121. "integrity": "sha512-buvjm+9NzLCJL29KY1j1991YYJ5e6275OiK+G4jtmfIb+z4POywbdm0wXusT9adVWqe0xqg70TbI7+mRx4uU9w==",
  2122. "dev": true,
  2123. "license": "MIT",
  2124. "peerDependencies": {
  2125. "typescript": ">= 5.8",
  2126. "vue": "^3.4.0"
  2127. },
  2128. "peerDependenciesMeta": {
  2129. "typescript": {
  2130. "optional": true
  2131. },
  2132. "vue": {
  2133. "optional": true
  2134. }
  2135. }
  2136. },
  2137. "node_modules/acorn": {
  2138. "version": "8.16.0",
  2139. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  2140. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  2141. "license": "MIT",
  2142. "bin": {
  2143. "acorn": "bin/acorn"
  2144. },
  2145. "engines": {
  2146. "node": ">=0.4.0"
  2147. }
  2148. },
  2149. "node_modules/acorn-jsx": {
  2150. "version": "5.3.2",
  2151. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2152. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2153. "dev": true,
  2154. "license": "MIT",
  2155. "peerDependencies": {
  2156. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2157. }
  2158. },
  2159. "node_modules/ajv": {
  2160. "version": "6.15.0",
  2161. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
  2162. "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
  2163. "dev": true,
  2164. "license": "MIT",
  2165. "dependencies": {
  2166. "fast-deep-equal": "^3.1.1",
  2167. "fast-json-stable-stringify": "^2.0.0",
  2168. "json-schema-traverse": "^0.4.1",
  2169. "uri-js": "^4.2.2"
  2170. },
  2171. "funding": {
  2172. "type": "github",
  2173. "url": "https://github.com/sponsors/epoberezkin"
  2174. }
  2175. },
  2176. "node_modules/alien-signals": {
  2177. "version": "3.2.1",
  2178. "resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-3.2.1.tgz",
  2179. "integrity": "sha512-I8FjmltrfnDFoZedi5CG8DghVYNhzb/Ijluz7tCSJH0xpd0484Kowhbb1XDYOxfJpU1p5wnM2X54dA+IfGyD1g==",
  2180. "dev": true,
  2181. "license": "MIT"
  2182. },
  2183. "node_modules/ansi-styles": {
  2184. "version": "6.2.3",
  2185. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  2186. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  2187. "dev": true,
  2188. "license": "MIT",
  2189. "engines": {
  2190. "node": ">=12"
  2191. },
  2192. "funding": {
  2193. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2194. }
  2195. },
  2196. "node_modules/ansis": {
  2197. "version": "4.3.0",
  2198. "resolved": "https://registry.npmjs.org/ansis/-/ansis-4.3.0.tgz",
  2199. "integrity": "sha512-44mvgtPvohuU/70DdY5Oz2AIrLJ9k6/5x4KmoSvPwO+5Moijo0+N9D0fKbbYZQWP1hNm5CpOf+E01jhxG/r8xg==",
  2200. "dev": true,
  2201. "license": "ISC",
  2202. "engines": {
  2203. "node": ">=14"
  2204. }
  2205. },
  2206. "node_modules/ast-kit": {
  2207. "version": "2.2.0",
  2208. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.2.0.tgz",
  2209. "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  2210. "license": "MIT",
  2211. "dependencies": {
  2212. "@babel/parser": "^7.28.5",
  2213. "pathe": "^2.0.3"
  2214. },
  2215. "engines": {
  2216. "node": ">=20.19.0"
  2217. },
  2218. "funding": {
  2219. "url": "https://github.com/sponsors/sxzz"
  2220. }
  2221. },
  2222. "node_modules/ast-walker-scope": {
  2223. "version": "0.8.3",
  2224. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  2225. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  2226. "license": "MIT",
  2227. "dependencies": {
  2228. "@babel/parser": "^7.28.4",
  2229. "ast-kit": "^2.1.3"
  2230. },
  2231. "engines": {
  2232. "node": ">=20.19.0"
  2233. },
  2234. "funding": {
  2235. "url": "https://github.com/sponsors/sxzz"
  2236. }
  2237. },
  2238. "node_modules/balanced-match": {
  2239. "version": "4.0.4",
  2240. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  2241. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  2242. "dev": true,
  2243. "license": "MIT",
  2244. "engines": {
  2245. "node": "18 || 20 || >=22"
  2246. }
  2247. },
  2248. "node_modules/baseline-browser-mapping": {
  2249. "version": "2.10.31",
  2250. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.31.tgz",
  2251. "integrity": "sha512-MujYO3eP72uvmSE0i4wltsodRfIpZATP3jvzRNRGGxgzId7aVocVJJV3nf01qnzzKFGxQVC9bpWxl5cjxTr/7Q==",
  2252. "dev": true,
  2253. "license": "Apache-2.0",
  2254. "bin": {
  2255. "baseline-browser-mapping": "dist/cli.cjs"
  2256. },
  2257. "engines": {
  2258. "node": ">=6.0.0"
  2259. }
  2260. },
  2261. "node_modules/birpc": {
  2262. "version": "2.9.0",
  2263. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
  2264. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  2265. "license": "MIT",
  2266. "funding": {
  2267. "url": "https://github.com/sponsors/antfu"
  2268. }
  2269. },
  2270. "node_modules/boolbase": {
  2271. "version": "1.0.0",
  2272. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  2273. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  2274. "dev": true,
  2275. "license": "ISC"
  2276. },
  2277. "node_modules/brace-expansion": {
  2278. "version": "5.0.6",
  2279. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
  2280. "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
  2281. "dev": true,
  2282. "license": "MIT",
  2283. "dependencies": {
  2284. "balanced-match": "^4.0.2"
  2285. },
  2286. "engines": {
  2287. "node": "18 || 20 || >=22"
  2288. }
  2289. },
  2290. "node_modules/braces": {
  2291. "version": "3.0.3",
  2292. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  2293. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2294. "dev": true,
  2295. "license": "MIT",
  2296. "dependencies": {
  2297. "fill-range": "^7.1.1"
  2298. },
  2299. "engines": {
  2300. "node": ">=8"
  2301. }
  2302. },
  2303. "node_modules/browserslist": {
  2304. "version": "4.28.2",
  2305. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
  2306. "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
  2307. "dev": true,
  2308. "funding": [
  2309. {
  2310. "type": "opencollective",
  2311. "url": "https://opencollective.com/browserslist"
  2312. },
  2313. {
  2314. "type": "tidelift",
  2315. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2316. },
  2317. {
  2318. "type": "github",
  2319. "url": "https://github.com/sponsors/ai"
  2320. }
  2321. ],
  2322. "license": "MIT",
  2323. "dependencies": {
  2324. "baseline-browser-mapping": "^2.10.12",
  2325. "caniuse-lite": "^1.0.30001782",
  2326. "electron-to-chromium": "^1.5.328",
  2327. "node-releases": "^2.0.36",
  2328. "update-browserslist-db": "^1.2.3"
  2329. },
  2330. "bin": {
  2331. "browserslist": "cli.js"
  2332. },
  2333. "engines": {
  2334. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2335. }
  2336. },
  2337. "node_modules/bundle-name": {
  2338. "version": "4.1.0",
  2339. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  2340. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  2341. "dev": true,
  2342. "license": "MIT",
  2343. "dependencies": {
  2344. "run-applescript": "^7.0.0"
  2345. },
  2346. "engines": {
  2347. "node": ">=18"
  2348. },
  2349. "funding": {
  2350. "url": "https://github.com/sponsors/sindresorhus"
  2351. }
  2352. },
  2353. "node_modules/caniuse-lite": {
  2354. "version": "1.0.30001793",
  2355. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001793.tgz",
  2356. "integrity": "sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==",
  2357. "dev": true,
  2358. "funding": [
  2359. {
  2360. "type": "opencollective",
  2361. "url": "https://opencollective.com/browserslist"
  2362. },
  2363. {
  2364. "type": "tidelift",
  2365. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2366. },
  2367. {
  2368. "type": "github",
  2369. "url": "https://github.com/sponsors/ai"
  2370. }
  2371. ],
  2372. "license": "CC-BY-4.0"
  2373. },
  2374. "node_modules/chokidar": {
  2375. "version": "5.0.0",
  2376. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  2377. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  2378. "license": "MIT",
  2379. "dependencies": {
  2380. "readdirp": "^5.0.0"
  2381. },
  2382. "engines": {
  2383. "node": ">= 20.19.0"
  2384. },
  2385. "funding": {
  2386. "url": "https://paulmillr.com/funding/"
  2387. }
  2388. },
  2389. "node_modules/confbox": {
  2390. "version": "0.2.4",
  2391. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz",
  2392. "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  2393. "license": "MIT"
  2394. },
  2395. "node_modules/convert-source-map": {
  2396. "version": "2.0.0",
  2397. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  2398. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  2399. "dev": true,
  2400. "license": "MIT"
  2401. },
  2402. "node_modules/copy-anything": {
  2403. "version": "4.0.5",
  2404. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz",
  2405. "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
  2406. "license": "MIT",
  2407. "dependencies": {
  2408. "is-what": "^5.2.0"
  2409. },
  2410. "engines": {
  2411. "node": ">=18"
  2412. },
  2413. "funding": {
  2414. "url": "https://github.com/sponsors/mesqueeb"
  2415. }
  2416. },
  2417. "node_modules/cross-spawn": {
  2418. "version": "7.0.6",
  2419. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2420. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2421. "dev": true,
  2422. "license": "MIT",
  2423. "dependencies": {
  2424. "path-key": "^3.1.0",
  2425. "shebang-command": "^2.0.0",
  2426. "which": "^2.0.1"
  2427. },
  2428. "engines": {
  2429. "node": ">= 8"
  2430. }
  2431. },
  2432. "node_modules/cssesc": {
  2433. "version": "3.0.0",
  2434. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  2435. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  2436. "dev": true,
  2437. "license": "MIT",
  2438. "bin": {
  2439. "cssesc": "bin/cssesc"
  2440. },
  2441. "engines": {
  2442. "node": ">=4"
  2443. }
  2444. },
  2445. "node_modules/csstype": {
  2446. "version": "3.2.3",
  2447. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  2448. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2449. "license": "MIT"
  2450. },
  2451. "node_modules/debug": {
  2452. "version": "4.4.3",
  2453. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  2454. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2455. "dev": true,
  2456. "license": "MIT",
  2457. "dependencies": {
  2458. "ms": "^2.1.3"
  2459. },
  2460. "engines": {
  2461. "node": ">=6.0"
  2462. },
  2463. "peerDependenciesMeta": {
  2464. "supports-color": {
  2465. "optional": true
  2466. }
  2467. }
  2468. },
  2469. "node_modules/deep-is": {
  2470. "version": "0.1.4",
  2471. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  2472. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  2473. "dev": true,
  2474. "license": "MIT"
  2475. },
  2476. "node_modules/default-browser": {
  2477. "version": "5.5.0",
  2478. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz",
  2479. "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
  2480. "dev": true,
  2481. "license": "MIT",
  2482. "dependencies": {
  2483. "bundle-name": "^4.1.0",
  2484. "default-browser-id": "^5.0.0"
  2485. },
  2486. "engines": {
  2487. "node": ">=18"
  2488. },
  2489. "funding": {
  2490. "url": "https://github.com/sponsors/sindresorhus"
  2491. }
  2492. },
  2493. "node_modules/default-browser-id": {
  2494. "version": "5.0.1",
  2495. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz",
  2496. "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==",
  2497. "dev": true,
  2498. "license": "MIT",
  2499. "engines": {
  2500. "node": ">=18"
  2501. },
  2502. "funding": {
  2503. "url": "https://github.com/sponsors/sindresorhus"
  2504. }
  2505. },
  2506. "node_modules/define-lazy-prop": {
  2507. "version": "3.0.0",
  2508. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  2509. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  2510. "dev": true,
  2511. "license": "MIT",
  2512. "engines": {
  2513. "node": ">=12"
  2514. },
  2515. "funding": {
  2516. "url": "https://github.com/sponsors/sindresorhus"
  2517. }
  2518. },
  2519. "node_modules/detect-libc": {
  2520. "version": "2.1.2",
  2521. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  2522. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2523. "dev": true,
  2524. "license": "Apache-2.0",
  2525. "engines": {
  2526. "node": ">=8"
  2527. }
  2528. },
  2529. "node_modules/electron-to-chromium": {
  2530. "version": "1.5.360",
  2531. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.360.tgz",
  2532. "integrity": "sha512-GkcBt6YYAw9SxFWn+xVar4cLVGlXVuswwtRLBozi2zp0GjXs4ZnOrqV4zbXzg35n7w81hCkyJNYicgXlVHAmBA==",
  2533. "dev": true,
  2534. "license": "ISC"
  2535. },
  2536. "node_modules/entities": {
  2537. "version": "7.0.1",
  2538. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  2539. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  2540. "license": "BSD-2-Clause",
  2541. "engines": {
  2542. "node": ">=0.12"
  2543. },
  2544. "funding": {
  2545. "url": "https://github.com/fb55/entities?sponsor=1"
  2546. }
  2547. },
  2548. "node_modules/error-stack-parser-es": {
  2549. "version": "1.0.5",
  2550. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  2551. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  2552. "dev": true,
  2553. "license": "MIT",
  2554. "funding": {
  2555. "url": "https://github.com/sponsors/antfu"
  2556. }
  2557. },
  2558. "node_modules/escalade": {
  2559. "version": "3.2.0",
  2560. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  2561. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  2562. "dev": true,
  2563. "license": "MIT",
  2564. "engines": {
  2565. "node": ">=6"
  2566. }
  2567. },
  2568. "node_modules/escape-string-regexp": {
  2569. "version": "4.0.0",
  2570. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  2571. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  2572. "dev": true,
  2573. "license": "MIT",
  2574. "engines": {
  2575. "node": ">=10"
  2576. },
  2577. "funding": {
  2578. "url": "https://github.com/sponsors/sindresorhus"
  2579. }
  2580. },
  2581. "node_modules/eslint": {
  2582. "version": "10.4.0",
  2583. "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.0.tgz",
  2584. "integrity": "sha512-loXy6bWOoP3EP6JA7jo6p5jMpBJmHmsNZM5SFRHLdh1MGOPurMnNBj4ZlAbaqUAaQWbCr7jHV4P7gzAyryZWkQ==",
  2585. "dev": true,
  2586. "license": "MIT",
  2587. "dependencies": {
  2588. "@eslint-community/eslint-utils": "^4.8.0",
  2589. "@eslint-community/regexpp": "^4.12.2",
  2590. "@eslint/config-array": "^0.23.5",
  2591. "@eslint/config-helpers": "^0.6.0",
  2592. "@eslint/core": "^1.2.1",
  2593. "@eslint/plugin-kit": "^0.7.1",
  2594. "@humanfs/node": "^0.16.6",
  2595. "@humanwhocodes/module-importer": "^1.0.1",
  2596. "@humanwhocodes/retry": "^0.4.2",
  2597. "@types/estree": "^1.0.6",
  2598. "ajv": "^6.14.0",
  2599. "cross-spawn": "^7.0.6",
  2600. "debug": "^4.3.2",
  2601. "escape-string-regexp": "^4.0.0",
  2602. "eslint-scope": "^9.1.2",
  2603. "eslint-visitor-keys": "^5.0.1",
  2604. "espree": "^11.2.0",
  2605. "esquery": "^1.7.0",
  2606. "esutils": "^2.0.2",
  2607. "fast-deep-equal": "^3.1.3",
  2608. "file-entry-cache": "^8.0.0",
  2609. "find-up": "^5.0.0",
  2610. "glob-parent": "^6.0.2",
  2611. "ignore": "^5.2.0",
  2612. "imurmurhash": "^0.1.4",
  2613. "is-glob": "^4.0.0",
  2614. "json-stable-stringify-without-jsonify": "^1.0.1",
  2615. "minimatch": "^10.2.4",
  2616. "natural-compare": "^1.4.0",
  2617. "optionator": "^0.9.3"
  2618. },
  2619. "bin": {
  2620. "eslint": "bin/eslint.js"
  2621. },
  2622. "engines": {
  2623. "node": "^20.19.0 || ^22.13.0 || >=24"
  2624. },
  2625. "funding": {
  2626. "url": "https://eslint.org/donate"
  2627. },
  2628. "peerDependencies": {
  2629. "jiti": "*"
  2630. },
  2631. "peerDependenciesMeta": {
  2632. "jiti": {
  2633. "optional": true
  2634. }
  2635. }
  2636. },
  2637. "node_modules/eslint-config-prettier": {
  2638. "version": "10.1.8",
  2639. "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz",
  2640. "integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==",
  2641. "dev": true,
  2642. "license": "MIT",
  2643. "bin": {
  2644. "eslint-config-prettier": "bin/cli.js"
  2645. },
  2646. "funding": {
  2647. "url": "https://opencollective.com/eslint-config-prettier"
  2648. },
  2649. "peerDependencies": {
  2650. "eslint": ">=7.0.0"
  2651. }
  2652. },
  2653. "node_modules/eslint-plugin-oxlint": {
  2654. "version": "1.60.0",
  2655. "resolved": "https://registry.npmjs.org/eslint-plugin-oxlint/-/eslint-plugin-oxlint-1.60.0.tgz",
  2656. "integrity": "sha512-9RUD23k7ablez1qg7JWnyPYPOlbucDDqaDr+qNUi0TbIQCPqIPCLzfllgqKF9lOxlg+l17H8hISErmarvm2J1w==",
  2657. "dev": true,
  2658. "license": "MIT",
  2659. "dependencies": {
  2660. "jsonc-parser": "^3.3.1"
  2661. },
  2662. "peerDependencies": {
  2663. "oxlint": "~1.60.0"
  2664. }
  2665. },
  2666. "node_modules/eslint-plugin-vue": {
  2667. "version": "10.8.0",
  2668. "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.8.0.tgz",
  2669. "integrity": "sha512-f1J/tcbnrpgC8suPN5AtdJ5MQjuXbSU9pGRSSYAuF3SHoiYCOdEX6O22pLaRyLHXvDcOe+O5ENgc1owQ587agA==",
  2670. "dev": true,
  2671. "license": "MIT",
  2672. "dependencies": {
  2673. "@eslint-community/eslint-utils": "^4.4.0",
  2674. "natural-compare": "^1.4.0",
  2675. "nth-check": "^2.1.1",
  2676. "postcss-selector-parser": "^7.1.0",
  2677. "semver": "^7.6.3",
  2678. "xml-name-validator": "^4.0.0"
  2679. },
  2680. "engines": {
  2681. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2682. },
  2683. "peerDependencies": {
  2684. "@stylistic/eslint-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
  2685. "@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
  2686. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  2687. "vue-eslint-parser": "^10.0.0"
  2688. },
  2689. "peerDependenciesMeta": {
  2690. "@stylistic/eslint-plugin": {
  2691. "optional": true
  2692. },
  2693. "@typescript-eslint/parser": {
  2694. "optional": true
  2695. }
  2696. }
  2697. },
  2698. "node_modules/eslint-scope": {
  2699. "version": "9.1.2",
  2700. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
  2701. "integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
  2702. "dev": true,
  2703. "license": "BSD-2-Clause",
  2704. "dependencies": {
  2705. "@types/esrecurse": "^4.3.1",
  2706. "@types/estree": "^1.0.8",
  2707. "esrecurse": "^4.3.0",
  2708. "estraverse": "^5.2.0"
  2709. },
  2710. "engines": {
  2711. "node": "^20.19.0 || ^22.13.0 || >=24"
  2712. },
  2713. "funding": {
  2714. "url": "https://opencollective.com/eslint"
  2715. }
  2716. },
  2717. "node_modules/eslint-visitor-keys": {
  2718. "version": "3.4.3",
  2719. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  2720. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  2721. "dev": true,
  2722. "license": "Apache-2.0",
  2723. "engines": {
  2724. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2725. },
  2726. "funding": {
  2727. "url": "https://opencollective.com/eslint"
  2728. }
  2729. },
  2730. "node_modules/eslint/node_modules/eslint-visitor-keys": {
  2731. "version": "5.0.1",
  2732. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  2733. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  2734. "dev": true,
  2735. "license": "Apache-2.0",
  2736. "engines": {
  2737. "node": "^20.19.0 || ^22.13.0 || >=24"
  2738. },
  2739. "funding": {
  2740. "url": "https://opencollective.com/eslint"
  2741. }
  2742. },
  2743. "node_modules/espree": {
  2744. "version": "11.2.0",
  2745. "resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
  2746. "integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
  2747. "dev": true,
  2748. "license": "BSD-2-Clause",
  2749. "dependencies": {
  2750. "acorn": "^8.16.0",
  2751. "acorn-jsx": "^5.3.2",
  2752. "eslint-visitor-keys": "^5.0.1"
  2753. },
  2754. "engines": {
  2755. "node": "^20.19.0 || ^22.13.0 || >=24"
  2756. },
  2757. "funding": {
  2758. "url": "https://opencollective.com/eslint"
  2759. }
  2760. },
  2761. "node_modules/espree/node_modules/eslint-visitor-keys": {
  2762. "version": "5.0.1",
  2763. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  2764. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  2765. "dev": true,
  2766. "license": "Apache-2.0",
  2767. "engines": {
  2768. "node": "^20.19.0 || ^22.13.0 || >=24"
  2769. },
  2770. "funding": {
  2771. "url": "https://opencollective.com/eslint"
  2772. }
  2773. },
  2774. "node_modules/esquery": {
  2775. "version": "1.7.0",
  2776. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
  2777. "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
  2778. "dev": true,
  2779. "license": "BSD-3-Clause",
  2780. "dependencies": {
  2781. "estraverse": "^5.1.0"
  2782. },
  2783. "engines": {
  2784. "node": ">=0.10"
  2785. }
  2786. },
  2787. "node_modules/esrecurse": {
  2788. "version": "4.3.0",
  2789. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  2790. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  2791. "dev": true,
  2792. "license": "BSD-2-Clause",
  2793. "dependencies": {
  2794. "estraverse": "^5.2.0"
  2795. },
  2796. "engines": {
  2797. "node": ">=4.0"
  2798. }
  2799. },
  2800. "node_modules/estraverse": {
  2801. "version": "5.3.0",
  2802. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  2803. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  2804. "dev": true,
  2805. "license": "BSD-2-Clause",
  2806. "engines": {
  2807. "node": ">=4.0"
  2808. }
  2809. },
  2810. "node_modules/estree-walker": {
  2811. "version": "2.0.2",
  2812. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2813. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  2814. "license": "MIT"
  2815. },
  2816. "node_modules/esutils": {
  2817. "version": "2.0.3",
  2818. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  2819. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  2820. "dev": true,
  2821. "license": "BSD-2-Clause",
  2822. "engines": {
  2823. "node": ">=0.10.0"
  2824. }
  2825. },
  2826. "node_modules/exsolve": {
  2827. "version": "1.0.8",
  2828. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz",
  2829. "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
  2830. "license": "MIT"
  2831. },
  2832. "node_modules/fast-deep-equal": {
  2833. "version": "3.1.3",
  2834. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  2835. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  2836. "dev": true,
  2837. "license": "MIT"
  2838. },
  2839. "node_modules/fast-glob": {
  2840. "version": "3.3.3",
  2841. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  2842. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  2843. "dev": true,
  2844. "license": "MIT",
  2845. "dependencies": {
  2846. "@nodelib/fs.stat": "^2.0.2",
  2847. "@nodelib/fs.walk": "^1.2.3",
  2848. "glob-parent": "^5.1.2",
  2849. "merge2": "^1.3.0",
  2850. "micromatch": "^4.0.8"
  2851. },
  2852. "engines": {
  2853. "node": ">=8.6.0"
  2854. }
  2855. },
  2856. "node_modules/fast-glob/node_modules/glob-parent": {
  2857. "version": "5.1.2",
  2858. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  2859. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  2860. "dev": true,
  2861. "license": "ISC",
  2862. "dependencies": {
  2863. "is-glob": "^4.0.1"
  2864. },
  2865. "engines": {
  2866. "node": ">= 6"
  2867. }
  2868. },
  2869. "node_modules/fast-json-stable-stringify": {
  2870. "version": "2.1.0",
  2871. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  2872. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  2873. "dev": true,
  2874. "license": "MIT"
  2875. },
  2876. "node_modules/fast-levenshtein": {
  2877. "version": "2.0.6",
  2878. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  2879. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  2880. "dev": true,
  2881. "license": "MIT"
  2882. },
  2883. "node_modules/fastq": {
  2884. "version": "1.20.1",
  2885. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
  2886. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  2887. "dev": true,
  2888. "license": "ISC",
  2889. "dependencies": {
  2890. "reusify": "^1.0.4"
  2891. }
  2892. },
  2893. "node_modules/file-entry-cache": {
  2894. "version": "8.0.0",
  2895. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  2896. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  2897. "dev": true,
  2898. "license": "MIT",
  2899. "dependencies": {
  2900. "flat-cache": "^4.0.0"
  2901. },
  2902. "engines": {
  2903. "node": ">=16.0.0"
  2904. }
  2905. },
  2906. "node_modules/fill-range": {
  2907. "version": "7.1.1",
  2908. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  2909. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  2910. "dev": true,
  2911. "license": "MIT",
  2912. "dependencies": {
  2913. "to-regex-range": "^5.0.1"
  2914. },
  2915. "engines": {
  2916. "node": ">=8"
  2917. }
  2918. },
  2919. "node_modules/find-up": {
  2920. "version": "5.0.0",
  2921. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  2922. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  2923. "dev": true,
  2924. "license": "MIT",
  2925. "dependencies": {
  2926. "locate-path": "^6.0.0",
  2927. "path-exists": "^4.0.0"
  2928. },
  2929. "engines": {
  2930. "node": ">=10"
  2931. },
  2932. "funding": {
  2933. "url": "https://github.com/sponsors/sindresorhus"
  2934. }
  2935. },
  2936. "node_modules/flat-cache": {
  2937. "version": "4.0.1",
  2938. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
  2939. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  2940. "dev": true,
  2941. "license": "MIT",
  2942. "dependencies": {
  2943. "flatted": "^3.2.9",
  2944. "keyv": "^4.5.4"
  2945. },
  2946. "engines": {
  2947. "node": ">=16"
  2948. }
  2949. },
  2950. "node_modules/flatted": {
  2951. "version": "3.4.2",
  2952. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
  2953. "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
  2954. "dev": true,
  2955. "license": "ISC"
  2956. },
  2957. "node_modules/fsevents": {
  2958. "version": "2.3.3",
  2959. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  2960. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2961. "dev": true,
  2962. "hasInstallScript": true,
  2963. "license": "MIT",
  2964. "optional": true,
  2965. "os": [
  2966. "darwin"
  2967. ],
  2968. "engines": {
  2969. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2970. }
  2971. },
  2972. "node_modules/gensync": {
  2973. "version": "1.0.0-beta.2",
  2974. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  2975. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  2976. "dev": true,
  2977. "license": "MIT",
  2978. "engines": {
  2979. "node": ">=6.9.0"
  2980. }
  2981. },
  2982. "node_modules/glob-parent": {
  2983. "version": "6.0.2",
  2984. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  2985. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  2986. "dev": true,
  2987. "license": "ISC",
  2988. "dependencies": {
  2989. "is-glob": "^4.0.3"
  2990. },
  2991. "engines": {
  2992. "node": ">=10.13.0"
  2993. }
  2994. },
  2995. "node_modules/hookable": {
  2996. "version": "5.5.3",
  2997. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  2998. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  2999. "license": "MIT"
  3000. },
  3001. "node_modules/ignore": {
  3002. "version": "5.3.2",
  3003. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  3004. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  3005. "dev": true,
  3006. "license": "MIT",
  3007. "engines": {
  3008. "node": ">= 4"
  3009. }
  3010. },
  3011. "node_modules/imurmurhash": {
  3012. "version": "0.1.4",
  3013. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  3014. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  3015. "dev": true,
  3016. "license": "MIT",
  3017. "engines": {
  3018. "node": ">=0.8.19"
  3019. }
  3020. },
  3021. "node_modules/is-docker": {
  3022. "version": "3.0.0",
  3023. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  3024. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  3025. "dev": true,
  3026. "license": "MIT",
  3027. "bin": {
  3028. "is-docker": "cli.js"
  3029. },
  3030. "engines": {
  3031. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3032. },
  3033. "funding": {
  3034. "url": "https://github.com/sponsors/sindresorhus"
  3035. }
  3036. },
  3037. "node_modules/is-extglob": {
  3038. "version": "2.1.1",
  3039. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  3040. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  3041. "dev": true,
  3042. "license": "MIT",
  3043. "engines": {
  3044. "node": ">=0.10.0"
  3045. }
  3046. },
  3047. "node_modules/is-glob": {
  3048. "version": "4.0.3",
  3049. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  3050. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  3051. "dev": true,
  3052. "license": "MIT",
  3053. "dependencies": {
  3054. "is-extglob": "^2.1.1"
  3055. },
  3056. "engines": {
  3057. "node": ">=0.10.0"
  3058. }
  3059. },
  3060. "node_modules/is-inside-container": {
  3061. "version": "1.0.0",
  3062. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  3063. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  3064. "dev": true,
  3065. "license": "MIT",
  3066. "dependencies": {
  3067. "is-docker": "^3.0.0"
  3068. },
  3069. "bin": {
  3070. "is-inside-container": "cli.js"
  3071. },
  3072. "engines": {
  3073. "node": ">=14.16"
  3074. },
  3075. "funding": {
  3076. "url": "https://github.com/sponsors/sindresorhus"
  3077. }
  3078. },
  3079. "node_modules/is-number": {
  3080. "version": "7.0.0",
  3081. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  3082. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  3083. "dev": true,
  3084. "license": "MIT",
  3085. "engines": {
  3086. "node": ">=0.12.0"
  3087. }
  3088. },
  3089. "node_modules/is-what": {
  3090. "version": "5.5.0",
  3091. "resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz",
  3092. "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
  3093. "license": "MIT",
  3094. "engines": {
  3095. "node": ">=18"
  3096. },
  3097. "funding": {
  3098. "url": "https://github.com/sponsors/mesqueeb"
  3099. }
  3100. },
  3101. "node_modules/is-wsl": {
  3102. "version": "3.1.1",
  3103. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz",
  3104. "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
  3105. "dev": true,
  3106. "license": "MIT",
  3107. "dependencies": {
  3108. "is-inside-container": "^1.0.0"
  3109. },
  3110. "engines": {
  3111. "node": ">=16"
  3112. },
  3113. "funding": {
  3114. "url": "https://github.com/sponsors/sindresorhus"
  3115. }
  3116. },
  3117. "node_modules/isexe": {
  3118. "version": "2.0.0",
  3119. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  3120. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  3121. "dev": true,
  3122. "license": "ISC"
  3123. },
  3124. "node_modules/jiti": {
  3125. "version": "2.7.0",
  3126. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
  3127. "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
  3128. "dev": true,
  3129. "license": "MIT",
  3130. "bin": {
  3131. "jiti": "lib/jiti-cli.mjs"
  3132. }
  3133. },
  3134. "node_modules/js-tokens": {
  3135. "version": "4.0.0",
  3136. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  3137. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  3138. "dev": true,
  3139. "license": "MIT"
  3140. },
  3141. "node_modules/jsesc": {
  3142. "version": "3.1.0",
  3143. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  3144. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  3145. "license": "MIT",
  3146. "bin": {
  3147. "jsesc": "bin/jsesc"
  3148. },
  3149. "engines": {
  3150. "node": ">=6"
  3151. }
  3152. },
  3153. "node_modules/json-buffer": {
  3154. "version": "3.0.1",
  3155. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  3156. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  3157. "dev": true,
  3158. "license": "MIT"
  3159. },
  3160. "node_modules/json-parse-even-better-errors": {
  3161. "version": "4.0.0",
  3162. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz",
  3163. "integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==",
  3164. "dev": true,
  3165. "license": "MIT",
  3166. "engines": {
  3167. "node": "^18.17.0 || >=20.5.0"
  3168. }
  3169. },
  3170. "node_modules/json-schema-traverse": {
  3171. "version": "0.4.1",
  3172. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  3173. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  3174. "dev": true,
  3175. "license": "MIT"
  3176. },
  3177. "node_modules/json-stable-stringify-without-jsonify": {
  3178. "version": "1.0.1",
  3179. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  3180. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  3181. "dev": true,
  3182. "license": "MIT"
  3183. },
  3184. "node_modules/json5": {
  3185. "version": "2.2.3",
  3186. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  3187. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  3188. "license": "MIT",
  3189. "bin": {
  3190. "json5": "lib/cli.js"
  3191. },
  3192. "engines": {
  3193. "node": ">=6"
  3194. }
  3195. },
  3196. "node_modules/jsonc-parser": {
  3197. "version": "3.3.1",
  3198. "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
  3199. "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==",
  3200. "dev": true,
  3201. "license": "MIT"
  3202. },
  3203. "node_modules/keyv": {
  3204. "version": "4.5.4",
  3205. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  3206. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  3207. "dev": true,
  3208. "license": "MIT",
  3209. "dependencies": {
  3210. "json-buffer": "3.0.1"
  3211. }
  3212. },
  3213. "node_modules/kolorist": {
  3214. "version": "1.8.0",
  3215. "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz",
  3216. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  3217. "dev": true,
  3218. "license": "MIT"
  3219. },
  3220. "node_modules/levn": {
  3221. "version": "0.4.1",
  3222. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  3223. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  3224. "dev": true,
  3225. "license": "MIT",
  3226. "dependencies": {
  3227. "prelude-ls": "^1.2.1",
  3228. "type-check": "~0.4.0"
  3229. },
  3230. "engines": {
  3231. "node": ">= 0.8.0"
  3232. }
  3233. },
  3234. "node_modules/lightningcss": {
  3235. "version": "1.32.0",
  3236. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  3237. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  3238. "dev": true,
  3239. "license": "MPL-2.0",
  3240. "dependencies": {
  3241. "detect-libc": "^2.0.3"
  3242. },
  3243. "engines": {
  3244. "node": ">= 12.0.0"
  3245. },
  3246. "funding": {
  3247. "type": "opencollective",
  3248. "url": "https://opencollective.com/parcel"
  3249. },
  3250. "optionalDependencies": {
  3251. "lightningcss-android-arm64": "1.32.0",
  3252. "lightningcss-darwin-arm64": "1.32.0",
  3253. "lightningcss-darwin-x64": "1.32.0",
  3254. "lightningcss-freebsd-x64": "1.32.0",
  3255. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  3256. "lightningcss-linux-arm64-gnu": "1.32.0",
  3257. "lightningcss-linux-arm64-musl": "1.32.0",
  3258. "lightningcss-linux-x64-gnu": "1.32.0",
  3259. "lightningcss-linux-x64-musl": "1.32.0",
  3260. "lightningcss-win32-arm64-msvc": "1.32.0",
  3261. "lightningcss-win32-x64-msvc": "1.32.0"
  3262. }
  3263. },
  3264. "node_modules/lightningcss-android-arm64": {
  3265. "version": "1.32.0",
  3266. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  3267. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  3268. "cpu": [
  3269. "arm64"
  3270. ],
  3271. "dev": true,
  3272. "license": "MPL-2.0",
  3273. "optional": true,
  3274. "os": [
  3275. "android"
  3276. ],
  3277. "engines": {
  3278. "node": ">= 12.0.0"
  3279. },
  3280. "funding": {
  3281. "type": "opencollective",
  3282. "url": "https://opencollective.com/parcel"
  3283. }
  3284. },
  3285. "node_modules/lightningcss-darwin-arm64": {
  3286. "version": "1.32.0",
  3287. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  3288. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  3289. "cpu": [
  3290. "arm64"
  3291. ],
  3292. "dev": true,
  3293. "license": "MPL-2.0",
  3294. "optional": true,
  3295. "os": [
  3296. "darwin"
  3297. ],
  3298. "engines": {
  3299. "node": ">= 12.0.0"
  3300. },
  3301. "funding": {
  3302. "type": "opencollective",
  3303. "url": "https://opencollective.com/parcel"
  3304. }
  3305. },
  3306. "node_modules/lightningcss-darwin-x64": {
  3307. "version": "1.32.0",
  3308. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  3309. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  3310. "cpu": [
  3311. "x64"
  3312. ],
  3313. "dev": true,
  3314. "license": "MPL-2.0",
  3315. "optional": true,
  3316. "os": [
  3317. "darwin"
  3318. ],
  3319. "engines": {
  3320. "node": ">= 12.0.0"
  3321. },
  3322. "funding": {
  3323. "type": "opencollective",
  3324. "url": "https://opencollective.com/parcel"
  3325. }
  3326. },
  3327. "node_modules/lightningcss-freebsd-x64": {
  3328. "version": "1.32.0",
  3329. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  3330. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  3331. "cpu": [
  3332. "x64"
  3333. ],
  3334. "dev": true,
  3335. "license": "MPL-2.0",
  3336. "optional": true,
  3337. "os": [
  3338. "freebsd"
  3339. ],
  3340. "engines": {
  3341. "node": ">= 12.0.0"
  3342. },
  3343. "funding": {
  3344. "type": "opencollective",
  3345. "url": "https://opencollective.com/parcel"
  3346. }
  3347. },
  3348. "node_modules/lightningcss-linux-arm-gnueabihf": {
  3349. "version": "1.32.0",
  3350. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  3351. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  3352. "cpu": [
  3353. "arm"
  3354. ],
  3355. "dev": true,
  3356. "license": "MPL-2.0",
  3357. "optional": true,
  3358. "os": [
  3359. "linux"
  3360. ],
  3361. "engines": {
  3362. "node": ">= 12.0.0"
  3363. },
  3364. "funding": {
  3365. "type": "opencollective",
  3366. "url": "https://opencollective.com/parcel"
  3367. }
  3368. },
  3369. "node_modules/lightningcss-linux-arm64-gnu": {
  3370. "version": "1.32.0",
  3371. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  3372. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  3373. "cpu": [
  3374. "arm64"
  3375. ],
  3376. "dev": true,
  3377. "libc": [
  3378. "glibc"
  3379. ],
  3380. "license": "MPL-2.0",
  3381. "optional": true,
  3382. "os": [
  3383. "linux"
  3384. ],
  3385. "engines": {
  3386. "node": ">= 12.0.0"
  3387. },
  3388. "funding": {
  3389. "type": "opencollective",
  3390. "url": "https://opencollective.com/parcel"
  3391. }
  3392. },
  3393. "node_modules/lightningcss-linux-arm64-musl": {
  3394. "version": "1.32.0",
  3395. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  3396. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  3397. "cpu": [
  3398. "arm64"
  3399. ],
  3400. "dev": true,
  3401. "libc": [
  3402. "musl"
  3403. ],
  3404. "license": "MPL-2.0",
  3405. "optional": true,
  3406. "os": [
  3407. "linux"
  3408. ],
  3409. "engines": {
  3410. "node": ">= 12.0.0"
  3411. },
  3412. "funding": {
  3413. "type": "opencollective",
  3414. "url": "https://opencollective.com/parcel"
  3415. }
  3416. },
  3417. "node_modules/lightningcss-linux-x64-gnu": {
  3418. "version": "1.32.0",
  3419. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  3420. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  3421. "cpu": [
  3422. "x64"
  3423. ],
  3424. "dev": true,
  3425. "libc": [
  3426. "glibc"
  3427. ],
  3428. "license": "MPL-2.0",
  3429. "optional": true,
  3430. "os": [
  3431. "linux"
  3432. ],
  3433. "engines": {
  3434. "node": ">= 12.0.0"
  3435. },
  3436. "funding": {
  3437. "type": "opencollective",
  3438. "url": "https://opencollective.com/parcel"
  3439. }
  3440. },
  3441. "node_modules/lightningcss-linux-x64-musl": {
  3442. "version": "1.32.0",
  3443. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  3444. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  3445. "cpu": [
  3446. "x64"
  3447. ],
  3448. "dev": true,
  3449. "libc": [
  3450. "musl"
  3451. ],
  3452. "license": "MPL-2.0",
  3453. "optional": true,
  3454. "os": [
  3455. "linux"
  3456. ],
  3457. "engines": {
  3458. "node": ">= 12.0.0"
  3459. },
  3460. "funding": {
  3461. "type": "opencollective",
  3462. "url": "https://opencollective.com/parcel"
  3463. }
  3464. },
  3465. "node_modules/lightningcss-win32-arm64-msvc": {
  3466. "version": "1.32.0",
  3467. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  3468. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  3469. "cpu": [
  3470. "arm64"
  3471. ],
  3472. "dev": true,
  3473. "license": "MPL-2.0",
  3474. "optional": true,
  3475. "os": [
  3476. "win32"
  3477. ],
  3478. "engines": {
  3479. "node": ">= 12.0.0"
  3480. },
  3481. "funding": {
  3482. "type": "opencollective",
  3483. "url": "https://opencollective.com/parcel"
  3484. }
  3485. },
  3486. "node_modules/lightningcss-win32-x64-msvc": {
  3487. "version": "1.32.0",
  3488. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  3489. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  3490. "cpu": [
  3491. "x64"
  3492. ],
  3493. "dev": true,
  3494. "license": "MPL-2.0",
  3495. "optional": true,
  3496. "os": [
  3497. "win32"
  3498. ],
  3499. "engines": {
  3500. "node": ">= 12.0.0"
  3501. },
  3502. "funding": {
  3503. "type": "opencollective",
  3504. "url": "https://opencollective.com/parcel"
  3505. }
  3506. },
  3507. "node_modules/local-pkg": {
  3508. "version": "1.2.0",
  3509. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.2.0.tgz",
  3510. "integrity": "sha512-U16tFsiwNEac4GuqQ/SmG3ayjPIT1YKmiFeH4x9NaHTZwYbSqmEhf9POmzJu6NdUDDVjaE7n1WQQLjymYYFx+Q==",
  3511. "license": "MIT",
  3512. "dependencies": {
  3513. "mlly": "^1.8.2",
  3514. "pkg-types": "^2.3.1",
  3515. "quansync": "^1.0.0"
  3516. },
  3517. "engines": {
  3518. "node": ">=14"
  3519. },
  3520. "funding": {
  3521. "url": "https://github.com/sponsors/antfu"
  3522. }
  3523. },
  3524. "node_modules/locate-path": {
  3525. "version": "6.0.0",
  3526. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  3527. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  3528. "dev": true,
  3529. "license": "MIT",
  3530. "dependencies": {
  3531. "p-locate": "^5.0.0"
  3532. },
  3533. "engines": {
  3534. "node": ">=10"
  3535. },
  3536. "funding": {
  3537. "url": "https://github.com/sponsors/sindresorhus"
  3538. }
  3539. },
  3540. "node_modules/lru-cache": {
  3541. "version": "5.1.1",
  3542. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  3543. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  3544. "dev": true,
  3545. "license": "ISC",
  3546. "dependencies": {
  3547. "yallist": "^3.0.2"
  3548. }
  3549. },
  3550. "node_modules/magic-string": {
  3551. "version": "0.30.21",
  3552. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  3553. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  3554. "license": "MIT",
  3555. "dependencies": {
  3556. "@jridgewell/sourcemap-codec": "^1.5.5"
  3557. }
  3558. },
  3559. "node_modules/magic-string-ast": {
  3560. "version": "1.0.3",
  3561. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  3562. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  3563. "license": "MIT",
  3564. "dependencies": {
  3565. "magic-string": "^0.30.19"
  3566. },
  3567. "engines": {
  3568. "node": ">=20.19.0"
  3569. },
  3570. "funding": {
  3571. "url": "https://github.com/sponsors/sxzz"
  3572. }
  3573. },
  3574. "node_modules/memorystream": {
  3575. "version": "0.3.1",
  3576. "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz",
  3577. "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
  3578. "dev": true,
  3579. "engines": {
  3580. "node": ">= 0.10.0"
  3581. }
  3582. },
  3583. "node_modules/merge2": {
  3584. "version": "1.4.1",
  3585. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  3586. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  3587. "dev": true,
  3588. "license": "MIT",
  3589. "engines": {
  3590. "node": ">= 8"
  3591. }
  3592. },
  3593. "node_modules/micromatch": {
  3594. "version": "4.0.8",
  3595. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  3596. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  3597. "dev": true,
  3598. "license": "MIT",
  3599. "dependencies": {
  3600. "braces": "^3.0.3",
  3601. "picomatch": "^2.3.1"
  3602. },
  3603. "engines": {
  3604. "node": ">=8.6"
  3605. }
  3606. },
  3607. "node_modules/minimatch": {
  3608. "version": "10.2.5",
  3609. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  3610. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  3611. "dev": true,
  3612. "license": "BlueOak-1.0.0",
  3613. "dependencies": {
  3614. "brace-expansion": "^5.0.5"
  3615. },
  3616. "engines": {
  3617. "node": "18 || 20 || >=22"
  3618. },
  3619. "funding": {
  3620. "url": "https://github.com/sponsors/isaacs"
  3621. }
  3622. },
  3623. "node_modules/mitt": {
  3624. "version": "3.0.1",
  3625. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  3626. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  3627. "license": "MIT"
  3628. },
  3629. "node_modules/mlly": {
  3630. "version": "1.8.2",
  3631. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  3632. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  3633. "license": "MIT",
  3634. "dependencies": {
  3635. "acorn": "^8.16.0",
  3636. "pathe": "^2.0.3",
  3637. "pkg-types": "^1.3.1",
  3638. "ufo": "^1.6.3"
  3639. }
  3640. },
  3641. "node_modules/mlly/node_modules/confbox": {
  3642. "version": "0.1.8",
  3643. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  3644. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  3645. "license": "MIT"
  3646. },
  3647. "node_modules/mlly/node_modules/pkg-types": {
  3648. "version": "1.3.1",
  3649. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  3650. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  3651. "license": "MIT",
  3652. "dependencies": {
  3653. "confbox": "^0.1.8",
  3654. "mlly": "^1.7.4",
  3655. "pathe": "^2.0.1"
  3656. }
  3657. },
  3658. "node_modules/mrmime": {
  3659. "version": "2.0.1",
  3660. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
  3661. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  3662. "dev": true,
  3663. "license": "MIT",
  3664. "engines": {
  3665. "node": ">=10"
  3666. }
  3667. },
  3668. "node_modules/ms": {
  3669. "version": "2.1.3",
  3670. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  3671. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  3672. "dev": true,
  3673. "license": "MIT"
  3674. },
  3675. "node_modules/muggle-string": {
  3676. "version": "0.4.1",
  3677. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  3678. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  3679. "license": "MIT"
  3680. },
  3681. "node_modules/nanoid": {
  3682. "version": "3.3.12",
  3683. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
  3684. "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
  3685. "funding": [
  3686. {
  3687. "type": "github",
  3688. "url": "https://github.com/sponsors/ai"
  3689. }
  3690. ],
  3691. "license": "MIT",
  3692. "bin": {
  3693. "nanoid": "bin/nanoid.cjs"
  3694. },
  3695. "engines": {
  3696. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3697. }
  3698. },
  3699. "node_modules/natural-compare": {
  3700. "version": "1.4.0",
  3701. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  3702. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  3703. "dev": true,
  3704. "license": "MIT"
  3705. },
  3706. "node_modules/node-releases": {
  3707. "version": "2.0.44",
  3708. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.44.tgz",
  3709. "integrity": "sha512-5WUyunoPMsvvEhS8AxHtRzP+oA8UCkJ7YRxatWKjngndhDGLiqEVAQKWjFAiAiuL8zMRGzGSJxFnLetoa43qGQ==",
  3710. "dev": true,
  3711. "license": "MIT"
  3712. },
  3713. "node_modules/npm-normalize-package-bin": {
  3714. "version": "4.0.0",
  3715. "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
  3716. "integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==",
  3717. "dev": true,
  3718. "license": "ISC",
  3719. "engines": {
  3720. "node": "^18.17.0 || >=20.5.0"
  3721. }
  3722. },
  3723. "node_modules/npm-run-all2": {
  3724. "version": "8.0.4",
  3725. "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.4.tgz",
  3726. "integrity": "sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==",
  3727. "dev": true,
  3728. "license": "MIT",
  3729. "dependencies": {
  3730. "ansi-styles": "^6.2.1",
  3731. "cross-spawn": "^7.0.6",
  3732. "memorystream": "^0.3.1",
  3733. "picomatch": "^4.0.2",
  3734. "pidtree": "^0.6.0",
  3735. "read-package-json-fast": "^4.0.0",
  3736. "shell-quote": "^1.7.3",
  3737. "which": "^5.0.0"
  3738. },
  3739. "bin": {
  3740. "npm-run-all": "bin/npm-run-all/index.js",
  3741. "npm-run-all2": "bin/npm-run-all/index.js",
  3742. "run-p": "bin/run-p/index.js",
  3743. "run-s": "bin/run-s/index.js"
  3744. },
  3745. "engines": {
  3746. "node": "^20.5.0 || >=22.0.0",
  3747. "npm": ">= 10"
  3748. }
  3749. },
  3750. "node_modules/npm-run-all2/node_modules/isexe": {
  3751. "version": "3.1.5",
  3752. "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.5.tgz",
  3753. "integrity": "sha512-6B3tLtFqtQS4ekarvLVMZ+X+VlvQekbe4taUkf/rhVO3d/h0M2rfARm/pXLcPEsjjMsFgrFgSrhQIxcSVrBz8w==",
  3754. "dev": true,
  3755. "license": "BlueOak-1.0.0",
  3756. "engines": {
  3757. "node": ">=18"
  3758. }
  3759. },
  3760. "node_modules/npm-run-all2/node_modules/picomatch": {
  3761. "version": "4.0.4",
  3762. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  3763. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  3764. "dev": true,
  3765. "license": "MIT",
  3766. "engines": {
  3767. "node": ">=12"
  3768. },
  3769. "funding": {
  3770. "url": "https://github.com/sponsors/jonschlinkert"
  3771. }
  3772. },
  3773. "node_modules/npm-run-all2/node_modules/which": {
  3774. "version": "5.0.0",
  3775. "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
  3776. "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
  3777. "dev": true,
  3778. "license": "ISC",
  3779. "dependencies": {
  3780. "isexe": "^3.1.1"
  3781. },
  3782. "bin": {
  3783. "node-which": "bin/which.js"
  3784. },
  3785. "engines": {
  3786. "node": "^18.17.0 || >=20.5.0"
  3787. }
  3788. },
  3789. "node_modules/nth-check": {
  3790. "version": "2.1.1",
  3791. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  3792. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  3793. "dev": true,
  3794. "license": "BSD-2-Clause",
  3795. "dependencies": {
  3796. "boolbase": "^1.0.0"
  3797. },
  3798. "funding": {
  3799. "url": "https://github.com/fb55/nth-check?sponsor=1"
  3800. }
  3801. },
  3802. "node_modules/ohash": {
  3803. "version": "2.0.11",
  3804. "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
  3805. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  3806. "dev": true,
  3807. "license": "MIT"
  3808. },
  3809. "node_modules/open": {
  3810. "version": "10.2.0",
  3811. "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
  3812. "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
  3813. "dev": true,
  3814. "license": "MIT",
  3815. "dependencies": {
  3816. "default-browser": "^5.2.1",
  3817. "define-lazy-prop": "^3.0.0",
  3818. "is-inside-container": "^1.0.0",
  3819. "wsl-utils": "^0.1.0"
  3820. },
  3821. "engines": {
  3822. "node": ">=18"
  3823. },
  3824. "funding": {
  3825. "url": "https://github.com/sponsors/sindresorhus"
  3826. }
  3827. },
  3828. "node_modules/optionator": {
  3829. "version": "0.9.4",
  3830. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  3831. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  3832. "dev": true,
  3833. "license": "MIT",
  3834. "dependencies": {
  3835. "deep-is": "^0.1.3",
  3836. "fast-levenshtein": "^2.0.6",
  3837. "levn": "^0.4.1",
  3838. "prelude-ls": "^1.2.1",
  3839. "type-check": "^0.4.0",
  3840. "word-wrap": "^1.2.5"
  3841. },
  3842. "engines": {
  3843. "node": ">= 0.8.0"
  3844. }
  3845. },
  3846. "node_modules/oxlint": {
  3847. "version": "1.60.0",
  3848. "resolved": "https://registry.npmjs.org/oxlint/-/oxlint-1.60.0.tgz",
  3849. "integrity": "sha512-tnRzTWiWJ9pg3ftRWnD0+Oqh78L6ZSwcEudvCZaER0PIqiAnNyXj5N1dPwjmNpDalkKS9m/WMLN1CTPUBPmsgw==",
  3850. "dev": true,
  3851. "license": "MIT",
  3852. "bin": {
  3853. "oxlint": "bin/oxlint"
  3854. },
  3855. "engines": {
  3856. "node": "^20.19.0 || >=22.12.0"
  3857. },
  3858. "funding": {
  3859. "url": "https://github.com/sponsors/Boshen"
  3860. },
  3861. "optionalDependencies": {
  3862. "@oxlint/binding-android-arm-eabi": "1.60.0",
  3863. "@oxlint/binding-android-arm64": "1.60.0",
  3864. "@oxlint/binding-darwin-arm64": "1.60.0",
  3865. "@oxlint/binding-darwin-x64": "1.60.0",
  3866. "@oxlint/binding-freebsd-x64": "1.60.0",
  3867. "@oxlint/binding-linux-arm-gnueabihf": "1.60.0",
  3868. "@oxlint/binding-linux-arm-musleabihf": "1.60.0",
  3869. "@oxlint/binding-linux-arm64-gnu": "1.60.0",
  3870. "@oxlint/binding-linux-arm64-musl": "1.60.0",
  3871. "@oxlint/binding-linux-ppc64-gnu": "1.60.0",
  3872. "@oxlint/binding-linux-riscv64-gnu": "1.60.0",
  3873. "@oxlint/binding-linux-riscv64-musl": "1.60.0",
  3874. "@oxlint/binding-linux-s390x-gnu": "1.60.0",
  3875. "@oxlint/binding-linux-x64-gnu": "1.60.0",
  3876. "@oxlint/binding-linux-x64-musl": "1.60.0",
  3877. "@oxlint/binding-openharmony-arm64": "1.60.0",
  3878. "@oxlint/binding-win32-arm64-msvc": "1.60.0",
  3879. "@oxlint/binding-win32-ia32-msvc": "1.60.0",
  3880. "@oxlint/binding-win32-x64-msvc": "1.60.0"
  3881. },
  3882. "peerDependencies": {
  3883. "oxlint-tsgolint": ">=0.18.0"
  3884. },
  3885. "peerDependenciesMeta": {
  3886. "oxlint-tsgolint": {
  3887. "optional": true
  3888. }
  3889. }
  3890. },
  3891. "node_modules/p-limit": {
  3892. "version": "3.1.0",
  3893. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  3894. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  3895. "dev": true,
  3896. "license": "MIT",
  3897. "dependencies": {
  3898. "yocto-queue": "^0.1.0"
  3899. },
  3900. "engines": {
  3901. "node": ">=10"
  3902. },
  3903. "funding": {
  3904. "url": "https://github.com/sponsors/sindresorhus"
  3905. }
  3906. },
  3907. "node_modules/p-locate": {
  3908. "version": "5.0.0",
  3909. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  3910. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  3911. "dev": true,
  3912. "license": "MIT",
  3913. "dependencies": {
  3914. "p-limit": "^3.0.2"
  3915. },
  3916. "engines": {
  3917. "node": ">=10"
  3918. },
  3919. "funding": {
  3920. "url": "https://github.com/sponsors/sindresorhus"
  3921. }
  3922. },
  3923. "node_modules/path-browserify": {
  3924. "version": "1.0.1",
  3925. "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
  3926. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  3927. "dev": true,
  3928. "license": "MIT"
  3929. },
  3930. "node_modules/path-exists": {
  3931. "version": "4.0.0",
  3932. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  3933. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  3934. "dev": true,
  3935. "license": "MIT",
  3936. "engines": {
  3937. "node": ">=8"
  3938. }
  3939. },
  3940. "node_modules/path-key": {
  3941. "version": "3.1.1",
  3942. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  3943. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  3944. "dev": true,
  3945. "license": "MIT",
  3946. "engines": {
  3947. "node": ">=8"
  3948. }
  3949. },
  3950. "node_modules/pathe": {
  3951. "version": "2.0.3",
  3952. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  3953. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  3954. "license": "MIT"
  3955. },
  3956. "node_modules/perfect-debounce": {
  3957. "version": "1.0.0",
  3958. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  3959. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  3960. "license": "MIT"
  3961. },
  3962. "node_modules/picocolors": {
  3963. "version": "1.1.1",
  3964. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  3965. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  3966. "license": "ISC"
  3967. },
  3968. "node_modules/picomatch": {
  3969. "version": "2.3.2",
  3970. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  3971. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  3972. "dev": true,
  3973. "license": "MIT",
  3974. "engines": {
  3975. "node": ">=8.6"
  3976. },
  3977. "funding": {
  3978. "url": "https://github.com/sponsors/jonschlinkert"
  3979. }
  3980. },
  3981. "node_modules/pidtree": {
  3982. "version": "0.6.0",
  3983. "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.6.0.tgz",
  3984. "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
  3985. "dev": true,
  3986. "license": "MIT",
  3987. "bin": {
  3988. "pidtree": "bin/pidtree.js"
  3989. },
  3990. "engines": {
  3991. "node": ">=0.10"
  3992. }
  3993. },
  3994. "node_modules/pinia": {
  3995. "version": "3.0.4",
  3996. "resolved": "https://registry.npmjs.org/pinia/-/pinia-3.0.4.tgz",
  3997. "integrity": "sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==",
  3998. "license": "MIT",
  3999. "dependencies": {
  4000. "@vue/devtools-api": "^7.7.7"
  4001. },
  4002. "funding": {
  4003. "url": "https://github.com/sponsors/posva"
  4004. },
  4005. "peerDependencies": {
  4006. "typescript": ">=4.5.0",
  4007. "vue": "^3.5.11"
  4008. },
  4009. "peerDependenciesMeta": {
  4010. "typescript": {
  4011. "optional": true
  4012. }
  4013. }
  4014. },
  4015. "node_modules/pkg-types": {
  4016. "version": "2.3.1",
  4017. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.1.tgz",
  4018. "integrity": "sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==",
  4019. "license": "MIT",
  4020. "dependencies": {
  4021. "confbox": "^0.2.4",
  4022. "exsolve": "^1.0.8",
  4023. "pathe": "^2.0.3"
  4024. }
  4025. },
  4026. "node_modules/postcss": {
  4027. "version": "8.5.15",
  4028. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz",
  4029. "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
  4030. "funding": [
  4031. {
  4032. "type": "opencollective",
  4033. "url": "https://opencollective.com/postcss/"
  4034. },
  4035. {
  4036. "type": "tidelift",
  4037. "url": "https://tidelift.com/funding/github/npm/postcss"
  4038. },
  4039. {
  4040. "type": "github",
  4041. "url": "https://github.com/sponsors/ai"
  4042. }
  4043. ],
  4044. "license": "MIT",
  4045. "dependencies": {
  4046. "nanoid": "^3.3.12",
  4047. "picocolors": "^1.1.1",
  4048. "source-map-js": "^1.2.1"
  4049. },
  4050. "engines": {
  4051. "node": "^10 || ^12 || >=14"
  4052. }
  4053. },
  4054. "node_modules/postcss-selector-parser": {
  4055. "version": "7.1.1",
  4056. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
  4057. "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
  4058. "dev": true,
  4059. "license": "MIT",
  4060. "dependencies": {
  4061. "cssesc": "^3.0.0",
  4062. "util-deprecate": "^1.0.2"
  4063. },
  4064. "engines": {
  4065. "node": ">=4"
  4066. }
  4067. },
  4068. "node_modules/prelude-ls": {
  4069. "version": "1.2.1",
  4070. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  4071. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  4072. "dev": true,
  4073. "license": "MIT",
  4074. "engines": {
  4075. "node": ">= 0.8.0"
  4076. }
  4077. },
  4078. "node_modules/prettier": {
  4079. "version": "3.8.3",
  4080. "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz",
  4081. "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==",
  4082. "dev": true,
  4083. "license": "MIT",
  4084. "bin": {
  4085. "prettier": "bin/prettier.cjs"
  4086. },
  4087. "engines": {
  4088. "node": ">=14"
  4089. },
  4090. "funding": {
  4091. "url": "https://github.com/prettier/prettier?sponsor=1"
  4092. }
  4093. },
  4094. "node_modules/punycode": {
  4095. "version": "2.3.1",
  4096. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  4097. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  4098. "dev": true,
  4099. "license": "MIT",
  4100. "engines": {
  4101. "node": ">=6"
  4102. }
  4103. },
  4104. "node_modules/quansync": {
  4105. "version": "1.0.0",
  4106. "resolved": "https://registry.npmjs.org/quansync/-/quansync-1.0.0.tgz",
  4107. "integrity": "sha512-5xZacEEufv3HSTPQuchrvV6soaiACMFnq1H8wkVioctoH3TRha9Sz66lOxRwPK/qZj7HPiSveih9yAyh98gvqA==",
  4108. "funding": [
  4109. {
  4110. "type": "individual",
  4111. "url": "https://github.com/sponsors/antfu"
  4112. },
  4113. {
  4114. "type": "individual",
  4115. "url": "https://github.com/sponsors/sxzz"
  4116. }
  4117. ],
  4118. "license": "MIT"
  4119. },
  4120. "node_modules/queue-microtask": {
  4121. "version": "1.2.3",
  4122. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  4123. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  4124. "dev": true,
  4125. "funding": [
  4126. {
  4127. "type": "github",
  4128. "url": "https://github.com/sponsors/feross"
  4129. },
  4130. {
  4131. "type": "patreon",
  4132. "url": "https://www.patreon.com/feross"
  4133. },
  4134. {
  4135. "type": "consulting",
  4136. "url": "https://feross.org/support"
  4137. }
  4138. ],
  4139. "license": "MIT"
  4140. },
  4141. "node_modules/read-package-json-fast": {
  4142. "version": "4.0.0",
  4143. "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
  4144. "integrity": "sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==",
  4145. "dev": true,
  4146. "license": "ISC",
  4147. "dependencies": {
  4148. "json-parse-even-better-errors": "^4.0.0",
  4149. "npm-normalize-package-bin": "^4.0.0"
  4150. },
  4151. "engines": {
  4152. "node": "^18.17.0 || >=20.5.0"
  4153. }
  4154. },
  4155. "node_modules/readdirp": {
  4156. "version": "5.0.0",
  4157. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  4158. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  4159. "license": "MIT",
  4160. "engines": {
  4161. "node": ">= 20.19.0"
  4162. },
  4163. "funding": {
  4164. "type": "individual",
  4165. "url": "https://paulmillr.com/funding/"
  4166. }
  4167. },
  4168. "node_modules/reusify": {
  4169. "version": "1.1.0",
  4170. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  4171. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  4172. "dev": true,
  4173. "license": "MIT",
  4174. "engines": {
  4175. "iojs": ">=1.0.0",
  4176. "node": ">=0.10.0"
  4177. }
  4178. },
  4179. "node_modules/rfdc": {
  4180. "version": "1.4.1",
  4181. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  4182. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  4183. "license": "MIT"
  4184. },
  4185. "node_modules/rolldown": {
  4186. "version": "1.0.1",
  4187. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.1.tgz",
  4188. "integrity": "sha512-X0KQHljNnEkWNqqiz9zJrGunh1B0HgOxLXvnFpCOcadzcy5qohZ3tqMEUg00vncoRovXuK3ZqCT9KnnKzoInFQ==",
  4189. "dev": true,
  4190. "license": "MIT",
  4191. "dependencies": {
  4192. "@oxc-project/types": "=0.130.0",
  4193. "@rolldown/pluginutils": "^1.0.0"
  4194. },
  4195. "bin": {
  4196. "rolldown": "bin/cli.mjs"
  4197. },
  4198. "engines": {
  4199. "node": "^20.19.0 || >=22.12.0"
  4200. },
  4201. "optionalDependencies": {
  4202. "@rolldown/binding-android-arm64": "1.0.1",
  4203. "@rolldown/binding-darwin-arm64": "1.0.1",
  4204. "@rolldown/binding-darwin-x64": "1.0.1",
  4205. "@rolldown/binding-freebsd-x64": "1.0.1",
  4206. "@rolldown/binding-linux-arm-gnueabihf": "1.0.1",
  4207. "@rolldown/binding-linux-arm64-gnu": "1.0.1",
  4208. "@rolldown/binding-linux-arm64-musl": "1.0.1",
  4209. "@rolldown/binding-linux-ppc64-gnu": "1.0.1",
  4210. "@rolldown/binding-linux-s390x-gnu": "1.0.1",
  4211. "@rolldown/binding-linux-x64-gnu": "1.0.1",
  4212. "@rolldown/binding-linux-x64-musl": "1.0.1",
  4213. "@rolldown/binding-openharmony-arm64": "1.0.1",
  4214. "@rolldown/binding-wasm32-wasi": "1.0.1",
  4215. "@rolldown/binding-win32-arm64-msvc": "1.0.1",
  4216. "@rolldown/binding-win32-x64-msvc": "1.0.1"
  4217. }
  4218. },
  4219. "node_modules/run-applescript": {
  4220. "version": "7.1.0",
  4221. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
  4222. "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
  4223. "dev": true,
  4224. "license": "MIT",
  4225. "engines": {
  4226. "node": ">=18"
  4227. },
  4228. "funding": {
  4229. "url": "https://github.com/sponsors/sindresorhus"
  4230. }
  4231. },
  4232. "node_modules/run-parallel": {
  4233. "version": "1.2.0",
  4234. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  4235. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  4236. "dev": true,
  4237. "funding": [
  4238. {
  4239. "type": "github",
  4240. "url": "https://github.com/sponsors/feross"
  4241. },
  4242. {
  4243. "type": "patreon",
  4244. "url": "https://www.patreon.com/feross"
  4245. },
  4246. {
  4247. "type": "consulting",
  4248. "url": "https://feross.org/support"
  4249. }
  4250. ],
  4251. "license": "MIT",
  4252. "dependencies": {
  4253. "queue-microtask": "^1.2.2"
  4254. }
  4255. },
  4256. "node_modules/scule": {
  4257. "version": "1.3.0",
  4258. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  4259. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  4260. "license": "MIT"
  4261. },
  4262. "node_modules/semver": {
  4263. "version": "7.8.0",
  4264. "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
  4265. "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
  4266. "dev": true,
  4267. "license": "ISC",
  4268. "bin": {
  4269. "semver": "bin/semver.js"
  4270. },
  4271. "engines": {
  4272. "node": ">=10"
  4273. }
  4274. },
  4275. "node_modules/shebang-command": {
  4276. "version": "2.0.0",
  4277. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  4278. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  4279. "dev": true,
  4280. "license": "MIT",
  4281. "dependencies": {
  4282. "shebang-regex": "^3.0.0"
  4283. },
  4284. "engines": {
  4285. "node": ">=8"
  4286. }
  4287. },
  4288. "node_modules/shebang-regex": {
  4289. "version": "3.0.0",
  4290. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  4291. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  4292. "dev": true,
  4293. "license": "MIT",
  4294. "engines": {
  4295. "node": ">=8"
  4296. }
  4297. },
  4298. "node_modules/shell-quote": {
  4299. "version": "1.8.3",
  4300. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
  4301. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  4302. "dev": true,
  4303. "license": "MIT",
  4304. "engines": {
  4305. "node": ">= 0.4"
  4306. },
  4307. "funding": {
  4308. "url": "https://github.com/sponsors/ljharb"
  4309. }
  4310. },
  4311. "node_modules/sirv": {
  4312. "version": "3.0.2",
  4313. "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
  4314. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  4315. "dev": true,
  4316. "license": "MIT",
  4317. "dependencies": {
  4318. "@polka/url": "^1.0.0-next.24",
  4319. "mrmime": "^2.0.0",
  4320. "totalist": "^3.0.0"
  4321. },
  4322. "engines": {
  4323. "node": ">=18"
  4324. }
  4325. },
  4326. "node_modules/source-map-js": {
  4327. "version": "1.2.1",
  4328. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  4329. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  4330. "license": "BSD-3-Clause",
  4331. "engines": {
  4332. "node": ">=0.10.0"
  4333. }
  4334. },
  4335. "node_modules/speakingurl": {
  4336. "version": "14.0.1",
  4337. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  4338. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  4339. "license": "BSD-3-Clause",
  4340. "engines": {
  4341. "node": ">=0.10.0"
  4342. }
  4343. },
  4344. "node_modules/superjson": {
  4345. "version": "2.2.6",
  4346. "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.6.tgz",
  4347. "integrity": "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==",
  4348. "license": "MIT",
  4349. "dependencies": {
  4350. "copy-anything": "^4"
  4351. },
  4352. "engines": {
  4353. "node": ">=16"
  4354. }
  4355. },
  4356. "node_modules/tinyglobby": {
  4357. "version": "0.2.16",
  4358. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  4359. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  4360. "license": "MIT",
  4361. "dependencies": {
  4362. "fdir": "^6.5.0",
  4363. "picomatch": "^4.0.4"
  4364. },
  4365. "engines": {
  4366. "node": ">=12.0.0"
  4367. },
  4368. "funding": {
  4369. "url": "https://github.com/sponsors/SuperchupuDev"
  4370. }
  4371. },
  4372. "node_modules/tinyglobby/node_modules/fdir": {
  4373. "version": "6.5.0",
  4374. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  4375. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  4376. "license": "MIT",
  4377. "engines": {
  4378. "node": ">=12.0.0"
  4379. },
  4380. "peerDependencies": {
  4381. "picomatch": "^3 || ^4"
  4382. },
  4383. "peerDependenciesMeta": {
  4384. "picomatch": {
  4385. "optional": true
  4386. }
  4387. }
  4388. },
  4389. "node_modules/tinyglobby/node_modules/picomatch": {
  4390. "version": "4.0.4",
  4391. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  4392. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4393. "license": "MIT",
  4394. "engines": {
  4395. "node": ">=12"
  4396. },
  4397. "funding": {
  4398. "url": "https://github.com/sponsors/jonschlinkert"
  4399. }
  4400. },
  4401. "node_modules/to-regex-range": {
  4402. "version": "5.0.1",
  4403. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  4404. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  4405. "dev": true,
  4406. "license": "MIT",
  4407. "dependencies": {
  4408. "is-number": "^7.0.0"
  4409. },
  4410. "engines": {
  4411. "node": ">=8.0"
  4412. }
  4413. },
  4414. "node_modules/totalist": {
  4415. "version": "3.0.1",
  4416. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  4417. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  4418. "dev": true,
  4419. "license": "MIT",
  4420. "engines": {
  4421. "node": ">=6"
  4422. }
  4423. },
  4424. "node_modules/ts-api-utils": {
  4425. "version": "2.5.0",
  4426. "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
  4427. "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
  4428. "dev": true,
  4429. "license": "MIT",
  4430. "engines": {
  4431. "node": ">=18.12"
  4432. },
  4433. "peerDependencies": {
  4434. "typescript": ">=4.8.4"
  4435. }
  4436. },
  4437. "node_modules/tslib": {
  4438. "version": "2.8.1",
  4439. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  4440. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  4441. "dev": true,
  4442. "license": "0BSD",
  4443. "optional": true
  4444. },
  4445. "node_modules/type-check": {
  4446. "version": "0.4.0",
  4447. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  4448. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  4449. "dev": true,
  4450. "license": "MIT",
  4451. "dependencies": {
  4452. "prelude-ls": "^1.2.1"
  4453. },
  4454. "engines": {
  4455. "node": ">= 0.8.0"
  4456. }
  4457. },
  4458. "node_modules/typescript": {
  4459. "version": "6.0.3",
  4460. "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
  4461. "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
  4462. "devOptional": true,
  4463. "license": "Apache-2.0",
  4464. "bin": {
  4465. "tsc": "bin/tsc",
  4466. "tsserver": "bin/tsserver"
  4467. },
  4468. "engines": {
  4469. "node": ">=14.17"
  4470. }
  4471. },
  4472. "node_modules/typescript-eslint": {
  4473. "version": "8.59.4",
  4474. "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.4.tgz",
  4475. "integrity": "sha512-Rw6+44QNFaXtgHSjPy+Kw8hrJniMYzR85E9yLmOLcfZ91/rz+JXQbDTCmc6ccxMPY6K6PgAq26f0JCBfR7LIPQ==",
  4476. "dev": true,
  4477. "license": "MIT",
  4478. "dependencies": {
  4479. "@typescript-eslint/eslint-plugin": "8.59.4",
  4480. "@typescript-eslint/parser": "8.59.4",
  4481. "@typescript-eslint/typescript-estree": "8.59.4",
  4482. "@typescript-eslint/utils": "8.59.4"
  4483. },
  4484. "engines": {
  4485. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4486. },
  4487. "funding": {
  4488. "type": "opencollective",
  4489. "url": "https://opencollective.com/typescript-eslint"
  4490. },
  4491. "peerDependencies": {
  4492. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  4493. "typescript": ">=4.8.4 <6.1.0"
  4494. }
  4495. },
  4496. "node_modules/ufo": {
  4497. "version": "1.6.4",
  4498. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.4.tgz",
  4499. "integrity": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==",
  4500. "license": "MIT"
  4501. },
  4502. "node_modules/undici-types": {
  4503. "version": "7.16.0",
  4504. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
  4505. "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
  4506. "dev": true,
  4507. "license": "MIT"
  4508. },
  4509. "node_modules/unplugin": {
  4510. "version": "3.0.0",
  4511. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz",
  4512. "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
  4513. "license": "MIT",
  4514. "dependencies": {
  4515. "@jridgewell/remapping": "^2.3.5",
  4516. "picomatch": "^4.0.3",
  4517. "webpack-virtual-modules": "^0.6.2"
  4518. },
  4519. "engines": {
  4520. "node": "^20.19.0 || >=22.12.0"
  4521. }
  4522. },
  4523. "node_modules/unplugin-utils": {
  4524. "version": "0.3.1",
  4525. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  4526. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  4527. "license": "MIT",
  4528. "dependencies": {
  4529. "pathe": "^2.0.3",
  4530. "picomatch": "^4.0.3"
  4531. },
  4532. "engines": {
  4533. "node": ">=20.19.0"
  4534. },
  4535. "funding": {
  4536. "url": "https://github.com/sponsors/sxzz"
  4537. }
  4538. },
  4539. "node_modules/unplugin-utils/node_modules/picomatch": {
  4540. "version": "4.0.4",
  4541. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  4542. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4543. "license": "MIT",
  4544. "engines": {
  4545. "node": ">=12"
  4546. },
  4547. "funding": {
  4548. "url": "https://github.com/sponsors/jonschlinkert"
  4549. }
  4550. },
  4551. "node_modules/unplugin/node_modules/picomatch": {
  4552. "version": "4.0.4",
  4553. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  4554. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4555. "license": "MIT",
  4556. "engines": {
  4557. "node": ">=12"
  4558. },
  4559. "funding": {
  4560. "url": "https://github.com/sponsors/jonschlinkert"
  4561. }
  4562. },
  4563. "node_modules/update-browserslist-db": {
  4564. "version": "1.2.3",
  4565. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  4566. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  4567. "dev": true,
  4568. "funding": [
  4569. {
  4570. "type": "opencollective",
  4571. "url": "https://opencollective.com/browserslist"
  4572. },
  4573. {
  4574. "type": "tidelift",
  4575. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4576. },
  4577. {
  4578. "type": "github",
  4579. "url": "https://github.com/sponsors/ai"
  4580. }
  4581. ],
  4582. "license": "MIT",
  4583. "dependencies": {
  4584. "escalade": "^3.2.0",
  4585. "picocolors": "^1.1.1"
  4586. },
  4587. "bin": {
  4588. "update-browserslist-db": "cli.js"
  4589. },
  4590. "peerDependencies": {
  4591. "browserslist": ">= 4.21.0"
  4592. }
  4593. },
  4594. "node_modules/uri-js": {
  4595. "version": "4.4.1",
  4596. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  4597. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  4598. "dev": true,
  4599. "license": "BSD-2-Clause",
  4600. "dependencies": {
  4601. "punycode": "^2.1.0"
  4602. }
  4603. },
  4604. "node_modules/util-deprecate": {
  4605. "version": "1.0.2",
  4606. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  4607. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  4608. "dev": true,
  4609. "license": "MIT"
  4610. },
  4611. "node_modules/vite": {
  4612. "version": "8.0.13",
  4613. "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.13.tgz",
  4614. "integrity": "sha512-MFtjBYgzmSxmgA4RAfjIyXWpGe1oALnjgUTzzV7QLx/TKxCzjtMH6Fd9/eVK+5Fg1qNoz5VAwsmMs/NofrmJvw==",
  4615. "dev": true,
  4616. "license": "MIT",
  4617. "dependencies": {
  4618. "lightningcss": "^1.32.0",
  4619. "picomatch": "^4.0.4",
  4620. "postcss": "^8.5.14",
  4621. "rolldown": "1.0.1",
  4622. "tinyglobby": "^0.2.16"
  4623. },
  4624. "bin": {
  4625. "vite": "bin/vite.js"
  4626. },
  4627. "engines": {
  4628. "node": "^20.19.0 || >=22.12.0"
  4629. },
  4630. "funding": {
  4631. "url": "https://github.com/vitejs/vite?sponsor=1"
  4632. },
  4633. "optionalDependencies": {
  4634. "fsevents": "~2.3.3"
  4635. },
  4636. "peerDependencies": {
  4637. "@types/node": "^20.19.0 || >=22.12.0",
  4638. "@vitejs/devtools": "^0.1.18",
  4639. "esbuild": "^0.27.0 || ^0.28.0",
  4640. "jiti": ">=1.21.0",
  4641. "less": "^4.0.0",
  4642. "sass": "^1.70.0",
  4643. "sass-embedded": "^1.70.0",
  4644. "stylus": ">=0.54.8",
  4645. "sugarss": "^5.0.0",
  4646. "terser": "^5.16.0",
  4647. "tsx": "^4.8.1",
  4648. "yaml": "^2.4.2"
  4649. },
  4650. "peerDependenciesMeta": {
  4651. "@types/node": {
  4652. "optional": true
  4653. },
  4654. "@vitejs/devtools": {
  4655. "optional": true
  4656. },
  4657. "esbuild": {
  4658. "optional": true
  4659. },
  4660. "jiti": {
  4661. "optional": true
  4662. },
  4663. "less": {
  4664. "optional": true
  4665. },
  4666. "sass": {
  4667. "optional": true
  4668. },
  4669. "sass-embedded": {
  4670. "optional": true
  4671. },
  4672. "stylus": {
  4673. "optional": true
  4674. },
  4675. "sugarss": {
  4676. "optional": true
  4677. },
  4678. "terser": {
  4679. "optional": true
  4680. },
  4681. "tsx": {
  4682. "optional": true
  4683. },
  4684. "yaml": {
  4685. "optional": true
  4686. }
  4687. }
  4688. },
  4689. "node_modules/vite-hot-client": {
  4690. "version": "2.2.0",
  4691. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-2.2.0.tgz",
  4692. "integrity": "sha512-76Zs9zrHbH7M7wqeyooGQKdX+yg0pQ0xuQ1PbFp4z5a0Lzn2e5IPFoCswnmqZ4GiwqB4Jo3WcDAMO9jARTJl8w==",
  4693. "dev": true,
  4694. "license": "MIT",
  4695. "funding": {
  4696. "url": "https://github.com/sponsors/antfu"
  4697. },
  4698. "peerDependencies": {
  4699. "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"
  4700. }
  4701. },
  4702. "node_modules/vite-plugin-vue-devtools": {
  4703. "version": "8.1.2",
  4704. "resolved": "https://registry.npmjs.org/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-8.1.2.tgz",
  4705. "integrity": "sha512-gt5h1CNryR9Hy0tvhSbqY3j0F7aj0pGxBxWLa1lXSiZVkhdWDf0vbCOZyjh8ivFGE6FDHTGy3zkcZGlMZdVHig==",
  4706. "dev": true,
  4707. "license": "MIT",
  4708. "dependencies": {
  4709. "@vue/devtools-core": "^8.1.2",
  4710. "@vue/devtools-kit": "^8.1.2",
  4711. "@vue/devtools-shared": "^8.1.2",
  4712. "sirv": "^3.0.2",
  4713. "vite-plugin-inspect": "^11.3.3",
  4714. "vite-plugin-vue-inspector": "^6.0.0"
  4715. },
  4716. "engines": {
  4717. "node": ">=v14.21.3"
  4718. },
  4719. "peerDependencies": {
  4720. "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4721. }
  4722. },
  4723. "node_modules/vite-plugin-vue-devtools/node_modules/@vue/devtools-kit": {
  4724. "version": "8.1.2",
  4725. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.1.2.tgz",
  4726. "integrity": "sha512-f75/upc+GCyjXErpgPGz4582ujS0L/adAltGy+tqXMGUJpgAcfGr6CxnnhpZY8BHuMYt6KpbF8uaFrrQG66rGQ==",
  4727. "dev": true,
  4728. "license": "MIT",
  4729. "dependencies": {
  4730. "@vue/devtools-shared": "^8.1.2",
  4731. "birpc": "^2.6.1",
  4732. "hookable": "^5.5.3",
  4733. "perfect-debounce": "^2.0.0"
  4734. }
  4735. },
  4736. "node_modules/vite-plugin-vue-devtools/node_modules/@vue/devtools-shared": {
  4737. "version": "8.1.2",
  4738. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.1.2.tgz",
  4739. "integrity": "sha512-X9RyVFYAdkBe4IUf5v48TxBF/6QPmF8CmWrDAjXzfUHrgQ/HGfTC1A6TqgXqZ03ye66l3AD51BAGD69IvKM9sw==",
  4740. "dev": true,
  4741. "license": "MIT"
  4742. },
  4743. "node_modules/vite-plugin-vue-devtools/node_modules/perfect-debounce": {
  4744. "version": "2.1.0",
  4745. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  4746. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  4747. "dev": true,
  4748. "license": "MIT"
  4749. },
  4750. "node_modules/vite-plugin-vue-devtools/node_modules/vite-plugin-inspect": {
  4751. "version": "11.3.3",
  4752. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-11.3.3.tgz",
  4753. "integrity": "sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==",
  4754. "dev": true,
  4755. "license": "MIT",
  4756. "dependencies": {
  4757. "ansis": "^4.1.0",
  4758. "debug": "^4.4.1",
  4759. "error-stack-parser-es": "^1.0.5",
  4760. "ohash": "^2.0.11",
  4761. "open": "^10.2.0",
  4762. "perfect-debounce": "^2.0.0",
  4763. "sirv": "^3.0.1",
  4764. "unplugin-utils": "^0.3.0",
  4765. "vite-dev-rpc": "^1.1.0"
  4766. },
  4767. "engines": {
  4768. "node": ">=14"
  4769. },
  4770. "funding": {
  4771. "url": "https://github.com/sponsors/antfu"
  4772. },
  4773. "peerDependencies": {
  4774. "vite": "^6.0.0 || ^7.0.0-0"
  4775. },
  4776. "peerDependenciesMeta": {
  4777. "@nuxt/kit": {
  4778. "optional": true
  4779. }
  4780. }
  4781. },
  4782. "node_modules/vite-plugin-vue-devtools/node_modules/vite-plugin-inspect/node_modules/vite-dev-rpc": {
  4783. "version": "1.1.0",
  4784. "resolved": "https://registry.npmjs.org/vite-dev-rpc/-/vite-dev-rpc-1.1.0.tgz",
  4785. "integrity": "sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==",
  4786. "dev": true,
  4787. "license": "MIT",
  4788. "dependencies": {
  4789. "birpc": "^2.4.0",
  4790. "vite-hot-client": "^2.1.0"
  4791. },
  4792. "funding": {
  4793. "url": "https://github.com/sponsors/antfu"
  4794. },
  4795. "peerDependencies": {
  4796. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
  4797. }
  4798. },
  4799. "node_modules/vite-plugin-vue-inspector": {
  4800. "version": "6.0.0",
  4801. "resolved": "https://registry.npmjs.org/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-6.0.0.tgz",
  4802. "integrity": "sha512-OpyITJLgZNibxlrik1EmRtvXHDjLRxNPsWkGFTERZs2LgMEdG4W0WoFt5GIgp3a3jRou+eJR8U1zOBk/XQgEbw==",
  4803. "dev": true,
  4804. "license": "MIT",
  4805. "dependencies": {
  4806. "@babel/core": "^7.23.0",
  4807. "@babel/plugin-proposal-decorators": "^7.23.0",
  4808. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  4809. "@babel/plugin-syntax-import-meta": "^7.10.4",
  4810. "@babel/plugin-transform-typescript": "^7.22.15",
  4811. "@vue/babel-plugin-jsx": "^1.1.5",
  4812. "@vue/compiler-dom": "^3.3.4",
  4813. "kolorist": "^1.8.0",
  4814. "magic-string": "^0.30.4"
  4815. },
  4816. "peerDependencies": {
  4817. "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  4818. }
  4819. },
  4820. "node_modules/vite/node_modules/picomatch": {
  4821. "version": "4.0.4",
  4822. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  4823. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  4824. "dev": true,
  4825. "license": "MIT",
  4826. "engines": {
  4827. "node": ">=12"
  4828. },
  4829. "funding": {
  4830. "url": "https://github.com/sponsors/jonschlinkert"
  4831. }
  4832. },
  4833. "node_modules/vscode-uri": {
  4834. "version": "3.1.0",
  4835. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
  4836. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  4837. "dev": true,
  4838. "license": "MIT"
  4839. },
  4840. "node_modules/vue": {
  4841. "version": "3.5.34",
  4842. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.34.tgz",
  4843. "integrity": "sha512-WdLBG9gm02OgJIG9axd5Hpx0TFLdzVgfG2evFFu8Rur5O/IoGc5cMjnjh3tPL6GnRGsYvUhBSKVPYVcxRKpMCA==",
  4844. "license": "MIT",
  4845. "dependencies": {
  4846. "@vue/compiler-dom": "3.5.34",
  4847. "@vue/compiler-sfc": "3.5.34",
  4848. "@vue/runtime-dom": "3.5.34",
  4849. "@vue/server-renderer": "3.5.34",
  4850. "@vue/shared": "3.5.34"
  4851. },
  4852. "peerDependencies": {
  4853. "typescript": "*"
  4854. },
  4855. "peerDependenciesMeta": {
  4856. "typescript": {
  4857. "optional": true
  4858. }
  4859. }
  4860. },
  4861. "node_modules/vue-eslint-parser": {
  4862. "version": "10.4.0",
  4863. "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.4.0.tgz",
  4864. "integrity": "sha512-Vxi9pJdbN3ZnVGLODVtZ7y4Y2kzAAE2Cm0CZ3ZDRvydVYxZ6VrnBhLikBsRS+dpwj4Jv4UCv21PTEwF5rQ9WXg==",
  4865. "dev": true,
  4866. "license": "MIT",
  4867. "dependencies": {
  4868. "debug": "^4.4.0",
  4869. "eslint-scope": "^8.2.0 || ^9.0.0",
  4870. "eslint-visitor-keys": "^4.2.0 || ^5.0.0",
  4871. "espree": "^10.3.0 || ^11.0.0",
  4872. "esquery": "^1.6.0",
  4873. "semver": "^7.6.3"
  4874. },
  4875. "engines": {
  4876. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4877. },
  4878. "funding": {
  4879. "url": "https://github.com/sponsors/mysticatea"
  4880. },
  4881. "peerDependencies": {
  4882. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0"
  4883. }
  4884. },
  4885. "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": {
  4886. "version": "5.0.1",
  4887. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  4888. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  4889. "dev": true,
  4890. "license": "Apache-2.0",
  4891. "engines": {
  4892. "node": "^20.19.0 || ^22.13.0 || >=24"
  4893. },
  4894. "funding": {
  4895. "url": "https://opencollective.com/eslint"
  4896. }
  4897. },
  4898. "node_modules/vue-router": {
  4899. "version": "5.0.7",
  4900. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.7.tgz",
  4901. "integrity": "sha512-dqfk8kvRbCutmCOCj/XLDqDEYxc1wBdAOGLuVy5M93ifYMsBd5fIjfaPN4tQAbxr5IprdBDIox1gr4wYyOx/SA==",
  4902. "license": "MIT",
  4903. "dependencies": {
  4904. "@babel/generator": "^8.0.0-rc.4",
  4905. "@vue-macros/common": "^3.1.1",
  4906. "@vue/devtools-api": "^8.1.1",
  4907. "ast-walker-scope": "^0.8.3",
  4908. "chokidar": "^5.0.0",
  4909. "json5": "^2.2.3",
  4910. "local-pkg": "^1.1.2",
  4911. "magic-string": "^0.30.21",
  4912. "mlly": "^1.8.0",
  4913. "muggle-string": "^0.4.1",
  4914. "pathe": "^2.0.3",
  4915. "picomatch": "^4.0.3",
  4916. "scule": "^1.3.0",
  4917. "tinyglobby": "^0.2.15",
  4918. "unplugin": "^3.0.0",
  4919. "unplugin-utils": "^0.3.1",
  4920. "yaml": "^2.8.2"
  4921. },
  4922. "funding": {
  4923. "url": "https://github.com/sponsors/posva"
  4924. },
  4925. "peerDependencies": {
  4926. "@pinia/colada": ">=0.21.2",
  4927. "@vue/compiler-sfc": "^3.5.34",
  4928. "pinia": "^3.0.4",
  4929. "vue": "^3.5.34"
  4930. },
  4931. "peerDependenciesMeta": {
  4932. "@pinia/colada": {
  4933. "optional": true
  4934. },
  4935. "@vue/compiler-sfc": {
  4936. "optional": true
  4937. },
  4938. "pinia": {
  4939. "optional": true
  4940. }
  4941. }
  4942. },
  4943. "node_modules/vue-router/node_modules/@babel/generator": {
  4944. "version": "8.0.0-rc.5",
  4945. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-8.0.0-rc.5.tgz",
  4946. "integrity": "sha512-nFZPWz3FHIS7y6rMIVoa/WBwjdutfIaRJIBQjzn+t3RnecZoRNlGmGcyR2wb0T/IgSd50Kz/6dG8/LvMCRunjg==",
  4947. "license": "MIT",
  4948. "dependencies": {
  4949. "@babel/parser": "^8.0.0-rc.5",
  4950. "@babel/types": "^8.0.0-rc.5",
  4951. "@jridgewell/gen-mapping": "^0.3.12",
  4952. "@jridgewell/trace-mapping": "^0.3.28",
  4953. "@types/jsesc": "^2.5.0",
  4954. "jsesc": "^3.0.2"
  4955. },
  4956. "engines": {
  4957. "node": "^22.18.0 || >=24.11.0"
  4958. }
  4959. },
  4960. "node_modules/vue-router/node_modules/@babel/helper-string-parser": {
  4961. "version": "8.0.0-rc.5",
  4962. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-rc.5.tgz",
  4963. "integrity": "sha512-sN7R8rBvDurfaziNfDEIjIntlazmlkCDGO4SNl2RJ3wRCn+QxspLV7hzYAE8WWVd2joVuT8sUxeePdLp2idI1A==",
  4964. "license": "MIT",
  4965. "engines": {
  4966. "node": "^22.18.0 || >=24.11.0"
  4967. }
  4968. },
  4969. "node_modules/vue-router/node_modules/@babel/helper-validator-identifier": {
  4970. "version": "8.0.0-rc.5",
  4971. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.0-rc.5.tgz",
  4972. "integrity": "sha512-ehJDxHvtbZ85RtX/L2fi0h9AGsBNqB5Euv1EB8RMAvGYvD+2X+QbpzzOpbklnNXO+WSZJNOaetw2BBj27xsWVg==",
  4973. "license": "MIT",
  4974. "engines": {
  4975. "node": "^22.18.0 || >=24.11.0"
  4976. }
  4977. },
  4978. "node_modules/vue-router/node_modules/@babel/parser": {
  4979. "version": "8.0.0-rc.5",
  4980. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-8.0.0-rc.5.tgz",
  4981. "integrity": "sha512-/Mfg83rK3+jsRbl4Vbd0jqxc6M1A1/WNFtgrowRM1unEsD3XcNnrBdMM0JWakd0/RN9lseQKwPduW1TiEwKOlQ==",
  4982. "license": "MIT",
  4983. "dependencies": {
  4984. "@babel/types": "^8.0.0-rc.5"
  4985. },
  4986. "bin": {
  4987. "parser": "bin/babel-parser.js"
  4988. },
  4989. "engines": {
  4990. "node": "^22.18.0 || >=24.11.0"
  4991. }
  4992. },
  4993. "node_modules/vue-router/node_modules/@babel/types": {
  4994. "version": "8.0.0-rc.5",
  4995. "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-rc.5.tgz",
  4996. "integrity": "sha512-JeSVu/m8x/zpp4CLjYHVNXuhEyOkhPXuxM8YOXjh6L4LlvQNKuUNOTo5KdBuKAcTDHw8DquToTaEkhsBqPXOaA==",
  4997. "license": "MIT",
  4998. "dependencies": {
  4999. "@babel/helper-string-parser": "^8.0.0-rc.5",
  5000. "@babel/helper-validator-identifier": "^8.0.0-rc.5"
  5001. },
  5002. "engines": {
  5003. "node": "^22.18.0 || >=24.11.0"
  5004. }
  5005. },
  5006. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  5007. "version": "8.1.2",
  5008. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-8.1.2.tgz",
  5009. "integrity": "sha512-vA0O112YqyDuNA1s7Yb2gCgToQ/OxOWiFDO5ThLCcDy0ldHnSd1dUTaSYhOldbqoNgumE4dxtGAoAaSUKUD1Zg==",
  5010. "license": "MIT",
  5011. "dependencies": {
  5012. "@vue/devtools-kit": "^8.1.2"
  5013. }
  5014. },
  5015. "node_modules/vue-router/node_modules/@vue/devtools-kit": {
  5016. "version": "8.1.2",
  5017. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.1.2.tgz",
  5018. "integrity": "sha512-f75/upc+GCyjXErpgPGz4582ujS0L/adAltGy+tqXMGUJpgAcfGr6CxnnhpZY8BHuMYt6KpbF8uaFrrQG66rGQ==",
  5019. "license": "MIT",
  5020. "dependencies": {
  5021. "@vue/devtools-shared": "^8.1.2",
  5022. "birpc": "^2.6.1",
  5023. "hookable": "^5.5.3",
  5024. "perfect-debounce": "^2.0.0"
  5025. }
  5026. },
  5027. "node_modules/vue-router/node_modules/@vue/devtools-shared": {
  5028. "version": "8.1.2",
  5029. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.1.2.tgz",
  5030. "integrity": "sha512-X9RyVFYAdkBe4IUf5v48TxBF/6QPmF8CmWrDAjXzfUHrgQ/HGfTC1A6TqgXqZ03ye66l3AD51BAGD69IvKM9sw==",
  5031. "license": "MIT"
  5032. },
  5033. "node_modules/vue-router/node_modules/perfect-debounce": {
  5034. "version": "2.1.0",
  5035. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  5036. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  5037. "license": "MIT"
  5038. },
  5039. "node_modules/vue-router/node_modules/picomatch": {
  5040. "version": "4.0.4",
  5041. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  5042. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  5043. "license": "MIT",
  5044. "engines": {
  5045. "node": ">=12"
  5046. },
  5047. "funding": {
  5048. "url": "https://github.com/sponsors/jonschlinkert"
  5049. }
  5050. },
  5051. "node_modules/vue-tsc": {
  5052. "version": "3.3.1",
  5053. "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.3.1.tgz",
  5054. "integrity": "sha512-webBP3jhlxzhELZ2g+11KJ6pg5OVY1xWhWrj7N/yQMi1CrtxJnW+tUACyRVeDK0cQNLP2Va5HNYK8pe+7c+msw==",
  5055. "dev": true,
  5056. "license": "MIT",
  5057. "dependencies": {
  5058. "@volar/typescript": "2.4.28",
  5059. "@vue/language-core": "3.3.1"
  5060. },
  5061. "bin": {
  5062. "vue-tsc": "bin/vue-tsc.js"
  5063. },
  5064. "peerDependencies": {
  5065. "typescript": ">=5.0.0"
  5066. }
  5067. },
  5068. "node_modules/webpack-virtual-modules": {
  5069. "version": "0.6.2",
  5070. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  5071. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  5072. "license": "MIT"
  5073. },
  5074. "node_modules/which": {
  5075. "version": "2.0.2",
  5076. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  5077. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  5078. "dev": true,
  5079. "license": "ISC",
  5080. "dependencies": {
  5081. "isexe": "^2.0.0"
  5082. },
  5083. "bin": {
  5084. "node-which": "bin/node-which"
  5085. },
  5086. "engines": {
  5087. "node": ">= 8"
  5088. }
  5089. },
  5090. "node_modules/word-wrap": {
  5091. "version": "1.2.5",
  5092. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  5093. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  5094. "dev": true,
  5095. "license": "MIT",
  5096. "engines": {
  5097. "node": ">=0.10.0"
  5098. }
  5099. },
  5100. "node_modules/wsl-utils": {
  5101. "version": "0.1.0",
  5102. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
  5103. "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
  5104. "dev": true,
  5105. "license": "MIT",
  5106. "dependencies": {
  5107. "is-wsl": "^3.1.0"
  5108. },
  5109. "engines": {
  5110. "node": ">=18"
  5111. },
  5112. "funding": {
  5113. "url": "https://github.com/sponsors/sindresorhus"
  5114. }
  5115. },
  5116. "node_modules/xml-name-validator": {
  5117. "version": "4.0.0",
  5118. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
  5119. "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
  5120. "dev": true,
  5121. "license": "Apache-2.0",
  5122. "engines": {
  5123. "node": ">=12"
  5124. }
  5125. },
  5126. "node_modules/yallist": {
  5127. "version": "3.1.1",
  5128. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  5129. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  5130. "dev": true,
  5131. "license": "ISC"
  5132. },
  5133. "node_modules/yaml": {
  5134. "version": "2.9.0",
  5135. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
  5136. "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
  5137. "license": "ISC",
  5138. "bin": {
  5139. "yaml": "bin.mjs"
  5140. },
  5141. "engines": {
  5142. "node": ">= 14.6"
  5143. },
  5144. "funding": {
  5145. "url": "https://github.com/sponsors/eemeli"
  5146. }
  5147. },
  5148. "node_modules/yocto-queue": {
  5149. "version": "0.1.0",
  5150. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  5151. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  5152. "dev": true,
  5153. "license": "MIT",
  5154. "engines": {
  5155. "node": ">=10"
  5156. },
  5157. "funding": {
  5158. "url": "https://github.com/sponsors/sindresorhus"
  5159. }
  5160. }
  5161. }
  5162. }