package-lock.json 145 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202
  1. {
  2. "name": "mingnan-website",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "mingnan-website",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@imengyu/js-request-transform": "^0.3.3",
  12. "@vuemap/vue-amap": "^2.1.12",
  13. "ant-design-vue": "^4.2.6",
  14. "bootstrap": "^5.3.0",
  15. "mitt": "^3.0.1",
  16. "pinia": "^3.0.1",
  17. "tslib": "^2.8.1",
  18. "vue": "^3.5.13",
  19. "vue-router": "^4.5.0",
  20. "vue3-carousel": "^0.15.0"
  21. },
  22. "devDependencies": {
  23. "@tsconfig/node22": "^22.0.1",
  24. "@types/node": "^22.14.0",
  25. "@vitejs/plugin-vue": "^5.2.3",
  26. "@vitejs/plugin-vue-jsx": "^4.1.2",
  27. "@vue/tsconfig": "^0.7.0",
  28. "npm-run-all2": "^7.0.2",
  29. "sass": "^1.87.0",
  30. "typescript": "~5.8.0",
  31. "vite": "^6.2.4",
  32. "vite-plugin-vue-devtools": "^7.7.2",
  33. "vue-tsc": "^2.2.8"
  34. }
  35. },
  36. "node_modules/@ampproject/remapping": {
  37. "version": "2.3.0",
  38. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  39. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  40. "dev": true,
  41. "license": "Apache-2.0",
  42. "dependencies": {
  43. "@jridgewell/gen-mapping": "^0.3.5",
  44. "@jridgewell/trace-mapping": "^0.3.24"
  45. },
  46. "engines": {
  47. "node": ">=6.0.0"
  48. }
  49. },
  50. "node_modules/@ant-design/colors": {
  51. "version": "6.0.0",
  52. "resolved": "https://registry.npmmirror.com/@ant-design/colors/-/colors-6.0.0.tgz",
  53. "integrity": "sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==",
  54. "license": "MIT",
  55. "dependencies": {
  56. "@ctrl/tinycolor": "^3.4.0"
  57. }
  58. },
  59. "node_modules/@ant-design/icons-svg": {
  60. "version": "4.4.2",
  61. "resolved": "https://registry.npmmirror.com/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz",
  62. "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==",
  63. "license": "MIT"
  64. },
  65. "node_modules/@ant-design/icons-vue": {
  66. "version": "7.0.1",
  67. "resolved": "https://registry.npmmirror.com/@ant-design/icons-vue/-/icons-vue-7.0.1.tgz",
  68. "integrity": "sha512-eCqY2unfZK6Fe02AwFlDHLfoyEFreP6rBwAZMIJ1LugmfMiVgwWDYlp1YsRugaPtICYOabV1iWxXdP12u9U43Q==",
  69. "license": "MIT",
  70. "dependencies": {
  71. "@ant-design/colors": "^6.0.0",
  72. "@ant-design/icons-svg": "^4.2.1"
  73. },
  74. "peerDependencies": {
  75. "vue": ">=3.0.3"
  76. }
  77. },
  78. "node_modules/@antfu/utils": {
  79. "version": "0.7.10",
  80. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  81. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  82. "dev": true,
  83. "license": "MIT",
  84. "funding": {
  85. "url": "https://github.com/sponsors/antfu"
  86. }
  87. },
  88. "node_modules/@babel/code-frame": {
  89. "version": "7.26.2",
  90. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.26.2.tgz",
  91. "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
  92. "dev": true,
  93. "license": "MIT",
  94. "dependencies": {
  95. "@babel/helper-validator-identifier": "^7.25.9",
  96. "js-tokens": "^4.0.0",
  97. "picocolors": "^1.0.0"
  98. },
  99. "engines": {
  100. "node": ">=6.9.0"
  101. }
  102. },
  103. "node_modules/@babel/compat-data": {
  104. "version": "7.26.8",
  105. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.26.8.tgz",
  106. "integrity": "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==",
  107. "dev": true,
  108. "license": "MIT",
  109. "engines": {
  110. "node": ">=6.9.0"
  111. }
  112. },
  113. "node_modules/@babel/core": {
  114. "version": "7.26.10",
  115. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.26.10.tgz",
  116. "integrity": "sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==",
  117. "dev": true,
  118. "license": "MIT",
  119. "dependencies": {
  120. "@ampproject/remapping": "^2.2.0",
  121. "@babel/code-frame": "^7.26.2",
  122. "@babel/generator": "^7.26.10",
  123. "@babel/helper-compilation-targets": "^7.26.5",
  124. "@babel/helper-module-transforms": "^7.26.0",
  125. "@babel/helpers": "^7.26.10",
  126. "@babel/parser": "^7.26.10",
  127. "@babel/template": "^7.26.9",
  128. "@babel/traverse": "^7.26.10",
  129. "@babel/types": "^7.26.10",
  130. "convert-source-map": "^2.0.0",
  131. "debug": "^4.1.0",
  132. "gensync": "^1.0.0-beta.2",
  133. "json5": "^2.2.3",
  134. "semver": "^6.3.1"
  135. },
  136. "engines": {
  137. "node": ">=6.9.0"
  138. },
  139. "funding": {
  140. "type": "opencollective",
  141. "url": "https://opencollective.com/babel"
  142. }
  143. },
  144. "node_modules/@babel/generator": {
  145. "version": "7.27.0",
  146. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.27.0.tgz",
  147. "integrity": "sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==",
  148. "dev": true,
  149. "license": "MIT",
  150. "dependencies": {
  151. "@babel/parser": "^7.27.0",
  152. "@babel/types": "^7.27.0",
  153. "@jridgewell/gen-mapping": "^0.3.5",
  154. "@jridgewell/trace-mapping": "^0.3.25",
  155. "jsesc": "^3.0.2"
  156. },
  157. "engines": {
  158. "node": ">=6.9.0"
  159. }
  160. },
  161. "node_modules/@babel/helper-annotate-as-pure": {
  162. "version": "7.25.9",
  163. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",
  164. "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",
  165. "dev": true,
  166. "license": "MIT",
  167. "dependencies": {
  168. "@babel/types": "^7.25.9"
  169. },
  170. "engines": {
  171. "node": ">=6.9.0"
  172. }
  173. },
  174. "node_modules/@babel/helper-compilation-targets": {
  175. "version": "7.27.0",
  176. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.0.tgz",
  177. "integrity": "sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==",
  178. "dev": true,
  179. "license": "MIT",
  180. "dependencies": {
  181. "@babel/compat-data": "^7.26.8",
  182. "@babel/helper-validator-option": "^7.25.9",
  183. "browserslist": "^4.24.0",
  184. "lru-cache": "^5.1.1",
  185. "semver": "^6.3.1"
  186. },
  187. "engines": {
  188. "node": ">=6.9.0"
  189. }
  190. },
  191. "node_modules/@babel/helper-create-class-features-plugin": {
  192. "version": "7.27.0",
  193. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz",
  194. "integrity": "sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==",
  195. "dev": true,
  196. "license": "MIT",
  197. "dependencies": {
  198. "@babel/helper-annotate-as-pure": "^7.25.9",
  199. "@babel/helper-member-expression-to-functions": "^7.25.9",
  200. "@babel/helper-optimise-call-expression": "^7.25.9",
  201. "@babel/helper-replace-supers": "^7.26.5",
  202. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
  203. "@babel/traverse": "^7.27.0",
  204. "semver": "^6.3.1"
  205. },
  206. "engines": {
  207. "node": ">=6.9.0"
  208. },
  209. "peerDependencies": {
  210. "@babel/core": "^7.0.0"
  211. }
  212. },
  213. "node_modules/@babel/helper-member-expression-to-functions": {
  214. "version": "7.25.9",
  215. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",
  216. "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==",
  217. "dev": true,
  218. "license": "MIT",
  219. "dependencies": {
  220. "@babel/traverse": "^7.25.9",
  221. "@babel/types": "^7.25.9"
  222. },
  223. "engines": {
  224. "node": ">=6.9.0"
  225. }
  226. },
  227. "node_modules/@babel/helper-module-imports": {
  228. "version": "7.25.9",
  229. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
  230. "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
  231. "dev": true,
  232. "license": "MIT",
  233. "dependencies": {
  234. "@babel/traverse": "^7.25.9",
  235. "@babel/types": "^7.25.9"
  236. },
  237. "engines": {
  238. "node": ">=6.9.0"
  239. }
  240. },
  241. "node_modules/@babel/helper-module-transforms": {
  242. "version": "7.26.0",
  243. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
  244. "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
  245. "dev": true,
  246. "license": "MIT",
  247. "dependencies": {
  248. "@babel/helper-module-imports": "^7.25.9",
  249. "@babel/helper-validator-identifier": "^7.25.9",
  250. "@babel/traverse": "^7.25.9"
  251. },
  252. "engines": {
  253. "node": ">=6.9.0"
  254. },
  255. "peerDependencies": {
  256. "@babel/core": "^7.0.0"
  257. }
  258. },
  259. "node_modules/@babel/helper-optimise-call-expression": {
  260. "version": "7.25.9",
  261. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
  262. "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",
  263. "dev": true,
  264. "license": "MIT",
  265. "dependencies": {
  266. "@babel/types": "^7.25.9"
  267. },
  268. "engines": {
  269. "node": ">=6.9.0"
  270. }
  271. },
  272. "node_modules/@babel/helper-plugin-utils": {
  273. "version": "7.26.5",
  274. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz",
  275. "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==",
  276. "dev": true,
  277. "license": "MIT",
  278. "engines": {
  279. "node": ">=6.9.0"
  280. }
  281. },
  282. "node_modules/@babel/helper-replace-supers": {
  283. "version": "7.26.5",
  284. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz",
  285. "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==",
  286. "dev": true,
  287. "license": "MIT",
  288. "dependencies": {
  289. "@babel/helper-member-expression-to-functions": "^7.25.9",
  290. "@babel/helper-optimise-call-expression": "^7.25.9",
  291. "@babel/traverse": "^7.26.5"
  292. },
  293. "engines": {
  294. "node": ">=6.9.0"
  295. },
  296. "peerDependencies": {
  297. "@babel/core": "^7.0.0"
  298. }
  299. },
  300. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  301. "version": "7.25.9",
  302. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
  303. "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",
  304. "dev": true,
  305. "license": "MIT",
  306. "dependencies": {
  307. "@babel/traverse": "^7.25.9",
  308. "@babel/types": "^7.25.9"
  309. },
  310. "engines": {
  311. "node": ">=6.9.0"
  312. }
  313. },
  314. "node_modules/@babel/helper-string-parser": {
  315. "version": "7.25.9",
  316. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
  317. "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
  318. "license": "MIT",
  319. "engines": {
  320. "node": ">=6.9.0"
  321. }
  322. },
  323. "node_modules/@babel/helper-validator-identifier": {
  324. "version": "7.25.9",
  325. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  326. "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  327. "license": "MIT",
  328. "engines": {
  329. "node": ">=6.9.0"
  330. }
  331. },
  332. "node_modules/@babel/helper-validator-option": {
  333. "version": "7.25.9",
  334. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
  335. "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
  336. "dev": true,
  337. "license": "MIT",
  338. "engines": {
  339. "node": ">=6.9.0"
  340. }
  341. },
  342. "node_modules/@babel/helpers": {
  343. "version": "7.27.0",
  344. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.27.0.tgz",
  345. "integrity": "sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==",
  346. "dev": true,
  347. "license": "MIT",
  348. "dependencies": {
  349. "@babel/template": "^7.27.0",
  350. "@babel/types": "^7.27.0"
  351. },
  352. "engines": {
  353. "node": ">=6.9.0"
  354. }
  355. },
  356. "node_modules/@babel/parser": {
  357. "version": "7.27.0",
  358. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.0.tgz",
  359. "integrity": "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==",
  360. "license": "MIT",
  361. "dependencies": {
  362. "@babel/types": "^7.27.0"
  363. },
  364. "bin": {
  365. "parser": "bin/babel-parser.js"
  366. },
  367. "engines": {
  368. "node": ">=6.0.0"
  369. }
  370. },
  371. "node_modules/@babel/plugin-proposal-decorators": {
  372. "version": "7.25.9",
  373. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz",
  374. "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==",
  375. "dev": true,
  376. "license": "MIT",
  377. "dependencies": {
  378. "@babel/helper-create-class-features-plugin": "^7.25.9",
  379. "@babel/helper-plugin-utils": "^7.25.9",
  380. "@babel/plugin-syntax-decorators": "^7.25.9"
  381. },
  382. "engines": {
  383. "node": ">=6.9.0"
  384. },
  385. "peerDependencies": {
  386. "@babel/core": "^7.0.0-0"
  387. }
  388. },
  389. "node_modules/@babel/plugin-syntax-decorators": {
  390. "version": "7.25.9",
  391. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",
  392. "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",
  393. "dev": true,
  394. "license": "MIT",
  395. "dependencies": {
  396. "@babel/helper-plugin-utils": "^7.25.9"
  397. },
  398. "engines": {
  399. "node": ">=6.9.0"
  400. },
  401. "peerDependencies": {
  402. "@babel/core": "^7.0.0-0"
  403. }
  404. },
  405. "node_modules/@babel/plugin-syntax-import-attributes": {
  406. "version": "7.26.0",
  407. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
  408. "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
  409. "dev": true,
  410. "license": "MIT",
  411. "dependencies": {
  412. "@babel/helper-plugin-utils": "^7.25.9"
  413. },
  414. "engines": {
  415. "node": ">=6.9.0"
  416. },
  417. "peerDependencies": {
  418. "@babel/core": "^7.0.0-0"
  419. }
  420. },
  421. "node_modules/@babel/plugin-syntax-import-meta": {
  422. "version": "7.10.4",
  423. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  424. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  425. "dev": true,
  426. "license": "MIT",
  427. "dependencies": {
  428. "@babel/helper-plugin-utils": "^7.10.4"
  429. },
  430. "peerDependencies": {
  431. "@babel/core": "^7.0.0-0"
  432. }
  433. },
  434. "node_modules/@babel/plugin-syntax-jsx": {
  435. "version": "7.25.9",
  436. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz",
  437. "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==",
  438. "dev": true,
  439. "license": "MIT",
  440. "dependencies": {
  441. "@babel/helper-plugin-utils": "^7.25.9"
  442. },
  443. "engines": {
  444. "node": ">=6.9.0"
  445. },
  446. "peerDependencies": {
  447. "@babel/core": "^7.0.0-0"
  448. }
  449. },
  450. "node_modules/@babel/plugin-syntax-typescript": {
  451. "version": "7.25.9",
  452. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz",
  453. "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==",
  454. "dev": true,
  455. "license": "MIT",
  456. "dependencies": {
  457. "@babel/helper-plugin-utils": "^7.25.9"
  458. },
  459. "engines": {
  460. "node": ">=6.9.0"
  461. },
  462. "peerDependencies": {
  463. "@babel/core": "^7.0.0-0"
  464. }
  465. },
  466. "node_modules/@babel/plugin-transform-typescript": {
  467. "version": "7.27.0",
  468. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.0.tgz",
  469. "integrity": "sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==",
  470. "dev": true,
  471. "license": "MIT",
  472. "dependencies": {
  473. "@babel/helper-annotate-as-pure": "^7.25.9",
  474. "@babel/helper-create-class-features-plugin": "^7.27.0",
  475. "@babel/helper-plugin-utils": "^7.26.5",
  476. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
  477. "@babel/plugin-syntax-typescript": "^7.25.9"
  478. },
  479. "engines": {
  480. "node": ">=6.9.0"
  481. },
  482. "peerDependencies": {
  483. "@babel/core": "^7.0.0-0"
  484. }
  485. },
  486. "node_modules/@babel/runtime": {
  487. "version": "7.27.1",
  488. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.27.1.tgz",
  489. "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==",
  490. "license": "MIT",
  491. "engines": {
  492. "node": ">=6.9.0"
  493. }
  494. },
  495. "node_modules/@babel/template": {
  496. "version": "7.27.0",
  497. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.0.tgz",
  498. "integrity": "sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==",
  499. "dev": true,
  500. "license": "MIT",
  501. "dependencies": {
  502. "@babel/code-frame": "^7.26.2",
  503. "@babel/parser": "^7.27.0",
  504. "@babel/types": "^7.27.0"
  505. },
  506. "engines": {
  507. "node": ">=6.9.0"
  508. }
  509. },
  510. "node_modules/@babel/traverse": {
  511. "version": "7.27.0",
  512. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.27.0.tgz",
  513. "integrity": "sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==",
  514. "dev": true,
  515. "license": "MIT",
  516. "dependencies": {
  517. "@babel/code-frame": "^7.26.2",
  518. "@babel/generator": "^7.27.0",
  519. "@babel/parser": "^7.27.0",
  520. "@babel/template": "^7.27.0",
  521. "@babel/types": "^7.27.0",
  522. "debug": "^4.3.1",
  523. "globals": "^11.1.0"
  524. },
  525. "engines": {
  526. "node": ">=6.9.0"
  527. }
  528. },
  529. "node_modules/@babel/types": {
  530. "version": "7.27.0",
  531. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.0.tgz",
  532. "integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==",
  533. "license": "MIT",
  534. "dependencies": {
  535. "@babel/helper-string-parser": "^7.25.9",
  536. "@babel/helper-validator-identifier": "^7.25.9"
  537. },
  538. "engines": {
  539. "node": ">=6.9.0"
  540. }
  541. },
  542. "node_modules/@ctrl/tinycolor": {
  543. "version": "3.6.1",
  544. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  545. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  546. "license": "MIT",
  547. "engines": {
  548. "node": ">=10"
  549. }
  550. },
  551. "node_modules/@emotion/hash": {
  552. "version": "0.9.2",
  553. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.9.2.tgz",
  554. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
  555. "license": "MIT"
  556. },
  557. "node_modules/@emotion/unitless": {
  558. "version": "0.8.1",
  559. "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.8.1.tgz",
  560. "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==",
  561. "license": "MIT"
  562. },
  563. "node_modules/@esbuild/aix-ppc64": {
  564. "version": "0.25.3",
  565. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.3.tgz",
  566. "integrity": "sha512-W8bFfPA8DowP8l//sxjJLSLkD8iEjMc7cBVyP+u4cEv9sM7mdUCkgsj+t0n/BWPFtv7WWCN5Yzj0N6FJNUUqBQ==",
  567. "cpu": [
  568. "ppc64"
  569. ],
  570. "dev": true,
  571. "license": "MIT",
  572. "optional": true,
  573. "os": [
  574. "aix"
  575. ],
  576. "engines": {
  577. "node": ">=18"
  578. }
  579. },
  580. "node_modules/@esbuild/android-arm": {
  581. "version": "0.25.3",
  582. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.3.tgz",
  583. "integrity": "sha512-PuwVXbnP87Tcff5I9ngV0lmiSu40xw1At6i3GsU77U7cjDDB4s0X2cyFuBiDa1SBk9DnvWwnGvVaGBqoFWPb7A==",
  584. "cpu": [
  585. "arm"
  586. ],
  587. "dev": true,
  588. "license": "MIT",
  589. "optional": true,
  590. "os": [
  591. "android"
  592. ],
  593. "engines": {
  594. "node": ">=18"
  595. }
  596. },
  597. "node_modules/@esbuild/android-arm64": {
  598. "version": "0.25.3",
  599. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.3.tgz",
  600. "integrity": "sha512-XelR6MzjlZuBM4f5z2IQHK6LkK34Cvv6Rj2EntER3lwCBFdg6h2lKbtRjpTTsdEjD/WSe1q8UyPBXP1x3i/wYQ==",
  601. "cpu": [
  602. "arm64"
  603. ],
  604. "dev": true,
  605. "license": "MIT",
  606. "optional": true,
  607. "os": [
  608. "android"
  609. ],
  610. "engines": {
  611. "node": ">=18"
  612. }
  613. },
  614. "node_modules/@esbuild/android-x64": {
  615. "version": "0.25.3",
  616. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.3.tgz",
  617. "integrity": "sha512-ogtTpYHT/g1GWS/zKM0cc/tIebFjm1F9Aw1boQ2Y0eUQ+J89d0jFY//s9ei9jVIlkYi8AfOjiixcLJSGNSOAdQ==",
  618. "cpu": [
  619. "x64"
  620. ],
  621. "dev": true,
  622. "license": "MIT",
  623. "optional": true,
  624. "os": [
  625. "android"
  626. ],
  627. "engines": {
  628. "node": ">=18"
  629. }
  630. },
  631. "node_modules/@esbuild/darwin-arm64": {
  632. "version": "0.25.3",
  633. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.3.tgz",
  634. "integrity": "sha512-eESK5yfPNTqpAmDfFWNsOhmIOaQA59tAcF/EfYvo5/QWQCzXn5iUSOnqt3ra3UdzBv073ykTtmeLJZGt3HhA+w==",
  635. "cpu": [
  636. "arm64"
  637. ],
  638. "dev": true,
  639. "license": "MIT",
  640. "optional": true,
  641. "os": [
  642. "darwin"
  643. ],
  644. "engines": {
  645. "node": ">=18"
  646. }
  647. },
  648. "node_modules/@esbuild/darwin-x64": {
  649. "version": "0.25.3",
  650. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.3.tgz",
  651. "integrity": "sha512-Kd8glo7sIZtwOLcPbW0yLpKmBNWMANZhrC1r6K++uDR2zyzb6AeOYtI6udbtabmQpFaxJ8uduXMAo1gs5ozz8A==",
  652. "cpu": [
  653. "x64"
  654. ],
  655. "dev": true,
  656. "license": "MIT",
  657. "optional": true,
  658. "os": [
  659. "darwin"
  660. ],
  661. "engines": {
  662. "node": ">=18"
  663. }
  664. },
  665. "node_modules/@esbuild/freebsd-arm64": {
  666. "version": "0.25.3",
  667. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.3.tgz",
  668. "integrity": "sha512-EJiyS70BYybOBpJth3M0KLOus0n+RRMKTYzhYhFeMwp7e/RaajXvP+BWlmEXNk6uk+KAu46j/kaQzr6au+JcIw==",
  669. "cpu": [
  670. "arm64"
  671. ],
  672. "dev": true,
  673. "license": "MIT",
  674. "optional": true,
  675. "os": [
  676. "freebsd"
  677. ],
  678. "engines": {
  679. "node": ">=18"
  680. }
  681. },
  682. "node_modules/@esbuild/freebsd-x64": {
  683. "version": "0.25.3",
  684. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.3.tgz",
  685. "integrity": "sha512-Q+wSjaLpGxYf7zC0kL0nDlhsfuFkoN+EXrx2KSB33RhinWzejOd6AvgmP5JbkgXKmjhmpfgKZq24pneodYqE8Q==",
  686. "cpu": [
  687. "x64"
  688. ],
  689. "dev": true,
  690. "license": "MIT",
  691. "optional": true,
  692. "os": [
  693. "freebsd"
  694. ],
  695. "engines": {
  696. "node": ">=18"
  697. }
  698. },
  699. "node_modules/@esbuild/linux-arm": {
  700. "version": "0.25.3",
  701. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.3.tgz",
  702. "integrity": "sha512-dUOVmAUzuHy2ZOKIHIKHCm58HKzFqd+puLaS424h6I85GlSDRZIA5ycBixb3mFgM0Jdh+ZOSB6KptX30DD8YOQ==",
  703. "cpu": [
  704. "arm"
  705. ],
  706. "dev": true,
  707. "license": "MIT",
  708. "optional": true,
  709. "os": [
  710. "linux"
  711. ],
  712. "engines": {
  713. "node": ">=18"
  714. }
  715. },
  716. "node_modules/@esbuild/linux-arm64": {
  717. "version": "0.25.3",
  718. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.3.tgz",
  719. "integrity": "sha512-xCUgnNYhRD5bb1C1nqrDV1PfkwgbswTTBRbAd8aH5PhYzikdf/ddtsYyMXFfGSsb/6t6QaPSzxtbfAZr9uox4A==",
  720. "cpu": [
  721. "arm64"
  722. ],
  723. "dev": true,
  724. "license": "MIT",
  725. "optional": true,
  726. "os": [
  727. "linux"
  728. ],
  729. "engines": {
  730. "node": ">=18"
  731. }
  732. },
  733. "node_modules/@esbuild/linux-ia32": {
  734. "version": "0.25.3",
  735. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.3.tgz",
  736. "integrity": "sha512-yplPOpczHOO4jTYKmuYuANI3WhvIPSVANGcNUeMlxH4twz/TeXuzEP41tGKNGWJjuMhotpGabeFYGAOU2ummBw==",
  737. "cpu": [
  738. "ia32"
  739. ],
  740. "dev": true,
  741. "license": "MIT",
  742. "optional": true,
  743. "os": [
  744. "linux"
  745. ],
  746. "engines": {
  747. "node": ">=18"
  748. }
  749. },
  750. "node_modules/@esbuild/linux-loong64": {
  751. "version": "0.25.3",
  752. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.3.tgz",
  753. "integrity": "sha512-P4BLP5/fjyihmXCELRGrLd793q/lBtKMQl8ARGpDxgzgIKJDRJ/u4r1A/HgpBpKpKZelGct2PGI4T+axcedf6g==",
  754. "cpu": [
  755. "loong64"
  756. ],
  757. "dev": true,
  758. "license": "MIT",
  759. "optional": true,
  760. "os": [
  761. "linux"
  762. ],
  763. "engines": {
  764. "node": ">=18"
  765. }
  766. },
  767. "node_modules/@esbuild/linux-mips64el": {
  768. "version": "0.25.3",
  769. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.3.tgz",
  770. "integrity": "sha512-eRAOV2ODpu6P5divMEMa26RRqb2yUoYsuQQOuFUexUoQndm4MdpXXDBbUoKIc0iPa4aCO7gIhtnYomkn2x+bag==",
  771. "cpu": [
  772. "mips64el"
  773. ],
  774. "dev": true,
  775. "license": "MIT",
  776. "optional": true,
  777. "os": [
  778. "linux"
  779. ],
  780. "engines": {
  781. "node": ">=18"
  782. }
  783. },
  784. "node_modules/@esbuild/linux-ppc64": {
  785. "version": "0.25.3",
  786. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.3.tgz",
  787. "integrity": "sha512-ZC4jV2p7VbzTlnl8nZKLcBkfzIf4Yad1SJM4ZMKYnJqZFD4rTI+pBG65u8ev4jk3/MPwY9DvGn50wi3uhdaghg==",
  788. "cpu": [
  789. "ppc64"
  790. ],
  791. "dev": true,
  792. "license": "MIT",
  793. "optional": true,
  794. "os": [
  795. "linux"
  796. ],
  797. "engines": {
  798. "node": ">=18"
  799. }
  800. },
  801. "node_modules/@esbuild/linux-riscv64": {
  802. "version": "0.25.3",
  803. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.3.tgz",
  804. "integrity": "sha512-LDDODcFzNtECTrUUbVCs6j9/bDVqy7DDRsuIXJg6so+mFksgwG7ZVnTruYi5V+z3eE5y+BJZw7VvUadkbfg7QA==",
  805. "cpu": [
  806. "riscv64"
  807. ],
  808. "dev": true,
  809. "license": "MIT",
  810. "optional": true,
  811. "os": [
  812. "linux"
  813. ],
  814. "engines": {
  815. "node": ">=18"
  816. }
  817. },
  818. "node_modules/@esbuild/linux-s390x": {
  819. "version": "0.25.3",
  820. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.3.tgz",
  821. "integrity": "sha512-s+w/NOY2k0yC2p9SLen+ymflgcpRkvwwa02fqmAwhBRI3SC12uiS10edHHXlVWwfAagYSY5UpmT/zISXPMW3tQ==",
  822. "cpu": [
  823. "s390x"
  824. ],
  825. "dev": true,
  826. "license": "MIT",
  827. "optional": true,
  828. "os": [
  829. "linux"
  830. ],
  831. "engines": {
  832. "node": ">=18"
  833. }
  834. },
  835. "node_modules/@esbuild/linux-x64": {
  836. "version": "0.25.3",
  837. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.3.tgz",
  838. "integrity": "sha512-nQHDz4pXjSDC6UfOE1Fw9Q8d6GCAd9KdvMZpfVGWSJztYCarRgSDfOVBY5xwhQXseiyxapkiSJi/5/ja8mRFFA==",
  839. "cpu": [
  840. "x64"
  841. ],
  842. "dev": true,
  843. "license": "MIT",
  844. "optional": true,
  845. "os": [
  846. "linux"
  847. ],
  848. "engines": {
  849. "node": ">=18"
  850. }
  851. },
  852. "node_modules/@esbuild/netbsd-arm64": {
  853. "version": "0.25.3",
  854. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.3.tgz",
  855. "integrity": "sha512-1QaLtOWq0mzK6tzzp0jRN3eccmN3hezey7mhLnzC6oNlJoUJz4nym5ZD7mDnS/LZQgkrhEbEiTn515lPeLpgWA==",
  856. "cpu": [
  857. "arm64"
  858. ],
  859. "dev": true,
  860. "license": "MIT",
  861. "optional": true,
  862. "os": [
  863. "netbsd"
  864. ],
  865. "engines": {
  866. "node": ">=18"
  867. }
  868. },
  869. "node_modules/@esbuild/netbsd-x64": {
  870. "version": "0.25.3",
  871. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.3.tgz",
  872. "integrity": "sha512-i5Hm68HXHdgv8wkrt+10Bc50zM0/eonPb/a/OFVfB6Qvpiirco5gBA5bz7S2SHuU+Y4LWn/zehzNX14Sp4r27g==",
  873. "cpu": [
  874. "x64"
  875. ],
  876. "dev": true,
  877. "license": "MIT",
  878. "optional": true,
  879. "os": [
  880. "netbsd"
  881. ],
  882. "engines": {
  883. "node": ">=18"
  884. }
  885. },
  886. "node_modules/@esbuild/openbsd-arm64": {
  887. "version": "0.25.3",
  888. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.3.tgz",
  889. "integrity": "sha512-zGAVApJEYTbOC6H/3QBr2mq3upG/LBEXr85/pTtKiv2IXcgKV0RT0QA/hSXZqSvLEpXeIxah7LczB4lkiYhTAQ==",
  890. "cpu": [
  891. "arm64"
  892. ],
  893. "dev": true,
  894. "license": "MIT",
  895. "optional": true,
  896. "os": [
  897. "openbsd"
  898. ],
  899. "engines": {
  900. "node": ">=18"
  901. }
  902. },
  903. "node_modules/@esbuild/openbsd-x64": {
  904. "version": "0.25.3",
  905. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.3.tgz",
  906. "integrity": "sha512-fpqctI45NnCIDKBH5AXQBsD0NDPbEFczK98hk/aa6HJxbl+UtLkJV2+Bvy5hLSLk3LHmqt0NTkKNso1A9y1a4w==",
  907. "cpu": [
  908. "x64"
  909. ],
  910. "dev": true,
  911. "license": "MIT",
  912. "optional": true,
  913. "os": [
  914. "openbsd"
  915. ],
  916. "engines": {
  917. "node": ">=18"
  918. }
  919. },
  920. "node_modules/@esbuild/sunos-x64": {
  921. "version": "0.25.3",
  922. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.3.tgz",
  923. "integrity": "sha512-ROJhm7d8bk9dMCUZjkS8fgzsPAZEjtRJqCAmVgB0gMrvG7hfmPmz9k1rwO4jSiblFjYmNvbECL9uhaPzONMfgA==",
  924. "cpu": [
  925. "x64"
  926. ],
  927. "dev": true,
  928. "license": "MIT",
  929. "optional": true,
  930. "os": [
  931. "sunos"
  932. ],
  933. "engines": {
  934. "node": ">=18"
  935. }
  936. },
  937. "node_modules/@esbuild/win32-arm64": {
  938. "version": "0.25.3",
  939. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.3.tgz",
  940. "integrity": "sha512-YWcow8peiHpNBiIXHwaswPnAXLsLVygFwCB3A7Bh5jRkIBFWHGmNQ48AlX4xDvQNoMZlPYzjVOQDYEzWCqufMQ==",
  941. "cpu": [
  942. "arm64"
  943. ],
  944. "dev": true,
  945. "license": "MIT",
  946. "optional": true,
  947. "os": [
  948. "win32"
  949. ],
  950. "engines": {
  951. "node": ">=18"
  952. }
  953. },
  954. "node_modules/@esbuild/win32-ia32": {
  955. "version": "0.25.3",
  956. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.3.tgz",
  957. "integrity": "sha512-qspTZOIGoXVS4DpNqUYUs9UxVb04khS1Degaw/MnfMe7goQ3lTfQ13Vw4qY/Nj0979BGvMRpAYbs/BAxEvU8ew==",
  958. "cpu": [
  959. "ia32"
  960. ],
  961. "dev": true,
  962. "license": "MIT",
  963. "optional": true,
  964. "os": [
  965. "win32"
  966. ],
  967. "engines": {
  968. "node": ">=18"
  969. }
  970. },
  971. "node_modules/@esbuild/win32-x64": {
  972. "version": "0.25.3",
  973. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.3.tgz",
  974. "integrity": "sha512-ICgUR+kPimx0vvRzf+N/7L7tVSQeE3BYY+NhHRHXS1kBuPO7z2+7ea2HbhDyZdTephgvNvKrlDDKUexuCVBVvg==",
  975. "cpu": [
  976. "x64"
  977. ],
  978. "dev": true,
  979. "license": "MIT",
  980. "optional": true,
  981. "os": [
  982. "win32"
  983. ],
  984. "engines": {
  985. "node": ">=18"
  986. }
  987. },
  988. "node_modules/@imengyu/js-request-transform": {
  989. "version": "0.3.3",
  990. "resolved": "https://registry.npmmirror.com/@imengyu/js-request-transform/-/js-request-transform-0.3.3.tgz",
  991. "integrity": "sha512-fIefMepOYOrZ0QT1FpJn4zQaVLNITJ+qOK+jc5PX6+nEvTWmKr5Y1CXyfILVc6oxo0N8wXYnBySvBzKdvgw8rQ==",
  992. "license": "MIT",
  993. "dependencies": {
  994. "dayjs": "^1.11.7"
  995. }
  996. },
  997. "node_modules/@jridgewell/gen-mapping": {
  998. "version": "0.3.8",
  999. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
  1000. "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
  1001. "dev": true,
  1002. "license": "MIT",
  1003. "dependencies": {
  1004. "@jridgewell/set-array": "^1.2.1",
  1005. "@jridgewell/sourcemap-codec": "^1.4.10",
  1006. "@jridgewell/trace-mapping": "^0.3.24"
  1007. },
  1008. "engines": {
  1009. "node": ">=6.0.0"
  1010. }
  1011. },
  1012. "node_modules/@jridgewell/resolve-uri": {
  1013. "version": "3.1.2",
  1014. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1015. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1016. "dev": true,
  1017. "license": "MIT",
  1018. "engines": {
  1019. "node": ">=6.0.0"
  1020. }
  1021. },
  1022. "node_modules/@jridgewell/set-array": {
  1023. "version": "1.2.1",
  1024. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  1025. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  1026. "dev": true,
  1027. "license": "MIT",
  1028. "engines": {
  1029. "node": ">=6.0.0"
  1030. }
  1031. },
  1032. "node_modules/@jridgewell/sourcemap-codec": {
  1033. "version": "1.5.0",
  1034. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  1035. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  1036. "license": "MIT"
  1037. },
  1038. "node_modules/@jridgewell/trace-mapping": {
  1039. "version": "0.3.25",
  1040. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  1041. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  1042. "dev": true,
  1043. "license": "MIT",
  1044. "dependencies": {
  1045. "@jridgewell/resolve-uri": "^3.1.0",
  1046. "@jridgewell/sourcemap-codec": "^1.4.14"
  1047. }
  1048. },
  1049. "node_modules/@math.gl/core": {
  1050. "version": "3.6.3",
  1051. "resolved": "https://registry.npmmirror.com/@math.gl/core/-/core-3.6.3.tgz",
  1052. "integrity": "sha512-jBABmDkj5uuuE0dTDmwwss7Cup5ZwQ6Qb7h1pgvtkEutTrhkcv8SuItQNXmF45494yIHeoGue08NlyeY6wxq2A==",
  1053. "license": "MIT",
  1054. "dependencies": {
  1055. "@babel/runtime": "^7.12.0",
  1056. "@math.gl/types": "3.6.3",
  1057. "gl-matrix": "^3.4.0"
  1058. }
  1059. },
  1060. "node_modules/@math.gl/types": {
  1061. "version": "3.6.3",
  1062. "resolved": "https://registry.npmmirror.com/@math.gl/types/-/types-3.6.3.tgz",
  1063. "integrity": "sha512-3uWLVXHY3jQxsXCr/UCNPSc2BG0hNUljhmOBt9l+lNFDp7zHgm0cK2Tw4kj2XfkJy4TgwZTBGwRDQgWEbLbdTA==",
  1064. "license": "MIT"
  1065. },
  1066. "node_modules/@parcel/watcher": {
  1067. "version": "2.5.1",
  1068. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  1069. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  1070. "dev": true,
  1071. "hasInstallScript": true,
  1072. "license": "MIT",
  1073. "optional": true,
  1074. "dependencies": {
  1075. "detect-libc": "^1.0.3",
  1076. "is-glob": "^4.0.3",
  1077. "micromatch": "^4.0.5",
  1078. "node-addon-api": "^7.0.0"
  1079. },
  1080. "engines": {
  1081. "node": ">= 10.0.0"
  1082. },
  1083. "funding": {
  1084. "type": "opencollective",
  1085. "url": "https://opencollective.com/parcel"
  1086. },
  1087. "optionalDependencies": {
  1088. "@parcel/watcher-android-arm64": "2.5.1",
  1089. "@parcel/watcher-darwin-arm64": "2.5.1",
  1090. "@parcel/watcher-darwin-x64": "2.5.1",
  1091. "@parcel/watcher-freebsd-x64": "2.5.1",
  1092. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  1093. "@parcel/watcher-linux-arm-musl": "2.5.1",
  1094. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  1095. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  1096. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  1097. "@parcel/watcher-linux-x64-musl": "2.5.1",
  1098. "@parcel/watcher-win32-arm64": "2.5.1",
  1099. "@parcel/watcher-win32-ia32": "2.5.1",
  1100. "@parcel/watcher-win32-x64": "2.5.1"
  1101. }
  1102. },
  1103. "node_modules/@parcel/watcher-android-arm64": {
  1104. "version": "2.5.1",
  1105. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  1106. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  1107. "cpu": [
  1108. "arm64"
  1109. ],
  1110. "dev": true,
  1111. "license": "MIT",
  1112. "optional": true,
  1113. "os": [
  1114. "android"
  1115. ],
  1116. "engines": {
  1117. "node": ">= 10.0.0"
  1118. },
  1119. "funding": {
  1120. "type": "opencollective",
  1121. "url": "https://opencollective.com/parcel"
  1122. }
  1123. },
  1124. "node_modules/@parcel/watcher-darwin-arm64": {
  1125. "version": "2.5.1",
  1126. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  1127. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  1128. "cpu": [
  1129. "arm64"
  1130. ],
  1131. "dev": true,
  1132. "license": "MIT",
  1133. "optional": true,
  1134. "os": [
  1135. "darwin"
  1136. ],
  1137. "engines": {
  1138. "node": ">= 10.0.0"
  1139. },
  1140. "funding": {
  1141. "type": "opencollective",
  1142. "url": "https://opencollective.com/parcel"
  1143. }
  1144. },
  1145. "node_modules/@parcel/watcher-darwin-x64": {
  1146. "version": "2.5.1",
  1147. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  1148. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  1149. "cpu": [
  1150. "x64"
  1151. ],
  1152. "dev": true,
  1153. "license": "MIT",
  1154. "optional": true,
  1155. "os": [
  1156. "darwin"
  1157. ],
  1158. "engines": {
  1159. "node": ">= 10.0.0"
  1160. },
  1161. "funding": {
  1162. "type": "opencollective",
  1163. "url": "https://opencollective.com/parcel"
  1164. }
  1165. },
  1166. "node_modules/@parcel/watcher-freebsd-x64": {
  1167. "version": "2.5.1",
  1168. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  1169. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  1170. "cpu": [
  1171. "x64"
  1172. ],
  1173. "dev": true,
  1174. "license": "MIT",
  1175. "optional": true,
  1176. "os": [
  1177. "freebsd"
  1178. ],
  1179. "engines": {
  1180. "node": ">= 10.0.0"
  1181. },
  1182. "funding": {
  1183. "type": "opencollective",
  1184. "url": "https://opencollective.com/parcel"
  1185. }
  1186. },
  1187. "node_modules/@parcel/watcher-linux-arm-glibc": {
  1188. "version": "2.5.1",
  1189. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  1190. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  1191. "cpu": [
  1192. "arm"
  1193. ],
  1194. "dev": true,
  1195. "license": "MIT",
  1196. "optional": true,
  1197. "os": [
  1198. "linux"
  1199. ],
  1200. "engines": {
  1201. "node": ">= 10.0.0"
  1202. },
  1203. "funding": {
  1204. "type": "opencollective",
  1205. "url": "https://opencollective.com/parcel"
  1206. }
  1207. },
  1208. "node_modules/@parcel/watcher-linux-arm-musl": {
  1209. "version": "2.5.1",
  1210. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  1211. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  1212. "cpu": [
  1213. "arm"
  1214. ],
  1215. "dev": true,
  1216. "license": "MIT",
  1217. "optional": true,
  1218. "os": [
  1219. "linux"
  1220. ],
  1221. "engines": {
  1222. "node": ">= 10.0.0"
  1223. },
  1224. "funding": {
  1225. "type": "opencollective",
  1226. "url": "https://opencollective.com/parcel"
  1227. }
  1228. },
  1229. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  1230. "version": "2.5.1",
  1231. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  1232. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  1233. "cpu": [
  1234. "arm64"
  1235. ],
  1236. "dev": true,
  1237. "license": "MIT",
  1238. "optional": true,
  1239. "os": [
  1240. "linux"
  1241. ],
  1242. "engines": {
  1243. "node": ">= 10.0.0"
  1244. },
  1245. "funding": {
  1246. "type": "opencollective",
  1247. "url": "https://opencollective.com/parcel"
  1248. }
  1249. },
  1250. "node_modules/@parcel/watcher-linux-arm64-musl": {
  1251. "version": "2.5.1",
  1252. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  1253. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  1254. "cpu": [
  1255. "arm64"
  1256. ],
  1257. "dev": true,
  1258. "license": "MIT",
  1259. "optional": true,
  1260. "os": [
  1261. "linux"
  1262. ],
  1263. "engines": {
  1264. "node": ">= 10.0.0"
  1265. },
  1266. "funding": {
  1267. "type": "opencollective",
  1268. "url": "https://opencollective.com/parcel"
  1269. }
  1270. },
  1271. "node_modules/@parcel/watcher-linux-x64-glibc": {
  1272. "version": "2.5.1",
  1273. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  1274. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  1275. "cpu": [
  1276. "x64"
  1277. ],
  1278. "dev": true,
  1279. "license": "MIT",
  1280. "optional": true,
  1281. "os": [
  1282. "linux"
  1283. ],
  1284. "engines": {
  1285. "node": ">= 10.0.0"
  1286. },
  1287. "funding": {
  1288. "type": "opencollective",
  1289. "url": "https://opencollective.com/parcel"
  1290. }
  1291. },
  1292. "node_modules/@parcel/watcher-linux-x64-musl": {
  1293. "version": "2.5.1",
  1294. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  1295. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  1296. "cpu": [
  1297. "x64"
  1298. ],
  1299. "dev": true,
  1300. "license": "MIT",
  1301. "optional": true,
  1302. "os": [
  1303. "linux"
  1304. ],
  1305. "engines": {
  1306. "node": ">= 10.0.0"
  1307. },
  1308. "funding": {
  1309. "type": "opencollective",
  1310. "url": "https://opencollective.com/parcel"
  1311. }
  1312. },
  1313. "node_modules/@parcel/watcher-win32-arm64": {
  1314. "version": "2.5.1",
  1315. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  1316. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  1317. "cpu": [
  1318. "arm64"
  1319. ],
  1320. "dev": true,
  1321. "license": "MIT",
  1322. "optional": true,
  1323. "os": [
  1324. "win32"
  1325. ],
  1326. "engines": {
  1327. "node": ">= 10.0.0"
  1328. },
  1329. "funding": {
  1330. "type": "opencollective",
  1331. "url": "https://opencollective.com/parcel"
  1332. }
  1333. },
  1334. "node_modules/@parcel/watcher-win32-ia32": {
  1335. "version": "2.5.1",
  1336. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  1337. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  1338. "cpu": [
  1339. "ia32"
  1340. ],
  1341. "dev": true,
  1342. "license": "MIT",
  1343. "optional": true,
  1344. "os": [
  1345. "win32"
  1346. ],
  1347. "engines": {
  1348. "node": ">= 10.0.0"
  1349. },
  1350. "funding": {
  1351. "type": "opencollective",
  1352. "url": "https://opencollective.com/parcel"
  1353. }
  1354. },
  1355. "node_modules/@parcel/watcher-win32-x64": {
  1356. "version": "2.5.1",
  1357. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  1358. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  1359. "cpu": [
  1360. "x64"
  1361. ],
  1362. "dev": true,
  1363. "license": "MIT",
  1364. "optional": true,
  1365. "os": [
  1366. "win32"
  1367. ],
  1368. "engines": {
  1369. "node": ">= 10.0.0"
  1370. },
  1371. "funding": {
  1372. "type": "opencollective",
  1373. "url": "https://opencollective.com/parcel"
  1374. }
  1375. },
  1376. "node_modules/@polka/url": {
  1377. "version": "1.0.0-next.29",
  1378. "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.29.tgz",
  1379. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  1380. "dev": true,
  1381. "license": "MIT"
  1382. },
  1383. "node_modules/@popperjs/core": {
  1384. "version": "2.11.8",
  1385. "resolved": "https://registry.npmmirror.com/@popperjs/core/-/core-2.11.8.tgz",
  1386. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  1387. "license": "MIT",
  1388. "peer": true,
  1389. "funding": {
  1390. "type": "opencollective",
  1391. "url": "https://opencollective.com/popperjs"
  1392. }
  1393. },
  1394. "node_modules/@rollup/pluginutils": {
  1395. "version": "5.1.4",
  1396. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.4.tgz",
  1397. "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==",
  1398. "dev": true,
  1399. "license": "MIT",
  1400. "dependencies": {
  1401. "@types/estree": "^1.0.0",
  1402. "estree-walker": "^2.0.2",
  1403. "picomatch": "^4.0.2"
  1404. },
  1405. "engines": {
  1406. "node": ">=14.0.0"
  1407. },
  1408. "peerDependencies": {
  1409. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  1410. },
  1411. "peerDependenciesMeta": {
  1412. "rollup": {
  1413. "optional": true
  1414. }
  1415. }
  1416. },
  1417. "node_modules/@rollup/rollup-android-arm-eabi": {
  1418. "version": "4.40.0",
  1419. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.40.0.tgz",
  1420. "integrity": "sha512-+Fbls/diZ0RDerhE8kyC6hjADCXA1K4yVNlH0EYfd2XjyH0UGgzaQ8MlT0pCXAThfxv3QUAczHaL+qSv1E4/Cg==",
  1421. "cpu": [
  1422. "arm"
  1423. ],
  1424. "dev": true,
  1425. "license": "MIT",
  1426. "optional": true,
  1427. "os": [
  1428. "android"
  1429. ]
  1430. },
  1431. "node_modules/@rollup/rollup-android-arm64": {
  1432. "version": "4.40.0",
  1433. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.40.0.tgz",
  1434. "integrity": "sha512-PPA6aEEsTPRz+/4xxAmaoWDqh67N7wFbgFUJGMnanCFs0TV99M0M8QhhaSCks+n6EbQoFvLQgYOGXxlMGQe/6w==",
  1435. "cpu": [
  1436. "arm64"
  1437. ],
  1438. "dev": true,
  1439. "license": "MIT",
  1440. "optional": true,
  1441. "os": [
  1442. "android"
  1443. ]
  1444. },
  1445. "node_modules/@rollup/rollup-darwin-arm64": {
  1446. "version": "4.40.0",
  1447. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.40.0.tgz",
  1448. "integrity": "sha512-GwYOcOakYHdfnjjKwqpTGgn5a6cUX7+Ra2HeNj/GdXvO2VJOOXCiYYlRFU4CubFM67EhbmzLOmACKEfvp3J1kQ==",
  1449. "cpu": [
  1450. "arm64"
  1451. ],
  1452. "dev": true,
  1453. "license": "MIT",
  1454. "optional": true,
  1455. "os": [
  1456. "darwin"
  1457. ]
  1458. },
  1459. "node_modules/@rollup/rollup-darwin-x64": {
  1460. "version": "4.40.0",
  1461. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.40.0.tgz",
  1462. "integrity": "sha512-CoLEGJ+2eheqD9KBSxmma6ld01czS52Iw0e2qMZNpPDlf7Z9mj8xmMemxEucinev4LgHalDPczMyxzbq+Q+EtA==",
  1463. "cpu": [
  1464. "x64"
  1465. ],
  1466. "dev": true,
  1467. "license": "MIT",
  1468. "optional": true,
  1469. "os": [
  1470. "darwin"
  1471. ]
  1472. },
  1473. "node_modules/@rollup/rollup-freebsd-arm64": {
  1474. "version": "4.40.0",
  1475. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.40.0.tgz",
  1476. "integrity": "sha512-r7yGiS4HN/kibvESzmrOB/PxKMhPTlz+FcGvoUIKYoTyGd5toHp48g1uZy1o1xQvybwwpqpe010JrcGG2s5nkg==",
  1477. "cpu": [
  1478. "arm64"
  1479. ],
  1480. "dev": true,
  1481. "license": "MIT",
  1482. "optional": true,
  1483. "os": [
  1484. "freebsd"
  1485. ]
  1486. },
  1487. "node_modules/@rollup/rollup-freebsd-x64": {
  1488. "version": "4.40.0",
  1489. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.40.0.tgz",
  1490. "integrity": "sha512-mVDxzlf0oLzV3oZOr0SMJ0lSDd3xC4CmnWJ8Val8isp9jRGl5Dq//LLDSPFrasS7pSm6m5xAcKaw3sHXhBjoRw==",
  1491. "cpu": [
  1492. "x64"
  1493. ],
  1494. "dev": true,
  1495. "license": "MIT",
  1496. "optional": true,
  1497. "os": [
  1498. "freebsd"
  1499. ]
  1500. },
  1501. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1502. "version": "4.40.0",
  1503. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.40.0.tgz",
  1504. "integrity": "sha512-y/qUMOpJxBMy8xCXD++jeu8t7kzjlOCkoxxajL58G62PJGBZVl/Gwpm7JK9+YvlB701rcQTzjUZ1JgUoPTnoQA==",
  1505. "cpu": [
  1506. "arm"
  1507. ],
  1508. "dev": true,
  1509. "license": "MIT",
  1510. "optional": true,
  1511. "os": [
  1512. "linux"
  1513. ]
  1514. },
  1515. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1516. "version": "4.40.0",
  1517. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.40.0.tgz",
  1518. "integrity": "sha512-GoCsPibtVdJFPv/BOIvBKO/XmwZLwaNWdyD8TKlXuqp0veo2sHE+A/vpMQ5iSArRUz/uaoj4h5S6Pn0+PdhRjg==",
  1519. "cpu": [
  1520. "arm"
  1521. ],
  1522. "dev": true,
  1523. "license": "MIT",
  1524. "optional": true,
  1525. "os": [
  1526. "linux"
  1527. ]
  1528. },
  1529. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1530. "version": "4.40.0",
  1531. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.40.0.tgz",
  1532. "integrity": "sha512-L5ZLphTjjAD9leJzSLI7rr8fNqJMlGDKlazW2tX4IUF9P7R5TMQPElpH82Q7eNIDQnQlAyiNVfRPfP2vM5Avvg==",
  1533. "cpu": [
  1534. "arm64"
  1535. ],
  1536. "dev": true,
  1537. "license": "MIT",
  1538. "optional": true,
  1539. "os": [
  1540. "linux"
  1541. ]
  1542. },
  1543. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1544. "version": "4.40.0",
  1545. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.40.0.tgz",
  1546. "integrity": "sha512-ATZvCRGCDtv1Y4gpDIXsS+wfFeFuLwVxyUBSLawjgXK2tRE6fnsQEkE4csQQYWlBlsFztRzCnBvWVfcae/1qxQ==",
  1547. "cpu": [
  1548. "arm64"
  1549. ],
  1550. "dev": true,
  1551. "license": "MIT",
  1552. "optional": true,
  1553. "os": [
  1554. "linux"
  1555. ]
  1556. },
  1557. "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
  1558. "version": "4.40.0",
  1559. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.40.0.tgz",
  1560. "integrity": "sha512-wG9e2XtIhd++QugU5MD9i7OnpaVb08ji3P1y/hNbxrQ3sYEelKJOq1UJ5dXczeo6Hj2rfDEL5GdtkMSVLa/AOg==",
  1561. "cpu": [
  1562. "loong64"
  1563. ],
  1564. "dev": true,
  1565. "license": "MIT",
  1566. "optional": true,
  1567. "os": [
  1568. "linux"
  1569. ]
  1570. },
  1571. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  1572. "version": "4.40.0",
  1573. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.40.0.tgz",
  1574. "integrity": "sha512-vgXfWmj0f3jAUvC7TZSU/m/cOE558ILWDzS7jBhiCAFpY2WEBn5jqgbqvmzlMjtp8KlLcBlXVD2mkTSEQE6Ixw==",
  1575. "cpu": [
  1576. "ppc64"
  1577. ],
  1578. "dev": true,
  1579. "license": "MIT",
  1580. "optional": true,
  1581. "os": [
  1582. "linux"
  1583. ]
  1584. },
  1585. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1586. "version": "4.40.0",
  1587. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.40.0.tgz",
  1588. "integrity": "sha512-uJkYTugqtPZBS3Z136arevt/FsKTF/J9dEMTX/cwR7lsAW4bShzI2R0pJVw+hcBTWF4dxVckYh72Hk3/hWNKvA==",
  1589. "cpu": [
  1590. "riscv64"
  1591. ],
  1592. "dev": true,
  1593. "license": "MIT",
  1594. "optional": true,
  1595. "os": [
  1596. "linux"
  1597. ]
  1598. },
  1599. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1600. "version": "4.40.0",
  1601. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.40.0.tgz",
  1602. "integrity": "sha512-rKmSj6EXQRnhSkE22+WvrqOqRtk733x3p5sWpZilhmjnkHkpeCgWsFFo0dGnUGeA+OZjRl3+VYq+HyCOEuwcxQ==",
  1603. "cpu": [
  1604. "riscv64"
  1605. ],
  1606. "dev": true,
  1607. "license": "MIT",
  1608. "optional": true,
  1609. "os": [
  1610. "linux"
  1611. ]
  1612. },
  1613. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1614. "version": "4.40.0",
  1615. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.40.0.tgz",
  1616. "integrity": "sha512-SpnYlAfKPOoVsQqmTFJ0usx0z84bzGOS9anAC0AZ3rdSo3snecihbhFTlJZ8XMwzqAcodjFU4+/SM311dqE5Sw==",
  1617. "cpu": [
  1618. "s390x"
  1619. ],
  1620. "dev": true,
  1621. "license": "MIT",
  1622. "optional": true,
  1623. "os": [
  1624. "linux"
  1625. ]
  1626. },
  1627. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1628. "version": "4.40.0",
  1629. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.40.0.tgz",
  1630. "integrity": "sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==",
  1631. "cpu": [
  1632. "x64"
  1633. ],
  1634. "dev": true,
  1635. "license": "MIT",
  1636. "optional": true,
  1637. "os": [
  1638. "linux"
  1639. ]
  1640. },
  1641. "node_modules/@rollup/rollup-linux-x64-musl": {
  1642. "version": "4.40.0",
  1643. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.40.0.tgz",
  1644. "integrity": "sha512-HZvjpiUmSNx5zFgwtQAV1GaGazT2RWvqeDi0hV+AtC8unqqDSsaFjPxfsO6qPtKRRg25SisACWnJ37Yio8ttaw==",
  1645. "cpu": [
  1646. "x64"
  1647. ],
  1648. "dev": true,
  1649. "license": "MIT",
  1650. "optional": true,
  1651. "os": [
  1652. "linux"
  1653. ]
  1654. },
  1655. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1656. "version": "4.40.0",
  1657. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.40.0.tgz",
  1658. "integrity": "sha512-UtZQQI5k/b8d7d3i9AZmA/t+Q4tk3hOC0tMOMSq2GlMYOfxbesxG4mJSeDp0EHs30N9bsfwUvs3zF4v/RzOeTQ==",
  1659. "cpu": [
  1660. "arm64"
  1661. ],
  1662. "dev": true,
  1663. "license": "MIT",
  1664. "optional": true,
  1665. "os": [
  1666. "win32"
  1667. ]
  1668. },
  1669. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1670. "version": "4.40.0",
  1671. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.40.0.tgz",
  1672. "integrity": "sha512-+m03kvI2f5syIqHXCZLPVYplP8pQch9JHyXKZ3AGMKlg8dCyr2PKHjwRLiW53LTrN/Nc3EqHOKxUxzoSPdKddA==",
  1673. "cpu": [
  1674. "ia32"
  1675. ],
  1676. "dev": true,
  1677. "license": "MIT",
  1678. "optional": true,
  1679. "os": [
  1680. "win32"
  1681. ]
  1682. },
  1683. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1684. "version": "4.40.0",
  1685. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.40.0.tgz",
  1686. "integrity": "sha512-lpPE1cLfP5oPzVjKMx10pgBmKELQnFJXHgvtHCtuJWOv8MxqdEIMNtgHgBFf7Ea2/7EuVwa9fodWUfXAlXZLZQ==",
  1687. "cpu": [
  1688. "x64"
  1689. ],
  1690. "dev": true,
  1691. "license": "MIT",
  1692. "optional": true,
  1693. "os": [
  1694. "win32"
  1695. ]
  1696. },
  1697. "node_modules/@sec-ant/readable-stream": {
  1698. "version": "0.4.1",
  1699. "resolved": "https://registry.npmmirror.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
  1700. "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
  1701. "dev": true,
  1702. "license": "MIT"
  1703. },
  1704. "node_modules/@simonwep/pickr": {
  1705. "version": "1.8.2",
  1706. "resolved": "https://registry.npmmirror.com/@simonwep/pickr/-/pickr-1.8.2.tgz",
  1707. "integrity": "sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA==",
  1708. "license": "MIT",
  1709. "dependencies": {
  1710. "core-js": "^3.15.1",
  1711. "nanopop": "^2.1.0"
  1712. }
  1713. },
  1714. "node_modules/@sindresorhus/merge-streams": {
  1715. "version": "4.0.0",
  1716. "resolved": "https://registry.npmmirror.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  1717. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  1718. "dev": true,
  1719. "license": "MIT",
  1720. "engines": {
  1721. "node": ">=18"
  1722. },
  1723. "funding": {
  1724. "url": "https://github.com/sponsors/sindresorhus"
  1725. }
  1726. },
  1727. "node_modules/@tsconfig/node22": {
  1728. "version": "22.0.1",
  1729. "resolved": "https://registry.npmmirror.com/@tsconfig/node22/-/node22-22.0.1.tgz",
  1730. "integrity": "sha512-VkgOa3n6jvs1p+r3DiwBqeEwGAwEvnVCg/hIjiANl5IEcqP3G0u5m8cBJspe1t9qjZRlZ7WFgqq5bJrGdgAKMg==",
  1731. "dev": true,
  1732. "license": "MIT"
  1733. },
  1734. "node_modules/@turf/helpers": {
  1735. "version": "6.5.0",
  1736. "resolved": "https://registry.npmmirror.com/@turf/helpers/-/helpers-6.5.0.tgz",
  1737. "integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==",
  1738. "license": "MIT",
  1739. "funding": {
  1740. "url": "https://opencollective.com/turf"
  1741. }
  1742. },
  1743. "node_modules/@turf/intersect": {
  1744. "version": "6.5.0",
  1745. "resolved": "https://registry.npmmirror.com/@turf/intersect/-/intersect-6.5.0.tgz",
  1746. "integrity": "sha512-2legGJeKrfFkzntcd4GouPugoqPUjexPZnOvfez+3SfIMrHvulw8qV8u7pfVyn2Yqs53yoVCEjS5sEpvQ5YRQg==",
  1747. "license": "MIT",
  1748. "dependencies": {
  1749. "@turf/helpers": "^6.5.0",
  1750. "@turf/invariant": "^6.5.0",
  1751. "polygon-clipping": "^0.15.3"
  1752. },
  1753. "funding": {
  1754. "url": "https://opencollective.com/turf"
  1755. }
  1756. },
  1757. "node_modules/@turf/invariant": {
  1758. "version": "6.5.0",
  1759. "resolved": "https://registry.npmmirror.com/@turf/invariant/-/invariant-6.5.0.tgz",
  1760. "integrity": "sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==",
  1761. "license": "MIT",
  1762. "dependencies": {
  1763. "@turf/helpers": "^6.5.0"
  1764. },
  1765. "funding": {
  1766. "url": "https://opencollective.com/turf"
  1767. }
  1768. },
  1769. "node_modules/@types/estree": {
  1770. "version": "1.0.7",
  1771. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.7.tgz",
  1772. "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
  1773. "dev": true,
  1774. "license": "MIT"
  1775. },
  1776. "node_modules/@types/node": {
  1777. "version": "22.15.0",
  1778. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.15.0.tgz",
  1779. "integrity": "sha512-99S8dWD2DkeE6PBaEDw+In3aar7hdoBvjyJMR6vaKBTzpvR0P00ClzJMOoVrj9D2+Sy/YCwACYHnBTpMhg1UCA==",
  1780. "dev": true,
  1781. "license": "MIT",
  1782. "dependencies": {
  1783. "undici-types": "~6.21.0"
  1784. }
  1785. },
  1786. "node_modules/@vitejs/plugin-vue": {
  1787. "version": "5.2.3",
  1788. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.3.tgz",
  1789. "integrity": "sha512-IYSLEQj4LgZZuoVpdSUCw3dIynTWQgPlaRP6iAvMle4My0HdYwr5g5wQAfwOeHQBmYwEkqF70nRpSilr6PoUDg==",
  1790. "dev": true,
  1791. "license": "MIT",
  1792. "engines": {
  1793. "node": "^18.0.0 || >=20.0.0"
  1794. },
  1795. "peerDependencies": {
  1796. "vite": "^5.0.0 || ^6.0.0",
  1797. "vue": "^3.2.25"
  1798. }
  1799. },
  1800. "node_modules/@vitejs/plugin-vue-jsx": {
  1801. "version": "4.1.2",
  1802. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.1.2.tgz",
  1803. "integrity": "sha512-4Rk0GdE0QCdsIkuMmWeg11gmM4x8UmTnZR/LWPm7QJ7+BsK4tq08udrN0isrrWqz5heFy9HLV/7bOLgFS8hUjA==",
  1804. "dev": true,
  1805. "license": "MIT",
  1806. "dependencies": {
  1807. "@babel/core": "^7.26.7",
  1808. "@babel/plugin-transform-typescript": "^7.26.7",
  1809. "@vue/babel-plugin-jsx": "^1.2.5"
  1810. },
  1811. "engines": {
  1812. "node": "^18.0.0 || >=20.0.0"
  1813. },
  1814. "peerDependencies": {
  1815. "vite": "^5.0.0 || ^6.0.0",
  1816. "vue": "^3.0.0"
  1817. }
  1818. },
  1819. "node_modules/@volar/language-core": {
  1820. "version": "2.4.12",
  1821. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.12.tgz",
  1822. "integrity": "sha512-RLrFdXEaQBWfSnYGVxvR2WrO6Bub0unkdHYIdC31HzIEqATIuuhRRzYu76iGPZ6OtA4Au1SnW0ZwIqPP217YhA==",
  1823. "dev": true,
  1824. "license": "MIT",
  1825. "dependencies": {
  1826. "@volar/source-map": "2.4.12"
  1827. }
  1828. },
  1829. "node_modules/@volar/source-map": {
  1830. "version": "2.4.12",
  1831. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.12.tgz",
  1832. "integrity": "sha512-bUFIKvn2U0AWojOaqf63ER0N/iHIBYZPpNGogfLPQ68F5Eet6FnLlyho7BS0y2HJ1jFhSif7AcuTx1TqsCzRzw==",
  1833. "dev": true,
  1834. "license": "MIT"
  1835. },
  1836. "node_modules/@volar/typescript": {
  1837. "version": "2.4.12",
  1838. "resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-2.4.12.tgz",
  1839. "integrity": "sha512-HJB73OTJDgPc80K30wxi3if4fSsZZAOScbj2fcicMuOPoOkcf9NNAINb33o+DzhBdF9xTKC1gnPmIRDous5S0g==",
  1840. "dev": true,
  1841. "license": "MIT",
  1842. "dependencies": {
  1843. "@volar/language-core": "2.4.12",
  1844. "path-browserify": "^1.0.1",
  1845. "vscode-uri": "^3.0.8"
  1846. }
  1847. },
  1848. "node_modules/@vue/babel-helper-vue-transform-on": {
  1849. "version": "1.4.0",
  1850. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.4.0.tgz",
  1851. "integrity": "sha512-mCokbouEQ/ocRce/FpKCRItGo+013tHg7tixg3DUNS+6bmIchPt66012kBMm476vyEIJPafrvOf4E5OYj3shSw==",
  1852. "dev": true,
  1853. "license": "MIT"
  1854. },
  1855. "node_modules/@vue/babel-plugin-jsx": {
  1856. "version": "1.4.0",
  1857. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.4.0.tgz",
  1858. "integrity": "sha512-9zAHmwgMWlaN6qRKdrg1uKsBKHvnUU+Py+MOCTuYZBoZsopa90Di10QRjB+YPnVss0BZbG/H5XFwJY1fTxJWhA==",
  1859. "dev": true,
  1860. "license": "MIT",
  1861. "dependencies": {
  1862. "@babel/helper-module-imports": "^7.25.9",
  1863. "@babel/helper-plugin-utils": "^7.26.5",
  1864. "@babel/plugin-syntax-jsx": "^7.25.9",
  1865. "@babel/template": "^7.26.9",
  1866. "@babel/traverse": "^7.26.9",
  1867. "@babel/types": "^7.26.9",
  1868. "@vue/babel-helper-vue-transform-on": "1.4.0",
  1869. "@vue/babel-plugin-resolve-type": "1.4.0",
  1870. "@vue/shared": "^3.5.13"
  1871. },
  1872. "peerDependencies": {
  1873. "@babel/core": "^7.0.0-0"
  1874. },
  1875. "peerDependenciesMeta": {
  1876. "@babel/core": {
  1877. "optional": true
  1878. }
  1879. }
  1880. },
  1881. "node_modules/@vue/babel-plugin-resolve-type": {
  1882. "version": "1.4.0",
  1883. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.4.0.tgz",
  1884. "integrity": "sha512-4xqDRRbQQEWHQyjlYSgZsWj44KfiF6D+ktCuXyZ8EnVDYV3pztmXJDf1HveAjUAXxAnR8daCQT51RneWWxtTyQ==",
  1885. "dev": true,
  1886. "license": "MIT",
  1887. "dependencies": {
  1888. "@babel/code-frame": "^7.26.2",
  1889. "@babel/helper-module-imports": "^7.25.9",
  1890. "@babel/helper-plugin-utils": "^7.26.5",
  1891. "@babel/parser": "^7.26.9",
  1892. "@vue/compiler-sfc": "^3.5.13"
  1893. },
  1894. "funding": {
  1895. "url": "https://github.com/sponsors/sxzz"
  1896. },
  1897. "peerDependencies": {
  1898. "@babel/core": "^7.0.0-0"
  1899. }
  1900. },
  1901. "node_modules/@vue/compiler-core": {
  1902. "version": "3.5.13",
  1903. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz",
  1904. "integrity": "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==",
  1905. "license": "MIT",
  1906. "dependencies": {
  1907. "@babel/parser": "^7.25.3",
  1908. "@vue/shared": "3.5.13",
  1909. "entities": "^4.5.0",
  1910. "estree-walker": "^2.0.2",
  1911. "source-map-js": "^1.2.0"
  1912. }
  1913. },
  1914. "node_modules/@vue/compiler-dom": {
  1915. "version": "3.5.13",
  1916. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz",
  1917. "integrity": "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==",
  1918. "license": "MIT",
  1919. "dependencies": {
  1920. "@vue/compiler-core": "3.5.13",
  1921. "@vue/shared": "3.5.13"
  1922. }
  1923. },
  1924. "node_modules/@vue/compiler-sfc": {
  1925. "version": "3.5.13",
  1926. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz",
  1927. "integrity": "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==",
  1928. "license": "MIT",
  1929. "dependencies": {
  1930. "@babel/parser": "^7.25.3",
  1931. "@vue/compiler-core": "3.5.13",
  1932. "@vue/compiler-dom": "3.5.13",
  1933. "@vue/compiler-ssr": "3.5.13",
  1934. "@vue/shared": "3.5.13",
  1935. "estree-walker": "^2.0.2",
  1936. "magic-string": "^0.30.11",
  1937. "postcss": "^8.4.48",
  1938. "source-map-js": "^1.2.0"
  1939. }
  1940. },
  1941. "node_modules/@vue/compiler-ssr": {
  1942. "version": "3.5.13",
  1943. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz",
  1944. "integrity": "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==",
  1945. "license": "MIT",
  1946. "dependencies": {
  1947. "@vue/compiler-dom": "3.5.13",
  1948. "@vue/shared": "3.5.13"
  1949. }
  1950. },
  1951. "node_modules/@vue/compiler-vue2": {
  1952. "version": "2.7.16",
  1953. "resolved": "https://registry.npmmirror.com/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
  1954. "integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
  1955. "dev": true,
  1956. "license": "MIT",
  1957. "dependencies": {
  1958. "de-indent": "^1.0.2",
  1959. "he": "^1.2.0"
  1960. }
  1961. },
  1962. "node_modules/@vue/devtools-api": {
  1963. "version": "7.7.5",
  1964. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.7.5.tgz",
  1965. "integrity": "sha512-HYV3tJGARROq5nlVMJh5KKHk7GU8Au3IrrmNNqr978m0edxgpHgYPDoNUGrvEgIbObz09SQezFR3A1EVmB5WZg==",
  1966. "license": "MIT",
  1967. "dependencies": {
  1968. "@vue/devtools-kit": "^7.7.5"
  1969. }
  1970. },
  1971. "node_modules/@vue/devtools-core": {
  1972. "version": "7.7.5",
  1973. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-7.7.5.tgz",
  1974. "integrity": "sha512-ElKr0NDor57gVaT+gMQ8kcVP4uFGqHcxuuQndW/rPwh6aHWvEcUL3sxL8cEk+e1Rdt28kS88erpsiIMO6hEENQ==",
  1975. "dev": true,
  1976. "license": "MIT",
  1977. "dependencies": {
  1978. "@vue/devtools-kit": "^7.7.5",
  1979. "@vue/devtools-shared": "^7.7.5",
  1980. "mitt": "^3.0.1",
  1981. "nanoid": "^5.1.0",
  1982. "pathe": "^2.0.3",
  1983. "vite-hot-client": "^2.0.4"
  1984. },
  1985. "peerDependencies": {
  1986. "vue": "^3.0.0"
  1987. }
  1988. },
  1989. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  1990. "version": "5.1.5",
  1991. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.5.tgz",
  1992. "integrity": "sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==",
  1993. "dev": true,
  1994. "funding": [
  1995. {
  1996. "type": "github",
  1997. "url": "https://github.com/sponsors/ai"
  1998. }
  1999. ],
  2000. "license": "MIT",
  2001. "bin": {
  2002. "nanoid": "bin/nanoid.js"
  2003. },
  2004. "engines": {
  2005. "node": "^18 || >=20"
  2006. }
  2007. },
  2008. "node_modules/@vue/devtools-kit": {
  2009. "version": "7.7.5",
  2010. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.5.tgz",
  2011. "integrity": "sha512-S9VAVJYVAe4RPx2JZb9ZTEi0lqTySz2CBeF0wHT5D3dkTLnT9yMMGegKNl4b2EIELwLSkcI9bl2qp0/jW+upqA==",
  2012. "license": "MIT",
  2013. "dependencies": {
  2014. "@vue/devtools-shared": "^7.7.5",
  2015. "birpc": "^2.3.0",
  2016. "hookable": "^5.5.3",
  2017. "mitt": "^3.0.1",
  2018. "perfect-debounce": "^1.0.0",
  2019. "speakingurl": "^14.0.1",
  2020. "superjson": "^2.2.2"
  2021. }
  2022. },
  2023. "node_modules/@vue/devtools-shared": {
  2024. "version": "7.7.5",
  2025. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.5.tgz",
  2026. "integrity": "sha512-QBjG72RfpM0DKtpns2RZOxBltO226kOAls9e4Lri6YxS2gWTgL0H+wj1R2K76lxxIeOrqo4+2Ty6RQnzv+WSTQ==",
  2027. "license": "MIT",
  2028. "dependencies": {
  2029. "rfdc": "^1.4.1"
  2030. }
  2031. },
  2032. "node_modules/@vue/language-core": {
  2033. "version": "2.2.10",
  2034. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-2.2.10.tgz",
  2035. "integrity": "sha512-+yNoYx6XIKuAO8Mqh1vGytu8jkFEOH5C8iOv3i8Z/65A7x9iAOXA97Q+PqZ3nlm2lxf5rOJuIGI/wDtx/riNYw==",
  2036. "dev": true,
  2037. "license": "MIT",
  2038. "dependencies": {
  2039. "@volar/language-core": "~2.4.11",
  2040. "@vue/compiler-dom": "^3.5.0",
  2041. "@vue/compiler-vue2": "^2.7.16",
  2042. "@vue/shared": "^3.5.0",
  2043. "alien-signals": "^1.0.3",
  2044. "minimatch": "^9.0.3",
  2045. "muggle-string": "^0.4.1",
  2046. "path-browserify": "^1.0.1"
  2047. },
  2048. "peerDependencies": {
  2049. "typescript": "*"
  2050. },
  2051. "peerDependenciesMeta": {
  2052. "typescript": {
  2053. "optional": true
  2054. }
  2055. }
  2056. },
  2057. "node_modules/@vue/reactivity": {
  2058. "version": "3.5.13",
  2059. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.13.tgz",
  2060. "integrity": "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==",
  2061. "license": "MIT",
  2062. "dependencies": {
  2063. "@vue/shared": "3.5.13"
  2064. }
  2065. },
  2066. "node_modules/@vue/runtime-core": {
  2067. "version": "3.5.13",
  2068. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz",
  2069. "integrity": "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==",
  2070. "license": "MIT",
  2071. "dependencies": {
  2072. "@vue/reactivity": "3.5.13",
  2073. "@vue/shared": "3.5.13"
  2074. }
  2075. },
  2076. "node_modules/@vue/runtime-dom": {
  2077. "version": "3.5.13",
  2078. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz",
  2079. "integrity": "sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==",
  2080. "license": "MIT",
  2081. "dependencies": {
  2082. "@vue/reactivity": "3.5.13",
  2083. "@vue/runtime-core": "3.5.13",
  2084. "@vue/shared": "3.5.13",
  2085. "csstype": "^3.1.3"
  2086. }
  2087. },
  2088. "node_modules/@vue/server-renderer": {
  2089. "version": "3.5.13",
  2090. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.13.tgz",
  2091. "integrity": "sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==",
  2092. "license": "MIT",
  2093. "dependencies": {
  2094. "@vue/compiler-ssr": "3.5.13",
  2095. "@vue/shared": "3.5.13"
  2096. },
  2097. "peerDependencies": {
  2098. "vue": "3.5.13"
  2099. }
  2100. },
  2101. "node_modules/@vue/shared": {
  2102. "version": "3.5.13",
  2103. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.13.tgz",
  2104. "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==",
  2105. "license": "MIT"
  2106. },
  2107. "node_modules/@vue/tsconfig": {
  2108. "version": "0.7.0",
  2109. "resolved": "https://registry.npmmirror.com/@vue/tsconfig/-/tsconfig-0.7.0.tgz",
  2110. "integrity": "sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==",
  2111. "dev": true,
  2112. "license": "MIT",
  2113. "peerDependencies": {
  2114. "typescript": "5.x",
  2115. "vue": "^3.4.0"
  2116. },
  2117. "peerDependenciesMeta": {
  2118. "typescript": {
  2119. "optional": true
  2120. },
  2121. "vue": {
  2122. "optional": true
  2123. }
  2124. }
  2125. },
  2126. "node_modules/@vuemap/amap-jsapi-loader": {
  2127. "version": "1.0.4",
  2128. "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-loader/-/amap-jsapi-loader-1.0.4.tgz",
  2129. "integrity": "sha512-s5fFHrsNkjYMovEmUJ5S23jpDtElTanDN2HdCt/amOD245a8wWVcTPjl06YEHXtxf6Ewm+z29wQByOCn209Hxg==",
  2130. "license": "MIT"
  2131. },
  2132. "node_modules/@vuemap/amap-jsapi-types": {
  2133. "version": "0.0.17",
  2134. "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-types/-/amap-jsapi-types-0.0.17.tgz",
  2135. "integrity": "sha512-FHI8OMWxJWbgyuQ0tKclvurQIVHRexMIYAOwZ/z9+G7aHHK5EFhKM13siLczNNAgXdJ2dctPEghCdlhcByl3Ag==",
  2136. "license": "MIT"
  2137. },
  2138. "node_modules/@vuemap/amap-xyz-layer": {
  2139. "version": "0.0.15",
  2140. "resolved": "https://registry.npmmirror.com/@vuemap/amap-xyz-layer/-/amap-xyz-layer-0.0.15.tgz",
  2141. "integrity": "sha512-L3rsgk2+i277RlMScpxVpjPBhSfMCeHcyFv7zkomMzd/J9W+X8yTUgSFvzVLWnnlXEXL80vNgs7lIJpSxa5vNg==",
  2142. "license": "MIT",
  2143. "dependencies": {
  2144. "@math.gl/core": "3.6.3",
  2145. "earcut": "2.2.4",
  2146. "gl-matrix": "3.4.3"
  2147. },
  2148. "engines": {
  2149. "node": ">= 16"
  2150. }
  2151. },
  2152. "node_modules/@vuemap/district-cluster": {
  2153. "version": "0.0.12",
  2154. "resolved": "https://registry.npmmirror.com/@vuemap/district-cluster/-/district-cluster-0.0.12.tgz",
  2155. "integrity": "sha512-JmZxl99PfCsF98dvxTmi17Ti3XaQMwcKidgduiIQvAPNTKmZjBAR1RRtdQjxooIuJiLXJo9itWIRuBaD9MseTQ==",
  2156. "license": "MIT",
  2157. "dependencies": {
  2158. "@turf/helpers": "^6.5.0",
  2159. "@turf/intersect": "^6.5.0",
  2160. "@vuemap/amap-jsapi-types": "^0.0.16",
  2161. "topojson-client": "3.1.0"
  2162. },
  2163. "engines": {
  2164. "node": ">= 16"
  2165. }
  2166. },
  2167. "node_modules/@vuemap/district-cluster/node_modules/@vuemap/amap-jsapi-types": {
  2168. "version": "0.0.16",
  2169. "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-types/-/amap-jsapi-types-0.0.16.tgz",
  2170. "integrity": "sha512-1B1H2IS8sT2RDubbpEY+K8j11Gb7PZY5Bo0cszRkF8Nw+9HNqpbUNeqkQ6+rxLkwIedcSkOsFDy/IyzXCUXqVw==",
  2171. "license": "MIT"
  2172. },
  2173. "node_modules/@vuemap/vue-amap": {
  2174. "version": "2.1.12",
  2175. "resolved": "https://registry.npmmirror.com/@vuemap/vue-amap/-/vue-amap-2.1.12.tgz",
  2176. "integrity": "sha512-ODI/zNdAgYLY6KV+gdC2FlYxUi68aT5DNhHUTMANxsl9NiHaJrvCH7oiIl2XfGh9xgAwfUuqGTcOYQtBjv2NrA==",
  2177. "license": "MIT",
  2178. "dependencies": {
  2179. "@vuemap/amap-jsapi-loader": "1.0.4",
  2180. "@vuemap/amap-jsapi-types": "^0.0.17",
  2181. "@vuemap/amap-xyz-layer": "0.0.15",
  2182. "@vuemap/district-cluster": "0.0.12",
  2183. "lodash-es": "^4.17.21"
  2184. },
  2185. "peerDependencies": {
  2186. "vue": "3"
  2187. }
  2188. },
  2189. "node_modules/alien-signals": {
  2190. "version": "1.0.13",
  2191. "resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
  2192. "integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
  2193. "dev": true,
  2194. "license": "MIT"
  2195. },
  2196. "node_modules/ansi-styles": {
  2197. "version": "6.2.1",
  2198. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz",
  2199. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  2200. "dev": true,
  2201. "license": "MIT",
  2202. "engines": {
  2203. "node": ">=12"
  2204. },
  2205. "funding": {
  2206. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2207. }
  2208. },
  2209. "node_modules/ant-design-vue": {
  2210. "version": "4.2.6",
  2211. "resolved": "https://registry.npmmirror.com/ant-design-vue/-/ant-design-vue-4.2.6.tgz",
  2212. "integrity": "sha512-t7eX13Yj3i9+i5g9lqFyYneoIb3OzTvQjq9Tts1i+eiOd3Eva/6GagxBSXM1fOCjqemIu0FYVE1ByZ/38epR3Q==",
  2213. "license": "MIT",
  2214. "dependencies": {
  2215. "@ant-design/colors": "^6.0.0",
  2216. "@ant-design/icons-vue": "^7.0.0",
  2217. "@babel/runtime": "^7.10.5",
  2218. "@ctrl/tinycolor": "^3.5.0",
  2219. "@emotion/hash": "^0.9.0",
  2220. "@emotion/unitless": "^0.8.0",
  2221. "@simonwep/pickr": "~1.8.0",
  2222. "array-tree-filter": "^2.1.0",
  2223. "async-validator": "^4.0.0",
  2224. "csstype": "^3.1.1",
  2225. "dayjs": "^1.10.5",
  2226. "dom-align": "^1.12.1",
  2227. "dom-scroll-into-view": "^2.0.0",
  2228. "lodash": "^4.17.21",
  2229. "lodash-es": "^4.17.15",
  2230. "resize-observer-polyfill": "^1.5.1",
  2231. "scroll-into-view-if-needed": "^2.2.25",
  2232. "shallow-equal": "^1.0.0",
  2233. "stylis": "^4.1.3",
  2234. "throttle-debounce": "^5.0.0",
  2235. "vue-types": "^3.0.0",
  2236. "warning": "^4.0.0"
  2237. },
  2238. "engines": {
  2239. "node": ">=12.22.0"
  2240. },
  2241. "funding": {
  2242. "type": "opencollective",
  2243. "url": "https://opencollective.com/ant-design-vue"
  2244. },
  2245. "peerDependencies": {
  2246. "vue": ">=3.2.0"
  2247. }
  2248. },
  2249. "node_modules/array-tree-filter": {
  2250. "version": "2.1.0",
  2251. "resolved": "https://registry.npmmirror.com/array-tree-filter/-/array-tree-filter-2.1.0.tgz",
  2252. "integrity": "sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==",
  2253. "license": "MIT"
  2254. },
  2255. "node_modules/async-validator": {
  2256. "version": "4.2.5",
  2257. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  2258. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  2259. "license": "MIT"
  2260. },
  2261. "node_modules/balanced-match": {
  2262. "version": "1.0.2",
  2263. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  2264. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2265. "dev": true,
  2266. "license": "MIT"
  2267. },
  2268. "node_modules/birpc": {
  2269. "version": "2.3.0",
  2270. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-2.3.0.tgz",
  2271. "integrity": "sha512-ijbtkn/F3Pvzb6jHypHRyve2QApOCZDR25D/VnkY2G/lBNcXCTsnsCxgY4k4PkVB7zfwzYbY3O9Lcqe3xufS5g==",
  2272. "license": "MIT",
  2273. "funding": {
  2274. "url": "https://github.com/sponsors/antfu"
  2275. }
  2276. },
  2277. "node_modules/bootstrap": {
  2278. "version": "5.3.0",
  2279. "resolved": "https://registry.npmmirror.com/bootstrap/-/bootstrap-5.3.0.tgz",
  2280. "integrity": "sha512-UnBV3E3v4STVNQdms6jSGO2CvOkjUMdDAVR2V5N4uCMdaIkaQjbcEAMqRimDHIs4uqBYzDAKCQwCB+97tJgHQw==",
  2281. "funding": [
  2282. {
  2283. "type": "github",
  2284. "url": "https://github.com/sponsors/twbs"
  2285. },
  2286. {
  2287. "type": "opencollective",
  2288. "url": "https://opencollective.com/bootstrap"
  2289. }
  2290. ],
  2291. "license": "MIT",
  2292. "peerDependencies": {
  2293. "@popperjs/core": "^2.11.7"
  2294. }
  2295. },
  2296. "node_modules/brace-expansion": {
  2297. "version": "2.0.1",
  2298. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  2299. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  2300. "dev": true,
  2301. "license": "MIT",
  2302. "dependencies": {
  2303. "balanced-match": "^1.0.0"
  2304. }
  2305. },
  2306. "node_modules/braces": {
  2307. "version": "3.0.3",
  2308. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  2309. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2310. "dev": true,
  2311. "license": "MIT",
  2312. "optional": true,
  2313. "dependencies": {
  2314. "fill-range": "^7.1.1"
  2315. },
  2316. "engines": {
  2317. "node": ">=8"
  2318. }
  2319. },
  2320. "node_modules/browserslist": {
  2321. "version": "4.24.4",
  2322. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.4.tgz",
  2323. "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==",
  2324. "dev": true,
  2325. "funding": [
  2326. {
  2327. "type": "opencollective",
  2328. "url": "https://opencollective.com/browserslist"
  2329. },
  2330. {
  2331. "type": "tidelift",
  2332. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2333. },
  2334. {
  2335. "type": "github",
  2336. "url": "https://github.com/sponsors/ai"
  2337. }
  2338. ],
  2339. "license": "MIT",
  2340. "dependencies": {
  2341. "caniuse-lite": "^1.0.30001688",
  2342. "electron-to-chromium": "^1.5.73",
  2343. "node-releases": "^2.0.19",
  2344. "update-browserslist-db": "^1.1.1"
  2345. },
  2346. "bin": {
  2347. "browserslist": "cli.js"
  2348. },
  2349. "engines": {
  2350. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2351. }
  2352. },
  2353. "node_modules/bundle-name": {
  2354. "version": "4.1.0",
  2355. "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
  2356. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  2357. "dev": true,
  2358. "license": "MIT",
  2359. "dependencies": {
  2360. "run-applescript": "^7.0.0"
  2361. },
  2362. "engines": {
  2363. "node": ">=18"
  2364. },
  2365. "funding": {
  2366. "url": "https://github.com/sponsors/sindresorhus"
  2367. }
  2368. },
  2369. "node_modules/caniuse-lite": {
  2370. "version": "1.0.30001715",
  2371. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001715.tgz",
  2372. "integrity": "sha512-7ptkFGMm2OAOgvZpwgA4yjQ5SQbrNVGdRjzH0pBdy1Fasvcr+KAeECmbCAECzTuDuoX0FCY8KzUxjf9+9kfZEw==",
  2373. "dev": true,
  2374. "funding": [
  2375. {
  2376. "type": "opencollective",
  2377. "url": "https://opencollective.com/browserslist"
  2378. },
  2379. {
  2380. "type": "tidelift",
  2381. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2382. },
  2383. {
  2384. "type": "github",
  2385. "url": "https://github.com/sponsors/ai"
  2386. }
  2387. ],
  2388. "license": "CC-BY-4.0"
  2389. },
  2390. "node_modules/chokidar": {
  2391. "version": "4.0.3",
  2392. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  2393. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  2394. "dev": true,
  2395. "license": "MIT",
  2396. "dependencies": {
  2397. "readdirp": "^4.0.1"
  2398. },
  2399. "engines": {
  2400. "node": ">= 14.16.0"
  2401. },
  2402. "funding": {
  2403. "url": "https://paulmillr.com/funding/"
  2404. }
  2405. },
  2406. "node_modules/commander": {
  2407. "version": "2.20.3",
  2408. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  2409. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  2410. "license": "MIT"
  2411. },
  2412. "node_modules/compute-scroll-into-view": {
  2413. "version": "1.0.20",
  2414. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz",
  2415. "integrity": "sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==",
  2416. "license": "MIT"
  2417. },
  2418. "node_modules/convert-source-map": {
  2419. "version": "2.0.0",
  2420. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  2421. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  2422. "dev": true,
  2423. "license": "MIT"
  2424. },
  2425. "node_modules/copy-anything": {
  2426. "version": "3.0.5",
  2427. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz",
  2428. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  2429. "license": "MIT",
  2430. "dependencies": {
  2431. "is-what": "^4.1.8"
  2432. },
  2433. "engines": {
  2434. "node": ">=12.13"
  2435. },
  2436. "funding": {
  2437. "url": "https://github.com/sponsors/mesqueeb"
  2438. }
  2439. },
  2440. "node_modules/core-js": {
  2441. "version": "3.42.0",
  2442. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.42.0.tgz",
  2443. "integrity": "sha512-Sz4PP4ZA+Rq4II21qkNqOEDTDrCvcANId3xpIgB34NDkWc3UduWj2dqEtN9yZIq8Dk3HyPI33x9sqqU5C8sr0g==",
  2444. "hasInstallScript": true,
  2445. "license": "MIT",
  2446. "funding": {
  2447. "type": "opencollective",
  2448. "url": "https://opencollective.com/core-js"
  2449. }
  2450. },
  2451. "node_modules/cross-spawn": {
  2452. "version": "7.0.6",
  2453. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2454. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2455. "dev": true,
  2456. "license": "MIT",
  2457. "dependencies": {
  2458. "path-key": "^3.1.0",
  2459. "shebang-command": "^2.0.0",
  2460. "which": "^2.0.1"
  2461. },
  2462. "engines": {
  2463. "node": ">= 8"
  2464. }
  2465. },
  2466. "node_modules/cross-spawn/node_modules/isexe": {
  2467. "version": "2.0.0",
  2468. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  2469. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  2470. "dev": true,
  2471. "license": "ISC"
  2472. },
  2473. "node_modules/cross-spawn/node_modules/which": {
  2474. "version": "2.0.2",
  2475. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  2476. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  2477. "dev": true,
  2478. "license": "ISC",
  2479. "dependencies": {
  2480. "isexe": "^2.0.0"
  2481. },
  2482. "bin": {
  2483. "node-which": "bin/node-which"
  2484. },
  2485. "engines": {
  2486. "node": ">= 8"
  2487. }
  2488. },
  2489. "node_modules/csstype": {
  2490. "version": "3.1.3",
  2491. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  2492. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  2493. "license": "MIT"
  2494. },
  2495. "node_modules/dayjs": {
  2496. "version": "1.11.13",
  2497. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  2498. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  2499. "license": "MIT"
  2500. },
  2501. "node_modules/de-indent": {
  2502. "version": "1.0.2",
  2503. "resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
  2504. "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
  2505. "dev": true,
  2506. "license": "MIT"
  2507. },
  2508. "node_modules/debug": {
  2509. "version": "4.4.0",
  2510. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  2511. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  2512. "dev": true,
  2513. "license": "MIT",
  2514. "dependencies": {
  2515. "ms": "^2.1.3"
  2516. },
  2517. "engines": {
  2518. "node": ">=6.0"
  2519. },
  2520. "peerDependenciesMeta": {
  2521. "supports-color": {
  2522. "optional": true
  2523. }
  2524. }
  2525. },
  2526. "node_modules/default-browser": {
  2527. "version": "5.2.1",
  2528. "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.2.1.tgz",
  2529. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  2530. "dev": true,
  2531. "license": "MIT",
  2532. "dependencies": {
  2533. "bundle-name": "^4.1.0",
  2534. "default-browser-id": "^5.0.0"
  2535. },
  2536. "engines": {
  2537. "node": ">=18"
  2538. },
  2539. "funding": {
  2540. "url": "https://github.com/sponsors/sindresorhus"
  2541. }
  2542. },
  2543. "node_modules/default-browser-id": {
  2544. "version": "5.0.0",
  2545. "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.0.tgz",
  2546. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  2547. "dev": true,
  2548. "license": "MIT",
  2549. "engines": {
  2550. "node": ">=18"
  2551. },
  2552. "funding": {
  2553. "url": "https://github.com/sponsors/sindresorhus"
  2554. }
  2555. },
  2556. "node_modules/define-lazy-prop": {
  2557. "version": "3.0.0",
  2558. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  2559. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  2560. "dev": true,
  2561. "license": "MIT",
  2562. "engines": {
  2563. "node": ">=12"
  2564. },
  2565. "funding": {
  2566. "url": "https://github.com/sponsors/sindresorhus"
  2567. }
  2568. },
  2569. "node_modules/detect-libc": {
  2570. "version": "1.0.3",
  2571. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  2572. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  2573. "dev": true,
  2574. "license": "Apache-2.0",
  2575. "optional": true,
  2576. "bin": {
  2577. "detect-libc": "bin/detect-libc.js"
  2578. },
  2579. "engines": {
  2580. "node": ">=0.10"
  2581. }
  2582. },
  2583. "node_modules/dom-align": {
  2584. "version": "1.12.4",
  2585. "resolved": "https://registry.npmmirror.com/dom-align/-/dom-align-1.12.4.tgz",
  2586. "integrity": "sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw==",
  2587. "license": "MIT"
  2588. },
  2589. "node_modules/dom-scroll-into-view": {
  2590. "version": "2.0.1",
  2591. "resolved": "https://registry.npmmirror.com/dom-scroll-into-view/-/dom-scroll-into-view-2.0.1.tgz",
  2592. "integrity": "sha512-bvVTQe1lfaUr1oFzZX80ce9KLDlZ3iU+XGNE/bz9HnGdklTieqsbmsLHe+rT2XWqopvL0PckkYqN7ksmm5pe3w==",
  2593. "license": "MIT"
  2594. },
  2595. "node_modules/earcut": {
  2596. "version": "2.2.4",
  2597. "resolved": "https://registry.npmmirror.com/earcut/-/earcut-2.2.4.tgz",
  2598. "integrity": "sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==",
  2599. "license": "ISC"
  2600. },
  2601. "node_modules/electron-to-chromium": {
  2602. "version": "1.5.142",
  2603. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.142.tgz",
  2604. "integrity": "sha512-Ah2HgkTu/9RhTDNThBtzu2Wirdy4DC9b0sMT1pUhbkZQ5U/iwmE+PHZX1MpjD5IkJCc2wSghgGG/B04szAx07w==",
  2605. "dev": true,
  2606. "license": "ISC"
  2607. },
  2608. "node_modules/entities": {
  2609. "version": "4.5.0",
  2610. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  2611. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  2612. "license": "BSD-2-Clause",
  2613. "engines": {
  2614. "node": ">=0.12"
  2615. },
  2616. "funding": {
  2617. "url": "https://github.com/fb55/entities?sponsor=1"
  2618. }
  2619. },
  2620. "node_modules/error-stack-parser-es": {
  2621. "version": "0.1.5",
  2622. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz",
  2623. "integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==",
  2624. "dev": true,
  2625. "license": "MIT",
  2626. "funding": {
  2627. "url": "https://github.com/sponsors/antfu"
  2628. }
  2629. },
  2630. "node_modules/esbuild": {
  2631. "version": "0.25.3",
  2632. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.3.tgz",
  2633. "integrity": "sha512-qKA6Pvai73+M2FtftpNKRxJ78GIjmFXFxd/1DVBqGo/qNhLSfv+G12n9pNoWdytJC8U00TrViOwpjT0zgqQS8Q==",
  2634. "dev": true,
  2635. "hasInstallScript": true,
  2636. "license": "MIT",
  2637. "bin": {
  2638. "esbuild": "bin/esbuild"
  2639. },
  2640. "engines": {
  2641. "node": ">=18"
  2642. },
  2643. "optionalDependencies": {
  2644. "@esbuild/aix-ppc64": "0.25.3",
  2645. "@esbuild/android-arm": "0.25.3",
  2646. "@esbuild/android-arm64": "0.25.3",
  2647. "@esbuild/android-x64": "0.25.3",
  2648. "@esbuild/darwin-arm64": "0.25.3",
  2649. "@esbuild/darwin-x64": "0.25.3",
  2650. "@esbuild/freebsd-arm64": "0.25.3",
  2651. "@esbuild/freebsd-x64": "0.25.3",
  2652. "@esbuild/linux-arm": "0.25.3",
  2653. "@esbuild/linux-arm64": "0.25.3",
  2654. "@esbuild/linux-ia32": "0.25.3",
  2655. "@esbuild/linux-loong64": "0.25.3",
  2656. "@esbuild/linux-mips64el": "0.25.3",
  2657. "@esbuild/linux-ppc64": "0.25.3",
  2658. "@esbuild/linux-riscv64": "0.25.3",
  2659. "@esbuild/linux-s390x": "0.25.3",
  2660. "@esbuild/linux-x64": "0.25.3",
  2661. "@esbuild/netbsd-arm64": "0.25.3",
  2662. "@esbuild/netbsd-x64": "0.25.3",
  2663. "@esbuild/openbsd-arm64": "0.25.3",
  2664. "@esbuild/openbsd-x64": "0.25.3",
  2665. "@esbuild/sunos-x64": "0.25.3",
  2666. "@esbuild/win32-arm64": "0.25.3",
  2667. "@esbuild/win32-ia32": "0.25.3",
  2668. "@esbuild/win32-x64": "0.25.3"
  2669. }
  2670. },
  2671. "node_modules/escalade": {
  2672. "version": "3.2.0",
  2673. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  2674. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  2675. "dev": true,
  2676. "license": "MIT",
  2677. "engines": {
  2678. "node": ">=6"
  2679. }
  2680. },
  2681. "node_modules/estree-walker": {
  2682. "version": "2.0.2",
  2683. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  2684. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  2685. "license": "MIT"
  2686. },
  2687. "node_modules/execa": {
  2688. "version": "9.5.2",
  2689. "resolved": "https://registry.npmmirror.com/execa/-/execa-9.5.2.tgz",
  2690. "integrity": "sha512-EHlpxMCpHWSAh1dgS6bVeoLAXGnJNdR93aabr4QCGbzOM73o5XmRfM/e5FUqsw3aagP8S8XEWUWFAxnRBnAF0Q==",
  2691. "dev": true,
  2692. "license": "MIT",
  2693. "dependencies": {
  2694. "@sindresorhus/merge-streams": "^4.0.0",
  2695. "cross-spawn": "^7.0.3",
  2696. "figures": "^6.1.0",
  2697. "get-stream": "^9.0.0",
  2698. "human-signals": "^8.0.0",
  2699. "is-plain-obj": "^4.1.0",
  2700. "is-stream": "^4.0.1",
  2701. "npm-run-path": "^6.0.0",
  2702. "pretty-ms": "^9.0.0",
  2703. "signal-exit": "^4.1.0",
  2704. "strip-final-newline": "^4.0.0",
  2705. "yoctocolors": "^2.0.0"
  2706. },
  2707. "engines": {
  2708. "node": "^18.19.0 || >=20.5.0"
  2709. },
  2710. "funding": {
  2711. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2712. }
  2713. },
  2714. "node_modules/fdir": {
  2715. "version": "6.4.4",
  2716. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.4.tgz",
  2717. "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==",
  2718. "dev": true,
  2719. "license": "MIT",
  2720. "peerDependencies": {
  2721. "picomatch": "^3 || ^4"
  2722. },
  2723. "peerDependenciesMeta": {
  2724. "picomatch": {
  2725. "optional": true
  2726. }
  2727. }
  2728. },
  2729. "node_modules/figures": {
  2730. "version": "6.1.0",
  2731. "resolved": "https://registry.npmmirror.com/figures/-/figures-6.1.0.tgz",
  2732. "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
  2733. "dev": true,
  2734. "license": "MIT",
  2735. "dependencies": {
  2736. "is-unicode-supported": "^2.0.0"
  2737. },
  2738. "engines": {
  2739. "node": ">=18"
  2740. },
  2741. "funding": {
  2742. "url": "https://github.com/sponsors/sindresorhus"
  2743. }
  2744. },
  2745. "node_modules/fill-range": {
  2746. "version": "7.1.1",
  2747. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  2748. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  2749. "dev": true,
  2750. "license": "MIT",
  2751. "optional": true,
  2752. "dependencies": {
  2753. "to-regex-range": "^5.0.1"
  2754. },
  2755. "engines": {
  2756. "node": ">=8"
  2757. }
  2758. },
  2759. "node_modules/fs-extra": {
  2760. "version": "11.3.0",
  2761. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.0.tgz",
  2762. "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
  2763. "dev": true,
  2764. "license": "MIT",
  2765. "dependencies": {
  2766. "graceful-fs": "^4.2.0",
  2767. "jsonfile": "^6.0.1",
  2768. "universalify": "^2.0.0"
  2769. },
  2770. "engines": {
  2771. "node": ">=14.14"
  2772. }
  2773. },
  2774. "node_modules/fsevents": {
  2775. "version": "2.3.3",
  2776. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  2777. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2778. "dev": true,
  2779. "hasInstallScript": true,
  2780. "license": "MIT",
  2781. "optional": true,
  2782. "os": [
  2783. "darwin"
  2784. ],
  2785. "engines": {
  2786. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2787. }
  2788. },
  2789. "node_modules/gensync": {
  2790. "version": "1.0.0-beta.2",
  2791. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  2792. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  2793. "dev": true,
  2794. "license": "MIT",
  2795. "engines": {
  2796. "node": ">=6.9.0"
  2797. }
  2798. },
  2799. "node_modules/get-stream": {
  2800. "version": "9.0.1",
  2801. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-9.0.1.tgz",
  2802. "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
  2803. "dev": true,
  2804. "license": "MIT",
  2805. "dependencies": {
  2806. "@sec-ant/readable-stream": "^0.4.1",
  2807. "is-stream": "^4.0.1"
  2808. },
  2809. "engines": {
  2810. "node": ">=18"
  2811. },
  2812. "funding": {
  2813. "url": "https://github.com/sponsors/sindresorhus"
  2814. }
  2815. },
  2816. "node_modules/gl-matrix": {
  2817. "version": "3.4.3",
  2818. "resolved": "https://registry.npmmirror.com/gl-matrix/-/gl-matrix-3.4.3.tgz",
  2819. "integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==",
  2820. "license": "MIT"
  2821. },
  2822. "node_modules/globals": {
  2823. "version": "11.12.0",
  2824. "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
  2825. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  2826. "dev": true,
  2827. "license": "MIT",
  2828. "engines": {
  2829. "node": ">=4"
  2830. }
  2831. },
  2832. "node_modules/graceful-fs": {
  2833. "version": "4.2.11",
  2834. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  2835. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  2836. "dev": true,
  2837. "license": "ISC"
  2838. },
  2839. "node_modules/he": {
  2840. "version": "1.2.0",
  2841. "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
  2842. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  2843. "dev": true,
  2844. "license": "MIT",
  2845. "bin": {
  2846. "he": "bin/he"
  2847. }
  2848. },
  2849. "node_modules/hookable": {
  2850. "version": "5.5.3",
  2851. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  2852. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  2853. "license": "MIT"
  2854. },
  2855. "node_modules/human-signals": {
  2856. "version": "8.0.1",
  2857. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-8.0.1.tgz",
  2858. "integrity": "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==",
  2859. "dev": true,
  2860. "license": "Apache-2.0",
  2861. "engines": {
  2862. "node": ">=18.18.0"
  2863. }
  2864. },
  2865. "node_modules/immutable": {
  2866. "version": "5.1.1",
  2867. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.1.tgz",
  2868. "integrity": "sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==",
  2869. "dev": true,
  2870. "license": "MIT"
  2871. },
  2872. "node_modules/is-docker": {
  2873. "version": "3.0.0",
  2874. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
  2875. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  2876. "dev": true,
  2877. "license": "MIT",
  2878. "bin": {
  2879. "is-docker": "cli.js"
  2880. },
  2881. "engines": {
  2882. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2883. },
  2884. "funding": {
  2885. "url": "https://github.com/sponsors/sindresorhus"
  2886. }
  2887. },
  2888. "node_modules/is-extglob": {
  2889. "version": "2.1.1",
  2890. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  2891. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  2892. "dev": true,
  2893. "license": "MIT",
  2894. "optional": true,
  2895. "engines": {
  2896. "node": ">=0.10.0"
  2897. }
  2898. },
  2899. "node_modules/is-glob": {
  2900. "version": "4.0.3",
  2901. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  2902. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  2903. "dev": true,
  2904. "license": "MIT",
  2905. "optional": true,
  2906. "dependencies": {
  2907. "is-extglob": "^2.1.1"
  2908. },
  2909. "engines": {
  2910. "node": ">=0.10.0"
  2911. }
  2912. },
  2913. "node_modules/is-inside-container": {
  2914. "version": "1.0.0",
  2915. "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
  2916. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  2917. "dev": true,
  2918. "license": "MIT",
  2919. "dependencies": {
  2920. "is-docker": "^3.0.0"
  2921. },
  2922. "bin": {
  2923. "is-inside-container": "cli.js"
  2924. },
  2925. "engines": {
  2926. "node": ">=14.16"
  2927. },
  2928. "funding": {
  2929. "url": "https://github.com/sponsors/sindresorhus"
  2930. }
  2931. },
  2932. "node_modules/is-number": {
  2933. "version": "7.0.0",
  2934. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  2935. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  2936. "dev": true,
  2937. "license": "MIT",
  2938. "optional": true,
  2939. "engines": {
  2940. "node": ">=0.12.0"
  2941. }
  2942. },
  2943. "node_modules/is-plain-obj": {
  2944. "version": "4.1.0",
  2945. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  2946. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  2947. "dev": true,
  2948. "license": "MIT",
  2949. "engines": {
  2950. "node": ">=12"
  2951. },
  2952. "funding": {
  2953. "url": "https://github.com/sponsors/sindresorhus"
  2954. }
  2955. },
  2956. "node_modules/is-plain-object": {
  2957. "version": "3.0.1",
  2958. "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-3.0.1.tgz",
  2959. "integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==",
  2960. "license": "MIT",
  2961. "engines": {
  2962. "node": ">=0.10.0"
  2963. }
  2964. },
  2965. "node_modules/is-stream": {
  2966. "version": "4.0.1",
  2967. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-4.0.1.tgz",
  2968. "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
  2969. "dev": true,
  2970. "license": "MIT",
  2971. "engines": {
  2972. "node": ">=18"
  2973. },
  2974. "funding": {
  2975. "url": "https://github.com/sponsors/sindresorhus"
  2976. }
  2977. },
  2978. "node_modules/is-unicode-supported": {
  2979. "version": "2.1.0",
  2980. "resolved": "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
  2981. "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
  2982. "dev": true,
  2983. "license": "MIT",
  2984. "engines": {
  2985. "node": ">=18"
  2986. },
  2987. "funding": {
  2988. "url": "https://github.com/sponsors/sindresorhus"
  2989. }
  2990. },
  2991. "node_modules/is-what": {
  2992. "version": "4.1.16",
  2993. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz",
  2994. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  2995. "license": "MIT",
  2996. "engines": {
  2997. "node": ">=12.13"
  2998. },
  2999. "funding": {
  3000. "url": "https://github.com/sponsors/mesqueeb"
  3001. }
  3002. },
  3003. "node_modules/is-wsl": {
  3004. "version": "3.1.0",
  3005. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz",
  3006. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  3007. "dev": true,
  3008. "license": "MIT",
  3009. "dependencies": {
  3010. "is-inside-container": "^1.0.0"
  3011. },
  3012. "engines": {
  3013. "node": ">=16"
  3014. },
  3015. "funding": {
  3016. "url": "https://github.com/sponsors/sindresorhus"
  3017. }
  3018. },
  3019. "node_modules/isexe": {
  3020. "version": "3.1.1",
  3021. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-3.1.1.tgz",
  3022. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  3023. "dev": true,
  3024. "license": "ISC",
  3025. "engines": {
  3026. "node": ">=16"
  3027. }
  3028. },
  3029. "node_modules/js-tokens": {
  3030. "version": "4.0.0",
  3031. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  3032. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  3033. "license": "MIT"
  3034. },
  3035. "node_modules/jsesc": {
  3036. "version": "3.1.0",
  3037. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  3038. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  3039. "dev": true,
  3040. "license": "MIT",
  3041. "bin": {
  3042. "jsesc": "bin/jsesc"
  3043. },
  3044. "engines": {
  3045. "node": ">=6"
  3046. }
  3047. },
  3048. "node_modules/json-parse-even-better-errors": {
  3049. "version": "4.0.0",
  3050. "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz",
  3051. "integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==",
  3052. "dev": true,
  3053. "license": "MIT",
  3054. "engines": {
  3055. "node": "^18.17.0 || >=20.5.0"
  3056. }
  3057. },
  3058. "node_modules/json5": {
  3059. "version": "2.2.3",
  3060. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  3061. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  3062. "dev": true,
  3063. "license": "MIT",
  3064. "bin": {
  3065. "json5": "lib/cli.js"
  3066. },
  3067. "engines": {
  3068. "node": ">=6"
  3069. }
  3070. },
  3071. "node_modules/jsonfile": {
  3072. "version": "6.1.0",
  3073. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
  3074. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  3075. "dev": true,
  3076. "license": "MIT",
  3077. "dependencies": {
  3078. "universalify": "^2.0.0"
  3079. },
  3080. "optionalDependencies": {
  3081. "graceful-fs": "^4.1.6"
  3082. }
  3083. },
  3084. "node_modules/kolorist": {
  3085. "version": "1.8.0",
  3086. "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
  3087. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  3088. "dev": true,
  3089. "license": "MIT"
  3090. },
  3091. "node_modules/lodash": {
  3092. "version": "4.17.21",
  3093. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  3094. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  3095. "license": "MIT"
  3096. },
  3097. "node_modules/lodash-es": {
  3098. "version": "4.17.21",
  3099. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  3100. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  3101. "license": "MIT"
  3102. },
  3103. "node_modules/loose-envify": {
  3104. "version": "1.4.0",
  3105. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  3106. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  3107. "license": "MIT",
  3108. "dependencies": {
  3109. "js-tokens": "^3.0.0 || ^4.0.0"
  3110. },
  3111. "bin": {
  3112. "loose-envify": "cli.js"
  3113. }
  3114. },
  3115. "node_modules/lru-cache": {
  3116. "version": "5.1.1",
  3117. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  3118. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  3119. "dev": true,
  3120. "license": "ISC",
  3121. "dependencies": {
  3122. "yallist": "^3.0.2"
  3123. }
  3124. },
  3125. "node_modules/magic-string": {
  3126. "version": "0.30.17",
  3127. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  3128. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  3129. "license": "MIT",
  3130. "dependencies": {
  3131. "@jridgewell/sourcemap-codec": "^1.5.0"
  3132. }
  3133. },
  3134. "node_modules/memorystream": {
  3135. "version": "0.3.1",
  3136. "resolved": "https://registry.npmmirror.com/memorystream/-/memorystream-0.3.1.tgz",
  3137. "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
  3138. "dev": true,
  3139. "engines": {
  3140. "node": ">= 0.10.0"
  3141. }
  3142. },
  3143. "node_modules/micromatch": {
  3144. "version": "4.0.8",
  3145. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  3146. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  3147. "dev": true,
  3148. "license": "MIT",
  3149. "optional": true,
  3150. "dependencies": {
  3151. "braces": "^3.0.3",
  3152. "picomatch": "^2.3.1"
  3153. },
  3154. "engines": {
  3155. "node": ">=8.6"
  3156. }
  3157. },
  3158. "node_modules/micromatch/node_modules/picomatch": {
  3159. "version": "2.3.1",
  3160. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  3161. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  3162. "dev": true,
  3163. "license": "MIT",
  3164. "optional": true,
  3165. "engines": {
  3166. "node": ">=8.6"
  3167. },
  3168. "funding": {
  3169. "url": "https://github.com/sponsors/jonschlinkert"
  3170. }
  3171. },
  3172. "node_modules/minimatch": {
  3173. "version": "9.0.5",
  3174. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  3175. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  3176. "dev": true,
  3177. "license": "ISC",
  3178. "dependencies": {
  3179. "brace-expansion": "^2.0.1"
  3180. },
  3181. "engines": {
  3182. "node": ">=16 || 14 >=14.17"
  3183. },
  3184. "funding": {
  3185. "url": "https://github.com/sponsors/isaacs"
  3186. }
  3187. },
  3188. "node_modules/mitt": {
  3189. "version": "3.0.1",
  3190. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  3191. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  3192. "license": "MIT"
  3193. },
  3194. "node_modules/mrmime": {
  3195. "version": "2.0.1",
  3196. "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.1.tgz",
  3197. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  3198. "dev": true,
  3199. "license": "MIT",
  3200. "engines": {
  3201. "node": ">=10"
  3202. }
  3203. },
  3204. "node_modules/ms": {
  3205. "version": "2.1.3",
  3206. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  3207. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  3208. "dev": true,
  3209. "license": "MIT"
  3210. },
  3211. "node_modules/muggle-string": {
  3212. "version": "0.4.1",
  3213. "resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.4.1.tgz",
  3214. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  3215. "dev": true,
  3216. "license": "MIT"
  3217. },
  3218. "node_modules/nanoid": {
  3219. "version": "3.3.11",
  3220. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  3221. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  3222. "funding": [
  3223. {
  3224. "type": "github",
  3225. "url": "https://github.com/sponsors/ai"
  3226. }
  3227. ],
  3228. "license": "MIT",
  3229. "bin": {
  3230. "nanoid": "bin/nanoid.cjs"
  3231. },
  3232. "engines": {
  3233. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3234. }
  3235. },
  3236. "node_modules/nanopop": {
  3237. "version": "2.4.2",
  3238. "resolved": "https://registry.npmmirror.com/nanopop/-/nanopop-2.4.2.tgz",
  3239. "integrity": "sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw==",
  3240. "license": "MIT"
  3241. },
  3242. "node_modules/node-addon-api": {
  3243. "version": "7.1.1",
  3244. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  3245. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  3246. "dev": true,
  3247. "license": "MIT",
  3248. "optional": true
  3249. },
  3250. "node_modules/node-releases": {
  3251. "version": "2.0.19",
  3252. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz",
  3253. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
  3254. "dev": true,
  3255. "license": "MIT"
  3256. },
  3257. "node_modules/npm-normalize-package-bin": {
  3258. "version": "4.0.0",
  3259. "resolved": "https://registry.npmmirror.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
  3260. "integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==",
  3261. "dev": true,
  3262. "license": "ISC",
  3263. "engines": {
  3264. "node": "^18.17.0 || >=20.5.0"
  3265. }
  3266. },
  3267. "node_modules/npm-run-all2": {
  3268. "version": "7.0.2",
  3269. "resolved": "https://registry.npmmirror.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz",
  3270. "integrity": "sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==",
  3271. "dev": true,
  3272. "license": "MIT",
  3273. "dependencies": {
  3274. "ansi-styles": "^6.2.1",
  3275. "cross-spawn": "^7.0.6",
  3276. "memorystream": "^0.3.1",
  3277. "minimatch": "^9.0.0",
  3278. "pidtree": "^0.6.0",
  3279. "read-package-json-fast": "^4.0.0",
  3280. "shell-quote": "^1.7.3",
  3281. "which": "^5.0.0"
  3282. },
  3283. "bin": {
  3284. "npm-run-all": "bin/npm-run-all/index.js",
  3285. "npm-run-all2": "bin/npm-run-all/index.js",
  3286. "run-p": "bin/run-p/index.js",
  3287. "run-s": "bin/run-s/index.js"
  3288. },
  3289. "engines": {
  3290. "node": "^18.17.0 || >=20.5.0",
  3291. "npm": ">= 9"
  3292. }
  3293. },
  3294. "node_modules/npm-run-path": {
  3295. "version": "6.0.0",
  3296. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-6.0.0.tgz",
  3297. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  3298. "dev": true,
  3299. "license": "MIT",
  3300. "dependencies": {
  3301. "path-key": "^4.0.0",
  3302. "unicorn-magic": "^0.3.0"
  3303. },
  3304. "engines": {
  3305. "node": ">=18"
  3306. },
  3307. "funding": {
  3308. "url": "https://github.com/sponsors/sindresorhus"
  3309. }
  3310. },
  3311. "node_modules/npm-run-path/node_modules/path-key": {
  3312. "version": "4.0.0",
  3313. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  3314. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  3315. "dev": true,
  3316. "license": "MIT",
  3317. "engines": {
  3318. "node": ">=12"
  3319. },
  3320. "funding": {
  3321. "url": "https://github.com/sponsors/sindresorhus"
  3322. }
  3323. },
  3324. "node_modules/open": {
  3325. "version": "10.1.1",
  3326. "resolved": "https://registry.npmmirror.com/open/-/open-10.1.1.tgz",
  3327. "integrity": "sha512-zy1wx4+P3PfhXSEPJNtZmJXfhkkIaxU1VauWIrDZw1O7uJRDRJtKr9n3Ic4NgbA16KyOxOXO2ng9gYwCdXuSXA==",
  3328. "dev": true,
  3329. "license": "MIT",
  3330. "dependencies": {
  3331. "default-browser": "^5.2.1",
  3332. "define-lazy-prop": "^3.0.0",
  3333. "is-inside-container": "^1.0.0",
  3334. "is-wsl": "^3.1.0"
  3335. },
  3336. "engines": {
  3337. "node": ">=18"
  3338. },
  3339. "funding": {
  3340. "url": "https://github.com/sponsors/sindresorhus"
  3341. }
  3342. },
  3343. "node_modules/parse-ms": {
  3344. "version": "4.0.0",
  3345. "resolved": "https://registry.npmmirror.com/parse-ms/-/parse-ms-4.0.0.tgz",
  3346. "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==",
  3347. "dev": true,
  3348. "license": "MIT",
  3349. "engines": {
  3350. "node": ">=18"
  3351. },
  3352. "funding": {
  3353. "url": "https://github.com/sponsors/sindresorhus"
  3354. }
  3355. },
  3356. "node_modules/path-browserify": {
  3357. "version": "1.0.1",
  3358. "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
  3359. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  3360. "dev": true,
  3361. "license": "MIT"
  3362. },
  3363. "node_modules/path-key": {
  3364. "version": "3.1.1",
  3365. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  3366. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  3367. "dev": true,
  3368. "license": "MIT",
  3369. "engines": {
  3370. "node": ">=8"
  3371. }
  3372. },
  3373. "node_modules/pathe": {
  3374. "version": "2.0.3",
  3375. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  3376. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  3377. "dev": true,
  3378. "license": "MIT"
  3379. },
  3380. "node_modules/perfect-debounce": {
  3381. "version": "1.0.0",
  3382. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  3383. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  3384. "license": "MIT"
  3385. },
  3386. "node_modules/picocolors": {
  3387. "version": "1.1.1",
  3388. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  3389. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  3390. "license": "ISC"
  3391. },
  3392. "node_modules/picomatch": {
  3393. "version": "4.0.2",
  3394. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  3395. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  3396. "dev": true,
  3397. "license": "MIT",
  3398. "engines": {
  3399. "node": ">=12"
  3400. },
  3401. "funding": {
  3402. "url": "https://github.com/sponsors/jonschlinkert"
  3403. }
  3404. },
  3405. "node_modules/pidtree": {
  3406. "version": "0.6.0",
  3407. "resolved": "https://registry.npmmirror.com/pidtree/-/pidtree-0.6.0.tgz",
  3408. "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
  3409. "dev": true,
  3410. "license": "MIT",
  3411. "bin": {
  3412. "pidtree": "bin/pidtree.js"
  3413. },
  3414. "engines": {
  3415. "node": ">=0.10"
  3416. }
  3417. },
  3418. "node_modules/pinia": {
  3419. "version": "3.0.2",
  3420. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-3.0.2.tgz",
  3421. "integrity": "sha512-sH2JK3wNY809JOeiiURUR0wehJ9/gd9qFN2Y828jCbxEzKEmEt0pzCXwqiSTfuRsK9vQsOflSdnbdBOGrhtn+g==",
  3422. "license": "MIT",
  3423. "dependencies": {
  3424. "@vue/devtools-api": "^7.7.2"
  3425. },
  3426. "funding": {
  3427. "url": "https://github.com/sponsors/posva"
  3428. },
  3429. "peerDependencies": {
  3430. "typescript": ">=4.4.4",
  3431. "vue": "^2.7.0 || ^3.5.11"
  3432. },
  3433. "peerDependenciesMeta": {
  3434. "typescript": {
  3435. "optional": true
  3436. }
  3437. }
  3438. },
  3439. "node_modules/polygon-clipping": {
  3440. "version": "0.15.7",
  3441. "resolved": "https://registry.npmmirror.com/polygon-clipping/-/polygon-clipping-0.15.7.tgz",
  3442. "integrity": "sha512-nhfdr83ECBg6xtqOAJab1tbksbBAOMUltN60bU+llHVOL0e5Onm1WpAXXWXVB39L8AJFssoIhEVuy/S90MmotA==",
  3443. "license": "MIT",
  3444. "dependencies": {
  3445. "robust-predicates": "^3.0.2",
  3446. "splaytree": "^3.1.0"
  3447. }
  3448. },
  3449. "node_modules/postcss": {
  3450. "version": "8.5.3",
  3451. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.3.tgz",
  3452. "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
  3453. "funding": [
  3454. {
  3455. "type": "opencollective",
  3456. "url": "https://opencollective.com/postcss/"
  3457. },
  3458. {
  3459. "type": "tidelift",
  3460. "url": "https://tidelift.com/funding/github/npm/postcss"
  3461. },
  3462. {
  3463. "type": "github",
  3464. "url": "https://github.com/sponsors/ai"
  3465. }
  3466. ],
  3467. "license": "MIT",
  3468. "dependencies": {
  3469. "nanoid": "^3.3.8",
  3470. "picocolors": "^1.1.1",
  3471. "source-map-js": "^1.2.1"
  3472. },
  3473. "engines": {
  3474. "node": "^10 || ^12 || >=14"
  3475. }
  3476. },
  3477. "node_modules/pretty-ms": {
  3478. "version": "9.2.0",
  3479. "resolved": "https://registry.npmmirror.com/pretty-ms/-/pretty-ms-9.2.0.tgz",
  3480. "integrity": "sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==",
  3481. "dev": true,
  3482. "license": "MIT",
  3483. "dependencies": {
  3484. "parse-ms": "^4.0.0"
  3485. },
  3486. "engines": {
  3487. "node": ">=18"
  3488. },
  3489. "funding": {
  3490. "url": "https://github.com/sponsors/sindresorhus"
  3491. }
  3492. },
  3493. "node_modules/read-package-json-fast": {
  3494. "version": "4.0.0",
  3495. "resolved": "https://registry.npmmirror.com/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
  3496. "integrity": "sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==",
  3497. "dev": true,
  3498. "license": "ISC",
  3499. "dependencies": {
  3500. "json-parse-even-better-errors": "^4.0.0",
  3501. "npm-normalize-package-bin": "^4.0.0"
  3502. },
  3503. "engines": {
  3504. "node": "^18.17.0 || >=20.5.0"
  3505. }
  3506. },
  3507. "node_modules/readdirp": {
  3508. "version": "4.1.2",
  3509. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  3510. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  3511. "dev": true,
  3512. "license": "MIT",
  3513. "engines": {
  3514. "node": ">= 14.18.0"
  3515. },
  3516. "funding": {
  3517. "type": "individual",
  3518. "url": "https://paulmillr.com/funding/"
  3519. }
  3520. },
  3521. "node_modules/resize-observer-polyfill": {
  3522. "version": "1.5.1",
  3523. "resolved": "https://registry.npmmirror.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
  3524. "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
  3525. "license": "MIT"
  3526. },
  3527. "node_modules/rfdc": {
  3528. "version": "1.4.1",
  3529. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  3530. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  3531. "license": "MIT"
  3532. },
  3533. "node_modules/robust-predicates": {
  3534. "version": "3.0.2",
  3535. "resolved": "https://registry.npmmirror.com/robust-predicates/-/robust-predicates-3.0.2.tgz",
  3536. "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==",
  3537. "license": "Unlicense"
  3538. },
  3539. "node_modules/rollup": {
  3540. "version": "4.40.0",
  3541. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.40.0.tgz",
  3542. "integrity": "sha512-Noe455xmA96nnqH5piFtLobsGbCij7Tu+tb3c1vYjNbTkfzGqXqQXG3wJaYXkRZuQ0vEYN4bhwg7QnIrqB5B+w==",
  3543. "dev": true,
  3544. "license": "MIT",
  3545. "dependencies": {
  3546. "@types/estree": "1.0.7"
  3547. },
  3548. "bin": {
  3549. "rollup": "dist/bin/rollup"
  3550. },
  3551. "engines": {
  3552. "node": ">=18.0.0",
  3553. "npm": ">=8.0.0"
  3554. },
  3555. "optionalDependencies": {
  3556. "@rollup/rollup-android-arm-eabi": "4.40.0",
  3557. "@rollup/rollup-android-arm64": "4.40.0",
  3558. "@rollup/rollup-darwin-arm64": "4.40.0",
  3559. "@rollup/rollup-darwin-x64": "4.40.0",
  3560. "@rollup/rollup-freebsd-arm64": "4.40.0",
  3561. "@rollup/rollup-freebsd-x64": "4.40.0",
  3562. "@rollup/rollup-linux-arm-gnueabihf": "4.40.0",
  3563. "@rollup/rollup-linux-arm-musleabihf": "4.40.0",
  3564. "@rollup/rollup-linux-arm64-gnu": "4.40.0",
  3565. "@rollup/rollup-linux-arm64-musl": "4.40.0",
  3566. "@rollup/rollup-linux-loongarch64-gnu": "4.40.0",
  3567. "@rollup/rollup-linux-powerpc64le-gnu": "4.40.0",
  3568. "@rollup/rollup-linux-riscv64-gnu": "4.40.0",
  3569. "@rollup/rollup-linux-riscv64-musl": "4.40.0",
  3570. "@rollup/rollup-linux-s390x-gnu": "4.40.0",
  3571. "@rollup/rollup-linux-x64-gnu": "4.40.0",
  3572. "@rollup/rollup-linux-x64-musl": "4.40.0",
  3573. "@rollup/rollup-win32-arm64-msvc": "4.40.0",
  3574. "@rollup/rollup-win32-ia32-msvc": "4.40.0",
  3575. "@rollup/rollup-win32-x64-msvc": "4.40.0",
  3576. "fsevents": "~2.3.2"
  3577. }
  3578. },
  3579. "node_modules/run-applescript": {
  3580. "version": "7.0.0",
  3581. "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz",
  3582. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  3583. "dev": true,
  3584. "license": "MIT",
  3585. "engines": {
  3586. "node": ">=18"
  3587. },
  3588. "funding": {
  3589. "url": "https://github.com/sponsors/sindresorhus"
  3590. }
  3591. },
  3592. "node_modules/sass": {
  3593. "version": "1.87.0",
  3594. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.87.0.tgz",
  3595. "integrity": "sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==",
  3596. "dev": true,
  3597. "license": "MIT",
  3598. "dependencies": {
  3599. "chokidar": "^4.0.0",
  3600. "immutable": "^5.0.2",
  3601. "source-map-js": ">=0.6.2 <2.0.0"
  3602. },
  3603. "bin": {
  3604. "sass": "sass.js"
  3605. },
  3606. "engines": {
  3607. "node": ">=14.0.0"
  3608. },
  3609. "optionalDependencies": {
  3610. "@parcel/watcher": "^2.4.1"
  3611. }
  3612. },
  3613. "node_modules/scroll-into-view-if-needed": {
  3614. "version": "2.2.31",
  3615. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz",
  3616. "integrity": "sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==",
  3617. "license": "MIT",
  3618. "dependencies": {
  3619. "compute-scroll-into-view": "^1.0.20"
  3620. }
  3621. },
  3622. "node_modules/semver": {
  3623. "version": "6.3.1",
  3624. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  3625. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  3626. "dev": true,
  3627. "license": "ISC",
  3628. "bin": {
  3629. "semver": "bin/semver.js"
  3630. }
  3631. },
  3632. "node_modules/shallow-equal": {
  3633. "version": "1.2.1",
  3634. "resolved": "https://registry.npmmirror.com/shallow-equal/-/shallow-equal-1.2.1.tgz",
  3635. "integrity": "sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==",
  3636. "license": "MIT"
  3637. },
  3638. "node_modules/shebang-command": {
  3639. "version": "2.0.0",
  3640. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  3641. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  3642. "dev": true,
  3643. "license": "MIT",
  3644. "dependencies": {
  3645. "shebang-regex": "^3.0.0"
  3646. },
  3647. "engines": {
  3648. "node": ">=8"
  3649. }
  3650. },
  3651. "node_modules/shebang-regex": {
  3652. "version": "3.0.0",
  3653. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  3654. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  3655. "dev": true,
  3656. "license": "MIT",
  3657. "engines": {
  3658. "node": ">=8"
  3659. }
  3660. },
  3661. "node_modules/shell-quote": {
  3662. "version": "1.8.2",
  3663. "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.2.tgz",
  3664. "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
  3665. "dev": true,
  3666. "license": "MIT",
  3667. "engines": {
  3668. "node": ">= 0.4"
  3669. },
  3670. "funding": {
  3671. "url": "https://github.com/sponsors/ljharb"
  3672. }
  3673. },
  3674. "node_modules/signal-exit": {
  3675. "version": "4.1.0",
  3676. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  3677. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  3678. "dev": true,
  3679. "license": "ISC",
  3680. "engines": {
  3681. "node": ">=14"
  3682. },
  3683. "funding": {
  3684. "url": "https://github.com/sponsors/isaacs"
  3685. }
  3686. },
  3687. "node_modules/sirv": {
  3688. "version": "3.0.1",
  3689. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.1.tgz",
  3690. "integrity": "sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==",
  3691. "dev": true,
  3692. "license": "MIT",
  3693. "dependencies": {
  3694. "@polka/url": "^1.0.0-next.24",
  3695. "mrmime": "^2.0.0",
  3696. "totalist": "^3.0.0"
  3697. },
  3698. "engines": {
  3699. "node": ">=18"
  3700. }
  3701. },
  3702. "node_modules/source-map-js": {
  3703. "version": "1.2.1",
  3704. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  3705. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  3706. "license": "BSD-3-Clause",
  3707. "engines": {
  3708. "node": ">=0.10.0"
  3709. }
  3710. },
  3711. "node_modules/speakingurl": {
  3712. "version": "14.0.1",
  3713. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  3714. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  3715. "license": "BSD-3-Clause",
  3716. "engines": {
  3717. "node": ">=0.10.0"
  3718. }
  3719. },
  3720. "node_modules/splaytree": {
  3721. "version": "3.1.2",
  3722. "resolved": "https://registry.npmmirror.com/splaytree/-/splaytree-3.1.2.tgz",
  3723. "integrity": "sha512-4OM2BJgC5UzrhVnnJA4BkHKGtjXNzzUfpQjCO8I05xYPsfS/VuQDwjCGGMi8rYQilHEV4j8NBqTFbls/PZEE7A==",
  3724. "license": "MIT"
  3725. },
  3726. "node_modules/strip-final-newline": {
  3727. "version": "4.0.0",
  3728. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz",
  3729. "integrity": "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==",
  3730. "dev": true,
  3731. "license": "MIT",
  3732. "engines": {
  3733. "node": ">=18"
  3734. },
  3735. "funding": {
  3736. "url": "https://github.com/sponsors/sindresorhus"
  3737. }
  3738. },
  3739. "node_modules/stylis": {
  3740. "version": "4.3.6",
  3741. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.3.6.tgz",
  3742. "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
  3743. "license": "MIT"
  3744. },
  3745. "node_modules/superjson": {
  3746. "version": "2.2.2",
  3747. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.2.tgz",
  3748. "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
  3749. "license": "MIT",
  3750. "dependencies": {
  3751. "copy-anything": "^3.0.2"
  3752. },
  3753. "engines": {
  3754. "node": ">=16"
  3755. }
  3756. },
  3757. "node_modules/throttle-debounce": {
  3758. "version": "5.0.2",
  3759. "resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
  3760. "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
  3761. "license": "MIT",
  3762. "engines": {
  3763. "node": ">=12.22"
  3764. }
  3765. },
  3766. "node_modules/tinyglobby": {
  3767. "version": "0.2.13",
  3768. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.13.tgz",
  3769. "integrity": "sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==",
  3770. "dev": true,
  3771. "license": "MIT",
  3772. "dependencies": {
  3773. "fdir": "^6.4.4",
  3774. "picomatch": "^4.0.2"
  3775. },
  3776. "engines": {
  3777. "node": ">=12.0.0"
  3778. },
  3779. "funding": {
  3780. "url": "https://github.com/sponsors/SuperchupuDev"
  3781. }
  3782. },
  3783. "node_modules/to-regex-range": {
  3784. "version": "5.0.1",
  3785. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  3786. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  3787. "dev": true,
  3788. "license": "MIT",
  3789. "optional": true,
  3790. "dependencies": {
  3791. "is-number": "^7.0.0"
  3792. },
  3793. "engines": {
  3794. "node": ">=8.0"
  3795. }
  3796. },
  3797. "node_modules/topojson-client": {
  3798. "version": "3.1.0",
  3799. "resolved": "https://registry.npmmirror.com/topojson-client/-/topojson-client-3.1.0.tgz",
  3800. "integrity": "sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==",
  3801. "license": "ISC",
  3802. "dependencies": {
  3803. "commander": "2"
  3804. },
  3805. "bin": {
  3806. "topo2geo": "bin/topo2geo",
  3807. "topomerge": "bin/topomerge",
  3808. "topoquantize": "bin/topoquantize"
  3809. }
  3810. },
  3811. "node_modules/totalist": {
  3812. "version": "3.0.1",
  3813. "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  3814. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  3815. "dev": true,
  3816. "license": "MIT",
  3817. "engines": {
  3818. "node": ">=6"
  3819. }
  3820. },
  3821. "node_modules/tslib": {
  3822. "version": "2.8.1",
  3823. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  3824. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  3825. "license": "0BSD"
  3826. },
  3827. "node_modules/typescript": {
  3828. "version": "5.8.3",
  3829. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.3.tgz",
  3830. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  3831. "devOptional": true,
  3832. "license": "Apache-2.0",
  3833. "bin": {
  3834. "tsc": "bin/tsc",
  3835. "tsserver": "bin/tsserver"
  3836. },
  3837. "engines": {
  3838. "node": ">=14.17"
  3839. }
  3840. },
  3841. "node_modules/undici-types": {
  3842. "version": "6.21.0",
  3843. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  3844. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  3845. "dev": true,
  3846. "license": "MIT"
  3847. },
  3848. "node_modules/unicorn-magic": {
  3849. "version": "0.3.0",
  3850. "resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  3851. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  3852. "dev": true,
  3853. "license": "MIT",
  3854. "engines": {
  3855. "node": ">=18"
  3856. },
  3857. "funding": {
  3858. "url": "https://github.com/sponsors/sindresorhus"
  3859. }
  3860. },
  3861. "node_modules/universalify": {
  3862. "version": "2.0.1",
  3863. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  3864. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  3865. "dev": true,
  3866. "license": "MIT",
  3867. "engines": {
  3868. "node": ">= 10.0.0"
  3869. }
  3870. },
  3871. "node_modules/update-browserslist-db": {
  3872. "version": "1.1.3",
  3873. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
  3874. "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
  3875. "dev": true,
  3876. "funding": [
  3877. {
  3878. "type": "opencollective",
  3879. "url": "https://opencollective.com/browserslist"
  3880. },
  3881. {
  3882. "type": "tidelift",
  3883. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3884. },
  3885. {
  3886. "type": "github",
  3887. "url": "https://github.com/sponsors/ai"
  3888. }
  3889. ],
  3890. "license": "MIT",
  3891. "dependencies": {
  3892. "escalade": "^3.2.0",
  3893. "picocolors": "^1.1.1"
  3894. },
  3895. "bin": {
  3896. "update-browserslist-db": "cli.js"
  3897. },
  3898. "peerDependencies": {
  3899. "browserslist": ">= 4.21.0"
  3900. }
  3901. },
  3902. "node_modules/vite": {
  3903. "version": "6.3.3",
  3904. "resolved": "https://registry.npmmirror.com/vite/-/vite-6.3.3.tgz",
  3905. "integrity": "sha512-5nXH+QsELbFKhsEfWLkHrvgRpTdGJzqOZ+utSdmPTvwHmvU6ITTm3xx+mRusihkcI8GeC7lCDyn3kDtiki9scw==",
  3906. "dev": true,
  3907. "license": "MIT",
  3908. "dependencies": {
  3909. "esbuild": "^0.25.0",
  3910. "fdir": "^6.4.4",
  3911. "picomatch": "^4.0.2",
  3912. "postcss": "^8.5.3",
  3913. "rollup": "^4.34.9",
  3914. "tinyglobby": "^0.2.13"
  3915. },
  3916. "bin": {
  3917. "vite": "bin/vite.js"
  3918. },
  3919. "engines": {
  3920. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  3921. },
  3922. "funding": {
  3923. "url": "https://github.com/vitejs/vite?sponsor=1"
  3924. },
  3925. "optionalDependencies": {
  3926. "fsevents": "~2.3.3"
  3927. },
  3928. "peerDependencies": {
  3929. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  3930. "jiti": ">=1.21.0",
  3931. "less": "*",
  3932. "lightningcss": "^1.21.0",
  3933. "sass": "*",
  3934. "sass-embedded": "*",
  3935. "stylus": "*",
  3936. "sugarss": "*",
  3937. "terser": "^5.16.0",
  3938. "tsx": "^4.8.1",
  3939. "yaml": "^2.4.2"
  3940. },
  3941. "peerDependenciesMeta": {
  3942. "@types/node": {
  3943. "optional": true
  3944. },
  3945. "jiti": {
  3946. "optional": true
  3947. },
  3948. "less": {
  3949. "optional": true
  3950. },
  3951. "lightningcss": {
  3952. "optional": true
  3953. },
  3954. "sass": {
  3955. "optional": true
  3956. },
  3957. "sass-embedded": {
  3958. "optional": true
  3959. },
  3960. "stylus": {
  3961. "optional": true
  3962. },
  3963. "sugarss": {
  3964. "optional": true
  3965. },
  3966. "terser": {
  3967. "optional": true
  3968. },
  3969. "tsx": {
  3970. "optional": true
  3971. },
  3972. "yaml": {
  3973. "optional": true
  3974. }
  3975. }
  3976. },
  3977. "node_modules/vite-hot-client": {
  3978. "version": "2.0.4",
  3979. "resolved": "https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-2.0.4.tgz",
  3980. "integrity": "sha512-W9LOGAyGMrbGArYJN4LBCdOC5+Zwh7dHvOHC0KmGKkJhsOzaKbpo/jEjpPKVHIW0/jBWj8RZG0NUxfgA8BxgAg==",
  3981. "dev": true,
  3982. "license": "MIT",
  3983. "funding": {
  3984. "url": "https://github.com/sponsors/antfu"
  3985. },
  3986. "peerDependencies": {
  3987. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
  3988. }
  3989. },
  3990. "node_modules/vite-plugin-inspect": {
  3991. "version": "0.8.9",
  3992. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-0.8.9.tgz",
  3993. "integrity": "sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==",
  3994. "dev": true,
  3995. "license": "MIT",
  3996. "dependencies": {
  3997. "@antfu/utils": "^0.7.10",
  3998. "@rollup/pluginutils": "^5.1.3",
  3999. "debug": "^4.3.7",
  4000. "error-stack-parser-es": "^0.1.5",
  4001. "fs-extra": "^11.2.0",
  4002. "open": "^10.1.0",
  4003. "perfect-debounce": "^1.0.0",
  4004. "picocolors": "^1.1.1",
  4005. "sirv": "^3.0.0"
  4006. },
  4007. "engines": {
  4008. "node": ">=14"
  4009. },
  4010. "funding": {
  4011. "url": "https://github.com/sponsors/antfu"
  4012. },
  4013. "peerDependencies": {
  4014. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1"
  4015. },
  4016. "peerDependenciesMeta": {
  4017. "@nuxt/kit": {
  4018. "optional": true
  4019. }
  4020. }
  4021. },
  4022. "node_modules/vite-plugin-vue-devtools": {
  4023. "version": "7.7.5",
  4024. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-7.7.5.tgz",
  4025. "integrity": "sha512-cSlQYI1E+8d0qubBg70suTBbXMFbTHLn7vLPYUPK9GjNNJ0nw+Yks0ZLOAp7/+PjmqSpN5fK1taor6HeAjKb1g==",
  4026. "dev": true,
  4027. "license": "MIT",
  4028. "dependencies": {
  4029. "@vue/devtools-core": "^7.7.5",
  4030. "@vue/devtools-kit": "^7.7.5",
  4031. "@vue/devtools-shared": "^7.7.5",
  4032. "execa": "^9.5.2",
  4033. "sirv": "^3.0.1",
  4034. "vite-plugin-inspect": "0.8.9",
  4035. "vite-plugin-vue-inspector": "^5.3.1"
  4036. },
  4037. "engines": {
  4038. "node": ">=v14.21.3"
  4039. },
  4040. "peerDependencies": {
  4041. "vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
  4042. }
  4043. },
  4044. "node_modules/vite-plugin-vue-inspector": {
  4045. "version": "5.3.1",
  4046. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.3.1.tgz",
  4047. "integrity": "sha512-cBk172kZKTdvGpJuzCCLg8lJ909wopwsu3Ve9FsL1XsnLBiRT9U3MePcqrgGHgCX2ZgkqZmAGR8taxw+TV6s7A==",
  4048. "dev": true,
  4049. "license": "MIT",
  4050. "dependencies": {
  4051. "@babel/core": "^7.23.0",
  4052. "@babel/plugin-proposal-decorators": "^7.23.0",
  4053. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  4054. "@babel/plugin-syntax-import-meta": "^7.10.4",
  4055. "@babel/plugin-transform-typescript": "^7.22.15",
  4056. "@vue/babel-plugin-jsx": "^1.1.5",
  4057. "@vue/compiler-dom": "^3.3.4",
  4058. "kolorist": "^1.8.0",
  4059. "magic-string": "^0.30.4"
  4060. },
  4061. "peerDependencies": {
  4062. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
  4063. }
  4064. },
  4065. "node_modules/vscode-uri": {
  4066. "version": "3.1.0",
  4067. "resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.1.0.tgz",
  4068. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  4069. "dev": true,
  4070. "license": "MIT"
  4071. },
  4072. "node_modules/vue": {
  4073. "version": "3.5.13",
  4074. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.13.tgz",
  4075. "integrity": "sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==",
  4076. "license": "MIT",
  4077. "dependencies": {
  4078. "@vue/compiler-dom": "3.5.13",
  4079. "@vue/compiler-sfc": "3.5.13",
  4080. "@vue/runtime-dom": "3.5.13",
  4081. "@vue/server-renderer": "3.5.13",
  4082. "@vue/shared": "3.5.13"
  4083. },
  4084. "peerDependencies": {
  4085. "typescript": "*"
  4086. },
  4087. "peerDependenciesMeta": {
  4088. "typescript": {
  4089. "optional": true
  4090. }
  4091. }
  4092. },
  4093. "node_modules/vue-router": {
  4094. "version": "4.5.0",
  4095. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.5.0.tgz",
  4096. "integrity": "sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==",
  4097. "license": "MIT",
  4098. "dependencies": {
  4099. "@vue/devtools-api": "^6.6.4"
  4100. },
  4101. "funding": {
  4102. "url": "https://github.com/sponsors/posva"
  4103. },
  4104. "peerDependencies": {
  4105. "vue": "^3.2.0"
  4106. }
  4107. },
  4108. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  4109. "version": "6.6.4",
  4110. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  4111. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  4112. "license": "MIT"
  4113. },
  4114. "node_modules/vue-tsc": {
  4115. "version": "2.2.10",
  4116. "resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-2.2.10.tgz",
  4117. "integrity": "sha512-jWZ1xSaNbabEV3whpIDMbjVSVawjAyW+x1n3JeGQo7S0uv2n9F/JMgWW90tGWNFRKya4YwKMZgCtr0vRAM7DeQ==",
  4118. "dev": true,
  4119. "license": "MIT",
  4120. "dependencies": {
  4121. "@volar/typescript": "~2.4.11",
  4122. "@vue/language-core": "2.2.10"
  4123. },
  4124. "bin": {
  4125. "vue-tsc": "bin/vue-tsc.js"
  4126. },
  4127. "peerDependencies": {
  4128. "typescript": ">=5.0.0"
  4129. }
  4130. },
  4131. "node_modules/vue-types": {
  4132. "version": "3.0.2",
  4133. "resolved": "https://registry.npmmirror.com/vue-types/-/vue-types-3.0.2.tgz",
  4134. "integrity": "sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==",
  4135. "license": "MIT",
  4136. "dependencies": {
  4137. "is-plain-object": "3.0.1"
  4138. },
  4139. "engines": {
  4140. "node": ">=10.15.0"
  4141. },
  4142. "peerDependencies": {
  4143. "vue": "^3.0.0"
  4144. }
  4145. },
  4146. "node_modules/vue3-carousel": {
  4147. "version": "0.15.0",
  4148. "resolved": "https://registry.npmmirror.com/vue3-carousel/-/vue3-carousel-0.15.0.tgz",
  4149. "integrity": "sha512-yYBBEdmvsMNlgKivVHiFMKV7TlWDoMEiVLA+Vb31t1JEQILAQYADMDYYuE9mp6OSGEQpCBgt8e/EpO2MZlQhcw==",
  4150. "license": "MIT",
  4151. "peerDependencies": {
  4152. "vue": "^3.5.0"
  4153. }
  4154. },
  4155. "node_modules/warning": {
  4156. "version": "4.0.3",
  4157. "resolved": "https://registry.npmmirror.com/warning/-/warning-4.0.3.tgz",
  4158. "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
  4159. "license": "MIT",
  4160. "dependencies": {
  4161. "loose-envify": "^1.0.0"
  4162. }
  4163. },
  4164. "node_modules/which": {
  4165. "version": "5.0.0",
  4166. "resolved": "https://registry.npmmirror.com/which/-/which-5.0.0.tgz",
  4167. "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
  4168. "dev": true,
  4169. "license": "ISC",
  4170. "dependencies": {
  4171. "isexe": "^3.1.1"
  4172. },
  4173. "bin": {
  4174. "node-which": "bin/which.js"
  4175. },
  4176. "engines": {
  4177. "node": "^18.17.0 || >=20.5.0"
  4178. }
  4179. },
  4180. "node_modules/yallist": {
  4181. "version": "3.1.1",
  4182. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  4183. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  4184. "dev": true,
  4185. "license": "ISC"
  4186. },
  4187. "node_modules/yoctocolors": {
  4188. "version": "2.1.1",
  4189. "resolved": "https://registry.npmmirror.com/yoctocolors/-/yoctocolors-2.1.1.tgz",
  4190. "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==",
  4191. "dev": true,
  4192. "license": "MIT",
  4193. "engines": {
  4194. "node": ">=18"
  4195. },
  4196. "funding": {
  4197. "url": "https://github.com/sponsors/sindresorhus"
  4198. }
  4199. }
  4200. }
  4201. }