package-lock.json 150 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484
  1. {
  2. "name": "factorio-clockmaster",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "factorio-clockmaster",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@emotion/react": "^11.14.0",
  12. "@emotion/styled": "^11.14.1",
  13. "@mui/material": "^7.3.5",
  14. "pako": "^2.1.0",
  15. "react": "^19.2.0",
  16. "react-dom": "^19.2.0",
  17. "react-router": "^8.3.0",
  18. "reactflow": "^11.11.4",
  19. "sharp": "^0.35.3",
  20. "simplebar-react": "^3.3.2",
  21. "zustand": "^5.0.14"
  22. },
  23. "devDependencies": {
  24. "@commander-js/extra-typings": "^14.0.0",
  25. "@eslint/js": "^9.39.1",
  26. "@types/node": "^24.10.0",
  27. "@types/pako": "^2.0.4",
  28. "@types/react": "^19.2.2",
  29. "@types/react-dom": "^19.2.2",
  30. "@vitejs/plugin-react": "^6.0.5",
  31. "babel-plugin-react-compiler": "^1.0.0",
  32. "commander": "^14.0.2",
  33. "eslint": "^9.39.1",
  34. "eslint-plugin-react-hooks": "^7.0.1",
  35. "eslint-plugin-react-refresh": "^0.4.24",
  36. "globals": "^16.5.0",
  37. "handlebars": "^4.7.8",
  38. "ora": "^9.0.0",
  39. "prettier": "^3.6.2",
  40. "ts-node": "^10.9.2",
  41. "tsconfig-paths": "^4.2.0",
  42. "typescript": "~5.9.3",
  43. "typescript-eslint": "^8.46.3",
  44. "vite": "^8.2.0",
  45. "vitest": "^4.1.10"
  46. }
  47. },
  48. "node_modules/@babel/code-frame": {
  49. "version": "7.29.7",
  50. "license": "MIT",
  51. "dependencies": {
  52. "@babel/helper-validator-identifier": "^7.29.7",
  53. "js-tokens": "^4.0.0",
  54. "picocolors": "^1.1.1"
  55. },
  56. "engines": {
  57. "node": ">=6.9.0"
  58. }
  59. },
  60. "node_modules/@babel/compat-data": {
  61. "version": "7.29.7",
  62. "dev": true,
  63. "license": "MIT",
  64. "engines": {
  65. "node": ">=6.9.0"
  66. }
  67. },
  68. "node_modules/@babel/core": {
  69. "version": "7.29.7",
  70. "dev": true,
  71. "license": "MIT",
  72. "dependencies": {
  73. "@babel/code-frame": "^7.29.7",
  74. "@babel/generator": "^7.29.7",
  75. "@babel/helper-compilation-targets": "^7.29.7",
  76. "@babel/helper-module-transforms": "^7.29.7",
  77. "@babel/helpers": "^7.29.7",
  78. "@babel/parser": "^7.29.7",
  79. "@babel/template": "^7.29.7",
  80. "@babel/traverse": "^7.29.7",
  81. "@babel/types": "^7.29.7",
  82. "@jridgewell/remapping": "^2.3.5",
  83. "convert-source-map": "^2.0.0",
  84. "debug": "^4.1.0",
  85. "gensync": "^1.0.0-beta.2",
  86. "json5": "^2.2.3",
  87. "semver": "^6.3.1"
  88. },
  89. "engines": {
  90. "node": ">=6.9.0"
  91. },
  92. "funding": {
  93. "type": "opencollective",
  94. "url": "https://opencollective.com/babel"
  95. }
  96. },
  97. "node_modules/@babel/generator": {
  98. "version": "7.29.8",
  99. "license": "MIT",
  100. "dependencies": {
  101. "@babel/parser": "^7.29.8",
  102. "@babel/types": "^7.29.8",
  103. "@jridgewell/gen-mapping": "^0.3.12",
  104. "@jridgewell/trace-mapping": "^0.3.28",
  105. "jsesc": "^3.0.2"
  106. },
  107. "engines": {
  108. "node": ">=6.9.0"
  109. }
  110. },
  111. "node_modules/@babel/helper-compilation-targets": {
  112. "version": "7.29.7",
  113. "dev": true,
  114. "license": "MIT",
  115. "dependencies": {
  116. "@babel/compat-data": "^7.29.7",
  117. "@babel/helper-validator-option": "^7.29.7",
  118. "browserslist": "^4.24.0",
  119. "lru-cache": "^5.1.1",
  120. "semver": "^6.3.1"
  121. },
  122. "engines": {
  123. "node": ">=6.9.0"
  124. }
  125. },
  126. "node_modules/@babel/helper-globals": {
  127. "version": "7.29.7",
  128. "license": "MIT",
  129. "engines": {
  130. "node": ">=6.9.0"
  131. }
  132. },
  133. "node_modules/@babel/helper-module-imports": {
  134. "version": "7.29.7",
  135. "license": "MIT",
  136. "dependencies": {
  137. "@babel/traverse": "^7.29.7",
  138. "@babel/types": "^7.29.7"
  139. },
  140. "engines": {
  141. "node": ">=6.9.0"
  142. }
  143. },
  144. "node_modules/@babel/helper-module-transforms": {
  145. "version": "7.29.7",
  146. "dev": true,
  147. "license": "MIT",
  148. "dependencies": {
  149. "@babel/helper-module-imports": "^7.29.7",
  150. "@babel/helper-validator-identifier": "^7.29.7",
  151. "@babel/traverse": "^7.29.7"
  152. },
  153. "engines": {
  154. "node": ">=6.9.0"
  155. },
  156. "peerDependencies": {
  157. "@babel/core": "^7.0.0"
  158. }
  159. },
  160. "node_modules/@babel/helper-string-parser": {
  161. "version": "7.29.7",
  162. "license": "MIT",
  163. "engines": {
  164. "node": ">=6.9.0"
  165. }
  166. },
  167. "node_modules/@babel/helper-validator-identifier": {
  168. "version": "7.29.7",
  169. "license": "MIT",
  170. "engines": {
  171. "node": ">=6.9.0"
  172. }
  173. },
  174. "node_modules/@babel/helper-validator-option": {
  175. "version": "7.29.7",
  176. "dev": true,
  177. "license": "MIT",
  178. "engines": {
  179. "node": ">=6.9.0"
  180. }
  181. },
  182. "node_modules/@babel/helpers": {
  183. "version": "7.29.7",
  184. "dev": true,
  185. "license": "MIT",
  186. "dependencies": {
  187. "@babel/template": "^7.29.7",
  188. "@babel/types": "^7.29.7"
  189. },
  190. "engines": {
  191. "node": ">=6.9.0"
  192. }
  193. },
  194. "node_modules/@babel/parser": {
  195. "version": "7.29.8",
  196. "license": "MIT",
  197. "dependencies": {
  198. "@babel/types": "^7.29.8"
  199. },
  200. "bin": {
  201. "parser": "bin/babel-parser.js"
  202. },
  203. "engines": {
  204. "node": ">=6.0.0"
  205. }
  206. },
  207. "node_modules/@babel/runtime": {
  208. "version": "7.28.4",
  209. "license": "MIT",
  210. "engines": {
  211. "node": ">=6.9.0"
  212. }
  213. },
  214. "node_modules/@babel/template": {
  215. "version": "7.29.7",
  216. "license": "MIT",
  217. "dependencies": {
  218. "@babel/code-frame": "^7.29.7",
  219. "@babel/parser": "^7.29.7",
  220. "@babel/types": "^7.29.7"
  221. },
  222. "engines": {
  223. "node": ">=6.9.0"
  224. }
  225. },
  226. "node_modules/@babel/traverse": {
  227. "version": "7.29.8",
  228. "license": "MIT",
  229. "dependencies": {
  230. "@babel/code-frame": "^7.29.7",
  231. "@babel/generator": "^7.29.8",
  232. "@babel/helper-globals": "^7.29.7",
  233. "@babel/parser": "^7.29.8",
  234. "@babel/template": "^7.29.7",
  235. "@babel/types": "^7.29.8",
  236. "debug": "^4.3.1"
  237. },
  238. "engines": {
  239. "node": ">=6.9.0"
  240. }
  241. },
  242. "node_modules/@babel/types": {
  243. "version": "7.29.8",
  244. "license": "MIT",
  245. "dependencies": {
  246. "@babel/helper-string-parser": "^7.29.7",
  247. "@babel/helper-validator-identifier": "^7.29.7"
  248. },
  249. "engines": {
  250. "node": ">=6.9.0"
  251. }
  252. },
  253. "node_modules/@commander-js/extra-typings": {
  254. "version": "14.0.0",
  255. "dev": true,
  256. "license": "MIT",
  257. "peerDependencies": {
  258. "commander": "~14.0.0"
  259. }
  260. },
  261. "node_modules/@cspotcode/source-map-support": {
  262. "version": "0.8.1",
  263. "dev": true,
  264. "license": "MIT",
  265. "dependencies": {
  266. "@jridgewell/trace-mapping": "0.3.9"
  267. },
  268. "engines": {
  269. "node": ">=12"
  270. }
  271. },
  272. "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {
  273. "version": "0.3.9",
  274. "dev": true,
  275. "license": "MIT",
  276. "dependencies": {
  277. "@jridgewell/resolve-uri": "^3.0.3",
  278. "@jridgewell/sourcemap-codec": "^1.4.10"
  279. }
  280. },
  281. "node_modules/@emnapi/runtime": {
  282. "version": "1.11.3",
  283. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.3.tgz",
  284. "integrity": "sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==",
  285. "license": "MIT",
  286. "optional": true,
  287. "dependencies": {
  288. "tslib": "^2.4.0"
  289. }
  290. },
  291. "node_modules/@emotion/babel-plugin": {
  292. "version": "11.13.5",
  293. "license": "MIT",
  294. "dependencies": {
  295. "@babel/helper-module-imports": "^7.16.7",
  296. "@babel/runtime": "^7.18.3",
  297. "@emotion/hash": "^0.9.2",
  298. "@emotion/memoize": "^0.9.0",
  299. "@emotion/serialize": "^1.3.3",
  300. "babel-plugin-macros": "^3.1.0",
  301. "convert-source-map": "^1.5.0",
  302. "escape-string-regexp": "^4.0.0",
  303. "find-root": "^1.1.0",
  304. "source-map": "^0.5.7",
  305. "stylis": "4.2.0"
  306. }
  307. },
  308. "node_modules/@emotion/babel-plugin/node_modules/convert-source-map": {
  309. "version": "1.9.0",
  310. "license": "MIT"
  311. },
  312. "node_modules/@emotion/babel-plugin/node_modules/source-map": {
  313. "version": "0.5.7",
  314. "license": "BSD-3-Clause",
  315. "engines": {
  316. "node": ">=0.10.0"
  317. }
  318. },
  319. "node_modules/@emotion/cache": {
  320. "version": "11.14.0",
  321. "license": "MIT",
  322. "dependencies": {
  323. "@emotion/memoize": "^0.9.0",
  324. "@emotion/sheet": "^1.4.0",
  325. "@emotion/utils": "^1.4.2",
  326. "@emotion/weak-memoize": "^0.4.0",
  327. "stylis": "4.2.0"
  328. }
  329. },
  330. "node_modules/@emotion/hash": {
  331. "version": "0.9.2",
  332. "license": "MIT"
  333. },
  334. "node_modules/@emotion/is-prop-valid": {
  335. "version": "1.4.0",
  336. "license": "MIT",
  337. "dependencies": {
  338. "@emotion/memoize": "^0.9.0"
  339. }
  340. },
  341. "node_modules/@emotion/memoize": {
  342. "version": "0.9.0",
  343. "license": "MIT"
  344. },
  345. "node_modules/@emotion/react": {
  346. "version": "11.14.0",
  347. "license": "MIT",
  348. "dependencies": {
  349. "@babel/runtime": "^7.18.3",
  350. "@emotion/babel-plugin": "^11.13.5",
  351. "@emotion/cache": "^11.14.0",
  352. "@emotion/serialize": "^1.3.3",
  353. "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
  354. "@emotion/utils": "^1.4.2",
  355. "@emotion/weak-memoize": "^0.4.0",
  356. "hoist-non-react-statics": "^3.3.1"
  357. },
  358. "peerDependencies": {
  359. "react": ">=16.8.0"
  360. },
  361. "peerDependenciesMeta": {
  362. "@types/react": {
  363. "optional": true
  364. }
  365. }
  366. },
  367. "node_modules/@emotion/serialize": {
  368. "version": "1.3.3",
  369. "license": "MIT",
  370. "dependencies": {
  371. "@emotion/hash": "^0.9.2",
  372. "@emotion/memoize": "^0.9.0",
  373. "@emotion/unitless": "^0.10.0",
  374. "@emotion/utils": "^1.4.2",
  375. "csstype": "^3.0.2"
  376. }
  377. },
  378. "node_modules/@emotion/sheet": {
  379. "version": "1.4.0",
  380. "license": "MIT"
  381. },
  382. "node_modules/@emotion/styled": {
  383. "version": "11.14.1",
  384. "license": "MIT",
  385. "dependencies": {
  386. "@babel/runtime": "^7.18.3",
  387. "@emotion/babel-plugin": "^11.13.5",
  388. "@emotion/is-prop-valid": "^1.3.0",
  389. "@emotion/serialize": "^1.3.3",
  390. "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
  391. "@emotion/utils": "^1.4.2"
  392. },
  393. "peerDependencies": {
  394. "@emotion/react": "^11.0.0-rc.0",
  395. "react": ">=16.8.0"
  396. },
  397. "peerDependenciesMeta": {
  398. "@types/react": {
  399. "optional": true
  400. }
  401. }
  402. },
  403. "node_modules/@emotion/unitless": {
  404. "version": "0.10.0",
  405. "license": "MIT"
  406. },
  407. "node_modules/@emotion/use-insertion-effect-with-fallbacks": {
  408. "version": "1.2.0",
  409. "license": "MIT",
  410. "peerDependencies": {
  411. "react": ">=16.8.0"
  412. }
  413. },
  414. "node_modules/@emotion/utils": {
  415. "version": "1.4.2",
  416. "license": "MIT"
  417. },
  418. "node_modules/@emotion/weak-memoize": {
  419. "version": "0.4.0",
  420. "license": "MIT"
  421. },
  422. "node_modules/@eslint-community/eslint-utils": {
  423. "version": "4.9.0",
  424. "dev": true,
  425. "license": "MIT",
  426. "dependencies": {
  427. "eslint-visitor-keys": "^3.4.3"
  428. },
  429. "engines": {
  430. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  431. },
  432. "funding": {
  433. "url": "https://opencollective.com/eslint"
  434. },
  435. "peerDependencies": {
  436. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  437. }
  438. },
  439. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  440. "version": "3.4.3",
  441. "dev": true,
  442. "license": "Apache-2.0",
  443. "engines": {
  444. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  445. },
  446. "funding": {
  447. "url": "https://opencollective.com/eslint"
  448. }
  449. },
  450. "node_modules/@eslint-community/regexpp": {
  451. "version": "4.12.2",
  452. "dev": true,
  453. "license": "MIT",
  454. "engines": {
  455. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  456. }
  457. },
  458. "node_modules/@eslint/config-array": {
  459. "version": "0.21.1",
  460. "dev": true,
  461. "license": "Apache-2.0",
  462. "dependencies": {
  463. "@eslint/object-schema": "^2.1.7",
  464. "debug": "^4.3.1",
  465. "minimatch": "^3.1.2"
  466. },
  467. "engines": {
  468. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  469. }
  470. },
  471. "node_modules/@eslint/config-helpers": {
  472. "version": "0.4.2",
  473. "dev": true,
  474. "license": "Apache-2.0",
  475. "dependencies": {
  476. "@eslint/core": "^0.17.0"
  477. },
  478. "engines": {
  479. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  480. }
  481. },
  482. "node_modules/@eslint/core": {
  483. "version": "0.17.0",
  484. "dev": true,
  485. "license": "Apache-2.0",
  486. "dependencies": {
  487. "@types/json-schema": "^7.0.15"
  488. },
  489. "engines": {
  490. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  491. }
  492. },
  493. "node_modules/@eslint/eslintrc": {
  494. "version": "3.3.1",
  495. "dev": true,
  496. "license": "MIT",
  497. "dependencies": {
  498. "ajv": "^6.12.4",
  499. "debug": "^4.3.2",
  500. "espree": "^10.0.1",
  501. "globals": "^14.0.0",
  502. "ignore": "^5.2.0",
  503. "import-fresh": "^3.2.1",
  504. "js-yaml": "^4.1.0",
  505. "minimatch": "^3.1.2",
  506. "strip-json-comments": "^3.1.1"
  507. },
  508. "engines": {
  509. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  510. },
  511. "funding": {
  512. "url": "https://opencollective.com/eslint"
  513. }
  514. },
  515. "node_modules/@eslint/eslintrc/node_modules/globals": {
  516. "version": "14.0.0",
  517. "dev": true,
  518. "license": "MIT",
  519. "engines": {
  520. "node": ">=18"
  521. },
  522. "funding": {
  523. "url": "https://github.com/sponsors/sindresorhus"
  524. }
  525. },
  526. "node_modules/@eslint/js": {
  527. "version": "9.39.1",
  528. "dev": true,
  529. "license": "MIT",
  530. "engines": {
  531. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  532. },
  533. "funding": {
  534. "url": "https://eslint.org/donate"
  535. }
  536. },
  537. "node_modules/@eslint/object-schema": {
  538. "version": "2.1.7",
  539. "dev": true,
  540. "license": "Apache-2.0",
  541. "engines": {
  542. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  543. }
  544. },
  545. "node_modules/@eslint/plugin-kit": {
  546. "version": "0.4.1",
  547. "dev": true,
  548. "license": "Apache-2.0",
  549. "dependencies": {
  550. "@eslint/core": "^0.17.0",
  551. "levn": "^0.4.1"
  552. },
  553. "engines": {
  554. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  555. }
  556. },
  557. "node_modules/@humanfs/core": {
  558. "version": "0.19.1",
  559. "dev": true,
  560. "license": "Apache-2.0",
  561. "engines": {
  562. "node": ">=18.18.0"
  563. }
  564. },
  565. "node_modules/@humanfs/node": {
  566. "version": "0.16.7",
  567. "dev": true,
  568. "license": "Apache-2.0",
  569. "dependencies": {
  570. "@humanfs/core": "^0.19.1",
  571. "@humanwhocodes/retry": "^0.4.0"
  572. },
  573. "engines": {
  574. "node": ">=18.18.0"
  575. }
  576. },
  577. "node_modules/@humanwhocodes/module-importer": {
  578. "version": "1.0.1",
  579. "dev": true,
  580. "license": "Apache-2.0",
  581. "engines": {
  582. "node": ">=12.22"
  583. },
  584. "funding": {
  585. "type": "github",
  586. "url": "https://github.com/sponsors/nzakas"
  587. }
  588. },
  589. "node_modules/@humanwhocodes/retry": {
  590. "version": "0.4.3",
  591. "dev": true,
  592. "license": "Apache-2.0",
  593. "engines": {
  594. "node": ">=18.18"
  595. },
  596. "funding": {
  597. "type": "github",
  598. "url": "https://github.com/sponsors/nzakas"
  599. }
  600. },
  601. "node_modules/@img/colour": {
  602. "version": "1.1.0",
  603. "license": "MIT",
  604. "engines": {
  605. "node": ">=18"
  606. }
  607. },
  608. "node_modules/@img/sharp-darwin-arm64": {
  609. "version": "0.35.3",
  610. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.35.3.tgz",
  611. "integrity": "sha512-RMnFX7YQsMoh7lWfcM4NEHHymBX/rLuKNPVM84XE9ONPcaSCDgE7CHIHpSgPcO2xcRthgBy1HfNO319mwhIAkg==",
  612. "cpu": [
  613. "arm64"
  614. ],
  615. "license": "Apache-2.0",
  616. "optional": true,
  617. "os": [
  618. "darwin"
  619. ],
  620. "engines": {
  621. "node": ">=20.9.0"
  622. },
  623. "funding": {
  624. "url": "https://opencollective.com/libvips"
  625. },
  626. "optionalDependencies": {
  627. "@img/sharp-libvips-darwin-arm64": "1.3.2"
  628. }
  629. },
  630. "node_modules/@img/sharp-darwin-x64": {
  631. "version": "0.35.3",
  632. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.35.3.tgz",
  633. "integrity": "sha512-Xo+5uFBtLN0BKqieTxiFzFPQAUlBbbH5iBKyRX/z1JrbnYsHTfKJnUfL8+p2TPXr1pXqao4eeL4Rl144uDpK9w==",
  634. "cpu": [
  635. "x64"
  636. ],
  637. "license": "Apache-2.0",
  638. "optional": true,
  639. "os": [
  640. "darwin"
  641. ],
  642. "engines": {
  643. "node": ">=20.9.0"
  644. },
  645. "funding": {
  646. "url": "https://opencollective.com/libvips"
  647. },
  648. "optionalDependencies": {
  649. "@img/sharp-libvips-darwin-x64": "1.3.2"
  650. }
  651. },
  652. "node_modules/@img/sharp-freebsd-wasm32": {
  653. "version": "0.35.3",
  654. "resolved": "https://registry.npmjs.org/@img/sharp-freebsd-wasm32/-/sharp-freebsd-wasm32-0.35.3.tgz",
  655. "integrity": "sha512-lUxcqWIj2wMQ9BrwNjngcr1gWUr5xgaGThBRqPPalIC2n67Cqj1uPh8NnA/ZhAg8hUbKl+kVHKwgUIwe6ZYPrg==",
  656. "license": "Apache-2.0",
  657. "optional": true,
  658. "os": [
  659. "freebsd"
  660. ],
  661. "dependencies": {
  662. "@img/sharp-wasm32": "0.35.3"
  663. },
  664. "engines": {
  665. "node": ">=20.9.0"
  666. },
  667. "funding": {
  668. "url": "https://opencollective.com/libvips"
  669. }
  670. },
  671. "node_modules/@img/sharp-libvips-darwin-arm64": {
  672. "version": "1.3.2",
  673. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.3.2.tgz",
  674. "integrity": "sha512-9J6ypZFpQBj4YnePGoq/S38w6nz+vqg5WZLrLGY4YuSemdMq47GMLBPO42MzwdGwpg/agZ7xzZcFHa48xlywfg==",
  675. "cpu": [
  676. "arm64"
  677. ],
  678. "license": "LGPL-3.0-or-later",
  679. "optional": true,
  680. "os": [
  681. "darwin"
  682. ],
  683. "funding": {
  684. "url": "https://opencollective.com/libvips"
  685. }
  686. },
  687. "node_modules/@img/sharp-libvips-darwin-x64": {
  688. "version": "1.3.2",
  689. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.3.2.tgz",
  690. "integrity": "sha512-m2pW1n6cns9VaubNwsZ+c3CRYjxNQWgJ5gPlnL1nbBcpkBvFm6SCFN5o0psFHI8w9n11NKhFkeEDns98tiqbEw==",
  691. "cpu": [
  692. "x64"
  693. ],
  694. "license": "LGPL-3.0-or-later",
  695. "optional": true,
  696. "os": [
  697. "darwin"
  698. ],
  699. "funding": {
  700. "url": "https://opencollective.com/libvips"
  701. }
  702. },
  703. "node_modules/@img/sharp-libvips-linux-arm": {
  704. "version": "1.3.2",
  705. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.3.2.tgz",
  706. "integrity": "sha512-1eMLzy92I4J6rmi4mAT8yC3HxOtniyGELlzGbNMLLeqe052ahFQ0h6LFq+lh5DsDIdYViIDst08abvSbcEdLXQ==",
  707. "cpu": [
  708. "arm"
  709. ],
  710. "libc": [
  711. "glibc"
  712. ],
  713. "license": "LGPL-3.0-or-later",
  714. "optional": true,
  715. "os": [
  716. "linux"
  717. ],
  718. "funding": {
  719. "url": "https://opencollective.com/libvips"
  720. }
  721. },
  722. "node_modules/@img/sharp-libvips-linux-arm64": {
  723. "version": "1.3.2",
  724. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.3.2.tgz",
  725. "integrity": "sha512-dqVSFynCox4C/J8kT16V7SIFAns0IjgLwkvYT7p8LQVmJ5OS5b6tI9IGflxTeuBS//zXeFIUbwt5dwxyZ17cnA==",
  726. "cpu": [
  727. "arm64"
  728. ],
  729. "libc": [
  730. "glibc"
  731. ],
  732. "license": "LGPL-3.0-or-later",
  733. "optional": true,
  734. "os": [
  735. "linux"
  736. ],
  737. "funding": {
  738. "url": "https://opencollective.com/libvips"
  739. }
  740. },
  741. "node_modules/@img/sharp-libvips-linux-ppc64": {
  742. "version": "1.3.2",
  743. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.3.2.tgz",
  744. "integrity": "sha512-3z0NHDxD6n5I9gc05U1eW1AyRm+Gznzq3naMrthPNqE6oYykcogW0l/jfpJdjYnuNl8R7yI9pNbE1XiUeyq0Aw==",
  745. "cpu": [
  746. "ppc64"
  747. ],
  748. "libc": [
  749. "glibc"
  750. ],
  751. "license": "LGPL-3.0-or-later",
  752. "optional": true,
  753. "os": [
  754. "linux"
  755. ],
  756. "funding": {
  757. "url": "https://opencollective.com/libvips"
  758. }
  759. },
  760. "node_modules/@img/sharp-libvips-linux-riscv64": {
  761. "version": "1.3.2",
  762. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.3.2.tgz",
  763. "integrity": "sha512-bsb4rI+NldGOsXuej2r8OdSS8+zXDVaCWxyWrcv6kneTOlgAHtZABRzBBCwdsPiD90J4myNJuHpg6kA20ImW/w==",
  764. "cpu": [
  765. "riscv64"
  766. ],
  767. "libc": [
  768. "glibc"
  769. ],
  770. "license": "LGPL-3.0-or-later",
  771. "optional": true,
  772. "os": [
  773. "linux"
  774. ],
  775. "funding": {
  776. "url": "https://opencollective.com/libvips"
  777. }
  778. },
  779. "node_modules/@img/sharp-libvips-linux-s390x": {
  780. "version": "1.3.2",
  781. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.3.2.tgz",
  782. "integrity": "sha512-/ABshyj8gCpyIrNXnHn4LorDJ0HHm1VhXPBlxZ8zAtfVPAaSafXPGn+sUSIRiwaSBy0mmFjSjiXI5mkcwdChKQ==",
  783. "cpu": [
  784. "s390x"
  785. ],
  786. "libc": [
  787. "glibc"
  788. ],
  789. "license": "LGPL-3.0-or-later",
  790. "optional": true,
  791. "os": [
  792. "linux"
  793. ],
  794. "funding": {
  795. "url": "https://opencollective.com/libvips"
  796. }
  797. },
  798. "node_modules/@img/sharp-libvips-linux-x64": {
  799. "version": "1.3.2",
  800. "cpu": [
  801. "x64"
  802. ],
  803. "libc": [
  804. "glibc"
  805. ],
  806. "license": "LGPL-3.0-or-later",
  807. "optional": true,
  808. "os": [
  809. "linux"
  810. ],
  811. "funding": {
  812. "url": "https://opencollective.com/libvips"
  813. }
  814. },
  815. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  816. "version": "1.3.2",
  817. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.3.2.tgz",
  818. "integrity": "sha512-zE9EdiUzUmg5mDT5a1rk5fYJ6GWPloTwWBYDS14naqHsL+EaMpDj1AWnpLgh3u0YCORv2Tt50wrcrpYqkP97Kw==",
  819. "cpu": [
  820. "arm64"
  821. ],
  822. "libc": [
  823. "musl"
  824. ],
  825. "license": "LGPL-3.0-or-later",
  826. "optional": true,
  827. "os": [
  828. "linux"
  829. ],
  830. "funding": {
  831. "url": "https://opencollective.com/libvips"
  832. }
  833. },
  834. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  835. "version": "1.3.2",
  836. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.3.2.tgz",
  837. "integrity": "sha512-m0lrLiUt+lBYnCFr8qV/65yMR4E/c7/wf78I5eKTdkEakFAlZ9QlzEM3QIhhAwVeUhLAHLcCq7a7Vszq/oFNZQ==",
  838. "cpu": [
  839. "x64"
  840. ],
  841. "libc": [
  842. "musl"
  843. ],
  844. "license": "LGPL-3.0-or-later",
  845. "optional": true,
  846. "os": [
  847. "linux"
  848. ],
  849. "funding": {
  850. "url": "https://opencollective.com/libvips"
  851. }
  852. },
  853. "node_modules/@img/sharp-linux-arm": {
  854. "version": "0.35.3",
  855. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.35.3.tgz",
  856. "integrity": "sha512-affVWCTLooy8TSxbDx2qkzuDeaWLNVBA+P//FNBirHsXpP2fuBhk5AuboYUnrDnzoXes8GFjpTx0SBFOCRg+FA==",
  857. "cpu": [
  858. "arm"
  859. ],
  860. "libc": [
  861. "glibc"
  862. ],
  863. "license": "Apache-2.0",
  864. "optional": true,
  865. "os": [
  866. "linux"
  867. ],
  868. "engines": {
  869. "node": ">=20.9.0"
  870. },
  871. "funding": {
  872. "url": "https://opencollective.com/libvips"
  873. },
  874. "optionalDependencies": {
  875. "@img/sharp-libvips-linux-arm": "1.3.2"
  876. }
  877. },
  878. "node_modules/@img/sharp-linux-arm64": {
  879. "version": "0.35.3",
  880. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.35.3.tgz",
  881. "integrity": "sha512-QgKDspHPnrU+GQ55XPhGwyhC8acLVOOSyAvo1oVfFmrIXLkDNmGWzAfDZ4xK8oSA1qBQrALcHX0G5UZni/SuFQ==",
  882. "cpu": [
  883. "arm64"
  884. ],
  885. "libc": [
  886. "glibc"
  887. ],
  888. "license": "Apache-2.0",
  889. "optional": true,
  890. "os": [
  891. "linux"
  892. ],
  893. "engines": {
  894. "node": ">=20.9.0"
  895. },
  896. "funding": {
  897. "url": "https://opencollective.com/libvips"
  898. },
  899. "optionalDependencies": {
  900. "@img/sharp-libvips-linux-arm64": "1.3.2"
  901. }
  902. },
  903. "node_modules/@img/sharp-linux-ppc64": {
  904. "version": "0.35.3",
  905. "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.35.3.tgz",
  906. "integrity": "sha512-sMd8rDxmpLOwv/7N44klFjOD5DUO7FLdjiXDI0hoxYaf7Ar262dQIEkosE98bps+5HPLtp/EvNqeqQtOycP/IA==",
  907. "cpu": [
  908. "ppc64"
  909. ],
  910. "libc": [
  911. "glibc"
  912. ],
  913. "license": "Apache-2.0",
  914. "optional": true,
  915. "os": [
  916. "linux"
  917. ],
  918. "engines": {
  919. "node": ">=20.9.0"
  920. },
  921. "funding": {
  922. "url": "https://opencollective.com/libvips"
  923. },
  924. "optionalDependencies": {
  925. "@img/sharp-libvips-linux-ppc64": "1.3.2"
  926. }
  927. },
  928. "node_modules/@img/sharp-linux-riscv64": {
  929. "version": "0.35.3",
  930. "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.35.3.tgz",
  931. "integrity": "sha512-0Eob78yjlYPfL5vMNWAW55l3R9Y6BQS/gOfe0ZcP9mEz9ohhKSt4im1hayiknXgf8AWrFqMvJcKIdmLmEe7yeQ==",
  932. "cpu": [
  933. "riscv64"
  934. ],
  935. "libc": [
  936. "glibc"
  937. ],
  938. "license": "Apache-2.0",
  939. "optional": true,
  940. "os": [
  941. "linux"
  942. ],
  943. "engines": {
  944. "node": ">=20.9.0"
  945. },
  946. "funding": {
  947. "url": "https://opencollective.com/libvips"
  948. },
  949. "optionalDependencies": {
  950. "@img/sharp-libvips-linux-riscv64": "1.3.2"
  951. }
  952. },
  953. "node_modules/@img/sharp-linux-s390x": {
  954. "version": "0.35.3",
  955. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.35.3.tgz",
  956. "integrity": "sha512-KgAxQ0DxpNOq1rG2t5cgTgShJFGSuU7XO45cqC+1NVOuZnP6tlgZRuSYOfNupGkHID0o3cJOsw4DVeJpMovcGw==",
  957. "cpu": [
  958. "s390x"
  959. ],
  960. "libc": [
  961. "glibc"
  962. ],
  963. "license": "Apache-2.0",
  964. "optional": true,
  965. "os": [
  966. "linux"
  967. ],
  968. "engines": {
  969. "node": ">=20.9.0"
  970. },
  971. "funding": {
  972. "url": "https://opencollective.com/libvips"
  973. },
  974. "optionalDependencies": {
  975. "@img/sharp-libvips-linux-s390x": "1.3.2"
  976. }
  977. },
  978. "node_modules/@img/sharp-linux-x64": {
  979. "version": "0.35.3",
  980. "cpu": [
  981. "x64"
  982. ],
  983. "libc": [
  984. "glibc"
  985. ],
  986. "license": "Apache-2.0",
  987. "optional": true,
  988. "os": [
  989. "linux"
  990. ],
  991. "engines": {
  992. "node": ">=20.9.0"
  993. },
  994. "funding": {
  995. "url": "https://opencollective.com/libvips"
  996. },
  997. "optionalDependencies": {
  998. "@img/sharp-libvips-linux-x64": "1.3.2"
  999. }
  1000. },
  1001. "node_modules/@img/sharp-linuxmusl-arm64": {
  1002. "version": "0.35.3",
  1003. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.35.3.tgz",
  1004. "integrity": "sha512-Vz0iQjzzcSX3HCbfwFfCSG/9SCIqyO0mH2sXyiHaAYfBk0cRsCWXRyQYX0ovCK/PAQBbTzQ0dsPQHh5MAFL59w==",
  1005. "cpu": [
  1006. "arm64"
  1007. ],
  1008. "libc": [
  1009. "musl"
  1010. ],
  1011. "license": "Apache-2.0",
  1012. "optional": true,
  1013. "os": [
  1014. "linux"
  1015. ],
  1016. "engines": {
  1017. "node": ">=20.9.0"
  1018. },
  1019. "funding": {
  1020. "url": "https://opencollective.com/libvips"
  1021. },
  1022. "optionalDependencies": {
  1023. "@img/sharp-libvips-linuxmusl-arm64": "1.3.2"
  1024. }
  1025. },
  1026. "node_modules/@img/sharp-linuxmusl-x64": {
  1027. "version": "0.35.3",
  1028. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.35.3.tgz",
  1029. "integrity": "sha512-6O1NPKcDVj9QEdg7Hx549EX8U0rp6yXQERqru6yRN7fGBn32UvIRJUlWnk+8xDCiG76hXVBbX82NZ/ZKr0euIg==",
  1030. "cpu": [
  1031. "x64"
  1032. ],
  1033. "libc": [
  1034. "musl"
  1035. ],
  1036. "license": "Apache-2.0",
  1037. "optional": true,
  1038. "os": [
  1039. "linux"
  1040. ],
  1041. "engines": {
  1042. "node": ">=20.9.0"
  1043. },
  1044. "funding": {
  1045. "url": "https://opencollective.com/libvips"
  1046. },
  1047. "optionalDependencies": {
  1048. "@img/sharp-libvips-linuxmusl-x64": "1.3.2"
  1049. }
  1050. },
  1051. "node_modules/@img/sharp-wasm32": {
  1052. "version": "0.35.3",
  1053. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.35.3.tgz",
  1054. "integrity": "sha512-cZ0XkcYGpHZkqW6iCkqTcmUC0CD9DhD5d/qeZlZkfRBn6GnHniZXLUo5+9xw8Iv76YE6LQFN9YNBlKREcCG76w==",
  1055. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  1056. "optional": true,
  1057. "dependencies": {
  1058. "@emnapi/runtime": "^1.11.1"
  1059. },
  1060. "engines": {
  1061. "node": ">=20.9.0"
  1062. },
  1063. "funding": {
  1064. "url": "https://opencollective.com/libvips"
  1065. }
  1066. },
  1067. "node_modules/@img/sharp-webcontainers-wasm32": {
  1068. "version": "0.35.3",
  1069. "resolved": "https://registry.npmjs.org/@img/sharp-webcontainers-wasm32/-/sharp-webcontainers-wasm32-0.35.3.tgz",
  1070. "integrity": "sha512-2rnq7bX3NzeR2T4YWgz8qiG4h3TSdMe+vN1iQXpJleSJ3SM5zQ8Fy2SyyXAWlbxpEZ2Y+Z4u1BePgJEYbSy80Q==",
  1071. "cpu": [
  1072. "wasm32"
  1073. ],
  1074. "license": "Apache-2.0",
  1075. "optional": true,
  1076. "dependencies": {
  1077. "@img/sharp-wasm32": "0.35.3"
  1078. },
  1079. "engines": {
  1080. "node": ">=20.9.0"
  1081. },
  1082. "funding": {
  1083. "url": "https://opencollective.com/libvips"
  1084. }
  1085. },
  1086. "node_modules/@img/sharp-win32-arm64": {
  1087. "version": "0.35.3",
  1088. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.35.3.tgz",
  1089. "integrity": "sha512-4bPwFdMbeC4JQ8L8LOyWp6nsHcboP5fxkp6iPOXz2Vg49R42TuMs2whkJ5OAP4/Ul035qOzy0AecOF9VOscn4w==",
  1090. "cpu": [
  1091. "arm64"
  1092. ],
  1093. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1094. "optional": true,
  1095. "os": [
  1096. "win32"
  1097. ],
  1098. "engines": {
  1099. "node": ">=20.9.0"
  1100. },
  1101. "funding": {
  1102. "url": "https://opencollective.com/libvips"
  1103. }
  1104. },
  1105. "node_modules/@img/sharp-win32-ia32": {
  1106. "version": "0.35.3",
  1107. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.35.3.tgz",
  1108. "integrity": "sha512-r53mXsBN6lFUDiST764SvgwUdHAqM4rPAiDzAmf4fLoB6X/rkfyTrLCg6+g17wJJiCmB3JYgHuUldCWUIRFSXw==",
  1109. "cpu": [
  1110. "ia32"
  1111. ],
  1112. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1113. "optional": true,
  1114. "os": [
  1115. "win32"
  1116. ],
  1117. "engines": {
  1118. "node": "^20.9.0"
  1119. },
  1120. "funding": {
  1121. "url": "https://opencollective.com/libvips"
  1122. }
  1123. },
  1124. "node_modules/@img/sharp-win32-x64": {
  1125. "version": "0.35.3",
  1126. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.35.3.tgz",
  1127. "integrity": "sha512-D4y1vNeZrIIJCN+uHaWVtH86B+aCrdMYYjicy9pXHvbGZeGYLLSd3wdVuC37FxVXlU1ARsk84eKWfWMXGYEqvA==",
  1128. "cpu": [
  1129. "x64"
  1130. ],
  1131. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1132. "optional": true,
  1133. "os": [
  1134. "win32"
  1135. ],
  1136. "engines": {
  1137. "node": ">=20.9.0"
  1138. },
  1139. "funding": {
  1140. "url": "https://opencollective.com/libvips"
  1141. }
  1142. },
  1143. "node_modules/@jridgewell/gen-mapping": {
  1144. "version": "0.3.13",
  1145. "license": "MIT",
  1146. "dependencies": {
  1147. "@jridgewell/sourcemap-codec": "^1.5.0",
  1148. "@jridgewell/trace-mapping": "^0.3.24"
  1149. }
  1150. },
  1151. "node_modules/@jridgewell/remapping": {
  1152. "version": "2.3.5",
  1153. "dev": true,
  1154. "license": "MIT",
  1155. "dependencies": {
  1156. "@jridgewell/gen-mapping": "^0.3.5",
  1157. "@jridgewell/trace-mapping": "^0.3.24"
  1158. }
  1159. },
  1160. "node_modules/@jridgewell/resolve-uri": {
  1161. "version": "3.1.2",
  1162. "license": "MIT",
  1163. "engines": {
  1164. "node": ">=6.0.0"
  1165. }
  1166. },
  1167. "node_modules/@jridgewell/sourcemap-codec": {
  1168. "version": "1.5.5",
  1169. "license": "MIT"
  1170. },
  1171. "node_modules/@jridgewell/trace-mapping": {
  1172. "version": "0.3.31",
  1173. "license": "MIT",
  1174. "dependencies": {
  1175. "@jridgewell/resolve-uri": "^3.1.0",
  1176. "@jridgewell/sourcemap-codec": "^1.4.14"
  1177. }
  1178. },
  1179. "node_modules/@mui/core-downloads-tracker": {
  1180. "version": "7.3.5",
  1181. "license": "MIT",
  1182. "funding": {
  1183. "type": "opencollective",
  1184. "url": "https://opencollective.com/mui-org"
  1185. }
  1186. },
  1187. "node_modules/@mui/material": {
  1188. "version": "7.3.5",
  1189. "license": "MIT",
  1190. "dependencies": {
  1191. "@babel/runtime": "^7.28.4",
  1192. "@mui/core-downloads-tracker": "^7.3.5",
  1193. "@mui/system": "^7.3.5",
  1194. "@mui/types": "^7.4.8",
  1195. "@mui/utils": "^7.3.5",
  1196. "@popperjs/core": "^2.11.8",
  1197. "@types/react-transition-group": "^4.4.12",
  1198. "clsx": "^2.1.1",
  1199. "csstype": "^3.1.3",
  1200. "prop-types": "^15.8.1",
  1201. "react-is": "^19.2.0",
  1202. "react-transition-group": "^4.4.5"
  1203. },
  1204. "engines": {
  1205. "node": ">=14.0.0"
  1206. },
  1207. "funding": {
  1208. "type": "opencollective",
  1209. "url": "https://opencollective.com/mui-org"
  1210. },
  1211. "peerDependencies": {
  1212. "@emotion/react": "^11.5.0",
  1213. "@emotion/styled": "^11.3.0",
  1214. "@mui/material-pigment-css": "^7.3.5",
  1215. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  1216. "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  1217. "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  1218. },
  1219. "peerDependenciesMeta": {
  1220. "@emotion/react": {
  1221. "optional": true
  1222. },
  1223. "@emotion/styled": {
  1224. "optional": true
  1225. },
  1226. "@mui/material-pigment-css": {
  1227. "optional": true
  1228. },
  1229. "@types/react": {
  1230. "optional": true
  1231. }
  1232. }
  1233. },
  1234. "node_modules/@mui/private-theming": {
  1235. "version": "7.3.5",
  1236. "license": "MIT",
  1237. "dependencies": {
  1238. "@babel/runtime": "^7.28.4",
  1239. "@mui/utils": "^7.3.5",
  1240. "prop-types": "^15.8.1"
  1241. },
  1242. "engines": {
  1243. "node": ">=14.0.0"
  1244. },
  1245. "funding": {
  1246. "type": "opencollective",
  1247. "url": "https://opencollective.com/mui-org"
  1248. },
  1249. "peerDependencies": {
  1250. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  1251. "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  1252. },
  1253. "peerDependenciesMeta": {
  1254. "@types/react": {
  1255. "optional": true
  1256. }
  1257. }
  1258. },
  1259. "node_modules/@mui/styled-engine": {
  1260. "version": "7.3.5",
  1261. "license": "MIT",
  1262. "dependencies": {
  1263. "@babel/runtime": "^7.28.4",
  1264. "@emotion/cache": "^11.14.0",
  1265. "@emotion/serialize": "^1.3.3",
  1266. "@emotion/sheet": "^1.4.0",
  1267. "csstype": "^3.1.3",
  1268. "prop-types": "^15.8.1"
  1269. },
  1270. "engines": {
  1271. "node": ">=14.0.0"
  1272. },
  1273. "funding": {
  1274. "type": "opencollective",
  1275. "url": "https://opencollective.com/mui-org"
  1276. },
  1277. "peerDependencies": {
  1278. "@emotion/react": "^11.4.1",
  1279. "@emotion/styled": "^11.3.0",
  1280. "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  1281. },
  1282. "peerDependenciesMeta": {
  1283. "@emotion/react": {
  1284. "optional": true
  1285. },
  1286. "@emotion/styled": {
  1287. "optional": true
  1288. }
  1289. }
  1290. },
  1291. "node_modules/@mui/system": {
  1292. "version": "7.3.5",
  1293. "license": "MIT",
  1294. "dependencies": {
  1295. "@babel/runtime": "^7.28.4",
  1296. "@mui/private-theming": "^7.3.5",
  1297. "@mui/styled-engine": "^7.3.5",
  1298. "@mui/types": "^7.4.8",
  1299. "@mui/utils": "^7.3.5",
  1300. "clsx": "^2.1.1",
  1301. "csstype": "^3.1.3",
  1302. "prop-types": "^15.8.1"
  1303. },
  1304. "engines": {
  1305. "node": ">=14.0.0"
  1306. },
  1307. "funding": {
  1308. "type": "opencollective",
  1309. "url": "https://opencollective.com/mui-org"
  1310. },
  1311. "peerDependencies": {
  1312. "@emotion/react": "^11.5.0",
  1313. "@emotion/styled": "^11.3.0",
  1314. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  1315. "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  1316. },
  1317. "peerDependenciesMeta": {
  1318. "@emotion/react": {
  1319. "optional": true
  1320. },
  1321. "@emotion/styled": {
  1322. "optional": true
  1323. },
  1324. "@types/react": {
  1325. "optional": true
  1326. }
  1327. }
  1328. },
  1329. "node_modules/@mui/types": {
  1330. "version": "7.4.8",
  1331. "license": "MIT",
  1332. "dependencies": {
  1333. "@babel/runtime": "^7.28.4"
  1334. },
  1335. "peerDependencies": {
  1336. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  1337. },
  1338. "peerDependenciesMeta": {
  1339. "@types/react": {
  1340. "optional": true
  1341. }
  1342. }
  1343. },
  1344. "node_modules/@mui/utils": {
  1345. "version": "7.3.5",
  1346. "license": "MIT",
  1347. "dependencies": {
  1348. "@babel/runtime": "^7.28.4",
  1349. "@mui/types": "^7.4.8",
  1350. "@types/prop-types": "^15.7.15",
  1351. "clsx": "^2.1.1",
  1352. "prop-types": "^15.8.1",
  1353. "react-is": "^19.2.0"
  1354. },
  1355. "engines": {
  1356. "node": ">=14.0.0"
  1357. },
  1358. "funding": {
  1359. "type": "opencollective",
  1360. "url": "https://opencollective.com/mui-org"
  1361. },
  1362. "peerDependencies": {
  1363. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  1364. "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  1365. },
  1366. "peerDependenciesMeta": {
  1367. "@types/react": {
  1368. "optional": true
  1369. }
  1370. }
  1371. },
  1372. "node_modules/@nodelib/fs.scandir": {
  1373. "version": "2.1.5",
  1374. "dev": true,
  1375. "license": "MIT",
  1376. "dependencies": {
  1377. "@nodelib/fs.stat": "2.0.5",
  1378. "run-parallel": "^1.1.9"
  1379. },
  1380. "engines": {
  1381. "node": ">= 8"
  1382. }
  1383. },
  1384. "node_modules/@nodelib/fs.stat": {
  1385. "version": "2.0.5",
  1386. "dev": true,
  1387. "license": "MIT",
  1388. "engines": {
  1389. "node": ">= 8"
  1390. }
  1391. },
  1392. "node_modules/@nodelib/fs.walk": {
  1393. "version": "1.2.8",
  1394. "dev": true,
  1395. "license": "MIT",
  1396. "dependencies": {
  1397. "@nodelib/fs.scandir": "2.1.5",
  1398. "fastq": "^1.6.0"
  1399. },
  1400. "engines": {
  1401. "node": ">= 8"
  1402. }
  1403. },
  1404. "node_modules/@oxc-project/types": {
  1405. "version": "0.142.0",
  1406. "dev": true,
  1407. "license": "MIT",
  1408. "funding": {
  1409. "url": "https://github.com/sponsors/Boshen"
  1410. }
  1411. },
  1412. "node_modules/@popperjs/core": {
  1413. "version": "2.11.8",
  1414. "license": "MIT",
  1415. "funding": {
  1416. "type": "opencollective",
  1417. "url": "https://opencollective.com/popperjs"
  1418. }
  1419. },
  1420. "node_modules/@reactflow/background": {
  1421. "version": "11.3.14",
  1422. "resolved": "https://registry.npmjs.org/@reactflow/background/-/background-11.3.14.tgz",
  1423. "integrity": "sha512-Gewd7blEVT5Lh6jqrvOgd4G6Qk17eGKQfsDXgyRSqM+CTwDqRldG2LsWN4sNeno6sbqVIC2fZ+rAUBFA9ZEUDA==",
  1424. "license": "MIT",
  1425. "dependencies": {
  1426. "@reactflow/core": "11.11.4",
  1427. "classcat": "^5.0.3",
  1428. "zustand": "^4.4.1"
  1429. },
  1430. "peerDependencies": {
  1431. "react": ">=17",
  1432. "react-dom": ">=17"
  1433. }
  1434. },
  1435. "node_modules/@reactflow/background/node_modules/zustand": {
  1436. "version": "4.5.7",
  1437. "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.7.tgz",
  1438. "integrity": "sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==",
  1439. "license": "MIT",
  1440. "dependencies": {
  1441. "use-sync-external-store": "^1.2.2"
  1442. },
  1443. "engines": {
  1444. "node": ">=12.7.0"
  1445. },
  1446. "peerDependencies": {
  1447. "@types/react": ">=16.8",
  1448. "immer": ">=9.0.6",
  1449. "react": ">=16.8"
  1450. },
  1451. "peerDependenciesMeta": {
  1452. "@types/react": {
  1453. "optional": true
  1454. },
  1455. "immer": {
  1456. "optional": true
  1457. },
  1458. "react": {
  1459. "optional": true
  1460. }
  1461. }
  1462. },
  1463. "node_modules/@reactflow/controls": {
  1464. "version": "11.2.14",
  1465. "resolved": "https://registry.npmjs.org/@reactflow/controls/-/controls-11.2.14.tgz",
  1466. "integrity": "sha512-MiJp5VldFD7FrqaBNIrQ85dxChrG6ivuZ+dcFhPQUwOK3HfYgX2RHdBua+gx+40p5Vw5It3dVNp/my4Z3jF0dw==",
  1467. "license": "MIT",
  1468. "dependencies": {
  1469. "@reactflow/core": "11.11.4",
  1470. "classcat": "^5.0.3",
  1471. "zustand": "^4.4.1"
  1472. },
  1473. "peerDependencies": {
  1474. "react": ">=17",
  1475. "react-dom": ">=17"
  1476. }
  1477. },
  1478. "node_modules/@reactflow/controls/node_modules/zustand": {
  1479. "version": "4.5.7",
  1480. "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.7.tgz",
  1481. "integrity": "sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==",
  1482. "license": "MIT",
  1483. "dependencies": {
  1484. "use-sync-external-store": "^1.2.2"
  1485. },
  1486. "engines": {
  1487. "node": ">=12.7.0"
  1488. },
  1489. "peerDependencies": {
  1490. "@types/react": ">=16.8",
  1491. "immer": ">=9.0.6",
  1492. "react": ">=16.8"
  1493. },
  1494. "peerDependenciesMeta": {
  1495. "@types/react": {
  1496. "optional": true
  1497. },
  1498. "immer": {
  1499. "optional": true
  1500. },
  1501. "react": {
  1502. "optional": true
  1503. }
  1504. }
  1505. },
  1506. "node_modules/@reactflow/core": {
  1507. "version": "11.11.4",
  1508. "resolved": "https://registry.npmjs.org/@reactflow/core/-/core-11.11.4.tgz",
  1509. "integrity": "sha512-H4vODklsjAq3AMq6Np4LE12i1I4Ta9PrDHuBR9GmL8uzTt2l2jh4CiQbEMpvMDcp7xi4be0hgXj+Ysodde/i7Q==",
  1510. "license": "MIT",
  1511. "dependencies": {
  1512. "@types/d3": "^7.4.0",
  1513. "@types/d3-drag": "^3.0.1",
  1514. "@types/d3-selection": "^3.0.3",
  1515. "@types/d3-zoom": "^3.0.1",
  1516. "classcat": "^5.0.3",
  1517. "d3-drag": "^3.0.0",
  1518. "d3-selection": "^3.0.0",
  1519. "d3-zoom": "^3.0.0",
  1520. "zustand": "^4.4.1"
  1521. },
  1522. "peerDependencies": {
  1523. "react": ">=17",
  1524. "react-dom": ">=17"
  1525. }
  1526. },
  1527. "node_modules/@reactflow/core/node_modules/zustand": {
  1528. "version": "4.5.7",
  1529. "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.7.tgz",
  1530. "integrity": "sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==",
  1531. "license": "MIT",
  1532. "dependencies": {
  1533. "use-sync-external-store": "^1.2.2"
  1534. },
  1535. "engines": {
  1536. "node": ">=12.7.0"
  1537. },
  1538. "peerDependencies": {
  1539. "@types/react": ">=16.8",
  1540. "immer": ">=9.0.6",
  1541. "react": ">=16.8"
  1542. },
  1543. "peerDependenciesMeta": {
  1544. "@types/react": {
  1545. "optional": true
  1546. },
  1547. "immer": {
  1548. "optional": true
  1549. },
  1550. "react": {
  1551. "optional": true
  1552. }
  1553. }
  1554. },
  1555. "node_modules/@reactflow/minimap": {
  1556. "version": "11.7.14",
  1557. "resolved": "https://registry.npmjs.org/@reactflow/minimap/-/minimap-11.7.14.tgz",
  1558. "integrity": "sha512-mpwLKKrEAofgFJdkhwR5UQ1JYWlcAAL/ZU/bctBkuNTT1yqV+y0buoNVImsRehVYhJwffSWeSHaBR5/GJjlCSQ==",
  1559. "license": "MIT",
  1560. "dependencies": {
  1561. "@reactflow/core": "11.11.4",
  1562. "@types/d3-selection": "^3.0.3",
  1563. "@types/d3-zoom": "^3.0.1",
  1564. "classcat": "^5.0.3",
  1565. "d3-selection": "^3.0.0",
  1566. "d3-zoom": "^3.0.0",
  1567. "zustand": "^4.4.1"
  1568. },
  1569. "peerDependencies": {
  1570. "react": ">=17",
  1571. "react-dom": ">=17"
  1572. }
  1573. },
  1574. "node_modules/@reactflow/minimap/node_modules/zustand": {
  1575. "version": "4.5.7",
  1576. "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.7.tgz",
  1577. "integrity": "sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==",
  1578. "license": "MIT",
  1579. "dependencies": {
  1580. "use-sync-external-store": "^1.2.2"
  1581. },
  1582. "engines": {
  1583. "node": ">=12.7.0"
  1584. },
  1585. "peerDependencies": {
  1586. "@types/react": ">=16.8",
  1587. "immer": ">=9.0.6",
  1588. "react": ">=16.8"
  1589. },
  1590. "peerDependenciesMeta": {
  1591. "@types/react": {
  1592. "optional": true
  1593. },
  1594. "immer": {
  1595. "optional": true
  1596. },
  1597. "react": {
  1598. "optional": true
  1599. }
  1600. }
  1601. },
  1602. "node_modules/@reactflow/node-resizer": {
  1603. "version": "2.2.14",
  1604. "resolved": "https://registry.npmjs.org/@reactflow/node-resizer/-/node-resizer-2.2.14.tgz",
  1605. "integrity": "sha512-fwqnks83jUlYr6OHcdFEedumWKChTHRGw/kbCxj0oqBd+ekfs+SIp4ddyNU0pdx96JIm5iNFS0oNrmEiJbbSaA==",
  1606. "license": "MIT",
  1607. "dependencies": {
  1608. "@reactflow/core": "11.11.4",
  1609. "classcat": "^5.0.4",
  1610. "d3-drag": "^3.0.0",
  1611. "d3-selection": "^3.0.0",
  1612. "zustand": "^4.4.1"
  1613. },
  1614. "peerDependencies": {
  1615. "react": ">=17",
  1616. "react-dom": ">=17"
  1617. }
  1618. },
  1619. "node_modules/@reactflow/node-resizer/node_modules/zustand": {
  1620. "version": "4.5.7",
  1621. "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.7.tgz",
  1622. "integrity": "sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==",
  1623. "license": "MIT",
  1624. "dependencies": {
  1625. "use-sync-external-store": "^1.2.2"
  1626. },
  1627. "engines": {
  1628. "node": ">=12.7.0"
  1629. },
  1630. "peerDependencies": {
  1631. "@types/react": ">=16.8",
  1632. "immer": ">=9.0.6",
  1633. "react": ">=16.8"
  1634. },
  1635. "peerDependenciesMeta": {
  1636. "@types/react": {
  1637. "optional": true
  1638. },
  1639. "immer": {
  1640. "optional": true
  1641. },
  1642. "react": {
  1643. "optional": true
  1644. }
  1645. }
  1646. },
  1647. "node_modules/@reactflow/node-toolbar": {
  1648. "version": "1.3.14",
  1649. "resolved": "https://registry.npmjs.org/@reactflow/node-toolbar/-/node-toolbar-1.3.14.tgz",
  1650. "integrity": "sha512-rbynXQnH/xFNu4P9H+hVqlEUafDCkEoCy0Dg9mG22Sg+rY/0ck6KkrAQrYrTgXusd+cEJOMK0uOOFCK2/5rSGQ==",
  1651. "license": "MIT",
  1652. "dependencies": {
  1653. "@reactflow/core": "11.11.4",
  1654. "classcat": "^5.0.3",
  1655. "zustand": "^4.4.1"
  1656. },
  1657. "peerDependencies": {
  1658. "react": ">=17",
  1659. "react-dom": ">=17"
  1660. }
  1661. },
  1662. "node_modules/@reactflow/node-toolbar/node_modules/zustand": {
  1663. "version": "4.5.7",
  1664. "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.7.tgz",
  1665. "integrity": "sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==",
  1666. "license": "MIT",
  1667. "dependencies": {
  1668. "use-sync-external-store": "^1.2.2"
  1669. },
  1670. "engines": {
  1671. "node": ">=12.7.0"
  1672. },
  1673. "peerDependencies": {
  1674. "@types/react": ">=16.8",
  1675. "immer": ">=9.0.6",
  1676. "react": ">=16.8"
  1677. },
  1678. "peerDependenciesMeta": {
  1679. "@types/react": {
  1680. "optional": true
  1681. },
  1682. "immer": {
  1683. "optional": true
  1684. },
  1685. "react": {
  1686. "optional": true
  1687. }
  1688. }
  1689. },
  1690. "node_modules/@rolldown/binding-android-arm64": {
  1691. "version": "1.2.2",
  1692. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.2.tgz",
  1693. "integrity": "sha512-l7x215OGvo1s52JWmR8U/DAVzEDWBCIbTm28aeJV/WDTSHgcKXaZTuBT0hJMs5NggilfJTW3clZVvd24yfKJxA==",
  1694. "cpu": [
  1695. "arm64"
  1696. ],
  1697. "dev": true,
  1698. "license": "MIT",
  1699. "optional": true,
  1700. "os": [
  1701. "android"
  1702. ],
  1703. "engines": {
  1704. "node": "^20.19.0 || >=22.12.0"
  1705. }
  1706. },
  1707. "node_modules/@rolldown/binding-darwin-arm64": {
  1708. "version": "1.2.2",
  1709. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.2.tgz",
  1710. "integrity": "sha512-9u9Xv6c1AJZT0FfwH5vrMG5Jjcwhc1MlyrPu0XfTqkzsmqfks2M6W/o5XwAJgVVN/jHpqqngC1WevHKKTIUtIA==",
  1711. "cpu": [
  1712. "arm64"
  1713. ],
  1714. "dev": true,
  1715. "license": "MIT",
  1716. "optional": true,
  1717. "os": [
  1718. "darwin"
  1719. ],
  1720. "engines": {
  1721. "node": "^20.19.0 || >=22.12.0"
  1722. }
  1723. },
  1724. "node_modules/@rolldown/binding-darwin-x64": {
  1725. "version": "1.2.2",
  1726. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.2.tgz",
  1727. "integrity": "sha512-9W1mbGZAfW3oqd85bhBkmpyHCCzL1TeG/zFFP3vg7b0rlly8cxOcre5nXwz+LHazCwac2MNWgPdPCHndABjpWQ==",
  1728. "cpu": [
  1729. "x64"
  1730. ],
  1731. "dev": true,
  1732. "license": "MIT",
  1733. "optional": true,
  1734. "os": [
  1735. "darwin"
  1736. ],
  1737. "engines": {
  1738. "node": "^20.19.0 || >=22.12.0"
  1739. }
  1740. },
  1741. "node_modules/@rolldown/binding-freebsd-x64": {
  1742. "version": "1.2.2",
  1743. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.2.tgz",
  1744. "integrity": "sha512-0p1lhiCSCyaerFwtrdZQUx7NqGk6LQnaRKWX7tFQqwQgvX0rjM15cIkm3pax1UpEakK14C4mOxx/jSqCBdBRqQ==",
  1745. "cpu": [
  1746. "x64"
  1747. ],
  1748. "dev": true,
  1749. "license": "MIT",
  1750. "optional": true,
  1751. "os": [
  1752. "freebsd"
  1753. ],
  1754. "engines": {
  1755. "node": "^20.19.0 || >=22.12.0"
  1756. }
  1757. },
  1758. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  1759. "version": "1.2.2",
  1760. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.2.tgz",
  1761. "integrity": "sha512-e+cOJXrJ2L3zx6YzqPg+f6Wbk3V1cKB8bOhbaYdVYN3DdquzNdRAmrbETz1qnt5yp/c7JNlNjmITiA2cVneQ7w==",
  1762. "cpu": [
  1763. "arm"
  1764. ],
  1765. "dev": true,
  1766. "license": "MIT",
  1767. "optional": true,
  1768. "os": [
  1769. "linux"
  1770. ],
  1771. "engines": {
  1772. "node": "^20.19.0 || >=22.12.0"
  1773. }
  1774. },
  1775. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  1776. "version": "1.2.2",
  1777. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.2.tgz",
  1778. "integrity": "sha512-JsSMsj6sNat/MuhG5fnBD7QgbtpHKVe30x5/bAVirDHdhoQRXJkF6xc0Jqk8O4fiCUQAzMOoH9wZi3m60c8wtg==",
  1779. "cpu": [
  1780. "arm64"
  1781. ],
  1782. "dev": true,
  1783. "libc": [
  1784. "glibc"
  1785. ],
  1786. "license": "MIT",
  1787. "optional": true,
  1788. "os": [
  1789. "linux"
  1790. ],
  1791. "engines": {
  1792. "node": "^20.19.0 || >=22.12.0"
  1793. }
  1794. },
  1795. "node_modules/@rolldown/binding-linux-arm64-musl": {
  1796. "version": "1.2.2",
  1797. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.2.tgz",
  1798. "integrity": "sha512-B5G/zJdHaoJn9vD50eGHWkiWfmq8Uhi3IiLPJTzmZTrAalk1bztUikSXo0qga18ibE0IXboyeMUnhPjhAJ45wQ==",
  1799. "cpu": [
  1800. "arm64"
  1801. ],
  1802. "dev": true,
  1803. "libc": [
  1804. "musl"
  1805. ],
  1806. "license": "MIT",
  1807. "optional": true,
  1808. "os": [
  1809. "linux"
  1810. ],
  1811. "engines": {
  1812. "node": "^20.19.0 || >=22.12.0"
  1813. }
  1814. },
  1815. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  1816. "version": "1.2.2",
  1817. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.2.tgz",
  1818. "integrity": "sha512-6mC/awzKka8W6EoekjegpfGkjz8jXWDX63pqu/HYVpyKtZfu65Jsh4QAH3Kej3CAv/c1oGX7psTmFEbr0mDxLA==",
  1819. "cpu": [
  1820. "ppc64"
  1821. ],
  1822. "dev": true,
  1823. "libc": [
  1824. "glibc"
  1825. ],
  1826. "license": "MIT",
  1827. "optional": true,
  1828. "os": [
  1829. "linux"
  1830. ],
  1831. "engines": {
  1832. "node": "^20.19.0 || >=22.12.0"
  1833. }
  1834. },
  1835. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  1836. "version": "1.2.2",
  1837. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.2.tgz",
  1838. "integrity": "sha512-412MX9fJLdA1IK28EZnc8jYv2HRTleOZgfLQumJ5zy7OeJLZlg/CETwFaXjNmGVxG51cFHpKLqb5LKvBC+HsHA==",
  1839. "cpu": [
  1840. "s390x"
  1841. ],
  1842. "dev": true,
  1843. "libc": [
  1844. "glibc"
  1845. ],
  1846. "license": "MIT",
  1847. "optional": true,
  1848. "os": [
  1849. "linux"
  1850. ],
  1851. "engines": {
  1852. "node": "^20.19.0 || >=22.12.0"
  1853. }
  1854. },
  1855. "node_modules/@rolldown/binding-linux-x64-gnu": {
  1856. "version": "1.2.2",
  1857. "cpu": [
  1858. "x64"
  1859. ],
  1860. "dev": true,
  1861. "libc": [
  1862. "glibc"
  1863. ],
  1864. "license": "MIT",
  1865. "optional": true,
  1866. "os": [
  1867. "linux"
  1868. ],
  1869. "engines": {
  1870. "node": "^20.19.0 || >=22.12.0"
  1871. }
  1872. },
  1873. "node_modules/@rolldown/binding-linux-x64-musl": {
  1874. "version": "1.2.2",
  1875. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.2.tgz",
  1876. "integrity": "sha512-ZKp/w41n6wCvxzxQHtQSbuphfX3Y4cCvbjkKHusrLx4lh+JWLTU7StSltO/DKARISzbj368d+qUaCjI8K2wzXw==",
  1877. "cpu": [
  1878. "x64"
  1879. ],
  1880. "dev": true,
  1881. "libc": [
  1882. "musl"
  1883. ],
  1884. "license": "MIT",
  1885. "optional": true,
  1886. "os": [
  1887. "linux"
  1888. ],
  1889. "engines": {
  1890. "node": "^20.19.0 || >=22.12.0"
  1891. }
  1892. },
  1893. "node_modules/@rolldown/binding-openharmony-arm64": {
  1894. "version": "1.2.2",
  1895. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.2.tgz",
  1896. "integrity": "sha512-pxE6xD4KS3eAROkKK5yrhB9/3+vhlhVGMvlQLbdpzrBGDbKrnzx3RLwPaHvasLo6jgaiBLn7e04Df9C4tYhjmA==",
  1897. "cpu": [
  1898. "arm64"
  1899. ],
  1900. "dev": true,
  1901. "license": "MIT",
  1902. "optional": true,
  1903. "os": [
  1904. "openharmony"
  1905. ],
  1906. "engines": {
  1907. "node": "^20.19.0 || >=22.12.0"
  1908. }
  1909. },
  1910. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  1911. "version": "1.2.2",
  1912. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.2.tgz",
  1913. "integrity": "sha512-4MqEue5re+xIZzAWsB8sj0P1kqZySWqIuN4t6QaIO/YA6SFwySOLruvWQFzfmqk8LBK2P30KCSJwf6mJCZZ5/A==",
  1914. "cpu": [
  1915. "arm64"
  1916. ],
  1917. "dev": true,
  1918. "license": "MIT",
  1919. "optional": true,
  1920. "os": [
  1921. "win32"
  1922. ],
  1923. "engines": {
  1924. "node": "^20.19.0 || >=22.12.0"
  1925. }
  1926. },
  1927. "node_modules/@rolldown/binding-win32-x64-msvc": {
  1928. "version": "1.2.2",
  1929. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.2.tgz",
  1930. "integrity": "sha512-NweNxxD0Nf9t8v7kodun45Ijp3EIwYY+uydPP6qBEYvfBqhIjN6dZMzlQja3tqX/aLs3F3Uz+AxDpKgRhpOZQg==",
  1931. "cpu": [
  1932. "x64"
  1933. ],
  1934. "dev": true,
  1935. "license": "MIT",
  1936. "optional": true,
  1937. "os": [
  1938. "win32"
  1939. ],
  1940. "engines": {
  1941. "node": "^20.19.0 || >=22.12.0"
  1942. }
  1943. },
  1944. "node_modules/@rolldown/pluginutils": {
  1945. "version": "1.0.1",
  1946. "dev": true,
  1947. "license": "MIT"
  1948. },
  1949. "node_modules/@standard-schema/spec": {
  1950. "version": "1.1.0",
  1951. "dev": true,
  1952. "license": "MIT"
  1953. },
  1954. "node_modules/@tsconfig/node10": {
  1955. "version": "1.0.12",
  1956. "dev": true,
  1957. "license": "MIT"
  1958. },
  1959. "node_modules/@tsconfig/node12": {
  1960. "version": "1.0.11",
  1961. "dev": true,
  1962. "license": "MIT"
  1963. },
  1964. "node_modules/@tsconfig/node14": {
  1965. "version": "1.0.3",
  1966. "dev": true,
  1967. "license": "MIT"
  1968. },
  1969. "node_modules/@tsconfig/node16": {
  1970. "version": "1.0.4",
  1971. "dev": true,
  1972. "license": "MIT"
  1973. },
  1974. "node_modules/@types/chai": {
  1975. "version": "5.2.3",
  1976. "dev": true,
  1977. "license": "MIT",
  1978. "dependencies": {
  1979. "@types/deep-eql": "*",
  1980. "assertion-error": "^2.0.1"
  1981. }
  1982. },
  1983. "node_modules/@types/d3": {
  1984. "version": "7.4.3",
  1985. "resolved": "https://registry.npmjs.org/@types/d3/-/d3-7.4.3.tgz",
  1986. "integrity": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==",
  1987. "license": "MIT",
  1988. "dependencies": {
  1989. "@types/d3-array": "*",
  1990. "@types/d3-axis": "*",
  1991. "@types/d3-brush": "*",
  1992. "@types/d3-chord": "*",
  1993. "@types/d3-color": "*",
  1994. "@types/d3-contour": "*",
  1995. "@types/d3-delaunay": "*",
  1996. "@types/d3-dispatch": "*",
  1997. "@types/d3-drag": "*",
  1998. "@types/d3-dsv": "*",
  1999. "@types/d3-ease": "*",
  2000. "@types/d3-fetch": "*",
  2001. "@types/d3-force": "*",
  2002. "@types/d3-format": "*",
  2003. "@types/d3-geo": "*",
  2004. "@types/d3-hierarchy": "*",
  2005. "@types/d3-interpolate": "*",
  2006. "@types/d3-path": "*",
  2007. "@types/d3-polygon": "*",
  2008. "@types/d3-quadtree": "*",
  2009. "@types/d3-random": "*",
  2010. "@types/d3-scale": "*",
  2011. "@types/d3-scale-chromatic": "*",
  2012. "@types/d3-selection": "*",
  2013. "@types/d3-shape": "*",
  2014. "@types/d3-time": "*",
  2015. "@types/d3-time-format": "*",
  2016. "@types/d3-timer": "*",
  2017. "@types/d3-transition": "*",
  2018. "@types/d3-zoom": "*"
  2019. }
  2020. },
  2021. "node_modules/@types/d3-array": {
  2022. "version": "3.2.2",
  2023. "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.2.tgz",
  2024. "integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==",
  2025. "license": "MIT"
  2026. },
  2027. "node_modules/@types/d3-axis": {
  2028. "version": "3.0.6",
  2029. "resolved": "https://registry.npmjs.org/@types/d3-axis/-/d3-axis-3.0.6.tgz",
  2030. "integrity": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==",
  2031. "license": "MIT",
  2032. "dependencies": {
  2033. "@types/d3-selection": "*"
  2034. }
  2035. },
  2036. "node_modules/@types/d3-brush": {
  2037. "version": "3.0.6",
  2038. "resolved": "https://registry.npmjs.org/@types/d3-brush/-/d3-brush-3.0.6.tgz",
  2039. "integrity": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==",
  2040. "license": "MIT",
  2041. "dependencies": {
  2042. "@types/d3-selection": "*"
  2043. }
  2044. },
  2045. "node_modules/@types/d3-chord": {
  2046. "version": "3.0.6",
  2047. "resolved": "https://registry.npmjs.org/@types/d3-chord/-/d3-chord-3.0.6.tgz",
  2048. "integrity": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==",
  2049. "license": "MIT"
  2050. },
  2051. "node_modules/@types/d3-color": {
  2052. "version": "3.1.3",
  2053. "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz",
  2054. "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
  2055. "license": "MIT"
  2056. },
  2057. "node_modules/@types/d3-contour": {
  2058. "version": "3.0.6",
  2059. "resolved": "https://registry.npmjs.org/@types/d3-contour/-/d3-contour-3.0.6.tgz",
  2060. "integrity": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==",
  2061. "license": "MIT",
  2062. "dependencies": {
  2063. "@types/d3-array": "*",
  2064. "@types/geojson": "*"
  2065. }
  2066. },
  2067. "node_modules/@types/d3-delaunay": {
  2068. "version": "6.0.4",
  2069. "resolved": "https://registry.npmjs.org/@types/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
  2070. "integrity": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==",
  2071. "license": "MIT"
  2072. },
  2073. "node_modules/@types/d3-dispatch": {
  2074. "version": "3.0.7",
  2075. "resolved": "https://registry.npmjs.org/@types/d3-dispatch/-/d3-dispatch-3.0.7.tgz",
  2076. "integrity": "sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==",
  2077. "license": "MIT"
  2078. },
  2079. "node_modules/@types/d3-drag": {
  2080. "version": "3.0.7",
  2081. "resolved": "https://registry.npmjs.org/@types/d3-drag/-/d3-drag-3.0.7.tgz",
  2082. "integrity": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==",
  2083. "license": "MIT",
  2084. "dependencies": {
  2085. "@types/d3-selection": "*"
  2086. }
  2087. },
  2088. "node_modules/@types/d3-dsv": {
  2089. "version": "3.0.7",
  2090. "resolved": "https://registry.npmjs.org/@types/d3-dsv/-/d3-dsv-3.0.7.tgz",
  2091. "integrity": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==",
  2092. "license": "MIT"
  2093. },
  2094. "node_modules/@types/d3-ease": {
  2095. "version": "3.0.2",
  2096. "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz",
  2097. "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==",
  2098. "license": "MIT"
  2099. },
  2100. "node_modules/@types/d3-fetch": {
  2101. "version": "3.0.7",
  2102. "resolved": "https://registry.npmjs.org/@types/d3-fetch/-/d3-fetch-3.0.7.tgz",
  2103. "integrity": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==",
  2104. "license": "MIT",
  2105. "dependencies": {
  2106. "@types/d3-dsv": "*"
  2107. }
  2108. },
  2109. "node_modules/@types/d3-force": {
  2110. "version": "3.0.10",
  2111. "resolved": "https://registry.npmjs.org/@types/d3-force/-/d3-force-3.0.10.tgz",
  2112. "integrity": "sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==",
  2113. "license": "MIT"
  2114. },
  2115. "node_modules/@types/d3-format": {
  2116. "version": "3.0.4",
  2117. "resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-3.0.4.tgz",
  2118. "integrity": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==",
  2119. "license": "MIT"
  2120. },
  2121. "node_modules/@types/d3-geo": {
  2122. "version": "3.1.1",
  2123. "resolved": "https://registry.npmjs.org/@types/d3-geo/-/d3-geo-3.1.1.tgz",
  2124. "integrity": "sha512-65Emv9fQiQQqphLlRkuQ5ypPsOmWPhtBGCMv61JDPEPMvsx+gzhGf74yw1a78xFKPj6zw4AgQICJoQv0vK9M2w==",
  2125. "license": "MIT",
  2126. "dependencies": {
  2127. "@types/geojson": "*"
  2128. }
  2129. },
  2130. "node_modules/@types/d3-hierarchy": {
  2131. "version": "3.1.7",
  2132. "resolved": "https://registry.npmjs.org/@types/d3-hierarchy/-/d3-hierarchy-3.1.7.tgz",
  2133. "integrity": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==",
  2134. "license": "MIT"
  2135. },
  2136. "node_modules/@types/d3-interpolate": {
  2137. "version": "3.0.4",
  2138. "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
  2139. "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
  2140. "license": "MIT",
  2141. "dependencies": {
  2142. "@types/d3-color": "*"
  2143. }
  2144. },
  2145. "node_modules/@types/d3-path": {
  2146. "version": "3.1.1",
  2147. "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz",
  2148. "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==",
  2149. "license": "MIT"
  2150. },
  2151. "node_modules/@types/d3-polygon": {
  2152. "version": "3.0.2",
  2153. "resolved": "https://registry.npmjs.org/@types/d3-polygon/-/d3-polygon-3.0.2.tgz",
  2154. "integrity": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==",
  2155. "license": "MIT"
  2156. },
  2157. "node_modules/@types/d3-quadtree": {
  2158. "version": "3.0.6",
  2159. "resolved": "https://registry.npmjs.org/@types/d3-quadtree/-/d3-quadtree-3.0.6.tgz",
  2160. "integrity": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==",
  2161. "license": "MIT"
  2162. },
  2163. "node_modules/@types/d3-random": {
  2164. "version": "3.0.4",
  2165. "resolved": "https://registry.npmjs.org/@types/d3-random/-/d3-random-3.0.4.tgz",
  2166. "integrity": "sha512-UHYId5WTCx4L4YNel7NU00XUXXgvgpgZOvp10PuvsQENjMDXhh2RyFc0KBjO7B45ne4Ha1yVH7ii0vnzKkuzWA==",
  2167. "license": "MIT"
  2168. },
  2169. "node_modules/@types/d3-scale": {
  2170. "version": "4.0.9",
  2171. "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz",
  2172. "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
  2173. "license": "MIT",
  2174. "dependencies": {
  2175. "@types/d3-time": "*"
  2176. }
  2177. },
  2178. "node_modules/@types/d3-scale-chromatic": {
  2179. "version": "3.1.0",
  2180. "resolved": "https://registry.npmjs.org/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
  2181. "integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==",
  2182. "license": "MIT"
  2183. },
  2184. "node_modules/@types/d3-selection": {
  2185. "version": "3.0.11",
  2186. "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.11.tgz",
  2187. "integrity": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==",
  2188. "license": "MIT"
  2189. },
  2190. "node_modules/@types/d3-shape": {
  2191. "version": "3.1.8",
  2192. "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.8.tgz",
  2193. "integrity": "sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==",
  2194. "license": "MIT",
  2195. "dependencies": {
  2196. "@types/d3-path": "*"
  2197. }
  2198. },
  2199. "node_modules/@types/d3-time": {
  2200. "version": "3.0.4",
  2201. "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz",
  2202. "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
  2203. "license": "MIT"
  2204. },
  2205. "node_modules/@types/d3-time-format": {
  2206. "version": "4.0.3",
  2207. "resolved": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-4.0.3.tgz",
  2208. "integrity": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==",
  2209. "license": "MIT"
  2210. },
  2211. "node_modules/@types/d3-timer": {
  2212. "version": "3.0.2",
  2213. "resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz",
  2214. "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
  2215. "license": "MIT"
  2216. },
  2217. "node_modules/@types/d3-transition": {
  2218. "version": "3.0.9",
  2219. "resolved": "https://registry.npmjs.org/@types/d3-transition/-/d3-transition-3.0.9.tgz",
  2220. "integrity": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==",
  2221. "license": "MIT",
  2222. "dependencies": {
  2223. "@types/d3-selection": "*"
  2224. }
  2225. },
  2226. "node_modules/@types/d3-zoom": {
  2227. "version": "3.0.8",
  2228. "resolved": "https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-3.0.8.tgz",
  2229. "integrity": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==",
  2230. "license": "MIT",
  2231. "dependencies": {
  2232. "@types/d3-interpolate": "*",
  2233. "@types/d3-selection": "*"
  2234. }
  2235. },
  2236. "node_modules/@types/deep-eql": {
  2237. "version": "4.0.2",
  2238. "dev": true,
  2239. "license": "MIT"
  2240. },
  2241. "node_modules/@types/estree": {
  2242. "version": "1.0.9",
  2243. "dev": true,
  2244. "license": "MIT"
  2245. },
  2246. "node_modules/@types/geojson": {
  2247. "version": "7946.0.16",
  2248. "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz",
  2249. "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==",
  2250. "license": "MIT"
  2251. },
  2252. "node_modules/@types/json-schema": {
  2253. "version": "7.0.15",
  2254. "dev": true,
  2255. "license": "MIT"
  2256. },
  2257. "node_modules/@types/node": {
  2258. "version": "24.10.1",
  2259. "dev": true,
  2260. "license": "MIT",
  2261. "dependencies": {
  2262. "undici-types": "~7.16.0"
  2263. }
  2264. },
  2265. "node_modules/@types/pako": {
  2266. "version": "2.0.4",
  2267. "dev": true,
  2268. "license": "MIT"
  2269. },
  2270. "node_modules/@types/parse-json": {
  2271. "version": "4.0.2",
  2272. "license": "MIT"
  2273. },
  2274. "node_modules/@types/prop-types": {
  2275. "version": "15.7.15",
  2276. "license": "MIT"
  2277. },
  2278. "node_modules/@types/react": {
  2279. "version": "19.2.5",
  2280. "license": "MIT",
  2281. "dependencies": {
  2282. "csstype": "^3.0.2"
  2283. }
  2284. },
  2285. "node_modules/@types/react-dom": {
  2286. "version": "19.2.3",
  2287. "dev": true,
  2288. "license": "MIT",
  2289. "peerDependencies": {
  2290. "@types/react": "^19.2.0"
  2291. }
  2292. },
  2293. "node_modules/@types/react-transition-group": {
  2294. "version": "4.4.12",
  2295. "license": "MIT",
  2296. "peerDependencies": {
  2297. "@types/react": "*"
  2298. }
  2299. },
  2300. "node_modules/@typescript-eslint/eslint-plugin": {
  2301. "version": "8.46.4",
  2302. "dev": true,
  2303. "license": "MIT",
  2304. "dependencies": {
  2305. "@eslint-community/regexpp": "^4.10.0",
  2306. "@typescript-eslint/scope-manager": "8.46.4",
  2307. "@typescript-eslint/type-utils": "8.46.4",
  2308. "@typescript-eslint/utils": "8.46.4",
  2309. "@typescript-eslint/visitor-keys": "8.46.4",
  2310. "graphemer": "^1.4.0",
  2311. "ignore": "^7.0.0",
  2312. "natural-compare": "^1.4.0",
  2313. "ts-api-utils": "^2.1.0"
  2314. },
  2315. "engines": {
  2316. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2317. },
  2318. "funding": {
  2319. "type": "opencollective",
  2320. "url": "https://opencollective.com/typescript-eslint"
  2321. },
  2322. "peerDependencies": {
  2323. "@typescript-eslint/parser": "^8.46.4",
  2324. "eslint": "^8.57.0 || ^9.0.0",
  2325. "typescript": ">=4.8.4 <6.0.0"
  2326. }
  2327. },
  2328. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  2329. "version": "7.0.5",
  2330. "dev": true,
  2331. "license": "MIT",
  2332. "engines": {
  2333. "node": ">= 4"
  2334. }
  2335. },
  2336. "node_modules/@typescript-eslint/parser": {
  2337. "version": "8.46.4",
  2338. "dev": true,
  2339. "license": "MIT",
  2340. "dependencies": {
  2341. "@typescript-eslint/scope-manager": "8.46.4",
  2342. "@typescript-eslint/types": "8.46.4",
  2343. "@typescript-eslint/typescript-estree": "8.46.4",
  2344. "@typescript-eslint/visitor-keys": "8.46.4",
  2345. "debug": "^4.3.4"
  2346. },
  2347. "engines": {
  2348. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2349. },
  2350. "funding": {
  2351. "type": "opencollective",
  2352. "url": "https://opencollective.com/typescript-eslint"
  2353. },
  2354. "peerDependencies": {
  2355. "eslint": "^8.57.0 || ^9.0.0",
  2356. "typescript": ">=4.8.4 <6.0.0"
  2357. }
  2358. },
  2359. "node_modules/@typescript-eslint/project-service": {
  2360. "version": "8.46.4",
  2361. "dev": true,
  2362. "license": "MIT",
  2363. "dependencies": {
  2364. "@typescript-eslint/tsconfig-utils": "^8.46.4",
  2365. "@typescript-eslint/types": "^8.46.4",
  2366. "debug": "^4.3.4"
  2367. },
  2368. "engines": {
  2369. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2370. },
  2371. "funding": {
  2372. "type": "opencollective",
  2373. "url": "https://opencollective.com/typescript-eslint"
  2374. },
  2375. "peerDependencies": {
  2376. "typescript": ">=4.8.4 <6.0.0"
  2377. }
  2378. },
  2379. "node_modules/@typescript-eslint/scope-manager": {
  2380. "version": "8.46.4",
  2381. "dev": true,
  2382. "license": "MIT",
  2383. "dependencies": {
  2384. "@typescript-eslint/types": "8.46.4",
  2385. "@typescript-eslint/visitor-keys": "8.46.4"
  2386. },
  2387. "engines": {
  2388. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2389. },
  2390. "funding": {
  2391. "type": "opencollective",
  2392. "url": "https://opencollective.com/typescript-eslint"
  2393. }
  2394. },
  2395. "node_modules/@typescript-eslint/tsconfig-utils": {
  2396. "version": "8.46.4",
  2397. "dev": true,
  2398. "license": "MIT",
  2399. "engines": {
  2400. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2401. },
  2402. "funding": {
  2403. "type": "opencollective",
  2404. "url": "https://opencollective.com/typescript-eslint"
  2405. },
  2406. "peerDependencies": {
  2407. "typescript": ">=4.8.4 <6.0.0"
  2408. }
  2409. },
  2410. "node_modules/@typescript-eslint/type-utils": {
  2411. "version": "8.46.4",
  2412. "dev": true,
  2413. "license": "MIT",
  2414. "dependencies": {
  2415. "@typescript-eslint/types": "8.46.4",
  2416. "@typescript-eslint/typescript-estree": "8.46.4",
  2417. "@typescript-eslint/utils": "8.46.4",
  2418. "debug": "^4.3.4",
  2419. "ts-api-utils": "^2.1.0"
  2420. },
  2421. "engines": {
  2422. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2423. },
  2424. "funding": {
  2425. "type": "opencollective",
  2426. "url": "https://opencollective.com/typescript-eslint"
  2427. },
  2428. "peerDependencies": {
  2429. "eslint": "^8.57.0 || ^9.0.0",
  2430. "typescript": ">=4.8.4 <6.0.0"
  2431. }
  2432. },
  2433. "node_modules/@typescript-eslint/types": {
  2434. "version": "8.46.4",
  2435. "dev": true,
  2436. "license": "MIT",
  2437. "engines": {
  2438. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2439. },
  2440. "funding": {
  2441. "type": "opencollective",
  2442. "url": "https://opencollective.com/typescript-eslint"
  2443. }
  2444. },
  2445. "node_modules/@typescript-eslint/typescript-estree": {
  2446. "version": "8.46.4",
  2447. "dev": true,
  2448. "license": "MIT",
  2449. "dependencies": {
  2450. "@typescript-eslint/project-service": "8.46.4",
  2451. "@typescript-eslint/tsconfig-utils": "8.46.4",
  2452. "@typescript-eslint/types": "8.46.4",
  2453. "@typescript-eslint/visitor-keys": "8.46.4",
  2454. "debug": "^4.3.4",
  2455. "fast-glob": "^3.3.2",
  2456. "is-glob": "^4.0.3",
  2457. "minimatch": "^9.0.4",
  2458. "semver": "^7.6.0",
  2459. "ts-api-utils": "^2.1.0"
  2460. },
  2461. "engines": {
  2462. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2463. },
  2464. "funding": {
  2465. "type": "opencollective",
  2466. "url": "https://opencollective.com/typescript-eslint"
  2467. },
  2468. "peerDependencies": {
  2469. "typescript": ">=4.8.4 <6.0.0"
  2470. }
  2471. },
  2472. "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
  2473. "version": "2.1.4",
  2474. "dev": true,
  2475. "license": "MIT",
  2476. "dependencies": {
  2477. "balanced-match": "^1.0.0"
  2478. }
  2479. },
  2480. "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
  2481. "version": "9.0.9",
  2482. "dev": true,
  2483. "license": "ISC",
  2484. "dependencies": {
  2485. "brace-expansion": "^2.0.2"
  2486. },
  2487. "engines": {
  2488. "node": ">=16 || 14 >=14.17"
  2489. },
  2490. "funding": {
  2491. "url": "https://github.com/sponsors/isaacs"
  2492. }
  2493. },
  2494. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  2495. "version": "7.7.3",
  2496. "dev": true,
  2497. "license": "ISC",
  2498. "bin": {
  2499. "semver": "bin/semver.js"
  2500. },
  2501. "engines": {
  2502. "node": ">=10"
  2503. }
  2504. },
  2505. "node_modules/@typescript-eslint/utils": {
  2506. "version": "8.46.4",
  2507. "dev": true,
  2508. "license": "MIT",
  2509. "dependencies": {
  2510. "@eslint-community/eslint-utils": "^4.7.0",
  2511. "@typescript-eslint/scope-manager": "8.46.4",
  2512. "@typescript-eslint/types": "8.46.4",
  2513. "@typescript-eslint/typescript-estree": "8.46.4"
  2514. },
  2515. "engines": {
  2516. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2517. },
  2518. "funding": {
  2519. "type": "opencollective",
  2520. "url": "https://opencollective.com/typescript-eslint"
  2521. },
  2522. "peerDependencies": {
  2523. "eslint": "^8.57.0 || ^9.0.0",
  2524. "typescript": ">=4.8.4 <6.0.0"
  2525. }
  2526. },
  2527. "node_modules/@typescript-eslint/visitor-keys": {
  2528. "version": "8.46.4",
  2529. "dev": true,
  2530. "license": "MIT",
  2531. "dependencies": {
  2532. "@typescript-eslint/types": "8.46.4",
  2533. "eslint-visitor-keys": "^4.2.1"
  2534. },
  2535. "engines": {
  2536. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2537. },
  2538. "funding": {
  2539. "type": "opencollective",
  2540. "url": "https://opencollective.com/typescript-eslint"
  2541. }
  2542. },
  2543. "node_modules/@vitejs/plugin-react": {
  2544. "version": "6.0.5",
  2545. "dev": true,
  2546. "license": "MIT",
  2547. "dependencies": {
  2548. "@rolldown/pluginutils": "^1.0.1"
  2549. },
  2550. "engines": {
  2551. "node": "^20.19.0 || >=22.12.0"
  2552. },
  2553. "peerDependencies": {
  2554. "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
  2555. "babel-plugin-react-compiler": "^1.0.0",
  2556. "vite": "^8.0.0"
  2557. },
  2558. "peerDependenciesMeta": {
  2559. "@rolldown/plugin-babel": {
  2560. "optional": true
  2561. },
  2562. "babel-plugin-react-compiler": {
  2563. "optional": true
  2564. }
  2565. }
  2566. },
  2567. "node_modules/@vitest/expect": {
  2568. "version": "4.1.10",
  2569. "dev": true,
  2570. "license": "MIT",
  2571. "dependencies": {
  2572. "@standard-schema/spec": "^1.1.0",
  2573. "@types/chai": "^5.2.2",
  2574. "@vitest/spy": "4.1.10",
  2575. "@vitest/utils": "4.1.10",
  2576. "chai": "^6.2.2",
  2577. "tinyrainbow": "^3.1.0"
  2578. },
  2579. "funding": {
  2580. "url": "https://opencollective.com/vitest"
  2581. }
  2582. },
  2583. "node_modules/@vitest/mocker": {
  2584. "version": "4.1.10",
  2585. "dev": true,
  2586. "license": "MIT",
  2587. "dependencies": {
  2588. "@vitest/spy": "4.1.10",
  2589. "estree-walker": "^3.0.3",
  2590. "magic-string": "^0.30.21"
  2591. },
  2592. "funding": {
  2593. "url": "https://opencollective.com/vitest"
  2594. },
  2595. "peerDependencies": {
  2596. "msw": "^2.4.9",
  2597. "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2598. },
  2599. "peerDependenciesMeta": {
  2600. "msw": {
  2601. "optional": true
  2602. },
  2603. "vite": {
  2604. "optional": true
  2605. }
  2606. }
  2607. },
  2608. "node_modules/@vitest/pretty-format": {
  2609. "version": "4.1.10",
  2610. "dev": true,
  2611. "license": "MIT",
  2612. "dependencies": {
  2613. "tinyrainbow": "^3.1.0"
  2614. },
  2615. "funding": {
  2616. "url": "https://opencollective.com/vitest"
  2617. }
  2618. },
  2619. "node_modules/@vitest/runner": {
  2620. "version": "4.1.10",
  2621. "dev": true,
  2622. "license": "MIT",
  2623. "dependencies": {
  2624. "@vitest/utils": "4.1.10",
  2625. "pathe": "^2.0.3"
  2626. },
  2627. "funding": {
  2628. "url": "https://opencollective.com/vitest"
  2629. }
  2630. },
  2631. "node_modules/@vitest/snapshot": {
  2632. "version": "4.1.10",
  2633. "dev": true,
  2634. "license": "MIT",
  2635. "dependencies": {
  2636. "@vitest/pretty-format": "4.1.10",
  2637. "@vitest/utils": "4.1.10",
  2638. "magic-string": "^0.30.21",
  2639. "pathe": "^2.0.3"
  2640. },
  2641. "funding": {
  2642. "url": "https://opencollective.com/vitest"
  2643. }
  2644. },
  2645. "node_modules/@vitest/spy": {
  2646. "version": "4.1.10",
  2647. "dev": true,
  2648. "license": "MIT",
  2649. "funding": {
  2650. "url": "https://opencollective.com/vitest"
  2651. }
  2652. },
  2653. "node_modules/@vitest/utils": {
  2654. "version": "4.1.10",
  2655. "dev": true,
  2656. "license": "MIT",
  2657. "dependencies": {
  2658. "@vitest/pretty-format": "4.1.10",
  2659. "convert-source-map": "^2.0.0",
  2660. "tinyrainbow": "^3.1.0"
  2661. },
  2662. "funding": {
  2663. "url": "https://opencollective.com/vitest"
  2664. }
  2665. },
  2666. "node_modules/acorn": {
  2667. "version": "8.15.0",
  2668. "dev": true,
  2669. "license": "MIT",
  2670. "bin": {
  2671. "acorn": "bin/acorn"
  2672. },
  2673. "engines": {
  2674. "node": ">=0.4.0"
  2675. }
  2676. },
  2677. "node_modules/acorn-jsx": {
  2678. "version": "5.3.2",
  2679. "dev": true,
  2680. "license": "MIT",
  2681. "peerDependencies": {
  2682. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2683. }
  2684. },
  2685. "node_modules/acorn-walk": {
  2686. "version": "8.3.4",
  2687. "dev": true,
  2688. "license": "MIT",
  2689. "dependencies": {
  2690. "acorn": "^8.11.0"
  2691. },
  2692. "engines": {
  2693. "node": ">=0.4.0"
  2694. }
  2695. },
  2696. "node_modules/ajv": {
  2697. "version": "6.15.0",
  2698. "dev": true,
  2699. "license": "MIT",
  2700. "dependencies": {
  2701. "fast-deep-equal": "^3.1.1",
  2702. "fast-json-stable-stringify": "^2.0.0",
  2703. "json-schema-traverse": "^0.4.1",
  2704. "uri-js": "^4.2.2"
  2705. },
  2706. "funding": {
  2707. "type": "github",
  2708. "url": "https://github.com/sponsors/epoberezkin"
  2709. }
  2710. },
  2711. "node_modules/ansi-regex": {
  2712. "version": "6.2.2",
  2713. "dev": true,
  2714. "license": "MIT",
  2715. "engines": {
  2716. "node": ">=12"
  2717. },
  2718. "funding": {
  2719. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  2720. }
  2721. },
  2722. "node_modules/ansi-styles": {
  2723. "version": "4.3.0",
  2724. "dev": true,
  2725. "license": "MIT",
  2726. "dependencies": {
  2727. "color-convert": "^2.0.1"
  2728. },
  2729. "engines": {
  2730. "node": ">=8"
  2731. },
  2732. "funding": {
  2733. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2734. }
  2735. },
  2736. "node_modules/arg": {
  2737. "version": "4.1.3",
  2738. "dev": true,
  2739. "license": "MIT"
  2740. },
  2741. "node_modules/argparse": {
  2742. "version": "2.0.1",
  2743. "dev": true,
  2744. "license": "Python-2.0"
  2745. },
  2746. "node_modules/assertion-error": {
  2747. "version": "2.0.1",
  2748. "dev": true,
  2749. "license": "MIT",
  2750. "engines": {
  2751. "node": ">=12"
  2752. }
  2753. },
  2754. "node_modules/babel-plugin-macros": {
  2755. "version": "3.1.0",
  2756. "license": "MIT",
  2757. "dependencies": {
  2758. "@babel/runtime": "^7.12.5",
  2759. "cosmiconfig": "^7.0.0",
  2760. "resolve": "^1.19.0"
  2761. },
  2762. "engines": {
  2763. "node": ">=10",
  2764. "npm": ">=6"
  2765. }
  2766. },
  2767. "node_modules/babel-plugin-react-compiler": {
  2768. "version": "1.0.0",
  2769. "dev": true,
  2770. "license": "MIT",
  2771. "dependencies": {
  2772. "@babel/types": "^7.26.0"
  2773. }
  2774. },
  2775. "node_modules/balanced-match": {
  2776. "version": "1.0.2",
  2777. "dev": true,
  2778. "license": "MIT"
  2779. },
  2780. "node_modules/baseline-browser-mapping": {
  2781. "version": "2.11.12",
  2782. "dev": true,
  2783. "license": "Apache-2.0",
  2784. "bin": {
  2785. "baseline-browser-mapping": "dist/cli.cjs"
  2786. },
  2787. "engines": {
  2788. "node": ">=6.0.0"
  2789. }
  2790. },
  2791. "node_modules/brace-expansion": {
  2792. "version": "1.1.18",
  2793. "dev": true,
  2794. "license": "MIT",
  2795. "dependencies": {
  2796. "balanced-match": "^1.0.0",
  2797. "concat-map": "0.0.1"
  2798. }
  2799. },
  2800. "node_modules/braces": {
  2801. "version": "3.0.3",
  2802. "dev": true,
  2803. "license": "MIT",
  2804. "dependencies": {
  2805. "fill-range": "^7.1.1"
  2806. },
  2807. "engines": {
  2808. "node": ">=8"
  2809. }
  2810. },
  2811. "node_modules/browserslist": {
  2812. "version": "4.28.7",
  2813. "dev": true,
  2814. "funding": [
  2815. {
  2816. "type": "opencollective",
  2817. "url": "https://opencollective.com/browserslist"
  2818. },
  2819. {
  2820. "type": "tidelift",
  2821. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2822. },
  2823. {
  2824. "type": "github",
  2825. "url": "https://github.com/sponsors/ai"
  2826. }
  2827. ],
  2828. "license": "MIT",
  2829. "dependencies": {
  2830. "baseline-browser-mapping": "^2.10.44",
  2831. "caniuse-lite": "^1.0.30001806",
  2832. "electron-to-chromium": "^1.5.393",
  2833. "node-releases": "^2.0.51",
  2834. "update-browserslist-db": "^1.2.3"
  2835. },
  2836. "bin": {
  2837. "browserslist": "cli.js"
  2838. },
  2839. "engines": {
  2840. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2841. }
  2842. },
  2843. "node_modules/callsites": {
  2844. "version": "3.1.0",
  2845. "license": "MIT",
  2846. "engines": {
  2847. "node": ">=6"
  2848. }
  2849. },
  2850. "node_modules/caniuse-lite": {
  2851. "version": "1.0.30001806",
  2852. "dev": true,
  2853. "funding": [
  2854. {
  2855. "type": "opencollective",
  2856. "url": "https://opencollective.com/browserslist"
  2857. },
  2858. {
  2859. "type": "tidelift",
  2860. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2861. },
  2862. {
  2863. "type": "github",
  2864. "url": "https://github.com/sponsors/ai"
  2865. }
  2866. ],
  2867. "license": "CC-BY-4.0"
  2868. },
  2869. "node_modules/chai": {
  2870. "version": "6.2.2",
  2871. "dev": true,
  2872. "license": "MIT",
  2873. "engines": {
  2874. "node": ">=18"
  2875. }
  2876. },
  2877. "node_modules/chalk": {
  2878. "version": "4.1.2",
  2879. "dev": true,
  2880. "license": "MIT",
  2881. "dependencies": {
  2882. "ansi-styles": "^4.1.0",
  2883. "supports-color": "^7.1.0"
  2884. },
  2885. "engines": {
  2886. "node": ">=10"
  2887. },
  2888. "funding": {
  2889. "url": "https://github.com/chalk/chalk?sponsor=1"
  2890. }
  2891. },
  2892. "node_modules/classcat": {
  2893. "version": "5.0.5",
  2894. "resolved": "https://registry.npmjs.org/classcat/-/classcat-5.0.5.tgz",
  2895. "integrity": "sha512-JhZUT7JFcQy/EzW605k/ktHtncoo9vnyW/2GspNYwFlN1C/WmjuV/xtS04e9SOkL2sTdw0VAZ2UGCcQ9lR6p6w==",
  2896. "license": "MIT"
  2897. },
  2898. "node_modules/cli-cursor": {
  2899. "version": "5.0.0",
  2900. "dev": true,
  2901. "license": "MIT",
  2902. "dependencies": {
  2903. "restore-cursor": "^5.0.0"
  2904. },
  2905. "engines": {
  2906. "node": ">=18"
  2907. },
  2908. "funding": {
  2909. "url": "https://github.com/sponsors/sindresorhus"
  2910. }
  2911. },
  2912. "node_modules/cli-spinners": {
  2913. "version": "3.3.0",
  2914. "dev": true,
  2915. "license": "MIT",
  2916. "engines": {
  2917. "node": ">=18.20"
  2918. },
  2919. "funding": {
  2920. "url": "https://github.com/sponsors/sindresorhus"
  2921. }
  2922. },
  2923. "node_modules/clsx": {
  2924. "version": "2.1.1",
  2925. "license": "MIT",
  2926. "engines": {
  2927. "node": ">=6"
  2928. }
  2929. },
  2930. "node_modules/color-convert": {
  2931. "version": "2.0.1",
  2932. "dev": true,
  2933. "license": "MIT",
  2934. "dependencies": {
  2935. "color-name": "~1.1.4"
  2936. },
  2937. "engines": {
  2938. "node": ">=7.0.0"
  2939. }
  2940. },
  2941. "node_modules/color-name": {
  2942. "version": "1.1.4",
  2943. "dev": true,
  2944. "license": "MIT"
  2945. },
  2946. "node_modules/commander": {
  2947. "version": "14.0.2",
  2948. "dev": true,
  2949. "license": "MIT",
  2950. "engines": {
  2951. "node": ">=20"
  2952. }
  2953. },
  2954. "node_modules/concat-map": {
  2955. "version": "0.0.1",
  2956. "dev": true,
  2957. "license": "MIT"
  2958. },
  2959. "node_modules/convert-source-map": {
  2960. "version": "2.0.0",
  2961. "dev": true,
  2962. "license": "MIT"
  2963. },
  2964. "node_modules/cookie-es": {
  2965. "version": "3.1.1",
  2966. "license": "MIT"
  2967. },
  2968. "node_modules/cosmiconfig": {
  2969. "version": "7.1.0",
  2970. "license": "MIT",
  2971. "dependencies": {
  2972. "@types/parse-json": "^4.0.0",
  2973. "import-fresh": "^3.2.1",
  2974. "parse-json": "^5.0.0",
  2975. "path-type": "^4.0.0",
  2976. "yaml": "^1.10.0"
  2977. },
  2978. "engines": {
  2979. "node": ">=10"
  2980. }
  2981. },
  2982. "node_modules/cosmiconfig/node_modules/yaml": {
  2983. "version": "1.10.3",
  2984. "license": "ISC",
  2985. "engines": {
  2986. "node": ">= 6"
  2987. }
  2988. },
  2989. "node_modules/create-require": {
  2990. "version": "1.1.1",
  2991. "dev": true,
  2992. "license": "MIT"
  2993. },
  2994. "node_modules/cross-spawn": {
  2995. "version": "7.0.6",
  2996. "dev": true,
  2997. "license": "MIT",
  2998. "dependencies": {
  2999. "path-key": "^3.1.0",
  3000. "shebang-command": "^2.0.0",
  3001. "which": "^2.0.1"
  3002. },
  3003. "engines": {
  3004. "node": ">= 8"
  3005. }
  3006. },
  3007. "node_modules/csstype": {
  3008. "version": "3.2.3",
  3009. "license": "MIT"
  3010. },
  3011. "node_modules/d3-color": {
  3012. "version": "3.1.0",
  3013. "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz",
  3014. "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
  3015. "license": "ISC",
  3016. "engines": {
  3017. "node": ">=12"
  3018. }
  3019. },
  3020. "node_modules/d3-dispatch": {
  3021. "version": "3.0.1",
  3022. "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz",
  3023. "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
  3024. "license": "ISC",
  3025. "engines": {
  3026. "node": ">=12"
  3027. }
  3028. },
  3029. "node_modules/d3-drag": {
  3030. "version": "3.0.0",
  3031. "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz",
  3032. "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==",
  3033. "license": "ISC",
  3034. "dependencies": {
  3035. "d3-dispatch": "1 - 3",
  3036. "d3-selection": "3"
  3037. },
  3038. "engines": {
  3039. "node": ">=12"
  3040. }
  3041. },
  3042. "node_modules/d3-ease": {
  3043. "version": "3.0.1",
  3044. "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz",
  3045. "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
  3046. "license": "BSD-3-Clause",
  3047. "engines": {
  3048. "node": ">=12"
  3049. }
  3050. },
  3051. "node_modules/d3-interpolate": {
  3052. "version": "3.0.1",
  3053. "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
  3054. "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
  3055. "license": "ISC",
  3056. "dependencies": {
  3057. "d3-color": "1 - 3"
  3058. },
  3059. "engines": {
  3060. "node": ">=12"
  3061. }
  3062. },
  3063. "node_modules/d3-selection": {
  3064. "version": "3.0.0",
  3065. "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz",
  3066. "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
  3067. "license": "ISC",
  3068. "engines": {
  3069. "node": ">=12"
  3070. }
  3071. },
  3072. "node_modules/d3-timer": {
  3073. "version": "3.0.1",
  3074. "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz",
  3075. "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
  3076. "license": "ISC",
  3077. "engines": {
  3078. "node": ">=12"
  3079. }
  3080. },
  3081. "node_modules/d3-transition": {
  3082. "version": "3.0.1",
  3083. "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz",
  3084. "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==",
  3085. "license": "ISC",
  3086. "dependencies": {
  3087. "d3-color": "1 - 3",
  3088. "d3-dispatch": "1 - 3",
  3089. "d3-ease": "1 - 3",
  3090. "d3-interpolate": "1 - 3",
  3091. "d3-timer": "1 - 3"
  3092. },
  3093. "engines": {
  3094. "node": ">=12"
  3095. },
  3096. "peerDependencies": {
  3097. "d3-selection": "2 - 3"
  3098. }
  3099. },
  3100. "node_modules/d3-zoom": {
  3101. "version": "3.0.0",
  3102. "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz",
  3103. "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==",
  3104. "license": "ISC",
  3105. "dependencies": {
  3106. "d3-dispatch": "1 - 3",
  3107. "d3-drag": "2 - 3",
  3108. "d3-interpolate": "1 - 3",
  3109. "d3-selection": "2 - 3",
  3110. "d3-transition": "2 - 3"
  3111. },
  3112. "engines": {
  3113. "node": ">=12"
  3114. }
  3115. },
  3116. "node_modules/debug": {
  3117. "version": "4.4.3",
  3118. "license": "MIT",
  3119. "dependencies": {
  3120. "ms": "^2.1.3"
  3121. },
  3122. "engines": {
  3123. "node": ">=6.0"
  3124. },
  3125. "peerDependenciesMeta": {
  3126. "supports-color": {
  3127. "optional": true
  3128. }
  3129. }
  3130. },
  3131. "node_modules/deep-is": {
  3132. "version": "0.1.4",
  3133. "dev": true,
  3134. "license": "MIT"
  3135. },
  3136. "node_modules/detect-libc": {
  3137. "version": "2.1.2",
  3138. "license": "Apache-2.0",
  3139. "engines": {
  3140. "node": ">=8"
  3141. }
  3142. },
  3143. "node_modules/diff": {
  3144. "version": "4.0.4",
  3145. "dev": true,
  3146. "license": "BSD-3-Clause",
  3147. "engines": {
  3148. "node": ">=0.3.1"
  3149. }
  3150. },
  3151. "node_modules/dom-helpers": {
  3152. "version": "5.2.1",
  3153. "license": "MIT",
  3154. "dependencies": {
  3155. "@babel/runtime": "^7.8.7",
  3156. "csstype": "^3.0.2"
  3157. }
  3158. },
  3159. "node_modules/electron-to-chromium": {
  3160. "version": "1.5.400",
  3161. "dev": true,
  3162. "license": "ISC"
  3163. },
  3164. "node_modules/error-ex": {
  3165. "version": "1.3.4",
  3166. "license": "MIT",
  3167. "dependencies": {
  3168. "is-arrayish": "^0.2.1"
  3169. }
  3170. },
  3171. "node_modules/es-module-lexer": {
  3172. "version": "2.3.1",
  3173. "dev": true,
  3174. "license": "MIT"
  3175. },
  3176. "node_modules/escalade": {
  3177. "version": "3.2.0",
  3178. "dev": true,
  3179. "license": "MIT",
  3180. "engines": {
  3181. "node": ">=6"
  3182. }
  3183. },
  3184. "node_modules/escape-string-regexp": {
  3185. "version": "4.0.0",
  3186. "license": "MIT",
  3187. "engines": {
  3188. "node": ">=10"
  3189. },
  3190. "funding": {
  3191. "url": "https://github.com/sponsors/sindresorhus"
  3192. }
  3193. },
  3194. "node_modules/eslint": {
  3195. "version": "9.39.1",
  3196. "dev": true,
  3197. "license": "MIT",
  3198. "dependencies": {
  3199. "@eslint-community/eslint-utils": "^4.8.0",
  3200. "@eslint-community/regexpp": "^4.12.1",
  3201. "@eslint/config-array": "^0.21.1",
  3202. "@eslint/config-helpers": "^0.4.2",
  3203. "@eslint/core": "^0.17.0",
  3204. "@eslint/eslintrc": "^3.3.1",
  3205. "@eslint/js": "9.39.1",
  3206. "@eslint/plugin-kit": "^0.4.1",
  3207. "@humanfs/node": "^0.16.6",
  3208. "@humanwhocodes/module-importer": "^1.0.1",
  3209. "@humanwhocodes/retry": "^0.4.2",
  3210. "@types/estree": "^1.0.6",
  3211. "ajv": "^6.12.4",
  3212. "chalk": "^4.0.0",
  3213. "cross-spawn": "^7.0.6",
  3214. "debug": "^4.3.2",
  3215. "escape-string-regexp": "^4.0.0",
  3216. "eslint-scope": "^8.4.0",
  3217. "eslint-visitor-keys": "^4.2.1",
  3218. "espree": "^10.4.0",
  3219. "esquery": "^1.5.0",
  3220. "esutils": "^2.0.2",
  3221. "fast-deep-equal": "^3.1.3",
  3222. "file-entry-cache": "^8.0.0",
  3223. "find-up": "^5.0.0",
  3224. "glob-parent": "^6.0.2",
  3225. "ignore": "^5.2.0",
  3226. "imurmurhash": "^0.1.4",
  3227. "is-glob": "^4.0.0",
  3228. "json-stable-stringify-without-jsonify": "^1.0.1",
  3229. "lodash.merge": "^4.6.2",
  3230. "minimatch": "^3.1.2",
  3231. "natural-compare": "^1.4.0",
  3232. "optionator": "^0.9.3"
  3233. },
  3234. "bin": {
  3235. "eslint": "bin/eslint.js"
  3236. },
  3237. "engines": {
  3238. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3239. },
  3240. "funding": {
  3241. "url": "https://eslint.org/donate"
  3242. },
  3243. "peerDependencies": {
  3244. "jiti": "*"
  3245. },
  3246. "peerDependenciesMeta": {
  3247. "jiti": {
  3248. "optional": true
  3249. }
  3250. }
  3251. },
  3252. "node_modules/eslint-plugin-react-hooks": {
  3253. "version": "7.0.1",
  3254. "dev": true,
  3255. "license": "MIT",
  3256. "dependencies": {
  3257. "@babel/core": "^7.24.4",
  3258. "@babel/parser": "^7.24.4",
  3259. "hermes-parser": "^0.25.1",
  3260. "zod": "^3.25.0 || ^4.0.0",
  3261. "zod-validation-error": "^3.5.0 || ^4.0.0"
  3262. },
  3263. "engines": {
  3264. "node": ">=18"
  3265. },
  3266. "peerDependencies": {
  3267. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
  3268. }
  3269. },
  3270. "node_modules/eslint-plugin-react-refresh": {
  3271. "version": "0.4.24",
  3272. "dev": true,
  3273. "license": "MIT",
  3274. "peerDependencies": {
  3275. "eslint": ">=8.40"
  3276. }
  3277. },
  3278. "node_modules/eslint-scope": {
  3279. "version": "8.4.0",
  3280. "dev": true,
  3281. "license": "BSD-2-Clause",
  3282. "dependencies": {
  3283. "esrecurse": "^4.3.0",
  3284. "estraverse": "^5.2.0"
  3285. },
  3286. "engines": {
  3287. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3288. },
  3289. "funding": {
  3290. "url": "https://opencollective.com/eslint"
  3291. }
  3292. },
  3293. "node_modules/eslint-visitor-keys": {
  3294. "version": "4.2.1",
  3295. "dev": true,
  3296. "license": "Apache-2.0",
  3297. "engines": {
  3298. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3299. },
  3300. "funding": {
  3301. "url": "https://opencollective.com/eslint"
  3302. }
  3303. },
  3304. "node_modules/espree": {
  3305. "version": "10.4.0",
  3306. "dev": true,
  3307. "license": "BSD-2-Clause",
  3308. "dependencies": {
  3309. "acorn": "^8.15.0",
  3310. "acorn-jsx": "^5.3.2",
  3311. "eslint-visitor-keys": "^4.2.1"
  3312. },
  3313. "engines": {
  3314. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3315. },
  3316. "funding": {
  3317. "url": "https://opencollective.com/eslint"
  3318. }
  3319. },
  3320. "node_modules/esquery": {
  3321. "version": "1.6.0",
  3322. "dev": true,
  3323. "license": "BSD-3-Clause",
  3324. "dependencies": {
  3325. "estraverse": "^5.1.0"
  3326. },
  3327. "engines": {
  3328. "node": ">=0.10"
  3329. }
  3330. },
  3331. "node_modules/esrecurse": {
  3332. "version": "4.3.0",
  3333. "dev": true,
  3334. "license": "BSD-2-Clause",
  3335. "dependencies": {
  3336. "estraverse": "^5.2.0"
  3337. },
  3338. "engines": {
  3339. "node": ">=4.0"
  3340. }
  3341. },
  3342. "node_modules/estraverse": {
  3343. "version": "5.3.0",
  3344. "dev": true,
  3345. "license": "BSD-2-Clause",
  3346. "engines": {
  3347. "node": ">=4.0"
  3348. }
  3349. },
  3350. "node_modules/estree-walker": {
  3351. "version": "3.0.3",
  3352. "dev": true,
  3353. "license": "MIT",
  3354. "dependencies": {
  3355. "@types/estree": "^1.0.0"
  3356. }
  3357. },
  3358. "node_modules/esutils": {
  3359. "version": "2.0.3",
  3360. "dev": true,
  3361. "license": "BSD-2-Clause",
  3362. "engines": {
  3363. "node": ">=0.10.0"
  3364. }
  3365. },
  3366. "node_modules/expect-type": {
  3367. "version": "1.4.0",
  3368. "dev": true,
  3369. "license": "Apache-2.0",
  3370. "engines": {
  3371. "node": ">=12.0.0"
  3372. }
  3373. },
  3374. "node_modules/fast-deep-equal": {
  3375. "version": "3.1.3",
  3376. "dev": true,
  3377. "license": "MIT"
  3378. },
  3379. "node_modules/fast-glob": {
  3380. "version": "3.3.3",
  3381. "dev": true,
  3382. "license": "MIT",
  3383. "dependencies": {
  3384. "@nodelib/fs.stat": "^2.0.2",
  3385. "@nodelib/fs.walk": "^1.2.3",
  3386. "glob-parent": "^5.1.2",
  3387. "merge2": "^1.3.0",
  3388. "micromatch": "^4.0.8"
  3389. },
  3390. "engines": {
  3391. "node": ">=8.6.0"
  3392. }
  3393. },
  3394. "node_modules/fast-glob/node_modules/glob-parent": {
  3395. "version": "5.1.2",
  3396. "dev": true,
  3397. "license": "ISC",
  3398. "dependencies": {
  3399. "is-glob": "^4.0.1"
  3400. },
  3401. "engines": {
  3402. "node": ">= 6"
  3403. }
  3404. },
  3405. "node_modules/fast-json-stable-stringify": {
  3406. "version": "2.1.0",
  3407. "dev": true,
  3408. "license": "MIT"
  3409. },
  3410. "node_modules/fast-levenshtein": {
  3411. "version": "2.0.6",
  3412. "dev": true,
  3413. "license": "MIT"
  3414. },
  3415. "node_modules/fastq": {
  3416. "version": "1.19.1",
  3417. "dev": true,
  3418. "license": "ISC",
  3419. "dependencies": {
  3420. "reusify": "^1.0.4"
  3421. }
  3422. },
  3423. "node_modules/file-entry-cache": {
  3424. "version": "8.0.0",
  3425. "dev": true,
  3426. "license": "MIT",
  3427. "dependencies": {
  3428. "flat-cache": "^4.0.0"
  3429. },
  3430. "engines": {
  3431. "node": ">=16.0.0"
  3432. }
  3433. },
  3434. "node_modules/fill-range": {
  3435. "version": "7.1.1",
  3436. "dev": true,
  3437. "license": "MIT",
  3438. "dependencies": {
  3439. "to-regex-range": "^5.0.1"
  3440. },
  3441. "engines": {
  3442. "node": ">=8"
  3443. }
  3444. },
  3445. "node_modules/find-root": {
  3446. "version": "1.1.0",
  3447. "license": "MIT"
  3448. },
  3449. "node_modules/find-up": {
  3450. "version": "5.0.0",
  3451. "dev": true,
  3452. "license": "MIT",
  3453. "dependencies": {
  3454. "locate-path": "^6.0.0",
  3455. "path-exists": "^4.0.0"
  3456. },
  3457. "engines": {
  3458. "node": ">=10"
  3459. },
  3460. "funding": {
  3461. "url": "https://github.com/sponsors/sindresorhus"
  3462. }
  3463. },
  3464. "node_modules/flat-cache": {
  3465. "version": "4.0.1",
  3466. "dev": true,
  3467. "license": "MIT",
  3468. "dependencies": {
  3469. "flatted": "^3.2.9",
  3470. "keyv": "^4.5.4"
  3471. },
  3472. "engines": {
  3473. "node": ">=16"
  3474. }
  3475. },
  3476. "node_modules/flatted": {
  3477. "version": "3.4.4",
  3478. "dev": true,
  3479. "license": "ISC"
  3480. },
  3481. "node_modules/fsevents": {
  3482. "version": "2.3.3",
  3483. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  3484. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  3485. "dev": true,
  3486. "hasInstallScript": true,
  3487. "license": "MIT",
  3488. "optional": true,
  3489. "os": [
  3490. "darwin"
  3491. ],
  3492. "engines": {
  3493. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  3494. }
  3495. },
  3496. "node_modules/function-bind": {
  3497. "version": "1.1.2",
  3498. "license": "MIT",
  3499. "funding": {
  3500. "url": "https://github.com/sponsors/ljharb"
  3501. }
  3502. },
  3503. "node_modules/gensync": {
  3504. "version": "1.0.0-beta.2",
  3505. "dev": true,
  3506. "license": "MIT",
  3507. "engines": {
  3508. "node": ">=6.9.0"
  3509. }
  3510. },
  3511. "node_modules/get-east-asian-width": {
  3512. "version": "1.4.0",
  3513. "dev": true,
  3514. "license": "MIT",
  3515. "engines": {
  3516. "node": ">=18"
  3517. },
  3518. "funding": {
  3519. "url": "https://github.com/sponsors/sindresorhus"
  3520. }
  3521. },
  3522. "node_modules/glob-parent": {
  3523. "version": "6.0.2",
  3524. "dev": true,
  3525. "license": "ISC",
  3526. "dependencies": {
  3527. "is-glob": "^4.0.3"
  3528. },
  3529. "engines": {
  3530. "node": ">=10.13.0"
  3531. }
  3532. },
  3533. "node_modules/globals": {
  3534. "version": "16.5.0",
  3535. "dev": true,
  3536. "license": "MIT",
  3537. "engines": {
  3538. "node": ">=18"
  3539. },
  3540. "funding": {
  3541. "url": "https://github.com/sponsors/sindresorhus"
  3542. }
  3543. },
  3544. "node_modules/graphemer": {
  3545. "version": "1.4.0",
  3546. "dev": true,
  3547. "license": "MIT"
  3548. },
  3549. "node_modules/handlebars": {
  3550. "version": "4.7.9",
  3551. "dev": true,
  3552. "license": "MIT",
  3553. "dependencies": {
  3554. "minimist": "^1.2.5",
  3555. "neo-async": "^2.6.2",
  3556. "source-map": "^0.6.1",
  3557. "wordwrap": "^1.0.0"
  3558. },
  3559. "bin": {
  3560. "handlebars": "bin/handlebars"
  3561. },
  3562. "engines": {
  3563. "node": ">=0.4.7"
  3564. },
  3565. "optionalDependencies": {
  3566. "uglify-js": "^3.1.4"
  3567. }
  3568. },
  3569. "node_modules/has-flag": {
  3570. "version": "4.0.0",
  3571. "dev": true,
  3572. "license": "MIT",
  3573. "engines": {
  3574. "node": ">=8"
  3575. }
  3576. },
  3577. "node_modules/hasown": {
  3578. "version": "2.0.2",
  3579. "license": "MIT",
  3580. "dependencies": {
  3581. "function-bind": "^1.1.2"
  3582. },
  3583. "engines": {
  3584. "node": ">= 0.4"
  3585. }
  3586. },
  3587. "node_modules/hermes-estree": {
  3588. "version": "0.25.1",
  3589. "dev": true,
  3590. "license": "MIT"
  3591. },
  3592. "node_modules/hermes-parser": {
  3593. "version": "0.25.1",
  3594. "dev": true,
  3595. "license": "MIT",
  3596. "dependencies": {
  3597. "hermes-estree": "0.25.1"
  3598. }
  3599. },
  3600. "node_modules/hoist-non-react-statics": {
  3601. "version": "3.3.2",
  3602. "license": "BSD-3-Clause",
  3603. "dependencies": {
  3604. "react-is": "^16.7.0"
  3605. }
  3606. },
  3607. "node_modules/hoist-non-react-statics/node_modules/react-is": {
  3608. "version": "16.13.1",
  3609. "license": "MIT"
  3610. },
  3611. "node_modules/ignore": {
  3612. "version": "5.3.2",
  3613. "dev": true,
  3614. "license": "MIT",
  3615. "engines": {
  3616. "node": ">= 4"
  3617. }
  3618. },
  3619. "node_modules/import-fresh": {
  3620. "version": "3.3.1",
  3621. "license": "MIT",
  3622. "dependencies": {
  3623. "parent-module": "^1.0.0",
  3624. "resolve-from": "^4.0.0"
  3625. },
  3626. "engines": {
  3627. "node": ">=6"
  3628. },
  3629. "funding": {
  3630. "url": "https://github.com/sponsors/sindresorhus"
  3631. }
  3632. },
  3633. "node_modules/imurmurhash": {
  3634. "version": "0.1.4",
  3635. "dev": true,
  3636. "license": "MIT",
  3637. "engines": {
  3638. "node": ">=0.8.19"
  3639. }
  3640. },
  3641. "node_modules/is-arrayish": {
  3642. "version": "0.2.1",
  3643. "license": "MIT"
  3644. },
  3645. "node_modules/is-core-module": {
  3646. "version": "2.16.1",
  3647. "license": "MIT",
  3648. "dependencies": {
  3649. "hasown": "^2.0.2"
  3650. },
  3651. "engines": {
  3652. "node": ">= 0.4"
  3653. },
  3654. "funding": {
  3655. "url": "https://github.com/sponsors/ljharb"
  3656. }
  3657. },
  3658. "node_modules/is-extglob": {
  3659. "version": "2.1.1",
  3660. "dev": true,
  3661. "license": "MIT",
  3662. "engines": {
  3663. "node": ">=0.10.0"
  3664. }
  3665. },
  3666. "node_modules/is-glob": {
  3667. "version": "4.0.3",
  3668. "dev": true,
  3669. "license": "MIT",
  3670. "dependencies": {
  3671. "is-extglob": "^2.1.1"
  3672. },
  3673. "engines": {
  3674. "node": ">=0.10.0"
  3675. }
  3676. },
  3677. "node_modules/is-interactive": {
  3678. "version": "2.0.0",
  3679. "dev": true,
  3680. "license": "MIT",
  3681. "engines": {
  3682. "node": ">=12"
  3683. },
  3684. "funding": {
  3685. "url": "https://github.com/sponsors/sindresorhus"
  3686. }
  3687. },
  3688. "node_modules/is-number": {
  3689. "version": "7.0.0",
  3690. "dev": true,
  3691. "license": "MIT",
  3692. "engines": {
  3693. "node": ">=0.12.0"
  3694. }
  3695. },
  3696. "node_modules/is-unicode-supported": {
  3697. "version": "2.1.0",
  3698. "dev": true,
  3699. "license": "MIT",
  3700. "engines": {
  3701. "node": ">=18"
  3702. },
  3703. "funding": {
  3704. "url": "https://github.com/sponsors/sindresorhus"
  3705. }
  3706. },
  3707. "node_modules/isexe": {
  3708. "version": "2.0.0",
  3709. "dev": true,
  3710. "license": "ISC"
  3711. },
  3712. "node_modules/js-tokens": {
  3713. "version": "4.0.0",
  3714. "license": "MIT"
  3715. },
  3716. "node_modules/js-yaml": {
  3717. "version": "4.3.1",
  3718. "dev": true,
  3719. "funding": [
  3720. {
  3721. "type": "github",
  3722. "url": "https://github.com/sponsors/puzrin"
  3723. },
  3724. {
  3725. "type": "github",
  3726. "url": "https://github.com/sponsors/nodeca"
  3727. }
  3728. ],
  3729. "license": "MIT",
  3730. "dependencies": {
  3731. "argparse": "^2.0.1"
  3732. },
  3733. "bin": {
  3734. "js-yaml": "bin/js-yaml.js"
  3735. }
  3736. },
  3737. "node_modules/jsesc": {
  3738. "version": "3.1.0",
  3739. "license": "MIT",
  3740. "bin": {
  3741. "jsesc": "bin/jsesc"
  3742. },
  3743. "engines": {
  3744. "node": ">=6"
  3745. }
  3746. },
  3747. "node_modules/json-buffer": {
  3748. "version": "3.0.1",
  3749. "dev": true,
  3750. "license": "MIT"
  3751. },
  3752. "node_modules/json-parse-even-better-errors": {
  3753. "version": "2.3.1",
  3754. "license": "MIT"
  3755. },
  3756. "node_modules/json-schema-traverse": {
  3757. "version": "0.4.1",
  3758. "dev": true,
  3759. "license": "MIT"
  3760. },
  3761. "node_modules/json-stable-stringify-without-jsonify": {
  3762. "version": "1.0.1",
  3763. "dev": true,
  3764. "license": "MIT"
  3765. },
  3766. "node_modules/json5": {
  3767. "version": "2.2.3",
  3768. "dev": true,
  3769. "license": "MIT",
  3770. "bin": {
  3771. "json5": "lib/cli.js"
  3772. },
  3773. "engines": {
  3774. "node": ">=6"
  3775. }
  3776. },
  3777. "node_modules/keyv": {
  3778. "version": "4.5.4",
  3779. "dev": true,
  3780. "license": "MIT",
  3781. "dependencies": {
  3782. "json-buffer": "3.0.1"
  3783. }
  3784. },
  3785. "node_modules/levn": {
  3786. "version": "0.4.1",
  3787. "dev": true,
  3788. "license": "MIT",
  3789. "dependencies": {
  3790. "prelude-ls": "^1.2.1",
  3791. "type-check": "~0.4.0"
  3792. },
  3793. "engines": {
  3794. "node": ">= 0.8.0"
  3795. }
  3796. },
  3797. "node_modules/lightningcss": {
  3798. "version": "1.33.0",
  3799. "dev": true,
  3800. "license": "MPL-2.0",
  3801. "dependencies": {
  3802. "detect-libc": "^2.0.3"
  3803. },
  3804. "engines": {
  3805. "node": ">= 12.0.0"
  3806. },
  3807. "funding": {
  3808. "type": "opencollective",
  3809. "url": "https://opencollective.com/parcel"
  3810. },
  3811. "optionalDependencies": {
  3812. "lightningcss-android-arm64": "1.33.0",
  3813. "lightningcss-darwin-arm64": "1.33.0",
  3814. "lightningcss-darwin-x64": "1.33.0",
  3815. "lightningcss-freebsd-x64": "1.33.0",
  3816. "lightningcss-linux-arm-gnueabihf": "1.33.0",
  3817. "lightningcss-linux-arm64-gnu": "1.33.0",
  3818. "lightningcss-linux-arm64-musl": "1.33.0",
  3819. "lightningcss-linux-x64-gnu": "1.33.0",
  3820. "lightningcss-linux-x64-musl": "1.33.0",
  3821. "lightningcss-win32-arm64-msvc": "1.33.0",
  3822. "lightningcss-win32-x64-msvc": "1.33.0"
  3823. }
  3824. },
  3825. "node_modules/lightningcss-android-arm64": {
  3826. "version": "1.33.0",
  3827. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
  3828. "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
  3829. "cpu": [
  3830. "arm64"
  3831. ],
  3832. "dev": true,
  3833. "license": "MPL-2.0",
  3834. "optional": true,
  3835. "os": [
  3836. "android"
  3837. ],
  3838. "engines": {
  3839. "node": ">= 12.0.0"
  3840. },
  3841. "funding": {
  3842. "type": "opencollective",
  3843. "url": "https://opencollective.com/parcel"
  3844. }
  3845. },
  3846. "node_modules/lightningcss-darwin-arm64": {
  3847. "version": "1.33.0",
  3848. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
  3849. "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
  3850. "cpu": [
  3851. "arm64"
  3852. ],
  3853. "dev": true,
  3854. "license": "MPL-2.0",
  3855. "optional": true,
  3856. "os": [
  3857. "darwin"
  3858. ],
  3859. "engines": {
  3860. "node": ">= 12.0.0"
  3861. },
  3862. "funding": {
  3863. "type": "opencollective",
  3864. "url": "https://opencollective.com/parcel"
  3865. }
  3866. },
  3867. "node_modules/lightningcss-darwin-x64": {
  3868. "version": "1.33.0",
  3869. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
  3870. "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
  3871. "cpu": [
  3872. "x64"
  3873. ],
  3874. "dev": true,
  3875. "license": "MPL-2.0",
  3876. "optional": true,
  3877. "os": [
  3878. "darwin"
  3879. ],
  3880. "engines": {
  3881. "node": ">= 12.0.0"
  3882. },
  3883. "funding": {
  3884. "type": "opencollective",
  3885. "url": "https://opencollective.com/parcel"
  3886. }
  3887. },
  3888. "node_modules/lightningcss-freebsd-x64": {
  3889. "version": "1.33.0",
  3890. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
  3891. "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
  3892. "cpu": [
  3893. "x64"
  3894. ],
  3895. "dev": true,
  3896. "license": "MPL-2.0",
  3897. "optional": true,
  3898. "os": [
  3899. "freebsd"
  3900. ],
  3901. "engines": {
  3902. "node": ">= 12.0.0"
  3903. },
  3904. "funding": {
  3905. "type": "opencollective",
  3906. "url": "https://opencollective.com/parcel"
  3907. }
  3908. },
  3909. "node_modules/lightningcss-linux-arm-gnueabihf": {
  3910. "version": "1.33.0",
  3911. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
  3912. "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
  3913. "cpu": [
  3914. "arm"
  3915. ],
  3916. "dev": true,
  3917. "license": "MPL-2.0",
  3918. "optional": true,
  3919. "os": [
  3920. "linux"
  3921. ],
  3922. "engines": {
  3923. "node": ">= 12.0.0"
  3924. },
  3925. "funding": {
  3926. "type": "opencollective",
  3927. "url": "https://opencollective.com/parcel"
  3928. }
  3929. },
  3930. "node_modules/lightningcss-linux-arm64-gnu": {
  3931. "version": "1.33.0",
  3932. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
  3933. "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
  3934. "cpu": [
  3935. "arm64"
  3936. ],
  3937. "dev": true,
  3938. "libc": [
  3939. "glibc"
  3940. ],
  3941. "license": "MPL-2.0",
  3942. "optional": true,
  3943. "os": [
  3944. "linux"
  3945. ],
  3946. "engines": {
  3947. "node": ">= 12.0.0"
  3948. },
  3949. "funding": {
  3950. "type": "opencollective",
  3951. "url": "https://opencollective.com/parcel"
  3952. }
  3953. },
  3954. "node_modules/lightningcss-linux-arm64-musl": {
  3955. "version": "1.33.0",
  3956. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
  3957. "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
  3958. "cpu": [
  3959. "arm64"
  3960. ],
  3961. "dev": true,
  3962. "libc": [
  3963. "musl"
  3964. ],
  3965. "license": "MPL-2.0",
  3966. "optional": true,
  3967. "os": [
  3968. "linux"
  3969. ],
  3970. "engines": {
  3971. "node": ">= 12.0.0"
  3972. },
  3973. "funding": {
  3974. "type": "opencollective",
  3975. "url": "https://opencollective.com/parcel"
  3976. }
  3977. },
  3978. "node_modules/lightningcss-linux-x64-gnu": {
  3979. "version": "1.33.0",
  3980. "cpu": [
  3981. "x64"
  3982. ],
  3983. "dev": true,
  3984. "libc": [
  3985. "glibc"
  3986. ],
  3987. "license": "MPL-2.0",
  3988. "optional": true,
  3989. "os": [
  3990. "linux"
  3991. ],
  3992. "engines": {
  3993. "node": ">= 12.0.0"
  3994. },
  3995. "funding": {
  3996. "type": "opencollective",
  3997. "url": "https://opencollective.com/parcel"
  3998. }
  3999. },
  4000. "node_modules/lightningcss-linux-x64-musl": {
  4001. "version": "1.33.0",
  4002. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
  4003. "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
  4004. "cpu": [
  4005. "x64"
  4006. ],
  4007. "dev": true,
  4008. "libc": [
  4009. "musl"
  4010. ],
  4011. "license": "MPL-2.0",
  4012. "optional": true,
  4013. "os": [
  4014. "linux"
  4015. ],
  4016. "engines": {
  4017. "node": ">= 12.0.0"
  4018. },
  4019. "funding": {
  4020. "type": "opencollective",
  4021. "url": "https://opencollective.com/parcel"
  4022. }
  4023. },
  4024. "node_modules/lightningcss-win32-arm64-msvc": {
  4025. "version": "1.33.0",
  4026. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
  4027. "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
  4028. "cpu": [
  4029. "arm64"
  4030. ],
  4031. "dev": true,
  4032. "license": "MPL-2.0",
  4033. "optional": true,
  4034. "os": [
  4035. "win32"
  4036. ],
  4037. "engines": {
  4038. "node": ">= 12.0.0"
  4039. },
  4040. "funding": {
  4041. "type": "opencollective",
  4042. "url": "https://opencollective.com/parcel"
  4043. }
  4044. },
  4045. "node_modules/lightningcss-win32-x64-msvc": {
  4046. "version": "1.33.0",
  4047. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
  4048. "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
  4049. "cpu": [
  4050. "x64"
  4051. ],
  4052. "dev": true,
  4053. "license": "MPL-2.0",
  4054. "optional": true,
  4055. "os": [
  4056. "win32"
  4057. ],
  4058. "engines": {
  4059. "node": ">= 12.0.0"
  4060. },
  4061. "funding": {
  4062. "type": "opencollective",
  4063. "url": "https://opencollective.com/parcel"
  4064. }
  4065. },
  4066. "node_modules/lines-and-columns": {
  4067. "version": "1.2.4",
  4068. "license": "MIT"
  4069. },
  4070. "node_modules/locate-path": {
  4071. "version": "6.0.0",
  4072. "dev": true,
  4073. "license": "MIT",
  4074. "dependencies": {
  4075. "p-locate": "^5.0.0"
  4076. },
  4077. "engines": {
  4078. "node": ">=10"
  4079. },
  4080. "funding": {
  4081. "url": "https://github.com/sponsors/sindresorhus"
  4082. }
  4083. },
  4084. "node_modules/lodash": {
  4085. "version": "4.18.1",
  4086. "license": "MIT"
  4087. },
  4088. "node_modules/lodash-es": {
  4089. "version": "4.18.1",
  4090. "license": "MIT"
  4091. },
  4092. "node_modules/lodash.merge": {
  4093. "version": "4.6.2",
  4094. "dev": true,
  4095. "license": "MIT"
  4096. },
  4097. "node_modules/log-symbols": {
  4098. "version": "7.0.1",
  4099. "dev": true,
  4100. "license": "MIT",
  4101. "dependencies": {
  4102. "is-unicode-supported": "^2.0.0",
  4103. "yoctocolors": "^2.1.1"
  4104. },
  4105. "engines": {
  4106. "node": ">=18"
  4107. },
  4108. "funding": {
  4109. "url": "https://github.com/sponsors/sindresorhus"
  4110. }
  4111. },
  4112. "node_modules/loose-envify": {
  4113. "version": "1.4.0",
  4114. "license": "MIT",
  4115. "dependencies": {
  4116. "js-tokens": "^3.0.0 || ^4.0.0"
  4117. },
  4118. "bin": {
  4119. "loose-envify": "cli.js"
  4120. }
  4121. },
  4122. "node_modules/lru-cache": {
  4123. "version": "5.1.1",
  4124. "dev": true,
  4125. "license": "ISC",
  4126. "dependencies": {
  4127. "yallist": "^3.0.2"
  4128. }
  4129. },
  4130. "node_modules/magic-string": {
  4131. "version": "0.30.21",
  4132. "dev": true,
  4133. "license": "MIT",
  4134. "dependencies": {
  4135. "@jridgewell/sourcemap-codec": "^1.5.5"
  4136. }
  4137. },
  4138. "node_modules/make-error": {
  4139. "version": "1.3.6",
  4140. "dev": true,
  4141. "license": "ISC"
  4142. },
  4143. "node_modules/merge2": {
  4144. "version": "1.4.1",
  4145. "dev": true,
  4146. "license": "MIT",
  4147. "engines": {
  4148. "node": ">= 8"
  4149. }
  4150. },
  4151. "node_modules/micromatch": {
  4152. "version": "4.0.8",
  4153. "dev": true,
  4154. "license": "MIT",
  4155. "dependencies": {
  4156. "braces": "^3.0.3",
  4157. "picomatch": "^2.3.1"
  4158. },
  4159. "engines": {
  4160. "node": ">=8.6"
  4161. }
  4162. },
  4163. "node_modules/mimic-function": {
  4164. "version": "5.0.1",
  4165. "dev": true,
  4166. "license": "MIT",
  4167. "engines": {
  4168. "node": ">=18"
  4169. },
  4170. "funding": {
  4171. "url": "https://github.com/sponsors/sindresorhus"
  4172. }
  4173. },
  4174. "node_modules/minimatch": {
  4175. "version": "3.1.5",
  4176. "dev": true,
  4177. "license": "ISC",
  4178. "dependencies": {
  4179. "brace-expansion": "^1.1.7"
  4180. },
  4181. "engines": {
  4182. "node": "*"
  4183. }
  4184. },
  4185. "node_modules/minimist": {
  4186. "version": "1.2.8",
  4187. "dev": true,
  4188. "license": "MIT",
  4189. "funding": {
  4190. "url": "https://github.com/sponsors/ljharb"
  4191. }
  4192. },
  4193. "node_modules/ms": {
  4194. "version": "2.1.3",
  4195. "license": "MIT"
  4196. },
  4197. "node_modules/nanoid": {
  4198. "version": "3.3.17",
  4199. "dev": true,
  4200. "funding": [
  4201. {
  4202. "type": "github",
  4203. "url": "https://github.com/sponsors/ai"
  4204. }
  4205. ],
  4206. "license": "MIT",
  4207. "bin": {
  4208. "nanoid": "bin/nanoid.cjs"
  4209. },
  4210. "engines": {
  4211. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  4212. }
  4213. },
  4214. "node_modules/natural-compare": {
  4215. "version": "1.4.0",
  4216. "dev": true,
  4217. "license": "MIT"
  4218. },
  4219. "node_modules/neo-async": {
  4220. "version": "2.6.2",
  4221. "dev": true,
  4222. "license": "MIT"
  4223. },
  4224. "node_modules/node-releases": {
  4225. "version": "2.0.52",
  4226. "dev": true,
  4227. "license": "MIT",
  4228. "engines": {
  4229. "node": ">=18"
  4230. }
  4231. },
  4232. "node_modules/object-assign": {
  4233. "version": "4.1.1",
  4234. "license": "MIT",
  4235. "engines": {
  4236. "node": ">=0.10.0"
  4237. }
  4238. },
  4239. "node_modules/obug": {
  4240. "version": "2.1.4",
  4241. "dev": true,
  4242. "funding": [
  4243. "https://github.com/sponsors/sxzz",
  4244. "https://opencollective.com/debug"
  4245. ],
  4246. "license": "MIT",
  4247. "engines": {
  4248. "node": ">=12.20.0"
  4249. }
  4250. },
  4251. "node_modules/onetime": {
  4252. "version": "7.0.0",
  4253. "dev": true,
  4254. "license": "MIT",
  4255. "dependencies": {
  4256. "mimic-function": "^5.0.0"
  4257. },
  4258. "engines": {
  4259. "node": ">=18"
  4260. },
  4261. "funding": {
  4262. "url": "https://github.com/sponsors/sindresorhus"
  4263. }
  4264. },
  4265. "node_modules/optionator": {
  4266. "version": "0.9.4",
  4267. "dev": true,
  4268. "license": "MIT",
  4269. "dependencies": {
  4270. "deep-is": "^0.1.3",
  4271. "fast-levenshtein": "^2.0.6",
  4272. "levn": "^0.4.1",
  4273. "prelude-ls": "^1.2.1",
  4274. "type-check": "^0.4.0",
  4275. "word-wrap": "^1.2.5"
  4276. },
  4277. "engines": {
  4278. "node": ">= 0.8.0"
  4279. }
  4280. },
  4281. "node_modules/ora": {
  4282. "version": "9.0.0",
  4283. "dev": true,
  4284. "license": "MIT",
  4285. "dependencies": {
  4286. "chalk": "^5.6.2",
  4287. "cli-cursor": "^5.0.0",
  4288. "cli-spinners": "^3.2.0",
  4289. "is-interactive": "^2.0.0",
  4290. "is-unicode-supported": "^2.1.0",
  4291. "log-symbols": "^7.0.1",
  4292. "stdin-discarder": "^0.2.2",
  4293. "string-width": "^8.1.0",
  4294. "strip-ansi": "^7.1.2"
  4295. },
  4296. "engines": {
  4297. "node": ">=20"
  4298. },
  4299. "funding": {
  4300. "url": "https://github.com/sponsors/sindresorhus"
  4301. }
  4302. },
  4303. "node_modules/ora/node_modules/chalk": {
  4304. "version": "5.6.2",
  4305. "dev": true,
  4306. "license": "MIT",
  4307. "engines": {
  4308. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  4309. },
  4310. "funding": {
  4311. "url": "https://github.com/chalk/chalk?sponsor=1"
  4312. }
  4313. },
  4314. "node_modules/p-limit": {
  4315. "version": "3.1.0",
  4316. "dev": true,
  4317. "license": "MIT",
  4318. "dependencies": {
  4319. "yocto-queue": "^0.1.0"
  4320. },
  4321. "engines": {
  4322. "node": ">=10"
  4323. },
  4324. "funding": {
  4325. "url": "https://github.com/sponsors/sindresorhus"
  4326. }
  4327. },
  4328. "node_modules/p-locate": {
  4329. "version": "5.0.0",
  4330. "dev": true,
  4331. "license": "MIT",
  4332. "dependencies": {
  4333. "p-limit": "^3.0.2"
  4334. },
  4335. "engines": {
  4336. "node": ">=10"
  4337. },
  4338. "funding": {
  4339. "url": "https://github.com/sponsors/sindresorhus"
  4340. }
  4341. },
  4342. "node_modules/pako": {
  4343. "version": "2.1.0",
  4344. "license": "(MIT AND Zlib)"
  4345. },
  4346. "node_modules/parent-module": {
  4347. "version": "1.0.1",
  4348. "license": "MIT",
  4349. "dependencies": {
  4350. "callsites": "^3.0.0"
  4351. },
  4352. "engines": {
  4353. "node": ">=6"
  4354. }
  4355. },
  4356. "node_modules/parse-json": {
  4357. "version": "5.2.0",
  4358. "license": "MIT",
  4359. "dependencies": {
  4360. "@babel/code-frame": "^7.0.0",
  4361. "error-ex": "^1.3.1",
  4362. "json-parse-even-better-errors": "^2.3.0",
  4363. "lines-and-columns": "^1.1.6"
  4364. },
  4365. "engines": {
  4366. "node": ">=8"
  4367. },
  4368. "funding": {
  4369. "url": "https://github.com/sponsors/sindresorhus"
  4370. }
  4371. },
  4372. "node_modules/path-exists": {
  4373. "version": "4.0.0",
  4374. "dev": true,
  4375. "license": "MIT",
  4376. "engines": {
  4377. "node": ">=8"
  4378. }
  4379. },
  4380. "node_modules/path-key": {
  4381. "version": "3.1.1",
  4382. "dev": true,
  4383. "license": "MIT",
  4384. "engines": {
  4385. "node": ">=8"
  4386. }
  4387. },
  4388. "node_modules/path-parse": {
  4389. "version": "1.0.7",
  4390. "license": "MIT"
  4391. },
  4392. "node_modules/path-type": {
  4393. "version": "4.0.0",
  4394. "license": "MIT",
  4395. "engines": {
  4396. "node": ">=8"
  4397. }
  4398. },
  4399. "node_modules/pathe": {
  4400. "version": "2.0.3",
  4401. "dev": true,
  4402. "license": "MIT"
  4403. },
  4404. "node_modules/picocolors": {
  4405. "version": "1.1.1",
  4406. "license": "ISC"
  4407. },
  4408. "node_modules/picomatch": {
  4409. "version": "2.3.2",
  4410. "dev": true,
  4411. "license": "MIT",
  4412. "engines": {
  4413. "node": ">=8.6"
  4414. },
  4415. "funding": {
  4416. "url": "https://github.com/sponsors/jonschlinkert"
  4417. }
  4418. },
  4419. "node_modules/postcss": {
  4420. "version": "8.5.25",
  4421. "dev": true,
  4422. "funding": [
  4423. {
  4424. "type": "opencollective",
  4425. "url": "https://opencollective.com/postcss/"
  4426. },
  4427. {
  4428. "type": "tidelift",
  4429. "url": "https://tidelift.com/funding/github/npm/postcss"
  4430. },
  4431. {
  4432. "type": "github",
  4433. "url": "https://github.com/sponsors/ai"
  4434. }
  4435. ],
  4436. "license": "MIT",
  4437. "dependencies": {
  4438. "nanoid": "^3.3.16",
  4439. "picocolors": "^1.1.1",
  4440. "source-map-js": "^1.2.1"
  4441. },
  4442. "engines": {
  4443. "node": "^10 || ^12 || >=14"
  4444. }
  4445. },
  4446. "node_modules/prelude-ls": {
  4447. "version": "1.2.1",
  4448. "dev": true,
  4449. "license": "MIT",
  4450. "engines": {
  4451. "node": ">= 0.8.0"
  4452. }
  4453. },
  4454. "node_modules/prettier": {
  4455. "version": "3.6.2",
  4456. "dev": true,
  4457. "license": "MIT",
  4458. "bin": {
  4459. "prettier": "bin/prettier.cjs"
  4460. },
  4461. "engines": {
  4462. "node": ">=14"
  4463. },
  4464. "funding": {
  4465. "url": "https://github.com/prettier/prettier?sponsor=1"
  4466. }
  4467. },
  4468. "node_modules/prop-types": {
  4469. "version": "15.8.1",
  4470. "license": "MIT",
  4471. "dependencies": {
  4472. "loose-envify": "^1.4.0",
  4473. "object-assign": "^4.1.1",
  4474. "react-is": "^16.13.1"
  4475. }
  4476. },
  4477. "node_modules/prop-types/node_modules/react-is": {
  4478. "version": "16.13.1",
  4479. "license": "MIT"
  4480. },
  4481. "node_modules/punycode": {
  4482. "version": "2.3.1",
  4483. "dev": true,
  4484. "license": "MIT",
  4485. "engines": {
  4486. "node": ">=6"
  4487. }
  4488. },
  4489. "node_modules/queue-microtask": {
  4490. "version": "1.2.3",
  4491. "dev": true,
  4492. "funding": [
  4493. {
  4494. "type": "github",
  4495. "url": "https://github.com/sponsors/feross"
  4496. },
  4497. {
  4498. "type": "patreon",
  4499. "url": "https://www.patreon.com/feross"
  4500. },
  4501. {
  4502. "type": "consulting",
  4503. "url": "https://feross.org/support"
  4504. }
  4505. ],
  4506. "license": "MIT"
  4507. },
  4508. "node_modules/react": {
  4509. "version": "19.2.8",
  4510. "license": "MIT",
  4511. "engines": {
  4512. "node": ">=0.10.0"
  4513. }
  4514. },
  4515. "node_modules/react-dom": {
  4516. "version": "19.2.8",
  4517. "license": "MIT",
  4518. "dependencies": {
  4519. "scheduler": "^0.27.0"
  4520. },
  4521. "peerDependencies": {
  4522. "react": "^19.2.8"
  4523. }
  4524. },
  4525. "node_modules/react-is": {
  4526. "version": "19.2.0",
  4527. "license": "MIT"
  4528. },
  4529. "node_modules/react-router": {
  4530. "version": "8.3.0",
  4531. "license": "MIT",
  4532. "dependencies": {
  4533. "cookie-es": "^3.1.1"
  4534. },
  4535. "engines": {
  4536. "node": ">=22.22.0"
  4537. },
  4538. "peerDependencies": {
  4539. "react": ">=19.2.7",
  4540. "react-dom": ">=19.2.7"
  4541. },
  4542. "peerDependenciesMeta": {
  4543. "react-dom": {
  4544. "optional": true
  4545. }
  4546. }
  4547. },
  4548. "node_modules/react-transition-group": {
  4549. "version": "4.4.5",
  4550. "license": "BSD-3-Clause",
  4551. "dependencies": {
  4552. "@babel/runtime": "^7.5.5",
  4553. "dom-helpers": "^5.0.1",
  4554. "loose-envify": "^1.4.0",
  4555. "prop-types": "^15.6.2"
  4556. },
  4557. "peerDependencies": {
  4558. "react": ">=16.6.0",
  4559. "react-dom": ">=16.6.0"
  4560. }
  4561. },
  4562. "node_modules/reactflow": {
  4563. "version": "11.11.4",
  4564. "resolved": "https://registry.npmjs.org/reactflow/-/reactflow-11.11.4.tgz",
  4565. "integrity": "sha512-70FOtJkUWH3BAOsN+LU9lCrKoKbtOPnz2uq0CV2PLdNSwxTXOhCbsZr50GmZ+Rtw3jx8Uv7/vBFtCGixLfd4Og==",
  4566. "license": "MIT",
  4567. "dependencies": {
  4568. "@reactflow/background": "11.3.14",
  4569. "@reactflow/controls": "11.2.14",
  4570. "@reactflow/core": "11.11.4",
  4571. "@reactflow/minimap": "11.7.14",
  4572. "@reactflow/node-resizer": "2.2.14",
  4573. "@reactflow/node-toolbar": "1.3.14"
  4574. },
  4575. "peerDependencies": {
  4576. "react": ">=17",
  4577. "react-dom": ">=17"
  4578. }
  4579. },
  4580. "node_modules/resolve": {
  4581. "version": "1.22.11",
  4582. "license": "MIT",
  4583. "dependencies": {
  4584. "is-core-module": "^2.16.1",
  4585. "path-parse": "^1.0.7",
  4586. "supports-preserve-symlinks-flag": "^1.0.0"
  4587. },
  4588. "bin": {
  4589. "resolve": "bin/resolve"
  4590. },
  4591. "engines": {
  4592. "node": ">= 0.4"
  4593. },
  4594. "funding": {
  4595. "url": "https://github.com/sponsors/ljharb"
  4596. }
  4597. },
  4598. "node_modules/resolve-from": {
  4599. "version": "4.0.0",
  4600. "license": "MIT",
  4601. "engines": {
  4602. "node": ">=4"
  4603. }
  4604. },
  4605. "node_modules/restore-cursor": {
  4606. "version": "5.1.0",
  4607. "dev": true,
  4608. "license": "MIT",
  4609. "dependencies": {
  4610. "onetime": "^7.0.0",
  4611. "signal-exit": "^4.1.0"
  4612. },
  4613. "engines": {
  4614. "node": ">=18"
  4615. },
  4616. "funding": {
  4617. "url": "https://github.com/sponsors/sindresorhus"
  4618. }
  4619. },
  4620. "node_modules/reusify": {
  4621. "version": "1.1.0",
  4622. "dev": true,
  4623. "license": "MIT",
  4624. "engines": {
  4625. "iojs": ">=1.0.0",
  4626. "node": ">=0.10.0"
  4627. }
  4628. },
  4629. "node_modules/rolldown": {
  4630. "version": "1.2.2",
  4631. "dev": true,
  4632. "license": "MIT",
  4633. "dependencies": {
  4634. "@oxc-project/types": "=0.142.0",
  4635. "@rolldown/pluginutils": "^1.0.0"
  4636. },
  4637. "bin": {
  4638. "rolldown": "bin/cli.mjs"
  4639. },
  4640. "engines": {
  4641. "node": "^20.19.0 || >=22.12.0"
  4642. },
  4643. "optionalDependencies": {
  4644. "@rolldown/binding-android-arm64": "1.2.2",
  4645. "@rolldown/binding-darwin-arm64": "1.2.2",
  4646. "@rolldown/binding-darwin-x64": "1.2.2",
  4647. "@rolldown/binding-freebsd-x64": "1.2.2",
  4648. "@rolldown/binding-linux-arm-gnueabihf": "1.2.2",
  4649. "@rolldown/binding-linux-arm64-gnu": "1.2.2",
  4650. "@rolldown/binding-linux-arm64-musl": "1.2.2",
  4651. "@rolldown/binding-linux-ppc64-gnu": "1.2.2",
  4652. "@rolldown/binding-linux-s390x-gnu": "1.2.2",
  4653. "@rolldown/binding-linux-x64-gnu": "1.2.2",
  4654. "@rolldown/binding-linux-x64-musl": "1.2.2",
  4655. "@rolldown/binding-openharmony-arm64": "1.2.2",
  4656. "@rolldown/binding-win32-arm64-msvc": "1.2.2",
  4657. "@rolldown/binding-win32-x64-msvc": "1.2.2"
  4658. }
  4659. },
  4660. "node_modules/run-parallel": {
  4661. "version": "1.2.0",
  4662. "dev": true,
  4663. "funding": [
  4664. {
  4665. "type": "github",
  4666. "url": "https://github.com/sponsors/feross"
  4667. },
  4668. {
  4669. "type": "patreon",
  4670. "url": "https://www.patreon.com/feross"
  4671. },
  4672. {
  4673. "type": "consulting",
  4674. "url": "https://feross.org/support"
  4675. }
  4676. ],
  4677. "license": "MIT",
  4678. "dependencies": {
  4679. "queue-microtask": "^1.2.2"
  4680. }
  4681. },
  4682. "node_modules/scheduler": {
  4683. "version": "0.27.0",
  4684. "license": "MIT"
  4685. },
  4686. "node_modules/semver": {
  4687. "version": "6.3.1",
  4688. "dev": true,
  4689. "license": "ISC",
  4690. "bin": {
  4691. "semver": "bin/semver.js"
  4692. }
  4693. },
  4694. "node_modules/sharp": {
  4695. "version": "0.35.3",
  4696. "license": "Apache-2.0",
  4697. "dependencies": {
  4698. "@img/colour": "^1.1.0",
  4699. "detect-libc": "^2.1.2",
  4700. "semver": "^7.8.5"
  4701. },
  4702. "engines": {
  4703. "node": ">=20.9.0"
  4704. },
  4705. "funding": {
  4706. "url": "https://opencollective.com/libvips"
  4707. },
  4708. "optionalDependencies": {
  4709. "@img/sharp-darwin-arm64": "0.35.3",
  4710. "@img/sharp-darwin-x64": "0.35.3",
  4711. "@img/sharp-freebsd-wasm32": "0.35.3",
  4712. "@img/sharp-libvips-darwin-arm64": "1.3.2",
  4713. "@img/sharp-libvips-darwin-x64": "1.3.2",
  4714. "@img/sharp-libvips-linux-arm": "1.3.2",
  4715. "@img/sharp-libvips-linux-arm64": "1.3.2",
  4716. "@img/sharp-libvips-linux-ppc64": "1.3.2",
  4717. "@img/sharp-libvips-linux-riscv64": "1.3.2",
  4718. "@img/sharp-libvips-linux-s390x": "1.3.2",
  4719. "@img/sharp-libvips-linux-x64": "1.3.2",
  4720. "@img/sharp-libvips-linuxmusl-arm64": "1.3.2",
  4721. "@img/sharp-libvips-linuxmusl-x64": "1.3.2",
  4722. "@img/sharp-linux-arm": "0.35.3",
  4723. "@img/sharp-linux-arm64": "0.35.3",
  4724. "@img/sharp-linux-ppc64": "0.35.3",
  4725. "@img/sharp-linux-riscv64": "0.35.3",
  4726. "@img/sharp-linux-s390x": "0.35.3",
  4727. "@img/sharp-linux-x64": "0.35.3",
  4728. "@img/sharp-linuxmusl-arm64": "0.35.3",
  4729. "@img/sharp-linuxmusl-x64": "0.35.3",
  4730. "@img/sharp-webcontainers-wasm32": "0.35.3",
  4731. "@img/sharp-win32-arm64": "0.35.3",
  4732. "@img/sharp-win32-ia32": "0.35.3",
  4733. "@img/sharp-win32-x64": "0.35.3"
  4734. },
  4735. "peerDependenciesMeta": {
  4736. "@types/node": {
  4737. "optional": true
  4738. }
  4739. }
  4740. },
  4741. "node_modules/sharp/node_modules/semver": {
  4742. "version": "7.8.5",
  4743. "license": "ISC",
  4744. "bin": {
  4745. "semver": "bin/semver.js"
  4746. },
  4747. "engines": {
  4748. "node": ">=10"
  4749. }
  4750. },
  4751. "node_modules/shebang-command": {
  4752. "version": "2.0.0",
  4753. "dev": true,
  4754. "license": "MIT",
  4755. "dependencies": {
  4756. "shebang-regex": "^3.0.0"
  4757. },
  4758. "engines": {
  4759. "node": ">=8"
  4760. }
  4761. },
  4762. "node_modules/shebang-regex": {
  4763. "version": "3.0.0",
  4764. "dev": true,
  4765. "license": "MIT",
  4766. "engines": {
  4767. "node": ">=8"
  4768. }
  4769. },
  4770. "node_modules/siginfo": {
  4771. "version": "2.0.0",
  4772. "dev": true,
  4773. "license": "ISC"
  4774. },
  4775. "node_modules/signal-exit": {
  4776. "version": "4.1.0",
  4777. "dev": true,
  4778. "license": "ISC",
  4779. "engines": {
  4780. "node": ">=14"
  4781. },
  4782. "funding": {
  4783. "url": "https://github.com/sponsors/isaacs"
  4784. }
  4785. },
  4786. "node_modules/simplebar-core": {
  4787. "version": "1.3.2",
  4788. "license": "MIT",
  4789. "dependencies": {
  4790. "lodash": "^4.17.21",
  4791. "lodash-es": "^4.17.21"
  4792. }
  4793. },
  4794. "node_modules/simplebar-react": {
  4795. "version": "3.3.2",
  4796. "license": "MIT",
  4797. "dependencies": {
  4798. "simplebar-core": "^1.3.2"
  4799. },
  4800. "peerDependencies": {
  4801. "react": ">=16.8.0"
  4802. }
  4803. },
  4804. "node_modules/source-map": {
  4805. "version": "0.6.1",
  4806. "dev": true,
  4807. "license": "BSD-3-Clause",
  4808. "engines": {
  4809. "node": ">=0.10.0"
  4810. }
  4811. },
  4812. "node_modules/source-map-js": {
  4813. "version": "1.2.1",
  4814. "dev": true,
  4815. "license": "BSD-3-Clause",
  4816. "engines": {
  4817. "node": ">=0.10.0"
  4818. }
  4819. },
  4820. "node_modules/stackback": {
  4821. "version": "0.0.2",
  4822. "dev": true,
  4823. "license": "MIT"
  4824. },
  4825. "node_modules/std-env": {
  4826. "version": "4.2.0",
  4827. "dev": true,
  4828. "license": "MIT"
  4829. },
  4830. "node_modules/stdin-discarder": {
  4831. "version": "0.2.2",
  4832. "dev": true,
  4833. "license": "MIT",
  4834. "engines": {
  4835. "node": ">=18"
  4836. },
  4837. "funding": {
  4838. "url": "https://github.com/sponsors/sindresorhus"
  4839. }
  4840. },
  4841. "node_modules/string-width": {
  4842. "version": "8.1.0",
  4843. "dev": true,
  4844. "license": "MIT",
  4845. "dependencies": {
  4846. "get-east-asian-width": "^1.3.0",
  4847. "strip-ansi": "^7.1.0"
  4848. },
  4849. "engines": {
  4850. "node": ">=20"
  4851. },
  4852. "funding": {
  4853. "url": "https://github.com/sponsors/sindresorhus"
  4854. }
  4855. },
  4856. "node_modules/strip-ansi": {
  4857. "version": "7.1.2",
  4858. "dev": true,
  4859. "license": "MIT",
  4860. "dependencies": {
  4861. "ansi-regex": "^6.0.1"
  4862. },
  4863. "engines": {
  4864. "node": ">=12"
  4865. },
  4866. "funding": {
  4867. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  4868. }
  4869. },
  4870. "node_modules/strip-bom": {
  4871. "version": "3.0.0",
  4872. "dev": true,
  4873. "license": "MIT",
  4874. "engines": {
  4875. "node": ">=4"
  4876. }
  4877. },
  4878. "node_modules/strip-json-comments": {
  4879. "version": "3.1.1",
  4880. "dev": true,
  4881. "license": "MIT",
  4882. "engines": {
  4883. "node": ">=8"
  4884. },
  4885. "funding": {
  4886. "url": "https://github.com/sponsors/sindresorhus"
  4887. }
  4888. },
  4889. "node_modules/stylis": {
  4890. "version": "4.2.0",
  4891. "license": "MIT"
  4892. },
  4893. "node_modules/supports-color": {
  4894. "version": "7.2.0",
  4895. "dev": true,
  4896. "license": "MIT",
  4897. "dependencies": {
  4898. "has-flag": "^4.0.0"
  4899. },
  4900. "engines": {
  4901. "node": ">=8"
  4902. }
  4903. },
  4904. "node_modules/supports-preserve-symlinks-flag": {
  4905. "version": "1.0.0",
  4906. "license": "MIT",
  4907. "engines": {
  4908. "node": ">= 0.4"
  4909. },
  4910. "funding": {
  4911. "url": "https://github.com/sponsors/ljharb"
  4912. }
  4913. },
  4914. "node_modules/tinybench": {
  4915. "version": "2.9.0",
  4916. "dev": true,
  4917. "license": "MIT"
  4918. },
  4919. "node_modules/tinyexec": {
  4920. "version": "1.3.0",
  4921. "dev": true,
  4922. "license": "MIT",
  4923. "engines": {
  4924. "node": ">=18"
  4925. }
  4926. },
  4927. "node_modules/tinyglobby": {
  4928. "version": "0.2.17",
  4929. "dev": true,
  4930. "license": "MIT",
  4931. "dependencies": {
  4932. "fdir": "^6.5.0",
  4933. "picomatch": "^4.0.4"
  4934. },
  4935. "engines": {
  4936. "node": ">=12.0.0"
  4937. },
  4938. "funding": {
  4939. "url": "https://github.com/sponsors/SuperchupuDev"
  4940. }
  4941. },
  4942. "node_modules/tinyglobby/node_modules/fdir": {
  4943. "version": "6.5.0",
  4944. "dev": true,
  4945. "license": "MIT",
  4946. "engines": {
  4947. "node": ">=12.0.0"
  4948. },
  4949. "peerDependencies": {
  4950. "picomatch": "^3 || ^4"
  4951. },
  4952. "peerDependenciesMeta": {
  4953. "picomatch": {
  4954. "optional": true
  4955. }
  4956. }
  4957. },
  4958. "node_modules/tinyglobby/node_modules/picomatch": {
  4959. "version": "4.0.5",
  4960. "dev": true,
  4961. "license": "MIT",
  4962. "engines": {
  4963. "node": ">=12"
  4964. },
  4965. "funding": {
  4966. "url": "https://github.com/sponsors/jonschlinkert"
  4967. }
  4968. },
  4969. "node_modules/tinyrainbow": {
  4970. "version": "3.1.1",
  4971. "dev": true,
  4972. "license": "MIT",
  4973. "engines": {
  4974. "node": ">=14.0.0"
  4975. }
  4976. },
  4977. "node_modules/to-regex-range": {
  4978. "version": "5.0.1",
  4979. "dev": true,
  4980. "license": "MIT",
  4981. "dependencies": {
  4982. "is-number": "^7.0.0"
  4983. },
  4984. "engines": {
  4985. "node": ">=8.0"
  4986. }
  4987. },
  4988. "node_modules/ts-api-utils": {
  4989. "version": "2.1.0",
  4990. "dev": true,
  4991. "license": "MIT",
  4992. "engines": {
  4993. "node": ">=18.12"
  4994. },
  4995. "peerDependencies": {
  4996. "typescript": ">=4.8.4"
  4997. }
  4998. },
  4999. "node_modules/ts-node": {
  5000. "version": "10.9.2",
  5001. "dev": true,
  5002. "license": "MIT",
  5003. "dependencies": {
  5004. "@cspotcode/source-map-support": "^0.8.0",
  5005. "@tsconfig/node10": "^1.0.7",
  5006. "@tsconfig/node12": "^1.0.7",
  5007. "@tsconfig/node14": "^1.0.0",
  5008. "@tsconfig/node16": "^1.0.2",
  5009. "acorn": "^8.4.1",
  5010. "acorn-walk": "^8.1.1",
  5011. "arg": "^4.1.0",
  5012. "create-require": "^1.1.0",
  5013. "diff": "^4.0.1",
  5014. "make-error": "^1.1.1",
  5015. "v8-compile-cache-lib": "^3.0.1",
  5016. "yn": "3.1.1"
  5017. },
  5018. "bin": {
  5019. "ts-node": "dist/bin.js",
  5020. "ts-node-cwd": "dist/bin-cwd.js",
  5021. "ts-node-esm": "dist/bin-esm.js",
  5022. "ts-node-script": "dist/bin-script.js",
  5023. "ts-node-transpile-only": "dist/bin-transpile.js",
  5024. "ts-script": "dist/bin-script-deprecated.js"
  5025. },
  5026. "peerDependencies": {
  5027. "@swc/core": ">=1.2.50",
  5028. "@swc/wasm": ">=1.2.50",
  5029. "@types/node": "*",
  5030. "typescript": ">=2.7"
  5031. },
  5032. "peerDependenciesMeta": {
  5033. "@swc/core": {
  5034. "optional": true
  5035. },
  5036. "@swc/wasm": {
  5037. "optional": true
  5038. }
  5039. }
  5040. },
  5041. "node_modules/tsconfig-paths": {
  5042. "version": "4.2.0",
  5043. "dev": true,
  5044. "license": "MIT",
  5045. "dependencies": {
  5046. "json5": "^2.2.2",
  5047. "minimist": "^1.2.6",
  5048. "strip-bom": "^3.0.0"
  5049. },
  5050. "engines": {
  5051. "node": ">=6"
  5052. }
  5053. },
  5054. "node_modules/tslib": {
  5055. "version": "2.8.1",
  5056. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  5057. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  5058. "license": "0BSD",
  5059. "optional": true
  5060. },
  5061. "node_modules/type-check": {
  5062. "version": "0.4.0",
  5063. "dev": true,
  5064. "license": "MIT",
  5065. "dependencies": {
  5066. "prelude-ls": "^1.2.1"
  5067. },
  5068. "engines": {
  5069. "node": ">= 0.8.0"
  5070. }
  5071. },
  5072. "node_modules/typescript": {
  5073. "version": "5.9.3",
  5074. "dev": true,
  5075. "license": "Apache-2.0",
  5076. "bin": {
  5077. "tsc": "bin/tsc",
  5078. "tsserver": "bin/tsserver"
  5079. },
  5080. "engines": {
  5081. "node": ">=14.17"
  5082. }
  5083. },
  5084. "node_modules/typescript-eslint": {
  5085. "version": "8.46.4",
  5086. "dev": true,
  5087. "license": "MIT",
  5088. "dependencies": {
  5089. "@typescript-eslint/eslint-plugin": "8.46.4",
  5090. "@typescript-eslint/parser": "8.46.4",
  5091. "@typescript-eslint/typescript-estree": "8.46.4",
  5092. "@typescript-eslint/utils": "8.46.4"
  5093. },
  5094. "engines": {
  5095. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5096. },
  5097. "funding": {
  5098. "type": "opencollective",
  5099. "url": "https://opencollective.com/typescript-eslint"
  5100. },
  5101. "peerDependencies": {
  5102. "eslint": "^8.57.0 || ^9.0.0",
  5103. "typescript": ">=4.8.4 <6.0.0"
  5104. }
  5105. },
  5106. "node_modules/uglify-js": {
  5107. "version": "3.19.3",
  5108. "dev": true,
  5109. "license": "BSD-2-Clause",
  5110. "optional": true,
  5111. "bin": {
  5112. "uglifyjs": "bin/uglifyjs"
  5113. },
  5114. "engines": {
  5115. "node": ">=0.8.0"
  5116. }
  5117. },
  5118. "node_modules/undici-types": {
  5119. "version": "7.16.0",
  5120. "dev": true,
  5121. "license": "MIT"
  5122. },
  5123. "node_modules/update-browserslist-db": {
  5124. "version": "1.2.3",
  5125. "dev": true,
  5126. "funding": [
  5127. {
  5128. "type": "opencollective",
  5129. "url": "https://opencollective.com/browserslist"
  5130. },
  5131. {
  5132. "type": "tidelift",
  5133. "url": "https://tidelift.com/funding/github/npm/browserslist"
  5134. },
  5135. {
  5136. "type": "github",
  5137. "url": "https://github.com/sponsors/ai"
  5138. }
  5139. ],
  5140. "license": "MIT",
  5141. "dependencies": {
  5142. "escalade": "^3.2.0",
  5143. "picocolors": "^1.1.1"
  5144. },
  5145. "bin": {
  5146. "update-browserslist-db": "cli.js"
  5147. },
  5148. "peerDependencies": {
  5149. "browserslist": ">= 4.21.0"
  5150. }
  5151. },
  5152. "node_modules/uri-js": {
  5153. "version": "4.4.1",
  5154. "dev": true,
  5155. "license": "BSD-2-Clause",
  5156. "dependencies": {
  5157. "punycode": "^2.1.0"
  5158. }
  5159. },
  5160. "node_modules/use-sync-external-store": {
  5161. "version": "1.6.0",
  5162. "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
  5163. "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
  5164. "license": "MIT",
  5165. "peerDependencies": {
  5166. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  5167. }
  5168. },
  5169. "node_modules/v8-compile-cache-lib": {
  5170. "version": "3.0.1",
  5171. "dev": true,
  5172. "license": "MIT"
  5173. },
  5174. "node_modules/vite": {
  5175. "version": "8.2.0",
  5176. "dev": true,
  5177. "license": "MIT",
  5178. "dependencies": {
  5179. "lightningcss": "^1.33.0",
  5180. "picomatch": "^4.0.5",
  5181. "postcss": "^8.5.23",
  5182. "rolldown": "~1.2.0",
  5183. "tinyglobby": "^0.2.17"
  5184. },
  5185. "bin": {
  5186. "vite": "bin/vite.js"
  5187. },
  5188. "engines": {
  5189. "node": "^20.19.0 || >=22.12.0"
  5190. },
  5191. "funding": {
  5192. "url": "https://github.com/vitejs/vite?sponsor=1"
  5193. },
  5194. "optionalDependencies": {
  5195. "fsevents": "~2.3.3"
  5196. },
  5197. "peerDependencies": {
  5198. "@types/node": "^20.19.0 || >=22.12.0",
  5199. "@vitejs/devtools": "^0.4.0",
  5200. "esbuild": "^0.27.0 || ^0.28.0",
  5201. "jiti": ">=1.21.0",
  5202. "less": "^4.0.0",
  5203. "sass": "^1.70.0",
  5204. "sass-embedded": "^1.70.0",
  5205. "stylus": ">=0.54.8",
  5206. "sugarss": "^5.0.0",
  5207. "terser": "^5.16.0",
  5208. "tsx": "^4.8.1",
  5209. "yaml": "^2.4.2"
  5210. },
  5211. "peerDependenciesMeta": {
  5212. "@types/node": {
  5213. "optional": true
  5214. },
  5215. "@vitejs/devtools": {
  5216. "optional": true
  5217. },
  5218. "esbuild": {
  5219. "optional": true
  5220. },
  5221. "jiti": {
  5222. "optional": true
  5223. },
  5224. "less": {
  5225. "optional": true
  5226. },
  5227. "sass": {
  5228. "optional": true
  5229. },
  5230. "sass-embedded": {
  5231. "optional": true
  5232. },
  5233. "stylus": {
  5234. "optional": true
  5235. },
  5236. "sugarss": {
  5237. "optional": true
  5238. },
  5239. "terser": {
  5240. "optional": true
  5241. },
  5242. "tsx": {
  5243. "optional": true
  5244. },
  5245. "yaml": {
  5246. "optional": true
  5247. }
  5248. }
  5249. },
  5250. "node_modules/vite/node_modules/picomatch": {
  5251. "version": "4.0.5",
  5252. "dev": true,
  5253. "license": "MIT",
  5254. "engines": {
  5255. "node": ">=12"
  5256. },
  5257. "funding": {
  5258. "url": "https://github.com/sponsors/jonschlinkert"
  5259. }
  5260. },
  5261. "node_modules/vitest": {
  5262. "version": "4.1.10",
  5263. "dev": true,
  5264. "license": "MIT",
  5265. "dependencies": {
  5266. "@vitest/expect": "4.1.10",
  5267. "@vitest/mocker": "4.1.10",
  5268. "@vitest/pretty-format": "4.1.10",
  5269. "@vitest/runner": "4.1.10",
  5270. "@vitest/snapshot": "4.1.10",
  5271. "@vitest/spy": "4.1.10",
  5272. "@vitest/utils": "4.1.10",
  5273. "es-module-lexer": "^2.0.0",
  5274. "expect-type": "^1.3.0",
  5275. "magic-string": "^0.30.21",
  5276. "obug": "^2.1.1",
  5277. "pathe": "^2.0.3",
  5278. "picomatch": "^4.0.3",
  5279. "std-env": "^4.0.0-rc.1",
  5280. "tinybench": "^2.9.0",
  5281. "tinyexec": "^1.0.2",
  5282. "tinyglobby": "^0.2.15",
  5283. "tinyrainbow": "^3.1.0",
  5284. "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
  5285. "why-is-node-running": "^2.3.0"
  5286. },
  5287. "bin": {
  5288. "vitest": "vitest.mjs"
  5289. },
  5290. "engines": {
  5291. "node": "^20.0.0 || ^22.0.0 || >=24.0.0"
  5292. },
  5293. "funding": {
  5294. "url": "https://opencollective.com/vitest"
  5295. },
  5296. "peerDependencies": {
  5297. "@edge-runtime/vm": "*",
  5298. "@opentelemetry/api": "^1.9.0",
  5299. "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
  5300. "@vitest/browser-playwright": "4.1.10",
  5301. "@vitest/browser-preview": "4.1.10",
  5302. "@vitest/browser-webdriverio": "4.1.10",
  5303. "@vitest/coverage-istanbul": "4.1.10",
  5304. "@vitest/coverage-v8": "4.1.10",
  5305. "@vitest/ui": "4.1.10",
  5306. "happy-dom": "*",
  5307. "jsdom": "*",
  5308. "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
  5309. },
  5310. "peerDependenciesMeta": {
  5311. "@edge-runtime/vm": {
  5312. "optional": true
  5313. },
  5314. "@opentelemetry/api": {
  5315. "optional": true
  5316. },
  5317. "@types/node": {
  5318. "optional": true
  5319. },
  5320. "@vitest/browser-playwright": {
  5321. "optional": true
  5322. },
  5323. "@vitest/browser-preview": {
  5324. "optional": true
  5325. },
  5326. "@vitest/browser-webdriverio": {
  5327. "optional": true
  5328. },
  5329. "@vitest/coverage-istanbul": {
  5330. "optional": true
  5331. },
  5332. "@vitest/coverage-v8": {
  5333. "optional": true
  5334. },
  5335. "@vitest/ui": {
  5336. "optional": true
  5337. },
  5338. "happy-dom": {
  5339. "optional": true
  5340. },
  5341. "jsdom": {
  5342. "optional": true
  5343. },
  5344. "vite": {
  5345. "optional": false
  5346. }
  5347. }
  5348. },
  5349. "node_modules/vitest/node_modules/picomatch": {
  5350. "version": "4.0.5",
  5351. "dev": true,
  5352. "license": "MIT",
  5353. "engines": {
  5354. "node": ">=12"
  5355. },
  5356. "funding": {
  5357. "url": "https://github.com/sponsors/jonschlinkert"
  5358. }
  5359. },
  5360. "node_modules/which": {
  5361. "version": "2.0.2",
  5362. "dev": true,
  5363. "license": "ISC",
  5364. "dependencies": {
  5365. "isexe": "^2.0.0"
  5366. },
  5367. "bin": {
  5368. "node-which": "bin/node-which"
  5369. },
  5370. "engines": {
  5371. "node": ">= 8"
  5372. }
  5373. },
  5374. "node_modules/why-is-node-running": {
  5375. "version": "2.3.0",
  5376. "dev": true,
  5377. "license": "MIT",
  5378. "dependencies": {
  5379. "siginfo": "^2.0.0",
  5380. "stackback": "0.0.2"
  5381. },
  5382. "bin": {
  5383. "why-is-node-running": "cli.js"
  5384. },
  5385. "engines": {
  5386. "node": ">=8"
  5387. }
  5388. },
  5389. "node_modules/word-wrap": {
  5390. "version": "1.2.5",
  5391. "dev": true,
  5392. "license": "MIT",
  5393. "engines": {
  5394. "node": ">=0.10.0"
  5395. }
  5396. },
  5397. "node_modules/wordwrap": {
  5398. "version": "1.0.0",
  5399. "dev": true,
  5400. "license": "MIT"
  5401. },
  5402. "node_modules/yallist": {
  5403. "version": "3.1.1",
  5404. "dev": true,
  5405. "license": "ISC"
  5406. },
  5407. "node_modules/yn": {
  5408. "version": "3.1.1",
  5409. "dev": true,
  5410. "license": "MIT",
  5411. "engines": {
  5412. "node": ">=6"
  5413. }
  5414. },
  5415. "node_modules/yocto-queue": {
  5416. "version": "0.1.0",
  5417. "dev": true,
  5418. "license": "MIT",
  5419. "engines": {
  5420. "node": ">=10"
  5421. },
  5422. "funding": {
  5423. "url": "https://github.com/sponsors/sindresorhus"
  5424. }
  5425. },
  5426. "node_modules/yoctocolors": {
  5427. "version": "2.1.2",
  5428. "dev": true,
  5429. "license": "MIT",
  5430. "engines": {
  5431. "node": ">=18"
  5432. },
  5433. "funding": {
  5434. "url": "https://github.com/sponsors/sindresorhus"
  5435. }
  5436. },
  5437. "node_modules/zod": {
  5438. "version": "4.1.12",
  5439. "dev": true,
  5440. "license": "MIT",
  5441. "funding": {
  5442. "url": "https://github.com/sponsors/colinhacks"
  5443. }
  5444. },
  5445. "node_modules/zod-validation-error": {
  5446. "version": "4.0.2",
  5447. "dev": true,
  5448. "license": "MIT",
  5449. "engines": {
  5450. "node": ">=18.0.0"
  5451. },
  5452. "peerDependencies": {
  5453. "zod": "^3.25.0 || ^4.0.0"
  5454. }
  5455. },
  5456. "node_modules/zustand": {
  5457. "version": "5.0.14",
  5458. "license": "MIT",
  5459. "engines": {
  5460. "node": ">=12.20.0"
  5461. },
  5462. "peerDependencies": {
  5463. "@types/react": ">=18.0.0",
  5464. "immer": ">=9.0.6",
  5465. "react": ">=18.0.0",
  5466. "use-sync-external-store": ">=1.2.0"
  5467. },
  5468. "peerDependenciesMeta": {
  5469. "@types/react": {
  5470. "optional": true
  5471. },
  5472. "immer": {
  5473. "optional": true
  5474. },
  5475. "react": {
  5476. "optional": true
  5477. },
  5478. "use-sync-external-store": {
  5479. "optional": true
  5480. }
  5481. }
  5482. }
  5483. }
  5484. }