ぼざクリ タグ広場 https://hub.nizika.monster
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.
 
 
 
 
 
 

17627 lines
650 KiB

  1. {
  2. "name": "frontend",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "frontend",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "@testing-library/dom": "^10.4.0",
  12. "@testing-library/jest-dom": "^6.6.3",
  13. "@testing-library/react": "^16.2.0",
  14. "@testing-library/user-event": "^13.5.0",
  15. "axios": "^1.7.9",
  16. "react": "^19.0.0",
  17. "react-dom": "^19.0.0",
  18. "react-router-dom": "^6.29.0",
  19. "react-scripts": "^5.0.1",
  20. "web-vitals": "^2.1.4"
  21. }
  22. },
  23. "node_modules/@adobe/css-tools": {
  24. "version": "4.4.2",
  25. "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.2.tgz",
  26. "integrity": "sha512-baYZExFpsdkBNuvGKTKWCwKH57HRZLVtycZS05WTQNVOiXVSeAki3nU35zlRbToeMW8aHlJfyS+1C4BOv27q0A==",
  27. "license": "MIT"
  28. },
  29. "node_modules/@alloc/quick-lru": {
  30. "version": "5.2.0",
  31. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  32. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  33. "license": "MIT",
  34. "engines": {
  35. "node": ">=10"
  36. },
  37. "funding": {
  38. "url": "https://github.com/sponsors/sindresorhus"
  39. }
  40. },
  41. "node_modules/@ampproject/remapping": {
  42. "version": "2.3.0",
  43. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
  44. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  45. "license": "Apache-2.0",
  46. "dependencies": {
  47. "@jridgewell/gen-mapping": "^0.3.5",
  48. "@jridgewell/trace-mapping": "^0.3.24"
  49. },
  50. "engines": {
  51. "node": ">=6.0.0"
  52. }
  53. },
  54. "node_modules/@babel/code-frame": {
  55. "version": "7.26.2",
  56. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
  57. "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
  58. "license": "MIT",
  59. "dependencies": {
  60. "@babel/helper-validator-identifier": "^7.25.9",
  61. "js-tokens": "^4.0.0",
  62. "picocolors": "^1.0.0"
  63. },
  64. "engines": {
  65. "node": ">=6.9.0"
  66. }
  67. },
  68. "node_modules/@babel/compat-data": {
  69. "version": "7.26.8",
  70. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.8.tgz",
  71. "integrity": "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==",
  72. "license": "MIT",
  73. "engines": {
  74. "node": ">=6.9.0"
  75. }
  76. },
  77. "node_modules/@babel/core": {
  78. "version": "7.26.9",
  79. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.9.tgz",
  80. "integrity": "sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==",
  81. "license": "MIT",
  82. "dependencies": {
  83. "@ampproject/remapping": "^2.2.0",
  84. "@babel/code-frame": "^7.26.2",
  85. "@babel/generator": "^7.26.9",
  86. "@babel/helper-compilation-targets": "^7.26.5",
  87. "@babel/helper-module-transforms": "^7.26.0",
  88. "@babel/helpers": "^7.26.9",
  89. "@babel/parser": "^7.26.9",
  90. "@babel/template": "^7.26.9",
  91. "@babel/traverse": "^7.26.9",
  92. "@babel/types": "^7.26.9",
  93. "convert-source-map": "^2.0.0",
  94. "debug": "^4.1.0",
  95. "gensync": "^1.0.0-beta.2",
  96. "json5": "^2.2.3",
  97. "semver": "^6.3.1"
  98. },
  99. "engines": {
  100. "node": ">=6.9.0"
  101. },
  102. "funding": {
  103. "type": "opencollective",
  104. "url": "https://opencollective.com/babel"
  105. }
  106. },
  107. "node_modules/@babel/core/node_modules/semver": {
  108. "version": "6.3.1",
  109. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  110. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  111. "license": "ISC",
  112. "bin": {
  113. "semver": "bin/semver.js"
  114. }
  115. },
  116. "node_modules/@babel/eslint-parser": {
  117. "version": "7.26.8",
  118. "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.8.tgz",
  119. "integrity": "sha512-3tBctaHRW6xSub26z7n8uyOTwwUsCdvIug/oxBH9n6yCO5hMj2vwDJAo7RbBMKrM7P+W2j61zLKviJQFGOYKMg==",
  120. "license": "MIT",
  121. "dependencies": {
  122. "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
  123. "eslint-visitor-keys": "^2.1.0",
  124. "semver": "^6.3.1"
  125. },
  126. "engines": {
  127. "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
  128. },
  129. "peerDependencies": {
  130. "@babel/core": "^7.11.0",
  131. "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
  132. }
  133. },
  134. "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
  135. "version": "2.1.0",
  136. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  137. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  138. "license": "Apache-2.0",
  139. "engines": {
  140. "node": ">=10"
  141. }
  142. },
  143. "node_modules/@babel/eslint-parser/node_modules/semver": {
  144. "version": "6.3.1",
  145. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  146. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  147. "license": "ISC",
  148. "bin": {
  149. "semver": "bin/semver.js"
  150. }
  151. },
  152. "node_modules/@babel/generator": {
  153. "version": "7.26.9",
  154. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.9.tgz",
  155. "integrity": "sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==",
  156. "license": "MIT",
  157. "dependencies": {
  158. "@babel/parser": "^7.26.9",
  159. "@babel/types": "^7.26.9",
  160. "@jridgewell/gen-mapping": "^0.3.5",
  161. "@jridgewell/trace-mapping": "^0.3.25",
  162. "jsesc": "^3.0.2"
  163. },
  164. "engines": {
  165. "node": ">=6.9.0"
  166. }
  167. },
  168. "node_modules/@babel/helper-annotate-as-pure": {
  169. "version": "7.25.9",
  170. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",
  171. "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",
  172. "license": "MIT",
  173. "dependencies": {
  174. "@babel/types": "^7.25.9"
  175. },
  176. "engines": {
  177. "node": ">=6.9.0"
  178. }
  179. },
  180. "node_modules/@babel/helper-compilation-targets": {
  181. "version": "7.26.5",
  182. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz",
  183. "integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==",
  184. "license": "MIT",
  185. "dependencies": {
  186. "@babel/compat-data": "^7.26.5",
  187. "@babel/helper-validator-option": "^7.25.9",
  188. "browserslist": "^4.24.0",
  189. "lru-cache": "^5.1.1",
  190. "semver": "^6.3.1"
  191. },
  192. "engines": {
  193. "node": ">=6.9.0"
  194. }
  195. },
  196. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  197. "version": "6.3.1",
  198. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  199. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  200. "license": "ISC",
  201. "bin": {
  202. "semver": "bin/semver.js"
  203. }
  204. },
  205. "node_modules/@babel/helper-create-class-features-plugin": {
  206. "version": "7.26.9",
  207. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.26.9.tgz",
  208. "integrity": "sha512-ubbUqCofvxPRurw5L8WTsCLSkQiVpov4Qx0WMA+jUN+nXBK8ADPlJO1grkFw5CWKC5+sZSOfuGMdX1aI1iT9Sg==",
  209. "license": "MIT",
  210. "dependencies": {
  211. "@babel/helper-annotate-as-pure": "^7.25.9",
  212. "@babel/helper-member-expression-to-functions": "^7.25.9",
  213. "@babel/helper-optimise-call-expression": "^7.25.9",
  214. "@babel/helper-replace-supers": "^7.26.5",
  215. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
  216. "@babel/traverse": "^7.26.9",
  217. "semver": "^6.3.1"
  218. },
  219. "engines": {
  220. "node": ">=6.9.0"
  221. },
  222. "peerDependencies": {
  223. "@babel/core": "^7.0.0"
  224. }
  225. },
  226. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  227. "version": "6.3.1",
  228. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  229. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  230. "license": "ISC",
  231. "bin": {
  232. "semver": "bin/semver.js"
  233. }
  234. },
  235. "node_modules/@babel/helper-create-regexp-features-plugin": {
  236. "version": "7.26.3",
  237. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz",
  238. "integrity": "sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==",
  239. "license": "MIT",
  240. "dependencies": {
  241. "@babel/helper-annotate-as-pure": "^7.25.9",
  242. "regexpu-core": "^6.2.0",
  243. "semver": "^6.3.1"
  244. },
  245. "engines": {
  246. "node": ">=6.9.0"
  247. },
  248. "peerDependencies": {
  249. "@babel/core": "^7.0.0"
  250. }
  251. },
  252. "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {
  253. "version": "6.3.1",
  254. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  255. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  256. "license": "ISC",
  257. "bin": {
  258. "semver": "bin/semver.js"
  259. }
  260. },
  261. "node_modules/@babel/helper-define-polyfill-provider": {
  262. "version": "0.6.3",
  263. "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz",
  264. "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==",
  265. "license": "MIT",
  266. "dependencies": {
  267. "@babel/helper-compilation-targets": "^7.22.6",
  268. "@babel/helper-plugin-utils": "^7.22.5",
  269. "debug": "^4.1.1",
  270. "lodash.debounce": "^4.0.8",
  271. "resolve": "^1.14.2"
  272. },
  273. "peerDependencies": {
  274. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  275. }
  276. },
  277. "node_modules/@babel/helper-member-expression-to-functions": {
  278. "version": "7.25.9",
  279. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",
  280. "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==",
  281. "license": "MIT",
  282. "dependencies": {
  283. "@babel/traverse": "^7.25.9",
  284. "@babel/types": "^7.25.9"
  285. },
  286. "engines": {
  287. "node": ">=6.9.0"
  288. }
  289. },
  290. "node_modules/@babel/helper-module-imports": {
  291. "version": "7.25.9",
  292. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
  293. "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
  294. "license": "MIT",
  295. "dependencies": {
  296. "@babel/traverse": "^7.25.9",
  297. "@babel/types": "^7.25.9"
  298. },
  299. "engines": {
  300. "node": ">=6.9.0"
  301. }
  302. },
  303. "node_modules/@babel/helper-module-transforms": {
  304. "version": "7.26.0",
  305. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
  306. "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
  307. "license": "MIT",
  308. "dependencies": {
  309. "@babel/helper-module-imports": "^7.25.9",
  310. "@babel/helper-validator-identifier": "^7.25.9",
  311. "@babel/traverse": "^7.25.9"
  312. },
  313. "engines": {
  314. "node": ">=6.9.0"
  315. },
  316. "peerDependencies": {
  317. "@babel/core": "^7.0.0"
  318. }
  319. },
  320. "node_modules/@babel/helper-optimise-call-expression": {
  321. "version": "7.25.9",
  322. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
  323. "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",
  324. "license": "MIT",
  325. "dependencies": {
  326. "@babel/types": "^7.25.9"
  327. },
  328. "engines": {
  329. "node": ">=6.9.0"
  330. }
  331. },
  332. "node_modules/@babel/helper-plugin-utils": {
  333. "version": "7.26.5",
  334. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz",
  335. "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==",
  336. "license": "MIT",
  337. "engines": {
  338. "node": ">=6.9.0"
  339. }
  340. },
  341. "node_modules/@babel/helper-remap-async-to-generator": {
  342. "version": "7.25.9",
  343. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz",
  344. "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==",
  345. "license": "MIT",
  346. "dependencies": {
  347. "@babel/helper-annotate-as-pure": "^7.25.9",
  348. "@babel/helper-wrap-function": "^7.25.9",
  349. "@babel/traverse": "^7.25.9"
  350. },
  351. "engines": {
  352. "node": ">=6.9.0"
  353. },
  354. "peerDependencies": {
  355. "@babel/core": "^7.0.0"
  356. }
  357. },
  358. "node_modules/@babel/helper-replace-supers": {
  359. "version": "7.26.5",
  360. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz",
  361. "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==",
  362. "license": "MIT",
  363. "dependencies": {
  364. "@babel/helper-member-expression-to-functions": "^7.25.9",
  365. "@babel/helper-optimise-call-expression": "^7.25.9",
  366. "@babel/traverse": "^7.26.5"
  367. },
  368. "engines": {
  369. "node": ">=6.9.0"
  370. },
  371. "peerDependencies": {
  372. "@babel/core": "^7.0.0"
  373. }
  374. },
  375. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  376. "version": "7.25.9",
  377. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
  378. "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",
  379. "license": "MIT",
  380. "dependencies": {
  381. "@babel/traverse": "^7.25.9",
  382. "@babel/types": "^7.25.9"
  383. },
  384. "engines": {
  385. "node": ">=6.9.0"
  386. }
  387. },
  388. "node_modules/@babel/helper-string-parser": {
  389. "version": "7.25.9",
  390. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
  391. "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
  392. "license": "MIT",
  393. "engines": {
  394. "node": ">=6.9.0"
  395. }
  396. },
  397. "node_modules/@babel/helper-validator-identifier": {
  398. "version": "7.25.9",
  399. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  400. "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  401. "license": "MIT",
  402. "engines": {
  403. "node": ">=6.9.0"
  404. }
  405. },
  406. "node_modules/@babel/helper-validator-option": {
  407. "version": "7.25.9",
  408. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
  409. "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
  410. "license": "MIT",
  411. "engines": {
  412. "node": ">=6.9.0"
  413. }
  414. },
  415. "node_modules/@babel/helper-wrap-function": {
  416. "version": "7.25.9",
  417. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz",
  418. "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==",
  419. "license": "MIT",
  420. "dependencies": {
  421. "@babel/template": "^7.25.9",
  422. "@babel/traverse": "^7.25.9",
  423. "@babel/types": "^7.25.9"
  424. },
  425. "engines": {
  426. "node": ">=6.9.0"
  427. }
  428. },
  429. "node_modules/@babel/helpers": {
  430. "version": "7.26.9",
  431. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.9.tgz",
  432. "integrity": "sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==",
  433. "license": "MIT",
  434. "dependencies": {
  435. "@babel/template": "^7.26.9",
  436. "@babel/types": "^7.26.9"
  437. },
  438. "engines": {
  439. "node": ">=6.9.0"
  440. }
  441. },
  442. "node_modules/@babel/parser": {
  443. "version": "7.26.9",
  444. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.9.tgz",
  445. "integrity": "sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==",
  446. "license": "MIT",
  447. "dependencies": {
  448. "@babel/types": "^7.26.9"
  449. },
  450. "bin": {
  451. "parser": "bin/babel-parser.js"
  452. },
  453. "engines": {
  454. "node": ">=6.0.0"
  455. }
  456. },
  457. "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
  458. "version": "7.25.9",
  459. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz",
  460. "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==",
  461. "license": "MIT",
  462. "dependencies": {
  463. "@babel/helper-plugin-utils": "^7.25.9",
  464. "@babel/traverse": "^7.25.9"
  465. },
  466. "engines": {
  467. "node": ">=6.9.0"
  468. },
  469. "peerDependencies": {
  470. "@babel/core": "^7.0.0"
  471. }
  472. },
  473. "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
  474. "version": "7.25.9",
  475. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz",
  476. "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==",
  477. "license": "MIT",
  478. "dependencies": {
  479. "@babel/helper-plugin-utils": "^7.25.9"
  480. },
  481. "engines": {
  482. "node": ">=6.9.0"
  483. },
  484. "peerDependencies": {
  485. "@babel/core": "^7.0.0"
  486. }
  487. },
  488. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  489. "version": "7.25.9",
  490. "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.25.9.tgz",
  491. "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==",
  492. "license": "MIT",
  493. "dependencies": {
  494. "@babel/helper-plugin-utils": "^7.25.9"
  495. },
  496. "engines": {
  497. "node": ">=6.9.0"
  498. },
  499. "peerDependencies": {
  500. "@babel/core": "^7.0.0"
  501. }
  502. },
  503. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  504. "version": "7.25.9",
  505. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz",
  506. "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==",
  507. "license": "MIT",
  508. "dependencies": {
  509. "@babel/helper-plugin-utils": "^7.25.9",
  510. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
  511. "@babel/plugin-transform-optional-chaining": "^7.25.9"
  512. },
  513. "engines": {
  514. "node": ">=6.9.0"
  515. },
  516. "peerDependencies": {
  517. "@babel/core": "^7.13.0"
  518. }
  519. },
  520. "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
  521. "version": "7.25.9",
  522. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz",
  523. "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==",
  524. "license": "MIT",
  525. "dependencies": {
  526. "@babel/helper-plugin-utils": "^7.25.9",
  527. "@babel/traverse": "^7.25.9"
  528. },
  529. "engines": {
  530. "node": ">=6.9.0"
  531. },
  532. "peerDependencies": {
  533. "@babel/core": "^7.0.0"
  534. }
  535. },
  536. "node_modules/@babel/plugin-proposal-class-properties": {
  537. "version": "7.18.6",
  538. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
  539. "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
  540. "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.",
  541. "license": "MIT",
  542. "dependencies": {
  543. "@babel/helper-create-class-features-plugin": "^7.18.6",
  544. "@babel/helper-plugin-utils": "^7.18.6"
  545. },
  546. "engines": {
  547. "node": ">=6.9.0"
  548. },
  549. "peerDependencies": {
  550. "@babel/core": "^7.0.0-0"
  551. }
  552. },
  553. "node_modules/@babel/plugin-proposal-decorators": {
  554. "version": "7.25.9",
  555. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz",
  556. "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==",
  557. "license": "MIT",
  558. "dependencies": {
  559. "@babel/helper-create-class-features-plugin": "^7.25.9",
  560. "@babel/helper-plugin-utils": "^7.25.9",
  561. "@babel/plugin-syntax-decorators": "^7.25.9"
  562. },
  563. "engines": {
  564. "node": ">=6.9.0"
  565. },
  566. "peerDependencies": {
  567. "@babel/core": "^7.0.0-0"
  568. }
  569. },
  570. "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
  571. "version": "7.18.6",
  572. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
  573. "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
  574. "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.",
  575. "license": "MIT",
  576. "dependencies": {
  577. "@babel/helper-plugin-utils": "^7.18.6",
  578. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  579. },
  580. "engines": {
  581. "node": ">=6.9.0"
  582. },
  583. "peerDependencies": {
  584. "@babel/core": "^7.0.0-0"
  585. }
  586. },
  587. "node_modules/@babel/plugin-proposal-numeric-separator": {
  588. "version": "7.18.6",
  589. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
  590. "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
  591. "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.",
  592. "license": "MIT",
  593. "dependencies": {
  594. "@babel/helper-plugin-utils": "^7.18.6",
  595. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  596. },
  597. "engines": {
  598. "node": ">=6.9.0"
  599. },
  600. "peerDependencies": {
  601. "@babel/core": "^7.0.0-0"
  602. }
  603. },
  604. "node_modules/@babel/plugin-proposal-optional-chaining": {
  605. "version": "7.21.0",
  606. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",
  607. "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",
  608. "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.",
  609. "license": "MIT",
  610. "dependencies": {
  611. "@babel/helper-plugin-utils": "^7.20.2",
  612. "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
  613. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  614. },
  615. "engines": {
  616. "node": ">=6.9.0"
  617. },
  618. "peerDependencies": {
  619. "@babel/core": "^7.0.0-0"
  620. }
  621. },
  622. "node_modules/@babel/plugin-proposal-private-methods": {
  623. "version": "7.18.6",
  624. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
  625. "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
  626. "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.",
  627. "license": "MIT",
  628. "dependencies": {
  629. "@babel/helper-create-class-features-plugin": "^7.18.6",
  630. "@babel/helper-plugin-utils": "^7.18.6"
  631. },
  632. "engines": {
  633. "node": ">=6.9.0"
  634. },
  635. "peerDependencies": {
  636. "@babel/core": "^7.0.0-0"
  637. }
  638. },
  639. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  640. "version": "7.21.0-placeholder-for-preset-env.2",
  641. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
  642. "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
  643. "license": "MIT",
  644. "engines": {
  645. "node": ">=6.9.0"
  646. },
  647. "peerDependencies": {
  648. "@babel/core": "^7.0.0-0"
  649. }
  650. },
  651. "node_modules/@babel/plugin-syntax-async-generators": {
  652. "version": "7.8.4",
  653. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  654. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  655. "license": "MIT",
  656. "dependencies": {
  657. "@babel/helper-plugin-utils": "^7.8.0"
  658. },
  659. "peerDependencies": {
  660. "@babel/core": "^7.0.0-0"
  661. }
  662. },
  663. "node_modules/@babel/plugin-syntax-bigint": {
  664. "version": "7.8.3",
  665. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
  666. "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
  667. "license": "MIT",
  668. "dependencies": {
  669. "@babel/helper-plugin-utils": "^7.8.0"
  670. },
  671. "peerDependencies": {
  672. "@babel/core": "^7.0.0-0"
  673. }
  674. },
  675. "node_modules/@babel/plugin-syntax-class-properties": {
  676. "version": "7.12.13",
  677. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  678. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  679. "license": "MIT",
  680. "dependencies": {
  681. "@babel/helper-plugin-utils": "^7.12.13"
  682. },
  683. "peerDependencies": {
  684. "@babel/core": "^7.0.0-0"
  685. }
  686. },
  687. "node_modules/@babel/plugin-syntax-class-static-block": {
  688. "version": "7.14.5",
  689. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  690. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  691. "license": "MIT",
  692. "dependencies": {
  693. "@babel/helper-plugin-utils": "^7.14.5"
  694. },
  695. "engines": {
  696. "node": ">=6.9.0"
  697. },
  698. "peerDependencies": {
  699. "@babel/core": "^7.0.0-0"
  700. }
  701. },
  702. "node_modules/@babel/plugin-syntax-decorators": {
  703. "version": "7.25.9",
  704. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",
  705. "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",
  706. "license": "MIT",
  707. "dependencies": {
  708. "@babel/helper-plugin-utils": "^7.25.9"
  709. },
  710. "engines": {
  711. "node": ">=6.9.0"
  712. },
  713. "peerDependencies": {
  714. "@babel/core": "^7.0.0-0"
  715. }
  716. },
  717. "node_modules/@babel/plugin-syntax-flow": {
  718. "version": "7.26.0",
  719. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.26.0.tgz",
  720. "integrity": "sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==",
  721. "license": "MIT",
  722. "dependencies": {
  723. "@babel/helper-plugin-utils": "^7.25.9"
  724. },
  725. "engines": {
  726. "node": ">=6.9.0"
  727. },
  728. "peerDependencies": {
  729. "@babel/core": "^7.0.0-0"
  730. }
  731. },
  732. "node_modules/@babel/plugin-syntax-import-assertions": {
  733. "version": "7.26.0",
  734. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz",
  735. "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==",
  736. "license": "MIT",
  737. "dependencies": {
  738. "@babel/helper-plugin-utils": "^7.25.9"
  739. },
  740. "engines": {
  741. "node": ">=6.9.0"
  742. },
  743. "peerDependencies": {
  744. "@babel/core": "^7.0.0-0"
  745. }
  746. },
  747. "node_modules/@babel/plugin-syntax-import-attributes": {
  748. "version": "7.26.0",
  749. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
  750. "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
  751. "license": "MIT",
  752. "dependencies": {
  753. "@babel/helper-plugin-utils": "^7.25.9"
  754. },
  755. "engines": {
  756. "node": ">=6.9.0"
  757. },
  758. "peerDependencies": {
  759. "@babel/core": "^7.0.0-0"
  760. }
  761. },
  762. "node_modules/@babel/plugin-syntax-import-meta": {
  763. "version": "7.10.4",
  764. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  765. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  766. "license": "MIT",
  767. "dependencies": {
  768. "@babel/helper-plugin-utils": "^7.10.4"
  769. },
  770. "peerDependencies": {
  771. "@babel/core": "^7.0.0-0"
  772. }
  773. },
  774. "node_modules/@babel/plugin-syntax-json-strings": {
  775. "version": "7.8.3",
  776. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  777. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  778. "license": "MIT",
  779. "dependencies": {
  780. "@babel/helper-plugin-utils": "^7.8.0"
  781. },
  782. "peerDependencies": {
  783. "@babel/core": "^7.0.0-0"
  784. }
  785. },
  786. "node_modules/@babel/plugin-syntax-jsx": {
  787. "version": "7.25.9",
  788. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz",
  789. "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==",
  790. "license": "MIT",
  791. "dependencies": {
  792. "@babel/helper-plugin-utils": "^7.25.9"
  793. },
  794. "engines": {
  795. "node": ">=6.9.0"
  796. },
  797. "peerDependencies": {
  798. "@babel/core": "^7.0.0-0"
  799. }
  800. },
  801. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  802. "version": "7.10.4",
  803. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  804. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  805. "license": "MIT",
  806. "dependencies": {
  807. "@babel/helper-plugin-utils": "^7.10.4"
  808. },
  809. "peerDependencies": {
  810. "@babel/core": "^7.0.0-0"
  811. }
  812. },
  813. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  814. "version": "7.8.3",
  815. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  816. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  817. "license": "MIT",
  818. "dependencies": {
  819. "@babel/helper-plugin-utils": "^7.8.0"
  820. },
  821. "peerDependencies": {
  822. "@babel/core": "^7.0.0-0"
  823. }
  824. },
  825. "node_modules/@babel/plugin-syntax-numeric-separator": {
  826. "version": "7.10.4",
  827. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  828. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  829. "license": "MIT",
  830. "dependencies": {
  831. "@babel/helper-plugin-utils": "^7.10.4"
  832. },
  833. "peerDependencies": {
  834. "@babel/core": "^7.0.0-0"
  835. }
  836. },
  837. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  838. "version": "7.8.3",
  839. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  840. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  841. "license": "MIT",
  842. "dependencies": {
  843. "@babel/helper-plugin-utils": "^7.8.0"
  844. },
  845. "peerDependencies": {
  846. "@babel/core": "^7.0.0-0"
  847. }
  848. },
  849. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  850. "version": "7.8.3",
  851. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  852. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  853. "license": "MIT",
  854. "dependencies": {
  855. "@babel/helper-plugin-utils": "^7.8.0"
  856. },
  857. "peerDependencies": {
  858. "@babel/core": "^7.0.0-0"
  859. }
  860. },
  861. "node_modules/@babel/plugin-syntax-optional-chaining": {
  862. "version": "7.8.3",
  863. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  864. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  865. "license": "MIT",
  866. "dependencies": {
  867. "@babel/helper-plugin-utils": "^7.8.0"
  868. },
  869. "peerDependencies": {
  870. "@babel/core": "^7.0.0-0"
  871. }
  872. },
  873. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  874. "version": "7.14.5",
  875. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  876. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  877. "license": "MIT",
  878. "dependencies": {
  879. "@babel/helper-plugin-utils": "^7.14.5"
  880. },
  881. "engines": {
  882. "node": ">=6.9.0"
  883. },
  884. "peerDependencies": {
  885. "@babel/core": "^7.0.0-0"
  886. }
  887. },
  888. "node_modules/@babel/plugin-syntax-top-level-await": {
  889. "version": "7.14.5",
  890. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  891. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  892. "license": "MIT",
  893. "dependencies": {
  894. "@babel/helper-plugin-utils": "^7.14.5"
  895. },
  896. "engines": {
  897. "node": ">=6.9.0"
  898. },
  899. "peerDependencies": {
  900. "@babel/core": "^7.0.0-0"
  901. }
  902. },
  903. "node_modules/@babel/plugin-syntax-typescript": {
  904. "version": "7.25.9",
  905. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz",
  906. "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==",
  907. "license": "MIT",
  908. "dependencies": {
  909. "@babel/helper-plugin-utils": "^7.25.9"
  910. },
  911. "engines": {
  912. "node": ">=6.9.0"
  913. },
  914. "peerDependencies": {
  915. "@babel/core": "^7.0.0-0"
  916. }
  917. },
  918. "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
  919. "version": "7.18.6",
  920. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
  921. "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
  922. "license": "MIT",
  923. "dependencies": {
  924. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  925. "@babel/helper-plugin-utils": "^7.18.6"
  926. },
  927. "engines": {
  928. "node": ">=6.9.0"
  929. },
  930. "peerDependencies": {
  931. "@babel/core": "^7.0.0"
  932. }
  933. },
  934. "node_modules/@babel/plugin-transform-arrow-functions": {
  935. "version": "7.25.9",
  936. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz",
  937. "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==",
  938. "license": "MIT",
  939. "dependencies": {
  940. "@babel/helper-plugin-utils": "^7.25.9"
  941. },
  942. "engines": {
  943. "node": ">=6.9.0"
  944. },
  945. "peerDependencies": {
  946. "@babel/core": "^7.0.0-0"
  947. }
  948. },
  949. "node_modules/@babel/plugin-transform-async-generator-functions": {
  950. "version": "7.26.8",
  951. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.26.8.tgz",
  952. "integrity": "sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==",
  953. "license": "MIT",
  954. "dependencies": {
  955. "@babel/helper-plugin-utils": "^7.26.5",
  956. "@babel/helper-remap-async-to-generator": "^7.25.9",
  957. "@babel/traverse": "^7.26.8"
  958. },
  959. "engines": {
  960. "node": ">=6.9.0"
  961. },
  962. "peerDependencies": {
  963. "@babel/core": "^7.0.0-0"
  964. }
  965. },
  966. "node_modules/@babel/plugin-transform-async-to-generator": {
  967. "version": "7.25.9",
  968. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz",
  969. "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==",
  970. "license": "MIT",
  971. "dependencies": {
  972. "@babel/helper-module-imports": "^7.25.9",
  973. "@babel/helper-plugin-utils": "^7.25.9",
  974. "@babel/helper-remap-async-to-generator": "^7.25.9"
  975. },
  976. "engines": {
  977. "node": ">=6.9.0"
  978. },
  979. "peerDependencies": {
  980. "@babel/core": "^7.0.0-0"
  981. }
  982. },
  983. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  984. "version": "7.26.5",
  985. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz",
  986. "integrity": "sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==",
  987. "license": "MIT",
  988. "dependencies": {
  989. "@babel/helper-plugin-utils": "^7.26.5"
  990. },
  991. "engines": {
  992. "node": ">=6.9.0"
  993. },
  994. "peerDependencies": {
  995. "@babel/core": "^7.0.0-0"
  996. }
  997. },
  998. "node_modules/@babel/plugin-transform-block-scoping": {
  999. "version": "7.25.9",
  1000. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz",
  1001. "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==",
  1002. "license": "MIT",
  1003. "dependencies": {
  1004. "@babel/helper-plugin-utils": "^7.25.9"
  1005. },
  1006. "engines": {
  1007. "node": ">=6.9.0"
  1008. },
  1009. "peerDependencies": {
  1010. "@babel/core": "^7.0.0-0"
  1011. }
  1012. },
  1013. "node_modules/@babel/plugin-transform-class-properties": {
  1014. "version": "7.25.9",
  1015. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz",
  1016. "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==",
  1017. "license": "MIT",
  1018. "dependencies": {
  1019. "@babel/helper-create-class-features-plugin": "^7.25.9",
  1020. "@babel/helper-plugin-utils": "^7.25.9"
  1021. },
  1022. "engines": {
  1023. "node": ">=6.9.0"
  1024. },
  1025. "peerDependencies": {
  1026. "@babel/core": "^7.0.0-0"
  1027. }
  1028. },
  1029. "node_modules/@babel/plugin-transform-class-static-block": {
  1030. "version": "7.26.0",
  1031. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz",
  1032. "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==",
  1033. "license": "MIT",
  1034. "dependencies": {
  1035. "@babel/helper-create-class-features-plugin": "^7.25.9",
  1036. "@babel/helper-plugin-utils": "^7.25.9"
  1037. },
  1038. "engines": {
  1039. "node": ">=6.9.0"
  1040. },
  1041. "peerDependencies": {
  1042. "@babel/core": "^7.12.0"
  1043. }
  1044. },
  1045. "node_modules/@babel/plugin-transform-classes": {
  1046. "version": "7.25.9",
  1047. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz",
  1048. "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==",
  1049. "license": "MIT",
  1050. "dependencies": {
  1051. "@babel/helper-annotate-as-pure": "^7.25.9",
  1052. "@babel/helper-compilation-targets": "^7.25.9",
  1053. "@babel/helper-plugin-utils": "^7.25.9",
  1054. "@babel/helper-replace-supers": "^7.25.9",
  1055. "@babel/traverse": "^7.25.9",
  1056. "globals": "^11.1.0"
  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-computed-properties": {
  1066. "version": "7.25.9",
  1067. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz",
  1068. "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==",
  1069. "license": "MIT",
  1070. "dependencies": {
  1071. "@babel/helper-plugin-utils": "^7.25.9",
  1072. "@babel/template": "^7.25.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-destructuring": {
  1082. "version": "7.25.9",
  1083. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz",
  1084. "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==",
  1085. "license": "MIT",
  1086. "dependencies": {
  1087. "@babel/helper-plugin-utils": "^7.25.9"
  1088. },
  1089. "engines": {
  1090. "node": ">=6.9.0"
  1091. },
  1092. "peerDependencies": {
  1093. "@babel/core": "^7.0.0-0"
  1094. }
  1095. },
  1096. "node_modules/@babel/plugin-transform-dotall-regex": {
  1097. "version": "7.25.9",
  1098. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz",
  1099. "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==",
  1100. "license": "MIT",
  1101. "dependencies": {
  1102. "@babel/helper-create-regexp-features-plugin": "^7.25.9",
  1103. "@babel/helper-plugin-utils": "^7.25.9"
  1104. },
  1105. "engines": {
  1106. "node": ">=6.9.0"
  1107. },
  1108. "peerDependencies": {
  1109. "@babel/core": "^7.0.0-0"
  1110. }
  1111. },
  1112. "node_modules/@babel/plugin-transform-duplicate-keys": {
  1113. "version": "7.25.9",
  1114. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz",
  1115. "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==",
  1116. "license": "MIT",
  1117. "dependencies": {
  1118. "@babel/helper-plugin-utils": "^7.25.9"
  1119. },
  1120. "engines": {
  1121. "node": ">=6.9.0"
  1122. },
  1123. "peerDependencies": {
  1124. "@babel/core": "^7.0.0-0"
  1125. }
  1126. },
  1127. "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
  1128. "version": "7.25.9",
  1129. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz",
  1130. "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==",
  1131. "license": "MIT",
  1132. "dependencies": {
  1133. "@babel/helper-create-regexp-features-plugin": "^7.25.9",
  1134. "@babel/helper-plugin-utils": "^7.25.9"
  1135. },
  1136. "engines": {
  1137. "node": ">=6.9.0"
  1138. },
  1139. "peerDependencies": {
  1140. "@babel/core": "^7.0.0"
  1141. }
  1142. },
  1143. "node_modules/@babel/plugin-transform-dynamic-import": {
  1144. "version": "7.25.9",
  1145. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz",
  1146. "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==",
  1147. "license": "MIT",
  1148. "dependencies": {
  1149. "@babel/helper-plugin-utils": "^7.25.9"
  1150. },
  1151. "engines": {
  1152. "node": ">=6.9.0"
  1153. },
  1154. "peerDependencies": {
  1155. "@babel/core": "^7.0.0-0"
  1156. }
  1157. },
  1158. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  1159. "version": "7.26.3",
  1160. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz",
  1161. "integrity": "sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==",
  1162. "license": "MIT",
  1163. "dependencies": {
  1164. "@babel/helper-plugin-utils": "^7.25.9"
  1165. },
  1166. "engines": {
  1167. "node": ">=6.9.0"
  1168. },
  1169. "peerDependencies": {
  1170. "@babel/core": "^7.0.0-0"
  1171. }
  1172. },
  1173. "node_modules/@babel/plugin-transform-export-namespace-from": {
  1174. "version": "7.25.9",
  1175. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz",
  1176. "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==",
  1177. "license": "MIT",
  1178. "dependencies": {
  1179. "@babel/helper-plugin-utils": "^7.25.9"
  1180. },
  1181. "engines": {
  1182. "node": ">=6.9.0"
  1183. },
  1184. "peerDependencies": {
  1185. "@babel/core": "^7.0.0-0"
  1186. }
  1187. },
  1188. "node_modules/@babel/plugin-transform-flow-strip-types": {
  1189. "version": "7.26.5",
  1190. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.26.5.tgz",
  1191. "integrity": "sha512-eGK26RsbIkYUns3Y8qKl362juDDYK+wEdPGHGrhzUl6CewZFo55VZ7hg+CyMFU4dd5QQakBN86nBMpRsFpRvbQ==",
  1192. "license": "MIT",
  1193. "dependencies": {
  1194. "@babel/helper-plugin-utils": "^7.26.5",
  1195. "@babel/plugin-syntax-flow": "^7.26.0"
  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-for-of": {
  1205. "version": "7.26.9",
  1206. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz",
  1207. "integrity": "sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==",
  1208. "license": "MIT",
  1209. "dependencies": {
  1210. "@babel/helper-plugin-utils": "^7.26.5",
  1211. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
  1212. },
  1213. "engines": {
  1214. "node": ">=6.9.0"
  1215. },
  1216. "peerDependencies": {
  1217. "@babel/core": "^7.0.0-0"
  1218. }
  1219. },
  1220. "node_modules/@babel/plugin-transform-function-name": {
  1221. "version": "7.25.9",
  1222. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz",
  1223. "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==",
  1224. "license": "MIT",
  1225. "dependencies": {
  1226. "@babel/helper-compilation-targets": "^7.25.9",
  1227. "@babel/helper-plugin-utils": "^7.25.9",
  1228. "@babel/traverse": "^7.25.9"
  1229. },
  1230. "engines": {
  1231. "node": ">=6.9.0"
  1232. },
  1233. "peerDependencies": {
  1234. "@babel/core": "^7.0.0-0"
  1235. }
  1236. },
  1237. "node_modules/@babel/plugin-transform-json-strings": {
  1238. "version": "7.25.9",
  1239. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz",
  1240. "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==",
  1241. "license": "MIT",
  1242. "dependencies": {
  1243. "@babel/helper-plugin-utils": "^7.25.9"
  1244. },
  1245. "engines": {
  1246. "node": ">=6.9.0"
  1247. },
  1248. "peerDependencies": {
  1249. "@babel/core": "^7.0.0-0"
  1250. }
  1251. },
  1252. "node_modules/@babel/plugin-transform-literals": {
  1253. "version": "7.25.9",
  1254. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz",
  1255. "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==",
  1256. "license": "MIT",
  1257. "dependencies": {
  1258. "@babel/helper-plugin-utils": "^7.25.9"
  1259. },
  1260. "engines": {
  1261. "node": ">=6.9.0"
  1262. },
  1263. "peerDependencies": {
  1264. "@babel/core": "^7.0.0-0"
  1265. }
  1266. },
  1267. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  1268. "version": "7.25.9",
  1269. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz",
  1270. "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==",
  1271. "license": "MIT",
  1272. "dependencies": {
  1273. "@babel/helper-plugin-utils": "^7.25.9"
  1274. },
  1275. "engines": {
  1276. "node": ">=6.9.0"
  1277. },
  1278. "peerDependencies": {
  1279. "@babel/core": "^7.0.0-0"
  1280. }
  1281. },
  1282. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1283. "version": "7.25.9",
  1284. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz",
  1285. "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==",
  1286. "license": "MIT",
  1287. "dependencies": {
  1288. "@babel/helper-plugin-utils": "^7.25.9"
  1289. },
  1290. "engines": {
  1291. "node": ">=6.9.0"
  1292. },
  1293. "peerDependencies": {
  1294. "@babel/core": "^7.0.0-0"
  1295. }
  1296. },
  1297. "node_modules/@babel/plugin-transform-modules-amd": {
  1298. "version": "7.25.9",
  1299. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz",
  1300. "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==",
  1301. "license": "MIT",
  1302. "dependencies": {
  1303. "@babel/helper-module-transforms": "^7.25.9",
  1304. "@babel/helper-plugin-utils": "^7.25.9"
  1305. },
  1306. "engines": {
  1307. "node": ">=6.9.0"
  1308. },
  1309. "peerDependencies": {
  1310. "@babel/core": "^7.0.0-0"
  1311. }
  1312. },
  1313. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1314. "version": "7.26.3",
  1315. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz",
  1316. "integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==",
  1317. "license": "MIT",
  1318. "dependencies": {
  1319. "@babel/helper-module-transforms": "^7.26.0",
  1320. "@babel/helper-plugin-utils": "^7.25.9"
  1321. },
  1322. "engines": {
  1323. "node": ">=6.9.0"
  1324. },
  1325. "peerDependencies": {
  1326. "@babel/core": "^7.0.0-0"
  1327. }
  1328. },
  1329. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1330. "version": "7.25.9",
  1331. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz",
  1332. "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==",
  1333. "license": "MIT",
  1334. "dependencies": {
  1335. "@babel/helper-module-transforms": "^7.25.9",
  1336. "@babel/helper-plugin-utils": "^7.25.9",
  1337. "@babel/helper-validator-identifier": "^7.25.9",
  1338. "@babel/traverse": "^7.25.9"
  1339. },
  1340. "engines": {
  1341. "node": ">=6.9.0"
  1342. },
  1343. "peerDependencies": {
  1344. "@babel/core": "^7.0.0-0"
  1345. }
  1346. },
  1347. "node_modules/@babel/plugin-transform-modules-umd": {
  1348. "version": "7.25.9",
  1349. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz",
  1350. "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==",
  1351. "license": "MIT",
  1352. "dependencies": {
  1353. "@babel/helper-module-transforms": "^7.25.9",
  1354. "@babel/helper-plugin-utils": "^7.25.9"
  1355. },
  1356. "engines": {
  1357. "node": ">=6.9.0"
  1358. },
  1359. "peerDependencies": {
  1360. "@babel/core": "^7.0.0-0"
  1361. }
  1362. },
  1363. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1364. "version": "7.25.9",
  1365. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz",
  1366. "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==",
  1367. "license": "MIT",
  1368. "dependencies": {
  1369. "@babel/helper-create-regexp-features-plugin": "^7.25.9",
  1370. "@babel/helper-plugin-utils": "^7.25.9"
  1371. },
  1372. "engines": {
  1373. "node": ">=6.9.0"
  1374. },
  1375. "peerDependencies": {
  1376. "@babel/core": "^7.0.0"
  1377. }
  1378. },
  1379. "node_modules/@babel/plugin-transform-new-target": {
  1380. "version": "7.25.9",
  1381. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz",
  1382. "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==",
  1383. "license": "MIT",
  1384. "dependencies": {
  1385. "@babel/helper-plugin-utils": "^7.25.9"
  1386. },
  1387. "engines": {
  1388. "node": ">=6.9.0"
  1389. },
  1390. "peerDependencies": {
  1391. "@babel/core": "^7.0.0-0"
  1392. }
  1393. },
  1394. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  1395. "version": "7.26.6",
  1396. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz",
  1397. "integrity": "sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==",
  1398. "license": "MIT",
  1399. "dependencies": {
  1400. "@babel/helper-plugin-utils": "^7.26.5"
  1401. },
  1402. "engines": {
  1403. "node": ">=6.9.0"
  1404. },
  1405. "peerDependencies": {
  1406. "@babel/core": "^7.0.0-0"
  1407. }
  1408. },
  1409. "node_modules/@babel/plugin-transform-numeric-separator": {
  1410. "version": "7.25.9",
  1411. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz",
  1412. "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==",
  1413. "license": "MIT",
  1414. "dependencies": {
  1415. "@babel/helper-plugin-utils": "^7.25.9"
  1416. },
  1417. "engines": {
  1418. "node": ">=6.9.0"
  1419. },
  1420. "peerDependencies": {
  1421. "@babel/core": "^7.0.0-0"
  1422. }
  1423. },
  1424. "node_modules/@babel/plugin-transform-object-rest-spread": {
  1425. "version": "7.25.9",
  1426. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz",
  1427. "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==",
  1428. "license": "MIT",
  1429. "dependencies": {
  1430. "@babel/helper-compilation-targets": "^7.25.9",
  1431. "@babel/helper-plugin-utils": "^7.25.9",
  1432. "@babel/plugin-transform-parameters": "^7.25.9"
  1433. },
  1434. "engines": {
  1435. "node": ">=6.9.0"
  1436. },
  1437. "peerDependencies": {
  1438. "@babel/core": "^7.0.0-0"
  1439. }
  1440. },
  1441. "node_modules/@babel/plugin-transform-object-super": {
  1442. "version": "7.25.9",
  1443. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz",
  1444. "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==",
  1445. "license": "MIT",
  1446. "dependencies": {
  1447. "@babel/helper-plugin-utils": "^7.25.9",
  1448. "@babel/helper-replace-supers": "^7.25.9"
  1449. },
  1450. "engines": {
  1451. "node": ">=6.9.0"
  1452. },
  1453. "peerDependencies": {
  1454. "@babel/core": "^7.0.0-0"
  1455. }
  1456. },
  1457. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1458. "version": "7.25.9",
  1459. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz",
  1460. "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==",
  1461. "license": "MIT",
  1462. "dependencies": {
  1463. "@babel/helper-plugin-utils": "^7.25.9"
  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-optional-chaining": {
  1473. "version": "7.25.9",
  1474. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz",
  1475. "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==",
  1476. "license": "MIT",
  1477. "dependencies": {
  1478. "@babel/helper-plugin-utils": "^7.25.9",
  1479. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
  1480. },
  1481. "engines": {
  1482. "node": ">=6.9.0"
  1483. },
  1484. "peerDependencies": {
  1485. "@babel/core": "^7.0.0-0"
  1486. }
  1487. },
  1488. "node_modules/@babel/plugin-transform-parameters": {
  1489. "version": "7.25.9",
  1490. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz",
  1491. "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==",
  1492. "license": "MIT",
  1493. "dependencies": {
  1494. "@babel/helper-plugin-utils": "^7.25.9"
  1495. },
  1496. "engines": {
  1497. "node": ">=6.9.0"
  1498. },
  1499. "peerDependencies": {
  1500. "@babel/core": "^7.0.0-0"
  1501. }
  1502. },
  1503. "node_modules/@babel/plugin-transform-private-methods": {
  1504. "version": "7.25.9",
  1505. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz",
  1506. "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==",
  1507. "license": "MIT",
  1508. "dependencies": {
  1509. "@babel/helper-create-class-features-plugin": "^7.25.9",
  1510. "@babel/helper-plugin-utils": "^7.25.9"
  1511. },
  1512. "engines": {
  1513. "node": ">=6.9.0"
  1514. },
  1515. "peerDependencies": {
  1516. "@babel/core": "^7.0.0-0"
  1517. }
  1518. },
  1519. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1520. "version": "7.25.9",
  1521. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz",
  1522. "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==",
  1523. "license": "MIT",
  1524. "dependencies": {
  1525. "@babel/helper-annotate-as-pure": "^7.25.9",
  1526. "@babel/helper-create-class-features-plugin": "^7.25.9",
  1527. "@babel/helper-plugin-utils": "^7.25.9"
  1528. },
  1529. "engines": {
  1530. "node": ">=6.9.0"
  1531. },
  1532. "peerDependencies": {
  1533. "@babel/core": "^7.0.0-0"
  1534. }
  1535. },
  1536. "node_modules/@babel/plugin-transform-property-literals": {
  1537. "version": "7.25.9",
  1538. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz",
  1539. "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==",
  1540. "license": "MIT",
  1541. "dependencies": {
  1542. "@babel/helper-plugin-utils": "^7.25.9"
  1543. },
  1544. "engines": {
  1545. "node": ">=6.9.0"
  1546. },
  1547. "peerDependencies": {
  1548. "@babel/core": "^7.0.0-0"
  1549. }
  1550. },
  1551. "node_modules/@babel/plugin-transform-react-constant-elements": {
  1552. "version": "7.25.9",
  1553. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.25.9.tgz",
  1554. "integrity": "sha512-Ncw2JFsJVuvfRsa2lSHiC55kETQVLSnsYGQ1JDDwkUeWGTL/8Tom8aLTnlqgoeuopWrbbGndrc9AlLYrIosrow==",
  1555. "license": "MIT",
  1556. "dependencies": {
  1557. "@babel/helper-plugin-utils": "^7.25.9"
  1558. },
  1559. "engines": {
  1560. "node": ">=6.9.0"
  1561. },
  1562. "peerDependencies": {
  1563. "@babel/core": "^7.0.0-0"
  1564. }
  1565. },
  1566. "node_modules/@babel/plugin-transform-react-display-name": {
  1567. "version": "7.25.9",
  1568. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz",
  1569. "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==",
  1570. "license": "MIT",
  1571. "dependencies": {
  1572. "@babel/helper-plugin-utils": "^7.25.9"
  1573. },
  1574. "engines": {
  1575. "node": ">=6.9.0"
  1576. },
  1577. "peerDependencies": {
  1578. "@babel/core": "^7.0.0-0"
  1579. }
  1580. },
  1581. "node_modules/@babel/plugin-transform-react-jsx": {
  1582. "version": "7.25.9",
  1583. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz",
  1584. "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==",
  1585. "license": "MIT",
  1586. "dependencies": {
  1587. "@babel/helper-annotate-as-pure": "^7.25.9",
  1588. "@babel/helper-module-imports": "^7.25.9",
  1589. "@babel/helper-plugin-utils": "^7.25.9",
  1590. "@babel/plugin-syntax-jsx": "^7.25.9",
  1591. "@babel/types": "^7.25.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-react-jsx-development": {
  1601. "version": "7.25.9",
  1602. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz",
  1603. "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==",
  1604. "license": "MIT",
  1605. "dependencies": {
  1606. "@babel/plugin-transform-react-jsx": "^7.25.9"
  1607. },
  1608. "engines": {
  1609. "node": ">=6.9.0"
  1610. },
  1611. "peerDependencies": {
  1612. "@babel/core": "^7.0.0-0"
  1613. }
  1614. },
  1615. "node_modules/@babel/plugin-transform-react-pure-annotations": {
  1616. "version": "7.25.9",
  1617. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz",
  1618. "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==",
  1619. "license": "MIT",
  1620. "dependencies": {
  1621. "@babel/helper-annotate-as-pure": "^7.25.9",
  1622. "@babel/helper-plugin-utils": "^7.25.9"
  1623. },
  1624. "engines": {
  1625. "node": ">=6.9.0"
  1626. },
  1627. "peerDependencies": {
  1628. "@babel/core": "^7.0.0-0"
  1629. }
  1630. },
  1631. "node_modules/@babel/plugin-transform-regenerator": {
  1632. "version": "7.25.9",
  1633. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz",
  1634. "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==",
  1635. "license": "MIT",
  1636. "dependencies": {
  1637. "@babel/helper-plugin-utils": "^7.25.9",
  1638. "regenerator-transform": "^0.15.2"
  1639. },
  1640. "engines": {
  1641. "node": ">=6.9.0"
  1642. },
  1643. "peerDependencies": {
  1644. "@babel/core": "^7.0.0-0"
  1645. }
  1646. },
  1647. "node_modules/@babel/plugin-transform-regexp-modifiers": {
  1648. "version": "7.26.0",
  1649. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz",
  1650. "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==",
  1651. "license": "MIT",
  1652. "dependencies": {
  1653. "@babel/helper-create-regexp-features-plugin": "^7.25.9",
  1654. "@babel/helper-plugin-utils": "^7.25.9"
  1655. },
  1656. "engines": {
  1657. "node": ">=6.9.0"
  1658. },
  1659. "peerDependencies": {
  1660. "@babel/core": "^7.0.0"
  1661. }
  1662. },
  1663. "node_modules/@babel/plugin-transform-reserved-words": {
  1664. "version": "7.25.9",
  1665. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz",
  1666. "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==",
  1667. "license": "MIT",
  1668. "dependencies": {
  1669. "@babel/helper-plugin-utils": "^7.25.9"
  1670. },
  1671. "engines": {
  1672. "node": ">=6.9.0"
  1673. },
  1674. "peerDependencies": {
  1675. "@babel/core": "^7.0.0-0"
  1676. }
  1677. },
  1678. "node_modules/@babel/plugin-transform-runtime": {
  1679. "version": "7.26.9",
  1680. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.26.9.tgz",
  1681. "integrity": "sha512-Jf+8y9wXQbbxvVYTM8gO5oEF2POdNji0NMltEkG7FtmzD9PVz7/lxpqSdTvwsjTMU5HIHuDVNf2SOxLkWi+wPQ==",
  1682. "license": "MIT",
  1683. "dependencies": {
  1684. "@babel/helper-module-imports": "^7.25.9",
  1685. "@babel/helper-plugin-utils": "^7.26.5",
  1686. "babel-plugin-polyfill-corejs2": "^0.4.10",
  1687. "babel-plugin-polyfill-corejs3": "^0.10.6",
  1688. "babel-plugin-polyfill-regenerator": "^0.6.1",
  1689. "semver": "^6.3.1"
  1690. },
  1691. "engines": {
  1692. "node": ">=6.9.0"
  1693. },
  1694. "peerDependencies": {
  1695. "@babel/core": "^7.0.0-0"
  1696. }
  1697. },
  1698. "node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs3": {
  1699. "version": "0.10.6",
  1700. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz",
  1701. "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==",
  1702. "license": "MIT",
  1703. "dependencies": {
  1704. "@babel/helper-define-polyfill-provider": "^0.6.2",
  1705. "core-js-compat": "^3.38.0"
  1706. },
  1707. "peerDependencies": {
  1708. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  1709. }
  1710. },
  1711. "node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
  1712. "version": "6.3.1",
  1713. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  1714. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  1715. "license": "ISC",
  1716. "bin": {
  1717. "semver": "bin/semver.js"
  1718. }
  1719. },
  1720. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1721. "version": "7.25.9",
  1722. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz",
  1723. "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==",
  1724. "license": "MIT",
  1725. "dependencies": {
  1726. "@babel/helper-plugin-utils": "^7.25.9"
  1727. },
  1728. "engines": {
  1729. "node": ">=6.9.0"
  1730. },
  1731. "peerDependencies": {
  1732. "@babel/core": "^7.0.0-0"
  1733. }
  1734. },
  1735. "node_modules/@babel/plugin-transform-spread": {
  1736. "version": "7.25.9",
  1737. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz",
  1738. "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==",
  1739. "license": "MIT",
  1740. "dependencies": {
  1741. "@babel/helper-plugin-utils": "^7.25.9",
  1742. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
  1743. },
  1744. "engines": {
  1745. "node": ">=6.9.0"
  1746. },
  1747. "peerDependencies": {
  1748. "@babel/core": "^7.0.0-0"
  1749. }
  1750. },
  1751. "node_modules/@babel/plugin-transform-sticky-regex": {
  1752. "version": "7.25.9",
  1753. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz",
  1754. "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==",
  1755. "license": "MIT",
  1756. "dependencies": {
  1757. "@babel/helper-plugin-utils": "^7.25.9"
  1758. },
  1759. "engines": {
  1760. "node": ">=6.9.0"
  1761. },
  1762. "peerDependencies": {
  1763. "@babel/core": "^7.0.0-0"
  1764. }
  1765. },
  1766. "node_modules/@babel/plugin-transform-template-literals": {
  1767. "version": "7.26.8",
  1768. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.26.8.tgz",
  1769. "integrity": "sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q==",
  1770. "license": "MIT",
  1771. "dependencies": {
  1772. "@babel/helper-plugin-utils": "^7.26.5"
  1773. },
  1774. "engines": {
  1775. "node": ">=6.9.0"
  1776. },
  1777. "peerDependencies": {
  1778. "@babel/core": "^7.0.0-0"
  1779. }
  1780. },
  1781. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1782. "version": "7.26.7",
  1783. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz",
  1784. "integrity": "sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==",
  1785. "license": "MIT",
  1786. "dependencies": {
  1787. "@babel/helper-plugin-utils": "^7.26.5"
  1788. },
  1789. "engines": {
  1790. "node": ">=6.9.0"
  1791. },
  1792. "peerDependencies": {
  1793. "@babel/core": "^7.0.0-0"
  1794. }
  1795. },
  1796. "node_modules/@babel/plugin-transform-typescript": {
  1797. "version": "7.26.8",
  1798. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.8.tgz",
  1799. "integrity": "sha512-bME5J9AC8ChwA7aEPJ6zym3w7aObZULHhbNLU0bKUhKsAkylkzUdq+0kdymh9rzi8nlNFl2bmldFBCKNJBUpuw==",
  1800. "license": "MIT",
  1801. "dependencies": {
  1802. "@babel/helper-annotate-as-pure": "^7.25.9",
  1803. "@babel/helper-create-class-features-plugin": "^7.25.9",
  1804. "@babel/helper-plugin-utils": "^7.26.5",
  1805. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
  1806. "@babel/plugin-syntax-typescript": "^7.25.9"
  1807. },
  1808. "engines": {
  1809. "node": ">=6.9.0"
  1810. },
  1811. "peerDependencies": {
  1812. "@babel/core": "^7.0.0-0"
  1813. }
  1814. },
  1815. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1816. "version": "7.25.9",
  1817. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz",
  1818. "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==",
  1819. "license": "MIT",
  1820. "dependencies": {
  1821. "@babel/helper-plugin-utils": "^7.25.9"
  1822. },
  1823. "engines": {
  1824. "node": ">=6.9.0"
  1825. },
  1826. "peerDependencies": {
  1827. "@babel/core": "^7.0.0-0"
  1828. }
  1829. },
  1830. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1831. "version": "7.25.9",
  1832. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz",
  1833. "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==",
  1834. "license": "MIT",
  1835. "dependencies": {
  1836. "@babel/helper-create-regexp-features-plugin": "^7.25.9",
  1837. "@babel/helper-plugin-utils": "^7.25.9"
  1838. },
  1839. "engines": {
  1840. "node": ">=6.9.0"
  1841. },
  1842. "peerDependencies": {
  1843. "@babel/core": "^7.0.0-0"
  1844. }
  1845. },
  1846. "node_modules/@babel/plugin-transform-unicode-regex": {
  1847. "version": "7.25.9",
  1848. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz",
  1849. "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==",
  1850. "license": "MIT",
  1851. "dependencies": {
  1852. "@babel/helper-create-regexp-features-plugin": "^7.25.9",
  1853. "@babel/helper-plugin-utils": "^7.25.9"
  1854. },
  1855. "engines": {
  1856. "node": ">=6.9.0"
  1857. },
  1858. "peerDependencies": {
  1859. "@babel/core": "^7.0.0-0"
  1860. }
  1861. },
  1862. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1863. "version": "7.25.9",
  1864. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz",
  1865. "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==",
  1866. "license": "MIT",
  1867. "dependencies": {
  1868. "@babel/helper-create-regexp-features-plugin": "^7.25.9",
  1869. "@babel/helper-plugin-utils": "^7.25.9"
  1870. },
  1871. "engines": {
  1872. "node": ">=6.9.0"
  1873. },
  1874. "peerDependencies": {
  1875. "@babel/core": "^7.0.0"
  1876. }
  1877. },
  1878. "node_modules/@babel/preset-env": {
  1879. "version": "7.26.9",
  1880. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.9.tgz",
  1881. "integrity": "sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==",
  1882. "license": "MIT",
  1883. "dependencies": {
  1884. "@babel/compat-data": "^7.26.8",
  1885. "@babel/helper-compilation-targets": "^7.26.5",
  1886. "@babel/helper-plugin-utils": "^7.26.5",
  1887. "@babel/helper-validator-option": "^7.25.9",
  1888. "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9",
  1889. "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9",
  1890. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9",
  1891. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9",
  1892. "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9",
  1893. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1894. "@babel/plugin-syntax-import-assertions": "^7.26.0",
  1895. "@babel/plugin-syntax-import-attributes": "^7.26.0",
  1896. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1897. "@babel/plugin-transform-arrow-functions": "^7.25.9",
  1898. "@babel/plugin-transform-async-generator-functions": "^7.26.8",
  1899. "@babel/plugin-transform-async-to-generator": "^7.25.9",
  1900. "@babel/plugin-transform-block-scoped-functions": "^7.26.5",
  1901. "@babel/plugin-transform-block-scoping": "^7.25.9",
  1902. "@babel/plugin-transform-class-properties": "^7.25.9",
  1903. "@babel/plugin-transform-class-static-block": "^7.26.0",
  1904. "@babel/plugin-transform-classes": "^7.25.9",
  1905. "@babel/plugin-transform-computed-properties": "^7.25.9",
  1906. "@babel/plugin-transform-destructuring": "^7.25.9",
  1907. "@babel/plugin-transform-dotall-regex": "^7.25.9",
  1908. "@babel/plugin-transform-duplicate-keys": "^7.25.9",
  1909. "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9",
  1910. "@babel/plugin-transform-dynamic-import": "^7.25.9",
  1911. "@babel/plugin-transform-exponentiation-operator": "^7.26.3",
  1912. "@babel/plugin-transform-export-namespace-from": "^7.25.9",
  1913. "@babel/plugin-transform-for-of": "^7.26.9",
  1914. "@babel/plugin-transform-function-name": "^7.25.9",
  1915. "@babel/plugin-transform-json-strings": "^7.25.9",
  1916. "@babel/plugin-transform-literals": "^7.25.9",
  1917. "@babel/plugin-transform-logical-assignment-operators": "^7.25.9",
  1918. "@babel/plugin-transform-member-expression-literals": "^7.25.9",
  1919. "@babel/plugin-transform-modules-amd": "^7.25.9",
  1920. "@babel/plugin-transform-modules-commonjs": "^7.26.3",
  1921. "@babel/plugin-transform-modules-systemjs": "^7.25.9",
  1922. "@babel/plugin-transform-modules-umd": "^7.25.9",
  1923. "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9",
  1924. "@babel/plugin-transform-new-target": "^7.25.9",
  1925. "@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6",
  1926. "@babel/plugin-transform-numeric-separator": "^7.25.9",
  1927. "@babel/plugin-transform-object-rest-spread": "^7.25.9",
  1928. "@babel/plugin-transform-object-super": "^7.25.9",
  1929. "@babel/plugin-transform-optional-catch-binding": "^7.25.9",
  1930. "@babel/plugin-transform-optional-chaining": "^7.25.9",
  1931. "@babel/plugin-transform-parameters": "^7.25.9",
  1932. "@babel/plugin-transform-private-methods": "^7.25.9",
  1933. "@babel/plugin-transform-private-property-in-object": "^7.25.9",
  1934. "@babel/plugin-transform-property-literals": "^7.25.9",
  1935. "@babel/plugin-transform-regenerator": "^7.25.9",
  1936. "@babel/plugin-transform-regexp-modifiers": "^7.26.0",
  1937. "@babel/plugin-transform-reserved-words": "^7.25.9",
  1938. "@babel/plugin-transform-shorthand-properties": "^7.25.9",
  1939. "@babel/plugin-transform-spread": "^7.25.9",
  1940. "@babel/plugin-transform-sticky-regex": "^7.25.9",
  1941. "@babel/plugin-transform-template-literals": "^7.26.8",
  1942. "@babel/plugin-transform-typeof-symbol": "^7.26.7",
  1943. "@babel/plugin-transform-unicode-escapes": "^7.25.9",
  1944. "@babel/plugin-transform-unicode-property-regex": "^7.25.9",
  1945. "@babel/plugin-transform-unicode-regex": "^7.25.9",
  1946. "@babel/plugin-transform-unicode-sets-regex": "^7.25.9",
  1947. "@babel/preset-modules": "0.1.6-no-external-plugins",
  1948. "babel-plugin-polyfill-corejs2": "^0.4.10",
  1949. "babel-plugin-polyfill-corejs3": "^0.11.0",
  1950. "babel-plugin-polyfill-regenerator": "^0.6.1",
  1951. "core-js-compat": "^3.40.0",
  1952. "semver": "^6.3.1"
  1953. },
  1954. "engines": {
  1955. "node": ">=6.9.0"
  1956. },
  1957. "peerDependencies": {
  1958. "@babel/core": "^7.0.0-0"
  1959. }
  1960. },
  1961. "node_modules/@babel/preset-env/node_modules/semver": {
  1962. "version": "6.3.1",
  1963. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  1964. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  1965. "license": "ISC",
  1966. "bin": {
  1967. "semver": "bin/semver.js"
  1968. }
  1969. },
  1970. "node_modules/@babel/preset-modules": {
  1971. "version": "0.1.6-no-external-plugins",
  1972. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
  1973. "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
  1974. "license": "MIT",
  1975. "dependencies": {
  1976. "@babel/helper-plugin-utils": "^7.0.0",
  1977. "@babel/types": "^7.4.4",
  1978. "esutils": "^2.0.2"
  1979. },
  1980. "peerDependencies": {
  1981. "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
  1982. }
  1983. },
  1984. "node_modules/@babel/preset-react": {
  1985. "version": "7.26.3",
  1986. "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.26.3.tgz",
  1987. "integrity": "sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==",
  1988. "license": "MIT",
  1989. "dependencies": {
  1990. "@babel/helper-plugin-utils": "^7.25.9",
  1991. "@babel/helper-validator-option": "^7.25.9",
  1992. "@babel/plugin-transform-react-display-name": "^7.25.9",
  1993. "@babel/plugin-transform-react-jsx": "^7.25.9",
  1994. "@babel/plugin-transform-react-jsx-development": "^7.25.9",
  1995. "@babel/plugin-transform-react-pure-annotations": "^7.25.9"
  1996. },
  1997. "engines": {
  1998. "node": ">=6.9.0"
  1999. },
  2000. "peerDependencies": {
  2001. "@babel/core": "^7.0.0-0"
  2002. }
  2003. },
  2004. "node_modules/@babel/preset-typescript": {
  2005. "version": "7.26.0",
  2006. "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz",
  2007. "integrity": "sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==",
  2008. "license": "MIT",
  2009. "dependencies": {
  2010. "@babel/helper-plugin-utils": "^7.25.9",
  2011. "@babel/helper-validator-option": "^7.25.9",
  2012. "@babel/plugin-syntax-jsx": "^7.25.9",
  2013. "@babel/plugin-transform-modules-commonjs": "^7.25.9",
  2014. "@babel/plugin-transform-typescript": "^7.25.9"
  2015. },
  2016. "engines": {
  2017. "node": ">=6.9.0"
  2018. },
  2019. "peerDependencies": {
  2020. "@babel/core": "^7.0.0-0"
  2021. }
  2022. },
  2023. "node_modules/@babel/runtime": {
  2024. "version": "7.26.9",
  2025. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.9.tgz",
  2026. "integrity": "sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==",
  2027. "license": "MIT",
  2028. "dependencies": {
  2029. "regenerator-runtime": "^0.14.0"
  2030. },
  2031. "engines": {
  2032. "node": ">=6.9.0"
  2033. }
  2034. },
  2035. "node_modules/@babel/template": {
  2036. "version": "7.26.9",
  2037. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.26.9.tgz",
  2038. "integrity": "sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==",
  2039. "license": "MIT",
  2040. "dependencies": {
  2041. "@babel/code-frame": "^7.26.2",
  2042. "@babel/parser": "^7.26.9",
  2043. "@babel/types": "^7.26.9"
  2044. },
  2045. "engines": {
  2046. "node": ">=6.9.0"
  2047. }
  2048. },
  2049. "node_modules/@babel/traverse": {
  2050. "version": "7.26.9",
  2051. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.9.tgz",
  2052. "integrity": "sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==",
  2053. "license": "MIT",
  2054. "dependencies": {
  2055. "@babel/code-frame": "^7.26.2",
  2056. "@babel/generator": "^7.26.9",
  2057. "@babel/parser": "^7.26.9",
  2058. "@babel/template": "^7.26.9",
  2059. "@babel/types": "^7.26.9",
  2060. "debug": "^4.3.1",
  2061. "globals": "^11.1.0"
  2062. },
  2063. "engines": {
  2064. "node": ">=6.9.0"
  2065. }
  2066. },
  2067. "node_modules/@babel/types": {
  2068. "version": "7.26.9",
  2069. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.9.tgz",
  2070. "integrity": "sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==",
  2071. "license": "MIT",
  2072. "dependencies": {
  2073. "@babel/helper-string-parser": "^7.25.9",
  2074. "@babel/helper-validator-identifier": "^7.25.9"
  2075. },
  2076. "engines": {
  2077. "node": ">=6.9.0"
  2078. }
  2079. },
  2080. "node_modules/@bcoe/v8-coverage": {
  2081. "version": "0.2.3",
  2082. "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
  2083. "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
  2084. "license": "MIT"
  2085. },
  2086. "node_modules/@csstools/normalize.css": {
  2087. "version": "12.1.1",
  2088. "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.1.1.tgz",
  2089. "integrity": "sha512-YAYeJ+Xqh7fUou1d1j9XHl44BmsuThiTr4iNrgCQ3J27IbhXsxXDGZ1cXv8Qvs99d4rBbLiSKy3+WZiet32PcQ==",
  2090. "license": "CC0-1.0"
  2091. },
  2092. "node_modules/@csstools/postcss-cascade-layers": {
  2093. "version": "1.1.1",
  2094. "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz",
  2095. "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==",
  2096. "license": "CC0-1.0",
  2097. "dependencies": {
  2098. "@csstools/selector-specificity": "^2.0.2",
  2099. "postcss-selector-parser": "^6.0.10"
  2100. },
  2101. "engines": {
  2102. "node": "^12 || ^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-color-function": {
  2113. "version": "1.1.1",
  2114. "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz",
  2115. "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==",
  2116. "license": "CC0-1.0",
  2117. "dependencies": {
  2118. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  2119. "postcss-value-parser": "^4.2.0"
  2120. },
  2121. "engines": {
  2122. "node": "^12 || ^14 || >=16"
  2123. },
  2124. "funding": {
  2125. "type": "opencollective",
  2126. "url": "https://opencollective.com/csstools"
  2127. },
  2128. "peerDependencies": {
  2129. "postcss": "^8.2"
  2130. }
  2131. },
  2132. "node_modules/@csstools/postcss-font-format-keywords": {
  2133. "version": "1.0.1",
  2134. "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz",
  2135. "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==",
  2136. "license": "CC0-1.0",
  2137. "dependencies": {
  2138. "postcss-value-parser": "^4.2.0"
  2139. },
  2140. "engines": {
  2141. "node": "^12 || ^14 || >=16"
  2142. },
  2143. "funding": {
  2144. "type": "opencollective",
  2145. "url": "https://opencollective.com/csstools"
  2146. },
  2147. "peerDependencies": {
  2148. "postcss": "^8.2"
  2149. }
  2150. },
  2151. "node_modules/@csstools/postcss-hwb-function": {
  2152. "version": "1.0.2",
  2153. "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz",
  2154. "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==",
  2155. "license": "CC0-1.0",
  2156. "dependencies": {
  2157. "postcss-value-parser": "^4.2.0"
  2158. },
  2159. "engines": {
  2160. "node": "^12 || ^14 || >=16"
  2161. },
  2162. "funding": {
  2163. "type": "opencollective",
  2164. "url": "https://opencollective.com/csstools"
  2165. },
  2166. "peerDependencies": {
  2167. "postcss": "^8.2"
  2168. }
  2169. },
  2170. "node_modules/@csstools/postcss-ic-unit": {
  2171. "version": "1.0.1",
  2172. "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz",
  2173. "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==",
  2174. "license": "CC0-1.0",
  2175. "dependencies": {
  2176. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  2177. "postcss-value-parser": "^4.2.0"
  2178. },
  2179. "engines": {
  2180. "node": "^12 || ^14 || >=16"
  2181. },
  2182. "funding": {
  2183. "type": "opencollective",
  2184. "url": "https://opencollective.com/csstools"
  2185. },
  2186. "peerDependencies": {
  2187. "postcss": "^8.2"
  2188. }
  2189. },
  2190. "node_modules/@csstools/postcss-is-pseudo-class": {
  2191. "version": "2.0.7",
  2192. "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz",
  2193. "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==",
  2194. "license": "CC0-1.0",
  2195. "dependencies": {
  2196. "@csstools/selector-specificity": "^2.0.0",
  2197. "postcss-selector-parser": "^6.0.10"
  2198. },
  2199. "engines": {
  2200. "node": "^12 || ^14 || >=16"
  2201. },
  2202. "funding": {
  2203. "type": "opencollective",
  2204. "url": "https://opencollective.com/csstools"
  2205. },
  2206. "peerDependencies": {
  2207. "postcss": "^8.2"
  2208. }
  2209. },
  2210. "node_modules/@csstools/postcss-nested-calc": {
  2211. "version": "1.0.0",
  2212. "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz",
  2213. "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==",
  2214. "license": "CC0-1.0",
  2215. "dependencies": {
  2216. "postcss-value-parser": "^4.2.0"
  2217. },
  2218. "engines": {
  2219. "node": "^12 || ^14 || >=16"
  2220. },
  2221. "funding": {
  2222. "type": "opencollective",
  2223. "url": "https://opencollective.com/csstools"
  2224. },
  2225. "peerDependencies": {
  2226. "postcss": "^8.2"
  2227. }
  2228. },
  2229. "node_modules/@csstools/postcss-normalize-display-values": {
  2230. "version": "1.0.1",
  2231. "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz",
  2232. "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==",
  2233. "license": "CC0-1.0",
  2234. "dependencies": {
  2235. "postcss-value-parser": "^4.2.0"
  2236. },
  2237. "engines": {
  2238. "node": "^12 || ^14 || >=16"
  2239. },
  2240. "funding": {
  2241. "type": "opencollective",
  2242. "url": "https://opencollective.com/csstools"
  2243. },
  2244. "peerDependencies": {
  2245. "postcss": "^8.2"
  2246. }
  2247. },
  2248. "node_modules/@csstools/postcss-oklab-function": {
  2249. "version": "1.1.1",
  2250. "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz",
  2251. "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==",
  2252. "license": "CC0-1.0",
  2253. "dependencies": {
  2254. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  2255. "postcss-value-parser": "^4.2.0"
  2256. },
  2257. "engines": {
  2258. "node": "^12 || ^14 || >=16"
  2259. },
  2260. "funding": {
  2261. "type": "opencollective",
  2262. "url": "https://opencollective.com/csstools"
  2263. },
  2264. "peerDependencies": {
  2265. "postcss": "^8.2"
  2266. }
  2267. },
  2268. "node_modules/@csstools/postcss-progressive-custom-properties": {
  2269. "version": "1.3.0",
  2270. "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz",
  2271. "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==",
  2272. "license": "CC0-1.0",
  2273. "dependencies": {
  2274. "postcss-value-parser": "^4.2.0"
  2275. },
  2276. "engines": {
  2277. "node": "^12 || ^14 || >=16"
  2278. },
  2279. "peerDependencies": {
  2280. "postcss": "^8.3"
  2281. }
  2282. },
  2283. "node_modules/@csstools/postcss-stepped-value-functions": {
  2284. "version": "1.0.1",
  2285. "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz",
  2286. "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==",
  2287. "license": "CC0-1.0",
  2288. "dependencies": {
  2289. "postcss-value-parser": "^4.2.0"
  2290. },
  2291. "engines": {
  2292. "node": "^12 || ^14 || >=16"
  2293. },
  2294. "funding": {
  2295. "type": "opencollective",
  2296. "url": "https://opencollective.com/csstools"
  2297. },
  2298. "peerDependencies": {
  2299. "postcss": "^8.2"
  2300. }
  2301. },
  2302. "node_modules/@csstools/postcss-text-decoration-shorthand": {
  2303. "version": "1.0.0",
  2304. "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz",
  2305. "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==",
  2306. "license": "CC0-1.0",
  2307. "dependencies": {
  2308. "postcss-value-parser": "^4.2.0"
  2309. },
  2310. "engines": {
  2311. "node": "^12 || ^14 || >=16"
  2312. },
  2313. "funding": {
  2314. "type": "opencollective",
  2315. "url": "https://opencollective.com/csstools"
  2316. },
  2317. "peerDependencies": {
  2318. "postcss": "^8.2"
  2319. }
  2320. },
  2321. "node_modules/@csstools/postcss-trigonometric-functions": {
  2322. "version": "1.0.2",
  2323. "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz",
  2324. "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==",
  2325. "license": "CC0-1.0",
  2326. "dependencies": {
  2327. "postcss-value-parser": "^4.2.0"
  2328. },
  2329. "engines": {
  2330. "node": "^14 || >=16"
  2331. },
  2332. "funding": {
  2333. "type": "opencollective",
  2334. "url": "https://opencollective.com/csstools"
  2335. },
  2336. "peerDependencies": {
  2337. "postcss": "^8.2"
  2338. }
  2339. },
  2340. "node_modules/@csstools/postcss-unset-value": {
  2341. "version": "1.0.2",
  2342. "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz",
  2343. "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==",
  2344. "license": "CC0-1.0",
  2345. "engines": {
  2346. "node": "^12 || ^14 || >=16"
  2347. },
  2348. "funding": {
  2349. "type": "opencollective",
  2350. "url": "https://opencollective.com/csstools"
  2351. },
  2352. "peerDependencies": {
  2353. "postcss": "^8.2"
  2354. }
  2355. },
  2356. "node_modules/@csstools/selector-specificity": {
  2357. "version": "2.2.0",
  2358. "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz",
  2359. "integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==",
  2360. "license": "CC0-1.0",
  2361. "engines": {
  2362. "node": "^14 || ^16 || >=18"
  2363. },
  2364. "funding": {
  2365. "type": "opencollective",
  2366. "url": "https://opencollective.com/csstools"
  2367. },
  2368. "peerDependencies": {
  2369. "postcss-selector-parser": "^6.0.10"
  2370. }
  2371. },
  2372. "node_modules/@eslint-community/eslint-utils": {
  2373. "version": "4.4.1",
  2374. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz",
  2375. "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==",
  2376. "license": "MIT",
  2377. "dependencies": {
  2378. "eslint-visitor-keys": "^3.4.3"
  2379. },
  2380. "engines": {
  2381. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2382. },
  2383. "funding": {
  2384. "url": "https://opencollective.com/eslint"
  2385. },
  2386. "peerDependencies": {
  2387. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  2388. }
  2389. },
  2390. "node_modules/@eslint-community/regexpp": {
  2391. "version": "4.12.1",
  2392. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
  2393. "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
  2394. "license": "MIT",
  2395. "engines": {
  2396. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  2397. }
  2398. },
  2399. "node_modules/@eslint/eslintrc": {
  2400. "version": "2.1.4",
  2401. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  2402. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  2403. "license": "MIT",
  2404. "dependencies": {
  2405. "ajv": "^6.12.4",
  2406. "debug": "^4.3.2",
  2407. "espree": "^9.6.0",
  2408. "globals": "^13.19.0",
  2409. "ignore": "^5.2.0",
  2410. "import-fresh": "^3.2.1",
  2411. "js-yaml": "^4.1.0",
  2412. "minimatch": "^3.1.2",
  2413. "strip-json-comments": "^3.1.1"
  2414. },
  2415. "engines": {
  2416. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2417. },
  2418. "funding": {
  2419. "url": "https://opencollective.com/eslint"
  2420. }
  2421. },
  2422. "node_modules/@eslint/eslintrc/node_modules/argparse": {
  2423. "version": "2.0.1",
  2424. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2425. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2426. "license": "Python-2.0"
  2427. },
  2428. "node_modules/@eslint/eslintrc/node_modules/globals": {
  2429. "version": "13.24.0",
  2430. "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
  2431. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  2432. "license": "MIT",
  2433. "dependencies": {
  2434. "type-fest": "^0.20.2"
  2435. },
  2436. "engines": {
  2437. "node": ">=8"
  2438. },
  2439. "funding": {
  2440. "url": "https://github.com/sponsors/sindresorhus"
  2441. }
  2442. },
  2443. "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
  2444. "version": "4.1.0",
  2445. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  2446. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  2447. "license": "MIT",
  2448. "dependencies": {
  2449. "argparse": "^2.0.1"
  2450. },
  2451. "bin": {
  2452. "js-yaml": "bin/js-yaml.js"
  2453. }
  2454. },
  2455. "node_modules/@eslint/eslintrc/node_modules/type-fest": {
  2456. "version": "0.20.2",
  2457. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  2458. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  2459. "license": "(MIT OR CC0-1.0)",
  2460. "engines": {
  2461. "node": ">=10"
  2462. },
  2463. "funding": {
  2464. "url": "https://github.com/sponsors/sindresorhus"
  2465. }
  2466. },
  2467. "node_modules/@eslint/js": {
  2468. "version": "8.57.1",
  2469. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
  2470. "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
  2471. "license": "MIT",
  2472. "engines": {
  2473. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2474. }
  2475. },
  2476. "node_modules/@humanwhocodes/config-array": {
  2477. "version": "0.13.0",
  2478. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
  2479. "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
  2480. "deprecated": "Use @eslint/config-array instead",
  2481. "license": "Apache-2.0",
  2482. "dependencies": {
  2483. "@humanwhocodes/object-schema": "^2.0.3",
  2484. "debug": "^4.3.1",
  2485. "minimatch": "^3.0.5"
  2486. },
  2487. "engines": {
  2488. "node": ">=10.10.0"
  2489. }
  2490. },
  2491. "node_modules/@humanwhocodes/module-importer": {
  2492. "version": "1.0.1",
  2493. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  2494. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  2495. "license": "Apache-2.0",
  2496. "engines": {
  2497. "node": ">=12.22"
  2498. },
  2499. "funding": {
  2500. "type": "github",
  2501. "url": "https://github.com/sponsors/nzakas"
  2502. }
  2503. },
  2504. "node_modules/@humanwhocodes/object-schema": {
  2505. "version": "2.0.3",
  2506. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
  2507. "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
  2508. "deprecated": "Use @eslint/object-schema instead",
  2509. "license": "BSD-3-Clause"
  2510. },
  2511. "node_modules/@isaacs/cliui": {
  2512. "version": "8.0.2",
  2513. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  2514. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  2515. "license": "ISC",
  2516. "dependencies": {
  2517. "string-width": "^5.1.2",
  2518. "string-width-cjs": "npm:string-width@^4.2.0",
  2519. "strip-ansi": "^7.0.1",
  2520. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  2521. "wrap-ansi": "^8.1.0",
  2522. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  2523. },
  2524. "engines": {
  2525. "node": ">=12"
  2526. }
  2527. },
  2528. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  2529. "version": "6.1.0",
  2530. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
  2531. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  2532. "license": "MIT",
  2533. "engines": {
  2534. "node": ">=12"
  2535. },
  2536. "funding": {
  2537. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  2538. }
  2539. },
  2540. "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
  2541. "version": "6.2.1",
  2542. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
  2543. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  2544. "license": "MIT",
  2545. "engines": {
  2546. "node": ">=12"
  2547. },
  2548. "funding": {
  2549. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2550. }
  2551. },
  2552. "node_modules/@isaacs/cliui/node_modules/string-width": {
  2553. "version": "5.1.2",
  2554. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  2555. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  2556. "license": "MIT",
  2557. "dependencies": {
  2558. "eastasianwidth": "^0.2.0",
  2559. "emoji-regex": "^9.2.2",
  2560. "strip-ansi": "^7.0.1"
  2561. },
  2562. "engines": {
  2563. "node": ">=12"
  2564. },
  2565. "funding": {
  2566. "url": "https://github.com/sponsors/sindresorhus"
  2567. }
  2568. },
  2569. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  2570. "version": "7.1.0",
  2571. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  2572. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  2573. "license": "MIT",
  2574. "dependencies": {
  2575. "ansi-regex": "^6.0.1"
  2576. },
  2577. "engines": {
  2578. "node": ">=12"
  2579. },
  2580. "funding": {
  2581. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  2582. }
  2583. },
  2584. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  2585. "version": "8.1.0",
  2586. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  2587. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  2588. "license": "MIT",
  2589. "dependencies": {
  2590. "ansi-styles": "^6.1.0",
  2591. "string-width": "^5.0.1",
  2592. "strip-ansi": "^7.0.1"
  2593. },
  2594. "engines": {
  2595. "node": ">=12"
  2596. },
  2597. "funding": {
  2598. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  2599. }
  2600. },
  2601. "node_modules/@istanbuljs/load-nyc-config": {
  2602. "version": "1.1.0",
  2603. "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  2604. "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  2605. "license": "ISC",
  2606. "dependencies": {
  2607. "camelcase": "^5.3.1",
  2608. "find-up": "^4.1.0",
  2609. "get-package-type": "^0.1.0",
  2610. "js-yaml": "^3.13.1",
  2611. "resolve-from": "^5.0.0"
  2612. },
  2613. "engines": {
  2614. "node": ">=8"
  2615. }
  2616. },
  2617. "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
  2618. "version": "5.3.1",
  2619. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  2620. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  2621. "license": "MIT",
  2622. "engines": {
  2623. "node": ">=6"
  2624. }
  2625. },
  2626. "node_modules/@istanbuljs/schema": {
  2627. "version": "0.1.3",
  2628. "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
  2629. "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
  2630. "license": "MIT",
  2631. "engines": {
  2632. "node": ">=8"
  2633. }
  2634. },
  2635. "node_modules/@jest/console": {
  2636. "version": "27.5.1",
  2637. "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
  2638. "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
  2639. "license": "MIT",
  2640. "dependencies": {
  2641. "@jest/types": "^27.5.1",
  2642. "@types/node": "*",
  2643. "chalk": "^4.0.0",
  2644. "jest-message-util": "^27.5.1",
  2645. "jest-util": "^27.5.1",
  2646. "slash": "^3.0.0"
  2647. },
  2648. "engines": {
  2649. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2650. }
  2651. },
  2652. "node_modules/@jest/core": {
  2653. "version": "27.5.1",
  2654. "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
  2655. "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
  2656. "license": "MIT",
  2657. "dependencies": {
  2658. "@jest/console": "^27.5.1",
  2659. "@jest/reporters": "^27.5.1",
  2660. "@jest/test-result": "^27.5.1",
  2661. "@jest/transform": "^27.5.1",
  2662. "@jest/types": "^27.5.1",
  2663. "@types/node": "*",
  2664. "ansi-escapes": "^4.2.1",
  2665. "chalk": "^4.0.0",
  2666. "emittery": "^0.8.1",
  2667. "exit": "^0.1.2",
  2668. "graceful-fs": "^4.2.9",
  2669. "jest-changed-files": "^27.5.1",
  2670. "jest-config": "^27.5.1",
  2671. "jest-haste-map": "^27.5.1",
  2672. "jest-message-util": "^27.5.1",
  2673. "jest-regex-util": "^27.5.1",
  2674. "jest-resolve": "^27.5.1",
  2675. "jest-resolve-dependencies": "^27.5.1",
  2676. "jest-runner": "^27.5.1",
  2677. "jest-runtime": "^27.5.1",
  2678. "jest-snapshot": "^27.5.1",
  2679. "jest-util": "^27.5.1",
  2680. "jest-validate": "^27.5.1",
  2681. "jest-watcher": "^27.5.1",
  2682. "micromatch": "^4.0.4",
  2683. "rimraf": "^3.0.0",
  2684. "slash": "^3.0.0",
  2685. "strip-ansi": "^6.0.0"
  2686. },
  2687. "engines": {
  2688. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2689. },
  2690. "peerDependencies": {
  2691. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2692. },
  2693. "peerDependenciesMeta": {
  2694. "node-notifier": {
  2695. "optional": true
  2696. }
  2697. }
  2698. },
  2699. "node_modules/@jest/environment": {
  2700. "version": "27.5.1",
  2701. "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
  2702. "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
  2703. "license": "MIT",
  2704. "dependencies": {
  2705. "@jest/fake-timers": "^27.5.1",
  2706. "@jest/types": "^27.5.1",
  2707. "@types/node": "*",
  2708. "jest-mock": "^27.5.1"
  2709. },
  2710. "engines": {
  2711. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2712. }
  2713. },
  2714. "node_modules/@jest/fake-timers": {
  2715. "version": "27.5.1",
  2716. "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
  2717. "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
  2718. "license": "MIT",
  2719. "dependencies": {
  2720. "@jest/types": "^27.5.1",
  2721. "@sinonjs/fake-timers": "^8.0.1",
  2722. "@types/node": "*",
  2723. "jest-message-util": "^27.5.1",
  2724. "jest-mock": "^27.5.1",
  2725. "jest-util": "^27.5.1"
  2726. },
  2727. "engines": {
  2728. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2729. }
  2730. },
  2731. "node_modules/@jest/globals": {
  2732. "version": "27.5.1",
  2733. "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
  2734. "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
  2735. "license": "MIT",
  2736. "dependencies": {
  2737. "@jest/environment": "^27.5.1",
  2738. "@jest/types": "^27.5.1",
  2739. "expect": "^27.5.1"
  2740. },
  2741. "engines": {
  2742. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2743. }
  2744. },
  2745. "node_modules/@jest/reporters": {
  2746. "version": "27.5.1",
  2747. "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
  2748. "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
  2749. "license": "MIT",
  2750. "dependencies": {
  2751. "@bcoe/v8-coverage": "^0.2.3",
  2752. "@jest/console": "^27.5.1",
  2753. "@jest/test-result": "^27.5.1",
  2754. "@jest/transform": "^27.5.1",
  2755. "@jest/types": "^27.5.1",
  2756. "@types/node": "*",
  2757. "chalk": "^4.0.0",
  2758. "collect-v8-coverage": "^1.0.0",
  2759. "exit": "^0.1.2",
  2760. "glob": "^7.1.2",
  2761. "graceful-fs": "^4.2.9",
  2762. "istanbul-lib-coverage": "^3.0.0",
  2763. "istanbul-lib-instrument": "^5.1.0",
  2764. "istanbul-lib-report": "^3.0.0",
  2765. "istanbul-lib-source-maps": "^4.0.0",
  2766. "istanbul-reports": "^3.1.3",
  2767. "jest-haste-map": "^27.5.1",
  2768. "jest-resolve": "^27.5.1",
  2769. "jest-util": "^27.5.1",
  2770. "jest-worker": "^27.5.1",
  2771. "slash": "^3.0.0",
  2772. "source-map": "^0.6.0",
  2773. "string-length": "^4.0.1",
  2774. "terminal-link": "^2.0.0",
  2775. "v8-to-istanbul": "^8.1.0"
  2776. },
  2777. "engines": {
  2778. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2779. },
  2780. "peerDependencies": {
  2781. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2782. },
  2783. "peerDependenciesMeta": {
  2784. "node-notifier": {
  2785. "optional": true
  2786. }
  2787. }
  2788. },
  2789. "node_modules/@jest/reporters/node_modules/source-map": {
  2790. "version": "0.6.1",
  2791. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  2792. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  2793. "license": "BSD-3-Clause",
  2794. "engines": {
  2795. "node": ">=0.10.0"
  2796. }
  2797. },
  2798. "node_modules/@jest/schemas": {
  2799. "version": "28.1.3",
  2800. "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz",
  2801. "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==",
  2802. "license": "MIT",
  2803. "dependencies": {
  2804. "@sinclair/typebox": "^0.24.1"
  2805. },
  2806. "engines": {
  2807. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  2808. }
  2809. },
  2810. "node_modules/@jest/source-map": {
  2811. "version": "27.5.1",
  2812. "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
  2813. "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
  2814. "license": "MIT",
  2815. "dependencies": {
  2816. "callsites": "^3.0.0",
  2817. "graceful-fs": "^4.2.9",
  2818. "source-map": "^0.6.0"
  2819. },
  2820. "engines": {
  2821. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2822. }
  2823. },
  2824. "node_modules/@jest/source-map/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. "license": "BSD-3-Clause",
  2829. "engines": {
  2830. "node": ">=0.10.0"
  2831. }
  2832. },
  2833. "node_modules/@jest/test-result": {
  2834. "version": "27.5.1",
  2835. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
  2836. "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
  2837. "license": "MIT",
  2838. "dependencies": {
  2839. "@jest/console": "^27.5.1",
  2840. "@jest/types": "^27.5.1",
  2841. "@types/istanbul-lib-coverage": "^2.0.0",
  2842. "collect-v8-coverage": "^1.0.0"
  2843. },
  2844. "engines": {
  2845. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2846. }
  2847. },
  2848. "node_modules/@jest/test-sequencer": {
  2849. "version": "27.5.1",
  2850. "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
  2851. "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
  2852. "license": "MIT",
  2853. "dependencies": {
  2854. "@jest/test-result": "^27.5.1",
  2855. "graceful-fs": "^4.2.9",
  2856. "jest-haste-map": "^27.5.1",
  2857. "jest-runtime": "^27.5.1"
  2858. },
  2859. "engines": {
  2860. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2861. }
  2862. },
  2863. "node_modules/@jest/transform": {
  2864. "version": "27.5.1",
  2865. "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
  2866. "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
  2867. "license": "MIT",
  2868. "dependencies": {
  2869. "@babel/core": "^7.1.0",
  2870. "@jest/types": "^27.5.1",
  2871. "babel-plugin-istanbul": "^6.1.1",
  2872. "chalk": "^4.0.0",
  2873. "convert-source-map": "^1.4.0",
  2874. "fast-json-stable-stringify": "^2.0.0",
  2875. "graceful-fs": "^4.2.9",
  2876. "jest-haste-map": "^27.5.1",
  2877. "jest-regex-util": "^27.5.1",
  2878. "jest-util": "^27.5.1",
  2879. "micromatch": "^4.0.4",
  2880. "pirates": "^4.0.4",
  2881. "slash": "^3.0.0",
  2882. "source-map": "^0.6.1",
  2883. "write-file-atomic": "^3.0.0"
  2884. },
  2885. "engines": {
  2886. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2887. }
  2888. },
  2889. "node_modules/@jest/transform/node_modules/convert-source-map": {
  2890. "version": "1.9.0",
  2891. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  2892. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
  2893. "license": "MIT"
  2894. },
  2895. "node_modules/@jest/transform/node_modules/source-map": {
  2896. "version": "0.6.1",
  2897. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  2898. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  2899. "license": "BSD-3-Clause",
  2900. "engines": {
  2901. "node": ">=0.10.0"
  2902. }
  2903. },
  2904. "node_modules/@jest/types": {
  2905. "version": "27.5.1",
  2906. "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
  2907. "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
  2908. "license": "MIT",
  2909. "dependencies": {
  2910. "@types/istanbul-lib-coverage": "^2.0.0",
  2911. "@types/istanbul-reports": "^3.0.0",
  2912. "@types/node": "*",
  2913. "@types/yargs": "^16.0.0",
  2914. "chalk": "^4.0.0"
  2915. },
  2916. "engines": {
  2917. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2918. }
  2919. },
  2920. "node_modules/@jridgewell/gen-mapping": {
  2921. "version": "0.3.8",
  2922. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
  2923. "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
  2924. "license": "MIT",
  2925. "dependencies": {
  2926. "@jridgewell/set-array": "^1.2.1",
  2927. "@jridgewell/sourcemap-codec": "^1.4.10",
  2928. "@jridgewell/trace-mapping": "^0.3.24"
  2929. },
  2930. "engines": {
  2931. "node": ">=6.0.0"
  2932. }
  2933. },
  2934. "node_modules/@jridgewell/resolve-uri": {
  2935. "version": "3.1.2",
  2936. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  2937. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  2938. "license": "MIT",
  2939. "engines": {
  2940. "node": ">=6.0.0"
  2941. }
  2942. },
  2943. "node_modules/@jridgewell/set-array": {
  2944. "version": "1.2.1",
  2945. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  2946. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  2947. "license": "MIT",
  2948. "engines": {
  2949. "node": ">=6.0.0"
  2950. }
  2951. },
  2952. "node_modules/@jridgewell/source-map": {
  2953. "version": "0.3.6",
  2954. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
  2955. "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
  2956. "license": "MIT",
  2957. "dependencies": {
  2958. "@jridgewell/gen-mapping": "^0.3.5",
  2959. "@jridgewell/trace-mapping": "^0.3.25"
  2960. }
  2961. },
  2962. "node_modules/@jridgewell/sourcemap-codec": {
  2963. "version": "1.5.0",
  2964. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  2965. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  2966. "license": "MIT"
  2967. },
  2968. "node_modules/@jridgewell/trace-mapping": {
  2969. "version": "0.3.25",
  2970. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  2971. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  2972. "license": "MIT",
  2973. "dependencies": {
  2974. "@jridgewell/resolve-uri": "^3.1.0",
  2975. "@jridgewell/sourcemap-codec": "^1.4.14"
  2976. }
  2977. },
  2978. "node_modules/@leichtgewicht/ip-codec": {
  2979. "version": "2.0.5",
  2980. "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz",
  2981. "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==",
  2982. "license": "MIT"
  2983. },
  2984. "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
  2985. "version": "5.1.1-v1",
  2986. "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
  2987. "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
  2988. "license": "MIT",
  2989. "dependencies": {
  2990. "eslint-scope": "5.1.1"
  2991. }
  2992. },
  2993. "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": {
  2994. "version": "5.1.1",
  2995. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  2996. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  2997. "license": "BSD-2-Clause",
  2998. "dependencies": {
  2999. "esrecurse": "^4.3.0",
  3000. "estraverse": "^4.1.1"
  3001. },
  3002. "engines": {
  3003. "node": ">=8.0.0"
  3004. }
  3005. },
  3006. "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": {
  3007. "version": "4.3.0",
  3008. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  3009. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  3010. "license": "BSD-2-Clause",
  3011. "engines": {
  3012. "node": ">=4.0"
  3013. }
  3014. },
  3015. "node_modules/@nodelib/fs.scandir": {
  3016. "version": "2.1.5",
  3017. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  3018. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  3019. "license": "MIT",
  3020. "dependencies": {
  3021. "@nodelib/fs.stat": "2.0.5",
  3022. "run-parallel": "^1.1.9"
  3023. },
  3024. "engines": {
  3025. "node": ">= 8"
  3026. }
  3027. },
  3028. "node_modules/@nodelib/fs.stat": {
  3029. "version": "2.0.5",
  3030. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  3031. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  3032. "license": "MIT",
  3033. "engines": {
  3034. "node": ">= 8"
  3035. }
  3036. },
  3037. "node_modules/@nodelib/fs.walk": {
  3038. "version": "1.2.8",
  3039. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  3040. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  3041. "license": "MIT",
  3042. "dependencies": {
  3043. "@nodelib/fs.scandir": "2.1.5",
  3044. "fastq": "^1.6.0"
  3045. },
  3046. "engines": {
  3047. "node": ">= 8"
  3048. }
  3049. },
  3050. "node_modules/@pkgjs/parseargs": {
  3051. "version": "0.11.0",
  3052. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  3053. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  3054. "license": "MIT",
  3055. "optional": true,
  3056. "engines": {
  3057. "node": ">=14"
  3058. }
  3059. },
  3060. "node_modules/@pmmmwh/react-refresh-webpack-plugin": {
  3061. "version": "0.5.15",
  3062. "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.15.tgz",
  3063. "integrity": "sha512-LFWllMA55pzB9D34w/wXUCf8+c+IYKuJDgxiZ3qMhl64KRMBHYM1I3VdGaD2BV5FNPV2/S2596bppxHbv2ZydQ==",
  3064. "license": "MIT",
  3065. "dependencies": {
  3066. "ansi-html": "^0.0.9",
  3067. "core-js-pure": "^3.23.3",
  3068. "error-stack-parser": "^2.0.6",
  3069. "html-entities": "^2.1.0",
  3070. "loader-utils": "^2.0.4",
  3071. "schema-utils": "^4.2.0",
  3072. "source-map": "^0.7.3"
  3073. },
  3074. "engines": {
  3075. "node": ">= 10.13"
  3076. },
  3077. "peerDependencies": {
  3078. "@types/webpack": "4.x || 5.x",
  3079. "react-refresh": ">=0.10.0 <1.0.0",
  3080. "sockjs-client": "^1.4.0",
  3081. "type-fest": ">=0.17.0 <5.0.0",
  3082. "webpack": ">=4.43.0 <6.0.0",
  3083. "webpack-dev-server": "3.x || 4.x || 5.x",
  3084. "webpack-hot-middleware": "2.x",
  3085. "webpack-plugin-serve": "0.x || 1.x"
  3086. },
  3087. "peerDependenciesMeta": {
  3088. "@types/webpack": {
  3089. "optional": true
  3090. },
  3091. "sockjs-client": {
  3092. "optional": true
  3093. },
  3094. "type-fest": {
  3095. "optional": true
  3096. },
  3097. "webpack-dev-server": {
  3098. "optional": true
  3099. },
  3100. "webpack-hot-middleware": {
  3101. "optional": true
  3102. },
  3103. "webpack-plugin-serve": {
  3104. "optional": true
  3105. }
  3106. }
  3107. },
  3108. "node_modules/@remix-run/router": {
  3109. "version": "1.22.0",
  3110. "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.22.0.tgz",
  3111. "integrity": "sha512-MBOl8MeOzpK0HQQQshKB7pABXbmyHizdTpqnrIseTbsv0nAepwC2ENZa1aaBExNQcpLoXmWthhak8SABLzvGPw==",
  3112. "license": "MIT",
  3113. "engines": {
  3114. "node": ">=14.0.0"
  3115. }
  3116. },
  3117. "node_modules/@rollup/plugin-babel": {
  3118. "version": "5.3.1",
  3119. "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
  3120. "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
  3121. "license": "MIT",
  3122. "dependencies": {
  3123. "@babel/helper-module-imports": "^7.10.4",
  3124. "@rollup/pluginutils": "^3.1.0"
  3125. },
  3126. "engines": {
  3127. "node": ">= 10.0.0"
  3128. },
  3129. "peerDependencies": {
  3130. "@babel/core": "^7.0.0",
  3131. "@types/babel__core": "^7.1.9",
  3132. "rollup": "^1.20.0||^2.0.0"
  3133. },
  3134. "peerDependenciesMeta": {
  3135. "@types/babel__core": {
  3136. "optional": true
  3137. }
  3138. }
  3139. },
  3140. "node_modules/@rollup/plugin-node-resolve": {
  3141. "version": "11.2.1",
  3142. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
  3143. "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
  3144. "license": "MIT",
  3145. "dependencies": {
  3146. "@rollup/pluginutils": "^3.1.0",
  3147. "@types/resolve": "1.17.1",
  3148. "builtin-modules": "^3.1.0",
  3149. "deepmerge": "^4.2.2",
  3150. "is-module": "^1.0.0",
  3151. "resolve": "^1.19.0"
  3152. },
  3153. "engines": {
  3154. "node": ">= 10.0.0"
  3155. },
  3156. "peerDependencies": {
  3157. "rollup": "^1.20.0||^2.0.0"
  3158. }
  3159. },
  3160. "node_modules/@rollup/plugin-replace": {
  3161. "version": "2.4.2",
  3162. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
  3163. "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
  3164. "license": "MIT",
  3165. "dependencies": {
  3166. "@rollup/pluginutils": "^3.1.0",
  3167. "magic-string": "^0.25.7"
  3168. },
  3169. "peerDependencies": {
  3170. "rollup": "^1.20.0 || ^2.0.0"
  3171. }
  3172. },
  3173. "node_modules/@rollup/pluginutils": {
  3174. "version": "3.1.0",
  3175. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
  3176. "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
  3177. "license": "MIT",
  3178. "dependencies": {
  3179. "@types/estree": "0.0.39",
  3180. "estree-walker": "^1.0.1",
  3181. "picomatch": "^2.2.2"
  3182. },
  3183. "engines": {
  3184. "node": ">= 8.0.0"
  3185. },
  3186. "peerDependencies": {
  3187. "rollup": "^1.20.0||^2.0.0"
  3188. }
  3189. },
  3190. "node_modules/@rollup/pluginutils/node_modules/@types/estree": {
  3191. "version": "0.0.39",
  3192. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
  3193. "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
  3194. "license": "MIT"
  3195. },
  3196. "node_modules/@rtsao/scc": {
  3197. "version": "1.1.0",
  3198. "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
  3199. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  3200. "license": "MIT"
  3201. },
  3202. "node_modules/@rushstack/eslint-patch": {
  3203. "version": "1.10.5",
  3204. "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.5.tgz",
  3205. "integrity": "sha512-kkKUDVlII2DQiKy7UstOR1ErJP8kUKAQ4oa+SQtM0K+lPdmmjj0YnnxBgtTVYH7mUKtbsxeFC9y0AmK7Yb78/A==",
  3206. "license": "MIT"
  3207. },
  3208. "node_modules/@sinclair/typebox": {
  3209. "version": "0.24.51",
  3210. "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz",
  3211. "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==",
  3212. "license": "MIT"
  3213. },
  3214. "node_modules/@sinonjs/commons": {
  3215. "version": "1.8.6",
  3216. "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
  3217. "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==",
  3218. "license": "BSD-3-Clause",
  3219. "dependencies": {
  3220. "type-detect": "4.0.8"
  3221. }
  3222. },
  3223. "node_modules/@sinonjs/fake-timers": {
  3224. "version": "8.1.0",
  3225. "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
  3226. "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
  3227. "license": "BSD-3-Clause",
  3228. "dependencies": {
  3229. "@sinonjs/commons": "^1.7.0"
  3230. }
  3231. },
  3232. "node_modules/@surma/rollup-plugin-off-main-thread": {
  3233. "version": "2.2.3",
  3234. "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
  3235. "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
  3236. "license": "Apache-2.0",
  3237. "dependencies": {
  3238. "ejs": "^3.1.6",
  3239. "json5": "^2.2.0",
  3240. "magic-string": "^0.25.0",
  3241. "string.prototype.matchall": "^4.0.6"
  3242. }
  3243. },
  3244. "node_modules/@svgr/babel-plugin-add-jsx-attribute": {
  3245. "version": "5.4.0",
  3246. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz",
  3247. "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==",
  3248. "license": "MIT",
  3249. "engines": {
  3250. "node": ">=10"
  3251. },
  3252. "funding": {
  3253. "type": "github",
  3254. "url": "https://github.com/sponsors/gregberge"
  3255. }
  3256. },
  3257. "node_modules/@svgr/babel-plugin-remove-jsx-attribute": {
  3258. "version": "5.4.0",
  3259. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz",
  3260. "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==",
  3261. "license": "MIT",
  3262. "engines": {
  3263. "node": ">=10"
  3264. },
  3265. "funding": {
  3266. "type": "github",
  3267. "url": "https://github.com/sponsors/gregberge"
  3268. }
  3269. },
  3270. "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": {
  3271. "version": "5.0.1",
  3272. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz",
  3273. "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==",
  3274. "license": "MIT",
  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-replace-jsx-attribute-value": {
  3284. "version": "5.0.1",
  3285. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz",
  3286. "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==",
  3287. "license": "MIT",
  3288. "engines": {
  3289. "node": ">=10"
  3290. },
  3291. "funding": {
  3292. "type": "github",
  3293. "url": "https://github.com/sponsors/gregberge"
  3294. }
  3295. },
  3296. "node_modules/@svgr/babel-plugin-svg-dynamic-title": {
  3297. "version": "5.4.0",
  3298. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz",
  3299. "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==",
  3300. "license": "MIT",
  3301. "engines": {
  3302. "node": ">=10"
  3303. },
  3304. "funding": {
  3305. "type": "github",
  3306. "url": "https://github.com/sponsors/gregberge"
  3307. }
  3308. },
  3309. "node_modules/@svgr/babel-plugin-svg-em-dimensions": {
  3310. "version": "5.4.0",
  3311. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz",
  3312. "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==",
  3313. "license": "MIT",
  3314. "engines": {
  3315. "node": ">=10"
  3316. },
  3317. "funding": {
  3318. "type": "github",
  3319. "url": "https://github.com/sponsors/gregberge"
  3320. }
  3321. },
  3322. "node_modules/@svgr/babel-plugin-transform-react-native-svg": {
  3323. "version": "5.4.0",
  3324. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz",
  3325. "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==",
  3326. "license": "MIT",
  3327. "engines": {
  3328. "node": ">=10"
  3329. },
  3330. "funding": {
  3331. "type": "github",
  3332. "url": "https://github.com/sponsors/gregberge"
  3333. }
  3334. },
  3335. "node_modules/@svgr/babel-plugin-transform-svg-component": {
  3336. "version": "5.5.0",
  3337. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
  3338. "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==",
  3339. "license": "MIT",
  3340. "engines": {
  3341. "node": ">=10"
  3342. },
  3343. "funding": {
  3344. "type": "github",
  3345. "url": "https://github.com/sponsors/gregberge"
  3346. }
  3347. },
  3348. "node_modules/@svgr/babel-preset": {
  3349. "version": "5.5.0",
  3350. "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz",
  3351. "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==",
  3352. "license": "MIT",
  3353. "dependencies": {
  3354. "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
  3355. "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
  3356. "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
  3357. "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
  3358. "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
  3359. "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
  3360. "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
  3361. "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
  3362. },
  3363. "engines": {
  3364. "node": ">=10"
  3365. },
  3366. "funding": {
  3367. "type": "github",
  3368. "url": "https://github.com/sponsors/gregberge"
  3369. }
  3370. },
  3371. "node_modules/@svgr/core": {
  3372. "version": "5.5.0",
  3373. "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
  3374. "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
  3375. "license": "MIT",
  3376. "dependencies": {
  3377. "@svgr/plugin-jsx": "^5.5.0",
  3378. "camelcase": "^6.2.0",
  3379. "cosmiconfig": "^7.0.0"
  3380. },
  3381. "engines": {
  3382. "node": ">=10"
  3383. },
  3384. "funding": {
  3385. "type": "github",
  3386. "url": "https://github.com/sponsors/gregberge"
  3387. }
  3388. },
  3389. "node_modules/@svgr/hast-util-to-babel-ast": {
  3390. "version": "5.5.0",
  3391. "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
  3392. "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
  3393. "license": "MIT",
  3394. "dependencies": {
  3395. "@babel/types": "^7.12.6"
  3396. },
  3397. "engines": {
  3398. "node": ">=10"
  3399. },
  3400. "funding": {
  3401. "type": "github",
  3402. "url": "https://github.com/sponsors/gregberge"
  3403. }
  3404. },
  3405. "node_modules/@svgr/plugin-jsx": {
  3406. "version": "5.5.0",
  3407. "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
  3408. "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
  3409. "license": "MIT",
  3410. "dependencies": {
  3411. "@babel/core": "^7.12.3",
  3412. "@svgr/babel-preset": "^5.5.0",
  3413. "@svgr/hast-util-to-babel-ast": "^5.5.0",
  3414. "svg-parser": "^2.0.2"
  3415. },
  3416. "engines": {
  3417. "node": ">=10"
  3418. },
  3419. "funding": {
  3420. "type": "github",
  3421. "url": "https://github.com/sponsors/gregberge"
  3422. }
  3423. },
  3424. "node_modules/@svgr/plugin-svgo": {
  3425. "version": "5.5.0",
  3426. "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
  3427. "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
  3428. "license": "MIT",
  3429. "dependencies": {
  3430. "cosmiconfig": "^7.0.0",
  3431. "deepmerge": "^4.2.2",
  3432. "svgo": "^1.2.2"
  3433. },
  3434. "engines": {
  3435. "node": ">=10"
  3436. },
  3437. "funding": {
  3438. "type": "github",
  3439. "url": "https://github.com/sponsors/gregberge"
  3440. }
  3441. },
  3442. "node_modules/@svgr/webpack": {
  3443. "version": "5.5.0",
  3444. "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
  3445. "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
  3446. "license": "MIT",
  3447. "dependencies": {
  3448. "@babel/core": "^7.12.3",
  3449. "@babel/plugin-transform-react-constant-elements": "^7.12.1",
  3450. "@babel/preset-env": "^7.12.1",
  3451. "@babel/preset-react": "^7.12.5",
  3452. "@svgr/core": "^5.5.0",
  3453. "@svgr/plugin-jsx": "^5.5.0",
  3454. "@svgr/plugin-svgo": "^5.5.0",
  3455. "loader-utils": "^2.0.0"
  3456. },
  3457. "engines": {
  3458. "node": ">=10"
  3459. },
  3460. "funding": {
  3461. "type": "github",
  3462. "url": "https://github.com/sponsors/gregberge"
  3463. }
  3464. },
  3465. "node_modules/@testing-library/dom": {
  3466. "version": "10.4.0",
  3467. "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz",
  3468. "integrity": "sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==",
  3469. "license": "MIT",
  3470. "dependencies": {
  3471. "@babel/code-frame": "^7.10.4",
  3472. "@babel/runtime": "^7.12.5",
  3473. "@types/aria-query": "^5.0.1",
  3474. "aria-query": "5.3.0",
  3475. "chalk": "^4.1.0",
  3476. "dom-accessibility-api": "^0.5.9",
  3477. "lz-string": "^1.5.0",
  3478. "pretty-format": "^27.0.2"
  3479. },
  3480. "engines": {
  3481. "node": ">=18"
  3482. }
  3483. },
  3484. "node_modules/@testing-library/dom/node_modules/aria-query": {
  3485. "version": "5.3.0",
  3486. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
  3487. "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
  3488. "license": "Apache-2.0",
  3489. "dependencies": {
  3490. "dequal": "^2.0.3"
  3491. }
  3492. },
  3493. "node_modules/@testing-library/jest-dom": {
  3494. "version": "6.6.3",
  3495. "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz",
  3496. "integrity": "sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==",
  3497. "license": "MIT",
  3498. "dependencies": {
  3499. "@adobe/css-tools": "^4.4.0",
  3500. "aria-query": "^5.0.0",
  3501. "chalk": "^3.0.0",
  3502. "css.escape": "^1.5.1",
  3503. "dom-accessibility-api": "^0.6.3",
  3504. "lodash": "^4.17.21",
  3505. "redent": "^3.0.0"
  3506. },
  3507. "engines": {
  3508. "node": ">=14",
  3509. "npm": ">=6",
  3510. "yarn": ">=1"
  3511. }
  3512. },
  3513. "node_modules/@testing-library/jest-dom/node_modules/chalk": {
  3514. "version": "3.0.0",
  3515. "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
  3516. "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
  3517. "license": "MIT",
  3518. "dependencies": {
  3519. "ansi-styles": "^4.1.0",
  3520. "supports-color": "^7.1.0"
  3521. },
  3522. "engines": {
  3523. "node": ">=8"
  3524. }
  3525. },
  3526. "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": {
  3527. "version": "0.6.3",
  3528. "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz",
  3529. "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==",
  3530. "license": "MIT"
  3531. },
  3532. "node_modules/@testing-library/react": {
  3533. "version": "16.2.0",
  3534. "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.2.0.tgz",
  3535. "integrity": "sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ==",
  3536. "license": "MIT",
  3537. "dependencies": {
  3538. "@babel/runtime": "^7.12.5"
  3539. },
  3540. "engines": {
  3541. "node": ">=18"
  3542. },
  3543. "peerDependencies": {
  3544. "@testing-library/dom": "^10.0.0",
  3545. "@types/react": "^18.0.0 || ^19.0.0",
  3546. "@types/react-dom": "^18.0.0 || ^19.0.0",
  3547. "react": "^18.0.0 || ^19.0.0",
  3548. "react-dom": "^18.0.0 || ^19.0.0"
  3549. },
  3550. "peerDependenciesMeta": {
  3551. "@types/react": {
  3552. "optional": true
  3553. },
  3554. "@types/react-dom": {
  3555. "optional": true
  3556. }
  3557. }
  3558. },
  3559. "node_modules/@testing-library/user-event": {
  3560. "version": "13.5.0",
  3561. "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
  3562. "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
  3563. "license": "MIT",
  3564. "dependencies": {
  3565. "@babel/runtime": "^7.12.5"
  3566. },
  3567. "engines": {
  3568. "node": ">=10",
  3569. "npm": ">=6"
  3570. },
  3571. "peerDependencies": {
  3572. "@testing-library/dom": ">=7.21.4"
  3573. }
  3574. },
  3575. "node_modules/@tootallnate/once": {
  3576. "version": "1.1.2",
  3577. "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
  3578. "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
  3579. "license": "MIT",
  3580. "engines": {
  3581. "node": ">= 6"
  3582. }
  3583. },
  3584. "node_modules/@trysound/sax": {
  3585. "version": "0.2.0",
  3586. "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
  3587. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
  3588. "license": "ISC",
  3589. "engines": {
  3590. "node": ">=10.13.0"
  3591. }
  3592. },
  3593. "node_modules/@types/aria-query": {
  3594. "version": "5.0.4",
  3595. "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz",
  3596. "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==",
  3597. "license": "MIT"
  3598. },
  3599. "node_modules/@types/babel__core": {
  3600. "version": "7.20.5",
  3601. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
  3602. "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
  3603. "license": "MIT",
  3604. "dependencies": {
  3605. "@babel/parser": "^7.20.7",
  3606. "@babel/types": "^7.20.7",
  3607. "@types/babel__generator": "*",
  3608. "@types/babel__template": "*",
  3609. "@types/babel__traverse": "*"
  3610. }
  3611. },
  3612. "node_modules/@types/babel__generator": {
  3613. "version": "7.6.8",
  3614. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz",
  3615. "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==",
  3616. "license": "MIT",
  3617. "dependencies": {
  3618. "@babel/types": "^7.0.0"
  3619. }
  3620. },
  3621. "node_modules/@types/babel__template": {
  3622. "version": "7.4.4",
  3623. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
  3624. "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
  3625. "license": "MIT",
  3626. "dependencies": {
  3627. "@babel/parser": "^7.1.0",
  3628. "@babel/types": "^7.0.0"
  3629. }
  3630. },
  3631. "node_modules/@types/babel__traverse": {
  3632. "version": "7.20.6",
  3633. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz",
  3634. "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==",
  3635. "license": "MIT",
  3636. "dependencies": {
  3637. "@babel/types": "^7.20.7"
  3638. }
  3639. },
  3640. "node_modules/@types/body-parser": {
  3641. "version": "1.19.5",
  3642. "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",
  3643. "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
  3644. "license": "MIT",
  3645. "dependencies": {
  3646. "@types/connect": "*",
  3647. "@types/node": "*"
  3648. }
  3649. },
  3650. "node_modules/@types/bonjour": {
  3651. "version": "3.5.13",
  3652. "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz",
  3653. "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==",
  3654. "license": "MIT",
  3655. "dependencies": {
  3656. "@types/node": "*"
  3657. }
  3658. },
  3659. "node_modules/@types/connect": {
  3660. "version": "3.4.38",
  3661. "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
  3662. "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
  3663. "license": "MIT",
  3664. "dependencies": {
  3665. "@types/node": "*"
  3666. }
  3667. },
  3668. "node_modules/@types/connect-history-api-fallback": {
  3669. "version": "1.5.4",
  3670. "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz",
  3671. "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==",
  3672. "license": "MIT",
  3673. "dependencies": {
  3674. "@types/express-serve-static-core": "*",
  3675. "@types/node": "*"
  3676. }
  3677. },
  3678. "node_modules/@types/eslint": {
  3679. "version": "8.56.12",
  3680. "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz",
  3681. "integrity": "sha512-03ruubjWyOHlmljCVoxSuNDdmfZDzsrrz0P2LeJsOXr+ZwFQ+0yQIwNCwt/GYhV7Z31fgtXJTAEs+FYlEL851g==",
  3682. "license": "MIT",
  3683. "dependencies": {
  3684. "@types/estree": "*",
  3685. "@types/json-schema": "*"
  3686. }
  3687. },
  3688. "node_modules/@types/eslint-scope": {
  3689. "version": "3.7.7",
  3690. "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz",
  3691. "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==",
  3692. "license": "MIT",
  3693. "dependencies": {
  3694. "@types/eslint": "*",
  3695. "@types/estree": "*"
  3696. }
  3697. },
  3698. "node_modules/@types/estree": {
  3699. "version": "1.0.6",
  3700. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
  3701. "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
  3702. "license": "MIT"
  3703. },
  3704. "node_modules/@types/express": {
  3705. "version": "4.17.21",
  3706. "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
  3707. "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
  3708. "license": "MIT",
  3709. "dependencies": {
  3710. "@types/body-parser": "*",
  3711. "@types/express-serve-static-core": "^4.17.33",
  3712. "@types/qs": "*",
  3713. "@types/serve-static": "*"
  3714. }
  3715. },
  3716. "node_modules/@types/express-serve-static-core": {
  3717. "version": "5.0.6",
  3718. "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz",
  3719. "integrity": "sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==",
  3720. "license": "MIT",
  3721. "dependencies": {
  3722. "@types/node": "*",
  3723. "@types/qs": "*",
  3724. "@types/range-parser": "*",
  3725. "@types/send": "*"
  3726. }
  3727. },
  3728. "node_modules/@types/express/node_modules/@types/express-serve-static-core": {
  3729. "version": "4.19.6",
  3730. "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz",
  3731. "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==",
  3732. "license": "MIT",
  3733. "dependencies": {
  3734. "@types/node": "*",
  3735. "@types/qs": "*",
  3736. "@types/range-parser": "*",
  3737. "@types/send": "*"
  3738. }
  3739. },
  3740. "node_modules/@types/graceful-fs": {
  3741. "version": "4.1.9",
  3742. "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
  3743. "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==",
  3744. "license": "MIT",
  3745. "dependencies": {
  3746. "@types/node": "*"
  3747. }
  3748. },
  3749. "node_modules/@types/html-minifier-terser": {
  3750. "version": "6.1.0",
  3751. "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
  3752. "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==",
  3753. "license": "MIT"
  3754. },
  3755. "node_modules/@types/http-errors": {
  3756. "version": "2.0.4",
  3757. "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz",
  3758. "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==",
  3759. "license": "MIT"
  3760. },
  3761. "node_modules/@types/http-proxy": {
  3762. "version": "1.17.16",
  3763. "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.16.tgz",
  3764. "integrity": "sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w==",
  3765. "license": "MIT",
  3766. "dependencies": {
  3767. "@types/node": "*"
  3768. }
  3769. },
  3770. "node_modules/@types/istanbul-lib-coverage": {
  3771. "version": "2.0.6",
  3772. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
  3773. "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
  3774. "license": "MIT"
  3775. },
  3776. "node_modules/@types/istanbul-lib-report": {
  3777. "version": "3.0.3",
  3778. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
  3779. "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
  3780. "license": "MIT",
  3781. "dependencies": {
  3782. "@types/istanbul-lib-coverage": "*"
  3783. }
  3784. },
  3785. "node_modules/@types/istanbul-reports": {
  3786. "version": "3.0.4",
  3787. "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
  3788. "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
  3789. "license": "MIT",
  3790. "dependencies": {
  3791. "@types/istanbul-lib-report": "*"
  3792. }
  3793. },
  3794. "node_modules/@types/json-schema": {
  3795. "version": "7.0.15",
  3796. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  3797. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  3798. "license": "MIT"
  3799. },
  3800. "node_modules/@types/json5": {
  3801. "version": "0.0.29",
  3802. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  3803. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  3804. "license": "MIT"
  3805. },
  3806. "node_modules/@types/mime": {
  3807. "version": "1.3.5",
  3808. "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
  3809. "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
  3810. "license": "MIT"
  3811. },
  3812. "node_modules/@types/node": {
  3813. "version": "22.13.5",
  3814. "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.5.tgz",
  3815. "integrity": "sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==",
  3816. "license": "MIT",
  3817. "dependencies": {
  3818. "undici-types": "~6.20.0"
  3819. }
  3820. },
  3821. "node_modules/@types/node-forge": {
  3822. "version": "1.3.11",
  3823. "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz",
  3824. "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==",
  3825. "license": "MIT",
  3826. "dependencies": {
  3827. "@types/node": "*"
  3828. }
  3829. },
  3830. "node_modules/@types/parse-json": {
  3831. "version": "4.0.2",
  3832. "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
  3833. "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
  3834. "license": "MIT"
  3835. },
  3836. "node_modules/@types/prettier": {
  3837. "version": "2.7.3",
  3838. "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz",
  3839. "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==",
  3840. "license": "MIT"
  3841. },
  3842. "node_modules/@types/q": {
  3843. "version": "1.5.8",
  3844. "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.8.tgz",
  3845. "integrity": "sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==",
  3846. "license": "MIT"
  3847. },
  3848. "node_modules/@types/qs": {
  3849. "version": "6.9.18",
  3850. "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz",
  3851. "integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==",
  3852. "license": "MIT"
  3853. },
  3854. "node_modules/@types/range-parser": {
  3855. "version": "1.2.7",
  3856. "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
  3857. "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
  3858. "license": "MIT"
  3859. },
  3860. "node_modules/@types/resolve": {
  3861. "version": "1.17.1",
  3862. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
  3863. "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
  3864. "license": "MIT",
  3865. "dependencies": {
  3866. "@types/node": "*"
  3867. }
  3868. },
  3869. "node_modules/@types/retry": {
  3870. "version": "0.12.0",
  3871. "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
  3872. "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
  3873. "license": "MIT"
  3874. },
  3875. "node_modules/@types/semver": {
  3876. "version": "7.5.8",
  3877. "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
  3878. "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
  3879. "license": "MIT"
  3880. },
  3881. "node_modules/@types/send": {
  3882. "version": "0.17.4",
  3883. "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
  3884. "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
  3885. "license": "MIT",
  3886. "dependencies": {
  3887. "@types/mime": "^1",
  3888. "@types/node": "*"
  3889. }
  3890. },
  3891. "node_modules/@types/serve-index": {
  3892. "version": "1.9.4",
  3893. "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz",
  3894. "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==",
  3895. "license": "MIT",
  3896. "dependencies": {
  3897. "@types/express": "*"
  3898. }
  3899. },
  3900. "node_modules/@types/serve-static": {
  3901. "version": "1.15.7",
  3902. "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz",
  3903. "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==",
  3904. "license": "MIT",
  3905. "dependencies": {
  3906. "@types/http-errors": "*",
  3907. "@types/node": "*",
  3908. "@types/send": "*"
  3909. }
  3910. },
  3911. "node_modules/@types/sockjs": {
  3912. "version": "0.3.36",
  3913. "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz",
  3914. "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==",
  3915. "license": "MIT",
  3916. "dependencies": {
  3917. "@types/node": "*"
  3918. }
  3919. },
  3920. "node_modules/@types/stack-utils": {
  3921. "version": "2.0.3",
  3922. "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
  3923. "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==",
  3924. "license": "MIT"
  3925. },
  3926. "node_modules/@types/trusted-types": {
  3927. "version": "2.0.7",
  3928. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
  3929. "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
  3930. "license": "MIT"
  3931. },
  3932. "node_modules/@types/ws": {
  3933. "version": "8.5.14",
  3934. "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.14.tgz",
  3935. "integrity": "sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==",
  3936. "license": "MIT",
  3937. "dependencies": {
  3938. "@types/node": "*"
  3939. }
  3940. },
  3941. "node_modules/@types/yargs": {
  3942. "version": "16.0.9",
  3943. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz",
  3944. "integrity": "sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==",
  3945. "license": "MIT",
  3946. "dependencies": {
  3947. "@types/yargs-parser": "*"
  3948. }
  3949. },
  3950. "node_modules/@types/yargs-parser": {
  3951. "version": "21.0.3",
  3952. "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
  3953. "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==",
  3954. "license": "MIT"
  3955. },
  3956. "node_modules/@typescript-eslint/eslint-plugin": {
  3957. "version": "5.62.0",
  3958. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz",
  3959. "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==",
  3960. "license": "MIT",
  3961. "dependencies": {
  3962. "@eslint-community/regexpp": "^4.4.0",
  3963. "@typescript-eslint/scope-manager": "5.62.0",
  3964. "@typescript-eslint/type-utils": "5.62.0",
  3965. "@typescript-eslint/utils": "5.62.0",
  3966. "debug": "^4.3.4",
  3967. "graphemer": "^1.4.0",
  3968. "ignore": "^5.2.0",
  3969. "natural-compare-lite": "^1.4.0",
  3970. "semver": "^7.3.7",
  3971. "tsutils": "^3.21.0"
  3972. },
  3973. "engines": {
  3974. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3975. },
  3976. "funding": {
  3977. "type": "opencollective",
  3978. "url": "https://opencollective.com/typescript-eslint"
  3979. },
  3980. "peerDependencies": {
  3981. "@typescript-eslint/parser": "^5.0.0",
  3982. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3983. },
  3984. "peerDependenciesMeta": {
  3985. "typescript": {
  3986. "optional": true
  3987. }
  3988. }
  3989. },
  3990. "node_modules/@typescript-eslint/experimental-utils": {
  3991. "version": "5.62.0",
  3992. "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz",
  3993. "integrity": "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==",
  3994. "license": "MIT",
  3995. "dependencies": {
  3996. "@typescript-eslint/utils": "5.62.0"
  3997. },
  3998. "engines": {
  3999. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4000. },
  4001. "funding": {
  4002. "type": "opencollective",
  4003. "url": "https://opencollective.com/typescript-eslint"
  4004. },
  4005. "peerDependencies": {
  4006. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4007. }
  4008. },
  4009. "node_modules/@typescript-eslint/parser": {
  4010. "version": "5.62.0",
  4011. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz",
  4012. "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==",
  4013. "license": "BSD-2-Clause",
  4014. "dependencies": {
  4015. "@typescript-eslint/scope-manager": "5.62.0",
  4016. "@typescript-eslint/types": "5.62.0",
  4017. "@typescript-eslint/typescript-estree": "5.62.0",
  4018. "debug": "^4.3.4"
  4019. },
  4020. "engines": {
  4021. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4022. },
  4023. "funding": {
  4024. "type": "opencollective",
  4025. "url": "https://opencollective.com/typescript-eslint"
  4026. },
  4027. "peerDependencies": {
  4028. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4029. },
  4030. "peerDependenciesMeta": {
  4031. "typescript": {
  4032. "optional": true
  4033. }
  4034. }
  4035. },
  4036. "node_modules/@typescript-eslint/scope-manager": {
  4037. "version": "5.62.0",
  4038. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz",
  4039. "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==",
  4040. "license": "MIT",
  4041. "dependencies": {
  4042. "@typescript-eslint/types": "5.62.0",
  4043. "@typescript-eslint/visitor-keys": "5.62.0"
  4044. },
  4045. "engines": {
  4046. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4047. },
  4048. "funding": {
  4049. "type": "opencollective",
  4050. "url": "https://opencollective.com/typescript-eslint"
  4051. }
  4052. },
  4053. "node_modules/@typescript-eslint/type-utils": {
  4054. "version": "5.62.0",
  4055. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz",
  4056. "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==",
  4057. "license": "MIT",
  4058. "dependencies": {
  4059. "@typescript-eslint/typescript-estree": "5.62.0",
  4060. "@typescript-eslint/utils": "5.62.0",
  4061. "debug": "^4.3.4",
  4062. "tsutils": "^3.21.0"
  4063. },
  4064. "engines": {
  4065. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4066. },
  4067. "funding": {
  4068. "type": "opencollective",
  4069. "url": "https://opencollective.com/typescript-eslint"
  4070. },
  4071. "peerDependencies": {
  4072. "eslint": "*"
  4073. },
  4074. "peerDependenciesMeta": {
  4075. "typescript": {
  4076. "optional": true
  4077. }
  4078. }
  4079. },
  4080. "node_modules/@typescript-eslint/types": {
  4081. "version": "5.62.0",
  4082. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz",
  4083. "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==",
  4084. "license": "MIT",
  4085. "engines": {
  4086. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4087. },
  4088. "funding": {
  4089. "type": "opencollective",
  4090. "url": "https://opencollective.com/typescript-eslint"
  4091. }
  4092. },
  4093. "node_modules/@typescript-eslint/typescript-estree": {
  4094. "version": "5.62.0",
  4095. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz",
  4096. "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==",
  4097. "license": "BSD-2-Clause",
  4098. "dependencies": {
  4099. "@typescript-eslint/types": "5.62.0",
  4100. "@typescript-eslint/visitor-keys": "5.62.0",
  4101. "debug": "^4.3.4",
  4102. "globby": "^11.1.0",
  4103. "is-glob": "^4.0.3",
  4104. "semver": "^7.3.7",
  4105. "tsutils": "^3.21.0"
  4106. },
  4107. "engines": {
  4108. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4109. },
  4110. "funding": {
  4111. "type": "opencollective",
  4112. "url": "https://opencollective.com/typescript-eslint"
  4113. },
  4114. "peerDependenciesMeta": {
  4115. "typescript": {
  4116. "optional": true
  4117. }
  4118. }
  4119. },
  4120. "node_modules/@typescript-eslint/utils": {
  4121. "version": "5.62.0",
  4122. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz",
  4123. "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==",
  4124. "license": "MIT",
  4125. "dependencies": {
  4126. "@eslint-community/eslint-utils": "^4.2.0",
  4127. "@types/json-schema": "^7.0.9",
  4128. "@types/semver": "^7.3.12",
  4129. "@typescript-eslint/scope-manager": "5.62.0",
  4130. "@typescript-eslint/types": "5.62.0",
  4131. "@typescript-eslint/typescript-estree": "5.62.0",
  4132. "eslint-scope": "^5.1.1",
  4133. "semver": "^7.3.7"
  4134. },
  4135. "engines": {
  4136. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4137. },
  4138. "funding": {
  4139. "type": "opencollective",
  4140. "url": "https://opencollective.com/typescript-eslint"
  4141. },
  4142. "peerDependencies": {
  4143. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4144. }
  4145. },
  4146. "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": {
  4147. "version": "5.1.1",
  4148. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  4149. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  4150. "license": "BSD-2-Clause",
  4151. "dependencies": {
  4152. "esrecurse": "^4.3.0",
  4153. "estraverse": "^4.1.1"
  4154. },
  4155. "engines": {
  4156. "node": ">=8.0.0"
  4157. }
  4158. },
  4159. "node_modules/@typescript-eslint/utils/node_modules/estraverse": {
  4160. "version": "4.3.0",
  4161. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  4162. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  4163. "license": "BSD-2-Clause",
  4164. "engines": {
  4165. "node": ">=4.0"
  4166. }
  4167. },
  4168. "node_modules/@typescript-eslint/visitor-keys": {
  4169. "version": "5.62.0",
  4170. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz",
  4171. "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==",
  4172. "license": "MIT",
  4173. "dependencies": {
  4174. "@typescript-eslint/types": "5.62.0",
  4175. "eslint-visitor-keys": "^3.3.0"
  4176. },
  4177. "engines": {
  4178. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4179. },
  4180. "funding": {
  4181. "type": "opencollective",
  4182. "url": "https://opencollective.com/typescript-eslint"
  4183. }
  4184. },
  4185. "node_modules/@ungap/structured-clone": {
  4186. "version": "1.3.0",
  4187. "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  4188. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  4189. "license": "ISC"
  4190. },
  4191. "node_modules/@webassemblyjs/ast": {
  4192. "version": "1.14.1",
  4193. "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz",
  4194. "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==",
  4195. "license": "MIT",
  4196. "dependencies": {
  4197. "@webassemblyjs/helper-numbers": "1.13.2",
  4198. "@webassemblyjs/helper-wasm-bytecode": "1.13.2"
  4199. }
  4200. },
  4201. "node_modules/@webassemblyjs/floating-point-hex-parser": {
  4202. "version": "1.13.2",
  4203. "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz",
  4204. "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==",
  4205. "license": "MIT"
  4206. },
  4207. "node_modules/@webassemblyjs/helper-api-error": {
  4208. "version": "1.13.2",
  4209. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz",
  4210. "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==",
  4211. "license": "MIT"
  4212. },
  4213. "node_modules/@webassemblyjs/helper-buffer": {
  4214. "version": "1.14.1",
  4215. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz",
  4216. "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==",
  4217. "license": "MIT"
  4218. },
  4219. "node_modules/@webassemblyjs/helper-numbers": {
  4220. "version": "1.13.2",
  4221. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz",
  4222. "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==",
  4223. "license": "MIT",
  4224. "dependencies": {
  4225. "@webassemblyjs/floating-point-hex-parser": "1.13.2",
  4226. "@webassemblyjs/helper-api-error": "1.13.2",
  4227. "@xtuc/long": "4.2.2"
  4228. }
  4229. },
  4230. "node_modules/@webassemblyjs/helper-wasm-bytecode": {
  4231. "version": "1.13.2",
  4232. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz",
  4233. "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==",
  4234. "license": "MIT"
  4235. },
  4236. "node_modules/@webassemblyjs/helper-wasm-section": {
  4237. "version": "1.14.1",
  4238. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz",
  4239. "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==",
  4240. "license": "MIT",
  4241. "dependencies": {
  4242. "@webassemblyjs/ast": "1.14.1",
  4243. "@webassemblyjs/helper-buffer": "1.14.1",
  4244. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4245. "@webassemblyjs/wasm-gen": "1.14.1"
  4246. }
  4247. },
  4248. "node_modules/@webassemblyjs/ieee754": {
  4249. "version": "1.13.2",
  4250. "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz",
  4251. "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==",
  4252. "license": "MIT",
  4253. "dependencies": {
  4254. "@xtuc/ieee754": "^1.2.0"
  4255. }
  4256. },
  4257. "node_modules/@webassemblyjs/leb128": {
  4258. "version": "1.13.2",
  4259. "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz",
  4260. "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==",
  4261. "license": "Apache-2.0",
  4262. "dependencies": {
  4263. "@xtuc/long": "4.2.2"
  4264. }
  4265. },
  4266. "node_modules/@webassemblyjs/utf8": {
  4267. "version": "1.13.2",
  4268. "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz",
  4269. "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==",
  4270. "license": "MIT"
  4271. },
  4272. "node_modules/@webassemblyjs/wasm-edit": {
  4273. "version": "1.14.1",
  4274. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz",
  4275. "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==",
  4276. "license": "MIT",
  4277. "dependencies": {
  4278. "@webassemblyjs/ast": "1.14.1",
  4279. "@webassemblyjs/helper-buffer": "1.14.1",
  4280. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4281. "@webassemblyjs/helper-wasm-section": "1.14.1",
  4282. "@webassemblyjs/wasm-gen": "1.14.1",
  4283. "@webassemblyjs/wasm-opt": "1.14.1",
  4284. "@webassemblyjs/wasm-parser": "1.14.1",
  4285. "@webassemblyjs/wast-printer": "1.14.1"
  4286. }
  4287. },
  4288. "node_modules/@webassemblyjs/wasm-gen": {
  4289. "version": "1.14.1",
  4290. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz",
  4291. "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==",
  4292. "license": "MIT",
  4293. "dependencies": {
  4294. "@webassemblyjs/ast": "1.14.1",
  4295. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4296. "@webassemblyjs/ieee754": "1.13.2",
  4297. "@webassemblyjs/leb128": "1.13.2",
  4298. "@webassemblyjs/utf8": "1.13.2"
  4299. }
  4300. },
  4301. "node_modules/@webassemblyjs/wasm-opt": {
  4302. "version": "1.14.1",
  4303. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz",
  4304. "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==",
  4305. "license": "MIT",
  4306. "dependencies": {
  4307. "@webassemblyjs/ast": "1.14.1",
  4308. "@webassemblyjs/helper-buffer": "1.14.1",
  4309. "@webassemblyjs/wasm-gen": "1.14.1",
  4310. "@webassemblyjs/wasm-parser": "1.14.1"
  4311. }
  4312. },
  4313. "node_modules/@webassemblyjs/wasm-parser": {
  4314. "version": "1.14.1",
  4315. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz",
  4316. "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==",
  4317. "license": "MIT",
  4318. "dependencies": {
  4319. "@webassemblyjs/ast": "1.14.1",
  4320. "@webassemblyjs/helper-api-error": "1.13.2",
  4321. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4322. "@webassemblyjs/ieee754": "1.13.2",
  4323. "@webassemblyjs/leb128": "1.13.2",
  4324. "@webassemblyjs/utf8": "1.13.2"
  4325. }
  4326. },
  4327. "node_modules/@webassemblyjs/wast-printer": {
  4328. "version": "1.14.1",
  4329. "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz",
  4330. "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==",
  4331. "license": "MIT",
  4332. "dependencies": {
  4333. "@webassemblyjs/ast": "1.14.1",
  4334. "@xtuc/long": "4.2.2"
  4335. }
  4336. },
  4337. "node_modules/@xtuc/ieee754": {
  4338. "version": "1.2.0",
  4339. "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
  4340. "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
  4341. "license": "BSD-3-Clause"
  4342. },
  4343. "node_modules/@xtuc/long": {
  4344. "version": "4.2.2",
  4345. "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
  4346. "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
  4347. "license": "Apache-2.0"
  4348. },
  4349. "node_modules/abab": {
  4350. "version": "2.0.6",
  4351. "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
  4352. "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
  4353. "deprecated": "Use your platform's native atob() and btoa() methods instead",
  4354. "license": "BSD-3-Clause"
  4355. },
  4356. "node_modules/accepts": {
  4357. "version": "1.3.8",
  4358. "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
  4359. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  4360. "license": "MIT",
  4361. "dependencies": {
  4362. "mime-types": "~2.1.34",
  4363. "negotiator": "0.6.3"
  4364. },
  4365. "engines": {
  4366. "node": ">= 0.6"
  4367. }
  4368. },
  4369. "node_modules/accepts/node_modules/negotiator": {
  4370. "version": "0.6.3",
  4371. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
  4372. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  4373. "license": "MIT",
  4374. "engines": {
  4375. "node": ">= 0.6"
  4376. }
  4377. },
  4378. "node_modules/acorn": {
  4379. "version": "8.14.0",
  4380. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
  4381. "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
  4382. "license": "MIT",
  4383. "bin": {
  4384. "acorn": "bin/acorn"
  4385. },
  4386. "engines": {
  4387. "node": ">=0.4.0"
  4388. }
  4389. },
  4390. "node_modules/acorn-globals": {
  4391. "version": "6.0.0",
  4392. "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
  4393. "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
  4394. "license": "MIT",
  4395. "dependencies": {
  4396. "acorn": "^7.1.1",
  4397. "acorn-walk": "^7.1.1"
  4398. }
  4399. },
  4400. "node_modules/acorn-globals/node_modules/acorn": {
  4401. "version": "7.4.1",
  4402. "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
  4403. "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
  4404. "license": "MIT",
  4405. "bin": {
  4406. "acorn": "bin/acorn"
  4407. },
  4408. "engines": {
  4409. "node": ">=0.4.0"
  4410. }
  4411. },
  4412. "node_modules/acorn-jsx": {
  4413. "version": "5.3.2",
  4414. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  4415. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  4416. "license": "MIT",
  4417. "peerDependencies": {
  4418. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4419. }
  4420. },
  4421. "node_modules/acorn-walk": {
  4422. "version": "7.2.0",
  4423. "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
  4424. "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
  4425. "license": "MIT",
  4426. "engines": {
  4427. "node": ">=0.4.0"
  4428. }
  4429. },
  4430. "node_modules/address": {
  4431. "version": "1.2.2",
  4432. "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz",
  4433. "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
  4434. "license": "MIT",
  4435. "engines": {
  4436. "node": ">= 10.0.0"
  4437. }
  4438. },
  4439. "node_modules/adjust-sourcemap-loader": {
  4440. "version": "4.0.0",
  4441. "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz",
  4442. "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==",
  4443. "license": "MIT",
  4444. "dependencies": {
  4445. "loader-utils": "^2.0.0",
  4446. "regex-parser": "^2.2.11"
  4447. },
  4448. "engines": {
  4449. "node": ">=8.9"
  4450. }
  4451. },
  4452. "node_modules/agent-base": {
  4453. "version": "6.0.2",
  4454. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  4455. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  4456. "license": "MIT",
  4457. "dependencies": {
  4458. "debug": "4"
  4459. },
  4460. "engines": {
  4461. "node": ">= 6.0.0"
  4462. }
  4463. },
  4464. "node_modules/ajv": {
  4465. "version": "6.12.6",
  4466. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  4467. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  4468. "license": "MIT",
  4469. "dependencies": {
  4470. "fast-deep-equal": "^3.1.1",
  4471. "fast-json-stable-stringify": "^2.0.0",
  4472. "json-schema-traverse": "^0.4.1",
  4473. "uri-js": "^4.2.2"
  4474. },
  4475. "funding": {
  4476. "type": "github",
  4477. "url": "https://github.com/sponsors/epoberezkin"
  4478. }
  4479. },
  4480. "node_modules/ajv-formats": {
  4481. "version": "2.1.1",
  4482. "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
  4483. "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
  4484. "license": "MIT",
  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.17.1",
  4499. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
  4500. "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
  4501. "license": "MIT",
  4502. "dependencies": {
  4503. "fast-deep-equal": "^3.1.3",
  4504. "fast-uri": "^3.0.1",
  4505. "json-schema-traverse": "^1.0.0",
  4506. "require-from-string": "^2.0.2"
  4507. },
  4508. "funding": {
  4509. "type": "github",
  4510. "url": "https://github.com/sponsors/epoberezkin"
  4511. }
  4512. },
  4513. "node_modules/ajv-formats/node_modules/json-schema-traverse": {
  4514. "version": "1.0.0",
  4515. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  4516. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  4517. "license": "MIT"
  4518. },
  4519. "node_modules/ajv-keywords": {
  4520. "version": "3.5.2",
  4521. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
  4522. "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
  4523. "license": "MIT",
  4524. "peerDependencies": {
  4525. "ajv": "^6.9.1"
  4526. }
  4527. },
  4528. "node_modules/ansi-escapes": {
  4529. "version": "4.3.2",
  4530. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  4531. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  4532. "license": "MIT",
  4533. "dependencies": {
  4534. "type-fest": "^0.21.3"
  4535. },
  4536. "engines": {
  4537. "node": ">=8"
  4538. },
  4539. "funding": {
  4540. "url": "https://github.com/sponsors/sindresorhus"
  4541. }
  4542. },
  4543. "node_modules/ansi-html": {
  4544. "version": "0.0.9",
  4545. "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.9.tgz",
  4546. "integrity": "sha512-ozbS3LuenHVxNRh/wdnN16QapUHzauqSomAl1jwwJRRsGwFwtj644lIhxfWu0Fy0acCij2+AEgHvjscq3dlVXg==",
  4547. "engines": [
  4548. "node >= 0.8.0"
  4549. ],
  4550. "license": "Apache-2.0",
  4551. "bin": {
  4552. "ansi-html": "bin/ansi-html"
  4553. }
  4554. },
  4555. "node_modules/ansi-html-community": {
  4556. "version": "0.0.8",
  4557. "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
  4558. "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
  4559. "engines": [
  4560. "node >= 0.8.0"
  4561. ],
  4562. "license": "Apache-2.0",
  4563. "bin": {
  4564. "ansi-html": "bin/ansi-html"
  4565. }
  4566. },
  4567. "node_modules/ansi-regex": {
  4568. "version": "5.0.1",
  4569. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  4570. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  4571. "license": "MIT",
  4572. "engines": {
  4573. "node": ">=8"
  4574. }
  4575. },
  4576. "node_modules/ansi-styles": {
  4577. "version": "4.3.0",
  4578. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  4579. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  4580. "license": "MIT",
  4581. "dependencies": {
  4582. "color-convert": "^2.0.1"
  4583. },
  4584. "engines": {
  4585. "node": ">=8"
  4586. },
  4587. "funding": {
  4588. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  4589. }
  4590. },
  4591. "node_modules/any-promise": {
  4592. "version": "1.3.0",
  4593. "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  4594. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  4595. "license": "MIT"
  4596. },
  4597. "node_modules/anymatch": {
  4598. "version": "3.1.3",
  4599. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  4600. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  4601. "license": "ISC",
  4602. "dependencies": {
  4603. "normalize-path": "^3.0.0",
  4604. "picomatch": "^2.0.4"
  4605. },
  4606. "engines": {
  4607. "node": ">= 8"
  4608. }
  4609. },
  4610. "node_modules/arg": {
  4611. "version": "5.0.2",
  4612. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  4613. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
  4614. "license": "MIT"
  4615. },
  4616. "node_modules/argparse": {
  4617. "version": "1.0.10",
  4618. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  4619. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  4620. "license": "MIT",
  4621. "dependencies": {
  4622. "sprintf-js": "~1.0.2"
  4623. }
  4624. },
  4625. "node_modules/aria-query": {
  4626. "version": "5.3.2",
  4627. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
  4628. "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
  4629. "license": "Apache-2.0",
  4630. "engines": {
  4631. "node": ">= 0.4"
  4632. }
  4633. },
  4634. "node_modules/array-buffer-byte-length": {
  4635. "version": "1.0.2",
  4636. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  4637. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  4638. "license": "MIT",
  4639. "dependencies": {
  4640. "call-bound": "^1.0.3",
  4641. "is-array-buffer": "^3.0.5"
  4642. },
  4643. "engines": {
  4644. "node": ">= 0.4"
  4645. },
  4646. "funding": {
  4647. "url": "https://github.com/sponsors/ljharb"
  4648. }
  4649. },
  4650. "node_modules/array-flatten": {
  4651. "version": "1.1.1",
  4652. "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
  4653. "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
  4654. "license": "MIT"
  4655. },
  4656. "node_modules/array-includes": {
  4657. "version": "3.1.8",
  4658. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz",
  4659. "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
  4660. "license": "MIT",
  4661. "dependencies": {
  4662. "call-bind": "^1.0.7",
  4663. "define-properties": "^1.2.1",
  4664. "es-abstract": "^1.23.2",
  4665. "es-object-atoms": "^1.0.0",
  4666. "get-intrinsic": "^1.2.4",
  4667. "is-string": "^1.0.7"
  4668. },
  4669. "engines": {
  4670. "node": ">= 0.4"
  4671. },
  4672. "funding": {
  4673. "url": "https://github.com/sponsors/ljharb"
  4674. }
  4675. },
  4676. "node_modules/array-union": {
  4677. "version": "2.1.0",
  4678. "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  4679. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  4680. "license": "MIT",
  4681. "engines": {
  4682. "node": ">=8"
  4683. }
  4684. },
  4685. "node_modules/array.prototype.findlast": {
  4686. "version": "1.2.5",
  4687. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  4688. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  4689. "license": "MIT",
  4690. "dependencies": {
  4691. "call-bind": "^1.0.7",
  4692. "define-properties": "^1.2.1",
  4693. "es-abstract": "^1.23.2",
  4694. "es-errors": "^1.3.0",
  4695. "es-object-atoms": "^1.0.0",
  4696. "es-shim-unscopables": "^1.0.2"
  4697. },
  4698. "engines": {
  4699. "node": ">= 0.4"
  4700. },
  4701. "funding": {
  4702. "url": "https://github.com/sponsors/ljharb"
  4703. }
  4704. },
  4705. "node_modules/array.prototype.findlastindex": {
  4706. "version": "1.2.5",
  4707. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz",
  4708. "integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==",
  4709. "license": "MIT",
  4710. "dependencies": {
  4711. "call-bind": "^1.0.7",
  4712. "define-properties": "^1.2.1",
  4713. "es-abstract": "^1.23.2",
  4714. "es-errors": "^1.3.0",
  4715. "es-object-atoms": "^1.0.0",
  4716. "es-shim-unscopables": "^1.0.2"
  4717. },
  4718. "engines": {
  4719. "node": ">= 0.4"
  4720. },
  4721. "funding": {
  4722. "url": "https://github.com/sponsors/ljharb"
  4723. }
  4724. },
  4725. "node_modules/array.prototype.flat": {
  4726. "version": "1.3.3",
  4727. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  4728. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  4729. "license": "MIT",
  4730. "dependencies": {
  4731. "call-bind": "^1.0.8",
  4732. "define-properties": "^1.2.1",
  4733. "es-abstract": "^1.23.5",
  4734. "es-shim-unscopables": "^1.0.2"
  4735. },
  4736. "engines": {
  4737. "node": ">= 0.4"
  4738. },
  4739. "funding": {
  4740. "url": "https://github.com/sponsors/ljharb"
  4741. }
  4742. },
  4743. "node_modules/array.prototype.flatmap": {
  4744. "version": "1.3.3",
  4745. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  4746. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  4747. "license": "MIT",
  4748. "dependencies": {
  4749. "call-bind": "^1.0.8",
  4750. "define-properties": "^1.2.1",
  4751. "es-abstract": "^1.23.5",
  4752. "es-shim-unscopables": "^1.0.2"
  4753. },
  4754. "engines": {
  4755. "node": ">= 0.4"
  4756. },
  4757. "funding": {
  4758. "url": "https://github.com/sponsors/ljharb"
  4759. }
  4760. },
  4761. "node_modules/array.prototype.reduce": {
  4762. "version": "1.0.7",
  4763. "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.7.tgz",
  4764. "integrity": "sha512-mzmiUCVwtiD4lgxYP8g7IYy8El8p2CSMePvIbTS7gchKir/L1fgJrk0yDKmAX6mnRQFKNADYIk8nNlTris5H1Q==",
  4765. "license": "MIT",
  4766. "dependencies": {
  4767. "call-bind": "^1.0.7",
  4768. "define-properties": "^1.2.1",
  4769. "es-abstract": "^1.23.2",
  4770. "es-array-method-boxes-properly": "^1.0.0",
  4771. "es-errors": "^1.3.0",
  4772. "es-object-atoms": "^1.0.0",
  4773. "is-string": "^1.0.7"
  4774. },
  4775. "engines": {
  4776. "node": ">= 0.4"
  4777. },
  4778. "funding": {
  4779. "url": "https://github.com/sponsors/ljharb"
  4780. }
  4781. },
  4782. "node_modules/array.prototype.tosorted": {
  4783. "version": "1.1.4",
  4784. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  4785. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  4786. "license": "MIT",
  4787. "dependencies": {
  4788. "call-bind": "^1.0.7",
  4789. "define-properties": "^1.2.1",
  4790. "es-abstract": "^1.23.3",
  4791. "es-errors": "^1.3.0",
  4792. "es-shim-unscopables": "^1.0.2"
  4793. },
  4794. "engines": {
  4795. "node": ">= 0.4"
  4796. }
  4797. },
  4798. "node_modules/arraybuffer.prototype.slice": {
  4799. "version": "1.0.4",
  4800. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  4801. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  4802. "license": "MIT",
  4803. "dependencies": {
  4804. "array-buffer-byte-length": "^1.0.1",
  4805. "call-bind": "^1.0.8",
  4806. "define-properties": "^1.2.1",
  4807. "es-abstract": "^1.23.5",
  4808. "es-errors": "^1.3.0",
  4809. "get-intrinsic": "^1.2.6",
  4810. "is-array-buffer": "^3.0.4"
  4811. },
  4812. "engines": {
  4813. "node": ">= 0.4"
  4814. },
  4815. "funding": {
  4816. "url": "https://github.com/sponsors/ljharb"
  4817. }
  4818. },
  4819. "node_modules/asap": {
  4820. "version": "2.0.6",
  4821. "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
  4822. "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==",
  4823. "license": "MIT"
  4824. },
  4825. "node_modules/ast-types-flow": {
  4826. "version": "0.0.8",
  4827. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
  4828. "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
  4829. "license": "MIT"
  4830. },
  4831. "node_modules/async": {
  4832. "version": "3.2.6",
  4833. "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
  4834. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  4835. "license": "MIT"
  4836. },
  4837. "node_modules/async-function": {
  4838. "version": "1.0.0",
  4839. "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
  4840. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  4841. "license": "MIT",
  4842. "engines": {
  4843. "node": ">= 0.4"
  4844. }
  4845. },
  4846. "node_modules/asynckit": {
  4847. "version": "0.4.0",
  4848. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  4849. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  4850. "license": "MIT"
  4851. },
  4852. "node_modules/at-least-node": {
  4853. "version": "1.0.0",
  4854. "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  4855. "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
  4856. "license": "ISC",
  4857. "engines": {
  4858. "node": ">= 4.0.0"
  4859. }
  4860. },
  4861. "node_modules/autoprefixer": {
  4862. "version": "10.4.20",
  4863. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz",
  4864. "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
  4865. "funding": [
  4866. {
  4867. "type": "opencollective",
  4868. "url": "https://opencollective.com/postcss/"
  4869. },
  4870. {
  4871. "type": "tidelift",
  4872. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  4873. },
  4874. {
  4875. "type": "github",
  4876. "url": "https://github.com/sponsors/ai"
  4877. }
  4878. ],
  4879. "license": "MIT",
  4880. "dependencies": {
  4881. "browserslist": "^4.23.3",
  4882. "caniuse-lite": "^1.0.30001646",
  4883. "fraction.js": "^4.3.7",
  4884. "normalize-range": "^0.1.2",
  4885. "picocolors": "^1.0.1",
  4886. "postcss-value-parser": "^4.2.0"
  4887. },
  4888. "bin": {
  4889. "autoprefixer": "bin/autoprefixer"
  4890. },
  4891. "engines": {
  4892. "node": "^10 || ^12 || >=14"
  4893. },
  4894. "peerDependencies": {
  4895. "postcss": "^8.1.0"
  4896. }
  4897. },
  4898. "node_modules/available-typed-arrays": {
  4899. "version": "1.0.7",
  4900. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  4901. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  4902. "license": "MIT",
  4903. "dependencies": {
  4904. "possible-typed-array-names": "^1.0.0"
  4905. },
  4906. "engines": {
  4907. "node": ">= 0.4"
  4908. },
  4909. "funding": {
  4910. "url": "https://github.com/sponsors/ljharb"
  4911. }
  4912. },
  4913. "node_modules/axe-core": {
  4914. "version": "4.10.2",
  4915. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz",
  4916. "integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==",
  4917. "license": "MPL-2.0",
  4918. "engines": {
  4919. "node": ">=4"
  4920. }
  4921. },
  4922. "node_modules/axios": {
  4923. "version": "1.7.9",
  4924. "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
  4925. "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
  4926. "license": "MIT",
  4927. "dependencies": {
  4928. "follow-redirects": "^1.15.6",
  4929. "form-data": "^4.0.0",
  4930. "proxy-from-env": "^1.1.0"
  4931. }
  4932. },
  4933. "node_modules/axios/node_modules/form-data": {
  4934. "version": "4.0.2",
  4935. "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
  4936. "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
  4937. "license": "MIT",
  4938. "dependencies": {
  4939. "asynckit": "^0.4.0",
  4940. "combined-stream": "^1.0.8",
  4941. "es-set-tostringtag": "^2.1.0",
  4942. "mime-types": "^2.1.12"
  4943. },
  4944. "engines": {
  4945. "node": ">= 6"
  4946. }
  4947. },
  4948. "node_modules/axobject-query": {
  4949. "version": "4.1.0",
  4950. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
  4951. "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
  4952. "license": "Apache-2.0",
  4953. "engines": {
  4954. "node": ">= 0.4"
  4955. }
  4956. },
  4957. "node_modules/babel-jest": {
  4958. "version": "27.5.1",
  4959. "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz",
  4960. "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==",
  4961. "license": "MIT",
  4962. "dependencies": {
  4963. "@jest/transform": "^27.5.1",
  4964. "@jest/types": "^27.5.1",
  4965. "@types/babel__core": "^7.1.14",
  4966. "babel-plugin-istanbul": "^6.1.1",
  4967. "babel-preset-jest": "^27.5.1",
  4968. "chalk": "^4.0.0",
  4969. "graceful-fs": "^4.2.9",
  4970. "slash": "^3.0.0"
  4971. },
  4972. "engines": {
  4973. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  4974. },
  4975. "peerDependencies": {
  4976. "@babel/core": "^7.8.0"
  4977. }
  4978. },
  4979. "node_modules/babel-loader": {
  4980. "version": "8.4.1",
  4981. "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.4.1.tgz",
  4982. "integrity": "sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==",
  4983. "license": "MIT",
  4984. "dependencies": {
  4985. "find-cache-dir": "^3.3.1",
  4986. "loader-utils": "^2.0.4",
  4987. "make-dir": "^3.1.0",
  4988. "schema-utils": "^2.6.5"
  4989. },
  4990. "engines": {
  4991. "node": ">= 8.9"
  4992. },
  4993. "peerDependencies": {
  4994. "@babel/core": "^7.0.0",
  4995. "webpack": ">=2"
  4996. }
  4997. },
  4998. "node_modules/babel-loader/node_modules/schema-utils": {
  4999. "version": "2.7.1",
  5000. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
  5001. "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
  5002. "license": "MIT",
  5003. "dependencies": {
  5004. "@types/json-schema": "^7.0.5",
  5005. "ajv": "^6.12.4",
  5006. "ajv-keywords": "^3.5.2"
  5007. },
  5008. "engines": {
  5009. "node": ">= 8.9.0"
  5010. },
  5011. "funding": {
  5012. "type": "opencollective",
  5013. "url": "https://opencollective.com/webpack"
  5014. }
  5015. },
  5016. "node_modules/babel-plugin-istanbul": {
  5017. "version": "6.1.1",
  5018. "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
  5019. "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
  5020. "license": "BSD-3-Clause",
  5021. "dependencies": {
  5022. "@babel/helper-plugin-utils": "^7.0.0",
  5023. "@istanbuljs/load-nyc-config": "^1.0.0",
  5024. "@istanbuljs/schema": "^0.1.2",
  5025. "istanbul-lib-instrument": "^5.0.4",
  5026. "test-exclude": "^6.0.0"
  5027. },
  5028. "engines": {
  5029. "node": ">=8"
  5030. }
  5031. },
  5032. "node_modules/babel-plugin-jest-hoist": {
  5033. "version": "27.5.1",
  5034. "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz",
  5035. "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==",
  5036. "license": "MIT",
  5037. "dependencies": {
  5038. "@babel/template": "^7.3.3",
  5039. "@babel/types": "^7.3.3",
  5040. "@types/babel__core": "^7.0.0",
  5041. "@types/babel__traverse": "^7.0.6"
  5042. },
  5043. "engines": {
  5044. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  5045. }
  5046. },
  5047. "node_modules/babel-plugin-macros": {
  5048. "version": "3.1.0",
  5049. "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  5050. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  5051. "license": "MIT",
  5052. "dependencies": {
  5053. "@babel/runtime": "^7.12.5",
  5054. "cosmiconfig": "^7.0.0",
  5055. "resolve": "^1.19.0"
  5056. },
  5057. "engines": {
  5058. "node": ">=10",
  5059. "npm": ">=6"
  5060. }
  5061. },
  5062. "node_modules/babel-plugin-named-asset-import": {
  5063. "version": "0.3.8",
  5064. "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz",
  5065. "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==",
  5066. "license": "MIT",
  5067. "peerDependencies": {
  5068. "@babel/core": "^7.1.0"
  5069. }
  5070. },
  5071. "node_modules/babel-plugin-polyfill-corejs2": {
  5072. "version": "0.4.12",
  5073. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz",
  5074. "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==",
  5075. "license": "MIT",
  5076. "dependencies": {
  5077. "@babel/compat-data": "^7.22.6",
  5078. "@babel/helper-define-polyfill-provider": "^0.6.3",
  5079. "semver": "^6.3.1"
  5080. },
  5081. "peerDependencies": {
  5082. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  5083. }
  5084. },
  5085. "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
  5086. "version": "6.3.1",
  5087. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5088. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5089. "license": "ISC",
  5090. "bin": {
  5091. "semver": "bin/semver.js"
  5092. }
  5093. },
  5094. "node_modules/babel-plugin-polyfill-corejs3": {
  5095. "version": "0.11.1",
  5096. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz",
  5097. "integrity": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==",
  5098. "license": "MIT",
  5099. "dependencies": {
  5100. "@babel/helper-define-polyfill-provider": "^0.6.3",
  5101. "core-js-compat": "^3.40.0"
  5102. },
  5103. "peerDependencies": {
  5104. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  5105. }
  5106. },
  5107. "node_modules/babel-plugin-polyfill-regenerator": {
  5108. "version": "0.6.3",
  5109. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz",
  5110. "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==",
  5111. "license": "MIT",
  5112. "dependencies": {
  5113. "@babel/helper-define-polyfill-provider": "^0.6.3"
  5114. },
  5115. "peerDependencies": {
  5116. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  5117. }
  5118. },
  5119. "node_modules/babel-plugin-transform-react-remove-prop-types": {
  5120. "version": "0.4.24",
  5121. "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
  5122. "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==",
  5123. "license": "MIT"
  5124. },
  5125. "node_modules/babel-preset-current-node-syntax": {
  5126. "version": "1.1.0",
  5127. "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz",
  5128. "integrity": "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==",
  5129. "license": "MIT",
  5130. "dependencies": {
  5131. "@babel/plugin-syntax-async-generators": "^7.8.4",
  5132. "@babel/plugin-syntax-bigint": "^7.8.3",
  5133. "@babel/plugin-syntax-class-properties": "^7.12.13",
  5134. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  5135. "@babel/plugin-syntax-import-attributes": "^7.24.7",
  5136. "@babel/plugin-syntax-import-meta": "^7.10.4",
  5137. "@babel/plugin-syntax-json-strings": "^7.8.3",
  5138. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  5139. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  5140. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  5141. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  5142. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  5143. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  5144. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  5145. "@babel/plugin-syntax-top-level-await": "^7.14.5"
  5146. },
  5147. "peerDependencies": {
  5148. "@babel/core": "^7.0.0"
  5149. }
  5150. },
  5151. "node_modules/babel-preset-jest": {
  5152. "version": "27.5.1",
  5153. "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz",
  5154. "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==",
  5155. "license": "MIT",
  5156. "dependencies": {
  5157. "babel-plugin-jest-hoist": "^27.5.1",
  5158. "babel-preset-current-node-syntax": "^1.0.0"
  5159. },
  5160. "engines": {
  5161. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  5162. },
  5163. "peerDependencies": {
  5164. "@babel/core": "^7.0.0"
  5165. }
  5166. },
  5167. "node_modules/babel-preset-react-app": {
  5168. "version": "10.1.0",
  5169. "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.1.0.tgz",
  5170. "integrity": "sha512-f9B1xMdnkCIqe+2dHrJsoQFRz7reChaAHE/65SdaykPklQqhme2WaC08oD3is77x9ff98/9EazAKFDZv5rFEQg==",
  5171. "license": "MIT",
  5172. "dependencies": {
  5173. "@babel/core": "^7.16.0",
  5174. "@babel/plugin-proposal-class-properties": "^7.16.0",
  5175. "@babel/plugin-proposal-decorators": "^7.16.4",
  5176. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
  5177. "@babel/plugin-proposal-numeric-separator": "^7.16.0",
  5178. "@babel/plugin-proposal-optional-chaining": "^7.16.0",
  5179. "@babel/plugin-proposal-private-methods": "^7.16.0",
  5180. "@babel/plugin-proposal-private-property-in-object": "^7.16.7",
  5181. "@babel/plugin-transform-flow-strip-types": "^7.16.0",
  5182. "@babel/plugin-transform-react-display-name": "^7.16.0",
  5183. "@babel/plugin-transform-runtime": "^7.16.4",
  5184. "@babel/preset-env": "^7.16.4",
  5185. "@babel/preset-react": "^7.16.0",
  5186. "@babel/preset-typescript": "^7.16.0",
  5187. "@babel/runtime": "^7.16.3",
  5188. "babel-plugin-macros": "^3.1.0",
  5189. "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
  5190. }
  5191. },
  5192. "node_modules/babel-preset-react-app/node_modules/@babel/plugin-proposal-private-property-in-object": {
  5193. "version": "7.21.11",
  5194. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz",
  5195. "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==",
  5196. "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.",
  5197. "license": "MIT",
  5198. "dependencies": {
  5199. "@babel/helper-annotate-as-pure": "^7.18.6",
  5200. "@babel/helper-create-class-features-plugin": "^7.21.0",
  5201. "@babel/helper-plugin-utils": "^7.20.2",
  5202. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  5203. },
  5204. "engines": {
  5205. "node": ">=6.9.0"
  5206. },
  5207. "peerDependencies": {
  5208. "@babel/core": "^7.0.0-0"
  5209. }
  5210. },
  5211. "node_modules/balanced-match": {
  5212. "version": "1.0.2",
  5213. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  5214. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  5215. "license": "MIT"
  5216. },
  5217. "node_modules/batch": {
  5218. "version": "0.6.1",
  5219. "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
  5220. "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==",
  5221. "license": "MIT"
  5222. },
  5223. "node_modules/bfj": {
  5224. "version": "7.1.0",
  5225. "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.1.0.tgz",
  5226. "integrity": "sha512-I6MMLkn+anzNdCUp9hMRyui1HaNEUCco50lxbvNS4+EyXg8lN3nJ48PjPWtbH8UVS9CuMoaKE9U2V3l29DaRQw==",
  5227. "license": "MIT",
  5228. "dependencies": {
  5229. "bluebird": "^3.7.2",
  5230. "check-types": "^11.2.3",
  5231. "hoopy": "^0.1.4",
  5232. "jsonpath": "^1.1.1",
  5233. "tryer": "^1.0.1"
  5234. },
  5235. "engines": {
  5236. "node": ">= 8.0.0"
  5237. }
  5238. },
  5239. "node_modules/big.js": {
  5240. "version": "5.2.2",
  5241. "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
  5242. "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
  5243. "license": "MIT",
  5244. "engines": {
  5245. "node": "*"
  5246. }
  5247. },
  5248. "node_modules/binary-extensions": {
  5249. "version": "2.3.0",
  5250. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
  5251. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  5252. "license": "MIT",
  5253. "engines": {
  5254. "node": ">=8"
  5255. },
  5256. "funding": {
  5257. "url": "https://github.com/sponsors/sindresorhus"
  5258. }
  5259. },
  5260. "node_modules/bluebird": {
  5261. "version": "3.7.2",
  5262. "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
  5263. "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
  5264. "license": "MIT"
  5265. },
  5266. "node_modules/body-parser": {
  5267. "version": "1.20.3",
  5268. "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
  5269. "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
  5270. "license": "MIT",
  5271. "dependencies": {
  5272. "bytes": "3.1.2",
  5273. "content-type": "~1.0.5",
  5274. "debug": "2.6.9",
  5275. "depd": "2.0.0",
  5276. "destroy": "1.2.0",
  5277. "http-errors": "2.0.0",
  5278. "iconv-lite": "0.4.24",
  5279. "on-finished": "2.4.1",
  5280. "qs": "6.13.0",
  5281. "raw-body": "2.5.2",
  5282. "type-is": "~1.6.18",
  5283. "unpipe": "1.0.0"
  5284. },
  5285. "engines": {
  5286. "node": ">= 0.8",
  5287. "npm": "1.2.8000 || >= 1.4.16"
  5288. }
  5289. },
  5290. "node_modules/body-parser/node_modules/debug": {
  5291. "version": "2.6.9",
  5292. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5293. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5294. "license": "MIT",
  5295. "dependencies": {
  5296. "ms": "2.0.0"
  5297. }
  5298. },
  5299. "node_modules/body-parser/node_modules/iconv-lite": {
  5300. "version": "0.4.24",
  5301. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  5302. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  5303. "license": "MIT",
  5304. "dependencies": {
  5305. "safer-buffer": ">= 2.1.2 < 3"
  5306. },
  5307. "engines": {
  5308. "node": ">=0.10.0"
  5309. }
  5310. },
  5311. "node_modules/body-parser/node_modules/ms": {
  5312. "version": "2.0.0",
  5313. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5314. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  5315. "license": "MIT"
  5316. },
  5317. "node_modules/bonjour-service": {
  5318. "version": "1.3.0",
  5319. "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.3.0.tgz",
  5320. "integrity": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==",
  5321. "license": "MIT",
  5322. "dependencies": {
  5323. "fast-deep-equal": "^3.1.3",
  5324. "multicast-dns": "^7.2.5"
  5325. }
  5326. },
  5327. "node_modules/boolbase": {
  5328. "version": "1.0.0",
  5329. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  5330. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  5331. "license": "ISC"
  5332. },
  5333. "node_modules/brace-expansion": {
  5334. "version": "1.1.11",
  5335. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  5336. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  5337. "license": "MIT",
  5338. "dependencies": {
  5339. "balanced-match": "^1.0.0",
  5340. "concat-map": "0.0.1"
  5341. }
  5342. },
  5343. "node_modules/braces": {
  5344. "version": "3.0.3",
  5345. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  5346. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  5347. "license": "MIT",
  5348. "dependencies": {
  5349. "fill-range": "^7.1.1"
  5350. },
  5351. "engines": {
  5352. "node": ">=8"
  5353. }
  5354. },
  5355. "node_modules/browser-process-hrtime": {
  5356. "version": "1.0.0",
  5357. "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
  5358. "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==",
  5359. "license": "BSD-2-Clause"
  5360. },
  5361. "node_modules/browserslist": {
  5362. "version": "4.24.4",
  5363. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz",
  5364. "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==",
  5365. "funding": [
  5366. {
  5367. "type": "opencollective",
  5368. "url": "https://opencollective.com/browserslist"
  5369. },
  5370. {
  5371. "type": "tidelift",
  5372. "url": "https://tidelift.com/funding/github/npm/browserslist"
  5373. },
  5374. {
  5375. "type": "github",
  5376. "url": "https://github.com/sponsors/ai"
  5377. }
  5378. ],
  5379. "license": "MIT",
  5380. "dependencies": {
  5381. "caniuse-lite": "^1.0.30001688",
  5382. "electron-to-chromium": "^1.5.73",
  5383. "node-releases": "^2.0.19",
  5384. "update-browserslist-db": "^1.1.1"
  5385. },
  5386. "bin": {
  5387. "browserslist": "cli.js"
  5388. },
  5389. "engines": {
  5390. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  5391. }
  5392. },
  5393. "node_modules/bser": {
  5394. "version": "2.1.1",
  5395. "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
  5396. "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
  5397. "license": "Apache-2.0",
  5398. "dependencies": {
  5399. "node-int64": "^0.4.0"
  5400. }
  5401. },
  5402. "node_modules/buffer-from": {
  5403. "version": "1.1.2",
  5404. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  5405. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  5406. "license": "MIT"
  5407. },
  5408. "node_modules/builtin-modules": {
  5409. "version": "3.3.0",
  5410. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
  5411. "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
  5412. "license": "MIT",
  5413. "engines": {
  5414. "node": ">=6"
  5415. },
  5416. "funding": {
  5417. "url": "https://github.com/sponsors/sindresorhus"
  5418. }
  5419. },
  5420. "node_modules/bytes": {
  5421. "version": "3.1.2",
  5422. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  5423. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  5424. "license": "MIT",
  5425. "engines": {
  5426. "node": ">= 0.8"
  5427. }
  5428. },
  5429. "node_modules/call-bind": {
  5430. "version": "1.0.8",
  5431. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
  5432. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  5433. "license": "MIT",
  5434. "dependencies": {
  5435. "call-bind-apply-helpers": "^1.0.0",
  5436. "es-define-property": "^1.0.0",
  5437. "get-intrinsic": "^1.2.4",
  5438. "set-function-length": "^1.2.2"
  5439. },
  5440. "engines": {
  5441. "node": ">= 0.4"
  5442. },
  5443. "funding": {
  5444. "url": "https://github.com/sponsors/ljharb"
  5445. }
  5446. },
  5447. "node_modules/call-bind-apply-helpers": {
  5448. "version": "1.0.2",
  5449. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  5450. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  5451. "license": "MIT",
  5452. "dependencies": {
  5453. "es-errors": "^1.3.0",
  5454. "function-bind": "^1.1.2"
  5455. },
  5456. "engines": {
  5457. "node": ">= 0.4"
  5458. }
  5459. },
  5460. "node_modules/call-bound": {
  5461. "version": "1.0.3",
  5462. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz",
  5463. "integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==",
  5464. "license": "MIT",
  5465. "dependencies": {
  5466. "call-bind-apply-helpers": "^1.0.1",
  5467. "get-intrinsic": "^1.2.6"
  5468. },
  5469. "engines": {
  5470. "node": ">= 0.4"
  5471. },
  5472. "funding": {
  5473. "url": "https://github.com/sponsors/ljharb"
  5474. }
  5475. },
  5476. "node_modules/callsites": {
  5477. "version": "3.1.0",
  5478. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  5479. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  5480. "license": "MIT",
  5481. "engines": {
  5482. "node": ">=6"
  5483. }
  5484. },
  5485. "node_modules/camel-case": {
  5486. "version": "4.1.2",
  5487. "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
  5488. "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
  5489. "license": "MIT",
  5490. "dependencies": {
  5491. "pascal-case": "^3.1.2",
  5492. "tslib": "^2.0.3"
  5493. }
  5494. },
  5495. "node_modules/camelcase": {
  5496. "version": "6.3.0",
  5497. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  5498. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  5499. "license": "MIT",
  5500. "engines": {
  5501. "node": ">=10"
  5502. },
  5503. "funding": {
  5504. "url": "https://github.com/sponsors/sindresorhus"
  5505. }
  5506. },
  5507. "node_modules/camelcase-css": {
  5508. "version": "2.0.1",
  5509. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  5510. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  5511. "license": "MIT",
  5512. "engines": {
  5513. "node": ">= 6"
  5514. }
  5515. },
  5516. "node_modules/caniuse-api": {
  5517. "version": "3.0.0",
  5518. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  5519. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  5520. "license": "MIT",
  5521. "dependencies": {
  5522. "browserslist": "^4.0.0",
  5523. "caniuse-lite": "^1.0.0",
  5524. "lodash.memoize": "^4.1.2",
  5525. "lodash.uniq": "^4.5.0"
  5526. }
  5527. },
  5528. "node_modules/caniuse-lite": {
  5529. "version": "1.0.30001700",
  5530. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001700.tgz",
  5531. "integrity": "sha512-2S6XIXwaE7K7erT8dY+kLQcpa5ms63XlRkMkReXjle+kf6c5g38vyMl+Z5y8dSxOFDhcFe+nxnn261PLxBSQsQ==",
  5532. "funding": [
  5533. {
  5534. "type": "opencollective",
  5535. "url": "https://opencollective.com/browserslist"
  5536. },
  5537. {
  5538. "type": "tidelift",
  5539. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  5540. },
  5541. {
  5542. "type": "github",
  5543. "url": "https://github.com/sponsors/ai"
  5544. }
  5545. ],
  5546. "license": "CC-BY-4.0"
  5547. },
  5548. "node_modules/case-sensitive-paths-webpack-plugin": {
  5549. "version": "2.4.0",
  5550. "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
  5551. "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==",
  5552. "license": "MIT",
  5553. "engines": {
  5554. "node": ">=4"
  5555. }
  5556. },
  5557. "node_modules/chalk": {
  5558. "version": "4.1.2",
  5559. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  5560. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  5561. "license": "MIT",
  5562. "dependencies": {
  5563. "ansi-styles": "^4.1.0",
  5564. "supports-color": "^7.1.0"
  5565. },
  5566. "engines": {
  5567. "node": ">=10"
  5568. },
  5569. "funding": {
  5570. "url": "https://github.com/chalk/chalk?sponsor=1"
  5571. }
  5572. },
  5573. "node_modules/char-regex": {
  5574. "version": "1.0.2",
  5575. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  5576. "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
  5577. "license": "MIT",
  5578. "engines": {
  5579. "node": ">=10"
  5580. }
  5581. },
  5582. "node_modules/check-types": {
  5583. "version": "11.2.3",
  5584. "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.2.3.tgz",
  5585. "integrity": "sha512-+67P1GkJRaxQD6PKK0Et9DhwQB+vGg3PM5+aavopCpZT1lj9jeqfvpgTLAWErNj8qApkkmXlu/Ug74kmhagkXg==",
  5586. "license": "MIT"
  5587. },
  5588. "node_modules/chokidar": {
  5589. "version": "3.6.0",
  5590. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  5591. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  5592. "license": "MIT",
  5593. "dependencies": {
  5594. "anymatch": "~3.1.2",
  5595. "braces": "~3.0.2",
  5596. "glob-parent": "~5.1.2",
  5597. "is-binary-path": "~2.1.0",
  5598. "is-glob": "~4.0.1",
  5599. "normalize-path": "~3.0.0",
  5600. "readdirp": "~3.6.0"
  5601. },
  5602. "engines": {
  5603. "node": ">= 8.10.0"
  5604. },
  5605. "funding": {
  5606. "url": "https://paulmillr.com/funding/"
  5607. },
  5608. "optionalDependencies": {
  5609. "fsevents": "~2.3.2"
  5610. }
  5611. },
  5612. "node_modules/chokidar/node_modules/glob-parent": {
  5613. "version": "5.1.2",
  5614. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  5615. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5616. "license": "ISC",
  5617. "dependencies": {
  5618. "is-glob": "^4.0.1"
  5619. },
  5620. "engines": {
  5621. "node": ">= 6"
  5622. }
  5623. },
  5624. "node_modules/chrome-trace-event": {
  5625. "version": "1.0.4",
  5626. "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz",
  5627. "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==",
  5628. "license": "MIT",
  5629. "engines": {
  5630. "node": ">=6.0"
  5631. }
  5632. },
  5633. "node_modules/ci-info": {
  5634. "version": "3.9.0",
  5635. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
  5636. "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
  5637. "funding": [
  5638. {
  5639. "type": "github",
  5640. "url": "https://github.com/sponsors/sibiraj-s"
  5641. }
  5642. ],
  5643. "license": "MIT",
  5644. "engines": {
  5645. "node": ">=8"
  5646. }
  5647. },
  5648. "node_modules/cjs-module-lexer": {
  5649. "version": "1.4.3",
  5650. "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz",
  5651. "integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==",
  5652. "license": "MIT"
  5653. },
  5654. "node_modules/clean-css": {
  5655. "version": "5.3.3",
  5656. "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz",
  5657. "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==",
  5658. "license": "MIT",
  5659. "dependencies": {
  5660. "source-map": "~0.6.0"
  5661. },
  5662. "engines": {
  5663. "node": ">= 10.0"
  5664. }
  5665. },
  5666. "node_modules/clean-css/node_modules/source-map": {
  5667. "version": "0.6.1",
  5668. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  5669. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  5670. "license": "BSD-3-Clause",
  5671. "engines": {
  5672. "node": ">=0.10.0"
  5673. }
  5674. },
  5675. "node_modules/cliui": {
  5676. "version": "7.0.4",
  5677. "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
  5678. "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
  5679. "license": "ISC",
  5680. "dependencies": {
  5681. "string-width": "^4.2.0",
  5682. "strip-ansi": "^6.0.0",
  5683. "wrap-ansi": "^7.0.0"
  5684. }
  5685. },
  5686. "node_modules/co": {
  5687. "version": "4.6.0",
  5688. "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  5689. "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
  5690. "license": "MIT",
  5691. "engines": {
  5692. "iojs": ">= 1.0.0",
  5693. "node": ">= 0.12.0"
  5694. }
  5695. },
  5696. "node_modules/coa": {
  5697. "version": "2.0.2",
  5698. "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
  5699. "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
  5700. "license": "MIT",
  5701. "dependencies": {
  5702. "@types/q": "^1.5.1",
  5703. "chalk": "^2.4.1",
  5704. "q": "^1.1.2"
  5705. },
  5706. "engines": {
  5707. "node": ">= 4.0"
  5708. }
  5709. },
  5710. "node_modules/coa/node_modules/ansi-styles": {
  5711. "version": "3.2.1",
  5712. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  5713. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  5714. "license": "MIT",
  5715. "dependencies": {
  5716. "color-convert": "^1.9.0"
  5717. },
  5718. "engines": {
  5719. "node": ">=4"
  5720. }
  5721. },
  5722. "node_modules/coa/node_modules/chalk": {
  5723. "version": "2.4.2",
  5724. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  5725. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  5726. "license": "MIT",
  5727. "dependencies": {
  5728. "ansi-styles": "^3.2.1",
  5729. "escape-string-regexp": "^1.0.5",
  5730. "supports-color": "^5.3.0"
  5731. },
  5732. "engines": {
  5733. "node": ">=4"
  5734. }
  5735. },
  5736. "node_modules/coa/node_modules/color-convert": {
  5737. "version": "1.9.3",
  5738. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  5739. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  5740. "license": "MIT",
  5741. "dependencies": {
  5742. "color-name": "1.1.3"
  5743. }
  5744. },
  5745. "node_modules/coa/node_modules/color-name": {
  5746. "version": "1.1.3",
  5747. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  5748. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
  5749. "license": "MIT"
  5750. },
  5751. "node_modules/coa/node_modules/escape-string-regexp": {
  5752. "version": "1.0.5",
  5753. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  5754. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  5755. "license": "MIT",
  5756. "engines": {
  5757. "node": ">=0.8.0"
  5758. }
  5759. },
  5760. "node_modules/coa/node_modules/has-flag": {
  5761. "version": "3.0.0",
  5762. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  5763. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  5764. "license": "MIT",
  5765. "engines": {
  5766. "node": ">=4"
  5767. }
  5768. },
  5769. "node_modules/coa/node_modules/supports-color": {
  5770. "version": "5.5.0",
  5771. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  5772. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  5773. "license": "MIT",
  5774. "dependencies": {
  5775. "has-flag": "^3.0.0"
  5776. },
  5777. "engines": {
  5778. "node": ">=4"
  5779. }
  5780. },
  5781. "node_modules/collect-v8-coverage": {
  5782. "version": "1.0.2",
  5783. "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz",
  5784. "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==",
  5785. "license": "MIT"
  5786. },
  5787. "node_modules/color-convert": {
  5788. "version": "2.0.1",
  5789. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  5790. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  5791. "license": "MIT",
  5792. "dependencies": {
  5793. "color-name": "~1.1.4"
  5794. },
  5795. "engines": {
  5796. "node": ">=7.0.0"
  5797. }
  5798. },
  5799. "node_modules/color-name": {
  5800. "version": "1.1.4",
  5801. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  5802. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  5803. "license": "MIT"
  5804. },
  5805. "node_modules/colord": {
  5806. "version": "2.9.3",
  5807. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  5808. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  5809. "license": "MIT"
  5810. },
  5811. "node_modules/colorette": {
  5812. "version": "2.0.20",
  5813. "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
  5814. "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
  5815. "license": "MIT"
  5816. },
  5817. "node_modules/combined-stream": {
  5818. "version": "1.0.8",
  5819. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  5820. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  5821. "license": "MIT",
  5822. "dependencies": {
  5823. "delayed-stream": "~1.0.0"
  5824. },
  5825. "engines": {
  5826. "node": ">= 0.8"
  5827. }
  5828. },
  5829. "node_modules/commander": {
  5830. "version": "8.3.0",
  5831. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  5832. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  5833. "license": "MIT",
  5834. "engines": {
  5835. "node": ">= 12"
  5836. }
  5837. },
  5838. "node_modules/common-tags": {
  5839. "version": "1.8.2",
  5840. "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
  5841. "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
  5842. "license": "MIT",
  5843. "engines": {
  5844. "node": ">=4.0.0"
  5845. }
  5846. },
  5847. "node_modules/commondir": {
  5848. "version": "1.0.1",
  5849. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  5850. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
  5851. "license": "MIT"
  5852. },
  5853. "node_modules/compressible": {
  5854. "version": "2.0.18",
  5855. "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
  5856. "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
  5857. "license": "MIT",
  5858. "dependencies": {
  5859. "mime-db": ">= 1.43.0 < 2"
  5860. },
  5861. "engines": {
  5862. "node": ">= 0.6"
  5863. }
  5864. },
  5865. "node_modules/compression": {
  5866. "version": "1.8.0",
  5867. "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.0.tgz",
  5868. "integrity": "sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==",
  5869. "license": "MIT",
  5870. "dependencies": {
  5871. "bytes": "3.1.2",
  5872. "compressible": "~2.0.18",
  5873. "debug": "2.6.9",
  5874. "negotiator": "~0.6.4",
  5875. "on-headers": "~1.0.2",
  5876. "safe-buffer": "5.2.1",
  5877. "vary": "~1.1.2"
  5878. },
  5879. "engines": {
  5880. "node": ">= 0.8.0"
  5881. }
  5882. },
  5883. "node_modules/compression/node_modules/debug": {
  5884. "version": "2.6.9",
  5885. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5886. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5887. "license": "MIT",
  5888. "dependencies": {
  5889. "ms": "2.0.0"
  5890. }
  5891. },
  5892. "node_modules/compression/node_modules/ms": {
  5893. "version": "2.0.0",
  5894. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5895. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  5896. "license": "MIT"
  5897. },
  5898. "node_modules/concat-map": {
  5899. "version": "0.0.1",
  5900. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  5901. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  5902. "license": "MIT"
  5903. },
  5904. "node_modules/confusing-browser-globals": {
  5905. "version": "1.0.11",
  5906. "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
  5907. "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==",
  5908. "license": "MIT"
  5909. },
  5910. "node_modules/connect-history-api-fallback": {
  5911. "version": "2.0.0",
  5912. "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
  5913. "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==",
  5914. "license": "MIT",
  5915. "engines": {
  5916. "node": ">=0.8"
  5917. }
  5918. },
  5919. "node_modules/content-disposition": {
  5920. "version": "0.5.4",
  5921. "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
  5922. "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
  5923. "license": "MIT",
  5924. "dependencies": {
  5925. "safe-buffer": "5.2.1"
  5926. },
  5927. "engines": {
  5928. "node": ">= 0.6"
  5929. }
  5930. },
  5931. "node_modules/content-type": {
  5932. "version": "1.0.5",
  5933. "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
  5934. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  5935. "license": "MIT",
  5936. "engines": {
  5937. "node": ">= 0.6"
  5938. }
  5939. },
  5940. "node_modules/convert-source-map": {
  5941. "version": "2.0.0",
  5942. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  5943. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  5944. "license": "MIT"
  5945. },
  5946. "node_modules/cookie": {
  5947. "version": "0.7.1",
  5948. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
  5949. "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
  5950. "license": "MIT",
  5951. "engines": {
  5952. "node": ">= 0.6"
  5953. }
  5954. },
  5955. "node_modules/cookie-signature": {
  5956. "version": "1.0.6",
  5957. "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
  5958. "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==",
  5959. "license": "MIT"
  5960. },
  5961. "node_modules/core-js": {
  5962. "version": "3.40.0",
  5963. "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.40.0.tgz",
  5964. "integrity": "sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ==",
  5965. "hasInstallScript": true,
  5966. "license": "MIT",
  5967. "funding": {
  5968. "type": "opencollective",
  5969. "url": "https://opencollective.com/core-js"
  5970. }
  5971. },
  5972. "node_modules/core-js-compat": {
  5973. "version": "3.40.0",
  5974. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.40.0.tgz",
  5975. "integrity": "sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==",
  5976. "license": "MIT",
  5977. "dependencies": {
  5978. "browserslist": "^4.24.3"
  5979. },
  5980. "funding": {
  5981. "type": "opencollective",
  5982. "url": "https://opencollective.com/core-js"
  5983. }
  5984. },
  5985. "node_modules/core-js-pure": {
  5986. "version": "3.40.0",
  5987. "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.40.0.tgz",
  5988. "integrity": "sha512-AtDzVIgRrmRKQai62yuSIN5vNiQjcJakJb4fbhVw3ehxx7Lohphvw9SGNWKhLFqSxC4ilD0g/L1huAYFQU3Q6A==",
  5989. "hasInstallScript": true,
  5990. "license": "MIT",
  5991. "funding": {
  5992. "type": "opencollective",
  5993. "url": "https://opencollective.com/core-js"
  5994. }
  5995. },
  5996. "node_modules/core-util-is": {
  5997. "version": "1.0.3",
  5998. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  5999. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  6000. "license": "MIT"
  6001. },
  6002. "node_modules/cosmiconfig": {
  6003. "version": "7.1.0",
  6004. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
  6005. "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
  6006. "license": "MIT",
  6007. "dependencies": {
  6008. "@types/parse-json": "^4.0.0",
  6009. "import-fresh": "^3.2.1",
  6010. "parse-json": "^5.0.0",
  6011. "path-type": "^4.0.0",
  6012. "yaml": "^1.10.0"
  6013. },
  6014. "engines": {
  6015. "node": ">=10"
  6016. }
  6017. },
  6018. "node_modules/cross-spawn": {
  6019. "version": "7.0.6",
  6020. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  6021. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  6022. "license": "MIT",
  6023. "dependencies": {
  6024. "path-key": "^3.1.0",
  6025. "shebang-command": "^2.0.0",
  6026. "which": "^2.0.1"
  6027. },
  6028. "engines": {
  6029. "node": ">= 8"
  6030. }
  6031. },
  6032. "node_modules/crypto-random-string": {
  6033. "version": "2.0.0",
  6034. "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
  6035. "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
  6036. "license": "MIT",
  6037. "engines": {
  6038. "node": ">=8"
  6039. }
  6040. },
  6041. "node_modules/css-blank-pseudo": {
  6042. "version": "3.0.3",
  6043. "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz",
  6044. "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==",
  6045. "license": "CC0-1.0",
  6046. "dependencies": {
  6047. "postcss-selector-parser": "^6.0.9"
  6048. },
  6049. "bin": {
  6050. "css-blank-pseudo": "dist/cli.cjs"
  6051. },
  6052. "engines": {
  6053. "node": "^12 || ^14 || >=16"
  6054. },
  6055. "peerDependencies": {
  6056. "postcss": "^8.4"
  6057. }
  6058. },
  6059. "node_modules/css-declaration-sorter": {
  6060. "version": "6.4.1",
  6061. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz",
  6062. "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==",
  6063. "license": "ISC",
  6064. "engines": {
  6065. "node": "^10 || ^12 || >=14"
  6066. },
  6067. "peerDependencies": {
  6068. "postcss": "^8.0.9"
  6069. }
  6070. },
  6071. "node_modules/css-has-pseudo": {
  6072. "version": "3.0.4",
  6073. "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz",
  6074. "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==",
  6075. "license": "CC0-1.0",
  6076. "dependencies": {
  6077. "postcss-selector-parser": "^6.0.9"
  6078. },
  6079. "bin": {
  6080. "css-has-pseudo": "dist/cli.cjs"
  6081. },
  6082. "engines": {
  6083. "node": "^12 || ^14 || >=16"
  6084. },
  6085. "peerDependencies": {
  6086. "postcss": "^8.4"
  6087. }
  6088. },
  6089. "node_modules/css-loader": {
  6090. "version": "6.11.0",
  6091. "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz",
  6092. "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==",
  6093. "license": "MIT",
  6094. "dependencies": {
  6095. "icss-utils": "^5.1.0",
  6096. "postcss": "^8.4.33",
  6097. "postcss-modules-extract-imports": "^3.1.0",
  6098. "postcss-modules-local-by-default": "^4.0.5",
  6099. "postcss-modules-scope": "^3.2.0",
  6100. "postcss-modules-values": "^4.0.0",
  6101. "postcss-value-parser": "^4.2.0",
  6102. "semver": "^7.5.4"
  6103. },
  6104. "engines": {
  6105. "node": ">= 12.13.0"
  6106. },
  6107. "funding": {
  6108. "type": "opencollective",
  6109. "url": "https://opencollective.com/webpack"
  6110. },
  6111. "peerDependencies": {
  6112. "@rspack/core": "0.x || 1.x",
  6113. "webpack": "^5.0.0"
  6114. },
  6115. "peerDependenciesMeta": {
  6116. "@rspack/core": {
  6117. "optional": true
  6118. },
  6119. "webpack": {
  6120. "optional": true
  6121. }
  6122. }
  6123. },
  6124. "node_modules/css-minimizer-webpack-plugin": {
  6125. "version": "3.4.1",
  6126. "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz",
  6127. "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==",
  6128. "license": "MIT",
  6129. "dependencies": {
  6130. "cssnano": "^5.0.6",
  6131. "jest-worker": "^27.0.2",
  6132. "postcss": "^8.3.5",
  6133. "schema-utils": "^4.0.0",
  6134. "serialize-javascript": "^6.0.0",
  6135. "source-map": "^0.6.1"
  6136. },
  6137. "engines": {
  6138. "node": ">= 12.13.0"
  6139. },
  6140. "funding": {
  6141. "type": "opencollective",
  6142. "url": "https://opencollective.com/webpack"
  6143. },
  6144. "peerDependencies": {
  6145. "webpack": "^5.0.0"
  6146. },
  6147. "peerDependenciesMeta": {
  6148. "@parcel/css": {
  6149. "optional": true
  6150. },
  6151. "clean-css": {
  6152. "optional": true
  6153. },
  6154. "csso": {
  6155. "optional": true
  6156. },
  6157. "esbuild": {
  6158. "optional": true
  6159. }
  6160. }
  6161. },
  6162. "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": {
  6163. "version": "0.6.1",
  6164. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  6165. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  6166. "license": "BSD-3-Clause",
  6167. "engines": {
  6168. "node": ">=0.10.0"
  6169. }
  6170. },
  6171. "node_modules/css-prefers-color-scheme": {
  6172. "version": "6.0.3",
  6173. "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz",
  6174. "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==",
  6175. "license": "CC0-1.0",
  6176. "bin": {
  6177. "css-prefers-color-scheme": "dist/cli.cjs"
  6178. },
  6179. "engines": {
  6180. "node": "^12 || ^14 || >=16"
  6181. },
  6182. "peerDependencies": {
  6183. "postcss": "^8.4"
  6184. }
  6185. },
  6186. "node_modules/css-select": {
  6187. "version": "4.3.0",
  6188. "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz",
  6189. "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
  6190. "license": "BSD-2-Clause",
  6191. "dependencies": {
  6192. "boolbase": "^1.0.0",
  6193. "css-what": "^6.0.1",
  6194. "domhandler": "^4.3.1",
  6195. "domutils": "^2.8.0",
  6196. "nth-check": "^2.0.1"
  6197. },
  6198. "funding": {
  6199. "url": "https://github.com/sponsors/fb55"
  6200. }
  6201. },
  6202. "node_modules/css-select-base-adapter": {
  6203. "version": "0.1.1",
  6204. "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
  6205. "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==",
  6206. "license": "MIT"
  6207. },
  6208. "node_modules/css-tree": {
  6209. "version": "1.0.0-alpha.37",
  6210. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
  6211. "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
  6212. "license": "MIT",
  6213. "dependencies": {
  6214. "mdn-data": "2.0.4",
  6215. "source-map": "^0.6.1"
  6216. },
  6217. "engines": {
  6218. "node": ">=8.0.0"
  6219. }
  6220. },
  6221. "node_modules/css-tree/node_modules/source-map": {
  6222. "version": "0.6.1",
  6223. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  6224. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  6225. "license": "BSD-3-Clause",
  6226. "engines": {
  6227. "node": ">=0.10.0"
  6228. }
  6229. },
  6230. "node_modules/css-what": {
  6231. "version": "6.1.0",
  6232. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
  6233. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
  6234. "license": "BSD-2-Clause",
  6235. "engines": {
  6236. "node": ">= 6"
  6237. },
  6238. "funding": {
  6239. "url": "https://github.com/sponsors/fb55"
  6240. }
  6241. },
  6242. "node_modules/css.escape": {
  6243. "version": "1.5.1",
  6244. "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
  6245. "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==",
  6246. "license": "MIT"
  6247. },
  6248. "node_modules/cssdb": {
  6249. "version": "7.11.2",
  6250. "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.11.2.tgz",
  6251. "integrity": "sha512-lhQ32TFkc1X4eTefGfYPvgovRSzIMofHkigfH8nWtyRL4XJLsRhJFreRvEgKzept7x1rjBuy3J/MurXLaFxW/A==",
  6252. "funding": [
  6253. {
  6254. "type": "opencollective",
  6255. "url": "https://opencollective.com/csstools"
  6256. },
  6257. {
  6258. "type": "github",
  6259. "url": "https://github.com/sponsors/csstools"
  6260. }
  6261. ],
  6262. "license": "CC0-1.0"
  6263. },
  6264. "node_modules/cssesc": {
  6265. "version": "3.0.0",
  6266. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  6267. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  6268. "license": "MIT",
  6269. "bin": {
  6270. "cssesc": "bin/cssesc"
  6271. },
  6272. "engines": {
  6273. "node": ">=4"
  6274. }
  6275. },
  6276. "node_modules/cssnano": {
  6277. "version": "5.1.15",
  6278. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz",
  6279. "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==",
  6280. "license": "MIT",
  6281. "dependencies": {
  6282. "cssnano-preset-default": "^5.2.14",
  6283. "lilconfig": "^2.0.3",
  6284. "yaml": "^1.10.2"
  6285. },
  6286. "engines": {
  6287. "node": "^10 || ^12 || >=14.0"
  6288. },
  6289. "funding": {
  6290. "type": "opencollective",
  6291. "url": "https://opencollective.com/cssnano"
  6292. },
  6293. "peerDependencies": {
  6294. "postcss": "^8.2.15"
  6295. }
  6296. },
  6297. "node_modules/cssnano-preset-default": {
  6298. "version": "5.2.14",
  6299. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz",
  6300. "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==",
  6301. "license": "MIT",
  6302. "dependencies": {
  6303. "css-declaration-sorter": "^6.3.1",
  6304. "cssnano-utils": "^3.1.0",
  6305. "postcss-calc": "^8.2.3",
  6306. "postcss-colormin": "^5.3.1",
  6307. "postcss-convert-values": "^5.1.3",
  6308. "postcss-discard-comments": "^5.1.2",
  6309. "postcss-discard-duplicates": "^5.1.0",
  6310. "postcss-discard-empty": "^5.1.1",
  6311. "postcss-discard-overridden": "^5.1.0",
  6312. "postcss-merge-longhand": "^5.1.7",
  6313. "postcss-merge-rules": "^5.1.4",
  6314. "postcss-minify-font-values": "^5.1.0",
  6315. "postcss-minify-gradients": "^5.1.1",
  6316. "postcss-minify-params": "^5.1.4",
  6317. "postcss-minify-selectors": "^5.2.1",
  6318. "postcss-normalize-charset": "^5.1.0",
  6319. "postcss-normalize-display-values": "^5.1.0",
  6320. "postcss-normalize-positions": "^5.1.1",
  6321. "postcss-normalize-repeat-style": "^5.1.1",
  6322. "postcss-normalize-string": "^5.1.0",
  6323. "postcss-normalize-timing-functions": "^5.1.0",
  6324. "postcss-normalize-unicode": "^5.1.1",
  6325. "postcss-normalize-url": "^5.1.0",
  6326. "postcss-normalize-whitespace": "^5.1.1",
  6327. "postcss-ordered-values": "^5.1.3",
  6328. "postcss-reduce-initial": "^5.1.2",
  6329. "postcss-reduce-transforms": "^5.1.0",
  6330. "postcss-svgo": "^5.1.0",
  6331. "postcss-unique-selectors": "^5.1.1"
  6332. },
  6333. "engines": {
  6334. "node": "^10 || ^12 || >=14.0"
  6335. },
  6336. "peerDependencies": {
  6337. "postcss": "^8.2.15"
  6338. }
  6339. },
  6340. "node_modules/cssnano-utils": {
  6341. "version": "3.1.0",
  6342. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
  6343. "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
  6344. "license": "MIT",
  6345. "engines": {
  6346. "node": "^10 || ^12 || >=14.0"
  6347. },
  6348. "peerDependencies": {
  6349. "postcss": "^8.2.15"
  6350. }
  6351. },
  6352. "node_modules/csso": {
  6353. "version": "4.2.0",
  6354. "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
  6355. "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
  6356. "license": "MIT",
  6357. "dependencies": {
  6358. "css-tree": "^1.1.2"
  6359. },
  6360. "engines": {
  6361. "node": ">=8.0.0"
  6362. }
  6363. },
  6364. "node_modules/csso/node_modules/css-tree": {
  6365. "version": "1.1.3",
  6366. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
  6367. "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
  6368. "license": "MIT",
  6369. "dependencies": {
  6370. "mdn-data": "2.0.14",
  6371. "source-map": "^0.6.1"
  6372. },
  6373. "engines": {
  6374. "node": ">=8.0.0"
  6375. }
  6376. },
  6377. "node_modules/csso/node_modules/mdn-data": {
  6378. "version": "2.0.14",
  6379. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
  6380. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
  6381. "license": "CC0-1.0"
  6382. },
  6383. "node_modules/csso/node_modules/source-map": {
  6384. "version": "0.6.1",
  6385. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  6386. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  6387. "license": "BSD-3-Clause",
  6388. "engines": {
  6389. "node": ">=0.10.0"
  6390. }
  6391. },
  6392. "node_modules/cssom": {
  6393. "version": "0.4.4",
  6394. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
  6395. "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==",
  6396. "license": "MIT"
  6397. },
  6398. "node_modules/cssstyle": {
  6399. "version": "2.3.0",
  6400. "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
  6401. "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
  6402. "license": "MIT",
  6403. "dependencies": {
  6404. "cssom": "~0.3.6"
  6405. },
  6406. "engines": {
  6407. "node": ">=8"
  6408. }
  6409. },
  6410. "node_modules/cssstyle/node_modules/cssom": {
  6411. "version": "0.3.8",
  6412. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
  6413. "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
  6414. "license": "MIT"
  6415. },
  6416. "node_modules/damerau-levenshtein": {
  6417. "version": "1.0.8",
  6418. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  6419. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
  6420. "license": "BSD-2-Clause"
  6421. },
  6422. "node_modules/data-urls": {
  6423. "version": "2.0.0",
  6424. "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
  6425. "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
  6426. "license": "MIT",
  6427. "dependencies": {
  6428. "abab": "^2.0.3",
  6429. "whatwg-mimetype": "^2.3.0",
  6430. "whatwg-url": "^8.0.0"
  6431. },
  6432. "engines": {
  6433. "node": ">=10"
  6434. }
  6435. },
  6436. "node_modules/data-view-buffer": {
  6437. "version": "1.0.2",
  6438. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  6439. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  6440. "license": "MIT",
  6441. "dependencies": {
  6442. "call-bound": "^1.0.3",
  6443. "es-errors": "^1.3.0",
  6444. "is-data-view": "^1.0.2"
  6445. },
  6446. "engines": {
  6447. "node": ">= 0.4"
  6448. },
  6449. "funding": {
  6450. "url": "https://github.com/sponsors/ljharb"
  6451. }
  6452. },
  6453. "node_modules/data-view-byte-length": {
  6454. "version": "1.0.2",
  6455. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  6456. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  6457. "license": "MIT",
  6458. "dependencies": {
  6459. "call-bound": "^1.0.3",
  6460. "es-errors": "^1.3.0",
  6461. "is-data-view": "^1.0.2"
  6462. },
  6463. "engines": {
  6464. "node": ">= 0.4"
  6465. },
  6466. "funding": {
  6467. "url": "https://github.com/sponsors/inspect-js"
  6468. }
  6469. },
  6470. "node_modules/data-view-byte-offset": {
  6471. "version": "1.0.1",
  6472. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  6473. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  6474. "license": "MIT",
  6475. "dependencies": {
  6476. "call-bound": "^1.0.2",
  6477. "es-errors": "^1.3.0",
  6478. "is-data-view": "^1.0.1"
  6479. },
  6480. "engines": {
  6481. "node": ">= 0.4"
  6482. },
  6483. "funding": {
  6484. "url": "https://github.com/sponsors/ljharb"
  6485. }
  6486. },
  6487. "node_modules/debug": {
  6488. "version": "4.4.0",
  6489. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
  6490. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  6491. "license": "MIT",
  6492. "dependencies": {
  6493. "ms": "^2.1.3"
  6494. },
  6495. "engines": {
  6496. "node": ">=6.0"
  6497. },
  6498. "peerDependenciesMeta": {
  6499. "supports-color": {
  6500. "optional": true
  6501. }
  6502. }
  6503. },
  6504. "node_modules/decimal.js": {
  6505. "version": "10.5.0",
  6506. "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.5.0.tgz",
  6507. "integrity": "sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==",
  6508. "license": "MIT"
  6509. },
  6510. "node_modules/dedent": {
  6511. "version": "0.7.0",
  6512. "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
  6513. "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==",
  6514. "license": "MIT"
  6515. },
  6516. "node_modules/deep-is": {
  6517. "version": "0.1.4",
  6518. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  6519. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  6520. "license": "MIT"
  6521. },
  6522. "node_modules/deepmerge": {
  6523. "version": "4.3.1",
  6524. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  6525. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  6526. "license": "MIT",
  6527. "engines": {
  6528. "node": ">=0.10.0"
  6529. }
  6530. },
  6531. "node_modules/default-gateway": {
  6532. "version": "6.0.3",
  6533. "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
  6534. "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
  6535. "license": "BSD-2-Clause",
  6536. "dependencies": {
  6537. "execa": "^5.0.0"
  6538. },
  6539. "engines": {
  6540. "node": ">= 10"
  6541. }
  6542. },
  6543. "node_modules/define-data-property": {
  6544. "version": "1.1.4",
  6545. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  6546. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  6547. "license": "MIT",
  6548. "dependencies": {
  6549. "es-define-property": "^1.0.0",
  6550. "es-errors": "^1.3.0",
  6551. "gopd": "^1.0.1"
  6552. },
  6553. "engines": {
  6554. "node": ">= 0.4"
  6555. },
  6556. "funding": {
  6557. "url": "https://github.com/sponsors/ljharb"
  6558. }
  6559. },
  6560. "node_modules/define-lazy-prop": {
  6561. "version": "2.0.0",
  6562. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  6563. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  6564. "license": "MIT",
  6565. "engines": {
  6566. "node": ">=8"
  6567. }
  6568. },
  6569. "node_modules/define-properties": {
  6570. "version": "1.2.1",
  6571. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  6572. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  6573. "license": "MIT",
  6574. "dependencies": {
  6575. "define-data-property": "^1.0.1",
  6576. "has-property-descriptors": "^1.0.0",
  6577. "object-keys": "^1.1.1"
  6578. },
  6579. "engines": {
  6580. "node": ">= 0.4"
  6581. },
  6582. "funding": {
  6583. "url": "https://github.com/sponsors/ljharb"
  6584. }
  6585. },
  6586. "node_modules/delayed-stream": {
  6587. "version": "1.0.0",
  6588. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  6589. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  6590. "license": "MIT",
  6591. "engines": {
  6592. "node": ">=0.4.0"
  6593. }
  6594. },
  6595. "node_modules/depd": {
  6596. "version": "2.0.0",
  6597. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  6598. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  6599. "license": "MIT",
  6600. "engines": {
  6601. "node": ">= 0.8"
  6602. }
  6603. },
  6604. "node_modules/dequal": {
  6605. "version": "2.0.3",
  6606. "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
  6607. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  6608. "license": "MIT",
  6609. "engines": {
  6610. "node": ">=6"
  6611. }
  6612. },
  6613. "node_modules/destroy": {
  6614. "version": "1.2.0",
  6615. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  6616. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  6617. "license": "MIT",
  6618. "engines": {
  6619. "node": ">= 0.8",
  6620. "npm": "1.2.8000 || >= 1.4.16"
  6621. }
  6622. },
  6623. "node_modules/detect-newline": {
  6624. "version": "3.1.0",
  6625. "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
  6626. "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
  6627. "license": "MIT",
  6628. "engines": {
  6629. "node": ">=8"
  6630. }
  6631. },
  6632. "node_modules/detect-node": {
  6633. "version": "2.1.0",
  6634. "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
  6635. "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
  6636. "license": "MIT"
  6637. },
  6638. "node_modules/detect-port-alt": {
  6639. "version": "1.1.6",
  6640. "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
  6641. "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
  6642. "license": "MIT",
  6643. "dependencies": {
  6644. "address": "^1.0.1",
  6645. "debug": "^2.6.0"
  6646. },
  6647. "bin": {
  6648. "detect": "bin/detect-port",
  6649. "detect-port": "bin/detect-port"
  6650. },
  6651. "engines": {
  6652. "node": ">= 4.2.1"
  6653. }
  6654. },
  6655. "node_modules/detect-port-alt/node_modules/debug": {
  6656. "version": "2.6.9",
  6657. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  6658. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  6659. "license": "MIT",
  6660. "dependencies": {
  6661. "ms": "2.0.0"
  6662. }
  6663. },
  6664. "node_modules/detect-port-alt/node_modules/ms": {
  6665. "version": "2.0.0",
  6666. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  6667. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  6668. "license": "MIT"
  6669. },
  6670. "node_modules/didyoumean": {
  6671. "version": "1.2.2",
  6672. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  6673. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
  6674. "license": "Apache-2.0"
  6675. },
  6676. "node_modules/diff-sequences": {
  6677. "version": "27.5.1",
  6678. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
  6679. "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==",
  6680. "license": "MIT",
  6681. "engines": {
  6682. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  6683. }
  6684. },
  6685. "node_modules/dir-glob": {
  6686. "version": "3.0.1",
  6687. "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  6688. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  6689. "license": "MIT",
  6690. "dependencies": {
  6691. "path-type": "^4.0.0"
  6692. },
  6693. "engines": {
  6694. "node": ">=8"
  6695. }
  6696. },
  6697. "node_modules/dlv": {
  6698. "version": "1.1.3",
  6699. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  6700. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
  6701. "license": "MIT"
  6702. },
  6703. "node_modules/dns-packet": {
  6704. "version": "5.6.1",
  6705. "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz",
  6706. "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==",
  6707. "license": "MIT",
  6708. "dependencies": {
  6709. "@leichtgewicht/ip-codec": "^2.0.1"
  6710. },
  6711. "engines": {
  6712. "node": ">=6"
  6713. }
  6714. },
  6715. "node_modules/doctrine": {
  6716. "version": "3.0.0",
  6717. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  6718. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  6719. "license": "Apache-2.0",
  6720. "dependencies": {
  6721. "esutils": "^2.0.2"
  6722. },
  6723. "engines": {
  6724. "node": ">=6.0.0"
  6725. }
  6726. },
  6727. "node_modules/dom-accessibility-api": {
  6728. "version": "0.5.16",
  6729. "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
  6730. "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==",
  6731. "license": "MIT"
  6732. },
  6733. "node_modules/dom-converter": {
  6734. "version": "0.2.0",
  6735. "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
  6736. "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
  6737. "license": "MIT",
  6738. "dependencies": {
  6739. "utila": "~0.4"
  6740. }
  6741. },
  6742. "node_modules/dom-serializer": {
  6743. "version": "1.4.1",
  6744. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz",
  6745. "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
  6746. "license": "MIT",
  6747. "dependencies": {
  6748. "domelementtype": "^2.0.1",
  6749. "domhandler": "^4.2.0",
  6750. "entities": "^2.0.0"
  6751. },
  6752. "funding": {
  6753. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  6754. }
  6755. },
  6756. "node_modules/domelementtype": {
  6757. "version": "2.3.0",
  6758. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  6759. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  6760. "funding": [
  6761. {
  6762. "type": "github",
  6763. "url": "https://github.com/sponsors/fb55"
  6764. }
  6765. ],
  6766. "license": "BSD-2-Clause"
  6767. },
  6768. "node_modules/domexception": {
  6769. "version": "2.0.1",
  6770. "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
  6771. "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
  6772. "deprecated": "Use your platform's native DOMException instead",
  6773. "license": "MIT",
  6774. "dependencies": {
  6775. "webidl-conversions": "^5.0.0"
  6776. },
  6777. "engines": {
  6778. "node": ">=8"
  6779. }
  6780. },
  6781. "node_modules/domexception/node_modules/webidl-conversions": {
  6782. "version": "5.0.0",
  6783. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
  6784. "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
  6785. "license": "BSD-2-Clause",
  6786. "engines": {
  6787. "node": ">=8"
  6788. }
  6789. },
  6790. "node_modules/domhandler": {
  6791. "version": "4.3.1",
  6792. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz",
  6793. "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
  6794. "license": "BSD-2-Clause",
  6795. "dependencies": {
  6796. "domelementtype": "^2.2.0"
  6797. },
  6798. "engines": {
  6799. "node": ">= 4"
  6800. },
  6801. "funding": {
  6802. "url": "https://github.com/fb55/domhandler?sponsor=1"
  6803. }
  6804. },
  6805. "node_modules/domutils": {
  6806. "version": "2.8.0",
  6807. "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
  6808. "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
  6809. "license": "BSD-2-Clause",
  6810. "dependencies": {
  6811. "dom-serializer": "^1.0.1",
  6812. "domelementtype": "^2.2.0",
  6813. "domhandler": "^4.2.0"
  6814. },
  6815. "funding": {
  6816. "url": "https://github.com/fb55/domutils?sponsor=1"
  6817. }
  6818. },
  6819. "node_modules/dot-case": {
  6820. "version": "3.0.4",
  6821. "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
  6822. "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
  6823. "license": "MIT",
  6824. "dependencies": {
  6825. "no-case": "^3.0.4",
  6826. "tslib": "^2.0.3"
  6827. }
  6828. },
  6829. "node_modules/dotenv": {
  6830. "version": "10.0.0",
  6831. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
  6832. "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
  6833. "license": "BSD-2-Clause",
  6834. "engines": {
  6835. "node": ">=10"
  6836. }
  6837. },
  6838. "node_modules/dotenv-expand": {
  6839. "version": "5.1.0",
  6840. "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
  6841. "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==",
  6842. "license": "BSD-2-Clause"
  6843. },
  6844. "node_modules/dunder-proto": {
  6845. "version": "1.0.1",
  6846. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  6847. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  6848. "license": "MIT",
  6849. "dependencies": {
  6850. "call-bind-apply-helpers": "^1.0.1",
  6851. "es-errors": "^1.3.0",
  6852. "gopd": "^1.2.0"
  6853. },
  6854. "engines": {
  6855. "node": ">= 0.4"
  6856. }
  6857. },
  6858. "node_modules/duplexer": {
  6859. "version": "0.1.2",
  6860. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  6861. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  6862. "license": "MIT"
  6863. },
  6864. "node_modules/eastasianwidth": {
  6865. "version": "0.2.0",
  6866. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  6867. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  6868. "license": "MIT"
  6869. },
  6870. "node_modules/ee-first": {
  6871. "version": "1.1.1",
  6872. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  6873. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  6874. "license": "MIT"
  6875. },
  6876. "node_modules/ejs": {
  6877. "version": "3.1.10",
  6878. "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
  6879. "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
  6880. "license": "Apache-2.0",
  6881. "dependencies": {
  6882. "jake": "^10.8.5"
  6883. },
  6884. "bin": {
  6885. "ejs": "bin/cli.js"
  6886. },
  6887. "engines": {
  6888. "node": ">=0.10.0"
  6889. }
  6890. },
  6891. "node_modules/electron-to-chromium": {
  6892. "version": "1.5.104",
  6893. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.104.tgz",
  6894. "integrity": "sha512-Us9M2L4cO/zMBqVkJtnj353nQhMju9slHm62NprKTmdF3HH8wYOtNvDFq/JB2+ZRoGLzdvYDiATlMHs98XBM1g==",
  6895. "license": "ISC"
  6896. },
  6897. "node_modules/emittery": {
  6898. "version": "0.8.1",
  6899. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
  6900. "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==",
  6901. "license": "MIT",
  6902. "engines": {
  6903. "node": ">=10"
  6904. },
  6905. "funding": {
  6906. "url": "https://github.com/sindresorhus/emittery?sponsor=1"
  6907. }
  6908. },
  6909. "node_modules/emoji-regex": {
  6910. "version": "9.2.2",
  6911. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  6912. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  6913. "license": "MIT"
  6914. },
  6915. "node_modules/emojis-list": {
  6916. "version": "3.0.0",
  6917. "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
  6918. "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
  6919. "license": "MIT",
  6920. "engines": {
  6921. "node": ">= 4"
  6922. }
  6923. },
  6924. "node_modules/encodeurl": {
  6925. "version": "2.0.0",
  6926. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
  6927. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  6928. "license": "MIT",
  6929. "engines": {
  6930. "node": ">= 0.8"
  6931. }
  6932. },
  6933. "node_modules/enhanced-resolve": {
  6934. "version": "5.18.1",
  6935. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz",
  6936. "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==",
  6937. "license": "MIT",
  6938. "dependencies": {
  6939. "graceful-fs": "^4.2.4",
  6940. "tapable": "^2.2.0"
  6941. },
  6942. "engines": {
  6943. "node": ">=10.13.0"
  6944. }
  6945. },
  6946. "node_modules/entities": {
  6947. "version": "2.2.0",
  6948. "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
  6949. "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
  6950. "license": "BSD-2-Clause",
  6951. "funding": {
  6952. "url": "https://github.com/fb55/entities?sponsor=1"
  6953. }
  6954. },
  6955. "node_modules/error-ex": {
  6956. "version": "1.3.2",
  6957. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  6958. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  6959. "license": "MIT",
  6960. "dependencies": {
  6961. "is-arrayish": "^0.2.1"
  6962. }
  6963. },
  6964. "node_modules/error-stack-parser": {
  6965. "version": "2.1.4",
  6966. "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
  6967. "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
  6968. "license": "MIT",
  6969. "dependencies": {
  6970. "stackframe": "^1.3.4"
  6971. }
  6972. },
  6973. "node_modules/es-abstract": {
  6974. "version": "1.23.9",
  6975. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.9.tgz",
  6976. "integrity": "sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==",
  6977. "license": "MIT",
  6978. "dependencies": {
  6979. "array-buffer-byte-length": "^1.0.2",
  6980. "arraybuffer.prototype.slice": "^1.0.4",
  6981. "available-typed-arrays": "^1.0.7",
  6982. "call-bind": "^1.0.8",
  6983. "call-bound": "^1.0.3",
  6984. "data-view-buffer": "^1.0.2",
  6985. "data-view-byte-length": "^1.0.2",
  6986. "data-view-byte-offset": "^1.0.1",
  6987. "es-define-property": "^1.0.1",
  6988. "es-errors": "^1.3.0",
  6989. "es-object-atoms": "^1.0.0",
  6990. "es-set-tostringtag": "^2.1.0",
  6991. "es-to-primitive": "^1.3.0",
  6992. "function.prototype.name": "^1.1.8",
  6993. "get-intrinsic": "^1.2.7",
  6994. "get-proto": "^1.0.0",
  6995. "get-symbol-description": "^1.1.0",
  6996. "globalthis": "^1.0.4",
  6997. "gopd": "^1.2.0",
  6998. "has-property-descriptors": "^1.0.2",
  6999. "has-proto": "^1.2.0",
  7000. "has-symbols": "^1.1.0",
  7001. "hasown": "^2.0.2",
  7002. "internal-slot": "^1.1.0",
  7003. "is-array-buffer": "^3.0.5",
  7004. "is-callable": "^1.2.7",
  7005. "is-data-view": "^1.0.2",
  7006. "is-regex": "^1.2.1",
  7007. "is-shared-array-buffer": "^1.0.4",
  7008. "is-string": "^1.1.1",
  7009. "is-typed-array": "^1.1.15",
  7010. "is-weakref": "^1.1.0",
  7011. "math-intrinsics": "^1.1.0",
  7012. "object-inspect": "^1.13.3",
  7013. "object-keys": "^1.1.1",
  7014. "object.assign": "^4.1.7",
  7015. "own-keys": "^1.0.1",
  7016. "regexp.prototype.flags": "^1.5.3",
  7017. "safe-array-concat": "^1.1.3",
  7018. "safe-push-apply": "^1.0.0",
  7019. "safe-regex-test": "^1.1.0",
  7020. "set-proto": "^1.0.0",
  7021. "string.prototype.trim": "^1.2.10",
  7022. "string.prototype.trimend": "^1.0.9",
  7023. "string.prototype.trimstart": "^1.0.8",
  7024. "typed-array-buffer": "^1.0.3",
  7025. "typed-array-byte-length": "^1.0.3",
  7026. "typed-array-byte-offset": "^1.0.4",
  7027. "typed-array-length": "^1.0.7",
  7028. "unbox-primitive": "^1.1.0",
  7029. "which-typed-array": "^1.1.18"
  7030. },
  7031. "engines": {
  7032. "node": ">= 0.4"
  7033. },
  7034. "funding": {
  7035. "url": "https://github.com/sponsors/ljharb"
  7036. }
  7037. },
  7038. "node_modules/es-array-method-boxes-properly": {
  7039. "version": "1.0.0",
  7040. "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz",
  7041. "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==",
  7042. "license": "MIT"
  7043. },
  7044. "node_modules/es-define-property": {
  7045. "version": "1.0.1",
  7046. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  7047. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  7048. "license": "MIT",
  7049. "engines": {
  7050. "node": ">= 0.4"
  7051. }
  7052. },
  7053. "node_modules/es-errors": {
  7054. "version": "1.3.0",
  7055. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  7056. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  7057. "license": "MIT",
  7058. "engines": {
  7059. "node": ">= 0.4"
  7060. }
  7061. },
  7062. "node_modules/es-iterator-helpers": {
  7063. "version": "1.2.1",
  7064. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
  7065. "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
  7066. "license": "MIT",
  7067. "dependencies": {
  7068. "call-bind": "^1.0.8",
  7069. "call-bound": "^1.0.3",
  7070. "define-properties": "^1.2.1",
  7071. "es-abstract": "^1.23.6",
  7072. "es-errors": "^1.3.0",
  7073. "es-set-tostringtag": "^2.0.3",
  7074. "function-bind": "^1.1.2",
  7075. "get-intrinsic": "^1.2.6",
  7076. "globalthis": "^1.0.4",
  7077. "gopd": "^1.2.0",
  7078. "has-property-descriptors": "^1.0.2",
  7079. "has-proto": "^1.2.0",
  7080. "has-symbols": "^1.1.0",
  7081. "internal-slot": "^1.1.0",
  7082. "iterator.prototype": "^1.1.4",
  7083. "safe-array-concat": "^1.1.3"
  7084. },
  7085. "engines": {
  7086. "node": ">= 0.4"
  7087. }
  7088. },
  7089. "node_modules/es-module-lexer": {
  7090. "version": "1.6.0",
  7091. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz",
  7092. "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==",
  7093. "license": "MIT"
  7094. },
  7095. "node_modules/es-object-atoms": {
  7096. "version": "1.1.1",
  7097. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  7098. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  7099. "license": "MIT",
  7100. "dependencies": {
  7101. "es-errors": "^1.3.0"
  7102. },
  7103. "engines": {
  7104. "node": ">= 0.4"
  7105. }
  7106. },
  7107. "node_modules/es-set-tostringtag": {
  7108. "version": "2.1.0",
  7109. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  7110. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  7111. "license": "MIT",
  7112. "dependencies": {
  7113. "es-errors": "^1.3.0",
  7114. "get-intrinsic": "^1.2.6",
  7115. "has-tostringtag": "^1.0.2",
  7116. "hasown": "^2.0.2"
  7117. },
  7118. "engines": {
  7119. "node": ">= 0.4"
  7120. }
  7121. },
  7122. "node_modules/es-shim-unscopables": {
  7123. "version": "1.1.0",
  7124. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  7125. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  7126. "license": "MIT",
  7127. "dependencies": {
  7128. "hasown": "^2.0.2"
  7129. },
  7130. "engines": {
  7131. "node": ">= 0.4"
  7132. }
  7133. },
  7134. "node_modules/es-to-primitive": {
  7135. "version": "1.3.0",
  7136. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  7137. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  7138. "license": "MIT",
  7139. "dependencies": {
  7140. "is-callable": "^1.2.7",
  7141. "is-date-object": "^1.0.5",
  7142. "is-symbol": "^1.0.4"
  7143. },
  7144. "engines": {
  7145. "node": ">= 0.4"
  7146. },
  7147. "funding": {
  7148. "url": "https://github.com/sponsors/ljharb"
  7149. }
  7150. },
  7151. "node_modules/escalade": {
  7152. "version": "3.2.0",
  7153. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  7154. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  7155. "license": "MIT",
  7156. "engines": {
  7157. "node": ">=6"
  7158. }
  7159. },
  7160. "node_modules/escape-html": {
  7161. "version": "1.0.3",
  7162. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  7163. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  7164. "license": "MIT"
  7165. },
  7166. "node_modules/escape-string-regexp": {
  7167. "version": "4.0.0",
  7168. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  7169. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  7170. "license": "MIT",
  7171. "engines": {
  7172. "node": ">=10"
  7173. },
  7174. "funding": {
  7175. "url": "https://github.com/sponsors/sindresorhus"
  7176. }
  7177. },
  7178. "node_modules/escodegen": {
  7179. "version": "2.1.0",
  7180. "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
  7181. "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
  7182. "license": "BSD-2-Clause",
  7183. "dependencies": {
  7184. "esprima": "^4.0.1",
  7185. "estraverse": "^5.2.0",
  7186. "esutils": "^2.0.2"
  7187. },
  7188. "bin": {
  7189. "escodegen": "bin/escodegen.js",
  7190. "esgenerate": "bin/esgenerate.js"
  7191. },
  7192. "engines": {
  7193. "node": ">=6.0"
  7194. },
  7195. "optionalDependencies": {
  7196. "source-map": "~0.6.1"
  7197. }
  7198. },
  7199. "node_modules/escodegen/node_modules/source-map": {
  7200. "version": "0.6.1",
  7201. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  7202. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  7203. "license": "BSD-3-Clause",
  7204. "optional": true,
  7205. "engines": {
  7206. "node": ">=0.10.0"
  7207. }
  7208. },
  7209. "node_modules/eslint": {
  7210. "version": "8.57.1",
  7211. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
  7212. "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
  7213. "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
  7214. "license": "MIT",
  7215. "dependencies": {
  7216. "@eslint-community/eslint-utils": "^4.2.0",
  7217. "@eslint-community/regexpp": "^4.6.1",
  7218. "@eslint/eslintrc": "^2.1.4",
  7219. "@eslint/js": "8.57.1",
  7220. "@humanwhocodes/config-array": "^0.13.0",
  7221. "@humanwhocodes/module-importer": "^1.0.1",
  7222. "@nodelib/fs.walk": "^1.2.8",
  7223. "@ungap/structured-clone": "^1.2.0",
  7224. "ajv": "^6.12.4",
  7225. "chalk": "^4.0.0",
  7226. "cross-spawn": "^7.0.2",
  7227. "debug": "^4.3.2",
  7228. "doctrine": "^3.0.0",
  7229. "escape-string-regexp": "^4.0.0",
  7230. "eslint-scope": "^7.2.2",
  7231. "eslint-visitor-keys": "^3.4.3",
  7232. "espree": "^9.6.1",
  7233. "esquery": "^1.4.2",
  7234. "esutils": "^2.0.2",
  7235. "fast-deep-equal": "^3.1.3",
  7236. "file-entry-cache": "^6.0.1",
  7237. "find-up": "^5.0.0",
  7238. "glob-parent": "^6.0.2",
  7239. "globals": "^13.19.0",
  7240. "graphemer": "^1.4.0",
  7241. "ignore": "^5.2.0",
  7242. "imurmurhash": "^0.1.4",
  7243. "is-glob": "^4.0.0",
  7244. "is-path-inside": "^3.0.3",
  7245. "js-yaml": "^4.1.0",
  7246. "json-stable-stringify-without-jsonify": "^1.0.1",
  7247. "levn": "^0.4.1",
  7248. "lodash.merge": "^4.6.2",
  7249. "minimatch": "^3.1.2",
  7250. "natural-compare": "^1.4.0",
  7251. "optionator": "^0.9.3",
  7252. "strip-ansi": "^6.0.1",
  7253. "text-table": "^0.2.0"
  7254. },
  7255. "bin": {
  7256. "eslint": "bin/eslint.js"
  7257. },
  7258. "engines": {
  7259. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7260. },
  7261. "funding": {
  7262. "url": "https://opencollective.com/eslint"
  7263. }
  7264. },
  7265. "node_modules/eslint-config-react-app": {
  7266. "version": "7.0.1",
  7267. "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz",
  7268. "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==",
  7269. "license": "MIT",
  7270. "dependencies": {
  7271. "@babel/core": "^7.16.0",
  7272. "@babel/eslint-parser": "^7.16.3",
  7273. "@rushstack/eslint-patch": "^1.1.0",
  7274. "@typescript-eslint/eslint-plugin": "^5.5.0",
  7275. "@typescript-eslint/parser": "^5.5.0",
  7276. "babel-preset-react-app": "^10.0.1",
  7277. "confusing-browser-globals": "^1.0.11",
  7278. "eslint-plugin-flowtype": "^8.0.3",
  7279. "eslint-plugin-import": "^2.25.3",
  7280. "eslint-plugin-jest": "^25.3.0",
  7281. "eslint-plugin-jsx-a11y": "^6.5.1",
  7282. "eslint-plugin-react": "^7.27.1",
  7283. "eslint-plugin-react-hooks": "^4.3.0",
  7284. "eslint-plugin-testing-library": "^5.0.1"
  7285. },
  7286. "engines": {
  7287. "node": ">=14.0.0"
  7288. },
  7289. "peerDependencies": {
  7290. "eslint": "^8.0.0"
  7291. }
  7292. },
  7293. "node_modules/eslint-import-resolver-node": {
  7294. "version": "0.3.9",
  7295. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  7296. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  7297. "license": "MIT",
  7298. "dependencies": {
  7299. "debug": "^3.2.7",
  7300. "is-core-module": "^2.13.0",
  7301. "resolve": "^1.22.4"
  7302. }
  7303. },
  7304. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  7305. "version": "3.2.7",
  7306. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  7307. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  7308. "license": "MIT",
  7309. "dependencies": {
  7310. "ms": "^2.1.1"
  7311. }
  7312. },
  7313. "node_modules/eslint-module-utils": {
  7314. "version": "2.12.0",
  7315. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz",
  7316. "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==",
  7317. "license": "MIT",
  7318. "dependencies": {
  7319. "debug": "^3.2.7"
  7320. },
  7321. "engines": {
  7322. "node": ">=4"
  7323. },
  7324. "peerDependenciesMeta": {
  7325. "eslint": {
  7326. "optional": true
  7327. }
  7328. }
  7329. },
  7330. "node_modules/eslint-module-utils/node_modules/debug": {
  7331. "version": "3.2.7",
  7332. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  7333. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  7334. "license": "MIT",
  7335. "dependencies": {
  7336. "ms": "^2.1.1"
  7337. }
  7338. },
  7339. "node_modules/eslint-plugin-flowtype": {
  7340. "version": "8.0.3",
  7341. "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
  7342. "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
  7343. "license": "BSD-3-Clause",
  7344. "dependencies": {
  7345. "lodash": "^4.17.21",
  7346. "string-natural-compare": "^3.0.1"
  7347. },
  7348. "engines": {
  7349. "node": ">=12.0.0"
  7350. },
  7351. "peerDependencies": {
  7352. "@babel/plugin-syntax-flow": "^7.14.5",
  7353. "@babel/plugin-transform-react-jsx": "^7.14.9",
  7354. "eslint": "^8.1.0"
  7355. }
  7356. },
  7357. "node_modules/eslint-plugin-import": {
  7358. "version": "2.31.0",
  7359. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz",
  7360. "integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==",
  7361. "license": "MIT",
  7362. "dependencies": {
  7363. "@rtsao/scc": "^1.1.0",
  7364. "array-includes": "^3.1.8",
  7365. "array.prototype.findlastindex": "^1.2.5",
  7366. "array.prototype.flat": "^1.3.2",
  7367. "array.prototype.flatmap": "^1.3.2",
  7368. "debug": "^3.2.7",
  7369. "doctrine": "^2.1.0",
  7370. "eslint-import-resolver-node": "^0.3.9",
  7371. "eslint-module-utils": "^2.12.0",
  7372. "hasown": "^2.0.2",
  7373. "is-core-module": "^2.15.1",
  7374. "is-glob": "^4.0.3",
  7375. "minimatch": "^3.1.2",
  7376. "object.fromentries": "^2.0.8",
  7377. "object.groupby": "^1.0.3",
  7378. "object.values": "^1.2.0",
  7379. "semver": "^6.3.1",
  7380. "string.prototype.trimend": "^1.0.8",
  7381. "tsconfig-paths": "^3.15.0"
  7382. },
  7383. "engines": {
  7384. "node": ">=4"
  7385. },
  7386. "peerDependencies": {
  7387. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  7388. }
  7389. },
  7390. "node_modules/eslint-plugin-import/node_modules/debug": {
  7391. "version": "3.2.7",
  7392. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  7393. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  7394. "license": "MIT",
  7395. "dependencies": {
  7396. "ms": "^2.1.1"
  7397. }
  7398. },
  7399. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  7400. "version": "2.1.0",
  7401. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  7402. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  7403. "license": "Apache-2.0",
  7404. "dependencies": {
  7405. "esutils": "^2.0.2"
  7406. },
  7407. "engines": {
  7408. "node": ">=0.10.0"
  7409. }
  7410. },
  7411. "node_modules/eslint-plugin-import/node_modules/semver": {
  7412. "version": "6.3.1",
  7413. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  7414. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  7415. "license": "ISC",
  7416. "bin": {
  7417. "semver": "bin/semver.js"
  7418. }
  7419. },
  7420. "node_modules/eslint-plugin-jest": {
  7421. "version": "25.7.0",
  7422. "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz",
  7423. "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==",
  7424. "license": "MIT",
  7425. "dependencies": {
  7426. "@typescript-eslint/experimental-utils": "^5.0.0"
  7427. },
  7428. "engines": {
  7429. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  7430. },
  7431. "peerDependencies": {
  7432. "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0",
  7433. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  7434. },
  7435. "peerDependenciesMeta": {
  7436. "@typescript-eslint/eslint-plugin": {
  7437. "optional": true
  7438. },
  7439. "jest": {
  7440. "optional": true
  7441. }
  7442. }
  7443. },
  7444. "node_modules/eslint-plugin-jsx-a11y": {
  7445. "version": "6.10.2",
  7446. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
  7447. "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
  7448. "license": "MIT",
  7449. "dependencies": {
  7450. "aria-query": "^5.3.2",
  7451. "array-includes": "^3.1.8",
  7452. "array.prototype.flatmap": "^1.3.2",
  7453. "ast-types-flow": "^0.0.8",
  7454. "axe-core": "^4.10.0",
  7455. "axobject-query": "^4.1.0",
  7456. "damerau-levenshtein": "^1.0.8",
  7457. "emoji-regex": "^9.2.2",
  7458. "hasown": "^2.0.2",
  7459. "jsx-ast-utils": "^3.3.5",
  7460. "language-tags": "^1.0.9",
  7461. "minimatch": "^3.1.2",
  7462. "object.fromentries": "^2.0.8",
  7463. "safe-regex-test": "^1.0.3",
  7464. "string.prototype.includes": "^2.0.1"
  7465. },
  7466. "engines": {
  7467. "node": ">=4.0"
  7468. },
  7469. "peerDependencies": {
  7470. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
  7471. }
  7472. },
  7473. "node_modules/eslint-plugin-react": {
  7474. "version": "7.37.4",
  7475. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz",
  7476. "integrity": "sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==",
  7477. "license": "MIT",
  7478. "dependencies": {
  7479. "array-includes": "^3.1.8",
  7480. "array.prototype.findlast": "^1.2.5",
  7481. "array.prototype.flatmap": "^1.3.3",
  7482. "array.prototype.tosorted": "^1.1.4",
  7483. "doctrine": "^2.1.0",
  7484. "es-iterator-helpers": "^1.2.1",
  7485. "estraverse": "^5.3.0",
  7486. "hasown": "^2.0.2",
  7487. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  7488. "minimatch": "^3.1.2",
  7489. "object.entries": "^1.1.8",
  7490. "object.fromentries": "^2.0.8",
  7491. "object.values": "^1.2.1",
  7492. "prop-types": "^15.8.1",
  7493. "resolve": "^2.0.0-next.5",
  7494. "semver": "^6.3.1",
  7495. "string.prototype.matchall": "^4.0.12",
  7496. "string.prototype.repeat": "^1.0.0"
  7497. },
  7498. "engines": {
  7499. "node": ">=4"
  7500. },
  7501. "peerDependencies": {
  7502. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  7503. }
  7504. },
  7505. "node_modules/eslint-plugin-react-hooks": {
  7506. "version": "4.6.2",
  7507. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz",
  7508. "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==",
  7509. "license": "MIT",
  7510. "engines": {
  7511. "node": ">=10"
  7512. },
  7513. "peerDependencies": {
  7514. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  7515. }
  7516. },
  7517. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  7518. "version": "2.1.0",
  7519. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  7520. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  7521. "license": "Apache-2.0",
  7522. "dependencies": {
  7523. "esutils": "^2.0.2"
  7524. },
  7525. "engines": {
  7526. "node": ">=0.10.0"
  7527. }
  7528. },
  7529. "node_modules/eslint-plugin-react/node_modules/resolve": {
  7530. "version": "2.0.0-next.5",
  7531. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
  7532. "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
  7533. "license": "MIT",
  7534. "dependencies": {
  7535. "is-core-module": "^2.13.0",
  7536. "path-parse": "^1.0.7",
  7537. "supports-preserve-symlinks-flag": "^1.0.0"
  7538. },
  7539. "bin": {
  7540. "resolve": "bin/resolve"
  7541. },
  7542. "funding": {
  7543. "url": "https://github.com/sponsors/ljharb"
  7544. }
  7545. },
  7546. "node_modules/eslint-plugin-react/node_modules/semver": {
  7547. "version": "6.3.1",
  7548. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  7549. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  7550. "license": "ISC",
  7551. "bin": {
  7552. "semver": "bin/semver.js"
  7553. }
  7554. },
  7555. "node_modules/eslint-plugin-testing-library": {
  7556. "version": "5.11.1",
  7557. "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz",
  7558. "integrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==",
  7559. "license": "MIT",
  7560. "dependencies": {
  7561. "@typescript-eslint/utils": "^5.58.0"
  7562. },
  7563. "engines": {
  7564. "node": "^12.22.0 || ^14.17.0 || >=16.0.0",
  7565. "npm": ">=6"
  7566. },
  7567. "peerDependencies": {
  7568. "eslint": "^7.5.0 || ^8.0.0"
  7569. }
  7570. },
  7571. "node_modules/eslint-scope": {
  7572. "version": "7.2.2",
  7573. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
  7574. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  7575. "license": "BSD-2-Clause",
  7576. "dependencies": {
  7577. "esrecurse": "^4.3.0",
  7578. "estraverse": "^5.2.0"
  7579. },
  7580. "engines": {
  7581. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7582. },
  7583. "funding": {
  7584. "url": "https://opencollective.com/eslint"
  7585. }
  7586. },
  7587. "node_modules/eslint-visitor-keys": {
  7588. "version": "3.4.3",
  7589. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  7590. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  7591. "license": "Apache-2.0",
  7592. "engines": {
  7593. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7594. },
  7595. "funding": {
  7596. "url": "https://opencollective.com/eslint"
  7597. }
  7598. },
  7599. "node_modules/eslint-webpack-plugin": {
  7600. "version": "3.2.0",
  7601. "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz",
  7602. "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==",
  7603. "license": "MIT",
  7604. "dependencies": {
  7605. "@types/eslint": "^7.29.0 || ^8.4.1",
  7606. "jest-worker": "^28.0.2",
  7607. "micromatch": "^4.0.5",
  7608. "normalize-path": "^3.0.0",
  7609. "schema-utils": "^4.0.0"
  7610. },
  7611. "engines": {
  7612. "node": ">= 12.13.0"
  7613. },
  7614. "funding": {
  7615. "type": "opencollective",
  7616. "url": "https://opencollective.com/webpack"
  7617. },
  7618. "peerDependencies": {
  7619. "eslint": "^7.0.0 || ^8.0.0",
  7620. "webpack": "^5.0.0"
  7621. }
  7622. },
  7623. "node_modules/eslint-webpack-plugin/node_modules/jest-worker": {
  7624. "version": "28.1.3",
  7625. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz",
  7626. "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==",
  7627. "license": "MIT",
  7628. "dependencies": {
  7629. "@types/node": "*",
  7630. "merge-stream": "^2.0.0",
  7631. "supports-color": "^8.0.0"
  7632. },
  7633. "engines": {
  7634. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  7635. }
  7636. },
  7637. "node_modules/eslint-webpack-plugin/node_modules/supports-color": {
  7638. "version": "8.1.1",
  7639. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  7640. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  7641. "license": "MIT",
  7642. "dependencies": {
  7643. "has-flag": "^4.0.0"
  7644. },
  7645. "engines": {
  7646. "node": ">=10"
  7647. },
  7648. "funding": {
  7649. "url": "https://github.com/chalk/supports-color?sponsor=1"
  7650. }
  7651. },
  7652. "node_modules/eslint/node_modules/argparse": {
  7653. "version": "2.0.1",
  7654. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  7655. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  7656. "license": "Python-2.0"
  7657. },
  7658. "node_modules/eslint/node_modules/find-up": {
  7659. "version": "5.0.0",
  7660. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  7661. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  7662. "license": "MIT",
  7663. "dependencies": {
  7664. "locate-path": "^6.0.0",
  7665. "path-exists": "^4.0.0"
  7666. },
  7667. "engines": {
  7668. "node": ">=10"
  7669. },
  7670. "funding": {
  7671. "url": "https://github.com/sponsors/sindresorhus"
  7672. }
  7673. },
  7674. "node_modules/eslint/node_modules/globals": {
  7675. "version": "13.24.0",
  7676. "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
  7677. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  7678. "license": "MIT",
  7679. "dependencies": {
  7680. "type-fest": "^0.20.2"
  7681. },
  7682. "engines": {
  7683. "node": ">=8"
  7684. },
  7685. "funding": {
  7686. "url": "https://github.com/sponsors/sindresorhus"
  7687. }
  7688. },
  7689. "node_modules/eslint/node_modules/js-yaml": {
  7690. "version": "4.1.0",
  7691. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  7692. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  7693. "license": "MIT",
  7694. "dependencies": {
  7695. "argparse": "^2.0.1"
  7696. },
  7697. "bin": {
  7698. "js-yaml": "bin/js-yaml.js"
  7699. }
  7700. },
  7701. "node_modules/eslint/node_modules/locate-path": {
  7702. "version": "6.0.0",
  7703. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  7704. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  7705. "license": "MIT",
  7706. "dependencies": {
  7707. "p-locate": "^5.0.0"
  7708. },
  7709. "engines": {
  7710. "node": ">=10"
  7711. },
  7712. "funding": {
  7713. "url": "https://github.com/sponsors/sindresorhus"
  7714. }
  7715. },
  7716. "node_modules/eslint/node_modules/p-limit": {
  7717. "version": "3.1.0",
  7718. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  7719. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  7720. "license": "MIT",
  7721. "dependencies": {
  7722. "yocto-queue": "^0.1.0"
  7723. },
  7724. "engines": {
  7725. "node": ">=10"
  7726. },
  7727. "funding": {
  7728. "url": "https://github.com/sponsors/sindresorhus"
  7729. }
  7730. },
  7731. "node_modules/eslint/node_modules/p-locate": {
  7732. "version": "5.0.0",
  7733. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  7734. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  7735. "license": "MIT",
  7736. "dependencies": {
  7737. "p-limit": "^3.0.2"
  7738. },
  7739. "engines": {
  7740. "node": ">=10"
  7741. },
  7742. "funding": {
  7743. "url": "https://github.com/sponsors/sindresorhus"
  7744. }
  7745. },
  7746. "node_modules/eslint/node_modules/type-fest": {
  7747. "version": "0.20.2",
  7748. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  7749. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  7750. "license": "(MIT OR CC0-1.0)",
  7751. "engines": {
  7752. "node": ">=10"
  7753. },
  7754. "funding": {
  7755. "url": "https://github.com/sponsors/sindresorhus"
  7756. }
  7757. },
  7758. "node_modules/espree": {
  7759. "version": "9.6.1",
  7760. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
  7761. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  7762. "license": "BSD-2-Clause",
  7763. "dependencies": {
  7764. "acorn": "^8.9.0",
  7765. "acorn-jsx": "^5.3.2",
  7766. "eslint-visitor-keys": "^3.4.1"
  7767. },
  7768. "engines": {
  7769. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7770. },
  7771. "funding": {
  7772. "url": "https://opencollective.com/eslint"
  7773. }
  7774. },
  7775. "node_modules/esprima": {
  7776. "version": "4.0.1",
  7777. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  7778. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
  7779. "license": "BSD-2-Clause",
  7780. "bin": {
  7781. "esparse": "bin/esparse.js",
  7782. "esvalidate": "bin/esvalidate.js"
  7783. },
  7784. "engines": {
  7785. "node": ">=4"
  7786. }
  7787. },
  7788. "node_modules/esquery": {
  7789. "version": "1.6.0",
  7790. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  7791. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  7792. "license": "BSD-3-Clause",
  7793. "dependencies": {
  7794. "estraverse": "^5.1.0"
  7795. },
  7796. "engines": {
  7797. "node": ">=0.10"
  7798. }
  7799. },
  7800. "node_modules/esrecurse": {
  7801. "version": "4.3.0",
  7802. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  7803. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  7804. "license": "BSD-2-Clause",
  7805. "dependencies": {
  7806. "estraverse": "^5.2.0"
  7807. },
  7808. "engines": {
  7809. "node": ">=4.0"
  7810. }
  7811. },
  7812. "node_modules/estraverse": {
  7813. "version": "5.3.0",
  7814. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  7815. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  7816. "license": "BSD-2-Clause",
  7817. "engines": {
  7818. "node": ">=4.0"
  7819. }
  7820. },
  7821. "node_modules/estree-walker": {
  7822. "version": "1.0.1",
  7823. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
  7824. "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==",
  7825. "license": "MIT"
  7826. },
  7827. "node_modules/esutils": {
  7828. "version": "2.0.3",
  7829. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  7830. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  7831. "license": "BSD-2-Clause",
  7832. "engines": {
  7833. "node": ">=0.10.0"
  7834. }
  7835. },
  7836. "node_modules/etag": {
  7837. "version": "1.8.1",
  7838. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  7839. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  7840. "license": "MIT",
  7841. "engines": {
  7842. "node": ">= 0.6"
  7843. }
  7844. },
  7845. "node_modules/eventemitter3": {
  7846. "version": "4.0.7",
  7847. "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
  7848. "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
  7849. "license": "MIT"
  7850. },
  7851. "node_modules/events": {
  7852. "version": "3.3.0",
  7853. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  7854. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  7855. "license": "MIT",
  7856. "engines": {
  7857. "node": ">=0.8.x"
  7858. }
  7859. },
  7860. "node_modules/execa": {
  7861. "version": "5.1.1",
  7862. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  7863. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  7864. "license": "MIT",
  7865. "dependencies": {
  7866. "cross-spawn": "^7.0.3",
  7867. "get-stream": "^6.0.0",
  7868. "human-signals": "^2.1.0",
  7869. "is-stream": "^2.0.0",
  7870. "merge-stream": "^2.0.0",
  7871. "npm-run-path": "^4.0.1",
  7872. "onetime": "^5.1.2",
  7873. "signal-exit": "^3.0.3",
  7874. "strip-final-newline": "^2.0.0"
  7875. },
  7876. "engines": {
  7877. "node": ">=10"
  7878. },
  7879. "funding": {
  7880. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  7881. }
  7882. },
  7883. "node_modules/exit": {
  7884. "version": "0.1.2",
  7885. "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
  7886. "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
  7887. "engines": {
  7888. "node": ">= 0.8.0"
  7889. }
  7890. },
  7891. "node_modules/expect": {
  7892. "version": "27.5.1",
  7893. "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
  7894. "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==",
  7895. "license": "MIT",
  7896. "dependencies": {
  7897. "@jest/types": "^27.5.1",
  7898. "jest-get-type": "^27.5.1",
  7899. "jest-matcher-utils": "^27.5.1",
  7900. "jest-message-util": "^27.5.1"
  7901. },
  7902. "engines": {
  7903. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  7904. }
  7905. },
  7906. "node_modules/express": {
  7907. "version": "4.21.2",
  7908. "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
  7909. "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
  7910. "license": "MIT",
  7911. "dependencies": {
  7912. "accepts": "~1.3.8",
  7913. "array-flatten": "1.1.1",
  7914. "body-parser": "1.20.3",
  7915. "content-disposition": "0.5.4",
  7916. "content-type": "~1.0.4",
  7917. "cookie": "0.7.1",
  7918. "cookie-signature": "1.0.6",
  7919. "debug": "2.6.9",
  7920. "depd": "2.0.0",
  7921. "encodeurl": "~2.0.0",
  7922. "escape-html": "~1.0.3",
  7923. "etag": "~1.8.1",
  7924. "finalhandler": "1.3.1",
  7925. "fresh": "0.5.2",
  7926. "http-errors": "2.0.0",
  7927. "merge-descriptors": "1.0.3",
  7928. "methods": "~1.1.2",
  7929. "on-finished": "2.4.1",
  7930. "parseurl": "~1.3.3",
  7931. "path-to-regexp": "0.1.12",
  7932. "proxy-addr": "~2.0.7",
  7933. "qs": "6.13.0",
  7934. "range-parser": "~1.2.1",
  7935. "safe-buffer": "5.2.1",
  7936. "send": "0.19.0",
  7937. "serve-static": "1.16.2",
  7938. "setprototypeof": "1.2.0",
  7939. "statuses": "2.0.1",
  7940. "type-is": "~1.6.18",
  7941. "utils-merge": "1.0.1",
  7942. "vary": "~1.1.2"
  7943. },
  7944. "engines": {
  7945. "node": ">= 0.10.0"
  7946. },
  7947. "funding": {
  7948. "type": "opencollective",
  7949. "url": "https://opencollective.com/express"
  7950. }
  7951. },
  7952. "node_modules/express/node_modules/debug": {
  7953. "version": "2.6.9",
  7954. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  7955. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  7956. "license": "MIT",
  7957. "dependencies": {
  7958. "ms": "2.0.0"
  7959. }
  7960. },
  7961. "node_modules/express/node_modules/ms": {
  7962. "version": "2.0.0",
  7963. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  7964. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  7965. "license": "MIT"
  7966. },
  7967. "node_modules/fast-deep-equal": {
  7968. "version": "3.1.3",
  7969. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  7970. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  7971. "license": "MIT"
  7972. },
  7973. "node_modules/fast-glob": {
  7974. "version": "3.3.3",
  7975. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  7976. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  7977. "license": "MIT",
  7978. "dependencies": {
  7979. "@nodelib/fs.stat": "^2.0.2",
  7980. "@nodelib/fs.walk": "^1.2.3",
  7981. "glob-parent": "^5.1.2",
  7982. "merge2": "^1.3.0",
  7983. "micromatch": "^4.0.8"
  7984. },
  7985. "engines": {
  7986. "node": ">=8.6.0"
  7987. }
  7988. },
  7989. "node_modules/fast-glob/node_modules/glob-parent": {
  7990. "version": "5.1.2",
  7991. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  7992. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  7993. "license": "ISC",
  7994. "dependencies": {
  7995. "is-glob": "^4.0.1"
  7996. },
  7997. "engines": {
  7998. "node": ">= 6"
  7999. }
  8000. },
  8001. "node_modules/fast-json-stable-stringify": {
  8002. "version": "2.1.0",
  8003. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  8004. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  8005. "license": "MIT"
  8006. },
  8007. "node_modules/fast-levenshtein": {
  8008. "version": "2.0.6",
  8009. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  8010. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  8011. "license": "MIT"
  8012. },
  8013. "node_modules/fast-uri": {
  8014. "version": "3.0.6",
  8015. "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz",
  8016. "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
  8017. "funding": [
  8018. {
  8019. "type": "github",
  8020. "url": "https://github.com/sponsors/fastify"
  8021. },
  8022. {
  8023. "type": "opencollective",
  8024. "url": "https://opencollective.com/fastify"
  8025. }
  8026. ],
  8027. "license": "BSD-3-Clause"
  8028. },
  8029. "node_modules/fastq": {
  8030. "version": "1.19.0",
  8031. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.0.tgz",
  8032. "integrity": "sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA==",
  8033. "license": "ISC",
  8034. "dependencies": {
  8035. "reusify": "^1.0.4"
  8036. }
  8037. },
  8038. "node_modules/faye-websocket": {
  8039. "version": "0.11.4",
  8040. "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
  8041. "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
  8042. "license": "Apache-2.0",
  8043. "dependencies": {
  8044. "websocket-driver": ">=0.5.1"
  8045. },
  8046. "engines": {
  8047. "node": ">=0.8.0"
  8048. }
  8049. },
  8050. "node_modules/fb-watchman": {
  8051. "version": "2.0.2",
  8052. "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
  8053. "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
  8054. "license": "Apache-2.0",
  8055. "dependencies": {
  8056. "bser": "2.1.1"
  8057. }
  8058. },
  8059. "node_modules/file-entry-cache": {
  8060. "version": "6.0.1",
  8061. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  8062. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  8063. "license": "MIT",
  8064. "dependencies": {
  8065. "flat-cache": "^3.0.4"
  8066. },
  8067. "engines": {
  8068. "node": "^10.12.0 || >=12.0.0"
  8069. }
  8070. },
  8071. "node_modules/file-loader": {
  8072. "version": "6.2.0",
  8073. "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
  8074. "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
  8075. "license": "MIT",
  8076. "dependencies": {
  8077. "loader-utils": "^2.0.0",
  8078. "schema-utils": "^3.0.0"
  8079. },
  8080. "engines": {
  8081. "node": ">= 10.13.0"
  8082. },
  8083. "funding": {
  8084. "type": "opencollective",
  8085. "url": "https://opencollective.com/webpack"
  8086. },
  8087. "peerDependencies": {
  8088. "webpack": "^4.0.0 || ^5.0.0"
  8089. }
  8090. },
  8091. "node_modules/file-loader/node_modules/schema-utils": {
  8092. "version": "3.3.0",
  8093. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
  8094. "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
  8095. "license": "MIT",
  8096. "dependencies": {
  8097. "@types/json-schema": "^7.0.8",
  8098. "ajv": "^6.12.5",
  8099. "ajv-keywords": "^3.5.2"
  8100. },
  8101. "engines": {
  8102. "node": ">= 10.13.0"
  8103. },
  8104. "funding": {
  8105. "type": "opencollective",
  8106. "url": "https://opencollective.com/webpack"
  8107. }
  8108. },
  8109. "node_modules/filelist": {
  8110. "version": "1.0.4",
  8111. "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
  8112. "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
  8113. "license": "Apache-2.0",
  8114. "dependencies": {
  8115. "minimatch": "^5.0.1"
  8116. }
  8117. },
  8118. "node_modules/filelist/node_modules/brace-expansion": {
  8119. "version": "2.0.1",
  8120. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  8121. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  8122. "license": "MIT",
  8123. "dependencies": {
  8124. "balanced-match": "^1.0.0"
  8125. }
  8126. },
  8127. "node_modules/filelist/node_modules/minimatch": {
  8128. "version": "5.1.6",
  8129. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
  8130. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  8131. "license": "ISC",
  8132. "dependencies": {
  8133. "brace-expansion": "^2.0.1"
  8134. },
  8135. "engines": {
  8136. "node": ">=10"
  8137. }
  8138. },
  8139. "node_modules/filesize": {
  8140. "version": "8.0.7",
  8141. "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz",
  8142. "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==",
  8143. "license": "BSD-3-Clause",
  8144. "engines": {
  8145. "node": ">= 0.4.0"
  8146. }
  8147. },
  8148. "node_modules/fill-range": {
  8149. "version": "7.1.1",
  8150. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  8151. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  8152. "license": "MIT",
  8153. "dependencies": {
  8154. "to-regex-range": "^5.0.1"
  8155. },
  8156. "engines": {
  8157. "node": ">=8"
  8158. }
  8159. },
  8160. "node_modules/finalhandler": {
  8161. "version": "1.3.1",
  8162. "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz",
  8163. "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
  8164. "license": "MIT",
  8165. "dependencies": {
  8166. "debug": "2.6.9",
  8167. "encodeurl": "~2.0.0",
  8168. "escape-html": "~1.0.3",
  8169. "on-finished": "2.4.1",
  8170. "parseurl": "~1.3.3",
  8171. "statuses": "2.0.1",
  8172. "unpipe": "~1.0.0"
  8173. },
  8174. "engines": {
  8175. "node": ">= 0.8"
  8176. }
  8177. },
  8178. "node_modules/finalhandler/node_modules/debug": {
  8179. "version": "2.6.9",
  8180. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  8181. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  8182. "license": "MIT",
  8183. "dependencies": {
  8184. "ms": "2.0.0"
  8185. }
  8186. },
  8187. "node_modules/finalhandler/node_modules/ms": {
  8188. "version": "2.0.0",
  8189. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  8190. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  8191. "license": "MIT"
  8192. },
  8193. "node_modules/find-cache-dir": {
  8194. "version": "3.3.2",
  8195. "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
  8196. "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
  8197. "license": "MIT",
  8198. "dependencies": {
  8199. "commondir": "^1.0.1",
  8200. "make-dir": "^3.0.2",
  8201. "pkg-dir": "^4.1.0"
  8202. },
  8203. "engines": {
  8204. "node": ">=8"
  8205. },
  8206. "funding": {
  8207. "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
  8208. }
  8209. },
  8210. "node_modules/find-up": {
  8211. "version": "4.1.0",
  8212. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  8213. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  8214. "license": "MIT",
  8215. "dependencies": {
  8216. "locate-path": "^5.0.0",
  8217. "path-exists": "^4.0.0"
  8218. },
  8219. "engines": {
  8220. "node": ">=8"
  8221. }
  8222. },
  8223. "node_modules/flat-cache": {
  8224. "version": "3.2.0",
  8225. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
  8226. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  8227. "license": "MIT",
  8228. "dependencies": {
  8229. "flatted": "^3.2.9",
  8230. "keyv": "^4.5.3",
  8231. "rimraf": "^3.0.2"
  8232. },
  8233. "engines": {
  8234. "node": "^10.12.0 || >=12.0.0"
  8235. }
  8236. },
  8237. "node_modules/flatted": {
  8238. "version": "3.3.3",
  8239. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
  8240. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  8241. "license": "ISC"
  8242. },
  8243. "node_modules/follow-redirects": {
  8244. "version": "1.15.9",
  8245. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz",
  8246. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  8247. "funding": [
  8248. {
  8249. "type": "individual",
  8250. "url": "https://github.com/sponsors/RubenVerborgh"
  8251. }
  8252. ],
  8253. "license": "MIT",
  8254. "engines": {
  8255. "node": ">=4.0"
  8256. },
  8257. "peerDependenciesMeta": {
  8258. "debug": {
  8259. "optional": true
  8260. }
  8261. }
  8262. },
  8263. "node_modules/for-each": {
  8264. "version": "0.3.5",
  8265. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  8266. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  8267. "license": "MIT",
  8268. "dependencies": {
  8269. "is-callable": "^1.2.7"
  8270. },
  8271. "engines": {
  8272. "node": ">= 0.4"
  8273. },
  8274. "funding": {
  8275. "url": "https://github.com/sponsors/ljharb"
  8276. }
  8277. },
  8278. "node_modules/foreground-child": {
  8279. "version": "3.3.1",
  8280. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
  8281. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  8282. "license": "ISC",
  8283. "dependencies": {
  8284. "cross-spawn": "^7.0.6",
  8285. "signal-exit": "^4.0.1"
  8286. },
  8287. "engines": {
  8288. "node": ">=14"
  8289. },
  8290. "funding": {
  8291. "url": "https://github.com/sponsors/isaacs"
  8292. }
  8293. },
  8294. "node_modules/foreground-child/node_modules/signal-exit": {
  8295. "version": "4.1.0",
  8296. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  8297. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  8298. "license": "ISC",
  8299. "engines": {
  8300. "node": ">=14"
  8301. },
  8302. "funding": {
  8303. "url": "https://github.com/sponsors/isaacs"
  8304. }
  8305. },
  8306. "node_modules/fork-ts-checker-webpack-plugin": {
  8307. "version": "6.5.3",
  8308. "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz",
  8309. "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==",
  8310. "license": "MIT",
  8311. "dependencies": {
  8312. "@babel/code-frame": "^7.8.3",
  8313. "@types/json-schema": "^7.0.5",
  8314. "chalk": "^4.1.0",
  8315. "chokidar": "^3.4.2",
  8316. "cosmiconfig": "^6.0.0",
  8317. "deepmerge": "^4.2.2",
  8318. "fs-extra": "^9.0.0",
  8319. "glob": "^7.1.6",
  8320. "memfs": "^3.1.2",
  8321. "minimatch": "^3.0.4",
  8322. "schema-utils": "2.7.0",
  8323. "semver": "^7.3.2",
  8324. "tapable": "^1.0.0"
  8325. },
  8326. "engines": {
  8327. "node": ">=10",
  8328. "yarn": ">=1.0.0"
  8329. },
  8330. "peerDependencies": {
  8331. "eslint": ">= 6",
  8332. "typescript": ">= 2.7",
  8333. "vue-template-compiler": "*",
  8334. "webpack": ">= 4"
  8335. },
  8336. "peerDependenciesMeta": {
  8337. "eslint": {
  8338. "optional": true
  8339. },
  8340. "vue-template-compiler": {
  8341. "optional": true
  8342. }
  8343. }
  8344. },
  8345. "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": {
  8346. "version": "6.0.0",
  8347. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
  8348. "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
  8349. "license": "MIT",
  8350. "dependencies": {
  8351. "@types/parse-json": "^4.0.0",
  8352. "import-fresh": "^3.1.0",
  8353. "parse-json": "^5.0.0",
  8354. "path-type": "^4.0.0",
  8355. "yaml": "^1.7.2"
  8356. },
  8357. "engines": {
  8358. "node": ">=8"
  8359. }
  8360. },
  8361. "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": {
  8362. "version": "9.1.0",
  8363. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  8364. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  8365. "license": "MIT",
  8366. "dependencies": {
  8367. "at-least-node": "^1.0.0",
  8368. "graceful-fs": "^4.2.0",
  8369. "jsonfile": "^6.0.1",
  8370. "universalify": "^2.0.0"
  8371. },
  8372. "engines": {
  8373. "node": ">=10"
  8374. }
  8375. },
  8376. "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": {
  8377. "version": "2.7.0",
  8378. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz",
  8379. "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==",
  8380. "license": "MIT",
  8381. "dependencies": {
  8382. "@types/json-schema": "^7.0.4",
  8383. "ajv": "^6.12.2",
  8384. "ajv-keywords": "^3.4.1"
  8385. },
  8386. "engines": {
  8387. "node": ">= 8.9.0"
  8388. },
  8389. "funding": {
  8390. "type": "opencollective",
  8391. "url": "https://opencollective.com/webpack"
  8392. }
  8393. },
  8394. "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": {
  8395. "version": "1.1.3",
  8396. "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
  8397. "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==",
  8398. "license": "MIT",
  8399. "engines": {
  8400. "node": ">=6"
  8401. }
  8402. },
  8403. "node_modules/form-data": {
  8404. "version": "3.0.3",
  8405. "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.3.tgz",
  8406. "integrity": "sha512-q5YBMeWy6E2Un0nMGWMgI65MAKtaylxfNJGJxpGh45YDciZB4epbWpaAfImil6CPAPTYB4sh0URQNDRIZG5F2w==",
  8407. "license": "MIT",
  8408. "dependencies": {
  8409. "asynckit": "^0.4.0",
  8410. "combined-stream": "^1.0.8",
  8411. "es-set-tostringtag": "^2.1.0",
  8412. "mime-types": "^2.1.35"
  8413. },
  8414. "engines": {
  8415. "node": ">= 6"
  8416. }
  8417. },
  8418. "node_modules/forwarded": {
  8419. "version": "0.2.0",
  8420. "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
  8421. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
  8422. "license": "MIT",
  8423. "engines": {
  8424. "node": ">= 0.6"
  8425. }
  8426. },
  8427. "node_modules/fraction.js": {
  8428. "version": "4.3.7",
  8429. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  8430. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  8431. "license": "MIT",
  8432. "engines": {
  8433. "node": "*"
  8434. },
  8435. "funding": {
  8436. "type": "patreon",
  8437. "url": "https://github.com/sponsors/rawify"
  8438. }
  8439. },
  8440. "node_modules/fresh": {
  8441. "version": "0.5.2",
  8442. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  8443. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  8444. "license": "MIT",
  8445. "engines": {
  8446. "node": ">= 0.6"
  8447. }
  8448. },
  8449. "node_modules/fs-extra": {
  8450. "version": "10.1.0",
  8451. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
  8452. "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
  8453. "license": "MIT",
  8454. "dependencies": {
  8455. "graceful-fs": "^4.2.0",
  8456. "jsonfile": "^6.0.1",
  8457. "universalify": "^2.0.0"
  8458. },
  8459. "engines": {
  8460. "node": ">=12"
  8461. }
  8462. },
  8463. "node_modules/fs-monkey": {
  8464. "version": "1.0.6",
  8465. "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz",
  8466. "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==",
  8467. "license": "Unlicense"
  8468. },
  8469. "node_modules/fs.realpath": {
  8470. "version": "1.0.0",
  8471. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  8472. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  8473. "license": "ISC"
  8474. },
  8475. "node_modules/fsevents": {
  8476. "version": "2.3.3",
  8477. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  8478. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  8479. "hasInstallScript": true,
  8480. "license": "MIT",
  8481. "optional": true,
  8482. "os": [
  8483. "darwin"
  8484. ],
  8485. "engines": {
  8486. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  8487. }
  8488. },
  8489. "node_modules/function-bind": {
  8490. "version": "1.1.2",
  8491. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  8492. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  8493. "license": "MIT",
  8494. "funding": {
  8495. "url": "https://github.com/sponsors/ljharb"
  8496. }
  8497. },
  8498. "node_modules/function.prototype.name": {
  8499. "version": "1.1.8",
  8500. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  8501. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  8502. "license": "MIT",
  8503. "dependencies": {
  8504. "call-bind": "^1.0.8",
  8505. "call-bound": "^1.0.3",
  8506. "define-properties": "^1.2.1",
  8507. "functions-have-names": "^1.2.3",
  8508. "hasown": "^2.0.2",
  8509. "is-callable": "^1.2.7"
  8510. },
  8511. "engines": {
  8512. "node": ">= 0.4"
  8513. },
  8514. "funding": {
  8515. "url": "https://github.com/sponsors/ljharb"
  8516. }
  8517. },
  8518. "node_modules/functions-have-names": {
  8519. "version": "1.2.3",
  8520. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  8521. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  8522. "license": "MIT",
  8523. "funding": {
  8524. "url": "https://github.com/sponsors/ljharb"
  8525. }
  8526. },
  8527. "node_modules/gensync": {
  8528. "version": "1.0.0-beta.2",
  8529. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  8530. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  8531. "license": "MIT",
  8532. "engines": {
  8533. "node": ">=6.9.0"
  8534. }
  8535. },
  8536. "node_modules/get-caller-file": {
  8537. "version": "2.0.5",
  8538. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  8539. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  8540. "license": "ISC",
  8541. "engines": {
  8542. "node": "6.* || 8.* || >= 10.*"
  8543. }
  8544. },
  8545. "node_modules/get-intrinsic": {
  8546. "version": "1.3.0",
  8547. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  8548. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  8549. "license": "MIT",
  8550. "dependencies": {
  8551. "call-bind-apply-helpers": "^1.0.2",
  8552. "es-define-property": "^1.0.1",
  8553. "es-errors": "^1.3.0",
  8554. "es-object-atoms": "^1.1.1",
  8555. "function-bind": "^1.1.2",
  8556. "get-proto": "^1.0.1",
  8557. "gopd": "^1.2.0",
  8558. "has-symbols": "^1.1.0",
  8559. "hasown": "^2.0.2",
  8560. "math-intrinsics": "^1.1.0"
  8561. },
  8562. "engines": {
  8563. "node": ">= 0.4"
  8564. },
  8565. "funding": {
  8566. "url": "https://github.com/sponsors/ljharb"
  8567. }
  8568. },
  8569. "node_modules/get-own-enumerable-property-symbols": {
  8570. "version": "3.0.2",
  8571. "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
  8572. "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==",
  8573. "license": "ISC"
  8574. },
  8575. "node_modules/get-package-type": {
  8576. "version": "0.1.0",
  8577. "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
  8578. "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
  8579. "license": "MIT",
  8580. "engines": {
  8581. "node": ">=8.0.0"
  8582. }
  8583. },
  8584. "node_modules/get-proto": {
  8585. "version": "1.0.1",
  8586. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  8587. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  8588. "license": "MIT",
  8589. "dependencies": {
  8590. "dunder-proto": "^1.0.1",
  8591. "es-object-atoms": "^1.0.0"
  8592. },
  8593. "engines": {
  8594. "node": ">= 0.4"
  8595. }
  8596. },
  8597. "node_modules/get-stream": {
  8598. "version": "6.0.1",
  8599. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  8600. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  8601. "license": "MIT",
  8602. "engines": {
  8603. "node": ">=10"
  8604. },
  8605. "funding": {
  8606. "url": "https://github.com/sponsors/sindresorhus"
  8607. }
  8608. },
  8609. "node_modules/get-symbol-description": {
  8610. "version": "1.1.0",
  8611. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  8612. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  8613. "license": "MIT",
  8614. "dependencies": {
  8615. "call-bound": "^1.0.3",
  8616. "es-errors": "^1.3.0",
  8617. "get-intrinsic": "^1.2.6"
  8618. },
  8619. "engines": {
  8620. "node": ">= 0.4"
  8621. },
  8622. "funding": {
  8623. "url": "https://github.com/sponsors/ljharb"
  8624. }
  8625. },
  8626. "node_modules/glob": {
  8627. "version": "7.2.3",
  8628. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  8629. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  8630. "deprecated": "Glob versions prior to v9 are no longer supported",
  8631. "license": "ISC",
  8632. "dependencies": {
  8633. "fs.realpath": "^1.0.0",
  8634. "inflight": "^1.0.4",
  8635. "inherits": "2",
  8636. "minimatch": "^3.1.1",
  8637. "once": "^1.3.0",
  8638. "path-is-absolute": "^1.0.0"
  8639. },
  8640. "engines": {
  8641. "node": "*"
  8642. },
  8643. "funding": {
  8644. "url": "https://github.com/sponsors/isaacs"
  8645. }
  8646. },
  8647. "node_modules/glob-parent": {
  8648. "version": "6.0.2",
  8649. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  8650. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  8651. "license": "ISC",
  8652. "dependencies": {
  8653. "is-glob": "^4.0.3"
  8654. },
  8655. "engines": {
  8656. "node": ">=10.13.0"
  8657. }
  8658. },
  8659. "node_modules/glob-to-regexp": {
  8660. "version": "0.4.1",
  8661. "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
  8662. "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
  8663. "license": "BSD-2-Clause"
  8664. },
  8665. "node_modules/global-modules": {
  8666. "version": "2.0.0",
  8667. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  8668. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  8669. "license": "MIT",
  8670. "dependencies": {
  8671. "global-prefix": "^3.0.0"
  8672. },
  8673. "engines": {
  8674. "node": ">=6"
  8675. }
  8676. },
  8677. "node_modules/global-prefix": {
  8678. "version": "3.0.0",
  8679. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  8680. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  8681. "license": "MIT",
  8682. "dependencies": {
  8683. "ini": "^1.3.5",
  8684. "kind-of": "^6.0.2",
  8685. "which": "^1.3.1"
  8686. },
  8687. "engines": {
  8688. "node": ">=6"
  8689. }
  8690. },
  8691. "node_modules/global-prefix/node_modules/which": {
  8692. "version": "1.3.1",
  8693. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  8694. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  8695. "license": "ISC",
  8696. "dependencies": {
  8697. "isexe": "^2.0.0"
  8698. },
  8699. "bin": {
  8700. "which": "bin/which"
  8701. }
  8702. },
  8703. "node_modules/globals": {
  8704. "version": "11.12.0",
  8705. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  8706. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  8707. "license": "MIT",
  8708. "engines": {
  8709. "node": ">=4"
  8710. }
  8711. },
  8712. "node_modules/globalthis": {
  8713. "version": "1.0.4",
  8714. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  8715. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  8716. "license": "MIT",
  8717. "dependencies": {
  8718. "define-properties": "^1.2.1",
  8719. "gopd": "^1.0.1"
  8720. },
  8721. "engines": {
  8722. "node": ">= 0.4"
  8723. },
  8724. "funding": {
  8725. "url": "https://github.com/sponsors/ljharb"
  8726. }
  8727. },
  8728. "node_modules/globby": {
  8729. "version": "11.1.0",
  8730. "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
  8731. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  8732. "license": "MIT",
  8733. "dependencies": {
  8734. "array-union": "^2.1.0",
  8735. "dir-glob": "^3.0.1",
  8736. "fast-glob": "^3.2.9",
  8737. "ignore": "^5.2.0",
  8738. "merge2": "^1.4.1",
  8739. "slash": "^3.0.0"
  8740. },
  8741. "engines": {
  8742. "node": ">=10"
  8743. },
  8744. "funding": {
  8745. "url": "https://github.com/sponsors/sindresorhus"
  8746. }
  8747. },
  8748. "node_modules/gopd": {
  8749. "version": "1.2.0",
  8750. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  8751. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  8752. "license": "MIT",
  8753. "engines": {
  8754. "node": ">= 0.4"
  8755. },
  8756. "funding": {
  8757. "url": "https://github.com/sponsors/ljharb"
  8758. }
  8759. },
  8760. "node_modules/graceful-fs": {
  8761. "version": "4.2.11",
  8762. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  8763. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  8764. "license": "ISC"
  8765. },
  8766. "node_modules/graphemer": {
  8767. "version": "1.4.0",
  8768. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  8769. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  8770. "license": "MIT"
  8771. },
  8772. "node_modules/gzip-size": {
  8773. "version": "6.0.0",
  8774. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
  8775. "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
  8776. "license": "MIT",
  8777. "dependencies": {
  8778. "duplexer": "^0.1.2"
  8779. },
  8780. "engines": {
  8781. "node": ">=10"
  8782. },
  8783. "funding": {
  8784. "url": "https://github.com/sponsors/sindresorhus"
  8785. }
  8786. },
  8787. "node_modules/handle-thing": {
  8788. "version": "2.0.1",
  8789. "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
  8790. "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
  8791. "license": "MIT"
  8792. },
  8793. "node_modules/harmony-reflect": {
  8794. "version": "1.6.2",
  8795. "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz",
  8796. "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==",
  8797. "license": "(Apache-2.0 OR MPL-1.1)"
  8798. },
  8799. "node_modules/has-bigints": {
  8800. "version": "1.1.0",
  8801. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
  8802. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  8803. "license": "MIT",
  8804. "engines": {
  8805. "node": ">= 0.4"
  8806. },
  8807. "funding": {
  8808. "url": "https://github.com/sponsors/ljharb"
  8809. }
  8810. },
  8811. "node_modules/has-flag": {
  8812. "version": "4.0.0",
  8813. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8814. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  8815. "license": "MIT",
  8816. "engines": {
  8817. "node": ">=8"
  8818. }
  8819. },
  8820. "node_modules/has-property-descriptors": {
  8821. "version": "1.0.2",
  8822. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  8823. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  8824. "license": "MIT",
  8825. "dependencies": {
  8826. "es-define-property": "^1.0.0"
  8827. },
  8828. "funding": {
  8829. "url": "https://github.com/sponsors/ljharb"
  8830. }
  8831. },
  8832. "node_modules/has-proto": {
  8833. "version": "1.2.0",
  8834. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
  8835. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  8836. "license": "MIT",
  8837. "dependencies": {
  8838. "dunder-proto": "^1.0.0"
  8839. },
  8840. "engines": {
  8841. "node": ">= 0.4"
  8842. },
  8843. "funding": {
  8844. "url": "https://github.com/sponsors/ljharb"
  8845. }
  8846. },
  8847. "node_modules/has-symbols": {
  8848. "version": "1.1.0",
  8849. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  8850. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  8851. "license": "MIT",
  8852. "engines": {
  8853. "node": ">= 0.4"
  8854. },
  8855. "funding": {
  8856. "url": "https://github.com/sponsors/ljharb"
  8857. }
  8858. },
  8859. "node_modules/has-tostringtag": {
  8860. "version": "1.0.2",
  8861. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  8862. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  8863. "license": "MIT",
  8864. "dependencies": {
  8865. "has-symbols": "^1.0.3"
  8866. },
  8867. "engines": {
  8868. "node": ">= 0.4"
  8869. },
  8870. "funding": {
  8871. "url": "https://github.com/sponsors/ljharb"
  8872. }
  8873. },
  8874. "node_modules/hasown": {
  8875. "version": "2.0.2",
  8876. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  8877. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  8878. "license": "MIT",
  8879. "dependencies": {
  8880. "function-bind": "^1.1.2"
  8881. },
  8882. "engines": {
  8883. "node": ">= 0.4"
  8884. }
  8885. },
  8886. "node_modules/he": {
  8887. "version": "1.2.0",
  8888. "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
  8889. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  8890. "license": "MIT",
  8891. "bin": {
  8892. "he": "bin/he"
  8893. }
  8894. },
  8895. "node_modules/hoopy": {
  8896. "version": "0.1.4",
  8897. "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
  8898. "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==",
  8899. "license": "MIT",
  8900. "engines": {
  8901. "node": ">= 6.0.0"
  8902. }
  8903. },
  8904. "node_modules/hpack.js": {
  8905. "version": "2.1.6",
  8906. "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
  8907. "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
  8908. "license": "MIT",
  8909. "dependencies": {
  8910. "inherits": "^2.0.1",
  8911. "obuf": "^1.0.0",
  8912. "readable-stream": "^2.0.1",
  8913. "wbuf": "^1.1.0"
  8914. }
  8915. },
  8916. "node_modules/hpack.js/node_modules/isarray": {
  8917. "version": "1.0.0",
  8918. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  8919. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  8920. "license": "MIT"
  8921. },
  8922. "node_modules/hpack.js/node_modules/readable-stream": {
  8923. "version": "2.3.8",
  8924. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  8925. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  8926. "license": "MIT",
  8927. "dependencies": {
  8928. "core-util-is": "~1.0.0",
  8929. "inherits": "~2.0.3",
  8930. "isarray": "~1.0.0",
  8931. "process-nextick-args": "~2.0.0",
  8932. "safe-buffer": "~5.1.1",
  8933. "string_decoder": "~1.1.1",
  8934. "util-deprecate": "~1.0.1"
  8935. }
  8936. },
  8937. "node_modules/hpack.js/node_modules/safe-buffer": {
  8938. "version": "5.1.2",
  8939. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  8940. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  8941. "license": "MIT"
  8942. },
  8943. "node_modules/hpack.js/node_modules/string_decoder": {
  8944. "version": "1.1.1",
  8945. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  8946. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  8947. "license": "MIT",
  8948. "dependencies": {
  8949. "safe-buffer": "~5.1.0"
  8950. }
  8951. },
  8952. "node_modules/html-encoding-sniffer": {
  8953. "version": "2.0.1",
  8954. "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
  8955. "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
  8956. "license": "MIT",
  8957. "dependencies": {
  8958. "whatwg-encoding": "^1.0.5"
  8959. },
  8960. "engines": {
  8961. "node": ">=10"
  8962. }
  8963. },
  8964. "node_modules/html-entities": {
  8965. "version": "2.5.2",
  8966. "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz",
  8967. "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==",
  8968. "funding": [
  8969. {
  8970. "type": "github",
  8971. "url": "https://github.com/sponsors/mdevils"
  8972. },
  8973. {
  8974. "type": "patreon",
  8975. "url": "https://patreon.com/mdevils"
  8976. }
  8977. ],
  8978. "license": "MIT"
  8979. },
  8980. "node_modules/html-escaper": {
  8981. "version": "2.0.2",
  8982. "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
  8983. "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
  8984. "license": "MIT"
  8985. },
  8986. "node_modules/html-minifier-terser": {
  8987. "version": "6.1.0",
  8988. "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
  8989. "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
  8990. "license": "MIT",
  8991. "dependencies": {
  8992. "camel-case": "^4.1.2",
  8993. "clean-css": "^5.2.2",
  8994. "commander": "^8.3.0",
  8995. "he": "^1.2.0",
  8996. "param-case": "^3.0.4",
  8997. "relateurl": "^0.2.7",
  8998. "terser": "^5.10.0"
  8999. },
  9000. "bin": {
  9001. "html-minifier-terser": "cli.js"
  9002. },
  9003. "engines": {
  9004. "node": ">=12"
  9005. }
  9006. },
  9007. "node_modules/html-webpack-plugin": {
  9008. "version": "5.6.3",
  9009. "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz",
  9010. "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==",
  9011. "license": "MIT",
  9012. "dependencies": {
  9013. "@types/html-minifier-terser": "^6.0.0",
  9014. "html-minifier-terser": "^6.0.2",
  9015. "lodash": "^4.17.21",
  9016. "pretty-error": "^4.0.0",
  9017. "tapable": "^2.0.0"
  9018. },
  9019. "engines": {
  9020. "node": ">=10.13.0"
  9021. },
  9022. "funding": {
  9023. "type": "opencollective",
  9024. "url": "https://opencollective.com/html-webpack-plugin"
  9025. },
  9026. "peerDependencies": {
  9027. "@rspack/core": "0.x || 1.x",
  9028. "webpack": "^5.20.0"
  9029. },
  9030. "peerDependenciesMeta": {
  9031. "@rspack/core": {
  9032. "optional": true
  9033. },
  9034. "webpack": {
  9035. "optional": true
  9036. }
  9037. }
  9038. },
  9039. "node_modules/htmlparser2": {
  9040. "version": "6.1.0",
  9041. "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
  9042. "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
  9043. "funding": [
  9044. "https://github.com/fb55/htmlparser2?sponsor=1",
  9045. {
  9046. "type": "github",
  9047. "url": "https://github.com/sponsors/fb55"
  9048. }
  9049. ],
  9050. "license": "MIT",
  9051. "dependencies": {
  9052. "domelementtype": "^2.0.1",
  9053. "domhandler": "^4.0.0",
  9054. "domutils": "^2.5.2",
  9055. "entities": "^2.0.0"
  9056. }
  9057. },
  9058. "node_modules/http-deceiver": {
  9059. "version": "1.2.7",
  9060. "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
  9061. "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==",
  9062. "license": "MIT"
  9063. },
  9064. "node_modules/http-errors": {
  9065. "version": "2.0.0",
  9066. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  9067. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  9068. "license": "MIT",
  9069. "dependencies": {
  9070. "depd": "2.0.0",
  9071. "inherits": "2.0.4",
  9072. "setprototypeof": "1.2.0",
  9073. "statuses": "2.0.1",
  9074. "toidentifier": "1.0.1"
  9075. },
  9076. "engines": {
  9077. "node": ">= 0.8"
  9078. }
  9079. },
  9080. "node_modules/http-parser-js": {
  9081. "version": "0.5.9",
  9082. "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.9.tgz",
  9083. "integrity": "sha512-n1XsPy3rXVxlqxVioEWdC+0+M+SQw0DpJynwtOPo1X+ZlvdzTLtDBIJJlDQTnwZIFJrZSzSGmIOUdP8tu+SgLw==",
  9084. "license": "MIT"
  9085. },
  9086. "node_modules/http-proxy": {
  9087. "version": "1.18.1",
  9088. "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
  9089. "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
  9090. "license": "MIT",
  9091. "dependencies": {
  9092. "eventemitter3": "^4.0.0",
  9093. "follow-redirects": "^1.0.0",
  9094. "requires-port": "^1.0.0"
  9095. },
  9096. "engines": {
  9097. "node": ">=8.0.0"
  9098. }
  9099. },
  9100. "node_modules/http-proxy-agent": {
  9101. "version": "4.0.1",
  9102. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
  9103. "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
  9104. "license": "MIT",
  9105. "dependencies": {
  9106. "@tootallnate/once": "1",
  9107. "agent-base": "6",
  9108. "debug": "4"
  9109. },
  9110. "engines": {
  9111. "node": ">= 6"
  9112. }
  9113. },
  9114. "node_modules/http-proxy-middleware": {
  9115. "version": "2.0.7",
  9116. "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz",
  9117. "integrity": "sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==",
  9118. "license": "MIT",
  9119. "dependencies": {
  9120. "@types/http-proxy": "^1.17.8",
  9121. "http-proxy": "^1.18.1",
  9122. "is-glob": "^4.0.1",
  9123. "is-plain-obj": "^3.0.0",
  9124. "micromatch": "^4.0.2"
  9125. },
  9126. "engines": {
  9127. "node": ">=12.0.0"
  9128. },
  9129. "peerDependencies": {
  9130. "@types/express": "^4.17.13"
  9131. },
  9132. "peerDependenciesMeta": {
  9133. "@types/express": {
  9134. "optional": true
  9135. }
  9136. }
  9137. },
  9138. "node_modules/https-proxy-agent": {
  9139. "version": "5.0.1",
  9140. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  9141. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  9142. "license": "MIT",
  9143. "dependencies": {
  9144. "agent-base": "6",
  9145. "debug": "4"
  9146. },
  9147. "engines": {
  9148. "node": ">= 6"
  9149. }
  9150. },
  9151. "node_modules/human-signals": {
  9152. "version": "2.1.0",
  9153. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  9154. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  9155. "license": "Apache-2.0",
  9156. "engines": {
  9157. "node": ">=10.17.0"
  9158. }
  9159. },
  9160. "node_modules/iconv-lite": {
  9161. "version": "0.6.3",
  9162. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  9163. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  9164. "license": "MIT",
  9165. "dependencies": {
  9166. "safer-buffer": ">= 2.1.2 < 3.0.0"
  9167. },
  9168. "engines": {
  9169. "node": ">=0.10.0"
  9170. }
  9171. },
  9172. "node_modules/icss-utils": {
  9173. "version": "5.1.0",
  9174. "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
  9175. "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
  9176. "license": "ISC",
  9177. "engines": {
  9178. "node": "^10 || ^12 || >= 14"
  9179. },
  9180. "peerDependencies": {
  9181. "postcss": "^8.1.0"
  9182. }
  9183. },
  9184. "node_modules/idb": {
  9185. "version": "7.1.1",
  9186. "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
  9187. "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==",
  9188. "license": "ISC"
  9189. },
  9190. "node_modules/identity-obj-proxy": {
  9191. "version": "3.0.0",
  9192. "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz",
  9193. "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==",
  9194. "license": "MIT",
  9195. "dependencies": {
  9196. "harmony-reflect": "^1.4.6"
  9197. },
  9198. "engines": {
  9199. "node": ">=4"
  9200. }
  9201. },
  9202. "node_modules/ignore": {
  9203. "version": "5.3.2",
  9204. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  9205. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  9206. "license": "MIT",
  9207. "engines": {
  9208. "node": ">= 4"
  9209. }
  9210. },
  9211. "node_modules/immer": {
  9212. "version": "9.0.21",
  9213. "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz",
  9214. "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
  9215. "license": "MIT",
  9216. "funding": {
  9217. "type": "opencollective",
  9218. "url": "https://opencollective.com/immer"
  9219. }
  9220. },
  9221. "node_modules/import-fresh": {
  9222. "version": "3.3.1",
  9223. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
  9224. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  9225. "license": "MIT",
  9226. "dependencies": {
  9227. "parent-module": "^1.0.0",
  9228. "resolve-from": "^4.0.0"
  9229. },
  9230. "engines": {
  9231. "node": ">=6"
  9232. },
  9233. "funding": {
  9234. "url": "https://github.com/sponsors/sindresorhus"
  9235. }
  9236. },
  9237. "node_modules/import-fresh/node_modules/resolve-from": {
  9238. "version": "4.0.0",
  9239. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  9240. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  9241. "license": "MIT",
  9242. "engines": {
  9243. "node": ">=4"
  9244. }
  9245. },
  9246. "node_modules/import-local": {
  9247. "version": "3.2.0",
  9248. "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
  9249. "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==",
  9250. "license": "MIT",
  9251. "dependencies": {
  9252. "pkg-dir": "^4.2.0",
  9253. "resolve-cwd": "^3.0.0"
  9254. },
  9255. "bin": {
  9256. "import-local-fixture": "fixtures/cli.js"
  9257. },
  9258. "engines": {
  9259. "node": ">=8"
  9260. },
  9261. "funding": {
  9262. "url": "https://github.com/sponsors/sindresorhus"
  9263. }
  9264. },
  9265. "node_modules/imurmurhash": {
  9266. "version": "0.1.4",
  9267. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  9268. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  9269. "license": "MIT",
  9270. "engines": {
  9271. "node": ">=0.8.19"
  9272. }
  9273. },
  9274. "node_modules/indent-string": {
  9275. "version": "4.0.0",
  9276. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  9277. "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
  9278. "license": "MIT",
  9279. "engines": {
  9280. "node": ">=8"
  9281. }
  9282. },
  9283. "node_modules/inflight": {
  9284. "version": "1.0.6",
  9285. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  9286. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  9287. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  9288. "license": "ISC",
  9289. "dependencies": {
  9290. "once": "^1.3.0",
  9291. "wrappy": "1"
  9292. }
  9293. },
  9294. "node_modules/inherits": {
  9295. "version": "2.0.4",
  9296. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  9297. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  9298. "license": "ISC"
  9299. },
  9300. "node_modules/ini": {
  9301. "version": "1.3.8",
  9302. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  9303. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  9304. "license": "ISC"
  9305. },
  9306. "node_modules/internal-slot": {
  9307. "version": "1.1.0",
  9308. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
  9309. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  9310. "license": "MIT",
  9311. "dependencies": {
  9312. "es-errors": "^1.3.0",
  9313. "hasown": "^2.0.2",
  9314. "side-channel": "^1.1.0"
  9315. },
  9316. "engines": {
  9317. "node": ">= 0.4"
  9318. }
  9319. },
  9320. "node_modules/ipaddr.js": {
  9321. "version": "2.2.0",
  9322. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz",
  9323. "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==",
  9324. "license": "MIT",
  9325. "engines": {
  9326. "node": ">= 10"
  9327. }
  9328. },
  9329. "node_modules/is-array-buffer": {
  9330. "version": "3.0.5",
  9331. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  9332. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  9333. "license": "MIT",
  9334. "dependencies": {
  9335. "call-bind": "^1.0.8",
  9336. "call-bound": "^1.0.3",
  9337. "get-intrinsic": "^1.2.6"
  9338. },
  9339. "engines": {
  9340. "node": ">= 0.4"
  9341. },
  9342. "funding": {
  9343. "url": "https://github.com/sponsors/ljharb"
  9344. }
  9345. },
  9346. "node_modules/is-arrayish": {
  9347. "version": "0.2.1",
  9348. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  9349. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  9350. "license": "MIT"
  9351. },
  9352. "node_modules/is-async-function": {
  9353. "version": "2.1.1",
  9354. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
  9355. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  9356. "license": "MIT",
  9357. "dependencies": {
  9358. "async-function": "^1.0.0",
  9359. "call-bound": "^1.0.3",
  9360. "get-proto": "^1.0.1",
  9361. "has-tostringtag": "^1.0.2",
  9362. "safe-regex-test": "^1.1.0"
  9363. },
  9364. "engines": {
  9365. "node": ">= 0.4"
  9366. },
  9367. "funding": {
  9368. "url": "https://github.com/sponsors/ljharb"
  9369. }
  9370. },
  9371. "node_modules/is-bigint": {
  9372. "version": "1.1.0",
  9373. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
  9374. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  9375. "license": "MIT",
  9376. "dependencies": {
  9377. "has-bigints": "^1.0.2"
  9378. },
  9379. "engines": {
  9380. "node": ">= 0.4"
  9381. },
  9382. "funding": {
  9383. "url": "https://github.com/sponsors/ljharb"
  9384. }
  9385. },
  9386. "node_modules/is-binary-path": {
  9387. "version": "2.1.0",
  9388. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  9389. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  9390. "license": "MIT",
  9391. "dependencies": {
  9392. "binary-extensions": "^2.0.0"
  9393. },
  9394. "engines": {
  9395. "node": ">=8"
  9396. }
  9397. },
  9398. "node_modules/is-boolean-object": {
  9399. "version": "1.2.2",
  9400. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  9401. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  9402. "license": "MIT",
  9403. "dependencies": {
  9404. "call-bound": "^1.0.3",
  9405. "has-tostringtag": "^1.0.2"
  9406. },
  9407. "engines": {
  9408. "node": ">= 0.4"
  9409. },
  9410. "funding": {
  9411. "url": "https://github.com/sponsors/ljharb"
  9412. }
  9413. },
  9414. "node_modules/is-callable": {
  9415. "version": "1.2.7",
  9416. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  9417. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  9418. "license": "MIT",
  9419. "engines": {
  9420. "node": ">= 0.4"
  9421. },
  9422. "funding": {
  9423. "url": "https://github.com/sponsors/ljharb"
  9424. }
  9425. },
  9426. "node_modules/is-core-module": {
  9427. "version": "2.16.1",
  9428. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  9429. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  9430. "license": "MIT",
  9431. "dependencies": {
  9432. "hasown": "^2.0.2"
  9433. },
  9434. "engines": {
  9435. "node": ">= 0.4"
  9436. },
  9437. "funding": {
  9438. "url": "https://github.com/sponsors/ljharb"
  9439. }
  9440. },
  9441. "node_modules/is-data-view": {
  9442. "version": "1.0.2",
  9443. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
  9444. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  9445. "license": "MIT",
  9446. "dependencies": {
  9447. "call-bound": "^1.0.2",
  9448. "get-intrinsic": "^1.2.6",
  9449. "is-typed-array": "^1.1.13"
  9450. },
  9451. "engines": {
  9452. "node": ">= 0.4"
  9453. },
  9454. "funding": {
  9455. "url": "https://github.com/sponsors/ljharb"
  9456. }
  9457. },
  9458. "node_modules/is-date-object": {
  9459. "version": "1.1.0",
  9460. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
  9461. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  9462. "license": "MIT",
  9463. "dependencies": {
  9464. "call-bound": "^1.0.2",
  9465. "has-tostringtag": "^1.0.2"
  9466. },
  9467. "engines": {
  9468. "node": ">= 0.4"
  9469. },
  9470. "funding": {
  9471. "url": "https://github.com/sponsors/ljharb"
  9472. }
  9473. },
  9474. "node_modules/is-docker": {
  9475. "version": "2.2.1",
  9476. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  9477. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  9478. "license": "MIT",
  9479. "bin": {
  9480. "is-docker": "cli.js"
  9481. },
  9482. "engines": {
  9483. "node": ">=8"
  9484. },
  9485. "funding": {
  9486. "url": "https://github.com/sponsors/sindresorhus"
  9487. }
  9488. },
  9489. "node_modules/is-extglob": {
  9490. "version": "2.1.1",
  9491. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  9492. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  9493. "license": "MIT",
  9494. "engines": {
  9495. "node": ">=0.10.0"
  9496. }
  9497. },
  9498. "node_modules/is-finalizationregistry": {
  9499. "version": "1.1.1",
  9500. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  9501. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  9502. "license": "MIT",
  9503. "dependencies": {
  9504. "call-bound": "^1.0.3"
  9505. },
  9506. "engines": {
  9507. "node": ">= 0.4"
  9508. },
  9509. "funding": {
  9510. "url": "https://github.com/sponsors/ljharb"
  9511. }
  9512. },
  9513. "node_modules/is-fullwidth-code-point": {
  9514. "version": "3.0.0",
  9515. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  9516. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  9517. "license": "MIT",
  9518. "engines": {
  9519. "node": ">=8"
  9520. }
  9521. },
  9522. "node_modules/is-generator-fn": {
  9523. "version": "2.1.0",
  9524. "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
  9525. "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
  9526. "license": "MIT",
  9527. "engines": {
  9528. "node": ">=6"
  9529. }
  9530. },
  9531. "node_modules/is-generator-function": {
  9532. "version": "1.1.0",
  9533. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz",
  9534. "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==",
  9535. "license": "MIT",
  9536. "dependencies": {
  9537. "call-bound": "^1.0.3",
  9538. "get-proto": "^1.0.0",
  9539. "has-tostringtag": "^1.0.2",
  9540. "safe-regex-test": "^1.1.0"
  9541. },
  9542. "engines": {
  9543. "node": ">= 0.4"
  9544. },
  9545. "funding": {
  9546. "url": "https://github.com/sponsors/ljharb"
  9547. }
  9548. },
  9549. "node_modules/is-glob": {
  9550. "version": "4.0.3",
  9551. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  9552. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  9553. "license": "MIT",
  9554. "dependencies": {
  9555. "is-extglob": "^2.1.1"
  9556. },
  9557. "engines": {
  9558. "node": ">=0.10.0"
  9559. }
  9560. },
  9561. "node_modules/is-map": {
  9562. "version": "2.0.3",
  9563. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  9564. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  9565. "license": "MIT",
  9566. "engines": {
  9567. "node": ">= 0.4"
  9568. },
  9569. "funding": {
  9570. "url": "https://github.com/sponsors/ljharb"
  9571. }
  9572. },
  9573. "node_modules/is-module": {
  9574. "version": "1.0.0",
  9575. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  9576. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  9577. "license": "MIT"
  9578. },
  9579. "node_modules/is-number": {
  9580. "version": "7.0.0",
  9581. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  9582. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  9583. "license": "MIT",
  9584. "engines": {
  9585. "node": ">=0.12.0"
  9586. }
  9587. },
  9588. "node_modules/is-number-object": {
  9589. "version": "1.1.1",
  9590. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
  9591. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  9592. "license": "MIT",
  9593. "dependencies": {
  9594. "call-bound": "^1.0.3",
  9595. "has-tostringtag": "^1.0.2"
  9596. },
  9597. "engines": {
  9598. "node": ">= 0.4"
  9599. },
  9600. "funding": {
  9601. "url": "https://github.com/sponsors/ljharb"
  9602. }
  9603. },
  9604. "node_modules/is-obj": {
  9605. "version": "1.0.1",
  9606. "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
  9607. "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==",
  9608. "license": "MIT",
  9609. "engines": {
  9610. "node": ">=0.10.0"
  9611. }
  9612. },
  9613. "node_modules/is-path-inside": {
  9614. "version": "3.0.3",
  9615. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  9616. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  9617. "license": "MIT",
  9618. "engines": {
  9619. "node": ">=8"
  9620. }
  9621. },
  9622. "node_modules/is-plain-obj": {
  9623. "version": "3.0.0",
  9624. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
  9625. "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==",
  9626. "license": "MIT",
  9627. "engines": {
  9628. "node": ">=10"
  9629. },
  9630. "funding": {
  9631. "url": "https://github.com/sponsors/sindresorhus"
  9632. }
  9633. },
  9634. "node_modules/is-potential-custom-element-name": {
  9635. "version": "1.0.1",
  9636. "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  9637. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
  9638. "license": "MIT"
  9639. },
  9640. "node_modules/is-regex": {
  9641. "version": "1.2.1",
  9642. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
  9643. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  9644. "license": "MIT",
  9645. "dependencies": {
  9646. "call-bound": "^1.0.2",
  9647. "gopd": "^1.2.0",
  9648. "has-tostringtag": "^1.0.2",
  9649. "hasown": "^2.0.2"
  9650. },
  9651. "engines": {
  9652. "node": ">= 0.4"
  9653. },
  9654. "funding": {
  9655. "url": "https://github.com/sponsors/ljharb"
  9656. }
  9657. },
  9658. "node_modules/is-regexp": {
  9659. "version": "1.0.0",
  9660. "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
  9661. "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==",
  9662. "license": "MIT",
  9663. "engines": {
  9664. "node": ">=0.10.0"
  9665. }
  9666. },
  9667. "node_modules/is-root": {
  9668. "version": "2.1.0",
  9669. "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz",
  9670. "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==",
  9671. "license": "MIT",
  9672. "engines": {
  9673. "node": ">=6"
  9674. }
  9675. },
  9676. "node_modules/is-set": {
  9677. "version": "2.0.3",
  9678. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  9679. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  9680. "license": "MIT",
  9681. "engines": {
  9682. "node": ">= 0.4"
  9683. },
  9684. "funding": {
  9685. "url": "https://github.com/sponsors/ljharb"
  9686. }
  9687. },
  9688. "node_modules/is-shared-array-buffer": {
  9689. "version": "1.0.4",
  9690. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  9691. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  9692. "license": "MIT",
  9693. "dependencies": {
  9694. "call-bound": "^1.0.3"
  9695. },
  9696. "engines": {
  9697. "node": ">= 0.4"
  9698. },
  9699. "funding": {
  9700. "url": "https://github.com/sponsors/ljharb"
  9701. }
  9702. },
  9703. "node_modules/is-stream": {
  9704. "version": "2.0.1",
  9705. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  9706. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  9707. "license": "MIT",
  9708. "engines": {
  9709. "node": ">=8"
  9710. },
  9711. "funding": {
  9712. "url": "https://github.com/sponsors/sindresorhus"
  9713. }
  9714. },
  9715. "node_modules/is-string": {
  9716. "version": "1.1.1",
  9717. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
  9718. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  9719. "license": "MIT",
  9720. "dependencies": {
  9721. "call-bound": "^1.0.3",
  9722. "has-tostringtag": "^1.0.2"
  9723. },
  9724. "engines": {
  9725. "node": ">= 0.4"
  9726. },
  9727. "funding": {
  9728. "url": "https://github.com/sponsors/ljharb"
  9729. }
  9730. },
  9731. "node_modules/is-symbol": {
  9732. "version": "1.1.1",
  9733. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
  9734. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  9735. "license": "MIT",
  9736. "dependencies": {
  9737. "call-bound": "^1.0.2",
  9738. "has-symbols": "^1.1.0",
  9739. "safe-regex-test": "^1.1.0"
  9740. },
  9741. "engines": {
  9742. "node": ">= 0.4"
  9743. },
  9744. "funding": {
  9745. "url": "https://github.com/sponsors/ljharb"
  9746. }
  9747. },
  9748. "node_modules/is-typed-array": {
  9749. "version": "1.1.15",
  9750. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  9751. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  9752. "license": "MIT",
  9753. "dependencies": {
  9754. "which-typed-array": "^1.1.16"
  9755. },
  9756. "engines": {
  9757. "node": ">= 0.4"
  9758. },
  9759. "funding": {
  9760. "url": "https://github.com/sponsors/ljharb"
  9761. }
  9762. },
  9763. "node_modules/is-typedarray": {
  9764. "version": "1.0.0",
  9765. "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
  9766. "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
  9767. "license": "MIT"
  9768. },
  9769. "node_modules/is-weakmap": {
  9770. "version": "2.0.2",
  9771. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  9772. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  9773. "license": "MIT",
  9774. "engines": {
  9775. "node": ">= 0.4"
  9776. },
  9777. "funding": {
  9778. "url": "https://github.com/sponsors/ljharb"
  9779. }
  9780. },
  9781. "node_modules/is-weakref": {
  9782. "version": "1.1.1",
  9783. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
  9784. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  9785. "license": "MIT",
  9786. "dependencies": {
  9787. "call-bound": "^1.0.3"
  9788. },
  9789. "engines": {
  9790. "node": ">= 0.4"
  9791. },
  9792. "funding": {
  9793. "url": "https://github.com/sponsors/ljharb"
  9794. }
  9795. },
  9796. "node_modules/is-weakset": {
  9797. "version": "2.0.4",
  9798. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
  9799. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  9800. "license": "MIT",
  9801. "dependencies": {
  9802. "call-bound": "^1.0.3",
  9803. "get-intrinsic": "^1.2.6"
  9804. },
  9805. "engines": {
  9806. "node": ">= 0.4"
  9807. },
  9808. "funding": {
  9809. "url": "https://github.com/sponsors/ljharb"
  9810. }
  9811. },
  9812. "node_modules/is-wsl": {
  9813. "version": "2.2.0",
  9814. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  9815. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  9816. "license": "MIT",
  9817. "dependencies": {
  9818. "is-docker": "^2.0.0"
  9819. },
  9820. "engines": {
  9821. "node": ">=8"
  9822. }
  9823. },
  9824. "node_modules/isarray": {
  9825. "version": "2.0.5",
  9826. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  9827. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  9828. "license": "MIT"
  9829. },
  9830. "node_modules/isexe": {
  9831. "version": "2.0.0",
  9832. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  9833. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  9834. "license": "ISC"
  9835. },
  9836. "node_modules/istanbul-lib-coverage": {
  9837. "version": "3.2.2",
  9838. "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
  9839. "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
  9840. "license": "BSD-3-Clause",
  9841. "engines": {
  9842. "node": ">=8"
  9843. }
  9844. },
  9845. "node_modules/istanbul-lib-instrument": {
  9846. "version": "5.2.1",
  9847. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
  9848. "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
  9849. "license": "BSD-3-Clause",
  9850. "dependencies": {
  9851. "@babel/core": "^7.12.3",
  9852. "@babel/parser": "^7.14.7",
  9853. "@istanbuljs/schema": "^0.1.2",
  9854. "istanbul-lib-coverage": "^3.2.0",
  9855. "semver": "^6.3.0"
  9856. },
  9857. "engines": {
  9858. "node": ">=8"
  9859. }
  9860. },
  9861. "node_modules/istanbul-lib-instrument/node_modules/semver": {
  9862. "version": "6.3.1",
  9863. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  9864. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  9865. "license": "ISC",
  9866. "bin": {
  9867. "semver": "bin/semver.js"
  9868. }
  9869. },
  9870. "node_modules/istanbul-lib-report": {
  9871. "version": "3.0.1",
  9872. "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
  9873. "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
  9874. "license": "BSD-3-Clause",
  9875. "dependencies": {
  9876. "istanbul-lib-coverage": "^3.0.0",
  9877. "make-dir": "^4.0.0",
  9878. "supports-color": "^7.1.0"
  9879. },
  9880. "engines": {
  9881. "node": ">=10"
  9882. }
  9883. },
  9884. "node_modules/istanbul-lib-report/node_modules/make-dir": {
  9885. "version": "4.0.0",
  9886. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
  9887. "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
  9888. "license": "MIT",
  9889. "dependencies": {
  9890. "semver": "^7.5.3"
  9891. },
  9892. "engines": {
  9893. "node": ">=10"
  9894. },
  9895. "funding": {
  9896. "url": "https://github.com/sponsors/sindresorhus"
  9897. }
  9898. },
  9899. "node_modules/istanbul-lib-source-maps": {
  9900. "version": "4.0.1",
  9901. "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
  9902. "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
  9903. "license": "BSD-3-Clause",
  9904. "dependencies": {
  9905. "debug": "^4.1.1",
  9906. "istanbul-lib-coverage": "^3.0.0",
  9907. "source-map": "^0.6.1"
  9908. },
  9909. "engines": {
  9910. "node": ">=10"
  9911. }
  9912. },
  9913. "node_modules/istanbul-lib-source-maps/node_modules/source-map": {
  9914. "version": "0.6.1",
  9915. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  9916. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  9917. "license": "BSD-3-Clause",
  9918. "engines": {
  9919. "node": ">=0.10.0"
  9920. }
  9921. },
  9922. "node_modules/istanbul-reports": {
  9923. "version": "3.1.7",
  9924. "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz",
  9925. "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==",
  9926. "license": "BSD-3-Clause",
  9927. "dependencies": {
  9928. "html-escaper": "^2.0.0",
  9929. "istanbul-lib-report": "^3.0.0"
  9930. },
  9931. "engines": {
  9932. "node": ">=8"
  9933. }
  9934. },
  9935. "node_modules/iterator.prototype": {
  9936. "version": "1.1.5",
  9937. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  9938. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  9939. "license": "MIT",
  9940. "dependencies": {
  9941. "define-data-property": "^1.1.4",
  9942. "es-object-atoms": "^1.0.0",
  9943. "get-intrinsic": "^1.2.6",
  9944. "get-proto": "^1.0.0",
  9945. "has-symbols": "^1.1.0",
  9946. "set-function-name": "^2.0.2"
  9947. },
  9948. "engines": {
  9949. "node": ">= 0.4"
  9950. }
  9951. },
  9952. "node_modules/jackspeak": {
  9953. "version": "3.4.3",
  9954. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  9955. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  9956. "license": "BlueOak-1.0.0",
  9957. "dependencies": {
  9958. "@isaacs/cliui": "^8.0.2"
  9959. },
  9960. "funding": {
  9961. "url": "https://github.com/sponsors/isaacs"
  9962. },
  9963. "optionalDependencies": {
  9964. "@pkgjs/parseargs": "^0.11.0"
  9965. }
  9966. },
  9967. "node_modules/jake": {
  9968. "version": "10.9.2",
  9969. "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz",
  9970. "integrity": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==",
  9971. "license": "Apache-2.0",
  9972. "dependencies": {
  9973. "async": "^3.2.3",
  9974. "chalk": "^4.0.2",
  9975. "filelist": "^1.0.4",
  9976. "minimatch": "^3.1.2"
  9977. },
  9978. "bin": {
  9979. "jake": "bin/cli.js"
  9980. },
  9981. "engines": {
  9982. "node": ">=10"
  9983. }
  9984. },
  9985. "node_modules/jest": {
  9986. "version": "27.5.1",
  9987. "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
  9988. "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
  9989. "license": "MIT",
  9990. "dependencies": {
  9991. "@jest/core": "^27.5.1",
  9992. "import-local": "^3.0.2",
  9993. "jest-cli": "^27.5.1"
  9994. },
  9995. "bin": {
  9996. "jest": "bin/jest.js"
  9997. },
  9998. "engines": {
  9999. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10000. },
  10001. "peerDependencies": {
  10002. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  10003. },
  10004. "peerDependenciesMeta": {
  10005. "node-notifier": {
  10006. "optional": true
  10007. }
  10008. }
  10009. },
  10010. "node_modules/jest-changed-files": {
  10011. "version": "27.5.1",
  10012. "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz",
  10013. "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
  10014. "license": "MIT",
  10015. "dependencies": {
  10016. "@jest/types": "^27.5.1",
  10017. "execa": "^5.0.0",
  10018. "throat": "^6.0.1"
  10019. },
  10020. "engines": {
  10021. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10022. }
  10023. },
  10024. "node_modules/jest-circus": {
  10025. "version": "27.5.1",
  10026. "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
  10027. "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
  10028. "license": "MIT",
  10029. "dependencies": {
  10030. "@jest/environment": "^27.5.1",
  10031. "@jest/test-result": "^27.5.1",
  10032. "@jest/types": "^27.5.1",
  10033. "@types/node": "*",
  10034. "chalk": "^4.0.0",
  10035. "co": "^4.6.0",
  10036. "dedent": "^0.7.0",
  10037. "expect": "^27.5.1",
  10038. "is-generator-fn": "^2.0.0",
  10039. "jest-each": "^27.5.1",
  10040. "jest-matcher-utils": "^27.5.1",
  10041. "jest-message-util": "^27.5.1",
  10042. "jest-runtime": "^27.5.1",
  10043. "jest-snapshot": "^27.5.1",
  10044. "jest-util": "^27.5.1",
  10045. "pretty-format": "^27.5.1",
  10046. "slash": "^3.0.0",
  10047. "stack-utils": "^2.0.3",
  10048. "throat": "^6.0.1"
  10049. },
  10050. "engines": {
  10051. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10052. }
  10053. },
  10054. "node_modules/jest-cli": {
  10055. "version": "27.5.1",
  10056. "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz",
  10057. "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==",
  10058. "license": "MIT",
  10059. "dependencies": {
  10060. "@jest/core": "^27.5.1",
  10061. "@jest/test-result": "^27.5.1",
  10062. "@jest/types": "^27.5.1",
  10063. "chalk": "^4.0.0",
  10064. "exit": "^0.1.2",
  10065. "graceful-fs": "^4.2.9",
  10066. "import-local": "^3.0.2",
  10067. "jest-config": "^27.5.1",
  10068. "jest-util": "^27.5.1",
  10069. "jest-validate": "^27.5.1",
  10070. "prompts": "^2.0.1",
  10071. "yargs": "^16.2.0"
  10072. },
  10073. "bin": {
  10074. "jest": "bin/jest.js"
  10075. },
  10076. "engines": {
  10077. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10078. },
  10079. "peerDependencies": {
  10080. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  10081. },
  10082. "peerDependenciesMeta": {
  10083. "node-notifier": {
  10084. "optional": true
  10085. }
  10086. }
  10087. },
  10088. "node_modules/jest-config": {
  10089. "version": "27.5.1",
  10090. "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
  10091. "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
  10092. "license": "MIT",
  10093. "dependencies": {
  10094. "@babel/core": "^7.8.0",
  10095. "@jest/test-sequencer": "^27.5.1",
  10096. "@jest/types": "^27.5.1",
  10097. "babel-jest": "^27.5.1",
  10098. "chalk": "^4.0.0",
  10099. "ci-info": "^3.2.0",
  10100. "deepmerge": "^4.2.2",
  10101. "glob": "^7.1.1",
  10102. "graceful-fs": "^4.2.9",
  10103. "jest-circus": "^27.5.1",
  10104. "jest-environment-jsdom": "^27.5.1",
  10105. "jest-environment-node": "^27.5.1",
  10106. "jest-get-type": "^27.5.1",
  10107. "jest-jasmine2": "^27.5.1",
  10108. "jest-regex-util": "^27.5.1",
  10109. "jest-resolve": "^27.5.1",
  10110. "jest-runner": "^27.5.1",
  10111. "jest-util": "^27.5.1",
  10112. "jest-validate": "^27.5.1",
  10113. "micromatch": "^4.0.4",
  10114. "parse-json": "^5.2.0",
  10115. "pretty-format": "^27.5.1",
  10116. "slash": "^3.0.0",
  10117. "strip-json-comments": "^3.1.1"
  10118. },
  10119. "engines": {
  10120. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10121. },
  10122. "peerDependencies": {
  10123. "ts-node": ">=9.0.0"
  10124. },
  10125. "peerDependenciesMeta": {
  10126. "ts-node": {
  10127. "optional": true
  10128. }
  10129. }
  10130. },
  10131. "node_modules/jest-diff": {
  10132. "version": "27.5.1",
  10133. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
  10134. "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
  10135. "license": "MIT",
  10136. "dependencies": {
  10137. "chalk": "^4.0.0",
  10138. "diff-sequences": "^27.5.1",
  10139. "jest-get-type": "^27.5.1",
  10140. "pretty-format": "^27.5.1"
  10141. },
  10142. "engines": {
  10143. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10144. }
  10145. },
  10146. "node_modules/jest-docblock": {
  10147. "version": "27.5.1",
  10148. "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
  10149. "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
  10150. "license": "MIT",
  10151. "dependencies": {
  10152. "detect-newline": "^3.0.0"
  10153. },
  10154. "engines": {
  10155. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10156. }
  10157. },
  10158. "node_modules/jest-each": {
  10159. "version": "27.5.1",
  10160. "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
  10161. "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
  10162. "license": "MIT",
  10163. "dependencies": {
  10164. "@jest/types": "^27.5.1",
  10165. "chalk": "^4.0.0",
  10166. "jest-get-type": "^27.5.1",
  10167. "jest-util": "^27.5.1",
  10168. "pretty-format": "^27.5.1"
  10169. },
  10170. "engines": {
  10171. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10172. }
  10173. },
  10174. "node_modules/jest-environment-jsdom": {
  10175. "version": "27.5.1",
  10176. "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz",
  10177. "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==",
  10178. "license": "MIT",
  10179. "dependencies": {
  10180. "@jest/environment": "^27.5.1",
  10181. "@jest/fake-timers": "^27.5.1",
  10182. "@jest/types": "^27.5.1",
  10183. "@types/node": "*",
  10184. "jest-mock": "^27.5.1",
  10185. "jest-util": "^27.5.1",
  10186. "jsdom": "^16.6.0"
  10187. },
  10188. "engines": {
  10189. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10190. }
  10191. },
  10192. "node_modules/jest-environment-node": {
  10193. "version": "27.5.1",
  10194. "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz",
  10195. "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==",
  10196. "license": "MIT",
  10197. "dependencies": {
  10198. "@jest/environment": "^27.5.1",
  10199. "@jest/fake-timers": "^27.5.1",
  10200. "@jest/types": "^27.5.1",
  10201. "@types/node": "*",
  10202. "jest-mock": "^27.5.1",
  10203. "jest-util": "^27.5.1"
  10204. },
  10205. "engines": {
  10206. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10207. }
  10208. },
  10209. "node_modules/jest-get-type": {
  10210. "version": "27.5.1",
  10211. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  10212. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
  10213. "license": "MIT",
  10214. "engines": {
  10215. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10216. }
  10217. },
  10218. "node_modules/jest-haste-map": {
  10219. "version": "27.5.1",
  10220. "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
  10221. "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
  10222. "license": "MIT",
  10223. "dependencies": {
  10224. "@jest/types": "^27.5.1",
  10225. "@types/graceful-fs": "^4.1.2",
  10226. "@types/node": "*",
  10227. "anymatch": "^3.0.3",
  10228. "fb-watchman": "^2.0.0",
  10229. "graceful-fs": "^4.2.9",
  10230. "jest-regex-util": "^27.5.1",
  10231. "jest-serializer": "^27.5.1",
  10232. "jest-util": "^27.5.1",
  10233. "jest-worker": "^27.5.1",
  10234. "micromatch": "^4.0.4",
  10235. "walker": "^1.0.7"
  10236. },
  10237. "engines": {
  10238. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10239. },
  10240. "optionalDependencies": {
  10241. "fsevents": "^2.3.2"
  10242. }
  10243. },
  10244. "node_modules/jest-jasmine2": {
  10245. "version": "27.5.1",
  10246. "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
  10247. "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
  10248. "license": "MIT",
  10249. "dependencies": {
  10250. "@jest/environment": "^27.5.1",
  10251. "@jest/source-map": "^27.5.1",
  10252. "@jest/test-result": "^27.5.1",
  10253. "@jest/types": "^27.5.1",
  10254. "@types/node": "*",
  10255. "chalk": "^4.0.0",
  10256. "co": "^4.6.0",
  10257. "expect": "^27.5.1",
  10258. "is-generator-fn": "^2.0.0",
  10259. "jest-each": "^27.5.1",
  10260. "jest-matcher-utils": "^27.5.1",
  10261. "jest-message-util": "^27.5.1",
  10262. "jest-runtime": "^27.5.1",
  10263. "jest-snapshot": "^27.5.1",
  10264. "jest-util": "^27.5.1",
  10265. "pretty-format": "^27.5.1",
  10266. "throat": "^6.0.1"
  10267. },
  10268. "engines": {
  10269. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10270. }
  10271. },
  10272. "node_modules/jest-leak-detector": {
  10273. "version": "27.5.1",
  10274. "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz",
  10275. "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==",
  10276. "license": "MIT",
  10277. "dependencies": {
  10278. "jest-get-type": "^27.5.1",
  10279. "pretty-format": "^27.5.1"
  10280. },
  10281. "engines": {
  10282. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10283. }
  10284. },
  10285. "node_modules/jest-matcher-utils": {
  10286. "version": "27.5.1",
  10287. "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
  10288. "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
  10289. "license": "MIT",
  10290. "dependencies": {
  10291. "chalk": "^4.0.0",
  10292. "jest-diff": "^27.5.1",
  10293. "jest-get-type": "^27.5.1",
  10294. "pretty-format": "^27.5.1"
  10295. },
  10296. "engines": {
  10297. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10298. }
  10299. },
  10300. "node_modules/jest-message-util": {
  10301. "version": "27.5.1",
  10302. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
  10303. "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
  10304. "license": "MIT",
  10305. "dependencies": {
  10306. "@babel/code-frame": "^7.12.13",
  10307. "@jest/types": "^27.5.1",
  10308. "@types/stack-utils": "^2.0.0",
  10309. "chalk": "^4.0.0",
  10310. "graceful-fs": "^4.2.9",
  10311. "micromatch": "^4.0.4",
  10312. "pretty-format": "^27.5.1",
  10313. "slash": "^3.0.0",
  10314. "stack-utils": "^2.0.3"
  10315. },
  10316. "engines": {
  10317. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10318. }
  10319. },
  10320. "node_modules/jest-mock": {
  10321. "version": "27.5.1",
  10322. "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
  10323. "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
  10324. "license": "MIT",
  10325. "dependencies": {
  10326. "@jest/types": "^27.5.1",
  10327. "@types/node": "*"
  10328. },
  10329. "engines": {
  10330. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10331. }
  10332. },
  10333. "node_modules/jest-pnp-resolver": {
  10334. "version": "1.2.3",
  10335. "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
  10336. "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
  10337. "license": "MIT",
  10338. "engines": {
  10339. "node": ">=6"
  10340. },
  10341. "peerDependencies": {
  10342. "jest-resolve": "*"
  10343. },
  10344. "peerDependenciesMeta": {
  10345. "jest-resolve": {
  10346. "optional": true
  10347. }
  10348. }
  10349. },
  10350. "node_modules/jest-regex-util": {
  10351. "version": "27.5.1",
  10352. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
  10353. "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
  10354. "license": "MIT",
  10355. "engines": {
  10356. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10357. }
  10358. },
  10359. "node_modules/jest-resolve": {
  10360. "version": "27.5.1",
  10361. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz",
  10362. "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==",
  10363. "license": "MIT",
  10364. "dependencies": {
  10365. "@jest/types": "^27.5.1",
  10366. "chalk": "^4.0.0",
  10367. "graceful-fs": "^4.2.9",
  10368. "jest-haste-map": "^27.5.1",
  10369. "jest-pnp-resolver": "^1.2.2",
  10370. "jest-util": "^27.5.1",
  10371. "jest-validate": "^27.5.1",
  10372. "resolve": "^1.20.0",
  10373. "resolve.exports": "^1.1.0",
  10374. "slash": "^3.0.0"
  10375. },
  10376. "engines": {
  10377. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10378. }
  10379. },
  10380. "node_modules/jest-resolve-dependencies": {
  10381. "version": "27.5.1",
  10382. "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz",
  10383. "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==",
  10384. "license": "MIT",
  10385. "dependencies": {
  10386. "@jest/types": "^27.5.1",
  10387. "jest-regex-util": "^27.5.1",
  10388. "jest-snapshot": "^27.5.1"
  10389. },
  10390. "engines": {
  10391. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10392. }
  10393. },
  10394. "node_modules/jest-runner": {
  10395. "version": "27.5.1",
  10396. "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz",
  10397. "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==",
  10398. "license": "MIT",
  10399. "dependencies": {
  10400. "@jest/console": "^27.5.1",
  10401. "@jest/environment": "^27.5.1",
  10402. "@jest/test-result": "^27.5.1",
  10403. "@jest/transform": "^27.5.1",
  10404. "@jest/types": "^27.5.1",
  10405. "@types/node": "*",
  10406. "chalk": "^4.0.0",
  10407. "emittery": "^0.8.1",
  10408. "graceful-fs": "^4.2.9",
  10409. "jest-docblock": "^27.5.1",
  10410. "jest-environment-jsdom": "^27.5.1",
  10411. "jest-environment-node": "^27.5.1",
  10412. "jest-haste-map": "^27.5.1",
  10413. "jest-leak-detector": "^27.5.1",
  10414. "jest-message-util": "^27.5.1",
  10415. "jest-resolve": "^27.5.1",
  10416. "jest-runtime": "^27.5.1",
  10417. "jest-util": "^27.5.1",
  10418. "jest-worker": "^27.5.1",
  10419. "source-map-support": "^0.5.6",
  10420. "throat": "^6.0.1"
  10421. },
  10422. "engines": {
  10423. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10424. }
  10425. },
  10426. "node_modules/jest-runtime": {
  10427. "version": "27.5.1",
  10428. "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz",
  10429. "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==",
  10430. "license": "MIT",
  10431. "dependencies": {
  10432. "@jest/environment": "^27.5.1",
  10433. "@jest/fake-timers": "^27.5.1",
  10434. "@jest/globals": "^27.5.1",
  10435. "@jest/source-map": "^27.5.1",
  10436. "@jest/test-result": "^27.5.1",
  10437. "@jest/transform": "^27.5.1",
  10438. "@jest/types": "^27.5.1",
  10439. "chalk": "^4.0.0",
  10440. "cjs-module-lexer": "^1.0.0",
  10441. "collect-v8-coverage": "^1.0.0",
  10442. "execa": "^5.0.0",
  10443. "glob": "^7.1.3",
  10444. "graceful-fs": "^4.2.9",
  10445. "jest-haste-map": "^27.5.1",
  10446. "jest-message-util": "^27.5.1",
  10447. "jest-mock": "^27.5.1",
  10448. "jest-regex-util": "^27.5.1",
  10449. "jest-resolve": "^27.5.1",
  10450. "jest-snapshot": "^27.5.1",
  10451. "jest-util": "^27.5.1",
  10452. "slash": "^3.0.0",
  10453. "strip-bom": "^4.0.0"
  10454. },
  10455. "engines": {
  10456. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10457. }
  10458. },
  10459. "node_modules/jest-serializer": {
  10460. "version": "27.5.1",
  10461. "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz",
  10462. "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==",
  10463. "license": "MIT",
  10464. "dependencies": {
  10465. "@types/node": "*",
  10466. "graceful-fs": "^4.2.9"
  10467. },
  10468. "engines": {
  10469. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10470. }
  10471. },
  10472. "node_modules/jest-snapshot": {
  10473. "version": "27.5.1",
  10474. "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz",
  10475. "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==",
  10476. "license": "MIT",
  10477. "dependencies": {
  10478. "@babel/core": "^7.7.2",
  10479. "@babel/generator": "^7.7.2",
  10480. "@babel/plugin-syntax-typescript": "^7.7.2",
  10481. "@babel/traverse": "^7.7.2",
  10482. "@babel/types": "^7.0.0",
  10483. "@jest/transform": "^27.5.1",
  10484. "@jest/types": "^27.5.1",
  10485. "@types/babel__traverse": "^7.0.4",
  10486. "@types/prettier": "^2.1.5",
  10487. "babel-preset-current-node-syntax": "^1.0.0",
  10488. "chalk": "^4.0.0",
  10489. "expect": "^27.5.1",
  10490. "graceful-fs": "^4.2.9",
  10491. "jest-diff": "^27.5.1",
  10492. "jest-get-type": "^27.5.1",
  10493. "jest-haste-map": "^27.5.1",
  10494. "jest-matcher-utils": "^27.5.1",
  10495. "jest-message-util": "^27.5.1",
  10496. "jest-util": "^27.5.1",
  10497. "natural-compare": "^1.4.0",
  10498. "pretty-format": "^27.5.1",
  10499. "semver": "^7.3.2"
  10500. },
  10501. "engines": {
  10502. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10503. }
  10504. },
  10505. "node_modules/jest-util": {
  10506. "version": "27.5.1",
  10507. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
  10508. "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
  10509. "license": "MIT",
  10510. "dependencies": {
  10511. "@jest/types": "^27.5.1",
  10512. "@types/node": "*",
  10513. "chalk": "^4.0.0",
  10514. "ci-info": "^3.2.0",
  10515. "graceful-fs": "^4.2.9",
  10516. "picomatch": "^2.2.3"
  10517. },
  10518. "engines": {
  10519. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10520. }
  10521. },
  10522. "node_modules/jest-validate": {
  10523. "version": "27.5.1",
  10524. "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz",
  10525. "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==",
  10526. "license": "MIT",
  10527. "dependencies": {
  10528. "@jest/types": "^27.5.1",
  10529. "camelcase": "^6.2.0",
  10530. "chalk": "^4.0.0",
  10531. "jest-get-type": "^27.5.1",
  10532. "leven": "^3.1.0",
  10533. "pretty-format": "^27.5.1"
  10534. },
  10535. "engines": {
  10536. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10537. }
  10538. },
  10539. "node_modules/jest-watch-typeahead": {
  10540. "version": "1.1.0",
  10541. "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz",
  10542. "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==",
  10543. "license": "MIT",
  10544. "dependencies": {
  10545. "ansi-escapes": "^4.3.1",
  10546. "chalk": "^4.0.0",
  10547. "jest-regex-util": "^28.0.0",
  10548. "jest-watcher": "^28.0.0",
  10549. "slash": "^4.0.0",
  10550. "string-length": "^5.0.1",
  10551. "strip-ansi": "^7.0.1"
  10552. },
  10553. "engines": {
  10554. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  10555. },
  10556. "peerDependencies": {
  10557. "jest": "^27.0.0 || ^28.0.0"
  10558. }
  10559. },
  10560. "node_modules/jest-watch-typeahead/node_modules/@jest/console": {
  10561. "version": "28.1.3",
  10562. "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz",
  10563. "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==",
  10564. "license": "MIT",
  10565. "dependencies": {
  10566. "@jest/types": "^28.1.3",
  10567. "@types/node": "*",
  10568. "chalk": "^4.0.0",
  10569. "jest-message-util": "^28.1.3",
  10570. "jest-util": "^28.1.3",
  10571. "slash": "^3.0.0"
  10572. },
  10573. "engines": {
  10574. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10575. }
  10576. },
  10577. "node_modules/jest-watch-typeahead/node_modules/@jest/console/node_modules/slash": {
  10578. "version": "3.0.0",
  10579. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  10580. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  10581. "license": "MIT",
  10582. "engines": {
  10583. "node": ">=8"
  10584. }
  10585. },
  10586. "node_modules/jest-watch-typeahead/node_modules/@jest/test-result": {
  10587. "version": "28.1.3",
  10588. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz",
  10589. "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==",
  10590. "license": "MIT",
  10591. "dependencies": {
  10592. "@jest/console": "^28.1.3",
  10593. "@jest/types": "^28.1.3",
  10594. "@types/istanbul-lib-coverage": "^2.0.0",
  10595. "collect-v8-coverage": "^1.0.0"
  10596. },
  10597. "engines": {
  10598. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10599. }
  10600. },
  10601. "node_modules/jest-watch-typeahead/node_modules/@jest/types": {
  10602. "version": "28.1.3",
  10603. "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
  10604. "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
  10605. "license": "MIT",
  10606. "dependencies": {
  10607. "@jest/schemas": "^28.1.3",
  10608. "@types/istanbul-lib-coverage": "^2.0.0",
  10609. "@types/istanbul-reports": "^3.0.0",
  10610. "@types/node": "*",
  10611. "@types/yargs": "^17.0.8",
  10612. "chalk": "^4.0.0"
  10613. },
  10614. "engines": {
  10615. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10616. }
  10617. },
  10618. "node_modules/jest-watch-typeahead/node_modules/@types/yargs": {
  10619. "version": "17.0.33",
  10620. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz",
  10621. "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==",
  10622. "license": "MIT",
  10623. "dependencies": {
  10624. "@types/yargs-parser": "*"
  10625. }
  10626. },
  10627. "node_modules/jest-watch-typeahead/node_modules/ansi-styles": {
  10628. "version": "5.2.0",
  10629. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  10630. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  10631. "license": "MIT",
  10632. "engines": {
  10633. "node": ">=10"
  10634. },
  10635. "funding": {
  10636. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10637. }
  10638. },
  10639. "node_modules/jest-watch-typeahead/node_modules/emittery": {
  10640. "version": "0.10.2",
  10641. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz",
  10642. "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==",
  10643. "license": "MIT",
  10644. "engines": {
  10645. "node": ">=12"
  10646. },
  10647. "funding": {
  10648. "url": "https://github.com/sindresorhus/emittery?sponsor=1"
  10649. }
  10650. },
  10651. "node_modules/jest-watch-typeahead/node_modules/jest-message-util": {
  10652. "version": "28.1.3",
  10653. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz",
  10654. "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==",
  10655. "license": "MIT",
  10656. "dependencies": {
  10657. "@babel/code-frame": "^7.12.13",
  10658. "@jest/types": "^28.1.3",
  10659. "@types/stack-utils": "^2.0.0",
  10660. "chalk": "^4.0.0",
  10661. "graceful-fs": "^4.2.9",
  10662. "micromatch": "^4.0.4",
  10663. "pretty-format": "^28.1.3",
  10664. "slash": "^3.0.0",
  10665. "stack-utils": "^2.0.3"
  10666. },
  10667. "engines": {
  10668. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10669. }
  10670. },
  10671. "node_modules/jest-watch-typeahead/node_modules/jest-message-util/node_modules/slash": {
  10672. "version": "3.0.0",
  10673. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  10674. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  10675. "license": "MIT",
  10676. "engines": {
  10677. "node": ">=8"
  10678. }
  10679. },
  10680. "node_modules/jest-watch-typeahead/node_modules/jest-regex-util": {
  10681. "version": "28.0.2",
  10682. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz",
  10683. "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==",
  10684. "license": "MIT",
  10685. "engines": {
  10686. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10687. }
  10688. },
  10689. "node_modules/jest-watch-typeahead/node_modules/jest-util": {
  10690. "version": "28.1.3",
  10691. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz",
  10692. "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==",
  10693. "license": "MIT",
  10694. "dependencies": {
  10695. "@jest/types": "^28.1.3",
  10696. "@types/node": "*",
  10697. "chalk": "^4.0.0",
  10698. "ci-info": "^3.2.0",
  10699. "graceful-fs": "^4.2.9",
  10700. "picomatch": "^2.2.3"
  10701. },
  10702. "engines": {
  10703. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10704. }
  10705. },
  10706. "node_modules/jest-watch-typeahead/node_modules/jest-watcher": {
  10707. "version": "28.1.3",
  10708. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz",
  10709. "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==",
  10710. "license": "MIT",
  10711. "dependencies": {
  10712. "@jest/test-result": "^28.1.3",
  10713. "@jest/types": "^28.1.3",
  10714. "@types/node": "*",
  10715. "ansi-escapes": "^4.2.1",
  10716. "chalk": "^4.0.0",
  10717. "emittery": "^0.10.2",
  10718. "jest-util": "^28.1.3",
  10719. "string-length": "^4.0.1"
  10720. },
  10721. "engines": {
  10722. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10723. }
  10724. },
  10725. "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/string-length": {
  10726. "version": "4.0.2",
  10727. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  10728. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  10729. "license": "MIT",
  10730. "dependencies": {
  10731. "char-regex": "^1.0.2",
  10732. "strip-ansi": "^6.0.0"
  10733. },
  10734. "engines": {
  10735. "node": ">=10"
  10736. }
  10737. },
  10738. "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/strip-ansi": {
  10739. "version": "6.0.1",
  10740. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  10741. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  10742. "license": "MIT",
  10743. "dependencies": {
  10744. "ansi-regex": "^5.0.1"
  10745. },
  10746. "engines": {
  10747. "node": ">=8"
  10748. }
  10749. },
  10750. "node_modules/jest-watch-typeahead/node_modules/pretty-format": {
  10751. "version": "28.1.3",
  10752. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz",
  10753. "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==",
  10754. "license": "MIT",
  10755. "dependencies": {
  10756. "@jest/schemas": "^28.1.3",
  10757. "ansi-regex": "^5.0.1",
  10758. "ansi-styles": "^5.0.0",
  10759. "react-is": "^18.0.0"
  10760. },
  10761. "engines": {
  10762. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10763. }
  10764. },
  10765. "node_modules/jest-watch-typeahead/node_modules/react-is": {
  10766. "version": "18.3.1",
  10767. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
  10768. "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
  10769. "license": "MIT"
  10770. },
  10771. "node_modules/jest-watch-typeahead/node_modules/slash": {
  10772. "version": "4.0.0",
  10773. "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
  10774. "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
  10775. "license": "MIT",
  10776. "engines": {
  10777. "node": ">=12"
  10778. },
  10779. "funding": {
  10780. "url": "https://github.com/sponsors/sindresorhus"
  10781. }
  10782. },
  10783. "node_modules/jest-watch-typeahead/node_modules/string-length": {
  10784. "version": "5.0.1",
  10785. "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz",
  10786. "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==",
  10787. "license": "MIT",
  10788. "dependencies": {
  10789. "char-regex": "^2.0.0",
  10790. "strip-ansi": "^7.0.1"
  10791. },
  10792. "engines": {
  10793. "node": ">=12.20"
  10794. },
  10795. "funding": {
  10796. "url": "https://github.com/sponsors/sindresorhus"
  10797. }
  10798. },
  10799. "node_modules/jest-watch-typeahead/node_modules/string-length/node_modules/char-regex": {
  10800. "version": "2.0.2",
  10801. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.2.tgz",
  10802. "integrity": "sha512-cbGOjAptfM2LVmWhwRFHEKTPkLwNddVmuqYZQt895yXwAsWsXObCG+YN4DGQ/JBtT4GP1a1lPPdio2z413LmTg==",
  10803. "license": "MIT",
  10804. "engines": {
  10805. "node": ">=12.20"
  10806. }
  10807. },
  10808. "node_modules/jest-watch-typeahead/node_modules/strip-ansi": {
  10809. "version": "7.1.0",
  10810. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  10811. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  10812. "license": "MIT",
  10813. "dependencies": {
  10814. "ansi-regex": "^6.0.1"
  10815. },
  10816. "engines": {
  10817. "node": ">=12"
  10818. },
  10819. "funding": {
  10820. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  10821. }
  10822. },
  10823. "node_modules/jest-watch-typeahead/node_modules/strip-ansi/node_modules/ansi-regex": {
  10824. "version": "6.1.0",
  10825. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
  10826. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  10827. "license": "MIT",
  10828. "engines": {
  10829. "node": ">=12"
  10830. },
  10831. "funding": {
  10832. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  10833. }
  10834. },
  10835. "node_modules/jest-watcher": {
  10836. "version": "27.5.1",
  10837. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
  10838. "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
  10839. "license": "MIT",
  10840. "dependencies": {
  10841. "@jest/test-result": "^27.5.1",
  10842. "@jest/types": "^27.5.1",
  10843. "@types/node": "*",
  10844. "ansi-escapes": "^4.2.1",
  10845. "chalk": "^4.0.0",
  10846. "jest-util": "^27.5.1",
  10847. "string-length": "^4.0.1"
  10848. },
  10849. "engines": {
  10850. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10851. }
  10852. },
  10853. "node_modules/jest-worker": {
  10854. "version": "27.5.1",
  10855. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
  10856. "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
  10857. "license": "MIT",
  10858. "dependencies": {
  10859. "@types/node": "*",
  10860. "merge-stream": "^2.0.0",
  10861. "supports-color": "^8.0.0"
  10862. },
  10863. "engines": {
  10864. "node": ">= 10.13.0"
  10865. }
  10866. },
  10867. "node_modules/jest-worker/node_modules/supports-color": {
  10868. "version": "8.1.1",
  10869. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  10870. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  10871. "license": "MIT",
  10872. "dependencies": {
  10873. "has-flag": "^4.0.0"
  10874. },
  10875. "engines": {
  10876. "node": ">=10"
  10877. },
  10878. "funding": {
  10879. "url": "https://github.com/chalk/supports-color?sponsor=1"
  10880. }
  10881. },
  10882. "node_modules/jiti": {
  10883. "version": "1.21.7",
  10884. "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
  10885. "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
  10886. "license": "MIT",
  10887. "bin": {
  10888. "jiti": "bin/jiti.js"
  10889. }
  10890. },
  10891. "node_modules/js-tokens": {
  10892. "version": "4.0.0",
  10893. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  10894. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  10895. "license": "MIT"
  10896. },
  10897. "node_modules/js-yaml": {
  10898. "version": "3.14.1",
  10899. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
  10900. "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
  10901. "license": "MIT",
  10902. "dependencies": {
  10903. "argparse": "^1.0.7",
  10904. "esprima": "^4.0.0"
  10905. },
  10906. "bin": {
  10907. "js-yaml": "bin/js-yaml.js"
  10908. }
  10909. },
  10910. "node_modules/jsdom": {
  10911. "version": "16.7.0",
  10912. "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
  10913. "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
  10914. "license": "MIT",
  10915. "dependencies": {
  10916. "abab": "^2.0.5",
  10917. "acorn": "^8.2.4",
  10918. "acorn-globals": "^6.0.0",
  10919. "cssom": "^0.4.4",
  10920. "cssstyle": "^2.3.0",
  10921. "data-urls": "^2.0.0",
  10922. "decimal.js": "^10.2.1",
  10923. "domexception": "^2.0.1",
  10924. "escodegen": "^2.0.0",
  10925. "form-data": "^3.0.0",
  10926. "html-encoding-sniffer": "^2.0.1",
  10927. "http-proxy-agent": "^4.0.1",
  10928. "https-proxy-agent": "^5.0.0",
  10929. "is-potential-custom-element-name": "^1.0.1",
  10930. "nwsapi": "^2.2.0",
  10931. "parse5": "6.0.1",
  10932. "saxes": "^5.0.1",
  10933. "symbol-tree": "^3.2.4",
  10934. "tough-cookie": "^4.0.0",
  10935. "w3c-hr-time": "^1.0.2",
  10936. "w3c-xmlserializer": "^2.0.0",
  10937. "webidl-conversions": "^6.1.0",
  10938. "whatwg-encoding": "^1.0.5",
  10939. "whatwg-mimetype": "^2.3.0",
  10940. "whatwg-url": "^8.5.0",
  10941. "ws": "^7.4.6",
  10942. "xml-name-validator": "^3.0.0"
  10943. },
  10944. "engines": {
  10945. "node": ">=10"
  10946. },
  10947. "peerDependencies": {
  10948. "canvas": "^2.5.0"
  10949. },
  10950. "peerDependenciesMeta": {
  10951. "canvas": {
  10952. "optional": true
  10953. }
  10954. }
  10955. },
  10956. "node_modules/jsesc": {
  10957. "version": "3.1.0",
  10958. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  10959. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  10960. "license": "MIT",
  10961. "bin": {
  10962. "jsesc": "bin/jsesc"
  10963. },
  10964. "engines": {
  10965. "node": ">=6"
  10966. }
  10967. },
  10968. "node_modules/json-buffer": {
  10969. "version": "3.0.1",
  10970. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  10971. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  10972. "license": "MIT"
  10973. },
  10974. "node_modules/json-parse-even-better-errors": {
  10975. "version": "2.3.1",
  10976. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  10977. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  10978. "license": "MIT"
  10979. },
  10980. "node_modules/json-schema": {
  10981. "version": "0.4.0",
  10982. "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
  10983. "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
  10984. "license": "(AFL-2.1 OR BSD-3-Clause)"
  10985. },
  10986. "node_modules/json-schema-traverse": {
  10987. "version": "0.4.1",
  10988. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  10989. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  10990. "license": "MIT"
  10991. },
  10992. "node_modules/json-stable-stringify-without-jsonify": {
  10993. "version": "1.0.1",
  10994. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  10995. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  10996. "license": "MIT"
  10997. },
  10998. "node_modules/json5": {
  10999. "version": "2.2.3",
  11000. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  11001. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  11002. "license": "MIT",
  11003. "bin": {
  11004. "json5": "lib/cli.js"
  11005. },
  11006. "engines": {
  11007. "node": ">=6"
  11008. }
  11009. },
  11010. "node_modules/jsonfile": {
  11011. "version": "6.1.0",
  11012. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  11013. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  11014. "license": "MIT",
  11015. "dependencies": {
  11016. "universalify": "^2.0.0"
  11017. },
  11018. "optionalDependencies": {
  11019. "graceful-fs": "^4.1.6"
  11020. }
  11021. },
  11022. "node_modules/jsonpath": {
  11023. "version": "1.1.1",
  11024. "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz",
  11025. "integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==",
  11026. "license": "MIT",
  11027. "dependencies": {
  11028. "esprima": "1.2.2",
  11029. "static-eval": "2.0.2",
  11030. "underscore": "1.12.1"
  11031. }
  11032. },
  11033. "node_modules/jsonpath/node_modules/esprima": {
  11034. "version": "1.2.2",
  11035. "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz",
  11036. "integrity": "sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==",
  11037. "bin": {
  11038. "esparse": "bin/esparse.js",
  11039. "esvalidate": "bin/esvalidate.js"
  11040. },
  11041. "engines": {
  11042. "node": ">=0.4.0"
  11043. }
  11044. },
  11045. "node_modules/jsonpointer": {
  11046. "version": "5.0.1",
  11047. "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
  11048. "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
  11049. "license": "MIT",
  11050. "engines": {
  11051. "node": ">=0.10.0"
  11052. }
  11053. },
  11054. "node_modules/jsx-ast-utils": {
  11055. "version": "3.3.5",
  11056. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  11057. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  11058. "license": "MIT",
  11059. "dependencies": {
  11060. "array-includes": "^3.1.6",
  11061. "array.prototype.flat": "^1.3.1",
  11062. "object.assign": "^4.1.4",
  11063. "object.values": "^1.1.6"
  11064. },
  11065. "engines": {
  11066. "node": ">=4.0"
  11067. }
  11068. },
  11069. "node_modules/keyv": {
  11070. "version": "4.5.4",
  11071. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  11072. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  11073. "license": "MIT",
  11074. "dependencies": {
  11075. "json-buffer": "3.0.1"
  11076. }
  11077. },
  11078. "node_modules/kind-of": {
  11079. "version": "6.0.3",
  11080. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  11081. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  11082. "license": "MIT",
  11083. "engines": {
  11084. "node": ">=0.10.0"
  11085. }
  11086. },
  11087. "node_modules/kleur": {
  11088. "version": "3.0.3",
  11089. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  11090. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  11091. "license": "MIT",
  11092. "engines": {
  11093. "node": ">=6"
  11094. }
  11095. },
  11096. "node_modules/klona": {
  11097. "version": "2.0.6",
  11098. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  11099. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  11100. "license": "MIT",
  11101. "engines": {
  11102. "node": ">= 8"
  11103. }
  11104. },
  11105. "node_modules/language-subtag-registry": {
  11106. "version": "0.3.23",
  11107. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
  11108. "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
  11109. "license": "CC0-1.0"
  11110. },
  11111. "node_modules/language-tags": {
  11112. "version": "1.0.9",
  11113. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
  11114. "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
  11115. "license": "MIT",
  11116. "dependencies": {
  11117. "language-subtag-registry": "^0.3.20"
  11118. },
  11119. "engines": {
  11120. "node": ">=0.10"
  11121. }
  11122. },
  11123. "node_modules/launch-editor": {
  11124. "version": "2.10.0",
  11125. "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.10.0.tgz",
  11126. "integrity": "sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==",
  11127. "license": "MIT",
  11128. "dependencies": {
  11129. "picocolors": "^1.0.0",
  11130. "shell-quote": "^1.8.1"
  11131. }
  11132. },
  11133. "node_modules/leven": {
  11134. "version": "3.1.0",
  11135. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  11136. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  11137. "license": "MIT",
  11138. "engines": {
  11139. "node": ">=6"
  11140. }
  11141. },
  11142. "node_modules/levn": {
  11143. "version": "0.4.1",
  11144. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  11145. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  11146. "license": "MIT",
  11147. "dependencies": {
  11148. "prelude-ls": "^1.2.1",
  11149. "type-check": "~0.4.0"
  11150. },
  11151. "engines": {
  11152. "node": ">= 0.8.0"
  11153. }
  11154. },
  11155. "node_modules/lilconfig": {
  11156. "version": "2.1.0",
  11157. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
  11158. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  11159. "license": "MIT",
  11160. "engines": {
  11161. "node": ">=10"
  11162. }
  11163. },
  11164. "node_modules/lines-and-columns": {
  11165. "version": "1.2.4",
  11166. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  11167. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  11168. "license": "MIT"
  11169. },
  11170. "node_modules/loader-runner": {
  11171. "version": "4.3.0",
  11172. "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
  11173. "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==",
  11174. "license": "MIT",
  11175. "engines": {
  11176. "node": ">=6.11.5"
  11177. }
  11178. },
  11179. "node_modules/loader-utils": {
  11180. "version": "2.0.4",
  11181. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz",
  11182. "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
  11183. "license": "MIT",
  11184. "dependencies": {
  11185. "big.js": "^5.2.2",
  11186. "emojis-list": "^3.0.0",
  11187. "json5": "^2.1.2"
  11188. },
  11189. "engines": {
  11190. "node": ">=8.9.0"
  11191. }
  11192. },
  11193. "node_modules/locate-path": {
  11194. "version": "5.0.0",
  11195. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  11196. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  11197. "license": "MIT",
  11198. "dependencies": {
  11199. "p-locate": "^4.1.0"
  11200. },
  11201. "engines": {
  11202. "node": ">=8"
  11203. }
  11204. },
  11205. "node_modules/lodash": {
  11206. "version": "4.17.21",
  11207. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  11208. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  11209. "license": "MIT"
  11210. },
  11211. "node_modules/lodash.debounce": {
  11212. "version": "4.0.8",
  11213. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  11214. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  11215. "license": "MIT"
  11216. },
  11217. "node_modules/lodash.memoize": {
  11218. "version": "4.1.2",
  11219. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  11220. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
  11221. "license": "MIT"
  11222. },
  11223. "node_modules/lodash.merge": {
  11224. "version": "4.6.2",
  11225. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  11226. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  11227. "license": "MIT"
  11228. },
  11229. "node_modules/lodash.sortby": {
  11230. "version": "4.7.0",
  11231. "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
  11232. "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==",
  11233. "license": "MIT"
  11234. },
  11235. "node_modules/lodash.uniq": {
  11236. "version": "4.5.0",
  11237. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  11238. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
  11239. "license": "MIT"
  11240. },
  11241. "node_modules/loose-envify": {
  11242. "version": "1.4.0",
  11243. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  11244. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  11245. "license": "MIT",
  11246. "dependencies": {
  11247. "js-tokens": "^3.0.0 || ^4.0.0"
  11248. },
  11249. "bin": {
  11250. "loose-envify": "cli.js"
  11251. }
  11252. },
  11253. "node_modules/lower-case": {
  11254. "version": "2.0.2",
  11255. "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
  11256. "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
  11257. "license": "MIT",
  11258. "dependencies": {
  11259. "tslib": "^2.0.3"
  11260. }
  11261. },
  11262. "node_modules/lru-cache": {
  11263. "version": "5.1.1",
  11264. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  11265. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  11266. "license": "ISC",
  11267. "dependencies": {
  11268. "yallist": "^3.0.2"
  11269. }
  11270. },
  11271. "node_modules/lz-string": {
  11272. "version": "1.5.0",
  11273. "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz",
  11274. "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==",
  11275. "license": "MIT",
  11276. "bin": {
  11277. "lz-string": "bin/bin.js"
  11278. }
  11279. },
  11280. "node_modules/magic-string": {
  11281. "version": "0.25.9",
  11282. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
  11283. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  11284. "license": "MIT",
  11285. "dependencies": {
  11286. "sourcemap-codec": "^1.4.8"
  11287. }
  11288. },
  11289. "node_modules/make-dir": {
  11290. "version": "3.1.0",
  11291. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  11292. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  11293. "license": "MIT",
  11294. "dependencies": {
  11295. "semver": "^6.0.0"
  11296. },
  11297. "engines": {
  11298. "node": ">=8"
  11299. },
  11300. "funding": {
  11301. "url": "https://github.com/sponsors/sindresorhus"
  11302. }
  11303. },
  11304. "node_modules/make-dir/node_modules/semver": {
  11305. "version": "6.3.1",
  11306. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  11307. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  11308. "license": "ISC",
  11309. "bin": {
  11310. "semver": "bin/semver.js"
  11311. }
  11312. },
  11313. "node_modules/makeerror": {
  11314. "version": "1.0.12",
  11315. "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
  11316. "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
  11317. "license": "BSD-3-Clause",
  11318. "dependencies": {
  11319. "tmpl": "1.0.5"
  11320. }
  11321. },
  11322. "node_modules/math-intrinsics": {
  11323. "version": "1.1.0",
  11324. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  11325. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  11326. "license": "MIT",
  11327. "engines": {
  11328. "node": ">= 0.4"
  11329. }
  11330. },
  11331. "node_modules/mdn-data": {
  11332. "version": "2.0.4",
  11333. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
  11334. "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==",
  11335. "license": "CC0-1.0"
  11336. },
  11337. "node_modules/media-typer": {
  11338. "version": "0.3.0",
  11339. "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
  11340. "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
  11341. "license": "MIT",
  11342. "engines": {
  11343. "node": ">= 0.6"
  11344. }
  11345. },
  11346. "node_modules/memfs": {
  11347. "version": "3.5.3",
  11348. "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz",
  11349. "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==",
  11350. "license": "Unlicense",
  11351. "dependencies": {
  11352. "fs-monkey": "^1.0.4"
  11353. },
  11354. "engines": {
  11355. "node": ">= 4.0.0"
  11356. }
  11357. },
  11358. "node_modules/merge-descriptors": {
  11359. "version": "1.0.3",
  11360. "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
  11361. "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
  11362. "license": "MIT",
  11363. "funding": {
  11364. "url": "https://github.com/sponsors/sindresorhus"
  11365. }
  11366. },
  11367. "node_modules/merge-stream": {
  11368. "version": "2.0.0",
  11369. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  11370. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  11371. "license": "MIT"
  11372. },
  11373. "node_modules/merge2": {
  11374. "version": "1.4.1",
  11375. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  11376. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  11377. "license": "MIT",
  11378. "engines": {
  11379. "node": ">= 8"
  11380. }
  11381. },
  11382. "node_modules/methods": {
  11383. "version": "1.1.2",
  11384. "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
  11385. "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
  11386. "license": "MIT",
  11387. "engines": {
  11388. "node": ">= 0.6"
  11389. }
  11390. },
  11391. "node_modules/micromatch": {
  11392. "version": "4.0.8",
  11393. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  11394. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  11395. "license": "MIT",
  11396. "dependencies": {
  11397. "braces": "^3.0.3",
  11398. "picomatch": "^2.3.1"
  11399. },
  11400. "engines": {
  11401. "node": ">=8.6"
  11402. }
  11403. },
  11404. "node_modules/mime": {
  11405. "version": "1.6.0",
  11406. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  11407. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  11408. "license": "MIT",
  11409. "bin": {
  11410. "mime": "cli.js"
  11411. },
  11412. "engines": {
  11413. "node": ">=4"
  11414. }
  11415. },
  11416. "node_modules/mime-db": {
  11417. "version": "1.52.0",
  11418. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  11419. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  11420. "license": "MIT",
  11421. "engines": {
  11422. "node": ">= 0.6"
  11423. }
  11424. },
  11425. "node_modules/mime-types": {
  11426. "version": "2.1.35",
  11427. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  11428. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  11429. "license": "MIT",
  11430. "dependencies": {
  11431. "mime-db": "1.52.0"
  11432. },
  11433. "engines": {
  11434. "node": ">= 0.6"
  11435. }
  11436. },
  11437. "node_modules/mimic-fn": {
  11438. "version": "2.1.0",
  11439. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  11440. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  11441. "license": "MIT",
  11442. "engines": {
  11443. "node": ">=6"
  11444. }
  11445. },
  11446. "node_modules/min-indent": {
  11447. "version": "1.0.1",
  11448. "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
  11449. "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
  11450. "license": "MIT",
  11451. "engines": {
  11452. "node": ">=4"
  11453. }
  11454. },
  11455. "node_modules/mini-css-extract-plugin": {
  11456. "version": "2.9.2",
  11457. "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz",
  11458. "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==",
  11459. "license": "MIT",
  11460. "dependencies": {
  11461. "schema-utils": "^4.0.0",
  11462. "tapable": "^2.2.1"
  11463. },
  11464. "engines": {
  11465. "node": ">= 12.13.0"
  11466. },
  11467. "funding": {
  11468. "type": "opencollective",
  11469. "url": "https://opencollective.com/webpack"
  11470. },
  11471. "peerDependencies": {
  11472. "webpack": "^5.0.0"
  11473. }
  11474. },
  11475. "node_modules/minimalistic-assert": {
  11476. "version": "1.0.1",
  11477. "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
  11478. "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
  11479. "license": "ISC"
  11480. },
  11481. "node_modules/minimatch": {
  11482. "version": "3.1.2",
  11483. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  11484. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  11485. "license": "ISC",
  11486. "dependencies": {
  11487. "brace-expansion": "^1.1.7"
  11488. },
  11489. "engines": {
  11490. "node": "*"
  11491. }
  11492. },
  11493. "node_modules/minimist": {
  11494. "version": "1.2.8",
  11495. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  11496. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  11497. "license": "MIT",
  11498. "funding": {
  11499. "url": "https://github.com/sponsors/ljharb"
  11500. }
  11501. },
  11502. "node_modules/minipass": {
  11503. "version": "7.1.2",
  11504. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
  11505. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  11506. "license": "ISC",
  11507. "engines": {
  11508. "node": ">=16 || 14 >=14.17"
  11509. }
  11510. },
  11511. "node_modules/mkdirp": {
  11512. "version": "0.5.6",
  11513. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
  11514. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  11515. "license": "MIT",
  11516. "dependencies": {
  11517. "minimist": "^1.2.6"
  11518. },
  11519. "bin": {
  11520. "mkdirp": "bin/cmd.js"
  11521. }
  11522. },
  11523. "node_modules/ms": {
  11524. "version": "2.1.3",
  11525. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  11526. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  11527. "license": "MIT"
  11528. },
  11529. "node_modules/multicast-dns": {
  11530. "version": "7.2.5",
  11531. "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz",
  11532. "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==",
  11533. "license": "MIT",
  11534. "dependencies": {
  11535. "dns-packet": "^5.2.2",
  11536. "thunky": "^1.0.2"
  11537. },
  11538. "bin": {
  11539. "multicast-dns": "cli.js"
  11540. }
  11541. },
  11542. "node_modules/mz": {
  11543. "version": "2.7.0",
  11544. "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
  11545. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  11546. "license": "MIT",
  11547. "dependencies": {
  11548. "any-promise": "^1.0.0",
  11549. "object-assign": "^4.0.1",
  11550. "thenify-all": "^1.0.0"
  11551. }
  11552. },
  11553. "node_modules/nanoid": {
  11554. "version": "3.3.8",
  11555. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
  11556. "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
  11557. "funding": [
  11558. {
  11559. "type": "github",
  11560. "url": "https://github.com/sponsors/ai"
  11561. }
  11562. ],
  11563. "license": "MIT",
  11564. "bin": {
  11565. "nanoid": "bin/nanoid.cjs"
  11566. },
  11567. "engines": {
  11568. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  11569. }
  11570. },
  11571. "node_modules/natural-compare": {
  11572. "version": "1.4.0",
  11573. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  11574. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  11575. "license": "MIT"
  11576. },
  11577. "node_modules/natural-compare-lite": {
  11578. "version": "1.4.0",
  11579. "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
  11580. "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
  11581. "license": "MIT"
  11582. },
  11583. "node_modules/negotiator": {
  11584. "version": "0.6.4",
  11585. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",
  11586. "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
  11587. "license": "MIT",
  11588. "engines": {
  11589. "node": ">= 0.6"
  11590. }
  11591. },
  11592. "node_modules/neo-async": {
  11593. "version": "2.6.2",
  11594. "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  11595. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
  11596. "license": "MIT"
  11597. },
  11598. "node_modules/no-case": {
  11599. "version": "3.0.4",
  11600. "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
  11601. "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
  11602. "license": "MIT",
  11603. "dependencies": {
  11604. "lower-case": "^2.0.2",
  11605. "tslib": "^2.0.3"
  11606. }
  11607. },
  11608. "node_modules/node-forge": {
  11609. "version": "1.3.1",
  11610. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
  11611. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
  11612. "license": "(BSD-3-Clause OR GPL-2.0)",
  11613. "engines": {
  11614. "node": ">= 6.13.0"
  11615. }
  11616. },
  11617. "node_modules/node-int64": {
  11618. "version": "0.4.0",
  11619. "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
  11620. "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
  11621. "license": "MIT"
  11622. },
  11623. "node_modules/node-releases": {
  11624. "version": "2.0.19",
  11625. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz",
  11626. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
  11627. "license": "MIT"
  11628. },
  11629. "node_modules/normalize-path": {
  11630. "version": "3.0.0",
  11631. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  11632. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  11633. "license": "MIT",
  11634. "engines": {
  11635. "node": ">=0.10.0"
  11636. }
  11637. },
  11638. "node_modules/normalize-range": {
  11639. "version": "0.1.2",
  11640. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  11641. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  11642. "license": "MIT",
  11643. "engines": {
  11644. "node": ">=0.10.0"
  11645. }
  11646. },
  11647. "node_modules/normalize-url": {
  11648. "version": "6.1.0",
  11649. "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
  11650. "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
  11651. "license": "MIT",
  11652. "engines": {
  11653. "node": ">=10"
  11654. },
  11655. "funding": {
  11656. "url": "https://github.com/sponsors/sindresorhus"
  11657. }
  11658. },
  11659. "node_modules/npm-run-path": {
  11660. "version": "4.0.1",
  11661. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  11662. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  11663. "license": "MIT",
  11664. "dependencies": {
  11665. "path-key": "^3.0.0"
  11666. },
  11667. "engines": {
  11668. "node": ">=8"
  11669. }
  11670. },
  11671. "node_modules/nth-check": {
  11672. "version": "2.1.1",
  11673. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  11674. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  11675. "license": "BSD-2-Clause",
  11676. "dependencies": {
  11677. "boolbase": "^1.0.0"
  11678. },
  11679. "funding": {
  11680. "url": "https://github.com/fb55/nth-check?sponsor=1"
  11681. }
  11682. },
  11683. "node_modules/nwsapi": {
  11684. "version": "2.2.16",
  11685. "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.16.tgz",
  11686. "integrity": "sha512-F1I/bimDpj3ncaNDhfyMWuFqmQDBwDB0Fogc2qpL3BWvkQteFD/8BzWuIRl83rq0DXfm8SGt/HFhLXZyljTXcQ==",
  11687. "license": "MIT"
  11688. },
  11689. "node_modules/object-assign": {
  11690. "version": "4.1.1",
  11691. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  11692. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  11693. "license": "MIT",
  11694. "engines": {
  11695. "node": ">=0.10.0"
  11696. }
  11697. },
  11698. "node_modules/object-hash": {
  11699. "version": "3.0.0",
  11700. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  11701. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  11702. "license": "MIT",
  11703. "engines": {
  11704. "node": ">= 6"
  11705. }
  11706. },
  11707. "node_modules/object-inspect": {
  11708. "version": "1.13.4",
  11709. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  11710. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  11711. "license": "MIT",
  11712. "engines": {
  11713. "node": ">= 0.4"
  11714. },
  11715. "funding": {
  11716. "url": "https://github.com/sponsors/ljharb"
  11717. }
  11718. },
  11719. "node_modules/object-keys": {
  11720. "version": "1.1.1",
  11721. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  11722. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  11723. "license": "MIT",
  11724. "engines": {
  11725. "node": ">= 0.4"
  11726. }
  11727. },
  11728. "node_modules/object.assign": {
  11729. "version": "4.1.7",
  11730. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
  11731. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  11732. "license": "MIT",
  11733. "dependencies": {
  11734. "call-bind": "^1.0.8",
  11735. "call-bound": "^1.0.3",
  11736. "define-properties": "^1.2.1",
  11737. "es-object-atoms": "^1.0.0",
  11738. "has-symbols": "^1.1.0",
  11739. "object-keys": "^1.1.1"
  11740. },
  11741. "engines": {
  11742. "node": ">= 0.4"
  11743. },
  11744. "funding": {
  11745. "url": "https://github.com/sponsors/ljharb"
  11746. }
  11747. },
  11748. "node_modules/object.entries": {
  11749. "version": "1.1.8",
  11750. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz",
  11751. "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==",
  11752. "license": "MIT",
  11753. "dependencies": {
  11754. "call-bind": "^1.0.7",
  11755. "define-properties": "^1.2.1",
  11756. "es-object-atoms": "^1.0.0"
  11757. },
  11758. "engines": {
  11759. "node": ">= 0.4"
  11760. }
  11761. },
  11762. "node_modules/object.fromentries": {
  11763. "version": "2.0.8",
  11764. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  11765. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  11766. "license": "MIT",
  11767. "dependencies": {
  11768. "call-bind": "^1.0.7",
  11769. "define-properties": "^1.2.1",
  11770. "es-abstract": "^1.23.2",
  11771. "es-object-atoms": "^1.0.0"
  11772. },
  11773. "engines": {
  11774. "node": ">= 0.4"
  11775. },
  11776. "funding": {
  11777. "url": "https://github.com/sponsors/ljharb"
  11778. }
  11779. },
  11780. "node_modules/object.getownpropertydescriptors": {
  11781. "version": "2.1.8",
  11782. "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.8.tgz",
  11783. "integrity": "sha512-qkHIGe4q0lSYMv0XI4SsBTJz3WaURhLvd0lKSgtVuOsJ2krg4SgMw3PIRQFMp07yi++UR3se2mkcLqsBNpBb/A==",
  11784. "license": "MIT",
  11785. "dependencies": {
  11786. "array.prototype.reduce": "^1.0.6",
  11787. "call-bind": "^1.0.7",
  11788. "define-properties": "^1.2.1",
  11789. "es-abstract": "^1.23.2",
  11790. "es-object-atoms": "^1.0.0",
  11791. "gopd": "^1.0.1",
  11792. "safe-array-concat": "^1.1.2"
  11793. },
  11794. "engines": {
  11795. "node": ">= 0.8"
  11796. },
  11797. "funding": {
  11798. "url": "https://github.com/sponsors/ljharb"
  11799. }
  11800. },
  11801. "node_modules/object.groupby": {
  11802. "version": "1.0.3",
  11803. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
  11804. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  11805. "license": "MIT",
  11806. "dependencies": {
  11807. "call-bind": "^1.0.7",
  11808. "define-properties": "^1.2.1",
  11809. "es-abstract": "^1.23.2"
  11810. },
  11811. "engines": {
  11812. "node": ">= 0.4"
  11813. }
  11814. },
  11815. "node_modules/object.values": {
  11816. "version": "1.2.1",
  11817. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
  11818. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  11819. "license": "MIT",
  11820. "dependencies": {
  11821. "call-bind": "^1.0.8",
  11822. "call-bound": "^1.0.3",
  11823. "define-properties": "^1.2.1",
  11824. "es-object-atoms": "^1.0.0"
  11825. },
  11826. "engines": {
  11827. "node": ">= 0.4"
  11828. },
  11829. "funding": {
  11830. "url": "https://github.com/sponsors/ljharb"
  11831. }
  11832. },
  11833. "node_modules/obuf": {
  11834. "version": "1.1.2",
  11835. "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
  11836. "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
  11837. "license": "MIT"
  11838. },
  11839. "node_modules/on-finished": {
  11840. "version": "2.4.1",
  11841. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  11842. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  11843. "license": "MIT",
  11844. "dependencies": {
  11845. "ee-first": "1.1.1"
  11846. },
  11847. "engines": {
  11848. "node": ">= 0.8"
  11849. }
  11850. },
  11851. "node_modules/on-headers": {
  11852. "version": "1.0.2",
  11853. "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
  11854. "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
  11855. "license": "MIT",
  11856. "engines": {
  11857. "node": ">= 0.8"
  11858. }
  11859. },
  11860. "node_modules/once": {
  11861. "version": "1.4.0",
  11862. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  11863. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  11864. "license": "ISC",
  11865. "dependencies": {
  11866. "wrappy": "1"
  11867. }
  11868. },
  11869. "node_modules/onetime": {
  11870. "version": "5.1.2",
  11871. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  11872. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  11873. "license": "MIT",
  11874. "dependencies": {
  11875. "mimic-fn": "^2.1.0"
  11876. },
  11877. "engines": {
  11878. "node": ">=6"
  11879. },
  11880. "funding": {
  11881. "url": "https://github.com/sponsors/sindresorhus"
  11882. }
  11883. },
  11884. "node_modules/open": {
  11885. "version": "8.4.2",
  11886. "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
  11887. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  11888. "license": "MIT",
  11889. "dependencies": {
  11890. "define-lazy-prop": "^2.0.0",
  11891. "is-docker": "^2.1.1",
  11892. "is-wsl": "^2.2.0"
  11893. },
  11894. "engines": {
  11895. "node": ">=12"
  11896. },
  11897. "funding": {
  11898. "url": "https://github.com/sponsors/sindresorhus"
  11899. }
  11900. },
  11901. "node_modules/optionator": {
  11902. "version": "0.9.4",
  11903. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  11904. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  11905. "license": "MIT",
  11906. "dependencies": {
  11907. "deep-is": "^0.1.3",
  11908. "fast-levenshtein": "^2.0.6",
  11909. "levn": "^0.4.1",
  11910. "prelude-ls": "^1.2.1",
  11911. "type-check": "^0.4.0",
  11912. "word-wrap": "^1.2.5"
  11913. },
  11914. "engines": {
  11915. "node": ">= 0.8.0"
  11916. }
  11917. },
  11918. "node_modules/own-keys": {
  11919. "version": "1.0.1",
  11920. "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
  11921. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  11922. "license": "MIT",
  11923. "dependencies": {
  11924. "get-intrinsic": "^1.2.6",
  11925. "object-keys": "^1.1.1",
  11926. "safe-push-apply": "^1.0.0"
  11927. },
  11928. "engines": {
  11929. "node": ">= 0.4"
  11930. },
  11931. "funding": {
  11932. "url": "https://github.com/sponsors/ljharb"
  11933. }
  11934. },
  11935. "node_modules/p-limit": {
  11936. "version": "2.3.0",
  11937. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  11938. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  11939. "license": "MIT",
  11940. "dependencies": {
  11941. "p-try": "^2.0.0"
  11942. },
  11943. "engines": {
  11944. "node": ">=6"
  11945. },
  11946. "funding": {
  11947. "url": "https://github.com/sponsors/sindresorhus"
  11948. }
  11949. },
  11950. "node_modules/p-locate": {
  11951. "version": "4.1.0",
  11952. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  11953. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  11954. "license": "MIT",
  11955. "dependencies": {
  11956. "p-limit": "^2.2.0"
  11957. },
  11958. "engines": {
  11959. "node": ">=8"
  11960. }
  11961. },
  11962. "node_modules/p-retry": {
  11963. "version": "4.6.2",
  11964. "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
  11965. "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
  11966. "license": "MIT",
  11967. "dependencies": {
  11968. "@types/retry": "0.12.0",
  11969. "retry": "^0.13.1"
  11970. },
  11971. "engines": {
  11972. "node": ">=8"
  11973. }
  11974. },
  11975. "node_modules/p-try": {
  11976. "version": "2.2.0",
  11977. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  11978. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  11979. "license": "MIT",
  11980. "engines": {
  11981. "node": ">=6"
  11982. }
  11983. },
  11984. "node_modules/package-json-from-dist": {
  11985. "version": "1.0.1",
  11986. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  11987. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  11988. "license": "BlueOak-1.0.0"
  11989. },
  11990. "node_modules/param-case": {
  11991. "version": "3.0.4",
  11992. "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
  11993. "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
  11994. "license": "MIT",
  11995. "dependencies": {
  11996. "dot-case": "^3.0.4",
  11997. "tslib": "^2.0.3"
  11998. }
  11999. },
  12000. "node_modules/parent-module": {
  12001. "version": "1.0.1",
  12002. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  12003. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  12004. "license": "MIT",
  12005. "dependencies": {
  12006. "callsites": "^3.0.0"
  12007. },
  12008. "engines": {
  12009. "node": ">=6"
  12010. }
  12011. },
  12012. "node_modules/parse-json": {
  12013. "version": "5.2.0",
  12014. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  12015. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  12016. "license": "MIT",
  12017. "dependencies": {
  12018. "@babel/code-frame": "^7.0.0",
  12019. "error-ex": "^1.3.1",
  12020. "json-parse-even-better-errors": "^2.3.0",
  12021. "lines-and-columns": "^1.1.6"
  12022. },
  12023. "engines": {
  12024. "node": ">=8"
  12025. },
  12026. "funding": {
  12027. "url": "https://github.com/sponsors/sindresorhus"
  12028. }
  12029. },
  12030. "node_modules/parse5": {
  12031. "version": "6.0.1",
  12032. "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
  12033. "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
  12034. "license": "MIT"
  12035. },
  12036. "node_modules/parseurl": {
  12037. "version": "1.3.3",
  12038. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  12039. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  12040. "license": "MIT",
  12041. "engines": {
  12042. "node": ">= 0.8"
  12043. }
  12044. },
  12045. "node_modules/pascal-case": {
  12046. "version": "3.1.2",
  12047. "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
  12048. "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
  12049. "license": "MIT",
  12050. "dependencies": {
  12051. "no-case": "^3.0.4",
  12052. "tslib": "^2.0.3"
  12053. }
  12054. },
  12055. "node_modules/path-exists": {
  12056. "version": "4.0.0",
  12057. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  12058. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  12059. "license": "MIT",
  12060. "engines": {
  12061. "node": ">=8"
  12062. }
  12063. },
  12064. "node_modules/path-is-absolute": {
  12065. "version": "1.0.1",
  12066. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  12067. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  12068. "license": "MIT",
  12069. "engines": {
  12070. "node": ">=0.10.0"
  12071. }
  12072. },
  12073. "node_modules/path-key": {
  12074. "version": "3.1.1",
  12075. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  12076. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  12077. "license": "MIT",
  12078. "engines": {
  12079. "node": ">=8"
  12080. }
  12081. },
  12082. "node_modules/path-parse": {
  12083. "version": "1.0.7",
  12084. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  12085. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  12086. "license": "MIT"
  12087. },
  12088. "node_modules/path-scurry": {
  12089. "version": "1.11.1",
  12090. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  12091. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  12092. "license": "BlueOak-1.0.0",
  12093. "dependencies": {
  12094. "lru-cache": "^10.2.0",
  12095. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  12096. },
  12097. "engines": {
  12098. "node": ">=16 || 14 >=14.18"
  12099. },
  12100. "funding": {
  12101. "url": "https://github.com/sponsors/isaacs"
  12102. }
  12103. },
  12104. "node_modules/path-scurry/node_modules/lru-cache": {
  12105. "version": "10.4.3",
  12106. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  12107. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  12108. "license": "ISC"
  12109. },
  12110. "node_modules/path-to-regexp": {
  12111. "version": "0.1.12",
  12112. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
  12113. "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
  12114. "license": "MIT"
  12115. },
  12116. "node_modules/path-type": {
  12117. "version": "4.0.0",
  12118. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  12119. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  12120. "license": "MIT",
  12121. "engines": {
  12122. "node": ">=8"
  12123. }
  12124. },
  12125. "node_modules/performance-now": {
  12126. "version": "2.1.0",
  12127. "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
  12128. "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==",
  12129. "license": "MIT"
  12130. },
  12131. "node_modules/picocolors": {
  12132. "version": "1.1.1",
  12133. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  12134. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  12135. "license": "ISC"
  12136. },
  12137. "node_modules/picomatch": {
  12138. "version": "2.3.1",
  12139. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  12140. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  12141. "license": "MIT",
  12142. "engines": {
  12143. "node": ">=8.6"
  12144. },
  12145. "funding": {
  12146. "url": "https://github.com/sponsors/jonschlinkert"
  12147. }
  12148. },
  12149. "node_modules/pify": {
  12150. "version": "2.3.0",
  12151. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  12152. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  12153. "license": "MIT",
  12154. "engines": {
  12155. "node": ">=0.10.0"
  12156. }
  12157. },
  12158. "node_modules/pirates": {
  12159. "version": "4.0.6",
  12160. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
  12161. "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
  12162. "license": "MIT",
  12163. "engines": {
  12164. "node": ">= 6"
  12165. }
  12166. },
  12167. "node_modules/pkg-dir": {
  12168. "version": "4.2.0",
  12169. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  12170. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  12171. "license": "MIT",
  12172. "dependencies": {
  12173. "find-up": "^4.0.0"
  12174. },
  12175. "engines": {
  12176. "node": ">=8"
  12177. }
  12178. },
  12179. "node_modules/pkg-up": {
  12180. "version": "3.1.0",
  12181. "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
  12182. "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
  12183. "license": "MIT",
  12184. "dependencies": {
  12185. "find-up": "^3.0.0"
  12186. },
  12187. "engines": {
  12188. "node": ">=8"
  12189. }
  12190. },
  12191. "node_modules/pkg-up/node_modules/find-up": {
  12192. "version": "3.0.0",
  12193. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  12194. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  12195. "license": "MIT",
  12196. "dependencies": {
  12197. "locate-path": "^3.0.0"
  12198. },
  12199. "engines": {
  12200. "node": ">=6"
  12201. }
  12202. },
  12203. "node_modules/pkg-up/node_modules/locate-path": {
  12204. "version": "3.0.0",
  12205. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  12206. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  12207. "license": "MIT",
  12208. "dependencies": {
  12209. "p-locate": "^3.0.0",
  12210. "path-exists": "^3.0.0"
  12211. },
  12212. "engines": {
  12213. "node": ">=6"
  12214. }
  12215. },
  12216. "node_modules/pkg-up/node_modules/p-locate": {
  12217. "version": "3.0.0",
  12218. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  12219. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  12220. "license": "MIT",
  12221. "dependencies": {
  12222. "p-limit": "^2.0.0"
  12223. },
  12224. "engines": {
  12225. "node": ">=6"
  12226. }
  12227. },
  12228. "node_modules/pkg-up/node_modules/path-exists": {
  12229. "version": "3.0.0",
  12230. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  12231. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  12232. "license": "MIT",
  12233. "engines": {
  12234. "node": ">=4"
  12235. }
  12236. },
  12237. "node_modules/possible-typed-array-names": {
  12238. "version": "1.1.0",
  12239. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  12240. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  12241. "license": "MIT",
  12242. "engines": {
  12243. "node": ">= 0.4"
  12244. }
  12245. },
  12246. "node_modules/postcss": {
  12247. "version": "8.5.3",
  12248. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
  12249. "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
  12250. "funding": [
  12251. {
  12252. "type": "opencollective",
  12253. "url": "https://opencollective.com/postcss/"
  12254. },
  12255. {
  12256. "type": "tidelift",
  12257. "url": "https://tidelift.com/funding/github/npm/postcss"
  12258. },
  12259. {
  12260. "type": "github",
  12261. "url": "https://github.com/sponsors/ai"
  12262. }
  12263. ],
  12264. "license": "MIT",
  12265. "dependencies": {
  12266. "nanoid": "^3.3.8",
  12267. "picocolors": "^1.1.1",
  12268. "source-map-js": "^1.2.1"
  12269. },
  12270. "engines": {
  12271. "node": "^10 || ^12 || >=14"
  12272. }
  12273. },
  12274. "node_modules/postcss-attribute-case-insensitive": {
  12275. "version": "5.0.2",
  12276. "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz",
  12277. "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==",
  12278. "license": "MIT",
  12279. "dependencies": {
  12280. "postcss-selector-parser": "^6.0.10"
  12281. },
  12282. "engines": {
  12283. "node": "^12 || ^14 || >=16"
  12284. },
  12285. "funding": {
  12286. "type": "opencollective",
  12287. "url": "https://opencollective.com/csstools"
  12288. },
  12289. "peerDependencies": {
  12290. "postcss": "^8.2"
  12291. }
  12292. },
  12293. "node_modules/postcss-browser-comments": {
  12294. "version": "4.0.0",
  12295. "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz",
  12296. "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==",
  12297. "license": "CC0-1.0",
  12298. "engines": {
  12299. "node": ">=8"
  12300. },
  12301. "peerDependencies": {
  12302. "browserslist": ">=4",
  12303. "postcss": ">=8"
  12304. }
  12305. },
  12306. "node_modules/postcss-calc": {
  12307. "version": "8.2.4",
  12308. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz",
  12309. "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
  12310. "license": "MIT",
  12311. "dependencies": {
  12312. "postcss-selector-parser": "^6.0.9",
  12313. "postcss-value-parser": "^4.2.0"
  12314. },
  12315. "peerDependencies": {
  12316. "postcss": "^8.2.2"
  12317. }
  12318. },
  12319. "node_modules/postcss-clamp": {
  12320. "version": "4.1.0",
  12321. "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz",
  12322. "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==",
  12323. "license": "MIT",
  12324. "dependencies": {
  12325. "postcss-value-parser": "^4.2.0"
  12326. },
  12327. "engines": {
  12328. "node": ">=7.6.0"
  12329. },
  12330. "peerDependencies": {
  12331. "postcss": "^8.4.6"
  12332. }
  12333. },
  12334. "node_modules/postcss-color-functional-notation": {
  12335. "version": "4.2.4",
  12336. "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz",
  12337. "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==",
  12338. "license": "CC0-1.0",
  12339. "dependencies": {
  12340. "postcss-value-parser": "^4.2.0"
  12341. },
  12342. "engines": {
  12343. "node": "^12 || ^14 || >=16"
  12344. },
  12345. "funding": {
  12346. "type": "opencollective",
  12347. "url": "https://opencollective.com/csstools"
  12348. },
  12349. "peerDependencies": {
  12350. "postcss": "^8.2"
  12351. }
  12352. },
  12353. "node_modules/postcss-color-hex-alpha": {
  12354. "version": "8.0.4",
  12355. "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz",
  12356. "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==",
  12357. "license": "MIT",
  12358. "dependencies": {
  12359. "postcss-value-parser": "^4.2.0"
  12360. },
  12361. "engines": {
  12362. "node": "^12 || ^14 || >=16"
  12363. },
  12364. "funding": {
  12365. "type": "opencollective",
  12366. "url": "https://opencollective.com/csstools"
  12367. },
  12368. "peerDependencies": {
  12369. "postcss": "^8.4"
  12370. }
  12371. },
  12372. "node_modules/postcss-color-rebeccapurple": {
  12373. "version": "7.1.1",
  12374. "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz",
  12375. "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==",
  12376. "license": "CC0-1.0",
  12377. "dependencies": {
  12378. "postcss-value-parser": "^4.2.0"
  12379. },
  12380. "engines": {
  12381. "node": "^12 || ^14 || >=16"
  12382. },
  12383. "funding": {
  12384. "type": "opencollective",
  12385. "url": "https://opencollective.com/csstools"
  12386. },
  12387. "peerDependencies": {
  12388. "postcss": "^8.2"
  12389. }
  12390. },
  12391. "node_modules/postcss-colormin": {
  12392. "version": "5.3.1",
  12393. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz",
  12394. "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==",
  12395. "license": "MIT",
  12396. "dependencies": {
  12397. "browserslist": "^4.21.4",
  12398. "caniuse-api": "^3.0.0",
  12399. "colord": "^2.9.1",
  12400. "postcss-value-parser": "^4.2.0"
  12401. },
  12402. "engines": {
  12403. "node": "^10 || ^12 || >=14.0"
  12404. },
  12405. "peerDependencies": {
  12406. "postcss": "^8.2.15"
  12407. }
  12408. },
  12409. "node_modules/postcss-convert-values": {
  12410. "version": "5.1.3",
  12411. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz",
  12412. "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==",
  12413. "license": "MIT",
  12414. "dependencies": {
  12415. "browserslist": "^4.21.4",
  12416. "postcss-value-parser": "^4.2.0"
  12417. },
  12418. "engines": {
  12419. "node": "^10 || ^12 || >=14.0"
  12420. },
  12421. "peerDependencies": {
  12422. "postcss": "^8.2.15"
  12423. }
  12424. },
  12425. "node_modules/postcss-custom-media": {
  12426. "version": "8.0.2",
  12427. "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz",
  12428. "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==",
  12429. "license": "MIT",
  12430. "dependencies": {
  12431. "postcss-value-parser": "^4.2.0"
  12432. },
  12433. "engines": {
  12434. "node": "^12 || ^14 || >=16"
  12435. },
  12436. "funding": {
  12437. "type": "opencollective",
  12438. "url": "https://opencollective.com/csstools"
  12439. },
  12440. "peerDependencies": {
  12441. "postcss": "^8.3"
  12442. }
  12443. },
  12444. "node_modules/postcss-custom-properties": {
  12445. "version": "12.1.11",
  12446. "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz",
  12447. "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==",
  12448. "license": "MIT",
  12449. "dependencies": {
  12450. "postcss-value-parser": "^4.2.0"
  12451. },
  12452. "engines": {
  12453. "node": "^12 || ^14 || >=16"
  12454. },
  12455. "funding": {
  12456. "type": "opencollective",
  12457. "url": "https://opencollective.com/csstools"
  12458. },
  12459. "peerDependencies": {
  12460. "postcss": "^8.2"
  12461. }
  12462. },
  12463. "node_modules/postcss-custom-selectors": {
  12464. "version": "6.0.3",
  12465. "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz",
  12466. "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==",
  12467. "license": "MIT",
  12468. "dependencies": {
  12469. "postcss-selector-parser": "^6.0.4"
  12470. },
  12471. "engines": {
  12472. "node": "^12 || ^14 || >=16"
  12473. },
  12474. "funding": {
  12475. "type": "opencollective",
  12476. "url": "https://opencollective.com/csstools"
  12477. },
  12478. "peerDependencies": {
  12479. "postcss": "^8.3"
  12480. }
  12481. },
  12482. "node_modules/postcss-dir-pseudo-class": {
  12483. "version": "6.0.5",
  12484. "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz",
  12485. "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==",
  12486. "license": "CC0-1.0",
  12487. "dependencies": {
  12488. "postcss-selector-parser": "^6.0.10"
  12489. },
  12490. "engines": {
  12491. "node": "^12 || ^14 || >=16"
  12492. },
  12493. "funding": {
  12494. "type": "opencollective",
  12495. "url": "https://opencollective.com/csstools"
  12496. },
  12497. "peerDependencies": {
  12498. "postcss": "^8.2"
  12499. }
  12500. },
  12501. "node_modules/postcss-discard-comments": {
  12502. "version": "5.1.2",
  12503. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
  12504. "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==",
  12505. "license": "MIT",
  12506. "engines": {
  12507. "node": "^10 || ^12 || >=14.0"
  12508. },
  12509. "peerDependencies": {
  12510. "postcss": "^8.2.15"
  12511. }
  12512. },
  12513. "node_modules/postcss-discard-duplicates": {
  12514. "version": "5.1.0",
  12515. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
  12516. "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==",
  12517. "license": "MIT",
  12518. "engines": {
  12519. "node": "^10 || ^12 || >=14.0"
  12520. },
  12521. "peerDependencies": {
  12522. "postcss": "^8.2.15"
  12523. }
  12524. },
  12525. "node_modules/postcss-discard-empty": {
  12526. "version": "5.1.1",
  12527. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
  12528. "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
  12529. "license": "MIT",
  12530. "engines": {
  12531. "node": "^10 || ^12 || >=14.0"
  12532. },
  12533. "peerDependencies": {
  12534. "postcss": "^8.2.15"
  12535. }
  12536. },
  12537. "node_modules/postcss-discard-overridden": {
  12538. "version": "5.1.0",
  12539. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz",
  12540. "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==",
  12541. "license": "MIT",
  12542. "engines": {
  12543. "node": "^10 || ^12 || >=14.0"
  12544. },
  12545. "peerDependencies": {
  12546. "postcss": "^8.2.15"
  12547. }
  12548. },
  12549. "node_modules/postcss-double-position-gradients": {
  12550. "version": "3.1.2",
  12551. "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz",
  12552. "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==",
  12553. "license": "CC0-1.0",
  12554. "dependencies": {
  12555. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  12556. "postcss-value-parser": "^4.2.0"
  12557. },
  12558. "engines": {
  12559. "node": "^12 || ^14 || >=16"
  12560. },
  12561. "funding": {
  12562. "type": "opencollective",
  12563. "url": "https://opencollective.com/csstools"
  12564. },
  12565. "peerDependencies": {
  12566. "postcss": "^8.2"
  12567. }
  12568. },
  12569. "node_modules/postcss-env-function": {
  12570. "version": "4.0.6",
  12571. "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz",
  12572. "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==",
  12573. "license": "CC0-1.0",
  12574. "dependencies": {
  12575. "postcss-value-parser": "^4.2.0"
  12576. },
  12577. "engines": {
  12578. "node": "^12 || ^14 || >=16"
  12579. },
  12580. "peerDependencies": {
  12581. "postcss": "^8.4"
  12582. }
  12583. },
  12584. "node_modules/postcss-flexbugs-fixes": {
  12585. "version": "5.0.2",
  12586. "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz",
  12587. "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==",
  12588. "license": "MIT",
  12589. "peerDependencies": {
  12590. "postcss": "^8.1.4"
  12591. }
  12592. },
  12593. "node_modules/postcss-focus-visible": {
  12594. "version": "6.0.4",
  12595. "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz",
  12596. "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==",
  12597. "license": "CC0-1.0",
  12598. "dependencies": {
  12599. "postcss-selector-parser": "^6.0.9"
  12600. },
  12601. "engines": {
  12602. "node": "^12 || ^14 || >=16"
  12603. },
  12604. "peerDependencies": {
  12605. "postcss": "^8.4"
  12606. }
  12607. },
  12608. "node_modules/postcss-focus-within": {
  12609. "version": "5.0.4",
  12610. "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz",
  12611. "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==",
  12612. "license": "CC0-1.0",
  12613. "dependencies": {
  12614. "postcss-selector-parser": "^6.0.9"
  12615. },
  12616. "engines": {
  12617. "node": "^12 || ^14 || >=16"
  12618. },
  12619. "peerDependencies": {
  12620. "postcss": "^8.4"
  12621. }
  12622. },
  12623. "node_modules/postcss-font-variant": {
  12624. "version": "5.0.0",
  12625. "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
  12626. "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
  12627. "license": "MIT",
  12628. "peerDependencies": {
  12629. "postcss": "^8.1.0"
  12630. }
  12631. },
  12632. "node_modules/postcss-gap-properties": {
  12633. "version": "3.0.5",
  12634. "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz",
  12635. "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==",
  12636. "license": "CC0-1.0",
  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-image-set-function": {
  12649. "version": "4.0.7",
  12650. "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz",
  12651. "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==",
  12652. "license": "CC0-1.0",
  12653. "dependencies": {
  12654. "postcss-value-parser": "^4.2.0"
  12655. },
  12656. "engines": {
  12657. "node": "^12 || ^14 || >=16"
  12658. },
  12659. "funding": {
  12660. "type": "opencollective",
  12661. "url": "https://opencollective.com/csstools"
  12662. },
  12663. "peerDependencies": {
  12664. "postcss": "^8.2"
  12665. }
  12666. },
  12667. "node_modules/postcss-import": {
  12668. "version": "15.1.0",
  12669. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
  12670. "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
  12671. "license": "MIT",
  12672. "dependencies": {
  12673. "postcss-value-parser": "^4.0.0",
  12674. "read-cache": "^1.0.0",
  12675. "resolve": "^1.1.7"
  12676. },
  12677. "engines": {
  12678. "node": ">=14.0.0"
  12679. },
  12680. "peerDependencies": {
  12681. "postcss": "^8.0.0"
  12682. }
  12683. },
  12684. "node_modules/postcss-initial": {
  12685. "version": "4.0.1",
  12686. "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz",
  12687. "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==",
  12688. "license": "MIT",
  12689. "peerDependencies": {
  12690. "postcss": "^8.0.0"
  12691. }
  12692. },
  12693. "node_modules/postcss-js": {
  12694. "version": "4.0.1",
  12695. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
  12696. "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
  12697. "license": "MIT",
  12698. "dependencies": {
  12699. "camelcase-css": "^2.0.1"
  12700. },
  12701. "engines": {
  12702. "node": "^12 || ^14 || >= 16"
  12703. },
  12704. "funding": {
  12705. "type": "opencollective",
  12706. "url": "https://opencollective.com/postcss/"
  12707. },
  12708. "peerDependencies": {
  12709. "postcss": "^8.4.21"
  12710. }
  12711. },
  12712. "node_modules/postcss-lab-function": {
  12713. "version": "4.2.1",
  12714. "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz",
  12715. "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==",
  12716. "license": "CC0-1.0",
  12717. "dependencies": {
  12718. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  12719. "postcss-value-parser": "^4.2.0"
  12720. },
  12721. "engines": {
  12722. "node": "^12 || ^14 || >=16"
  12723. },
  12724. "funding": {
  12725. "type": "opencollective",
  12726. "url": "https://opencollective.com/csstools"
  12727. },
  12728. "peerDependencies": {
  12729. "postcss": "^8.2"
  12730. }
  12731. },
  12732. "node_modules/postcss-load-config": {
  12733. "version": "4.0.2",
  12734. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
  12735. "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
  12736. "funding": [
  12737. {
  12738. "type": "opencollective",
  12739. "url": "https://opencollective.com/postcss/"
  12740. },
  12741. {
  12742. "type": "github",
  12743. "url": "https://github.com/sponsors/ai"
  12744. }
  12745. ],
  12746. "license": "MIT",
  12747. "dependencies": {
  12748. "lilconfig": "^3.0.0",
  12749. "yaml": "^2.3.4"
  12750. },
  12751. "engines": {
  12752. "node": ">= 14"
  12753. },
  12754. "peerDependencies": {
  12755. "postcss": ">=8.0.9",
  12756. "ts-node": ">=9.0.0"
  12757. },
  12758. "peerDependenciesMeta": {
  12759. "postcss": {
  12760. "optional": true
  12761. },
  12762. "ts-node": {
  12763. "optional": true
  12764. }
  12765. }
  12766. },
  12767. "node_modules/postcss-load-config/node_modules/lilconfig": {
  12768. "version": "3.1.3",
  12769. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
  12770. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  12771. "license": "MIT",
  12772. "engines": {
  12773. "node": ">=14"
  12774. },
  12775. "funding": {
  12776. "url": "https://github.com/sponsors/antonk52"
  12777. }
  12778. },
  12779. "node_modules/postcss-load-config/node_modules/yaml": {
  12780. "version": "2.7.0",
  12781. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
  12782. "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
  12783. "license": "ISC",
  12784. "bin": {
  12785. "yaml": "bin.mjs"
  12786. },
  12787. "engines": {
  12788. "node": ">= 14"
  12789. }
  12790. },
  12791. "node_modules/postcss-loader": {
  12792. "version": "6.2.1",
  12793. "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz",
  12794. "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
  12795. "license": "MIT",
  12796. "dependencies": {
  12797. "cosmiconfig": "^7.0.0",
  12798. "klona": "^2.0.5",
  12799. "semver": "^7.3.5"
  12800. },
  12801. "engines": {
  12802. "node": ">= 12.13.0"
  12803. },
  12804. "funding": {
  12805. "type": "opencollective",
  12806. "url": "https://opencollective.com/webpack"
  12807. },
  12808. "peerDependencies": {
  12809. "postcss": "^7.0.0 || ^8.0.1",
  12810. "webpack": "^5.0.0"
  12811. }
  12812. },
  12813. "node_modules/postcss-logical": {
  12814. "version": "5.0.4",
  12815. "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz",
  12816. "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==",
  12817. "license": "CC0-1.0",
  12818. "engines": {
  12819. "node": "^12 || ^14 || >=16"
  12820. },
  12821. "peerDependencies": {
  12822. "postcss": "^8.4"
  12823. }
  12824. },
  12825. "node_modules/postcss-media-minmax": {
  12826. "version": "5.0.0",
  12827. "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz",
  12828. "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==",
  12829. "license": "MIT",
  12830. "engines": {
  12831. "node": ">=10.0.0"
  12832. },
  12833. "peerDependencies": {
  12834. "postcss": "^8.1.0"
  12835. }
  12836. },
  12837. "node_modules/postcss-merge-longhand": {
  12838. "version": "5.1.7",
  12839. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz",
  12840. "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==",
  12841. "license": "MIT",
  12842. "dependencies": {
  12843. "postcss-value-parser": "^4.2.0",
  12844. "stylehacks": "^5.1.1"
  12845. },
  12846. "engines": {
  12847. "node": "^10 || ^12 || >=14.0"
  12848. },
  12849. "peerDependencies": {
  12850. "postcss": "^8.2.15"
  12851. }
  12852. },
  12853. "node_modules/postcss-merge-rules": {
  12854. "version": "5.1.4",
  12855. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz",
  12856. "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==",
  12857. "license": "MIT",
  12858. "dependencies": {
  12859. "browserslist": "^4.21.4",
  12860. "caniuse-api": "^3.0.0",
  12861. "cssnano-utils": "^3.1.0",
  12862. "postcss-selector-parser": "^6.0.5"
  12863. },
  12864. "engines": {
  12865. "node": "^10 || ^12 || >=14.0"
  12866. },
  12867. "peerDependencies": {
  12868. "postcss": "^8.2.15"
  12869. }
  12870. },
  12871. "node_modules/postcss-minify-font-values": {
  12872. "version": "5.1.0",
  12873. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz",
  12874. "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==",
  12875. "license": "MIT",
  12876. "dependencies": {
  12877. "postcss-value-parser": "^4.2.0"
  12878. },
  12879. "engines": {
  12880. "node": "^10 || ^12 || >=14.0"
  12881. },
  12882. "peerDependencies": {
  12883. "postcss": "^8.2.15"
  12884. }
  12885. },
  12886. "node_modules/postcss-minify-gradients": {
  12887. "version": "5.1.1",
  12888. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz",
  12889. "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==",
  12890. "license": "MIT",
  12891. "dependencies": {
  12892. "colord": "^2.9.1",
  12893. "cssnano-utils": "^3.1.0",
  12894. "postcss-value-parser": "^4.2.0"
  12895. },
  12896. "engines": {
  12897. "node": "^10 || ^12 || >=14.0"
  12898. },
  12899. "peerDependencies": {
  12900. "postcss": "^8.2.15"
  12901. }
  12902. },
  12903. "node_modules/postcss-minify-params": {
  12904. "version": "5.1.4",
  12905. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz",
  12906. "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==",
  12907. "license": "MIT",
  12908. "dependencies": {
  12909. "browserslist": "^4.21.4",
  12910. "cssnano-utils": "^3.1.0",
  12911. "postcss-value-parser": "^4.2.0"
  12912. },
  12913. "engines": {
  12914. "node": "^10 || ^12 || >=14.0"
  12915. },
  12916. "peerDependencies": {
  12917. "postcss": "^8.2.15"
  12918. }
  12919. },
  12920. "node_modules/postcss-minify-selectors": {
  12921. "version": "5.2.1",
  12922. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz",
  12923. "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==",
  12924. "license": "MIT",
  12925. "dependencies": {
  12926. "postcss-selector-parser": "^6.0.5"
  12927. },
  12928. "engines": {
  12929. "node": "^10 || ^12 || >=14.0"
  12930. },
  12931. "peerDependencies": {
  12932. "postcss": "^8.2.15"
  12933. }
  12934. },
  12935. "node_modules/postcss-modules-extract-imports": {
  12936. "version": "3.1.0",
  12937. "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz",
  12938. "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==",
  12939. "license": "ISC",
  12940. "engines": {
  12941. "node": "^10 || ^12 || >= 14"
  12942. },
  12943. "peerDependencies": {
  12944. "postcss": "^8.1.0"
  12945. }
  12946. },
  12947. "node_modules/postcss-modules-local-by-default": {
  12948. "version": "4.2.0",
  12949. "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz",
  12950. "integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==",
  12951. "license": "MIT",
  12952. "dependencies": {
  12953. "icss-utils": "^5.0.0",
  12954. "postcss-selector-parser": "^7.0.0",
  12955. "postcss-value-parser": "^4.1.0"
  12956. },
  12957. "engines": {
  12958. "node": "^10 || ^12 || >= 14"
  12959. },
  12960. "peerDependencies": {
  12961. "postcss": "^8.1.0"
  12962. }
  12963. },
  12964. "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": {
  12965. "version": "7.1.0",
  12966. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
  12967. "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
  12968. "license": "MIT",
  12969. "dependencies": {
  12970. "cssesc": "^3.0.0",
  12971. "util-deprecate": "^1.0.2"
  12972. },
  12973. "engines": {
  12974. "node": ">=4"
  12975. }
  12976. },
  12977. "node_modules/postcss-modules-scope": {
  12978. "version": "3.2.1",
  12979. "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz",
  12980. "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==",
  12981. "license": "ISC",
  12982. "dependencies": {
  12983. "postcss-selector-parser": "^7.0.0"
  12984. },
  12985. "engines": {
  12986. "node": "^10 || ^12 || >= 14"
  12987. },
  12988. "peerDependencies": {
  12989. "postcss": "^8.1.0"
  12990. }
  12991. },
  12992. "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": {
  12993. "version": "7.1.0",
  12994. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
  12995. "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
  12996. "license": "MIT",
  12997. "dependencies": {
  12998. "cssesc": "^3.0.0",
  12999. "util-deprecate": "^1.0.2"
  13000. },
  13001. "engines": {
  13002. "node": ">=4"
  13003. }
  13004. },
  13005. "node_modules/postcss-modules-values": {
  13006. "version": "4.0.0",
  13007. "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
  13008. "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
  13009. "license": "ISC",
  13010. "dependencies": {
  13011. "icss-utils": "^5.0.0"
  13012. },
  13013. "engines": {
  13014. "node": "^10 || ^12 || >= 14"
  13015. },
  13016. "peerDependencies": {
  13017. "postcss": "^8.1.0"
  13018. }
  13019. },
  13020. "node_modules/postcss-nested": {
  13021. "version": "6.2.0",
  13022. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
  13023. "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
  13024. "funding": [
  13025. {
  13026. "type": "opencollective",
  13027. "url": "https://opencollective.com/postcss/"
  13028. },
  13029. {
  13030. "type": "github",
  13031. "url": "https://github.com/sponsors/ai"
  13032. }
  13033. ],
  13034. "license": "MIT",
  13035. "dependencies": {
  13036. "postcss-selector-parser": "^6.1.1"
  13037. },
  13038. "engines": {
  13039. "node": ">=12.0"
  13040. },
  13041. "peerDependencies": {
  13042. "postcss": "^8.2.14"
  13043. }
  13044. },
  13045. "node_modules/postcss-nesting": {
  13046. "version": "10.2.0",
  13047. "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz",
  13048. "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==",
  13049. "license": "CC0-1.0",
  13050. "dependencies": {
  13051. "@csstools/selector-specificity": "^2.0.0",
  13052. "postcss-selector-parser": "^6.0.10"
  13053. },
  13054. "engines": {
  13055. "node": "^12 || ^14 || >=16"
  13056. },
  13057. "funding": {
  13058. "type": "opencollective",
  13059. "url": "https://opencollective.com/csstools"
  13060. },
  13061. "peerDependencies": {
  13062. "postcss": "^8.2"
  13063. }
  13064. },
  13065. "node_modules/postcss-normalize": {
  13066. "version": "10.0.1",
  13067. "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz",
  13068. "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==",
  13069. "license": "CC0-1.0",
  13070. "dependencies": {
  13071. "@csstools/normalize.css": "*",
  13072. "postcss-browser-comments": "^4",
  13073. "sanitize.css": "*"
  13074. },
  13075. "engines": {
  13076. "node": ">= 12"
  13077. },
  13078. "peerDependencies": {
  13079. "browserslist": ">= 4",
  13080. "postcss": ">= 8"
  13081. }
  13082. },
  13083. "node_modules/postcss-normalize-charset": {
  13084. "version": "5.1.0",
  13085. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
  13086. "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==",
  13087. "license": "MIT",
  13088. "engines": {
  13089. "node": "^10 || ^12 || >=14.0"
  13090. },
  13091. "peerDependencies": {
  13092. "postcss": "^8.2.15"
  13093. }
  13094. },
  13095. "node_modules/postcss-normalize-display-values": {
  13096. "version": "5.1.0",
  13097. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz",
  13098. "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==",
  13099. "license": "MIT",
  13100. "dependencies": {
  13101. "postcss-value-parser": "^4.2.0"
  13102. },
  13103. "engines": {
  13104. "node": "^10 || ^12 || >=14.0"
  13105. },
  13106. "peerDependencies": {
  13107. "postcss": "^8.2.15"
  13108. }
  13109. },
  13110. "node_modules/postcss-normalize-positions": {
  13111. "version": "5.1.1",
  13112. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz",
  13113. "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==",
  13114. "license": "MIT",
  13115. "dependencies": {
  13116. "postcss-value-parser": "^4.2.0"
  13117. },
  13118. "engines": {
  13119. "node": "^10 || ^12 || >=14.0"
  13120. },
  13121. "peerDependencies": {
  13122. "postcss": "^8.2.15"
  13123. }
  13124. },
  13125. "node_modules/postcss-normalize-repeat-style": {
  13126. "version": "5.1.1",
  13127. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz",
  13128. "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==",
  13129. "license": "MIT",
  13130. "dependencies": {
  13131. "postcss-value-parser": "^4.2.0"
  13132. },
  13133. "engines": {
  13134. "node": "^10 || ^12 || >=14.0"
  13135. },
  13136. "peerDependencies": {
  13137. "postcss": "^8.2.15"
  13138. }
  13139. },
  13140. "node_modules/postcss-normalize-string": {
  13141. "version": "5.1.0",
  13142. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz",
  13143. "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==",
  13144. "license": "MIT",
  13145. "dependencies": {
  13146. "postcss-value-parser": "^4.2.0"
  13147. },
  13148. "engines": {
  13149. "node": "^10 || ^12 || >=14.0"
  13150. },
  13151. "peerDependencies": {
  13152. "postcss": "^8.2.15"
  13153. }
  13154. },
  13155. "node_modules/postcss-normalize-timing-functions": {
  13156. "version": "5.1.0",
  13157. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz",
  13158. "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==",
  13159. "license": "MIT",
  13160. "dependencies": {
  13161. "postcss-value-parser": "^4.2.0"
  13162. },
  13163. "engines": {
  13164. "node": "^10 || ^12 || >=14.0"
  13165. },
  13166. "peerDependencies": {
  13167. "postcss": "^8.2.15"
  13168. }
  13169. },
  13170. "node_modules/postcss-normalize-unicode": {
  13171. "version": "5.1.1",
  13172. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz",
  13173. "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==",
  13174. "license": "MIT",
  13175. "dependencies": {
  13176. "browserslist": "^4.21.4",
  13177. "postcss-value-parser": "^4.2.0"
  13178. },
  13179. "engines": {
  13180. "node": "^10 || ^12 || >=14.0"
  13181. },
  13182. "peerDependencies": {
  13183. "postcss": "^8.2.15"
  13184. }
  13185. },
  13186. "node_modules/postcss-normalize-url": {
  13187. "version": "5.1.0",
  13188. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
  13189. "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
  13190. "license": "MIT",
  13191. "dependencies": {
  13192. "normalize-url": "^6.0.1",
  13193. "postcss-value-parser": "^4.2.0"
  13194. },
  13195. "engines": {
  13196. "node": "^10 || ^12 || >=14.0"
  13197. },
  13198. "peerDependencies": {
  13199. "postcss": "^8.2.15"
  13200. }
  13201. },
  13202. "node_modules/postcss-normalize-whitespace": {
  13203. "version": "5.1.1",
  13204. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz",
  13205. "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==",
  13206. "license": "MIT",
  13207. "dependencies": {
  13208. "postcss-value-parser": "^4.2.0"
  13209. },
  13210. "engines": {
  13211. "node": "^10 || ^12 || >=14.0"
  13212. },
  13213. "peerDependencies": {
  13214. "postcss": "^8.2.15"
  13215. }
  13216. },
  13217. "node_modules/postcss-opacity-percentage": {
  13218. "version": "1.1.3",
  13219. "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz",
  13220. "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==",
  13221. "funding": [
  13222. {
  13223. "type": "kofi",
  13224. "url": "https://ko-fi.com/mrcgrtz"
  13225. },
  13226. {
  13227. "type": "liberapay",
  13228. "url": "https://liberapay.com/mrcgrtz"
  13229. }
  13230. ],
  13231. "license": "MIT",
  13232. "engines": {
  13233. "node": "^12 || ^14 || >=16"
  13234. },
  13235. "peerDependencies": {
  13236. "postcss": "^8.2"
  13237. }
  13238. },
  13239. "node_modules/postcss-ordered-values": {
  13240. "version": "5.1.3",
  13241. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz",
  13242. "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==",
  13243. "license": "MIT",
  13244. "dependencies": {
  13245. "cssnano-utils": "^3.1.0",
  13246. "postcss-value-parser": "^4.2.0"
  13247. },
  13248. "engines": {
  13249. "node": "^10 || ^12 || >=14.0"
  13250. },
  13251. "peerDependencies": {
  13252. "postcss": "^8.2.15"
  13253. }
  13254. },
  13255. "node_modules/postcss-overflow-shorthand": {
  13256. "version": "3.0.4",
  13257. "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz",
  13258. "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==",
  13259. "license": "CC0-1.0",
  13260. "dependencies": {
  13261. "postcss-value-parser": "^4.2.0"
  13262. },
  13263. "engines": {
  13264. "node": "^12 || ^14 || >=16"
  13265. },
  13266. "funding": {
  13267. "type": "opencollective",
  13268. "url": "https://opencollective.com/csstools"
  13269. },
  13270. "peerDependencies": {
  13271. "postcss": "^8.2"
  13272. }
  13273. },
  13274. "node_modules/postcss-page-break": {
  13275. "version": "3.0.4",
  13276. "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
  13277. "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
  13278. "license": "MIT",
  13279. "peerDependencies": {
  13280. "postcss": "^8"
  13281. }
  13282. },
  13283. "node_modules/postcss-place": {
  13284. "version": "7.0.5",
  13285. "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz",
  13286. "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==",
  13287. "license": "CC0-1.0",
  13288. "dependencies": {
  13289. "postcss-value-parser": "^4.2.0"
  13290. },
  13291. "engines": {
  13292. "node": "^12 || ^14 || >=16"
  13293. },
  13294. "funding": {
  13295. "type": "opencollective",
  13296. "url": "https://opencollective.com/csstools"
  13297. },
  13298. "peerDependencies": {
  13299. "postcss": "^8.2"
  13300. }
  13301. },
  13302. "node_modules/postcss-preset-env": {
  13303. "version": "7.8.3",
  13304. "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz",
  13305. "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==",
  13306. "license": "CC0-1.0",
  13307. "dependencies": {
  13308. "@csstools/postcss-cascade-layers": "^1.1.1",
  13309. "@csstools/postcss-color-function": "^1.1.1",
  13310. "@csstools/postcss-font-format-keywords": "^1.0.1",
  13311. "@csstools/postcss-hwb-function": "^1.0.2",
  13312. "@csstools/postcss-ic-unit": "^1.0.1",
  13313. "@csstools/postcss-is-pseudo-class": "^2.0.7",
  13314. "@csstools/postcss-nested-calc": "^1.0.0",
  13315. "@csstools/postcss-normalize-display-values": "^1.0.1",
  13316. "@csstools/postcss-oklab-function": "^1.1.1",
  13317. "@csstools/postcss-progressive-custom-properties": "^1.3.0",
  13318. "@csstools/postcss-stepped-value-functions": "^1.0.1",
  13319. "@csstools/postcss-text-decoration-shorthand": "^1.0.0",
  13320. "@csstools/postcss-trigonometric-functions": "^1.0.2",
  13321. "@csstools/postcss-unset-value": "^1.0.2",
  13322. "autoprefixer": "^10.4.13",
  13323. "browserslist": "^4.21.4",
  13324. "css-blank-pseudo": "^3.0.3",
  13325. "css-has-pseudo": "^3.0.4",
  13326. "css-prefers-color-scheme": "^6.0.3",
  13327. "cssdb": "^7.1.0",
  13328. "postcss-attribute-case-insensitive": "^5.0.2",
  13329. "postcss-clamp": "^4.1.0",
  13330. "postcss-color-functional-notation": "^4.2.4",
  13331. "postcss-color-hex-alpha": "^8.0.4",
  13332. "postcss-color-rebeccapurple": "^7.1.1",
  13333. "postcss-custom-media": "^8.0.2",
  13334. "postcss-custom-properties": "^12.1.10",
  13335. "postcss-custom-selectors": "^6.0.3",
  13336. "postcss-dir-pseudo-class": "^6.0.5",
  13337. "postcss-double-position-gradients": "^3.1.2",
  13338. "postcss-env-function": "^4.0.6",
  13339. "postcss-focus-visible": "^6.0.4",
  13340. "postcss-focus-within": "^5.0.4",
  13341. "postcss-font-variant": "^5.0.0",
  13342. "postcss-gap-properties": "^3.0.5",
  13343. "postcss-image-set-function": "^4.0.7",
  13344. "postcss-initial": "^4.0.1",
  13345. "postcss-lab-function": "^4.2.1",
  13346. "postcss-logical": "^5.0.4",
  13347. "postcss-media-minmax": "^5.0.0",
  13348. "postcss-nesting": "^10.2.0",
  13349. "postcss-opacity-percentage": "^1.1.2",
  13350. "postcss-overflow-shorthand": "^3.0.4",
  13351. "postcss-page-break": "^3.0.4",
  13352. "postcss-place": "^7.0.5",
  13353. "postcss-pseudo-class-any-link": "^7.1.6",
  13354. "postcss-replace-overflow-wrap": "^4.0.0",
  13355. "postcss-selector-not": "^6.0.1",
  13356. "postcss-value-parser": "^4.2.0"
  13357. },
  13358. "engines": {
  13359. "node": "^12 || ^14 || >=16"
  13360. },
  13361. "funding": {
  13362. "type": "opencollective",
  13363. "url": "https://opencollective.com/csstools"
  13364. },
  13365. "peerDependencies": {
  13366. "postcss": "^8.2"
  13367. }
  13368. },
  13369. "node_modules/postcss-pseudo-class-any-link": {
  13370. "version": "7.1.6",
  13371. "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz",
  13372. "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==",
  13373. "license": "CC0-1.0",
  13374. "dependencies": {
  13375. "postcss-selector-parser": "^6.0.10"
  13376. },
  13377. "engines": {
  13378. "node": "^12 || ^14 || >=16"
  13379. },
  13380. "funding": {
  13381. "type": "opencollective",
  13382. "url": "https://opencollective.com/csstools"
  13383. },
  13384. "peerDependencies": {
  13385. "postcss": "^8.2"
  13386. }
  13387. },
  13388. "node_modules/postcss-reduce-initial": {
  13389. "version": "5.1.2",
  13390. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz",
  13391. "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==",
  13392. "license": "MIT",
  13393. "dependencies": {
  13394. "browserslist": "^4.21.4",
  13395. "caniuse-api": "^3.0.0"
  13396. },
  13397. "engines": {
  13398. "node": "^10 || ^12 || >=14.0"
  13399. },
  13400. "peerDependencies": {
  13401. "postcss": "^8.2.15"
  13402. }
  13403. },
  13404. "node_modules/postcss-reduce-transforms": {
  13405. "version": "5.1.0",
  13406. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz",
  13407. "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==",
  13408. "license": "MIT",
  13409. "dependencies": {
  13410. "postcss-value-parser": "^4.2.0"
  13411. },
  13412. "engines": {
  13413. "node": "^10 || ^12 || >=14.0"
  13414. },
  13415. "peerDependencies": {
  13416. "postcss": "^8.2.15"
  13417. }
  13418. },
  13419. "node_modules/postcss-replace-overflow-wrap": {
  13420. "version": "4.0.0",
  13421. "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
  13422. "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
  13423. "license": "MIT",
  13424. "peerDependencies": {
  13425. "postcss": "^8.0.3"
  13426. }
  13427. },
  13428. "node_modules/postcss-selector-not": {
  13429. "version": "6.0.1",
  13430. "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz",
  13431. "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==",
  13432. "license": "MIT",
  13433. "dependencies": {
  13434. "postcss-selector-parser": "^6.0.10"
  13435. },
  13436. "engines": {
  13437. "node": "^12 || ^14 || >=16"
  13438. },
  13439. "funding": {
  13440. "type": "opencollective",
  13441. "url": "https://opencollective.com/csstools"
  13442. },
  13443. "peerDependencies": {
  13444. "postcss": "^8.2"
  13445. }
  13446. },
  13447. "node_modules/postcss-selector-parser": {
  13448. "version": "6.1.2",
  13449. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  13450. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  13451. "license": "MIT",
  13452. "dependencies": {
  13453. "cssesc": "^3.0.0",
  13454. "util-deprecate": "^1.0.2"
  13455. },
  13456. "engines": {
  13457. "node": ">=4"
  13458. }
  13459. },
  13460. "node_modules/postcss-svgo": {
  13461. "version": "5.1.0",
  13462. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz",
  13463. "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==",
  13464. "license": "MIT",
  13465. "dependencies": {
  13466. "postcss-value-parser": "^4.2.0",
  13467. "svgo": "^2.7.0"
  13468. },
  13469. "engines": {
  13470. "node": "^10 || ^12 || >=14.0"
  13471. },
  13472. "peerDependencies": {
  13473. "postcss": "^8.2.15"
  13474. }
  13475. },
  13476. "node_modules/postcss-svgo/node_modules/commander": {
  13477. "version": "7.2.0",
  13478. "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
  13479. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  13480. "license": "MIT",
  13481. "engines": {
  13482. "node": ">= 10"
  13483. }
  13484. },
  13485. "node_modules/postcss-svgo/node_modules/css-tree": {
  13486. "version": "1.1.3",
  13487. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
  13488. "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
  13489. "license": "MIT",
  13490. "dependencies": {
  13491. "mdn-data": "2.0.14",
  13492. "source-map": "^0.6.1"
  13493. },
  13494. "engines": {
  13495. "node": ">=8.0.0"
  13496. }
  13497. },
  13498. "node_modules/postcss-svgo/node_modules/mdn-data": {
  13499. "version": "2.0.14",
  13500. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
  13501. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
  13502. "license": "CC0-1.0"
  13503. },
  13504. "node_modules/postcss-svgo/node_modules/source-map": {
  13505. "version": "0.6.1",
  13506. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  13507. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  13508. "license": "BSD-3-Clause",
  13509. "engines": {
  13510. "node": ">=0.10.0"
  13511. }
  13512. },
  13513. "node_modules/postcss-svgo/node_modules/svgo": {
  13514. "version": "2.8.0",
  13515. "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
  13516. "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
  13517. "license": "MIT",
  13518. "dependencies": {
  13519. "@trysound/sax": "0.2.0",
  13520. "commander": "^7.2.0",
  13521. "css-select": "^4.1.3",
  13522. "css-tree": "^1.1.3",
  13523. "csso": "^4.2.0",
  13524. "picocolors": "^1.0.0",
  13525. "stable": "^0.1.8"
  13526. },
  13527. "bin": {
  13528. "svgo": "bin/svgo"
  13529. },
  13530. "engines": {
  13531. "node": ">=10.13.0"
  13532. }
  13533. },
  13534. "node_modules/postcss-unique-selectors": {
  13535. "version": "5.1.1",
  13536. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz",
  13537. "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==",
  13538. "license": "MIT",
  13539. "dependencies": {
  13540. "postcss-selector-parser": "^6.0.5"
  13541. },
  13542. "engines": {
  13543. "node": "^10 || ^12 || >=14.0"
  13544. },
  13545. "peerDependencies": {
  13546. "postcss": "^8.2.15"
  13547. }
  13548. },
  13549. "node_modules/postcss-value-parser": {
  13550. "version": "4.2.0",
  13551. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  13552. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  13553. "license": "MIT"
  13554. },
  13555. "node_modules/prelude-ls": {
  13556. "version": "1.2.1",
  13557. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  13558. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  13559. "license": "MIT",
  13560. "engines": {
  13561. "node": ">= 0.8.0"
  13562. }
  13563. },
  13564. "node_modules/pretty-bytes": {
  13565. "version": "5.6.0",
  13566. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
  13567. "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
  13568. "license": "MIT",
  13569. "engines": {
  13570. "node": ">=6"
  13571. },
  13572. "funding": {
  13573. "url": "https://github.com/sponsors/sindresorhus"
  13574. }
  13575. },
  13576. "node_modules/pretty-error": {
  13577. "version": "4.0.0",
  13578. "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
  13579. "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
  13580. "license": "MIT",
  13581. "dependencies": {
  13582. "lodash": "^4.17.20",
  13583. "renderkid": "^3.0.0"
  13584. }
  13585. },
  13586. "node_modules/pretty-format": {
  13587. "version": "27.5.1",
  13588. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
  13589. "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
  13590. "license": "MIT",
  13591. "dependencies": {
  13592. "ansi-regex": "^5.0.1",
  13593. "ansi-styles": "^5.0.0",
  13594. "react-is": "^17.0.1"
  13595. },
  13596. "engines": {
  13597. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  13598. }
  13599. },
  13600. "node_modules/pretty-format/node_modules/ansi-styles": {
  13601. "version": "5.2.0",
  13602. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  13603. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  13604. "license": "MIT",
  13605. "engines": {
  13606. "node": ">=10"
  13607. },
  13608. "funding": {
  13609. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  13610. }
  13611. },
  13612. "node_modules/process-nextick-args": {
  13613. "version": "2.0.1",
  13614. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  13615. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  13616. "license": "MIT"
  13617. },
  13618. "node_modules/promise": {
  13619. "version": "8.3.0",
  13620. "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz",
  13621. "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==",
  13622. "license": "MIT",
  13623. "dependencies": {
  13624. "asap": "~2.0.6"
  13625. }
  13626. },
  13627. "node_modules/prompts": {
  13628. "version": "2.4.2",
  13629. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  13630. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  13631. "license": "MIT",
  13632. "dependencies": {
  13633. "kleur": "^3.0.3",
  13634. "sisteransi": "^1.0.5"
  13635. },
  13636. "engines": {
  13637. "node": ">= 6"
  13638. }
  13639. },
  13640. "node_modules/prop-types": {
  13641. "version": "15.8.1",
  13642. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  13643. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  13644. "license": "MIT",
  13645. "dependencies": {
  13646. "loose-envify": "^1.4.0",
  13647. "object-assign": "^4.1.1",
  13648. "react-is": "^16.13.1"
  13649. }
  13650. },
  13651. "node_modules/prop-types/node_modules/react-is": {
  13652. "version": "16.13.1",
  13653. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  13654. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  13655. "license": "MIT"
  13656. },
  13657. "node_modules/proxy-addr": {
  13658. "version": "2.0.7",
  13659. "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
  13660. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  13661. "license": "MIT",
  13662. "dependencies": {
  13663. "forwarded": "0.2.0",
  13664. "ipaddr.js": "1.9.1"
  13665. },
  13666. "engines": {
  13667. "node": ">= 0.10"
  13668. }
  13669. },
  13670. "node_modules/proxy-addr/node_modules/ipaddr.js": {
  13671. "version": "1.9.1",
  13672. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  13673. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  13674. "license": "MIT",
  13675. "engines": {
  13676. "node": ">= 0.10"
  13677. }
  13678. },
  13679. "node_modules/proxy-from-env": {
  13680. "version": "1.1.0",
  13681. "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  13682. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  13683. "license": "MIT"
  13684. },
  13685. "node_modules/psl": {
  13686. "version": "1.15.0",
  13687. "resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz",
  13688. "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==",
  13689. "license": "MIT",
  13690. "dependencies": {
  13691. "punycode": "^2.3.1"
  13692. },
  13693. "funding": {
  13694. "url": "https://github.com/sponsors/lupomontero"
  13695. }
  13696. },
  13697. "node_modules/punycode": {
  13698. "version": "2.3.1",
  13699. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  13700. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  13701. "license": "MIT",
  13702. "engines": {
  13703. "node": ">=6"
  13704. }
  13705. },
  13706. "node_modules/q": {
  13707. "version": "1.5.1",
  13708. "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
  13709. "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==",
  13710. "deprecated": "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)",
  13711. "license": "MIT",
  13712. "engines": {
  13713. "node": ">=0.6.0",
  13714. "teleport": ">=0.2.0"
  13715. }
  13716. },
  13717. "node_modules/qs": {
  13718. "version": "6.13.0",
  13719. "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
  13720. "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
  13721. "license": "BSD-3-Clause",
  13722. "dependencies": {
  13723. "side-channel": "^1.0.6"
  13724. },
  13725. "engines": {
  13726. "node": ">=0.6"
  13727. },
  13728. "funding": {
  13729. "url": "https://github.com/sponsors/ljharb"
  13730. }
  13731. },
  13732. "node_modules/querystringify": {
  13733. "version": "2.2.0",
  13734. "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
  13735. "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
  13736. "license": "MIT"
  13737. },
  13738. "node_modules/queue-microtask": {
  13739. "version": "1.2.3",
  13740. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  13741. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  13742. "funding": [
  13743. {
  13744. "type": "github",
  13745. "url": "https://github.com/sponsors/feross"
  13746. },
  13747. {
  13748. "type": "patreon",
  13749. "url": "https://www.patreon.com/feross"
  13750. },
  13751. {
  13752. "type": "consulting",
  13753. "url": "https://feross.org/support"
  13754. }
  13755. ],
  13756. "license": "MIT"
  13757. },
  13758. "node_modules/raf": {
  13759. "version": "3.4.1",
  13760. "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
  13761. "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
  13762. "license": "MIT",
  13763. "dependencies": {
  13764. "performance-now": "^2.1.0"
  13765. }
  13766. },
  13767. "node_modules/randombytes": {
  13768. "version": "2.1.0",
  13769. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  13770. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  13771. "license": "MIT",
  13772. "dependencies": {
  13773. "safe-buffer": "^5.1.0"
  13774. }
  13775. },
  13776. "node_modules/range-parser": {
  13777. "version": "1.2.1",
  13778. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  13779. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  13780. "license": "MIT",
  13781. "engines": {
  13782. "node": ">= 0.6"
  13783. }
  13784. },
  13785. "node_modules/raw-body": {
  13786. "version": "2.5.2",
  13787. "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
  13788. "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
  13789. "license": "MIT",
  13790. "dependencies": {
  13791. "bytes": "3.1.2",
  13792. "http-errors": "2.0.0",
  13793. "iconv-lite": "0.4.24",
  13794. "unpipe": "1.0.0"
  13795. },
  13796. "engines": {
  13797. "node": ">= 0.8"
  13798. }
  13799. },
  13800. "node_modules/raw-body/node_modules/iconv-lite": {
  13801. "version": "0.4.24",
  13802. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  13803. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  13804. "license": "MIT",
  13805. "dependencies": {
  13806. "safer-buffer": ">= 2.1.2 < 3"
  13807. },
  13808. "engines": {
  13809. "node": ">=0.10.0"
  13810. }
  13811. },
  13812. "node_modules/react": {
  13813. "version": "19.0.0",
  13814. "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz",
  13815. "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==",
  13816. "license": "MIT",
  13817. "engines": {
  13818. "node": ">=0.10.0"
  13819. }
  13820. },
  13821. "node_modules/react-app-polyfill": {
  13822. "version": "3.0.0",
  13823. "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz",
  13824. "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==",
  13825. "license": "MIT",
  13826. "dependencies": {
  13827. "core-js": "^3.19.2",
  13828. "object-assign": "^4.1.1",
  13829. "promise": "^8.1.0",
  13830. "raf": "^3.4.1",
  13831. "regenerator-runtime": "^0.13.9",
  13832. "whatwg-fetch": "^3.6.2"
  13833. },
  13834. "engines": {
  13835. "node": ">=14"
  13836. }
  13837. },
  13838. "node_modules/react-app-polyfill/node_modules/regenerator-runtime": {
  13839. "version": "0.13.11",
  13840. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
  13841. "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
  13842. "license": "MIT"
  13843. },
  13844. "node_modules/react-dev-utils": {
  13845. "version": "12.0.1",
  13846. "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz",
  13847. "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==",
  13848. "license": "MIT",
  13849. "dependencies": {
  13850. "@babel/code-frame": "^7.16.0",
  13851. "address": "^1.1.2",
  13852. "browserslist": "^4.18.1",
  13853. "chalk": "^4.1.2",
  13854. "cross-spawn": "^7.0.3",
  13855. "detect-port-alt": "^1.1.6",
  13856. "escape-string-regexp": "^4.0.0",
  13857. "filesize": "^8.0.6",
  13858. "find-up": "^5.0.0",
  13859. "fork-ts-checker-webpack-plugin": "^6.5.0",
  13860. "global-modules": "^2.0.0",
  13861. "globby": "^11.0.4",
  13862. "gzip-size": "^6.0.0",
  13863. "immer": "^9.0.7",
  13864. "is-root": "^2.1.0",
  13865. "loader-utils": "^3.2.0",
  13866. "open": "^8.4.0",
  13867. "pkg-up": "^3.1.0",
  13868. "prompts": "^2.4.2",
  13869. "react-error-overlay": "^6.0.11",
  13870. "recursive-readdir": "^2.2.2",
  13871. "shell-quote": "^1.7.3",
  13872. "strip-ansi": "^6.0.1",
  13873. "text-table": "^0.2.0"
  13874. },
  13875. "engines": {
  13876. "node": ">=14"
  13877. }
  13878. },
  13879. "node_modules/react-dev-utils/node_modules/find-up": {
  13880. "version": "5.0.0",
  13881. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  13882. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  13883. "license": "MIT",
  13884. "dependencies": {
  13885. "locate-path": "^6.0.0",
  13886. "path-exists": "^4.0.0"
  13887. },
  13888. "engines": {
  13889. "node": ">=10"
  13890. },
  13891. "funding": {
  13892. "url": "https://github.com/sponsors/sindresorhus"
  13893. }
  13894. },
  13895. "node_modules/react-dev-utils/node_modules/loader-utils": {
  13896. "version": "3.3.1",
  13897. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz",
  13898. "integrity": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==",
  13899. "license": "MIT",
  13900. "engines": {
  13901. "node": ">= 12.13.0"
  13902. }
  13903. },
  13904. "node_modules/react-dev-utils/node_modules/locate-path": {
  13905. "version": "6.0.0",
  13906. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  13907. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  13908. "license": "MIT",
  13909. "dependencies": {
  13910. "p-locate": "^5.0.0"
  13911. },
  13912. "engines": {
  13913. "node": ">=10"
  13914. },
  13915. "funding": {
  13916. "url": "https://github.com/sponsors/sindresorhus"
  13917. }
  13918. },
  13919. "node_modules/react-dev-utils/node_modules/p-limit": {
  13920. "version": "3.1.0",
  13921. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  13922. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  13923. "license": "MIT",
  13924. "dependencies": {
  13925. "yocto-queue": "^0.1.0"
  13926. },
  13927. "engines": {
  13928. "node": ">=10"
  13929. },
  13930. "funding": {
  13931. "url": "https://github.com/sponsors/sindresorhus"
  13932. }
  13933. },
  13934. "node_modules/react-dev-utils/node_modules/p-locate": {
  13935. "version": "5.0.0",
  13936. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  13937. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  13938. "license": "MIT",
  13939. "dependencies": {
  13940. "p-limit": "^3.0.2"
  13941. },
  13942. "engines": {
  13943. "node": ">=10"
  13944. },
  13945. "funding": {
  13946. "url": "https://github.com/sponsors/sindresorhus"
  13947. }
  13948. },
  13949. "node_modules/react-dom": {
  13950. "version": "19.0.0",
  13951. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.0.0.tgz",
  13952. "integrity": "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==",
  13953. "license": "MIT",
  13954. "dependencies": {
  13955. "scheduler": "^0.25.0"
  13956. },
  13957. "peerDependencies": {
  13958. "react": "^19.0.0"
  13959. }
  13960. },
  13961. "node_modules/react-error-overlay": {
  13962. "version": "6.1.0",
  13963. "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.1.0.tgz",
  13964. "integrity": "sha512-SN/U6Ytxf1QGkw/9ve5Y+NxBbZM6Ht95tuXNMKs8EJyFa/Vy/+Co3stop3KBHARfn/giv+Lj1uUnTfOJ3moFEQ==",
  13965. "license": "MIT"
  13966. },
  13967. "node_modules/react-is": {
  13968. "version": "17.0.2",
  13969. "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
  13970. "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
  13971. "license": "MIT"
  13972. },
  13973. "node_modules/react-refresh": {
  13974. "version": "0.11.0",
  13975. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
  13976. "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==",
  13977. "license": "MIT",
  13978. "engines": {
  13979. "node": ">=0.10.0"
  13980. }
  13981. },
  13982. "node_modules/react-router": {
  13983. "version": "6.29.0",
  13984. "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.29.0.tgz",
  13985. "integrity": "sha512-DXZJoE0q+KyeVw75Ck6GkPxFak63C4fGqZGNijnWgzB/HzSP1ZfTlBj5COaGWwhrMQ/R8bXiq5Ooy4KG+ReyjQ==",
  13986. "license": "MIT",
  13987. "dependencies": {
  13988. "@remix-run/router": "1.22.0"
  13989. },
  13990. "engines": {
  13991. "node": ">=14.0.0"
  13992. },
  13993. "peerDependencies": {
  13994. "react": ">=16.8"
  13995. }
  13996. },
  13997. "node_modules/react-router-dom": {
  13998. "version": "6.29.0",
  13999. "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.29.0.tgz",
  14000. "integrity": "sha512-pkEbJPATRJ2iotK+wUwHfy0xs2T59YPEN8BQxVCPeBZvK7kfPESRc/nyxzdcxR17hXgUPYx2whMwl+eo9cUdnQ==",
  14001. "license": "MIT",
  14002. "dependencies": {
  14003. "@remix-run/router": "1.22.0",
  14004. "react-router": "6.29.0"
  14005. },
  14006. "engines": {
  14007. "node": ">=14.0.0"
  14008. },
  14009. "peerDependencies": {
  14010. "react": ">=16.8",
  14011. "react-dom": ">=16.8"
  14012. }
  14013. },
  14014. "node_modules/react-scripts": {
  14015. "version": "5.0.1",
  14016. "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz",
  14017. "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==",
  14018. "license": "MIT",
  14019. "dependencies": {
  14020. "@babel/core": "^7.16.0",
  14021. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
  14022. "@svgr/webpack": "^5.5.0",
  14023. "babel-jest": "^27.4.2",
  14024. "babel-loader": "^8.2.3",
  14025. "babel-plugin-named-asset-import": "^0.3.8",
  14026. "babel-preset-react-app": "^10.0.1",
  14027. "bfj": "^7.0.2",
  14028. "browserslist": "^4.18.1",
  14029. "camelcase": "^6.2.1",
  14030. "case-sensitive-paths-webpack-plugin": "^2.4.0",
  14031. "css-loader": "^6.5.1",
  14032. "css-minimizer-webpack-plugin": "^3.2.0",
  14033. "dotenv": "^10.0.0",
  14034. "dotenv-expand": "^5.1.0",
  14035. "eslint": "^8.3.0",
  14036. "eslint-config-react-app": "^7.0.1",
  14037. "eslint-webpack-plugin": "^3.1.1",
  14038. "file-loader": "^6.2.0",
  14039. "fs-extra": "^10.0.0",
  14040. "html-webpack-plugin": "^5.5.0",
  14041. "identity-obj-proxy": "^3.0.0",
  14042. "jest": "^27.4.3",
  14043. "jest-resolve": "^27.4.2",
  14044. "jest-watch-typeahead": "^1.0.0",
  14045. "mini-css-extract-plugin": "^2.4.5",
  14046. "postcss": "^8.4.4",
  14047. "postcss-flexbugs-fixes": "^5.0.2",
  14048. "postcss-loader": "^6.2.1",
  14049. "postcss-normalize": "^10.0.1",
  14050. "postcss-preset-env": "^7.0.1",
  14051. "prompts": "^2.4.2",
  14052. "react-app-polyfill": "^3.0.0",
  14053. "react-dev-utils": "^12.0.1",
  14054. "react-refresh": "^0.11.0",
  14055. "resolve": "^1.20.0",
  14056. "resolve-url-loader": "^4.0.0",
  14057. "sass-loader": "^12.3.0",
  14058. "semver": "^7.3.5",
  14059. "source-map-loader": "^3.0.0",
  14060. "style-loader": "^3.3.1",
  14061. "tailwindcss": "^3.0.2",
  14062. "terser-webpack-plugin": "^5.2.5",
  14063. "webpack": "^5.64.4",
  14064. "webpack-dev-server": "^4.6.0",
  14065. "webpack-manifest-plugin": "^4.0.2",
  14066. "workbox-webpack-plugin": "^6.4.1"
  14067. },
  14068. "bin": {
  14069. "react-scripts": "bin/react-scripts.js"
  14070. },
  14071. "engines": {
  14072. "node": ">=14.0.0"
  14073. },
  14074. "optionalDependencies": {
  14075. "fsevents": "^2.3.2"
  14076. },
  14077. "peerDependencies": {
  14078. "react": ">= 16",
  14079. "typescript": "^3.2.1 || ^4"
  14080. },
  14081. "peerDependenciesMeta": {
  14082. "typescript": {
  14083. "optional": true
  14084. }
  14085. }
  14086. },
  14087. "node_modules/read-cache": {
  14088. "version": "1.0.0",
  14089. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  14090. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  14091. "license": "MIT",
  14092. "dependencies": {
  14093. "pify": "^2.3.0"
  14094. }
  14095. },
  14096. "node_modules/readable-stream": {
  14097. "version": "3.6.2",
  14098. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  14099. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  14100. "license": "MIT",
  14101. "dependencies": {
  14102. "inherits": "^2.0.3",
  14103. "string_decoder": "^1.1.1",
  14104. "util-deprecate": "^1.0.1"
  14105. },
  14106. "engines": {
  14107. "node": ">= 6"
  14108. }
  14109. },
  14110. "node_modules/readdirp": {
  14111. "version": "3.6.0",
  14112. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  14113. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  14114. "license": "MIT",
  14115. "dependencies": {
  14116. "picomatch": "^2.2.1"
  14117. },
  14118. "engines": {
  14119. "node": ">=8.10.0"
  14120. }
  14121. },
  14122. "node_modules/recursive-readdir": {
  14123. "version": "2.2.3",
  14124. "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz",
  14125. "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==",
  14126. "license": "MIT",
  14127. "dependencies": {
  14128. "minimatch": "^3.0.5"
  14129. },
  14130. "engines": {
  14131. "node": ">=6.0.0"
  14132. }
  14133. },
  14134. "node_modules/redent": {
  14135. "version": "3.0.0",
  14136. "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
  14137. "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
  14138. "license": "MIT",
  14139. "dependencies": {
  14140. "indent-string": "^4.0.0",
  14141. "strip-indent": "^3.0.0"
  14142. },
  14143. "engines": {
  14144. "node": ">=8"
  14145. }
  14146. },
  14147. "node_modules/reflect.getprototypeof": {
  14148. "version": "1.0.10",
  14149. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  14150. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  14151. "license": "MIT",
  14152. "dependencies": {
  14153. "call-bind": "^1.0.8",
  14154. "define-properties": "^1.2.1",
  14155. "es-abstract": "^1.23.9",
  14156. "es-errors": "^1.3.0",
  14157. "es-object-atoms": "^1.0.0",
  14158. "get-intrinsic": "^1.2.7",
  14159. "get-proto": "^1.0.1",
  14160. "which-builtin-type": "^1.2.1"
  14161. },
  14162. "engines": {
  14163. "node": ">= 0.4"
  14164. },
  14165. "funding": {
  14166. "url": "https://github.com/sponsors/ljharb"
  14167. }
  14168. },
  14169. "node_modules/regenerate": {
  14170. "version": "1.4.2",
  14171. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  14172. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
  14173. "license": "MIT"
  14174. },
  14175. "node_modules/regenerate-unicode-properties": {
  14176. "version": "10.2.0",
  14177. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz",
  14178. "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==",
  14179. "license": "MIT",
  14180. "dependencies": {
  14181. "regenerate": "^1.4.2"
  14182. },
  14183. "engines": {
  14184. "node": ">=4"
  14185. }
  14186. },
  14187. "node_modules/regenerator-runtime": {
  14188. "version": "0.14.1",
  14189. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  14190. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
  14191. "license": "MIT"
  14192. },
  14193. "node_modules/regenerator-transform": {
  14194. "version": "0.15.2",
  14195. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
  14196. "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
  14197. "license": "MIT",
  14198. "dependencies": {
  14199. "@babel/runtime": "^7.8.4"
  14200. }
  14201. },
  14202. "node_modules/regex-parser": {
  14203. "version": "2.3.1",
  14204. "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.1.tgz",
  14205. "integrity": "sha512-yXLRqatcCuKtVHsWrNg0JL3l1zGfdXeEvDa0bdu4tCDQw0RpMDZsqbkyRTUnKMR0tXF627V2oEWjBEaEdqTwtQ==",
  14206. "license": "MIT"
  14207. },
  14208. "node_modules/regexp.prototype.flags": {
  14209. "version": "1.5.4",
  14210. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  14211. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  14212. "license": "MIT",
  14213. "dependencies": {
  14214. "call-bind": "^1.0.8",
  14215. "define-properties": "^1.2.1",
  14216. "es-errors": "^1.3.0",
  14217. "get-proto": "^1.0.1",
  14218. "gopd": "^1.2.0",
  14219. "set-function-name": "^2.0.2"
  14220. },
  14221. "engines": {
  14222. "node": ">= 0.4"
  14223. },
  14224. "funding": {
  14225. "url": "https://github.com/sponsors/ljharb"
  14226. }
  14227. },
  14228. "node_modules/regexpu-core": {
  14229. "version": "6.2.0",
  14230. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz",
  14231. "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==",
  14232. "license": "MIT",
  14233. "dependencies": {
  14234. "regenerate": "^1.4.2",
  14235. "regenerate-unicode-properties": "^10.2.0",
  14236. "regjsgen": "^0.8.0",
  14237. "regjsparser": "^0.12.0",
  14238. "unicode-match-property-ecmascript": "^2.0.0",
  14239. "unicode-match-property-value-ecmascript": "^2.1.0"
  14240. },
  14241. "engines": {
  14242. "node": ">=4"
  14243. }
  14244. },
  14245. "node_modules/regjsgen": {
  14246. "version": "0.8.0",
  14247. "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz",
  14248. "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==",
  14249. "license": "MIT"
  14250. },
  14251. "node_modules/regjsparser": {
  14252. "version": "0.12.0",
  14253. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz",
  14254. "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==",
  14255. "license": "BSD-2-Clause",
  14256. "dependencies": {
  14257. "jsesc": "~3.0.2"
  14258. },
  14259. "bin": {
  14260. "regjsparser": "bin/parser"
  14261. }
  14262. },
  14263. "node_modules/regjsparser/node_modules/jsesc": {
  14264. "version": "3.0.2",
  14265. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
  14266. "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
  14267. "license": "MIT",
  14268. "bin": {
  14269. "jsesc": "bin/jsesc"
  14270. },
  14271. "engines": {
  14272. "node": ">=6"
  14273. }
  14274. },
  14275. "node_modules/relateurl": {
  14276. "version": "0.2.7",
  14277. "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
  14278. "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==",
  14279. "license": "MIT",
  14280. "engines": {
  14281. "node": ">= 0.10"
  14282. }
  14283. },
  14284. "node_modules/renderkid": {
  14285. "version": "3.0.0",
  14286. "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
  14287. "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
  14288. "license": "MIT",
  14289. "dependencies": {
  14290. "css-select": "^4.1.3",
  14291. "dom-converter": "^0.2.0",
  14292. "htmlparser2": "^6.1.0",
  14293. "lodash": "^4.17.21",
  14294. "strip-ansi": "^6.0.1"
  14295. }
  14296. },
  14297. "node_modules/require-directory": {
  14298. "version": "2.1.1",
  14299. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  14300. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  14301. "license": "MIT",
  14302. "engines": {
  14303. "node": ">=0.10.0"
  14304. }
  14305. },
  14306. "node_modules/require-from-string": {
  14307. "version": "2.0.2",
  14308. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  14309. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  14310. "license": "MIT",
  14311. "engines": {
  14312. "node": ">=0.10.0"
  14313. }
  14314. },
  14315. "node_modules/requires-port": {
  14316. "version": "1.0.0",
  14317. "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
  14318. "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
  14319. "license": "MIT"
  14320. },
  14321. "node_modules/resolve": {
  14322. "version": "1.22.10",
  14323. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
  14324. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  14325. "license": "MIT",
  14326. "dependencies": {
  14327. "is-core-module": "^2.16.0",
  14328. "path-parse": "^1.0.7",
  14329. "supports-preserve-symlinks-flag": "^1.0.0"
  14330. },
  14331. "bin": {
  14332. "resolve": "bin/resolve"
  14333. },
  14334. "engines": {
  14335. "node": ">= 0.4"
  14336. },
  14337. "funding": {
  14338. "url": "https://github.com/sponsors/ljharb"
  14339. }
  14340. },
  14341. "node_modules/resolve-cwd": {
  14342. "version": "3.0.0",
  14343. "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
  14344. "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
  14345. "license": "MIT",
  14346. "dependencies": {
  14347. "resolve-from": "^5.0.0"
  14348. },
  14349. "engines": {
  14350. "node": ">=8"
  14351. }
  14352. },
  14353. "node_modules/resolve-from": {
  14354. "version": "5.0.0",
  14355. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  14356. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  14357. "license": "MIT",
  14358. "engines": {
  14359. "node": ">=8"
  14360. }
  14361. },
  14362. "node_modules/resolve-url-loader": {
  14363. "version": "4.0.0",
  14364. "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz",
  14365. "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==",
  14366. "license": "MIT",
  14367. "dependencies": {
  14368. "adjust-sourcemap-loader": "^4.0.0",
  14369. "convert-source-map": "^1.7.0",
  14370. "loader-utils": "^2.0.0",
  14371. "postcss": "^7.0.35",
  14372. "source-map": "0.6.1"
  14373. },
  14374. "engines": {
  14375. "node": ">=8.9"
  14376. },
  14377. "peerDependencies": {
  14378. "rework": "1.0.1",
  14379. "rework-visit": "1.0.0"
  14380. },
  14381. "peerDependenciesMeta": {
  14382. "rework": {
  14383. "optional": true
  14384. },
  14385. "rework-visit": {
  14386. "optional": true
  14387. }
  14388. }
  14389. },
  14390. "node_modules/resolve-url-loader/node_modules/convert-source-map": {
  14391. "version": "1.9.0",
  14392. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  14393. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
  14394. "license": "MIT"
  14395. },
  14396. "node_modules/resolve-url-loader/node_modules/picocolors": {
  14397. "version": "0.2.1",
  14398. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
  14399. "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
  14400. "license": "ISC"
  14401. },
  14402. "node_modules/resolve-url-loader/node_modules/postcss": {
  14403. "version": "7.0.39",
  14404. "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
  14405. "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
  14406. "license": "MIT",
  14407. "dependencies": {
  14408. "picocolors": "^0.2.1",
  14409. "source-map": "^0.6.1"
  14410. },
  14411. "engines": {
  14412. "node": ">=6.0.0"
  14413. },
  14414. "funding": {
  14415. "type": "opencollective",
  14416. "url": "https://opencollective.com/postcss/"
  14417. }
  14418. },
  14419. "node_modules/resolve-url-loader/node_modules/source-map": {
  14420. "version": "0.6.1",
  14421. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  14422. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  14423. "license": "BSD-3-Clause",
  14424. "engines": {
  14425. "node": ">=0.10.0"
  14426. }
  14427. },
  14428. "node_modules/resolve.exports": {
  14429. "version": "1.1.1",
  14430. "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz",
  14431. "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==",
  14432. "license": "MIT",
  14433. "engines": {
  14434. "node": ">=10"
  14435. }
  14436. },
  14437. "node_modules/retry": {
  14438. "version": "0.13.1",
  14439. "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
  14440. "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
  14441. "license": "MIT",
  14442. "engines": {
  14443. "node": ">= 4"
  14444. }
  14445. },
  14446. "node_modules/reusify": {
  14447. "version": "1.0.4",
  14448. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  14449. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  14450. "license": "MIT",
  14451. "engines": {
  14452. "iojs": ">=1.0.0",
  14453. "node": ">=0.10.0"
  14454. }
  14455. },
  14456. "node_modules/rimraf": {
  14457. "version": "3.0.2",
  14458. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  14459. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  14460. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  14461. "license": "ISC",
  14462. "dependencies": {
  14463. "glob": "^7.1.3"
  14464. },
  14465. "bin": {
  14466. "rimraf": "bin.js"
  14467. },
  14468. "funding": {
  14469. "url": "https://github.com/sponsors/isaacs"
  14470. }
  14471. },
  14472. "node_modules/rollup": {
  14473. "version": "2.79.2",
  14474. "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz",
  14475. "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==",
  14476. "license": "MIT",
  14477. "bin": {
  14478. "rollup": "dist/bin/rollup"
  14479. },
  14480. "engines": {
  14481. "node": ">=10.0.0"
  14482. },
  14483. "optionalDependencies": {
  14484. "fsevents": "~2.3.2"
  14485. }
  14486. },
  14487. "node_modules/rollup-plugin-terser": {
  14488. "version": "7.0.2",
  14489. "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
  14490. "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
  14491. "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser",
  14492. "license": "MIT",
  14493. "dependencies": {
  14494. "@babel/code-frame": "^7.10.4",
  14495. "jest-worker": "^26.2.1",
  14496. "serialize-javascript": "^4.0.0",
  14497. "terser": "^5.0.0"
  14498. },
  14499. "peerDependencies": {
  14500. "rollup": "^2.0.0"
  14501. }
  14502. },
  14503. "node_modules/rollup-plugin-terser/node_modules/jest-worker": {
  14504. "version": "26.6.2",
  14505. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
  14506. "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
  14507. "license": "MIT",
  14508. "dependencies": {
  14509. "@types/node": "*",
  14510. "merge-stream": "^2.0.0",
  14511. "supports-color": "^7.0.0"
  14512. },
  14513. "engines": {
  14514. "node": ">= 10.13.0"
  14515. }
  14516. },
  14517. "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": {
  14518. "version": "4.0.0",
  14519. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
  14520. "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
  14521. "license": "BSD-3-Clause",
  14522. "dependencies": {
  14523. "randombytes": "^2.1.0"
  14524. }
  14525. },
  14526. "node_modules/run-parallel": {
  14527. "version": "1.2.0",
  14528. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  14529. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  14530. "funding": [
  14531. {
  14532. "type": "github",
  14533. "url": "https://github.com/sponsors/feross"
  14534. },
  14535. {
  14536. "type": "patreon",
  14537. "url": "https://www.patreon.com/feross"
  14538. },
  14539. {
  14540. "type": "consulting",
  14541. "url": "https://feross.org/support"
  14542. }
  14543. ],
  14544. "license": "MIT",
  14545. "dependencies": {
  14546. "queue-microtask": "^1.2.2"
  14547. }
  14548. },
  14549. "node_modules/safe-array-concat": {
  14550. "version": "1.1.3",
  14551. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  14552. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  14553. "license": "MIT",
  14554. "dependencies": {
  14555. "call-bind": "^1.0.8",
  14556. "call-bound": "^1.0.2",
  14557. "get-intrinsic": "^1.2.6",
  14558. "has-symbols": "^1.1.0",
  14559. "isarray": "^2.0.5"
  14560. },
  14561. "engines": {
  14562. "node": ">=0.4"
  14563. },
  14564. "funding": {
  14565. "url": "https://github.com/sponsors/ljharb"
  14566. }
  14567. },
  14568. "node_modules/safe-buffer": {
  14569. "version": "5.2.1",
  14570. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  14571. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  14572. "funding": [
  14573. {
  14574. "type": "github",
  14575. "url": "https://github.com/sponsors/feross"
  14576. },
  14577. {
  14578. "type": "patreon",
  14579. "url": "https://www.patreon.com/feross"
  14580. },
  14581. {
  14582. "type": "consulting",
  14583. "url": "https://feross.org/support"
  14584. }
  14585. ],
  14586. "license": "MIT"
  14587. },
  14588. "node_modules/safe-push-apply": {
  14589. "version": "1.0.0",
  14590. "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  14591. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  14592. "license": "MIT",
  14593. "dependencies": {
  14594. "es-errors": "^1.3.0",
  14595. "isarray": "^2.0.5"
  14596. },
  14597. "engines": {
  14598. "node": ">= 0.4"
  14599. },
  14600. "funding": {
  14601. "url": "https://github.com/sponsors/ljharb"
  14602. }
  14603. },
  14604. "node_modules/safe-regex-test": {
  14605. "version": "1.1.0",
  14606. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  14607. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  14608. "license": "MIT",
  14609. "dependencies": {
  14610. "call-bound": "^1.0.2",
  14611. "es-errors": "^1.3.0",
  14612. "is-regex": "^1.2.1"
  14613. },
  14614. "engines": {
  14615. "node": ">= 0.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. "license": "MIT"
  14626. },
  14627. "node_modules/sanitize.css": {
  14628. "version": "13.0.0",
  14629. "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz",
  14630. "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==",
  14631. "license": "CC0-1.0"
  14632. },
  14633. "node_modules/sass-loader": {
  14634. "version": "12.6.0",
  14635. "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz",
  14636. "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==",
  14637. "license": "MIT",
  14638. "dependencies": {
  14639. "klona": "^2.0.4",
  14640. "neo-async": "^2.6.2"
  14641. },
  14642. "engines": {
  14643. "node": ">= 12.13.0"
  14644. },
  14645. "funding": {
  14646. "type": "opencollective",
  14647. "url": "https://opencollective.com/webpack"
  14648. },
  14649. "peerDependencies": {
  14650. "fibers": ">= 3.1.0",
  14651. "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
  14652. "sass": "^1.3.0",
  14653. "sass-embedded": "*",
  14654. "webpack": "^5.0.0"
  14655. },
  14656. "peerDependenciesMeta": {
  14657. "fibers": {
  14658. "optional": true
  14659. },
  14660. "node-sass": {
  14661. "optional": true
  14662. },
  14663. "sass": {
  14664. "optional": true
  14665. },
  14666. "sass-embedded": {
  14667. "optional": true
  14668. }
  14669. }
  14670. },
  14671. "node_modules/sax": {
  14672. "version": "1.2.4",
  14673. "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
  14674. "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
  14675. "license": "ISC"
  14676. },
  14677. "node_modules/saxes": {
  14678. "version": "5.0.1",
  14679. "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
  14680. "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
  14681. "license": "ISC",
  14682. "dependencies": {
  14683. "xmlchars": "^2.2.0"
  14684. },
  14685. "engines": {
  14686. "node": ">=10"
  14687. }
  14688. },
  14689. "node_modules/scheduler": {
  14690. "version": "0.25.0",
  14691. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.25.0.tgz",
  14692. "integrity": "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==",
  14693. "license": "MIT"
  14694. },
  14695. "node_modules/schema-utils": {
  14696. "version": "4.3.0",
  14697. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.0.tgz",
  14698. "integrity": "sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==",
  14699. "license": "MIT",
  14700. "dependencies": {
  14701. "@types/json-schema": "^7.0.9",
  14702. "ajv": "^8.9.0",
  14703. "ajv-formats": "^2.1.1",
  14704. "ajv-keywords": "^5.1.0"
  14705. },
  14706. "engines": {
  14707. "node": ">= 10.13.0"
  14708. },
  14709. "funding": {
  14710. "type": "opencollective",
  14711. "url": "https://opencollective.com/webpack"
  14712. }
  14713. },
  14714. "node_modules/schema-utils/node_modules/ajv": {
  14715. "version": "8.17.1",
  14716. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
  14717. "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
  14718. "license": "MIT",
  14719. "dependencies": {
  14720. "fast-deep-equal": "^3.1.3",
  14721. "fast-uri": "^3.0.1",
  14722. "json-schema-traverse": "^1.0.0",
  14723. "require-from-string": "^2.0.2"
  14724. },
  14725. "funding": {
  14726. "type": "github",
  14727. "url": "https://github.com/sponsors/epoberezkin"
  14728. }
  14729. },
  14730. "node_modules/schema-utils/node_modules/ajv-keywords": {
  14731. "version": "5.1.0",
  14732. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  14733. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  14734. "license": "MIT",
  14735. "dependencies": {
  14736. "fast-deep-equal": "^3.1.3"
  14737. },
  14738. "peerDependencies": {
  14739. "ajv": "^8.8.2"
  14740. }
  14741. },
  14742. "node_modules/schema-utils/node_modules/json-schema-traverse": {
  14743. "version": "1.0.0",
  14744. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  14745. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  14746. "license": "MIT"
  14747. },
  14748. "node_modules/select-hose": {
  14749. "version": "2.0.0",
  14750. "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
  14751. "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==",
  14752. "license": "MIT"
  14753. },
  14754. "node_modules/selfsigned": {
  14755. "version": "2.4.1",
  14756. "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz",
  14757. "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==",
  14758. "license": "MIT",
  14759. "dependencies": {
  14760. "@types/node-forge": "^1.3.0",
  14761. "node-forge": "^1"
  14762. },
  14763. "engines": {
  14764. "node": ">=10"
  14765. }
  14766. },
  14767. "node_modules/semver": {
  14768. "version": "7.7.1",
  14769. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
  14770. "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
  14771. "license": "ISC",
  14772. "bin": {
  14773. "semver": "bin/semver.js"
  14774. },
  14775. "engines": {
  14776. "node": ">=10"
  14777. }
  14778. },
  14779. "node_modules/send": {
  14780. "version": "0.19.0",
  14781. "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
  14782. "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
  14783. "license": "MIT",
  14784. "dependencies": {
  14785. "debug": "2.6.9",
  14786. "depd": "2.0.0",
  14787. "destroy": "1.2.0",
  14788. "encodeurl": "~1.0.2",
  14789. "escape-html": "~1.0.3",
  14790. "etag": "~1.8.1",
  14791. "fresh": "0.5.2",
  14792. "http-errors": "2.0.0",
  14793. "mime": "1.6.0",
  14794. "ms": "2.1.3",
  14795. "on-finished": "2.4.1",
  14796. "range-parser": "~1.2.1",
  14797. "statuses": "2.0.1"
  14798. },
  14799. "engines": {
  14800. "node": ">= 0.8.0"
  14801. }
  14802. },
  14803. "node_modules/send/node_modules/debug": {
  14804. "version": "2.6.9",
  14805. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  14806. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  14807. "license": "MIT",
  14808. "dependencies": {
  14809. "ms": "2.0.0"
  14810. }
  14811. },
  14812. "node_modules/send/node_modules/debug/node_modules/ms": {
  14813. "version": "2.0.0",
  14814. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  14815. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  14816. "license": "MIT"
  14817. },
  14818. "node_modules/send/node_modules/encodeurl": {
  14819. "version": "1.0.2",
  14820. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  14821. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  14822. "license": "MIT",
  14823. "engines": {
  14824. "node": ">= 0.8"
  14825. }
  14826. },
  14827. "node_modules/serialize-javascript": {
  14828. "version": "6.0.2",
  14829. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  14830. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  14831. "license": "BSD-3-Clause",
  14832. "dependencies": {
  14833. "randombytes": "^2.1.0"
  14834. }
  14835. },
  14836. "node_modules/serve-index": {
  14837. "version": "1.9.1",
  14838. "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
  14839. "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
  14840. "license": "MIT",
  14841. "dependencies": {
  14842. "accepts": "~1.3.4",
  14843. "batch": "0.6.1",
  14844. "debug": "2.6.9",
  14845. "escape-html": "~1.0.3",
  14846. "http-errors": "~1.6.2",
  14847. "mime-types": "~2.1.17",
  14848. "parseurl": "~1.3.2"
  14849. },
  14850. "engines": {
  14851. "node": ">= 0.8.0"
  14852. }
  14853. },
  14854. "node_modules/serve-index/node_modules/debug": {
  14855. "version": "2.6.9",
  14856. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  14857. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  14858. "license": "MIT",
  14859. "dependencies": {
  14860. "ms": "2.0.0"
  14861. }
  14862. },
  14863. "node_modules/serve-index/node_modules/depd": {
  14864. "version": "1.1.2",
  14865. "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
  14866. "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
  14867. "license": "MIT",
  14868. "engines": {
  14869. "node": ">= 0.6"
  14870. }
  14871. },
  14872. "node_modules/serve-index/node_modules/http-errors": {
  14873. "version": "1.6.3",
  14874. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
  14875. "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
  14876. "license": "MIT",
  14877. "dependencies": {
  14878. "depd": "~1.1.2",
  14879. "inherits": "2.0.3",
  14880. "setprototypeof": "1.1.0",
  14881. "statuses": ">= 1.4.0 < 2"
  14882. },
  14883. "engines": {
  14884. "node": ">= 0.6"
  14885. }
  14886. },
  14887. "node_modules/serve-index/node_modules/inherits": {
  14888. "version": "2.0.3",
  14889. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  14890. "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
  14891. "license": "ISC"
  14892. },
  14893. "node_modules/serve-index/node_modules/ms": {
  14894. "version": "2.0.0",
  14895. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  14896. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  14897. "license": "MIT"
  14898. },
  14899. "node_modules/serve-index/node_modules/setprototypeof": {
  14900. "version": "1.1.0",
  14901. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
  14902. "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
  14903. "license": "ISC"
  14904. },
  14905. "node_modules/serve-index/node_modules/statuses": {
  14906. "version": "1.5.0",
  14907. "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
  14908. "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
  14909. "license": "MIT",
  14910. "engines": {
  14911. "node": ">= 0.6"
  14912. }
  14913. },
  14914. "node_modules/serve-static": {
  14915. "version": "1.16.2",
  14916. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
  14917. "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
  14918. "license": "MIT",
  14919. "dependencies": {
  14920. "encodeurl": "~2.0.0",
  14921. "escape-html": "~1.0.3",
  14922. "parseurl": "~1.3.3",
  14923. "send": "0.19.0"
  14924. },
  14925. "engines": {
  14926. "node": ">= 0.8.0"
  14927. }
  14928. },
  14929. "node_modules/set-function-length": {
  14930. "version": "1.2.2",
  14931. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  14932. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  14933. "license": "MIT",
  14934. "dependencies": {
  14935. "define-data-property": "^1.1.4",
  14936. "es-errors": "^1.3.0",
  14937. "function-bind": "^1.1.2",
  14938. "get-intrinsic": "^1.2.4",
  14939. "gopd": "^1.0.1",
  14940. "has-property-descriptors": "^1.0.2"
  14941. },
  14942. "engines": {
  14943. "node": ">= 0.4"
  14944. }
  14945. },
  14946. "node_modules/set-function-name": {
  14947. "version": "2.0.2",
  14948. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  14949. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  14950. "license": "MIT",
  14951. "dependencies": {
  14952. "define-data-property": "^1.1.4",
  14953. "es-errors": "^1.3.0",
  14954. "functions-have-names": "^1.2.3",
  14955. "has-property-descriptors": "^1.0.2"
  14956. },
  14957. "engines": {
  14958. "node": ">= 0.4"
  14959. }
  14960. },
  14961. "node_modules/set-proto": {
  14962. "version": "1.0.0",
  14963. "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
  14964. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  14965. "license": "MIT",
  14966. "dependencies": {
  14967. "dunder-proto": "^1.0.1",
  14968. "es-errors": "^1.3.0",
  14969. "es-object-atoms": "^1.0.0"
  14970. },
  14971. "engines": {
  14972. "node": ">= 0.4"
  14973. }
  14974. },
  14975. "node_modules/setprototypeof": {
  14976. "version": "1.2.0",
  14977. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  14978. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  14979. "license": "ISC"
  14980. },
  14981. "node_modules/shebang-command": {
  14982. "version": "2.0.0",
  14983. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  14984. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  14985. "license": "MIT",
  14986. "dependencies": {
  14987. "shebang-regex": "^3.0.0"
  14988. },
  14989. "engines": {
  14990. "node": ">=8"
  14991. }
  14992. },
  14993. "node_modules/shebang-regex": {
  14994. "version": "3.0.0",
  14995. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  14996. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  14997. "license": "MIT",
  14998. "engines": {
  14999. "node": ">=8"
  15000. }
  15001. },
  15002. "node_modules/shell-quote": {
  15003. "version": "1.8.2",
  15004. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz",
  15005. "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
  15006. "license": "MIT",
  15007. "engines": {
  15008. "node": ">= 0.4"
  15009. },
  15010. "funding": {
  15011. "url": "https://github.com/sponsors/ljharb"
  15012. }
  15013. },
  15014. "node_modules/side-channel": {
  15015. "version": "1.1.0",
  15016. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  15017. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  15018. "license": "MIT",
  15019. "dependencies": {
  15020. "es-errors": "^1.3.0",
  15021. "object-inspect": "^1.13.3",
  15022. "side-channel-list": "^1.0.0",
  15023. "side-channel-map": "^1.0.1",
  15024. "side-channel-weakmap": "^1.0.2"
  15025. },
  15026. "engines": {
  15027. "node": ">= 0.4"
  15028. },
  15029. "funding": {
  15030. "url": "https://github.com/sponsors/ljharb"
  15031. }
  15032. },
  15033. "node_modules/side-channel-list": {
  15034. "version": "1.0.0",
  15035. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
  15036. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  15037. "license": "MIT",
  15038. "dependencies": {
  15039. "es-errors": "^1.3.0",
  15040. "object-inspect": "^1.13.3"
  15041. },
  15042. "engines": {
  15043. "node": ">= 0.4"
  15044. },
  15045. "funding": {
  15046. "url": "https://github.com/sponsors/ljharb"
  15047. }
  15048. },
  15049. "node_modules/side-channel-map": {
  15050. "version": "1.0.1",
  15051. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  15052. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  15053. "license": "MIT",
  15054. "dependencies": {
  15055. "call-bound": "^1.0.2",
  15056. "es-errors": "^1.3.0",
  15057. "get-intrinsic": "^1.2.5",
  15058. "object-inspect": "^1.13.3"
  15059. },
  15060. "engines": {
  15061. "node": ">= 0.4"
  15062. },
  15063. "funding": {
  15064. "url": "https://github.com/sponsors/ljharb"
  15065. }
  15066. },
  15067. "node_modules/side-channel-weakmap": {
  15068. "version": "1.0.2",
  15069. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  15070. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  15071. "license": "MIT",
  15072. "dependencies": {
  15073. "call-bound": "^1.0.2",
  15074. "es-errors": "^1.3.0",
  15075. "get-intrinsic": "^1.2.5",
  15076. "object-inspect": "^1.13.3",
  15077. "side-channel-map": "^1.0.1"
  15078. },
  15079. "engines": {
  15080. "node": ">= 0.4"
  15081. },
  15082. "funding": {
  15083. "url": "https://github.com/sponsors/ljharb"
  15084. }
  15085. },
  15086. "node_modules/signal-exit": {
  15087. "version": "3.0.7",
  15088. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  15089. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  15090. "license": "ISC"
  15091. },
  15092. "node_modules/sisteransi": {
  15093. "version": "1.0.5",
  15094. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  15095. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  15096. "license": "MIT"
  15097. },
  15098. "node_modules/slash": {
  15099. "version": "3.0.0",
  15100. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  15101. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  15102. "license": "MIT",
  15103. "engines": {
  15104. "node": ">=8"
  15105. }
  15106. },
  15107. "node_modules/sockjs": {
  15108. "version": "0.3.24",
  15109. "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
  15110. "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
  15111. "license": "MIT",
  15112. "dependencies": {
  15113. "faye-websocket": "^0.11.3",
  15114. "uuid": "^8.3.2",
  15115. "websocket-driver": "^0.7.4"
  15116. }
  15117. },
  15118. "node_modules/source-list-map": {
  15119. "version": "2.0.1",
  15120. "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
  15121. "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==",
  15122. "license": "MIT"
  15123. },
  15124. "node_modules/source-map": {
  15125. "version": "0.7.4",
  15126. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  15127. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  15128. "license": "BSD-3-Clause",
  15129. "engines": {
  15130. "node": ">= 8"
  15131. }
  15132. },
  15133. "node_modules/source-map-js": {
  15134. "version": "1.2.1",
  15135. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  15136. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  15137. "license": "BSD-3-Clause",
  15138. "engines": {
  15139. "node": ">=0.10.0"
  15140. }
  15141. },
  15142. "node_modules/source-map-loader": {
  15143. "version": "3.0.2",
  15144. "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz",
  15145. "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==",
  15146. "license": "MIT",
  15147. "dependencies": {
  15148. "abab": "^2.0.5",
  15149. "iconv-lite": "^0.6.3",
  15150. "source-map-js": "^1.0.1"
  15151. },
  15152. "engines": {
  15153. "node": ">= 12.13.0"
  15154. },
  15155. "funding": {
  15156. "type": "opencollective",
  15157. "url": "https://opencollective.com/webpack"
  15158. },
  15159. "peerDependencies": {
  15160. "webpack": "^5.0.0"
  15161. }
  15162. },
  15163. "node_modules/source-map-support": {
  15164. "version": "0.5.21",
  15165. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  15166. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  15167. "license": "MIT",
  15168. "dependencies": {
  15169. "buffer-from": "^1.0.0",
  15170. "source-map": "^0.6.0"
  15171. }
  15172. },
  15173. "node_modules/source-map-support/node_modules/source-map": {
  15174. "version": "0.6.1",
  15175. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  15176. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  15177. "license": "BSD-3-Clause",
  15178. "engines": {
  15179. "node": ">=0.10.0"
  15180. }
  15181. },
  15182. "node_modules/sourcemap-codec": {
  15183. "version": "1.4.8",
  15184. "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  15185. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
  15186. "deprecated": "Please use @jridgewell/sourcemap-codec instead",
  15187. "license": "MIT"
  15188. },
  15189. "node_modules/spdy": {
  15190. "version": "4.0.2",
  15191. "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
  15192. "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
  15193. "license": "MIT",
  15194. "dependencies": {
  15195. "debug": "^4.1.0",
  15196. "handle-thing": "^2.0.0",
  15197. "http-deceiver": "^1.2.7",
  15198. "select-hose": "^2.0.0",
  15199. "spdy-transport": "^3.0.0"
  15200. },
  15201. "engines": {
  15202. "node": ">=6.0.0"
  15203. }
  15204. },
  15205. "node_modules/spdy-transport": {
  15206. "version": "3.0.0",
  15207. "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
  15208. "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
  15209. "license": "MIT",
  15210. "dependencies": {
  15211. "debug": "^4.1.0",
  15212. "detect-node": "^2.0.4",
  15213. "hpack.js": "^2.1.6",
  15214. "obuf": "^1.1.2",
  15215. "readable-stream": "^3.0.6",
  15216. "wbuf": "^1.7.3"
  15217. }
  15218. },
  15219. "node_modules/sprintf-js": {
  15220. "version": "1.0.3",
  15221. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  15222. "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
  15223. "license": "BSD-3-Clause"
  15224. },
  15225. "node_modules/stable": {
  15226. "version": "0.1.8",
  15227. "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
  15228. "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==",
  15229. "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",
  15230. "license": "MIT"
  15231. },
  15232. "node_modules/stack-utils": {
  15233. "version": "2.0.6",
  15234. "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
  15235. "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
  15236. "license": "MIT",
  15237. "dependencies": {
  15238. "escape-string-regexp": "^2.0.0"
  15239. },
  15240. "engines": {
  15241. "node": ">=10"
  15242. }
  15243. },
  15244. "node_modules/stack-utils/node_modules/escape-string-regexp": {
  15245. "version": "2.0.0",
  15246. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  15247. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
  15248. "license": "MIT",
  15249. "engines": {
  15250. "node": ">=8"
  15251. }
  15252. },
  15253. "node_modules/stackframe": {
  15254. "version": "1.3.4",
  15255. "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
  15256. "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==",
  15257. "license": "MIT"
  15258. },
  15259. "node_modules/static-eval": {
  15260. "version": "2.0.2",
  15261. "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz",
  15262. "integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==",
  15263. "license": "MIT",
  15264. "dependencies": {
  15265. "escodegen": "^1.8.1"
  15266. }
  15267. },
  15268. "node_modules/static-eval/node_modules/escodegen": {
  15269. "version": "1.14.3",
  15270. "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz",
  15271. "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==",
  15272. "license": "BSD-2-Clause",
  15273. "dependencies": {
  15274. "esprima": "^4.0.1",
  15275. "estraverse": "^4.2.0",
  15276. "esutils": "^2.0.2",
  15277. "optionator": "^0.8.1"
  15278. },
  15279. "bin": {
  15280. "escodegen": "bin/escodegen.js",
  15281. "esgenerate": "bin/esgenerate.js"
  15282. },
  15283. "engines": {
  15284. "node": ">=4.0"
  15285. },
  15286. "optionalDependencies": {
  15287. "source-map": "~0.6.1"
  15288. }
  15289. },
  15290. "node_modules/static-eval/node_modules/estraverse": {
  15291. "version": "4.3.0",
  15292. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  15293. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  15294. "license": "BSD-2-Clause",
  15295. "engines": {
  15296. "node": ">=4.0"
  15297. }
  15298. },
  15299. "node_modules/static-eval/node_modules/levn": {
  15300. "version": "0.3.0",
  15301. "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
  15302. "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
  15303. "license": "MIT",
  15304. "dependencies": {
  15305. "prelude-ls": "~1.1.2",
  15306. "type-check": "~0.3.2"
  15307. },
  15308. "engines": {
  15309. "node": ">= 0.8.0"
  15310. }
  15311. },
  15312. "node_modules/static-eval/node_modules/optionator": {
  15313. "version": "0.8.3",
  15314. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
  15315. "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
  15316. "license": "MIT",
  15317. "dependencies": {
  15318. "deep-is": "~0.1.3",
  15319. "fast-levenshtein": "~2.0.6",
  15320. "levn": "~0.3.0",
  15321. "prelude-ls": "~1.1.2",
  15322. "type-check": "~0.3.2",
  15323. "word-wrap": "~1.2.3"
  15324. },
  15325. "engines": {
  15326. "node": ">= 0.8.0"
  15327. }
  15328. },
  15329. "node_modules/static-eval/node_modules/prelude-ls": {
  15330. "version": "1.1.2",
  15331. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
  15332. "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
  15333. "engines": {
  15334. "node": ">= 0.8.0"
  15335. }
  15336. },
  15337. "node_modules/static-eval/node_modules/source-map": {
  15338. "version": "0.6.1",
  15339. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  15340. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  15341. "license": "BSD-3-Clause",
  15342. "optional": true,
  15343. "engines": {
  15344. "node": ">=0.10.0"
  15345. }
  15346. },
  15347. "node_modules/static-eval/node_modules/type-check": {
  15348. "version": "0.3.2",
  15349. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
  15350. "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
  15351. "license": "MIT",
  15352. "dependencies": {
  15353. "prelude-ls": "~1.1.2"
  15354. },
  15355. "engines": {
  15356. "node": ">= 0.8.0"
  15357. }
  15358. },
  15359. "node_modules/statuses": {
  15360. "version": "2.0.1",
  15361. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  15362. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  15363. "license": "MIT",
  15364. "engines": {
  15365. "node": ">= 0.8"
  15366. }
  15367. },
  15368. "node_modules/string_decoder": {
  15369. "version": "1.3.0",
  15370. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  15371. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  15372. "license": "MIT",
  15373. "dependencies": {
  15374. "safe-buffer": "~5.2.0"
  15375. }
  15376. },
  15377. "node_modules/string-length": {
  15378. "version": "4.0.2",
  15379. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  15380. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  15381. "license": "MIT",
  15382. "dependencies": {
  15383. "char-regex": "^1.0.2",
  15384. "strip-ansi": "^6.0.0"
  15385. },
  15386. "engines": {
  15387. "node": ">=10"
  15388. }
  15389. },
  15390. "node_modules/string-natural-compare": {
  15391. "version": "3.0.1",
  15392. "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
  15393. "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==",
  15394. "license": "MIT"
  15395. },
  15396. "node_modules/string-width": {
  15397. "version": "4.2.3",
  15398. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  15399. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  15400. "license": "MIT",
  15401. "dependencies": {
  15402. "emoji-regex": "^8.0.0",
  15403. "is-fullwidth-code-point": "^3.0.0",
  15404. "strip-ansi": "^6.0.1"
  15405. },
  15406. "engines": {
  15407. "node": ">=8"
  15408. }
  15409. },
  15410. "node_modules/string-width-cjs": {
  15411. "name": "string-width",
  15412. "version": "4.2.3",
  15413. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  15414. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  15415. "license": "MIT",
  15416. "dependencies": {
  15417. "emoji-regex": "^8.0.0",
  15418. "is-fullwidth-code-point": "^3.0.0",
  15419. "strip-ansi": "^6.0.1"
  15420. },
  15421. "engines": {
  15422. "node": ">=8"
  15423. }
  15424. },
  15425. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  15426. "version": "8.0.0",
  15427. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  15428. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  15429. "license": "MIT"
  15430. },
  15431. "node_modules/string-width/node_modules/emoji-regex": {
  15432. "version": "8.0.0",
  15433. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  15434. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  15435. "license": "MIT"
  15436. },
  15437. "node_modules/string.prototype.includes": {
  15438. "version": "2.0.1",
  15439. "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
  15440. "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
  15441. "license": "MIT",
  15442. "dependencies": {
  15443. "call-bind": "^1.0.7",
  15444. "define-properties": "^1.2.1",
  15445. "es-abstract": "^1.23.3"
  15446. },
  15447. "engines": {
  15448. "node": ">= 0.4"
  15449. }
  15450. },
  15451. "node_modules/string.prototype.matchall": {
  15452. "version": "4.0.12",
  15453. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  15454. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  15455. "license": "MIT",
  15456. "dependencies": {
  15457. "call-bind": "^1.0.8",
  15458. "call-bound": "^1.0.3",
  15459. "define-properties": "^1.2.1",
  15460. "es-abstract": "^1.23.6",
  15461. "es-errors": "^1.3.0",
  15462. "es-object-atoms": "^1.0.0",
  15463. "get-intrinsic": "^1.2.6",
  15464. "gopd": "^1.2.0",
  15465. "has-symbols": "^1.1.0",
  15466. "internal-slot": "^1.1.0",
  15467. "regexp.prototype.flags": "^1.5.3",
  15468. "set-function-name": "^2.0.2",
  15469. "side-channel": "^1.1.0"
  15470. },
  15471. "engines": {
  15472. "node": ">= 0.4"
  15473. },
  15474. "funding": {
  15475. "url": "https://github.com/sponsors/ljharb"
  15476. }
  15477. },
  15478. "node_modules/string.prototype.repeat": {
  15479. "version": "1.0.0",
  15480. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  15481. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  15482. "license": "MIT",
  15483. "dependencies": {
  15484. "define-properties": "^1.1.3",
  15485. "es-abstract": "^1.17.5"
  15486. }
  15487. },
  15488. "node_modules/string.prototype.trim": {
  15489. "version": "1.2.10",
  15490. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  15491. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  15492. "license": "MIT",
  15493. "dependencies": {
  15494. "call-bind": "^1.0.8",
  15495. "call-bound": "^1.0.2",
  15496. "define-data-property": "^1.1.4",
  15497. "define-properties": "^1.2.1",
  15498. "es-abstract": "^1.23.5",
  15499. "es-object-atoms": "^1.0.0",
  15500. "has-property-descriptors": "^1.0.2"
  15501. },
  15502. "engines": {
  15503. "node": ">= 0.4"
  15504. },
  15505. "funding": {
  15506. "url": "https://github.com/sponsors/ljharb"
  15507. }
  15508. },
  15509. "node_modules/string.prototype.trimend": {
  15510. "version": "1.0.9",
  15511. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  15512. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  15513. "license": "MIT",
  15514. "dependencies": {
  15515. "call-bind": "^1.0.8",
  15516. "call-bound": "^1.0.2",
  15517. "define-properties": "^1.2.1",
  15518. "es-object-atoms": "^1.0.0"
  15519. },
  15520. "engines": {
  15521. "node": ">= 0.4"
  15522. },
  15523. "funding": {
  15524. "url": "https://github.com/sponsors/ljharb"
  15525. }
  15526. },
  15527. "node_modules/string.prototype.trimstart": {
  15528. "version": "1.0.8",
  15529. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  15530. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  15531. "license": "MIT",
  15532. "dependencies": {
  15533. "call-bind": "^1.0.7",
  15534. "define-properties": "^1.2.1",
  15535. "es-object-atoms": "^1.0.0"
  15536. },
  15537. "engines": {
  15538. "node": ">= 0.4"
  15539. },
  15540. "funding": {
  15541. "url": "https://github.com/sponsors/ljharb"
  15542. }
  15543. },
  15544. "node_modules/stringify-object": {
  15545. "version": "3.3.0",
  15546. "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
  15547. "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
  15548. "license": "BSD-2-Clause",
  15549. "dependencies": {
  15550. "get-own-enumerable-property-symbols": "^3.0.0",
  15551. "is-obj": "^1.0.1",
  15552. "is-regexp": "^1.0.0"
  15553. },
  15554. "engines": {
  15555. "node": ">=4"
  15556. }
  15557. },
  15558. "node_modules/strip-ansi": {
  15559. "version": "6.0.1",
  15560. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  15561. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  15562. "license": "MIT",
  15563. "dependencies": {
  15564. "ansi-regex": "^5.0.1"
  15565. },
  15566. "engines": {
  15567. "node": ">=8"
  15568. }
  15569. },
  15570. "node_modules/strip-ansi-cjs": {
  15571. "name": "strip-ansi",
  15572. "version": "6.0.1",
  15573. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  15574. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  15575. "license": "MIT",
  15576. "dependencies": {
  15577. "ansi-regex": "^5.0.1"
  15578. },
  15579. "engines": {
  15580. "node": ">=8"
  15581. }
  15582. },
  15583. "node_modules/strip-bom": {
  15584. "version": "4.0.0",
  15585. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
  15586. "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
  15587. "license": "MIT",
  15588. "engines": {
  15589. "node": ">=8"
  15590. }
  15591. },
  15592. "node_modules/strip-comments": {
  15593. "version": "2.0.1",
  15594. "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
  15595. "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==",
  15596. "license": "MIT",
  15597. "engines": {
  15598. "node": ">=10"
  15599. }
  15600. },
  15601. "node_modules/strip-final-newline": {
  15602. "version": "2.0.0",
  15603. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  15604. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  15605. "license": "MIT",
  15606. "engines": {
  15607. "node": ">=6"
  15608. }
  15609. },
  15610. "node_modules/strip-indent": {
  15611. "version": "3.0.0",
  15612. "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
  15613. "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
  15614. "license": "MIT",
  15615. "dependencies": {
  15616. "min-indent": "^1.0.0"
  15617. },
  15618. "engines": {
  15619. "node": ">=8"
  15620. }
  15621. },
  15622. "node_modules/strip-json-comments": {
  15623. "version": "3.1.1",
  15624. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  15625. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  15626. "license": "MIT",
  15627. "engines": {
  15628. "node": ">=8"
  15629. },
  15630. "funding": {
  15631. "url": "https://github.com/sponsors/sindresorhus"
  15632. }
  15633. },
  15634. "node_modules/style-loader": {
  15635. "version": "3.3.4",
  15636. "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz",
  15637. "integrity": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==",
  15638. "license": "MIT",
  15639. "engines": {
  15640. "node": ">= 12.13.0"
  15641. },
  15642. "funding": {
  15643. "type": "opencollective",
  15644. "url": "https://opencollective.com/webpack"
  15645. },
  15646. "peerDependencies": {
  15647. "webpack": "^5.0.0"
  15648. }
  15649. },
  15650. "node_modules/stylehacks": {
  15651. "version": "5.1.1",
  15652. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz",
  15653. "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==",
  15654. "license": "MIT",
  15655. "dependencies": {
  15656. "browserslist": "^4.21.4",
  15657. "postcss-selector-parser": "^6.0.4"
  15658. },
  15659. "engines": {
  15660. "node": "^10 || ^12 || >=14.0"
  15661. },
  15662. "peerDependencies": {
  15663. "postcss": "^8.2.15"
  15664. }
  15665. },
  15666. "node_modules/sucrase": {
  15667. "version": "3.35.0",
  15668. "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
  15669. "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
  15670. "license": "MIT",
  15671. "dependencies": {
  15672. "@jridgewell/gen-mapping": "^0.3.2",
  15673. "commander": "^4.0.0",
  15674. "glob": "^10.3.10",
  15675. "lines-and-columns": "^1.1.6",
  15676. "mz": "^2.7.0",
  15677. "pirates": "^4.0.1",
  15678. "ts-interface-checker": "^0.1.9"
  15679. },
  15680. "bin": {
  15681. "sucrase": "bin/sucrase",
  15682. "sucrase-node": "bin/sucrase-node"
  15683. },
  15684. "engines": {
  15685. "node": ">=16 || 14 >=14.17"
  15686. }
  15687. },
  15688. "node_modules/sucrase/node_modules/brace-expansion": {
  15689. "version": "2.0.1",
  15690. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  15691. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  15692. "license": "MIT",
  15693. "dependencies": {
  15694. "balanced-match": "^1.0.0"
  15695. }
  15696. },
  15697. "node_modules/sucrase/node_modules/commander": {
  15698. "version": "4.1.1",
  15699. "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  15700. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  15701. "license": "MIT",
  15702. "engines": {
  15703. "node": ">= 6"
  15704. }
  15705. },
  15706. "node_modules/sucrase/node_modules/glob": {
  15707. "version": "10.4.5",
  15708. "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
  15709. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  15710. "license": "ISC",
  15711. "dependencies": {
  15712. "foreground-child": "^3.1.0",
  15713. "jackspeak": "^3.1.2",
  15714. "minimatch": "^9.0.4",
  15715. "minipass": "^7.1.2",
  15716. "package-json-from-dist": "^1.0.0",
  15717. "path-scurry": "^1.11.1"
  15718. },
  15719. "bin": {
  15720. "glob": "dist/esm/bin.mjs"
  15721. },
  15722. "funding": {
  15723. "url": "https://github.com/sponsors/isaacs"
  15724. }
  15725. },
  15726. "node_modules/sucrase/node_modules/minimatch": {
  15727. "version": "9.0.5",
  15728. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
  15729. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  15730. "license": "ISC",
  15731. "dependencies": {
  15732. "brace-expansion": "^2.0.1"
  15733. },
  15734. "engines": {
  15735. "node": ">=16 || 14 >=14.17"
  15736. },
  15737. "funding": {
  15738. "url": "https://github.com/sponsors/isaacs"
  15739. }
  15740. },
  15741. "node_modules/supports-color": {
  15742. "version": "7.2.0",
  15743. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  15744. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  15745. "license": "MIT",
  15746. "dependencies": {
  15747. "has-flag": "^4.0.0"
  15748. },
  15749. "engines": {
  15750. "node": ">=8"
  15751. }
  15752. },
  15753. "node_modules/supports-hyperlinks": {
  15754. "version": "2.3.0",
  15755. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz",
  15756. "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==",
  15757. "license": "MIT",
  15758. "dependencies": {
  15759. "has-flag": "^4.0.0",
  15760. "supports-color": "^7.0.0"
  15761. },
  15762. "engines": {
  15763. "node": ">=8"
  15764. }
  15765. },
  15766. "node_modules/supports-preserve-symlinks-flag": {
  15767. "version": "1.0.0",
  15768. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  15769. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  15770. "license": "MIT",
  15771. "engines": {
  15772. "node": ">= 0.4"
  15773. },
  15774. "funding": {
  15775. "url": "https://github.com/sponsors/ljharb"
  15776. }
  15777. },
  15778. "node_modules/svg-parser": {
  15779. "version": "2.0.4",
  15780. "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
  15781. "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==",
  15782. "license": "MIT"
  15783. },
  15784. "node_modules/svgo": {
  15785. "version": "1.3.2",
  15786. "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
  15787. "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
  15788. "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.",
  15789. "license": "MIT",
  15790. "dependencies": {
  15791. "chalk": "^2.4.1",
  15792. "coa": "^2.0.2",
  15793. "css-select": "^2.0.0",
  15794. "css-select-base-adapter": "^0.1.1",
  15795. "css-tree": "1.0.0-alpha.37",
  15796. "csso": "^4.0.2",
  15797. "js-yaml": "^3.13.1",
  15798. "mkdirp": "~0.5.1",
  15799. "object.values": "^1.1.0",
  15800. "sax": "~1.2.4",
  15801. "stable": "^0.1.8",
  15802. "unquote": "~1.1.1",
  15803. "util.promisify": "~1.0.0"
  15804. },
  15805. "bin": {
  15806. "svgo": "bin/svgo"
  15807. },
  15808. "engines": {
  15809. "node": ">=4.0.0"
  15810. }
  15811. },
  15812. "node_modules/svgo/node_modules/ansi-styles": {
  15813. "version": "3.2.1",
  15814. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  15815. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  15816. "license": "MIT",
  15817. "dependencies": {
  15818. "color-convert": "^1.9.0"
  15819. },
  15820. "engines": {
  15821. "node": ">=4"
  15822. }
  15823. },
  15824. "node_modules/svgo/node_modules/chalk": {
  15825. "version": "2.4.2",
  15826. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  15827. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  15828. "license": "MIT",
  15829. "dependencies": {
  15830. "ansi-styles": "^3.2.1",
  15831. "escape-string-regexp": "^1.0.5",
  15832. "supports-color": "^5.3.0"
  15833. },
  15834. "engines": {
  15835. "node": ">=4"
  15836. }
  15837. },
  15838. "node_modules/svgo/node_modules/color-convert": {
  15839. "version": "1.9.3",
  15840. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  15841. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  15842. "license": "MIT",
  15843. "dependencies": {
  15844. "color-name": "1.1.3"
  15845. }
  15846. },
  15847. "node_modules/svgo/node_modules/color-name": {
  15848. "version": "1.1.3",
  15849. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  15850. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
  15851. "license": "MIT"
  15852. },
  15853. "node_modules/svgo/node_modules/css-select": {
  15854. "version": "2.1.0",
  15855. "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
  15856. "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
  15857. "license": "BSD-2-Clause",
  15858. "dependencies": {
  15859. "boolbase": "^1.0.0",
  15860. "css-what": "^3.2.1",
  15861. "domutils": "^1.7.0",
  15862. "nth-check": "^1.0.2"
  15863. }
  15864. },
  15865. "node_modules/svgo/node_modules/css-what": {
  15866. "version": "3.4.2",
  15867. "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
  15868. "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==",
  15869. "license": "BSD-2-Clause",
  15870. "engines": {
  15871. "node": ">= 6"
  15872. },
  15873. "funding": {
  15874. "url": "https://github.com/sponsors/fb55"
  15875. }
  15876. },
  15877. "node_modules/svgo/node_modules/dom-serializer": {
  15878. "version": "0.2.2",
  15879. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
  15880. "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
  15881. "license": "MIT",
  15882. "dependencies": {
  15883. "domelementtype": "^2.0.1",
  15884. "entities": "^2.0.0"
  15885. }
  15886. },
  15887. "node_modules/svgo/node_modules/domutils": {
  15888. "version": "1.7.0",
  15889. "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
  15890. "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
  15891. "license": "BSD-2-Clause",
  15892. "dependencies": {
  15893. "dom-serializer": "0",
  15894. "domelementtype": "1"
  15895. }
  15896. },
  15897. "node_modules/svgo/node_modules/domutils/node_modules/domelementtype": {
  15898. "version": "1.3.1",
  15899. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
  15900. "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==",
  15901. "license": "BSD-2-Clause"
  15902. },
  15903. "node_modules/svgo/node_modules/escape-string-regexp": {
  15904. "version": "1.0.5",
  15905. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  15906. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  15907. "license": "MIT",
  15908. "engines": {
  15909. "node": ">=0.8.0"
  15910. }
  15911. },
  15912. "node_modules/svgo/node_modules/has-flag": {
  15913. "version": "3.0.0",
  15914. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  15915. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  15916. "license": "MIT",
  15917. "engines": {
  15918. "node": ">=4"
  15919. }
  15920. },
  15921. "node_modules/svgo/node_modules/nth-check": {
  15922. "version": "1.0.2",
  15923. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
  15924. "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
  15925. "license": "BSD-2-Clause",
  15926. "dependencies": {
  15927. "boolbase": "~1.0.0"
  15928. }
  15929. },
  15930. "node_modules/svgo/node_modules/supports-color": {
  15931. "version": "5.5.0",
  15932. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  15933. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  15934. "license": "MIT",
  15935. "dependencies": {
  15936. "has-flag": "^3.0.0"
  15937. },
  15938. "engines": {
  15939. "node": ">=4"
  15940. }
  15941. },
  15942. "node_modules/symbol-tree": {
  15943. "version": "3.2.4",
  15944. "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  15945. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
  15946. "license": "MIT"
  15947. },
  15948. "node_modules/tailwindcss": {
  15949. "version": "3.4.17",
  15950. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz",
  15951. "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==",
  15952. "license": "MIT",
  15953. "dependencies": {
  15954. "@alloc/quick-lru": "^5.2.0",
  15955. "arg": "^5.0.2",
  15956. "chokidar": "^3.6.0",
  15957. "didyoumean": "^1.2.2",
  15958. "dlv": "^1.1.3",
  15959. "fast-glob": "^3.3.2",
  15960. "glob-parent": "^6.0.2",
  15961. "is-glob": "^4.0.3",
  15962. "jiti": "^1.21.6",
  15963. "lilconfig": "^3.1.3",
  15964. "micromatch": "^4.0.8",
  15965. "normalize-path": "^3.0.0",
  15966. "object-hash": "^3.0.0",
  15967. "picocolors": "^1.1.1",
  15968. "postcss": "^8.4.47",
  15969. "postcss-import": "^15.1.0",
  15970. "postcss-js": "^4.0.1",
  15971. "postcss-load-config": "^4.0.2",
  15972. "postcss-nested": "^6.2.0",
  15973. "postcss-selector-parser": "^6.1.2",
  15974. "resolve": "^1.22.8",
  15975. "sucrase": "^3.35.0"
  15976. },
  15977. "bin": {
  15978. "tailwind": "lib/cli.js",
  15979. "tailwindcss": "lib/cli.js"
  15980. },
  15981. "engines": {
  15982. "node": ">=14.0.0"
  15983. }
  15984. },
  15985. "node_modules/tailwindcss/node_modules/lilconfig": {
  15986. "version": "3.1.3",
  15987. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
  15988. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  15989. "license": "MIT",
  15990. "engines": {
  15991. "node": ">=14"
  15992. },
  15993. "funding": {
  15994. "url": "https://github.com/sponsors/antonk52"
  15995. }
  15996. },
  15997. "node_modules/tapable": {
  15998. "version": "2.2.1",
  15999. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
  16000. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  16001. "license": "MIT",
  16002. "engines": {
  16003. "node": ">=6"
  16004. }
  16005. },
  16006. "node_modules/temp-dir": {
  16007. "version": "2.0.0",
  16008. "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
  16009. "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
  16010. "license": "MIT",
  16011. "engines": {
  16012. "node": ">=8"
  16013. }
  16014. },
  16015. "node_modules/tempy": {
  16016. "version": "0.6.0",
  16017. "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
  16018. "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
  16019. "license": "MIT",
  16020. "dependencies": {
  16021. "is-stream": "^2.0.0",
  16022. "temp-dir": "^2.0.0",
  16023. "type-fest": "^0.16.0",
  16024. "unique-string": "^2.0.0"
  16025. },
  16026. "engines": {
  16027. "node": ">=10"
  16028. },
  16029. "funding": {
  16030. "url": "https://github.com/sponsors/sindresorhus"
  16031. }
  16032. },
  16033. "node_modules/tempy/node_modules/type-fest": {
  16034. "version": "0.16.0",
  16035. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
  16036. "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==",
  16037. "license": "(MIT OR CC0-1.0)",
  16038. "engines": {
  16039. "node": ">=10"
  16040. },
  16041. "funding": {
  16042. "url": "https://github.com/sponsors/sindresorhus"
  16043. }
  16044. },
  16045. "node_modules/terminal-link": {
  16046. "version": "2.1.1",
  16047. "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
  16048. "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
  16049. "license": "MIT",
  16050. "dependencies": {
  16051. "ansi-escapes": "^4.2.1",
  16052. "supports-hyperlinks": "^2.0.0"
  16053. },
  16054. "engines": {
  16055. "node": ">=8"
  16056. },
  16057. "funding": {
  16058. "url": "https://github.com/sponsors/sindresorhus"
  16059. }
  16060. },
  16061. "node_modules/terser": {
  16062. "version": "5.39.0",
  16063. "resolved": "https://registry.npmjs.org/terser/-/terser-5.39.0.tgz",
  16064. "integrity": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==",
  16065. "license": "BSD-2-Clause",
  16066. "dependencies": {
  16067. "@jridgewell/source-map": "^0.3.3",
  16068. "acorn": "^8.8.2",
  16069. "commander": "^2.20.0",
  16070. "source-map-support": "~0.5.20"
  16071. },
  16072. "bin": {
  16073. "terser": "bin/terser"
  16074. },
  16075. "engines": {
  16076. "node": ">=10"
  16077. }
  16078. },
  16079. "node_modules/terser-webpack-plugin": {
  16080. "version": "5.3.11",
  16081. "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.11.tgz",
  16082. "integrity": "sha512-RVCsMfuD0+cTt3EwX8hSl2Ks56EbFHWmhluwcqoPKtBnfjiT6olaq7PRIRfhyU8nnC2MrnDrBLfrD/RGE+cVXQ==",
  16083. "license": "MIT",
  16084. "dependencies": {
  16085. "@jridgewell/trace-mapping": "^0.3.25",
  16086. "jest-worker": "^27.4.5",
  16087. "schema-utils": "^4.3.0",
  16088. "serialize-javascript": "^6.0.2",
  16089. "terser": "^5.31.1"
  16090. },
  16091. "engines": {
  16092. "node": ">= 10.13.0"
  16093. },
  16094. "funding": {
  16095. "type": "opencollective",
  16096. "url": "https://opencollective.com/webpack"
  16097. },
  16098. "peerDependencies": {
  16099. "webpack": "^5.1.0"
  16100. },
  16101. "peerDependenciesMeta": {
  16102. "@swc/core": {
  16103. "optional": true
  16104. },
  16105. "esbuild": {
  16106. "optional": true
  16107. },
  16108. "uglify-js": {
  16109. "optional": true
  16110. }
  16111. }
  16112. },
  16113. "node_modules/terser/node_modules/commander": {
  16114. "version": "2.20.3",
  16115. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  16116. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  16117. "license": "MIT"
  16118. },
  16119. "node_modules/test-exclude": {
  16120. "version": "6.0.0",
  16121. "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
  16122. "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
  16123. "license": "ISC",
  16124. "dependencies": {
  16125. "@istanbuljs/schema": "^0.1.2",
  16126. "glob": "^7.1.4",
  16127. "minimatch": "^3.0.4"
  16128. },
  16129. "engines": {
  16130. "node": ">=8"
  16131. }
  16132. },
  16133. "node_modules/text-table": {
  16134. "version": "0.2.0",
  16135. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  16136. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  16137. "license": "MIT"
  16138. },
  16139. "node_modules/thenify": {
  16140. "version": "3.3.1",
  16141. "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
  16142. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  16143. "license": "MIT",
  16144. "dependencies": {
  16145. "any-promise": "^1.0.0"
  16146. }
  16147. },
  16148. "node_modules/thenify-all": {
  16149. "version": "1.6.0",
  16150. "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
  16151. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  16152. "license": "MIT",
  16153. "dependencies": {
  16154. "thenify": ">= 3.1.0 < 4"
  16155. },
  16156. "engines": {
  16157. "node": ">=0.8"
  16158. }
  16159. },
  16160. "node_modules/throat": {
  16161. "version": "6.0.2",
  16162. "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz",
  16163. "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==",
  16164. "license": "MIT"
  16165. },
  16166. "node_modules/thunky": {
  16167. "version": "1.1.0",
  16168. "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
  16169. "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==",
  16170. "license": "MIT"
  16171. },
  16172. "node_modules/tmpl": {
  16173. "version": "1.0.5",
  16174. "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
  16175. "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
  16176. "license": "BSD-3-Clause"
  16177. },
  16178. "node_modules/to-regex-range": {
  16179. "version": "5.0.1",
  16180. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  16181. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  16182. "license": "MIT",
  16183. "dependencies": {
  16184. "is-number": "^7.0.0"
  16185. },
  16186. "engines": {
  16187. "node": ">=8.0"
  16188. }
  16189. },
  16190. "node_modules/toidentifier": {
  16191. "version": "1.0.1",
  16192. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  16193. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  16194. "license": "MIT",
  16195. "engines": {
  16196. "node": ">=0.6"
  16197. }
  16198. },
  16199. "node_modules/tough-cookie": {
  16200. "version": "4.1.4",
  16201. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
  16202. "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
  16203. "license": "BSD-3-Clause",
  16204. "dependencies": {
  16205. "psl": "^1.1.33",
  16206. "punycode": "^2.1.1",
  16207. "universalify": "^0.2.0",
  16208. "url-parse": "^1.5.3"
  16209. },
  16210. "engines": {
  16211. "node": ">=6"
  16212. }
  16213. },
  16214. "node_modules/tough-cookie/node_modules/universalify": {
  16215. "version": "0.2.0",
  16216. "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
  16217. "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
  16218. "license": "MIT",
  16219. "engines": {
  16220. "node": ">= 4.0.0"
  16221. }
  16222. },
  16223. "node_modules/tr46": {
  16224. "version": "2.1.0",
  16225. "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
  16226. "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
  16227. "license": "MIT",
  16228. "dependencies": {
  16229. "punycode": "^2.1.1"
  16230. },
  16231. "engines": {
  16232. "node": ">=8"
  16233. }
  16234. },
  16235. "node_modules/tryer": {
  16236. "version": "1.0.1",
  16237. "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
  16238. "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==",
  16239. "license": "MIT"
  16240. },
  16241. "node_modules/ts-interface-checker": {
  16242. "version": "0.1.13",
  16243. "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  16244. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
  16245. "license": "Apache-2.0"
  16246. },
  16247. "node_modules/tsconfig-paths": {
  16248. "version": "3.15.0",
  16249. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  16250. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  16251. "license": "MIT",
  16252. "dependencies": {
  16253. "@types/json5": "^0.0.29",
  16254. "json5": "^1.0.2",
  16255. "minimist": "^1.2.6",
  16256. "strip-bom": "^3.0.0"
  16257. }
  16258. },
  16259. "node_modules/tsconfig-paths/node_modules/json5": {
  16260. "version": "1.0.2",
  16261. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  16262. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  16263. "license": "MIT",
  16264. "dependencies": {
  16265. "minimist": "^1.2.0"
  16266. },
  16267. "bin": {
  16268. "json5": "lib/cli.js"
  16269. }
  16270. },
  16271. "node_modules/tsconfig-paths/node_modules/strip-bom": {
  16272. "version": "3.0.0",
  16273. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  16274. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  16275. "license": "MIT",
  16276. "engines": {
  16277. "node": ">=4"
  16278. }
  16279. },
  16280. "node_modules/tslib": {
  16281. "version": "2.8.1",
  16282. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  16283. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  16284. "license": "0BSD"
  16285. },
  16286. "node_modules/tsutils": {
  16287. "version": "3.21.0",
  16288. "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
  16289. "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
  16290. "license": "MIT",
  16291. "dependencies": {
  16292. "tslib": "^1.8.1"
  16293. },
  16294. "engines": {
  16295. "node": ">= 6"
  16296. },
  16297. "peerDependencies": {
  16298. "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"
  16299. }
  16300. },
  16301. "node_modules/tsutils/node_modules/tslib": {
  16302. "version": "1.14.1",
  16303. "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
  16304. "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
  16305. "license": "0BSD"
  16306. },
  16307. "node_modules/type-check": {
  16308. "version": "0.4.0",
  16309. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  16310. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  16311. "license": "MIT",
  16312. "dependencies": {
  16313. "prelude-ls": "^1.2.1"
  16314. },
  16315. "engines": {
  16316. "node": ">= 0.8.0"
  16317. }
  16318. },
  16319. "node_modules/type-detect": {
  16320. "version": "4.0.8",
  16321. "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
  16322. "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
  16323. "license": "MIT",
  16324. "engines": {
  16325. "node": ">=4"
  16326. }
  16327. },
  16328. "node_modules/type-fest": {
  16329. "version": "0.21.3",
  16330. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  16331. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  16332. "license": "(MIT OR CC0-1.0)",
  16333. "engines": {
  16334. "node": ">=10"
  16335. },
  16336. "funding": {
  16337. "url": "https://github.com/sponsors/sindresorhus"
  16338. }
  16339. },
  16340. "node_modules/type-is": {
  16341. "version": "1.6.18",
  16342. "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
  16343. "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  16344. "license": "MIT",
  16345. "dependencies": {
  16346. "media-typer": "0.3.0",
  16347. "mime-types": "~2.1.24"
  16348. },
  16349. "engines": {
  16350. "node": ">= 0.6"
  16351. }
  16352. },
  16353. "node_modules/typed-array-buffer": {
  16354. "version": "1.0.3",
  16355. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  16356. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  16357. "license": "MIT",
  16358. "dependencies": {
  16359. "call-bound": "^1.0.3",
  16360. "es-errors": "^1.3.0",
  16361. "is-typed-array": "^1.1.14"
  16362. },
  16363. "engines": {
  16364. "node": ">= 0.4"
  16365. }
  16366. },
  16367. "node_modules/typed-array-byte-length": {
  16368. "version": "1.0.3",
  16369. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  16370. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  16371. "license": "MIT",
  16372. "dependencies": {
  16373. "call-bind": "^1.0.8",
  16374. "for-each": "^0.3.3",
  16375. "gopd": "^1.2.0",
  16376. "has-proto": "^1.2.0",
  16377. "is-typed-array": "^1.1.14"
  16378. },
  16379. "engines": {
  16380. "node": ">= 0.4"
  16381. },
  16382. "funding": {
  16383. "url": "https://github.com/sponsors/ljharb"
  16384. }
  16385. },
  16386. "node_modules/typed-array-byte-offset": {
  16387. "version": "1.0.4",
  16388. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  16389. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  16390. "license": "MIT",
  16391. "dependencies": {
  16392. "available-typed-arrays": "^1.0.7",
  16393. "call-bind": "^1.0.8",
  16394. "for-each": "^0.3.3",
  16395. "gopd": "^1.2.0",
  16396. "has-proto": "^1.2.0",
  16397. "is-typed-array": "^1.1.15",
  16398. "reflect.getprototypeof": "^1.0.9"
  16399. },
  16400. "engines": {
  16401. "node": ">= 0.4"
  16402. },
  16403. "funding": {
  16404. "url": "https://github.com/sponsors/ljharb"
  16405. }
  16406. },
  16407. "node_modules/typed-array-length": {
  16408. "version": "1.0.7",
  16409. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
  16410. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  16411. "license": "MIT",
  16412. "dependencies": {
  16413. "call-bind": "^1.0.7",
  16414. "for-each": "^0.3.3",
  16415. "gopd": "^1.0.1",
  16416. "is-typed-array": "^1.1.13",
  16417. "possible-typed-array-names": "^1.0.0",
  16418. "reflect.getprototypeof": "^1.0.6"
  16419. },
  16420. "engines": {
  16421. "node": ">= 0.4"
  16422. },
  16423. "funding": {
  16424. "url": "https://github.com/sponsors/ljharb"
  16425. }
  16426. },
  16427. "node_modules/typedarray-to-buffer": {
  16428. "version": "3.1.5",
  16429. "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
  16430. "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
  16431. "license": "MIT",
  16432. "dependencies": {
  16433. "is-typedarray": "^1.0.0"
  16434. }
  16435. },
  16436. "node_modules/typescript": {
  16437. "version": "4.9.5",
  16438. "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
  16439. "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
  16440. "license": "Apache-2.0",
  16441. "peer": true,
  16442. "bin": {
  16443. "tsc": "bin/tsc",
  16444. "tsserver": "bin/tsserver"
  16445. },
  16446. "engines": {
  16447. "node": ">=4.2.0"
  16448. }
  16449. },
  16450. "node_modules/unbox-primitive": {
  16451. "version": "1.1.0",
  16452. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  16453. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  16454. "license": "MIT",
  16455. "dependencies": {
  16456. "call-bound": "^1.0.3",
  16457. "has-bigints": "^1.0.2",
  16458. "has-symbols": "^1.1.0",
  16459. "which-boxed-primitive": "^1.1.1"
  16460. },
  16461. "engines": {
  16462. "node": ">= 0.4"
  16463. },
  16464. "funding": {
  16465. "url": "https://github.com/sponsors/ljharb"
  16466. }
  16467. },
  16468. "node_modules/underscore": {
  16469. "version": "1.12.1",
  16470. "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
  16471. "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
  16472. "license": "MIT"
  16473. },
  16474. "node_modules/undici-types": {
  16475. "version": "6.20.0",
  16476. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
  16477. "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
  16478. "license": "MIT"
  16479. },
  16480. "node_modules/unicode-canonical-property-names-ecmascript": {
  16481. "version": "2.0.1",
  16482. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
  16483. "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
  16484. "license": "MIT",
  16485. "engines": {
  16486. "node": ">=4"
  16487. }
  16488. },
  16489. "node_modules/unicode-match-property-ecmascript": {
  16490. "version": "2.0.0",
  16491. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  16492. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  16493. "license": "MIT",
  16494. "dependencies": {
  16495. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  16496. "unicode-property-aliases-ecmascript": "^2.0.0"
  16497. },
  16498. "engines": {
  16499. "node": ">=4"
  16500. }
  16501. },
  16502. "node_modules/unicode-match-property-value-ecmascript": {
  16503. "version": "2.2.0",
  16504. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz",
  16505. "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==",
  16506. "license": "MIT",
  16507. "engines": {
  16508. "node": ">=4"
  16509. }
  16510. },
  16511. "node_modules/unicode-property-aliases-ecmascript": {
  16512. "version": "2.1.0",
  16513. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  16514. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
  16515. "license": "MIT",
  16516. "engines": {
  16517. "node": ">=4"
  16518. }
  16519. },
  16520. "node_modules/unique-string": {
  16521. "version": "2.0.0",
  16522. "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
  16523. "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
  16524. "license": "MIT",
  16525. "dependencies": {
  16526. "crypto-random-string": "^2.0.0"
  16527. },
  16528. "engines": {
  16529. "node": ">=8"
  16530. }
  16531. },
  16532. "node_modules/universalify": {
  16533. "version": "2.0.1",
  16534. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  16535. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  16536. "license": "MIT",
  16537. "engines": {
  16538. "node": ">= 10.0.0"
  16539. }
  16540. },
  16541. "node_modules/unpipe": {
  16542. "version": "1.0.0",
  16543. "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  16544. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  16545. "license": "MIT",
  16546. "engines": {
  16547. "node": ">= 0.8"
  16548. }
  16549. },
  16550. "node_modules/unquote": {
  16551. "version": "1.1.1",
  16552. "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
  16553. "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==",
  16554. "license": "MIT"
  16555. },
  16556. "node_modules/upath": {
  16557. "version": "1.2.0",
  16558. "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  16559. "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
  16560. "license": "MIT",
  16561. "engines": {
  16562. "node": ">=4",
  16563. "yarn": "*"
  16564. }
  16565. },
  16566. "node_modules/update-browserslist-db": {
  16567. "version": "1.1.2",
  16568. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz",
  16569. "integrity": "sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==",
  16570. "funding": [
  16571. {
  16572. "type": "opencollective",
  16573. "url": "https://opencollective.com/browserslist"
  16574. },
  16575. {
  16576. "type": "tidelift",
  16577. "url": "https://tidelift.com/funding/github/npm/browserslist"
  16578. },
  16579. {
  16580. "type": "github",
  16581. "url": "https://github.com/sponsors/ai"
  16582. }
  16583. ],
  16584. "license": "MIT",
  16585. "dependencies": {
  16586. "escalade": "^3.2.0",
  16587. "picocolors": "^1.1.1"
  16588. },
  16589. "bin": {
  16590. "update-browserslist-db": "cli.js"
  16591. },
  16592. "peerDependencies": {
  16593. "browserslist": ">= 4.21.0"
  16594. }
  16595. },
  16596. "node_modules/uri-js": {
  16597. "version": "4.4.1",
  16598. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  16599. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  16600. "license": "BSD-2-Clause",
  16601. "dependencies": {
  16602. "punycode": "^2.1.0"
  16603. }
  16604. },
  16605. "node_modules/url-parse": {
  16606. "version": "1.5.10",
  16607. "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
  16608. "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
  16609. "license": "MIT",
  16610. "dependencies": {
  16611. "querystringify": "^2.1.1",
  16612. "requires-port": "^1.0.0"
  16613. }
  16614. },
  16615. "node_modules/util-deprecate": {
  16616. "version": "1.0.2",
  16617. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  16618. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  16619. "license": "MIT"
  16620. },
  16621. "node_modules/util.promisify": {
  16622. "version": "1.0.1",
  16623. "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
  16624. "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
  16625. "license": "MIT",
  16626. "dependencies": {
  16627. "define-properties": "^1.1.3",
  16628. "es-abstract": "^1.17.2",
  16629. "has-symbols": "^1.0.1",
  16630. "object.getownpropertydescriptors": "^2.1.0"
  16631. },
  16632. "funding": {
  16633. "url": "https://github.com/sponsors/ljharb"
  16634. }
  16635. },
  16636. "node_modules/utila": {
  16637. "version": "0.4.0",
  16638. "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
  16639. "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==",
  16640. "license": "MIT"
  16641. },
  16642. "node_modules/utils-merge": {
  16643. "version": "1.0.1",
  16644. "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
  16645. "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
  16646. "license": "MIT",
  16647. "engines": {
  16648. "node": ">= 0.4.0"
  16649. }
  16650. },
  16651. "node_modules/uuid": {
  16652. "version": "8.3.2",
  16653. "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
  16654. "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
  16655. "license": "MIT",
  16656. "bin": {
  16657. "uuid": "dist/bin/uuid"
  16658. }
  16659. },
  16660. "node_modules/v8-to-istanbul": {
  16661. "version": "8.1.1",
  16662. "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
  16663. "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
  16664. "license": "ISC",
  16665. "dependencies": {
  16666. "@types/istanbul-lib-coverage": "^2.0.1",
  16667. "convert-source-map": "^1.6.0",
  16668. "source-map": "^0.7.3"
  16669. },
  16670. "engines": {
  16671. "node": ">=10.12.0"
  16672. }
  16673. },
  16674. "node_modules/v8-to-istanbul/node_modules/convert-source-map": {
  16675. "version": "1.9.0",
  16676. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  16677. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
  16678. "license": "MIT"
  16679. },
  16680. "node_modules/vary": {
  16681. "version": "1.1.2",
  16682. "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  16683. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  16684. "license": "MIT",
  16685. "engines": {
  16686. "node": ">= 0.8"
  16687. }
  16688. },
  16689. "node_modules/w3c-hr-time": {
  16690. "version": "1.0.2",
  16691. "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
  16692. "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
  16693. "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.",
  16694. "license": "MIT",
  16695. "dependencies": {
  16696. "browser-process-hrtime": "^1.0.0"
  16697. }
  16698. },
  16699. "node_modules/w3c-xmlserializer": {
  16700. "version": "2.0.0",
  16701. "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
  16702. "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
  16703. "license": "MIT",
  16704. "dependencies": {
  16705. "xml-name-validator": "^3.0.0"
  16706. },
  16707. "engines": {
  16708. "node": ">=10"
  16709. }
  16710. },
  16711. "node_modules/walker": {
  16712. "version": "1.0.8",
  16713. "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
  16714. "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
  16715. "license": "Apache-2.0",
  16716. "dependencies": {
  16717. "makeerror": "1.0.12"
  16718. }
  16719. },
  16720. "node_modules/watchpack": {
  16721. "version": "2.4.2",
  16722. "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz",
  16723. "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==",
  16724. "license": "MIT",
  16725. "dependencies": {
  16726. "glob-to-regexp": "^0.4.1",
  16727. "graceful-fs": "^4.1.2"
  16728. },
  16729. "engines": {
  16730. "node": ">=10.13.0"
  16731. }
  16732. },
  16733. "node_modules/wbuf": {
  16734. "version": "1.7.3",
  16735. "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
  16736. "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
  16737. "license": "MIT",
  16738. "dependencies": {
  16739. "minimalistic-assert": "^1.0.0"
  16740. }
  16741. },
  16742. "node_modules/web-vitals": {
  16743. "version": "2.1.4",
  16744. "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz",
  16745. "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==",
  16746. "license": "Apache-2.0"
  16747. },
  16748. "node_modules/webidl-conversions": {
  16749. "version": "6.1.0",
  16750. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
  16751. "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
  16752. "license": "BSD-2-Clause",
  16753. "engines": {
  16754. "node": ">=10.4"
  16755. }
  16756. },
  16757. "node_modules/webpack": {
  16758. "version": "5.98.0",
  16759. "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.98.0.tgz",
  16760. "integrity": "sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==",
  16761. "license": "MIT",
  16762. "dependencies": {
  16763. "@types/eslint-scope": "^3.7.7",
  16764. "@types/estree": "^1.0.6",
  16765. "@webassemblyjs/ast": "^1.14.1",
  16766. "@webassemblyjs/wasm-edit": "^1.14.1",
  16767. "@webassemblyjs/wasm-parser": "^1.14.1",
  16768. "acorn": "^8.14.0",
  16769. "browserslist": "^4.24.0",
  16770. "chrome-trace-event": "^1.0.2",
  16771. "enhanced-resolve": "^5.17.1",
  16772. "es-module-lexer": "^1.2.1",
  16773. "eslint-scope": "5.1.1",
  16774. "events": "^3.2.0",
  16775. "glob-to-regexp": "^0.4.1",
  16776. "graceful-fs": "^4.2.11",
  16777. "json-parse-even-better-errors": "^2.3.1",
  16778. "loader-runner": "^4.2.0",
  16779. "mime-types": "^2.1.27",
  16780. "neo-async": "^2.6.2",
  16781. "schema-utils": "^4.3.0",
  16782. "tapable": "^2.1.1",
  16783. "terser-webpack-plugin": "^5.3.11",
  16784. "watchpack": "^2.4.1",
  16785. "webpack-sources": "^3.2.3"
  16786. },
  16787. "bin": {
  16788. "webpack": "bin/webpack.js"
  16789. },
  16790. "engines": {
  16791. "node": ">=10.13.0"
  16792. },
  16793. "funding": {
  16794. "type": "opencollective",
  16795. "url": "https://opencollective.com/webpack"
  16796. },
  16797. "peerDependenciesMeta": {
  16798. "webpack-cli": {
  16799. "optional": true
  16800. }
  16801. }
  16802. },
  16803. "node_modules/webpack-dev-middleware": {
  16804. "version": "5.3.4",
  16805. "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz",
  16806. "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==",
  16807. "license": "MIT",
  16808. "dependencies": {
  16809. "colorette": "^2.0.10",
  16810. "memfs": "^3.4.3",
  16811. "mime-types": "^2.1.31",
  16812. "range-parser": "^1.2.1",
  16813. "schema-utils": "^4.0.0"
  16814. },
  16815. "engines": {
  16816. "node": ">= 12.13.0"
  16817. },
  16818. "funding": {
  16819. "type": "opencollective",
  16820. "url": "https://opencollective.com/webpack"
  16821. },
  16822. "peerDependencies": {
  16823. "webpack": "^4.0.0 || ^5.0.0"
  16824. }
  16825. },
  16826. "node_modules/webpack-dev-server": {
  16827. "version": "4.15.2",
  16828. "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz",
  16829. "integrity": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==",
  16830. "license": "MIT",
  16831. "dependencies": {
  16832. "@types/bonjour": "^3.5.9",
  16833. "@types/connect-history-api-fallback": "^1.3.5",
  16834. "@types/express": "^4.17.13",
  16835. "@types/serve-index": "^1.9.1",
  16836. "@types/serve-static": "^1.13.10",
  16837. "@types/sockjs": "^0.3.33",
  16838. "@types/ws": "^8.5.5",
  16839. "ansi-html-community": "^0.0.8",
  16840. "bonjour-service": "^1.0.11",
  16841. "chokidar": "^3.5.3",
  16842. "colorette": "^2.0.10",
  16843. "compression": "^1.7.4",
  16844. "connect-history-api-fallback": "^2.0.0",
  16845. "default-gateway": "^6.0.3",
  16846. "express": "^4.17.3",
  16847. "graceful-fs": "^4.2.6",
  16848. "html-entities": "^2.3.2",
  16849. "http-proxy-middleware": "^2.0.3",
  16850. "ipaddr.js": "^2.0.1",
  16851. "launch-editor": "^2.6.0",
  16852. "open": "^8.0.9",
  16853. "p-retry": "^4.5.0",
  16854. "rimraf": "^3.0.2",
  16855. "schema-utils": "^4.0.0",
  16856. "selfsigned": "^2.1.1",
  16857. "serve-index": "^1.9.1",
  16858. "sockjs": "^0.3.24",
  16859. "spdy": "^4.0.2",
  16860. "webpack-dev-middleware": "^5.3.4",
  16861. "ws": "^8.13.0"
  16862. },
  16863. "bin": {
  16864. "webpack-dev-server": "bin/webpack-dev-server.js"
  16865. },
  16866. "engines": {
  16867. "node": ">= 12.13.0"
  16868. },
  16869. "funding": {
  16870. "type": "opencollective",
  16871. "url": "https://opencollective.com/webpack"
  16872. },
  16873. "peerDependencies": {
  16874. "webpack": "^4.37.0 || ^5.0.0"
  16875. },
  16876. "peerDependenciesMeta": {
  16877. "webpack": {
  16878. "optional": true
  16879. },
  16880. "webpack-cli": {
  16881. "optional": true
  16882. }
  16883. }
  16884. },
  16885. "node_modules/webpack-dev-server/node_modules/ws": {
  16886. "version": "8.18.1",
  16887. "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz",
  16888. "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",
  16889. "license": "MIT",
  16890. "engines": {
  16891. "node": ">=10.0.0"
  16892. },
  16893. "peerDependencies": {
  16894. "bufferutil": "^4.0.1",
  16895. "utf-8-validate": ">=5.0.2"
  16896. },
  16897. "peerDependenciesMeta": {
  16898. "bufferutil": {
  16899. "optional": true
  16900. },
  16901. "utf-8-validate": {
  16902. "optional": true
  16903. }
  16904. }
  16905. },
  16906. "node_modules/webpack-manifest-plugin": {
  16907. "version": "4.1.1",
  16908. "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz",
  16909. "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==",
  16910. "license": "MIT",
  16911. "dependencies": {
  16912. "tapable": "^2.0.0",
  16913. "webpack-sources": "^2.2.0"
  16914. },
  16915. "engines": {
  16916. "node": ">=12.22.0"
  16917. },
  16918. "peerDependencies": {
  16919. "webpack": "^4.44.2 || ^5.47.0"
  16920. }
  16921. },
  16922. "node_modules/webpack-manifest-plugin/node_modules/source-map": {
  16923. "version": "0.6.1",
  16924. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  16925. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  16926. "license": "BSD-3-Clause",
  16927. "engines": {
  16928. "node": ">=0.10.0"
  16929. }
  16930. },
  16931. "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": {
  16932. "version": "2.3.1",
  16933. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
  16934. "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
  16935. "license": "MIT",
  16936. "dependencies": {
  16937. "source-list-map": "^2.0.1",
  16938. "source-map": "^0.6.1"
  16939. },
  16940. "engines": {
  16941. "node": ">=10.13.0"
  16942. }
  16943. },
  16944. "node_modules/webpack-sources": {
  16945. "version": "3.2.3",
  16946. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
  16947. "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
  16948. "license": "MIT",
  16949. "engines": {
  16950. "node": ">=10.13.0"
  16951. }
  16952. },
  16953. "node_modules/webpack/node_modules/eslint-scope": {
  16954. "version": "5.1.1",
  16955. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  16956. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  16957. "license": "BSD-2-Clause",
  16958. "dependencies": {
  16959. "esrecurse": "^4.3.0",
  16960. "estraverse": "^4.1.1"
  16961. },
  16962. "engines": {
  16963. "node": ">=8.0.0"
  16964. }
  16965. },
  16966. "node_modules/webpack/node_modules/estraverse": {
  16967. "version": "4.3.0",
  16968. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  16969. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  16970. "license": "BSD-2-Clause",
  16971. "engines": {
  16972. "node": ">=4.0"
  16973. }
  16974. },
  16975. "node_modules/websocket-driver": {
  16976. "version": "0.7.4",
  16977. "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
  16978. "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
  16979. "license": "Apache-2.0",
  16980. "dependencies": {
  16981. "http-parser-js": ">=0.5.1",
  16982. "safe-buffer": ">=5.1.0",
  16983. "websocket-extensions": ">=0.1.1"
  16984. },
  16985. "engines": {
  16986. "node": ">=0.8.0"
  16987. }
  16988. },
  16989. "node_modules/websocket-extensions": {
  16990. "version": "0.1.4",
  16991. "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
  16992. "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
  16993. "license": "Apache-2.0",
  16994. "engines": {
  16995. "node": ">=0.8.0"
  16996. }
  16997. },
  16998. "node_modules/whatwg-encoding": {
  16999. "version": "1.0.5",
  17000. "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
  17001. "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
  17002. "license": "MIT",
  17003. "dependencies": {
  17004. "iconv-lite": "0.4.24"
  17005. }
  17006. },
  17007. "node_modules/whatwg-encoding/node_modules/iconv-lite": {
  17008. "version": "0.4.24",
  17009. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  17010. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  17011. "license": "MIT",
  17012. "dependencies": {
  17013. "safer-buffer": ">= 2.1.2 < 3"
  17014. },
  17015. "engines": {
  17016. "node": ">=0.10.0"
  17017. }
  17018. },
  17019. "node_modules/whatwg-fetch": {
  17020. "version": "3.6.20",
  17021. "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz",
  17022. "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==",
  17023. "license": "MIT"
  17024. },
  17025. "node_modules/whatwg-mimetype": {
  17026. "version": "2.3.0",
  17027. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
  17028. "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==",
  17029. "license": "MIT"
  17030. },
  17031. "node_modules/whatwg-url": {
  17032. "version": "8.7.0",
  17033. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
  17034. "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
  17035. "license": "MIT",
  17036. "dependencies": {
  17037. "lodash": "^4.7.0",
  17038. "tr46": "^2.1.0",
  17039. "webidl-conversions": "^6.1.0"
  17040. },
  17041. "engines": {
  17042. "node": ">=10"
  17043. }
  17044. },
  17045. "node_modules/which": {
  17046. "version": "2.0.2",
  17047. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  17048. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  17049. "license": "ISC",
  17050. "dependencies": {
  17051. "isexe": "^2.0.0"
  17052. },
  17053. "bin": {
  17054. "node-which": "bin/node-which"
  17055. },
  17056. "engines": {
  17057. "node": ">= 8"
  17058. }
  17059. },
  17060. "node_modules/which-boxed-primitive": {
  17061. "version": "1.1.1",
  17062. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  17063. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  17064. "license": "MIT",
  17065. "dependencies": {
  17066. "is-bigint": "^1.1.0",
  17067. "is-boolean-object": "^1.2.1",
  17068. "is-number-object": "^1.1.1",
  17069. "is-string": "^1.1.1",
  17070. "is-symbol": "^1.1.1"
  17071. },
  17072. "engines": {
  17073. "node": ">= 0.4"
  17074. },
  17075. "funding": {
  17076. "url": "https://github.com/sponsors/ljharb"
  17077. }
  17078. },
  17079. "node_modules/which-builtin-type": {
  17080. "version": "1.2.1",
  17081. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  17082. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  17083. "license": "MIT",
  17084. "dependencies": {
  17085. "call-bound": "^1.0.2",
  17086. "function.prototype.name": "^1.1.6",
  17087. "has-tostringtag": "^1.0.2",
  17088. "is-async-function": "^2.0.0",
  17089. "is-date-object": "^1.1.0",
  17090. "is-finalizationregistry": "^1.1.0",
  17091. "is-generator-function": "^1.0.10",
  17092. "is-regex": "^1.2.1",
  17093. "is-weakref": "^1.0.2",
  17094. "isarray": "^2.0.5",
  17095. "which-boxed-primitive": "^1.1.0",
  17096. "which-collection": "^1.0.2",
  17097. "which-typed-array": "^1.1.16"
  17098. },
  17099. "engines": {
  17100. "node": ">= 0.4"
  17101. },
  17102. "funding": {
  17103. "url": "https://github.com/sponsors/ljharb"
  17104. }
  17105. },
  17106. "node_modules/which-collection": {
  17107. "version": "1.0.2",
  17108. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  17109. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  17110. "license": "MIT",
  17111. "dependencies": {
  17112. "is-map": "^2.0.3",
  17113. "is-set": "^2.0.3",
  17114. "is-weakmap": "^2.0.2",
  17115. "is-weakset": "^2.0.3"
  17116. },
  17117. "engines": {
  17118. "node": ">= 0.4"
  17119. },
  17120. "funding": {
  17121. "url": "https://github.com/sponsors/ljharb"
  17122. }
  17123. },
  17124. "node_modules/which-typed-array": {
  17125. "version": "1.1.18",
  17126. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.18.tgz",
  17127. "integrity": "sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==",
  17128. "license": "MIT",
  17129. "dependencies": {
  17130. "available-typed-arrays": "^1.0.7",
  17131. "call-bind": "^1.0.8",
  17132. "call-bound": "^1.0.3",
  17133. "for-each": "^0.3.3",
  17134. "gopd": "^1.2.0",
  17135. "has-tostringtag": "^1.0.2"
  17136. },
  17137. "engines": {
  17138. "node": ">= 0.4"
  17139. },
  17140. "funding": {
  17141. "url": "https://github.com/sponsors/ljharb"
  17142. }
  17143. },
  17144. "node_modules/word-wrap": {
  17145. "version": "1.2.5",
  17146. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  17147. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  17148. "license": "MIT",
  17149. "engines": {
  17150. "node": ">=0.10.0"
  17151. }
  17152. },
  17153. "node_modules/workbox-background-sync": {
  17154. "version": "6.6.0",
  17155. "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.6.0.tgz",
  17156. "integrity": "sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==",
  17157. "license": "MIT",
  17158. "dependencies": {
  17159. "idb": "^7.0.1",
  17160. "workbox-core": "6.6.0"
  17161. }
  17162. },
  17163. "node_modules/workbox-broadcast-update": {
  17164. "version": "6.6.0",
  17165. "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.0.tgz",
  17166. "integrity": "sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==",
  17167. "license": "MIT",
  17168. "dependencies": {
  17169. "workbox-core": "6.6.0"
  17170. }
  17171. },
  17172. "node_modules/workbox-build": {
  17173. "version": "6.6.0",
  17174. "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.0.tgz",
  17175. "integrity": "sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==",
  17176. "license": "MIT",
  17177. "dependencies": {
  17178. "@apideck/better-ajv-errors": "^0.3.1",
  17179. "@babel/core": "^7.11.1",
  17180. "@babel/preset-env": "^7.11.0",
  17181. "@babel/runtime": "^7.11.2",
  17182. "@rollup/plugin-babel": "^5.2.0",
  17183. "@rollup/plugin-node-resolve": "^11.2.1",
  17184. "@rollup/plugin-replace": "^2.4.1",
  17185. "@surma/rollup-plugin-off-main-thread": "^2.2.3",
  17186. "ajv": "^8.6.0",
  17187. "common-tags": "^1.8.0",
  17188. "fast-json-stable-stringify": "^2.1.0",
  17189. "fs-extra": "^9.0.1",
  17190. "glob": "^7.1.6",
  17191. "lodash": "^4.17.20",
  17192. "pretty-bytes": "^5.3.0",
  17193. "rollup": "^2.43.1",
  17194. "rollup-plugin-terser": "^7.0.0",
  17195. "source-map": "^0.8.0-beta.0",
  17196. "stringify-object": "^3.3.0",
  17197. "strip-comments": "^2.0.1",
  17198. "tempy": "^0.6.0",
  17199. "upath": "^1.2.0",
  17200. "workbox-background-sync": "6.6.0",
  17201. "workbox-broadcast-update": "6.6.0",
  17202. "workbox-cacheable-response": "6.6.0",
  17203. "workbox-core": "6.6.0",
  17204. "workbox-expiration": "6.6.0",
  17205. "workbox-google-analytics": "6.6.0",
  17206. "workbox-navigation-preload": "6.6.0",
  17207. "workbox-precaching": "6.6.0",
  17208. "workbox-range-requests": "6.6.0",
  17209. "workbox-recipes": "6.6.0",
  17210. "workbox-routing": "6.6.0",
  17211. "workbox-strategies": "6.6.0",
  17212. "workbox-streams": "6.6.0",
  17213. "workbox-sw": "6.6.0",
  17214. "workbox-window": "6.6.0"
  17215. },
  17216. "engines": {
  17217. "node": ">=10.0.0"
  17218. }
  17219. },
  17220. "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": {
  17221. "version": "0.3.6",
  17222. "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz",
  17223. "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==",
  17224. "license": "MIT",
  17225. "dependencies": {
  17226. "json-schema": "^0.4.0",
  17227. "jsonpointer": "^5.0.0",
  17228. "leven": "^3.1.0"
  17229. },
  17230. "engines": {
  17231. "node": ">=10"
  17232. },
  17233. "peerDependencies": {
  17234. "ajv": ">=8"
  17235. }
  17236. },
  17237. "node_modules/workbox-build/node_modules/ajv": {
  17238. "version": "8.17.1",
  17239. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
  17240. "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
  17241. "license": "MIT",
  17242. "dependencies": {
  17243. "fast-deep-equal": "^3.1.3",
  17244. "fast-uri": "^3.0.1",
  17245. "json-schema-traverse": "^1.0.0",
  17246. "require-from-string": "^2.0.2"
  17247. },
  17248. "funding": {
  17249. "type": "github",
  17250. "url": "https://github.com/sponsors/epoberezkin"
  17251. }
  17252. },
  17253. "node_modules/workbox-build/node_modules/fs-extra": {
  17254. "version": "9.1.0",
  17255. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  17256. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  17257. "license": "MIT",
  17258. "dependencies": {
  17259. "at-least-node": "^1.0.0",
  17260. "graceful-fs": "^4.2.0",
  17261. "jsonfile": "^6.0.1",
  17262. "universalify": "^2.0.0"
  17263. },
  17264. "engines": {
  17265. "node": ">=10"
  17266. }
  17267. },
  17268. "node_modules/workbox-build/node_modules/json-schema-traverse": {
  17269. "version": "1.0.0",
  17270. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  17271. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  17272. "license": "MIT"
  17273. },
  17274. "node_modules/workbox-build/node_modules/source-map": {
  17275. "version": "0.8.0-beta.0",
  17276. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
  17277. "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
  17278. "license": "BSD-3-Clause",
  17279. "dependencies": {
  17280. "whatwg-url": "^7.0.0"
  17281. },
  17282. "engines": {
  17283. "node": ">= 8"
  17284. }
  17285. },
  17286. "node_modules/workbox-build/node_modules/tr46": {
  17287. "version": "1.0.1",
  17288. "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
  17289. "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
  17290. "license": "MIT",
  17291. "dependencies": {
  17292. "punycode": "^2.1.0"
  17293. }
  17294. },
  17295. "node_modules/workbox-build/node_modules/webidl-conversions": {
  17296. "version": "4.0.2",
  17297. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
  17298. "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
  17299. "license": "BSD-2-Clause"
  17300. },
  17301. "node_modules/workbox-build/node_modules/whatwg-url": {
  17302. "version": "7.1.0",
  17303. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
  17304. "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
  17305. "license": "MIT",
  17306. "dependencies": {
  17307. "lodash.sortby": "^4.7.0",
  17308. "tr46": "^1.0.1",
  17309. "webidl-conversions": "^4.0.2"
  17310. }
  17311. },
  17312. "node_modules/workbox-cacheable-response": {
  17313. "version": "6.6.0",
  17314. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.0.tgz",
  17315. "integrity": "sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==",
  17316. "deprecated": "workbox-background-sync@6.6.0",
  17317. "license": "MIT",
  17318. "dependencies": {
  17319. "workbox-core": "6.6.0"
  17320. }
  17321. },
  17322. "node_modules/workbox-core": {
  17323. "version": "6.6.0",
  17324. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.0.tgz",
  17325. "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==",
  17326. "license": "MIT"
  17327. },
  17328. "node_modules/workbox-expiration": {
  17329. "version": "6.6.0",
  17330. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.0.tgz",
  17331. "integrity": "sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==",
  17332. "license": "MIT",
  17333. "dependencies": {
  17334. "idb": "^7.0.1",
  17335. "workbox-core": "6.6.0"
  17336. }
  17337. },
  17338. "node_modules/workbox-google-analytics": {
  17339. "version": "6.6.0",
  17340. "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.0.tgz",
  17341. "integrity": "sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==",
  17342. "deprecated": "It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained",
  17343. "license": "MIT",
  17344. "dependencies": {
  17345. "workbox-background-sync": "6.6.0",
  17346. "workbox-core": "6.6.0",
  17347. "workbox-routing": "6.6.0",
  17348. "workbox-strategies": "6.6.0"
  17349. }
  17350. },
  17351. "node_modules/workbox-navigation-preload": {
  17352. "version": "6.6.0",
  17353. "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.0.tgz",
  17354. "integrity": "sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==",
  17355. "license": "MIT",
  17356. "dependencies": {
  17357. "workbox-core": "6.6.0"
  17358. }
  17359. },
  17360. "node_modules/workbox-precaching": {
  17361. "version": "6.6.0",
  17362. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.0.tgz",
  17363. "integrity": "sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==",
  17364. "license": "MIT",
  17365. "dependencies": {
  17366. "workbox-core": "6.6.0",
  17367. "workbox-routing": "6.6.0",
  17368. "workbox-strategies": "6.6.0"
  17369. }
  17370. },
  17371. "node_modules/workbox-range-requests": {
  17372. "version": "6.6.0",
  17373. "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.0.tgz",
  17374. "integrity": "sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==",
  17375. "license": "MIT",
  17376. "dependencies": {
  17377. "workbox-core": "6.6.0"
  17378. }
  17379. },
  17380. "node_modules/workbox-recipes": {
  17381. "version": "6.6.0",
  17382. "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.0.tgz",
  17383. "integrity": "sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==",
  17384. "license": "MIT",
  17385. "dependencies": {
  17386. "workbox-cacheable-response": "6.6.0",
  17387. "workbox-core": "6.6.0",
  17388. "workbox-expiration": "6.6.0",
  17389. "workbox-precaching": "6.6.0",
  17390. "workbox-routing": "6.6.0",
  17391. "workbox-strategies": "6.6.0"
  17392. }
  17393. },
  17394. "node_modules/workbox-routing": {
  17395. "version": "6.6.0",
  17396. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.0.tgz",
  17397. "integrity": "sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==",
  17398. "license": "MIT",
  17399. "dependencies": {
  17400. "workbox-core": "6.6.0"
  17401. }
  17402. },
  17403. "node_modules/workbox-strategies": {
  17404. "version": "6.6.0",
  17405. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.0.tgz",
  17406. "integrity": "sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==",
  17407. "license": "MIT",
  17408. "dependencies": {
  17409. "workbox-core": "6.6.0"
  17410. }
  17411. },
  17412. "node_modules/workbox-streams": {
  17413. "version": "6.6.0",
  17414. "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.0.tgz",
  17415. "integrity": "sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==",
  17416. "license": "MIT",
  17417. "dependencies": {
  17418. "workbox-core": "6.6.0",
  17419. "workbox-routing": "6.6.0"
  17420. }
  17421. },
  17422. "node_modules/workbox-sw": {
  17423. "version": "6.6.0",
  17424. "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.0.tgz",
  17425. "integrity": "sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==",
  17426. "license": "MIT"
  17427. },
  17428. "node_modules/workbox-webpack-plugin": {
  17429. "version": "6.6.0",
  17430. "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.6.0.tgz",
  17431. "integrity": "sha512-xNZIZHalboZU66Wa7x1YkjIqEy1gTR+zPM+kjrYJzqN7iurYZBctBLISyScjhkJKYuRrZUP0iqViZTh8rS0+3A==",
  17432. "license": "MIT",
  17433. "dependencies": {
  17434. "fast-json-stable-stringify": "^2.1.0",
  17435. "pretty-bytes": "^5.4.1",
  17436. "upath": "^1.2.0",
  17437. "webpack-sources": "^1.4.3",
  17438. "workbox-build": "6.6.0"
  17439. },
  17440. "engines": {
  17441. "node": ">=10.0.0"
  17442. },
  17443. "peerDependencies": {
  17444. "webpack": "^4.4.0 || ^5.9.0"
  17445. }
  17446. },
  17447. "node_modules/workbox-webpack-plugin/node_modules/source-map": {
  17448. "version": "0.6.1",
  17449. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  17450. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  17451. "license": "BSD-3-Clause",
  17452. "engines": {
  17453. "node": ">=0.10.0"
  17454. }
  17455. },
  17456. "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": {
  17457. "version": "1.4.3",
  17458. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
  17459. "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
  17460. "license": "MIT",
  17461. "dependencies": {
  17462. "source-list-map": "^2.0.0",
  17463. "source-map": "~0.6.1"
  17464. }
  17465. },
  17466. "node_modules/workbox-window": {
  17467. "version": "6.6.0",
  17468. "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.6.0.tgz",
  17469. "integrity": "sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==",
  17470. "license": "MIT",
  17471. "dependencies": {
  17472. "@types/trusted-types": "^2.0.2",
  17473. "workbox-core": "6.6.0"
  17474. }
  17475. },
  17476. "node_modules/wrap-ansi": {
  17477. "version": "7.0.0",
  17478. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  17479. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  17480. "license": "MIT",
  17481. "dependencies": {
  17482. "ansi-styles": "^4.0.0",
  17483. "string-width": "^4.1.0",
  17484. "strip-ansi": "^6.0.0"
  17485. },
  17486. "engines": {
  17487. "node": ">=10"
  17488. },
  17489. "funding": {
  17490. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  17491. }
  17492. },
  17493. "node_modules/wrap-ansi-cjs": {
  17494. "name": "wrap-ansi",
  17495. "version": "7.0.0",
  17496. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  17497. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  17498. "license": "MIT",
  17499. "dependencies": {
  17500. "ansi-styles": "^4.0.0",
  17501. "string-width": "^4.1.0",
  17502. "strip-ansi": "^6.0.0"
  17503. },
  17504. "engines": {
  17505. "node": ">=10"
  17506. },
  17507. "funding": {
  17508. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  17509. }
  17510. },
  17511. "node_modules/wrappy": {
  17512. "version": "1.0.2",
  17513. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  17514. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  17515. "license": "ISC"
  17516. },
  17517. "node_modules/write-file-atomic": {
  17518. "version": "3.0.3",
  17519. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
  17520. "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
  17521. "license": "ISC",
  17522. "dependencies": {
  17523. "imurmurhash": "^0.1.4",
  17524. "is-typedarray": "^1.0.0",
  17525. "signal-exit": "^3.0.2",
  17526. "typedarray-to-buffer": "^3.1.5"
  17527. }
  17528. },
  17529. "node_modules/ws": {
  17530. "version": "7.5.10",
  17531. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
  17532. "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
  17533. "license": "MIT",
  17534. "engines": {
  17535. "node": ">=8.3.0"
  17536. },
  17537. "peerDependencies": {
  17538. "bufferutil": "^4.0.1",
  17539. "utf-8-validate": "^5.0.2"
  17540. },
  17541. "peerDependenciesMeta": {
  17542. "bufferutil": {
  17543. "optional": true
  17544. },
  17545. "utf-8-validate": {
  17546. "optional": true
  17547. }
  17548. }
  17549. },
  17550. "node_modules/xml-name-validator": {
  17551. "version": "3.0.0",
  17552. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
  17553. "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==",
  17554. "license": "Apache-2.0"
  17555. },
  17556. "node_modules/xmlchars": {
  17557. "version": "2.2.0",
  17558. "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  17559. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
  17560. "license": "MIT"
  17561. },
  17562. "node_modules/y18n": {
  17563. "version": "5.0.8",
  17564. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  17565. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  17566. "license": "ISC",
  17567. "engines": {
  17568. "node": ">=10"
  17569. }
  17570. },
  17571. "node_modules/yallist": {
  17572. "version": "3.1.1",
  17573. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  17574. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  17575. "license": "ISC"
  17576. },
  17577. "node_modules/yaml": {
  17578. "version": "1.10.2",
  17579. "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
  17580. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  17581. "license": "ISC",
  17582. "engines": {
  17583. "node": ">= 6"
  17584. }
  17585. },
  17586. "node_modules/yargs": {
  17587. "version": "16.2.0",
  17588. "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
  17589. "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
  17590. "license": "MIT",
  17591. "dependencies": {
  17592. "cliui": "^7.0.2",
  17593. "escalade": "^3.1.1",
  17594. "get-caller-file": "^2.0.5",
  17595. "require-directory": "^2.1.1",
  17596. "string-width": "^4.2.0",
  17597. "y18n": "^5.0.5",
  17598. "yargs-parser": "^20.2.2"
  17599. },
  17600. "engines": {
  17601. "node": ">=10"
  17602. }
  17603. },
  17604. "node_modules/yargs-parser": {
  17605. "version": "20.2.9",
  17606. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
  17607. "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
  17608. "license": "ISC",
  17609. "engines": {
  17610. "node": ">=10"
  17611. }
  17612. },
  17613. "node_modules/yocto-queue": {
  17614. "version": "0.1.0",
  17615. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  17616. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  17617. "license": "MIT",
  17618. "engines": {
  17619. "node": ">=10"
  17620. },
  17621. "funding": {
  17622. "url": "https://github.com/sponsors/sindresorhus"
  17623. }
  17624. }
  17625. }
  17626. }