package-lock.json 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461
  1. {
  2. "name": "taipy",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "@emotion/react": "^11.13.3",
  9. "@emotion/styled": "^11.13.0",
  10. "@mui/material": "^6.1.6",
  11. "@textea/json-viewer": "^4.0.0",
  12. "react-json-tree": "^0.19.0",
  13. "react-json-view": "^1.21.3"
  14. }
  15. },
  16. "node_modules/@babel/code-frame": {
  17. "version": "7.26.2",
  18. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
  19. "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
  20. "license": "MIT",
  21. "dependencies": {
  22. "@babel/helper-validator-identifier": "^7.25.9",
  23. "js-tokens": "^4.0.0",
  24. "picocolors": "^1.0.0"
  25. },
  26. "engines": {
  27. "node": ">=6.9.0"
  28. }
  29. },
  30. "node_modules/@babel/generator": {
  31. "version": "7.26.2",
  32. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz",
  33. "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==",
  34. "license": "MIT",
  35. "dependencies": {
  36. "@babel/parser": "^7.26.2",
  37. "@babel/types": "^7.26.0",
  38. "@jridgewell/gen-mapping": "^0.3.5",
  39. "@jridgewell/trace-mapping": "^0.3.25",
  40. "jsesc": "^3.0.2"
  41. },
  42. "engines": {
  43. "node": ">=6.9.0"
  44. }
  45. },
  46. "node_modules/@babel/helper-module-imports": {
  47. "version": "7.25.9",
  48. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
  49. "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
  50. "license": "MIT",
  51. "dependencies": {
  52. "@babel/traverse": "^7.25.9",
  53. "@babel/types": "^7.25.9"
  54. },
  55. "engines": {
  56. "node": ">=6.9.0"
  57. }
  58. },
  59. "node_modules/@babel/helper-string-parser": {
  60. "version": "7.25.9",
  61. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
  62. "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
  63. "license": "MIT",
  64. "engines": {
  65. "node": ">=6.9.0"
  66. }
  67. },
  68. "node_modules/@babel/helper-validator-identifier": {
  69. "version": "7.25.9",
  70. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  71. "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  72. "license": "MIT",
  73. "engines": {
  74. "node": ">=6.9.0"
  75. }
  76. },
  77. "node_modules/@babel/parser": {
  78. "version": "7.26.2",
  79. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz",
  80. "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==",
  81. "license": "MIT",
  82. "dependencies": {
  83. "@babel/types": "^7.26.0"
  84. },
  85. "bin": {
  86. "parser": "bin/babel-parser.js"
  87. },
  88. "engines": {
  89. "node": ">=6.0.0"
  90. }
  91. },
  92. "node_modules/@babel/runtime": {
  93. "version": "7.26.0",
  94. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz",
  95. "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==",
  96. "license": "MIT",
  97. "dependencies": {
  98. "regenerator-runtime": "^0.14.0"
  99. },
  100. "engines": {
  101. "node": ">=6.9.0"
  102. }
  103. },
  104. "node_modules/@babel/template": {
  105. "version": "7.25.9",
  106. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz",
  107. "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==",
  108. "license": "MIT",
  109. "dependencies": {
  110. "@babel/code-frame": "^7.25.9",
  111. "@babel/parser": "^7.25.9",
  112. "@babel/types": "^7.25.9"
  113. },
  114. "engines": {
  115. "node": ">=6.9.0"
  116. }
  117. },
  118. "node_modules/@babel/traverse": {
  119. "version": "7.25.9",
  120. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz",
  121. "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==",
  122. "license": "MIT",
  123. "dependencies": {
  124. "@babel/code-frame": "^7.25.9",
  125. "@babel/generator": "^7.25.9",
  126. "@babel/parser": "^7.25.9",
  127. "@babel/template": "^7.25.9",
  128. "@babel/types": "^7.25.9",
  129. "debug": "^4.3.1",
  130. "globals": "^11.1.0"
  131. },
  132. "engines": {
  133. "node": ">=6.9.0"
  134. }
  135. },
  136. "node_modules/@babel/types": {
  137. "version": "7.26.0",
  138. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz",
  139. "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==",
  140. "license": "MIT",
  141. "dependencies": {
  142. "@babel/helper-string-parser": "^7.25.9",
  143. "@babel/helper-validator-identifier": "^7.25.9"
  144. },
  145. "engines": {
  146. "node": ">=6.9.0"
  147. }
  148. },
  149. "node_modules/@emotion/babel-plugin": {
  150. "version": "11.12.0",
  151. "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.12.0.tgz",
  152. "integrity": "sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==",
  153. "license": "MIT",
  154. "dependencies": {
  155. "@babel/helper-module-imports": "^7.16.7",
  156. "@babel/runtime": "^7.18.3",
  157. "@emotion/hash": "^0.9.2",
  158. "@emotion/memoize": "^0.9.0",
  159. "@emotion/serialize": "^1.2.0",
  160. "babel-plugin-macros": "^3.1.0",
  161. "convert-source-map": "^1.5.0",
  162. "escape-string-regexp": "^4.0.0",
  163. "find-root": "^1.1.0",
  164. "source-map": "^0.5.7",
  165. "stylis": "4.2.0"
  166. }
  167. },
  168. "node_modules/@emotion/cache": {
  169. "version": "11.13.1",
  170. "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.13.1.tgz",
  171. "integrity": "sha512-iqouYkuEblRcXmylXIwwOodiEK5Ifl7JcX7o6V4jI3iW4mLXX3dmt5xwBtIkJiQEXFAI+pC8X0i67yiPkH9Ucw==",
  172. "license": "MIT",
  173. "dependencies": {
  174. "@emotion/memoize": "^0.9.0",
  175. "@emotion/sheet": "^1.4.0",
  176. "@emotion/utils": "^1.4.0",
  177. "@emotion/weak-memoize": "^0.4.0",
  178. "stylis": "4.2.0"
  179. }
  180. },
  181. "node_modules/@emotion/hash": {
  182. "version": "0.9.2",
  183. "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz",
  184. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
  185. "license": "MIT"
  186. },
  187. "node_modules/@emotion/is-prop-valid": {
  188. "version": "1.3.1",
  189. "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz",
  190. "integrity": "sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==",
  191. "license": "MIT",
  192. "dependencies": {
  193. "@emotion/memoize": "^0.9.0"
  194. }
  195. },
  196. "node_modules/@emotion/memoize": {
  197. "version": "0.9.0",
  198. "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",
  199. "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",
  200. "license": "MIT"
  201. },
  202. "node_modules/@emotion/react": {
  203. "version": "11.13.3",
  204. "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.13.3.tgz",
  205. "integrity": "sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==",
  206. "license": "MIT",
  207. "dependencies": {
  208. "@babel/runtime": "^7.18.3",
  209. "@emotion/babel-plugin": "^11.12.0",
  210. "@emotion/cache": "^11.13.0",
  211. "@emotion/serialize": "^1.3.1",
  212. "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
  213. "@emotion/utils": "^1.4.0",
  214. "@emotion/weak-memoize": "^0.4.0",
  215. "hoist-non-react-statics": "^3.3.1"
  216. },
  217. "peerDependencies": {
  218. "react": ">=16.8.0"
  219. },
  220. "peerDependenciesMeta": {
  221. "@types/react": {
  222. "optional": true
  223. }
  224. }
  225. },
  226. "node_modules/@emotion/serialize": {
  227. "version": "1.3.2",
  228. "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.2.tgz",
  229. "integrity": "sha512-grVnMvVPK9yUVE6rkKfAJlYZgo0cu3l9iMC77V7DW6E1DUIrU68pSEXRmFZFOFB1QFo57TncmOcvcbMDWsL4yA==",
  230. "license": "MIT",
  231. "dependencies": {
  232. "@emotion/hash": "^0.9.2",
  233. "@emotion/memoize": "^0.9.0",
  234. "@emotion/unitless": "^0.10.0",
  235. "@emotion/utils": "^1.4.1",
  236. "csstype": "^3.0.2"
  237. }
  238. },
  239. "node_modules/@emotion/sheet": {
  240. "version": "1.4.0",
  241. "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz",
  242. "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==",
  243. "license": "MIT"
  244. },
  245. "node_modules/@emotion/styled": {
  246. "version": "11.13.0",
  247. "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.13.0.tgz",
  248. "integrity": "sha512-tkzkY7nQhW/zC4hztlwucpT8QEZ6eUzpXDRhww/Eej4tFfO0FxQYWRyg/c5CCXa4d/f174kqeXYjuQRnhzf6dA==",
  249. "license": "MIT",
  250. "dependencies": {
  251. "@babel/runtime": "^7.18.3",
  252. "@emotion/babel-plugin": "^11.12.0",
  253. "@emotion/is-prop-valid": "^1.3.0",
  254. "@emotion/serialize": "^1.3.0",
  255. "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
  256. "@emotion/utils": "^1.4.0"
  257. },
  258. "peerDependencies": {
  259. "@emotion/react": "^11.0.0-rc.0",
  260. "react": ">=16.8.0"
  261. },
  262. "peerDependenciesMeta": {
  263. "@types/react": {
  264. "optional": true
  265. }
  266. }
  267. },
  268. "node_modules/@emotion/unitless": {
  269. "version": "0.10.0",
  270. "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz",
  271. "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==",
  272. "license": "MIT"
  273. },
  274. "node_modules/@emotion/use-insertion-effect-with-fallbacks": {
  275. "version": "1.1.0",
  276. "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.1.0.tgz",
  277. "integrity": "sha512-+wBOcIV5snwGgI2ya3u99D7/FJquOIniQT1IKyDsBmEgwvpxMNeS65Oib7OnE2d2aY+3BU4OiH+0Wchf8yk3Hw==",
  278. "license": "MIT",
  279. "peerDependencies": {
  280. "react": ">=16.8.0"
  281. }
  282. },
  283. "node_modules/@emotion/utils": {
  284. "version": "1.4.1",
  285. "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.1.tgz",
  286. "integrity": "sha512-BymCXzCG3r72VKJxaYVwOXATqXIZ85cuvg0YOUDxMGNrKc1DJRZk8MgV5wyXRyEayIMd4FuXJIUgTBXvDNW5cA==",
  287. "license": "MIT"
  288. },
  289. "node_modules/@emotion/weak-memoize": {
  290. "version": "0.4.0",
  291. "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz",
  292. "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==",
  293. "license": "MIT"
  294. },
  295. "node_modules/@jridgewell/gen-mapping": {
  296. "version": "0.3.5",
  297. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  298. "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  299. "license": "MIT",
  300. "dependencies": {
  301. "@jridgewell/set-array": "^1.2.1",
  302. "@jridgewell/sourcemap-codec": "^1.4.10",
  303. "@jridgewell/trace-mapping": "^0.3.24"
  304. },
  305. "engines": {
  306. "node": ">=6.0.0"
  307. }
  308. },
  309. "node_modules/@jridgewell/resolve-uri": {
  310. "version": "3.1.2",
  311. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  312. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  313. "license": "MIT",
  314. "engines": {
  315. "node": ">=6.0.0"
  316. }
  317. },
  318. "node_modules/@jridgewell/set-array": {
  319. "version": "1.2.1",
  320. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  321. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  322. "license": "MIT",
  323. "engines": {
  324. "node": ">=6.0.0"
  325. }
  326. },
  327. "node_modules/@jridgewell/sourcemap-codec": {
  328. "version": "1.5.0",
  329. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  330. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  331. "license": "MIT"
  332. },
  333. "node_modules/@jridgewell/trace-mapping": {
  334. "version": "0.3.25",
  335. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  336. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  337. "license": "MIT",
  338. "dependencies": {
  339. "@jridgewell/resolve-uri": "^3.1.0",
  340. "@jridgewell/sourcemap-codec": "^1.4.14"
  341. }
  342. },
  343. "node_modules/@mui/core-downloads-tracker": {
  344. "version": "6.1.6",
  345. "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-6.1.6.tgz",
  346. "integrity": "sha512-nz1SlR9TdBYYPz4qKoNasMPRiGb4PaIHFkzLzhju0YVYS5QSuFF2+n7CsiHMIDcHv3piPu/xDWI53ruhOqvZwQ==",
  347. "license": "MIT",
  348. "funding": {
  349. "type": "opencollective",
  350. "url": "https://opencollective.com/mui-org"
  351. }
  352. },
  353. "node_modules/@mui/material": {
  354. "version": "6.1.6",
  355. "resolved": "https://registry.npmjs.org/@mui/material/-/material-6.1.6.tgz",
  356. "integrity": "sha512-1yvejiQ/601l5AK3uIdUlAVElyCxoqKnl7QA+2oFB/2qYPWfRwDgavW/MoywS5Y2gZEslcJKhe0s2F3IthgFgw==",
  357. "license": "MIT",
  358. "dependencies": {
  359. "@babel/runtime": "^7.26.0",
  360. "@mui/core-downloads-tracker": "^6.1.6",
  361. "@mui/system": "^6.1.6",
  362. "@mui/types": "^7.2.19",
  363. "@mui/utils": "^6.1.6",
  364. "@popperjs/core": "^2.11.8",
  365. "@types/react-transition-group": "^4.4.11",
  366. "clsx": "^2.1.1",
  367. "csstype": "^3.1.3",
  368. "prop-types": "^15.8.1",
  369. "react-is": "^18.3.1",
  370. "react-transition-group": "^4.4.5"
  371. },
  372. "engines": {
  373. "node": ">=14.0.0"
  374. },
  375. "funding": {
  376. "type": "opencollective",
  377. "url": "https://opencollective.com/mui-org"
  378. },
  379. "peerDependencies": {
  380. "@emotion/react": "^11.5.0",
  381. "@emotion/styled": "^11.3.0",
  382. "@mui/material-pigment-css": "^6.1.6",
  383. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  384. "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  385. "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  386. },
  387. "peerDependenciesMeta": {
  388. "@emotion/react": {
  389. "optional": true
  390. },
  391. "@emotion/styled": {
  392. "optional": true
  393. },
  394. "@mui/material-pigment-css": {
  395. "optional": true
  396. },
  397. "@types/react": {
  398. "optional": true
  399. }
  400. }
  401. },
  402. "node_modules/@mui/private-theming": {
  403. "version": "6.1.6",
  404. "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-6.1.6.tgz",
  405. "integrity": "sha512-ioAiFckaD/fJSnTrUMWgjl9HYBWt7ixCh7zZw7gDZ+Tae7NuprNV6QJK95EidDT7K0GetR2rU3kAeIR61Myttw==",
  406. "license": "MIT",
  407. "dependencies": {
  408. "@babel/runtime": "^7.26.0",
  409. "@mui/utils": "^6.1.6",
  410. "prop-types": "^15.8.1"
  411. },
  412. "engines": {
  413. "node": ">=14.0.0"
  414. },
  415. "funding": {
  416. "type": "opencollective",
  417. "url": "https://opencollective.com/mui-org"
  418. },
  419. "peerDependencies": {
  420. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  421. "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  422. },
  423. "peerDependenciesMeta": {
  424. "@types/react": {
  425. "optional": true
  426. }
  427. }
  428. },
  429. "node_modules/@mui/styled-engine": {
  430. "version": "6.1.6",
  431. "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-6.1.6.tgz",
  432. "integrity": "sha512-I+yS1cSuSvHnZDBO7e7VHxTWpj+R7XlSZvTC4lS/OIbUNJOMMSd3UDP6V2sfwzAdmdDNBi7NGCRv2SZ6O9hGDA==",
  433. "license": "MIT",
  434. "dependencies": {
  435. "@babel/runtime": "^7.26.0",
  436. "@emotion/cache": "^11.13.1",
  437. "@emotion/serialize": "^1.3.2",
  438. "@emotion/sheet": "^1.4.0",
  439. "csstype": "^3.1.3",
  440. "prop-types": "^15.8.1"
  441. },
  442. "engines": {
  443. "node": ">=14.0.0"
  444. },
  445. "funding": {
  446. "type": "opencollective",
  447. "url": "https://opencollective.com/mui-org"
  448. },
  449. "peerDependencies": {
  450. "@emotion/react": "^11.4.1",
  451. "@emotion/styled": "^11.3.0",
  452. "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  453. },
  454. "peerDependenciesMeta": {
  455. "@emotion/react": {
  456. "optional": true
  457. },
  458. "@emotion/styled": {
  459. "optional": true
  460. }
  461. }
  462. },
  463. "node_modules/@mui/system": {
  464. "version": "6.1.6",
  465. "resolved": "https://registry.npmjs.org/@mui/system/-/system-6.1.6.tgz",
  466. "integrity": "sha512-qOf1VUE9wK8syiB0BBCp82oNBAVPYdj4Trh+G1s+L+ImYiKlubWhhqlnvWt3xqMevR+D2h1CXzA1vhX2FvA+VQ==",
  467. "license": "MIT",
  468. "dependencies": {
  469. "@babel/runtime": "^7.26.0",
  470. "@mui/private-theming": "^6.1.6",
  471. "@mui/styled-engine": "^6.1.6",
  472. "@mui/types": "^7.2.19",
  473. "@mui/utils": "^6.1.6",
  474. "clsx": "^2.1.1",
  475. "csstype": "^3.1.3",
  476. "prop-types": "^15.8.1"
  477. },
  478. "engines": {
  479. "node": ">=14.0.0"
  480. },
  481. "funding": {
  482. "type": "opencollective",
  483. "url": "https://opencollective.com/mui-org"
  484. },
  485. "peerDependencies": {
  486. "@emotion/react": "^11.5.0",
  487. "@emotion/styled": "^11.3.0",
  488. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  489. "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  490. },
  491. "peerDependenciesMeta": {
  492. "@emotion/react": {
  493. "optional": true
  494. },
  495. "@emotion/styled": {
  496. "optional": true
  497. },
  498. "@types/react": {
  499. "optional": true
  500. }
  501. }
  502. },
  503. "node_modules/@mui/types": {
  504. "version": "7.2.19",
  505. "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.19.tgz",
  506. "integrity": "sha512-6XpZEM/Q3epK9RN8ENoXuygnqUQxE+siN/6rGRi2iwJPgBUR25mphYQ9ZI87plGh58YoZ5pp40bFvKYOCDJ3tA==",
  507. "license": "MIT",
  508. "peerDependencies": {
  509. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  510. },
  511. "peerDependenciesMeta": {
  512. "@types/react": {
  513. "optional": true
  514. }
  515. }
  516. },
  517. "node_modules/@mui/utils": {
  518. "version": "6.1.6",
  519. "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-6.1.6.tgz",
  520. "integrity": "sha512-sBS6D9mJECtELASLM+18WUcXF6RH3zNxBRFeyCRg8wad6NbyNrdxLuwK+Ikvc38sTZwBzAz691HmSofLqHd9sQ==",
  521. "license": "MIT",
  522. "dependencies": {
  523. "@babel/runtime": "^7.26.0",
  524. "@mui/types": "^7.2.19",
  525. "@types/prop-types": "^15.7.13",
  526. "clsx": "^2.1.1",
  527. "prop-types": "^15.8.1",
  528. "react-is": "^18.3.1"
  529. },
  530. "engines": {
  531. "node": ">=14.0.0"
  532. },
  533. "funding": {
  534. "type": "opencollective",
  535. "url": "https://opencollective.com/mui-org"
  536. },
  537. "peerDependencies": {
  538. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  539. "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  540. },
  541. "peerDependenciesMeta": {
  542. "@types/react": {
  543. "optional": true
  544. }
  545. }
  546. },
  547. "node_modules/@popperjs/core": {
  548. "version": "2.11.8",
  549. "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
  550. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  551. "license": "MIT",
  552. "funding": {
  553. "type": "opencollective",
  554. "url": "https://opencollective.com/popperjs"
  555. }
  556. },
  557. "node_modules/@textea/json-viewer": {
  558. "version": "4.0.0",
  559. "resolved": "https://registry.npmjs.org/@textea/json-viewer/-/json-viewer-4.0.0.tgz",
  560. "integrity": "sha512-TOrvWJ3E1Qg8pRu2eTdMSYJl/JwaYtMGD6EIzYsaicFIA0jICZa/WH4D7/0anH5At8eYfubPTfjjBqnair5WIA==",
  561. "license": "MIT",
  562. "dependencies": {
  563. "clsx": "^2.1.1",
  564. "copy-to-clipboard": "^3.3.3",
  565. "zustand": "^4.5.5"
  566. },
  567. "peerDependencies": {
  568. "@emotion/react": "^11",
  569. "@emotion/styled": "^11",
  570. "@mui/material": "^6",
  571. "react": "^17 || ^18",
  572. "react-dom": "^17 || ^18"
  573. }
  574. },
  575. "node_modules/@types/lodash": {
  576. "version": "4.17.13",
  577. "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz",
  578. "integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==",
  579. "license": "MIT"
  580. },
  581. "node_modules/@types/parse-json": {
  582. "version": "4.0.2",
  583. "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
  584. "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
  585. "license": "MIT"
  586. },
  587. "node_modules/@types/prop-types": {
  588. "version": "15.7.13",
  589. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz",
  590. "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==",
  591. "license": "MIT"
  592. },
  593. "node_modules/@types/react": {
  594. "version": "18.3.12",
  595. "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz",
  596. "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==",
  597. "license": "MIT",
  598. "dependencies": {
  599. "@types/prop-types": "*",
  600. "csstype": "^3.0.2"
  601. }
  602. },
  603. "node_modules/@types/react-transition-group": {
  604. "version": "4.4.11",
  605. "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.11.tgz",
  606. "integrity": "sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==",
  607. "license": "MIT",
  608. "dependencies": {
  609. "@types/react": "*"
  610. }
  611. },
  612. "node_modules/asap": {
  613. "version": "2.0.6",
  614. "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
  615. "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==",
  616. "license": "MIT"
  617. },
  618. "node_modules/babel-plugin-macros": {
  619. "version": "3.1.0",
  620. "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  621. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  622. "license": "MIT",
  623. "dependencies": {
  624. "@babel/runtime": "^7.12.5",
  625. "cosmiconfig": "^7.0.0",
  626. "resolve": "^1.19.0"
  627. },
  628. "engines": {
  629. "node": ">=10",
  630. "npm": ">=6"
  631. }
  632. },
  633. "node_modules/base16": {
  634. "version": "1.0.0",
  635. "resolved": "https://registry.npmjs.org/base16/-/base16-1.0.0.tgz",
  636. "integrity": "sha512-pNdYkNPiJUnEhnfXV56+sQy8+AaPcG3POZAUnwr4EeqCUZFz4u2PePbo3e5Gj4ziYPCWGUZT9RHisvJKnwFuBQ==",
  637. "license": "MIT"
  638. },
  639. "node_modules/callsites": {
  640. "version": "3.1.0",
  641. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  642. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  643. "license": "MIT",
  644. "engines": {
  645. "node": ">=6"
  646. }
  647. },
  648. "node_modules/clsx": {
  649. "version": "2.1.1",
  650. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  651. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  652. "license": "MIT",
  653. "engines": {
  654. "node": ">=6"
  655. }
  656. },
  657. "node_modules/color": {
  658. "version": "4.2.3",
  659. "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
  660. "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
  661. "license": "MIT",
  662. "dependencies": {
  663. "color-convert": "^2.0.1",
  664. "color-string": "^1.9.0"
  665. },
  666. "engines": {
  667. "node": ">=12.5.0"
  668. }
  669. },
  670. "node_modules/color-convert": {
  671. "version": "2.0.1",
  672. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  673. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  674. "license": "MIT",
  675. "dependencies": {
  676. "color-name": "~1.1.4"
  677. },
  678. "engines": {
  679. "node": ">=7.0.0"
  680. }
  681. },
  682. "node_modules/color-name": {
  683. "version": "1.1.4",
  684. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  685. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  686. "license": "MIT"
  687. },
  688. "node_modules/color-string": {
  689. "version": "1.9.1",
  690. "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
  691. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  692. "license": "MIT",
  693. "dependencies": {
  694. "color-name": "^1.0.0",
  695. "simple-swizzle": "^0.2.2"
  696. }
  697. },
  698. "node_modules/convert-source-map": {
  699. "version": "1.9.0",
  700. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  701. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
  702. "license": "MIT"
  703. },
  704. "node_modules/copy-to-clipboard": {
  705. "version": "3.3.3",
  706. "resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz",
  707. "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==",
  708. "license": "MIT",
  709. "dependencies": {
  710. "toggle-selection": "^1.0.6"
  711. }
  712. },
  713. "node_modules/cosmiconfig": {
  714. "version": "7.1.0",
  715. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
  716. "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
  717. "license": "MIT",
  718. "dependencies": {
  719. "@types/parse-json": "^4.0.0",
  720. "import-fresh": "^3.2.1",
  721. "parse-json": "^5.0.0",
  722. "path-type": "^4.0.0",
  723. "yaml": "^1.10.0"
  724. },
  725. "engines": {
  726. "node": ">=10"
  727. }
  728. },
  729. "node_modules/cross-fetch": {
  730. "version": "3.1.8",
  731. "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz",
  732. "integrity": "sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==",
  733. "license": "MIT",
  734. "dependencies": {
  735. "node-fetch": "^2.6.12"
  736. }
  737. },
  738. "node_modules/csstype": {
  739. "version": "3.1.3",
  740. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  741. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  742. "license": "MIT"
  743. },
  744. "node_modules/debug": {
  745. "version": "4.3.7",
  746. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
  747. "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
  748. "license": "MIT",
  749. "dependencies": {
  750. "ms": "^2.1.3"
  751. },
  752. "engines": {
  753. "node": ">=6.0"
  754. },
  755. "peerDependenciesMeta": {
  756. "supports-color": {
  757. "optional": true
  758. }
  759. }
  760. },
  761. "node_modules/dom-helpers": {
  762. "version": "5.2.1",
  763. "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
  764. "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
  765. "license": "MIT",
  766. "dependencies": {
  767. "@babel/runtime": "^7.8.7",
  768. "csstype": "^3.0.2"
  769. }
  770. },
  771. "node_modules/error-ex": {
  772. "version": "1.3.2",
  773. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  774. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  775. "license": "MIT",
  776. "dependencies": {
  777. "is-arrayish": "^0.2.1"
  778. }
  779. },
  780. "node_modules/escape-string-regexp": {
  781. "version": "4.0.0",
  782. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  783. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  784. "license": "MIT",
  785. "engines": {
  786. "node": ">=10"
  787. },
  788. "funding": {
  789. "url": "https://github.com/sponsors/sindresorhus"
  790. }
  791. },
  792. "node_modules/fbemitter": {
  793. "version": "3.0.0",
  794. "resolved": "https://registry.npmjs.org/fbemitter/-/fbemitter-3.0.0.tgz",
  795. "integrity": "sha512-KWKaceCwKQU0+HPoop6gn4eOHk50bBv/VxjJtGMfwmJt3D29JpN4H4eisCtIPA+a8GVBam+ldMMpMjJUvpDyHw==",
  796. "license": "BSD-3-Clause",
  797. "dependencies": {
  798. "fbjs": "^3.0.0"
  799. }
  800. },
  801. "node_modules/fbjs": {
  802. "version": "3.0.5",
  803. "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-3.0.5.tgz",
  804. "integrity": "sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==",
  805. "license": "MIT",
  806. "dependencies": {
  807. "cross-fetch": "^3.1.5",
  808. "fbjs-css-vars": "^1.0.0",
  809. "loose-envify": "^1.0.0",
  810. "object-assign": "^4.1.0",
  811. "promise": "^7.1.1",
  812. "setimmediate": "^1.0.5",
  813. "ua-parser-js": "^1.0.35"
  814. }
  815. },
  816. "node_modules/fbjs-css-vars": {
  817. "version": "1.0.2",
  818. "resolved": "https://registry.npmjs.org/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz",
  819. "integrity": "sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==",
  820. "license": "MIT"
  821. },
  822. "node_modules/find-root": {
  823. "version": "1.1.0",
  824. "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
  825. "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==",
  826. "license": "MIT"
  827. },
  828. "node_modules/flux": {
  829. "version": "4.0.4",
  830. "resolved": "https://registry.npmjs.org/flux/-/flux-4.0.4.tgz",
  831. "integrity": "sha512-NCj3XlayA2UsapRpM7va6wU1+9rE5FIL7qoMcmxWHRzbp0yujihMBm9BBHZ1MDIk5h5o2Bl6eGiCe8rYELAmYw==",
  832. "license": "BSD-3-Clause",
  833. "dependencies": {
  834. "fbemitter": "^3.0.0",
  835. "fbjs": "^3.0.1"
  836. },
  837. "peerDependencies": {
  838. "react": "^15.0.2 || ^16.0.0 || ^17.0.0"
  839. }
  840. },
  841. "node_modules/function-bind": {
  842. "version": "1.1.2",
  843. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  844. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  845. "license": "MIT",
  846. "funding": {
  847. "url": "https://github.com/sponsors/ljharb"
  848. }
  849. },
  850. "node_modules/globals": {
  851. "version": "11.12.0",
  852. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  853. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  854. "license": "MIT",
  855. "engines": {
  856. "node": ">=4"
  857. }
  858. },
  859. "node_modules/hasown": {
  860. "version": "2.0.2",
  861. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  862. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  863. "license": "MIT",
  864. "dependencies": {
  865. "function-bind": "^1.1.2"
  866. },
  867. "engines": {
  868. "node": ">= 0.4"
  869. }
  870. },
  871. "node_modules/hoist-non-react-statics": {
  872. "version": "3.3.2",
  873. "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  874. "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  875. "license": "BSD-3-Clause",
  876. "dependencies": {
  877. "react-is": "^16.7.0"
  878. }
  879. },
  880. "node_modules/hoist-non-react-statics/node_modules/react-is": {
  881. "version": "16.13.1",
  882. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  883. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  884. "license": "MIT"
  885. },
  886. "node_modules/import-fresh": {
  887. "version": "3.3.0",
  888. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  889. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  890. "license": "MIT",
  891. "dependencies": {
  892. "parent-module": "^1.0.0",
  893. "resolve-from": "^4.0.0"
  894. },
  895. "engines": {
  896. "node": ">=6"
  897. },
  898. "funding": {
  899. "url": "https://github.com/sponsors/sindresorhus"
  900. }
  901. },
  902. "node_modules/is-arrayish": {
  903. "version": "0.2.1",
  904. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  905. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  906. "license": "MIT"
  907. },
  908. "node_modules/is-core-module": {
  909. "version": "2.15.1",
  910. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
  911. "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
  912. "license": "MIT",
  913. "dependencies": {
  914. "hasown": "^2.0.2"
  915. },
  916. "engines": {
  917. "node": ">= 0.4"
  918. },
  919. "funding": {
  920. "url": "https://github.com/sponsors/ljharb"
  921. }
  922. },
  923. "node_modules/js-tokens": {
  924. "version": "4.0.0",
  925. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  926. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  927. "license": "MIT"
  928. },
  929. "node_modules/jsesc": {
  930. "version": "3.0.2",
  931. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
  932. "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
  933. "license": "MIT",
  934. "bin": {
  935. "jsesc": "bin/jsesc"
  936. },
  937. "engines": {
  938. "node": ">=6"
  939. }
  940. },
  941. "node_modules/json-parse-even-better-errors": {
  942. "version": "2.3.1",
  943. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  944. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  945. "license": "MIT"
  946. },
  947. "node_modules/lines-and-columns": {
  948. "version": "1.2.4",
  949. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  950. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  951. "license": "MIT"
  952. },
  953. "node_modules/lodash-es": {
  954. "version": "4.17.21",
  955. "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
  956. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  957. "license": "MIT"
  958. },
  959. "node_modules/lodash.curry": {
  960. "version": "4.1.1",
  961. "resolved": "https://registry.npmjs.org/lodash.curry/-/lodash.curry-4.1.1.tgz",
  962. "integrity": "sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==",
  963. "license": "MIT"
  964. },
  965. "node_modules/lodash.flow": {
  966. "version": "3.5.0",
  967. "resolved": "https://registry.npmjs.org/lodash.flow/-/lodash.flow-3.5.0.tgz",
  968. "integrity": "sha512-ff3BX/tSioo+XojX4MOsOMhJw0nZoUEF011LX8g8d3gvjVbxd89cCio4BCXronjxcTUIJUoqKEUA+n4CqvvRPw==",
  969. "license": "MIT"
  970. },
  971. "node_modules/loose-envify": {
  972. "version": "1.4.0",
  973. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  974. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  975. "license": "MIT",
  976. "dependencies": {
  977. "js-tokens": "^3.0.0 || ^4.0.0"
  978. },
  979. "bin": {
  980. "loose-envify": "cli.js"
  981. }
  982. },
  983. "node_modules/ms": {
  984. "version": "2.1.3",
  985. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  986. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  987. "license": "MIT"
  988. },
  989. "node_modules/node-fetch": {
  990. "version": "2.7.0",
  991. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  992. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  993. "license": "MIT",
  994. "dependencies": {
  995. "whatwg-url": "^5.0.0"
  996. },
  997. "engines": {
  998. "node": "4.x || >=6.0.0"
  999. },
  1000. "peerDependencies": {
  1001. "encoding": "^0.1.0"
  1002. },
  1003. "peerDependenciesMeta": {
  1004. "encoding": {
  1005. "optional": true
  1006. }
  1007. }
  1008. },
  1009. "node_modules/object-assign": {
  1010. "version": "4.1.1",
  1011. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  1012. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  1013. "license": "MIT",
  1014. "engines": {
  1015. "node": ">=0.10.0"
  1016. }
  1017. },
  1018. "node_modules/parent-module": {
  1019. "version": "1.0.1",
  1020. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  1021. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  1022. "license": "MIT",
  1023. "dependencies": {
  1024. "callsites": "^3.0.0"
  1025. },
  1026. "engines": {
  1027. "node": ">=6"
  1028. }
  1029. },
  1030. "node_modules/parse-json": {
  1031. "version": "5.2.0",
  1032. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  1033. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  1034. "license": "MIT",
  1035. "dependencies": {
  1036. "@babel/code-frame": "^7.0.0",
  1037. "error-ex": "^1.3.1",
  1038. "json-parse-even-better-errors": "^2.3.0",
  1039. "lines-and-columns": "^1.1.6"
  1040. },
  1041. "engines": {
  1042. "node": ">=8"
  1043. },
  1044. "funding": {
  1045. "url": "https://github.com/sponsors/sindresorhus"
  1046. }
  1047. },
  1048. "node_modules/path-parse": {
  1049. "version": "1.0.7",
  1050. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  1051. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  1052. "license": "MIT"
  1053. },
  1054. "node_modules/path-type": {
  1055. "version": "4.0.0",
  1056. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  1057. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  1058. "license": "MIT",
  1059. "engines": {
  1060. "node": ">=8"
  1061. }
  1062. },
  1063. "node_modules/picocolors": {
  1064. "version": "1.1.1",
  1065. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  1066. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1067. "license": "ISC"
  1068. },
  1069. "node_modules/promise": {
  1070. "version": "7.3.1",
  1071. "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
  1072. "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==",
  1073. "license": "MIT",
  1074. "dependencies": {
  1075. "asap": "~2.0.3"
  1076. }
  1077. },
  1078. "node_modules/prop-types": {
  1079. "version": "15.8.1",
  1080. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  1081. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  1082. "license": "MIT",
  1083. "dependencies": {
  1084. "loose-envify": "^1.4.0",
  1085. "object-assign": "^4.1.1",
  1086. "react-is": "^16.13.1"
  1087. }
  1088. },
  1089. "node_modules/prop-types/node_modules/react-is": {
  1090. "version": "16.13.1",
  1091. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  1092. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  1093. "license": "MIT"
  1094. },
  1095. "node_modules/pure-color": {
  1096. "version": "1.3.0",
  1097. "resolved": "https://registry.npmjs.org/pure-color/-/pure-color-1.3.0.tgz",
  1098. "integrity": "sha512-QFADYnsVoBMw1srW7OVKEYjG+MbIa49s54w1MA1EDY6r2r/sTcKKYqRX1f4GYvnXP7eN/Pe9HFcX+hwzmrXRHA==",
  1099. "license": "MIT"
  1100. },
  1101. "node_modules/react": {
  1102. "version": "17.0.2",
  1103. "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz",
  1104. "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
  1105. "license": "MIT",
  1106. "peer": true,
  1107. "dependencies": {
  1108. "loose-envify": "^1.1.0",
  1109. "object-assign": "^4.1.1"
  1110. },
  1111. "engines": {
  1112. "node": ">=0.10.0"
  1113. }
  1114. },
  1115. "node_modules/react-base16-styling": {
  1116. "version": "0.10.0",
  1117. "resolved": "https://registry.npmjs.org/react-base16-styling/-/react-base16-styling-0.10.0.tgz",
  1118. "integrity": "sha512-H1k2eFB6M45OaiRru3PBXkuCcn2qNmx+gzLb4a9IPMR7tMH8oBRXU5jGbPDYG1Hz+82d88ED0vjR8BmqU3pQdg==",
  1119. "license": "MIT",
  1120. "dependencies": {
  1121. "@types/lodash": "^4.17.0",
  1122. "color": "^4.2.3",
  1123. "csstype": "^3.1.3",
  1124. "lodash-es": "^4.17.21"
  1125. }
  1126. },
  1127. "node_modules/react-dom": {
  1128. "version": "17.0.2",
  1129. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz",
  1130. "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==",
  1131. "license": "MIT",
  1132. "peer": true,
  1133. "dependencies": {
  1134. "loose-envify": "^1.1.0",
  1135. "object-assign": "^4.1.1",
  1136. "scheduler": "^0.20.2"
  1137. },
  1138. "peerDependencies": {
  1139. "react": "17.0.2"
  1140. }
  1141. },
  1142. "node_modules/react-is": {
  1143. "version": "18.3.1",
  1144. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
  1145. "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
  1146. "license": "MIT"
  1147. },
  1148. "node_modules/react-json-tree": {
  1149. "version": "0.19.0",
  1150. "resolved": "https://registry.npmjs.org/react-json-tree/-/react-json-tree-0.19.0.tgz",
  1151. "integrity": "sha512-PqT1WRVcWP+RROsZPQfNEKIC1iM/ZMfY4g5jN6oDnXp5593PPRAYgoHcgYCDjflAHQMtxl8XGdlTwIBdEGUXvw==",
  1152. "license": "MIT",
  1153. "dependencies": {
  1154. "@types/lodash": "^4.17.0",
  1155. "react-base16-styling": "^0.10.0"
  1156. },
  1157. "peerDependencies": {
  1158. "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
  1159. "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  1160. }
  1161. },
  1162. "node_modules/react-json-view": {
  1163. "version": "1.21.3",
  1164. "resolved": "https://registry.npmjs.org/react-json-view/-/react-json-view-1.21.3.tgz",
  1165. "integrity": "sha512-13p8IREj9/x/Ye4WI/JpjhoIwuzEgUAtgJZNBJckfzJt1qyh24BdTm6UQNGnyTq9dapQdrqvquZTo3dz1X6Cjw==",
  1166. "license": "MIT",
  1167. "dependencies": {
  1168. "flux": "^4.0.1",
  1169. "react-base16-styling": "^0.6.0",
  1170. "react-lifecycles-compat": "^3.0.4",
  1171. "react-textarea-autosize": "^8.3.2"
  1172. },
  1173. "peerDependencies": {
  1174. "react": "^17.0.0 || ^16.3.0 || ^15.5.4",
  1175. "react-dom": "^17.0.0 || ^16.3.0 || ^15.5.4"
  1176. }
  1177. },
  1178. "node_modules/react-json-view/node_modules/react-base16-styling": {
  1179. "version": "0.6.0",
  1180. "resolved": "https://registry.npmjs.org/react-base16-styling/-/react-base16-styling-0.6.0.tgz",
  1181. "integrity": "sha512-yvh/7CArceR/jNATXOKDlvTnPKPmGZz7zsenQ3jUwLzHkNUR0CvY3yGYJbWJ/nnxsL8Sgmt5cO3/SILVuPO6TQ==",
  1182. "license": "MIT",
  1183. "dependencies": {
  1184. "base16": "^1.0.0",
  1185. "lodash.curry": "^4.0.1",
  1186. "lodash.flow": "^3.3.0",
  1187. "pure-color": "^1.2.0"
  1188. }
  1189. },
  1190. "node_modules/react-lifecycles-compat": {
  1191. "version": "3.0.4",
  1192. "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz",
  1193. "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==",
  1194. "license": "MIT"
  1195. },
  1196. "node_modules/react-textarea-autosize": {
  1197. "version": "8.5.4",
  1198. "resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.5.4.tgz",
  1199. "integrity": "sha512-eSSjVtRLcLfFwFcariT77t9hcbVJHQV76b51QjQGarQIHml2+gM2lms0n3XrhnDmgK5B+/Z7TmQk5OHNzqYm/A==",
  1200. "license": "MIT",
  1201. "dependencies": {
  1202. "@babel/runtime": "^7.20.13",
  1203. "use-composed-ref": "^1.3.0",
  1204. "use-latest": "^1.2.1"
  1205. },
  1206. "engines": {
  1207. "node": ">=10"
  1208. },
  1209. "peerDependencies": {
  1210. "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  1211. }
  1212. },
  1213. "node_modules/react-transition-group": {
  1214. "version": "4.4.5",
  1215. "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
  1216. "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
  1217. "license": "BSD-3-Clause",
  1218. "dependencies": {
  1219. "@babel/runtime": "^7.5.5",
  1220. "dom-helpers": "^5.0.1",
  1221. "loose-envify": "^1.4.0",
  1222. "prop-types": "^15.6.2"
  1223. },
  1224. "peerDependencies": {
  1225. "react": ">=16.6.0",
  1226. "react-dom": ">=16.6.0"
  1227. }
  1228. },
  1229. "node_modules/regenerator-runtime": {
  1230. "version": "0.14.1",
  1231. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  1232. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
  1233. "license": "MIT"
  1234. },
  1235. "node_modules/resolve": {
  1236. "version": "1.22.8",
  1237. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
  1238. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  1239. "license": "MIT",
  1240. "dependencies": {
  1241. "is-core-module": "^2.13.0",
  1242. "path-parse": "^1.0.7",
  1243. "supports-preserve-symlinks-flag": "^1.0.0"
  1244. },
  1245. "bin": {
  1246. "resolve": "bin/resolve"
  1247. },
  1248. "funding": {
  1249. "url": "https://github.com/sponsors/ljharb"
  1250. }
  1251. },
  1252. "node_modules/resolve-from": {
  1253. "version": "4.0.0",
  1254. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  1255. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  1256. "license": "MIT",
  1257. "engines": {
  1258. "node": ">=4"
  1259. }
  1260. },
  1261. "node_modules/scheduler": {
  1262. "version": "0.20.2",
  1263. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz",
  1264. "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==",
  1265. "license": "MIT",
  1266. "peer": true,
  1267. "dependencies": {
  1268. "loose-envify": "^1.1.0",
  1269. "object-assign": "^4.1.1"
  1270. }
  1271. },
  1272. "node_modules/setimmediate": {
  1273. "version": "1.0.5",
  1274. "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
  1275. "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==",
  1276. "license": "MIT"
  1277. },
  1278. "node_modules/simple-swizzle": {
  1279. "version": "0.2.2",
  1280. "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  1281. "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
  1282. "license": "MIT",
  1283. "dependencies": {
  1284. "is-arrayish": "^0.3.1"
  1285. }
  1286. },
  1287. "node_modules/simple-swizzle/node_modules/is-arrayish": {
  1288. "version": "0.3.2",
  1289. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
  1290. "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
  1291. "license": "MIT"
  1292. },
  1293. "node_modules/source-map": {
  1294. "version": "0.5.7",
  1295. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  1296. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  1297. "license": "BSD-3-Clause",
  1298. "engines": {
  1299. "node": ">=0.10.0"
  1300. }
  1301. },
  1302. "node_modules/stylis": {
  1303. "version": "4.2.0",
  1304. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz",
  1305. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==",
  1306. "license": "MIT"
  1307. },
  1308. "node_modules/supports-preserve-symlinks-flag": {
  1309. "version": "1.0.0",
  1310. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  1311. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  1312. "license": "MIT",
  1313. "engines": {
  1314. "node": ">= 0.4"
  1315. },
  1316. "funding": {
  1317. "url": "https://github.com/sponsors/ljharb"
  1318. }
  1319. },
  1320. "node_modules/toggle-selection": {
  1321. "version": "1.0.6",
  1322. "resolved": "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz",
  1323. "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==",
  1324. "license": "MIT"
  1325. },
  1326. "node_modules/tr46": {
  1327. "version": "0.0.3",
  1328. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  1329. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  1330. "license": "MIT"
  1331. },
  1332. "node_modules/ua-parser-js": {
  1333. "version": "1.0.39",
  1334. "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.39.tgz",
  1335. "integrity": "sha512-k24RCVWlEcjkdOxYmVJgeD/0a1TiSpqLg+ZalVGV9lsnr4yqu0w7tX/x2xX6G4zpkgQnRf89lxuZ1wsbjXM8lw==",
  1336. "funding": [
  1337. {
  1338. "type": "opencollective",
  1339. "url": "https://opencollective.com/ua-parser-js"
  1340. },
  1341. {
  1342. "type": "paypal",
  1343. "url": "https://paypal.me/faisalman"
  1344. },
  1345. {
  1346. "type": "github",
  1347. "url": "https://github.com/sponsors/faisalman"
  1348. }
  1349. ],
  1350. "license": "MIT",
  1351. "bin": {
  1352. "ua-parser-js": "script/cli.js"
  1353. },
  1354. "engines": {
  1355. "node": "*"
  1356. }
  1357. },
  1358. "node_modules/use-composed-ref": {
  1359. "version": "1.3.0",
  1360. "resolved": "https://registry.npmjs.org/use-composed-ref/-/use-composed-ref-1.3.0.tgz",
  1361. "integrity": "sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==",
  1362. "license": "MIT",
  1363. "peerDependencies": {
  1364. "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  1365. }
  1366. },
  1367. "node_modules/use-isomorphic-layout-effect": {
  1368. "version": "1.1.2",
  1369. "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz",
  1370. "integrity": "sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==",
  1371. "license": "MIT",
  1372. "peerDependencies": {
  1373. "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  1374. },
  1375. "peerDependenciesMeta": {
  1376. "@types/react": {
  1377. "optional": true
  1378. }
  1379. }
  1380. },
  1381. "node_modules/use-latest": {
  1382. "version": "1.2.1",
  1383. "resolved": "https://registry.npmjs.org/use-latest/-/use-latest-1.2.1.tgz",
  1384. "integrity": "sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==",
  1385. "license": "MIT",
  1386. "dependencies": {
  1387. "use-isomorphic-layout-effect": "^1.1.1"
  1388. },
  1389. "peerDependencies": {
  1390. "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  1391. },
  1392. "peerDependenciesMeta": {
  1393. "@types/react": {
  1394. "optional": true
  1395. }
  1396. }
  1397. },
  1398. "node_modules/use-sync-external-store": {
  1399. "version": "1.2.2",
  1400. "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz",
  1401. "integrity": "sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==",
  1402. "license": "MIT",
  1403. "peerDependencies": {
  1404. "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  1405. }
  1406. },
  1407. "node_modules/webidl-conversions": {
  1408. "version": "3.0.1",
  1409. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  1410. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  1411. "license": "BSD-2-Clause"
  1412. },
  1413. "node_modules/whatwg-url": {
  1414. "version": "5.0.0",
  1415. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  1416. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  1417. "license": "MIT",
  1418. "dependencies": {
  1419. "tr46": "~0.0.3",
  1420. "webidl-conversions": "^3.0.0"
  1421. }
  1422. },
  1423. "node_modules/yaml": {
  1424. "version": "1.10.2",
  1425. "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
  1426. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  1427. "license": "ISC",
  1428. "engines": {
  1429. "node": ">= 6"
  1430. }
  1431. },
  1432. "node_modules/zustand": {
  1433. "version": "4.5.5",
  1434. "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.5.tgz",
  1435. "integrity": "sha512-+0PALYNJNgK6hldkgDq2vLrw5f6g/jCInz52n9RTpropGgeAf/ioFUCdtsjCqu4gNhW9D01rUQBROoRjdzyn2Q==",
  1436. "license": "MIT",
  1437. "dependencies": {
  1438. "use-sync-external-store": "1.2.2"
  1439. },
  1440. "engines": {
  1441. "node": ">=12.7.0"
  1442. },
  1443. "peerDependencies": {
  1444. "@types/react": ">=16.8",
  1445. "immer": ">=9.0.6",
  1446. "react": ">=16.8"
  1447. },
  1448. "peerDependenciesMeta": {
  1449. "@types/react": {
  1450. "optional": true
  1451. },
  1452. "immer": {
  1453. "optional": true
  1454. },
  1455. "react": {
  1456. "optional": true
  1457. }
  1458. }
  1459. }
  1460. }
  1461. }