package-lock.json 102 KB

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