package-lock.json 122 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581
  1. {
  2. "name": "low-altitude-web",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "low-altitude-web",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@vueuse/core": "^11.1.0",
  12. "axios": "^1.7.7",
  13. "echarts": "^5.5.1",
  14. "element-plus": "^2.8.3",
  15. "mitt": "^3.0.1",
  16. "pinia": "^3.0.1",
  17. "vue": "^3.4.29"
  18. },
  19. "devDependencies": {
  20. "@vitejs/plugin-vue": "^5.0.5",
  21. "autoprefixer": "^10.4.20",
  22. "postcss": "^8.5.3",
  23. "postcss-px-to-viewport": "^1.1.1",
  24. "sass": "^1.79.3",
  25. "tailwindcss": "^3.4.17",
  26. "unplugin-auto-import": "^19.1.0",
  27. "unplugin-vue-components": "^28.4.0",
  28. "vite": "^5.3.1"
  29. }
  30. },
  31. "node_modules/@alloc/quick-lru": {
  32. "version": "5.2.0",
  33. "resolved": "https://mirrors.tencent.com/npm/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  34. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  35. "dev": true,
  36. "engines": {
  37. "node": ">=10"
  38. },
  39. "funding": {
  40. "url": "https://github.com/sponsors/sindresorhus"
  41. }
  42. },
  43. "node_modules/@babel/helper-string-parser": {
  44. "version": "7.25.9",
  45. "resolved": "https://mirrors.tencent.com/npm/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
  46. "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
  47. "engines": {
  48. "node": ">=6.9.0"
  49. }
  50. },
  51. "node_modules/@babel/helper-validator-identifier": {
  52. "version": "7.25.9",
  53. "resolved": "https://mirrors.tencent.com/npm/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  54. "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  55. "engines": {
  56. "node": ">=6.9.0"
  57. }
  58. },
  59. "node_modules/@babel/parser": {
  60. "version": "7.26.9",
  61. "resolved": "https://mirrors.tencent.com/npm/@babel/parser/-/parser-7.26.9.tgz",
  62. "integrity": "sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==",
  63. "dependencies": {
  64. "@babel/types": "^7.26.9"
  65. },
  66. "bin": {
  67. "parser": "bin/babel-parser.js"
  68. },
  69. "engines": {
  70. "node": ">=6.0.0"
  71. }
  72. },
  73. "node_modules/@babel/types": {
  74. "version": "7.26.9",
  75. "resolved": "https://mirrors.tencent.com/npm/@babel/types/-/types-7.26.9.tgz",
  76. "integrity": "sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==",
  77. "dependencies": {
  78. "@babel/helper-string-parser": "^7.25.9",
  79. "@babel/helper-validator-identifier": "^7.25.9"
  80. },
  81. "engines": {
  82. "node": ">=6.9.0"
  83. }
  84. },
  85. "node_modules/@ctrl/tinycolor": {
  86. "version": "3.6.1",
  87. "resolved": "https://r.cnpmjs.org/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  88. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  89. "license": "MIT",
  90. "engines": {
  91. "node": ">=10"
  92. }
  93. },
  94. "node_modules/@element-plus/icons-vue": {
  95. "version": "2.3.1",
  96. "resolved": "https://r.cnpmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
  97. "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
  98. "license": "MIT",
  99. "peerDependencies": {
  100. "vue": "^3.2.0"
  101. }
  102. },
  103. "node_modules/@esbuild/aix-ppc64": {
  104. "version": "0.21.5",
  105. "resolved": "https://r.cnpmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  106. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  107. "cpu": [
  108. "ppc64"
  109. ],
  110. "dev": true,
  111. "license": "MIT",
  112. "optional": true,
  113. "os": [
  114. "aix"
  115. ],
  116. "engines": {
  117. "node": ">=12"
  118. }
  119. },
  120. "node_modules/@esbuild/android-arm": {
  121. "version": "0.21.5",
  122. "resolved": "https://r.cnpmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  123. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  124. "cpu": [
  125. "arm"
  126. ],
  127. "dev": true,
  128. "license": "MIT",
  129. "optional": true,
  130. "os": [
  131. "android"
  132. ],
  133. "engines": {
  134. "node": ">=12"
  135. }
  136. },
  137. "node_modules/@esbuild/android-arm64": {
  138. "version": "0.21.5",
  139. "resolved": "https://r.cnpmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  140. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  141. "cpu": [
  142. "arm64"
  143. ],
  144. "dev": true,
  145. "license": "MIT",
  146. "optional": true,
  147. "os": [
  148. "android"
  149. ],
  150. "engines": {
  151. "node": ">=12"
  152. }
  153. },
  154. "node_modules/@esbuild/android-x64": {
  155. "version": "0.21.5",
  156. "resolved": "https://r.cnpmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  157. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  158. "cpu": [
  159. "x64"
  160. ],
  161. "dev": true,
  162. "license": "MIT",
  163. "optional": true,
  164. "os": [
  165. "android"
  166. ],
  167. "engines": {
  168. "node": ">=12"
  169. }
  170. },
  171. "node_modules/@esbuild/darwin-arm64": {
  172. "version": "0.21.5",
  173. "resolved": "https://r.cnpmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  174. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  175. "cpu": [
  176. "arm64"
  177. ],
  178. "dev": true,
  179. "license": "MIT",
  180. "optional": true,
  181. "os": [
  182. "darwin"
  183. ],
  184. "engines": {
  185. "node": ">=12"
  186. }
  187. },
  188. "node_modules/@esbuild/darwin-x64": {
  189. "version": "0.21.5",
  190. "resolved": "https://r.cnpmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  191. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  192. "cpu": [
  193. "x64"
  194. ],
  195. "dev": true,
  196. "license": "MIT",
  197. "optional": true,
  198. "os": [
  199. "darwin"
  200. ],
  201. "engines": {
  202. "node": ">=12"
  203. }
  204. },
  205. "node_modules/@esbuild/freebsd-arm64": {
  206. "version": "0.21.5",
  207. "resolved": "https://r.cnpmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  208. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  209. "cpu": [
  210. "arm64"
  211. ],
  212. "dev": true,
  213. "license": "MIT",
  214. "optional": true,
  215. "os": [
  216. "freebsd"
  217. ],
  218. "engines": {
  219. "node": ">=12"
  220. }
  221. },
  222. "node_modules/@esbuild/freebsd-x64": {
  223. "version": "0.21.5",
  224. "resolved": "https://r.cnpmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  225. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  226. "cpu": [
  227. "x64"
  228. ],
  229. "dev": true,
  230. "license": "MIT",
  231. "optional": true,
  232. "os": [
  233. "freebsd"
  234. ],
  235. "engines": {
  236. "node": ">=12"
  237. }
  238. },
  239. "node_modules/@esbuild/linux-arm": {
  240. "version": "0.21.5",
  241. "resolved": "https://r.cnpmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  242. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  243. "cpu": [
  244. "arm"
  245. ],
  246. "dev": true,
  247. "license": "MIT",
  248. "optional": true,
  249. "os": [
  250. "linux"
  251. ],
  252. "engines": {
  253. "node": ">=12"
  254. }
  255. },
  256. "node_modules/@esbuild/linux-arm64": {
  257. "version": "0.21.5",
  258. "resolved": "https://r.cnpmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  259. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  260. "cpu": [
  261. "arm64"
  262. ],
  263. "dev": true,
  264. "license": "MIT",
  265. "optional": true,
  266. "os": [
  267. "linux"
  268. ],
  269. "engines": {
  270. "node": ">=12"
  271. }
  272. },
  273. "node_modules/@esbuild/linux-ia32": {
  274. "version": "0.21.5",
  275. "resolved": "https://r.cnpmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  276. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  277. "cpu": [
  278. "ia32"
  279. ],
  280. "dev": true,
  281. "license": "MIT",
  282. "optional": true,
  283. "os": [
  284. "linux"
  285. ],
  286. "engines": {
  287. "node": ">=12"
  288. }
  289. },
  290. "node_modules/@esbuild/linux-loong64": {
  291. "version": "0.21.5",
  292. "resolved": "https://r.cnpmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  293. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  294. "cpu": [
  295. "loong64"
  296. ],
  297. "dev": true,
  298. "license": "MIT",
  299. "optional": true,
  300. "os": [
  301. "linux"
  302. ],
  303. "engines": {
  304. "node": ">=12"
  305. }
  306. },
  307. "node_modules/@esbuild/linux-mips64el": {
  308. "version": "0.21.5",
  309. "resolved": "https://r.cnpmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  310. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  311. "cpu": [
  312. "mips64el"
  313. ],
  314. "dev": true,
  315. "license": "MIT",
  316. "optional": true,
  317. "os": [
  318. "linux"
  319. ],
  320. "engines": {
  321. "node": ">=12"
  322. }
  323. },
  324. "node_modules/@esbuild/linux-ppc64": {
  325. "version": "0.21.5",
  326. "resolved": "https://r.cnpmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  327. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  328. "cpu": [
  329. "ppc64"
  330. ],
  331. "dev": true,
  332. "license": "MIT",
  333. "optional": true,
  334. "os": [
  335. "linux"
  336. ],
  337. "engines": {
  338. "node": ">=12"
  339. }
  340. },
  341. "node_modules/@esbuild/linux-riscv64": {
  342. "version": "0.21.5",
  343. "resolved": "https://r.cnpmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  344. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  345. "cpu": [
  346. "riscv64"
  347. ],
  348. "dev": true,
  349. "license": "MIT",
  350. "optional": true,
  351. "os": [
  352. "linux"
  353. ],
  354. "engines": {
  355. "node": ">=12"
  356. }
  357. },
  358. "node_modules/@esbuild/linux-s390x": {
  359. "version": "0.21.5",
  360. "resolved": "https://r.cnpmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  361. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  362. "cpu": [
  363. "s390x"
  364. ],
  365. "dev": true,
  366. "license": "MIT",
  367. "optional": true,
  368. "os": [
  369. "linux"
  370. ],
  371. "engines": {
  372. "node": ">=12"
  373. }
  374. },
  375. "node_modules/@esbuild/linux-x64": {
  376. "version": "0.21.5",
  377. "resolved": "https://r.cnpmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  378. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  379. "cpu": [
  380. "x64"
  381. ],
  382. "dev": true,
  383. "license": "MIT",
  384. "optional": true,
  385. "os": [
  386. "linux"
  387. ],
  388. "engines": {
  389. "node": ">=12"
  390. }
  391. },
  392. "node_modules/@esbuild/netbsd-x64": {
  393. "version": "0.21.5",
  394. "resolved": "https://r.cnpmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  395. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  396. "cpu": [
  397. "x64"
  398. ],
  399. "dev": true,
  400. "license": "MIT",
  401. "optional": true,
  402. "os": [
  403. "netbsd"
  404. ],
  405. "engines": {
  406. "node": ">=12"
  407. }
  408. },
  409. "node_modules/@esbuild/openbsd-x64": {
  410. "version": "0.21.5",
  411. "resolved": "https://r.cnpmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  412. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  413. "cpu": [
  414. "x64"
  415. ],
  416. "dev": true,
  417. "license": "MIT",
  418. "optional": true,
  419. "os": [
  420. "openbsd"
  421. ],
  422. "engines": {
  423. "node": ">=12"
  424. }
  425. },
  426. "node_modules/@esbuild/sunos-x64": {
  427. "version": "0.21.5",
  428. "resolved": "https://r.cnpmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  429. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  430. "cpu": [
  431. "x64"
  432. ],
  433. "dev": true,
  434. "license": "MIT",
  435. "optional": true,
  436. "os": [
  437. "sunos"
  438. ],
  439. "engines": {
  440. "node": ">=12"
  441. }
  442. },
  443. "node_modules/@esbuild/win32-arm64": {
  444. "version": "0.21.5",
  445. "resolved": "https://r.cnpmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  446. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  447. "cpu": [
  448. "arm64"
  449. ],
  450. "dev": true,
  451. "license": "MIT",
  452. "optional": true,
  453. "os": [
  454. "win32"
  455. ],
  456. "engines": {
  457. "node": ">=12"
  458. }
  459. },
  460. "node_modules/@esbuild/win32-ia32": {
  461. "version": "0.21.5",
  462. "resolved": "https://r.cnpmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  463. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  464. "cpu": [
  465. "ia32"
  466. ],
  467. "dev": true,
  468. "license": "MIT",
  469. "optional": true,
  470. "os": [
  471. "win32"
  472. ],
  473. "engines": {
  474. "node": ">=12"
  475. }
  476. },
  477. "node_modules/@esbuild/win32-x64": {
  478. "version": "0.21.5",
  479. "resolved": "https://r.cnpmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  480. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  481. "cpu": [
  482. "x64"
  483. ],
  484. "dev": true,
  485. "license": "MIT",
  486. "optional": true,
  487. "os": [
  488. "win32"
  489. ],
  490. "engines": {
  491. "node": ">=12"
  492. }
  493. },
  494. "node_modules/@floating-ui/core": {
  495. "version": "1.6.8",
  496. "resolved": "https://r.cnpmjs.org/@floating-ui/core/-/core-1.6.8.tgz",
  497. "integrity": "sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==",
  498. "license": "MIT",
  499. "dependencies": {
  500. "@floating-ui/utils": "^0.2.8"
  501. }
  502. },
  503. "node_modules/@floating-ui/dom": {
  504. "version": "1.6.11",
  505. "resolved": "https://r.cnpmjs.org/@floating-ui/dom/-/dom-1.6.11.tgz",
  506. "integrity": "sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ==",
  507. "license": "MIT",
  508. "dependencies": {
  509. "@floating-ui/core": "^1.6.0",
  510. "@floating-ui/utils": "^0.2.8"
  511. }
  512. },
  513. "node_modules/@floating-ui/utils": {
  514. "version": "0.2.8",
  515. "resolved": "https://r.cnpmjs.org/@floating-ui/utils/-/utils-0.2.8.tgz",
  516. "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==",
  517. "license": "MIT"
  518. },
  519. "node_modules/@isaacs/cliui": {
  520. "version": "8.0.2",
  521. "resolved": "https://mirrors.tencent.com/npm/@isaacs/cliui/-/cliui-8.0.2.tgz",
  522. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  523. "dev": true,
  524. "dependencies": {
  525. "string-width": "^5.1.2",
  526. "string-width-cjs": "npm:string-width@^4.2.0",
  527. "strip-ansi": "^7.0.1",
  528. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  529. "wrap-ansi": "^8.1.0",
  530. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  531. },
  532. "engines": {
  533. "node": ">=12"
  534. }
  535. },
  536. "node_modules/@jridgewell/gen-mapping": {
  537. "version": "0.3.8",
  538. "resolved": "https://mirrors.tencent.com/npm/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
  539. "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
  540. "dev": true,
  541. "dependencies": {
  542. "@jridgewell/set-array": "^1.2.1",
  543. "@jridgewell/sourcemap-codec": "^1.4.10",
  544. "@jridgewell/trace-mapping": "^0.3.24"
  545. },
  546. "engines": {
  547. "node": ">=6.0.0"
  548. }
  549. },
  550. "node_modules/@jridgewell/resolve-uri": {
  551. "version": "3.1.2",
  552. "resolved": "https://mirrors.tencent.com/npm/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  553. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  554. "dev": true,
  555. "engines": {
  556. "node": ">=6.0.0"
  557. }
  558. },
  559. "node_modules/@jridgewell/set-array": {
  560. "version": "1.2.1",
  561. "resolved": "https://mirrors.tencent.com/npm/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  562. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  563. "dev": true,
  564. "engines": {
  565. "node": ">=6.0.0"
  566. }
  567. },
  568. "node_modules/@jridgewell/sourcemap-codec": {
  569. "version": "1.5.0",
  570. "resolved": "https://r.cnpmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  571. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  572. "license": "MIT"
  573. },
  574. "node_modules/@jridgewell/trace-mapping": {
  575. "version": "0.3.25",
  576. "resolved": "https://mirrors.tencent.com/npm/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  577. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  578. "dev": true,
  579. "dependencies": {
  580. "@jridgewell/resolve-uri": "^3.1.0",
  581. "@jridgewell/sourcemap-codec": "^1.4.14"
  582. }
  583. },
  584. "node_modules/@nodelib/fs.scandir": {
  585. "version": "2.1.5",
  586. "resolved": "https://mirrors.tencent.com/npm/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  587. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  588. "dev": true,
  589. "dependencies": {
  590. "@nodelib/fs.stat": "2.0.5",
  591. "run-parallel": "^1.1.9"
  592. },
  593. "engines": {
  594. "node": ">= 8"
  595. }
  596. },
  597. "node_modules/@nodelib/fs.stat": {
  598. "version": "2.0.5",
  599. "resolved": "https://mirrors.tencent.com/npm/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  600. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  601. "dev": true,
  602. "engines": {
  603. "node": ">= 8"
  604. }
  605. },
  606. "node_modules/@nodelib/fs.walk": {
  607. "version": "1.2.8",
  608. "resolved": "https://mirrors.tencent.com/npm/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  609. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  610. "dev": true,
  611. "dependencies": {
  612. "@nodelib/fs.scandir": "2.1.5",
  613. "fastq": "^1.6.0"
  614. },
  615. "engines": {
  616. "node": ">= 8"
  617. }
  618. },
  619. "node_modules/@pkgjs/parseargs": {
  620. "version": "0.11.0",
  621. "resolved": "https://mirrors.tencent.com/npm/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  622. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  623. "dev": true,
  624. "optional": true,
  625. "engines": {
  626. "node": ">=14"
  627. }
  628. },
  629. "node_modules/@popperjs/core": {
  630. "version": "2.11.8",
  631. "resolved": "https://registry.npmmirror.com/@popperjs/core/-/core-2.11.8.tgz",
  632. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  633. "license": "MIT",
  634. "funding": {
  635. "type": "opencollective",
  636. "url": "https://opencollective.com/popperjs"
  637. }
  638. },
  639. "node_modules/@rollup/rollup-android-arm-eabi": {
  640. "version": "4.22.4",
  641. "resolved": "https://r.cnpmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.22.4.tgz",
  642. "integrity": "sha512-Fxamp4aEZnfPOcGA8KSNEohV8hX7zVHOemC8jVBoBUHu5zpJK/Eu3uJwt6BMgy9fkvzxDaurgj96F/NiLukF2w==",
  643. "cpu": [
  644. "arm"
  645. ],
  646. "dev": true,
  647. "license": "MIT",
  648. "optional": true,
  649. "os": [
  650. "android"
  651. ]
  652. },
  653. "node_modules/@rollup/rollup-android-arm64": {
  654. "version": "4.22.4",
  655. "resolved": "https://r.cnpmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.22.4.tgz",
  656. "integrity": "sha512-VXoK5UMrgECLYaMuGuVTOx5kcuap1Jm8g/M83RnCHBKOqvPPmROFJGQaZhGccnsFtfXQ3XYa4/jMCJvZnbJBdA==",
  657. "cpu": [
  658. "arm64"
  659. ],
  660. "dev": true,
  661. "license": "MIT",
  662. "optional": true,
  663. "os": [
  664. "android"
  665. ]
  666. },
  667. "node_modules/@rollup/rollup-darwin-arm64": {
  668. "version": "4.22.4",
  669. "resolved": "https://r.cnpmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.22.4.tgz",
  670. "integrity": "sha512-xMM9ORBqu81jyMKCDP+SZDhnX2QEVQzTcC6G18KlTQEzWK8r/oNZtKuZaCcHhnsa6fEeOBionoyl5JsAbE/36Q==",
  671. "cpu": [
  672. "arm64"
  673. ],
  674. "dev": true,
  675. "license": "MIT",
  676. "optional": true,
  677. "os": [
  678. "darwin"
  679. ]
  680. },
  681. "node_modules/@rollup/rollup-darwin-x64": {
  682. "version": "4.22.4",
  683. "resolved": "https://r.cnpmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.22.4.tgz",
  684. "integrity": "sha512-aJJyYKQwbHuhTUrjWjxEvGnNNBCnmpHDvrb8JFDbeSH3m2XdHcxDd3jthAzvmoI8w/kSjd2y0udT+4okADsZIw==",
  685. "cpu": [
  686. "x64"
  687. ],
  688. "dev": true,
  689. "license": "MIT",
  690. "optional": true,
  691. "os": [
  692. "darwin"
  693. ]
  694. },
  695. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  696. "version": "4.22.4",
  697. "resolved": "https://r.cnpmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.22.4.tgz",
  698. "integrity": "sha512-j63YtCIRAzbO+gC2L9dWXRh5BFetsv0j0va0Wi9epXDgU/XUi5dJKo4USTttVyK7fGw2nPWK0PbAvyliz50SCQ==",
  699. "cpu": [
  700. "arm"
  701. ],
  702. "dev": true,
  703. "license": "MIT",
  704. "optional": true,
  705. "os": [
  706. "linux"
  707. ]
  708. },
  709. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  710. "version": "4.22.4",
  711. "resolved": "https://r.cnpmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.22.4.tgz",
  712. "integrity": "sha512-dJnWUgwWBX1YBRsuKKMOlXCzh2Wu1mlHzv20TpqEsfdZLb3WoJW2kIEsGwLkroYf24IrPAvOT/ZQ2OYMV6vlrg==",
  713. "cpu": [
  714. "arm"
  715. ],
  716. "dev": true,
  717. "license": "MIT",
  718. "optional": true,
  719. "os": [
  720. "linux"
  721. ]
  722. },
  723. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  724. "version": "4.22.4",
  725. "resolved": "https://r.cnpmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.22.4.tgz",
  726. "integrity": "sha512-AdPRoNi3NKVLolCN/Sp4F4N1d98c4SBnHMKoLuiG6RXgoZ4sllseuGioszumnPGmPM2O7qaAX/IJdeDU8f26Aw==",
  727. "cpu": [
  728. "arm64"
  729. ],
  730. "dev": true,
  731. "license": "MIT",
  732. "optional": true,
  733. "os": [
  734. "linux"
  735. ]
  736. },
  737. "node_modules/@rollup/rollup-linux-arm64-musl": {
  738. "version": "4.22.4",
  739. "resolved": "https://r.cnpmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.22.4.tgz",
  740. "integrity": "sha512-Gl0AxBtDg8uoAn5CCqQDMqAx22Wx22pjDOjBdmG0VIWX3qUBHzYmOKh8KXHL4UpogfJ14G4wk16EQogF+v8hmA==",
  741. "cpu": [
  742. "arm64"
  743. ],
  744. "dev": true,
  745. "license": "MIT",
  746. "optional": true,
  747. "os": [
  748. "linux"
  749. ]
  750. },
  751. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  752. "version": "4.22.4",
  753. "resolved": "https://r.cnpmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.22.4.tgz",
  754. "integrity": "sha512-3aVCK9xfWW1oGQpTsYJJPF6bfpWfhbRnhdlyhak2ZiyFLDaayz0EP5j9V1RVLAAxlmWKTDfS9wyRyY3hvhPoOg==",
  755. "cpu": [
  756. "ppc64"
  757. ],
  758. "dev": true,
  759. "license": "MIT",
  760. "optional": true,
  761. "os": [
  762. "linux"
  763. ]
  764. },
  765. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  766. "version": "4.22.4",
  767. "resolved": "https://r.cnpmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.22.4.tgz",
  768. "integrity": "sha512-ePYIir6VYnhgv2C5Xe9u+ico4t8sZWXschR6fMgoPUK31yQu7hTEJb7bCqivHECwIClJfKgE7zYsh1qTP3WHUA==",
  769. "cpu": [
  770. "riscv64"
  771. ],
  772. "dev": true,
  773. "license": "MIT",
  774. "optional": true,
  775. "os": [
  776. "linux"
  777. ]
  778. },
  779. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  780. "version": "4.22.4",
  781. "resolved": "https://r.cnpmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.22.4.tgz",
  782. "integrity": "sha512-GqFJ9wLlbB9daxhVlrTe61vJtEY99/xB3C8e4ULVsVfflcpmR6c8UZXjtkMA6FhNONhj2eA5Tk9uAVw5orEs4Q==",
  783. "cpu": [
  784. "s390x"
  785. ],
  786. "dev": true,
  787. "license": "MIT",
  788. "optional": true,
  789. "os": [
  790. "linux"
  791. ]
  792. },
  793. "node_modules/@rollup/rollup-linux-x64-gnu": {
  794. "version": "4.22.4",
  795. "resolved": "https://r.cnpmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.4.tgz",
  796. "integrity": "sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==",
  797. "cpu": [
  798. "x64"
  799. ],
  800. "dev": true,
  801. "license": "MIT",
  802. "optional": true,
  803. "os": [
  804. "linux"
  805. ]
  806. },
  807. "node_modules/@rollup/rollup-linux-x64-musl": {
  808. "version": "4.22.4",
  809. "resolved": "https://r.cnpmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.22.4.tgz",
  810. "integrity": "sha512-UV6FZMUgePDZrFjrNGIWzDo/vABebuXBhJEqrHxrGiU6HikPy0Z3LfdtciIttEUQfuDdCn8fqh7wiFJjCNwO+g==",
  811. "cpu": [
  812. "x64"
  813. ],
  814. "dev": true,
  815. "license": "MIT",
  816. "optional": true,
  817. "os": [
  818. "linux"
  819. ]
  820. },
  821. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  822. "version": "4.22.4",
  823. "resolved": "https://r.cnpmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.22.4.tgz",
  824. "integrity": "sha512-BjI+NVVEGAXjGWYHz/vv0pBqfGoUH0IGZ0cICTn7kB9PyjrATSkX+8WkguNjWoj2qSr1im/+tTGRaY+4/PdcQw==",
  825. "cpu": [
  826. "arm64"
  827. ],
  828. "dev": true,
  829. "license": "MIT",
  830. "optional": true,
  831. "os": [
  832. "win32"
  833. ]
  834. },
  835. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  836. "version": "4.22.4",
  837. "resolved": "https://r.cnpmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.22.4.tgz",
  838. "integrity": "sha512-SiWG/1TuUdPvYmzmYnmd3IEifzR61Tragkbx9D3+R8mzQqDBz8v+BvZNDlkiTtI9T15KYZhP0ehn3Dld4n9J5g==",
  839. "cpu": [
  840. "ia32"
  841. ],
  842. "dev": true,
  843. "license": "MIT",
  844. "optional": true,
  845. "os": [
  846. "win32"
  847. ]
  848. },
  849. "node_modules/@rollup/rollup-win32-x64-msvc": {
  850. "version": "4.22.4",
  851. "resolved": "https://r.cnpmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.22.4.tgz",
  852. "integrity": "sha512-j8pPKp53/lq9lMXN57S8cFz0MynJk8OWNuUnXct/9KCpKU7DgU3bYMJhwWmcqC0UU29p8Lr0/7KEVcaM6bf47Q==",
  853. "cpu": [
  854. "x64"
  855. ],
  856. "dev": true,
  857. "license": "MIT",
  858. "optional": true,
  859. "os": [
  860. "win32"
  861. ]
  862. },
  863. "node_modules/@types/estree": {
  864. "version": "1.0.5",
  865. "resolved": "https://r.cnpmjs.org/@types/estree/-/estree-1.0.5.tgz",
  866. "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
  867. "dev": true,
  868. "license": "MIT"
  869. },
  870. "node_modules/@types/lodash": {
  871. "version": "4.17.9",
  872. "resolved": "https://r.cnpmjs.org/@types/lodash/-/lodash-4.17.9.tgz",
  873. "integrity": "sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==",
  874. "license": "MIT"
  875. },
  876. "node_modules/@types/lodash-es": {
  877. "version": "4.17.12",
  878. "resolved": "https://r.cnpmjs.org/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  879. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  880. "license": "MIT",
  881. "dependencies": {
  882. "@types/lodash": "*"
  883. }
  884. },
  885. "node_modules/@types/web-bluetooth": {
  886. "version": "0.0.20",
  887. "resolved": "https://r.cnpmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  888. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  889. "license": "MIT"
  890. },
  891. "node_modules/@vitejs/plugin-vue": {
  892. "version": "5.1.4",
  893. "resolved": "https://r.cnpmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.1.4.tgz",
  894. "integrity": "sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==",
  895. "dev": true,
  896. "license": "MIT",
  897. "engines": {
  898. "node": "^18.0.0 || >=20.0.0"
  899. },
  900. "peerDependencies": {
  901. "vite": "^5.0.0",
  902. "vue": "^3.2.25"
  903. }
  904. },
  905. "node_modules/@vue/compiler-core": {
  906. "version": "3.5.13",
  907. "resolved": "https://mirrors.tencent.com/npm/@vue/compiler-core/-/compiler-core-3.5.13.tgz",
  908. "integrity": "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==",
  909. "dependencies": {
  910. "@babel/parser": "^7.25.3",
  911. "@vue/shared": "3.5.13",
  912. "entities": "^4.5.0",
  913. "estree-walker": "^2.0.2",
  914. "source-map-js": "^1.2.0"
  915. }
  916. },
  917. "node_modules/@vue/compiler-dom": {
  918. "version": "3.5.13",
  919. "resolved": "https://mirrors.tencent.com/npm/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz",
  920. "integrity": "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==",
  921. "dependencies": {
  922. "@vue/compiler-core": "3.5.13",
  923. "@vue/shared": "3.5.13"
  924. }
  925. },
  926. "node_modules/@vue/compiler-sfc": {
  927. "version": "3.5.13",
  928. "resolved": "https://mirrors.tencent.com/npm/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz",
  929. "integrity": "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==",
  930. "dependencies": {
  931. "@babel/parser": "^7.25.3",
  932. "@vue/compiler-core": "3.5.13",
  933. "@vue/compiler-dom": "3.5.13",
  934. "@vue/compiler-ssr": "3.5.13",
  935. "@vue/shared": "3.5.13",
  936. "estree-walker": "^2.0.2",
  937. "magic-string": "^0.30.11",
  938. "postcss": "^8.4.48",
  939. "source-map-js": "^1.2.0"
  940. }
  941. },
  942. "node_modules/@vue/compiler-ssr": {
  943. "version": "3.5.13",
  944. "resolved": "https://mirrors.tencent.com/npm/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz",
  945. "integrity": "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==",
  946. "dependencies": {
  947. "@vue/compiler-dom": "3.5.13",
  948. "@vue/shared": "3.5.13"
  949. }
  950. },
  951. "node_modules/@vue/devtools-api": {
  952. "version": "7.7.2",
  953. "resolved": "https://mirrors.tencent.com/npm/@vue/devtools-api/-/devtools-api-7.7.2.tgz",
  954. "integrity": "sha512-1syn558KhyN+chO5SjlZIwJ8bV/bQ1nOVTG66t2RbG66ZGekyiYNmRO7X9BJCXQqPsFHlnksqvPhce2qpzxFnA==",
  955. "dependencies": {
  956. "@vue/devtools-kit": "^7.7.2"
  957. }
  958. },
  959. "node_modules/@vue/devtools-kit": {
  960. "version": "7.7.2",
  961. "resolved": "https://mirrors.tencent.com/npm/@vue/devtools-kit/-/devtools-kit-7.7.2.tgz",
  962. "integrity": "sha512-CY0I1JH3Z8PECbn6k3TqM1Bk9ASWxeMtTCvZr7vb+CHi+X/QwQm5F1/fPagraamKMAHVfuuCbdcnNg1A4CYVWQ==",
  963. "dependencies": {
  964. "@vue/devtools-shared": "^7.7.2",
  965. "birpc": "^0.2.19",
  966. "hookable": "^5.5.3",
  967. "mitt": "^3.0.1",
  968. "perfect-debounce": "^1.0.0",
  969. "speakingurl": "^14.0.1",
  970. "superjson": "^2.2.1"
  971. }
  972. },
  973. "node_modules/@vue/devtools-shared": {
  974. "version": "7.7.2",
  975. "resolved": "https://mirrors.tencent.com/npm/@vue/devtools-shared/-/devtools-shared-7.7.2.tgz",
  976. "integrity": "sha512-uBFxnp8gwW2vD6FrJB8JZLUzVb6PNRG0B0jBnHsOH8uKyva2qINY8PTF5Te4QlTbMDqU5K6qtJDr6cNsKWhbOA==",
  977. "dependencies": {
  978. "rfdc": "^1.4.1"
  979. }
  980. },
  981. "node_modules/@vue/reactivity": {
  982. "version": "3.5.13",
  983. "resolved": "https://mirrors.tencent.com/npm/@vue/reactivity/-/reactivity-3.5.13.tgz",
  984. "integrity": "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==",
  985. "dependencies": {
  986. "@vue/shared": "3.5.13"
  987. }
  988. },
  989. "node_modules/@vue/runtime-core": {
  990. "version": "3.5.13",
  991. "resolved": "https://mirrors.tencent.com/npm/@vue/runtime-core/-/runtime-core-3.5.13.tgz",
  992. "integrity": "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==",
  993. "dependencies": {
  994. "@vue/reactivity": "3.5.13",
  995. "@vue/shared": "3.5.13"
  996. }
  997. },
  998. "node_modules/@vue/runtime-dom": {
  999. "version": "3.5.13",
  1000. "resolved": "https://mirrors.tencent.com/npm/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz",
  1001. "integrity": "sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==",
  1002. "dependencies": {
  1003. "@vue/reactivity": "3.5.13",
  1004. "@vue/runtime-core": "3.5.13",
  1005. "@vue/shared": "3.5.13",
  1006. "csstype": "^3.1.3"
  1007. }
  1008. },
  1009. "node_modules/@vue/server-renderer": {
  1010. "version": "3.5.13",
  1011. "resolved": "https://mirrors.tencent.com/npm/@vue/server-renderer/-/server-renderer-3.5.13.tgz",
  1012. "integrity": "sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==",
  1013. "dependencies": {
  1014. "@vue/compiler-ssr": "3.5.13",
  1015. "@vue/shared": "3.5.13"
  1016. },
  1017. "peerDependencies": {
  1018. "vue": "3.5.13"
  1019. }
  1020. },
  1021. "node_modules/@vue/shared": {
  1022. "version": "3.5.13",
  1023. "resolved": "https://mirrors.tencent.com/npm/@vue/shared/-/shared-3.5.13.tgz",
  1024. "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ=="
  1025. },
  1026. "node_modules/@vueuse/core": {
  1027. "version": "11.1.0",
  1028. "resolved": "https://r.cnpmjs.org/@vueuse/core/-/core-11.1.0.tgz",
  1029. "integrity": "sha512-P6dk79QYA6sKQnghrUz/1tHi0n9mrb/iO1WTMk/ElLmTyNqgDeSZ3wcDf6fRBGzRJbeG1dxzEOvLENMjr+E3fg==",
  1030. "license": "MIT",
  1031. "dependencies": {
  1032. "@types/web-bluetooth": "^0.0.20",
  1033. "@vueuse/metadata": "11.1.0",
  1034. "@vueuse/shared": "11.1.0",
  1035. "vue-demi": ">=0.14.10"
  1036. },
  1037. "funding": {
  1038. "url": "https://github.com/sponsors/antfu"
  1039. }
  1040. },
  1041. "node_modules/@vueuse/core/node_modules/vue-demi": {
  1042. "version": "0.14.10",
  1043. "resolved": "https://r.cnpmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  1044. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  1045. "hasInstallScript": true,
  1046. "license": "MIT",
  1047. "bin": {
  1048. "vue-demi-fix": "bin/vue-demi-fix.js",
  1049. "vue-demi-switch": "bin/vue-demi-switch.js"
  1050. },
  1051. "engines": {
  1052. "node": ">=12"
  1053. },
  1054. "funding": {
  1055. "url": "https://github.com/sponsors/antfu"
  1056. },
  1057. "peerDependencies": {
  1058. "@vue/composition-api": "^1.0.0-rc.1",
  1059. "vue": "^3.0.0-0 || ^2.6.0"
  1060. },
  1061. "peerDependenciesMeta": {
  1062. "@vue/composition-api": {
  1063. "optional": true
  1064. }
  1065. }
  1066. },
  1067. "node_modules/@vueuse/metadata": {
  1068. "version": "11.1.0",
  1069. "resolved": "https://r.cnpmjs.org/@vueuse/metadata/-/metadata-11.1.0.tgz",
  1070. "integrity": "sha512-l9Q502TBTaPYGanl1G+hPgd3QX5s4CGnpXriVBR5fEZ/goI6fvDaVmIl3Td8oKFurOxTmbXvBPSsgrd6eu6HYg==",
  1071. "license": "MIT",
  1072. "funding": {
  1073. "url": "https://github.com/sponsors/antfu"
  1074. }
  1075. },
  1076. "node_modules/@vueuse/shared": {
  1077. "version": "11.1.0",
  1078. "resolved": "https://r.cnpmjs.org/@vueuse/shared/-/shared-11.1.0.tgz",
  1079. "integrity": "sha512-YUtIpY122q7osj+zsNMFAfMTubGz0sn5QzE5gPzAIiCmtt2ha3uQUY1+JPyL4gRCTsLPX82Y9brNbo/aqlA91w==",
  1080. "license": "MIT",
  1081. "dependencies": {
  1082. "vue-demi": ">=0.14.10"
  1083. },
  1084. "funding": {
  1085. "url": "https://github.com/sponsors/antfu"
  1086. }
  1087. },
  1088. "node_modules/@vueuse/shared/node_modules/vue-demi": {
  1089. "version": "0.14.10",
  1090. "resolved": "https://r.cnpmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  1091. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  1092. "hasInstallScript": true,
  1093. "license": "MIT",
  1094. "bin": {
  1095. "vue-demi-fix": "bin/vue-demi-fix.js",
  1096. "vue-demi-switch": "bin/vue-demi-switch.js"
  1097. },
  1098. "engines": {
  1099. "node": ">=12"
  1100. },
  1101. "funding": {
  1102. "url": "https://github.com/sponsors/antfu"
  1103. },
  1104. "peerDependencies": {
  1105. "@vue/composition-api": "^1.0.0-rc.1",
  1106. "vue": "^3.0.0-0 || ^2.6.0"
  1107. },
  1108. "peerDependenciesMeta": {
  1109. "@vue/composition-api": {
  1110. "optional": true
  1111. }
  1112. }
  1113. },
  1114. "node_modules/acorn": {
  1115. "version": "8.14.0",
  1116. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.14.0.tgz",
  1117. "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
  1118. "dev": true,
  1119. "license": "MIT",
  1120. "bin": {
  1121. "acorn": "bin/acorn"
  1122. },
  1123. "engines": {
  1124. "node": ">=0.4.0"
  1125. }
  1126. },
  1127. "node_modules/ansi-regex": {
  1128. "version": "6.1.0",
  1129. "resolved": "https://mirrors.tencent.com/npm/ansi-regex/-/ansi-regex-6.1.0.tgz",
  1130. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  1131. "dev": true,
  1132. "engines": {
  1133. "node": ">=12"
  1134. },
  1135. "funding": {
  1136. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  1137. }
  1138. },
  1139. "node_modules/ansi-styles": {
  1140. "version": "6.2.1",
  1141. "resolved": "https://mirrors.tencent.com/npm/ansi-styles/-/ansi-styles-6.2.1.tgz",
  1142. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  1143. "dev": true,
  1144. "engines": {
  1145. "node": ">=12"
  1146. },
  1147. "funding": {
  1148. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1149. }
  1150. },
  1151. "node_modules/any-promise": {
  1152. "version": "1.3.0",
  1153. "resolved": "https://mirrors.tencent.com/npm/any-promise/-/any-promise-1.3.0.tgz",
  1154. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  1155. "dev": true
  1156. },
  1157. "node_modules/anymatch": {
  1158. "version": "3.1.3",
  1159. "resolved": "https://mirrors.tencent.com/npm/anymatch/-/anymatch-3.1.3.tgz",
  1160. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  1161. "dev": true,
  1162. "dependencies": {
  1163. "normalize-path": "^3.0.0",
  1164. "picomatch": "^2.0.4"
  1165. },
  1166. "engines": {
  1167. "node": ">= 8"
  1168. }
  1169. },
  1170. "node_modules/arg": {
  1171. "version": "5.0.2",
  1172. "resolved": "https://mirrors.tencent.com/npm/arg/-/arg-5.0.2.tgz",
  1173. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
  1174. "dev": true
  1175. },
  1176. "node_modules/async-validator": {
  1177. "version": "4.2.5",
  1178. "resolved": "https://r.cnpmjs.org/async-validator/-/async-validator-4.2.5.tgz",
  1179. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  1180. "license": "MIT"
  1181. },
  1182. "node_modules/asynckit": {
  1183. "version": "0.4.0",
  1184. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  1185. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  1186. "license": "MIT"
  1187. },
  1188. "node_modules/autoprefixer": {
  1189. "version": "10.4.20",
  1190. "resolved": "https://mirrors.tencent.com/npm/autoprefixer/-/autoprefixer-10.4.20.tgz",
  1191. "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
  1192. "dev": true,
  1193. "funding": [
  1194. {
  1195. "type": "opencollective",
  1196. "url": "https://opencollective.com/postcss/"
  1197. },
  1198. {
  1199. "type": "tidelift",
  1200. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  1201. },
  1202. {
  1203. "type": "github",
  1204. "url": "https://github.com/sponsors/ai"
  1205. }
  1206. ],
  1207. "dependencies": {
  1208. "browserslist": "^4.23.3",
  1209. "caniuse-lite": "^1.0.30001646",
  1210. "fraction.js": "^4.3.7",
  1211. "normalize-range": "^0.1.2",
  1212. "picocolors": "^1.0.1",
  1213. "postcss-value-parser": "^4.2.0"
  1214. },
  1215. "bin": {
  1216. "autoprefixer": "bin/autoprefixer"
  1217. },
  1218. "engines": {
  1219. "node": "^10 || ^12 || >=14"
  1220. },
  1221. "peerDependencies": {
  1222. "postcss": "^8.1.0"
  1223. }
  1224. },
  1225. "node_modules/axios": {
  1226. "version": "1.7.7",
  1227. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.7.7.tgz",
  1228. "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
  1229. "license": "MIT",
  1230. "dependencies": {
  1231. "follow-redirects": "^1.15.6",
  1232. "form-data": "^4.0.0",
  1233. "proxy-from-env": "^1.1.0"
  1234. }
  1235. },
  1236. "node_modules/balanced-match": {
  1237. "version": "1.0.2",
  1238. "resolved": "https://mirrors.tencent.com/npm/balanced-match/-/balanced-match-1.0.2.tgz",
  1239. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1240. "dev": true
  1241. },
  1242. "node_modules/binary-extensions": {
  1243. "version": "2.3.0",
  1244. "resolved": "https://mirrors.tencent.com/npm/binary-extensions/-/binary-extensions-2.3.0.tgz",
  1245. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  1246. "dev": true,
  1247. "engines": {
  1248. "node": ">=8"
  1249. },
  1250. "funding": {
  1251. "url": "https://github.com/sponsors/sindresorhus"
  1252. }
  1253. },
  1254. "node_modules/birpc": {
  1255. "version": "0.2.19",
  1256. "resolved": "https://mirrors.tencent.com/npm/birpc/-/birpc-0.2.19.tgz",
  1257. "integrity": "sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==",
  1258. "funding": {
  1259. "url": "https://github.com/sponsors/antfu"
  1260. }
  1261. },
  1262. "node_modules/brace-expansion": {
  1263. "version": "2.0.1",
  1264. "resolved": "https://mirrors.tencent.com/npm/brace-expansion/-/brace-expansion-2.0.1.tgz",
  1265. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  1266. "dev": true,
  1267. "dependencies": {
  1268. "balanced-match": "^1.0.0"
  1269. }
  1270. },
  1271. "node_modules/braces": {
  1272. "version": "3.0.3",
  1273. "resolved": "https://mirrors.tencent.com/npm/braces/-/braces-3.0.3.tgz",
  1274. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  1275. "dev": true,
  1276. "dependencies": {
  1277. "fill-range": "^7.1.1"
  1278. },
  1279. "engines": {
  1280. "node": ">=8"
  1281. }
  1282. },
  1283. "node_modules/browserslist": {
  1284. "version": "4.24.4",
  1285. "resolved": "https://mirrors.tencent.com/npm/browserslist/-/browserslist-4.24.4.tgz",
  1286. "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==",
  1287. "dev": true,
  1288. "funding": [
  1289. {
  1290. "type": "opencollective",
  1291. "url": "https://opencollective.com/browserslist"
  1292. },
  1293. {
  1294. "type": "tidelift",
  1295. "url": "https://tidelift.com/funding/github/npm/browserslist"
  1296. },
  1297. {
  1298. "type": "github",
  1299. "url": "https://github.com/sponsors/ai"
  1300. }
  1301. ],
  1302. "dependencies": {
  1303. "caniuse-lite": "^1.0.30001688",
  1304. "electron-to-chromium": "^1.5.73",
  1305. "node-releases": "^2.0.19",
  1306. "update-browserslist-db": "^1.1.1"
  1307. },
  1308. "bin": {
  1309. "browserslist": "cli.js"
  1310. },
  1311. "engines": {
  1312. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  1313. }
  1314. },
  1315. "node_modules/camelcase-css": {
  1316. "version": "2.0.1",
  1317. "resolved": "https://mirrors.tencent.com/npm/camelcase-css/-/camelcase-css-2.0.1.tgz",
  1318. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  1319. "dev": true,
  1320. "engines": {
  1321. "node": ">= 6"
  1322. }
  1323. },
  1324. "node_modules/caniuse-lite": {
  1325. "version": "1.0.30001700",
  1326. "resolved": "https://mirrors.tencent.com/npm/caniuse-lite/-/caniuse-lite-1.0.30001700.tgz",
  1327. "integrity": "sha512-2S6XIXwaE7K7erT8dY+kLQcpa5ms63XlRkMkReXjle+kf6c5g38vyMl+Z5y8dSxOFDhcFe+nxnn261PLxBSQsQ==",
  1328. "dev": true,
  1329. "funding": [
  1330. {
  1331. "type": "opencollective",
  1332. "url": "https://opencollective.com/browserslist"
  1333. },
  1334. {
  1335. "type": "tidelift",
  1336. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  1337. },
  1338. {
  1339. "type": "github",
  1340. "url": "https://github.com/sponsors/ai"
  1341. }
  1342. ]
  1343. },
  1344. "node_modules/chokidar": {
  1345. "version": "4.0.1",
  1346. "resolved": "https://r.cnpmjs.org/chokidar/-/chokidar-4.0.1.tgz",
  1347. "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==",
  1348. "dev": true,
  1349. "license": "MIT",
  1350. "dependencies": {
  1351. "readdirp": "^4.0.1"
  1352. },
  1353. "engines": {
  1354. "node": ">= 14.16.0"
  1355. },
  1356. "funding": {
  1357. "url": "https://paulmillr.com/funding/"
  1358. }
  1359. },
  1360. "node_modules/color-convert": {
  1361. "version": "2.0.1",
  1362. "resolved": "https://mirrors.tencent.com/npm/color-convert/-/color-convert-2.0.1.tgz",
  1363. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1364. "dev": true,
  1365. "dependencies": {
  1366. "color-name": "~1.1.4"
  1367. },
  1368. "engines": {
  1369. "node": ">=7.0.0"
  1370. }
  1371. },
  1372. "node_modules/color-name": {
  1373. "version": "1.1.4",
  1374. "resolved": "https://mirrors.tencent.com/npm/color-name/-/color-name-1.1.4.tgz",
  1375. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  1376. "dev": true
  1377. },
  1378. "node_modules/combined-stream": {
  1379. "version": "1.0.8",
  1380. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  1381. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  1382. "license": "MIT",
  1383. "dependencies": {
  1384. "delayed-stream": "~1.0.0"
  1385. },
  1386. "engines": {
  1387. "node": ">= 0.8"
  1388. }
  1389. },
  1390. "node_modules/commander": {
  1391. "version": "4.1.1",
  1392. "resolved": "https://mirrors.tencent.com/npm/commander/-/commander-4.1.1.tgz",
  1393. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  1394. "dev": true,
  1395. "engines": {
  1396. "node": ">= 6"
  1397. }
  1398. },
  1399. "node_modules/confbox": {
  1400. "version": "0.1.8",
  1401. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  1402. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  1403. "dev": true,
  1404. "license": "MIT"
  1405. },
  1406. "node_modules/copy-anything": {
  1407. "version": "3.0.5",
  1408. "resolved": "https://mirrors.tencent.com/npm/copy-anything/-/copy-anything-3.0.5.tgz",
  1409. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  1410. "dependencies": {
  1411. "is-what": "^4.1.8"
  1412. },
  1413. "engines": {
  1414. "node": ">=12.13"
  1415. },
  1416. "funding": {
  1417. "url": "https://github.com/sponsors/mesqueeb"
  1418. }
  1419. },
  1420. "node_modules/cross-spawn": {
  1421. "version": "7.0.6",
  1422. "resolved": "https://mirrors.tencent.com/npm/cross-spawn/-/cross-spawn-7.0.6.tgz",
  1423. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  1424. "dev": true,
  1425. "dependencies": {
  1426. "path-key": "^3.1.0",
  1427. "shebang-command": "^2.0.0",
  1428. "which": "^2.0.1"
  1429. },
  1430. "engines": {
  1431. "node": ">= 8"
  1432. }
  1433. },
  1434. "node_modules/cssesc": {
  1435. "version": "3.0.0",
  1436. "resolved": "https://mirrors.tencent.com/npm/cssesc/-/cssesc-3.0.0.tgz",
  1437. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  1438. "dev": true,
  1439. "bin": {
  1440. "cssesc": "bin/cssesc"
  1441. },
  1442. "engines": {
  1443. "node": ">=4"
  1444. }
  1445. },
  1446. "node_modules/csstype": {
  1447. "version": "3.1.3",
  1448. "resolved": "https://mirrors.tencent.com/npm/csstype/-/csstype-3.1.3.tgz",
  1449. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
  1450. },
  1451. "node_modules/dayjs": {
  1452. "version": "1.11.13",
  1453. "resolved": "https://r.cnpmjs.org/dayjs/-/dayjs-1.11.13.tgz",
  1454. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  1455. "license": "MIT"
  1456. },
  1457. "node_modules/debug": {
  1458. "version": "4.4.0",
  1459. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  1460. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  1461. "dev": true,
  1462. "license": "MIT",
  1463. "dependencies": {
  1464. "ms": "^2.1.3"
  1465. },
  1466. "engines": {
  1467. "node": ">=6.0"
  1468. },
  1469. "peerDependenciesMeta": {
  1470. "supports-color": {
  1471. "optional": true
  1472. }
  1473. }
  1474. },
  1475. "node_modules/delayed-stream": {
  1476. "version": "1.0.0",
  1477. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  1478. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  1479. "license": "MIT",
  1480. "engines": {
  1481. "node": ">=0.4.0"
  1482. }
  1483. },
  1484. "node_modules/didyoumean": {
  1485. "version": "1.2.2",
  1486. "resolved": "https://mirrors.tencent.com/npm/didyoumean/-/didyoumean-1.2.2.tgz",
  1487. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
  1488. "dev": true
  1489. },
  1490. "node_modules/dlv": {
  1491. "version": "1.1.3",
  1492. "resolved": "https://mirrors.tencent.com/npm/dlv/-/dlv-1.1.3.tgz",
  1493. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
  1494. "dev": true
  1495. },
  1496. "node_modules/eastasianwidth": {
  1497. "version": "0.2.0",
  1498. "resolved": "https://mirrors.tencent.com/npm/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  1499. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  1500. "dev": true
  1501. },
  1502. "node_modules/echarts": {
  1503. "version": "5.5.1",
  1504. "resolved": "https://r.cnpmjs.org/echarts/-/echarts-5.5.1.tgz",
  1505. "integrity": "sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==",
  1506. "license": "Apache-2.0",
  1507. "dependencies": {
  1508. "tslib": "2.3.0",
  1509. "zrender": "5.6.0"
  1510. }
  1511. },
  1512. "node_modules/electron-to-chromium": {
  1513. "version": "1.5.102",
  1514. "resolved": "https://mirrors.tencent.com/npm/electron-to-chromium/-/electron-to-chromium-1.5.102.tgz",
  1515. "integrity": "sha512-eHhqaja8tE/FNpIiBrvBjFV/SSKpyWHLvxuR9dPTdo+3V9ppdLmFB7ZZQ98qNovcngPLYIz0oOBF9P0FfZef5Q==",
  1516. "dev": true
  1517. },
  1518. "node_modules/element-plus": {
  1519. "version": "2.8.3",
  1520. "resolved": "https://r.cnpmjs.org/element-plus/-/element-plus-2.8.3.tgz",
  1521. "integrity": "sha512-BXQOyDf0s7JHyNEV8iaO+iaOzTZPsBXVKMzMI967vLCodUBDLrtiY5vglAn1YEebQcUOEUMhGcttTpIvEkcBjQ==",
  1522. "license": "MIT",
  1523. "dependencies": {
  1524. "@ctrl/tinycolor": "^3.4.1",
  1525. "@element-plus/icons-vue": "^2.3.1",
  1526. "@floating-ui/dom": "^1.0.1",
  1527. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  1528. "@types/lodash": "^4.14.182",
  1529. "@types/lodash-es": "^4.17.6",
  1530. "@vueuse/core": "^9.1.0",
  1531. "async-validator": "^4.2.5",
  1532. "dayjs": "^1.11.3",
  1533. "escape-html": "^1.0.3",
  1534. "lodash": "^4.17.21",
  1535. "lodash-es": "^4.17.21",
  1536. "lodash-unified": "^1.0.2",
  1537. "memoize-one": "^6.0.0",
  1538. "normalize-wheel-es": "^1.2.0"
  1539. },
  1540. "peerDependencies": {
  1541. "vue": "^3.2.0"
  1542. }
  1543. },
  1544. "node_modules/element-plus/node_modules/@types/web-bluetooth": {
  1545. "version": "0.0.16",
  1546. "resolved": "https://r.cnpmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz",
  1547. "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==",
  1548. "license": "MIT"
  1549. },
  1550. "node_modules/element-plus/node_modules/@vueuse/core": {
  1551. "version": "9.13.0",
  1552. "resolved": "https://r.cnpmjs.org/@vueuse/core/-/core-9.13.0.tgz",
  1553. "integrity": "sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==",
  1554. "license": "MIT",
  1555. "dependencies": {
  1556. "@types/web-bluetooth": "^0.0.16",
  1557. "@vueuse/metadata": "9.13.0",
  1558. "@vueuse/shared": "9.13.0",
  1559. "vue-demi": "*"
  1560. },
  1561. "funding": {
  1562. "url": "https://github.com/sponsors/antfu"
  1563. }
  1564. },
  1565. "node_modules/element-plus/node_modules/@vueuse/core/node_modules/vue-demi": {
  1566. "version": "0.14.10",
  1567. "resolved": "https://r.cnpmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  1568. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  1569. "hasInstallScript": true,
  1570. "license": "MIT",
  1571. "bin": {
  1572. "vue-demi-fix": "bin/vue-demi-fix.js",
  1573. "vue-demi-switch": "bin/vue-demi-switch.js"
  1574. },
  1575. "engines": {
  1576. "node": ">=12"
  1577. },
  1578. "funding": {
  1579. "url": "https://github.com/sponsors/antfu"
  1580. },
  1581. "peerDependencies": {
  1582. "@vue/composition-api": "^1.0.0-rc.1",
  1583. "vue": "^3.0.0-0 || ^2.6.0"
  1584. },
  1585. "peerDependenciesMeta": {
  1586. "@vue/composition-api": {
  1587. "optional": true
  1588. }
  1589. }
  1590. },
  1591. "node_modules/element-plus/node_modules/@vueuse/metadata": {
  1592. "version": "9.13.0",
  1593. "resolved": "https://r.cnpmjs.org/@vueuse/metadata/-/metadata-9.13.0.tgz",
  1594. "integrity": "sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==",
  1595. "license": "MIT",
  1596. "funding": {
  1597. "url": "https://github.com/sponsors/antfu"
  1598. }
  1599. },
  1600. "node_modules/element-plus/node_modules/@vueuse/shared": {
  1601. "version": "9.13.0",
  1602. "resolved": "https://r.cnpmjs.org/@vueuse/shared/-/shared-9.13.0.tgz",
  1603. "integrity": "sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==",
  1604. "license": "MIT",
  1605. "dependencies": {
  1606. "vue-demi": "*"
  1607. },
  1608. "funding": {
  1609. "url": "https://github.com/sponsors/antfu"
  1610. }
  1611. },
  1612. "node_modules/element-plus/node_modules/@vueuse/shared/node_modules/vue-demi": {
  1613. "version": "0.14.10",
  1614. "resolved": "https://r.cnpmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  1615. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  1616. "hasInstallScript": true,
  1617. "license": "MIT",
  1618. "bin": {
  1619. "vue-demi-fix": "bin/vue-demi-fix.js",
  1620. "vue-demi-switch": "bin/vue-demi-switch.js"
  1621. },
  1622. "engines": {
  1623. "node": ">=12"
  1624. },
  1625. "funding": {
  1626. "url": "https://github.com/sponsors/antfu"
  1627. },
  1628. "peerDependencies": {
  1629. "@vue/composition-api": "^1.0.0-rc.1",
  1630. "vue": "^3.0.0-0 || ^2.6.0"
  1631. },
  1632. "peerDependenciesMeta": {
  1633. "@vue/composition-api": {
  1634. "optional": true
  1635. }
  1636. }
  1637. },
  1638. "node_modules/emoji-regex": {
  1639. "version": "9.2.2",
  1640. "resolved": "https://mirrors.tencent.com/npm/emoji-regex/-/emoji-regex-9.2.2.tgz",
  1641. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  1642. "dev": true
  1643. },
  1644. "node_modules/entities": {
  1645. "version": "4.5.0",
  1646. "resolved": "https://mirrors.tencent.com/npm/entities/-/entities-4.5.0.tgz",
  1647. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  1648. "engines": {
  1649. "node": ">=0.12"
  1650. },
  1651. "funding": {
  1652. "url": "https://github.com/fb55/entities?sponsor=1"
  1653. }
  1654. },
  1655. "node_modules/esbuild": {
  1656. "version": "0.21.5",
  1657. "resolved": "https://r.cnpmjs.org/esbuild/-/esbuild-0.21.5.tgz",
  1658. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  1659. "dev": true,
  1660. "hasInstallScript": true,
  1661. "license": "MIT",
  1662. "bin": {
  1663. "esbuild": "bin/esbuild"
  1664. },
  1665. "engines": {
  1666. "node": ">=12"
  1667. },
  1668. "optionalDependencies": {
  1669. "@esbuild/aix-ppc64": "0.21.5",
  1670. "@esbuild/android-arm": "0.21.5",
  1671. "@esbuild/android-arm64": "0.21.5",
  1672. "@esbuild/android-x64": "0.21.5",
  1673. "@esbuild/darwin-arm64": "0.21.5",
  1674. "@esbuild/darwin-x64": "0.21.5",
  1675. "@esbuild/freebsd-arm64": "0.21.5",
  1676. "@esbuild/freebsd-x64": "0.21.5",
  1677. "@esbuild/linux-arm": "0.21.5",
  1678. "@esbuild/linux-arm64": "0.21.5",
  1679. "@esbuild/linux-ia32": "0.21.5",
  1680. "@esbuild/linux-loong64": "0.21.5",
  1681. "@esbuild/linux-mips64el": "0.21.5",
  1682. "@esbuild/linux-ppc64": "0.21.5",
  1683. "@esbuild/linux-riscv64": "0.21.5",
  1684. "@esbuild/linux-s390x": "0.21.5",
  1685. "@esbuild/linux-x64": "0.21.5",
  1686. "@esbuild/netbsd-x64": "0.21.5",
  1687. "@esbuild/openbsd-x64": "0.21.5",
  1688. "@esbuild/sunos-x64": "0.21.5",
  1689. "@esbuild/win32-arm64": "0.21.5",
  1690. "@esbuild/win32-ia32": "0.21.5",
  1691. "@esbuild/win32-x64": "0.21.5"
  1692. }
  1693. },
  1694. "node_modules/escalade": {
  1695. "version": "3.2.0",
  1696. "resolved": "https://mirrors.tencent.com/npm/escalade/-/escalade-3.2.0.tgz",
  1697. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  1698. "dev": true,
  1699. "engines": {
  1700. "node": ">=6"
  1701. }
  1702. },
  1703. "node_modules/escape-html": {
  1704. "version": "1.0.3",
  1705. "resolved": "https://r2.cnpmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  1706. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  1707. "license": "MIT"
  1708. },
  1709. "node_modules/escape-string-regexp": {
  1710. "version": "5.0.0",
  1711. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  1712. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  1713. "dev": true,
  1714. "license": "MIT",
  1715. "engines": {
  1716. "node": ">=12"
  1717. },
  1718. "funding": {
  1719. "url": "https://github.com/sponsors/sindresorhus"
  1720. }
  1721. },
  1722. "node_modules/estree-walker": {
  1723. "version": "2.0.2",
  1724. "resolved": "https://mirrors.tencent.com/npm/estree-walker/-/estree-walker-2.0.2.tgz",
  1725. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  1726. },
  1727. "node_modules/fast-glob": {
  1728. "version": "3.3.3",
  1729. "resolved": "https://mirrors.tencent.com/npm/fast-glob/-/fast-glob-3.3.3.tgz",
  1730. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  1731. "dev": true,
  1732. "dependencies": {
  1733. "@nodelib/fs.stat": "^2.0.2",
  1734. "@nodelib/fs.walk": "^1.2.3",
  1735. "glob-parent": "^5.1.2",
  1736. "merge2": "^1.3.0",
  1737. "micromatch": "^4.0.8"
  1738. },
  1739. "engines": {
  1740. "node": ">=8.6.0"
  1741. }
  1742. },
  1743. "node_modules/fast-glob/node_modules/glob-parent": {
  1744. "version": "5.1.2",
  1745. "resolved": "https://mirrors.tencent.com/npm/glob-parent/-/glob-parent-5.1.2.tgz",
  1746. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  1747. "dev": true,
  1748. "dependencies": {
  1749. "is-glob": "^4.0.1"
  1750. },
  1751. "engines": {
  1752. "node": ">= 6"
  1753. }
  1754. },
  1755. "node_modules/fastq": {
  1756. "version": "1.19.0",
  1757. "resolved": "https://mirrors.tencent.com/npm/fastq/-/fastq-1.19.0.tgz",
  1758. "integrity": "sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA==",
  1759. "dev": true,
  1760. "dependencies": {
  1761. "reusify": "^1.0.4"
  1762. }
  1763. },
  1764. "node_modules/fill-range": {
  1765. "version": "7.1.1",
  1766. "resolved": "https://mirrors.tencent.com/npm/fill-range/-/fill-range-7.1.1.tgz",
  1767. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  1768. "dev": true,
  1769. "dependencies": {
  1770. "to-regex-range": "^5.0.1"
  1771. },
  1772. "engines": {
  1773. "node": ">=8"
  1774. }
  1775. },
  1776. "node_modules/follow-redirects": {
  1777. "version": "1.15.9",
  1778. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz",
  1779. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  1780. "funding": [
  1781. {
  1782. "type": "individual",
  1783. "url": "https://github.com/sponsors/RubenVerborgh"
  1784. }
  1785. ],
  1786. "license": "MIT",
  1787. "engines": {
  1788. "node": ">=4.0"
  1789. },
  1790. "peerDependenciesMeta": {
  1791. "debug": {
  1792. "optional": true
  1793. }
  1794. }
  1795. },
  1796. "node_modules/foreground-child": {
  1797. "version": "3.3.0",
  1798. "resolved": "https://mirrors.tencent.com/npm/foreground-child/-/foreground-child-3.3.0.tgz",
  1799. "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
  1800. "dev": true,
  1801. "dependencies": {
  1802. "cross-spawn": "^7.0.0",
  1803. "signal-exit": "^4.0.1"
  1804. },
  1805. "engines": {
  1806. "node": ">=14"
  1807. },
  1808. "funding": {
  1809. "url": "https://github.com/sponsors/isaacs"
  1810. }
  1811. },
  1812. "node_modules/form-data": {
  1813. "version": "4.0.1",
  1814. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.1.tgz",
  1815. "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==",
  1816. "license": "MIT",
  1817. "dependencies": {
  1818. "asynckit": "^0.4.0",
  1819. "combined-stream": "^1.0.8",
  1820. "mime-types": "^2.1.12"
  1821. },
  1822. "engines": {
  1823. "node": ">= 6"
  1824. }
  1825. },
  1826. "node_modules/fraction.js": {
  1827. "version": "4.3.7",
  1828. "resolved": "https://mirrors.tencent.com/npm/fraction.js/-/fraction.js-4.3.7.tgz",
  1829. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  1830. "dev": true,
  1831. "engines": {
  1832. "node": "*"
  1833. },
  1834. "funding": {
  1835. "type": "patreon",
  1836. "url": "https://github.com/sponsors/rawify"
  1837. }
  1838. },
  1839. "node_modules/fsevents": {
  1840. "version": "2.3.3",
  1841. "resolved": "https://r.cnpmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  1842. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1843. "dev": true,
  1844. "hasInstallScript": true,
  1845. "license": "MIT",
  1846. "optional": true,
  1847. "os": [
  1848. "darwin"
  1849. ],
  1850. "engines": {
  1851. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1852. }
  1853. },
  1854. "node_modules/function-bind": {
  1855. "version": "1.1.2",
  1856. "resolved": "https://mirrors.tencent.com/npm/function-bind/-/function-bind-1.1.2.tgz",
  1857. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  1858. "dev": true,
  1859. "funding": {
  1860. "url": "https://github.com/sponsors/ljharb"
  1861. }
  1862. },
  1863. "node_modules/glob": {
  1864. "version": "10.4.5",
  1865. "resolved": "https://mirrors.tencent.com/npm/glob/-/glob-10.4.5.tgz",
  1866. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  1867. "dev": true,
  1868. "dependencies": {
  1869. "foreground-child": "^3.1.0",
  1870. "jackspeak": "^3.1.2",
  1871. "minimatch": "^9.0.4",
  1872. "minipass": "^7.1.2",
  1873. "package-json-from-dist": "^1.0.0",
  1874. "path-scurry": "^1.11.1"
  1875. },
  1876. "bin": {
  1877. "glob": "dist/esm/bin.mjs"
  1878. },
  1879. "funding": {
  1880. "url": "https://github.com/sponsors/isaacs"
  1881. }
  1882. },
  1883. "node_modules/glob-parent": {
  1884. "version": "6.0.2",
  1885. "resolved": "https://mirrors.tencent.com/npm/glob-parent/-/glob-parent-6.0.2.tgz",
  1886. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  1887. "dev": true,
  1888. "dependencies": {
  1889. "is-glob": "^4.0.3"
  1890. },
  1891. "engines": {
  1892. "node": ">=10.13.0"
  1893. }
  1894. },
  1895. "node_modules/hasown": {
  1896. "version": "2.0.2",
  1897. "resolved": "https://mirrors.tencent.com/npm/hasown/-/hasown-2.0.2.tgz",
  1898. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  1899. "dev": true,
  1900. "dependencies": {
  1901. "function-bind": "^1.1.2"
  1902. },
  1903. "engines": {
  1904. "node": ">= 0.4"
  1905. }
  1906. },
  1907. "node_modules/hookable": {
  1908. "version": "5.5.3",
  1909. "resolved": "https://mirrors.tencent.com/npm/hookable/-/hookable-5.5.3.tgz",
  1910. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ=="
  1911. },
  1912. "node_modules/immutable": {
  1913. "version": "4.3.7",
  1914. "resolved": "https://r.cnpmjs.org/immutable/-/immutable-4.3.7.tgz",
  1915. "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==",
  1916. "dev": true,
  1917. "license": "MIT"
  1918. },
  1919. "node_modules/is-binary-path": {
  1920. "version": "2.1.0",
  1921. "resolved": "https://mirrors.tencent.com/npm/is-binary-path/-/is-binary-path-2.1.0.tgz",
  1922. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  1923. "dev": true,
  1924. "dependencies": {
  1925. "binary-extensions": "^2.0.0"
  1926. },
  1927. "engines": {
  1928. "node": ">=8"
  1929. }
  1930. },
  1931. "node_modules/is-core-module": {
  1932. "version": "2.16.1",
  1933. "resolved": "https://mirrors.tencent.com/npm/is-core-module/-/is-core-module-2.16.1.tgz",
  1934. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  1935. "dev": true,
  1936. "dependencies": {
  1937. "hasown": "^2.0.2"
  1938. },
  1939. "engines": {
  1940. "node": ">= 0.4"
  1941. },
  1942. "funding": {
  1943. "url": "https://github.com/sponsors/ljharb"
  1944. }
  1945. },
  1946. "node_modules/is-extglob": {
  1947. "version": "2.1.1",
  1948. "resolved": "https://mirrors.tencent.com/npm/is-extglob/-/is-extglob-2.1.1.tgz",
  1949. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  1950. "dev": true,
  1951. "engines": {
  1952. "node": ">=0.10.0"
  1953. }
  1954. },
  1955. "node_modules/is-fullwidth-code-point": {
  1956. "version": "3.0.0",
  1957. "resolved": "https://mirrors.tencent.com/npm/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  1958. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  1959. "dev": true,
  1960. "engines": {
  1961. "node": ">=8"
  1962. }
  1963. },
  1964. "node_modules/is-glob": {
  1965. "version": "4.0.3",
  1966. "resolved": "https://mirrors.tencent.com/npm/is-glob/-/is-glob-4.0.3.tgz",
  1967. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  1968. "dev": true,
  1969. "dependencies": {
  1970. "is-extglob": "^2.1.1"
  1971. },
  1972. "engines": {
  1973. "node": ">=0.10.0"
  1974. }
  1975. },
  1976. "node_modules/is-number": {
  1977. "version": "7.0.0",
  1978. "resolved": "https://mirrors.tencent.com/npm/is-number/-/is-number-7.0.0.tgz",
  1979. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  1980. "dev": true,
  1981. "engines": {
  1982. "node": ">=0.12.0"
  1983. }
  1984. },
  1985. "node_modules/is-what": {
  1986. "version": "4.1.16",
  1987. "resolved": "https://mirrors.tencent.com/npm/is-what/-/is-what-4.1.16.tgz",
  1988. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  1989. "engines": {
  1990. "node": ">=12.13"
  1991. },
  1992. "funding": {
  1993. "url": "https://github.com/sponsors/mesqueeb"
  1994. }
  1995. },
  1996. "node_modules/isexe": {
  1997. "version": "2.0.0",
  1998. "resolved": "https://mirrors.tencent.com/npm/isexe/-/isexe-2.0.0.tgz",
  1999. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  2000. "dev": true
  2001. },
  2002. "node_modules/jackspeak": {
  2003. "version": "3.4.3",
  2004. "resolved": "https://mirrors.tencent.com/npm/jackspeak/-/jackspeak-3.4.3.tgz",
  2005. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  2006. "dev": true,
  2007. "dependencies": {
  2008. "@isaacs/cliui": "^8.0.2"
  2009. },
  2010. "funding": {
  2011. "url": "https://github.com/sponsors/isaacs"
  2012. },
  2013. "optionalDependencies": {
  2014. "@pkgjs/parseargs": "^0.11.0"
  2015. }
  2016. },
  2017. "node_modules/jiti": {
  2018. "version": "1.21.7",
  2019. "resolved": "https://mirrors.tencent.com/npm/jiti/-/jiti-1.21.7.tgz",
  2020. "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
  2021. "dev": true,
  2022. "bin": {
  2023. "jiti": "bin/jiti.js"
  2024. }
  2025. },
  2026. "node_modules/js-tokens": {
  2027. "version": "9.0.1",
  2028. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.1.tgz",
  2029. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  2030. "dev": true,
  2031. "license": "MIT"
  2032. },
  2033. "node_modules/lilconfig": {
  2034. "version": "3.1.3",
  2035. "resolved": "https://mirrors.tencent.com/npm/lilconfig/-/lilconfig-3.1.3.tgz",
  2036. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  2037. "dev": true,
  2038. "engines": {
  2039. "node": ">=14"
  2040. },
  2041. "funding": {
  2042. "url": "https://github.com/sponsors/antonk52"
  2043. }
  2044. },
  2045. "node_modules/lines-and-columns": {
  2046. "version": "1.2.4",
  2047. "resolved": "https://mirrors.tencent.com/npm/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  2048. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  2049. "dev": true
  2050. },
  2051. "node_modules/local-pkg": {
  2052. "version": "1.0.0",
  2053. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.0.0.tgz",
  2054. "integrity": "sha512-bbgPw/wmroJsil/GgL4qjDzs5YLTBMQ99weRsok1XCDccQeehbHA/I1oRvk2NPtr7KGZgT/Y5tPRnAtMqeG2Kg==",
  2055. "dev": true,
  2056. "license": "MIT",
  2057. "dependencies": {
  2058. "mlly": "^1.7.3",
  2059. "pkg-types": "^1.3.0"
  2060. },
  2061. "engines": {
  2062. "node": ">=14"
  2063. },
  2064. "funding": {
  2065. "url": "https://github.com/sponsors/antfu"
  2066. }
  2067. },
  2068. "node_modules/lodash": {
  2069. "version": "4.17.21",
  2070. "resolved": "https://r2.cnpmjs.org/lodash/-/lodash-4.17.21.tgz",
  2071. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  2072. "license": "MIT"
  2073. },
  2074. "node_modules/lodash-es": {
  2075. "version": "4.17.21",
  2076. "resolved": "https://r2.cnpmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
  2077. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  2078. "license": "MIT"
  2079. },
  2080. "node_modules/lodash-unified": {
  2081. "version": "1.0.3",
  2082. "resolved": "https://r.cnpmjs.org/lodash-unified/-/lodash-unified-1.0.3.tgz",
  2083. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  2084. "license": "MIT",
  2085. "peerDependencies": {
  2086. "@types/lodash-es": "*",
  2087. "lodash": "*",
  2088. "lodash-es": "*"
  2089. }
  2090. },
  2091. "node_modules/lru-cache": {
  2092. "version": "10.4.3",
  2093. "resolved": "https://mirrors.tencent.com/npm/lru-cache/-/lru-cache-10.4.3.tgz",
  2094. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  2095. "dev": true
  2096. },
  2097. "node_modules/magic-string": {
  2098. "version": "0.30.17",
  2099. "resolved": "https://mirrors.tencent.com/npm/magic-string/-/magic-string-0.30.17.tgz",
  2100. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  2101. "dependencies": {
  2102. "@jridgewell/sourcemap-codec": "^1.5.0"
  2103. }
  2104. },
  2105. "node_modules/memoize-one": {
  2106. "version": "6.0.0",
  2107. "resolved": "https://r2.cnpmjs.org/memoize-one/-/memoize-one-6.0.0.tgz",
  2108. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  2109. "license": "MIT"
  2110. },
  2111. "node_modules/merge2": {
  2112. "version": "1.4.1",
  2113. "resolved": "https://mirrors.tencent.com/npm/merge2/-/merge2-1.4.1.tgz",
  2114. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  2115. "dev": true,
  2116. "engines": {
  2117. "node": ">= 8"
  2118. }
  2119. },
  2120. "node_modules/micromatch": {
  2121. "version": "4.0.8",
  2122. "resolved": "https://mirrors.tencent.com/npm/micromatch/-/micromatch-4.0.8.tgz",
  2123. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  2124. "dev": true,
  2125. "dependencies": {
  2126. "braces": "^3.0.3",
  2127. "picomatch": "^2.3.1"
  2128. },
  2129. "engines": {
  2130. "node": ">=8.6"
  2131. }
  2132. },
  2133. "node_modules/mime-db": {
  2134. "version": "1.52.0",
  2135. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  2136. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  2137. "license": "MIT",
  2138. "engines": {
  2139. "node": ">= 0.6"
  2140. }
  2141. },
  2142. "node_modules/mime-types": {
  2143. "version": "2.1.35",
  2144. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  2145. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  2146. "license": "MIT",
  2147. "dependencies": {
  2148. "mime-db": "1.52.0"
  2149. },
  2150. "engines": {
  2151. "node": ">= 0.6"
  2152. }
  2153. },
  2154. "node_modules/minimatch": {
  2155. "version": "9.0.5",
  2156. "resolved": "https://mirrors.tencent.com/npm/minimatch/-/minimatch-9.0.5.tgz",
  2157. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  2158. "dev": true,
  2159. "dependencies": {
  2160. "brace-expansion": "^2.0.1"
  2161. },
  2162. "engines": {
  2163. "node": ">=16 || 14 >=14.17"
  2164. },
  2165. "funding": {
  2166. "url": "https://github.com/sponsors/isaacs"
  2167. }
  2168. },
  2169. "node_modules/minipass": {
  2170. "version": "7.1.2",
  2171. "resolved": "https://mirrors.tencent.com/npm/minipass/-/minipass-7.1.2.tgz",
  2172. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  2173. "dev": true,
  2174. "engines": {
  2175. "node": ">=16 || 14 >=14.17"
  2176. }
  2177. },
  2178. "node_modules/mitt": {
  2179. "version": "3.0.1",
  2180. "resolved": "https://r.cnpmjs.org/mitt/-/mitt-3.0.1.tgz",
  2181. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  2182. "license": "MIT"
  2183. },
  2184. "node_modules/mlly": {
  2185. "version": "1.7.4",
  2186. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.4.tgz",
  2187. "integrity": "sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==",
  2188. "dev": true,
  2189. "license": "MIT",
  2190. "dependencies": {
  2191. "acorn": "^8.14.0",
  2192. "pathe": "^2.0.1",
  2193. "pkg-types": "^1.3.0",
  2194. "ufo": "^1.5.4"
  2195. }
  2196. },
  2197. "node_modules/ms": {
  2198. "version": "2.1.3",
  2199. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  2200. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  2201. "dev": true,
  2202. "license": "MIT"
  2203. },
  2204. "node_modules/mz": {
  2205. "version": "2.7.0",
  2206. "resolved": "https://mirrors.tencent.com/npm/mz/-/mz-2.7.0.tgz",
  2207. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  2208. "dev": true,
  2209. "dependencies": {
  2210. "any-promise": "^1.0.0",
  2211. "object-assign": "^4.0.1",
  2212. "thenify-all": "^1.0.0"
  2213. }
  2214. },
  2215. "node_modules/nanoid": {
  2216. "version": "3.3.8",
  2217. "resolved": "https://mirrors.tencent.com/npm/nanoid/-/nanoid-3.3.8.tgz",
  2218. "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
  2219. "funding": [
  2220. {
  2221. "type": "github",
  2222. "url": "https://github.com/sponsors/ai"
  2223. }
  2224. ],
  2225. "bin": {
  2226. "nanoid": "bin/nanoid.cjs"
  2227. },
  2228. "engines": {
  2229. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2230. }
  2231. },
  2232. "node_modules/node-releases": {
  2233. "version": "2.0.19",
  2234. "resolved": "https://mirrors.tencent.com/npm/node-releases/-/node-releases-2.0.19.tgz",
  2235. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
  2236. "dev": true
  2237. },
  2238. "node_modules/normalize-path": {
  2239. "version": "3.0.0",
  2240. "resolved": "https://mirrors.tencent.com/npm/normalize-path/-/normalize-path-3.0.0.tgz",
  2241. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  2242. "dev": true,
  2243. "engines": {
  2244. "node": ">=0.10.0"
  2245. }
  2246. },
  2247. "node_modules/normalize-range": {
  2248. "version": "0.1.2",
  2249. "resolved": "https://mirrors.tencent.com/npm/normalize-range/-/normalize-range-0.1.2.tgz",
  2250. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  2251. "dev": true,
  2252. "engines": {
  2253. "node": ">=0.10.0"
  2254. }
  2255. },
  2256. "node_modules/normalize-wheel-es": {
  2257. "version": "1.2.0",
  2258. "resolved": "https://r.cnpmjs.org/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  2259. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  2260. "license": "BSD-3-Clause"
  2261. },
  2262. "node_modules/object-assign": {
  2263. "version": "4.1.1",
  2264. "resolved": "https://r2.cnpmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  2265. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  2266. "dev": true,
  2267. "license": "MIT",
  2268. "engines": {
  2269. "node": ">=0.10.0"
  2270. }
  2271. },
  2272. "node_modules/object-hash": {
  2273. "version": "3.0.0",
  2274. "resolved": "https://mirrors.tencent.com/npm/object-hash/-/object-hash-3.0.0.tgz",
  2275. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  2276. "dev": true,
  2277. "engines": {
  2278. "node": ">= 6"
  2279. }
  2280. },
  2281. "node_modules/package-json-from-dist": {
  2282. "version": "1.0.1",
  2283. "resolved": "https://mirrors.tencent.com/npm/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  2284. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  2285. "dev": true
  2286. },
  2287. "node_modules/path-key": {
  2288. "version": "3.1.1",
  2289. "resolved": "https://mirrors.tencent.com/npm/path-key/-/path-key-3.1.1.tgz",
  2290. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  2291. "dev": true,
  2292. "engines": {
  2293. "node": ">=8"
  2294. }
  2295. },
  2296. "node_modules/path-parse": {
  2297. "version": "1.0.7",
  2298. "resolved": "https://mirrors.tencent.com/npm/path-parse/-/path-parse-1.0.7.tgz",
  2299. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  2300. "dev": true
  2301. },
  2302. "node_modules/path-scurry": {
  2303. "version": "1.11.1",
  2304. "resolved": "https://mirrors.tencent.com/npm/path-scurry/-/path-scurry-1.11.1.tgz",
  2305. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  2306. "dev": true,
  2307. "dependencies": {
  2308. "lru-cache": "^10.2.0",
  2309. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  2310. },
  2311. "engines": {
  2312. "node": ">=16 || 14 >=14.18"
  2313. },
  2314. "funding": {
  2315. "url": "https://github.com/sponsors/isaacs"
  2316. }
  2317. },
  2318. "node_modules/pathe": {
  2319. "version": "2.0.3",
  2320. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  2321. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  2322. "dev": true,
  2323. "license": "MIT"
  2324. },
  2325. "node_modules/perfect-debounce": {
  2326. "version": "1.0.0",
  2327. "resolved": "https://mirrors.tencent.com/npm/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  2328. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA=="
  2329. },
  2330. "node_modules/picocolors": {
  2331. "version": "1.1.1",
  2332. "resolved": "https://mirrors.tencent.com/npm/picocolors/-/picocolors-1.1.1.tgz",
  2333. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
  2334. },
  2335. "node_modules/picomatch": {
  2336. "version": "2.3.1",
  2337. "resolved": "https://mirrors.tencent.com/npm/picomatch/-/picomatch-2.3.1.tgz",
  2338. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  2339. "dev": true,
  2340. "engines": {
  2341. "node": ">=8.6"
  2342. },
  2343. "funding": {
  2344. "url": "https://github.com/sponsors/jonschlinkert"
  2345. }
  2346. },
  2347. "node_modules/pify": {
  2348. "version": "2.3.0",
  2349. "resolved": "https://mirrors.tencent.com/npm/pify/-/pify-2.3.0.tgz",
  2350. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  2351. "dev": true,
  2352. "engines": {
  2353. "node": ">=0.10.0"
  2354. }
  2355. },
  2356. "node_modules/pinia": {
  2357. "version": "3.0.1",
  2358. "resolved": "https://mirrors.tencent.com/npm/pinia/-/pinia-3.0.1.tgz",
  2359. "integrity": "sha512-WXglsDzztOTH6IfcJ99ltYZin2mY8XZCXujkYWVIJlBjqsP6ST7zw+Aarh63E1cDVYeyUcPCxPHzJpEOmzB6Wg==",
  2360. "dependencies": {
  2361. "@vue/devtools-api": "^7.7.2"
  2362. },
  2363. "funding": {
  2364. "url": "https://github.com/sponsors/posva"
  2365. },
  2366. "peerDependencies": {
  2367. "typescript": ">=4.4.4",
  2368. "vue": "^2.7.0 || ^3.5.11"
  2369. },
  2370. "peerDependenciesMeta": {
  2371. "typescript": {
  2372. "optional": true
  2373. }
  2374. }
  2375. },
  2376. "node_modules/pirates": {
  2377. "version": "4.0.6",
  2378. "resolved": "https://mirrors.tencent.com/npm/pirates/-/pirates-4.0.6.tgz",
  2379. "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
  2380. "dev": true,
  2381. "engines": {
  2382. "node": ">= 6"
  2383. }
  2384. },
  2385. "node_modules/pkg-types": {
  2386. "version": "1.3.1",
  2387. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  2388. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  2389. "dev": true,
  2390. "license": "MIT",
  2391. "dependencies": {
  2392. "confbox": "^0.1.8",
  2393. "mlly": "^1.7.4",
  2394. "pathe": "^2.0.1"
  2395. }
  2396. },
  2397. "node_modules/postcss": {
  2398. "version": "8.5.3",
  2399. "resolved": "https://mirrors.tencent.com/npm/postcss/-/postcss-8.5.3.tgz",
  2400. "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
  2401. "funding": [
  2402. {
  2403. "type": "opencollective",
  2404. "url": "https://opencollective.com/postcss/"
  2405. },
  2406. {
  2407. "type": "tidelift",
  2408. "url": "https://tidelift.com/funding/github/npm/postcss"
  2409. },
  2410. {
  2411. "type": "github",
  2412. "url": "https://github.com/sponsors/ai"
  2413. }
  2414. ],
  2415. "dependencies": {
  2416. "nanoid": "^3.3.8",
  2417. "picocolors": "^1.1.1",
  2418. "source-map-js": "^1.2.1"
  2419. },
  2420. "engines": {
  2421. "node": "^10 || ^12 || >=14"
  2422. }
  2423. },
  2424. "node_modules/postcss-import": {
  2425. "version": "15.1.0",
  2426. "resolved": "https://mirrors.tencent.com/npm/postcss-import/-/postcss-import-15.1.0.tgz",
  2427. "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
  2428. "dev": true,
  2429. "dependencies": {
  2430. "postcss-value-parser": "^4.0.0",
  2431. "read-cache": "^1.0.0",
  2432. "resolve": "^1.1.7"
  2433. },
  2434. "engines": {
  2435. "node": ">=14.0.0"
  2436. },
  2437. "peerDependencies": {
  2438. "postcss": "^8.0.0"
  2439. }
  2440. },
  2441. "node_modules/postcss-js": {
  2442. "version": "4.0.1",
  2443. "resolved": "https://mirrors.tencent.com/npm/postcss-js/-/postcss-js-4.0.1.tgz",
  2444. "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
  2445. "dev": true,
  2446. "dependencies": {
  2447. "camelcase-css": "^2.0.1"
  2448. },
  2449. "engines": {
  2450. "node": "^12 || ^14 || >= 16"
  2451. },
  2452. "funding": {
  2453. "type": "opencollective",
  2454. "url": "https://opencollective.com/postcss/"
  2455. },
  2456. "peerDependencies": {
  2457. "postcss": "^8.4.21"
  2458. }
  2459. },
  2460. "node_modules/postcss-load-config": {
  2461. "version": "4.0.2",
  2462. "resolved": "https://mirrors.tencent.com/npm/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
  2463. "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
  2464. "dev": true,
  2465. "funding": [
  2466. {
  2467. "type": "opencollective",
  2468. "url": "https://opencollective.com/postcss/"
  2469. },
  2470. {
  2471. "type": "github",
  2472. "url": "https://github.com/sponsors/ai"
  2473. }
  2474. ],
  2475. "dependencies": {
  2476. "lilconfig": "^3.0.0",
  2477. "yaml": "^2.3.4"
  2478. },
  2479. "engines": {
  2480. "node": ">= 14"
  2481. },
  2482. "peerDependencies": {
  2483. "postcss": ">=8.0.9",
  2484. "ts-node": ">=9.0.0"
  2485. },
  2486. "peerDependenciesMeta": {
  2487. "postcss": {
  2488. "optional": true
  2489. },
  2490. "ts-node": {
  2491. "optional": true
  2492. }
  2493. }
  2494. },
  2495. "node_modules/postcss-nested": {
  2496. "version": "6.2.0",
  2497. "resolved": "https://mirrors.tencent.com/npm/postcss-nested/-/postcss-nested-6.2.0.tgz",
  2498. "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
  2499. "dev": true,
  2500. "funding": [
  2501. {
  2502. "type": "opencollective",
  2503. "url": "https://opencollective.com/postcss/"
  2504. },
  2505. {
  2506. "type": "github",
  2507. "url": "https://github.com/sponsors/ai"
  2508. }
  2509. ],
  2510. "dependencies": {
  2511. "postcss-selector-parser": "^6.1.1"
  2512. },
  2513. "engines": {
  2514. "node": ">=12.0"
  2515. },
  2516. "peerDependencies": {
  2517. "postcss": "^8.2.14"
  2518. }
  2519. },
  2520. "node_modules/postcss-px-to-viewport": {
  2521. "version": "1.1.1",
  2522. "resolved": "https://r2.cnpmjs.org/postcss-px-to-viewport/-/postcss-px-to-viewport-1.1.1.tgz",
  2523. "integrity": "sha512-2x9oGnBms+e0cYtBJOZdlwrFg/mLR4P1g2IFu7jYKvnqnH/HLhoKyareW2Q/x4sg0BgklHlP1qeWo2oCyPm8FQ==",
  2524. "dev": true,
  2525. "license": "MIT",
  2526. "dependencies": {
  2527. "object-assign": ">=4.0.1",
  2528. "postcss": ">=5.0.2"
  2529. }
  2530. },
  2531. "node_modules/postcss-selector-parser": {
  2532. "version": "6.1.2",
  2533. "resolved": "https://mirrors.tencent.com/npm/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  2534. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  2535. "dev": true,
  2536. "dependencies": {
  2537. "cssesc": "^3.0.0",
  2538. "util-deprecate": "^1.0.2"
  2539. },
  2540. "engines": {
  2541. "node": ">=4"
  2542. }
  2543. },
  2544. "node_modules/postcss-value-parser": {
  2545. "version": "4.2.0",
  2546. "resolved": "https://mirrors.tencent.com/npm/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  2547. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  2548. "dev": true
  2549. },
  2550. "node_modules/proxy-from-env": {
  2551. "version": "1.1.0",
  2552. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  2553. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  2554. "license": "MIT"
  2555. },
  2556. "node_modules/queue-microtask": {
  2557. "version": "1.2.3",
  2558. "resolved": "https://mirrors.tencent.com/npm/queue-microtask/-/queue-microtask-1.2.3.tgz",
  2559. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  2560. "dev": true,
  2561. "funding": [
  2562. {
  2563. "type": "github",
  2564. "url": "https://github.com/sponsors/feross"
  2565. },
  2566. {
  2567. "type": "patreon",
  2568. "url": "https://www.patreon.com/feross"
  2569. },
  2570. {
  2571. "type": "consulting",
  2572. "url": "https://feross.org/support"
  2573. }
  2574. ]
  2575. },
  2576. "node_modules/read-cache": {
  2577. "version": "1.0.0",
  2578. "resolved": "https://mirrors.tencent.com/npm/read-cache/-/read-cache-1.0.0.tgz",
  2579. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  2580. "dev": true,
  2581. "dependencies": {
  2582. "pify": "^2.3.0"
  2583. }
  2584. },
  2585. "node_modules/readdirp": {
  2586. "version": "4.0.1",
  2587. "resolved": "https://r.cnpmjs.org/readdirp/-/readdirp-4.0.1.tgz",
  2588. "integrity": "sha512-GkMg9uOTpIWWKbSsgwb5fA4EavTR+SG/PMPoAY8hkhHfEEY0/vqljY+XHqtDf2cr2IJtoNRDbrrEpZUiZCkYRw==",
  2589. "dev": true,
  2590. "license": "MIT",
  2591. "engines": {
  2592. "node": ">= 14.16.0"
  2593. },
  2594. "funding": {
  2595. "type": "individual",
  2596. "url": "https://paulmillr.com/funding/"
  2597. }
  2598. },
  2599. "node_modules/resolve": {
  2600. "version": "1.22.10",
  2601. "resolved": "https://mirrors.tencent.com/npm/resolve/-/resolve-1.22.10.tgz",
  2602. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  2603. "dev": true,
  2604. "dependencies": {
  2605. "is-core-module": "^2.16.0",
  2606. "path-parse": "^1.0.7",
  2607. "supports-preserve-symlinks-flag": "^1.0.0"
  2608. },
  2609. "bin": {
  2610. "resolve": "bin/resolve"
  2611. },
  2612. "engines": {
  2613. "node": ">= 0.4"
  2614. },
  2615. "funding": {
  2616. "url": "https://github.com/sponsors/ljharb"
  2617. }
  2618. },
  2619. "node_modules/reusify": {
  2620. "version": "1.0.4",
  2621. "resolved": "https://mirrors.tencent.com/npm/reusify/-/reusify-1.0.4.tgz",
  2622. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  2623. "dev": true,
  2624. "engines": {
  2625. "iojs": ">=1.0.0",
  2626. "node": ">=0.10.0"
  2627. }
  2628. },
  2629. "node_modules/rfdc": {
  2630. "version": "1.4.1",
  2631. "resolved": "https://mirrors.tencent.com/npm/rfdc/-/rfdc-1.4.1.tgz",
  2632. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA=="
  2633. },
  2634. "node_modules/rollup": {
  2635. "version": "4.22.4",
  2636. "resolved": "https://r.cnpmjs.org/rollup/-/rollup-4.22.4.tgz",
  2637. "integrity": "sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==",
  2638. "dev": true,
  2639. "license": "MIT",
  2640. "dependencies": {
  2641. "@types/estree": "1.0.5"
  2642. },
  2643. "bin": {
  2644. "rollup": "dist/bin/rollup"
  2645. },
  2646. "engines": {
  2647. "node": ">=18.0.0",
  2648. "npm": ">=8.0.0"
  2649. },
  2650. "optionalDependencies": {
  2651. "@rollup/rollup-android-arm-eabi": "4.22.4",
  2652. "@rollup/rollup-android-arm64": "4.22.4",
  2653. "@rollup/rollup-darwin-arm64": "4.22.4",
  2654. "@rollup/rollup-darwin-x64": "4.22.4",
  2655. "@rollup/rollup-linux-arm-gnueabihf": "4.22.4",
  2656. "@rollup/rollup-linux-arm-musleabihf": "4.22.4",
  2657. "@rollup/rollup-linux-arm64-gnu": "4.22.4",
  2658. "@rollup/rollup-linux-arm64-musl": "4.22.4",
  2659. "@rollup/rollup-linux-powerpc64le-gnu": "4.22.4",
  2660. "@rollup/rollup-linux-riscv64-gnu": "4.22.4",
  2661. "@rollup/rollup-linux-s390x-gnu": "4.22.4",
  2662. "@rollup/rollup-linux-x64-gnu": "4.22.4",
  2663. "@rollup/rollup-linux-x64-musl": "4.22.4",
  2664. "@rollup/rollup-win32-arm64-msvc": "4.22.4",
  2665. "@rollup/rollup-win32-ia32-msvc": "4.22.4",
  2666. "@rollup/rollup-win32-x64-msvc": "4.22.4",
  2667. "fsevents": "~2.3.2"
  2668. }
  2669. },
  2670. "node_modules/run-parallel": {
  2671. "version": "1.2.0",
  2672. "resolved": "https://mirrors.tencent.com/npm/run-parallel/-/run-parallel-1.2.0.tgz",
  2673. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  2674. "dev": true,
  2675. "funding": [
  2676. {
  2677. "type": "github",
  2678. "url": "https://github.com/sponsors/feross"
  2679. },
  2680. {
  2681. "type": "patreon",
  2682. "url": "https://www.patreon.com/feross"
  2683. },
  2684. {
  2685. "type": "consulting",
  2686. "url": "https://feross.org/support"
  2687. }
  2688. ],
  2689. "dependencies": {
  2690. "queue-microtask": "^1.2.2"
  2691. }
  2692. },
  2693. "node_modules/sass": {
  2694. "version": "1.79.3",
  2695. "resolved": "https://r.cnpmjs.org/sass/-/sass-1.79.3.tgz",
  2696. "integrity": "sha512-m7dZxh0W9EZ3cw50Me5GOuYm/tVAJAn91SUnohLRo9cXBixGUOdvmryN+dXpwR831bhoY3Zv7rEFt85PUwTmzA==",
  2697. "dev": true,
  2698. "license": "MIT",
  2699. "dependencies": {
  2700. "chokidar": "^4.0.0",
  2701. "immutable": "^4.0.0",
  2702. "source-map-js": ">=0.6.2 <2.0.0"
  2703. },
  2704. "bin": {
  2705. "sass": "sass.js"
  2706. },
  2707. "engines": {
  2708. "node": ">=14.0.0"
  2709. }
  2710. },
  2711. "node_modules/scule": {
  2712. "version": "1.3.0",
  2713. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
  2714. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  2715. "dev": true,
  2716. "license": "MIT"
  2717. },
  2718. "node_modules/shebang-command": {
  2719. "version": "2.0.0",
  2720. "resolved": "https://mirrors.tencent.com/npm/shebang-command/-/shebang-command-2.0.0.tgz",
  2721. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  2722. "dev": true,
  2723. "dependencies": {
  2724. "shebang-regex": "^3.0.0"
  2725. },
  2726. "engines": {
  2727. "node": ">=8"
  2728. }
  2729. },
  2730. "node_modules/shebang-regex": {
  2731. "version": "3.0.0",
  2732. "resolved": "https://mirrors.tencent.com/npm/shebang-regex/-/shebang-regex-3.0.0.tgz",
  2733. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  2734. "dev": true,
  2735. "engines": {
  2736. "node": ">=8"
  2737. }
  2738. },
  2739. "node_modules/signal-exit": {
  2740. "version": "4.1.0",
  2741. "resolved": "https://mirrors.tencent.com/npm/signal-exit/-/signal-exit-4.1.0.tgz",
  2742. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  2743. "dev": true,
  2744. "engines": {
  2745. "node": ">=14"
  2746. },
  2747. "funding": {
  2748. "url": "https://github.com/sponsors/isaacs"
  2749. }
  2750. },
  2751. "node_modules/source-map-js": {
  2752. "version": "1.2.1",
  2753. "resolved": "https://r.cnpmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  2754. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  2755. "license": "BSD-3-Clause",
  2756. "engines": {
  2757. "node": ">=0.10.0"
  2758. }
  2759. },
  2760. "node_modules/speakingurl": {
  2761. "version": "14.0.1",
  2762. "resolved": "https://mirrors.tencent.com/npm/speakingurl/-/speakingurl-14.0.1.tgz",
  2763. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  2764. "engines": {
  2765. "node": ">=0.10.0"
  2766. }
  2767. },
  2768. "node_modules/string-width": {
  2769. "version": "5.1.2",
  2770. "resolved": "https://mirrors.tencent.com/npm/string-width/-/string-width-5.1.2.tgz",
  2771. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  2772. "dev": true,
  2773. "dependencies": {
  2774. "eastasianwidth": "^0.2.0",
  2775. "emoji-regex": "^9.2.2",
  2776. "strip-ansi": "^7.0.1"
  2777. },
  2778. "engines": {
  2779. "node": ">=12"
  2780. },
  2781. "funding": {
  2782. "url": "https://github.com/sponsors/sindresorhus"
  2783. }
  2784. },
  2785. "node_modules/string-width-cjs": {
  2786. "name": "string-width",
  2787. "version": "4.2.3",
  2788. "resolved": "https://mirrors.tencent.com/npm/string-width/-/string-width-4.2.3.tgz",
  2789. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  2790. "dev": true,
  2791. "dependencies": {
  2792. "emoji-regex": "^8.0.0",
  2793. "is-fullwidth-code-point": "^3.0.0",
  2794. "strip-ansi": "^6.0.1"
  2795. },
  2796. "engines": {
  2797. "node": ">=8"
  2798. }
  2799. },
  2800. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  2801. "version": "5.0.1",
  2802. "resolved": "https://mirrors.tencent.com/npm/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2803. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2804. "dev": true,
  2805. "engines": {
  2806. "node": ">=8"
  2807. }
  2808. },
  2809. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  2810. "version": "8.0.0",
  2811. "resolved": "https://mirrors.tencent.com/npm/emoji-regex/-/emoji-regex-8.0.0.tgz",
  2812. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  2813. "dev": true
  2814. },
  2815. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  2816. "version": "6.0.1",
  2817. "resolved": "https://mirrors.tencent.com/npm/strip-ansi/-/strip-ansi-6.0.1.tgz",
  2818. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  2819. "dev": true,
  2820. "dependencies": {
  2821. "ansi-regex": "^5.0.1"
  2822. },
  2823. "engines": {
  2824. "node": ">=8"
  2825. }
  2826. },
  2827. "node_modules/strip-ansi": {
  2828. "version": "7.1.0",
  2829. "resolved": "https://mirrors.tencent.com/npm/strip-ansi/-/strip-ansi-7.1.0.tgz",
  2830. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  2831. "dev": true,
  2832. "dependencies": {
  2833. "ansi-regex": "^6.0.1"
  2834. },
  2835. "engines": {
  2836. "node": ">=12"
  2837. },
  2838. "funding": {
  2839. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  2840. }
  2841. },
  2842. "node_modules/strip-ansi-cjs": {
  2843. "name": "strip-ansi",
  2844. "version": "6.0.1",
  2845. "resolved": "https://mirrors.tencent.com/npm/strip-ansi/-/strip-ansi-6.0.1.tgz",
  2846. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  2847. "dev": true,
  2848. "dependencies": {
  2849. "ansi-regex": "^5.0.1"
  2850. },
  2851. "engines": {
  2852. "node": ">=8"
  2853. }
  2854. },
  2855. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  2856. "version": "5.0.1",
  2857. "resolved": "https://mirrors.tencent.com/npm/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2858. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2859. "dev": true,
  2860. "engines": {
  2861. "node": ">=8"
  2862. }
  2863. },
  2864. "node_modules/strip-literal": {
  2865. "version": "3.0.0",
  2866. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-3.0.0.tgz",
  2867. "integrity": "sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==",
  2868. "dev": true,
  2869. "license": "MIT",
  2870. "dependencies": {
  2871. "js-tokens": "^9.0.1"
  2872. },
  2873. "funding": {
  2874. "url": "https://github.com/sponsors/antfu"
  2875. }
  2876. },
  2877. "node_modules/sucrase": {
  2878. "version": "3.35.0",
  2879. "resolved": "https://mirrors.tencent.com/npm/sucrase/-/sucrase-3.35.0.tgz",
  2880. "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
  2881. "dev": true,
  2882. "dependencies": {
  2883. "@jridgewell/gen-mapping": "^0.3.2",
  2884. "commander": "^4.0.0",
  2885. "glob": "^10.3.10",
  2886. "lines-and-columns": "^1.1.6",
  2887. "mz": "^2.7.0",
  2888. "pirates": "^4.0.1",
  2889. "ts-interface-checker": "^0.1.9"
  2890. },
  2891. "bin": {
  2892. "sucrase": "bin/sucrase",
  2893. "sucrase-node": "bin/sucrase-node"
  2894. },
  2895. "engines": {
  2896. "node": ">=16 || 14 >=14.17"
  2897. }
  2898. },
  2899. "node_modules/superjson": {
  2900. "version": "2.2.2",
  2901. "resolved": "https://mirrors.tencent.com/npm/superjson/-/superjson-2.2.2.tgz",
  2902. "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
  2903. "dependencies": {
  2904. "copy-anything": "^3.0.2"
  2905. },
  2906. "engines": {
  2907. "node": ">=16"
  2908. }
  2909. },
  2910. "node_modules/supports-preserve-symlinks-flag": {
  2911. "version": "1.0.0",
  2912. "resolved": "https://mirrors.tencent.com/npm/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  2913. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  2914. "dev": true,
  2915. "engines": {
  2916. "node": ">= 0.4"
  2917. },
  2918. "funding": {
  2919. "url": "https://github.com/sponsors/ljharb"
  2920. }
  2921. },
  2922. "node_modules/tailwindcss": {
  2923. "version": "3.4.17",
  2924. "resolved": "https://mirrors.tencent.com/npm/tailwindcss/-/tailwindcss-3.4.17.tgz",
  2925. "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==",
  2926. "dev": true,
  2927. "dependencies": {
  2928. "@alloc/quick-lru": "^5.2.0",
  2929. "arg": "^5.0.2",
  2930. "chokidar": "^3.6.0",
  2931. "didyoumean": "^1.2.2",
  2932. "dlv": "^1.1.3",
  2933. "fast-glob": "^3.3.2",
  2934. "glob-parent": "^6.0.2",
  2935. "is-glob": "^4.0.3",
  2936. "jiti": "^1.21.6",
  2937. "lilconfig": "^3.1.3",
  2938. "micromatch": "^4.0.8",
  2939. "normalize-path": "^3.0.0",
  2940. "object-hash": "^3.0.0",
  2941. "picocolors": "^1.1.1",
  2942. "postcss": "^8.4.47",
  2943. "postcss-import": "^15.1.0",
  2944. "postcss-js": "^4.0.1",
  2945. "postcss-load-config": "^4.0.2",
  2946. "postcss-nested": "^6.2.0",
  2947. "postcss-selector-parser": "^6.1.2",
  2948. "resolve": "^1.22.8",
  2949. "sucrase": "^3.35.0"
  2950. },
  2951. "bin": {
  2952. "tailwind": "lib/cli.js",
  2953. "tailwindcss": "lib/cli.js"
  2954. },
  2955. "engines": {
  2956. "node": ">=14.0.0"
  2957. }
  2958. },
  2959. "node_modules/tailwindcss/node_modules/chokidar": {
  2960. "version": "3.6.0",
  2961. "resolved": "https://mirrors.tencent.com/npm/chokidar/-/chokidar-3.6.0.tgz",
  2962. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  2963. "dev": true,
  2964. "dependencies": {
  2965. "anymatch": "~3.1.2",
  2966. "braces": "~3.0.2",
  2967. "glob-parent": "~5.1.2",
  2968. "is-binary-path": "~2.1.0",
  2969. "is-glob": "~4.0.1",
  2970. "normalize-path": "~3.0.0",
  2971. "readdirp": "~3.6.0"
  2972. },
  2973. "engines": {
  2974. "node": ">= 8.10.0"
  2975. },
  2976. "funding": {
  2977. "url": "https://paulmillr.com/funding/"
  2978. },
  2979. "optionalDependencies": {
  2980. "fsevents": "~2.3.2"
  2981. }
  2982. },
  2983. "node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent": {
  2984. "version": "5.1.2",
  2985. "resolved": "https://mirrors.tencent.com/npm/glob-parent/-/glob-parent-5.1.2.tgz",
  2986. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  2987. "dev": true,
  2988. "dependencies": {
  2989. "is-glob": "^4.0.1"
  2990. },
  2991. "engines": {
  2992. "node": ">= 6"
  2993. }
  2994. },
  2995. "node_modules/tailwindcss/node_modules/readdirp": {
  2996. "version": "3.6.0",
  2997. "resolved": "https://mirrors.tencent.com/npm/readdirp/-/readdirp-3.6.0.tgz",
  2998. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  2999. "dev": true,
  3000. "dependencies": {
  3001. "picomatch": "^2.2.1"
  3002. },
  3003. "engines": {
  3004. "node": ">=8.10.0"
  3005. }
  3006. },
  3007. "node_modules/thenify": {
  3008. "version": "3.3.1",
  3009. "resolved": "https://mirrors.tencent.com/npm/thenify/-/thenify-3.3.1.tgz",
  3010. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  3011. "dev": true,
  3012. "dependencies": {
  3013. "any-promise": "^1.0.0"
  3014. }
  3015. },
  3016. "node_modules/thenify-all": {
  3017. "version": "1.6.0",
  3018. "resolved": "https://mirrors.tencent.com/npm/thenify-all/-/thenify-all-1.6.0.tgz",
  3019. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  3020. "dev": true,
  3021. "dependencies": {
  3022. "thenify": ">= 3.1.0 < 4"
  3023. },
  3024. "engines": {
  3025. "node": ">=0.8"
  3026. }
  3027. },
  3028. "node_modules/tinyglobby": {
  3029. "version": "0.2.12",
  3030. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.12.tgz",
  3031. "integrity": "sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==",
  3032. "dev": true,
  3033. "license": "MIT",
  3034. "dependencies": {
  3035. "fdir": "^6.4.3",
  3036. "picomatch": "^4.0.2"
  3037. },
  3038. "engines": {
  3039. "node": ">=12.0.0"
  3040. },
  3041. "funding": {
  3042. "url": "https://github.com/sponsors/SuperchupuDev"
  3043. }
  3044. },
  3045. "node_modules/tinyglobby/node_modules/fdir": {
  3046. "version": "6.4.3",
  3047. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.3.tgz",
  3048. "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
  3049. "dev": true,
  3050. "license": "MIT",
  3051. "peerDependencies": {
  3052. "picomatch": "^3 || ^4"
  3053. },
  3054. "peerDependenciesMeta": {
  3055. "picomatch": {
  3056. "optional": true
  3057. }
  3058. }
  3059. },
  3060. "node_modules/tinyglobby/node_modules/picomatch": {
  3061. "version": "4.0.2",
  3062. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  3063. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  3064. "dev": true,
  3065. "license": "MIT",
  3066. "engines": {
  3067. "node": ">=12"
  3068. },
  3069. "funding": {
  3070. "url": "https://github.com/sponsors/jonschlinkert"
  3071. }
  3072. },
  3073. "node_modules/to-regex-range": {
  3074. "version": "5.0.1",
  3075. "resolved": "https://mirrors.tencent.com/npm/to-regex-range/-/to-regex-range-5.0.1.tgz",
  3076. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  3077. "dev": true,
  3078. "dependencies": {
  3079. "is-number": "^7.0.0"
  3080. },
  3081. "engines": {
  3082. "node": ">=8.0"
  3083. }
  3084. },
  3085. "node_modules/ts-interface-checker": {
  3086. "version": "0.1.13",
  3087. "resolved": "https://mirrors.tencent.com/npm/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  3088. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
  3089. "dev": true
  3090. },
  3091. "node_modules/tslib": {
  3092. "version": "2.3.0",
  3093. "resolved": "https://r.cnpmjs.org/tslib/-/tslib-2.3.0.tgz",
  3094. "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
  3095. "license": "0BSD"
  3096. },
  3097. "node_modules/ufo": {
  3098. "version": "1.5.4",
  3099. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.5.4.tgz",
  3100. "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==",
  3101. "dev": true,
  3102. "license": "MIT"
  3103. },
  3104. "node_modules/unimport": {
  3105. "version": "4.1.2",
  3106. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-4.1.2.tgz",
  3107. "integrity": "sha512-oVUL7PSlyVV3QRhsdcyYEMaDX8HJyS/CnUonEJTYA3//bWO+o/4gG8F7auGWWWkrrxBQBYOO8DKe+C53ktpRXw==",
  3108. "dev": true,
  3109. "license": "MIT",
  3110. "dependencies": {
  3111. "acorn": "^8.14.0",
  3112. "escape-string-regexp": "^5.0.0",
  3113. "estree-walker": "^3.0.3",
  3114. "local-pkg": "^1.0.0",
  3115. "magic-string": "^0.30.17",
  3116. "mlly": "^1.7.4",
  3117. "pathe": "^2.0.3",
  3118. "picomatch": "^4.0.2",
  3119. "pkg-types": "^1.3.1",
  3120. "scule": "^1.3.0",
  3121. "strip-literal": "^3.0.0",
  3122. "tinyglobby": "^0.2.11",
  3123. "unplugin": "^2.2.0",
  3124. "unplugin-utils": "^0.2.4"
  3125. },
  3126. "engines": {
  3127. "node": ">=18.12.0"
  3128. }
  3129. },
  3130. "node_modules/unimport/node_modules/estree-walker": {
  3131. "version": "3.0.3",
  3132. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  3133. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  3134. "dev": true,
  3135. "license": "MIT",
  3136. "dependencies": {
  3137. "@types/estree": "^1.0.0"
  3138. }
  3139. },
  3140. "node_modules/unimport/node_modules/picomatch": {
  3141. "version": "4.0.2",
  3142. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  3143. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  3144. "dev": true,
  3145. "license": "MIT",
  3146. "engines": {
  3147. "node": ">=12"
  3148. },
  3149. "funding": {
  3150. "url": "https://github.com/sponsors/jonschlinkert"
  3151. }
  3152. },
  3153. "node_modules/unplugin": {
  3154. "version": "2.2.0",
  3155. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.2.0.tgz",
  3156. "integrity": "sha512-m1ekpSwuOT5hxkJeZGRxO7gXbXT3gF26NjQ7GdVHoLoF8/nopLcd/QfPigpCy7i51oFHiRJg/CyHhj4vs2+KGw==",
  3157. "dev": true,
  3158. "license": "MIT",
  3159. "dependencies": {
  3160. "acorn": "^8.14.0",
  3161. "webpack-virtual-modules": "^0.6.2"
  3162. },
  3163. "engines": {
  3164. "node": ">=18.12.0"
  3165. }
  3166. },
  3167. "node_modules/unplugin-auto-import": {
  3168. "version": "19.1.0",
  3169. "resolved": "https://registry.npmmirror.com/unplugin-auto-import/-/unplugin-auto-import-19.1.0.tgz",
  3170. "integrity": "sha512-B+TGBEBHqY9aR+7YfShfLujETOHstzpV+yaqgy5PkfV0QG7Py+TYMX7vJ9W4SrysHR+UzR+gzcx/nuZjmPeclA==",
  3171. "dev": true,
  3172. "license": "MIT",
  3173. "dependencies": {
  3174. "local-pkg": "^1.0.0",
  3175. "magic-string": "^0.30.17",
  3176. "picomatch": "^4.0.2",
  3177. "unimport": "^4.1.1",
  3178. "unplugin": "^2.2.0",
  3179. "unplugin-utils": "^0.2.4"
  3180. },
  3181. "engines": {
  3182. "node": ">=14"
  3183. },
  3184. "funding": {
  3185. "url": "https://github.com/sponsors/antfu"
  3186. },
  3187. "peerDependencies": {
  3188. "@nuxt/kit": "^3.2.2",
  3189. "@vueuse/core": "*"
  3190. },
  3191. "peerDependenciesMeta": {
  3192. "@nuxt/kit": {
  3193. "optional": true
  3194. },
  3195. "@vueuse/core": {
  3196. "optional": true
  3197. }
  3198. }
  3199. },
  3200. "node_modules/unplugin-auto-import/node_modules/picomatch": {
  3201. "version": "4.0.2",
  3202. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  3203. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  3204. "dev": true,
  3205. "license": "MIT",
  3206. "engines": {
  3207. "node": ">=12"
  3208. },
  3209. "funding": {
  3210. "url": "https://github.com/sponsors/jonschlinkert"
  3211. }
  3212. },
  3213. "node_modules/unplugin-utils": {
  3214. "version": "0.2.4",
  3215. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.2.4.tgz",
  3216. "integrity": "sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==",
  3217. "dev": true,
  3218. "license": "MIT",
  3219. "dependencies": {
  3220. "pathe": "^2.0.2",
  3221. "picomatch": "^4.0.2"
  3222. },
  3223. "engines": {
  3224. "node": ">=18.12.0"
  3225. },
  3226. "funding": {
  3227. "url": "https://github.com/sponsors/sxzz"
  3228. }
  3229. },
  3230. "node_modules/unplugin-utils/node_modules/picomatch": {
  3231. "version": "4.0.2",
  3232. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  3233. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  3234. "dev": true,
  3235. "license": "MIT",
  3236. "engines": {
  3237. "node": ">=12"
  3238. },
  3239. "funding": {
  3240. "url": "https://github.com/sponsors/jonschlinkert"
  3241. }
  3242. },
  3243. "node_modules/unplugin-vue-components": {
  3244. "version": "28.4.0",
  3245. "resolved": "https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-28.4.0.tgz",
  3246. "integrity": "sha512-fnamX2RiKM30nPK4tihEas+bHnbLICo6MmOiP4jGg7fAlgNEuaLvN9yx96JwZDOYfLQcrNzikDdPhZ8k6pkhMg==",
  3247. "dev": true,
  3248. "license": "MIT",
  3249. "dependencies": {
  3250. "chokidar": "^3.6.0",
  3251. "debug": "^4.4.0",
  3252. "local-pkg": "^1.0.0",
  3253. "magic-string": "^0.30.17",
  3254. "mlly": "^1.7.4",
  3255. "tinyglobby": "^0.2.10",
  3256. "unplugin": "^2.2.0",
  3257. "unplugin-utils": "^0.2.4"
  3258. },
  3259. "engines": {
  3260. "node": ">=14"
  3261. },
  3262. "funding": {
  3263. "url": "https://github.com/sponsors/antfu"
  3264. },
  3265. "peerDependencies": {
  3266. "@babel/parser": "^7.15.8",
  3267. "@nuxt/kit": "^3.2.2",
  3268. "vue": "2 || 3"
  3269. },
  3270. "peerDependenciesMeta": {
  3271. "@babel/parser": {
  3272. "optional": true
  3273. },
  3274. "@nuxt/kit": {
  3275. "optional": true
  3276. }
  3277. }
  3278. },
  3279. "node_modules/unplugin-vue-components/node_modules/chokidar": {
  3280. "version": "3.6.0",
  3281. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  3282. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  3283. "dev": true,
  3284. "license": "MIT",
  3285. "dependencies": {
  3286. "anymatch": "~3.1.2",
  3287. "braces": "~3.0.2",
  3288. "glob-parent": "~5.1.2",
  3289. "is-binary-path": "~2.1.0",
  3290. "is-glob": "~4.0.1",
  3291. "normalize-path": "~3.0.0",
  3292. "readdirp": "~3.6.0"
  3293. },
  3294. "engines": {
  3295. "node": ">= 8.10.0"
  3296. },
  3297. "funding": {
  3298. "url": "https://paulmillr.com/funding/"
  3299. },
  3300. "optionalDependencies": {
  3301. "fsevents": "~2.3.2"
  3302. }
  3303. },
  3304. "node_modules/unplugin-vue-components/node_modules/glob-parent": {
  3305. "version": "5.1.2",
  3306. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  3307. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3308. "dev": true,
  3309. "license": "ISC",
  3310. "dependencies": {
  3311. "is-glob": "^4.0.1"
  3312. },
  3313. "engines": {
  3314. "node": ">= 6"
  3315. }
  3316. },
  3317. "node_modules/unplugin-vue-components/node_modules/readdirp": {
  3318. "version": "3.6.0",
  3319. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  3320. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  3321. "dev": true,
  3322. "license": "MIT",
  3323. "dependencies": {
  3324. "picomatch": "^2.2.1"
  3325. },
  3326. "engines": {
  3327. "node": ">=8.10.0"
  3328. }
  3329. },
  3330. "node_modules/update-browserslist-db": {
  3331. "version": "1.1.2",
  3332. "resolved": "https://mirrors.tencent.com/npm/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz",
  3333. "integrity": "sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==",
  3334. "dev": true,
  3335. "funding": [
  3336. {
  3337. "type": "opencollective",
  3338. "url": "https://opencollective.com/browserslist"
  3339. },
  3340. {
  3341. "type": "tidelift",
  3342. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3343. },
  3344. {
  3345. "type": "github",
  3346. "url": "https://github.com/sponsors/ai"
  3347. }
  3348. ],
  3349. "dependencies": {
  3350. "escalade": "^3.2.0",
  3351. "picocolors": "^1.1.1"
  3352. },
  3353. "bin": {
  3354. "update-browserslist-db": "cli.js"
  3355. },
  3356. "peerDependencies": {
  3357. "browserslist": ">= 4.21.0"
  3358. }
  3359. },
  3360. "node_modules/util-deprecate": {
  3361. "version": "1.0.2",
  3362. "resolved": "https://mirrors.tencent.com/npm/util-deprecate/-/util-deprecate-1.0.2.tgz",
  3363. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  3364. "dev": true
  3365. },
  3366. "node_modules/vite": {
  3367. "version": "5.4.7",
  3368. "resolved": "https://r.cnpmjs.org/vite/-/vite-5.4.7.tgz",
  3369. "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==",
  3370. "dev": true,
  3371. "license": "MIT",
  3372. "dependencies": {
  3373. "esbuild": "^0.21.3",
  3374. "postcss": "^8.4.43",
  3375. "rollup": "^4.20.0"
  3376. },
  3377. "bin": {
  3378. "vite": "bin/vite.js"
  3379. },
  3380. "engines": {
  3381. "node": "^18.0.0 || >=20.0.0"
  3382. },
  3383. "funding": {
  3384. "url": "https://github.com/vitejs/vite?sponsor=1"
  3385. },
  3386. "optionalDependencies": {
  3387. "fsevents": "~2.3.3"
  3388. },
  3389. "peerDependencies": {
  3390. "@types/node": "^18.0.0 || >=20.0.0",
  3391. "less": "*",
  3392. "lightningcss": "^1.21.0",
  3393. "sass": "*",
  3394. "sass-embedded": "*",
  3395. "stylus": "*",
  3396. "sugarss": "*",
  3397. "terser": "^5.4.0"
  3398. },
  3399. "peerDependenciesMeta": {
  3400. "@types/node": {
  3401. "optional": true
  3402. },
  3403. "less": {
  3404. "optional": true
  3405. },
  3406. "lightningcss": {
  3407. "optional": true
  3408. },
  3409. "sass": {
  3410. "optional": true
  3411. },
  3412. "sass-embedded": {
  3413. "optional": true
  3414. },
  3415. "stylus": {
  3416. "optional": true
  3417. },
  3418. "sugarss": {
  3419. "optional": true
  3420. },
  3421. "terser": {
  3422. "optional": true
  3423. }
  3424. }
  3425. },
  3426. "node_modules/vue": {
  3427. "version": "3.5.13",
  3428. "resolved": "https://mirrors.tencent.com/npm/vue/-/vue-3.5.13.tgz",
  3429. "integrity": "sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==",
  3430. "dependencies": {
  3431. "@vue/compiler-dom": "3.5.13",
  3432. "@vue/compiler-sfc": "3.5.13",
  3433. "@vue/runtime-dom": "3.5.13",
  3434. "@vue/server-renderer": "3.5.13",
  3435. "@vue/shared": "3.5.13"
  3436. },
  3437. "peerDependencies": {
  3438. "typescript": "*"
  3439. },
  3440. "peerDependenciesMeta": {
  3441. "typescript": {
  3442. "optional": true
  3443. }
  3444. }
  3445. },
  3446. "node_modules/webpack-virtual-modules": {
  3447. "version": "0.6.2",
  3448. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  3449. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  3450. "dev": true,
  3451. "license": "MIT"
  3452. },
  3453. "node_modules/which": {
  3454. "version": "2.0.2",
  3455. "resolved": "https://mirrors.tencent.com/npm/which/-/which-2.0.2.tgz",
  3456. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  3457. "dev": true,
  3458. "dependencies": {
  3459. "isexe": "^2.0.0"
  3460. },
  3461. "bin": {
  3462. "node-which": "bin/node-which"
  3463. },
  3464. "engines": {
  3465. "node": ">= 8"
  3466. }
  3467. },
  3468. "node_modules/wrap-ansi": {
  3469. "version": "8.1.0",
  3470. "resolved": "https://mirrors.tencent.com/npm/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  3471. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  3472. "dev": true,
  3473. "dependencies": {
  3474. "ansi-styles": "^6.1.0",
  3475. "string-width": "^5.0.1",
  3476. "strip-ansi": "^7.0.1"
  3477. },
  3478. "engines": {
  3479. "node": ">=12"
  3480. },
  3481. "funding": {
  3482. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  3483. }
  3484. },
  3485. "node_modules/wrap-ansi-cjs": {
  3486. "name": "wrap-ansi",
  3487. "version": "7.0.0",
  3488. "resolved": "https://mirrors.tencent.com/npm/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  3489. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  3490. "dev": true,
  3491. "dependencies": {
  3492. "ansi-styles": "^4.0.0",
  3493. "string-width": "^4.1.0",
  3494. "strip-ansi": "^6.0.0"
  3495. },
  3496. "engines": {
  3497. "node": ">=10"
  3498. },
  3499. "funding": {
  3500. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  3501. }
  3502. },
  3503. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  3504. "version": "5.0.1",
  3505. "resolved": "https://mirrors.tencent.com/npm/ansi-regex/-/ansi-regex-5.0.1.tgz",
  3506. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  3507. "dev": true,
  3508. "engines": {
  3509. "node": ">=8"
  3510. }
  3511. },
  3512. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  3513. "version": "4.3.0",
  3514. "resolved": "https://mirrors.tencent.com/npm/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3515. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3516. "dev": true,
  3517. "dependencies": {
  3518. "color-convert": "^2.0.1"
  3519. },
  3520. "engines": {
  3521. "node": ">=8"
  3522. },
  3523. "funding": {
  3524. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3525. }
  3526. },
  3527. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  3528. "version": "8.0.0",
  3529. "resolved": "https://mirrors.tencent.com/npm/emoji-regex/-/emoji-regex-8.0.0.tgz",
  3530. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  3531. "dev": true
  3532. },
  3533. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  3534. "version": "4.2.3",
  3535. "resolved": "https://mirrors.tencent.com/npm/string-width/-/string-width-4.2.3.tgz",
  3536. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  3537. "dev": true,
  3538. "dependencies": {
  3539. "emoji-regex": "^8.0.0",
  3540. "is-fullwidth-code-point": "^3.0.0",
  3541. "strip-ansi": "^6.0.1"
  3542. },
  3543. "engines": {
  3544. "node": ">=8"
  3545. }
  3546. },
  3547. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  3548. "version": "6.0.1",
  3549. "resolved": "https://mirrors.tencent.com/npm/strip-ansi/-/strip-ansi-6.0.1.tgz",
  3550. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  3551. "dev": true,
  3552. "dependencies": {
  3553. "ansi-regex": "^5.0.1"
  3554. },
  3555. "engines": {
  3556. "node": ">=8"
  3557. }
  3558. },
  3559. "node_modules/yaml": {
  3560. "version": "2.7.0",
  3561. "resolved": "https://mirrors.tencent.com/npm/yaml/-/yaml-2.7.0.tgz",
  3562. "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
  3563. "dev": true,
  3564. "bin": {
  3565. "yaml": "bin.mjs"
  3566. },
  3567. "engines": {
  3568. "node": ">= 14"
  3569. }
  3570. },
  3571. "node_modules/zrender": {
  3572. "version": "5.6.0",
  3573. "resolved": "https://r.cnpmjs.org/zrender/-/zrender-5.6.0.tgz",
  3574. "integrity": "sha512-uzgraf4njmmHAbEUxMJ8Oxg+P3fT04O+9p7gY+wJRVxo8Ge+KmYv0WJev945EH4wFuc4OY2NLXz46FZrWS9xJg==",
  3575. "license": "BSD-3-Clause",
  3576. "dependencies": {
  3577. "tslib": "2.3.0"
  3578. }
  3579. }
  3580. }
  3581. }