You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6067 lines
216 KiB

  1. {
  2. "name": "chisfis-nextjs",
  3. "version": "0.2.2",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "chisfis-nextjs",
  9. "version": "0.2.2",
  10. "dependencies": {
  11. "@headlessui/react": "^1.7.14",
  12. "@heroicons/react": "^2.0.18",
  13. "@tailwindcss/aspect-ratio": "^0.4.2",
  14. "@tailwindcss/forms": "^0.5.3",
  15. "@tailwindcss/typography": "^0.5.9",
  16. "@types/google-map-react": "^2.1.7",
  17. "@types/node": "20.2.3",
  18. "@types/react": "18.2.7",
  19. "@types/react-datepicker": "^4.11.2",
  20. "@types/react-dom": "18.2.4",
  21. "axios": "^1.7.5",
  22. "client-only": "^0.0.1",
  23. "cookie": "^1.0.2",
  24. "eslint": "8.41.0",
  25. "eslint-config-next": "^13.4.3",
  26. "framer-motion": "^10.12.16",
  27. "google-libphonenumber": "^3.2.38",
  28. "google-map-react": "^2.2.1",
  29. "i18next": "^23.16.4",
  30. "libphonenumber-js": "^1.11.9",
  31. "lodash": "^4.17.21",
  32. "next": "^13.4.3",
  33. "next-i18next": "^15.3.1",
  34. "rc-slider": "^10.1.1",
  35. "react": "^18.2.0",
  36. "react-datepicker": "^4.11.0",
  37. "react-dom": "^18.2.0",
  38. "react-hooks-global-state": "^2.1.0",
  39. "react-i18next": "^15.1.0",
  40. "react-icons": "^5.3.0",
  41. "react-swipeable": "^7.0.0",
  42. "react-toastify": "^10.0.5",
  43. "react-use": "^17.4.0",
  44. "react-use-keypress": "^1.3.1",
  45. "sass": "^1.62.1",
  46. "server-only": "^0.0.1",
  47. "sharp": "^0.33.5",
  48. "typescript": "5.0.4"
  49. },
  50. "devDependencies": {
  51. "@types/google-libphonenumber": "^7.4.30",
  52. "autoprefixer": "^10.4.14",
  53. "postcss": "^8.4.23",
  54. "tailwindcss": "^3.3.2"
  55. }
  56. },
  57. "node_modules/@alloc/quick-lru": {
  58. "version": "5.2.0",
  59. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  60. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  61. "license": "MIT",
  62. "engines": {
  63. "node": ">=10"
  64. },
  65. "funding": {
  66. "url": "https://github.com/sponsors/sindresorhus"
  67. }
  68. },
  69. "node_modules/@babel/runtime": {
  70. "version": "7.25.6",
  71. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz",
  72. "integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==",
  73. "dependencies": {
  74. "regenerator-runtime": "^0.14.0"
  75. },
  76. "engines": {
  77. "node": ">=6.9.0"
  78. }
  79. },
  80. "node_modules/@emnapi/runtime": {
  81. "version": "1.3.1",
  82. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz",
  83. "integrity": "sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==",
  84. "optional": true,
  85. "dependencies": {
  86. "tslib": "^2.4.0"
  87. }
  88. },
  89. "node_modules/@emotion/is-prop-valid": {
  90. "version": "0.8.8",
  91. "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz",
  92. "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==",
  93. "license": "MIT",
  94. "optional": true,
  95. "dependencies": {
  96. "@emotion/memoize": "0.7.4"
  97. }
  98. },
  99. "node_modules/@emotion/memoize": {
  100. "version": "0.7.4",
  101. "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz",
  102. "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==",
  103. "license": "MIT",
  104. "optional": true
  105. },
  106. "node_modules/@eslint-community/eslint-utils": {
  107. "version": "4.4.0",
  108. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
  109. "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
  110. "license": "MIT",
  111. "dependencies": {
  112. "eslint-visitor-keys": "^3.3.0"
  113. },
  114. "engines": {
  115. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  116. },
  117. "peerDependencies": {
  118. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  119. }
  120. },
  121. "node_modules/@eslint-community/regexpp": {
  122. "version": "4.5.1",
  123. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz",
  124. "integrity": "sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==",
  125. "license": "MIT",
  126. "engines": {
  127. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  128. }
  129. },
  130. "node_modules/@eslint/eslintrc": {
  131. "version": "2.0.3",
  132. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz",
  133. "integrity": "sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==",
  134. "license": "MIT",
  135. "dependencies": {
  136. "ajv": "^6.12.4",
  137. "debug": "^4.3.2",
  138. "espree": "^9.5.2",
  139. "globals": "^13.19.0",
  140. "ignore": "^5.2.0",
  141. "import-fresh": "^3.2.1",
  142. "js-yaml": "^4.1.0",
  143. "minimatch": "^3.1.2",
  144. "strip-json-comments": "^3.1.1"
  145. },
  146. "engines": {
  147. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  148. },
  149. "funding": {
  150. "url": "https://opencollective.com/eslint"
  151. }
  152. },
  153. "node_modules/@eslint/js": {
  154. "version": "8.41.0",
  155. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.41.0.tgz",
  156. "integrity": "sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==",
  157. "license": "MIT",
  158. "engines": {
  159. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  160. }
  161. },
  162. "node_modules/@googlemaps/js-api-loader": {
  163. "version": "1.15.2",
  164. "resolved": "https://registry.npmjs.org/@googlemaps/js-api-loader/-/js-api-loader-1.15.2.tgz",
  165. "integrity": "sha512-8FJwvd1F5Zxs/kDuH/ESFwSjOY0ZyGVkPDyv2VmC9cg8n1vPUKmvZJh/EzoikC/Z5itGMTRfcxmvSapXAi0+zQ==",
  166. "license": "Apache-2.0",
  167. "dependencies": {
  168. "fast-deep-equal": "^3.1.3"
  169. }
  170. },
  171. "node_modules/@headlessui/react": {
  172. "version": "1.7.14",
  173. "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.14.tgz",
  174. "integrity": "sha512-znzdq9PG8rkwcu9oQ2FwIy0ZFtP9Z7ycS+BAqJ3R5EIqC/0bJGvhT7193rFf+45i9nnPsYvCQVW4V/bB9Xc+gA==",
  175. "license": "MIT",
  176. "dependencies": {
  177. "client-only": "^0.0.1"
  178. },
  179. "engines": {
  180. "node": ">=10"
  181. },
  182. "peerDependencies": {
  183. "react": "^16 || ^17 || ^18",
  184. "react-dom": "^16 || ^17 || ^18"
  185. }
  186. },
  187. "node_modules/@heroicons/react": {
  188. "version": "2.0.18",
  189. "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.18.tgz",
  190. "integrity": "sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw==",
  191. "license": "MIT",
  192. "peerDependencies": {
  193. "react": ">= 16"
  194. }
  195. },
  196. "node_modules/@humanwhocodes/config-array": {
  197. "version": "0.11.8",
  198. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz",
  199. "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==",
  200. "license": "Apache-2.0",
  201. "dependencies": {
  202. "@humanwhocodes/object-schema": "^1.2.1",
  203. "debug": "^4.1.1",
  204. "minimatch": "^3.0.5"
  205. },
  206. "engines": {
  207. "node": ">=10.10.0"
  208. }
  209. },
  210. "node_modules/@humanwhocodes/module-importer": {
  211. "version": "1.0.1",
  212. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  213. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  214. "license": "Apache-2.0",
  215. "engines": {
  216. "node": ">=12.22"
  217. },
  218. "funding": {
  219. "type": "github",
  220. "url": "https://github.com/sponsors/nzakas"
  221. }
  222. },
  223. "node_modules/@humanwhocodes/object-schema": {
  224. "version": "1.2.1",
  225. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
  226. "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
  227. "license": "BSD-3-Clause"
  228. },
  229. "node_modules/@img/sharp-darwin-arm64": {
  230. "version": "0.33.5",
  231. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
  232. "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
  233. "cpu": [
  234. "arm64"
  235. ],
  236. "optional": true,
  237. "os": [
  238. "darwin"
  239. ],
  240. "engines": {
  241. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  242. },
  243. "funding": {
  244. "url": "https://opencollective.com/libvips"
  245. },
  246. "optionalDependencies": {
  247. "@img/sharp-libvips-darwin-arm64": "1.0.4"
  248. }
  249. },
  250. "node_modules/@img/sharp-darwin-x64": {
  251. "version": "0.33.5",
  252. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
  253. "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
  254. "cpu": [
  255. "x64"
  256. ],
  257. "optional": true,
  258. "os": [
  259. "darwin"
  260. ],
  261. "engines": {
  262. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  263. },
  264. "funding": {
  265. "url": "https://opencollective.com/libvips"
  266. },
  267. "optionalDependencies": {
  268. "@img/sharp-libvips-darwin-x64": "1.0.4"
  269. }
  270. },
  271. "node_modules/@img/sharp-libvips-darwin-arm64": {
  272. "version": "1.0.4",
  273. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
  274. "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
  275. "cpu": [
  276. "arm64"
  277. ],
  278. "optional": true,
  279. "os": [
  280. "darwin"
  281. ],
  282. "funding": {
  283. "url": "https://opencollective.com/libvips"
  284. }
  285. },
  286. "node_modules/@img/sharp-libvips-darwin-x64": {
  287. "version": "1.0.4",
  288. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
  289. "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
  290. "cpu": [
  291. "x64"
  292. ],
  293. "optional": true,
  294. "os": [
  295. "darwin"
  296. ],
  297. "funding": {
  298. "url": "https://opencollective.com/libvips"
  299. }
  300. },
  301. "node_modules/@img/sharp-libvips-linux-arm": {
  302. "version": "1.0.5",
  303. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
  304. "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
  305. "cpu": [
  306. "arm"
  307. ],
  308. "optional": true,
  309. "os": [
  310. "linux"
  311. ],
  312. "funding": {
  313. "url": "https://opencollective.com/libvips"
  314. }
  315. },
  316. "node_modules/@img/sharp-libvips-linux-arm64": {
  317. "version": "1.0.4",
  318. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
  319. "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
  320. "cpu": [
  321. "arm64"
  322. ],
  323. "optional": true,
  324. "os": [
  325. "linux"
  326. ],
  327. "funding": {
  328. "url": "https://opencollective.com/libvips"
  329. }
  330. },
  331. "node_modules/@img/sharp-libvips-linux-s390x": {
  332. "version": "1.0.4",
  333. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",
  334. "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",
  335. "cpu": [
  336. "s390x"
  337. ],
  338. "optional": true,
  339. "os": [
  340. "linux"
  341. ],
  342. "funding": {
  343. "url": "https://opencollective.com/libvips"
  344. }
  345. },
  346. "node_modules/@img/sharp-libvips-linux-x64": {
  347. "version": "1.0.4",
  348. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
  349. "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
  350. "cpu": [
  351. "x64"
  352. ],
  353. "optional": true,
  354. "os": [
  355. "linux"
  356. ],
  357. "funding": {
  358. "url": "https://opencollective.com/libvips"
  359. }
  360. },
  361. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  362. "version": "1.0.4",
  363. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",
  364. "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",
  365. "cpu": [
  366. "arm64"
  367. ],
  368. "optional": true,
  369. "os": [
  370. "linux"
  371. ],
  372. "funding": {
  373. "url": "https://opencollective.com/libvips"
  374. }
  375. },
  376. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  377. "version": "1.0.4",
  378. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",
  379. "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",
  380. "cpu": [
  381. "x64"
  382. ],
  383. "optional": true,
  384. "os": [
  385. "linux"
  386. ],
  387. "funding": {
  388. "url": "https://opencollective.com/libvips"
  389. }
  390. },
  391. "node_modules/@img/sharp-linux-arm": {
  392. "version": "0.33.5",
  393. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
  394. "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
  395. "cpu": [
  396. "arm"
  397. ],
  398. "optional": true,
  399. "os": [
  400. "linux"
  401. ],
  402. "engines": {
  403. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  404. },
  405. "funding": {
  406. "url": "https://opencollective.com/libvips"
  407. },
  408. "optionalDependencies": {
  409. "@img/sharp-libvips-linux-arm": "1.0.5"
  410. }
  411. },
  412. "node_modules/@img/sharp-linux-arm64": {
  413. "version": "0.33.5",
  414. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
  415. "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
  416. "cpu": [
  417. "arm64"
  418. ],
  419. "optional": true,
  420. "os": [
  421. "linux"
  422. ],
  423. "engines": {
  424. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  425. },
  426. "funding": {
  427. "url": "https://opencollective.com/libvips"
  428. },
  429. "optionalDependencies": {
  430. "@img/sharp-libvips-linux-arm64": "1.0.4"
  431. }
  432. },
  433. "node_modules/@img/sharp-linux-s390x": {
  434. "version": "0.33.5",
  435. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",
  436. "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",
  437. "cpu": [
  438. "s390x"
  439. ],
  440. "optional": true,
  441. "os": [
  442. "linux"
  443. ],
  444. "engines": {
  445. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  446. },
  447. "funding": {
  448. "url": "https://opencollective.com/libvips"
  449. },
  450. "optionalDependencies": {
  451. "@img/sharp-libvips-linux-s390x": "1.0.4"
  452. }
  453. },
  454. "node_modules/@img/sharp-linux-x64": {
  455. "version": "0.33.5",
  456. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",
  457. "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",
  458. "cpu": [
  459. "x64"
  460. ],
  461. "optional": true,
  462. "os": [
  463. "linux"
  464. ],
  465. "engines": {
  466. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  467. },
  468. "funding": {
  469. "url": "https://opencollective.com/libvips"
  470. },
  471. "optionalDependencies": {
  472. "@img/sharp-libvips-linux-x64": "1.0.4"
  473. }
  474. },
  475. "node_modules/@img/sharp-linuxmusl-arm64": {
  476. "version": "0.33.5",
  477. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",
  478. "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",
  479. "cpu": [
  480. "arm64"
  481. ],
  482. "optional": true,
  483. "os": [
  484. "linux"
  485. ],
  486. "engines": {
  487. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  488. },
  489. "funding": {
  490. "url": "https://opencollective.com/libvips"
  491. },
  492. "optionalDependencies": {
  493. "@img/sharp-libvips-linuxmusl-arm64": "1.0.4"
  494. }
  495. },
  496. "node_modules/@img/sharp-linuxmusl-x64": {
  497. "version": "0.33.5",
  498. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",
  499. "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",
  500. "cpu": [
  501. "x64"
  502. ],
  503. "optional": true,
  504. "os": [
  505. "linux"
  506. ],
  507. "engines": {
  508. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  509. },
  510. "funding": {
  511. "url": "https://opencollective.com/libvips"
  512. },
  513. "optionalDependencies": {
  514. "@img/sharp-libvips-linuxmusl-x64": "1.0.4"
  515. }
  516. },
  517. "node_modules/@img/sharp-wasm32": {
  518. "version": "0.33.5",
  519. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",
  520. "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",
  521. "cpu": [
  522. "wasm32"
  523. ],
  524. "optional": true,
  525. "dependencies": {
  526. "@emnapi/runtime": "^1.2.0"
  527. },
  528. "engines": {
  529. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  530. },
  531. "funding": {
  532. "url": "https://opencollective.com/libvips"
  533. }
  534. },
  535. "node_modules/@img/sharp-win32-ia32": {
  536. "version": "0.33.5",
  537. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",
  538. "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",
  539. "cpu": [
  540. "ia32"
  541. ],
  542. "optional": true,
  543. "os": [
  544. "win32"
  545. ],
  546. "engines": {
  547. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  548. },
  549. "funding": {
  550. "url": "https://opencollective.com/libvips"
  551. }
  552. },
  553. "node_modules/@img/sharp-win32-x64": {
  554. "version": "0.33.5",
  555. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
  556. "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
  557. "cpu": [
  558. "x64"
  559. ],
  560. "optional": true,
  561. "os": [
  562. "win32"
  563. ],
  564. "engines": {
  565. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  566. },
  567. "funding": {
  568. "url": "https://opencollective.com/libvips"
  569. }
  570. },
  571. "node_modules/@jridgewell/gen-mapping": {
  572. "version": "0.3.3",
  573. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
  574. "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
  575. "license": "MIT",
  576. "dependencies": {
  577. "@jridgewell/set-array": "^1.0.1",
  578. "@jridgewell/sourcemap-codec": "^1.4.10",
  579. "@jridgewell/trace-mapping": "^0.3.9"
  580. },
  581. "engines": {
  582. "node": ">=6.0.0"
  583. }
  584. },
  585. "node_modules/@jridgewell/resolve-uri": {
  586. "version": "3.1.0",
  587. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
  588. "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
  589. "license": "MIT",
  590. "engines": {
  591. "node": ">=6.0.0"
  592. }
  593. },
  594. "node_modules/@jridgewell/set-array": {
  595. "version": "1.1.2",
  596. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
  597. "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
  598. "license": "MIT",
  599. "engines": {
  600. "node": ">=6.0.0"
  601. }
  602. },
  603. "node_modules/@jridgewell/sourcemap-codec": {
  604. "version": "1.4.15",
  605. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
  606. "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
  607. "license": "MIT"
  608. },
  609. "node_modules/@jridgewell/trace-mapping": {
  610. "version": "0.3.18",
  611. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz",
  612. "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==",
  613. "license": "MIT",
  614. "dependencies": {
  615. "@jridgewell/resolve-uri": "3.1.0",
  616. "@jridgewell/sourcemap-codec": "1.4.14"
  617. }
  618. },
  619. "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
  620. "version": "1.4.14",
  621. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
  622. "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",
  623. "license": "MIT"
  624. },
  625. "node_modules/@mapbox/point-geometry": {
  626. "version": "0.1.0",
  627. "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-0.1.0.tgz",
  628. "integrity": "sha512-6j56HdLTwWGO0fJPlrZtdU/B13q8Uwmo18Ck2GnGgN9PCFyKTZ3UbXeEdRFh18i9XQ92eH2VdtpJHpBD3aripQ==",
  629. "license": "ISC"
  630. },
  631. "node_modules/@next/env": {
  632. "version": "13.4.3",
  633. "resolved": "https://registry.npmjs.org/@next/env/-/env-13.4.3.tgz",
  634. "integrity": "sha512-pa1ErjyFensznttAk3EIv77vFbfSYT6cLzVRK5jx4uiRuCQo+m2wCFAREaHKIy63dlgvOyMlzh6R8Inu8H3KrQ==",
  635. "license": "MIT"
  636. },
  637. "node_modules/@next/eslint-plugin-next": {
  638. "version": "13.4.3",
  639. "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.3.tgz",
  640. "integrity": "sha512-5B0uOnh7wyUY9vNNdIA6NUvWozhrZaTMZOzdirYAefqD0ZBK5C/h3+KMYdCKrR7JrXGvVpWnHtv54b3dCzwICA==",
  641. "license": "MIT",
  642. "dependencies": {
  643. "glob": "7.1.7"
  644. }
  645. },
  646. "node_modules/@next/eslint-plugin-next/node_modules/glob": {
  647. "version": "7.1.7",
  648. "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
  649. "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
  650. "license": "ISC",
  651. "dependencies": {
  652. "fs.realpath": "^1.0.0",
  653. "inflight": "^1.0.4",
  654. "inherits": "2",
  655. "minimatch": "^3.0.4",
  656. "once": "^1.3.0",
  657. "path-is-absolute": "^1.0.0"
  658. },
  659. "engines": {
  660. "node": "*"
  661. },
  662. "funding": {
  663. "url": "https://github.com/sponsors/isaacs"
  664. }
  665. },
  666. "node_modules/@next/swc-darwin-arm64": {
  667. "version": "13.4.3",
  668. "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.4.3.tgz",
  669. "integrity": "sha512-yx18udH/ZmR4Bw4M6lIIPE3JxsAZwo04iaucEfA2GMt1unXr2iodHUX/LAKNyi6xoLP2ghi0E+Xi1f4Qb8f1LQ==",
  670. "cpu": [
  671. "arm64"
  672. ],
  673. "optional": true,
  674. "os": [
  675. "darwin"
  676. ],
  677. "engines": {
  678. "node": ">= 10"
  679. }
  680. },
  681. "node_modules/@next/swc-darwin-x64": {
  682. "version": "13.4.3",
  683. "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-13.4.3.tgz",
  684. "integrity": "sha512-Mi8xJWh2IOjryAM1mx18vwmal9eokJ2njY4nDh04scy37F0LEGJ/diL6JL6kTXi0UfUCGbMsOItf7vpReNiD2A==",
  685. "cpu": [
  686. "x64"
  687. ],
  688. "optional": true,
  689. "os": [
  690. "darwin"
  691. ],
  692. "engines": {
  693. "node": ">= 10"
  694. }
  695. },
  696. "node_modules/@next/swc-linux-arm64-gnu": {
  697. "version": "13.4.3",
  698. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.4.3.tgz",
  699. "integrity": "sha512-aBvtry4bxJ1xwKZ/LVPeBGBwWVwxa4bTnNkRRw6YffJnn/f4Tv4EGDPaVeYHZGQVA56wsGbtA6nZMuWs/EIk4Q==",
  700. "cpu": [
  701. "arm64"
  702. ],
  703. "optional": true,
  704. "os": [
  705. "linux"
  706. ],
  707. "engines": {
  708. "node": ">= 10"
  709. }
  710. },
  711. "node_modules/@next/swc-linux-arm64-musl": {
  712. "version": "13.4.3",
  713. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.4.3.tgz",
  714. "integrity": "sha512-krT+2G3kEsEUvZoYte3/2IscscDraYPc2B+fDJFipPktJmrv088Pei/RjrhWm5TMIy5URYjZUoDZdh5k940Dyw==",
  715. "cpu": [
  716. "arm64"
  717. ],
  718. "optional": true,
  719. "os": [
  720. "linux"
  721. ],
  722. "engines": {
  723. "node": ">= 10"
  724. }
  725. },
  726. "node_modules/@next/swc-linux-x64-gnu": {
  727. "version": "13.4.3",
  728. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.4.3.tgz",
  729. "integrity": "sha512-AMdFX6EKJjC0G/CM6hJvkY8wUjCcbdj3Qg7uAQJ7PVejRWaVt0sDTMavbRfgMchx8h8KsAudUCtdFkG9hlEClw==",
  730. "cpu": [
  731. "x64"
  732. ],
  733. "optional": true,
  734. "os": [
  735. "linux"
  736. ],
  737. "engines": {
  738. "node": ">= 10"
  739. }
  740. },
  741. "node_modules/@next/swc-linux-x64-musl": {
  742. "version": "13.4.3",
  743. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.4.3.tgz",
  744. "integrity": "sha512-jySgSXE48shaLtcQbiFO9ajE9mqz7pcAVLnVLvRIlUHyQYR/WyZdK8ehLs65Mz6j9cLrJM+YdmdJPyV4WDaz2g==",
  745. "cpu": [
  746. "x64"
  747. ],
  748. "optional": true,
  749. "os": [
  750. "linux"
  751. ],
  752. "engines": {
  753. "node": ">= 10"
  754. }
  755. },
  756. "node_modules/@next/swc-win32-arm64-msvc": {
  757. "version": "13.4.3",
  758. "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.4.3.tgz",
  759. "integrity": "sha512-5DxHo8uYcaADiE9pHrg8o28VMt/1kR8voDehmfs9AqS0qSClxAAl+CchjdboUvbCjdNWL1MISCvEfKY2InJ3JA==",
  760. "cpu": [
  761. "arm64"
  762. ],
  763. "optional": true,
  764. "os": [
  765. "win32"
  766. ],
  767. "engines": {
  768. "node": ">= 10"
  769. }
  770. },
  771. "node_modules/@next/swc-win32-ia32-msvc": {
  772. "version": "13.4.3",
  773. "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.4.3.tgz",
  774. "integrity": "sha512-LaqkF3d+GXRA5X6zrUjQUrXm2MN/3E2arXBtn5C7avBCNYfm9G3Xc646AmmmpN3DJZVaMYliMyCIQCMDEzk80w==",
  775. "cpu": [
  776. "ia32"
  777. ],
  778. "optional": true,
  779. "os": [
  780. "win32"
  781. ],
  782. "engines": {
  783. "node": ">= 10"
  784. }
  785. },
  786. "node_modules/@next/swc-win32-x64-msvc": {
  787. "version": "13.4.3",
  788. "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.4.3.tgz",
  789. "integrity": "sha512-jglUk/x7ZWeOJWlVoKyIAkHLTI+qEkOriOOV+3hr1GyiywzcqfI7TpFSiwC7kk1scOiH7NTFKp8mA3XPNO9bDw==",
  790. "cpu": [
  791. "x64"
  792. ],
  793. "license": "MIT",
  794. "optional": true,
  795. "os": [
  796. "win32"
  797. ],
  798. "engines": {
  799. "node": ">= 10"
  800. }
  801. },
  802. "node_modules/@nodelib/fs.scandir": {
  803. "version": "2.1.5",
  804. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  805. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  806. "license": "MIT",
  807. "dependencies": {
  808. "@nodelib/fs.stat": "2.0.5",
  809. "run-parallel": "^1.1.9"
  810. },
  811. "engines": {
  812. "node": ">= 8"
  813. }
  814. },
  815. "node_modules/@nodelib/fs.stat": {
  816. "version": "2.0.5",
  817. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  818. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  819. "license": "MIT",
  820. "engines": {
  821. "node": ">= 8"
  822. }
  823. },
  824. "node_modules/@nodelib/fs.walk": {
  825. "version": "1.2.8",
  826. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  827. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  828. "license": "MIT",
  829. "dependencies": {
  830. "@nodelib/fs.scandir": "2.1.5",
  831. "fastq": "^1.6.0"
  832. },
  833. "engines": {
  834. "node": ">= 8"
  835. }
  836. },
  837. "node_modules/@pkgr/utils": {
  838. "version": "2.4.1",
  839. "resolved": "https://registry.npmjs.org/@pkgr/utils/-/utils-2.4.1.tgz",
  840. "integrity": "sha512-JOqwkgFEyi+OROIyq7l4Jy28h/WwhDnG/cPkXG2Z1iFbubB6jsHW1NDvmyOzTBxHr3yg68YGirmh1JUgMqa+9w==",
  841. "license": "MIT",
  842. "dependencies": {
  843. "cross-spawn": "^7.0.3",
  844. "fast-glob": "^3.2.12",
  845. "is-glob": "^4.0.3",
  846. "open": "^9.1.0",
  847. "picocolors": "^1.0.0",
  848. "tslib": "^2.5.0"
  849. },
  850. "engines": {
  851. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  852. },
  853. "funding": {
  854. "url": "https://opencollective.com/unts"
  855. }
  856. },
  857. "node_modules/@popperjs/core": {
  858. "version": "2.11.7",
  859. "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.7.tgz",
  860. "integrity": "sha512-Cr4OjIkipTtcXKjAsm8agyleBuDHvxzeBoa1v543lbv1YaIwQjESsVcmjiWiPEbC1FIeHOG/Op9kdCmAmiS3Kw==",
  861. "license": "MIT",
  862. "funding": {
  863. "type": "opencollective",
  864. "url": "https://opencollective.com/popperjs"
  865. }
  866. },
  867. "node_modules/@rushstack/eslint-patch": {
  868. "version": "1.3.0",
  869. "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.3.0.tgz",
  870. "integrity": "sha512-IthPJsJR85GhOkp3Hvp8zFOPK5ynKn6STyHa/WZpioK7E1aYDiBzpqQPrngc14DszIUkIrdd3k9Iu0XSzlP/1w==",
  871. "license": "MIT"
  872. },
  873. "node_modules/@swc/helpers": {
  874. "version": "0.5.1",
  875. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.1.tgz",
  876. "integrity": "sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==",
  877. "license": "Apache-2.0",
  878. "dependencies": {
  879. "tslib": "^2.4.0"
  880. }
  881. },
  882. "node_modules/@tailwindcss/aspect-ratio": {
  883. "version": "0.4.2",
  884. "resolved": "https://registry.npmjs.org/@tailwindcss/aspect-ratio/-/aspect-ratio-0.4.2.tgz",
  885. "integrity": "sha512-8QPrypskfBa7QIMuKHg2TA7BqES6vhBrDLOv8Unb6FcFyd3TjKbc6lcmb9UPQHxfl24sXoJ41ux/H7qQQvfaSQ==",
  886. "license": "MIT",
  887. "peerDependencies": {
  888. "tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1"
  889. }
  890. },
  891. "node_modules/@tailwindcss/forms": {
  892. "version": "0.5.3",
  893. "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.3.tgz",
  894. "integrity": "sha512-y5mb86JUoiUgBjY/o6FJSFZSEttfb3Q5gllE4xoKjAAD+vBrnIhE4dViwUuow3va8mpH4s9jyUbUbrRGoRdc2Q==",
  895. "license": "MIT",
  896. "dependencies": {
  897. "mini-svg-data-uri": "^1.2.3"
  898. },
  899. "peerDependencies": {
  900. "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"
  901. }
  902. },
  903. "node_modules/@tailwindcss/typography": {
  904. "version": "0.5.9",
  905. "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.9.tgz",
  906. "integrity": "sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==",
  907. "license": "MIT",
  908. "dependencies": {
  909. "lodash.castarray": "^4.4.0",
  910. "lodash.isplainobject": "^4.0.6",
  911. "lodash.merge": "^4.6.2",
  912. "postcss-selector-parser": "6.0.10"
  913. },
  914. "peerDependencies": {
  915. "tailwindcss": ">=3.0.0 || insiders"
  916. }
  917. },
  918. "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser": {
  919. "version": "6.0.10",
  920. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz",
  921. "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==",
  922. "license": "MIT",
  923. "dependencies": {
  924. "cssesc": "^3.0.0",
  925. "util-deprecate": "^1.0.2"
  926. },
  927. "engines": {
  928. "node": ">=4"
  929. }
  930. },
  931. "node_modules/@types/google-libphonenumber": {
  932. "version": "7.4.30",
  933. "resolved": "https://registry.npmjs.org/@types/google-libphonenumber/-/google-libphonenumber-7.4.30.tgz",
  934. "integrity": "sha512-Td1X1ayRxePEm6/jPHUBs2tT6TzW1lrVB6ZX7ViPGellyzO/0xMNi+wx5nH6jEitjznq276VGIqjK5qAju0XVw==",
  935. "dev": true
  936. },
  937. "node_modules/@types/google-map-react": {
  938. "version": "2.1.7",
  939. "resolved": "https://registry.npmjs.org/@types/google-map-react/-/google-map-react-2.1.7.tgz",
  940. "integrity": "sha512-7pquMUU20kVwbfEV91iAWXjApSkqoODkfUwTSmJpU9Tgd+ecX+MrQnplCqrSqKrPF1VjfvyWnDEicdoSd0G5qA==",
  941. "license": "MIT",
  942. "dependencies": {
  943. "@types/react": "*"
  944. }
  945. },
  946. "node_modules/@types/hoist-non-react-statics": {
  947. "version": "3.3.5",
  948. "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.5.tgz",
  949. "integrity": "sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==",
  950. "dependencies": {
  951. "@types/react": "*",
  952. "hoist-non-react-statics": "^3.3.0"
  953. }
  954. },
  955. "node_modules/@types/js-cookie": {
  956. "version": "2.2.7",
  957. "resolved": "https://registry.npmjs.org/@types/js-cookie/-/js-cookie-2.2.7.tgz",
  958. "integrity": "sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==",
  959. "license": "MIT"
  960. },
  961. "node_modules/@types/json5": {
  962. "version": "0.0.29",
  963. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  964. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  965. "license": "MIT"
  966. },
  967. "node_modules/@types/node": {
  968. "version": "20.2.3",
  969. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.3.tgz",
  970. "integrity": "sha512-pg9d0yC4rVNWQzX8U7xb4olIOFuuVL9za3bzMT2pu2SU0SNEi66i2qrvhE2qt0HvkhuCaWJu7pLNOt/Pj8BIrw==",
  971. "license": "MIT"
  972. },
  973. "node_modules/@types/prop-types": {
  974. "version": "15.7.5",
  975. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
  976. "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==",
  977. "license": "MIT"
  978. },
  979. "node_modules/@types/react": {
  980. "version": "18.2.7",
  981. "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.7.tgz",
  982. "integrity": "sha512-ojrXpSH2XFCmHm7Jy3q44nXDyN54+EYKP2lBhJ2bqfyPj6cIUW/FZW/Csdia34NQgq7KYcAlHi5184m4X88+yw==",
  983. "license": "MIT",
  984. "dependencies": {
  985. "@types/prop-types": "*",
  986. "@types/scheduler": "*",
  987. "csstype": "^3.0.2"
  988. }
  989. },
  990. "node_modules/@types/react-datepicker": {
  991. "version": "4.11.2",
  992. "resolved": "https://registry.npmjs.org/@types/react-datepicker/-/react-datepicker-4.11.2.tgz",
  993. "integrity": "sha512-ELYyX3lb3K1WltqdlF1hbnaDGgzlF6PIR5T4W38cSEcfrQDIrPE+Ioq5pwRe/KEJ+ihHMjvTVZQkwJx0pWMNHQ==",
  994. "license": "MIT",
  995. "dependencies": {
  996. "@popperjs/core": "^2.9.2",
  997. "@types/react": "*",
  998. "date-fns": "^2.0.1",
  999. "react-popper": "^2.2.5"
  1000. }
  1001. },
  1002. "node_modules/@types/react-dom": {
  1003. "version": "18.2.4",
  1004. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.4.tgz",
  1005. "integrity": "sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==",
  1006. "license": "MIT",
  1007. "dependencies": {
  1008. "@types/react": "*"
  1009. }
  1010. },
  1011. "node_modules/@types/scheduler": {
  1012. "version": "0.16.3",
  1013. "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
  1014. "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==",
  1015. "license": "MIT"
  1016. },
  1017. "node_modules/@typescript-eslint/parser": {
  1018. "version": "5.59.7",
  1019. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.7.tgz",
  1020. "integrity": "sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==",
  1021. "license": "BSD-2-Clause",
  1022. "dependencies": {
  1023. "@typescript-eslint/scope-manager": "5.59.7",
  1024. "@typescript-eslint/types": "5.59.7",
  1025. "@typescript-eslint/typescript-estree": "5.59.7",
  1026. "debug": "^4.3.4"
  1027. },
  1028. "engines": {
  1029. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1030. },
  1031. "funding": {
  1032. "type": "opencollective",
  1033. "url": "https://opencollective.com/typescript-eslint"
  1034. },
  1035. "peerDependencies": {
  1036. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  1037. },
  1038. "peerDependenciesMeta": {
  1039. "typescript": {
  1040. "optional": true
  1041. }
  1042. }
  1043. },
  1044. "node_modules/@typescript-eslint/scope-manager": {
  1045. "version": "5.59.7",
  1046. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz",
  1047. "integrity": "sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==",
  1048. "license": "MIT",
  1049. "dependencies": {
  1050. "@typescript-eslint/types": "5.59.7",
  1051. "@typescript-eslint/visitor-keys": "5.59.7"
  1052. },
  1053. "engines": {
  1054. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1055. },
  1056. "funding": {
  1057. "type": "opencollective",
  1058. "url": "https://opencollective.com/typescript-eslint"
  1059. }
  1060. },
  1061. "node_modules/@typescript-eslint/types": {
  1062. "version": "5.59.7",
  1063. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.7.tgz",
  1064. "integrity": "sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==",
  1065. "license": "MIT",
  1066. "engines": {
  1067. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1068. },
  1069. "funding": {
  1070. "type": "opencollective",
  1071. "url": "https://opencollective.com/typescript-eslint"
  1072. }
  1073. },
  1074. "node_modules/@typescript-eslint/typescript-estree": {
  1075. "version": "5.59.7",
  1076. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz",
  1077. "integrity": "sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==",
  1078. "license": "BSD-2-Clause",
  1079. "dependencies": {
  1080. "@typescript-eslint/types": "5.59.7",
  1081. "@typescript-eslint/visitor-keys": "5.59.7",
  1082. "debug": "^4.3.4",
  1083. "globby": "^11.1.0",
  1084. "is-glob": "^4.0.3",
  1085. "semver": "^7.3.7",
  1086. "tsutils": "^3.21.0"
  1087. },
  1088. "engines": {
  1089. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1090. },
  1091. "funding": {
  1092. "type": "opencollective",
  1093. "url": "https://opencollective.com/typescript-eslint"
  1094. },
  1095. "peerDependenciesMeta": {
  1096. "typescript": {
  1097. "optional": true
  1098. }
  1099. }
  1100. },
  1101. "node_modules/@typescript-eslint/typescript-estree/node_modules/globby": {
  1102. "version": "11.1.0",
  1103. "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
  1104. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  1105. "license": "MIT",
  1106. "dependencies": {
  1107. "array-union": "^2.1.0",
  1108. "dir-glob": "^3.0.1",
  1109. "fast-glob": "^3.2.9",
  1110. "ignore": "^5.2.0",
  1111. "merge2": "^1.4.1",
  1112. "slash": "^3.0.0"
  1113. },
  1114. "engines": {
  1115. "node": ">=10"
  1116. },
  1117. "funding": {
  1118. "url": "https://github.com/sponsors/sindresorhus"
  1119. }
  1120. },
  1121. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  1122. "version": "7.5.1",
  1123. "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
  1124. "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
  1125. "license": "ISC",
  1126. "dependencies": {
  1127. "lru-cache": "^6.0.0"
  1128. },
  1129. "bin": {
  1130. "semver": "bin/semver.js"
  1131. },
  1132. "engines": {
  1133. "node": ">=10"
  1134. }
  1135. },
  1136. "node_modules/@typescript-eslint/typescript-estree/node_modules/slash": {
  1137. "version": "3.0.0",
  1138. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  1139. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  1140. "license": "MIT",
  1141. "engines": {
  1142. "node": ">=8"
  1143. }
  1144. },
  1145. "node_modules/@typescript-eslint/visitor-keys": {
  1146. "version": "5.59.7",
  1147. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz",
  1148. "integrity": "sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==",
  1149. "license": "MIT",
  1150. "dependencies": {
  1151. "@typescript-eslint/types": "5.59.7",
  1152. "eslint-visitor-keys": "^3.3.0"
  1153. },
  1154. "engines": {
  1155. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1156. },
  1157. "funding": {
  1158. "type": "opencollective",
  1159. "url": "https://opencollective.com/typescript-eslint"
  1160. }
  1161. },
  1162. "node_modules/@xobotyi/scrollbar-width": {
  1163. "version": "1.9.5",
  1164. "resolved": "https://registry.npmjs.org/@xobotyi/scrollbar-width/-/scrollbar-width-1.9.5.tgz",
  1165. "integrity": "sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==",
  1166. "license": "MIT"
  1167. },
  1168. "node_modules/acorn": {
  1169. "version": "8.8.2",
  1170. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz",
  1171. "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==",
  1172. "license": "MIT",
  1173. "bin": {
  1174. "acorn": "bin/acorn"
  1175. },
  1176. "engines": {
  1177. "node": ">=0.4.0"
  1178. }
  1179. },
  1180. "node_modules/acorn-jsx": {
  1181. "version": "5.3.2",
  1182. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  1183. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  1184. "license": "MIT",
  1185. "peerDependencies": {
  1186. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  1187. }
  1188. },
  1189. "node_modules/ajv": {
  1190. "version": "6.12.6",
  1191. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  1192. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  1193. "license": "MIT",
  1194. "dependencies": {
  1195. "fast-deep-equal": "^3.1.1",
  1196. "fast-json-stable-stringify": "^2.0.0",
  1197. "json-schema-traverse": "^0.4.1",
  1198. "uri-js": "^4.2.2"
  1199. },
  1200. "funding": {
  1201. "type": "github",
  1202. "url": "https://github.com/sponsors/epoberezkin"
  1203. }
  1204. },
  1205. "node_modules/ansi-regex": {
  1206. "version": "5.0.1",
  1207. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  1208. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  1209. "license": "MIT",
  1210. "engines": {
  1211. "node": ">=8"
  1212. }
  1213. },
  1214. "node_modules/ansi-styles": {
  1215. "version": "4.3.0",
  1216. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1217. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1218. "license": "MIT",
  1219. "dependencies": {
  1220. "color-convert": "^2.0.1"
  1221. },
  1222. "engines": {
  1223. "node": ">=8"
  1224. },
  1225. "funding": {
  1226. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1227. }
  1228. },
  1229. "node_modules/any-promise": {
  1230. "version": "1.3.0",
  1231. "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  1232. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  1233. "license": "MIT"
  1234. },
  1235. "node_modules/anymatch": {
  1236. "version": "3.1.3",
  1237. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  1238. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  1239. "license": "ISC",
  1240. "dependencies": {
  1241. "normalize-path": "^3.0.0",
  1242. "picomatch": "^2.0.4"
  1243. },
  1244. "engines": {
  1245. "node": ">= 8"
  1246. }
  1247. },
  1248. "node_modules/arg": {
  1249. "version": "5.0.2",
  1250. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  1251. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
  1252. "license": "MIT"
  1253. },
  1254. "node_modules/argparse": {
  1255. "version": "2.0.1",
  1256. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  1257. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  1258. "license": "Python-2.0"
  1259. },
  1260. "node_modules/aria-query": {
  1261. "version": "5.1.3",
  1262. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz",
  1263. "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==",
  1264. "license": "Apache-2.0",
  1265. "dependencies": {
  1266. "deep-equal": "^2.0.5"
  1267. }
  1268. },
  1269. "node_modules/array-buffer-byte-length": {
  1270. "version": "1.0.0",
  1271. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz",
  1272. "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==",
  1273. "license": "MIT",
  1274. "dependencies": {
  1275. "call-bind": "^1.0.2",
  1276. "is-array-buffer": "^3.0.1"
  1277. },
  1278. "funding": {
  1279. "url": "https://github.com/sponsors/ljharb"
  1280. }
  1281. },
  1282. "node_modules/array-includes": {
  1283. "version": "3.1.6",
  1284. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
  1285. "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
  1286. "license": "MIT",
  1287. "dependencies": {
  1288. "call-bind": "^1.0.2",
  1289. "define-properties": "^1.1.4",
  1290. "es-abstract": "^1.20.4",
  1291. "get-intrinsic": "^1.1.3",
  1292. "is-string": "^1.0.7"
  1293. },
  1294. "engines": {
  1295. "node": ">= 0.4"
  1296. },
  1297. "funding": {
  1298. "url": "https://github.com/sponsors/ljharb"
  1299. }
  1300. },
  1301. "node_modules/array-union": {
  1302. "version": "2.1.0",
  1303. "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  1304. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  1305. "license": "MIT",
  1306. "engines": {
  1307. "node": ">=8"
  1308. }
  1309. },
  1310. "node_modules/array.prototype.flat": {
  1311. "version": "1.3.1",
  1312. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz",
  1313. "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==",
  1314. "license": "MIT",
  1315. "dependencies": {
  1316. "call-bind": "^1.0.2",
  1317. "define-properties": "^1.1.4",
  1318. "es-abstract": "^1.20.4",
  1319. "es-shim-unscopables": "^1.0.0"
  1320. },
  1321. "engines": {
  1322. "node": ">= 0.4"
  1323. },
  1324. "funding": {
  1325. "url": "https://github.com/sponsors/ljharb"
  1326. }
  1327. },
  1328. "node_modules/array.prototype.flatmap": {
  1329. "version": "1.3.1",
  1330. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz",
  1331. "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==",
  1332. "license": "MIT",
  1333. "dependencies": {
  1334. "call-bind": "^1.0.2",
  1335. "define-properties": "^1.1.4",
  1336. "es-abstract": "^1.20.4",
  1337. "es-shim-unscopables": "^1.0.0"
  1338. },
  1339. "engines": {
  1340. "node": ">= 0.4"
  1341. },
  1342. "funding": {
  1343. "url": "https://github.com/sponsors/ljharb"
  1344. }
  1345. },
  1346. "node_modules/array.prototype.tosorted": {
  1347. "version": "1.1.1",
  1348. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz",
  1349. "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==",
  1350. "license": "MIT",
  1351. "dependencies": {
  1352. "call-bind": "^1.0.2",
  1353. "define-properties": "^1.1.4",
  1354. "es-abstract": "^1.20.4",
  1355. "es-shim-unscopables": "^1.0.0",
  1356. "get-intrinsic": "^1.1.3"
  1357. }
  1358. },
  1359. "node_modules/ast-types-flow": {
  1360. "version": "0.0.7",
  1361. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
  1362. "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==",
  1363. "license": "ISC"
  1364. },
  1365. "node_modules/asynckit": {
  1366. "version": "0.4.0",
  1367. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  1368. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
  1369. },
  1370. "node_modules/autoprefixer": {
  1371. "version": "10.4.14",
  1372. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.14.tgz",
  1373. "integrity": "sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==",
  1374. "dev": true,
  1375. "funding": [
  1376. {
  1377. "type": "opencollective",
  1378. "url": "https://opencollective.com/postcss/"
  1379. },
  1380. {
  1381. "type": "tidelift",
  1382. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  1383. }
  1384. ],
  1385. "license": "MIT",
  1386. "dependencies": {
  1387. "browserslist": "^4.21.5",
  1388. "caniuse-lite": "^1.0.30001464",
  1389. "fraction.js": "^4.2.0",
  1390. "normalize-range": "^0.1.2",
  1391. "picocolors": "^1.0.0",
  1392. "postcss-value-parser": "^4.2.0"
  1393. },
  1394. "bin": {
  1395. "autoprefixer": "bin/autoprefixer"
  1396. },
  1397. "engines": {
  1398. "node": "^10 || ^12 || >=14"
  1399. },
  1400. "peerDependencies": {
  1401. "postcss": "^8.1.0"
  1402. }
  1403. },
  1404. "node_modules/available-typed-arrays": {
  1405. "version": "1.0.5",
  1406. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
  1407. "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
  1408. "license": "MIT",
  1409. "engines": {
  1410. "node": ">= 0.4"
  1411. },
  1412. "funding": {
  1413. "url": "https://github.com/sponsors/ljharb"
  1414. }
  1415. },
  1416. "node_modules/axe-core": {
  1417. "version": "4.7.1",
  1418. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.1.tgz",
  1419. "integrity": "sha512-sCXXUhA+cljomZ3ZAwb8i1p3oOlkABzPy08ZDAoGcYuvtBPlQ1Ytde129ArXyHWDhfeewq7rlx9F+cUx2SSlkg==",
  1420. "license": "MPL-2.0",
  1421. "engines": {
  1422. "node": ">=4"
  1423. }
  1424. },
  1425. "node_modules/axios": {
  1426. "version": "1.7.5",
  1427. "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.5.tgz",
  1428. "integrity": "sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==",
  1429. "dependencies": {
  1430. "follow-redirects": "^1.15.6",
  1431. "form-data": "^4.0.0",
  1432. "proxy-from-env": "^1.1.0"
  1433. }
  1434. },
  1435. "node_modules/axobject-query": {
  1436. "version": "3.1.1",
  1437. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz",
  1438. "integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==",
  1439. "license": "Apache-2.0",
  1440. "dependencies": {
  1441. "deep-equal": "^2.0.5"
  1442. }
  1443. },
  1444. "node_modules/balanced-match": {
  1445. "version": "1.0.2",
  1446. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  1447. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1448. "license": "MIT"
  1449. },
  1450. "node_modules/big-integer": {
  1451. "version": "1.6.51",
  1452. "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz",
  1453. "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==",
  1454. "license": "Unlicense",
  1455. "engines": {
  1456. "node": ">=0.6"
  1457. }
  1458. },
  1459. "node_modules/binary-extensions": {
  1460. "version": "2.2.0",
  1461. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
  1462. "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
  1463. "license": "MIT",
  1464. "engines": {
  1465. "node": ">=8"
  1466. }
  1467. },
  1468. "node_modules/bplist-parser": {
  1469. "version": "0.2.0",
  1470. "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz",
  1471. "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==",
  1472. "license": "MIT",
  1473. "dependencies": {
  1474. "big-integer": "^1.6.44"
  1475. },
  1476. "engines": {
  1477. "node": ">= 5.10.0"
  1478. }
  1479. },
  1480. "node_modules/brace-expansion": {
  1481. "version": "1.1.11",
  1482. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  1483. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  1484. "license": "MIT",
  1485. "dependencies": {
  1486. "balanced-match": "^1.0.0",
  1487. "concat-map": "0.0.1"
  1488. }
  1489. },
  1490. "node_modules/braces": {
  1491. "version": "3.0.2",
  1492. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  1493. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  1494. "license": "MIT",
  1495. "dependencies": {
  1496. "fill-range": "^7.0.1"
  1497. },
  1498. "engines": {
  1499. "node": ">=8"
  1500. }
  1501. },
  1502. "node_modules/browserslist": {
  1503. "version": "4.21.5",
  1504. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz",
  1505. "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==",
  1506. "dev": true,
  1507. "funding": [
  1508. {
  1509. "type": "opencollective",
  1510. "url": "https://opencollective.com/browserslist"
  1511. },
  1512. {
  1513. "type": "tidelift",
  1514. "url": "https://tidelift.com/funding/github/npm/browserslist"
  1515. }
  1516. ],
  1517. "license": "MIT",
  1518. "dependencies": {
  1519. "caniuse-lite": "^1.0.30001449",
  1520. "electron-to-chromium": "^1.4.284",
  1521. "node-releases": "^2.0.8",
  1522. "update-browserslist-db": "^1.0.10"
  1523. },
  1524. "bin": {
  1525. "browserslist": "cli.js"
  1526. },
  1527. "engines": {
  1528. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  1529. }
  1530. },
  1531. "node_modules/bundle-name": {
  1532. "version": "3.0.0",
  1533. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-3.0.0.tgz",
  1534. "integrity": "sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==",
  1535. "license": "MIT",
  1536. "dependencies": {
  1537. "run-applescript": "^5.0.0"
  1538. },
  1539. "engines": {
  1540. "node": ">=12"
  1541. },
  1542. "funding": {
  1543. "url": "https://github.com/sponsors/sindresorhus"
  1544. }
  1545. },
  1546. "node_modules/busboy": {
  1547. "version": "1.6.0",
  1548. "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
  1549. "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
  1550. "dependencies": {
  1551. "streamsearch": "^1.1.0"
  1552. },
  1553. "engines": {
  1554. "node": ">=10.16.0"
  1555. }
  1556. },
  1557. "node_modules/call-bind": {
  1558. "version": "1.0.2",
  1559. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  1560. "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  1561. "license": "MIT",
  1562. "dependencies": {
  1563. "function-bind": "^1.1.1",
  1564. "get-intrinsic": "^1.0.2"
  1565. },
  1566. "funding": {
  1567. "url": "https://github.com/sponsors/ljharb"
  1568. }
  1569. },
  1570. "node_modules/callsites": {
  1571. "version": "3.1.0",
  1572. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  1573. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  1574. "license": "MIT",
  1575. "engines": {
  1576. "node": ">=6"
  1577. }
  1578. },
  1579. "node_modules/camelcase-css": {
  1580. "version": "2.0.1",
  1581. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  1582. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  1583. "license": "MIT",
  1584. "engines": {
  1585. "node": ">= 6"
  1586. }
  1587. },
  1588. "node_modules/caniuse-lite": {
  1589. "version": "1.0.30001489",
  1590. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001489.tgz",
  1591. "integrity": "sha512-x1mgZEXK8jHIfAxm+xgdpHpk50IN3z3q3zP261/WS+uvePxW8izXuCu6AHz0lkuYTlATDehiZ/tNyYBdSQsOUQ==",
  1592. "funding": [
  1593. {
  1594. "type": "opencollective",
  1595. "url": "https://opencollective.com/browserslist"
  1596. },
  1597. {
  1598. "type": "tidelift",
  1599. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  1600. },
  1601. {
  1602. "type": "github",
  1603. "url": "https://github.com/sponsors/ai"
  1604. }
  1605. ],
  1606. "license": "CC-BY-4.0"
  1607. },
  1608. "node_modules/chalk": {
  1609. "version": "4.1.2",
  1610. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  1611. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  1612. "license": "MIT",
  1613. "dependencies": {
  1614. "ansi-styles": "^4.1.0",
  1615. "supports-color": "^7.1.0"
  1616. },
  1617. "engines": {
  1618. "node": ">=10"
  1619. },
  1620. "funding": {
  1621. "url": "https://github.com/chalk/chalk?sponsor=1"
  1622. }
  1623. },
  1624. "node_modules/chokidar": {
  1625. "version": "3.5.3",
  1626. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
  1627. "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
  1628. "funding": [
  1629. {
  1630. "type": "individual",
  1631. "url": "https://paulmillr.com/funding/"
  1632. }
  1633. ],
  1634. "license": "MIT",
  1635. "dependencies": {
  1636. "anymatch": "~3.1.2",
  1637. "braces": "~3.0.2",
  1638. "glob-parent": "~5.1.2",
  1639. "is-binary-path": "~2.1.0",
  1640. "is-glob": "~4.0.1",
  1641. "normalize-path": "~3.0.0",
  1642. "readdirp": "~3.6.0"
  1643. },
  1644. "engines": {
  1645. "node": ">= 8.10.0"
  1646. },
  1647. "optionalDependencies": {
  1648. "fsevents": "~2.3.2"
  1649. }
  1650. },
  1651. "node_modules/classnames": {
  1652. "version": "2.3.2",
  1653. "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz",
  1654. "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==",
  1655. "license": "MIT"
  1656. },
  1657. "node_modules/client-only": {
  1658. "version": "0.0.1",
  1659. "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
  1660. "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
  1661. "license": "MIT"
  1662. },
  1663. "node_modules/clsx": {
  1664. "version": "2.1.1",
  1665. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  1666. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  1667. "engines": {
  1668. "node": ">=6"
  1669. }
  1670. },
  1671. "node_modules/color": {
  1672. "version": "4.2.3",
  1673. "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
  1674. "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
  1675. "dependencies": {
  1676. "color-convert": "^2.0.1",
  1677. "color-string": "^1.9.0"
  1678. },
  1679. "engines": {
  1680. "node": ">=12.5.0"
  1681. }
  1682. },
  1683. "node_modules/color-convert": {
  1684. "version": "2.0.1",
  1685. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  1686. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1687. "license": "MIT",
  1688. "dependencies": {
  1689. "color-name": "~1.1.4"
  1690. },
  1691. "engines": {
  1692. "node": ">=7.0.0"
  1693. }
  1694. },
  1695. "node_modules/color-name": {
  1696. "version": "1.1.4",
  1697. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  1698. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  1699. "license": "MIT"
  1700. },
  1701. "node_modules/color-string": {
  1702. "version": "1.9.1",
  1703. "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
  1704. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  1705. "dependencies": {
  1706. "color-name": "^1.0.0",
  1707. "simple-swizzle": "^0.2.2"
  1708. }
  1709. },
  1710. "node_modules/combined-stream": {
  1711. "version": "1.0.8",
  1712. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  1713. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  1714. "dependencies": {
  1715. "delayed-stream": "~1.0.0"
  1716. },
  1717. "engines": {
  1718. "node": ">= 0.8"
  1719. }
  1720. },
  1721. "node_modules/commander": {
  1722. "version": "4.1.1",
  1723. "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  1724. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  1725. "license": "MIT",
  1726. "engines": {
  1727. "node": ">= 6"
  1728. }
  1729. },
  1730. "node_modules/concat-map": {
  1731. "version": "0.0.1",
  1732. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  1733. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  1734. "license": "MIT"
  1735. },
  1736. "node_modules/cookie": {
  1737. "version": "1.0.2",
  1738. "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz",
  1739. "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==",
  1740. "engines": {
  1741. "node": ">=18"
  1742. }
  1743. },
  1744. "node_modules/copy-to-clipboard": {
  1745. "version": "3.3.3",
  1746. "resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz",
  1747. "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==",
  1748. "license": "MIT",
  1749. "dependencies": {
  1750. "toggle-selection": "^1.0.6"
  1751. }
  1752. },
  1753. "node_modules/core-js": {
  1754. "version": "3.38.1",
  1755. "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.1.tgz",
  1756. "integrity": "sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==",
  1757. "hasInstallScript": true,
  1758. "funding": {
  1759. "type": "opencollective",
  1760. "url": "https://opencollective.com/core-js"
  1761. }
  1762. },
  1763. "node_modules/cross-spawn": {
  1764. "version": "7.0.3",
  1765. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  1766. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  1767. "license": "MIT",
  1768. "dependencies": {
  1769. "path-key": "^3.1.0",
  1770. "shebang-command": "^2.0.0",
  1771. "which": "^2.0.1"
  1772. },
  1773. "engines": {
  1774. "node": ">= 8"
  1775. }
  1776. },
  1777. "node_modules/css-in-js-utils": {
  1778. "version": "3.1.0",
  1779. "resolved": "https://registry.npmjs.org/css-in-js-utils/-/css-in-js-utils-3.1.0.tgz",
  1780. "integrity": "sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==",
  1781. "license": "MIT",
  1782. "dependencies": {
  1783. "hyphenate-style-name": "^1.0.3"
  1784. }
  1785. },
  1786. "node_modules/css-tree": {
  1787. "version": "1.1.3",
  1788. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
  1789. "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
  1790. "license": "MIT",
  1791. "dependencies": {
  1792. "mdn-data": "2.0.14",
  1793. "source-map": "^0.6.1"
  1794. },
  1795. "engines": {
  1796. "node": ">=8.0.0"
  1797. }
  1798. },
  1799. "node_modules/cssesc": {
  1800. "version": "3.0.0",
  1801. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  1802. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  1803. "license": "MIT",
  1804. "bin": {
  1805. "cssesc": "bin/cssesc"
  1806. },
  1807. "engines": {
  1808. "node": ">=4"
  1809. }
  1810. },
  1811. "node_modules/csstype": {
  1812. "version": "3.1.2",
  1813. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz",
  1814. "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==",
  1815. "license": "MIT"
  1816. },
  1817. "node_modules/damerau-levenshtein": {
  1818. "version": "1.0.8",
  1819. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  1820. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
  1821. "license": "BSD-2-Clause"
  1822. },
  1823. "node_modules/date-fns": {
  1824. "version": "2.30.0",
  1825. "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz",
  1826. "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
  1827. "license": "MIT",
  1828. "dependencies": {
  1829. "@babel/runtime": "^7.21.0"
  1830. },
  1831. "engines": {
  1832. "node": ">=0.11"
  1833. },
  1834. "funding": {
  1835. "type": "opencollective",
  1836. "url": "https://opencollective.com/date-fns"
  1837. }
  1838. },
  1839. "node_modules/debug": {
  1840. "version": "4.3.4",
  1841. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  1842. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  1843. "license": "MIT",
  1844. "dependencies": {
  1845. "ms": "2.1.2"
  1846. },
  1847. "engines": {
  1848. "node": ">=6.0"
  1849. },
  1850. "peerDependenciesMeta": {
  1851. "supports-color": {
  1852. "optional": true
  1853. }
  1854. }
  1855. },
  1856. "node_modules/deep-equal": {
  1857. "version": "2.2.1",
  1858. "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.1.tgz",
  1859. "integrity": "sha512-lKdkdV6EOGoVn65XaOsPdH4rMxTZOnmFyuIkMjM1i5HHCbfjC97dawgTAy0deYNfuqUqW+Q5VrVaQYtUpSd6yQ==",
  1860. "license": "MIT",
  1861. "dependencies": {
  1862. "array-buffer-byte-length": "^1.0.0",
  1863. "call-bind": "^1.0.2",
  1864. "es-get-iterator": "^1.1.3",
  1865. "get-intrinsic": "^1.2.0",
  1866. "is-arguments": "^1.1.1",
  1867. "is-array-buffer": "^3.0.2",
  1868. "is-date-object": "^1.0.5",
  1869. "is-regex": "^1.1.4",
  1870. "is-shared-array-buffer": "^1.0.2",
  1871. "isarray": "^2.0.5",
  1872. "object-is": "^1.1.5",
  1873. "object-keys": "^1.1.1",
  1874. "object.assign": "^4.1.4",
  1875. "regexp.prototype.flags": "^1.5.0",
  1876. "side-channel": "^1.0.4",
  1877. "which-boxed-primitive": "^1.0.2",
  1878. "which-collection": "^1.0.1",
  1879. "which-typed-array": "^1.1.9"
  1880. },
  1881. "funding": {
  1882. "url": "https://github.com/sponsors/ljharb"
  1883. }
  1884. },
  1885. "node_modules/deep-is": {
  1886. "version": "0.1.4",
  1887. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  1888. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  1889. "license": "MIT"
  1890. },
  1891. "node_modules/default-browser": {
  1892. "version": "4.0.0",
  1893. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-4.0.0.tgz",
  1894. "integrity": "sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==",
  1895. "license": "MIT",
  1896. "dependencies": {
  1897. "bundle-name": "^3.0.0",
  1898. "default-browser-id": "^3.0.0",
  1899. "execa": "^7.1.1",
  1900. "titleize": "^3.0.0"
  1901. },
  1902. "engines": {
  1903. "node": ">=14.16"
  1904. },
  1905. "funding": {
  1906. "url": "https://github.com/sponsors/sindresorhus"
  1907. }
  1908. },
  1909. "node_modules/default-browser-id": {
  1910. "version": "3.0.0",
  1911. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-3.0.0.tgz",
  1912. "integrity": "sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==",
  1913. "license": "MIT",
  1914. "dependencies": {
  1915. "bplist-parser": "^0.2.0",
  1916. "untildify": "^4.0.0"
  1917. },
  1918. "engines": {
  1919. "node": ">=12"
  1920. },
  1921. "funding": {
  1922. "url": "https://github.com/sponsors/sindresorhus"
  1923. }
  1924. },
  1925. "node_modules/define-lazy-prop": {
  1926. "version": "3.0.0",
  1927. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  1928. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  1929. "license": "MIT",
  1930. "engines": {
  1931. "node": ">=12"
  1932. },
  1933. "funding": {
  1934. "url": "https://github.com/sponsors/sindresorhus"
  1935. }
  1936. },
  1937. "node_modules/define-properties": {
  1938. "version": "1.2.0",
  1939. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz",
  1940. "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==",
  1941. "license": "MIT",
  1942. "dependencies": {
  1943. "has-property-descriptors": "^1.0.0",
  1944. "object-keys": "^1.1.1"
  1945. },
  1946. "engines": {
  1947. "node": ">= 0.4"
  1948. },
  1949. "funding": {
  1950. "url": "https://github.com/sponsors/ljharb"
  1951. }
  1952. },
  1953. "node_modules/delayed-stream": {
  1954. "version": "1.0.0",
  1955. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  1956. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  1957. "engines": {
  1958. "node": ">=0.4.0"
  1959. }
  1960. },
  1961. "node_modules/detect-libc": {
  1962. "version": "2.0.3",
  1963. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
  1964. "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
  1965. "engines": {
  1966. "node": ">=8"
  1967. }
  1968. },
  1969. "node_modules/didyoumean": {
  1970. "version": "1.2.2",
  1971. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  1972. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
  1973. "license": "Apache-2.0"
  1974. },
  1975. "node_modules/dir-glob": {
  1976. "version": "3.0.1",
  1977. "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  1978. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  1979. "license": "MIT",
  1980. "dependencies": {
  1981. "path-type": "^4.0.0"
  1982. },
  1983. "engines": {
  1984. "node": ">=8"
  1985. }
  1986. },
  1987. "node_modules/dlv": {
  1988. "version": "1.1.3",
  1989. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  1990. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
  1991. "license": "MIT"
  1992. },
  1993. "node_modules/doctrine": {
  1994. "version": "2.1.0",
  1995. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  1996. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  1997. "license": "Apache-2.0",
  1998. "dependencies": {
  1999. "esutils": "^2.0.2"
  2000. },
  2001. "engines": {
  2002. "node": ">=0.10.0"
  2003. }
  2004. },
  2005. "node_modules/electron-to-chromium": {
  2006. "version": "1.4.407",
  2007. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.407.tgz",
  2008. "integrity": "sha512-5smEvFSFYMv90tICOzRVP7Opp98DAC4KW7RRipg3BuNpGbbV3N+x24Zh3sbLb1T5haGtOSy/hrBfXsWnIM9aCg==",
  2009. "dev": true,
  2010. "license": "ISC"
  2011. },
  2012. "node_modules/emoji-regex": {
  2013. "version": "9.2.2",
  2014. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  2015. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  2016. "license": "MIT"
  2017. },
  2018. "node_modules/enhanced-resolve": {
  2019. "version": "5.14.1",
  2020. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.14.1.tgz",
  2021. "integrity": "sha512-Vklwq2vDKtl0y/vtwjSesgJ5MYS7Etuk5txS8VdKL4AOS1aUlD96zqIfsOSLQsdv3xgMRbtkWM8eG9XDfKUPow==",
  2022. "license": "MIT",
  2023. "dependencies": {
  2024. "graceful-fs": "^4.2.4",
  2025. "tapable": "^2.2.0"
  2026. },
  2027. "engines": {
  2028. "node": ">=10.13.0"
  2029. }
  2030. },
  2031. "node_modules/error-stack-parser": {
  2032. "version": "2.1.4",
  2033. "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
  2034. "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
  2035. "license": "MIT",
  2036. "dependencies": {
  2037. "stackframe": "^1.3.4"
  2038. }
  2039. },
  2040. "node_modules/es-abstract": {
  2041. "version": "1.21.2",
  2042. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.2.tgz",
  2043. "integrity": "sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==",
  2044. "license": "MIT",
  2045. "dependencies": {
  2046. "array-buffer-byte-length": "^1.0.0",
  2047. "available-typed-arrays": "^1.0.5",
  2048. "call-bind": "^1.0.2",
  2049. "es-set-tostringtag": "^2.0.1",
  2050. "es-to-primitive": "^1.2.1",
  2051. "function.prototype.name": "^1.1.5",
  2052. "get-intrinsic": "^1.2.0",
  2053. "get-symbol-description": "^1.0.0",
  2054. "globalthis": "^1.0.3",
  2055. "gopd": "^1.0.1",
  2056. "has": "^1.0.3",
  2057. "has-property-descriptors": "^1.0.0",
  2058. "has-proto": "^1.0.1",
  2059. "has-symbols": "^1.0.3",
  2060. "internal-slot": "^1.0.5",
  2061. "is-array-buffer": "^3.0.2",
  2062. "is-callable": "^1.2.7",
  2063. "is-negative-zero": "^2.0.2",
  2064. "is-regex": "^1.1.4",
  2065. "is-shared-array-buffer": "^1.0.2",
  2066. "is-string": "^1.0.7",
  2067. "is-typed-array": "^1.1.10",
  2068. "is-weakref": "^1.0.2",
  2069. "object-inspect": "^1.12.3",
  2070. "object-keys": "^1.1.1",
  2071. "object.assign": "^4.1.4",
  2072. "regexp.prototype.flags": "^1.4.3",
  2073. "safe-regex-test": "^1.0.0",
  2074. "string.prototype.trim": "^1.2.7",
  2075. "string.prototype.trimend": "^1.0.6",
  2076. "string.prototype.trimstart": "^1.0.6",
  2077. "typed-array-length": "^1.0.4",
  2078. "unbox-primitive": "^1.0.2",
  2079. "which-typed-array": "^1.1.9"
  2080. },
  2081. "engines": {
  2082. "node": ">= 0.4"
  2083. },
  2084. "funding": {
  2085. "url": "https://github.com/sponsors/ljharb"
  2086. }
  2087. },
  2088. "node_modules/es-get-iterator": {
  2089. "version": "1.1.3",
  2090. "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz",
  2091. "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==",
  2092. "license": "MIT",
  2093. "dependencies": {
  2094. "call-bind": "^1.0.2",
  2095. "get-intrinsic": "^1.1.3",
  2096. "has-symbols": "^1.0.3",
  2097. "is-arguments": "^1.1.1",
  2098. "is-map": "^2.0.2",
  2099. "is-set": "^2.0.2",
  2100. "is-string": "^1.0.7",
  2101. "isarray": "^2.0.5",
  2102. "stop-iteration-iterator": "^1.0.0"
  2103. },
  2104. "funding": {
  2105. "url": "https://github.com/sponsors/ljharb"
  2106. }
  2107. },
  2108. "node_modules/es-set-tostringtag": {
  2109. "version": "2.0.1",
  2110. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz",
  2111. "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==",
  2112. "license": "MIT",
  2113. "dependencies": {
  2114. "get-intrinsic": "^1.1.3",
  2115. "has": "^1.0.3",
  2116. "has-tostringtag": "^1.0.0"
  2117. },
  2118. "engines": {
  2119. "node": ">= 0.4"
  2120. }
  2121. },
  2122. "node_modules/es-shim-unscopables": {
  2123. "version": "1.0.0",
  2124. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
  2125. "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
  2126. "license": "MIT",
  2127. "dependencies": {
  2128. "has": "^1.0.3"
  2129. }
  2130. },
  2131. "node_modules/es-to-primitive": {
  2132. "version": "1.2.1",
  2133. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  2134. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  2135. "license": "MIT",
  2136. "dependencies": {
  2137. "is-callable": "^1.1.4",
  2138. "is-date-object": "^1.0.1",
  2139. "is-symbol": "^1.0.2"
  2140. },
  2141. "engines": {
  2142. "node": ">= 0.4"
  2143. },
  2144. "funding": {
  2145. "url": "https://github.com/sponsors/ljharb"
  2146. }
  2147. },
  2148. "node_modules/escalade": {
  2149. "version": "3.1.1",
  2150. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  2151. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  2152. "dev": true,
  2153. "license": "MIT",
  2154. "engines": {
  2155. "node": ">=6"
  2156. }
  2157. },
  2158. "node_modules/escape-string-regexp": {
  2159. "version": "4.0.0",
  2160. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  2161. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  2162. "license": "MIT",
  2163. "engines": {
  2164. "node": ">=10"
  2165. },
  2166. "funding": {
  2167. "url": "https://github.com/sponsors/sindresorhus"
  2168. }
  2169. },
  2170. "node_modules/eslint": {
  2171. "version": "8.41.0",
  2172. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.41.0.tgz",
  2173. "integrity": "sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==",
  2174. "license": "MIT",
  2175. "dependencies": {
  2176. "@eslint-community/eslint-utils": "^4.2.0",
  2177. "@eslint-community/regexpp": "^4.4.0",
  2178. "@eslint/eslintrc": "^2.0.3",
  2179. "@eslint/js": "8.41.0",
  2180. "@humanwhocodes/config-array": "^0.11.8",
  2181. "@humanwhocodes/module-importer": "^1.0.1",
  2182. "@nodelib/fs.walk": "^1.2.8",
  2183. "ajv": "^6.10.0",
  2184. "chalk": "^4.0.0",
  2185. "cross-spawn": "^7.0.2",
  2186. "debug": "^4.3.2",
  2187. "doctrine": "^3.0.0",
  2188. "escape-string-regexp": "^4.0.0",
  2189. "eslint-scope": "^7.2.0",
  2190. "eslint-visitor-keys": "^3.4.1",
  2191. "espree": "^9.5.2",
  2192. "esquery": "^1.4.2",
  2193. "esutils": "^2.0.2",
  2194. "fast-deep-equal": "^3.1.3",
  2195. "file-entry-cache": "^6.0.1",
  2196. "find-up": "^5.0.0",
  2197. "glob-parent": "^6.0.2",
  2198. "globals": "^13.19.0",
  2199. "graphemer": "^1.4.0",
  2200. "ignore": "^5.2.0",
  2201. "import-fresh": "^3.0.0",
  2202. "imurmurhash": "^0.1.4",
  2203. "is-glob": "^4.0.0",
  2204. "is-path-inside": "^3.0.3",
  2205. "js-yaml": "^4.1.0",
  2206. "json-stable-stringify-without-jsonify": "^1.0.1",
  2207. "levn": "^0.4.1",
  2208. "lodash.merge": "^4.6.2",
  2209. "minimatch": "^3.1.2",
  2210. "natural-compare": "^1.4.0",
  2211. "optionator": "^0.9.1",
  2212. "strip-ansi": "^6.0.1",
  2213. "strip-json-comments": "^3.1.0",
  2214. "text-table": "^0.2.0"
  2215. },
  2216. "bin": {
  2217. "eslint": "bin/eslint.js"
  2218. },
  2219. "engines": {
  2220. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2221. },
  2222. "funding": {
  2223. "url": "https://opencollective.com/eslint"
  2224. }
  2225. },
  2226. "node_modules/eslint-config-next": {
  2227. "version": "13.4.3",
  2228. "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.4.3.tgz",
  2229. "integrity": "sha512-1lXwdFi29fKxzeugof/TUE7lpHyJQt5+U4LaUHyvQfHjvsWO77vFNicJv5sX6k0VDVSbnfz0lw+avxI+CinbMg==",
  2230. "license": "MIT",
  2231. "dependencies": {
  2232. "@next/eslint-plugin-next": "13.4.3",
  2233. "@rushstack/eslint-patch": "^1.1.3",
  2234. "@typescript-eslint/parser": "^5.42.0",
  2235. "eslint-import-resolver-node": "^0.3.6",
  2236. "eslint-import-resolver-typescript": "^3.5.2",
  2237. "eslint-plugin-import": "^2.26.0",
  2238. "eslint-plugin-jsx-a11y": "^6.5.1",
  2239. "eslint-plugin-react": "^7.31.7",
  2240. "eslint-plugin-react-hooks": "^4.5.0"
  2241. },
  2242. "peerDependencies": {
  2243. "eslint": "^7.23.0 || ^8.0.0",
  2244. "typescript": ">=3.3.1"
  2245. },
  2246. "peerDependenciesMeta": {
  2247. "typescript": {
  2248. "optional": true
  2249. }
  2250. }
  2251. },
  2252. "node_modules/eslint-import-resolver-node": {
  2253. "version": "0.3.7",
  2254. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz",
  2255. "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==",
  2256. "license": "MIT",
  2257. "dependencies": {
  2258. "debug": "^3.2.7",
  2259. "is-core-module": "^2.11.0",
  2260. "resolve": "^1.22.1"
  2261. }
  2262. },
  2263. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  2264. "version": "3.2.7",
  2265. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2266. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2267. "license": "MIT",
  2268. "dependencies": {
  2269. "ms": "^2.1.1"
  2270. }
  2271. },
  2272. "node_modules/eslint-import-resolver-node/node_modules/ms": {
  2273. "version": "2.1.3",
  2274. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  2275. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  2276. "license": "MIT"
  2277. },
  2278. "node_modules/eslint-import-resolver-typescript": {
  2279. "version": "3.5.5",
  2280. "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.5.tgz",
  2281. "integrity": "sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==",
  2282. "license": "ISC",
  2283. "dependencies": {
  2284. "debug": "^4.3.4",
  2285. "enhanced-resolve": "^5.12.0",
  2286. "eslint-module-utils": "^2.7.4",
  2287. "get-tsconfig": "^4.5.0",
  2288. "globby": "^13.1.3",
  2289. "is-core-module": "^2.11.0",
  2290. "is-glob": "^4.0.3",
  2291. "synckit": "^0.8.5"
  2292. },
  2293. "engines": {
  2294. "node": "^14.18.0 || >=16.0.0"
  2295. },
  2296. "funding": {
  2297. "url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts"
  2298. },
  2299. "peerDependencies": {
  2300. "eslint": "*",
  2301. "eslint-plugin-import": "*"
  2302. }
  2303. },
  2304. "node_modules/eslint-module-utils": {
  2305. "version": "2.8.0",
  2306. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz",
  2307. "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==",
  2308. "license": "MIT",
  2309. "dependencies": {
  2310. "debug": "^3.2.7"
  2311. },
  2312. "engines": {
  2313. "node": ">=4"
  2314. },
  2315. "peerDependenciesMeta": {
  2316. "eslint": {
  2317. "optional": true
  2318. }
  2319. }
  2320. },
  2321. "node_modules/eslint-module-utils/node_modules/debug": {
  2322. "version": "3.2.7",
  2323. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2324. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2325. "license": "MIT",
  2326. "dependencies": {
  2327. "ms": "^2.1.1"
  2328. }
  2329. },
  2330. "node_modules/eslint-module-utils/node_modules/ms": {
  2331. "version": "2.1.3",
  2332. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  2333. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  2334. "license": "MIT"
  2335. },
  2336. "node_modules/eslint-plugin-import": {
  2337. "version": "2.27.5",
  2338. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz",
  2339. "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==",
  2340. "license": "MIT",
  2341. "dependencies": {
  2342. "array-includes": "^3.1.6",
  2343. "array.prototype.flat": "^1.3.1",
  2344. "array.prototype.flatmap": "^1.3.1",
  2345. "debug": "^3.2.7",
  2346. "doctrine": "^2.1.0",
  2347. "eslint-import-resolver-node": "^0.3.7",
  2348. "eslint-module-utils": "^2.7.4",
  2349. "has": "^1.0.3",
  2350. "is-core-module": "^2.11.0",
  2351. "is-glob": "^4.0.3",
  2352. "minimatch": "^3.1.2",
  2353. "object.values": "^1.1.6",
  2354. "resolve": "^1.22.1",
  2355. "semver": "^6.3.0",
  2356. "tsconfig-paths": "^3.14.1"
  2357. },
  2358. "engines": {
  2359. "node": ">=4"
  2360. },
  2361. "peerDependencies": {
  2362. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
  2363. }
  2364. },
  2365. "node_modules/eslint-plugin-import/node_modules/debug": {
  2366. "version": "3.2.7",
  2367. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2368. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2369. "license": "MIT",
  2370. "dependencies": {
  2371. "ms": "^2.1.1"
  2372. }
  2373. },
  2374. "node_modules/eslint-plugin-import/node_modules/ms": {
  2375. "version": "2.1.3",
  2376. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  2377. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  2378. "license": "MIT"
  2379. },
  2380. "node_modules/eslint-plugin-jsx-a11y": {
  2381. "version": "6.7.1",
  2382. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz",
  2383. "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==",
  2384. "license": "MIT",
  2385. "dependencies": {
  2386. "@babel/runtime": "^7.20.7",
  2387. "aria-query": "^5.1.3",
  2388. "array-includes": "^3.1.6",
  2389. "array.prototype.flatmap": "^1.3.1",
  2390. "ast-types-flow": "^0.0.7",
  2391. "axe-core": "^4.6.2",
  2392. "axobject-query": "^3.1.1",
  2393. "damerau-levenshtein": "^1.0.8",
  2394. "emoji-regex": "^9.2.2",
  2395. "has": "^1.0.3",
  2396. "jsx-ast-utils": "^3.3.3",
  2397. "language-tags": "=1.0.5",
  2398. "minimatch": "^3.1.2",
  2399. "object.entries": "^1.1.6",
  2400. "object.fromentries": "^2.0.6",
  2401. "semver": "^6.3.0"
  2402. },
  2403. "engines": {
  2404. "node": ">=4.0"
  2405. },
  2406. "peerDependencies": {
  2407. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  2408. }
  2409. },
  2410. "node_modules/eslint-plugin-react": {
  2411. "version": "7.32.2",
  2412. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz",
  2413. "integrity": "sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==",
  2414. "license": "MIT",
  2415. "dependencies": {
  2416. "array-includes": "^3.1.6",
  2417. "array.prototype.flatmap": "^1.3.1",
  2418. "array.prototype.tosorted": "^1.1.1",
  2419. "doctrine": "^2.1.0",
  2420. "estraverse": "^5.3.0",
  2421. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  2422. "minimatch": "^3.1.2",
  2423. "object.entries": "^1.1.6",
  2424. "object.fromentries": "^2.0.6",
  2425. "object.hasown": "^1.1.2",
  2426. "object.values": "^1.1.6",
  2427. "prop-types": "^15.8.1",
  2428. "resolve": "^2.0.0-next.4",
  2429. "semver": "^6.3.0",
  2430. "string.prototype.matchall": "^4.0.8"
  2431. },
  2432. "engines": {
  2433. "node": ">=4"
  2434. },
  2435. "peerDependencies": {
  2436. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  2437. }
  2438. },
  2439. "node_modules/eslint-plugin-react-hooks": {
  2440. "version": "4.6.0",
  2441. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
  2442. "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
  2443. "license": "MIT",
  2444. "engines": {
  2445. "node": ">=10"
  2446. },
  2447. "peerDependencies": {
  2448. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  2449. }
  2450. },
  2451. "node_modules/eslint-plugin-react/node_modules/resolve": {
  2452. "version": "2.0.0-next.4",
  2453. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz",
  2454. "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==",
  2455. "license": "MIT",
  2456. "dependencies": {
  2457. "is-core-module": "^2.9.0",
  2458. "path-parse": "^1.0.7",
  2459. "supports-preserve-symlinks-flag": "^1.0.0"
  2460. },
  2461. "bin": {
  2462. "resolve": "bin/resolve"
  2463. },
  2464. "funding": {
  2465. "url": "https://github.com/sponsors/ljharb"
  2466. }
  2467. },
  2468. "node_modules/eslint-scope": {
  2469. "version": "7.2.0",
  2470. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
  2471. "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
  2472. "license": "BSD-2-Clause",
  2473. "dependencies": {
  2474. "esrecurse": "^4.3.0",
  2475. "estraverse": "^5.2.0"
  2476. },
  2477. "engines": {
  2478. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2479. },
  2480. "funding": {
  2481. "url": "https://opencollective.com/eslint"
  2482. }
  2483. },
  2484. "node_modules/eslint-visitor-keys": {
  2485. "version": "3.4.1",
  2486. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
  2487. "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
  2488. "license": "Apache-2.0",
  2489. "engines": {
  2490. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2491. },
  2492. "funding": {
  2493. "url": "https://opencollective.com/eslint"
  2494. }
  2495. },
  2496. "node_modules/eslint/node_modules/doctrine": {
  2497. "version": "3.0.0",
  2498. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  2499. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  2500. "license": "Apache-2.0",
  2501. "dependencies": {
  2502. "esutils": "^2.0.2"
  2503. },
  2504. "engines": {
  2505. "node": ">=6.0.0"
  2506. }
  2507. },
  2508. "node_modules/eslint/node_modules/glob-parent": {
  2509. "version": "6.0.2",
  2510. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  2511. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  2512. "license": "ISC",
  2513. "dependencies": {
  2514. "is-glob": "^4.0.3"
  2515. },
  2516. "engines": {
  2517. "node": ">=10.13.0"
  2518. }
  2519. },
  2520. "node_modules/espree": {
  2521. "version": "9.5.2",
  2522. "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.2.tgz",
  2523. "integrity": "sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==",
  2524. "license": "BSD-2-Clause",
  2525. "dependencies": {
  2526. "acorn": "^8.8.0",
  2527. "acorn-jsx": "^5.3.2",
  2528. "eslint-visitor-keys": "^3.4.1"
  2529. },
  2530. "engines": {
  2531. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2532. },
  2533. "funding": {
  2534. "url": "https://opencollective.com/eslint"
  2535. }
  2536. },
  2537. "node_modules/esquery": {
  2538. "version": "1.5.0",
  2539. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
  2540. "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
  2541. "license": "BSD-3-Clause",
  2542. "dependencies": {
  2543. "estraverse": "^5.1.0"
  2544. },
  2545. "engines": {
  2546. "node": ">=0.10"
  2547. }
  2548. },
  2549. "node_modules/esrecurse": {
  2550. "version": "4.3.0",
  2551. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  2552. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  2553. "license": "BSD-2-Clause",
  2554. "dependencies": {
  2555. "estraverse": "^5.2.0"
  2556. },
  2557. "engines": {
  2558. "node": ">=4.0"
  2559. }
  2560. },
  2561. "node_modules/estraverse": {
  2562. "version": "5.3.0",
  2563. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  2564. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  2565. "license": "BSD-2-Clause",
  2566. "engines": {
  2567. "node": ">=4.0"
  2568. }
  2569. },
  2570. "node_modules/esutils": {
  2571. "version": "2.0.3",
  2572. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  2573. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  2574. "license": "BSD-2-Clause",
  2575. "engines": {
  2576. "node": ">=0.10.0"
  2577. }
  2578. },
  2579. "node_modules/eventemitter3": {
  2580. "version": "4.0.7",
  2581. "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
  2582. "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
  2583. "license": "MIT"
  2584. },
  2585. "node_modules/execa": {
  2586. "version": "7.1.1",
  2587. "resolved": "https://registry.npmjs.org/execa/-/execa-7.1.1.tgz",
  2588. "integrity": "sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==",
  2589. "license": "MIT",
  2590. "dependencies": {
  2591. "cross-spawn": "^7.0.3",
  2592. "get-stream": "^6.0.1",
  2593. "human-signals": "^4.3.0",
  2594. "is-stream": "^3.0.0",
  2595. "merge-stream": "^2.0.0",
  2596. "npm-run-path": "^5.1.0",
  2597. "onetime": "^6.0.0",
  2598. "signal-exit": "^3.0.7",
  2599. "strip-final-newline": "^3.0.0"
  2600. },
  2601. "engines": {
  2602. "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
  2603. },
  2604. "funding": {
  2605. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2606. }
  2607. },
  2608. "node_modules/fast-deep-equal": {
  2609. "version": "3.1.3",
  2610. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  2611. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  2612. "license": "MIT"
  2613. },
  2614. "node_modules/fast-glob": {
  2615. "version": "3.2.12",
  2616. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz",
  2617. "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
  2618. "license": "MIT",
  2619. "dependencies": {
  2620. "@nodelib/fs.stat": "^2.0.2",
  2621. "@nodelib/fs.walk": "^1.2.3",
  2622. "glob-parent": "^5.1.2",
  2623. "merge2": "^1.3.0",
  2624. "micromatch": "^4.0.4"
  2625. },
  2626. "engines": {
  2627. "node": ">=8.6.0"
  2628. }
  2629. },
  2630. "node_modules/fast-json-stable-stringify": {
  2631. "version": "2.1.0",
  2632. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  2633. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  2634. "license": "MIT"
  2635. },
  2636. "node_modules/fast-levenshtein": {
  2637. "version": "2.0.6",
  2638. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  2639. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  2640. "license": "MIT"
  2641. },
  2642. "node_modules/fast-loops": {
  2643. "version": "1.1.3",
  2644. "resolved": "https://registry.npmjs.org/fast-loops/-/fast-loops-1.1.3.tgz",
  2645. "integrity": "sha512-8EZzEP0eKkEEVX+drtd9mtuQ+/QrlfW/5MlwcwK5Nds6EkZ/tRzEexkzUY2mIssnAyVLT+TKHuRXmFNNXYUd6g==",
  2646. "license": "MIT"
  2647. },
  2648. "node_modules/fast-shallow-equal": {
  2649. "version": "1.0.0",
  2650. "resolved": "https://registry.npmjs.org/fast-shallow-equal/-/fast-shallow-equal-1.0.0.tgz",
  2651. "integrity": "sha512-HPtaa38cPgWvaCFmRNhlc6NG7pv6NUHqjPgVAkWGoB9mQMwYB27/K0CvOM5Czy+qpT3e8XJ6Q4aPAnzpNpzNaw=="
  2652. },
  2653. "node_modules/fastest-stable-stringify": {
  2654. "version": "2.0.2",
  2655. "resolved": "https://registry.npmjs.org/fastest-stable-stringify/-/fastest-stable-stringify-2.0.2.tgz",
  2656. "integrity": "sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==",
  2657. "license": "MIT"
  2658. },
  2659. "node_modules/fastq": {
  2660. "version": "1.15.0",
  2661. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
  2662. "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
  2663. "license": "ISC",
  2664. "dependencies": {
  2665. "reusify": "^1.0.4"
  2666. }
  2667. },
  2668. "node_modules/file-entry-cache": {
  2669. "version": "6.0.1",
  2670. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  2671. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  2672. "license": "MIT",
  2673. "dependencies": {
  2674. "flat-cache": "^3.0.4"
  2675. },
  2676. "engines": {
  2677. "node": "^10.12.0 || >=12.0.0"
  2678. }
  2679. },
  2680. "node_modules/fill-range": {
  2681. "version": "7.0.1",
  2682. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  2683. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  2684. "license": "MIT",
  2685. "dependencies": {
  2686. "to-regex-range": "^5.0.1"
  2687. },
  2688. "engines": {
  2689. "node": ">=8"
  2690. }
  2691. },
  2692. "node_modules/find-up": {
  2693. "version": "5.0.0",
  2694. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  2695. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  2696. "license": "MIT",
  2697. "dependencies": {
  2698. "locate-path": "^6.0.0",
  2699. "path-exists": "^4.0.0"
  2700. },
  2701. "engines": {
  2702. "node": ">=10"
  2703. },
  2704. "funding": {
  2705. "url": "https://github.com/sponsors/sindresorhus"
  2706. }
  2707. },
  2708. "node_modules/flat-cache": {
  2709. "version": "3.0.4",
  2710. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
  2711. "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
  2712. "license": "MIT",
  2713. "dependencies": {
  2714. "flatted": "^3.1.0",
  2715. "rimraf": "^3.0.2"
  2716. },
  2717. "engines": {
  2718. "node": "^10.12.0 || >=12.0.0"
  2719. }
  2720. },
  2721. "node_modules/flatted": {
  2722. "version": "3.2.7",
  2723. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
  2724. "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
  2725. "license": "ISC"
  2726. },
  2727. "node_modules/follow-redirects": {
  2728. "version": "1.15.6",
  2729. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
  2730. "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
  2731. "funding": [
  2732. {
  2733. "type": "individual",
  2734. "url": "https://github.com/sponsors/RubenVerborgh"
  2735. }
  2736. ],
  2737. "engines": {
  2738. "node": ">=4.0"
  2739. },
  2740. "peerDependenciesMeta": {
  2741. "debug": {
  2742. "optional": true
  2743. }
  2744. }
  2745. },
  2746. "node_modules/for-each": {
  2747. "version": "0.3.3",
  2748. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
  2749. "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
  2750. "license": "MIT",
  2751. "dependencies": {
  2752. "is-callable": "^1.1.3"
  2753. }
  2754. },
  2755. "node_modules/form-data": {
  2756. "version": "4.0.0",
  2757. "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
  2758. "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
  2759. "dependencies": {
  2760. "asynckit": "^0.4.0",
  2761. "combined-stream": "^1.0.8",
  2762. "mime-types": "^2.1.12"
  2763. },
  2764. "engines": {
  2765. "node": ">= 6"
  2766. }
  2767. },
  2768. "node_modules/fraction.js": {
  2769. "version": "4.2.0",
  2770. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
  2771. "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==",
  2772. "dev": true,
  2773. "license": "MIT",
  2774. "engines": {
  2775. "node": "*"
  2776. },
  2777. "funding": {
  2778. "type": "patreon",
  2779. "url": "https://www.patreon.com/infusion"
  2780. }
  2781. },
  2782. "node_modules/framer-motion": {
  2783. "version": "10.12.16",
  2784. "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.12.16.tgz",
  2785. "integrity": "sha512-w/SfWEIWJkYSgRHYBmln7EhcNo31ao8Xexol8lGXf1pR/tlnBtf1HcxoUmEiEh6pacB4/geku5ami53AAQWHMQ==",
  2786. "license": "MIT",
  2787. "dependencies": {
  2788. "tslib": "^2.4.0"
  2789. },
  2790. "optionalDependencies": {
  2791. "@emotion/is-prop-valid": "^0.8.2"
  2792. },
  2793. "peerDependencies": {
  2794. "react": "^18.0.0",
  2795. "react-dom": "^18.0.0"
  2796. },
  2797. "peerDependenciesMeta": {
  2798. "react": {
  2799. "optional": true
  2800. },
  2801. "react-dom": {
  2802. "optional": true
  2803. }
  2804. }
  2805. },
  2806. "node_modules/fs.realpath": {
  2807. "version": "1.0.0",
  2808. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  2809. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  2810. "license": "ISC"
  2811. },
  2812. "node_modules/function-bind": {
  2813. "version": "1.1.1",
  2814. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  2815. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
  2816. "license": "MIT"
  2817. },
  2818. "node_modules/function.prototype.name": {
  2819. "version": "1.1.5",
  2820. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
  2821. "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
  2822. "license": "MIT",
  2823. "dependencies": {
  2824. "call-bind": "^1.0.2",
  2825. "define-properties": "^1.1.3",
  2826. "es-abstract": "^1.19.0",
  2827. "functions-have-names": "^1.2.2"
  2828. },
  2829. "engines": {
  2830. "node": ">= 0.4"
  2831. },
  2832. "funding": {
  2833. "url": "https://github.com/sponsors/ljharb"
  2834. }
  2835. },
  2836. "node_modules/functions-have-names": {
  2837. "version": "1.2.3",
  2838. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  2839. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  2840. "license": "MIT",
  2841. "funding": {
  2842. "url": "https://github.com/sponsors/ljharb"
  2843. }
  2844. },
  2845. "node_modules/get-intrinsic": {
  2846. "version": "1.2.1",
  2847. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz",
  2848. "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",
  2849. "license": "MIT",
  2850. "dependencies": {
  2851. "function-bind": "^1.1.1",
  2852. "has": "^1.0.3",
  2853. "has-proto": "^1.0.1",
  2854. "has-symbols": "^1.0.3"
  2855. },
  2856. "funding": {
  2857. "url": "https://github.com/sponsors/ljharb"
  2858. }
  2859. },
  2860. "node_modules/get-stream": {
  2861. "version": "6.0.1",
  2862. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  2863. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  2864. "license": "MIT",
  2865. "engines": {
  2866. "node": ">=10"
  2867. },
  2868. "funding": {
  2869. "url": "https://github.com/sponsors/sindresorhus"
  2870. }
  2871. },
  2872. "node_modules/get-symbol-description": {
  2873. "version": "1.0.0",
  2874. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
  2875. "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
  2876. "license": "MIT",
  2877. "dependencies": {
  2878. "call-bind": "^1.0.2",
  2879. "get-intrinsic": "^1.1.1"
  2880. },
  2881. "engines": {
  2882. "node": ">= 0.4"
  2883. },
  2884. "funding": {
  2885. "url": "https://github.com/sponsors/ljharb"
  2886. }
  2887. },
  2888. "node_modules/get-tsconfig": {
  2889. "version": "4.5.0",
  2890. "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.5.0.tgz",
  2891. "integrity": "sha512-MjhiaIWCJ1sAU4pIQ5i5OfOuHHxVo1oYeNsWTON7jxYkod8pHocXeh+SSbmu5OZZZK73B6cbJ2XADzXehLyovQ==",
  2892. "license": "MIT",
  2893. "funding": {
  2894. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  2895. }
  2896. },
  2897. "node_modules/glob": {
  2898. "version": "7.1.6",
  2899. "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
  2900. "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
  2901. "license": "ISC",
  2902. "dependencies": {
  2903. "fs.realpath": "^1.0.0",
  2904. "inflight": "^1.0.4",
  2905. "inherits": "2",
  2906. "minimatch": "^3.0.4",
  2907. "once": "^1.3.0",
  2908. "path-is-absolute": "^1.0.0"
  2909. },
  2910. "engines": {
  2911. "node": "*"
  2912. },
  2913. "funding": {
  2914. "url": "https://github.com/sponsors/isaacs"
  2915. }
  2916. },
  2917. "node_modules/glob-parent": {
  2918. "version": "5.1.2",
  2919. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  2920. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  2921. "license": "ISC",
  2922. "dependencies": {
  2923. "is-glob": "^4.0.1"
  2924. },
  2925. "engines": {
  2926. "node": ">= 6"
  2927. }
  2928. },
  2929. "node_modules/globals": {
  2930. "version": "13.20.0",
  2931. "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
  2932. "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
  2933. "license": "MIT",
  2934. "dependencies": {
  2935. "type-fest": "^0.20.2"
  2936. },
  2937. "engines": {
  2938. "node": ">=8"
  2939. },
  2940. "funding": {
  2941. "url": "https://github.com/sponsors/sindresorhus"
  2942. }
  2943. },
  2944. "node_modules/globalthis": {
  2945. "version": "1.0.3",
  2946. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
  2947. "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
  2948. "license": "MIT",
  2949. "dependencies": {
  2950. "define-properties": "^1.1.3"
  2951. },
  2952. "engines": {
  2953. "node": ">= 0.4"
  2954. },
  2955. "funding": {
  2956. "url": "https://github.com/sponsors/ljharb"
  2957. }
  2958. },
  2959. "node_modules/globby": {
  2960. "version": "13.1.4",
  2961. "resolved": "https://registry.npmjs.org/globby/-/globby-13.1.4.tgz",
  2962. "integrity": "sha512-iui/IiiW+QrJ1X1hKH5qwlMQyv34wJAYwH1vrf8b9kBA4sNiif3gKsMHa+BrdnOpEudWjpotfa7LrTzB1ERS/g==",
  2963. "license": "MIT",
  2964. "dependencies": {
  2965. "dir-glob": "^3.0.1",
  2966. "fast-glob": "^3.2.11",
  2967. "ignore": "^5.2.0",
  2968. "merge2": "^1.4.1",
  2969. "slash": "^4.0.0"
  2970. },
  2971. "engines": {
  2972. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2973. },
  2974. "funding": {
  2975. "url": "https://github.com/sponsors/sindresorhus"
  2976. }
  2977. },
  2978. "node_modules/google-libphonenumber": {
  2979. "version": "3.2.38",
  2980. "resolved": "https://registry.npmjs.org/google-libphonenumber/-/google-libphonenumber-3.2.38.tgz",
  2981. "integrity": "sha512-t/K0dsVmA0gMMVLJgcMeB9g1Ar4ANVWfkY+AJGSdfyJ2Ay7Bu8ceLYpUlC6FZSilZgaF1qbkM9tZydGBEBHqAg==",
  2982. "engines": {
  2983. "node": ">=0.10"
  2984. }
  2985. },
  2986. "node_modules/google-map-react": {
  2987. "version": "2.2.1",
  2988. "resolved": "https://registry.npmjs.org/google-map-react/-/google-map-react-2.2.1.tgz",
  2989. "integrity": "sha512-Dg8aexf5rNSmywj0XKQ5m4RNzVcWwKEM2BGDj5aPChD0um8ZRjB5Upcb/yg/i0oG1aES29asQ5+6BHVgrK5xGA==",
  2990. "license": "MIT",
  2991. "dependencies": {
  2992. "@googlemaps/js-api-loader": "^1.13.8",
  2993. "@mapbox/point-geometry": "^0.1.0",
  2994. "eventemitter3": "^4.0.4",
  2995. "prop-types": "^15.7.2"
  2996. },
  2997. "engines": {
  2998. "node": ">=10"
  2999. },
  3000. "peerDependencies": {
  3001. "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
  3002. "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
  3003. }
  3004. },
  3005. "node_modules/gopd": {
  3006. "version": "1.0.1",
  3007. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
  3008. "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  3009. "license": "MIT",
  3010. "dependencies": {
  3011. "get-intrinsic": "^1.1.3"
  3012. },
  3013. "funding": {
  3014. "url": "https://github.com/sponsors/ljharb"
  3015. }
  3016. },
  3017. "node_modules/graceful-fs": {
  3018. "version": "4.2.11",
  3019. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  3020. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  3021. "license": "ISC"
  3022. },
  3023. "node_modules/graphemer": {
  3024. "version": "1.4.0",
  3025. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  3026. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  3027. "license": "MIT"
  3028. },
  3029. "node_modules/has": {
  3030. "version": "1.0.3",
  3031. "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  3032. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  3033. "license": "MIT",
  3034. "dependencies": {
  3035. "function-bind": "^1.1.1"
  3036. },
  3037. "engines": {
  3038. "node": ">= 0.4.0"
  3039. }
  3040. },
  3041. "node_modules/has-bigints": {
  3042. "version": "1.0.2",
  3043. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
  3044. "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
  3045. "license": "MIT",
  3046. "funding": {
  3047. "url": "https://github.com/sponsors/ljharb"
  3048. }
  3049. },
  3050. "node_modules/has-flag": {
  3051. "version": "4.0.0",
  3052. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3053. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3054. "license": "MIT",
  3055. "engines": {
  3056. "node": ">=8"
  3057. }
  3058. },
  3059. "node_modules/has-property-descriptors": {
  3060. "version": "1.0.0",
  3061. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
  3062. "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
  3063. "license": "MIT",
  3064. "dependencies": {
  3065. "get-intrinsic": "^1.1.1"
  3066. },
  3067. "funding": {
  3068. "url": "https://github.com/sponsors/ljharb"
  3069. }
  3070. },
  3071. "node_modules/has-proto": {
  3072. "version": "1.0.1",
  3073. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
  3074. "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
  3075. "license": "MIT",
  3076. "engines": {
  3077. "node": ">= 0.4"
  3078. },
  3079. "funding": {
  3080. "url": "https://github.com/sponsors/ljharb"
  3081. }
  3082. },
  3083. "node_modules/has-symbols": {
  3084. "version": "1.0.3",
  3085. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
  3086. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  3087. "license": "MIT",
  3088. "engines": {
  3089. "node": ">= 0.4"
  3090. },
  3091. "funding": {
  3092. "url": "https://github.com/sponsors/ljharb"
  3093. }
  3094. },
  3095. "node_modules/has-tostringtag": {
  3096. "version": "1.0.0",
  3097. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
  3098. "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
  3099. "license": "MIT",
  3100. "dependencies": {
  3101. "has-symbols": "^1.0.2"
  3102. },
  3103. "engines": {
  3104. "node": ">= 0.4"
  3105. },
  3106. "funding": {
  3107. "url": "https://github.com/sponsors/ljharb"
  3108. }
  3109. },
  3110. "node_modules/hoist-non-react-statics": {
  3111. "version": "3.3.2",
  3112. "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  3113. "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  3114. "dependencies": {
  3115. "react-is": "^16.7.0"
  3116. }
  3117. },
  3118. "node_modules/html-parse-stringify": {
  3119. "version": "3.0.1",
  3120. "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz",
  3121. "integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==",
  3122. "dependencies": {
  3123. "void-elements": "3.1.0"
  3124. }
  3125. },
  3126. "node_modules/human-signals": {
  3127. "version": "4.3.1",
  3128. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
  3129. "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
  3130. "license": "Apache-2.0",
  3131. "engines": {
  3132. "node": ">=14.18.0"
  3133. }
  3134. },
  3135. "node_modules/hyphenate-style-name": {
  3136. "version": "1.0.4",
  3137. "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz",
  3138. "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==",
  3139. "license": "BSD-3-Clause"
  3140. },
  3141. "node_modules/i18next": {
  3142. "version": "23.16.4",
  3143. "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz",
  3144. "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==",
  3145. "funding": [
  3146. {
  3147. "type": "individual",
  3148. "url": "https://locize.com"
  3149. },
  3150. {
  3151. "type": "individual",
  3152. "url": "https://locize.com/i18next.html"
  3153. },
  3154. {
  3155. "type": "individual",
  3156. "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
  3157. }
  3158. ],
  3159. "dependencies": {
  3160. "@babel/runtime": "^7.23.2"
  3161. }
  3162. },
  3163. "node_modules/i18next-fs-backend": {
  3164. "version": "2.3.2",
  3165. "resolved": "https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-2.3.2.tgz",
  3166. "integrity": "sha512-LIwUlkqDZnUI8lnUxBnEj8K/FrHQTT/Sc+1rvDm9E8YvvY5YxzoEAASNx+W5M9DfD5s77lI5vSAFWeTp26B/3Q=="
  3167. },
  3168. "node_modules/ignore": {
  3169. "version": "5.2.4",
  3170. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
  3171. "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
  3172. "license": "MIT",
  3173. "engines": {
  3174. "node": ">= 4"
  3175. }
  3176. },
  3177. "node_modules/immutable": {
  3178. "version": "4.3.0",
  3179. "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.0.tgz",
  3180. "integrity": "sha512-0AOCmOip+xgJwEVTQj1EfiDDOkPmuyllDuTuEX+DDXUgapLAsBIfkg3sxCYyCEA8mQqZrrxPUGjcOQ2JS3WLkg==",
  3181. "license": "MIT"
  3182. },
  3183. "node_modules/import-fresh": {
  3184. "version": "3.3.0",
  3185. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  3186. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  3187. "license": "MIT",
  3188. "dependencies": {
  3189. "parent-module": "^1.0.0",
  3190. "resolve-from": "^4.0.0"
  3191. },
  3192. "engines": {
  3193. "node": ">=6"
  3194. },
  3195. "funding": {
  3196. "url": "https://github.com/sponsors/sindresorhus"
  3197. }
  3198. },
  3199. "node_modules/imurmurhash": {
  3200. "version": "0.1.4",
  3201. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  3202. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  3203. "license": "MIT",
  3204. "engines": {
  3205. "node": ">=0.8.19"
  3206. }
  3207. },
  3208. "node_modules/inflight": {
  3209. "version": "1.0.6",
  3210. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  3211. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  3212. "license": "ISC",
  3213. "dependencies": {
  3214. "once": "^1.3.0",
  3215. "wrappy": "1"
  3216. }
  3217. },
  3218. "node_modules/inherits": {
  3219. "version": "2.0.4",
  3220. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  3221. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  3222. "license": "ISC"
  3223. },
  3224. "node_modules/inline-style-prefixer": {
  3225. "version": "6.0.4",
  3226. "resolved": "https://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-6.0.4.tgz",
  3227. "integrity": "sha512-FwXmZC2zbeeS7NzGjJ6pAiqRhXR0ugUShSNb6GApMl6da0/XGc4MOJsoWAywia52EEWbXNSy0pzkwz/+Y+swSg==",
  3228. "license": "MIT",
  3229. "dependencies": {
  3230. "css-in-js-utils": "^3.1.0",
  3231. "fast-loops": "^1.1.3"
  3232. }
  3233. },
  3234. "node_modules/internal-slot": {
  3235. "version": "1.0.5",
  3236. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
  3237. "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==",
  3238. "license": "MIT",
  3239. "dependencies": {
  3240. "get-intrinsic": "^1.2.0",
  3241. "has": "^1.0.3",
  3242. "side-channel": "^1.0.4"
  3243. },
  3244. "engines": {
  3245. "node": ">= 0.4"
  3246. }
  3247. },
  3248. "node_modules/is-arguments": {
  3249. "version": "1.1.1",
  3250. "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
  3251. "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
  3252. "license": "MIT",
  3253. "dependencies": {
  3254. "call-bind": "^1.0.2",
  3255. "has-tostringtag": "^1.0.0"
  3256. },
  3257. "engines": {
  3258. "node": ">= 0.4"
  3259. },
  3260. "funding": {
  3261. "url": "https://github.com/sponsors/ljharb"
  3262. }
  3263. },
  3264. "node_modules/is-array-buffer": {
  3265. "version": "3.0.2",
  3266. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz",
  3267. "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==",
  3268. "license": "MIT",
  3269. "dependencies": {
  3270. "call-bind": "^1.0.2",
  3271. "get-intrinsic": "^1.2.0",
  3272. "is-typed-array": "^1.1.10"
  3273. },
  3274. "funding": {
  3275. "url": "https://github.com/sponsors/ljharb"
  3276. }
  3277. },
  3278. "node_modules/is-arrayish": {
  3279. "version": "0.3.2",
  3280. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
  3281. "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
  3282. },
  3283. "node_modules/is-bigint": {
  3284. "version": "1.0.4",
  3285. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  3286. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  3287. "license": "MIT",
  3288. "dependencies": {
  3289. "has-bigints": "^1.0.1"
  3290. },
  3291. "funding": {
  3292. "url": "https://github.com/sponsors/ljharb"
  3293. }
  3294. },
  3295. "node_modules/is-binary-path": {
  3296. "version": "2.1.0",
  3297. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  3298. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  3299. "license": "MIT",
  3300. "dependencies": {
  3301. "binary-extensions": "^2.0.0"
  3302. },
  3303. "engines": {
  3304. "node": ">=8"
  3305. }
  3306. },
  3307. "node_modules/is-boolean-object": {
  3308. "version": "1.1.2",
  3309. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  3310. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  3311. "license": "MIT",
  3312. "dependencies": {
  3313. "call-bind": "^1.0.2",
  3314. "has-tostringtag": "^1.0.0"
  3315. },
  3316. "engines": {
  3317. "node": ">= 0.4"
  3318. },
  3319. "funding": {
  3320. "url": "https://github.com/sponsors/ljharb"
  3321. }
  3322. },
  3323. "node_modules/is-callable": {
  3324. "version": "1.2.7",
  3325. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  3326. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  3327. "license": "MIT",
  3328. "engines": {
  3329. "node": ">= 0.4"
  3330. },
  3331. "funding": {
  3332. "url": "https://github.com/sponsors/ljharb"
  3333. }
  3334. },
  3335. "node_modules/is-core-module": {
  3336. "version": "2.12.1",
  3337. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
  3338. "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
  3339. "license": "MIT",
  3340. "dependencies": {
  3341. "has": "^1.0.3"
  3342. },
  3343. "funding": {
  3344. "url": "https://github.com/sponsors/ljharb"
  3345. }
  3346. },
  3347. "node_modules/is-date-object": {
  3348. "version": "1.0.5",
  3349. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
  3350. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  3351. "license": "MIT",
  3352. "dependencies": {
  3353. "has-tostringtag": "^1.0.0"
  3354. },
  3355. "engines": {
  3356. "node": ">= 0.4"
  3357. },
  3358. "funding": {
  3359. "url": "https://github.com/sponsors/ljharb"
  3360. }
  3361. },
  3362. "node_modules/is-docker": {
  3363. "version": "2.2.1",
  3364. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  3365. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  3366. "license": "MIT",
  3367. "bin": {
  3368. "is-docker": "cli.js"
  3369. },
  3370. "engines": {
  3371. "node": ">=8"
  3372. },
  3373. "funding": {
  3374. "url": "https://github.com/sponsors/sindresorhus"
  3375. }
  3376. },
  3377. "node_modules/is-extglob": {
  3378. "version": "2.1.1",
  3379. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  3380. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  3381. "license": "MIT",
  3382. "engines": {
  3383. "node": ">=0.10.0"
  3384. }
  3385. },
  3386. "node_modules/is-glob": {
  3387. "version": "4.0.3",
  3388. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  3389. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  3390. "license": "MIT",
  3391. "dependencies": {
  3392. "is-extglob": "^2.1.1"
  3393. },
  3394. "engines": {
  3395. "node": ">=0.10.0"
  3396. }
  3397. },
  3398. "node_modules/is-inside-container": {
  3399. "version": "1.0.0",
  3400. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  3401. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  3402. "license": "MIT",
  3403. "dependencies": {
  3404. "is-docker": "^3.0.0"
  3405. },
  3406. "bin": {
  3407. "is-inside-container": "cli.js"
  3408. },
  3409. "engines": {
  3410. "node": ">=14.16"
  3411. },
  3412. "funding": {
  3413. "url": "https://github.com/sponsors/sindresorhus"
  3414. }
  3415. },
  3416. "node_modules/is-inside-container/node_modules/is-docker": {
  3417. "version": "3.0.0",
  3418. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  3419. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  3420. "license": "MIT",
  3421. "bin": {
  3422. "is-docker": "cli.js"
  3423. },
  3424. "engines": {
  3425. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3426. },
  3427. "funding": {
  3428. "url": "https://github.com/sponsors/sindresorhus"
  3429. }
  3430. },
  3431. "node_modules/is-map": {
  3432. "version": "2.0.2",
  3433. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz",
  3434. "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==",
  3435. "license": "MIT",
  3436. "funding": {
  3437. "url": "https://github.com/sponsors/ljharb"
  3438. }
  3439. },
  3440. "node_modules/is-negative-zero": {
  3441. "version": "2.0.2",
  3442. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  3443. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  3444. "license": "MIT",
  3445. "engines": {
  3446. "node": ">= 0.4"
  3447. },
  3448. "funding": {
  3449. "url": "https://github.com/sponsors/ljharb"
  3450. }
  3451. },
  3452. "node_modules/is-number": {
  3453. "version": "7.0.0",
  3454. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  3455. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  3456. "license": "MIT",
  3457. "engines": {
  3458. "node": ">=0.12.0"
  3459. }
  3460. },
  3461. "node_modules/is-number-object": {
  3462. "version": "1.0.7",
  3463. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  3464. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  3465. "license": "MIT",
  3466. "dependencies": {
  3467. "has-tostringtag": "^1.0.0"
  3468. },
  3469. "engines": {
  3470. "node": ">= 0.4"
  3471. },
  3472. "funding": {
  3473. "url": "https://github.com/sponsors/ljharb"
  3474. }
  3475. },
  3476. "node_modules/is-path-inside": {
  3477. "version": "3.0.3",
  3478. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  3479. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  3480. "license": "MIT",
  3481. "engines": {
  3482. "node": ">=8"
  3483. }
  3484. },
  3485. "node_modules/is-regex": {
  3486. "version": "1.1.4",
  3487. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
  3488. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  3489. "license": "MIT",
  3490. "dependencies": {
  3491. "call-bind": "^1.0.2",
  3492. "has-tostringtag": "^1.0.0"
  3493. },
  3494. "engines": {
  3495. "node": ">= 0.4"
  3496. },
  3497. "funding": {
  3498. "url": "https://github.com/sponsors/ljharb"
  3499. }
  3500. },
  3501. "node_modules/is-set": {
  3502. "version": "2.0.2",
  3503. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz",
  3504. "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==",
  3505. "license": "MIT",
  3506. "funding": {
  3507. "url": "https://github.com/sponsors/ljharb"
  3508. }
  3509. },
  3510. "node_modules/is-shared-array-buffer": {
  3511. "version": "1.0.2",
  3512. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
  3513. "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
  3514. "license": "MIT",
  3515. "dependencies": {
  3516. "call-bind": "^1.0.2"
  3517. },
  3518. "funding": {
  3519. "url": "https://github.com/sponsors/ljharb"
  3520. }
  3521. },
  3522. "node_modules/is-stream": {
  3523. "version": "3.0.0",
  3524. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  3525. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  3526. "license": "MIT",
  3527. "engines": {
  3528. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3529. },
  3530. "funding": {
  3531. "url": "https://github.com/sponsors/sindresorhus"
  3532. }
  3533. },
  3534. "node_modules/is-string": {
  3535. "version": "1.0.7",
  3536. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
  3537. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  3538. "license": "MIT",
  3539. "dependencies": {
  3540. "has-tostringtag": "^1.0.0"
  3541. },
  3542. "engines": {
  3543. "node": ">= 0.4"
  3544. },
  3545. "funding": {
  3546. "url": "https://github.com/sponsors/ljharb"
  3547. }
  3548. },
  3549. "node_modules/is-symbol": {
  3550. "version": "1.0.4",
  3551. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  3552. "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  3553. "license": "MIT",
  3554. "dependencies": {
  3555. "has-symbols": "^1.0.2"
  3556. },
  3557. "engines": {
  3558. "node": ">= 0.4"
  3559. },
  3560. "funding": {
  3561. "url": "https://github.com/sponsors/ljharb"
  3562. }
  3563. },
  3564. "node_modules/is-typed-array": {
  3565. "version": "1.1.10",
  3566. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz",
  3567. "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==",
  3568. "license": "MIT",
  3569. "dependencies": {
  3570. "available-typed-arrays": "^1.0.5",
  3571. "call-bind": "^1.0.2",
  3572. "for-each": "^0.3.3",
  3573. "gopd": "^1.0.1",
  3574. "has-tostringtag": "^1.0.0"
  3575. },
  3576. "engines": {
  3577. "node": ">= 0.4"
  3578. },
  3579. "funding": {
  3580. "url": "https://github.com/sponsors/ljharb"
  3581. }
  3582. },
  3583. "node_modules/is-weakmap": {
  3584. "version": "2.0.1",
  3585. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz",
  3586. "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==",
  3587. "license": "MIT",
  3588. "funding": {
  3589. "url": "https://github.com/sponsors/ljharb"
  3590. }
  3591. },
  3592. "node_modules/is-weakref": {
  3593. "version": "1.0.2",
  3594. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
  3595. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  3596. "license": "MIT",
  3597. "dependencies": {
  3598. "call-bind": "^1.0.2"
  3599. },
  3600. "funding": {
  3601. "url": "https://github.com/sponsors/ljharb"
  3602. }
  3603. },
  3604. "node_modules/is-weakset": {
  3605. "version": "2.0.2",
  3606. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz",
  3607. "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==",
  3608. "license": "MIT",
  3609. "dependencies": {
  3610. "call-bind": "^1.0.2",
  3611. "get-intrinsic": "^1.1.1"
  3612. },
  3613. "funding": {
  3614. "url": "https://github.com/sponsors/ljharb"
  3615. }
  3616. },
  3617. "node_modules/is-wsl": {
  3618. "version": "2.2.0",
  3619. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  3620. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  3621. "license": "MIT",
  3622. "dependencies": {
  3623. "is-docker": "^2.0.0"
  3624. },
  3625. "engines": {
  3626. "node": ">=8"
  3627. }
  3628. },
  3629. "node_modules/isarray": {
  3630. "version": "2.0.5",
  3631. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  3632. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  3633. "license": "MIT"
  3634. },
  3635. "node_modules/isexe": {
  3636. "version": "2.0.0",
  3637. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  3638. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  3639. "license": "ISC"
  3640. },
  3641. "node_modules/jiti": {
  3642. "version": "1.18.2",
  3643. "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz",
  3644. "integrity": "sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==",
  3645. "license": "MIT",
  3646. "bin": {
  3647. "jiti": "bin/jiti.js"
  3648. }
  3649. },
  3650. "node_modules/js-cookie": {
  3651. "version": "2.2.1",
  3652. "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.1.tgz",
  3653. "integrity": "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==",
  3654. "license": "MIT"
  3655. },
  3656. "node_modules/js-tokens": {
  3657. "version": "4.0.0",
  3658. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  3659. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  3660. "license": "MIT"
  3661. },
  3662. "node_modules/js-yaml": {
  3663. "version": "4.1.0",
  3664. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  3665. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  3666. "license": "MIT",
  3667. "dependencies": {
  3668. "argparse": "^2.0.1"
  3669. },
  3670. "bin": {
  3671. "js-yaml": "bin/js-yaml.js"
  3672. }
  3673. },
  3674. "node_modules/json-schema-traverse": {
  3675. "version": "0.4.1",
  3676. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  3677. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  3678. "license": "MIT"
  3679. },
  3680. "node_modules/json-stable-stringify-without-jsonify": {
  3681. "version": "1.0.1",
  3682. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  3683. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  3684. "license": "MIT"
  3685. },
  3686. "node_modules/json5": {
  3687. "version": "1.0.2",
  3688. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  3689. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  3690. "license": "MIT",
  3691. "dependencies": {
  3692. "minimist": "^1.2.0"
  3693. },
  3694. "bin": {
  3695. "json5": "lib/cli.js"
  3696. }
  3697. },
  3698. "node_modules/jsx-ast-utils": {
  3699. "version": "3.3.3",
  3700. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz",
  3701. "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==",
  3702. "license": "MIT",
  3703. "dependencies": {
  3704. "array-includes": "^3.1.5",
  3705. "object.assign": "^4.1.3"
  3706. },
  3707. "engines": {
  3708. "node": ">=4.0"
  3709. }
  3710. },
  3711. "node_modules/language-subtag-registry": {
  3712. "version": "0.3.22",
  3713. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
  3714. "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==",
  3715. "license": "CC0-1.0"
  3716. },
  3717. "node_modules/language-tags": {
  3718. "version": "1.0.5",
  3719. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
  3720. "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==",
  3721. "license": "MIT",
  3722. "dependencies": {
  3723. "language-subtag-registry": "~0.3.2"
  3724. }
  3725. },
  3726. "node_modules/levn": {
  3727. "version": "0.4.1",
  3728. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  3729. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  3730. "license": "MIT",
  3731. "dependencies": {
  3732. "prelude-ls": "^1.2.1",
  3733. "type-check": "~0.4.0"
  3734. },
  3735. "engines": {
  3736. "node": ">= 0.8.0"
  3737. }
  3738. },
  3739. "node_modules/libphonenumber-js": {
  3740. "version": "1.11.9",
  3741. "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.11.9.tgz",
  3742. "integrity": "sha512-Zs5wf5HaWzW2/inlupe2tstl0I/Tbqo7lH20ZLr6Is58u7Dz2n+gRFGNlj9/gWxFvNfp9+YyDsiegjNhdixB9A=="
  3743. },
  3744. "node_modules/lilconfig": {
  3745. "version": "2.1.0",
  3746. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
  3747. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  3748. "license": "MIT",
  3749. "engines": {
  3750. "node": ">=10"
  3751. }
  3752. },
  3753. "node_modules/lines-and-columns": {
  3754. "version": "1.2.4",
  3755. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  3756. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  3757. "license": "MIT"
  3758. },
  3759. "node_modules/locate-path": {
  3760. "version": "6.0.0",
  3761. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  3762. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  3763. "license": "MIT",
  3764. "dependencies": {
  3765. "p-locate": "^5.0.0"
  3766. },
  3767. "engines": {
  3768. "node": ">=10"
  3769. },
  3770. "funding": {
  3771. "url": "https://github.com/sponsors/sindresorhus"
  3772. }
  3773. },
  3774. "node_modules/lodash": {
  3775. "version": "4.17.21",
  3776. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  3777. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  3778. "license": "MIT"
  3779. },
  3780. "node_modules/lodash.castarray": {
  3781. "version": "4.4.0",
  3782. "resolved": "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz",
  3783. "integrity": "sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==",
  3784. "license": "MIT"
  3785. },
  3786. "node_modules/lodash.isplainobject": {
  3787. "version": "4.0.6",
  3788. "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
  3789. "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
  3790. "license": "MIT"
  3791. },
  3792. "node_modules/lodash.merge": {
  3793. "version": "4.6.2",
  3794. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  3795. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  3796. "license": "MIT"
  3797. },
  3798. "node_modules/loose-envify": {
  3799. "version": "1.4.0",
  3800. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  3801. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  3802. "license": "MIT",
  3803. "dependencies": {
  3804. "js-tokens": "^3.0.0 || ^4.0.0"
  3805. },
  3806. "bin": {
  3807. "loose-envify": "cli.js"
  3808. }
  3809. },
  3810. "node_modules/lru-cache": {
  3811. "version": "6.0.0",
  3812. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  3813. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  3814. "license": "ISC",
  3815. "dependencies": {
  3816. "yallist": "^4.0.0"
  3817. },
  3818. "engines": {
  3819. "node": ">=10"
  3820. }
  3821. },
  3822. "node_modules/mdn-data": {
  3823. "version": "2.0.14",
  3824. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
  3825. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
  3826. "license": "CC0-1.0"
  3827. },
  3828. "node_modules/merge-stream": {
  3829. "version": "2.0.0",
  3830. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  3831. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  3832. "license": "MIT"
  3833. },
  3834. "node_modules/merge2": {
  3835. "version": "1.4.1",
  3836. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  3837. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  3838. "license": "MIT",
  3839. "engines": {
  3840. "node": ">= 8"
  3841. }
  3842. },
  3843. "node_modules/micromatch": {
  3844. "version": "4.0.5",
  3845. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  3846. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  3847. "license": "MIT",
  3848. "dependencies": {
  3849. "braces": "^3.0.2",
  3850. "picomatch": "^2.3.1"
  3851. },
  3852. "engines": {
  3853. "node": ">=8.6"
  3854. }
  3855. },
  3856. "node_modules/mime-db": {
  3857. "version": "1.52.0",
  3858. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  3859. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  3860. "engines": {
  3861. "node": ">= 0.6"
  3862. }
  3863. },
  3864. "node_modules/mime-types": {
  3865. "version": "2.1.35",
  3866. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  3867. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  3868. "dependencies": {
  3869. "mime-db": "1.52.0"
  3870. },
  3871. "engines": {
  3872. "node": ">= 0.6"
  3873. }
  3874. },
  3875. "node_modules/mimic-fn": {
  3876. "version": "4.0.0",
  3877. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
  3878. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  3879. "license": "MIT",
  3880. "engines": {
  3881. "node": ">=12"
  3882. },
  3883. "funding": {
  3884. "url": "https://github.com/sponsors/sindresorhus"
  3885. }
  3886. },
  3887. "node_modules/mini-svg-data-uri": {
  3888. "version": "1.4.4",
  3889. "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz",
  3890. "integrity": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==",
  3891. "license": "MIT",
  3892. "bin": {
  3893. "mini-svg-data-uri": "cli.js"
  3894. }
  3895. },
  3896. "node_modules/minimatch": {
  3897. "version": "3.1.2",
  3898. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  3899. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  3900. "license": "ISC",
  3901. "dependencies": {
  3902. "brace-expansion": "^1.1.7"
  3903. },
  3904. "engines": {
  3905. "node": "*"
  3906. }
  3907. },
  3908. "node_modules/minimist": {
  3909. "version": "1.2.8",
  3910. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  3911. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  3912. "license": "MIT",
  3913. "funding": {
  3914. "url": "https://github.com/sponsors/ljharb"
  3915. }
  3916. },
  3917. "node_modules/ms": {
  3918. "version": "2.1.2",
  3919. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  3920. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  3921. "license": "MIT"
  3922. },
  3923. "node_modules/mz": {
  3924. "version": "2.7.0",
  3925. "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
  3926. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  3927. "license": "MIT",
  3928. "dependencies": {
  3929. "any-promise": "^1.0.0",
  3930. "object-assign": "^4.0.1",
  3931. "thenify-all": "^1.0.0"
  3932. }
  3933. },
  3934. "node_modules/nano-css": {
  3935. "version": "5.3.5",
  3936. "resolved": "https://registry.npmjs.org/nano-css/-/nano-css-5.3.5.tgz",
  3937. "integrity": "sha512-vSB9X12bbNu4ALBu7nigJgRViZ6ja3OU7CeuiV1zMIbXOdmkLahgtPmh3GBOlDxbKY0CitqlPdOReGlBLSp+yg==",
  3938. "license": "Unlicense",
  3939. "dependencies": {
  3940. "css-tree": "^1.1.2",
  3941. "csstype": "^3.0.6",
  3942. "fastest-stable-stringify": "^2.0.2",
  3943. "inline-style-prefixer": "^6.0.0",
  3944. "rtl-css-js": "^1.14.0",
  3945. "sourcemap-codec": "^1.4.8",
  3946. "stacktrace-js": "^2.0.2",
  3947. "stylis": "^4.0.6"
  3948. },
  3949. "peerDependencies": {
  3950. "react": "*",
  3951. "react-dom": "*"
  3952. }
  3953. },
  3954. "node_modules/nanoid": {
  3955. "version": "3.3.6",
  3956. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
  3957. "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
  3958. "funding": [
  3959. {
  3960. "type": "github",
  3961. "url": "https://github.com/sponsors/ai"
  3962. }
  3963. ],
  3964. "license": "MIT",
  3965. "bin": {
  3966. "nanoid": "bin/nanoid.cjs"
  3967. },
  3968. "engines": {
  3969. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3970. }
  3971. },
  3972. "node_modules/natural-compare": {
  3973. "version": "1.4.0",
  3974. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  3975. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  3976. "license": "MIT"
  3977. },
  3978. "node_modules/next": {
  3979. "version": "13.4.3",
  3980. "resolved": "https://registry.npmjs.org/next/-/next-13.4.3.tgz",
  3981. "integrity": "sha512-FV3pBrAAnAIfOclTvncw9dDohyeuEEXPe5KNcva91anT/rdycWbgtu3IjUj4n5yHnWK8YEPo0vrUecHmnmUNbA==",
  3982. "license": "MIT",
  3983. "dependencies": {
  3984. "@next/env": "13.4.3",
  3985. "@swc/helpers": "0.5.1",
  3986. "busboy": "1.6.0",
  3987. "caniuse-lite": "^1.0.30001406",
  3988. "postcss": "8.4.14",
  3989. "styled-jsx": "5.1.1",
  3990. "zod": "3.21.4"
  3991. },
  3992. "bin": {
  3993. "next": "dist/bin/next"
  3994. },
  3995. "engines": {
  3996. "node": ">=16.8.0"
  3997. },
  3998. "optionalDependencies": {
  3999. "@next/swc-darwin-arm64": "13.4.3",
  4000. "@next/swc-darwin-x64": "13.4.3",
  4001. "@next/swc-linux-arm64-gnu": "13.4.3",
  4002. "@next/swc-linux-arm64-musl": "13.4.3",
  4003. "@next/swc-linux-x64-gnu": "13.4.3",
  4004. "@next/swc-linux-x64-musl": "13.4.3",
  4005. "@next/swc-win32-arm64-msvc": "13.4.3",
  4006. "@next/swc-win32-ia32-msvc": "13.4.3",
  4007. "@next/swc-win32-x64-msvc": "13.4.3"
  4008. },
  4009. "peerDependencies": {
  4010. "@opentelemetry/api": "^1.1.0",
  4011. "fibers": ">= 3.1.0",
  4012. "node-sass": "^6.0.0 || ^7.0.0",
  4013. "react": "^18.2.0",
  4014. "react-dom": "^18.2.0",
  4015. "sass": "^1.3.0"
  4016. },
  4017. "peerDependenciesMeta": {
  4018. "@opentelemetry/api": {
  4019. "optional": true
  4020. },
  4021. "fibers": {
  4022. "optional": true
  4023. },
  4024. "node-sass": {
  4025. "optional": true
  4026. },
  4027. "sass": {
  4028. "optional": true
  4029. }
  4030. }
  4031. },
  4032. "node_modules/next-i18next": {
  4033. "version": "15.3.1",
  4034. "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-15.3.1.tgz",
  4035. "integrity": "sha512-+pa2pZJb7B6k5PKW3TLVMmAodqkNaOBWVYlpWX56mgcEJz0UMW+MKSdKM9Z72CHp6Bp48g7OWwDnLqxXNp/84w==",
  4036. "funding": [
  4037. {
  4038. "type": "individual",
  4039. "url": "https://locize.com/i18next.html"
  4040. },
  4041. {
  4042. "type": "individual",
  4043. "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
  4044. },
  4045. {
  4046. "type": "individual",
  4047. "url": "https://locize.com"
  4048. }
  4049. ],
  4050. "dependencies": {
  4051. "@babel/runtime": "^7.23.2",
  4052. "@types/hoist-non-react-statics": "^3.3.4",
  4053. "core-js": "^3",
  4054. "hoist-non-react-statics": "^3.3.2",
  4055. "i18next-fs-backend": "^2.3.2"
  4056. },
  4057. "engines": {
  4058. "node": ">=14"
  4059. },
  4060. "peerDependencies": {
  4061. "i18next": ">= 23.7.13",
  4062. "next": ">= 12.0.0",
  4063. "react": ">= 17.0.2",
  4064. "react-i18next": ">= 13.5.0"
  4065. }
  4066. },
  4067. "node_modules/next/node_modules/postcss": {
  4068. "version": "8.4.14",
  4069. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz",
  4070. "integrity": "sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==",
  4071. "funding": [
  4072. {
  4073. "type": "opencollective",
  4074. "url": "https://opencollective.com/postcss/"
  4075. },
  4076. {
  4077. "type": "tidelift",
  4078. "url": "https://tidelift.com/funding/github/npm/postcss"
  4079. }
  4080. ],
  4081. "license": "MIT",
  4082. "dependencies": {
  4083. "nanoid": "^3.3.4",
  4084. "picocolors": "^1.0.0",
  4085. "source-map-js": "^1.0.2"
  4086. },
  4087. "engines": {
  4088. "node": "^10 || ^12 || >=14"
  4089. }
  4090. },
  4091. "node_modules/node-releases": {
  4092. "version": "2.0.12",
  4093. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz",
  4094. "integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==",
  4095. "dev": true,
  4096. "license": "MIT"
  4097. },
  4098. "node_modules/normalize-path": {
  4099. "version": "3.0.0",
  4100. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  4101. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  4102. "license": "MIT",
  4103. "engines": {
  4104. "node": ">=0.10.0"
  4105. }
  4106. },
  4107. "node_modules/normalize-range": {
  4108. "version": "0.1.2",
  4109. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  4110. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  4111. "dev": true,
  4112. "license": "MIT",
  4113. "engines": {
  4114. "node": ">=0.10.0"
  4115. }
  4116. },
  4117. "node_modules/npm-run-path": {
  4118. "version": "5.1.0",
  4119. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz",
  4120. "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==",
  4121. "license": "MIT",
  4122. "dependencies": {
  4123. "path-key": "^4.0.0"
  4124. },
  4125. "engines": {
  4126. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4127. },
  4128. "funding": {
  4129. "url": "https://github.com/sponsors/sindresorhus"
  4130. }
  4131. },
  4132. "node_modules/npm-run-path/node_modules/path-key": {
  4133. "version": "4.0.0",
  4134. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  4135. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  4136. "license": "MIT",
  4137. "engines": {
  4138. "node": ">=12"
  4139. },
  4140. "funding": {
  4141. "url": "https://github.com/sponsors/sindresorhus"
  4142. }
  4143. },
  4144. "node_modules/object-assign": {
  4145. "version": "4.1.1",
  4146. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  4147. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  4148. "license": "MIT",
  4149. "engines": {
  4150. "node": ">=0.10.0"
  4151. }
  4152. },
  4153. "node_modules/object-hash": {
  4154. "version": "3.0.0",
  4155. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  4156. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  4157. "license": "MIT",
  4158. "engines": {
  4159. "node": ">= 6"
  4160. }
  4161. },
  4162. "node_modules/object-inspect": {
  4163. "version": "1.12.3",
  4164. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
  4165. "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
  4166. "license": "MIT",
  4167. "funding": {
  4168. "url": "https://github.com/sponsors/ljharb"
  4169. }
  4170. },
  4171. "node_modules/object-is": {
  4172. "version": "1.1.5",
  4173. "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
  4174. "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
  4175. "license": "MIT",
  4176. "dependencies": {
  4177. "call-bind": "^1.0.2",
  4178. "define-properties": "^1.1.3"
  4179. },
  4180. "engines": {
  4181. "node": ">= 0.4"
  4182. },
  4183. "funding": {
  4184. "url": "https://github.com/sponsors/ljharb"
  4185. }
  4186. },
  4187. "node_modules/object-keys": {
  4188. "version": "1.1.1",
  4189. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  4190. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  4191. "license": "MIT",
  4192. "engines": {
  4193. "node": ">= 0.4"
  4194. }
  4195. },
  4196. "node_modules/object.assign": {
  4197. "version": "4.1.4",
  4198. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
  4199. "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
  4200. "license": "MIT",
  4201. "dependencies": {
  4202. "call-bind": "^1.0.2",
  4203. "define-properties": "^1.1.4",
  4204. "has-symbols": "^1.0.3",
  4205. "object-keys": "^1.1.1"
  4206. },
  4207. "engines": {
  4208. "node": ">= 0.4"
  4209. },
  4210. "funding": {
  4211. "url": "https://github.com/sponsors/ljharb"
  4212. }
  4213. },
  4214. "node_modules/object.entries": {
  4215. "version": "1.1.6",
  4216. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz",
  4217. "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==",
  4218. "license": "MIT",
  4219. "dependencies": {
  4220. "call-bind": "^1.0.2",
  4221. "define-properties": "^1.1.4",
  4222. "es-abstract": "^1.20.4"
  4223. },
  4224. "engines": {
  4225. "node": ">= 0.4"
  4226. }
  4227. },
  4228. "node_modules/object.fromentries": {
  4229. "version": "2.0.6",
  4230. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
  4231. "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
  4232. "license": "MIT",
  4233. "dependencies": {
  4234. "call-bind": "^1.0.2",
  4235. "define-properties": "^1.1.4",
  4236. "es-abstract": "^1.20.4"
  4237. },
  4238. "engines": {
  4239. "node": ">= 0.4"
  4240. },
  4241. "funding": {
  4242. "url": "https://github.com/sponsors/ljharb"
  4243. }
  4244. },
  4245. "node_modules/object.hasown": {
  4246. "version": "1.1.2",
  4247. "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz",
  4248. "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==",
  4249. "license": "MIT",
  4250. "dependencies": {
  4251. "define-properties": "^1.1.4",
  4252. "es-abstract": "^1.20.4"
  4253. },
  4254. "funding": {
  4255. "url": "https://github.com/sponsors/ljharb"
  4256. }
  4257. },
  4258. "node_modules/object.values": {
  4259. "version": "1.1.6",
  4260. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
  4261. "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==",
  4262. "license": "MIT",
  4263. "dependencies": {
  4264. "call-bind": "^1.0.2",
  4265. "define-properties": "^1.1.4",
  4266. "es-abstract": "^1.20.4"
  4267. },
  4268. "engines": {
  4269. "node": ">= 0.4"
  4270. },
  4271. "funding": {
  4272. "url": "https://github.com/sponsors/ljharb"
  4273. }
  4274. },
  4275. "node_modules/once": {
  4276. "version": "1.4.0",
  4277. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  4278. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  4279. "license": "ISC",
  4280. "dependencies": {
  4281. "wrappy": "1"
  4282. }
  4283. },
  4284. "node_modules/onetime": {
  4285. "version": "6.0.0",
  4286. "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
  4287. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  4288. "license": "MIT",
  4289. "dependencies": {
  4290. "mimic-fn": "^4.0.0"
  4291. },
  4292. "engines": {
  4293. "node": ">=12"
  4294. },
  4295. "funding": {
  4296. "url": "https://github.com/sponsors/sindresorhus"
  4297. }
  4298. },
  4299. "node_modules/open": {
  4300. "version": "9.1.0",
  4301. "resolved": "https://registry.npmjs.org/open/-/open-9.1.0.tgz",
  4302. "integrity": "sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==",
  4303. "license": "MIT",
  4304. "dependencies": {
  4305. "default-browser": "^4.0.0",
  4306. "define-lazy-prop": "^3.0.0",
  4307. "is-inside-container": "^1.0.0",
  4308. "is-wsl": "^2.2.0"
  4309. },
  4310. "engines": {
  4311. "node": ">=14.16"
  4312. },
  4313. "funding": {
  4314. "url": "https://github.com/sponsors/sindresorhus"
  4315. }
  4316. },
  4317. "node_modules/optionator": {
  4318. "version": "0.9.1",
  4319. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
  4320. "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
  4321. "license": "MIT",
  4322. "dependencies": {
  4323. "deep-is": "^0.1.3",
  4324. "fast-levenshtein": "^2.0.6",
  4325. "levn": "^0.4.1",
  4326. "prelude-ls": "^1.2.1",
  4327. "type-check": "^0.4.0",
  4328. "word-wrap": "^1.2.3"
  4329. },
  4330. "engines": {
  4331. "node": ">= 0.8.0"
  4332. }
  4333. },
  4334. "node_modules/p-limit": {
  4335. "version": "3.1.0",
  4336. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  4337. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  4338. "license": "MIT",
  4339. "dependencies": {
  4340. "yocto-queue": "^0.1.0"
  4341. },
  4342. "engines": {
  4343. "node": ">=10"
  4344. },
  4345. "funding": {
  4346. "url": "https://github.com/sponsors/sindresorhus"
  4347. }
  4348. },
  4349. "node_modules/p-locate": {
  4350. "version": "5.0.0",
  4351. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  4352. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  4353. "license": "MIT",
  4354. "dependencies": {
  4355. "p-limit": "^3.0.2"
  4356. },
  4357. "engines": {
  4358. "node": ">=10"
  4359. },
  4360. "funding": {
  4361. "url": "https://github.com/sponsors/sindresorhus"
  4362. }
  4363. },
  4364. "node_modules/parent-module": {
  4365. "version": "1.0.1",
  4366. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  4367. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  4368. "license": "MIT",
  4369. "dependencies": {
  4370. "callsites": "^3.0.0"
  4371. },
  4372. "engines": {
  4373. "node": ">=6"
  4374. }
  4375. },
  4376. "node_modules/path-exists": {
  4377. "version": "4.0.0",
  4378. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  4379. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  4380. "license": "MIT",
  4381. "engines": {
  4382. "node": ">=8"
  4383. }
  4384. },
  4385. "node_modules/path-is-absolute": {
  4386. "version": "1.0.1",
  4387. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  4388. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  4389. "license": "MIT",
  4390. "engines": {
  4391. "node": ">=0.10.0"
  4392. }
  4393. },
  4394. "node_modules/path-key": {
  4395. "version": "3.1.1",
  4396. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  4397. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  4398. "license": "MIT",
  4399. "engines": {
  4400. "node": ">=8"
  4401. }
  4402. },
  4403. "node_modules/path-parse": {
  4404. "version": "1.0.7",
  4405. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  4406. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  4407. "license": "MIT"
  4408. },
  4409. "node_modules/path-type": {
  4410. "version": "4.0.0",
  4411. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  4412. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  4413. "license": "MIT",
  4414. "engines": {
  4415. "node": ">=8"
  4416. }
  4417. },
  4418. "node_modules/picocolors": {
  4419. "version": "1.0.0",
  4420. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  4421. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
  4422. "license": "ISC"
  4423. },
  4424. "node_modules/picomatch": {
  4425. "version": "2.3.1",
  4426. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  4427. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  4428. "license": "MIT",
  4429. "engines": {
  4430. "node": ">=8.6"
  4431. },
  4432. "funding": {
  4433. "url": "https://github.com/sponsors/jonschlinkert"
  4434. }
  4435. },
  4436. "node_modules/pify": {
  4437. "version": "2.3.0",
  4438. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  4439. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  4440. "license": "MIT",
  4441. "engines": {
  4442. "node": ">=0.10.0"
  4443. }
  4444. },
  4445. "node_modules/pirates": {
  4446. "version": "4.0.5",
  4447. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
  4448. "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",
  4449. "license": "MIT",
  4450. "engines": {
  4451. "node": ">= 6"
  4452. }
  4453. },
  4454. "node_modules/postcss": {
  4455. "version": "8.4.23",
  4456. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.23.tgz",
  4457. "integrity": "sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==",
  4458. "funding": [
  4459. {
  4460. "type": "opencollective",
  4461. "url": "https://opencollective.com/postcss/"
  4462. },
  4463. {
  4464. "type": "tidelift",
  4465. "url": "https://tidelift.com/funding/github/npm/postcss"
  4466. },
  4467. {
  4468. "type": "github",
  4469. "url": "https://github.com/sponsors/ai"
  4470. }
  4471. ],
  4472. "license": "MIT",
  4473. "dependencies": {
  4474. "nanoid": "^3.3.6",
  4475. "picocolors": "^1.0.0",
  4476. "source-map-js": "^1.0.2"
  4477. },
  4478. "engines": {
  4479. "node": "^10 || ^12 || >=14"
  4480. }
  4481. },
  4482. "node_modules/postcss-import": {
  4483. "version": "15.1.0",
  4484. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
  4485. "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
  4486. "license": "MIT",
  4487. "dependencies": {
  4488. "postcss-value-parser": "^4.0.0",
  4489. "read-cache": "^1.0.0",
  4490. "resolve": "^1.1.7"
  4491. },
  4492. "engines": {
  4493. "node": ">=14.0.0"
  4494. },
  4495. "peerDependencies": {
  4496. "postcss": "^8.0.0"
  4497. }
  4498. },
  4499. "node_modules/postcss-js": {
  4500. "version": "4.0.1",
  4501. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
  4502. "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
  4503. "license": "MIT",
  4504. "dependencies": {
  4505. "camelcase-css": "^2.0.1"
  4506. },
  4507. "engines": {
  4508. "node": "^12 || ^14 || >= 16"
  4509. },
  4510. "funding": {
  4511. "type": "opencollective",
  4512. "url": "https://opencollective.com/postcss/"
  4513. },
  4514. "peerDependencies": {
  4515. "postcss": "^8.4.21"
  4516. }
  4517. },
  4518. "node_modules/postcss-load-config": {
  4519. "version": "4.0.1",
  4520. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz",
  4521. "integrity": "sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==",
  4522. "license": "MIT",
  4523. "dependencies": {
  4524. "lilconfig": "^2.0.5",
  4525. "yaml": "^2.1.1"
  4526. },
  4527. "engines": {
  4528. "node": ">= 14"
  4529. },
  4530. "funding": {
  4531. "type": "opencollective",
  4532. "url": "https://opencollective.com/postcss/"
  4533. },
  4534. "peerDependencies": {
  4535. "postcss": ">=8.0.9",
  4536. "ts-node": ">=9.0.0"
  4537. },
  4538. "peerDependenciesMeta": {
  4539. "postcss": {
  4540. "optional": true
  4541. },
  4542. "ts-node": {
  4543. "optional": true
  4544. }
  4545. }
  4546. },
  4547. "node_modules/postcss-nested": {
  4548. "version": "6.0.1",
  4549. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz",
  4550. "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==",
  4551. "license": "MIT",
  4552. "dependencies": {
  4553. "postcss-selector-parser": "^6.0.11"
  4554. },
  4555. "engines": {
  4556. "node": ">=12.0"
  4557. },
  4558. "funding": {
  4559. "type": "opencollective",
  4560. "url": "https://opencollective.com/postcss/"
  4561. },
  4562. "peerDependencies": {
  4563. "postcss": "^8.2.14"
  4564. }
  4565. },
  4566. "node_modules/postcss-selector-parser": {
  4567. "version": "6.0.13",
  4568. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
  4569. "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
  4570. "license": "MIT",
  4571. "dependencies": {
  4572. "cssesc": "^3.0.0",
  4573. "util-deprecate": "^1.0.2"
  4574. },
  4575. "engines": {
  4576. "node": ">=4"
  4577. }
  4578. },
  4579. "node_modules/postcss-value-parser": {
  4580. "version": "4.2.0",
  4581. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  4582. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  4583. "license": "MIT"
  4584. },
  4585. "node_modules/prelude-ls": {
  4586. "version": "1.2.1",
  4587. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  4588. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  4589. "license": "MIT",
  4590. "engines": {
  4591. "node": ">= 0.8.0"
  4592. }
  4593. },
  4594. "node_modules/prop-types": {
  4595. "version": "15.8.1",
  4596. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  4597. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  4598. "license": "MIT",
  4599. "dependencies": {
  4600. "loose-envify": "^1.4.0",
  4601. "object-assign": "^4.1.1",
  4602. "react-is": "^16.13.1"
  4603. }
  4604. },
  4605. "node_modules/proxy-from-env": {
  4606. "version": "1.1.0",
  4607. "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  4608. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
  4609. },
  4610. "node_modules/punycode": {
  4611. "version": "2.3.0",
  4612. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
  4613. "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
  4614. "license": "MIT",
  4615. "engines": {
  4616. "node": ">=6"
  4617. }
  4618. },
  4619. "node_modules/queue-microtask": {
  4620. "version": "1.2.3",
  4621. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  4622. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  4623. "funding": [
  4624. {
  4625. "type": "github",
  4626. "url": "https://github.com/sponsors/feross"
  4627. },
  4628. {
  4629. "type": "patreon",
  4630. "url": "https://www.patreon.com/feross"
  4631. },
  4632. {
  4633. "type": "consulting",
  4634. "url": "https://feross.org/support"
  4635. }
  4636. ],
  4637. "license": "MIT"
  4638. },
  4639. "node_modules/rc-slider": {
  4640. "version": "10.1.1",
  4641. "resolved": "https://registry.npmjs.org/rc-slider/-/rc-slider-10.1.1.tgz",
  4642. "integrity": "sha512-gn8oXazZISEhnmRinI89Z/JD/joAaM35jp+gDtIVSTD/JJMCCBqThqLk1SVJmvtfeiEF/kKaFY0+qt4SDHFUDw==",
  4643. "license": "MIT",
  4644. "dependencies": {
  4645. "@babel/runtime": "^7.10.1",
  4646. "classnames": "^2.2.5",
  4647. "rc-util": "^5.27.0"
  4648. },
  4649. "engines": {
  4650. "node": ">=8.x"
  4651. },
  4652. "peerDependencies": {
  4653. "react": ">=16.9.0",
  4654. "react-dom": ">=16.9.0"
  4655. }
  4656. },
  4657. "node_modules/rc-util": {
  4658. "version": "5.31.2",
  4659. "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.31.2.tgz",
  4660. "integrity": "sha512-Cg+TSCWXd72YipwWXIHJiS2I/NIaQvh6LD6SbN5TO/UgQkO2zwsZlSg2EvK29YPW2eQjFhIIDVXbmdrhWozoyA==",
  4661. "license": "MIT",
  4662. "dependencies": {
  4663. "@babel/runtime": "^7.18.3",
  4664. "react-is": "^16.12.0"
  4665. },
  4666. "peerDependencies": {
  4667. "react": ">=16.9.0",
  4668. "react-dom": ">=16.9.0"
  4669. }
  4670. },
  4671. "node_modules/react": {
  4672. "version": "18.2.0",
  4673. "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
  4674. "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
  4675. "license": "MIT",
  4676. "dependencies": {
  4677. "loose-envify": "^1.1.0"
  4678. },
  4679. "engines": {
  4680. "node": ">=0.10.0"
  4681. }
  4682. },
  4683. "node_modules/react-datepicker": {
  4684. "version": "4.11.0",
  4685. "resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-4.11.0.tgz",
  4686. "integrity": "sha512-50n93o7mQwBEhg05tbopjFKgs8qgi8VBCAOMC4VqrKut72eAjESc/wXS/k5hRtnP0oe2FCGw7MJuIwh37wuXOw==",
  4687. "license": "MIT",
  4688. "dependencies": {
  4689. "@popperjs/core": "^2.9.2",
  4690. "classnames": "^2.2.6",
  4691. "date-fns": "^2.24.0",
  4692. "prop-types": "^15.7.2",
  4693. "react-onclickoutside": "^6.12.2",
  4694. "react-popper": "^2.3.0"
  4695. },
  4696. "peerDependencies": {
  4697. "react": "^16.9.0 || ^17 || ^18",
  4698. "react-dom": "^16.9.0 || ^17 || ^18"
  4699. }
  4700. },
  4701. "node_modules/react-dom": {
  4702. "version": "18.2.0",
  4703. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
  4704. "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==",
  4705. "license": "MIT",
  4706. "dependencies": {
  4707. "loose-envify": "^1.1.0",
  4708. "scheduler": "^0.23.0"
  4709. },
  4710. "peerDependencies": {
  4711. "react": "^18.2.0"
  4712. }
  4713. },
  4714. "node_modules/react-fast-compare": {
  4715. "version": "3.2.2",
  4716. "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz",
  4717. "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==",
  4718. "license": "MIT"
  4719. },
  4720. "node_modules/react-hooks-global-state": {
  4721. "version": "2.1.0",
  4722. "resolved": "https://registry.npmjs.org/react-hooks-global-state/-/react-hooks-global-state-2.1.0.tgz",
  4723. "integrity": "sha512-tLSRhB5pD3QiNsGOo893m8lVZXDuIkdin8PKKmGqnJniAaD/tzl3BdAkba1vOv1/q1bpuN+9zrqqAHkRJhXzJw==",
  4724. "license": "MIT",
  4725. "dependencies": {
  4726. "zustand": "4.0.0"
  4727. },
  4728. "peerDependencies": {
  4729. "react": ">=16.8.0"
  4730. }
  4731. },
  4732. "node_modules/react-i18next": {
  4733. "version": "15.1.0",
  4734. "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.0.tgz",
  4735. "integrity": "sha512-zj3nJynMnZsy2gPZiOTC7XctCY5eQGqT3tcKMmfJWC9FMvgd+960w/adq61j8iPzpwmsXejqID9qC3Mqu1Xu2Q==",
  4736. "dependencies": {
  4737. "@babel/runtime": "^7.25.0",
  4738. "html-parse-stringify": "^3.0.1"
  4739. },
  4740. "peerDependencies": {
  4741. "i18next": ">= 23.2.3",
  4742. "react": ">= 16.8.0"
  4743. },
  4744. "peerDependenciesMeta": {
  4745. "react-dom": {
  4746. "optional": true
  4747. },
  4748. "react-native": {
  4749. "optional": true
  4750. }
  4751. }
  4752. },
  4753. "node_modules/react-icons": {
  4754. "version": "5.3.0",
  4755. "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz",
  4756. "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==",
  4757. "peerDependencies": {
  4758. "react": "*"
  4759. }
  4760. },
  4761. "node_modules/react-is": {
  4762. "version": "16.13.1",
  4763. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  4764. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  4765. "license": "MIT"
  4766. },
  4767. "node_modules/react-onclickoutside": {
  4768. "version": "6.13.0",
  4769. "resolved": "https://registry.npmjs.org/react-onclickoutside/-/react-onclickoutside-6.13.0.tgz",
  4770. "integrity": "sha512-ty8So6tcUpIb+ZE+1HAhbLROvAIJYyJe/1vRrrcmW+jLsaM+/powDRqxzo6hSh9CuRZGSL1Q8mvcF5WRD93a0A==",
  4771. "license": "MIT",
  4772. "funding": {
  4773. "type": "individual",
  4774. "url": "https://github.com/Pomax/react-onclickoutside/blob/master/FUNDING.md"
  4775. },
  4776. "peerDependencies": {
  4777. "react": "^15.5.x || ^16.x || ^17.x || ^18.x",
  4778. "react-dom": "^15.5.x || ^16.x || ^17.x || ^18.x"
  4779. }
  4780. },
  4781. "node_modules/react-popper": {
  4782. "version": "2.3.0",
  4783. "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-2.3.0.tgz",
  4784. "integrity": "sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==",
  4785. "license": "MIT",
  4786. "dependencies": {
  4787. "react-fast-compare": "^3.0.1",
  4788. "warning": "^4.0.2"
  4789. },
  4790. "peerDependencies": {
  4791. "@popperjs/core": "^2.0.0",
  4792. "react": "^16.8.0 || ^17 || ^18",
  4793. "react-dom": "^16.8.0 || ^17 || ^18"
  4794. }
  4795. },
  4796. "node_modules/react-swipeable": {
  4797. "version": "7.0.0",
  4798. "resolved": "https://registry.npmjs.org/react-swipeable/-/react-swipeable-7.0.0.tgz",
  4799. "integrity": "sha512-NI7KGfQ6gwNFN0Hor3vytYW3iRfMMaivGEuxcADOOfBCx/kqwXE8IfHFxEcxSUkxCYf38COLKYd9EMYZghqaUA==",
  4800. "license": "MIT",
  4801. "peerDependencies": {
  4802. "react": "^16.8.3 || ^17 || ^18"
  4803. }
  4804. },
  4805. "node_modules/react-toastify": {
  4806. "version": "10.0.5",
  4807. "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.5.tgz",
  4808. "integrity": "sha512-mNKt2jBXJg4O7pSdbNUfDdTsK9FIdikfsIE/yUCxbAEXl4HMyJaivrVFcn3Elvt5xvCQYhUZm+hqTIu1UXM3Pw==",
  4809. "dependencies": {
  4810. "clsx": "^2.1.0"
  4811. },
  4812. "peerDependencies": {
  4813. "react": ">=18",
  4814. "react-dom": ">=18"
  4815. }
  4816. },
  4817. "node_modules/react-universal-interface": {
  4818. "version": "0.6.2",
  4819. "resolved": "https://registry.npmjs.org/react-universal-interface/-/react-universal-interface-0.6.2.tgz",
  4820. "integrity": "sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==",
  4821. "peerDependencies": {
  4822. "react": "*",
  4823. "tslib": "*"
  4824. }
  4825. },
  4826. "node_modules/react-use": {
  4827. "version": "17.4.0",
  4828. "resolved": "https://registry.npmjs.org/react-use/-/react-use-17.4.0.tgz",
  4829. "integrity": "sha512-TgbNTCA33Wl7xzIJegn1HndB4qTS9u03QUwyNycUnXaweZkE4Kq2SB+Yoxx8qbshkZGYBDvUXbXWRUmQDcZZ/Q==",
  4830. "license": "Unlicense",
  4831. "dependencies": {
  4832. "@types/js-cookie": "^2.2.6",
  4833. "@xobotyi/scrollbar-width": "^1.9.5",
  4834. "copy-to-clipboard": "^3.3.1",
  4835. "fast-deep-equal": "^3.1.3",
  4836. "fast-shallow-equal": "^1.0.0",
  4837. "js-cookie": "^2.2.1",
  4838. "nano-css": "^5.3.1",
  4839. "react-universal-interface": "^0.6.2",
  4840. "resize-observer-polyfill": "^1.5.1",
  4841. "screenfull": "^5.1.0",
  4842. "set-harmonic-interval": "^1.0.1",
  4843. "throttle-debounce": "^3.0.1",
  4844. "ts-easing": "^0.2.0",
  4845. "tslib": "^2.1.0"
  4846. },
  4847. "peerDependencies": {
  4848. "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
  4849. "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
  4850. }
  4851. },
  4852. "node_modules/react-use-keypress": {
  4853. "version": "1.3.1",
  4854. "resolved": "https://registry.npmjs.org/react-use-keypress/-/react-use-keypress-1.3.1.tgz",
  4855. "integrity": "sha512-fo+LQrxviMcZt7efCFPc6CX9/oNEPD+MJ/qSs4nK3/lyRNtquhG9f1J8GQq2VFfIYUVDUdPKz8fGIwErO1Pcuw==",
  4856. "license": "MIT",
  4857. "dependencies": {
  4858. "tiny-invariant": "^1.2.0"
  4859. },
  4860. "peerDependencies": {
  4861. "react": "^16.8.0 || 17 || 18"
  4862. }
  4863. },
  4864. "node_modules/read-cache": {
  4865. "version": "1.0.0",
  4866. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  4867. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  4868. "license": "MIT",
  4869. "dependencies": {
  4870. "pify": "^2.3.0"
  4871. }
  4872. },
  4873. "node_modules/readdirp": {
  4874. "version": "3.6.0",
  4875. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  4876. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  4877. "license": "MIT",
  4878. "dependencies": {
  4879. "picomatch": "^2.2.1"
  4880. },
  4881. "engines": {
  4882. "node": ">=8.10.0"
  4883. }
  4884. },
  4885. "node_modules/regenerator-runtime": {
  4886. "version": "0.14.1",
  4887. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  4888. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
  4889. },
  4890. "node_modules/regexp.prototype.flags": {
  4891. "version": "1.5.0",
  4892. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz",
  4893. "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==",
  4894. "license": "MIT",
  4895. "dependencies": {
  4896. "call-bind": "^1.0.2",
  4897. "define-properties": "^1.2.0",
  4898. "functions-have-names": "^1.2.3"
  4899. },
  4900. "engines": {
  4901. "node": ">= 0.4"
  4902. },
  4903. "funding": {
  4904. "url": "https://github.com/sponsors/ljharb"
  4905. }
  4906. },
  4907. "node_modules/resize-observer-polyfill": {
  4908. "version": "1.5.1",
  4909. "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
  4910. "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
  4911. "license": "MIT"
  4912. },
  4913. "node_modules/resolve": {
  4914. "version": "1.22.2",
  4915. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
  4916. "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
  4917. "license": "MIT",
  4918. "dependencies": {
  4919. "is-core-module": "^2.11.0",
  4920. "path-parse": "^1.0.7",
  4921. "supports-preserve-symlinks-flag": "^1.0.0"
  4922. },
  4923. "bin": {
  4924. "resolve": "bin/resolve"
  4925. },
  4926. "funding": {
  4927. "url": "https://github.com/sponsors/ljharb"
  4928. }
  4929. },
  4930. "node_modules/resolve-from": {
  4931. "version": "4.0.0",
  4932. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  4933. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  4934. "license": "MIT",
  4935. "engines": {
  4936. "node": ">=4"
  4937. }
  4938. },
  4939. "node_modules/reusify": {
  4940. "version": "1.0.4",
  4941. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  4942. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  4943. "license": "MIT",
  4944. "engines": {
  4945. "iojs": ">=1.0.0",
  4946. "node": ">=0.10.0"
  4947. }
  4948. },
  4949. "node_modules/rimraf": {
  4950. "version": "3.0.2",
  4951. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  4952. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  4953. "license": "ISC",
  4954. "dependencies": {
  4955. "glob": "^7.1.3"
  4956. },
  4957. "bin": {
  4958. "rimraf": "bin.js"
  4959. },
  4960. "funding": {
  4961. "url": "https://github.com/sponsors/isaacs"
  4962. }
  4963. },
  4964. "node_modules/rimraf/node_modules/glob": {
  4965. "version": "7.2.3",
  4966. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  4967. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  4968. "license": "ISC",
  4969. "dependencies": {
  4970. "fs.realpath": "^1.0.0",
  4971. "inflight": "^1.0.4",
  4972. "inherits": "2",
  4973. "minimatch": "^3.1.1",
  4974. "once": "^1.3.0",
  4975. "path-is-absolute": "^1.0.0"
  4976. },
  4977. "engines": {
  4978. "node": "*"
  4979. },
  4980. "funding": {
  4981. "url": "https://github.com/sponsors/isaacs"
  4982. }
  4983. },
  4984. "node_modules/rtl-css-js": {
  4985. "version": "1.16.1",
  4986. "resolved": "https://registry.npmjs.org/rtl-css-js/-/rtl-css-js-1.16.1.tgz",
  4987. "integrity": "sha512-lRQgou1mu19e+Ya0LsTvKrVJ5TYUbqCVPAiImX3UfLTenarvPUl1QFdvu5Z3PYmHT9RCcwIfbjRQBntExyj3Zg==",
  4988. "license": "MIT",
  4989. "dependencies": {
  4990. "@babel/runtime": "^7.1.2"
  4991. }
  4992. },
  4993. "node_modules/run-applescript": {
  4994. "version": "5.0.0",
  4995. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-5.0.0.tgz",
  4996. "integrity": "sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==",
  4997. "license": "MIT",
  4998. "dependencies": {
  4999. "execa": "^5.0.0"
  5000. },
  5001. "engines": {
  5002. "node": ">=12"
  5003. },
  5004. "funding": {
  5005. "url": "https://github.com/sponsors/sindresorhus"
  5006. }
  5007. },
  5008. "node_modules/run-applescript/node_modules/execa": {
  5009. "version": "5.1.1",
  5010. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  5011. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  5012. "license": "MIT",
  5013. "dependencies": {
  5014. "cross-spawn": "^7.0.3",
  5015. "get-stream": "^6.0.0",
  5016. "human-signals": "^2.1.0",
  5017. "is-stream": "^2.0.0",
  5018. "merge-stream": "^2.0.0",
  5019. "npm-run-path": "^4.0.1",
  5020. "onetime": "^5.1.2",
  5021. "signal-exit": "^3.0.3",
  5022. "strip-final-newline": "^2.0.0"
  5023. },
  5024. "engines": {
  5025. "node": ">=10"
  5026. },
  5027. "funding": {
  5028. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  5029. }
  5030. },
  5031. "node_modules/run-applescript/node_modules/human-signals": {
  5032. "version": "2.1.0",
  5033. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  5034. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  5035. "license": "Apache-2.0",
  5036. "engines": {
  5037. "node": ">=10.17.0"
  5038. }
  5039. },
  5040. "node_modules/run-applescript/node_modules/is-stream": {
  5041. "version": "2.0.1",
  5042. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  5043. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5044. "license": "MIT",
  5045. "engines": {
  5046. "node": ">=8"
  5047. },
  5048. "funding": {
  5049. "url": "https://github.com/sponsors/sindresorhus"
  5050. }
  5051. },
  5052. "node_modules/run-applescript/node_modules/mimic-fn": {
  5053. "version": "2.1.0",
  5054. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  5055. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  5056. "license": "MIT",
  5057. "engines": {
  5058. "node": ">=6"
  5059. }
  5060. },
  5061. "node_modules/run-applescript/node_modules/npm-run-path": {
  5062. "version": "4.0.1",
  5063. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  5064. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  5065. "license": "MIT",
  5066. "dependencies": {
  5067. "path-key": "^3.0.0"
  5068. },
  5069. "engines": {
  5070. "node": ">=8"
  5071. }
  5072. },
  5073. "node_modules/run-applescript/node_modules/onetime": {
  5074. "version": "5.1.2",
  5075. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  5076. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  5077. "license": "MIT",
  5078. "dependencies": {
  5079. "mimic-fn": "^2.1.0"
  5080. },
  5081. "engines": {
  5082. "node": ">=6"
  5083. },
  5084. "funding": {
  5085. "url": "https://github.com/sponsors/sindresorhus"
  5086. }
  5087. },
  5088. "node_modules/run-applescript/node_modules/strip-final-newline": {
  5089. "version": "2.0.0",
  5090. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  5091. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  5092. "license": "MIT",
  5093. "engines": {
  5094. "node": ">=6"
  5095. }
  5096. },
  5097. "node_modules/run-parallel": {
  5098. "version": "1.2.0",
  5099. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  5100. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  5101. "funding": [
  5102. {
  5103. "type": "github",
  5104. "url": "https://github.com/sponsors/feross"
  5105. },
  5106. {
  5107. "type": "patreon",
  5108. "url": "https://www.patreon.com/feross"
  5109. },
  5110. {
  5111. "type": "consulting",
  5112. "url": "https://feross.org/support"
  5113. }
  5114. ],
  5115. "license": "MIT",
  5116. "dependencies": {
  5117. "queue-microtask": "^1.2.2"
  5118. }
  5119. },
  5120. "node_modules/safe-regex-test": {
  5121. "version": "1.0.0",
  5122. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
  5123. "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==",
  5124. "license": "MIT",
  5125. "dependencies": {
  5126. "call-bind": "^1.0.2",
  5127. "get-intrinsic": "^1.1.3",
  5128. "is-regex": "^1.1.4"
  5129. },
  5130. "funding": {
  5131. "url": "https://github.com/sponsors/ljharb"
  5132. }
  5133. },
  5134. "node_modules/sass": {
  5135. "version": "1.62.1",
  5136. "resolved": "https://registry.npmjs.org/sass/-/sass-1.62.1.tgz",
  5137. "integrity": "sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==",
  5138. "license": "MIT",
  5139. "dependencies": {
  5140. "chokidar": ">=3.0.0 <4.0.0",
  5141. "immutable": "^4.0.0",
  5142. "source-map-js": ">=0.6.2 <2.0.0"
  5143. },
  5144. "bin": {
  5145. "sass": "sass.js"
  5146. },
  5147. "engines": {
  5148. "node": ">=14.0.0"
  5149. }
  5150. },
  5151. "node_modules/scheduler": {
  5152. "version": "0.23.0",
  5153. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
  5154. "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==",
  5155. "license": "MIT",
  5156. "dependencies": {
  5157. "loose-envify": "^1.1.0"
  5158. }
  5159. },
  5160. "node_modules/screenfull": {
  5161. "version": "5.2.0",
  5162. "resolved": "https://registry.npmjs.org/screenfull/-/screenfull-5.2.0.tgz",
  5163. "integrity": "sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==",
  5164. "license": "MIT",
  5165. "engines": {
  5166. "node": ">=0.10.0"
  5167. },
  5168. "funding": {
  5169. "url": "https://github.com/sponsors/sindresorhus"
  5170. }
  5171. },
  5172. "node_modules/semver": {
  5173. "version": "6.3.0",
  5174. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  5175. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  5176. "license": "ISC",
  5177. "bin": {
  5178. "semver": "bin/semver.js"
  5179. }
  5180. },
  5181. "node_modules/server-only": {
  5182. "version": "0.0.1",
  5183. "resolved": "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz",
  5184. "integrity": "sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==",
  5185. "license": "MIT"
  5186. },
  5187. "node_modules/set-harmonic-interval": {
  5188. "version": "1.0.1",
  5189. "resolved": "https://registry.npmjs.org/set-harmonic-interval/-/set-harmonic-interval-1.0.1.tgz",
  5190. "integrity": "sha512-AhICkFV84tBP1aWqPwLZqFvAwqEoVA9kxNMniGEUvzOlm4vLmOFLiTT3UZ6bziJTy4bOVpzWGTfSCbmaayGx8g==",
  5191. "license": "Unlicense",
  5192. "engines": {
  5193. "node": ">=6.9"
  5194. }
  5195. },
  5196. "node_modules/sharp": {
  5197. "version": "0.33.5",
  5198. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
  5199. "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
  5200. "hasInstallScript": true,
  5201. "dependencies": {
  5202. "color": "^4.2.3",
  5203. "detect-libc": "^2.0.3",
  5204. "semver": "^7.6.3"
  5205. },
  5206. "engines": {
  5207. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  5208. },
  5209. "funding": {
  5210. "url": "https://opencollective.com/libvips"
  5211. },
  5212. "optionalDependencies": {
  5213. "@img/sharp-darwin-arm64": "0.33.5",
  5214. "@img/sharp-darwin-x64": "0.33.5",
  5215. "@img/sharp-libvips-darwin-arm64": "1.0.4",
  5216. "@img/sharp-libvips-darwin-x64": "1.0.4",
  5217. "@img/sharp-libvips-linux-arm": "1.0.5",
  5218. "@img/sharp-libvips-linux-arm64": "1.0.4",
  5219. "@img/sharp-libvips-linux-s390x": "1.0.4",
  5220. "@img/sharp-libvips-linux-x64": "1.0.4",
  5221. "@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
  5222. "@img/sharp-libvips-linuxmusl-x64": "1.0.4",
  5223. "@img/sharp-linux-arm": "0.33.5",
  5224. "@img/sharp-linux-arm64": "0.33.5",
  5225. "@img/sharp-linux-s390x": "0.33.5",
  5226. "@img/sharp-linux-x64": "0.33.5",
  5227. "@img/sharp-linuxmusl-arm64": "0.33.5",
  5228. "@img/sharp-linuxmusl-x64": "0.33.5",
  5229. "@img/sharp-wasm32": "0.33.5",
  5230. "@img/sharp-win32-ia32": "0.33.5",
  5231. "@img/sharp-win32-x64": "0.33.5"
  5232. }
  5233. },
  5234. "node_modules/sharp/node_modules/semver": {
  5235. "version": "7.6.3",
  5236. "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
  5237. "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
  5238. "bin": {
  5239. "semver": "bin/semver.js"
  5240. },
  5241. "engines": {
  5242. "node": ">=10"
  5243. }
  5244. },
  5245. "node_modules/shebang-command": {
  5246. "version": "2.0.0",
  5247. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  5248. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  5249. "license": "MIT",
  5250. "dependencies": {
  5251. "shebang-regex": "^3.0.0"
  5252. },
  5253. "engines": {
  5254. "node": ">=8"
  5255. }
  5256. },
  5257. "node_modules/shebang-regex": {
  5258. "version": "3.0.0",
  5259. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  5260. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  5261. "license": "MIT",
  5262. "engines": {
  5263. "node": ">=8"
  5264. }
  5265. },
  5266. "node_modules/side-channel": {
  5267. "version": "1.0.4",
  5268. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
  5269. "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
  5270. "license": "MIT",
  5271. "dependencies": {
  5272. "call-bind": "^1.0.0",
  5273. "get-intrinsic": "^1.0.2",
  5274. "object-inspect": "^1.9.0"
  5275. },
  5276. "funding": {
  5277. "url": "https://github.com/sponsors/ljharb"
  5278. }
  5279. },
  5280. "node_modules/signal-exit": {
  5281. "version": "3.0.7",
  5282. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  5283. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  5284. "license": "ISC"
  5285. },
  5286. "node_modules/simple-swizzle": {
  5287. "version": "0.2.2",
  5288. "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  5289. "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
  5290. "dependencies": {
  5291. "is-arrayish": "^0.3.1"
  5292. }
  5293. },
  5294. "node_modules/slash": {
  5295. "version": "4.0.0",
  5296. "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
  5297. "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
  5298. "license": "MIT",
  5299. "engines": {
  5300. "node": ">=12"
  5301. },
  5302. "funding": {
  5303. "url": "https://github.com/sponsors/sindresorhus"
  5304. }
  5305. },
  5306. "node_modules/source-map": {
  5307. "version": "0.6.1",
  5308. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  5309. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  5310. "license": "BSD-3-Clause",
  5311. "engines": {
  5312. "node": ">=0.10.0"
  5313. }
  5314. },
  5315. "node_modules/source-map-js": {
  5316. "version": "1.0.2",
  5317. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
  5318. "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
  5319. "license": "BSD-3-Clause",
  5320. "engines": {
  5321. "node": ">=0.10.0"
  5322. }
  5323. },
  5324. "node_modules/sourcemap-codec": {
  5325. "version": "1.4.8",
  5326. "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  5327. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
  5328. "license": "MIT"
  5329. },
  5330. "node_modules/stack-generator": {
  5331. "version": "2.0.10",
  5332. "resolved": "https://registry.npmjs.org/stack-generator/-/stack-generator-2.0.10.tgz",
  5333. "integrity": "sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ==",
  5334. "license": "MIT",
  5335. "dependencies": {
  5336. "stackframe": "^1.3.4"
  5337. }
  5338. },
  5339. "node_modules/stackframe": {
  5340. "version": "1.3.4",
  5341. "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
  5342. "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==",
  5343. "license": "MIT"
  5344. },
  5345. "node_modules/stacktrace-gps": {
  5346. "version": "3.1.2",
  5347. "resolved": "https://registry.npmjs.org/stacktrace-gps/-/stacktrace-gps-3.1.2.tgz",
  5348. "integrity": "sha512-GcUgbO4Jsqqg6RxfyTHFiPxdPqF+3LFmQhm7MgCuYQOYuWyqxo5pwRPz5d/u6/WYJdEnWfK4r+jGbyD8TSggXQ==",
  5349. "license": "MIT",
  5350. "dependencies": {
  5351. "source-map": "0.5.6",
  5352. "stackframe": "^1.3.4"
  5353. }
  5354. },
  5355. "node_modules/stacktrace-gps/node_modules/source-map": {
  5356. "version": "0.5.6",
  5357. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
  5358. "integrity": "sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==",
  5359. "license": "BSD-3-Clause",
  5360. "engines": {
  5361. "node": ">=0.10.0"
  5362. }
  5363. },
  5364. "node_modules/stacktrace-js": {
  5365. "version": "2.0.2",
  5366. "resolved": "https://registry.npmjs.org/stacktrace-js/-/stacktrace-js-2.0.2.tgz",
  5367. "integrity": "sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg==",
  5368. "license": "MIT",
  5369. "dependencies": {
  5370. "error-stack-parser": "^2.0.6",
  5371. "stack-generator": "^2.0.5",
  5372. "stacktrace-gps": "^3.0.4"
  5373. }
  5374. },
  5375. "node_modules/stop-iteration-iterator": {
  5376. "version": "1.0.0",
  5377. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz",
  5378. "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==",
  5379. "license": "MIT",
  5380. "dependencies": {
  5381. "internal-slot": "^1.0.4"
  5382. },
  5383. "engines": {
  5384. "node": ">= 0.4"
  5385. }
  5386. },
  5387. "node_modules/streamsearch": {
  5388. "version": "1.1.0",
  5389. "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
  5390. "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
  5391. "engines": {
  5392. "node": ">=10.0.0"
  5393. }
  5394. },
  5395. "node_modules/string.prototype.matchall": {
  5396. "version": "4.0.8",
  5397. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz",
  5398. "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==",
  5399. "license": "MIT",
  5400. "dependencies": {
  5401. "call-bind": "^1.0.2",
  5402. "define-properties": "^1.1.4",
  5403. "es-abstract": "^1.20.4",
  5404. "get-intrinsic": "^1.1.3",
  5405. "has-symbols": "^1.0.3",
  5406. "internal-slot": "^1.0.3",
  5407. "regexp.prototype.flags": "^1.4.3",
  5408. "side-channel": "^1.0.4"
  5409. },
  5410. "funding": {
  5411. "url": "https://github.com/sponsors/ljharb"
  5412. }
  5413. },
  5414. "node_modules/string.prototype.trim": {
  5415. "version": "1.2.7",
  5416. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz",
  5417. "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==",
  5418. "license": "MIT",
  5419. "dependencies": {
  5420. "call-bind": "^1.0.2",
  5421. "define-properties": "^1.1.4",
  5422. "es-abstract": "^1.20.4"
  5423. },
  5424. "engines": {
  5425. "node": ">= 0.4"
  5426. },
  5427. "funding": {
  5428. "url": "https://github.com/sponsors/ljharb"
  5429. }
  5430. },
  5431. "node_modules/string.prototype.trimend": {
  5432. "version": "1.0.6",
  5433. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz",
  5434. "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==",
  5435. "license": "MIT",
  5436. "dependencies": {
  5437. "call-bind": "^1.0.2",
  5438. "define-properties": "^1.1.4",
  5439. "es-abstract": "^1.20.4"
  5440. },
  5441. "funding": {
  5442. "url": "https://github.com/sponsors/ljharb"
  5443. }
  5444. },
  5445. "node_modules/string.prototype.trimstart": {
  5446. "version": "1.0.6",
  5447. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz",
  5448. "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==",
  5449. "license": "MIT",
  5450. "dependencies": {
  5451. "call-bind": "^1.0.2",
  5452. "define-properties": "^1.1.4",
  5453. "es-abstract": "^1.20.4"
  5454. },
  5455. "funding": {
  5456. "url": "https://github.com/sponsors/ljharb"
  5457. }
  5458. },
  5459. "node_modules/strip-ansi": {
  5460. "version": "6.0.1",
  5461. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  5462. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  5463. "license": "MIT",
  5464. "dependencies": {
  5465. "ansi-regex": "^5.0.1"
  5466. },
  5467. "engines": {
  5468. "node": ">=8"
  5469. }
  5470. },
  5471. "node_modules/strip-bom": {
  5472. "version": "3.0.0",
  5473. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  5474. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  5475. "license": "MIT",
  5476. "engines": {
  5477. "node": ">=4"
  5478. }
  5479. },
  5480. "node_modules/strip-final-newline": {
  5481. "version": "3.0.0",
  5482. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  5483. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  5484. "license": "MIT",
  5485. "engines": {
  5486. "node": ">=12"
  5487. },
  5488. "funding": {
  5489. "url": "https://github.com/sponsors/sindresorhus"
  5490. }
  5491. },
  5492. "node_modules/strip-json-comments": {
  5493. "version": "3.1.1",
  5494. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  5495. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  5496. "license": "MIT",
  5497. "engines": {
  5498. "node": ">=8"
  5499. },
  5500. "funding": {
  5501. "url": "https://github.com/sponsors/sindresorhus"
  5502. }
  5503. },
  5504. "node_modules/styled-jsx": {
  5505. "version": "5.1.1",
  5506. "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz",
  5507. "integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==",
  5508. "license": "MIT",
  5509. "dependencies": {
  5510. "client-only": "0.0.1"
  5511. },
  5512. "engines": {
  5513. "node": ">= 12.0.0"
  5514. },
  5515. "peerDependencies": {
  5516. "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0"
  5517. },
  5518. "peerDependenciesMeta": {
  5519. "@babel/core": {
  5520. "optional": true
  5521. },
  5522. "babel-plugin-macros": {
  5523. "optional": true
  5524. }
  5525. }
  5526. },
  5527. "node_modules/stylis": {
  5528. "version": "4.2.0",
  5529. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz",
  5530. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==",
  5531. "license": "MIT"
  5532. },
  5533. "node_modules/sucrase": {
  5534. "version": "3.32.0",
  5535. "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.32.0.tgz",
  5536. "integrity": "sha512-ydQOU34rpSyj2TGyz4D2p8rbktIOZ8QY9s+DGLvFU1i5pWJE8vkpruCjGCMHsdXwnD7JDcS+noSwM/a7zyNFDQ==",
  5537. "license": "MIT",
  5538. "dependencies": {
  5539. "@jridgewell/gen-mapping": "^0.3.2",
  5540. "commander": "^4.0.0",
  5541. "glob": "7.1.6",
  5542. "lines-and-columns": "^1.1.6",
  5543. "mz": "^2.7.0",
  5544. "pirates": "^4.0.1",
  5545. "ts-interface-checker": "^0.1.9"
  5546. },
  5547. "bin": {
  5548. "sucrase": "bin/sucrase",
  5549. "sucrase-node": "bin/sucrase-node"
  5550. },
  5551. "engines": {
  5552. "node": ">=8"
  5553. }
  5554. },
  5555. "node_modules/supports-color": {
  5556. "version": "7.2.0",
  5557. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5558. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5559. "license": "MIT",
  5560. "dependencies": {
  5561. "has-flag": "^4.0.0"
  5562. },
  5563. "engines": {
  5564. "node": ">=8"
  5565. }
  5566. },
  5567. "node_modules/supports-preserve-symlinks-flag": {
  5568. "version": "1.0.0",
  5569. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  5570. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  5571. "license": "MIT",
  5572. "engines": {
  5573. "node": ">= 0.4"
  5574. },
  5575. "funding": {
  5576. "url": "https://github.com/sponsors/ljharb"
  5577. }
  5578. },
  5579. "node_modules/synckit": {
  5580. "version": "0.8.5",
  5581. "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.5.tgz",
  5582. "integrity": "sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==",
  5583. "license": "MIT",
  5584. "dependencies": {
  5585. "@pkgr/utils": "^2.3.1",
  5586. "tslib": "^2.5.0"
  5587. },
  5588. "engines": {
  5589. "node": "^14.18.0 || >=16.0.0"
  5590. },
  5591. "funding": {
  5592. "url": "https://opencollective.com/unts"
  5593. }
  5594. },
  5595. "node_modules/tailwindcss": {
  5596. "version": "3.3.2",
  5597. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.2.tgz",
  5598. "integrity": "sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==",
  5599. "license": "MIT",
  5600. "dependencies": {
  5601. "@alloc/quick-lru": "^5.2.0",
  5602. "arg": "^5.0.2",
  5603. "chokidar": "^3.5.3",
  5604. "didyoumean": "^1.2.2",
  5605. "dlv": "^1.1.3",
  5606. "fast-glob": "^3.2.12",
  5607. "glob-parent": "^6.0.2",
  5608. "is-glob": "^4.0.3",
  5609. "jiti": "^1.18.2",
  5610. "lilconfig": "^2.1.0",
  5611. "micromatch": "^4.0.5",
  5612. "normalize-path": "^3.0.0",
  5613. "object-hash": "^3.0.0",
  5614. "picocolors": "^1.0.0",
  5615. "postcss": "^8.4.23",
  5616. "postcss-import": "^15.1.0",
  5617. "postcss-js": "^4.0.1",
  5618. "postcss-load-config": "^4.0.1",
  5619. "postcss-nested": "^6.0.1",
  5620. "postcss-selector-parser": "^6.0.11",
  5621. "postcss-value-parser": "^4.2.0",
  5622. "resolve": "^1.22.2",
  5623. "sucrase": "^3.32.0"
  5624. },
  5625. "bin": {
  5626. "tailwind": "lib/cli.js",
  5627. "tailwindcss": "lib/cli.js"
  5628. },
  5629. "engines": {
  5630. "node": ">=14.0.0"
  5631. }
  5632. },
  5633. "node_modules/tailwindcss/node_modules/glob-parent": {
  5634. "version": "6.0.2",
  5635. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  5636. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  5637. "license": "ISC",
  5638. "dependencies": {
  5639. "is-glob": "^4.0.3"
  5640. },
  5641. "engines": {
  5642. "node": ">=10.13.0"
  5643. }
  5644. },
  5645. "node_modules/tapable": {
  5646. "version": "2.2.1",
  5647. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
  5648. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  5649. "license": "MIT",
  5650. "engines": {
  5651. "node": ">=6"
  5652. }
  5653. },
  5654. "node_modules/text-table": {
  5655. "version": "0.2.0",
  5656. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  5657. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  5658. "license": "MIT"
  5659. },
  5660. "node_modules/thenify": {
  5661. "version": "3.3.1",
  5662. "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
  5663. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  5664. "license": "MIT",
  5665. "dependencies": {
  5666. "any-promise": "^1.0.0"
  5667. }
  5668. },
  5669. "node_modules/thenify-all": {
  5670. "version": "1.6.0",
  5671. "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
  5672. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  5673. "license": "MIT",
  5674. "dependencies": {
  5675. "thenify": ">= 3.1.0 < 4"
  5676. },
  5677. "engines": {
  5678. "node": ">=0.8"
  5679. }
  5680. },
  5681. "node_modules/throttle-debounce": {
  5682. "version": "3.0.1",
  5683. "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-3.0.1.tgz",
  5684. "integrity": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==",
  5685. "license": "MIT",
  5686. "engines": {
  5687. "node": ">=10"
  5688. }
  5689. },
  5690. "node_modules/tiny-invariant": {
  5691. "version": "1.3.1",
  5692. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz",
  5693. "integrity": "sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==",
  5694. "license": "MIT"
  5695. },
  5696. "node_modules/titleize": {
  5697. "version": "3.0.0",
  5698. "resolved": "https://registry.npmjs.org/titleize/-/titleize-3.0.0.tgz",
  5699. "integrity": "sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==",
  5700. "license": "MIT",
  5701. "engines": {
  5702. "node": ">=12"
  5703. },
  5704. "funding": {
  5705. "url": "https://github.com/sponsors/sindresorhus"
  5706. }
  5707. },
  5708. "node_modules/to-regex-range": {
  5709. "version": "5.0.1",
  5710. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  5711. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  5712. "license": "MIT",
  5713. "dependencies": {
  5714. "is-number": "^7.0.0"
  5715. },
  5716. "engines": {
  5717. "node": ">=8.0"
  5718. }
  5719. },
  5720. "node_modules/toggle-selection": {
  5721. "version": "1.0.6",
  5722. "resolved": "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz",
  5723. "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==",
  5724. "license": "MIT"
  5725. },
  5726. "node_modules/ts-easing": {
  5727. "version": "0.2.0",
  5728. "resolved": "https://registry.npmjs.org/ts-easing/-/ts-easing-0.2.0.tgz",
  5729. "integrity": "sha512-Z86EW+fFFh/IFB1fqQ3/+7Zpf9t2ebOAxNI/V6Wo7r5gqiqtxmgTlQ1qbqQcjLKYeSHPTsEmvlJUDg/EuL0uHQ==",
  5730. "license": "Unlicense"
  5731. },
  5732. "node_modules/ts-interface-checker": {
  5733. "version": "0.1.13",
  5734. "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  5735. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
  5736. "license": "Apache-2.0"
  5737. },
  5738. "node_modules/tsconfig-paths": {
  5739. "version": "3.14.2",
  5740. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz",
  5741. "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==",
  5742. "license": "MIT",
  5743. "dependencies": {
  5744. "@types/json5": "^0.0.29",
  5745. "json5": "^1.0.2",
  5746. "minimist": "^1.2.6",
  5747. "strip-bom": "^3.0.0"
  5748. }
  5749. },
  5750. "node_modules/tslib": {
  5751. "version": "2.5.2",
  5752. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz",
  5753. "integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==",
  5754. "license": "0BSD"
  5755. },
  5756. "node_modules/tsutils": {
  5757. "version": "3.21.0",
  5758. "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
  5759. "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
  5760. "license": "MIT",
  5761. "dependencies": {
  5762. "tslib": "^1.8.1"
  5763. },
  5764. "engines": {
  5765. "node": ">= 6"
  5766. },
  5767. "peerDependencies": {
  5768. "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
  5769. }
  5770. },
  5771. "node_modules/tsutils/node_modules/tslib": {
  5772. "version": "1.14.1",
  5773. "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
  5774. "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
  5775. "license": "0BSD"
  5776. },
  5777. "node_modules/type-check": {
  5778. "version": "0.4.0",
  5779. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  5780. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  5781. "license": "MIT",
  5782. "dependencies": {
  5783. "prelude-ls": "^1.2.1"
  5784. },
  5785. "engines": {
  5786. "node": ">= 0.8.0"
  5787. }
  5788. },
  5789. "node_modules/type-fest": {
  5790. "version": "0.20.2",
  5791. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  5792. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  5793. "license": "(MIT OR CC0-1.0)",
  5794. "engines": {
  5795. "node": ">=10"
  5796. },
  5797. "funding": {
  5798. "url": "https://github.com/sponsors/sindresorhus"
  5799. }
  5800. },
  5801. "node_modules/typed-array-length": {
  5802. "version": "1.0.4",
  5803. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz",
  5804. "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==",
  5805. "license": "MIT",
  5806. "dependencies": {
  5807. "call-bind": "^1.0.2",
  5808. "for-each": "^0.3.3",
  5809. "is-typed-array": "^1.1.9"
  5810. },
  5811. "funding": {
  5812. "url": "https://github.com/sponsors/ljharb"
  5813. }
  5814. },
  5815. "node_modules/typescript": {
  5816. "version": "5.0.4",
  5817. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
  5818. "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
  5819. "license": "Apache-2.0",
  5820. "bin": {
  5821. "tsc": "bin/tsc",
  5822. "tsserver": "bin/tsserver"
  5823. },
  5824. "engines": {
  5825. "node": ">=12.20"
  5826. }
  5827. },
  5828. "node_modules/unbox-primitive": {
  5829. "version": "1.0.2",
  5830. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  5831. "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  5832. "license": "MIT",
  5833. "dependencies": {
  5834. "call-bind": "^1.0.2",
  5835. "has-bigints": "^1.0.2",
  5836. "has-symbols": "^1.0.3",
  5837. "which-boxed-primitive": "^1.0.2"
  5838. },
  5839. "funding": {
  5840. "url": "https://github.com/sponsors/ljharb"
  5841. }
  5842. },
  5843. "node_modules/untildify": {
  5844. "version": "4.0.0",
  5845. "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",
  5846. "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==",
  5847. "license": "MIT",
  5848. "engines": {
  5849. "node": ">=8"
  5850. }
  5851. },
  5852. "node_modules/update-browserslist-db": {
  5853. "version": "1.0.11",
  5854. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
  5855. "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==",
  5856. "dev": true,
  5857. "funding": [
  5858. {
  5859. "type": "opencollective",
  5860. "url": "https://opencollective.com/browserslist"
  5861. },
  5862. {
  5863. "type": "tidelift",
  5864. "url": "https://tidelift.com/funding/github/npm/browserslist"
  5865. },
  5866. {
  5867. "type": "github",
  5868. "url": "https://github.com/sponsors/ai"
  5869. }
  5870. ],
  5871. "license": "MIT",
  5872. "dependencies": {
  5873. "escalade": "^3.1.1",
  5874. "picocolors": "^1.0.0"
  5875. },
  5876. "bin": {
  5877. "update-browserslist-db": "cli.js"
  5878. },
  5879. "peerDependencies": {
  5880. "browserslist": ">= 4.21.0"
  5881. }
  5882. },
  5883. "node_modules/uri-js": {
  5884. "version": "4.4.1",
  5885. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  5886. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  5887. "license": "BSD-2-Clause",
  5888. "dependencies": {
  5889. "punycode": "^2.1.0"
  5890. }
  5891. },
  5892. "node_modules/use-sync-external-store": {
  5893. "version": "1.2.0",
  5894. "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz",
  5895. "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==",
  5896. "license": "MIT",
  5897. "peerDependencies": {
  5898. "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  5899. }
  5900. },
  5901. "node_modules/util-deprecate": {
  5902. "version": "1.0.2",
  5903. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  5904. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  5905. "license": "MIT"
  5906. },
  5907. "node_modules/void-elements": {
  5908. "version": "3.1.0",
  5909. "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz",
  5910. "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==",
  5911. "engines": {
  5912. "node": ">=0.10.0"
  5913. }
  5914. },
  5915. "node_modules/warning": {
  5916. "version": "4.0.3",
  5917. "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz",
  5918. "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
  5919. "license": "MIT",
  5920. "dependencies": {
  5921. "loose-envify": "^1.0.0"
  5922. }
  5923. },
  5924. "node_modules/which": {
  5925. "version": "2.0.2",
  5926. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  5927. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  5928. "license": "ISC",
  5929. "dependencies": {
  5930. "isexe": "^2.0.0"
  5931. },
  5932. "bin": {
  5933. "node-which": "bin/node-which"
  5934. },
  5935. "engines": {
  5936. "node": ">= 8"
  5937. }
  5938. },
  5939. "node_modules/which-boxed-primitive": {
  5940. "version": "1.0.2",
  5941. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  5942. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  5943. "license": "MIT",
  5944. "dependencies": {
  5945. "is-bigint": "^1.0.1",
  5946. "is-boolean-object": "^1.1.0",
  5947. "is-number-object": "^1.0.4",
  5948. "is-string": "^1.0.5",
  5949. "is-symbol": "^1.0.3"
  5950. },
  5951. "funding": {
  5952. "url": "https://github.com/sponsors/ljharb"
  5953. }
  5954. },
  5955. "node_modules/which-collection": {
  5956. "version": "1.0.1",
  5957. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz",
  5958. "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==",
  5959. "license": "MIT",
  5960. "dependencies": {
  5961. "is-map": "^2.0.1",
  5962. "is-set": "^2.0.1",
  5963. "is-weakmap": "^2.0.1",
  5964. "is-weakset": "^2.0.1"
  5965. },
  5966. "funding": {
  5967. "url": "https://github.com/sponsors/ljharb"
  5968. }
  5969. },
  5970. "node_modules/which-typed-array": {
  5971. "version": "1.1.9",
  5972. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz",
  5973. "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==",
  5974. "license": "MIT",
  5975. "dependencies": {
  5976. "available-typed-arrays": "^1.0.5",
  5977. "call-bind": "^1.0.2",
  5978. "for-each": "^0.3.3",
  5979. "gopd": "^1.0.1",
  5980. "has-tostringtag": "^1.0.0",
  5981. "is-typed-array": "^1.1.10"
  5982. },
  5983. "engines": {
  5984. "node": ">= 0.4"
  5985. },
  5986. "funding": {
  5987. "url": "https://github.com/sponsors/ljharb"
  5988. }
  5989. },
  5990. "node_modules/word-wrap": {
  5991. "version": "1.2.3",
  5992. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
  5993. "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
  5994. "license": "MIT",
  5995. "engines": {
  5996. "node": ">=0.10.0"
  5997. }
  5998. },
  5999. "node_modules/wrappy": {
  6000. "version": "1.0.2",
  6001. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  6002. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  6003. "license": "ISC"
  6004. },
  6005. "node_modules/yallist": {
  6006. "version": "4.0.0",
  6007. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  6008. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  6009. "license": "ISC"
  6010. },
  6011. "node_modules/yaml": {
  6012. "version": "2.3.0",
  6013. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.0.tgz",
  6014. "integrity": "sha512-8/1wgzdKc7bc9E6my5wZjmdavHLvO/QOmLG1FBugblEvY4IXrLjlViIOmL24HthU042lWTDRO90Fz1Yp66UnMw==",
  6015. "license": "ISC",
  6016. "engines": {
  6017. "node": ">= 14",
  6018. "npm": ">= 7"
  6019. }
  6020. },
  6021. "node_modules/yocto-queue": {
  6022. "version": "0.1.0",
  6023. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  6024. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  6025. "license": "MIT",
  6026. "engines": {
  6027. "node": ">=10"
  6028. },
  6029. "funding": {
  6030. "url": "https://github.com/sponsors/sindresorhus"
  6031. }
  6032. },
  6033. "node_modules/zod": {
  6034. "version": "3.21.4",
  6035. "resolved": "https://registry.npmjs.org/zod/-/zod-3.21.4.tgz",
  6036. "integrity": "sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==",
  6037. "license": "MIT",
  6038. "funding": {
  6039. "url": "https://github.com/sponsors/colinhacks"
  6040. }
  6041. },
  6042. "node_modules/zustand": {
  6043. "version": "4.0.0",
  6044. "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.0.0.tgz",
  6045. "integrity": "sha512-OrsfQTnRXF1LZ9/vR/IqN9ws5EXUhb149xmPjErZnUrkgxS/gAHGy2dPNIVkVvoxrVe1sIydn4JjF0dYHmGeeQ==",
  6046. "license": "MIT",
  6047. "dependencies": {
  6048. "use-sync-external-store": "1.2.0"
  6049. },
  6050. "engines": {
  6051. "node": ">=12.7.0"
  6052. },
  6053. "peerDependencies": {
  6054. "immer": ">=9.0",
  6055. "react": ">=16.8"
  6056. },
  6057. "peerDependenciesMeta": {
  6058. "immer": {
  6059. "optional": true
  6060. },
  6061. "react": {
  6062. "optional": true
  6063. }
  6064. }
  6065. }
  6066. }
  6067. }