FPSMS-frontend
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

10307 rindas
387 KiB

  1. {
  2. "name": "fpsms",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "fpsms",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "@emotion/cache": "^11.11.0",
  12. "@emotion/react": "^11.11.1",
  13. "@emotion/styled": "^11.11.0",
  14. "@fontsource/inter": "^5.0.16",
  15. "@fontsource/plus-jakarta-sans": "^5.0.18",
  16. "@mui/icons-material": "^5.15.0",
  17. "@mui/material": "^5.15.0",
  18. "@mui/material-nextjs": "^5.15.0",
  19. "@mui/x-data-grid": "^6.18.7",
  20. "@mui/x-date-pickers": "^6.18.7",
  21. "@tiptap/react": "^2.12.0",
  22. "@unly/universal-language-detector": "^2.0.3",
  23. "apexcharts": "^3.45.2",
  24. "axios": "^1.9.0",
  25. "dayjs": "^1.11.10",
  26. "html5-qrcode": "^2.3.8",
  27. "i18next": "^23.7.11",
  28. "i18next-resources-to-backend": "^1.2.0",
  29. "lodash": "^4.17.21",
  30. "next": "14.0.4",
  31. "next-auth": "^4.24.5",
  32. "next-pwa": "^5.6.0",
  33. "qrcode.react": "^4.2.0",
  34. "qs": "^6.14.0",
  35. "react": "^18",
  36. "react-apexcharts": "^1.4.1",
  37. "react-dom": "^18",
  38. "react-hook-form": "^7.49.2",
  39. "react-i18next": "^13.5.0",
  40. "react-intl": "^6.5.5",
  41. "react-qr-barcode-scanner": "^2.1.5",
  42. "react-select": "^5.8.0",
  43. "react-toastify": "^11.0.5",
  44. "reactstrap": "^9.2.2",
  45. "styled-components": "^6.1.8",
  46. "sweetalert2": "^11.10.3"
  47. },
  48. "devDependencies": {
  49. "@types/lodash": "^4.14.202",
  50. "@types/node": "^20",
  51. "@types/qs": "^6.14.0",
  52. "@types/react": "^18",
  53. "@types/react-dom": "^18",
  54. "@typescript-eslint/eslint-plugin": "^6.18.1",
  55. "@typescript-eslint/parser": "^6.18.1",
  56. "autoprefixer": "^10.4.16",
  57. "eslint": "^8",
  58. "eslint-config-next": "14.0.4",
  59. "eslint-config-prettier": "^9.1.0",
  60. "eslint-plugin-prettier": "^5.0.1",
  61. "postcss": "^8.4.33",
  62. "prettier": "3.1.1",
  63. "tailwindcss": "^3.4.1",
  64. "typescript": "^5"
  65. }
  66. },
  67. "node_modules/@aashutoshrathi/word-wrap": {
  68. "version": "1.2.6",
  69. "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
  70. "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
  71. "dev": true,
  72. "engines": {
  73. "node": ">=0.10.0"
  74. }
  75. },
  76. "node_modules/@alloc/quick-lru": {
  77. "version": "5.2.0",
  78. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  79. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  80. "dev": true,
  81. "engines": {
  82. "node": ">=10"
  83. },
  84. "funding": {
  85. "url": "https://github.com/sponsors/sindresorhus"
  86. }
  87. },
  88. "node_modules/@ampproject/remapping": {
  89. "version": "2.3.0",
  90. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
  91. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  92. "dependencies": {
  93. "@jridgewell/gen-mapping": "^0.3.5",
  94. "@jridgewell/trace-mapping": "^0.3.24"
  95. },
  96. "engines": {
  97. "node": ">=6.0.0"
  98. }
  99. },
  100. "node_modules/@babel/code-frame": {
  101. "version": "7.23.5",
  102. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz",
  103. "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==",
  104. "dependencies": {
  105. "@babel/highlight": "^7.23.4",
  106. "chalk": "^2.4.2"
  107. },
  108. "engines": {
  109. "node": ">=6.9.0"
  110. }
  111. },
  112. "node_modules/@babel/compat-data": {
  113. "version": "7.23.5",
  114. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz",
  115. "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==",
  116. "engines": {
  117. "node": ">=6.9.0"
  118. }
  119. },
  120. "node_modules/@babel/core": {
  121. "version": "7.24.0",
  122. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.0.tgz",
  123. "integrity": "sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==",
  124. "dependencies": {
  125. "@ampproject/remapping": "^2.2.0",
  126. "@babel/code-frame": "^7.23.5",
  127. "@babel/generator": "^7.23.6",
  128. "@babel/helper-compilation-targets": "^7.23.6",
  129. "@babel/helper-module-transforms": "^7.23.3",
  130. "@babel/helpers": "^7.24.0",
  131. "@babel/parser": "^7.24.0",
  132. "@babel/template": "^7.24.0",
  133. "@babel/traverse": "^7.24.0",
  134. "@babel/types": "^7.24.0",
  135. "convert-source-map": "^2.0.0",
  136. "debug": "^4.1.0",
  137. "gensync": "^1.0.0-beta.2",
  138. "json5": "^2.2.3",
  139. "semver": "^6.3.1"
  140. },
  141. "engines": {
  142. "node": ">=6.9.0"
  143. },
  144. "funding": {
  145. "type": "opencollective",
  146. "url": "https://opencollective.com/babel"
  147. }
  148. },
  149. "node_modules/@babel/core/node_modules/convert-source-map": {
  150. "version": "2.0.0",
  151. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  152. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
  153. },
  154. "node_modules/@babel/core/node_modules/json5": {
  155. "version": "2.2.3",
  156. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  157. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  158. "bin": {
  159. "json5": "lib/cli.js"
  160. },
  161. "engines": {
  162. "node": ">=6"
  163. }
  164. },
  165. "node_modules/@babel/core/node_modules/semver": {
  166. "version": "6.3.1",
  167. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  168. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  169. "bin": {
  170. "semver": "bin/semver.js"
  171. }
  172. },
  173. "node_modules/@babel/generator": {
  174. "version": "7.23.6",
  175. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz",
  176. "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==",
  177. "dependencies": {
  178. "@babel/types": "^7.23.6",
  179. "@jridgewell/gen-mapping": "^0.3.2",
  180. "@jridgewell/trace-mapping": "^0.3.17",
  181. "jsesc": "^2.5.1"
  182. },
  183. "engines": {
  184. "node": ">=6.9.0"
  185. }
  186. },
  187. "node_modules/@babel/helper-annotate-as-pure": {
  188. "version": "7.22.5",
  189. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
  190. "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
  191. "dependencies": {
  192. "@babel/types": "^7.22.5"
  193. },
  194. "engines": {
  195. "node": ">=6.9.0"
  196. }
  197. },
  198. "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
  199. "version": "7.22.15",
  200. "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz",
  201. "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==",
  202. "dependencies": {
  203. "@babel/types": "^7.22.15"
  204. },
  205. "engines": {
  206. "node": ">=6.9.0"
  207. }
  208. },
  209. "node_modules/@babel/helper-compilation-targets": {
  210. "version": "7.23.6",
  211. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz",
  212. "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==",
  213. "dependencies": {
  214. "@babel/compat-data": "^7.23.5",
  215. "@babel/helper-validator-option": "^7.23.5",
  216. "browserslist": "^4.22.2",
  217. "lru-cache": "^5.1.1",
  218. "semver": "^6.3.1"
  219. },
  220. "engines": {
  221. "node": ">=6.9.0"
  222. }
  223. },
  224. "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
  225. "version": "5.1.1",
  226. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  227. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  228. "dependencies": {
  229. "yallist": "^3.0.2"
  230. }
  231. },
  232. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  233. "version": "6.3.1",
  234. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  235. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  236. "bin": {
  237. "semver": "bin/semver.js"
  238. }
  239. },
  240. "node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
  241. "version": "3.1.1",
  242. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  243. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  244. },
  245. "node_modules/@babel/helper-create-class-features-plugin": {
  246. "version": "7.24.0",
  247. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.0.tgz",
  248. "integrity": "sha512-QAH+vfvts51BCsNZ2PhY6HAggnlS6omLLFTsIpeqZk/MmJ6cW7tgz5yRv0fMJThcr6FmbMrENh1RgrWPTYA76g==",
  249. "dependencies": {
  250. "@babel/helper-annotate-as-pure": "^7.22.5",
  251. "@babel/helper-environment-visitor": "^7.22.20",
  252. "@babel/helper-function-name": "^7.23.0",
  253. "@babel/helper-member-expression-to-functions": "^7.23.0",
  254. "@babel/helper-optimise-call-expression": "^7.22.5",
  255. "@babel/helper-replace-supers": "^7.22.20",
  256. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  257. "@babel/helper-split-export-declaration": "^7.22.6",
  258. "semver": "^6.3.1"
  259. },
  260. "engines": {
  261. "node": ">=6.9.0"
  262. },
  263. "peerDependencies": {
  264. "@babel/core": "^7.0.0"
  265. }
  266. },
  267. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  268. "version": "6.3.1",
  269. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  270. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  271. "bin": {
  272. "semver": "bin/semver.js"
  273. }
  274. },
  275. "node_modules/@babel/helper-create-regexp-features-plugin": {
  276. "version": "7.22.15",
  277. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz",
  278. "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==",
  279. "dependencies": {
  280. "@babel/helper-annotate-as-pure": "^7.22.5",
  281. "regexpu-core": "^5.3.1",
  282. "semver": "^6.3.1"
  283. },
  284. "engines": {
  285. "node": ">=6.9.0"
  286. },
  287. "peerDependencies": {
  288. "@babel/core": "^7.0.0"
  289. }
  290. },
  291. "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {
  292. "version": "6.3.1",
  293. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  294. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  295. "bin": {
  296. "semver": "bin/semver.js"
  297. }
  298. },
  299. "node_modules/@babel/helper-define-polyfill-provider": {
  300. "version": "0.5.0",
  301. "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz",
  302. "integrity": "sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==",
  303. "dependencies": {
  304. "@babel/helper-compilation-targets": "^7.22.6",
  305. "@babel/helper-plugin-utils": "^7.22.5",
  306. "debug": "^4.1.1",
  307. "lodash.debounce": "^4.0.8",
  308. "resolve": "^1.14.2"
  309. },
  310. "peerDependencies": {
  311. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  312. }
  313. },
  314. "node_modules/@babel/helper-environment-visitor": {
  315. "version": "7.22.20",
  316. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
  317. "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
  318. "engines": {
  319. "node": ">=6.9.0"
  320. }
  321. },
  322. "node_modules/@babel/helper-function-name": {
  323. "version": "7.23.0",
  324. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
  325. "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
  326. "dependencies": {
  327. "@babel/template": "^7.22.15",
  328. "@babel/types": "^7.23.0"
  329. },
  330. "engines": {
  331. "node": ">=6.9.0"
  332. }
  333. },
  334. "node_modules/@babel/helper-hoist-variables": {
  335. "version": "7.22.5",
  336. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
  337. "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
  338. "dependencies": {
  339. "@babel/types": "^7.22.5"
  340. },
  341. "engines": {
  342. "node": ">=6.9.0"
  343. }
  344. },
  345. "node_modules/@babel/helper-member-expression-to-functions": {
  346. "version": "7.23.0",
  347. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz",
  348. "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==",
  349. "dependencies": {
  350. "@babel/types": "^7.23.0"
  351. },
  352. "engines": {
  353. "node": ">=6.9.0"
  354. }
  355. },
  356. "node_modules/@babel/helper-module-imports": {
  357. "version": "7.22.15",
  358. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
  359. "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
  360. "dependencies": {
  361. "@babel/types": "^7.22.15"
  362. },
  363. "engines": {
  364. "node": ">=6.9.0"
  365. }
  366. },
  367. "node_modules/@babel/helper-module-transforms": {
  368. "version": "7.23.3",
  369. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
  370. "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
  371. "dependencies": {
  372. "@babel/helper-environment-visitor": "^7.22.20",
  373. "@babel/helper-module-imports": "^7.22.15",
  374. "@babel/helper-simple-access": "^7.22.5",
  375. "@babel/helper-split-export-declaration": "^7.22.6",
  376. "@babel/helper-validator-identifier": "^7.22.20"
  377. },
  378. "engines": {
  379. "node": ">=6.9.0"
  380. },
  381. "peerDependencies": {
  382. "@babel/core": "^7.0.0"
  383. }
  384. },
  385. "node_modules/@babel/helper-optimise-call-expression": {
  386. "version": "7.22.5",
  387. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
  388. "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
  389. "dependencies": {
  390. "@babel/types": "^7.22.5"
  391. },
  392. "engines": {
  393. "node": ">=6.9.0"
  394. }
  395. },
  396. "node_modules/@babel/helper-plugin-utils": {
  397. "version": "7.24.0",
  398. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz",
  399. "integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==",
  400. "engines": {
  401. "node": ">=6.9.0"
  402. }
  403. },
  404. "node_modules/@babel/helper-remap-async-to-generator": {
  405. "version": "7.22.20",
  406. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz",
  407. "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==",
  408. "dependencies": {
  409. "@babel/helper-annotate-as-pure": "^7.22.5",
  410. "@babel/helper-environment-visitor": "^7.22.20",
  411. "@babel/helper-wrap-function": "^7.22.20"
  412. },
  413. "engines": {
  414. "node": ">=6.9.0"
  415. },
  416. "peerDependencies": {
  417. "@babel/core": "^7.0.0"
  418. }
  419. },
  420. "node_modules/@babel/helper-replace-supers": {
  421. "version": "7.22.20",
  422. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz",
  423. "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==",
  424. "dependencies": {
  425. "@babel/helper-environment-visitor": "^7.22.20",
  426. "@babel/helper-member-expression-to-functions": "^7.22.15",
  427. "@babel/helper-optimise-call-expression": "^7.22.5"
  428. },
  429. "engines": {
  430. "node": ">=6.9.0"
  431. },
  432. "peerDependencies": {
  433. "@babel/core": "^7.0.0"
  434. }
  435. },
  436. "node_modules/@babel/helper-simple-access": {
  437. "version": "7.22.5",
  438. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
  439. "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
  440. "dependencies": {
  441. "@babel/types": "^7.22.5"
  442. },
  443. "engines": {
  444. "node": ">=6.9.0"
  445. }
  446. },
  447. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  448. "version": "7.22.5",
  449. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
  450. "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
  451. "dependencies": {
  452. "@babel/types": "^7.22.5"
  453. },
  454. "engines": {
  455. "node": ">=6.9.0"
  456. }
  457. },
  458. "node_modules/@babel/helper-split-export-declaration": {
  459. "version": "7.22.6",
  460. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
  461. "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
  462. "dependencies": {
  463. "@babel/types": "^7.22.5"
  464. },
  465. "engines": {
  466. "node": ">=6.9.0"
  467. }
  468. },
  469. "node_modules/@babel/helper-string-parser": {
  470. "version": "7.23.4",
  471. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",
  472. "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==",
  473. "engines": {
  474. "node": ">=6.9.0"
  475. }
  476. },
  477. "node_modules/@babel/helper-validator-identifier": {
  478. "version": "7.22.20",
  479. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
  480. "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
  481. "engines": {
  482. "node": ">=6.9.0"
  483. }
  484. },
  485. "node_modules/@babel/helper-validator-option": {
  486. "version": "7.23.5",
  487. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
  488. "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
  489. "engines": {
  490. "node": ">=6.9.0"
  491. }
  492. },
  493. "node_modules/@babel/helper-wrap-function": {
  494. "version": "7.22.20",
  495. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz",
  496. "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==",
  497. "dependencies": {
  498. "@babel/helper-function-name": "^7.22.5",
  499. "@babel/template": "^7.22.15",
  500. "@babel/types": "^7.22.19"
  501. },
  502. "engines": {
  503. "node": ">=6.9.0"
  504. }
  505. },
  506. "node_modules/@babel/helpers": {
  507. "version": "7.24.0",
  508. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.0.tgz",
  509. "integrity": "sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==",
  510. "dependencies": {
  511. "@babel/template": "^7.24.0",
  512. "@babel/traverse": "^7.24.0",
  513. "@babel/types": "^7.24.0"
  514. },
  515. "engines": {
  516. "node": ">=6.9.0"
  517. }
  518. },
  519. "node_modules/@babel/highlight": {
  520. "version": "7.23.4",
  521. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",
  522. "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
  523. "dependencies": {
  524. "@babel/helper-validator-identifier": "^7.22.20",
  525. "chalk": "^2.4.2",
  526. "js-tokens": "^4.0.0"
  527. },
  528. "engines": {
  529. "node": ">=6.9.0"
  530. }
  531. },
  532. "node_modules/@babel/parser": {
  533. "version": "7.24.0",
  534. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz",
  535. "integrity": "sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==",
  536. "bin": {
  537. "parser": "bin/babel-parser.js"
  538. },
  539. "engines": {
  540. "node": ">=6.0.0"
  541. }
  542. },
  543. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  544. "version": "7.23.3",
  545. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz",
  546. "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==",
  547. "dependencies": {
  548. "@babel/helper-plugin-utils": "^7.22.5"
  549. },
  550. "engines": {
  551. "node": ">=6.9.0"
  552. },
  553. "peerDependencies": {
  554. "@babel/core": "^7.0.0"
  555. }
  556. },
  557. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  558. "version": "7.23.3",
  559. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz",
  560. "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==",
  561. "dependencies": {
  562. "@babel/helper-plugin-utils": "^7.22.5",
  563. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  564. "@babel/plugin-transform-optional-chaining": "^7.23.3"
  565. },
  566. "engines": {
  567. "node": ">=6.9.0"
  568. },
  569. "peerDependencies": {
  570. "@babel/core": "^7.13.0"
  571. }
  572. },
  573. "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
  574. "version": "7.23.7",
  575. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz",
  576. "integrity": "sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==",
  577. "dependencies": {
  578. "@babel/helper-environment-visitor": "^7.22.20",
  579. "@babel/helper-plugin-utils": "^7.22.5"
  580. },
  581. "engines": {
  582. "node": ">=6.9.0"
  583. },
  584. "peerDependencies": {
  585. "@babel/core": "^7.0.0"
  586. }
  587. },
  588. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  589. "version": "7.21.0-placeholder-for-preset-env.2",
  590. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
  591. "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
  592. "engines": {
  593. "node": ">=6.9.0"
  594. },
  595. "peerDependencies": {
  596. "@babel/core": "^7.0.0-0"
  597. }
  598. },
  599. "node_modules/@babel/plugin-syntax-async-generators": {
  600. "version": "7.8.4",
  601. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  602. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  603. "dependencies": {
  604. "@babel/helper-plugin-utils": "^7.8.0"
  605. },
  606. "peerDependencies": {
  607. "@babel/core": "^7.0.0-0"
  608. }
  609. },
  610. "node_modules/@babel/plugin-syntax-class-properties": {
  611. "version": "7.12.13",
  612. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  613. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  614. "dependencies": {
  615. "@babel/helper-plugin-utils": "^7.12.13"
  616. },
  617. "peerDependencies": {
  618. "@babel/core": "^7.0.0-0"
  619. }
  620. },
  621. "node_modules/@babel/plugin-syntax-class-static-block": {
  622. "version": "7.14.5",
  623. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  624. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  625. "dependencies": {
  626. "@babel/helper-plugin-utils": "^7.14.5"
  627. },
  628. "engines": {
  629. "node": ">=6.9.0"
  630. },
  631. "peerDependencies": {
  632. "@babel/core": "^7.0.0-0"
  633. }
  634. },
  635. "node_modules/@babel/plugin-syntax-dynamic-import": {
  636. "version": "7.8.3",
  637. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  638. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  639. "dependencies": {
  640. "@babel/helper-plugin-utils": "^7.8.0"
  641. },
  642. "peerDependencies": {
  643. "@babel/core": "^7.0.0-0"
  644. }
  645. },
  646. "node_modules/@babel/plugin-syntax-export-namespace-from": {
  647. "version": "7.8.3",
  648. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  649. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  650. "dependencies": {
  651. "@babel/helper-plugin-utils": "^7.8.3"
  652. },
  653. "peerDependencies": {
  654. "@babel/core": "^7.0.0-0"
  655. }
  656. },
  657. "node_modules/@babel/plugin-syntax-import-assertions": {
  658. "version": "7.23.3",
  659. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz",
  660. "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==",
  661. "dependencies": {
  662. "@babel/helper-plugin-utils": "^7.22.5"
  663. },
  664. "engines": {
  665. "node": ">=6.9.0"
  666. },
  667. "peerDependencies": {
  668. "@babel/core": "^7.0.0-0"
  669. }
  670. },
  671. "node_modules/@babel/plugin-syntax-import-attributes": {
  672. "version": "7.23.3",
  673. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz",
  674. "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==",
  675. "dependencies": {
  676. "@babel/helper-plugin-utils": "^7.22.5"
  677. },
  678. "engines": {
  679. "node": ">=6.9.0"
  680. },
  681. "peerDependencies": {
  682. "@babel/core": "^7.0.0-0"
  683. }
  684. },
  685. "node_modules/@babel/plugin-syntax-import-meta": {
  686. "version": "7.10.4",
  687. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  688. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  689. "dependencies": {
  690. "@babel/helper-plugin-utils": "^7.10.4"
  691. },
  692. "peerDependencies": {
  693. "@babel/core": "^7.0.0-0"
  694. }
  695. },
  696. "node_modules/@babel/plugin-syntax-json-strings": {
  697. "version": "7.8.3",
  698. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  699. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  700. "dependencies": {
  701. "@babel/helper-plugin-utils": "^7.8.0"
  702. },
  703. "peerDependencies": {
  704. "@babel/core": "^7.0.0-0"
  705. }
  706. },
  707. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  708. "version": "7.10.4",
  709. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  710. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  711. "dependencies": {
  712. "@babel/helper-plugin-utils": "^7.10.4"
  713. },
  714. "peerDependencies": {
  715. "@babel/core": "^7.0.0-0"
  716. }
  717. },
  718. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  719. "version": "7.8.3",
  720. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  721. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  722. "dependencies": {
  723. "@babel/helper-plugin-utils": "^7.8.0"
  724. },
  725. "peerDependencies": {
  726. "@babel/core": "^7.0.0-0"
  727. }
  728. },
  729. "node_modules/@babel/plugin-syntax-numeric-separator": {
  730. "version": "7.10.4",
  731. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  732. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  733. "dependencies": {
  734. "@babel/helper-plugin-utils": "^7.10.4"
  735. },
  736. "peerDependencies": {
  737. "@babel/core": "^7.0.0-0"
  738. }
  739. },
  740. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  741. "version": "7.8.3",
  742. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  743. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  744. "dependencies": {
  745. "@babel/helper-plugin-utils": "^7.8.0"
  746. },
  747. "peerDependencies": {
  748. "@babel/core": "^7.0.0-0"
  749. }
  750. },
  751. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  752. "version": "7.8.3",
  753. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  754. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  755. "dependencies": {
  756. "@babel/helper-plugin-utils": "^7.8.0"
  757. },
  758. "peerDependencies": {
  759. "@babel/core": "^7.0.0-0"
  760. }
  761. },
  762. "node_modules/@babel/plugin-syntax-optional-chaining": {
  763. "version": "7.8.3",
  764. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  765. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  766. "dependencies": {
  767. "@babel/helper-plugin-utils": "^7.8.0"
  768. },
  769. "peerDependencies": {
  770. "@babel/core": "^7.0.0-0"
  771. }
  772. },
  773. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  774. "version": "7.14.5",
  775. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  776. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  777. "dependencies": {
  778. "@babel/helper-plugin-utils": "^7.14.5"
  779. },
  780. "engines": {
  781. "node": ">=6.9.0"
  782. },
  783. "peerDependencies": {
  784. "@babel/core": "^7.0.0-0"
  785. }
  786. },
  787. "node_modules/@babel/plugin-syntax-top-level-await": {
  788. "version": "7.14.5",
  789. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  790. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  791. "dependencies": {
  792. "@babel/helper-plugin-utils": "^7.14.5"
  793. },
  794. "engines": {
  795. "node": ">=6.9.0"
  796. },
  797. "peerDependencies": {
  798. "@babel/core": "^7.0.0-0"
  799. }
  800. },
  801. "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
  802. "version": "7.18.6",
  803. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
  804. "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
  805. "dependencies": {
  806. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  807. "@babel/helper-plugin-utils": "^7.18.6"
  808. },
  809. "engines": {
  810. "node": ">=6.9.0"
  811. },
  812. "peerDependencies": {
  813. "@babel/core": "^7.0.0"
  814. }
  815. },
  816. "node_modules/@babel/plugin-transform-arrow-functions": {
  817. "version": "7.23.3",
  818. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz",
  819. "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==",
  820. "dependencies": {
  821. "@babel/helper-plugin-utils": "^7.22.5"
  822. },
  823. "engines": {
  824. "node": ">=6.9.0"
  825. },
  826. "peerDependencies": {
  827. "@babel/core": "^7.0.0-0"
  828. }
  829. },
  830. "node_modules/@babel/plugin-transform-async-generator-functions": {
  831. "version": "7.23.9",
  832. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz",
  833. "integrity": "sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==",
  834. "dependencies": {
  835. "@babel/helper-environment-visitor": "^7.22.20",
  836. "@babel/helper-plugin-utils": "^7.22.5",
  837. "@babel/helper-remap-async-to-generator": "^7.22.20",
  838. "@babel/plugin-syntax-async-generators": "^7.8.4"
  839. },
  840. "engines": {
  841. "node": ">=6.9.0"
  842. },
  843. "peerDependencies": {
  844. "@babel/core": "^7.0.0-0"
  845. }
  846. },
  847. "node_modules/@babel/plugin-transform-async-to-generator": {
  848. "version": "7.23.3",
  849. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz",
  850. "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==",
  851. "dependencies": {
  852. "@babel/helper-module-imports": "^7.22.15",
  853. "@babel/helper-plugin-utils": "^7.22.5",
  854. "@babel/helper-remap-async-to-generator": "^7.22.20"
  855. },
  856. "engines": {
  857. "node": ">=6.9.0"
  858. },
  859. "peerDependencies": {
  860. "@babel/core": "^7.0.0-0"
  861. }
  862. },
  863. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  864. "version": "7.23.3",
  865. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz",
  866. "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==",
  867. "dependencies": {
  868. "@babel/helper-plugin-utils": "^7.22.5"
  869. },
  870. "engines": {
  871. "node": ">=6.9.0"
  872. },
  873. "peerDependencies": {
  874. "@babel/core": "^7.0.0-0"
  875. }
  876. },
  877. "node_modules/@babel/plugin-transform-block-scoping": {
  878. "version": "7.23.4",
  879. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz",
  880. "integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==",
  881. "dependencies": {
  882. "@babel/helper-plugin-utils": "^7.22.5"
  883. },
  884. "engines": {
  885. "node": ">=6.9.0"
  886. },
  887. "peerDependencies": {
  888. "@babel/core": "^7.0.0-0"
  889. }
  890. },
  891. "node_modules/@babel/plugin-transform-class-properties": {
  892. "version": "7.23.3",
  893. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz",
  894. "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==",
  895. "dependencies": {
  896. "@babel/helper-create-class-features-plugin": "^7.22.15",
  897. "@babel/helper-plugin-utils": "^7.22.5"
  898. },
  899. "engines": {
  900. "node": ">=6.9.0"
  901. },
  902. "peerDependencies": {
  903. "@babel/core": "^7.0.0-0"
  904. }
  905. },
  906. "node_modules/@babel/plugin-transform-class-static-block": {
  907. "version": "7.23.4",
  908. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz",
  909. "integrity": "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==",
  910. "dependencies": {
  911. "@babel/helper-create-class-features-plugin": "^7.22.15",
  912. "@babel/helper-plugin-utils": "^7.22.5",
  913. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  914. },
  915. "engines": {
  916. "node": ">=6.9.0"
  917. },
  918. "peerDependencies": {
  919. "@babel/core": "^7.12.0"
  920. }
  921. },
  922. "node_modules/@babel/plugin-transform-classes": {
  923. "version": "7.23.8",
  924. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz",
  925. "integrity": "sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==",
  926. "dependencies": {
  927. "@babel/helper-annotate-as-pure": "^7.22.5",
  928. "@babel/helper-compilation-targets": "^7.23.6",
  929. "@babel/helper-environment-visitor": "^7.22.20",
  930. "@babel/helper-function-name": "^7.23.0",
  931. "@babel/helper-plugin-utils": "^7.22.5",
  932. "@babel/helper-replace-supers": "^7.22.20",
  933. "@babel/helper-split-export-declaration": "^7.22.6",
  934. "globals": "^11.1.0"
  935. },
  936. "engines": {
  937. "node": ">=6.9.0"
  938. },
  939. "peerDependencies": {
  940. "@babel/core": "^7.0.0-0"
  941. }
  942. },
  943. "node_modules/@babel/plugin-transform-classes/node_modules/globals": {
  944. "version": "11.12.0",
  945. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  946. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  947. "engines": {
  948. "node": ">=4"
  949. }
  950. },
  951. "node_modules/@babel/plugin-transform-computed-properties": {
  952. "version": "7.23.3",
  953. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz",
  954. "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==",
  955. "dependencies": {
  956. "@babel/helper-plugin-utils": "^7.22.5",
  957. "@babel/template": "^7.22.15"
  958. },
  959. "engines": {
  960. "node": ">=6.9.0"
  961. },
  962. "peerDependencies": {
  963. "@babel/core": "^7.0.0-0"
  964. }
  965. },
  966. "node_modules/@babel/plugin-transform-destructuring": {
  967. "version": "7.23.3",
  968. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz",
  969. "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==",
  970. "dependencies": {
  971. "@babel/helper-plugin-utils": "^7.22.5"
  972. },
  973. "engines": {
  974. "node": ">=6.9.0"
  975. },
  976. "peerDependencies": {
  977. "@babel/core": "^7.0.0-0"
  978. }
  979. },
  980. "node_modules/@babel/plugin-transform-dotall-regex": {
  981. "version": "7.23.3",
  982. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz",
  983. "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==",
  984. "dependencies": {
  985. "@babel/helper-create-regexp-features-plugin": "^7.22.15",
  986. "@babel/helper-plugin-utils": "^7.22.5"
  987. },
  988. "engines": {
  989. "node": ">=6.9.0"
  990. },
  991. "peerDependencies": {
  992. "@babel/core": "^7.0.0-0"
  993. }
  994. },
  995. "node_modules/@babel/plugin-transform-duplicate-keys": {
  996. "version": "7.23.3",
  997. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz",
  998. "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==",
  999. "dependencies": {
  1000. "@babel/helper-plugin-utils": "^7.22.5"
  1001. },
  1002. "engines": {
  1003. "node": ">=6.9.0"
  1004. },
  1005. "peerDependencies": {
  1006. "@babel/core": "^7.0.0-0"
  1007. }
  1008. },
  1009. "node_modules/@babel/plugin-transform-dynamic-import": {
  1010. "version": "7.23.4",
  1011. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz",
  1012. "integrity": "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==",
  1013. "dependencies": {
  1014. "@babel/helper-plugin-utils": "^7.22.5",
  1015. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  1016. },
  1017. "engines": {
  1018. "node": ">=6.9.0"
  1019. },
  1020. "peerDependencies": {
  1021. "@babel/core": "^7.0.0-0"
  1022. }
  1023. },
  1024. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  1025. "version": "7.23.3",
  1026. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz",
  1027. "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==",
  1028. "dependencies": {
  1029. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",
  1030. "@babel/helper-plugin-utils": "^7.22.5"
  1031. },
  1032. "engines": {
  1033. "node": ">=6.9.0"
  1034. },
  1035. "peerDependencies": {
  1036. "@babel/core": "^7.0.0-0"
  1037. }
  1038. },
  1039. "node_modules/@babel/plugin-transform-export-namespace-from": {
  1040. "version": "7.23.4",
  1041. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz",
  1042. "integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==",
  1043. "dependencies": {
  1044. "@babel/helper-plugin-utils": "^7.22.5",
  1045. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  1046. },
  1047. "engines": {
  1048. "node": ">=6.9.0"
  1049. },
  1050. "peerDependencies": {
  1051. "@babel/core": "^7.0.0-0"
  1052. }
  1053. },
  1054. "node_modules/@babel/plugin-transform-for-of": {
  1055. "version": "7.23.6",
  1056. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz",
  1057. "integrity": "sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==",
  1058. "dependencies": {
  1059. "@babel/helper-plugin-utils": "^7.22.5",
  1060. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
  1061. },
  1062. "engines": {
  1063. "node": ">=6.9.0"
  1064. },
  1065. "peerDependencies": {
  1066. "@babel/core": "^7.0.0-0"
  1067. }
  1068. },
  1069. "node_modules/@babel/plugin-transform-function-name": {
  1070. "version": "7.23.3",
  1071. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz",
  1072. "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==",
  1073. "dependencies": {
  1074. "@babel/helper-compilation-targets": "^7.22.15",
  1075. "@babel/helper-function-name": "^7.23.0",
  1076. "@babel/helper-plugin-utils": "^7.22.5"
  1077. },
  1078. "engines": {
  1079. "node": ">=6.9.0"
  1080. },
  1081. "peerDependencies": {
  1082. "@babel/core": "^7.0.0-0"
  1083. }
  1084. },
  1085. "node_modules/@babel/plugin-transform-json-strings": {
  1086. "version": "7.23.4",
  1087. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz",
  1088. "integrity": "sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==",
  1089. "dependencies": {
  1090. "@babel/helper-plugin-utils": "^7.22.5",
  1091. "@babel/plugin-syntax-json-strings": "^7.8.3"
  1092. },
  1093. "engines": {
  1094. "node": ">=6.9.0"
  1095. },
  1096. "peerDependencies": {
  1097. "@babel/core": "^7.0.0-0"
  1098. }
  1099. },
  1100. "node_modules/@babel/plugin-transform-literals": {
  1101. "version": "7.23.3",
  1102. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz",
  1103. "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==",
  1104. "dependencies": {
  1105. "@babel/helper-plugin-utils": "^7.22.5"
  1106. },
  1107. "engines": {
  1108. "node": ">=6.9.0"
  1109. },
  1110. "peerDependencies": {
  1111. "@babel/core": "^7.0.0-0"
  1112. }
  1113. },
  1114. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  1115. "version": "7.23.4",
  1116. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz",
  1117. "integrity": "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==",
  1118. "dependencies": {
  1119. "@babel/helper-plugin-utils": "^7.22.5",
  1120. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  1121. },
  1122. "engines": {
  1123. "node": ">=6.9.0"
  1124. },
  1125. "peerDependencies": {
  1126. "@babel/core": "^7.0.0-0"
  1127. }
  1128. },
  1129. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1130. "version": "7.23.3",
  1131. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz",
  1132. "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==",
  1133. "dependencies": {
  1134. "@babel/helper-plugin-utils": "^7.22.5"
  1135. },
  1136. "engines": {
  1137. "node": ">=6.9.0"
  1138. },
  1139. "peerDependencies": {
  1140. "@babel/core": "^7.0.0-0"
  1141. }
  1142. },
  1143. "node_modules/@babel/plugin-transform-modules-amd": {
  1144. "version": "7.23.3",
  1145. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz",
  1146. "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==",
  1147. "dependencies": {
  1148. "@babel/helper-module-transforms": "^7.23.3",
  1149. "@babel/helper-plugin-utils": "^7.22.5"
  1150. },
  1151. "engines": {
  1152. "node": ">=6.9.0"
  1153. },
  1154. "peerDependencies": {
  1155. "@babel/core": "^7.0.0-0"
  1156. }
  1157. },
  1158. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1159. "version": "7.23.3",
  1160. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz",
  1161. "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==",
  1162. "dependencies": {
  1163. "@babel/helper-module-transforms": "^7.23.3",
  1164. "@babel/helper-plugin-utils": "^7.22.5",
  1165. "@babel/helper-simple-access": "^7.22.5"
  1166. },
  1167. "engines": {
  1168. "node": ">=6.9.0"
  1169. },
  1170. "peerDependencies": {
  1171. "@babel/core": "^7.0.0-0"
  1172. }
  1173. },
  1174. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1175. "version": "7.23.9",
  1176. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz",
  1177. "integrity": "sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==",
  1178. "dependencies": {
  1179. "@babel/helper-hoist-variables": "^7.22.5",
  1180. "@babel/helper-module-transforms": "^7.23.3",
  1181. "@babel/helper-plugin-utils": "^7.22.5",
  1182. "@babel/helper-validator-identifier": "^7.22.20"
  1183. },
  1184. "engines": {
  1185. "node": ">=6.9.0"
  1186. },
  1187. "peerDependencies": {
  1188. "@babel/core": "^7.0.0-0"
  1189. }
  1190. },
  1191. "node_modules/@babel/plugin-transform-modules-umd": {
  1192. "version": "7.23.3",
  1193. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz",
  1194. "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==",
  1195. "dependencies": {
  1196. "@babel/helper-module-transforms": "^7.23.3",
  1197. "@babel/helper-plugin-utils": "^7.22.5"
  1198. },
  1199. "engines": {
  1200. "node": ">=6.9.0"
  1201. },
  1202. "peerDependencies": {
  1203. "@babel/core": "^7.0.0-0"
  1204. }
  1205. },
  1206. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1207. "version": "7.22.5",
  1208. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
  1209. "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
  1210. "dependencies": {
  1211. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1212. "@babel/helper-plugin-utils": "^7.22.5"
  1213. },
  1214. "engines": {
  1215. "node": ">=6.9.0"
  1216. },
  1217. "peerDependencies": {
  1218. "@babel/core": "^7.0.0"
  1219. }
  1220. },
  1221. "node_modules/@babel/plugin-transform-new-target": {
  1222. "version": "7.23.3",
  1223. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz",
  1224. "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==",
  1225. "dependencies": {
  1226. "@babel/helper-plugin-utils": "^7.22.5"
  1227. },
  1228. "engines": {
  1229. "node": ">=6.9.0"
  1230. },
  1231. "peerDependencies": {
  1232. "@babel/core": "^7.0.0-0"
  1233. }
  1234. },
  1235. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  1236. "version": "7.23.4",
  1237. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz",
  1238. "integrity": "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==",
  1239. "dependencies": {
  1240. "@babel/helper-plugin-utils": "^7.22.5",
  1241. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  1242. },
  1243. "engines": {
  1244. "node": ">=6.9.0"
  1245. },
  1246. "peerDependencies": {
  1247. "@babel/core": "^7.0.0-0"
  1248. }
  1249. },
  1250. "node_modules/@babel/plugin-transform-numeric-separator": {
  1251. "version": "7.23.4",
  1252. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz",
  1253. "integrity": "sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==",
  1254. "dependencies": {
  1255. "@babel/helper-plugin-utils": "^7.22.5",
  1256. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  1257. },
  1258. "engines": {
  1259. "node": ">=6.9.0"
  1260. },
  1261. "peerDependencies": {
  1262. "@babel/core": "^7.0.0-0"
  1263. }
  1264. },
  1265. "node_modules/@babel/plugin-transform-object-rest-spread": {
  1266. "version": "7.24.0",
  1267. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz",
  1268. "integrity": "sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w==",
  1269. "dependencies": {
  1270. "@babel/compat-data": "^7.23.5",
  1271. "@babel/helper-compilation-targets": "^7.23.6",
  1272. "@babel/helper-plugin-utils": "^7.24.0",
  1273. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1274. "@babel/plugin-transform-parameters": "^7.23.3"
  1275. },
  1276. "engines": {
  1277. "node": ">=6.9.0"
  1278. },
  1279. "peerDependencies": {
  1280. "@babel/core": "^7.0.0-0"
  1281. }
  1282. },
  1283. "node_modules/@babel/plugin-transform-object-super": {
  1284. "version": "7.23.3",
  1285. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz",
  1286. "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==",
  1287. "dependencies": {
  1288. "@babel/helper-plugin-utils": "^7.22.5",
  1289. "@babel/helper-replace-supers": "^7.22.20"
  1290. },
  1291. "engines": {
  1292. "node": ">=6.9.0"
  1293. },
  1294. "peerDependencies": {
  1295. "@babel/core": "^7.0.0-0"
  1296. }
  1297. },
  1298. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1299. "version": "7.23.4",
  1300. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz",
  1301. "integrity": "sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==",
  1302. "dependencies": {
  1303. "@babel/helper-plugin-utils": "^7.22.5",
  1304. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  1305. },
  1306. "engines": {
  1307. "node": ">=6.9.0"
  1308. },
  1309. "peerDependencies": {
  1310. "@babel/core": "^7.0.0-0"
  1311. }
  1312. },
  1313. "node_modules/@babel/plugin-transform-optional-chaining": {
  1314. "version": "7.23.4",
  1315. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz",
  1316. "integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==",
  1317. "dependencies": {
  1318. "@babel/helper-plugin-utils": "^7.22.5",
  1319. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  1320. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  1321. },
  1322. "engines": {
  1323. "node": ">=6.9.0"
  1324. },
  1325. "peerDependencies": {
  1326. "@babel/core": "^7.0.0-0"
  1327. }
  1328. },
  1329. "node_modules/@babel/plugin-transform-parameters": {
  1330. "version": "7.23.3",
  1331. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz",
  1332. "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==",
  1333. "dependencies": {
  1334. "@babel/helper-plugin-utils": "^7.22.5"
  1335. },
  1336. "engines": {
  1337. "node": ">=6.9.0"
  1338. },
  1339. "peerDependencies": {
  1340. "@babel/core": "^7.0.0-0"
  1341. }
  1342. },
  1343. "node_modules/@babel/plugin-transform-private-methods": {
  1344. "version": "7.23.3",
  1345. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz",
  1346. "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==",
  1347. "dependencies": {
  1348. "@babel/helper-create-class-features-plugin": "^7.22.15",
  1349. "@babel/helper-plugin-utils": "^7.22.5"
  1350. },
  1351. "engines": {
  1352. "node": ">=6.9.0"
  1353. },
  1354. "peerDependencies": {
  1355. "@babel/core": "^7.0.0-0"
  1356. }
  1357. },
  1358. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1359. "version": "7.23.4",
  1360. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz",
  1361. "integrity": "sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==",
  1362. "dependencies": {
  1363. "@babel/helper-annotate-as-pure": "^7.22.5",
  1364. "@babel/helper-create-class-features-plugin": "^7.22.15",
  1365. "@babel/helper-plugin-utils": "^7.22.5",
  1366. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  1367. },
  1368. "engines": {
  1369. "node": ">=6.9.0"
  1370. },
  1371. "peerDependencies": {
  1372. "@babel/core": "^7.0.0-0"
  1373. }
  1374. },
  1375. "node_modules/@babel/plugin-transform-property-literals": {
  1376. "version": "7.23.3",
  1377. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz",
  1378. "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==",
  1379. "dependencies": {
  1380. "@babel/helper-plugin-utils": "^7.22.5"
  1381. },
  1382. "engines": {
  1383. "node": ">=6.9.0"
  1384. },
  1385. "peerDependencies": {
  1386. "@babel/core": "^7.0.0-0"
  1387. }
  1388. },
  1389. "node_modules/@babel/plugin-transform-regenerator": {
  1390. "version": "7.23.3",
  1391. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz",
  1392. "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==",
  1393. "dependencies": {
  1394. "@babel/helper-plugin-utils": "^7.22.5",
  1395. "regenerator-transform": "^0.15.2"
  1396. },
  1397. "engines": {
  1398. "node": ">=6.9.0"
  1399. },
  1400. "peerDependencies": {
  1401. "@babel/core": "^7.0.0-0"
  1402. }
  1403. },
  1404. "node_modules/@babel/plugin-transform-reserved-words": {
  1405. "version": "7.23.3",
  1406. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz",
  1407. "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==",
  1408. "dependencies": {
  1409. "@babel/helper-plugin-utils": "^7.22.5"
  1410. },
  1411. "engines": {
  1412. "node": ">=6.9.0"
  1413. },
  1414. "peerDependencies": {
  1415. "@babel/core": "^7.0.0-0"
  1416. }
  1417. },
  1418. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1419. "version": "7.23.3",
  1420. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz",
  1421. "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==",
  1422. "dependencies": {
  1423. "@babel/helper-plugin-utils": "^7.22.5"
  1424. },
  1425. "engines": {
  1426. "node": ">=6.9.0"
  1427. },
  1428. "peerDependencies": {
  1429. "@babel/core": "^7.0.0-0"
  1430. }
  1431. },
  1432. "node_modules/@babel/plugin-transform-spread": {
  1433. "version": "7.23.3",
  1434. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz",
  1435. "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==",
  1436. "dependencies": {
  1437. "@babel/helper-plugin-utils": "^7.22.5",
  1438. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
  1439. },
  1440. "engines": {
  1441. "node": ">=6.9.0"
  1442. },
  1443. "peerDependencies": {
  1444. "@babel/core": "^7.0.0-0"
  1445. }
  1446. },
  1447. "node_modules/@babel/plugin-transform-sticky-regex": {
  1448. "version": "7.23.3",
  1449. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz",
  1450. "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==",
  1451. "dependencies": {
  1452. "@babel/helper-plugin-utils": "^7.22.5"
  1453. },
  1454. "engines": {
  1455. "node": ">=6.9.0"
  1456. },
  1457. "peerDependencies": {
  1458. "@babel/core": "^7.0.0-0"
  1459. }
  1460. },
  1461. "node_modules/@babel/plugin-transform-template-literals": {
  1462. "version": "7.23.3",
  1463. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz",
  1464. "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==",
  1465. "dependencies": {
  1466. "@babel/helper-plugin-utils": "^7.22.5"
  1467. },
  1468. "engines": {
  1469. "node": ">=6.9.0"
  1470. },
  1471. "peerDependencies": {
  1472. "@babel/core": "^7.0.0-0"
  1473. }
  1474. },
  1475. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1476. "version": "7.23.3",
  1477. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz",
  1478. "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==",
  1479. "dependencies": {
  1480. "@babel/helper-plugin-utils": "^7.22.5"
  1481. },
  1482. "engines": {
  1483. "node": ">=6.9.0"
  1484. },
  1485. "peerDependencies": {
  1486. "@babel/core": "^7.0.0-0"
  1487. }
  1488. },
  1489. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1490. "version": "7.23.3",
  1491. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz",
  1492. "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==",
  1493. "dependencies": {
  1494. "@babel/helper-plugin-utils": "^7.22.5"
  1495. },
  1496. "engines": {
  1497. "node": ">=6.9.0"
  1498. },
  1499. "peerDependencies": {
  1500. "@babel/core": "^7.0.0-0"
  1501. }
  1502. },
  1503. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1504. "version": "7.23.3",
  1505. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz",
  1506. "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==",
  1507. "dependencies": {
  1508. "@babel/helper-create-regexp-features-plugin": "^7.22.15",
  1509. "@babel/helper-plugin-utils": "^7.22.5"
  1510. },
  1511. "engines": {
  1512. "node": ">=6.9.0"
  1513. },
  1514. "peerDependencies": {
  1515. "@babel/core": "^7.0.0-0"
  1516. }
  1517. },
  1518. "node_modules/@babel/plugin-transform-unicode-regex": {
  1519. "version": "7.23.3",
  1520. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz",
  1521. "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==",
  1522. "dependencies": {
  1523. "@babel/helper-create-regexp-features-plugin": "^7.22.15",
  1524. "@babel/helper-plugin-utils": "^7.22.5"
  1525. },
  1526. "engines": {
  1527. "node": ">=6.9.0"
  1528. },
  1529. "peerDependencies": {
  1530. "@babel/core": "^7.0.0-0"
  1531. }
  1532. },
  1533. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1534. "version": "7.23.3",
  1535. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz",
  1536. "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==",
  1537. "dependencies": {
  1538. "@babel/helper-create-regexp-features-plugin": "^7.22.15",
  1539. "@babel/helper-plugin-utils": "^7.22.5"
  1540. },
  1541. "engines": {
  1542. "node": ">=6.9.0"
  1543. },
  1544. "peerDependencies": {
  1545. "@babel/core": "^7.0.0"
  1546. }
  1547. },
  1548. "node_modules/@babel/preset-env": {
  1549. "version": "7.24.0",
  1550. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.0.tgz",
  1551. "integrity": "sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==",
  1552. "dependencies": {
  1553. "@babel/compat-data": "^7.23.5",
  1554. "@babel/helper-compilation-targets": "^7.23.6",
  1555. "@babel/helper-plugin-utils": "^7.24.0",
  1556. "@babel/helper-validator-option": "^7.23.5",
  1557. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3",
  1558. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3",
  1559. "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.7",
  1560. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1561. "@babel/plugin-syntax-async-generators": "^7.8.4",
  1562. "@babel/plugin-syntax-class-properties": "^7.12.13",
  1563. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  1564. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  1565. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1566. "@babel/plugin-syntax-import-assertions": "^7.23.3",
  1567. "@babel/plugin-syntax-import-attributes": "^7.23.3",
  1568. "@babel/plugin-syntax-import-meta": "^7.10.4",
  1569. "@babel/plugin-syntax-json-strings": "^7.8.3",
  1570. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1571. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  1572. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1573. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1574. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  1575. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  1576. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  1577. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  1578. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1579. "@babel/plugin-transform-arrow-functions": "^7.23.3",
  1580. "@babel/plugin-transform-async-generator-functions": "^7.23.9",
  1581. "@babel/plugin-transform-async-to-generator": "^7.23.3",
  1582. "@babel/plugin-transform-block-scoped-functions": "^7.23.3",
  1583. "@babel/plugin-transform-block-scoping": "^7.23.4",
  1584. "@babel/plugin-transform-class-properties": "^7.23.3",
  1585. "@babel/plugin-transform-class-static-block": "^7.23.4",
  1586. "@babel/plugin-transform-classes": "^7.23.8",
  1587. "@babel/plugin-transform-computed-properties": "^7.23.3",
  1588. "@babel/plugin-transform-destructuring": "^7.23.3",
  1589. "@babel/plugin-transform-dotall-regex": "^7.23.3",
  1590. "@babel/plugin-transform-duplicate-keys": "^7.23.3",
  1591. "@babel/plugin-transform-dynamic-import": "^7.23.4",
  1592. "@babel/plugin-transform-exponentiation-operator": "^7.23.3",
  1593. "@babel/plugin-transform-export-namespace-from": "^7.23.4",
  1594. "@babel/plugin-transform-for-of": "^7.23.6",
  1595. "@babel/plugin-transform-function-name": "^7.23.3",
  1596. "@babel/plugin-transform-json-strings": "^7.23.4",
  1597. "@babel/plugin-transform-literals": "^7.23.3",
  1598. "@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
  1599. "@babel/plugin-transform-member-expression-literals": "^7.23.3",
  1600. "@babel/plugin-transform-modules-amd": "^7.23.3",
  1601. "@babel/plugin-transform-modules-commonjs": "^7.23.3",
  1602. "@babel/plugin-transform-modules-systemjs": "^7.23.9",
  1603. "@babel/plugin-transform-modules-umd": "^7.23.3",
  1604. "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
  1605. "@babel/plugin-transform-new-target": "^7.23.3",
  1606. "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
  1607. "@babel/plugin-transform-numeric-separator": "^7.23.4",
  1608. "@babel/plugin-transform-object-rest-spread": "^7.24.0",
  1609. "@babel/plugin-transform-object-super": "^7.23.3",
  1610. "@babel/plugin-transform-optional-catch-binding": "^7.23.4",
  1611. "@babel/plugin-transform-optional-chaining": "^7.23.4",
  1612. "@babel/plugin-transform-parameters": "^7.23.3",
  1613. "@babel/plugin-transform-private-methods": "^7.23.3",
  1614. "@babel/plugin-transform-private-property-in-object": "^7.23.4",
  1615. "@babel/plugin-transform-property-literals": "^7.23.3",
  1616. "@babel/plugin-transform-regenerator": "^7.23.3",
  1617. "@babel/plugin-transform-reserved-words": "^7.23.3",
  1618. "@babel/plugin-transform-shorthand-properties": "^7.23.3",
  1619. "@babel/plugin-transform-spread": "^7.23.3",
  1620. "@babel/plugin-transform-sticky-regex": "^7.23.3",
  1621. "@babel/plugin-transform-template-literals": "^7.23.3",
  1622. "@babel/plugin-transform-typeof-symbol": "^7.23.3",
  1623. "@babel/plugin-transform-unicode-escapes": "^7.23.3",
  1624. "@babel/plugin-transform-unicode-property-regex": "^7.23.3",
  1625. "@babel/plugin-transform-unicode-regex": "^7.23.3",
  1626. "@babel/plugin-transform-unicode-sets-regex": "^7.23.3",
  1627. "@babel/preset-modules": "0.1.6-no-external-plugins",
  1628. "babel-plugin-polyfill-corejs2": "^0.4.8",
  1629. "babel-plugin-polyfill-corejs3": "^0.9.0",
  1630. "babel-plugin-polyfill-regenerator": "^0.5.5",
  1631. "core-js-compat": "^3.31.0",
  1632. "semver": "^6.3.1"
  1633. },
  1634. "engines": {
  1635. "node": ">=6.9.0"
  1636. },
  1637. "peerDependencies": {
  1638. "@babel/core": "^7.0.0-0"
  1639. }
  1640. },
  1641. "node_modules/@babel/preset-env/node_modules/semver": {
  1642. "version": "6.3.1",
  1643. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  1644. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  1645. "bin": {
  1646. "semver": "bin/semver.js"
  1647. }
  1648. },
  1649. "node_modules/@babel/preset-modules": {
  1650. "version": "0.1.6-no-external-plugins",
  1651. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
  1652. "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
  1653. "dependencies": {
  1654. "@babel/helper-plugin-utils": "^7.0.0",
  1655. "@babel/types": "^7.4.4",
  1656. "esutils": "^2.0.2"
  1657. },
  1658. "peerDependencies": {
  1659. "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
  1660. }
  1661. },
  1662. "node_modules/@babel/regjsgen": {
  1663. "version": "0.8.0",
  1664. "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
  1665. "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
  1666. },
  1667. "node_modules/@babel/runtime": {
  1668. "version": "7.24.0",
  1669. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz",
  1670. "integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==",
  1671. "dependencies": {
  1672. "regenerator-runtime": "^0.14.0"
  1673. },
  1674. "engines": {
  1675. "node": ">=6.9.0"
  1676. }
  1677. },
  1678. "node_modules/@babel/template": {
  1679. "version": "7.24.0",
  1680. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz",
  1681. "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==",
  1682. "dependencies": {
  1683. "@babel/code-frame": "^7.23.5",
  1684. "@babel/parser": "^7.24.0",
  1685. "@babel/types": "^7.24.0"
  1686. },
  1687. "engines": {
  1688. "node": ">=6.9.0"
  1689. }
  1690. },
  1691. "node_modules/@babel/traverse": {
  1692. "version": "7.24.0",
  1693. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.0.tgz",
  1694. "integrity": "sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==",
  1695. "dependencies": {
  1696. "@babel/code-frame": "^7.23.5",
  1697. "@babel/generator": "^7.23.6",
  1698. "@babel/helper-environment-visitor": "^7.22.20",
  1699. "@babel/helper-function-name": "^7.23.0",
  1700. "@babel/helper-hoist-variables": "^7.22.5",
  1701. "@babel/helper-split-export-declaration": "^7.22.6",
  1702. "@babel/parser": "^7.24.0",
  1703. "@babel/types": "^7.24.0",
  1704. "debug": "^4.3.1",
  1705. "globals": "^11.1.0"
  1706. },
  1707. "engines": {
  1708. "node": ">=6.9.0"
  1709. }
  1710. },
  1711. "node_modules/@babel/traverse/node_modules/globals": {
  1712. "version": "11.12.0",
  1713. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  1714. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  1715. "engines": {
  1716. "node": ">=4"
  1717. }
  1718. },
  1719. "node_modules/@babel/types": {
  1720. "version": "7.24.0",
  1721. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz",
  1722. "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==",
  1723. "dependencies": {
  1724. "@babel/helper-string-parser": "^7.23.4",
  1725. "@babel/helper-validator-identifier": "^7.22.20",
  1726. "to-fast-properties": "^2.0.0"
  1727. },
  1728. "engines": {
  1729. "node": ">=6.9.0"
  1730. }
  1731. },
  1732. "node_modules/@emotion/babel-plugin": {
  1733. "version": "11.11.0",
  1734. "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz",
  1735. "integrity": "sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==",
  1736. "dependencies": {
  1737. "@babel/helper-module-imports": "^7.16.7",
  1738. "@babel/runtime": "^7.18.3",
  1739. "@emotion/hash": "^0.9.1",
  1740. "@emotion/memoize": "^0.8.1",
  1741. "@emotion/serialize": "^1.1.2",
  1742. "babel-plugin-macros": "^3.1.0",
  1743. "convert-source-map": "^1.5.0",
  1744. "escape-string-regexp": "^4.0.0",
  1745. "find-root": "^1.1.0",
  1746. "source-map": "^0.5.7",
  1747. "stylis": "4.2.0"
  1748. }
  1749. },
  1750. "node_modules/@emotion/cache": {
  1751. "version": "11.11.0",
  1752. "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.11.0.tgz",
  1753. "integrity": "sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==",
  1754. "dependencies": {
  1755. "@emotion/memoize": "^0.8.1",
  1756. "@emotion/sheet": "^1.2.2",
  1757. "@emotion/utils": "^1.2.1",
  1758. "@emotion/weak-memoize": "^0.3.1",
  1759. "stylis": "4.2.0"
  1760. }
  1761. },
  1762. "node_modules/@emotion/hash": {
  1763. "version": "0.9.1",
  1764. "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.1.tgz",
  1765. "integrity": "sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ=="
  1766. },
  1767. "node_modules/@emotion/is-prop-valid": {
  1768. "version": "1.2.2",
  1769. "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.2.tgz",
  1770. "integrity": "sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==",
  1771. "dependencies": {
  1772. "@emotion/memoize": "^0.8.1"
  1773. }
  1774. },
  1775. "node_modules/@emotion/memoize": {
  1776. "version": "0.8.1",
  1777. "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz",
  1778. "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA=="
  1779. },
  1780. "node_modules/@emotion/react": {
  1781. "version": "11.11.4",
  1782. "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.4.tgz",
  1783. "integrity": "sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==",
  1784. "dependencies": {
  1785. "@babel/runtime": "^7.18.3",
  1786. "@emotion/babel-plugin": "^11.11.0",
  1787. "@emotion/cache": "^11.11.0",
  1788. "@emotion/serialize": "^1.1.3",
  1789. "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
  1790. "@emotion/utils": "^1.2.1",
  1791. "@emotion/weak-memoize": "^0.3.1",
  1792. "hoist-non-react-statics": "^3.3.1"
  1793. },
  1794. "peerDependencies": {
  1795. "react": ">=16.8.0"
  1796. },
  1797. "peerDependenciesMeta": {
  1798. "@types/react": {
  1799. "optional": true
  1800. }
  1801. }
  1802. },
  1803. "node_modules/@emotion/serialize": {
  1804. "version": "1.1.3",
  1805. "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz",
  1806. "integrity": "sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA==",
  1807. "dependencies": {
  1808. "@emotion/hash": "^0.9.1",
  1809. "@emotion/memoize": "^0.8.1",
  1810. "@emotion/unitless": "^0.8.1",
  1811. "@emotion/utils": "^1.2.1",
  1812. "csstype": "^3.0.2"
  1813. }
  1814. },
  1815. "node_modules/@emotion/sheet": {
  1816. "version": "1.2.2",
  1817. "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.2.tgz",
  1818. "integrity": "sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA=="
  1819. },
  1820. "node_modules/@emotion/styled": {
  1821. "version": "11.11.0",
  1822. "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.11.0.tgz",
  1823. "integrity": "sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==",
  1824. "dependencies": {
  1825. "@babel/runtime": "^7.18.3",
  1826. "@emotion/babel-plugin": "^11.11.0",
  1827. "@emotion/is-prop-valid": "^1.2.1",
  1828. "@emotion/serialize": "^1.1.2",
  1829. "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
  1830. "@emotion/utils": "^1.2.1"
  1831. },
  1832. "peerDependencies": {
  1833. "@emotion/react": "^11.0.0-rc.0",
  1834. "react": ">=16.8.0"
  1835. },
  1836. "peerDependenciesMeta": {
  1837. "@types/react": {
  1838. "optional": true
  1839. }
  1840. }
  1841. },
  1842. "node_modules/@emotion/unitless": {
  1843. "version": "0.8.1",
  1844. "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz",
  1845. "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ=="
  1846. },
  1847. "node_modules/@emotion/use-insertion-effect-with-fallbacks": {
  1848. "version": "1.0.1",
  1849. "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz",
  1850. "integrity": "sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==",
  1851. "peerDependencies": {
  1852. "react": ">=16.8.0"
  1853. }
  1854. },
  1855. "node_modules/@emotion/utils": {
  1856. "version": "1.2.1",
  1857. "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.1.tgz",
  1858. "integrity": "sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg=="
  1859. },
  1860. "node_modules/@emotion/weak-memoize": {
  1861. "version": "0.3.1",
  1862. "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz",
  1863. "integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww=="
  1864. },
  1865. "node_modules/@eslint-community/eslint-utils": {
  1866. "version": "4.4.0",
  1867. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
  1868. "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
  1869. "dev": true,
  1870. "dependencies": {
  1871. "eslint-visitor-keys": "^3.3.0"
  1872. },
  1873. "engines": {
  1874. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1875. },
  1876. "peerDependencies": {
  1877. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  1878. }
  1879. },
  1880. "node_modules/@eslint-community/regexpp": {
  1881. "version": "4.10.0",
  1882. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz",
  1883. "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==",
  1884. "dev": true,
  1885. "engines": {
  1886. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  1887. }
  1888. },
  1889. "node_modules/@eslint/eslintrc": {
  1890. "version": "2.1.4",
  1891. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  1892. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  1893. "dev": true,
  1894. "dependencies": {
  1895. "ajv": "^6.12.4",
  1896. "debug": "^4.3.2",
  1897. "espree": "^9.6.0",
  1898. "globals": "^13.19.0",
  1899. "ignore": "^5.2.0",
  1900. "import-fresh": "^3.2.1",
  1901. "js-yaml": "^4.1.0",
  1902. "minimatch": "^3.1.2",
  1903. "strip-json-comments": "^3.1.1"
  1904. },
  1905. "engines": {
  1906. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1907. },
  1908. "funding": {
  1909. "url": "https://opencollective.com/eslint"
  1910. }
  1911. },
  1912. "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
  1913. "version": "1.1.11",
  1914. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  1915. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  1916. "dev": true,
  1917. "dependencies": {
  1918. "balanced-match": "^1.0.0",
  1919. "concat-map": "0.0.1"
  1920. }
  1921. },
  1922. "node_modules/@eslint/eslintrc/node_modules/minimatch": {
  1923. "version": "3.1.2",
  1924. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  1925. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  1926. "dev": true,
  1927. "dependencies": {
  1928. "brace-expansion": "^1.1.7"
  1929. },
  1930. "engines": {
  1931. "node": "*"
  1932. }
  1933. },
  1934. "node_modules/@eslint/js": {
  1935. "version": "8.57.0",
  1936. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
  1937. "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
  1938. "dev": true,
  1939. "engines": {
  1940. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1941. }
  1942. },
  1943. "node_modules/@floating-ui/core": {
  1944. "version": "1.6.0",
  1945. "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.0.tgz",
  1946. "integrity": "sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==",
  1947. "dependencies": {
  1948. "@floating-ui/utils": "^0.2.1"
  1949. }
  1950. },
  1951. "node_modules/@floating-ui/dom": {
  1952. "version": "1.6.3",
  1953. "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.3.tgz",
  1954. "integrity": "sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==",
  1955. "dependencies": {
  1956. "@floating-ui/core": "^1.0.0",
  1957. "@floating-ui/utils": "^0.2.0"
  1958. }
  1959. },
  1960. "node_modules/@floating-ui/react-dom": {
  1961. "version": "2.0.8",
  1962. "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.0.8.tgz",
  1963. "integrity": "sha512-HOdqOt3R3OGeTKidaLvJKcgg75S6tibQ3Tif4eyd91QnIJWr0NLvoXFpJA/j8HqkFSL68GDca9AuyWEHlhyClw==",
  1964. "dependencies": {
  1965. "@floating-ui/dom": "^1.6.1"
  1966. },
  1967. "peerDependencies": {
  1968. "react": ">=16.8.0",
  1969. "react-dom": ">=16.8.0"
  1970. }
  1971. },
  1972. "node_modules/@floating-ui/utils": {
  1973. "version": "0.2.1",
  1974. "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.1.tgz",
  1975. "integrity": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q=="
  1976. },
  1977. "node_modules/@fontsource/inter": {
  1978. "version": "5.0.17",
  1979. "resolved": "https://registry.npmjs.org/@fontsource/inter/-/inter-5.0.17.tgz",
  1980. "integrity": "sha512-2meBGx1kt7u5LwzGc5Sz5rka6ZDrydg6nT3x6Wkt310vHXUchIywrO8pooWMzZdHYcyFY/cv4lEpJZgMD94bCg=="
  1981. },
  1982. "node_modules/@fontsource/plus-jakarta-sans": {
  1983. "version": "5.0.19",
  1984. "resolved": "https://registry.npmjs.org/@fontsource/plus-jakarta-sans/-/plus-jakarta-sans-5.0.19.tgz",
  1985. "integrity": "sha512-LWMReNfB3s3tLRCPlFkqTfheqV40+2RQ4pOFhmKKB+9QrFsSf+g4Sl5r2V0+FNWHzdjfCas7uF4d+PejipqvUw=="
  1986. },
  1987. "node_modules/@formatjs/ecma402-abstract": {
  1988. "version": "1.18.2",
  1989. "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.18.2.tgz",
  1990. "integrity": "sha512-+QoPW4csYALsQIl8GbN14igZzDbuwzcpWrku9nyMXlaqAlwRBgl5V+p0vWMGFqHOw37czNXaP/lEk4wbLgcmtA==",
  1991. "dependencies": {
  1992. "@formatjs/intl-localematcher": "0.5.4",
  1993. "tslib": "^2.4.0"
  1994. }
  1995. },
  1996. "node_modules/@formatjs/fast-memoize": {
  1997. "version": "2.2.0",
  1998. "resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.2.0.tgz",
  1999. "integrity": "sha512-hnk/nY8FyrL5YxwP9e4r9dqeM6cAbo8PeU9UjyXojZMNvVad2Z06FAVHyR3Ecw6fza+0GH7vdJgiKIVXTMbSBA==",
  2000. "dependencies": {
  2001. "tslib": "^2.4.0"
  2002. }
  2003. },
  2004. "node_modules/@formatjs/icu-messageformat-parser": {
  2005. "version": "2.7.6",
  2006. "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.7.6.tgz",
  2007. "integrity": "sha512-etVau26po9+eewJKYoiBKP6743I1br0/Ie00Pb/S/PtmYfmjTcOn2YCh2yNkSZI12h6Rg+BOgQYborXk46BvkA==",
  2008. "dependencies": {
  2009. "@formatjs/ecma402-abstract": "1.18.2",
  2010. "@formatjs/icu-skeleton-parser": "1.8.0",
  2011. "tslib": "^2.4.0"
  2012. }
  2013. },
  2014. "node_modules/@formatjs/icu-skeleton-parser": {
  2015. "version": "1.8.0",
  2016. "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.8.0.tgz",
  2017. "integrity": "sha512-QWLAYvM0n8hv7Nq5BEs4LKIjevpVpbGLAJgOaYzg9wABEoX1j0JO1q2/jVkO6CVlq0dbsxZCngS5aXbysYueqA==",
  2018. "dependencies": {
  2019. "@formatjs/ecma402-abstract": "1.18.2",
  2020. "tslib": "^2.4.0"
  2021. }
  2022. },
  2023. "node_modules/@formatjs/intl": {
  2024. "version": "2.10.0",
  2025. "resolved": "https://registry.npmjs.org/@formatjs/intl/-/intl-2.10.0.tgz",
  2026. "integrity": "sha512-X3xT9guVkKDS86EKV80lS0KxoazUglkJTGZO66sKY7otgl0VeStPA8B3u8UkKT47PexVV98fUzjpkchYmbe9nw==",
  2027. "dependencies": {
  2028. "@formatjs/ecma402-abstract": "1.18.2",
  2029. "@formatjs/fast-memoize": "2.2.0",
  2030. "@formatjs/icu-messageformat-parser": "2.7.6",
  2031. "@formatjs/intl-displaynames": "6.6.6",
  2032. "@formatjs/intl-listformat": "7.5.5",
  2033. "intl-messageformat": "10.5.11",
  2034. "tslib": "^2.4.0"
  2035. },
  2036. "peerDependencies": {
  2037. "typescript": "^4.7 || 5"
  2038. },
  2039. "peerDependenciesMeta": {
  2040. "typescript": {
  2041. "optional": true
  2042. }
  2043. }
  2044. },
  2045. "node_modules/@formatjs/intl-displaynames": {
  2046. "version": "6.6.6",
  2047. "resolved": "https://registry.npmjs.org/@formatjs/intl-displaynames/-/intl-displaynames-6.6.6.tgz",
  2048. "integrity": "sha512-Dg5URSjx0uzF8VZXtHb6KYZ6LFEEhCbAbKoYChYHEOnMFTw/ZU3jIo/NrujzQD2EfKPgQzIq73LOUvW6Z/LpFA==",
  2049. "dependencies": {
  2050. "@formatjs/ecma402-abstract": "1.18.2",
  2051. "@formatjs/intl-localematcher": "0.5.4",
  2052. "tslib": "^2.4.0"
  2053. }
  2054. },
  2055. "node_modules/@formatjs/intl-listformat": {
  2056. "version": "7.5.5",
  2057. "resolved": "https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-7.5.5.tgz",
  2058. "integrity": "sha512-XoI52qrU6aBGJC9KJddqnacuBbPlb/bXFN+lIFVFhQ1RnFHpzuFrlFdjD9am2O7ZSYsyqzYRpkVcXeT1GHkwDQ==",
  2059. "dependencies": {
  2060. "@formatjs/ecma402-abstract": "1.18.2",
  2061. "@formatjs/intl-localematcher": "0.5.4",
  2062. "tslib": "^2.4.0"
  2063. }
  2064. },
  2065. "node_modules/@formatjs/intl-localematcher": {
  2066. "version": "0.5.4",
  2067. "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.4.tgz",
  2068. "integrity": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==",
  2069. "dependencies": {
  2070. "tslib": "^2.4.0"
  2071. }
  2072. },
  2073. "node_modules/@humanwhocodes/config-array": {
  2074. "version": "0.11.14",
  2075. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
  2076. "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
  2077. "dev": true,
  2078. "dependencies": {
  2079. "@humanwhocodes/object-schema": "^2.0.2",
  2080. "debug": "^4.3.1",
  2081. "minimatch": "^3.0.5"
  2082. },
  2083. "engines": {
  2084. "node": ">=10.10.0"
  2085. }
  2086. },
  2087. "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
  2088. "version": "1.1.11",
  2089. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  2090. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  2091. "dev": true,
  2092. "dependencies": {
  2093. "balanced-match": "^1.0.0",
  2094. "concat-map": "0.0.1"
  2095. }
  2096. },
  2097. "node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
  2098. "version": "3.1.2",
  2099. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  2100. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  2101. "dev": true,
  2102. "dependencies": {
  2103. "brace-expansion": "^1.1.7"
  2104. },
  2105. "engines": {
  2106. "node": "*"
  2107. }
  2108. },
  2109. "node_modules/@humanwhocodes/module-importer": {
  2110. "version": "1.0.1",
  2111. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  2112. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  2113. "dev": true,
  2114. "engines": {
  2115. "node": ">=12.22"
  2116. },
  2117. "funding": {
  2118. "type": "github",
  2119. "url": "https://github.com/sponsors/nzakas"
  2120. }
  2121. },
  2122. "node_modules/@humanwhocodes/object-schema": {
  2123. "version": "2.0.2",
  2124. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz",
  2125. "integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==",
  2126. "dev": true
  2127. },
  2128. "node_modules/@isaacs/cliui": {
  2129. "version": "8.0.2",
  2130. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  2131. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  2132. "dev": true,
  2133. "dependencies": {
  2134. "string-width": "^5.1.2",
  2135. "string-width-cjs": "npm:string-width@^4.2.0",
  2136. "strip-ansi": "^7.0.1",
  2137. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  2138. "wrap-ansi": "^8.1.0",
  2139. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  2140. },
  2141. "engines": {
  2142. "node": ">=12"
  2143. }
  2144. },
  2145. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  2146. "version": "6.0.1",
  2147. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
  2148. "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
  2149. "dev": true,
  2150. "engines": {
  2151. "node": ">=12"
  2152. },
  2153. "funding": {
  2154. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  2155. }
  2156. },
  2157. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  2158. "version": "7.1.0",
  2159. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  2160. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  2161. "dev": true,
  2162. "dependencies": {
  2163. "ansi-regex": "^6.0.1"
  2164. },
  2165. "engines": {
  2166. "node": ">=12"
  2167. },
  2168. "funding": {
  2169. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  2170. }
  2171. },
  2172. "node_modules/@jridgewell/gen-mapping": {
  2173. "version": "0.3.5",
  2174. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  2175. "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  2176. "dependencies": {
  2177. "@jridgewell/set-array": "^1.2.1",
  2178. "@jridgewell/sourcemap-codec": "^1.4.10",
  2179. "@jridgewell/trace-mapping": "^0.3.24"
  2180. },
  2181. "engines": {
  2182. "node": ">=6.0.0"
  2183. }
  2184. },
  2185. "node_modules/@jridgewell/resolve-uri": {
  2186. "version": "3.1.2",
  2187. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  2188. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  2189. "engines": {
  2190. "node": ">=6.0.0"
  2191. }
  2192. },
  2193. "node_modules/@jridgewell/set-array": {
  2194. "version": "1.2.1",
  2195. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  2196. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  2197. "engines": {
  2198. "node": ">=6.0.0"
  2199. }
  2200. },
  2201. "node_modules/@jridgewell/source-map": {
  2202. "version": "0.3.5",
  2203. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz",
  2204. "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==",
  2205. "dependencies": {
  2206. "@jridgewell/gen-mapping": "^0.3.0",
  2207. "@jridgewell/trace-mapping": "^0.3.9"
  2208. }
  2209. },
  2210. "node_modules/@jridgewell/sourcemap-codec": {
  2211. "version": "1.4.15",
  2212. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
  2213. "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
  2214. },
  2215. "node_modules/@jridgewell/trace-mapping": {
  2216. "version": "0.3.25",
  2217. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  2218. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  2219. "dependencies": {
  2220. "@jridgewell/resolve-uri": "^3.1.0",
  2221. "@jridgewell/sourcemap-codec": "^1.4.14"
  2222. }
  2223. },
  2224. "node_modules/@mui/base": {
  2225. "version": "5.0.0-beta.38",
  2226. "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.38.tgz",
  2227. "integrity": "sha512-AsjD6Y1X5A1qndxz8xCcR8LDqv31aiwlgWMPxFAX/kCKiIGKlK65yMeVZ62iQr/6LBz+9hSKLiD1i4TZdAHKcQ==",
  2228. "dependencies": {
  2229. "@babel/runtime": "^7.23.9",
  2230. "@floating-ui/react-dom": "^2.0.8",
  2231. "@mui/types": "^7.2.13",
  2232. "@mui/utils": "^5.15.12",
  2233. "@popperjs/core": "^2.11.8",
  2234. "clsx": "^2.1.0",
  2235. "prop-types": "^15.8.1"
  2236. },
  2237. "engines": {
  2238. "node": ">=12.0.0"
  2239. },
  2240. "funding": {
  2241. "type": "opencollective",
  2242. "url": "https://opencollective.com/mui-org"
  2243. },
  2244. "peerDependencies": {
  2245. "@types/react": "^17.0.0 || ^18.0.0",
  2246. "react": "^17.0.0 || ^18.0.0",
  2247. "react-dom": "^17.0.0 || ^18.0.0"
  2248. },
  2249. "peerDependenciesMeta": {
  2250. "@types/react": {
  2251. "optional": true
  2252. }
  2253. }
  2254. },
  2255. "node_modules/@mui/core-downloads-tracker": {
  2256. "version": "5.15.12",
  2257. "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.12.tgz",
  2258. "integrity": "sha512-brRO+tMFLpGyjEYHrX97bzqeF6jZmKpqqe1rY0LyIHAwP6xRVzh++zSecOQorDOCaZJg4XkGT9xfD+RWOWxZBA==",
  2259. "funding": {
  2260. "type": "opencollective",
  2261. "url": "https://opencollective.com/mui-org"
  2262. }
  2263. },
  2264. "node_modules/@mui/icons-material": {
  2265. "version": "5.15.12",
  2266. "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.12.tgz",
  2267. "integrity": "sha512-3BXiDlOd3AexZoEXa/VqpIpVIvosCzjLHsdMWzKMXbZdnBiJjmb9ECdqfjn5SpTClO49qvkKLhkTqdBH3fSFGw==",
  2268. "dependencies": {
  2269. "@babel/runtime": "^7.23.9"
  2270. },
  2271. "engines": {
  2272. "node": ">=12.0.0"
  2273. },
  2274. "funding": {
  2275. "type": "opencollective",
  2276. "url": "https://opencollective.com/mui-org"
  2277. },
  2278. "peerDependencies": {
  2279. "@mui/material": "^5.0.0",
  2280. "@types/react": "^17.0.0 || ^18.0.0",
  2281. "react": "^17.0.0 || ^18.0.0"
  2282. },
  2283. "peerDependenciesMeta": {
  2284. "@types/react": {
  2285. "optional": true
  2286. }
  2287. }
  2288. },
  2289. "node_modules/@mui/material": {
  2290. "version": "5.15.12",
  2291. "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.15.12.tgz",
  2292. "integrity": "sha512-vXJGg6KNKucsvbW6l7w9zafnpOp0CWc0Wx4mDykuABTpQ5QQBnZxP7+oB4yAS1hDZQ1WobbeIl0CjxK4EEahkA==",
  2293. "dependencies": {
  2294. "@babel/runtime": "^7.23.9",
  2295. "@mui/base": "5.0.0-beta.38",
  2296. "@mui/core-downloads-tracker": "^5.15.12",
  2297. "@mui/system": "^5.15.12",
  2298. "@mui/types": "^7.2.13",
  2299. "@mui/utils": "^5.15.12",
  2300. "@types/react-transition-group": "^4.4.10",
  2301. "clsx": "^2.1.0",
  2302. "csstype": "^3.1.3",
  2303. "prop-types": "^15.8.1",
  2304. "react-is": "^18.2.0",
  2305. "react-transition-group": "^4.4.5"
  2306. },
  2307. "engines": {
  2308. "node": ">=12.0.0"
  2309. },
  2310. "funding": {
  2311. "type": "opencollective",
  2312. "url": "https://opencollective.com/mui-org"
  2313. },
  2314. "peerDependencies": {
  2315. "@emotion/react": "^11.5.0",
  2316. "@emotion/styled": "^11.3.0",
  2317. "@types/react": "^17.0.0 || ^18.0.0",
  2318. "react": "^17.0.0 || ^18.0.0",
  2319. "react-dom": "^17.0.0 || ^18.0.0"
  2320. },
  2321. "peerDependenciesMeta": {
  2322. "@emotion/react": {
  2323. "optional": true
  2324. },
  2325. "@emotion/styled": {
  2326. "optional": true
  2327. },
  2328. "@types/react": {
  2329. "optional": true
  2330. }
  2331. }
  2332. },
  2333. "node_modules/@mui/material-nextjs": {
  2334. "version": "5.15.11",
  2335. "resolved": "https://registry.npmjs.org/@mui/material-nextjs/-/material-nextjs-5.15.11.tgz",
  2336. "integrity": "sha512-cp5RWYbBngyi7NKP91R9QITllfxumCVPFjqe4AKzNROVuCot0VpgkafxXqfbv0uFsyUU0ROs0O2M3r17q604Aw==",
  2337. "dependencies": {
  2338. "@babel/runtime": "^7.23.9"
  2339. },
  2340. "engines": {
  2341. "node": ">=12.0.0"
  2342. },
  2343. "funding": {
  2344. "type": "opencollective",
  2345. "url": "https://opencollective.com/mui-org"
  2346. },
  2347. "peerDependencies": {
  2348. "@emotion/cache": "^11.11.0",
  2349. "@emotion/server": "^11.11.0",
  2350. "@mui/material": "^5.0.0",
  2351. "@types/react": "^17.0.0 || ^18.0.0",
  2352. "next": "^13.0.0 || ^14.0.0",
  2353. "react": "^17.0.0 || ^18.0.0"
  2354. },
  2355. "peerDependenciesMeta": {
  2356. "@emotion/cache": {
  2357. "optional": true
  2358. },
  2359. "@emotion/server": {
  2360. "optional": true
  2361. },
  2362. "@types/react": {
  2363. "optional": true
  2364. }
  2365. }
  2366. },
  2367. "node_modules/@mui/material/node_modules/react-is": {
  2368. "version": "18.2.0",
  2369. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  2370. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
  2371. },
  2372. "node_modules/@mui/private-theming": {
  2373. "version": "5.15.12",
  2374. "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.12.tgz",
  2375. "integrity": "sha512-cqoSo9sgA5HE+8vZClbLrq9EkyOnYysooepi5eKaKvJ41lReT2c5wOZAeDDM1+xknrMDos+0mT2zr3sZmUiRRA==",
  2376. "dependencies": {
  2377. "@babel/runtime": "^7.23.9",
  2378. "@mui/utils": "^5.15.12",
  2379. "prop-types": "^15.8.1"
  2380. },
  2381. "engines": {
  2382. "node": ">=12.0.0"
  2383. },
  2384. "funding": {
  2385. "type": "opencollective",
  2386. "url": "https://opencollective.com/mui-org"
  2387. },
  2388. "peerDependencies": {
  2389. "@types/react": "^17.0.0 || ^18.0.0",
  2390. "react": "^17.0.0 || ^18.0.0"
  2391. },
  2392. "peerDependenciesMeta": {
  2393. "@types/react": {
  2394. "optional": true
  2395. }
  2396. }
  2397. },
  2398. "node_modules/@mui/styled-engine": {
  2399. "version": "5.15.11",
  2400. "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.11.tgz",
  2401. "integrity": "sha512-So21AhAngqo07ces4S/JpX5UaMU2RHXpEA6hNzI6IQjd/1usMPxpgK8wkGgTe3JKmC2KDmH8cvoycq5H3Ii7/w==",
  2402. "dependencies": {
  2403. "@babel/runtime": "^7.23.9",
  2404. "@emotion/cache": "^11.11.0",
  2405. "csstype": "^3.1.3",
  2406. "prop-types": "^15.8.1"
  2407. },
  2408. "engines": {
  2409. "node": ">=12.0.0"
  2410. },
  2411. "funding": {
  2412. "type": "opencollective",
  2413. "url": "https://opencollective.com/mui-org"
  2414. },
  2415. "peerDependencies": {
  2416. "@emotion/react": "^11.4.1",
  2417. "@emotion/styled": "^11.3.0",
  2418. "react": "^17.0.0 || ^18.0.0"
  2419. },
  2420. "peerDependenciesMeta": {
  2421. "@emotion/react": {
  2422. "optional": true
  2423. },
  2424. "@emotion/styled": {
  2425. "optional": true
  2426. }
  2427. }
  2428. },
  2429. "node_modules/@mui/system": {
  2430. "version": "5.15.12",
  2431. "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.15.12.tgz",
  2432. "integrity": "sha512-/pq+GO6yN3X7r3hAwFTrzkAh7K1bTF5r8IzS79B9eyKJg7v6B/t4/zZYMR6OT9qEPtwf6rYN2Utg1e6Z7F1OgQ==",
  2433. "dependencies": {
  2434. "@babel/runtime": "^7.23.9",
  2435. "@mui/private-theming": "^5.15.12",
  2436. "@mui/styled-engine": "^5.15.11",
  2437. "@mui/types": "^7.2.13",
  2438. "@mui/utils": "^5.15.12",
  2439. "clsx": "^2.1.0",
  2440. "csstype": "^3.1.3",
  2441. "prop-types": "^15.8.1"
  2442. },
  2443. "engines": {
  2444. "node": ">=12.0.0"
  2445. },
  2446. "funding": {
  2447. "type": "opencollective",
  2448. "url": "https://opencollective.com/mui-org"
  2449. },
  2450. "peerDependencies": {
  2451. "@emotion/react": "^11.5.0",
  2452. "@emotion/styled": "^11.3.0",
  2453. "@types/react": "^17.0.0 || ^18.0.0",
  2454. "react": "^17.0.0 || ^18.0.0"
  2455. },
  2456. "peerDependenciesMeta": {
  2457. "@emotion/react": {
  2458. "optional": true
  2459. },
  2460. "@emotion/styled": {
  2461. "optional": true
  2462. },
  2463. "@types/react": {
  2464. "optional": true
  2465. }
  2466. }
  2467. },
  2468. "node_modules/@mui/types": {
  2469. "version": "7.2.13",
  2470. "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.13.tgz",
  2471. "integrity": "sha512-qP9OgacN62s+l8rdDhSFRe05HWtLLJ5TGclC9I1+tQngbssu0m2dmFZs+Px53AcOs9fD7TbYd4gc9AXzVqO/+g==",
  2472. "peerDependencies": {
  2473. "@types/react": "^17.0.0 || ^18.0.0"
  2474. },
  2475. "peerDependenciesMeta": {
  2476. "@types/react": {
  2477. "optional": true
  2478. }
  2479. }
  2480. },
  2481. "node_modules/@mui/utils": {
  2482. "version": "5.15.12",
  2483. "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.12.tgz",
  2484. "integrity": "sha512-8SDGCnO2DY9Yy+5bGzu00NZowSDtuyHP4H8gunhHGQoIlhlY2Z3w64wBzAOLpYw/ZhJNzksDTnS/i8qdJvxuow==",
  2485. "dependencies": {
  2486. "@babel/runtime": "^7.23.9",
  2487. "@types/prop-types": "^15.7.11",
  2488. "prop-types": "^15.8.1",
  2489. "react-is": "^18.2.0"
  2490. },
  2491. "engines": {
  2492. "node": ">=12.0.0"
  2493. },
  2494. "funding": {
  2495. "type": "opencollective",
  2496. "url": "https://opencollective.com/mui-org"
  2497. },
  2498. "peerDependencies": {
  2499. "@types/react": "^17.0.0 || ^18.0.0",
  2500. "react": "^17.0.0 || ^18.0.0"
  2501. },
  2502. "peerDependenciesMeta": {
  2503. "@types/react": {
  2504. "optional": true
  2505. }
  2506. }
  2507. },
  2508. "node_modules/@mui/utils/node_modules/react-is": {
  2509. "version": "18.2.0",
  2510. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  2511. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
  2512. },
  2513. "node_modules/@mui/x-data-grid": {
  2514. "version": "6.19.6",
  2515. "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-6.19.6.tgz",
  2516. "integrity": "sha512-jpZkX1Gnlo87gKcD10mKMY8YoAzUD8Cv3/IvedH3FINDKO3hnraMeOciKDeUk0tYSj8RUDB02kpTHCM8ojLVBA==",
  2517. "dependencies": {
  2518. "@babel/runtime": "^7.23.2",
  2519. "@mui/utils": "^5.14.16",
  2520. "clsx": "^2.0.0",
  2521. "prop-types": "^15.8.1",
  2522. "reselect": "^4.1.8"
  2523. },
  2524. "engines": {
  2525. "node": ">=14.0.0"
  2526. },
  2527. "funding": {
  2528. "type": "opencollective",
  2529. "url": "https://opencollective.com/mui"
  2530. },
  2531. "peerDependencies": {
  2532. "@mui/material": "^5.4.1",
  2533. "@mui/system": "^5.4.1",
  2534. "react": "^17.0.0 || ^18.0.0",
  2535. "react-dom": "^17.0.0 || ^18.0.0"
  2536. }
  2537. },
  2538. "node_modules/@mui/x-date-pickers": {
  2539. "version": "6.19.6",
  2540. "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.19.6.tgz",
  2541. "integrity": "sha512-QW9AFcPi0vLpkUhmquhhyhLaBvB0AZJuu3NTrE173qNKx3Z3n51aCLY9bc7c6i4ltZMMsVRHlvzQjsve04TC8A==",
  2542. "dependencies": {
  2543. "@babel/runtime": "^7.23.2",
  2544. "@mui/base": "^5.0.0-beta.22",
  2545. "@mui/utils": "^5.14.16",
  2546. "@types/react-transition-group": "^4.4.8",
  2547. "clsx": "^2.0.0",
  2548. "prop-types": "^15.8.1",
  2549. "react-transition-group": "^4.4.5"
  2550. },
  2551. "engines": {
  2552. "node": ">=14.0.0"
  2553. },
  2554. "funding": {
  2555. "type": "opencollective",
  2556. "url": "https://opencollective.com/mui"
  2557. },
  2558. "peerDependencies": {
  2559. "@emotion/react": "^11.9.0",
  2560. "@emotion/styled": "^11.8.1",
  2561. "@mui/material": "^5.8.6",
  2562. "@mui/system": "^5.8.0",
  2563. "date-fns": "^2.25.0 || ^3.2.0",
  2564. "date-fns-jalali": "^2.13.0-0",
  2565. "dayjs": "^1.10.7",
  2566. "luxon": "^3.0.2",
  2567. "moment": "^2.29.4",
  2568. "moment-hijri": "^2.1.2",
  2569. "moment-jalaali": "^0.7.4 || ^0.8.0 || ^0.9.0 || ^0.10.0",
  2570. "react": "^17.0.0 || ^18.0.0",
  2571. "react-dom": "^17.0.0 || ^18.0.0"
  2572. },
  2573. "peerDependenciesMeta": {
  2574. "@emotion/react": {
  2575. "optional": true
  2576. },
  2577. "@emotion/styled": {
  2578. "optional": true
  2579. },
  2580. "date-fns": {
  2581. "optional": true
  2582. },
  2583. "date-fns-jalali": {
  2584. "optional": true
  2585. },
  2586. "dayjs": {
  2587. "optional": true
  2588. },
  2589. "luxon": {
  2590. "optional": true
  2591. },
  2592. "moment": {
  2593. "optional": true
  2594. },
  2595. "moment-hijri": {
  2596. "optional": true
  2597. },
  2598. "moment-jalaali": {
  2599. "optional": true
  2600. }
  2601. }
  2602. },
  2603. "node_modules/@next/env": {
  2604. "version": "14.0.4",
  2605. "resolved": "https://registry.npmjs.org/@next/env/-/env-14.0.4.tgz",
  2606. "integrity": "sha512-irQnbMLbUNQpP1wcE5NstJtbuA/69kRfzBrpAD7Gsn8zm/CY6YQYc3HQBz8QPxwISG26tIm5afvvVbu508oBeQ=="
  2607. },
  2608. "node_modules/@next/eslint-plugin-next": {
  2609. "version": "14.0.4",
  2610. "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.0.4.tgz",
  2611. "integrity": "sha512-U3qMNHmEZoVmHA0j/57nRfi3AscXNvkOnxDmle/69Jz/G0o/gWjXTDdlgILZdrxQ0Lw/jv2mPW8PGy0EGIHXhQ==",
  2612. "dev": true,
  2613. "dependencies": {
  2614. "glob": "7.1.7"
  2615. }
  2616. },
  2617. "node_modules/@next/eslint-plugin-next/node_modules/brace-expansion": {
  2618. "version": "1.1.11",
  2619. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  2620. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  2621. "dev": true,
  2622. "dependencies": {
  2623. "balanced-match": "^1.0.0",
  2624. "concat-map": "0.0.1"
  2625. }
  2626. },
  2627. "node_modules/@next/eslint-plugin-next/node_modules/glob": {
  2628. "version": "7.1.7",
  2629. "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
  2630. "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
  2631. "dev": true,
  2632. "dependencies": {
  2633. "fs.realpath": "^1.0.0",
  2634. "inflight": "^1.0.4",
  2635. "inherits": "2",
  2636. "minimatch": "^3.0.4",
  2637. "once": "^1.3.0",
  2638. "path-is-absolute": "^1.0.0"
  2639. },
  2640. "engines": {
  2641. "node": "*"
  2642. },
  2643. "funding": {
  2644. "url": "https://github.com/sponsors/isaacs"
  2645. }
  2646. },
  2647. "node_modules/@next/eslint-plugin-next/node_modules/minimatch": {
  2648. "version": "3.1.2",
  2649. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  2650. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  2651. "dev": true,
  2652. "dependencies": {
  2653. "brace-expansion": "^1.1.7"
  2654. },
  2655. "engines": {
  2656. "node": "*"
  2657. }
  2658. },
  2659. "node_modules/@next/swc-darwin-arm64": {
  2660. "version": "14.0.4",
  2661. "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.0.4.tgz",
  2662. "integrity": "sha512-mF05E/5uPthWzyYDyptcwHptucf/jj09i2SXBPwNzbgBNc+XnwzrL0U6BmPjQeOL+FiB+iG1gwBeq7mlDjSRPg==",
  2663. "cpu": [
  2664. "arm64"
  2665. ],
  2666. "optional": true,
  2667. "os": [
  2668. "darwin"
  2669. ],
  2670. "engines": {
  2671. "node": ">= 10"
  2672. }
  2673. },
  2674. "node_modules/@next/swc-darwin-x64": {
  2675. "version": "14.0.4",
  2676. "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.0.4.tgz",
  2677. "integrity": "sha512-IZQ3C7Bx0k2rYtrZZxKKiusMTM9WWcK5ajyhOZkYYTCc8xytmwSzR1skU7qLgVT/EY9xtXDG0WhY6fyujnI3rw==",
  2678. "cpu": [
  2679. "x64"
  2680. ],
  2681. "optional": true,
  2682. "os": [
  2683. "darwin"
  2684. ],
  2685. "engines": {
  2686. "node": ">= 10"
  2687. }
  2688. },
  2689. "node_modules/@next/swc-linux-arm64-gnu": {
  2690. "version": "14.0.4",
  2691. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.0.4.tgz",
  2692. "integrity": "sha512-VwwZKrBQo/MGb1VOrxJ6LrKvbpo7UbROuyMRvQKTFKhNaXjUmKTu7wxVkIuCARAfiI8JpaWAnKR+D6tzpCcM4w==",
  2693. "cpu": [
  2694. "arm64"
  2695. ],
  2696. "optional": true,
  2697. "os": [
  2698. "linux"
  2699. ],
  2700. "engines": {
  2701. "node": ">= 10"
  2702. }
  2703. },
  2704. "node_modules/@next/swc-linux-arm64-musl": {
  2705. "version": "14.0.4",
  2706. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.0.4.tgz",
  2707. "integrity": "sha512-8QftwPEW37XxXoAwsn+nXlodKWHfpMaSvt81W43Wh8dv0gkheD+30ezWMcFGHLI71KiWmHK5PSQbTQGUiidvLQ==",
  2708. "cpu": [
  2709. "arm64"
  2710. ],
  2711. "optional": true,
  2712. "os": [
  2713. "linux"
  2714. ],
  2715. "engines": {
  2716. "node": ">= 10"
  2717. }
  2718. },
  2719. "node_modules/@next/swc-linux-x64-gnu": {
  2720. "version": "14.0.4",
  2721. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.0.4.tgz",
  2722. "integrity": "sha512-/s/Pme3VKfZAfISlYVq2hzFS8AcAIOTnoKupc/j4WlvF6GQ0VouS2Q2KEgPuO1eMBwakWPB1aYFIA4VNVh667A==",
  2723. "cpu": [
  2724. "x64"
  2725. ],
  2726. "optional": true,
  2727. "os": [
  2728. "linux"
  2729. ],
  2730. "engines": {
  2731. "node": ">= 10"
  2732. }
  2733. },
  2734. "node_modules/@next/swc-linux-x64-musl": {
  2735. "version": "14.0.4",
  2736. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.0.4.tgz",
  2737. "integrity": "sha512-m8z/6Fyal4L9Bnlxde5g2Mfa1Z7dasMQyhEhskDATpqr+Y0mjOBZcXQ7G5U+vgL22cI4T7MfvgtrM2jdopqWaw==",
  2738. "cpu": [
  2739. "x64"
  2740. ],
  2741. "optional": true,
  2742. "os": [
  2743. "linux"
  2744. ],
  2745. "engines": {
  2746. "node": ">= 10"
  2747. }
  2748. },
  2749. "node_modules/@next/swc-win32-arm64-msvc": {
  2750. "version": "14.0.4",
  2751. "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.0.4.tgz",
  2752. "integrity": "sha512-7Wv4PRiWIAWbm5XrGz3D8HUkCVDMMz9igffZG4NB1p4u1KoItwx9qjATHz88kwCEal/HXmbShucaslXCQXUM5w==",
  2753. "cpu": [
  2754. "arm64"
  2755. ],
  2756. "optional": true,
  2757. "os": [
  2758. "win32"
  2759. ],
  2760. "engines": {
  2761. "node": ">= 10"
  2762. }
  2763. },
  2764. "node_modules/@next/swc-win32-ia32-msvc": {
  2765. "version": "14.0.4",
  2766. "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.0.4.tgz",
  2767. "integrity": "sha512-zLeNEAPULsl0phfGb4kdzF/cAVIfaC7hY+kt0/d+y9mzcZHsMS3hAS829WbJ31DkSlVKQeHEjZHIdhN+Pg7Gyg==",
  2768. "cpu": [
  2769. "ia32"
  2770. ],
  2771. "optional": true,
  2772. "os": [
  2773. "win32"
  2774. ],
  2775. "engines": {
  2776. "node": ">= 10"
  2777. }
  2778. },
  2779. "node_modules/@next/swc-win32-x64-msvc": {
  2780. "version": "14.0.4",
  2781. "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.0.4.tgz",
  2782. "integrity": "sha512-yEh2+R8qDlDCjxVpzOTEpBLQTEFAcP2A8fUFLaWNap9GitYKkKv1//y2S6XY6zsR4rCOPRpU7plYDR+az2n30A==",
  2783. "cpu": [
  2784. "x64"
  2785. ],
  2786. "optional": true,
  2787. "os": [
  2788. "win32"
  2789. ],
  2790. "engines": {
  2791. "node": ">= 10"
  2792. }
  2793. },
  2794. "node_modules/@nodelib/fs.scandir": {
  2795. "version": "2.1.5",
  2796. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  2797. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  2798. "dependencies": {
  2799. "@nodelib/fs.stat": "2.0.5",
  2800. "run-parallel": "^1.1.9"
  2801. },
  2802. "engines": {
  2803. "node": ">= 8"
  2804. }
  2805. },
  2806. "node_modules/@nodelib/fs.stat": {
  2807. "version": "2.0.5",
  2808. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  2809. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  2810. "engines": {
  2811. "node": ">= 8"
  2812. }
  2813. },
  2814. "node_modules/@nodelib/fs.walk": {
  2815. "version": "1.2.8",
  2816. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  2817. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  2818. "dependencies": {
  2819. "@nodelib/fs.scandir": "2.1.5",
  2820. "fastq": "^1.6.0"
  2821. },
  2822. "engines": {
  2823. "node": ">= 8"
  2824. }
  2825. },
  2826. "node_modules/@panva/hkdf": {
  2827. "version": "1.1.1",
  2828. "resolved": "https://registry.npmjs.org/@panva/hkdf/-/hkdf-1.1.1.tgz",
  2829. "integrity": "sha512-dhPeilub1NuIG0X5Kvhh9lH4iW3ZsHlnzwgwbOlgwQ2wG1IqFzsgHqmKPk3WzsdWAeaxKJxgM0+W433RmN45GA==",
  2830. "funding": {
  2831. "url": "https://github.com/sponsors/panva"
  2832. }
  2833. },
  2834. "node_modules/@pkgjs/parseargs": {
  2835. "version": "0.11.0",
  2836. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  2837. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  2838. "dev": true,
  2839. "optional": true,
  2840. "engines": {
  2841. "node": ">=14"
  2842. }
  2843. },
  2844. "node_modules/@pkgr/core": {
  2845. "version": "0.1.1",
  2846. "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz",
  2847. "integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==",
  2848. "dev": true,
  2849. "engines": {
  2850. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  2851. },
  2852. "funding": {
  2853. "url": "https://opencollective.com/unts"
  2854. }
  2855. },
  2856. "node_modules/@popperjs/core": {
  2857. "version": "2.11.8",
  2858. "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
  2859. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  2860. "funding": {
  2861. "type": "opencollective",
  2862. "url": "https://opencollective.com/popperjs"
  2863. }
  2864. },
  2865. "node_modules/@rollup/plugin-babel": {
  2866. "version": "5.3.1",
  2867. "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
  2868. "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
  2869. "dependencies": {
  2870. "@babel/helper-module-imports": "^7.10.4",
  2871. "@rollup/pluginutils": "^3.1.0"
  2872. },
  2873. "engines": {
  2874. "node": ">= 10.0.0"
  2875. },
  2876. "peerDependencies": {
  2877. "@babel/core": "^7.0.0",
  2878. "@types/babel__core": "^7.1.9",
  2879. "rollup": "^1.20.0||^2.0.0"
  2880. },
  2881. "peerDependenciesMeta": {
  2882. "@types/babel__core": {
  2883. "optional": true
  2884. }
  2885. }
  2886. },
  2887. "node_modules/@rollup/plugin-node-resolve": {
  2888. "version": "11.2.1",
  2889. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
  2890. "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
  2891. "dependencies": {
  2892. "@rollup/pluginutils": "^3.1.0",
  2893. "@types/resolve": "1.17.1",
  2894. "builtin-modules": "^3.1.0",
  2895. "deepmerge": "^4.2.2",
  2896. "is-module": "^1.0.0",
  2897. "resolve": "^1.19.0"
  2898. },
  2899. "engines": {
  2900. "node": ">= 10.0.0"
  2901. },
  2902. "peerDependencies": {
  2903. "rollup": "^1.20.0||^2.0.0"
  2904. }
  2905. },
  2906. "node_modules/@rollup/plugin-replace": {
  2907. "version": "2.4.2",
  2908. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
  2909. "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
  2910. "dependencies": {
  2911. "@rollup/pluginutils": "^3.1.0",
  2912. "magic-string": "^0.25.7"
  2913. },
  2914. "peerDependencies": {
  2915. "rollup": "^1.20.0 || ^2.0.0"
  2916. }
  2917. },
  2918. "node_modules/@rollup/pluginutils": {
  2919. "version": "3.1.0",
  2920. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
  2921. "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
  2922. "dependencies": {
  2923. "@types/estree": "0.0.39",
  2924. "estree-walker": "^1.0.1",
  2925. "picomatch": "^2.2.2"
  2926. },
  2927. "engines": {
  2928. "node": ">= 8.0.0"
  2929. },
  2930. "peerDependencies": {
  2931. "rollup": "^1.20.0||^2.0.0"
  2932. }
  2933. },
  2934. "node_modules/@rollup/pluginutils/node_modules/@types/estree": {
  2935. "version": "0.0.39",
  2936. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
  2937. "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
  2938. },
  2939. "node_modules/@rushstack/eslint-patch": {
  2940. "version": "1.7.2",
  2941. "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.7.2.tgz",
  2942. "integrity": "sha512-RbhOOTCNoCrbfkRyoXODZp75MlpiHMgbE5MEBZAnnnLyQNgrigEj4p0lzsMDyc1zVsJDLrivB58tgg3emX0eEA==",
  2943. "dev": true
  2944. },
  2945. "node_modules/@surma/rollup-plugin-off-main-thread": {
  2946. "version": "2.2.3",
  2947. "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
  2948. "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
  2949. "dependencies": {
  2950. "ejs": "^3.1.6",
  2951. "json5": "^2.2.0",
  2952. "magic-string": "^0.25.0",
  2953. "string.prototype.matchall": "^4.0.6"
  2954. }
  2955. },
  2956. "node_modules/@surma/rollup-plugin-off-main-thread/node_modules/json5": {
  2957. "version": "2.2.3",
  2958. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  2959. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  2960. "bin": {
  2961. "json5": "lib/cli.js"
  2962. },
  2963. "engines": {
  2964. "node": ">=6"
  2965. }
  2966. },
  2967. "node_modules/@swc/helpers": {
  2968. "version": "0.5.2",
  2969. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.2.tgz",
  2970. "integrity": "sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==",
  2971. "dependencies": {
  2972. "tslib": "^2.4.0"
  2973. }
  2974. },
  2975. "node_modules/@tiptap/extension-bubble-menu": {
  2976. "version": "2.13.0",
  2977. "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.13.0.tgz",
  2978. "integrity": "sha512-y2PRg7YT8Km1e4+xEvXcKTPfEu/i44eKNjbsKojgs70kuONdhFmhWIXCeGEVAwPH8ZPH+JPam5kcW2vsihoayg==",
  2979. "dependencies": {
  2980. "tippy.js": "^6.3.7"
  2981. },
  2982. "funding": {
  2983. "type": "github",
  2984. "url": "https://github.com/sponsors/ueberdosis"
  2985. },
  2986. "peerDependencies": {
  2987. "@tiptap/core": "^2.7.0",
  2988. "@tiptap/pm": "^2.7.0"
  2989. }
  2990. },
  2991. "node_modules/@tiptap/extension-floating-menu": {
  2992. "version": "2.13.0",
  2993. "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-2.13.0.tgz",
  2994. "integrity": "sha512-gF14Nu61QUWWJDxOxzB679uK0W/rWcU7FTn1ll2zGt3NW2P2HheLo6qL1U5Wwxo3YwXloM8KLofdWi6vMN5RQQ==",
  2995. "dependencies": {
  2996. "tippy.js": "^6.3.7"
  2997. },
  2998. "funding": {
  2999. "type": "github",
  3000. "url": "https://github.com/sponsors/ueberdosis"
  3001. },
  3002. "peerDependencies": {
  3003. "@tiptap/core": "^2.7.0",
  3004. "@tiptap/pm": "^2.7.0"
  3005. }
  3006. },
  3007. "node_modules/@tiptap/react": {
  3008. "version": "2.13.0",
  3009. "resolved": "https://registry.npmjs.org/@tiptap/react/-/react-2.13.0.tgz",
  3010. "integrity": "sha512-HxA9M2PdzOszIvv5NG2MNcp7bk+bGUB+sJsUcT7X5fDRSoSn94aBKQ677BONHCV6YHHSY3wLxOtuiNXnO3kkDQ==",
  3011. "dependencies": {
  3012. "@tiptap/extension-bubble-menu": "^2.13.0",
  3013. "@tiptap/extension-floating-menu": "^2.13.0",
  3014. "@types/use-sync-external-store": "^0.0.6",
  3015. "fast-deep-equal": "^3",
  3016. "use-sync-external-store": "^1"
  3017. },
  3018. "funding": {
  3019. "type": "github",
  3020. "url": "https://github.com/sponsors/ueberdosis"
  3021. },
  3022. "peerDependencies": {
  3023. "@tiptap/core": "^2.7.0",
  3024. "@tiptap/pm": "^2.7.0",
  3025. "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  3026. "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  3027. }
  3028. },
  3029. "node_modules/@types/glob": {
  3030. "version": "7.2.0",
  3031. "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
  3032. "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==",
  3033. "dependencies": {
  3034. "@types/minimatch": "*",
  3035. "@types/node": "*"
  3036. }
  3037. },
  3038. "node_modules/@types/hoist-non-react-statics": {
  3039. "version": "3.3.5",
  3040. "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.5.tgz",
  3041. "integrity": "sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==",
  3042. "dependencies": {
  3043. "@types/react": "*",
  3044. "hoist-non-react-statics": "^3.3.0"
  3045. }
  3046. },
  3047. "node_modules/@types/json-schema": {
  3048. "version": "7.0.15",
  3049. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  3050. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="
  3051. },
  3052. "node_modules/@types/json5": {
  3053. "version": "0.0.29",
  3054. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  3055. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  3056. "dev": true
  3057. },
  3058. "node_modules/@types/lodash": {
  3059. "version": "4.14.202",
  3060. "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz",
  3061. "integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==",
  3062. "dev": true
  3063. },
  3064. "node_modules/@types/minimatch": {
  3065. "version": "5.1.2",
  3066. "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
  3067. "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA=="
  3068. },
  3069. "node_modules/@types/node": {
  3070. "version": "20.11.24",
  3071. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.24.tgz",
  3072. "integrity": "sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==",
  3073. "dependencies": {
  3074. "undici-types": "~5.26.4"
  3075. }
  3076. },
  3077. "node_modules/@types/parse-json": {
  3078. "version": "4.0.2",
  3079. "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
  3080. "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw=="
  3081. },
  3082. "node_modules/@types/prop-types": {
  3083. "version": "15.7.11",
  3084. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz",
  3085. "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng=="
  3086. },
  3087. "node_modules/@types/qs": {
  3088. "version": "6.14.0",
  3089. "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz",
  3090. "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==",
  3091. "dev": true
  3092. },
  3093. "node_modules/@types/react": {
  3094. "version": "18.2.63",
  3095. "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.63.tgz",
  3096. "integrity": "sha512-ppaqODhs15PYL2nGUOaOu2RSCCB4Difu4UFrP4I3NHLloXC/ESQzQMi9nvjfT1+rudd0d2L3fQPJxRSey+rGlQ==",
  3097. "dependencies": {
  3098. "@types/prop-types": "*",
  3099. "@types/scheduler": "*",
  3100. "csstype": "^3.0.2"
  3101. }
  3102. },
  3103. "node_modules/@types/react-dom": {
  3104. "version": "18.2.20",
  3105. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.20.tgz",
  3106. "integrity": "sha512-HXN/biJY8nv20Cn9ZbCFq3liERd4CozVZmKbaiZ9KiKTrWqsP7eoGDO6OOGvJQwoVFuiXaiJ7nBBjiFFbRmQMQ==",
  3107. "dev": true,
  3108. "dependencies": {
  3109. "@types/react": "*"
  3110. }
  3111. },
  3112. "node_modules/@types/react-transition-group": {
  3113. "version": "4.4.10",
  3114. "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.10.tgz",
  3115. "integrity": "sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==",
  3116. "dependencies": {
  3117. "@types/react": "*"
  3118. }
  3119. },
  3120. "node_modules/@types/resolve": {
  3121. "version": "1.17.1",
  3122. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
  3123. "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
  3124. "dependencies": {
  3125. "@types/node": "*"
  3126. }
  3127. },
  3128. "node_modules/@types/scheduler": {
  3129. "version": "0.16.8",
  3130. "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz",
  3131. "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A=="
  3132. },
  3133. "node_modules/@types/semver": {
  3134. "version": "7.5.8",
  3135. "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
  3136. "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
  3137. "dev": true
  3138. },
  3139. "node_modules/@types/stylis": {
  3140. "version": "4.2.0",
  3141. "resolved": "https://registry.npmjs.org/@types/stylis/-/stylis-4.2.0.tgz",
  3142. "integrity": "sha512-n4sx2bqL0mW1tvDf/loQ+aMX7GQD3lc3fkCMC55VFNDu/vBOabO+LTIeXKM14xK0ppk5TUGcWRjiSpIlUpghKw=="
  3143. },
  3144. "node_modules/@types/trusted-types": {
  3145. "version": "2.0.7",
  3146. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
  3147. "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="
  3148. },
  3149. "node_modules/@types/use-sync-external-store": {
  3150. "version": "0.0.6",
  3151. "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz",
  3152. "integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg=="
  3153. },
  3154. "node_modules/@typescript-eslint/eslint-plugin": {
  3155. "version": "6.21.0",
  3156. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",
  3157. "integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==",
  3158. "dev": true,
  3159. "dependencies": {
  3160. "@eslint-community/regexpp": "^4.5.1",
  3161. "@typescript-eslint/scope-manager": "6.21.0",
  3162. "@typescript-eslint/type-utils": "6.21.0",
  3163. "@typescript-eslint/utils": "6.21.0",
  3164. "@typescript-eslint/visitor-keys": "6.21.0",
  3165. "debug": "^4.3.4",
  3166. "graphemer": "^1.4.0",
  3167. "ignore": "^5.2.4",
  3168. "natural-compare": "^1.4.0",
  3169. "semver": "^7.5.4",
  3170. "ts-api-utils": "^1.0.1"
  3171. },
  3172. "engines": {
  3173. "node": "^16.0.0 || >=18.0.0"
  3174. },
  3175. "funding": {
  3176. "type": "opencollective",
  3177. "url": "https://opencollective.com/typescript-eslint"
  3178. },
  3179. "peerDependencies": {
  3180. "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
  3181. "eslint": "^7.0.0 || ^8.0.0"
  3182. },
  3183. "peerDependenciesMeta": {
  3184. "typescript": {
  3185. "optional": true
  3186. }
  3187. }
  3188. },
  3189. "node_modules/@typescript-eslint/parser": {
  3190. "version": "6.21.0",
  3191. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz",
  3192. "integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
  3193. "dev": true,
  3194. "dependencies": {
  3195. "@typescript-eslint/scope-manager": "6.21.0",
  3196. "@typescript-eslint/types": "6.21.0",
  3197. "@typescript-eslint/typescript-estree": "6.21.0",
  3198. "@typescript-eslint/visitor-keys": "6.21.0",
  3199. "debug": "^4.3.4"
  3200. },
  3201. "engines": {
  3202. "node": "^16.0.0 || >=18.0.0"
  3203. },
  3204. "funding": {
  3205. "type": "opencollective",
  3206. "url": "https://opencollective.com/typescript-eslint"
  3207. },
  3208. "peerDependencies": {
  3209. "eslint": "^7.0.0 || ^8.0.0"
  3210. },
  3211. "peerDependenciesMeta": {
  3212. "typescript": {
  3213. "optional": true
  3214. }
  3215. }
  3216. },
  3217. "node_modules/@typescript-eslint/scope-manager": {
  3218. "version": "6.21.0",
  3219. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
  3220. "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==",
  3221. "dev": true,
  3222. "dependencies": {
  3223. "@typescript-eslint/types": "6.21.0",
  3224. "@typescript-eslint/visitor-keys": "6.21.0"
  3225. },
  3226. "engines": {
  3227. "node": "^16.0.0 || >=18.0.0"
  3228. },
  3229. "funding": {
  3230. "type": "opencollective",
  3231. "url": "https://opencollective.com/typescript-eslint"
  3232. }
  3233. },
  3234. "node_modules/@typescript-eslint/type-utils": {
  3235. "version": "6.21.0",
  3236. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
  3237. "integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==",
  3238. "dev": true,
  3239. "dependencies": {
  3240. "@typescript-eslint/typescript-estree": "6.21.0",
  3241. "@typescript-eslint/utils": "6.21.0",
  3242. "debug": "^4.3.4",
  3243. "ts-api-utils": "^1.0.1"
  3244. },
  3245. "engines": {
  3246. "node": "^16.0.0 || >=18.0.0"
  3247. },
  3248. "funding": {
  3249. "type": "opencollective",
  3250. "url": "https://opencollective.com/typescript-eslint"
  3251. },
  3252. "peerDependencies": {
  3253. "eslint": "^7.0.0 || ^8.0.0"
  3254. },
  3255. "peerDependenciesMeta": {
  3256. "typescript": {
  3257. "optional": true
  3258. }
  3259. }
  3260. },
  3261. "node_modules/@typescript-eslint/types": {
  3262. "version": "6.21.0",
  3263. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
  3264. "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
  3265. "dev": true,
  3266. "engines": {
  3267. "node": "^16.0.0 || >=18.0.0"
  3268. },
  3269. "funding": {
  3270. "type": "opencollective",
  3271. "url": "https://opencollective.com/typescript-eslint"
  3272. }
  3273. },
  3274. "node_modules/@typescript-eslint/typescript-estree": {
  3275. "version": "6.21.0",
  3276. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz",
  3277. "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==",
  3278. "dev": true,
  3279. "dependencies": {
  3280. "@typescript-eslint/types": "6.21.0",
  3281. "@typescript-eslint/visitor-keys": "6.21.0",
  3282. "debug": "^4.3.4",
  3283. "globby": "^11.1.0",
  3284. "is-glob": "^4.0.3",
  3285. "minimatch": "9.0.3",
  3286. "semver": "^7.5.4",
  3287. "ts-api-utils": "^1.0.1"
  3288. },
  3289. "engines": {
  3290. "node": "^16.0.0 || >=18.0.0"
  3291. },
  3292. "funding": {
  3293. "type": "opencollective",
  3294. "url": "https://opencollective.com/typescript-eslint"
  3295. },
  3296. "peerDependenciesMeta": {
  3297. "typescript": {
  3298. "optional": true
  3299. }
  3300. }
  3301. },
  3302. "node_modules/@typescript-eslint/utils": {
  3303. "version": "6.21.0",
  3304. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz",
  3305. "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==",
  3306. "dev": true,
  3307. "dependencies": {
  3308. "@eslint-community/eslint-utils": "^4.4.0",
  3309. "@types/json-schema": "^7.0.12",
  3310. "@types/semver": "^7.5.0",
  3311. "@typescript-eslint/scope-manager": "6.21.0",
  3312. "@typescript-eslint/types": "6.21.0",
  3313. "@typescript-eslint/typescript-estree": "6.21.0",
  3314. "semver": "^7.5.4"
  3315. },
  3316. "engines": {
  3317. "node": "^16.0.0 || >=18.0.0"
  3318. },
  3319. "funding": {
  3320. "type": "opencollective",
  3321. "url": "https://opencollective.com/typescript-eslint"
  3322. },
  3323. "peerDependencies": {
  3324. "eslint": "^7.0.0 || ^8.0.0"
  3325. }
  3326. },
  3327. "node_modules/@typescript-eslint/visitor-keys": {
  3328. "version": "6.21.0",
  3329. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
  3330. "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
  3331. "dev": true,
  3332. "dependencies": {
  3333. "@typescript-eslint/types": "6.21.0",
  3334. "eslint-visitor-keys": "^3.4.1"
  3335. },
  3336. "engines": {
  3337. "node": "^16.0.0 || >=18.0.0"
  3338. },
  3339. "funding": {
  3340. "type": "opencollective",
  3341. "url": "https://opencollective.com/typescript-eslint"
  3342. }
  3343. },
  3344. "node_modules/@ungap/structured-clone": {
  3345. "version": "1.2.0",
  3346. "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
  3347. "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
  3348. "dev": true
  3349. },
  3350. "node_modules/@unly/iso3166-1": {
  3351. "version": "1.0.2",
  3352. "resolved": "https://registry.npmjs.org/@unly/iso3166-1/-/iso3166-1-1.0.2.tgz",
  3353. "integrity": "sha512-aL/7cmcfjpwOaKFr9XHcWP/Z7lQjKLm5NMcjncT96aeSJxfblmPLnH/8lnX0GrWWFA2/CseCxnA73u5eiZcClA=="
  3354. },
  3355. "node_modules/@unly/universal-language-detector": {
  3356. "version": "2.0.3",
  3357. "resolved": "https://registry.npmjs.org/@unly/universal-language-detector/-/universal-language-detector-2.0.3.tgz",
  3358. "integrity": "sha512-UMmZIQS2XfJko8/GOrJc9ojO4UIF9HJM59NyQgcH+Ncrb0WBHL2L7EZ/7iZ/YcdoRnioonRECUQmmUELWt9z5Q==",
  3359. "dependencies": {
  3360. "@unly/iso3166-1": "1.0.2",
  3361. "@unly/utils": "1.0.3",
  3362. "accept-language-parser": "1.5.0",
  3363. "i18next": "19.0.2",
  3364. "i18next-browser-languagedetector": "4.0.1",
  3365. "lodash.get": "4.4.2",
  3366. "lodash.includes": "4.3.0"
  3367. }
  3368. },
  3369. "node_modules/@unly/universal-language-detector/node_modules/i18next": {
  3370. "version": "19.0.2",
  3371. "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.0.2.tgz",
  3372. "integrity": "sha512-fBa43Ann2udP1CQAz3IQpOZ1dGAkmi3mMfzisOhH17igneSRbvZ7P2RNbL+L1iRYKMufBmVwnC7G3gqcyviZ9g==",
  3373. "dependencies": {
  3374. "@babel/runtime": "^7.3.1"
  3375. }
  3376. },
  3377. "node_modules/@unly/utils": {
  3378. "version": "1.0.3",
  3379. "resolved": "https://registry.npmjs.org/@unly/utils/-/utils-1.0.3.tgz",
  3380. "integrity": "sha512-QTRknIDX56FvzGcIpBum5D/oRSlX3dkZ+l1op1jsFlYCTd925OGUb991V7zsFv3ePcqFfvfqfR5cNVv+w4JAOw=="
  3381. },
  3382. "node_modules/@yr/monotone-cubic-spline": {
  3383. "version": "1.0.3",
  3384. "resolved": "https://registry.npmjs.org/@yr/monotone-cubic-spline/-/monotone-cubic-spline-1.0.3.tgz",
  3385. "integrity": "sha512-FQXkOta0XBSUPHndIKON2Y9JeQz5ZeMqLYZVVK93FliNBFm7LNMIZmY6FrMEB9XPcDbE2bekMbZD6kzDkxwYjA=="
  3386. },
  3387. "node_modules/@zxing/library": {
  3388. "version": "0.21.3",
  3389. "resolved": "https://registry.npmjs.org/@zxing/library/-/library-0.21.3.tgz",
  3390. "integrity": "sha512-hZHqFe2JyH/ZxviJZosZjV+2s6EDSY0O24R+FQmlWZBZXP9IqMo7S3nb3+2LBWxodJQkSurdQGnqE7KXqrYgow==",
  3391. "dependencies": {
  3392. "ts-custom-error": "^3.2.1"
  3393. },
  3394. "engines": {
  3395. "node": ">= 10.4.0"
  3396. },
  3397. "optionalDependencies": {
  3398. "@zxing/text-encoding": "~0.9.0"
  3399. }
  3400. },
  3401. "node_modules/@zxing/text-encoding": {
  3402. "version": "0.9.0",
  3403. "resolved": "https://registry.npmjs.org/@zxing/text-encoding/-/text-encoding-0.9.0.tgz",
  3404. "integrity": "sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA==",
  3405. "optional": true
  3406. },
  3407. "node_modules/accept-language-parser": {
  3408. "version": "1.5.0",
  3409. "resolved": "https://registry.npmjs.org/accept-language-parser/-/accept-language-parser-1.5.0.tgz",
  3410. "integrity": "sha512-QhyTbMLYo0BBGg1aWbeMG4ekWtds/31BrEU+DONOg/7ax23vxpL03Pb7/zBmha2v7vdD3AyzZVWBVGEZxKOXWw=="
  3411. },
  3412. "node_modules/acorn": {
  3413. "version": "8.11.3",
  3414. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz",
  3415. "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==",
  3416. "bin": {
  3417. "acorn": "bin/acorn"
  3418. },
  3419. "engines": {
  3420. "node": ">=0.4.0"
  3421. }
  3422. },
  3423. "node_modules/acorn-jsx": {
  3424. "version": "5.3.2",
  3425. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  3426. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  3427. "dev": true,
  3428. "peerDependencies": {
  3429. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3430. }
  3431. },
  3432. "node_modules/ajv": {
  3433. "version": "6.12.6",
  3434. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  3435. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  3436. "dependencies": {
  3437. "fast-deep-equal": "^3.1.1",
  3438. "fast-json-stable-stringify": "^2.0.0",
  3439. "json-schema-traverse": "^0.4.1",
  3440. "uri-js": "^4.2.2"
  3441. },
  3442. "funding": {
  3443. "type": "github",
  3444. "url": "https://github.com/sponsors/epoberezkin"
  3445. }
  3446. },
  3447. "node_modules/ajv-keywords": {
  3448. "version": "3.5.2",
  3449. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
  3450. "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
  3451. "peerDependencies": {
  3452. "ajv": "^6.9.1"
  3453. }
  3454. },
  3455. "node_modules/ansi-regex": {
  3456. "version": "5.0.1",
  3457. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  3458. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  3459. "dev": true,
  3460. "engines": {
  3461. "node": ">=8"
  3462. }
  3463. },
  3464. "node_modules/ansi-styles": {
  3465. "version": "3.2.1",
  3466. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  3467. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  3468. "dependencies": {
  3469. "color-convert": "^1.9.0"
  3470. },
  3471. "engines": {
  3472. "node": ">=4"
  3473. }
  3474. },
  3475. "node_modules/any-promise": {
  3476. "version": "1.3.0",
  3477. "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  3478. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  3479. "dev": true
  3480. },
  3481. "node_modules/anymatch": {
  3482. "version": "3.1.3",
  3483. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  3484. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  3485. "dev": true,
  3486. "dependencies": {
  3487. "normalize-path": "^3.0.0",
  3488. "picomatch": "^2.0.4"
  3489. },
  3490. "engines": {
  3491. "node": ">= 8"
  3492. }
  3493. },
  3494. "node_modules/apexcharts": {
  3495. "version": "3.46.0",
  3496. "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.46.0.tgz",
  3497. "integrity": "sha512-ELAY6vj8JQD7QLktKasTzwm9Wt0qxqfQSo+3QWS7G7I774iK8HCkG1toGsqJH0mkK6PtYBtnSIe66uUcwoCw1w==",
  3498. "dependencies": {
  3499. "@yr/monotone-cubic-spline": "^1.0.3",
  3500. "svg.draggable.js": "^2.2.2",
  3501. "svg.easing.js": "^2.0.0",
  3502. "svg.filter.js": "^2.0.2",
  3503. "svg.pathmorphing.js": "^0.1.3",
  3504. "svg.resize.js": "^1.4.3",
  3505. "svg.select.js": "^3.0.1"
  3506. }
  3507. },
  3508. "node_modules/arg": {
  3509. "version": "5.0.2",
  3510. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  3511. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
  3512. "dev": true
  3513. },
  3514. "node_modules/argparse": {
  3515. "version": "2.0.1",
  3516. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  3517. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  3518. "dev": true
  3519. },
  3520. "node_modules/aria-query": {
  3521. "version": "5.3.0",
  3522. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
  3523. "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
  3524. "dev": true,
  3525. "dependencies": {
  3526. "dequal": "^2.0.3"
  3527. }
  3528. },
  3529. "node_modules/array-buffer-byte-length": {
  3530. "version": "1.0.1",
  3531. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz",
  3532. "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==",
  3533. "dependencies": {
  3534. "call-bind": "^1.0.5",
  3535. "is-array-buffer": "^3.0.4"
  3536. },
  3537. "engines": {
  3538. "node": ">= 0.4"
  3539. },
  3540. "funding": {
  3541. "url": "https://github.com/sponsors/ljharb"
  3542. }
  3543. },
  3544. "node_modules/array-includes": {
  3545. "version": "3.1.7",
  3546. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz",
  3547. "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==",
  3548. "dev": true,
  3549. "dependencies": {
  3550. "call-bind": "^1.0.2",
  3551. "define-properties": "^1.2.0",
  3552. "es-abstract": "^1.22.1",
  3553. "get-intrinsic": "^1.2.1",
  3554. "is-string": "^1.0.7"
  3555. },
  3556. "engines": {
  3557. "node": ">= 0.4"
  3558. },
  3559. "funding": {
  3560. "url": "https://github.com/sponsors/ljharb"
  3561. }
  3562. },
  3563. "node_modules/array-union": {
  3564. "version": "2.1.0",
  3565. "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  3566. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  3567. "engines": {
  3568. "node": ">=8"
  3569. }
  3570. },
  3571. "node_modules/array-uniq": {
  3572. "version": "1.0.3",
  3573. "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
  3574. "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==",
  3575. "engines": {
  3576. "node": ">=0.10.0"
  3577. }
  3578. },
  3579. "node_modules/array.prototype.filter": {
  3580. "version": "1.0.3",
  3581. "resolved": "https://registry.npmjs.org/array.prototype.filter/-/array.prototype.filter-1.0.3.tgz",
  3582. "integrity": "sha512-VizNcj/RGJiUyQBgzwxzE5oHdeuXY5hSbbmKMlphj1cy1Vl7Pn2asCGbSrru6hSQjmCzqTBPVWAF/whmEOVHbw==",
  3583. "dev": true,
  3584. "dependencies": {
  3585. "call-bind": "^1.0.2",
  3586. "define-properties": "^1.2.0",
  3587. "es-abstract": "^1.22.1",
  3588. "es-array-method-boxes-properly": "^1.0.0",
  3589. "is-string": "^1.0.7"
  3590. },
  3591. "engines": {
  3592. "node": ">= 0.4"
  3593. },
  3594. "funding": {
  3595. "url": "https://github.com/sponsors/ljharb"
  3596. }
  3597. },
  3598. "node_modules/array.prototype.findlast": {
  3599. "version": "1.2.4",
  3600. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.4.tgz",
  3601. "integrity": "sha512-BMtLxpV+8BD+6ZPFIWmnUBpQoy+A+ujcg4rhp2iwCRJYA7PEh2MS4NL3lz8EiDlLrJPp2hg9qWihr5pd//jcGw==",
  3602. "dev": true,
  3603. "dependencies": {
  3604. "call-bind": "^1.0.5",
  3605. "define-properties": "^1.2.1",
  3606. "es-abstract": "^1.22.3",
  3607. "es-errors": "^1.3.0",
  3608. "es-shim-unscopables": "^1.0.2"
  3609. },
  3610. "engines": {
  3611. "node": ">= 0.4"
  3612. },
  3613. "funding": {
  3614. "url": "https://github.com/sponsors/ljharb"
  3615. }
  3616. },
  3617. "node_modules/array.prototype.findlastindex": {
  3618. "version": "1.2.4",
  3619. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.4.tgz",
  3620. "integrity": "sha512-hzvSHUshSpCflDR1QMUBLHGHP1VIEBegT4pix9H/Z92Xw3ySoy6c2qh7lJWTJnRJ8JCZ9bJNCgTyYaJGcJu6xQ==",
  3621. "dev": true,
  3622. "dependencies": {
  3623. "call-bind": "^1.0.5",
  3624. "define-properties": "^1.2.1",
  3625. "es-abstract": "^1.22.3",
  3626. "es-errors": "^1.3.0",
  3627. "es-shim-unscopables": "^1.0.2"
  3628. },
  3629. "engines": {
  3630. "node": ">= 0.4"
  3631. },
  3632. "funding": {
  3633. "url": "https://github.com/sponsors/ljharb"
  3634. }
  3635. },
  3636. "node_modules/array.prototype.flat": {
  3637. "version": "1.3.2",
  3638. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
  3639. "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
  3640. "dev": true,
  3641. "dependencies": {
  3642. "call-bind": "^1.0.2",
  3643. "define-properties": "^1.2.0",
  3644. "es-abstract": "^1.22.1",
  3645. "es-shim-unscopables": "^1.0.0"
  3646. },
  3647. "engines": {
  3648. "node": ">= 0.4"
  3649. },
  3650. "funding": {
  3651. "url": "https://github.com/sponsors/ljharb"
  3652. }
  3653. },
  3654. "node_modules/array.prototype.flatmap": {
  3655. "version": "1.3.2",
  3656. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
  3657. "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
  3658. "dev": true,
  3659. "dependencies": {
  3660. "call-bind": "^1.0.2",
  3661. "define-properties": "^1.2.0",
  3662. "es-abstract": "^1.22.1",
  3663. "es-shim-unscopables": "^1.0.0"
  3664. },
  3665. "engines": {
  3666. "node": ">= 0.4"
  3667. },
  3668. "funding": {
  3669. "url": "https://github.com/sponsors/ljharb"
  3670. }
  3671. },
  3672. "node_modules/array.prototype.toreversed": {
  3673. "version": "1.1.2",
  3674. "resolved": "https://registry.npmjs.org/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz",
  3675. "integrity": "sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==",
  3676. "dev": true,
  3677. "dependencies": {
  3678. "call-bind": "^1.0.2",
  3679. "define-properties": "^1.2.0",
  3680. "es-abstract": "^1.22.1",
  3681. "es-shim-unscopables": "^1.0.0"
  3682. }
  3683. },
  3684. "node_modules/array.prototype.tosorted": {
  3685. "version": "1.1.3",
  3686. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz",
  3687. "integrity": "sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==",
  3688. "dev": true,
  3689. "dependencies": {
  3690. "call-bind": "^1.0.5",
  3691. "define-properties": "^1.2.1",
  3692. "es-abstract": "^1.22.3",
  3693. "es-errors": "^1.1.0",
  3694. "es-shim-unscopables": "^1.0.2"
  3695. }
  3696. },
  3697. "node_modules/arraybuffer.prototype.slice": {
  3698. "version": "1.0.3",
  3699. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz",
  3700. "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==",
  3701. "dependencies": {
  3702. "array-buffer-byte-length": "^1.0.1",
  3703. "call-bind": "^1.0.5",
  3704. "define-properties": "^1.2.1",
  3705. "es-abstract": "^1.22.3",
  3706. "es-errors": "^1.2.1",
  3707. "get-intrinsic": "^1.2.3",
  3708. "is-array-buffer": "^3.0.4",
  3709. "is-shared-array-buffer": "^1.0.2"
  3710. },
  3711. "engines": {
  3712. "node": ">= 0.4"
  3713. },
  3714. "funding": {
  3715. "url": "https://github.com/sponsors/ljharb"
  3716. }
  3717. },
  3718. "node_modules/ast-types-flow": {
  3719. "version": "0.0.8",
  3720. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
  3721. "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
  3722. "dev": true
  3723. },
  3724. "node_modules/async": {
  3725. "version": "3.2.5",
  3726. "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
  3727. "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg=="
  3728. },
  3729. "node_modules/asynciterator.prototype": {
  3730. "version": "1.0.0",
  3731. "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz",
  3732. "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==",
  3733. "dev": true,
  3734. "dependencies": {
  3735. "has-symbols": "^1.0.3"
  3736. }
  3737. },
  3738. "node_modules/asynckit": {
  3739. "version": "0.4.0",
  3740. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  3741. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
  3742. },
  3743. "node_modules/at-least-node": {
  3744. "version": "1.0.0",
  3745. "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  3746. "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
  3747. "engines": {
  3748. "node": ">= 4.0.0"
  3749. }
  3750. },
  3751. "node_modules/autoprefixer": {
  3752. "version": "10.4.18",
  3753. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.18.tgz",
  3754. "integrity": "sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==",
  3755. "dev": true,
  3756. "funding": [
  3757. {
  3758. "type": "opencollective",
  3759. "url": "https://opencollective.com/postcss/"
  3760. },
  3761. {
  3762. "type": "tidelift",
  3763. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  3764. },
  3765. {
  3766. "type": "github",
  3767. "url": "https://github.com/sponsors/ai"
  3768. }
  3769. ],
  3770. "dependencies": {
  3771. "browserslist": "^4.23.0",
  3772. "caniuse-lite": "^1.0.30001591",
  3773. "fraction.js": "^4.3.7",
  3774. "normalize-range": "^0.1.2",
  3775. "picocolors": "^1.0.0",
  3776. "postcss-value-parser": "^4.2.0"
  3777. },
  3778. "bin": {
  3779. "autoprefixer": "bin/autoprefixer"
  3780. },
  3781. "engines": {
  3782. "node": "^10 || ^12 || >=14"
  3783. },
  3784. "peerDependencies": {
  3785. "postcss": "^8.1.0"
  3786. }
  3787. },
  3788. "node_modules/available-typed-arrays": {
  3789. "version": "1.0.7",
  3790. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  3791. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  3792. "dependencies": {
  3793. "possible-typed-array-names": "^1.0.0"
  3794. },
  3795. "engines": {
  3796. "node": ">= 0.4"
  3797. },
  3798. "funding": {
  3799. "url": "https://github.com/sponsors/ljharb"
  3800. }
  3801. },
  3802. "node_modules/axe-core": {
  3803. "version": "4.7.0",
  3804. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz",
  3805. "integrity": "sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==",
  3806. "dev": true,
  3807. "engines": {
  3808. "node": ">=4"
  3809. }
  3810. },
  3811. "node_modules/axios": {
  3812. "version": "1.9.0",
  3813. "resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
  3814. "integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
  3815. "dependencies": {
  3816. "follow-redirects": "^1.15.6",
  3817. "form-data": "^4.0.0",
  3818. "proxy-from-env": "^1.1.0"
  3819. }
  3820. },
  3821. "node_modules/axobject-query": {
  3822. "version": "3.2.1",
  3823. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz",
  3824. "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==",
  3825. "dev": true,
  3826. "dependencies": {
  3827. "dequal": "^2.0.3"
  3828. }
  3829. },
  3830. "node_modules/babel-loader": {
  3831. "version": "8.3.0",
  3832. "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz",
  3833. "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==",
  3834. "dependencies": {
  3835. "find-cache-dir": "^3.3.1",
  3836. "loader-utils": "^2.0.0",
  3837. "make-dir": "^3.1.0",
  3838. "schema-utils": "^2.6.5"
  3839. },
  3840. "engines": {
  3841. "node": ">= 8.9"
  3842. },
  3843. "peerDependencies": {
  3844. "@babel/core": "^7.0.0",
  3845. "webpack": ">=2"
  3846. }
  3847. },
  3848. "node_modules/babel-plugin-macros": {
  3849. "version": "3.1.0",
  3850. "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  3851. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  3852. "dependencies": {
  3853. "@babel/runtime": "^7.12.5",
  3854. "cosmiconfig": "^7.0.0",
  3855. "resolve": "^1.19.0"
  3856. },
  3857. "engines": {
  3858. "node": ">=10",
  3859. "npm": ">=6"
  3860. }
  3861. },
  3862. "node_modules/babel-plugin-polyfill-corejs2": {
  3863. "version": "0.4.8",
  3864. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz",
  3865. "integrity": "sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==",
  3866. "dependencies": {
  3867. "@babel/compat-data": "^7.22.6",
  3868. "@babel/helper-define-polyfill-provider": "^0.5.0",
  3869. "semver": "^6.3.1"
  3870. },
  3871. "peerDependencies": {
  3872. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3873. }
  3874. },
  3875. "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
  3876. "version": "6.3.1",
  3877. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  3878. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  3879. "bin": {
  3880. "semver": "bin/semver.js"
  3881. }
  3882. },
  3883. "node_modules/babel-plugin-polyfill-corejs3": {
  3884. "version": "0.9.0",
  3885. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz",
  3886. "integrity": "sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==",
  3887. "dependencies": {
  3888. "@babel/helper-define-polyfill-provider": "^0.5.0",
  3889. "core-js-compat": "^3.34.0"
  3890. },
  3891. "peerDependencies": {
  3892. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3893. }
  3894. },
  3895. "node_modules/babel-plugin-polyfill-regenerator": {
  3896. "version": "0.5.5",
  3897. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz",
  3898. "integrity": "sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==",
  3899. "dependencies": {
  3900. "@babel/helper-define-polyfill-provider": "^0.5.0"
  3901. },
  3902. "peerDependencies": {
  3903. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3904. }
  3905. },
  3906. "node_modules/balanced-match": {
  3907. "version": "1.0.2",
  3908. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  3909. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  3910. },
  3911. "node_modules/big.js": {
  3912. "version": "5.2.2",
  3913. "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
  3914. "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
  3915. "engines": {
  3916. "node": "*"
  3917. }
  3918. },
  3919. "node_modules/binary-extensions": {
  3920. "version": "2.2.0",
  3921. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
  3922. "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
  3923. "dev": true,
  3924. "engines": {
  3925. "node": ">=8"
  3926. }
  3927. },
  3928. "node_modules/brace-expansion": {
  3929. "version": "2.0.1",
  3930. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  3931. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  3932. "dependencies": {
  3933. "balanced-match": "^1.0.0"
  3934. }
  3935. },
  3936. "node_modules/braces": {
  3937. "version": "3.0.2",
  3938. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  3939. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  3940. "dependencies": {
  3941. "fill-range": "^7.0.1"
  3942. },
  3943. "engines": {
  3944. "node": ">=8"
  3945. }
  3946. },
  3947. "node_modules/browserslist": {
  3948. "version": "4.23.0",
  3949. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz",
  3950. "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==",
  3951. "funding": [
  3952. {
  3953. "type": "opencollective",
  3954. "url": "https://opencollective.com/browserslist"
  3955. },
  3956. {
  3957. "type": "tidelift",
  3958. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3959. },
  3960. {
  3961. "type": "github",
  3962. "url": "https://github.com/sponsors/ai"
  3963. }
  3964. ],
  3965. "dependencies": {
  3966. "caniuse-lite": "^1.0.30001587",
  3967. "electron-to-chromium": "^1.4.668",
  3968. "node-releases": "^2.0.14",
  3969. "update-browserslist-db": "^1.0.13"
  3970. },
  3971. "bin": {
  3972. "browserslist": "cli.js"
  3973. },
  3974. "engines": {
  3975. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3976. }
  3977. },
  3978. "node_modules/buffer-from": {
  3979. "version": "1.1.2",
  3980. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  3981. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  3982. },
  3983. "node_modules/builtin-modules": {
  3984. "version": "3.3.0",
  3985. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
  3986. "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
  3987. "engines": {
  3988. "node": ">=6"
  3989. },
  3990. "funding": {
  3991. "url": "https://github.com/sponsors/sindresorhus"
  3992. }
  3993. },
  3994. "node_modules/busboy": {
  3995. "version": "1.6.0",
  3996. "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
  3997. "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
  3998. "dependencies": {
  3999. "streamsearch": "^1.1.0"
  4000. },
  4001. "engines": {
  4002. "node": ">=10.16.0"
  4003. }
  4004. },
  4005. "node_modules/call-bind": {
  4006. "version": "1.0.7",
  4007. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
  4008. "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
  4009. "dependencies": {
  4010. "es-define-property": "^1.0.0",
  4011. "es-errors": "^1.3.0",
  4012. "function-bind": "^1.1.2",
  4013. "get-intrinsic": "^1.2.4",
  4014. "set-function-length": "^1.2.1"
  4015. },
  4016. "engines": {
  4017. "node": ">= 0.4"
  4018. },
  4019. "funding": {
  4020. "url": "https://github.com/sponsors/ljharb"
  4021. }
  4022. },
  4023. "node_modules/call-bind-apply-helpers": {
  4024. "version": "1.0.2",
  4025. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  4026. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  4027. "dependencies": {
  4028. "es-errors": "^1.3.0",
  4029. "function-bind": "^1.1.2"
  4030. },
  4031. "engines": {
  4032. "node": ">= 0.4"
  4033. }
  4034. },
  4035. "node_modules/call-bound": {
  4036. "version": "1.0.4",
  4037. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  4038. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  4039. "dependencies": {
  4040. "call-bind-apply-helpers": "^1.0.2",
  4041. "get-intrinsic": "^1.3.0"
  4042. },
  4043. "engines": {
  4044. "node": ">= 0.4"
  4045. },
  4046. "funding": {
  4047. "url": "https://github.com/sponsors/ljharb"
  4048. }
  4049. },
  4050. "node_modules/callsites": {
  4051. "version": "3.1.0",
  4052. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  4053. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  4054. "engines": {
  4055. "node": ">=6"
  4056. }
  4057. },
  4058. "node_modules/camelcase-css": {
  4059. "version": "2.0.1",
  4060. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  4061. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  4062. "dev": true,
  4063. "engines": {
  4064. "node": ">= 6"
  4065. }
  4066. },
  4067. "node_modules/camelize": {
  4068. "version": "1.0.1",
  4069. "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz",
  4070. "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==",
  4071. "funding": {
  4072. "url": "https://github.com/sponsors/ljharb"
  4073. }
  4074. },
  4075. "node_modules/caniuse-lite": {
  4076. "version": "1.0.30001594",
  4077. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001594.tgz",
  4078. "integrity": "sha512-VblSX6nYqyJVs8DKFMldE2IVCJjZ225LW00ydtUWwh5hk9IfkTOffO6r8gJNsH0qqqeAF8KrbMYA2VEwTlGW5g==",
  4079. "funding": [
  4080. {
  4081. "type": "opencollective",
  4082. "url": "https://opencollective.com/browserslist"
  4083. },
  4084. {
  4085. "type": "tidelift",
  4086. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  4087. },
  4088. {
  4089. "type": "github",
  4090. "url": "https://github.com/sponsors/ai"
  4091. }
  4092. ]
  4093. },
  4094. "node_modules/chalk": {
  4095. "version": "2.4.2",
  4096. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  4097. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  4098. "dependencies": {
  4099. "ansi-styles": "^3.2.1",
  4100. "escape-string-regexp": "^1.0.5",
  4101. "supports-color": "^5.3.0"
  4102. },
  4103. "engines": {
  4104. "node": ">=4"
  4105. }
  4106. },
  4107. "node_modules/chalk/node_modules/escape-string-regexp": {
  4108. "version": "1.0.5",
  4109. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  4110. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  4111. "engines": {
  4112. "node": ">=0.8.0"
  4113. }
  4114. },
  4115. "node_modules/chokidar": {
  4116. "version": "3.6.0",
  4117. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  4118. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  4119. "dev": true,
  4120. "dependencies": {
  4121. "anymatch": "~3.1.2",
  4122. "braces": "~3.0.2",
  4123. "glob-parent": "~5.1.2",
  4124. "is-binary-path": "~2.1.0",
  4125. "is-glob": "~4.0.1",
  4126. "normalize-path": "~3.0.0",
  4127. "readdirp": "~3.6.0"
  4128. },
  4129. "engines": {
  4130. "node": ">= 8.10.0"
  4131. },
  4132. "funding": {
  4133. "url": "https://paulmillr.com/funding/"
  4134. },
  4135. "optionalDependencies": {
  4136. "fsevents": "~2.3.2"
  4137. }
  4138. },
  4139. "node_modules/classnames": {
  4140. "version": "2.5.1",
  4141. "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
  4142. "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow=="
  4143. },
  4144. "node_modules/clean-webpack-plugin": {
  4145. "version": "4.0.0",
  4146. "resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-4.0.0.tgz",
  4147. "integrity": "sha512-WuWE1nyTNAyW5T7oNyys2EN0cfP2fdRxhxnIQWiAp0bMabPdHhoGxM8A6YL2GhqwgrPnnaemVE7nv5XJ2Fhh2w==",
  4148. "dependencies": {
  4149. "del": "^4.1.1"
  4150. },
  4151. "engines": {
  4152. "node": ">=10.0.0"
  4153. },
  4154. "peerDependencies": {
  4155. "webpack": ">=4.0.0 <6.0.0"
  4156. }
  4157. },
  4158. "node_modules/client-only": {
  4159. "version": "0.0.1",
  4160. "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
  4161. "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA=="
  4162. },
  4163. "node_modules/clsx": {
  4164. "version": "2.1.1",
  4165. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  4166. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  4167. "engines": {
  4168. "node": ">=6"
  4169. }
  4170. },
  4171. "node_modules/color-convert": {
  4172. "version": "1.9.3",
  4173. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  4174. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  4175. "dependencies": {
  4176. "color-name": "1.1.3"
  4177. }
  4178. },
  4179. "node_modules/color-name": {
  4180. "version": "1.1.3",
  4181. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  4182. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  4183. },
  4184. "node_modules/combined-stream": {
  4185. "version": "1.0.8",
  4186. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  4187. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  4188. "dependencies": {
  4189. "delayed-stream": "~1.0.0"
  4190. },
  4191. "engines": {
  4192. "node": ">= 0.8"
  4193. }
  4194. },
  4195. "node_modules/commander": {
  4196. "version": "4.1.1",
  4197. "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  4198. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  4199. "dev": true,
  4200. "engines": {
  4201. "node": ">= 6"
  4202. }
  4203. },
  4204. "node_modules/common-tags": {
  4205. "version": "1.8.2",
  4206. "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
  4207. "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
  4208. "engines": {
  4209. "node": ">=4.0.0"
  4210. }
  4211. },
  4212. "node_modules/commondir": {
  4213. "version": "1.0.1",
  4214. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  4215. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
  4216. },
  4217. "node_modules/concat-map": {
  4218. "version": "0.0.1",
  4219. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  4220. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  4221. },
  4222. "node_modules/convert-source-map": {
  4223. "version": "1.9.0",
  4224. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  4225. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
  4226. },
  4227. "node_modules/cookie": {
  4228. "version": "0.5.0",
  4229. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
  4230. "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
  4231. "engines": {
  4232. "node": ">= 0.6"
  4233. }
  4234. },
  4235. "node_modules/core-js-compat": {
  4236. "version": "3.36.0",
  4237. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz",
  4238. "integrity": "sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==",
  4239. "dependencies": {
  4240. "browserslist": "^4.22.3"
  4241. },
  4242. "funding": {
  4243. "type": "opencollective",
  4244. "url": "https://opencollective.com/core-js"
  4245. }
  4246. },
  4247. "node_modules/cosmiconfig": {
  4248. "version": "7.1.0",
  4249. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
  4250. "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
  4251. "dependencies": {
  4252. "@types/parse-json": "^4.0.0",
  4253. "import-fresh": "^3.2.1",
  4254. "parse-json": "^5.0.0",
  4255. "path-type": "^4.0.0",
  4256. "yaml": "^1.10.0"
  4257. },
  4258. "engines": {
  4259. "node": ">=10"
  4260. }
  4261. },
  4262. "node_modules/cross-spawn": {
  4263. "version": "7.0.3",
  4264. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  4265. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  4266. "dev": true,
  4267. "dependencies": {
  4268. "path-key": "^3.1.0",
  4269. "shebang-command": "^2.0.0",
  4270. "which": "^2.0.1"
  4271. },
  4272. "engines": {
  4273. "node": ">= 8"
  4274. }
  4275. },
  4276. "node_modules/crypto-random-string": {
  4277. "version": "2.0.0",
  4278. "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
  4279. "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
  4280. "engines": {
  4281. "node": ">=8"
  4282. }
  4283. },
  4284. "node_modules/css-color-keywords": {
  4285. "version": "1.0.0",
  4286. "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz",
  4287. "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==",
  4288. "engines": {
  4289. "node": ">=4"
  4290. }
  4291. },
  4292. "node_modules/css-to-react-native": {
  4293. "version": "3.2.0",
  4294. "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz",
  4295. "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==",
  4296. "dependencies": {
  4297. "camelize": "^1.0.0",
  4298. "css-color-keywords": "^1.0.0",
  4299. "postcss-value-parser": "^4.0.2"
  4300. }
  4301. },
  4302. "node_modules/cssesc": {
  4303. "version": "3.0.0",
  4304. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  4305. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  4306. "dev": true,
  4307. "bin": {
  4308. "cssesc": "bin/cssesc"
  4309. },
  4310. "engines": {
  4311. "node": ">=4"
  4312. }
  4313. },
  4314. "node_modules/csstype": {
  4315. "version": "3.1.3",
  4316. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  4317. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
  4318. },
  4319. "node_modules/damerau-levenshtein": {
  4320. "version": "1.0.8",
  4321. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  4322. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
  4323. "dev": true
  4324. },
  4325. "node_modules/dayjs": {
  4326. "version": "1.11.10",
  4327. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",
  4328. "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ=="
  4329. },
  4330. "node_modules/debug": {
  4331. "version": "4.3.4",
  4332. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  4333. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  4334. "dependencies": {
  4335. "ms": "2.1.2"
  4336. },
  4337. "engines": {
  4338. "node": ">=6.0"
  4339. },
  4340. "peerDependenciesMeta": {
  4341. "supports-color": {
  4342. "optional": true
  4343. }
  4344. }
  4345. },
  4346. "node_modules/deep-is": {
  4347. "version": "0.1.4",
  4348. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  4349. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  4350. "dev": true
  4351. },
  4352. "node_modules/deepmerge": {
  4353. "version": "4.3.1",
  4354. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  4355. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  4356. "engines": {
  4357. "node": ">=0.10.0"
  4358. }
  4359. },
  4360. "node_modules/define-data-property": {
  4361. "version": "1.1.4",
  4362. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  4363. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  4364. "dependencies": {
  4365. "es-define-property": "^1.0.0",
  4366. "es-errors": "^1.3.0",
  4367. "gopd": "^1.0.1"
  4368. },
  4369. "engines": {
  4370. "node": ">= 0.4"
  4371. },
  4372. "funding": {
  4373. "url": "https://github.com/sponsors/ljharb"
  4374. }
  4375. },
  4376. "node_modules/define-properties": {
  4377. "version": "1.2.1",
  4378. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  4379. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  4380. "dependencies": {
  4381. "define-data-property": "^1.0.1",
  4382. "has-property-descriptors": "^1.0.0",
  4383. "object-keys": "^1.1.1"
  4384. },
  4385. "engines": {
  4386. "node": ">= 0.4"
  4387. },
  4388. "funding": {
  4389. "url": "https://github.com/sponsors/ljharb"
  4390. }
  4391. },
  4392. "node_modules/del": {
  4393. "version": "4.1.1",
  4394. "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz",
  4395. "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==",
  4396. "dependencies": {
  4397. "@types/glob": "^7.1.1",
  4398. "globby": "^6.1.0",
  4399. "is-path-cwd": "^2.0.0",
  4400. "is-path-in-cwd": "^2.0.0",
  4401. "p-map": "^2.0.0",
  4402. "pify": "^4.0.1",
  4403. "rimraf": "^2.6.3"
  4404. },
  4405. "engines": {
  4406. "node": ">=6"
  4407. }
  4408. },
  4409. "node_modules/del/node_modules/array-union": {
  4410. "version": "1.0.2",
  4411. "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
  4412. "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==",
  4413. "dependencies": {
  4414. "array-uniq": "^1.0.1"
  4415. },
  4416. "engines": {
  4417. "node": ">=0.10.0"
  4418. }
  4419. },
  4420. "node_modules/del/node_modules/globby": {
  4421. "version": "6.1.0",
  4422. "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
  4423. "integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==",
  4424. "dependencies": {
  4425. "array-union": "^1.0.1",
  4426. "glob": "^7.0.3",
  4427. "object-assign": "^4.0.1",
  4428. "pify": "^2.0.0",
  4429. "pinkie-promise": "^2.0.0"
  4430. },
  4431. "engines": {
  4432. "node": ">=0.10.0"
  4433. }
  4434. },
  4435. "node_modules/del/node_modules/globby/node_modules/pify": {
  4436. "version": "2.3.0",
  4437. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  4438. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  4439. "engines": {
  4440. "node": ">=0.10.0"
  4441. }
  4442. },
  4443. "node_modules/del/node_modules/pify": {
  4444. "version": "4.0.1",
  4445. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  4446. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  4447. "engines": {
  4448. "node": ">=6"
  4449. }
  4450. },
  4451. "node_modules/del/node_modules/rimraf": {
  4452. "version": "2.7.1",
  4453. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
  4454. "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
  4455. "dependencies": {
  4456. "glob": "^7.1.3"
  4457. },
  4458. "bin": {
  4459. "rimraf": "bin.js"
  4460. }
  4461. },
  4462. "node_modules/delayed-stream": {
  4463. "version": "1.0.0",
  4464. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  4465. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  4466. "engines": {
  4467. "node": ">=0.4.0"
  4468. }
  4469. },
  4470. "node_modules/dequal": {
  4471. "version": "2.0.3",
  4472. "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
  4473. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  4474. "dev": true,
  4475. "engines": {
  4476. "node": ">=6"
  4477. }
  4478. },
  4479. "node_modules/didyoumean": {
  4480. "version": "1.2.2",
  4481. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  4482. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
  4483. "dev": true
  4484. },
  4485. "node_modules/dir-glob": {
  4486. "version": "3.0.1",
  4487. "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  4488. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  4489. "dependencies": {
  4490. "path-type": "^4.0.0"
  4491. },
  4492. "engines": {
  4493. "node": ">=8"
  4494. }
  4495. },
  4496. "node_modules/dlv": {
  4497. "version": "1.1.3",
  4498. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  4499. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
  4500. "dev": true
  4501. },
  4502. "node_modules/doctrine": {
  4503. "version": "3.0.0",
  4504. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  4505. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  4506. "dev": true,
  4507. "dependencies": {
  4508. "esutils": "^2.0.2"
  4509. },
  4510. "engines": {
  4511. "node": ">=6.0.0"
  4512. }
  4513. },
  4514. "node_modules/dom-helpers": {
  4515. "version": "5.2.1",
  4516. "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
  4517. "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
  4518. "dependencies": {
  4519. "@babel/runtime": "^7.8.7",
  4520. "csstype": "^3.0.2"
  4521. }
  4522. },
  4523. "node_modules/dunder-proto": {
  4524. "version": "1.0.1",
  4525. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  4526. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  4527. "dependencies": {
  4528. "call-bind-apply-helpers": "^1.0.1",
  4529. "es-errors": "^1.3.0",
  4530. "gopd": "^1.2.0"
  4531. },
  4532. "engines": {
  4533. "node": ">= 0.4"
  4534. }
  4535. },
  4536. "node_modules/eastasianwidth": {
  4537. "version": "0.2.0",
  4538. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  4539. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  4540. "dev": true
  4541. },
  4542. "node_modules/ejs": {
  4543. "version": "3.1.9",
  4544. "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
  4545. "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
  4546. "dependencies": {
  4547. "jake": "^10.8.5"
  4548. },
  4549. "bin": {
  4550. "ejs": "bin/cli.js"
  4551. },
  4552. "engines": {
  4553. "node": ">=0.10.0"
  4554. }
  4555. },
  4556. "node_modules/electron-to-chromium": {
  4557. "version": "1.4.693",
  4558. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.693.tgz",
  4559. "integrity": "sha512-/if4Ueg0GUQlhCrW2ZlXwDAm40ipuKo+OgeHInlL8sbjt+hzISxZK949fZeJaVsheamrzANXvw1zQTvbxTvSHw=="
  4560. },
  4561. "node_modules/emoji-regex": {
  4562. "version": "9.2.2",
  4563. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  4564. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  4565. "dev": true
  4566. },
  4567. "node_modules/emojis-list": {
  4568. "version": "3.0.0",
  4569. "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
  4570. "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
  4571. "engines": {
  4572. "node": ">= 4"
  4573. }
  4574. },
  4575. "node_modules/enhanced-resolve": {
  4576. "version": "5.15.1",
  4577. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.1.tgz",
  4578. "integrity": "sha512-3d3JRbwsCLJsYgvb6NuWEG44jjPSOMuS73L/6+7BZuoKm3W+qXnSoIYVHi8dG7Qcg4inAY4jbzkZ7MnskePeDg==",
  4579. "dev": true,
  4580. "dependencies": {
  4581. "graceful-fs": "^4.2.4",
  4582. "tapable": "^2.2.0"
  4583. },
  4584. "engines": {
  4585. "node": ">=10.13.0"
  4586. }
  4587. },
  4588. "node_modules/error-ex": {
  4589. "version": "1.3.2",
  4590. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  4591. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  4592. "dependencies": {
  4593. "is-arrayish": "^0.2.1"
  4594. }
  4595. },
  4596. "node_modules/es-abstract": {
  4597. "version": "1.22.5",
  4598. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.5.tgz",
  4599. "integrity": "sha512-oW69R+4q2wG+Hc3KZePPZxOiisRIqfKBVo/HLx94QcJeWGU/8sZhCvc829rd1kS366vlJbzBfXf9yWwf0+Ko7w==",
  4600. "dependencies": {
  4601. "array-buffer-byte-length": "^1.0.1",
  4602. "arraybuffer.prototype.slice": "^1.0.3",
  4603. "available-typed-arrays": "^1.0.7",
  4604. "call-bind": "^1.0.7",
  4605. "es-define-property": "^1.0.0",
  4606. "es-errors": "^1.3.0",
  4607. "es-set-tostringtag": "^2.0.3",
  4608. "es-to-primitive": "^1.2.1",
  4609. "function.prototype.name": "^1.1.6",
  4610. "get-intrinsic": "^1.2.4",
  4611. "get-symbol-description": "^1.0.2",
  4612. "globalthis": "^1.0.3",
  4613. "gopd": "^1.0.1",
  4614. "has-property-descriptors": "^1.0.2",
  4615. "has-proto": "^1.0.3",
  4616. "has-symbols": "^1.0.3",
  4617. "hasown": "^2.0.1",
  4618. "internal-slot": "^1.0.7",
  4619. "is-array-buffer": "^3.0.4",
  4620. "is-callable": "^1.2.7",
  4621. "is-negative-zero": "^2.0.3",
  4622. "is-regex": "^1.1.4",
  4623. "is-shared-array-buffer": "^1.0.3",
  4624. "is-string": "^1.0.7",
  4625. "is-typed-array": "^1.1.13",
  4626. "is-weakref": "^1.0.2",
  4627. "object-inspect": "^1.13.1",
  4628. "object-keys": "^1.1.1",
  4629. "object.assign": "^4.1.5",
  4630. "regexp.prototype.flags": "^1.5.2",
  4631. "safe-array-concat": "^1.1.0",
  4632. "safe-regex-test": "^1.0.3",
  4633. "string.prototype.trim": "^1.2.8",
  4634. "string.prototype.trimend": "^1.0.7",
  4635. "string.prototype.trimstart": "^1.0.7",
  4636. "typed-array-buffer": "^1.0.2",
  4637. "typed-array-byte-length": "^1.0.1",
  4638. "typed-array-byte-offset": "^1.0.2",
  4639. "typed-array-length": "^1.0.5",
  4640. "unbox-primitive": "^1.0.2",
  4641. "which-typed-array": "^1.1.14"
  4642. },
  4643. "engines": {
  4644. "node": ">= 0.4"
  4645. },
  4646. "funding": {
  4647. "url": "https://github.com/sponsors/ljharb"
  4648. }
  4649. },
  4650. "node_modules/es-array-method-boxes-properly": {
  4651. "version": "1.0.0",
  4652. "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz",
  4653. "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==",
  4654. "dev": true
  4655. },
  4656. "node_modules/es-define-property": {
  4657. "version": "1.0.1",
  4658. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  4659. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  4660. "engines": {
  4661. "node": ">= 0.4"
  4662. }
  4663. },
  4664. "node_modules/es-errors": {
  4665. "version": "1.3.0",
  4666. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  4667. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  4668. "engines": {
  4669. "node": ">= 0.4"
  4670. }
  4671. },
  4672. "node_modules/es-iterator-helpers": {
  4673. "version": "1.0.17",
  4674. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.17.tgz",
  4675. "integrity": "sha512-lh7BsUqelv4KUbR5a/ZTaGGIMLCjPGPqJ6q+Oq24YP0RdyptX1uzm4vvaqzk7Zx3bpl/76YLTTDj9L7uYQ92oQ==",
  4676. "dev": true,
  4677. "dependencies": {
  4678. "asynciterator.prototype": "^1.0.0",
  4679. "call-bind": "^1.0.7",
  4680. "define-properties": "^1.2.1",
  4681. "es-abstract": "^1.22.4",
  4682. "es-errors": "^1.3.0",
  4683. "es-set-tostringtag": "^2.0.2",
  4684. "function-bind": "^1.1.2",
  4685. "get-intrinsic": "^1.2.4",
  4686. "globalthis": "^1.0.3",
  4687. "has-property-descriptors": "^1.0.2",
  4688. "has-proto": "^1.0.1",
  4689. "has-symbols": "^1.0.3",
  4690. "internal-slot": "^1.0.7",
  4691. "iterator.prototype": "^1.1.2",
  4692. "safe-array-concat": "^1.1.0"
  4693. },
  4694. "engines": {
  4695. "node": ">= 0.4"
  4696. }
  4697. },
  4698. "node_modules/es-object-atoms": {
  4699. "version": "1.1.1",
  4700. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  4701. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  4702. "dependencies": {
  4703. "es-errors": "^1.3.0"
  4704. },
  4705. "engines": {
  4706. "node": ">= 0.4"
  4707. }
  4708. },
  4709. "node_modules/es-set-tostringtag": {
  4710. "version": "2.1.0",
  4711. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  4712. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  4713. "dependencies": {
  4714. "es-errors": "^1.3.0",
  4715. "get-intrinsic": "^1.2.6",
  4716. "has-tostringtag": "^1.0.2",
  4717. "hasown": "^2.0.2"
  4718. },
  4719. "engines": {
  4720. "node": ">= 0.4"
  4721. }
  4722. },
  4723. "node_modules/es-shim-unscopables": {
  4724. "version": "1.0.2",
  4725. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz",
  4726. "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==",
  4727. "dev": true,
  4728. "dependencies": {
  4729. "hasown": "^2.0.0"
  4730. }
  4731. },
  4732. "node_modules/es-to-primitive": {
  4733. "version": "1.2.1",
  4734. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  4735. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  4736. "dependencies": {
  4737. "is-callable": "^1.1.4",
  4738. "is-date-object": "^1.0.1",
  4739. "is-symbol": "^1.0.2"
  4740. },
  4741. "engines": {
  4742. "node": ">= 0.4"
  4743. },
  4744. "funding": {
  4745. "url": "https://github.com/sponsors/ljharb"
  4746. }
  4747. },
  4748. "node_modules/escalade": {
  4749. "version": "3.1.2",
  4750. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
  4751. "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
  4752. "engines": {
  4753. "node": ">=6"
  4754. }
  4755. },
  4756. "node_modules/escape-string-regexp": {
  4757. "version": "4.0.0",
  4758. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  4759. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  4760. "engines": {
  4761. "node": ">=10"
  4762. },
  4763. "funding": {
  4764. "url": "https://github.com/sponsors/sindresorhus"
  4765. }
  4766. },
  4767. "node_modules/eslint": {
  4768. "version": "8.57.0",
  4769. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
  4770. "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
  4771. "dev": true,
  4772. "dependencies": {
  4773. "@eslint-community/eslint-utils": "^4.2.0",
  4774. "@eslint-community/regexpp": "^4.6.1",
  4775. "@eslint/eslintrc": "^2.1.4",
  4776. "@eslint/js": "8.57.0",
  4777. "@humanwhocodes/config-array": "^0.11.14",
  4778. "@humanwhocodes/module-importer": "^1.0.1",
  4779. "@nodelib/fs.walk": "^1.2.8",
  4780. "@ungap/structured-clone": "^1.2.0",
  4781. "ajv": "^6.12.4",
  4782. "chalk": "^4.0.0",
  4783. "cross-spawn": "^7.0.2",
  4784. "debug": "^4.3.2",
  4785. "doctrine": "^3.0.0",
  4786. "escape-string-regexp": "^4.0.0",
  4787. "eslint-scope": "^7.2.2",
  4788. "eslint-visitor-keys": "^3.4.3",
  4789. "espree": "^9.6.1",
  4790. "esquery": "^1.4.2",
  4791. "esutils": "^2.0.2",
  4792. "fast-deep-equal": "^3.1.3",
  4793. "file-entry-cache": "^6.0.1",
  4794. "find-up": "^5.0.0",
  4795. "glob-parent": "^6.0.2",
  4796. "globals": "^13.19.0",
  4797. "graphemer": "^1.4.0",
  4798. "ignore": "^5.2.0",
  4799. "imurmurhash": "^0.1.4",
  4800. "is-glob": "^4.0.0",
  4801. "is-path-inside": "^3.0.3",
  4802. "js-yaml": "^4.1.0",
  4803. "json-stable-stringify-without-jsonify": "^1.0.1",
  4804. "levn": "^0.4.1",
  4805. "lodash.merge": "^4.6.2",
  4806. "minimatch": "^3.1.2",
  4807. "natural-compare": "^1.4.0",
  4808. "optionator": "^0.9.3",
  4809. "strip-ansi": "^6.0.1",
  4810. "text-table": "^0.2.0"
  4811. },
  4812. "bin": {
  4813. "eslint": "bin/eslint.js"
  4814. },
  4815. "engines": {
  4816. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4817. },
  4818. "funding": {
  4819. "url": "https://opencollective.com/eslint"
  4820. }
  4821. },
  4822. "node_modules/eslint-config-next": {
  4823. "version": "14.0.4",
  4824. "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.0.4.tgz",
  4825. "integrity": "sha512-9/xbOHEQOmQtqvQ1UsTQZpnA7SlDMBtuKJ//S4JnoyK3oGLhILKXdBgu/UO7lQo/2xOykQULS1qQ6p2+EpHgAQ==",
  4826. "dev": true,
  4827. "dependencies": {
  4828. "@next/eslint-plugin-next": "14.0.4",
  4829. "@rushstack/eslint-patch": "^1.3.3",
  4830. "@typescript-eslint/parser": "^5.4.2 || ^6.0.0",
  4831. "eslint-import-resolver-node": "^0.3.6",
  4832. "eslint-import-resolver-typescript": "^3.5.2",
  4833. "eslint-plugin-import": "^2.28.1",
  4834. "eslint-plugin-jsx-a11y": "^6.7.1",
  4835. "eslint-plugin-react": "^7.33.2",
  4836. "eslint-plugin-react-hooks": "^4.5.0 || 5.0.0-canary-7118f5dd7-20230705"
  4837. },
  4838. "peerDependencies": {
  4839. "eslint": "^7.23.0 || ^8.0.0",
  4840. "typescript": ">=3.3.1"
  4841. },
  4842. "peerDependenciesMeta": {
  4843. "typescript": {
  4844. "optional": true
  4845. }
  4846. }
  4847. },
  4848. "node_modules/eslint-config-prettier": {
  4849. "version": "9.1.0",
  4850. "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
  4851. "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==",
  4852. "dev": true,
  4853. "bin": {
  4854. "eslint-config-prettier": "bin/cli.js"
  4855. },
  4856. "peerDependencies": {
  4857. "eslint": ">=7.0.0"
  4858. }
  4859. },
  4860. "node_modules/eslint-import-resolver-node": {
  4861. "version": "0.3.9",
  4862. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  4863. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  4864. "dev": true,
  4865. "dependencies": {
  4866. "debug": "^3.2.7",
  4867. "is-core-module": "^2.13.0",
  4868. "resolve": "^1.22.4"
  4869. }
  4870. },
  4871. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  4872. "version": "3.2.7",
  4873. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  4874. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  4875. "dev": true,
  4876. "dependencies": {
  4877. "ms": "^2.1.1"
  4878. }
  4879. },
  4880. "node_modules/eslint-import-resolver-typescript": {
  4881. "version": "3.6.1",
  4882. "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.1.tgz",
  4883. "integrity": "sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==",
  4884. "dev": true,
  4885. "dependencies": {
  4886. "debug": "^4.3.4",
  4887. "enhanced-resolve": "^5.12.0",
  4888. "eslint-module-utils": "^2.7.4",
  4889. "fast-glob": "^3.3.1",
  4890. "get-tsconfig": "^4.5.0",
  4891. "is-core-module": "^2.11.0",
  4892. "is-glob": "^4.0.3"
  4893. },
  4894. "engines": {
  4895. "node": "^14.18.0 || >=16.0.0"
  4896. },
  4897. "funding": {
  4898. "url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts"
  4899. },
  4900. "peerDependencies": {
  4901. "eslint": "*",
  4902. "eslint-plugin-import": "*"
  4903. }
  4904. },
  4905. "node_modules/eslint-module-utils": {
  4906. "version": "2.8.1",
  4907. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz",
  4908. "integrity": "sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==",
  4909. "dev": true,
  4910. "dependencies": {
  4911. "debug": "^3.2.7"
  4912. },
  4913. "engines": {
  4914. "node": ">=4"
  4915. },
  4916. "peerDependenciesMeta": {
  4917. "eslint": {
  4918. "optional": true
  4919. }
  4920. }
  4921. },
  4922. "node_modules/eslint-module-utils/node_modules/debug": {
  4923. "version": "3.2.7",
  4924. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  4925. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  4926. "dev": true,
  4927. "dependencies": {
  4928. "ms": "^2.1.1"
  4929. }
  4930. },
  4931. "node_modules/eslint-plugin-import": {
  4932. "version": "2.29.1",
  4933. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz",
  4934. "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==",
  4935. "dev": true,
  4936. "dependencies": {
  4937. "array-includes": "^3.1.7",
  4938. "array.prototype.findlastindex": "^1.2.3",
  4939. "array.prototype.flat": "^1.3.2",
  4940. "array.prototype.flatmap": "^1.3.2",
  4941. "debug": "^3.2.7",
  4942. "doctrine": "^2.1.0",
  4943. "eslint-import-resolver-node": "^0.3.9",
  4944. "eslint-module-utils": "^2.8.0",
  4945. "hasown": "^2.0.0",
  4946. "is-core-module": "^2.13.1",
  4947. "is-glob": "^4.0.3",
  4948. "minimatch": "^3.1.2",
  4949. "object.fromentries": "^2.0.7",
  4950. "object.groupby": "^1.0.1",
  4951. "object.values": "^1.1.7",
  4952. "semver": "^6.3.1",
  4953. "tsconfig-paths": "^3.15.0"
  4954. },
  4955. "engines": {
  4956. "node": ">=4"
  4957. },
  4958. "peerDependencies": {
  4959. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
  4960. }
  4961. },
  4962. "node_modules/eslint-plugin-import/node_modules/brace-expansion": {
  4963. "version": "1.1.11",
  4964. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  4965. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  4966. "dev": true,
  4967. "dependencies": {
  4968. "balanced-match": "^1.0.0",
  4969. "concat-map": "0.0.1"
  4970. }
  4971. },
  4972. "node_modules/eslint-plugin-import/node_modules/debug": {
  4973. "version": "3.2.7",
  4974. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  4975. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  4976. "dev": true,
  4977. "dependencies": {
  4978. "ms": "^2.1.1"
  4979. }
  4980. },
  4981. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  4982. "version": "2.1.0",
  4983. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  4984. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  4985. "dev": true,
  4986. "dependencies": {
  4987. "esutils": "^2.0.2"
  4988. },
  4989. "engines": {
  4990. "node": ">=0.10.0"
  4991. }
  4992. },
  4993. "node_modules/eslint-plugin-import/node_modules/minimatch": {
  4994. "version": "3.1.2",
  4995. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  4996. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  4997. "dev": true,
  4998. "dependencies": {
  4999. "brace-expansion": "^1.1.7"
  5000. },
  5001. "engines": {
  5002. "node": "*"
  5003. }
  5004. },
  5005. "node_modules/eslint-plugin-import/node_modules/semver": {
  5006. "version": "6.3.1",
  5007. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5008. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5009. "dev": true,
  5010. "bin": {
  5011. "semver": "bin/semver.js"
  5012. }
  5013. },
  5014. "node_modules/eslint-plugin-jsx-a11y": {
  5015. "version": "6.8.0",
  5016. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz",
  5017. "integrity": "sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==",
  5018. "dev": true,
  5019. "dependencies": {
  5020. "@babel/runtime": "^7.23.2",
  5021. "aria-query": "^5.3.0",
  5022. "array-includes": "^3.1.7",
  5023. "array.prototype.flatmap": "^1.3.2",
  5024. "ast-types-flow": "^0.0.8",
  5025. "axe-core": "=4.7.0",
  5026. "axobject-query": "^3.2.1",
  5027. "damerau-levenshtein": "^1.0.8",
  5028. "emoji-regex": "^9.2.2",
  5029. "es-iterator-helpers": "^1.0.15",
  5030. "hasown": "^2.0.0",
  5031. "jsx-ast-utils": "^3.3.5",
  5032. "language-tags": "^1.0.9",
  5033. "minimatch": "^3.1.2",
  5034. "object.entries": "^1.1.7",
  5035. "object.fromentries": "^2.0.7"
  5036. },
  5037. "engines": {
  5038. "node": ">=4.0"
  5039. },
  5040. "peerDependencies": {
  5041. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  5042. }
  5043. },
  5044. "node_modules/eslint-plugin-jsx-a11y/node_modules/brace-expansion": {
  5045. "version": "1.1.11",
  5046. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  5047. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  5048. "dev": true,
  5049. "dependencies": {
  5050. "balanced-match": "^1.0.0",
  5051. "concat-map": "0.0.1"
  5052. }
  5053. },
  5054. "node_modules/eslint-plugin-jsx-a11y/node_modules/minimatch": {
  5055. "version": "3.1.2",
  5056. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  5057. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5058. "dev": true,
  5059. "dependencies": {
  5060. "brace-expansion": "^1.1.7"
  5061. },
  5062. "engines": {
  5063. "node": "*"
  5064. }
  5065. },
  5066. "node_modules/eslint-plugin-prettier": {
  5067. "version": "5.1.3",
  5068. "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz",
  5069. "integrity": "sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==",
  5070. "dev": true,
  5071. "dependencies": {
  5072. "prettier-linter-helpers": "^1.0.0",
  5073. "synckit": "^0.8.6"
  5074. },
  5075. "engines": {
  5076. "node": "^14.18.0 || >=16.0.0"
  5077. },
  5078. "funding": {
  5079. "url": "https://opencollective.com/eslint-plugin-prettier"
  5080. },
  5081. "peerDependencies": {
  5082. "@types/eslint": ">=8.0.0",
  5083. "eslint": ">=8.0.0",
  5084. "eslint-config-prettier": "*",
  5085. "prettier": ">=3.0.0"
  5086. },
  5087. "peerDependenciesMeta": {
  5088. "@types/eslint": {
  5089. "optional": true
  5090. },
  5091. "eslint-config-prettier": {
  5092. "optional": true
  5093. }
  5094. }
  5095. },
  5096. "node_modules/eslint-plugin-react": {
  5097. "version": "7.34.0",
  5098. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.0.tgz",
  5099. "integrity": "sha512-MeVXdReleBTdkz/bvcQMSnCXGi+c9kvy51IpinjnJgutl3YTHWsDdke7Z1ufZpGfDG8xduBDKyjtB9JH1eBKIQ==",
  5100. "dev": true,
  5101. "dependencies": {
  5102. "array-includes": "^3.1.7",
  5103. "array.prototype.findlast": "^1.2.4",
  5104. "array.prototype.flatmap": "^1.3.2",
  5105. "array.prototype.toreversed": "^1.1.2",
  5106. "array.prototype.tosorted": "^1.1.3",
  5107. "doctrine": "^2.1.0",
  5108. "es-iterator-helpers": "^1.0.17",
  5109. "estraverse": "^5.3.0",
  5110. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  5111. "minimatch": "^3.1.2",
  5112. "object.entries": "^1.1.7",
  5113. "object.fromentries": "^2.0.7",
  5114. "object.hasown": "^1.1.3",
  5115. "object.values": "^1.1.7",
  5116. "prop-types": "^15.8.1",
  5117. "resolve": "^2.0.0-next.5",
  5118. "semver": "^6.3.1",
  5119. "string.prototype.matchall": "^4.0.10"
  5120. },
  5121. "engines": {
  5122. "node": ">=4"
  5123. },
  5124. "peerDependencies": {
  5125. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  5126. }
  5127. },
  5128. "node_modules/eslint-plugin-react-hooks": {
  5129. "version": "4.6.0",
  5130. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
  5131. "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
  5132. "dev": true,
  5133. "engines": {
  5134. "node": ">=10"
  5135. },
  5136. "peerDependencies": {
  5137. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  5138. }
  5139. },
  5140. "node_modules/eslint-plugin-react/node_modules/brace-expansion": {
  5141. "version": "1.1.11",
  5142. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  5143. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  5144. "dev": true,
  5145. "dependencies": {
  5146. "balanced-match": "^1.0.0",
  5147. "concat-map": "0.0.1"
  5148. }
  5149. },
  5150. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  5151. "version": "2.1.0",
  5152. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  5153. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  5154. "dev": true,
  5155. "dependencies": {
  5156. "esutils": "^2.0.2"
  5157. },
  5158. "engines": {
  5159. "node": ">=0.10.0"
  5160. }
  5161. },
  5162. "node_modules/eslint-plugin-react/node_modules/minimatch": {
  5163. "version": "3.1.2",
  5164. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  5165. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5166. "dev": true,
  5167. "dependencies": {
  5168. "brace-expansion": "^1.1.7"
  5169. },
  5170. "engines": {
  5171. "node": "*"
  5172. }
  5173. },
  5174. "node_modules/eslint-plugin-react/node_modules/resolve": {
  5175. "version": "2.0.0-next.5",
  5176. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
  5177. "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
  5178. "dev": true,
  5179. "dependencies": {
  5180. "is-core-module": "^2.13.0",
  5181. "path-parse": "^1.0.7",
  5182. "supports-preserve-symlinks-flag": "^1.0.0"
  5183. },
  5184. "bin": {
  5185. "resolve": "bin/resolve"
  5186. },
  5187. "funding": {
  5188. "url": "https://github.com/sponsors/ljharb"
  5189. }
  5190. },
  5191. "node_modules/eslint-plugin-react/node_modules/semver": {
  5192. "version": "6.3.1",
  5193. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5194. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5195. "dev": true,
  5196. "bin": {
  5197. "semver": "bin/semver.js"
  5198. }
  5199. },
  5200. "node_modules/eslint-scope": {
  5201. "version": "7.2.2",
  5202. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
  5203. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  5204. "dev": true,
  5205. "dependencies": {
  5206. "esrecurse": "^4.3.0",
  5207. "estraverse": "^5.2.0"
  5208. },
  5209. "engines": {
  5210. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5211. },
  5212. "funding": {
  5213. "url": "https://opencollective.com/eslint"
  5214. }
  5215. },
  5216. "node_modules/eslint-visitor-keys": {
  5217. "version": "3.4.3",
  5218. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  5219. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  5220. "dev": true,
  5221. "engines": {
  5222. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5223. },
  5224. "funding": {
  5225. "url": "https://opencollective.com/eslint"
  5226. }
  5227. },
  5228. "node_modules/eslint/node_modules/ansi-styles": {
  5229. "version": "4.3.0",
  5230. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5231. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5232. "dev": true,
  5233. "dependencies": {
  5234. "color-convert": "^2.0.1"
  5235. },
  5236. "engines": {
  5237. "node": ">=8"
  5238. },
  5239. "funding": {
  5240. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5241. }
  5242. },
  5243. "node_modules/eslint/node_modules/brace-expansion": {
  5244. "version": "1.1.11",
  5245. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  5246. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  5247. "dev": true,
  5248. "dependencies": {
  5249. "balanced-match": "^1.0.0",
  5250. "concat-map": "0.0.1"
  5251. }
  5252. },
  5253. "node_modules/eslint/node_modules/chalk": {
  5254. "version": "4.1.2",
  5255. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  5256. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  5257. "dev": true,
  5258. "dependencies": {
  5259. "ansi-styles": "^4.1.0",
  5260. "supports-color": "^7.1.0"
  5261. },
  5262. "engines": {
  5263. "node": ">=10"
  5264. },
  5265. "funding": {
  5266. "url": "https://github.com/chalk/chalk?sponsor=1"
  5267. }
  5268. },
  5269. "node_modules/eslint/node_modules/color-convert": {
  5270. "version": "2.0.1",
  5271. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  5272. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  5273. "dev": true,
  5274. "dependencies": {
  5275. "color-name": "~1.1.4"
  5276. },
  5277. "engines": {
  5278. "node": ">=7.0.0"
  5279. }
  5280. },
  5281. "node_modules/eslint/node_modules/color-name": {
  5282. "version": "1.1.4",
  5283. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  5284. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  5285. "dev": true
  5286. },
  5287. "node_modules/eslint/node_modules/glob-parent": {
  5288. "version": "6.0.2",
  5289. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  5290. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  5291. "dev": true,
  5292. "dependencies": {
  5293. "is-glob": "^4.0.3"
  5294. },
  5295. "engines": {
  5296. "node": ">=10.13.0"
  5297. }
  5298. },
  5299. "node_modules/eslint/node_modules/has-flag": {
  5300. "version": "4.0.0",
  5301. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  5302. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5303. "dev": true,
  5304. "engines": {
  5305. "node": ">=8"
  5306. }
  5307. },
  5308. "node_modules/eslint/node_modules/minimatch": {
  5309. "version": "3.1.2",
  5310. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  5311. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5312. "dev": true,
  5313. "dependencies": {
  5314. "brace-expansion": "^1.1.7"
  5315. },
  5316. "engines": {
  5317. "node": "*"
  5318. }
  5319. },
  5320. "node_modules/eslint/node_modules/supports-color": {
  5321. "version": "7.2.0",
  5322. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5323. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5324. "dev": true,
  5325. "dependencies": {
  5326. "has-flag": "^4.0.0"
  5327. },
  5328. "engines": {
  5329. "node": ">=8"
  5330. }
  5331. },
  5332. "node_modules/espree": {
  5333. "version": "9.6.1",
  5334. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
  5335. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  5336. "dev": true,
  5337. "dependencies": {
  5338. "acorn": "^8.9.0",
  5339. "acorn-jsx": "^5.3.2",
  5340. "eslint-visitor-keys": "^3.4.1"
  5341. },
  5342. "engines": {
  5343. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5344. },
  5345. "funding": {
  5346. "url": "https://opencollective.com/eslint"
  5347. }
  5348. },
  5349. "node_modules/esquery": {
  5350. "version": "1.5.0",
  5351. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
  5352. "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
  5353. "dev": true,
  5354. "dependencies": {
  5355. "estraverse": "^5.1.0"
  5356. },
  5357. "engines": {
  5358. "node": ">=0.10"
  5359. }
  5360. },
  5361. "node_modules/esrecurse": {
  5362. "version": "4.3.0",
  5363. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  5364. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  5365. "dev": true,
  5366. "dependencies": {
  5367. "estraverse": "^5.2.0"
  5368. },
  5369. "engines": {
  5370. "node": ">=4.0"
  5371. }
  5372. },
  5373. "node_modules/estraverse": {
  5374. "version": "5.3.0",
  5375. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  5376. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5377. "dev": true,
  5378. "engines": {
  5379. "node": ">=4.0"
  5380. }
  5381. },
  5382. "node_modules/estree-walker": {
  5383. "version": "1.0.1",
  5384. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
  5385. "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
  5386. },
  5387. "node_modules/esutils": {
  5388. "version": "2.0.3",
  5389. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  5390. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  5391. "engines": {
  5392. "node": ">=0.10.0"
  5393. }
  5394. },
  5395. "node_modules/fast-deep-equal": {
  5396. "version": "3.1.3",
  5397. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  5398. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  5399. },
  5400. "node_modules/fast-diff": {
  5401. "version": "1.3.0",
  5402. "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
  5403. "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
  5404. "dev": true
  5405. },
  5406. "node_modules/fast-glob": {
  5407. "version": "3.3.2",
  5408. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
  5409. "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  5410. "dependencies": {
  5411. "@nodelib/fs.stat": "^2.0.2",
  5412. "@nodelib/fs.walk": "^1.2.3",
  5413. "glob-parent": "^5.1.2",
  5414. "merge2": "^1.3.0",
  5415. "micromatch": "^4.0.4"
  5416. },
  5417. "engines": {
  5418. "node": ">=8.6.0"
  5419. }
  5420. },
  5421. "node_modules/fast-json-stable-stringify": {
  5422. "version": "2.1.0",
  5423. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  5424. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
  5425. },
  5426. "node_modules/fast-levenshtein": {
  5427. "version": "2.0.6",
  5428. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  5429. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  5430. "dev": true
  5431. },
  5432. "node_modules/fastq": {
  5433. "version": "1.17.1",
  5434. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  5435. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  5436. "dependencies": {
  5437. "reusify": "^1.0.4"
  5438. }
  5439. },
  5440. "node_modules/file-entry-cache": {
  5441. "version": "6.0.1",
  5442. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  5443. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  5444. "dev": true,
  5445. "dependencies": {
  5446. "flat-cache": "^3.0.4"
  5447. },
  5448. "engines": {
  5449. "node": "^10.12.0 || >=12.0.0"
  5450. }
  5451. },
  5452. "node_modules/filelist": {
  5453. "version": "1.0.4",
  5454. "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
  5455. "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
  5456. "dependencies": {
  5457. "minimatch": "^5.0.1"
  5458. }
  5459. },
  5460. "node_modules/filelist/node_modules/minimatch": {
  5461. "version": "5.1.6",
  5462. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
  5463. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  5464. "dependencies": {
  5465. "brace-expansion": "^2.0.1"
  5466. },
  5467. "engines": {
  5468. "node": ">=10"
  5469. }
  5470. },
  5471. "node_modules/fill-range": {
  5472. "version": "7.0.1",
  5473. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  5474. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  5475. "dependencies": {
  5476. "to-regex-range": "^5.0.1"
  5477. },
  5478. "engines": {
  5479. "node": ">=8"
  5480. }
  5481. },
  5482. "node_modules/find-cache-dir": {
  5483. "version": "3.3.2",
  5484. "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
  5485. "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
  5486. "dependencies": {
  5487. "commondir": "^1.0.1",
  5488. "make-dir": "^3.0.2",
  5489. "pkg-dir": "^4.1.0"
  5490. },
  5491. "engines": {
  5492. "node": ">=8"
  5493. },
  5494. "funding": {
  5495. "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
  5496. }
  5497. },
  5498. "node_modules/find-root": {
  5499. "version": "1.1.0",
  5500. "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
  5501. "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng=="
  5502. },
  5503. "node_modules/find-up": {
  5504. "version": "5.0.0",
  5505. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  5506. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  5507. "dev": true,
  5508. "dependencies": {
  5509. "locate-path": "^6.0.0",
  5510. "path-exists": "^4.0.0"
  5511. },
  5512. "engines": {
  5513. "node": ">=10"
  5514. },
  5515. "funding": {
  5516. "url": "https://github.com/sponsors/sindresorhus"
  5517. }
  5518. },
  5519. "node_modules/flat-cache": {
  5520. "version": "3.2.0",
  5521. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
  5522. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  5523. "dev": true,
  5524. "dependencies": {
  5525. "flatted": "^3.2.9",
  5526. "keyv": "^4.5.3",
  5527. "rimraf": "^3.0.2"
  5528. },
  5529. "engines": {
  5530. "node": "^10.12.0 || >=12.0.0"
  5531. }
  5532. },
  5533. "node_modules/flatted": {
  5534. "version": "3.3.1",
  5535. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
  5536. "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
  5537. "dev": true
  5538. },
  5539. "node_modules/follow-redirects": {
  5540. "version": "1.15.9",
  5541. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz",
  5542. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  5543. "funding": [
  5544. {
  5545. "type": "individual",
  5546. "url": "https://github.com/sponsors/RubenVerborgh"
  5547. }
  5548. ],
  5549. "engines": {
  5550. "node": ">=4.0"
  5551. },
  5552. "peerDependenciesMeta": {
  5553. "debug": {
  5554. "optional": true
  5555. }
  5556. }
  5557. },
  5558. "node_modules/for-each": {
  5559. "version": "0.3.3",
  5560. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
  5561. "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
  5562. "dependencies": {
  5563. "is-callable": "^1.1.3"
  5564. }
  5565. },
  5566. "node_modules/foreground-child": {
  5567. "version": "3.1.1",
  5568. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
  5569. "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
  5570. "dev": true,
  5571. "dependencies": {
  5572. "cross-spawn": "^7.0.0",
  5573. "signal-exit": "^4.0.1"
  5574. },
  5575. "engines": {
  5576. "node": ">=14"
  5577. },
  5578. "funding": {
  5579. "url": "https://github.com/sponsors/isaacs"
  5580. }
  5581. },
  5582. "node_modules/form-data": {
  5583. "version": "4.0.2",
  5584. "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
  5585. "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
  5586. "dependencies": {
  5587. "asynckit": "^0.4.0",
  5588. "combined-stream": "^1.0.8",
  5589. "es-set-tostringtag": "^2.1.0",
  5590. "mime-types": "^2.1.12"
  5591. },
  5592. "engines": {
  5593. "node": ">= 6"
  5594. }
  5595. },
  5596. "node_modules/fraction.js": {
  5597. "version": "4.3.7",
  5598. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  5599. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  5600. "dev": true,
  5601. "engines": {
  5602. "node": "*"
  5603. },
  5604. "funding": {
  5605. "type": "patreon",
  5606. "url": "https://github.com/sponsors/rawify"
  5607. }
  5608. },
  5609. "node_modules/fs-extra": {
  5610. "version": "9.1.0",
  5611. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  5612. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  5613. "dependencies": {
  5614. "at-least-node": "^1.0.0",
  5615. "graceful-fs": "^4.2.0",
  5616. "jsonfile": "^6.0.1",
  5617. "universalify": "^2.0.0"
  5618. },
  5619. "engines": {
  5620. "node": ">=10"
  5621. }
  5622. },
  5623. "node_modules/fs.realpath": {
  5624. "version": "1.0.0",
  5625. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  5626. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  5627. },
  5628. "node_modules/fsevents": {
  5629. "version": "2.3.3",
  5630. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  5631. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  5632. "hasInstallScript": true,
  5633. "optional": true,
  5634. "os": [
  5635. "darwin"
  5636. ],
  5637. "engines": {
  5638. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  5639. }
  5640. },
  5641. "node_modules/function-bind": {
  5642. "version": "1.1.2",
  5643. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  5644. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  5645. "funding": {
  5646. "url": "https://github.com/sponsors/ljharb"
  5647. }
  5648. },
  5649. "node_modules/function.prototype.name": {
  5650. "version": "1.1.6",
  5651. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
  5652. "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
  5653. "dependencies": {
  5654. "call-bind": "^1.0.2",
  5655. "define-properties": "^1.2.0",
  5656. "es-abstract": "^1.22.1",
  5657. "functions-have-names": "^1.2.3"
  5658. },
  5659. "engines": {
  5660. "node": ">= 0.4"
  5661. },
  5662. "funding": {
  5663. "url": "https://github.com/sponsors/ljharb"
  5664. }
  5665. },
  5666. "node_modules/functions-have-names": {
  5667. "version": "1.2.3",
  5668. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  5669. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  5670. "funding": {
  5671. "url": "https://github.com/sponsors/ljharb"
  5672. }
  5673. },
  5674. "node_modules/gensync": {
  5675. "version": "1.0.0-beta.2",
  5676. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  5677. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  5678. "engines": {
  5679. "node": ">=6.9.0"
  5680. }
  5681. },
  5682. "node_modules/get-intrinsic": {
  5683. "version": "1.3.0",
  5684. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  5685. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  5686. "dependencies": {
  5687. "call-bind-apply-helpers": "^1.0.2",
  5688. "es-define-property": "^1.0.1",
  5689. "es-errors": "^1.3.0",
  5690. "es-object-atoms": "^1.1.1",
  5691. "function-bind": "^1.1.2",
  5692. "get-proto": "^1.0.1",
  5693. "gopd": "^1.2.0",
  5694. "has-symbols": "^1.1.0",
  5695. "hasown": "^2.0.2",
  5696. "math-intrinsics": "^1.1.0"
  5697. },
  5698. "engines": {
  5699. "node": ">= 0.4"
  5700. },
  5701. "funding": {
  5702. "url": "https://github.com/sponsors/ljharb"
  5703. }
  5704. },
  5705. "node_modules/get-own-enumerable-property-symbols": {
  5706. "version": "3.0.2",
  5707. "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
  5708. "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
  5709. },
  5710. "node_modules/get-proto": {
  5711. "version": "1.0.1",
  5712. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  5713. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  5714. "dependencies": {
  5715. "dunder-proto": "^1.0.1",
  5716. "es-object-atoms": "^1.0.0"
  5717. },
  5718. "engines": {
  5719. "node": ">= 0.4"
  5720. }
  5721. },
  5722. "node_modules/get-symbol-description": {
  5723. "version": "1.0.2",
  5724. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz",
  5725. "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==",
  5726. "dependencies": {
  5727. "call-bind": "^1.0.5",
  5728. "es-errors": "^1.3.0",
  5729. "get-intrinsic": "^1.2.4"
  5730. },
  5731. "engines": {
  5732. "node": ">= 0.4"
  5733. },
  5734. "funding": {
  5735. "url": "https://github.com/sponsors/ljharb"
  5736. }
  5737. },
  5738. "node_modules/get-tsconfig": {
  5739. "version": "4.7.2",
  5740. "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.2.tgz",
  5741. "integrity": "sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==",
  5742. "dev": true,
  5743. "dependencies": {
  5744. "resolve-pkg-maps": "^1.0.0"
  5745. },
  5746. "funding": {
  5747. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  5748. }
  5749. },
  5750. "node_modules/glob": {
  5751. "version": "7.2.3",
  5752. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  5753. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  5754. "dependencies": {
  5755. "fs.realpath": "^1.0.0",
  5756. "inflight": "^1.0.4",
  5757. "inherits": "2",
  5758. "minimatch": "^3.1.1",
  5759. "once": "^1.3.0",
  5760. "path-is-absolute": "^1.0.0"
  5761. },
  5762. "engines": {
  5763. "node": "*"
  5764. },
  5765. "funding": {
  5766. "url": "https://github.com/sponsors/isaacs"
  5767. }
  5768. },
  5769. "node_modules/glob-parent": {
  5770. "version": "5.1.2",
  5771. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  5772. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5773. "dependencies": {
  5774. "is-glob": "^4.0.1"
  5775. },
  5776. "engines": {
  5777. "node": ">= 6"
  5778. }
  5779. },
  5780. "node_modules/glob-to-regexp": {
  5781. "version": "0.4.1",
  5782. "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
  5783. "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
  5784. },
  5785. "node_modules/glob/node_modules/brace-expansion": {
  5786. "version": "1.1.11",
  5787. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  5788. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  5789. "dependencies": {
  5790. "balanced-match": "^1.0.0",
  5791. "concat-map": "0.0.1"
  5792. }
  5793. },
  5794. "node_modules/glob/node_modules/minimatch": {
  5795. "version": "3.1.2",
  5796. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  5797. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5798. "dependencies": {
  5799. "brace-expansion": "^1.1.7"
  5800. },
  5801. "engines": {
  5802. "node": "*"
  5803. }
  5804. },
  5805. "node_modules/globals": {
  5806. "version": "13.24.0",
  5807. "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
  5808. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  5809. "dev": true,
  5810. "dependencies": {
  5811. "type-fest": "^0.20.2"
  5812. },
  5813. "engines": {
  5814. "node": ">=8"
  5815. },
  5816. "funding": {
  5817. "url": "https://github.com/sponsors/sindresorhus"
  5818. }
  5819. },
  5820. "node_modules/globalthis": {
  5821. "version": "1.0.3",
  5822. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
  5823. "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
  5824. "dependencies": {
  5825. "define-properties": "^1.1.3"
  5826. },
  5827. "engines": {
  5828. "node": ">= 0.4"
  5829. },
  5830. "funding": {
  5831. "url": "https://github.com/sponsors/ljharb"
  5832. }
  5833. },
  5834. "node_modules/globby": {
  5835. "version": "11.1.0",
  5836. "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
  5837. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  5838. "dependencies": {
  5839. "array-union": "^2.1.0",
  5840. "dir-glob": "^3.0.1",
  5841. "fast-glob": "^3.2.9",
  5842. "ignore": "^5.2.0",
  5843. "merge2": "^1.4.1",
  5844. "slash": "^3.0.0"
  5845. },
  5846. "engines": {
  5847. "node": ">=10"
  5848. },
  5849. "funding": {
  5850. "url": "https://github.com/sponsors/sindresorhus"
  5851. }
  5852. },
  5853. "node_modules/gopd": {
  5854. "version": "1.2.0",
  5855. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  5856. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  5857. "engines": {
  5858. "node": ">= 0.4"
  5859. },
  5860. "funding": {
  5861. "url": "https://github.com/sponsors/ljharb"
  5862. }
  5863. },
  5864. "node_modules/graceful-fs": {
  5865. "version": "4.2.11",
  5866. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  5867. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  5868. },
  5869. "node_modules/graphemer": {
  5870. "version": "1.4.0",
  5871. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  5872. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  5873. "dev": true
  5874. },
  5875. "node_modules/has-bigints": {
  5876. "version": "1.0.2",
  5877. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
  5878. "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
  5879. "funding": {
  5880. "url": "https://github.com/sponsors/ljharb"
  5881. }
  5882. },
  5883. "node_modules/has-flag": {
  5884. "version": "3.0.0",
  5885. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  5886. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  5887. "engines": {
  5888. "node": ">=4"
  5889. }
  5890. },
  5891. "node_modules/has-property-descriptors": {
  5892. "version": "1.0.2",
  5893. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  5894. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  5895. "dependencies": {
  5896. "es-define-property": "^1.0.0"
  5897. },
  5898. "funding": {
  5899. "url": "https://github.com/sponsors/ljharb"
  5900. }
  5901. },
  5902. "node_modules/has-proto": {
  5903. "version": "1.0.3",
  5904. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
  5905. "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
  5906. "engines": {
  5907. "node": ">= 0.4"
  5908. },
  5909. "funding": {
  5910. "url": "https://github.com/sponsors/ljharb"
  5911. }
  5912. },
  5913. "node_modules/has-symbols": {
  5914. "version": "1.1.0",
  5915. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  5916. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  5917. "engines": {
  5918. "node": ">= 0.4"
  5919. },
  5920. "funding": {
  5921. "url": "https://github.com/sponsors/ljharb"
  5922. }
  5923. },
  5924. "node_modules/has-tostringtag": {
  5925. "version": "1.0.2",
  5926. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  5927. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  5928. "dependencies": {
  5929. "has-symbols": "^1.0.3"
  5930. },
  5931. "engines": {
  5932. "node": ">= 0.4"
  5933. },
  5934. "funding": {
  5935. "url": "https://github.com/sponsors/ljharb"
  5936. }
  5937. },
  5938. "node_modules/hasown": {
  5939. "version": "2.0.2",
  5940. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  5941. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  5942. "dependencies": {
  5943. "function-bind": "^1.1.2"
  5944. },
  5945. "engines": {
  5946. "node": ">= 0.4"
  5947. }
  5948. },
  5949. "node_modules/hoist-non-react-statics": {
  5950. "version": "3.3.2",
  5951. "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  5952. "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  5953. "dependencies": {
  5954. "react-is": "^16.7.0"
  5955. }
  5956. },
  5957. "node_modules/html-parse-stringify": {
  5958. "version": "3.0.1",
  5959. "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz",
  5960. "integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==",
  5961. "dependencies": {
  5962. "void-elements": "3.1.0"
  5963. }
  5964. },
  5965. "node_modules/html5-qrcode": {
  5966. "version": "2.3.8",
  5967. "resolved": "https://registry.npmjs.org/html5-qrcode/-/html5-qrcode-2.3.8.tgz",
  5968. "integrity": "sha512-jsr4vafJhwoLVEDW3n1KvPnCCXWaQfRng0/EEYk1vNcQGcG/htAdhJX0be8YyqMoSz7+hZvOZSTAepsabiuhiQ=="
  5969. },
  5970. "node_modules/i18next": {
  5971. "version": "23.10.0",
  5972. "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.0.tgz",
  5973. "integrity": "sha512-/TgHOqsa7/9abUKJjdPeydoyDc0oTi/7u9F8lMSj6ufg4cbC1Oj3f/Jja7zj7WRIhEQKB7Q4eN6y68I9RDxxGQ==",
  5974. "funding": [
  5975. {
  5976. "type": "individual",
  5977. "url": "https://locize.com"
  5978. },
  5979. {
  5980. "type": "individual",
  5981. "url": "https://locize.com/i18next.html"
  5982. },
  5983. {
  5984. "type": "individual",
  5985. "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
  5986. }
  5987. ],
  5988. "dependencies": {
  5989. "@babel/runtime": "^7.23.2"
  5990. }
  5991. },
  5992. "node_modules/i18next-browser-languagedetector": {
  5993. "version": "4.0.1",
  5994. "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-4.0.1.tgz",
  5995. "integrity": "sha512-RxSoX6mB8cab0CTIQ+klCS764vYRj+Jk621cnFVsINvcdlb/cdi3vQFyrPwmnowB7ReUadjHovgZX+RPIzHVQQ==",
  5996. "dependencies": {
  5997. "@babel/runtime": "^7.5.5"
  5998. }
  5999. },
  6000. "node_modules/i18next-resources-to-backend": {
  6001. "version": "1.2.0",
  6002. "resolved": "https://registry.npmjs.org/i18next-resources-to-backend/-/i18next-resources-to-backend-1.2.0.tgz",
  6003. "integrity": "sha512-8f1l03s+QxDmCfpSXCh9V+AFcxAwIp0UaroWuyOx+hmmv8484GcELHs+lnu54FrNij8cDBEXvEwhzZoXsKcVpg==",
  6004. "dependencies": {
  6005. "@babel/runtime": "^7.23.2"
  6006. }
  6007. },
  6008. "node_modules/idb": {
  6009. "version": "7.1.1",
  6010. "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
  6011. "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ=="
  6012. },
  6013. "node_modules/ignore": {
  6014. "version": "5.3.1",
  6015. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
  6016. "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
  6017. "engines": {
  6018. "node": ">= 4"
  6019. }
  6020. },
  6021. "node_modules/import-fresh": {
  6022. "version": "3.3.0",
  6023. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  6024. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  6025. "dependencies": {
  6026. "parent-module": "^1.0.0",
  6027. "resolve-from": "^4.0.0"
  6028. },
  6029. "engines": {
  6030. "node": ">=6"
  6031. },
  6032. "funding": {
  6033. "url": "https://github.com/sponsors/sindresorhus"
  6034. }
  6035. },
  6036. "node_modules/imurmurhash": {
  6037. "version": "0.1.4",
  6038. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  6039. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  6040. "dev": true,
  6041. "engines": {
  6042. "node": ">=0.8.19"
  6043. }
  6044. },
  6045. "node_modules/inflight": {
  6046. "version": "1.0.6",
  6047. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  6048. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  6049. "dependencies": {
  6050. "once": "^1.3.0",
  6051. "wrappy": "1"
  6052. }
  6053. },
  6054. "node_modules/inherits": {
  6055. "version": "2.0.4",
  6056. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  6057. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  6058. },
  6059. "node_modules/internal-slot": {
  6060. "version": "1.0.7",
  6061. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
  6062. "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==",
  6063. "dependencies": {
  6064. "es-errors": "^1.3.0",
  6065. "hasown": "^2.0.0",
  6066. "side-channel": "^1.0.4"
  6067. },
  6068. "engines": {
  6069. "node": ">= 0.4"
  6070. }
  6071. },
  6072. "node_modules/intl-messageformat": {
  6073. "version": "10.5.11",
  6074. "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.5.11.tgz",
  6075. "integrity": "sha512-eYq5fkFBVxc7GIFDzpFQkDOZgNayNTQn4Oufe8jw6YY6OHVw70/4pA3FyCsQ0Gb2DnvEJEMmN2tOaXUGByM+kg==",
  6076. "dependencies": {
  6077. "@formatjs/ecma402-abstract": "1.18.2",
  6078. "@formatjs/fast-memoize": "2.2.0",
  6079. "@formatjs/icu-messageformat-parser": "2.7.6",
  6080. "tslib": "^2.4.0"
  6081. }
  6082. },
  6083. "node_modules/is-array-buffer": {
  6084. "version": "3.0.4",
  6085. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
  6086. "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==",
  6087. "dependencies": {
  6088. "call-bind": "^1.0.2",
  6089. "get-intrinsic": "^1.2.1"
  6090. },
  6091. "engines": {
  6092. "node": ">= 0.4"
  6093. },
  6094. "funding": {
  6095. "url": "https://github.com/sponsors/ljharb"
  6096. }
  6097. },
  6098. "node_modules/is-arrayish": {
  6099. "version": "0.2.1",
  6100. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  6101. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
  6102. },
  6103. "node_modules/is-async-function": {
  6104. "version": "2.0.0",
  6105. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
  6106. "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==",
  6107. "dev": true,
  6108. "dependencies": {
  6109. "has-tostringtag": "^1.0.0"
  6110. },
  6111. "engines": {
  6112. "node": ">= 0.4"
  6113. },
  6114. "funding": {
  6115. "url": "https://github.com/sponsors/ljharb"
  6116. }
  6117. },
  6118. "node_modules/is-bigint": {
  6119. "version": "1.0.4",
  6120. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  6121. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  6122. "dependencies": {
  6123. "has-bigints": "^1.0.1"
  6124. },
  6125. "funding": {
  6126. "url": "https://github.com/sponsors/ljharb"
  6127. }
  6128. },
  6129. "node_modules/is-binary-path": {
  6130. "version": "2.1.0",
  6131. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  6132. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  6133. "dev": true,
  6134. "dependencies": {
  6135. "binary-extensions": "^2.0.0"
  6136. },
  6137. "engines": {
  6138. "node": ">=8"
  6139. }
  6140. },
  6141. "node_modules/is-boolean-object": {
  6142. "version": "1.1.2",
  6143. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  6144. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  6145. "dependencies": {
  6146. "call-bind": "^1.0.2",
  6147. "has-tostringtag": "^1.0.0"
  6148. },
  6149. "engines": {
  6150. "node": ">= 0.4"
  6151. },
  6152. "funding": {
  6153. "url": "https://github.com/sponsors/ljharb"
  6154. }
  6155. },
  6156. "node_modules/is-callable": {
  6157. "version": "1.2.7",
  6158. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  6159. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  6160. "engines": {
  6161. "node": ">= 0.4"
  6162. },
  6163. "funding": {
  6164. "url": "https://github.com/sponsors/ljharb"
  6165. }
  6166. },
  6167. "node_modules/is-core-module": {
  6168. "version": "2.13.1",
  6169. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
  6170. "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
  6171. "dependencies": {
  6172. "hasown": "^2.0.0"
  6173. },
  6174. "funding": {
  6175. "url": "https://github.com/sponsors/ljharb"
  6176. }
  6177. },
  6178. "node_modules/is-date-object": {
  6179. "version": "1.0.5",
  6180. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
  6181. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  6182. "dependencies": {
  6183. "has-tostringtag": "^1.0.0"
  6184. },
  6185. "engines": {
  6186. "node": ">= 0.4"
  6187. },
  6188. "funding": {
  6189. "url": "https://github.com/sponsors/ljharb"
  6190. }
  6191. },
  6192. "node_modules/is-extglob": {
  6193. "version": "2.1.1",
  6194. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  6195. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  6196. "engines": {
  6197. "node": ">=0.10.0"
  6198. }
  6199. },
  6200. "node_modules/is-finalizationregistry": {
  6201. "version": "1.0.2",
  6202. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz",
  6203. "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==",
  6204. "dev": true,
  6205. "dependencies": {
  6206. "call-bind": "^1.0.2"
  6207. },
  6208. "funding": {
  6209. "url": "https://github.com/sponsors/ljharb"
  6210. }
  6211. },
  6212. "node_modules/is-fullwidth-code-point": {
  6213. "version": "3.0.0",
  6214. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  6215. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  6216. "dev": true,
  6217. "engines": {
  6218. "node": ">=8"
  6219. }
  6220. },
  6221. "node_modules/is-generator-function": {
  6222. "version": "1.0.10",
  6223. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
  6224. "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
  6225. "dev": true,
  6226. "dependencies": {
  6227. "has-tostringtag": "^1.0.0"
  6228. },
  6229. "engines": {
  6230. "node": ">= 0.4"
  6231. },
  6232. "funding": {
  6233. "url": "https://github.com/sponsors/ljharb"
  6234. }
  6235. },
  6236. "node_modules/is-glob": {
  6237. "version": "4.0.3",
  6238. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  6239. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  6240. "dependencies": {
  6241. "is-extglob": "^2.1.1"
  6242. },
  6243. "engines": {
  6244. "node": ">=0.10.0"
  6245. }
  6246. },
  6247. "node_modules/is-map": {
  6248. "version": "2.0.2",
  6249. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz",
  6250. "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==",
  6251. "dev": true,
  6252. "funding": {
  6253. "url": "https://github.com/sponsors/ljharb"
  6254. }
  6255. },
  6256. "node_modules/is-module": {
  6257. "version": "1.0.0",
  6258. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  6259. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
  6260. },
  6261. "node_modules/is-negative-zero": {
  6262. "version": "2.0.3",
  6263. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  6264. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  6265. "engines": {
  6266. "node": ">= 0.4"
  6267. },
  6268. "funding": {
  6269. "url": "https://github.com/sponsors/ljharb"
  6270. }
  6271. },
  6272. "node_modules/is-number": {
  6273. "version": "7.0.0",
  6274. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  6275. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  6276. "engines": {
  6277. "node": ">=0.12.0"
  6278. }
  6279. },
  6280. "node_modules/is-number-object": {
  6281. "version": "1.0.7",
  6282. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  6283. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  6284. "dependencies": {
  6285. "has-tostringtag": "^1.0.0"
  6286. },
  6287. "engines": {
  6288. "node": ">= 0.4"
  6289. },
  6290. "funding": {
  6291. "url": "https://github.com/sponsors/ljharb"
  6292. }
  6293. },
  6294. "node_modules/is-obj": {
  6295. "version": "1.0.1",
  6296. "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
  6297. "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==",
  6298. "engines": {
  6299. "node": ">=0.10.0"
  6300. }
  6301. },
  6302. "node_modules/is-path-cwd": {
  6303. "version": "2.2.0",
  6304. "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
  6305. "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==",
  6306. "engines": {
  6307. "node": ">=6"
  6308. }
  6309. },
  6310. "node_modules/is-path-in-cwd": {
  6311. "version": "2.1.0",
  6312. "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz",
  6313. "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==",
  6314. "dependencies": {
  6315. "is-path-inside": "^2.1.0"
  6316. },
  6317. "engines": {
  6318. "node": ">=6"
  6319. }
  6320. },
  6321. "node_modules/is-path-in-cwd/node_modules/is-path-inside": {
  6322. "version": "2.1.0",
  6323. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz",
  6324. "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==",
  6325. "dependencies": {
  6326. "path-is-inside": "^1.0.2"
  6327. },
  6328. "engines": {
  6329. "node": ">=6"
  6330. }
  6331. },
  6332. "node_modules/is-path-inside": {
  6333. "version": "3.0.3",
  6334. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  6335. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  6336. "dev": true,
  6337. "engines": {
  6338. "node": ">=8"
  6339. }
  6340. },
  6341. "node_modules/is-regex": {
  6342. "version": "1.1.4",
  6343. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
  6344. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  6345. "dependencies": {
  6346. "call-bind": "^1.0.2",
  6347. "has-tostringtag": "^1.0.0"
  6348. },
  6349. "engines": {
  6350. "node": ">= 0.4"
  6351. },
  6352. "funding": {
  6353. "url": "https://github.com/sponsors/ljharb"
  6354. }
  6355. },
  6356. "node_modules/is-regexp": {
  6357. "version": "1.0.0",
  6358. "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
  6359. "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==",
  6360. "engines": {
  6361. "node": ">=0.10.0"
  6362. }
  6363. },
  6364. "node_modules/is-set": {
  6365. "version": "2.0.2",
  6366. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz",
  6367. "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==",
  6368. "dev": true,
  6369. "funding": {
  6370. "url": "https://github.com/sponsors/ljharb"
  6371. }
  6372. },
  6373. "node_modules/is-shared-array-buffer": {
  6374. "version": "1.0.3",
  6375. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz",
  6376. "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==",
  6377. "dependencies": {
  6378. "call-bind": "^1.0.7"
  6379. },
  6380. "engines": {
  6381. "node": ">= 0.4"
  6382. },
  6383. "funding": {
  6384. "url": "https://github.com/sponsors/ljharb"
  6385. }
  6386. },
  6387. "node_modules/is-stream": {
  6388. "version": "2.0.1",
  6389. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  6390. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  6391. "engines": {
  6392. "node": ">=8"
  6393. },
  6394. "funding": {
  6395. "url": "https://github.com/sponsors/sindresorhus"
  6396. }
  6397. },
  6398. "node_modules/is-string": {
  6399. "version": "1.0.7",
  6400. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
  6401. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  6402. "dependencies": {
  6403. "has-tostringtag": "^1.0.0"
  6404. },
  6405. "engines": {
  6406. "node": ">= 0.4"
  6407. },
  6408. "funding": {
  6409. "url": "https://github.com/sponsors/ljharb"
  6410. }
  6411. },
  6412. "node_modules/is-symbol": {
  6413. "version": "1.0.4",
  6414. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  6415. "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  6416. "dependencies": {
  6417. "has-symbols": "^1.0.2"
  6418. },
  6419. "engines": {
  6420. "node": ">= 0.4"
  6421. },
  6422. "funding": {
  6423. "url": "https://github.com/sponsors/ljharb"
  6424. }
  6425. },
  6426. "node_modules/is-typed-array": {
  6427. "version": "1.1.13",
  6428. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz",
  6429. "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==",
  6430. "dependencies": {
  6431. "which-typed-array": "^1.1.14"
  6432. },
  6433. "engines": {
  6434. "node": ">= 0.4"
  6435. },
  6436. "funding": {
  6437. "url": "https://github.com/sponsors/ljharb"
  6438. }
  6439. },
  6440. "node_modules/is-weakmap": {
  6441. "version": "2.0.1",
  6442. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz",
  6443. "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==",
  6444. "dev": true,
  6445. "funding": {
  6446. "url": "https://github.com/sponsors/ljharb"
  6447. }
  6448. },
  6449. "node_modules/is-weakref": {
  6450. "version": "1.0.2",
  6451. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
  6452. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  6453. "dependencies": {
  6454. "call-bind": "^1.0.2"
  6455. },
  6456. "funding": {
  6457. "url": "https://github.com/sponsors/ljharb"
  6458. }
  6459. },
  6460. "node_modules/is-weakset": {
  6461. "version": "2.0.2",
  6462. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz",
  6463. "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==",
  6464. "dev": true,
  6465. "dependencies": {
  6466. "call-bind": "^1.0.2",
  6467. "get-intrinsic": "^1.1.1"
  6468. },
  6469. "funding": {
  6470. "url": "https://github.com/sponsors/ljharb"
  6471. }
  6472. },
  6473. "node_modules/isarray": {
  6474. "version": "2.0.5",
  6475. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  6476. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw=="
  6477. },
  6478. "node_modules/isexe": {
  6479. "version": "2.0.0",
  6480. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  6481. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  6482. "dev": true
  6483. },
  6484. "node_modules/iterator.prototype": {
  6485. "version": "1.1.2",
  6486. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
  6487. "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==",
  6488. "dev": true,
  6489. "dependencies": {
  6490. "define-properties": "^1.2.1",
  6491. "get-intrinsic": "^1.2.1",
  6492. "has-symbols": "^1.0.3",
  6493. "reflect.getprototypeof": "^1.0.4",
  6494. "set-function-name": "^2.0.1"
  6495. }
  6496. },
  6497. "node_modules/jackspeak": {
  6498. "version": "2.3.6",
  6499. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
  6500. "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
  6501. "dev": true,
  6502. "dependencies": {
  6503. "@isaacs/cliui": "^8.0.2"
  6504. },
  6505. "engines": {
  6506. "node": ">=14"
  6507. },
  6508. "funding": {
  6509. "url": "https://github.com/sponsors/isaacs"
  6510. },
  6511. "optionalDependencies": {
  6512. "@pkgjs/parseargs": "^0.11.0"
  6513. }
  6514. },
  6515. "node_modules/jake": {
  6516. "version": "10.8.7",
  6517. "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz",
  6518. "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==",
  6519. "dependencies": {
  6520. "async": "^3.2.3",
  6521. "chalk": "^4.0.2",
  6522. "filelist": "^1.0.4",
  6523. "minimatch": "^3.1.2"
  6524. },
  6525. "bin": {
  6526. "jake": "bin/cli.js"
  6527. },
  6528. "engines": {
  6529. "node": ">=10"
  6530. }
  6531. },
  6532. "node_modules/jake/node_modules/ansi-styles": {
  6533. "version": "4.3.0",
  6534. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  6535. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  6536. "dependencies": {
  6537. "color-convert": "^2.0.1"
  6538. },
  6539. "engines": {
  6540. "node": ">=8"
  6541. },
  6542. "funding": {
  6543. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  6544. }
  6545. },
  6546. "node_modules/jake/node_modules/brace-expansion": {
  6547. "version": "1.1.11",
  6548. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  6549. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  6550. "dependencies": {
  6551. "balanced-match": "^1.0.0",
  6552. "concat-map": "0.0.1"
  6553. }
  6554. },
  6555. "node_modules/jake/node_modules/chalk": {
  6556. "version": "4.1.2",
  6557. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  6558. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  6559. "dependencies": {
  6560. "ansi-styles": "^4.1.0",
  6561. "supports-color": "^7.1.0"
  6562. },
  6563. "engines": {
  6564. "node": ">=10"
  6565. },
  6566. "funding": {
  6567. "url": "https://github.com/chalk/chalk?sponsor=1"
  6568. }
  6569. },
  6570. "node_modules/jake/node_modules/color-convert": {
  6571. "version": "2.0.1",
  6572. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  6573. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  6574. "dependencies": {
  6575. "color-name": "~1.1.4"
  6576. },
  6577. "engines": {
  6578. "node": ">=7.0.0"
  6579. }
  6580. },
  6581. "node_modules/jake/node_modules/color-name": {
  6582. "version": "1.1.4",
  6583. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  6584. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  6585. },
  6586. "node_modules/jake/node_modules/has-flag": {
  6587. "version": "4.0.0",
  6588. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  6589. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  6590. "engines": {
  6591. "node": ">=8"
  6592. }
  6593. },
  6594. "node_modules/jake/node_modules/minimatch": {
  6595. "version": "3.1.2",
  6596. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  6597. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  6598. "dependencies": {
  6599. "brace-expansion": "^1.1.7"
  6600. },
  6601. "engines": {
  6602. "node": "*"
  6603. }
  6604. },
  6605. "node_modules/jake/node_modules/supports-color": {
  6606. "version": "7.2.0",
  6607. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  6608. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6609. "dependencies": {
  6610. "has-flag": "^4.0.0"
  6611. },
  6612. "engines": {
  6613. "node": ">=8"
  6614. }
  6615. },
  6616. "node_modules/jest-worker": {
  6617. "version": "27.5.1",
  6618. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
  6619. "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
  6620. "dependencies": {
  6621. "@types/node": "*",
  6622. "merge-stream": "^2.0.0",
  6623. "supports-color": "^8.0.0"
  6624. },
  6625. "engines": {
  6626. "node": ">= 10.13.0"
  6627. }
  6628. },
  6629. "node_modules/jest-worker/node_modules/has-flag": {
  6630. "version": "4.0.0",
  6631. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  6632. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  6633. "engines": {
  6634. "node": ">=8"
  6635. }
  6636. },
  6637. "node_modules/jest-worker/node_modules/supports-color": {
  6638. "version": "8.1.1",
  6639. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  6640. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  6641. "dependencies": {
  6642. "has-flag": "^4.0.0"
  6643. },
  6644. "engines": {
  6645. "node": ">=10"
  6646. },
  6647. "funding": {
  6648. "url": "https://github.com/chalk/supports-color?sponsor=1"
  6649. }
  6650. },
  6651. "node_modules/jiti": {
  6652. "version": "1.21.0",
  6653. "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz",
  6654. "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==",
  6655. "dev": true,
  6656. "bin": {
  6657. "jiti": "bin/jiti.js"
  6658. }
  6659. },
  6660. "node_modules/jose": {
  6661. "version": "4.15.4",
  6662. "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.4.tgz",
  6663. "integrity": "sha512-W+oqK4H+r5sITxfxpSU+MMdr/YSWGvgZMQDIsNoBDGGy4i7GBPTtvFKibQzW06n3U3TqHjhvBJsirShsEJ6eeQ==",
  6664. "funding": {
  6665. "url": "https://github.com/sponsors/panva"
  6666. }
  6667. },
  6668. "node_modules/js-tokens": {
  6669. "version": "4.0.0",
  6670. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  6671. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  6672. },
  6673. "node_modules/js-yaml": {
  6674. "version": "4.1.0",
  6675. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  6676. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  6677. "dev": true,
  6678. "dependencies": {
  6679. "argparse": "^2.0.1"
  6680. },
  6681. "bin": {
  6682. "js-yaml": "bin/js-yaml.js"
  6683. }
  6684. },
  6685. "node_modules/jsesc": {
  6686. "version": "2.5.2",
  6687. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  6688. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  6689. "bin": {
  6690. "jsesc": "bin/jsesc"
  6691. },
  6692. "engines": {
  6693. "node": ">=4"
  6694. }
  6695. },
  6696. "node_modules/json-buffer": {
  6697. "version": "3.0.1",
  6698. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  6699. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  6700. "dev": true
  6701. },
  6702. "node_modules/json-parse-even-better-errors": {
  6703. "version": "2.3.1",
  6704. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  6705. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
  6706. },
  6707. "node_modules/json-schema": {
  6708. "version": "0.4.0",
  6709. "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
  6710. "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
  6711. },
  6712. "node_modules/json-schema-traverse": {
  6713. "version": "0.4.1",
  6714. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  6715. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
  6716. },
  6717. "node_modules/json-stable-stringify-without-jsonify": {
  6718. "version": "1.0.1",
  6719. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  6720. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  6721. "dev": true
  6722. },
  6723. "node_modules/json5": {
  6724. "version": "1.0.2",
  6725. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  6726. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  6727. "dev": true,
  6728. "dependencies": {
  6729. "minimist": "^1.2.0"
  6730. },
  6731. "bin": {
  6732. "json5": "lib/cli.js"
  6733. }
  6734. },
  6735. "node_modules/jsonfile": {
  6736. "version": "6.1.0",
  6737. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  6738. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  6739. "dependencies": {
  6740. "universalify": "^2.0.0"
  6741. },
  6742. "optionalDependencies": {
  6743. "graceful-fs": "^4.1.6"
  6744. }
  6745. },
  6746. "node_modules/jsonpointer": {
  6747. "version": "5.0.1",
  6748. "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
  6749. "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
  6750. "engines": {
  6751. "node": ">=0.10.0"
  6752. }
  6753. },
  6754. "node_modules/jsx-ast-utils": {
  6755. "version": "3.3.5",
  6756. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  6757. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  6758. "dev": true,
  6759. "dependencies": {
  6760. "array-includes": "^3.1.6",
  6761. "array.prototype.flat": "^1.3.1",
  6762. "object.assign": "^4.1.4",
  6763. "object.values": "^1.1.6"
  6764. },
  6765. "engines": {
  6766. "node": ">=4.0"
  6767. }
  6768. },
  6769. "node_modules/keyv": {
  6770. "version": "4.5.4",
  6771. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  6772. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  6773. "dev": true,
  6774. "dependencies": {
  6775. "json-buffer": "3.0.1"
  6776. }
  6777. },
  6778. "node_modules/language-subtag-registry": {
  6779. "version": "0.3.22",
  6780. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
  6781. "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==",
  6782. "dev": true
  6783. },
  6784. "node_modules/language-tags": {
  6785. "version": "1.0.9",
  6786. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
  6787. "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
  6788. "dev": true,
  6789. "dependencies": {
  6790. "language-subtag-registry": "^0.3.20"
  6791. },
  6792. "engines": {
  6793. "node": ">=0.10"
  6794. }
  6795. },
  6796. "node_modules/leven": {
  6797. "version": "3.1.0",
  6798. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  6799. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  6800. "engines": {
  6801. "node": ">=6"
  6802. }
  6803. },
  6804. "node_modules/levn": {
  6805. "version": "0.4.1",
  6806. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  6807. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  6808. "dev": true,
  6809. "dependencies": {
  6810. "prelude-ls": "^1.2.1",
  6811. "type-check": "~0.4.0"
  6812. },
  6813. "engines": {
  6814. "node": ">= 0.8.0"
  6815. }
  6816. },
  6817. "node_modules/lilconfig": {
  6818. "version": "2.1.0",
  6819. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
  6820. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  6821. "dev": true,
  6822. "engines": {
  6823. "node": ">=10"
  6824. }
  6825. },
  6826. "node_modules/lines-and-columns": {
  6827. "version": "1.2.4",
  6828. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  6829. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
  6830. },
  6831. "node_modules/loader-utils": {
  6832. "version": "2.0.4",
  6833. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz",
  6834. "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
  6835. "dependencies": {
  6836. "big.js": "^5.2.2",
  6837. "emojis-list": "^3.0.0",
  6838. "json5": "^2.1.2"
  6839. },
  6840. "engines": {
  6841. "node": ">=8.9.0"
  6842. }
  6843. },
  6844. "node_modules/loader-utils/node_modules/json5": {
  6845. "version": "2.2.3",
  6846. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  6847. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  6848. "bin": {
  6849. "json5": "lib/cli.js"
  6850. },
  6851. "engines": {
  6852. "node": ">=6"
  6853. }
  6854. },
  6855. "node_modules/locate-path": {
  6856. "version": "6.0.0",
  6857. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  6858. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  6859. "dev": true,
  6860. "dependencies": {
  6861. "p-locate": "^5.0.0"
  6862. },
  6863. "engines": {
  6864. "node": ">=10"
  6865. },
  6866. "funding": {
  6867. "url": "https://github.com/sponsors/sindresorhus"
  6868. }
  6869. },
  6870. "node_modules/lodash": {
  6871. "version": "4.17.21",
  6872. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  6873. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  6874. },
  6875. "node_modules/lodash.debounce": {
  6876. "version": "4.0.8",
  6877. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  6878. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
  6879. },
  6880. "node_modules/lodash.get": {
  6881. "version": "4.4.2",
  6882. "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz",
  6883. "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ=="
  6884. },
  6885. "node_modules/lodash.includes": {
  6886. "version": "4.3.0",
  6887. "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
  6888. "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w=="
  6889. },
  6890. "node_modules/lodash.merge": {
  6891. "version": "4.6.2",
  6892. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  6893. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  6894. "dev": true
  6895. },
  6896. "node_modules/lodash.sortby": {
  6897. "version": "4.7.0",
  6898. "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
  6899. "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA=="
  6900. },
  6901. "node_modules/loose-envify": {
  6902. "version": "1.4.0",
  6903. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  6904. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  6905. "dependencies": {
  6906. "js-tokens": "^3.0.0 || ^4.0.0"
  6907. },
  6908. "bin": {
  6909. "loose-envify": "cli.js"
  6910. }
  6911. },
  6912. "node_modules/lru-cache": {
  6913. "version": "6.0.0",
  6914. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  6915. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  6916. "dependencies": {
  6917. "yallist": "^4.0.0"
  6918. },
  6919. "engines": {
  6920. "node": ">=10"
  6921. }
  6922. },
  6923. "node_modules/magic-string": {
  6924. "version": "0.25.9",
  6925. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
  6926. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  6927. "dependencies": {
  6928. "sourcemap-codec": "^1.4.8"
  6929. }
  6930. },
  6931. "node_modules/make-dir": {
  6932. "version": "3.1.0",
  6933. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  6934. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  6935. "dependencies": {
  6936. "semver": "^6.0.0"
  6937. },
  6938. "engines": {
  6939. "node": ">=8"
  6940. },
  6941. "funding": {
  6942. "url": "https://github.com/sponsors/sindresorhus"
  6943. }
  6944. },
  6945. "node_modules/make-dir/node_modules/semver": {
  6946. "version": "6.3.1",
  6947. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  6948. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  6949. "bin": {
  6950. "semver": "bin/semver.js"
  6951. }
  6952. },
  6953. "node_modules/math-intrinsics": {
  6954. "version": "1.1.0",
  6955. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  6956. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  6957. "engines": {
  6958. "node": ">= 0.4"
  6959. }
  6960. },
  6961. "node_modules/memoize-one": {
  6962. "version": "6.0.0",
  6963. "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz",
  6964. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw=="
  6965. },
  6966. "node_modules/merge-stream": {
  6967. "version": "2.0.0",
  6968. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  6969. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  6970. },
  6971. "node_modules/merge2": {
  6972. "version": "1.4.1",
  6973. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  6974. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  6975. "engines": {
  6976. "node": ">= 8"
  6977. }
  6978. },
  6979. "node_modules/micromatch": {
  6980. "version": "4.0.5",
  6981. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  6982. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  6983. "dependencies": {
  6984. "braces": "^3.0.2",
  6985. "picomatch": "^2.3.1"
  6986. },
  6987. "engines": {
  6988. "node": ">=8.6"
  6989. }
  6990. },
  6991. "node_modules/mime-db": {
  6992. "version": "1.52.0",
  6993. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  6994. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  6995. "engines": {
  6996. "node": ">= 0.6"
  6997. }
  6998. },
  6999. "node_modules/mime-types": {
  7000. "version": "2.1.35",
  7001. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  7002. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  7003. "dependencies": {
  7004. "mime-db": "1.52.0"
  7005. },
  7006. "engines": {
  7007. "node": ">= 0.6"
  7008. }
  7009. },
  7010. "node_modules/minimatch": {
  7011. "version": "9.0.3",
  7012. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
  7013. "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
  7014. "dev": true,
  7015. "dependencies": {
  7016. "brace-expansion": "^2.0.1"
  7017. },
  7018. "engines": {
  7019. "node": ">=16 || 14 >=14.17"
  7020. },
  7021. "funding": {
  7022. "url": "https://github.com/sponsors/isaacs"
  7023. }
  7024. },
  7025. "node_modules/minimist": {
  7026. "version": "1.2.8",
  7027. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  7028. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  7029. "dev": true,
  7030. "funding": {
  7031. "url": "https://github.com/sponsors/ljharb"
  7032. }
  7033. },
  7034. "node_modules/minipass": {
  7035. "version": "7.0.4",
  7036. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
  7037. "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
  7038. "dev": true,
  7039. "engines": {
  7040. "node": ">=16 || 14 >=14.17"
  7041. }
  7042. },
  7043. "node_modules/ms": {
  7044. "version": "2.1.2",
  7045. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  7046. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  7047. },
  7048. "node_modules/mz": {
  7049. "version": "2.7.0",
  7050. "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
  7051. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  7052. "dev": true,
  7053. "dependencies": {
  7054. "any-promise": "^1.0.0",
  7055. "object-assign": "^4.0.1",
  7056. "thenify-all": "^1.0.0"
  7057. }
  7058. },
  7059. "node_modules/nanoid": {
  7060. "version": "3.3.7",
  7061. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  7062. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  7063. "funding": [
  7064. {
  7065. "type": "github",
  7066. "url": "https://github.com/sponsors/ai"
  7067. }
  7068. ],
  7069. "bin": {
  7070. "nanoid": "bin/nanoid.cjs"
  7071. },
  7072. "engines": {
  7073. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  7074. }
  7075. },
  7076. "node_modules/natural-compare": {
  7077. "version": "1.4.0",
  7078. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  7079. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  7080. "dev": true
  7081. },
  7082. "node_modules/next": {
  7083. "version": "14.0.4",
  7084. "resolved": "https://registry.npmjs.org/next/-/next-14.0.4.tgz",
  7085. "integrity": "sha512-qbwypnM7327SadwFtxXnQdGiKpkuhaRLE2uq62/nRul9cj9KhQ5LhHmlziTNqUidZotw/Q1I9OjirBROdUJNgA==",
  7086. "dependencies": {
  7087. "@next/env": "14.0.4",
  7088. "@swc/helpers": "0.5.2",
  7089. "busboy": "1.6.0",
  7090. "caniuse-lite": "^1.0.30001406",
  7091. "graceful-fs": "^4.2.11",
  7092. "postcss": "8.4.31",
  7093. "styled-jsx": "5.1.1",
  7094. "watchpack": "2.4.0"
  7095. },
  7096. "bin": {
  7097. "next": "dist/bin/next"
  7098. },
  7099. "engines": {
  7100. "node": ">=18.17.0"
  7101. },
  7102. "optionalDependencies": {
  7103. "@next/swc-darwin-arm64": "14.0.4",
  7104. "@next/swc-darwin-x64": "14.0.4",
  7105. "@next/swc-linux-arm64-gnu": "14.0.4",
  7106. "@next/swc-linux-arm64-musl": "14.0.4",
  7107. "@next/swc-linux-x64-gnu": "14.0.4",
  7108. "@next/swc-linux-x64-musl": "14.0.4",
  7109. "@next/swc-win32-arm64-msvc": "14.0.4",
  7110. "@next/swc-win32-ia32-msvc": "14.0.4",
  7111. "@next/swc-win32-x64-msvc": "14.0.4"
  7112. },
  7113. "peerDependencies": {
  7114. "@opentelemetry/api": "^1.1.0",
  7115. "react": "^18.2.0",
  7116. "react-dom": "^18.2.0",
  7117. "sass": "^1.3.0"
  7118. },
  7119. "peerDependenciesMeta": {
  7120. "@opentelemetry/api": {
  7121. "optional": true
  7122. },
  7123. "sass": {
  7124. "optional": true
  7125. }
  7126. }
  7127. },
  7128. "node_modules/next-auth": {
  7129. "version": "4.24.6",
  7130. "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.6.tgz",
  7131. "integrity": "sha512-djQt3ZEaWEIxcsuh3HTW2uuzLfXMRjHH+ugAsichlQSbH4iA5MRcgMA2HvTNvsDTDLh44tyU72+/gWsxgTbAKg==",
  7132. "dependencies": {
  7133. "@babel/runtime": "^7.20.13",
  7134. "@panva/hkdf": "^1.0.2",
  7135. "cookie": "^0.5.0",
  7136. "jose": "^4.11.4",
  7137. "oauth": "^0.9.15",
  7138. "openid-client": "^5.4.0",
  7139. "preact": "^10.6.3",
  7140. "preact-render-to-string": "^5.1.19",
  7141. "uuid": "^8.3.2"
  7142. },
  7143. "peerDependencies": {
  7144. "next": "^12.2.5 || ^13 || ^14",
  7145. "nodemailer": "^6.6.5",
  7146. "react": "^17.0.2 || ^18",
  7147. "react-dom": "^17.0.2 || ^18"
  7148. },
  7149. "peerDependenciesMeta": {
  7150. "nodemailer": {
  7151. "optional": true
  7152. }
  7153. }
  7154. },
  7155. "node_modules/next-pwa": {
  7156. "version": "5.6.0",
  7157. "resolved": "https://registry.npmjs.org/next-pwa/-/next-pwa-5.6.0.tgz",
  7158. "integrity": "sha512-XV8g8C6B7UmViXU8askMEYhWwQ4qc/XqJGnexbLV68hzKaGHZDMtHsm2TNxFcbR7+ypVuth/wwpiIlMwpRJJ5A==",
  7159. "dependencies": {
  7160. "babel-loader": "^8.2.5",
  7161. "clean-webpack-plugin": "^4.0.0",
  7162. "globby": "^11.0.4",
  7163. "terser-webpack-plugin": "^5.3.3",
  7164. "workbox-webpack-plugin": "^6.5.4",
  7165. "workbox-window": "^6.5.4"
  7166. },
  7167. "peerDependencies": {
  7168. "next": ">=9.0.0"
  7169. }
  7170. },
  7171. "node_modules/next/node_modules/postcss": {
  7172. "version": "8.4.31",
  7173. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
  7174. "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
  7175. "funding": [
  7176. {
  7177. "type": "opencollective",
  7178. "url": "https://opencollective.com/postcss/"
  7179. },
  7180. {
  7181. "type": "tidelift",
  7182. "url": "https://tidelift.com/funding/github/npm/postcss"
  7183. },
  7184. {
  7185. "type": "github",
  7186. "url": "https://github.com/sponsors/ai"
  7187. }
  7188. ],
  7189. "dependencies": {
  7190. "nanoid": "^3.3.6",
  7191. "picocolors": "^1.0.0",
  7192. "source-map-js": "^1.0.2"
  7193. },
  7194. "engines": {
  7195. "node": "^10 || ^12 || >=14"
  7196. }
  7197. },
  7198. "node_modules/node-releases": {
  7199. "version": "2.0.14",
  7200. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
  7201. "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw=="
  7202. },
  7203. "node_modules/normalize-path": {
  7204. "version": "3.0.0",
  7205. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  7206. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  7207. "dev": true,
  7208. "engines": {
  7209. "node": ">=0.10.0"
  7210. }
  7211. },
  7212. "node_modules/normalize-range": {
  7213. "version": "0.1.2",
  7214. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  7215. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  7216. "dev": true,
  7217. "engines": {
  7218. "node": ">=0.10.0"
  7219. }
  7220. },
  7221. "node_modules/oauth": {
  7222. "version": "0.9.15",
  7223. "resolved": "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz",
  7224. "integrity": "sha512-a5ERWK1kh38ExDEfoO6qUHJb32rd7aYmPHuyCu3Fta/cnICvYmgd2uhuKXvPD+PXB+gCEYYEaQdIRAjCOwAKNA=="
  7225. },
  7226. "node_modules/object-assign": {
  7227. "version": "4.1.1",
  7228. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  7229. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  7230. "engines": {
  7231. "node": ">=0.10.0"
  7232. }
  7233. },
  7234. "node_modules/object-hash": {
  7235. "version": "2.2.0",
  7236. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz",
  7237. "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==",
  7238. "engines": {
  7239. "node": ">= 6"
  7240. }
  7241. },
  7242. "node_modules/object-inspect": {
  7243. "version": "1.13.4",
  7244. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  7245. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  7246. "engines": {
  7247. "node": ">= 0.4"
  7248. },
  7249. "funding": {
  7250. "url": "https://github.com/sponsors/ljharb"
  7251. }
  7252. },
  7253. "node_modules/object-keys": {
  7254. "version": "1.1.1",
  7255. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  7256. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  7257. "engines": {
  7258. "node": ">= 0.4"
  7259. }
  7260. },
  7261. "node_modules/object.assign": {
  7262. "version": "4.1.5",
  7263. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
  7264. "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
  7265. "dependencies": {
  7266. "call-bind": "^1.0.5",
  7267. "define-properties": "^1.2.1",
  7268. "has-symbols": "^1.0.3",
  7269. "object-keys": "^1.1.1"
  7270. },
  7271. "engines": {
  7272. "node": ">= 0.4"
  7273. },
  7274. "funding": {
  7275. "url": "https://github.com/sponsors/ljharb"
  7276. }
  7277. },
  7278. "node_modules/object.entries": {
  7279. "version": "1.1.7",
  7280. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz",
  7281. "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==",
  7282. "dev": true,
  7283. "dependencies": {
  7284. "call-bind": "^1.0.2",
  7285. "define-properties": "^1.2.0",
  7286. "es-abstract": "^1.22.1"
  7287. },
  7288. "engines": {
  7289. "node": ">= 0.4"
  7290. }
  7291. },
  7292. "node_modules/object.fromentries": {
  7293. "version": "2.0.7",
  7294. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz",
  7295. "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==",
  7296. "dev": true,
  7297. "dependencies": {
  7298. "call-bind": "^1.0.2",
  7299. "define-properties": "^1.2.0",
  7300. "es-abstract": "^1.22.1"
  7301. },
  7302. "engines": {
  7303. "node": ">= 0.4"
  7304. },
  7305. "funding": {
  7306. "url": "https://github.com/sponsors/ljharb"
  7307. }
  7308. },
  7309. "node_modules/object.groupby": {
  7310. "version": "1.0.2",
  7311. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.2.tgz",
  7312. "integrity": "sha512-bzBq58S+x+uo0VjurFT0UktpKHOZmv4/xePiOA1nbB9pMqpGK7rUPNgf+1YC+7mE+0HzhTMqNUuCqvKhj6FnBw==",
  7313. "dev": true,
  7314. "dependencies": {
  7315. "array.prototype.filter": "^1.0.3",
  7316. "call-bind": "^1.0.5",
  7317. "define-properties": "^1.2.1",
  7318. "es-abstract": "^1.22.3",
  7319. "es-errors": "^1.0.0"
  7320. }
  7321. },
  7322. "node_modules/object.hasown": {
  7323. "version": "1.1.3",
  7324. "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.3.tgz",
  7325. "integrity": "sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==",
  7326. "dev": true,
  7327. "dependencies": {
  7328. "define-properties": "^1.2.0",
  7329. "es-abstract": "^1.22.1"
  7330. },
  7331. "funding": {
  7332. "url": "https://github.com/sponsors/ljharb"
  7333. }
  7334. },
  7335. "node_modules/object.values": {
  7336. "version": "1.1.7",
  7337. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz",
  7338. "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==",
  7339. "dev": true,
  7340. "dependencies": {
  7341. "call-bind": "^1.0.2",
  7342. "define-properties": "^1.2.0",
  7343. "es-abstract": "^1.22.1"
  7344. },
  7345. "engines": {
  7346. "node": ">= 0.4"
  7347. },
  7348. "funding": {
  7349. "url": "https://github.com/sponsors/ljharb"
  7350. }
  7351. },
  7352. "node_modules/oidc-token-hash": {
  7353. "version": "5.0.3",
  7354. "resolved": "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.0.3.tgz",
  7355. "integrity": "sha512-IF4PcGgzAr6XXSff26Sk/+P4KZFJVuHAJZj3wgO3vX2bMdNVp/QXTP3P7CEm9V1IdG8lDLY3HhiqpsE/nOwpPw==",
  7356. "engines": {
  7357. "node": "^10.13.0 || >=12.0.0"
  7358. }
  7359. },
  7360. "node_modules/once": {
  7361. "version": "1.4.0",
  7362. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  7363. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  7364. "dependencies": {
  7365. "wrappy": "1"
  7366. }
  7367. },
  7368. "node_modules/openid-client": {
  7369. "version": "5.6.4",
  7370. "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.6.4.tgz",
  7371. "integrity": "sha512-T1h3B10BRPKfcObdBklX639tVz+xh34O7GjofqrqiAQdm7eHsQ00ih18x6wuJ/E6FxdtS2u3FmUGPDeEcMwzNA==",
  7372. "dependencies": {
  7373. "jose": "^4.15.4",
  7374. "lru-cache": "^6.0.0",
  7375. "object-hash": "^2.2.0",
  7376. "oidc-token-hash": "^5.0.3"
  7377. },
  7378. "funding": {
  7379. "url": "https://github.com/sponsors/panva"
  7380. }
  7381. },
  7382. "node_modules/optionator": {
  7383. "version": "0.9.3",
  7384. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
  7385. "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
  7386. "dev": true,
  7387. "dependencies": {
  7388. "@aashutoshrathi/word-wrap": "^1.2.3",
  7389. "deep-is": "^0.1.3",
  7390. "fast-levenshtein": "^2.0.6",
  7391. "levn": "^0.4.1",
  7392. "prelude-ls": "^1.2.1",
  7393. "type-check": "^0.4.0"
  7394. },
  7395. "engines": {
  7396. "node": ">= 0.8.0"
  7397. }
  7398. },
  7399. "node_modules/p-limit": {
  7400. "version": "3.1.0",
  7401. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  7402. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  7403. "dev": true,
  7404. "dependencies": {
  7405. "yocto-queue": "^0.1.0"
  7406. },
  7407. "engines": {
  7408. "node": ">=10"
  7409. },
  7410. "funding": {
  7411. "url": "https://github.com/sponsors/sindresorhus"
  7412. }
  7413. },
  7414. "node_modules/p-locate": {
  7415. "version": "5.0.0",
  7416. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  7417. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  7418. "dev": true,
  7419. "dependencies": {
  7420. "p-limit": "^3.0.2"
  7421. },
  7422. "engines": {
  7423. "node": ">=10"
  7424. },
  7425. "funding": {
  7426. "url": "https://github.com/sponsors/sindresorhus"
  7427. }
  7428. },
  7429. "node_modules/p-map": {
  7430. "version": "2.1.0",
  7431. "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz",
  7432. "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==",
  7433. "engines": {
  7434. "node": ">=6"
  7435. }
  7436. },
  7437. "node_modules/p-try": {
  7438. "version": "2.2.0",
  7439. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  7440. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  7441. "engines": {
  7442. "node": ">=6"
  7443. }
  7444. },
  7445. "node_modules/parent-module": {
  7446. "version": "1.0.1",
  7447. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  7448. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  7449. "dependencies": {
  7450. "callsites": "^3.0.0"
  7451. },
  7452. "engines": {
  7453. "node": ">=6"
  7454. }
  7455. },
  7456. "node_modules/parse-json": {
  7457. "version": "5.2.0",
  7458. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  7459. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  7460. "dependencies": {
  7461. "@babel/code-frame": "^7.0.0",
  7462. "error-ex": "^1.3.1",
  7463. "json-parse-even-better-errors": "^2.3.0",
  7464. "lines-and-columns": "^1.1.6"
  7465. },
  7466. "engines": {
  7467. "node": ">=8"
  7468. },
  7469. "funding": {
  7470. "url": "https://github.com/sponsors/sindresorhus"
  7471. }
  7472. },
  7473. "node_modules/path-exists": {
  7474. "version": "4.0.0",
  7475. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  7476. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  7477. "engines": {
  7478. "node": ">=8"
  7479. }
  7480. },
  7481. "node_modules/path-is-absolute": {
  7482. "version": "1.0.1",
  7483. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  7484. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  7485. "engines": {
  7486. "node": ">=0.10.0"
  7487. }
  7488. },
  7489. "node_modules/path-is-inside": {
  7490. "version": "1.0.2",
  7491. "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
  7492. "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w=="
  7493. },
  7494. "node_modules/path-key": {
  7495. "version": "3.1.1",
  7496. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  7497. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  7498. "dev": true,
  7499. "engines": {
  7500. "node": ">=8"
  7501. }
  7502. },
  7503. "node_modules/path-parse": {
  7504. "version": "1.0.7",
  7505. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  7506. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  7507. },
  7508. "node_modules/path-scurry": {
  7509. "version": "1.10.1",
  7510. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz",
  7511. "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==",
  7512. "dev": true,
  7513. "dependencies": {
  7514. "lru-cache": "^9.1.1 || ^10.0.0",
  7515. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  7516. },
  7517. "engines": {
  7518. "node": ">=16 || 14 >=14.17"
  7519. },
  7520. "funding": {
  7521. "url": "https://github.com/sponsors/isaacs"
  7522. }
  7523. },
  7524. "node_modules/path-scurry/node_modules/lru-cache": {
  7525. "version": "10.2.0",
  7526. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
  7527. "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
  7528. "dev": true,
  7529. "engines": {
  7530. "node": "14 || >=16.14"
  7531. }
  7532. },
  7533. "node_modules/path-type": {
  7534. "version": "4.0.0",
  7535. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  7536. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  7537. "engines": {
  7538. "node": ">=8"
  7539. }
  7540. },
  7541. "node_modules/picocolors": {
  7542. "version": "1.0.0",
  7543. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  7544. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
  7545. },
  7546. "node_modules/picomatch": {
  7547. "version": "2.3.1",
  7548. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  7549. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  7550. "engines": {
  7551. "node": ">=8.6"
  7552. },
  7553. "funding": {
  7554. "url": "https://github.com/sponsors/jonschlinkert"
  7555. }
  7556. },
  7557. "node_modules/pify": {
  7558. "version": "2.3.0",
  7559. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  7560. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  7561. "dev": true,
  7562. "engines": {
  7563. "node": ">=0.10.0"
  7564. }
  7565. },
  7566. "node_modules/pinkie": {
  7567. "version": "2.0.4",
  7568. "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
  7569. "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==",
  7570. "engines": {
  7571. "node": ">=0.10.0"
  7572. }
  7573. },
  7574. "node_modules/pinkie-promise": {
  7575. "version": "2.0.1",
  7576. "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
  7577. "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
  7578. "dependencies": {
  7579. "pinkie": "^2.0.0"
  7580. },
  7581. "engines": {
  7582. "node": ">=0.10.0"
  7583. }
  7584. },
  7585. "node_modules/pirates": {
  7586. "version": "4.0.6",
  7587. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
  7588. "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
  7589. "dev": true,
  7590. "engines": {
  7591. "node": ">= 6"
  7592. }
  7593. },
  7594. "node_modules/pkg-dir": {
  7595. "version": "4.2.0",
  7596. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  7597. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  7598. "dependencies": {
  7599. "find-up": "^4.0.0"
  7600. },
  7601. "engines": {
  7602. "node": ">=8"
  7603. }
  7604. },
  7605. "node_modules/pkg-dir/node_modules/find-up": {
  7606. "version": "4.1.0",
  7607. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  7608. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  7609. "dependencies": {
  7610. "locate-path": "^5.0.0",
  7611. "path-exists": "^4.0.0"
  7612. },
  7613. "engines": {
  7614. "node": ">=8"
  7615. }
  7616. },
  7617. "node_modules/pkg-dir/node_modules/locate-path": {
  7618. "version": "5.0.0",
  7619. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  7620. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  7621. "dependencies": {
  7622. "p-locate": "^4.1.0"
  7623. },
  7624. "engines": {
  7625. "node": ">=8"
  7626. }
  7627. },
  7628. "node_modules/pkg-dir/node_modules/p-limit": {
  7629. "version": "2.3.0",
  7630. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  7631. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  7632. "dependencies": {
  7633. "p-try": "^2.0.0"
  7634. },
  7635. "engines": {
  7636. "node": ">=6"
  7637. },
  7638. "funding": {
  7639. "url": "https://github.com/sponsors/sindresorhus"
  7640. }
  7641. },
  7642. "node_modules/pkg-dir/node_modules/p-locate": {
  7643. "version": "4.1.0",
  7644. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  7645. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  7646. "dependencies": {
  7647. "p-limit": "^2.2.0"
  7648. },
  7649. "engines": {
  7650. "node": ">=8"
  7651. }
  7652. },
  7653. "node_modules/possible-typed-array-names": {
  7654. "version": "1.0.0",
  7655. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
  7656. "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
  7657. "engines": {
  7658. "node": ">= 0.4"
  7659. }
  7660. },
  7661. "node_modules/postcss": {
  7662. "version": "8.4.35",
  7663. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz",
  7664. "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==",
  7665. "dev": true,
  7666. "funding": [
  7667. {
  7668. "type": "opencollective",
  7669. "url": "https://opencollective.com/postcss/"
  7670. },
  7671. {
  7672. "type": "tidelift",
  7673. "url": "https://tidelift.com/funding/github/npm/postcss"
  7674. },
  7675. {
  7676. "type": "github",
  7677. "url": "https://github.com/sponsors/ai"
  7678. }
  7679. ],
  7680. "dependencies": {
  7681. "nanoid": "^3.3.7",
  7682. "picocolors": "^1.0.0",
  7683. "source-map-js": "^1.0.2"
  7684. },
  7685. "engines": {
  7686. "node": "^10 || ^12 || >=14"
  7687. }
  7688. },
  7689. "node_modules/postcss-import": {
  7690. "version": "15.1.0",
  7691. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
  7692. "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
  7693. "dev": true,
  7694. "dependencies": {
  7695. "postcss-value-parser": "^4.0.0",
  7696. "read-cache": "^1.0.0",
  7697. "resolve": "^1.1.7"
  7698. },
  7699. "engines": {
  7700. "node": ">=14.0.0"
  7701. },
  7702. "peerDependencies": {
  7703. "postcss": "^8.0.0"
  7704. }
  7705. },
  7706. "node_modules/postcss-js": {
  7707. "version": "4.0.1",
  7708. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
  7709. "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
  7710. "dev": true,
  7711. "dependencies": {
  7712. "camelcase-css": "^2.0.1"
  7713. },
  7714. "engines": {
  7715. "node": "^12 || ^14 || >= 16"
  7716. },
  7717. "funding": {
  7718. "type": "opencollective",
  7719. "url": "https://opencollective.com/postcss/"
  7720. },
  7721. "peerDependencies": {
  7722. "postcss": "^8.4.21"
  7723. }
  7724. },
  7725. "node_modules/postcss-load-config": {
  7726. "version": "4.0.2",
  7727. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
  7728. "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
  7729. "dev": true,
  7730. "funding": [
  7731. {
  7732. "type": "opencollective",
  7733. "url": "https://opencollective.com/postcss/"
  7734. },
  7735. {
  7736. "type": "github",
  7737. "url": "https://github.com/sponsors/ai"
  7738. }
  7739. ],
  7740. "dependencies": {
  7741. "lilconfig": "^3.0.0",
  7742. "yaml": "^2.3.4"
  7743. },
  7744. "engines": {
  7745. "node": ">= 14"
  7746. },
  7747. "peerDependencies": {
  7748. "postcss": ">=8.0.9",
  7749. "ts-node": ">=9.0.0"
  7750. },
  7751. "peerDependenciesMeta": {
  7752. "postcss": {
  7753. "optional": true
  7754. },
  7755. "ts-node": {
  7756. "optional": true
  7757. }
  7758. }
  7759. },
  7760. "node_modules/postcss-load-config/node_modules/lilconfig": {
  7761. "version": "3.1.1",
  7762. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz",
  7763. "integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==",
  7764. "dev": true,
  7765. "engines": {
  7766. "node": ">=14"
  7767. },
  7768. "funding": {
  7769. "url": "https://github.com/sponsors/antonk52"
  7770. }
  7771. },
  7772. "node_modules/postcss-load-config/node_modules/yaml": {
  7773. "version": "2.4.0",
  7774. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.0.tgz",
  7775. "integrity": "sha512-j9iR8g+/t0lArF4V6NE/QCfT+CO7iLqrXAHZbJdo+LfjqP1vR8Fg5bSiaq6Q2lOD1AUEVrEVIgABvBFYojJVYQ==",
  7776. "dev": true,
  7777. "bin": {
  7778. "yaml": "bin.mjs"
  7779. },
  7780. "engines": {
  7781. "node": ">= 14"
  7782. }
  7783. },
  7784. "node_modules/postcss-nested": {
  7785. "version": "6.0.1",
  7786. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz",
  7787. "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==",
  7788. "dev": true,
  7789. "dependencies": {
  7790. "postcss-selector-parser": "^6.0.11"
  7791. },
  7792. "engines": {
  7793. "node": ">=12.0"
  7794. },
  7795. "funding": {
  7796. "type": "opencollective",
  7797. "url": "https://opencollective.com/postcss/"
  7798. },
  7799. "peerDependencies": {
  7800. "postcss": "^8.2.14"
  7801. }
  7802. },
  7803. "node_modules/postcss-selector-parser": {
  7804. "version": "6.0.15",
  7805. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz",
  7806. "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
  7807. "dev": true,
  7808. "dependencies": {
  7809. "cssesc": "^3.0.0",
  7810. "util-deprecate": "^1.0.2"
  7811. },
  7812. "engines": {
  7813. "node": ">=4"
  7814. }
  7815. },
  7816. "node_modules/postcss-value-parser": {
  7817. "version": "4.2.0",
  7818. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  7819. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  7820. },
  7821. "node_modules/preact": {
  7822. "version": "10.19.6",
  7823. "resolved": "https://registry.npmjs.org/preact/-/preact-10.19.6.tgz",
  7824. "integrity": "sha512-gympg+T2Z1fG1unB8NH29yHJwnEaCH37Z32diPDku316OTnRPeMbiRV9kTrfZpocXjdfnWuFUl/Mj4BHaf6gnw==",
  7825. "funding": {
  7826. "type": "opencollective",
  7827. "url": "https://opencollective.com/preact"
  7828. }
  7829. },
  7830. "node_modules/preact-render-to-string": {
  7831. "version": "5.2.6",
  7832. "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-5.2.6.tgz",
  7833. "integrity": "sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw==",
  7834. "dependencies": {
  7835. "pretty-format": "^3.8.0"
  7836. },
  7837. "peerDependencies": {
  7838. "preact": ">=10"
  7839. }
  7840. },
  7841. "node_modules/prelude-ls": {
  7842. "version": "1.2.1",
  7843. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  7844. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  7845. "dev": true,
  7846. "engines": {
  7847. "node": ">= 0.8.0"
  7848. }
  7849. },
  7850. "node_modules/prettier": {
  7851. "version": "3.1.1",
  7852. "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz",
  7853. "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==",
  7854. "dev": true,
  7855. "bin": {
  7856. "prettier": "bin/prettier.cjs"
  7857. },
  7858. "engines": {
  7859. "node": ">=14"
  7860. },
  7861. "funding": {
  7862. "url": "https://github.com/prettier/prettier?sponsor=1"
  7863. }
  7864. },
  7865. "node_modules/prettier-linter-helpers": {
  7866. "version": "1.0.0",
  7867. "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
  7868. "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
  7869. "dev": true,
  7870. "dependencies": {
  7871. "fast-diff": "^1.1.2"
  7872. },
  7873. "engines": {
  7874. "node": ">=6.0.0"
  7875. }
  7876. },
  7877. "node_modules/pretty-bytes": {
  7878. "version": "5.6.0",
  7879. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
  7880. "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
  7881. "engines": {
  7882. "node": ">=6"
  7883. },
  7884. "funding": {
  7885. "url": "https://github.com/sponsors/sindresorhus"
  7886. }
  7887. },
  7888. "node_modules/pretty-format": {
  7889. "version": "3.8.0",
  7890. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-3.8.0.tgz",
  7891. "integrity": "sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew=="
  7892. },
  7893. "node_modules/prop-types": {
  7894. "version": "15.8.1",
  7895. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  7896. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  7897. "dependencies": {
  7898. "loose-envify": "^1.4.0",
  7899. "object-assign": "^4.1.1",
  7900. "react-is": "^16.13.1"
  7901. }
  7902. },
  7903. "node_modules/proxy-from-env": {
  7904. "version": "1.1.0",
  7905. "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  7906. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
  7907. },
  7908. "node_modules/punycode": {
  7909. "version": "2.3.1",
  7910. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  7911. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  7912. "engines": {
  7913. "node": ">=6"
  7914. }
  7915. },
  7916. "node_modules/qrcode.react": {
  7917. "version": "4.2.0",
  7918. "resolved": "https://registry.npmjs.org/qrcode.react/-/qrcode.react-4.2.0.tgz",
  7919. "integrity": "sha512-QpgqWi8rD9DsS9EP3z7BT+5lY5SFhsqGjpgW5DY/i3mK4M9DTBNz3ErMi8BWYEfI3L0d8GIbGmcdFAS1uIRGjA==",
  7920. "peerDependencies": {
  7921. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  7922. }
  7923. },
  7924. "node_modules/qs": {
  7925. "version": "6.14.0",
  7926. "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
  7927. "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
  7928. "dependencies": {
  7929. "side-channel": "^1.1.0"
  7930. },
  7931. "engines": {
  7932. "node": ">=0.6"
  7933. },
  7934. "funding": {
  7935. "url": "https://github.com/sponsors/ljharb"
  7936. }
  7937. },
  7938. "node_modules/queue-microtask": {
  7939. "version": "1.2.3",
  7940. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  7941. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  7942. "funding": [
  7943. {
  7944. "type": "github",
  7945. "url": "https://github.com/sponsors/feross"
  7946. },
  7947. {
  7948. "type": "patreon",
  7949. "url": "https://www.patreon.com/feross"
  7950. },
  7951. {
  7952. "type": "consulting",
  7953. "url": "https://feross.org/support"
  7954. }
  7955. ]
  7956. },
  7957. "node_modules/randombytes": {
  7958. "version": "2.1.0",
  7959. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  7960. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  7961. "dependencies": {
  7962. "safe-buffer": "^5.1.0"
  7963. }
  7964. },
  7965. "node_modules/react": {
  7966. "version": "18.2.0",
  7967. "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
  7968. "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
  7969. "dependencies": {
  7970. "loose-envify": "^1.1.0"
  7971. },
  7972. "engines": {
  7973. "node": ">=0.10.0"
  7974. }
  7975. },
  7976. "node_modules/react-apexcharts": {
  7977. "version": "1.4.1",
  7978. "resolved": "https://registry.npmjs.org/react-apexcharts/-/react-apexcharts-1.4.1.tgz",
  7979. "integrity": "sha512-G14nVaD64Bnbgy8tYxkjuXEUp/7h30Q0U33xc3AwtGFijJB9nHqOt1a6eG0WBn055RgRg+NwqbKGtqPxy15d0Q==",
  7980. "dependencies": {
  7981. "prop-types": "^15.8.1"
  7982. },
  7983. "peerDependencies": {
  7984. "apexcharts": "^3.41.0",
  7985. "react": ">=0.13"
  7986. }
  7987. },
  7988. "node_modules/react-dom": {
  7989. "version": "18.2.0",
  7990. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
  7991. "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==",
  7992. "dependencies": {
  7993. "loose-envify": "^1.1.0",
  7994. "scheduler": "^0.23.0"
  7995. },
  7996. "peerDependencies": {
  7997. "react": "^18.2.0"
  7998. }
  7999. },
  8000. "node_modules/react-fast-compare": {
  8001. "version": "3.2.2",
  8002. "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz",
  8003. "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ=="
  8004. },
  8005. "node_modules/react-hook-form": {
  8006. "version": "7.51.0",
  8007. "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.0.tgz",
  8008. "integrity": "sha512-BggOy5j58RdhdMzzRUHGOYhSz1oeylFAv6jUSG86OvCIvlAvS7KvnRY7yoAf2pfEiPN7BesnR0xx73nEk3qIiw==",
  8009. "engines": {
  8010. "node": ">=12.22.0"
  8011. },
  8012. "funding": {
  8013. "type": "opencollective",
  8014. "url": "https://opencollective.com/react-hook-form"
  8015. },
  8016. "peerDependencies": {
  8017. "react": "^16.8.0 || ^17 || ^18"
  8018. }
  8019. },
  8020. "node_modules/react-i18next": {
  8021. "version": "13.5.0",
  8022. "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.5.0.tgz",
  8023. "integrity": "sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==",
  8024. "dependencies": {
  8025. "@babel/runtime": "^7.22.5",
  8026. "html-parse-stringify": "^3.0.1"
  8027. },
  8028. "peerDependencies": {
  8029. "i18next": ">= 23.2.3",
  8030. "react": ">= 16.8.0"
  8031. },
  8032. "peerDependenciesMeta": {
  8033. "react-dom": {
  8034. "optional": true
  8035. },
  8036. "react-native": {
  8037. "optional": true
  8038. }
  8039. }
  8040. },
  8041. "node_modules/react-intl": {
  8042. "version": "6.6.2",
  8043. "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-6.6.2.tgz",
  8044. "integrity": "sha512-IpW2IkLtGENSFlX3vfH11rjuCIsW0VyjT0Q1pPKMZPtT2z1FxLt4weFT5Ezti2TScT1xiyb3aQBFth9EB7jzAg==",
  8045. "dependencies": {
  8046. "@formatjs/ecma402-abstract": "1.18.2",
  8047. "@formatjs/icu-messageformat-parser": "2.7.6",
  8048. "@formatjs/intl": "2.10.0",
  8049. "@formatjs/intl-displaynames": "6.6.6",
  8050. "@formatjs/intl-listformat": "7.5.5",
  8051. "@types/hoist-non-react-statics": "^3.3.1",
  8052. "@types/react": "16 || 17 || 18",
  8053. "hoist-non-react-statics": "^3.3.2",
  8054. "intl-messageformat": "10.5.11",
  8055. "tslib": "^2.4.0"
  8056. },
  8057. "peerDependencies": {
  8058. "react": "^16.6.0 || 17 || 18",
  8059. "typescript": "^4.7 || 5"
  8060. },
  8061. "peerDependenciesMeta": {
  8062. "typescript": {
  8063. "optional": true
  8064. }
  8065. }
  8066. },
  8067. "node_modules/react-is": {
  8068. "version": "16.13.1",
  8069. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  8070. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  8071. },
  8072. "node_modules/react-popper": {
  8073. "version": "2.3.0",
  8074. "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-2.3.0.tgz",
  8075. "integrity": "sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==",
  8076. "dependencies": {
  8077. "react-fast-compare": "^3.0.1",
  8078. "warning": "^4.0.2"
  8079. },
  8080. "peerDependencies": {
  8081. "@popperjs/core": "^2.0.0",
  8082. "react": "^16.8.0 || ^17 || ^18",
  8083. "react-dom": "^16.8.0 || ^17 || ^18"
  8084. }
  8085. },
  8086. "node_modules/react-qr-barcode-scanner": {
  8087. "version": "2.1.5",
  8088. "resolved": "https://registry.npmjs.org/react-qr-barcode-scanner/-/react-qr-barcode-scanner-2.1.5.tgz",
  8089. "integrity": "sha512-ys4KMCnFj2GgRijNX/ox7cON7v78+cgRam3cGEhH0d/X+2IClqWQdw+13nVS8KWFLx4Syscu6E6vzHniaoG0fQ==",
  8090. "dependencies": {
  8091. "@zxing/library": "^0.21.3",
  8092. "react-webcam": "^7.2.0"
  8093. },
  8094. "peerDependencies": {
  8095. "react": "^19.1.0",
  8096. "react-dom": "^19.1.0"
  8097. }
  8098. },
  8099. "node_modules/react-select": {
  8100. "version": "5.8.0",
  8101. "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.0.tgz",
  8102. "integrity": "sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==",
  8103. "dependencies": {
  8104. "@babel/runtime": "^7.12.0",
  8105. "@emotion/cache": "^11.4.0",
  8106. "@emotion/react": "^11.8.1",
  8107. "@floating-ui/dom": "^1.0.1",
  8108. "@types/react-transition-group": "^4.4.0",
  8109. "memoize-one": "^6.0.0",
  8110. "prop-types": "^15.6.0",
  8111. "react-transition-group": "^4.3.0",
  8112. "use-isomorphic-layout-effect": "^1.1.2"
  8113. },
  8114. "peerDependencies": {
  8115. "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
  8116. "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
  8117. }
  8118. },
  8119. "node_modules/react-toastify": {
  8120. "version": "11.0.5",
  8121. "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.5.tgz",
  8122. "integrity": "sha512-EpqHBGvnSTtHYhCPLxML05NLY2ZX0JURbAdNYa6BUkk+amz4wbKBQvoKQAB0ardvSarUBuY4Q4s1sluAzZwkmA==",
  8123. "dependencies": {
  8124. "clsx": "^2.1.1"
  8125. },
  8126. "peerDependencies": {
  8127. "react": "^18 || ^19",
  8128. "react-dom": "^18 || ^19"
  8129. }
  8130. },
  8131. "node_modules/react-transition-group": {
  8132. "version": "4.4.5",
  8133. "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
  8134. "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
  8135. "dependencies": {
  8136. "@babel/runtime": "^7.5.5",
  8137. "dom-helpers": "^5.0.1",
  8138. "loose-envify": "^1.4.0",
  8139. "prop-types": "^15.6.2"
  8140. },
  8141. "peerDependencies": {
  8142. "react": ">=16.6.0",
  8143. "react-dom": ">=16.6.0"
  8144. }
  8145. },
  8146. "node_modules/react-webcam": {
  8147. "version": "7.2.0",
  8148. "resolved": "https://registry.npmjs.org/react-webcam/-/react-webcam-7.2.0.tgz",
  8149. "integrity": "sha512-xkrzYPqa1ag2DP+2Q/kLKBmCIfEx49bVdgCCCcZf88oF+0NPEbkwYk3/s/C7Zy0mhM8k+hpdNkBLzxg8H0aWcg==",
  8150. "peerDependencies": {
  8151. "react": ">=16.2.0",
  8152. "react-dom": ">=16.2.0"
  8153. }
  8154. },
  8155. "node_modules/reactstrap": {
  8156. "version": "9.2.2",
  8157. "resolved": "https://registry.npmjs.org/reactstrap/-/reactstrap-9.2.2.tgz",
  8158. "integrity": "sha512-4KroiGOdqZLAnMGzHjpErW3G7bLB+QbKzzMLIDXydPIV0y74lpdL7WtXHkLWAGInd97WCPNx4+R0NQDPyzIfhw==",
  8159. "dependencies": {
  8160. "@babel/runtime": "^7.12.5",
  8161. "@popperjs/core": "^2.6.0",
  8162. "classnames": "^2.2.3",
  8163. "prop-types": "^15.5.8",
  8164. "react-popper": "^2.2.4",
  8165. "react-transition-group": "^4.4.2"
  8166. },
  8167. "peerDependencies": {
  8168. "react": ">=16.8.0",
  8169. "react-dom": ">=16.8.0"
  8170. }
  8171. },
  8172. "node_modules/read-cache": {
  8173. "version": "1.0.0",
  8174. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  8175. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  8176. "dev": true,
  8177. "dependencies": {
  8178. "pify": "^2.3.0"
  8179. }
  8180. },
  8181. "node_modules/readdirp": {
  8182. "version": "3.6.0",
  8183. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  8184. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  8185. "dev": true,
  8186. "dependencies": {
  8187. "picomatch": "^2.2.1"
  8188. },
  8189. "engines": {
  8190. "node": ">=8.10.0"
  8191. }
  8192. },
  8193. "node_modules/reflect.getprototypeof": {
  8194. "version": "1.0.5",
  8195. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.5.tgz",
  8196. "integrity": "sha512-62wgfC8dJWrmxv44CA36pLDnP6KKl3Vhxb7PL+8+qrrFMMoJij4vgiMP8zV4O8+CBMXY1mHxI5fITGHXFHVmQQ==",
  8197. "dev": true,
  8198. "dependencies": {
  8199. "call-bind": "^1.0.5",
  8200. "define-properties": "^1.2.1",
  8201. "es-abstract": "^1.22.3",
  8202. "es-errors": "^1.0.0",
  8203. "get-intrinsic": "^1.2.3",
  8204. "globalthis": "^1.0.3",
  8205. "which-builtin-type": "^1.1.3"
  8206. },
  8207. "engines": {
  8208. "node": ">= 0.4"
  8209. },
  8210. "funding": {
  8211. "url": "https://github.com/sponsors/ljharb"
  8212. }
  8213. },
  8214. "node_modules/regenerate": {
  8215. "version": "1.4.2",
  8216. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  8217. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
  8218. },
  8219. "node_modules/regenerate-unicode-properties": {
  8220. "version": "10.1.1",
  8221. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz",
  8222. "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==",
  8223. "dependencies": {
  8224. "regenerate": "^1.4.2"
  8225. },
  8226. "engines": {
  8227. "node": ">=4"
  8228. }
  8229. },
  8230. "node_modules/regenerator-runtime": {
  8231. "version": "0.14.1",
  8232. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  8233. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
  8234. },
  8235. "node_modules/regenerator-transform": {
  8236. "version": "0.15.2",
  8237. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
  8238. "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
  8239. "dependencies": {
  8240. "@babel/runtime": "^7.8.4"
  8241. }
  8242. },
  8243. "node_modules/regexp.prototype.flags": {
  8244. "version": "1.5.2",
  8245. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz",
  8246. "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==",
  8247. "dependencies": {
  8248. "call-bind": "^1.0.6",
  8249. "define-properties": "^1.2.1",
  8250. "es-errors": "^1.3.0",
  8251. "set-function-name": "^2.0.1"
  8252. },
  8253. "engines": {
  8254. "node": ">= 0.4"
  8255. },
  8256. "funding": {
  8257. "url": "https://github.com/sponsors/ljharb"
  8258. }
  8259. },
  8260. "node_modules/regexpu-core": {
  8261. "version": "5.3.2",
  8262. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
  8263. "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
  8264. "dependencies": {
  8265. "@babel/regjsgen": "^0.8.0",
  8266. "regenerate": "^1.4.2",
  8267. "regenerate-unicode-properties": "^10.1.0",
  8268. "regjsparser": "^0.9.1",
  8269. "unicode-match-property-ecmascript": "^2.0.0",
  8270. "unicode-match-property-value-ecmascript": "^2.1.0"
  8271. },
  8272. "engines": {
  8273. "node": ">=4"
  8274. }
  8275. },
  8276. "node_modules/regjsparser": {
  8277. "version": "0.9.1",
  8278. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
  8279. "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
  8280. "dependencies": {
  8281. "jsesc": "~0.5.0"
  8282. },
  8283. "bin": {
  8284. "regjsparser": "bin/parser"
  8285. }
  8286. },
  8287. "node_modules/regjsparser/node_modules/jsesc": {
  8288. "version": "0.5.0",
  8289. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  8290. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
  8291. "bin": {
  8292. "jsesc": "bin/jsesc"
  8293. }
  8294. },
  8295. "node_modules/require-from-string": {
  8296. "version": "2.0.2",
  8297. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  8298. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  8299. "engines": {
  8300. "node": ">=0.10.0"
  8301. }
  8302. },
  8303. "node_modules/reselect": {
  8304. "version": "4.1.8",
  8305. "resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz",
  8306. "integrity": "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ=="
  8307. },
  8308. "node_modules/resolve": {
  8309. "version": "1.22.8",
  8310. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
  8311. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  8312. "dependencies": {
  8313. "is-core-module": "^2.13.0",
  8314. "path-parse": "^1.0.7",
  8315. "supports-preserve-symlinks-flag": "^1.0.0"
  8316. },
  8317. "bin": {
  8318. "resolve": "bin/resolve"
  8319. },
  8320. "funding": {
  8321. "url": "https://github.com/sponsors/ljharb"
  8322. }
  8323. },
  8324. "node_modules/resolve-from": {
  8325. "version": "4.0.0",
  8326. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  8327. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  8328. "engines": {
  8329. "node": ">=4"
  8330. }
  8331. },
  8332. "node_modules/resolve-pkg-maps": {
  8333. "version": "1.0.0",
  8334. "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  8335. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  8336. "dev": true,
  8337. "funding": {
  8338. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  8339. }
  8340. },
  8341. "node_modules/reusify": {
  8342. "version": "1.0.4",
  8343. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  8344. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  8345. "engines": {
  8346. "iojs": ">=1.0.0",
  8347. "node": ">=0.10.0"
  8348. }
  8349. },
  8350. "node_modules/rimraf": {
  8351. "version": "3.0.2",
  8352. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  8353. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  8354. "dev": true,
  8355. "dependencies": {
  8356. "glob": "^7.1.3"
  8357. },
  8358. "bin": {
  8359. "rimraf": "bin.js"
  8360. },
  8361. "funding": {
  8362. "url": "https://github.com/sponsors/isaacs"
  8363. }
  8364. },
  8365. "node_modules/rollup": {
  8366. "version": "2.79.1",
  8367. "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz",
  8368. "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==",
  8369. "bin": {
  8370. "rollup": "dist/bin/rollup"
  8371. },
  8372. "engines": {
  8373. "node": ">=10.0.0"
  8374. },
  8375. "optionalDependencies": {
  8376. "fsevents": "~2.3.2"
  8377. }
  8378. },
  8379. "node_modules/rollup-plugin-terser": {
  8380. "version": "7.0.2",
  8381. "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
  8382. "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
  8383. "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser",
  8384. "dependencies": {
  8385. "@babel/code-frame": "^7.10.4",
  8386. "jest-worker": "^26.2.1",
  8387. "serialize-javascript": "^4.0.0",
  8388. "terser": "^5.0.0"
  8389. },
  8390. "peerDependencies": {
  8391. "rollup": "^2.0.0"
  8392. }
  8393. },
  8394. "node_modules/rollup-plugin-terser/node_modules/has-flag": {
  8395. "version": "4.0.0",
  8396. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8397. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  8398. "engines": {
  8399. "node": ">=8"
  8400. }
  8401. },
  8402. "node_modules/rollup-plugin-terser/node_modules/jest-worker": {
  8403. "version": "26.6.2",
  8404. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
  8405. "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
  8406. "dependencies": {
  8407. "@types/node": "*",
  8408. "merge-stream": "^2.0.0",
  8409. "supports-color": "^7.0.0"
  8410. },
  8411. "engines": {
  8412. "node": ">= 10.13.0"
  8413. }
  8414. },
  8415. "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": {
  8416. "version": "4.0.0",
  8417. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
  8418. "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
  8419. "dependencies": {
  8420. "randombytes": "^2.1.0"
  8421. }
  8422. },
  8423. "node_modules/rollup-plugin-terser/node_modules/supports-color": {
  8424. "version": "7.2.0",
  8425. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8426. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8427. "dependencies": {
  8428. "has-flag": "^4.0.0"
  8429. },
  8430. "engines": {
  8431. "node": ">=8"
  8432. }
  8433. },
  8434. "node_modules/run-parallel": {
  8435. "version": "1.2.0",
  8436. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  8437. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  8438. "funding": [
  8439. {
  8440. "type": "github",
  8441. "url": "https://github.com/sponsors/feross"
  8442. },
  8443. {
  8444. "type": "patreon",
  8445. "url": "https://www.patreon.com/feross"
  8446. },
  8447. {
  8448. "type": "consulting",
  8449. "url": "https://feross.org/support"
  8450. }
  8451. ],
  8452. "dependencies": {
  8453. "queue-microtask": "^1.2.2"
  8454. }
  8455. },
  8456. "node_modules/safe-array-concat": {
  8457. "version": "1.1.0",
  8458. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.0.tgz",
  8459. "integrity": "sha512-ZdQ0Jeb9Ofti4hbt5lX3T2JcAamT9hfzYU1MNB+z/jaEbB6wfFfPIR/zEORmZqobkCCJhSjodobH6WHNmJ97dg==",
  8460. "dependencies": {
  8461. "call-bind": "^1.0.5",
  8462. "get-intrinsic": "^1.2.2",
  8463. "has-symbols": "^1.0.3",
  8464. "isarray": "^2.0.5"
  8465. },
  8466. "engines": {
  8467. "node": ">=0.4"
  8468. },
  8469. "funding": {
  8470. "url": "https://github.com/sponsors/ljharb"
  8471. }
  8472. },
  8473. "node_modules/safe-buffer": {
  8474. "version": "5.2.1",
  8475. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  8476. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  8477. "funding": [
  8478. {
  8479. "type": "github",
  8480. "url": "https://github.com/sponsors/feross"
  8481. },
  8482. {
  8483. "type": "patreon",
  8484. "url": "https://www.patreon.com/feross"
  8485. },
  8486. {
  8487. "type": "consulting",
  8488. "url": "https://feross.org/support"
  8489. }
  8490. ]
  8491. },
  8492. "node_modules/safe-regex-test": {
  8493. "version": "1.0.3",
  8494. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz",
  8495. "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==",
  8496. "dependencies": {
  8497. "call-bind": "^1.0.6",
  8498. "es-errors": "^1.3.0",
  8499. "is-regex": "^1.1.4"
  8500. },
  8501. "engines": {
  8502. "node": ">= 0.4"
  8503. },
  8504. "funding": {
  8505. "url": "https://github.com/sponsors/ljharb"
  8506. }
  8507. },
  8508. "node_modules/scheduler": {
  8509. "version": "0.23.0",
  8510. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
  8511. "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==",
  8512. "dependencies": {
  8513. "loose-envify": "^1.1.0"
  8514. }
  8515. },
  8516. "node_modules/schema-utils": {
  8517. "version": "2.7.1",
  8518. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
  8519. "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
  8520. "dependencies": {
  8521. "@types/json-schema": "^7.0.5",
  8522. "ajv": "^6.12.4",
  8523. "ajv-keywords": "^3.5.2"
  8524. },
  8525. "engines": {
  8526. "node": ">= 8.9.0"
  8527. },
  8528. "funding": {
  8529. "type": "opencollective",
  8530. "url": "https://opencollective.com/webpack"
  8531. }
  8532. },
  8533. "node_modules/semver": {
  8534. "version": "7.6.0",
  8535. "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
  8536. "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
  8537. "dev": true,
  8538. "dependencies": {
  8539. "lru-cache": "^6.0.0"
  8540. },
  8541. "bin": {
  8542. "semver": "bin/semver.js"
  8543. },
  8544. "engines": {
  8545. "node": ">=10"
  8546. }
  8547. },
  8548. "node_modules/serialize-javascript": {
  8549. "version": "6.0.2",
  8550. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  8551. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  8552. "dependencies": {
  8553. "randombytes": "^2.1.0"
  8554. }
  8555. },
  8556. "node_modules/set-function-length": {
  8557. "version": "1.2.1",
  8558. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.1.tgz",
  8559. "integrity": "sha512-j4t6ccc+VsKwYHso+kElc5neZpjtq9EnRICFZtWyBsLojhmeF/ZBd/elqm22WJh/BziDe/SBiOeAt0m2mfLD0g==",
  8560. "dependencies": {
  8561. "define-data-property": "^1.1.2",
  8562. "es-errors": "^1.3.0",
  8563. "function-bind": "^1.1.2",
  8564. "get-intrinsic": "^1.2.3",
  8565. "gopd": "^1.0.1",
  8566. "has-property-descriptors": "^1.0.1"
  8567. },
  8568. "engines": {
  8569. "node": ">= 0.4"
  8570. }
  8571. },
  8572. "node_modules/set-function-name": {
  8573. "version": "2.0.2",
  8574. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  8575. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  8576. "dependencies": {
  8577. "define-data-property": "^1.1.4",
  8578. "es-errors": "^1.3.0",
  8579. "functions-have-names": "^1.2.3",
  8580. "has-property-descriptors": "^1.0.2"
  8581. },
  8582. "engines": {
  8583. "node": ">= 0.4"
  8584. }
  8585. },
  8586. "node_modules/shallowequal": {
  8587. "version": "1.1.0",
  8588. "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz",
  8589. "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ=="
  8590. },
  8591. "node_modules/shebang-command": {
  8592. "version": "2.0.0",
  8593. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  8594. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  8595. "dev": true,
  8596. "dependencies": {
  8597. "shebang-regex": "^3.0.0"
  8598. },
  8599. "engines": {
  8600. "node": ">=8"
  8601. }
  8602. },
  8603. "node_modules/shebang-regex": {
  8604. "version": "3.0.0",
  8605. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  8606. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  8607. "dev": true,
  8608. "engines": {
  8609. "node": ">=8"
  8610. }
  8611. },
  8612. "node_modules/side-channel": {
  8613. "version": "1.1.0",
  8614. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  8615. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  8616. "dependencies": {
  8617. "es-errors": "^1.3.0",
  8618. "object-inspect": "^1.13.3",
  8619. "side-channel-list": "^1.0.0",
  8620. "side-channel-map": "^1.0.1",
  8621. "side-channel-weakmap": "^1.0.2"
  8622. },
  8623. "engines": {
  8624. "node": ">= 0.4"
  8625. },
  8626. "funding": {
  8627. "url": "https://github.com/sponsors/ljharb"
  8628. }
  8629. },
  8630. "node_modules/side-channel-list": {
  8631. "version": "1.0.0",
  8632. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
  8633. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  8634. "dependencies": {
  8635. "es-errors": "^1.3.0",
  8636. "object-inspect": "^1.13.3"
  8637. },
  8638. "engines": {
  8639. "node": ">= 0.4"
  8640. },
  8641. "funding": {
  8642. "url": "https://github.com/sponsors/ljharb"
  8643. }
  8644. },
  8645. "node_modules/side-channel-map": {
  8646. "version": "1.0.1",
  8647. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  8648. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  8649. "dependencies": {
  8650. "call-bound": "^1.0.2",
  8651. "es-errors": "^1.3.0",
  8652. "get-intrinsic": "^1.2.5",
  8653. "object-inspect": "^1.13.3"
  8654. },
  8655. "engines": {
  8656. "node": ">= 0.4"
  8657. },
  8658. "funding": {
  8659. "url": "https://github.com/sponsors/ljharb"
  8660. }
  8661. },
  8662. "node_modules/side-channel-weakmap": {
  8663. "version": "1.0.2",
  8664. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  8665. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  8666. "dependencies": {
  8667. "call-bound": "^1.0.2",
  8668. "es-errors": "^1.3.0",
  8669. "get-intrinsic": "^1.2.5",
  8670. "object-inspect": "^1.13.3",
  8671. "side-channel-map": "^1.0.1"
  8672. },
  8673. "engines": {
  8674. "node": ">= 0.4"
  8675. },
  8676. "funding": {
  8677. "url": "https://github.com/sponsors/ljharb"
  8678. }
  8679. },
  8680. "node_modules/signal-exit": {
  8681. "version": "4.1.0",
  8682. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  8683. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  8684. "dev": true,
  8685. "engines": {
  8686. "node": ">=14"
  8687. },
  8688. "funding": {
  8689. "url": "https://github.com/sponsors/isaacs"
  8690. }
  8691. },
  8692. "node_modules/slash": {
  8693. "version": "3.0.0",
  8694. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  8695. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  8696. "engines": {
  8697. "node": ">=8"
  8698. }
  8699. },
  8700. "node_modules/source-list-map": {
  8701. "version": "2.0.1",
  8702. "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
  8703. "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
  8704. },
  8705. "node_modules/source-map": {
  8706. "version": "0.5.7",
  8707. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  8708. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  8709. "engines": {
  8710. "node": ">=0.10.0"
  8711. }
  8712. },
  8713. "node_modules/source-map-js": {
  8714. "version": "1.0.2",
  8715. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
  8716. "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
  8717. "engines": {
  8718. "node": ">=0.10.0"
  8719. }
  8720. },
  8721. "node_modules/source-map-support": {
  8722. "version": "0.5.21",
  8723. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  8724. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  8725. "dependencies": {
  8726. "buffer-from": "^1.0.0",
  8727. "source-map": "^0.6.0"
  8728. }
  8729. },
  8730. "node_modules/source-map-support/node_modules/source-map": {
  8731. "version": "0.6.1",
  8732. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  8733. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  8734. "engines": {
  8735. "node": ">=0.10.0"
  8736. }
  8737. },
  8738. "node_modules/sourcemap-codec": {
  8739. "version": "1.4.8",
  8740. "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  8741. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
  8742. "deprecated": "Please use @jridgewell/sourcemap-codec instead"
  8743. },
  8744. "node_modules/streamsearch": {
  8745. "version": "1.1.0",
  8746. "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
  8747. "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
  8748. "engines": {
  8749. "node": ">=10.0.0"
  8750. }
  8751. },
  8752. "node_modules/string-width": {
  8753. "version": "5.1.2",
  8754. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  8755. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  8756. "dev": true,
  8757. "dependencies": {
  8758. "eastasianwidth": "^0.2.0",
  8759. "emoji-regex": "^9.2.2",
  8760. "strip-ansi": "^7.0.1"
  8761. },
  8762. "engines": {
  8763. "node": ">=12"
  8764. },
  8765. "funding": {
  8766. "url": "https://github.com/sponsors/sindresorhus"
  8767. }
  8768. },
  8769. "node_modules/string-width-cjs": {
  8770. "name": "string-width",
  8771. "version": "4.2.3",
  8772. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  8773. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  8774. "dev": true,
  8775. "dependencies": {
  8776. "emoji-regex": "^8.0.0",
  8777. "is-fullwidth-code-point": "^3.0.0",
  8778. "strip-ansi": "^6.0.1"
  8779. }
  8780. },
  8781. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  8782. "version": "8.0.0",
  8783. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  8784. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  8785. "dev": true
  8786. },
  8787. "node_modules/string-width/node_modules/ansi-regex": {
  8788. "version": "6.0.1",
  8789. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
  8790. "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
  8791. "dev": true,
  8792. "engines": {
  8793. "node": ">=12"
  8794. },
  8795. "funding": {
  8796. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  8797. }
  8798. },
  8799. "node_modules/string-width/node_modules/strip-ansi": {
  8800. "version": "7.1.0",
  8801. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  8802. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  8803. "dev": true,
  8804. "dependencies": {
  8805. "ansi-regex": "^6.0.1"
  8806. },
  8807. "engines": {
  8808. "node": ">=12"
  8809. },
  8810. "funding": {
  8811. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  8812. }
  8813. },
  8814. "node_modules/string.prototype.matchall": {
  8815. "version": "4.0.10",
  8816. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz",
  8817. "integrity": "sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==",
  8818. "dependencies": {
  8819. "call-bind": "^1.0.2",
  8820. "define-properties": "^1.2.0",
  8821. "es-abstract": "^1.22.1",
  8822. "get-intrinsic": "^1.2.1",
  8823. "has-symbols": "^1.0.3",
  8824. "internal-slot": "^1.0.5",
  8825. "regexp.prototype.flags": "^1.5.0",
  8826. "set-function-name": "^2.0.0",
  8827. "side-channel": "^1.0.4"
  8828. },
  8829. "funding": {
  8830. "url": "https://github.com/sponsors/ljharb"
  8831. }
  8832. },
  8833. "node_modules/string.prototype.trim": {
  8834. "version": "1.2.8",
  8835. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz",
  8836. "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==",
  8837. "dependencies": {
  8838. "call-bind": "^1.0.2",
  8839. "define-properties": "^1.2.0",
  8840. "es-abstract": "^1.22.1"
  8841. },
  8842. "engines": {
  8843. "node": ">= 0.4"
  8844. },
  8845. "funding": {
  8846. "url": "https://github.com/sponsors/ljharb"
  8847. }
  8848. },
  8849. "node_modules/string.prototype.trimend": {
  8850. "version": "1.0.7",
  8851. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz",
  8852. "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==",
  8853. "dependencies": {
  8854. "call-bind": "^1.0.2",
  8855. "define-properties": "^1.2.0",
  8856. "es-abstract": "^1.22.1"
  8857. },
  8858. "funding": {
  8859. "url": "https://github.com/sponsors/ljharb"
  8860. }
  8861. },
  8862. "node_modules/string.prototype.trimstart": {
  8863. "version": "1.0.7",
  8864. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz",
  8865. "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==",
  8866. "dependencies": {
  8867. "call-bind": "^1.0.2",
  8868. "define-properties": "^1.2.0",
  8869. "es-abstract": "^1.22.1"
  8870. },
  8871. "funding": {
  8872. "url": "https://github.com/sponsors/ljharb"
  8873. }
  8874. },
  8875. "node_modules/stringify-object": {
  8876. "version": "3.3.0",
  8877. "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
  8878. "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
  8879. "dependencies": {
  8880. "get-own-enumerable-property-symbols": "^3.0.0",
  8881. "is-obj": "^1.0.1",
  8882. "is-regexp": "^1.0.0"
  8883. },
  8884. "engines": {
  8885. "node": ">=4"
  8886. }
  8887. },
  8888. "node_modules/strip-ansi": {
  8889. "version": "6.0.1",
  8890. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  8891. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  8892. "dev": true,
  8893. "dependencies": {
  8894. "ansi-regex": "^5.0.1"
  8895. },
  8896. "engines": {
  8897. "node": ">=8"
  8898. }
  8899. },
  8900. "node_modules/strip-ansi-cjs": {
  8901. "name": "strip-ansi",
  8902. "version": "6.0.1",
  8903. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  8904. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  8905. "dev": true,
  8906. "dependencies": {
  8907. "ansi-regex": "^5.0.1"
  8908. }
  8909. },
  8910. "node_modules/strip-bom": {
  8911. "version": "3.0.0",
  8912. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  8913. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  8914. "dev": true,
  8915. "engines": {
  8916. "node": ">=4"
  8917. }
  8918. },
  8919. "node_modules/strip-comments": {
  8920. "version": "2.0.1",
  8921. "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
  8922. "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==",
  8923. "engines": {
  8924. "node": ">=10"
  8925. }
  8926. },
  8927. "node_modules/strip-json-comments": {
  8928. "version": "3.1.1",
  8929. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  8930. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  8931. "dev": true,
  8932. "engines": {
  8933. "node": ">=8"
  8934. },
  8935. "funding": {
  8936. "url": "https://github.com/sponsors/sindresorhus"
  8937. }
  8938. },
  8939. "node_modules/styled-components": {
  8940. "version": "6.1.8",
  8941. "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.1.8.tgz",
  8942. "integrity": "sha512-PQ6Dn+QxlWyEGCKDS71NGsXoVLKfE1c3vApkvDYS5KAK+V8fNWGhbSUEo9Gg2iaID2tjLXegEW3bZDUGpofRWw==",
  8943. "dependencies": {
  8944. "@emotion/is-prop-valid": "1.2.1",
  8945. "@emotion/unitless": "0.8.0",
  8946. "@types/stylis": "4.2.0",
  8947. "css-to-react-native": "3.2.0",
  8948. "csstype": "3.1.2",
  8949. "postcss": "8.4.31",
  8950. "shallowequal": "1.1.0",
  8951. "stylis": "4.3.1",
  8952. "tslib": "2.5.0"
  8953. },
  8954. "engines": {
  8955. "node": ">= 16"
  8956. },
  8957. "funding": {
  8958. "type": "opencollective",
  8959. "url": "https://opencollective.com/styled-components"
  8960. },
  8961. "peerDependencies": {
  8962. "react": ">= 16.8.0",
  8963. "react-dom": ">= 16.8.0"
  8964. }
  8965. },
  8966. "node_modules/styled-components/node_modules/@emotion/is-prop-valid": {
  8967. "version": "1.2.1",
  8968. "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz",
  8969. "integrity": "sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==",
  8970. "dependencies": {
  8971. "@emotion/memoize": "^0.8.1"
  8972. }
  8973. },
  8974. "node_modules/styled-components/node_modules/@emotion/unitless": {
  8975. "version": "0.8.0",
  8976. "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz",
  8977. "integrity": "sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw=="
  8978. },
  8979. "node_modules/styled-components/node_modules/csstype": {
  8980. "version": "3.1.2",
  8981. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz",
  8982. "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ=="
  8983. },
  8984. "node_modules/styled-components/node_modules/postcss": {
  8985. "version": "8.4.31",
  8986. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
  8987. "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
  8988. "funding": [
  8989. {
  8990. "type": "opencollective",
  8991. "url": "https://opencollective.com/postcss/"
  8992. },
  8993. {
  8994. "type": "tidelift",
  8995. "url": "https://tidelift.com/funding/github/npm/postcss"
  8996. },
  8997. {
  8998. "type": "github",
  8999. "url": "https://github.com/sponsors/ai"
  9000. }
  9001. ],
  9002. "dependencies": {
  9003. "nanoid": "^3.3.6",
  9004. "picocolors": "^1.0.0",
  9005. "source-map-js": "^1.0.2"
  9006. },
  9007. "engines": {
  9008. "node": "^10 || ^12 || >=14"
  9009. }
  9010. },
  9011. "node_modules/styled-components/node_modules/stylis": {
  9012. "version": "4.3.1",
  9013. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.1.tgz",
  9014. "integrity": "sha512-EQepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dslyQ=="
  9015. },
  9016. "node_modules/styled-components/node_modules/tslib": {
  9017. "version": "2.5.0",
  9018. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
  9019. "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
  9020. },
  9021. "node_modules/styled-jsx": {
  9022. "version": "5.1.1",
  9023. "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz",
  9024. "integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==",
  9025. "dependencies": {
  9026. "client-only": "0.0.1"
  9027. },
  9028. "engines": {
  9029. "node": ">= 12.0.0"
  9030. },
  9031. "peerDependencies": {
  9032. "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0"
  9033. },
  9034. "peerDependenciesMeta": {
  9035. "@babel/core": {
  9036. "optional": true
  9037. },
  9038. "babel-plugin-macros": {
  9039. "optional": true
  9040. }
  9041. }
  9042. },
  9043. "node_modules/stylis": {
  9044. "version": "4.2.0",
  9045. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz",
  9046. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw=="
  9047. },
  9048. "node_modules/sucrase": {
  9049. "version": "3.35.0",
  9050. "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
  9051. "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
  9052. "dev": true,
  9053. "dependencies": {
  9054. "@jridgewell/gen-mapping": "^0.3.2",
  9055. "commander": "^4.0.0",
  9056. "glob": "^10.3.10",
  9057. "lines-and-columns": "^1.1.6",
  9058. "mz": "^2.7.0",
  9059. "pirates": "^4.0.1",
  9060. "ts-interface-checker": "^0.1.9"
  9061. },
  9062. "bin": {
  9063. "sucrase": "bin/sucrase",
  9064. "sucrase-node": "bin/sucrase-node"
  9065. },
  9066. "engines": {
  9067. "node": ">=16 || 14 >=14.17"
  9068. }
  9069. },
  9070. "node_modules/sucrase/node_modules/glob": {
  9071. "version": "10.3.10",
  9072. "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
  9073. "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
  9074. "dev": true,
  9075. "dependencies": {
  9076. "foreground-child": "^3.1.0",
  9077. "jackspeak": "^2.3.5",
  9078. "minimatch": "^9.0.1",
  9079. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
  9080. "path-scurry": "^1.10.1"
  9081. },
  9082. "bin": {
  9083. "glob": "dist/esm/bin.mjs"
  9084. },
  9085. "engines": {
  9086. "node": ">=16 || 14 >=14.17"
  9087. },
  9088. "funding": {
  9089. "url": "https://github.com/sponsors/isaacs"
  9090. }
  9091. },
  9092. "node_modules/supports-color": {
  9093. "version": "5.5.0",
  9094. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  9095. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  9096. "dependencies": {
  9097. "has-flag": "^3.0.0"
  9098. },
  9099. "engines": {
  9100. "node": ">=4"
  9101. }
  9102. },
  9103. "node_modules/supports-preserve-symlinks-flag": {
  9104. "version": "1.0.0",
  9105. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  9106. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  9107. "engines": {
  9108. "node": ">= 0.4"
  9109. },
  9110. "funding": {
  9111. "url": "https://github.com/sponsors/ljharb"
  9112. }
  9113. },
  9114. "node_modules/svg.draggable.js": {
  9115. "version": "2.2.2",
  9116. "resolved": "https://registry.npmjs.org/svg.draggable.js/-/svg.draggable.js-2.2.2.tgz",
  9117. "integrity": "sha512-JzNHBc2fLQMzYCZ90KZHN2ohXL0BQJGQimK1kGk6AvSeibuKcIdDX9Kr0dT9+UJ5O8nYA0RB839Lhvk4CY4MZw==",
  9118. "dependencies": {
  9119. "svg.js": "^2.0.1"
  9120. },
  9121. "engines": {
  9122. "node": ">= 0.8.0"
  9123. }
  9124. },
  9125. "node_modules/svg.easing.js": {
  9126. "version": "2.0.0",
  9127. "resolved": "https://registry.npmjs.org/svg.easing.js/-/svg.easing.js-2.0.0.tgz",
  9128. "integrity": "sha512-//ctPdJMGy22YoYGV+3HEfHbm6/69LJUTAqI2/5qBvaNHZ9uUFVC82B0Pl299HzgH13rKrBgi4+XyXXyVWWthA==",
  9129. "dependencies": {
  9130. "svg.js": ">=2.3.x"
  9131. },
  9132. "engines": {
  9133. "node": ">= 0.8.0"
  9134. }
  9135. },
  9136. "node_modules/svg.filter.js": {
  9137. "version": "2.0.2",
  9138. "resolved": "https://registry.npmjs.org/svg.filter.js/-/svg.filter.js-2.0.2.tgz",
  9139. "integrity": "sha512-xkGBwU+dKBzqg5PtilaTb0EYPqPfJ9Q6saVldX+5vCRy31P6TlRCP3U9NxH3HEufkKkpNgdTLBJnmhDHeTqAkw==",
  9140. "dependencies": {
  9141. "svg.js": "^2.2.5"
  9142. },
  9143. "engines": {
  9144. "node": ">= 0.8.0"
  9145. }
  9146. },
  9147. "node_modules/svg.js": {
  9148. "version": "2.7.1",
  9149. "resolved": "https://registry.npmjs.org/svg.js/-/svg.js-2.7.1.tgz",
  9150. "integrity": "sha512-ycbxpizEQktk3FYvn/8BH+6/EuWXg7ZpQREJvgacqn46gIddG24tNNe4Son6omdXCnSOaApnpZw6MPCBA1dODA=="
  9151. },
  9152. "node_modules/svg.pathmorphing.js": {
  9153. "version": "0.1.3",
  9154. "resolved": "https://registry.npmjs.org/svg.pathmorphing.js/-/svg.pathmorphing.js-0.1.3.tgz",
  9155. "integrity": "sha512-49HWI9X4XQR/JG1qXkSDV8xViuTLIWm/B/7YuQELV5KMOPtXjiwH4XPJvr/ghEDibmLQ9Oc22dpWpG0vUDDNww==",
  9156. "dependencies": {
  9157. "svg.js": "^2.4.0"
  9158. },
  9159. "engines": {
  9160. "node": ">= 0.8.0"
  9161. }
  9162. },
  9163. "node_modules/svg.resize.js": {
  9164. "version": "1.4.3",
  9165. "resolved": "https://registry.npmjs.org/svg.resize.js/-/svg.resize.js-1.4.3.tgz",
  9166. "integrity": "sha512-9k5sXJuPKp+mVzXNvxz7U0uC9oVMQrrf7cFsETznzUDDm0x8+77dtZkWdMfRlmbkEEYvUn9btKuZ3n41oNA+uw==",
  9167. "dependencies": {
  9168. "svg.js": "^2.6.5",
  9169. "svg.select.js": "^2.1.2"
  9170. },
  9171. "engines": {
  9172. "node": ">= 0.8.0"
  9173. }
  9174. },
  9175. "node_modules/svg.resize.js/node_modules/svg.select.js": {
  9176. "version": "2.1.2",
  9177. "resolved": "https://registry.npmjs.org/svg.select.js/-/svg.select.js-2.1.2.tgz",
  9178. "integrity": "sha512-tH6ABEyJsAOVAhwcCjF8mw4crjXSI1aa7j2VQR8ZuJ37H2MBUbyeqYr5nEO7sSN3cy9AR9DUwNg0t/962HlDbQ==",
  9179. "dependencies": {
  9180. "svg.js": "^2.2.5"
  9181. },
  9182. "engines": {
  9183. "node": ">= 0.8.0"
  9184. }
  9185. },
  9186. "node_modules/svg.select.js": {
  9187. "version": "3.0.1",
  9188. "resolved": "https://registry.npmjs.org/svg.select.js/-/svg.select.js-3.0.1.tgz",
  9189. "integrity": "sha512-h5IS/hKkuVCbKSieR9uQCj9w+zLHoPh+ce19bBYyqF53g6mnPB8sAtIbe1s9dh2S2fCmYX2xel1Ln3PJBbK4kw==",
  9190. "dependencies": {
  9191. "svg.js": "^2.6.5"
  9192. },
  9193. "engines": {
  9194. "node": ">= 0.8.0"
  9195. }
  9196. },
  9197. "node_modules/sweetalert2": {
  9198. "version": "11.10.6",
  9199. "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.10.6.tgz",
  9200. "integrity": "sha512-CINZPLZXZRSZqSOE7H7j1F7X8e8O1kLOiXPmtJn1DYxvXsKBr3d16d90+IcwTTs7dJww20h8r8QIxIwsLGX+6A==",
  9201. "funding": {
  9202. "type": "individual",
  9203. "url": "https://github.com/sponsors/limonte"
  9204. }
  9205. },
  9206. "node_modules/synckit": {
  9207. "version": "0.8.8",
  9208. "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.8.tgz",
  9209. "integrity": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==",
  9210. "dev": true,
  9211. "dependencies": {
  9212. "@pkgr/core": "^0.1.0",
  9213. "tslib": "^2.6.2"
  9214. },
  9215. "engines": {
  9216. "node": "^14.18.0 || >=16.0.0"
  9217. },
  9218. "funding": {
  9219. "url": "https://opencollective.com/unts"
  9220. }
  9221. },
  9222. "node_modules/tailwindcss": {
  9223. "version": "3.4.1",
  9224. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz",
  9225. "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==",
  9226. "dev": true,
  9227. "dependencies": {
  9228. "@alloc/quick-lru": "^5.2.0",
  9229. "arg": "^5.0.2",
  9230. "chokidar": "^3.5.3",
  9231. "didyoumean": "^1.2.2",
  9232. "dlv": "^1.1.3",
  9233. "fast-glob": "^3.3.0",
  9234. "glob-parent": "^6.0.2",
  9235. "is-glob": "^4.0.3",
  9236. "jiti": "^1.19.1",
  9237. "lilconfig": "^2.1.0",
  9238. "micromatch": "^4.0.5",
  9239. "normalize-path": "^3.0.0",
  9240. "object-hash": "^3.0.0",
  9241. "picocolors": "^1.0.0",
  9242. "postcss": "^8.4.23",
  9243. "postcss-import": "^15.1.0",
  9244. "postcss-js": "^4.0.1",
  9245. "postcss-load-config": "^4.0.1",
  9246. "postcss-nested": "^6.0.1",
  9247. "postcss-selector-parser": "^6.0.11",
  9248. "resolve": "^1.22.2",
  9249. "sucrase": "^3.32.0"
  9250. },
  9251. "bin": {
  9252. "tailwind": "lib/cli.js",
  9253. "tailwindcss": "lib/cli.js"
  9254. },
  9255. "engines": {
  9256. "node": ">=14.0.0"
  9257. }
  9258. },
  9259. "node_modules/tailwindcss/node_modules/glob-parent": {
  9260. "version": "6.0.2",
  9261. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  9262. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  9263. "dev": true,
  9264. "dependencies": {
  9265. "is-glob": "^4.0.3"
  9266. },
  9267. "engines": {
  9268. "node": ">=10.13.0"
  9269. }
  9270. },
  9271. "node_modules/tailwindcss/node_modules/object-hash": {
  9272. "version": "3.0.0",
  9273. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  9274. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  9275. "dev": true,
  9276. "engines": {
  9277. "node": ">= 6"
  9278. }
  9279. },
  9280. "node_modules/tapable": {
  9281. "version": "2.2.1",
  9282. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
  9283. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  9284. "dev": true,
  9285. "engines": {
  9286. "node": ">=6"
  9287. }
  9288. },
  9289. "node_modules/temp-dir": {
  9290. "version": "2.0.0",
  9291. "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
  9292. "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
  9293. "engines": {
  9294. "node": ">=8"
  9295. }
  9296. },
  9297. "node_modules/tempy": {
  9298. "version": "0.6.0",
  9299. "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
  9300. "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
  9301. "dependencies": {
  9302. "is-stream": "^2.0.0",
  9303. "temp-dir": "^2.0.0",
  9304. "type-fest": "^0.16.0",
  9305. "unique-string": "^2.0.0"
  9306. },
  9307. "engines": {
  9308. "node": ">=10"
  9309. },
  9310. "funding": {
  9311. "url": "https://github.com/sponsors/sindresorhus"
  9312. }
  9313. },
  9314. "node_modules/tempy/node_modules/type-fest": {
  9315. "version": "0.16.0",
  9316. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
  9317. "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==",
  9318. "engines": {
  9319. "node": ">=10"
  9320. },
  9321. "funding": {
  9322. "url": "https://github.com/sponsors/sindresorhus"
  9323. }
  9324. },
  9325. "node_modules/terser": {
  9326. "version": "5.29.1",
  9327. "resolved": "https://registry.npmjs.org/terser/-/terser-5.29.1.tgz",
  9328. "integrity": "sha512-lZQ/fyaIGxsbGxApKmoPTODIzELy3++mXhS5hOqaAWZjQtpq/hFHAc+rm29NND1rYRxRWKcjuARNwULNXa5RtQ==",
  9329. "dependencies": {
  9330. "@jridgewell/source-map": "^0.3.3",
  9331. "acorn": "^8.8.2",
  9332. "commander": "^2.20.0",
  9333. "source-map-support": "~0.5.20"
  9334. },
  9335. "bin": {
  9336. "terser": "bin/terser"
  9337. },
  9338. "engines": {
  9339. "node": ">=10"
  9340. }
  9341. },
  9342. "node_modules/terser-webpack-plugin": {
  9343. "version": "5.3.10",
  9344. "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz",
  9345. "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==",
  9346. "dependencies": {
  9347. "@jridgewell/trace-mapping": "^0.3.20",
  9348. "jest-worker": "^27.4.5",
  9349. "schema-utils": "^3.1.1",
  9350. "serialize-javascript": "^6.0.1",
  9351. "terser": "^5.26.0"
  9352. },
  9353. "engines": {
  9354. "node": ">= 10.13.0"
  9355. },
  9356. "funding": {
  9357. "type": "opencollective",
  9358. "url": "https://opencollective.com/webpack"
  9359. },
  9360. "peerDependencies": {
  9361. "webpack": "^5.1.0"
  9362. },
  9363. "peerDependenciesMeta": {
  9364. "@swc/core": {
  9365. "optional": true
  9366. },
  9367. "esbuild": {
  9368. "optional": true
  9369. },
  9370. "uglify-js": {
  9371. "optional": true
  9372. }
  9373. }
  9374. },
  9375. "node_modules/terser-webpack-plugin/node_modules/schema-utils": {
  9376. "version": "3.3.0",
  9377. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
  9378. "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
  9379. "dependencies": {
  9380. "@types/json-schema": "^7.0.8",
  9381. "ajv": "^6.12.5",
  9382. "ajv-keywords": "^3.5.2"
  9383. },
  9384. "engines": {
  9385. "node": ">= 10.13.0"
  9386. },
  9387. "funding": {
  9388. "type": "opencollective",
  9389. "url": "https://opencollective.com/webpack"
  9390. }
  9391. },
  9392. "node_modules/terser/node_modules/commander": {
  9393. "version": "2.20.3",
  9394. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  9395. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  9396. },
  9397. "node_modules/text-table": {
  9398. "version": "0.2.0",
  9399. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  9400. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  9401. "dev": true
  9402. },
  9403. "node_modules/thenify": {
  9404. "version": "3.3.1",
  9405. "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
  9406. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  9407. "dev": true,
  9408. "dependencies": {
  9409. "any-promise": "^1.0.0"
  9410. }
  9411. },
  9412. "node_modules/thenify-all": {
  9413. "version": "1.6.0",
  9414. "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
  9415. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  9416. "dev": true,
  9417. "dependencies": {
  9418. "thenify": ">= 3.1.0 < 4"
  9419. },
  9420. "engines": {
  9421. "node": ">=0.8"
  9422. }
  9423. },
  9424. "node_modules/tippy.js": {
  9425. "version": "6.3.7",
  9426. "resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.7.tgz",
  9427. "integrity": "sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==",
  9428. "dependencies": {
  9429. "@popperjs/core": "^2.9.0"
  9430. }
  9431. },
  9432. "node_modules/to-fast-properties": {
  9433. "version": "2.0.0",
  9434. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  9435. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  9436. "engines": {
  9437. "node": ">=4"
  9438. }
  9439. },
  9440. "node_modules/to-regex-range": {
  9441. "version": "5.0.1",
  9442. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  9443. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  9444. "dependencies": {
  9445. "is-number": "^7.0.0"
  9446. },
  9447. "engines": {
  9448. "node": ">=8.0"
  9449. }
  9450. },
  9451. "node_modules/tr46": {
  9452. "version": "1.0.1",
  9453. "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
  9454. "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
  9455. "dependencies": {
  9456. "punycode": "^2.1.0"
  9457. }
  9458. },
  9459. "node_modules/ts-api-utils": {
  9460. "version": "1.2.1",
  9461. "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.2.1.tgz",
  9462. "integrity": "sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==",
  9463. "dev": true,
  9464. "engines": {
  9465. "node": ">=16"
  9466. },
  9467. "peerDependencies": {
  9468. "typescript": ">=4.2.0"
  9469. }
  9470. },
  9471. "node_modules/ts-custom-error": {
  9472. "version": "3.3.1",
  9473. "resolved": "https://registry.npmjs.org/ts-custom-error/-/ts-custom-error-3.3.1.tgz",
  9474. "integrity": "sha512-5OX1tzOjxWEgsr/YEUWSuPrQ00deKLh6D7OTWcvNHm12/7QPyRh8SYpyWvA4IZv8H/+GQWQEh/kwo95Q9OVW1A==",
  9475. "engines": {
  9476. "node": ">=14.0.0"
  9477. }
  9478. },
  9479. "node_modules/ts-interface-checker": {
  9480. "version": "0.1.13",
  9481. "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  9482. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
  9483. "dev": true
  9484. },
  9485. "node_modules/tsconfig-paths": {
  9486. "version": "3.15.0",
  9487. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  9488. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  9489. "dev": true,
  9490. "dependencies": {
  9491. "@types/json5": "^0.0.29",
  9492. "json5": "^1.0.2",
  9493. "minimist": "^1.2.6",
  9494. "strip-bom": "^3.0.0"
  9495. }
  9496. },
  9497. "node_modules/tslib": {
  9498. "version": "2.6.2",
  9499. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
  9500. "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
  9501. },
  9502. "node_modules/type-check": {
  9503. "version": "0.4.0",
  9504. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  9505. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  9506. "dev": true,
  9507. "dependencies": {
  9508. "prelude-ls": "^1.2.1"
  9509. },
  9510. "engines": {
  9511. "node": ">= 0.8.0"
  9512. }
  9513. },
  9514. "node_modules/type-fest": {
  9515. "version": "0.20.2",
  9516. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  9517. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  9518. "dev": true,
  9519. "engines": {
  9520. "node": ">=10"
  9521. },
  9522. "funding": {
  9523. "url": "https://github.com/sponsors/sindresorhus"
  9524. }
  9525. },
  9526. "node_modules/typed-array-buffer": {
  9527. "version": "1.0.2",
  9528. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz",
  9529. "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==",
  9530. "dependencies": {
  9531. "call-bind": "^1.0.7",
  9532. "es-errors": "^1.3.0",
  9533. "is-typed-array": "^1.1.13"
  9534. },
  9535. "engines": {
  9536. "node": ">= 0.4"
  9537. }
  9538. },
  9539. "node_modules/typed-array-byte-length": {
  9540. "version": "1.0.1",
  9541. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz",
  9542. "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==",
  9543. "dependencies": {
  9544. "call-bind": "^1.0.7",
  9545. "for-each": "^0.3.3",
  9546. "gopd": "^1.0.1",
  9547. "has-proto": "^1.0.3",
  9548. "is-typed-array": "^1.1.13"
  9549. },
  9550. "engines": {
  9551. "node": ">= 0.4"
  9552. },
  9553. "funding": {
  9554. "url": "https://github.com/sponsors/ljharb"
  9555. }
  9556. },
  9557. "node_modules/typed-array-byte-offset": {
  9558. "version": "1.0.2",
  9559. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz",
  9560. "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==",
  9561. "dependencies": {
  9562. "available-typed-arrays": "^1.0.7",
  9563. "call-bind": "^1.0.7",
  9564. "for-each": "^0.3.3",
  9565. "gopd": "^1.0.1",
  9566. "has-proto": "^1.0.3",
  9567. "is-typed-array": "^1.1.13"
  9568. },
  9569. "engines": {
  9570. "node": ">= 0.4"
  9571. },
  9572. "funding": {
  9573. "url": "https://github.com/sponsors/ljharb"
  9574. }
  9575. },
  9576. "node_modules/typed-array-length": {
  9577. "version": "1.0.5",
  9578. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.5.tgz",
  9579. "integrity": "sha512-yMi0PlwuznKHxKmcpoOdeLwxBoVPkqZxd7q2FgMkmD3bNwvF5VW0+UlUQ1k1vmktTu4Yu13Q0RIxEP8+B+wloA==",
  9580. "dependencies": {
  9581. "call-bind": "^1.0.7",
  9582. "for-each": "^0.3.3",
  9583. "gopd": "^1.0.1",
  9584. "has-proto": "^1.0.3",
  9585. "is-typed-array": "^1.1.13",
  9586. "possible-typed-array-names": "^1.0.0"
  9587. },
  9588. "engines": {
  9589. "node": ">= 0.4"
  9590. },
  9591. "funding": {
  9592. "url": "https://github.com/sponsors/ljharb"
  9593. }
  9594. },
  9595. "node_modules/typescript": {
  9596. "version": "5.3.3",
  9597. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
  9598. "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
  9599. "dev": true,
  9600. "bin": {
  9601. "tsc": "bin/tsc",
  9602. "tsserver": "bin/tsserver"
  9603. },
  9604. "engines": {
  9605. "node": ">=14.17"
  9606. }
  9607. },
  9608. "node_modules/unbox-primitive": {
  9609. "version": "1.0.2",
  9610. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  9611. "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  9612. "dependencies": {
  9613. "call-bind": "^1.0.2",
  9614. "has-bigints": "^1.0.2",
  9615. "has-symbols": "^1.0.3",
  9616. "which-boxed-primitive": "^1.0.2"
  9617. },
  9618. "funding": {
  9619. "url": "https://github.com/sponsors/ljharb"
  9620. }
  9621. },
  9622. "node_modules/undici-types": {
  9623. "version": "5.26.5",
  9624. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
  9625. "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
  9626. },
  9627. "node_modules/unicode-canonical-property-names-ecmascript": {
  9628. "version": "2.0.0",
  9629. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
  9630. "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
  9631. "engines": {
  9632. "node": ">=4"
  9633. }
  9634. },
  9635. "node_modules/unicode-match-property-ecmascript": {
  9636. "version": "2.0.0",
  9637. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  9638. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  9639. "dependencies": {
  9640. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  9641. "unicode-property-aliases-ecmascript": "^2.0.0"
  9642. },
  9643. "engines": {
  9644. "node": ">=4"
  9645. }
  9646. },
  9647. "node_modules/unicode-match-property-value-ecmascript": {
  9648. "version": "2.1.0",
  9649. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
  9650. "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
  9651. "engines": {
  9652. "node": ">=4"
  9653. }
  9654. },
  9655. "node_modules/unicode-property-aliases-ecmascript": {
  9656. "version": "2.1.0",
  9657. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  9658. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
  9659. "engines": {
  9660. "node": ">=4"
  9661. }
  9662. },
  9663. "node_modules/unique-string": {
  9664. "version": "2.0.0",
  9665. "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
  9666. "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
  9667. "dependencies": {
  9668. "crypto-random-string": "^2.0.0"
  9669. },
  9670. "engines": {
  9671. "node": ">=8"
  9672. }
  9673. },
  9674. "node_modules/universalify": {
  9675. "version": "2.0.1",
  9676. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  9677. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  9678. "engines": {
  9679. "node": ">= 10.0.0"
  9680. }
  9681. },
  9682. "node_modules/upath": {
  9683. "version": "1.2.0",
  9684. "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  9685. "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
  9686. "engines": {
  9687. "node": ">=4",
  9688. "yarn": "*"
  9689. }
  9690. },
  9691. "node_modules/update-browserslist-db": {
  9692. "version": "1.0.13",
  9693. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
  9694. "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
  9695. "funding": [
  9696. {
  9697. "type": "opencollective",
  9698. "url": "https://opencollective.com/browserslist"
  9699. },
  9700. {
  9701. "type": "tidelift",
  9702. "url": "https://tidelift.com/funding/github/npm/browserslist"
  9703. },
  9704. {
  9705. "type": "github",
  9706. "url": "https://github.com/sponsors/ai"
  9707. }
  9708. ],
  9709. "dependencies": {
  9710. "escalade": "^3.1.1",
  9711. "picocolors": "^1.0.0"
  9712. },
  9713. "bin": {
  9714. "update-browserslist-db": "cli.js"
  9715. },
  9716. "peerDependencies": {
  9717. "browserslist": ">= 4.21.0"
  9718. }
  9719. },
  9720. "node_modules/uri-js": {
  9721. "version": "4.4.1",
  9722. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  9723. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  9724. "dependencies": {
  9725. "punycode": "^2.1.0"
  9726. }
  9727. },
  9728. "node_modules/use-isomorphic-layout-effect": {
  9729. "version": "1.1.2",
  9730. "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz",
  9731. "integrity": "sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==",
  9732. "peerDependencies": {
  9733. "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  9734. },
  9735. "peerDependenciesMeta": {
  9736. "@types/react": {
  9737. "optional": true
  9738. }
  9739. }
  9740. },
  9741. "node_modules/use-sync-external-store": {
  9742. "version": "1.5.0",
  9743. "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz",
  9744. "integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==",
  9745. "peerDependencies": {
  9746. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  9747. }
  9748. },
  9749. "node_modules/util-deprecate": {
  9750. "version": "1.0.2",
  9751. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  9752. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  9753. "dev": true
  9754. },
  9755. "node_modules/uuid": {
  9756. "version": "8.3.2",
  9757. "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
  9758. "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
  9759. "bin": {
  9760. "uuid": "dist/bin/uuid"
  9761. }
  9762. },
  9763. "node_modules/void-elements": {
  9764. "version": "3.1.0",
  9765. "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz",
  9766. "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==",
  9767. "engines": {
  9768. "node": ">=0.10.0"
  9769. }
  9770. },
  9771. "node_modules/warning": {
  9772. "version": "4.0.3",
  9773. "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz",
  9774. "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
  9775. "dependencies": {
  9776. "loose-envify": "^1.0.0"
  9777. }
  9778. },
  9779. "node_modules/watchpack": {
  9780. "version": "2.4.0",
  9781. "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz",
  9782. "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==",
  9783. "dependencies": {
  9784. "glob-to-regexp": "^0.4.1",
  9785. "graceful-fs": "^4.1.2"
  9786. },
  9787. "engines": {
  9788. "node": ">=10.13.0"
  9789. }
  9790. },
  9791. "node_modules/webidl-conversions": {
  9792. "version": "4.0.2",
  9793. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
  9794. "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg=="
  9795. },
  9796. "node_modules/whatwg-url": {
  9797. "version": "7.1.0",
  9798. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
  9799. "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
  9800. "dependencies": {
  9801. "lodash.sortby": "^4.7.0",
  9802. "tr46": "^1.0.1",
  9803. "webidl-conversions": "^4.0.2"
  9804. }
  9805. },
  9806. "node_modules/which": {
  9807. "version": "2.0.2",
  9808. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  9809. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  9810. "dev": true,
  9811. "dependencies": {
  9812. "isexe": "^2.0.0"
  9813. },
  9814. "bin": {
  9815. "node-which": "bin/node-which"
  9816. },
  9817. "engines": {
  9818. "node": ">= 8"
  9819. }
  9820. },
  9821. "node_modules/which-boxed-primitive": {
  9822. "version": "1.0.2",
  9823. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  9824. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  9825. "dependencies": {
  9826. "is-bigint": "^1.0.1",
  9827. "is-boolean-object": "^1.1.0",
  9828. "is-number-object": "^1.0.4",
  9829. "is-string": "^1.0.5",
  9830. "is-symbol": "^1.0.3"
  9831. },
  9832. "funding": {
  9833. "url": "https://github.com/sponsors/ljharb"
  9834. }
  9835. },
  9836. "node_modules/which-builtin-type": {
  9837. "version": "1.1.3",
  9838. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz",
  9839. "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==",
  9840. "dev": true,
  9841. "dependencies": {
  9842. "function.prototype.name": "^1.1.5",
  9843. "has-tostringtag": "^1.0.0",
  9844. "is-async-function": "^2.0.0",
  9845. "is-date-object": "^1.0.5",
  9846. "is-finalizationregistry": "^1.0.2",
  9847. "is-generator-function": "^1.0.10",
  9848. "is-regex": "^1.1.4",
  9849. "is-weakref": "^1.0.2",
  9850. "isarray": "^2.0.5",
  9851. "which-boxed-primitive": "^1.0.2",
  9852. "which-collection": "^1.0.1",
  9853. "which-typed-array": "^1.1.9"
  9854. },
  9855. "engines": {
  9856. "node": ">= 0.4"
  9857. },
  9858. "funding": {
  9859. "url": "https://github.com/sponsors/ljharb"
  9860. }
  9861. },
  9862. "node_modules/which-collection": {
  9863. "version": "1.0.1",
  9864. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz",
  9865. "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==",
  9866. "dev": true,
  9867. "dependencies": {
  9868. "is-map": "^2.0.1",
  9869. "is-set": "^2.0.1",
  9870. "is-weakmap": "^2.0.1",
  9871. "is-weakset": "^2.0.1"
  9872. },
  9873. "funding": {
  9874. "url": "https://github.com/sponsors/ljharb"
  9875. }
  9876. },
  9877. "node_modules/which-typed-array": {
  9878. "version": "1.1.14",
  9879. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.14.tgz",
  9880. "integrity": "sha512-VnXFiIW8yNn9kIHN88xvZ4yOWchftKDsRJ8fEPacX/wl1lOvBrhsJ/OeJCXq7B0AaijRuqgzSKalJoPk+D8MPg==",
  9881. "dependencies": {
  9882. "available-typed-arrays": "^1.0.6",
  9883. "call-bind": "^1.0.5",
  9884. "for-each": "^0.3.3",
  9885. "gopd": "^1.0.1",
  9886. "has-tostringtag": "^1.0.1"
  9887. },
  9888. "engines": {
  9889. "node": ">= 0.4"
  9890. },
  9891. "funding": {
  9892. "url": "https://github.com/sponsors/ljharb"
  9893. }
  9894. },
  9895. "node_modules/workbox-background-sync": {
  9896. "version": "6.6.0",
  9897. "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.6.0.tgz",
  9898. "integrity": "sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==",
  9899. "dependencies": {
  9900. "idb": "^7.0.1",
  9901. "workbox-core": "6.6.0"
  9902. }
  9903. },
  9904. "node_modules/workbox-broadcast-update": {
  9905. "version": "6.6.0",
  9906. "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.0.tgz",
  9907. "integrity": "sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==",
  9908. "dependencies": {
  9909. "workbox-core": "6.6.0"
  9910. }
  9911. },
  9912. "node_modules/workbox-build": {
  9913. "version": "6.6.0",
  9914. "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.0.tgz",
  9915. "integrity": "sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==",
  9916. "dependencies": {
  9917. "@apideck/better-ajv-errors": "^0.3.1",
  9918. "@babel/core": "^7.11.1",
  9919. "@babel/preset-env": "^7.11.0",
  9920. "@babel/runtime": "^7.11.2",
  9921. "@rollup/plugin-babel": "^5.2.0",
  9922. "@rollup/plugin-node-resolve": "^11.2.1",
  9923. "@rollup/plugin-replace": "^2.4.1",
  9924. "@surma/rollup-plugin-off-main-thread": "^2.2.3",
  9925. "ajv": "^8.6.0",
  9926. "common-tags": "^1.8.0",
  9927. "fast-json-stable-stringify": "^2.1.0",
  9928. "fs-extra": "^9.0.1",
  9929. "glob": "^7.1.6",
  9930. "lodash": "^4.17.20",
  9931. "pretty-bytes": "^5.3.0",
  9932. "rollup": "^2.43.1",
  9933. "rollup-plugin-terser": "^7.0.0",
  9934. "source-map": "^0.8.0-beta.0",
  9935. "stringify-object": "^3.3.0",
  9936. "strip-comments": "^2.0.1",
  9937. "tempy": "^0.6.0",
  9938. "upath": "^1.2.0",
  9939. "workbox-background-sync": "6.6.0",
  9940. "workbox-broadcast-update": "6.6.0",
  9941. "workbox-cacheable-response": "6.6.0",
  9942. "workbox-core": "6.6.0",
  9943. "workbox-expiration": "6.6.0",
  9944. "workbox-google-analytics": "6.6.0",
  9945. "workbox-navigation-preload": "6.6.0",
  9946. "workbox-precaching": "6.6.0",
  9947. "workbox-range-requests": "6.6.0",
  9948. "workbox-recipes": "6.6.0",
  9949. "workbox-routing": "6.6.0",
  9950. "workbox-strategies": "6.6.0",
  9951. "workbox-streams": "6.6.0",
  9952. "workbox-sw": "6.6.0",
  9953. "workbox-window": "6.6.0"
  9954. },
  9955. "engines": {
  9956. "node": ">=10.0.0"
  9957. }
  9958. },
  9959. "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": {
  9960. "version": "0.3.6",
  9961. "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz",
  9962. "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==",
  9963. "dependencies": {
  9964. "json-schema": "^0.4.0",
  9965. "jsonpointer": "^5.0.0",
  9966. "leven": "^3.1.0"
  9967. },
  9968. "engines": {
  9969. "node": ">=10"
  9970. },
  9971. "peerDependencies": {
  9972. "ajv": ">=8"
  9973. }
  9974. },
  9975. "node_modules/workbox-build/node_modules/ajv": {
  9976. "version": "8.12.0",
  9977. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
  9978. "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
  9979. "dependencies": {
  9980. "fast-deep-equal": "^3.1.1",
  9981. "json-schema-traverse": "^1.0.0",
  9982. "require-from-string": "^2.0.2",
  9983. "uri-js": "^4.2.2"
  9984. },
  9985. "funding": {
  9986. "type": "github",
  9987. "url": "https://github.com/sponsors/epoberezkin"
  9988. }
  9989. },
  9990. "node_modules/workbox-build/node_modules/json-schema-traverse": {
  9991. "version": "1.0.0",
  9992. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  9993. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  9994. },
  9995. "node_modules/workbox-build/node_modules/source-map": {
  9996. "version": "0.8.0-beta.0",
  9997. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
  9998. "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
  9999. "dependencies": {
  10000. "whatwg-url": "^7.0.0"
  10001. },
  10002. "engines": {
  10003. "node": ">= 8"
  10004. }
  10005. },
  10006. "node_modules/workbox-cacheable-response": {
  10007. "version": "6.6.0",
  10008. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.0.tgz",
  10009. "integrity": "sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==",
  10010. "deprecated": "[email protected]",
  10011. "dependencies": {
  10012. "workbox-core": "6.6.0"
  10013. }
  10014. },
  10015. "node_modules/workbox-core": {
  10016. "version": "6.6.0",
  10017. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.0.tgz",
  10018. "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ=="
  10019. },
  10020. "node_modules/workbox-expiration": {
  10021. "version": "6.6.0",
  10022. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.0.tgz",
  10023. "integrity": "sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==",
  10024. "dependencies": {
  10025. "idb": "^7.0.1",
  10026. "workbox-core": "6.6.0"
  10027. }
  10028. },
  10029. "node_modules/workbox-google-analytics": {
  10030. "version": "6.6.0",
  10031. "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.0.tgz",
  10032. "integrity": "sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==",
  10033. "deprecated": "It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained",
  10034. "dependencies": {
  10035. "workbox-background-sync": "6.6.0",
  10036. "workbox-core": "6.6.0",
  10037. "workbox-routing": "6.6.0",
  10038. "workbox-strategies": "6.6.0"
  10039. }
  10040. },
  10041. "node_modules/workbox-navigation-preload": {
  10042. "version": "6.6.0",
  10043. "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.0.tgz",
  10044. "integrity": "sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==",
  10045. "dependencies": {
  10046. "workbox-core": "6.6.0"
  10047. }
  10048. },
  10049. "node_modules/workbox-precaching": {
  10050. "version": "6.6.0",
  10051. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.0.tgz",
  10052. "integrity": "sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==",
  10053. "dependencies": {
  10054. "workbox-core": "6.6.0",
  10055. "workbox-routing": "6.6.0",
  10056. "workbox-strategies": "6.6.0"
  10057. }
  10058. },
  10059. "node_modules/workbox-range-requests": {
  10060. "version": "6.6.0",
  10061. "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.0.tgz",
  10062. "integrity": "sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==",
  10063. "dependencies": {
  10064. "workbox-core": "6.6.0"
  10065. }
  10066. },
  10067. "node_modules/workbox-recipes": {
  10068. "version": "6.6.0",
  10069. "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.0.tgz",
  10070. "integrity": "sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==",
  10071. "dependencies": {
  10072. "workbox-cacheable-response": "6.6.0",
  10073. "workbox-core": "6.6.0",
  10074. "workbox-expiration": "6.6.0",
  10075. "workbox-precaching": "6.6.0",
  10076. "workbox-routing": "6.6.0",
  10077. "workbox-strategies": "6.6.0"
  10078. }
  10079. },
  10080. "node_modules/workbox-routing": {
  10081. "version": "6.6.0",
  10082. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.0.tgz",
  10083. "integrity": "sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==",
  10084. "dependencies": {
  10085. "workbox-core": "6.6.0"
  10086. }
  10087. },
  10088. "node_modules/workbox-strategies": {
  10089. "version": "6.6.0",
  10090. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.0.tgz",
  10091. "integrity": "sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==",
  10092. "dependencies": {
  10093. "workbox-core": "6.6.0"
  10094. }
  10095. },
  10096. "node_modules/workbox-streams": {
  10097. "version": "6.6.0",
  10098. "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.0.tgz",
  10099. "integrity": "sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==",
  10100. "dependencies": {
  10101. "workbox-core": "6.6.0",
  10102. "workbox-routing": "6.6.0"
  10103. }
  10104. },
  10105. "node_modules/workbox-sw": {
  10106. "version": "6.6.0",
  10107. "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.0.tgz",
  10108. "integrity": "sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ=="
  10109. },
  10110. "node_modules/workbox-webpack-plugin": {
  10111. "version": "6.6.0",
  10112. "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.6.0.tgz",
  10113. "integrity": "sha512-xNZIZHalboZU66Wa7x1YkjIqEy1gTR+zPM+kjrYJzqN7iurYZBctBLISyScjhkJKYuRrZUP0iqViZTh8rS0+3A==",
  10114. "dependencies": {
  10115. "fast-json-stable-stringify": "^2.1.0",
  10116. "pretty-bytes": "^5.4.1",
  10117. "upath": "^1.2.0",
  10118. "webpack-sources": "^1.4.3",
  10119. "workbox-build": "6.6.0"
  10120. },
  10121. "engines": {
  10122. "node": ">=10.0.0"
  10123. },
  10124. "peerDependencies": {
  10125. "webpack": "^4.4.0 || ^5.9.0"
  10126. }
  10127. },
  10128. "node_modules/workbox-webpack-plugin/node_modules/source-map": {
  10129. "version": "0.6.1",
  10130. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  10131. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  10132. "engines": {
  10133. "node": ">=0.10.0"
  10134. }
  10135. },
  10136. "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": {
  10137. "version": "1.4.3",
  10138. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
  10139. "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
  10140. "dependencies": {
  10141. "source-list-map": "^2.0.0",
  10142. "source-map": "~0.6.1"
  10143. }
  10144. },
  10145. "node_modules/workbox-window": {
  10146. "version": "6.6.0",
  10147. "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.6.0.tgz",
  10148. "integrity": "sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==",
  10149. "dependencies": {
  10150. "@types/trusted-types": "^2.0.2",
  10151. "workbox-core": "6.6.0"
  10152. }
  10153. },
  10154. "node_modules/wrap-ansi": {
  10155. "version": "8.1.0",
  10156. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  10157. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  10158. "dev": true,
  10159. "dependencies": {
  10160. "ansi-styles": "^6.1.0",
  10161. "string-width": "^5.0.1",
  10162. "strip-ansi": "^7.0.1"
  10163. },
  10164. "engines": {
  10165. "node": ">=12"
  10166. },
  10167. "funding": {
  10168. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  10169. }
  10170. },
  10171. "node_modules/wrap-ansi-cjs": {
  10172. "name": "wrap-ansi",
  10173. "version": "7.0.0",
  10174. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  10175. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  10176. "dev": true,
  10177. "dependencies": {
  10178. "ansi-styles": "^4.0.0",
  10179. "string-width": "^4.1.0",
  10180. "strip-ansi": "^6.0.0"
  10181. }
  10182. },
  10183. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  10184. "version": "4.3.0",
  10185. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10186. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10187. "dev": true,
  10188. "dependencies": {
  10189. "color-convert": "^2.0.1"
  10190. },
  10191. "engines": {
  10192. "node": ">=8"
  10193. },
  10194. "funding": {
  10195. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10196. }
  10197. },
  10198. "node_modules/wrap-ansi-cjs/node_modules/color-convert": {
  10199. "version": "2.0.1",
  10200. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10201. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10202. "dev": true,
  10203. "dependencies": {
  10204. "color-name": "~1.1.4"
  10205. },
  10206. "engines": {
  10207. "node": ">=7.0.0"
  10208. }
  10209. },
  10210. "node_modules/wrap-ansi-cjs/node_modules/color-name": {
  10211. "version": "1.1.4",
  10212. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10213. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  10214. "dev": true
  10215. },
  10216. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  10217. "version": "8.0.0",
  10218. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  10219. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  10220. "dev": true
  10221. },
  10222. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  10223. "version": "4.2.3",
  10224. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  10225. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  10226. "dev": true,
  10227. "dependencies": {
  10228. "emoji-regex": "^8.0.0",
  10229. "is-fullwidth-code-point": "^3.0.0",
  10230. "strip-ansi": "^6.0.1"
  10231. },
  10232. "engines": {
  10233. "node": ">=8"
  10234. }
  10235. },
  10236. "node_modules/wrap-ansi/node_modules/ansi-regex": {
  10237. "version": "6.0.1",
  10238. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
  10239. "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
  10240. "dev": true,
  10241. "engines": {
  10242. "node": ">=12"
  10243. },
  10244. "funding": {
  10245. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  10246. }
  10247. },
  10248. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  10249. "version": "6.2.1",
  10250. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
  10251. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  10252. "dev": true,
  10253. "engines": {
  10254. "node": ">=12"
  10255. },
  10256. "funding": {
  10257. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10258. }
  10259. },
  10260. "node_modules/wrap-ansi/node_modules/strip-ansi": {
  10261. "version": "7.1.0",
  10262. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  10263. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  10264. "dev": true,
  10265. "dependencies": {
  10266. "ansi-regex": "^6.0.1"
  10267. },
  10268. "engines": {
  10269. "node": ">=12"
  10270. },
  10271. "funding": {
  10272. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  10273. }
  10274. },
  10275. "node_modules/wrappy": {
  10276. "version": "1.0.2",
  10277. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  10278. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  10279. },
  10280. "node_modules/yallist": {
  10281. "version": "4.0.0",
  10282. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  10283. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  10284. },
  10285. "node_modules/yaml": {
  10286. "version": "1.10.2",
  10287. "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
  10288. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  10289. "engines": {
  10290. "node": ">= 6"
  10291. }
  10292. },
  10293. "node_modules/yocto-queue": {
  10294. "version": "0.1.0",
  10295. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  10296. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  10297. "dev": true,
  10298. "engines": {
  10299. "node": ">=10"
  10300. },
  10301. "funding": {
  10302. "url": "https://github.com/sponsors/sindresorhus"
  10303. }
  10304. }
  10305. }
  10306. }