package-lock.json 106 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059
  1. {
  2. "name": "mailhub",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "mailhub",
  9. "version": "1.0.0",
  10. "license": "MIT",
  11. "dependencies": {
  12. "@ant-design/icons": "^6.3.2",
  13. "@ant-design/plots": "^2.6.8",
  14. "@zone-eu/mailsplit": "^5.4.14",
  15. "antd": "^5.29.3",
  16. "parse5": "^8.0.1",
  17. "react": "^19.2.7",
  18. "react-dom": "^19.2.7"
  19. },
  20. "devDependencies": {
  21. "@types/react": "^19.2.17",
  22. "@types/react-dom": "^19.2.3",
  23. "@vitejs/plugin-react": "^6.0.3",
  24. "typescript": "^5.9.3",
  25. "vite": "^8.1.3"
  26. },
  27. "engines": {
  28. "node": ">=24.0.0"
  29. }
  30. },
  31. "node_modules/@ant-design/charts-util": {
  32. "version": "0.0.3",
  33. "resolved": "https://registry.npmjs.org/@ant-design/charts-util/-/charts-util-0.0.3.tgz",
  34. "integrity": "sha512-x1H7UT6t4dXAyGRoHqlOnEsEqBSTANFGTZEAMI0CWYhYUpp13n0o9grl9oPtoL6FEQMjUBTY+zGJKlHkz8smMw==",
  35. "license": "MIT",
  36. "dependencies": {
  37. "lodash": "^4.17.21"
  38. },
  39. "peerDependencies": {
  40. "react": ">=16.8.4",
  41. "react-dom": ">=16.8.4"
  42. }
  43. },
  44. "node_modules/@ant-design/colors": {
  45. "version": "8.0.1",
  46. "resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-8.0.1.tgz",
  47. "integrity": "sha512-foPVl0+SWIslGUtD/xBr1p9U4AKzPhNYEseXYRRo5QSzGACYZrQbe11AYJbYfAWnWSpGBx6JjBmSeugUsD9vqQ==",
  48. "license": "MIT",
  49. "dependencies": {
  50. "@ant-design/fast-color": "^3.0.0"
  51. }
  52. },
  53. "node_modules/@ant-design/cssinjs": {
  54. "version": "1.24.0",
  55. "resolved": "https://registry.npmjs.org/@ant-design/cssinjs/-/cssinjs-1.24.0.tgz",
  56. "integrity": "sha512-K4cYrJBsgvL+IoozUXYjbT6LHHNt+19a9zkvpBPxLjFHas1UpPM2A5MlhROb0BT8N8WoavM5VsP9MeSeNK/3mg==",
  57. "license": "MIT",
  58. "dependencies": {
  59. "@babel/runtime": "^7.11.1",
  60. "@emotion/hash": "^0.8.0",
  61. "@emotion/unitless": "^0.7.5",
  62. "classnames": "^2.3.1",
  63. "csstype": "^3.1.3",
  64. "rc-util": "^5.35.0",
  65. "stylis": "^4.3.4"
  66. },
  67. "peerDependencies": {
  68. "react": ">=16.0.0",
  69. "react-dom": ">=16.0.0"
  70. }
  71. },
  72. "node_modules/@ant-design/cssinjs-utils": {
  73. "version": "1.1.3",
  74. "resolved": "https://registry.npmjs.org/@ant-design/cssinjs-utils/-/cssinjs-utils-1.1.3.tgz",
  75. "integrity": "sha512-nOoQMLW1l+xR1Co8NFVYiP8pZp3VjIIzqV6D6ShYF2ljtdwWJn5WSsH+7kvCktXL/yhEtWURKOfH5Xz/gzlwsg==",
  76. "license": "MIT",
  77. "dependencies": {
  78. "@ant-design/cssinjs": "^1.21.0",
  79. "@babel/runtime": "^7.23.2",
  80. "rc-util": "^5.38.0"
  81. },
  82. "peerDependencies": {
  83. "react": ">=16.9.0",
  84. "react-dom": ">=16.9.0"
  85. }
  86. },
  87. "node_modules/@ant-design/fast-color": {
  88. "version": "3.0.1",
  89. "resolved": "https://registry.npmjs.org/@ant-design/fast-color/-/fast-color-3.0.1.tgz",
  90. "integrity": "sha512-esKJegpW4nckh0o6kV3Tkb7NPIZYbPnnFxmQDUmL08ukXZAvV85TZBr70eGuke/CIArLaP6aw8lt9KILjnWuOw==",
  91. "license": "MIT",
  92. "engines": {
  93. "node": ">=8.x"
  94. }
  95. },
  96. "node_modules/@ant-design/icons": {
  97. "version": "6.3.2",
  98. "resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-6.3.2.tgz",
  99. "integrity": "sha512-B6O5a5XJ4wjtNOfZejXYwHW5zvKV5gYkjGf11dHGLEbKn0ABDGndo41+gfIiXyTFhvESj4XTotuud33mUFid0g==",
  100. "license": "MIT",
  101. "dependencies": {
  102. "@ant-design/colors": "^8.0.1",
  103. "@ant-design/icons-svg": "^4.5.0",
  104. "@rc-component/util": "^1.11.0",
  105. "clsx": "^2.1.1"
  106. },
  107. "engines": {
  108. "node": ">=8"
  109. },
  110. "peerDependencies": {
  111. "react": ">=16.0.0",
  112. "react-dom": ">=16.0.0"
  113. }
  114. },
  115. "node_modules/@ant-design/icons-svg": {
  116. "version": "4.5.0",
  117. "resolved": "https://registry.npmjs.org/@ant-design/icons-svg/-/icons-svg-4.5.0.tgz",
  118. "integrity": "sha512-1BTUFyKPTBZ53MuTP8s0k5SFEXL7o3VHEOwLgzaoWKwnBeqIcqUtVshc4SKzhI6uACfqhJqBwBUE9FsWR3uULA==",
  119. "license": "MIT"
  120. },
  121. "node_modules/@ant-design/plots": {
  122. "version": "2.6.8",
  123. "resolved": "https://registry.npmjs.org/@ant-design/plots/-/plots-2.6.8.tgz",
  124. "integrity": "sha512-QsunUs2d5rbq/1BwVhga/siA5H50OaG23YopMYwPD4sPsza6NQzPQ8FM3elNIsD/BIk298tihqX1cJ/MmvVJbQ==",
  125. "license": "MIT",
  126. "dependencies": {
  127. "@ant-design/charts-util": "0.0.3",
  128. "@antv/event-emitter": "^0.1.3",
  129. "@antv/g": "^6.1.7",
  130. "@antv/g2": "^5.2.7",
  131. "@antv/g2-extension-plot": "^0.2.1",
  132. "lodash": "^4.17.21"
  133. },
  134. "peerDependencies": {
  135. "react": ">=16.8.4",
  136. "react-dom": ">=16.8.4"
  137. }
  138. },
  139. "node_modules/@ant-design/react-slick": {
  140. "version": "1.1.2",
  141. "resolved": "https://registry.npmjs.org/@ant-design/react-slick/-/react-slick-1.1.2.tgz",
  142. "integrity": "sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==",
  143. "license": "MIT",
  144. "dependencies": {
  145. "@babel/runtime": "^7.10.4",
  146. "classnames": "^2.2.5",
  147. "json2mq": "^0.2.0",
  148. "resize-observer-polyfill": "^1.5.1",
  149. "throttle-debounce": "^5.0.0"
  150. },
  151. "peerDependencies": {
  152. "react": ">=16.9.0"
  153. }
  154. },
  155. "node_modules/@antv/component": {
  156. "version": "2.1.11",
  157. "resolved": "https://registry.npmjs.org/@antv/component/-/component-2.1.11.tgz",
  158. "integrity": "sha512-dTdz8VAd3rpjOaGEZTluz82mtzrP4XCtNlNQyrxY7VNRNcjtvpTLDn57bUL2lRu1T+iklKvgbE2llMriWkq9vQ==",
  159. "license": "MIT",
  160. "dependencies": {
  161. "@antv/g": "^6.1.11",
  162. "@antv/scale": "^0.4.16",
  163. "@antv/util": "^3.3.10",
  164. "svg-path-parser": "^1.1.0"
  165. }
  166. },
  167. "node_modules/@antv/component/node_modules/@antv/scale": {
  168. "version": "0.4.16",
  169. "resolved": "https://registry.npmjs.org/@antv/scale/-/scale-0.4.16.tgz",
  170. "integrity": "sha512-5wg/zB5kXHxpTV5OYwJD3ja6R8yTiqIOkjOhmpEJiowkzRlbEC/BOyMvNUq5fqFIHnMCE9woO7+c3zxEQCKPjw==",
  171. "license": "MIT",
  172. "dependencies": {
  173. "@antv/util": "^3.3.7",
  174. "color-string": "^1.5.5",
  175. "fecha": "^4.2.1"
  176. }
  177. },
  178. "node_modules/@antv/coord": {
  179. "version": "0.4.7",
  180. "resolved": "https://registry.npmjs.org/@antv/coord/-/coord-0.4.7.tgz",
  181. "integrity": "sha512-UTbrMLhwJUkKzqJx5KFnSRpU3BqrdLORJbwUbHK2zHSCT3q3bjcFA//ZYLVfIlwqFDXp/hzfMyRtp0c77A9ZVA==",
  182. "license": "MIT",
  183. "dependencies": {
  184. "@antv/scale": "^0.4.12",
  185. "@antv/util": "^2.0.13",
  186. "gl-matrix": "^3.4.3"
  187. }
  188. },
  189. "node_modules/@antv/coord/node_modules/@antv/scale": {
  190. "version": "0.4.16",
  191. "resolved": "https://registry.npmjs.org/@antv/scale/-/scale-0.4.16.tgz",
  192. "integrity": "sha512-5wg/zB5kXHxpTV5OYwJD3ja6R8yTiqIOkjOhmpEJiowkzRlbEC/BOyMvNUq5fqFIHnMCE9woO7+c3zxEQCKPjw==",
  193. "license": "MIT",
  194. "dependencies": {
  195. "@antv/util": "^3.3.7",
  196. "color-string": "^1.5.5",
  197. "fecha": "^4.2.1"
  198. }
  199. },
  200. "node_modules/@antv/coord/node_modules/@antv/scale/node_modules/@antv/util": {
  201. "version": "3.3.11",
  202. "resolved": "https://registry.npmjs.org/@antv/util/-/util-3.3.11.tgz",
  203. "integrity": "sha512-FII08DFM4ABh2q5rPYdr0hMtKXRgeZazvXaFYCs7J7uTcWDHUhczab2qOCJLNDugoj8jFag1djb7wS9ehaRYBg==",
  204. "license": "MIT",
  205. "dependencies": {
  206. "fast-deep-equal": "^3.1.3",
  207. "gl-matrix": "^3.3.0",
  208. "tslib": "^2.3.1"
  209. }
  210. },
  211. "node_modules/@antv/coord/node_modules/@antv/util": {
  212. "version": "2.0.17",
  213. "resolved": "https://registry.npmjs.org/@antv/util/-/util-2.0.17.tgz",
  214. "integrity": "sha512-o6I9hi5CIUvLGDhth0RxNSFDRwXeywmt6ExR4+RmVAzIi48ps6HUy+svxOCayvrPBN37uE6TAc2KDofRo0nK9Q==",
  215. "license": "ISC",
  216. "dependencies": {
  217. "csstype": "^3.0.8",
  218. "tslib": "^2.0.3"
  219. }
  220. },
  221. "node_modules/@antv/event-emitter": {
  222. "version": "0.1.3",
  223. "resolved": "https://registry.npmjs.org/@antv/event-emitter/-/event-emitter-0.1.3.tgz",
  224. "integrity": "sha512-4ddpsiHN9Pd4UIlWuKVK1C4IiZIdbwQvy9i7DUSI3xNJ89FPUFt8lxDYj8GzzfdllV0NkJTRxnG+FvLk0llidg==",
  225. "license": "MIT"
  226. },
  227. "node_modules/@antv/expr": {
  228. "version": "1.0.2",
  229. "resolved": "https://registry.npmjs.org/@antv/expr/-/expr-1.0.2.tgz",
  230. "integrity": "sha512-vrfdmPHkTuiS5voVutKl2l06w1ihBh9A8SFdQPEE+2KMVpkymzGOF1eWpfkbGZ7tiFE15GodVdhhHomD/hdIwg==",
  231. "license": "MIT"
  232. },
  233. "node_modules/@antv/g": {
  234. "version": "6.3.1",
  235. "resolved": "https://registry.npmjs.org/@antv/g/-/g-6.3.1.tgz",
  236. "integrity": "sha512-WYEKqy86LHB2PzTmrZXrIsIe+3Epeds2f68zceQ+BJtRoGki7Sy4IhlC8LrUMztgfT1t3d/0L745NWZwITroKA==",
  237. "license": "MIT",
  238. "dependencies": {
  239. "@antv/g-lite": "2.7.0",
  240. "@antv/util": "^3.3.5",
  241. "@babel/runtime": "^7.25.6",
  242. "gl-matrix": "^3.4.3",
  243. "html2canvas": "^1.4.1"
  244. }
  245. },
  246. "node_modules/@antv/g-canvas": {
  247. "version": "2.2.0",
  248. "resolved": "https://registry.npmjs.org/@antv/g-canvas/-/g-canvas-2.2.0.tgz",
  249. "integrity": "sha512-h7zVBBo2aO64DuGKvq9sG+yTU3sCUb9DALCVm7nz8qGPs8hhLuFOkKPEzUDNfNYZGJUGzY8UDtJ3QRGRFcvEQg==",
  250. "license": "MIT",
  251. "dependencies": {
  252. "@antv/g-lite": "2.7.0",
  253. "@antv/g-math": "3.1.0",
  254. "@antv/util": "^3.3.5",
  255. "@babel/runtime": "^7.25.6",
  256. "gl-matrix": "^3.4.3",
  257. "tslib": "^2.5.3"
  258. }
  259. },
  260. "node_modules/@antv/g-lite": {
  261. "version": "2.7.0",
  262. "resolved": "https://registry.npmjs.org/@antv/g-lite/-/g-lite-2.7.0.tgz",
  263. "integrity": "sha512-uSzgHYa5bwR5L2Au7/5tsOhFmXKZKLPBH90+Q9bP9teVs5VT4kOAi0isPSpDI8uhdDC2/VrfTWu5K9HhWI6FWw==",
  264. "license": "MIT",
  265. "dependencies": {
  266. "@antv/g-math": "3.1.0",
  267. "@antv/util": "^3.3.5",
  268. "@antv/vendor": "^1.0.3",
  269. "@babel/runtime": "^7.25.6",
  270. "eventemitter3": "^5.0.1",
  271. "gl-matrix": "^3.4.3",
  272. "tslib": "^2.5.3"
  273. }
  274. },
  275. "node_modules/@antv/g-math": {
  276. "version": "3.1.0",
  277. "resolved": "https://registry.npmjs.org/@antv/g-math/-/g-math-3.1.0.tgz",
  278. "integrity": "sha512-DtN1Gj/yI0UiK18nSBsZX8RK0LszGwqfb+cBYWgE+ddyTm8dZnW4tPUhV7QXePsS6/A5hHC+JFpAAK7OEGo5ZQ==",
  279. "license": "MIT",
  280. "dependencies": {
  281. "@antv/util": "^3.3.5",
  282. "@babel/runtime": "^7.25.6",
  283. "gl-matrix": "^3.4.3",
  284. "tslib": "^2.5.3"
  285. }
  286. },
  287. "node_modules/@antv/g-plugin-dragndrop": {
  288. "version": "2.1.1",
  289. "resolved": "https://registry.npmjs.org/@antv/g-plugin-dragndrop/-/g-plugin-dragndrop-2.1.1.tgz",
  290. "integrity": "sha512-+aesDUJVQDs6UJ2bOBbDlaGAPCfHmU0MbrMTlQlfpwNplWueqtgVAZ3L57oZ2ZGHRWUHiRwZGPjXMBM3O2LELw==",
  291. "license": "MIT",
  292. "dependencies": {
  293. "@antv/g-lite": "2.7.0",
  294. "@antv/util": "^3.3.5",
  295. "@babel/runtime": "^7.25.6",
  296. "tslib": "^2.5.3"
  297. }
  298. },
  299. "node_modules/@antv/g2": {
  300. "version": "5.4.8",
  301. "resolved": "https://registry.npmjs.org/@antv/g2/-/g2-5.4.8.tgz",
  302. "integrity": "sha512-IvgIpwmT4M5/QAd3Mn2WiHIDeBqFJ4WA2gcZhRRSZuZ2KmgCqZWZwwIT0hc+kIGxwYeDoCQqf//t6FMVu3ryBg==",
  303. "license": "MIT",
  304. "dependencies": {
  305. "@antv/component": "^2.1.9",
  306. "@antv/coord": "^0.4.7",
  307. "@antv/event-emitter": "^0.1.3",
  308. "@antv/expr": "^1.0.2",
  309. "@antv/g": "^6.1.24",
  310. "@antv/g-canvas": "^2.0.43",
  311. "@antv/g-plugin-dragndrop": "^2.0.35",
  312. "@antv/scale": "^0.5.1",
  313. "@antv/util": "^3.3.10",
  314. "@antv/vendor": "^1.0.11",
  315. "flru": "^1.0.2",
  316. "pdfast": "^0.2.0"
  317. }
  318. },
  319. "node_modules/@antv/g2-extension-plot": {
  320. "version": "0.2.2",
  321. "resolved": "https://registry.npmjs.org/@antv/g2-extension-plot/-/g2-extension-plot-0.2.2.tgz",
  322. "integrity": "sha512-KJXCXO7as+h0hDqirGXf1omrNuYzQmY3VmBmp7lIvkepbQ7sz3pPwy895r1FWETGF3vTk5UeFcAF5yzzBHWgbw==",
  323. "dependencies": {
  324. "@antv/g2": "^5.1.8",
  325. "@antv/util": "^3.3.5",
  326. "@antv/vendor": "^1.0.10"
  327. }
  328. },
  329. "node_modules/@antv/scale": {
  330. "version": "0.5.2",
  331. "resolved": "https://registry.npmjs.org/@antv/scale/-/scale-0.5.2.tgz",
  332. "integrity": "sha512-rTHRAwvpHWC5PGZF/mJ2ZuTDqwwvVBDRph0Uu5PV9BXwzV7K8+9lsqGJ+XHVLxe8c6bKog5nlzvV/dcYb0d5Ow==",
  333. "license": "MIT",
  334. "dependencies": {
  335. "@antv/util": "^3.3.7",
  336. "color-string": "^1.5.5",
  337. "fecha": "^4.2.1"
  338. }
  339. },
  340. "node_modules/@antv/util": {
  341. "version": "3.3.11",
  342. "resolved": "https://registry.npmjs.org/@antv/util/-/util-3.3.11.tgz",
  343. "integrity": "sha512-FII08DFM4ABh2q5rPYdr0hMtKXRgeZazvXaFYCs7J7uTcWDHUhczab2qOCJLNDugoj8jFag1djb7wS9ehaRYBg==",
  344. "license": "MIT",
  345. "dependencies": {
  346. "fast-deep-equal": "^3.1.3",
  347. "gl-matrix": "^3.3.0",
  348. "tslib": "^2.3.1"
  349. }
  350. },
  351. "node_modules/@antv/vendor": {
  352. "version": "1.0.11",
  353. "resolved": "https://registry.npmjs.org/@antv/vendor/-/vendor-1.0.11.tgz",
  354. "integrity": "sha512-LmhPEQ+aapk3barntaiIxJ5VHno/Tyab2JnfdcPzp5xONh/8VSfed4bo/9xKo5HcUAEydko38vYLfj6lJliLiw==",
  355. "license": "MIT AND ISC",
  356. "dependencies": {
  357. "@types/d3-array": "^3.2.1",
  358. "@types/d3-color": "^3.1.3",
  359. "@types/d3-dispatch": "^3.0.6",
  360. "@types/d3-dsv": "^3.0.7",
  361. "@types/d3-ease": "^3.0.2",
  362. "@types/d3-fetch": "^3.0.7",
  363. "@types/d3-force": "^3.0.10",
  364. "@types/d3-format": "^3.0.4",
  365. "@types/d3-geo": "^3.1.0",
  366. "@types/d3-hierarchy": "^3.1.7",
  367. "@types/d3-interpolate": "^3.0.4",
  368. "@types/d3-path": "^3.1.0",
  369. "@types/d3-quadtree": "^3.0.6",
  370. "@types/d3-random": "^3.0.3",
  371. "@types/d3-scale": "^4.0.9",
  372. "@types/d3-scale-chromatic": "^3.1.0",
  373. "@types/d3-shape": "^3.1.7",
  374. "@types/d3-time": "^3.0.4",
  375. "@types/d3-timer": "^3.0.2",
  376. "d3-array": "^3.2.4",
  377. "d3-color": "^3.1.0",
  378. "d3-dispatch": "^3.0.1",
  379. "d3-dsv": "^3.0.1",
  380. "d3-ease": "^3.0.1",
  381. "d3-fetch": "^3.0.1",
  382. "d3-force": "^3.0.0",
  383. "d3-force-3d": "^3.0.5",
  384. "d3-format": "^3.1.0",
  385. "d3-geo": "^3.1.1",
  386. "d3-geo-projection": "^4.0.0",
  387. "d3-hierarchy": "^3.1.2",
  388. "d3-interpolate": "^3.0.1",
  389. "d3-path": "^3.1.0",
  390. "d3-quadtree": "^3.0.1",
  391. "d3-random": "^3.0.1",
  392. "d3-regression": "^1.3.10",
  393. "d3-scale": "^4.0.2",
  394. "d3-scale-chromatic": "^3.1.0",
  395. "d3-shape": "^3.2.0",
  396. "d3-time": "^3.1.0",
  397. "d3-timer": "^3.0.1"
  398. }
  399. },
  400. "node_modules/@babel/runtime": {
  401. "version": "7.29.7",
  402. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
  403. "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
  404. "license": "MIT",
  405. "engines": {
  406. "node": ">=6.9.0"
  407. }
  408. },
  409. "node_modules/@emnapi/core": {
  410. "version": "1.11.2",
  411. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.2.tgz",
  412. "integrity": "sha512-TC8MkTuZUtcTSiFeuC0ksCh9QIJ5+F21MvZ4Wn4ORfYaFJ/0dsiudv5tVkejgwZlwQ39jL9WWDe2lz8x0WglOA==",
  413. "dev": true,
  414. "license": "MIT",
  415. "optional": true,
  416. "peer": true,
  417. "dependencies": {
  418. "@emnapi/wasi-threads": "1.2.2",
  419. "tslib": "^2.4.0"
  420. }
  421. },
  422. "node_modules/@emnapi/runtime": {
  423. "version": "1.11.2",
  424. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.2.tgz",
  425. "integrity": "sha512-kyOl3X0DuTiT1h2ft8r2fYO8JYtU9a9Xis/zBSiGArNaagCOWx90N1k2wxp18czFDH+OgcWGb5ZP/XMt3dcyPA==",
  426. "dev": true,
  427. "license": "MIT",
  428. "optional": true,
  429. "peer": true,
  430. "dependencies": {
  431. "tslib": "^2.4.0"
  432. }
  433. },
  434. "node_modules/@emnapi/wasi-threads": {
  435. "version": "1.2.2",
  436. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz",
  437. "integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==",
  438. "dev": true,
  439. "license": "MIT",
  440. "optional": true,
  441. "dependencies": {
  442. "tslib": "^2.4.0"
  443. }
  444. },
  445. "node_modules/@emotion/hash": {
  446. "version": "0.8.0",
  447. "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
  448. "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==",
  449. "license": "MIT"
  450. },
  451. "node_modules/@emotion/unitless": {
  452. "version": "0.7.5",
  453. "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
  454. "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==",
  455. "license": "MIT"
  456. },
  457. "node_modules/@napi-rs/wasm-runtime": {
  458. "version": "1.1.6",
  459. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.6.tgz",
  460. "integrity": "sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==",
  461. "dev": true,
  462. "license": "MIT",
  463. "optional": true,
  464. "dependencies": {
  465. "@tybys/wasm-util": "^0.10.3"
  466. },
  467. "funding": {
  468. "type": "github",
  469. "url": "https://github.com/sponsors/Brooooooklyn"
  470. },
  471. "peerDependencies": {
  472. "@emnapi/core": "^1.7.1",
  473. "@emnapi/runtime": "^1.7.1"
  474. }
  475. },
  476. "node_modules/@oxc-project/types": {
  477. "version": "0.138.0",
  478. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.138.0.tgz",
  479. "integrity": "sha512-1a7ZKmrRTCoN1XMZ4L0PyyqrMnrNlLyPuOkdSX2MZg7IiIGRUyurNhAm73ptDOraoBcIordsIGKNPKUzy3ZmfA==",
  480. "dev": true,
  481. "license": "MIT",
  482. "funding": {
  483. "url": "https://github.com/sponsors/Boshen"
  484. }
  485. },
  486. "node_modules/@rc-component/async-validator": {
  487. "version": "5.1.2",
  488. "resolved": "https://registry.npmjs.org/@rc-component/async-validator/-/async-validator-5.1.2.tgz",
  489. "integrity": "sha512-WYbrZSjzznU1ekD0qFq2qRxt309VoS61MTG5npnFQlKYcoy9IzU8T+ZCIhq5bGAXRbXysABFWTspicMfmWFwow==",
  490. "license": "MIT",
  491. "dependencies": {
  492. "@babel/runtime": "^7.24.4"
  493. },
  494. "engines": {
  495. "node": ">=14.x"
  496. }
  497. },
  498. "node_modules/@rc-component/color-picker": {
  499. "version": "2.0.1",
  500. "resolved": "https://registry.npmjs.org/@rc-component/color-picker/-/color-picker-2.0.1.tgz",
  501. "integrity": "sha512-WcZYwAThV/b2GISQ8F+7650r5ZZJ043E57aVBFkQ+kSY4C6wdofXgB0hBx+GPGpIU0Z81eETNoDUJMr7oy/P8Q==",
  502. "license": "MIT",
  503. "dependencies": {
  504. "@ant-design/fast-color": "^2.0.6",
  505. "@babel/runtime": "^7.23.6",
  506. "classnames": "^2.2.6",
  507. "rc-util": "^5.38.1"
  508. },
  509. "peerDependencies": {
  510. "react": ">=16.9.0",
  511. "react-dom": ">=16.9.0"
  512. }
  513. },
  514. "node_modules/@rc-component/color-picker/node_modules/@ant-design/fast-color": {
  515. "version": "2.0.6",
  516. "resolved": "https://registry.npmjs.org/@ant-design/fast-color/-/fast-color-2.0.6.tgz",
  517. "integrity": "sha512-y2217gk4NqL35giHl72o6Zzqji9O7vHh9YmhUVkPtAOpoTCH4uWxo/pr4VE8t0+ChEPs0qo4eJRC5Q1eXWo3vA==",
  518. "license": "MIT",
  519. "dependencies": {
  520. "@babel/runtime": "^7.24.7"
  521. },
  522. "engines": {
  523. "node": ">=8.x"
  524. }
  525. },
  526. "node_modules/@rc-component/context": {
  527. "version": "1.4.0",
  528. "resolved": "https://registry.npmjs.org/@rc-component/context/-/context-1.4.0.tgz",
  529. "integrity": "sha512-kFcNxg9oLRMoL3qki0OMxK+7g5mypjgaaJp/pkOis/6rVxma9nJBF/8kCIuTYHUQNr0ii7MxqE33wirPZLJQ2w==",
  530. "license": "MIT",
  531. "dependencies": {
  532. "@babel/runtime": "^7.10.1",
  533. "rc-util": "^5.27.0"
  534. },
  535. "peerDependencies": {
  536. "react": ">=16.9.0",
  537. "react-dom": ">=16.9.0"
  538. }
  539. },
  540. "node_modules/@rc-component/mini-decimal": {
  541. "version": "1.1.4",
  542. "resolved": "https://registry.npmjs.org/@rc-component/mini-decimal/-/mini-decimal-1.1.4.tgz",
  543. "integrity": "sha512-xiuXcaCwyOWpD8a8scdExFl+bntNphAW8XeenL1ig2en0AAZY0Pcp4pC0dI22qJ+NvxKn9RoNIoRdqYU3BLH4w==",
  544. "license": "MIT",
  545. "dependencies": {
  546. "@babel/runtime": "^7.18.0"
  547. },
  548. "engines": {
  549. "node": ">=8.x"
  550. }
  551. },
  552. "node_modules/@rc-component/mutate-observer": {
  553. "version": "1.1.0",
  554. "resolved": "https://registry.npmjs.org/@rc-component/mutate-observer/-/mutate-observer-1.1.0.tgz",
  555. "integrity": "sha512-QjrOsDXQusNwGZPf4/qRQasg7UFEj06XiCJ8iuiq/Io7CrHrgVi6Uuetw60WAMG1799v+aM8kyc+1L/GBbHSlw==",
  556. "license": "MIT",
  557. "dependencies": {
  558. "@babel/runtime": "^7.18.0",
  559. "classnames": "^2.3.2",
  560. "rc-util": "^5.24.4"
  561. },
  562. "engines": {
  563. "node": ">=8.x"
  564. },
  565. "peerDependencies": {
  566. "react": ">=16.9.0",
  567. "react-dom": ">=16.9.0"
  568. }
  569. },
  570. "node_modules/@rc-component/portal": {
  571. "version": "1.1.2",
  572. "resolved": "https://registry.npmjs.org/@rc-component/portal/-/portal-1.1.2.tgz",
  573. "integrity": "sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==",
  574. "license": "MIT",
  575. "dependencies": {
  576. "@babel/runtime": "^7.18.0",
  577. "classnames": "^2.3.2",
  578. "rc-util": "^5.24.4"
  579. },
  580. "engines": {
  581. "node": ">=8.x"
  582. },
  583. "peerDependencies": {
  584. "react": ">=16.9.0",
  585. "react-dom": ">=16.9.0"
  586. }
  587. },
  588. "node_modules/@rc-component/qrcode": {
  589. "version": "1.1.3",
  590. "resolved": "https://registry.npmjs.org/@rc-component/qrcode/-/qrcode-1.1.3.tgz",
  591. "integrity": "sha512-aGv6alnn4HbDEsURzKP+jv13rbi1VxmAYfBNZr5GKF1iohMNWy5tAVoJ1E3cOvzMB1kbUPvCXchM6zSFlRGPhA==",
  592. "license": "MIT",
  593. "dependencies": {
  594. "@babel/runtime": "^7.24.7"
  595. },
  596. "engines": {
  597. "node": ">=8.x"
  598. },
  599. "peerDependencies": {
  600. "react": ">=16.9.0",
  601. "react-dom": ">=16.9.0"
  602. }
  603. },
  604. "node_modules/@rc-component/tour": {
  605. "version": "1.15.1",
  606. "resolved": "https://registry.npmjs.org/@rc-component/tour/-/tour-1.15.1.tgz",
  607. "integrity": "sha512-Tr2t7J1DKZUpfJuDZWHxyxWpfmj8EZrqSgyMZ+BCdvKZ6r1UDsfU46M/iWAAFBy961Ssfom2kv5f3UcjIL2CmQ==",
  608. "license": "MIT",
  609. "dependencies": {
  610. "@babel/runtime": "^7.18.0",
  611. "@rc-component/portal": "^1.0.0-9",
  612. "@rc-component/trigger": "^2.0.0",
  613. "classnames": "^2.3.2",
  614. "rc-util": "^5.24.4"
  615. },
  616. "engines": {
  617. "node": ">=8.x"
  618. },
  619. "peerDependencies": {
  620. "react": ">=16.9.0",
  621. "react-dom": ">=16.9.0"
  622. }
  623. },
  624. "node_modules/@rc-component/trigger": {
  625. "version": "2.3.1",
  626. "resolved": "https://registry.npmjs.org/@rc-component/trigger/-/trigger-2.3.1.tgz",
  627. "integrity": "sha512-ORENF39PeXTzM+gQEshuk460Z8N4+6DkjpxlpE7Q3gYy1iBpLrx0FOJz3h62ryrJZ/3zCAUIkT1Pb/8hHWpb3A==",
  628. "license": "MIT",
  629. "dependencies": {
  630. "@babel/runtime": "^7.23.2",
  631. "@rc-component/portal": "^1.1.0",
  632. "classnames": "^2.3.2",
  633. "rc-motion": "^2.0.0",
  634. "rc-resize-observer": "^1.3.1",
  635. "rc-util": "^5.44.0"
  636. },
  637. "engines": {
  638. "node": ">=8.x"
  639. },
  640. "peerDependencies": {
  641. "react": ">=16.9.0",
  642. "react-dom": ">=16.9.0"
  643. }
  644. },
  645. "node_modules/@rc-component/util": {
  646. "version": "1.11.1",
  647. "resolved": "https://registry.npmjs.org/@rc-component/util/-/util-1.11.1.tgz",
  648. "integrity": "sha512-awVlI3ub2vqfqkYxOBc/uQ0efm3jw0wcrhtO/YWLyZfxiKXczKwNbVuhlnyxytDt7H9pbbVQiqr+O6MLATtRYg==",
  649. "license": "MIT",
  650. "dependencies": {
  651. "is-mobile": "^5.0.0",
  652. "react-is": "^18.2.0"
  653. },
  654. "peerDependencies": {
  655. "react": ">=18.0.0",
  656. "react-dom": ">=18.0.0"
  657. }
  658. },
  659. "node_modules/@rolldown/binding-android-arm64": {
  660. "version": "1.1.4",
  661. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.1.4.tgz",
  662. "integrity": "sha512-EZLpf/8y7GXkkra90ML47kzik/GMP3EMcE9bPyHmRfxLC6z9+aW5A8poCsoxjrT5GfEcNAAvWwUHjvP1pUQkfw==",
  663. "cpu": [
  664. "arm64"
  665. ],
  666. "dev": true,
  667. "license": "MIT",
  668. "optional": true,
  669. "os": [
  670. "android"
  671. ],
  672. "engines": {
  673. "node": "^20.19.0 || >=22.12.0"
  674. }
  675. },
  676. "node_modules/@rolldown/binding-darwin-arm64": {
  677. "version": "1.1.4",
  678. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.1.4.tgz",
  679. "integrity": "sha512-aUi+HBvmYb7j8krl1+qJgkG8C17fO79gk3c+jPw4S8glRFc1DTija9S3EyaTSQUm5GJXYKDAsugBEhFHH2vYiQ==",
  680. "cpu": [
  681. "arm64"
  682. ],
  683. "dev": true,
  684. "license": "MIT",
  685. "optional": true,
  686. "os": [
  687. "darwin"
  688. ],
  689. "engines": {
  690. "node": "^20.19.0 || >=22.12.0"
  691. }
  692. },
  693. "node_modules/@rolldown/binding-darwin-x64": {
  694. "version": "1.1.4",
  695. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.1.4.tgz",
  696. "integrity": "sha512-F7hHC3gwY11+vByKPRWqwGbeXWVgKmL+pTGCinaEhdihzBV2aQ0fvZOch9cXYUOKuKKq429HeYXOqQLc7wFCEg==",
  697. "cpu": [
  698. "x64"
  699. ],
  700. "dev": true,
  701. "license": "MIT",
  702. "optional": true,
  703. "os": [
  704. "darwin"
  705. ],
  706. "engines": {
  707. "node": "^20.19.0 || >=22.12.0"
  708. }
  709. },
  710. "node_modules/@rolldown/binding-freebsd-x64": {
  711. "version": "1.1.4",
  712. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.1.4.tgz",
  713. "integrity": "sha512-sI5yw+7s92SK6odiEhD5lKCBlWcpjHS5qyqpVQbZAJ0fIzEUXrmbl3DH2ybR3PZogulNJF+COLtmA8hUfvkCCQ==",
  714. "cpu": [
  715. "x64"
  716. ],
  717. "dev": true,
  718. "license": "MIT",
  719. "optional": true,
  720. "os": [
  721. "freebsd"
  722. ],
  723. "engines": {
  724. "node": "^20.19.0 || >=22.12.0"
  725. }
  726. },
  727. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  728. "version": "1.1.4",
  729. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.1.4.tgz",
  730. "integrity": "sha512-mCi0OKgEieFircrtVYmQAFGszRtMnZ6fpZAXrxanXAu7lqZcsK1E1RAaZNG0uKAnxox3B1f4EyQNnoyMfN1vAA==",
  731. "cpu": [
  732. "arm"
  733. ],
  734. "dev": true,
  735. "license": "MIT",
  736. "optional": true,
  737. "os": [
  738. "linux"
  739. ],
  740. "engines": {
  741. "node": "^20.19.0 || >=22.12.0"
  742. }
  743. },
  744. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  745. "version": "1.1.4",
  746. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.1.4.tgz",
  747. "integrity": "sha512-B9Ial3Kv5sh0SHnB1g/QWcUQCEvCF6QKGAl4zXypYj65mVI+B4AhFBwPtSN7pDrJeIx8Z7zdy4ntx+wQABom7w==",
  748. "cpu": [
  749. "arm64"
  750. ],
  751. "dev": true,
  752. "license": "MIT",
  753. "optional": true,
  754. "os": [
  755. "linux"
  756. ],
  757. "engines": {
  758. "node": "^20.19.0 || >=22.12.0"
  759. }
  760. },
  761. "node_modules/@rolldown/binding-linux-arm64-musl": {
  762. "version": "1.1.4",
  763. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.1.4.tgz",
  764. "integrity": "sha512-lZVym0PuHE1KZ22gmFTC15lAkrg9iTszR617oYRB/iPY1A56ywoJzVKOJBKaot5RiikCObmur6pogpse3gRcng==",
  765. "cpu": [
  766. "arm64"
  767. ],
  768. "dev": true,
  769. "license": "MIT",
  770. "optional": true,
  771. "os": [
  772. "linux"
  773. ],
  774. "engines": {
  775. "node": "^20.19.0 || >=22.12.0"
  776. }
  777. },
  778. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  779. "version": "1.1.4",
  780. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.1.4.tgz",
  781. "integrity": "sha512-t2DNiLJWNTbnEHyUzTumldML6ET4/g16467LZoDDJ3tSxGvguL5/NyC2lCsNKuyRycg9XeDQF5SSv+TNOhQEXg==",
  782. "cpu": [
  783. "ppc64"
  784. ],
  785. "dev": true,
  786. "license": "MIT",
  787. "optional": true,
  788. "os": [
  789. "linux"
  790. ],
  791. "engines": {
  792. "node": "^20.19.0 || >=22.12.0"
  793. }
  794. },
  795. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  796. "version": "1.1.4",
  797. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.1.4.tgz",
  798. "integrity": "sha512-0WIRnL1Uw4BvTZRLQt+PVgo6ZKTJadlC2btP+/EOXv2f/DWbY0rEgl+y834mIVwP1FkTlWVTrGGJXf12lru7EQ==",
  799. "cpu": [
  800. "s390x"
  801. ],
  802. "dev": true,
  803. "license": "MIT",
  804. "optional": true,
  805. "os": [
  806. "linux"
  807. ],
  808. "engines": {
  809. "node": "^20.19.0 || >=22.12.0"
  810. }
  811. },
  812. "node_modules/@rolldown/binding-linux-x64-gnu": {
  813. "version": "1.1.4",
  814. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.1.4.tgz",
  815. "integrity": "sha512-JWtGshGfX+oENAKonoNkqEJX+7hC8yfhi9GUyPX1VX4mdh1y5r+ZiJLR5XzAB0aoP6s/PcILsGjKq8O0mm24bw==",
  816. "cpu": [
  817. "x64"
  818. ],
  819. "dev": true,
  820. "license": "MIT",
  821. "optional": true,
  822. "os": [
  823. "linux"
  824. ],
  825. "engines": {
  826. "node": "^20.19.0 || >=22.12.0"
  827. }
  828. },
  829. "node_modules/@rolldown/binding-linux-x64-musl": {
  830. "version": "1.1.4",
  831. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.1.4.tgz",
  832. "integrity": "sha512-rT6yQcxUuXs4CnbofqwHRRV0iem349rLMYpTjkgQGLjrY4ado/eDzwPZPTCgTOlF6Nkp8NEv70yLMTn6qkWxsQ==",
  833. "cpu": [
  834. "x64"
  835. ],
  836. "dev": true,
  837. "license": "MIT",
  838. "optional": true,
  839. "os": [
  840. "linux"
  841. ],
  842. "engines": {
  843. "node": "^20.19.0 || >=22.12.0"
  844. }
  845. },
  846. "node_modules/@rolldown/binding-openharmony-arm64": {
  847. "version": "1.1.4",
  848. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.1.4.tgz",
  849. "integrity": "sha512-KXMGoboq5cyaCQjDA4GLuRiOwBQ0EyFnJoVViLeZ45/3rFItRODEr+NdsBcVpll40hhNArlm/speWGRvj08LzA==",
  850. "cpu": [
  851. "arm64"
  852. ],
  853. "dev": true,
  854. "license": "MIT",
  855. "optional": true,
  856. "os": [
  857. "openharmony"
  858. ],
  859. "engines": {
  860. "node": "^20.19.0 || >=22.12.0"
  861. }
  862. },
  863. "node_modules/@rolldown/binding-wasm32-wasi": {
  864. "version": "1.1.4",
  865. "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.1.4.tgz",
  866. "integrity": "sha512-5K83rb36oJiY7BCyE9zLZtGcPV4g5wvq+xwdO0XPIwDVZI8cyB/AUjkNXGb92/rnmezEkjMOpgY61rtwjQtFwg==",
  867. "cpu": [
  868. "wasm32"
  869. ],
  870. "dev": true,
  871. "license": "MIT",
  872. "optional": true,
  873. "dependencies": {
  874. "@emnapi/core": "1.11.1",
  875. "@emnapi/runtime": "1.11.1",
  876. "@napi-rs/wasm-runtime": "^1.1.6"
  877. },
  878. "engines": {
  879. "node": "^20.19.0 || >=22.12.0"
  880. }
  881. },
  882. "node_modules/@rolldown/binding-wasm32-wasi/node_modules/@emnapi/core": {
  883. "version": "1.11.1",
  884. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.1.tgz",
  885. "integrity": "sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==",
  886. "dev": true,
  887. "license": "MIT",
  888. "optional": true,
  889. "dependencies": {
  890. "@emnapi/wasi-threads": "1.2.2",
  891. "tslib": "^2.4.0"
  892. }
  893. },
  894. "node_modules/@rolldown/binding-wasm32-wasi/node_modules/@emnapi/runtime": {
  895. "version": "1.11.1",
  896. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.1.tgz",
  897. "integrity": "sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==",
  898. "dev": true,
  899. "license": "MIT",
  900. "optional": true,
  901. "dependencies": {
  902. "tslib": "^2.4.0"
  903. }
  904. },
  905. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  906. "version": "1.1.4",
  907. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.1.4.tgz",
  908. "integrity": "sha512-PnWBtw3TV5KOg69HQQDR0mnQuyCmSGR2pAB4DC1rPF808fgKeTUMj2EOEyKATpgiuxuR5APQmiDO7PDgEjTFSA==",
  909. "cpu": [
  910. "arm64"
  911. ],
  912. "dev": true,
  913. "license": "MIT",
  914. "optional": true,
  915. "os": [
  916. "win32"
  917. ],
  918. "engines": {
  919. "node": "^20.19.0 || >=22.12.0"
  920. }
  921. },
  922. "node_modules/@rolldown/binding-win32-x64-msvc": {
  923. "version": "1.1.4",
  924. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.1.4.tgz",
  925. "integrity": "sha512-M1lpniBePobTfsa7Ks9a199e1akxsXn+GYBUKsEzv3YFzOm1HJAMNwKI3qr0Zq+mxwx9gOZoTdP1yXRYsZUocQ==",
  926. "cpu": [
  927. "x64"
  928. ],
  929. "dev": true,
  930. "license": "MIT",
  931. "optional": true,
  932. "os": [
  933. "win32"
  934. ],
  935. "engines": {
  936. "node": "^20.19.0 || >=22.12.0"
  937. }
  938. },
  939. "node_modules/@rolldown/pluginutils": {
  940. "version": "1.0.1",
  941. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
  942. "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
  943. "dev": true,
  944. "license": "MIT"
  945. },
  946. "node_modules/@tybys/wasm-util": {
  947. "version": "0.10.3",
  948. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.3.tgz",
  949. "integrity": "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==",
  950. "dev": true,
  951. "license": "MIT",
  952. "optional": true,
  953. "dependencies": {
  954. "tslib": "^2.4.0"
  955. }
  956. },
  957. "node_modules/@types/d3-array": {
  958. "version": "3.2.2",
  959. "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.2.tgz",
  960. "integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==",
  961. "license": "MIT"
  962. },
  963. "node_modules/@types/d3-color": {
  964. "version": "3.1.3",
  965. "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz",
  966. "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
  967. "license": "MIT"
  968. },
  969. "node_modules/@types/d3-dispatch": {
  970. "version": "3.0.7",
  971. "resolved": "https://registry.npmjs.org/@types/d3-dispatch/-/d3-dispatch-3.0.7.tgz",
  972. "integrity": "sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==",
  973. "license": "MIT"
  974. },
  975. "node_modules/@types/d3-dsv": {
  976. "version": "3.0.7",
  977. "resolved": "https://registry.npmjs.org/@types/d3-dsv/-/d3-dsv-3.0.7.tgz",
  978. "integrity": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==",
  979. "license": "MIT"
  980. },
  981. "node_modules/@types/d3-ease": {
  982. "version": "3.0.2",
  983. "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz",
  984. "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==",
  985. "license": "MIT"
  986. },
  987. "node_modules/@types/d3-fetch": {
  988. "version": "3.0.7",
  989. "resolved": "https://registry.npmjs.org/@types/d3-fetch/-/d3-fetch-3.0.7.tgz",
  990. "integrity": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==",
  991. "license": "MIT",
  992. "dependencies": {
  993. "@types/d3-dsv": "*"
  994. }
  995. },
  996. "node_modules/@types/d3-force": {
  997. "version": "3.0.10",
  998. "resolved": "https://registry.npmjs.org/@types/d3-force/-/d3-force-3.0.10.tgz",
  999. "integrity": "sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==",
  1000. "license": "MIT"
  1001. },
  1002. "node_modules/@types/d3-format": {
  1003. "version": "3.0.4",
  1004. "resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-3.0.4.tgz",
  1005. "integrity": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==",
  1006. "license": "MIT"
  1007. },
  1008. "node_modules/@types/d3-geo": {
  1009. "version": "3.1.0",
  1010. "resolved": "https://registry.npmjs.org/@types/d3-geo/-/d3-geo-3.1.0.tgz",
  1011. "integrity": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==",
  1012. "license": "MIT",
  1013. "dependencies": {
  1014. "@types/geojson": "*"
  1015. }
  1016. },
  1017. "node_modules/@types/d3-hierarchy": {
  1018. "version": "3.1.7",
  1019. "resolved": "https://registry.npmjs.org/@types/d3-hierarchy/-/d3-hierarchy-3.1.7.tgz",
  1020. "integrity": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==",
  1021. "license": "MIT"
  1022. },
  1023. "node_modules/@types/d3-interpolate": {
  1024. "version": "3.0.4",
  1025. "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
  1026. "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
  1027. "license": "MIT",
  1028. "dependencies": {
  1029. "@types/d3-color": "*"
  1030. }
  1031. },
  1032. "node_modules/@types/d3-path": {
  1033. "version": "3.1.1",
  1034. "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz",
  1035. "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==",
  1036. "license": "MIT"
  1037. },
  1038. "node_modules/@types/d3-quadtree": {
  1039. "version": "3.0.6",
  1040. "resolved": "https://registry.npmjs.org/@types/d3-quadtree/-/d3-quadtree-3.0.6.tgz",
  1041. "integrity": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==",
  1042. "license": "MIT"
  1043. },
  1044. "node_modules/@types/d3-random": {
  1045. "version": "3.0.4",
  1046. "resolved": "https://registry.npmjs.org/@types/d3-random/-/d3-random-3.0.4.tgz",
  1047. "integrity": "sha512-UHYId5WTCx4L4YNel7NU00XUXXgvgpgZOvp10PuvsQENjMDXhh2RyFc0KBjO7B45ne4Ha1yVH7ii0vnzKkuzWA==",
  1048. "license": "MIT"
  1049. },
  1050. "node_modules/@types/d3-scale": {
  1051. "version": "4.0.9",
  1052. "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz",
  1053. "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
  1054. "license": "MIT",
  1055. "dependencies": {
  1056. "@types/d3-time": "*"
  1057. }
  1058. },
  1059. "node_modules/@types/d3-scale-chromatic": {
  1060. "version": "3.1.0",
  1061. "resolved": "https://registry.npmjs.org/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
  1062. "integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==",
  1063. "license": "MIT"
  1064. },
  1065. "node_modules/@types/d3-shape": {
  1066. "version": "3.1.8",
  1067. "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.8.tgz",
  1068. "integrity": "sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==",
  1069. "license": "MIT",
  1070. "dependencies": {
  1071. "@types/d3-path": "*"
  1072. }
  1073. },
  1074. "node_modules/@types/d3-time": {
  1075. "version": "3.0.4",
  1076. "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz",
  1077. "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
  1078. "license": "MIT"
  1079. },
  1080. "node_modules/@types/d3-timer": {
  1081. "version": "3.0.2",
  1082. "resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz",
  1083. "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
  1084. "license": "MIT"
  1085. },
  1086. "node_modules/@types/geojson": {
  1087. "version": "7946.0.16",
  1088. "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz",
  1089. "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==",
  1090. "license": "MIT"
  1091. },
  1092. "node_modules/@types/react": {
  1093. "version": "19.2.17",
  1094. "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz",
  1095. "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==",
  1096. "dev": true,
  1097. "license": "MIT",
  1098. "dependencies": {
  1099. "csstype": "^3.2.2"
  1100. }
  1101. },
  1102. "node_modules/@types/react-dom": {
  1103. "version": "19.2.3",
  1104. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
  1105. "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
  1106. "dev": true,
  1107. "license": "MIT",
  1108. "peerDependencies": {
  1109. "@types/react": "^19.2.0"
  1110. }
  1111. },
  1112. "node_modules/@vitejs/plugin-react": {
  1113. "version": "6.0.3",
  1114. "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.3.tgz",
  1115. "integrity": "sha512-vmFvco5/QuC2f9Oj+wTk0+9XeDFkHxSamwZKYc7MxYwKICfvUvlMhqKI0VuICPltGqh1neqBKDvO4kes1ya8vg==",
  1116. "dev": true,
  1117. "license": "MIT",
  1118. "dependencies": {
  1119. "@rolldown/pluginutils": "^1.0.1"
  1120. },
  1121. "engines": {
  1122. "node": "^20.19.0 || >=22.12.0"
  1123. },
  1124. "peerDependencies": {
  1125. "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
  1126. "babel-plugin-react-compiler": "^1.0.0",
  1127. "vite": "^8.0.0"
  1128. },
  1129. "peerDependenciesMeta": {
  1130. "@rolldown/plugin-babel": {
  1131. "optional": true
  1132. },
  1133. "babel-plugin-react-compiler": {
  1134. "optional": true
  1135. }
  1136. }
  1137. },
  1138. "node_modules/@zone-eu/mailsplit": {
  1139. "version": "5.4.14",
  1140. "resolved": "https://registry.npmjs.org/@zone-eu/mailsplit/-/mailsplit-5.4.14.tgz",
  1141. "integrity": "sha512-rz0FQOhN3Vq1XrSeSSa9+dPcaFbBxmQPjiZm6zS9oxdVHV7rOWIAYX3yP2YAUf0qBncY8CI+NogzPCmMVrMXcw==",
  1142. "license": "(MIT OR EUPL-1.1+)",
  1143. "dependencies": {
  1144. "libbase64": "1.3.0",
  1145. "libmime": "5.4.1",
  1146. "libqp": "2.1.1"
  1147. }
  1148. },
  1149. "node_modules/antd": {
  1150. "version": "5.29.3",
  1151. "resolved": "https://registry.npmjs.org/antd/-/antd-5.29.3.tgz",
  1152. "integrity": "sha512-3DdbGCa9tWAJGcCJ6rzR8EJFsv2CtyEbkVabZE14pfgUHfCicWCj0/QzQVLDYg8CPfQk9BH7fHCoTXHTy7MP/A==",
  1153. "license": "MIT",
  1154. "dependencies": {
  1155. "@ant-design/colors": "^7.2.1",
  1156. "@ant-design/cssinjs": "^1.23.0",
  1157. "@ant-design/cssinjs-utils": "^1.1.3",
  1158. "@ant-design/fast-color": "^2.0.6",
  1159. "@ant-design/icons": "^5.6.1",
  1160. "@ant-design/react-slick": "~1.1.2",
  1161. "@babel/runtime": "^7.26.0",
  1162. "@rc-component/color-picker": "~2.0.1",
  1163. "@rc-component/mutate-observer": "^1.1.0",
  1164. "@rc-component/qrcode": "~1.1.0",
  1165. "@rc-component/tour": "~1.15.1",
  1166. "@rc-component/trigger": "^2.3.0",
  1167. "classnames": "^2.5.1",
  1168. "copy-to-clipboard": "^3.3.3",
  1169. "dayjs": "^1.11.11",
  1170. "rc-cascader": "~3.34.0",
  1171. "rc-checkbox": "~3.5.0",
  1172. "rc-collapse": "~3.9.0",
  1173. "rc-dialog": "~9.6.0",
  1174. "rc-drawer": "~7.3.0",
  1175. "rc-dropdown": "~4.2.1",
  1176. "rc-field-form": "~2.7.1",
  1177. "rc-image": "~7.12.0",
  1178. "rc-input": "~1.8.0",
  1179. "rc-input-number": "~9.5.0",
  1180. "rc-mentions": "~2.20.0",
  1181. "rc-menu": "~9.16.1",
  1182. "rc-motion": "^2.9.5",
  1183. "rc-notification": "~5.6.4",
  1184. "rc-pagination": "~5.1.0",
  1185. "rc-picker": "~4.11.3",
  1186. "rc-progress": "~4.0.0",
  1187. "rc-rate": "~2.13.1",
  1188. "rc-resize-observer": "^1.4.3",
  1189. "rc-segmented": "~2.7.0",
  1190. "rc-select": "~14.16.8",
  1191. "rc-slider": "~11.1.9",
  1192. "rc-steps": "~6.0.1",
  1193. "rc-switch": "~4.1.0",
  1194. "rc-table": "~7.54.0",
  1195. "rc-tabs": "~15.7.0",
  1196. "rc-textarea": "~1.10.2",
  1197. "rc-tooltip": "~6.4.0",
  1198. "rc-tree": "~5.13.1",
  1199. "rc-tree-select": "~5.27.0",
  1200. "rc-upload": "~4.11.0",
  1201. "rc-util": "^5.44.4",
  1202. "scroll-into-view-if-needed": "^3.1.0",
  1203. "throttle-debounce": "^5.0.2"
  1204. },
  1205. "funding": {
  1206. "type": "opencollective",
  1207. "url": "https://opencollective.com/ant-design"
  1208. },
  1209. "peerDependencies": {
  1210. "react": ">=16.9.0",
  1211. "react-dom": ">=16.9.0"
  1212. }
  1213. },
  1214. "node_modules/antd/node_modules/@ant-design/colors": {
  1215. "version": "7.2.1",
  1216. "resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-7.2.1.tgz",
  1217. "integrity": "sha512-lCHDcEzieu4GA3n8ELeZ5VQ8pKQAWcGGLRTQ50aQM2iqPpq2evTxER84jfdPvsPAtEcZ7m44NI45edFMo8oOYQ==",
  1218. "license": "MIT",
  1219. "dependencies": {
  1220. "@ant-design/fast-color": "^2.0.6"
  1221. }
  1222. },
  1223. "node_modules/antd/node_modules/@ant-design/fast-color": {
  1224. "version": "2.0.6",
  1225. "resolved": "https://registry.npmjs.org/@ant-design/fast-color/-/fast-color-2.0.6.tgz",
  1226. "integrity": "sha512-y2217gk4NqL35giHl72o6Zzqji9O7vHh9YmhUVkPtAOpoTCH4uWxo/pr4VE8t0+ChEPs0qo4eJRC5Q1eXWo3vA==",
  1227. "license": "MIT",
  1228. "dependencies": {
  1229. "@babel/runtime": "^7.24.7"
  1230. },
  1231. "engines": {
  1232. "node": ">=8.x"
  1233. }
  1234. },
  1235. "node_modules/antd/node_modules/@ant-design/icons": {
  1236. "version": "5.6.1",
  1237. "resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-5.6.1.tgz",
  1238. "integrity": "sha512-0/xS39c91WjPAZOWsvi1//zjx6kAp4kxWwctR6kuU6p133w8RU0D2dSCvZC19uQyharg/sAvYxGYWl01BbZZfg==",
  1239. "license": "MIT",
  1240. "dependencies": {
  1241. "@ant-design/colors": "^7.0.0",
  1242. "@ant-design/icons-svg": "^4.4.0",
  1243. "@babel/runtime": "^7.24.8",
  1244. "classnames": "^2.2.6",
  1245. "rc-util": "^5.31.1"
  1246. },
  1247. "engines": {
  1248. "node": ">=8"
  1249. },
  1250. "peerDependencies": {
  1251. "react": ">=16.0.0",
  1252. "react-dom": ">=16.0.0"
  1253. }
  1254. },
  1255. "node_modules/base64-arraybuffer": {
  1256. "version": "1.0.2",
  1257. "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-1.0.2.tgz",
  1258. "integrity": "sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==",
  1259. "license": "MIT",
  1260. "engines": {
  1261. "node": ">= 0.6.0"
  1262. }
  1263. },
  1264. "node_modules/classnames": {
  1265. "version": "2.5.1",
  1266. "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
  1267. "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
  1268. "license": "MIT"
  1269. },
  1270. "node_modules/clsx": {
  1271. "version": "2.1.1",
  1272. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  1273. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  1274. "license": "MIT",
  1275. "engines": {
  1276. "node": ">=6"
  1277. }
  1278. },
  1279. "node_modules/color-name": {
  1280. "version": "1.1.4",
  1281. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  1282. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  1283. "license": "MIT"
  1284. },
  1285. "node_modules/color-string": {
  1286. "version": "1.9.1",
  1287. "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
  1288. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  1289. "license": "MIT",
  1290. "dependencies": {
  1291. "color-name": "^1.0.0",
  1292. "simple-swizzle": "^0.2.2"
  1293. }
  1294. },
  1295. "node_modules/commander": {
  1296. "version": "7.2.0",
  1297. "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
  1298. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  1299. "license": "MIT",
  1300. "engines": {
  1301. "node": ">= 10"
  1302. }
  1303. },
  1304. "node_modules/compute-scroll-into-view": {
  1305. "version": "3.1.1",
  1306. "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
  1307. "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==",
  1308. "license": "MIT"
  1309. },
  1310. "node_modules/copy-to-clipboard": {
  1311. "version": "3.3.3",
  1312. "resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz",
  1313. "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==",
  1314. "license": "MIT",
  1315. "dependencies": {
  1316. "toggle-selection": "^1.0.6"
  1317. }
  1318. },
  1319. "node_modules/css-line-break": {
  1320. "version": "2.1.0",
  1321. "resolved": "https://registry.npmjs.org/css-line-break/-/css-line-break-2.1.0.tgz",
  1322. "integrity": "sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w==",
  1323. "license": "MIT",
  1324. "dependencies": {
  1325. "utrie": "^1.0.2"
  1326. }
  1327. },
  1328. "node_modules/csstype": {
  1329. "version": "3.2.3",
  1330. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  1331. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  1332. "license": "MIT"
  1333. },
  1334. "node_modules/d3-array": {
  1335. "version": "3.2.4",
  1336. "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz",
  1337. "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
  1338. "license": "ISC",
  1339. "dependencies": {
  1340. "internmap": "1 - 2"
  1341. },
  1342. "engines": {
  1343. "node": ">=12"
  1344. }
  1345. },
  1346. "node_modules/d3-binarytree": {
  1347. "version": "1.0.2",
  1348. "resolved": "https://registry.npmjs.org/d3-binarytree/-/d3-binarytree-1.0.2.tgz",
  1349. "integrity": "sha512-cElUNH+sHu95L04m92pG73t2MEJXKu+GeKUN1TJkFsu93E5W8E9Sc3kHEGJKgenGvj19m6upSn2EunvMgMD2Yw==",
  1350. "license": "MIT"
  1351. },
  1352. "node_modules/d3-color": {
  1353. "version": "3.1.0",
  1354. "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz",
  1355. "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
  1356. "license": "ISC",
  1357. "engines": {
  1358. "node": ">=12"
  1359. }
  1360. },
  1361. "node_modules/d3-dispatch": {
  1362. "version": "3.0.1",
  1363. "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz",
  1364. "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
  1365. "license": "ISC",
  1366. "engines": {
  1367. "node": ">=12"
  1368. }
  1369. },
  1370. "node_modules/d3-dsv": {
  1371. "version": "3.0.1",
  1372. "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz",
  1373. "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==",
  1374. "license": "ISC",
  1375. "dependencies": {
  1376. "commander": "7",
  1377. "iconv-lite": "0.6",
  1378. "rw": "1"
  1379. },
  1380. "bin": {
  1381. "csv2json": "bin/dsv2json.js",
  1382. "csv2tsv": "bin/dsv2dsv.js",
  1383. "dsv2dsv": "bin/dsv2dsv.js",
  1384. "dsv2json": "bin/dsv2json.js",
  1385. "json2csv": "bin/json2dsv.js",
  1386. "json2dsv": "bin/json2dsv.js",
  1387. "json2tsv": "bin/json2dsv.js",
  1388. "tsv2csv": "bin/dsv2dsv.js",
  1389. "tsv2json": "bin/dsv2json.js"
  1390. },
  1391. "engines": {
  1392. "node": ">=12"
  1393. }
  1394. },
  1395. "node_modules/d3-ease": {
  1396. "version": "3.0.1",
  1397. "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz",
  1398. "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
  1399. "license": "BSD-3-Clause",
  1400. "engines": {
  1401. "node": ">=12"
  1402. }
  1403. },
  1404. "node_modules/d3-fetch": {
  1405. "version": "3.0.1",
  1406. "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz",
  1407. "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==",
  1408. "license": "ISC",
  1409. "dependencies": {
  1410. "d3-dsv": "1 - 3"
  1411. },
  1412. "engines": {
  1413. "node": ">=12"
  1414. }
  1415. },
  1416. "node_modules/d3-force": {
  1417. "version": "3.0.0",
  1418. "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz",
  1419. "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==",
  1420. "license": "ISC",
  1421. "dependencies": {
  1422. "d3-dispatch": "1 - 3",
  1423. "d3-quadtree": "1 - 3",
  1424. "d3-timer": "1 - 3"
  1425. },
  1426. "engines": {
  1427. "node": ">=12"
  1428. }
  1429. },
  1430. "node_modules/d3-force-3d": {
  1431. "version": "3.0.6",
  1432. "resolved": "https://registry.npmjs.org/d3-force-3d/-/d3-force-3d-3.0.6.tgz",
  1433. "integrity": "sha512-4tsKHUPLOVkyfEffZo1v6sFHvGFwAIIjt/W8IThbp08DYAsXZck+2pSHEG5W1+gQgEvFLdZkYvmJAbRM2EzMnA==",
  1434. "license": "MIT",
  1435. "dependencies": {
  1436. "d3-binarytree": "1",
  1437. "d3-dispatch": "1 - 3",
  1438. "d3-octree": "1",
  1439. "d3-quadtree": "1 - 3",
  1440. "d3-timer": "1 - 3"
  1441. },
  1442. "engines": {
  1443. "node": ">=12"
  1444. }
  1445. },
  1446. "node_modules/d3-format": {
  1447. "version": "3.1.2",
  1448. "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.2.tgz",
  1449. "integrity": "sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==",
  1450. "license": "ISC",
  1451. "engines": {
  1452. "node": ">=12"
  1453. }
  1454. },
  1455. "node_modules/d3-geo": {
  1456. "version": "3.1.1",
  1457. "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz",
  1458. "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==",
  1459. "license": "ISC",
  1460. "dependencies": {
  1461. "d3-array": "2.5.0 - 3"
  1462. },
  1463. "engines": {
  1464. "node": ">=12"
  1465. }
  1466. },
  1467. "node_modules/d3-geo-projection": {
  1468. "version": "4.0.0",
  1469. "resolved": "https://registry.npmjs.org/d3-geo-projection/-/d3-geo-projection-4.0.0.tgz",
  1470. "integrity": "sha512-p0bK60CEzph1iqmnxut7d/1kyTmm3UWtPlwdkM31AU+LW+BXazd5zJdoCn7VFxNCHXRngPHRnsNn5uGjLRGndg==",
  1471. "license": "ISC",
  1472. "dependencies": {
  1473. "commander": "7",
  1474. "d3-array": "1 - 3",
  1475. "d3-geo": "1.12.0 - 3"
  1476. },
  1477. "bin": {
  1478. "geo2svg": "bin/geo2svg.js",
  1479. "geograticule": "bin/geograticule.js",
  1480. "geoproject": "bin/geoproject.js",
  1481. "geoquantize": "bin/geoquantize.js",
  1482. "geostitch": "bin/geostitch.js"
  1483. },
  1484. "engines": {
  1485. "node": ">=12"
  1486. }
  1487. },
  1488. "node_modules/d3-hierarchy": {
  1489. "version": "3.1.2",
  1490. "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz",
  1491. "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==",
  1492. "license": "ISC",
  1493. "engines": {
  1494. "node": ">=12"
  1495. }
  1496. },
  1497. "node_modules/d3-interpolate": {
  1498. "version": "3.0.1",
  1499. "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
  1500. "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
  1501. "license": "ISC",
  1502. "dependencies": {
  1503. "d3-color": "1 - 3"
  1504. },
  1505. "engines": {
  1506. "node": ">=12"
  1507. }
  1508. },
  1509. "node_modules/d3-octree": {
  1510. "version": "1.1.0",
  1511. "resolved": "https://registry.npmjs.org/d3-octree/-/d3-octree-1.1.0.tgz",
  1512. "integrity": "sha512-F8gPlqpP+HwRPMO/8uOu5wjH110+6q4cgJvgJT6vlpy3BEaDIKlTZrgHKZSp/i1InRpVfh4puY/kvL6MxK930A==",
  1513. "license": "MIT"
  1514. },
  1515. "node_modules/d3-path": {
  1516. "version": "3.1.0",
  1517. "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz",
  1518. "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
  1519. "license": "ISC",
  1520. "engines": {
  1521. "node": ">=12"
  1522. }
  1523. },
  1524. "node_modules/d3-quadtree": {
  1525. "version": "3.0.1",
  1526. "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz",
  1527. "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==",
  1528. "license": "ISC",
  1529. "engines": {
  1530. "node": ">=12"
  1531. }
  1532. },
  1533. "node_modules/d3-random": {
  1534. "version": "3.0.1",
  1535. "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz",
  1536. "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==",
  1537. "license": "ISC",
  1538. "engines": {
  1539. "node": ">=12"
  1540. }
  1541. },
  1542. "node_modules/d3-regression": {
  1543. "version": "1.3.10",
  1544. "resolved": "https://registry.npmjs.org/d3-regression/-/d3-regression-1.3.10.tgz",
  1545. "integrity": "sha512-PF8GWEL70cHHWpx2jUQXc68r1pyPHIA+St16muk/XRokETzlegj5LriNKg7o4LR0TySug4nHYPJNNRz/W+/Niw==",
  1546. "license": "BSD-3-Clause"
  1547. },
  1548. "node_modules/d3-scale": {
  1549. "version": "4.0.2",
  1550. "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz",
  1551. "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
  1552. "license": "ISC",
  1553. "dependencies": {
  1554. "d3-array": "2.10.0 - 3",
  1555. "d3-format": "1 - 3",
  1556. "d3-interpolate": "1.2.0 - 3",
  1557. "d3-time": "2.1.1 - 3",
  1558. "d3-time-format": "2 - 4"
  1559. },
  1560. "engines": {
  1561. "node": ">=12"
  1562. }
  1563. },
  1564. "node_modules/d3-scale-chromatic": {
  1565. "version": "3.1.0",
  1566. "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
  1567. "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==",
  1568. "license": "ISC",
  1569. "dependencies": {
  1570. "d3-color": "1 - 3",
  1571. "d3-interpolate": "1 - 3"
  1572. },
  1573. "engines": {
  1574. "node": ">=12"
  1575. }
  1576. },
  1577. "node_modules/d3-shape": {
  1578. "version": "3.2.0",
  1579. "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz",
  1580. "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
  1581. "license": "ISC",
  1582. "dependencies": {
  1583. "d3-path": "^3.1.0"
  1584. },
  1585. "engines": {
  1586. "node": ">=12"
  1587. }
  1588. },
  1589. "node_modules/d3-time": {
  1590. "version": "3.1.0",
  1591. "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz",
  1592. "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
  1593. "license": "ISC",
  1594. "dependencies": {
  1595. "d3-array": "2 - 3"
  1596. },
  1597. "engines": {
  1598. "node": ">=12"
  1599. }
  1600. },
  1601. "node_modules/d3-time-format": {
  1602. "version": "4.1.0",
  1603. "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz",
  1604. "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
  1605. "license": "ISC",
  1606. "dependencies": {
  1607. "d3-time": "1 - 3"
  1608. },
  1609. "engines": {
  1610. "node": ">=12"
  1611. }
  1612. },
  1613. "node_modules/d3-timer": {
  1614. "version": "3.0.1",
  1615. "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz",
  1616. "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
  1617. "license": "ISC",
  1618. "engines": {
  1619. "node": ">=12"
  1620. }
  1621. },
  1622. "node_modules/dayjs": {
  1623. "version": "1.11.21",
  1624. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz",
  1625. "integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==",
  1626. "license": "MIT"
  1627. },
  1628. "node_modules/detect-libc": {
  1629. "version": "2.1.2",
  1630. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  1631. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  1632. "dev": true,
  1633. "license": "Apache-2.0",
  1634. "engines": {
  1635. "node": ">=8"
  1636. }
  1637. },
  1638. "node_modules/encoding-japanese": {
  1639. "version": "2.2.0",
  1640. "resolved": "https://registry.npmjs.org/encoding-japanese/-/encoding-japanese-2.2.0.tgz",
  1641. "integrity": "sha512-EuJWwlHPZ1LbADuKTClvHtwbaFn4rOD+dRAbWysqEOXRc2Uui0hJInNJrsdH0c+OhJA4nrCBdSkW4DD5YxAo6A==",
  1642. "license": "MIT",
  1643. "engines": {
  1644. "node": ">=8.10.0"
  1645. }
  1646. },
  1647. "node_modules/entities": {
  1648. "version": "8.0.0",
  1649. "resolved": "https://registry.npmjs.org/entities/-/entities-8.0.0.tgz",
  1650. "integrity": "sha512-zwfzJecQ/Uej6tusMqwAqU/6KL2XaB2VZ2Jg54Je6ahNBGNH6Ek6g3jjNCF0fG9EWQKGZNddNjU5F1ZQn/sBnA==",
  1651. "license": "BSD-2-Clause",
  1652. "engines": {
  1653. "node": ">=20.19.0"
  1654. },
  1655. "funding": {
  1656. "url": "https://github.com/fb55/entities?sponsor=1"
  1657. }
  1658. },
  1659. "node_modules/eventemitter3": {
  1660. "version": "5.0.4",
  1661. "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
  1662. "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
  1663. "license": "MIT"
  1664. },
  1665. "node_modules/fast-deep-equal": {
  1666. "version": "3.1.3",
  1667. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  1668. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  1669. "license": "MIT"
  1670. },
  1671. "node_modules/fdir": {
  1672. "version": "6.5.0",
  1673. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  1674. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  1675. "dev": true,
  1676. "license": "MIT",
  1677. "engines": {
  1678. "node": ">=12.0.0"
  1679. },
  1680. "peerDependencies": {
  1681. "picomatch": "^3 || ^4"
  1682. },
  1683. "peerDependenciesMeta": {
  1684. "picomatch": {
  1685. "optional": true
  1686. }
  1687. }
  1688. },
  1689. "node_modules/fecha": {
  1690. "version": "4.2.3",
  1691. "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz",
  1692. "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==",
  1693. "license": "MIT"
  1694. },
  1695. "node_modules/flru": {
  1696. "version": "1.0.2",
  1697. "resolved": "https://registry.npmjs.org/flru/-/flru-1.0.2.tgz",
  1698. "integrity": "sha512-kWyh8ADvHBFz6ua5xYOPnUroZTT/bwWfrCeL0Wj1dzG4/YOmOcfJ99W8dOVyyynJN35rZ9aCOtHChqQovV7yog==",
  1699. "license": "MIT",
  1700. "engines": {
  1701. "node": ">=6"
  1702. }
  1703. },
  1704. "node_modules/fsevents": {
  1705. "version": "2.3.3",
  1706. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  1707. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1708. "dev": true,
  1709. "hasInstallScript": true,
  1710. "license": "MIT",
  1711. "optional": true,
  1712. "os": [
  1713. "darwin"
  1714. ],
  1715. "engines": {
  1716. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1717. }
  1718. },
  1719. "node_modules/gl-matrix": {
  1720. "version": "3.4.4",
  1721. "resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.4.tgz",
  1722. "integrity": "sha512-latSnyDNt/8zYUB6VIJ6PCh2jBjJX6gnDsoCZ7LyW7GkqrD51EWwa9qCoGixj8YqBtETQK/xY7OmpTF8xz1DdQ==",
  1723. "license": "MIT"
  1724. },
  1725. "node_modules/html2canvas": {
  1726. "version": "1.4.1",
  1727. "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.4.1.tgz",
  1728. "integrity": "sha512-fPU6BHNpsyIhr8yyMpTLLxAbkaK8ArIBcmZIRiBLiDhjeqvXolaEmDGmELFuX9I4xDcaKKcJl+TKZLqruBbmWA==",
  1729. "license": "MIT",
  1730. "dependencies": {
  1731. "css-line-break": "^2.1.0",
  1732. "text-segmentation": "^1.0.3"
  1733. },
  1734. "engines": {
  1735. "node": ">=8.0.0"
  1736. }
  1737. },
  1738. "node_modules/iconv-lite": {
  1739. "version": "0.6.3",
  1740. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  1741. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  1742. "license": "MIT",
  1743. "dependencies": {
  1744. "safer-buffer": ">= 2.1.2 < 3.0.0"
  1745. },
  1746. "engines": {
  1747. "node": ">=0.10.0"
  1748. }
  1749. },
  1750. "node_modules/internmap": {
  1751. "version": "2.0.3",
  1752. "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz",
  1753. "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
  1754. "license": "ISC",
  1755. "engines": {
  1756. "node": ">=12"
  1757. }
  1758. },
  1759. "node_modules/is-arrayish": {
  1760. "version": "0.3.4",
  1761. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz",
  1762. "integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==",
  1763. "license": "MIT"
  1764. },
  1765. "node_modules/is-mobile": {
  1766. "version": "5.0.0",
  1767. "resolved": "https://registry.npmjs.org/is-mobile/-/is-mobile-5.0.0.tgz",
  1768. "integrity": "sha512-Tz/yndySvLAEXh+Uk8liFCxOwVH6YutuR74utvOcu7I9Di+DwM0mtdPVZNaVvvBUM2OXxne/NhOs1zAO7riusQ==",
  1769. "license": "MIT"
  1770. },
  1771. "node_modules/json2mq": {
  1772. "version": "0.2.0",
  1773. "resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz",
  1774. "integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==",
  1775. "license": "MIT",
  1776. "dependencies": {
  1777. "string-convert": "^0.2.0"
  1778. }
  1779. },
  1780. "node_modules/libbase64": {
  1781. "version": "1.3.0",
  1782. "resolved": "https://registry.npmjs.org/libbase64/-/libbase64-1.3.0.tgz",
  1783. "integrity": "sha512-GgOXd0Eo6phYgh0DJtjQ2tO8dc0IVINtZJeARPeiIJqge+HdsWSuaDTe8ztQ7j/cONByDZ3zeB325AHiv5O0dg==",
  1784. "license": "MIT"
  1785. },
  1786. "node_modules/libmime": {
  1787. "version": "5.4.1",
  1788. "resolved": "https://registry.npmjs.org/libmime/-/libmime-5.4.1.tgz",
  1789. "integrity": "sha512-0wHGhsofo9IdQPenr3BBHXuxcwMq4atFUTsZ9Ogc1OvI5h4rUdDIrBQEN9JHjCXfDMrE59LUMJWsTD82wTYk8A==",
  1790. "license": "MIT",
  1791. "dependencies": {
  1792. "encoding-japanese": "2.2.0",
  1793. "iconv-lite": "0.7.3",
  1794. "libbase64": "1.3.0",
  1795. "libqp": "2.1.1"
  1796. }
  1797. },
  1798. "node_modules/libmime/node_modules/iconv-lite": {
  1799. "version": "0.7.3",
  1800. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.3.tgz",
  1801. "integrity": "sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==",
  1802. "license": "MIT",
  1803. "dependencies": {
  1804. "safer-buffer": ">= 2.1.2 < 3.0.0"
  1805. },
  1806. "engines": {
  1807. "node": ">=0.10.0"
  1808. },
  1809. "funding": {
  1810. "type": "opencollective",
  1811. "url": "https://opencollective.com/express"
  1812. }
  1813. },
  1814. "node_modules/libqp": {
  1815. "version": "2.1.1",
  1816. "resolved": "https://registry.npmjs.org/libqp/-/libqp-2.1.1.tgz",
  1817. "integrity": "sha512-0Wd+GPz1O134cP62YU2GTOPNA7Qgl09XwCqM5zpBv87ERCXdfDtyKXvV7c9U22yWJh44QZqBocFnXN11K96qow==",
  1818. "license": "MIT"
  1819. },
  1820. "node_modules/lightningcss": {
  1821. "version": "1.32.0",
  1822. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  1823. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  1824. "dev": true,
  1825. "license": "MPL-2.0",
  1826. "dependencies": {
  1827. "detect-libc": "^2.0.3"
  1828. },
  1829. "engines": {
  1830. "node": ">= 12.0.0"
  1831. },
  1832. "funding": {
  1833. "type": "opencollective",
  1834. "url": "https://opencollective.com/parcel"
  1835. },
  1836. "optionalDependencies": {
  1837. "lightningcss-android-arm64": "1.32.0",
  1838. "lightningcss-darwin-arm64": "1.32.0",
  1839. "lightningcss-darwin-x64": "1.32.0",
  1840. "lightningcss-freebsd-x64": "1.32.0",
  1841. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  1842. "lightningcss-linux-arm64-gnu": "1.32.0",
  1843. "lightningcss-linux-arm64-musl": "1.32.0",
  1844. "lightningcss-linux-x64-gnu": "1.32.0",
  1845. "lightningcss-linux-x64-musl": "1.32.0",
  1846. "lightningcss-win32-arm64-msvc": "1.32.0",
  1847. "lightningcss-win32-x64-msvc": "1.32.0"
  1848. }
  1849. },
  1850. "node_modules/lightningcss-android-arm64": {
  1851. "version": "1.32.0",
  1852. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  1853. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  1854. "cpu": [
  1855. "arm64"
  1856. ],
  1857. "dev": true,
  1858. "license": "MPL-2.0",
  1859. "optional": true,
  1860. "os": [
  1861. "android"
  1862. ],
  1863. "engines": {
  1864. "node": ">= 12.0.0"
  1865. },
  1866. "funding": {
  1867. "type": "opencollective",
  1868. "url": "https://opencollective.com/parcel"
  1869. }
  1870. },
  1871. "node_modules/lightningcss-darwin-arm64": {
  1872. "version": "1.32.0",
  1873. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  1874. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  1875. "cpu": [
  1876. "arm64"
  1877. ],
  1878. "dev": true,
  1879. "license": "MPL-2.0",
  1880. "optional": true,
  1881. "os": [
  1882. "darwin"
  1883. ],
  1884. "engines": {
  1885. "node": ">= 12.0.0"
  1886. },
  1887. "funding": {
  1888. "type": "opencollective",
  1889. "url": "https://opencollective.com/parcel"
  1890. }
  1891. },
  1892. "node_modules/lightningcss-darwin-x64": {
  1893. "version": "1.32.0",
  1894. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  1895. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  1896. "cpu": [
  1897. "x64"
  1898. ],
  1899. "dev": true,
  1900. "license": "MPL-2.0",
  1901. "optional": true,
  1902. "os": [
  1903. "darwin"
  1904. ],
  1905. "engines": {
  1906. "node": ">= 12.0.0"
  1907. },
  1908. "funding": {
  1909. "type": "opencollective",
  1910. "url": "https://opencollective.com/parcel"
  1911. }
  1912. },
  1913. "node_modules/lightningcss-freebsd-x64": {
  1914. "version": "1.32.0",
  1915. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  1916. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  1917. "cpu": [
  1918. "x64"
  1919. ],
  1920. "dev": true,
  1921. "license": "MPL-2.0",
  1922. "optional": true,
  1923. "os": [
  1924. "freebsd"
  1925. ],
  1926. "engines": {
  1927. "node": ">= 12.0.0"
  1928. },
  1929. "funding": {
  1930. "type": "opencollective",
  1931. "url": "https://opencollective.com/parcel"
  1932. }
  1933. },
  1934. "node_modules/lightningcss-linux-arm-gnueabihf": {
  1935. "version": "1.32.0",
  1936. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  1937. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  1938. "cpu": [
  1939. "arm"
  1940. ],
  1941. "dev": true,
  1942. "license": "MPL-2.0",
  1943. "optional": true,
  1944. "os": [
  1945. "linux"
  1946. ],
  1947. "engines": {
  1948. "node": ">= 12.0.0"
  1949. },
  1950. "funding": {
  1951. "type": "opencollective",
  1952. "url": "https://opencollective.com/parcel"
  1953. }
  1954. },
  1955. "node_modules/lightningcss-linux-arm64-gnu": {
  1956. "version": "1.32.0",
  1957. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  1958. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  1959. "cpu": [
  1960. "arm64"
  1961. ],
  1962. "dev": true,
  1963. "license": "MPL-2.0",
  1964. "optional": true,
  1965. "os": [
  1966. "linux"
  1967. ],
  1968. "engines": {
  1969. "node": ">= 12.0.0"
  1970. },
  1971. "funding": {
  1972. "type": "opencollective",
  1973. "url": "https://opencollective.com/parcel"
  1974. }
  1975. },
  1976. "node_modules/lightningcss-linux-arm64-musl": {
  1977. "version": "1.32.0",
  1978. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  1979. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  1980. "cpu": [
  1981. "arm64"
  1982. ],
  1983. "dev": true,
  1984. "license": "MPL-2.0",
  1985. "optional": true,
  1986. "os": [
  1987. "linux"
  1988. ],
  1989. "engines": {
  1990. "node": ">= 12.0.0"
  1991. },
  1992. "funding": {
  1993. "type": "opencollective",
  1994. "url": "https://opencollective.com/parcel"
  1995. }
  1996. },
  1997. "node_modules/lightningcss-linux-x64-gnu": {
  1998. "version": "1.32.0",
  1999. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  2000. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  2001. "cpu": [
  2002. "x64"
  2003. ],
  2004. "dev": true,
  2005. "license": "MPL-2.0",
  2006. "optional": true,
  2007. "os": [
  2008. "linux"
  2009. ],
  2010. "engines": {
  2011. "node": ">= 12.0.0"
  2012. },
  2013. "funding": {
  2014. "type": "opencollective",
  2015. "url": "https://opencollective.com/parcel"
  2016. }
  2017. },
  2018. "node_modules/lightningcss-linux-x64-musl": {
  2019. "version": "1.32.0",
  2020. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  2021. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  2022. "cpu": [
  2023. "x64"
  2024. ],
  2025. "dev": true,
  2026. "license": "MPL-2.0",
  2027. "optional": true,
  2028. "os": [
  2029. "linux"
  2030. ],
  2031. "engines": {
  2032. "node": ">= 12.0.0"
  2033. },
  2034. "funding": {
  2035. "type": "opencollective",
  2036. "url": "https://opencollective.com/parcel"
  2037. }
  2038. },
  2039. "node_modules/lightningcss-win32-arm64-msvc": {
  2040. "version": "1.32.0",
  2041. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  2042. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  2043. "cpu": [
  2044. "arm64"
  2045. ],
  2046. "dev": true,
  2047. "license": "MPL-2.0",
  2048. "optional": true,
  2049. "os": [
  2050. "win32"
  2051. ],
  2052. "engines": {
  2053. "node": ">= 12.0.0"
  2054. },
  2055. "funding": {
  2056. "type": "opencollective",
  2057. "url": "https://opencollective.com/parcel"
  2058. }
  2059. },
  2060. "node_modules/lightningcss-win32-x64-msvc": {
  2061. "version": "1.32.0",
  2062. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  2063. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  2064. "cpu": [
  2065. "x64"
  2066. ],
  2067. "dev": true,
  2068. "license": "MPL-2.0",
  2069. "optional": true,
  2070. "os": [
  2071. "win32"
  2072. ],
  2073. "engines": {
  2074. "node": ">= 12.0.0"
  2075. },
  2076. "funding": {
  2077. "type": "opencollective",
  2078. "url": "https://opencollective.com/parcel"
  2079. }
  2080. },
  2081. "node_modules/lodash": {
  2082. "version": "4.18.1",
  2083. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
  2084. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  2085. "license": "MIT"
  2086. },
  2087. "node_modules/nanoid": {
  2088. "version": "3.3.15",
  2089. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.15.tgz",
  2090. "integrity": "sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==",
  2091. "dev": true,
  2092. "funding": [
  2093. {
  2094. "type": "github",
  2095. "url": "https://github.com/sponsors/ai"
  2096. }
  2097. ],
  2098. "license": "MIT",
  2099. "bin": {
  2100. "nanoid": "bin/nanoid.cjs"
  2101. },
  2102. "engines": {
  2103. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2104. }
  2105. },
  2106. "node_modules/parse5": {
  2107. "version": "8.0.1",
  2108. "resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.1.tgz",
  2109. "integrity": "sha512-z1e/HMG90obSGeidlli3hj7cbocou0/wa5HacvI3ASx34PecNjNQeaHNo5WIZpWofN9kgkqV1q5YvXe3F0FoPw==",
  2110. "license": "MIT",
  2111. "dependencies": {
  2112. "entities": "^8.0.0"
  2113. },
  2114. "funding": {
  2115. "url": "https://github.com/inikulin/parse5?sponsor=1"
  2116. }
  2117. },
  2118. "node_modules/pdfast": {
  2119. "version": "0.2.0",
  2120. "resolved": "https://registry.npmjs.org/pdfast/-/pdfast-0.2.0.tgz",
  2121. "integrity": "sha512-cq6TTu6qKSFUHwEahi68k/kqN2mfepjkGrG9Un70cgdRRKLKY6Rf8P8uvP2NvZktaQZNF3YE7agEkLj0vGK9bA==",
  2122. "license": "MIT"
  2123. },
  2124. "node_modules/picocolors": {
  2125. "version": "1.1.1",
  2126. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  2127. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  2128. "dev": true,
  2129. "license": "ISC"
  2130. },
  2131. "node_modules/picomatch": {
  2132. "version": "4.0.5",
  2133. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
  2134. "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
  2135. "dev": true,
  2136. "license": "MIT",
  2137. "engines": {
  2138. "node": ">=12"
  2139. },
  2140. "funding": {
  2141. "url": "https://github.com/sponsors/jonschlinkert"
  2142. }
  2143. },
  2144. "node_modules/postcss": {
  2145. "version": "8.5.16",
  2146. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz",
  2147. "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==",
  2148. "dev": true,
  2149. "funding": [
  2150. {
  2151. "type": "opencollective",
  2152. "url": "https://opencollective.com/postcss/"
  2153. },
  2154. {
  2155. "type": "tidelift",
  2156. "url": "https://tidelift.com/funding/github/npm/postcss"
  2157. },
  2158. {
  2159. "type": "github",
  2160. "url": "https://github.com/sponsors/ai"
  2161. }
  2162. ],
  2163. "license": "MIT",
  2164. "dependencies": {
  2165. "nanoid": "^3.3.12",
  2166. "picocolors": "^1.1.1",
  2167. "source-map-js": "^1.2.1"
  2168. },
  2169. "engines": {
  2170. "node": "^10 || ^12 || >=14"
  2171. }
  2172. },
  2173. "node_modules/rc-cascader": {
  2174. "version": "3.34.0",
  2175. "resolved": "https://registry.npmjs.org/rc-cascader/-/rc-cascader-3.34.0.tgz",
  2176. "integrity": "sha512-KpXypcvju9ptjW9FaN2NFcA2QH9E9LHKq169Y0eWtH4e/wHQ5Wh5qZakAgvb8EKZ736WZ3B0zLLOBsrsja5Dag==",
  2177. "license": "MIT",
  2178. "dependencies": {
  2179. "@babel/runtime": "^7.25.7",
  2180. "classnames": "^2.3.1",
  2181. "rc-select": "~14.16.2",
  2182. "rc-tree": "~5.13.0",
  2183. "rc-util": "^5.43.0"
  2184. },
  2185. "peerDependencies": {
  2186. "react": ">=16.9.0",
  2187. "react-dom": ">=16.9.0"
  2188. }
  2189. },
  2190. "node_modules/rc-checkbox": {
  2191. "version": "3.5.0",
  2192. "resolved": "https://registry.npmjs.org/rc-checkbox/-/rc-checkbox-3.5.0.tgz",
  2193. "integrity": "sha512-aOAQc3E98HteIIsSqm6Xk2FPKIER6+5vyEFMZfo73TqM+VVAIqOkHoPjgKLqSNtVLWScoaM7vY2ZrGEheI79yg==",
  2194. "license": "MIT",
  2195. "dependencies": {
  2196. "@babel/runtime": "^7.10.1",
  2197. "classnames": "^2.3.2",
  2198. "rc-util": "^5.25.2"
  2199. },
  2200. "peerDependencies": {
  2201. "react": ">=16.9.0",
  2202. "react-dom": ">=16.9.0"
  2203. }
  2204. },
  2205. "node_modules/rc-collapse": {
  2206. "version": "3.9.0",
  2207. "resolved": "https://registry.npmjs.org/rc-collapse/-/rc-collapse-3.9.0.tgz",
  2208. "integrity": "sha512-swDdz4QZ4dFTo4RAUMLL50qP0EY62N2kvmk2We5xYdRwcRn8WcYtuetCJpwpaCbUfUt5+huLpVxhvmnK+PHrkA==",
  2209. "license": "MIT",
  2210. "dependencies": {
  2211. "@babel/runtime": "^7.10.1",
  2212. "classnames": "2.x",
  2213. "rc-motion": "^2.3.4",
  2214. "rc-util": "^5.27.0"
  2215. },
  2216. "peerDependencies": {
  2217. "react": ">=16.9.0",
  2218. "react-dom": ">=16.9.0"
  2219. }
  2220. },
  2221. "node_modules/rc-dialog": {
  2222. "version": "9.6.0",
  2223. "resolved": "https://registry.npmjs.org/rc-dialog/-/rc-dialog-9.6.0.tgz",
  2224. "integrity": "sha512-ApoVi9Z8PaCQg6FsUzS8yvBEQy0ZL2PkuvAgrmohPkN3okps5WZ5WQWPc1RNuiOKaAYv8B97ACdsFU5LizzCqg==",
  2225. "license": "MIT",
  2226. "dependencies": {
  2227. "@babel/runtime": "^7.10.1",
  2228. "@rc-component/portal": "^1.0.0-8",
  2229. "classnames": "^2.2.6",
  2230. "rc-motion": "^2.3.0",
  2231. "rc-util": "^5.21.0"
  2232. },
  2233. "peerDependencies": {
  2234. "react": ">=16.9.0",
  2235. "react-dom": ">=16.9.0"
  2236. }
  2237. },
  2238. "node_modules/rc-drawer": {
  2239. "version": "7.3.0",
  2240. "resolved": "https://registry.npmjs.org/rc-drawer/-/rc-drawer-7.3.0.tgz",
  2241. "integrity": "sha512-DX6CIgiBWNpJIMGFO8BAISFkxiuKitoizooj4BDyee8/SnBn0zwO2FHrNDpqqepj0E/TFTDpmEBCyFuTgC7MOg==",
  2242. "license": "MIT",
  2243. "dependencies": {
  2244. "@babel/runtime": "^7.23.9",
  2245. "@rc-component/portal": "^1.1.1",
  2246. "classnames": "^2.2.6",
  2247. "rc-motion": "^2.6.1",
  2248. "rc-util": "^5.38.1"
  2249. },
  2250. "peerDependencies": {
  2251. "react": ">=16.9.0",
  2252. "react-dom": ">=16.9.0"
  2253. }
  2254. },
  2255. "node_modules/rc-dropdown": {
  2256. "version": "4.2.1",
  2257. "resolved": "https://registry.npmjs.org/rc-dropdown/-/rc-dropdown-4.2.1.tgz",
  2258. "integrity": "sha512-YDAlXsPv3I1n42dv1JpdM7wJ+gSUBfeyPK59ZpBD9jQhK9jVuxpjj3NmWQHOBceA1zEPVX84T2wbdb2SD0UjmA==",
  2259. "license": "MIT",
  2260. "dependencies": {
  2261. "@babel/runtime": "^7.18.3",
  2262. "@rc-component/trigger": "^2.0.0",
  2263. "classnames": "^2.2.6",
  2264. "rc-util": "^5.44.1"
  2265. },
  2266. "peerDependencies": {
  2267. "react": ">=16.11.0",
  2268. "react-dom": ">=16.11.0"
  2269. }
  2270. },
  2271. "node_modules/rc-field-form": {
  2272. "version": "2.7.1",
  2273. "resolved": "https://registry.npmjs.org/rc-field-form/-/rc-field-form-2.7.1.tgz",
  2274. "integrity": "sha512-vKeSifSJ6HoLaAB+B8aq/Qgm8a3dyxROzCtKNCsBQgiverpc4kWDQihoUwzUj+zNWJOykwSY4dNX3QrGwtVb9A==",
  2275. "license": "MIT",
  2276. "dependencies": {
  2277. "@babel/runtime": "^7.18.0",
  2278. "@rc-component/async-validator": "^5.0.3",
  2279. "rc-util": "^5.32.2"
  2280. },
  2281. "engines": {
  2282. "node": ">=8.x"
  2283. },
  2284. "peerDependencies": {
  2285. "react": ">=16.9.0",
  2286. "react-dom": ">=16.9.0"
  2287. }
  2288. },
  2289. "node_modules/rc-image": {
  2290. "version": "7.12.0",
  2291. "resolved": "https://registry.npmjs.org/rc-image/-/rc-image-7.12.0.tgz",
  2292. "integrity": "sha512-cZ3HTyyckPnNnUb9/DRqduqzLfrQRyi+CdHjdqgsyDpI3Ln5UX1kXnAhPBSJj9pVRzwRFgqkN7p9b6HBDjmu/Q==",
  2293. "license": "MIT",
  2294. "dependencies": {
  2295. "@babel/runtime": "^7.11.2",
  2296. "@rc-component/portal": "^1.0.2",
  2297. "classnames": "^2.2.6",
  2298. "rc-dialog": "~9.6.0",
  2299. "rc-motion": "^2.6.2",
  2300. "rc-util": "^5.34.1"
  2301. },
  2302. "peerDependencies": {
  2303. "react": ">=16.9.0",
  2304. "react-dom": ">=16.9.0"
  2305. }
  2306. },
  2307. "node_modules/rc-input": {
  2308. "version": "1.8.0",
  2309. "resolved": "https://registry.npmjs.org/rc-input/-/rc-input-1.8.0.tgz",
  2310. "integrity": "sha512-KXvaTbX+7ha8a/k+eg6SYRVERK0NddX8QX7a7AnRvUa/rEH0CNMlpcBzBkhI0wp2C8C4HlMoYl8TImSN+fuHKA==",
  2311. "license": "MIT",
  2312. "dependencies": {
  2313. "@babel/runtime": "^7.11.1",
  2314. "classnames": "^2.2.1",
  2315. "rc-util": "^5.18.1"
  2316. },
  2317. "peerDependencies": {
  2318. "react": ">=16.0.0",
  2319. "react-dom": ">=16.0.0"
  2320. }
  2321. },
  2322. "node_modules/rc-input-number": {
  2323. "version": "9.5.0",
  2324. "resolved": "https://registry.npmjs.org/rc-input-number/-/rc-input-number-9.5.0.tgz",
  2325. "integrity": "sha512-bKaEvB5tHebUURAEXw35LDcnRZLq3x1k7GxfAqBMzmpHkDGzjAtnUL8y4y5N15rIFIg5IJgwr211jInl3cipag==",
  2326. "license": "MIT",
  2327. "dependencies": {
  2328. "@babel/runtime": "^7.10.1",
  2329. "@rc-component/mini-decimal": "^1.0.1",
  2330. "classnames": "^2.2.5",
  2331. "rc-input": "~1.8.0",
  2332. "rc-util": "^5.40.1"
  2333. },
  2334. "peerDependencies": {
  2335. "react": ">=16.9.0",
  2336. "react-dom": ">=16.9.0"
  2337. }
  2338. },
  2339. "node_modules/rc-mentions": {
  2340. "version": "2.20.0",
  2341. "resolved": "https://registry.npmjs.org/rc-mentions/-/rc-mentions-2.20.0.tgz",
  2342. "integrity": "sha512-w8HCMZEh3f0nR8ZEd466ATqmXFCMGMN5UFCzEUL0bM/nGw/wOS2GgRzKBcm19K++jDyuWCOJOdgcKGXU3fXfbQ==",
  2343. "license": "MIT",
  2344. "dependencies": {
  2345. "@babel/runtime": "^7.22.5",
  2346. "@rc-component/trigger": "^2.0.0",
  2347. "classnames": "^2.2.6",
  2348. "rc-input": "~1.8.0",
  2349. "rc-menu": "~9.16.0",
  2350. "rc-textarea": "~1.10.0",
  2351. "rc-util": "^5.34.1"
  2352. },
  2353. "peerDependencies": {
  2354. "react": ">=16.9.0",
  2355. "react-dom": ">=16.9.0"
  2356. }
  2357. },
  2358. "node_modules/rc-menu": {
  2359. "version": "9.16.1",
  2360. "resolved": "https://registry.npmjs.org/rc-menu/-/rc-menu-9.16.1.tgz",
  2361. "integrity": "sha512-ghHx6/6Dvp+fw8CJhDUHFHDJ84hJE3BXNCzSgLdmNiFErWSOaZNsihDAsKq9ByTALo/xkNIwtDFGIl6r+RPXBg==",
  2362. "license": "MIT",
  2363. "dependencies": {
  2364. "@babel/runtime": "^7.10.1",
  2365. "@rc-component/trigger": "^2.0.0",
  2366. "classnames": "2.x",
  2367. "rc-motion": "^2.4.3",
  2368. "rc-overflow": "^1.3.1",
  2369. "rc-util": "^5.27.0"
  2370. },
  2371. "peerDependencies": {
  2372. "react": ">=16.9.0",
  2373. "react-dom": ">=16.9.0"
  2374. }
  2375. },
  2376. "node_modules/rc-motion": {
  2377. "version": "2.9.5",
  2378. "resolved": "https://registry.npmjs.org/rc-motion/-/rc-motion-2.9.5.tgz",
  2379. "integrity": "sha512-w+XTUrfh7ArbYEd2582uDrEhmBHwK1ZENJiSJVb7uRxdE7qJSYjbO2eksRXmndqyKqKoYPc9ClpPh5242mV1vA==",
  2380. "license": "MIT",
  2381. "dependencies": {
  2382. "@babel/runtime": "^7.11.1",
  2383. "classnames": "^2.2.1",
  2384. "rc-util": "^5.44.0"
  2385. },
  2386. "peerDependencies": {
  2387. "react": ">=16.9.0",
  2388. "react-dom": ">=16.9.0"
  2389. }
  2390. },
  2391. "node_modules/rc-notification": {
  2392. "version": "5.6.4",
  2393. "resolved": "https://registry.npmjs.org/rc-notification/-/rc-notification-5.6.4.tgz",
  2394. "integrity": "sha512-KcS4O6B4qzM3KH7lkwOB7ooLPZ4b6J+VMmQgT51VZCeEcmghdeR4IrMcFq0LG+RPdnbe/ArT086tGM8Snimgiw==",
  2395. "license": "MIT",
  2396. "dependencies": {
  2397. "@babel/runtime": "^7.10.1",
  2398. "classnames": "2.x",
  2399. "rc-motion": "^2.9.0",
  2400. "rc-util": "^5.20.1"
  2401. },
  2402. "engines": {
  2403. "node": ">=8.x"
  2404. },
  2405. "peerDependencies": {
  2406. "react": ">=16.9.0",
  2407. "react-dom": ">=16.9.0"
  2408. }
  2409. },
  2410. "node_modules/rc-overflow": {
  2411. "version": "1.5.0",
  2412. "resolved": "https://registry.npmjs.org/rc-overflow/-/rc-overflow-1.5.0.tgz",
  2413. "integrity": "sha512-Lm/v9h0LymeUYJf0x39OveU52InkdRXqnn2aYXfWmo8WdOonIKB2kfau+GF0fWq6jPgtdO9yMqveGcK6aIhJmg==",
  2414. "license": "MIT",
  2415. "dependencies": {
  2416. "@babel/runtime": "^7.11.1",
  2417. "classnames": "^2.2.1",
  2418. "rc-resize-observer": "^1.0.0",
  2419. "rc-util": "^5.37.0"
  2420. },
  2421. "peerDependencies": {
  2422. "react": ">=16.9.0",
  2423. "react-dom": ">=16.9.0"
  2424. }
  2425. },
  2426. "node_modules/rc-pagination": {
  2427. "version": "5.1.0",
  2428. "resolved": "https://registry.npmjs.org/rc-pagination/-/rc-pagination-5.1.0.tgz",
  2429. "integrity": "sha512-8416Yip/+eclTFdHXLKTxZvn70duYVGTvUUWbckCCZoIl3jagqke3GLsFrMs0bsQBikiYpZLD9206Ej4SOdOXQ==",
  2430. "license": "MIT",
  2431. "dependencies": {
  2432. "@babel/runtime": "^7.10.1",
  2433. "classnames": "^2.3.2",
  2434. "rc-util": "^5.38.0"
  2435. },
  2436. "peerDependencies": {
  2437. "react": ">=16.9.0",
  2438. "react-dom": ">=16.9.0"
  2439. }
  2440. },
  2441. "node_modules/rc-picker": {
  2442. "version": "4.11.3",
  2443. "resolved": "https://registry.npmjs.org/rc-picker/-/rc-picker-4.11.3.tgz",
  2444. "integrity": "sha512-MJ5teb7FlNE0NFHTncxXQ62Y5lytq6sh5nUw0iH8OkHL/TjARSEvSHpr940pWgjGANpjCwyMdvsEV55l5tYNSg==",
  2445. "license": "MIT",
  2446. "dependencies": {
  2447. "@babel/runtime": "^7.24.7",
  2448. "@rc-component/trigger": "^2.0.0",
  2449. "classnames": "^2.2.1",
  2450. "rc-overflow": "^1.3.2",
  2451. "rc-resize-observer": "^1.4.0",
  2452. "rc-util": "^5.43.0"
  2453. },
  2454. "engines": {
  2455. "node": ">=8.x"
  2456. },
  2457. "peerDependencies": {
  2458. "date-fns": ">= 2.x",
  2459. "dayjs": ">= 1.x",
  2460. "luxon": ">= 3.x",
  2461. "moment": ">= 2.x",
  2462. "react": ">=16.9.0",
  2463. "react-dom": ">=16.9.0"
  2464. },
  2465. "peerDependenciesMeta": {
  2466. "date-fns": {
  2467. "optional": true
  2468. },
  2469. "dayjs": {
  2470. "optional": true
  2471. },
  2472. "luxon": {
  2473. "optional": true
  2474. },
  2475. "moment": {
  2476. "optional": true
  2477. }
  2478. }
  2479. },
  2480. "node_modules/rc-progress": {
  2481. "version": "4.0.0",
  2482. "resolved": "https://registry.npmjs.org/rc-progress/-/rc-progress-4.0.0.tgz",
  2483. "integrity": "sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==",
  2484. "license": "MIT",
  2485. "dependencies": {
  2486. "@babel/runtime": "^7.10.1",
  2487. "classnames": "^2.2.6",
  2488. "rc-util": "^5.16.1"
  2489. },
  2490. "peerDependencies": {
  2491. "react": ">=16.9.0",
  2492. "react-dom": ">=16.9.0"
  2493. }
  2494. },
  2495. "node_modules/rc-rate": {
  2496. "version": "2.13.1",
  2497. "resolved": "https://registry.npmjs.org/rc-rate/-/rc-rate-2.13.1.tgz",
  2498. "integrity": "sha512-QUhQ9ivQ8Gy7mtMZPAjLbxBt5y9GRp65VcUyGUMF3N3fhiftivPHdpuDIaWIMOTEprAjZPC08bls1dQB+I1F2Q==",
  2499. "license": "MIT",
  2500. "dependencies": {
  2501. "@babel/runtime": "^7.10.1",
  2502. "classnames": "^2.2.5",
  2503. "rc-util": "^5.0.1"
  2504. },
  2505. "engines": {
  2506. "node": ">=8.x"
  2507. },
  2508. "peerDependencies": {
  2509. "react": ">=16.9.0",
  2510. "react-dom": ">=16.9.0"
  2511. }
  2512. },
  2513. "node_modules/rc-resize-observer": {
  2514. "version": "1.4.3",
  2515. "resolved": "https://registry.npmjs.org/rc-resize-observer/-/rc-resize-observer-1.4.3.tgz",
  2516. "integrity": "sha512-YZLjUbyIWox8E9i9C3Tm7ia+W7euPItNWSPX5sCcQTYbnwDb5uNpnLHQCG1f22oZWUhLw4Mv2tFmeWe68CDQRQ==",
  2517. "license": "MIT",
  2518. "dependencies": {
  2519. "@babel/runtime": "^7.20.7",
  2520. "classnames": "^2.2.1",
  2521. "rc-util": "^5.44.1",
  2522. "resize-observer-polyfill": "^1.5.1"
  2523. },
  2524. "peerDependencies": {
  2525. "react": ">=16.9.0",
  2526. "react-dom": ">=16.9.0"
  2527. }
  2528. },
  2529. "node_modules/rc-segmented": {
  2530. "version": "2.7.1",
  2531. "resolved": "https://registry.npmjs.org/rc-segmented/-/rc-segmented-2.7.1.tgz",
  2532. "integrity": "sha512-izj1Nw/Dw2Vb7EVr+D/E9lUTkBe+kKC+SAFSU9zqr7WV2W5Ktaa9Gc7cB2jTqgk8GROJayltaec+DBlYKc6d+g==",
  2533. "license": "MIT",
  2534. "dependencies": {
  2535. "@babel/runtime": "^7.11.1",
  2536. "classnames": "^2.2.1",
  2537. "rc-motion": "^2.4.4",
  2538. "rc-util": "^5.17.0"
  2539. },
  2540. "peerDependencies": {
  2541. "react": ">=16.0.0",
  2542. "react-dom": ">=16.0.0"
  2543. }
  2544. },
  2545. "node_modules/rc-select": {
  2546. "version": "14.16.8",
  2547. "resolved": "https://registry.npmjs.org/rc-select/-/rc-select-14.16.8.tgz",
  2548. "integrity": "sha512-NOV5BZa1wZrsdkKaiK7LHRuo5ZjZYMDxPP6/1+09+FB4KoNi8jcG1ZqLE3AVCxEsYMBe65OBx71wFoHRTP3LRg==",
  2549. "license": "MIT",
  2550. "dependencies": {
  2551. "@babel/runtime": "^7.10.1",
  2552. "@rc-component/trigger": "^2.1.1",
  2553. "classnames": "2.x",
  2554. "rc-motion": "^2.0.1",
  2555. "rc-overflow": "^1.3.1",
  2556. "rc-util": "^5.16.1",
  2557. "rc-virtual-list": "^3.5.2"
  2558. },
  2559. "engines": {
  2560. "node": ">=8.x"
  2561. },
  2562. "peerDependencies": {
  2563. "react": "*",
  2564. "react-dom": "*"
  2565. }
  2566. },
  2567. "node_modules/rc-slider": {
  2568. "version": "11.1.9",
  2569. "resolved": "https://registry.npmjs.org/rc-slider/-/rc-slider-11.1.9.tgz",
  2570. "integrity": "sha512-h8IknhzSh3FEM9u8ivkskh+Ef4Yo4JRIY2nj7MrH6GQmrwV6mcpJf5/4KgH5JaVI1H3E52yCdpOlVyGZIeph5A==",
  2571. "license": "MIT",
  2572. "dependencies": {
  2573. "@babel/runtime": "^7.10.1",
  2574. "classnames": "^2.2.5",
  2575. "rc-util": "^5.36.0"
  2576. },
  2577. "engines": {
  2578. "node": ">=8.x"
  2579. },
  2580. "peerDependencies": {
  2581. "react": ">=16.9.0",
  2582. "react-dom": ">=16.9.0"
  2583. }
  2584. },
  2585. "node_modules/rc-steps": {
  2586. "version": "6.0.1",
  2587. "resolved": "https://registry.npmjs.org/rc-steps/-/rc-steps-6.0.1.tgz",
  2588. "integrity": "sha512-lKHL+Sny0SeHkQKKDJlAjV5oZ8DwCdS2hFhAkIjuQt1/pB81M0cA0ErVFdHq9+jmPmFw1vJB2F5NBzFXLJxV+g==",
  2589. "license": "MIT",
  2590. "dependencies": {
  2591. "@babel/runtime": "^7.16.7",
  2592. "classnames": "^2.2.3",
  2593. "rc-util": "^5.16.1"
  2594. },
  2595. "engines": {
  2596. "node": ">=8.x"
  2597. },
  2598. "peerDependencies": {
  2599. "react": ">=16.9.0",
  2600. "react-dom": ">=16.9.0"
  2601. }
  2602. },
  2603. "node_modules/rc-switch": {
  2604. "version": "4.1.0",
  2605. "resolved": "https://registry.npmjs.org/rc-switch/-/rc-switch-4.1.0.tgz",
  2606. "integrity": "sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==",
  2607. "license": "MIT",
  2608. "dependencies": {
  2609. "@babel/runtime": "^7.21.0",
  2610. "classnames": "^2.2.1",
  2611. "rc-util": "^5.30.0"
  2612. },
  2613. "peerDependencies": {
  2614. "react": ">=16.9.0",
  2615. "react-dom": ">=16.9.0"
  2616. }
  2617. },
  2618. "node_modules/rc-table": {
  2619. "version": "7.54.0",
  2620. "resolved": "https://registry.npmjs.org/rc-table/-/rc-table-7.54.0.tgz",
  2621. "integrity": "sha512-/wDTkki6wBTjwylwAGjpLKYklKo9YgjZwAU77+7ME5mBoS32Q4nAwoqhA2lSge6fobLW3Tap6uc5xfwaL2p0Sw==",
  2622. "license": "MIT",
  2623. "dependencies": {
  2624. "@babel/runtime": "^7.10.1",
  2625. "@rc-component/context": "^1.4.0",
  2626. "classnames": "^2.2.5",
  2627. "rc-resize-observer": "^1.1.0",
  2628. "rc-util": "^5.44.3",
  2629. "rc-virtual-list": "^3.14.2"
  2630. },
  2631. "engines": {
  2632. "node": ">=8.x"
  2633. },
  2634. "peerDependencies": {
  2635. "react": ">=16.9.0",
  2636. "react-dom": ">=16.9.0"
  2637. }
  2638. },
  2639. "node_modules/rc-tabs": {
  2640. "version": "15.7.0",
  2641. "resolved": "https://registry.npmjs.org/rc-tabs/-/rc-tabs-15.7.0.tgz",
  2642. "integrity": "sha512-ZepiE+6fmozYdWf/9gVp7k56PKHB1YYoDsKeQA1CBlJ/POIhjkcYiv0AGP0w2Jhzftd3AVvZP/K+V+Lpi2ankA==",
  2643. "license": "MIT",
  2644. "dependencies": {
  2645. "@babel/runtime": "^7.11.2",
  2646. "classnames": "2.x",
  2647. "rc-dropdown": "~4.2.0",
  2648. "rc-menu": "~9.16.0",
  2649. "rc-motion": "^2.6.2",
  2650. "rc-resize-observer": "^1.0.0",
  2651. "rc-util": "^5.34.1"
  2652. },
  2653. "engines": {
  2654. "node": ">=8.x"
  2655. },
  2656. "peerDependencies": {
  2657. "react": ">=16.9.0",
  2658. "react-dom": ">=16.9.0"
  2659. }
  2660. },
  2661. "node_modules/rc-textarea": {
  2662. "version": "1.10.2",
  2663. "resolved": "https://registry.npmjs.org/rc-textarea/-/rc-textarea-1.10.2.tgz",
  2664. "integrity": "sha512-HfaeXiaSlpiSp0I/pvWpecFEHpVysZ9tpDLNkxQbMvMz6gsr7aVZ7FpWP9kt4t7DB+jJXesYS0us1uPZnlRnwQ==",
  2665. "license": "MIT",
  2666. "dependencies": {
  2667. "@babel/runtime": "^7.10.1",
  2668. "classnames": "^2.2.1",
  2669. "rc-input": "~1.8.0",
  2670. "rc-resize-observer": "^1.0.0",
  2671. "rc-util": "^5.27.0"
  2672. },
  2673. "peerDependencies": {
  2674. "react": ">=16.9.0",
  2675. "react-dom": ">=16.9.0"
  2676. }
  2677. },
  2678. "node_modules/rc-tooltip": {
  2679. "version": "6.4.0",
  2680. "resolved": "https://registry.npmjs.org/rc-tooltip/-/rc-tooltip-6.4.0.tgz",
  2681. "integrity": "sha512-kqyivim5cp8I5RkHmpsp1Nn/Wk+1oeloMv9c7LXNgDxUpGm+RbXJGL+OPvDlcRnx9DBeOe4wyOIl4OKUERyH1g==",
  2682. "license": "MIT",
  2683. "dependencies": {
  2684. "@babel/runtime": "^7.11.2",
  2685. "@rc-component/trigger": "^2.0.0",
  2686. "classnames": "^2.3.1",
  2687. "rc-util": "^5.44.3"
  2688. },
  2689. "peerDependencies": {
  2690. "react": ">=16.9.0",
  2691. "react-dom": ">=16.9.0"
  2692. }
  2693. },
  2694. "node_modules/rc-tree": {
  2695. "version": "5.13.1",
  2696. "resolved": "https://registry.npmjs.org/rc-tree/-/rc-tree-5.13.1.tgz",
  2697. "integrity": "sha512-FNhIefhftobCdUJshO7M8uZTA9F4OPGVXqGfZkkD/5soDeOhwO06T/aKTrg0WD8gRg/pyfq+ql3aMymLHCTC4A==",
  2698. "license": "MIT",
  2699. "dependencies": {
  2700. "@babel/runtime": "^7.10.1",
  2701. "classnames": "2.x",
  2702. "rc-motion": "^2.0.1",
  2703. "rc-util": "^5.16.1",
  2704. "rc-virtual-list": "^3.5.1"
  2705. },
  2706. "engines": {
  2707. "node": ">=10.x"
  2708. },
  2709. "peerDependencies": {
  2710. "react": "*",
  2711. "react-dom": "*"
  2712. }
  2713. },
  2714. "node_modules/rc-tree-select": {
  2715. "version": "5.27.0",
  2716. "resolved": "https://registry.npmjs.org/rc-tree-select/-/rc-tree-select-5.27.0.tgz",
  2717. "integrity": "sha512-2qTBTzwIT7LRI1o7zLyrCzmo5tQanmyGbSaGTIf7sYimCklAToVVfpMC6OAldSKolcnjorBYPNSKQqJmN3TCww==",
  2718. "license": "MIT",
  2719. "dependencies": {
  2720. "@babel/runtime": "^7.25.7",
  2721. "classnames": "2.x",
  2722. "rc-select": "~14.16.2",
  2723. "rc-tree": "~5.13.0",
  2724. "rc-util": "^5.43.0"
  2725. },
  2726. "peerDependencies": {
  2727. "react": "*",
  2728. "react-dom": "*"
  2729. }
  2730. },
  2731. "node_modules/rc-upload": {
  2732. "version": "4.11.0",
  2733. "resolved": "https://registry.npmjs.org/rc-upload/-/rc-upload-4.11.0.tgz",
  2734. "integrity": "sha512-ZUyT//2JAehfHzjWowqROcwYJKnZkIUGWaTE/VogVrepSl7AFNbQf4+zGfX4zl9Vrj/Jm8scLO0R6UlPDKK4wA==",
  2735. "license": "MIT",
  2736. "dependencies": {
  2737. "@babel/runtime": "^7.18.3",
  2738. "classnames": "^2.2.5",
  2739. "rc-util": "^5.2.0"
  2740. },
  2741. "peerDependencies": {
  2742. "react": ">=16.9.0",
  2743. "react-dom": ">=16.9.0"
  2744. }
  2745. },
  2746. "node_modules/rc-util": {
  2747. "version": "5.44.4",
  2748. "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.44.4.tgz",
  2749. "integrity": "sha512-resueRJzmHG9Q6rI/DfK6Kdv9/Lfls05vzMs1Sk3M2P+3cJa+MakaZyWY8IPfehVuhPJFKrIY1IK4GqbiaiY5w==",
  2750. "license": "MIT",
  2751. "dependencies": {
  2752. "@babel/runtime": "^7.18.3",
  2753. "react-is": "^18.2.0"
  2754. },
  2755. "peerDependencies": {
  2756. "react": ">=16.9.0",
  2757. "react-dom": ">=16.9.0"
  2758. }
  2759. },
  2760. "node_modules/rc-virtual-list": {
  2761. "version": "3.19.2",
  2762. "resolved": "https://registry.npmjs.org/rc-virtual-list/-/rc-virtual-list-3.19.2.tgz",
  2763. "integrity": "sha512-Ys6NcjwGkuwkeaWBDqfI3xWuZ7rDiQXlH1o2zLfFzATfEgXcqpk8CkgMfbJD81McqjcJVez25a3kPxCR807evA==",
  2764. "license": "MIT",
  2765. "dependencies": {
  2766. "@babel/runtime": "^7.20.0",
  2767. "classnames": "^2.2.6",
  2768. "rc-resize-observer": "^1.0.0",
  2769. "rc-util": "^5.36.0"
  2770. },
  2771. "engines": {
  2772. "node": ">=8.x"
  2773. },
  2774. "peerDependencies": {
  2775. "react": ">=16.9.0",
  2776. "react-dom": ">=16.9.0"
  2777. }
  2778. },
  2779. "node_modules/react": {
  2780. "version": "19.2.7",
  2781. "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz",
  2782. "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==",
  2783. "license": "MIT",
  2784. "engines": {
  2785. "node": ">=0.10.0"
  2786. }
  2787. },
  2788. "node_modules/react-dom": {
  2789. "version": "19.2.7",
  2790. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz",
  2791. "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==",
  2792. "license": "MIT",
  2793. "dependencies": {
  2794. "scheduler": "^0.27.0"
  2795. },
  2796. "peerDependencies": {
  2797. "react": "^19.2.7"
  2798. }
  2799. },
  2800. "node_modules/react-is": {
  2801. "version": "18.3.1",
  2802. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
  2803. "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
  2804. "license": "MIT"
  2805. },
  2806. "node_modules/resize-observer-polyfill": {
  2807. "version": "1.5.1",
  2808. "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
  2809. "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
  2810. "license": "MIT"
  2811. },
  2812. "node_modules/rolldown": {
  2813. "version": "1.1.4",
  2814. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.1.4.tgz",
  2815. "integrity": "sha512-IjZYiLxZwpnhwhdBH2ugdTGVSdhCQUmLxLoqyjiL0JxYjyRst+5a0P3xfrTxJ5F638j4Mvvw5FAX5XE6eHpXbA==",
  2816. "dev": true,
  2817. "license": "MIT",
  2818. "dependencies": {
  2819. "@oxc-project/types": "=0.138.0",
  2820. "@rolldown/pluginutils": "^1.0.0"
  2821. },
  2822. "bin": {
  2823. "rolldown": "bin/cli.mjs"
  2824. },
  2825. "engines": {
  2826. "node": "^20.19.0 || >=22.12.0"
  2827. },
  2828. "optionalDependencies": {
  2829. "@rolldown/binding-android-arm64": "1.1.4",
  2830. "@rolldown/binding-darwin-arm64": "1.1.4",
  2831. "@rolldown/binding-darwin-x64": "1.1.4",
  2832. "@rolldown/binding-freebsd-x64": "1.1.4",
  2833. "@rolldown/binding-linux-arm-gnueabihf": "1.1.4",
  2834. "@rolldown/binding-linux-arm64-gnu": "1.1.4",
  2835. "@rolldown/binding-linux-arm64-musl": "1.1.4",
  2836. "@rolldown/binding-linux-ppc64-gnu": "1.1.4",
  2837. "@rolldown/binding-linux-s390x-gnu": "1.1.4",
  2838. "@rolldown/binding-linux-x64-gnu": "1.1.4",
  2839. "@rolldown/binding-linux-x64-musl": "1.1.4",
  2840. "@rolldown/binding-openharmony-arm64": "1.1.4",
  2841. "@rolldown/binding-wasm32-wasi": "1.1.4",
  2842. "@rolldown/binding-win32-arm64-msvc": "1.1.4",
  2843. "@rolldown/binding-win32-x64-msvc": "1.1.4"
  2844. }
  2845. },
  2846. "node_modules/rw": {
  2847. "version": "1.3.3",
  2848. "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz",
  2849. "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==",
  2850. "license": "BSD-3-Clause"
  2851. },
  2852. "node_modules/safer-buffer": {
  2853. "version": "2.1.2",
  2854. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  2855. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  2856. "license": "MIT"
  2857. },
  2858. "node_modules/scheduler": {
  2859. "version": "0.27.0",
  2860. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
  2861. "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
  2862. "license": "MIT"
  2863. },
  2864. "node_modules/scroll-into-view-if-needed": {
  2865. "version": "3.1.0",
  2866. "resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz",
  2867. "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==",
  2868. "license": "MIT",
  2869. "dependencies": {
  2870. "compute-scroll-into-view": "^3.0.2"
  2871. }
  2872. },
  2873. "node_modules/simple-swizzle": {
  2874. "version": "0.2.4",
  2875. "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
  2876. "integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==",
  2877. "license": "MIT",
  2878. "dependencies": {
  2879. "is-arrayish": "^0.3.1"
  2880. }
  2881. },
  2882. "node_modules/source-map-js": {
  2883. "version": "1.2.1",
  2884. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  2885. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  2886. "dev": true,
  2887. "license": "BSD-3-Clause",
  2888. "engines": {
  2889. "node": ">=0.10.0"
  2890. }
  2891. },
  2892. "node_modules/string-convert": {
  2893. "version": "0.2.1",
  2894. "resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz",
  2895. "integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==",
  2896. "license": "MIT"
  2897. },
  2898. "node_modules/stylis": {
  2899. "version": "4.4.0",
  2900. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.4.0.tgz",
  2901. "integrity": "sha512-5Z9ZpRzfuH6l/UAvCPAPUo3665Nk2wLaZU3x+TLHKVzIz33+sbJqbtrYoC3KD4/uVOr2Zp+L0LySezP9OHV9yA==",
  2902. "license": "MIT"
  2903. },
  2904. "node_modules/svg-path-parser": {
  2905. "version": "1.1.0",
  2906. "resolved": "https://registry.npmjs.org/svg-path-parser/-/svg-path-parser-1.1.0.tgz",
  2907. "integrity": "sha512-jGCUqcQyXpfe38R7RFfhrMyfXcBmpMNJI/B+4CE9/Unkh98UporAc461GTthv+TVDuZXsBx7/WiwJb1Oh4tt4A==",
  2908. "license": "MIT"
  2909. },
  2910. "node_modules/text-segmentation": {
  2911. "version": "1.0.3",
  2912. "resolved": "https://registry.npmjs.org/text-segmentation/-/text-segmentation-1.0.3.tgz",
  2913. "integrity": "sha512-iOiPUo/BGnZ6+54OsWxZidGCsdU8YbE4PSpdPinp7DeMtUJNJBoJ/ouUSTJjHkh1KntHaltHl/gDs2FC4i5+Nw==",
  2914. "license": "MIT",
  2915. "dependencies": {
  2916. "utrie": "^1.0.2"
  2917. }
  2918. },
  2919. "node_modules/throttle-debounce": {
  2920. "version": "5.0.2",
  2921. "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
  2922. "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
  2923. "license": "MIT",
  2924. "engines": {
  2925. "node": ">=12.22"
  2926. }
  2927. },
  2928. "node_modules/tinyglobby": {
  2929. "version": "0.2.17",
  2930. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
  2931. "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
  2932. "dev": true,
  2933. "license": "MIT",
  2934. "dependencies": {
  2935. "fdir": "^6.5.0",
  2936. "picomatch": "^4.0.4"
  2937. },
  2938. "engines": {
  2939. "node": ">=12.0.0"
  2940. },
  2941. "funding": {
  2942. "url": "https://github.com/sponsors/SuperchupuDev"
  2943. }
  2944. },
  2945. "node_modules/toggle-selection": {
  2946. "version": "1.0.6",
  2947. "resolved": "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz",
  2948. "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==",
  2949. "license": "MIT"
  2950. },
  2951. "node_modules/tslib": {
  2952. "version": "2.8.1",
  2953. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  2954. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  2955. "license": "0BSD"
  2956. },
  2957. "node_modules/typescript": {
  2958. "version": "5.9.3",
  2959. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  2960. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  2961. "dev": true,
  2962. "license": "Apache-2.0",
  2963. "bin": {
  2964. "tsc": "bin/tsc",
  2965. "tsserver": "bin/tsserver"
  2966. },
  2967. "engines": {
  2968. "node": ">=14.17"
  2969. }
  2970. },
  2971. "node_modules/utrie": {
  2972. "version": "1.0.2",
  2973. "resolved": "https://registry.npmjs.org/utrie/-/utrie-1.0.2.tgz",
  2974. "integrity": "sha512-1MLa5ouZiOmQzUbjbu9VmjLzn1QLXBhwpUa7kdLUQK+KQ5KA9I1vk5U4YHe/X2Ch7PYnJfWuWT+VbuxbGwljhw==",
  2975. "license": "MIT",
  2976. "dependencies": {
  2977. "base64-arraybuffer": "^1.0.2"
  2978. }
  2979. },
  2980. "node_modules/vite": {
  2981. "version": "8.1.3",
  2982. "resolved": "https://registry.npmjs.org/vite/-/vite-8.1.3.tgz",
  2983. "integrity": "sha512-Ds+gBRbj0lwRO2Y5hwnUBdxSwlAve9LeRyU4sNnAr0ewW0gWF0n5bgXgUzbgZ49MV9BVUAQUFYVcDUcilUExMA==",
  2984. "dev": true,
  2985. "license": "MIT",
  2986. "dependencies": {
  2987. "lightningcss": "^1.32.0",
  2988. "picomatch": "^4.0.4",
  2989. "postcss": "^8.5.16",
  2990. "rolldown": "~1.1.3",
  2991. "tinyglobby": "^0.2.17"
  2992. },
  2993. "bin": {
  2994. "vite": "bin/vite.js"
  2995. },
  2996. "engines": {
  2997. "node": "^20.19.0 || >=22.12.0"
  2998. },
  2999. "funding": {
  3000. "url": "https://github.com/vitejs/vite?sponsor=1"
  3001. },
  3002. "optionalDependencies": {
  3003. "fsevents": "~2.3.3"
  3004. },
  3005. "peerDependencies": {
  3006. "@types/node": "^20.19.0 || >=22.12.0",
  3007. "@vitejs/devtools": "^0.3.0",
  3008. "esbuild": "^0.27.0 || ^0.28.0",
  3009. "jiti": ">=1.21.0",
  3010. "less": "^4.0.0",
  3011. "sass": "^1.70.0",
  3012. "sass-embedded": "^1.70.0",
  3013. "stylus": ">=0.54.8",
  3014. "sugarss": "^5.0.0",
  3015. "terser": "^5.16.0",
  3016. "tsx": "^4.8.1",
  3017. "yaml": "^2.4.2"
  3018. },
  3019. "peerDependenciesMeta": {
  3020. "@types/node": {
  3021. "optional": true
  3022. },
  3023. "@vitejs/devtools": {
  3024. "optional": true
  3025. },
  3026. "esbuild": {
  3027. "optional": true
  3028. },
  3029. "jiti": {
  3030. "optional": true
  3031. },
  3032. "less": {
  3033. "optional": true
  3034. },
  3035. "sass": {
  3036. "optional": true
  3037. },
  3038. "sass-embedded": {
  3039. "optional": true
  3040. },
  3041. "stylus": {
  3042. "optional": true
  3043. },
  3044. "sugarss": {
  3045. "optional": true
  3046. },
  3047. "terser": {
  3048. "optional": true
  3049. },
  3050. "tsx": {
  3051. "optional": true
  3052. },
  3053. "yaml": {
  3054. "optional": true
  3055. }
  3056. }
  3057. }
  3058. }
  3059. }