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.

17006 lines
650 KiB

  1. {
  2. "name": "quiz-app",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "quiz-app",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "@testing-library/jest-dom": "^5.16.5",
  12. "@testing-library/react": "^13.4.0",
  13. "@testing-library/user-event": "^13.5.0",
  14. "@types/jest": "^27.5.2",
  15. "@types/node": "^16.18.12",
  16. "@types/react": "^18.0.28",
  17. "@types/react-dom": "^18.0.11",
  18. "prismjs": "^1.29.0",
  19. "react": "^18.2.0",
  20. "react-dom": "^18.2.0",
  21. "react-scripts": "5.0.1",
  22. "styled-components": "^5.3.6",
  23. "typescript": "^4.9.5",
  24. "web-vitals": "^2.1.4"
  25. },
  26. "devDependencies": {
  27. "@types/prismjs": "^1.26.0",
  28. "@types/styled-components": "^5.1.26"
  29. }
  30. },
  31. "node_modules/@adobe/css-tools": {
  32. "version": "4.1.0",
  33. "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.1.0.tgz",
  34. "integrity": "sha512-mMVJ/j/GbZ/De4ZHWbQAQO1J6iVnjtZLc9WEdkUQb8S/Bu2cAF2bETXUgMAdvMG3/ngtKmcNBe+Zms9bg6jnQQ=="
  35. },
  36. "node_modules/@ampproject/remapping": {
  37. "version": "2.2.0",
  38. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",
  39. "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==",
  40. "dependencies": {
  41. "@jridgewell/gen-mapping": "^0.1.0",
  42. "@jridgewell/trace-mapping": "^0.3.9"
  43. },
  44. "engines": {
  45. "node": ">=6.0.0"
  46. }
  47. },
  48. "node_modules/@babel/code-frame": {
  49. "version": "7.18.6",
  50. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
  51. "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
  52. "dependencies": {
  53. "@babel/highlight": "^7.18.6"
  54. },
  55. "engines": {
  56. "node": ">=6.9.0"
  57. }
  58. },
  59. "node_modules/@babel/compat-data": {
  60. "version": "7.20.14",
  61. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.14.tgz",
  62. "integrity": "sha512-0YpKHD6ImkWMEINCyDAD0HLLUH/lPCefG8ld9it8DJB2wnApraKuhgYTvTY1z7UFIfBTGy5LwncZ+5HWWGbhFw==",
  63. "engines": {
  64. "node": ">=6.9.0"
  65. }
  66. },
  67. "node_modules/@babel/core": {
  68. "version": "7.20.12",
  69. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz",
  70. "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==",
  71. "dependencies": {
  72. "@ampproject/remapping": "^2.1.0",
  73. "@babel/code-frame": "^7.18.6",
  74. "@babel/generator": "^7.20.7",
  75. "@babel/helper-compilation-targets": "^7.20.7",
  76. "@babel/helper-module-transforms": "^7.20.11",
  77. "@babel/helpers": "^7.20.7",
  78. "@babel/parser": "^7.20.7",
  79. "@babel/template": "^7.20.7",
  80. "@babel/traverse": "^7.20.12",
  81. "@babel/types": "^7.20.7",
  82. "convert-source-map": "^1.7.0",
  83. "debug": "^4.1.0",
  84. "gensync": "^1.0.0-beta.2",
  85. "json5": "^2.2.2",
  86. "semver": "^6.3.0"
  87. },
  88. "engines": {
  89. "node": ">=6.9.0"
  90. },
  91. "funding": {
  92. "type": "opencollective",
  93. "url": "https://opencollective.com/babel"
  94. }
  95. },
  96. "node_modules/@babel/core/node_modules/semver": {
  97. "version": "6.3.0",
  98. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  99. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  100. "bin": {
  101. "semver": "bin/semver.js"
  102. }
  103. },
  104. "node_modules/@babel/eslint-parser": {
  105. "version": "7.19.1",
  106. "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz",
  107. "integrity": "sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==",
  108. "dependencies": {
  109. "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
  110. "eslint-visitor-keys": "^2.1.0",
  111. "semver": "^6.3.0"
  112. },
  113. "engines": {
  114. "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
  115. },
  116. "peerDependencies": {
  117. "@babel/core": ">=7.11.0",
  118. "eslint": "^7.5.0 || ^8.0.0"
  119. }
  120. },
  121. "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
  122. "version": "2.1.0",
  123. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  124. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  125. "engines": {
  126. "node": ">=10"
  127. }
  128. },
  129. "node_modules/@babel/eslint-parser/node_modules/semver": {
  130. "version": "6.3.0",
  131. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  132. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  133. "bin": {
  134. "semver": "bin/semver.js"
  135. }
  136. },
  137. "node_modules/@babel/generator": {
  138. "version": "7.20.14",
  139. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.14.tgz",
  140. "integrity": "sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==",
  141. "dependencies": {
  142. "@babel/types": "^7.20.7",
  143. "@jridgewell/gen-mapping": "^0.3.2",
  144. "jsesc": "^2.5.1"
  145. },
  146. "engines": {
  147. "node": ">=6.9.0"
  148. }
  149. },
  150. "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": {
  151. "version": "0.3.2",
  152. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
  153. "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
  154. "dependencies": {
  155. "@jridgewell/set-array": "^1.0.1",
  156. "@jridgewell/sourcemap-codec": "^1.4.10",
  157. "@jridgewell/trace-mapping": "^0.3.9"
  158. },
  159. "engines": {
  160. "node": ">=6.0.0"
  161. }
  162. },
  163. "node_modules/@babel/helper-annotate-as-pure": {
  164. "version": "7.18.6",
  165. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
  166. "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
  167. "dependencies": {
  168. "@babel/types": "^7.18.6"
  169. },
  170. "engines": {
  171. "node": ">=6.9.0"
  172. }
  173. },
  174. "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
  175. "version": "7.18.9",
  176. "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz",
  177. "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==",
  178. "dependencies": {
  179. "@babel/helper-explode-assignable-expression": "^7.18.6",
  180. "@babel/types": "^7.18.9"
  181. },
  182. "engines": {
  183. "node": ">=6.9.0"
  184. }
  185. },
  186. "node_modules/@babel/helper-compilation-targets": {
  187. "version": "7.20.7",
  188. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz",
  189. "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==",
  190. "dependencies": {
  191. "@babel/compat-data": "^7.20.5",
  192. "@babel/helper-validator-option": "^7.18.6",
  193. "browserslist": "^4.21.3",
  194. "lru-cache": "^5.1.1",
  195. "semver": "^6.3.0"
  196. },
  197. "engines": {
  198. "node": ">=6.9.0"
  199. },
  200. "peerDependencies": {
  201. "@babel/core": "^7.0.0"
  202. }
  203. },
  204. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  205. "version": "6.3.0",
  206. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  207. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  208. "bin": {
  209. "semver": "bin/semver.js"
  210. }
  211. },
  212. "node_modules/@babel/helper-create-class-features-plugin": {
  213. "version": "7.20.12",
  214. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.12.tgz",
  215. "integrity": "sha512-9OunRkbT0JQcednL0UFvbfXpAsUXiGjUk0a7sN8fUXX7Mue79cUSMjHGDRRi/Vz9vYlpIhLV5fMD5dKoMhhsNQ==",
  216. "dependencies": {
  217. "@babel/helper-annotate-as-pure": "^7.18.6",
  218. "@babel/helper-environment-visitor": "^7.18.9",
  219. "@babel/helper-function-name": "^7.19.0",
  220. "@babel/helper-member-expression-to-functions": "^7.20.7",
  221. "@babel/helper-optimise-call-expression": "^7.18.6",
  222. "@babel/helper-replace-supers": "^7.20.7",
  223. "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
  224. "@babel/helper-split-export-declaration": "^7.18.6"
  225. },
  226. "engines": {
  227. "node": ">=6.9.0"
  228. },
  229. "peerDependencies": {
  230. "@babel/core": "^7.0.0"
  231. }
  232. },
  233. "node_modules/@babel/helper-create-regexp-features-plugin": {
  234. "version": "7.20.5",
  235. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.20.5.tgz",
  236. "integrity": "sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==",
  237. "dependencies": {
  238. "@babel/helper-annotate-as-pure": "^7.18.6",
  239. "regexpu-core": "^5.2.1"
  240. },
  241. "engines": {
  242. "node": ">=6.9.0"
  243. },
  244. "peerDependencies": {
  245. "@babel/core": "^7.0.0"
  246. }
  247. },
  248. "node_modules/@babel/helper-define-polyfill-provider": {
  249. "version": "0.3.3",
  250. "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz",
  251. "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==",
  252. "dependencies": {
  253. "@babel/helper-compilation-targets": "^7.17.7",
  254. "@babel/helper-plugin-utils": "^7.16.7",
  255. "debug": "^4.1.1",
  256. "lodash.debounce": "^4.0.8",
  257. "resolve": "^1.14.2",
  258. "semver": "^6.1.2"
  259. },
  260. "peerDependencies": {
  261. "@babel/core": "^7.4.0-0"
  262. }
  263. },
  264. "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": {
  265. "version": "6.3.0",
  266. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  267. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  268. "bin": {
  269. "semver": "bin/semver.js"
  270. }
  271. },
  272. "node_modules/@babel/helper-environment-visitor": {
  273. "version": "7.18.9",
  274. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
  275. "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
  276. "engines": {
  277. "node": ">=6.9.0"
  278. }
  279. },
  280. "node_modules/@babel/helper-explode-assignable-expression": {
  281. "version": "7.18.6",
  282. "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz",
  283. "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==",
  284. "dependencies": {
  285. "@babel/types": "^7.18.6"
  286. },
  287. "engines": {
  288. "node": ">=6.9.0"
  289. }
  290. },
  291. "node_modules/@babel/helper-function-name": {
  292. "version": "7.19.0",
  293. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz",
  294. "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==",
  295. "dependencies": {
  296. "@babel/template": "^7.18.10",
  297. "@babel/types": "^7.19.0"
  298. },
  299. "engines": {
  300. "node": ">=6.9.0"
  301. }
  302. },
  303. "node_modules/@babel/helper-hoist-variables": {
  304. "version": "7.18.6",
  305. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
  306. "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
  307. "dependencies": {
  308. "@babel/types": "^7.18.6"
  309. },
  310. "engines": {
  311. "node": ">=6.9.0"
  312. }
  313. },
  314. "node_modules/@babel/helper-member-expression-to-functions": {
  315. "version": "7.20.7",
  316. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.20.7.tgz",
  317. "integrity": "sha512-9J0CxJLq315fEdi4s7xK5TQaNYjZw+nDVpVqr1axNGKzdrdwYBD5b4uKv3n75aABG0rCCTK8Im8Ww7eYfMrZgw==",
  318. "dependencies": {
  319. "@babel/types": "^7.20.7"
  320. },
  321. "engines": {
  322. "node": ">=6.9.0"
  323. }
  324. },
  325. "node_modules/@babel/helper-module-imports": {
  326. "version": "7.18.6",
  327. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
  328. "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
  329. "dependencies": {
  330. "@babel/types": "^7.18.6"
  331. },
  332. "engines": {
  333. "node": ">=6.9.0"
  334. }
  335. },
  336. "node_modules/@babel/helper-module-transforms": {
  337. "version": "7.20.11",
  338. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz",
  339. "integrity": "sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==",
  340. "dependencies": {
  341. "@babel/helper-environment-visitor": "^7.18.9",
  342. "@babel/helper-module-imports": "^7.18.6",
  343. "@babel/helper-simple-access": "^7.20.2",
  344. "@babel/helper-split-export-declaration": "^7.18.6",
  345. "@babel/helper-validator-identifier": "^7.19.1",
  346. "@babel/template": "^7.20.7",
  347. "@babel/traverse": "^7.20.10",
  348. "@babel/types": "^7.20.7"
  349. },
  350. "engines": {
  351. "node": ">=6.9.0"
  352. }
  353. },
  354. "node_modules/@babel/helper-optimise-call-expression": {
  355. "version": "7.18.6",
  356. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz",
  357. "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==",
  358. "dependencies": {
  359. "@babel/types": "^7.18.6"
  360. },
  361. "engines": {
  362. "node": ">=6.9.0"
  363. }
  364. },
  365. "node_modules/@babel/helper-plugin-utils": {
  366. "version": "7.20.2",
  367. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
  368. "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
  369. "engines": {
  370. "node": ">=6.9.0"
  371. }
  372. },
  373. "node_modules/@babel/helper-remap-async-to-generator": {
  374. "version": "7.18.9",
  375. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz",
  376. "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==",
  377. "dependencies": {
  378. "@babel/helper-annotate-as-pure": "^7.18.6",
  379. "@babel/helper-environment-visitor": "^7.18.9",
  380. "@babel/helper-wrap-function": "^7.18.9",
  381. "@babel/types": "^7.18.9"
  382. },
  383. "engines": {
  384. "node": ">=6.9.0"
  385. },
  386. "peerDependencies": {
  387. "@babel/core": "^7.0.0"
  388. }
  389. },
  390. "node_modules/@babel/helper-replace-supers": {
  391. "version": "7.20.7",
  392. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz",
  393. "integrity": "sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==",
  394. "dependencies": {
  395. "@babel/helper-environment-visitor": "^7.18.9",
  396. "@babel/helper-member-expression-to-functions": "^7.20.7",
  397. "@babel/helper-optimise-call-expression": "^7.18.6",
  398. "@babel/template": "^7.20.7",
  399. "@babel/traverse": "^7.20.7",
  400. "@babel/types": "^7.20.7"
  401. },
  402. "engines": {
  403. "node": ">=6.9.0"
  404. }
  405. },
  406. "node_modules/@babel/helper-simple-access": {
  407. "version": "7.20.2",
  408. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz",
  409. "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==",
  410. "dependencies": {
  411. "@babel/types": "^7.20.2"
  412. },
  413. "engines": {
  414. "node": ">=6.9.0"
  415. }
  416. },
  417. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  418. "version": "7.20.0",
  419. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz",
  420. "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==",
  421. "dependencies": {
  422. "@babel/types": "^7.20.0"
  423. },
  424. "engines": {
  425. "node": ">=6.9.0"
  426. }
  427. },
  428. "node_modules/@babel/helper-split-export-declaration": {
  429. "version": "7.18.6",
  430. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
  431. "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
  432. "dependencies": {
  433. "@babel/types": "^7.18.6"
  434. },
  435. "engines": {
  436. "node": ">=6.9.0"
  437. }
  438. },
  439. "node_modules/@babel/helper-string-parser": {
  440. "version": "7.19.4",
  441. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz",
  442. "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==",
  443. "engines": {
  444. "node": ">=6.9.0"
  445. }
  446. },
  447. "node_modules/@babel/helper-validator-identifier": {
  448. "version": "7.19.1",
  449. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
  450. "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==",
  451. "engines": {
  452. "node": ">=6.9.0"
  453. }
  454. },
  455. "node_modules/@babel/helper-validator-option": {
  456. "version": "7.18.6",
  457. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz",
  458. "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==",
  459. "engines": {
  460. "node": ">=6.9.0"
  461. }
  462. },
  463. "node_modules/@babel/helper-wrap-function": {
  464. "version": "7.20.5",
  465. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz",
  466. "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==",
  467. "dependencies": {
  468. "@babel/helper-function-name": "^7.19.0",
  469. "@babel/template": "^7.18.10",
  470. "@babel/traverse": "^7.20.5",
  471. "@babel/types": "^7.20.5"
  472. },
  473. "engines": {
  474. "node": ">=6.9.0"
  475. }
  476. },
  477. "node_modules/@babel/helpers": {
  478. "version": "7.20.13",
  479. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.13.tgz",
  480. "integrity": "sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg==",
  481. "dependencies": {
  482. "@babel/template": "^7.20.7",
  483. "@babel/traverse": "^7.20.13",
  484. "@babel/types": "^7.20.7"
  485. },
  486. "engines": {
  487. "node": ">=6.9.0"
  488. }
  489. },
  490. "node_modules/@babel/highlight": {
  491. "version": "7.18.6",
  492. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
  493. "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
  494. "dependencies": {
  495. "@babel/helper-validator-identifier": "^7.18.6",
  496. "chalk": "^2.0.0",
  497. "js-tokens": "^4.0.0"
  498. },
  499. "engines": {
  500. "node": ">=6.9.0"
  501. }
  502. },
  503. "node_modules/@babel/parser": {
  504. "version": "7.20.15",
  505. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.15.tgz",
  506. "integrity": "sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==",
  507. "bin": {
  508. "parser": "bin/babel-parser.js"
  509. },
  510. "engines": {
  511. "node": ">=6.0.0"
  512. }
  513. },
  514. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  515. "version": "7.18.6",
  516. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz",
  517. "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==",
  518. "dependencies": {
  519. "@babel/helper-plugin-utils": "^7.18.6"
  520. },
  521. "engines": {
  522. "node": ">=6.9.0"
  523. },
  524. "peerDependencies": {
  525. "@babel/core": "^7.0.0"
  526. }
  527. },
  528. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  529. "version": "7.20.7",
  530. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz",
  531. "integrity": "sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==",
  532. "dependencies": {
  533. "@babel/helper-plugin-utils": "^7.20.2",
  534. "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
  535. "@babel/plugin-proposal-optional-chaining": "^7.20.7"
  536. },
  537. "engines": {
  538. "node": ">=6.9.0"
  539. },
  540. "peerDependencies": {
  541. "@babel/core": "^7.13.0"
  542. }
  543. },
  544. "node_modules/@babel/plugin-proposal-async-generator-functions": {
  545. "version": "7.20.7",
  546. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz",
  547. "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==",
  548. "dependencies": {
  549. "@babel/helper-environment-visitor": "^7.18.9",
  550. "@babel/helper-plugin-utils": "^7.20.2",
  551. "@babel/helper-remap-async-to-generator": "^7.18.9",
  552. "@babel/plugin-syntax-async-generators": "^7.8.4"
  553. },
  554. "engines": {
  555. "node": ">=6.9.0"
  556. },
  557. "peerDependencies": {
  558. "@babel/core": "^7.0.0-0"
  559. }
  560. },
  561. "node_modules/@babel/plugin-proposal-class-properties": {
  562. "version": "7.18.6",
  563. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
  564. "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
  565. "dependencies": {
  566. "@babel/helper-create-class-features-plugin": "^7.18.6",
  567. "@babel/helper-plugin-utils": "^7.18.6"
  568. },
  569. "engines": {
  570. "node": ">=6.9.0"
  571. },
  572. "peerDependencies": {
  573. "@babel/core": "^7.0.0-0"
  574. }
  575. },
  576. "node_modules/@babel/plugin-proposal-class-static-block": {
  577. "version": "7.20.7",
  578. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.20.7.tgz",
  579. "integrity": "sha512-AveGOoi9DAjUYYuUAG//Ig69GlazLnoyzMw68VCDux+c1tsnnH/OkYcpz/5xzMkEFC6UxjR5Gw1c+iY2wOGVeQ==",
  580. "dependencies": {
  581. "@babel/helper-create-class-features-plugin": "^7.20.7",
  582. "@babel/helper-plugin-utils": "^7.20.2",
  583. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  584. },
  585. "engines": {
  586. "node": ">=6.9.0"
  587. },
  588. "peerDependencies": {
  589. "@babel/core": "^7.12.0"
  590. }
  591. },
  592. "node_modules/@babel/plugin-proposal-decorators": {
  593. "version": "7.20.13",
  594. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.20.13.tgz",
  595. "integrity": "sha512-7T6BKHa9Cpd7lCueHBBzP0nkXNina+h5giOZw+a8ZpMfPFY19VjJAjIxyFHuWkhCWgL6QMqRiY/wB1fLXzm6Mw==",
  596. "dependencies": {
  597. "@babel/helper-create-class-features-plugin": "^7.20.12",
  598. "@babel/helper-plugin-utils": "^7.20.2",
  599. "@babel/helper-replace-supers": "^7.20.7",
  600. "@babel/helper-split-export-declaration": "^7.18.6",
  601. "@babel/plugin-syntax-decorators": "^7.19.0"
  602. },
  603. "engines": {
  604. "node": ">=6.9.0"
  605. },
  606. "peerDependencies": {
  607. "@babel/core": "^7.0.0-0"
  608. }
  609. },
  610. "node_modules/@babel/plugin-proposal-dynamic-import": {
  611. "version": "7.18.6",
  612. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz",
  613. "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==",
  614. "dependencies": {
  615. "@babel/helper-plugin-utils": "^7.18.6",
  616. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  617. },
  618. "engines": {
  619. "node": ">=6.9.0"
  620. },
  621. "peerDependencies": {
  622. "@babel/core": "^7.0.0-0"
  623. }
  624. },
  625. "node_modules/@babel/plugin-proposal-export-namespace-from": {
  626. "version": "7.18.9",
  627. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz",
  628. "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==",
  629. "dependencies": {
  630. "@babel/helper-plugin-utils": "^7.18.9",
  631. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  632. },
  633. "engines": {
  634. "node": ">=6.9.0"
  635. },
  636. "peerDependencies": {
  637. "@babel/core": "^7.0.0-0"
  638. }
  639. },
  640. "node_modules/@babel/plugin-proposal-json-strings": {
  641. "version": "7.18.6",
  642. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz",
  643. "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==",
  644. "dependencies": {
  645. "@babel/helper-plugin-utils": "^7.18.6",
  646. "@babel/plugin-syntax-json-strings": "^7.8.3"
  647. },
  648. "engines": {
  649. "node": ">=6.9.0"
  650. },
  651. "peerDependencies": {
  652. "@babel/core": "^7.0.0-0"
  653. }
  654. },
  655. "node_modules/@babel/plugin-proposal-logical-assignment-operators": {
  656. "version": "7.20.7",
  657. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz",
  658. "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==",
  659. "dependencies": {
  660. "@babel/helper-plugin-utils": "^7.20.2",
  661. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  662. },
  663. "engines": {
  664. "node": ">=6.9.0"
  665. },
  666. "peerDependencies": {
  667. "@babel/core": "^7.0.0-0"
  668. }
  669. },
  670. "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
  671. "version": "7.18.6",
  672. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
  673. "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
  674. "dependencies": {
  675. "@babel/helper-plugin-utils": "^7.18.6",
  676. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  677. },
  678. "engines": {
  679. "node": ">=6.9.0"
  680. },
  681. "peerDependencies": {
  682. "@babel/core": "^7.0.0-0"
  683. }
  684. },
  685. "node_modules/@babel/plugin-proposal-numeric-separator": {
  686. "version": "7.18.6",
  687. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
  688. "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
  689. "dependencies": {
  690. "@babel/helper-plugin-utils": "^7.18.6",
  691. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  692. },
  693. "engines": {
  694. "node": ">=6.9.0"
  695. },
  696. "peerDependencies": {
  697. "@babel/core": "^7.0.0-0"
  698. }
  699. },
  700. "node_modules/@babel/plugin-proposal-object-rest-spread": {
  701. "version": "7.20.7",
  702. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz",
  703. "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==",
  704. "dependencies": {
  705. "@babel/compat-data": "^7.20.5",
  706. "@babel/helper-compilation-targets": "^7.20.7",
  707. "@babel/helper-plugin-utils": "^7.20.2",
  708. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  709. "@babel/plugin-transform-parameters": "^7.20.7"
  710. },
  711. "engines": {
  712. "node": ">=6.9.0"
  713. },
  714. "peerDependencies": {
  715. "@babel/core": "^7.0.0-0"
  716. }
  717. },
  718. "node_modules/@babel/plugin-proposal-optional-catch-binding": {
  719. "version": "7.18.6",
  720. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
  721. "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==",
  722. "dependencies": {
  723. "@babel/helper-plugin-utils": "^7.18.6",
  724. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  725. },
  726. "engines": {
  727. "node": ">=6.9.0"
  728. },
  729. "peerDependencies": {
  730. "@babel/core": "^7.0.0-0"
  731. }
  732. },
  733. "node_modules/@babel/plugin-proposal-optional-chaining": {
  734. "version": "7.20.7",
  735. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.20.7.tgz",
  736. "integrity": "sha512-T+A7b1kfjtRM51ssoOfS1+wbyCVqorfyZhT99TvxxLMirPShD8CzKMRepMlCBGM5RpHMbn8s+5MMHnPstJH6mQ==",
  737. "dependencies": {
  738. "@babel/helper-plugin-utils": "^7.20.2",
  739. "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
  740. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  741. },
  742. "engines": {
  743. "node": ">=6.9.0"
  744. },
  745. "peerDependencies": {
  746. "@babel/core": "^7.0.0-0"
  747. }
  748. },
  749. "node_modules/@babel/plugin-proposal-private-methods": {
  750. "version": "7.18.6",
  751. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
  752. "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
  753. "dependencies": {
  754. "@babel/helper-create-class-features-plugin": "^7.18.6",
  755. "@babel/helper-plugin-utils": "^7.18.6"
  756. },
  757. "engines": {
  758. "node": ">=6.9.0"
  759. },
  760. "peerDependencies": {
  761. "@babel/core": "^7.0.0-0"
  762. }
  763. },
  764. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  765. "version": "7.20.5",
  766. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.20.5.tgz",
  767. "integrity": "sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==",
  768. "dependencies": {
  769. "@babel/helper-annotate-as-pure": "^7.18.6",
  770. "@babel/helper-create-class-features-plugin": "^7.20.5",
  771. "@babel/helper-plugin-utils": "^7.20.2",
  772. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  773. },
  774. "engines": {
  775. "node": ">=6.9.0"
  776. },
  777. "peerDependencies": {
  778. "@babel/core": "^7.0.0-0"
  779. }
  780. },
  781. "node_modules/@babel/plugin-proposal-unicode-property-regex": {
  782. "version": "7.18.6",
  783. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
  784. "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
  785. "dependencies": {
  786. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  787. "@babel/helper-plugin-utils": "^7.18.6"
  788. },
  789. "engines": {
  790. "node": ">=4"
  791. },
  792. "peerDependencies": {
  793. "@babel/core": "^7.0.0-0"
  794. }
  795. },
  796. "node_modules/@babel/plugin-syntax-async-generators": {
  797. "version": "7.8.4",
  798. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  799. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  800. "dependencies": {
  801. "@babel/helper-plugin-utils": "^7.8.0"
  802. },
  803. "peerDependencies": {
  804. "@babel/core": "^7.0.0-0"
  805. }
  806. },
  807. "node_modules/@babel/plugin-syntax-bigint": {
  808. "version": "7.8.3",
  809. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
  810. "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
  811. "dependencies": {
  812. "@babel/helper-plugin-utils": "^7.8.0"
  813. },
  814. "peerDependencies": {
  815. "@babel/core": "^7.0.0-0"
  816. }
  817. },
  818. "node_modules/@babel/plugin-syntax-class-properties": {
  819. "version": "7.12.13",
  820. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  821. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  822. "dependencies": {
  823. "@babel/helper-plugin-utils": "^7.12.13"
  824. },
  825. "peerDependencies": {
  826. "@babel/core": "^7.0.0-0"
  827. }
  828. },
  829. "node_modules/@babel/plugin-syntax-class-static-block": {
  830. "version": "7.14.5",
  831. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  832. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  833. "dependencies": {
  834. "@babel/helper-plugin-utils": "^7.14.5"
  835. },
  836. "engines": {
  837. "node": ">=6.9.0"
  838. },
  839. "peerDependencies": {
  840. "@babel/core": "^7.0.0-0"
  841. }
  842. },
  843. "node_modules/@babel/plugin-syntax-decorators": {
  844. "version": "7.19.0",
  845. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.19.0.tgz",
  846. "integrity": "sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==",
  847. "dependencies": {
  848. "@babel/helper-plugin-utils": "^7.19.0"
  849. },
  850. "engines": {
  851. "node": ">=6.9.0"
  852. },
  853. "peerDependencies": {
  854. "@babel/core": "^7.0.0-0"
  855. }
  856. },
  857. "node_modules/@babel/plugin-syntax-dynamic-import": {
  858. "version": "7.8.3",
  859. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  860. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  861. "dependencies": {
  862. "@babel/helper-plugin-utils": "^7.8.0"
  863. },
  864. "peerDependencies": {
  865. "@babel/core": "^7.0.0-0"
  866. }
  867. },
  868. "node_modules/@babel/plugin-syntax-export-namespace-from": {
  869. "version": "7.8.3",
  870. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  871. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  872. "dependencies": {
  873. "@babel/helper-plugin-utils": "^7.8.3"
  874. },
  875. "peerDependencies": {
  876. "@babel/core": "^7.0.0-0"
  877. }
  878. },
  879. "node_modules/@babel/plugin-syntax-flow": {
  880. "version": "7.18.6",
  881. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz",
  882. "integrity": "sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==",
  883. "dependencies": {
  884. "@babel/helper-plugin-utils": "^7.18.6"
  885. },
  886. "engines": {
  887. "node": ">=6.9.0"
  888. },
  889. "peerDependencies": {
  890. "@babel/core": "^7.0.0-0"
  891. }
  892. },
  893. "node_modules/@babel/plugin-syntax-import-assertions": {
  894. "version": "7.20.0",
  895. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz",
  896. "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==",
  897. "dependencies": {
  898. "@babel/helper-plugin-utils": "^7.19.0"
  899. },
  900. "engines": {
  901. "node": ">=6.9.0"
  902. },
  903. "peerDependencies": {
  904. "@babel/core": "^7.0.0-0"
  905. }
  906. },
  907. "node_modules/@babel/plugin-syntax-import-meta": {
  908. "version": "7.10.4",
  909. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  910. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  911. "dependencies": {
  912. "@babel/helper-plugin-utils": "^7.10.4"
  913. },
  914. "peerDependencies": {
  915. "@babel/core": "^7.0.0-0"
  916. }
  917. },
  918. "node_modules/@babel/plugin-syntax-json-strings": {
  919. "version": "7.8.3",
  920. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  921. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  922. "dependencies": {
  923. "@babel/helper-plugin-utils": "^7.8.0"
  924. },
  925. "peerDependencies": {
  926. "@babel/core": "^7.0.0-0"
  927. }
  928. },
  929. "node_modules/@babel/plugin-syntax-jsx": {
  930. "version": "7.18.6",
  931. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz",
  932. "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==",
  933. "dependencies": {
  934. "@babel/helper-plugin-utils": "^7.18.6"
  935. },
  936. "engines": {
  937. "node": ">=6.9.0"
  938. },
  939. "peerDependencies": {
  940. "@babel/core": "^7.0.0-0"
  941. }
  942. },
  943. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  944. "version": "7.10.4",
  945. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  946. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  947. "dependencies": {
  948. "@babel/helper-plugin-utils": "^7.10.4"
  949. },
  950. "peerDependencies": {
  951. "@babel/core": "^7.0.0-0"
  952. }
  953. },
  954. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  955. "version": "7.8.3",
  956. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  957. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  958. "dependencies": {
  959. "@babel/helper-plugin-utils": "^7.8.0"
  960. },
  961. "peerDependencies": {
  962. "@babel/core": "^7.0.0-0"
  963. }
  964. },
  965. "node_modules/@babel/plugin-syntax-numeric-separator": {
  966. "version": "7.10.4",
  967. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  968. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  969. "dependencies": {
  970. "@babel/helper-plugin-utils": "^7.10.4"
  971. },
  972. "peerDependencies": {
  973. "@babel/core": "^7.0.0-0"
  974. }
  975. },
  976. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  977. "version": "7.8.3",
  978. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  979. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  980. "dependencies": {
  981. "@babel/helper-plugin-utils": "^7.8.0"
  982. },
  983. "peerDependencies": {
  984. "@babel/core": "^7.0.0-0"
  985. }
  986. },
  987. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  988. "version": "7.8.3",
  989. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  990. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  991. "dependencies": {
  992. "@babel/helper-plugin-utils": "^7.8.0"
  993. },
  994. "peerDependencies": {
  995. "@babel/core": "^7.0.0-0"
  996. }
  997. },
  998. "node_modules/@babel/plugin-syntax-optional-chaining": {
  999. "version": "7.8.3",
  1000. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  1001. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  1002. "dependencies": {
  1003. "@babel/helper-plugin-utils": "^7.8.0"
  1004. },
  1005. "peerDependencies": {
  1006. "@babel/core": "^7.0.0-0"
  1007. }
  1008. },
  1009. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  1010. "version": "7.14.5",
  1011. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  1012. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  1013. "dependencies": {
  1014. "@babel/helper-plugin-utils": "^7.14.5"
  1015. },
  1016. "engines": {
  1017. "node": ">=6.9.0"
  1018. },
  1019. "peerDependencies": {
  1020. "@babel/core": "^7.0.0-0"
  1021. }
  1022. },
  1023. "node_modules/@babel/plugin-syntax-top-level-await": {
  1024. "version": "7.14.5",
  1025. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  1026. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  1027. "dependencies": {
  1028. "@babel/helper-plugin-utils": "^7.14.5"
  1029. },
  1030. "engines": {
  1031. "node": ">=6.9.0"
  1032. },
  1033. "peerDependencies": {
  1034. "@babel/core": "^7.0.0-0"
  1035. }
  1036. },
  1037. "node_modules/@babel/plugin-syntax-typescript": {
  1038. "version": "7.20.0",
  1039. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz",
  1040. "integrity": "sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==",
  1041. "dependencies": {
  1042. "@babel/helper-plugin-utils": "^7.19.0"
  1043. },
  1044. "engines": {
  1045. "node": ">=6.9.0"
  1046. },
  1047. "peerDependencies": {
  1048. "@babel/core": "^7.0.0-0"
  1049. }
  1050. },
  1051. "node_modules/@babel/plugin-transform-arrow-functions": {
  1052. "version": "7.20.7",
  1053. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz",
  1054. "integrity": "sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==",
  1055. "dependencies": {
  1056. "@babel/helper-plugin-utils": "^7.20.2"
  1057. },
  1058. "engines": {
  1059. "node": ">=6.9.0"
  1060. },
  1061. "peerDependencies": {
  1062. "@babel/core": "^7.0.0-0"
  1063. }
  1064. },
  1065. "node_modules/@babel/plugin-transform-async-to-generator": {
  1066. "version": "7.20.7",
  1067. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz",
  1068. "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==",
  1069. "dependencies": {
  1070. "@babel/helper-module-imports": "^7.18.6",
  1071. "@babel/helper-plugin-utils": "^7.20.2",
  1072. "@babel/helper-remap-async-to-generator": "^7.18.9"
  1073. },
  1074. "engines": {
  1075. "node": ">=6.9.0"
  1076. },
  1077. "peerDependencies": {
  1078. "@babel/core": "^7.0.0-0"
  1079. }
  1080. },
  1081. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  1082. "version": "7.18.6",
  1083. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz",
  1084. "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==",
  1085. "dependencies": {
  1086. "@babel/helper-plugin-utils": "^7.18.6"
  1087. },
  1088. "engines": {
  1089. "node": ">=6.9.0"
  1090. },
  1091. "peerDependencies": {
  1092. "@babel/core": "^7.0.0-0"
  1093. }
  1094. },
  1095. "node_modules/@babel/plugin-transform-block-scoping": {
  1096. "version": "7.20.15",
  1097. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.15.tgz",
  1098. "integrity": "sha512-Vv4DMZ6MiNOhu/LdaZsT/bsLRxgL94d269Mv4R/9sp6+Mp++X/JqypZYypJXLlM4mlL352/Egzbzr98iABH1CA==",
  1099. "dependencies": {
  1100. "@babel/helper-plugin-utils": "^7.20.2"
  1101. },
  1102. "engines": {
  1103. "node": ">=6.9.0"
  1104. },
  1105. "peerDependencies": {
  1106. "@babel/core": "^7.0.0-0"
  1107. }
  1108. },
  1109. "node_modules/@babel/plugin-transform-classes": {
  1110. "version": "7.20.7",
  1111. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.7.tgz",
  1112. "integrity": "sha512-LWYbsiXTPKl+oBlXUGlwNlJZetXD5Am+CyBdqhPsDVjM9Jc8jwBJFrKhHf900Kfk2eZG1y9MAG3UNajol7A4VQ==",
  1113. "dependencies": {
  1114. "@babel/helper-annotate-as-pure": "^7.18.6",
  1115. "@babel/helper-compilation-targets": "^7.20.7",
  1116. "@babel/helper-environment-visitor": "^7.18.9",
  1117. "@babel/helper-function-name": "^7.19.0",
  1118. "@babel/helper-optimise-call-expression": "^7.18.6",
  1119. "@babel/helper-plugin-utils": "^7.20.2",
  1120. "@babel/helper-replace-supers": "^7.20.7",
  1121. "@babel/helper-split-export-declaration": "^7.18.6",
  1122. "globals": "^11.1.0"
  1123. },
  1124. "engines": {
  1125. "node": ">=6.9.0"
  1126. },
  1127. "peerDependencies": {
  1128. "@babel/core": "^7.0.0-0"
  1129. }
  1130. },
  1131. "node_modules/@babel/plugin-transform-computed-properties": {
  1132. "version": "7.20.7",
  1133. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz",
  1134. "integrity": "sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==",
  1135. "dependencies": {
  1136. "@babel/helper-plugin-utils": "^7.20.2",
  1137. "@babel/template": "^7.20.7"
  1138. },
  1139. "engines": {
  1140. "node": ">=6.9.0"
  1141. },
  1142. "peerDependencies": {
  1143. "@babel/core": "^7.0.0-0"
  1144. }
  1145. },
  1146. "node_modules/@babel/plugin-transform-destructuring": {
  1147. "version": "7.20.7",
  1148. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.7.tgz",
  1149. "integrity": "sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==",
  1150. "dependencies": {
  1151. "@babel/helper-plugin-utils": "^7.20.2"
  1152. },
  1153. "engines": {
  1154. "node": ">=6.9.0"
  1155. },
  1156. "peerDependencies": {
  1157. "@babel/core": "^7.0.0-0"
  1158. }
  1159. },
  1160. "node_modules/@babel/plugin-transform-dotall-regex": {
  1161. "version": "7.18.6",
  1162. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz",
  1163. "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==",
  1164. "dependencies": {
  1165. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  1166. "@babel/helper-plugin-utils": "^7.18.6"
  1167. },
  1168. "engines": {
  1169. "node": ">=6.9.0"
  1170. },
  1171. "peerDependencies": {
  1172. "@babel/core": "^7.0.0-0"
  1173. }
  1174. },
  1175. "node_modules/@babel/plugin-transform-duplicate-keys": {
  1176. "version": "7.18.9",
  1177. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz",
  1178. "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==",
  1179. "dependencies": {
  1180. "@babel/helper-plugin-utils": "^7.18.9"
  1181. },
  1182. "engines": {
  1183. "node": ">=6.9.0"
  1184. },
  1185. "peerDependencies": {
  1186. "@babel/core": "^7.0.0-0"
  1187. }
  1188. },
  1189. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  1190. "version": "7.18.6",
  1191. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz",
  1192. "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==",
  1193. "dependencies": {
  1194. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6",
  1195. "@babel/helper-plugin-utils": "^7.18.6"
  1196. },
  1197. "engines": {
  1198. "node": ">=6.9.0"
  1199. },
  1200. "peerDependencies": {
  1201. "@babel/core": "^7.0.0-0"
  1202. }
  1203. },
  1204. "node_modules/@babel/plugin-transform-flow-strip-types": {
  1205. "version": "7.19.0",
  1206. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.19.0.tgz",
  1207. "integrity": "sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==",
  1208. "dependencies": {
  1209. "@babel/helper-plugin-utils": "^7.19.0",
  1210. "@babel/plugin-syntax-flow": "^7.18.6"
  1211. },
  1212. "engines": {
  1213. "node": ">=6.9.0"
  1214. },
  1215. "peerDependencies": {
  1216. "@babel/core": "^7.0.0-0"
  1217. }
  1218. },
  1219. "node_modules/@babel/plugin-transform-for-of": {
  1220. "version": "7.18.8",
  1221. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz",
  1222. "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==",
  1223. "dependencies": {
  1224. "@babel/helper-plugin-utils": "^7.18.6"
  1225. },
  1226. "engines": {
  1227. "node": ">=6.9.0"
  1228. },
  1229. "peerDependencies": {
  1230. "@babel/core": "^7.0.0-0"
  1231. }
  1232. },
  1233. "node_modules/@babel/plugin-transform-function-name": {
  1234. "version": "7.18.9",
  1235. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz",
  1236. "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==",
  1237. "dependencies": {
  1238. "@babel/helper-compilation-targets": "^7.18.9",
  1239. "@babel/helper-function-name": "^7.18.9",
  1240. "@babel/helper-plugin-utils": "^7.18.9"
  1241. },
  1242. "engines": {
  1243. "node": ">=6.9.0"
  1244. },
  1245. "peerDependencies": {
  1246. "@babel/core": "^7.0.0-0"
  1247. }
  1248. },
  1249. "node_modules/@babel/plugin-transform-literals": {
  1250. "version": "7.18.9",
  1251. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz",
  1252. "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==",
  1253. "dependencies": {
  1254. "@babel/helper-plugin-utils": "^7.18.9"
  1255. },
  1256. "engines": {
  1257. "node": ">=6.9.0"
  1258. },
  1259. "peerDependencies": {
  1260. "@babel/core": "^7.0.0-0"
  1261. }
  1262. },
  1263. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1264. "version": "7.18.6",
  1265. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz",
  1266. "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==",
  1267. "dependencies": {
  1268. "@babel/helper-plugin-utils": "^7.18.6"
  1269. },
  1270. "engines": {
  1271. "node": ">=6.9.0"
  1272. },
  1273. "peerDependencies": {
  1274. "@babel/core": "^7.0.0-0"
  1275. }
  1276. },
  1277. "node_modules/@babel/plugin-transform-modules-amd": {
  1278. "version": "7.20.11",
  1279. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz",
  1280. "integrity": "sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==",
  1281. "dependencies": {
  1282. "@babel/helper-module-transforms": "^7.20.11",
  1283. "@babel/helper-plugin-utils": "^7.20.2"
  1284. },
  1285. "engines": {
  1286. "node": ">=6.9.0"
  1287. },
  1288. "peerDependencies": {
  1289. "@babel/core": "^7.0.0-0"
  1290. }
  1291. },
  1292. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1293. "version": "7.20.11",
  1294. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.20.11.tgz",
  1295. "integrity": "sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw==",
  1296. "dependencies": {
  1297. "@babel/helper-module-transforms": "^7.20.11",
  1298. "@babel/helper-plugin-utils": "^7.20.2",
  1299. "@babel/helper-simple-access": "^7.20.2"
  1300. },
  1301. "engines": {
  1302. "node": ">=6.9.0"
  1303. },
  1304. "peerDependencies": {
  1305. "@babel/core": "^7.0.0-0"
  1306. }
  1307. },
  1308. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1309. "version": "7.20.11",
  1310. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz",
  1311. "integrity": "sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==",
  1312. "dependencies": {
  1313. "@babel/helper-hoist-variables": "^7.18.6",
  1314. "@babel/helper-module-transforms": "^7.20.11",
  1315. "@babel/helper-plugin-utils": "^7.20.2",
  1316. "@babel/helper-validator-identifier": "^7.19.1"
  1317. },
  1318. "engines": {
  1319. "node": ">=6.9.0"
  1320. },
  1321. "peerDependencies": {
  1322. "@babel/core": "^7.0.0-0"
  1323. }
  1324. },
  1325. "node_modules/@babel/plugin-transform-modules-umd": {
  1326. "version": "7.18.6",
  1327. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz",
  1328. "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==",
  1329. "dependencies": {
  1330. "@babel/helper-module-transforms": "^7.18.6",
  1331. "@babel/helper-plugin-utils": "^7.18.6"
  1332. },
  1333. "engines": {
  1334. "node": ">=6.9.0"
  1335. },
  1336. "peerDependencies": {
  1337. "@babel/core": "^7.0.0-0"
  1338. }
  1339. },
  1340. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1341. "version": "7.20.5",
  1342. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz",
  1343. "integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==",
  1344. "dependencies": {
  1345. "@babel/helper-create-regexp-features-plugin": "^7.20.5",
  1346. "@babel/helper-plugin-utils": "^7.20.2"
  1347. },
  1348. "engines": {
  1349. "node": ">=6.9.0"
  1350. },
  1351. "peerDependencies": {
  1352. "@babel/core": "^7.0.0"
  1353. }
  1354. },
  1355. "node_modules/@babel/plugin-transform-new-target": {
  1356. "version": "7.18.6",
  1357. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz",
  1358. "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==",
  1359. "dependencies": {
  1360. "@babel/helper-plugin-utils": "^7.18.6"
  1361. },
  1362. "engines": {
  1363. "node": ">=6.9.0"
  1364. },
  1365. "peerDependencies": {
  1366. "@babel/core": "^7.0.0-0"
  1367. }
  1368. },
  1369. "node_modules/@babel/plugin-transform-object-super": {
  1370. "version": "7.18.6",
  1371. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz",
  1372. "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==",
  1373. "dependencies": {
  1374. "@babel/helper-plugin-utils": "^7.18.6",
  1375. "@babel/helper-replace-supers": "^7.18.6"
  1376. },
  1377. "engines": {
  1378. "node": ">=6.9.0"
  1379. },
  1380. "peerDependencies": {
  1381. "@babel/core": "^7.0.0-0"
  1382. }
  1383. },
  1384. "node_modules/@babel/plugin-transform-parameters": {
  1385. "version": "7.20.7",
  1386. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.7.tgz",
  1387. "integrity": "sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==",
  1388. "dependencies": {
  1389. "@babel/helper-plugin-utils": "^7.20.2"
  1390. },
  1391. "engines": {
  1392. "node": ">=6.9.0"
  1393. },
  1394. "peerDependencies": {
  1395. "@babel/core": "^7.0.0-0"
  1396. }
  1397. },
  1398. "node_modules/@babel/plugin-transform-property-literals": {
  1399. "version": "7.18.6",
  1400. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz",
  1401. "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==",
  1402. "dependencies": {
  1403. "@babel/helper-plugin-utils": "^7.18.6"
  1404. },
  1405. "engines": {
  1406. "node": ">=6.9.0"
  1407. },
  1408. "peerDependencies": {
  1409. "@babel/core": "^7.0.0-0"
  1410. }
  1411. },
  1412. "node_modules/@babel/plugin-transform-react-constant-elements": {
  1413. "version": "7.20.2",
  1414. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.20.2.tgz",
  1415. "integrity": "sha512-KS/G8YI8uwMGKErLFOHS/ekhqdHhpEloxs43NecQHVgo2QuQSyJhGIY1fL8UGl9wy5ItVwwoUL4YxVqsplGq2g==",
  1416. "dependencies": {
  1417. "@babel/helper-plugin-utils": "^7.20.2"
  1418. },
  1419. "engines": {
  1420. "node": ">=6.9.0"
  1421. },
  1422. "peerDependencies": {
  1423. "@babel/core": "^7.0.0-0"
  1424. }
  1425. },
  1426. "node_modules/@babel/plugin-transform-react-display-name": {
  1427. "version": "7.18.6",
  1428. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz",
  1429. "integrity": "sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==",
  1430. "dependencies": {
  1431. "@babel/helper-plugin-utils": "^7.18.6"
  1432. },
  1433. "engines": {
  1434. "node": ">=6.9.0"
  1435. },
  1436. "peerDependencies": {
  1437. "@babel/core": "^7.0.0-0"
  1438. }
  1439. },
  1440. "node_modules/@babel/plugin-transform-react-jsx": {
  1441. "version": "7.20.13",
  1442. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.20.13.tgz",
  1443. "integrity": "sha512-MmTZx/bkUrfJhhYAYt3Urjm+h8DQGrPrnKQ94jLo7NLuOU+T89a7IByhKmrb8SKhrIYIQ0FN0CHMbnFRen4qNw==",
  1444. "dependencies": {
  1445. "@babel/helper-annotate-as-pure": "^7.18.6",
  1446. "@babel/helper-module-imports": "^7.18.6",
  1447. "@babel/helper-plugin-utils": "^7.20.2",
  1448. "@babel/plugin-syntax-jsx": "^7.18.6",
  1449. "@babel/types": "^7.20.7"
  1450. },
  1451. "engines": {
  1452. "node": ">=6.9.0"
  1453. },
  1454. "peerDependencies": {
  1455. "@babel/core": "^7.0.0-0"
  1456. }
  1457. },
  1458. "node_modules/@babel/plugin-transform-react-jsx-development": {
  1459. "version": "7.18.6",
  1460. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz",
  1461. "integrity": "sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==",
  1462. "dependencies": {
  1463. "@babel/plugin-transform-react-jsx": "^7.18.6"
  1464. },
  1465. "engines": {
  1466. "node": ">=6.9.0"
  1467. },
  1468. "peerDependencies": {
  1469. "@babel/core": "^7.0.0-0"
  1470. }
  1471. },
  1472. "node_modules/@babel/plugin-transform-react-pure-annotations": {
  1473. "version": "7.18.6",
  1474. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz",
  1475. "integrity": "sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==",
  1476. "dependencies": {
  1477. "@babel/helper-annotate-as-pure": "^7.18.6",
  1478. "@babel/helper-plugin-utils": "^7.18.6"
  1479. },
  1480. "engines": {
  1481. "node": ">=6.9.0"
  1482. },
  1483. "peerDependencies": {
  1484. "@babel/core": "^7.0.0-0"
  1485. }
  1486. },
  1487. "node_modules/@babel/plugin-transform-regenerator": {
  1488. "version": "7.20.5",
  1489. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz",
  1490. "integrity": "sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==",
  1491. "dependencies": {
  1492. "@babel/helper-plugin-utils": "^7.20.2",
  1493. "regenerator-transform": "^0.15.1"
  1494. },
  1495. "engines": {
  1496. "node": ">=6.9.0"
  1497. },
  1498. "peerDependencies": {
  1499. "@babel/core": "^7.0.0-0"
  1500. }
  1501. },
  1502. "node_modules/@babel/plugin-transform-reserved-words": {
  1503. "version": "7.18.6",
  1504. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz",
  1505. "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==",
  1506. "dependencies": {
  1507. "@babel/helper-plugin-utils": "^7.18.6"
  1508. },
  1509. "engines": {
  1510. "node": ">=6.9.0"
  1511. },
  1512. "peerDependencies": {
  1513. "@babel/core": "^7.0.0-0"
  1514. }
  1515. },
  1516. "node_modules/@babel/plugin-transform-runtime": {
  1517. "version": "7.19.6",
  1518. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz",
  1519. "integrity": "sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==",
  1520. "dependencies": {
  1521. "@babel/helper-module-imports": "^7.18.6",
  1522. "@babel/helper-plugin-utils": "^7.19.0",
  1523. "babel-plugin-polyfill-corejs2": "^0.3.3",
  1524. "babel-plugin-polyfill-corejs3": "^0.6.0",
  1525. "babel-plugin-polyfill-regenerator": "^0.4.1",
  1526. "semver": "^6.3.0"
  1527. },
  1528. "engines": {
  1529. "node": ">=6.9.0"
  1530. },
  1531. "peerDependencies": {
  1532. "@babel/core": "^7.0.0-0"
  1533. }
  1534. },
  1535. "node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
  1536. "version": "6.3.0",
  1537. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  1538. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  1539. "bin": {
  1540. "semver": "bin/semver.js"
  1541. }
  1542. },
  1543. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1544. "version": "7.18.6",
  1545. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz",
  1546. "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==",
  1547. "dependencies": {
  1548. "@babel/helper-plugin-utils": "^7.18.6"
  1549. },
  1550. "engines": {
  1551. "node": ">=6.9.0"
  1552. },
  1553. "peerDependencies": {
  1554. "@babel/core": "^7.0.0-0"
  1555. }
  1556. },
  1557. "node_modules/@babel/plugin-transform-spread": {
  1558. "version": "7.20.7",
  1559. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz",
  1560. "integrity": "sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==",
  1561. "dependencies": {
  1562. "@babel/helper-plugin-utils": "^7.20.2",
  1563. "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0"
  1564. },
  1565. "engines": {
  1566. "node": ">=6.9.0"
  1567. },
  1568. "peerDependencies": {
  1569. "@babel/core": "^7.0.0-0"
  1570. }
  1571. },
  1572. "node_modules/@babel/plugin-transform-sticky-regex": {
  1573. "version": "7.18.6",
  1574. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz",
  1575. "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==",
  1576. "dependencies": {
  1577. "@babel/helper-plugin-utils": "^7.18.6"
  1578. },
  1579. "engines": {
  1580. "node": ">=6.9.0"
  1581. },
  1582. "peerDependencies": {
  1583. "@babel/core": "^7.0.0-0"
  1584. }
  1585. },
  1586. "node_modules/@babel/plugin-transform-template-literals": {
  1587. "version": "7.18.9",
  1588. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz",
  1589. "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==",
  1590. "dependencies": {
  1591. "@babel/helper-plugin-utils": "^7.18.9"
  1592. },
  1593. "engines": {
  1594. "node": ">=6.9.0"
  1595. },
  1596. "peerDependencies": {
  1597. "@babel/core": "^7.0.0-0"
  1598. }
  1599. },
  1600. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1601. "version": "7.18.9",
  1602. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz",
  1603. "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==",
  1604. "dependencies": {
  1605. "@babel/helper-plugin-utils": "^7.18.9"
  1606. },
  1607. "engines": {
  1608. "node": ">=6.9.0"
  1609. },
  1610. "peerDependencies": {
  1611. "@babel/core": "^7.0.0-0"
  1612. }
  1613. },
  1614. "node_modules/@babel/plugin-transform-typescript": {
  1615. "version": "7.20.13",
  1616. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.13.tgz",
  1617. "integrity": "sha512-O7I/THxarGcDZxkgWKMUrk7NK1/WbHAg3Xx86gqS6x9MTrNL6AwIluuZ96ms4xeDe6AVx6rjHbWHP7x26EPQBA==",
  1618. "dependencies": {
  1619. "@babel/helper-create-class-features-plugin": "^7.20.12",
  1620. "@babel/helper-plugin-utils": "^7.20.2",
  1621. "@babel/plugin-syntax-typescript": "^7.20.0"
  1622. },
  1623. "engines": {
  1624. "node": ">=6.9.0"
  1625. },
  1626. "peerDependencies": {
  1627. "@babel/core": "^7.0.0-0"
  1628. }
  1629. },
  1630. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1631. "version": "7.18.10",
  1632. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz",
  1633. "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==",
  1634. "dependencies": {
  1635. "@babel/helper-plugin-utils": "^7.18.9"
  1636. },
  1637. "engines": {
  1638. "node": ">=6.9.0"
  1639. },
  1640. "peerDependencies": {
  1641. "@babel/core": "^7.0.0-0"
  1642. }
  1643. },
  1644. "node_modules/@babel/plugin-transform-unicode-regex": {
  1645. "version": "7.18.6",
  1646. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz",
  1647. "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==",
  1648. "dependencies": {
  1649. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  1650. "@babel/helper-plugin-utils": "^7.18.6"
  1651. },
  1652. "engines": {
  1653. "node": ">=6.9.0"
  1654. },
  1655. "peerDependencies": {
  1656. "@babel/core": "^7.0.0-0"
  1657. }
  1658. },
  1659. "node_modules/@babel/preset-env": {
  1660. "version": "7.20.2",
  1661. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.20.2.tgz",
  1662. "integrity": "sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==",
  1663. "dependencies": {
  1664. "@babel/compat-data": "^7.20.1",
  1665. "@babel/helper-compilation-targets": "^7.20.0",
  1666. "@babel/helper-plugin-utils": "^7.20.2",
  1667. "@babel/helper-validator-option": "^7.18.6",
  1668. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
  1669. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9",
  1670. "@babel/plugin-proposal-async-generator-functions": "^7.20.1",
  1671. "@babel/plugin-proposal-class-properties": "^7.18.6",
  1672. "@babel/plugin-proposal-class-static-block": "^7.18.6",
  1673. "@babel/plugin-proposal-dynamic-import": "^7.18.6",
  1674. "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
  1675. "@babel/plugin-proposal-json-strings": "^7.18.6",
  1676. "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9",
  1677. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
  1678. "@babel/plugin-proposal-numeric-separator": "^7.18.6",
  1679. "@babel/plugin-proposal-object-rest-spread": "^7.20.2",
  1680. "@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
  1681. "@babel/plugin-proposal-optional-chaining": "^7.18.9",
  1682. "@babel/plugin-proposal-private-methods": "^7.18.6",
  1683. "@babel/plugin-proposal-private-property-in-object": "^7.18.6",
  1684. "@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
  1685. "@babel/plugin-syntax-async-generators": "^7.8.4",
  1686. "@babel/plugin-syntax-class-properties": "^7.12.13",
  1687. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  1688. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  1689. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1690. "@babel/plugin-syntax-import-assertions": "^7.20.0",
  1691. "@babel/plugin-syntax-json-strings": "^7.8.3",
  1692. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1693. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  1694. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1695. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1696. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  1697. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  1698. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  1699. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  1700. "@babel/plugin-transform-arrow-functions": "^7.18.6",
  1701. "@babel/plugin-transform-async-to-generator": "^7.18.6",
  1702. "@babel/plugin-transform-block-scoped-functions": "^7.18.6",
  1703. "@babel/plugin-transform-block-scoping": "^7.20.2",
  1704. "@babel/plugin-transform-classes": "^7.20.2",
  1705. "@babel/plugin-transform-computed-properties": "^7.18.9",
  1706. "@babel/plugin-transform-destructuring": "^7.20.2",
  1707. "@babel/plugin-transform-dotall-regex": "^7.18.6",
  1708. "@babel/plugin-transform-duplicate-keys": "^7.18.9",
  1709. "@babel/plugin-transform-exponentiation-operator": "^7.18.6",
  1710. "@babel/plugin-transform-for-of": "^7.18.8",
  1711. "@babel/plugin-transform-function-name": "^7.18.9",
  1712. "@babel/plugin-transform-literals": "^7.18.9",
  1713. "@babel/plugin-transform-member-expression-literals": "^7.18.6",
  1714. "@babel/plugin-transform-modules-amd": "^7.19.6",
  1715. "@babel/plugin-transform-modules-commonjs": "^7.19.6",
  1716. "@babel/plugin-transform-modules-systemjs": "^7.19.6",
  1717. "@babel/plugin-transform-modules-umd": "^7.18.6",
  1718. "@babel/plugin-transform-named-capturing-groups-regex": "^7.19.1",
  1719. "@babel/plugin-transform-new-target": "^7.18.6",
  1720. "@babel/plugin-transform-object-super": "^7.18.6",
  1721. "@babel/plugin-transform-parameters": "^7.20.1",
  1722. "@babel/plugin-transform-property-literals": "^7.18.6",
  1723. "@babel/plugin-transform-regenerator": "^7.18.6",
  1724. "@babel/plugin-transform-reserved-words": "^7.18.6",
  1725. "@babel/plugin-transform-shorthand-properties": "^7.18.6",
  1726. "@babel/plugin-transform-spread": "^7.19.0",
  1727. "@babel/plugin-transform-sticky-regex": "^7.18.6",
  1728. "@babel/plugin-transform-template-literals": "^7.18.9",
  1729. "@babel/plugin-transform-typeof-symbol": "^7.18.9",
  1730. "@babel/plugin-transform-unicode-escapes": "^7.18.10",
  1731. "@babel/plugin-transform-unicode-regex": "^7.18.6",
  1732. "@babel/preset-modules": "^0.1.5",
  1733. "@babel/types": "^7.20.2",
  1734. "babel-plugin-polyfill-corejs2": "^0.3.3",
  1735. "babel-plugin-polyfill-corejs3": "^0.6.0",
  1736. "babel-plugin-polyfill-regenerator": "^0.4.1",
  1737. "core-js-compat": "^3.25.1",
  1738. "semver": "^6.3.0"
  1739. },
  1740. "engines": {
  1741. "node": ">=6.9.0"
  1742. },
  1743. "peerDependencies": {
  1744. "@babel/core": "^7.0.0-0"
  1745. }
  1746. },
  1747. "node_modules/@babel/preset-env/node_modules/semver": {
  1748. "version": "6.3.0",
  1749. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  1750. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  1751. "bin": {
  1752. "semver": "bin/semver.js"
  1753. }
  1754. },
  1755. "node_modules/@babel/preset-modules": {
  1756. "version": "0.1.5",
  1757. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
  1758. "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
  1759. "dependencies": {
  1760. "@babel/helper-plugin-utils": "^7.0.0",
  1761. "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
  1762. "@babel/plugin-transform-dotall-regex": "^7.4.4",
  1763. "@babel/types": "^7.4.4",
  1764. "esutils": "^2.0.2"
  1765. },
  1766. "peerDependencies": {
  1767. "@babel/core": "^7.0.0-0"
  1768. }
  1769. },
  1770. "node_modules/@babel/preset-react": {
  1771. "version": "7.18.6",
  1772. "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz",
  1773. "integrity": "sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==",
  1774. "dependencies": {
  1775. "@babel/helper-plugin-utils": "^7.18.6",
  1776. "@babel/helper-validator-option": "^7.18.6",
  1777. "@babel/plugin-transform-react-display-name": "^7.18.6",
  1778. "@babel/plugin-transform-react-jsx": "^7.18.6",
  1779. "@babel/plugin-transform-react-jsx-development": "^7.18.6",
  1780. "@babel/plugin-transform-react-pure-annotations": "^7.18.6"
  1781. },
  1782. "engines": {
  1783. "node": ">=6.9.0"
  1784. },
  1785. "peerDependencies": {
  1786. "@babel/core": "^7.0.0-0"
  1787. }
  1788. },
  1789. "node_modules/@babel/preset-typescript": {
  1790. "version": "7.18.6",
  1791. "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.18.6.tgz",
  1792. "integrity": "sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==",
  1793. "dependencies": {
  1794. "@babel/helper-plugin-utils": "^7.18.6",
  1795. "@babel/helper-validator-option": "^7.18.6",
  1796. "@babel/plugin-transform-typescript": "^7.18.6"
  1797. },
  1798. "engines": {
  1799. "node": ">=6.9.0"
  1800. },
  1801. "peerDependencies": {
  1802. "@babel/core": "^7.0.0-0"
  1803. }
  1804. },
  1805. "node_modules/@babel/regjsgen": {
  1806. "version": "0.8.0",
  1807. "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
  1808. "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
  1809. },
  1810. "node_modules/@babel/runtime": {
  1811. "version": "7.20.13",
  1812. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.13.tgz",
  1813. "integrity": "sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA==",
  1814. "dependencies": {
  1815. "regenerator-runtime": "^0.13.11"
  1816. },
  1817. "engines": {
  1818. "node": ">=6.9.0"
  1819. }
  1820. },
  1821. "node_modules/@babel/template": {
  1822. "version": "7.20.7",
  1823. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz",
  1824. "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==",
  1825. "dependencies": {
  1826. "@babel/code-frame": "^7.18.6",
  1827. "@babel/parser": "^7.20.7",
  1828. "@babel/types": "^7.20.7"
  1829. },
  1830. "engines": {
  1831. "node": ">=6.9.0"
  1832. }
  1833. },
  1834. "node_modules/@babel/traverse": {
  1835. "version": "7.20.13",
  1836. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.13.tgz",
  1837. "integrity": "sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==",
  1838. "dependencies": {
  1839. "@babel/code-frame": "^7.18.6",
  1840. "@babel/generator": "^7.20.7",
  1841. "@babel/helper-environment-visitor": "^7.18.9",
  1842. "@babel/helper-function-name": "^7.19.0",
  1843. "@babel/helper-hoist-variables": "^7.18.6",
  1844. "@babel/helper-split-export-declaration": "^7.18.6",
  1845. "@babel/parser": "^7.20.13",
  1846. "@babel/types": "^7.20.7",
  1847. "debug": "^4.1.0",
  1848. "globals": "^11.1.0"
  1849. },
  1850. "engines": {
  1851. "node": ">=6.9.0"
  1852. }
  1853. },
  1854. "node_modules/@babel/types": {
  1855. "version": "7.20.7",
  1856. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz",
  1857. "integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==",
  1858. "dependencies": {
  1859. "@babel/helper-string-parser": "^7.19.4",
  1860. "@babel/helper-validator-identifier": "^7.19.1",
  1861. "to-fast-properties": "^2.0.0"
  1862. },
  1863. "engines": {
  1864. "node": ">=6.9.0"
  1865. }
  1866. },
  1867. "node_modules/@bcoe/v8-coverage": {
  1868. "version": "0.2.3",
  1869. "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
  1870. "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
  1871. },
  1872. "node_modules/@csstools/normalize.css": {
  1873. "version": "12.0.0",
  1874. "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz",
  1875. "integrity": "sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg=="
  1876. },
  1877. "node_modules/@csstools/postcss-cascade-layers": {
  1878. "version": "1.1.1",
  1879. "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz",
  1880. "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==",
  1881. "dependencies": {
  1882. "@csstools/selector-specificity": "^2.0.2",
  1883. "postcss-selector-parser": "^6.0.10"
  1884. },
  1885. "engines": {
  1886. "node": "^12 || ^14 || >=16"
  1887. },
  1888. "funding": {
  1889. "type": "opencollective",
  1890. "url": "https://opencollective.com/csstools"
  1891. },
  1892. "peerDependencies": {
  1893. "postcss": "^8.2"
  1894. }
  1895. },
  1896. "node_modules/@csstools/postcss-color-function": {
  1897. "version": "1.1.1",
  1898. "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz",
  1899. "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==",
  1900. "dependencies": {
  1901. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  1902. "postcss-value-parser": "^4.2.0"
  1903. },
  1904. "engines": {
  1905. "node": "^12 || ^14 || >=16"
  1906. },
  1907. "funding": {
  1908. "type": "opencollective",
  1909. "url": "https://opencollective.com/csstools"
  1910. },
  1911. "peerDependencies": {
  1912. "postcss": "^8.2"
  1913. }
  1914. },
  1915. "node_modules/@csstools/postcss-font-format-keywords": {
  1916. "version": "1.0.1",
  1917. "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz",
  1918. "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==",
  1919. "dependencies": {
  1920. "postcss-value-parser": "^4.2.0"
  1921. },
  1922. "engines": {
  1923. "node": "^12 || ^14 || >=16"
  1924. },
  1925. "funding": {
  1926. "type": "opencollective",
  1927. "url": "https://opencollective.com/csstools"
  1928. },
  1929. "peerDependencies": {
  1930. "postcss": "^8.2"
  1931. }
  1932. },
  1933. "node_modules/@csstools/postcss-hwb-function": {
  1934. "version": "1.0.2",
  1935. "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz",
  1936. "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==",
  1937. "dependencies": {
  1938. "postcss-value-parser": "^4.2.0"
  1939. },
  1940. "engines": {
  1941. "node": "^12 || ^14 || >=16"
  1942. },
  1943. "funding": {
  1944. "type": "opencollective",
  1945. "url": "https://opencollective.com/csstools"
  1946. },
  1947. "peerDependencies": {
  1948. "postcss": "^8.2"
  1949. }
  1950. },
  1951. "node_modules/@csstools/postcss-ic-unit": {
  1952. "version": "1.0.1",
  1953. "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz",
  1954. "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==",
  1955. "dependencies": {
  1956. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  1957. "postcss-value-parser": "^4.2.0"
  1958. },
  1959. "engines": {
  1960. "node": "^12 || ^14 || >=16"
  1961. },
  1962. "funding": {
  1963. "type": "opencollective",
  1964. "url": "https://opencollective.com/csstools"
  1965. },
  1966. "peerDependencies": {
  1967. "postcss": "^8.2"
  1968. }
  1969. },
  1970. "node_modules/@csstools/postcss-is-pseudo-class": {
  1971. "version": "2.0.7",
  1972. "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz",
  1973. "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==",
  1974. "dependencies": {
  1975. "@csstools/selector-specificity": "^2.0.0",
  1976. "postcss-selector-parser": "^6.0.10"
  1977. },
  1978. "engines": {
  1979. "node": "^12 || ^14 || >=16"
  1980. },
  1981. "funding": {
  1982. "type": "opencollective",
  1983. "url": "https://opencollective.com/csstools"
  1984. },
  1985. "peerDependencies": {
  1986. "postcss": "^8.2"
  1987. }
  1988. },
  1989. "node_modules/@csstools/postcss-nested-calc": {
  1990. "version": "1.0.0",
  1991. "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz",
  1992. "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==",
  1993. "dependencies": {
  1994. "postcss-value-parser": "^4.2.0"
  1995. },
  1996. "engines": {
  1997. "node": "^12 || ^14 || >=16"
  1998. },
  1999. "funding": {
  2000. "type": "opencollective",
  2001. "url": "https://opencollective.com/csstools"
  2002. },
  2003. "peerDependencies": {
  2004. "postcss": "^8.2"
  2005. }
  2006. },
  2007. "node_modules/@csstools/postcss-normalize-display-values": {
  2008. "version": "1.0.1",
  2009. "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz",
  2010. "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==",
  2011. "dependencies": {
  2012. "postcss-value-parser": "^4.2.0"
  2013. },
  2014. "engines": {
  2015. "node": "^12 || ^14 || >=16"
  2016. },
  2017. "funding": {
  2018. "type": "opencollective",
  2019. "url": "https://opencollective.com/csstools"
  2020. },
  2021. "peerDependencies": {
  2022. "postcss": "^8.2"
  2023. }
  2024. },
  2025. "node_modules/@csstools/postcss-oklab-function": {
  2026. "version": "1.1.1",
  2027. "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz",
  2028. "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==",
  2029. "dependencies": {
  2030. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  2031. "postcss-value-parser": "^4.2.0"
  2032. },
  2033. "engines": {
  2034. "node": "^12 || ^14 || >=16"
  2035. },
  2036. "funding": {
  2037. "type": "opencollective",
  2038. "url": "https://opencollective.com/csstools"
  2039. },
  2040. "peerDependencies": {
  2041. "postcss": "^8.2"
  2042. }
  2043. },
  2044. "node_modules/@csstools/postcss-progressive-custom-properties": {
  2045. "version": "1.3.0",
  2046. "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz",
  2047. "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==",
  2048. "dependencies": {
  2049. "postcss-value-parser": "^4.2.0"
  2050. },
  2051. "engines": {
  2052. "node": "^12 || ^14 || >=16"
  2053. },
  2054. "peerDependencies": {
  2055. "postcss": "^8.3"
  2056. }
  2057. },
  2058. "node_modules/@csstools/postcss-stepped-value-functions": {
  2059. "version": "1.0.1",
  2060. "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz",
  2061. "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==",
  2062. "dependencies": {
  2063. "postcss-value-parser": "^4.2.0"
  2064. },
  2065. "engines": {
  2066. "node": "^12 || ^14 || >=16"
  2067. },
  2068. "funding": {
  2069. "type": "opencollective",
  2070. "url": "https://opencollective.com/csstools"
  2071. },
  2072. "peerDependencies": {
  2073. "postcss": "^8.2"
  2074. }
  2075. },
  2076. "node_modules/@csstools/postcss-text-decoration-shorthand": {
  2077. "version": "1.0.0",
  2078. "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz",
  2079. "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==",
  2080. "dependencies": {
  2081. "postcss-value-parser": "^4.2.0"
  2082. },
  2083. "engines": {
  2084. "node": "^12 || ^14 || >=16"
  2085. },
  2086. "funding": {
  2087. "type": "opencollective",
  2088. "url": "https://opencollective.com/csstools"
  2089. },
  2090. "peerDependencies": {
  2091. "postcss": "^8.2"
  2092. }
  2093. },
  2094. "node_modules/@csstools/postcss-trigonometric-functions": {
  2095. "version": "1.0.2",
  2096. "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz",
  2097. "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==",
  2098. "dependencies": {
  2099. "postcss-value-parser": "^4.2.0"
  2100. },
  2101. "engines": {
  2102. "node": "^14 || >=16"
  2103. },
  2104. "funding": {
  2105. "type": "opencollective",
  2106. "url": "https://opencollective.com/csstools"
  2107. },
  2108. "peerDependencies": {
  2109. "postcss": "^8.2"
  2110. }
  2111. },
  2112. "node_modules/@csstools/postcss-unset-value": {
  2113. "version": "1.0.2",
  2114. "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz",
  2115. "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==",
  2116. "engines": {
  2117. "node": "^12 || ^14 || >=16"
  2118. },
  2119. "funding": {
  2120. "type": "opencollective",
  2121. "url": "https://opencollective.com/csstools"
  2122. },
  2123. "peerDependencies": {
  2124. "postcss": "^8.2"
  2125. }
  2126. },
  2127. "node_modules/@csstools/selector-specificity": {
  2128. "version": "2.1.1",
  2129. "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.1.1.tgz",
  2130. "integrity": "sha512-jwx+WCqszn53YHOfvFMJJRd/B2GqkCBt+1MJSG6o5/s8+ytHMvDZXsJgUEWLk12UnLd7HYKac4BYU5i/Ron1Cw==",
  2131. "engines": {
  2132. "node": "^14 || ^16 || >=18"
  2133. },
  2134. "funding": {
  2135. "type": "opencollective",
  2136. "url": "https://opencollective.com/csstools"
  2137. },
  2138. "peerDependencies": {
  2139. "postcss": "^8.4",
  2140. "postcss-selector-parser": "^6.0.10"
  2141. }
  2142. },
  2143. "node_modules/@emotion/is-prop-valid": {
  2144. "version": "1.2.0",
  2145. "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.0.tgz",
  2146. "integrity": "sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg==",
  2147. "dependencies": {
  2148. "@emotion/memoize": "^0.8.0"
  2149. }
  2150. },
  2151. "node_modules/@emotion/memoize": {
  2152. "version": "0.8.0",
  2153. "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz",
  2154. "integrity": "sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA=="
  2155. },
  2156. "node_modules/@emotion/stylis": {
  2157. "version": "0.8.5",
  2158. "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz",
  2159. "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ=="
  2160. },
  2161. "node_modules/@emotion/unitless": {
  2162. "version": "0.7.5",
  2163. "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
  2164. "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
  2165. },
  2166. "node_modules/@eslint/eslintrc": {
  2167. "version": "1.4.1",
  2168. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz",
  2169. "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==",
  2170. "dependencies": {
  2171. "ajv": "^6.12.4",
  2172. "debug": "^4.3.2",
  2173. "espree": "^9.4.0",
  2174. "globals": "^13.19.0",
  2175. "ignore": "^5.2.0",
  2176. "import-fresh": "^3.2.1",
  2177. "js-yaml": "^4.1.0",
  2178. "minimatch": "^3.1.2",
  2179. "strip-json-comments": "^3.1.1"
  2180. },
  2181. "engines": {
  2182. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2183. },
  2184. "funding": {
  2185. "url": "https://opencollective.com/eslint"
  2186. }
  2187. },
  2188. "node_modules/@eslint/eslintrc/node_modules/argparse": {
  2189. "version": "2.0.1",
  2190. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2191. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  2192. },
  2193. "node_modules/@eslint/eslintrc/node_modules/globals": {
  2194. "version": "13.20.0",
  2195. "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
  2196. "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
  2197. "dependencies": {
  2198. "type-fest": "^0.20.2"
  2199. },
  2200. "engines": {
  2201. "node": ">=8"
  2202. },
  2203. "funding": {
  2204. "url": "https://github.com/sponsors/sindresorhus"
  2205. }
  2206. },
  2207. "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
  2208. "version": "4.1.0",
  2209. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  2210. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  2211. "dependencies": {
  2212. "argparse": "^2.0.1"
  2213. },
  2214. "bin": {
  2215. "js-yaml": "bin/js-yaml.js"
  2216. }
  2217. },
  2218. "node_modules/@eslint/eslintrc/node_modules/type-fest": {
  2219. "version": "0.20.2",
  2220. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  2221. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  2222. "engines": {
  2223. "node": ">=10"
  2224. },
  2225. "funding": {
  2226. "url": "https://github.com/sponsors/sindresorhus"
  2227. }
  2228. },
  2229. "node_modules/@humanwhocodes/config-array": {
  2230. "version": "0.11.8",
  2231. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz",
  2232. "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==",
  2233. "dependencies": {
  2234. "@humanwhocodes/object-schema": "^1.2.1",
  2235. "debug": "^4.1.1",
  2236. "minimatch": "^3.0.5"
  2237. },
  2238. "engines": {
  2239. "node": ">=10.10.0"
  2240. }
  2241. },
  2242. "node_modules/@humanwhocodes/module-importer": {
  2243. "version": "1.0.1",
  2244. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  2245. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  2246. "engines": {
  2247. "node": ">=12.22"
  2248. },
  2249. "funding": {
  2250. "type": "github",
  2251. "url": "https://github.com/sponsors/nzakas"
  2252. }
  2253. },
  2254. "node_modules/@humanwhocodes/object-schema": {
  2255. "version": "1.2.1",
  2256. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
  2257. "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
  2258. },
  2259. "node_modules/@istanbuljs/load-nyc-config": {
  2260. "version": "1.1.0",
  2261. "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  2262. "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  2263. "dependencies": {
  2264. "camelcase": "^5.3.1",
  2265. "find-up": "^4.1.0",
  2266. "get-package-type": "^0.1.0",
  2267. "js-yaml": "^3.13.1",
  2268. "resolve-from": "^5.0.0"
  2269. },
  2270. "engines": {
  2271. "node": ">=8"
  2272. }
  2273. },
  2274. "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
  2275. "version": "5.3.1",
  2276. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  2277. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  2278. "engines": {
  2279. "node": ">=6"
  2280. }
  2281. },
  2282. "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
  2283. "version": "4.1.0",
  2284. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  2285. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  2286. "dependencies": {
  2287. "locate-path": "^5.0.0",
  2288. "path-exists": "^4.0.0"
  2289. },
  2290. "engines": {
  2291. "node": ">=8"
  2292. }
  2293. },
  2294. "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
  2295. "version": "5.0.0",
  2296. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  2297. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  2298. "dependencies": {
  2299. "p-locate": "^4.1.0"
  2300. },
  2301. "engines": {
  2302. "node": ">=8"
  2303. }
  2304. },
  2305. "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": {
  2306. "version": "2.3.0",
  2307. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  2308. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  2309. "dependencies": {
  2310. "p-try": "^2.0.0"
  2311. },
  2312. "engines": {
  2313. "node": ">=6"
  2314. },
  2315. "funding": {
  2316. "url": "https://github.com/sponsors/sindresorhus"
  2317. }
  2318. },
  2319. "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
  2320. "version": "4.1.0",
  2321. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  2322. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  2323. "dependencies": {
  2324. "p-limit": "^2.2.0"
  2325. },
  2326. "engines": {
  2327. "node": ">=8"
  2328. }
  2329. },
  2330. "node_modules/@istanbuljs/schema": {
  2331. "version": "0.1.3",
  2332. "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
  2333. "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
  2334. "engines": {
  2335. "node": ">=8"
  2336. }
  2337. },
  2338. "node_modules/@jest/console": {
  2339. "version": "27.5.1",
  2340. "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
  2341. "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
  2342. "dependencies": {
  2343. "@jest/types": "^27.5.1",
  2344. "@types/node": "*",
  2345. "chalk": "^4.0.0",
  2346. "jest-message-util": "^27.5.1",
  2347. "jest-util": "^27.5.1",
  2348. "slash": "^3.0.0"
  2349. },
  2350. "engines": {
  2351. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2352. }
  2353. },
  2354. "node_modules/@jest/console/node_modules/ansi-styles": {
  2355. "version": "4.3.0",
  2356. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2357. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2358. "dependencies": {
  2359. "color-convert": "^2.0.1"
  2360. },
  2361. "engines": {
  2362. "node": ">=8"
  2363. },
  2364. "funding": {
  2365. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2366. }
  2367. },
  2368. "node_modules/@jest/console/node_modules/chalk": {
  2369. "version": "4.1.2",
  2370. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2371. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2372. "dependencies": {
  2373. "ansi-styles": "^4.1.0",
  2374. "supports-color": "^7.1.0"
  2375. },
  2376. "engines": {
  2377. "node": ">=10"
  2378. },
  2379. "funding": {
  2380. "url": "https://github.com/chalk/chalk?sponsor=1"
  2381. }
  2382. },
  2383. "node_modules/@jest/console/node_modules/color-convert": {
  2384. "version": "2.0.1",
  2385. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2386. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2387. "dependencies": {
  2388. "color-name": "~1.1.4"
  2389. },
  2390. "engines": {
  2391. "node": ">=7.0.0"
  2392. }
  2393. },
  2394. "node_modules/@jest/console/node_modules/color-name": {
  2395. "version": "1.1.4",
  2396. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2397. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2398. },
  2399. "node_modules/@jest/console/node_modules/has-flag": {
  2400. "version": "4.0.0",
  2401. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  2402. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  2403. "engines": {
  2404. "node": ">=8"
  2405. }
  2406. },
  2407. "node_modules/@jest/console/node_modules/supports-color": {
  2408. "version": "7.2.0",
  2409. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  2410. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  2411. "dependencies": {
  2412. "has-flag": "^4.0.0"
  2413. },
  2414. "engines": {
  2415. "node": ">=8"
  2416. }
  2417. },
  2418. "node_modules/@jest/core": {
  2419. "version": "27.5.1",
  2420. "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
  2421. "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
  2422. "dependencies": {
  2423. "@jest/console": "^27.5.1",
  2424. "@jest/reporters": "^27.5.1",
  2425. "@jest/test-result": "^27.5.1",
  2426. "@jest/transform": "^27.5.1",
  2427. "@jest/types": "^27.5.1",
  2428. "@types/node": "*",
  2429. "ansi-escapes": "^4.2.1",
  2430. "chalk": "^4.0.0",
  2431. "emittery": "^0.8.1",
  2432. "exit": "^0.1.2",
  2433. "graceful-fs": "^4.2.9",
  2434. "jest-changed-files": "^27.5.1",
  2435. "jest-config": "^27.5.1",
  2436. "jest-haste-map": "^27.5.1",
  2437. "jest-message-util": "^27.5.1",
  2438. "jest-regex-util": "^27.5.1",
  2439. "jest-resolve": "^27.5.1",
  2440. "jest-resolve-dependencies": "^27.5.1",
  2441. "jest-runner": "^27.5.1",
  2442. "jest-runtime": "^27.5.1",
  2443. "jest-snapshot": "^27.5.1",
  2444. "jest-util": "^27.5.1",
  2445. "jest-validate": "^27.5.1",
  2446. "jest-watcher": "^27.5.1",
  2447. "micromatch": "^4.0.4",
  2448. "rimraf": "^3.0.0",
  2449. "slash": "^3.0.0",
  2450. "strip-ansi": "^6.0.0"
  2451. },
  2452. "engines": {
  2453. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2454. },
  2455. "peerDependencies": {
  2456. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2457. },
  2458. "peerDependenciesMeta": {
  2459. "node-notifier": {
  2460. "optional": true
  2461. }
  2462. }
  2463. },
  2464. "node_modules/@jest/core/node_modules/ansi-styles": {
  2465. "version": "4.3.0",
  2466. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2467. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2468. "dependencies": {
  2469. "color-convert": "^2.0.1"
  2470. },
  2471. "engines": {
  2472. "node": ">=8"
  2473. },
  2474. "funding": {
  2475. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2476. }
  2477. },
  2478. "node_modules/@jest/core/node_modules/chalk": {
  2479. "version": "4.1.2",
  2480. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2481. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2482. "dependencies": {
  2483. "ansi-styles": "^4.1.0",
  2484. "supports-color": "^7.1.0"
  2485. },
  2486. "engines": {
  2487. "node": ">=10"
  2488. },
  2489. "funding": {
  2490. "url": "https://github.com/chalk/chalk?sponsor=1"
  2491. }
  2492. },
  2493. "node_modules/@jest/core/node_modules/color-convert": {
  2494. "version": "2.0.1",
  2495. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2496. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2497. "dependencies": {
  2498. "color-name": "~1.1.4"
  2499. },
  2500. "engines": {
  2501. "node": ">=7.0.0"
  2502. }
  2503. },
  2504. "node_modules/@jest/core/node_modules/color-name": {
  2505. "version": "1.1.4",
  2506. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2507. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2508. },
  2509. "node_modules/@jest/core/node_modules/has-flag": {
  2510. "version": "4.0.0",
  2511. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  2512. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  2513. "engines": {
  2514. "node": ">=8"
  2515. }
  2516. },
  2517. "node_modules/@jest/core/node_modules/supports-color": {
  2518. "version": "7.2.0",
  2519. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  2520. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  2521. "dependencies": {
  2522. "has-flag": "^4.0.0"
  2523. },
  2524. "engines": {
  2525. "node": ">=8"
  2526. }
  2527. },
  2528. "node_modules/@jest/environment": {
  2529. "version": "27.5.1",
  2530. "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
  2531. "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
  2532. "dependencies": {
  2533. "@jest/fake-timers": "^27.5.1",
  2534. "@jest/types": "^27.5.1",
  2535. "@types/node": "*",
  2536. "jest-mock": "^27.5.1"
  2537. },
  2538. "engines": {
  2539. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2540. }
  2541. },
  2542. "node_modules/@jest/fake-timers": {
  2543. "version": "27.5.1",
  2544. "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
  2545. "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
  2546. "dependencies": {
  2547. "@jest/types": "^27.5.1",
  2548. "@sinonjs/fake-timers": "^8.0.1",
  2549. "@types/node": "*",
  2550. "jest-message-util": "^27.5.1",
  2551. "jest-mock": "^27.5.1",
  2552. "jest-util": "^27.5.1"
  2553. },
  2554. "engines": {
  2555. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2556. }
  2557. },
  2558. "node_modules/@jest/globals": {
  2559. "version": "27.5.1",
  2560. "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
  2561. "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
  2562. "dependencies": {
  2563. "@jest/environment": "^27.5.1",
  2564. "@jest/types": "^27.5.1",
  2565. "expect": "^27.5.1"
  2566. },
  2567. "engines": {
  2568. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2569. }
  2570. },
  2571. "node_modules/@jest/reporters": {
  2572. "version": "27.5.1",
  2573. "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
  2574. "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
  2575. "dependencies": {
  2576. "@bcoe/v8-coverage": "^0.2.3",
  2577. "@jest/console": "^27.5.1",
  2578. "@jest/test-result": "^27.5.1",
  2579. "@jest/transform": "^27.5.1",
  2580. "@jest/types": "^27.5.1",
  2581. "@types/node": "*",
  2582. "chalk": "^4.0.0",
  2583. "collect-v8-coverage": "^1.0.0",
  2584. "exit": "^0.1.2",
  2585. "glob": "^7.1.2",
  2586. "graceful-fs": "^4.2.9",
  2587. "istanbul-lib-coverage": "^3.0.0",
  2588. "istanbul-lib-instrument": "^5.1.0",
  2589. "istanbul-lib-report": "^3.0.0",
  2590. "istanbul-lib-source-maps": "^4.0.0",
  2591. "istanbul-reports": "^3.1.3",
  2592. "jest-haste-map": "^27.5.1",
  2593. "jest-resolve": "^27.5.1",
  2594. "jest-util": "^27.5.1",
  2595. "jest-worker": "^27.5.1",
  2596. "slash": "^3.0.0",
  2597. "source-map": "^0.6.0",
  2598. "string-length": "^4.0.1",
  2599. "terminal-link": "^2.0.0",
  2600. "v8-to-istanbul": "^8.1.0"
  2601. },
  2602. "engines": {
  2603. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2604. },
  2605. "peerDependencies": {
  2606. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2607. },
  2608. "peerDependenciesMeta": {
  2609. "node-notifier": {
  2610. "optional": true
  2611. }
  2612. }
  2613. },
  2614. "node_modules/@jest/reporters/node_modules/ansi-styles": {
  2615. "version": "4.3.0",
  2616. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2617. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2618. "dependencies": {
  2619. "color-convert": "^2.0.1"
  2620. },
  2621. "engines": {
  2622. "node": ">=8"
  2623. },
  2624. "funding": {
  2625. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2626. }
  2627. },
  2628. "node_modules/@jest/reporters/node_modules/chalk": {
  2629. "version": "4.1.2",
  2630. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2631. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2632. "dependencies": {
  2633. "ansi-styles": "^4.1.0",
  2634. "supports-color": "^7.1.0"
  2635. },
  2636. "engines": {
  2637. "node": ">=10"
  2638. },
  2639. "funding": {
  2640. "url": "https://github.com/chalk/chalk?sponsor=1"
  2641. }
  2642. },
  2643. "node_modules/@jest/reporters/node_modules/color-convert": {
  2644. "version": "2.0.1",
  2645. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2646. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2647. "dependencies": {
  2648. "color-name": "~1.1.4"
  2649. },
  2650. "engines": {
  2651. "node": ">=7.0.0"
  2652. }
  2653. },
  2654. "node_modules/@jest/reporters/node_modules/color-name": {
  2655. "version": "1.1.4",
  2656. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2657. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2658. },
  2659. "node_modules/@jest/reporters/node_modules/has-flag": {
  2660. "version": "4.0.0",
  2661. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  2662. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  2663. "engines": {
  2664. "node": ">=8"
  2665. }
  2666. },
  2667. "node_modules/@jest/reporters/node_modules/source-map": {
  2668. "version": "0.6.1",
  2669. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  2670. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  2671. "engines": {
  2672. "node": ">=0.10.0"
  2673. }
  2674. },
  2675. "node_modules/@jest/reporters/node_modules/supports-color": {
  2676. "version": "7.2.0",
  2677. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  2678. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  2679. "dependencies": {
  2680. "has-flag": "^4.0.0"
  2681. },
  2682. "engines": {
  2683. "node": ">=8"
  2684. }
  2685. },
  2686. "node_modules/@jest/schemas": {
  2687. "version": "28.1.3",
  2688. "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz",
  2689. "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==",
  2690. "dependencies": {
  2691. "@sinclair/typebox": "^0.24.1"
  2692. },
  2693. "engines": {
  2694. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  2695. }
  2696. },
  2697. "node_modules/@jest/source-map": {
  2698. "version": "27.5.1",
  2699. "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
  2700. "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
  2701. "dependencies": {
  2702. "callsites": "^3.0.0",
  2703. "graceful-fs": "^4.2.9",
  2704. "source-map": "^0.6.0"
  2705. },
  2706. "engines": {
  2707. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2708. }
  2709. },
  2710. "node_modules/@jest/source-map/node_modules/source-map": {
  2711. "version": "0.6.1",
  2712. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  2713. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  2714. "engines": {
  2715. "node": ">=0.10.0"
  2716. }
  2717. },
  2718. "node_modules/@jest/test-result": {
  2719. "version": "27.5.1",
  2720. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
  2721. "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
  2722. "dependencies": {
  2723. "@jest/console": "^27.5.1",
  2724. "@jest/types": "^27.5.1",
  2725. "@types/istanbul-lib-coverage": "^2.0.0",
  2726. "collect-v8-coverage": "^1.0.0"
  2727. },
  2728. "engines": {
  2729. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2730. }
  2731. },
  2732. "node_modules/@jest/test-sequencer": {
  2733. "version": "27.5.1",
  2734. "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
  2735. "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
  2736. "dependencies": {
  2737. "@jest/test-result": "^27.5.1",
  2738. "graceful-fs": "^4.2.9",
  2739. "jest-haste-map": "^27.5.1",
  2740. "jest-runtime": "^27.5.1"
  2741. },
  2742. "engines": {
  2743. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2744. }
  2745. },
  2746. "node_modules/@jest/transform": {
  2747. "version": "27.5.1",
  2748. "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
  2749. "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
  2750. "dependencies": {
  2751. "@babel/core": "^7.1.0",
  2752. "@jest/types": "^27.5.1",
  2753. "babel-plugin-istanbul": "^6.1.1",
  2754. "chalk": "^4.0.0",
  2755. "convert-source-map": "^1.4.0",
  2756. "fast-json-stable-stringify": "^2.0.0",
  2757. "graceful-fs": "^4.2.9",
  2758. "jest-haste-map": "^27.5.1",
  2759. "jest-regex-util": "^27.5.1",
  2760. "jest-util": "^27.5.1",
  2761. "micromatch": "^4.0.4",
  2762. "pirates": "^4.0.4",
  2763. "slash": "^3.0.0",
  2764. "source-map": "^0.6.1",
  2765. "write-file-atomic": "^3.0.0"
  2766. },
  2767. "engines": {
  2768. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2769. }
  2770. },
  2771. "node_modules/@jest/transform/node_modules/ansi-styles": {
  2772. "version": "4.3.0",
  2773. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2774. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2775. "dependencies": {
  2776. "color-convert": "^2.0.1"
  2777. },
  2778. "engines": {
  2779. "node": ">=8"
  2780. },
  2781. "funding": {
  2782. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2783. }
  2784. },
  2785. "node_modules/@jest/transform/node_modules/chalk": {
  2786. "version": "4.1.2",
  2787. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2788. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2789. "dependencies": {
  2790. "ansi-styles": "^4.1.0",
  2791. "supports-color": "^7.1.0"
  2792. },
  2793. "engines": {
  2794. "node": ">=10"
  2795. },
  2796. "funding": {
  2797. "url": "https://github.com/chalk/chalk?sponsor=1"
  2798. }
  2799. },
  2800. "node_modules/@jest/transform/node_modules/color-convert": {
  2801. "version": "2.0.1",
  2802. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2803. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2804. "dependencies": {
  2805. "color-name": "~1.1.4"
  2806. },
  2807. "engines": {
  2808. "node": ">=7.0.0"
  2809. }
  2810. },
  2811. "node_modules/@jest/transform/node_modules/color-name": {
  2812. "version": "1.1.4",
  2813. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2814. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2815. },
  2816. "node_modules/@jest/transform/node_modules/has-flag": {
  2817. "version": "4.0.0",
  2818. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  2819. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  2820. "engines": {
  2821. "node": ">=8"
  2822. }
  2823. },
  2824. "node_modules/@jest/transform/node_modules/source-map": {
  2825. "version": "0.6.1",
  2826. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  2827. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  2828. "engines": {
  2829. "node": ">=0.10.0"
  2830. }
  2831. },
  2832. "node_modules/@jest/transform/node_modules/supports-color": {
  2833. "version": "7.2.0",
  2834. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  2835. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  2836. "dependencies": {
  2837. "has-flag": "^4.0.0"
  2838. },
  2839. "engines": {
  2840. "node": ">=8"
  2841. }
  2842. },
  2843. "node_modules/@jest/types": {
  2844. "version": "27.5.1",
  2845. "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
  2846. "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
  2847. "dependencies": {
  2848. "@types/istanbul-lib-coverage": "^2.0.0",
  2849. "@types/istanbul-reports": "^3.0.0",
  2850. "@types/node": "*",
  2851. "@types/yargs": "^16.0.0",
  2852. "chalk": "^4.0.0"
  2853. },
  2854. "engines": {
  2855. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2856. }
  2857. },
  2858. "node_modules/@jest/types/node_modules/ansi-styles": {
  2859. "version": "4.3.0",
  2860. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2861. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2862. "dependencies": {
  2863. "color-convert": "^2.0.1"
  2864. },
  2865. "engines": {
  2866. "node": ">=8"
  2867. },
  2868. "funding": {
  2869. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2870. }
  2871. },
  2872. "node_modules/@jest/types/node_modules/chalk": {
  2873. "version": "4.1.2",
  2874. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2875. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2876. "dependencies": {
  2877. "ansi-styles": "^4.1.0",
  2878. "supports-color": "^7.1.0"
  2879. },
  2880. "engines": {
  2881. "node": ">=10"
  2882. },
  2883. "funding": {
  2884. "url": "https://github.com/chalk/chalk?sponsor=1"
  2885. }
  2886. },
  2887. "node_modules/@jest/types/node_modules/color-convert": {
  2888. "version": "2.0.1",
  2889. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2890. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2891. "dependencies": {
  2892. "color-name": "~1.1.4"
  2893. },
  2894. "engines": {
  2895. "node": ">=7.0.0"
  2896. }
  2897. },
  2898. "node_modules/@jest/types/node_modules/color-name": {
  2899. "version": "1.1.4",
  2900. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2901. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2902. },
  2903. "node_modules/@jest/types/node_modules/has-flag": {
  2904. "version": "4.0.0",
  2905. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  2906. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  2907. "engines": {
  2908. "node": ">=8"
  2909. }
  2910. },
  2911. "node_modules/@jest/types/node_modules/supports-color": {
  2912. "version": "7.2.0",
  2913. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  2914. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  2915. "dependencies": {
  2916. "has-flag": "^4.0.0"
  2917. },
  2918. "engines": {
  2919. "node": ">=8"
  2920. }
  2921. },
  2922. "node_modules/@jridgewell/gen-mapping": {
  2923. "version": "0.1.1",
  2924. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz",
  2925. "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==",
  2926. "dependencies": {
  2927. "@jridgewell/set-array": "^1.0.0",
  2928. "@jridgewell/sourcemap-codec": "^1.4.10"
  2929. },
  2930. "engines": {
  2931. "node": ">=6.0.0"
  2932. }
  2933. },
  2934. "node_modules/@jridgewell/resolve-uri": {
  2935. "version": "3.1.0",
  2936. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
  2937. "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
  2938. "engines": {
  2939. "node": ">=6.0.0"
  2940. }
  2941. },
  2942. "node_modules/@jridgewell/set-array": {
  2943. "version": "1.1.2",
  2944. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
  2945. "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
  2946. "engines": {
  2947. "node": ">=6.0.0"
  2948. }
  2949. },
  2950. "node_modules/@jridgewell/source-map": {
  2951. "version": "0.3.2",
  2952. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz",
  2953. "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==",
  2954. "dependencies": {
  2955. "@jridgewell/gen-mapping": "^0.3.0",
  2956. "@jridgewell/trace-mapping": "^0.3.9"
  2957. }
  2958. },
  2959. "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": {
  2960. "version": "0.3.2",
  2961. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
  2962. "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
  2963. "dependencies": {
  2964. "@jridgewell/set-array": "^1.0.1",
  2965. "@jridgewell/sourcemap-codec": "^1.4.10",
  2966. "@jridgewell/trace-mapping": "^0.3.9"
  2967. },
  2968. "engines": {
  2969. "node": ">=6.0.0"
  2970. }
  2971. },
  2972. "node_modules/@jridgewell/sourcemap-codec": {
  2973. "version": "1.4.14",
  2974. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
  2975. "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw=="
  2976. },
  2977. "node_modules/@jridgewell/trace-mapping": {
  2978. "version": "0.3.17",
  2979. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz",
  2980. "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==",
  2981. "dependencies": {
  2982. "@jridgewell/resolve-uri": "3.1.0",
  2983. "@jridgewell/sourcemap-codec": "1.4.14"
  2984. }
  2985. },
  2986. "node_modules/@leichtgewicht/ip-codec": {
  2987. "version": "2.0.4",
  2988. "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
  2989. "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
  2990. },
  2991. "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
  2992. "version": "5.1.1-v1",
  2993. "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
  2994. "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
  2995. "dependencies": {
  2996. "eslint-scope": "5.1.1"
  2997. }
  2998. },
  2999. "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": {
  3000. "version": "5.1.1",
  3001. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  3002. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  3003. "dependencies": {
  3004. "esrecurse": "^4.3.0",
  3005. "estraverse": "^4.1.1"
  3006. },
  3007. "engines": {
  3008. "node": ">=8.0.0"
  3009. }
  3010. },
  3011. "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": {
  3012. "version": "4.3.0",
  3013. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  3014. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  3015. "engines": {
  3016. "node": ">=4.0"
  3017. }
  3018. },
  3019. "node_modules/@nodelib/fs.scandir": {
  3020. "version": "2.1.5",
  3021. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  3022. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  3023. "dependencies": {
  3024. "@nodelib/fs.stat": "2.0.5",
  3025. "run-parallel": "^1.1.9"
  3026. },
  3027. "engines": {
  3028. "node": ">= 8"
  3029. }
  3030. },
  3031. "node_modules/@nodelib/fs.stat": {
  3032. "version": "2.0.5",
  3033. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  3034. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  3035. "engines": {
  3036. "node": ">= 8"
  3037. }
  3038. },
  3039. "node_modules/@nodelib/fs.walk": {
  3040. "version": "1.2.8",
  3041. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  3042. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  3043. "dependencies": {
  3044. "@nodelib/fs.scandir": "2.1.5",
  3045. "fastq": "^1.6.0"
  3046. },
  3047. "engines": {
  3048. "node": ">= 8"
  3049. }
  3050. },
  3051. "node_modules/@pmmmwh/react-refresh-webpack-plugin": {
  3052. "version": "0.5.10",
  3053. "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.10.tgz",
  3054. "integrity": "sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==",
  3055. "dependencies": {
  3056. "ansi-html-community": "^0.0.8",
  3057. "common-path-prefix": "^3.0.0",
  3058. "core-js-pure": "^3.23.3",
  3059. "error-stack-parser": "^2.0.6",
  3060. "find-up": "^5.0.0",
  3061. "html-entities": "^2.1.0",
  3062. "loader-utils": "^2.0.4",
  3063. "schema-utils": "^3.0.0",
  3064. "source-map": "^0.7.3"
  3065. },
  3066. "engines": {
  3067. "node": ">= 10.13"
  3068. },
  3069. "peerDependencies": {
  3070. "@types/webpack": "4.x || 5.x",
  3071. "react-refresh": ">=0.10.0 <1.0.0",
  3072. "sockjs-client": "^1.4.0",
  3073. "type-fest": ">=0.17.0 <4.0.0",
  3074. "webpack": ">=4.43.0 <6.0.0",
  3075. "webpack-dev-server": "3.x || 4.x",
  3076. "webpack-hot-middleware": "2.x",
  3077. "webpack-plugin-serve": "0.x || 1.x"
  3078. },
  3079. "peerDependenciesMeta": {
  3080. "@types/webpack": {
  3081. "optional": true
  3082. },
  3083. "sockjs-client": {
  3084. "optional": true
  3085. },
  3086. "type-fest": {
  3087. "optional": true
  3088. },
  3089. "webpack-dev-server": {
  3090. "optional": true
  3091. },
  3092. "webpack-hot-middleware": {
  3093. "optional": true
  3094. },
  3095. "webpack-plugin-serve": {
  3096. "optional": true
  3097. }
  3098. }
  3099. },
  3100. "node_modules/@rollup/plugin-babel": {
  3101. "version": "5.3.1",
  3102. "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
  3103. "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
  3104. "dependencies": {
  3105. "@babel/helper-module-imports": "^7.10.4",
  3106. "@rollup/pluginutils": "^3.1.0"
  3107. },
  3108. "engines": {
  3109. "node": ">= 10.0.0"
  3110. },
  3111. "peerDependencies": {
  3112. "@babel/core": "^7.0.0",
  3113. "@types/babel__core": "^7.1.9",
  3114. "rollup": "^1.20.0||^2.0.0"
  3115. },
  3116. "peerDependenciesMeta": {
  3117. "@types/babel__core": {
  3118. "optional": true
  3119. }
  3120. }
  3121. },
  3122. "node_modules/@rollup/plugin-node-resolve": {
  3123. "version": "11.2.1",
  3124. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
  3125. "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
  3126. "dependencies": {
  3127. "@rollup/pluginutils": "^3.1.0",
  3128. "@types/resolve": "1.17.1",
  3129. "builtin-modules": "^3.1.0",
  3130. "deepmerge": "^4.2.2",
  3131. "is-module": "^1.0.0",
  3132. "resolve": "^1.19.0"
  3133. },
  3134. "engines": {
  3135. "node": ">= 10.0.0"
  3136. },
  3137. "peerDependencies": {
  3138. "rollup": "^1.20.0||^2.0.0"
  3139. }
  3140. },
  3141. "node_modules/@rollup/plugin-replace": {
  3142. "version": "2.4.2",
  3143. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
  3144. "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
  3145. "dependencies": {
  3146. "@rollup/pluginutils": "^3.1.0",
  3147. "magic-string": "^0.25.7"
  3148. },
  3149. "peerDependencies": {
  3150. "rollup": "^1.20.0 || ^2.0.0"
  3151. }
  3152. },
  3153. "node_modules/@rollup/pluginutils": {
  3154. "version": "3.1.0",
  3155. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
  3156. "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
  3157. "dependencies": {
  3158. "@types/estree": "0.0.39",
  3159. "estree-walker": "^1.0.1",
  3160. "picomatch": "^2.2.2"
  3161. },
  3162. "engines": {
  3163. "node": ">= 8.0.0"
  3164. },
  3165. "peerDependencies": {
  3166. "rollup": "^1.20.0||^2.0.0"
  3167. }
  3168. },
  3169. "node_modules/@rollup/pluginutils/node_modules/@types/estree": {
  3170. "version": "0.0.39",
  3171. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
  3172. "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
  3173. },
  3174. "node_modules/@rushstack/eslint-patch": {
  3175. "version": "1.2.0",
  3176. "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz",
  3177. "integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg=="
  3178. },
  3179. "node_modules/@sinclair/typebox": {
  3180. "version": "0.24.51",
  3181. "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz",
  3182. "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA=="
  3183. },
  3184. "node_modules/@sinonjs/commons": {
  3185. "version": "1.8.6",
  3186. "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
  3187. "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==",
  3188. "dependencies": {
  3189. "type-detect": "4.0.8"
  3190. }
  3191. },
  3192. "node_modules/@sinonjs/fake-timers": {
  3193. "version": "8.1.0",
  3194. "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
  3195. "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
  3196. "dependencies": {
  3197. "@sinonjs/commons": "^1.7.0"
  3198. }
  3199. },
  3200. "node_modules/@surma/rollup-plugin-off-main-thread": {
  3201. "version": "2.2.3",
  3202. "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
  3203. "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
  3204. "dependencies": {
  3205. "ejs": "^3.1.6",
  3206. "json5": "^2.2.0",
  3207. "magic-string": "^0.25.0",
  3208. "string.prototype.matchall": "^4.0.6"
  3209. }
  3210. },
  3211. "node_modules/@svgr/babel-plugin-add-jsx-attribute": {
  3212. "version": "5.4.0",
  3213. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz",
  3214. "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==",
  3215. "engines": {
  3216. "node": ">=10"
  3217. },
  3218. "funding": {
  3219. "type": "github",
  3220. "url": "https://github.com/sponsors/gregberge"
  3221. }
  3222. },
  3223. "node_modules/@svgr/babel-plugin-remove-jsx-attribute": {
  3224. "version": "5.4.0",
  3225. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz",
  3226. "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==",
  3227. "engines": {
  3228. "node": ">=10"
  3229. },
  3230. "funding": {
  3231. "type": "github",
  3232. "url": "https://github.com/sponsors/gregberge"
  3233. }
  3234. },
  3235. "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": {
  3236. "version": "5.0.1",
  3237. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz",
  3238. "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==",
  3239. "engines": {
  3240. "node": ">=10"
  3241. },
  3242. "funding": {
  3243. "type": "github",
  3244. "url": "https://github.com/sponsors/gregberge"
  3245. }
  3246. },
  3247. "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": {
  3248. "version": "5.0.1",
  3249. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz",
  3250. "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==",
  3251. "engines": {
  3252. "node": ">=10"
  3253. },
  3254. "funding": {
  3255. "type": "github",
  3256. "url": "https://github.com/sponsors/gregberge"
  3257. }
  3258. },
  3259. "node_modules/@svgr/babel-plugin-svg-dynamic-title": {
  3260. "version": "5.4.0",
  3261. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz",
  3262. "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==",
  3263. "engines": {
  3264. "node": ">=10"
  3265. },
  3266. "funding": {
  3267. "type": "github",
  3268. "url": "https://github.com/sponsors/gregberge"
  3269. }
  3270. },
  3271. "node_modules/@svgr/babel-plugin-svg-em-dimensions": {
  3272. "version": "5.4.0",
  3273. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz",
  3274. "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==",
  3275. "engines": {
  3276. "node": ">=10"
  3277. },
  3278. "funding": {
  3279. "type": "github",
  3280. "url": "https://github.com/sponsors/gregberge"
  3281. }
  3282. },
  3283. "node_modules/@svgr/babel-plugin-transform-react-native-svg": {
  3284. "version": "5.4.0",
  3285. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz",
  3286. "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==",
  3287. "engines": {
  3288. "node": ">=10"
  3289. },
  3290. "funding": {
  3291. "type": "github",
  3292. "url": "https://github.com/sponsors/gregberge"
  3293. }
  3294. },
  3295. "node_modules/@svgr/babel-plugin-transform-svg-component": {
  3296. "version": "5.5.0",
  3297. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
  3298. "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==",
  3299. "engines": {
  3300. "node": ">=10"
  3301. },
  3302. "funding": {
  3303. "type": "github",
  3304. "url": "https://github.com/sponsors/gregberge"
  3305. }
  3306. },
  3307. "node_modules/@svgr/babel-preset": {
  3308. "version": "5.5.0",
  3309. "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz",
  3310. "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==",
  3311. "dependencies": {
  3312. "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
  3313. "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
  3314. "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
  3315. "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
  3316. "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
  3317. "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
  3318. "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
  3319. "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
  3320. },
  3321. "engines": {
  3322. "node": ">=10"
  3323. },
  3324. "funding": {
  3325. "type": "github",
  3326. "url": "https://github.com/sponsors/gregberge"
  3327. }
  3328. },
  3329. "node_modules/@svgr/core": {
  3330. "version": "5.5.0",
  3331. "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
  3332. "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
  3333. "dependencies": {
  3334. "@svgr/plugin-jsx": "^5.5.0",
  3335. "camelcase": "^6.2.0",
  3336. "cosmiconfig": "^7.0.0"
  3337. },
  3338. "engines": {
  3339. "node": ">=10"
  3340. },
  3341. "funding": {
  3342. "type": "github",
  3343. "url": "https://github.com/sponsors/gregberge"
  3344. }
  3345. },
  3346. "node_modules/@svgr/hast-util-to-babel-ast": {
  3347. "version": "5.5.0",
  3348. "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
  3349. "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
  3350. "dependencies": {
  3351. "@babel/types": "^7.12.6"
  3352. },
  3353. "engines": {
  3354. "node": ">=10"
  3355. },
  3356. "funding": {
  3357. "type": "github",
  3358. "url": "https://github.com/sponsors/gregberge"
  3359. }
  3360. },
  3361. "node_modules/@svgr/plugin-jsx": {
  3362. "version": "5.5.0",
  3363. "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
  3364. "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
  3365. "dependencies": {
  3366. "@babel/core": "^7.12.3",
  3367. "@svgr/babel-preset": "^5.5.0",
  3368. "@svgr/hast-util-to-babel-ast": "^5.5.0",
  3369. "svg-parser": "^2.0.2"
  3370. },
  3371. "engines": {
  3372. "node": ">=10"
  3373. },
  3374. "funding": {
  3375. "type": "github",
  3376. "url": "https://github.com/sponsors/gregberge"
  3377. }
  3378. },
  3379. "node_modules/@svgr/plugin-svgo": {
  3380. "version": "5.5.0",
  3381. "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
  3382. "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
  3383. "dependencies": {
  3384. "cosmiconfig": "^7.0.0",
  3385. "deepmerge": "^4.2.2",
  3386. "svgo": "^1.2.2"
  3387. },
  3388. "engines": {
  3389. "node": ">=10"
  3390. },
  3391. "funding": {
  3392. "type": "github",
  3393. "url": "https://github.com/sponsors/gregberge"
  3394. }
  3395. },
  3396. "node_modules/@svgr/webpack": {
  3397. "version": "5.5.0",
  3398. "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
  3399. "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
  3400. "dependencies": {
  3401. "@babel/core": "^7.12.3",
  3402. "@babel/plugin-transform-react-constant-elements": "^7.12.1",
  3403. "@babel/preset-env": "^7.12.1",
  3404. "@babel/preset-react": "^7.12.5",
  3405. "@svgr/core": "^5.5.0",
  3406. "@svgr/plugin-jsx": "^5.5.0",
  3407. "@svgr/plugin-svgo": "^5.5.0",
  3408. "loader-utils": "^2.0.0"
  3409. },
  3410. "engines": {
  3411. "node": ">=10"
  3412. },
  3413. "funding": {
  3414. "type": "github",
  3415. "url": "https://github.com/sponsors/gregberge"
  3416. }
  3417. },
  3418. "node_modules/@testing-library/dom": {
  3419. "version": "8.20.0",
  3420. "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.0.tgz",
  3421. "integrity": "sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==",
  3422. "dependencies": {
  3423. "@babel/code-frame": "^7.10.4",
  3424. "@babel/runtime": "^7.12.5",
  3425. "@types/aria-query": "^5.0.1",
  3426. "aria-query": "^5.0.0",
  3427. "chalk": "^4.1.0",
  3428. "dom-accessibility-api": "^0.5.9",
  3429. "lz-string": "^1.4.4",
  3430. "pretty-format": "^27.0.2"
  3431. },
  3432. "engines": {
  3433. "node": ">=12"
  3434. }
  3435. },
  3436. "node_modules/@testing-library/dom/node_modules/ansi-styles": {
  3437. "version": "4.3.0",
  3438. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3439. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3440. "dependencies": {
  3441. "color-convert": "^2.0.1"
  3442. },
  3443. "engines": {
  3444. "node": ">=8"
  3445. },
  3446. "funding": {
  3447. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3448. }
  3449. },
  3450. "node_modules/@testing-library/dom/node_modules/chalk": {
  3451. "version": "4.1.2",
  3452. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  3453. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3454. "dependencies": {
  3455. "ansi-styles": "^4.1.0",
  3456. "supports-color": "^7.1.0"
  3457. },
  3458. "engines": {
  3459. "node": ">=10"
  3460. },
  3461. "funding": {
  3462. "url": "https://github.com/chalk/chalk?sponsor=1"
  3463. }
  3464. },
  3465. "node_modules/@testing-library/dom/node_modules/color-convert": {
  3466. "version": "2.0.1",
  3467. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3468. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3469. "dependencies": {
  3470. "color-name": "~1.1.4"
  3471. },
  3472. "engines": {
  3473. "node": ">=7.0.0"
  3474. }
  3475. },
  3476. "node_modules/@testing-library/dom/node_modules/color-name": {
  3477. "version": "1.1.4",
  3478. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3479. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  3480. },
  3481. "node_modules/@testing-library/dom/node_modules/has-flag": {
  3482. "version": "4.0.0",
  3483. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3484. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3485. "engines": {
  3486. "node": ">=8"
  3487. }
  3488. },
  3489. "node_modules/@testing-library/dom/node_modules/supports-color": {
  3490. "version": "7.2.0",
  3491. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  3492. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  3493. "dependencies": {
  3494. "has-flag": "^4.0.0"
  3495. },
  3496. "engines": {
  3497. "node": ">=8"
  3498. }
  3499. },
  3500. "node_modules/@testing-library/jest-dom": {
  3501. "version": "5.16.5",
  3502. "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz",
  3503. "integrity": "sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==",
  3504. "dependencies": {
  3505. "@adobe/css-tools": "^4.0.1",
  3506. "@babel/runtime": "^7.9.2",
  3507. "@types/testing-library__jest-dom": "^5.9.1",
  3508. "aria-query": "^5.0.0",
  3509. "chalk": "^3.0.0",
  3510. "css.escape": "^1.5.1",
  3511. "dom-accessibility-api": "^0.5.6",
  3512. "lodash": "^4.17.15",
  3513. "redent": "^3.0.0"
  3514. },
  3515. "engines": {
  3516. "node": ">=8",
  3517. "npm": ">=6",
  3518. "yarn": ">=1"
  3519. }
  3520. },
  3521. "node_modules/@testing-library/jest-dom/node_modules/ansi-styles": {
  3522. "version": "4.3.0",
  3523. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3524. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3525. "dependencies": {
  3526. "color-convert": "^2.0.1"
  3527. },
  3528. "engines": {
  3529. "node": ">=8"
  3530. },
  3531. "funding": {
  3532. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3533. }
  3534. },
  3535. "node_modules/@testing-library/jest-dom/node_modules/chalk": {
  3536. "version": "3.0.0",
  3537. "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
  3538. "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
  3539. "dependencies": {
  3540. "ansi-styles": "^4.1.0",
  3541. "supports-color": "^7.1.0"
  3542. },
  3543. "engines": {
  3544. "node": ">=8"
  3545. }
  3546. },
  3547. "node_modules/@testing-library/jest-dom/node_modules/color-convert": {
  3548. "version": "2.0.1",
  3549. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3550. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3551. "dependencies": {
  3552. "color-name": "~1.1.4"
  3553. },
  3554. "engines": {
  3555. "node": ">=7.0.0"
  3556. }
  3557. },
  3558. "node_modules/@testing-library/jest-dom/node_modules/color-name": {
  3559. "version": "1.1.4",
  3560. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3561. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  3562. },
  3563. "node_modules/@testing-library/jest-dom/node_modules/has-flag": {
  3564. "version": "4.0.0",
  3565. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3566. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3567. "engines": {
  3568. "node": ">=8"
  3569. }
  3570. },
  3571. "node_modules/@testing-library/jest-dom/node_modules/supports-color": {
  3572. "version": "7.2.0",
  3573. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  3574. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  3575. "dependencies": {
  3576. "has-flag": "^4.0.0"
  3577. },
  3578. "engines": {
  3579. "node": ">=8"
  3580. }
  3581. },
  3582. "node_modules/@testing-library/react": {
  3583. "version": "13.4.0",
  3584. "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.4.0.tgz",
  3585. "integrity": "sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==",
  3586. "dependencies": {
  3587. "@babel/runtime": "^7.12.5",
  3588. "@testing-library/dom": "^8.5.0",
  3589. "@types/react-dom": "^18.0.0"
  3590. },
  3591. "engines": {
  3592. "node": ">=12"
  3593. },
  3594. "peerDependencies": {
  3595. "react": "^18.0.0",
  3596. "react-dom": "^18.0.0"
  3597. }
  3598. },
  3599. "node_modules/@testing-library/user-event": {
  3600. "version": "13.5.0",
  3601. "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
  3602. "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
  3603. "dependencies": {
  3604. "@babel/runtime": "^7.12.5"
  3605. },
  3606. "engines": {
  3607. "node": ">=10",
  3608. "npm": ">=6"
  3609. },
  3610. "peerDependencies": {
  3611. "@testing-library/dom": ">=7.21.4"
  3612. }
  3613. },
  3614. "node_modules/@tootallnate/once": {
  3615. "version": "1.1.2",
  3616. "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
  3617. "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
  3618. "engines": {
  3619. "node": ">= 6"
  3620. }
  3621. },
  3622. "node_modules/@trysound/sax": {
  3623. "version": "0.2.0",
  3624. "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
  3625. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
  3626. "engines": {
  3627. "node": ">=10.13.0"
  3628. }
  3629. },
  3630. "node_modules/@types/aria-query": {
  3631. "version": "5.0.1",
  3632. "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.1.tgz",
  3633. "integrity": "sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q=="
  3634. },
  3635. "node_modules/@types/babel__core": {
  3636. "version": "7.20.0",
  3637. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.0.tgz",
  3638. "integrity": "sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==",
  3639. "dependencies": {
  3640. "@babel/parser": "^7.20.7",
  3641. "@babel/types": "^7.20.7",
  3642. "@types/babel__generator": "*",
  3643. "@types/babel__template": "*",
  3644. "@types/babel__traverse": "*"
  3645. }
  3646. },
  3647. "node_modules/@types/babel__generator": {
  3648. "version": "7.6.4",
  3649. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
  3650. "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
  3651. "dependencies": {
  3652. "@babel/types": "^7.0.0"
  3653. }
  3654. },
  3655. "node_modules/@types/babel__template": {
  3656. "version": "7.4.1",
  3657. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
  3658. "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
  3659. "dependencies": {
  3660. "@babel/parser": "^7.1.0",
  3661. "@babel/types": "^7.0.0"
  3662. }
  3663. },
  3664. "node_modules/@types/babel__traverse": {
  3665. "version": "7.18.3",
  3666. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz",
  3667. "integrity": "sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==",
  3668. "dependencies": {
  3669. "@babel/types": "^7.3.0"
  3670. }
  3671. },
  3672. "node_modules/@types/body-parser": {
  3673. "version": "1.19.2",
  3674. "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
  3675. "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==",
  3676. "dependencies": {
  3677. "@types/connect": "*",
  3678. "@types/node": "*"
  3679. }
  3680. },
  3681. "node_modules/@types/bonjour": {
  3682. "version": "3.5.10",
  3683. "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz",
  3684. "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==",
  3685. "dependencies": {
  3686. "@types/node": "*"
  3687. }
  3688. },
  3689. "node_modules/@types/connect": {
  3690. "version": "3.4.35",
  3691. "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz",
  3692. "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==",
  3693. "dependencies": {
  3694. "@types/node": "*"
  3695. }
  3696. },
  3697. "node_modules/@types/connect-history-api-fallback": {
  3698. "version": "1.3.5",
  3699. "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz",
  3700. "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==",
  3701. "dependencies": {
  3702. "@types/express-serve-static-core": "*",
  3703. "@types/node": "*"
  3704. }
  3705. },
  3706. "node_modules/@types/eslint": {
  3707. "version": "8.21.1",
  3708. "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.21.1.tgz",
  3709. "integrity": "sha512-rc9K8ZpVjNcLs8Fp0dkozd5Pt2Apk1glO4Vgz8ix1u6yFByxfqo5Yavpy65o+93TAe24jr7v+eSBtFLvOQtCRQ==",
  3710. "dependencies": {
  3711. "@types/estree": "*",
  3712. "@types/json-schema": "*"
  3713. }
  3714. },
  3715. "node_modules/@types/eslint-scope": {
  3716. "version": "3.7.4",
  3717. "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz",
  3718. "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==",
  3719. "dependencies": {
  3720. "@types/eslint": "*",
  3721. "@types/estree": "*"
  3722. }
  3723. },
  3724. "node_modules/@types/estree": {
  3725. "version": "1.0.0",
  3726. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz",
  3727. "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ=="
  3728. },
  3729. "node_modules/@types/express": {
  3730. "version": "4.17.17",
  3731. "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz",
  3732. "integrity": "sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==",
  3733. "dependencies": {
  3734. "@types/body-parser": "*",
  3735. "@types/express-serve-static-core": "^4.17.33",
  3736. "@types/qs": "*",
  3737. "@types/serve-static": "*"
  3738. }
  3739. },
  3740. "node_modules/@types/express-serve-static-core": {
  3741. "version": "4.17.33",
  3742. "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz",
  3743. "integrity": "sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==",
  3744. "dependencies": {
  3745. "@types/node": "*",
  3746. "@types/qs": "*",
  3747. "@types/range-parser": "*"
  3748. }
  3749. },
  3750. "node_modules/@types/graceful-fs": {
  3751. "version": "4.1.6",
  3752. "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz",
  3753. "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==",
  3754. "dependencies": {
  3755. "@types/node": "*"
  3756. }
  3757. },
  3758. "node_modules/@types/hoist-non-react-statics": {
  3759. "version": "3.3.1",
  3760. "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz",
  3761. "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==",
  3762. "dev": true,
  3763. "dependencies": {
  3764. "@types/react": "*",
  3765. "hoist-non-react-statics": "^3.3.0"
  3766. }
  3767. },
  3768. "node_modules/@types/html-minifier-terser": {
  3769. "version": "6.1.0",
  3770. "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
  3771. "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg=="
  3772. },
  3773. "node_modules/@types/http-proxy": {
  3774. "version": "1.17.9",
  3775. "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.9.tgz",
  3776. "integrity": "sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==",
  3777. "dependencies": {
  3778. "@types/node": "*"
  3779. }
  3780. },
  3781. "node_modules/@types/istanbul-lib-coverage": {
  3782. "version": "2.0.4",
  3783. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
  3784. "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
  3785. },
  3786. "node_modules/@types/istanbul-lib-report": {
  3787. "version": "3.0.0",
  3788. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  3789. "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
  3790. "dependencies": {
  3791. "@types/istanbul-lib-coverage": "*"
  3792. }
  3793. },
  3794. "node_modules/@types/istanbul-reports": {
  3795. "version": "3.0.1",
  3796. "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
  3797. "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
  3798. "dependencies": {
  3799. "@types/istanbul-lib-report": "*"
  3800. }
  3801. },
  3802. "node_modules/@types/jest": {
  3803. "version": "27.5.2",
  3804. "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.2.tgz",
  3805. "integrity": "sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==",
  3806. "dependencies": {
  3807. "jest-matcher-utils": "^27.0.0",
  3808. "pretty-format": "^27.0.0"
  3809. }
  3810. },
  3811. "node_modules/@types/json-schema": {
  3812. "version": "7.0.11",
  3813. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz",
  3814. "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ=="
  3815. },
  3816. "node_modules/@types/json5": {
  3817. "version": "0.0.29",
  3818. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  3819. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
  3820. },
  3821. "node_modules/@types/mime": {
  3822. "version": "3.0.1",
  3823. "resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz",
  3824. "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA=="
  3825. },
  3826. "node_modules/@types/node": {
  3827. "version": "16.18.12",
  3828. "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.12.tgz",
  3829. "integrity": "sha512-vzLe5NaNMjIE3mcddFVGlAXN1LEWueUsMsOJWaT6wWMJGyljHAWHznqfnKUQWGzu7TLPrGvWdNAsvQYW+C0xtw=="
  3830. },
  3831. "node_modules/@types/parse-json": {
  3832. "version": "4.0.0",
  3833. "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
  3834. "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
  3835. },
  3836. "node_modules/@types/prettier": {
  3837. "version": "2.7.2",
  3838. "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz",
  3839. "integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg=="
  3840. },
  3841. "node_modules/@types/prismjs": {
  3842. "version": "1.26.0",
  3843. "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.0.tgz",
  3844. "integrity": "sha512-ZTaqn/qSqUuAq1YwvOFQfVW1AR/oQJlLSZVustdjwI+GZ8kr0MSHBj0tsXPW1EqHubx50gtBEjbPGsdZwQwCjQ==",
  3845. "dev": true
  3846. },
  3847. "node_modules/@types/prop-types": {
  3848. "version": "15.7.5",
  3849. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
  3850. "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
  3851. },
  3852. "node_modules/@types/q": {
  3853. "version": "1.5.5",
  3854. "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz",
  3855. "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ=="
  3856. },
  3857. "node_modules/@types/qs": {
  3858. "version": "6.9.7",
  3859. "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
  3860. "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
  3861. },
  3862. "node_modules/@types/range-parser": {
  3863. "version": "1.2.4",
  3864. "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz",
  3865. "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw=="
  3866. },
  3867. "node_modules/@types/react": {
  3868. "version": "18.0.28",
  3869. "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.28.tgz",
  3870. "integrity": "sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==",
  3871. "dependencies": {
  3872. "@types/prop-types": "*",
  3873. "@types/scheduler": "*",
  3874. "csstype": "^3.0.2"
  3875. }
  3876. },
  3877. "node_modules/@types/react-dom": {
  3878. "version": "18.0.11",
  3879. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.11.tgz",
  3880. "integrity": "sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==",
  3881. "dependencies": {
  3882. "@types/react": "*"
  3883. }
  3884. },
  3885. "node_modules/@types/resolve": {
  3886. "version": "1.17.1",
  3887. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
  3888. "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
  3889. "dependencies": {
  3890. "@types/node": "*"
  3891. }
  3892. },
  3893. "node_modules/@types/retry": {
  3894. "version": "0.12.0",
  3895. "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
  3896. "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA=="
  3897. },
  3898. "node_modules/@types/scheduler": {
  3899. "version": "0.16.2",
  3900. "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz",
  3901. "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew=="
  3902. },
  3903. "node_modules/@types/semver": {
  3904. "version": "7.3.13",
  3905. "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz",
  3906. "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw=="
  3907. },
  3908. "node_modules/@types/serve-index": {
  3909. "version": "1.9.1",
  3910. "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz",
  3911. "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==",
  3912. "dependencies": {
  3913. "@types/express": "*"
  3914. }
  3915. },
  3916. "node_modules/@types/serve-static": {
  3917. "version": "1.15.0",
  3918. "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.0.tgz",
  3919. "integrity": "sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==",
  3920. "dependencies": {
  3921. "@types/mime": "*",
  3922. "@types/node": "*"
  3923. }
  3924. },
  3925. "node_modules/@types/sockjs": {
  3926. "version": "0.3.33",
  3927. "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz",
  3928. "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==",
  3929. "dependencies": {
  3930. "@types/node": "*"
  3931. }
  3932. },
  3933. "node_modules/@types/stack-utils": {
  3934. "version": "2.0.1",
  3935. "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
  3936. "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
  3937. },
  3938. "node_modules/@types/styled-components": {
  3939. "version": "5.1.26",
  3940. "resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-5.1.26.tgz",
  3941. "integrity": "sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==",
  3942. "dev": true,
  3943. "dependencies": {
  3944. "@types/hoist-non-react-statics": "*",
  3945. "@types/react": "*",
  3946. "csstype": "^3.0.2"
  3947. }
  3948. },
  3949. "node_modules/@types/testing-library__jest-dom": {
  3950. "version": "5.14.5",
  3951. "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.5.tgz",
  3952. "integrity": "sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==",
  3953. "dependencies": {
  3954. "@types/jest": "*"
  3955. }
  3956. },
  3957. "node_modules/@types/trusted-types": {
  3958. "version": "2.0.3",
  3959. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.3.tgz",
  3960. "integrity": "sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g=="
  3961. },
  3962. "node_modules/@types/ws": {
  3963. "version": "8.5.4",
  3964. "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.4.tgz",
  3965. "integrity": "sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==",
  3966. "dependencies": {
  3967. "@types/node": "*"
  3968. }
  3969. },
  3970. "node_modules/@types/yargs": {
  3971. "version": "16.0.5",
  3972. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.5.tgz",
  3973. "integrity": "sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==",
  3974. "dependencies": {
  3975. "@types/yargs-parser": "*"
  3976. }
  3977. },
  3978. "node_modules/@types/yargs-parser": {
  3979. "version": "21.0.0",
  3980. "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",
  3981. "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="
  3982. },
  3983. "node_modules/@typescript-eslint/eslint-plugin": {
  3984. "version": "5.52.0",
  3985. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.52.0.tgz",
  3986. "integrity": "sha512-lHazYdvYVsBokwCdKOppvYJKaJ4S41CgKBcPvyd0xjZNbvQdhn/pnJlGtQksQ/NhInzdaeaSarlBjDXHuclEbg==",
  3987. "dependencies": {
  3988. "@typescript-eslint/scope-manager": "5.52.0",
  3989. "@typescript-eslint/type-utils": "5.52.0",
  3990. "@typescript-eslint/utils": "5.52.0",
  3991. "debug": "^4.3.4",
  3992. "grapheme-splitter": "^1.0.4",
  3993. "ignore": "^5.2.0",
  3994. "natural-compare-lite": "^1.4.0",
  3995. "regexpp": "^3.2.0",
  3996. "semver": "^7.3.7",
  3997. "tsutils": "^3.21.0"
  3998. },
  3999. "engines": {
  4000. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4001. },
  4002. "funding": {
  4003. "type": "opencollective",
  4004. "url": "https://opencollective.com/typescript-eslint"
  4005. },
  4006. "peerDependencies": {
  4007. "@typescript-eslint/parser": "^5.0.0",
  4008. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4009. },
  4010. "peerDependenciesMeta": {
  4011. "typescript": {
  4012. "optional": true
  4013. }
  4014. }
  4015. },
  4016. "node_modules/@typescript-eslint/experimental-utils": {
  4017. "version": "5.52.0",
  4018. "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.52.0.tgz",
  4019. "integrity": "sha512-kd8CRr04mNE3hw4et6+0T0NI5vli2H6dJCGzjX1r12s/FXUehLVadmvo2Nl3DN80YqAh1cVC6zYZAkpmGiVJ5g==",
  4020. "dependencies": {
  4021. "@typescript-eslint/utils": "5.52.0"
  4022. },
  4023. "engines": {
  4024. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4025. },
  4026. "funding": {
  4027. "type": "opencollective",
  4028. "url": "https://opencollective.com/typescript-eslint"
  4029. },
  4030. "peerDependencies": {
  4031. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4032. }
  4033. },
  4034. "node_modules/@typescript-eslint/parser": {
  4035. "version": "5.52.0",
  4036. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.52.0.tgz",
  4037. "integrity": "sha512-e2KiLQOZRo4Y0D/b+3y08i3jsekoSkOYStROYmPUnGMEoA0h+k2qOH5H6tcjIc68WDvGwH+PaOrP1XRzLJ6QlA==",
  4038. "dependencies": {
  4039. "@typescript-eslint/scope-manager": "5.52.0",
  4040. "@typescript-eslint/types": "5.52.0",
  4041. "@typescript-eslint/typescript-estree": "5.52.0",
  4042. "debug": "^4.3.4"
  4043. },
  4044. "engines": {
  4045. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4046. },
  4047. "funding": {
  4048. "type": "opencollective",
  4049. "url": "https://opencollective.com/typescript-eslint"
  4050. },
  4051. "peerDependencies": {
  4052. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4053. },
  4054. "peerDependenciesMeta": {
  4055. "typescript": {
  4056. "optional": true
  4057. }
  4058. }
  4059. },
  4060. "node_modules/@typescript-eslint/scope-manager": {
  4061. "version": "5.52.0",
  4062. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.52.0.tgz",
  4063. "integrity": "sha512-AR7sxxfBKiNV0FWBSARxM8DmNxrwgnYMPwmpkC1Pl1n+eT8/I2NAUPuwDy/FmDcC6F8pBfmOcaxcxRHspgOBMw==",
  4064. "dependencies": {
  4065. "@typescript-eslint/types": "5.52.0",
  4066. "@typescript-eslint/visitor-keys": "5.52.0"
  4067. },
  4068. "engines": {
  4069. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4070. },
  4071. "funding": {
  4072. "type": "opencollective",
  4073. "url": "https://opencollective.com/typescript-eslint"
  4074. }
  4075. },
  4076. "node_modules/@typescript-eslint/type-utils": {
  4077. "version": "5.52.0",
  4078. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.52.0.tgz",
  4079. "integrity": "sha512-tEKuUHfDOv852QGlpPtB3lHOoig5pyFQN/cUiZtpw99D93nEBjexRLre5sQZlkMoHry/lZr8qDAt2oAHLKA6Jw==",
  4080. "dependencies": {
  4081. "@typescript-eslint/typescript-estree": "5.52.0",
  4082. "@typescript-eslint/utils": "5.52.0",
  4083. "debug": "^4.3.4",
  4084. "tsutils": "^3.21.0"
  4085. },
  4086. "engines": {
  4087. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4088. },
  4089. "funding": {
  4090. "type": "opencollective",
  4091. "url": "https://opencollective.com/typescript-eslint"
  4092. },
  4093. "peerDependencies": {
  4094. "eslint": "*"
  4095. },
  4096. "peerDependenciesMeta": {
  4097. "typescript": {
  4098. "optional": true
  4099. }
  4100. }
  4101. },
  4102. "node_modules/@typescript-eslint/types": {
  4103. "version": "5.52.0",
  4104. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.52.0.tgz",
  4105. "integrity": "sha512-oV7XU4CHYfBhk78fS7tkum+/Dpgsfi91IIDy7fjCyq2k6KB63M6gMC0YIvy+iABzmXThCRI6xpCEyVObBdWSDQ==",
  4106. "engines": {
  4107. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4108. },
  4109. "funding": {
  4110. "type": "opencollective",
  4111. "url": "https://opencollective.com/typescript-eslint"
  4112. }
  4113. },
  4114. "node_modules/@typescript-eslint/typescript-estree": {
  4115. "version": "5.52.0",
  4116. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.52.0.tgz",
  4117. "integrity": "sha512-WeWnjanyEwt6+fVrSR0MYgEpUAuROxuAH516WPjUblIrClzYJj0kBbjdnbQXLpgAN8qbEuGywiQsXUVDiAoEuQ==",
  4118. "dependencies": {
  4119. "@typescript-eslint/types": "5.52.0",
  4120. "@typescript-eslint/visitor-keys": "5.52.0",
  4121. "debug": "^4.3.4",
  4122. "globby": "^11.1.0",
  4123. "is-glob": "^4.0.3",
  4124. "semver": "^7.3.7",
  4125. "tsutils": "^3.21.0"
  4126. },
  4127. "engines": {
  4128. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4129. },
  4130. "funding": {
  4131. "type": "opencollective",
  4132. "url": "https://opencollective.com/typescript-eslint"
  4133. },
  4134. "peerDependenciesMeta": {
  4135. "typescript": {
  4136. "optional": true
  4137. }
  4138. }
  4139. },
  4140. "node_modules/@typescript-eslint/utils": {
  4141. "version": "5.52.0",
  4142. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.52.0.tgz",
  4143. "integrity": "sha512-As3lChhrbwWQLNk2HC8Ree96hldKIqk98EYvypd3It8Q1f8d5zWyIoaZEp2va5667M4ZyE7X8UUR+azXrFl+NA==",
  4144. "dependencies": {
  4145. "@types/json-schema": "^7.0.9",
  4146. "@types/semver": "^7.3.12",
  4147. "@typescript-eslint/scope-manager": "5.52.0",
  4148. "@typescript-eslint/types": "5.52.0",
  4149. "@typescript-eslint/typescript-estree": "5.52.0",
  4150. "eslint-scope": "^5.1.1",
  4151. "eslint-utils": "^3.0.0",
  4152. "semver": "^7.3.7"
  4153. },
  4154. "engines": {
  4155. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4156. },
  4157. "funding": {
  4158. "type": "opencollective",
  4159. "url": "https://opencollective.com/typescript-eslint"
  4160. },
  4161. "peerDependencies": {
  4162. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4163. }
  4164. },
  4165. "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": {
  4166. "version": "5.1.1",
  4167. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  4168. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  4169. "dependencies": {
  4170. "esrecurse": "^4.3.0",
  4171. "estraverse": "^4.1.1"
  4172. },
  4173. "engines": {
  4174. "node": ">=8.0.0"
  4175. }
  4176. },
  4177. "node_modules/@typescript-eslint/utils/node_modules/estraverse": {
  4178. "version": "4.3.0",
  4179. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  4180. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  4181. "engines": {
  4182. "node": ">=4.0"
  4183. }
  4184. },
  4185. "node_modules/@typescript-eslint/visitor-keys": {
  4186. "version": "5.52.0",
  4187. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.52.0.tgz",
  4188. "integrity": "sha512-qMwpw6SU5VHCPr99y274xhbm+PRViK/NATY6qzt+Et7+mThGuFSl/ompj2/hrBlRP/kq+BFdgagnOSgw9TB0eA==",
  4189. "dependencies": {
  4190. "@typescript-eslint/types": "5.52.0",
  4191. "eslint-visitor-keys": "^3.3.0"
  4192. },
  4193. "engines": {
  4194. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4195. },
  4196. "funding": {
  4197. "type": "opencollective",
  4198. "url": "https://opencollective.com/typescript-eslint"
  4199. }
  4200. },
  4201. "node_modules/@webassemblyjs/ast": {
  4202. "version": "1.11.1",
  4203. "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
  4204. "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==",
  4205. "dependencies": {
  4206. "@webassemblyjs/helper-numbers": "1.11.1",
  4207. "@webassemblyjs/helper-wasm-bytecode": "1.11.1"
  4208. }
  4209. },
  4210. "node_modules/@webassemblyjs/floating-point-hex-parser": {
  4211. "version": "1.11.1",
  4212. "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz",
  4213. "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ=="
  4214. },
  4215. "node_modules/@webassemblyjs/helper-api-error": {
  4216. "version": "1.11.1",
  4217. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz",
  4218. "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg=="
  4219. },
  4220. "node_modules/@webassemblyjs/helper-buffer": {
  4221. "version": "1.11.1",
  4222. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz",
  4223. "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA=="
  4224. },
  4225. "node_modules/@webassemblyjs/helper-numbers": {
  4226. "version": "1.11.1",
  4227. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz",
  4228. "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==",
  4229. "dependencies": {
  4230. "@webassemblyjs/floating-point-hex-parser": "1.11.1",
  4231. "@webassemblyjs/helper-api-error": "1.11.1",
  4232. "@xtuc/long": "4.2.2"
  4233. }
  4234. },
  4235. "node_modules/@webassemblyjs/helper-wasm-bytecode": {
  4236. "version": "1.11.1",
  4237. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz",
  4238. "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q=="
  4239. },
  4240. "node_modules/@webassemblyjs/helper-wasm-section": {
  4241. "version": "1.11.1",
  4242. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz",
  4243. "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==",
  4244. "dependencies": {
  4245. "@webassemblyjs/ast": "1.11.1",
  4246. "@webassemblyjs/helper-buffer": "1.11.1",
  4247. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  4248. "@webassemblyjs/wasm-gen": "1.11.1"
  4249. }
  4250. },
  4251. "node_modules/@webassemblyjs/ieee754": {
  4252. "version": "1.11.1",
  4253. "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz",
  4254. "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==",
  4255. "dependencies": {
  4256. "@xtuc/ieee754": "^1.2.0"
  4257. }
  4258. },
  4259. "node_modules/@webassemblyjs/leb128": {
  4260. "version": "1.11.1",
  4261. "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz",
  4262. "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==",
  4263. "dependencies": {
  4264. "@xtuc/long": "4.2.2"
  4265. }
  4266. },
  4267. "node_modules/@webassemblyjs/utf8": {
  4268. "version": "1.11.1",
  4269. "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz",
  4270. "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ=="
  4271. },
  4272. "node_modules/@webassemblyjs/wasm-edit": {
  4273. "version": "1.11.1",
  4274. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz",
  4275. "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==",
  4276. "dependencies": {
  4277. "@webassemblyjs/ast": "1.11.1",
  4278. "@webassemblyjs/helper-buffer": "1.11.1",
  4279. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  4280. "@webassemblyjs/helper-wasm-section": "1.11.1",
  4281. "@webassemblyjs/wasm-gen": "1.11.1",
  4282. "@webassemblyjs/wasm-opt": "1.11.1",
  4283. "@webassemblyjs/wasm-parser": "1.11.1",
  4284. "@webassemblyjs/wast-printer": "1.11.1"
  4285. }
  4286. },
  4287. "node_modules/@webassemblyjs/wasm-gen": {
  4288. "version": "1.11.1",
  4289. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz",
  4290. "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==",
  4291. "dependencies": {
  4292. "@webassemblyjs/ast": "1.11.1",
  4293. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  4294. "@webassemblyjs/ieee754": "1.11.1",
  4295. "@webassemblyjs/leb128": "1.11.1",
  4296. "@webassemblyjs/utf8": "1.11.1"
  4297. }
  4298. },
  4299. "node_modules/@webassemblyjs/wasm-opt": {
  4300. "version": "1.11.1",
  4301. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz",
  4302. "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==",
  4303. "dependencies": {
  4304. "@webassemblyjs/ast": "1.11.1",
  4305. "@webassemblyjs/helper-buffer": "1.11.1",
  4306. "@webassemblyjs/wasm-gen": "1.11.1",
  4307. "@webassemblyjs/wasm-parser": "1.11.1"
  4308. }
  4309. },
  4310. "node_modules/@webassemblyjs/wasm-parser": {
  4311. "version": "1.11.1",
  4312. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz",
  4313. "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==",
  4314. "dependencies": {
  4315. "@webassemblyjs/ast": "1.11.1",
  4316. "@webassemblyjs/helper-api-error": "1.11.1",
  4317. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  4318. "@webassemblyjs/ieee754": "1.11.1",
  4319. "@webassemblyjs/leb128": "1.11.1",
  4320. "@webassemblyjs/utf8": "1.11.1"
  4321. }
  4322. },
  4323. "node_modules/@webassemblyjs/wast-printer": {
  4324. "version": "1.11.1",
  4325. "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz",
  4326. "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==",
  4327. "dependencies": {
  4328. "@webassemblyjs/ast": "1.11.1",
  4329. "@xtuc/long": "4.2.2"
  4330. }
  4331. },
  4332. "node_modules/@xtuc/ieee754": {
  4333. "version": "1.2.0",
  4334. "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
  4335. "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
  4336. },
  4337. "node_modules/@xtuc/long": {
  4338. "version": "4.2.2",
  4339. "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
  4340. "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
  4341. },
  4342. "node_modules/abab": {
  4343. "version": "2.0.6",
  4344. "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
  4345. "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA=="
  4346. },
  4347. "node_modules/accepts": {
  4348. "version": "1.3.8",
  4349. "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
  4350. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  4351. "dependencies": {
  4352. "mime-types": "~2.1.34",
  4353. "negotiator": "0.6.3"
  4354. },
  4355. "engines": {
  4356. "node": ">= 0.6"
  4357. }
  4358. },
  4359. "node_modules/acorn": {
  4360. "version": "8.8.2",
  4361. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz",
  4362. "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==",
  4363. "bin": {
  4364. "acorn": "bin/acorn"
  4365. },
  4366. "engines": {
  4367. "node": ">=0.4.0"
  4368. }
  4369. },
  4370. "node_modules/acorn-globals": {
  4371. "version": "6.0.0",
  4372. "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
  4373. "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
  4374. "dependencies": {
  4375. "acorn": "^7.1.1",
  4376. "acorn-walk": "^7.1.1"
  4377. }
  4378. },
  4379. "node_modules/acorn-globals/node_modules/acorn": {
  4380. "version": "7.4.1",
  4381. "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
  4382. "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
  4383. "bin": {
  4384. "acorn": "bin/acorn"
  4385. },
  4386. "engines": {
  4387. "node": ">=0.4.0"
  4388. }
  4389. },
  4390. "node_modules/acorn-import-assertions": {
  4391. "version": "1.8.0",
  4392. "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz",
  4393. "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==",
  4394. "peerDependencies": {
  4395. "acorn": "^8"
  4396. }
  4397. },
  4398. "node_modules/acorn-jsx": {
  4399. "version": "5.3.2",
  4400. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  4401. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  4402. "peerDependencies": {
  4403. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4404. }
  4405. },
  4406. "node_modules/acorn-node": {
  4407. "version": "1.8.2",
  4408. "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz",
  4409. "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==",
  4410. "dependencies": {
  4411. "acorn": "^7.0.0",
  4412. "acorn-walk": "^7.0.0",
  4413. "xtend": "^4.0.2"
  4414. }
  4415. },
  4416. "node_modules/acorn-node/node_modules/acorn": {
  4417. "version": "7.4.1",
  4418. "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
  4419. "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
  4420. "bin": {
  4421. "acorn": "bin/acorn"
  4422. },
  4423. "engines": {
  4424. "node": ">=0.4.0"
  4425. }
  4426. },
  4427. "node_modules/acorn-walk": {
  4428. "version": "7.2.0",
  4429. "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
  4430. "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
  4431. "engines": {
  4432. "node": ">=0.4.0"
  4433. }
  4434. },
  4435. "node_modules/address": {
  4436. "version": "1.2.2",
  4437. "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz",
  4438. "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
  4439. "engines": {
  4440. "node": ">= 10.0.0"
  4441. }
  4442. },
  4443. "node_modules/adjust-sourcemap-loader": {
  4444. "version": "4.0.0",
  4445. "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz",
  4446. "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==",
  4447. "dependencies": {
  4448. "loader-utils": "^2.0.0",
  4449. "regex-parser": "^2.2.11"
  4450. },
  4451. "engines": {
  4452. "node": ">=8.9"
  4453. }
  4454. },
  4455. "node_modules/agent-base": {
  4456. "version": "6.0.2",
  4457. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  4458. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  4459. "dependencies": {
  4460. "debug": "4"
  4461. },
  4462. "engines": {
  4463. "node": ">= 6.0.0"
  4464. }
  4465. },
  4466. "node_modules/ajv": {
  4467. "version": "6.12.6",
  4468. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  4469. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  4470. "dependencies": {
  4471. "fast-deep-equal": "^3.1.1",
  4472. "fast-json-stable-stringify": "^2.0.0",
  4473. "json-schema-traverse": "^0.4.1",
  4474. "uri-js": "^4.2.2"
  4475. },
  4476. "funding": {
  4477. "type": "github",
  4478. "url": "https://github.com/sponsors/epoberezkin"
  4479. }
  4480. },
  4481. "node_modules/ajv-formats": {
  4482. "version": "2.1.1",
  4483. "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
  4484. "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
  4485. "dependencies": {
  4486. "ajv": "^8.0.0"
  4487. },
  4488. "peerDependencies": {
  4489. "ajv": "^8.0.0"
  4490. },
  4491. "peerDependenciesMeta": {
  4492. "ajv": {
  4493. "optional": true
  4494. }
  4495. }
  4496. },
  4497. "node_modules/ajv-formats/node_modules/ajv": {
  4498. "version": "8.12.0",
  4499. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
  4500. "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
  4501. "dependencies": {
  4502. "fast-deep-equal": "^3.1.1",
  4503. "json-schema-traverse": "^1.0.0",
  4504. "require-from-string": "^2.0.2",
  4505. "uri-js": "^4.2.2"
  4506. },
  4507. "funding": {
  4508. "type": "github",
  4509. "url": "https://github.com/sponsors/epoberezkin"
  4510. }
  4511. },
  4512. "node_modules/ajv-formats/node_modules/json-schema-traverse": {
  4513. "version": "1.0.0",
  4514. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  4515. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  4516. },
  4517. "node_modules/ajv-keywords": {
  4518. "version": "3.5.2",
  4519. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
  4520. "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
  4521. "peerDependencies": {
  4522. "ajv": "^6.9.1"
  4523. }
  4524. },
  4525. "node_modules/ansi-escapes": {
  4526. "version": "4.3.2",
  4527. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  4528. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  4529. "dependencies": {
  4530. "type-fest": "^0.21.3"
  4531. },
  4532. "engines": {
  4533. "node": ">=8"
  4534. },
  4535. "funding": {
  4536. "url": "https://github.com/sponsors/sindresorhus"
  4537. }
  4538. },
  4539. "node_modules/ansi-html-community": {
  4540. "version": "0.0.8",
  4541. "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
  4542. "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
  4543. "engines": [
  4544. "node >= 0.8.0"
  4545. ],
  4546. "bin": {
  4547. "ansi-html": "bin/ansi-html"
  4548. }
  4549. },
  4550. "node_modules/ansi-regex": {
  4551. "version": "5.0.1",
  4552. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  4553. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  4554. "engines": {
  4555. "node": ">=8"
  4556. }
  4557. },
  4558. "node_modules/ansi-styles": {
  4559. "version": "3.2.1",
  4560. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  4561. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  4562. "dependencies": {
  4563. "color-convert": "^1.9.0"
  4564. },
  4565. "engines": {
  4566. "node": ">=4"
  4567. }
  4568. },
  4569. "node_modules/anymatch": {
  4570. "version": "3.1.3",
  4571. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  4572. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  4573. "dependencies": {
  4574. "normalize-path": "^3.0.0",
  4575. "picomatch": "^2.0.4"
  4576. },
  4577. "engines": {
  4578. "node": ">= 8"
  4579. }
  4580. },
  4581. "node_modules/arg": {
  4582. "version": "5.0.2",
  4583. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  4584. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
  4585. },
  4586. "node_modules/argparse": {
  4587. "version": "1.0.10",
  4588. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  4589. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  4590. "dependencies": {
  4591. "sprintf-js": "~1.0.2"
  4592. }
  4593. },
  4594. "node_modules/aria-query": {
  4595. "version": "5.1.3",
  4596. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz",
  4597. "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==",
  4598. "dependencies": {
  4599. "deep-equal": "^2.0.5"
  4600. }
  4601. },
  4602. "node_modules/array-flatten": {
  4603. "version": "2.1.2",
  4604. "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
  4605. "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ=="
  4606. },
  4607. "node_modules/array-includes": {
  4608. "version": "3.1.6",
  4609. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
  4610. "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
  4611. "dependencies": {
  4612. "call-bind": "^1.0.2",
  4613. "define-properties": "^1.1.4",
  4614. "es-abstract": "^1.20.4",
  4615. "get-intrinsic": "^1.1.3",
  4616. "is-string": "^1.0.7"
  4617. },
  4618. "engines": {
  4619. "node": ">= 0.4"
  4620. },
  4621. "funding": {
  4622. "url": "https://github.com/sponsors/ljharb"
  4623. }
  4624. },
  4625. "node_modules/array-union": {
  4626. "version": "2.1.0",
  4627. "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  4628. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  4629. "engines": {
  4630. "node": ">=8"
  4631. }
  4632. },
  4633. "node_modules/array.prototype.flat": {
  4634. "version": "1.3.1",
  4635. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz",
  4636. "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==",
  4637. "dependencies": {
  4638. "call-bind": "^1.0.2",
  4639. "define-properties": "^1.1.4",
  4640. "es-abstract": "^1.20.4",
  4641. "es-shim-unscopables": "^1.0.0"
  4642. },
  4643. "engines": {
  4644. "node": ">= 0.4"
  4645. },
  4646. "funding": {
  4647. "url": "https://github.com/sponsors/ljharb"
  4648. }
  4649. },
  4650. "node_modules/array.prototype.flatmap": {
  4651. "version": "1.3.1",
  4652. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz",
  4653. "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==",
  4654. "dependencies": {
  4655. "call-bind": "^1.0.2",
  4656. "define-properties": "^1.1.4",
  4657. "es-abstract": "^1.20.4",
  4658. "es-shim-unscopables": "^1.0.0"
  4659. },
  4660. "engines": {
  4661. "node": ">= 0.4"
  4662. },
  4663. "funding": {
  4664. "url": "https://github.com/sponsors/ljharb"
  4665. }
  4666. },
  4667. "node_modules/array.prototype.reduce": {
  4668. "version": "1.0.5",
  4669. "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.5.tgz",
  4670. "integrity": "sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q==",
  4671. "dependencies": {
  4672. "call-bind": "^1.0.2",
  4673. "define-properties": "^1.1.4",
  4674. "es-abstract": "^1.20.4",
  4675. "es-array-method-boxes-properly": "^1.0.0",
  4676. "is-string": "^1.0.7"
  4677. },
  4678. "engines": {
  4679. "node": ">= 0.4"
  4680. },
  4681. "funding": {
  4682. "url": "https://github.com/sponsors/ljharb"
  4683. }
  4684. },
  4685. "node_modules/array.prototype.tosorted": {
  4686. "version": "1.1.1",
  4687. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz",
  4688. "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==",
  4689. "dependencies": {
  4690. "call-bind": "^1.0.2",
  4691. "define-properties": "^1.1.4",
  4692. "es-abstract": "^1.20.4",
  4693. "es-shim-unscopables": "^1.0.0",
  4694. "get-intrinsic": "^1.1.3"
  4695. }
  4696. },
  4697. "node_modules/asap": {
  4698. "version": "2.0.6",
  4699. "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
  4700. "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
  4701. },
  4702. "node_modules/ast-types-flow": {
  4703. "version": "0.0.7",
  4704. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
  4705. "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag=="
  4706. },
  4707. "node_modules/async": {
  4708. "version": "3.2.4",
  4709. "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
  4710. "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
  4711. },
  4712. "node_modules/asynckit": {
  4713. "version": "0.4.0",
  4714. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  4715. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
  4716. },
  4717. "node_modules/at-least-node": {
  4718. "version": "1.0.0",
  4719. "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  4720. "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
  4721. "engines": {
  4722. "node": ">= 4.0.0"
  4723. }
  4724. },
  4725. "node_modules/autoprefixer": {
  4726. "version": "10.4.13",
  4727. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz",
  4728. "integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==",
  4729. "funding": [
  4730. {
  4731. "type": "opencollective",
  4732. "url": "https://opencollective.com/postcss/"
  4733. },
  4734. {
  4735. "type": "tidelift",
  4736. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  4737. }
  4738. ],
  4739. "dependencies": {
  4740. "browserslist": "^4.21.4",
  4741. "caniuse-lite": "^1.0.30001426",
  4742. "fraction.js": "^4.2.0",
  4743. "normalize-range": "^0.1.2",
  4744. "picocolors": "^1.0.0",
  4745. "postcss-value-parser": "^4.2.0"
  4746. },
  4747. "bin": {
  4748. "autoprefixer": "bin/autoprefixer"
  4749. },
  4750. "engines": {
  4751. "node": "^10 || ^12 || >=14"
  4752. },
  4753. "peerDependencies": {
  4754. "postcss": "^8.1.0"
  4755. }
  4756. },
  4757. "node_modules/available-typed-arrays": {
  4758. "version": "1.0.5",
  4759. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
  4760. "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
  4761. "engines": {
  4762. "node": ">= 0.4"
  4763. },
  4764. "funding": {
  4765. "url": "https://github.com/sponsors/ljharb"
  4766. }
  4767. },
  4768. "node_modules/axe-core": {
  4769. "version": "4.6.3",
  4770. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.6.3.tgz",
  4771. "integrity": "sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg==",
  4772. "engines": {
  4773. "node": ">=4"
  4774. }
  4775. },
  4776. "node_modules/axobject-query": {
  4777. "version": "3.1.1",
  4778. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz",
  4779. "integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==",
  4780. "dependencies": {
  4781. "deep-equal": "^2.0.5"
  4782. }
  4783. },
  4784. "node_modules/babel-jest": {
  4785. "version": "27.5.1",
  4786. "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz",
  4787. "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==",
  4788. "dependencies": {
  4789. "@jest/transform": "^27.5.1",
  4790. "@jest/types": "^27.5.1",
  4791. "@types/babel__core": "^7.1.14",
  4792. "babel-plugin-istanbul": "^6.1.1",
  4793. "babel-preset-jest": "^27.5.1",
  4794. "chalk": "^4.0.0",
  4795. "graceful-fs": "^4.2.9",
  4796. "slash": "^3.0.0"
  4797. },
  4798. "engines": {
  4799. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  4800. },
  4801. "peerDependencies": {
  4802. "@babel/core": "^7.8.0"
  4803. }
  4804. },
  4805. "node_modules/babel-jest/node_modules/ansi-styles": {
  4806. "version": "4.3.0",
  4807. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  4808. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  4809. "dependencies": {
  4810. "color-convert": "^2.0.1"
  4811. },
  4812. "engines": {
  4813. "node": ">=8"
  4814. },
  4815. "funding": {
  4816. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  4817. }
  4818. },
  4819. "node_modules/babel-jest/node_modules/chalk": {
  4820. "version": "4.1.2",
  4821. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  4822. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  4823. "dependencies": {
  4824. "ansi-styles": "^4.1.0",
  4825. "supports-color": "^7.1.0"
  4826. },
  4827. "engines": {
  4828. "node": ">=10"
  4829. },
  4830. "funding": {
  4831. "url": "https://github.com/chalk/chalk?sponsor=1"
  4832. }
  4833. },
  4834. "node_modules/babel-jest/node_modules/color-convert": {
  4835. "version": "2.0.1",
  4836. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  4837. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4838. "dependencies": {
  4839. "color-name": "~1.1.4"
  4840. },
  4841. "engines": {
  4842. "node": ">=7.0.0"
  4843. }
  4844. },
  4845. "node_modules/babel-jest/node_modules/color-name": {
  4846. "version": "1.1.4",
  4847. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  4848. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  4849. },
  4850. "node_modules/babel-jest/node_modules/has-flag": {
  4851. "version": "4.0.0",
  4852. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  4853. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4854. "engines": {
  4855. "node": ">=8"
  4856. }
  4857. },
  4858. "node_modules/babel-jest/node_modules/supports-color": {
  4859. "version": "7.2.0",
  4860. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  4861. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  4862. "dependencies": {
  4863. "has-flag": "^4.0.0"
  4864. },
  4865. "engines": {
  4866. "node": ">=8"
  4867. }
  4868. },
  4869. "node_modules/babel-loader": {
  4870. "version": "8.3.0",
  4871. "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz",
  4872. "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==",
  4873. "dependencies": {
  4874. "find-cache-dir": "^3.3.1",
  4875. "loader-utils": "^2.0.0",
  4876. "make-dir": "^3.1.0",
  4877. "schema-utils": "^2.6.5"
  4878. },
  4879. "engines": {
  4880. "node": ">= 8.9"
  4881. },
  4882. "peerDependencies": {
  4883. "@babel/core": "^7.0.0",
  4884. "webpack": ">=2"
  4885. }
  4886. },
  4887. "node_modules/babel-loader/node_modules/schema-utils": {
  4888. "version": "2.7.1",
  4889. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
  4890. "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
  4891. "dependencies": {
  4892. "@types/json-schema": "^7.0.5",
  4893. "ajv": "^6.12.4",
  4894. "ajv-keywords": "^3.5.2"
  4895. },
  4896. "engines": {
  4897. "node": ">= 8.9.0"
  4898. },
  4899. "funding": {
  4900. "type": "opencollective",
  4901. "url": "https://opencollective.com/webpack"
  4902. }
  4903. },
  4904. "node_modules/babel-plugin-istanbul": {
  4905. "version": "6.1.1",
  4906. "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
  4907. "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
  4908. "dependencies": {
  4909. "@babel/helper-plugin-utils": "^7.0.0",
  4910. "@istanbuljs/load-nyc-config": "^1.0.0",
  4911. "@istanbuljs/schema": "^0.1.2",
  4912. "istanbul-lib-instrument": "^5.0.4",
  4913. "test-exclude": "^6.0.0"
  4914. },
  4915. "engines": {
  4916. "node": ">=8"
  4917. }
  4918. },
  4919. "node_modules/babel-plugin-jest-hoist": {
  4920. "version": "27.5.1",
  4921. "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz",
  4922. "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==",
  4923. "dependencies": {
  4924. "@babel/template": "^7.3.3",
  4925. "@babel/types": "^7.3.3",
  4926. "@types/babel__core": "^7.0.0",
  4927. "@types/babel__traverse": "^7.0.6"
  4928. },
  4929. "engines": {
  4930. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  4931. }
  4932. },
  4933. "node_modules/babel-plugin-macros": {
  4934. "version": "3.1.0",
  4935. "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  4936. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  4937. "dependencies": {
  4938. "@babel/runtime": "^7.12.5",
  4939. "cosmiconfig": "^7.0.0",
  4940. "resolve": "^1.19.0"
  4941. },
  4942. "engines": {
  4943. "node": ">=10",
  4944. "npm": ">=6"
  4945. }
  4946. },
  4947. "node_modules/babel-plugin-named-asset-import": {
  4948. "version": "0.3.8",
  4949. "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz",
  4950. "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==",
  4951. "peerDependencies": {
  4952. "@babel/core": "^7.1.0"
  4953. }
  4954. },
  4955. "node_modules/babel-plugin-polyfill-corejs2": {
  4956. "version": "0.3.3",
  4957. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz",
  4958. "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==",
  4959. "dependencies": {
  4960. "@babel/compat-data": "^7.17.7",
  4961. "@babel/helper-define-polyfill-provider": "^0.3.3",
  4962. "semver": "^6.1.1"
  4963. },
  4964. "peerDependencies": {
  4965. "@babel/core": "^7.0.0-0"
  4966. }
  4967. },
  4968. "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
  4969. "version": "6.3.0",
  4970. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  4971. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  4972. "bin": {
  4973. "semver": "bin/semver.js"
  4974. }
  4975. },
  4976. "node_modules/babel-plugin-polyfill-corejs3": {
  4977. "version": "0.6.0",
  4978. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz",
  4979. "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==",
  4980. "dependencies": {
  4981. "@babel/helper-define-polyfill-provider": "^0.3.3",
  4982. "core-js-compat": "^3.25.1"
  4983. },
  4984. "peerDependencies": {
  4985. "@babel/core": "^7.0.0-0"
  4986. }
  4987. },
  4988. "node_modules/babel-plugin-polyfill-regenerator": {
  4989. "version": "0.4.1",
  4990. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz",
  4991. "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==",
  4992. "dependencies": {
  4993. "@babel/helper-define-polyfill-provider": "^0.3.3"
  4994. },
  4995. "peerDependencies": {
  4996. "@babel/core": "^7.0.0-0"
  4997. }
  4998. },
  4999. "node_modules/babel-plugin-styled-components": {
  5000. "version": "2.0.7",
  5001. "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.7.tgz",
  5002. "integrity": "sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA==",
  5003. "dependencies": {
  5004. "@babel/helper-annotate-as-pure": "^7.16.0",
  5005. "@babel/helper-module-imports": "^7.16.0",
  5006. "babel-plugin-syntax-jsx": "^6.18.0",
  5007. "lodash": "^4.17.11",
  5008. "picomatch": "^2.3.0"
  5009. },
  5010. "peerDependencies": {
  5011. "styled-components": ">= 2"
  5012. }
  5013. },
  5014. "node_modules/babel-plugin-syntax-jsx": {
  5015. "version": "6.18.0",
  5016. "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
  5017. "integrity": "sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw=="
  5018. },
  5019. "node_modules/babel-plugin-transform-react-remove-prop-types": {
  5020. "version": "0.4.24",
  5021. "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
  5022. "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
  5023. },
  5024. "node_modules/babel-preset-current-node-syntax": {
  5025. "version": "1.0.1",
  5026. "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
  5027. "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
  5028. "dependencies": {
  5029. "@babel/plugin-syntax-async-generators": "^7.8.4",
  5030. "@babel/plugin-syntax-bigint": "^7.8.3",
  5031. "@babel/plugin-syntax-class-properties": "^7.8.3",
  5032. "@babel/plugin-syntax-import-meta": "^7.8.3",
  5033. "@babel/plugin-syntax-json-strings": "^7.8.3",
  5034. "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
  5035. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  5036. "@babel/plugin-syntax-numeric-separator": "^7.8.3",
  5037. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  5038. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  5039. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  5040. "@babel/plugin-syntax-top-level-await": "^7.8.3"
  5041. },
  5042. "peerDependencies": {
  5043. "@babel/core": "^7.0.0"
  5044. }
  5045. },
  5046. "node_modules/babel-preset-jest": {
  5047. "version": "27.5.1",
  5048. "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz",
  5049. "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==",
  5050. "dependencies": {
  5051. "babel-plugin-jest-hoist": "^27.5.1",
  5052. "babel-preset-current-node-syntax": "^1.0.0"
  5053. },
  5054. "engines": {
  5055. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  5056. },
  5057. "peerDependencies": {
  5058. "@babel/core": "^7.0.0"
  5059. }
  5060. },
  5061. "node_modules/babel-preset-react-app": {
  5062. "version": "10.0.1",
  5063. "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz",
  5064. "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==",
  5065. "dependencies": {
  5066. "@babel/core": "^7.16.0",
  5067. "@babel/plugin-proposal-class-properties": "^7.16.0",
  5068. "@babel/plugin-proposal-decorators": "^7.16.4",
  5069. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
  5070. "@babel/plugin-proposal-numeric-separator": "^7.16.0",
  5071. "@babel/plugin-proposal-optional-chaining": "^7.16.0",
  5072. "@babel/plugin-proposal-private-methods": "^7.16.0",
  5073. "@babel/plugin-transform-flow-strip-types": "^7.16.0",
  5074. "@babel/plugin-transform-react-display-name": "^7.16.0",
  5075. "@babel/plugin-transform-runtime": "^7.16.4",
  5076. "@babel/preset-env": "^7.16.4",
  5077. "@babel/preset-react": "^7.16.0",
  5078. "@babel/preset-typescript": "^7.16.0",
  5079. "@babel/runtime": "^7.16.3",
  5080. "babel-plugin-macros": "^3.1.0",
  5081. "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
  5082. }
  5083. },
  5084. "node_modules/balanced-match": {
  5085. "version": "1.0.2",
  5086. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  5087. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  5088. },
  5089. "node_modules/batch": {
  5090. "version": "0.6.1",
  5091. "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
  5092. "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw=="
  5093. },
  5094. "node_modules/bfj": {
  5095. "version": "7.0.2",
  5096. "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz",
  5097. "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==",
  5098. "dependencies": {
  5099. "bluebird": "^3.5.5",
  5100. "check-types": "^11.1.1",
  5101. "hoopy": "^0.1.4",
  5102. "tryer": "^1.0.1"
  5103. },
  5104. "engines": {
  5105. "node": ">= 8.0.0"
  5106. }
  5107. },
  5108. "node_modules/big.js": {
  5109. "version": "5.2.2",
  5110. "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
  5111. "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
  5112. "engines": {
  5113. "node": "*"
  5114. }
  5115. },
  5116. "node_modules/binary-extensions": {
  5117. "version": "2.2.0",
  5118. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
  5119. "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
  5120. "engines": {
  5121. "node": ">=8"
  5122. }
  5123. },
  5124. "node_modules/bluebird": {
  5125. "version": "3.7.2",
  5126. "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
  5127. "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
  5128. },
  5129. "node_modules/body-parser": {
  5130. "version": "1.20.1",
  5131. "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz",
  5132. "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==",
  5133. "dependencies": {
  5134. "bytes": "3.1.2",
  5135. "content-type": "~1.0.4",
  5136. "debug": "2.6.9",
  5137. "depd": "2.0.0",
  5138. "destroy": "1.2.0",
  5139. "http-errors": "2.0.0",
  5140. "iconv-lite": "0.4.24",
  5141. "on-finished": "2.4.1",
  5142. "qs": "6.11.0",
  5143. "raw-body": "2.5.1",
  5144. "type-is": "~1.6.18",
  5145. "unpipe": "1.0.0"
  5146. },
  5147. "engines": {
  5148. "node": ">= 0.8",
  5149. "npm": "1.2.8000 || >= 1.4.16"
  5150. }
  5151. },
  5152. "node_modules/body-parser/node_modules/bytes": {
  5153. "version": "3.1.2",
  5154. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  5155. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  5156. "engines": {
  5157. "node": ">= 0.8"
  5158. }
  5159. },
  5160. "node_modules/body-parser/node_modules/debug": {
  5161. "version": "2.6.9",
  5162. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5163. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5164. "dependencies": {
  5165. "ms": "2.0.0"
  5166. }
  5167. },
  5168. "node_modules/body-parser/node_modules/iconv-lite": {
  5169. "version": "0.4.24",
  5170. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  5171. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  5172. "dependencies": {
  5173. "safer-buffer": ">= 2.1.2 < 3"
  5174. },
  5175. "engines": {
  5176. "node": ">=0.10.0"
  5177. }
  5178. },
  5179. "node_modules/body-parser/node_modules/ms": {
  5180. "version": "2.0.0",
  5181. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5182. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  5183. },
  5184. "node_modules/bonjour-service": {
  5185. "version": "1.1.0",
  5186. "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.1.0.tgz",
  5187. "integrity": "sha512-LVRinRB3k1/K0XzZ2p58COnWvkQknIY6sf0zF2rpErvcJXpMBttEPQSxK+HEXSS9VmpZlDoDnQWv8ftJT20B0Q==",
  5188. "dependencies": {
  5189. "array-flatten": "^2.1.2",
  5190. "dns-equal": "^1.0.0",
  5191. "fast-deep-equal": "^3.1.3",
  5192. "multicast-dns": "^7.2.5"
  5193. }
  5194. },
  5195. "node_modules/boolbase": {
  5196. "version": "1.0.0",
  5197. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  5198. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
  5199. },
  5200. "node_modules/brace-expansion": {
  5201. "version": "1.1.11",
  5202. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  5203. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  5204. "dependencies": {
  5205. "balanced-match": "^1.0.0",
  5206. "concat-map": "0.0.1"
  5207. }
  5208. },
  5209. "node_modules/braces": {
  5210. "version": "3.0.2",
  5211. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  5212. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  5213. "dependencies": {
  5214. "fill-range": "^7.0.1"
  5215. },
  5216. "engines": {
  5217. "node": ">=8"
  5218. }
  5219. },
  5220. "node_modules/browser-process-hrtime": {
  5221. "version": "1.0.0",
  5222. "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
  5223. "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
  5224. },
  5225. "node_modules/browserslist": {
  5226. "version": "4.21.5",
  5227. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz",
  5228. "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==",
  5229. "funding": [
  5230. {
  5231. "type": "opencollective",
  5232. "url": "https://opencollective.com/browserslist"
  5233. },
  5234. {
  5235. "type": "tidelift",
  5236. "url": "https://tidelift.com/funding/github/npm/browserslist"
  5237. }
  5238. ],
  5239. "dependencies": {
  5240. "caniuse-lite": "^1.0.30001449",
  5241. "electron-to-chromium": "^1.4.284",
  5242. "node-releases": "^2.0.8",
  5243. "update-browserslist-db": "^1.0.10"
  5244. },
  5245. "bin": {
  5246. "browserslist": "cli.js"
  5247. },
  5248. "engines": {
  5249. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  5250. }
  5251. },
  5252. "node_modules/bser": {
  5253. "version": "2.1.1",
  5254. "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
  5255. "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
  5256. "dependencies": {
  5257. "node-int64": "^0.4.0"
  5258. }
  5259. },
  5260. "node_modules/buffer-from": {
  5261. "version": "1.1.2",
  5262. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  5263. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  5264. },
  5265. "node_modules/builtin-modules": {
  5266. "version": "3.3.0",
  5267. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
  5268. "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
  5269. "engines": {
  5270. "node": ">=6"
  5271. },
  5272. "funding": {
  5273. "url": "https://github.com/sponsors/sindresorhus"
  5274. }
  5275. },
  5276. "node_modules/bytes": {
  5277. "version": "3.0.0",
  5278. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
  5279. "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
  5280. "engines": {
  5281. "node": ">= 0.8"
  5282. }
  5283. },
  5284. "node_modules/call-bind": {
  5285. "version": "1.0.2",
  5286. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  5287. "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  5288. "dependencies": {
  5289. "function-bind": "^1.1.1",
  5290. "get-intrinsic": "^1.0.2"
  5291. },
  5292. "funding": {
  5293. "url": "https://github.com/sponsors/ljharb"
  5294. }
  5295. },
  5296. "node_modules/callsites": {
  5297. "version": "3.1.0",
  5298. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  5299. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  5300. "engines": {
  5301. "node": ">=6"
  5302. }
  5303. },
  5304. "node_modules/camel-case": {
  5305. "version": "4.1.2",
  5306. "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
  5307. "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
  5308. "dependencies": {
  5309. "pascal-case": "^3.1.2",
  5310. "tslib": "^2.0.3"
  5311. }
  5312. },
  5313. "node_modules/camelcase": {
  5314. "version": "6.3.0",
  5315. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  5316. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  5317. "engines": {
  5318. "node": ">=10"
  5319. },
  5320. "funding": {
  5321. "url": "https://github.com/sponsors/sindresorhus"
  5322. }
  5323. },
  5324. "node_modules/camelcase-css": {
  5325. "version": "2.0.1",
  5326. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  5327. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  5328. "engines": {
  5329. "node": ">= 6"
  5330. }
  5331. },
  5332. "node_modules/camelize": {
  5333. "version": "1.0.1",
  5334. "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz",
  5335. "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==",
  5336. "funding": {
  5337. "url": "https://github.com/sponsors/ljharb"
  5338. }
  5339. },
  5340. "node_modules/caniuse-api": {
  5341. "version": "3.0.0",
  5342. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  5343. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  5344. "dependencies": {
  5345. "browserslist": "^4.0.0",
  5346. "caniuse-lite": "^1.0.0",
  5347. "lodash.memoize": "^4.1.2",
  5348. "lodash.uniq": "^4.5.0"
  5349. }
  5350. },
  5351. "node_modules/caniuse-lite": {
  5352. "version": "1.0.30001452",
  5353. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001452.tgz",
  5354. "integrity": "sha512-Lkp0vFjMkBB3GTpLR8zk4NwW5EdRdnitwYJHDOOKIU85x4ckYCPQ+9WlVvSVClHxVReefkUMtWZH2l9KGlD51w==",
  5355. "funding": [
  5356. {
  5357. "type": "opencollective",
  5358. "url": "https://opencollective.com/browserslist"
  5359. },
  5360. {
  5361. "type": "tidelift",
  5362. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  5363. }
  5364. ]
  5365. },
  5366. "node_modules/case-sensitive-paths-webpack-plugin": {
  5367. "version": "2.4.0",
  5368. "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
  5369. "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==",
  5370. "engines": {
  5371. "node": ">=4"
  5372. }
  5373. },
  5374. "node_modules/chalk": {
  5375. "version": "2.4.2",
  5376. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  5377. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  5378. "dependencies": {
  5379. "ansi-styles": "^3.2.1",
  5380. "escape-string-regexp": "^1.0.5",
  5381. "supports-color": "^5.3.0"
  5382. },
  5383. "engines": {
  5384. "node": ">=4"
  5385. }
  5386. },
  5387. "node_modules/char-regex": {
  5388. "version": "1.0.2",
  5389. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  5390. "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
  5391. "engines": {
  5392. "node": ">=10"
  5393. }
  5394. },
  5395. "node_modules/check-types": {
  5396. "version": "11.2.2",
  5397. "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.2.2.tgz",
  5398. "integrity": "sha512-HBiYvXvn9Z70Z88XKjz3AEKd4HJhBXsa3j7xFnITAzoS8+q6eIGi8qDB8FKPBAjtuxjI/zFpwuiCb8oDtKOYrA=="
  5399. },
  5400. "node_modules/chokidar": {
  5401. "version": "3.5.3",
  5402. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
  5403. "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
  5404. "funding": [
  5405. {
  5406. "type": "individual",
  5407. "url": "https://paulmillr.com/funding/"
  5408. }
  5409. ],
  5410. "dependencies": {
  5411. "anymatch": "~3.1.2",
  5412. "braces": "~3.0.2",
  5413. "glob-parent": "~5.1.2",
  5414. "is-binary-path": "~2.1.0",
  5415. "is-glob": "~4.0.1",
  5416. "normalize-path": "~3.0.0",
  5417. "readdirp": "~3.6.0"
  5418. },
  5419. "engines": {
  5420. "node": ">= 8.10.0"
  5421. },
  5422. "optionalDependencies": {
  5423. "fsevents": "~2.3.2"
  5424. }
  5425. },
  5426. "node_modules/chokidar/node_modules/glob-parent": {
  5427. "version": "5.1.2",
  5428. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  5429. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5430. "dependencies": {
  5431. "is-glob": "^4.0.1"
  5432. },
  5433. "engines": {
  5434. "node": ">= 6"
  5435. }
  5436. },
  5437. "node_modules/chrome-trace-event": {
  5438. "version": "1.0.3",
  5439. "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
  5440. "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
  5441. "engines": {
  5442. "node": ">=6.0"
  5443. }
  5444. },
  5445. "node_modules/ci-info": {
  5446. "version": "3.8.0",
  5447. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  5448. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  5449. "funding": [
  5450. {
  5451. "type": "github",
  5452. "url": "https://github.com/sponsors/sibiraj-s"
  5453. }
  5454. ],
  5455. "engines": {
  5456. "node": ">=8"
  5457. }
  5458. },
  5459. "node_modules/cjs-module-lexer": {
  5460. "version": "1.2.2",
  5461. "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz",
  5462. "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA=="
  5463. },
  5464. "node_modules/clean-css": {
  5465. "version": "5.3.2",
  5466. "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz",
  5467. "integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==",
  5468. "dependencies": {
  5469. "source-map": "~0.6.0"
  5470. },
  5471. "engines": {
  5472. "node": ">= 10.0"
  5473. }
  5474. },
  5475. "node_modules/clean-css/node_modules/source-map": {
  5476. "version": "0.6.1",
  5477. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  5478. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  5479. "engines": {
  5480. "node": ">=0.10.0"
  5481. }
  5482. },
  5483. "node_modules/cliui": {
  5484. "version": "7.0.4",
  5485. "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
  5486. "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
  5487. "dependencies": {
  5488. "string-width": "^4.2.0",
  5489. "strip-ansi": "^6.0.0",
  5490. "wrap-ansi": "^7.0.0"
  5491. }
  5492. },
  5493. "node_modules/co": {
  5494. "version": "4.6.0",
  5495. "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  5496. "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
  5497. "engines": {
  5498. "iojs": ">= 1.0.0",
  5499. "node": ">= 0.12.0"
  5500. }
  5501. },
  5502. "node_modules/coa": {
  5503. "version": "2.0.2",
  5504. "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
  5505. "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
  5506. "dependencies": {
  5507. "@types/q": "^1.5.1",
  5508. "chalk": "^2.4.1",
  5509. "q": "^1.1.2"
  5510. },
  5511. "engines": {
  5512. "node": ">= 4.0"
  5513. }
  5514. },
  5515. "node_modules/collect-v8-coverage": {
  5516. "version": "1.0.1",
  5517. "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
  5518. "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="
  5519. },
  5520. "node_modules/color-convert": {
  5521. "version": "1.9.3",
  5522. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  5523. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  5524. "dependencies": {
  5525. "color-name": "1.1.3"
  5526. }
  5527. },
  5528. "node_modules/color-name": {
  5529. "version": "1.1.3",
  5530. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  5531. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  5532. },
  5533. "node_modules/colord": {
  5534. "version": "2.9.3",
  5535. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  5536. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw=="
  5537. },
  5538. "node_modules/colorette": {
  5539. "version": "2.0.19",
  5540. "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz",
  5541. "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ=="
  5542. },
  5543. "node_modules/combined-stream": {
  5544. "version": "1.0.8",
  5545. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  5546. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  5547. "dependencies": {
  5548. "delayed-stream": "~1.0.0"
  5549. },
  5550. "engines": {
  5551. "node": ">= 0.8"
  5552. }
  5553. },
  5554. "node_modules/commander": {
  5555. "version": "8.3.0",
  5556. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  5557. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  5558. "engines": {
  5559. "node": ">= 12"
  5560. }
  5561. },
  5562. "node_modules/common-path-prefix": {
  5563. "version": "3.0.0",
  5564. "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
  5565. "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w=="
  5566. },
  5567. "node_modules/common-tags": {
  5568. "version": "1.8.2",
  5569. "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
  5570. "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
  5571. "engines": {
  5572. "node": ">=4.0.0"
  5573. }
  5574. },
  5575. "node_modules/commondir": {
  5576. "version": "1.0.1",
  5577. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  5578. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
  5579. },
  5580. "node_modules/compressible": {
  5581. "version": "2.0.18",
  5582. "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
  5583. "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
  5584. "dependencies": {
  5585. "mime-db": ">= 1.43.0 < 2"
  5586. },
  5587. "engines": {
  5588. "node": ">= 0.6"
  5589. }
  5590. },
  5591. "node_modules/compression": {
  5592. "version": "1.7.4",
  5593. "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
  5594. "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
  5595. "dependencies": {
  5596. "accepts": "~1.3.5",
  5597. "bytes": "3.0.0",
  5598. "compressible": "~2.0.16",
  5599. "debug": "2.6.9",
  5600. "on-headers": "~1.0.2",
  5601. "safe-buffer": "5.1.2",
  5602. "vary": "~1.1.2"
  5603. },
  5604. "engines": {
  5605. "node": ">= 0.8.0"
  5606. }
  5607. },
  5608. "node_modules/compression/node_modules/debug": {
  5609. "version": "2.6.9",
  5610. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5611. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5612. "dependencies": {
  5613. "ms": "2.0.0"
  5614. }
  5615. },
  5616. "node_modules/compression/node_modules/ms": {
  5617. "version": "2.0.0",
  5618. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5619. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  5620. },
  5621. "node_modules/compression/node_modules/safe-buffer": {
  5622. "version": "5.1.2",
  5623. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  5624. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  5625. },
  5626. "node_modules/concat-map": {
  5627. "version": "0.0.1",
  5628. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  5629. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  5630. },
  5631. "node_modules/confusing-browser-globals": {
  5632. "version": "1.0.11",
  5633. "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
  5634. "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA=="
  5635. },
  5636. "node_modules/connect-history-api-fallback": {
  5637. "version": "2.0.0",
  5638. "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
  5639. "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==",
  5640. "engines": {
  5641. "node": ">=0.8"
  5642. }
  5643. },
  5644. "node_modules/content-disposition": {
  5645. "version": "0.5.4",
  5646. "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
  5647. "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
  5648. "dependencies": {
  5649. "safe-buffer": "5.2.1"
  5650. },
  5651. "engines": {
  5652. "node": ">= 0.6"
  5653. }
  5654. },
  5655. "node_modules/content-type": {
  5656. "version": "1.0.5",
  5657. "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
  5658. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  5659. "engines": {
  5660. "node": ">= 0.6"
  5661. }
  5662. },
  5663. "node_modules/convert-source-map": {
  5664. "version": "1.9.0",
  5665. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  5666. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
  5667. },
  5668. "node_modules/cookie": {
  5669. "version": "0.5.0",
  5670. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
  5671. "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
  5672. "engines": {
  5673. "node": ">= 0.6"
  5674. }
  5675. },
  5676. "node_modules/cookie-signature": {
  5677. "version": "1.0.6",
  5678. "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
  5679. "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ=="
  5680. },
  5681. "node_modules/core-js": {
  5682. "version": "3.28.0",
  5683. "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.28.0.tgz",
  5684. "integrity": "sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw==",
  5685. "hasInstallScript": true,
  5686. "funding": {
  5687. "type": "opencollective",
  5688. "url": "https://opencollective.com/core-js"
  5689. }
  5690. },
  5691. "node_modules/core-js-compat": {
  5692. "version": "3.28.0",
  5693. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.28.0.tgz",
  5694. "integrity": "sha512-myzPgE7QodMg4nnd3K1TDoES/nADRStM8Gpz0D6nhkwbmwEnE0ZGJgoWsvQ722FR8D7xS0n0LV556RcEicjTyg==",
  5695. "dependencies": {
  5696. "browserslist": "^4.21.5"
  5697. },
  5698. "funding": {
  5699. "type": "opencollective",
  5700. "url": "https://opencollective.com/core-js"
  5701. }
  5702. },
  5703. "node_modules/core-js-pure": {
  5704. "version": "3.28.0",
  5705. "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.28.0.tgz",
  5706. "integrity": "sha512-DSOVleA9/v3LNj/vFxAPfUHttKTzrB2RXhAPvR5TPXn4vrra3Z2ssytvRyt8eruJwAfwAiFADEbrjcRdcvPLQQ==",
  5707. "hasInstallScript": true,
  5708. "funding": {
  5709. "type": "opencollective",
  5710. "url": "https://opencollective.com/core-js"
  5711. }
  5712. },
  5713. "node_modules/core-util-is": {
  5714. "version": "1.0.3",
  5715. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  5716. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  5717. },
  5718. "node_modules/cosmiconfig": {
  5719. "version": "7.1.0",
  5720. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
  5721. "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
  5722. "dependencies": {
  5723. "@types/parse-json": "^4.0.0",
  5724. "import-fresh": "^3.2.1",
  5725. "parse-json": "^5.0.0",
  5726. "path-type": "^4.0.0",
  5727. "yaml": "^1.10.0"
  5728. },
  5729. "engines": {
  5730. "node": ">=10"
  5731. }
  5732. },
  5733. "node_modules/cross-spawn": {
  5734. "version": "7.0.3",
  5735. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  5736. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  5737. "dependencies": {
  5738. "path-key": "^3.1.0",
  5739. "shebang-command": "^2.0.0",
  5740. "which": "^2.0.1"
  5741. },
  5742. "engines": {
  5743. "node": ">= 8"
  5744. }
  5745. },
  5746. "node_modules/crypto-random-string": {
  5747. "version": "2.0.0",
  5748. "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
  5749. "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
  5750. "engines": {
  5751. "node": ">=8"
  5752. }
  5753. },
  5754. "node_modules/css-blank-pseudo": {
  5755. "version": "3.0.3",
  5756. "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz",
  5757. "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==",
  5758. "dependencies": {
  5759. "postcss-selector-parser": "^6.0.9"
  5760. },
  5761. "bin": {
  5762. "css-blank-pseudo": "dist/cli.cjs"
  5763. },
  5764. "engines": {
  5765. "node": "^12 || ^14 || >=16"
  5766. },
  5767. "peerDependencies": {
  5768. "postcss": "^8.4"
  5769. }
  5770. },
  5771. "node_modules/css-color-keywords": {
  5772. "version": "1.0.0",
  5773. "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz",
  5774. "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==",
  5775. "engines": {
  5776. "node": ">=4"
  5777. }
  5778. },
  5779. "node_modules/css-declaration-sorter": {
  5780. "version": "6.3.1",
  5781. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz",
  5782. "integrity": "sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w==",
  5783. "engines": {
  5784. "node": "^10 || ^12 || >=14"
  5785. },
  5786. "peerDependencies": {
  5787. "postcss": "^8.0.9"
  5788. }
  5789. },
  5790. "node_modules/css-has-pseudo": {
  5791. "version": "3.0.4",
  5792. "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz",
  5793. "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==",
  5794. "dependencies": {
  5795. "postcss-selector-parser": "^6.0.9"
  5796. },
  5797. "bin": {
  5798. "css-has-pseudo": "dist/cli.cjs"
  5799. },
  5800. "engines": {
  5801. "node": "^12 || ^14 || >=16"
  5802. },
  5803. "peerDependencies": {
  5804. "postcss": "^8.4"
  5805. }
  5806. },
  5807. "node_modules/css-loader": {
  5808. "version": "6.7.3",
  5809. "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz",
  5810. "integrity": "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==",
  5811. "dependencies": {
  5812. "icss-utils": "^5.1.0",
  5813. "postcss": "^8.4.19",
  5814. "postcss-modules-extract-imports": "^3.0.0",
  5815. "postcss-modules-local-by-default": "^4.0.0",
  5816. "postcss-modules-scope": "^3.0.0",
  5817. "postcss-modules-values": "^4.0.0",
  5818. "postcss-value-parser": "^4.2.0",
  5819. "semver": "^7.3.8"
  5820. },
  5821. "engines": {
  5822. "node": ">= 12.13.0"
  5823. },
  5824. "funding": {
  5825. "type": "opencollective",
  5826. "url": "https://opencollective.com/webpack"
  5827. },
  5828. "peerDependencies": {
  5829. "webpack": "^5.0.0"
  5830. }
  5831. },
  5832. "node_modules/css-minimizer-webpack-plugin": {
  5833. "version": "3.4.1",
  5834. "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz",
  5835. "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==",
  5836. "dependencies": {
  5837. "cssnano": "^5.0.6",
  5838. "jest-worker": "^27.0.2",
  5839. "postcss": "^8.3.5",
  5840. "schema-utils": "^4.0.0",
  5841. "serialize-javascript": "^6.0.0",
  5842. "source-map": "^0.6.1"
  5843. },
  5844. "engines": {
  5845. "node": ">= 12.13.0"
  5846. },
  5847. "funding": {
  5848. "type": "opencollective",
  5849. "url": "https://opencollective.com/webpack"
  5850. },
  5851. "peerDependencies": {
  5852. "webpack": "^5.0.0"
  5853. },
  5854. "peerDependenciesMeta": {
  5855. "@parcel/css": {
  5856. "optional": true
  5857. },
  5858. "clean-css": {
  5859. "optional": true
  5860. },
  5861. "csso": {
  5862. "optional": true
  5863. },
  5864. "esbuild": {
  5865. "optional": true
  5866. }
  5867. }
  5868. },
  5869. "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": {
  5870. "version": "8.12.0",
  5871. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
  5872. "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
  5873. "dependencies": {
  5874. "fast-deep-equal": "^3.1.1",
  5875. "json-schema-traverse": "^1.0.0",
  5876. "require-from-string": "^2.0.2",
  5877. "uri-js": "^4.2.2"
  5878. },
  5879. "funding": {
  5880. "type": "github",
  5881. "url": "https://github.com/sponsors/epoberezkin"
  5882. }
  5883. },
  5884. "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": {
  5885. "version": "5.1.0",
  5886. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  5887. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  5888. "dependencies": {
  5889. "fast-deep-equal": "^3.1.3"
  5890. },
  5891. "peerDependencies": {
  5892. "ajv": "^8.8.2"
  5893. }
  5894. },
  5895. "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": {
  5896. "version": "1.0.0",
  5897. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  5898. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  5899. },
  5900. "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": {
  5901. "version": "4.0.0",
  5902. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  5903. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  5904. "dependencies": {
  5905. "@types/json-schema": "^7.0.9",
  5906. "ajv": "^8.8.0",
  5907. "ajv-formats": "^2.1.1",
  5908. "ajv-keywords": "^5.0.0"
  5909. },
  5910. "engines": {
  5911. "node": ">= 12.13.0"
  5912. },
  5913. "funding": {
  5914. "type": "opencollective",
  5915. "url": "https://opencollective.com/webpack"
  5916. }
  5917. },
  5918. "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": {
  5919. "version": "0.6.1",
  5920. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  5921. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  5922. "engines": {
  5923. "node": ">=0.10.0"
  5924. }
  5925. },
  5926. "node_modules/css-prefers-color-scheme": {
  5927. "version": "6.0.3",
  5928. "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz",
  5929. "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==",
  5930. "bin": {
  5931. "css-prefers-color-scheme": "dist/cli.cjs"
  5932. },
  5933. "engines": {
  5934. "node": "^12 || ^14 || >=16"
  5935. },
  5936. "peerDependencies": {
  5937. "postcss": "^8.4"
  5938. }
  5939. },
  5940. "node_modules/css-select": {
  5941. "version": "4.3.0",
  5942. "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz",
  5943. "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
  5944. "dependencies": {
  5945. "boolbase": "^1.0.0",
  5946. "css-what": "^6.0.1",
  5947. "domhandler": "^4.3.1",
  5948. "domutils": "^2.8.0",
  5949. "nth-check": "^2.0.1"
  5950. },
  5951. "funding": {
  5952. "url": "https://github.com/sponsors/fb55"
  5953. }
  5954. },
  5955. "node_modules/css-select-base-adapter": {
  5956. "version": "0.1.1",
  5957. "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
  5958. "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
  5959. },
  5960. "node_modules/css-to-react-native": {
  5961. "version": "3.2.0",
  5962. "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz",
  5963. "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==",
  5964. "dependencies": {
  5965. "camelize": "^1.0.0",
  5966. "css-color-keywords": "^1.0.0",
  5967. "postcss-value-parser": "^4.0.2"
  5968. }
  5969. },
  5970. "node_modules/css-tree": {
  5971. "version": "1.0.0-alpha.37",
  5972. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
  5973. "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
  5974. "dependencies": {
  5975. "mdn-data": "2.0.4",
  5976. "source-map": "^0.6.1"
  5977. },
  5978. "engines": {
  5979. "node": ">=8.0.0"
  5980. }
  5981. },
  5982. "node_modules/css-tree/node_modules/source-map": {
  5983. "version": "0.6.1",
  5984. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  5985. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  5986. "engines": {
  5987. "node": ">=0.10.0"
  5988. }
  5989. },
  5990. "node_modules/css-what": {
  5991. "version": "6.1.0",
  5992. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
  5993. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
  5994. "engines": {
  5995. "node": ">= 6"
  5996. },
  5997. "funding": {
  5998. "url": "https://github.com/sponsors/fb55"
  5999. }
  6000. },
  6001. "node_modules/css.escape": {
  6002. "version": "1.5.1",
  6003. "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
  6004. "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg=="
  6005. },
  6006. "node_modules/cssdb": {
  6007. "version": "7.4.1",
  6008. "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.4.1.tgz",
  6009. "integrity": "sha512-0Q8NOMpXJ3iTDDbUv9grcmQAfdDx4qz+fN/+Md2FGbevT+6+bJNQ2LjB2YIUlLbpBTM32idU1Sb+tb/uGt6/XQ==",
  6010. "funding": {
  6011. "type": "opencollective",
  6012. "url": "https://opencollective.com/csstools"
  6013. }
  6014. },
  6015. "node_modules/cssesc": {
  6016. "version": "3.0.0",
  6017. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  6018. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  6019. "bin": {
  6020. "cssesc": "bin/cssesc"
  6021. },
  6022. "engines": {
  6023. "node": ">=4"
  6024. }
  6025. },
  6026. "node_modules/cssnano": {
  6027. "version": "5.1.14",
  6028. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.14.tgz",
  6029. "integrity": "sha512-Oou7ihiTocbKqi0J1bB+TRJIQX5RMR3JghA8hcWSw9mjBLQ5Y3RWqEDoYG3sRNlAbCIXpqMoZGbq5KDR3vdzgw==",
  6030. "dependencies": {
  6031. "cssnano-preset-default": "^5.2.13",
  6032. "lilconfig": "^2.0.3",
  6033. "yaml": "^1.10.2"
  6034. },
  6035. "engines": {
  6036. "node": "^10 || ^12 || >=14.0"
  6037. },
  6038. "funding": {
  6039. "type": "opencollective",
  6040. "url": "https://opencollective.com/cssnano"
  6041. },
  6042. "peerDependencies": {
  6043. "postcss": "^8.2.15"
  6044. }
  6045. },
  6046. "node_modules/cssnano-preset-default": {
  6047. "version": "5.2.13",
  6048. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.13.tgz",
  6049. "integrity": "sha512-PX7sQ4Pb+UtOWuz8A1d+Rbi+WimBIxJTRyBdgGp1J75VU0r/HFQeLnMYgHiCAp6AR4rqrc7Y4R+1Rjk3KJz6DQ==",
  6050. "dependencies": {
  6051. "css-declaration-sorter": "^6.3.1",
  6052. "cssnano-utils": "^3.1.0",
  6053. "postcss-calc": "^8.2.3",
  6054. "postcss-colormin": "^5.3.0",
  6055. "postcss-convert-values": "^5.1.3",
  6056. "postcss-discard-comments": "^5.1.2",
  6057. "postcss-discard-duplicates": "^5.1.0",
  6058. "postcss-discard-empty": "^5.1.1",
  6059. "postcss-discard-overridden": "^5.1.0",
  6060. "postcss-merge-longhand": "^5.1.7",
  6061. "postcss-merge-rules": "^5.1.3",
  6062. "postcss-minify-font-values": "^5.1.0",
  6063. "postcss-minify-gradients": "^5.1.1",
  6064. "postcss-minify-params": "^5.1.4",
  6065. "postcss-minify-selectors": "^5.2.1",
  6066. "postcss-normalize-charset": "^5.1.0",
  6067. "postcss-normalize-display-values": "^5.1.0",
  6068. "postcss-normalize-positions": "^5.1.1",
  6069. "postcss-normalize-repeat-style": "^5.1.1",
  6070. "postcss-normalize-string": "^5.1.0",
  6071. "postcss-normalize-timing-functions": "^5.1.0",
  6072. "postcss-normalize-unicode": "^5.1.1",
  6073. "postcss-normalize-url": "^5.1.0",
  6074. "postcss-normalize-whitespace": "^5.1.1",
  6075. "postcss-ordered-values": "^5.1.3",
  6076. "postcss-reduce-initial": "^5.1.1",
  6077. "postcss-reduce-transforms": "^5.1.0",
  6078. "postcss-svgo": "^5.1.0",
  6079. "postcss-unique-selectors": "^5.1.1"
  6080. },
  6081. "engines": {
  6082. "node": "^10 || ^12 || >=14.0"
  6083. },
  6084. "peerDependencies": {
  6085. "postcss": "^8.2.15"
  6086. }
  6087. },
  6088. "node_modules/cssnano-utils": {
  6089. "version": "3.1.0",
  6090. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
  6091. "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
  6092. "engines": {
  6093. "node": "^10 || ^12 || >=14.0"
  6094. },
  6095. "peerDependencies": {
  6096. "postcss": "^8.2.15"
  6097. }
  6098. },
  6099. "node_modules/csso": {
  6100. "version": "4.2.0",
  6101. "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
  6102. "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
  6103. "dependencies": {
  6104. "css-tree": "^1.1.2"
  6105. },
  6106. "engines": {
  6107. "node": ">=8.0.0"
  6108. }
  6109. },
  6110. "node_modules/csso/node_modules/css-tree": {
  6111. "version": "1.1.3",
  6112. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
  6113. "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
  6114. "dependencies": {
  6115. "mdn-data": "2.0.14",
  6116. "source-map": "^0.6.1"
  6117. },
  6118. "engines": {
  6119. "node": ">=8.0.0"
  6120. }
  6121. },
  6122. "node_modules/csso/node_modules/mdn-data": {
  6123. "version": "2.0.14",
  6124. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
  6125. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
  6126. },
  6127. "node_modules/csso/node_modules/source-map": {
  6128. "version": "0.6.1",
  6129. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  6130. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  6131. "engines": {
  6132. "node": ">=0.10.0"
  6133. }
  6134. },
  6135. "node_modules/cssom": {
  6136. "version": "0.4.4",
  6137. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
  6138. "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
  6139. },
  6140. "node_modules/cssstyle": {
  6141. "version": "2.3.0",
  6142. "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
  6143. "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
  6144. "dependencies": {
  6145. "cssom": "~0.3.6"
  6146. },
  6147. "engines": {
  6148. "node": ">=8"
  6149. }
  6150. },
  6151. "node_modules/cssstyle/node_modules/cssom": {
  6152. "version": "0.3.8",
  6153. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
  6154. "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
  6155. },
  6156. "node_modules/csstype": {
  6157. "version": "3.1.1",
  6158. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz",
  6159. "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw=="
  6160. },
  6161. "node_modules/damerau-levenshtein": {
  6162. "version": "1.0.8",
  6163. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  6164. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="
  6165. },
  6166. "node_modules/data-urls": {
  6167. "version": "2.0.0",
  6168. "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
  6169. "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
  6170. "dependencies": {
  6171. "abab": "^2.0.3",
  6172. "whatwg-mimetype": "^2.3.0",
  6173. "whatwg-url": "^8.0.0"
  6174. },
  6175. "engines": {
  6176. "node": ">=10"
  6177. }
  6178. },
  6179. "node_modules/debug": {
  6180. "version": "4.3.4",
  6181. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  6182. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  6183. "dependencies": {
  6184. "ms": "2.1.2"
  6185. },
  6186. "engines": {
  6187. "node": ">=6.0"
  6188. },
  6189. "peerDependenciesMeta": {
  6190. "supports-color": {
  6191. "optional": true
  6192. }
  6193. }
  6194. },
  6195. "node_modules/decimal.js": {
  6196. "version": "10.4.3",
  6197. "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
  6198. "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA=="
  6199. },
  6200. "node_modules/dedent": {
  6201. "version": "0.7.0",
  6202. "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
  6203. "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA=="
  6204. },
  6205. "node_modules/deep-equal": {
  6206. "version": "2.2.0",
  6207. "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.0.tgz",
  6208. "integrity": "sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==",
  6209. "dependencies": {
  6210. "call-bind": "^1.0.2",
  6211. "es-get-iterator": "^1.1.2",
  6212. "get-intrinsic": "^1.1.3",
  6213. "is-arguments": "^1.1.1",
  6214. "is-array-buffer": "^3.0.1",
  6215. "is-date-object": "^1.0.5",
  6216. "is-regex": "^1.1.4",
  6217. "is-shared-array-buffer": "^1.0.2",
  6218. "isarray": "^2.0.5",
  6219. "object-is": "^1.1.5",
  6220. "object-keys": "^1.1.1",
  6221. "object.assign": "^4.1.4",
  6222. "regexp.prototype.flags": "^1.4.3",
  6223. "side-channel": "^1.0.4",
  6224. "which-boxed-primitive": "^1.0.2",
  6225. "which-collection": "^1.0.1",
  6226. "which-typed-array": "^1.1.9"
  6227. },
  6228. "funding": {
  6229. "url": "https://github.com/sponsors/ljharb"
  6230. }
  6231. },
  6232. "node_modules/deep-is": {
  6233. "version": "0.1.4",
  6234. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  6235. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
  6236. },
  6237. "node_modules/deepmerge": {
  6238. "version": "4.3.0",
  6239. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.0.tgz",
  6240. "integrity": "sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==",
  6241. "engines": {
  6242. "node": ">=0.10.0"
  6243. }
  6244. },
  6245. "node_modules/default-gateway": {
  6246. "version": "6.0.3",
  6247. "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
  6248. "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
  6249. "dependencies": {
  6250. "execa": "^5.0.0"
  6251. },
  6252. "engines": {
  6253. "node": ">= 10"
  6254. }
  6255. },
  6256. "node_modules/define-lazy-prop": {
  6257. "version": "2.0.0",
  6258. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  6259. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  6260. "engines": {
  6261. "node": ">=8"
  6262. }
  6263. },
  6264. "node_modules/define-properties": {
  6265. "version": "1.2.0",
  6266. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz",
  6267. "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==",
  6268. "dependencies": {
  6269. "has-property-descriptors": "^1.0.0",
  6270. "object-keys": "^1.1.1"
  6271. },
  6272. "engines": {
  6273. "node": ">= 0.4"
  6274. },
  6275. "funding": {
  6276. "url": "https://github.com/sponsors/ljharb"
  6277. }
  6278. },
  6279. "node_modules/defined": {
  6280. "version": "1.0.1",
  6281. "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.1.tgz",
  6282. "integrity": "sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==",
  6283. "funding": {
  6284. "url": "https://github.com/sponsors/ljharb"
  6285. }
  6286. },
  6287. "node_modules/delayed-stream": {
  6288. "version": "1.0.0",
  6289. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  6290. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  6291. "engines": {
  6292. "node": ">=0.4.0"
  6293. }
  6294. },
  6295. "node_modules/depd": {
  6296. "version": "2.0.0",
  6297. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  6298. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  6299. "engines": {
  6300. "node": ">= 0.8"
  6301. }
  6302. },
  6303. "node_modules/destroy": {
  6304. "version": "1.2.0",
  6305. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  6306. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  6307. "engines": {
  6308. "node": ">= 0.8",
  6309. "npm": "1.2.8000 || >= 1.4.16"
  6310. }
  6311. },
  6312. "node_modules/detect-newline": {
  6313. "version": "3.1.0",
  6314. "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
  6315. "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
  6316. "engines": {
  6317. "node": ">=8"
  6318. }
  6319. },
  6320. "node_modules/detect-node": {
  6321. "version": "2.1.0",
  6322. "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
  6323. "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g=="
  6324. },
  6325. "node_modules/detect-port-alt": {
  6326. "version": "1.1.6",
  6327. "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
  6328. "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
  6329. "dependencies": {
  6330. "address": "^1.0.1",
  6331. "debug": "^2.6.0"
  6332. },
  6333. "bin": {
  6334. "detect": "bin/detect-port",
  6335. "detect-port": "bin/detect-port"
  6336. },
  6337. "engines": {
  6338. "node": ">= 4.2.1"
  6339. }
  6340. },
  6341. "node_modules/detect-port-alt/node_modules/debug": {
  6342. "version": "2.6.9",
  6343. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  6344. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  6345. "dependencies": {
  6346. "ms": "2.0.0"
  6347. }
  6348. },
  6349. "node_modules/detect-port-alt/node_modules/ms": {
  6350. "version": "2.0.0",
  6351. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  6352. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  6353. },
  6354. "node_modules/detective": {
  6355. "version": "5.2.1",
  6356. "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz",
  6357. "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==",
  6358. "dependencies": {
  6359. "acorn-node": "^1.8.2",
  6360. "defined": "^1.0.0",
  6361. "minimist": "^1.2.6"
  6362. },
  6363. "bin": {
  6364. "detective": "bin/detective.js"
  6365. },
  6366. "engines": {
  6367. "node": ">=0.8.0"
  6368. }
  6369. },
  6370. "node_modules/didyoumean": {
  6371. "version": "1.2.2",
  6372. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  6373. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
  6374. },
  6375. "node_modules/diff-sequences": {
  6376. "version": "27.5.1",
  6377. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
  6378. "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==",
  6379. "engines": {
  6380. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  6381. }
  6382. },
  6383. "node_modules/dir-glob": {
  6384. "version": "3.0.1",
  6385. "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  6386. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  6387. "dependencies": {
  6388. "path-type": "^4.0.0"
  6389. },
  6390. "engines": {
  6391. "node": ">=8"
  6392. }
  6393. },
  6394. "node_modules/dlv": {
  6395. "version": "1.1.3",
  6396. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  6397. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
  6398. },
  6399. "node_modules/dns-equal": {
  6400. "version": "1.0.0",
  6401. "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
  6402. "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg=="
  6403. },
  6404. "node_modules/dns-packet": {
  6405. "version": "5.4.0",
  6406. "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.4.0.tgz",
  6407. "integrity": "sha512-EgqGeaBB8hLiHLZtp/IbaDQTL8pZ0+IvwzSHA6d7VyMDM+B9hgddEMa9xjK5oYnw0ci0JQ6g2XCD7/f6cafU6g==",
  6408. "dependencies": {
  6409. "@leichtgewicht/ip-codec": "^2.0.1"
  6410. },
  6411. "engines": {
  6412. "node": ">=6"
  6413. }
  6414. },
  6415. "node_modules/doctrine": {
  6416. "version": "3.0.0",
  6417. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  6418. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  6419. "dependencies": {
  6420. "esutils": "^2.0.2"
  6421. },
  6422. "engines": {
  6423. "node": ">=6.0.0"
  6424. }
  6425. },
  6426. "node_modules/dom-accessibility-api": {
  6427. "version": "0.5.16",
  6428. "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
  6429. "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg=="
  6430. },
  6431. "node_modules/dom-converter": {
  6432. "version": "0.2.0",
  6433. "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
  6434. "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
  6435. "dependencies": {
  6436. "utila": "~0.4"
  6437. }
  6438. },
  6439. "node_modules/dom-serializer": {
  6440. "version": "1.4.1",
  6441. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz",
  6442. "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
  6443. "dependencies": {
  6444. "domelementtype": "^2.0.1",
  6445. "domhandler": "^4.2.0",
  6446. "entities": "^2.0.0"
  6447. },
  6448. "funding": {
  6449. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  6450. }
  6451. },
  6452. "node_modules/domelementtype": {
  6453. "version": "2.3.0",
  6454. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  6455. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  6456. "funding": [
  6457. {
  6458. "type": "github",
  6459. "url": "https://github.com/sponsors/fb55"
  6460. }
  6461. ]
  6462. },
  6463. "node_modules/domexception": {
  6464. "version": "2.0.1",
  6465. "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
  6466. "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
  6467. "dependencies": {
  6468. "webidl-conversions": "^5.0.0"
  6469. },
  6470. "engines": {
  6471. "node": ">=8"
  6472. }
  6473. },
  6474. "node_modules/domexception/node_modules/webidl-conversions": {
  6475. "version": "5.0.0",
  6476. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
  6477. "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
  6478. "engines": {
  6479. "node": ">=8"
  6480. }
  6481. },
  6482. "node_modules/domhandler": {
  6483. "version": "4.3.1",
  6484. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz",
  6485. "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
  6486. "dependencies": {
  6487. "domelementtype": "^2.2.0"
  6488. },
  6489. "engines": {
  6490. "node": ">= 4"
  6491. },
  6492. "funding": {
  6493. "url": "https://github.com/fb55/domhandler?sponsor=1"
  6494. }
  6495. },
  6496. "node_modules/domutils": {
  6497. "version": "2.8.0",
  6498. "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
  6499. "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
  6500. "dependencies": {
  6501. "dom-serializer": "^1.0.1",
  6502. "domelementtype": "^2.2.0",
  6503. "domhandler": "^4.2.0"
  6504. },
  6505. "funding": {
  6506. "url": "https://github.com/fb55/domutils?sponsor=1"
  6507. }
  6508. },
  6509. "node_modules/dot-case": {
  6510. "version": "3.0.4",
  6511. "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
  6512. "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
  6513. "dependencies": {
  6514. "no-case": "^3.0.4",
  6515. "tslib": "^2.0.3"
  6516. }
  6517. },
  6518. "node_modules/dotenv": {
  6519. "version": "10.0.0",
  6520. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
  6521. "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
  6522. "engines": {
  6523. "node": ">=10"
  6524. }
  6525. },
  6526. "node_modules/dotenv-expand": {
  6527. "version": "5.1.0",
  6528. "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
  6529. "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA=="
  6530. },
  6531. "node_modules/duplexer": {
  6532. "version": "0.1.2",
  6533. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  6534. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
  6535. },
  6536. "node_modules/ee-first": {
  6537. "version": "1.1.1",
  6538. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  6539. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
  6540. },
  6541. "node_modules/ejs": {
  6542. "version": "3.1.8",
  6543. "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz",
  6544. "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==",
  6545. "dependencies": {
  6546. "jake": "^10.8.5"
  6547. },
  6548. "bin": {
  6549. "ejs": "bin/cli.js"
  6550. },
  6551. "engines": {
  6552. "node": ">=0.10.0"
  6553. }
  6554. },
  6555. "node_modules/electron-to-chromium": {
  6556. "version": "1.4.296",
  6557. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.296.tgz",
  6558. "integrity": "sha512-i/6Q+Y9bluDa2a0NbMvdtG5TuS/1Fr3TKK8L+7UUL9QjRS5iFJzCC3r70xjyOnLiYG8qGV4/mMpe6HuAbdJW4w=="
  6559. },
  6560. "node_modules/emittery": {
  6561. "version": "0.8.1",
  6562. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
  6563. "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==",
  6564. "engines": {
  6565. "node": ">=10"
  6566. },
  6567. "funding": {
  6568. "url": "https://github.com/sindresorhus/emittery?sponsor=1"
  6569. }
  6570. },
  6571. "node_modules/emoji-regex": {
  6572. "version": "9.2.2",
  6573. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  6574. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  6575. },
  6576. "node_modules/emojis-list": {
  6577. "version": "3.0.0",
  6578. "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
  6579. "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
  6580. "engines": {
  6581. "node": ">= 4"
  6582. }
  6583. },
  6584. "node_modules/encodeurl": {
  6585. "version": "1.0.2",
  6586. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  6587. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  6588. "engines": {
  6589. "node": ">= 0.8"
  6590. }
  6591. },
  6592. "node_modules/enhanced-resolve": {
  6593. "version": "5.12.0",
  6594. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz",
  6595. "integrity": "sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==",
  6596. "dependencies": {
  6597. "graceful-fs": "^4.2.4",
  6598. "tapable": "^2.2.0"
  6599. },
  6600. "engines": {
  6601. "node": ">=10.13.0"
  6602. }
  6603. },
  6604. "node_modules/entities": {
  6605. "version": "2.2.0",
  6606. "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
  6607. "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
  6608. "funding": {
  6609. "url": "https://github.com/fb55/entities?sponsor=1"
  6610. }
  6611. },
  6612. "node_modules/error-ex": {
  6613. "version": "1.3.2",
  6614. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  6615. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  6616. "dependencies": {
  6617. "is-arrayish": "^0.2.1"
  6618. }
  6619. },
  6620. "node_modules/error-stack-parser": {
  6621. "version": "2.1.4",
  6622. "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
  6623. "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
  6624. "dependencies": {
  6625. "stackframe": "^1.3.4"
  6626. }
  6627. },
  6628. "node_modules/es-abstract": {
  6629. "version": "1.21.1",
  6630. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.1.tgz",
  6631. "integrity": "sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg==",
  6632. "dependencies": {
  6633. "available-typed-arrays": "^1.0.5",
  6634. "call-bind": "^1.0.2",
  6635. "es-set-tostringtag": "^2.0.1",
  6636. "es-to-primitive": "^1.2.1",
  6637. "function-bind": "^1.1.1",
  6638. "function.prototype.name": "^1.1.5",
  6639. "get-intrinsic": "^1.1.3",
  6640. "get-symbol-description": "^1.0.0",
  6641. "globalthis": "^1.0.3",
  6642. "gopd": "^1.0.1",
  6643. "has": "^1.0.3",
  6644. "has-property-descriptors": "^1.0.0",
  6645. "has-proto": "^1.0.1",
  6646. "has-symbols": "^1.0.3",
  6647. "internal-slot": "^1.0.4",
  6648. "is-array-buffer": "^3.0.1",
  6649. "is-callable": "^1.2.7",
  6650. "is-negative-zero": "^2.0.2",
  6651. "is-regex": "^1.1.4",
  6652. "is-shared-array-buffer": "^1.0.2",
  6653. "is-string": "^1.0.7",
  6654. "is-typed-array": "^1.1.10",
  6655. "is-weakref": "^1.0.2",
  6656. "object-inspect": "^1.12.2",
  6657. "object-keys": "^1.1.1",
  6658. "object.assign": "^4.1.4",
  6659. "regexp.prototype.flags": "^1.4.3",
  6660. "safe-regex-test": "^1.0.0",
  6661. "string.prototype.trimend": "^1.0.6",
  6662. "string.prototype.trimstart": "^1.0.6",
  6663. "typed-array-length": "^1.0.4",
  6664. "unbox-primitive": "^1.0.2",
  6665. "which-typed-array": "^1.1.9"
  6666. },
  6667. "engines": {
  6668. "node": ">= 0.4"
  6669. },
  6670. "funding": {
  6671. "url": "https://github.com/sponsors/ljharb"
  6672. }
  6673. },
  6674. "node_modules/es-array-method-boxes-properly": {
  6675. "version": "1.0.0",
  6676. "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz",
  6677. "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA=="
  6678. },
  6679. "node_modules/es-get-iterator": {
  6680. "version": "1.1.3",
  6681. "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz",
  6682. "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==",
  6683. "dependencies": {
  6684. "call-bind": "^1.0.2",
  6685. "get-intrinsic": "^1.1.3",
  6686. "has-symbols": "^1.0.3",
  6687. "is-arguments": "^1.1.1",
  6688. "is-map": "^2.0.2",
  6689. "is-set": "^2.0.2",
  6690. "is-string": "^1.0.7",
  6691. "isarray": "^2.0.5",
  6692. "stop-iteration-iterator": "^1.0.0"
  6693. },
  6694. "funding": {
  6695. "url": "https://github.com/sponsors/ljharb"
  6696. }
  6697. },
  6698. "node_modules/es-module-lexer": {
  6699. "version": "0.9.3",
  6700. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz",
  6701. "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ=="
  6702. },
  6703. "node_modules/es-set-tostringtag": {
  6704. "version": "2.0.1",
  6705. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz",
  6706. "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==",
  6707. "dependencies": {
  6708. "get-intrinsic": "^1.1.3",
  6709. "has": "^1.0.3",
  6710. "has-tostringtag": "^1.0.0"
  6711. },
  6712. "engines": {
  6713. "node": ">= 0.4"
  6714. }
  6715. },
  6716. "node_modules/es-shim-unscopables": {
  6717. "version": "1.0.0",
  6718. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
  6719. "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
  6720. "dependencies": {
  6721. "has": "^1.0.3"
  6722. }
  6723. },
  6724. "node_modules/es-to-primitive": {
  6725. "version": "1.2.1",
  6726. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  6727. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  6728. "dependencies": {
  6729. "is-callable": "^1.1.4",
  6730. "is-date-object": "^1.0.1",
  6731. "is-symbol": "^1.0.2"
  6732. },
  6733. "engines": {
  6734. "node": ">= 0.4"
  6735. },
  6736. "funding": {
  6737. "url": "https://github.com/sponsors/ljharb"
  6738. }
  6739. },
  6740. "node_modules/escalade": {
  6741. "version": "3.1.1",
  6742. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  6743. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  6744. "engines": {
  6745. "node": ">=6"
  6746. }
  6747. },
  6748. "node_modules/escape-html": {
  6749. "version": "1.0.3",
  6750. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  6751. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
  6752. },
  6753. "node_modules/escape-string-regexp": {
  6754. "version": "1.0.5",
  6755. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  6756. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  6757. "engines": {
  6758. "node": ">=0.8.0"
  6759. }
  6760. },
  6761. "node_modules/escodegen": {
  6762. "version": "2.0.0",
  6763. "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
  6764. "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",
  6765. "dependencies": {
  6766. "esprima": "^4.0.1",
  6767. "estraverse": "^5.2.0",
  6768. "esutils": "^2.0.2",
  6769. "optionator": "^0.8.1"
  6770. },
  6771. "bin": {
  6772. "escodegen": "bin/escodegen.js",
  6773. "esgenerate": "bin/esgenerate.js"
  6774. },
  6775. "engines": {
  6776. "node": ">=6.0"
  6777. },
  6778. "optionalDependencies": {
  6779. "source-map": "~0.6.1"
  6780. }
  6781. },
  6782. "node_modules/escodegen/node_modules/levn": {
  6783. "version": "0.3.0",
  6784. "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
  6785. "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
  6786. "dependencies": {
  6787. "prelude-ls": "~1.1.2",
  6788. "type-check": "~0.3.2"
  6789. },
  6790. "engines": {
  6791. "node": ">= 0.8.0"
  6792. }
  6793. },
  6794. "node_modules/escodegen/node_modules/optionator": {
  6795. "version": "0.8.3",
  6796. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
  6797. "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
  6798. "dependencies": {
  6799. "deep-is": "~0.1.3",
  6800. "fast-levenshtein": "~2.0.6",
  6801. "levn": "~0.3.0",
  6802. "prelude-ls": "~1.1.2",
  6803. "type-check": "~0.3.2",
  6804. "word-wrap": "~1.2.3"
  6805. },
  6806. "engines": {
  6807. "node": ">= 0.8.0"
  6808. }
  6809. },
  6810. "node_modules/escodegen/node_modules/prelude-ls": {
  6811. "version": "1.1.2",
  6812. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
  6813. "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
  6814. "engines": {
  6815. "node": ">= 0.8.0"
  6816. }
  6817. },
  6818. "node_modules/escodegen/node_modules/source-map": {
  6819. "version": "0.6.1",
  6820. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  6821. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  6822. "optional": true,
  6823. "engines": {
  6824. "node": ">=0.10.0"
  6825. }
  6826. },
  6827. "node_modules/escodegen/node_modules/type-check": {
  6828. "version": "0.3.2",
  6829. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
  6830. "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
  6831. "dependencies": {
  6832. "prelude-ls": "~1.1.2"
  6833. },
  6834. "engines": {
  6835. "node": ">= 0.8.0"
  6836. }
  6837. },
  6838. "node_modules/eslint": {
  6839. "version": "8.34.0",
  6840. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.34.0.tgz",
  6841. "integrity": "sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==",
  6842. "dependencies": {
  6843. "@eslint/eslintrc": "^1.4.1",
  6844. "@humanwhocodes/config-array": "^0.11.8",
  6845. "@humanwhocodes/module-importer": "^1.0.1",
  6846. "@nodelib/fs.walk": "^1.2.8",
  6847. "ajv": "^6.10.0",
  6848. "chalk": "^4.0.0",
  6849. "cross-spawn": "^7.0.2",
  6850. "debug": "^4.3.2",
  6851. "doctrine": "^3.0.0",
  6852. "escape-string-regexp": "^4.0.0",
  6853. "eslint-scope": "^7.1.1",
  6854. "eslint-utils": "^3.0.0",
  6855. "eslint-visitor-keys": "^3.3.0",
  6856. "espree": "^9.4.0",
  6857. "esquery": "^1.4.0",
  6858. "esutils": "^2.0.2",
  6859. "fast-deep-equal": "^3.1.3",
  6860. "file-entry-cache": "^6.0.1",
  6861. "find-up": "^5.0.0",
  6862. "glob-parent": "^6.0.2",
  6863. "globals": "^13.19.0",
  6864. "grapheme-splitter": "^1.0.4",
  6865. "ignore": "^5.2.0",
  6866. "import-fresh": "^3.0.0",
  6867. "imurmurhash": "^0.1.4",
  6868. "is-glob": "^4.0.0",
  6869. "is-path-inside": "^3.0.3",
  6870. "js-sdsl": "^4.1.4",
  6871. "js-yaml": "^4.1.0",
  6872. "json-stable-stringify-without-jsonify": "^1.0.1",
  6873. "levn": "^0.4.1",
  6874. "lodash.merge": "^4.6.2",
  6875. "minimatch": "^3.1.2",
  6876. "natural-compare": "^1.4.0",
  6877. "optionator": "^0.9.1",
  6878. "regexpp": "^3.2.0",
  6879. "strip-ansi": "^6.0.1",
  6880. "strip-json-comments": "^3.1.0",
  6881. "text-table": "^0.2.0"
  6882. },
  6883. "bin": {
  6884. "eslint": "bin/eslint.js"
  6885. },
  6886. "engines": {
  6887. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  6888. },
  6889. "funding": {
  6890. "url": "https://opencollective.com/eslint"
  6891. }
  6892. },
  6893. "node_modules/eslint-config-react-app": {
  6894. "version": "7.0.1",
  6895. "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz",
  6896. "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==",
  6897. "dependencies": {
  6898. "@babel/core": "^7.16.0",
  6899. "@babel/eslint-parser": "^7.16.3",
  6900. "@rushstack/eslint-patch": "^1.1.0",
  6901. "@typescript-eslint/eslint-plugin": "^5.5.0",
  6902. "@typescript-eslint/parser": "^5.5.0",
  6903. "babel-preset-react-app": "^10.0.1",
  6904. "confusing-browser-globals": "^1.0.11",
  6905. "eslint-plugin-flowtype": "^8.0.3",
  6906. "eslint-plugin-import": "^2.25.3",
  6907. "eslint-plugin-jest": "^25.3.0",
  6908. "eslint-plugin-jsx-a11y": "^6.5.1",
  6909. "eslint-plugin-react": "^7.27.1",
  6910. "eslint-plugin-react-hooks": "^4.3.0",
  6911. "eslint-plugin-testing-library": "^5.0.1"
  6912. },
  6913. "engines": {
  6914. "node": ">=14.0.0"
  6915. },
  6916. "peerDependencies": {
  6917. "eslint": "^8.0.0"
  6918. }
  6919. },
  6920. "node_modules/eslint-import-resolver-node": {
  6921. "version": "0.3.7",
  6922. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz",
  6923. "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==",
  6924. "dependencies": {
  6925. "debug": "^3.2.7",
  6926. "is-core-module": "^2.11.0",
  6927. "resolve": "^1.22.1"
  6928. }
  6929. },
  6930. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  6931. "version": "3.2.7",
  6932. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  6933. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  6934. "dependencies": {
  6935. "ms": "^2.1.1"
  6936. }
  6937. },
  6938. "node_modules/eslint-module-utils": {
  6939. "version": "2.7.4",
  6940. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz",
  6941. "integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==",
  6942. "dependencies": {
  6943. "debug": "^3.2.7"
  6944. },
  6945. "engines": {
  6946. "node": ">=4"
  6947. },
  6948. "peerDependenciesMeta": {
  6949. "eslint": {
  6950. "optional": true
  6951. }
  6952. }
  6953. },
  6954. "node_modules/eslint-module-utils/node_modules/debug": {
  6955. "version": "3.2.7",
  6956. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  6957. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  6958. "dependencies": {
  6959. "ms": "^2.1.1"
  6960. }
  6961. },
  6962. "node_modules/eslint-plugin-flowtype": {
  6963. "version": "8.0.3",
  6964. "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
  6965. "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
  6966. "dependencies": {
  6967. "lodash": "^4.17.21",
  6968. "string-natural-compare": "^3.0.1"
  6969. },
  6970. "engines": {
  6971. "node": ">=12.0.0"
  6972. },
  6973. "peerDependencies": {
  6974. "@babel/plugin-syntax-flow": "^7.14.5",
  6975. "@babel/plugin-transform-react-jsx": "^7.14.9",
  6976. "eslint": "^8.1.0"
  6977. }
  6978. },
  6979. "node_modules/eslint-plugin-import": {
  6980. "version": "2.27.5",
  6981. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz",
  6982. "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==",
  6983. "dependencies": {
  6984. "array-includes": "^3.1.6",
  6985. "array.prototype.flat": "^1.3.1",
  6986. "array.prototype.flatmap": "^1.3.1",
  6987. "debug": "^3.2.7",
  6988. "doctrine": "^2.1.0",
  6989. "eslint-import-resolver-node": "^0.3.7",
  6990. "eslint-module-utils": "^2.7.4",
  6991. "has": "^1.0.3",
  6992. "is-core-module": "^2.11.0",
  6993. "is-glob": "^4.0.3",
  6994. "minimatch": "^3.1.2",
  6995. "object.values": "^1.1.6",
  6996. "resolve": "^1.22.1",
  6997. "semver": "^6.3.0",
  6998. "tsconfig-paths": "^3.14.1"
  6999. },
  7000. "engines": {
  7001. "node": ">=4"
  7002. },
  7003. "peerDependencies": {
  7004. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
  7005. }
  7006. },
  7007. "node_modules/eslint-plugin-import/node_modules/debug": {
  7008. "version": "3.2.7",
  7009. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  7010. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  7011. "dependencies": {
  7012. "ms": "^2.1.1"
  7013. }
  7014. },
  7015. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  7016. "version": "2.1.0",
  7017. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  7018. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  7019. "dependencies": {
  7020. "esutils": "^2.0.2"
  7021. },
  7022. "engines": {
  7023. "node": ">=0.10.0"
  7024. }
  7025. },
  7026. "node_modules/eslint-plugin-import/node_modules/semver": {
  7027. "version": "6.3.0",
  7028. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  7029. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  7030. "bin": {
  7031. "semver": "bin/semver.js"
  7032. }
  7033. },
  7034. "node_modules/eslint-plugin-jest": {
  7035. "version": "25.7.0",
  7036. "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz",
  7037. "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==",
  7038. "dependencies": {
  7039. "@typescript-eslint/experimental-utils": "^5.0.0"
  7040. },
  7041. "engines": {
  7042. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  7043. },
  7044. "peerDependencies": {
  7045. "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0",
  7046. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  7047. },
  7048. "peerDependenciesMeta": {
  7049. "@typescript-eslint/eslint-plugin": {
  7050. "optional": true
  7051. },
  7052. "jest": {
  7053. "optional": true
  7054. }
  7055. }
  7056. },
  7057. "node_modules/eslint-plugin-jsx-a11y": {
  7058. "version": "6.7.1",
  7059. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz",
  7060. "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==",
  7061. "dependencies": {
  7062. "@babel/runtime": "^7.20.7",
  7063. "aria-query": "^5.1.3",
  7064. "array-includes": "^3.1.6",
  7065. "array.prototype.flatmap": "^1.3.1",
  7066. "ast-types-flow": "^0.0.7",
  7067. "axe-core": "^4.6.2",
  7068. "axobject-query": "^3.1.1",
  7069. "damerau-levenshtein": "^1.0.8",
  7070. "emoji-regex": "^9.2.2",
  7071. "has": "^1.0.3",
  7072. "jsx-ast-utils": "^3.3.3",
  7073. "language-tags": "=1.0.5",
  7074. "minimatch": "^3.1.2",
  7075. "object.entries": "^1.1.6",
  7076. "object.fromentries": "^2.0.6",
  7077. "semver": "^6.3.0"
  7078. },
  7079. "engines": {
  7080. "node": ">=4.0"
  7081. },
  7082. "peerDependencies": {
  7083. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  7084. }
  7085. },
  7086. "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": {
  7087. "version": "6.3.0",
  7088. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  7089. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  7090. "bin": {
  7091. "semver": "bin/semver.js"
  7092. }
  7093. },
  7094. "node_modules/eslint-plugin-react": {
  7095. "version": "7.32.2",
  7096. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz",
  7097. "integrity": "sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==",
  7098. "dependencies": {
  7099. "array-includes": "^3.1.6",
  7100. "array.prototype.flatmap": "^1.3.1",
  7101. "array.prototype.tosorted": "^1.1.1",
  7102. "doctrine": "^2.1.0",
  7103. "estraverse": "^5.3.0",
  7104. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  7105. "minimatch": "^3.1.2",
  7106. "object.entries": "^1.1.6",
  7107. "object.fromentries": "^2.0.6",
  7108. "object.hasown": "^1.1.2",
  7109. "object.values": "^1.1.6",
  7110. "prop-types": "^15.8.1",
  7111. "resolve": "^2.0.0-next.4",
  7112. "semver": "^6.3.0",
  7113. "string.prototype.matchall": "^4.0.8"
  7114. },
  7115. "engines": {
  7116. "node": ">=4"
  7117. },
  7118. "peerDependencies": {
  7119. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  7120. }
  7121. },
  7122. "node_modules/eslint-plugin-react-hooks": {
  7123. "version": "4.6.0",
  7124. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
  7125. "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
  7126. "engines": {
  7127. "node": ">=10"
  7128. },
  7129. "peerDependencies": {
  7130. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  7131. }
  7132. },
  7133. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  7134. "version": "2.1.0",
  7135. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  7136. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  7137. "dependencies": {
  7138. "esutils": "^2.0.2"
  7139. },
  7140. "engines": {
  7141. "node": ">=0.10.0"
  7142. }
  7143. },
  7144. "node_modules/eslint-plugin-react/node_modules/resolve": {
  7145. "version": "2.0.0-next.4",
  7146. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz",
  7147. "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==",
  7148. "dependencies": {
  7149. "is-core-module": "^2.9.0",
  7150. "path-parse": "^1.0.7",
  7151. "supports-preserve-symlinks-flag": "^1.0.0"
  7152. },
  7153. "bin": {
  7154. "resolve": "bin/resolve"
  7155. },
  7156. "funding": {
  7157. "url": "https://github.com/sponsors/ljharb"
  7158. }
  7159. },
  7160. "node_modules/eslint-plugin-react/node_modules/semver": {
  7161. "version": "6.3.0",
  7162. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  7163. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  7164. "bin": {
  7165. "semver": "bin/semver.js"
  7166. }
  7167. },
  7168. "node_modules/eslint-plugin-testing-library": {
  7169. "version": "5.10.1",
  7170. "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.10.1.tgz",
  7171. "integrity": "sha512-GRy87AqUi2Ij69pe0YnOXm3oGBCgnFwfIv+Hu9q/kT3jL0pX1cXA7aO+oJnvdpbJy2+riOPqGsa3iAkL888NLg==",
  7172. "dependencies": {
  7173. "@typescript-eslint/utils": "^5.43.0"
  7174. },
  7175. "engines": {
  7176. "node": "^12.22.0 || ^14.17.0 || >=16.0.0",
  7177. "npm": ">=6"
  7178. },
  7179. "peerDependencies": {
  7180. "eslint": "^7.5.0 || ^8.0.0"
  7181. }
  7182. },
  7183. "node_modules/eslint-scope": {
  7184. "version": "7.1.1",
  7185. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
  7186. "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
  7187. "dependencies": {
  7188. "esrecurse": "^4.3.0",
  7189. "estraverse": "^5.2.0"
  7190. },
  7191. "engines": {
  7192. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7193. }
  7194. },
  7195. "node_modules/eslint-utils": {
  7196. "version": "3.0.0",
  7197. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
  7198. "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  7199. "dependencies": {
  7200. "eslint-visitor-keys": "^2.0.0"
  7201. },
  7202. "engines": {
  7203. "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
  7204. },
  7205. "funding": {
  7206. "url": "https://github.com/sponsors/mysticatea"
  7207. },
  7208. "peerDependencies": {
  7209. "eslint": ">=5"
  7210. }
  7211. },
  7212. "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
  7213. "version": "2.1.0",
  7214. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  7215. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  7216. "engines": {
  7217. "node": ">=10"
  7218. }
  7219. },
  7220. "node_modules/eslint-visitor-keys": {
  7221. "version": "3.3.0",
  7222. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
  7223. "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
  7224. "engines": {
  7225. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7226. }
  7227. },
  7228. "node_modules/eslint-webpack-plugin": {
  7229. "version": "3.2.0",
  7230. "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz",
  7231. "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==",
  7232. "dependencies": {
  7233. "@types/eslint": "^7.29.0 || ^8.4.1",
  7234. "jest-worker": "^28.0.2",
  7235. "micromatch": "^4.0.5",
  7236. "normalize-path": "^3.0.0",
  7237. "schema-utils": "^4.0.0"
  7238. },
  7239. "engines": {
  7240. "node": ">= 12.13.0"
  7241. },
  7242. "funding": {
  7243. "type": "opencollective",
  7244. "url": "https://opencollective.com/webpack"
  7245. },
  7246. "peerDependencies": {
  7247. "eslint": "^7.0.0 || ^8.0.0",
  7248. "webpack": "^5.0.0"
  7249. }
  7250. },
  7251. "node_modules/eslint-webpack-plugin/node_modules/ajv": {
  7252. "version": "8.12.0",
  7253. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
  7254. "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
  7255. "dependencies": {
  7256. "fast-deep-equal": "^3.1.1",
  7257. "json-schema-traverse": "^1.0.0",
  7258. "require-from-string": "^2.0.2",
  7259. "uri-js": "^4.2.2"
  7260. },
  7261. "funding": {
  7262. "type": "github",
  7263. "url": "https://github.com/sponsors/epoberezkin"
  7264. }
  7265. },
  7266. "node_modules/eslint-webpack-plugin/node_modules/ajv-keywords": {
  7267. "version": "5.1.0",
  7268. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  7269. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  7270. "dependencies": {
  7271. "fast-deep-equal": "^3.1.3"
  7272. },
  7273. "peerDependencies": {
  7274. "ajv": "^8.8.2"
  7275. }
  7276. },
  7277. "node_modules/eslint-webpack-plugin/node_modules/has-flag": {
  7278. "version": "4.0.0",
  7279. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  7280. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  7281. "engines": {
  7282. "node": ">=8"
  7283. }
  7284. },
  7285. "node_modules/eslint-webpack-plugin/node_modules/jest-worker": {
  7286. "version": "28.1.3",
  7287. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz",
  7288. "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==",
  7289. "dependencies": {
  7290. "@types/node": "*",
  7291. "merge-stream": "^2.0.0",
  7292. "supports-color": "^8.0.0"
  7293. },
  7294. "engines": {
  7295. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  7296. }
  7297. },
  7298. "node_modules/eslint-webpack-plugin/node_modules/json-schema-traverse": {
  7299. "version": "1.0.0",
  7300. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  7301. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  7302. },
  7303. "node_modules/eslint-webpack-plugin/node_modules/schema-utils": {
  7304. "version": "4.0.0",
  7305. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  7306. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  7307. "dependencies": {
  7308. "@types/json-schema": "^7.0.9",
  7309. "ajv": "^8.8.0",
  7310. "ajv-formats": "^2.1.1",
  7311. "ajv-keywords": "^5.0.0"
  7312. },
  7313. "engines": {
  7314. "node": ">= 12.13.0"
  7315. },
  7316. "funding": {
  7317. "type": "opencollective",
  7318. "url": "https://opencollective.com/webpack"
  7319. }
  7320. },
  7321. "node_modules/eslint-webpack-plugin/node_modules/supports-color": {
  7322. "version": "8.1.1",
  7323. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  7324. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  7325. "dependencies": {
  7326. "has-flag": "^4.0.0"
  7327. },
  7328. "engines": {
  7329. "node": ">=10"
  7330. },
  7331. "funding": {
  7332. "url": "https://github.com/chalk/supports-color?sponsor=1"
  7333. }
  7334. },
  7335. "node_modules/eslint/node_modules/ansi-styles": {
  7336. "version": "4.3.0",
  7337. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  7338. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  7339. "dependencies": {
  7340. "color-convert": "^2.0.1"
  7341. },
  7342. "engines": {
  7343. "node": ">=8"
  7344. },
  7345. "funding": {
  7346. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7347. }
  7348. },
  7349. "node_modules/eslint/node_modules/argparse": {
  7350. "version": "2.0.1",
  7351. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  7352. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  7353. },
  7354. "node_modules/eslint/node_modules/chalk": {
  7355. "version": "4.1.2",
  7356. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  7357. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  7358. "dependencies": {
  7359. "ansi-styles": "^4.1.0",
  7360. "supports-color": "^7.1.0"
  7361. },
  7362. "engines": {
  7363. "node": ">=10"
  7364. },
  7365. "funding": {
  7366. "url": "https://github.com/chalk/chalk?sponsor=1"
  7367. }
  7368. },
  7369. "node_modules/eslint/node_modules/color-convert": {
  7370. "version": "2.0.1",
  7371. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  7372. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  7373. "dependencies": {
  7374. "color-name": "~1.1.4"
  7375. },
  7376. "engines": {
  7377. "node": ">=7.0.0"
  7378. }
  7379. },
  7380. "node_modules/eslint/node_modules/color-name": {
  7381. "version": "1.1.4",
  7382. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  7383. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  7384. },
  7385. "node_modules/eslint/node_modules/escape-string-regexp": {
  7386. "version": "4.0.0",
  7387. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  7388. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  7389. "engines": {
  7390. "node": ">=10"
  7391. },
  7392. "funding": {
  7393. "url": "https://github.com/sponsors/sindresorhus"
  7394. }
  7395. },
  7396. "node_modules/eslint/node_modules/globals": {
  7397. "version": "13.20.0",
  7398. "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
  7399. "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
  7400. "dependencies": {
  7401. "type-fest": "^0.20.2"
  7402. },
  7403. "engines": {
  7404. "node": ">=8"
  7405. },
  7406. "funding": {
  7407. "url": "https://github.com/sponsors/sindresorhus"
  7408. }
  7409. },
  7410. "node_modules/eslint/node_modules/has-flag": {
  7411. "version": "4.0.0",
  7412. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  7413. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  7414. "engines": {
  7415. "node": ">=8"
  7416. }
  7417. },
  7418. "node_modules/eslint/node_modules/js-yaml": {
  7419. "version": "4.1.0",
  7420. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  7421. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  7422. "dependencies": {
  7423. "argparse": "^2.0.1"
  7424. },
  7425. "bin": {
  7426. "js-yaml": "bin/js-yaml.js"
  7427. }
  7428. },
  7429. "node_modules/eslint/node_modules/supports-color": {
  7430. "version": "7.2.0",
  7431. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  7432. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  7433. "dependencies": {
  7434. "has-flag": "^4.0.0"
  7435. },
  7436. "engines": {
  7437. "node": ">=8"
  7438. }
  7439. },
  7440. "node_modules/eslint/node_modules/type-fest": {
  7441. "version": "0.20.2",
  7442. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  7443. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  7444. "engines": {
  7445. "node": ">=10"
  7446. },
  7447. "funding": {
  7448. "url": "https://github.com/sponsors/sindresorhus"
  7449. }
  7450. },
  7451. "node_modules/espree": {
  7452. "version": "9.4.1",
  7453. "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz",
  7454. "integrity": "sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==",
  7455. "dependencies": {
  7456. "acorn": "^8.8.0",
  7457. "acorn-jsx": "^5.3.2",
  7458. "eslint-visitor-keys": "^3.3.0"
  7459. },
  7460. "engines": {
  7461. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7462. },
  7463. "funding": {
  7464. "url": "https://opencollective.com/eslint"
  7465. }
  7466. },
  7467. "node_modules/esprima": {
  7468. "version": "4.0.1",
  7469. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  7470. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
  7471. "bin": {
  7472. "esparse": "bin/esparse.js",
  7473. "esvalidate": "bin/esvalidate.js"
  7474. },
  7475. "engines": {
  7476. "node": ">=4"
  7477. }
  7478. },
  7479. "node_modules/esquery": {
  7480. "version": "1.4.0",
  7481. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz",
  7482. "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==",
  7483. "dependencies": {
  7484. "estraverse": "^5.1.0"
  7485. },
  7486. "engines": {
  7487. "node": ">=0.10"
  7488. }
  7489. },
  7490. "node_modules/esrecurse": {
  7491. "version": "4.3.0",
  7492. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  7493. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  7494. "dependencies": {
  7495. "estraverse": "^5.2.0"
  7496. },
  7497. "engines": {
  7498. "node": ">=4.0"
  7499. }
  7500. },
  7501. "node_modules/estraverse": {
  7502. "version": "5.3.0",
  7503. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  7504. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  7505. "engines": {
  7506. "node": ">=4.0"
  7507. }
  7508. },
  7509. "node_modules/estree-walker": {
  7510. "version": "1.0.1",
  7511. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
  7512. "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
  7513. },
  7514. "node_modules/esutils": {
  7515. "version": "2.0.3",
  7516. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  7517. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  7518. "engines": {
  7519. "node": ">=0.10.0"
  7520. }
  7521. },
  7522. "node_modules/etag": {
  7523. "version": "1.8.1",
  7524. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  7525. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  7526. "engines": {
  7527. "node": ">= 0.6"
  7528. }
  7529. },
  7530. "node_modules/eventemitter3": {
  7531. "version": "4.0.7",
  7532. "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
  7533. "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
  7534. },
  7535. "node_modules/events": {
  7536. "version": "3.3.0",
  7537. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  7538. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  7539. "engines": {
  7540. "node": ">=0.8.x"
  7541. }
  7542. },
  7543. "node_modules/execa": {
  7544. "version": "5.1.1",
  7545. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  7546. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  7547. "dependencies": {
  7548. "cross-spawn": "^7.0.3",
  7549. "get-stream": "^6.0.0",
  7550. "human-signals": "^2.1.0",
  7551. "is-stream": "^2.0.0",
  7552. "merge-stream": "^2.0.0",
  7553. "npm-run-path": "^4.0.1",
  7554. "onetime": "^5.1.2",
  7555. "signal-exit": "^3.0.3",
  7556. "strip-final-newline": "^2.0.0"
  7557. },
  7558. "engines": {
  7559. "node": ">=10"
  7560. },
  7561. "funding": {
  7562. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  7563. }
  7564. },
  7565. "node_modules/exit": {
  7566. "version": "0.1.2",
  7567. "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
  7568. "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
  7569. "engines": {
  7570. "node": ">= 0.8.0"
  7571. }
  7572. },
  7573. "node_modules/expect": {
  7574. "version": "27.5.1",
  7575. "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
  7576. "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==",
  7577. "dependencies": {
  7578. "@jest/types": "^27.5.1",
  7579. "jest-get-type": "^27.5.1",
  7580. "jest-matcher-utils": "^27.5.1",
  7581. "jest-message-util": "^27.5.1"
  7582. },
  7583. "engines": {
  7584. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  7585. }
  7586. },
  7587. "node_modules/express": {
  7588. "version": "4.18.2",
  7589. "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz",
  7590. "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==",
  7591. "dependencies": {
  7592. "accepts": "~1.3.8",
  7593. "array-flatten": "1.1.1",
  7594. "body-parser": "1.20.1",
  7595. "content-disposition": "0.5.4",
  7596. "content-type": "~1.0.4",
  7597. "cookie": "0.5.0",
  7598. "cookie-signature": "1.0.6",
  7599. "debug": "2.6.9",
  7600. "depd": "2.0.0",
  7601. "encodeurl": "~1.0.2",
  7602. "escape-html": "~1.0.3",
  7603. "etag": "~1.8.1",
  7604. "finalhandler": "1.2.0",
  7605. "fresh": "0.5.2",
  7606. "http-errors": "2.0.0",
  7607. "merge-descriptors": "1.0.1",
  7608. "methods": "~1.1.2",
  7609. "on-finished": "2.4.1",
  7610. "parseurl": "~1.3.3",
  7611. "path-to-regexp": "0.1.7",
  7612. "proxy-addr": "~2.0.7",
  7613. "qs": "6.11.0",
  7614. "range-parser": "~1.2.1",
  7615. "safe-buffer": "5.2.1",
  7616. "send": "0.18.0",
  7617. "serve-static": "1.15.0",
  7618. "setprototypeof": "1.2.0",
  7619. "statuses": "2.0.1",
  7620. "type-is": "~1.6.18",
  7621. "utils-merge": "1.0.1",
  7622. "vary": "~1.1.2"
  7623. },
  7624. "engines": {
  7625. "node": ">= 0.10.0"
  7626. }
  7627. },
  7628. "node_modules/express/node_modules/array-flatten": {
  7629. "version": "1.1.1",
  7630. "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
  7631. "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg=="
  7632. },
  7633. "node_modules/express/node_modules/debug": {
  7634. "version": "2.6.9",
  7635. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  7636. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  7637. "dependencies": {
  7638. "ms": "2.0.0"
  7639. }
  7640. },
  7641. "node_modules/express/node_modules/ms": {
  7642. "version": "2.0.0",
  7643. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  7644. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  7645. },
  7646. "node_modules/fast-deep-equal": {
  7647. "version": "3.1.3",
  7648. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  7649. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  7650. },
  7651. "node_modules/fast-glob": {
  7652. "version": "3.2.12",
  7653. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz",
  7654. "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
  7655. "dependencies": {
  7656. "@nodelib/fs.stat": "^2.0.2",
  7657. "@nodelib/fs.walk": "^1.2.3",
  7658. "glob-parent": "^5.1.2",
  7659. "merge2": "^1.3.0",
  7660. "micromatch": "^4.0.4"
  7661. },
  7662. "engines": {
  7663. "node": ">=8.6.0"
  7664. }
  7665. },
  7666. "node_modules/fast-glob/node_modules/glob-parent": {
  7667. "version": "5.1.2",
  7668. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  7669. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  7670. "dependencies": {
  7671. "is-glob": "^4.0.1"
  7672. },
  7673. "engines": {
  7674. "node": ">= 6"
  7675. }
  7676. },
  7677. "node_modules/fast-json-stable-stringify": {
  7678. "version": "2.1.0",
  7679. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  7680. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
  7681. },
  7682. "node_modules/fast-levenshtein": {
  7683. "version": "2.0.6",
  7684. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  7685. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="
  7686. },
  7687. "node_modules/fastq": {
  7688. "version": "1.15.0",
  7689. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
  7690. "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
  7691. "dependencies": {
  7692. "reusify": "^1.0.4"
  7693. }
  7694. },
  7695. "node_modules/faye-websocket": {
  7696. "version": "0.11.4",
  7697. "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
  7698. "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
  7699. "dependencies": {
  7700. "websocket-driver": ">=0.5.1"
  7701. },
  7702. "engines": {
  7703. "node": ">=0.8.0"
  7704. }
  7705. },
  7706. "node_modules/fb-watchman": {
  7707. "version": "2.0.2",
  7708. "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
  7709. "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
  7710. "dependencies": {
  7711. "bser": "2.1.1"
  7712. }
  7713. },
  7714. "node_modules/file-entry-cache": {
  7715. "version": "6.0.1",
  7716. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  7717. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  7718. "dependencies": {
  7719. "flat-cache": "^3.0.4"
  7720. },
  7721. "engines": {
  7722. "node": "^10.12.0 || >=12.0.0"
  7723. }
  7724. },
  7725. "node_modules/file-loader": {
  7726. "version": "6.2.0",
  7727. "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
  7728. "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
  7729. "dependencies": {
  7730. "loader-utils": "^2.0.0",
  7731. "schema-utils": "^3.0.0"
  7732. },
  7733. "engines": {
  7734. "node": ">= 10.13.0"
  7735. },
  7736. "funding": {
  7737. "type": "opencollective",
  7738. "url": "https://opencollective.com/webpack"
  7739. },
  7740. "peerDependencies": {
  7741. "webpack": "^4.0.0 || ^5.0.0"
  7742. }
  7743. },
  7744. "node_modules/filelist": {
  7745. "version": "1.0.4",
  7746. "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
  7747. "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
  7748. "dependencies": {
  7749. "minimatch": "^5.0.1"
  7750. }
  7751. },
  7752. "node_modules/filelist/node_modules/brace-expansion": {
  7753. "version": "2.0.1",
  7754. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  7755. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  7756. "dependencies": {
  7757. "balanced-match": "^1.0.0"
  7758. }
  7759. },
  7760. "node_modules/filelist/node_modules/minimatch": {
  7761. "version": "5.1.6",
  7762. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
  7763. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  7764. "dependencies": {
  7765. "brace-expansion": "^2.0.1"
  7766. },
  7767. "engines": {
  7768. "node": ">=10"
  7769. }
  7770. },
  7771. "node_modules/filesize": {
  7772. "version": "8.0.7",
  7773. "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz",
  7774. "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==",
  7775. "engines": {
  7776. "node": ">= 0.4.0"
  7777. }
  7778. },
  7779. "node_modules/fill-range": {
  7780. "version": "7.0.1",
  7781. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  7782. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  7783. "dependencies": {
  7784. "to-regex-range": "^5.0.1"
  7785. },
  7786. "engines": {
  7787. "node": ">=8"
  7788. }
  7789. },
  7790. "node_modules/finalhandler": {
  7791. "version": "1.2.0",
  7792. "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
  7793. "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
  7794. "dependencies": {
  7795. "debug": "2.6.9",
  7796. "encodeurl": "~1.0.2",
  7797. "escape-html": "~1.0.3",
  7798. "on-finished": "2.4.1",
  7799. "parseurl": "~1.3.3",
  7800. "statuses": "2.0.1",
  7801. "unpipe": "~1.0.0"
  7802. },
  7803. "engines": {
  7804. "node": ">= 0.8"
  7805. }
  7806. },
  7807. "node_modules/finalhandler/node_modules/debug": {
  7808. "version": "2.6.9",
  7809. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  7810. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  7811. "dependencies": {
  7812. "ms": "2.0.0"
  7813. }
  7814. },
  7815. "node_modules/finalhandler/node_modules/ms": {
  7816. "version": "2.0.0",
  7817. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  7818. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  7819. },
  7820. "node_modules/find-cache-dir": {
  7821. "version": "3.3.2",
  7822. "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
  7823. "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
  7824. "dependencies": {
  7825. "commondir": "^1.0.1",
  7826. "make-dir": "^3.0.2",
  7827. "pkg-dir": "^4.1.0"
  7828. },
  7829. "engines": {
  7830. "node": ">=8"
  7831. },
  7832. "funding": {
  7833. "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
  7834. }
  7835. },
  7836. "node_modules/find-up": {
  7837. "version": "5.0.0",
  7838. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  7839. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  7840. "dependencies": {
  7841. "locate-path": "^6.0.0",
  7842. "path-exists": "^4.0.0"
  7843. },
  7844. "engines": {
  7845. "node": ">=10"
  7846. },
  7847. "funding": {
  7848. "url": "https://github.com/sponsors/sindresorhus"
  7849. }
  7850. },
  7851. "node_modules/flat-cache": {
  7852. "version": "3.0.4",
  7853. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
  7854. "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
  7855. "dependencies": {
  7856. "flatted": "^3.1.0",
  7857. "rimraf": "^3.0.2"
  7858. },
  7859. "engines": {
  7860. "node": "^10.12.0 || >=12.0.0"
  7861. }
  7862. },
  7863. "node_modules/flatted": {
  7864. "version": "3.2.7",
  7865. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
  7866. "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ=="
  7867. },
  7868. "node_modules/follow-redirects": {
  7869. "version": "1.15.2",
  7870. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
  7871. "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==",
  7872. "funding": [
  7873. {
  7874. "type": "individual",
  7875. "url": "https://github.com/sponsors/RubenVerborgh"
  7876. }
  7877. ],
  7878. "engines": {
  7879. "node": ">=4.0"
  7880. },
  7881. "peerDependenciesMeta": {
  7882. "debug": {
  7883. "optional": true
  7884. }
  7885. }
  7886. },
  7887. "node_modules/for-each": {
  7888. "version": "0.3.3",
  7889. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
  7890. "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
  7891. "dependencies": {
  7892. "is-callable": "^1.1.3"
  7893. }
  7894. },
  7895. "node_modules/fork-ts-checker-webpack-plugin": {
  7896. "version": "6.5.2",
  7897. "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.2.tgz",
  7898. "integrity": "sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==",
  7899. "dependencies": {
  7900. "@babel/code-frame": "^7.8.3",
  7901. "@types/json-schema": "^7.0.5",
  7902. "chalk": "^4.1.0",
  7903. "chokidar": "^3.4.2",
  7904. "cosmiconfig": "^6.0.0",
  7905. "deepmerge": "^4.2.2",
  7906. "fs-extra": "^9.0.0",
  7907. "glob": "^7.1.6",
  7908. "memfs": "^3.1.2",
  7909. "minimatch": "^3.0.4",
  7910. "schema-utils": "2.7.0",
  7911. "semver": "^7.3.2",
  7912. "tapable": "^1.0.0"
  7913. },
  7914. "engines": {
  7915. "node": ">=10",
  7916. "yarn": ">=1.0.0"
  7917. },
  7918. "peerDependencies": {
  7919. "eslint": ">= 6",
  7920. "typescript": ">= 2.7",
  7921. "vue-template-compiler": "*",
  7922. "webpack": ">= 4"
  7923. },
  7924. "peerDependenciesMeta": {
  7925. "eslint": {
  7926. "optional": true
  7927. },
  7928. "vue-template-compiler": {
  7929. "optional": true
  7930. }
  7931. }
  7932. },
  7933. "node_modules/fork-ts-checker-webpack-plugin/node_modules/ansi-styles": {
  7934. "version": "4.3.0",
  7935. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  7936. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  7937. "dependencies": {
  7938. "color-convert": "^2.0.1"
  7939. },
  7940. "engines": {
  7941. "node": ">=8"
  7942. },
  7943. "funding": {
  7944. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7945. }
  7946. },
  7947. "node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": {
  7948. "version": "4.1.2",
  7949. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  7950. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  7951. "dependencies": {
  7952. "ansi-styles": "^4.1.0",
  7953. "supports-color": "^7.1.0"
  7954. },
  7955. "engines": {
  7956. "node": ">=10"
  7957. },
  7958. "funding": {
  7959. "url": "https://github.com/chalk/chalk?sponsor=1"
  7960. }
  7961. },
  7962. "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-convert": {
  7963. "version": "2.0.1",
  7964. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  7965. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  7966. "dependencies": {
  7967. "color-name": "~1.1.4"
  7968. },
  7969. "engines": {
  7970. "node": ">=7.0.0"
  7971. }
  7972. },
  7973. "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-name": {
  7974. "version": "1.1.4",
  7975. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  7976. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  7977. },
  7978. "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": {
  7979. "version": "6.0.0",
  7980. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
  7981. "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
  7982. "dependencies": {
  7983. "@types/parse-json": "^4.0.0",
  7984. "import-fresh": "^3.1.0",
  7985. "parse-json": "^5.0.0",
  7986. "path-type": "^4.0.0",
  7987. "yaml": "^1.7.2"
  7988. },
  7989. "engines": {
  7990. "node": ">=8"
  7991. }
  7992. },
  7993. "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": {
  7994. "version": "9.1.0",
  7995. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  7996. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  7997. "dependencies": {
  7998. "at-least-node": "^1.0.0",
  7999. "graceful-fs": "^4.2.0",
  8000. "jsonfile": "^6.0.1",
  8001. "universalify": "^2.0.0"
  8002. },
  8003. "engines": {
  8004. "node": ">=10"
  8005. }
  8006. },
  8007. "node_modules/fork-ts-checker-webpack-plugin/node_modules/has-flag": {
  8008. "version": "4.0.0",
  8009. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8010. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  8011. "engines": {
  8012. "node": ">=8"
  8013. }
  8014. },
  8015. "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": {
  8016. "version": "2.7.0",
  8017. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz",
  8018. "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==",
  8019. "dependencies": {
  8020. "@types/json-schema": "^7.0.4",
  8021. "ajv": "^6.12.2",
  8022. "ajv-keywords": "^3.4.1"
  8023. },
  8024. "engines": {
  8025. "node": ">= 8.9.0"
  8026. },
  8027. "funding": {
  8028. "type": "opencollective",
  8029. "url": "https://opencollective.com/webpack"
  8030. }
  8031. },
  8032. "node_modules/fork-ts-checker-webpack-plugin/node_modules/supports-color": {
  8033. "version": "7.2.0",
  8034. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8035. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8036. "dependencies": {
  8037. "has-flag": "^4.0.0"
  8038. },
  8039. "engines": {
  8040. "node": ">=8"
  8041. }
  8042. },
  8043. "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": {
  8044. "version": "1.1.3",
  8045. "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
  8046. "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==",
  8047. "engines": {
  8048. "node": ">=6"
  8049. }
  8050. },
  8051. "node_modules/form-data": {
  8052. "version": "3.0.1",
  8053. "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
  8054. "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
  8055. "dependencies": {
  8056. "asynckit": "^0.4.0",
  8057. "combined-stream": "^1.0.8",
  8058. "mime-types": "^2.1.12"
  8059. },
  8060. "engines": {
  8061. "node": ">= 6"
  8062. }
  8063. },
  8064. "node_modules/forwarded": {
  8065. "version": "0.2.0",
  8066. "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
  8067. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
  8068. "engines": {
  8069. "node": ">= 0.6"
  8070. }
  8071. },
  8072. "node_modules/fraction.js": {
  8073. "version": "4.2.0",
  8074. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
  8075. "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==",
  8076. "engines": {
  8077. "node": "*"
  8078. },
  8079. "funding": {
  8080. "type": "patreon",
  8081. "url": "https://www.patreon.com/infusion"
  8082. }
  8083. },
  8084. "node_modules/fresh": {
  8085. "version": "0.5.2",
  8086. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  8087. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  8088. "engines": {
  8089. "node": ">= 0.6"
  8090. }
  8091. },
  8092. "node_modules/fs-extra": {
  8093. "version": "10.1.0",
  8094. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
  8095. "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
  8096. "dependencies": {
  8097. "graceful-fs": "^4.2.0",
  8098. "jsonfile": "^6.0.1",
  8099. "universalify": "^2.0.0"
  8100. },
  8101. "engines": {
  8102. "node": ">=12"
  8103. }
  8104. },
  8105. "node_modules/fs-monkey": {
  8106. "version": "1.0.3",
  8107. "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz",
  8108. "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q=="
  8109. },
  8110. "node_modules/fs.realpath": {
  8111. "version": "1.0.0",
  8112. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  8113. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  8114. },
  8115. "node_modules/function-bind": {
  8116. "version": "1.1.1",
  8117. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  8118. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
  8119. },
  8120. "node_modules/function.prototype.name": {
  8121. "version": "1.1.5",
  8122. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
  8123. "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
  8124. "dependencies": {
  8125. "call-bind": "^1.0.2",
  8126. "define-properties": "^1.1.3",
  8127. "es-abstract": "^1.19.0",
  8128. "functions-have-names": "^1.2.2"
  8129. },
  8130. "engines": {
  8131. "node": ">= 0.4"
  8132. },
  8133. "funding": {
  8134. "url": "https://github.com/sponsors/ljharb"
  8135. }
  8136. },
  8137. "node_modules/functions-have-names": {
  8138. "version": "1.2.3",
  8139. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  8140. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  8141. "funding": {
  8142. "url": "https://github.com/sponsors/ljharb"
  8143. }
  8144. },
  8145. "node_modules/gensync": {
  8146. "version": "1.0.0-beta.2",
  8147. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  8148. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  8149. "engines": {
  8150. "node": ">=6.9.0"
  8151. }
  8152. },
  8153. "node_modules/get-caller-file": {
  8154. "version": "2.0.5",
  8155. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  8156. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  8157. "engines": {
  8158. "node": "6.* || 8.* || >= 10.*"
  8159. }
  8160. },
  8161. "node_modules/get-intrinsic": {
  8162. "version": "1.2.0",
  8163. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz",
  8164. "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==",
  8165. "dependencies": {
  8166. "function-bind": "^1.1.1",
  8167. "has": "^1.0.3",
  8168. "has-symbols": "^1.0.3"
  8169. },
  8170. "funding": {
  8171. "url": "https://github.com/sponsors/ljharb"
  8172. }
  8173. },
  8174. "node_modules/get-own-enumerable-property-symbols": {
  8175. "version": "3.0.2",
  8176. "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
  8177. "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
  8178. },
  8179. "node_modules/get-package-type": {
  8180. "version": "0.1.0",
  8181. "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
  8182. "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
  8183. "engines": {
  8184. "node": ">=8.0.0"
  8185. }
  8186. },
  8187. "node_modules/get-stream": {
  8188. "version": "6.0.1",
  8189. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  8190. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  8191. "engines": {
  8192. "node": ">=10"
  8193. },
  8194. "funding": {
  8195. "url": "https://github.com/sponsors/sindresorhus"
  8196. }
  8197. },
  8198. "node_modules/get-symbol-description": {
  8199. "version": "1.0.0",
  8200. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
  8201. "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
  8202. "dependencies": {
  8203. "call-bind": "^1.0.2",
  8204. "get-intrinsic": "^1.1.1"
  8205. },
  8206. "engines": {
  8207. "node": ">= 0.4"
  8208. },
  8209. "funding": {
  8210. "url": "https://github.com/sponsors/ljharb"
  8211. }
  8212. },
  8213. "node_modules/glob": {
  8214. "version": "7.2.3",
  8215. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  8216. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  8217. "dependencies": {
  8218. "fs.realpath": "^1.0.0",
  8219. "inflight": "^1.0.4",
  8220. "inherits": "2",
  8221. "minimatch": "^3.1.1",
  8222. "once": "^1.3.0",
  8223. "path-is-absolute": "^1.0.0"
  8224. },
  8225. "engines": {
  8226. "node": "*"
  8227. },
  8228. "funding": {
  8229. "url": "https://github.com/sponsors/isaacs"
  8230. }
  8231. },
  8232. "node_modules/glob-parent": {
  8233. "version": "6.0.2",
  8234. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  8235. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  8236. "dependencies": {
  8237. "is-glob": "^4.0.3"
  8238. },
  8239. "engines": {
  8240. "node": ">=10.13.0"
  8241. }
  8242. },
  8243. "node_modules/glob-to-regexp": {
  8244. "version": "0.4.1",
  8245. "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
  8246. "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
  8247. },
  8248. "node_modules/global-modules": {
  8249. "version": "2.0.0",
  8250. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  8251. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  8252. "dependencies": {
  8253. "global-prefix": "^3.0.0"
  8254. },
  8255. "engines": {
  8256. "node": ">=6"
  8257. }
  8258. },
  8259. "node_modules/global-prefix": {
  8260. "version": "3.0.0",
  8261. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  8262. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  8263. "dependencies": {
  8264. "ini": "^1.3.5",
  8265. "kind-of": "^6.0.2",
  8266. "which": "^1.3.1"
  8267. },
  8268. "engines": {
  8269. "node": ">=6"
  8270. }
  8271. },
  8272. "node_modules/global-prefix/node_modules/which": {
  8273. "version": "1.3.1",
  8274. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  8275. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  8276. "dependencies": {
  8277. "isexe": "^2.0.0"
  8278. },
  8279. "bin": {
  8280. "which": "bin/which"
  8281. }
  8282. },
  8283. "node_modules/globals": {
  8284. "version": "11.12.0",
  8285. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  8286. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  8287. "engines": {
  8288. "node": ">=4"
  8289. }
  8290. },
  8291. "node_modules/globalthis": {
  8292. "version": "1.0.3",
  8293. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
  8294. "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
  8295. "dependencies": {
  8296. "define-properties": "^1.1.3"
  8297. },
  8298. "engines": {
  8299. "node": ">= 0.4"
  8300. },
  8301. "funding": {
  8302. "url": "https://github.com/sponsors/ljharb"
  8303. }
  8304. },
  8305. "node_modules/globby": {
  8306. "version": "11.1.0",
  8307. "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
  8308. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  8309. "dependencies": {
  8310. "array-union": "^2.1.0",
  8311. "dir-glob": "^3.0.1",
  8312. "fast-glob": "^3.2.9",
  8313. "ignore": "^5.2.0",
  8314. "merge2": "^1.4.1",
  8315. "slash": "^3.0.0"
  8316. },
  8317. "engines": {
  8318. "node": ">=10"
  8319. },
  8320. "funding": {
  8321. "url": "https://github.com/sponsors/sindresorhus"
  8322. }
  8323. },
  8324. "node_modules/gopd": {
  8325. "version": "1.0.1",
  8326. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
  8327. "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  8328. "dependencies": {
  8329. "get-intrinsic": "^1.1.3"
  8330. },
  8331. "funding": {
  8332. "url": "https://github.com/sponsors/ljharb"
  8333. }
  8334. },
  8335. "node_modules/graceful-fs": {
  8336. "version": "4.2.10",
  8337. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
  8338. "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
  8339. },
  8340. "node_modules/grapheme-splitter": {
  8341. "version": "1.0.4",
  8342. "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz",
  8343. "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ=="
  8344. },
  8345. "node_modules/gzip-size": {
  8346. "version": "6.0.0",
  8347. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
  8348. "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
  8349. "dependencies": {
  8350. "duplexer": "^0.1.2"
  8351. },
  8352. "engines": {
  8353. "node": ">=10"
  8354. },
  8355. "funding": {
  8356. "url": "https://github.com/sponsors/sindresorhus"
  8357. }
  8358. },
  8359. "node_modules/handle-thing": {
  8360. "version": "2.0.1",
  8361. "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
  8362. "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg=="
  8363. },
  8364. "node_modules/harmony-reflect": {
  8365. "version": "1.6.2",
  8366. "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz",
  8367. "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g=="
  8368. },
  8369. "node_modules/has": {
  8370. "version": "1.0.3",
  8371. "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  8372. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  8373. "dependencies": {
  8374. "function-bind": "^1.1.1"
  8375. },
  8376. "engines": {
  8377. "node": ">= 0.4.0"
  8378. }
  8379. },
  8380. "node_modules/has-bigints": {
  8381. "version": "1.0.2",
  8382. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
  8383. "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
  8384. "funding": {
  8385. "url": "https://github.com/sponsors/ljharb"
  8386. }
  8387. },
  8388. "node_modules/has-flag": {
  8389. "version": "3.0.0",
  8390. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  8391. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  8392. "engines": {
  8393. "node": ">=4"
  8394. }
  8395. },
  8396. "node_modules/has-property-descriptors": {
  8397. "version": "1.0.0",
  8398. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
  8399. "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
  8400. "dependencies": {
  8401. "get-intrinsic": "^1.1.1"
  8402. },
  8403. "funding": {
  8404. "url": "https://github.com/sponsors/ljharb"
  8405. }
  8406. },
  8407. "node_modules/has-proto": {
  8408. "version": "1.0.1",
  8409. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
  8410. "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
  8411. "engines": {
  8412. "node": ">= 0.4"
  8413. },
  8414. "funding": {
  8415. "url": "https://github.com/sponsors/ljharb"
  8416. }
  8417. },
  8418. "node_modules/has-symbols": {
  8419. "version": "1.0.3",
  8420. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
  8421. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  8422. "engines": {
  8423. "node": ">= 0.4"
  8424. },
  8425. "funding": {
  8426. "url": "https://github.com/sponsors/ljharb"
  8427. }
  8428. },
  8429. "node_modules/has-tostringtag": {
  8430. "version": "1.0.0",
  8431. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
  8432. "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
  8433. "dependencies": {
  8434. "has-symbols": "^1.0.2"
  8435. },
  8436. "engines": {
  8437. "node": ">= 0.4"
  8438. },
  8439. "funding": {
  8440. "url": "https://github.com/sponsors/ljharb"
  8441. }
  8442. },
  8443. "node_modules/he": {
  8444. "version": "1.2.0",
  8445. "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
  8446. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  8447. "bin": {
  8448. "he": "bin/he"
  8449. }
  8450. },
  8451. "node_modules/hoist-non-react-statics": {
  8452. "version": "3.3.2",
  8453. "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  8454. "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  8455. "dependencies": {
  8456. "react-is": "^16.7.0"
  8457. }
  8458. },
  8459. "node_modules/hoist-non-react-statics/node_modules/react-is": {
  8460. "version": "16.13.1",
  8461. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  8462. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  8463. },
  8464. "node_modules/hoopy": {
  8465. "version": "0.1.4",
  8466. "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
  8467. "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==",
  8468. "engines": {
  8469. "node": ">= 6.0.0"
  8470. }
  8471. },
  8472. "node_modules/hpack.js": {
  8473. "version": "2.1.6",
  8474. "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
  8475. "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
  8476. "dependencies": {
  8477. "inherits": "^2.0.1",
  8478. "obuf": "^1.0.0",
  8479. "readable-stream": "^2.0.1",
  8480. "wbuf": "^1.1.0"
  8481. }
  8482. },
  8483. "node_modules/hpack.js/node_modules/isarray": {
  8484. "version": "1.0.0",
  8485. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  8486. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  8487. },
  8488. "node_modules/hpack.js/node_modules/readable-stream": {
  8489. "version": "2.3.7",
  8490. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  8491. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  8492. "dependencies": {
  8493. "core-util-is": "~1.0.0",
  8494. "inherits": "~2.0.3",
  8495. "isarray": "~1.0.0",
  8496. "process-nextick-args": "~2.0.0",
  8497. "safe-buffer": "~5.1.1",
  8498. "string_decoder": "~1.1.1",
  8499. "util-deprecate": "~1.0.1"
  8500. }
  8501. },
  8502. "node_modules/hpack.js/node_modules/safe-buffer": {
  8503. "version": "5.1.2",
  8504. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  8505. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  8506. },
  8507. "node_modules/hpack.js/node_modules/string_decoder": {
  8508. "version": "1.1.1",
  8509. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  8510. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  8511. "dependencies": {
  8512. "safe-buffer": "~5.1.0"
  8513. }
  8514. },
  8515. "node_modules/html-encoding-sniffer": {
  8516. "version": "2.0.1",
  8517. "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
  8518. "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
  8519. "dependencies": {
  8520. "whatwg-encoding": "^1.0.5"
  8521. },
  8522. "engines": {
  8523. "node": ">=10"
  8524. }
  8525. },
  8526. "node_modules/html-entities": {
  8527. "version": "2.3.3",
  8528. "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz",
  8529. "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA=="
  8530. },
  8531. "node_modules/html-escaper": {
  8532. "version": "2.0.2",
  8533. "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
  8534. "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
  8535. },
  8536. "node_modules/html-minifier-terser": {
  8537. "version": "6.1.0",
  8538. "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
  8539. "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
  8540. "dependencies": {
  8541. "camel-case": "^4.1.2",
  8542. "clean-css": "^5.2.2",
  8543. "commander": "^8.3.0",
  8544. "he": "^1.2.0",
  8545. "param-case": "^3.0.4",
  8546. "relateurl": "^0.2.7",
  8547. "terser": "^5.10.0"
  8548. },
  8549. "bin": {
  8550. "html-minifier-terser": "cli.js"
  8551. },
  8552. "engines": {
  8553. "node": ">=12"
  8554. }
  8555. },
  8556. "node_modules/html-webpack-plugin": {
  8557. "version": "5.5.0",
  8558. "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz",
  8559. "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==",
  8560. "dependencies": {
  8561. "@types/html-minifier-terser": "^6.0.0",
  8562. "html-minifier-terser": "^6.0.2",
  8563. "lodash": "^4.17.21",
  8564. "pretty-error": "^4.0.0",
  8565. "tapable": "^2.0.0"
  8566. },
  8567. "engines": {
  8568. "node": ">=10.13.0"
  8569. },
  8570. "funding": {
  8571. "type": "opencollective",
  8572. "url": "https://opencollective.com/html-webpack-plugin"
  8573. },
  8574. "peerDependencies": {
  8575. "webpack": "^5.20.0"
  8576. }
  8577. },
  8578. "node_modules/htmlparser2": {
  8579. "version": "6.1.0",
  8580. "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
  8581. "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
  8582. "funding": [
  8583. "https://github.com/fb55/htmlparser2?sponsor=1",
  8584. {
  8585. "type": "github",
  8586. "url": "https://github.com/sponsors/fb55"
  8587. }
  8588. ],
  8589. "dependencies": {
  8590. "domelementtype": "^2.0.1",
  8591. "domhandler": "^4.0.0",
  8592. "domutils": "^2.5.2",
  8593. "entities": "^2.0.0"
  8594. }
  8595. },
  8596. "node_modules/http-deceiver": {
  8597. "version": "1.2.7",
  8598. "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
  8599. "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw=="
  8600. },
  8601. "node_modules/http-errors": {
  8602. "version": "2.0.0",
  8603. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  8604. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  8605. "dependencies": {
  8606. "depd": "2.0.0",
  8607. "inherits": "2.0.4",
  8608. "setprototypeof": "1.2.0",
  8609. "statuses": "2.0.1",
  8610. "toidentifier": "1.0.1"
  8611. },
  8612. "engines": {
  8613. "node": ">= 0.8"
  8614. }
  8615. },
  8616. "node_modules/http-parser-js": {
  8617. "version": "0.5.8",
  8618. "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
  8619. "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q=="
  8620. },
  8621. "node_modules/http-proxy": {
  8622. "version": "1.18.1",
  8623. "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
  8624. "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
  8625. "dependencies": {
  8626. "eventemitter3": "^4.0.0",
  8627. "follow-redirects": "^1.0.0",
  8628. "requires-port": "^1.0.0"
  8629. },
  8630. "engines": {
  8631. "node": ">=8.0.0"
  8632. }
  8633. },
  8634. "node_modules/http-proxy-agent": {
  8635. "version": "4.0.1",
  8636. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
  8637. "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
  8638. "dependencies": {
  8639. "@tootallnate/once": "1",
  8640. "agent-base": "6",
  8641. "debug": "4"
  8642. },
  8643. "engines": {
  8644. "node": ">= 6"
  8645. }
  8646. },
  8647. "node_modules/http-proxy-middleware": {
  8648. "version": "2.0.6",
  8649. "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz",
  8650. "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==",
  8651. "dependencies": {
  8652. "@types/http-proxy": "^1.17.8",
  8653. "http-proxy": "^1.18.1",
  8654. "is-glob": "^4.0.1",
  8655. "is-plain-obj": "^3.0.0",
  8656. "micromatch": "^4.0.2"
  8657. },
  8658. "engines": {
  8659. "node": ">=12.0.0"
  8660. },
  8661. "peerDependencies": {
  8662. "@types/express": "^4.17.13"
  8663. },
  8664. "peerDependenciesMeta": {
  8665. "@types/express": {
  8666. "optional": true
  8667. }
  8668. }
  8669. },
  8670. "node_modules/https-proxy-agent": {
  8671. "version": "5.0.1",
  8672. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  8673. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  8674. "dependencies": {
  8675. "agent-base": "6",
  8676. "debug": "4"
  8677. },
  8678. "engines": {
  8679. "node": ">= 6"
  8680. }
  8681. },
  8682. "node_modules/human-signals": {
  8683. "version": "2.1.0",
  8684. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  8685. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  8686. "engines": {
  8687. "node": ">=10.17.0"
  8688. }
  8689. },
  8690. "node_modules/iconv-lite": {
  8691. "version": "0.6.3",
  8692. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  8693. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  8694. "dependencies": {
  8695. "safer-buffer": ">= 2.1.2 < 3.0.0"
  8696. },
  8697. "engines": {
  8698. "node": ">=0.10.0"
  8699. }
  8700. },
  8701. "node_modules/icss-utils": {
  8702. "version": "5.1.0",
  8703. "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
  8704. "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
  8705. "engines": {
  8706. "node": "^10 || ^12 || >= 14"
  8707. },
  8708. "peerDependencies": {
  8709. "postcss": "^8.1.0"
  8710. }
  8711. },
  8712. "node_modules/idb": {
  8713. "version": "7.1.1",
  8714. "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
  8715. "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ=="
  8716. },
  8717. "node_modules/identity-obj-proxy": {
  8718. "version": "3.0.0",
  8719. "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz",
  8720. "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==",
  8721. "dependencies": {
  8722. "harmony-reflect": "^1.4.6"
  8723. },
  8724. "engines": {
  8725. "node": ">=4"
  8726. }
  8727. },
  8728. "node_modules/ignore": {
  8729. "version": "5.2.4",
  8730. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
  8731. "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
  8732. "engines": {
  8733. "node": ">= 4"
  8734. }
  8735. },
  8736. "node_modules/immer": {
  8737. "version": "9.0.19",
  8738. "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.19.tgz",
  8739. "integrity": "sha512-eY+Y0qcsB4TZKwgQzLaE/lqYMlKhv5J9dyd2RhhtGhNo2njPXDqU9XPfcNfa3MIDsdtZt5KlkIsirlo4dHsWdQ==",
  8740. "funding": {
  8741. "type": "opencollective",
  8742. "url": "https://opencollective.com/immer"
  8743. }
  8744. },
  8745. "node_modules/import-fresh": {
  8746. "version": "3.3.0",
  8747. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  8748. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  8749. "dependencies": {
  8750. "parent-module": "^1.0.0",
  8751. "resolve-from": "^4.0.0"
  8752. },
  8753. "engines": {
  8754. "node": ">=6"
  8755. },
  8756. "funding": {
  8757. "url": "https://github.com/sponsors/sindresorhus"
  8758. }
  8759. },
  8760. "node_modules/import-fresh/node_modules/resolve-from": {
  8761. "version": "4.0.0",
  8762. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  8763. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  8764. "engines": {
  8765. "node": ">=4"
  8766. }
  8767. },
  8768. "node_modules/import-local": {
  8769. "version": "3.1.0",
  8770. "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
  8771. "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
  8772. "dependencies": {
  8773. "pkg-dir": "^4.2.0",
  8774. "resolve-cwd": "^3.0.0"
  8775. },
  8776. "bin": {
  8777. "import-local-fixture": "fixtures/cli.js"
  8778. },
  8779. "engines": {
  8780. "node": ">=8"
  8781. },
  8782. "funding": {
  8783. "url": "https://github.com/sponsors/sindresorhus"
  8784. }
  8785. },
  8786. "node_modules/imurmurhash": {
  8787. "version": "0.1.4",
  8788. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  8789. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  8790. "engines": {
  8791. "node": ">=0.8.19"
  8792. }
  8793. },
  8794. "node_modules/indent-string": {
  8795. "version": "4.0.0",
  8796. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  8797. "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
  8798. "engines": {
  8799. "node": ">=8"
  8800. }
  8801. },
  8802. "node_modules/inflight": {
  8803. "version": "1.0.6",
  8804. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  8805. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  8806. "dependencies": {
  8807. "once": "^1.3.0",
  8808. "wrappy": "1"
  8809. }
  8810. },
  8811. "node_modules/inherits": {
  8812. "version": "2.0.4",
  8813. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  8814. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  8815. },
  8816. "node_modules/ini": {
  8817. "version": "1.3.8",
  8818. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  8819. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
  8820. },
  8821. "node_modules/internal-slot": {
  8822. "version": "1.0.5",
  8823. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
  8824. "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==",
  8825. "dependencies": {
  8826. "get-intrinsic": "^1.2.0",
  8827. "has": "^1.0.3",
  8828. "side-channel": "^1.0.4"
  8829. },
  8830. "engines": {
  8831. "node": ">= 0.4"
  8832. }
  8833. },
  8834. "node_modules/ipaddr.js": {
  8835. "version": "2.0.1",
  8836. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz",
  8837. "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==",
  8838. "engines": {
  8839. "node": ">= 10"
  8840. }
  8841. },
  8842. "node_modules/is-arguments": {
  8843. "version": "1.1.1",
  8844. "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
  8845. "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
  8846. "dependencies": {
  8847. "call-bind": "^1.0.2",
  8848. "has-tostringtag": "^1.0.0"
  8849. },
  8850. "engines": {
  8851. "node": ">= 0.4"
  8852. },
  8853. "funding": {
  8854. "url": "https://github.com/sponsors/ljharb"
  8855. }
  8856. },
  8857. "node_modules/is-array-buffer": {
  8858. "version": "3.0.1",
  8859. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.1.tgz",
  8860. "integrity": "sha512-ASfLknmY8Xa2XtB4wmbz13Wu202baeA18cJBCeCy0wXUHZF0IPyVEXqKEcd+t2fNSLLL1vC6k7lxZEojNbISXQ==",
  8861. "dependencies": {
  8862. "call-bind": "^1.0.2",
  8863. "get-intrinsic": "^1.1.3",
  8864. "is-typed-array": "^1.1.10"
  8865. },
  8866. "funding": {
  8867. "url": "https://github.com/sponsors/ljharb"
  8868. }
  8869. },
  8870. "node_modules/is-arrayish": {
  8871. "version": "0.2.1",
  8872. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  8873. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
  8874. },
  8875. "node_modules/is-bigint": {
  8876. "version": "1.0.4",
  8877. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  8878. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  8879. "dependencies": {
  8880. "has-bigints": "^1.0.1"
  8881. },
  8882. "funding": {
  8883. "url": "https://github.com/sponsors/ljharb"
  8884. }
  8885. },
  8886. "node_modules/is-binary-path": {
  8887. "version": "2.1.0",
  8888. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  8889. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  8890. "dependencies": {
  8891. "binary-extensions": "^2.0.0"
  8892. },
  8893. "engines": {
  8894. "node": ">=8"
  8895. }
  8896. },
  8897. "node_modules/is-boolean-object": {
  8898. "version": "1.1.2",
  8899. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  8900. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  8901. "dependencies": {
  8902. "call-bind": "^1.0.2",
  8903. "has-tostringtag": "^1.0.0"
  8904. },
  8905. "engines": {
  8906. "node": ">= 0.4"
  8907. },
  8908. "funding": {
  8909. "url": "https://github.com/sponsors/ljharb"
  8910. }
  8911. },
  8912. "node_modules/is-callable": {
  8913. "version": "1.2.7",
  8914. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  8915. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  8916. "engines": {
  8917. "node": ">= 0.4"
  8918. },
  8919. "funding": {
  8920. "url": "https://github.com/sponsors/ljharb"
  8921. }
  8922. },
  8923. "node_modules/is-core-module": {
  8924. "version": "2.11.0",
  8925. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",
  8926. "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",
  8927. "dependencies": {
  8928. "has": "^1.0.3"
  8929. },
  8930. "funding": {
  8931. "url": "https://github.com/sponsors/ljharb"
  8932. }
  8933. },
  8934. "node_modules/is-date-object": {
  8935. "version": "1.0.5",
  8936. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
  8937. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  8938. "dependencies": {
  8939. "has-tostringtag": "^1.0.0"
  8940. },
  8941. "engines": {
  8942. "node": ">= 0.4"
  8943. },
  8944. "funding": {
  8945. "url": "https://github.com/sponsors/ljharb"
  8946. }
  8947. },
  8948. "node_modules/is-docker": {
  8949. "version": "2.2.1",
  8950. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  8951. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  8952. "bin": {
  8953. "is-docker": "cli.js"
  8954. },
  8955. "engines": {
  8956. "node": ">=8"
  8957. },
  8958. "funding": {
  8959. "url": "https://github.com/sponsors/sindresorhus"
  8960. }
  8961. },
  8962. "node_modules/is-extglob": {
  8963. "version": "2.1.1",
  8964. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  8965. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  8966. "engines": {
  8967. "node": ">=0.10.0"
  8968. }
  8969. },
  8970. "node_modules/is-fullwidth-code-point": {
  8971. "version": "3.0.0",
  8972. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  8973. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  8974. "engines": {
  8975. "node": ">=8"
  8976. }
  8977. },
  8978. "node_modules/is-generator-fn": {
  8979. "version": "2.1.0",
  8980. "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
  8981. "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
  8982. "engines": {
  8983. "node": ">=6"
  8984. }
  8985. },
  8986. "node_modules/is-glob": {
  8987. "version": "4.0.3",
  8988. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  8989. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  8990. "dependencies": {
  8991. "is-extglob": "^2.1.1"
  8992. },
  8993. "engines": {
  8994. "node": ">=0.10.0"
  8995. }
  8996. },
  8997. "node_modules/is-map": {
  8998. "version": "2.0.2",
  8999. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz",
  9000. "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==",
  9001. "funding": {
  9002. "url": "https://github.com/sponsors/ljharb"
  9003. }
  9004. },
  9005. "node_modules/is-module": {
  9006. "version": "1.0.0",
  9007. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  9008. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
  9009. },
  9010. "node_modules/is-negative-zero": {
  9011. "version": "2.0.2",
  9012. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  9013. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  9014. "engines": {
  9015. "node": ">= 0.4"
  9016. },
  9017. "funding": {
  9018. "url": "https://github.com/sponsors/ljharb"
  9019. }
  9020. },
  9021. "node_modules/is-number": {
  9022. "version": "7.0.0",
  9023. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  9024. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  9025. "engines": {
  9026. "node": ">=0.12.0"
  9027. }
  9028. },
  9029. "node_modules/is-number-object": {
  9030. "version": "1.0.7",
  9031. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  9032. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  9033. "dependencies": {
  9034. "has-tostringtag": "^1.0.0"
  9035. },
  9036. "engines": {
  9037. "node": ">= 0.4"
  9038. },
  9039. "funding": {
  9040. "url": "https://github.com/sponsors/ljharb"
  9041. }
  9042. },
  9043. "node_modules/is-obj": {
  9044. "version": "1.0.1",
  9045. "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
  9046. "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==",
  9047. "engines": {
  9048. "node": ">=0.10.0"
  9049. }
  9050. },
  9051. "node_modules/is-path-inside": {
  9052. "version": "3.0.3",
  9053. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  9054. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  9055. "engines": {
  9056. "node": ">=8"
  9057. }
  9058. },
  9059. "node_modules/is-plain-obj": {
  9060. "version": "3.0.0",
  9061. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
  9062. "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==",
  9063. "engines": {
  9064. "node": ">=10"
  9065. },
  9066. "funding": {
  9067. "url": "https://github.com/sponsors/sindresorhus"
  9068. }
  9069. },
  9070. "node_modules/is-potential-custom-element-name": {
  9071. "version": "1.0.1",
  9072. "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  9073. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
  9074. },
  9075. "node_modules/is-regex": {
  9076. "version": "1.1.4",
  9077. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
  9078. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  9079. "dependencies": {
  9080. "call-bind": "^1.0.2",
  9081. "has-tostringtag": "^1.0.0"
  9082. },
  9083. "engines": {
  9084. "node": ">= 0.4"
  9085. },
  9086. "funding": {
  9087. "url": "https://github.com/sponsors/ljharb"
  9088. }
  9089. },
  9090. "node_modules/is-regexp": {
  9091. "version": "1.0.0",
  9092. "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
  9093. "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==",
  9094. "engines": {
  9095. "node": ">=0.10.0"
  9096. }
  9097. },
  9098. "node_modules/is-root": {
  9099. "version": "2.1.0",
  9100. "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz",
  9101. "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==",
  9102. "engines": {
  9103. "node": ">=6"
  9104. }
  9105. },
  9106. "node_modules/is-set": {
  9107. "version": "2.0.2",
  9108. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz",
  9109. "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==",
  9110. "funding": {
  9111. "url": "https://github.com/sponsors/ljharb"
  9112. }
  9113. },
  9114. "node_modules/is-shared-array-buffer": {
  9115. "version": "1.0.2",
  9116. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
  9117. "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
  9118. "dependencies": {
  9119. "call-bind": "^1.0.2"
  9120. },
  9121. "funding": {
  9122. "url": "https://github.com/sponsors/ljharb"
  9123. }
  9124. },
  9125. "node_modules/is-stream": {
  9126. "version": "2.0.1",
  9127. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  9128. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  9129. "engines": {
  9130. "node": ">=8"
  9131. },
  9132. "funding": {
  9133. "url": "https://github.com/sponsors/sindresorhus"
  9134. }
  9135. },
  9136. "node_modules/is-string": {
  9137. "version": "1.0.7",
  9138. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
  9139. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  9140. "dependencies": {
  9141. "has-tostringtag": "^1.0.0"
  9142. },
  9143. "engines": {
  9144. "node": ">= 0.4"
  9145. },
  9146. "funding": {
  9147. "url": "https://github.com/sponsors/ljharb"
  9148. }
  9149. },
  9150. "node_modules/is-symbol": {
  9151. "version": "1.0.4",
  9152. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  9153. "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  9154. "dependencies": {
  9155. "has-symbols": "^1.0.2"
  9156. },
  9157. "engines": {
  9158. "node": ">= 0.4"
  9159. },
  9160. "funding": {
  9161. "url": "https://github.com/sponsors/ljharb"
  9162. }
  9163. },
  9164. "node_modules/is-typed-array": {
  9165. "version": "1.1.10",
  9166. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz",
  9167. "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==",
  9168. "dependencies": {
  9169. "available-typed-arrays": "^1.0.5",
  9170. "call-bind": "^1.0.2",
  9171. "for-each": "^0.3.3",
  9172. "gopd": "^1.0.1",
  9173. "has-tostringtag": "^1.0.0"
  9174. },
  9175. "engines": {
  9176. "node": ">= 0.4"
  9177. },
  9178. "funding": {
  9179. "url": "https://github.com/sponsors/ljharb"
  9180. }
  9181. },
  9182. "node_modules/is-typedarray": {
  9183. "version": "1.0.0",
  9184. "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
  9185. "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
  9186. },
  9187. "node_modules/is-weakmap": {
  9188. "version": "2.0.1",
  9189. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz",
  9190. "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==",
  9191. "funding": {
  9192. "url": "https://github.com/sponsors/ljharb"
  9193. }
  9194. },
  9195. "node_modules/is-weakref": {
  9196. "version": "1.0.2",
  9197. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
  9198. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  9199. "dependencies": {
  9200. "call-bind": "^1.0.2"
  9201. },
  9202. "funding": {
  9203. "url": "https://github.com/sponsors/ljharb"
  9204. }
  9205. },
  9206. "node_modules/is-weakset": {
  9207. "version": "2.0.2",
  9208. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz",
  9209. "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==",
  9210. "dependencies": {
  9211. "call-bind": "^1.0.2",
  9212. "get-intrinsic": "^1.1.1"
  9213. },
  9214. "funding": {
  9215. "url": "https://github.com/sponsors/ljharb"
  9216. }
  9217. },
  9218. "node_modules/is-wsl": {
  9219. "version": "2.2.0",
  9220. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  9221. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  9222. "dependencies": {
  9223. "is-docker": "^2.0.0"
  9224. },
  9225. "engines": {
  9226. "node": ">=8"
  9227. }
  9228. },
  9229. "node_modules/isarray": {
  9230. "version": "2.0.5",
  9231. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  9232. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw=="
  9233. },
  9234. "node_modules/isexe": {
  9235. "version": "2.0.0",
  9236. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  9237. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  9238. },
  9239. "node_modules/istanbul-lib-coverage": {
  9240. "version": "3.2.0",
  9241. "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
  9242. "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
  9243. "engines": {
  9244. "node": ">=8"
  9245. }
  9246. },
  9247. "node_modules/istanbul-lib-instrument": {
  9248. "version": "5.2.1",
  9249. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
  9250. "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
  9251. "dependencies": {
  9252. "@babel/core": "^7.12.3",
  9253. "@babel/parser": "^7.14.7",
  9254. "@istanbuljs/schema": "^0.1.2",
  9255. "istanbul-lib-coverage": "^3.2.0",
  9256. "semver": "^6.3.0"
  9257. },
  9258. "engines": {
  9259. "node": ">=8"
  9260. }
  9261. },
  9262. "node_modules/istanbul-lib-instrument/node_modules/semver": {
  9263. "version": "6.3.0",
  9264. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  9265. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  9266. "bin": {
  9267. "semver": "bin/semver.js"
  9268. }
  9269. },
  9270. "node_modules/istanbul-lib-report": {
  9271. "version": "3.0.0",
  9272. "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  9273. "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
  9274. "dependencies": {
  9275. "istanbul-lib-coverage": "^3.0.0",
  9276. "make-dir": "^3.0.0",
  9277. "supports-color": "^7.1.0"
  9278. },
  9279. "engines": {
  9280. "node": ">=8"
  9281. }
  9282. },
  9283. "node_modules/istanbul-lib-report/node_modules/has-flag": {
  9284. "version": "4.0.0",
  9285. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9286. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9287. "engines": {
  9288. "node": ">=8"
  9289. }
  9290. },
  9291. "node_modules/istanbul-lib-report/node_modules/supports-color": {
  9292. "version": "7.2.0",
  9293. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9294. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9295. "dependencies": {
  9296. "has-flag": "^4.0.0"
  9297. },
  9298. "engines": {
  9299. "node": ">=8"
  9300. }
  9301. },
  9302. "node_modules/istanbul-lib-source-maps": {
  9303. "version": "4.0.1",
  9304. "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
  9305. "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
  9306. "dependencies": {
  9307. "debug": "^4.1.1",
  9308. "istanbul-lib-coverage": "^3.0.0",
  9309. "source-map": "^0.6.1"
  9310. },
  9311. "engines": {
  9312. "node": ">=10"
  9313. }
  9314. },
  9315. "node_modules/istanbul-lib-source-maps/node_modules/source-map": {
  9316. "version": "0.6.1",
  9317. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  9318. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  9319. "engines": {
  9320. "node": ">=0.10.0"
  9321. }
  9322. },
  9323. "node_modules/istanbul-reports": {
  9324. "version": "3.1.5",
  9325. "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz",
  9326. "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==",
  9327. "dependencies": {
  9328. "html-escaper": "^2.0.0",
  9329. "istanbul-lib-report": "^3.0.0"
  9330. },
  9331. "engines": {
  9332. "node": ">=8"
  9333. }
  9334. },
  9335. "node_modules/jake": {
  9336. "version": "10.8.5",
  9337. "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz",
  9338. "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==",
  9339. "dependencies": {
  9340. "async": "^3.2.3",
  9341. "chalk": "^4.0.2",
  9342. "filelist": "^1.0.1",
  9343. "minimatch": "^3.0.4"
  9344. },
  9345. "bin": {
  9346. "jake": "bin/cli.js"
  9347. },
  9348. "engines": {
  9349. "node": ">=10"
  9350. }
  9351. },
  9352. "node_modules/jake/node_modules/ansi-styles": {
  9353. "version": "4.3.0",
  9354. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9355. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9356. "dependencies": {
  9357. "color-convert": "^2.0.1"
  9358. },
  9359. "engines": {
  9360. "node": ">=8"
  9361. },
  9362. "funding": {
  9363. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9364. }
  9365. },
  9366. "node_modules/jake/node_modules/chalk": {
  9367. "version": "4.1.2",
  9368. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9369. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9370. "dependencies": {
  9371. "ansi-styles": "^4.1.0",
  9372. "supports-color": "^7.1.0"
  9373. },
  9374. "engines": {
  9375. "node": ">=10"
  9376. },
  9377. "funding": {
  9378. "url": "https://github.com/chalk/chalk?sponsor=1"
  9379. }
  9380. },
  9381. "node_modules/jake/node_modules/color-convert": {
  9382. "version": "2.0.1",
  9383. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9384. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9385. "dependencies": {
  9386. "color-name": "~1.1.4"
  9387. },
  9388. "engines": {
  9389. "node": ">=7.0.0"
  9390. }
  9391. },
  9392. "node_modules/jake/node_modules/color-name": {
  9393. "version": "1.1.4",
  9394. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9395. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9396. },
  9397. "node_modules/jake/node_modules/has-flag": {
  9398. "version": "4.0.0",
  9399. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9400. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9401. "engines": {
  9402. "node": ">=8"
  9403. }
  9404. },
  9405. "node_modules/jake/node_modules/supports-color": {
  9406. "version": "7.2.0",
  9407. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9408. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9409. "dependencies": {
  9410. "has-flag": "^4.0.0"
  9411. },
  9412. "engines": {
  9413. "node": ">=8"
  9414. }
  9415. },
  9416. "node_modules/jest": {
  9417. "version": "27.5.1",
  9418. "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
  9419. "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
  9420. "dependencies": {
  9421. "@jest/core": "^27.5.1",
  9422. "import-local": "^3.0.2",
  9423. "jest-cli": "^27.5.1"
  9424. },
  9425. "bin": {
  9426. "jest": "bin/jest.js"
  9427. },
  9428. "engines": {
  9429. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9430. },
  9431. "peerDependencies": {
  9432. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  9433. },
  9434. "peerDependenciesMeta": {
  9435. "node-notifier": {
  9436. "optional": true
  9437. }
  9438. }
  9439. },
  9440. "node_modules/jest-changed-files": {
  9441. "version": "27.5.1",
  9442. "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz",
  9443. "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
  9444. "dependencies": {
  9445. "@jest/types": "^27.5.1",
  9446. "execa": "^5.0.0",
  9447. "throat": "^6.0.1"
  9448. },
  9449. "engines": {
  9450. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9451. }
  9452. },
  9453. "node_modules/jest-circus": {
  9454. "version": "27.5.1",
  9455. "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
  9456. "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
  9457. "dependencies": {
  9458. "@jest/environment": "^27.5.1",
  9459. "@jest/test-result": "^27.5.1",
  9460. "@jest/types": "^27.5.1",
  9461. "@types/node": "*",
  9462. "chalk": "^4.0.0",
  9463. "co": "^4.6.0",
  9464. "dedent": "^0.7.0",
  9465. "expect": "^27.5.1",
  9466. "is-generator-fn": "^2.0.0",
  9467. "jest-each": "^27.5.1",
  9468. "jest-matcher-utils": "^27.5.1",
  9469. "jest-message-util": "^27.5.1",
  9470. "jest-runtime": "^27.5.1",
  9471. "jest-snapshot": "^27.5.1",
  9472. "jest-util": "^27.5.1",
  9473. "pretty-format": "^27.5.1",
  9474. "slash": "^3.0.0",
  9475. "stack-utils": "^2.0.3",
  9476. "throat": "^6.0.1"
  9477. },
  9478. "engines": {
  9479. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9480. }
  9481. },
  9482. "node_modules/jest-circus/node_modules/ansi-styles": {
  9483. "version": "4.3.0",
  9484. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9485. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9486. "dependencies": {
  9487. "color-convert": "^2.0.1"
  9488. },
  9489. "engines": {
  9490. "node": ">=8"
  9491. },
  9492. "funding": {
  9493. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9494. }
  9495. },
  9496. "node_modules/jest-circus/node_modules/chalk": {
  9497. "version": "4.1.2",
  9498. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9499. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9500. "dependencies": {
  9501. "ansi-styles": "^4.1.0",
  9502. "supports-color": "^7.1.0"
  9503. },
  9504. "engines": {
  9505. "node": ">=10"
  9506. },
  9507. "funding": {
  9508. "url": "https://github.com/chalk/chalk?sponsor=1"
  9509. }
  9510. },
  9511. "node_modules/jest-circus/node_modules/color-convert": {
  9512. "version": "2.0.1",
  9513. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9514. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9515. "dependencies": {
  9516. "color-name": "~1.1.4"
  9517. },
  9518. "engines": {
  9519. "node": ">=7.0.0"
  9520. }
  9521. },
  9522. "node_modules/jest-circus/node_modules/color-name": {
  9523. "version": "1.1.4",
  9524. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9525. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9526. },
  9527. "node_modules/jest-circus/node_modules/has-flag": {
  9528. "version": "4.0.0",
  9529. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9530. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9531. "engines": {
  9532. "node": ">=8"
  9533. }
  9534. },
  9535. "node_modules/jest-circus/node_modules/supports-color": {
  9536. "version": "7.2.0",
  9537. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9538. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9539. "dependencies": {
  9540. "has-flag": "^4.0.0"
  9541. },
  9542. "engines": {
  9543. "node": ">=8"
  9544. }
  9545. },
  9546. "node_modules/jest-cli": {
  9547. "version": "27.5.1",
  9548. "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz",
  9549. "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==",
  9550. "dependencies": {
  9551. "@jest/core": "^27.5.1",
  9552. "@jest/test-result": "^27.5.1",
  9553. "@jest/types": "^27.5.1",
  9554. "chalk": "^4.0.0",
  9555. "exit": "^0.1.2",
  9556. "graceful-fs": "^4.2.9",
  9557. "import-local": "^3.0.2",
  9558. "jest-config": "^27.5.1",
  9559. "jest-util": "^27.5.1",
  9560. "jest-validate": "^27.5.1",
  9561. "prompts": "^2.0.1",
  9562. "yargs": "^16.2.0"
  9563. },
  9564. "bin": {
  9565. "jest": "bin/jest.js"
  9566. },
  9567. "engines": {
  9568. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9569. },
  9570. "peerDependencies": {
  9571. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  9572. },
  9573. "peerDependenciesMeta": {
  9574. "node-notifier": {
  9575. "optional": true
  9576. }
  9577. }
  9578. },
  9579. "node_modules/jest-cli/node_modules/ansi-styles": {
  9580. "version": "4.3.0",
  9581. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9582. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9583. "dependencies": {
  9584. "color-convert": "^2.0.1"
  9585. },
  9586. "engines": {
  9587. "node": ">=8"
  9588. },
  9589. "funding": {
  9590. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9591. }
  9592. },
  9593. "node_modules/jest-cli/node_modules/chalk": {
  9594. "version": "4.1.2",
  9595. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9596. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9597. "dependencies": {
  9598. "ansi-styles": "^4.1.0",
  9599. "supports-color": "^7.1.0"
  9600. },
  9601. "engines": {
  9602. "node": ">=10"
  9603. },
  9604. "funding": {
  9605. "url": "https://github.com/chalk/chalk?sponsor=1"
  9606. }
  9607. },
  9608. "node_modules/jest-cli/node_modules/color-convert": {
  9609. "version": "2.0.1",
  9610. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9611. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9612. "dependencies": {
  9613. "color-name": "~1.1.4"
  9614. },
  9615. "engines": {
  9616. "node": ">=7.0.0"
  9617. }
  9618. },
  9619. "node_modules/jest-cli/node_modules/color-name": {
  9620. "version": "1.1.4",
  9621. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9622. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9623. },
  9624. "node_modules/jest-cli/node_modules/has-flag": {
  9625. "version": "4.0.0",
  9626. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9627. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9628. "engines": {
  9629. "node": ">=8"
  9630. }
  9631. },
  9632. "node_modules/jest-cli/node_modules/supports-color": {
  9633. "version": "7.2.0",
  9634. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9635. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9636. "dependencies": {
  9637. "has-flag": "^4.0.0"
  9638. },
  9639. "engines": {
  9640. "node": ">=8"
  9641. }
  9642. },
  9643. "node_modules/jest-config": {
  9644. "version": "27.5.1",
  9645. "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
  9646. "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
  9647. "dependencies": {
  9648. "@babel/core": "^7.8.0",
  9649. "@jest/test-sequencer": "^27.5.1",
  9650. "@jest/types": "^27.5.1",
  9651. "babel-jest": "^27.5.1",
  9652. "chalk": "^4.0.0",
  9653. "ci-info": "^3.2.0",
  9654. "deepmerge": "^4.2.2",
  9655. "glob": "^7.1.1",
  9656. "graceful-fs": "^4.2.9",
  9657. "jest-circus": "^27.5.1",
  9658. "jest-environment-jsdom": "^27.5.1",
  9659. "jest-environment-node": "^27.5.1",
  9660. "jest-get-type": "^27.5.1",
  9661. "jest-jasmine2": "^27.5.1",
  9662. "jest-regex-util": "^27.5.1",
  9663. "jest-resolve": "^27.5.1",
  9664. "jest-runner": "^27.5.1",
  9665. "jest-util": "^27.5.1",
  9666. "jest-validate": "^27.5.1",
  9667. "micromatch": "^4.0.4",
  9668. "parse-json": "^5.2.0",
  9669. "pretty-format": "^27.5.1",
  9670. "slash": "^3.0.0",
  9671. "strip-json-comments": "^3.1.1"
  9672. },
  9673. "engines": {
  9674. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9675. },
  9676. "peerDependencies": {
  9677. "ts-node": ">=9.0.0"
  9678. },
  9679. "peerDependenciesMeta": {
  9680. "ts-node": {
  9681. "optional": true
  9682. }
  9683. }
  9684. },
  9685. "node_modules/jest-config/node_modules/ansi-styles": {
  9686. "version": "4.3.0",
  9687. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9688. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9689. "dependencies": {
  9690. "color-convert": "^2.0.1"
  9691. },
  9692. "engines": {
  9693. "node": ">=8"
  9694. },
  9695. "funding": {
  9696. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9697. }
  9698. },
  9699. "node_modules/jest-config/node_modules/chalk": {
  9700. "version": "4.1.2",
  9701. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9702. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9703. "dependencies": {
  9704. "ansi-styles": "^4.1.0",
  9705. "supports-color": "^7.1.0"
  9706. },
  9707. "engines": {
  9708. "node": ">=10"
  9709. },
  9710. "funding": {
  9711. "url": "https://github.com/chalk/chalk?sponsor=1"
  9712. }
  9713. },
  9714. "node_modules/jest-config/node_modules/color-convert": {
  9715. "version": "2.0.1",
  9716. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9717. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9718. "dependencies": {
  9719. "color-name": "~1.1.4"
  9720. },
  9721. "engines": {
  9722. "node": ">=7.0.0"
  9723. }
  9724. },
  9725. "node_modules/jest-config/node_modules/color-name": {
  9726. "version": "1.1.4",
  9727. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9728. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9729. },
  9730. "node_modules/jest-config/node_modules/has-flag": {
  9731. "version": "4.0.0",
  9732. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9733. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9734. "engines": {
  9735. "node": ">=8"
  9736. }
  9737. },
  9738. "node_modules/jest-config/node_modules/supports-color": {
  9739. "version": "7.2.0",
  9740. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9741. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9742. "dependencies": {
  9743. "has-flag": "^4.0.0"
  9744. },
  9745. "engines": {
  9746. "node": ">=8"
  9747. }
  9748. },
  9749. "node_modules/jest-diff": {
  9750. "version": "27.5.1",
  9751. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
  9752. "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
  9753. "dependencies": {
  9754. "chalk": "^4.0.0",
  9755. "diff-sequences": "^27.5.1",
  9756. "jest-get-type": "^27.5.1",
  9757. "pretty-format": "^27.5.1"
  9758. },
  9759. "engines": {
  9760. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9761. }
  9762. },
  9763. "node_modules/jest-diff/node_modules/ansi-styles": {
  9764. "version": "4.3.0",
  9765. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9766. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9767. "dependencies": {
  9768. "color-convert": "^2.0.1"
  9769. },
  9770. "engines": {
  9771. "node": ">=8"
  9772. },
  9773. "funding": {
  9774. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9775. }
  9776. },
  9777. "node_modules/jest-diff/node_modules/chalk": {
  9778. "version": "4.1.2",
  9779. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9780. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9781. "dependencies": {
  9782. "ansi-styles": "^4.1.0",
  9783. "supports-color": "^7.1.0"
  9784. },
  9785. "engines": {
  9786. "node": ">=10"
  9787. },
  9788. "funding": {
  9789. "url": "https://github.com/chalk/chalk?sponsor=1"
  9790. }
  9791. },
  9792. "node_modules/jest-diff/node_modules/color-convert": {
  9793. "version": "2.0.1",
  9794. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9795. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9796. "dependencies": {
  9797. "color-name": "~1.1.4"
  9798. },
  9799. "engines": {
  9800. "node": ">=7.0.0"
  9801. }
  9802. },
  9803. "node_modules/jest-diff/node_modules/color-name": {
  9804. "version": "1.1.4",
  9805. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9806. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9807. },
  9808. "node_modules/jest-diff/node_modules/has-flag": {
  9809. "version": "4.0.0",
  9810. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9811. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9812. "engines": {
  9813. "node": ">=8"
  9814. }
  9815. },
  9816. "node_modules/jest-diff/node_modules/supports-color": {
  9817. "version": "7.2.0",
  9818. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9819. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9820. "dependencies": {
  9821. "has-flag": "^4.0.0"
  9822. },
  9823. "engines": {
  9824. "node": ">=8"
  9825. }
  9826. },
  9827. "node_modules/jest-docblock": {
  9828. "version": "27.5.1",
  9829. "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
  9830. "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
  9831. "dependencies": {
  9832. "detect-newline": "^3.0.0"
  9833. },
  9834. "engines": {
  9835. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9836. }
  9837. },
  9838. "node_modules/jest-each": {
  9839. "version": "27.5.1",
  9840. "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
  9841. "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
  9842. "dependencies": {
  9843. "@jest/types": "^27.5.1",
  9844. "chalk": "^4.0.0",
  9845. "jest-get-type": "^27.5.1",
  9846. "jest-util": "^27.5.1",
  9847. "pretty-format": "^27.5.1"
  9848. },
  9849. "engines": {
  9850. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9851. }
  9852. },
  9853. "node_modules/jest-each/node_modules/ansi-styles": {
  9854. "version": "4.3.0",
  9855. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9856. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9857. "dependencies": {
  9858. "color-convert": "^2.0.1"
  9859. },
  9860. "engines": {
  9861. "node": ">=8"
  9862. },
  9863. "funding": {
  9864. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9865. }
  9866. },
  9867. "node_modules/jest-each/node_modules/chalk": {
  9868. "version": "4.1.2",
  9869. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9870. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9871. "dependencies": {
  9872. "ansi-styles": "^4.1.0",
  9873. "supports-color": "^7.1.0"
  9874. },
  9875. "engines": {
  9876. "node": ">=10"
  9877. },
  9878. "funding": {
  9879. "url": "https://github.com/chalk/chalk?sponsor=1"
  9880. }
  9881. },
  9882. "node_modules/jest-each/node_modules/color-convert": {
  9883. "version": "2.0.1",
  9884. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9885. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9886. "dependencies": {
  9887. "color-name": "~1.1.4"
  9888. },
  9889. "engines": {
  9890. "node": ">=7.0.0"
  9891. }
  9892. },
  9893. "node_modules/jest-each/node_modules/color-name": {
  9894. "version": "1.1.4",
  9895. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9896. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9897. },
  9898. "node_modules/jest-each/node_modules/has-flag": {
  9899. "version": "4.0.0",
  9900. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9901. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9902. "engines": {
  9903. "node": ">=8"
  9904. }
  9905. },
  9906. "node_modules/jest-each/node_modules/supports-color": {
  9907. "version": "7.2.0",
  9908. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9909. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9910. "dependencies": {
  9911. "has-flag": "^4.0.0"
  9912. },
  9913. "engines": {
  9914. "node": ">=8"
  9915. }
  9916. },
  9917. "node_modules/jest-environment-jsdom": {
  9918. "version": "27.5.1",
  9919. "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz",
  9920. "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==",
  9921. "dependencies": {
  9922. "@jest/environment": "^27.5.1",
  9923. "@jest/fake-timers": "^27.5.1",
  9924. "@jest/types": "^27.5.1",
  9925. "@types/node": "*",
  9926. "jest-mock": "^27.5.1",
  9927. "jest-util": "^27.5.1",
  9928. "jsdom": "^16.6.0"
  9929. },
  9930. "engines": {
  9931. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9932. }
  9933. },
  9934. "node_modules/jest-environment-node": {
  9935. "version": "27.5.1",
  9936. "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz",
  9937. "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==",
  9938. "dependencies": {
  9939. "@jest/environment": "^27.5.1",
  9940. "@jest/fake-timers": "^27.5.1",
  9941. "@jest/types": "^27.5.1",
  9942. "@types/node": "*",
  9943. "jest-mock": "^27.5.1",
  9944. "jest-util": "^27.5.1"
  9945. },
  9946. "engines": {
  9947. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9948. }
  9949. },
  9950. "node_modules/jest-get-type": {
  9951. "version": "27.5.1",
  9952. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  9953. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
  9954. "engines": {
  9955. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9956. }
  9957. },
  9958. "node_modules/jest-haste-map": {
  9959. "version": "27.5.1",
  9960. "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
  9961. "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
  9962. "dependencies": {
  9963. "@jest/types": "^27.5.1",
  9964. "@types/graceful-fs": "^4.1.2",
  9965. "@types/node": "*",
  9966. "anymatch": "^3.0.3",
  9967. "fb-watchman": "^2.0.0",
  9968. "graceful-fs": "^4.2.9",
  9969. "jest-regex-util": "^27.5.1",
  9970. "jest-serializer": "^27.5.1",
  9971. "jest-util": "^27.5.1",
  9972. "jest-worker": "^27.5.1",
  9973. "micromatch": "^4.0.4",
  9974. "walker": "^1.0.7"
  9975. },
  9976. "engines": {
  9977. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9978. },
  9979. "optionalDependencies": {
  9980. "fsevents": "^2.3.2"
  9981. }
  9982. },
  9983. "node_modules/jest-jasmine2": {
  9984. "version": "27.5.1",
  9985. "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
  9986. "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
  9987. "dependencies": {
  9988. "@jest/environment": "^27.5.1",
  9989. "@jest/source-map": "^27.5.1",
  9990. "@jest/test-result": "^27.5.1",
  9991. "@jest/types": "^27.5.1",
  9992. "@types/node": "*",
  9993. "chalk": "^4.0.0",
  9994. "co": "^4.6.0",
  9995. "expect": "^27.5.1",
  9996. "is-generator-fn": "^2.0.0",
  9997. "jest-each": "^27.5.1",
  9998. "jest-matcher-utils": "^27.5.1",
  9999. "jest-message-util": "^27.5.1",
  10000. "jest-runtime": "^27.5.1",
  10001. "jest-snapshot": "^27.5.1",
  10002. "jest-util": "^27.5.1",
  10003. "pretty-format": "^27.5.1",
  10004. "throat": "^6.0.1"
  10005. },
  10006. "engines": {
  10007. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10008. }
  10009. },
  10010. "node_modules/jest-jasmine2/node_modules/ansi-styles": {
  10011. "version": "4.3.0",
  10012. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10013. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10014. "dependencies": {
  10015. "color-convert": "^2.0.1"
  10016. },
  10017. "engines": {
  10018. "node": ">=8"
  10019. },
  10020. "funding": {
  10021. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10022. }
  10023. },
  10024. "node_modules/jest-jasmine2/node_modules/chalk": {
  10025. "version": "4.1.2",
  10026. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10027. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10028. "dependencies": {
  10029. "ansi-styles": "^4.1.0",
  10030. "supports-color": "^7.1.0"
  10031. },
  10032. "engines": {
  10033. "node": ">=10"
  10034. },
  10035. "funding": {
  10036. "url": "https://github.com/chalk/chalk?sponsor=1"
  10037. }
  10038. },
  10039. "node_modules/jest-jasmine2/node_modules/color-convert": {
  10040. "version": "2.0.1",
  10041. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10042. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10043. "dependencies": {
  10044. "color-name": "~1.1.4"
  10045. },
  10046. "engines": {
  10047. "node": ">=7.0.0"
  10048. }
  10049. },
  10050. "node_modules/jest-jasmine2/node_modules/color-name": {
  10051. "version": "1.1.4",
  10052. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10053. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10054. },
  10055. "node_modules/jest-jasmine2/node_modules/has-flag": {
  10056. "version": "4.0.0",
  10057. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10058. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10059. "engines": {
  10060. "node": ">=8"
  10061. }
  10062. },
  10063. "node_modules/jest-jasmine2/node_modules/supports-color": {
  10064. "version": "7.2.0",
  10065. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10066. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10067. "dependencies": {
  10068. "has-flag": "^4.0.0"
  10069. },
  10070. "engines": {
  10071. "node": ">=8"
  10072. }
  10073. },
  10074. "node_modules/jest-leak-detector": {
  10075. "version": "27.5.1",
  10076. "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz",
  10077. "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==",
  10078. "dependencies": {
  10079. "jest-get-type": "^27.5.1",
  10080. "pretty-format": "^27.5.1"
  10081. },
  10082. "engines": {
  10083. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10084. }
  10085. },
  10086. "node_modules/jest-matcher-utils": {
  10087. "version": "27.5.1",
  10088. "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
  10089. "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
  10090. "dependencies": {
  10091. "chalk": "^4.0.0",
  10092. "jest-diff": "^27.5.1",
  10093. "jest-get-type": "^27.5.1",
  10094. "pretty-format": "^27.5.1"
  10095. },
  10096. "engines": {
  10097. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10098. }
  10099. },
  10100. "node_modules/jest-matcher-utils/node_modules/ansi-styles": {
  10101. "version": "4.3.0",
  10102. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10103. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10104. "dependencies": {
  10105. "color-convert": "^2.0.1"
  10106. },
  10107. "engines": {
  10108. "node": ">=8"
  10109. },
  10110. "funding": {
  10111. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10112. }
  10113. },
  10114. "node_modules/jest-matcher-utils/node_modules/chalk": {
  10115. "version": "4.1.2",
  10116. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10117. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10118. "dependencies": {
  10119. "ansi-styles": "^4.1.0",
  10120. "supports-color": "^7.1.0"
  10121. },
  10122. "engines": {
  10123. "node": ">=10"
  10124. },
  10125. "funding": {
  10126. "url": "https://github.com/chalk/chalk?sponsor=1"
  10127. }
  10128. },
  10129. "node_modules/jest-matcher-utils/node_modules/color-convert": {
  10130. "version": "2.0.1",
  10131. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10132. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10133. "dependencies": {
  10134. "color-name": "~1.1.4"
  10135. },
  10136. "engines": {
  10137. "node": ">=7.0.0"
  10138. }
  10139. },
  10140. "node_modules/jest-matcher-utils/node_modules/color-name": {
  10141. "version": "1.1.4",
  10142. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10143. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10144. },
  10145. "node_modules/jest-matcher-utils/node_modules/has-flag": {
  10146. "version": "4.0.0",
  10147. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10148. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10149. "engines": {
  10150. "node": ">=8"
  10151. }
  10152. },
  10153. "node_modules/jest-matcher-utils/node_modules/supports-color": {
  10154. "version": "7.2.0",
  10155. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10156. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10157. "dependencies": {
  10158. "has-flag": "^4.0.0"
  10159. },
  10160. "engines": {
  10161. "node": ">=8"
  10162. }
  10163. },
  10164. "node_modules/jest-message-util": {
  10165. "version": "27.5.1",
  10166. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
  10167. "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
  10168. "dependencies": {
  10169. "@babel/code-frame": "^7.12.13",
  10170. "@jest/types": "^27.5.1",
  10171. "@types/stack-utils": "^2.0.0",
  10172. "chalk": "^4.0.0",
  10173. "graceful-fs": "^4.2.9",
  10174. "micromatch": "^4.0.4",
  10175. "pretty-format": "^27.5.1",
  10176. "slash": "^3.0.0",
  10177. "stack-utils": "^2.0.3"
  10178. },
  10179. "engines": {
  10180. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10181. }
  10182. },
  10183. "node_modules/jest-message-util/node_modules/ansi-styles": {
  10184. "version": "4.3.0",
  10185. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10186. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10187. "dependencies": {
  10188. "color-convert": "^2.0.1"
  10189. },
  10190. "engines": {
  10191. "node": ">=8"
  10192. },
  10193. "funding": {
  10194. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10195. }
  10196. },
  10197. "node_modules/jest-message-util/node_modules/chalk": {
  10198. "version": "4.1.2",
  10199. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10200. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10201. "dependencies": {
  10202. "ansi-styles": "^4.1.0",
  10203. "supports-color": "^7.1.0"
  10204. },
  10205. "engines": {
  10206. "node": ">=10"
  10207. },
  10208. "funding": {
  10209. "url": "https://github.com/chalk/chalk?sponsor=1"
  10210. }
  10211. },
  10212. "node_modules/jest-message-util/node_modules/color-convert": {
  10213. "version": "2.0.1",
  10214. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10215. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10216. "dependencies": {
  10217. "color-name": "~1.1.4"
  10218. },
  10219. "engines": {
  10220. "node": ">=7.0.0"
  10221. }
  10222. },
  10223. "node_modules/jest-message-util/node_modules/color-name": {
  10224. "version": "1.1.4",
  10225. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10226. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10227. },
  10228. "node_modules/jest-message-util/node_modules/has-flag": {
  10229. "version": "4.0.0",
  10230. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10231. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10232. "engines": {
  10233. "node": ">=8"
  10234. }
  10235. },
  10236. "node_modules/jest-message-util/node_modules/supports-color": {
  10237. "version": "7.2.0",
  10238. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10239. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10240. "dependencies": {
  10241. "has-flag": "^4.0.0"
  10242. },
  10243. "engines": {
  10244. "node": ">=8"
  10245. }
  10246. },
  10247. "node_modules/jest-mock": {
  10248. "version": "27.5.1",
  10249. "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
  10250. "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
  10251. "dependencies": {
  10252. "@jest/types": "^27.5.1",
  10253. "@types/node": "*"
  10254. },
  10255. "engines": {
  10256. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10257. }
  10258. },
  10259. "node_modules/jest-pnp-resolver": {
  10260. "version": "1.2.3",
  10261. "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
  10262. "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
  10263. "engines": {
  10264. "node": ">=6"
  10265. },
  10266. "peerDependencies": {
  10267. "jest-resolve": "*"
  10268. },
  10269. "peerDependenciesMeta": {
  10270. "jest-resolve": {
  10271. "optional": true
  10272. }
  10273. }
  10274. },
  10275. "node_modules/jest-regex-util": {
  10276. "version": "27.5.1",
  10277. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
  10278. "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
  10279. "engines": {
  10280. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10281. }
  10282. },
  10283. "node_modules/jest-resolve": {
  10284. "version": "27.5.1",
  10285. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz",
  10286. "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==",
  10287. "dependencies": {
  10288. "@jest/types": "^27.5.1",
  10289. "chalk": "^4.0.0",
  10290. "graceful-fs": "^4.2.9",
  10291. "jest-haste-map": "^27.5.1",
  10292. "jest-pnp-resolver": "^1.2.2",
  10293. "jest-util": "^27.5.1",
  10294. "jest-validate": "^27.5.1",
  10295. "resolve": "^1.20.0",
  10296. "resolve.exports": "^1.1.0",
  10297. "slash": "^3.0.0"
  10298. },
  10299. "engines": {
  10300. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10301. }
  10302. },
  10303. "node_modules/jest-resolve-dependencies": {
  10304. "version": "27.5.1",
  10305. "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz",
  10306. "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==",
  10307. "dependencies": {
  10308. "@jest/types": "^27.5.1",
  10309. "jest-regex-util": "^27.5.1",
  10310. "jest-snapshot": "^27.5.1"
  10311. },
  10312. "engines": {
  10313. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10314. }
  10315. },
  10316. "node_modules/jest-resolve/node_modules/ansi-styles": {
  10317. "version": "4.3.0",
  10318. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10319. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10320. "dependencies": {
  10321. "color-convert": "^2.0.1"
  10322. },
  10323. "engines": {
  10324. "node": ">=8"
  10325. },
  10326. "funding": {
  10327. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10328. }
  10329. },
  10330. "node_modules/jest-resolve/node_modules/chalk": {
  10331. "version": "4.1.2",
  10332. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10333. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10334. "dependencies": {
  10335. "ansi-styles": "^4.1.0",
  10336. "supports-color": "^7.1.0"
  10337. },
  10338. "engines": {
  10339. "node": ">=10"
  10340. },
  10341. "funding": {
  10342. "url": "https://github.com/chalk/chalk?sponsor=1"
  10343. }
  10344. },
  10345. "node_modules/jest-resolve/node_modules/color-convert": {
  10346. "version": "2.0.1",
  10347. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10348. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10349. "dependencies": {
  10350. "color-name": "~1.1.4"
  10351. },
  10352. "engines": {
  10353. "node": ">=7.0.0"
  10354. }
  10355. },
  10356. "node_modules/jest-resolve/node_modules/color-name": {
  10357. "version": "1.1.4",
  10358. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10359. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10360. },
  10361. "node_modules/jest-resolve/node_modules/has-flag": {
  10362. "version": "4.0.0",
  10363. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10364. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10365. "engines": {
  10366. "node": ">=8"
  10367. }
  10368. },
  10369. "node_modules/jest-resolve/node_modules/supports-color": {
  10370. "version": "7.2.0",
  10371. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10372. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10373. "dependencies": {
  10374. "has-flag": "^4.0.0"
  10375. },
  10376. "engines": {
  10377. "node": ">=8"
  10378. }
  10379. },
  10380. "node_modules/jest-runner": {
  10381. "version": "27.5.1",
  10382. "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz",
  10383. "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==",
  10384. "dependencies": {
  10385. "@jest/console": "^27.5.1",
  10386. "@jest/environment": "^27.5.1",
  10387. "@jest/test-result": "^27.5.1",
  10388. "@jest/transform": "^27.5.1",
  10389. "@jest/types": "^27.5.1",
  10390. "@types/node": "*",
  10391. "chalk": "^4.0.0",
  10392. "emittery": "^0.8.1",
  10393. "graceful-fs": "^4.2.9",
  10394. "jest-docblock": "^27.5.1",
  10395. "jest-environment-jsdom": "^27.5.1",
  10396. "jest-environment-node": "^27.5.1",
  10397. "jest-haste-map": "^27.5.1",
  10398. "jest-leak-detector": "^27.5.1",
  10399. "jest-message-util": "^27.5.1",
  10400. "jest-resolve": "^27.5.1",
  10401. "jest-runtime": "^27.5.1",
  10402. "jest-util": "^27.5.1",
  10403. "jest-worker": "^27.5.1",
  10404. "source-map-support": "^0.5.6",
  10405. "throat": "^6.0.1"
  10406. },
  10407. "engines": {
  10408. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10409. }
  10410. },
  10411. "node_modules/jest-runner/node_modules/ansi-styles": {
  10412. "version": "4.3.0",
  10413. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10414. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10415. "dependencies": {
  10416. "color-convert": "^2.0.1"
  10417. },
  10418. "engines": {
  10419. "node": ">=8"
  10420. },
  10421. "funding": {
  10422. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10423. }
  10424. },
  10425. "node_modules/jest-runner/node_modules/chalk": {
  10426. "version": "4.1.2",
  10427. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10428. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10429. "dependencies": {
  10430. "ansi-styles": "^4.1.0",
  10431. "supports-color": "^7.1.0"
  10432. },
  10433. "engines": {
  10434. "node": ">=10"
  10435. },
  10436. "funding": {
  10437. "url": "https://github.com/chalk/chalk?sponsor=1"
  10438. }
  10439. },
  10440. "node_modules/jest-runner/node_modules/color-convert": {
  10441. "version": "2.0.1",
  10442. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10443. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10444. "dependencies": {
  10445. "color-name": "~1.1.4"
  10446. },
  10447. "engines": {
  10448. "node": ">=7.0.0"
  10449. }
  10450. },
  10451. "node_modules/jest-runner/node_modules/color-name": {
  10452. "version": "1.1.4",
  10453. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10454. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10455. },
  10456. "node_modules/jest-runner/node_modules/has-flag": {
  10457. "version": "4.0.0",
  10458. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10459. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10460. "engines": {
  10461. "node": ">=8"
  10462. }
  10463. },
  10464. "node_modules/jest-runner/node_modules/supports-color": {
  10465. "version": "7.2.0",
  10466. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10467. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10468. "dependencies": {
  10469. "has-flag": "^4.0.0"
  10470. },
  10471. "engines": {
  10472. "node": ">=8"
  10473. }
  10474. },
  10475. "node_modules/jest-runtime": {
  10476. "version": "27.5.1",
  10477. "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz",
  10478. "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==",
  10479. "dependencies": {
  10480. "@jest/environment": "^27.5.1",
  10481. "@jest/fake-timers": "^27.5.1",
  10482. "@jest/globals": "^27.5.1",
  10483. "@jest/source-map": "^27.5.1",
  10484. "@jest/test-result": "^27.5.1",
  10485. "@jest/transform": "^27.5.1",
  10486. "@jest/types": "^27.5.1",
  10487. "chalk": "^4.0.0",
  10488. "cjs-module-lexer": "^1.0.0",
  10489. "collect-v8-coverage": "^1.0.0",
  10490. "execa": "^5.0.0",
  10491. "glob": "^7.1.3",
  10492. "graceful-fs": "^4.2.9",
  10493. "jest-haste-map": "^27.5.1",
  10494. "jest-message-util": "^27.5.1",
  10495. "jest-mock": "^27.5.1",
  10496. "jest-regex-util": "^27.5.1",
  10497. "jest-resolve": "^27.5.1",
  10498. "jest-snapshot": "^27.5.1",
  10499. "jest-util": "^27.5.1",
  10500. "slash": "^3.0.0",
  10501. "strip-bom": "^4.0.0"
  10502. },
  10503. "engines": {
  10504. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10505. }
  10506. },
  10507. "node_modules/jest-runtime/node_modules/ansi-styles": {
  10508. "version": "4.3.0",
  10509. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10510. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10511. "dependencies": {
  10512. "color-convert": "^2.0.1"
  10513. },
  10514. "engines": {
  10515. "node": ">=8"
  10516. },
  10517. "funding": {
  10518. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10519. }
  10520. },
  10521. "node_modules/jest-runtime/node_modules/chalk": {
  10522. "version": "4.1.2",
  10523. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10524. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10525. "dependencies": {
  10526. "ansi-styles": "^4.1.0",
  10527. "supports-color": "^7.1.0"
  10528. },
  10529. "engines": {
  10530. "node": ">=10"
  10531. },
  10532. "funding": {
  10533. "url": "https://github.com/chalk/chalk?sponsor=1"
  10534. }
  10535. },
  10536. "node_modules/jest-runtime/node_modules/color-convert": {
  10537. "version": "2.0.1",
  10538. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10539. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10540. "dependencies": {
  10541. "color-name": "~1.1.4"
  10542. },
  10543. "engines": {
  10544. "node": ">=7.0.0"
  10545. }
  10546. },
  10547. "node_modules/jest-runtime/node_modules/color-name": {
  10548. "version": "1.1.4",
  10549. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10550. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10551. },
  10552. "node_modules/jest-runtime/node_modules/has-flag": {
  10553. "version": "4.0.0",
  10554. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10555. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10556. "engines": {
  10557. "node": ">=8"
  10558. }
  10559. },
  10560. "node_modules/jest-runtime/node_modules/supports-color": {
  10561. "version": "7.2.0",
  10562. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10563. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10564. "dependencies": {
  10565. "has-flag": "^4.0.0"
  10566. },
  10567. "engines": {
  10568. "node": ">=8"
  10569. }
  10570. },
  10571. "node_modules/jest-serializer": {
  10572. "version": "27.5.1",
  10573. "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz",
  10574. "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==",
  10575. "dependencies": {
  10576. "@types/node": "*",
  10577. "graceful-fs": "^4.2.9"
  10578. },
  10579. "engines": {
  10580. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10581. }
  10582. },
  10583. "node_modules/jest-snapshot": {
  10584. "version": "27.5.1",
  10585. "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz",
  10586. "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==",
  10587. "dependencies": {
  10588. "@babel/core": "^7.7.2",
  10589. "@babel/generator": "^7.7.2",
  10590. "@babel/plugin-syntax-typescript": "^7.7.2",
  10591. "@babel/traverse": "^7.7.2",
  10592. "@babel/types": "^7.0.0",
  10593. "@jest/transform": "^27.5.1",
  10594. "@jest/types": "^27.5.1",
  10595. "@types/babel__traverse": "^7.0.4",
  10596. "@types/prettier": "^2.1.5",
  10597. "babel-preset-current-node-syntax": "^1.0.0",
  10598. "chalk": "^4.0.0",
  10599. "expect": "^27.5.1",
  10600. "graceful-fs": "^4.2.9",
  10601. "jest-diff": "^27.5.1",
  10602. "jest-get-type": "^27.5.1",
  10603. "jest-haste-map": "^27.5.1",
  10604. "jest-matcher-utils": "^27.5.1",
  10605. "jest-message-util": "^27.5.1",
  10606. "jest-util": "^27.5.1",
  10607. "natural-compare": "^1.4.0",
  10608. "pretty-format": "^27.5.1",
  10609. "semver": "^7.3.2"
  10610. },
  10611. "engines": {
  10612. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10613. }
  10614. },
  10615. "node_modules/jest-snapshot/node_modules/ansi-styles": {
  10616. "version": "4.3.0",
  10617. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10618. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10619. "dependencies": {
  10620. "color-convert": "^2.0.1"
  10621. },
  10622. "engines": {
  10623. "node": ">=8"
  10624. },
  10625. "funding": {
  10626. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10627. }
  10628. },
  10629. "node_modules/jest-snapshot/node_modules/chalk": {
  10630. "version": "4.1.2",
  10631. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10632. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10633. "dependencies": {
  10634. "ansi-styles": "^4.1.0",
  10635. "supports-color": "^7.1.0"
  10636. },
  10637. "engines": {
  10638. "node": ">=10"
  10639. },
  10640. "funding": {
  10641. "url": "https://github.com/chalk/chalk?sponsor=1"
  10642. }
  10643. },
  10644. "node_modules/jest-snapshot/node_modules/color-convert": {
  10645. "version": "2.0.1",
  10646. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10647. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10648. "dependencies": {
  10649. "color-name": "~1.1.4"
  10650. },
  10651. "engines": {
  10652. "node": ">=7.0.0"
  10653. }
  10654. },
  10655. "node_modules/jest-snapshot/node_modules/color-name": {
  10656. "version": "1.1.4",
  10657. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10658. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10659. },
  10660. "node_modules/jest-snapshot/node_modules/has-flag": {
  10661. "version": "4.0.0",
  10662. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10663. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10664. "engines": {
  10665. "node": ">=8"
  10666. }
  10667. },
  10668. "node_modules/jest-snapshot/node_modules/supports-color": {
  10669. "version": "7.2.0",
  10670. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10671. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10672. "dependencies": {
  10673. "has-flag": "^4.0.0"
  10674. },
  10675. "engines": {
  10676. "node": ">=8"
  10677. }
  10678. },
  10679. "node_modules/jest-util": {
  10680. "version": "27.5.1",
  10681. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
  10682. "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
  10683. "dependencies": {
  10684. "@jest/types": "^27.5.1",
  10685. "@types/node": "*",
  10686. "chalk": "^4.0.0",
  10687. "ci-info": "^3.2.0",
  10688. "graceful-fs": "^4.2.9",
  10689. "picomatch": "^2.2.3"
  10690. },
  10691. "engines": {
  10692. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10693. }
  10694. },
  10695. "node_modules/jest-util/node_modules/ansi-styles": {
  10696. "version": "4.3.0",
  10697. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10698. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10699. "dependencies": {
  10700. "color-convert": "^2.0.1"
  10701. },
  10702. "engines": {
  10703. "node": ">=8"
  10704. },
  10705. "funding": {
  10706. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10707. }
  10708. },
  10709. "node_modules/jest-util/node_modules/chalk": {
  10710. "version": "4.1.2",
  10711. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10712. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10713. "dependencies": {
  10714. "ansi-styles": "^4.1.0",
  10715. "supports-color": "^7.1.0"
  10716. },
  10717. "engines": {
  10718. "node": ">=10"
  10719. },
  10720. "funding": {
  10721. "url": "https://github.com/chalk/chalk?sponsor=1"
  10722. }
  10723. },
  10724. "node_modules/jest-util/node_modules/color-convert": {
  10725. "version": "2.0.1",
  10726. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10727. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10728. "dependencies": {
  10729. "color-name": "~1.1.4"
  10730. },
  10731. "engines": {
  10732. "node": ">=7.0.0"
  10733. }
  10734. },
  10735. "node_modules/jest-util/node_modules/color-name": {
  10736. "version": "1.1.4",
  10737. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10738. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10739. },
  10740. "node_modules/jest-util/node_modules/has-flag": {
  10741. "version": "4.0.0",
  10742. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10743. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10744. "engines": {
  10745. "node": ">=8"
  10746. }
  10747. },
  10748. "node_modules/jest-util/node_modules/supports-color": {
  10749. "version": "7.2.0",
  10750. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10751. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10752. "dependencies": {
  10753. "has-flag": "^4.0.0"
  10754. },
  10755. "engines": {
  10756. "node": ">=8"
  10757. }
  10758. },
  10759. "node_modules/jest-validate": {
  10760. "version": "27.5.1",
  10761. "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz",
  10762. "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==",
  10763. "dependencies": {
  10764. "@jest/types": "^27.5.1",
  10765. "camelcase": "^6.2.0",
  10766. "chalk": "^4.0.0",
  10767. "jest-get-type": "^27.5.1",
  10768. "leven": "^3.1.0",
  10769. "pretty-format": "^27.5.1"
  10770. },
  10771. "engines": {
  10772. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10773. }
  10774. },
  10775. "node_modules/jest-validate/node_modules/ansi-styles": {
  10776. "version": "4.3.0",
  10777. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10778. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10779. "dependencies": {
  10780. "color-convert": "^2.0.1"
  10781. },
  10782. "engines": {
  10783. "node": ">=8"
  10784. },
  10785. "funding": {
  10786. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10787. }
  10788. },
  10789. "node_modules/jest-validate/node_modules/chalk": {
  10790. "version": "4.1.2",
  10791. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10792. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10793. "dependencies": {
  10794. "ansi-styles": "^4.1.0",
  10795. "supports-color": "^7.1.0"
  10796. },
  10797. "engines": {
  10798. "node": ">=10"
  10799. },
  10800. "funding": {
  10801. "url": "https://github.com/chalk/chalk?sponsor=1"
  10802. }
  10803. },
  10804. "node_modules/jest-validate/node_modules/color-convert": {
  10805. "version": "2.0.1",
  10806. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10807. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10808. "dependencies": {
  10809. "color-name": "~1.1.4"
  10810. },
  10811. "engines": {
  10812. "node": ">=7.0.0"
  10813. }
  10814. },
  10815. "node_modules/jest-validate/node_modules/color-name": {
  10816. "version": "1.1.4",
  10817. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10818. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10819. },
  10820. "node_modules/jest-validate/node_modules/has-flag": {
  10821. "version": "4.0.0",
  10822. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10823. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10824. "engines": {
  10825. "node": ">=8"
  10826. }
  10827. },
  10828. "node_modules/jest-validate/node_modules/supports-color": {
  10829. "version": "7.2.0",
  10830. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10831. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10832. "dependencies": {
  10833. "has-flag": "^4.0.0"
  10834. },
  10835. "engines": {
  10836. "node": ">=8"
  10837. }
  10838. },
  10839. "node_modules/jest-watch-typeahead": {
  10840. "version": "1.1.0",
  10841. "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz",
  10842. "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==",
  10843. "dependencies": {
  10844. "ansi-escapes": "^4.3.1",
  10845. "chalk": "^4.0.0",
  10846. "jest-regex-util": "^28.0.0",
  10847. "jest-watcher": "^28.0.0",
  10848. "slash": "^4.0.0",
  10849. "string-length": "^5.0.1",
  10850. "strip-ansi": "^7.0.1"
  10851. },
  10852. "engines": {
  10853. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  10854. },
  10855. "peerDependencies": {
  10856. "jest": "^27.0.0 || ^28.0.0"
  10857. }
  10858. },
  10859. "node_modules/jest-watch-typeahead/node_modules/@jest/console": {
  10860. "version": "28.1.3",
  10861. "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz",
  10862. "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==",
  10863. "dependencies": {
  10864. "@jest/types": "^28.1.3",
  10865. "@types/node": "*",
  10866. "chalk": "^4.0.0",
  10867. "jest-message-util": "^28.1.3",
  10868. "jest-util": "^28.1.3",
  10869. "slash": "^3.0.0"
  10870. },
  10871. "engines": {
  10872. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10873. }
  10874. },
  10875. "node_modules/jest-watch-typeahead/node_modules/@jest/console/node_modules/slash": {
  10876. "version": "3.0.0",
  10877. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  10878. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  10879. "engines": {
  10880. "node": ">=8"
  10881. }
  10882. },
  10883. "node_modules/jest-watch-typeahead/node_modules/@jest/test-result": {
  10884. "version": "28.1.3",
  10885. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz",
  10886. "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==",
  10887. "dependencies": {
  10888. "@jest/console": "^28.1.3",
  10889. "@jest/types": "^28.1.3",
  10890. "@types/istanbul-lib-coverage": "^2.0.0",
  10891. "collect-v8-coverage": "^1.0.0"
  10892. },
  10893. "engines": {
  10894. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10895. }
  10896. },
  10897. "node_modules/jest-watch-typeahead/node_modules/@jest/types": {
  10898. "version": "28.1.3",
  10899. "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
  10900. "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
  10901. "dependencies": {
  10902. "@jest/schemas": "^28.1.3",
  10903. "@types/istanbul-lib-coverage": "^2.0.0",
  10904. "@types/istanbul-reports": "^3.0.0",
  10905. "@types/node": "*",
  10906. "@types/yargs": "^17.0.8",
  10907. "chalk": "^4.0.0"
  10908. },
  10909. "engines": {
  10910. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10911. }
  10912. },
  10913. "node_modules/jest-watch-typeahead/node_modules/@types/yargs": {
  10914. "version": "17.0.22",
  10915. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.22.tgz",
  10916. "integrity": "sha512-pet5WJ9U8yPVRhkwuEIp5ktAeAqRZOq4UdAyWLWzxbtpyXnzbtLdKiXAjJzi/KLmPGS9wk86lUFWZFN6sISo4g==",
  10917. "dependencies": {
  10918. "@types/yargs-parser": "*"
  10919. }
  10920. },
  10921. "node_modules/jest-watch-typeahead/node_modules/ansi-styles": {
  10922. "version": "4.3.0",
  10923. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10924. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10925. "dependencies": {
  10926. "color-convert": "^2.0.1"
  10927. },
  10928. "engines": {
  10929. "node": ">=8"
  10930. },
  10931. "funding": {
  10932. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10933. }
  10934. },
  10935. "node_modules/jest-watch-typeahead/node_modules/chalk": {
  10936. "version": "4.1.2",
  10937. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10938. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10939. "dependencies": {
  10940. "ansi-styles": "^4.1.0",
  10941. "supports-color": "^7.1.0"
  10942. },
  10943. "engines": {
  10944. "node": ">=10"
  10945. },
  10946. "funding": {
  10947. "url": "https://github.com/chalk/chalk?sponsor=1"
  10948. }
  10949. },
  10950. "node_modules/jest-watch-typeahead/node_modules/color-convert": {
  10951. "version": "2.0.1",
  10952. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10953. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10954. "dependencies": {
  10955. "color-name": "~1.1.4"
  10956. },
  10957. "engines": {
  10958. "node": ">=7.0.0"
  10959. }
  10960. },
  10961. "node_modules/jest-watch-typeahead/node_modules/color-name": {
  10962. "version": "1.1.4",
  10963. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10964. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10965. },
  10966. "node_modules/jest-watch-typeahead/node_modules/emittery": {
  10967. "version": "0.10.2",
  10968. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz",
  10969. "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==",
  10970. "engines": {
  10971. "node": ">=12"
  10972. },
  10973. "funding": {
  10974. "url": "https://github.com/sindresorhus/emittery?sponsor=1"
  10975. }
  10976. },
  10977. "node_modules/jest-watch-typeahead/node_modules/has-flag": {
  10978. "version": "4.0.0",
  10979. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10980. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10981. "engines": {
  10982. "node": ">=8"
  10983. }
  10984. },
  10985. "node_modules/jest-watch-typeahead/node_modules/jest-message-util": {
  10986. "version": "28.1.3",
  10987. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz",
  10988. "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==",
  10989. "dependencies": {
  10990. "@babel/code-frame": "^7.12.13",
  10991. "@jest/types": "^28.1.3",
  10992. "@types/stack-utils": "^2.0.0",
  10993. "chalk": "^4.0.0",
  10994. "graceful-fs": "^4.2.9",
  10995. "micromatch": "^4.0.4",
  10996. "pretty-format": "^28.1.3",
  10997. "slash": "^3.0.0",
  10998. "stack-utils": "^2.0.3"
  10999. },
  11000. "engines": {
  11001. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  11002. }
  11003. },
  11004. "node_modules/jest-watch-typeahead/node_modules/jest-message-util/node_modules/slash": {
  11005. "version": "3.0.0",
  11006. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  11007. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  11008. "engines": {
  11009. "node": ">=8"
  11010. }
  11011. },
  11012. "node_modules/jest-watch-typeahead/node_modules/jest-regex-util": {
  11013. "version": "28.0.2",
  11014. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz",
  11015. "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==",
  11016. "engines": {
  11017. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  11018. }
  11019. },
  11020. "node_modules/jest-watch-typeahead/node_modules/jest-util": {
  11021. "version": "28.1.3",
  11022. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz",
  11023. "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==",
  11024. "dependencies": {
  11025. "@jest/types": "^28.1.3",
  11026. "@types/node": "*",
  11027. "chalk": "^4.0.0",
  11028. "ci-info": "^3.2.0",
  11029. "graceful-fs": "^4.2.9",
  11030. "picomatch": "^2.2.3"
  11031. },
  11032. "engines": {
  11033. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  11034. }
  11035. },
  11036. "node_modules/jest-watch-typeahead/node_modules/jest-watcher": {
  11037. "version": "28.1.3",
  11038. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz",
  11039. "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==",
  11040. "dependencies": {
  11041. "@jest/test-result": "^28.1.3",
  11042. "@jest/types": "^28.1.3",
  11043. "@types/node": "*",
  11044. "ansi-escapes": "^4.2.1",
  11045. "chalk": "^4.0.0",
  11046. "emittery": "^0.10.2",
  11047. "jest-util": "^28.1.3",
  11048. "string-length": "^4.0.1"
  11049. },
  11050. "engines": {
  11051. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  11052. }
  11053. },
  11054. "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/string-length": {
  11055. "version": "4.0.2",
  11056. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  11057. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  11058. "dependencies": {
  11059. "char-regex": "^1.0.2",
  11060. "strip-ansi": "^6.0.0"
  11061. },
  11062. "engines": {
  11063. "node": ">=10"
  11064. }
  11065. },
  11066. "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/strip-ansi": {
  11067. "version": "6.0.1",
  11068. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  11069. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  11070. "dependencies": {
  11071. "ansi-regex": "^5.0.1"
  11072. },
  11073. "engines": {
  11074. "node": ">=8"
  11075. }
  11076. },
  11077. "node_modules/jest-watch-typeahead/node_modules/pretty-format": {
  11078. "version": "28.1.3",
  11079. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz",
  11080. "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==",
  11081. "dependencies": {
  11082. "@jest/schemas": "^28.1.3",
  11083. "ansi-regex": "^5.0.1",
  11084. "ansi-styles": "^5.0.0",
  11085. "react-is": "^18.0.0"
  11086. },
  11087. "engines": {
  11088. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  11089. }
  11090. },
  11091. "node_modules/jest-watch-typeahead/node_modules/pretty-format/node_modules/ansi-styles": {
  11092. "version": "5.2.0",
  11093. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  11094. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  11095. "engines": {
  11096. "node": ">=10"
  11097. },
  11098. "funding": {
  11099. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  11100. }
  11101. },
  11102. "node_modules/jest-watch-typeahead/node_modules/react-is": {
  11103. "version": "18.2.0",
  11104. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  11105. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
  11106. },
  11107. "node_modules/jest-watch-typeahead/node_modules/slash": {
  11108. "version": "4.0.0",
  11109. "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
  11110. "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
  11111. "engines": {
  11112. "node": ">=12"
  11113. },
  11114. "funding": {
  11115. "url": "https://github.com/sponsors/sindresorhus"
  11116. }
  11117. },
  11118. "node_modules/jest-watch-typeahead/node_modules/string-length": {
  11119. "version": "5.0.1",
  11120. "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz",
  11121. "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==",
  11122. "dependencies": {
  11123. "char-regex": "^2.0.0",
  11124. "strip-ansi": "^7.0.1"
  11125. },
  11126. "engines": {
  11127. "node": ">=12.20"
  11128. },
  11129. "funding": {
  11130. "url": "https://github.com/sponsors/sindresorhus"
  11131. }
  11132. },
  11133. "node_modules/jest-watch-typeahead/node_modules/string-length/node_modules/char-regex": {
  11134. "version": "2.0.1",
  11135. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz",
  11136. "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==",
  11137. "engines": {
  11138. "node": ">=12.20"
  11139. }
  11140. },
  11141. "node_modules/jest-watch-typeahead/node_modules/strip-ansi": {
  11142. "version": "7.0.1",
  11143. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
  11144. "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
  11145. "dependencies": {
  11146. "ansi-regex": "^6.0.1"
  11147. },
  11148. "engines": {
  11149. "node": ">=12"
  11150. },
  11151. "funding": {
  11152. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  11153. }
  11154. },
  11155. "node_modules/jest-watch-typeahead/node_modules/strip-ansi/node_modules/ansi-regex": {
  11156. "version": "6.0.1",
  11157. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
  11158. "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
  11159. "engines": {
  11160. "node": ">=12"
  11161. },
  11162. "funding": {
  11163. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  11164. }
  11165. },
  11166. "node_modules/jest-watch-typeahead/node_modules/supports-color": {
  11167. "version": "7.2.0",
  11168. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  11169. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  11170. "dependencies": {
  11171. "has-flag": "^4.0.0"
  11172. },
  11173. "engines": {
  11174. "node": ">=8"
  11175. }
  11176. },
  11177. "node_modules/jest-watcher": {
  11178. "version": "27.5.1",
  11179. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
  11180. "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
  11181. "dependencies": {
  11182. "@jest/test-result": "^27.5.1",
  11183. "@jest/types": "^27.5.1",
  11184. "@types/node": "*",
  11185. "ansi-escapes": "^4.2.1",
  11186. "chalk": "^4.0.0",
  11187. "jest-util": "^27.5.1",
  11188. "string-length": "^4.0.1"
  11189. },
  11190. "engines": {
  11191. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  11192. }
  11193. },
  11194. "node_modules/jest-watcher/node_modules/ansi-styles": {
  11195. "version": "4.3.0",
  11196. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  11197. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  11198. "dependencies": {
  11199. "color-convert": "^2.0.1"
  11200. },
  11201. "engines": {
  11202. "node": ">=8"
  11203. },
  11204. "funding": {
  11205. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  11206. }
  11207. },
  11208. "node_modules/jest-watcher/node_modules/chalk": {
  11209. "version": "4.1.2",
  11210. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  11211. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  11212. "dependencies": {
  11213. "ansi-styles": "^4.1.0",
  11214. "supports-color": "^7.1.0"
  11215. },
  11216. "engines": {
  11217. "node": ">=10"
  11218. },
  11219. "funding": {
  11220. "url": "https://github.com/chalk/chalk?sponsor=1"
  11221. }
  11222. },
  11223. "node_modules/jest-watcher/node_modules/color-convert": {
  11224. "version": "2.0.1",
  11225. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  11226. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  11227. "dependencies": {
  11228. "color-name": "~1.1.4"
  11229. },
  11230. "engines": {
  11231. "node": ">=7.0.0"
  11232. }
  11233. },
  11234. "node_modules/jest-watcher/node_modules/color-name": {
  11235. "version": "1.1.4",
  11236. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  11237. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  11238. },
  11239. "node_modules/jest-watcher/node_modules/has-flag": {
  11240. "version": "4.0.0",
  11241. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  11242. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  11243. "engines": {
  11244. "node": ">=8"
  11245. }
  11246. },
  11247. "node_modules/jest-watcher/node_modules/supports-color": {
  11248. "version": "7.2.0",
  11249. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  11250. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  11251. "dependencies": {
  11252. "has-flag": "^4.0.0"
  11253. },
  11254. "engines": {
  11255. "node": ">=8"
  11256. }
  11257. },
  11258. "node_modules/jest-worker": {
  11259. "version": "27.5.1",
  11260. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
  11261. "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
  11262. "dependencies": {
  11263. "@types/node": "*",
  11264. "merge-stream": "^2.0.0",
  11265. "supports-color": "^8.0.0"
  11266. },
  11267. "engines": {
  11268. "node": ">= 10.13.0"
  11269. }
  11270. },
  11271. "node_modules/jest-worker/node_modules/has-flag": {
  11272. "version": "4.0.0",
  11273. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  11274. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  11275. "engines": {
  11276. "node": ">=8"
  11277. }
  11278. },
  11279. "node_modules/jest-worker/node_modules/supports-color": {
  11280. "version": "8.1.1",
  11281. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  11282. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  11283. "dependencies": {
  11284. "has-flag": "^4.0.0"
  11285. },
  11286. "engines": {
  11287. "node": ">=10"
  11288. },
  11289. "funding": {
  11290. "url": "https://github.com/chalk/supports-color?sponsor=1"
  11291. }
  11292. },
  11293. "node_modules/js-sdsl": {
  11294. "version": "4.3.0",
  11295. "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.3.0.tgz",
  11296. "integrity": "sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==",
  11297. "funding": {
  11298. "type": "opencollective",
  11299. "url": "https://opencollective.com/js-sdsl"
  11300. }
  11301. },
  11302. "node_modules/js-tokens": {
  11303. "version": "4.0.0",
  11304. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  11305. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  11306. },
  11307. "node_modules/js-yaml": {
  11308. "version": "3.14.1",
  11309. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
  11310. "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
  11311. "dependencies": {
  11312. "argparse": "^1.0.7",
  11313. "esprima": "^4.0.0"
  11314. },
  11315. "bin": {
  11316. "js-yaml": "bin/js-yaml.js"
  11317. }
  11318. },
  11319. "node_modules/jsdom": {
  11320. "version": "16.7.0",
  11321. "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
  11322. "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
  11323. "dependencies": {
  11324. "abab": "^2.0.5",
  11325. "acorn": "^8.2.4",
  11326. "acorn-globals": "^6.0.0",
  11327. "cssom": "^0.4.4",
  11328. "cssstyle": "^2.3.0",
  11329. "data-urls": "^2.0.0",
  11330. "decimal.js": "^10.2.1",
  11331. "domexception": "^2.0.1",
  11332. "escodegen": "^2.0.0",
  11333. "form-data": "^3.0.0",
  11334. "html-encoding-sniffer": "^2.0.1",
  11335. "http-proxy-agent": "^4.0.1",
  11336. "https-proxy-agent": "^5.0.0",
  11337. "is-potential-custom-element-name": "^1.0.1",
  11338. "nwsapi": "^2.2.0",
  11339. "parse5": "6.0.1",
  11340. "saxes": "^5.0.1",
  11341. "symbol-tree": "^3.2.4",
  11342. "tough-cookie": "^4.0.0",
  11343. "w3c-hr-time": "^1.0.2",
  11344. "w3c-xmlserializer": "^2.0.0",
  11345. "webidl-conversions": "^6.1.0",
  11346. "whatwg-encoding": "^1.0.5",
  11347. "whatwg-mimetype": "^2.3.0",
  11348. "whatwg-url": "^8.5.0",
  11349. "ws": "^7.4.6",
  11350. "xml-name-validator": "^3.0.0"
  11351. },
  11352. "engines": {
  11353. "node": ">=10"
  11354. },
  11355. "peerDependencies": {
  11356. "canvas": "^2.5.0"
  11357. },
  11358. "peerDependenciesMeta": {
  11359. "canvas": {
  11360. "optional": true
  11361. }
  11362. }
  11363. },
  11364. "node_modules/jsesc": {
  11365. "version": "2.5.2",
  11366. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  11367. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  11368. "bin": {
  11369. "jsesc": "bin/jsesc"
  11370. },
  11371. "engines": {
  11372. "node": ">=4"
  11373. }
  11374. },
  11375. "node_modules/json-parse-even-better-errors": {
  11376. "version": "2.3.1",
  11377. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  11378. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
  11379. },
  11380. "node_modules/json-schema": {
  11381. "version": "0.4.0",
  11382. "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
  11383. "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
  11384. },
  11385. "node_modules/json-schema-traverse": {
  11386. "version": "0.4.1",
  11387. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  11388. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
  11389. },
  11390. "node_modules/json-stable-stringify-without-jsonify": {
  11391. "version": "1.0.1",
  11392. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  11393. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw=="
  11394. },
  11395. "node_modules/json5": {
  11396. "version": "2.2.3",
  11397. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  11398. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  11399. "bin": {
  11400. "json5": "lib/cli.js"
  11401. },
  11402. "engines": {
  11403. "node": ">=6"
  11404. }
  11405. },
  11406. "node_modules/jsonfile": {
  11407. "version": "6.1.0",
  11408. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  11409. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  11410. "dependencies": {
  11411. "universalify": "^2.0.0"
  11412. },
  11413. "optionalDependencies": {
  11414. "graceful-fs": "^4.1.6"
  11415. }
  11416. },
  11417. "node_modules/jsonpointer": {
  11418. "version": "5.0.1",
  11419. "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
  11420. "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
  11421. "engines": {
  11422. "node": ">=0.10.0"
  11423. }
  11424. },
  11425. "node_modules/jsx-ast-utils": {
  11426. "version": "3.3.3",
  11427. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz",
  11428. "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==",
  11429. "dependencies": {
  11430. "array-includes": "^3.1.5",
  11431. "object.assign": "^4.1.3"
  11432. },
  11433. "engines": {
  11434. "node": ">=4.0"
  11435. }
  11436. },
  11437. "node_modules/kind-of": {
  11438. "version": "6.0.3",
  11439. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  11440. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  11441. "engines": {
  11442. "node": ">=0.10.0"
  11443. }
  11444. },
  11445. "node_modules/kleur": {
  11446. "version": "3.0.3",
  11447. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  11448. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  11449. "engines": {
  11450. "node": ">=6"
  11451. }
  11452. },
  11453. "node_modules/klona": {
  11454. "version": "2.0.6",
  11455. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  11456. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  11457. "engines": {
  11458. "node": ">= 8"
  11459. }
  11460. },
  11461. "node_modules/language-subtag-registry": {
  11462. "version": "0.3.22",
  11463. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
  11464. "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w=="
  11465. },
  11466. "node_modules/language-tags": {
  11467. "version": "1.0.5",
  11468. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
  11469. "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==",
  11470. "dependencies": {
  11471. "language-subtag-registry": "~0.3.2"
  11472. }
  11473. },
  11474. "node_modules/leven": {
  11475. "version": "3.1.0",
  11476. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  11477. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  11478. "engines": {
  11479. "node": ">=6"
  11480. }
  11481. },
  11482. "node_modules/levn": {
  11483. "version": "0.4.1",
  11484. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  11485. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  11486. "dependencies": {
  11487. "prelude-ls": "^1.2.1",
  11488. "type-check": "~0.4.0"
  11489. },
  11490. "engines": {
  11491. "node": ">= 0.8.0"
  11492. }
  11493. },
  11494. "node_modules/lilconfig": {
  11495. "version": "2.0.6",
  11496. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.6.tgz",
  11497. "integrity": "sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==",
  11498. "engines": {
  11499. "node": ">=10"
  11500. }
  11501. },
  11502. "node_modules/lines-and-columns": {
  11503. "version": "1.2.4",
  11504. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  11505. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
  11506. },
  11507. "node_modules/loader-runner": {
  11508. "version": "4.3.0",
  11509. "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
  11510. "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==",
  11511. "engines": {
  11512. "node": ">=6.11.5"
  11513. }
  11514. },
  11515. "node_modules/loader-utils": {
  11516. "version": "2.0.4",
  11517. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz",
  11518. "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
  11519. "dependencies": {
  11520. "big.js": "^5.2.2",
  11521. "emojis-list": "^3.0.0",
  11522. "json5": "^2.1.2"
  11523. },
  11524. "engines": {
  11525. "node": ">=8.9.0"
  11526. }
  11527. },
  11528. "node_modules/locate-path": {
  11529. "version": "6.0.0",
  11530. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  11531. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  11532. "dependencies": {
  11533. "p-locate": "^5.0.0"
  11534. },
  11535. "engines": {
  11536. "node": ">=10"
  11537. },
  11538. "funding": {
  11539. "url": "https://github.com/sponsors/sindresorhus"
  11540. }
  11541. },
  11542. "node_modules/lodash": {
  11543. "version": "4.17.21",
  11544. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  11545. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  11546. },
  11547. "node_modules/lodash.debounce": {
  11548. "version": "4.0.8",
  11549. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  11550. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
  11551. },
  11552. "node_modules/lodash.memoize": {
  11553. "version": "4.1.2",
  11554. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  11555. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
  11556. },
  11557. "node_modules/lodash.merge": {
  11558. "version": "4.6.2",
  11559. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  11560. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
  11561. },
  11562. "node_modules/lodash.sortby": {
  11563. "version": "4.7.0",
  11564. "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
  11565. "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA=="
  11566. },
  11567. "node_modules/lodash.uniq": {
  11568. "version": "4.5.0",
  11569. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  11570. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="
  11571. },
  11572. "node_modules/loose-envify": {
  11573. "version": "1.4.0",
  11574. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  11575. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  11576. "dependencies": {
  11577. "js-tokens": "^3.0.0 || ^4.0.0"
  11578. },
  11579. "bin": {
  11580. "loose-envify": "cli.js"
  11581. }
  11582. },
  11583. "node_modules/lower-case": {
  11584. "version": "2.0.2",
  11585. "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
  11586. "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
  11587. "dependencies": {
  11588. "tslib": "^2.0.3"
  11589. }
  11590. },
  11591. "node_modules/lru-cache": {
  11592. "version": "5.1.1",
  11593. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  11594. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  11595. "dependencies": {
  11596. "yallist": "^3.0.2"
  11597. }
  11598. },
  11599. "node_modules/lz-string": {
  11600. "version": "1.4.4",
  11601. "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz",
  11602. "integrity": "sha512-0ckx7ZHRPqb0oUm8zNr+90mtf9DQB60H1wMCjBtfi62Kl3a7JbHob6gA2bC+xRvZoOL+1hzUK8jeuEIQE8svEQ==",
  11603. "bin": {
  11604. "lz-string": "bin/bin.js"
  11605. }
  11606. },
  11607. "node_modules/magic-string": {
  11608. "version": "0.25.9",
  11609. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
  11610. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  11611. "dependencies": {
  11612. "sourcemap-codec": "^1.4.8"
  11613. }
  11614. },
  11615. "node_modules/make-dir": {
  11616. "version": "3.1.0",
  11617. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  11618. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  11619. "dependencies": {
  11620. "semver": "^6.0.0"
  11621. },
  11622. "engines": {
  11623. "node": ">=8"
  11624. },
  11625. "funding": {
  11626. "url": "https://github.com/sponsors/sindresorhus"
  11627. }
  11628. },
  11629. "node_modules/make-dir/node_modules/semver": {
  11630. "version": "6.3.0",
  11631. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  11632. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  11633. "bin": {
  11634. "semver": "bin/semver.js"
  11635. }
  11636. },
  11637. "node_modules/makeerror": {
  11638. "version": "1.0.12",
  11639. "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
  11640. "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
  11641. "dependencies": {
  11642. "tmpl": "1.0.5"
  11643. }
  11644. },
  11645. "node_modules/mdn-data": {
  11646. "version": "2.0.4",
  11647. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
  11648. "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA=="
  11649. },
  11650. "node_modules/media-typer": {
  11651. "version": "0.3.0",
  11652. "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
  11653. "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
  11654. "engines": {
  11655. "node": ">= 0.6"
  11656. }
  11657. },
  11658. "node_modules/memfs": {
  11659. "version": "3.4.13",
  11660. "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.13.tgz",
  11661. "integrity": "sha512-omTM41g3Skpvx5dSYeZIbXKcXoAVc/AoMNwn9TKx++L/gaen/+4TTttmu8ZSch5vfVJ8uJvGbroTsIlslRg6lg==",
  11662. "dependencies": {
  11663. "fs-monkey": "^1.0.3"
  11664. },
  11665. "engines": {
  11666. "node": ">= 4.0.0"
  11667. }
  11668. },
  11669. "node_modules/merge-descriptors": {
  11670. "version": "1.0.1",
  11671. "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
  11672. "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w=="
  11673. },
  11674. "node_modules/merge-stream": {
  11675. "version": "2.0.0",
  11676. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  11677. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  11678. },
  11679. "node_modules/merge2": {
  11680. "version": "1.4.1",
  11681. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  11682. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  11683. "engines": {
  11684. "node": ">= 8"
  11685. }
  11686. },
  11687. "node_modules/methods": {
  11688. "version": "1.1.2",
  11689. "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
  11690. "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
  11691. "engines": {
  11692. "node": ">= 0.6"
  11693. }
  11694. },
  11695. "node_modules/micromatch": {
  11696. "version": "4.0.5",
  11697. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  11698. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  11699. "dependencies": {
  11700. "braces": "^3.0.2",
  11701. "picomatch": "^2.3.1"
  11702. },
  11703. "engines": {
  11704. "node": ">=8.6"
  11705. }
  11706. },
  11707. "node_modules/mime": {
  11708. "version": "1.6.0",
  11709. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  11710. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  11711. "bin": {
  11712. "mime": "cli.js"
  11713. },
  11714. "engines": {
  11715. "node": ">=4"
  11716. }
  11717. },
  11718. "node_modules/mime-db": {
  11719. "version": "1.52.0",
  11720. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  11721. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  11722. "engines": {
  11723. "node": ">= 0.6"
  11724. }
  11725. },
  11726. "node_modules/mime-types": {
  11727. "version": "2.1.35",
  11728. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  11729. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  11730. "dependencies": {
  11731. "mime-db": "1.52.0"
  11732. },
  11733. "engines": {
  11734. "node": ">= 0.6"
  11735. }
  11736. },
  11737. "node_modules/mimic-fn": {
  11738. "version": "2.1.0",
  11739. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  11740. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  11741. "engines": {
  11742. "node": ">=6"
  11743. }
  11744. },
  11745. "node_modules/min-indent": {
  11746. "version": "1.0.1",
  11747. "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
  11748. "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
  11749. "engines": {
  11750. "node": ">=4"
  11751. }
  11752. },
  11753. "node_modules/mini-css-extract-plugin": {
  11754. "version": "2.7.2",
  11755. "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.2.tgz",
  11756. "integrity": "sha512-EdlUizq13o0Pd+uCp+WO/JpkLvHRVGt97RqfeGhXqAcorYo1ypJSpkV+WDT0vY/kmh/p7wRdJNJtuyK540PXDw==",
  11757. "dependencies": {
  11758. "schema-utils": "^4.0.0"
  11759. },
  11760. "engines": {
  11761. "node": ">= 12.13.0"
  11762. },
  11763. "funding": {
  11764. "type": "opencollective",
  11765. "url": "https://opencollective.com/webpack"
  11766. },
  11767. "peerDependencies": {
  11768. "webpack": "^5.0.0"
  11769. }
  11770. },
  11771. "node_modules/mini-css-extract-plugin/node_modules/ajv": {
  11772. "version": "8.12.0",
  11773. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
  11774. "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
  11775. "dependencies": {
  11776. "fast-deep-equal": "^3.1.1",
  11777. "json-schema-traverse": "^1.0.0",
  11778. "require-from-string": "^2.0.2",
  11779. "uri-js": "^4.2.2"
  11780. },
  11781. "funding": {
  11782. "type": "github",
  11783. "url": "https://github.com/sponsors/epoberezkin"
  11784. }
  11785. },
  11786. "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": {
  11787. "version": "5.1.0",
  11788. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  11789. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  11790. "dependencies": {
  11791. "fast-deep-equal": "^3.1.3"
  11792. },
  11793. "peerDependencies": {
  11794. "ajv": "^8.8.2"
  11795. }
  11796. },
  11797. "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": {
  11798. "version": "1.0.0",
  11799. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  11800. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  11801. },
  11802. "node_modules/mini-css-extract-plugin/node_modules/schema-utils": {
  11803. "version": "4.0.0",
  11804. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  11805. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  11806. "dependencies": {
  11807. "@types/json-schema": "^7.0.9",
  11808. "ajv": "^8.8.0",
  11809. "ajv-formats": "^2.1.1",
  11810. "ajv-keywords": "^5.0.0"
  11811. },
  11812. "engines": {
  11813. "node": ">= 12.13.0"
  11814. },
  11815. "funding": {
  11816. "type": "opencollective",
  11817. "url": "https://opencollective.com/webpack"
  11818. }
  11819. },
  11820. "node_modules/minimalistic-assert": {
  11821. "version": "1.0.1",
  11822. "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
  11823. "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
  11824. },
  11825. "node_modules/minimatch": {
  11826. "version": "3.1.2",
  11827. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  11828. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  11829. "dependencies": {
  11830. "brace-expansion": "^1.1.7"
  11831. },
  11832. "engines": {
  11833. "node": "*"
  11834. }
  11835. },
  11836. "node_modules/minimist": {
  11837. "version": "1.2.8",
  11838. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  11839. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  11840. "funding": {
  11841. "url": "https://github.com/sponsors/ljharb"
  11842. }
  11843. },
  11844. "node_modules/mkdirp": {
  11845. "version": "0.5.6",
  11846. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
  11847. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  11848. "dependencies": {
  11849. "minimist": "^1.2.6"
  11850. },
  11851. "bin": {
  11852. "mkdirp": "bin/cmd.js"
  11853. }
  11854. },
  11855. "node_modules/ms": {
  11856. "version": "2.1.2",
  11857. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  11858. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  11859. },
  11860. "node_modules/multicast-dns": {
  11861. "version": "7.2.5",
  11862. "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz",
  11863. "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==",
  11864. "dependencies": {
  11865. "dns-packet": "^5.2.2",
  11866. "thunky": "^1.0.2"
  11867. },
  11868. "bin": {
  11869. "multicast-dns": "cli.js"
  11870. }
  11871. },
  11872. "node_modules/nanoid": {
  11873. "version": "3.3.4",
  11874. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz",
  11875. "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==",
  11876. "bin": {
  11877. "nanoid": "bin/nanoid.cjs"
  11878. },
  11879. "engines": {
  11880. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  11881. }
  11882. },
  11883. "node_modules/natural-compare": {
  11884. "version": "1.4.0",
  11885. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  11886. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw=="
  11887. },
  11888. "node_modules/natural-compare-lite": {
  11889. "version": "1.4.0",
  11890. "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
  11891. "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g=="
  11892. },
  11893. "node_modules/negotiator": {
  11894. "version": "0.6.3",
  11895. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
  11896. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  11897. "engines": {
  11898. "node": ">= 0.6"
  11899. }
  11900. },
  11901. "node_modules/neo-async": {
  11902. "version": "2.6.2",
  11903. "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  11904. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
  11905. },
  11906. "node_modules/no-case": {
  11907. "version": "3.0.4",
  11908. "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
  11909. "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
  11910. "dependencies": {
  11911. "lower-case": "^2.0.2",
  11912. "tslib": "^2.0.3"
  11913. }
  11914. },
  11915. "node_modules/node-forge": {
  11916. "version": "1.3.1",
  11917. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
  11918. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
  11919. "engines": {
  11920. "node": ">= 6.13.0"
  11921. }
  11922. },
  11923. "node_modules/node-int64": {
  11924. "version": "0.4.0",
  11925. "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
  11926. "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw=="
  11927. },
  11928. "node_modules/node-releases": {
  11929. "version": "2.0.10",
  11930. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz",
  11931. "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w=="
  11932. },
  11933. "node_modules/normalize-path": {
  11934. "version": "3.0.0",
  11935. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  11936. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  11937. "engines": {
  11938. "node": ">=0.10.0"
  11939. }
  11940. },
  11941. "node_modules/normalize-range": {
  11942. "version": "0.1.2",
  11943. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  11944. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  11945. "engines": {
  11946. "node": ">=0.10.0"
  11947. }
  11948. },
  11949. "node_modules/normalize-url": {
  11950. "version": "6.1.0",
  11951. "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
  11952. "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
  11953. "engines": {
  11954. "node": ">=10"
  11955. },
  11956. "funding": {
  11957. "url": "https://github.com/sponsors/sindresorhus"
  11958. }
  11959. },
  11960. "node_modules/npm-run-path": {
  11961. "version": "4.0.1",
  11962. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  11963. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  11964. "dependencies": {
  11965. "path-key": "^3.0.0"
  11966. },
  11967. "engines": {
  11968. "node": ">=8"
  11969. }
  11970. },
  11971. "node_modules/nth-check": {
  11972. "version": "2.1.1",
  11973. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  11974. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  11975. "dependencies": {
  11976. "boolbase": "^1.0.0"
  11977. },
  11978. "funding": {
  11979. "url": "https://github.com/fb55/nth-check?sponsor=1"
  11980. }
  11981. },
  11982. "node_modules/nwsapi": {
  11983. "version": "2.2.2",
  11984. "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.2.tgz",
  11985. "integrity": "sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw=="
  11986. },
  11987. "node_modules/object-assign": {
  11988. "version": "4.1.1",
  11989. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  11990. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  11991. "engines": {
  11992. "node": ">=0.10.0"
  11993. }
  11994. },
  11995. "node_modules/object-hash": {
  11996. "version": "3.0.0",
  11997. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  11998. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  11999. "engines": {
  12000. "node": ">= 6"
  12001. }
  12002. },
  12003. "node_modules/object-inspect": {
  12004. "version": "1.12.3",
  12005. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
  12006. "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
  12007. "funding": {
  12008. "url": "https://github.com/sponsors/ljharb"
  12009. }
  12010. },
  12011. "node_modules/object-is": {
  12012. "version": "1.1.5",
  12013. "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
  12014. "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
  12015. "dependencies": {
  12016. "call-bind": "^1.0.2",
  12017. "define-properties": "^1.1.3"
  12018. },
  12019. "engines": {
  12020. "node": ">= 0.4"
  12021. },
  12022. "funding": {
  12023. "url": "https://github.com/sponsors/ljharb"
  12024. }
  12025. },
  12026. "node_modules/object-keys": {
  12027. "version": "1.1.1",
  12028. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  12029. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  12030. "engines": {
  12031. "node": ">= 0.4"
  12032. }
  12033. },
  12034. "node_modules/object.assign": {
  12035. "version": "4.1.4",
  12036. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
  12037. "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
  12038. "dependencies": {
  12039. "call-bind": "^1.0.2",
  12040. "define-properties": "^1.1.4",
  12041. "has-symbols": "^1.0.3",
  12042. "object-keys": "^1.1.1"
  12043. },
  12044. "engines": {
  12045. "node": ">= 0.4"
  12046. },
  12047. "funding": {
  12048. "url": "https://github.com/sponsors/ljharb"
  12049. }
  12050. },
  12051. "node_modules/object.entries": {
  12052. "version": "1.1.6",
  12053. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz",
  12054. "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==",
  12055. "dependencies": {
  12056. "call-bind": "^1.0.2",
  12057. "define-properties": "^1.1.4",
  12058. "es-abstract": "^1.20.4"
  12059. },
  12060. "engines": {
  12061. "node": ">= 0.4"
  12062. }
  12063. },
  12064. "node_modules/object.fromentries": {
  12065. "version": "2.0.6",
  12066. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
  12067. "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
  12068. "dependencies": {
  12069. "call-bind": "^1.0.2",
  12070. "define-properties": "^1.1.4",
  12071. "es-abstract": "^1.20.4"
  12072. },
  12073. "engines": {
  12074. "node": ">= 0.4"
  12075. },
  12076. "funding": {
  12077. "url": "https://github.com/sponsors/ljharb"
  12078. }
  12079. },
  12080. "node_modules/object.getownpropertydescriptors": {
  12081. "version": "2.1.5",
  12082. "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.5.tgz",
  12083. "integrity": "sha512-yDNzckpM6ntyQiGTik1fKV1DcVDRS+w8bvpWNCBanvH5LfRX9O8WTHqQzG4RZwRAM4I0oU7TV11Lj5v0g20ibw==",
  12084. "dependencies": {
  12085. "array.prototype.reduce": "^1.0.5",
  12086. "call-bind": "^1.0.2",
  12087. "define-properties": "^1.1.4",
  12088. "es-abstract": "^1.20.4"
  12089. },
  12090. "engines": {
  12091. "node": ">= 0.8"
  12092. },
  12093. "funding": {
  12094. "url": "https://github.com/sponsors/ljharb"
  12095. }
  12096. },
  12097. "node_modules/object.hasown": {
  12098. "version": "1.1.2",
  12099. "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz",
  12100. "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==",
  12101. "dependencies": {
  12102. "define-properties": "^1.1.4",
  12103. "es-abstract": "^1.20.4"
  12104. },
  12105. "funding": {
  12106. "url": "https://github.com/sponsors/ljharb"
  12107. }
  12108. },
  12109. "node_modules/object.values": {
  12110. "version": "1.1.6",
  12111. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
  12112. "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==",
  12113. "dependencies": {
  12114. "call-bind": "^1.0.2",
  12115. "define-properties": "^1.1.4",
  12116. "es-abstract": "^1.20.4"
  12117. },
  12118. "engines": {
  12119. "node": ">= 0.4"
  12120. },
  12121. "funding": {
  12122. "url": "https://github.com/sponsors/ljharb"
  12123. }
  12124. },
  12125. "node_modules/obuf": {
  12126. "version": "1.1.2",
  12127. "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
  12128. "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg=="
  12129. },
  12130. "node_modules/on-finished": {
  12131. "version": "2.4.1",
  12132. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  12133. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  12134. "dependencies": {
  12135. "ee-first": "1.1.1"
  12136. },
  12137. "engines": {
  12138. "node": ">= 0.8"
  12139. }
  12140. },
  12141. "node_modules/on-headers": {
  12142. "version": "1.0.2",
  12143. "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
  12144. "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
  12145. "engines": {
  12146. "node": ">= 0.8"
  12147. }
  12148. },
  12149. "node_modules/once": {
  12150. "version": "1.4.0",
  12151. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  12152. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  12153. "dependencies": {
  12154. "wrappy": "1"
  12155. }
  12156. },
  12157. "node_modules/onetime": {
  12158. "version": "5.1.2",
  12159. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  12160. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  12161. "dependencies": {
  12162. "mimic-fn": "^2.1.0"
  12163. },
  12164. "engines": {
  12165. "node": ">=6"
  12166. },
  12167. "funding": {
  12168. "url": "https://github.com/sponsors/sindresorhus"
  12169. }
  12170. },
  12171. "node_modules/open": {
  12172. "version": "8.4.1",
  12173. "resolved": "https://registry.npmjs.org/open/-/open-8.4.1.tgz",
  12174. "integrity": "sha512-/4b7qZNhv6Uhd7jjnREh1NjnPxlTq+XNWPG88Ydkj5AILcA5m3ajvcg57pB24EQjKv0dK62XnDqk9c/hkIG5Kg==",
  12175. "dependencies": {
  12176. "define-lazy-prop": "^2.0.0",
  12177. "is-docker": "^2.1.1",
  12178. "is-wsl": "^2.2.0"
  12179. },
  12180. "engines": {
  12181. "node": ">=12"
  12182. },
  12183. "funding": {
  12184. "url": "https://github.com/sponsors/sindresorhus"
  12185. }
  12186. },
  12187. "node_modules/optionator": {
  12188. "version": "0.9.1",
  12189. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
  12190. "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
  12191. "dependencies": {
  12192. "deep-is": "^0.1.3",
  12193. "fast-levenshtein": "^2.0.6",
  12194. "levn": "^0.4.1",
  12195. "prelude-ls": "^1.2.1",
  12196. "type-check": "^0.4.0",
  12197. "word-wrap": "^1.2.3"
  12198. },
  12199. "engines": {
  12200. "node": ">= 0.8.0"
  12201. }
  12202. },
  12203. "node_modules/p-limit": {
  12204. "version": "3.1.0",
  12205. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  12206. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  12207. "dependencies": {
  12208. "yocto-queue": "^0.1.0"
  12209. },
  12210. "engines": {
  12211. "node": ">=10"
  12212. },
  12213. "funding": {
  12214. "url": "https://github.com/sponsors/sindresorhus"
  12215. }
  12216. },
  12217. "node_modules/p-locate": {
  12218. "version": "5.0.0",
  12219. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  12220. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  12221. "dependencies": {
  12222. "p-limit": "^3.0.2"
  12223. },
  12224. "engines": {
  12225. "node": ">=10"
  12226. },
  12227. "funding": {
  12228. "url": "https://github.com/sponsors/sindresorhus"
  12229. }
  12230. },
  12231. "node_modules/p-retry": {
  12232. "version": "4.6.2",
  12233. "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
  12234. "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
  12235. "dependencies": {
  12236. "@types/retry": "0.12.0",
  12237. "retry": "^0.13.1"
  12238. },
  12239. "engines": {
  12240. "node": ">=8"
  12241. }
  12242. },
  12243. "node_modules/p-try": {
  12244. "version": "2.2.0",
  12245. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  12246. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  12247. "engines": {
  12248. "node": ">=6"
  12249. }
  12250. },
  12251. "node_modules/param-case": {
  12252. "version": "3.0.4",
  12253. "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
  12254. "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
  12255. "dependencies": {
  12256. "dot-case": "^3.0.4",
  12257. "tslib": "^2.0.3"
  12258. }
  12259. },
  12260. "node_modules/parent-module": {
  12261. "version": "1.0.1",
  12262. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  12263. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  12264. "dependencies": {
  12265. "callsites": "^3.0.0"
  12266. },
  12267. "engines": {
  12268. "node": ">=6"
  12269. }
  12270. },
  12271. "node_modules/parse-json": {
  12272. "version": "5.2.0",
  12273. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  12274. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  12275. "dependencies": {
  12276. "@babel/code-frame": "^7.0.0",
  12277. "error-ex": "^1.3.1",
  12278. "json-parse-even-better-errors": "^2.3.0",
  12279. "lines-and-columns": "^1.1.6"
  12280. },
  12281. "engines": {
  12282. "node": ">=8"
  12283. },
  12284. "funding": {
  12285. "url": "https://github.com/sponsors/sindresorhus"
  12286. }
  12287. },
  12288. "node_modules/parse5": {
  12289. "version": "6.0.1",
  12290. "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
  12291. "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
  12292. },
  12293. "node_modules/parseurl": {
  12294. "version": "1.3.3",
  12295. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  12296. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  12297. "engines": {
  12298. "node": ">= 0.8"
  12299. }
  12300. },
  12301. "node_modules/pascal-case": {
  12302. "version": "3.1.2",
  12303. "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
  12304. "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
  12305. "dependencies": {
  12306. "no-case": "^3.0.4",
  12307. "tslib": "^2.0.3"
  12308. }
  12309. },
  12310. "node_modules/path-exists": {
  12311. "version": "4.0.0",
  12312. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  12313. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  12314. "engines": {
  12315. "node": ">=8"
  12316. }
  12317. },
  12318. "node_modules/path-is-absolute": {
  12319. "version": "1.0.1",
  12320. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  12321. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  12322. "engines": {
  12323. "node": ">=0.10.0"
  12324. }
  12325. },
  12326. "node_modules/path-key": {
  12327. "version": "3.1.1",
  12328. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  12329. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  12330. "engines": {
  12331. "node": ">=8"
  12332. }
  12333. },
  12334. "node_modules/path-parse": {
  12335. "version": "1.0.7",
  12336. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  12337. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  12338. },
  12339. "node_modules/path-to-regexp": {
  12340. "version": "0.1.7",
  12341. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
  12342. "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ=="
  12343. },
  12344. "node_modules/path-type": {
  12345. "version": "4.0.0",
  12346. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  12347. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  12348. "engines": {
  12349. "node": ">=8"
  12350. }
  12351. },
  12352. "node_modules/performance-now": {
  12353. "version": "2.1.0",
  12354. "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
  12355. "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="
  12356. },
  12357. "node_modules/picocolors": {
  12358. "version": "1.0.0",
  12359. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  12360. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
  12361. },
  12362. "node_modules/picomatch": {
  12363. "version": "2.3.1",
  12364. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  12365. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  12366. "engines": {
  12367. "node": ">=8.6"
  12368. },
  12369. "funding": {
  12370. "url": "https://github.com/sponsors/jonschlinkert"
  12371. }
  12372. },
  12373. "node_modules/pify": {
  12374. "version": "2.3.0",
  12375. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  12376. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  12377. "engines": {
  12378. "node": ">=0.10.0"
  12379. }
  12380. },
  12381. "node_modules/pirates": {
  12382. "version": "4.0.5",
  12383. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
  12384. "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",
  12385. "engines": {
  12386. "node": ">= 6"
  12387. }
  12388. },
  12389. "node_modules/pkg-dir": {
  12390. "version": "4.2.0",
  12391. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  12392. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  12393. "dependencies": {
  12394. "find-up": "^4.0.0"
  12395. },
  12396. "engines": {
  12397. "node": ">=8"
  12398. }
  12399. },
  12400. "node_modules/pkg-dir/node_modules/find-up": {
  12401. "version": "4.1.0",
  12402. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  12403. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  12404. "dependencies": {
  12405. "locate-path": "^5.0.0",
  12406. "path-exists": "^4.0.0"
  12407. },
  12408. "engines": {
  12409. "node": ">=8"
  12410. }
  12411. },
  12412. "node_modules/pkg-dir/node_modules/locate-path": {
  12413. "version": "5.0.0",
  12414. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  12415. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  12416. "dependencies": {
  12417. "p-locate": "^4.1.0"
  12418. },
  12419. "engines": {
  12420. "node": ">=8"
  12421. }
  12422. },
  12423. "node_modules/pkg-dir/node_modules/p-limit": {
  12424. "version": "2.3.0",
  12425. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  12426. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  12427. "dependencies": {
  12428. "p-try": "^2.0.0"
  12429. },
  12430. "engines": {
  12431. "node": ">=6"
  12432. },
  12433. "funding": {
  12434. "url": "https://github.com/sponsors/sindresorhus"
  12435. }
  12436. },
  12437. "node_modules/pkg-dir/node_modules/p-locate": {
  12438. "version": "4.1.0",
  12439. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  12440. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  12441. "dependencies": {
  12442. "p-limit": "^2.2.0"
  12443. },
  12444. "engines": {
  12445. "node": ">=8"
  12446. }
  12447. },
  12448. "node_modules/pkg-up": {
  12449. "version": "3.1.0",
  12450. "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
  12451. "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
  12452. "dependencies": {
  12453. "find-up": "^3.0.0"
  12454. },
  12455. "engines": {
  12456. "node": ">=8"
  12457. }
  12458. },
  12459. "node_modules/pkg-up/node_modules/find-up": {
  12460. "version": "3.0.0",
  12461. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  12462. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  12463. "dependencies": {
  12464. "locate-path": "^3.0.0"
  12465. },
  12466. "engines": {
  12467. "node": ">=6"
  12468. }
  12469. },
  12470. "node_modules/pkg-up/node_modules/locate-path": {
  12471. "version": "3.0.0",
  12472. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  12473. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  12474. "dependencies": {
  12475. "p-locate": "^3.0.0",
  12476. "path-exists": "^3.0.0"
  12477. },
  12478. "engines": {
  12479. "node": ">=6"
  12480. }
  12481. },
  12482. "node_modules/pkg-up/node_modules/p-limit": {
  12483. "version": "2.3.0",
  12484. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  12485. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  12486. "dependencies": {
  12487. "p-try": "^2.0.0"
  12488. },
  12489. "engines": {
  12490. "node": ">=6"
  12491. },
  12492. "funding": {
  12493. "url": "https://github.com/sponsors/sindresorhus"
  12494. }
  12495. },
  12496. "node_modules/pkg-up/node_modules/p-locate": {
  12497. "version": "3.0.0",
  12498. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  12499. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  12500. "dependencies": {
  12501. "p-limit": "^2.0.0"
  12502. },
  12503. "engines": {
  12504. "node": ">=6"
  12505. }
  12506. },
  12507. "node_modules/pkg-up/node_modules/path-exists": {
  12508. "version": "3.0.0",
  12509. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  12510. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  12511. "engines": {
  12512. "node": ">=4"
  12513. }
  12514. },
  12515. "node_modules/postcss": {
  12516. "version": "8.4.21",
  12517. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz",
  12518. "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
  12519. "funding": [
  12520. {
  12521. "type": "opencollective",
  12522. "url": "https://opencollective.com/postcss/"
  12523. },
  12524. {
  12525. "type": "tidelift",
  12526. "url": "https://tidelift.com/funding/github/npm/postcss"
  12527. }
  12528. ],
  12529. "dependencies": {
  12530. "nanoid": "^3.3.4",
  12531. "picocolors": "^1.0.0",
  12532. "source-map-js": "^1.0.2"
  12533. },
  12534. "engines": {
  12535. "node": "^10 || ^12 || >=14"
  12536. }
  12537. },
  12538. "node_modules/postcss-attribute-case-insensitive": {
  12539. "version": "5.0.2",
  12540. "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz",
  12541. "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==",
  12542. "dependencies": {
  12543. "postcss-selector-parser": "^6.0.10"
  12544. },
  12545. "engines": {
  12546. "node": "^12 || ^14 || >=16"
  12547. },
  12548. "funding": {
  12549. "type": "opencollective",
  12550. "url": "https://opencollective.com/csstools"
  12551. },
  12552. "peerDependencies": {
  12553. "postcss": "^8.2"
  12554. }
  12555. },
  12556. "node_modules/postcss-browser-comments": {
  12557. "version": "4.0.0",
  12558. "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz",
  12559. "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==",
  12560. "engines": {
  12561. "node": ">=8"
  12562. },
  12563. "peerDependencies": {
  12564. "browserslist": ">=4",
  12565. "postcss": ">=8"
  12566. }
  12567. },
  12568. "node_modules/postcss-calc": {
  12569. "version": "8.2.4",
  12570. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz",
  12571. "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
  12572. "dependencies": {
  12573. "postcss-selector-parser": "^6.0.9",
  12574. "postcss-value-parser": "^4.2.0"
  12575. },
  12576. "peerDependencies": {
  12577. "postcss": "^8.2.2"
  12578. }
  12579. },
  12580. "node_modules/postcss-clamp": {
  12581. "version": "4.1.0",
  12582. "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz",
  12583. "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==",
  12584. "dependencies": {
  12585. "postcss-value-parser": "^4.2.0"
  12586. },
  12587. "engines": {
  12588. "node": ">=7.6.0"
  12589. },
  12590. "peerDependencies": {
  12591. "postcss": "^8.4.6"
  12592. }
  12593. },
  12594. "node_modules/postcss-color-functional-notation": {
  12595. "version": "4.2.4",
  12596. "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz",
  12597. "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==",
  12598. "dependencies": {
  12599. "postcss-value-parser": "^4.2.0"
  12600. },
  12601. "engines": {
  12602. "node": "^12 || ^14 || >=16"
  12603. },
  12604. "funding": {
  12605. "type": "opencollective",
  12606. "url": "https://opencollective.com/csstools"
  12607. },
  12608. "peerDependencies": {
  12609. "postcss": "^8.2"
  12610. }
  12611. },
  12612. "node_modules/postcss-color-hex-alpha": {
  12613. "version": "8.0.4",
  12614. "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz",
  12615. "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==",
  12616. "dependencies": {
  12617. "postcss-value-parser": "^4.2.0"
  12618. },
  12619. "engines": {
  12620. "node": "^12 || ^14 || >=16"
  12621. },
  12622. "funding": {
  12623. "type": "opencollective",
  12624. "url": "https://opencollective.com/csstools"
  12625. },
  12626. "peerDependencies": {
  12627. "postcss": "^8.4"
  12628. }
  12629. },
  12630. "node_modules/postcss-color-rebeccapurple": {
  12631. "version": "7.1.1",
  12632. "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz",
  12633. "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==",
  12634. "dependencies": {
  12635. "postcss-value-parser": "^4.2.0"
  12636. },
  12637. "engines": {
  12638. "node": "^12 || ^14 || >=16"
  12639. },
  12640. "funding": {
  12641. "type": "opencollective",
  12642. "url": "https://opencollective.com/csstools"
  12643. },
  12644. "peerDependencies": {
  12645. "postcss": "^8.2"
  12646. }
  12647. },
  12648. "node_modules/postcss-colormin": {
  12649. "version": "5.3.0",
  12650. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.0.tgz",
  12651. "integrity": "sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==",
  12652. "dependencies": {
  12653. "browserslist": "^4.16.6",
  12654. "caniuse-api": "^3.0.0",
  12655. "colord": "^2.9.1",
  12656. "postcss-value-parser": "^4.2.0"
  12657. },
  12658. "engines": {
  12659. "node": "^10 || ^12 || >=14.0"
  12660. },
  12661. "peerDependencies": {
  12662. "postcss": "^8.2.15"
  12663. }
  12664. },
  12665. "node_modules/postcss-convert-values": {
  12666. "version": "5.1.3",
  12667. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz",
  12668. "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==",
  12669. "dependencies": {
  12670. "browserslist": "^4.21.4",
  12671. "postcss-value-parser": "^4.2.0"
  12672. },
  12673. "engines": {
  12674. "node": "^10 || ^12 || >=14.0"
  12675. },
  12676. "peerDependencies": {
  12677. "postcss": "^8.2.15"
  12678. }
  12679. },
  12680. "node_modules/postcss-custom-media": {
  12681. "version": "8.0.2",
  12682. "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz",
  12683. "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==",
  12684. "dependencies": {
  12685. "postcss-value-parser": "^4.2.0"
  12686. },
  12687. "engines": {
  12688. "node": "^12 || ^14 || >=16"
  12689. },
  12690. "funding": {
  12691. "type": "opencollective",
  12692. "url": "https://opencollective.com/csstools"
  12693. },
  12694. "peerDependencies": {
  12695. "postcss": "^8.3"
  12696. }
  12697. },
  12698. "node_modules/postcss-custom-properties": {
  12699. "version": "12.1.11",
  12700. "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz",
  12701. "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==",
  12702. "dependencies": {
  12703. "postcss-value-parser": "^4.2.0"
  12704. },
  12705. "engines": {
  12706. "node": "^12 || ^14 || >=16"
  12707. },
  12708. "funding": {
  12709. "type": "opencollective",
  12710. "url": "https://opencollective.com/csstools"
  12711. },
  12712. "peerDependencies": {
  12713. "postcss": "^8.2"
  12714. }
  12715. },
  12716. "node_modules/postcss-custom-selectors": {
  12717. "version": "6.0.3",
  12718. "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz",
  12719. "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==",
  12720. "dependencies": {
  12721. "postcss-selector-parser": "^6.0.4"
  12722. },
  12723. "engines": {
  12724. "node": "^12 || ^14 || >=16"
  12725. },
  12726. "funding": {
  12727. "type": "opencollective",
  12728. "url": "https://opencollective.com/csstools"
  12729. },
  12730. "peerDependencies": {
  12731. "postcss": "^8.3"
  12732. }
  12733. },
  12734. "node_modules/postcss-dir-pseudo-class": {
  12735. "version": "6.0.5",
  12736. "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz",
  12737. "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==",
  12738. "dependencies": {
  12739. "postcss-selector-parser": "^6.0.10"
  12740. },
  12741. "engines": {
  12742. "node": "^12 || ^14 || >=16"
  12743. },
  12744. "funding": {
  12745. "type": "opencollective",
  12746. "url": "https://opencollective.com/csstools"
  12747. },
  12748. "peerDependencies": {
  12749. "postcss": "^8.2"
  12750. }
  12751. },
  12752. "node_modules/postcss-discard-comments": {
  12753. "version": "5.1.2",
  12754. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
  12755. "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==",
  12756. "engines": {
  12757. "node": "^10 || ^12 || >=14.0"
  12758. },
  12759. "peerDependencies": {
  12760. "postcss": "^8.2.15"
  12761. }
  12762. },
  12763. "node_modules/postcss-discard-duplicates": {
  12764. "version": "5.1.0",
  12765. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
  12766. "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==",
  12767. "engines": {
  12768. "node": "^10 || ^12 || >=14.0"
  12769. },
  12770. "peerDependencies": {
  12771. "postcss": "^8.2.15"
  12772. }
  12773. },
  12774. "node_modules/postcss-discard-empty": {
  12775. "version": "5.1.1",
  12776. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
  12777. "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
  12778. "engines": {
  12779. "node": "^10 || ^12 || >=14.0"
  12780. },
  12781. "peerDependencies": {
  12782. "postcss": "^8.2.15"
  12783. }
  12784. },
  12785. "node_modules/postcss-discard-overridden": {
  12786. "version": "5.1.0",
  12787. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz",
  12788. "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==",
  12789. "engines": {
  12790. "node": "^10 || ^12 || >=14.0"
  12791. },
  12792. "peerDependencies": {
  12793. "postcss": "^8.2.15"
  12794. }
  12795. },
  12796. "node_modules/postcss-double-position-gradients": {
  12797. "version": "3.1.2",
  12798. "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz",
  12799. "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==",
  12800. "dependencies": {
  12801. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  12802. "postcss-value-parser": "^4.2.0"
  12803. },
  12804. "engines": {
  12805. "node": "^12 || ^14 || >=16"
  12806. },
  12807. "funding": {
  12808. "type": "opencollective",
  12809. "url": "https://opencollective.com/csstools"
  12810. },
  12811. "peerDependencies": {
  12812. "postcss": "^8.2"
  12813. }
  12814. },
  12815. "node_modules/postcss-env-function": {
  12816. "version": "4.0.6",
  12817. "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz",
  12818. "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==",
  12819. "dependencies": {
  12820. "postcss-value-parser": "^4.2.0"
  12821. },
  12822. "engines": {
  12823. "node": "^12 || ^14 || >=16"
  12824. },
  12825. "peerDependencies": {
  12826. "postcss": "^8.4"
  12827. }
  12828. },
  12829. "node_modules/postcss-flexbugs-fixes": {
  12830. "version": "5.0.2",
  12831. "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz",
  12832. "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==",
  12833. "peerDependencies": {
  12834. "postcss": "^8.1.4"
  12835. }
  12836. },
  12837. "node_modules/postcss-focus-visible": {
  12838. "version": "6.0.4",
  12839. "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz",
  12840. "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==",
  12841. "dependencies": {
  12842. "postcss-selector-parser": "^6.0.9"
  12843. },
  12844. "engines": {
  12845. "node": "^12 || ^14 || >=16"
  12846. },
  12847. "peerDependencies": {
  12848. "postcss": "^8.4"
  12849. }
  12850. },
  12851. "node_modules/postcss-focus-within": {
  12852. "version": "5.0.4",
  12853. "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz",
  12854. "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==",
  12855. "dependencies": {
  12856. "postcss-selector-parser": "^6.0.9"
  12857. },
  12858. "engines": {
  12859. "node": "^12 || ^14 || >=16"
  12860. },
  12861. "peerDependencies": {
  12862. "postcss": "^8.4"
  12863. }
  12864. },
  12865. "node_modules/postcss-font-variant": {
  12866. "version": "5.0.0",
  12867. "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
  12868. "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
  12869. "peerDependencies": {
  12870. "postcss": "^8.1.0"
  12871. }
  12872. },
  12873. "node_modules/postcss-gap-properties": {
  12874. "version": "3.0.5",
  12875. "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz",
  12876. "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==",
  12877. "engines": {
  12878. "node": "^12 || ^14 || >=16"
  12879. },
  12880. "funding": {
  12881. "type": "opencollective",
  12882. "url": "https://opencollective.com/csstools"
  12883. },
  12884. "peerDependencies": {
  12885. "postcss": "^8.2"
  12886. }
  12887. },
  12888. "node_modules/postcss-image-set-function": {
  12889. "version": "4.0.7",
  12890. "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz",
  12891. "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==",
  12892. "dependencies": {
  12893. "postcss-value-parser": "^4.2.0"
  12894. },
  12895. "engines": {
  12896. "node": "^12 || ^14 || >=16"
  12897. },
  12898. "funding": {
  12899. "type": "opencollective",
  12900. "url": "https://opencollective.com/csstools"
  12901. },
  12902. "peerDependencies": {
  12903. "postcss": "^8.2"
  12904. }
  12905. },
  12906. "node_modules/postcss-import": {
  12907. "version": "14.1.0",
  12908. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz",
  12909. "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==",
  12910. "dependencies": {
  12911. "postcss-value-parser": "^4.0.0",
  12912. "read-cache": "^1.0.0",
  12913. "resolve": "^1.1.7"
  12914. },
  12915. "engines": {
  12916. "node": ">=10.0.0"
  12917. },
  12918. "peerDependencies": {
  12919. "postcss": "^8.0.0"
  12920. }
  12921. },
  12922. "node_modules/postcss-initial": {
  12923. "version": "4.0.1",
  12924. "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz",
  12925. "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==",
  12926. "peerDependencies": {
  12927. "postcss": "^8.0.0"
  12928. }
  12929. },
  12930. "node_modules/postcss-js": {
  12931. "version": "4.0.1",
  12932. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
  12933. "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
  12934. "dependencies": {
  12935. "camelcase-css": "^2.0.1"
  12936. },
  12937. "engines": {
  12938. "node": "^12 || ^14 || >= 16"
  12939. },
  12940. "funding": {
  12941. "type": "opencollective",
  12942. "url": "https://opencollective.com/postcss/"
  12943. },
  12944. "peerDependencies": {
  12945. "postcss": "^8.4.21"
  12946. }
  12947. },
  12948. "node_modules/postcss-lab-function": {
  12949. "version": "4.2.1",
  12950. "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz",
  12951. "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==",
  12952. "dependencies": {
  12953. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  12954. "postcss-value-parser": "^4.2.0"
  12955. },
  12956. "engines": {
  12957. "node": "^12 || ^14 || >=16"
  12958. },
  12959. "funding": {
  12960. "type": "opencollective",
  12961. "url": "https://opencollective.com/csstools"
  12962. },
  12963. "peerDependencies": {
  12964. "postcss": "^8.2"
  12965. }
  12966. },
  12967. "node_modules/postcss-load-config": {
  12968. "version": "3.1.4",
  12969. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
  12970. "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
  12971. "dependencies": {
  12972. "lilconfig": "^2.0.5",
  12973. "yaml": "^1.10.2"
  12974. },
  12975. "engines": {
  12976. "node": ">= 10"
  12977. },
  12978. "funding": {
  12979. "type": "opencollective",
  12980. "url": "https://opencollective.com/postcss/"
  12981. },
  12982. "peerDependencies": {
  12983. "postcss": ">=8.0.9",
  12984. "ts-node": ">=9.0.0"
  12985. },
  12986. "peerDependenciesMeta": {
  12987. "postcss": {
  12988. "optional": true
  12989. },
  12990. "ts-node": {
  12991. "optional": true
  12992. }
  12993. }
  12994. },
  12995. "node_modules/postcss-loader": {
  12996. "version": "6.2.1",
  12997. "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz",
  12998. "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
  12999. "dependencies": {
  13000. "cosmiconfig": "^7.0.0",
  13001. "klona": "^2.0.5",
  13002. "semver": "^7.3.5"
  13003. },
  13004. "engines": {
  13005. "node": ">= 12.13.0"
  13006. },
  13007. "funding": {
  13008. "type": "opencollective",
  13009. "url": "https://opencollective.com/webpack"
  13010. },
  13011. "peerDependencies": {
  13012. "postcss": "^7.0.0 || ^8.0.1",
  13013. "webpack": "^5.0.0"
  13014. }
  13015. },
  13016. "node_modules/postcss-logical": {
  13017. "version": "5.0.4",
  13018. "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz",
  13019. "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==",
  13020. "engines": {
  13021. "node": "^12 || ^14 || >=16"
  13022. },
  13023. "peerDependencies": {
  13024. "postcss": "^8.4"
  13025. }
  13026. },
  13027. "node_modules/postcss-media-minmax": {
  13028. "version": "5.0.0",
  13029. "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz",
  13030. "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==",
  13031. "engines": {
  13032. "node": ">=10.0.0"
  13033. },
  13034. "peerDependencies": {
  13035. "postcss": "^8.1.0"
  13036. }
  13037. },
  13038. "node_modules/postcss-merge-longhand": {
  13039. "version": "5.1.7",
  13040. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz",
  13041. "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==",
  13042. "dependencies": {
  13043. "postcss-value-parser": "^4.2.0",
  13044. "stylehacks": "^5.1.1"
  13045. },
  13046. "engines": {
  13047. "node": "^10 || ^12 || >=14.0"
  13048. },
  13049. "peerDependencies": {
  13050. "postcss": "^8.2.15"
  13051. }
  13052. },
  13053. "node_modules/postcss-merge-rules": {
  13054. "version": "5.1.3",
  13055. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.3.tgz",
  13056. "integrity": "sha512-LbLd7uFC00vpOuMvyZop8+vvhnfRGpp2S+IMQKeuOZZapPRY4SMq5ErjQeHbHsjCUgJkRNrlU+LmxsKIqPKQlA==",
  13057. "dependencies": {
  13058. "browserslist": "^4.21.4",
  13059. "caniuse-api": "^3.0.0",
  13060. "cssnano-utils": "^3.1.0",
  13061. "postcss-selector-parser": "^6.0.5"
  13062. },
  13063. "engines": {
  13064. "node": "^10 || ^12 || >=14.0"
  13065. },
  13066. "peerDependencies": {
  13067. "postcss": "^8.2.15"
  13068. }
  13069. },
  13070. "node_modules/postcss-minify-font-values": {
  13071. "version": "5.1.0",
  13072. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz",
  13073. "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==",
  13074. "dependencies": {
  13075. "postcss-value-parser": "^4.2.0"
  13076. },
  13077. "engines": {
  13078. "node": "^10 || ^12 || >=14.0"
  13079. },
  13080. "peerDependencies": {
  13081. "postcss": "^8.2.15"
  13082. }
  13083. },
  13084. "node_modules/postcss-minify-gradients": {
  13085. "version": "5.1.1",
  13086. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz",
  13087. "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==",
  13088. "dependencies": {
  13089. "colord": "^2.9.1",
  13090. "cssnano-utils": "^3.1.0",
  13091. "postcss-value-parser": "^4.2.0"
  13092. },
  13093. "engines": {
  13094. "node": "^10 || ^12 || >=14.0"
  13095. },
  13096. "peerDependencies": {
  13097. "postcss": "^8.2.15"
  13098. }
  13099. },
  13100. "node_modules/postcss-minify-params": {
  13101. "version": "5.1.4",
  13102. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz",
  13103. "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==",
  13104. "dependencies": {
  13105. "browserslist": "^4.21.4",
  13106. "cssnano-utils": "^3.1.0",
  13107. "postcss-value-parser": "^4.2.0"
  13108. },
  13109. "engines": {
  13110. "node": "^10 || ^12 || >=14.0"
  13111. },
  13112. "peerDependencies": {
  13113. "postcss": "^8.2.15"
  13114. }
  13115. },
  13116. "node_modules/postcss-minify-selectors": {
  13117. "version": "5.2.1",
  13118. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz",
  13119. "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==",
  13120. "dependencies": {
  13121. "postcss-selector-parser": "^6.0.5"
  13122. },
  13123. "engines": {
  13124. "node": "^10 || ^12 || >=14.0"
  13125. },
  13126. "peerDependencies": {
  13127. "postcss": "^8.2.15"
  13128. }
  13129. },
  13130. "node_modules/postcss-modules-extract-imports": {
  13131. "version": "3.0.0",
  13132. "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
  13133. "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
  13134. "engines": {
  13135. "node": "^10 || ^12 || >= 14"
  13136. },
  13137. "peerDependencies": {
  13138. "postcss": "^8.1.0"
  13139. }
  13140. },
  13141. "node_modules/postcss-modules-local-by-default": {
  13142. "version": "4.0.0",
  13143. "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz",
  13144. "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==",
  13145. "dependencies": {
  13146. "icss-utils": "^5.0.0",
  13147. "postcss-selector-parser": "^6.0.2",
  13148. "postcss-value-parser": "^4.1.0"
  13149. },
  13150. "engines": {
  13151. "node": "^10 || ^12 || >= 14"
  13152. },
  13153. "peerDependencies": {
  13154. "postcss": "^8.1.0"
  13155. }
  13156. },
  13157. "node_modules/postcss-modules-scope": {
  13158. "version": "3.0.0",
  13159. "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
  13160. "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
  13161. "dependencies": {
  13162. "postcss-selector-parser": "^6.0.4"
  13163. },
  13164. "engines": {
  13165. "node": "^10 || ^12 || >= 14"
  13166. },
  13167. "peerDependencies": {
  13168. "postcss": "^8.1.0"
  13169. }
  13170. },
  13171. "node_modules/postcss-modules-values": {
  13172. "version": "4.0.0",
  13173. "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
  13174. "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
  13175. "dependencies": {
  13176. "icss-utils": "^5.0.0"
  13177. },
  13178. "engines": {
  13179. "node": "^10 || ^12 || >= 14"
  13180. },
  13181. "peerDependencies": {
  13182. "postcss": "^8.1.0"
  13183. }
  13184. },
  13185. "node_modules/postcss-nested": {
  13186. "version": "6.0.0",
  13187. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz",
  13188. "integrity": "sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==",
  13189. "dependencies": {
  13190. "postcss-selector-parser": "^6.0.10"
  13191. },
  13192. "engines": {
  13193. "node": ">=12.0"
  13194. },
  13195. "funding": {
  13196. "type": "opencollective",
  13197. "url": "https://opencollective.com/postcss/"
  13198. },
  13199. "peerDependencies": {
  13200. "postcss": "^8.2.14"
  13201. }
  13202. },
  13203. "node_modules/postcss-nesting": {
  13204. "version": "10.2.0",
  13205. "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz",
  13206. "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==",
  13207. "dependencies": {
  13208. "@csstools/selector-specificity": "^2.0.0",
  13209. "postcss-selector-parser": "^6.0.10"
  13210. },
  13211. "engines": {
  13212. "node": "^12 || ^14 || >=16"
  13213. },
  13214. "funding": {
  13215. "type": "opencollective",
  13216. "url": "https://opencollective.com/csstools"
  13217. },
  13218. "peerDependencies": {
  13219. "postcss": "^8.2"
  13220. }
  13221. },
  13222. "node_modules/postcss-normalize": {
  13223. "version": "10.0.1",
  13224. "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz",
  13225. "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==",
  13226. "dependencies": {
  13227. "@csstools/normalize.css": "*",
  13228. "postcss-browser-comments": "^4",
  13229. "sanitize.css": "*"
  13230. },
  13231. "engines": {
  13232. "node": ">= 12"
  13233. },
  13234. "peerDependencies": {
  13235. "browserslist": ">= 4",
  13236. "postcss": ">= 8"
  13237. }
  13238. },
  13239. "node_modules/postcss-normalize-charset": {
  13240. "version": "5.1.0",
  13241. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
  13242. "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==",
  13243. "engines": {
  13244. "node": "^10 || ^12 || >=14.0"
  13245. },
  13246. "peerDependencies": {
  13247. "postcss": "^8.2.15"
  13248. }
  13249. },
  13250. "node_modules/postcss-normalize-display-values": {
  13251. "version": "5.1.0",
  13252. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz",
  13253. "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==",
  13254. "dependencies": {
  13255. "postcss-value-parser": "^4.2.0"
  13256. },
  13257. "engines": {
  13258. "node": "^10 || ^12 || >=14.0"
  13259. },
  13260. "peerDependencies": {
  13261. "postcss": "^8.2.15"
  13262. }
  13263. },
  13264. "node_modules/postcss-normalize-positions": {
  13265. "version": "5.1.1",
  13266. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz",
  13267. "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==",
  13268. "dependencies": {
  13269. "postcss-value-parser": "^4.2.0"
  13270. },
  13271. "engines": {
  13272. "node": "^10 || ^12 || >=14.0"
  13273. },
  13274. "peerDependencies": {
  13275. "postcss": "^8.2.15"
  13276. }
  13277. },
  13278. "node_modules/postcss-normalize-repeat-style": {
  13279. "version": "5.1.1",
  13280. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz",
  13281. "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==",
  13282. "dependencies": {
  13283. "postcss-value-parser": "^4.2.0"
  13284. },
  13285. "engines": {
  13286. "node": "^10 || ^12 || >=14.0"
  13287. },
  13288. "peerDependencies": {
  13289. "postcss": "^8.2.15"
  13290. }
  13291. },
  13292. "node_modules/postcss-normalize-string": {
  13293. "version": "5.1.0",
  13294. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz",
  13295. "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==",
  13296. "dependencies": {
  13297. "postcss-value-parser": "^4.2.0"
  13298. },
  13299. "engines": {
  13300. "node": "^10 || ^12 || >=14.0"
  13301. },
  13302. "peerDependencies": {
  13303. "postcss": "^8.2.15"
  13304. }
  13305. },
  13306. "node_modules/postcss-normalize-timing-functions": {
  13307. "version": "5.1.0",
  13308. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz",
  13309. "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==",
  13310. "dependencies": {
  13311. "postcss-value-parser": "^4.2.0"
  13312. },
  13313. "engines": {
  13314. "node": "^10 || ^12 || >=14.0"
  13315. },
  13316. "peerDependencies": {
  13317. "postcss": "^8.2.15"
  13318. }
  13319. },
  13320. "node_modules/postcss-normalize-unicode": {
  13321. "version": "5.1.1",
  13322. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz",
  13323. "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==",
  13324. "dependencies": {
  13325. "browserslist": "^4.21.4",
  13326. "postcss-value-parser": "^4.2.0"
  13327. },
  13328. "engines": {
  13329. "node": "^10 || ^12 || >=14.0"
  13330. },
  13331. "peerDependencies": {
  13332. "postcss": "^8.2.15"
  13333. }
  13334. },
  13335. "node_modules/postcss-normalize-url": {
  13336. "version": "5.1.0",
  13337. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
  13338. "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
  13339. "dependencies": {
  13340. "normalize-url": "^6.0.1",
  13341. "postcss-value-parser": "^4.2.0"
  13342. },
  13343. "engines": {
  13344. "node": "^10 || ^12 || >=14.0"
  13345. },
  13346. "peerDependencies": {
  13347. "postcss": "^8.2.15"
  13348. }
  13349. },
  13350. "node_modules/postcss-normalize-whitespace": {
  13351. "version": "5.1.1",
  13352. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz",
  13353. "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==",
  13354. "dependencies": {
  13355. "postcss-value-parser": "^4.2.0"
  13356. },
  13357. "engines": {
  13358. "node": "^10 || ^12 || >=14.0"
  13359. },
  13360. "peerDependencies": {
  13361. "postcss": "^8.2.15"
  13362. }
  13363. },
  13364. "node_modules/postcss-opacity-percentage": {
  13365. "version": "1.1.3",
  13366. "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz",
  13367. "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==",
  13368. "funding": [
  13369. {
  13370. "type": "kofi",
  13371. "url": "https://ko-fi.com/mrcgrtz"
  13372. },
  13373. {
  13374. "type": "liberapay",
  13375. "url": "https://liberapay.com/mrcgrtz"
  13376. }
  13377. ],
  13378. "engines": {
  13379. "node": "^12 || ^14 || >=16"
  13380. },
  13381. "peerDependencies": {
  13382. "postcss": "^8.2"
  13383. }
  13384. },
  13385. "node_modules/postcss-ordered-values": {
  13386. "version": "5.1.3",
  13387. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz",
  13388. "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==",
  13389. "dependencies": {
  13390. "cssnano-utils": "^3.1.0",
  13391. "postcss-value-parser": "^4.2.0"
  13392. },
  13393. "engines": {
  13394. "node": "^10 || ^12 || >=14.0"
  13395. },
  13396. "peerDependencies": {
  13397. "postcss": "^8.2.15"
  13398. }
  13399. },
  13400. "node_modules/postcss-overflow-shorthand": {
  13401. "version": "3.0.4",
  13402. "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz",
  13403. "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==",
  13404. "dependencies": {
  13405. "postcss-value-parser": "^4.2.0"
  13406. },
  13407. "engines": {
  13408. "node": "^12 || ^14 || >=16"
  13409. },
  13410. "funding": {
  13411. "type": "opencollective",
  13412. "url": "https://opencollective.com/csstools"
  13413. },
  13414. "peerDependencies": {
  13415. "postcss": "^8.2"
  13416. }
  13417. },
  13418. "node_modules/postcss-page-break": {
  13419. "version": "3.0.4",
  13420. "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
  13421. "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
  13422. "peerDependencies": {
  13423. "postcss": "^8"
  13424. }
  13425. },
  13426. "node_modules/postcss-place": {
  13427. "version": "7.0.5",
  13428. "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz",
  13429. "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==",
  13430. "dependencies": {
  13431. "postcss-value-parser": "^4.2.0"
  13432. },
  13433. "engines": {
  13434. "node": "^12 || ^14 || >=16"
  13435. },
  13436. "funding": {
  13437. "type": "opencollective",
  13438. "url": "https://opencollective.com/csstools"
  13439. },
  13440. "peerDependencies": {
  13441. "postcss": "^8.2"
  13442. }
  13443. },
  13444. "node_modules/postcss-preset-env": {
  13445. "version": "7.8.3",
  13446. "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz",
  13447. "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==",
  13448. "dependencies": {
  13449. "@csstools/postcss-cascade-layers": "^1.1.1",
  13450. "@csstools/postcss-color-function": "^1.1.1",
  13451. "@csstools/postcss-font-format-keywords": "^1.0.1",
  13452. "@csstools/postcss-hwb-function": "^1.0.2",
  13453. "@csstools/postcss-ic-unit": "^1.0.1",
  13454. "@csstools/postcss-is-pseudo-class": "^2.0.7",
  13455. "@csstools/postcss-nested-calc": "^1.0.0",
  13456. "@csstools/postcss-normalize-display-values": "^1.0.1",
  13457. "@csstools/postcss-oklab-function": "^1.1.1",
  13458. "@csstools/postcss-progressive-custom-properties": "^1.3.0",
  13459. "@csstools/postcss-stepped-value-functions": "^1.0.1",
  13460. "@csstools/postcss-text-decoration-shorthand": "^1.0.0",
  13461. "@csstools/postcss-trigonometric-functions": "^1.0.2",
  13462. "@csstools/postcss-unset-value": "^1.0.2",
  13463. "autoprefixer": "^10.4.13",
  13464. "browserslist": "^4.21.4",
  13465. "css-blank-pseudo": "^3.0.3",
  13466. "css-has-pseudo": "^3.0.4",
  13467. "css-prefers-color-scheme": "^6.0.3",
  13468. "cssdb": "^7.1.0",
  13469. "postcss-attribute-case-insensitive": "^5.0.2",
  13470. "postcss-clamp": "^4.1.0",
  13471. "postcss-color-functional-notation": "^4.2.4",
  13472. "postcss-color-hex-alpha": "^8.0.4",
  13473. "postcss-color-rebeccapurple": "^7.1.1",
  13474. "postcss-custom-media": "^8.0.2",
  13475. "postcss-custom-properties": "^12.1.10",
  13476. "postcss-custom-selectors": "^6.0.3",
  13477. "postcss-dir-pseudo-class": "^6.0.5",
  13478. "postcss-double-position-gradients": "^3.1.2",
  13479. "postcss-env-function": "^4.0.6",
  13480. "postcss-focus-visible": "^6.0.4",
  13481. "postcss-focus-within": "^5.0.4",
  13482. "postcss-font-variant": "^5.0.0",
  13483. "postcss-gap-properties": "^3.0.5",
  13484. "postcss-image-set-function": "^4.0.7",
  13485. "postcss-initial": "^4.0.1",
  13486. "postcss-lab-function": "^4.2.1",
  13487. "postcss-logical": "^5.0.4",
  13488. "postcss-media-minmax": "^5.0.0",
  13489. "postcss-nesting": "^10.2.0",
  13490. "postcss-opacity-percentage": "^1.1.2",
  13491. "postcss-overflow-shorthand": "^3.0.4",
  13492. "postcss-page-break": "^3.0.4",
  13493. "postcss-place": "^7.0.5",
  13494. "postcss-pseudo-class-any-link": "^7.1.6",
  13495. "postcss-replace-overflow-wrap": "^4.0.0",
  13496. "postcss-selector-not": "^6.0.1",
  13497. "postcss-value-parser": "^4.2.0"
  13498. },
  13499. "engines": {
  13500. "node": "^12 || ^14 || >=16"
  13501. },
  13502. "funding": {
  13503. "type": "opencollective",
  13504. "url": "https://opencollective.com/csstools"
  13505. },
  13506. "peerDependencies": {
  13507. "postcss": "^8.2"
  13508. }
  13509. },
  13510. "node_modules/postcss-pseudo-class-any-link": {
  13511. "version": "7.1.6",
  13512. "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz",
  13513. "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==",
  13514. "dependencies": {
  13515. "postcss-selector-parser": "^6.0.10"
  13516. },
  13517. "engines": {
  13518. "node": "^12 || ^14 || >=16"
  13519. },
  13520. "funding": {
  13521. "type": "opencollective",
  13522. "url": "https://opencollective.com/csstools"
  13523. },
  13524. "peerDependencies": {
  13525. "postcss": "^8.2"
  13526. }
  13527. },
  13528. "node_modules/postcss-reduce-initial": {
  13529. "version": "5.1.1",
  13530. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.1.tgz",
  13531. "integrity": "sha512-//jeDqWcHPuXGZLoolFrUXBDyuEGbr9S2rMo19bkTIjBQ4PqkaO+oI8wua5BOUxpfi97i3PCoInsiFIEBfkm9w==",
  13532. "dependencies": {
  13533. "browserslist": "^4.21.4",
  13534. "caniuse-api": "^3.0.0"
  13535. },
  13536. "engines": {
  13537. "node": "^10 || ^12 || >=14.0"
  13538. },
  13539. "peerDependencies": {
  13540. "postcss": "^8.2.15"
  13541. }
  13542. },
  13543. "node_modules/postcss-reduce-transforms": {
  13544. "version": "5.1.0",
  13545. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz",
  13546. "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==",
  13547. "dependencies": {
  13548. "postcss-value-parser": "^4.2.0"
  13549. },
  13550. "engines": {
  13551. "node": "^10 || ^12 || >=14.0"
  13552. },
  13553. "peerDependencies": {
  13554. "postcss": "^8.2.15"
  13555. }
  13556. },
  13557. "node_modules/postcss-replace-overflow-wrap": {
  13558. "version": "4.0.0",
  13559. "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
  13560. "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
  13561. "peerDependencies": {
  13562. "postcss": "^8.0.3"
  13563. }
  13564. },
  13565. "node_modules/postcss-selector-not": {
  13566. "version": "6.0.1",
  13567. "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz",
  13568. "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==",
  13569. "dependencies": {
  13570. "postcss-selector-parser": "^6.0.10"
  13571. },
  13572. "engines": {
  13573. "node": "^12 || ^14 || >=16"
  13574. },
  13575. "funding": {
  13576. "type": "opencollective",
  13577. "url": "https://opencollective.com/csstools"
  13578. },
  13579. "peerDependencies": {
  13580. "postcss": "^8.2"
  13581. }
  13582. },
  13583. "node_modules/postcss-selector-parser": {
  13584. "version": "6.0.11",
  13585. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz",
  13586. "integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==",
  13587. "dependencies": {
  13588. "cssesc": "^3.0.0",
  13589. "util-deprecate": "^1.0.2"
  13590. },
  13591. "engines": {
  13592. "node": ">=4"
  13593. }
  13594. },
  13595. "node_modules/postcss-svgo": {
  13596. "version": "5.1.0",
  13597. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz",
  13598. "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==",
  13599. "dependencies": {
  13600. "postcss-value-parser": "^4.2.0",
  13601. "svgo": "^2.7.0"
  13602. },
  13603. "engines": {
  13604. "node": "^10 || ^12 || >=14.0"
  13605. },
  13606. "peerDependencies": {
  13607. "postcss": "^8.2.15"
  13608. }
  13609. },
  13610. "node_modules/postcss-svgo/node_modules/commander": {
  13611. "version": "7.2.0",
  13612. "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
  13613. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  13614. "engines": {
  13615. "node": ">= 10"
  13616. }
  13617. },
  13618. "node_modules/postcss-svgo/node_modules/css-tree": {
  13619. "version": "1.1.3",
  13620. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
  13621. "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
  13622. "dependencies": {
  13623. "mdn-data": "2.0.14",
  13624. "source-map": "^0.6.1"
  13625. },
  13626. "engines": {
  13627. "node": ">=8.0.0"
  13628. }
  13629. },
  13630. "node_modules/postcss-svgo/node_modules/mdn-data": {
  13631. "version": "2.0.14",
  13632. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
  13633. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
  13634. },
  13635. "node_modules/postcss-svgo/node_modules/source-map": {
  13636. "version": "0.6.1",
  13637. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  13638. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  13639. "engines": {
  13640. "node": ">=0.10.0"
  13641. }
  13642. },
  13643. "node_modules/postcss-svgo/node_modules/svgo": {
  13644. "version": "2.8.0",
  13645. "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
  13646. "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
  13647. "dependencies": {
  13648. "@trysound/sax": "0.2.0",
  13649. "commander": "^7.2.0",
  13650. "css-select": "^4.1.3",
  13651. "css-tree": "^1.1.3",
  13652. "csso": "^4.2.0",
  13653. "picocolors": "^1.0.0",
  13654. "stable": "^0.1.8"
  13655. },
  13656. "bin": {
  13657. "svgo": "bin/svgo"
  13658. },
  13659. "engines": {
  13660. "node": ">=10.13.0"
  13661. }
  13662. },
  13663. "node_modules/postcss-unique-selectors": {
  13664. "version": "5.1.1",
  13665. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz",
  13666. "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==",
  13667. "dependencies": {
  13668. "postcss-selector-parser": "^6.0.5"
  13669. },
  13670. "engines": {
  13671. "node": "^10 || ^12 || >=14.0"
  13672. },
  13673. "peerDependencies": {
  13674. "postcss": "^8.2.15"
  13675. }
  13676. },
  13677. "node_modules/postcss-value-parser": {
  13678. "version": "4.2.0",
  13679. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  13680. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  13681. },
  13682. "node_modules/prelude-ls": {
  13683. "version": "1.2.1",
  13684. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  13685. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  13686. "engines": {
  13687. "node": ">= 0.8.0"
  13688. }
  13689. },
  13690. "node_modules/pretty-bytes": {
  13691. "version": "5.6.0",
  13692. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
  13693. "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
  13694. "engines": {
  13695. "node": ">=6"
  13696. },
  13697. "funding": {
  13698. "url": "https://github.com/sponsors/sindresorhus"
  13699. }
  13700. },
  13701. "node_modules/pretty-error": {
  13702. "version": "4.0.0",
  13703. "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
  13704. "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
  13705. "dependencies": {
  13706. "lodash": "^4.17.20",
  13707. "renderkid": "^3.0.0"
  13708. }
  13709. },
  13710. "node_modules/pretty-format": {
  13711. "version": "27.5.1",
  13712. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
  13713. "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
  13714. "dependencies": {
  13715. "ansi-regex": "^5.0.1",
  13716. "ansi-styles": "^5.0.0",
  13717. "react-is": "^17.0.1"
  13718. },
  13719. "engines": {
  13720. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  13721. }
  13722. },
  13723. "node_modules/pretty-format/node_modules/ansi-styles": {
  13724. "version": "5.2.0",
  13725. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  13726. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  13727. "engines": {
  13728. "node": ">=10"
  13729. },
  13730. "funding": {
  13731. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  13732. }
  13733. },
  13734. "node_modules/prismjs": {
  13735. "version": "1.29.0",
  13736. "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz",
  13737. "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==",
  13738. "engines": {
  13739. "node": ">=6"
  13740. }
  13741. },
  13742. "node_modules/process-nextick-args": {
  13743. "version": "2.0.1",
  13744. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  13745. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  13746. },
  13747. "node_modules/promise": {
  13748. "version": "8.3.0",
  13749. "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz",
  13750. "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==",
  13751. "dependencies": {
  13752. "asap": "~2.0.6"
  13753. }
  13754. },
  13755. "node_modules/prompts": {
  13756. "version": "2.4.2",
  13757. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  13758. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  13759. "dependencies": {
  13760. "kleur": "^3.0.3",
  13761. "sisteransi": "^1.0.5"
  13762. },
  13763. "engines": {
  13764. "node": ">= 6"
  13765. }
  13766. },
  13767. "node_modules/prop-types": {
  13768. "version": "15.8.1",
  13769. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  13770. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  13771. "dependencies": {
  13772. "loose-envify": "^1.4.0",
  13773. "object-assign": "^4.1.1",
  13774. "react-is": "^16.13.1"
  13775. }
  13776. },
  13777. "node_modules/prop-types/node_modules/react-is": {
  13778. "version": "16.13.1",
  13779. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  13780. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  13781. },
  13782. "node_modules/proxy-addr": {
  13783. "version": "2.0.7",
  13784. "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
  13785. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  13786. "dependencies": {
  13787. "forwarded": "0.2.0",
  13788. "ipaddr.js": "1.9.1"
  13789. },
  13790. "engines": {
  13791. "node": ">= 0.10"
  13792. }
  13793. },
  13794. "node_modules/proxy-addr/node_modules/ipaddr.js": {
  13795. "version": "1.9.1",
  13796. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  13797. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  13798. "engines": {
  13799. "node": ">= 0.10"
  13800. }
  13801. },
  13802. "node_modules/psl": {
  13803. "version": "1.9.0",
  13804. "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
  13805. "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag=="
  13806. },
  13807. "node_modules/punycode": {
  13808. "version": "2.3.0",
  13809. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
  13810. "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
  13811. "engines": {
  13812. "node": ">=6"
  13813. }
  13814. },
  13815. "node_modules/q": {
  13816. "version": "1.5.1",
  13817. "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
  13818. "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==",
  13819. "engines": {
  13820. "node": ">=0.6.0",
  13821. "teleport": ">=0.2.0"
  13822. }
  13823. },
  13824. "node_modules/qs": {
  13825. "version": "6.11.0",
  13826. "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
  13827. "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
  13828. "dependencies": {
  13829. "side-channel": "^1.0.4"
  13830. },
  13831. "engines": {
  13832. "node": ">=0.6"
  13833. },
  13834. "funding": {
  13835. "url": "https://github.com/sponsors/ljharb"
  13836. }
  13837. },
  13838. "node_modules/querystringify": {
  13839. "version": "2.2.0",
  13840. "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
  13841. "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
  13842. },
  13843. "node_modules/queue-microtask": {
  13844. "version": "1.2.3",
  13845. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  13846. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  13847. "funding": [
  13848. {
  13849. "type": "github",
  13850. "url": "https://github.com/sponsors/feross"
  13851. },
  13852. {
  13853. "type": "patreon",
  13854. "url": "https://www.patreon.com/feross"
  13855. },
  13856. {
  13857. "type": "consulting",
  13858. "url": "https://feross.org/support"
  13859. }
  13860. ]
  13861. },
  13862. "node_modules/quick-lru": {
  13863. "version": "5.1.1",
  13864. "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
  13865. "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
  13866. "engines": {
  13867. "node": ">=10"
  13868. },
  13869. "funding": {
  13870. "url": "https://github.com/sponsors/sindresorhus"
  13871. }
  13872. },
  13873. "node_modules/raf": {
  13874. "version": "3.4.1",
  13875. "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
  13876. "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
  13877. "dependencies": {
  13878. "performance-now": "^2.1.0"
  13879. }
  13880. },
  13881. "node_modules/randombytes": {
  13882. "version": "2.1.0",
  13883. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  13884. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  13885. "dependencies": {
  13886. "safe-buffer": "^5.1.0"
  13887. }
  13888. },
  13889. "node_modules/range-parser": {
  13890. "version": "1.2.1",
  13891. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  13892. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  13893. "engines": {
  13894. "node": ">= 0.6"
  13895. }
  13896. },
  13897. "node_modules/raw-body": {
  13898. "version": "2.5.1",
  13899. "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz",
  13900. "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
  13901. "dependencies": {
  13902. "bytes": "3.1.2",
  13903. "http-errors": "2.0.0",
  13904. "iconv-lite": "0.4.24",
  13905. "unpipe": "1.0.0"
  13906. },
  13907. "engines": {
  13908. "node": ">= 0.8"
  13909. }
  13910. },
  13911. "node_modules/raw-body/node_modules/bytes": {
  13912. "version": "3.1.2",
  13913. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  13914. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  13915. "engines": {
  13916. "node": ">= 0.8"
  13917. }
  13918. },
  13919. "node_modules/raw-body/node_modules/iconv-lite": {
  13920. "version": "0.4.24",
  13921. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  13922. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  13923. "dependencies": {
  13924. "safer-buffer": ">= 2.1.2 < 3"
  13925. },
  13926. "engines": {
  13927. "node": ">=0.10.0"
  13928. }
  13929. },
  13930. "node_modules/react": {
  13931. "version": "18.2.0",
  13932. "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
  13933. "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
  13934. "dependencies": {
  13935. "loose-envify": "^1.1.0"
  13936. },
  13937. "engines": {
  13938. "node": ">=0.10.0"
  13939. }
  13940. },
  13941. "node_modules/react-app-polyfill": {
  13942. "version": "3.0.0",
  13943. "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz",
  13944. "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==",
  13945. "dependencies": {
  13946. "core-js": "^3.19.2",
  13947. "object-assign": "^4.1.1",
  13948. "promise": "^8.1.0",
  13949. "raf": "^3.4.1",
  13950. "regenerator-runtime": "^0.13.9",
  13951. "whatwg-fetch": "^3.6.2"
  13952. },
  13953. "engines": {
  13954. "node": ">=14"
  13955. }
  13956. },
  13957. "node_modules/react-dev-utils": {
  13958. "version": "12.0.1",
  13959. "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz",
  13960. "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==",
  13961. "dependencies": {
  13962. "@babel/code-frame": "^7.16.0",
  13963. "address": "^1.1.2",
  13964. "browserslist": "^4.18.1",
  13965. "chalk": "^4.1.2",
  13966. "cross-spawn": "^7.0.3",
  13967. "detect-port-alt": "^1.1.6",
  13968. "escape-string-regexp": "^4.0.0",
  13969. "filesize": "^8.0.6",
  13970. "find-up": "^5.0.0",
  13971. "fork-ts-checker-webpack-plugin": "^6.5.0",
  13972. "global-modules": "^2.0.0",
  13973. "globby": "^11.0.4",
  13974. "gzip-size": "^6.0.0",
  13975. "immer": "^9.0.7",
  13976. "is-root": "^2.1.0",
  13977. "loader-utils": "^3.2.0",
  13978. "open": "^8.4.0",
  13979. "pkg-up": "^3.1.0",
  13980. "prompts": "^2.4.2",
  13981. "react-error-overlay": "^6.0.11",
  13982. "recursive-readdir": "^2.2.2",
  13983. "shell-quote": "^1.7.3",
  13984. "strip-ansi": "^6.0.1",
  13985. "text-table": "^0.2.0"
  13986. },
  13987. "engines": {
  13988. "node": ">=14"
  13989. }
  13990. },
  13991. "node_modules/react-dev-utils/node_modules/ansi-styles": {
  13992. "version": "4.3.0",
  13993. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  13994. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  13995. "dependencies": {
  13996. "color-convert": "^2.0.1"
  13997. },
  13998. "engines": {
  13999. "node": ">=8"
  14000. },
  14001. "funding": {
  14002. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  14003. }
  14004. },
  14005. "node_modules/react-dev-utils/node_modules/chalk": {
  14006. "version": "4.1.2",
  14007. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  14008. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  14009. "dependencies": {
  14010. "ansi-styles": "^4.1.0",
  14011. "supports-color": "^7.1.0"
  14012. },
  14013. "engines": {
  14014. "node": ">=10"
  14015. },
  14016. "funding": {
  14017. "url": "https://github.com/chalk/chalk?sponsor=1"
  14018. }
  14019. },
  14020. "node_modules/react-dev-utils/node_modules/color-convert": {
  14021. "version": "2.0.1",
  14022. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  14023. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  14024. "dependencies": {
  14025. "color-name": "~1.1.4"
  14026. },
  14027. "engines": {
  14028. "node": ">=7.0.0"
  14029. }
  14030. },
  14031. "node_modules/react-dev-utils/node_modules/color-name": {
  14032. "version": "1.1.4",
  14033. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  14034. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  14035. },
  14036. "node_modules/react-dev-utils/node_modules/escape-string-regexp": {
  14037. "version": "4.0.0",
  14038. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  14039. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  14040. "engines": {
  14041. "node": ">=10"
  14042. },
  14043. "funding": {
  14044. "url": "https://github.com/sponsors/sindresorhus"
  14045. }
  14046. },
  14047. "node_modules/react-dev-utils/node_modules/has-flag": {
  14048. "version": "4.0.0",
  14049. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  14050. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  14051. "engines": {
  14052. "node": ">=8"
  14053. }
  14054. },
  14055. "node_modules/react-dev-utils/node_modules/loader-utils": {
  14056. "version": "3.2.1",
  14057. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz",
  14058. "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==",
  14059. "engines": {
  14060. "node": ">= 12.13.0"
  14061. }
  14062. },
  14063. "node_modules/react-dev-utils/node_modules/supports-color": {
  14064. "version": "7.2.0",
  14065. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  14066. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  14067. "dependencies": {
  14068. "has-flag": "^4.0.0"
  14069. },
  14070. "engines": {
  14071. "node": ">=8"
  14072. }
  14073. },
  14074. "node_modules/react-dom": {
  14075. "version": "18.2.0",
  14076. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
  14077. "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==",
  14078. "dependencies": {
  14079. "loose-envify": "^1.1.0",
  14080. "scheduler": "^0.23.0"
  14081. },
  14082. "peerDependencies": {
  14083. "react": "^18.2.0"
  14084. }
  14085. },
  14086. "node_modules/react-error-overlay": {
  14087. "version": "6.0.11",
  14088. "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz",
  14089. "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg=="
  14090. },
  14091. "node_modules/react-is": {
  14092. "version": "17.0.2",
  14093. "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
  14094. "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
  14095. },
  14096. "node_modules/react-refresh": {
  14097. "version": "0.11.0",
  14098. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
  14099. "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==",
  14100. "engines": {
  14101. "node": ">=0.10.0"
  14102. }
  14103. },
  14104. "node_modules/react-scripts": {
  14105. "version": "5.0.1",
  14106. "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz",
  14107. "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==",
  14108. "dependencies": {
  14109. "@babel/core": "^7.16.0",
  14110. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
  14111. "@svgr/webpack": "^5.5.0",
  14112. "babel-jest": "^27.4.2",
  14113. "babel-loader": "^8.2.3",
  14114. "babel-plugin-named-asset-import": "^0.3.8",
  14115. "babel-preset-react-app": "^10.0.1",
  14116. "bfj": "^7.0.2",
  14117. "browserslist": "^4.18.1",
  14118. "camelcase": "^6.2.1",
  14119. "case-sensitive-paths-webpack-plugin": "^2.4.0",
  14120. "css-loader": "^6.5.1",
  14121. "css-minimizer-webpack-plugin": "^3.2.0",
  14122. "dotenv": "^10.0.0",
  14123. "dotenv-expand": "^5.1.0",
  14124. "eslint": "^8.3.0",
  14125. "eslint-config-react-app": "^7.0.1",
  14126. "eslint-webpack-plugin": "^3.1.1",
  14127. "file-loader": "^6.2.0",
  14128. "fs-extra": "^10.0.0",
  14129. "html-webpack-plugin": "^5.5.0",
  14130. "identity-obj-proxy": "^3.0.0",
  14131. "jest": "^27.4.3",
  14132. "jest-resolve": "^27.4.2",
  14133. "jest-watch-typeahead": "^1.0.0",
  14134. "mini-css-extract-plugin": "^2.4.5",
  14135. "postcss": "^8.4.4",
  14136. "postcss-flexbugs-fixes": "^5.0.2",
  14137. "postcss-loader": "^6.2.1",
  14138. "postcss-normalize": "^10.0.1",
  14139. "postcss-preset-env": "^7.0.1",
  14140. "prompts": "^2.4.2",
  14141. "react-app-polyfill": "^3.0.0",
  14142. "react-dev-utils": "^12.0.1",
  14143. "react-refresh": "^0.11.0",
  14144. "resolve": "^1.20.0",
  14145. "resolve-url-loader": "^4.0.0",
  14146. "sass-loader": "^12.3.0",
  14147. "semver": "^7.3.5",
  14148. "source-map-loader": "^3.0.0",
  14149. "style-loader": "^3.3.1",
  14150. "tailwindcss": "^3.0.2",
  14151. "terser-webpack-plugin": "^5.2.5",
  14152. "webpack": "^5.64.4",
  14153. "webpack-dev-server": "^4.6.0",
  14154. "webpack-manifest-plugin": "^4.0.2",
  14155. "workbox-webpack-plugin": "^6.4.1"
  14156. },
  14157. "bin": {
  14158. "react-scripts": "bin/react-scripts.js"
  14159. },
  14160. "engines": {
  14161. "node": ">=14.0.0"
  14162. },
  14163. "optionalDependencies": {
  14164. "fsevents": "^2.3.2"
  14165. },
  14166. "peerDependencies": {
  14167. "react": ">= 16",
  14168. "typescript": "^3.2.1 || ^4"
  14169. },
  14170. "peerDependenciesMeta": {
  14171. "typescript": {
  14172. "optional": true
  14173. }
  14174. }
  14175. },
  14176. "node_modules/read-cache": {
  14177. "version": "1.0.0",
  14178. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  14179. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  14180. "dependencies": {
  14181. "pify": "^2.3.0"
  14182. }
  14183. },
  14184. "node_modules/readable-stream": {
  14185. "version": "3.6.0",
  14186. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
  14187. "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
  14188. "dependencies": {
  14189. "inherits": "^2.0.3",
  14190. "string_decoder": "^1.1.1",
  14191. "util-deprecate": "^1.0.1"
  14192. },
  14193. "engines": {
  14194. "node": ">= 6"
  14195. }
  14196. },
  14197. "node_modules/readdirp": {
  14198. "version": "3.6.0",
  14199. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  14200. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  14201. "dependencies": {
  14202. "picomatch": "^2.2.1"
  14203. },
  14204. "engines": {
  14205. "node": ">=8.10.0"
  14206. }
  14207. },
  14208. "node_modules/recursive-readdir": {
  14209. "version": "2.2.3",
  14210. "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz",
  14211. "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==",
  14212. "dependencies": {
  14213. "minimatch": "^3.0.5"
  14214. },
  14215. "engines": {
  14216. "node": ">=6.0.0"
  14217. }
  14218. },
  14219. "node_modules/redent": {
  14220. "version": "3.0.0",
  14221. "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
  14222. "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
  14223. "dependencies": {
  14224. "indent-string": "^4.0.0",
  14225. "strip-indent": "^3.0.0"
  14226. },
  14227. "engines": {
  14228. "node": ">=8"
  14229. }
  14230. },
  14231. "node_modules/regenerate": {
  14232. "version": "1.4.2",
  14233. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  14234. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
  14235. },
  14236. "node_modules/regenerate-unicode-properties": {
  14237. "version": "10.1.0",
  14238. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz",
  14239. "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==",
  14240. "dependencies": {
  14241. "regenerate": "^1.4.2"
  14242. },
  14243. "engines": {
  14244. "node": ">=4"
  14245. }
  14246. },
  14247. "node_modules/regenerator-runtime": {
  14248. "version": "0.13.11",
  14249. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
  14250. "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
  14251. },
  14252. "node_modules/regenerator-transform": {
  14253. "version": "0.15.1",
  14254. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz",
  14255. "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==",
  14256. "dependencies": {
  14257. "@babel/runtime": "^7.8.4"
  14258. }
  14259. },
  14260. "node_modules/regex-parser": {
  14261. "version": "2.2.11",
  14262. "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz",
  14263. "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q=="
  14264. },
  14265. "node_modules/regexp.prototype.flags": {
  14266. "version": "1.4.3",
  14267. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz",
  14268. "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==",
  14269. "dependencies": {
  14270. "call-bind": "^1.0.2",
  14271. "define-properties": "^1.1.3",
  14272. "functions-have-names": "^1.2.2"
  14273. },
  14274. "engines": {
  14275. "node": ">= 0.4"
  14276. },
  14277. "funding": {
  14278. "url": "https://github.com/sponsors/ljharb"
  14279. }
  14280. },
  14281. "node_modules/regexpp": {
  14282. "version": "3.2.0",
  14283. "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
  14284. "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
  14285. "engines": {
  14286. "node": ">=8"
  14287. },
  14288. "funding": {
  14289. "url": "https://github.com/sponsors/mysticatea"
  14290. }
  14291. },
  14292. "node_modules/regexpu-core": {
  14293. "version": "5.3.0",
  14294. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.0.tgz",
  14295. "integrity": "sha512-ZdhUQlng0RoscyW7jADnUZ25F5eVtHdMyXSb2PiwafvteRAOJUjFoUPEYZSIfP99fBIs3maLIRfpEddT78wAAQ==",
  14296. "dependencies": {
  14297. "@babel/regjsgen": "^0.8.0",
  14298. "regenerate": "^1.4.2",
  14299. "regenerate-unicode-properties": "^10.1.0",
  14300. "regjsparser": "^0.9.1",
  14301. "unicode-match-property-ecmascript": "^2.0.0",
  14302. "unicode-match-property-value-ecmascript": "^2.1.0"
  14303. },
  14304. "engines": {
  14305. "node": ">=4"
  14306. }
  14307. },
  14308. "node_modules/regjsparser": {
  14309. "version": "0.9.1",
  14310. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
  14311. "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
  14312. "dependencies": {
  14313. "jsesc": "~0.5.0"
  14314. },
  14315. "bin": {
  14316. "regjsparser": "bin/parser"
  14317. }
  14318. },
  14319. "node_modules/regjsparser/node_modules/jsesc": {
  14320. "version": "0.5.0",
  14321. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  14322. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
  14323. "bin": {
  14324. "jsesc": "bin/jsesc"
  14325. }
  14326. },
  14327. "node_modules/relateurl": {
  14328. "version": "0.2.7",
  14329. "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
  14330. "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==",
  14331. "engines": {
  14332. "node": ">= 0.10"
  14333. }
  14334. },
  14335. "node_modules/renderkid": {
  14336. "version": "3.0.0",
  14337. "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
  14338. "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
  14339. "dependencies": {
  14340. "css-select": "^4.1.3",
  14341. "dom-converter": "^0.2.0",
  14342. "htmlparser2": "^6.1.0",
  14343. "lodash": "^4.17.21",
  14344. "strip-ansi": "^6.0.1"
  14345. }
  14346. },
  14347. "node_modules/require-directory": {
  14348. "version": "2.1.1",
  14349. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  14350. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  14351. "engines": {
  14352. "node": ">=0.10.0"
  14353. }
  14354. },
  14355. "node_modules/require-from-string": {
  14356. "version": "2.0.2",
  14357. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  14358. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  14359. "engines": {
  14360. "node": ">=0.10.0"
  14361. }
  14362. },
  14363. "node_modules/requires-port": {
  14364. "version": "1.0.0",
  14365. "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
  14366. "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
  14367. },
  14368. "node_modules/resolve": {
  14369. "version": "1.22.1",
  14370. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
  14371. "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
  14372. "dependencies": {
  14373. "is-core-module": "^2.9.0",
  14374. "path-parse": "^1.0.7",
  14375. "supports-preserve-symlinks-flag": "^1.0.0"
  14376. },
  14377. "bin": {
  14378. "resolve": "bin/resolve"
  14379. },
  14380. "funding": {
  14381. "url": "https://github.com/sponsors/ljharb"
  14382. }
  14383. },
  14384. "node_modules/resolve-cwd": {
  14385. "version": "3.0.0",
  14386. "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
  14387. "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
  14388. "dependencies": {
  14389. "resolve-from": "^5.0.0"
  14390. },
  14391. "engines": {
  14392. "node": ">=8"
  14393. }
  14394. },
  14395. "node_modules/resolve-from": {
  14396. "version": "5.0.0",
  14397. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  14398. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  14399. "engines": {
  14400. "node": ">=8"
  14401. }
  14402. },
  14403. "node_modules/resolve-url-loader": {
  14404. "version": "4.0.0",
  14405. "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz",
  14406. "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==",
  14407. "dependencies": {
  14408. "adjust-sourcemap-loader": "^4.0.0",
  14409. "convert-source-map": "^1.7.0",
  14410. "loader-utils": "^2.0.0",
  14411. "postcss": "^7.0.35",
  14412. "source-map": "0.6.1"
  14413. },
  14414. "engines": {
  14415. "node": ">=8.9"
  14416. },
  14417. "peerDependencies": {
  14418. "rework": "1.0.1",
  14419. "rework-visit": "1.0.0"
  14420. },
  14421. "peerDependenciesMeta": {
  14422. "rework": {
  14423. "optional": true
  14424. },
  14425. "rework-visit": {
  14426. "optional": true
  14427. }
  14428. }
  14429. },
  14430. "node_modules/resolve-url-loader/node_modules/picocolors": {
  14431. "version": "0.2.1",
  14432. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
  14433. "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
  14434. },
  14435. "node_modules/resolve-url-loader/node_modules/postcss": {
  14436. "version": "7.0.39",
  14437. "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
  14438. "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
  14439. "dependencies": {
  14440. "picocolors": "^0.2.1",
  14441. "source-map": "^0.6.1"
  14442. },
  14443. "engines": {
  14444. "node": ">=6.0.0"
  14445. },
  14446. "funding": {
  14447. "type": "opencollective",
  14448. "url": "https://opencollective.com/postcss/"
  14449. }
  14450. },
  14451. "node_modules/resolve-url-loader/node_modules/source-map": {
  14452. "version": "0.6.1",
  14453. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  14454. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  14455. "engines": {
  14456. "node": ">=0.10.0"
  14457. }
  14458. },
  14459. "node_modules/resolve.exports": {
  14460. "version": "1.1.1",
  14461. "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz",
  14462. "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==",
  14463. "engines": {
  14464. "node": ">=10"
  14465. }
  14466. },
  14467. "node_modules/retry": {
  14468. "version": "0.13.1",
  14469. "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
  14470. "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
  14471. "engines": {
  14472. "node": ">= 4"
  14473. }
  14474. },
  14475. "node_modules/reusify": {
  14476. "version": "1.0.4",
  14477. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  14478. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  14479. "engines": {
  14480. "iojs": ">=1.0.0",
  14481. "node": ">=0.10.0"
  14482. }
  14483. },
  14484. "node_modules/rimraf": {
  14485. "version": "3.0.2",
  14486. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  14487. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  14488. "dependencies": {
  14489. "glob": "^7.1.3"
  14490. },
  14491. "bin": {
  14492. "rimraf": "bin.js"
  14493. },
  14494. "funding": {
  14495. "url": "https://github.com/sponsors/isaacs"
  14496. }
  14497. },
  14498. "node_modules/rollup": {
  14499. "version": "2.79.1",
  14500. "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz",
  14501. "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==",
  14502. "bin": {
  14503. "rollup": "dist/bin/rollup"
  14504. },
  14505. "engines": {
  14506. "node": ">=10.0.0"
  14507. },
  14508. "optionalDependencies": {
  14509. "fsevents": "~2.3.2"
  14510. }
  14511. },
  14512. "node_modules/rollup-plugin-terser": {
  14513. "version": "7.0.2",
  14514. "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
  14515. "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
  14516. "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser",
  14517. "dependencies": {
  14518. "@babel/code-frame": "^7.10.4",
  14519. "jest-worker": "^26.2.1",
  14520. "serialize-javascript": "^4.0.0",
  14521. "terser": "^5.0.0"
  14522. },
  14523. "peerDependencies": {
  14524. "rollup": "^2.0.0"
  14525. }
  14526. },
  14527. "node_modules/rollup-plugin-terser/node_modules/has-flag": {
  14528. "version": "4.0.0",
  14529. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  14530. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  14531. "engines": {
  14532. "node": ">=8"
  14533. }
  14534. },
  14535. "node_modules/rollup-plugin-terser/node_modules/jest-worker": {
  14536. "version": "26.6.2",
  14537. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
  14538. "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
  14539. "dependencies": {
  14540. "@types/node": "*",
  14541. "merge-stream": "^2.0.0",
  14542. "supports-color": "^7.0.0"
  14543. },
  14544. "engines": {
  14545. "node": ">= 10.13.0"
  14546. }
  14547. },
  14548. "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": {
  14549. "version": "4.0.0",
  14550. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
  14551. "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
  14552. "dependencies": {
  14553. "randombytes": "^2.1.0"
  14554. }
  14555. },
  14556. "node_modules/rollup-plugin-terser/node_modules/supports-color": {
  14557. "version": "7.2.0",
  14558. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  14559. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  14560. "dependencies": {
  14561. "has-flag": "^4.0.0"
  14562. },
  14563. "engines": {
  14564. "node": ">=8"
  14565. }
  14566. },
  14567. "node_modules/run-parallel": {
  14568. "version": "1.2.0",
  14569. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  14570. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  14571. "funding": [
  14572. {
  14573. "type": "github",
  14574. "url": "https://github.com/sponsors/feross"
  14575. },
  14576. {
  14577. "type": "patreon",
  14578. "url": "https://www.patreon.com/feross"
  14579. },
  14580. {
  14581. "type": "consulting",
  14582. "url": "https://feross.org/support"
  14583. }
  14584. ],
  14585. "dependencies": {
  14586. "queue-microtask": "^1.2.2"
  14587. }
  14588. },
  14589. "node_modules/safe-buffer": {
  14590. "version": "5.2.1",
  14591. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  14592. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  14593. "funding": [
  14594. {
  14595. "type": "github",
  14596. "url": "https://github.com/sponsors/feross"
  14597. },
  14598. {
  14599. "type": "patreon",
  14600. "url": "https://www.patreon.com/feross"
  14601. },
  14602. {
  14603. "type": "consulting",
  14604. "url": "https://feross.org/support"
  14605. }
  14606. ]
  14607. },
  14608. "node_modules/safe-regex-test": {
  14609. "version": "1.0.0",
  14610. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
  14611. "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==",
  14612. "dependencies": {
  14613. "call-bind": "^1.0.2",
  14614. "get-intrinsic": "^1.1.3",
  14615. "is-regex": "^1.1.4"
  14616. },
  14617. "funding": {
  14618. "url": "https://github.com/sponsors/ljharb"
  14619. }
  14620. },
  14621. "node_modules/safer-buffer": {
  14622. "version": "2.1.2",
  14623. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  14624. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
  14625. },
  14626. "node_modules/sanitize.css": {
  14627. "version": "13.0.0",
  14628. "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz",
  14629. "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA=="
  14630. },
  14631. "node_modules/sass-loader": {
  14632. "version": "12.6.0",
  14633. "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz",
  14634. "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==",
  14635. "dependencies": {
  14636. "klona": "^2.0.4",
  14637. "neo-async": "^2.6.2"
  14638. },
  14639. "engines": {
  14640. "node": ">= 12.13.0"
  14641. },
  14642. "funding": {
  14643. "type": "opencollective",
  14644. "url": "https://opencollective.com/webpack"
  14645. },
  14646. "peerDependencies": {
  14647. "fibers": ">= 3.1.0",
  14648. "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
  14649. "sass": "^1.3.0",
  14650. "sass-embedded": "*",
  14651. "webpack": "^5.0.0"
  14652. },
  14653. "peerDependenciesMeta": {
  14654. "fibers": {
  14655. "optional": true
  14656. },
  14657. "node-sass": {
  14658. "optional": true
  14659. },
  14660. "sass": {
  14661. "optional": true
  14662. },
  14663. "sass-embedded": {
  14664. "optional": true
  14665. }
  14666. }
  14667. },
  14668. "node_modules/sax": {
  14669. "version": "1.2.4",
  14670. "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
  14671. "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
  14672. },
  14673. "node_modules/saxes": {
  14674. "version": "5.0.1",
  14675. "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
  14676. "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
  14677. "dependencies": {
  14678. "xmlchars": "^2.2.0"
  14679. },
  14680. "engines": {
  14681. "node": ">=10"
  14682. }
  14683. },
  14684. "node_modules/scheduler": {
  14685. "version": "0.23.0",
  14686. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
  14687. "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==",
  14688. "dependencies": {
  14689. "loose-envify": "^1.1.0"
  14690. }
  14691. },
  14692. "node_modules/schema-utils": {
  14693. "version": "3.1.1",
  14694. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
  14695. "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
  14696. "dependencies": {
  14697. "@types/json-schema": "^7.0.8",
  14698. "ajv": "^6.12.5",
  14699. "ajv-keywords": "^3.5.2"
  14700. },
  14701. "engines": {
  14702. "node": ">= 10.13.0"
  14703. },
  14704. "funding": {
  14705. "type": "opencollective",
  14706. "url": "https://opencollective.com/webpack"
  14707. }
  14708. },
  14709. "node_modules/select-hose": {
  14710. "version": "2.0.0",
  14711. "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
  14712. "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg=="
  14713. },
  14714. "node_modules/selfsigned": {
  14715. "version": "2.1.1",
  14716. "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.1.1.tgz",
  14717. "integrity": "sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==",
  14718. "dependencies": {
  14719. "node-forge": "^1"
  14720. },
  14721. "engines": {
  14722. "node": ">=10"
  14723. }
  14724. },
  14725. "node_modules/semver": {
  14726. "version": "7.3.8",
  14727. "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
  14728. "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
  14729. "dependencies": {
  14730. "lru-cache": "^6.0.0"
  14731. },
  14732. "bin": {
  14733. "semver": "bin/semver.js"
  14734. },
  14735. "engines": {
  14736. "node": ">=10"
  14737. }
  14738. },
  14739. "node_modules/semver/node_modules/lru-cache": {
  14740. "version": "6.0.0",
  14741. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  14742. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  14743. "dependencies": {
  14744. "yallist": "^4.0.0"
  14745. },
  14746. "engines": {
  14747. "node": ">=10"
  14748. }
  14749. },
  14750. "node_modules/semver/node_modules/yallist": {
  14751. "version": "4.0.0",
  14752. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  14753. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  14754. },
  14755. "node_modules/send": {
  14756. "version": "0.18.0",
  14757. "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
  14758. "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
  14759. "dependencies": {
  14760. "debug": "2.6.9",
  14761. "depd": "2.0.0",
  14762. "destroy": "1.2.0",
  14763. "encodeurl": "~1.0.2",
  14764. "escape-html": "~1.0.3",
  14765. "etag": "~1.8.1",
  14766. "fresh": "0.5.2",
  14767. "http-errors": "2.0.0",
  14768. "mime": "1.6.0",
  14769. "ms": "2.1.3",
  14770. "on-finished": "2.4.1",
  14771. "range-parser": "~1.2.1",
  14772. "statuses": "2.0.1"
  14773. },
  14774. "engines": {
  14775. "node": ">= 0.8.0"
  14776. }
  14777. },
  14778. "node_modules/send/node_modules/debug": {
  14779. "version": "2.6.9",
  14780. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  14781. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  14782. "dependencies": {
  14783. "ms": "2.0.0"
  14784. }
  14785. },
  14786. "node_modules/send/node_modules/debug/node_modules/ms": {
  14787. "version": "2.0.0",
  14788. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  14789. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  14790. },
  14791. "node_modules/send/node_modules/ms": {
  14792. "version": "2.1.3",
  14793. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  14794. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  14795. },
  14796. "node_modules/serialize-javascript": {
  14797. "version": "6.0.1",
  14798. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz",
  14799. "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==",
  14800. "dependencies": {
  14801. "randombytes": "^2.1.0"
  14802. }
  14803. },
  14804. "node_modules/serve-index": {
  14805. "version": "1.9.1",
  14806. "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
  14807. "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
  14808. "dependencies": {
  14809. "accepts": "~1.3.4",
  14810. "batch": "0.6.1",
  14811. "debug": "2.6.9",
  14812. "escape-html": "~1.0.3",
  14813. "http-errors": "~1.6.2",
  14814. "mime-types": "~2.1.17",
  14815. "parseurl": "~1.3.2"
  14816. },
  14817. "engines": {
  14818. "node": ">= 0.8.0"
  14819. }
  14820. },
  14821. "node_modules/serve-index/node_modules/debug": {
  14822. "version": "2.6.9",
  14823. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  14824. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  14825. "dependencies": {
  14826. "ms": "2.0.0"
  14827. }
  14828. },
  14829. "node_modules/serve-index/node_modules/depd": {
  14830. "version": "1.1.2",
  14831. "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
  14832. "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
  14833. "engines": {
  14834. "node": ">= 0.6"
  14835. }
  14836. },
  14837. "node_modules/serve-index/node_modules/http-errors": {
  14838. "version": "1.6.3",
  14839. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
  14840. "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
  14841. "dependencies": {
  14842. "depd": "~1.1.2",
  14843. "inherits": "2.0.3",
  14844. "setprototypeof": "1.1.0",
  14845. "statuses": ">= 1.4.0 < 2"
  14846. },
  14847. "engines": {
  14848. "node": ">= 0.6"
  14849. }
  14850. },
  14851. "node_modules/serve-index/node_modules/inherits": {
  14852. "version": "2.0.3",
  14853. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  14854. "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw=="
  14855. },
  14856. "node_modules/serve-index/node_modules/ms": {
  14857. "version": "2.0.0",
  14858. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  14859. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  14860. },
  14861. "node_modules/serve-index/node_modules/setprototypeof": {
  14862. "version": "1.1.0",
  14863. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
  14864. "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ=="
  14865. },
  14866. "node_modules/serve-index/node_modules/statuses": {
  14867. "version": "1.5.0",
  14868. "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
  14869. "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
  14870. "engines": {
  14871. "node": ">= 0.6"
  14872. }
  14873. },
  14874. "node_modules/serve-static": {
  14875. "version": "1.15.0",
  14876. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
  14877. "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
  14878. "dependencies": {
  14879. "encodeurl": "~1.0.2",
  14880. "escape-html": "~1.0.3",
  14881. "parseurl": "~1.3.3",
  14882. "send": "0.18.0"
  14883. },
  14884. "engines": {
  14885. "node": ">= 0.8.0"
  14886. }
  14887. },
  14888. "node_modules/setprototypeof": {
  14889. "version": "1.2.0",
  14890. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  14891. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  14892. },
  14893. "node_modules/shallowequal": {
  14894. "version": "1.1.0",
  14895. "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz",
  14896. "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ=="
  14897. },
  14898. "node_modules/shebang-command": {
  14899. "version": "2.0.0",
  14900. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  14901. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  14902. "dependencies": {
  14903. "shebang-regex": "^3.0.0"
  14904. },
  14905. "engines": {
  14906. "node": ">=8"
  14907. }
  14908. },
  14909. "node_modules/shebang-regex": {
  14910. "version": "3.0.0",
  14911. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  14912. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  14913. "engines": {
  14914. "node": ">=8"
  14915. }
  14916. },
  14917. "node_modules/shell-quote": {
  14918. "version": "1.8.0",
  14919. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.0.tgz",
  14920. "integrity": "sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ==",
  14921. "funding": {
  14922. "url": "https://github.com/sponsors/ljharb"
  14923. }
  14924. },
  14925. "node_modules/side-channel": {
  14926. "version": "1.0.4",
  14927. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
  14928. "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
  14929. "dependencies": {
  14930. "call-bind": "^1.0.0",
  14931. "get-intrinsic": "^1.0.2",
  14932. "object-inspect": "^1.9.0"
  14933. },
  14934. "funding": {
  14935. "url": "https://github.com/sponsors/ljharb"
  14936. }
  14937. },
  14938. "node_modules/signal-exit": {
  14939. "version": "3.0.7",
  14940. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  14941. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  14942. },
  14943. "node_modules/sisteransi": {
  14944. "version": "1.0.5",
  14945. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  14946. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  14947. },
  14948. "node_modules/slash": {
  14949. "version": "3.0.0",
  14950. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  14951. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  14952. "engines": {
  14953. "node": ">=8"
  14954. }
  14955. },
  14956. "node_modules/sockjs": {
  14957. "version": "0.3.24",
  14958. "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
  14959. "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
  14960. "dependencies": {
  14961. "faye-websocket": "^0.11.3",
  14962. "uuid": "^8.3.2",
  14963. "websocket-driver": "^0.7.4"
  14964. }
  14965. },
  14966. "node_modules/source-list-map": {
  14967. "version": "2.0.1",
  14968. "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
  14969. "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
  14970. },
  14971. "node_modules/source-map": {
  14972. "version": "0.7.4",
  14973. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  14974. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  14975. "engines": {
  14976. "node": ">= 8"
  14977. }
  14978. },
  14979. "node_modules/source-map-js": {
  14980. "version": "1.0.2",
  14981. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
  14982. "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
  14983. "engines": {
  14984. "node": ">=0.10.0"
  14985. }
  14986. },
  14987. "node_modules/source-map-loader": {
  14988. "version": "3.0.2",
  14989. "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz",
  14990. "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==",
  14991. "dependencies": {
  14992. "abab": "^2.0.5",
  14993. "iconv-lite": "^0.6.3",
  14994. "source-map-js": "^1.0.1"
  14995. },
  14996. "engines": {
  14997. "node": ">= 12.13.0"
  14998. },
  14999. "funding": {
  15000. "type": "opencollective",
  15001. "url": "https://opencollective.com/webpack"
  15002. },
  15003. "peerDependencies": {
  15004. "webpack": "^5.0.0"
  15005. }
  15006. },
  15007. "node_modules/source-map-support": {
  15008. "version": "0.5.21",
  15009. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  15010. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  15011. "dependencies": {
  15012. "buffer-from": "^1.0.0",
  15013. "source-map": "^0.6.0"
  15014. }
  15015. },
  15016. "node_modules/source-map-support/node_modules/source-map": {
  15017. "version": "0.6.1",
  15018. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  15019. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  15020. "engines": {
  15021. "node": ">=0.10.0"
  15022. }
  15023. },
  15024. "node_modules/sourcemap-codec": {
  15025. "version": "1.4.8",
  15026. "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  15027. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
  15028. "deprecated": "Please use @jridgewell/sourcemap-codec instead"
  15029. },
  15030. "node_modules/spdy": {
  15031. "version": "4.0.2",
  15032. "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
  15033. "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
  15034. "dependencies": {
  15035. "debug": "^4.1.0",
  15036. "handle-thing": "^2.0.0",
  15037. "http-deceiver": "^1.2.7",
  15038. "select-hose": "^2.0.0",
  15039. "spdy-transport": "^3.0.0"
  15040. },
  15041. "engines": {
  15042. "node": ">=6.0.0"
  15043. }
  15044. },
  15045. "node_modules/spdy-transport": {
  15046. "version": "3.0.0",
  15047. "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
  15048. "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
  15049. "dependencies": {
  15050. "debug": "^4.1.0",
  15051. "detect-node": "^2.0.4",
  15052. "hpack.js": "^2.1.6",
  15053. "obuf": "^1.1.2",
  15054. "readable-stream": "^3.0.6",
  15055. "wbuf": "^1.7.3"
  15056. }
  15057. },
  15058. "node_modules/sprintf-js": {
  15059. "version": "1.0.3",
  15060. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  15061. "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
  15062. },
  15063. "node_modules/stable": {
  15064. "version": "0.1.8",
  15065. "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
  15066. "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==",
  15067. "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility"
  15068. },
  15069. "node_modules/stack-utils": {
  15070. "version": "2.0.6",
  15071. "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
  15072. "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
  15073. "dependencies": {
  15074. "escape-string-regexp": "^2.0.0"
  15075. },
  15076. "engines": {
  15077. "node": ">=10"
  15078. }
  15079. },
  15080. "node_modules/stack-utils/node_modules/escape-string-regexp": {
  15081. "version": "2.0.0",
  15082. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  15083. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
  15084. "engines": {
  15085. "node": ">=8"
  15086. }
  15087. },
  15088. "node_modules/stackframe": {
  15089. "version": "1.3.4",
  15090. "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
  15091. "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw=="
  15092. },
  15093. "node_modules/statuses": {
  15094. "version": "2.0.1",
  15095. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  15096. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  15097. "engines": {
  15098. "node": ">= 0.8"
  15099. }
  15100. },
  15101. "node_modules/stop-iteration-iterator": {
  15102. "version": "1.0.0",
  15103. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz",
  15104. "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==",
  15105. "dependencies": {
  15106. "internal-slot": "^1.0.4"
  15107. },
  15108. "engines": {
  15109. "node": ">= 0.4"
  15110. }
  15111. },
  15112. "node_modules/string_decoder": {
  15113. "version": "1.3.0",
  15114. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  15115. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  15116. "dependencies": {
  15117. "safe-buffer": "~5.2.0"
  15118. }
  15119. },
  15120. "node_modules/string-length": {
  15121. "version": "4.0.2",
  15122. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  15123. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  15124. "dependencies": {
  15125. "char-regex": "^1.0.2",
  15126. "strip-ansi": "^6.0.0"
  15127. },
  15128. "engines": {
  15129. "node": ">=10"
  15130. }
  15131. },
  15132. "node_modules/string-natural-compare": {
  15133. "version": "3.0.1",
  15134. "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
  15135. "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw=="
  15136. },
  15137. "node_modules/string-width": {
  15138. "version": "4.2.3",
  15139. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  15140. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  15141. "dependencies": {
  15142. "emoji-regex": "^8.0.0",
  15143. "is-fullwidth-code-point": "^3.0.0",
  15144. "strip-ansi": "^6.0.1"
  15145. },
  15146. "engines": {
  15147. "node": ">=8"
  15148. }
  15149. },
  15150. "node_modules/string-width/node_modules/emoji-regex": {
  15151. "version": "8.0.0",
  15152. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  15153. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  15154. },
  15155. "node_modules/string.prototype.matchall": {
  15156. "version": "4.0.8",
  15157. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz",
  15158. "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==",
  15159. "dependencies": {
  15160. "call-bind": "^1.0.2",
  15161. "define-properties": "^1.1.4",
  15162. "es-abstract": "^1.20.4",
  15163. "get-intrinsic": "^1.1.3",
  15164. "has-symbols": "^1.0.3",
  15165. "internal-slot": "^1.0.3",
  15166. "regexp.prototype.flags": "^1.4.3",
  15167. "side-channel": "^1.0.4"
  15168. },
  15169. "funding": {
  15170. "url": "https://github.com/sponsors/ljharb"
  15171. }
  15172. },
  15173. "node_modules/string.prototype.trimend": {
  15174. "version": "1.0.6",
  15175. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz",
  15176. "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==",
  15177. "dependencies": {
  15178. "call-bind": "^1.0.2",
  15179. "define-properties": "^1.1.4",
  15180. "es-abstract": "^1.20.4"
  15181. },
  15182. "funding": {
  15183. "url": "https://github.com/sponsors/ljharb"
  15184. }
  15185. },
  15186. "node_modules/string.prototype.trimstart": {
  15187. "version": "1.0.6",
  15188. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz",
  15189. "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==",
  15190. "dependencies": {
  15191. "call-bind": "^1.0.2",
  15192. "define-properties": "^1.1.4",
  15193. "es-abstract": "^1.20.4"
  15194. },
  15195. "funding": {
  15196. "url": "https://github.com/sponsors/ljharb"
  15197. }
  15198. },
  15199. "node_modules/stringify-object": {
  15200. "version": "3.3.0",
  15201. "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
  15202. "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
  15203. "dependencies": {
  15204. "get-own-enumerable-property-symbols": "^3.0.0",
  15205. "is-obj": "^1.0.1",
  15206. "is-regexp": "^1.0.0"
  15207. },
  15208. "engines": {
  15209. "node": ">=4"
  15210. }
  15211. },
  15212. "node_modules/strip-ansi": {
  15213. "version": "6.0.1",
  15214. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  15215. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  15216. "dependencies": {
  15217. "ansi-regex": "^5.0.1"
  15218. },
  15219. "engines": {
  15220. "node": ">=8"
  15221. }
  15222. },
  15223. "node_modules/strip-bom": {
  15224. "version": "4.0.0",
  15225. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
  15226. "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
  15227. "engines": {
  15228. "node": ">=8"
  15229. }
  15230. },
  15231. "node_modules/strip-comments": {
  15232. "version": "2.0.1",
  15233. "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
  15234. "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==",
  15235. "engines": {
  15236. "node": ">=10"
  15237. }
  15238. },
  15239. "node_modules/strip-final-newline": {
  15240. "version": "2.0.0",
  15241. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  15242. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  15243. "engines": {
  15244. "node": ">=6"
  15245. }
  15246. },
  15247. "node_modules/strip-indent": {
  15248. "version": "3.0.0",
  15249. "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
  15250. "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
  15251. "dependencies": {
  15252. "min-indent": "^1.0.0"
  15253. },
  15254. "engines": {
  15255. "node": ">=8"
  15256. }
  15257. },
  15258. "node_modules/strip-json-comments": {
  15259. "version": "3.1.1",
  15260. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  15261. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  15262. "engines": {
  15263. "node": ">=8"
  15264. },
  15265. "funding": {
  15266. "url": "https://github.com/sponsors/sindresorhus"
  15267. }
  15268. },
  15269. "node_modules/style-loader": {
  15270. "version": "3.3.1",
  15271. "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz",
  15272. "integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==",
  15273. "engines": {
  15274. "node": ">= 12.13.0"
  15275. },
  15276. "funding": {
  15277. "type": "opencollective",
  15278. "url": "https://opencollective.com/webpack"
  15279. },
  15280. "peerDependencies": {
  15281. "webpack": "^5.0.0"
  15282. }
  15283. },
  15284. "node_modules/styled-components": {
  15285. "version": "5.3.6",
  15286. "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.6.tgz",
  15287. "integrity": "sha512-hGTZquGAaTqhGWldX7hhfzjnIYBZ0IXQXkCYdvF1Sq3DsUaLx6+NTHC5Jj1ooM2F68sBiVz3lvhfwQs/S3l6qg==",
  15288. "hasInstallScript": true,
  15289. "dependencies": {
  15290. "@babel/helper-module-imports": "^7.0.0",
  15291. "@babel/traverse": "^7.4.5",
  15292. "@emotion/is-prop-valid": "^1.1.0",
  15293. "@emotion/stylis": "^0.8.4",
  15294. "@emotion/unitless": "^0.7.4",
  15295. "babel-plugin-styled-components": ">= 1.12.0",
  15296. "css-to-react-native": "^3.0.0",
  15297. "hoist-non-react-statics": "^3.0.0",
  15298. "shallowequal": "^1.1.0",
  15299. "supports-color": "^5.5.0"
  15300. },
  15301. "engines": {
  15302. "node": ">=10"
  15303. },
  15304. "funding": {
  15305. "type": "opencollective",
  15306. "url": "https://opencollective.com/styled-components"
  15307. },
  15308. "peerDependencies": {
  15309. "react": ">= 16.8.0",
  15310. "react-dom": ">= 16.8.0",
  15311. "react-is": ">= 16.8.0"
  15312. }
  15313. },
  15314. "node_modules/stylehacks": {
  15315. "version": "5.1.1",
  15316. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz",
  15317. "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==",
  15318. "dependencies": {
  15319. "browserslist": "^4.21.4",
  15320. "postcss-selector-parser": "^6.0.4"
  15321. },
  15322. "engines": {
  15323. "node": "^10 || ^12 || >=14.0"
  15324. },
  15325. "peerDependencies": {
  15326. "postcss": "^8.2.15"
  15327. }
  15328. },
  15329. "node_modules/supports-color": {
  15330. "version": "5.5.0",
  15331. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  15332. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  15333. "dependencies": {
  15334. "has-flag": "^3.0.0"
  15335. },
  15336. "engines": {
  15337. "node": ">=4"
  15338. }
  15339. },
  15340. "node_modules/supports-hyperlinks": {
  15341. "version": "2.3.0",
  15342. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz",
  15343. "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==",
  15344. "dependencies": {
  15345. "has-flag": "^4.0.0",
  15346. "supports-color": "^7.0.0"
  15347. },
  15348. "engines": {
  15349. "node": ">=8"
  15350. }
  15351. },
  15352. "node_modules/supports-hyperlinks/node_modules/has-flag": {
  15353. "version": "4.0.0",
  15354. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  15355. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  15356. "engines": {
  15357. "node": ">=8"
  15358. }
  15359. },
  15360. "node_modules/supports-hyperlinks/node_modules/supports-color": {
  15361. "version": "7.2.0",
  15362. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  15363. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  15364. "dependencies": {
  15365. "has-flag": "^4.0.0"
  15366. },
  15367. "engines": {
  15368. "node": ">=8"
  15369. }
  15370. },
  15371. "node_modules/supports-preserve-symlinks-flag": {
  15372. "version": "1.0.0",
  15373. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  15374. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  15375. "engines": {
  15376. "node": ">= 0.4"
  15377. },
  15378. "funding": {
  15379. "url": "https://github.com/sponsors/ljharb"
  15380. }
  15381. },
  15382. "node_modules/svg-parser": {
  15383. "version": "2.0.4",
  15384. "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
  15385. "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ=="
  15386. },
  15387. "node_modules/svgo": {
  15388. "version": "1.3.2",
  15389. "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
  15390. "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
  15391. "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.",
  15392. "dependencies": {
  15393. "chalk": "^2.4.1",
  15394. "coa": "^2.0.2",
  15395. "css-select": "^2.0.0",
  15396. "css-select-base-adapter": "^0.1.1",
  15397. "css-tree": "1.0.0-alpha.37",
  15398. "csso": "^4.0.2",
  15399. "js-yaml": "^3.13.1",
  15400. "mkdirp": "~0.5.1",
  15401. "object.values": "^1.1.0",
  15402. "sax": "~1.2.4",
  15403. "stable": "^0.1.8",
  15404. "unquote": "~1.1.1",
  15405. "util.promisify": "~1.0.0"
  15406. },
  15407. "bin": {
  15408. "svgo": "bin/svgo"
  15409. },
  15410. "engines": {
  15411. "node": ">=4.0.0"
  15412. }
  15413. },
  15414. "node_modules/svgo/node_modules/css-select": {
  15415. "version": "2.1.0",
  15416. "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
  15417. "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
  15418. "dependencies": {
  15419. "boolbase": "^1.0.0",
  15420. "css-what": "^3.2.1",
  15421. "domutils": "^1.7.0",
  15422. "nth-check": "^1.0.2"
  15423. }
  15424. },
  15425. "node_modules/svgo/node_modules/css-what": {
  15426. "version": "3.4.2",
  15427. "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
  15428. "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==",
  15429. "engines": {
  15430. "node": ">= 6"
  15431. },
  15432. "funding": {
  15433. "url": "https://github.com/sponsors/fb55"
  15434. }
  15435. },
  15436. "node_modules/svgo/node_modules/dom-serializer": {
  15437. "version": "0.2.2",
  15438. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
  15439. "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
  15440. "dependencies": {
  15441. "domelementtype": "^2.0.1",
  15442. "entities": "^2.0.0"
  15443. }
  15444. },
  15445. "node_modules/svgo/node_modules/domutils": {
  15446. "version": "1.7.0",
  15447. "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
  15448. "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
  15449. "dependencies": {
  15450. "dom-serializer": "0",
  15451. "domelementtype": "1"
  15452. }
  15453. },
  15454. "node_modules/svgo/node_modules/domutils/node_modules/domelementtype": {
  15455. "version": "1.3.1",
  15456. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
  15457. "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
  15458. },
  15459. "node_modules/svgo/node_modules/nth-check": {
  15460. "version": "1.0.2",
  15461. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
  15462. "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
  15463. "dependencies": {
  15464. "boolbase": "~1.0.0"
  15465. }
  15466. },
  15467. "node_modules/symbol-tree": {
  15468. "version": "3.2.4",
  15469. "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  15470. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
  15471. },
  15472. "node_modules/tailwindcss": {
  15473. "version": "3.2.6",
  15474. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.6.tgz",
  15475. "integrity": "sha512-BfgQWZrtqowOQMC2bwaSNe7xcIjdDEgixWGYOd6AL0CbKHJlvhfdbINeAW76l1sO+1ov/MJ93ODJ9yluRituIw==",
  15476. "dependencies": {
  15477. "arg": "^5.0.2",
  15478. "chokidar": "^3.5.3",
  15479. "color-name": "^1.1.4",
  15480. "detective": "^5.2.1",
  15481. "didyoumean": "^1.2.2",
  15482. "dlv": "^1.1.3",
  15483. "fast-glob": "^3.2.12",
  15484. "glob-parent": "^6.0.2",
  15485. "is-glob": "^4.0.3",
  15486. "lilconfig": "^2.0.6",
  15487. "micromatch": "^4.0.5",
  15488. "normalize-path": "^3.0.0",
  15489. "object-hash": "^3.0.0",
  15490. "picocolors": "^1.0.0",
  15491. "postcss": "^8.0.9",
  15492. "postcss-import": "^14.1.0",
  15493. "postcss-js": "^4.0.0",
  15494. "postcss-load-config": "^3.1.4",
  15495. "postcss-nested": "6.0.0",
  15496. "postcss-selector-parser": "^6.0.11",
  15497. "postcss-value-parser": "^4.2.0",
  15498. "quick-lru": "^5.1.1",
  15499. "resolve": "^1.22.1"
  15500. },
  15501. "bin": {
  15502. "tailwind": "lib/cli.js",
  15503. "tailwindcss": "lib/cli.js"
  15504. },
  15505. "engines": {
  15506. "node": ">=12.13.0"
  15507. },
  15508. "peerDependencies": {
  15509. "postcss": "^8.0.9"
  15510. }
  15511. },
  15512. "node_modules/tailwindcss/node_modules/color-name": {
  15513. "version": "1.1.4",
  15514. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  15515. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  15516. },
  15517. "node_modules/tapable": {
  15518. "version": "2.2.1",
  15519. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
  15520. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  15521. "engines": {
  15522. "node": ">=6"
  15523. }
  15524. },
  15525. "node_modules/temp-dir": {
  15526. "version": "2.0.0",
  15527. "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
  15528. "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
  15529. "engines": {
  15530. "node": ">=8"
  15531. }
  15532. },
  15533. "node_modules/tempy": {
  15534. "version": "0.6.0",
  15535. "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
  15536. "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
  15537. "dependencies": {
  15538. "is-stream": "^2.0.0",
  15539. "temp-dir": "^2.0.0",
  15540. "type-fest": "^0.16.0",
  15541. "unique-string": "^2.0.0"
  15542. },
  15543. "engines": {
  15544. "node": ">=10"
  15545. },
  15546. "funding": {
  15547. "url": "https://github.com/sponsors/sindresorhus"
  15548. }
  15549. },
  15550. "node_modules/tempy/node_modules/type-fest": {
  15551. "version": "0.16.0",
  15552. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
  15553. "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==",
  15554. "engines": {
  15555. "node": ">=10"
  15556. },
  15557. "funding": {
  15558. "url": "https://github.com/sponsors/sindresorhus"
  15559. }
  15560. },
  15561. "node_modules/terminal-link": {
  15562. "version": "2.1.1",
  15563. "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
  15564. "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
  15565. "dependencies": {
  15566. "ansi-escapes": "^4.2.1",
  15567. "supports-hyperlinks": "^2.0.0"
  15568. },
  15569. "engines": {
  15570. "node": ">=8"
  15571. },
  15572. "funding": {
  15573. "url": "https://github.com/sponsors/sindresorhus"
  15574. }
  15575. },
  15576. "node_modules/terser": {
  15577. "version": "5.16.3",
  15578. "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.3.tgz",
  15579. "integrity": "sha512-v8wWLaS/xt3nE9dgKEWhNUFP6q4kngO5B8eYFUuebsu7Dw/UNAnpUod6UHo04jSSkv8TzKHjZDSd7EXdDQAl8Q==",
  15580. "dependencies": {
  15581. "@jridgewell/source-map": "^0.3.2",
  15582. "acorn": "^8.5.0",
  15583. "commander": "^2.20.0",
  15584. "source-map-support": "~0.5.20"
  15585. },
  15586. "bin": {
  15587. "terser": "bin/terser"
  15588. },
  15589. "engines": {
  15590. "node": ">=10"
  15591. }
  15592. },
  15593. "node_modules/terser-webpack-plugin": {
  15594. "version": "5.3.6",
  15595. "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz",
  15596. "integrity": "sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==",
  15597. "dependencies": {
  15598. "@jridgewell/trace-mapping": "^0.3.14",
  15599. "jest-worker": "^27.4.5",
  15600. "schema-utils": "^3.1.1",
  15601. "serialize-javascript": "^6.0.0",
  15602. "terser": "^5.14.1"
  15603. },
  15604. "engines": {
  15605. "node": ">= 10.13.0"
  15606. },
  15607. "funding": {
  15608. "type": "opencollective",
  15609. "url": "https://opencollective.com/webpack"
  15610. },
  15611. "peerDependencies": {
  15612. "webpack": "^5.1.0"
  15613. },
  15614. "peerDependenciesMeta": {
  15615. "@swc/core": {
  15616. "optional": true
  15617. },
  15618. "esbuild": {
  15619. "optional": true
  15620. },
  15621. "uglify-js": {
  15622. "optional": true
  15623. }
  15624. }
  15625. },
  15626. "node_modules/terser/node_modules/commander": {
  15627. "version": "2.20.3",
  15628. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  15629. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  15630. },
  15631. "node_modules/test-exclude": {
  15632. "version": "6.0.0",
  15633. "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
  15634. "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
  15635. "dependencies": {
  15636. "@istanbuljs/schema": "^0.1.2",
  15637. "glob": "^7.1.4",
  15638. "minimatch": "^3.0.4"
  15639. },
  15640. "engines": {
  15641. "node": ">=8"
  15642. }
  15643. },
  15644. "node_modules/text-table": {
  15645. "version": "0.2.0",
  15646. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  15647. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw=="
  15648. },
  15649. "node_modules/throat": {
  15650. "version": "6.0.2",
  15651. "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz",
  15652. "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ=="
  15653. },
  15654. "node_modules/thunky": {
  15655. "version": "1.1.0",
  15656. "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
  15657. "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA=="
  15658. },
  15659. "node_modules/tmpl": {
  15660. "version": "1.0.5",
  15661. "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
  15662. "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
  15663. },
  15664. "node_modules/to-fast-properties": {
  15665. "version": "2.0.0",
  15666. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  15667. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  15668. "engines": {
  15669. "node": ">=4"
  15670. }
  15671. },
  15672. "node_modules/to-regex-range": {
  15673. "version": "5.0.1",
  15674. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  15675. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  15676. "dependencies": {
  15677. "is-number": "^7.0.0"
  15678. },
  15679. "engines": {
  15680. "node": ">=8.0"
  15681. }
  15682. },
  15683. "node_modules/toidentifier": {
  15684. "version": "1.0.1",
  15685. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  15686. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  15687. "engines": {
  15688. "node": ">=0.6"
  15689. }
  15690. },
  15691. "node_modules/tough-cookie": {
  15692. "version": "4.1.2",
  15693. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz",
  15694. "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==",
  15695. "dependencies": {
  15696. "psl": "^1.1.33",
  15697. "punycode": "^2.1.1",
  15698. "universalify": "^0.2.0",
  15699. "url-parse": "^1.5.3"
  15700. },
  15701. "engines": {
  15702. "node": ">=6"
  15703. }
  15704. },
  15705. "node_modules/tough-cookie/node_modules/universalify": {
  15706. "version": "0.2.0",
  15707. "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
  15708. "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
  15709. "engines": {
  15710. "node": ">= 4.0.0"
  15711. }
  15712. },
  15713. "node_modules/tr46": {
  15714. "version": "2.1.0",
  15715. "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
  15716. "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
  15717. "dependencies": {
  15718. "punycode": "^2.1.1"
  15719. },
  15720. "engines": {
  15721. "node": ">=8"
  15722. }
  15723. },
  15724. "node_modules/tryer": {
  15725. "version": "1.0.1",
  15726. "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
  15727. "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA=="
  15728. },
  15729. "node_modules/tsconfig-paths": {
  15730. "version": "3.14.1",
  15731. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz",
  15732. "integrity": "sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==",
  15733. "dependencies": {
  15734. "@types/json5": "^0.0.29",
  15735. "json5": "^1.0.1",
  15736. "minimist": "^1.2.6",
  15737. "strip-bom": "^3.0.0"
  15738. }
  15739. },
  15740. "node_modules/tsconfig-paths/node_modules/json5": {
  15741. "version": "1.0.2",
  15742. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  15743. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  15744. "dependencies": {
  15745. "minimist": "^1.2.0"
  15746. },
  15747. "bin": {
  15748. "json5": "lib/cli.js"
  15749. }
  15750. },
  15751. "node_modules/tsconfig-paths/node_modules/strip-bom": {
  15752. "version": "3.0.0",
  15753. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  15754. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  15755. "engines": {
  15756. "node": ">=4"
  15757. }
  15758. },
  15759. "node_modules/tslib": {
  15760. "version": "2.5.0",
  15761. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
  15762. "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
  15763. },
  15764. "node_modules/tsutils": {
  15765. "version": "3.21.0",
  15766. "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
  15767. "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
  15768. "dependencies": {
  15769. "tslib": "^1.8.1"
  15770. },
  15771. "engines": {
  15772. "node": ">= 6"
  15773. },
  15774. "peerDependencies": {
  15775. "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"
  15776. }
  15777. },
  15778. "node_modules/tsutils/node_modules/tslib": {
  15779. "version": "1.14.1",
  15780. "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
  15781. "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
  15782. },
  15783. "node_modules/type-check": {
  15784. "version": "0.4.0",
  15785. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  15786. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  15787. "dependencies": {
  15788. "prelude-ls": "^1.2.1"
  15789. },
  15790. "engines": {
  15791. "node": ">= 0.8.0"
  15792. }
  15793. },
  15794. "node_modules/type-detect": {
  15795. "version": "4.0.8",
  15796. "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
  15797. "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
  15798. "engines": {
  15799. "node": ">=4"
  15800. }
  15801. },
  15802. "node_modules/type-fest": {
  15803. "version": "0.21.3",
  15804. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  15805. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  15806. "engines": {
  15807. "node": ">=10"
  15808. },
  15809. "funding": {
  15810. "url": "https://github.com/sponsors/sindresorhus"
  15811. }
  15812. },
  15813. "node_modules/type-is": {
  15814. "version": "1.6.18",
  15815. "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
  15816. "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  15817. "dependencies": {
  15818. "media-typer": "0.3.0",
  15819. "mime-types": "~2.1.24"
  15820. },
  15821. "engines": {
  15822. "node": ">= 0.6"
  15823. }
  15824. },
  15825. "node_modules/typed-array-length": {
  15826. "version": "1.0.4",
  15827. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz",
  15828. "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==",
  15829. "dependencies": {
  15830. "call-bind": "^1.0.2",
  15831. "for-each": "^0.3.3",
  15832. "is-typed-array": "^1.1.9"
  15833. },
  15834. "funding": {
  15835. "url": "https://github.com/sponsors/ljharb"
  15836. }
  15837. },
  15838. "node_modules/typedarray-to-buffer": {
  15839. "version": "3.1.5",
  15840. "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
  15841. "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
  15842. "dependencies": {
  15843. "is-typedarray": "^1.0.0"
  15844. }
  15845. },
  15846. "node_modules/typescript": {
  15847. "version": "4.9.5",
  15848. "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
  15849. "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
  15850. "bin": {
  15851. "tsc": "bin/tsc",
  15852. "tsserver": "bin/tsserver"
  15853. },
  15854. "engines": {
  15855. "node": ">=4.2.0"
  15856. }
  15857. },
  15858. "node_modules/unbox-primitive": {
  15859. "version": "1.0.2",
  15860. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  15861. "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  15862. "dependencies": {
  15863. "call-bind": "^1.0.2",
  15864. "has-bigints": "^1.0.2",
  15865. "has-symbols": "^1.0.3",
  15866. "which-boxed-primitive": "^1.0.2"
  15867. },
  15868. "funding": {
  15869. "url": "https://github.com/sponsors/ljharb"
  15870. }
  15871. },
  15872. "node_modules/unicode-canonical-property-names-ecmascript": {
  15873. "version": "2.0.0",
  15874. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
  15875. "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
  15876. "engines": {
  15877. "node": ">=4"
  15878. }
  15879. },
  15880. "node_modules/unicode-match-property-ecmascript": {
  15881. "version": "2.0.0",
  15882. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  15883. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  15884. "dependencies": {
  15885. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  15886. "unicode-property-aliases-ecmascript": "^2.0.0"
  15887. },
  15888. "engines": {
  15889. "node": ">=4"
  15890. }
  15891. },
  15892. "node_modules/unicode-match-property-value-ecmascript": {
  15893. "version": "2.1.0",
  15894. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
  15895. "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
  15896. "engines": {
  15897. "node": ">=4"
  15898. }
  15899. },
  15900. "node_modules/unicode-property-aliases-ecmascript": {
  15901. "version": "2.1.0",
  15902. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  15903. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
  15904. "engines": {
  15905. "node": ">=4"
  15906. }
  15907. },
  15908. "node_modules/unique-string": {
  15909. "version": "2.0.0",
  15910. "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
  15911. "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
  15912. "dependencies": {
  15913. "crypto-random-string": "^2.0.0"
  15914. },
  15915. "engines": {
  15916. "node": ">=8"
  15917. }
  15918. },
  15919. "node_modules/universalify": {
  15920. "version": "2.0.0",
  15921. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
  15922. "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
  15923. "engines": {
  15924. "node": ">= 10.0.0"
  15925. }
  15926. },
  15927. "node_modules/unpipe": {
  15928. "version": "1.0.0",
  15929. "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  15930. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  15931. "engines": {
  15932. "node": ">= 0.8"
  15933. }
  15934. },
  15935. "node_modules/unquote": {
  15936. "version": "1.1.1",
  15937. "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
  15938. "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg=="
  15939. },
  15940. "node_modules/upath": {
  15941. "version": "1.2.0",
  15942. "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  15943. "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
  15944. "engines": {
  15945. "node": ">=4",
  15946. "yarn": "*"
  15947. }
  15948. },
  15949. "node_modules/update-browserslist-db": {
  15950. "version": "1.0.10",
  15951. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz",
  15952. "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==",
  15953. "funding": [
  15954. {
  15955. "type": "opencollective",
  15956. "url": "https://opencollective.com/browserslist"
  15957. },
  15958. {
  15959. "type": "tidelift",
  15960. "url": "https://tidelift.com/funding/github/npm/browserslist"
  15961. }
  15962. ],
  15963. "dependencies": {
  15964. "escalade": "^3.1.1",
  15965. "picocolors": "^1.0.0"
  15966. },
  15967. "bin": {
  15968. "browserslist-lint": "cli.js"
  15969. },
  15970. "peerDependencies": {
  15971. "browserslist": ">= 4.21.0"
  15972. }
  15973. },
  15974. "node_modules/uri-js": {
  15975. "version": "4.4.1",
  15976. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  15977. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  15978. "dependencies": {
  15979. "punycode": "^2.1.0"
  15980. }
  15981. },
  15982. "node_modules/url-parse": {
  15983. "version": "1.5.10",
  15984. "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
  15985. "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
  15986. "dependencies": {
  15987. "querystringify": "^2.1.1",
  15988. "requires-port": "^1.0.0"
  15989. }
  15990. },
  15991. "node_modules/util-deprecate": {
  15992. "version": "1.0.2",
  15993. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  15994. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  15995. },
  15996. "node_modules/util.promisify": {
  15997. "version": "1.0.1",
  15998. "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
  15999. "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
  16000. "dependencies": {
  16001. "define-properties": "^1.1.3",
  16002. "es-abstract": "^1.17.2",
  16003. "has-symbols": "^1.0.1",
  16004. "object.getownpropertydescriptors": "^2.1.0"
  16005. },
  16006. "funding": {
  16007. "url": "https://github.com/sponsors/ljharb"
  16008. }
  16009. },
  16010. "node_modules/utila": {
  16011. "version": "0.4.0",
  16012. "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
  16013. "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA=="
  16014. },
  16015. "node_modules/utils-merge": {
  16016. "version": "1.0.1",
  16017. "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
  16018. "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
  16019. "engines": {
  16020. "node": ">= 0.4.0"
  16021. }
  16022. },
  16023. "node_modules/uuid": {
  16024. "version": "8.3.2",
  16025. "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
  16026. "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
  16027. "bin": {
  16028. "uuid": "dist/bin/uuid"
  16029. }
  16030. },
  16031. "node_modules/v8-to-istanbul": {
  16032. "version": "8.1.1",
  16033. "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
  16034. "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
  16035. "dependencies": {
  16036. "@types/istanbul-lib-coverage": "^2.0.1",
  16037. "convert-source-map": "^1.6.0",
  16038. "source-map": "^0.7.3"
  16039. },
  16040. "engines": {
  16041. "node": ">=10.12.0"
  16042. }
  16043. },
  16044. "node_modules/vary": {
  16045. "version": "1.1.2",
  16046. "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  16047. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  16048. "engines": {
  16049. "node": ">= 0.8"
  16050. }
  16051. },
  16052. "node_modules/w3c-hr-time": {
  16053. "version": "1.0.2",
  16054. "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
  16055. "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
  16056. "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.",
  16057. "dependencies": {
  16058. "browser-process-hrtime": "^1.0.0"
  16059. }
  16060. },
  16061. "node_modules/w3c-xmlserializer": {
  16062. "version": "2.0.0",
  16063. "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
  16064. "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
  16065. "dependencies": {
  16066. "xml-name-validator": "^3.0.0"
  16067. },
  16068. "engines": {
  16069. "node": ">=10"
  16070. }
  16071. },
  16072. "node_modules/walker": {
  16073. "version": "1.0.8",
  16074. "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
  16075. "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
  16076. "dependencies": {
  16077. "makeerror": "1.0.12"
  16078. }
  16079. },
  16080. "node_modules/watchpack": {
  16081. "version": "2.4.0",
  16082. "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz",
  16083. "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==",
  16084. "dependencies": {
  16085. "glob-to-regexp": "^0.4.1",
  16086. "graceful-fs": "^4.1.2"
  16087. },
  16088. "engines": {
  16089. "node": ">=10.13.0"
  16090. }
  16091. },
  16092. "node_modules/wbuf": {
  16093. "version": "1.7.3",
  16094. "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
  16095. "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
  16096. "dependencies": {
  16097. "minimalistic-assert": "^1.0.0"
  16098. }
  16099. },
  16100. "node_modules/web-vitals": {
  16101. "version": "2.1.4",
  16102. "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz",
  16103. "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg=="
  16104. },
  16105. "node_modules/webidl-conversions": {
  16106. "version": "6.1.0",
  16107. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
  16108. "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
  16109. "engines": {
  16110. "node": ">=10.4"
  16111. }
  16112. },
  16113. "node_modules/webpack": {
  16114. "version": "5.75.0",
  16115. "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz",
  16116. "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==",
  16117. "dependencies": {
  16118. "@types/eslint-scope": "^3.7.3",
  16119. "@types/estree": "^0.0.51",
  16120. "@webassemblyjs/ast": "1.11.1",
  16121. "@webassemblyjs/wasm-edit": "1.11.1",
  16122. "@webassemblyjs/wasm-parser": "1.11.1",
  16123. "acorn": "^8.7.1",
  16124. "acorn-import-assertions": "^1.7.6",
  16125. "browserslist": "^4.14.5",
  16126. "chrome-trace-event": "^1.0.2",
  16127. "enhanced-resolve": "^5.10.0",
  16128. "es-module-lexer": "^0.9.0",
  16129. "eslint-scope": "5.1.1",
  16130. "events": "^3.2.0",
  16131. "glob-to-regexp": "^0.4.1",
  16132. "graceful-fs": "^4.2.9",
  16133. "json-parse-even-better-errors": "^2.3.1",
  16134. "loader-runner": "^4.2.0",
  16135. "mime-types": "^2.1.27",
  16136. "neo-async": "^2.6.2",
  16137. "schema-utils": "^3.1.0",
  16138. "tapable": "^2.1.1",
  16139. "terser-webpack-plugin": "^5.1.3",
  16140. "watchpack": "^2.4.0",
  16141. "webpack-sources": "^3.2.3"
  16142. },
  16143. "bin": {
  16144. "webpack": "bin/webpack.js"
  16145. },
  16146. "engines": {
  16147. "node": ">=10.13.0"
  16148. },
  16149. "funding": {
  16150. "type": "opencollective",
  16151. "url": "https://opencollective.com/webpack"
  16152. },
  16153. "peerDependenciesMeta": {
  16154. "webpack-cli": {
  16155. "optional": true
  16156. }
  16157. }
  16158. },
  16159. "node_modules/webpack-dev-middleware": {
  16160. "version": "5.3.3",
  16161. "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz",
  16162. "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==",
  16163. "dependencies": {
  16164. "colorette": "^2.0.10",
  16165. "memfs": "^3.4.3",
  16166. "mime-types": "^2.1.31",
  16167. "range-parser": "^1.2.1",
  16168. "schema-utils": "^4.0.0"
  16169. },
  16170. "engines": {
  16171. "node": ">= 12.13.0"
  16172. },
  16173. "funding": {
  16174. "type": "opencollective",
  16175. "url": "https://opencollective.com/webpack"
  16176. },
  16177. "peerDependencies": {
  16178. "webpack": "^4.0.0 || ^5.0.0"
  16179. }
  16180. },
  16181. "node_modules/webpack-dev-middleware/node_modules/ajv": {
  16182. "version": "8.12.0",
  16183. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
  16184. "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
  16185. "dependencies": {
  16186. "fast-deep-equal": "^3.1.1",
  16187. "json-schema-traverse": "^1.0.0",
  16188. "require-from-string": "^2.0.2",
  16189. "uri-js": "^4.2.2"
  16190. },
  16191. "funding": {
  16192. "type": "github",
  16193. "url": "https://github.com/sponsors/epoberezkin"
  16194. }
  16195. },
  16196. "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": {
  16197. "version": "5.1.0",
  16198. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  16199. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  16200. "dependencies": {
  16201. "fast-deep-equal": "^3.1.3"
  16202. },
  16203. "peerDependencies": {
  16204. "ajv": "^8.8.2"
  16205. }
  16206. },
  16207. "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": {
  16208. "version": "1.0.0",
  16209. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  16210. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  16211. },
  16212. "node_modules/webpack-dev-middleware/node_modules/schema-utils": {
  16213. "version": "4.0.0",
  16214. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  16215. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  16216. "dependencies": {
  16217. "@types/json-schema": "^7.0.9",
  16218. "ajv": "^8.8.0",
  16219. "ajv-formats": "^2.1.1",
  16220. "ajv-keywords": "^5.0.0"
  16221. },
  16222. "engines": {
  16223. "node": ">= 12.13.0"
  16224. },
  16225. "funding": {
  16226. "type": "opencollective",
  16227. "url": "https://opencollective.com/webpack"
  16228. }
  16229. },
  16230. "node_modules/webpack-dev-server": {
  16231. "version": "4.11.1",
  16232. "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.11.1.tgz",
  16233. "integrity": "sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==",
  16234. "dependencies": {
  16235. "@types/bonjour": "^3.5.9",
  16236. "@types/connect-history-api-fallback": "^1.3.5",
  16237. "@types/express": "^4.17.13",
  16238. "@types/serve-index": "^1.9.1",
  16239. "@types/serve-static": "^1.13.10",
  16240. "@types/sockjs": "^0.3.33",
  16241. "@types/ws": "^8.5.1",
  16242. "ansi-html-community": "^0.0.8",
  16243. "bonjour-service": "^1.0.11",
  16244. "chokidar": "^3.5.3",
  16245. "colorette": "^2.0.10",
  16246. "compression": "^1.7.4",
  16247. "connect-history-api-fallback": "^2.0.0",
  16248. "default-gateway": "^6.0.3",
  16249. "express": "^4.17.3",
  16250. "graceful-fs": "^4.2.6",
  16251. "html-entities": "^2.3.2",
  16252. "http-proxy-middleware": "^2.0.3",
  16253. "ipaddr.js": "^2.0.1",
  16254. "open": "^8.0.9",
  16255. "p-retry": "^4.5.0",
  16256. "rimraf": "^3.0.2",
  16257. "schema-utils": "^4.0.0",
  16258. "selfsigned": "^2.1.1",
  16259. "serve-index": "^1.9.1",
  16260. "sockjs": "^0.3.24",
  16261. "spdy": "^4.0.2",
  16262. "webpack-dev-middleware": "^5.3.1",
  16263. "ws": "^8.4.2"
  16264. },
  16265. "bin": {
  16266. "webpack-dev-server": "bin/webpack-dev-server.js"
  16267. },
  16268. "engines": {
  16269. "node": ">= 12.13.0"
  16270. },
  16271. "funding": {
  16272. "type": "opencollective",
  16273. "url": "https://opencollective.com/webpack"
  16274. },
  16275. "peerDependencies": {
  16276. "webpack": "^4.37.0 || ^5.0.0"
  16277. },
  16278. "peerDependenciesMeta": {
  16279. "webpack-cli": {
  16280. "optional": true
  16281. }
  16282. }
  16283. },
  16284. "node_modules/webpack-dev-server/node_modules/ajv": {
  16285. "version": "8.12.0",
  16286. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
  16287. "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
  16288. "dependencies": {
  16289. "fast-deep-equal": "^3.1.1",
  16290. "json-schema-traverse": "^1.0.0",
  16291. "require-from-string": "^2.0.2",
  16292. "uri-js": "^4.2.2"
  16293. },
  16294. "funding": {
  16295. "type": "github",
  16296. "url": "https://github.com/sponsors/epoberezkin"
  16297. }
  16298. },
  16299. "node_modules/webpack-dev-server/node_modules/ajv-keywords": {
  16300. "version": "5.1.0",
  16301. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  16302. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  16303. "dependencies": {
  16304. "fast-deep-equal": "^3.1.3"
  16305. },
  16306. "peerDependencies": {
  16307. "ajv": "^8.8.2"
  16308. }
  16309. },
  16310. "node_modules/webpack-dev-server/node_modules/json-schema-traverse": {
  16311. "version": "1.0.0",
  16312. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  16313. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  16314. },
  16315. "node_modules/webpack-dev-server/node_modules/schema-utils": {
  16316. "version": "4.0.0",
  16317. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  16318. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  16319. "dependencies": {
  16320. "@types/json-schema": "^7.0.9",
  16321. "ajv": "^8.8.0",
  16322. "ajv-formats": "^2.1.1",
  16323. "ajv-keywords": "^5.0.0"
  16324. },
  16325. "engines": {
  16326. "node": ">= 12.13.0"
  16327. },
  16328. "funding": {
  16329. "type": "opencollective",
  16330. "url": "https://opencollective.com/webpack"
  16331. }
  16332. },
  16333. "node_modules/webpack-dev-server/node_modules/ws": {
  16334. "version": "8.12.1",
  16335. "resolved": "https://registry.npmjs.org/ws/-/ws-8.12.1.tgz",
  16336. "integrity": "sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==",
  16337. "engines": {
  16338. "node": ">=10.0.0"
  16339. },
  16340. "peerDependencies": {
  16341. "bufferutil": "^4.0.1",
  16342. "utf-8-validate": ">=5.0.2"
  16343. },
  16344. "peerDependenciesMeta": {
  16345. "bufferutil": {
  16346. "optional": true
  16347. },
  16348. "utf-8-validate": {
  16349. "optional": true
  16350. }
  16351. }
  16352. },
  16353. "node_modules/webpack-manifest-plugin": {
  16354. "version": "4.1.1",
  16355. "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz",
  16356. "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==",
  16357. "dependencies": {
  16358. "tapable": "^2.0.0",
  16359. "webpack-sources": "^2.2.0"
  16360. },
  16361. "engines": {
  16362. "node": ">=12.22.0"
  16363. },
  16364. "peerDependencies": {
  16365. "webpack": "^4.44.2 || ^5.47.0"
  16366. }
  16367. },
  16368. "node_modules/webpack-manifest-plugin/node_modules/source-map": {
  16369. "version": "0.6.1",
  16370. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  16371. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  16372. "engines": {
  16373. "node": ">=0.10.0"
  16374. }
  16375. },
  16376. "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": {
  16377. "version": "2.3.1",
  16378. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
  16379. "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
  16380. "dependencies": {
  16381. "source-list-map": "^2.0.1",
  16382. "source-map": "^0.6.1"
  16383. },
  16384. "engines": {
  16385. "node": ">=10.13.0"
  16386. }
  16387. },
  16388. "node_modules/webpack-sources": {
  16389. "version": "3.2.3",
  16390. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
  16391. "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
  16392. "engines": {
  16393. "node": ">=10.13.0"
  16394. }
  16395. },
  16396. "node_modules/webpack/node_modules/@types/estree": {
  16397. "version": "0.0.51",
  16398. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz",
  16399. "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ=="
  16400. },
  16401. "node_modules/webpack/node_modules/eslint-scope": {
  16402. "version": "5.1.1",
  16403. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  16404. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  16405. "dependencies": {
  16406. "esrecurse": "^4.3.0",
  16407. "estraverse": "^4.1.1"
  16408. },
  16409. "engines": {
  16410. "node": ">=8.0.0"
  16411. }
  16412. },
  16413. "node_modules/webpack/node_modules/estraverse": {
  16414. "version": "4.3.0",
  16415. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  16416. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  16417. "engines": {
  16418. "node": ">=4.0"
  16419. }
  16420. },
  16421. "node_modules/websocket-driver": {
  16422. "version": "0.7.4",
  16423. "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
  16424. "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
  16425. "dependencies": {
  16426. "http-parser-js": ">=0.5.1",
  16427. "safe-buffer": ">=5.1.0",
  16428. "websocket-extensions": ">=0.1.1"
  16429. },
  16430. "engines": {
  16431. "node": ">=0.8.0"
  16432. }
  16433. },
  16434. "node_modules/websocket-extensions": {
  16435. "version": "0.1.4",
  16436. "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
  16437. "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
  16438. "engines": {
  16439. "node": ">=0.8.0"
  16440. }
  16441. },
  16442. "node_modules/whatwg-encoding": {
  16443. "version": "1.0.5",
  16444. "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
  16445. "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
  16446. "dependencies": {
  16447. "iconv-lite": "0.4.24"
  16448. }
  16449. },
  16450. "node_modules/whatwg-encoding/node_modules/iconv-lite": {
  16451. "version": "0.4.24",
  16452. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  16453. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  16454. "dependencies": {
  16455. "safer-buffer": ">= 2.1.2 < 3"
  16456. },
  16457. "engines": {
  16458. "node": ">=0.10.0"
  16459. }
  16460. },
  16461. "node_modules/whatwg-fetch": {
  16462. "version": "3.6.2",
  16463. "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
  16464. "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
  16465. },
  16466. "node_modules/whatwg-mimetype": {
  16467. "version": "2.3.0",
  16468. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
  16469. "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
  16470. },
  16471. "node_modules/whatwg-url": {
  16472. "version": "8.7.0",
  16473. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
  16474. "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
  16475. "dependencies": {
  16476. "lodash": "^4.7.0",
  16477. "tr46": "^2.1.0",
  16478. "webidl-conversions": "^6.1.0"
  16479. },
  16480. "engines": {
  16481. "node": ">=10"
  16482. }
  16483. },
  16484. "node_modules/which": {
  16485. "version": "2.0.2",
  16486. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  16487. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  16488. "dependencies": {
  16489. "isexe": "^2.0.0"
  16490. },
  16491. "bin": {
  16492. "node-which": "bin/node-which"
  16493. },
  16494. "engines": {
  16495. "node": ">= 8"
  16496. }
  16497. },
  16498. "node_modules/which-boxed-primitive": {
  16499. "version": "1.0.2",
  16500. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  16501. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  16502. "dependencies": {
  16503. "is-bigint": "^1.0.1",
  16504. "is-boolean-object": "^1.1.0",
  16505. "is-number-object": "^1.0.4",
  16506. "is-string": "^1.0.5",
  16507. "is-symbol": "^1.0.3"
  16508. },
  16509. "funding": {
  16510. "url": "https://github.com/sponsors/ljharb"
  16511. }
  16512. },
  16513. "node_modules/which-collection": {
  16514. "version": "1.0.1",
  16515. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz",
  16516. "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==",
  16517. "dependencies": {
  16518. "is-map": "^2.0.1",
  16519. "is-set": "^2.0.1",
  16520. "is-weakmap": "^2.0.1",
  16521. "is-weakset": "^2.0.1"
  16522. },
  16523. "funding": {
  16524. "url": "https://github.com/sponsors/ljharb"
  16525. }
  16526. },
  16527. "node_modules/which-typed-array": {
  16528. "version": "1.1.9",
  16529. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz",
  16530. "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==",
  16531. "dependencies": {
  16532. "available-typed-arrays": "^1.0.5",
  16533. "call-bind": "^1.0.2",
  16534. "for-each": "^0.3.3",
  16535. "gopd": "^1.0.1",
  16536. "has-tostringtag": "^1.0.0",
  16537. "is-typed-array": "^1.1.10"
  16538. },
  16539. "engines": {
  16540. "node": ">= 0.4"
  16541. },
  16542. "funding": {
  16543. "url": "https://github.com/sponsors/ljharb"
  16544. }
  16545. },
  16546. "node_modules/word-wrap": {
  16547. "version": "1.2.3",
  16548. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
  16549. "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
  16550. "engines": {
  16551. "node": ">=0.10.0"
  16552. }
  16553. },
  16554. "node_modules/workbox-background-sync": {
  16555. "version": "6.5.4",
  16556. "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.5.4.tgz",
  16557. "integrity": "sha512-0r4INQZMyPky/lj4Ou98qxcThrETucOde+7mRGJl13MPJugQNKeZQOdIJe/1AchOP23cTqHcN/YVpD6r8E6I8g==",
  16558. "dependencies": {
  16559. "idb": "^7.0.1",
  16560. "workbox-core": "6.5.4"
  16561. }
  16562. },
  16563. "node_modules/workbox-broadcast-update": {
  16564. "version": "6.5.4",
  16565. "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.5.4.tgz",
  16566. "integrity": "sha512-I/lBERoH1u3zyBosnpPEtcAVe5lwykx9Yg1k6f8/BGEPGaMMgZrwVrqL1uA9QZ1NGGFoyE6t9i7lBjOlDhFEEw==",
  16567. "dependencies": {
  16568. "workbox-core": "6.5.4"
  16569. }
  16570. },
  16571. "node_modules/workbox-build": {
  16572. "version": "6.5.4",
  16573. "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.5.4.tgz",
  16574. "integrity": "sha512-kgRevLXEYvUW9WS4XoziYqZ8Q9j/2ziJYEtTrjdz5/L/cTUa2XfyMP2i7c3p34lgqJ03+mTiz13SdFef2POwbA==",
  16575. "dependencies": {
  16576. "@apideck/better-ajv-errors": "^0.3.1",
  16577. "@babel/core": "^7.11.1",
  16578. "@babel/preset-env": "^7.11.0",
  16579. "@babel/runtime": "^7.11.2",
  16580. "@rollup/plugin-babel": "^5.2.0",
  16581. "@rollup/plugin-node-resolve": "^11.2.1",
  16582. "@rollup/plugin-replace": "^2.4.1",
  16583. "@surma/rollup-plugin-off-main-thread": "^2.2.3",
  16584. "ajv": "^8.6.0",
  16585. "common-tags": "^1.8.0",
  16586. "fast-json-stable-stringify": "^2.1.0",
  16587. "fs-extra": "^9.0.1",
  16588. "glob": "^7.1.6",
  16589. "lodash": "^4.17.20",
  16590. "pretty-bytes": "^5.3.0",
  16591. "rollup": "^2.43.1",
  16592. "rollup-plugin-terser": "^7.0.0",
  16593. "source-map": "^0.8.0-beta.0",
  16594. "stringify-object": "^3.3.0",
  16595. "strip-comments": "^2.0.1",
  16596. "tempy": "^0.6.0",
  16597. "upath": "^1.2.0",
  16598. "workbox-background-sync": "6.5.4",
  16599. "workbox-broadcast-update": "6.5.4",
  16600. "workbox-cacheable-response": "6.5.4",
  16601. "workbox-core": "6.5.4",
  16602. "workbox-expiration": "6.5.4",
  16603. "workbox-google-analytics": "6.5.4",
  16604. "workbox-navigation-preload": "6.5.4",
  16605. "workbox-precaching": "6.5.4",
  16606. "workbox-range-requests": "6.5.4",
  16607. "workbox-recipes": "6.5.4",
  16608. "workbox-routing": "6.5.4",
  16609. "workbox-strategies": "6.5.4",
  16610. "workbox-streams": "6.5.4",
  16611. "workbox-sw": "6.5.4",
  16612. "workbox-window": "6.5.4"
  16613. },
  16614. "engines": {
  16615. "node": ">=10.0.0"
  16616. }
  16617. },
  16618. "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": {
  16619. "version": "0.3.6",
  16620. "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz",
  16621. "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==",
  16622. "dependencies": {
  16623. "json-schema": "^0.4.0",
  16624. "jsonpointer": "^5.0.0",
  16625. "leven": "^3.1.0"
  16626. },
  16627. "engines": {
  16628. "node": ">=10"
  16629. },
  16630. "peerDependencies": {
  16631. "ajv": ">=8"
  16632. }
  16633. },
  16634. "node_modules/workbox-build/node_modules/ajv": {
  16635. "version": "8.12.0",
  16636. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
  16637. "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
  16638. "dependencies": {
  16639. "fast-deep-equal": "^3.1.1",
  16640. "json-schema-traverse": "^1.0.0",
  16641. "require-from-string": "^2.0.2",
  16642. "uri-js": "^4.2.2"
  16643. },
  16644. "funding": {
  16645. "type": "github",
  16646. "url": "https://github.com/sponsors/epoberezkin"
  16647. }
  16648. },
  16649. "node_modules/workbox-build/node_modules/fs-extra": {
  16650. "version": "9.1.0",
  16651. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  16652. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  16653. "dependencies": {
  16654. "at-least-node": "^1.0.0",
  16655. "graceful-fs": "^4.2.0",
  16656. "jsonfile": "^6.0.1",
  16657. "universalify": "^2.0.0"
  16658. },
  16659. "engines": {
  16660. "node": ">=10"
  16661. }
  16662. },
  16663. "node_modules/workbox-build/node_modules/json-schema-traverse": {
  16664. "version": "1.0.0",
  16665. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  16666. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  16667. },
  16668. "node_modules/workbox-build/node_modules/source-map": {
  16669. "version": "0.8.0-beta.0",
  16670. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
  16671. "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
  16672. "dependencies": {
  16673. "whatwg-url": "^7.0.0"
  16674. },
  16675. "engines": {
  16676. "node": ">= 8"
  16677. }
  16678. },
  16679. "node_modules/workbox-build/node_modules/tr46": {
  16680. "version": "1.0.1",
  16681. "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
  16682. "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
  16683. "dependencies": {
  16684. "punycode": "^2.1.0"
  16685. }
  16686. },
  16687. "node_modules/workbox-build/node_modules/webidl-conversions": {
  16688. "version": "4.0.2",
  16689. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
  16690. "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg=="
  16691. },
  16692. "node_modules/workbox-build/node_modules/whatwg-url": {
  16693. "version": "7.1.0",
  16694. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
  16695. "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
  16696. "dependencies": {
  16697. "lodash.sortby": "^4.7.0",
  16698. "tr46": "^1.0.1",
  16699. "webidl-conversions": "^4.0.2"
  16700. }
  16701. },
  16702. "node_modules/workbox-cacheable-response": {
  16703. "version": "6.5.4",
  16704. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.4.tgz",
  16705. "integrity": "sha512-DCR9uD0Fqj8oB2TSWQEm1hbFs/85hXXoayVwFKLVuIuxwJaihBsLsp4y7J9bvZbqtPJ1KlCkmYVGQKrBU4KAug==",
  16706. "dependencies": {
  16707. "workbox-core": "6.5.4"
  16708. }
  16709. },
  16710. "node_modules/workbox-core": {
  16711. "version": "6.5.4",
  16712. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.4.tgz",
  16713. "integrity": "sha512-OXYb+m9wZm8GrORlV2vBbE5EC1FKu71GGp0H4rjmxmF4/HLbMCoTFws87M3dFwgpmg0v00K++PImpNQ6J5NQ6Q=="
  16714. },
  16715. "node_modules/workbox-expiration": {
  16716. "version": "6.5.4",
  16717. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.5.4.tgz",
  16718. "integrity": "sha512-jUP5qPOpH1nXtjGGh1fRBa1wJL2QlIb5mGpct3NzepjGG2uFFBn4iiEBiI9GUmfAFR2ApuRhDydjcRmYXddiEQ==",
  16719. "dependencies": {
  16720. "idb": "^7.0.1",
  16721. "workbox-core": "6.5.4"
  16722. }
  16723. },
  16724. "node_modules/workbox-google-analytics": {
  16725. "version": "6.5.4",
  16726. "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.5.4.tgz",
  16727. "integrity": "sha512-8AU1WuaXsD49249Wq0B2zn4a/vvFfHkpcFfqAFHNHwln3jK9QUYmzdkKXGIZl9wyKNP+RRX30vcgcyWMcZ9VAg==",
  16728. "dependencies": {
  16729. "workbox-background-sync": "6.5.4",
  16730. "workbox-core": "6.5.4",
  16731. "workbox-routing": "6.5.4",
  16732. "workbox-strategies": "6.5.4"
  16733. }
  16734. },
  16735. "node_modules/workbox-navigation-preload": {
  16736. "version": "6.5.4",
  16737. "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.5.4.tgz",
  16738. "integrity": "sha512-IIwf80eO3cr8h6XSQJF+Hxj26rg2RPFVUmJLUlM0+A2GzB4HFbQyKkrgD5y2d84g2IbJzP4B4j5dPBRzamHrng==",
  16739. "dependencies": {
  16740. "workbox-core": "6.5.4"
  16741. }
  16742. },
  16743. "node_modules/workbox-precaching": {
  16744. "version": "6.5.4",
  16745. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.5.4.tgz",
  16746. "integrity": "sha512-hSMezMsW6btKnxHB4bFy2Qfwey/8SYdGWvVIKFaUm8vJ4E53JAY+U2JwLTRD8wbLWoP6OVUdFlXsTdKu9yoLTg==",
  16747. "dependencies": {
  16748. "workbox-core": "6.5.4",
  16749. "workbox-routing": "6.5.4",
  16750. "workbox-strategies": "6.5.4"
  16751. }
  16752. },
  16753. "node_modules/workbox-range-requests": {
  16754. "version": "6.5.4",
  16755. "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.5.4.tgz",
  16756. "integrity": "sha512-Je2qR1NXCFC8xVJ/Lux6saH6IrQGhMpDrPXWZWWS8n/RD+WZfKa6dSZwU+/QksfEadJEr/NfY+aP/CXFFK5JFg==",
  16757. "dependencies": {
  16758. "workbox-core": "6.5.4"
  16759. }
  16760. },
  16761. "node_modules/workbox-recipes": {
  16762. "version": "6.5.4",
  16763. "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.5.4.tgz",
  16764. "integrity": "sha512-QZNO8Ez708NNwzLNEXTG4QYSKQ1ochzEtRLGaq+mr2PyoEIC1xFW7MrWxrONUxBFOByksds9Z4//lKAX8tHyUA==",
  16765. "dependencies": {
  16766. "workbox-cacheable-response": "6.5.4",
  16767. "workbox-core": "6.5.4",
  16768. "workbox-expiration": "6.5.4",
  16769. "workbox-precaching": "6.5.4",
  16770. "workbox-routing": "6.5.4",
  16771. "workbox-strategies": "6.5.4"
  16772. }
  16773. },
  16774. "node_modules/workbox-routing": {
  16775. "version": "6.5.4",
  16776. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.4.tgz",
  16777. "integrity": "sha512-apQswLsbrrOsBUWtr9Lf80F+P1sHnQdYodRo32SjiByYi36IDyL2r7BH1lJtFX8fwNHDa1QOVY74WKLLS6o5Pg==",
  16778. "dependencies": {
  16779. "workbox-core": "6.5.4"
  16780. }
  16781. },
  16782. "node_modules/workbox-strategies": {
  16783. "version": "6.5.4",
  16784. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.4.tgz",
  16785. "integrity": "sha512-DEtsxhx0LIYWkJBTQolRxG4EI0setTJkqR4m7r4YpBdxtWJH1Mbg01Cj8ZjNOO8etqfA3IZaOPHUxCs8cBsKLw==",
  16786. "dependencies": {
  16787. "workbox-core": "6.5.4"
  16788. }
  16789. },
  16790. "node_modules/workbox-streams": {
  16791. "version": "6.5.4",
  16792. "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.5.4.tgz",
  16793. "integrity": "sha512-FXKVh87d2RFXkliAIheBojBELIPnWbQdyDvsH3t74Cwhg0fDheL1T8BqSM86hZvC0ZESLsznSYWw+Va+KVbUzg==",
  16794. "dependencies": {
  16795. "workbox-core": "6.5.4",
  16796. "workbox-routing": "6.5.4"
  16797. }
  16798. },
  16799. "node_modules/workbox-sw": {
  16800. "version": "6.5.4",
  16801. "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.5.4.tgz",
  16802. "integrity": "sha512-vo2RQo7DILVRoH5LjGqw3nphavEjK4Qk+FenXeUsknKn14eCNedHOXWbmnvP4ipKhlE35pvJ4yl4YYf6YsJArA=="
  16803. },
  16804. "node_modules/workbox-webpack-plugin": {
  16805. "version": "6.5.4",
  16806. "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.5.4.tgz",
  16807. "integrity": "sha512-LmWm/zoaahe0EGmMTrSLUi+BjyR3cdGEfU3fS6PN1zKFYbqAKuQ+Oy/27e4VSXsyIwAw8+QDfk1XHNGtZu9nQg==",
  16808. "dependencies": {
  16809. "fast-json-stable-stringify": "^2.1.0",
  16810. "pretty-bytes": "^5.4.1",
  16811. "upath": "^1.2.0",
  16812. "webpack-sources": "^1.4.3",
  16813. "workbox-build": "6.5.4"
  16814. },
  16815. "engines": {
  16816. "node": ">=10.0.0"
  16817. },
  16818. "peerDependencies": {
  16819. "webpack": "^4.4.0 || ^5.9.0"
  16820. }
  16821. },
  16822. "node_modules/workbox-webpack-plugin/node_modules/source-map": {
  16823. "version": "0.6.1",
  16824. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  16825. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  16826. "engines": {
  16827. "node": ">=0.10.0"
  16828. }
  16829. },
  16830. "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": {
  16831. "version": "1.4.3",
  16832. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
  16833. "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
  16834. "dependencies": {
  16835. "source-list-map": "^2.0.0",
  16836. "source-map": "~0.6.1"
  16837. }
  16838. },
  16839. "node_modules/workbox-window": {
  16840. "version": "6.5.4",
  16841. "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.5.4.tgz",
  16842. "integrity": "sha512-HnLZJDwYBE+hpG25AQBO8RUWBJRaCsI9ksQJEp3aCOFCaG5kqaToAYXFRAHxzRluM2cQbGzdQF5rjKPWPA1fug==",
  16843. "dependencies": {
  16844. "@types/trusted-types": "^2.0.2",
  16845. "workbox-core": "6.5.4"
  16846. }
  16847. },
  16848. "node_modules/wrap-ansi": {
  16849. "version": "7.0.0",
  16850. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  16851. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  16852. "dependencies": {
  16853. "ansi-styles": "^4.0.0",
  16854. "string-width": "^4.1.0",
  16855. "strip-ansi": "^6.0.0"
  16856. },
  16857. "engines": {
  16858. "node": ">=10"
  16859. },
  16860. "funding": {
  16861. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  16862. }
  16863. },
  16864. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  16865. "version": "4.3.0",
  16866. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  16867. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  16868. "dependencies": {
  16869. "color-convert": "^2.0.1"
  16870. },
  16871. "engines": {
  16872. "node": ">=8"
  16873. },
  16874. "funding": {
  16875. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  16876. }
  16877. },
  16878. "node_modules/wrap-ansi/node_modules/color-convert": {
  16879. "version": "2.0.1",
  16880. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  16881. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  16882. "dependencies": {
  16883. "color-name": "~1.1.4"
  16884. },
  16885. "engines": {
  16886. "node": ">=7.0.0"
  16887. }
  16888. },
  16889. "node_modules/wrap-ansi/node_modules/color-name": {
  16890. "version": "1.1.4",
  16891. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  16892. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  16893. },
  16894. "node_modules/wrappy": {
  16895. "version": "1.0.2",
  16896. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  16897. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  16898. },
  16899. "node_modules/write-file-atomic": {
  16900. "version": "3.0.3",
  16901. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
  16902. "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
  16903. "dependencies": {
  16904. "imurmurhash": "^0.1.4",
  16905. "is-typedarray": "^1.0.0",
  16906. "signal-exit": "^3.0.2",
  16907. "typedarray-to-buffer": "^3.1.5"
  16908. }
  16909. },
  16910. "node_modules/ws": {
  16911. "version": "7.5.9",
  16912. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
  16913. "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  16914. "engines": {
  16915. "node": ">=8.3.0"
  16916. },
  16917. "peerDependencies": {
  16918. "bufferutil": "^4.0.1",
  16919. "utf-8-validate": "^5.0.2"
  16920. },
  16921. "peerDependenciesMeta": {
  16922. "bufferutil": {
  16923. "optional": true
  16924. },
  16925. "utf-8-validate": {
  16926. "optional": true
  16927. }
  16928. }
  16929. },
  16930. "node_modules/xml-name-validator": {
  16931. "version": "3.0.0",
  16932. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
  16933. "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
  16934. },
  16935. "node_modules/xmlchars": {
  16936. "version": "2.2.0",
  16937. "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  16938. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
  16939. },
  16940. "node_modules/xtend": {
  16941. "version": "4.0.2",
  16942. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  16943. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  16944. "engines": {
  16945. "node": ">=0.4"
  16946. }
  16947. },
  16948. "node_modules/y18n": {
  16949. "version": "5.0.8",
  16950. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  16951. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  16952. "engines": {
  16953. "node": ">=10"
  16954. }
  16955. },
  16956. "node_modules/yallist": {
  16957. "version": "3.1.1",
  16958. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  16959. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  16960. },
  16961. "node_modules/yaml": {
  16962. "version": "1.10.2",
  16963. "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
  16964. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  16965. "engines": {
  16966. "node": ">= 6"
  16967. }
  16968. },
  16969. "node_modules/yargs": {
  16970. "version": "16.2.0",
  16971. "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
  16972. "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
  16973. "dependencies": {
  16974. "cliui": "^7.0.2",
  16975. "escalade": "^3.1.1",
  16976. "get-caller-file": "^2.0.5",
  16977. "require-directory": "^2.1.1",
  16978. "string-width": "^4.2.0",
  16979. "y18n": "^5.0.5",
  16980. "yargs-parser": "^20.2.2"
  16981. },
  16982. "engines": {
  16983. "node": ">=10"
  16984. }
  16985. },
  16986. "node_modules/yargs-parser": {
  16987. "version": "20.2.9",
  16988. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
  16989. "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
  16990. "engines": {
  16991. "node": ">=10"
  16992. }
  16993. },
  16994. "node_modules/yocto-queue": {
  16995. "version": "0.1.0",
  16996. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  16997. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  16998. "engines": {
  16999. "node": ">=10"
  17000. },
  17001. "funding": {
  17002. "url": "https://github.com/sponsors/sindresorhus"
  17003. }
  17004. }
  17005. }
  17006. }