package-lock.json 159 KB

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