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.

28628 lines
1.1 MiB

2 years ago
  1. {
  2. "name": "react-01",
  3. "version": "0.1.0",
  4. "lockfileVersion": 2,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "react-01",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "@testing-library/jest-dom": "^5.16.4",
  12. "@testing-library/react": "^13.3.0",
  13. "@testing-library/user-event": "^13.5.0",
  14. "mobx": "^6.6.1",
  15. "mobx-react-lite": "^3.4.0",
  16. "prop-type": "^0.0.1",
  17. "react": "^18.2.0",
  18. "react-dom": "^18.2.0",
  19. "react-scripts": "5.0.1",
  20. "uuid": "^8.3.2",
  21. "web-vitals": "^2.1.4"
  22. }
  23. },
  24. "node_modules/@ampproject/remapping": {
  25. "version": "2.2.0",
  26. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",
  27. "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==",
  28. "dependencies": {
  29. "@jridgewell/gen-mapping": "^0.1.0",
  30. "@jridgewell/trace-mapping": "^0.3.9"
  31. },
  32. "engines": {
  33. "node": ">=6.0.0"
  34. }
  35. },
  36. "node_modules/@babel/code-frame": {
  37. "version": "7.18.6",
  38. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
  39. "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
  40. "dependencies": {
  41. "@babel/highlight": "^7.18.6"
  42. },
  43. "engines": {
  44. "node": ">=6.9.0"
  45. }
  46. },
  47. "node_modules/@babel/compat-data": {
  48. "version": "7.18.8",
  49. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.8.tgz",
  50. "integrity": "sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==",
  51. "engines": {
  52. "node": ">=6.9.0"
  53. }
  54. },
  55. "node_modules/@babel/core": {
  56. "version": "7.18.6",
  57. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.6.tgz",
  58. "integrity": "sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==",
  59. "dependencies": {
  60. "@ampproject/remapping": "^2.1.0",
  61. "@babel/code-frame": "^7.18.6",
  62. "@babel/generator": "^7.18.6",
  63. "@babel/helper-compilation-targets": "^7.18.6",
  64. "@babel/helper-module-transforms": "^7.18.6",
  65. "@babel/helpers": "^7.18.6",
  66. "@babel/parser": "^7.18.6",
  67. "@babel/template": "^7.18.6",
  68. "@babel/traverse": "^7.18.6",
  69. "@babel/types": "^7.18.6",
  70. "convert-source-map": "^1.7.0",
  71. "debug": "^4.1.0",
  72. "gensync": "^1.0.0-beta.2",
  73. "json5": "^2.2.1",
  74. "semver": "^6.3.0"
  75. },
  76. "engines": {
  77. "node": ">=6.9.0"
  78. },
  79. "funding": {
  80. "type": "opencollective",
  81. "url": "https://opencollective.com/babel"
  82. }
  83. },
  84. "node_modules/@babel/core/node_modules/semver": {
  85. "version": "6.3.0",
  86. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  87. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  88. "bin": {
  89. "semver": "bin/semver.js"
  90. }
  91. },
  92. "node_modules/@babel/eslint-parser": {
  93. "version": "7.18.2",
  94. "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.18.2.tgz",
  95. "integrity": "sha512-oFQYkE8SuH14+uR51JVAmdqwKYXGRjEXx7s+WiagVjqQ+HPE+nnwyF2qlVG8evUsUHmPcA+6YXMEDbIhEyQc5A==",
  96. "dependencies": {
  97. "eslint-scope": "^5.1.1",
  98. "eslint-visitor-keys": "^2.1.0",
  99. "semver": "^6.3.0"
  100. },
  101. "engines": {
  102. "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
  103. },
  104. "peerDependencies": {
  105. "@babel/core": ">=7.11.0",
  106. "eslint": "^7.5.0 || ^8.0.0"
  107. }
  108. },
  109. "node_modules/@babel/eslint-parser/node_modules/eslint-scope": {
  110. "version": "5.1.1",
  111. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  112. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  113. "dependencies": {
  114. "esrecurse": "^4.3.0",
  115. "estraverse": "^4.1.1"
  116. },
  117. "engines": {
  118. "node": ">=8.0.0"
  119. }
  120. },
  121. "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
  122. "version": "2.1.0",
  123. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  124. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  125. "engines": {
  126. "node": ">=10"
  127. }
  128. },
  129. "node_modules/@babel/eslint-parser/node_modules/estraverse": {
  130. "version": "4.3.0",
  131. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  132. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  133. "engines": {
  134. "node": ">=4.0"
  135. }
  136. },
  137. "node_modules/@babel/eslint-parser/node_modules/semver": {
  138. "version": "6.3.0",
  139. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  140. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  141. "bin": {
  142. "semver": "bin/semver.js"
  143. }
  144. },
  145. "node_modules/@babel/generator": {
  146. "version": "7.18.7",
  147. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.7.tgz",
  148. "integrity": "sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==",
  149. "dependencies": {
  150. "@babel/types": "^7.18.7",
  151. "@jridgewell/gen-mapping": "^0.3.2",
  152. "jsesc": "^2.5.1"
  153. },
  154. "engines": {
  155. "node": ">=6.9.0"
  156. }
  157. },
  158. "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": {
  159. "version": "0.3.2",
  160. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
  161. "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
  162. "dependencies": {
  163. "@jridgewell/set-array": "^1.0.1",
  164. "@jridgewell/sourcemap-codec": "^1.4.10",
  165. "@jridgewell/trace-mapping": "^0.3.9"
  166. },
  167. "engines": {
  168. "node": ">=6.0.0"
  169. }
  170. },
  171. "node_modules/@babel/helper-annotate-as-pure": {
  172. "version": "7.18.6",
  173. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
  174. "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
  175. "dependencies": {
  176. "@babel/types": "^7.18.6"
  177. },
  178. "engines": {
  179. "node": ">=6.9.0"
  180. }
  181. },
  182. "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
  183. "version": "7.18.6",
  184. "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.6.tgz",
  185. "integrity": "sha512-KT10c1oWEpmrIRYnthbzHgoOf6B+Xd6a5yhdbNtdhtG7aO1or5HViuf1TQR36xY/QprXA5nvxO6nAjhJ4y38jw==",
  186. "dependencies": {
  187. "@babel/helper-explode-assignable-expression": "^7.18.6",
  188. "@babel/types": "^7.18.6"
  189. },
  190. "engines": {
  191. "node": ">=6.9.0"
  192. }
  193. },
  194. "node_modules/@babel/helper-compilation-targets": {
  195. "version": "7.18.6",
  196. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz",
  197. "integrity": "sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==",
  198. "dependencies": {
  199. "@babel/compat-data": "^7.18.6",
  200. "@babel/helper-validator-option": "^7.18.6",
  201. "browserslist": "^4.20.2",
  202. "semver": "^6.3.0"
  203. },
  204. "engines": {
  205. "node": ">=6.9.0"
  206. },
  207. "peerDependencies": {
  208. "@babel/core": "^7.0.0"
  209. }
  210. },
  211. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  212. "version": "6.3.0",
  213. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  214. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  215. "bin": {
  216. "semver": "bin/semver.js"
  217. }
  218. },
  219. "node_modules/@babel/helper-create-class-features-plugin": {
  220. "version": "7.18.6",
  221. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.6.tgz",
  222. "integrity": "sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw==",
  223. "dependencies": {
  224. "@babel/helper-annotate-as-pure": "^7.18.6",
  225. "@babel/helper-environment-visitor": "^7.18.6",
  226. "@babel/helper-function-name": "^7.18.6",
  227. "@babel/helper-member-expression-to-functions": "^7.18.6",
  228. "@babel/helper-optimise-call-expression": "^7.18.6",
  229. "@babel/helper-replace-supers": "^7.18.6",
  230. "@babel/helper-split-export-declaration": "^7.18.6"
  231. },
  232. "engines": {
  233. "node": ">=6.9.0"
  234. },
  235. "peerDependencies": {
  236. "@babel/core": "^7.0.0"
  237. }
  238. },
  239. "node_modules/@babel/helper-create-regexp-features-plugin": {
  240. "version": "7.18.6",
  241. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz",
  242. "integrity": "sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==",
  243. "dependencies": {
  244. "@babel/helper-annotate-as-pure": "^7.18.6",
  245. "regexpu-core": "^5.1.0"
  246. },
  247. "engines": {
  248. "node": ">=6.9.0"
  249. },
  250. "peerDependencies": {
  251. "@babel/core": "^7.0.0"
  252. }
  253. },
  254. "node_modules/@babel/helper-define-polyfill-provider": {
  255. "version": "0.3.1",
  256. "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz",
  257. "integrity": "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==",
  258. "dependencies": {
  259. "@babel/helper-compilation-targets": "^7.13.0",
  260. "@babel/helper-module-imports": "^7.12.13",
  261. "@babel/helper-plugin-utils": "^7.13.0",
  262. "@babel/traverse": "^7.13.0",
  263. "debug": "^4.1.1",
  264. "lodash.debounce": "^4.0.8",
  265. "resolve": "^1.14.2",
  266. "semver": "^6.1.2"
  267. },
  268. "peerDependencies": {
  269. "@babel/core": "^7.4.0-0"
  270. }
  271. },
  272. "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": {
  273. "version": "6.3.0",
  274. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  275. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  276. "bin": {
  277. "semver": "bin/semver.js"
  278. }
  279. },
  280. "node_modules/@babel/helper-environment-visitor": {
  281. "version": "7.18.6",
  282. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz",
  283. "integrity": "sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==",
  284. "engines": {
  285. "node": ">=6.9.0"
  286. }
  287. },
  288. "node_modules/@babel/helper-explode-assignable-expression": {
  289. "version": "7.18.6",
  290. "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz",
  291. "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==",
  292. "dependencies": {
  293. "@babel/types": "^7.18.6"
  294. },
  295. "engines": {
  296. "node": ">=6.9.0"
  297. }
  298. },
  299. "node_modules/@babel/helper-function-name": {
  300. "version": "7.18.6",
  301. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz",
  302. "integrity": "sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==",
  303. "dependencies": {
  304. "@babel/template": "^7.18.6",
  305. "@babel/types": "^7.18.6"
  306. },
  307. "engines": {
  308. "node": ">=6.9.0"
  309. }
  310. },
  311. "node_modules/@babel/helper-hoist-variables": {
  312. "version": "7.18.6",
  313. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
  314. "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
  315. "dependencies": {
  316. "@babel/types": "^7.18.6"
  317. },
  318. "engines": {
  319. "node": ">=6.9.0"
  320. }
  321. },
  322. "node_modules/@babel/helper-member-expression-to-functions": {
  323. "version": "7.18.6",
  324. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.6.tgz",
  325. "integrity": "sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng==",
  326. "dependencies": {
  327. "@babel/types": "^7.18.6"
  328. },
  329. "engines": {
  330. "node": ">=6.9.0"
  331. }
  332. },
  333. "node_modules/@babel/helper-module-imports": {
  334. "version": "7.18.6",
  335. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
  336. "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
  337. "dependencies": {
  338. "@babel/types": "^7.18.6"
  339. },
  340. "engines": {
  341. "node": ">=6.9.0"
  342. }
  343. },
  344. "node_modules/@babel/helper-module-transforms": {
  345. "version": "7.18.8",
  346. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.8.tgz",
  347. "integrity": "sha512-che3jvZwIcZxrwh63VfnFTUzcAM9v/lznYkkRxIBGMPt1SudOKHAEec0SIRCfiuIzTcF7VGj/CaTT6gY4eWxvA==",
  348. "dependencies": {
  349. "@babel/helper-environment-visitor": "^7.18.6",
  350. "@babel/helper-module-imports": "^7.18.6",
  351. "@babel/helper-simple-access": "^7.18.6",
  352. "@babel/helper-split-export-declaration": "^7.18.6",
  353. "@babel/helper-validator-identifier": "^7.18.6",
  354. "@babel/template": "^7.18.6",
  355. "@babel/traverse": "^7.18.8",
  356. "@babel/types": "^7.18.8"
  357. },
  358. "engines": {
  359. "node": ">=6.9.0"
  360. }
  361. },
  362. "node_modules/@babel/helper-optimise-call-expression": {
  363. "version": "7.18.6",
  364. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz",
  365. "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==",
  366. "dependencies": {
  367. "@babel/types": "^7.18.6"
  368. },
  369. "engines": {
  370. "node": ">=6.9.0"
  371. }
  372. },
  373. "node_modules/@babel/helper-plugin-utils": {
  374. "version": "7.18.6",
  375. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz",
  376. "integrity": "sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg==",
  377. "engines": {
  378. "node": ">=6.9.0"
  379. }
  380. },
  381. "node_modules/@babel/helper-remap-async-to-generator": {
  382. "version": "7.18.6",
  383. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.6.tgz",
  384. "integrity": "sha512-z5wbmV55TveUPZlCLZvxWHtrjuJd+8inFhk7DG0WW87/oJuGDcjDiu7HIvGcpf5464L6xKCg3vNkmlVVz9hwyQ==",
  385. "dependencies": {
  386. "@babel/helper-annotate-as-pure": "^7.18.6",
  387. "@babel/helper-environment-visitor": "^7.18.6",
  388. "@babel/helper-wrap-function": "^7.18.6",
  389. "@babel/types": "^7.18.6"
  390. },
  391. "engines": {
  392. "node": ">=6.9.0"
  393. },
  394. "peerDependencies": {
  395. "@babel/core": "^7.0.0"
  396. }
  397. },
  398. "node_modules/@babel/helper-replace-supers": {
  399. "version": "7.18.6",
  400. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz",
  401. "integrity": "sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g==",
  402. "dependencies": {
  403. "@babel/helper-environment-visitor": "^7.18.6",
  404. "@babel/helper-member-expression-to-functions": "^7.18.6",
  405. "@babel/helper-optimise-call-expression": "^7.18.6",
  406. "@babel/traverse": "^7.18.6",
  407. "@babel/types": "^7.18.6"
  408. },
  409. "engines": {
  410. "node": ">=6.9.0"
  411. }
  412. },
  413. "node_modules/@babel/helper-simple-access": {
  414. "version": "7.18.6",
  415. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz",
  416. "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==",
  417. "dependencies": {
  418. "@babel/types": "^7.18.6"
  419. },
  420. "engines": {
  421. "node": ">=6.9.0"
  422. }
  423. },
  424. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  425. "version": "7.18.6",
  426. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.6.tgz",
  427. "integrity": "sha512-4KoLhwGS9vGethZpAhYnMejWkX64wsnHPDwvOsKWU6Fg4+AlK2Jz3TyjQLMEPvz+1zemi/WBdkYxCD0bAfIkiw==",
  428. "dependencies": {
  429. "@babel/types": "^7.18.6"
  430. },
  431. "engines": {
  432. "node": ">=6.9.0"
  433. }
  434. },
  435. "node_modules/@babel/helper-split-export-declaration": {
  436. "version": "7.18.6",
  437. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
  438. "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
  439. "dependencies": {
  440. "@babel/types": "^7.18.6"
  441. },
  442. "engines": {
  443. "node": ">=6.9.0"
  444. }
  445. },
  446. "node_modules/@babel/helper-validator-identifier": {
  447. "version": "7.18.6",
  448. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
  449. "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
  450. "engines": {
  451. "node": ">=6.9.0"
  452. }
  453. },
  454. "node_modules/@babel/helper-validator-option": {
  455. "version": "7.18.6",
  456. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz",
  457. "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==",
  458. "engines": {
  459. "node": ">=6.9.0"
  460. }
  461. },
  462. "node_modules/@babel/helper-wrap-function": {
  463. "version": "7.18.6",
  464. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.18.6.tgz",
  465. "integrity": "sha512-I5/LZfozwMNbwr/b1vhhuYD+J/mU+gfGAj5td7l5Rv9WYmH6i3Om69WGKNmlIpsVW/mF6O5bvTKbvDQZVgjqOw==",
  466. "dependencies": {
  467. "@babel/helper-function-name": "^7.18.6",
  468. "@babel/template": "^7.18.6",
  469. "@babel/traverse": "^7.18.6",
  470. "@babel/types": "^7.18.6"
  471. },
  472. "engines": {
  473. "node": ">=6.9.0"
  474. }
  475. },
  476. "node_modules/@babel/helpers": {
  477. "version": "7.18.6",
  478. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.6.tgz",
  479. "integrity": "sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==",
  480. "dependencies": {
  481. "@babel/template": "^7.18.6",
  482. "@babel/traverse": "^7.18.6",
  483. "@babel/types": "^7.18.6"
  484. },
  485. "engines": {
  486. "node": ">=6.9.0"
  487. }
  488. },
  489. "node_modules/@babel/highlight": {
  490. "version": "7.18.6",
  491. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
  492. "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
  493. "dependencies": {
  494. "@babel/helper-validator-identifier": "^7.18.6",
  495. "chalk": "^2.0.0",
  496. "js-tokens": "^4.0.0"
  497. },
  498. "engines": {
  499. "node": ">=6.9.0"
  500. }
  501. },
  502. "node_modules/@babel/parser": {
  503. "version": "7.18.8",
  504. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.8.tgz",
  505. "integrity": "sha512-RSKRfYX20dyH+elbJK2uqAkVyucL+xXzhqlMD5/ZXx+dAAwpyB7HsvnHe/ZUGOF+xLr5Wx9/JoXVTj6BQE2/oA==",
  506. "bin": {
  507. "parser": "bin/babel-parser.js"
  508. },
  509. "engines": {
  510. "node": ">=6.0.0"
  511. }
  512. },
  513. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  514. "version": "7.18.6",
  515. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz",
  516. "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==",
  517. "dependencies": {
  518. "@babel/helper-plugin-utils": "^7.18.6"
  519. },
  520. "engines": {
  521. "node": ">=6.9.0"
  522. },
  523. "peerDependencies": {
  524. "@babel/core": "^7.0.0"
  525. }
  526. },
  527. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  528. "version": "7.18.6",
  529. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.6.tgz",
  530. "integrity": "sha512-Udgu8ZRgrBrttVz6A0EVL0SJ1z+RLbIeqsu632SA1hf0awEppD6TvdznoH+orIF8wtFFAV/Enmw9Y+9oV8TQcw==",
  531. "dependencies": {
  532. "@babel/helper-plugin-utils": "^7.18.6",
  533. "@babel/helper-skip-transparent-expression-wrappers": "^7.18.6",
  534. "@babel/plugin-proposal-optional-chaining": "^7.18.6"
  535. },
  536. "engines": {
  537. "node": ">=6.9.0"
  538. },
  539. "peerDependencies": {
  540. "@babel/core": "^7.13.0"
  541. }
  542. },
  543. "node_modules/@babel/plugin-proposal-async-generator-functions": {
  544. "version": "7.18.6",
  545. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz",
  546. "integrity": "sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==",
  547. "dependencies": {
  548. "@babel/helper-environment-visitor": "^7.18.6",
  549. "@babel/helper-plugin-utils": "^7.18.6",
  550. "@babel/helper-remap-async-to-generator": "^7.18.6",
  551. "@babel/plugin-syntax-async-generators": "^7.8.4"
  552. },
  553. "engines": {
  554. "node": ">=6.9.0"
  555. },
  556. "peerDependencies": {
  557. "@babel/core": "^7.0.0-0"
  558. }
  559. },
  560. "node_modules/@babel/plugin-proposal-class-properties": {
  561. "version": "7.18.6",
  562. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
  563. "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
  564. "dependencies": {
  565. "@babel/helper-create-class-features-plugin": "^7.18.6",
  566. "@babel/helper-plugin-utils": "^7.18.6"
  567. },
  568. "engines": {
  569. "node": ">=6.9.0"
  570. },
  571. "peerDependencies": {
  572. "@babel/core": "^7.0.0-0"
  573. }
  574. },
  575. "node_modules/@babel/plugin-proposal-class-static-block": {
  576. "version": "7.18.6",
  577. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz",
  578. "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==",
  579. "dependencies": {
  580. "@babel/helper-create-class-features-plugin": "^7.18.6",
  581. "@babel/helper-plugin-utils": "^7.18.6",
  582. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  583. },
  584. "engines": {
  585. "node": ">=6.9.0"
  586. },
  587. "peerDependencies": {
  588. "@babel/core": "^7.12.0"
  589. }
  590. },
  591. "node_modules/@babel/plugin-proposal-decorators": {
  592. "version": "7.18.6",
  593. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.18.6.tgz",
  594. "integrity": "sha512-gAdhsjaYmiZVxx5vTMiRfj31nB7LhwBJFMSLzeDxc7X4tKLixup0+k9ughn0RcpBrv9E3PBaXJW7jF5TCihAOg==",
  595. "dependencies": {
  596. "@babel/helper-create-class-features-plugin": "^7.18.6",
  597. "@babel/helper-plugin-utils": "^7.18.6",
  598. "@babel/helper-replace-supers": "^7.18.6",
  599. "@babel/helper-split-export-declaration": "^7.18.6",
  600. "@babel/plugin-syntax-decorators": "^7.18.6"
  601. },
  602. "engines": {
  603. "node": ">=6.9.0"
  604. },
  605. "peerDependencies": {
  606. "@babel/core": "^7.0.0-0"
  607. }
  608. },
  609. "node_modules/@babel/plugin-proposal-dynamic-import": {
  610. "version": "7.18.6",
  611. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz",
  612. "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==",
  613. "dependencies": {
  614. "@babel/helper-plugin-utils": "^7.18.6",
  615. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  616. },
  617. "engines": {
  618. "node": ">=6.9.0"
  619. },
  620. "peerDependencies": {
  621. "@babel/core": "^7.0.0-0"
  622. }
  623. },
  624. "node_modules/@babel/plugin-proposal-export-namespace-from": {
  625. "version": "7.18.6",
  626. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.6.tgz",
  627. "integrity": "sha512-zr/QcUlUo7GPo6+X1wC98NJADqmy5QTFWWhqeQWiki4XHafJtLl/YMGkmRB2szDD2IYJCCdBTd4ElwhId9T7Xw==",
  628. "dependencies": {
  629. "@babel/helper-plugin-utils": "^7.18.6",
  630. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  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-json-strings": {
  640. "version": "7.18.6",
  641. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz",
  642. "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==",
  643. "dependencies": {
  644. "@babel/helper-plugin-utils": "^7.18.6",
  645. "@babel/plugin-syntax-json-strings": "^7.8.3"
  646. },
  647. "engines": {
  648. "node": ">=6.9.0"
  649. },
  650. "peerDependencies": {
  651. "@babel/core": "^7.0.0-0"
  652. }
  653. },
  654. "node_modules/@babel/plugin-proposal-logical-assignment-operators": {
  655. "version": "7.18.6",
  656. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.6.tgz",
  657. "integrity": "sha512-zMo66azZth/0tVd7gmkxOkOjs2rpHyhpcFo565PUP37hSp6hSd9uUKIfTDFMz58BwqgQKhJ9YxtM5XddjXVn+Q==",
  658. "dependencies": {
  659. "@babel/helper-plugin-utils": "^7.18.6",
  660. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  661. },
  662. "engines": {
  663. "node": ">=6.9.0"
  664. },
  665. "peerDependencies": {
  666. "@babel/core": "^7.0.0-0"
  667. }
  668. },
  669. "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
  670. "version": "7.18.6",
  671. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
  672. "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
  673. "dependencies": {
  674. "@babel/helper-plugin-utils": "^7.18.6",
  675. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  676. },
  677. "engines": {
  678. "node": ">=6.9.0"
  679. },
  680. "peerDependencies": {
  681. "@babel/core": "^7.0.0-0"
  682. }
  683. },
  684. "node_modules/@babel/plugin-proposal-numeric-separator": {
  685. "version": "7.18.6",
  686. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
  687. "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
  688. "dependencies": {
  689. "@babel/helper-plugin-utils": "^7.18.6",
  690. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  691. },
  692. "engines": {
  693. "node": ">=6.9.0"
  694. },
  695. "peerDependencies": {
  696. "@babel/core": "^7.0.0-0"
  697. }
  698. },
  699. "node_modules/@babel/plugin-proposal-object-rest-spread": {
  700. "version": "7.18.6",
  701. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.6.tgz",
  702. "integrity": "sha512-9yuM6wr4rIsKa1wlUAbZEazkCrgw2sMPEXCr4Rnwetu7cEW1NydkCWytLuYletbf8vFxdJxFhwEZqMpOx2eZyw==",
  703. "dependencies": {
  704. "@babel/compat-data": "^7.18.6",
  705. "@babel/helper-compilation-targets": "^7.18.6",
  706. "@babel/helper-plugin-utils": "^7.18.6",
  707. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  708. "@babel/plugin-transform-parameters": "^7.18.6"
  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-proposal-optional-catch-binding": {
  718. "version": "7.18.6",
  719. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
  720. "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==",
  721. "dependencies": {
  722. "@babel/helper-plugin-utils": "^7.18.6",
  723. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  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-proposal-optional-chaining": {
  733. "version": "7.18.6",
  734. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.6.tgz",
  735. "integrity": "sha512-PatI6elL5eMzoypFAiYDpYQyMtXTn+iMhuxxQt5mAXD4fEmKorpSI3PHd+i3JXBJN3xyA6MvJv7at23HffFHwA==",
  736. "dependencies": {
  737. "@babel/helper-plugin-utils": "^7.18.6",
  738. "@babel/helper-skip-transparent-expression-wrappers": "^7.18.6",
  739. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  740. },
  741. "engines": {
  742. "node": ">=6.9.0"
  743. },
  744. "peerDependencies": {
  745. "@babel/core": "^7.0.0-0"
  746. }
  747. },
  748. "node_modules/@babel/plugin-proposal-private-methods": {
  749. "version": "7.18.6",
  750. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
  751. "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
  752. "dependencies": {
  753. "@babel/helper-create-class-features-plugin": "^7.18.6",
  754. "@babel/helper-plugin-utils": "^7.18.6"
  755. },
  756. "engines": {
  757. "node": ">=6.9.0"
  758. },
  759. "peerDependencies": {
  760. "@babel/core": "^7.0.0-0"
  761. }
  762. },
  763. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  764. "version": "7.18.6",
  765. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz",
  766. "integrity": "sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==",
  767. "dependencies": {
  768. "@babel/helper-annotate-as-pure": "^7.18.6",
  769. "@babel/helper-create-class-features-plugin": "^7.18.6",
  770. "@babel/helper-plugin-utils": "^7.18.6",
  771. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  772. },
  773. "engines": {
  774. "node": ">=6.9.0"
  775. },
  776. "peerDependencies": {
  777. "@babel/core": "^7.0.0-0"
  778. }
  779. },
  780. "node_modules/@babel/plugin-proposal-unicode-property-regex": {
  781. "version": "7.18.6",
  782. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
  783. "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
  784. "dependencies": {
  785. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  786. "@babel/helper-plugin-utils": "^7.18.6"
  787. },
  788. "engines": {
  789. "node": ">=4"
  790. },
  791. "peerDependencies": {
  792. "@babel/core": "^7.0.0-0"
  793. }
  794. },
  795. "node_modules/@babel/plugin-syntax-async-generators": {
  796. "version": "7.8.4",
  797. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  798. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  799. "dependencies": {
  800. "@babel/helper-plugin-utils": "^7.8.0"
  801. },
  802. "peerDependencies": {
  803. "@babel/core": "^7.0.0-0"
  804. }
  805. },
  806. "node_modules/@babel/plugin-syntax-bigint": {
  807. "version": "7.8.3",
  808. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
  809. "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
  810. "dependencies": {
  811. "@babel/helper-plugin-utils": "^7.8.0"
  812. },
  813. "peerDependencies": {
  814. "@babel/core": "^7.0.0-0"
  815. }
  816. },
  817. "node_modules/@babel/plugin-syntax-class-properties": {
  818. "version": "7.12.13",
  819. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  820. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  821. "dependencies": {
  822. "@babel/helper-plugin-utils": "^7.12.13"
  823. },
  824. "peerDependencies": {
  825. "@babel/core": "^7.0.0-0"
  826. }
  827. },
  828. "node_modules/@babel/plugin-syntax-class-static-block": {
  829. "version": "7.14.5",
  830. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  831. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  832. "dependencies": {
  833. "@babel/helper-plugin-utils": "^7.14.5"
  834. },
  835. "engines": {
  836. "node": ">=6.9.0"
  837. },
  838. "peerDependencies": {
  839. "@babel/core": "^7.0.0-0"
  840. }
  841. },
  842. "node_modules/@babel/plugin-syntax-decorators": {
  843. "version": "7.18.6",
  844. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.18.6.tgz",
  845. "integrity": "sha512-fqyLgjcxf/1yhyZ6A+yo1u9gJ7eleFQod2lkaUsF9DQ7sbbY3Ligym3L0+I2c0WmqNKDpoD9UTb1AKP3qRMOAQ==",
  846. "dependencies": {
  847. "@babel/helper-plugin-utils": "^7.18.6"
  848. },
  849. "engines": {
  850. "node": ">=6.9.0"
  851. },
  852. "peerDependencies": {
  853. "@babel/core": "^7.0.0-0"
  854. }
  855. },
  856. "node_modules/@babel/plugin-syntax-dynamic-import": {
  857. "version": "7.8.3",
  858. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  859. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  860. "dependencies": {
  861. "@babel/helper-plugin-utils": "^7.8.0"
  862. },
  863. "peerDependencies": {
  864. "@babel/core": "^7.0.0-0"
  865. }
  866. },
  867. "node_modules/@babel/plugin-syntax-export-namespace-from": {
  868. "version": "7.8.3",
  869. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  870. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  871. "dependencies": {
  872. "@babel/helper-plugin-utils": "^7.8.3"
  873. },
  874. "peerDependencies": {
  875. "@babel/core": "^7.0.0-0"
  876. }
  877. },
  878. "node_modules/@babel/plugin-syntax-flow": {
  879. "version": "7.18.6",
  880. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz",
  881. "integrity": "sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==",
  882. "dependencies": {
  883. "@babel/helper-plugin-utils": "^7.18.6"
  884. },
  885. "engines": {
  886. "node": ">=6.9.0"
  887. },
  888. "peerDependencies": {
  889. "@babel/core": "^7.0.0-0"
  890. }
  891. },
  892. "node_modules/@babel/plugin-syntax-import-assertions": {
  893. "version": "7.18.6",
  894. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz",
  895. "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==",
  896. "dependencies": {
  897. "@babel/helper-plugin-utils": "^7.18.6"
  898. },
  899. "engines": {
  900. "node": ">=6.9.0"
  901. },
  902. "peerDependencies": {
  903. "@babel/core": "^7.0.0-0"
  904. }
  905. },
  906. "node_modules/@babel/plugin-syntax-import-meta": {
  907. "version": "7.10.4",
  908. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  909. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  910. "dependencies": {
  911. "@babel/helper-plugin-utils": "^7.10.4"
  912. },
  913. "peerDependencies": {
  914. "@babel/core": "^7.0.0-0"
  915. }
  916. },
  917. "node_modules/@babel/plugin-syntax-json-strings": {
  918. "version": "7.8.3",
  919. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  920. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  921. "dependencies": {
  922. "@babel/helper-plugin-utils": "^7.8.0"
  923. },
  924. "peerDependencies": {
  925. "@babel/core": "^7.0.0-0"
  926. }
  927. },
  928. "node_modules/@babel/plugin-syntax-jsx": {
  929. "version": "7.18.6",
  930. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz",
  931. "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==",
  932. "dependencies": {
  933. "@babel/helper-plugin-utils": "^7.18.6"
  934. },
  935. "engines": {
  936. "node": ">=6.9.0"
  937. },
  938. "peerDependencies": {
  939. "@babel/core": "^7.0.0-0"
  940. }
  941. },
  942. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  943. "version": "7.10.4",
  944. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  945. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  946. "dependencies": {
  947. "@babel/helper-plugin-utils": "^7.10.4"
  948. },
  949. "peerDependencies": {
  950. "@babel/core": "^7.0.0-0"
  951. }
  952. },
  953. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  954. "version": "7.8.3",
  955. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  956. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  957. "dependencies": {
  958. "@babel/helper-plugin-utils": "^7.8.0"
  959. },
  960. "peerDependencies": {
  961. "@babel/core": "^7.0.0-0"
  962. }
  963. },
  964. "node_modules/@babel/plugin-syntax-numeric-separator": {
  965. "version": "7.10.4",
  966. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  967. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  968. "dependencies": {
  969. "@babel/helper-plugin-utils": "^7.10.4"
  970. },
  971. "peerDependencies": {
  972. "@babel/core": "^7.0.0-0"
  973. }
  974. },
  975. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  976. "version": "7.8.3",
  977. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  978. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  979. "dependencies": {
  980. "@babel/helper-plugin-utils": "^7.8.0"
  981. },
  982. "peerDependencies": {
  983. "@babel/core": "^7.0.0-0"
  984. }
  985. },
  986. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  987. "version": "7.8.3",
  988. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  989. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  990. "dependencies": {
  991. "@babel/helper-plugin-utils": "^7.8.0"
  992. },
  993. "peerDependencies": {
  994. "@babel/core": "^7.0.0-0"
  995. }
  996. },
  997. "node_modules/@babel/plugin-syntax-optional-chaining": {
  998. "version": "7.8.3",
  999. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  1000. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  1001. "dependencies": {
  1002. "@babel/helper-plugin-utils": "^7.8.0"
  1003. },
  1004. "peerDependencies": {
  1005. "@babel/core": "^7.0.0-0"
  1006. }
  1007. },
  1008. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  1009. "version": "7.14.5",
  1010. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  1011. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  1012. "dependencies": {
  1013. "@babel/helper-plugin-utils": "^7.14.5"
  1014. },
  1015. "engines": {
  1016. "node": ">=6.9.0"
  1017. },
  1018. "peerDependencies": {
  1019. "@babel/core": "^7.0.0-0"
  1020. }
  1021. },
  1022. "node_modules/@babel/plugin-syntax-top-level-await": {
  1023. "version": "7.14.5",
  1024. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  1025. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  1026. "dependencies": {
  1027. "@babel/helper-plugin-utils": "^7.14.5"
  1028. },
  1029. "engines": {
  1030. "node": ">=6.9.0"
  1031. },
  1032. "peerDependencies": {
  1033. "@babel/core": "^7.0.0-0"
  1034. }
  1035. },
  1036. "node_modules/@babel/plugin-syntax-typescript": {
  1037. "version": "7.18.6",
  1038. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.18.6.tgz",
  1039. "integrity": "sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==",
  1040. "dependencies": {
  1041. "@babel/helper-plugin-utils": "^7.18.6"
  1042. },
  1043. "engines": {
  1044. "node": ">=6.9.0"
  1045. },
  1046. "peerDependencies": {
  1047. "@babel/core": "^7.0.0-0"
  1048. }
  1049. },
  1050. "node_modules/@babel/plugin-transform-arrow-functions": {
  1051. "version": "7.18.6",
  1052. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz",
  1053. "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==",
  1054. "dependencies": {
  1055. "@babel/helper-plugin-utils": "^7.18.6"
  1056. },
  1057. "engines": {
  1058. "node": ">=6.9.0"
  1059. },
  1060. "peerDependencies": {
  1061. "@babel/core": "^7.0.0-0"
  1062. }
  1063. },
  1064. "node_modules/@babel/plugin-transform-async-to-generator": {
  1065. "version": "7.18.6",
  1066. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz",
  1067. "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==",
  1068. "dependencies": {
  1069. "@babel/helper-module-imports": "^7.18.6",
  1070. "@babel/helper-plugin-utils": "^7.18.6",
  1071. "@babel/helper-remap-async-to-generator": "^7.18.6"
  1072. },
  1073. "engines": {
  1074. "node": ">=6.9.0"
  1075. },
  1076. "peerDependencies": {
  1077. "@babel/core": "^7.0.0-0"
  1078. }
  1079. },
  1080. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  1081. "version": "7.18.6",
  1082. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz",
  1083. "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==",
  1084. "dependencies": {
  1085. "@babel/helper-plugin-utils": "^7.18.6"
  1086. },
  1087. "engines": {
  1088. "node": ">=6.9.0"
  1089. },
  1090. "peerDependencies": {
  1091. "@babel/core": "^7.0.0-0"
  1092. }
  1093. },
  1094. "node_modules/@babel/plugin-transform-block-scoping": {
  1095. "version": "7.18.6",
  1096. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.6.tgz",
  1097. "integrity": "sha512-pRqwb91C42vs1ahSAWJkxOxU1RHWDn16XAa6ggQ72wjLlWyYeAcLvTtE0aM8ph3KNydy9CQF2nLYcjq1WysgxQ==",
  1098. "dependencies": {
  1099. "@babel/helper-plugin-utils": "^7.18.6"
  1100. },
  1101. "engines": {
  1102. "node": ">=6.9.0"
  1103. },
  1104. "peerDependencies": {
  1105. "@babel/core": "^7.0.0-0"
  1106. }
  1107. },
  1108. "node_modules/@babel/plugin-transform-classes": {
  1109. "version": "7.18.8",
  1110. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.8.tgz",
  1111. "integrity": "sha512-RySDoXdF6hgHSHuAW4aLGyVQdmvEX/iJtjVre52k0pxRq4hzqze+rAVP++NmNv596brBpYmaiKgTZby7ziBnVg==",
  1112. "dependencies": {
  1113. "@babel/helper-annotate-as-pure": "^7.18.6",
  1114. "@babel/helper-environment-visitor": "^7.18.6",
  1115. "@babel/helper-function-name": "^7.18.6",
  1116. "@babel/helper-optimise-call-expression": "^7.18.6",
  1117. "@babel/helper-plugin-utils": "^7.18.6",
  1118. "@babel/helper-replace-supers": "^7.18.6",
  1119. "@babel/helper-split-export-declaration": "^7.18.6",
  1120. "globals": "^11.1.0"
  1121. },
  1122. "engines": {
  1123. "node": ">=6.9.0"
  1124. },
  1125. "peerDependencies": {
  1126. "@babel/core": "^7.0.0-0"
  1127. }
  1128. },
  1129. "node_modules/@babel/plugin-transform-computed-properties": {
  1130. "version": "7.18.6",
  1131. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.6.tgz",
  1132. "integrity": "sha512-9repI4BhNrR0KenoR9vm3/cIc1tSBIo+u1WVjKCAynahj25O8zfbiE6JtAtHPGQSs4yZ+bA8mRasRP+qc+2R5A==",
  1133. "dependencies": {
  1134. "@babel/helper-plugin-utils": "^7.18.6"
  1135. },
  1136. "engines": {
  1137. "node": ">=6.9.0"
  1138. },
  1139. "peerDependencies": {
  1140. "@babel/core": "^7.0.0-0"
  1141. }
  1142. },
  1143. "node_modules/@babel/plugin-transform-destructuring": {
  1144. "version": "7.18.6",
  1145. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.6.tgz",
  1146. "integrity": "sha512-tgy3u6lRp17ilY8r1kP4i2+HDUwxlVqq3RTc943eAWSzGgpU1qhiKpqZ5CMyHReIYPHdo3Kg8v8edKtDqSVEyQ==",
  1147. "dependencies": {
  1148. "@babel/helper-plugin-utils": "^7.18.6"
  1149. },
  1150. "engines": {
  1151. "node": ">=6.9.0"
  1152. },
  1153. "peerDependencies": {
  1154. "@babel/core": "^7.0.0-0"
  1155. }
  1156. },
  1157. "node_modules/@babel/plugin-transform-dotall-regex": {
  1158. "version": "7.18.6",
  1159. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz",
  1160. "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==",
  1161. "dependencies": {
  1162. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  1163. "@babel/helper-plugin-utils": "^7.18.6"
  1164. },
  1165. "engines": {
  1166. "node": ">=6.9.0"
  1167. },
  1168. "peerDependencies": {
  1169. "@babel/core": "^7.0.0-0"
  1170. }
  1171. },
  1172. "node_modules/@babel/plugin-transform-duplicate-keys": {
  1173. "version": "7.18.6",
  1174. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.6.tgz",
  1175. "integrity": "sha512-NJU26U/208+sxYszf82nmGYqVF9QN8py2HFTblPT9hbawi8+1C5a9JubODLTGFuT0qlkqVinmkwOD13s0sZktg==",
  1176. "dependencies": {
  1177. "@babel/helper-plugin-utils": "^7.18.6"
  1178. },
  1179. "engines": {
  1180. "node": ">=6.9.0"
  1181. },
  1182. "peerDependencies": {
  1183. "@babel/core": "^7.0.0-0"
  1184. }
  1185. },
  1186. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  1187. "version": "7.18.6",
  1188. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz",
  1189. "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==",
  1190. "dependencies": {
  1191. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6",
  1192. "@babel/helper-plugin-utils": "^7.18.6"
  1193. },
  1194. "engines": {
  1195. "node": ">=6.9.0"
  1196. },
  1197. "peerDependencies": {
  1198. "@babel/core": "^7.0.0-0"
  1199. }
  1200. },
  1201. "node_modules/@babel/plugin-transform-flow-strip-types": {
  1202. "version": "7.18.6",
  1203. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.18.6.tgz",
  1204. "integrity": "sha512-wE0xtA7csz+hw4fKPwxmu5jnzAsXPIO57XnRwzXP3T19jWh1BODnPGoG9xKYwvAwusP7iUktHayRFbMPGtODaQ==",
  1205. "dependencies": {
  1206. "@babel/helper-plugin-utils": "^7.18.6",
  1207. "@babel/plugin-syntax-flow": "^7.18.6"
  1208. },
  1209. "engines": {
  1210. "node": ">=6.9.0"
  1211. },
  1212. "peerDependencies": {
  1213. "@babel/core": "^7.0.0-0"
  1214. }
  1215. },
  1216. "node_modules/@babel/plugin-transform-for-of": {
  1217. "version": "7.18.8",
  1218. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz",
  1219. "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==",
  1220. "dependencies": {
  1221. "@babel/helper-plugin-utils": "^7.18.6"
  1222. },
  1223. "engines": {
  1224. "node": ">=6.9.0"
  1225. },
  1226. "peerDependencies": {
  1227. "@babel/core": "^7.0.0-0"
  1228. }
  1229. },
  1230. "node_modules/@babel/plugin-transform-function-name": {
  1231. "version": "7.18.6",
  1232. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.6.tgz",
  1233. "integrity": "sha512-kJha/Gbs5RjzIu0CxZwf5e3aTTSlhZnHMT8zPWnJMjNpLOUgqevg+PN5oMH68nMCXnfiMo4Bhgxqj59KHTlAnA==",
  1234. "dependencies": {
  1235. "@babel/helper-compilation-targets": "^7.18.6",
  1236. "@babel/helper-function-name": "^7.18.6",
  1237. "@babel/helper-plugin-utils": "^7.18.6"
  1238. },
  1239. "engines": {
  1240. "node": ">=6.9.0"
  1241. },
  1242. "peerDependencies": {
  1243. "@babel/core": "^7.0.0-0"
  1244. }
  1245. },
  1246. "node_modules/@babel/plugin-transform-literals": {
  1247. "version": "7.18.6",
  1248. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.6.tgz",
  1249. "integrity": "sha512-x3HEw0cJZVDoENXOp20HlypIHfl0zMIhMVZEBVTfmqbObIpsMxMbmU5nOEO8R7LYT+z5RORKPlTI5Hj4OsO9/Q==",
  1250. "dependencies": {
  1251. "@babel/helper-plugin-utils": "^7.18.6"
  1252. },
  1253. "engines": {
  1254. "node": ">=6.9.0"
  1255. },
  1256. "peerDependencies": {
  1257. "@babel/core": "^7.0.0-0"
  1258. }
  1259. },
  1260. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1261. "version": "7.18.6",
  1262. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz",
  1263. "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==",
  1264. "dependencies": {
  1265. "@babel/helper-plugin-utils": "^7.18.6"
  1266. },
  1267. "engines": {
  1268. "node": ">=6.9.0"
  1269. },
  1270. "peerDependencies": {
  1271. "@babel/core": "^7.0.0-0"
  1272. }
  1273. },
  1274. "node_modules/@babel/plugin-transform-modules-amd": {
  1275. "version": "7.18.6",
  1276. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz",
  1277. "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==",
  1278. "dependencies": {
  1279. "@babel/helper-module-transforms": "^7.18.6",
  1280. "@babel/helper-plugin-utils": "^7.18.6",
  1281. "babel-plugin-dynamic-import-node": "^2.3.3"
  1282. },
  1283. "engines": {
  1284. "node": ">=6.9.0"
  1285. },
  1286. "peerDependencies": {
  1287. "@babel/core": "^7.0.0-0"
  1288. }
  1289. },
  1290. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1291. "version": "7.18.6",
  1292. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz",
  1293. "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==",
  1294. "dependencies": {
  1295. "@babel/helper-module-transforms": "^7.18.6",
  1296. "@babel/helper-plugin-utils": "^7.18.6",
  1297. "@babel/helper-simple-access": "^7.18.6",
  1298. "babel-plugin-dynamic-import-node": "^2.3.3"
  1299. },
  1300. "engines": {
  1301. "node": ">=6.9.0"
  1302. },
  1303. "peerDependencies": {
  1304. "@babel/core": "^7.0.0-0"
  1305. }
  1306. },
  1307. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1308. "version": "7.18.6",
  1309. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.6.tgz",
  1310. "integrity": "sha512-UbPYpXxLjTw6w6yXX2BYNxF3p6QY225wcTkfQCy3OMnSlS/C3xGtwUjEzGkldb/sy6PWLiCQ3NbYfjWUTI3t4g==",
  1311. "dependencies": {
  1312. "@babel/helper-hoist-variables": "^7.18.6",
  1313. "@babel/helper-module-transforms": "^7.18.6",
  1314. "@babel/helper-plugin-utils": "^7.18.6",
  1315. "@babel/helper-validator-identifier": "^7.18.6",
  1316. "babel-plugin-dynamic-import-node": "^2.3.3"
  1317. },
  1318. "engines": {
  1319. "node": ">=6.9.0"
  1320. },
  1321. "peerDependencies": {
  1322. "@babel/core": "^7.0.0-0"
  1323. }
  1324. },
  1325. "node_modules/@babel/plugin-transform-modules-umd": {
  1326. "version": "7.18.6",
  1327. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz",
  1328. "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==",
  1329. "dependencies": {
  1330. "@babel/helper-module-transforms": "^7.18.6",
  1331. "@babel/helper-plugin-utils": "^7.18.6"
  1332. },
  1333. "engines": {
  1334. "node": ">=6.9.0"
  1335. },
  1336. "peerDependencies": {
  1337. "@babel/core": "^7.0.0-0"
  1338. }
  1339. },
  1340. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1341. "version": "7.18.6",
  1342. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz",
  1343. "integrity": "sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==",
  1344. "dependencies": {
  1345. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  1346. "@babel/helper-plugin-utils": "^7.18.6"
  1347. },
  1348. "engines": {
  1349. "node": ">=6.9.0"
  1350. },
  1351. "peerDependencies": {
  1352. "@babel/core": "^7.0.0"
  1353. }
  1354. },
  1355. "node_modules/@babel/plugin-transform-new-target": {
  1356. "version": "7.18.6",
  1357. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz",
  1358. "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==",
  1359. "dependencies": {
  1360. "@babel/helper-plugin-utils": "^7.18.6"
  1361. },
  1362. "engines": {
  1363. "node": ">=6.9.0"
  1364. },
  1365. "peerDependencies": {
  1366. "@babel/core": "^7.0.0-0"
  1367. }
  1368. },
  1369. "node_modules/@babel/plugin-transform-object-super": {
  1370. "version": "7.18.6",
  1371. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz",
  1372. "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==",
  1373. "dependencies": {
  1374. "@babel/helper-plugin-utils": "^7.18.6",
  1375. "@babel/helper-replace-supers": "^7.18.6"
  1376. },
  1377. "engines": {
  1378. "node": ">=6.9.0"
  1379. },
  1380. "peerDependencies": {
  1381. "@babel/core": "^7.0.0-0"
  1382. }
  1383. },
  1384. "node_modules/@babel/plugin-transform-parameters": {
  1385. "version": "7.18.8",
  1386. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz",
  1387. "integrity": "sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==",
  1388. "dependencies": {
  1389. "@babel/helper-plugin-utils": "^7.18.6"
  1390. },
  1391. "engines": {
  1392. "node": ">=6.9.0"
  1393. },
  1394. "peerDependencies": {
  1395. "@babel/core": "^7.0.0-0"
  1396. }
  1397. },
  1398. "node_modules/@babel/plugin-transform-property-literals": {
  1399. "version": "7.18.6",
  1400. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz",
  1401. "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==",
  1402. "dependencies": {
  1403. "@babel/helper-plugin-utils": "^7.18.6"
  1404. },
  1405. "engines": {
  1406. "node": ">=6.9.0"
  1407. },
  1408. "peerDependencies": {
  1409. "@babel/core": "^7.0.0-0"
  1410. }
  1411. },
  1412. "node_modules/@babel/plugin-transform-react-constant-elements": {
  1413. "version": "7.18.6",
  1414. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.18.6.tgz",
  1415. "integrity": "sha512-4g5H1bonF1dqgMe+wQ2fvDlRZ/mN/KwArk13teDv+xxn+pUDEiiDluQd6D2B30MJcL1u3qr0WZpfq0mw9/zSqA==",
  1416. "dependencies": {
  1417. "@babel/helper-plugin-utils": "^7.18.6"
  1418. },
  1419. "engines": {
  1420. "node": ">=6.9.0"
  1421. },
  1422. "peerDependencies": {
  1423. "@babel/core": "^7.0.0-0"
  1424. }
  1425. },
  1426. "node_modules/@babel/plugin-transform-react-display-name": {
  1427. "version": "7.18.6",
  1428. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz",
  1429. "integrity": "sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==",
  1430. "dependencies": {
  1431. "@babel/helper-plugin-utils": "^7.18.6"
  1432. },
  1433. "engines": {
  1434. "node": ">=6.9.0"
  1435. },
  1436. "peerDependencies": {
  1437. "@babel/core": "^7.0.0-0"
  1438. }
  1439. },
  1440. "node_modules/@babel/plugin-transform-react-jsx": {
  1441. "version": "7.18.6",
  1442. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.18.6.tgz",
  1443. "integrity": "sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw==",
  1444. "dependencies": {
  1445. "@babel/helper-annotate-as-pure": "^7.18.6",
  1446. "@babel/helper-module-imports": "^7.18.6",
  1447. "@babel/helper-plugin-utils": "^7.18.6",
  1448. "@babel/plugin-syntax-jsx": "^7.18.6",
  1449. "@babel/types": "^7.18.6"
  1450. },
  1451. "engines": {
  1452. "node": ">=6.9.0"
  1453. },
  1454. "peerDependencies": {
  1455. "@babel/core": "^7.0.0-0"
  1456. }
  1457. },
  1458. "node_modules/@babel/plugin-transform-react-jsx-development": {
  1459. "version": "7.18.6",
  1460. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz",
  1461. "integrity": "sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==",
  1462. "dependencies": {
  1463. "@babel/plugin-transform-react-jsx": "^7.18.6"
  1464. },
  1465. "engines": {
  1466. "node": ">=6.9.0"
  1467. },
  1468. "peerDependencies": {
  1469. "@babel/core": "^7.0.0-0"
  1470. }
  1471. },
  1472. "node_modules/@babel/plugin-transform-react-pure-annotations": {
  1473. "version": "7.18.6",
  1474. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz",
  1475. "integrity": "sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==",
  1476. "dependencies": {
  1477. "@babel/helper-annotate-as-pure": "^7.18.6",
  1478. "@babel/helper-plugin-utils": "^7.18.6"
  1479. },
  1480. "engines": {
  1481. "node": ">=6.9.0"
  1482. },
  1483. "peerDependencies": {
  1484. "@babel/core": "^7.0.0-0"
  1485. }
  1486. },
  1487. "node_modules/@babel/plugin-transform-regenerator": {
  1488. "version": "7.18.6",
  1489. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz",
  1490. "integrity": "sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==",
  1491. "dependencies": {
  1492. "@babel/helper-plugin-utils": "^7.18.6",
  1493. "regenerator-transform": "^0.15.0"
  1494. },
  1495. "engines": {
  1496. "node": ">=6.9.0"
  1497. },
  1498. "peerDependencies": {
  1499. "@babel/core": "^7.0.0-0"
  1500. }
  1501. },
  1502. "node_modules/@babel/plugin-transform-reserved-words": {
  1503. "version": "7.18.6",
  1504. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz",
  1505. "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==",
  1506. "dependencies": {
  1507. "@babel/helper-plugin-utils": "^7.18.6"
  1508. },
  1509. "engines": {
  1510. "node": ">=6.9.0"
  1511. },
  1512. "peerDependencies": {
  1513. "@babel/core": "^7.0.0-0"
  1514. }
  1515. },
  1516. "node_modules/@babel/plugin-transform-runtime": {
  1517. "version": "7.18.6",
  1518. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.6.tgz",
  1519. "integrity": "sha512-8uRHk9ZmRSnWqUgyae249EJZ94b0yAGLBIqzZzl+0iEdbno55Pmlt/32JZsHwXD9k/uZj18Aqqk35wBX4CBTXA==",
  1520. "dependencies": {
  1521. "@babel/helper-module-imports": "^7.18.6",
  1522. "@babel/helper-plugin-utils": "^7.18.6",
  1523. "babel-plugin-polyfill-corejs2": "^0.3.1",
  1524. "babel-plugin-polyfill-corejs3": "^0.5.2",
  1525. "babel-plugin-polyfill-regenerator": "^0.3.1",
  1526. "semver": "^6.3.0"
  1527. },
  1528. "engines": {
  1529. "node": ">=6.9.0"
  1530. },
  1531. "peerDependencies": {
  1532. "@babel/core": "^7.0.0-0"
  1533. }
  1534. },
  1535. "node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
  1536. "version": "6.3.0",
  1537. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  1538. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  1539. "bin": {
  1540. "semver": "bin/semver.js"
  1541. }
  1542. },
  1543. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1544. "version": "7.18.6",
  1545. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz",
  1546. "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==",
  1547. "dependencies": {
  1548. "@babel/helper-plugin-utils": "^7.18.6"
  1549. },
  1550. "engines": {
  1551. "node": ">=6.9.0"
  1552. },
  1553. "peerDependencies": {
  1554. "@babel/core": "^7.0.0-0"
  1555. }
  1556. },
  1557. "node_modules/@babel/plugin-transform-spread": {
  1558. "version": "7.18.6",
  1559. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.6.tgz",
  1560. "integrity": "sha512-ayT53rT/ENF8WWexIRg9AiV9h0aIteyWn5ptfZTZQrjk/+f3WdrJGCY4c9wcgl2+MKkKPhzbYp97FTsquZpDCw==",
  1561. "dependencies": {
  1562. "@babel/helper-plugin-utils": "^7.18.6",
  1563. "@babel/helper-skip-transparent-expression-wrappers": "^7.18.6"
  1564. },
  1565. "engines": {
  1566. "node": ">=6.9.0"
  1567. },
  1568. "peerDependencies": {
  1569. "@babel/core": "^7.0.0-0"
  1570. }
  1571. },
  1572. "node_modules/@babel/plugin-transform-sticky-regex": {
  1573. "version": "7.18.6",
  1574. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz",
  1575. "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==",
  1576. "dependencies": {
  1577. "@babel/helper-plugin-utils": "^7.18.6"
  1578. },
  1579. "engines": {
  1580. "node": ">=6.9.0"
  1581. },
  1582. "peerDependencies": {
  1583. "@babel/core": "^7.0.0-0"
  1584. }
  1585. },
  1586. "node_modules/@babel/plugin-transform-template-literals": {
  1587. "version": "7.18.6",
  1588. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.6.tgz",
  1589. "integrity": "sha512-UuqlRrQmT2SWRvahW46cGSany0uTlcj8NYOS5sRGYi8FxPYPoLd5DDmMd32ZXEj2Jq+06uGVQKHxa/hJx2EzKw==",
  1590. "dependencies": {
  1591. "@babel/helper-plugin-utils": "^7.18.6"
  1592. },
  1593. "engines": {
  1594. "node": ">=6.9.0"
  1595. },
  1596. "peerDependencies": {
  1597. "@babel/core": "^7.0.0-0"
  1598. }
  1599. },
  1600. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1601. "version": "7.18.6",
  1602. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.6.tgz",
  1603. "integrity": "sha512-7m71iS/QhsPk85xSjFPovHPcH3H9qeyzsujhTc+vcdnsXavoWYJ74zx0lP5RhpC5+iDnVLO+PPMHzC11qels1g==",
  1604. "dependencies": {
  1605. "@babel/helper-plugin-utils": "^7.18.6"
  1606. },
  1607. "engines": {
  1608. "node": ">=6.9.0"
  1609. },
  1610. "peerDependencies": {
  1611. "@babel/core": "^7.0.0-0"
  1612. }
  1613. },
  1614. "node_modules/@babel/plugin-transform-typescript": {
  1615. "version": "7.18.8",
  1616. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.18.8.tgz",
  1617. "integrity": "sha512-p2xM8HI83UObjsZGofMV/EdYjamsDm6MoN3hXPYIT0+gxIoopE+B7rPYKAxfrz9K9PK7JafTTjqYC6qipLExYA==",
  1618. "dependencies": {
  1619. "@babel/helper-create-class-features-plugin": "^7.18.6",
  1620. "@babel/helper-plugin-utils": "^7.18.6",
  1621. "@babel/plugin-syntax-typescript": "^7.18.6"
  1622. },
  1623. "engines": {
  1624. "node": ">=6.9.0"
  1625. },
  1626. "peerDependencies": {
  1627. "@babel/core": "^7.0.0-0"
  1628. }
  1629. },
  1630. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1631. "version": "7.18.6",
  1632. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz",
  1633. "integrity": "sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==",
  1634. "dependencies": {
  1635. "@babel/helper-plugin-utils": "^7.18.6"
  1636. },
  1637. "engines": {
  1638. "node": ">=6.9.0"
  1639. },
  1640. "peerDependencies": {
  1641. "@babel/core": "^7.0.0-0"
  1642. }
  1643. },
  1644. "node_modules/@babel/plugin-transform-unicode-regex": {
  1645. "version": "7.18.6",
  1646. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz",
  1647. "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==",
  1648. "dependencies": {
  1649. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  1650. "@babel/helper-plugin-utils": "^7.18.6"
  1651. },
  1652. "engines": {
  1653. "node": ">=6.9.0"
  1654. },
  1655. "peerDependencies": {
  1656. "@babel/core": "^7.0.0-0"
  1657. }
  1658. },
  1659. "node_modules/@babel/preset-env": {
  1660. "version": "7.18.6",
  1661. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.6.tgz",
  1662. "integrity": "sha512-WrthhuIIYKrEFAwttYzgRNQ5hULGmwTj+D6l7Zdfsv5M7IWV/OZbUfbeL++Qrzx1nVJwWROIFhCHRYQV4xbPNw==",
  1663. "dependencies": {
  1664. "@babel/compat-data": "^7.18.6",
  1665. "@babel/helper-compilation-targets": "^7.18.6",
  1666. "@babel/helper-plugin-utils": "^7.18.6",
  1667. "@babel/helper-validator-option": "^7.18.6",
  1668. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
  1669. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.6",
  1670. "@babel/plugin-proposal-async-generator-functions": "^7.18.6",
  1671. "@babel/plugin-proposal-class-properties": "^7.18.6",
  1672. "@babel/plugin-proposal-class-static-block": "^7.18.6",
  1673. "@babel/plugin-proposal-dynamic-import": "^7.18.6",
  1674. "@babel/plugin-proposal-export-namespace-from": "^7.18.6",
  1675. "@babel/plugin-proposal-json-strings": "^7.18.6",
  1676. "@babel/plugin-proposal-logical-assignment-operators": "^7.18.6",
  1677. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
  1678. "@babel/plugin-proposal-numeric-separator": "^7.18.6",
  1679. "@babel/plugin-proposal-object-rest-spread": "^7.18.6",
  1680. "@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
  1681. "@babel/plugin-proposal-optional-chaining": "^7.18.6",
  1682. "@babel/plugin-proposal-private-methods": "^7.18.6",
  1683. "@babel/plugin-proposal-private-property-in-object": "^7.18.6",
  1684. "@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
  1685. "@babel/plugin-syntax-async-generators": "^7.8.4",
  1686. "@babel/plugin-syntax-class-properties": "^7.12.13",
  1687. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  1688. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  1689. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1690. "@babel/plugin-syntax-import-assertions": "^7.18.6",
  1691. "@babel/plugin-syntax-json-strings": "^7.8.3",
  1692. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1693. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  1694. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1695. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1696. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  1697. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  1698. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  1699. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  1700. "@babel/plugin-transform-arrow-functions": "^7.18.6",
  1701. "@babel/plugin-transform-async-to-generator": "^7.18.6",
  1702. "@babel/plugin-transform-block-scoped-functions": "^7.18.6",
  1703. "@babel/plugin-transform-block-scoping": "^7.18.6",
  1704. "@babel/plugin-transform-classes": "^7.18.6",
  1705. "@babel/plugin-transform-computed-properties": "^7.18.6",
  1706. "@babel/plugin-transform-destructuring": "^7.18.6",
  1707. "@babel/plugin-transform-dotall-regex": "^7.18.6",
  1708. "@babel/plugin-transform-duplicate-keys": "^7.18.6",
  1709. "@babel/plugin-transform-exponentiation-operator": "^7.18.6",
  1710. "@babel/plugin-transform-for-of": "^7.18.6",
  1711. "@babel/plugin-transform-function-name": "^7.18.6",
  1712. "@babel/plugin-transform-literals": "^7.18.6",
  1713. "@babel/plugin-transform-member-expression-literals": "^7.18.6",
  1714. "@babel/plugin-transform-modules-amd": "^7.18.6",
  1715. "@babel/plugin-transform-modules-commonjs": "^7.18.6",
  1716. "@babel/plugin-transform-modules-systemjs": "^7.18.6",
  1717. "@babel/plugin-transform-modules-umd": "^7.18.6",
  1718. "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6",
  1719. "@babel/plugin-transform-new-target": "^7.18.6",
  1720. "@babel/plugin-transform-object-super": "^7.18.6",
  1721. "@babel/plugin-transform-parameters": "^7.18.6",
  1722. "@babel/plugin-transform-property-literals": "^7.18.6",
  1723. "@babel/plugin-transform-regenerator": "^7.18.6",
  1724. "@babel/plugin-transform-reserved-words": "^7.18.6",
  1725. "@babel/plugin-transform-shorthand-properties": "^7.18.6",
  1726. "@babel/plugin-transform-spread": "^7.18.6",
  1727. "@babel/plugin-transform-sticky-regex": "^7.18.6",
  1728. "@babel/plugin-transform-template-literals": "^7.18.6",
  1729. "@babel/plugin-transform-typeof-symbol": "^7.18.6",
  1730. "@babel/plugin-transform-unicode-escapes": "^7.18.6",
  1731. "@babel/plugin-transform-unicode-regex": "^7.18.6",
  1732. "@babel/preset-modules": "^0.1.5",
  1733. "@babel/types": "^7.18.6",
  1734. "babel-plugin-polyfill-corejs2": "^0.3.1",
  1735. "babel-plugin-polyfill-corejs3": "^0.5.2",
  1736. "babel-plugin-polyfill-regenerator": "^0.3.1",
  1737. "core-js-compat": "^3.22.1",
  1738. "semver": "^6.3.0"
  1739. },
  1740. "engines": {
  1741. "node": ">=6.9.0"
  1742. },
  1743. "peerDependencies": {
  1744. "@babel/core": "^7.0.0-0"
  1745. }
  1746. },
  1747. "node_modules/@babel/preset-env/node_modules/semver": {
  1748. "version": "6.3.0",
  1749. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  1750. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  1751. "bin": {
  1752. "semver": "bin/semver.js"
  1753. }
  1754. },
  1755. "node_modules/@babel/preset-modules": {
  1756. "version": "0.1.5",
  1757. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
  1758. "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
  1759. "dependencies": {
  1760. "@babel/helper-plugin-utils": "^7.0.0",
  1761. "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
  1762. "@babel/plugin-transform-dotall-regex": "^7.4.4",
  1763. "@babel/types": "^7.4.4",
  1764. "esutils": "^2.0.2"
  1765. },
  1766. "peerDependencies": {
  1767. "@babel/core": "^7.0.0-0"
  1768. }
  1769. },
  1770. "node_modules/@babel/preset-react": {
  1771. "version": "7.18.6",
  1772. "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz",
  1773. "integrity": "sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==",
  1774. "dependencies": {
  1775. "@babel/helper-plugin-utils": "^7.18.6",
  1776. "@babel/helper-validator-option": "^7.18.6",
  1777. "@babel/plugin-transform-react-display-name": "^7.18.6",
  1778. "@babel/plugin-transform-react-jsx": "^7.18.6",
  1779. "@babel/plugin-transform-react-jsx-development": "^7.18.6",
  1780. "@babel/plugin-transform-react-pure-annotations": "^7.18.6"
  1781. },
  1782. "engines": {
  1783. "node": ">=6.9.0"
  1784. },
  1785. "peerDependencies": {
  1786. "@babel/core": "^7.0.0-0"
  1787. }
  1788. },
  1789. "node_modules/@babel/preset-typescript": {
  1790. "version": "7.18.6",
  1791. "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.18.6.tgz",
  1792. "integrity": "sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==",
  1793. "dependencies": {
  1794. "@babel/helper-plugin-utils": "^7.18.6",
  1795. "@babel/helper-validator-option": "^7.18.6",
  1796. "@babel/plugin-transform-typescript": "^7.18.6"
  1797. },
  1798. "engines": {
  1799. "node": ">=6.9.0"
  1800. },
  1801. "peerDependencies": {
  1802. "@babel/core": "^7.0.0-0"
  1803. }
  1804. },
  1805. "node_modules/@babel/runtime": {
  1806. "version": "7.18.6",
  1807. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.6.tgz",
  1808. "integrity": "sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ==",
  1809. "dependencies": {
  1810. "regenerator-runtime": "^0.13.4"
  1811. },
  1812. "engines": {
  1813. "node": ">=6.9.0"
  1814. }
  1815. },
  1816. "node_modules/@babel/runtime-corejs3": {
  1817. "version": "7.18.6",
  1818. "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.18.6.tgz",
  1819. "integrity": "sha512-cOu5wH2JFBgMjje+a+fz2JNIWU4GzYpl05oSob3UDvBEh6EuIn+TXFHMmBbhSb+k/4HMzgKCQfEEDArAWNF9Cw==",
  1820. "dependencies": {
  1821. "core-js-pure": "^3.20.2",
  1822. "regenerator-runtime": "^0.13.4"
  1823. },
  1824. "engines": {
  1825. "node": ">=6.9.0"
  1826. }
  1827. },
  1828. "node_modules/@babel/template": {
  1829. "version": "7.18.6",
  1830. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.6.tgz",
  1831. "integrity": "sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==",
  1832. "dependencies": {
  1833. "@babel/code-frame": "^7.18.6",
  1834. "@babel/parser": "^7.18.6",
  1835. "@babel/types": "^7.18.6"
  1836. },
  1837. "engines": {
  1838. "node": ">=6.9.0"
  1839. }
  1840. },
  1841. "node_modules/@babel/traverse": {
  1842. "version": "7.18.8",
  1843. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.8.tgz",
  1844. "integrity": "sha512-UNg/AcSySJYR/+mIcJQDCv00T+AqRO7j/ZEJLzpaYtgM48rMg5MnkJgyNqkzo88+p4tfRvZJCEiwwfG6h4jkRg==",
  1845. "dependencies": {
  1846. "@babel/code-frame": "^7.18.6",
  1847. "@babel/generator": "^7.18.7",
  1848. "@babel/helper-environment-visitor": "^7.18.6",
  1849. "@babel/helper-function-name": "^7.18.6",
  1850. "@babel/helper-hoist-variables": "^7.18.6",
  1851. "@babel/helper-split-export-declaration": "^7.18.6",
  1852. "@babel/parser": "^7.18.8",
  1853. "@babel/types": "^7.18.8",
  1854. "debug": "^4.1.0",
  1855. "globals": "^11.1.0"
  1856. },
  1857. "engines": {
  1858. "node": ">=6.9.0"
  1859. }
  1860. },
  1861. "node_modules/@babel/types": {
  1862. "version": "7.18.8",
  1863. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.8.tgz",
  1864. "integrity": "sha512-qwpdsmraq0aJ3osLJRApsc2ouSJCdnMeZwB0DhbtHAtRpZNZCdlbRnHIgcRKzdE1g0iOGg644fzjOBcdOz9cPw==",
  1865. "dependencies": {
  1866. "@babel/helper-validator-identifier": "^7.18.6",
  1867. "to-fast-properties": "^2.0.0"
  1868. },
  1869. "engines": {
  1870. "node": ">=6.9.0"
  1871. }
  1872. },
  1873. "node_modules/@bcoe/v8-coverage": {
  1874. "version": "0.2.3",
  1875. "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
  1876. "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
  1877. },
  1878. "node_modules/@csstools/normalize.css": {
  1879. "version": "12.0.0",
  1880. "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz",
  1881. "integrity": "sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg=="
  1882. },
  1883. "node_modules/@csstools/postcss-cascade-layers": {
  1884. "version": "1.0.5",
  1885. "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.0.5.tgz",
  1886. "integrity": "sha512-Id/9wBT7FkgFzdEpiEWrsVd4ltDxN0rI0QS0SChbeQiSuux3z21SJCRLu6h2cvCEUmaRi+VD0mHFj+GJD4GFnw==",
  1887. "dependencies": {
  1888. "@csstools/selector-specificity": "^2.0.2",
  1889. "postcss-selector-parser": "^6.0.10"
  1890. },
  1891. "engines": {
  1892. "node": "^12 || ^14 || >=16"
  1893. },
  1894. "funding": {
  1895. "type": "opencollective",
  1896. "url": "https://opencollective.com/csstools"
  1897. },
  1898. "peerDependencies": {
  1899. "postcss": "^8.2"
  1900. }
  1901. },
  1902. "node_modules/@csstools/postcss-color-function": {
  1903. "version": "1.1.1",
  1904. "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz",
  1905. "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==",
  1906. "dependencies": {
  1907. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  1908. "postcss-value-parser": "^4.2.0"
  1909. },
  1910. "engines": {
  1911. "node": "^12 || ^14 || >=16"
  1912. },
  1913. "funding": {
  1914. "type": "opencollective",
  1915. "url": "https://opencollective.com/csstools"
  1916. },
  1917. "peerDependencies": {
  1918. "postcss": "^8.2"
  1919. }
  1920. },
  1921. "node_modules/@csstools/postcss-font-format-keywords": {
  1922. "version": "1.0.1",
  1923. "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz",
  1924. "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==",
  1925. "dependencies": {
  1926. "postcss-value-parser": "^4.2.0"
  1927. },
  1928. "engines": {
  1929. "node": "^12 || ^14 || >=16"
  1930. },
  1931. "funding": {
  1932. "type": "opencollective",
  1933. "url": "https://opencollective.com/csstools"
  1934. },
  1935. "peerDependencies": {
  1936. "postcss": "^8.2"
  1937. }
  1938. },
  1939. "node_modules/@csstools/postcss-hwb-function": {
  1940. "version": "1.0.2",
  1941. "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz",
  1942. "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==",
  1943. "dependencies": {
  1944. "postcss-value-parser": "^4.2.0"
  1945. },
  1946. "engines": {
  1947. "node": "^12 || ^14 || >=16"
  1948. },
  1949. "funding": {
  1950. "type": "opencollective",
  1951. "url": "https://opencollective.com/csstools"
  1952. },
  1953. "peerDependencies": {
  1954. "postcss": "^8.2"
  1955. }
  1956. },
  1957. "node_modules/@csstools/postcss-ic-unit": {
  1958. "version": "1.0.1",
  1959. "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz",
  1960. "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==",
  1961. "dependencies": {
  1962. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  1963. "postcss-value-parser": "^4.2.0"
  1964. },
  1965. "engines": {
  1966. "node": "^12 || ^14 || >=16"
  1967. },
  1968. "funding": {
  1969. "type": "opencollective",
  1970. "url": "https://opencollective.com/csstools"
  1971. },
  1972. "peerDependencies": {
  1973. "postcss": "^8.2"
  1974. }
  1975. },
  1976. "node_modules/@csstools/postcss-is-pseudo-class": {
  1977. "version": "2.0.7",
  1978. "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz",
  1979. "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==",
  1980. "dependencies": {
  1981. "@csstools/selector-specificity": "^2.0.0",
  1982. "postcss-selector-parser": "^6.0.10"
  1983. },
  1984. "engines": {
  1985. "node": "^12 || ^14 || >=16"
  1986. },
  1987. "funding": {
  1988. "type": "opencollective",
  1989. "url": "https://opencollective.com/csstools"
  1990. },
  1991. "peerDependencies": {
  1992. "postcss": "^8.2"
  1993. }
  1994. },
  1995. "node_modules/@csstools/postcss-normalize-display-values": {
  1996. "version": "1.0.1",
  1997. "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz",
  1998. "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==",
  1999. "dependencies": {
  2000. "postcss-value-parser": "^4.2.0"
  2001. },
  2002. "engines": {
  2003. "node": "^12 || ^14 || >=16"
  2004. },
  2005. "funding": {
  2006. "type": "opencollective",
  2007. "url": "https://opencollective.com/csstools"
  2008. },
  2009. "peerDependencies": {
  2010. "postcss": "^8.2"
  2011. }
  2012. },
  2013. "node_modules/@csstools/postcss-oklab-function": {
  2014. "version": "1.1.1",
  2015. "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz",
  2016. "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==",
  2017. "dependencies": {
  2018. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  2019. "postcss-value-parser": "^4.2.0"
  2020. },
  2021. "engines": {
  2022. "node": "^12 || ^14 || >=16"
  2023. },
  2024. "funding": {
  2025. "type": "opencollective",
  2026. "url": "https://opencollective.com/csstools"
  2027. },
  2028. "peerDependencies": {
  2029. "postcss": "^8.2"
  2030. }
  2031. },
  2032. "node_modules/@csstools/postcss-progressive-custom-properties": {
  2033. "version": "1.3.0",
  2034. "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz",
  2035. "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==",
  2036. "dependencies": {
  2037. "postcss-value-parser": "^4.2.0"
  2038. },
  2039. "engines": {
  2040. "node": "^12 || ^14 || >=16"
  2041. },
  2042. "peerDependencies": {
  2043. "postcss": "^8.3"
  2044. }
  2045. },
  2046. "node_modules/@csstools/postcss-stepped-value-functions": {
  2047. "version": "1.0.1",
  2048. "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz",
  2049. "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==",
  2050. "dependencies": {
  2051. "postcss-value-parser": "^4.2.0"
  2052. },
  2053. "engines": {
  2054. "node": "^12 || ^14 || >=16"
  2055. },
  2056. "funding": {
  2057. "type": "opencollective",
  2058. "url": "https://opencollective.com/csstools"
  2059. },
  2060. "peerDependencies": {
  2061. "postcss": "^8.2"
  2062. }
  2063. },
  2064. "node_modules/@csstools/postcss-trigonometric-functions": {
  2065. "version": "1.0.2",
  2066. "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz",
  2067. "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==",
  2068. "dependencies": {
  2069. "postcss-value-parser": "^4.2.0"
  2070. },
  2071. "engines": {
  2072. "node": "^14 || >=16"
  2073. },
  2074. "funding": {
  2075. "type": "opencollective",
  2076. "url": "https://opencollective.com/csstools"
  2077. },
  2078. "peerDependencies": {
  2079. "postcss": "^8.2"
  2080. }
  2081. },
  2082. "node_modules/@csstools/postcss-unset-value": {
  2083. "version": "1.0.2",
  2084. "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz",
  2085. "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==",
  2086. "engines": {
  2087. "node": "^12 || ^14 || >=16"
  2088. },
  2089. "funding": {
  2090. "type": "opencollective",
  2091. "url": "https://opencollective.com/csstools"
  2092. },
  2093. "peerDependencies": {
  2094. "postcss": "^8.2"
  2095. }
  2096. },
  2097. "node_modules/@csstools/selector-specificity": {
  2098. "version": "2.0.2",
  2099. "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.2.tgz",
  2100. "integrity": "sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==",
  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. "postcss-selector-parser": "^6.0.10"
  2111. }
  2112. },
  2113. "node_modules/@eslint/eslintrc": {
  2114. "version": "1.3.0",
  2115. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz",
  2116. "integrity": "sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==",
  2117. "dependencies": {
  2118. "ajv": "^6.12.4",
  2119. "debug": "^4.3.2",
  2120. "espree": "^9.3.2",
  2121. "globals": "^13.15.0",
  2122. "ignore": "^5.2.0",
  2123. "import-fresh": "^3.2.1",
  2124. "js-yaml": "^4.1.0",
  2125. "minimatch": "^3.1.2",
  2126. "strip-json-comments": "^3.1.1"
  2127. },
  2128. "engines": {
  2129. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2130. }
  2131. },
  2132. "node_modules/@eslint/eslintrc/node_modules/argparse": {
  2133. "version": "2.0.1",
  2134. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2135. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  2136. },
  2137. "node_modules/@eslint/eslintrc/node_modules/globals": {
  2138. "version": "13.16.0",
  2139. "resolved": "https://registry.npmjs.org/globals/-/globals-13.16.0.tgz",
  2140. "integrity": "sha512-A1lrQfpNF+McdPOnnFqY3kSN0AFTy485bTi1bkLk4mVPODIUEcSfhHgRqA+QdXPksrSTTztYXx37NFV+GpGk3Q==",
  2141. "dependencies": {
  2142. "type-fest": "^0.20.2"
  2143. },
  2144. "engines": {
  2145. "node": ">=8"
  2146. },
  2147. "funding": {
  2148. "url": "https://github.com/sponsors/sindresorhus"
  2149. }
  2150. },
  2151. "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
  2152. "version": "4.1.0",
  2153. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  2154. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  2155. "dependencies": {
  2156. "argparse": "^2.0.1"
  2157. },
  2158. "bin": {
  2159. "js-yaml": "bin/js-yaml.js"
  2160. }
  2161. },
  2162. "node_modules/@eslint/eslintrc/node_modules/type-fest": {
  2163. "version": "0.20.2",
  2164. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  2165. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  2166. "engines": {
  2167. "node": ">=10"
  2168. },
  2169. "funding": {
  2170. "url": "https://github.com/sponsors/sindresorhus"
  2171. }
  2172. },
  2173. "node_modules/@humanwhocodes/config-array": {
  2174. "version": "0.9.5",
  2175. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz",
  2176. "integrity": "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==",
  2177. "dependencies": {
  2178. "@humanwhocodes/object-schema": "^1.2.1",
  2179. "debug": "^4.1.1",
  2180. "minimatch": "^3.0.4"
  2181. },
  2182. "engines": {
  2183. "node": ">=10.10.0"
  2184. }
  2185. },
  2186. "node_modules/@humanwhocodes/object-schema": {
  2187. "version": "1.2.1",
  2188. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
  2189. "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
  2190. },
  2191. "node_modules/@istanbuljs/load-nyc-config": {
  2192. "version": "1.1.0",
  2193. "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  2194. "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  2195. "dependencies": {
  2196. "camelcase": "^5.3.1",
  2197. "find-up": "^4.1.0",
  2198. "get-package-type": "^0.1.0",
  2199. "js-yaml": "^3.13.1",
  2200. "resolve-from": "^5.0.0"
  2201. },
  2202. "engines": {
  2203. "node": ">=8"
  2204. }
  2205. },
  2206. "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
  2207. "version": "5.3.1",
  2208. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  2209. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  2210. "engines": {
  2211. "node": ">=6"
  2212. }
  2213. },
  2214. "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
  2215. "version": "4.1.0",
  2216. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  2217. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  2218. "dependencies": {
  2219. "locate-path": "^5.0.0",
  2220. "path-exists": "^4.0.0"
  2221. },
  2222. "engines": {
  2223. "node": ">=8"
  2224. }
  2225. },
  2226. "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
  2227. "version": "5.0.0",
  2228. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  2229. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  2230. "dependencies": {
  2231. "p-locate": "^4.1.0"
  2232. },
  2233. "engines": {
  2234. "node": ">=8"
  2235. }
  2236. },
  2237. "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": {
  2238. "version": "2.3.0",
  2239. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  2240. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  2241. "dependencies": {
  2242. "p-try": "^2.0.0"
  2243. },
  2244. "engines": {
  2245. "node": ">=6"
  2246. },
  2247. "funding": {
  2248. "url": "https://github.com/sponsors/sindresorhus"
  2249. }
  2250. },
  2251. "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
  2252. "version": "4.1.0",
  2253. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  2254. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  2255. "dependencies": {
  2256. "p-limit": "^2.2.0"
  2257. },
  2258. "engines": {
  2259. "node": ">=8"
  2260. }
  2261. },
  2262. "node_modules/@istanbuljs/schema": {
  2263. "version": "0.1.3",
  2264. "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
  2265. "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
  2266. "engines": {
  2267. "node": ">=8"
  2268. }
  2269. },
  2270. "node_modules/@jest/console": {
  2271. "version": "27.5.1",
  2272. "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
  2273. "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
  2274. "dependencies": {
  2275. "@jest/types": "^27.5.1",
  2276. "@types/node": "*",
  2277. "chalk": "^4.0.0",
  2278. "jest-message-util": "^27.5.1",
  2279. "jest-util": "^27.5.1",
  2280. "slash": "^3.0.0"
  2281. },
  2282. "engines": {
  2283. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2284. }
  2285. },
  2286. "node_modules/@jest/console/node_modules/ansi-styles": {
  2287. "version": "4.3.0",
  2288. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2289. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2290. "dependencies": {
  2291. "color-convert": "^2.0.1"
  2292. },
  2293. "engines": {
  2294. "node": ">=8"
  2295. },
  2296. "funding": {
  2297. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2298. }
  2299. },
  2300. "node_modules/@jest/console/node_modules/chalk": {
  2301. "version": "4.1.2",
  2302. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2303. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2304. "dependencies": {
  2305. "ansi-styles": "^4.1.0",
  2306. "supports-color": "^7.1.0"
  2307. },
  2308. "engines": {
  2309. "node": ">=10"
  2310. },
  2311. "funding": {
  2312. "url": "https://github.com/chalk/chalk?sponsor=1"
  2313. }
  2314. },
  2315. "node_modules/@jest/console/node_modules/color-convert": {
  2316. "version": "2.0.1",
  2317. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2318. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2319. "dependencies": {
  2320. "color-name": "~1.1.4"
  2321. },
  2322. "engines": {
  2323. "node": ">=7.0.0"
  2324. }
  2325. },
  2326. "node_modules/@jest/console/node_modules/color-name": {
  2327. "version": "1.1.4",
  2328. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2329. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2330. },
  2331. "node_modules/@jest/console/node_modules/has-flag": {
  2332. "version": "4.0.0",
  2333. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  2334. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  2335. "engines": {
  2336. "node": ">=8"
  2337. }
  2338. },
  2339. "node_modules/@jest/console/node_modules/supports-color": {
  2340. "version": "7.2.0",
  2341. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  2342. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  2343. "dependencies": {
  2344. "has-flag": "^4.0.0"
  2345. },
  2346. "engines": {
  2347. "node": ">=8"
  2348. }
  2349. },
  2350. "node_modules/@jest/core": {
  2351. "version": "27.5.1",
  2352. "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
  2353. "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
  2354. "dependencies": {
  2355. "@jest/console": "^27.5.1",
  2356. "@jest/reporters": "^27.5.1",
  2357. "@jest/test-result": "^27.5.1",
  2358. "@jest/transform": "^27.5.1",
  2359. "@jest/types": "^27.5.1",
  2360. "@types/node": "*",
  2361. "ansi-escapes": "^4.2.1",
  2362. "chalk": "^4.0.0",
  2363. "emittery": "^0.8.1",
  2364. "exit": "^0.1.2",
  2365. "graceful-fs": "^4.2.9",
  2366. "jest-changed-files": "^27.5.1",
  2367. "jest-config": "^27.5.1",
  2368. "jest-haste-map": "^27.5.1",
  2369. "jest-message-util": "^27.5.1",
  2370. "jest-regex-util": "^27.5.1",
  2371. "jest-resolve": "^27.5.1",
  2372. "jest-resolve-dependencies": "^27.5.1",
  2373. "jest-runner": "^27.5.1",
  2374. "jest-runtime": "^27.5.1",
  2375. "jest-snapshot": "^27.5.1",
  2376. "jest-util": "^27.5.1",
  2377. "jest-validate": "^27.5.1",
  2378. "jest-watcher": "^27.5.1",
  2379. "micromatch": "^4.0.4",
  2380. "rimraf": "^3.0.0",
  2381. "slash": "^3.0.0",
  2382. "strip-ansi": "^6.0.0"
  2383. },
  2384. "engines": {
  2385. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2386. },
  2387. "peerDependencies": {
  2388. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2389. },
  2390. "peerDependenciesMeta": {
  2391. "node-notifier": {
  2392. "optional": true
  2393. }
  2394. }
  2395. },
  2396. "node_modules/@jest/core/node_modules/ansi-styles": {
  2397. "version": "4.3.0",
  2398. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2399. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2400. "dependencies": {
  2401. "color-convert": "^2.0.1"
  2402. },
  2403. "engines": {
  2404. "node": ">=8"
  2405. },
  2406. "funding": {
  2407. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2408. }
  2409. },
  2410. "node_modules/@jest/core/node_modules/chalk": {
  2411. "version": "4.1.2",
  2412. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2413. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2414. "dependencies": {
  2415. "ansi-styles": "^4.1.0",
  2416. "supports-color": "^7.1.0"
  2417. },
  2418. "engines": {
  2419. "node": ">=10"
  2420. },
  2421. "funding": {
  2422. "url": "https://github.com/chalk/chalk?sponsor=1"
  2423. }
  2424. },
  2425. "node_modules/@jest/core/node_modules/color-convert": {
  2426. "version": "2.0.1",
  2427. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2428. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2429. "dependencies": {
  2430. "color-name": "~1.1.4"
  2431. },
  2432. "engines": {
  2433. "node": ">=7.0.0"
  2434. }
  2435. },
  2436. "node_modules/@jest/core/node_modules/color-name": {
  2437. "version": "1.1.4",
  2438. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2439. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2440. },
  2441. "node_modules/@jest/core/node_modules/has-flag": {
  2442. "version": "4.0.0",
  2443. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  2444. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  2445. "engines": {
  2446. "node": ">=8"
  2447. }
  2448. },
  2449. "node_modules/@jest/core/node_modules/supports-color": {
  2450. "version": "7.2.0",
  2451. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  2452. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  2453. "dependencies": {
  2454. "has-flag": "^4.0.0"
  2455. },
  2456. "engines": {
  2457. "node": ">=8"
  2458. }
  2459. },
  2460. "node_modules/@jest/environment": {
  2461. "version": "27.5.1",
  2462. "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
  2463. "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
  2464. "dependencies": {
  2465. "@jest/fake-timers": "^27.5.1",
  2466. "@jest/types": "^27.5.1",
  2467. "@types/node": "*",
  2468. "jest-mock": "^27.5.1"
  2469. },
  2470. "engines": {
  2471. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2472. }
  2473. },
  2474. "node_modules/@jest/fake-timers": {
  2475. "version": "27.5.1",
  2476. "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
  2477. "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
  2478. "dependencies": {
  2479. "@jest/types": "^27.5.1",
  2480. "@sinonjs/fake-timers": "^8.0.1",
  2481. "@types/node": "*",
  2482. "jest-message-util": "^27.5.1",
  2483. "jest-mock": "^27.5.1",
  2484. "jest-util": "^27.5.1"
  2485. },
  2486. "engines": {
  2487. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2488. }
  2489. },
  2490. "node_modules/@jest/globals": {
  2491. "version": "27.5.1",
  2492. "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
  2493. "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
  2494. "dependencies": {
  2495. "@jest/environment": "^27.5.1",
  2496. "@jest/types": "^27.5.1",
  2497. "expect": "^27.5.1"
  2498. },
  2499. "engines": {
  2500. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2501. }
  2502. },
  2503. "node_modules/@jest/reporters": {
  2504. "version": "27.5.1",
  2505. "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
  2506. "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
  2507. "dependencies": {
  2508. "@bcoe/v8-coverage": "^0.2.3",
  2509. "@jest/console": "^27.5.1",
  2510. "@jest/test-result": "^27.5.1",
  2511. "@jest/transform": "^27.5.1",
  2512. "@jest/types": "^27.5.1",
  2513. "@types/node": "*",
  2514. "chalk": "^4.0.0",
  2515. "collect-v8-coverage": "^1.0.0",
  2516. "exit": "^0.1.2",
  2517. "glob": "^7.1.2",
  2518. "graceful-fs": "^4.2.9",
  2519. "istanbul-lib-coverage": "^3.0.0",
  2520. "istanbul-lib-instrument": "^5.1.0",
  2521. "istanbul-lib-report": "^3.0.0",
  2522. "istanbul-lib-source-maps": "^4.0.0",
  2523. "istanbul-reports": "^3.1.3",
  2524. "jest-haste-map": "^27.5.1",
  2525. "jest-resolve": "^27.5.1",
  2526. "jest-util": "^27.5.1",
  2527. "jest-worker": "^27.5.1",
  2528. "slash": "^3.0.0",
  2529. "source-map": "^0.6.0",
  2530. "string-length": "^4.0.1",
  2531. "terminal-link": "^2.0.0",
  2532. "v8-to-istanbul": "^8.1.0"
  2533. },
  2534. "engines": {
  2535. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2536. },
  2537. "peerDependencies": {
  2538. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2539. },
  2540. "peerDependenciesMeta": {
  2541. "node-notifier": {
  2542. "optional": true
  2543. }
  2544. }
  2545. },
  2546. "node_modules/@jest/reporters/node_modules/ansi-styles": {
  2547. "version": "4.3.0",
  2548. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2549. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2550. "dependencies": {
  2551. "color-convert": "^2.0.1"
  2552. },
  2553. "engines": {
  2554. "node": ">=8"
  2555. },
  2556. "funding": {
  2557. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2558. }
  2559. },
  2560. "node_modules/@jest/reporters/node_modules/chalk": {
  2561. "version": "4.1.2",
  2562. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2563. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2564. "dependencies": {
  2565. "ansi-styles": "^4.1.0",
  2566. "supports-color": "^7.1.0"
  2567. },
  2568. "engines": {
  2569. "node": ">=10"
  2570. },
  2571. "funding": {
  2572. "url": "https://github.com/chalk/chalk?sponsor=1"
  2573. }
  2574. },
  2575. "node_modules/@jest/reporters/node_modules/color-convert": {
  2576. "version": "2.0.1",
  2577. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2578. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2579. "dependencies": {
  2580. "color-name": "~1.1.4"
  2581. },
  2582. "engines": {
  2583. "node": ">=7.0.0"
  2584. }
  2585. },
  2586. "node_modules/@jest/reporters/node_modules/color-name": {
  2587. "version": "1.1.4",
  2588. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2589. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2590. },
  2591. "node_modules/@jest/reporters/node_modules/has-flag": {
  2592. "version": "4.0.0",
  2593. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  2594. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  2595. "engines": {
  2596. "node": ">=8"
  2597. }
  2598. },
  2599. "node_modules/@jest/reporters/node_modules/source-map": {
  2600. "version": "0.6.1",
  2601. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  2602. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  2603. "engines": {
  2604. "node": ">=0.10.0"
  2605. }
  2606. },
  2607. "node_modules/@jest/reporters/node_modules/supports-color": {
  2608. "version": "7.2.0",
  2609. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  2610. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  2611. "dependencies": {
  2612. "has-flag": "^4.0.0"
  2613. },
  2614. "engines": {
  2615. "node": ">=8"
  2616. }
  2617. },
  2618. "node_modules/@jest/schemas": {
  2619. "version": "28.1.3",
  2620. "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz",
  2621. "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==",
  2622. "dependencies": {
  2623. "@sinclair/typebox": "^0.24.1"
  2624. },
  2625. "engines": {
  2626. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  2627. }
  2628. },
  2629. "node_modules/@jest/source-map": {
  2630. "version": "27.5.1",
  2631. "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
  2632. "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
  2633. "dependencies": {
  2634. "callsites": "^3.0.0",
  2635. "graceful-fs": "^4.2.9",
  2636. "source-map": "^0.6.0"
  2637. },
  2638. "engines": {
  2639. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2640. }
  2641. },
  2642. "node_modules/@jest/source-map/node_modules/source-map": {
  2643. "version": "0.6.1",
  2644. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  2645. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  2646. "engines": {
  2647. "node": ">=0.10.0"
  2648. }
  2649. },
  2650. "node_modules/@jest/test-result": {
  2651. "version": "27.5.1",
  2652. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
  2653. "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
  2654. "dependencies": {
  2655. "@jest/console": "^27.5.1",
  2656. "@jest/types": "^27.5.1",
  2657. "@types/istanbul-lib-coverage": "^2.0.0",
  2658. "collect-v8-coverage": "^1.0.0"
  2659. },
  2660. "engines": {
  2661. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2662. }
  2663. },
  2664. "node_modules/@jest/test-sequencer": {
  2665. "version": "27.5.1",
  2666. "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
  2667. "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
  2668. "dependencies": {
  2669. "@jest/test-result": "^27.5.1",
  2670. "graceful-fs": "^4.2.9",
  2671. "jest-haste-map": "^27.5.1",
  2672. "jest-runtime": "^27.5.1"
  2673. },
  2674. "engines": {
  2675. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2676. }
  2677. },
  2678. "node_modules/@jest/transform": {
  2679. "version": "27.5.1",
  2680. "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
  2681. "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
  2682. "dependencies": {
  2683. "@babel/core": "^7.1.0",
  2684. "@jest/types": "^27.5.1",
  2685. "babel-plugin-istanbul": "^6.1.1",
  2686. "chalk": "^4.0.0",
  2687. "convert-source-map": "^1.4.0",
  2688. "fast-json-stable-stringify": "^2.0.0",
  2689. "graceful-fs": "^4.2.9",
  2690. "jest-haste-map": "^27.5.1",
  2691. "jest-regex-util": "^27.5.1",
  2692. "jest-util": "^27.5.1",
  2693. "micromatch": "^4.0.4",
  2694. "pirates": "^4.0.4",
  2695. "slash": "^3.0.0",
  2696. "source-map": "^0.6.1",
  2697. "write-file-atomic": "^3.0.0"
  2698. },
  2699. "engines": {
  2700. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2701. }
  2702. },
  2703. "node_modules/@jest/transform/node_modules/ansi-styles": {
  2704. "version": "4.3.0",
  2705. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2706. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2707. "dependencies": {
  2708. "color-convert": "^2.0.1"
  2709. },
  2710. "engines": {
  2711. "node": ">=8"
  2712. },
  2713. "funding": {
  2714. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2715. }
  2716. },
  2717. "node_modules/@jest/transform/node_modules/chalk": {
  2718. "version": "4.1.2",
  2719. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2720. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2721. "dependencies": {
  2722. "ansi-styles": "^4.1.0",
  2723. "supports-color": "^7.1.0"
  2724. },
  2725. "engines": {
  2726. "node": ">=10"
  2727. },
  2728. "funding": {
  2729. "url": "https://github.com/chalk/chalk?sponsor=1"
  2730. }
  2731. },
  2732. "node_modules/@jest/transform/node_modules/color-convert": {
  2733. "version": "2.0.1",
  2734. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2735. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2736. "dependencies": {
  2737. "color-name": "~1.1.4"
  2738. },
  2739. "engines": {
  2740. "node": ">=7.0.0"
  2741. }
  2742. },
  2743. "node_modules/@jest/transform/node_modules/color-name": {
  2744. "version": "1.1.4",
  2745. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2746. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2747. },
  2748. "node_modules/@jest/transform/node_modules/has-flag": {
  2749. "version": "4.0.0",
  2750. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  2751. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  2752. "engines": {
  2753. "node": ">=8"
  2754. }
  2755. },
  2756. "node_modules/@jest/transform/node_modules/source-map": {
  2757. "version": "0.6.1",
  2758. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  2759. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  2760. "engines": {
  2761. "node": ">=0.10.0"
  2762. }
  2763. },
  2764. "node_modules/@jest/transform/node_modules/supports-color": {
  2765. "version": "7.2.0",
  2766. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  2767. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  2768. "dependencies": {
  2769. "has-flag": "^4.0.0"
  2770. },
  2771. "engines": {
  2772. "node": ">=8"
  2773. }
  2774. },
  2775. "node_modules/@jest/types": {
  2776. "version": "27.5.1",
  2777. "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
  2778. "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
  2779. "dependencies": {
  2780. "@types/istanbul-lib-coverage": "^2.0.0",
  2781. "@types/istanbul-reports": "^3.0.0",
  2782. "@types/node": "*",
  2783. "@types/yargs": "^16.0.0",
  2784. "chalk": "^4.0.0"
  2785. },
  2786. "engines": {
  2787. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2788. }
  2789. },
  2790. "node_modules/@jest/types/node_modules/ansi-styles": {
  2791. "version": "4.3.0",
  2792. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2793. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2794. "dependencies": {
  2795. "color-convert": "^2.0.1"
  2796. },
  2797. "engines": {
  2798. "node": ">=8"
  2799. },
  2800. "funding": {
  2801. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2802. }
  2803. },
  2804. "node_modules/@jest/types/node_modules/chalk": {
  2805. "version": "4.1.2",
  2806. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2807. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2808. "dependencies": {
  2809. "ansi-styles": "^4.1.0",
  2810. "supports-color": "^7.1.0"
  2811. },
  2812. "engines": {
  2813. "node": ">=10"
  2814. },
  2815. "funding": {
  2816. "url": "https://github.com/chalk/chalk?sponsor=1"
  2817. }
  2818. },
  2819. "node_modules/@jest/types/node_modules/color-convert": {
  2820. "version": "2.0.1",
  2821. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2822. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2823. "dependencies": {
  2824. "color-name": "~1.1.4"
  2825. },
  2826. "engines": {
  2827. "node": ">=7.0.0"
  2828. }
  2829. },
  2830. "node_modules/@jest/types/node_modules/color-name": {
  2831. "version": "1.1.4",
  2832. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2833. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2834. },
  2835. "node_modules/@jest/types/node_modules/has-flag": {
  2836. "version": "4.0.0",
  2837. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  2838. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  2839. "engines": {
  2840. "node": ">=8"
  2841. }
  2842. },
  2843. "node_modules/@jest/types/node_modules/supports-color": {
  2844. "version": "7.2.0",
  2845. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  2846. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  2847. "dependencies": {
  2848. "has-flag": "^4.0.0"
  2849. },
  2850. "engines": {
  2851. "node": ">=8"
  2852. }
  2853. },
  2854. "node_modules/@jridgewell/gen-mapping": {
  2855. "version": "0.1.1",
  2856. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz",
  2857. "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==",
  2858. "dependencies": {
  2859. "@jridgewell/set-array": "^1.0.0",
  2860. "@jridgewell/sourcemap-codec": "^1.4.10"
  2861. },
  2862. "engines": {
  2863. "node": ">=6.0.0"
  2864. }
  2865. },
  2866. "node_modules/@jridgewell/resolve-uri": {
  2867. "version": "3.1.0",
  2868. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
  2869. "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
  2870. "engines": {
  2871. "node": ">=6.0.0"
  2872. }
  2873. },
  2874. "node_modules/@jridgewell/set-array": {
  2875. "version": "1.1.2",
  2876. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
  2877. "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
  2878. "engines": {
  2879. "node": ">=6.0.0"
  2880. }
  2881. },
  2882. "node_modules/@jridgewell/source-map": {
  2883. "version": "0.3.2",
  2884. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz",
  2885. "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==",
  2886. "dependencies": {
  2887. "@jridgewell/gen-mapping": "^0.3.0",
  2888. "@jridgewell/trace-mapping": "^0.3.9"
  2889. }
  2890. },
  2891. "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": {
  2892. "version": "0.3.2",
  2893. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
  2894. "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
  2895. "dependencies": {
  2896. "@jridgewell/set-array": "^1.0.1",
  2897. "@jridgewell/sourcemap-codec": "^1.4.10",
  2898. "@jridgewell/trace-mapping": "^0.3.9"
  2899. },
  2900. "engines": {
  2901. "node": ">=6.0.0"
  2902. }
  2903. },
  2904. "node_modules/@jridgewell/sourcemap-codec": {
  2905. "version": "1.4.14",
  2906. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
  2907. "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw=="
  2908. },
  2909. "node_modules/@jridgewell/trace-mapping": {
  2910. "version": "0.3.14",
  2911. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz",
  2912. "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==",
  2913. "dependencies": {
  2914. "@jridgewell/resolve-uri": "^3.0.3",
  2915. "@jridgewell/sourcemap-codec": "^1.4.10"
  2916. }
  2917. },
  2918. "node_modules/@leichtgewicht/ip-codec": {
  2919. "version": "2.0.4",
  2920. "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
  2921. "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
  2922. },
  2923. "node_modules/@nodelib/fs.scandir": {
  2924. "version": "2.1.5",
  2925. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  2926. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  2927. "dependencies": {
  2928. "@nodelib/fs.stat": "2.0.5",
  2929. "run-parallel": "^1.1.9"
  2930. },
  2931. "engines": {
  2932. "node": ">= 8"
  2933. }
  2934. },
  2935. "node_modules/@nodelib/fs.stat": {
  2936. "version": "2.0.5",
  2937. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  2938. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  2939. "engines": {
  2940. "node": ">= 8"
  2941. }
  2942. },
  2943. "node_modules/@nodelib/fs.walk": {
  2944. "version": "1.2.8",
  2945. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  2946. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  2947. "dependencies": {
  2948. "@nodelib/fs.scandir": "2.1.5",
  2949. "fastq": "^1.6.0"
  2950. },
  2951. "engines": {
  2952. "node": ">= 8"
  2953. }
  2954. },
  2955. "node_modules/@pmmmwh/react-refresh-webpack-plugin": {
  2956. "version": "0.5.7",
  2957. "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.7.tgz",
  2958. "integrity": "sha512-bcKCAzF0DV2IIROp9ZHkRJa6O4jy7NlnHdWL3GmcUxYWNjLXkK5kfELELwEfSP5hXPfVL/qOGMAROuMQb9GG8Q==",
  2959. "dependencies": {
  2960. "ansi-html-community": "^0.0.8",
  2961. "common-path-prefix": "^3.0.0",
  2962. "core-js-pure": "^3.8.1",
  2963. "error-stack-parser": "^2.0.6",
  2964. "find-up": "^5.0.0",
  2965. "html-entities": "^2.1.0",
  2966. "loader-utils": "^2.0.0",
  2967. "schema-utils": "^3.0.0",
  2968. "source-map": "^0.7.3"
  2969. },
  2970. "engines": {
  2971. "node": ">= 10.13"
  2972. },
  2973. "peerDependencies": {
  2974. "@types/webpack": "4.x || 5.x",
  2975. "react-refresh": ">=0.10.0 <1.0.0",
  2976. "sockjs-client": "^1.4.0",
  2977. "type-fest": ">=0.17.0 <3.0.0",
  2978. "webpack": ">=4.43.0 <6.0.0",
  2979. "webpack-dev-server": "3.x || 4.x",
  2980. "webpack-hot-middleware": "2.x",
  2981. "webpack-plugin-serve": "0.x || 1.x"
  2982. },
  2983. "peerDependenciesMeta": {
  2984. "@types/webpack": {
  2985. "optional": true
  2986. },
  2987. "sockjs-client": {
  2988. "optional": true
  2989. },
  2990. "type-fest": {
  2991. "optional": true
  2992. },
  2993. "webpack-dev-server": {
  2994. "optional": true
  2995. },
  2996. "webpack-hot-middleware": {
  2997. "optional": true
  2998. },
  2999. "webpack-plugin-serve": {
  3000. "optional": true
  3001. }
  3002. }
  3003. },
  3004. "node_modules/@rollup/plugin-babel": {
  3005. "version": "5.3.1",
  3006. "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
  3007. "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
  3008. "dependencies": {
  3009. "@babel/helper-module-imports": "^7.10.4",
  3010. "@rollup/pluginutils": "^3.1.0"
  3011. },
  3012. "engines": {
  3013. "node": ">= 10.0.0"
  3014. },
  3015. "peerDependencies": {
  3016. "@babel/core": "^7.0.0",
  3017. "@types/babel__core": "^7.1.9",
  3018. "rollup": "^1.20.0||^2.0.0"
  3019. },
  3020. "peerDependenciesMeta": {
  3021. "@types/babel__core": {
  3022. "optional": true
  3023. }
  3024. }
  3025. },
  3026. "node_modules/@rollup/plugin-node-resolve": {
  3027. "version": "11.2.1",
  3028. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
  3029. "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
  3030. "dependencies": {
  3031. "@rollup/pluginutils": "^3.1.0",
  3032. "@types/resolve": "1.17.1",
  3033. "builtin-modules": "^3.1.0",
  3034. "deepmerge": "^4.2.2",
  3035. "is-module": "^1.0.0",
  3036. "resolve": "^1.19.0"
  3037. },
  3038. "engines": {
  3039. "node": ">= 10.0.0"
  3040. },
  3041. "peerDependencies": {
  3042. "rollup": "^1.20.0||^2.0.0"
  3043. }
  3044. },
  3045. "node_modules/@rollup/plugin-replace": {
  3046. "version": "2.4.2",
  3047. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
  3048. "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
  3049. "dependencies": {
  3050. "@rollup/pluginutils": "^3.1.0",
  3051. "magic-string": "^0.25.7"
  3052. },
  3053. "peerDependencies": {
  3054. "rollup": "^1.20.0 || ^2.0.0"
  3055. }
  3056. },
  3057. "node_modules/@rollup/pluginutils": {
  3058. "version": "3.1.0",
  3059. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
  3060. "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
  3061. "dependencies": {
  3062. "@types/estree": "0.0.39",
  3063. "estree-walker": "^1.0.1",
  3064. "picomatch": "^2.2.2"
  3065. },
  3066. "engines": {
  3067. "node": ">= 8.0.0"
  3068. },
  3069. "peerDependencies": {
  3070. "rollup": "^1.20.0||^2.0.0"
  3071. }
  3072. },
  3073. "node_modules/@rollup/pluginutils/node_modules/@types/estree": {
  3074. "version": "0.0.39",
  3075. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
  3076. "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
  3077. },
  3078. "node_modules/@rushstack/eslint-patch": {
  3079. "version": "1.1.4",
  3080. "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.1.4.tgz",
  3081. "integrity": "sha512-LwzQKA4vzIct1zNZzBmRKI9QuNpLgTQMEjsQLf3BXuGYb3QPTP4Yjf6mkdX+X1mYttZ808QpOwAzZjv28kq7DA=="
  3082. },
  3083. "node_modules/@sinclair/typebox": {
  3084. "version": "0.24.20",
  3085. "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.20.tgz",
  3086. "integrity": "sha512-kVaO5aEFZb33nPMTZBxiPEkY+slxiPtqC7QX8f9B3eGOMBvEfuMfxp9DSTTCsRJPumPKjrge4yagyssO4q6qzQ=="
  3087. },
  3088. "node_modules/@sinonjs/commons": {
  3089. "version": "1.8.3",
  3090. "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz",
  3091. "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==",
  3092. "dependencies": {
  3093. "type-detect": "4.0.8"
  3094. }
  3095. },
  3096. "node_modules/@sinonjs/fake-timers": {
  3097. "version": "8.1.0",
  3098. "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
  3099. "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
  3100. "dependencies": {
  3101. "@sinonjs/commons": "^1.7.0"
  3102. }
  3103. },
  3104. "node_modules/@surma/rollup-plugin-off-main-thread": {
  3105. "version": "2.2.3",
  3106. "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
  3107. "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
  3108. "dependencies": {
  3109. "ejs": "^3.1.6",
  3110. "json5": "^2.2.0",
  3111. "magic-string": "^0.25.0",
  3112. "string.prototype.matchall": "^4.0.6"
  3113. }
  3114. },
  3115. "node_modules/@svgr/babel-plugin-add-jsx-attribute": {
  3116. "version": "5.4.0",
  3117. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz",
  3118. "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==",
  3119. "engines": {
  3120. "node": ">=10"
  3121. },
  3122. "funding": {
  3123. "type": "github",
  3124. "url": "https://github.com/sponsors/gregberge"
  3125. }
  3126. },
  3127. "node_modules/@svgr/babel-plugin-remove-jsx-attribute": {
  3128. "version": "5.4.0",
  3129. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz",
  3130. "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==",
  3131. "engines": {
  3132. "node": ">=10"
  3133. },
  3134. "funding": {
  3135. "type": "github",
  3136. "url": "https://github.com/sponsors/gregberge"
  3137. }
  3138. },
  3139. "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": {
  3140. "version": "5.0.1",
  3141. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz",
  3142. "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==",
  3143. "engines": {
  3144. "node": ">=10"
  3145. },
  3146. "funding": {
  3147. "type": "github",
  3148. "url": "https://github.com/sponsors/gregberge"
  3149. }
  3150. },
  3151. "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": {
  3152. "version": "5.0.1",
  3153. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz",
  3154. "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==",
  3155. "engines": {
  3156. "node": ">=10"
  3157. },
  3158. "funding": {
  3159. "type": "github",
  3160. "url": "https://github.com/sponsors/gregberge"
  3161. }
  3162. },
  3163. "node_modules/@svgr/babel-plugin-svg-dynamic-title": {
  3164. "version": "5.4.0",
  3165. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz",
  3166. "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==",
  3167. "engines": {
  3168. "node": ">=10"
  3169. },
  3170. "funding": {
  3171. "type": "github",
  3172. "url": "https://github.com/sponsors/gregberge"
  3173. }
  3174. },
  3175. "node_modules/@svgr/babel-plugin-svg-em-dimensions": {
  3176. "version": "5.4.0",
  3177. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz",
  3178. "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==",
  3179. "engines": {
  3180. "node": ">=10"
  3181. },
  3182. "funding": {
  3183. "type": "github",
  3184. "url": "https://github.com/sponsors/gregberge"
  3185. }
  3186. },
  3187. "node_modules/@svgr/babel-plugin-transform-react-native-svg": {
  3188. "version": "5.4.0",
  3189. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz",
  3190. "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==",
  3191. "engines": {
  3192. "node": ">=10"
  3193. },
  3194. "funding": {
  3195. "type": "github",
  3196. "url": "https://github.com/sponsors/gregberge"
  3197. }
  3198. },
  3199. "node_modules/@svgr/babel-plugin-transform-svg-component": {
  3200. "version": "5.5.0",
  3201. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
  3202. "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==",
  3203. "engines": {
  3204. "node": ">=10"
  3205. },
  3206. "funding": {
  3207. "type": "github",
  3208. "url": "https://github.com/sponsors/gregberge"
  3209. }
  3210. },
  3211. "node_modules/@svgr/babel-preset": {
  3212. "version": "5.5.0",
  3213. "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz",
  3214. "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==",
  3215. "dependencies": {
  3216. "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
  3217. "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
  3218. "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
  3219. "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
  3220. "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
  3221. "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
  3222. "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
  3223. "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
  3224. },
  3225. "engines": {
  3226. "node": ">=10"
  3227. },
  3228. "funding": {
  3229. "type": "github",
  3230. "url": "https://github.com/sponsors/gregberge"
  3231. }
  3232. },
  3233. "node_modules/@svgr/core": {
  3234. "version": "5.5.0",
  3235. "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
  3236. "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
  3237. "dependencies": {
  3238. "@svgr/plugin-jsx": "^5.5.0",
  3239. "camelcase": "^6.2.0",
  3240. "cosmiconfig": "^7.0.0"
  3241. },
  3242. "engines": {
  3243. "node": ">=10"
  3244. },
  3245. "funding": {
  3246. "type": "github",
  3247. "url": "https://github.com/sponsors/gregberge"
  3248. }
  3249. },
  3250. "node_modules/@svgr/hast-util-to-babel-ast": {
  3251. "version": "5.5.0",
  3252. "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
  3253. "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
  3254. "dependencies": {
  3255. "@babel/types": "^7.12.6"
  3256. },
  3257. "engines": {
  3258. "node": ">=10"
  3259. },
  3260. "funding": {
  3261. "type": "github",
  3262. "url": "https://github.com/sponsors/gregberge"
  3263. }
  3264. },
  3265. "node_modules/@svgr/plugin-jsx": {
  3266. "version": "5.5.0",
  3267. "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
  3268. "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
  3269. "dependencies": {
  3270. "@babel/core": "^7.12.3",
  3271. "@svgr/babel-preset": "^5.5.0",
  3272. "@svgr/hast-util-to-babel-ast": "^5.5.0",
  3273. "svg-parser": "^2.0.2"
  3274. },
  3275. "engines": {
  3276. "node": ">=10"
  3277. },
  3278. "funding": {
  3279. "type": "github",
  3280. "url": "https://github.com/sponsors/gregberge"
  3281. }
  3282. },
  3283. "node_modules/@svgr/plugin-svgo": {
  3284. "version": "5.5.0",
  3285. "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
  3286. "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
  3287. "dependencies": {
  3288. "cosmiconfig": "^7.0.0",
  3289. "deepmerge": "^4.2.2",
  3290. "svgo": "^1.2.2"
  3291. },
  3292. "engines": {
  3293. "node": ">=10"
  3294. },
  3295. "funding": {
  3296. "type": "github",
  3297. "url": "https://github.com/sponsors/gregberge"
  3298. }
  3299. },
  3300. "node_modules/@svgr/webpack": {
  3301. "version": "5.5.0",
  3302. "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
  3303. "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
  3304. "dependencies": {
  3305. "@babel/core": "^7.12.3",
  3306. "@babel/plugin-transform-react-constant-elements": "^7.12.1",
  3307. "@babel/preset-env": "^7.12.1",
  3308. "@babel/preset-react": "^7.12.5",
  3309. "@svgr/core": "^5.5.0",
  3310. "@svgr/plugin-jsx": "^5.5.0",
  3311. "@svgr/plugin-svgo": "^5.5.0",
  3312. "loader-utils": "^2.0.0"
  3313. },
  3314. "engines": {
  3315. "node": ">=10"
  3316. },
  3317. "funding": {
  3318. "type": "github",
  3319. "url": "https://github.com/sponsors/gregberge"
  3320. }
  3321. },
  3322. "node_modules/@testing-library/dom": {
  3323. "version": "8.16.0",
  3324. "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.16.0.tgz",
  3325. "integrity": "sha512-uxF4zmnLHHDlmW4l+0WDjcgLVwCvH+OVLpD8Dfp+Bjfz85prwxWGbwXgJdLtkgjD0qfOzkJF9SmA6YZPsMYX4w==",
  3326. "dependencies": {
  3327. "@babel/code-frame": "^7.10.4",
  3328. "@babel/runtime": "^7.12.5",
  3329. "@types/aria-query": "^4.2.0",
  3330. "aria-query": "^5.0.0",
  3331. "chalk": "^4.1.0",
  3332. "dom-accessibility-api": "^0.5.9",
  3333. "lz-string": "^1.4.4",
  3334. "pretty-format": "^27.0.2"
  3335. },
  3336. "engines": {
  3337. "node": ">=12"
  3338. }
  3339. },
  3340. "node_modules/@testing-library/dom/node_modules/ansi-styles": {
  3341. "version": "4.3.0",
  3342. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3343. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3344. "dependencies": {
  3345. "color-convert": "^2.0.1"
  3346. },
  3347. "engines": {
  3348. "node": ">=8"
  3349. },
  3350. "funding": {
  3351. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3352. }
  3353. },
  3354. "node_modules/@testing-library/dom/node_modules/aria-query": {
  3355. "version": "5.0.0",
  3356. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz",
  3357. "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==",
  3358. "engines": {
  3359. "node": ">=6.0"
  3360. }
  3361. },
  3362. "node_modules/@testing-library/dom/node_modules/chalk": {
  3363. "version": "4.1.2",
  3364. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  3365. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3366. "dependencies": {
  3367. "ansi-styles": "^4.1.0",
  3368. "supports-color": "^7.1.0"
  3369. },
  3370. "engines": {
  3371. "node": ">=10"
  3372. },
  3373. "funding": {
  3374. "url": "https://github.com/chalk/chalk?sponsor=1"
  3375. }
  3376. },
  3377. "node_modules/@testing-library/dom/node_modules/color-convert": {
  3378. "version": "2.0.1",
  3379. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3380. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3381. "dependencies": {
  3382. "color-name": "~1.1.4"
  3383. },
  3384. "engines": {
  3385. "node": ">=7.0.0"
  3386. }
  3387. },
  3388. "node_modules/@testing-library/dom/node_modules/color-name": {
  3389. "version": "1.1.4",
  3390. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3391. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  3392. },
  3393. "node_modules/@testing-library/dom/node_modules/has-flag": {
  3394. "version": "4.0.0",
  3395. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3396. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3397. "engines": {
  3398. "node": ">=8"
  3399. }
  3400. },
  3401. "node_modules/@testing-library/dom/node_modules/supports-color": {
  3402. "version": "7.2.0",
  3403. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  3404. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  3405. "dependencies": {
  3406. "has-flag": "^4.0.0"
  3407. },
  3408. "engines": {
  3409. "node": ">=8"
  3410. }
  3411. },
  3412. "node_modules/@testing-library/jest-dom": {
  3413. "version": "5.16.4",
  3414. "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz",
  3415. "integrity": "sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==",
  3416. "dependencies": {
  3417. "@babel/runtime": "^7.9.2",
  3418. "@types/testing-library__jest-dom": "^5.9.1",
  3419. "aria-query": "^5.0.0",
  3420. "chalk": "^3.0.0",
  3421. "css": "^3.0.0",
  3422. "css.escape": "^1.5.1",
  3423. "dom-accessibility-api": "^0.5.6",
  3424. "lodash": "^4.17.15",
  3425. "redent": "^3.0.0"
  3426. },
  3427. "engines": {
  3428. "node": ">=8",
  3429. "npm": ">=6",
  3430. "yarn": ">=1"
  3431. }
  3432. },
  3433. "node_modules/@testing-library/jest-dom/node_modules/ansi-styles": {
  3434. "version": "4.3.0",
  3435. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3436. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3437. "dependencies": {
  3438. "color-convert": "^2.0.1"
  3439. },
  3440. "engines": {
  3441. "node": ">=8"
  3442. },
  3443. "funding": {
  3444. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3445. }
  3446. },
  3447. "node_modules/@testing-library/jest-dom/node_modules/aria-query": {
  3448. "version": "5.0.0",
  3449. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz",
  3450. "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==",
  3451. "engines": {
  3452. "node": ">=6.0"
  3453. }
  3454. },
  3455. "node_modules/@testing-library/jest-dom/node_modules/chalk": {
  3456. "version": "3.0.0",
  3457. "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
  3458. "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
  3459. "dependencies": {
  3460. "ansi-styles": "^4.1.0",
  3461. "supports-color": "^7.1.0"
  3462. },
  3463. "engines": {
  3464. "node": ">=8"
  3465. }
  3466. },
  3467. "node_modules/@testing-library/jest-dom/node_modules/color-convert": {
  3468. "version": "2.0.1",
  3469. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3470. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3471. "dependencies": {
  3472. "color-name": "~1.1.4"
  3473. },
  3474. "engines": {
  3475. "node": ">=7.0.0"
  3476. }
  3477. },
  3478. "node_modules/@testing-library/jest-dom/node_modules/color-name": {
  3479. "version": "1.1.4",
  3480. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3481. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  3482. },
  3483. "node_modules/@testing-library/jest-dom/node_modules/has-flag": {
  3484. "version": "4.0.0",
  3485. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3486. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3487. "engines": {
  3488. "node": ">=8"
  3489. }
  3490. },
  3491. "node_modules/@testing-library/jest-dom/node_modules/supports-color": {
  3492. "version": "7.2.0",
  3493. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  3494. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  3495. "dependencies": {
  3496. "has-flag": "^4.0.0"
  3497. },
  3498. "engines": {
  3499. "node": ">=8"
  3500. }
  3501. },
  3502. "node_modules/@testing-library/react": {
  3503. "version": "13.3.0",
  3504. "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.3.0.tgz",
  3505. "integrity": "sha512-DB79aA426+deFgGSjnf5grczDPiL4taK3hFaa+M5q7q20Kcve9eQottOG5kZ74KEr55v0tU2CQormSSDK87zYQ==",
  3506. "dependencies": {
  3507. "@babel/runtime": "^7.12.5",
  3508. "@testing-library/dom": "^8.5.0",
  3509. "@types/react-dom": "^18.0.0"
  3510. },
  3511. "engines": {
  3512. "node": ">=12"
  3513. },
  3514. "peerDependencies": {
  3515. "react": "^18.0.0",
  3516. "react-dom": "^18.0.0"
  3517. }
  3518. },
  3519. "node_modules/@testing-library/user-event": {
  3520. "version": "13.5.0",
  3521. "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
  3522. "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
  3523. "dependencies": {
  3524. "@babel/runtime": "^7.12.5"
  3525. },
  3526. "engines": {
  3527. "node": ">=10",
  3528. "npm": ">=6"
  3529. },
  3530. "peerDependencies": {
  3531. "@testing-library/dom": ">=7.21.4"
  3532. }
  3533. },
  3534. "node_modules/@tootallnate/once": {
  3535. "version": "1.1.2",
  3536. "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
  3537. "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
  3538. "engines": {
  3539. "node": ">= 6"
  3540. }
  3541. },
  3542. "node_modules/@trysound/sax": {
  3543. "version": "0.2.0",
  3544. "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
  3545. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
  3546. "engines": {
  3547. "node": ">=10.13.0"
  3548. }
  3549. },
  3550. "node_modules/@types/aria-query": {
  3551. "version": "4.2.2",
  3552. "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.2.tgz",
  3553. "integrity": "sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig=="
  3554. },
  3555. "node_modules/@types/babel__core": {
  3556. "version": "7.1.19",
  3557. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz",
  3558. "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==",
  3559. "dependencies": {
  3560. "@babel/parser": "^7.1.0",
  3561. "@babel/types": "^7.0.0",
  3562. "@types/babel__generator": "*",
  3563. "@types/babel__template": "*",
  3564. "@types/babel__traverse": "*"
  3565. }
  3566. },
  3567. "node_modules/@types/babel__generator": {
  3568. "version": "7.6.4",
  3569. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
  3570. "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
  3571. "dependencies": {
  3572. "@babel/types": "^7.0.0"
  3573. }
  3574. },
  3575. "node_modules/@types/babel__template": {
  3576. "version": "7.4.1",
  3577. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
  3578. "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
  3579. "dependencies": {
  3580. "@babel/parser": "^7.1.0",
  3581. "@babel/types": "^7.0.0"
  3582. }
  3583. },
  3584. "node_modules/@types/babel__traverse": {
  3585. "version": "7.17.1",
  3586. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.17.1.tgz",
  3587. "integrity": "sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==",
  3588. "dependencies": {
  3589. "@babel/types": "^7.3.0"
  3590. }
  3591. },
  3592. "node_modules/@types/body-parser": {
  3593. "version": "1.19.2",
  3594. "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
  3595. "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==",
  3596. "dependencies": {
  3597. "@types/connect": "*",
  3598. "@types/node": "*"
  3599. }
  3600. },
  3601. "node_modules/@types/bonjour": {
  3602. "version": "3.5.10",
  3603. "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz",
  3604. "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==",
  3605. "dependencies": {
  3606. "@types/node": "*"
  3607. }
  3608. },
  3609. "node_modules/@types/connect": {
  3610. "version": "3.4.35",
  3611. "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz",
  3612. "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==",
  3613. "dependencies": {
  3614. "@types/node": "*"
  3615. }
  3616. },
  3617. "node_modules/@types/connect-history-api-fallback": {
  3618. "version": "1.3.5",
  3619. "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz",
  3620. "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==",
  3621. "dependencies": {
  3622. "@types/express-serve-static-core": "*",
  3623. "@types/node": "*"
  3624. }
  3625. },
  3626. "node_modules/@types/eslint": {
  3627. "version": "8.4.5",
  3628. "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.5.tgz",
  3629. "integrity": "sha512-dhsC09y1gpJWnK+Ff4SGvCuSnk9DaU0BJZSzOwa6GVSg65XtTugLBITDAAzRU5duGBoXBHpdR/9jHGxJjNflJQ==",
  3630. "dependencies": {
  3631. "@types/estree": "*",
  3632. "@types/json-schema": "*"
  3633. }
  3634. },
  3635. "node_modules/@types/eslint-scope": {
  3636. "version": "3.7.4",
  3637. "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz",
  3638. "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==",
  3639. "dependencies": {
  3640. "@types/eslint": "*",
  3641. "@types/estree": "*"
  3642. }
  3643. },
  3644. "node_modules/@types/estree": {
  3645. "version": "1.0.0",
  3646. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz",
  3647. "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ=="
  3648. },
  3649. "node_modules/@types/express": {
  3650. "version": "4.17.13",
  3651. "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz",
  3652. "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==",
  3653. "dependencies": {
  3654. "@types/body-parser": "*",
  3655. "@types/express-serve-static-core": "^4.17.18",
  3656. "@types/qs": "*",
  3657. "@types/serve-static": "*"
  3658. }
  3659. },
  3660. "node_modules/@types/express-serve-static-core": {
  3661. "version": "4.17.29",
  3662. "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.29.tgz",
  3663. "integrity": "sha512-uMd++6dMKS32EOuw1Uli3e3BPgdLIXmezcfHv7N4c1s3gkhikBplORPpMq3fuWkxncZN1reb16d5n8yhQ80x7Q==",
  3664. "dependencies": {
  3665. "@types/node": "*",
  3666. "@types/qs": "*",
  3667. "@types/range-parser": "*"
  3668. }
  3669. },
  3670. "node_modules/@types/graceful-fs": {
  3671. "version": "4.1.5",
  3672. "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
  3673. "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==",
  3674. "dependencies": {
  3675. "@types/node": "*"
  3676. }
  3677. },
  3678. "node_modules/@types/html-minifier-terser": {
  3679. "version": "6.1.0",
  3680. "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
  3681. "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg=="
  3682. },
  3683. "node_modules/@types/http-proxy": {
  3684. "version": "1.17.9",
  3685. "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.9.tgz",
  3686. "integrity": "sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==",
  3687. "dependencies": {
  3688. "@types/node": "*"
  3689. }
  3690. },
  3691. "node_modules/@types/istanbul-lib-coverage": {
  3692. "version": "2.0.4",
  3693. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
  3694. "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
  3695. },
  3696. "node_modules/@types/istanbul-lib-report": {
  3697. "version": "3.0.0",
  3698. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  3699. "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
  3700. "dependencies": {
  3701. "@types/istanbul-lib-coverage": "*"
  3702. }
  3703. },
  3704. "node_modules/@types/istanbul-reports": {
  3705. "version": "3.0.1",
  3706. "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
  3707. "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
  3708. "dependencies": {
  3709. "@types/istanbul-lib-report": "*"
  3710. }
  3711. },
  3712. "node_modules/@types/jest": {
  3713. "version": "28.1.6",
  3714. "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.6.tgz",
  3715. "integrity": "sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==",
  3716. "dependencies": {
  3717. "jest-matcher-utils": "^28.0.0",
  3718. "pretty-format": "^28.0.0"
  3719. }
  3720. },
  3721. "node_modules/@types/jest/node_modules/ansi-styles": {
  3722. "version": "4.3.0",
  3723. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3724. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3725. "dependencies": {
  3726. "color-convert": "^2.0.1"
  3727. },
  3728. "engines": {
  3729. "node": ">=8"
  3730. },
  3731. "funding": {
  3732. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3733. }
  3734. },
  3735. "node_modules/@types/jest/node_modules/chalk": {
  3736. "version": "4.1.2",
  3737. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  3738. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3739. "dependencies": {
  3740. "ansi-styles": "^4.1.0",
  3741. "supports-color": "^7.1.0"
  3742. },
  3743. "engines": {
  3744. "node": ">=10"
  3745. },
  3746. "funding": {
  3747. "url": "https://github.com/chalk/chalk?sponsor=1"
  3748. }
  3749. },
  3750. "node_modules/@types/jest/node_modules/color-convert": {
  3751. "version": "2.0.1",
  3752. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3753. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3754. "dependencies": {
  3755. "color-name": "~1.1.4"
  3756. },
  3757. "engines": {
  3758. "node": ">=7.0.0"
  3759. }
  3760. },
  3761. "node_modules/@types/jest/node_modules/color-name": {
  3762. "version": "1.1.4",
  3763. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3764. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  3765. },
  3766. "node_modules/@types/jest/node_modules/diff-sequences": {
  3767. "version": "28.1.1",
  3768. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz",
  3769. "integrity": "sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw==",
  3770. "engines": {
  3771. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  3772. }
  3773. },
  3774. "node_modules/@types/jest/node_modules/has-flag": {
  3775. "version": "4.0.0",
  3776. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3777. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3778. "engines": {
  3779. "node": ">=8"
  3780. }
  3781. },
  3782. "node_modules/@types/jest/node_modules/jest-diff": {
  3783. "version": "28.1.3",
  3784. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz",
  3785. "integrity": "sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==",
  3786. "dependencies": {
  3787. "chalk": "^4.0.0",
  3788. "diff-sequences": "^28.1.1",
  3789. "jest-get-type": "^28.0.2",
  3790. "pretty-format": "^28.1.3"
  3791. },
  3792. "engines": {
  3793. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  3794. }
  3795. },
  3796. "node_modules/@types/jest/node_modules/jest-get-type": {
  3797. "version": "28.0.2",
  3798. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
  3799. "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==",
  3800. "engines": {
  3801. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  3802. }
  3803. },
  3804. "node_modules/@types/jest/node_modules/jest-matcher-utils": {
  3805. "version": "28.1.3",
  3806. "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz",
  3807. "integrity": "sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==",
  3808. "dependencies": {
  3809. "chalk": "^4.0.0",
  3810. "jest-diff": "^28.1.3",
  3811. "jest-get-type": "^28.0.2",
  3812. "pretty-format": "^28.1.3"
  3813. },
  3814. "engines": {
  3815. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  3816. }
  3817. },
  3818. "node_modules/@types/jest/node_modules/pretty-format": {
  3819. "version": "28.1.3",
  3820. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz",
  3821. "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==",
  3822. "dependencies": {
  3823. "@jest/schemas": "^28.1.3",
  3824. "ansi-regex": "^5.0.1",
  3825. "ansi-styles": "^5.0.0",
  3826. "react-is": "^18.0.0"
  3827. },
  3828. "engines": {
  3829. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  3830. }
  3831. },
  3832. "node_modules/@types/jest/node_modules/pretty-format/node_modules/ansi-styles": {
  3833. "version": "5.2.0",
  3834. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  3835. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  3836. "engines": {
  3837. "node": ">=10"
  3838. },
  3839. "funding": {
  3840. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3841. }
  3842. },
  3843. "node_modules/@types/jest/node_modules/react-is": {
  3844. "version": "18.2.0",
  3845. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  3846. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
  3847. },
  3848. "node_modules/@types/jest/node_modules/supports-color": {
  3849. "version": "7.2.0",
  3850. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  3851. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  3852. "dependencies": {
  3853. "has-flag": "^4.0.0"
  3854. },
  3855. "engines": {
  3856. "node": ">=8"
  3857. }
  3858. },
  3859. "node_modules/@types/json-schema": {
  3860. "version": "7.0.11",
  3861. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz",
  3862. "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ=="
  3863. },
  3864. "node_modules/@types/json5": {
  3865. "version": "0.0.29",
  3866. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  3867. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
  3868. },
  3869. "node_modules/@types/mime": {
  3870. "version": "1.3.2",
  3871. "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz",
  3872. "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw=="
  3873. },
  3874. "node_modules/@types/node": {
  3875. "version": "18.0.5",
  3876. "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.5.tgz",
  3877. "integrity": "sha512-En7tneq+j0qAiVwysBD79y86MT3ModuoIJbe7JXp+sb5UAjInSShmK3nXXMioBzfF7rXC12hv12d4IyCVwN4dA=="
  3878. },
  3879. "node_modules/@types/parse-json": {
  3880. "version": "4.0.0",
  3881. "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
  3882. "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
  3883. },
  3884. "node_modules/@types/prettier": {
  3885. "version": "2.6.3",
  3886. "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.6.3.tgz",
  3887. "integrity": "sha512-ymZk3LEC/fsut+/Q5qejp6R9O1rMxz3XaRHDV6kX8MrGAhOSPqVARbDi+EZvInBpw+BnCX3TD240byVkOfQsHg=="
  3888. },
  3889. "node_modules/@types/prop-types": {
  3890. "version": "15.7.5",
  3891. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
  3892. "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
  3893. },
  3894. "node_modules/@types/q": {
  3895. "version": "1.5.5",
  3896. "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz",
  3897. "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ=="
  3898. },
  3899. "node_modules/@types/qs": {
  3900. "version": "6.9.7",
  3901. "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
  3902. "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
  3903. },
  3904. "node_modules/@types/range-parser": {
  3905. "version": "1.2.4",
  3906. "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz",
  3907. "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw=="
  3908. },
  3909. "node_modules/@types/react": {
  3910. "version": "18.0.15",
  3911. "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.15.tgz",
  3912. "integrity": "sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow==",
  3913. "dependencies": {
  3914. "@types/prop-types": "*",
  3915. "@types/scheduler": "*",
  3916. "csstype": "^3.0.2"
  3917. }
  3918. },
  3919. "node_modules/@types/react-dom": {
  3920. "version": "18.0.6",
  3921. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.6.tgz",
  3922. "integrity": "sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==",
  3923. "dependencies": {
  3924. "@types/react": "*"
  3925. }
  3926. },
  3927. "node_modules/@types/resolve": {
  3928. "version": "1.17.1",
  3929. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
  3930. "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
  3931. "dependencies": {
  3932. "@types/node": "*"
  3933. }
  3934. },
  3935. "node_modules/@types/retry": {
  3936. "version": "0.12.0",
  3937. "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
  3938. "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA=="
  3939. },
  3940. "node_modules/@types/scheduler": {
  3941. "version": "0.16.2",
  3942. "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz",
  3943. "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew=="
  3944. },
  3945. "node_modules/@types/serve-index": {
  3946. "version": "1.9.1",
  3947. "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz",
  3948. "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==",
  3949. "dependencies": {
  3950. "@types/express": "*"
  3951. }
  3952. },
  3953. "node_modules/@types/serve-static": {
  3954. "version": "1.13.10",
  3955. "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz",
  3956. "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==",
  3957. "dependencies": {
  3958. "@types/mime": "^1",
  3959. "@types/node": "*"
  3960. }
  3961. },
  3962. "node_modules/@types/sockjs": {
  3963. "version": "0.3.33",
  3964. "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz",
  3965. "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==",
  3966. "dependencies": {
  3967. "@types/node": "*"
  3968. }
  3969. },
  3970. "node_modules/@types/stack-utils": {
  3971. "version": "2.0.1",
  3972. "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
  3973. "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
  3974. },
  3975. "node_modules/@types/testing-library__jest-dom": {
  3976. "version": "5.14.5",
  3977. "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.5.tgz",
  3978. "integrity": "sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==",
  3979. "dependencies": {
  3980. "@types/jest": "*"
  3981. }
  3982. },
  3983. "node_modules/@types/trusted-types": {
  3984. "version": "2.0.2",
  3985. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz",
  3986. "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg=="
  3987. },
  3988. "node_modules/@types/ws": {
  3989. "version": "8.5.3",
  3990. "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.3.tgz",
  3991. "integrity": "sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==",
  3992. "dependencies": {
  3993. "@types/node": "*"
  3994. }
  3995. },
  3996. "node_modules/@types/yargs": {
  3997. "version": "16.0.4",
  3998. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz",
  3999. "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==",
  4000. "dependencies": {
  4001. "@types/yargs-parser": "*"
  4002. }
  4003. },
  4004. "node_modules/@types/yargs-parser": {
  4005. "version": "21.0.0",
  4006. "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",
  4007. "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="
  4008. },
  4009. "node_modules/@typescript-eslint/eslint-plugin": {
  4010. "version": "5.30.6",
  4011. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.6.tgz",
  4012. "integrity": "sha512-J4zYMIhgrx4MgnZrSDD7sEnQp7FmhKNOaqaOpaoQ/SfdMfRB/0yvK74hTnvH+VQxndZynqs5/Hn4t+2/j9bADg==",
  4013. "dependencies": {
  4014. "@typescript-eslint/scope-manager": "5.30.6",
  4015. "@typescript-eslint/type-utils": "5.30.6",
  4016. "@typescript-eslint/utils": "5.30.6",
  4017. "debug": "^4.3.4",
  4018. "functional-red-black-tree": "^1.0.1",
  4019. "ignore": "^5.2.0",
  4020. "regexpp": "^3.2.0",
  4021. "semver": "^7.3.7",
  4022. "tsutils": "^3.21.0"
  4023. },
  4024. "engines": {
  4025. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4026. },
  4027. "funding": {
  4028. "type": "opencollective",
  4029. "url": "https://opencollective.com/typescript-eslint"
  4030. },
  4031. "peerDependencies": {
  4032. "@typescript-eslint/parser": "^5.0.0",
  4033. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4034. },
  4035. "peerDependenciesMeta": {
  4036. "typescript": {
  4037. "optional": true
  4038. }
  4039. }
  4040. },
  4041. "node_modules/@typescript-eslint/experimental-utils": {
  4042. "version": "5.30.6",
  4043. "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.30.6.tgz",
  4044. "integrity": "sha512-bqvT+0L8IjtW7MCrMgm9oVNxs4g7mESro1mm5c1/SNfTnHuFTf9OUX1WzVkTz75M9cp//UrTrSmGvK48NEKshQ==",
  4045. "dependencies": {
  4046. "@typescript-eslint/utils": "5.30.6"
  4047. },
  4048. "engines": {
  4049. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4050. },
  4051. "funding": {
  4052. "type": "opencollective",
  4053. "url": "https://opencollective.com/typescript-eslint"
  4054. },
  4055. "peerDependencies": {
  4056. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4057. }
  4058. },
  4059. "node_modules/@typescript-eslint/parser": {
  4060. "version": "5.30.6",
  4061. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.30.6.tgz",
  4062. "integrity": "sha512-gfF9lZjT0p2ZSdxO70Xbw8w9sPPJGfAdjK7WikEjB3fcUI/yr9maUVEdqigBjKincUYNKOmf7QBMiTf719kbrA==",
  4063. "dependencies": {
  4064. "@typescript-eslint/scope-manager": "5.30.6",
  4065. "@typescript-eslint/types": "5.30.6",
  4066. "@typescript-eslint/typescript-estree": "5.30.6",
  4067. "debug": "^4.3.4"
  4068. },
  4069. "engines": {
  4070. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4071. },
  4072. "funding": {
  4073. "type": "opencollective",
  4074. "url": "https://opencollective.com/typescript-eslint"
  4075. },
  4076. "peerDependencies": {
  4077. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4078. },
  4079. "peerDependenciesMeta": {
  4080. "typescript": {
  4081. "optional": true
  4082. }
  4083. }
  4084. },
  4085. "node_modules/@typescript-eslint/scope-manager": {
  4086. "version": "5.30.6",
  4087. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.30.6.tgz",
  4088. "integrity": "sha512-Hkq5PhLgtVoW1obkqYH0i4iELctEKixkhWLPTYs55doGUKCASvkjOXOd/pisVeLdO24ZX9D6yymJ/twqpJiG3g==",
  4089. "dependencies": {
  4090. "@typescript-eslint/types": "5.30.6",
  4091. "@typescript-eslint/visitor-keys": "5.30.6"
  4092. },
  4093. "engines": {
  4094. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4095. },
  4096. "funding": {
  4097. "type": "opencollective",
  4098. "url": "https://opencollective.com/typescript-eslint"
  4099. }
  4100. },
  4101. "node_modules/@typescript-eslint/type-utils": {
  4102. "version": "5.30.6",
  4103. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.30.6.tgz",
  4104. "integrity": "sha512-GFVVzs2j0QPpM+NTDMXtNmJKlF842lkZKDSanIxf+ArJsGeZUIaeT4jGg+gAgHt7AcQSFwW7htzF/rbAh2jaVA==",
  4105. "dependencies": {
  4106. "@typescript-eslint/utils": "5.30.6",
  4107. "debug": "^4.3.4",
  4108. "tsutils": "^3.21.0"
  4109. },
  4110. "engines": {
  4111. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4112. },
  4113. "funding": {
  4114. "type": "opencollective",
  4115. "url": "https://opencollective.com/typescript-eslint"
  4116. },
  4117. "peerDependencies": {
  4118. "eslint": "*"
  4119. },
  4120. "peerDependenciesMeta": {
  4121. "typescript": {
  4122. "optional": true
  4123. }
  4124. }
  4125. },
  4126. "node_modules/@typescript-eslint/types": {
  4127. "version": "5.30.6",
  4128. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.30.6.tgz",
  4129. "integrity": "sha512-HdnP8HioL1F7CwVmT4RaaMX57RrfqsOMclZc08wGMiDYJBsLGBM7JwXM4cZJmbWLzIR/pXg1kkrBBVpxTOwfUg==",
  4130. "engines": {
  4131. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4132. },
  4133. "funding": {
  4134. "type": "opencollective",
  4135. "url": "https://opencollective.com/typescript-eslint"
  4136. }
  4137. },
  4138. "node_modules/@typescript-eslint/typescript-estree": {
  4139. "version": "5.30.6",
  4140. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.6.tgz",
  4141. "integrity": "sha512-Z7TgPoeYUm06smfEfYF0RBkpF8csMyVnqQbLYiGgmUSTaSXTP57bt8f0UFXstbGxKIreTwQCujtaH0LY9w9B+A==",
  4142. "dependencies": {
  4143. "@typescript-eslint/types": "5.30.6",
  4144. "@typescript-eslint/visitor-keys": "5.30.6",
  4145. "debug": "^4.3.4",
  4146. "globby": "^11.1.0",
  4147. "is-glob": "^4.0.3",
  4148. "semver": "^7.3.7",
  4149. "tsutils": "^3.21.0"
  4150. },
  4151. "engines": {
  4152. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4153. },
  4154. "funding": {
  4155. "type": "opencollective",
  4156. "url": "https://opencollective.com/typescript-eslint"
  4157. },
  4158. "peerDependenciesMeta": {
  4159. "typescript": {
  4160. "optional": true
  4161. }
  4162. }
  4163. },
  4164. "node_modules/@typescript-eslint/utils": {
  4165. "version": "5.30.6",
  4166. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.30.6.tgz",
  4167. "integrity": "sha512-xFBLc/esUbLOJLk9jKv0E9gD/OH966M40aY9jJ8GiqpSkP2xOV908cokJqqhVd85WoIvHVHYXxSFE4cCSDzVvA==",
  4168. "dependencies": {
  4169. "@types/json-schema": "^7.0.9",
  4170. "@typescript-eslint/scope-manager": "5.30.6",
  4171. "@typescript-eslint/types": "5.30.6",
  4172. "@typescript-eslint/typescript-estree": "5.30.6",
  4173. "eslint-scope": "^5.1.1",
  4174. "eslint-utils": "^3.0.0"
  4175. },
  4176. "engines": {
  4177. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4178. },
  4179. "funding": {
  4180. "type": "opencollective",
  4181. "url": "https://opencollective.com/typescript-eslint"
  4182. },
  4183. "peerDependencies": {
  4184. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4185. }
  4186. },
  4187. "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": {
  4188. "version": "5.1.1",
  4189. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  4190. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  4191. "dependencies": {
  4192. "esrecurse": "^4.3.0",
  4193. "estraverse": "^4.1.1"
  4194. },
  4195. "engines": {
  4196. "node": ">=8.0.0"
  4197. }
  4198. },
  4199. "node_modules/@typescript-eslint/utils/node_modules/estraverse": {
  4200. "version": "4.3.0",
  4201. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  4202. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  4203. "engines": {
  4204. "node": ">=4.0"
  4205. }
  4206. },
  4207. "node_modules/@typescript-eslint/visitor-keys": {
  4208. "version": "5.30.6",
  4209. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.6.tgz",
  4210. "integrity": "sha512-41OiCjdL2mCaSDi2SvYbzFLlqqlm5v1ZW9Ym55wXKL/Rx6OOB1IbuFGo71Fj6Xy90gJDFTlgOS+vbmtGHPTQQA==",
  4211. "dependencies": {
  4212. "@typescript-eslint/types": "5.30.6",
  4213. "eslint-visitor-keys": "^3.3.0"
  4214. },
  4215. "engines": {
  4216. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4217. },
  4218. "funding": {
  4219. "type": "opencollective",
  4220. "url": "https://opencollective.com/typescript-eslint"
  4221. }
  4222. },
  4223. "node_modules/@webassemblyjs/ast": {
  4224. "version": "1.11.1",
  4225. "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
  4226. "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==",
  4227. "dependencies": {
  4228. "@webassemblyjs/helper-numbers": "1.11.1",
  4229. "@webassemblyjs/helper-wasm-bytecode": "1.11.1"
  4230. }
  4231. },
  4232. "node_modules/@webassemblyjs/floating-point-hex-parser": {
  4233. "version": "1.11.1",
  4234. "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz",
  4235. "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ=="
  4236. },
  4237. "node_modules/@webassemblyjs/helper-api-error": {
  4238. "version": "1.11.1",
  4239. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz",
  4240. "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg=="
  4241. },
  4242. "node_modules/@webassemblyjs/helper-buffer": {
  4243. "version": "1.11.1",
  4244. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz",
  4245. "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA=="
  4246. },
  4247. "node_modules/@webassemblyjs/helper-numbers": {
  4248. "version": "1.11.1",
  4249. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz",
  4250. "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==",
  4251. "dependencies": {
  4252. "@webassemblyjs/floating-point-hex-parser": "1.11.1",
  4253. "@webassemblyjs/helper-api-error": "1.11.1",
  4254. "@xtuc/long": "4.2.2"
  4255. }
  4256. },
  4257. "node_modules/@webassemblyjs/helper-wasm-bytecode": {
  4258. "version": "1.11.1",
  4259. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz",
  4260. "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q=="
  4261. },
  4262. "node_modules/@webassemblyjs/helper-wasm-section": {
  4263. "version": "1.11.1",
  4264. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz",
  4265. "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==",
  4266. "dependencies": {
  4267. "@webassemblyjs/ast": "1.11.1",
  4268. "@webassemblyjs/helper-buffer": "1.11.1",
  4269. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  4270. "@webassemblyjs/wasm-gen": "1.11.1"
  4271. }
  4272. },
  4273. "node_modules/@webassemblyjs/ieee754": {
  4274. "version": "1.11.1",
  4275. "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz",
  4276. "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==",
  4277. "dependencies": {
  4278. "@xtuc/ieee754": "^1.2.0"
  4279. }
  4280. },
  4281. "node_modules/@webassemblyjs/leb128": {
  4282. "version": "1.11.1",
  4283. "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz",
  4284. "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==",
  4285. "dependencies": {
  4286. "@xtuc/long": "4.2.2"
  4287. }
  4288. },
  4289. "node_modules/@webassemblyjs/utf8": {
  4290. "version": "1.11.1",
  4291. "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz",
  4292. "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ=="
  4293. },
  4294. "node_modules/@webassemblyjs/wasm-edit": {
  4295. "version": "1.11.1",
  4296. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz",
  4297. "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==",
  4298. "dependencies": {
  4299. "@webassemblyjs/ast": "1.11.1",
  4300. "@webassemblyjs/helper-buffer": "1.11.1",
  4301. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  4302. "@webassemblyjs/helper-wasm-section": "1.11.1",
  4303. "@webassemblyjs/wasm-gen": "1.11.1",
  4304. "@webassemblyjs/wasm-opt": "1.11.1",
  4305. "@webassemblyjs/wasm-parser": "1.11.1",
  4306. "@webassemblyjs/wast-printer": "1.11.1"
  4307. }
  4308. },
  4309. "node_modules/@webassemblyjs/wasm-gen": {
  4310. "version": "1.11.1",
  4311. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz",
  4312. "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==",
  4313. "dependencies": {
  4314. "@webassemblyjs/ast": "1.11.1",
  4315. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  4316. "@webassemblyjs/ieee754": "1.11.1",
  4317. "@webassemblyjs/leb128": "1.11.1",
  4318. "@webassemblyjs/utf8": "1.11.1"
  4319. }
  4320. },
  4321. "node_modules/@webassemblyjs/wasm-opt": {
  4322. "version": "1.11.1",
  4323. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz",
  4324. "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==",
  4325. "dependencies": {
  4326. "@webassemblyjs/ast": "1.11.1",
  4327. "@webassemblyjs/helper-buffer": "1.11.1",
  4328. "@webassemblyjs/wasm-gen": "1.11.1",
  4329. "@webassemblyjs/wasm-parser": "1.11.1"
  4330. }
  4331. },
  4332. "node_modules/@webassemblyjs/wasm-parser": {
  4333. "version": "1.11.1",
  4334. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz",
  4335. "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==",
  4336. "dependencies": {
  4337. "@webassemblyjs/ast": "1.11.1",
  4338. "@webassemblyjs/helper-api-error": "1.11.1",
  4339. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  4340. "@webassemblyjs/ieee754": "1.11.1",
  4341. "@webassemblyjs/leb128": "1.11.1",
  4342. "@webassemblyjs/utf8": "1.11.1"
  4343. }
  4344. },
  4345. "node_modules/@webassemblyjs/wast-printer": {
  4346. "version": "1.11.1",
  4347. "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz",
  4348. "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==",
  4349. "dependencies": {
  4350. "@webassemblyjs/ast": "1.11.1",
  4351. "@xtuc/long": "4.2.2"
  4352. }
  4353. },
  4354. "node_modules/@xtuc/ieee754": {
  4355. "version": "1.2.0",
  4356. "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
  4357. "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
  4358. },
  4359. "node_modules/@xtuc/long": {
  4360. "version": "4.2.2",
  4361. "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
  4362. "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
  4363. },
  4364. "node_modules/abab": {
  4365. "version": "2.0.6",
  4366. "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
  4367. "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA=="
  4368. },
  4369. "node_modules/accepts": {
  4370. "version": "1.3.8",
  4371. "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
  4372. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  4373. "dependencies": {
  4374. "mime-types": "~2.1.34",
  4375. "negotiator": "0.6.3"
  4376. },
  4377. "engines": {
  4378. "node": ">= 0.6"
  4379. }
  4380. },
  4381. "node_modules/acorn": {
  4382. "version": "8.7.1",
  4383. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz",
  4384. "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==",
  4385. "bin": {
  4386. "acorn": "bin/acorn"
  4387. },
  4388. "engines": {
  4389. "node": ">=0.4.0"
  4390. }
  4391. },
  4392. "node_modules/acorn-globals": {
  4393. "version": "6.0.0",
  4394. "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
  4395. "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
  4396. "dependencies": {
  4397. "acorn": "^7.1.1",
  4398. "acorn-walk": "^7.1.1"
  4399. }
  4400. },
  4401. "node_modules/acorn-globals/node_modules/acorn": {
  4402. "version": "7.4.1",
  4403. "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
  4404. "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
  4405. "bin": {
  4406. "acorn": "bin/acorn"
  4407. },
  4408. "engines": {
  4409. "node": ">=0.4.0"
  4410. }
  4411. },
  4412. "node_modules/acorn-import-assertions": {
  4413. "version": "1.8.0",
  4414. "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz",
  4415. "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==",
  4416. "peerDependencies": {
  4417. "acorn": "^8"
  4418. }
  4419. },
  4420. "node_modules/acorn-jsx": {
  4421. "version": "5.3.2",
  4422. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  4423. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  4424. "peerDependencies": {
  4425. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4426. }
  4427. },
  4428. "node_modules/acorn-node": {
  4429. "version": "1.8.2",
  4430. "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz",
  4431. "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==",
  4432. "dependencies": {
  4433. "acorn": "^7.0.0",
  4434. "acorn-walk": "^7.0.0",
  4435. "xtend": "^4.0.2"
  4436. }
  4437. },
  4438. "node_modules/acorn-node/node_modules/acorn": {
  4439. "version": "7.4.1",
  4440. "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
  4441. "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
  4442. "bin": {
  4443. "acorn": "bin/acorn"
  4444. },
  4445. "engines": {
  4446. "node": ">=0.4.0"
  4447. }
  4448. },
  4449. "node_modules/acorn-walk": {
  4450. "version": "7.2.0",
  4451. "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
  4452. "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
  4453. "engines": {
  4454. "node": ">=0.4.0"
  4455. }
  4456. },
  4457. "node_modules/address": {
  4458. "version": "1.2.0",
  4459. "resolved": "https://registry.npmjs.org/address/-/address-1.2.0.tgz",
  4460. "integrity": "sha512-tNEZYz5G/zYunxFm7sfhAxkXEuLj3K6BKwv6ZURlsF6yiUQ65z0Q2wZW9L5cPUl9ocofGvXOdFYbFHp0+6MOig==",
  4461. "engines": {
  4462. "node": ">= 10.0.0"
  4463. }
  4464. },
  4465. "node_modules/adjust-sourcemap-loader": {
  4466. "version": "4.0.0",
  4467. "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz",
  4468. "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==",
  4469. "dependencies": {
  4470. "loader-utils": "^2.0.0",
  4471. "regex-parser": "^2.2.11"
  4472. },
  4473. "engines": {
  4474. "node": ">=8.9"
  4475. }
  4476. },
  4477. "node_modules/agent-base": {
  4478. "version": "6.0.2",
  4479. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  4480. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  4481. "dependencies": {
  4482. "debug": "4"
  4483. },
  4484. "engines": {
  4485. "node": ">= 6.0.0"
  4486. }
  4487. },
  4488. "node_modules/ajv": {
  4489. "version": "6.12.6",
  4490. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  4491. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  4492. "dependencies": {
  4493. "fast-deep-equal": "^3.1.1",
  4494. "fast-json-stable-stringify": "^2.0.0",
  4495. "json-schema-traverse": "^0.4.1",
  4496. "uri-js": "^4.2.2"
  4497. },
  4498. "funding": {
  4499. "type": "github",
  4500. "url": "https://github.com/sponsors/epoberezkin"
  4501. }
  4502. },
  4503. "node_modules/ajv-formats": {
  4504. "version": "2.1.1",
  4505. "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
  4506. "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
  4507. "dependencies": {
  4508. "ajv": "^8.0.0"
  4509. },
  4510. "peerDependencies": {
  4511. "ajv": "^8.0.0"
  4512. },
  4513. "peerDependenciesMeta": {
  4514. "ajv": {
  4515. "optional": true
  4516. }
  4517. }
  4518. },
  4519. "node_modules/ajv-formats/node_modules/ajv": {
  4520. "version": "8.11.0",
  4521. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  4522. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  4523. "dependencies": {
  4524. "fast-deep-equal": "^3.1.1",
  4525. "json-schema-traverse": "^1.0.0",
  4526. "require-from-string": "^2.0.2",
  4527. "uri-js": "^4.2.2"
  4528. },
  4529. "funding": {
  4530. "type": "github",
  4531. "url": "https://github.com/sponsors/epoberezkin"
  4532. }
  4533. },
  4534. "node_modules/ajv-formats/node_modules/json-schema-traverse": {
  4535. "version": "1.0.0",
  4536. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  4537. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  4538. },
  4539. "node_modules/ajv-keywords": {
  4540. "version": "3.5.2",
  4541. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
  4542. "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
  4543. "peerDependencies": {
  4544. "ajv": "^6.9.1"
  4545. }
  4546. },
  4547. "node_modules/ansi-escapes": {
  4548. "version": "4.3.2",
  4549. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  4550. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  4551. "dependencies": {
  4552. "type-fest": "^0.21.3"
  4553. },
  4554. "engines": {
  4555. "node": ">=8"
  4556. },
  4557. "funding": {
  4558. "url": "https://github.com/sponsors/sindresorhus"
  4559. }
  4560. },
  4561. "node_modules/ansi-html-community": {
  4562. "version": "0.0.8",
  4563. "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
  4564. "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
  4565. "engines": [
  4566. "node >= 0.8.0"
  4567. ],
  4568. "bin": {
  4569. "ansi-html": "bin/ansi-html"
  4570. }
  4571. },
  4572. "node_modules/ansi-regex": {
  4573. "version": "5.0.1",
  4574. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  4575. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  4576. "engines": {
  4577. "node": ">=8"
  4578. }
  4579. },
  4580. "node_modules/ansi-styles": {
  4581. "version": "3.2.1",
  4582. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  4583. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  4584. "dependencies": {
  4585. "color-convert": "^1.9.0"
  4586. },
  4587. "engines": {
  4588. "node": ">=4"
  4589. }
  4590. },
  4591. "node_modules/anymatch": {
  4592. "version": "3.1.2",
  4593. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
  4594. "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
  4595. "dependencies": {
  4596. "normalize-path": "^3.0.0",
  4597. "picomatch": "^2.0.4"
  4598. },
  4599. "engines": {
  4600. "node": ">= 8"
  4601. }
  4602. },
  4603. "node_modules/arg": {
  4604. "version": "5.0.2",
  4605. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  4606. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
  4607. },
  4608. "node_modules/argparse": {
  4609. "version": "1.0.10",
  4610. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  4611. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  4612. "dependencies": {
  4613. "sprintf-js": "~1.0.2"
  4614. }
  4615. },
  4616. "node_modules/aria-query": {
  4617. "version": "4.2.2",
  4618. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
  4619. "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==",
  4620. "dependencies": {
  4621. "@babel/runtime": "^7.10.2",
  4622. "@babel/runtime-corejs3": "^7.10.2"
  4623. },
  4624. "engines": {
  4625. "node": ">=6.0"
  4626. }
  4627. },
  4628. "node_modules/array-flatten": {
  4629. "version": "2.1.2",
  4630. "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
  4631. "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ=="
  4632. },
  4633. "node_modules/array-includes": {
  4634. "version": "3.1.5",
  4635. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz",
  4636. "integrity": "sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==",
  4637. "dependencies": {
  4638. "call-bind": "^1.0.2",
  4639. "define-properties": "^1.1.4",
  4640. "es-abstract": "^1.19.5",
  4641. "get-intrinsic": "^1.1.1",
  4642. "is-string": "^1.0.7"
  4643. },
  4644. "engines": {
  4645. "node": ">= 0.4"
  4646. },
  4647. "funding": {
  4648. "url": "https://github.com/sponsors/ljharb"
  4649. }
  4650. },
  4651. "node_modules/array-union": {
  4652. "version": "2.1.0",
  4653. "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  4654. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  4655. "engines": {
  4656. "node": ">=8"
  4657. }
  4658. },
  4659. "node_modules/array.prototype.flat": {
  4660. "version": "1.3.0",
  4661. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz",
  4662. "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==",
  4663. "dependencies": {
  4664. "call-bind": "^1.0.2",
  4665. "define-properties": "^1.1.3",
  4666. "es-abstract": "^1.19.2",
  4667. "es-shim-unscopables": "^1.0.0"
  4668. },
  4669. "engines": {
  4670. "node": ">= 0.4"
  4671. },
  4672. "funding": {
  4673. "url": "https://github.com/sponsors/ljharb"
  4674. }
  4675. },
  4676. "node_modules/array.prototype.flatmap": {
  4677. "version": "1.3.0",
  4678. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz",
  4679. "integrity": "sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==",
  4680. "dependencies": {
  4681. "call-bind": "^1.0.2",
  4682. "define-properties": "^1.1.3",
  4683. "es-abstract": "^1.19.2",
  4684. "es-shim-unscopables": "^1.0.0"
  4685. },
  4686. "engines": {
  4687. "node": ">= 0.4"
  4688. },
  4689. "funding": {
  4690. "url": "https://github.com/sponsors/ljharb"
  4691. }
  4692. },
  4693. "node_modules/array.prototype.reduce": {
  4694. "version": "1.0.4",
  4695. "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.4.tgz",
  4696. "integrity": "sha512-WnM+AjG/DvLRLo4DDl+r+SvCzYtD2Jd9oeBYMcEaI7t3fFrHY9M53/wdLcTvmZNQ70IU6Htj0emFkZ5TS+lrdw==",
  4697. "dependencies": {
  4698. "call-bind": "^1.0.2",
  4699. "define-properties": "^1.1.3",
  4700. "es-abstract": "^1.19.2",
  4701. "es-array-method-boxes-properly": "^1.0.0",
  4702. "is-string": "^1.0.7"
  4703. },
  4704. "engines": {
  4705. "node": ">= 0.4"
  4706. },
  4707. "funding": {
  4708. "url": "https://github.com/sponsors/ljharb"
  4709. }
  4710. },
  4711. "node_modules/asap": {
  4712. "version": "2.0.6",
  4713. "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
  4714. "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
  4715. },
  4716. "node_modules/ast-types-flow": {
  4717. "version": "0.0.7",
  4718. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
  4719. "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag=="
  4720. },
  4721. "node_modules/async": {
  4722. "version": "3.2.4",
  4723. "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
  4724. "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
  4725. },
  4726. "node_modules/asynckit": {
  4727. "version": "0.4.0",
  4728. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  4729. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
  4730. },
  4731. "node_modules/at-least-node": {
  4732. "version": "1.0.0",
  4733. "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  4734. "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
  4735. "engines": {
  4736. "node": ">= 4.0.0"
  4737. }
  4738. },
  4739. "node_modules/atob": {
  4740. "version": "2.1.2",
  4741. "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
  4742. "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
  4743. "bin": {
  4744. "atob": "bin/atob.js"
  4745. },
  4746. "engines": {
  4747. "node": ">= 4.5.0"
  4748. }
  4749. },
  4750. "node_modules/autoprefixer": {
  4751. "version": "10.4.7",
  4752. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.7.tgz",
  4753. "integrity": "sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==",
  4754. "funding": [
  4755. {
  4756. "type": "opencollective",
  4757. "url": "https://opencollective.com/postcss/"
  4758. },
  4759. {
  4760. "type": "tidelift",
  4761. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  4762. }
  4763. ],
  4764. "dependencies": {
  4765. "browserslist": "^4.20.3",
  4766. "caniuse-lite": "^1.0.30001335",
  4767. "fraction.js": "^4.2.0",
  4768. "normalize-range": "^0.1.2",
  4769. "picocolors": "^1.0.0",
  4770. "postcss-value-parser": "^4.2.0"
  4771. },
  4772. "bin": {
  4773. "autoprefixer": "bin/autoprefixer"
  4774. },
  4775. "engines": {
  4776. "node": "^10 || ^12 || >=14"
  4777. },
  4778. "peerDependencies": {
  4779. "postcss": "^8.1.0"
  4780. }
  4781. },
  4782. "node_modules/axe-core": {
  4783. "version": "4.4.3",
  4784. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.3.tgz",
  4785. "integrity": "sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==",
  4786. "engines": {
  4787. "node": ">=4"
  4788. }
  4789. },
  4790. "node_modules/axobject-query": {
  4791. "version": "2.2.0",
  4792. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz",
  4793. "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA=="
  4794. },
  4795. "node_modules/babel-jest": {
  4796. "version": "27.5.1",
  4797. "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz",
  4798. "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==",
  4799. "dependencies": {
  4800. "@jest/transform": "^27.5.1",
  4801. "@jest/types": "^27.5.1",
  4802. "@types/babel__core": "^7.1.14",
  4803. "babel-plugin-istanbul": "^6.1.1",
  4804. "babel-preset-jest": "^27.5.1",
  4805. "chalk": "^4.0.0",
  4806. "graceful-fs": "^4.2.9",
  4807. "slash": "^3.0.0"
  4808. },
  4809. "engines": {
  4810. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  4811. },
  4812. "peerDependencies": {
  4813. "@babel/core": "^7.8.0"
  4814. }
  4815. },
  4816. "node_modules/babel-jest/node_modules/ansi-styles": {
  4817. "version": "4.3.0",
  4818. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  4819. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  4820. "dependencies": {
  4821. "color-convert": "^2.0.1"
  4822. },
  4823. "engines": {
  4824. "node": ">=8"
  4825. },
  4826. "funding": {
  4827. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  4828. }
  4829. },
  4830. "node_modules/babel-jest/node_modules/chalk": {
  4831. "version": "4.1.2",
  4832. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  4833. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  4834. "dependencies": {
  4835. "ansi-styles": "^4.1.0",
  4836. "supports-color": "^7.1.0"
  4837. },
  4838. "engines": {
  4839. "node": ">=10"
  4840. },
  4841. "funding": {
  4842. "url": "https://github.com/chalk/chalk?sponsor=1"
  4843. }
  4844. },
  4845. "node_modules/babel-jest/node_modules/color-convert": {
  4846. "version": "2.0.1",
  4847. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  4848. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4849. "dependencies": {
  4850. "color-name": "~1.1.4"
  4851. },
  4852. "engines": {
  4853. "node": ">=7.0.0"
  4854. }
  4855. },
  4856. "node_modules/babel-jest/node_modules/color-name": {
  4857. "version": "1.1.4",
  4858. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  4859. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  4860. },
  4861. "node_modules/babel-jest/node_modules/has-flag": {
  4862. "version": "4.0.0",
  4863. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  4864. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4865. "engines": {
  4866. "node": ">=8"
  4867. }
  4868. },
  4869. "node_modules/babel-jest/node_modules/supports-color": {
  4870. "version": "7.2.0",
  4871. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  4872. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  4873. "dependencies": {
  4874. "has-flag": "^4.0.0"
  4875. },
  4876. "engines": {
  4877. "node": ">=8"
  4878. }
  4879. },
  4880. "node_modules/babel-loader": {
  4881. "version": "8.2.5",
  4882. "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz",
  4883. "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==",
  4884. "dependencies": {
  4885. "find-cache-dir": "^3.3.1",
  4886. "loader-utils": "^2.0.0",
  4887. "make-dir": "^3.1.0",
  4888. "schema-utils": "^2.6.5"
  4889. },
  4890. "engines": {
  4891. "node": ">= 8.9"
  4892. },
  4893. "peerDependencies": {
  4894. "@babel/core": "^7.0.0",
  4895. "webpack": ">=2"
  4896. }
  4897. },
  4898. "node_modules/babel-loader/node_modules/schema-utils": {
  4899. "version": "2.7.1",
  4900. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
  4901. "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
  4902. "dependencies": {
  4903. "@types/json-schema": "^7.0.5",
  4904. "ajv": "^6.12.4",
  4905. "ajv-keywords": "^3.5.2"
  4906. },
  4907. "engines": {
  4908. "node": ">= 8.9.0"
  4909. },
  4910. "funding": {
  4911. "type": "opencollective",
  4912. "url": "https://opencollective.com/webpack"
  4913. }
  4914. },
  4915. "node_modules/babel-plugin-dynamic-import-node": {
  4916. "version": "2.3.3",
  4917. "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
  4918. "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
  4919. "dependencies": {
  4920. "object.assign": "^4.1.0"
  4921. }
  4922. },
  4923. "node_modules/babel-plugin-istanbul": {
  4924. "version": "6.1.1",
  4925. "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
  4926. "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
  4927. "dependencies": {
  4928. "@babel/helper-plugin-utils": "^7.0.0",
  4929. "@istanbuljs/load-nyc-config": "^1.0.0",
  4930. "@istanbuljs/schema": "^0.1.2",
  4931. "istanbul-lib-instrument": "^5.0.4",
  4932. "test-exclude": "^6.0.0"
  4933. },
  4934. "engines": {
  4935. "node": ">=8"
  4936. }
  4937. },
  4938. "node_modules/babel-plugin-jest-hoist": {
  4939. "version": "27.5.1",
  4940. "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz",
  4941. "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==",
  4942. "dependencies": {
  4943. "@babel/template": "^7.3.3",
  4944. "@babel/types": "^7.3.3",
  4945. "@types/babel__core": "^7.0.0",
  4946. "@types/babel__traverse": "^7.0.6"
  4947. },
  4948. "engines": {
  4949. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  4950. }
  4951. },
  4952. "node_modules/babel-plugin-macros": {
  4953. "version": "3.1.0",
  4954. "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  4955. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  4956. "dependencies": {
  4957. "@babel/runtime": "^7.12.5",
  4958. "cosmiconfig": "^7.0.0",
  4959. "resolve": "^1.19.0"
  4960. },
  4961. "engines": {
  4962. "node": ">=10",
  4963. "npm": ">=6"
  4964. }
  4965. },
  4966. "node_modules/babel-plugin-named-asset-import": {
  4967. "version": "0.3.8",
  4968. "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz",
  4969. "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==",
  4970. "peerDependencies": {
  4971. "@babel/core": "^7.1.0"
  4972. }
  4973. },
  4974. "node_modules/babel-plugin-polyfill-corejs2": {
  4975. "version": "0.3.1",
  4976. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz",
  4977. "integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==",
  4978. "dependencies": {
  4979. "@babel/compat-data": "^7.13.11",
  4980. "@babel/helper-define-polyfill-provider": "^0.3.1",
  4981. "semver": "^6.1.1"
  4982. },
  4983. "peerDependencies": {
  4984. "@babel/core": "^7.0.0-0"
  4985. }
  4986. },
  4987. "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
  4988. "version": "6.3.0",
  4989. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  4990. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  4991. "bin": {
  4992. "semver": "bin/semver.js"
  4993. }
  4994. },
  4995. "node_modules/babel-plugin-polyfill-corejs3": {
  4996. "version": "0.5.2",
  4997. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz",
  4998. "integrity": "sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==",
  4999. "dependencies": {
  5000. "@babel/helper-define-polyfill-provider": "^0.3.1",
  5001. "core-js-compat": "^3.21.0"
  5002. },
  5003. "peerDependencies": {
  5004. "@babel/core": "^7.0.0-0"
  5005. }
  5006. },
  5007. "node_modules/babel-plugin-polyfill-regenerator": {
  5008. "version": "0.3.1",
  5009. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz",
  5010. "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==",
  5011. "dependencies": {
  5012. "@babel/helper-define-polyfill-provider": "^0.3.1"
  5013. },
  5014. "peerDependencies": {
  5015. "@babel/core": "^7.0.0-0"
  5016. }
  5017. },
  5018. "node_modules/babel-plugin-transform-react-remove-prop-types": {
  5019. "version": "0.4.24",
  5020. "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
  5021. "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
  5022. },
  5023. "node_modules/babel-preset-current-node-syntax": {
  5024. "version": "1.0.1",
  5025. "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
  5026. "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
  5027. "dependencies": {
  5028. "@babel/plugin-syntax-async-generators": "^7.8.4",
  5029. "@babel/plugin-syntax-bigint": "^7.8.3",
  5030. "@babel/plugin-syntax-class-properties": "^7.8.3",
  5031. "@babel/plugin-syntax-import-meta": "^7.8.3",
  5032. "@babel/plugin-syntax-json-strings": "^7.8.3",
  5033. "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
  5034. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  5035. "@babel/plugin-syntax-numeric-separator": "^7.8.3",
  5036. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  5037. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  5038. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  5039. "@babel/plugin-syntax-top-level-await": "^7.8.3"
  5040. },
  5041. "peerDependencies": {
  5042. "@babel/core": "^7.0.0"
  5043. }
  5044. },
  5045. "node_modules/babel-preset-jest": {
  5046. "version": "27.5.1",
  5047. "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz",
  5048. "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==",
  5049. "dependencies": {
  5050. "babel-plugin-jest-hoist": "^27.5.1",
  5051. "babel-preset-current-node-syntax": "^1.0.0"
  5052. },
  5053. "engines": {
  5054. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  5055. },
  5056. "peerDependencies": {
  5057. "@babel/core": "^7.0.0"
  5058. }
  5059. },
  5060. "node_modules/babel-preset-react-app": {
  5061. "version": "10.0.1",
  5062. "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz",
  5063. "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==",
  5064. "dependencies": {
  5065. "@babel/core": "^7.16.0",
  5066. "@babel/plugin-proposal-class-properties": "^7.16.0",
  5067. "@babel/plugin-proposal-decorators": "^7.16.4",
  5068. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
  5069. "@babel/plugin-proposal-numeric-separator": "^7.16.0",
  5070. "@babel/plugin-proposal-optional-chaining": "^7.16.0",
  5071. "@babel/plugin-proposal-private-methods": "^7.16.0",
  5072. "@babel/plugin-transform-flow-strip-types": "^7.16.0",
  5073. "@babel/plugin-transform-react-display-name": "^7.16.0",
  5074. "@babel/plugin-transform-runtime": "^7.16.4",
  5075. "@babel/preset-env": "^7.16.4",
  5076. "@babel/preset-react": "^7.16.0",
  5077. "@babel/preset-typescript": "^7.16.0",
  5078. "@babel/runtime": "^7.16.3",
  5079. "babel-plugin-macros": "^3.1.0",
  5080. "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
  5081. }
  5082. },
  5083. "node_modules/balanced-match": {
  5084. "version": "1.0.2",
  5085. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  5086. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  5087. },
  5088. "node_modules/batch": {
  5089. "version": "0.6.1",
  5090. "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
  5091. "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw=="
  5092. },
  5093. "node_modules/bfj": {
  5094. "version": "7.0.2",
  5095. "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz",
  5096. "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==",
  5097. "dependencies": {
  5098. "bluebird": "^3.5.5",
  5099. "check-types": "^11.1.1",
  5100. "hoopy": "^0.1.4",
  5101. "tryer": "^1.0.1"
  5102. },
  5103. "engines": {
  5104. "node": ">= 8.0.0"
  5105. }
  5106. },
  5107. "node_modules/big.js": {
  5108. "version": "5.2.2",
  5109. "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
  5110. "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
  5111. "engines": {
  5112. "node": "*"
  5113. }
  5114. },
  5115. "node_modules/binary-extensions": {
  5116. "version": "2.2.0",
  5117. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
  5118. "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
  5119. "engines": {
  5120. "node": ">=8"
  5121. }
  5122. },
  5123. "node_modules/bluebird": {
  5124. "version": "3.7.2",
  5125. "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
  5126. "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
  5127. },
  5128. "node_modules/body-parser": {
  5129. "version": "1.20.0",
  5130. "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz",
  5131. "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==",
  5132. "dependencies": {
  5133. "bytes": "3.1.2",
  5134. "content-type": "~1.0.4",
  5135. "debug": "2.6.9",
  5136. "depd": "2.0.0",
  5137. "destroy": "1.2.0",
  5138. "http-errors": "2.0.0",
  5139. "iconv-lite": "0.4.24",
  5140. "on-finished": "2.4.1",
  5141. "qs": "6.10.3",
  5142. "raw-body": "2.5.1",
  5143. "type-is": "~1.6.18",
  5144. "unpipe": "1.0.0"
  5145. },
  5146. "engines": {
  5147. "node": ">= 0.8",
  5148. "npm": "1.2.8000 || >= 1.4.16"
  5149. }
  5150. },
  5151. "node_modules/body-parser/node_modules/bytes": {
  5152. "version": "3.1.2",
  5153. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  5154. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  5155. "engines": {
  5156. "node": ">= 0.8"
  5157. }
  5158. },
  5159. "node_modules/body-parser/node_modules/debug": {
  5160. "version": "2.6.9",
  5161. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5162. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5163. "dependencies": {
  5164. "ms": "2.0.0"
  5165. }
  5166. },
  5167. "node_modules/body-parser/node_modules/iconv-lite": {
  5168. "version": "0.4.24",
  5169. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  5170. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  5171. "dependencies": {
  5172. "safer-buffer": ">= 2.1.2 < 3"
  5173. },
  5174. "engines": {
  5175. "node": ">=0.10.0"
  5176. }
  5177. },
  5178. "node_modules/body-parser/node_modules/ms": {
  5179. "version": "2.0.0",
  5180. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5181. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  5182. },
  5183. "node_modules/bonjour-service": {
  5184. "version": "1.0.13",
  5185. "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.0.13.tgz",
  5186. "integrity": "sha512-LWKRU/7EqDUC9CTAQtuZl5HzBALoCYwtLhffW3et7vZMwv3bWLpJf8bRYlMD5OCcDpTfnPgNCV4yo9ZIaJGMiA==",
  5187. "dependencies": {
  5188. "array-flatten": "^2.1.2",
  5189. "dns-equal": "^1.0.0",
  5190. "fast-deep-equal": "^3.1.3",
  5191. "multicast-dns": "^7.2.5"
  5192. }
  5193. },
  5194. "node_modules/boolbase": {
  5195. "version": "1.0.0",
  5196. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  5197. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
  5198. },
  5199. "node_modules/brace-expansion": {
  5200. "version": "1.1.11",
  5201. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  5202. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  5203. "dependencies": {
  5204. "balanced-match": "^1.0.0",
  5205. "concat-map": "0.0.1"
  5206. }
  5207. },
  5208. "node_modules/braces": {
  5209. "version": "3.0.2",
  5210. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  5211. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  5212. "dependencies": {
  5213. "fill-range": "^7.0.1"
  5214. },
  5215. "engines": {
  5216. "node": ">=8"
  5217. }
  5218. },
  5219. "node_modules/browser-process-hrtime": {
  5220. "version": "1.0.0",
  5221. "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
  5222. "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
  5223. },
  5224. "node_modules/browserslist": {
  5225. "version": "4.21.2",
  5226. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.2.tgz",
  5227. "integrity": "sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==",
  5228. "funding": [
  5229. {
  5230. "type": "opencollective",
  5231. "url": "https://opencollective.com/browserslist"
  5232. },
  5233. {
  5234. "type": "tidelift",
  5235. "url": "https://tidelift.com/funding/github/npm/browserslist"
  5236. }
  5237. ],
  5238. "dependencies": {
  5239. "caniuse-lite": "^1.0.30001366",
  5240. "electron-to-chromium": "^1.4.188",
  5241. "node-releases": "^2.0.6",
  5242. "update-browserslist-db": "^1.0.4"
  5243. },
  5244. "bin": {
  5245. "browserslist": "cli.js"
  5246. },
  5247. "engines": {
  5248. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  5249. }
  5250. },
  5251. "node_modules/bser": {
  5252. "version": "2.1.1",
  5253. "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
  5254. "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
  5255. "dependencies": {
  5256. "node-int64": "^0.4.0"
  5257. }
  5258. },
  5259. "node_modules/buffer-from": {
  5260. "version": "1.1.2",
  5261. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  5262. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  5263. },
  5264. "node_modules/builtin-modules": {
  5265. "version": "3.3.0",
  5266. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
  5267. "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
  5268. "engines": {
  5269. "node": ">=6"
  5270. },
  5271. "funding": {
  5272. "url": "https://github.com/sponsors/sindresorhus"
  5273. }
  5274. },
  5275. "node_modules/bytes": {
  5276. "version": "3.0.0",
  5277. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
  5278. "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
  5279. "engines": {
  5280. "node": ">= 0.8"
  5281. }
  5282. },
  5283. "node_modules/call-bind": {
  5284. "version": "1.0.2",
  5285. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  5286. "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  5287. "dependencies": {
  5288. "function-bind": "^1.1.1",
  5289. "get-intrinsic": "^1.0.2"
  5290. },
  5291. "funding": {
  5292. "url": "https://github.com/sponsors/ljharb"
  5293. }
  5294. },
  5295. "node_modules/callsites": {
  5296. "version": "3.1.0",
  5297. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  5298. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  5299. "engines": {
  5300. "node": ">=6"
  5301. }
  5302. },
  5303. "node_modules/camel-case": {
  5304. "version": "4.1.2",
  5305. "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
  5306. "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
  5307. "dependencies": {
  5308. "pascal-case": "^3.1.2",
  5309. "tslib": "^2.0.3"
  5310. }
  5311. },
  5312. "node_modules/camelcase": {
  5313. "version": "6.3.0",
  5314. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  5315. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  5316. "engines": {
  5317. "node": ">=10"
  5318. },
  5319. "funding": {
  5320. "url": "https://github.com/sponsors/sindresorhus"
  5321. }
  5322. },
  5323. "node_modules/camelcase-css": {
  5324. "version": "2.0.1",
  5325. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  5326. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  5327. "engines": {
  5328. "node": ">= 6"
  5329. }
  5330. },
  5331. "node_modules/caniuse-api": {
  5332. "version": "3.0.0",
  5333. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  5334. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  5335. "dependencies": {
  5336. "browserslist": "^4.0.0",
  5337. "caniuse-lite": "^1.0.0",
  5338. "lodash.memoize": "^4.1.2",
  5339. "lodash.uniq": "^4.5.0"
  5340. }
  5341. },
  5342. "node_modules/caniuse-lite": {
  5343. "version": "1.0.30001367",
  5344. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001367.tgz",
  5345. "integrity": "sha512-XDgbeOHfifWV3GEES2B8rtsrADx4Jf+juKX2SICJcaUhjYBO3bR96kvEIHa15VU6ohtOhBZuPGGYGbXMRn0NCw==",
  5346. "funding": [
  5347. {
  5348. "type": "opencollective",
  5349. "url": "https://opencollective.com/browserslist"
  5350. },
  5351. {
  5352. "type": "tidelift",
  5353. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  5354. }
  5355. ]
  5356. },
  5357. "node_modules/case-sensitive-paths-webpack-plugin": {
  5358. "version": "2.4.0",
  5359. "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
  5360. "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==",
  5361. "engines": {
  5362. "node": ">=4"
  5363. }
  5364. },
  5365. "node_modules/chalk": {
  5366. "version": "2.4.2",
  5367. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  5368. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  5369. "dependencies": {
  5370. "ansi-styles": "^3.2.1",
  5371. "escape-string-regexp": "^1.0.5",
  5372. "supports-color": "^5.3.0"
  5373. },
  5374. "engines": {
  5375. "node": ">=4"
  5376. }
  5377. },
  5378. "node_modules/char-regex": {
  5379. "version": "1.0.2",
  5380. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  5381. "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
  5382. "engines": {
  5383. "node": ">=10"
  5384. }
  5385. },
  5386. "node_modules/check-types": {
  5387. "version": "11.1.2",
  5388. "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz",
  5389. "integrity": "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ=="
  5390. },
  5391. "node_modules/chokidar": {
  5392. "version": "3.5.3",
  5393. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
  5394. "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
  5395. "funding": [
  5396. {
  5397. "type": "individual",
  5398. "url": "https://paulmillr.com/funding/"
  5399. }
  5400. ],
  5401. "dependencies": {
  5402. "anymatch": "~3.1.2",
  5403. "braces": "~3.0.2",
  5404. "glob-parent": "~5.1.2",
  5405. "is-binary-path": "~2.1.0",
  5406. "is-glob": "~4.0.1",
  5407. "normalize-path": "~3.0.0",
  5408. "readdirp": "~3.6.0"
  5409. },
  5410. "engines": {
  5411. "node": ">= 8.10.0"
  5412. },
  5413. "optionalDependencies": {
  5414. "fsevents": "~2.3.2"
  5415. }
  5416. },
  5417. "node_modules/chokidar/node_modules/glob-parent": {
  5418. "version": "5.1.2",
  5419. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  5420. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5421. "dependencies": {
  5422. "is-glob": "^4.0.1"
  5423. },
  5424. "engines": {
  5425. "node": ">= 6"
  5426. }
  5427. },
  5428. "node_modules/chrome-trace-event": {
  5429. "version": "1.0.3",
  5430. "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
  5431. "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
  5432. "engines": {
  5433. "node": ">=6.0"
  5434. }
  5435. },
  5436. "node_modules/ci-info": {
  5437. "version": "3.3.2",
  5438. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.2.tgz",
  5439. "integrity": "sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg=="
  5440. },
  5441. "node_modules/cjs-module-lexer": {
  5442. "version": "1.2.2",
  5443. "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz",
  5444. "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA=="
  5445. },
  5446. "node_modules/clean-css": {
  5447. "version": "5.3.1",
  5448. "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.1.tgz",
  5449. "integrity": "sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==",
  5450. "dependencies": {
  5451. "source-map": "~0.6.0"
  5452. },
  5453. "engines": {
  5454. "node": ">= 10.0"
  5455. }
  5456. },
  5457. "node_modules/clean-css/node_modules/source-map": {
  5458. "version": "0.6.1",
  5459. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  5460. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  5461. "engines": {
  5462. "node": ">=0.10.0"
  5463. }
  5464. },
  5465. "node_modules/cliui": {
  5466. "version": "7.0.4",
  5467. "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
  5468. "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
  5469. "dependencies": {
  5470. "string-width": "^4.2.0",
  5471. "strip-ansi": "^6.0.0",
  5472. "wrap-ansi": "^7.0.0"
  5473. }
  5474. },
  5475. "node_modules/co": {
  5476. "version": "4.6.0",
  5477. "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  5478. "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
  5479. "engines": {
  5480. "iojs": ">= 1.0.0",
  5481. "node": ">= 0.12.0"
  5482. }
  5483. },
  5484. "node_modules/coa": {
  5485. "version": "2.0.2",
  5486. "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
  5487. "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
  5488. "dependencies": {
  5489. "@types/q": "^1.5.1",
  5490. "chalk": "^2.4.1",
  5491. "q": "^1.1.2"
  5492. },
  5493. "engines": {
  5494. "node": ">= 4.0"
  5495. }
  5496. },
  5497. "node_modules/collect-v8-coverage": {
  5498. "version": "1.0.1",
  5499. "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
  5500. "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="
  5501. },
  5502. "node_modules/color-convert": {
  5503. "version": "1.9.3",
  5504. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  5505. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  5506. "dependencies": {
  5507. "color-name": "1.1.3"
  5508. }
  5509. },
  5510. "node_modules/color-name": {
  5511. "version": "1.1.3",
  5512. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  5513. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  5514. },
  5515. "node_modules/colord": {
  5516. "version": "2.9.2",
  5517. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.2.tgz",
  5518. "integrity": "sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ=="
  5519. },
  5520. "node_modules/colorette": {
  5521. "version": "2.0.19",
  5522. "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz",
  5523. "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ=="
  5524. },
  5525. "node_modules/combined-stream": {
  5526. "version": "1.0.8",
  5527. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  5528. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  5529. "dependencies": {
  5530. "delayed-stream": "~1.0.0"
  5531. },
  5532. "engines": {
  5533. "node": ">= 0.8"
  5534. }
  5535. },
  5536. "node_modules/commander": {
  5537. "version": "8.3.0",
  5538. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  5539. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  5540. "engines": {
  5541. "node": ">= 12"
  5542. }
  5543. },
  5544. "node_modules/common-path-prefix": {
  5545. "version": "3.0.0",
  5546. "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
  5547. "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w=="
  5548. },
  5549. "node_modules/common-tags": {
  5550. "version": "1.8.2",
  5551. "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
  5552. "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
  5553. "engines": {
  5554. "node": ">=4.0.0"
  5555. }
  5556. },
  5557. "node_modules/commondir": {
  5558. "version": "1.0.1",
  5559. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  5560. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
  5561. },
  5562. "node_modules/compressible": {
  5563. "version": "2.0.18",
  5564. "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
  5565. "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
  5566. "dependencies": {
  5567. "mime-db": ">= 1.43.0 < 2"
  5568. },
  5569. "engines": {
  5570. "node": ">= 0.6"
  5571. }
  5572. },
  5573. "node_modules/compression": {
  5574. "version": "1.7.4",
  5575. "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
  5576. "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
  5577. "dependencies": {
  5578. "accepts": "~1.3.5",
  5579. "bytes": "3.0.0",
  5580. "compressible": "~2.0.16",
  5581. "debug": "2.6.9",
  5582. "on-headers": "~1.0.2",
  5583. "safe-buffer": "5.1.2",
  5584. "vary": "~1.1.2"
  5585. },
  5586. "engines": {
  5587. "node": ">= 0.8.0"
  5588. }
  5589. },
  5590. "node_modules/compression/node_modules/debug": {
  5591. "version": "2.6.9",
  5592. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5593. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5594. "dependencies": {
  5595. "ms": "2.0.0"
  5596. }
  5597. },
  5598. "node_modules/compression/node_modules/ms": {
  5599. "version": "2.0.0",
  5600. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5601. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  5602. },
  5603. "node_modules/concat-map": {
  5604. "version": "0.0.1",
  5605. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  5606. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  5607. },
  5608. "node_modules/confusing-browser-globals": {
  5609. "version": "1.0.11",
  5610. "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
  5611. "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA=="
  5612. },
  5613. "node_modules/connect-history-api-fallback": {
  5614. "version": "2.0.0",
  5615. "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
  5616. "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==",
  5617. "engines": {
  5618. "node": ">=0.8"
  5619. }
  5620. },
  5621. "node_modules/content-disposition": {
  5622. "version": "0.5.4",
  5623. "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
  5624. "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
  5625. "dependencies": {
  5626. "safe-buffer": "5.2.1"
  5627. },
  5628. "engines": {
  5629. "node": ">= 0.6"
  5630. }
  5631. },
  5632. "node_modules/content-disposition/node_modules/safe-buffer": {
  5633. "version": "5.2.1",
  5634. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  5635. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  5636. "funding": [
  5637. {
  5638. "type": "github",
  5639. "url": "https://github.com/sponsors/feross"
  5640. },
  5641. {
  5642. "type": "patreon",
  5643. "url": "https://www.patreon.com/feross"
  5644. },
  5645. {
  5646. "type": "consulting",
  5647. "url": "https://feross.org/support"
  5648. }
  5649. ]
  5650. },
  5651. "node_modules/content-type": {
  5652. "version": "1.0.4",
  5653. "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
  5654. "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
  5655. "engines": {
  5656. "node": ">= 0.6"
  5657. }
  5658. },
  5659. "node_modules/convert-source-map": {
  5660. "version": "1.8.0",
  5661. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
  5662. "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
  5663. "dependencies": {
  5664. "safe-buffer": "~5.1.1"
  5665. }
  5666. },
  5667. "node_modules/cookie": {
  5668. "version": "0.5.0",
  5669. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
  5670. "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
  5671. "engines": {
  5672. "node": ">= 0.6"
  5673. }
  5674. },
  5675. "node_modules/cookie-signature": {
  5676. "version": "1.0.6",
  5677. "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
  5678. "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ=="
  5679. },
  5680. "node_modules/core-js": {
  5681. "version": "3.23.4",
  5682. "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.23.4.tgz",
  5683. "integrity": "sha512-vjsKqRc1RyAJC3Ye2kYqgfdThb3zYnx9CrqoCcjMOENMtQPC7ZViBvlDxwYU/2z2NI/IPuiXw5mT4hWhddqjzQ==",
  5684. "hasInstallScript": true,
  5685. "funding": {
  5686. "type": "opencollective",
  5687. "url": "https://opencollective.com/core-js"
  5688. }
  5689. },
  5690. "node_modules/core-js-compat": {
  5691. "version": "3.23.4",
  5692. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.23.4.tgz",
  5693. "integrity": "sha512-RkSRPe+JYEoflcsuxJWaiMPhnZoFS51FcIxm53k4KzhISCBTmaGlto9dTIrYuk0hnJc3G6pKufAKepHnBq6B6Q==",
  5694. "dependencies": {
  5695. "browserslist": "^4.21.1",
  5696. "semver": "7.0.0"
  5697. },
  5698. "funding": {
  5699. "type": "opencollective",
  5700. "url": "https://opencollective.com/core-js"
  5701. }
  5702. },
  5703. "node_modules/core-js-compat/node_modules/semver": {
  5704. "version": "7.0.0",
  5705. "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
  5706. "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
  5707. "bin": {
  5708. "semver": "bin/semver.js"
  5709. }
  5710. },
  5711. "node_modules/core-js-pure": {
  5712. "version": "3.23.4",
  5713. "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.23.4.tgz",
  5714. "integrity": "sha512-lizxkcgj3XDmi7TUBFe+bQ1vNpD5E4t76BrBWI3HdUxdw/Mq1VF4CkiHzIKyieECKtcODK2asJttoofEeUKICQ==",
  5715. "hasInstallScript": true,
  5716. "funding": {
  5717. "type": "opencollective",
  5718. "url": "https://opencollective.com/core-js"
  5719. }
  5720. },
  5721. "node_modules/core-util-is": {
  5722. "version": "1.0.3",
  5723. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  5724. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  5725. },
  5726. "node_modules/cosmiconfig": {
  5727. "version": "7.0.1",
  5728. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz",
  5729. "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==",
  5730. "dependencies": {
  5731. "@types/parse-json": "^4.0.0",
  5732. "import-fresh": "^3.2.1",
  5733. "parse-json": "^5.0.0",
  5734. "path-type": "^4.0.0",
  5735. "yaml": "^1.10.0"
  5736. },
  5737. "engines": {
  5738. "node": ">=10"
  5739. }
  5740. },
  5741. "node_modules/cross-spawn": {
  5742. "version": "7.0.3",
  5743. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  5744. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  5745. "dependencies": {
  5746. "path-key": "^3.1.0",
  5747. "shebang-command": "^2.0.0",
  5748. "which": "^2.0.1"
  5749. },
  5750. "engines": {
  5751. "node": ">= 8"
  5752. }
  5753. },
  5754. "node_modules/crypto-random-string": {
  5755. "version": "2.0.0",
  5756. "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
  5757. "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
  5758. "engines": {
  5759. "node": ">=8"
  5760. }
  5761. },
  5762. "node_modules/css": {
  5763. "version": "3.0.0",
  5764. "resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz",
  5765. "integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==",
  5766. "dependencies": {
  5767. "inherits": "^2.0.4",
  5768. "source-map": "^0.6.1",
  5769. "source-map-resolve": "^0.6.0"
  5770. }
  5771. },
  5772. "node_modules/css-blank-pseudo": {
  5773. "version": "3.0.3",
  5774. "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz",
  5775. "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==",
  5776. "dependencies": {
  5777. "postcss-selector-parser": "^6.0.9"
  5778. },
  5779. "bin": {
  5780. "css-blank-pseudo": "dist/cli.cjs"
  5781. },
  5782. "engines": {
  5783. "node": "^12 || ^14 || >=16"
  5784. },
  5785. "peerDependencies": {
  5786. "postcss": "^8.4"
  5787. }
  5788. },
  5789. "node_modules/css-declaration-sorter": {
  5790. "version": "6.3.0",
  5791. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.0.tgz",
  5792. "integrity": "sha512-OGT677UGHJTAVMRhPO+HJ4oKln3wkBTwtDFH0ojbqm+MJm6xuDMHp2nkhh/ThaBqq20IbraBQSWKfSLNHQO9Og==",
  5793. "engines": {
  5794. "node": "^10 || ^12 || >=14"
  5795. },
  5796. "peerDependencies": {
  5797. "postcss": "^8.0.9"
  5798. }
  5799. },
  5800. "node_modules/css-has-pseudo": {
  5801. "version": "3.0.4",
  5802. "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz",
  5803. "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==",
  5804. "dependencies": {
  5805. "postcss-selector-parser": "^6.0.9"
  5806. },
  5807. "bin": {
  5808. "css-has-pseudo": "dist/cli.cjs"
  5809. },
  5810. "engines": {
  5811. "node": "^12 || ^14 || >=16"
  5812. },
  5813. "peerDependencies": {
  5814. "postcss": "^8.4"
  5815. }
  5816. },
  5817. "node_modules/css-loader": {
  5818. "version": "6.7.1",
  5819. "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.1.tgz",
  5820. "integrity": "sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==",
  5821. "dependencies": {
  5822. "icss-utils": "^5.1.0",
  5823. "postcss": "^8.4.7",
  5824. "postcss-modules-extract-imports": "^3.0.0",
  5825. "postcss-modules-local-by-default": "^4.0.0",
  5826. "postcss-modules-scope": "^3.0.0",
  5827. "postcss-modules-values": "^4.0.0",
  5828. "postcss-value-parser": "^4.2.0",
  5829. "semver": "^7.3.5"
  5830. },
  5831. "engines": {
  5832. "node": ">= 12.13.0"
  5833. },
  5834. "funding": {
  5835. "type": "opencollective",
  5836. "url": "https://opencollective.com/webpack"
  5837. },
  5838. "peerDependencies": {
  5839. "webpack": "^5.0.0"
  5840. }
  5841. },
  5842. "node_modules/css-minimizer-webpack-plugin": {
  5843. "version": "3.4.1",
  5844. "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz",
  5845. "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==",
  5846. "dependencies": {
  5847. "cssnano": "^5.0.6",
  5848. "jest-worker": "^27.0.2",
  5849. "postcss": "^8.3.5",
  5850. "schema-utils": "^4.0.0",
  5851. "serialize-javascript": "^6.0.0",
  5852. "source-map": "^0.6.1"
  5853. },
  5854. "engines": {
  5855. "node": ">= 12.13.0"
  5856. },
  5857. "funding": {
  5858. "type": "opencollective",
  5859. "url": "https://opencollective.com/webpack"
  5860. },
  5861. "peerDependencies": {
  5862. "webpack": "^5.0.0"
  5863. },
  5864. "peerDependenciesMeta": {
  5865. "@parcel/css": {
  5866. "optional": true
  5867. },
  5868. "clean-css": {
  5869. "optional": true
  5870. },
  5871. "csso": {
  5872. "optional": true
  5873. },
  5874. "esbuild": {
  5875. "optional": true
  5876. }
  5877. }
  5878. },
  5879. "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": {
  5880. "version": "8.11.0",
  5881. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  5882. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  5883. "dependencies": {
  5884. "fast-deep-equal": "^3.1.1",
  5885. "json-schema-traverse": "^1.0.0",
  5886. "require-from-string": "^2.0.2",
  5887. "uri-js": "^4.2.2"
  5888. },
  5889. "funding": {
  5890. "type": "github",
  5891. "url": "https://github.com/sponsors/epoberezkin"
  5892. }
  5893. },
  5894. "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": {
  5895. "version": "5.1.0",
  5896. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  5897. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  5898. "dependencies": {
  5899. "fast-deep-equal": "^3.1.3"
  5900. },
  5901. "peerDependencies": {
  5902. "ajv": "^8.8.2"
  5903. }
  5904. },
  5905. "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": {
  5906. "version": "1.0.0",
  5907. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  5908. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  5909. },
  5910. "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": {
  5911. "version": "4.0.0",
  5912. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  5913. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  5914. "dependencies": {
  5915. "@types/json-schema": "^7.0.9",
  5916. "ajv": "^8.8.0",
  5917. "ajv-formats": "^2.1.1",
  5918. "ajv-keywords": "^5.0.0"
  5919. },
  5920. "engines": {
  5921. "node": ">= 12.13.0"
  5922. },
  5923. "funding": {
  5924. "type": "opencollective",
  5925. "url": "https://opencollective.com/webpack"
  5926. }
  5927. },
  5928. "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": {
  5929. "version": "0.6.1",
  5930. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  5931. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  5932. "engines": {
  5933. "node": ">=0.10.0"
  5934. }
  5935. },
  5936. "node_modules/css-prefers-color-scheme": {
  5937. "version": "6.0.3",
  5938. "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz",
  5939. "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==",
  5940. "bin": {
  5941. "css-prefers-color-scheme": "dist/cli.cjs"
  5942. },
  5943. "engines": {
  5944. "node": "^12 || ^14 || >=16"
  5945. },
  5946. "peerDependencies": {
  5947. "postcss": "^8.4"
  5948. }
  5949. },
  5950. "node_modules/css-select": {
  5951. "version": "4.3.0",
  5952. "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz",
  5953. "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
  5954. "dependencies": {
  5955. "boolbase": "^1.0.0",
  5956. "css-what": "^6.0.1",
  5957. "domhandler": "^4.3.1",
  5958. "domutils": "^2.8.0",
  5959. "nth-check": "^2.0.1"
  5960. },
  5961. "funding": {
  5962. "url": "https://github.com/sponsors/fb55"
  5963. }
  5964. },
  5965. "node_modules/css-select-base-adapter": {
  5966. "version": "0.1.1",
  5967. "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
  5968. "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
  5969. },
  5970. "node_modules/css-tree": {
  5971. "version": "1.0.0-alpha.37",
  5972. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
  5973. "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
  5974. "dependencies": {
  5975. "mdn-data": "2.0.4",
  5976. "source-map": "^0.6.1"
  5977. },
  5978. "engines": {
  5979. "node": ">=8.0.0"
  5980. }
  5981. },
  5982. "node_modules/css-tree/node_modules/source-map": {
  5983. "version": "0.6.1",
  5984. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  5985. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  5986. "engines": {
  5987. "node": ">=0.10.0"
  5988. }
  5989. },
  5990. "node_modules/css-what": {
  5991. "version": "6.1.0",
  5992. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
  5993. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
  5994. "engines": {
  5995. "node": ">= 6"
  5996. },
  5997. "funding": {
  5998. "url": "https://github.com/sponsors/fb55"
  5999. }
  6000. },
  6001. "node_modules/css.escape": {
  6002. "version": "1.5.1",
  6003. "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
  6004. "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg=="
  6005. },
  6006. "node_modules/css/node_modules/source-map": {
  6007. "version": "0.6.1",
  6008. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  6009. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  6010. "engines": {
  6011. "node": ">=0.10.0"
  6012. }
  6013. },
  6014. "node_modules/cssdb": {
  6015. "version": "6.6.3",
  6016. "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-6.6.3.tgz",
  6017. "integrity": "sha512-7GDvDSmE+20+WcSMhP17Q1EVWUrLlbxxpMDqG731n8P99JhnQZHR9YvtjPvEHfjFUjvQJvdpKCjlKOX+xe4UVA==",
  6018. "funding": {
  6019. "type": "opencollective",
  6020. "url": "https://opencollective.com/csstools"
  6021. }
  6022. },
  6023. "node_modules/cssesc": {
  6024. "version": "3.0.0",
  6025. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  6026. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  6027. "bin": {
  6028. "cssesc": "bin/cssesc"
  6029. },
  6030. "engines": {
  6031. "node": ">=4"
  6032. }
  6033. },
  6034. "node_modules/cssnano": {
  6035. "version": "5.1.12",
  6036. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.12.tgz",
  6037. "integrity": "sha512-TgvArbEZu0lk/dvg2ja+B7kYoD7BBCmn3+k58xD0qjrGHsFzXY/wKTo9M5egcUCabPol05e/PVoIu79s2JN4WQ==",
  6038. "dependencies": {
  6039. "cssnano-preset-default": "^5.2.12",
  6040. "lilconfig": "^2.0.3",
  6041. "yaml": "^1.10.2"
  6042. },
  6043. "engines": {
  6044. "node": "^10 || ^12 || >=14.0"
  6045. },
  6046. "funding": {
  6047. "type": "opencollective",
  6048. "url": "https://opencollective.com/cssnano"
  6049. },
  6050. "peerDependencies": {
  6051. "postcss": "^8.2.15"
  6052. }
  6053. },
  6054. "node_modules/cssnano-preset-default": {
  6055. "version": "5.2.12",
  6056. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.12.tgz",
  6057. "integrity": "sha512-OyCBTZi+PXgylz9HAA5kHyoYhfGcYdwFmyaJzWnzxuGRtnMw/kR6ilW9XzlzlRAtB6PLT/r+prYgkef7hngFew==",
  6058. "dependencies": {
  6059. "css-declaration-sorter": "^6.3.0",
  6060. "cssnano-utils": "^3.1.0",
  6061. "postcss-calc": "^8.2.3",
  6062. "postcss-colormin": "^5.3.0",
  6063. "postcss-convert-values": "^5.1.2",
  6064. "postcss-discard-comments": "^5.1.2",
  6065. "postcss-discard-duplicates": "^5.1.0",
  6066. "postcss-discard-empty": "^5.1.1",
  6067. "postcss-discard-overridden": "^5.1.0",
  6068. "postcss-merge-longhand": "^5.1.6",
  6069. "postcss-merge-rules": "^5.1.2",
  6070. "postcss-minify-font-values": "^5.1.0",
  6071. "postcss-minify-gradients": "^5.1.1",
  6072. "postcss-minify-params": "^5.1.3",
  6073. "postcss-minify-selectors": "^5.2.1",
  6074. "postcss-normalize-charset": "^5.1.0",
  6075. "postcss-normalize-display-values": "^5.1.0",
  6076. "postcss-normalize-positions": "^5.1.1",
  6077. "postcss-normalize-repeat-style": "^5.1.1",
  6078. "postcss-normalize-string": "^5.1.0",
  6079. "postcss-normalize-timing-functions": "^5.1.0",
  6080. "postcss-normalize-unicode": "^5.1.0",
  6081. "postcss-normalize-url": "^5.1.0",
  6082. "postcss-normalize-whitespace": "^5.1.1",
  6083. "postcss-ordered-values": "^5.1.3",
  6084. "postcss-reduce-initial": "^5.1.0",
  6085. "postcss-reduce-transforms": "^5.1.0",
  6086. "postcss-svgo": "^5.1.0",
  6087. "postcss-unique-selectors": "^5.1.1"
  6088. },
  6089. "engines": {
  6090. "node": "^10 || ^12 || >=14.0"
  6091. },
  6092. "peerDependencies": {
  6093. "postcss": "^8.2.15"
  6094. }
  6095. },
  6096. "node_modules/cssnano-utils": {
  6097. "version": "3.1.0",
  6098. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
  6099. "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
  6100. "engines": {
  6101. "node": "^10 || ^12 || >=14.0"
  6102. },
  6103. "peerDependencies": {
  6104. "postcss": "^8.2.15"
  6105. }
  6106. },
  6107. "node_modules/csso": {
  6108. "version": "4.2.0",
  6109. "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
  6110. "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
  6111. "dependencies": {
  6112. "css-tree": "^1.1.2"
  6113. },
  6114. "engines": {
  6115. "node": ">=8.0.0"
  6116. }
  6117. },
  6118. "node_modules/csso/node_modules/css-tree": {
  6119. "version": "1.1.3",
  6120. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
  6121. "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
  6122. "dependencies": {
  6123. "mdn-data": "2.0.14",
  6124. "source-map": "^0.6.1"
  6125. },
  6126. "engines": {
  6127. "node": ">=8.0.0"
  6128. }
  6129. },
  6130. "node_modules/csso/node_modules/mdn-data": {
  6131. "version": "2.0.14",
  6132. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
  6133. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
  6134. },
  6135. "node_modules/csso/node_modules/source-map": {
  6136. "version": "0.6.1",
  6137. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  6138. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  6139. "engines": {
  6140. "node": ">=0.10.0"
  6141. }
  6142. },
  6143. "node_modules/cssom": {
  6144. "version": "0.4.4",
  6145. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
  6146. "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
  6147. },
  6148. "node_modules/cssstyle": {
  6149. "version": "2.3.0",
  6150. "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
  6151. "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
  6152. "dependencies": {
  6153. "cssom": "~0.3.6"
  6154. },
  6155. "engines": {
  6156. "node": ">=8"
  6157. }
  6158. },
  6159. "node_modules/cssstyle/node_modules/cssom": {
  6160. "version": "0.3.8",
  6161. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
  6162. "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
  6163. },
  6164. "node_modules/csstype": {
  6165. "version": "3.1.0",
  6166. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.0.tgz",
  6167. "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
  6168. },
  6169. "node_modules/damerau-levenshtein": {
  6170. "version": "1.0.8",
  6171. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  6172. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="
  6173. },
  6174. "node_modules/data-urls": {
  6175. "version": "2.0.0",
  6176. "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
  6177. "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
  6178. "dependencies": {
  6179. "abab": "^2.0.3",
  6180. "whatwg-mimetype": "^2.3.0",
  6181. "whatwg-url": "^8.0.0"
  6182. },
  6183. "engines": {
  6184. "node": ">=10"
  6185. }
  6186. },
  6187. "node_modules/debug": {
  6188. "version": "4.3.4",
  6189. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  6190. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  6191. "dependencies": {
  6192. "ms": "2.1.2"
  6193. },
  6194. "engines": {
  6195. "node": ">=6.0"
  6196. },
  6197. "peerDependenciesMeta": {
  6198. "supports-color": {
  6199. "optional": true
  6200. }
  6201. }
  6202. },
  6203. "node_modules/decimal.js": {
  6204. "version": "10.3.1",
  6205. "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
  6206. "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ=="
  6207. },
  6208. "node_modules/decode-uri-component": {
  6209. "version": "0.2.0",
  6210. "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
  6211. "integrity": "sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==",
  6212. "engines": {
  6213. "node": ">=0.10"
  6214. }
  6215. },
  6216. "node_modules/dedent": {
  6217. "version": "0.7.0",
  6218. "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
  6219. "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA=="
  6220. },
  6221. "node_modules/deep-is": {
  6222. "version": "0.1.4",
  6223. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  6224. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
  6225. },
  6226. "node_modules/deepmerge": {
  6227. "version": "4.2.2",
  6228. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
  6229. "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==",
  6230. "engines": {
  6231. "node": ">=0.10.0"
  6232. }
  6233. },
  6234. "node_modules/default-gateway": {
  6235. "version": "6.0.3",
  6236. "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
  6237. "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
  6238. "dependencies": {
  6239. "execa": "^5.0.0"
  6240. },
  6241. "engines": {
  6242. "node": ">= 10"
  6243. }
  6244. },
  6245. "node_modules/define-lazy-prop": {
  6246. "version": "2.0.0",
  6247. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  6248. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  6249. "engines": {
  6250. "node": ">=8"
  6251. }
  6252. },
  6253. "node_modules/define-properties": {
  6254. "version": "1.1.4",
  6255. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz",
  6256. "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
  6257. "dependencies": {
  6258. "has-property-descriptors": "^1.0.0",
  6259. "object-keys": "^1.1.1"
  6260. },
  6261. "engines": {
  6262. "node": ">= 0.4"
  6263. },
  6264. "funding": {
  6265. "url": "https://github.com/sponsors/ljharb"
  6266. }
  6267. },
  6268. "node_modules/defined": {
  6269. "version": "1.0.0",
  6270. "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
  6271. "integrity": "sha512-Y2caI5+ZwS5c3RiNDJ6u53VhQHv+hHKwhkI1iHvceKUHw9Df6EK2zRLfjejRgMuCuxK7PfSWIMwWecceVvThjQ=="
  6272. },
  6273. "node_modules/delayed-stream": {
  6274. "version": "1.0.0",
  6275. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  6276. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  6277. "engines": {
  6278. "node": ">=0.4.0"
  6279. }
  6280. },
  6281. "node_modules/depd": {
  6282. "version": "2.0.0",
  6283. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  6284. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  6285. "engines": {
  6286. "node": ">= 0.8"
  6287. }
  6288. },
  6289. "node_modules/destroy": {
  6290. "version": "1.2.0",
  6291. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  6292. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  6293. "engines": {
  6294. "node": ">= 0.8",
  6295. "npm": "1.2.8000 || >= 1.4.16"
  6296. }
  6297. },
  6298. "node_modules/detect-newline": {
  6299. "version": "3.1.0",
  6300. "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
  6301. "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
  6302. "engines": {
  6303. "node": ">=8"
  6304. }
  6305. },
  6306. "node_modules/detect-node": {
  6307. "version": "2.1.0",
  6308. "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
  6309. "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g=="
  6310. },
  6311. "node_modules/detect-port-alt": {
  6312. "version": "1.1.6",
  6313. "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
  6314. "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
  6315. "dependencies": {
  6316. "address": "^1.0.1",
  6317. "debug": "^2.6.0"
  6318. },
  6319. "bin": {
  6320. "detect": "bin/detect-port",
  6321. "detect-port": "bin/detect-port"
  6322. },
  6323. "engines": {
  6324. "node": ">= 4.2.1"
  6325. }
  6326. },
  6327. "node_modules/detect-port-alt/node_modules/debug": {
  6328. "version": "2.6.9",
  6329. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  6330. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  6331. "dependencies": {
  6332. "ms": "2.0.0"
  6333. }
  6334. },
  6335. "node_modules/detect-port-alt/node_modules/ms": {
  6336. "version": "2.0.0",
  6337. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  6338. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  6339. },
  6340. "node_modules/detective": {
  6341. "version": "5.2.1",
  6342. "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz",
  6343. "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==",
  6344. "dependencies": {
  6345. "acorn-node": "^1.8.2",
  6346. "defined": "^1.0.0",
  6347. "minimist": "^1.2.6"
  6348. },
  6349. "bin": {
  6350. "detective": "bin/detective.js"
  6351. },
  6352. "engines": {
  6353. "node": ">=0.8.0"
  6354. }
  6355. },
  6356. "node_modules/didyoumean": {
  6357. "version": "1.2.2",
  6358. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  6359. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
  6360. },
  6361. "node_modules/diff-sequences": {
  6362. "version": "27.5.1",
  6363. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
  6364. "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==",
  6365. "engines": {
  6366. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  6367. }
  6368. },
  6369. "node_modules/dir-glob": {
  6370. "version": "3.0.1",
  6371. "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  6372. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  6373. "dependencies": {
  6374. "path-type": "^4.0.0"
  6375. },
  6376. "engines": {
  6377. "node": ">=8"
  6378. }
  6379. },
  6380. "node_modules/dlv": {
  6381. "version": "1.1.3",
  6382. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  6383. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
  6384. },
  6385. "node_modules/dns-equal": {
  6386. "version": "1.0.0",
  6387. "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
  6388. "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg=="
  6389. },
  6390. "node_modules/dns-packet": {
  6391. "version": "5.4.0",
  6392. "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.4.0.tgz",
  6393. "integrity": "sha512-EgqGeaBB8hLiHLZtp/IbaDQTL8pZ0+IvwzSHA6d7VyMDM+B9hgddEMa9xjK5oYnw0ci0JQ6g2XCD7/f6cafU6g==",
  6394. "dependencies": {
  6395. "@leichtgewicht/ip-codec": "^2.0.1"
  6396. },
  6397. "engines": {
  6398. "node": ">=6"
  6399. }
  6400. },
  6401. "node_modules/doctrine": {
  6402. "version": "3.0.0",
  6403. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  6404. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  6405. "dependencies": {
  6406. "esutils": "^2.0.2"
  6407. },
  6408. "engines": {
  6409. "node": ">=6.0.0"
  6410. }
  6411. },
  6412. "node_modules/dom-accessibility-api": {
  6413. "version": "0.5.14",
  6414. "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz",
  6415. "integrity": "sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg=="
  6416. },
  6417. "node_modules/dom-converter": {
  6418. "version": "0.2.0",
  6419. "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
  6420. "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
  6421. "dependencies": {
  6422. "utila": "~0.4"
  6423. }
  6424. },
  6425. "node_modules/dom-serializer": {
  6426. "version": "1.4.1",
  6427. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz",
  6428. "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
  6429. "dependencies": {
  6430. "domelementtype": "^2.0.1",
  6431. "domhandler": "^4.2.0",
  6432. "entities": "^2.0.0"
  6433. },
  6434. "funding": {
  6435. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  6436. }
  6437. },
  6438. "node_modules/domelementtype": {
  6439. "version": "2.3.0",
  6440. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  6441. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  6442. "funding": [
  6443. {
  6444. "type": "github",
  6445. "url": "https://github.com/sponsors/fb55"
  6446. }
  6447. ]
  6448. },
  6449. "node_modules/domexception": {
  6450. "version": "2.0.1",
  6451. "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
  6452. "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
  6453. "dependencies": {
  6454. "webidl-conversions": "^5.0.0"
  6455. },
  6456. "engines": {
  6457. "node": ">=8"
  6458. }
  6459. },
  6460. "node_modules/domexception/node_modules/webidl-conversions": {
  6461. "version": "5.0.0",
  6462. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
  6463. "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
  6464. "engines": {
  6465. "node": ">=8"
  6466. }
  6467. },
  6468. "node_modules/domhandler": {
  6469. "version": "4.3.1",
  6470. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz",
  6471. "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
  6472. "dependencies": {
  6473. "domelementtype": "^2.2.0"
  6474. },
  6475. "engines": {
  6476. "node": ">= 4"
  6477. },
  6478. "funding": {
  6479. "url": "https://github.com/fb55/domhandler?sponsor=1"
  6480. }
  6481. },
  6482. "node_modules/domutils": {
  6483. "version": "2.8.0",
  6484. "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
  6485. "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
  6486. "dependencies": {
  6487. "dom-serializer": "^1.0.1",
  6488. "domelementtype": "^2.2.0",
  6489. "domhandler": "^4.2.0"
  6490. },
  6491. "funding": {
  6492. "url": "https://github.com/fb55/domutils?sponsor=1"
  6493. }
  6494. },
  6495. "node_modules/dot-case": {
  6496. "version": "3.0.4",
  6497. "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
  6498. "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
  6499. "dependencies": {
  6500. "no-case": "^3.0.4",
  6501. "tslib": "^2.0.3"
  6502. }
  6503. },
  6504. "node_modules/dotenv": {
  6505. "version": "10.0.0",
  6506. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
  6507. "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
  6508. "engines": {
  6509. "node": ">=10"
  6510. }
  6511. },
  6512. "node_modules/dotenv-expand": {
  6513. "version": "5.1.0",
  6514. "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
  6515. "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA=="
  6516. },
  6517. "node_modules/duplexer": {
  6518. "version": "0.1.2",
  6519. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  6520. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
  6521. },
  6522. "node_modules/ee-first": {
  6523. "version": "1.1.1",
  6524. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  6525. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
  6526. },
  6527. "node_modules/ejs": {
  6528. "version": "3.1.8",
  6529. "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz",
  6530. "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==",
  6531. "dependencies": {
  6532. "jake": "^10.8.5"
  6533. },
  6534. "bin": {
  6535. "ejs": "bin/cli.js"
  6536. },
  6537. "engines": {
  6538. "node": ">=0.10.0"
  6539. }
  6540. },
  6541. "node_modules/electron-to-chromium": {
  6542. "version": "1.4.192",
  6543. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.192.tgz",
  6544. "integrity": "sha512-8nCXyIQY9An88NXAp+PuPy5h3/w5ZY7Iu2lag65Q0XREprcat5F8gKhoHsBUnQcFuCRnmevpR8yEBYRU3d2HDw=="
  6545. },
  6546. "node_modules/emittery": {
  6547. "version": "0.8.1",
  6548. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
  6549. "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==",
  6550. "engines": {
  6551. "node": ">=10"
  6552. },
  6553. "funding": {
  6554. "url": "https://github.com/sindresorhus/emittery?sponsor=1"
  6555. }
  6556. },
  6557. "node_modules/emoji-regex": {
  6558. "version": "9.2.2",
  6559. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  6560. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  6561. },
  6562. "node_modules/emojis-list": {
  6563. "version": "3.0.0",
  6564. "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
  6565. "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
  6566. "engines": {
  6567. "node": ">= 4"
  6568. }
  6569. },
  6570. "node_modules/encodeurl": {
  6571. "version": "1.0.2",
  6572. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  6573. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  6574. "engines": {
  6575. "node": ">= 0.8"
  6576. }
  6577. },
  6578. "node_modules/enhanced-resolve": {
  6579. "version": "5.10.0",
  6580. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz",
  6581. "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==",
  6582. "dependencies": {
  6583. "graceful-fs": "^4.2.4",
  6584. "tapable": "^2.2.0"
  6585. },
  6586. "engines": {
  6587. "node": ">=10.13.0"
  6588. }
  6589. },
  6590. "node_modules/entities": {
  6591. "version": "2.2.0",
  6592. "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
  6593. "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
  6594. "funding": {
  6595. "url": "https://github.com/fb55/entities?sponsor=1"
  6596. }
  6597. },
  6598. "node_modules/error-ex": {
  6599. "version": "1.3.2",
  6600. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  6601. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  6602. "dependencies": {
  6603. "is-arrayish": "^0.2.1"
  6604. }
  6605. },
  6606. "node_modules/error-stack-parser": {
  6607. "version": "2.1.4",
  6608. "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
  6609. "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
  6610. "dependencies": {
  6611. "stackframe": "^1.3.4"
  6612. }
  6613. },
  6614. "node_modules/es-abstract": {
  6615. "version": "1.20.1",
  6616. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz",
  6617. "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==",
  6618. "dependencies": {
  6619. "call-bind": "^1.0.2",
  6620. "es-to-primitive": "^1.2.1",
  6621. "function-bind": "^1.1.1",
  6622. "function.prototype.name": "^1.1.5",
  6623. "get-intrinsic": "^1.1.1",
  6624. "get-symbol-description": "^1.0.0",
  6625. "has": "^1.0.3",
  6626. "has-property-descriptors": "^1.0.0",
  6627. "has-symbols": "^1.0.3",
  6628. "internal-slot": "^1.0.3",
  6629. "is-callable": "^1.2.4",
  6630. "is-negative-zero": "^2.0.2",
  6631. "is-regex": "^1.1.4",
  6632. "is-shared-array-buffer": "^1.0.2",
  6633. "is-string": "^1.0.7",
  6634. "is-weakref": "^1.0.2",
  6635. "object-inspect": "^1.12.0",
  6636. "object-keys": "^1.1.1",
  6637. "object.assign": "^4.1.2",
  6638. "regexp.prototype.flags": "^1.4.3",
  6639. "string.prototype.trimend": "^1.0.5",
  6640. "string.prototype.trimstart": "^1.0.5",
  6641. "unbox-primitive": "^1.0.2"
  6642. },
  6643. "engines": {
  6644. "node": ">= 0.4"
  6645. },
  6646. "funding": {
  6647. "url": "https://github.com/sponsors/ljharb"
  6648. }
  6649. },
  6650. "node_modules/es-array-method-boxes-properly": {
  6651. "version": "1.0.0",
  6652. "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz",
  6653. "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA=="
  6654. },
  6655. "node_modules/es-module-lexer": {
  6656. "version": "0.9.3",
  6657. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz",
  6658. "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ=="
  6659. },
  6660. "node_modules/es-shim-unscopables": {
  6661. "version": "1.0.0",
  6662. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
  6663. "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
  6664. "dependencies": {
  6665. "has": "^1.0.3"
  6666. }
  6667. },
  6668. "node_modules/es-to-primitive": {
  6669. "version": "1.2.1",
  6670. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  6671. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  6672. "dependencies": {
  6673. "is-callable": "^1.1.4",
  6674. "is-date-object": "^1.0.1",
  6675. "is-symbol": "^1.0.2"
  6676. },
  6677. "engines": {
  6678. "node": ">= 0.4"
  6679. },
  6680. "funding": {
  6681. "url": "https://github.com/sponsors/ljharb"
  6682. }
  6683. },
  6684. "node_modules/escalade": {
  6685. "version": "3.1.1",
  6686. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  6687. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  6688. "engines": {
  6689. "node": ">=6"
  6690. }
  6691. },
  6692. "node_modules/escape-html": {
  6693. "version": "1.0.3",
  6694. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  6695. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
  6696. },
  6697. "node_modules/escape-string-regexp": {
  6698. "version": "1.0.5",
  6699. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  6700. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  6701. "engines": {
  6702. "node": ">=0.8.0"
  6703. }
  6704. },
  6705. "node_modules/escodegen": {
  6706. "version": "2.0.0",
  6707. "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
  6708. "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",
  6709. "dependencies": {
  6710. "esprima": "^4.0.1",
  6711. "estraverse": "^5.2.0",
  6712. "esutils": "^2.0.2",
  6713. "optionator": "^0.8.1"
  6714. },
  6715. "bin": {
  6716. "escodegen": "bin/escodegen.js",
  6717. "esgenerate": "bin/esgenerate.js"
  6718. },
  6719. "engines": {
  6720. "node": ">=6.0"
  6721. },
  6722. "optionalDependencies": {
  6723. "source-map": "~0.6.1"
  6724. }
  6725. },
  6726. "node_modules/escodegen/node_modules/levn": {
  6727. "version": "0.3.0",
  6728. "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
  6729. "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
  6730. "dependencies": {
  6731. "prelude-ls": "~1.1.2",
  6732. "type-check": "~0.3.2"
  6733. },
  6734. "engines": {
  6735. "node": ">= 0.8.0"
  6736. }
  6737. },
  6738. "node_modules/escodegen/node_modules/optionator": {
  6739. "version": "0.8.3",
  6740. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
  6741. "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
  6742. "dependencies": {
  6743. "deep-is": "~0.1.3",
  6744. "fast-levenshtein": "~2.0.6",
  6745. "levn": "~0.3.0",
  6746. "prelude-ls": "~1.1.2",
  6747. "type-check": "~0.3.2",
  6748. "word-wrap": "~1.2.3"
  6749. },
  6750. "engines": {
  6751. "node": ">= 0.8.0"
  6752. }
  6753. },
  6754. "node_modules/escodegen/node_modules/prelude-ls": {
  6755. "version": "1.1.2",
  6756. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
  6757. "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
  6758. "engines": {
  6759. "node": ">= 0.8.0"
  6760. }
  6761. },
  6762. "node_modules/escodegen/node_modules/source-map": {
  6763. "version": "0.6.1",
  6764. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  6765. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  6766. "optional": true,
  6767. "engines": {
  6768. "node": ">=0.10.0"
  6769. }
  6770. },
  6771. "node_modules/escodegen/node_modules/type-check": {
  6772. "version": "0.3.2",
  6773. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
  6774. "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
  6775. "dependencies": {
  6776. "prelude-ls": "~1.1.2"
  6777. },
  6778. "engines": {
  6779. "node": ">= 0.8.0"
  6780. }
  6781. },
  6782. "node_modules/eslint": {
  6783. "version": "8.20.0",
  6784. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.20.0.tgz",
  6785. "integrity": "sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA==",
  6786. "dependencies": {
  6787. "@eslint/eslintrc": "^1.3.0",
  6788. "@humanwhocodes/config-array": "^0.9.2",
  6789. "ajv": "^6.10.0",
  6790. "chalk": "^4.0.0",
  6791. "cross-spawn": "^7.0.2",
  6792. "debug": "^4.3.2",
  6793. "doctrine": "^3.0.0",
  6794. "escape-string-regexp": "^4.0.0",
  6795. "eslint-scope": "^7.1.1",
  6796. "eslint-utils": "^3.0.0",
  6797. "eslint-visitor-keys": "^3.3.0",
  6798. "espree": "^9.3.2",
  6799. "esquery": "^1.4.0",
  6800. "esutils": "^2.0.2",
  6801. "fast-deep-equal": "^3.1.3",
  6802. "file-entry-cache": "^6.0.1",
  6803. "functional-red-black-tree": "^1.0.1",
  6804. "glob-parent": "^6.0.1",
  6805. "globals": "^13.15.0",
  6806. "ignore": "^5.2.0",
  6807. "import-fresh": "^3.0.0",
  6808. "imurmurhash": "^0.1.4",
  6809. "is-glob": "^4.0.0",
  6810. "js-yaml": "^4.1.0",
  6811. "json-stable-stringify-without-jsonify": "^1.0.1",
  6812. "levn": "^0.4.1",
  6813. "lodash.merge": "^4.6.2",
  6814. "minimatch": "^3.1.2",
  6815. "natural-compare": "^1.4.0",
  6816. "optionator": "^0.9.1",
  6817. "regexpp": "^3.2.0",
  6818. "strip-ansi": "^6.0.1",
  6819. "strip-json-comments": "^3.1.0",
  6820. "text-table": "^0.2.0",
  6821. "v8-compile-cache": "^2.0.3"
  6822. },
  6823. "bin": {
  6824. "eslint": "bin/eslint.js"
  6825. },
  6826. "engines": {
  6827. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  6828. },
  6829. "funding": {
  6830. "url": "https://opencollective.com/eslint"
  6831. }
  6832. },
  6833. "node_modules/eslint-config-react-app": {
  6834. "version": "7.0.1",
  6835. "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz",
  6836. "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==",
  6837. "dependencies": {
  6838. "@babel/core": "^7.16.0",
  6839. "@babel/eslint-parser": "^7.16.3",
  6840. "@rushstack/eslint-patch": "^1.1.0",
  6841. "@typescript-eslint/eslint-plugin": "^5.5.0",
  6842. "@typescript-eslint/parser": "^5.5.0",
  6843. "babel-preset-react-app": "^10.0.1",
  6844. "confusing-browser-globals": "^1.0.11",
  6845. "eslint-plugin-flowtype": "^8.0.3",
  6846. "eslint-plugin-import": "^2.25.3",
  6847. "eslint-plugin-jest": "^25.3.0",
  6848. "eslint-plugin-jsx-a11y": "^6.5.1",
  6849. "eslint-plugin-react": "^7.27.1",
  6850. "eslint-plugin-react-hooks": "^4.3.0",
  6851. "eslint-plugin-testing-library": "^5.0.1"
  6852. },
  6853. "engines": {
  6854. "node": ">=14.0.0"
  6855. },
  6856. "peerDependencies": {
  6857. "eslint": "^8.0.0"
  6858. }
  6859. },
  6860. "node_modules/eslint-import-resolver-node": {
  6861. "version": "0.3.6",
  6862. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",
  6863. "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==",
  6864. "dependencies": {
  6865. "debug": "^3.2.7",
  6866. "resolve": "^1.20.0"
  6867. }
  6868. },
  6869. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  6870. "version": "3.2.7",
  6871. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  6872. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  6873. "dependencies": {
  6874. "ms": "^2.1.1"
  6875. }
  6876. },
  6877. "node_modules/eslint-module-utils": {
  6878. "version": "2.7.3",
  6879. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz",
  6880. "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==",
  6881. "dependencies": {
  6882. "debug": "^3.2.7",
  6883. "find-up": "^2.1.0"
  6884. },
  6885. "engines": {
  6886. "node": ">=4"
  6887. }
  6888. },
  6889. "node_modules/eslint-module-utils/node_modules/debug": {
  6890. "version": "3.2.7",
  6891. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  6892. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  6893. "dependencies": {
  6894. "ms": "^2.1.1"
  6895. }
  6896. },
  6897. "node_modules/eslint-module-utils/node_modules/find-up": {
  6898. "version": "2.1.0",
  6899. "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
  6900. "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==",
  6901. "dependencies": {
  6902. "locate-path": "^2.0.0"
  6903. },
  6904. "engines": {
  6905. "node": ">=4"
  6906. }
  6907. },
  6908. "node_modules/eslint-module-utils/node_modules/locate-path": {
  6909. "version": "2.0.0",
  6910. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
  6911. "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==",
  6912. "dependencies": {
  6913. "p-locate": "^2.0.0",
  6914. "path-exists": "^3.0.0"
  6915. },
  6916. "engines": {
  6917. "node": ">=4"
  6918. }
  6919. },
  6920. "node_modules/eslint-module-utils/node_modules/p-limit": {
  6921. "version": "1.3.0",
  6922. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
  6923. "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
  6924. "dependencies": {
  6925. "p-try": "^1.0.0"
  6926. },
  6927. "engines": {
  6928. "node": ">=4"
  6929. }
  6930. },
  6931. "node_modules/eslint-module-utils/node_modules/p-locate": {
  6932. "version": "2.0.0",
  6933. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
  6934. "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==",
  6935. "dependencies": {
  6936. "p-limit": "^1.1.0"
  6937. },
  6938. "engines": {
  6939. "node": ">=4"
  6940. }
  6941. },
  6942. "node_modules/eslint-module-utils/node_modules/p-try": {
  6943. "version": "1.0.0",
  6944. "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
  6945. "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==",
  6946. "engines": {
  6947. "node": ">=4"
  6948. }
  6949. },
  6950. "node_modules/eslint-module-utils/node_modules/path-exists": {
  6951. "version": "3.0.0",
  6952. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  6953. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  6954. "engines": {
  6955. "node": ">=4"
  6956. }
  6957. },
  6958. "node_modules/eslint-plugin-flowtype": {
  6959. "version": "8.0.3",
  6960. "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
  6961. "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
  6962. "dependencies": {
  6963. "lodash": "^4.17.21",
  6964. "string-natural-compare": "^3.0.1"
  6965. },
  6966. "engines": {
  6967. "node": ">=12.0.0"
  6968. },
  6969. "peerDependencies": {
  6970. "@babel/plugin-syntax-flow": "^7.14.5",
  6971. "@babel/plugin-transform-react-jsx": "^7.14.9",
  6972. "eslint": "^8.1.0"
  6973. }
  6974. },
  6975. "node_modules/eslint-plugin-import": {
  6976. "version": "2.26.0",
  6977. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz",
  6978. "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==",
  6979. "dependencies": {
  6980. "array-includes": "^3.1.4",
  6981. "array.prototype.flat": "^1.2.5",
  6982. "debug": "^2.6.9",
  6983. "doctrine": "^2.1.0",
  6984. "eslint-import-resolver-node": "^0.3.6",
  6985. "eslint-module-utils": "^2.7.3",
  6986. "has": "^1.0.3",
  6987. "is-core-module": "^2.8.1",
  6988. "is-glob": "^4.0.3",
  6989. "minimatch": "^3.1.2",
  6990. "object.values": "^1.1.5",
  6991. "resolve": "^1.22.0",
  6992. "tsconfig-paths": "^3.14.1"
  6993. },
  6994. "engines": {
  6995. "node": ">=4"
  6996. },
  6997. "peerDependencies": {
  6998. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
  6999. }
  7000. },
  7001. "node_modules/eslint-plugin-import/node_modules/debug": {
  7002. "version": "2.6.9",
  7003. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  7004. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  7005. "dependencies": {
  7006. "ms": "2.0.0"
  7007. }
  7008. },
  7009. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  7010. "version": "2.1.0",
  7011. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  7012. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  7013. "dependencies": {
  7014. "esutils": "^2.0.2"
  7015. },
  7016. "engines": {
  7017. "node": ">=0.10.0"
  7018. }
  7019. },
  7020. "node_modules/eslint-plugin-import/node_modules/ms": {
  7021. "version": "2.0.0",
  7022. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  7023. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  7024. },
  7025. "node_modules/eslint-plugin-jest": {
  7026. "version": "25.7.0",
  7027. "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz",
  7028. "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==",
  7029. "dependencies": {
  7030. "@typescript-eslint/experimental-utils": "^5.0.0"
  7031. },
  7032. "engines": {
  7033. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  7034. },
  7035. "peerDependencies": {
  7036. "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0",
  7037. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  7038. },
  7039. "peerDependenciesMeta": {
  7040. "@typescript-eslint/eslint-plugin": {
  7041. "optional": true
  7042. },
  7043. "jest": {
  7044. "optional": true
  7045. }
  7046. }
  7047. },
  7048. "node_modules/eslint-plugin-jsx-a11y": {
  7049. "version": "6.6.0",
  7050. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.0.tgz",
  7051. "integrity": "sha512-kTeLuIzpNhXL2CwLlc8AHI0aFRwWHcg483yepO9VQiHzM9bZwJdzTkzBszbuPrbgGmq2rlX/FaT2fJQsjUSHsw==",
  7052. "dependencies": {
  7053. "@babel/runtime": "^7.18.3",
  7054. "aria-query": "^4.2.2",
  7055. "array-includes": "^3.1.5",
  7056. "ast-types-flow": "^0.0.7",
  7057. "axe-core": "^4.4.2",
  7058. "axobject-query": "^2.2.0",
  7059. "damerau-levenshtein": "^1.0.8",
  7060. "emoji-regex": "^9.2.2",
  7061. "has": "^1.0.3",
  7062. "jsx-ast-utils": "^3.3.1",
  7063. "language-tags": "^1.0.5",
  7064. "minimatch": "^3.1.2",
  7065. "semver": "^6.3.0"
  7066. },
  7067. "engines": {
  7068. "node": ">=4.0"
  7069. },
  7070. "peerDependencies": {
  7071. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  7072. }
  7073. },
  7074. "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": {
  7075. "version": "6.3.0",
  7076. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  7077. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  7078. "bin": {
  7079. "semver": "bin/semver.js"
  7080. }
  7081. },
  7082. "node_modules/eslint-plugin-react": {
  7083. "version": "7.30.1",
  7084. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.30.1.tgz",
  7085. "integrity": "sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==",
  7086. "dependencies": {
  7087. "array-includes": "^3.1.5",
  7088. "array.prototype.flatmap": "^1.3.0",
  7089. "doctrine": "^2.1.0",
  7090. "estraverse": "^5.3.0",
  7091. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  7092. "minimatch": "^3.1.2",
  7093. "object.entries": "^1.1.5",
  7094. "object.fromentries": "^2.0.5",
  7095. "object.hasown": "^1.1.1",
  7096. "object.values": "^1.1.5",
  7097. "prop-types": "^15.8.1",
  7098. "resolve": "^2.0.0-next.3",
  7099. "semver": "^6.3.0",
  7100. "string.prototype.matchall": "^4.0.7"
  7101. },
  7102. "engines": {
  7103. "node": ">=4"
  7104. },
  7105. "peerDependencies": {
  7106. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  7107. }
  7108. },
  7109. "node_modules/eslint-plugin-react-hooks": {
  7110. "version": "4.6.0",
  7111. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
  7112. "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
  7113. "engines": {
  7114. "node": ">=10"
  7115. },
  7116. "peerDependencies": {
  7117. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  7118. }
  7119. },
  7120. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  7121. "version": "2.1.0",
  7122. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  7123. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  7124. "dependencies": {
  7125. "esutils": "^2.0.2"
  7126. },
  7127. "engines": {
  7128. "node": ">=0.10.0"
  7129. }
  7130. },
  7131. "node_modules/eslint-plugin-react/node_modules/resolve": {
  7132. "version": "2.0.0-next.4",
  7133. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz",
  7134. "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==",
  7135. "dependencies": {
  7136. "is-core-module": "^2.9.0",
  7137. "path-parse": "^1.0.7",
  7138. "supports-preserve-symlinks-flag": "^1.0.0"
  7139. },
  7140. "bin": {
  7141. "resolve": "bin/resolve"
  7142. },
  7143. "funding": {
  7144. "url": "https://github.com/sponsors/ljharb"
  7145. }
  7146. },
  7147. "node_modules/eslint-plugin-react/node_modules/semver": {
  7148. "version": "6.3.0",
  7149. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  7150. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  7151. "bin": {
  7152. "semver": "bin/semver.js"
  7153. }
  7154. },
  7155. "node_modules/eslint-plugin-testing-library": {
  7156. "version": "5.5.1",
  7157. "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.5.1.tgz",
  7158. "integrity": "sha512-plLEkkbAKBjPxsLj7x4jNapcHAg2ernkQlKKrN2I8NrQwPISZHyCUNvg5Hv3EDqOQReToQb5bnqXYbkijJPE/g==",
  7159. "dependencies": {
  7160. "@typescript-eslint/utils": "^5.13.0"
  7161. },
  7162. "engines": {
  7163. "node": "^12.22.0 || ^14.17.0 || >=16.0.0",
  7164. "npm": ">=6"
  7165. },
  7166. "peerDependencies": {
  7167. "eslint": "^7.5.0 || ^8.0.0"
  7168. }
  7169. },
  7170. "node_modules/eslint-scope": {
  7171. "version": "7.1.1",
  7172. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
  7173. "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
  7174. "dependencies": {
  7175. "esrecurse": "^4.3.0",
  7176. "estraverse": "^5.2.0"
  7177. },
  7178. "engines": {
  7179. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7180. }
  7181. },
  7182. "node_modules/eslint-utils": {
  7183. "version": "3.0.0",
  7184. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
  7185. "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  7186. "dependencies": {
  7187. "eslint-visitor-keys": "^2.0.0"
  7188. },
  7189. "engines": {
  7190. "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
  7191. },
  7192. "funding": {
  7193. "url": "https://github.com/sponsors/mysticatea"
  7194. },
  7195. "peerDependencies": {
  7196. "eslint": ">=5"
  7197. }
  7198. },
  7199. "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
  7200. "version": "2.1.0",
  7201. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  7202. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  7203. "engines": {
  7204. "node": ">=10"
  7205. }
  7206. },
  7207. "node_modules/eslint-visitor-keys": {
  7208. "version": "3.3.0",
  7209. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
  7210. "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
  7211. "engines": {
  7212. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7213. }
  7214. },
  7215. "node_modules/eslint-webpack-plugin": {
  7216. "version": "3.2.0",
  7217. "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz",
  7218. "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==",
  7219. "dependencies": {
  7220. "@types/eslint": "^7.29.0 || ^8.4.1",
  7221. "jest-worker": "^28.0.2",
  7222. "micromatch": "^4.0.5",
  7223. "normalize-path": "^3.0.0",
  7224. "schema-utils": "^4.0.0"
  7225. },
  7226. "engines": {
  7227. "node": ">= 12.13.0"
  7228. },
  7229. "funding": {
  7230. "type": "opencollective",
  7231. "url": "https://opencollective.com/webpack"
  7232. },
  7233. "peerDependencies": {
  7234. "eslint": "^7.0.0 || ^8.0.0",
  7235. "webpack": "^5.0.0"
  7236. }
  7237. },
  7238. "node_modules/eslint-webpack-plugin/node_modules/ajv": {
  7239. "version": "8.11.0",
  7240. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  7241. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  7242. "dependencies": {
  7243. "fast-deep-equal": "^3.1.1",
  7244. "json-schema-traverse": "^1.0.0",
  7245. "require-from-string": "^2.0.2",
  7246. "uri-js": "^4.2.2"
  7247. },
  7248. "funding": {
  7249. "type": "github",
  7250. "url": "https://github.com/sponsors/epoberezkin"
  7251. }
  7252. },
  7253. "node_modules/eslint-webpack-plugin/node_modules/ajv-keywords": {
  7254. "version": "5.1.0",
  7255. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  7256. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  7257. "dependencies": {
  7258. "fast-deep-equal": "^3.1.3"
  7259. },
  7260. "peerDependencies": {
  7261. "ajv": "^8.8.2"
  7262. }
  7263. },
  7264. "node_modules/eslint-webpack-plugin/node_modules/has-flag": {
  7265. "version": "4.0.0",
  7266. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  7267. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  7268. "engines": {
  7269. "node": ">=8"
  7270. }
  7271. },
  7272. "node_modules/eslint-webpack-plugin/node_modules/jest-worker": {
  7273. "version": "28.1.3",
  7274. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz",
  7275. "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==",
  7276. "dependencies": {
  7277. "@types/node": "*",
  7278. "merge-stream": "^2.0.0",
  7279. "supports-color": "^8.0.0"
  7280. },
  7281. "engines": {
  7282. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  7283. }
  7284. },
  7285. "node_modules/eslint-webpack-plugin/node_modules/json-schema-traverse": {
  7286. "version": "1.0.0",
  7287. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  7288. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  7289. },
  7290. "node_modules/eslint-webpack-plugin/node_modules/schema-utils": {
  7291. "version": "4.0.0",
  7292. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  7293. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  7294. "dependencies": {
  7295. "@types/json-schema": "^7.0.9",
  7296. "ajv": "^8.8.0",
  7297. "ajv-formats": "^2.1.1",
  7298. "ajv-keywords": "^5.0.0"
  7299. },
  7300. "engines": {
  7301. "node": ">= 12.13.0"
  7302. },
  7303. "funding": {
  7304. "type": "opencollective",
  7305. "url": "https://opencollective.com/webpack"
  7306. }
  7307. },
  7308. "node_modules/eslint-webpack-plugin/node_modules/supports-color": {
  7309. "version": "8.1.1",
  7310. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  7311. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  7312. "dependencies": {
  7313. "has-flag": "^4.0.0"
  7314. },
  7315. "engines": {
  7316. "node": ">=10"
  7317. },
  7318. "funding": {
  7319. "url": "https://github.com/chalk/supports-color?sponsor=1"
  7320. }
  7321. },
  7322. "node_modules/eslint/node_modules/ansi-styles": {
  7323. "version": "4.3.0",
  7324. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  7325. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  7326. "dependencies": {
  7327. "color-convert": "^2.0.1"
  7328. },
  7329. "engines": {
  7330. "node": ">=8"
  7331. },
  7332. "funding": {
  7333. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7334. }
  7335. },
  7336. "node_modules/eslint/node_modules/argparse": {
  7337. "version": "2.0.1",
  7338. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  7339. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  7340. },
  7341. "node_modules/eslint/node_modules/chalk": {
  7342. "version": "4.1.2",
  7343. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  7344. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  7345. "dependencies": {
  7346. "ansi-styles": "^4.1.0",
  7347. "supports-color": "^7.1.0"
  7348. },
  7349. "engines": {
  7350. "node": ">=10"
  7351. },
  7352. "funding": {
  7353. "url": "https://github.com/chalk/chalk?sponsor=1"
  7354. }
  7355. },
  7356. "node_modules/eslint/node_modules/color-convert": {
  7357. "version": "2.0.1",
  7358. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  7359. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  7360. "dependencies": {
  7361. "color-name": "~1.1.4"
  7362. },
  7363. "engines": {
  7364. "node": ">=7.0.0"
  7365. }
  7366. },
  7367. "node_modules/eslint/node_modules/color-name": {
  7368. "version": "1.1.4",
  7369. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  7370. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  7371. },
  7372. "node_modules/eslint/node_modules/escape-string-regexp": {
  7373. "version": "4.0.0",
  7374. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  7375. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  7376. "engines": {
  7377. "node": ">=10"
  7378. },
  7379. "funding": {
  7380. "url": "https://github.com/sponsors/sindresorhus"
  7381. }
  7382. },
  7383. "node_modules/eslint/node_modules/globals": {
  7384. "version": "13.16.0",
  7385. "resolved": "https://registry.npmjs.org/globals/-/globals-13.16.0.tgz",
  7386. "integrity": "sha512-A1lrQfpNF+McdPOnnFqY3kSN0AFTy485bTi1bkLk4mVPODIUEcSfhHgRqA+QdXPksrSTTztYXx37NFV+GpGk3Q==",
  7387. "dependencies": {
  7388. "type-fest": "^0.20.2"
  7389. },
  7390. "engines": {
  7391. "node": ">=8"
  7392. },
  7393. "funding": {
  7394. "url": "https://github.com/sponsors/sindresorhus"
  7395. }
  7396. },
  7397. "node_modules/eslint/node_modules/has-flag": {
  7398. "version": "4.0.0",
  7399. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  7400. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  7401. "engines": {
  7402. "node": ">=8"
  7403. }
  7404. },
  7405. "node_modules/eslint/node_modules/js-yaml": {
  7406. "version": "4.1.0",
  7407. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  7408. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  7409. "dependencies": {
  7410. "argparse": "^2.0.1"
  7411. },
  7412. "bin": {
  7413. "js-yaml": "bin/js-yaml.js"
  7414. }
  7415. },
  7416. "node_modules/eslint/node_modules/supports-color": {
  7417. "version": "7.2.0",
  7418. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  7419. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  7420. "dependencies": {
  7421. "has-flag": "^4.0.0"
  7422. },
  7423. "engines": {
  7424. "node": ">=8"
  7425. }
  7426. },
  7427. "node_modules/eslint/node_modules/type-fest": {
  7428. "version": "0.20.2",
  7429. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  7430. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  7431. "engines": {
  7432. "node": ">=10"
  7433. },
  7434. "funding": {
  7435. "url": "https://github.com/sponsors/sindresorhus"
  7436. }
  7437. },
  7438. "node_modules/espree": {
  7439. "version": "9.3.2",
  7440. "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.2.tgz",
  7441. "integrity": "sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==",
  7442. "dependencies": {
  7443. "acorn": "^8.7.1",
  7444. "acorn-jsx": "^5.3.2",
  7445. "eslint-visitor-keys": "^3.3.0"
  7446. },
  7447. "engines": {
  7448. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7449. }
  7450. },
  7451. "node_modules/esprima": {
  7452. "version": "4.0.1",
  7453. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  7454. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
  7455. "bin": {
  7456. "esparse": "bin/esparse.js",
  7457. "esvalidate": "bin/esvalidate.js"
  7458. },
  7459. "engines": {
  7460. "node": ">=4"
  7461. }
  7462. },
  7463. "node_modules/esquery": {
  7464. "version": "1.4.0",
  7465. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz",
  7466. "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==",
  7467. "dependencies": {
  7468. "estraverse": "^5.1.0"
  7469. },
  7470. "engines": {
  7471. "node": ">=0.10"
  7472. }
  7473. },
  7474. "node_modules/esrecurse": {
  7475. "version": "4.3.0",
  7476. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  7477. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  7478. "dependencies": {
  7479. "estraverse": "^5.2.0"
  7480. },
  7481. "engines": {
  7482. "node": ">=4.0"
  7483. }
  7484. },
  7485. "node_modules/estraverse": {
  7486. "version": "5.3.0",
  7487. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  7488. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  7489. "engines": {
  7490. "node": ">=4.0"
  7491. }
  7492. },
  7493. "node_modules/estree-walker": {
  7494. "version": "1.0.1",
  7495. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
  7496. "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
  7497. },
  7498. "node_modules/esutils": {
  7499. "version": "2.0.3",
  7500. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  7501. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  7502. "engines": {
  7503. "node": ">=0.10.0"
  7504. }
  7505. },
  7506. "node_modules/etag": {
  7507. "version": "1.8.1",
  7508. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  7509. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  7510. "engines": {
  7511. "node": ">= 0.6"
  7512. }
  7513. },
  7514. "node_modules/eventemitter3": {
  7515. "version": "4.0.7",
  7516. "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
  7517. "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
  7518. },
  7519. "node_modules/events": {
  7520. "version": "3.3.0",
  7521. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  7522. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  7523. "engines": {
  7524. "node": ">=0.8.x"
  7525. }
  7526. },
  7527. "node_modules/execa": {
  7528. "version": "5.1.1",
  7529. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  7530. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  7531. "dependencies": {
  7532. "cross-spawn": "^7.0.3",
  7533. "get-stream": "^6.0.0",
  7534. "human-signals": "^2.1.0",
  7535. "is-stream": "^2.0.0",
  7536. "merge-stream": "^2.0.0",
  7537. "npm-run-path": "^4.0.1",
  7538. "onetime": "^5.1.2",
  7539. "signal-exit": "^3.0.3",
  7540. "strip-final-newline": "^2.0.0"
  7541. },
  7542. "engines": {
  7543. "node": ">=10"
  7544. },
  7545. "funding": {
  7546. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  7547. }
  7548. },
  7549. "node_modules/exit": {
  7550. "version": "0.1.2",
  7551. "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
  7552. "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
  7553. "engines": {
  7554. "node": ">= 0.8.0"
  7555. }
  7556. },
  7557. "node_modules/expect": {
  7558. "version": "27.5.1",
  7559. "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
  7560. "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==",
  7561. "dependencies": {
  7562. "@jest/types": "^27.5.1",
  7563. "jest-get-type": "^27.5.1",
  7564. "jest-matcher-utils": "^27.5.1",
  7565. "jest-message-util": "^27.5.1"
  7566. },
  7567. "engines": {
  7568. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  7569. }
  7570. },
  7571. "node_modules/express": {
  7572. "version": "4.18.1",
  7573. "resolved": "https://registry.npmjs.org/express/-/express-4.18.1.tgz",
  7574. "integrity": "sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==",
  7575. "dependencies": {
  7576. "accepts": "~1.3.8",
  7577. "array-flatten": "1.1.1",
  7578. "body-parser": "1.20.0",
  7579. "content-disposition": "0.5.4",
  7580. "content-type": "~1.0.4",
  7581. "cookie": "0.5.0",
  7582. "cookie-signature": "1.0.6",
  7583. "debug": "2.6.9",
  7584. "depd": "2.0.0",
  7585. "encodeurl": "~1.0.2",
  7586. "escape-html": "~1.0.3",
  7587. "etag": "~1.8.1",
  7588. "finalhandler": "1.2.0",
  7589. "fresh": "0.5.2",
  7590. "http-errors": "2.0.0",
  7591. "merge-descriptors": "1.0.1",
  7592. "methods": "~1.1.2",
  7593. "on-finished": "2.4.1",
  7594. "parseurl": "~1.3.3",
  7595. "path-to-regexp": "0.1.7",
  7596. "proxy-addr": "~2.0.7",
  7597. "qs": "6.10.3",
  7598. "range-parser": "~1.2.1",
  7599. "safe-buffer": "5.2.1",
  7600. "send": "0.18.0",
  7601. "serve-static": "1.15.0",
  7602. "setprototypeof": "1.2.0",
  7603. "statuses": "2.0.1",
  7604. "type-is": "~1.6.18",
  7605. "utils-merge": "1.0.1",
  7606. "vary": "~1.1.2"
  7607. },
  7608. "engines": {
  7609. "node": ">= 0.10.0"
  7610. }
  7611. },
  7612. "node_modules/express/node_modules/array-flatten": {
  7613. "version": "1.1.1",
  7614. "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
  7615. "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg=="
  7616. },
  7617. "node_modules/express/node_modules/debug": {
  7618. "version": "2.6.9",
  7619. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  7620. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  7621. "dependencies": {
  7622. "ms": "2.0.0"
  7623. }
  7624. },
  7625. "node_modules/express/node_modules/ms": {
  7626. "version": "2.0.0",
  7627. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  7628. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  7629. },
  7630. "node_modules/express/node_modules/safe-buffer": {
  7631. "version": "5.2.1",
  7632. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  7633. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  7634. "funding": [
  7635. {
  7636. "type": "github",
  7637. "url": "https://github.com/sponsors/feross"
  7638. },
  7639. {
  7640. "type": "patreon",
  7641. "url": "https://www.patreon.com/feross"
  7642. },
  7643. {
  7644. "type": "consulting",
  7645. "url": "https://feross.org/support"
  7646. }
  7647. ]
  7648. },
  7649. "node_modules/fast-deep-equal": {
  7650. "version": "3.1.3",
  7651. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  7652. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  7653. },
  7654. "node_modules/fast-glob": {
  7655. "version": "3.2.11",
  7656. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz",
  7657. "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==",
  7658. "dependencies": {
  7659. "@nodelib/fs.stat": "^2.0.2",
  7660. "@nodelib/fs.walk": "^1.2.3",
  7661. "glob-parent": "^5.1.2",
  7662. "merge2": "^1.3.0",
  7663. "micromatch": "^4.0.4"
  7664. },
  7665. "engines": {
  7666. "node": ">=8.6.0"
  7667. }
  7668. },
  7669. "node_modules/fast-glob/node_modules/glob-parent": {
  7670. "version": "5.1.2",
  7671. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  7672. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  7673. "dependencies": {
  7674. "is-glob": "^4.0.1"
  7675. },
  7676. "engines": {
  7677. "node": ">= 6"
  7678. }
  7679. },
  7680. "node_modules/fast-json-stable-stringify": {
  7681. "version": "2.1.0",
  7682. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  7683. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
  7684. },
  7685. "node_modules/fast-levenshtein": {
  7686. "version": "2.0.6",
  7687. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  7688. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="
  7689. },
  7690. "node_modules/fastq": {
  7691. "version": "1.13.0",
  7692. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
  7693. "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==",
  7694. "dependencies": {
  7695. "reusify": "^1.0.4"
  7696. }
  7697. },
  7698. "node_modules/faye-websocket": {
  7699. "version": "0.11.4",
  7700. "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
  7701. "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
  7702. "dependencies": {
  7703. "websocket-driver": ">=0.5.1"
  7704. },
  7705. "engines": {
  7706. "node": ">=0.8.0"
  7707. }
  7708. },
  7709. "node_modules/fb-watchman": {
  7710. "version": "2.0.1",
  7711. "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
  7712. "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==",
  7713. "dependencies": {
  7714. "bser": "2.1.1"
  7715. }
  7716. },
  7717. "node_modules/file-entry-cache": {
  7718. "version": "6.0.1",
  7719. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  7720. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  7721. "dependencies": {
  7722. "flat-cache": "^3.0.4"
  7723. },
  7724. "engines": {
  7725. "node": "^10.12.0 || >=12.0.0"
  7726. }
  7727. },
  7728. "node_modules/file-loader": {
  7729. "version": "6.2.0",
  7730. "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
  7731. "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
  7732. "dependencies": {
  7733. "loader-utils": "^2.0.0",
  7734. "schema-utils": "^3.0.0"
  7735. },
  7736. "engines": {
  7737. "node": ">= 10.13.0"
  7738. },
  7739. "funding": {
  7740. "type": "opencollective",
  7741. "url": "https://opencollective.com/webpack"
  7742. },
  7743. "peerDependencies": {
  7744. "webpack": "^4.0.0 || ^5.0.0"
  7745. }
  7746. },
  7747. "node_modules/filelist": {
  7748. "version": "1.0.4",
  7749. "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
  7750. "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
  7751. "dependencies": {
  7752. "minimatch": "^5.0.1"
  7753. }
  7754. },
  7755. "node_modules/filelist/node_modules/brace-expansion": {
  7756. "version": "2.0.1",
  7757. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  7758. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  7759. "dependencies": {
  7760. "balanced-match": "^1.0.0"
  7761. }
  7762. },
  7763. "node_modules/filelist/node_modules/minimatch": {
  7764. "version": "5.1.0",
  7765. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
  7766. "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
  7767. "dependencies": {
  7768. "brace-expansion": "^2.0.1"
  7769. },
  7770. "engines": {
  7771. "node": ">=10"
  7772. }
  7773. },
  7774. "node_modules/filesize": {
  7775. "version": "8.0.7",
  7776. "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz",
  7777. "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==",
  7778. "engines": {
  7779. "node": ">= 0.4.0"
  7780. }
  7781. },
  7782. "node_modules/fill-range": {
  7783. "version": "7.0.1",
  7784. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  7785. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  7786. "dependencies": {
  7787. "to-regex-range": "^5.0.1"
  7788. },
  7789. "engines": {
  7790. "node": ">=8"
  7791. }
  7792. },
  7793. "node_modules/finalhandler": {
  7794. "version": "1.2.0",
  7795. "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
  7796. "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
  7797. "dependencies": {
  7798. "debug": "2.6.9",
  7799. "encodeurl": "~1.0.2",
  7800. "escape-html": "~1.0.3",
  7801. "on-finished": "2.4.1",
  7802. "parseurl": "~1.3.3",
  7803. "statuses": "2.0.1",
  7804. "unpipe": "~1.0.0"
  7805. },
  7806. "engines": {
  7807. "node": ">= 0.8"
  7808. }
  7809. },
  7810. "node_modules/finalhandler/node_modules/debug": {
  7811. "version": "2.6.9",
  7812. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  7813. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  7814. "dependencies": {
  7815. "ms": "2.0.0"
  7816. }
  7817. },
  7818. "node_modules/finalhandler/node_modules/ms": {
  7819. "version": "2.0.0",
  7820. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  7821. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  7822. },
  7823. "node_modules/find-cache-dir": {
  7824. "version": "3.3.2",
  7825. "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
  7826. "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
  7827. "dependencies": {
  7828. "commondir": "^1.0.1",
  7829. "make-dir": "^3.0.2",
  7830. "pkg-dir": "^4.1.0"
  7831. },
  7832. "engines": {
  7833. "node": ">=8"
  7834. },
  7835. "funding": {
  7836. "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
  7837. }
  7838. },
  7839. "node_modules/find-up": {
  7840. "version": "5.0.0",
  7841. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  7842. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  7843. "dependencies": {
  7844. "locate-path": "^6.0.0",
  7845. "path-exists": "^4.0.0"
  7846. },
  7847. "engines": {
  7848. "node": ">=10"
  7849. },
  7850. "funding": {
  7851. "url": "https://github.com/sponsors/sindresorhus"
  7852. }
  7853. },
  7854. "node_modules/flat-cache": {
  7855. "version": "3.0.4",
  7856. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
  7857. "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
  7858. "dependencies": {
  7859. "flatted": "^3.1.0",
  7860. "rimraf": "^3.0.2"
  7861. },
  7862. "engines": {
  7863. "node": "^10.12.0 || >=12.0.0"
  7864. }
  7865. },
  7866. "node_modules/flatted": {
  7867. "version": "3.2.6",
  7868. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.6.tgz",
  7869. "integrity": "sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ=="
  7870. },
  7871. "node_modules/follow-redirects": {
  7872. "version": "1.15.1",
  7873. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz",
  7874. "integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==",
  7875. "funding": [
  7876. {
  7877. "type": "individual",
  7878. "url": "https://github.com/sponsors/RubenVerborgh"
  7879. }
  7880. ],
  7881. "engines": {
  7882. "node": ">=4.0"
  7883. },
  7884. "peerDependenciesMeta": {
  7885. "debug": {
  7886. "optional": true
  7887. }
  7888. }
  7889. },
  7890. "node_modules/fork-ts-checker-webpack-plugin": {
  7891. "version": "6.5.2",
  7892. "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.2.tgz",
  7893. "integrity": "sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==",
  7894. "dependencies": {
  7895. "@babel/code-frame": "^7.8.3",
  7896. "@types/json-schema": "^7.0.5",
  7897. "chalk": "^4.1.0",
  7898. "chokidar": "^3.4.2",
  7899. "cosmiconfig": "^6.0.0",
  7900. "deepmerge": "^4.2.2",
  7901. "fs-extra": "^9.0.0",
  7902. "glob": "^7.1.6",
  7903. "memfs": "^3.1.2",
  7904. "minimatch": "^3.0.4",
  7905. "schema-utils": "2.7.0",
  7906. "semver": "^7.3.2",
  7907. "tapable": "^1.0.0"
  7908. },
  7909. "engines": {
  7910. "node": ">=10",
  7911. "yarn": ">=1.0.0"
  7912. },
  7913. "peerDependencies": {
  7914. "eslint": ">= 6",
  7915. "typescript": ">= 2.7",
  7916. "vue-template-compiler": "*",
  7917. "webpack": ">= 4"
  7918. },
  7919. "peerDependenciesMeta": {
  7920. "eslint": {
  7921. "optional": true
  7922. },
  7923. "vue-template-compiler": {
  7924. "optional": true
  7925. }
  7926. }
  7927. },
  7928. "node_modules/fork-ts-checker-webpack-plugin/node_modules/ansi-styles": {
  7929. "version": "4.3.0",
  7930. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  7931. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  7932. "dependencies": {
  7933. "color-convert": "^2.0.1"
  7934. },
  7935. "engines": {
  7936. "node": ">=8"
  7937. },
  7938. "funding": {
  7939. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7940. }
  7941. },
  7942. "node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": {
  7943. "version": "4.1.2",
  7944. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  7945. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  7946. "dependencies": {
  7947. "ansi-styles": "^4.1.0",
  7948. "supports-color": "^7.1.0"
  7949. },
  7950. "engines": {
  7951. "node": ">=10"
  7952. },
  7953. "funding": {
  7954. "url": "https://github.com/chalk/chalk?sponsor=1"
  7955. }
  7956. },
  7957. "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-convert": {
  7958. "version": "2.0.1",
  7959. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  7960. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  7961. "dependencies": {
  7962. "color-name": "~1.1.4"
  7963. },
  7964. "engines": {
  7965. "node": ">=7.0.0"
  7966. }
  7967. },
  7968. "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-name": {
  7969. "version": "1.1.4",
  7970. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  7971. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  7972. },
  7973. "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": {
  7974. "version": "6.0.0",
  7975. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
  7976. "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
  7977. "dependencies": {
  7978. "@types/parse-json": "^4.0.0",
  7979. "import-fresh": "^3.1.0",
  7980. "parse-json": "^5.0.0",
  7981. "path-type": "^4.0.0",
  7982. "yaml": "^1.7.2"
  7983. },
  7984. "engines": {
  7985. "node": ">=8"
  7986. }
  7987. },
  7988. "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": {
  7989. "version": "9.1.0",
  7990. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  7991. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  7992. "dependencies": {
  7993. "at-least-node": "^1.0.0",
  7994. "graceful-fs": "^4.2.0",
  7995. "jsonfile": "^6.0.1",
  7996. "universalify": "^2.0.0"
  7997. },
  7998. "engines": {
  7999. "node": ">=10"
  8000. }
  8001. },
  8002. "node_modules/fork-ts-checker-webpack-plugin/node_modules/has-flag": {
  8003. "version": "4.0.0",
  8004. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8005. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  8006. "engines": {
  8007. "node": ">=8"
  8008. }
  8009. },
  8010. "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": {
  8011. "version": "2.7.0",
  8012. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz",
  8013. "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==",
  8014. "dependencies": {
  8015. "@types/json-schema": "^7.0.4",
  8016. "ajv": "^6.12.2",
  8017. "ajv-keywords": "^3.4.1"
  8018. },
  8019. "engines": {
  8020. "node": ">= 8.9.0"
  8021. },
  8022. "funding": {
  8023. "type": "opencollective",
  8024. "url": "https://opencollective.com/webpack"
  8025. }
  8026. },
  8027. "node_modules/fork-ts-checker-webpack-plugin/node_modules/supports-color": {
  8028. "version": "7.2.0",
  8029. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8030. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8031. "dependencies": {
  8032. "has-flag": "^4.0.0"
  8033. },
  8034. "engines": {
  8035. "node": ">=8"
  8036. }
  8037. },
  8038. "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": {
  8039. "version": "1.1.3",
  8040. "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
  8041. "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==",
  8042. "engines": {
  8043. "node": ">=6"
  8044. }
  8045. },
  8046. "node_modules/form-data": {
  8047. "version": "3.0.1",
  8048. "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
  8049. "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
  8050. "dependencies": {
  8051. "asynckit": "^0.4.0",
  8052. "combined-stream": "^1.0.8",
  8053. "mime-types": "^2.1.12"
  8054. },
  8055. "engines": {
  8056. "node": ">= 6"
  8057. }
  8058. },
  8059. "node_modules/forwarded": {
  8060. "version": "0.2.0",
  8061. "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
  8062. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
  8063. "engines": {
  8064. "node": ">= 0.6"
  8065. }
  8066. },
  8067. "node_modules/fraction.js": {
  8068. "version": "4.2.0",
  8069. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
  8070. "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==",
  8071. "engines": {
  8072. "node": "*"
  8073. },
  8074. "funding": {
  8075. "type": "patreon",
  8076. "url": "https://www.patreon.com/infusion"
  8077. }
  8078. },
  8079. "node_modules/fresh": {
  8080. "version": "0.5.2",
  8081. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  8082. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  8083. "engines": {
  8084. "node": ">= 0.6"
  8085. }
  8086. },
  8087. "node_modules/fs-extra": {
  8088. "version": "10.1.0",
  8089. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
  8090. "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
  8091. "dependencies": {
  8092. "graceful-fs": "^4.2.0",
  8093. "jsonfile": "^6.0.1",
  8094. "universalify": "^2.0.0"
  8095. },
  8096. "engines": {
  8097. "node": ">=12"
  8098. }
  8099. },
  8100. "node_modules/fs-monkey": {
  8101. "version": "1.0.3",
  8102. "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz",
  8103. "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q=="
  8104. },
  8105. "node_modules/fs.realpath": {
  8106. "version": "1.0.0",
  8107. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  8108. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  8109. },
  8110. "node_modules/fsevents": {
  8111. "version": "2.3.2",
  8112. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
  8113. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  8114. "hasInstallScript": true,
  8115. "optional": true,
  8116. "os": [
  8117. "darwin"
  8118. ],
  8119. "engines": {
  8120. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  8121. }
  8122. },
  8123. "node_modules/function-bind": {
  8124. "version": "1.1.1",
  8125. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  8126. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
  8127. },
  8128. "node_modules/function.prototype.name": {
  8129. "version": "1.1.5",
  8130. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
  8131. "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
  8132. "dependencies": {
  8133. "call-bind": "^1.0.2",
  8134. "define-properties": "^1.1.3",
  8135. "es-abstract": "^1.19.0",
  8136. "functions-have-names": "^1.2.2"
  8137. },
  8138. "engines": {
  8139. "node": ">= 0.4"
  8140. },
  8141. "funding": {
  8142. "url": "https://github.com/sponsors/ljharb"
  8143. }
  8144. },
  8145. "node_modules/functional-red-black-tree": {
  8146. "version": "1.0.1",
  8147. "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
  8148. "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g=="
  8149. },
  8150. "node_modules/functions-have-names": {
  8151. "version": "1.2.3",
  8152. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  8153. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  8154. "funding": {
  8155. "url": "https://github.com/sponsors/ljharb"
  8156. }
  8157. },
  8158. "node_modules/gensync": {
  8159. "version": "1.0.0-beta.2",
  8160. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  8161. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  8162. "engines": {
  8163. "node": ">=6.9.0"
  8164. }
  8165. },
  8166. "node_modules/get-caller-file": {
  8167. "version": "2.0.5",
  8168. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  8169. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  8170. "engines": {
  8171. "node": "6.* || 8.* || >= 10.*"
  8172. }
  8173. },
  8174. "node_modules/get-intrinsic": {
  8175. "version": "1.1.2",
  8176. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz",
  8177. "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==",
  8178. "dependencies": {
  8179. "function-bind": "^1.1.1",
  8180. "has": "^1.0.3",
  8181. "has-symbols": "^1.0.3"
  8182. },
  8183. "funding": {
  8184. "url": "https://github.com/sponsors/ljharb"
  8185. }
  8186. },
  8187. "node_modules/get-own-enumerable-property-symbols": {
  8188. "version": "3.0.2",
  8189. "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
  8190. "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
  8191. },
  8192. "node_modules/get-package-type": {
  8193. "version": "0.1.0",
  8194. "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
  8195. "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
  8196. "engines": {
  8197. "node": ">=8.0.0"
  8198. }
  8199. },
  8200. "node_modules/get-stream": {
  8201. "version": "6.0.1",
  8202. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  8203. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  8204. "engines": {
  8205. "node": ">=10"
  8206. },
  8207. "funding": {
  8208. "url": "https://github.com/sponsors/sindresorhus"
  8209. }
  8210. },
  8211. "node_modules/get-symbol-description": {
  8212. "version": "1.0.0",
  8213. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
  8214. "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
  8215. "dependencies": {
  8216. "call-bind": "^1.0.2",
  8217. "get-intrinsic": "^1.1.1"
  8218. },
  8219. "engines": {
  8220. "node": ">= 0.4"
  8221. },
  8222. "funding": {
  8223. "url": "https://github.com/sponsors/ljharb"
  8224. }
  8225. },
  8226. "node_modules/glob": {
  8227. "version": "7.2.3",
  8228. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  8229. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  8230. "dependencies": {
  8231. "fs.realpath": "^1.0.0",
  8232. "inflight": "^1.0.4",
  8233. "inherits": "2",
  8234. "minimatch": "^3.1.1",
  8235. "once": "^1.3.0",
  8236. "path-is-absolute": "^1.0.0"
  8237. },
  8238. "engines": {
  8239. "node": "*"
  8240. },
  8241. "funding": {
  8242. "url": "https://github.com/sponsors/isaacs"
  8243. }
  8244. },
  8245. "node_modules/glob-parent": {
  8246. "version": "6.0.2",
  8247. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  8248. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  8249. "dependencies": {
  8250. "is-glob": "^4.0.3"
  8251. },
  8252. "engines": {
  8253. "node": ">=10.13.0"
  8254. }
  8255. },
  8256. "node_modules/glob-to-regexp": {
  8257. "version": "0.4.1",
  8258. "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
  8259. "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
  8260. },
  8261. "node_modules/global-modules": {
  8262. "version": "2.0.0",
  8263. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  8264. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  8265. "dependencies": {
  8266. "global-prefix": "^3.0.0"
  8267. },
  8268. "engines": {
  8269. "node": ">=6"
  8270. }
  8271. },
  8272. "node_modules/global-prefix": {
  8273. "version": "3.0.0",
  8274. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  8275. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  8276. "dependencies": {
  8277. "ini": "^1.3.5",
  8278. "kind-of": "^6.0.2",
  8279. "which": "^1.3.1"
  8280. },
  8281. "engines": {
  8282. "node": ">=6"
  8283. }
  8284. },
  8285. "node_modules/global-prefix/node_modules/which": {
  8286. "version": "1.3.1",
  8287. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  8288. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  8289. "dependencies": {
  8290. "isexe": "^2.0.0"
  8291. },
  8292. "bin": {
  8293. "which": "bin/which"
  8294. }
  8295. },
  8296. "node_modules/globals": {
  8297. "version": "11.12.0",
  8298. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  8299. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  8300. "engines": {
  8301. "node": ">=4"
  8302. }
  8303. },
  8304. "node_modules/globby": {
  8305. "version": "11.1.0",
  8306. "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
  8307. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  8308. "dependencies": {
  8309. "array-union": "^2.1.0",
  8310. "dir-glob": "^3.0.1",
  8311. "fast-glob": "^3.2.9",
  8312. "ignore": "^5.2.0",
  8313. "merge2": "^1.4.1",
  8314. "slash": "^3.0.0"
  8315. },
  8316. "engines": {
  8317. "node": ">=10"
  8318. },
  8319. "funding": {
  8320. "url": "https://github.com/sponsors/sindresorhus"
  8321. }
  8322. },
  8323. "node_modules/graceful-fs": {
  8324. "version": "4.2.10",
  8325. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
  8326. "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
  8327. },
  8328. "node_modules/gzip-size": {
  8329. "version": "6.0.0",
  8330. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
  8331. "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
  8332. "dependencies": {
  8333. "duplexer": "^0.1.2"
  8334. },
  8335. "engines": {
  8336. "node": ">=10"
  8337. },
  8338. "funding": {
  8339. "url": "https://github.com/sponsors/sindresorhus"
  8340. }
  8341. },
  8342. "node_modules/handle-thing": {
  8343. "version": "2.0.1",
  8344. "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
  8345. "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg=="
  8346. },
  8347. "node_modules/harmony-reflect": {
  8348. "version": "1.6.2",
  8349. "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz",
  8350. "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g=="
  8351. },
  8352. "node_modules/has": {
  8353. "version": "1.0.3",
  8354. "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  8355. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  8356. "dependencies": {
  8357. "function-bind": "^1.1.1"
  8358. },
  8359. "engines": {
  8360. "node": ">= 0.4.0"
  8361. }
  8362. },
  8363. "node_modules/has-bigints": {
  8364. "version": "1.0.2",
  8365. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
  8366. "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
  8367. "funding": {
  8368. "url": "https://github.com/sponsors/ljharb"
  8369. }
  8370. },
  8371. "node_modules/has-flag": {
  8372. "version": "3.0.0",
  8373. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  8374. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  8375. "engines": {
  8376. "node": ">=4"
  8377. }
  8378. },
  8379. "node_modules/has-property-descriptors": {
  8380. "version": "1.0.0",
  8381. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
  8382. "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
  8383. "dependencies": {
  8384. "get-intrinsic": "^1.1.1"
  8385. },
  8386. "funding": {
  8387. "url": "https://github.com/sponsors/ljharb"
  8388. }
  8389. },
  8390. "node_modules/has-symbols": {
  8391. "version": "1.0.3",
  8392. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
  8393. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  8394. "engines": {
  8395. "node": ">= 0.4"
  8396. },
  8397. "funding": {
  8398. "url": "https://github.com/sponsors/ljharb"
  8399. }
  8400. },
  8401. "node_modules/has-tostringtag": {
  8402. "version": "1.0.0",
  8403. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
  8404. "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
  8405. "dependencies": {
  8406. "has-symbols": "^1.0.2"
  8407. },
  8408. "engines": {
  8409. "node": ">= 0.4"
  8410. },
  8411. "funding": {
  8412. "url": "https://github.com/sponsors/ljharb"
  8413. }
  8414. },
  8415. "node_modules/he": {
  8416. "version": "1.2.0",
  8417. "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
  8418. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  8419. "bin": {
  8420. "he": "bin/he"
  8421. }
  8422. },
  8423. "node_modules/hoopy": {
  8424. "version": "0.1.4",
  8425. "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
  8426. "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==",
  8427. "engines": {
  8428. "node": ">= 6.0.0"
  8429. }
  8430. },
  8431. "node_modules/hpack.js": {
  8432. "version": "2.1.6",
  8433. "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
  8434. "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
  8435. "dependencies": {
  8436. "inherits": "^2.0.1",
  8437. "obuf": "^1.0.0",
  8438. "readable-stream": "^2.0.1",
  8439. "wbuf": "^1.1.0"
  8440. }
  8441. },
  8442. "node_modules/hpack.js/node_modules/readable-stream": {
  8443. "version": "2.3.7",
  8444. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  8445. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  8446. "dependencies": {
  8447. "core-util-is": "~1.0.0",
  8448. "inherits": "~2.0.3",
  8449. "isarray": "~1.0.0",
  8450. "process-nextick-args": "~2.0.0",
  8451. "safe-buffer": "~5.1.1",
  8452. "string_decoder": "~1.1.1",
  8453. "util-deprecate": "~1.0.1"
  8454. }
  8455. },
  8456. "node_modules/hpack.js/node_modules/string_decoder": {
  8457. "version": "1.1.1",
  8458. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  8459. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  8460. "dependencies": {
  8461. "safe-buffer": "~5.1.0"
  8462. }
  8463. },
  8464. "node_modules/html-encoding-sniffer": {
  8465. "version": "2.0.1",
  8466. "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
  8467. "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
  8468. "dependencies": {
  8469. "whatwg-encoding": "^1.0.5"
  8470. },
  8471. "engines": {
  8472. "node": ">=10"
  8473. }
  8474. },
  8475. "node_modules/html-entities": {
  8476. "version": "2.3.3",
  8477. "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz",
  8478. "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA=="
  8479. },
  8480. "node_modules/html-escaper": {
  8481. "version": "2.0.2",
  8482. "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
  8483. "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
  8484. },
  8485. "node_modules/html-minifier-terser": {
  8486. "version": "6.1.0",
  8487. "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
  8488. "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
  8489. "dependencies": {
  8490. "camel-case": "^4.1.2",
  8491. "clean-css": "^5.2.2",
  8492. "commander": "^8.3.0",
  8493. "he": "^1.2.0",
  8494. "param-case": "^3.0.4",
  8495. "relateurl": "^0.2.7",
  8496. "terser": "^5.10.0"
  8497. },
  8498. "bin": {
  8499. "html-minifier-terser": "cli.js"
  8500. },
  8501. "engines": {
  8502. "node": ">=12"
  8503. }
  8504. },
  8505. "node_modules/html-webpack-plugin": {
  8506. "version": "5.5.0",
  8507. "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz",
  8508. "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==",
  8509. "dependencies": {
  8510. "@types/html-minifier-terser": "^6.0.0",
  8511. "html-minifier-terser": "^6.0.2",
  8512. "lodash": "^4.17.21",
  8513. "pretty-error": "^4.0.0",
  8514. "tapable": "^2.0.0"
  8515. },
  8516. "engines": {
  8517. "node": ">=10.13.0"
  8518. },
  8519. "funding": {
  8520. "type": "opencollective",
  8521. "url": "https://opencollective.com/html-webpack-plugin"
  8522. },
  8523. "peerDependencies": {
  8524. "webpack": "^5.20.0"
  8525. }
  8526. },
  8527. "node_modules/htmlparser2": {
  8528. "version": "6.1.0",
  8529. "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
  8530. "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
  8531. "funding": [
  8532. "https://github.com/fb55/htmlparser2?sponsor=1",
  8533. {
  8534. "type": "github",
  8535. "url": "https://github.com/sponsors/fb55"
  8536. }
  8537. ],
  8538. "dependencies": {
  8539. "domelementtype": "^2.0.1",
  8540. "domhandler": "^4.0.0",
  8541. "domutils": "^2.5.2",
  8542. "entities": "^2.0.0"
  8543. }
  8544. },
  8545. "node_modules/http-deceiver": {
  8546. "version": "1.2.7",
  8547. "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
  8548. "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw=="
  8549. },
  8550. "node_modules/http-errors": {
  8551. "version": "2.0.0",
  8552. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  8553. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  8554. "dependencies": {
  8555. "depd": "2.0.0",
  8556. "inherits": "2.0.4",
  8557. "setprototypeof": "1.2.0",
  8558. "statuses": "2.0.1",
  8559. "toidentifier": "1.0.1"
  8560. },
  8561. "engines": {
  8562. "node": ">= 0.8"
  8563. }
  8564. },
  8565. "node_modules/http-parser-js": {
  8566. "version": "0.5.8",
  8567. "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
  8568. "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q=="
  8569. },
  8570. "node_modules/http-proxy": {
  8571. "version": "1.18.1",
  8572. "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
  8573. "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
  8574. "dependencies": {
  8575. "eventemitter3": "^4.0.0",
  8576. "follow-redirects": "^1.0.0",
  8577. "requires-port": "^1.0.0"
  8578. },
  8579. "engines": {
  8580. "node": ">=8.0.0"
  8581. }
  8582. },
  8583. "node_modules/http-proxy-agent": {
  8584. "version": "4.0.1",
  8585. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
  8586. "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
  8587. "dependencies": {
  8588. "@tootallnate/once": "1",
  8589. "agent-base": "6",
  8590. "debug": "4"
  8591. },
  8592. "engines": {
  8593. "node": ">= 6"
  8594. }
  8595. },
  8596. "node_modules/http-proxy-middleware": {
  8597. "version": "2.0.6",
  8598. "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz",
  8599. "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==",
  8600. "dependencies": {
  8601. "@types/http-proxy": "^1.17.8",
  8602. "http-proxy": "^1.18.1",
  8603. "is-glob": "^4.0.1",
  8604. "is-plain-obj": "^3.0.0",
  8605. "micromatch": "^4.0.2"
  8606. },
  8607. "engines": {
  8608. "node": ">=12.0.0"
  8609. },
  8610. "peerDependencies": {
  8611. "@types/express": "^4.17.13"
  8612. },
  8613. "peerDependenciesMeta": {
  8614. "@types/express": {
  8615. "optional": true
  8616. }
  8617. }
  8618. },
  8619. "node_modules/https-proxy-agent": {
  8620. "version": "5.0.1",
  8621. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  8622. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  8623. "dependencies": {
  8624. "agent-base": "6",
  8625. "debug": "4"
  8626. },
  8627. "engines": {
  8628. "node": ">= 6"
  8629. }
  8630. },
  8631. "node_modules/human-signals": {
  8632. "version": "2.1.0",
  8633. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  8634. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  8635. "engines": {
  8636. "node": ">=10.17.0"
  8637. }
  8638. },
  8639. "node_modules/iconv-lite": {
  8640. "version": "0.6.3",
  8641. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  8642. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  8643. "dependencies": {
  8644. "safer-buffer": ">= 2.1.2 < 3.0.0"
  8645. },
  8646. "engines": {
  8647. "node": ">=0.10.0"
  8648. }
  8649. },
  8650. "node_modules/icss-utils": {
  8651. "version": "5.1.0",
  8652. "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
  8653. "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
  8654. "engines": {
  8655. "node": "^10 || ^12 || >= 14"
  8656. },
  8657. "peerDependencies": {
  8658. "postcss": "^8.1.0"
  8659. }
  8660. },
  8661. "node_modules/idb": {
  8662. "version": "6.1.5",
  8663. "resolved": "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz",
  8664. "integrity": "sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw=="
  8665. },
  8666. "node_modules/identity-obj-proxy": {
  8667. "version": "3.0.0",
  8668. "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz",
  8669. "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==",
  8670. "dependencies": {
  8671. "harmony-reflect": "^1.4.6"
  8672. },
  8673. "engines": {
  8674. "node": ">=4"
  8675. }
  8676. },
  8677. "node_modules/ignore": {
  8678. "version": "5.2.0",
  8679. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
  8680. "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
  8681. "engines": {
  8682. "node": ">= 4"
  8683. }
  8684. },
  8685. "node_modules/immer": {
  8686. "version": "9.0.15",
  8687. "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.15.tgz",
  8688. "integrity": "sha512-2eB/sswms9AEUSkOm4SbV5Y7Vmt/bKRwByd52jfLkW4OLYeaTP3EEiJ9agqU0O/tq6Dk62Zfj+TJSqfm1rLVGQ==",
  8689. "funding": {
  8690. "type": "opencollective",
  8691. "url": "https://opencollective.com/immer"
  8692. }
  8693. },
  8694. "node_modules/import-fresh": {
  8695. "version": "3.3.0",
  8696. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  8697. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  8698. "dependencies": {
  8699. "parent-module": "^1.0.0",
  8700. "resolve-from": "^4.0.0"
  8701. },
  8702. "engines": {
  8703. "node": ">=6"
  8704. },
  8705. "funding": {
  8706. "url": "https://github.com/sponsors/sindresorhus"
  8707. }
  8708. },
  8709. "node_modules/import-fresh/node_modules/resolve-from": {
  8710. "version": "4.0.0",
  8711. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  8712. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  8713. "engines": {
  8714. "node": ">=4"
  8715. }
  8716. },
  8717. "node_modules/import-local": {
  8718. "version": "3.1.0",
  8719. "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
  8720. "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
  8721. "dependencies": {
  8722. "pkg-dir": "^4.2.0",
  8723. "resolve-cwd": "^3.0.0"
  8724. },
  8725. "bin": {
  8726. "import-local-fixture": "fixtures/cli.js"
  8727. },
  8728. "engines": {
  8729. "node": ">=8"
  8730. },
  8731. "funding": {
  8732. "url": "https://github.com/sponsors/sindresorhus"
  8733. }
  8734. },
  8735. "node_modules/imurmurhash": {
  8736. "version": "0.1.4",
  8737. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  8738. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  8739. "engines": {
  8740. "node": ">=0.8.19"
  8741. }
  8742. },
  8743. "node_modules/indent-string": {
  8744. "version": "4.0.0",
  8745. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  8746. "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
  8747. "engines": {
  8748. "node": ">=8"
  8749. }
  8750. },
  8751. "node_modules/inflight": {
  8752. "version": "1.0.6",
  8753. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  8754. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  8755. "dependencies": {
  8756. "once": "^1.3.0",
  8757. "wrappy": "1"
  8758. }
  8759. },
  8760. "node_modules/inherits": {
  8761. "version": "2.0.4",
  8762. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  8763. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  8764. },
  8765. "node_modules/ini": {
  8766. "version": "1.3.8",
  8767. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  8768. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
  8769. },
  8770. "node_modules/internal-slot": {
  8771. "version": "1.0.3",
  8772. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
  8773. "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
  8774. "dependencies": {
  8775. "get-intrinsic": "^1.1.0",
  8776. "has": "^1.0.3",
  8777. "side-channel": "^1.0.4"
  8778. },
  8779. "engines": {
  8780. "node": ">= 0.4"
  8781. }
  8782. },
  8783. "node_modules/ipaddr.js": {
  8784. "version": "2.0.1",
  8785. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz",
  8786. "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==",
  8787. "engines": {
  8788. "node": ">= 10"
  8789. }
  8790. },
  8791. "node_modules/is-arrayish": {
  8792. "version": "0.2.1",
  8793. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  8794. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
  8795. },
  8796. "node_modules/is-bigint": {
  8797. "version": "1.0.4",
  8798. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  8799. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  8800. "dependencies": {
  8801. "has-bigints": "^1.0.1"
  8802. },
  8803. "funding": {
  8804. "url": "https://github.com/sponsors/ljharb"
  8805. }
  8806. },
  8807. "node_modules/is-binary-path": {
  8808. "version": "2.1.0",
  8809. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  8810. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  8811. "dependencies": {
  8812. "binary-extensions": "^2.0.0"
  8813. },
  8814. "engines": {
  8815. "node": ">=8"
  8816. }
  8817. },
  8818. "node_modules/is-boolean-object": {
  8819. "version": "1.1.2",
  8820. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  8821. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  8822. "dependencies": {
  8823. "call-bind": "^1.0.2",
  8824. "has-tostringtag": "^1.0.0"
  8825. },
  8826. "engines": {
  8827. "node": ">= 0.4"
  8828. },
  8829. "funding": {
  8830. "url": "https://github.com/sponsors/ljharb"
  8831. }
  8832. },
  8833. "node_modules/is-callable": {
  8834. "version": "1.2.4",
  8835. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz",
  8836. "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==",
  8837. "engines": {
  8838. "node": ">= 0.4"
  8839. },
  8840. "funding": {
  8841. "url": "https://github.com/sponsors/ljharb"
  8842. }
  8843. },
  8844. "node_modules/is-core-module": {
  8845. "version": "2.9.0",
  8846. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz",
  8847. "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
  8848. "dependencies": {
  8849. "has": "^1.0.3"
  8850. },
  8851. "funding": {
  8852. "url": "https://github.com/sponsors/ljharb"
  8853. }
  8854. },
  8855. "node_modules/is-date-object": {
  8856. "version": "1.0.5",
  8857. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
  8858. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  8859. "dependencies": {
  8860. "has-tostringtag": "^1.0.0"
  8861. },
  8862. "engines": {
  8863. "node": ">= 0.4"
  8864. },
  8865. "funding": {
  8866. "url": "https://github.com/sponsors/ljharb"
  8867. }
  8868. },
  8869. "node_modules/is-docker": {
  8870. "version": "2.2.1",
  8871. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  8872. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  8873. "bin": {
  8874. "is-docker": "cli.js"
  8875. },
  8876. "engines": {
  8877. "node": ">=8"
  8878. },
  8879. "funding": {
  8880. "url": "https://github.com/sponsors/sindresorhus"
  8881. }
  8882. },
  8883. "node_modules/is-extglob": {
  8884. "version": "2.1.1",
  8885. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  8886. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  8887. "engines": {
  8888. "node": ">=0.10.0"
  8889. }
  8890. },
  8891. "node_modules/is-fullwidth-code-point": {
  8892. "version": "3.0.0",
  8893. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  8894. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  8895. "engines": {
  8896. "node": ">=8"
  8897. }
  8898. },
  8899. "node_modules/is-generator-fn": {
  8900. "version": "2.1.0",
  8901. "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
  8902. "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
  8903. "engines": {
  8904. "node": ">=6"
  8905. }
  8906. },
  8907. "node_modules/is-glob": {
  8908. "version": "4.0.3",
  8909. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  8910. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  8911. "dependencies": {
  8912. "is-extglob": "^2.1.1"
  8913. },
  8914. "engines": {
  8915. "node": ">=0.10.0"
  8916. }
  8917. },
  8918. "node_modules/is-module": {
  8919. "version": "1.0.0",
  8920. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  8921. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
  8922. },
  8923. "node_modules/is-negative-zero": {
  8924. "version": "2.0.2",
  8925. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  8926. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  8927. "engines": {
  8928. "node": ">= 0.4"
  8929. },
  8930. "funding": {
  8931. "url": "https://github.com/sponsors/ljharb"
  8932. }
  8933. },
  8934. "node_modules/is-number": {
  8935. "version": "7.0.0",
  8936. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  8937. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  8938. "engines": {
  8939. "node": ">=0.12.0"
  8940. }
  8941. },
  8942. "node_modules/is-number-object": {
  8943. "version": "1.0.7",
  8944. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  8945. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  8946. "dependencies": {
  8947. "has-tostringtag": "^1.0.0"
  8948. },
  8949. "engines": {
  8950. "node": ">= 0.4"
  8951. },
  8952. "funding": {
  8953. "url": "https://github.com/sponsors/ljharb"
  8954. }
  8955. },
  8956. "node_modules/is-obj": {
  8957. "version": "1.0.1",
  8958. "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
  8959. "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==",
  8960. "engines": {
  8961. "node": ">=0.10.0"
  8962. }
  8963. },
  8964. "node_modules/is-plain-obj": {
  8965. "version": "3.0.0",
  8966. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
  8967. "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==",
  8968. "engines": {
  8969. "node": ">=10"
  8970. },
  8971. "funding": {
  8972. "url": "https://github.com/sponsors/sindresorhus"
  8973. }
  8974. },
  8975. "node_modules/is-potential-custom-element-name": {
  8976. "version": "1.0.1",
  8977. "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  8978. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
  8979. },
  8980. "node_modules/is-regex": {
  8981. "version": "1.1.4",
  8982. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
  8983. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  8984. "dependencies": {
  8985. "call-bind": "^1.0.2",
  8986. "has-tostringtag": "^1.0.0"
  8987. },
  8988. "engines": {
  8989. "node": ">= 0.4"
  8990. },
  8991. "funding": {
  8992. "url": "https://github.com/sponsors/ljharb"
  8993. }
  8994. },
  8995. "node_modules/is-regexp": {
  8996. "version": "1.0.0",
  8997. "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
  8998. "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==",
  8999. "engines": {
  9000. "node": ">=0.10.0"
  9001. }
  9002. },
  9003. "node_modules/is-root": {
  9004. "version": "2.1.0",
  9005. "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz",
  9006. "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==",
  9007. "engines": {
  9008. "node": ">=6"
  9009. }
  9010. },
  9011. "node_modules/is-shared-array-buffer": {
  9012. "version": "1.0.2",
  9013. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
  9014. "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
  9015. "dependencies": {
  9016. "call-bind": "^1.0.2"
  9017. },
  9018. "funding": {
  9019. "url": "https://github.com/sponsors/ljharb"
  9020. }
  9021. },
  9022. "node_modules/is-stream": {
  9023. "version": "2.0.1",
  9024. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  9025. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  9026. "engines": {
  9027. "node": ">=8"
  9028. },
  9029. "funding": {
  9030. "url": "https://github.com/sponsors/sindresorhus"
  9031. }
  9032. },
  9033. "node_modules/is-string": {
  9034. "version": "1.0.7",
  9035. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
  9036. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  9037. "dependencies": {
  9038. "has-tostringtag": "^1.0.0"
  9039. },
  9040. "engines": {
  9041. "node": ">= 0.4"
  9042. },
  9043. "funding": {
  9044. "url": "https://github.com/sponsors/ljharb"
  9045. }
  9046. },
  9047. "node_modules/is-symbol": {
  9048. "version": "1.0.4",
  9049. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  9050. "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  9051. "dependencies": {
  9052. "has-symbols": "^1.0.2"
  9053. },
  9054. "engines": {
  9055. "node": ">= 0.4"
  9056. },
  9057. "funding": {
  9058. "url": "https://github.com/sponsors/ljharb"
  9059. }
  9060. },
  9061. "node_modules/is-typedarray": {
  9062. "version": "1.0.0",
  9063. "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
  9064. "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
  9065. },
  9066. "node_modules/is-weakref": {
  9067. "version": "1.0.2",
  9068. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
  9069. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  9070. "dependencies": {
  9071. "call-bind": "^1.0.2"
  9072. },
  9073. "funding": {
  9074. "url": "https://github.com/sponsors/ljharb"
  9075. }
  9076. },
  9077. "node_modules/is-wsl": {
  9078. "version": "2.2.0",
  9079. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  9080. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  9081. "dependencies": {
  9082. "is-docker": "^2.0.0"
  9083. },
  9084. "engines": {
  9085. "node": ">=8"
  9086. }
  9087. },
  9088. "node_modules/isarray": {
  9089. "version": "1.0.0",
  9090. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  9091. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  9092. },
  9093. "node_modules/isexe": {
  9094. "version": "2.0.0",
  9095. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  9096. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  9097. },
  9098. "node_modules/istanbul-lib-coverage": {
  9099. "version": "3.2.0",
  9100. "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
  9101. "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
  9102. "engines": {
  9103. "node": ">=8"
  9104. }
  9105. },
  9106. "node_modules/istanbul-lib-instrument": {
  9107. "version": "5.2.0",
  9108. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.0.tgz",
  9109. "integrity": "sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==",
  9110. "dependencies": {
  9111. "@babel/core": "^7.12.3",
  9112. "@babel/parser": "^7.14.7",
  9113. "@istanbuljs/schema": "^0.1.2",
  9114. "istanbul-lib-coverage": "^3.2.0",
  9115. "semver": "^6.3.0"
  9116. },
  9117. "engines": {
  9118. "node": ">=8"
  9119. }
  9120. },
  9121. "node_modules/istanbul-lib-instrument/node_modules/semver": {
  9122. "version": "6.3.0",
  9123. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  9124. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  9125. "bin": {
  9126. "semver": "bin/semver.js"
  9127. }
  9128. },
  9129. "node_modules/istanbul-lib-report": {
  9130. "version": "3.0.0",
  9131. "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  9132. "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
  9133. "dependencies": {
  9134. "istanbul-lib-coverage": "^3.0.0",
  9135. "make-dir": "^3.0.0",
  9136. "supports-color": "^7.1.0"
  9137. },
  9138. "engines": {
  9139. "node": ">=8"
  9140. }
  9141. },
  9142. "node_modules/istanbul-lib-report/node_modules/has-flag": {
  9143. "version": "4.0.0",
  9144. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9145. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9146. "engines": {
  9147. "node": ">=8"
  9148. }
  9149. },
  9150. "node_modules/istanbul-lib-report/node_modules/supports-color": {
  9151. "version": "7.2.0",
  9152. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9153. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9154. "dependencies": {
  9155. "has-flag": "^4.0.0"
  9156. },
  9157. "engines": {
  9158. "node": ">=8"
  9159. }
  9160. },
  9161. "node_modules/istanbul-lib-source-maps": {
  9162. "version": "4.0.1",
  9163. "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
  9164. "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
  9165. "dependencies": {
  9166. "debug": "^4.1.1",
  9167. "istanbul-lib-coverage": "^3.0.0",
  9168. "source-map": "^0.6.1"
  9169. },
  9170. "engines": {
  9171. "node": ">=10"
  9172. }
  9173. },
  9174. "node_modules/istanbul-lib-source-maps/node_modules/source-map": {
  9175. "version": "0.6.1",
  9176. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  9177. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  9178. "engines": {
  9179. "node": ">=0.10.0"
  9180. }
  9181. },
  9182. "node_modules/istanbul-reports": {
  9183. "version": "3.1.5",
  9184. "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz",
  9185. "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==",
  9186. "dependencies": {
  9187. "html-escaper": "^2.0.0",
  9188. "istanbul-lib-report": "^3.0.0"
  9189. },
  9190. "engines": {
  9191. "node": ">=8"
  9192. }
  9193. },
  9194. "node_modules/jake": {
  9195. "version": "10.8.5",
  9196. "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz",
  9197. "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==",
  9198. "dependencies": {
  9199. "async": "^3.2.3",
  9200. "chalk": "^4.0.2",
  9201. "filelist": "^1.0.1",
  9202. "minimatch": "^3.0.4"
  9203. },
  9204. "bin": {
  9205. "jake": "bin/cli.js"
  9206. },
  9207. "engines": {
  9208. "node": ">=10"
  9209. }
  9210. },
  9211. "node_modules/jake/node_modules/ansi-styles": {
  9212. "version": "4.3.0",
  9213. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9214. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9215. "dependencies": {
  9216. "color-convert": "^2.0.1"
  9217. },
  9218. "engines": {
  9219. "node": ">=8"
  9220. },
  9221. "funding": {
  9222. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9223. }
  9224. },
  9225. "node_modules/jake/node_modules/chalk": {
  9226. "version": "4.1.2",
  9227. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9228. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9229. "dependencies": {
  9230. "ansi-styles": "^4.1.0",
  9231. "supports-color": "^7.1.0"
  9232. },
  9233. "engines": {
  9234. "node": ">=10"
  9235. },
  9236. "funding": {
  9237. "url": "https://github.com/chalk/chalk?sponsor=1"
  9238. }
  9239. },
  9240. "node_modules/jake/node_modules/color-convert": {
  9241. "version": "2.0.1",
  9242. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9243. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9244. "dependencies": {
  9245. "color-name": "~1.1.4"
  9246. },
  9247. "engines": {
  9248. "node": ">=7.0.0"
  9249. }
  9250. },
  9251. "node_modules/jake/node_modules/color-name": {
  9252. "version": "1.1.4",
  9253. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9254. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9255. },
  9256. "node_modules/jake/node_modules/has-flag": {
  9257. "version": "4.0.0",
  9258. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9259. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9260. "engines": {
  9261. "node": ">=8"
  9262. }
  9263. },
  9264. "node_modules/jake/node_modules/supports-color": {
  9265. "version": "7.2.0",
  9266. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9267. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9268. "dependencies": {
  9269. "has-flag": "^4.0.0"
  9270. },
  9271. "engines": {
  9272. "node": ">=8"
  9273. }
  9274. },
  9275. "node_modules/jest": {
  9276. "version": "27.5.1",
  9277. "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
  9278. "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
  9279. "dependencies": {
  9280. "@jest/core": "^27.5.1",
  9281. "import-local": "^3.0.2",
  9282. "jest-cli": "^27.5.1"
  9283. },
  9284. "bin": {
  9285. "jest": "bin/jest.js"
  9286. },
  9287. "engines": {
  9288. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9289. },
  9290. "peerDependencies": {
  9291. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  9292. },
  9293. "peerDependenciesMeta": {
  9294. "node-notifier": {
  9295. "optional": true
  9296. }
  9297. }
  9298. },
  9299. "node_modules/jest-changed-files": {
  9300. "version": "27.5.1",
  9301. "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz",
  9302. "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
  9303. "dependencies": {
  9304. "@jest/types": "^27.5.1",
  9305. "execa": "^5.0.0",
  9306. "throat": "^6.0.1"
  9307. },
  9308. "engines": {
  9309. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9310. }
  9311. },
  9312. "node_modules/jest-circus": {
  9313. "version": "27.5.1",
  9314. "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
  9315. "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
  9316. "dependencies": {
  9317. "@jest/environment": "^27.5.1",
  9318. "@jest/test-result": "^27.5.1",
  9319. "@jest/types": "^27.5.1",
  9320. "@types/node": "*",
  9321. "chalk": "^4.0.0",
  9322. "co": "^4.6.0",
  9323. "dedent": "^0.7.0",
  9324. "expect": "^27.5.1",
  9325. "is-generator-fn": "^2.0.0",
  9326. "jest-each": "^27.5.1",
  9327. "jest-matcher-utils": "^27.5.1",
  9328. "jest-message-util": "^27.5.1",
  9329. "jest-runtime": "^27.5.1",
  9330. "jest-snapshot": "^27.5.1",
  9331. "jest-util": "^27.5.1",
  9332. "pretty-format": "^27.5.1",
  9333. "slash": "^3.0.0",
  9334. "stack-utils": "^2.0.3",
  9335. "throat": "^6.0.1"
  9336. },
  9337. "engines": {
  9338. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9339. }
  9340. },
  9341. "node_modules/jest-circus/node_modules/ansi-styles": {
  9342. "version": "4.3.0",
  9343. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9344. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9345. "dependencies": {
  9346. "color-convert": "^2.0.1"
  9347. },
  9348. "engines": {
  9349. "node": ">=8"
  9350. },
  9351. "funding": {
  9352. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9353. }
  9354. },
  9355. "node_modules/jest-circus/node_modules/chalk": {
  9356. "version": "4.1.2",
  9357. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9358. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9359. "dependencies": {
  9360. "ansi-styles": "^4.1.0",
  9361. "supports-color": "^7.1.0"
  9362. },
  9363. "engines": {
  9364. "node": ">=10"
  9365. },
  9366. "funding": {
  9367. "url": "https://github.com/chalk/chalk?sponsor=1"
  9368. }
  9369. },
  9370. "node_modules/jest-circus/node_modules/color-convert": {
  9371. "version": "2.0.1",
  9372. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9373. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9374. "dependencies": {
  9375. "color-name": "~1.1.4"
  9376. },
  9377. "engines": {
  9378. "node": ">=7.0.0"
  9379. }
  9380. },
  9381. "node_modules/jest-circus/node_modules/color-name": {
  9382. "version": "1.1.4",
  9383. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9384. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9385. },
  9386. "node_modules/jest-circus/node_modules/has-flag": {
  9387. "version": "4.0.0",
  9388. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9389. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9390. "engines": {
  9391. "node": ">=8"
  9392. }
  9393. },
  9394. "node_modules/jest-circus/node_modules/supports-color": {
  9395. "version": "7.2.0",
  9396. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9397. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9398. "dependencies": {
  9399. "has-flag": "^4.0.0"
  9400. },
  9401. "engines": {
  9402. "node": ">=8"
  9403. }
  9404. },
  9405. "node_modules/jest-cli": {
  9406. "version": "27.5.1",
  9407. "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz",
  9408. "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==",
  9409. "dependencies": {
  9410. "@jest/core": "^27.5.1",
  9411. "@jest/test-result": "^27.5.1",
  9412. "@jest/types": "^27.5.1",
  9413. "chalk": "^4.0.0",
  9414. "exit": "^0.1.2",
  9415. "graceful-fs": "^4.2.9",
  9416. "import-local": "^3.0.2",
  9417. "jest-config": "^27.5.1",
  9418. "jest-util": "^27.5.1",
  9419. "jest-validate": "^27.5.1",
  9420. "prompts": "^2.0.1",
  9421. "yargs": "^16.2.0"
  9422. },
  9423. "bin": {
  9424. "jest": "bin/jest.js"
  9425. },
  9426. "engines": {
  9427. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9428. },
  9429. "peerDependencies": {
  9430. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  9431. },
  9432. "peerDependenciesMeta": {
  9433. "node-notifier": {
  9434. "optional": true
  9435. }
  9436. }
  9437. },
  9438. "node_modules/jest-cli/node_modules/ansi-styles": {
  9439. "version": "4.3.0",
  9440. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9441. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9442. "dependencies": {
  9443. "color-convert": "^2.0.1"
  9444. },
  9445. "engines": {
  9446. "node": ">=8"
  9447. },
  9448. "funding": {
  9449. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9450. }
  9451. },
  9452. "node_modules/jest-cli/node_modules/chalk": {
  9453. "version": "4.1.2",
  9454. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9455. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9456. "dependencies": {
  9457. "ansi-styles": "^4.1.0",
  9458. "supports-color": "^7.1.0"
  9459. },
  9460. "engines": {
  9461. "node": ">=10"
  9462. },
  9463. "funding": {
  9464. "url": "https://github.com/chalk/chalk?sponsor=1"
  9465. }
  9466. },
  9467. "node_modules/jest-cli/node_modules/color-convert": {
  9468. "version": "2.0.1",
  9469. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9470. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9471. "dependencies": {
  9472. "color-name": "~1.1.4"
  9473. },
  9474. "engines": {
  9475. "node": ">=7.0.0"
  9476. }
  9477. },
  9478. "node_modules/jest-cli/node_modules/color-name": {
  9479. "version": "1.1.4",
  9480. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9481. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9482. },
  9483. "node_modules/jest-cli/node_modules/has-flag": {
  9484. "version": "4.0.0",
  9485. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9486. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9487. "engines": {
  9488. "node": ">=8"
  9489. }
  9490. },
  9491. "node_modules/jest-cli/node_modules/supports-color": {
  9492. "version": "7.2.0",
  9493. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9494. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9495. "dependencies": {
  9496. "has-flag": "^4.0.0"
  9497. },
  9498. "engines": {
  9499. "node": ">=8"
  9500. }
  9501. },
  9502. "node_modules/jest-config": {
  9503. "version": "27.5.1",
  9504. "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
  9505. "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
  9506. "dependencies": {
  9507. "@babel/core": "^7.8.0",
  9508. "@jest/test-sequencer": "^27.5.1",
  9509. "@jest/types": "^27.5.1",
  9510. "babel-jest": "^27.5.1",
  9511. "chalk": "^4.0.0",
  9512. "ci-info": "^3.2.0",
  9513. "deepmerge": "^4.2.2",
  9514. "glob": "^7.1.1",
  9515. "graceful-fs": "^4.2.9",
  9516. "jest-circus": "^27.5.1",
  9517. "jest-environment-jsdom": "^27.5.1",
  9518. "jest-environment-node": "^27.5.1",
  9519. "jest-get-type": "^27.5.1",
  9520. "jest-jasmine2": "^27.5.1",
  9521. "jest-regex-util": "^27.5.1",
  9522. "jest-resolve": "^27.5.1",
  9523. "jest-runner": "^27.5.1",
  9524. "jest-util": "^27.5.1",
  9525. "jest-validate": "^27.5.1",
  9526. "micromatch": "^4.0.4",
  9527. "parse-json": "^5.2.0",
  9528. "pretty-format": "^27.5.1",
  9529. "slash": "^3.0.0",
  9530. "strip-json-comments": "^3.1.1"
  9531. },
  9532. "engines": {
  9533. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9534. },
  9535. "peerDependencies": {
  9536. "ts-node": ">=9.0.0"
  9537. },
  9538. "peerDependenciesMeta": {
  9539. "ts-node": {
  9540. "optional": true
  9541. }
  9542. }
  9543. },
  9544. "node_modules/jest-config/node_modules/ansi-styles": {
  9545. "version": "4.3.0",
  9546. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9547. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9548. "dependencies": {
  9549. "color-convert": "^2.0.1"
  9550. },
  9551. "engines": {
  9552. "node": ">=8"
  9553. },
  9554. "funding": {
  9555. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9556. }
  9557. },
  9558. "node_modules/jest-config/node_modules/chalk": {
  9559. "version": "4.1.2",
  9560. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9561. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9562. "dependencies": {
  9563. "ansi-styles": "^4.1.0",
  9564. "supports-color": "^7.1.0"
  9565. },
  9566. "engines": {
  9567. "node": ">=10"
  9568. },
  9569. "funding": {
  9570. "url": "https://github.com/chalk/chalk?sponsor=1"
  9571. }
  9572. },
  9573. "node_modules/jest-config/node_modules/color-convert": {
  9574. "version": "2.0.1",
  9575. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9576. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9577. "dependencies": {
  9578. "color-name": "~1.1.4"
  9579. },
  9580. "engines": {
  9581. "node": ">=7.0.0"
  9582. }
  9583. },
  9584. "node_modules/jest-config/node_modules/color-name": {
  9585. "version": "1.1.4",
  9586. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9587. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9588. },
  9589. "node_modules/jest-config/node_modules/has-flag": {
  9590. "version": "4.0.0",
  9591. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9592. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9593. "engines": {
  9594. "node": ">=8"
  9595. }
  9596. },
  9597. "node_modules/jest-config/node_modules/supports-color": {
  9598. "version": "7.2.0",
  9599. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9600. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9601. "dependencies": {
  9602. "has-flag": "^4.0.0"
  9603. },
  9604. "engines": {
  9605. "node": ">=8"
  9606. }
  9607. },
  9608. "node_modules/jest-diff": {
  9609. "version": "27.5.1",
  9610. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
  9611. "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
  9612. "dependencies": {
  9613. "chalk": "^4.0.0",
  9614. "diff-sequences": "^27.5.1",
  9615. "jest-get-type": "^27.5.1",
  9616. "pretty-format": "^27.5.1"
  9617. },
  9618. "engines": {
  9619. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9620. }
  9621. },
  9622. "node_modules/jest-diff/node_modules/ansi-styles": {
  9623. "version": "4.3.0",
  9624. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9625. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9626. "dependencies": {
  9627. "color-convert": "^2.0.1"
  9628. },
  9629. "engines": {
  9630. "node": ">=8"
  9631. },
  9632. "funding": {
  9633. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9634. }
  9635. },
  9636. "node_modules/jest-diff/node_modules/chalk": {
  9637. "version": "4.1.2",
  9638. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9639. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9640. "dependencies": {
  9641. "ansi-styles": "^4.1.0",
  9642. "supports-color": "^7.1.0"
  9643. },
  9644. "engines": {
  9645. "node": ">=10"
  9646. },
  9647. "funding": {
  9648. "url": "https://github.com/chalk/chalk?sponsor=1"
  9649. }
  9650. },
  9651. "node_modules/jest-diff/node_modules/color-convert": {
  9652. "version": "2.0.1",
  9653. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9654. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9655. "dependencies": {
  9656. "color-name": "~1.1.4"
  9657. },
  9658. "engines": {
  9659. "node": ">=7.0.0"
  9660. }
  9661. },
  9662. "node_modules/jest-diff/node_modules/color-name": {
  9663. "version": "1.1.4",
  9664. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9665. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9666. },
  9667. "node_modules/jest-diff/node_modules/has-flag": {
  9668. "version": "4.0.0",
  9669. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9670. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9671. "engines": {
  9672. "node": ">=8"
  9673. }
  9674. },
  9675. "node_modules/jest-diff/node_modules/supports-color": {
  9676. "version": "7.2.0",
  9677. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9678. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9679. "dependencies": {
  9680. "has-flag": "^4.0.0"
  9681. },
  9682. "engines": {
  9683. "node": ">=8"
  9684. }
  9685. },
  9686. "node_modules/jest-docblock": {
  9687. "version": "27.5.1",
  9688. "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
  9689. "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
  9690. "dependencies": {
  9691. "detect-newline": "^3.0.0"
  9692. },
  9693. "engines": {
  9694. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9695. }
  9696. },
  9697. "node_modules/jest-each": {
  9698. "version": "27.5.1",
  9699. "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
  9700. "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
  9701. "dependencies": {
  9702. "@jest/types": "^27.5.1",
  9703. "chalk": "^4.0.0",
  9704. "jest-get-type": "^27.5.1",
  9705. "jest-util": "^27.5.1",
  9706. "pretty-format": "^27.5.1"
  9707. },
  9708. "engines": {
  9709. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9710. }
  9711. },
  9712. "node_modules/jest-each/node_modules/ansi-styles": {
  9713. "version": "4.3.0",
  9714. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9715. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9716. "dependencies": {
  9717. "color-convert": "^2.0.1"
  9718. },
  9719. "engines": {
  9720. "node": ">=8"
  9721. },
  9722. "funding": {
  9723. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9724. }
  9725. },
  9726. "node_modules/jest-each/node_modules/chalk": {
  9727. "version": "4.1.2",
  9728. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9729. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9730. "dependencies": {
  9731. "ansi-styles": "^4.1.0",
  9732. "supports-color": "^7.1.0"
  9733. },
  9734. "engines": {
  9735. "node": ">=10"
  9736. },
  9737. "funding": {
  9738. "url": "https://github.com/chalk/chalk?sponsor=1"
  9739. }
  9740. },
  9741. "node_modules/jest-each/node_modules/color-convert": {
  9742. "version": "2.0.1",
  9743. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9744. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9745. "dependencies": {
  9746. "color-name": "~1.1.4"
  9747. },
  9748. "engines": {
  9749. "node": ">=7.0.0"
  9750. }
  9751. },
  9752. "node_modules/jest-each/node_modules/color-name": {
  9753. "version": "1.1.4",
  9754. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9755. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9756. },
  9757. "node_modules/jest-each/node_modules/has-flag": {
  9758. "version": "4.0.0",
  9759. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9760. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9761. "engines": {
  9762. "node": ">=8"
  9763. }
  9764. },
  9765. "node_modules/jest-each/node_modules/supports-color": {
  9766. "version": "7.2.0",
  9767. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9768. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9769. "dependencies": {
  9770. "has-flag": "^4.0.0"
  9771. },
  9772. "engines": {
  9773. "node": ">=8"
  9774. }
  9775. },
  9776. "node_modules/jest-environment-jsdom": {
  9777. "version": "27.5.1",
  9778. "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz",
  9779. "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==",
  9780. "dependencies": {
  9781. "@jest/environment": "^27.5.1",
  9782. "@jest/fake-timers": "^27.5.1",
  9783. "@jest/types": "^27.5.1",
  9784. "@types/node": "*",
  9785. "jest-mock": "^27.5.1",
  9786. "jest-util": "^27.5.1",
  9787. "jsdom": "^16.6.0"
  9788. },
  9789. "engines": {
  9790. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9791. }
  9792. },
  9793. "node_modules/jest-environment-node": {
  9794. "version": "27.5.1",
  9795. "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz",
  9796. "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==",
  9797. "dependencies": {
  9798. "@jest/environment": "^27.5.1",
  9799. "@jest/fake-timers": "^27.5.1",
  9800. "@jest/types": "^27.5.1",
  9801. "@types/node": "*",
  9802. "jest-mock": "^27.5.1",
  9803. "jest-util": "^27.5.1"
  9804. },
  9805. "engines": {
  9806. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9807. }
  9808. },
  9809. "node_modules/jest-get-type": {
  9810. "version": "27.5.1",
  9811. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  9812. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
  9813. "engines": {
  9814. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9815. }
  9816. },
  9817. "node_modules/jest-haste-map": {
  9818. "version": "27.5.1",
  9819. "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
  9820. "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
  9821. "dependencies": {
  9822. "@jest/types": "^27.5.1",
  9823. "@types/graceful-fs": "^4.1.2",
  9824. "@types/node": "*",
  9825. "anymatch": "^3.0.3",
  9826. "fb-watchman": "^2.0.0",
  9827. "graceful-fs": "^4.2.9",
  9828. "jest-regex-util": "^27.5.1",
  9829. "jest-serializer": "^27.5.1",
  9830. "jest-util": "^27.5.1",
  9831. "jest-worker": "^27.5.1",
  9832. "micromatch": "^4.0.4",
  9833. "walker": "^1.0.7"
  9834. },
  9835. "engines": {
  9836. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9837. },
  9838. "optionalDependencies": {
  9839. "fsevents": "^2.3.2"
  9840. }
  9841. },
  9842. "node_modules/jest-jasmine2": {
  9843. "version": "27.5.1",
  9844. "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
  9845. "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
  9846. "dependencies": {
  9847. "@jest/environment": "^27.5.1",
  9848. "@jest/source-map": "^27.5.1",
  9849. "@jest/test-result": "^27.5.1",
  9850. "@jest/types": "^27.5.1",
  9851. "@types/node": "*",
  9852. "chalk": "^4.0.0",
  9853. "co": "^4.6.0",
  9854. "expect": "^27.5.1",
  9855. "is-generator-fn": "^2.0.0",
  9856. "jest-each": "^27.5.1",
  9857. "jest-matcher-utils": "^27.5.1",
  9858. "jest-message-util": "^27.5.1",
  9859. "jest-runtime": "^27.5.1",
  9860. "jest-snapshot": "^27.5.1",
  9861. "jest-util": "^27.5.1",
  9862. "pretty-format": "^27.5.1",
  9863. "throat": "^6.0.1"
  9864. },
  9865. "engines": {
  9866. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9867. }
  9868. },
  9869. "node_modules/jest-jasmine2/node_modules/ansi-styles": {
  9870. "version": "4.3.0",
  9871. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9872. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9873. "dependencies": {
  9874. "color-convert": "^2.0.1"
  9875. },
  9876. "engines": {
  9877. "node": ">=8"
  9878. },
  9879. "funding": {
  9880. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9881. }
  9882. },
  9883. "node_modules/jest-jasmine2/node_modules/chalk": {
  9884. "version": "4.1.2",
  9885. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9886. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9887. "dependencies": {
  9888. "ansi-styles": "^4.1.0",
  9889. "supports-color": "^7.1.0"
  9890. },
  9891. "engines": {
  9892. "node": ">=10"
  9893. },
  9894. "funding": {
  9895. "url": "https://github.com/chalk/chalk?sponsor=1"
  9896. }
  9897. },
  9898. "node_modules/jest-jasmine2/node_modules/color-convert": {
  9899. "version": "2.0.1",
  9900. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9901. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9902. "dependencies": {
  9903. "color-name": "~1.1.4"
  9904. },
  9905. "engines": {
  9906. "node": ">=7.0.0"
  9907. }
  9908. },
  9909. "node_modules/jest-jasmine2/node_modules/color-name": {
  9910. "version": "1.1.4",
  9911. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9912. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9913. },
  9914. "node_modules/jest-jasmine2/node_modules/has-flag": {
  9915. "version": "4.0.0",
  9916. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9917. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9918. "engines": {
  9919. "node": ">=8"
  9920. }
  9921. },
  9922. "node_modules/jest-jasmine2/node_modules/supports-color": {
  9923. "version": "7.2.0",
  9924. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9925. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9926. "dependencies": {
  9927. "has-flag": "^4.0.0"
  9928. },
  9929. "engines": {
  9930. "node": ">=8"
  9931. }
  9932. },
  9933. "node_modules/jest-leak-detector": {
  9934. "version": "27.5.1",
  9935. "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz",
  9936. "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==",
  9937. "dependencies": {
  9938. "jest-get-type": "^27.5.1",
  9939. "pretty-format": "^27.5.1"
  9940. },
  9941. "engines": {
  9942. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9943. }
  9944. },
  9945. "node_modules/jest-matcher-utils": {
  9946. "version": "27.5.1",
  9947. "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
  9948. "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
  9949. "dependencies": {
  9950. "chalk": "^4.0.0",
  9951. "jest-diff": "^27.5.1",
  9952. "jest-get-type": "^27.5.1",
  9953. "pretty-format": "^27.5.1"
  9954. },
  9955. "engines": {
  9956. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9957. }
  9958. },
  9959. "node_modules/jest-matcher-utils/node_modules/ansi-styles": {
  9960. "version": "4.3.0",
  9961. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9962. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9963. "dependencies": {
  9964. "color-convert": "^2.0.1"
  9965. },
  9966. "engines": {
  9967. "node": ">=8"
  9968. },
  9969. "funding": {
  9970. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9971. }
  9972. },
  9973. "node_modules/jest-matcher-utils/node_modules/chalk": {
  9974. "version": "4.1.2",
  9975. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9976. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9977. "dependencies": {
  9978. "ansi-styles": "^4.1.0",
  9979. "supports-color": "^7.1.0"
  9980. },
  9981. "engines": {
  9982. "node": ">=10"
  9983. },
  9984. "funding": {
  9985. "url": "https://github.com/chalk/chalk?sponsor=1"
  9986. }
  9987. },
  9988. "node_modules/jest-matcher-utils/node_modules/color-convert": {
  9989. "version": "2.0.1",
  9990. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9991. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9992. "dependencies": {
  9993. "color-name": "~1.1.4"
  9994. },
  9995. "engines": {
  9996. "node": ">=7.0.0"
  9997. }
  9998. },
  9999. "node_modules/jest-matcher-utils/node_modules/color-name": {
  10000. "version": "1.1.4",
  10001. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10002. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10003. },
  10004. "node_modules/jest-matcher-utils/node_modules/has-flag": {
  10005. "version": "4.0.0",
  10006. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10007. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10008. "engines": {
  10009. "node": ">=8"
  10010. }
  10011. },
  10012. "node_modules/jest-matcher-utils/node_modules/supports-color": {
  10013. "version": "7.2.0",
  10014. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10015. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10016. "dependencies": {
  10017. "has-flag": "^4.0.0"
  10018. },
  10019. "engines": {
  10020. "node": ">=8"
  10021. }
  10022. },
  10023. "node_modules/jest-message-util": {
  10024. "version": "27.5.1",
  10025. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
  10026. "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
  10027. "dependencies": {
  10028. "@babel/code-frame": "^7.12.13",
  10029. "@jest/types": "^27.5.1",
  10030. "@types/stack-utils": "^2.0.0",
  10031. "chalk": "^4.0.0",
  10032. "graceful-fs": "^4.2.9",
  10033. "micromatch": "^4.0.4",
  10034. "pretty-format": "^27.5.1",
  10035. "slash": "^3.0.0",
  10036. "stack-utils": "^2.0.3"
  10037. },
  10038. "engines": {
  10039. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10040. }
  10041. },
  10042. "node_modules/jest-message-util/node_modules/ansi-styles": {
  10043. "version": "4.3.0",
  10044. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10045. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10046. "dependencies": {
  10047. "color-convert": "^2.0.1"
  10048. },
  10049. "engines": {
  10050. "node": ">=8"
  10051. },
  10052. "funding": {
  10053. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10054. }
  10055. },
  10056. "node_modules/jest-message-util/node_modules/chalk": {
  10057. "version": "4.1.2",
  10058. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10059. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10060. "dependencies": {
  10061. "ansi-styles": "^4.1.0",
  10062. "supports-color": "^7.1.0"
  10063. },
  10064. "engines": {
  10065. "node": ">=10"
  10066. },
  10067. "funding": {
  10068. "url": "https://github.com/chalk/chalk?sponsor=1"
  10069. }
  10070. },
  10071. "node_modules/jest-message-util/node_modules/color-convert": {
  10072. "version": "2.0.1",
  10073. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10074. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10075. "dependencies": {
  10076. "color-name": "~1.1.4"
  10077. },
  10078. "engines": {
  10079. "node": ">=7.0.0"
  10080. }
  10081. },
  10082. "node_modules/jest-message-util/node_modules/color-name": {
  10083. "version": "1.1.4",
  10084. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10085. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10086. },
  10087. "node_modules/jest-message-util/node_modules/has-flag": {
  10088. "version": "4.0.0",
  10089. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10090. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10091. "engines": {
  10092. "node": ">=8"
  10093. }
  10094. },
  10095. "node_modules/jest-message-util/node_modules/supports-color": {
  10096. "version": "7.2.0",
  10097. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10098. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10099. "dependencies": {
  10100. "has-flag": "^4.0.0"
  10101. },
  10102. "engines": {
  10103. "node": ">=8"
  10104. }
  10105. },
  10106. "node_modules/jest-mock": {
  10107. "version": "27.5.1",
  10108. "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
  10109. "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
  10110. "dependencies": {
  10111. "@jest/types": "^27.5.1",
  10112. "@types/node": "*"
  10113. },
  10114. "engines": {
  10115. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10116. }
  10117. },
  10118. "node_modules/jest-pnp-resolver": {
  10119. "version": "1.2.2",
  10120. "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz",
  10121. "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==",
  10122. "engines": {
  10123. "node": ">=6"
  10124. },
  10125. "peerDependencies": {
  10126. "jest-resolve": "*"
  10127. },
  10128. "peerDependenciesMeta": {
  10129. "jest-resolve": {
  10130. "optional": true
  10131. }
  10132. }
  10133. },
  10134. "node_modules/jest-regex-util": {
  10135. "version": "27.5.1",
  10136. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
  10137. "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
  10138. "engines": {
  10139. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10140. }
  10141. },
  10142. "node_modules/jest-resolve": {
  10143. "version": "27.5.1",
  10144. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz",
  10145. "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==",
  10146. "dependencies": {
  10147. "@jest/types": "^27.5.1",
  10148. "chalk": "^4.0.0",
  10149. "graceful-fs": "^4.2.9",
  10150. "jest-haste-map": "^27.5.1",
  10151. "jest-pnp-resolver": "^1.2.2",
  10152. "jest-util": "^27.5.1",
  10153. "jest-validate": "^27.5.1",
  10154. "resolve": "^1.20.0",
  10155. "resolve.exports": "^1.1.0",
  10156. "slash": "^3.0.0"
  10157. },
  10158. "engines": {
  10159. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10160. }
  10161. },
  10162. "node_modules/jest-resolve-dependencies": {
  10163. "version": "27.5.1",
  10164. "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz",
  10165. "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==",
  10166. "dependencies": {
  10167. "@jest/types": "^27.5.1",
  10168. "jest-regex-util": "^27.5.1",
  10169. "jest-snapshot": "^27.5.1"
  10170. },
  10171. "engines": {
  10172. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10173. }
  10174. },
  10175. "node_modules/jest-resolve/node_modules/ansi-styles": {
  10176. "version": "4.3.0",
  10177. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10178. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10179. "dependencies": {
  10180. "color-convert": "^2.0.1"
  10181. },
  10182. "engines": {
  10183. "node": ">=8"
  10184. },
  10185. "funding": {
  10186. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10187. }
  10188. },
  10189. "node_modules/jest-resolve/node_modules/chalk": {
  10190. "version": "4.1.2",
  10191. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10192. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10193. "dependencies": {
  10194. "ansi-styles": "^4.1.0",
  10195. "supports-color": "^7.1.0"
  10196. },
  10197. "engines": {
  10198. "node": ">=10"
  10199. },
  10200. "funding": {
  10201. "url": "https://github.com/chalk/chalk?sponsor=1"
  10202. }
  10203. },
  10204. "node_modules/jest-resolve/node_modules/color-convert": {
  10205. "version": "2.0.1",
  10206. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10207. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10208. "dependencies": {
  10209. "color-name": "~1.1.4"
  10210. },
  10211. "engines": {
  10212. "node": ">=7.0.0"
  10213. }
  10214. },
  10215. "node_modules/jest-resolve/node_modules/color-name": {
  10216. "version": "1.1.4",
  10217. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10218. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10219. },
  10220. "node_modules/jest-resolve/node_modules/has-flag": {
  10221. "version": "4.0.0",
  10222. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10223. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10224. "engines": {
  10225. "node": ">=8"
  10226. }
  10227. },
  10228. "node_modules/jest-resolve/node_modules/supports-color": {
  10229. "version": "7.2.0",
  10230. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10231. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10232. "dependencies": {
  10233. "has-flag": "^4.0.0"
  10234. },
  10235. "engines": {
  10236. "node": ">=8"
  10237. }
  10238. },
  10239. "node_modules/jest-runner": {
  10240. "version": "27.5.1",
  10241. "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz",
  10242. "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==",
  10243. "dependencies": {
  10244. "@jest/console": "^27.5.1",
  10245. "@jest/environment": "^27.5.1",
  10246. "@jest/test-result": "^27.5.1",
  10247. "@jest/transform": "^27.5.1",
  10248. "@jest/types": "^27.5.1",
  10249. "@types/node": "*",
  10250. "chalk": "^4.0.0",
  10251. "emittery": "^0.8.1",
  10252. "graceful-fs": "^4.2.9",
  10253. "jest-docblock": "^27.5.1",
  10254. "jest-environment-jsdom": "^27.5.1",
  10255. "jest-environment-node": "^27.5.1",
  10256. "jest-haste-map": "^27.5.1",
  10257. "jest-leak-detector": "^27.5.1",
  10258. "jest-message-util": "^27.5.1",
  10259. "jest-resolve": "^27.5.1",
  10260. "jest-runtime": "^27.5.1",
  10261. "jest-util": "^27.5.1",
  10262. "jest-worker": "^27.5.1",
  10263. "source-map-support": "^0.5.6",
  10264. "throat": "^6.0.1"
  10265. },
  10266. "engines": {
  10267. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10268. }
  10269. },
  10270. "node_modules/jest-runner/node_modules/ansi-styles": {
  10271. "version": "4.3.0",
  10272. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10273. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10274. "dependencies": {
  10275. "color-convert": "^2.0.1"
  10276. },
  10277. "engines": {
  10278. "node": ">=8"
  10279. },
  10280. "funding": {
  10281. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10282. }
  10283. },
  10284. "node_modules/jest-runner/node_modules/chalk": {
  10285. "version": "4.1.2",
  10286. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10287. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10288. "dependencies": {
  10289. "ansi-styles": "^4.1.0",
  10290. "supports-color": "^7.1.0"
  10291. },
  10292. "engines": {
  10293. "node": ">=10"
  10294. },
  10295. "funding": {
  10296. "url": "https://github.com/chalk/chalk?sponsor=1"
  10297. }
  10298. },
  10299. "node_modules/jest-runner/node_modules/color-convert": {
  10300. "version": "2.0.1",
  10301. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10302. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10303. "dependencies": {
  10304. "color-name": "~1.1.4"
  10305. },
  10306. "engines": {
  10307. "node": ">=7.0.0"
  10308. }
  10309. },
  10310. "node_modules/jest-runner/node_modules/color-name": {
  10311. "version": "1.1.4",
  10312. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10313. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10314. },
  10315. "node_modules/jest-runner/node_modules/has-flag": {
  10316. "version": "4.0.0",
  10317. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10318. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10319. "engines": {
  10320. "node": ">=8"
  10321. }
  10322. },
  10323. "node_modules/jest-runner/node_modules/supports-color": {
  10324. "version": "7.2.0",
  10325. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10326. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10327. "dependencies": {
  10328. "has-flag": "^4.0.0"
  10329. },
  10330. "engines": {
  10331. "node": ">=8"
  10332. }
  10333. },
  10334. "node_modules/jest-runtime": {
  10335. "version": "27.5.1",
  10336. "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz",
  10337. "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==",
  10338. "dependencies": {
  10339. "@jest/environment": "^27.5.1",
  10340. "@jest/fake-timers": "^27.5.1",
  10341. "@jest/globals": "^27.5.1",
  10342. "@jest/source-map": "^27.5.1",
  10343. "@jest/test-result": "^27.5.1",
  10344. "@jest/transform": "^27.5.1",
  10345. "@jest/types": "^27.5.1",
  10346. "chalk": "^4.0.0",
  10347. "cjs-module-lexer": "^1.0.0",
  10348. "collect-v8-coverage": "^1.0.0",
  10349. "execa": "^5.0.0",
  10350. "glob": "^7.1.3",
  10351. "graceful-fs": "^4.2.9",
  10352. "jest-haste-map": "^27.5.1",
  10353. "jest-message-util": "^27.5.1",
  10354. "jest-mock": "^27.5.1",
  10355. "jest-regex-util": "^27.5.1",
  10356. "jest-resolve": "^27.5.1",
  10357. "jest-snapshot": "^27.5.1",
  10358. "jest-util": "^27.5.1",
  10359. "slash": "^3.0.0",
  10360. "strip-bom": "^4.0.0"
  10361. },
  10362. "engines": {
  10363. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10364. }
  10365. },
  10366. "node_modules/jest-runtime/node_modules/ansi-styles": {
  10367. "version": "4.3.0",
  10368. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10369. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10370. "dependencies": {
  10371. "color-convert": "^2.0.1"
  10372. },
  10373. "engines": {
  10374. "node": ">=8"
  10375. },
  10376. "funding": {
  10377. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10378. }
  10379. },
  10380. "node_modules/jest-runtime/node_modules/chalk": {
  10381. "version": "4.1.2",
  10382. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10383. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10384. "dependencies": {
  10385. "ansi-styles": "^4.1.0",
  10386. "supports-color": "^7.1.0"
  10387. },
  10388. "engines": {
  10389. "node": ">=10"
  10390. },
  10391. "funding": {
  10392. "url": "https://github.com/chalk/chalk?sponsor=1"
  10393. }
  10394. },
  10395. "node_modules/jest-runtime/node_modules/color-convert": {
  10396. "version": "2.0.1",
  10397. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10398. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10399. "dependencies": {
  10400. "color-name": "~1.1.4"
  10401. },
  10402. "engines": {
  10403. "node": ">=7.0.0"
  10404. }
  10405. },
  10406. "node_modules/jest-runtime/node_modules/color-name": {
  10407. "version": "1.1.4",
  10408. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10409. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10410. },
  10411. "node_modules/jest-runtime/node_modules/has-flag": {
  10412. "version": "4.0.0",
  10413. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10414. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10415. "engines": {
  10416. "node": ">=8"
  10417. }
  10418. },
  10419. "node_modules/jest-runtime/node_modules/supports-color": {
  10420. "version": "7.2.0",
  10421. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10422. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10423. "dependencies": {
  10424. "has-flag": "^4.0.0"
  10425. },
  10426. "engines": {
  10427. "node": ">=8"
  10428. }
  10429. },
  10430. "node_modules/jest-serializer": {
  10431. "version": "27.5.1",
  10432. "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz",
  10433. "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==",
  10434. "dependencies": {
  10435. "@types/node": "*",
  10436. "graceful-fs": "^4.2.9"
  10437. },
  10438. "engines": {
  10439. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10440. }
  10441. },
  10442. "node_modules/jest-snapshot": {
  10443. "version": "27.5.1",
  10444. "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz",
  10445. "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==",
  10446. "dependencies": {
  10447. "@babel/core": "^7.7.2",
  10448. "@babel/generator": "^7.7.2",
  10449. "@babel/plugin-syntax-typescript": "^7.7.2",
  10450. "@babel/traverse": "^7.7.2",
  10451. "@babel/types": "^7.0.0",
  10452. "@jest/transform": "^27.5.1",
  10453. "@jest/types": "^27.5.1",
  10454. "@types/babel__traverse": "^7.0.4",
  10455. "@types/prettier": "^2.1.5",
  10456. "babel-preset-current-node-syntax": "^1.0.0",
  10457. "chalk": "^4.0.0",
  10458. "expect": "^27.5.1",
  10459. "graceful-fs": "^4.2.9",
  10460. "jest-diff": "^27.5.1",
  10461. "jest-get-type": "^27.5.1",
  10462. "jest-haste-map": "^27.5.1",
  10463. "jest-matcher-utils": "^27.5.1",
  10464. "jest-message-util": "^27.5.1",
  10465. "jest-util": "^27.5.1",
  10466. "natural-compare": "^1.4.0",
  10467. "pretty-format": "^27.5.1",
  10468. "semver": "^7.3.2"
  10469. },
  10470. "engines": {
  10471. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10472. }
  10473. },
  10474. "node_modules/jest-snapshot/node_modules/ansi-styles": {
  10475. "version": "4.3.0",
  10476. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10477. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10478. "dependencies": {
  10479. "color-convert": "^2.0.1"
  10480. },
  10481. "engines": {
  10482. "node": ">=8"
  10483. },
  10484. "funding": {
  10485. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10486. }
  10487. },
  10488. "node_modules/jest-snapshot/node_modules/chalk": {
  10489. "version": "4.1.2",
  10490. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10491. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10492. "dependencies": {
  10493. "ansi-styles": "^4.1.0",
  10494. "supports-color": "^7.1.0"
  10495. },
  10496. "engines": {
  10497. "node": ">=10"
  10498. },
  10499. "funding": {
  10500. "url": "https://github.com/chalk/chalk?sponsor=1"
  10501. }
  10502. },
  10503. "node_modules/jest-snapshot/node_modules/color-convert": {
  10504. "version": "2.0.1",
  10505. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10506. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10507. "dependencies": {
  10508. "color-name": "~1.1.4"
  10509. },
  10510. "engines": {
  10511. "node": ">=7.0.0"
  10512. }
  10513. },
  10514. "node_modules/jest-snapshot/node_modules/color-name": {
  10515. "version": "1.1.4",
  10516. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10517. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10518. },
  10519. "node_modules/jest-snapshot/node_modules/has-flag": {
  10520. "version": "4.0.0",
  10521. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10522. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10523. "engines": {
  10524. "node": ">=8"
  10525. }
  10526. },
  10527. "node_modules/jest-snapshot/node_modules/supports-color": {
  10528. "version": "7.2.0",
  10529. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10530. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10531. "dependencies": {
  10532. "has-flag": "^4.0.0"
  10533. },
  10534. "engines": {
  10535. "node": ">=8"
  10536. }
  10537. },
  10538. "node_modules/jest-util": {
  10539. "version": "27.5.1",
  10540. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
  10541. "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
  10542. "dependencies": {
  10543. "@jest/types": "^27.5.1",
  10544. "@types/node": "*",
  10545. "chalk": "^4.0.0",
  10546. "ci-info": "^3.2.0",
  10547. "graceful-fs": "^4.2.9",
  10548. "picomatch": "^2.2.3"
  10549. },
  10550. "engines": {
  10551. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10552. }
  10553. },
  10554. "node_modules/jest-util/node_modules/ansi-styles": {
  10555. "version": "4.3.0",
  10556. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10557. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10558. "dependencies": {
  10559. "color-convert": "^2.0.1"
  10560. },
  10561. "engines": {
  10562. "node": ">=8"
  10563. },
  10564. "funding": {
  10565. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10566. }
  10567. },
  10568. "node_modules/jest-util/node_modules/chalk": {
  10569. "version": "4.1.2",
  10570. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10571. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10572. "dependencies": {
  10573. "ansi-styles": "^4.1.0",
  10574. "supports-color": "^7.1.0"
  10575. },
  10576. "engines": {
  10577. "node": ">=10"
  10578. },
  10579. "funding": {
  10580. "url": "https://github.com/chalk/chalk?sponsor=1"
  10581. }
  10582. },
  10583. "node_modules/jest-util/node_modules/color-convert": {
  10584. "version": "2.0.1",
  10585. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10586. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10587. "dependencies": {
  10588. "color-name": "~1.1.4"
  10589. },
  10590. "engines": {
  10591. "node": ">=7.0.0"
  10592. }
  10593. },
  10594. "node_modules/jest-util/node_modules/color-name": {
  10595. "version": "1.1.4",
  10596. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10597. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10598. },
  10599. "node_modules/jest-util/node_modules/has-flag": {
  10600. "version": "4.0.0",
  10601. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10602. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10603. "engines": {
  10604. "node": ">=8"
  10605. }
  10606. },
  10607. "node_modules/jest-util/node_modules/supports-color": {
  10608. "version": "7.2.0",
  10609. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10610. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10611. "dependencies": {
  10612. "has-flag": "^4.0.0"
  10613. },
  10614. "engines": {
  10615. "node": ">=8"
  10616. }
  10617. },
  10618. "node_modules/jest-validate": {
  10619. "version": "27.5.1",
  10620. "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz",
  10621. "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==",
  10622. "dependencies": {
  10623. "@jest/types": "^27.5.1",
  10624. "camelcase": "^6.2.0",
  10625. "chalk": "^4.0.0",
  10626. "jest-get-type": "^27.5.1",
  10627. "leven": "^3.1.0",
  10628. "pretty-format": "^27.5.1"
  10629. },
  10630. "engines": {
  10631. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10632. }
  10633. },
  10634. "node_modules/jest-validate/node_modules/ansi-styles": {
  10635. "version": "4.3.0",
  10636. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10637. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10638. "dependencies": {
  10639. "color-convert": "^2.0.1"
  10640. },
  10641. "engines": {
  10642. "node": ">=8"
  10643. },
  10644. "funding": {
  10645. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10646. }
  10647. },
  10648. "node_modules/jest-validate/node_modules/chalk": {
  10649. "version": "4.1.2",
  10650. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10651. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10652. "dependencies": {
  10653. "ansi-styles": "^4.1.0",
  10654. "supports-color": "^7.1.0"
  10655. },
  10656. "engines": {
  10657. "node": ">=10"
  10658. },
  10659. "funding": {
  10660. "url": "https://github.com/chalk/chalk?sponsor=1"
  10661. }
  10662. },
  10663. "node_modules/jest-validate/node_modules/color-convert": {
  10664. "version": "2.0.1",
  10665. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10666. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10667. "dependencies": {
  10668. "color-name": "~1.1.4"
  10669. },
  10670. "engines": {
  10671. "node": ">=7.0.0"
  10672. }
  10673. },
  10674. "node_modules/jest-validate/node_modules/color-name": {
  10675. "version": "1.1.4",
  10676. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10677. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10678. },
  10679. "node_modules/jest-validate/node_modules/has-flag": {
  10680. "version": "4.0.0",
  10681. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10682. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10683. "engines": {
  10684. "node": ">=8"
  10685. }
  10686. },
  10687. "node_modules/jest-validate/node_modules/supports-color": {
  10688. "version": "7.2.0",
  10689. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10690. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10691. "dependencies": {
  10692. "has-flag": "^4.0.0"
  10693. },
  10694. "engines": {
  10695. "node": ">=8"
  10696. }
  10697. },
  10698. "node_modules/jest-watch-typeahead": {
  10699. "version": "1.1.0",
  10700. "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz",
  10701. "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==",
  10702. "dependencies": {
  10703. "ansi-escapes": "^4.3.1",
  10704. "chalk": "^4.0.0",
  10705. "jest-regex-util": "^28.0.0",
  10706. "jest-watcher": "^28.0.0",
  10707. "slash": "^4.0.0",
  10708. "string-length": "^5.0.1",
  10709. "strip-ansi": "^7.0.1"
  10710. },
  10711. "engines": {
  10712. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  10713. },
  10714. "peerDependencies": {
  10715. "jest": "^27.0.0 || ^28.0.0"
  10716. }
  10717. },
  10718. "node_modules/jest-watch-typeahead/node_modules/@jest/console": {
  10719. "version": "28.1.3",
  10720. "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz",
  10721. "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==",
  10722. "dependencies": {
  10723. "@jest/types": "^28.1.3",
  10724. "@types/node": "*",
  10725. "chalk": "^4.0.0",
  10726. "jest-message-util": "^28.1.3",
  10727. "jest-util": "^28.1.3",
  10728. "slash": "^3.0.0"
  10729. },
  10730. "engines": {
  10731. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10732. }
  10733. },
  10734. "node_modules/jest-watch-typeahead/node_modules/@jest/console/node_modules/slash": {
  10735. "version": "3.0.0",
  10736. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  10737. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  10738. "engines": {
  10739. "node": ">=8"
  10740. }
  10741. },
  10742. "node_modules/jest-watch-typeahead/node_modules/@jest/test-result": {
  10743. "version": "28.1.3",
  10744. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz",
  10745. "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==",
  10746. "dependencies": {
  10747. "@jest/console": "^28.1.3",
  10748. "@jest/types": "^28.1.3",
  10749. "@types/istanbul-lib-coverage": "^2.0.0",
  10750. "collect-v8-coverage": "^1.0.0"
  10751. },
  10752. "engines": {
  10753. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10754. }
  10755. },
  10756. "node_modules/jest-watch-typeahead/node_modules/@jest/types": {
  10757. "version": "28.1.3",
  10758. "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
  10759. "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
  10760. "dependencies": {
  10761. "@jest/schemas": "^28.1.3",
  10762. "@types/istanbul-lib-coverage": "^2.0.0",
  10763. "@types/istanbul-reports": "^3.0.0",
  10764. "@types/node": "*",
  10765. "@types/yargs": "^17.0.8",
  10766. "chalk": "^4.0.0"
  10767. },
  10768. "engines": {
  10769. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10770. }
  10771. },
  10772. "node_modules/jest-watch-typeahead/node_modules/@types/yargs": {
  10773. "version": "17.0.10",
  10774. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.10.tgz",
  10775. "integrity": "sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==",
  10776. "dependencies": {
  10777. "@types/yargs-parser": "*"
  10778. }
  10779. },
  10780. "node_modules/jest-watch-typeahead/node_modules/ansi-styles": {
  10781. "version": "4.3.0",
  10782. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10783. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10784. "dependencies": {
  10785. "color-convert": "^2.0.1"
  10786. },
  10787. "engines": {
  10788. "node": ">=8"
  10789. },
  10790. "funding": {
  10791. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10792. }
  10793. },
  10794. "node_modules/jest-watch-typeahead/node_modules/chalk": {
  10795. "version": "4.1.2",
  10796. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10797. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10798. "dependencies": {
  10799. "ansi-styles": "^4.1.0",
  10800. "supports-color": "^7.1.0"
  10801. },
  10802. "engines": {
  10803. "node": ">=10"
  10804. },
  10805. "funding": {
  10806. "url": "https://github.com/chalk/chalk?sponsor=1"
  10807. }
  10808. },
  10809. "node_modules/jest-watch-typeahead/node_modules/color-convert": {
  10810. "version": "2.0.1",
  10811. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10812. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10813. "dependencies": {
  10814. "color-name": "~1.1.4"
  10815. },
  10816. "engines": {
  10817. "node": ">=7.0.0"
  10818. }
  10819. },
  10820. "node_modules/jest-watch-typeahead/node_modules/color-name": {
  10821. "version": "1.1.4",
  10822. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10823. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  10824. },
  10825. "node_modules/jest-watch-typeahead/node_modules/emittery": {
  10826. "version": "0.10.2",
  10827. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz",
  10828. "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==",
  10829. "engines": {
  10830. "node": ">=12"
  10831. },
  10832. "funding": {
  10833. "url": "https://github.com/sindresorhus/emittery?sponsor=1"
  10834. }
  10835. },
  10836. "node_modules/jest-watch-typeahead/node_modules/has-flag": {
  10837. "version": "4.0.0",
  10838. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10839. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10840. "engines": {
  10841. "node": ">=8"
  10842. }
  10843. },
  10844. "node_modules/jest-watch-typeahead/node_modules/jest-message-util": {
  10845. "version": "28.1.3",
  10846. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz",
  10847. "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==",
  10848. "dependencies": {
  10849. "@babel/code-frame": "^7.12.13",
  10850. "@jest/types": "^28.1.3",
  10851. "@types/stack-utils": "^2.0.0",
  10852. "chalk": "^4.0.0",
  10853. "graceful-fs": "^4.2.9",
  10854. "micromatch": "^4.0.4",
  10855. "pretty-format": "^28.1.3",
  10856. "slash": "^3.0.0",
  10857. "stack-utils": "^2.0.3"
  10858. },
  10859. "engines": {
  10860. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10861. }
  10862. },
  10863. "node_modules/jest-watch-typeahead/node_modules/jest-message-util/node_modules/slash": {
  10864. "version": "3.0.0",
  10865. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  10866. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  10867. "engines": {
  10868. "node": ">=8"
  10869. }
  10870. },
  10871. "node_modules/jest-watch-typeahead/node_modules/jest-regex-util": {
  10872. "version": "28.0.2",
  10873. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz",
  10874. "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==",
  10875. "engines": {
  10876. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10877. }
  10878. },
  10879. "node_modules/jest-watch-typeahead/node_modules/jest-util": {
  10880. "version": "28.1.3",
  10881. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz",
  10882. "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==",
  10883. "dependencies": {
  10884. "@jest/types": "^28.1.3",
  10885. "@types/node": "*",
  10886. "chalk": "^4.0.0",
  10887. "ci-info": "^3.2.0",
  10888. "graceful-fs": "^4.2.9",
  10889. "picomatch": "^2.2.3"
  10890. },
  10891. "engines": {
  10892. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10893. }
  10894. },
  10895. "node_modules/jest-watch-typeahead/node_modules/jest-watcher": {
  10896. "version": "28.1.3",
  10897. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz",
  10898. "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==",
  10899. "dependencies": {
  10900. "@jest/test-result": "^28.1.3",
  10901. "@jest/types": "^28.1.3",
  10902. "@types/node": "*",
  10903. "ansi-escapes": "^4.2.1",
  10904. "chalk": "^4.0.0",
  10905. "emittery": "^0.10.2",
  10906. "jest-util": "^28.1.3",
  10907. "string-length": "^4.0.1"
  10908. },
  10909. "engines": {
  10910. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10911. }
  10912. },
  10913. "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/string-length": {
  10914. "version": "4.0.2",
  10915. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  10916. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  10917. "dependencies": {
  10918. "char-regex": "^1.0.2",
  10919. "strip-ansi": "^6.0.0"
  10920. },
  10921. "engines": {
  10922. "node": ">=10"
  10923. }
  10924. },
  10925. "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/strip-ansi": {
  10926. "version": "6.0.1",
  10927. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  10928. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  10929. "dependencies": {
  10930. "ansi-regex": "^5.0.1"
  10931. },
  10932. "engines": {
  10933. "node": ">=8"
  10934. }
  10935. },
  10936. "node_modules/jest-watch-typeahead/node_modules/pretty-format": {
  10937. "version": "28.1.3",
  10938. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz",
  10939. "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==",
  10940. "dependencies": {
  10941. "@jest/schemas": "^28.1.3",
  10942. "ansi-regex": "^5.0.1",
  10943. "ansi-styles": "^5.0.0",
  10944. "react-is": "^18.0.0"
  10945. },
  10946. "engines": {
  10947. "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
  10948. }
  10949. },
  10950. "node_modules/jest-watch-typeahead/node_modules/pretty-format/node_modules/ansi-styles": {
  10951. "version": "5.2.0",
  10952. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  10953. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  10954. "engines": {
  10955. "node": ">=10"
  10956. },
  10957. "funding": {
  10958. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10959. }
  10960. },
  10961. "node_modules/jest-watch-typeahead/node_modules/react-is": {
  10962. "version": "18.2.0",
  10963. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  10964. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
  10965. },
  10966. "node_modules/jest-watch-typeahead/node_modules/slash": {
  10967. "version": "4.0.0",
  10968. "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
  10969. "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
  10970. "engines": {
  10971. "node": ">=12"
  10972. },
  10973. "funding": {
  10974. "url": "https://github.com/sponsors/sindresorhus"
  10975. }
  10976. },
  10977. "node_modules/jest-watch-typeahead/node_modules/string-length": {
  10978. "version": "5.0.1",
  10979. "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz",
  10980. "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==",
  10981. "dependencies": {
  10982. "char-regex": "^2.0.0",
  10983. "strip-ansi": "^7.0.1"
  10984. },
  10985. "engines": {
  10986. "node": ">=12.20"
  10987. },
  10988. "funding": {
  10989. "url": "https://github.com/sponsors/sindresorhus"
  10990. }
  10991. },
  10992. "node_modules/jest-watch-typeahead/node_modules/string-length/node_modules/char-regex": {
  10993. "version": "2.0.1",
  10994. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz",
  10995. "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==",
  10996. "engines": {
  10997. "node": ">=12.20"
  10998. }
  10999. },
  11000. "node_modules/jest-watch-typeahead/node_modules/strip-ansi": {
  11001. "version": "7.0.1",
  11002. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
  11003. "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
  11004. "dependencies": {
  11005. "ansi-regex": "^6.0.1"
  11006. },
  11007. "engines": {
  11008. "node": ">=12"
  11009. },
  11010. "funding": {
  11011. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  11012. }
  11013. },
  11014. "node_modules/jest-watch-typeahead/node_modules/strip-ansi/node_modules/ansi-regex": {
  11015. "version": "6.0.1",
  11016. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
  11017. "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
  11018. "engines": {
  11019. "node": ">=12"
  11020. },
  11021. "funding": {
  11022. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  11023. }
  11024. },
  11025. "node_modules/jest-watch-typeahead/node_modules/supports-color": {
  11026. "version": "7.2.0",
  11027. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  11028. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  11029. "dependencies": {
  11030. "has-flag": "^4.0.0"
  11031. },
  11032. "engines": {
  11033. "node": ">=8"
  11034. }
  11035. },
  11036. "node_modules/jest-watcher": {
  11037. "version": "27.5.1",
  11038. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
  11039. "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
  11040. "dependencies": {
  11041. "@jest/test-result": "^27.5.1",
  11042. "@jest/types": "^27.5.1",
  11043. "@types/node": "*",
  11044. "ansi-escapes": "^4.2.1",
  11045. "chalk": "^4.0.0",
  11046. "jest-util": "^27.5.1",
  11047. "string-length": "^4.0.1"
  11048. },
  11049. "engines": {
  11050. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  11051. }
  11052. },
  11053. "node_modules/jest-watcher/node_modules/ansi-styles": {
  11054. "version": "4.3.0",
  11055. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  11056. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  11057. "dependencies": {
  11058. "color-convert": "^2.0.1"
  11059. },
  11060. "engines": {
  11061. "node": ">=8"
  11062. },
  11063. "funding": {
  11064. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  11065. }
  11066. },
  11067. "node_modules/jest-watcher/node_modules/chalk": {
  11068. "version": "4.1.2",
  11069. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  11070. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  11071. "dependencies": {
  11072. "ansi-styles": "^4.1.0",
  11073. "supports-color": "^7.1.0"
  11074. },
  11075. "engines": {
  11076. "node": ">=10"
  11077. },
  11078. "funding": {
  11079. "url": "https://github.com/chalk/chalk?sponsor=1"
  11080. }
  11081. },
  11082. "node_modules/jest-watcher/node_modules/color-convert": {
  11083. "version": "2.0.1",
  11084. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  11085. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  11086. "dependencies": {
  11087. "color-name": "~1.1.4"
  11088. },
  11089. "engines": {
  11090. "node": ">=7.0.0"
  11091. }
  11092. },
  11093. "node_modules/jest-watcher/node_modules/color-name": {
  11094. "version": "1.1.4",
  11095. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  11096. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  11097. },
  11098. "node_modules/jest-watcher/node_modules/has-flag": {
  11099. "version": "4.0.0",
  11100. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  11101. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  11102. "engines": {
  11103. "node": ">=8"
  11104. }
  11105. },
  11106. "node_modules/jest-watcher/node_modules/supports-color": {
  11107. "version": "7.2.0",
  11108. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  11109. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  11110. "dependencies": {
  11111. "has-flag": "^4.0.0"
  11112. },
  11113. "engines": {
  11114. "node": ">=8"
  11115. }
  11116. },
  11117. "node_modules/jest-worker": {
  11118. "version": "27.5.1",
  11119. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
  11120. "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
  11121. "dependencies": {
  11122. "@types/node": "*",
  11123. "merge-stream": "^2.0.0",
  11124. "supports-color": "^8.0.0"
  11125. },
  11126. "engines": {
  11127. "node": ">= 10.13.0"
  11128. }
  11129. },
  11130. "node_modules/jest-worker/node_modules/has-flag": {
  11131. "version": "4.0.0",
  11132. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  11133. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  11134. "engines": {
  11135. "node": ">=8"
  11136. }
  11137. },
  11138. "node_modules/jest-worker/node_modules/supports-color": {
  11139. "version": "8.1.1",
  11140. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  11141. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  11142. "dependencies": {
  11143. "has-flag": "^4.0.0"
  11144. },
  11145. "engines": {
  11146. "node": ">=10"
  11147. },
  11148. "funding": {
  11149. "url": "https://github.com/chalk/supports-color?sponsor=1"
  11150. }
  11151. },
  11152. "node_modules/js-tokens": {
  11153. "version": "4.0.0",
  11154. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  11155. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  11156. },
  11157. "node_modules/js-yaml": {
  11158. "version": "3.14.1",
  11159. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
  11160. "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
  11161. "dependencies": {
  11162. "argparse": "^1.0.7",
  11163. "esprima": "^4.0.0"
  11164. },
  11165. "bin": {
  11166. "js-yaml": "bin/js-yaml.js"
  11167. }
  11168. },
  11169. "node_modules/jsdom": {
  11170. "version": "16.7.0",
  11171. "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
  11172. "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
  11173. "dependencies": {
  11174. "abab": "^2.0.5",
  11175. "acorn": "^8.2.4",
  11176. "acorn-globals": "^6.0.0",
  11177. "cssom": "^0.4.4",
  11178. "cssstyle": "^2.3.0",
  11179. "data-urls": "^2.0.0",
  11180. "decimal.js": "^10.2.1",
  11181. "domexception": "^2.0.1",
  11182. "escodegen": "^2.0.0",
  11183. "form-data": "^3.0.0",
  11184. "html-encoding-sniffer": "^2.0.1",
  11185. "http-proxy-agent": "^4.0.1",
  11186. "https-proxy-agent": "^5.0.0",
  11187. "is-potential-custom-element-name": "^1.0.1",
  11188. "nwsapi": "^2.2.0",
  11189. "parse5": "6.0.1",
  11190. "saxes": "^5.0.1",
  11191. "symbol-tree": "^3.2.4",
  11192. "tough-cookie": "^4.0.0",
  11193. "w3c-hr-time": "^1.0.2",
  11194. "w3c-xmlserializer": "^2.0.0",
  11195. "webidl-conversions": "^6.1.0",
  11196. "whatwg-encoding": "^1.0.5",
  11197. "whatwg-mimetype": "^2.3.0",
  11198. "whatwg-url": "^8.5.0",
  11199. "ws": "^7.4.6",
  11200. "xml-name-validator": "^3.0.0"
  11201. },
  11202. "engines": {
  11203. "node": ">=10"
  11204. },
  11205. "peerDependencies": {
  11206. "canvas": "^2.5.0"
  11207. },
  11208. "peerDependenciesMeta": {
  11209. "canvas": {
  11210. "optional": true
  11211. }
  11212. }
  11213. },
  11214. "node_modules/jsesc": {
  11215. "version": "2.5.2",
  11216. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  11217. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  11218. "bin": {
  11219. "jsesc": "bin/jsesc"
  11220. },
  11221. "engines": {
  11222. "node": ">=4"
  11223. }
  11224. },
  11225. "node_modules/json-parse-even-better-errors": {
  11226. "version": "2.3.1",
  11227. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  11228. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
  11229. },
  11230. "node_modules/json-schema": {
  11231. "version": "0.4.0",
  11232. "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
  11233. "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
  11234. },
  11235. "node_modules/json-schema-traverse": {
  11236. "version": "0.4.1",
  11237. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  11238. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
  11239. },
  11240. "node_modules/json-stable-stringify-without-jsonify": {
  11241. "version": "1.0.1",
  11242. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  11243. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw=="
  11244. },
  11245. "node_modules/json5": {
  11246. "version": "2.2.1",
  11247. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz",
  11248. "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==",
  11249. "bin": {
  11250. "json5": "lib/cli.js"
  11251. },
  11252. "engines": {
  11253. "node": ">=6"
  11254. }
  11255. },
  11256. "node_modules/jsonfile": {
  11257. "version": "6.1.0",
  11258. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  11259. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  11260. "dependencies": {
  11261. "universalify": "^2.0.0"
  11262. },
  11263. "optionalDependencies": {
  11264. "graceful-fs": "^4.1.6"
  11265. }
  11266. },
  11267. "node_modules/jsonpointer": {
  11268. "version": "5.0.1",
  11269. "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
  11270. "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
  11271. "engines": {
  11272. "node": ">=0.10.0"
  11273. }
  11274. },
  11275. "node_modules/jsx-ast-utils": {
  11276. "version": "3.3.2",
  11277. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.2.tgz",
  11278. "integrity": "sha512-4ZCADZHRkno244xlNnn4AOG6sRQ7iBZ5BbgZ4vW4y5IZw7cVUD1PPeblm1xx/nfmMxPdt/LHsXZW8z/j58+l9Q==",
  11279. "dependencies": {
  11280. "array-includes": "^3.1.5",
  11281. "object.assign": "^4.1.2"
  11282. },
  11283. "engines": {
  11284. "node": ">=4.0"
  11285. }
  11286. },
  11287. "node_modules/kind-of": {
  11288. "version": "6.0.3",
  11289. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  11290. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  11291. "engines": {
  11292. "node": ">=0.10.0"
  11293. }
  11294. },
  11295. "node_modules/kleur": {
  11296. "version": "3.0.3",
  11297. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  11298. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  11299. "engines": {
  11300. "node": ">=6"
  11301. }
  11302. },
  11303. "node_modules/klona": {
  11304. "version": "2.0.5",
  11305. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz",
  11306. "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==",
  11307. "engines": {
  11308. "node": ">= 8"
  11309. }
  11310. },
  11311. "node_modules/language-subtag-registry": {
  11312. "version": "0.3.22",
  11313. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
  11314. "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w=="
  11315. },
  11316. "node_modules/language-tags": {
  11317. "version": "1.0.5",
  11318. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
  11319. "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==",
  11320. "dependencies": {
  11321. "language-subtag-registry": "~0.3.2"
  11322. }
  11323. },
  11324. "node_modules/leven": {
  11325. "version": "3.1.0",
  11326. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  11327. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  11328. "engines": {
  11329. "node": ">=6"
  11330. }
  11331. },
  11332. "node_modules/levn": {
  11333. "version": "0.4.1",
  11334. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  11335. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  11336. "dependencies": {
  11337. "prelude-ls": "^1.2.1",
  11338. "type-check": "~0.4.0"
  11339. },
  11340. "engines": {
  11341. "node": ">= 0.8.0"
  11342. }
  11343. },
  11344. "node_modules/lilconfig": {
  11345. "version": "2.0.6",
  11346. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.6.tgz",
  11347. "integrity": "sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==",
  11348. "engines": {
  11349. "node": ">=10"
  11350. }
  11351. },
  11352. "node_modules/lines-and-columns": {
  11353. "version": "1.2.4",
  11354. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  11355. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
  11356. },
  11357. "node_modules/loader-runner": {
  11358. "version": "4.3.0",
  11359. "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
  11360. "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==",
  11361. "engines": {
  11362. "node": ">=6.11.5"
  11363. }
  11364. },
  11365. "node_modules/loader-utils": {
  11366. "version": "2.0.2",
  11367. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz",
  11368. "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==",
  11369. "dependencies": {
  11370. "big.js": "^5.2.2",
  11371. "emojis-list": "^3.0.0",
  11372. "json5": "^2.1.2"
  11373. },
  11374. "engines": {
  11375. "node": ">=8.9.0"
  11376. }
  11377. },
  11378. "node_modules/locate-path": {
  11379. "version": "6.0.0",
  11380. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  11381. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  11382. "dependencies": {
  11383. "p-locate": "^5.0.0"
  11384. },
  11385. "engines": {
  11386. "node": ">=10"
  11387. },
  11388. "funding": {
  11389. "url": "https://github.com/sponsors/sindresorhus"
  11390. }
  11391. },
  11392. "node_modules/lodash": {
  11393. "version": "4.17.21",
  11394. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  11395. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  11396. },
  11397. "node_modules/lodash.debounce": {
  11398. "version": "4.0.8",
  11399. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  11400. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
  11401. },
  11402. "node_modules/lodash.memoize": {
  11403. "version": "4.1.2",
  11404. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  11405. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
  11406. },
  11407. "node_modules/lodash.merge": {
  11408. "version": "4.6.2",
  11409. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  11410. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
  11411. },
  11412. "node_modules/lodash.sortby": {
  11413. "version": "4.7.0",
  11414. "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
  11415. "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA=="
  11416. },
  11417. "node_modules/lodash.uniq": {
  11418. "version": "4.5.0",
  11419. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  11420. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="
  11421. },
  11422. "node_modules/loose-envify": {
  11423. "version": "1.4.0",
  11424. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  11425. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  11426. "dependencies": {
  11427. "js-tokens": "^3.0.0 || ^4.0.0"
  11428. },
  11429. "bin": {
  11430. "loose-envify": "cli.js"
  11431. }
  11432. },
  11433. "node_modules/lower-case": {
  11434. "version": "2.0.2",
  11435. "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
  11436. "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
  11437. "dependencies": {
  11438. "tslib": "^2.0.3"
  11439. }
  11440. },
  11441. "node_modules/lru-cache": {
  11442. "version": "6.0.0",
  11443. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  11444. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  11445. "dependencies": {
  11446. "yallist": "^4.0.0"
  11447. },
  11448. "engines": {
  11449. "node": ">=10"
  11450. }
  11451. },
  11452. "node_modules/lz-string": {
  11453. "version": "1.4.4",
  11454. "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz",
  11455. "integrity": "sha512-0ckx7ZHRPqb0oUm8zNr+90mtf9DQB60H1wMCjBtfi62Kl3a7JbHob6gA2bC+xRvZoOL+1hzUK8jeuEIQE8svEQ==",
  11456. "bin": {
  11457. "lz-string": "bin/bin.js"
  11458. }
  11459. },
  11460. "node_modules/magic-string": {
  11461. "version": "0.25.9",
  11462. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
  11463. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  11464. "dependencies": {
  11465. "sourcemap-codec": "^1.4.8"
  11466. }
  11467. },
  11468. "node_modules/make-dir": {
  11469. "version": "3.1.0",
  11470. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  11471. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  11472. "dependencies": {
  11473. "semver": "^6.0.0"
  11474. },
  11475. "engines": {
  11476. "node": ">=8"
  11477. },
  11478. "funding": {
  11479. "url": "https://github.com/sponsors/sindresorhus"
  11480. }
  11481. },
  11482. "node_modules/make-dir/node_modules/semver": {
  11483. "version": "6.3.0",
  11484. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  11485. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  11486. "bin": {
  11487. "semver": "bin/semver.js"
  11488. }
  11489. },
  11490. "node_modules/makeerror": {
  11491. "version": "1.0.12",
  11492. "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
  11493. "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
  11494. "dependencies": {
  11495. "tmpl": "1.0.5"
  11496. }
  11497. },
  11498. "node_modules/mdn-data": {
  11499. "version": "2.0.4",
  11500. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
  11501. "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA=="
  11502. },
  11503. "node_modules/media-typer": {
  11504. "version": "0.3.0",
  11505. "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
  11506. "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
  11507. "engines": {
  11508. "node": ">= 0.6"
  11509. }
  11510. },
  11511. "node_modules/memfs": {
  11512. "version": "3.4.7",
  11513. "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.7.tgz",
  11514. "integrity": "sha512-ygaiUSNalBX85388uskeCyhSAoOSgzBbtVCr9jA2RROssFL9Q19/ZXFqS+2Th2sr1ewNIWgFdLzLC3Yl1Zv+lw==",
  11515. "dependencies": {
  11516. "fs-monkey": "^1.0.3"
  11517. },
  11518. "engines": {
  11519. "node": ">= 4.0.0"
  11520. }
  11521. },
  11522. "node_modules/merge-descriptors": {
  11523. "version": "1.0.1",
  11524. "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
  11525. "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w=="
  11526. },
  11527. "node_modules/merge-stream": {
  11528. "version": "2.0.0",
  11529. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  11530. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  11531. },
  11532. "node_modules/merge2": {
  11533. "version": "1.4.1",
  11534. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  11535. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  11536. "engines": {
  11537. "node": ">= 8"
  11538. }
  11539. },
  11540. "node_modules/methods": {
  11541. "version": "1.1.2",
  11542. "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
  11543. "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
  11544. "engines": {
  11545. "node": ">= 0.6"
  11546. }
  11547. },
  11548. "node_modules/micromatch": {
  11549. "version": "4.0.5",
  11550. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  11551. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  11552. "dependencies": {
  11553. "braces": "^3.0.2",
  11554. "picomatch": "^2.3.1"
  11555. },
  11556. "engines": {
  11557. "node": ">=8.6"
  11558. }
  11559. },
  11560. "node_modules/mime": {
  11561. "version": "1.6.0",
  11562. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  11563. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  11564. "bin": {
  11565. "mime": "cli.js"
  11566. },
  11567. "engines": {
  11568. "node": ">=4"
  11569. }
  11570. },
  11571. "node_modules/mime-db": {
  11572. "version": "1.52.0",
  11573. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  11574. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  11575. "engines": {
  11576. "node": ">= 0.6"
  11577. }
  11578. },
  11579. "node_modules/mime-types": {
  11580. "version": "2.1.35",
  11581. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  11582. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  11583. "dependencies": {
  11584. "mime-db": "1.52.0"
  11585. },
  11586. "engines": {
  11587. "node": ">= 0.6"
  11588. }
  11589. },
  11590. "node_modules/mimic-fn": {
  11591. "version": "2.1.0",
  11592. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  11593. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  11594. "engines": {
  11595. "node": ">=6"
  11596. }
  11597. },
  11598. "node_modules/min-indent": {
  11599. "version": "1.0.1",
  11600. "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
  11601. "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
  11602. "engines": {
  11603. "node": ">=4"
  11604. }
  11605. },
  11606. "node_modules/mini-css-extract-plugin": {
  11607. "version": "2.6.1",
  11608. "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.1.tgz",
  11609. "integrity": "sha512-wd+SD57/K6DiV7jIR34P+s3uckTRuQvx0tKPcvjFlrEylk6P4mQ2KSWk1hblj1Kxaqok7LogKOieygXqBczNlg==",
  11610. "dependencies": {
  11611. "schema-utils": "^4.0.0"
  11612. },
  11613. "engines": {
  11614. "node": ">= 12.13.0"
  11615. },
  11616. "funding": {
  11617. "type": "opencollective",
  11618. "url": "https://opencollective.com/webpack"
  11619. },
  11620. "peerDependencies": {
  11621. "webpack": "^5.0.0"
  11622. }
  11623. },
  11624. "node_modules/mini-css-extract-plugin/node_modules/ajv": {
  11625. "version": "8.11.0",
  11626. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  11627. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  11628. "dependencies": {
  11629. "fast-deep-equal": "^3.1.1",
  11630. "json-schema-traverse": "^1.0.0",
  11631. "require-from-string": "^2.0.2",
  11632. "uri-js": "^4.2.2"
  11633. },
  11634. "funding": {
  11635. "type": "github",
  11636. "url": "https://github.com/sponsors/epoberezkin"
  11637. }
  11638. },
  11639. "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": {
  11640. "version": "5.1.0",
  11641. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  11642. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  11643. "dependencies": {
  11644. "fast-deep-equal": "^3.1.3"
  11645. },
  11646. "peerDependencies": {
  11647. "ajv": "^8.8.2"
  11648. }
  11649. },
  11650. "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": {
  11651. "version": "1.0.0",
  11652. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  11653. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  11654. },
  11655. "node_modules/mini-css-extract-plugin/node_modules/schema-utils": {
  11656. "version": "4.0.0",
  11657. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  11658. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  11659. "dependencies": {
  11660. "@types/json-schema": "^7.0.9",
  11661. "ajv": "^8.8.0",
  11662. "ajv-formats": "^2.1.1",
  11663. "ajv-keywords": "^5.0.0"
  11664. },
  11665. "engines": {
  11666. "node": ">= 12.13.0"
  11667. },
  11668. "funding": {
  11669. "type": "opencollective",
  11670. "url": "https://opencollective.com/webpack"
  11671. }
  11672. },
  11673. "node_modules/minimalistic-assert": {
  11674. "version": "1.0.1",
  11675. "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
  11676. "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
  11677. },
  11678. "node_modules/minimatch": {
  11679. "version": "3.1.2",
  11680. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  11681. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  11682. "dependencies": {
  11683. "brace-expansion": "^1.1.7"
  11684. },
  11685. "engines": {
  11686. "node": "*"
  11687. }
  11688. },
  11689. "node_modules/minimist": {
  11690. "version": "1.2.6",
  11691. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
  11692. "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
  11693. },
  11694. "node_modules/mkdirp": {
  11695. "version": "0.5.6",
  11696. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
  11697. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  11698. "dependencies": {
  11699. "minimist": "^1.2.6"
  11700. },
  11701. "bin": {
  11702. "mkdirp": "bin/cmd.js"
  11703. }
  11704. },
  11705. "node_modules/mobx": {
  11706. "version": "6.6.1",
  11707. "resolved": "https://registry.npmjs.org/mobx/-/mobx-6.6.1.tgz",
  11708. "integrity": "sha512-7su3UZv5JF+ohLr2opabjbUAERfXstMY+wiBtey8yNAPoB8H187RaQXuhFjNkH8aE4iHbDWnhDFZw0+5ic4nGQ==",
  11709. "funding": {
  11710. "type": "opencollective",
  11711. "url": "https://opencollective.com/mobx"
  11712. }
  11713. },
  11714. "node_modules/mobx-react-lite": {
  11715. "version": "3.4.0",
  11716. "resolved": "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-3.4.0.tgz",
  11717. "integrity": "sha512-bRuZp3C0itgLKHu/VNxi66DN/XVkQG7xtoBVWxpvC5FhAqbOCP21+nPhULjnzEqd7xBMybp6KwytdUpZKEgpIQ==",
  11718. "funding": {
  11719. "type": "opencollective",
  11720. "url": "https://opencollective.com/mobx"
  11721. },
  11722. "peerDependencies": {
  11723. "mobx": "^6.1.0",
  11724. "react": "^16.8.0 || ^17 || ^18"
  11725. },
  11726. "peerDependenciesMeta": {
  11727. "react-dom": {
  11728. "optional": true
  11729. },
  11730. "react-native": {
  11731. "optional": true
  11732. }
  11733. }
  11734. },
  11735. "node_modules/ms": {
  11736. "version": "2.1.2",
  11737. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  11738. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  11739. },
  11740. "node_modules/multicast-dns": {
  11741. "version": "7.2.5",
  11742. "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz",
  11743. "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==",
  11744. "dependencies": {
  11745. "dns-packet": "^5.2.2",
  11746. "thunky": "^1.0.2"
  11747. },
  11748. "bin": {
  11749. "multicast-dns": "cli.js"
  11750. }
  11751. },
  11752. "node_modules/nanoid": {
  11753. "version": "3.3.4",
  11754. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz",
  11755. "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==",
  11756. "bin": {
  11757. "nanoid": "bin/nanoid.cjs"
  11758. },
  11759. "engines": {
  11760. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  11761. }
  11762. },
  11763. "node_modules/natural-compare": {
  11764. "version": "1.4.0",
  11765. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  11766. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw=="
  11767. },
  11768. "node_modules/negotiator": {
  11769. "version": "0.6.3",
  11770. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
  11771. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  11772. "engines": {
  11773. "node": ">= 0.6"
  11774. }
  11775. },
  11776. "node_modules/neo-async": {
  11777. "version": "2.6.2",
  11778. "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  11779. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
  11780. },
  11781. "node_modules/no-case": {
  11782. "version": "3.0.4",
  11783. "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
  11784. "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
  11785. "dependencies": {
  11786. "lower-case": "^2.0.2",
  11787. "tslib": "^2.0.3"
  11788. }
  11789. },
  11790. "node_modules/node-forge": {
  11791. "version": "1.3.1",
  11792. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
  11793. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
  11794. "engines": {
  11795. "node": ">= 6.13.0"
  11796. }
  11797. },
  11798. "node_modules/node-int64": {
  11799. "version": "0.4.0",
  11800. "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
  11801. "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw=="
  11802. },
  11803. "node_modules/node-releases": {
  11804. "version": "2.0.6",
  11805. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz",
  11806. "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg=="
  11807. },
  11808. "node_modules/normalize-path": {
  11809. "version": "3.0.0",
  11810. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  11811. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  11812. "engines": {
  11813. "node": ">=0.10.0"
  11814. }
  11815. },
  11816. "node_modules/normalize-range": {
  11817. "version": "0.1.2",
  11818. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  11819. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  11820. "engines": {
  11821. "node": ">=0.10.0"
  11822. }
  11823. },
  11824. "node_modules/normalize-url": {
  11825. "version": "6.1.0",
  11826. "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
  11827. "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
  11828. "engines": {
  11829. "node": ">=10"
  11830. },
  11831. "funding": {
  11832. "url": "https://github.com/sponsors/sindresorhus"
  11833. }
  11834. },
  11835. "node_modules/npm-run-path": {
  11836. "version": "4.0.1",
  11837. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  11838. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  11839. "dependencies": {
  11840. "path-key": "^3.0.0"
  11841. },
  11842. "engines": {
  11843. "node": ">=8"
  11844. }
  11845. },
  11846. "node_modules/nth-check": {
  11847. "version": "2.1.1",
  11848. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  11849. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  11850. "dependencies": {
  11851. "boolbase": "^1.0.0"
  11852. },
  11853. "funding": {
  11854. "url": "https://github.com/fb55/nth-check?sponsor=1"
  11855. }
  11856. },
  11857. "node_modules/nwsapi": {
  11858. "version": "2.2.1",
  11859. "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.1.tgz",
  11860. "integrity": "sha512-JYOWTeFoS0Z93587vRJgASD5Ut11fYl5NyihP3KrYBvMe1FRRs6RN7m20SA/16GM4P6hTnZjT+UmDOt38UeXNg=="
  11861. },
  11862. "node_modules/object-assign": {
  11863. "version": "4.1.1",
  11864. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  11865. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  11866. "engines": {
  11867. "node": ">=0.10.0"
  11868. }
  11869. },
  11870. "node_modules/object-hash": {
  11871. "version": "3.0.0",
  11872. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  11873. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  11874. "engines": {
  11875. "node": ">= 6"
  11876. }
  11877. },
  11878. "node_modules/object-inspect": {
  11879. "version": "1.12.2",
  11880. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz",
  11881. "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==",
  11882. "funding": {
  11883. "url": "https://github.com/sponsors/ljharb"
  11884. }
  11885. },
  11886. "node_modules/object-keys": {
  11887. "version": "1.1.1",
  11888. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  11889. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  11890. "engines": {
  11891. "node": ">= 0.4"
  11892. }
  11893. },
  11894. "node_modules/object.assign": {
  11895. "version": "4.1.2",
  11896. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
  11897. "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
  11898. "dependencies": {
  11899. "call-bind": "^1.0.0",
  11900. "define-properties": "^1.1.3",
  11901. "has-symbols": "^1.0.1",
  11902. "object-keys": "^1.1.1"
  11903. },
  11904. "engines": {
  11905. "node": ">= 0.4"
  11906. },
  11907. "funding": {
  11908. "url": "https://github.com/sponsors/ljharb"
  11909. }
  11910. },
  11911. "node_modules/object.entries": {
  11912. "version": "1.1.5",
  11913. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz",
  11914. "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==",
  11915. "dependencies": {
  11916. "call-bind": "^1.0.2",
  11917. "define-properties": "^1.1.3",
  11918. "es-abstract": "^1.19.1"
  11919. },
  11920. "engines": {
  11921. "node": ">= 0.4"
  11922. }
  11923. },
  11924. "node_modules/object.fromentries": {
  11925. "version": "2.0.5",
  11926. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz",
  11927. "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==",
  11928. "dependencies": {
  11929. "call-bind": "^1.0.2",
  11930. "define-properties": "^1.1.3",
  11931. "es-abstract": "^1.19.1"
  11932. },
  11933. "engines": {
  11934. "node": ">= 0.4"
  11935. },
  11936. "funding": {
  11937. "url": "https://github.com/sponsors/ljharb"
  11938. }
  11939. },
  11940. "node_modules/object.getownpropertydescriptors": {
  11941. "version": "2.1.4",
  11942. "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.4.tgz",
  11943. "integrity": "sha512-sccv3L/pMModT6dJAYF3fzGMVcb38ysQ0tEE6ixv2yXJDtEIPph268OlAdJj5/qZMZDq2g/jqvwppt36uS/uQQ==",
  11944. "dependencies": {
  11945. "array.prototype.reduce": "^1.0.4",
  11946. "call-bind": "^1.0.2",
  11947. "define-properties": "^1.1.4",
  11948. "es-abstract": "^1.20.1"
  11949. },
  11950. "engines": {
  11951. "node": ">= 0.8"
  11952. },
  11953. "funding": {
  11954. "url": "https://github.com/sponsors/ljharb"
  11955. }
  11956. },
  11957. "node_modules/object.hasown": {
  11958. "version": "1.1.1",
  11959. "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.1.tgz",
  11960. "integrity": "sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==",
  11961. "dependencies": {
  11962. "define-properties": "^1.1.4",
  11963. "es-abstract": "^1.19.5"
  11964. },
  11965. "funding": {
  11966. "url": "https://github.com/sponsors/ljharb"
  11967. }
  11968. },
  11969. "node_modules/object.values": {
  11970. "version": "1.1.5",
  11971. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz",
  11972. "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==",
  11973. "dependencies": {
  11974. "call-bind": "^1.0.2",
  11975. "define-properties": "^1.1.3",
  11976. "es-abstract": "^1.19.1"
  11977. },
  11978. "engines": {
  11979. "node": ">= 0.4"
  11980. },
  11981. "funding": {
  11982. "url": "https://github.com/sponsors/ljharb"
  11983. }
  11984. },
  11985. "node_modules/obuf": {
  11986. "version": "1.1.2",
  11987. "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
  11988. "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg=="
  11989. },
  11990. "node_modules/on-finished": {
  11991. "version": "2.4.1",
  11992. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  11993. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  11994. "dependencies": {
  11995. "ee-first": "1.1.1"
  11996. },
  11997. "engines": {
  11998. "node": ">= 0.8"
  11999. }
  12000. },
  12001. "node_modules/on-headers": {
  12002. "version": "1.0.2",
  12003. "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
  12004. "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
  12005. "engines": {
  12006. "node": ">= 0.8"
  12007. }
  12008. },
  12009. "node_modules/once": {
  12010. "version": "1.4.0",
  12011. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  12012. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  12013. "dependencies": {
  12014. "wrappy": "1"
  12015. }
  12016. },
  12017. "node_modules/onetime": {
  12018. "version": "5.1.2",
  12019. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  12020. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  12021. "dependencies": {
  12022. "mimic-fn": "^2.1.0"
  12023. },
  12024. "engines": {
  12025. "node": ">=6"
  12026. },
  12027. "funding": {
  12028. "url": "https://github.com/sponsors/sindresorhus"
  12029. }
  12030. },
  12031. "node_modules/open": {
  12032. "version": "8.4.0",
  12033. "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz",
  12034. "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==",
  12035. "dependencies": {
  12036. "define-lazy-prop": "^2.0.0",
  12037. "is-docker": "^2.1.1",
  12038. "is-wsl": "^2.2.0"
  12039. },
  12040. "engines": {
  12041. "node": ">=12"
  12042. },
  12043. "funding": {
  12044. "url": "https://github.com/sponsors/sindresorhus"
  12045. }
  12046. },
  12047. "node_modules/optionator": {
  12048. "version": "0.9.1",
  12049. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
  12050. "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
  12051. "dependencies": {
  12052. "deep-is": "^0.1.3",
  12053. "fast-levenshtein": "^2.0.6",
  12054. "levn": "^0.4.1",
  12055. "prelude-ls": "^1.2.1",
  12056. "type-check": "^0.4.0",
  12057. "word-wrap": "^1.2.3"
  12058. },
  12059. "engines": {
  12060. "node": ">= 0.8.0"
  12061. }
  12062. },
  12063. "node_modules/p-limit": {
  12064. "version": "3.1.0",
  12065. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  12066. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  12067. "dependencies": {
  12068. "yocto-queue": "^0.1.0"
  12069. },
  12070. "engines": {
  12071. "node": ">=10"
  12072. },
  12073. "funding": {
  12074. "url": "https://github.com/sponsors/sindresorhus"
  12075. }
  12076. },
  12077. "node_modules/p-locate": {
  12078. "version": "5.0.0",
  12079. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  12080. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  12081. "dependencies": {
  12082. "p-limit": "^3.0.2"
  12083. },
  12084. "engines": {
  12085. "node": ">=10"
  12086. },
  12087. "funding": {
  12088. "url": "https://github.com/sponsors/sindresorhus"
  12089. }
  12090. },
  12091. "node_modules/p-retry": {
  12092. "version": "4.6.2",
  12093. "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
  12094. "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
  12095. "dependencies": {
  12096. "@types/retry": "0.12.0",
  12097. "retry": "^0.13.1"
  12098. },
  12099. "engines": {
  12100. "node": ">=8"
  12101. }
  12102. },
  12103. "node_modules/p-try": {
  12104. "version": "2.2.0",
  12105. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  12106. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  12107. "engines": {
  12108. "node": ">=6"
  12109. }
  12110. },
  12111. "node_modules/param-case": {
  12112. "version": "3.0.4",
  12113. "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
  12114. "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
  12115. "dependencies": {
  12116. "dot-case": "^3.0.4",
  12117. "tslib": "^2.0.3"
  12118. }
  12119. },
  12120. "node_modules/parent-module": {
  12121. "version": "1.0.1",
  12122. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  12123. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  12124. "dependencies": {
  12125. "callsites": "^3.0.0"
  12126. },
  12127. "engines": {
  12128. "node": ">=6"
  12129. }
  12130. },
  12131. "node_modules/parse-json": {
  12132. "version": "5.2.0",
  12133. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  12134. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  12135. "dependencies": {
  12136. "@babel/code-frame": "^7.0.0",
  12137. "error-ex": "^1.3.1",
  12138. "json-parse-even-better-errors": "^2.3.0",
  12139. "lines-and-columns": "^1.1.6"
  12140. },
  12141. "engines": {
  12142. "node": ">=8"
  12143. },
  12144. "funding": {
  12145. "url": "https://github.com/sponsors/sindresorhus"
  12146. }
  12147. },
  12148. "node_modules/parse5": {
  12149. "version": "6.0.1",
  12150. "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
  12151. "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
  12152. },
  12153. "node_modules/parseurl": {
  12154. "version": "1.3.3",
  12155. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  12156. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  12157. "engines": {
  12158. "node": ">= 0.8"
  12159. }
  12160. },
  12161. "node_modules/pascal-case": {
  12162. "version": "3.1.2",
  12163. "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
  12164. "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
  12165. "dependencies": {
  12166. "no-case": "^3.0.4",
  12167. "tslib": "^2.0.3"
  12168. }
  12169. },
  12170. "node_modules/path-exists": {
  12171. "version": "4.0.0",
  12172. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  12173. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  12174. "engines": {
  12175. "node": ">=8"
  12176. }
  12177. },
  12178. "node_modules/path-is-absolute": {
  12179. "version": "1.0.1",
  12180. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  12181. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  12182. "engines": {
  12183. "node": ">=0.10.0"
  12184. }
  12185. },
  12186. "node_modules/path-key": {
  12187. "version": "3.1.1",
  12188. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  12189. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  12190. "engines": {
  12191. "node": ">=8"
  12192. }
  12193. },
  12194. "node_modules/path-parse": {
  12195. "version": "1.0.7",
  12196. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  12197. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  12198. },
  12199. "node_modules/path-to-regexp": {
  12200. "version": "0.1.7",
  12201. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
  12202. "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ=="
  12203. },
  12204. "node_modules/path-type": {
  12205. "version": "4.0.0",
  12206. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  12207. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  12208. "engines": {
  12209. "node": ">=8"
  12210. }
  12211. },
  12212. "node_modules/performance-now": {
  12213. "version": "2.1.0",
  12214. "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
  12215. "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="
  12216. },
  12217. "node_modules/picocolors": {
  12218. "version": "1.0.0",
  12219. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  12220. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
  12221. },
  12222. "node_modules/picomatch": {
  12223. "version": "2.3.1",
  12224. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  12225. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  12226. "engines": {
  12227. "node": ">=8.6"
  12228. },
  12229. "funding": {
  12230. "url": "https://github.com/sponsors/jonschlinkert"
  12231. }
  12232. },
  12233. "node_modules/pify": {
  12234. "version": "2.3.0",
  12235. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  12236. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  12237. "engines": {
  12238. "node": ">=0.10.0"
  12239. }
  12240. },
  12241. "node_modules/pirates": {
  12242. "version": "4.0.5",
  12243. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
  12244. "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",
  12245. "engines": {
  12246. "node": ">= 6"
  12247. }
  12248. },
  12249. "node_modules/pkg-dir": {
  12250. "version": "4.2.0",
  12251. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  12252. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  12253. "dependencies": {
  12254. "find-up": "^4.0.0"
  12255. },
  12256. "engines": {
  12257. "node": ">=8"
  12258. }
  12259. },
  12260. "node_modules/pkg-dir/node_modules/find-up": {
  12261. "version": "4.1.0",
  12262. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  12263. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  12264. "dependencies": {
  12265. "locate-path": "^5.0.0",
  12266. "path-exists": "^4.0.0"
  12267. },
  12268. "engines": {
  12269. "node": ">=8"
  12270. }
  12271. },
  12272. "node_modules/pkg-dir/node_modules/locate-path": {
  12273. "version": "5.0.0",
  12274. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  12275. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  12276. "dependencies": {
  12277. "p-locate": "^4.1.0"
  12278. },
  12279. "engines": {
  12280. "node": ">=8"
  12281. }
  12282. },
  12283. "node_modules/pkg-dir/node_modules/p-limit": {
  12284. "version": "2.3.0",
  12285. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  12286. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  12287. "dependencies": {
  12288. "p-try": "^2.0.0"
  12289. },
  12290. "engines": {
  12291. "node": ">=6"
  12292. },
  12293. "funding": {
  12294. "url": "https://github.com/sponsors/sindresorhus"
  12295. }
  12296. },
  12297. "node_modules/pkg-dir/node_modules/p-locate": {
  12298. "version": "4.1.0",
  12299. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  12300. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  12301. "dependencies": {
  12302. "p-limit": "^2.2.0"
  12303. },
  12304. "engines": {
  12305. "node": ">=8"
  12306. }
  12307. },
  12308. "node_modules/pkg-up": {
  12309. "version": "3.1.0",
  12310. "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
  12311. "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
  12312. "dependencies": {
  12313. "find-up": "^3.0.0"
  12314. },
  12315. "engines": {
  12316. "node": ">=8"
  12317. }
  12318. },
  12319. "node_modules/pkg-up/node_modules/find-up": {
  12320. "version": "3.0.0",
  12321. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  12322. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  12323. "dependencies": {
  12324. "locate-path": "^3.0.0"
  12325. },
  12326. "engines": {
  12327. "node": ">=6"
  12328. }
  12329. },
  12330. "node_modules/pkg-up/node_modules/locate-path": {
  12331. "version": "3.0.0",
  12332. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  12333. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  12334. "dependencies": {
  12335. "p-locate": "^3.0.0",
  12336. "path-exists": "^3.0.0"
  12337. },
  12338. "engines": {
  12339. "node": ">=6"
  12340. }
  12341. },
  12342. "node_modules/pkg-up/node_modules/p-limit": {
  12343. "version": "2.3.0",
  12344. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  12345. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  12346. "dependencies": {
  12347. "p-try": "^2.0.0"
  12348. },
  12349. "engines": {
  12350. "node": ">=6"
  12351. },
  12352. "funding": {
  12353. "url": "https://github.com/sponsors/sindresorhus"
  12354. }
  12355. },
  12356. "node_modules/pkg-up/node_modules/p-locate": {
  12357. "version": "3.0.0",
  12358. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  12359. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  12360. "dependencies": {
  12361. "p-limit": "^2.0.0"
  12362. },
  12363. "engines": {
  12364. "node": ">=6"
  12365. }
  12366. },
  12367. "node_modules/pkg-up/node_modules/path-exists": {
  12368. "version": "3.0.0",
  12369. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  12370. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  12371. "engines": {
  12372. "node": ">=4"
  12373. }
  12374. },
  12375. "node_modules/postcss": {
  12376. "version": "8.4.14",
  12377. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz",
  12378. "integrity": "sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==",
  12379. "funding": [
  12380. {
  12381. "type": "opencollective",
  12382. "url": "https://opencollective.com/postcss/"
  12383. },
  12384. {
  12385. "type": "tidelift",
  12386. "url": "https://tidelift.com/funding/github/npm/postcss"
  12387. }
  12388. ],
  12389. "dependencies": {
  12390. "nanoid": "^3.3.4",
  12391. "picocolors": "^1.0.0",
  12392. "source-map-js": "^1.0.2"
  12393. },
  12394. "engines": {
  12395. "node": "^10 || ^12 || >=14"
  12396. }
  12397. },
  12398. "node_modules/postcss-attribute-case-insensitive": {
  12399. "version": "5.0.2",
  12400. "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz",
  12401. "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==",
  12402. "dependencies": {
  12403. "postcss-selector-parser": "^6.0.10"
  12404. },
  12405. "engines": {
  12406. "node": "^12 || ^14 || >=16"
  12407. },
  12408. "funding": {
  12409. "type": "opencollective",
  12410. "url": "https://opencollective.com/csstools"
  12411. },
  12412. "peerDependencies": {
  12413. "postcss": "^8.2"
  12414. }
  12415. },
  12416. "node_modules/postcss-browser-comments": {
  12417. "version": "4.0.0",
  12418. "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz",
  12419. "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==",
  12420. "engines": {
  12421. "node": ">=8"
  12422. },
  12423. "peerDependencies": {
  12424. "browserslist": ">=4",
  12425. "postcss": ">=8"
  12426. }
  12427. },
  12428. "node_modules/postcss-calc": {
  12429. "version": "8.2.4",
  12430. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz",
  12431. "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
  12432. "dependencies": {
  12433. "postcss-selector-parser": "^6.0.9",
  12434. "postcss-value-parser": "^4.2.0"
  12435. },
  12436. "peerDependencies": {
  12437. "postcss": "^8.2.2"
  12438. }
  12439. },
  12440. "node_modules/postcss-clamp": {
  12441. "version": "4.1.0",
  12442. "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz",
  12443. "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==",
  12444. "dependencies": {
  12445. "postcss-value-parser": "^4.2.0"
  12446. },
  12447. "engines": {
  12448. "node": ">=7.6.0"
  12449. },
  12450. "peerDependencies": {
  12451. "postcss": "^8.4.6"
  12452. }
  12453. },
  12454. "node_modules/postcss-color-functional-notation": {
  12455. "version": "4.2.4",
  12456. "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz",
  12457. "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==",
  12458. "dependencies": {
  12459. "postcss-value-parser": "^4.2.0"
  12460. },
  12461. "engines": {
  12462. "node": "^12 || ^14 || >=16"
  12463. },
  12464. "funding": {
  12465. "type": "opencollective",
  12466. "url": "https://opencollective.com/csstools"
  12467. },
  12468. "peerDependencies": {
  12469. "postcss": "^8.2"
  12470. }
  12471. },
  12472. "node_modules/postcss-color-hex-alpha": {
  12473. "version": "8.0.4",
  12474. "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz",
  12475. "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==",
  12476. "dependencies": {
  12477. "postcss-value-parser": "^4.2.0"
  12478. },
  12479. "engines": {
  12480. "node": "^12 || ^14 || >=16"
  12481. },
  12482. "funding": {
  12483. "type": "opencollective",
  12484. "url": "https://opencollective.com/csstools"
  12485. },
  12486. "peerDependencies": {
  12487. "postcss": "^8.4"
  12488. }
  12489. },
  12490. "node_modules/postcss-color-rebeccapurple": {
  12491. "version": "7.1.1",
  12492. "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz",
  12493. "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==",
  12494. "dependencies": {
  12495. "postcss-value-parser": "^4.2.0"
  12496. },
  12497. "engines": {
  12498. "node": "^12 || ^14 || >=16"
  12499. },
  12500. "funding": {
  12501. "type": "opencollective",
  12502. "url": "https://opencollective.com/csstools"
  12503. },
  12504. "peerDependencies": {
  12505. "postcss": "^8.2"
  12506. }
  12507. },
  12508. "node_modules/postcss-colormin": {
  12509. "version": "5.3.0",
  12510. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.0.tgz",
  12511. "integrity": "sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==",
  12512. "dependencies": {
  12513. "browserslist": "^4.16.6",
  12514. "caniuse-api": "^3.0.0",
  12515. "colord": "^2.9.1",
  12516. "postcss-value-parser": "^4.2.0"
  12517. },
  12518. "engines": {
  12519. "node": "^10 || ^12 || >=14.0"
  12520. },
  12521. "peerDependencies": {
  12522. "postcss": "^8.2.15"
  12523. }
  12524. },
  12525. "node_modules/postcss-convert-values": {
  12526. "version": "5.1.2",
  12527. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.2.tgz",
  12528. "integrity": "sha512-c6Hzc4GAv95B7suy4udszX9Zy4ETyMCgFPUDtWjdFTKH1SE9eFY/jEpHSwTH1QPuwxHpWslhckUQWbNRM4ho5g==",
  12529. "dependencies": {
  12530. "browserslist": "^4.20.3",
  12531. "postcss-value-parser": "^4.2.0"
  12532. },
  12533. "engines": {
  12534. "node": "^10 || ^12 || >=14.0"
  12535. },
  12536. "peerDependencies": {
  12537. "postcss": "^8.2.15"
  12538. }
  12539. },
  12540. "node_modules/postcss-custom-media": {
  12541. "version": "8.0.2",
  12542. "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz",
  12543. "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==",
  12544. "dependencies": {
  12545. "postcss-value-parser": "^4.2.0"
  12546. },
  12547. "engines": {
  12548. "node": "^12 || ^14 || >=16"
  12549. },
  12550. "funding": {
  12551. "type": "opencollective",
  12552. "url": "https://opencollective.com/csstools"
  12553. },
  12554. "peerDependencies": {
  12555. "postcss": "^8.3"
  12556. }
  12557. },
  12558. "node_modules/postcss-custom-properties": {
  12559. "version": "12.1.8",
  12560. "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.8.tgz",
  12561. "integrity": "sha512-8rbj8kVu00RQh2fQF81oBqtduiANu4MIxhyf0HbbStgPtnFlWn0yiaYTpLHrPnJbffVY1s9apWsIoVZcc68FxA==",
  12562. "dependencies": {
  12563. "postcss-value-parser": "^4.2.0"
  12564. },
  12565. "engines": {
  12566. "node": "^12 || ^14 || >=16"
  12567. },
  12568. "funding": {
  12569. "type": "opencollective",
  12570. "url": "https://opencollective.com/csstools"
  12571. },
  12572. "peerDependencies": {
  12573. "postcss": "^8.4"
  12574. }
  12575. },
  12576. "node_modules/postcss-custom-selectors": {
  12577. "version": "6.0.3",
  12578. "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz",
  12579. "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==",
  12580. "dependencies": {
  12581. "postcss-selector-parser": "^6.0.4"
  12582. },
  12583. "engines": {
  12584. "node": "^12 || ^14 || >=16"
  12585. },
  12586. "funding": {
  12587. "type": "opencollective",
  12588. "url": "https://opencollective.com/csstools"
  12589. },
  12590. "peerDependencies": {
  12591. "postcss": "^8.3"
  12592. }
  12593. },
  12594. "node_modules/postcss-dir-pseudo-class": {
  12595. "version": "6.0.5",
  12596. "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz",
  12597. "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==",
  12598. "dependencies": {
  12599. "postcss-selector-parser": "^6.0.10"
  12600. },
  12601. "engines": {
  12602. "node": "^12 || ^14 || >=16"
  12603. },
  12604. "funding": {
  12605. "type": "opencollective",
  12606. "url": "https://opencollective.com/csstools"
  12607. },
  12608. "peerDependencies": {
  12609. "postcss": "^8.2"
  12610. }
  12611. },
  12612. "node_modules/postcss-discard-comments": {
  12613. "version": "5.1.2",
  12614. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
  12615. "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==",
  12616. "engines": {
  12617. "node": "^10 || ^12 || >=14.0"
  12618. },
  12619. "peerDependencies": {
  12620. "postcss": "^8.2.15"
  12621. }
  12622. },
  12623. "node_modules/postcss-discard-duplicates": {
  12624. "version": "5.1.0",
  12625. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
  12626. "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==",
  12627. "engines": {
  12628. "node": "^10 || ^12 || >=14.0"
  12629. },
  12630. "peerDependencies": {
  12631. "postcss": "^8.2.15"
  12632. }
  12633. },
  12634. "node_modules/postcss-discard-empty": {
  12635. "version": "5.1.1",
  12636. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
  12637. "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
  12638. "engines": {
  12639. "node": "^10 || ^12 || >=14.0"
  12640. },
  12641. "peerDependencies": {
  12642. "postcss": "^8.2.15"
  12643. }
  12644. },
  12645. "node_modules/postcss-discard-overridden": {
  12646. "version": "5.1.0",
  12647. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz",
  12648. "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==",
  12649. "engines": {
  12650. "node": "^10 || ^12 || >=14.0"
  12651. },
  12652. "peerDependencies": {
  12653. "postcss": "^8.2.15"
  12654. }
  12655. },
  12656. "node_modules/postcss-double-position-gradients": {
  12657. "version": "3.1.2",
  12658. "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz",
  12659. "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==",
  12660. "dependencies": {
  12661. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  12662. "postcss-value-parser": "^4.2.0"
  12663. },
  12664. "engines": {
  12665. "node": "^12 || ^14 || >=16"
  12666. },
  12667. "funding": {
  12668. "type": "opencollective",
  12669. "url": "https://opencollective.com/csstools"
  12670. },
  12671. "peerDependencies": {
  12672. "postcss": "^8.2"
  12673. }
  12674. },
  12675. "node_modules/postcss-env-function": {
  12676. "version": "4.0.6",
  12677. "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz",
  12678. "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==",
  12679. "dependencies": {
  12680. "postcss-value-parser": "^4.2.0"
  12681. },
  12682. "engines": {
  12683. "node": "^12 || ^14 || >=16"
  12684. },
  12685. "peerDependencies": {
  12686. "postcss": "^8.4"
  12687. }
  12688. },
  12689. "node_modules/postcss-flexbugs-fixes": {
  12690. "version": "5.0.2",
  12691. "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz",
  12692. "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==",
  12693. "peerDependencies": {
  12694. "postcss": "^8.1.4"
  12695. }
  12696. },
  12697. "node_modules/postcss-focus-visible": {
  12698. "version": "6.0.4",
  12699. "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz",
  12700. "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==",
  12701. "dependencies": {
  12702. "postcss-selector-parser": "^6.0.9"
  12703. },
  12704. "engines": {
  12705. "node": "^12 || ^14 || >=16"
  12706. },
  12707. "peerDependencies": {
  12708. "postcss": "^8.4"
  12709. }
  12710. },
  12711. "node_modules/postcss-focus-within": {
  12712. "version": "5.0.4",
  12713. "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz",
  12714. "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==",
  12715. "dependencies": {
  12716. "postcss-selector-parser": "^6.0.9"
  12717. },
  12718. "engines": {
  12719. "node": "^12 || ^14 || >=16"
  12720. },
  12721. "peerDependencies": {
  12722. "postcss": "^8.4"
  12723. }
  12724. },
  12725. "node_modules/postcss-font-variant": {
  12726. "version": "5.0.0",
  12727. "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
  12728. "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
  12729. "peerDependencies": {
  12730. "postcss": "^8.1.0"
  12731. }
  12732. },
  12733. "node_modules/postcss-gap-properties": {
  12734. "version": "3.0.5",
  12735. "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz",
  12736. "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==",
  12737. "engines": {
  12738. "node": "^12 || ^14 || >=16"
  12739. },
  12740. "funding": {
  12741. "type": "opencollective",
  12742. "url": "https://opencollective.com/csstools"
  12743. },
  12744. "peerDependencies": {
  12745. "postcss": "^8.2"
  12746. }
  12747. },
  12748. "node_modules/postcss-image-set-function": {
  12749. "version": "4.0.7",
  12750. "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz",
  12751. "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==",
  12752. "dependencies": {
  12753. "postcss-value-parser": "^4.2.0"
  12754. },
  12755. "engines": {
  12756. "node": "^12 || ^14 || >=16"
  12757. },
  12758. "funding": {
  12759. "type": "opencollective",
  12760. "url": "https://opencollective.com/csstools"
  12761. },
  12762. "peerDependencies": {
  12763. "postcss": "^8.2"
  12764. }
  12765. },
  12766. "node_modules/postcss-import": {
  12767. "version": "14.1.0",
  12768. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz",
  12769. "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==",
  12770. "dependencies": {
  12771. "postcss-value-parser": "^4.0.0",
  12772. "read-cache": "^1.0.0",
  12773. "resolve": "^1.1.7"
  12774. },
  12775. "engines": {
  12776. "node": ">=10.0.0"
  12777. },
  12778. "peerDependencies": {
  12779. "postcss": "^8.0.0"
  12780. }
  12781. },
  12782. "node_modules/postcss-initial": {
  12783. "version": "4.0.1",
  12784. "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz",
  12785. "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==",
  12786. "peerDependencies": {
  12787. "postcss": "^8.0.0"
  12788. }
  12789. },
  12790. "node_modules/postcss-js": {
  12791. "version": "4.0.0",
  12792. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz",
  12793. "integrity": "sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==",
  12794. "dependencies": {
  12795. "camelcase-css": "^2.0.1"
  12796. },
  12797. "engines": {
  12798. "node": "^12 || ^14 || >= 16"
  12799. },
  12800. "funding": {
  12801. "type": "opencollective",
  12802. "url": "https://opencollective.com/postcss/"
  12803. },
  12804. "peerDependencies": {
  12805. "postcss": "^8.3.3"
  12806. }
  12807. },
  12808. "node_modules/postcss-lab-function": {
  12809. "version": "4.2.1",
  12810. "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz",
  12811. "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==",
  12812. "dependencies": {
  12813. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  12814. "postcss-value-parser": "^4.2.0"
  12815. },
  12816. "engines": {
  12817. "node": "^12 || ^14 || >=16"
  12818. },
  12819. "funding": {
  12820. "type": "opencollective",
  12821. "url": "https://opencollective.com/csstools"
  12822. },
  12823. "peerDependencies": {
  12824. "postcss": "^8.2"
  12825. }
  12826. },
  12827. "node_modules/postcss-load-config": {
  12828. "version": "3.1.4",
  12829. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
  12830. "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
  12831. "dependencies": {
  12832. "lilconfig": "^2.0.5",
  12833. "yaml": "^1.10.2"
  12834. },
  12835. "engines": {
  12836. "node": ">= 10"
  12837. },
  12838. "funding": {
  12839. "type": "opencollective",
  12840. "url": "https://opencollective.com/postcss/"
  12841. },
  12842. "peerDependencies": {
  12843. "postcss": ">=8.0.9",
  12844. "ts-node": ">=9.0.0"
  12845. },
  12846. "peerDependenciesMeta": {
  12847. "postcss": {
  12848. "optional": true
  12849. },
  12850. "ts-node": {
  12851. "optional": true
  12852. }
  12853. }
  12854. },
  12855. "node_modules/postcss-loader": {
  12856. "version": "6.2.1",
  12857. "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz",
  12858. "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
  12859. "dependencies": {
  12860. "cosmiconfig": "^7.0.0",
  12861. "klona": "^2.0.5",
  12862. "semver": "^7.3.5"
  12863. },
  12864. "engines": {
  12865. "node": ">= 12.13.0"
  12866. },
  12867. "funding": {
  12868. "type": "opencollective",
  12869. "url": "https://opencollective.com/webpack"
  12870. },
  12871. "peerDependencies": {
  12872. "postcss": "^7.0.0 || ^8.0.1",
  12873. "webpack": "^5.0.0"
  12874. }
  12875. },
  12876. "node_modules/postcss-logical": {
  12877. "version": "5.0.4",
  12878. "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz",
  12879. "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==",
  12880. "engines": {
  12881. "node": "^12 || ^14 || >=16"
  12882. },
  12883. "peerDependencies": {
  12884. "postcss": "^8.4"
  12885. }
  12886. },
  12887. "node_modules/postcss-media-minmax": {
  12888. "version": "5.0.0",
  12889. "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz",
  12890. "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==",
  12891. "engines": {
  12892. "node": ">=10.0.0"
  12893. },
  12894. "peerDependencies": {
  12895. "postcss": "^8.1.0"
  12896. }
  12897. },
  12898. "node_modules/postcss-merge-longhand": {
  12899. "version": "5.1.6",
  12900. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.6.tgz",
  12901. "integrity": "sha512-6C/UGF/3T5OE2CEbOuX7iNO63dnvqhGZeUnKkDeifebY0XqkkvrctYSZurpNE902LDf2yKwwPFgotnfSoPhQiw==",
  12902. "dependencies": {
  12903. "postcss-value-parser": "^4.2.0",
  12904. "stylehacks": "^5.1.0"
  12905. },
  12906. "engines": {
  12907. "node": "^10 || ^12 || >=14.0"
  12908. },
  12909. "peerDependencies": {
  12910. "postcss": "^8.2.15"
  12911. }
  12912. },
  12913. "node_modules/postcss-merge-rules": {
  12914. "version": "5.1.2",
  12915. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.2.tgz",
  12916. "integrity": "sha512-zKMUlnw+zYCWoPN6yhPjtcEdlJaMUZ0WyVcxTAmw3lkkN/NDMRkOkiuctQEoWAOvH7twaxUUdvBWl0d4+hifRQ==",
  12917. "dependencies": {
  12918. "browserslist": "^4.16.6",
  12919. "caniuse-api": "^3.0.0",
  12920. "cssnano-utils": "^3.1.0",
  12921. "postcss-selector-parser": "^6.0.5"
  12922. },
  12923. "engines": {
  12924. "node": "^10 || ^12 || >=14.0"
  12925. },
  12926. "peerDependencies": {
  12927. "postcss": "^8.2.15"
  12928. }
  12929. },
  12930. "node_modules/postcss-minify-font-values": {
  12931. "version": "5.1.0",
  12932. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz",
  12933. "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==",
  12934. "dependencies": {
  12935. "postcss-value-parser": "^4.2.0"
  12936. },
  12937. "engines": {
  12938. "node": "^10 || ^12 || >=14.0"
  12939. },
  12940. "peerDependencies": {
  12941. "postcss": "^8.2.15"
  12942. }
  12943. },
  12944. "node_modules/postcss-minify-gradients": {
  12945. "version": "5.1.1",
  12946. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz",
  12947. "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==",
  12948. "dependencies": {
  12949. "colord": "^2.9.1",
  12950. "cssnano-utils": "^3.1.0",
  12951. "postcss-value-parser": "^4.2.0"
  12952. },
  12953. "engines": {
  12954. "node": "^10 || ^12 || >=14.0"
  12955. },
  12956. "peerDependencies": {
  12957. "postcss": "^8.2.15"
  12958. }
  12959. },
  12960. "node_modules/postcss-minify-params": {
  12961. "version": "5.1.3",
  12962. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.3.tgz",
  12963. "integrity": "sha512-bkzpWcjykkqIujNL+EVEPOlLYi/eZ050oImVtHU7b4lFS82jPnsCb44gvC6pxaNt38Els3jWYDHTjHKf0koTgg==",
  12964. "dependencies": {
  12965. "browserslist": "^4.16.6",
  12966. "cssnano-utils": "^3.1.0",
  12967. "postcss-value-parser": "^4.2.0"
  12968. },
  12969. "engines": {
  12970. "node": "^10 || ^12 || >=14.0"
  12971. },
  12972. "peerDependencies": {
  12973. "postcss": "^8.2.15"
  12974. }
  12975. },
  12976. "node_modules/postcss-minify-selectors": {
  12977. "version": "5.2.1",
  12978. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz",
  12979. "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==",
  12980. "dependencies": {
  12981. "postcss-selector-parser": "^6.0.5"
  12982. },
  12983. "engines": {
  12984. "node": "^10 || ^12 || >=14.0"
  12985. },
  12986. "peerDependencies": {
  12987. "postcss": "^8.2.15"
  12988. }
  12989. },
  12990. "node_modules/postcss-modules-extract-imports": {
  12991. "version": "3.0.0",
  12992. "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
  12993. "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
  12994. "engines": {
  12995. "node": "^10 || ^12 || >= 14"
  12996. },
  12997. "peerDependencies": {
  12998. "postcss": "^8.1.0"
  12999. }
  13000. },
  13001. "node_modules/postcss-modules-local-by-default": {
  13002. "version": "4.0.0",
  13003. "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz",
  13004. "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==",
  13005. "dependencies": {
  13006. "icss-utils": "^5.0.0",
  13007. "postcss-selector-parser": "^6.0.2",
  13008. "postcss-value-parser": "^4.1.0"
  13009. },
  13010. "engines": {
  13011. "node": "^10 || ^12 || >= 14"
  13012. },
  13013. "peerDependencies": {
  13014. "postcss": "^8.1.0"
  13015. }
  13016. },
  13017. "node_modules/postcss-modules-scope": {
  13018. "version": "3.0.0",
  13019. "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
  13020. "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
  13021. "dependencies": {
  13022. "postcss-selector-parser": "^6.0.4"
  13023. },
  13024. "engines": {
  13025. "node": "^10 || ^12 || >= 14"
  13026. },
  13027. "peerDependencies": {
  13028. "postcss": "^8.1.0"
  13029. }
  13030. },
  13031. "node_modules/postcss-modules-values": {
  13032. "version": "4.0.0",
  13033. "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
  13034. "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
  13035. "dependencies": {
  13036. "icss-utils": "^5.0.0"
  13037. },
  13038. "engines": {
  13039. "node": "^10 || ^12 || >= 14"
  13040. },
  13041. "peerDependencies": {
  13042. "postcss": "^8.1.0"
  13043. }
  13044. },
  13045. "node_modules/postcss-nested": {
  13046. "version": "5.0.6",
  13047. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz",
  13048. "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==",
  13049. "dependencies": {
  13050. "postcss-selector-parser": "^6.0.6"
  13051. },
  13052. "engines": {
  13053. "node": ">=12.0"
  13054. },
  13055. "funding": {
  13056. "type": "opencollective",
  13057. "url": "https://opencollective.com/postcss/"
  13058. },
  13059. "peerDependencies": {
  13060. "postcss": "^8.2.14"
  13061. }
  13062. },
  13063. "node_modules/postcss-nesting": {
  13064. "version": "10.1.10",
  13065. "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.1.10.tgz",
  13066. "integrity": "sha512-lqd7LXCq0gWc0wKXtoKDru5wEUNjm3OryLVNRZ8OnW8km6fSNUuFrjEhU3nklxXE2jvd4qrox566acgh+xQt8w==",
  13067. "dependencies": {
  13068. "@csstools/selector-specificity": "^2.0.0",
  13069. "postcss-selector-parser": "^6.0.10"
  13070. },
  13071. "engines": {
  13072. "node": "^12 || ^14 || >=16"
  13073. },
  13074. "funding": {
  13075. "type": "opencollective",
  13076. "url": "https://opencollective.com/csstools"
  13077. },
  13078. "peerDependencies": {
  13079. "postcss": "^8.2"
  13080. }
  13081. },
  13082. "node_modules/postcss-normalize": {
  13083. "version": "10.0.1",
  13084. "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz",
  13085. "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==",
  13086. "dependencies": {
  13087. "@csstools/normalize.css": "*",
  13088. "postcss-browser-comments": "^4",
  13089. "sanitize.css": "*"
  13090. },
  13091. "engines": {
  13092. "node": ">= 12"
  13093. },
  13094. "peerDependencies": {
  13095. "browserslist": ">= 4",
  13096. "postcss": ">= 8"
  13097. }
  13098. },
  13099. "node_modules/postcss-normalize-charset": {
  13100. "version": "5.1.0",
  13101. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
  13102. "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==",
  13103. "engines": {
  13104. "node": "^10 || ^12 || >=14.0"
  13105. },
  13106. "peerDependencies": {
  13107. "postcss": "^8.2.15"
  13108. }
  13109. },
  13110. "node_modules/postcss-normalize-display-values": {
  13111. "version": "5.1.0",
  13112. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz",
  13113. "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==",
  13114. "dependencies": {
  13115. "postcss-value-parser": "^4.2.0"
  13116. },
  13117. "engines": {
  13118. "node": "^10 || ^12 || >=14.0"
  13119. },
  13120. "peerDependencies": {
  13121. "postcss": "^8.2.15"
  13122. }
  13123. },
  13124. "node_modules/postcss-normalize-positions": {
  13125. "version": "5.1.1",
  13126. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz",
  13127. "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==",
  13128. "dependencies": {
  13129. "postcss-value-parser": "^4.2.0"
  13130. },
  13131. "engines": {
  13132. "node": "^10 || ^12 || >=14.0"
  13133. },
  13134. "peerDependencies": {
  13135. "postcss": "^8.2.15"
  13136. }
  13137. },
  13138. "node_modules/postcss-normalize-repeat-style": {
  13139. "version": "5.1.1",
  13140. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz",
  13141. "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==",
  13142. "dependencies": {
  13143. "postcss-value-parser": "^4.2.0"
  13144. },
  13145. "engines": {
  13146. "node": "^10 || ^12 || >=14.0"
  13147. },
  13148. "peerDependencies": {
  13149. "postcss": "^8.2.15"
  13150. }
  13151. },
  13152. "node_modules/postcss-normalize-string": {
  13153. "version": "5.1.0",
  13154. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz",
  13155. "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==",
  13156. "dependencies": {
  13157. "postcss-value-parser": "^4.2.0"
  13158. },
  13159. "engines": {
  13160. "node": "^10 || ^12 || >=14.0"
  13161. },
  13162. "peerDependencies": {
  13163. "postcss": "^8.2.15"
  13164. }
  13165. },
  13166. "node_modules/postcss-normalize-timing-functions": {
  13167. "version": "5.1.0",
  13168. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz",
  13169. "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==",
  13170. "dependencies": {
  13171. "postcss-value-parser": "^4.2.0"
  13172. },
  13173. "engines": {
  13174. "node": "^10 || ^12 || >=14.0"
  13175. },
  13176. "peerDependencies": {
  13177. "postcss": "^8.2.15"
  13178. }
  13179. },
  13180. "node_modules/postcss-normalize-unicode": {
  13181. "version": "5.1.0",
  13182. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.0.tgz",
  13183. "integrity": "sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==",
  13184. "dependencies": {
  13185. "browserslist": "^4.16.6",
  13186. "postcss-value-parser": "^4.2.0"
  13187. },
  13188. "engines": {
  13189. "node": "^10 || ^12 || >=14.0"
  13190. },
  13191. "peerDependencies": {
  13192. "postcss": "^8.2.15"
  13193. }
  13194. },
  13195. "node_modules/postcss-normalize-url": {
  13196. "version": "5.1.0",
  13197. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
  13198. "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
  13199. "dependencies": {
  13200. "normalize-url": "^6.0.1",
  13201. "postcss-value-parser": "^4.2.0"
  13202. },
  13203. "engines": {
  13204. "node": "^10 || ^12 || >=14.0"
  13205. },
  13206. "peerDependencies": {
  13207. "postcss": "^8.2.15"
  13208. }
  13209. },
  13210. "node_modules/postcss-normalize-whitespace": {
  13211. "version": "5.1.1",
  13212. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz",
  13213. "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==",
  13214. "dependencies": {
  13215. "postcss-value-parser": "^4.2.0"
  13216. },
  13217. "engines": {
  13218. "node": "^10 || ^12 || >=14.0"
  13219. },
  13220. "peerDependencies": {
  13221. "postcss": "^8.2.15"
  13222. }
  13223. },
  13224. "node_modules/postcss-opacity-percentage": {
  13225. "version": "1.1.2",
  13226. "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.2.tgz",
  13227. "integrity": "sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==",
  13228. "funding": [
  13229. {
  13230. "type": "kofi",
  13231. "url": "https://ko-fi.com/mrcgrtz"
  13232. },
  13233. {
  13234. "type": "liberapay",
  13235. "url": "https://liberapay.com/mrcgrtz"
  13236. }
  13237. ],
  13238. "engines": {
  13239. "node": "^12 || ^14 || >=16"
  13240. }
  13241. },
  13242. "node_modules/postcss-ordered-values": {
  13243. "version": "5.1.3",
  13244. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz",
  13245. "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==",
  13246. "dependencies": {
  13247. "cssnano-utils": "^3.1.0",
  13248. "postcss-value-parser": "^4.2.0"
  13249. },
  13250. "engines": {
  13251. "node": "^10 || ^12 || >=14.0"
  13252. },
  13253. "peerDependencies": {
  13254. "postcss": "^8.2.15"
  13255. }
  13256. },
  13257. "node_modules/postcss-overflow-shorthand": {
  13258. "version": "3.0.4",
  13259. "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz",
  13260. "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==",
  13261. "dependencies": {
  13262. "postcss-value-parser": "^4.2.0"
  13263. },
  13264. "engines": {
  13265. "node": "^12 || ^14 || >=16"
  13266. },
  13267. "funding": {
  13268. "type": "opencollective",
  13269. "url": "https://opencollective.com/csstools"
  13270. },
  13271. "peerDependencies": {
  13272. "postcss": "^8.2"
  13273. }
  13274. },
  13275. "node_modules/postcss-page-break": {
  13276. "version": "3.0.4",
  13277. "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
  13278. "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
  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. "dependencies": {
  13288. "postcss-value-parser": "^4.2.0"
  13289. },
  13290. "engines": {
  13291. "node": "^12 || ^14 || >=16"
  13292. },
  13293. "funding": {
  13294. "type": "opencollective",
  13295. "url": "https://opencollective.com/csstools"
  13296. },
  13297. "peerDependencies": {
  13298. "postcss": "^8.2"
  13299. }
  13300. },
  13301. "node_modules/postcss-preset-env": {
  13302. "version": "7.7.2",
  13303. "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.7.2.tgz",
  13304. "integrity": "sha512-1q0ih7EDsZmCb/FMDRvosna7Gsbdx8CvYO5hYT120hcp2ZAuOHpSzibujZ4JpIUcAC02PG6b+eftxqjTFh5BNA==",
  13305. "dependencies": {
  13306. "@csstools/postcss-cascade-layers": "^1.0.4",
  13307. "@csstools/postcss-color-function": "^1.1.0",
  13308. "@csstools/postcss-font-format-keywords": "^1.0.0",
  13309. "@csstools/postcss-hwb-function": "^1.0.1",
  13310. "@csstools/postcss-ic-unit": "^1.0.0",
  13311. "@csstools/postcss-is-pseudo-class": "^2.0.6",
  13312. "@csstools/postcss-normalize-display-values": "^1.0.0",
  13313. "@csstools/postcss-oklab-function": "^1.1.0",
  13314. "@csstools/postcss-progressive-custom-properties": "^1.3.0",
  13315. "@csstools/postcss-stepped-value-functions": "^1.0.0",
  13316. "@csstools/postcss-trigonometric-functions": "^1.0.1",
  13317. "@csstools/postcss-unset-value": "^1.0.1",
  13318. "autoprefixer": "^10.4.7",
  13319. "browserslist": "^4.21.0",
  13320. "css-blank-pseudo": "^3.0.3",
  13321. "css-has-pseudo": "^3.0.4",
  13322. "css-prefers-color-scheme": "^6.0.3",
  13323. "cssdb": "^6.6.3",
  13324. "postcss-attribute-case-insensitive": "^5.0.1",
  13325. "postcss-clamp": "^4.1.0",
  13326. "postcss-color-functional-notation": "^4.2.3",
  13327. "postcss-color-hex-alpha": "^8.0.4",
  13328. "postcss-color-rebeccapurple": "^7.1.0",
  13329. "postcss-custom-media": "^8.0.2",
  13330. "postcss-custom-properties": "^12.1.8",
  13331. "postcss-custom-selectors": "^6.0.3",
  13332. "postcss-dir-pseudo-class": "^6.0.4",
  13333. "postcss-double-position-gradients": "^3.1.1",
  13334. "postcss-env-function": "^4.0.6",
  13335. "postcss-focus-visible": "^6.0.4",
  13336. "postcss-focus-within": "^5.0.4",
  13337. "postcss-font-variant": "^5.0.0",
  13338. "postcss-gap-properties": "^3.0.3",
  13339. "postcss-image-set-function": "^4.0.6",
  13340. "postcss-initial": "^4.0.1",
  13341. "postcss-lab-function": "^4.2.0",
  13342. "postcss-logical": "^5.0.4",
  13343. "postcss-media-minmax": "^5.0.0",
  13344. "postcss-nesting": "^10.1.9",
  13345. "postcss-opacity-percentage": "^1.1.2",
  13346. "postcss-overflow-shorthand": "^3.0.3",
  13347. "postcss-page-break": "^3.0.4",
  13348. "postcss-place": "^7.0.4",
  13349. "postcss-pseudo-class-any-link": "^7.1.5",
  13350. "postcss-replace-overflow-wrap": "^4.0.0",
  13351. "postcss-selector-not": "^6.0.0",
  13352. "postcss-value-parser": "^4.2.0"
  13353. },
  13354. "engines": {
  13355. "node": "^12 || ^14 || >=16"
  13356. },
  13357. "funding": {
  13358. "type": "opencollective",
  13359. "url": "https://opencollective.com/csstools"
  13360. },
  13361. "peerDependencies": {
  13362. "postcss": "^8.2"
  13363. }
  13364. },
  13365. "node_modules/postcss-pseudo-class-any-link": {
  13366. "version": "7.1.6",
  13367. "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz",
  13368. "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==",
  13369. "dependencies": {
  13370. "postcss-selector-parser": "^6.0.10"
  13371. },
  13372. "engines": {
  13373. "node": "^12 || ^14 || >=16"
  13374. },
  13375. "funding": {
  13376. "type": "opencollective",
  13377. "url": "https://opencollective.com/csstools"
  13378. },
  13379. "peerDependencies": {
  13380. "postcss": "^8.2"
  13381. }
  13382. },
  13383. "node_modules/postcss-reduce-initial": {
  13384. "version": "5.1.0",
  13385. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.0.tgz",
  13386. "integrity": "sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==",
  13387. "dependencies": {
  13388. "browserslist": "^4.16.6",
  13389. "caniuse-api": "^3.0.0"
  13390. },
  13391. "engines": {
  13392. "node": "^10 || ^12 || >=14.0"
  13393. },
  13394. "peerDependencies": {
  13395. "postcss": "^8.2.15"
  13396. }
  13397. },
  13398. "node_modules/postcss-reduce-transforms": {
  13399. "version": "5.1.0",
  13400. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz",
  13401. "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==",
  13402. "dependencies": {
  13403. "postcss-value-parser": "^4.2.0"
  13404. },
  13405. "engines": {
  13406. "node": "^10 || ^12 || >=14.0"
  13407. },
  13408. "peerDependencies": {
  13409. "postcss": "^8.2.15"
  13410. }
  13411. },
  13412. "node_modules/postcss-replace-overflow-wrap": {
  13413. "version": "4.0.0",
  13414. "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
  13415. "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
  13416. "peerDependencies": {
  13417. "postcss": "^8.0.3"
  13418. }
  13419. },
  13420. "node_modules/postcss-selector-not": {
  13421. "version": "6.0.1",
  13422. "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz",
  13423. "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==",
  13424. "dependencies": {
  13425. "postcss-selector-parser": "^6.0.10"
  13426. },
  13427. "engines": {
  13428. "node": "^12 || ^14 || >=16"
  13429. },
  13430. "funding": {
  13431. "type": "opencollective",
  13432. "url": "https://opencollective.com/csstools"
  13433. },
  13434. "peerDependencies": {
  13435. "postcss": "^8.2"
  13436. }
  13437. },
  13438. "node_modules/postcss-selector-parser": {
  13439. "version": "6.0.10",
  13440. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz",
  13441. "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==",
  13442. "dependencies": {
  13443. "cssesc": "^3.0.0",
  13444. "util-deprecate": "^1.0.2"
  13445. },
  13446. "engines": {
  13447. "node": ">=4"
  13448. }
  13449. },
  13450. "node_modules/postcss-svgo": {
  13451. "version": "5.1.0",
  13452. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz",
  13453. "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==",
  13454. "dependencies": {
  13455. "postcss-value-parser": "^4.2.0",
  13456. "svgo": "^2.7.0"
  13457. },
  13458. "engines": {
  13459. "node": "^10 || ^12 || >=14.0"
  13460. },
  13461. "peerDependencies": {
  13462. "postcss": "^8.2.15"
  13463. }
  13464. },
  13465. "node_modules/postcss-svgo/node_modules/commander": {
  13466. "version": "7.2.0",
  13467. "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
  13468. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  13469. "engines": {
  13470. "node": ">= 10"
  13471. }
  13472. },
  13473. "node_modules/postcss-svgo/node_modules/css-tree": {
  13474. "version": "1.1.3",
  13475. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
  13476. "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
  13477. "dependencies": {
  13478. "mdn-data": "2.0.14",
  13479. "source-map": "^0.6.1"
  13480. },
  13481. "engines": {
  13482. "node": ">=8.0.0"
  13483. }
  13484. },
  13485. "node_modules/postcss-svgo/node_modules/mdn-data": {
  13486. "version": "2.0.14",
  13487. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
  13488. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
  13489. },
  13490. "node_modules/postcss-svgo/node_modules/source-map": {
  13491. "version": "0.6.1",
  13492. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  13493. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  13494. "engines": {
  13495. "node": ">=0.10.0"
  13496. }
  13497. },
  13498. "node_modules/postcss-svgo/node_modules/svgo": {
  13499. "version": "2.8.0",
  13500. "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
  13501. "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
  13502. "dependencies": {
  13503. "@trysound/sax": "0.2.0",
  13504. "commander": "^7.2.0",
  13505. "css-select": "^4.1.3",
  13506. "css-tree": "^1.1.3",
  13507. "csso": "^4.2.0",
  13508. "picocolors": "^1.0.0",
  13509. "stable": "^0.1.8"
  13510. },
  13511. "bin": {
  13512. "svgo": "bin/svgo"
  13513. },
  13514. "engines": {
  13515. "node": ">=10.13.0"
  13516. }
  13517. },
  13518. "node_modules/postcss-unique-selectors": {
  13519. "version": "5.1.1",
  13520. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz",
  13521. "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==",
  13522. "dependencies": {
  13523. "postcss-selector-parser": "^6.0.5"
  13524. },
  13525. "engines": {
  13526. "node": "^10 || ^12 || >=14.0"
  13527. },
  13528. "peerDependencies": {
  13529. "postcss": "^8.2.15"
  13530. }
  13531. },
  13532. "node_modules/postcss-value-parser": {
  13533. "version": "4.2.0",
  13534. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  13535. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  13536. },
  13537. "node_modules/prelude-ls": {
  13538. "version": "1.2.1",
  13539. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  13540. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  13541. "engines": {
  13542. "node": ">= 0.8.0"
  13543. }
  13544. },
  13545. "node_modules/pretty-bytes": {
  13546. "version": "5.6.0",
  13547. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
  13548. "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
  13549. "engines": {
  13550. "node": ">=6"
  13551. },
  13552. "funding": {
  13553. "url": "https://github.com/sponsors/sindresorhus"
  13554. }
  13555. },
  13556. "node_modules/pretty-error": {
  13557. "version": "4.0.0",
  13558. "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
  13559. "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
  13560. "dependencies": {
  13561. "lodash": "^4.17.20",
  13562. "renderkid": "^3.0.0"
  13563. }
  13564. },
  13565. "node_modules/pretty-format": {
  13566. "version": "27.5.1",
  13567. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
  13568. "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
  13569. "dependencies": {
  13570. "ansi-regex": "^5.0.1",
  13571. "ansi-styles": "^5.0.0",
  13572. "react-is": "^17.0.1"
  13573. },
  13574. "engines": {
  13575. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  13576. }
  13577. },
  13578. "node_modules/pretty-format/node_modules/ansi-styles": {
  13579. "version": "5.2.0",
  13580. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  13581. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  13582. "engines": {
  13583. "node": ">=10"
  13584. },
  13585. "funding": {
  13586. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  13587. }
  13588. },
  13589. "node_modules/process-nextick-args": {
  13590. "version": "2.0.1",
  13591. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  13592. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  13593. },
  13594. "node_modules/promise": {
  13595. "version": "8.1.0",
  13596. "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz",
  13597. "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==",
  13598. "dependencies": {
  13599. "asap": "~2.0.6"
  13600. }
  13601. },
  13602. "node_modules/prompts": {
  13603. "version": "2.4.2",
  13604. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  13605. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  13606. "dependencies": {
  13607. "kleur": "^3.0.3",
  13608. "sisteransi": "^1.0.5"
  13609. },
  13610. "engines": {
  13611. "node": ">= 6"
  13612. }
  13613. },
  13614. "node_modules/prop-type": {
  13615. "version": "0.0.1",
  13616. "resolved": "https://registry.npmjs.org/prop-type/-/prop-type-0.0.1.tgz",
  13617. "integrity": "sha512-6+7BTexA1dif2J3zyeVZB5sn3KVb/7iRJKruWTHpeHD99rUmWTHp7Vp51rPGPIa9av4HX1g+2D2gdIAWOhI7gw==",
  13618. "deprecated": "this package is no longer maintained and propably broken"
  13619. },
  13620. "node_modules/prop-types": {
  13621. "version": "15.8.1",
  13622. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  13623. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  13624. "dependencies": {
  13625. "loose-envify": "^1.4.0",
  13626. "object-assign": "^4.1.1",
  13627. "react-is": "^16.13.1"
  13628. }
  13629. },
  13630. "node_modules/prop-types/node_modules/react-is": {
  13631. "version": "16.13.1",
  13632. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  13633. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  13634. },
  13635. "node_modules/proxy-addr": {
  13636. "version": "2.0.7",
  13637. "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
  13638. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  13639. "dependencies": {
  13640. "forwarded": "0.2.0",
  13641. "ipaddr.js": "1.9.1"
  13642. },
  13643. "engines": {
  13644. "node": ">= 0.10"
  13645. }
  13646. },
  13647. "node_modules/proxy-addr/node_modules/ipaddr.js": {
  13648. "version": "1.9.1",
  13649. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  13650. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  13651. "engines": {
  13652. "node": ">= 0.10"
  13653. }
  13654. },
  13655. "node_modules/psl": {
  13656. "version": "1.9.0",
  13657. "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
  13658. "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag=="
  13659. },
  13660. "node_modules/punycode": {
  13661. "version": "2.1.1",
  13662. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
  13663. "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
  13664. "engines": {
  13665. "node": ">=6"
  13666. }
  13667. },
  13668. "node_modules/q": {
  13669. "version": "1.5.1",
  13670. "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
  13671. "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==",
  13672. "engines": {
  13673. "node": ">=0.6.0",
  13674. "teleport": ">=0.2.0"
  13675. }
  13676. },
  13677. "node_modules/qs": {
  13678. "version": "6.10.3",
  13679. "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz",
  13680. "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==",
  13681. "dependencies": {
  13682. "side-channel": "^1.0.4"
  13683. },
  13684. "engines": {
  13685. "node": ">=0.6"
  13686. },
  13687. "funding": {
  13688. "url": "https://github.com/sponsors/ljharb"
  13689. }
  13690. },
  13691. "node_modules/queue-microtask": {
  13692. "version": "1.2.3",
  13693. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  13694. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  13695. "funding": [
  13696. {
  13697. "type": "github",
  13698. "url": "https://github.com/sponsors/feross"
  13699. },
  13700. {
  13701. "type": "patreon",
  13702. "url": "https://www.patreon.com/feross"
  13703. },
  13704. {
  13705. "type": "consulting",
  13706. "url": "https://feross.org/support"
  13707. }
  13708. ]
  13709. },
  13710. "node_modules/quick-lru": {
  13711. "version": "5.1.1",
  13712. "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
  13713. "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
  13714. "engines": {
  13715. "node": ">=10"
  13716. },
  13717. "funding": {
  13718. "url": "https://github.com/sponsors/sindresorhus"
  13719. }
  13720. },
  13721. "node_modules/raf": {
  13722. "version": "3.4.1",
  13723. "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
  13724. "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
  13725. "dependencies": {
  13726. "performance-now": "^2.1.0"
  13727. }
  13728. },
  13729. "node_modules/randombytes": {
  13730. "version": "2.1.0",
  13731. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  13732. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  13733. "dependencies": {
  13734. "safe-buffer": "^5.1.0"
  13735. }
  13736. },
  13737. "node_modules/range-parser": {
  13738. "version": "1.2.1",
  13739. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  13740. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  13741. "engines": {
  13742. "node": ">= 0.6"
  13743. }
  13744. },
  13745. "node_modules/raw-body": {
  13746. "version": "2.5.1",
  13747. "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz",
  13748. "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
  13749. "dependencies": {
  13750. "bytes": "3.1.2",
  13751. "http-errors": "2.0.0",
  13752. "iconv-lite": "0.4.24",
  13753. "unpipe": "1.0.0"
  13754. },
  13755. "engines": {
  13756. "node": ">= 0.8"
  13757. }
  13758. },
  13759. "node_modules/raw-body/node_modules/bytes": {
  13760. "version": "3.1.2",
  13761. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  13762. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  13763. "engines": {
  13764. "node": ">= 0.8"
  13765. }
  13766. },
  13767. "node_modules/raw-body/node_modules/iconv-lite": {
  13768. "version": "0.4.24",
  13769. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  13770. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  13771. "dependencies": {
  13772. "safer-buffer": ">= 2.1.2 < 3"
  13773. },
  13774. "engines": {
  13775. "node": ">=0.10.0"
  13776. }
  13777. },
  13778. "node_modules/react": {
  13779. "version": "18.2.0",
  13780. "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
  13781. "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
  13782. "dependencies": {
  13783. "loose-envify": "^1.1.0"
  13784. },
  13785. "engines": {
  13786. "node": ">=0.10.0"
  13787. }
  13788. },
  13789. "node_modules/react-app-polyfill": {
  13790. "version": "3.0.0",
  13791. "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz",
  13792. "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==",
  13793. "dependencies": {
  13794. "core-js": "^3.19.2",
  13795. "object-assign": "^4.1.1",
  13796. "promise": "^8.1.0",
  13797. "raf": "^3.4.1",
  13798. "regenerator-runtime": "^0.13.9",
  13799. "whatwg-fetch": "^3.6.2"
  13800. },
  13801. "engines": {
  13802. "node": ">=14"
  13803. }
  13804. },
  13805. "node_modules/react-dev-utils": {
  13806. "version": "12.0.1",
  13807. "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz",
  13808. "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==",
  13809. "dependencies": {
  13810. "@babel/code-frame": "^7.16.0",
  13811. "address": "^1.1.2",
  13812. "browserslist": "^4.18.1",
  13813. "chalk": "^4.1.2",
  13814. "cross-spawn": "^7.0.3",
  13815. "detect-port-alt": "^1.1.6",
  13816. "escape-string-regexp": "^4.0.0",
  13817. "filesize": "^8.0.6",
  13818. "find-up": "^5.0.0",
  13819. "fork-ts-checker-webpack-plugin": "^6.5.0",
  13820. "global-modules": "^2.0.0",
  13821. "globby": "^11.0.4",
  13822. "gzip-size": "^6.0.0",
  13823. "immer": "^9.0.7",
  13824. "is-root": "^2.1.0",
  13825. "loader-utils": "^3.2.0",
  13826. "open": "^8.4.0",
  13827. "pkg-up": "^3.1.0",
  13828. "prompts": "^2.4.2",
  13829. "react-error-overlay": "^6.0.11",
  13830. "recursive-readdir": "^2.2.2",
  13831. "shell-quote": "^1.7.3",
  13832. "strip-ansi": "^6.0.1",
  13833. "text-table": "^0.2.0"
  13834. },
  13835. "engines": {
  13836. "node": ">=14"
  13837. }
  13838. },
  13839. "node_modules/react-dev-utils/node_modules/ansi-styles": {
  13840. "version": "4.3.0",
  13841. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  13842. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  13843. "dependencies": {
  13844. "color-convert": "^2.0.1"
  13845. },
  13846. "engines": {
  13847. "node": ">=8"
  13848. },
  13849. "funding": {
  13850. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  13851. }
  13852. },
  13853. "node_modules/react-dev-utils/node_modules/chalk": {
  13854. "version": "4.1.2",
  13855. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  13856. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  13857. "dependencies": {
  13858. "ansi-styles": "^4.1.0",
  13859. "supports-color": "^7.1.0"
  13860. },
  13861. "engines": {
  13862. "node": ">=10"
  13863. },
  13864. "funding": {
  13865. "url": "https://github.com/chalk/chalk?sponsor=1"
  13866. }
  13867. },
  13868. "node_modules/react-dev-utils/node_modules/color-convert": {
  13869. "version": "2.0.1",
  13870. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  13871. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  13872. "dependencies": {
  13873. "color-name": "~1.1.4"
  13874. },
  13875. "engines": {
  13876. "node": ">=7.0.0"
  13877. }
  13878. },
  13879. "node_modules/react-dev-utils/node_modules/color-name": {
  13880. "version": "1.1.4",
  13881. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  13882. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  13883. },
  13884. "node_modules/react-dev-utils/node_modules/escape-string-regexp": {
  13885. "version": "4.0.0",
  13886. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  13887. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  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/has-flag": {
  13896. "version": "4.0.0",
  13897. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  13898. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  13899. "engines": {
  13900. "node": ">=8"
  13901. }
  13902. },
  13903. "node_modules/react-dev-utils/node_modules/loader-utils": {
  13904. "version": "3.2.0",
  13905. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.0.tgz",
  13906. "integrity": "sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==",
  13907. "engines": {
  13908. "node": ">= 12.13.0"
  13909. }
  13910. },
  13911. "node_modules/react-dev-utils/node_modules/supports-color": {
  13912. "version": "7.2.0",
  13913. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  13914. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  13915. "dependencies": {
  13916. "has-flag": "^4.0.0"
  13917. },
  13918. "engines": {
  13919. "node": ">=8"
  13920. }
  13921. },
  13922. "node_modules/react-dom": {
  13923. "version": "18.2.0",
  13924. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
  13925. "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==",
  13926. "dependencies": {
  13927. "loose-envify": "^1.1.0",
  13928. "scheduler": "^0.23.0"
  13929. },
  13930. "peerDependencies": {
  13931. "react": "^18.2.0"
  13932. }
  13933. },
  13934. "node_modules/react-error-overlay": {
  13935. "version": "6.0.11",
  13936. "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz",
  13937. "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg=="
  13938. },
  13939. "node_modules/react-is": {
  13940. "version": "17.0.2",
  13941. "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
  13942. "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
  13943. },
  13944. "node_modules/react-refresh": {
  13945. "version": "0.11.0",
  13946. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
  13947. "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==",
  13948. "engines": {
  13949. "node": ">=0.10.0"
  13950. }
  13951. },
  13952. "node_modules/react-scripts": {
  13953. "version": "5.0.1",
  13954. "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz",
  13955. "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==",
  13956. "dependencies": {
  13957. "@babel/core": "^7.16.0",
  13958. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
  13959. "@svgr/webpack": "^5.5.0",
  13960. "babel-jest": "^27.4.2",
  13961. "babel-loader": "^8.2.3",
  13962. "babel-plugin-named-asset-import": "^0.3.8",
  13963. "babel-preset-react-app": "^10.0.1",
  13964. "bfj": "^7.0.2",
  13965. "browserslist": "^4.18.1",
  13966. "camelcase": "^6.2.1",
  13967. "case-sensitive-paths-webpack-plugin": "^2.4.0",
  13968. "css-loader": "^6.5.1",
  13969. "css-minimizer-webpack-plugin": "^3.2.0",
  13970. "dotenv": "^10.0.0",
  13971. "dotenv-expand": "^5.1.0",
  13972. "eslint": "^8.3.0",
  13973. "eslint-config-react-app": "^7.0.1",
  13974. "eslint-webpack-plugin": "^3.1.1",
  13975. "file-loader": "^6.2.0",
  13976. "fs-extra": "^10.0.0",
  13977. "html-webpack-plugin": "^5.5.0",
  13978. "identity-obj-proxy": "^3.0.0",
  13979. "jest": "^27.4.3",
  13980. "jest-resolve": "^27.4.2",
  13981. "jest-watch-typeahead": "^1.0.0",
  13982. "mini-css-extract-plugin": "^2.4.5",
  13983. "postcss": "^8.4.4",
  13984. "postcss-flexbugs-fixes": "^5.0.2",
  13985. "postcss-loader": "^6.2.1",
  13986. "postcss-normalize": "^10.0.1",
  13987. "postcss-preset-env": "^7.0.1",
  13988. "prompts": "^2.4.2",
  13989. "react-app-polyfill": "^3.0.0",
  13990. "react-dev-utils": "^12.0.1",
  13991. "react-refresh": "^0.11.0",
  13992. "resolve": "^1.20.0",
  13993. "resolve-url-loader": "^4.0.0",
  13994. "sass-loader": "^12.3.0",
  13995. "semver": "^7.3.5",
  13996. "source-map-loader": "^3.0.0",
  13997. "style-loader": "^3.3.1",
  13998. "tailwindcss": "^3.0.2",
  13999. "terser-webpack-plugin": "^5.2.5",
  14000. "webpack": "^5.64.4",
  14001. "webpack-dev-server": "^4.6.0",
  14002. "webpack-manifest-plugin": "^4.0.2",
  14003. "workbox-webpack-plugin": "^6.4.1"
  14004. },
  14005. "bin": {
  14006. "react-scripts": "bin/react-scripts.js"
  14007. },
  14008. "engines": {
  14009. "node": ">=14.0.0"
  14010. },
  14011. "optionalDependencies": {
  14012. "fsevents": "^2.3.2"
  14013. },
  14014. "peerDependencies": {
  14015. "react": ">= 16",
  14016. "typescript": "^3.2.1 || ^4"
  14017. },
  14018. "peerDependenciesMeta": {
  14019. "typescript": {
  14020. "optional": true
  14021. }
  14022. }
  14023. },
  14024. "node_modules/read-cache": {
  14025. "version": "1.0.0",
  14026. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  14027. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  14028. "dependencies": {
  14029. "pify": "^2.3.0"
  14030. }
  14031. },
  14032. "node_modules/readable-stream": {
  14033. "version": "3.6.0",
  14034. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
  14035. "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
  14036. "dependencies": {
  14037. "inherits": "^2.0.3",
  14038. "string_decoder": "^1.1.1",
  14039. "util-deprecate": "^1.0.1"
  14040. },
  14041. "engines": {
  14042. "node": ">= 6"
  14043. }
  14044. },
  14045. "node_modules/readdirp": {
  14046. "version": "3.6.0",
  14047. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  14048. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  14049. "dependencies": {
  14050. "picomatch": "^2.2.1"
  14051. },
  14052. "engines": {
  14053. "node": ">=8.10.0"
  14054. }
  14055. },
  14056. "node_modules/recursive-readdir": {
  14057. "version": "2.2.2",
  14058. "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz",
  14059. "integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==",
  14060. "dependencies": {
  14061. "minimatch": "3.0.4"
  14062. },
  14063. "engines": {
  14064. "node": ">=0.10.0"
  14065. }
  14066. },
  14067. "node_modules/recursive-readdir/node_modules/minimatch": {
  14068. "version": "3.0.4",
  14069. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  14070. "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  14071. "dependencies": {
  14072. "brace-expansion": "^1.1.7"
  14073. },
  14074. "engines": {
  14075. "node": "*"
  14076. }
  14077. },
  14078. "node_modules/redent": {
  14079. "version": "3.0.0",
  14080. "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
  14081. "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
  14082. "dependencies": {
  14083. "indent-string": "^4.0.0",
  14084. "strip-indent": "^3.0.0"
  14085. },
  14086. "engines": {
  14087. "node": ">=8"
  14088. }
  14089. },
  14090. "node_modules/regenerate": {
  14091. "version": "1.4.2",
  14092. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  14093. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
  14094. },
  14095. "node_modules/regenerate-unicode-properties": {
  14096. "version": "10.0.1",
  14097. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz",
  14098. "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==",
  14099. "dependencies": {
  14100. "regenerate": "^1.4.2"
  14101. },
  14102. "engines": {
  14103. "node": ">=4"
  14104. }
  14105. },
  14106. "node_modules/regenerator-runtime": {
  14107. "version": "0.13.9",
  14108. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
  14109. "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
  14110. },
  14111. "node_modules/regenerator-transform": {
  14112. "version": "0.15.0",
  14113. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz",
  14114. "integrity": "sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==",
  14115. "dependencies": {
  14116. "@babel/runtime": "^7.8.4"
  14117. }
  14118. },
  14119. "node_modules/regex-parser": {
  14120. "version": "2.2.11",
  14121. "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz",
  14122. "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q=="
  14123. },
  14124. "node_modules/regexp.prototype.flags": {
  14125. "version": "1.4.3",
  14126. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz",
  14127. "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==",
  14128. "dependencies": {
  14129. "call-bind": "^1.0.2",
  14130. "define-properties": "^1.1.3",
  14131. "functions-have-names": "^1.2.2"
  14132. },
  14133. "engines": {
  14134. "node": ">= 0.4"
  14135. },
  14136. "funding": {
  14137. "url": "https://github.com/sponsors/ljharb"
  14138. }
  14139. },
  14140. "node_modules/regexpp": {
  14141. "version": "3.2.0",
  14142. "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
  14143. "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
  14144. "engines": {
  14145. "node": ">=8"
  14146. },
  14147. "funding": {
  14148. "url": "https://github.com/sponsors/mysticatea"
  14149. }
  14150. },
  14151. "node_modules/regexpu-core": {
  14152. "version": "5.1.0",
  14153. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.1.0.tgz",
  14154. "integrity": "sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==",
  14155. "dependencies": {
  14156. "regenerate": "^1.4.2",
  14157. "regenerate-unicode-properties": "^10.0.1",
  14158. "regjsgen": "^0.6.0",
  14159. "regjsparser": "^0.8.2",
  14160. "unicode-match-property-ecmascript": "^2.0.0",
  14161. "unicode-match-property-value-ecmascript": "^2.0.0"
  14162. },
  14163. "engines": {
  14164. "node": ">=4"
  14165. }
  14166. },
  14167. "node_modules/regjsgen": {
  14168. "version": "0.6.0",
  14169. "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz",
  14170. "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA=="
  14171. },
  14172. "node_modules/regjsparser": {
  14173. "version": "0.8.4",
  14174. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz",
  14175. "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==",
  14176. "dependencies": {
  14177. "jsesc": "~0.5.0"
  14178. },
  14179. "bin": {
  14180. "regjsparser": "bin/parser"
  14181. }
  14182. },
  14183. "node_modules/regjsparser/node_modules/jsesc": {
  14184. "version": "0.5.0",
  14185. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  14186. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
  14187. "bin": {
  14188. "jsesc": "bin/jsesc"
  14189. }
  14190. },
  14191. "node_modules/relateurl": {
  14192. "version": "0.2.7",
  14193. "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
  14194. "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==",
  14195. "engines": {
  14196. "node": ">= 0.10"
  14197. }
  14198. },
  14199. "node_modules/renderkid": {
  14200. "version": "3.0.0",
  14201. "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
  14202. "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
  14203. "dependencies": {
  14204. "css-select": "^4.1.3",
  14205. "dom-converter": "^0.2.0",
  14206. "htmlparser2": "^6.1.0",
  14207. "lodash": "^4.17.21",
  14208. "strip-ansi": "^6.0.1"
  14209. }
  14210. },
  14211. "node_modules/require-directory": {
  14212. "version": "2.1.1",
  14213. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  14214. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  14215. "engines": {
  14216. "node": ">=0.10.0"
  14217. }
  14218. },
  14219. "node_modules/require-from-string": {
  14220. "version": "2.0.2",
  14221. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  14222. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  14223. "engines": {
  14224. "node": ">=0.10.0"
  14225. }
  14226. },
  14227. "node_modules/requires-port": {
  14228. "version": "1.0.0",
  14229. "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
  14230. "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
  14231. },
  14232. "node_modules/resolve": {
  14233. "version": "1.22.1",
  14234. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
  14235. "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
  14236. "dependencies": {
  14237. "is-core-module": "^2.9.0",
  14238. "path-parse": "^1.0.7",
  14239. "supports-preserve-symlinks-flag": "^1.0.0"
  14240. },
  14241. "bin": {
  14242. "resolve": "bin/resolve"
  14243. },
  14244. "funding": {
  14245. "url": "https://github.com/sponsors/ljharb"
  14246. }
  14247. },
  14248. "node_modules/resolve-cwd": {
  14249. "version": "3.0.0",
  14250. "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
  14251. "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
  14252. "dependencies": {
  14253. "resolve-from": "^5.0.0"
  14254. },
  14255. "engines": {
  14256. "node": ">=8"
  14257. }
  14258. },
  14259. "node_modules/resolve-from": {
  14260. "version": "5.0.0",
  14261. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  14262. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  14263. "engines": {
  14264. "node": ">=8"
  14265. }
  14266. },
  14267. "node_modules/resolve-url-loader": {
  14268. "version": "4.0.0",
  14269. "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz",
  14270. "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==",
  14271. "dependencies": {
  14272. "adjust-sourcemap-loader": "^4.0.0",
  14273. "convert-source-map": "^1.7.0",
  14274. "loader-utils": "^2.0.0",
  14275. "postcss": "^7.0.35",
  14276. "source-map": "0.6.1"
  14277. },
  14278. "engines": {
  14279. "node": ">=8.9"
  14280. },
  14281. "peerDependencies": {
  14282. "rework": "1.0.1",
  14283. "rework-visit": "1.0.0"
  14284. },
  14285. "peerDependenciesMeta": {
  14286. "rework": {
  14287. "optional": true
  14288. },
  14289. "rework-visit": {
  14290. "optional": true
  14291. }
  14292. }
  14293. },
  14294. "node_modules/resolve-url-loader/node_modules/picocolors": {
  14295. "version": "0.2.1",
  14296. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
  14297. "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
  14298. },
  14299. "node_modules/resolve-url-loader/node_modules/postcss": {
  14300. "version": "7.0.39",
  14301. "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
  14302. "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
  14303. "dependencies": {
  14304. "picocolors": "^0.2.1",
  14305. "source-map": "^0.6.1"
  14306. },
  14307. "engines": {
  14308. "node": ">=6.0.0"
  14309. },
  14310. "funding": {
  14311. "type": "opencollective",
  14312. "url": "https://opencollective.com/postcss/"
  14313. }
  14314. },
  14315. "node_modules/resolve-url-loader/node_modules/source-map": {
  14316. "version": "0.6.1",
  14317. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  14318. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  14319. "engines": {
  14320. "node": ">=0.10.0"
  14321. }
  14322. },
  14323. "node_modules/resolve.exports": {
  14324. "version": "1.1.0",
  14325. "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz",
  14326. "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==",
  14327. "engines": {
  14328. "node": ">=10"
  14329. }
  14330. },
  14331. "node_modules/retry": {
  14332. "version": "0.13.1",
  14333. "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
  14334. "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
  14335. "engines": {
  14336. "node": ">= 4"
  14337. }
  14338. },
  14339. "node_modules/reusify": {
  14340. "version": "1.0.4",
  14341. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  14342. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  14343. "engines": {
  14344. "iojs": ">=1.0.0",
  14345. "node": ">=0.10.0"
  14346. }
  14347. },
  14348. "node_modules/rimraf": {
  14349. "version": "3.0.2",
  14350. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  14351. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  14352. "dependencies": {
  14353. "glob": "^7.1.3"
  14354. },
  14355. "bin": {
  14356. "rimraf": "bin.js"
  14357. },
  14358. "funding": {
  14359. "url": "https://github.com/sponsors/isaacs"
  14360. }
  14361. },
  14362. "node_modules/rollup": {
  14363. "version": "2.77.0",
  14364. "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.0.tgz",
  14365. "integrity": "sha512-vL8xjY4yOQEw79DvyXLijhnhh+R/O9zpF/LEgkCebZFtb6ELeN9H3/2T0r8+mp+fFTBHZ5qGpOpW2ela2zRt3g==",
  14366. "bin": {
  14367. "rollup": "dist/bin/rollup"
  14368. },
  14369. "engines": {
  14370. "node": ">=10.0.0"
  14371. },
  14372. "optionalDependencies": {
  14373. "fsevents": "~2.3.2"
  14374. }
  14375. },
  14376. "node_modules/rollup-plugin-terser": {
  14377. "version": "7.0.2",
  14378. "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
  14379. "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
  14380. "dependencies": {
  14381. "@babel/code-frame": "^7.10.4",
  14382. "jest-worker": "^26.2.1",
  14383. "serialize-javascript": "^4.0.0",
  14384. "terser": "^5.0.0"
  14385. },
  14386. "peerDependencies": {
  14387. "rollup": "^2.0.0"
  14388. }
  14389. },
  14390. "node_modules/rollup-plugin-terser/node_modules/has-flag": {
  14391. "version": "4.0.0",
  14392. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  14393. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  14394. "engines": {
  14395. "node": ">=8"
  14396. }
  14397. },
  14398. "node_modules/rollup-plugin-terser/node_modules/jest-worker": {
  14399. "version": "26.6.2",
  14400. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
  14401. "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
  14402. "dependencies": {
  14403. "@types/node": "*",
  14404. "merge-stream": "^2.0.0",
  14405. "supports-color": "^7.0.0"
  14406. },
  14407. "engines": {
  14408. "node": ">= 10.13.0"
  14409. }
  14410. },
  14411. "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": {
  14412. "version": "4.0.0",
  14413. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
  14414. "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
  14415. "dependencies": {
  14416. "randombytes": "^2.1.0"
  14417. }
  14418. },
  14419. "node_modules/rollup-plugin-terser/node_modules/supports-color": {
  14420. "version": "7.2.0",
  14421. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  14422. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  14423. "dependencies": {
  14424. "has-flag": "^4.0.0"
  14425. },
  14426. "engines": {
  14427. "node": ">=8"
  14428. }
  14429. },
  14430. "node_modules/run-parallel": {
  14431. "version": "1.2.0",
  14432. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  14433. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  14434. "funding": [
  14435. {
  14436. "type": "github",
  14437. "url": "https://github.com/sponsors/feross"
  14438. },
  14439. {
  14440. "type": "patreon",
  14441. "url": "https://www.patreon.com/feross"
  14442. },
  14443. {
  14444. "type": "consulting",
  14445. "url": "https://feross.org/support"
  14446. }
  14447. ],
  14448. "dependencies": {
  14449. "queue-microtask": "^1.2.2"
  14450. }
  14451. },
  14452. "node_modules/safe-buffer": {
  14453. "version": "5.1.2",
  14454. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  14455. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  14456. },
  14457. "node_modules/safer-buffer": {
  14458. "version": "2.1.2",
  14459. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  14460. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
  14461. },
  14462. "node_modules/sanitize.css": {
  14463. "version": "13.0.0",
  14464. "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz",
  14465. "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA=="
  14466. },
  14467. "node_modules/sass-loader": {
  14468. "version": "12.6.0",
  14469. "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz",
  14470. "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==",
  14471. "dependencies": {
  14472. "klona": "^2.0.4",
  14473. "neo-async": "^2.6.2"
  14474. },
  14475. "engines": {
  14476. "node": ">= 12.13.0"
  14477. },
  14478. "funding": {
  14479. "type": "opencollective",
  14480. "url": "https://opencollective.com/webpack"
  14481. },
  14482. "peerDependencies": {
  14483. "fibers": ">= 3.1.0",
  14484. "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
  14485. "sass": "^1.3.0",
  14486. "sass-embedded": "*",
  14487. "webpack": "^5.0.0"
  14488. },
  14489. "peerDependenciesMeta": {
  14490. "fibers": {
  14491. "optional": true
  14492. },
  14493. "node-sass": {
  14494. "optional": true
  14495. },
  14496. "sass": {
  14497. "optional": true
  14498. },
  14499. "sass-embedded": {
  14500. "optional": true
  14501. }
  14502. }
  14503. },
  14504. "node_modules/sax": {
  14505. "version": "1.2.4",
  14506. "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
  14507. "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
  14508. },
  14509. "node_modules/saxes": {
  14510. "version": "5.0.1",
  14511. "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
  14512. "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
  14513. "dependencies": {
  14514. "xmlchars": "^2.2.0"
  14515. },
  14516. "engines": {
  14517. "node": ">=10"
  14518. }
  14519. },
  14520. "node_modules/scheduler": {
  14521. "version": "0.23.0",
  14522. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
  14523. "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==",
  14524. "dependencies": {
  14525. "loose-envify": "^1.1.0"
  14526. }
  14527. },
  14528. "node_modules/schema-utils": {
  14529. "version": "3.1.1",
  14530. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
  14531. "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
  14532. "dependencies": {
  14533. "@types/json-schema": "^7.0.8",
  14534. "ajv": "^6.12.5",
  14535. "ajv-keywords": "^3.5.2"
  14536. },
  14537. "engines": {
  14538. "node": ">= 10.13.0"
  14539. },
  14540. "funding": {
  14541. "type": "opencollective",
  14542. "url": "https://opencollective.com/webpack"
  14543. }
  14544. },
  14545. "node_modules/select-hose": {
  14546. "version": "2.0.0",
  14547. "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
  14548. "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg=="
  14549. },
  14550. "node_modules/selfsigned": {
  14551. "version": "2.0.1",
  14552. "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.0.1.tgz",
  14553. "integrity": "sha512-LmME957M1zOsUhG+67rAjKfiWFox3SBxE/yymatMZsAx+oMrJ0YQ8AToOnyCm7xbeg2ep37IHLxdu0o2MavQOQ==",
  14554. "dependencies": {
  14555. "node-forge": "^1"
  14556. },
  14557. "engines": {
  14558. "node": ">=10"
  14559. }
  14560. },
  14561. "node_modules/semver": {
  14562. "version": "7.3.7",
  14563. "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
  14564. "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
  14565. "dependencies": {
  14566. "lru-cache": "^6.0.0"
  14567. },
  14568. "bin": {
  14569. "semver": "bin/semver.js"
  14570. },
  14571. "engines": {
  14572. "node": ">=10"
  14573. }
  14574. },
  14575. "node_modules/send": {
  14576. "version": "0.18.0",
  14577. "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
  14578. "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
  14579. "dependencies": {
  14580. "debug": "2.6.9",
  14581. "depd": "2.0.0",
  14582. "destroy": "1.2.0",
  14583. "encodeurl": "~1.0.2",
  14584. "escape-html": "~1.0.3",
  14585. "etag": "~1.8.1",
  14586. "fresh": "0.5.2",
  14587. "http-errors": "2.0.0",
  14588. "mime": "1.6.0",
  14589. "ms": "2.1.3",
  14590. "on-finished": "2.4.1",
  14591. "range-parser": "~1.2.1",
  14592. "statuses": "2.0.1"
  14593. },
  14594. "engines": {
  14595. "node": ">= 0.8.0"
  14596. }
  14597. },
  14598. "node_modules/send/node_modules/debug": {
  14599. "version": "2.6.9",
  14600. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  14601. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  14602. "dependencies": {
  14603. "ms": "2.0.0"
  14604. }
  14605. },
  14606. "node_modules/send/node_modules/debug/node_modules/ms": {
  14607. "version": "2.0.0",
  14608. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  14609. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  14610. },
  14611. "node_modules/send/node_modules/ms": {
  14612. "version": "2.1.3",
  14613. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  14614. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  14615. },
  14616. "node_modules/serialize-javascript": {
  14617. "version": "6.0.0",
  14618. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz",
  14619. "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==",
  14620. "dependencies": {
  14621. "randombytes": "^2.1.0"
  14622. }
  14623. },
  14624. "node_modules/serve-index": {
  14625. "version": "1.9.1",
  14626. "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
  14627. "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
  14628. "dependencies": {
  14629. "accepts": "~1.3.4",
  14630. "batch": "0.6.1",
  14631. "debug": "2.6.9",
  14632. "escape-html": "~1.0.3",
  14633. "http-errors": "~1.6.2",
  14634. "mime-types": "~2.1.17",
  14635. "parseurl": "~1.3.2"
  14636. },
  14637. "engines": {
  14638. "node": ">= 0.8.0"
  14639. }
  14640. },
  14641. "node_modules/serve-index/node_modules/debug": {
  14642. "version": "2.6.9",
  14643. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  14644. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  14645. "dependencies": {
  14646. "ms": "2.0.0"
  14647. }
  14648. },
  14649. "node_modules/serve-index/node_modules/depd": {
  14650. "version": "1.1.2",
  14651. "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
  14652. "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
  14653. "engines": {
  14654. "node": ">= 0.6"
  14655. }
  14656. },
  14657. "node_modules/serve-index/node_modules/http-errors": {
  14658. "version": "1.6.3",
  14659. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
  14660. "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
  14661. "dependencies": {
  14662. "depd": "~1.1.2",
  14663. "inherits": "2.0.3",
  14664. "setprototypeof": "1.1.0",
  14665. "statuses": ">= 1.4.0 < 2"
  14666. },
  14667. "engines": {
  14668. "node": ">= 0.6"
  14669. }
  14670. },
  14671. "node_modules/serve-index/node_modules/inherits": {
  14672. "version": "2.0.3",
  14673. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  14674. "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw=="
  14675. },
  14676. "node_modules/serve-index/node_modules/ms": {
  14677. "version": "2.0.0",
  14678. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  14679. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  14680. },
  14681. "node_modules/serve-index/node_modules/setprototypeof": {
  14682. "version": "1.1.0",
  14683. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
  14684. "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ=="
  14685. },
  14686. "node_modules/serve-index/node_modules/statuses": {
  14687. "version": "1.5.0",
  14688. "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
  14689. "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
  14690. "engines": {
  14691. "node": ">= 0.6"
  14692. }
  14693. },
  14694. "node_modules/serve-static": {
  14695. "version": "1.15.0",
  14696. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
  14697. "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
  14698. "dependencies": {
  14699. "encodeurl": "~1.0.2",
  14700. "escape-html": "~1.0.3",
  14701. "parseurl": "~1.3.3",
  14702. "send": "0.18.0"
  14703. },
  14704. "engines": {
  14705. "node": ">= 0.8.0"
  14706. }
  14707. },
  14708. "node_modules/setprototypeof": {
  14709. "version": "1.2.0",
  14710. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  14711. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  14712. },
  14713. "node_modules/shebang-command": {
  14714. "version": "2.0.0",
  14715. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  14716. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  14717. "dependencies": {
  14718. "shebang-regex": "^3.0.0"
  14719. },
  14720. "engines": {
  14721. "node": ">=8"
  14722. }
  14723. },
  14724. "node_modules/shebang-regex": {
  14725. "version": "3.0.0",
  14726. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  14727. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  14728. "engines": {
  14729. "node": ">=8"
  14730. }
  14731. },
  14732. "node_modules/shell-quote": {
  14733. "version": "1.7.3",
  14734. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
  14735. "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw=="
  14736. },
  14737. "node_modules/side-channel": {
  14738. "version": "1.0.4",
  14739. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
  14740. "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
  14741. "dependencies": {
  14742. "call-bind": "^1.0.0",
  14743. "get-intrinsic": "^1.0.2",
  14744. "object-inspect": "^1.9.0"
  14745. },
  14746. "funding": {
  14747. "url": "https://github.com/sponsors/ljharb"
  14748. }
  14749. },
  14750. "node_modules/signal-exit": {
  14751. "version": "3.0.7",
  14752. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  14753. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  14754. },
  14755. "node_modules/sisteransi": {
  14756. "version": "1.0.5",
  14757. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  14758. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  14759. },
  14760. "node_modules/slash": {
  14761. "version": "3.0.0",
  14762. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  14763. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  14764. "engines": {
  14765. "node": ">=8"
  14766. }
  14767. },
  14768. "node_modules/sockjs": {
  14769. "version": "0.3.24",
  14770. "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
  14771. "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
  14772. "dependencies": {
  14773. "faye-websocket": "^0.11.3",
  14774. "uuid": "^8.3.2",
  14775. "websocket-driver": "^0.7.4"
  14776. }
  14777. },
  14778. "node_modules/source-list-map": {
  14779. "version": "2.0.1",
  14780. "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
  14781. "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
  14782. },
  14783. "node_modules/source-map": {
  14784. "version": "0.7.4",
  14785. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  14786. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  14787. "engines": {
  14788. "node": ">= 8"
  14789. }
  14790. },
  14791. "node_modules/source-map-js": {
  14792. "version": "1.0.2",
  14793. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
  14794. "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
  14795. "engines": {
  14796. "node": ">=0.10.0"
  14797. }
  14798. },
  14799. "node_modules/source-map-loader": {
  14800. "version": "3.0.1",
  14801. "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.1.tgz",
  14802. "integrity": "sha512-Vp1UsfyPvgujKQzi4pyDiTOnE3E4H+yHvkVRN3c/9PJmQS4CQJExvcDvaX/D+RV+xQben9HJ56jMJS3CgUeWyA==",
  14803. "dependencies": {
  14804. "abab": "^2.0.5",
  14805. "iconv-lite": "^0.6.3",
  14806. "source-map-js": "^1.0.1"
  14807. },
  14808. "engines": {
  14809. "node": ">= 12.13.0"
  14810. },
  14811. "funding": {
  14812. "type": "opencollective",
  14813. "url": "https://opencollective.com/webpack"
  14814. },
  14815. "peerDependencies": {
  14816. "webpack": "^5.0.0"
  14817. }
  14818. },
  14819. "node_modules/source-map-resolve": {
  14820. "version": "0.6.0",
  14821. "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz",
  14822. "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==",
  14823. "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated",
  14824. "dependencies": {
  14825. "atob": "^2.1.2",
  14826. "decode-uri-component": "^0.2.0"
  14827. }
  14828. },
  14829. "node_modules/source-map-support": {
  14830. "version": "0.5.21",
  14831. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  14832. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  14833. "dependencies": {
  14834. "buffer-from": "^1.0.0",
  14835. "source-map": "^0.6.0"
  14836. }
  14837. },
  14838. "node_modules/source-map-support/node_modules/source-map": {
  14839. "version": "0.6.1",
  14840. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  14841. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  14842. "engines": {
  14843. "node": ">=0.10.0"
  14844. }
  14845. },
  14846. "node_modules/sourcemap-codec": {
  14847. "version": "1.4.8",
  14848. "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  14849. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA=="
  14850. },
  14851. "node_modules/spdy": {
  14852. "version": "4.0.2",
  14853. "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
  14854. "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
  14855. "dependencies": {
  14856. "debug": "^4.1.0",
  14857. "handle-thing": "^2.0.0",
  14858. "http-deceiver": "^1.2.7",
  14859. "select-hose": "^2.0.0",
  14860. "spdy-transport": "^3.0.0"
  14861. },
  14862. "engines": {
  14863. "node": ">=6.0.0"
  14864. }
  14865. },
  14866. "node_modules/spdy-transport": {
  14867. "version": "3.0.0",
  14868. "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
  14869. "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
  14870. "dependencies": {
  14871. "debug": "^4.1.0",
  14872. "detect-node": "^2.0.4",
  14873. "hpack.js": "^2.1.6",
  14874. "obuf": "^1.1.2",
  14875. "readable-stream": "^3.0.6",
  14876. "wbuf": "^1.7.3"
  14877. }
  14878. },
  14879. "node_modules/sprintf-js": {
  14880. "version": "1.0.3",
  14881. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  14882. "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
  14883. },
  14884. "node_modules/stable": {
  14885. "version": "0.1.8",
  14886. "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
  14887. "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==",
  14888. "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"
  14889. },
  14890. "node_modules/stack-utils": {
  14891. "version": "2.0.5",
  14892. "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz",
  14893. "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==",
  14894. "dependencies": {
  14895. "escape-string-regexp": "^2.0.0"
  14896. },
  14897. "engines": {
  14898. "node": ">=10"
  14899. }
  14900. },
  14901. "node_modules/stack-utils/node_modules/escape-string-regexp": {
  14902. "version": "2.0.0",
  14903. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  14904. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
  14905. "engines": {
  14906. "node": ">=8"
  14907. }
  14908. },
  14909. "node_modules/stackframe": {
  14910. "version": "1.3.4",
  14911. "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
  14912. "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw=="
  14913. },
  14914. "node_modules/statuses": {
  14915. "version": "2.0.1",
  14916. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  14917. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  14918. "engines": {
  14919. "node": ">= 0.8"
  14920. }
  14921. },
  14922. "node_modules/string_decoder": {
  14923. "version": "1.3.0",
  14924. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  14925. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  14926. "dependencies": {
  14927. "safe-buffer": "~5.2.0"
  14928. }
  14929. },
  14930. "node_modules/string_decoder/node_modules/safe-buffer": {
  14931. "version": "5.2.1",
  14932. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  14933. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  14934. "funding": [
  14935. {
  14936. "type": "github",
  14937. "url": "https://github.com/sponsors/feross"
  14938. },
  14939. {
  14940. "type": "patreon",
  14941. "url": "https://www.patreon.com/feross"
  14942. },
  14943. {
  14944. "type": "consulting",
  14945. "url": "https://feross.org/support"
  14946. }
  14947. ]
  14948. },
  14949. "node_modules/string-length": {
  14950. "version": "4.0.2",
  14951. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  14952. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  14953. "dependencies": {
  14954. "char-regex": "^1.0.2",
  14955. "strip-ansi": "^6.0.0"
  14956. },
  14957. "engines": {
  14958. "node": ">=10"
  14959. }
  14960. },
  14961. "node_modules/string-natural-compare": {
  14962. "version": "3.0.1",
  14963. "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
  14964. "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw=="
  14965. },
  14966. "node_modules/string-width": {
  14967. "version": "4.2.3",
  14968. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  14969. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  14970. "dependencies": {
  14971. "emoji-regex": "^8.0.0",
  14972. "is-fullwidth-code-point": "^3.0.0",
  14973. "strip-ansi": "^6.0.1"
  14974. },
  14975. "engines": {
  14976. "node": ">=8"
  14977. }
  14978. },
  14979. "node_modules/string-width/node_modules/emoji-regex": {
  14980. "version": "8.0.0",
  14981. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  14982. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  14983. },
  14984. "node_modules/string.prototype.matchall": {
  14985. "version": "4.0.7",
  14986. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz",
  14987. "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==",
  14988. "dependencies": {
  14989. "call-bind": "^1.0.2",
  14990. "define-properties": "^1.1.3",
  14991. "es-abstract": "^1.19.1",
  14992. "get-intrinsic": "^1.1.1",
  14993. "has-symbols": "^1.0.3",
  14994. "internal-slot": "^1.0.3",
  14995. "regexp.prototype.flags": "^1.4.1",
  14996. "side-channel": "^1.0.4"
  14997. },
  14998. "funding": {
  14999. "url": "https://github.com/sponsors/ljharb"
  15000. }
  15001. },
  15002. "node_modules/string.prototype.trimend": {
  15003. "version": "1.0.5",
  15004. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz",
  15005. "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==",
  15006. "dependencies": {
  15007. "call-bind": "^1.0.2",
  15008. "define-properties": "^1.1.4",
  15009. "es-abstract": "^1.19.5"
  15010. },
  15011. "funding": {
  15012. "url": "https://github.com/sponsors/ljharb"
  15013. }
  15014. },
  15015. "node_modules/string.prototype.trimstart": {
  15016. "version": "1.0.5",
  15017. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz",
  15018. "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==",
  15019. "dependencies": {
  15020. "call-bind": "^1.0.2",
  15021. "define-properties": "^1.1.4",
  15022. "es-abstract": "^1.19.5"
  15023. },
  15024. "funding": {
  15025. "url": "https://github.com/sponsors/ljharb"
  15026. }
  15027. },
  15028. "node_modules/stringify-object": {
  15029. "version": "3.3.0",
  15030. "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
  15031. "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
  15032. "dependencies": {
  15033. "get-own-enumerable-property-symbols": "^3.0.0",
  15034. "is-obj": "^1.0.1",
  15035. "is-regexp": "^1.0.0"
  15036. },
  15037. "engines": {
  15038. "node": ">=4"
  15039. }
  15040. },
  15041. "node_modules/strip-ansi": {
  15042. "version": "6.0.1",
  15043. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  15044. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  15045. "dependencies": {
  15046. "ansi-regex": "^5.0.1"
  15047. },
  15048. "engines": {
  15049. "node": ">=8"
  15050. }
  15051. },
  15052. "node_modules/strip-bom": {
  15053. "version": "4.0.0",
  15054. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
  15055. "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
  15056. "engines": {
  15057. "node": ">=8"
  15058. }
  15059. },
  15060. "node_modules/strip-comments": {
  15061. "version": "2.0.1",
  15062. "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
  15063. "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==",
  15064. "engines": {
  15065. "node": ">=10"
  15066. }
  15067. },
  15068. "node_modules/strip-final-newline": {
  15069. "version": "2.0.0",
  15070. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  15071. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  15072. "engines": {
  15073. "node": ">=6"
  15074. }
  15075. },
  15076. "node_modules/strip-indent": {
  15077. "version": "3.0.0",
  15078. "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
  15079. "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
  15080. "dependencies": {
  15081. "min-indent": "^1.0.0"
  15082. },
  15083. "engines": {
  15084. "node": ">=8"
  15085. }
  15086. },
  15087. "node_modules/strip-json-comments": {
  15088. "version": "3.1.1",
  15089. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  15090. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  15091. "engines": {
  15092. "node": ">=8"
  15093. },
  15094. "funding": {
  15095. "url": "https://github.com/sponsors/sindresorhus"
  15096. }
  15097. },
  15098. "node_modules/style-loader": {
  15099. "version": "3.3.1",
  15100. "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz",
  15101. "integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==",
  15102. "engines": {
  15103. "node": ">= 12.13.0"
  15104. },
  15105. "funding": {
  15106. "type": "opencollective",
  15107. "url": "https://opencollective.com/webpack"
  15108. },
  15109. "peerDependencies": {
  15110. "webpack": "^5.0.0"
  15111. }
  15112. },
  15113. "node_modules/stylehacks": {
  15114. "version": "5.1.0",
  15115. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.0.tgz",
  15116. "integrity": "sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==",
  15117. "dependencies": {
  15118. "browserslist": "^4.16.6",
  15119. "postcss-selector-parser": "^6.0.4"
  15120. },
  15121. "engines": {
  15122. "node": "^10 || ^12 || >=14.0"
  15123. },
  15124. "peerDependencies": {
  15125. "postcss": "^8.2.15"
  15126. }
  15127. },
  15128. "node_modules/supports-color": {
  15129. "version": "5.5.0",
  15130. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  15131. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  15132. "dependencies": {
  15133. "has-flag": "^3.0.0"
  15134. },
  15135. "engines": {
  15136. "node": ">=4"
  15137. }
  15138. },
  15139. "node_modules/supports-hyperlinks": {
  15140. "version": "2.2.0",
  15141. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz",
  15142. "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==",
  15143. "dependencies": {
  15144. "has-flag": "^4.0.0",
  15145. "supports-color": "^7.0.0"
  15146. },
  15147. "engines": {
  15148. "node": ">=8"
  15149. }
  15150. },
  15151. "node_modules/supports-hyperlinks/node_modules/has-flag": {
  15152. "version": "4.0.0",
  15153. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  15154. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  15155. "engines": {
  15156. "node": ">=8"
  15157. }
  15158. },
  15159. "node_modules/supports-hyperlinks/node_modules/supports-color": {
  15160. "version": "7.2.0",
  15161. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  15162. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  15163. "dependencies": {
  15164. "has-flag": "^4.0.0"
  15165. },
  15166. "engines": {
  15167. "node": ">=8"
  15168. }
  15169. },
  15170. "node_modules/supports-preserve-symlinks-flag": {
  15171. "version": "1.0.0",
  15172. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  15173. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  15174. "engines": {
  15175. "node": ">= 0.4"
  15176. },
  15177. "funding": {
  15178. "url": "https://github.com/sponsors/ljharb"
  15179. }
  15180. },
  15181. "node_modules/svg-parser": {
  15182. "version": "2.0.4",
  15183. "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
  15184. "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ=="
  15185. },
  15186. "node_modules/svgo": {
  15187. "version": "1.3.2",
  15188. "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
  15189. "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
  15190. "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.",
  15191. "dependencies": {
  15192. "chalk": "^2.4.1",
  15193. "coa": "^2.0.2",
  15194. "css-select": "^2.0.0",
  15195. "css-select-base-adapter": "^0.1.1",
  15196. "css-tree": "1.0.0-alpha.37",
  15197. "csso": "^4.0.2",
  15198. "js-yaml": "^3.13.1",
  15199. "mkdirp": "~0.5.1",
  15200. "object.values": "^1.1.0",
  15201. "sax": "~1.2.4",
  15202. "stable": "^0.1.8",
  15203. "unquote": "~1.1.1",
  15204. "util.promisify": "~1.0.0"
  15205. },
  15206. "bin": {
  15207. "svgo": "bin/svgo"
  15208. },
  15209. "engines": {
  15210. "node": ">=4.0.0"
  15211. }
  15212. },
  15213. "node_modules/svgo/node_modules/css-select": {
  15214. "version": "2.1.0",
  15215. "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
  15216. "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
  15217. "dependencies": {
  15218. "boolbase": "^1.0.0",
  15219. "css-what": "^3.2.1",
  15220. "domutils": "^1.7.0",
  15221. "nth-check": "^1.0.2"
  15222. }
  15223. },
  15224. "node_modules/svgo/node_modules/css-what": {
  15225. "version": "3.4.2",
  15226. "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
  15227. "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==",
  15228. "engines": {
  15229. "node": ">= 6"
  15230. },
  15231. "funding": {
  15232. "url": "https://github.com/sponsors/fb55"
  15233. }
  15234. },
  15235. "node_modules/svgo/node_modules/dom-serializer": {
  15236. "version": "0.2.2",
  15237. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
  15238. "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
  15239. "dependencies": {
  15240. "domelementtype": "^2.0.1",
  15241. "entities": "^2.0.0"
  15242. }
  15243. },
  15244. "node_modules/svgo/node_modules/domutils": {
  15245. "version": "1.7.0",
  15246. "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
  15247. "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
  15248. "dependencies": {
  15249. "dom-serializer": "0",
  15250. "domelementtype": "1"
  15251. }
  15252. },
  15253. "node_modules/svgo/node_modules/domutils/node_modules/domelementtype": {
  15254. "version": "1.3.1",
  15255. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
  15256. "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
  15257. },
  15258. "node_modules/svgo/node_modules/nth-check": {
  15259. "version": "1.0.2",
  15260. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
  15261. "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
  15262. "dependencies": {
  15263. "boolbase": "~1.0.0"
  15264. }
  15265. },
  15266. "node_modules/symbol-tree": {
  15267. "version": "3.2.4",
  15268. "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  15269. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
  15270. },
  15271. "node_modules/tailwindcss": {
  15272. "version": "3.1.6",
  15273. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.6.tgz",
  15274. "integrity": "sha512-7skAOY56erZAFQssT1xkpk+kWt2NrO45kORlxFPXUt3CiGsVPhH1smuH5XoDH6sGPXLyBv+zgCKA2HWBsgCytg==",
  15275. "dependencies": {
  15276. "arg": "^5.0.2",
  15277. "chokidar": "^3.5.3",
  15278. "color-name": "^1.1.4",
  15279. "detective": "^5.2.1",
  15280. "didyoumean": "^1.2.2",
  15281. "dlv": "^1.1.3",
  15282. "fast-glob": "^3.2.11",
  15283. "glob-parent": "^6.0.2",
  15284. "is-glob": "^4.0.3",
  15285. "lilconfig": "^2.0.5",
  15286. "normalize-path": "^3.0.0",
  15287. "object-hash": "^3.0.0",
  15288. "picocolors": "^1.0.0",
  15289. "postcss": "^8.4.14",
  15290. "postcss-import": "^14.1.0",
  15291. "postcss-js": "^4.0.0",
  15292. "postcss-load-config": "^3.1.4",
  15293. "postcss-nested": "5.0.6",
  15294. "postcss-selector-parser": "^6.0.10",
  15295. "postcss-value-parser": "^4.2.0",
  15296. "quick-lru": "^5.1.1",
  15297. "resolve": "^1.22.1"
  15298. },
  15299. "bin": {
  15300. "tailwind": "lib/cli.js",
  15301. "tailwindcss": "lib/cli.js"
  15302. },
  15303. "engines": {
  15304. "node": ">=12.13.0"
  15305. },
  15306. "peerDependencies": {
  15307. "postcss": "^8.0.9"
  15308. }
  15309. },
  15310. "node_modules/tailwindcss/node_modules/color-name": {
  15311. "version": "1.1.4",
  15312. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  15313. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  15314. },
  15315. "node_modules/tapable": {
  15316. "version": "2.2.1",
  15317. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
  15318. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  15319. "engines": {
  15320. "node": ">=6"
  15321. }
  15322. },
  15323. "node_modules/temp-dir": {
  15324. "version": "2.0.0",
  15325. "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
  15326. "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
  15327. "engines": {
  15328. "node": ">=8"
  15329. }
  15330. },
  15331. "node_modules/tempy": {
  15332. "version": "0.6.0",
  15333. "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
  15334. "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
  15335. "dependencies": {
  15336. "is-stream": "^2.0.0",
  15337. "temp-dir": "^2.0.0",
  15338. "type-fest": "^0.16.0",
  15339. "unique-string": "^2.0.0"
  15340. },
  15341. "engines": {
  15342. "node": ">=10"
  15343. },
  15344. "funding": {
  15345. "url": "https://github.com/sponsors/sindresorhus"
  15346. }
  15347. },
  15348. "node_modules/tempy/node_modules/type-fest": {
  15349. "version": "0.16.0",
  15350. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
  15351. "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==",
  15352. "engines": {
  15353. "node": ">=10"
  15354. },
  15355. "funding": {
  15356. "url": "https://github.com/sponsors/sindresorhus"
  15357. }
  15358. },
  15359. "node_modules/terminal-link": {
  15360. "version": "2.1.1",
  15361. "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
  15362. "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
  15363. "dependencies": {
  15364. "ansi-escapes": "^4.2.1",
  15365. "supports-hyperlinks": "^2.0.0"
  15366. },
  15367. "engines": {
  15368. "node": ">=8"
  15369. },
  15370. "funding": {
  15371. "url": "https://github.com/sponsors/sindresorhus"
  15372. }
  15373. },
  15374. "node_modules/terser": {
  15375. "version": "5.14.2",
  15376. "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz",
  15377. "integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==",
  15378. "dependencies": {
  15379. "@jridgewell/source-map": "^0.3.2",
  15380. "acorn": "^8.5.0",
  15381. "commander": "^2.20.0",
  15382. "source-map-support": "~0.5.20"
  15383. },
  15384. "bin": {
  15385. "terser": "bin/terser"
  15386. },
  15387. "engines": {
  15388. "node": ">=10"
  15389. }
  15390. },
  15391. "node_modules/terser-webpack-plugin": {
  15392. "version": "5.3.3",
  15393. "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz",
  15394. "integrity": "sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==",
  15395. "dependencies": {
  15396. "@jridgewell/trace-mapping": "^0.3.7",
  15397. "jest-worker": "^27.4.5",
  15398. "schema-utils": "^3.1.1",
  15399. "serialize-javascript": "^6.0.0",
  15400. "terser": "^5.7.2"
  15401. },
  15402. "engines": {
  15403. "node": ">= 10.13.0"
  15404. },
  15405. "funding": {
  15406. "type": "opencollective",
  15407. "url": "https://opencollective.com/webpack"
  15408. },
  15409. "peerDependencies": {
  15410. "webpack": "^5.1.0"
  15411. },
  15412. "peerDependenciesMeta": {
  15413. "@swc/core": {
  15414. "optional": true
  15415. },
  15416. "esbuild": {
  15417. "optional": true
  15418. },
  15419. "uglify-js": {
  15420. "optional": true
  15421. }
  15422. }
  15423. },
  15424. "node_modules/terser/node_modules/commander": {
  15425. "version": "2.20.3",
  15426. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  15427. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  15428. },
  15429. "node_modules/test-exclude": {
  15430. "version": "6.0.0",
  15431. "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
  15432. "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
  15433. "dependencies": {
  15434. "@istanbuljs/schema": "^0.1.2",
  15435. "glob": "^7.1.4",
  15436. "minimatch": "^3.0.4"
  15437. },
  15438. "engines": {
  15439. "node": ">=8"
  15440. }
  15441. },
  15442. "node_modules/text-table": {
  15443. "version": "0.2.0",
  15444. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  15445. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw=="
  15446. },
  15447. "node_modules/throat": {
  15448. "version": "6.0.1",
  15449. "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz",
  15450. "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w=="
  15451. },
  15452. "node_modules/thunky": {
  15453. "version": "1.1.0",
  15454. "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
  15455. "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA=="
  15456. },
  15457. "node_modules/tmpl": {
  15458. "version": "1.0.5",
  15459. "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
  15460. "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
  15461. },
  15462. "node_modules/to-fast-properties": {
  15463. "version": "2.0.0",
  15464. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  15465. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  15466. "engines": {
  15467. "node": ">=4"
  15468. }
  15469. },
  15470. "node_modules/to-regex-range": {
  15471. "version": "5.0.1",
  15472. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  15473. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  15474. "dependencies": {
  15475. "is-number": "^7.0.0"
  15476. },
  15477. "engines": {
  15478. "node": ">=8.0"
  15479. }
  15480. },
  15481. "node_modules/toidentifier": {
  15482. "version": "1.0.1",
  15483. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  15484. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  15485. "engines": {
  15486. "node": ">=0.6"
  15487. }
  15488. },
  15489. "node_modules/tough-cookie": {
  15490. "version": "4.0.0",
  15491. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz",
  15492. "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==",
  15493. "dependencies": {
  15494. "psl": "^1.1.33",
  15495. "punycode": "^2.1.1",
  15496. "universalify": "^0.1.2"
  15497. },
  15498. "engines": {
  15499. "node": ">=6"
  15500. }
  15501. },
  15502. "node_modules/tough-cookie/node_modules/universalify": {
  15503. "version": "0.1.2",
  15504. "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
  15505. "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
  15506. "engines": {
  15507. "node": ">= 4.0.0"
  15508. }
  15509. },
  15510. "node_modules/tr46": {
  15511. "version": "2.1.0",
  15512. "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
  15513. "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
  15514. "dependencies": {
  15515. "punycode": "^2.1.1"
  15516. },
  15517. "engines": {
  15518. "node": ">=8"
  15519. }
  15520. },
  15521. "node_modules/tryer": {
  15522. "version": "1.0.1",
  15523. "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
  15524. "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA=="
  15525. },
  15526. "node_modules/tsconfig-paths": {
  15527. "version": "3.14.1",
  15528. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz",
  15529. "integrity": "sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==",
  15530. "dependencies": {
  15531. "@types/json5": "^0.0.29",
  15532. "json5": "^1.0.1",
  15533. "minimist": "^1.2.6",
  15534. "strip-bom": "^3.0.0"
  15535. }
  15536. },
  15537. "node_modules/tsconfig-paths/node_modules/json5": {
  15538. "version": "1.0.1",
  15539. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  15540. "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  15541. "dependencies": {
  15542. "minimist": "^1.2.0"
  15543. },
  15544. "bin": {
  15545. "json5": "lib/cli.js"
  15546. }
  15547. },
  15548. "node_modules/tsconfig-paths/node_modules/strip-bom": {
  15549. "version": "3.0.0",
  15550. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  15551. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  15552. "engines": {
  15553. "node": ">=4"
  15554. }
  15555. },
  15556. "node_modules/tslib": {
  15557. "version": "2.4.0",
  15558. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
  15559. "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
  15560. },
  15561. "node_modules/tsutils": {
  15562. "version": "3.21.0",
  15563. "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
  15564. "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
  15565. "dependencies": {
  15566. "tslib": "^1.8.1"
  15567. },
  15568. "engines": {
  15569. "node": ">= 6"
  15570. },
  15571. "peerDependencies": {
  15572. "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"
  15573. }
  15574. },
  15575. "node_modules/tsutils/node_modules/tslib": {
  15576. "version": "1.14.1",
  15577. "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
  15578. "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
  15579. },
  15580. "node_modules/type-check": {
  15581. "version": "0.4.0",
  15582. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  15583. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  15584. "dependencies": {
  15585. "prelude-ls": "^1.2.1"
  15586. },
  15587. "engines": {
  15588. "node": ">= 0.8.0"
  15589. }
  15590. },
  15591. "node_modules/type-detect": {
  15592. "version": "4.0.8",
  15593. "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
  15594. "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
  15595. "engines": {
  15596. "node": ">=4"
  15597. }
  15598. },
  15599. "node_modules/type-fest": {
  15600. "version": "0.21.3",
  15601. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  15602. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  15603. "engines": {
  15604. "node": ">=10"
  15605. },
  15606. "funding": {
  15607. "url": "https://github.com/sponsors/sindresorhus"
  15608. }
  15609. },
  15610. "node_modules/type-is": {
  15611. "version": "1.6.18",
  15612. "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
  15613. "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  15614. "dependencies": {
  15615. "media-typer": "0.3.0",
  15616. "mime-types": "~2.1.24"
  15617. },
  15618. "engines": {
  15619. "node": ">= 0.6"
  15620. }
  15621. },
  15622. "node_modules/typedarray-to-buffer": {
  15623. "version": "3.1.5",
  15624. "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
  15625. "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
  15626. "dependencies": {
  15627. "is-typedarray": "^1.0.0"
  15628. }
  15629. },
  15630. "node_modules/typescript": {
  15631. "version": "4.7.4",
  15632. "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
  15633. "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
  15634. "peer": true,
  15635. "bin": {
  15636. "tsc": "bin/tsc",
  15637. "tsserver": "bin/tsserver"
  15638. },
  15639. "engines": {
  15640. "node": ">=4.2.0"
  15641. }
  15642. },
  15643. "node_modules/unbox-primitive": {
  15644. "version": "1.0.2",
  15645. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  15646. "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  15647. "dependencies": {
  15648. "call-bind": "^1.0.2",
  15649. "has-bigints": "^1.0.2",
  15650. "has-symbols": "^1.0.3",
  15651. "which-boxed-primitive": "^1.0.2"
  15652. },
  15653. "funding": {
  15654. "url": "https://github.com/sponsors/ljharb"
  15655. }
  15656. },
  15657. "node_modules/unicode-canonical-property-names-ecmascript": {
  15658. "version": "2.0.0",
  15659. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
  15660. "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
  15661. "engines": {
  15662. "node": ">=4"
  15663. }
  15664. },
  15665. "node_modules/unicode-match-property-ecmascript": {
  15666. "version": "2.0.0",
  15667. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  15668. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  15669. "dependencies": {
  15670. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  15671. "unicode-property-aliases-ecmascript": "^2.0.0"
  15672. },
  15673. "engines": {
  15674. "node": ">=4"
  15675. }
  15676. },
  15677. "node_modules/unicode-match-property-value-ecmascript": {
  15678. "version": "2.0.0",
  15679. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz",
  15680. "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==",
  15681. "engines": {
  15682. "node": ">=4"
  15683. }
  15684. },
  15685. "node_modules/unicode-property-aliases-ecmascript": {
  15686. "version": "2.0.0",
  15687. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz",
  15688. "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==",
  15689. "engines": {
  15690. "node": ">=4"
  15691. }
  15692. },
  15693. "node_modules/unique-string": {
  15694. "version": "2.0.0",
  15695. "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
  15696. "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
  15697. "dependencies": {
  15698. "crypto-random-string": "^2.0.0"
  15699. },
  15700. "engines": {
  15701. "node": ">=8"
  15702. }
  15703. },
  15704. "node_modules/universalify": {
  15705. "version": "2.0.0",
  15706. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
  15707. "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
  15708. "engines": {
  15709. "node": ">= 10.0.0"
  15710. }
  15711. },
  15712. "node_modules/unpipe": {
  15713. "version": "1.0.0",
  15714. "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  15715. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  15716. "engines": {
  15717. "node": ">= 0.8"
  15718. }
  15719. },
  15720. "node_modules/unquote": {
  15721. "version": "1.1.1",
  15722. "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
  15723. "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg=="
  15724. },
  15725. "node_modules/upath": {
  15726. "version": "1.2.0",
  15727. "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  15728. "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
  15729. "engines": {
  15730. "node": ">=4",
  15731. "yarn": "*"
  15732. }
  15733. },
  15734. "node_modules/update-browserslist-db": {
  15735. "version": "1.0.4",
  15736. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.4.tgz",
  15737. "integrity": "sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==",
  15738. "funding": [
  15739. {
  15740. "type": "opencollective",
  15741. "url": "https://opencollective.com/browserslist"
  15742. },
  15743. {
  15744. "type": "tidelift",
  15745. "url": "https://tidelift.com/funding/github/npm/browserslist"
  15746. }
  15747. ],
  15748. "dependencies": {
  15749. "escalade": "^3.1.1",
  15750. "picocolors": "^1.0.0"
  15751. },
  15752. "bin": {
  15753. "browserslist-lint": "cli.js"
  15754. },
  15755. "peerDependencies": {
  15756. "browserslist": ">= 4.21.0"
  15757. }
  15758. },
  15759. "node_modules/uri-js": {
  15760. "version": "4.4.1",
  15761. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  15762. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  15763. "dependencies": {
  15764. "punycode": "^2.1.0"
  15765. }
  15766. },
  15767. "node_modules/util-deprecate": {
  15768. "version": "1.0.2",
  15769. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  15770. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  15771. },
  15772. "node_modules/util.promisify": {
  15773. "version": "1.0.1",
  15774. "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
  15775. "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
  15776. "dependencies": {
  15777. "define-properties": "^1.1.3",
  15778. "es-abstract": "^1.17.2",
  15779. "has-symbols": "^1.0.1",
  15780. "object.getownpropertydescriptors": "^2.1.0"
  15781. },
  15782. "funding": {
  15783. "url": "https://github.com/sponsors/ljharb"
  15784. }
  15785. },
  15786. "node_modules/utila": {
  15787. "version": "0.4.0",
  15788. "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
  15789. "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA=="
  15790. },
  15791. "node_modules/utils-merge": {
  15792. "version": "1.0.1",
  15793. "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
  15794. "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
  15795. "engines": {
  15796. "node": ">= 0.4.0"
  15797. }
  15798. },
  15799. "node_modules/uuid": {
  15800. "version": "8.3.2",
  15801. "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
  15802. "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
  15803. "bin": {
  15804. "uuid": "dist/bin/uuid"
  15805. }
  15806. },
  15807. "node_modules/v8-compile-cache": {
  15808. "version": "2.3.0",
  15809. "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
  15810. "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA=="
  15811. },
  15812. "node_modules/v8-to-istanbul": {
  15813. "version": "8.1.1",
  15814. "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
  15815. "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
  15816. "dependencies": {
  15817. "@types/istanbul-lib-coverage": "^2.0.1",
  15818. "convert-source-map": "^1.6.0",
  15819. "source-map": "^0.7.3"
  15820. },
  15821. "engines": {
  15822. "node": ">=10.12.0"
  15823. }
  15824. },
  15825. "node_modules/vary": {
  15826. "version": "1.1.2",
  15827. "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  15828. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  15829. "engines": {
  15830. "node": ">= 0.8"
  15831. }
  15832. },
  15833. "node_modules/w3c-hr-time": {
  15834. "version": "1.0.2",
  15835. "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
  15836. "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
  15837. "dependencies": {
  15838. "browser-process-hrtime": "^1.0.0"
  15839. }
  15840. },
  15841. "node_modules/w3c-xmlserializer": {
  15842. "version": "2.0.0",
  15843. "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
  15844. "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
  15845. "dependencies": {
  15846. "xml-name-validator": "^3.0.0"
  15847. },
  15848. "engines": {
  15849. "node": ">=10"
  15850. }
  15851. },
  15852. "node_modules/walker": {
  15853. "version": "1.0.8",
  15854. "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
  15855. "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
  15856. "dependencies": {
  15857. "makeerror": "1.0.12"
  15858. }
  15859. },
  15860. "node_modules/watchpack": {
  15861. "version": "2.4.0",
  15862. "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz",
  15863. "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==",
  15864. "dependencies": {
  15865. "glob-to-regexp": "^0.4.1",
  15866. "graceful-fs": "^4.1.2"
  15867. },
  15868. "engines": {
  15869. "node": ">=10.13.0"
  15870. }
  15871. },
  15872. "node_modules/wbuf": {
  15873. "version": "1.7.3",
  15874. "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
  15875. "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
  15876. "dependencies": {
  15877. "minimalistic-assert": "^1.0.0"
  15878. }
  15879. },
  15880. "node_modules/web-vitals": {
  15881. "version": "2.1.4",
  15882. "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz",
  15883. "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg=="
  15884. },
  15885. "node_modules/webidl-conversions": {
  15886. "version": "6.1.0",
  15887. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
  15888. "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
  15889. "engines": {
  15890. "node": ">=10.4"
  15891. }
  15892. },
  15893. "node_modules/webpack": {
  15894. "version": "5.73.0",
  15895. "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.73.0.tgz",
  15896. "integrity": "sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==",
  15897. "dependencies": {
  15898. "@types/eslint-scope": "^3.7.3",
  15899. "@types/estree": "^0.0.51",
  15900. "@webassemblyjs/ast": "1.11.1",
  15901. "@webassemblyjs/wasm-edit": "1.11.1",
  15902. "@webassemblyjs/wasm-parser": "1.11.1",
  15903. "acorn": "^8.4.1",
  15904. "acorn-import-assertions": "^1.7.6",
  15905. "browserslist": "^4.14.5",
  15906. "chrome-trace-event": "^1.0.2",
  15907. "enhanced-resolve": "^5.9.3",
  15908. "es-module-lexer": "^0.9.0",
  15909. "eslint-scope": "5.1.1",
  15910. "events": "^3.2.0",
  15911. "glob-to-regexp": "^0.4.1",
  15912. "graceful-fs": "^4.2.9",
  15913. "json-parse-even-better-errors": "^2.3.1",
  15914. "loader-runner": "^4.2.0",
  15915. "mime-types": "^2.1.27",
  15916. "neo-async": "^2.6.2",
  15917. "schema-utils": "^3.1.0",
  15918. "tapable": "^2.1.1",
  15919. "terser-webpack-plugin": "^5.1.3",
  15920. "watchpack": "^2.3.1",
  15921. "webpack-sources": "^3.2.3"
  15922. },
  15923. "bin": {
  15924. "webpack": "bin/webpack.js"
  15925. },
  15926. "engines": {
  15927. "node": ">=10.13.0"
  15928. },
  15929. "funding": {
  15930. "type": "opencollective",
  15931. "url": "https://opencollective.com/webpack"
  15932. },
  15933. "peerDependenciesMeta": {
  15934. "webpack-cli": {
  15935. "optional": true
  15936. }
  15937. }
  15938. },
  15939. "node_modules/webpack-dev-middleware": {
  15940. "version": "5.3.3",
  15941. "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz",
  15942. "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==",
  15943. "dependencies": {
  15944. "colorette": "^2.0.10",
  15945. "memfs": "^3.4.3",
  15946. "mime-types": "^2.1.31",
  15947. "range-parser": "^1.2.1",
  15948. "schema-utils": "^4.0.0"
  15949. },
  15950. "engines": {
  15951. "node": ">= 12.13.0"
  15952. },
  15953. "funding": {
  15954. "type": "opencollective",
  15955. "url": "https://opencollective.com/webpack"
  15956. },
  15957. "peerDependencies": {
  15958. "webpack": "^4.0.0 || ^5.0.0"
  15959. }
  15960. },
  15961. "node_modules/webpack-dev-middleware/node_modules/ajv": {
  15962. "version": "8.11.0",
  15963. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  15964. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  15965. "dependencies": {
  15966. "fast-deep-equal": "^3.1.1",
  15967. "json-schema-traverse": "^1.0.0",
  15968. "require-from-string": "^2.0.2",
  15969. "uri-js": "^4.2.2"
  15970. },
  15971. "funding": {
  15972. "type": "github",
  15973. "url": "https://github.com/sponsors/epoberezkin"
  15974. }
  15975. },
  15976. "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": {
  15977. "version": "5.1.0",
  15978. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  15979. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  15980. "dependencies": {
  15981. "fast-deep-equal": "^3.1.3"
  15982. },
  15983. "peerDependencies": {
  15984. "ajv": "^8.8.2"
  15985. }
  15986. },
  15987. "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": {
  15988. "version": "1.0.0",
  15989. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  15990. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  15991. },
  15992. "node_modules/webpack-dev-middleware/node_modules/schema-utils": {
  15993. "version": "4.0.0",
  15994. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  15995. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  15996. "dependencies": {
  15997. "@types/json-schema": "^7.0.9",
  15998. "ajv": "^8.8.0",
  15999. "ajv-formats": "^2.1.1",
  16000. "ajv-keywords": "^5.0.0"
  16001. },
  16002. "engines": {
  16003. "node": ">= 12.13.0"
  16004. },
  16005. "funding": {
  16006. "type": "opencollective",
  16007. "url": "https://opencollective.com/webpack"
  16008. }
  16009. },
  16010. "node_modules/webpack-dev-server": {
  16011. "version": "4.9.3",
  16012. "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.9.3.tgz",
  16013. "integrity": "sha512-3qp/eoboZG5/6QgiZ3llN8TUzkSpYg1Ko9khWX1h40MIEUNS2mDoIa8aXsPfskER+GbTvs/IJZ1QTBBhhuetSw==",
  16014. "dependencies": {
  16015. "@types/bonjour": "^3.5.9",
  16016. "@types/connect-history-api-fallback": "^1.3.5",
  16017. "@types/express": "^4.17.13",
  16018. "@types/serve-index": "^1.9.1",
  16019. "@types/serve-static": "^1.13.10",
  16020. "@types/sockjs": "^0.3.33",
  16021. "@types/ws": "^8.5.1",
  16022. "ansi-html-community": "^0.0.8",
  16023. "bonjour-service": "^1.0.11",
  16024. "chokidar": "^3.5.3",
  16025. "colorette": "^2.0.10",
  16026. "compression": "^1.7.4",
  16027. "connect-history-api-fallback": "^2.0.0",
  16028. "default-gateway": "^6.0.3",
  16029. "express": "^4.17.3",
  16030. "graceful-fs": "^4.2.6",
  16031. "html-entities": "^2.3.2",
  16032. "http-proxy-middleware": "^2.0.3",
  16033. "ipaddr.js": "^2.0.1",
  16034. "open": "^8.0.9",
  16035. "p-retry": "^4.5.0",
  16036. "rimraf": "^3.0.2",
  16037. "schema-utils": "^4.0.0",
  16038. "selfsigned": "^2.0.1",
  16039. "serve-index": "^1.9.1",
  16040. "sockjs": "^0.3.24",
  16041. "spdy": "^4.0.2",
  16042. "webpack-dev-middleware": "^5.3.1",
  16043. "ws": "^8.4.2"
  16044. },
  16045. "bin": {
  16046. "webpack-dev-server": "bin/webpack-dev-server.js"
  16047. },
  16048. "engines": {
  16049. "node": ">= 12.13.0"
  16050. },
  16051. "funding": {
  16052. "type": "opencollective",
  16053. "url": "https://opencollective.com/webpack"
  16054. },
  16055. "peerDependencies": {
  16056. "webpack": "^4.37.0 || ^5.0.0"
  16057. },
  16058. "peerDependenciesMeta": {
  16059. "webpack-cli": {
  16060. "optional": true
  16061. }
  16062. }
  16063. },
  16064. "node_modules/webpack-dev-server/node_modules/ajv": {
  16065. "version": "8.11.0",
  16066. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  16067. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  16068. "dependencies": {
  16069. "fast-deep-equal": "^3.1.1",
  16070. "json-schema-traverse": "^1.0.0",
  16071. "require-from-string": "^2.0.2",
  16072. "uri-js": "^4.2.2"
  16073. },
  16074. "funding": {
  16075. "type": "github",
  16076. "url": "https://github.com/sponsors/epoberezkin"
  16077. }
  16078. },
  16079. "node_modules/webpack-dev-server/node_modules/ajv-keywords": {
  16080. "version": "5.1.0",
  16081. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  16082. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  16083. "dependencies": {
  16084. "fast-deep-equal": "^3.1.3"
  16085. },
  16086. "peerDependencies": {
  16087. "ajv": "^8.8.2"
  16088. }
  16089. },
  16090. "node_modules/webpack-dev-server/node_modules/json-schema-traverse": {
  16091. "version": "1.0.0",
  16092. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  16093. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  16094. },
  16095. "node_modules/webpack-dev-server/node_modules/schema-utils": {
  16096. "version": "4.0.0",
  16097. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  16098. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  16099. "dependencies": {
  16100. "@types/json-schema": "^7.0.9",
  16101. "ajv": "^8.8.0",
  16102. "ajv-formats": "^2.1.1",
  16103. "ajv-keywords": "^5.0.0"
  16104. },
  16105. "engines": {
  16106. "node": ">= 12.13.0"
  16107. },
  16108. "funding": {
  16109. "type": "opencollective",
  16110. "url": "https://opencollective.com/webpack"
  16111. }
  16112. },
  16113. "node_modules/webpack-dev-server/node_modules/ws": {
  16114. "version": "8.8.1",
  16115. "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz",
  16116. "integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==",
  16117. "engines": {
  16118. "node": ">=10.0.0"
  16119. },
  16120. "peerDependencies": {
  16121. "bufferutil": "^4.0.1",
  16122. "utf-8-validate": "^5.0.2"
  16123. },
  16124. "peerDependenciesMeta": {
  16125. "bufferutil": {
  16126. "optional": true
  16127. },
  16128. "utf-8-validate": {
  16129. "optional": true
  16130. }
  16131. }
  16132. },
  16133. "node_modules/webpack-manifest-plugin": {
  16134. "version": "4.1.1",
  16135. "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz",
  16136. "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==",
  16137. "dependencies": {
  16138. "tapable": "^2.0.0",
  16139. "webpack-sources": "^2.2.0"
  16140. },
  16141. "engines": {
  16142. "node": ">=12.22.0"
  16143. },
  16144. "peerDependencies": {
  16145. "webpack": "^4.44.2 || ^5.47.0"
  16146. }
  16147. },
  16148. "node_modules/webpack-manifest-plugin/node_modules/source-map": {
  16149. "version": "0.6.1",
  16150. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  16151. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  16152. "engines": {
  16153. "node": ">=0.10.0"
  16154. }
  16155. },
  16156. "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": {
  16157. "version": "2.3.1",
  16158. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
  16159. "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
  16160. "dependencies": {
  16161. "source-list-map": "^2.0.1",
  16162. "source-map": "^0.6.1"
  16163. },
  16164. "engines": {
  16165. "node": ">=10.13.0"
  16166. }
  16167. },
  16168. "node_modules/webpack-sources": {
  16169. "version": "3.2.3",
  16170. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
  16171. "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
  16172. "engines": {
  16173. "node": ">=10.13.0"
  16174. }
  16175. },
  16176. "node_modules/webpack/node_modules/@types/estree": {
  16177. "version": "0.0.51",
  16178. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz",
  16179. "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ=="
  16180. },
  16181. "node_modules/webpack/node_modules/eslint-scope": {
  16182. "version": "5.1.1",
  16183. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  16184. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  16185. "dependencies": {
  16186. "esrecurse": "^4.3.0",
  16187. "estraverse": "^4.1.1"
  16188. },
  16189. "engines": {
  16190. "node": ">=8.0.0"
  16191. }
  16192. },
  16193. "node_modules/webpack/node_modules/estraverse": {
  16194. "version": "4.3.0",
  16195. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  16196. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  16197. "engines": {
  16198. "node": ">=4.0"
  16199. }
  16200. },
  16201. "node_modules/websocket-driver": {
  16202. "version": "0.7.4",
  16203. "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
  16204. "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
  16205. "dependencies": {
  16206. "http-parser-js": ">=0.5.1",
  16207. "safe-buffer": ">=5.1.0",
  16208. "websocket-extensions": ">=0.1.1"
  16209. },
  16210. "engines": {
  16211. "node": ">=0.8.0"
  16212. }
  16213. },
  16214. "node_modules/websocket-extensions": {
  16215. "version": "0.1.4",
  16216. "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
  16217. "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
  16218. "engines": {
  16219. "node": ">=0.8.0"
  16220. }
  16221. },
  16222. "node_modules/whatwg-encoding": {
  16223. "version": "1.0.5",
  16224. "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
  16225. "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
  16226. "dependencies": {
  16227. "iconv-lite": "0.4.24"
  16228. }
  16229. },
  16230. "node_modules/whatwg-encoding/node_modules/iconv-lite": {
  16231. "version": "0.4.24",
  16232. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  16233. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  16234. "dependencies": {
  16235. "safer-buffer": ">= 2.1.2 < 3"
  16236. },
  16237. "engines": {
  16238. "node": ">=0.10.0"
  16239. }
  16240. },
  16241. "node_modules/whatwg-fetch": {
  16242. "version": "3.6.2",
  16243. "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
  16244. "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
  16245. },
  16246. "node_modules/whatwg-mimetype": {
  16247. "version": "2.3.0",
  16248. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
  16249. "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
  16250. },
  16251. "node_modules/whatwg-url": {
  16252. "version": "8.7.0",
  16253. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
  16254. "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
  16255. "dependencies": {
  16256. "lodash": "^4.7.0",
  16257. "tr46": "^2.1.0",
  16258. "webidl-conversions": "^6.1.0"
  16259. },
  16260. "engines": {
  16261. "node": ">=10"
  16262. }
  16263. },
  16264. "node_modules/which": {
  16265. "version": "2.0.2",
  16266. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  16267. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  16268. "dependencies": {
  16269. "isexe": "^2.0.0"
  16270. },
  16271. "bin": {
  16272. "node-which": "bin/node-which"
  16273. },
  16274. "engines": {
  16275. "node": ">= 8"
  16276. }
  16277. },
  16278. "node_modules/which-boxed-primitive": {
  16279. "version": "1.0.2",
  16280. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  16281. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  16282. "dependencies": {
  16283. "is-bigint": "^1.0.1",
  16284. "is-boolean-object": "^1.1.0",
  16285. "is-number-object": "^1.0.4",
  16286. "is-string": "^1.0.5",
  16287. "is-symbol": "^1.0.3"
  16288. },
  16289. "funding": {
  16290. "url": "https://github.com/sponsors/ljharb"
  16291. }
  16292. },
  16293. "node_modules/word-wrap": {
  16294. "version": "1.2.3",
  16295. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
  16296. "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
  16297. "engines": {
  16298. "node": ">=0.10.0"
  16299. }
  16300. },
  16301. "node_modules/workbox-background-sync": {
  16302. "version": "6.5.3",
  16303. "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.5.3.tgz",
  16304. "integrity": "sha512-0DD/V05FAcek6tWv9XYj2w5T/plxhDSpclIcAGjA/b7t/6PdaRkQ7ZgtAX6Q/L7kV7wZ8uYRJUoH11VjNipMZw==",
  16305. "dependencies": {
  16306. "idb": "^6.1.4",
  16307. "workbox-core": "6.5.3"
  16308. }
  16309. },
  16310. "node_modules/workbox-broadcast-update": {
  16311. "version": "6.5.3",
  16312. "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.5.3.tgz",
  16313. "integrity": "sha512-4AwCIA5DiDrYhlN+Miv/fp5T3/whNmSL+KqhTwRBTZIL6pvTgE4lVuRzAt1JltmqyMcQ3SEfCdfxczuI4kwFQg==",
  16314. "dependencies": {
  16315. "workbox-core": "6.5.3"
  16316. }
  16317. },
  16318. "node_modules/workbox-build": {
  16319. "version": "6.5.3",
  16320. "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.5.3.tgz",
  16321. "integrity": "sha512-8JNHHS7u13nhwIYCDea9MNXBNPHXCs5KDZPKI/ZNTr3f4sMGoD7hgFGecbyjX1gw4z6e9bMpMsOEJNyH5htA/w==",
  16322. "dependencies": {
  16323. "@apideck/better-ajv-errors": "^0.3.1",
  16324. "@babel/core": "^7.11.1",
  16325. "@babel/preset-env": "^7.11.0",
  16326. "@babel/runtime": "^7.11.2",
  16327. "@rollup/plugin-babel": "^5.2.0",
  16328. "@rollup/plugin-node-resolve": "^11.2.1",
  16329. "@rollup/plugin-replace": "^2.4.1",
  16330. "@surma/rollup-plugin-off-main-thread": "^2.2.3",
  16331. "ajv": "^8.6.0",
  16332. "common-tags": "^1.8.0",
  16333. "fast-json-stable-stringify": "^2.1.0",
  16334. "fs-extra": "^9.0.1",
  16335. "glob": "^7.1.6",
  16336. "lodash": "^4.17.20",
  16337. "pretty-bytes": "^5.3.0",
  16338. "rollup": "^2.43.1",
  16339. "rollup-plugin-terser": "^7.0.0",
  16340. "source-map": "^0.8.0-beta.0",
  16341. "stringify-object": "^3.3.0",
  16342. "strip-comments": "^2.0.1",
  16343. "tempy": "^0.6.0",
  16344. "upath": "^1.2.0",
  16345. "workbox-background-sync": "6.5.3",
  16346. "workbox-broadcast-update": "6.5.3",
  16347. "workbox-cacheable-response": "6.5.3",
  16348. "workbox-core": "6.5.3",
  16349. "workbox-expiration": "6.5.3",
  16350. "workbox-google-analytics": "6.5.3",
  16351. "workbox-navigation-preload": "6.5.3",
  16352. "workbox-precaching": "6.5.3",
  16353. "workbox-range-requests": "6.5.3",
  16354. "workbox-recipes": "6.5.3",
  16355. "workbox-routing": "6.5.3",
  16356. "workbox-strategies": "6.5.3",
  16357. "workbox-streams": "6.5.3",
  16358. "workbox-sw": "6.5.3",
  16359. "workbox-window": "6.5.3"
  16360. },
  16361. "engines": {
  16362. "node": ">=10.0.0"
  16363. }
  16364. },
  16365. "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": {
  16366. "version": "0.3.6",
  16367. "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz",
  16368. "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==",
  16369. "dependencies": {
  16370. "json-schema": "^0.4.0",
  16371. "jsonpointer": "^5.0.0",
  16372. "leven": "^3.1.0"
  16373. },
  16374. "engines": {
  16375. "node": ">=10"
  16376. },
  16377. "peerDependencies": {
  16378. "ajv": ">=8"
  16379. }
  16380. },
  16381. "node_modules/workbox-build/node_modules/ajv": {
  16382. "version": "8.11.0",
  16383. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  16384. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  16385. "dependencies": {
  16386. "fast-deep-equal": "^3.1.1",
  16387. "json-schema-traverse": "^1.0.0",
  16388. "require-from-string": "^2.0.2",
  16389. "uri-js": "^4.2.2"
  16390. },
  16391. "funding": {
  16392. "type": "github",
  16393. "url": "https://github.com/sponsors/epoberezkin"
  16394. }
  16395. },
  16396. "node_modules/workbox-build/node_modules/fs-extra": {
  16397. "version": "9.1.0",
  16398. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  16399. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  16400. "dependencies": {
  16401. "at-least-node": "^1.0.0",
  16402. "graceful-fs": "^4.2.0",
  16403. "jsonfile": "^6.0.1",
  16404. "universalify": "^2.0.0"
  16405. },
  16406. "engines": {
  16407. "node": ">=10"
  16408. }
  16409. },
  16410. "node_modules/workbox-build/node_modules/json-schema-traverse": {
  16411. "version": "1.0.0",
  16412. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  16413. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  16414. },
  16415. "node_modules/workbox-build/node_modules/source-map": {
  16416. "version": "0.8.0-beta.0",
  16417. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
  16418. "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
  16419. "dependencies": {
  16420. "whatwg-url": "^7.0.0"
  16421. },
  16422. "engines": {
  16423. "node": ">= 8"
  16424. }
  16425. },
  16426. "node_modules/workbox-build/node_modules/tr46": {
  16427. "version": "1.0.1",
  16428. "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
  16429. "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
  16430. "dependencies": {
  16431. "punycode": "^2.1.0"
  16432. }
  16433. },
  16434. "node_modules/workbox-build/node_modules/webidl-conversions": {
  16435. "version": "4.0.2",
  16436. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
  16437. "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg=="
  16438. },
  16439. "node_modules/workbox-build/node_modules/whatwg-url": {
  16440. "version": "7.1.0",
  16441. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
  16442. "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
  16443. "dependencies": {
  16444. "lodash.sortby": "^4.7.0",
  16445. "tr46": "^1.0.1",
  16446. "webidl-conversions": "^4.0.2"
  16447. }
  16448. },
  16449. "node_modules/workbox-cacheable-response": {
  16450. "version": "6.5.3",
  16451. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.3.tgz",
  16452. "integrity": "sha512-6JE/Zm05hNasHzzAGKDkqqgYtZZL2H06ic2GxuRLStA4S/rHUfm2mnLFFXuHAaGR1XuuYyVCEey1M6H3PdZ7SQ==",
  16453. "dependencies": {
  16454. "workbox-core": "6.5.3"
  16455. }
  16456. },
  16457. "node_modules/workbox-core": {
  16458. "version": "6.5.3",
  16459. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.3.tgz",
  16460. "integrity": "sha512-Bb9ey5n/M9x+l3fBTlLpHt9ASTzgSGj6vxni7pY72ilB/Pb3XtN+cZ9yueboVhD5+9cNQrC9n/E1fSrqWsUz7Q=="
  16461. },
  16462. "node_modules/workbox-expiration": {
  16463. "version": "6.5.3",
  16464. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.5.3.tgz",
  16465. "integrity": "sha512-jzYopYR1zD04ZMdlbn/R2Ik6ixiXbi15c9iX5H8CTi6RPDz7uhvMLZPKEndZTpfgmUk8mdmT9Vx/AhbuCl5Sqw==",
  16466. "dependencies": {
  16467. "idb": "^6.1.4",
  16468. "workbox-core": "6.5.3"
  16469. }
  16470. },
  16471. "node_modules/workbox-google-analytics": {
  16472. "version": "6.5.3",
  16473. "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.5.3.tgz",
  16474. "integrity": "sha512-3GLCHotz5umoRSb4aNQeTbILETcrTVEozSfLhHSBaegHs1PnqCmN0zbIy2TjTpph2AGXiNwDrWGF0AN+UgDNTw==",
  16475. "dependencies": {
  16476. "workbox-background-sync": "6.5.3",
  16477. "workbox-core": "6.5.3",
  16478. "workbox-routing": "6.5.3",
  16479. "workbox-strategies": "6.5.3"
  16480. }
  16481. },
  16482. "node_modules/workbox-navigation-preload": {
  16483. "version": "6.5.3",
  16484. "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.5.3.tgz",
  16485. "integrity": "sha512-bK1gDFTc5iu6lH3UQ07QVo+0ovErhRNGvJJO/1ngknT0UQ702nmOUhoN9qE5mhuQSrnK+cqu7O7xeaJ+Rd9Tmg==",
  16486. "dependencies": {
  16487. "workbox-core": "6.5.3"
  16488. }
  16489. },
  16490. "node_modules/workbox-precaching": {
  16491. "version": "6.5.3",
  16492. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.5.3.tgz",
  16493. "integrity": "sha512-sjNfgNLSsRX5zcc63H/ar/hCf+T19fRtTqvWh795gdpghWb5xsfEkecXEvZ8biEi1QD7X/ljtHphdaPvXDygMQ==",
  16494. "dependencies": {
  16495. "workbox-core": "6.5.3",
  16496. "workbox-routing": "6.5.3",
  16497. "workbox-strategies": "6.5.3"
  16498. }
  16499. },
  16500. "node_modules/workbox-range-requests": {
  16501. "version": "6.5.3",
  16502. "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.5.3.tgz",
  16503. "integrity": "sha512-pGCP80Bpn/0Q0MQsfETSfmtXsQcu3M2QCJwSFuJ6cDp8s2XmbUXkzbuQhCUzKR86ZH2Vex/VUjb2UaZBGamijA==",
  16504. "dependencies": {
  16505. "workbox-core": "6.5.3"
  16506. }
  16507. },
  16508. "node_modules/workbox-recipes": {
  16509. "version": "6.5.3",
  16510. "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.5.3.tgz",
  16511. "integrity": "sha512-IcgiKYmbGiDvvf3PMSEtmwqxwfQ5zwI7OZPio3GWu4PfehA8jI8JHI3KZj+PCfRiUPZhjQHJ3v1HbNs+SiSkig==",
  16512. "dependencies": {
  16513. "workbox-cacheable-response": "6.5.3",
  16514. "workbox-core": "6.5.3",
  16515. "workbox-expiration": "6.5.3",
  16516. "workbox-precaching": "6.5.3",
  16517. "workbox-routing": "6.5.3",
  16518. "workbox-strategies": "6.5.3"
  16519. }
  16520. },
  16521. "node_modules/workbox-routing": {
  16522. "version": "6.5.3",
  16523. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.3.tgz",
  16524. "integrity": "sha512-DFjxcuRAJjjt4T34RbMm3MCn+xnd36UT/2RfPRfa8VWJGItGJIn7tG+GwVTdHmvE54i/QmVTJepyAGWtoLPTmg==",
  16525. "dependencies": {
  16526. "workbox-core": "6.5.3"
  16527. }
  16528. },
  16529. "node_modules/workbox-strategies": {
  16530. "version": "6.5.3",
  16531. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.3.tgz",
  16532. "integrity": "sha512-MgmGRrDVXs7rtSCcetZgkSZyMpRGw8HqL2aguszOc3nUmzGZsT238z/NN9ZouCxSzDu3PQ3ZSKmovAacaIhu1w==",
  16533. "dependencies": {
  16534. "workbox-core": "6.5.3"
  16535. }
  16536. },
  16537. "node_modules/workbox-streams": {
  16538. "version": "6.5.3",
  16539. "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.5.3.tgz",
  16540. "integrity": "sha512-vN4Qi8o+b7zj1FDVNZ+PlmAcy1sBoV7SC956uhqYvZ9Sg1fViSbOpydULOssVJ4tOyKRifH/eoi6h99d+sJ33w==",
  16541. "dependencies": {
  16542. "workbox-core": "6.5.3",
  16543. "workbox-routing": "6.5.3"
  16544. }
  16545. },
  16546. "node_modules/workbox-sw": {
  16547. "version": "6.5.3",
  16548. "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.5.3.tgz",
  16549. "integrity": "sha512-BQBzm092w+NqdIEF2yhl32dERt9j9MDGUTa2Eaa+o3YKL4Qqw55W9yQC6f44FdAHdAJrJvp0t+HVrfh8AiGj8A=="
  16550. },
  16551. "node_modules/workbox-webpack-plugin": {
  16552. "version": "6.5.3",
  16553. "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.5.3.tgz",
  16554. "integrity": "sha512-Es8Xr02Gi6Kc3zaUwR691ZLy61hz3vhhs5GztcklQ7kl5k2qAusPh0s6LF3wEtlpfs9ZDErnmy5SErwoll7jBA==",
  16555. "dependencies": {
  16556. "fast-json-stable-stringify": "^2.1.0",
  16557. "pretty-bytes": "^5.4.1",
  16558. "upath": "^1.2.0",
  16559. "webpack-sources": "^1.4.3",
  16560. "workbox-build": "6.5.3"
  16561. },
  16562. "engines": {
  16563. "node": ">=10.0.0"
  16564. },
  16565. "peerDependencies": {
  16566. "webpack": "^4.4.0 || ^5.9.0"
  16567. }
  16568. },
  16569. "node_modules/workbox-webpack-plugin/node_modules/source-map": {
  16570. "version": "0.6.1",
  16571. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  16572. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  16573. "engines": {
  16574. "node": ">=0.10.0"
  16575. }
  16576. },
  16577. "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": {
  16578. "version": "1.4.3",
  16579. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
  16580. "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
  16581. "dependencies": {
  16582. "source-list-map": "^2.0.0",
  16583. "source-map": "~0.6.1"
  16584. }
  16585. },
  16586. "node_modules/workbox-window": {
  16587. "version": "6.5.3",
  16588. "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.5.3.tgz",
  16589. "integrity": "sha512-GnJbx1kcKXDtoJBVZs/P7ddP0Yt52NNy4nocjBpYPiRhMqTpJCNrSL+fGHZ/i/oP6p/vhE8II0sA6AZGKGnssw==",
  16590. "dependencies": {
  16591. "@types/trusted-types": "^2.0.2",
  16592. "workbox-core": "6.5.3"
  16593. }
  16594. },
  16595. "node_modules/wrap-ansi": {
  16596. "version": "7.0.0",
  16597. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  16598. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  16599. "dependencies": {
  16600. "ansi-styles": "^4.0.0",
  16601. "string-width": "^4.1.0",
  16602. "strip-ansi": "^6.0.0"
  16603. },
  16604. "engines": {
  16605. "node": ">=10"
  16606. },
  16607. "funding": {
  16608. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  16609. }
  16610. },
  16611. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  16612. "version": "4.3.0",
  16613. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  16614. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  16615. "dependencies": {
  16616. "color-convert": "^2.0.1"
  16617. },
  16618. "engines": {
  16619. "node": ">=8"
  16620. },
  16621. "funding": {
  16622. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  16623. }
  16624. },
  16625. "node_modules/wrap-ansi/node_modules/color-convert": {
  16626. "version": "2.0.1",
  16627. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  16628. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  16629. "dependencies": {
  16630. "color-name": "~1.1.4"
  16631. },
  16632. "engines": {
  16633. "node": ">=7.0.0"
  16634. }
  16635. },
  16636. "node_modules/wrap-ansi/node_modules/color-name": {
  16637. "version": "1.1.4",
  16638. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  16639. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  16640. },
  16641. "node_modules/wrappy": {
  16642. "version": "1.0.2",
  16643. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  16644. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  16645. },
  16646. "node_modules/write-file-atomic": {
  16647. "version": "3.0.3",
  16648. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
  16649. "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
  16650. "dependencies": {
  16651. "imurmurhash": "^0.1.4",
  16652. "is-typedarray": "^1.0.0",
  16653. "signal-exit": "^3.0.2",
  16654. "typedarray-to-buffer": "^3.1.5"
  16655. }
  16656. },
  16657. "node_modules/ws": {
  16658. "version": "7.5.9",
  16659. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
  16660. "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  16661. "engines": {
  16662. "node": ">=8.3.0"
  16663. },
  16664. "peerDependencies": {
  16665. "bufferutil": "^4.0.1",
  16666. "utf-8-validate": "^5.0.2"
  16667. },
  16668. "peerDependenciesMeta": {
  16669. "bufferutil": {
  16670. "optional": true
  16671. },
  16672. "utf-8-validate": {
  16673. "optional": true
  16674. }
  16675. }
  16676. },
  16677. "node_modules/xml-name-validator": {
  16678. "version": "3.0.0",
  16679. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
  16680. "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
  16681. },
  16682. "node_modules/xmlchars": {
  16683. "version": "2.2.0",
  16684. "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  16685. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
  16686. },
  16687. "node_modules/xtend": {
  16688. "version": "4.0.2",
  16689. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  16690. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  16691. "engines": {
  16692. "node": ">=0.4"
  16693. }
  16694. },
  16695. "node_modules/y18n": {
  16696. "version": "5.0.8",
  16697. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  16698. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  16699. "engines": {
  16700. "node": ">=10"
  16701. }
  16702. },
  16703. "node_modules/yallist": {
  16704. "version": "4.0.0",
  16705. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  16706. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  16707. },
  16708. "node_modules/yaml": {
  16709. "version": "1.10.2",
  16710. "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
  16711. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  16712. "engines": {
  16713. "node": ">= 6"
  16714. }
  16715. },
  16716. "node_modules/yargs": {
  16717. "version": "16.2.0",
  16718. "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
  16719. "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
  16720. "dependencies": {
  16721. "cliui": "^7.0.2",
  16722. "escalade": "^3.1.1",
  16723. "get-caller-file": "^2.0.5",
  16724. "require-directory": "^2.1.1",
  16725. "string-width": "^4.2.0",
  16726. "y18n": "^5.0.5",
  16727. "yargs-parser": "^20.2.2"
  16728. },
  16729. "engines": {
  16730. "node": ">=10"
  16731. }
  16732. },
  16733. "node_modules/yargs-parser": {
  16734. "version": "20.2.9",
  16735. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
  16736. "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
  16737. "engines": {
  16738. "node": ">=10"
  16739. }
  16740. },
  16741. "node_modules/yocto-queue": {
  16742. "version": "0.1.0",
  16743. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  16744. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  16745. "engines": {
  16746. "node": ">=10"
  16747. },
  16748. "funding": {
  16749. "url": "https://github.com/sponsors/sindresorhus"
  16750. }
  16751. }
  16752. },
  16753. "dependencies": {
  16754. "@ampproject/remapping": {
  16755. "version": "2.2.0",
  16756. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",
  16757. "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==",
  16758. "requires": {
  16759. "@jridgewell/gen-mapping": "^0.1.0",
  16760. "@jridgewell/trace-mapping": "^0.3.9"
  16761. }
  16762. },
  16763. "@babel/code-frame": {
  16764. "version": "7.18.6",
  16765. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
  16766. "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
  16767. "requires": {
  16768. "@babel/highlight": "^7.18.6"
  16769. }
  16770. },
  16771. "@babel/compat-data": {
  16772. "version": "7.18.8",
  16773. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.8.tgz",
  16774. "integrity": "sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ=="
  16775. },
  16776. "@babel/core": {
  16777. "version": "7.18.6",
  16778. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.6.tgz",
  16779. "integrity": "sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==",
  16780. "requires": {
  16781. "@ampproject/remapping": "^2.1.0",
  16782. "@babel/code-frame": "^7.18.6",
  16783. "@babel/generator": "^7.18.6",
  16784. "@babel/helper-compilation-targets": "^7.18.6",
  16785. "@babel/helper-module-transforms": "^7.18.6",
  16786. "@babel/helpers": "^7.18.6",
  16787. "@babel/parser": "^7.18.6",
  16788. "@babel/template": "^7.18.6",
  16789. "@babel/traverse": "^7.18.6",
  16790. "@babel/types": "^7.18.6",
  16791. "convert-source-map": "^1.7.0",
  16792. "debug": "^4.1.0",
  16793. "gensync": "^1.0.0-beta.2",
  16794. "json5": "^2.2.1",
  16795. "semver": "^6.3.0"
  16796. },
  16797. "dependencies": {
  16798. "semver": {
  16799. "version": "6.3.0",
  16800. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  16801. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  16802. }
  16803. }
  16804. },
  16805. "@babel/eslint-parser": {
  16806. "version": "7.18.2",
  16807. "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.18.2.tgz",
  16808. "integrity": "sha512-oFQYkE8SuH14+uR51JVAmdqwKYXGRjEXx7s+WiagVjqQ+HPE+nnwyF2qlVG8evUsUHmPcA+6YXMEDbIhEyQc5A==",
  16809. "requires": {
  16810. "eslint-scope": "^5.1.1",
  16811. "eslint-visitor-keys": "^2.1.0",
  16812. "semver": "^6.3.0"
  16813. },
  16814. "dependencies": {
  16815. "eslint-scope": {
  16816. "version": "5.1.1",
  16817. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  16818. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  16819. "requires": {
  16820. "esrecurse": "^4.3.0",
  16821. "estraverse": "^4.1.1"
  16822. }
  16823. },
  16824. "eslint-visitor-keys": {
  16825. "version": "2.1.0",
  16826. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  16827. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="
  16828. },
  16829. "estraverse": {
  16830. "version": "4.3.0",
  16831. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  16832. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
  16833. },
  16834. "semver": {
  16835. "version": "6.3.0",
  16836. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  16837. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  16838. }
  16839. }
  16840. },
  16841. "@babel/generator": {
  16842. "version": "7.18.7",
  16843. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.7.tgz",
  16844. "integrity": "sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==",
  16845. "requires": {
  16846. "@babel/types": "^7.18.7",
  16847. "@jridgewell/gen-mapping": "^0.3.2",
  16848. "jsesc": "^2.5.1"
  16849. },
  16850. "dependencies": {
  16851. "@jridgewell/gen-mapping": {
  16852. "version": "0.3.2",
  16853. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
  16854. "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
  16855. "requires": {
  16856. "@jridgewell/set-array": "^1.0.1",
  16857. "@jridgewell/sourcemap-codec": "^1.4.10",
  16858. "@jridgewell/trace-mapping": "^0.3.9"
  16859. }
  16860. }
  16861. }
  16862. },
  16863. "@babel/helper-annotate-as-pure": {
  16864. "version": "7.18.6",
  16865. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
  16866. "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
  16867. "requires": {
  16868. "@babel/types": "^7.18.6"
  16869. }
  16870. },
  16871. "@babel/helper-builder-binary-assignment-operator-visitor": {
  16872. "version": "7.18.6",
  16873. "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.6.tgz",
  16874. "integrity": "sha512-KT10c1oWEpmrIRYnthbzHgoOf6B+Xd6a5yhdbNtdhtG7aO1or5HViuf1TQR36xY/QprXA5nvxO6nAjhJ4y38jw==",
  16875. "requires": {
  16876. "@babel/helper-explode-assignable-expression": "^7.18.6",
  16877. "@babel/types": "^7.18.6"
  16878. }
  16879. },
  16880. "@babel/helper-compilation-targets": {
  16881. "version": "7.18.6",
  16882. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz",
  16883. "integrity": "sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==",
  16884. "requires": {
  16885. "@babel/compat-data": "^7.18.6",
  16886. "@babel/helper-validator-option": "^7.18.6",
  16887. "browserslist": "^4.20.2",
  16888. "semver": "^6.3.0"
  16889. },
  16890. "dependencies": {
  16891. "semver": {
  16892. "version": "6.3.0",
  16893. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  16894. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  16895. }
  16896. }
  16897. },
  16898. "@babel/helper-create-class-features-plugin": {
  16899. "version": "7.18.6",
  16900. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.6.tgz",
  16901. "integrity": "sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw==",
  16902. "requires": {
  16903. "@babel/helper-annotate-as-pure": "^7.18.6",
  16904. "@babel/helper-environment-visitor": "^7.18.6",
  16905. "@babel/helper-function-name": "^7.18.6",
  16906. "@babel/helper-member-expression-to-functions": "^7.18.6",
  16907. "@babel/helper-optimise-call-expression": "^7.18.6",
  16908. "@babel/helper-replace-supers": "^7.18.6",
  16909. "@babel/helper-split-export-declaration": "^7.18.6"
  16910. }
  16911. },
  16912. "@babel/helper-create-regexp-features-plugin": {
  16913. "version": "7.18.6",
  16914. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz",
  16915. "integrity": "sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==",
  16916. "requires": {
  16917. "@babel/helper-annotate-as-pure": "^7.18.6",
  16918. "regexpu-core": "^5.1.0"
  16919. }
  16920. },
  16921. "@babel/helper-define-polyfill-provider": {
  16922. "version": "0.3.1",
  16923. "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz",
  16924. "integrity": "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==",
  16925. "requires": {
  16926. "@babel/helper-compilation-targets": "^7.13.0",
  16927. "@babel/helper-module-imports": "^7.12.13",
  16928. "@babel/helper-plugin-utils": "^7.13.0",
  16929. "@babel/traverse": "^7.13.0",
  16930. "debug": "^4.1.1",
  16931. "lodash.debounce": "^4.0.8",
  16932. "resolve": "^1.14.2",
  16933. "semver": "^6.1.2"
  16934. },
  16935. "dependencies": {
  16936. "semver": {
  16937. "version": "6.3.0",
  16938. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  16939. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  16940. }
  16941. }
  16942. },
  16943. "@babel/helper-environment-visitor": {
  16944. "version": "7.18.6",
  16945. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz",
  16946. "integrity": "sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q=="
  16947. },
  16948. "@babel/helper-explode-assignable-expression": {
  16949. "version": "7.18.6",
  16950. "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz",
  16951. "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==",
  16952. "requires": {
  16953. "@babel/types": "^7.18.6"
  16954. }
  16955. },
  16956. "@babel/helper-function-name": {
  16957. "version": "7.18.6",
  16958. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz",
  16959. "integrity": "sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==",
  16960. "requires": {
  16961. "@babel/template": "^7.18.6",
  16962. "@babel/types": "^7.18.6"
  16963. }
  16964. },
  16965. "@babel/helper-hoist-variables": {
  16966. "version": "7.18.6",
  16967. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
  16968. "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
  16969. "requires": {
  16970. "@babel/types": "^7.18.6"
  16971. }
  16972. },
  16973. "@babel/helper-member-expression-to-functions": {
  16974. "version": "7.18.6",
  16975. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.6.tgz",
  16976. "integrity": "sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng==",
  16977. "requires": {
  16978. "@babel/types": "^7.18.6"
  16979. }
  16980. },
  16981. "@babel/helper-module-imports": {
  16982. "version": "7.18.6",
  16983. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
  16984. "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
  16985. "requires": {
  16986. "@babel/types": "^7.18.6"
  16987. }
  16988. },
  16989. "@babel/helper-module-transforms": {
  16990. "version": "7.18.8",
  16991. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.8.tgz",
  16992. "integrity": "sha512-che3jvZwIcZxrwh63VfnFTUzcAM9v/lznYkkRxIBGMPt1SudOKHAEec0SIRCfiuIzTcF7VGj/CaTT6gY4eWxvA==",
  16993. "requires": {
  16994. "@babel/helper-environment-visitor": "^7.18.6",
  16995. "@babel/helper-module-imports": "^7.18.6",
  16996. "@babel/helper-simple-access": "^7.18.6",
  16997. "@babel/helper-split-export-declaration": "^7.18.6",
  16998. "@babel/helper-validator-identifier": "^7.18.6",
  16999. "@babel/template": "^7.18.6",
  17000. "@babel/traverse": "^7.18.8",
  17001. "@babel/types": "^7.18.8"
  17002. }
  17003. },
  17004. "@babel/helper-optimise-call-expression": {
  17005. "version": "7.18.6",
  17006. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz",
  17007. "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==",
  17008. "requires": {
  17009. "@babel/types": "^7.18.6"
  17010. }
  17011. },
  17012. "@babel/helper-plugin-utils": {
  17013. "version": "7.18.6",
  17014. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz",
  17015. "integrity": "sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg=="
  17016. },
  17017. "@babel/helper-remap-async-to-generator": {
  17018. "version": "7.18.6",
  17019. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.6.tgz",
  17020. "integrity": "sha512-z5wbmV55TveUPZlCLZvxWHtrjuJd+8inFhk7DG0WW87/oJuGDcjDiu7HIvGcpf5464L6xKCg3vNkmlVVz9hwyQ==",
  17021. "requires": {
  17022. "@babel/helper-annotate-as-pure": "^7.18.6",
  17023. "@babel/helper-environment-visitor": "^7.18.6",
  17024. "@babel/helper-wrap-function": "^7.18.6",
  17025. "@babel/types": "^7.18.6"
  17026. }
  17027. },
  17028. "@babel/helper-replace-supers": {
  17029. "version": "7.18.6",
  17030. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz",
  17031. "integrity": "sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g==",
  17032. "requires": {
  17033. "@babel/helper-environment-visitor": "^7.18.6",
  17034. "@babel/helper-member-expression-to-functions": "^7.18.6",
  17035. "@babel/helper-optimise-call-expression": "^7.18.6",
  17036. "@babel/traverse": "^7.18.6",
  17037. "@babel/types": "^7.18.6"
  17038. }
  17039. },
  17040. "@babel/helper-simple-access": {
  17041. "version": "7.18.6",
  17042. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz",
  17043. "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==",
  17044. "requires": {
  17045. "@babel/types": "^7.18.6"
  17046. }
  17047. },
  17048. "@babel/helper-skip-transparent-expression-wrappers": {
  17049. "version": "7.18.6",
  17050. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.6.tgz",
  17051. "integrity": "sha512-4KoLhwGS9vGethZpAhYnMejWkX64wsnHPDwvOsKWU6Fg4+AlK2Jz3TyjQLMEPvz+1zemi/WBdkYxCD0bAfIkiw==",
  17052. "requires": {
  17053. "@babel/types": "^7.18.6"
  17054. }
  17055. },
  17056. "@babel/helper-split-export-declaration": {
  17057. "version": "7.18.6",
  17058. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
  17059. "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
  17060. "requires": {
  17061. "@babel/types": "^7.18.6"
  17062. }
  17063. },
  17064. "@babel/helper-validator-identifier": {
  17065. "version": "7.18.6",
  17066. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
  17067. "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g=="
  17068. },
  17069. "@babel/helper-validator-option": {
  17070. "version": "7.18.6",
  17071. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz",
  17072. "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw=="
  17073. },
  17074. "@babel/helper-wrap-function": {
  17075. "version": "7.18.6",
  17076. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.18.6.tgz",
  17077. "integrity": "sha512-I5/LZfozwMNbwr/b1vhhuYD+J/mU+gfGAj5td7l5Rv9WYmH6i3Om69WGKNmlIpsVW/mF6O5bvTKbvDQZVgjqOw==",
  17078. "requires": {
  17079. "@babel/helper-function-name": "^7.18.6",
  17080. "@babel/template": "^7.18.6",
  17081. "@babel/traverse": "^7.18.6",
  17082. "@babel/types": "^7.18.6"
  17083. }
  17084. },
  17085. "@babel/helpers": {
  17086. "version": "7.18.6",
  17087. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.6.tgz",
  17088. "integrity": "sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==",
  17089. "requires": {
  17090. "@babel/template": "^7.18.6",
  17091. "@babel/traverse": "^7.18.6",
  17092. "@babel/types": "^7.18.6"
  17093. }
  17094. },
  17095. "@babel/highlight": {
  17096. "version": "7.18.6",
  17097. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
  17098. "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
  17099. "requires": {
  17100. "@babel/helper-validator-identifier": "^7.18.6",
  17101. "chalk": "^2.0.0",
  17102. "js-tokens": "^4.0.0"
  17103. }
  17104. },
  17105. "@babel/parser": {
  17106. "version": "7.18.8",
  17107. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.8.tgz",
  17108. "integrity": "sha512-RSKRfYX20dyH+elbJK2uqAkVyucL+xXzhqlMD5/ZXx+dAAwpyB7HsvnHe/ZUGOF+xLr5Wx9/JoXVTj6BQE2/oA=="
  17109. },
  17110. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  17111. "version": "7.18.6",
  17112. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz",
  17113. "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==",
  17114. "requires": {
  17115. "@babel/helper-plugin-utils": "^7.18.6"
  17116. }
  17117. },
  17118. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  17119. "version": "7.18.6",
  17120. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.6.tgz",
  17121. "integrity": "sha512-Udgu8ZRgrBrttVz6A0EVL0SJ1z+RLbIeqsu632SA1hf0awEppD6TvdznoH+orIF8wtFFAV/Enmw9Y+9oV8TQcw==",
  17122. "requires": {
  17123. "@babel/helper-plugin-utils": "^7.18.6",
  17124. "@babel/helper-skip-transparent-expression-wrappers": "^7.18.6",
  17125. "@babel/plugin-proposal-optional-chaining": "^7.18.6"
  17126. }
  17127. },
  17128. "@babel/plugin-proposal-async-generator-functions": {
  17129. "version": "7.18.6",
  17130. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz",
  17131. "integrity": "sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==",
  17132. "requires": {
  17133. "@babel/helper-environment-visitor": "^7.18.6",
  17134. "@babel/helper-plugin-utils": "^7.18.6",
  17135. "@babel/helper-remap-async-to-generator": "^7.18.6",
  17136. "@babel/plugin-syntax-async-generators": "^7.8.4"
  17137. }
  17138. },
  17139. "@babel/plugin-proposal-class-properties": {
  17140. "version": "7.18.6",
  17141. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
  17142. "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
  17143. "requires": {
  17144. "@babel/helper-create-class-features-plugin": "^7.18.6",
  17145. "@babel/helper-plugin-utils": "^7.18.6"
  17146. }
  17147. },
  17148. "@babel/plugin-proposal-class-static-block": {
  17149. "version": "7.18.6",
  17150. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz",
  17151. "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==",
  17152. "requires": {
  17153. "@babel/helper-create-class-features-plugin": "^7.18.6",
  17154. "@babel/helper-plugin-utils": "^7.18.6",
  17155. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  17156. }
  17157. },
  17158. "@babel/plugin-proposal-decorators": {
  17159. "version": "7.18.6",
  17160. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.18.6.tgz",
  17161. "integrity": "sha512-gAdhsjaYmiZVxx5vTMiRfj31nB7LhwBJFMSLzeDxc7X4tKLixup0+k9ughn0RcpBrv9E3PBaXJW7jF5TCihAOg==",
  17162. "requires": {
  17163. "@babel/helper-create-class-features-plugin": "^7.18.6",
  17164. "@babel/helper-plugin-utils": "^7.18.6",
  17165. "@babel/helper-replace-supers": "^7.18.6",
  17166. "@babel/helper-split-export-declaration": "^7.18.6",
  17167. "@babel/plugin-syntax-decorators": "^7.18.6"
  17168. }
  17169. },
  17170. "@babel/plugin-proposal-dynamic-import": {
  17171. "version": "7.18.6",
  17172. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz",
  17173. "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==",
  17174. "requires": {
  17175. "@babel/helper-plugin-utils": "^7.18.6",
  17176. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  17177. }
  17178. },
  17179. "@babel/plugin-proposal-export-namespace-from": {
  17180. "version": "7.18.6",
  17181. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.6.tgz",
  17182. "integrity": "sha512-zr/QcUlUo7GPo6+X1wC98NJADqmy5QTFWWhqeQWiki4XHafJtLl/YMGkmRB2szDD2IYJCCdBTd4ElwhId9T7Xw==",
  17183. "requires": {
  17184. "@babel/helper-plugin-utils": "^7.18.6",
  17185. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  17186. }
  17187. },
  17188. "@babel/plugin-proposal-json-strings": {
  17189. "version": "7.18.6",
  17190. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz",
  17191. "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==",
  17192. "requires": {
  17193. "@babel/helper-plugin-utils": "^7.18.6",
  17194. "@babel/plugin-syntax-json-strings": "^7.8.3"
  17195. }
  17196. },
  17197. "@babel/plugin-proposal-logical-assignment-operators": {
  17198. "version": "7.18.6",
  17199. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.6.tgz",
  17200. "integrity": "sha512-zMo66azZth/0tVd7gmkxOkOjs2rpHyhpcFo565PUP37hSp6hSd9uUKIfTDFMz58BwqgQKhJ9YxtM5XddjXVn+Q==",
  17201. "requires": {
  17202. "@babel/helper-plugin-utils": "^7.18.6",
  17203. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  17204. }
  17205. },
  17206. "@babel/plugin-proposal-nullish-coalescing-operator": {
  17207. "version": "7.18.6",
  17208. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
  17209. "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
  17210. "requires": {
  17211. "@babel/helper-plugin-utils": "^7.18.6",
  17212. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  17213. }
  17214. },
  17215. "@babel/plugin-proposal-numeric-separator": {
  17216. "version": "7.18.6",
  17217. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
  17218. "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
  17219. "requires": {
  17220. "@babel/helper-plugin-utils": "^7.18.6",
  17221. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  17222. }
  17223. },
  17224. "@babel/plugin-proposal-object-rest-spread": {
  17225. "version": "7.18.6",
  17226. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.6.tgz",
  17227. "integrity": "sha512-9yuM6wr4rIsKa1wlUAbZEazkCrgw2sMPEXCr4Rnwetu7cEW1NydkCWytLuYletbf8vFxdJxFhwEZqMpOx2eZyw==",
  17228. "requires": {
  17229. "@babel/compat-data": "^7.18.6",
  17230. "@babel/helper-compilation-targets": "^7.18.6",
  17231. "@babel/helper-plugin-utils": "^7.18.6",
  17232. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  17233. "@babel/plugin-transform-parameters": "^7.18.6"
  17234. }
  17235. },
  17236. "@babel/plugin-proposal-optional-catch-binding": {
  17237. "version": "7.18.6",
  17238. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
  17239. "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==",
  17240. "requires": {
  17241. "@babel/helper-plugin-utils": "^7.18.6",
  17242. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  17243. }
  17244. },
  17245. "@babel/plugin-proposal-optional-chaining": {
  17246. "version": "7.18.6",
  17247. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.6.tgz",
  17248. "integrity": "sha512-PatI6elL5eMzoypFAiYDpYQyMtXTn+iMhuxxQt5mAXD4fEmKorpSI3PHd+i3JXBJN3xyA6MvJv7at23HffFHwA==",
  17249. "requires": {
  17250. "@babel/helper-plugin-utils": "^7.18.6",
  17251. "@babel/helper-skip-transparent-expression-wrappers": "^7.18.6",
  17252. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  17253. }
  17254. },
  17255. "@babel/plugin-proposal-private-methods": {
  17256. "version": "7.18.6",
  17257. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
  17258. "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
  17259. "requires": {
  17260. "@babel/helper-create-class-features-plugin": "^7.18.6",
  17261. "@babel/helper-plugin-utils": "^7.18.6"
  17262. }
  17263. },
  17264. "@babel/plugin-proposal-private-property-in-object": {
  17265. "version": "7.18.6",
  17266. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz",
  17267. "integrity": "sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==",
  17268. "requires": {
  17269. "@babel/helper-annotate-as-pure": "^7.18.6",
  17270. "@babel/helper-create-class-features-plugin": "^7.18.6",
  17271. "@babel/helper-plugin-utils": "^7.18.6",
  17272. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  17273. }
  17274. },
  17275. "@babel/plugin-proposal-unicode-property-regex": {
  17276. "version": "7.18.6",
  17277. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
  17278. "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
  17279. "requires": {
  17280. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  17281. "@babel/helper-plugin-utils": "^7.18.6"
  17282. }
  17283. },
  17284. "@babel/plugin-syntax-async-generators": {
  17285. "version": "7.8.4",
  17286. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  17287. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  17288. "requires": {
  17289. "@babel/helper-plugin-utils": "^7.8.0"
  17290. }
  17291. },
  17292. "@babel/plugin-syntax-bigint": {
  17293. "version": "7.8.3",
  17294. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
  17295. "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
  17296. "requires": {
  17297. "@babel/helper-plugin-utils": "^7.8.0"
  17298. }
  17299. },
  17300. "@babel/plugin-syntax-class-properties": {
  17301. "version": "7.12.13",
  17302. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  17303. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  17304. "requires": {
  17305. "@babel/helper-plugin-utils": "^7.12.13"
  17306. }
  17307. },
  17308. "@babel/plugin-syntax-class-static-block": {
  17309. "version": "7.14.5",
  17310. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  17311. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  17312. "requires": {
  17313. "@babel/helper-plugin-utils": "^7.14.5"
  17314. }
  17315. },
  17316. "@babel/plugin-syntax-decorators": {
  17317. "version": "7.18.6",
  17318. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.18.6.tgz",
  17319. "integrity": "sha512-fqyLgjcxf/1yhyZ6A+yo1u9gJ7eleFQod2lkaUsF9DQ7sbbY3Ligym3L0+I2c0WmqNKDpoD9UTb1AKP3qRMOAQ==",
  17320. "requires": {
  17321. "@babel/helper-plugin-utils": "^7.18.6"
  17322. }
  17323. },
  17324. "@babel/plugin-syntax-dynamic-import": {
  17325. "version": "7.8.3",
  17326. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  17327. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  17328. "requires": {
  17329. "@babel/helper-plugin-utils": "^7.8.0"
  17330. }
  17331. },
  17332. "@babel/plugin-syntax-export-namespace-from": {
  17333. "version": "7.8.3",
  17334. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  17335. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  17336. "requires": {
  17337. "@babel/helper-plugin-utils": "^7.8.3"
  17338. }
  17339. },
  17340. "@babel/plugin-syntax-flow": {
  17341. "version": "7.18.6",
  17342. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz",
  17343. "integrity": "sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==",
  17344. "requires": {
  17345. "@babel/helper-plugin-utils": "^7.18.6"
  17346. }
  17347. },
  17348. "@babel/plugin-syntax-import-assertions": {
  17349. "version": "7.18.6",
  17350. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz",
  17351. "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==",
  17352. "requires": {
  17353. "@babel/helper-plugin-utils": "^7.18.6"
  17354. }
  17355. },
  17356. "@babel/plugin-syntax-import-meta": {
  17357. "version": "7.10.4",
  17358. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  17359. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  17360. "requires": {
  17361. "@babel/helper-plugin-utils": "^7.10.4"
  17362. }
  17363. },
  17364. "@babel/plugin-syntax-json-strings": {
  17365. "version": "7.8.3",
  17366. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  17367. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  17368. "requires": {
  17369. "@babel/helper-plugin-utils": "^7.8.0"
  17370. }
  17371. },
  17372. "@babel/plugin-syntax-jsx": {
  17373. "version": "7.18.6",
  17374. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz",
  17375. "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==",
  17376. "requires": {
  17377. "@babel/helper-plugin-utils": "^7.18.6"
  17378. }
  17379. },
  17380. "@babel/plugin-syntax-logical-assignment-operators": {
  17381. "version": "7.10.4",
  17382. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  17383. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  17384. "requires": {
  17385. "@babel/helper-plugin-utils": "^7.10.4"
  17386. }
  17387. },
  17388. "@babel/plugin-syntax-nullish-coalescing-operator": {
  17389. "version": "7.8.3",
  17390. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  17391. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  17392. "requires": {
  17393. "@babel/helper-plugin-utils": "^7.8.0"
  17394. }
  17395. },
  17396. "@babel/plugin-syntax-numeric-separator": {
  17397. "version": "7.10.4",
  17398. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  17399. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  17400. "requires": {
  17401. "@babel/helper-plugin-utils": "^7.10.4"
  17402. }
  17403. },
  17404. "@babel/plugin-syntax-object-rest-spread": {
  17405. "version": "7.8.3",
  17406. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  17407. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  17408. "requires": {
  17409. "@babel/helper-plugin-utils": "^7.8.0"
  17410. }
  17411. },
  17412. "@babel/plugin-syntax-optional-catch-binding": {
  17413. "version": "7.8.3",
  17414. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  17415. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  17416. "requires": {
  17417. "@babel/helper-plugin-utils": "^7.8.0"
  17418. }
  17419. },
  17420. "@babel/plugin-syntax-optional-chaining": {
  17421. "version": "7.8.3",
  17422. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  17423. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  17424. "requires": {
  17425. "@babel/helper-plugin-utils": "^7.8.0"
  17426. }
  17427. },
  17428. "@babel/plugin-syntax-private-property-in-object": {
  17429. "version": "7.14.5",
  17430. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  17431. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  17432. "requires": {
  17433. "@babel/helper-plugin-utils": "^7.14.5"
  17434. }
  17435. },
  17436. "@babel/plugin-syntax-top-level-await": {
  17437. "version": "7.14.5",
  17438. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  17439. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  17440. "requires": {
  17441. "@babel/helper-plugin-utils": "^7.14.5"
  17442. }
  17443. },
  17444. "@babel/plugin-syntax-typescript": {
  17445. "version": "7.18.6",
  17446. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.18.6.tgz",
  17447. "integrity": "sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==",
  17448. "requires": {
  17449. "@babel/helper-plugin-utils": "^7.18.6"
  17450. }
  17451. },
  17452. "@babel/plugin-transform-arrow-functions": {
  17453. "version": "7.18.6",
  17454. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz",
  17455. "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==",
  17456. "requires": {
  17457. "@babel/helper-plugin-utils": "^7.18.6"
  17458. }
  17459. },
  17460. "@babel/plugin-transform-async-to-generator": {
  17461. "version": "7.18.6",
  17462. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz",
  17463. "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==",
  17464. "requires": {
  17465. "@babel/helper-module-imports": "^7.18.6",
  17466. "@babel/helper-plugin-utils": "^7.18.6",
  17467. "@babel/helper-remap-async-to-generator": "^7.18.6"
  17468. }
  17469. },
  17470. "@babel/plugin-transform-block-scoped-functions": {
  17471. "version": "7.18.6",
  17472. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz",
  17473. "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==",
  17474. "requires": {
  17475. "@babel/helper-plugin-utils": "^7.18.6"
  17476. }
  17477. },
  17478. "@babel/plugin-transform-block-scoping": {
  17479. "version": "7.18.6",
  17480. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.6.tgz",
  17481. "integrity": "sha512-pRqwb91C42vs1ahSAWJkxOxU1RHWDn16XAa6ggQ72wjLlWyYeAcLvTtE0aM8ph3KNydy9CQF2nLYcjq1WysgxQ==",
  17482. "requires": {
  17483. "@babel/helper-plugin-utils": "^7.18.6"
  17484. }
  17485. },
  17486. "@babel/plugin-transform-classes": {
  17487. "version": "7.18.8",
  17488. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.8.tgz",
  17489. "integrity": "sha512-RySDoXdF6hgHSHuAW4aLGyVQdmvEX/iJtjVre52k0pxRq4hzqze+rAVP++NmNv596brBpYmaiKgTZby7ziBnVg==",
  17490. "requires": {
  17491. "@babel/helper-annotate-as-pure": "^7.18.6",
  17492. "@babel/helper-environment-visitor": "^7.18.6",
  17493. "@babel/helper-function-name": "^7.18.6",
  17494. "@babel/helper-optimise-call-expression": "^7.18.6",
  17495. "@babel/helper-plugin-utils": "^7.18.6",
  17496. "@babel/helper-replace-supers": "^7.18.6",
  17497. "@babel/helper-split-export-declaration": "^7.18.6",
  17498. "globals": "^11.1.0"
  17499. }
  17500. },
  17501. "@babel/plugin-transform-computed-properties": {
  17502. "version": "7.18.6",
  17503. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.6.tgz",
  17504. "integrity": "sha512-9repI4BhNrR0KenoR9vm3/cIc1tSBIo+u1WVjKCAynahj25O8zfbiE6JtAtHPGQSs4yZ+bA8mRasRP+qc+2R5A==",
  17505. "requires": {
  17506. "@babel/helper-plugin-utils": "^7.18.6"
  17507. }
  17508. },
  17509. "@babel/plugin-transform-destructuring": {
  17510. "version": "7.18.6",
  17511. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.6.tgz",
  17512. "integrity": "sha512-tgy3u6lRp17ilY8r1kP4i2+HDUwxlVqq3RTc943eAWSzGgpU1qhiKpqZ5CMyHReIYPHdo3Kg8v8edKtDqSVEyQ==",
  17513. "requires": {
  17514. "@babel/helper-plugin-utils": "^7.18.6"
  17515. }
  17516. },
  17517. "@babel/plugin-transform-dotall-regex": {
  17518. "version": "7.18.6",
  17519. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz",
  17520. "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==",
  17521. "requires": {
  17522. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  17523. "@babel/helper-plugin-utils": "^7.18.6"
  17524. }
  17525. },
  17526. "@babel/plugin-transform-duplicate-keys": {
  17527. "version": "7.18.6",
  17528. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.6.tgz",
  17529. "integrity": "sha512-NJU26U/208+sxYszf82nmGYqVF9QN8py2HFTblPT9hbawi8+1C5a9JubODLTGFuT0qlkqVinmkwOD13s0sZktg==",
  17530. "requires": {
  17531. "@babel/helper-plugin-utils": "^7.18.6"
  17532. }
  17533. },
  17534. "@babel/plugin-transform-exponentiation-operator": {
  17535. "version": "7.18.6",
  17536. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz",
  17537. "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==",
  17538. "requires": {
  17539. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6",
  17540. "@babel/helper-plugin-utils": "^7.18.6"
  17541. }
  17542. },
  17543. "@babel/plugin-transform-flow-strip-types": {
  17544. "version": "7.18.6",
  17545. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.18.6.tgz",
  17546. "integrity": "sha512-wE0xtA7csz+hw4fKPwxmu5jnzAsXPIO57XnRwzXP3T19jWh1BODnPGoG9xKYwvAwusP7iUktHayRFbMPGtODaQ==",
  17547. "requires": {
  17548. "@babel/helper-plugin-utils": "^7.18.6",
  17549. "@babel/plugin-syntax-flow": "^7.18.6"
  17550. }
  17551. },
  17552. "@babel/plugin-transform-for-of": {
  17553. "version": "7.18.8",
  17554. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz",
  17555. "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==",
  17556. "requires": {
  17557. "@babel/helper-plugin-utils": "^7.18.6"
  17558. }
  17559. },
  17560. "@babel/plugin-transform-function-name": {
  17561. "version": "7.18.6",
  17562. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.6.tgz",
  17563. "integrity": "sha512-kJha/Gbs5RjzIu0CxZwf5e3aTTSlhZnHMT8zPWnJMjNpLOUgqevg+PN5oMH68nMCXnfiMo4Bhgxqj59KHTlAnA==",
  17564. "requires": {
  17565. "@babel/helper-compilation-targets": "^7.18.6",
  17566. "@babel/helper-function-name": "^7.18.6",
  17567. "@babel/helper-plugin-utils": "^7.18.6"
  17568. }
  17569. },
  17570. "@babel/plugin-transform-literals": {
  17571. "version": "7.18.6",
  17572. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.6.tgz",
  17573. "integrity": "sha512-x3HEw0cJZVDoENXOp20HlypIHfl0zMIhMVZEBVTfmqbObIpsMxMbmU5nOEO8R7LYT+z5RORKPlTI5Hj4OsO9/Q==",
  17574. "requires": {
  17575. "@babel/helper-plugin-utils": "^7.18.6"
  17576. }
  17577. },
  17578. "@babel/plugin-transform-member-expression-literals": {
  17579. "version": "7.18.6",
  17580. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz",
  17581. "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==",
  17582. "requires": {
  17583. "@babel/helper-plugin-utils": "^7.18.6"
  17584. }
  17585. },
  17586. "@babel/plugin-transform-modules-amd": {
  17587. "version": "7.18.6",
  17588. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz",
  17589. "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==",
  17590. "requires": {
  17591. "@babel/helper-module-transforms": "^7.18.6",
  17592. "@babel/helper-plugin-utils": "^7.18.6",
  17593. "babel-plugin-dynamic-import-node": "^2.3.3"
  17594. }
  17595. },
  17596. "@babel/plugin-transform-modules-commonjs": {
  17597. "version": "7.18.6",
  17598. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz",
  17599. "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==",
  17600. "requires": {
  17601. "@babel/helper-module-transforms": "^7.18.6",
  17602. "@babel/helper-plugin-utils": "^7.18.6",
  17603. "@babel/helper-simple-access": "^7.18.6",
  17604. "babel-plugin-dynamic-import-node": "^2.3.3"
  17605. }
  17606. },
  17607. "@babel/plugin-transform-modules-systemjs": {
  17608. "version": "7.18.6",
  17609. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.6.tgz",
  17610. "integrity": "sha512-UbPYpXxLjTw6w6yXX2BYNxF3p6QY225wcTkfQCy3OMnSlS/C3xGtwUjEzGkldb/sy6PWLiCQ3NbYfjWUTI3t4g==",
  17611. "requires": {
  17612. "@babel/helper-hoist-variables": "^7.18.6",
  17613. "@babel/helper-module-transforms": "^7.18.6",
  17614. "@babel/helper-plugin-utils": "^7.18.6",
  17615. "@babel/helper-validator-identifier": "^7.18.6",
  17616. "babel-plugin-dynamic-import-node": "^2.3.3"
  17617. }
  17618. },
  17619. "@babel/plugin-transform-modules-umd": {
  17620. "version": "7.18.6",
  17621. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz",
  17622. "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==",
  17623. "requires": {
  17624. "@babel/helper-module-transforms": "^7.18.6",
  17625. "@babel/helper-plugin-utils": "^7.18.6"
  17626. }
  17627. },
  17628. "@babel/plugin-transform-named-capturing-groups-regex": {
  17629. "version": "7.18.6",
  17630. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz",
  17631. "integrity": "sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==",
  17632. "requires": {
  17633. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  17634. "@babel/helper-plugin-utils": "^7.18.6"
  17635. }
  17636. },
  17637. "@babel/plugin-transform-new-target": {
  17638. "version": "7.18.6",
  17639. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz",
  17640. "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==",
  17641. "requires": {
  17642. "@babel/helper-plugin-utils": "^7.18.6"
  17643. }
  17644. },
  17645. "@babel/plugin-transform-object-super": {
  17646. "version": "7.18.6",
  17647. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz",
  17648. "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==",
  17649. "requires": {
  17650. "@babel/helper-plugin-utils": "^7.18.6",
  17651. "@babel/helper-replace-supers": "^7.18.6"
  17652. }
  17653. },
  17654. "@babel/plugin-transform-parameters": {
  17655. "version": "7.18.8",
  17656. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz",
  17657. "integrity": "sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==",
  17658. "requires": {
  17659. "@babel/helper-plugin-utils": "^7.18.6"
  17660. }
  17661. },
  17662. "@babel/plugin-transform-property-literals": {
  17663. "version": "7.18.6",
  17664. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz",
  17665. "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==",
  17666. "requires": {
  17667. "@babel/helper-plugin-utils": "^7.18.6"
  17668. }
  17669. },
  17670. "@babel/plugin-transform-react-constant-elements": {
  17671. "version": "7.18.6",
  17672. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.18.6.tgz",
  17673. "integrity": "sha512-4g5H1bonF1dqgMe+wQ2fvDlRZ/mN/KwArk13teDv+xxn+pUDEiiDluQd6D2B30MJcL1u3qr0WZpfq0mw9/zSqA==",
  17674. "requires": {
  17675. "@babel/helper-plugin-utils": "^7.18.6"
  17676. }
  17677. },
  17678. "@babel/plugin-transform-react-display-name": {
  17679. "version": "7.18.6",
  17680. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz",
  17681. "integrity": "sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==",
  17682. "requires": {
  17683. "@babel/helper-plugin-utils": "^7.18.6"
  17684. }
  17685. },
  17686. "@babel/plugin-transform-react-jsx": {
  17687. "version": "7.18.6",
  17688. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.18.6.tgz",
  17689. "integrity": "sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw==",
  17690. "requires": {
  17691. "@babel/helper-annotate-as-pure": "^7.18.6",
  17692. "@babel/helper-module-imports": "^7.18.6",
  17693. "@babel/helper-plugin-utils": "^7.18.6",
  17694. "@babel/plugin-syntax-jsx": "^7.18.6",
  17695. "@babel/types": "^7.18.6"
  17696. }
  17697. },
  17698. "@babel/plugin-transform-react-jsx-development": {
  17699. "version": "7.18.6",
  17700. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz",
  17701. "integrity": "sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==",
  17702. "requires": {
  17703. "@babel/plugin-transform-react-jsx": "^7.18.6"
  17704. }
  17705. },
  17706. "@babel/plugin-transform-react-pure-annotations": {
  17707. "version": "7.18.6",
  17708. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz",
  17709. "integrity": "sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==",
  17710. "requires": {
  17711. "@babel/helper-annotate-as-pure": "^7.18.6",
  17712. "@babel/helper-plugin-utils": "^7.18.6"
  17713. }
  17714. },
  17715. "@babel/plugin-transform-regenerator": {
  17716. "version": "7.18.6",
  17717. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz",
  17718. "integrity": "sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==",
  17719. "requires": {
  17720. "@babel/helper-plugin-utils": "^7.18.6",
  17721. "regenerator-transform": "^0.15.0"
  17722. }
  17723. },
  17724. "@babel/plugin-transform-reserved-words": {
  17725. "version": "7.18.6",
  17726. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz",
  17727. "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==",
  17728. "requires": {
  17729. "@babel/helper-plugin-utils": "^7.18.6"
  17730. }
  17731. },
  17732. "@babel/plugin-transform-runtime": {
  17733. "version": "7.18.6",
  17734. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.6.tgz",
  17735. "integrity": "sha512-8uRHk9ZmRSnWqUgyae249EJZ94b0yAGLBIqzZzl+0iEdbno55Pmlt/32JZsHwXD9k/uZj18Aqqk35wBX4CBTXA==",
  17736. "requires": {
  17737. "@babel/helper-module-imports": "^7.18.6",
  17738. "@babel/helper-plugin-utils": "^7.18.6",
  17739. "babel-plugin-polyfill-corejs2": "^0.3.1",
  17740. "babel-plugin-polyfill-corejs3": "^0.5.2",
  17741. "babel-plugin-polyfill-regenerator": "^0.3.1",
  17742. "semver": "^6.3.0"
  17743. },
  17744. "dependencies": {
  17745. "semver": {
  17746. "version": "6.3.0",
  17747. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  17748. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  17749. }
  17750. }
  17751. },
  17752. "@babel/plugin-transform-shorthand-properties": {
  17753. "version": "7.18.6",
  17754. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz",
  17755. "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==",
  17756. "requires": {
  17757. "@babel/helper-plugin-utils": "^7.18.6"
  17758. }
  17759. },
  17760. "@babel/plugin-transform-spread": {
  17761. "version": "7.18.6",
  17762. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.6.tgz",
  17763. "integrity": "sha512-ayT53rT/ENF8WWexIRg9AiV9h0aIteyWn5ptfZTZQrjk/+f3WdrJGCY4c9wcgl2+MKkKPhzbYp97FTsquZpDCw==",
  17764. "requires": {
  17765. "@babel/helper-plugin-utils": "^7.18.6",
  17766. "@babel/helper-skip-transparent-expression-wrappers": "^7.18.6"
  17767. }
  17768. },
  17769. "@babel/plugin-transform-sticky-regex": {
  17770. "version": "7.18.6",
  17771. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz",
  17772. "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==",
  17773. "requires": {
  17774. "@babel/helper-plugin-utils": "^7.18.6"
  17775. }
  17776. },
  17777. "@babel/plugin-transform-template-literals": {
  17778. "version": "7.18.6",
  17779. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.6.tgz",
  17780. "integrity": "sha512-UuqlRrQmT2SWRvahW46cGSany0uTlcj8NYOS5sRGYi8FxPYPoLd5DDmMd32ZXEj2Jq+06uGVQKHxa/hJx2EzKw==",
  17781. "requires": {
  17782. "@babel/helper-plugin-utils": "^7.18.6"
  17783. }
  17784. },
  17785. "@babel/plugin-transform-typeof-symbol": {
  17786. "version": "7.18.6",
  17787. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.6.tgz",
  17788. "integrity": "sha512-7m71iS/QhsPk85xSjFPovHPcH3H9qeyzsujhTc+vcdnsXavoWYJ74zx0lP5RhpC5+iDnVLO+PPMHzC11qels1g==",
  17789. "requires": {
  17790. "@babel/helper-plugin-utils": "^7.18.6"
  17791. }
  17792. },
  17793. "@babel/plugin-transform-typescript": {
  17794. "version": "7.18.8",
  17795. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.18.8.tgz",
  17796. "integrity": "sha512-p2xM8HI83UObjsZGofMV/EdYjamsDm6MoN3hXPYIT0+gxIoopE+B7rPYKAxfrz9K9PK7JafTTjqYC6qipLExYA==",
  17797. "requires": {
  17798. "@babel/helper-create-class-features-plugin": "^7.18.6",
  17799. "@babel/helper-plugin-utils": "^7.18.6",
  17800. "@babel/plugin-syntax-typescript": "^7.18.6"
  17801. }
  17802. },
  17803. "@babel/plugin-transform-unicode-escapes": {
  17804. "version": "7.18.6",
  17805. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz",
  17806. "integrity": "sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==",
  17807. "requires": {
  17808. "@babel/helper-plugin-utils": "^7.18.6"
  17809. }
  17810. },
  17811. "@babel/plugin-transform-unicode-regex": {
  17812. "version": "7.18.6",
  17813. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz",
  17814. "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==",
  17815. "requires": {
  17816. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  17817. "@babel/helper-plugin-utils": "^7.18.6"
  17818. }
  17819. },
  17820. "@babel/preset-env": {
  17821. "version": "7.18.6",
  17822. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.6.tgz",
  17823. "integrity": "sha512-WrthhuIIYKrEFAwttYzgRNQ5hULGmwTj+D6l7Zdfsv5M7IWV/OZbUfbeL++Qrzx1nVJwWROIFhCHRYQV4xbPNw==",
  17824. "requires": {
  17825. "@babel/compat-data": "^7.18.6",
  17826. "@babel/helper-compilation-targets": "^7.18.6",
  17827. "@babel/helper-plugin-utils": "^7.18.6",
  17828. "@babel/helper-validator-option": "^7.18.6",
  17829. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
  17830. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.6",
  17831. "@babel/plugin-proposal-async-generator-functions": "^7.18.6",
  17832. "@babel/plugin-proposal-class-properties": "^7.18.6",
  17833. "@babel/plugin-proposal-class-static-block": "^7.18.6",
  17834. "@babel/plugin-proposal-dynamic-import": "^7.18.6",
  17835. "@babel/plugin-proposal-export-namespace-from": "^7.18.6",
  17836. "@babel/plugin-proposal-json-strings": "^7.18.6",
  17837. "@babel/plugin-proposal-logical-assignment-operators": "^7.18.6",
  17838. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
  17839. "@babel/plugin-proposal-numeric-separator": "^7.18.6",
  17840. "@babel/plugin-proposal-object-rest-spread": "^7.18.6",
  17841. "@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
  17842. "@babel/plugin-proposal-optional-chaining": "^7.18.6",
  17843. "@babel/plugin-proposal-private-methods": "^7.18.6",
  17844. "@babel/plugin-proposal-private-property-in-object": "^7.18.6",
  17845. "@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
  17846. "@babel/plugin-syntax-async-generators": "^7.8.4",
  17847. "@babel/plugin-syntax-class-properties": "^7.12.13",
  17848. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  17849. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  17850. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  17851. "@babel/plugin-syntax-import-assertions": "^7.18.6",
  17852. "@babel/plugin-syntax-json-strings": "^7.8.3",
  17853. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  17854. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  17855. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  17856. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  17857. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  17858. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  17859. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  17860. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  17861. "@babel/plugin-transform-arrow-functions": "^7.18.6",
  17862. "@babel/plugin-transform-async-to-generator": "^7.18.6",
  17863. "@babel/plugin-transform-block-scoped-functions": "^7.18.6",
  17864. "@babel/plugin-transform-block-scoping": "^7.18.6",
  17865. "@babel/plugin-transform-classes": "^7.18.6",
  17866. "@babel/plugin-transform-computed-properties": "^7.18.6",
  17867. "@babel/plugin-transform-destructuring": "^7.18.6",
  17868. "@babel/plugin-transform-dotall-regex": "^7.18.6",
  17869. "@babel/plugin-transform-duplicate-keys": "^7.18.6",
  17870. "@babel/plugin-transform-exponentiation-operator": "^7.18.6",
  17871. "@babel/plugin-transform-for-of": "^7.18.6",
  17872. "@babel/plugin-transform-function-name": "^7.18.6",
  17873. "@babel/plugin-transform-literals": "^7.18.6",
  17874. "@babel/plugin-transform-member-expression-literals": "^7.18.6",
  17875. "@babel/plugin-transform-modules-amd": "^7.18.6",
  17876. "@babel/plugin-transform-modules-commonjs": "^7.18.6",
  17877. "@babel/plugin-transform-modules-systemjs": "^7.18.6",
  17878. "@babel/plugin-transform-modules-umd": "^7.18.6",
  17879. "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6",
  17880. "@babel/plugin-transform-new-target": "^7.18.6",
  17881. "@babel/plugin-transform-object-super": "^7.18.6",
  17882. "@babel/plugin-transform-parameters": "^7.18.6",
  17883. "@babel/plugin-transform-property-literals": "^7.18.6",
  17884. "@babel/plugin-transform-regenerator": "^7.18.6",
  17885. "@babel/plugin-transform-reserved-words": "^7.18.6",
  17886. "@babel/plugin-transform-shorthand-properties": "^7.18.6",
  17887. "@babel/plugin-transform-spread": "^7.18.6",
  17888. "@babel/plugin-transform-sticky-regex": "^7.18.6",
  17889. "@babel/plugin-transform-template-literals": "^7.18.6",
  17890. "@babel/plugin-transform-typeof-symbol": "^7.18.6",
  17891. "@babel/plugin-transform-unicode-escapes": "^7.18.6",
  17892. "@babel/plugin-transform-unicode-regex": "^7.18.6",
  17893. "@babel/preset-modules": "^0.1.5",
  17894. "@babel/types": "^7.18.6",
  17895. "babel-plugin-polyfill-corejs2": "^0.3.1",
  17896. "babel-plugin-polyfill-corejs3": "^0.5.2",
  17897. "babel-plugin-polyfill-regenerator": "^0.3.1",
  17898. "core-js-compat": "^3.22.1",
  17899. "semver": "^6.3.0"
  17900. },
  17901. "dependencies": {
  17902. "semver": {
  17903. "version": "6.3.0",
  17904. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  17905. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  17906. }
  17907. }
  17908. },
  17909. "@babel/preset-modules": {
  17910. "version": "0.1.5",
  17911. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
  17912. "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
  17913. "requires": {
  17914. "@babel/helper-plugin-utils": "^7.0.0",
  17915. "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
  17916. "@babel/plugin-transform-dotall-regex": "^7.4.4",
  17917. "@babel/types": "^7.4.4",
  17918. "esutils": "^2.0.2"
  17919. }
  17920. },
  17921. "@babel/preset-react": {
  17922. "version": "7.18.6",
  17923. "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz",
  17924. "integrity": "sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==",
  17925. "requires": {
  17926. "@babel/helper-plugin-utils": "^7.18.6",
  17927. "@babel/helper-validator-option": "^7.18.6",
  17928. "@babel/plugin-transform-react-display-name": "^7.18.6",
  17929. "@babel/plugin-transform-react-jsx": "^7.18.6",
  17930. "@babel/plugin-transform-react-jsx-development": "^7.18.6",
  17931. "@babel/plugin-transform-react-pure-annotations": "^7.18.6"
  17932. }
  17933. },
  17934. "@babel/preset-typescript": {
  17935. "version": "7.18.6",
  17936. "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.18.6.tgz",
  17937. "integrity": "sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==",
  17938. "requires": {
  17939. "@babel/helper-plugin-utils": "^7.18.6",
  17940. "@babel/helper-validator-option": "^7.18.6",
  17941. "@babel/plugin-transform-typescript": "^7.18.6"
  17942. }
  17943. },
  17944. "@babel/runtime": {
  17945. "version": "7.18.6",
  17946. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.6.tgz",
  17947. "integrity": "sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ==",
  17948. "requires": {
  17949. "regenerator-runtime": "^0.13.4"
  17950. }
  17951. },
  17952. "@babel/runtime-corejs3": {
  17953. "version": "7.18.6",
  17954. "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.18.6.tgz",
  17955. "integrity": "sha512-cOu5wH2JFBgMjje+a+fz2JNIWU4GzYpl05oSob3UDvBEh6EuIn+TXFHMmBbhSb+k/4HMzgKCQfEEDArAWNF9Cw==",
  17956. "requires": {
  17957. "core-js-pure": "^3.20.2",
  17958. "regenerator-runtime": "^0.13.4"
  17959. }
  17960. },
  17961. "@babel/template": {
  17962. "version": "7.18.6",
  17963. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.6.tgz",
  17964. "integrity": "sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==",
  17965. "requires": {
  17966. "@babel/code-frame": "^7.18.6",
  17967. "@babel/parser": "^7.18.6",
  17968. "@babel/types": "^7.18.6"
  17969. }
  17970. },
  17971. "@babel/traverse": {
  17972. "version": "7.18.8",
  17973. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.8.tgz",
  17974. "integrity": "sha512-UNg/AcSySJYR/+mIcJQDCv00T+AqRO7j/ZEJLzpaYtgM48rMg5MnkJgyNqkzo88+p4tfRvZJCEiwwfG6h4jkRg==",
  17975. "requires": {
  17976. "@babel/code-frame": "^7.18.6",
  17977. "@babel/generator": "^7.18.7",
  17978. "@babel/helper-environment-visitor": "^7.18.6",
  17979. "@babel/helper-function-name": "^7.18.6",
  17980. "@babel/helper-hoist-variables": "^7.18.6",
  17981. "@babel/helper-split-export-declaration": "^7.18.6",
  17982. "@babel/parser": "^7.18.8",
  17983. "@babel/types": "^7.18.8",
  17984. "debug": "^4.1.0",
  17985. "globals": "^11.1.0"
  17986. }
  17987. },
  17988. "@babel/types": {
  17989. "version": "7.18.8",
  17990. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.8.tgz",
  17991. "integrity": "sha512-qwpdsmraq0aJ3osLJRApsc2ouSJCdnMeZwB0DhbtHAtRpZNZCdlbRnHIgcRKzdE1g0iOGg644fzjOBcdOz9cPw==",
  17992. "requires": {
  17993. "@babel/helper-validator-identifier": "^7.18.6",
  17994. "to-fast-properties": "^2.0.0"
  17995. }
  17996. },
  17997. "@bcoe/v8-coverage": {
  17998. "version": "0.2.3",
  17999. "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
  18000. "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
  18001. },
  18002. "@csstools/normalize.css": {
  18003. "version": "12.0.0",
  18004. "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz",
  18005. "integrity": "sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg=="
  18006. },
  18007. "@csstools/postcss-cascade-layers": {
  18008. "version": "1.0.5",
  18009. "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.0.5.tgz",
  18010. "integrity": "sha512-Id/9wBT7FkgFzdEpiEWrsVd4ltDxN0rI0QS0SChbeQiSuux3z21SJCRLu6h2cvCEUmaRi+VD0mHFj+GJD4GFnw==",
  18011. "requires": {
  18012. "@csstools/selector-specificity": "^2.0.2",
  18013. "postcss-selector-parser": "^6.0.10"
  18014. }
  18015. },
  18016. "@csstools/postcss-color-function": {
  18017. "version": "1.1.1",
  18018. "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz",
  18019. "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==",
  18020. "requires": {
  18021. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  18022. "postcss-value-parser": "^4.2.0"
  18023. }
  18024. },
  18025. "@csstools/postcss-font-format-keywords": {
  18026. "version": "1.0.1",
  18027. "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz",
  18028. "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==",
  18029. "requires": {
  18030. "postcss-value-parser": "^4.2.0"
  18031. }
  18032. },
  18033. "@csstools/postcss-hwb-function": {
  18034. "version": "1.0.2",
  18035. "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz",
  18036. "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==",
  18037. "requires": {
  18038. "postcss-value-parser": "^4.2.0"
  18039. }
  18040. },
  18041. "@csstools/postcss-ic-unit": {
  18042. "version": "1.0.1",
  18043. "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz",
  18044. "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==",
  18045. "requires": {
  18046. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  18047. "postcss-value-parser": "^4.2.0"
  18048. }
  18049. },
  18050. "@csstools/postcss-is-pseudo-class": {
  18051. "version": "2.0.7",
  18052. "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz",
  18053. "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==",
  18054. "requires": {
  18055. "@csstools/selector-specificity": "^2.0.0",
  18056. "postcss-selector-parser": "^6.0.10"
  18057. }
  18058. },
  18059. "@csstools/postcss-normalize-display-values": {
  18060. "version": "1.0.1",
  18061. "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz",
  18062. "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==",
  18063. "requires": {
  18064. "postcss-value-parser": "^4.2.0"
  18065. }
  18066. },
  18067. "@csstools/postcss-oklab-function": {
  18068. "version": "1.1.1",
  18069. "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz",
  18070. "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==",
  18071. "requires": {
  18072. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  18073. "postcss-value-parser": "^4.2.0"
  18074. }
  18075. },
  18076. "@csstools/postcss-progressive-custom-properties": {
  18077. "version": "1.3.0",
  18078. "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz",
  18079. "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==",
  18080. "requires": {
  18081. "postcss-value-parser": "^4.2.0"
  18082. }
  18083. },
  18084. "@csstools/postcss-stepped-value-functions": {
  18085. "version": "1.0.1",
  18086. "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz",
  18087. "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==",
  18088. "requires": {
  18089. "postcss-value-parser": "^4.2.0"
  18090. }
  18091. },
  18092. "@csstools/postcss-trigonometric-functions": {
  18093. "version": "1.0.2",
  18094. "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz",
  18095. "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==",
  18096. "requires": {
  18097. "postcss-value-parser": "^4.2.0"
  18098. }
  18099. },
  18100. "@csstools/postcss-unset-value": {
  18101. "version": "1.0.2",
  18102. "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz",
  18103. "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==",
  18104. "requires": {}
  18105. },
  18106. "@csstools/selector-specificity": {
  18107. "version": "2.0.2",
  18108. "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.2.tgz",
  18109. "integrity": "sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==",
  18110. "requires": {}
  18111. },
  18112. "@eslint/eslintrc": {
  18113. "version": "1.3.0",
  18114. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz",
  18115. "integrity": "sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==",
  18116. "requires": {
  18117. "ajv": "^6.12.4",
  18118. "debug": "^4.3.2",
  18119. "espree": "^9.3.2",
  18120. "globals": "^13.15.0",
  18121. "ignore": "^5.2.0",
  18122. "import-fresh": "^3.2.1",
  18123. "js-yaml": "^4.1.0",
  18124. "minimatch": "^3.1.2",
  18125. "strip-json-comments": "^3.1.1"
  18126. },
  18127. "dependencies": {
  18128. "argparse": {
  18129. "version": "2.0.1",
  18130. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  18131. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  18132. },
  18133. "globals": {
  18134. "version": "13.16.0",
  18135. "resolved": "https://registry.npmjs.org/globals/-/globals-13.16.0.tgz",
  18136. "integrity": "sha512-A1lrQfpNF+McdPOnnFqY3kSN0AFTy485bTi1bkLk4mVPODIUEcSfhHgRqA+QdXPksrSTTztYXx37NFV+GpGk3Q==",
  18137. "requires": {
  18138. "type-fest": "^0.20.2"
  18139. }
  18140. },
  18141. "js-yaml": {
  18142. "version": "4.1.0",
  18143. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  18144. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  18145. "requires": {
  18146. "argparse": "^2.0.1"
  18147. }
  18148. },
  18149. "type-fest": {
  18150. "version": "0.20.2",
  18151. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  18152. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ=="
  18153. }
  18154. }
  18155. },
  18156. "@humanwhocodes/config-array": {
  18157. "version": "0.9.5",
  18158. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz",
  18159. "integrity": "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==",
  18160. "requires": {
  18161. "@humanwhocodes/object-schema": "^1.2.1",
  18162. "debug": "^4.1.1",
  18163. "minimatch": "^3.0.4"
  18164. }
  18165. },
  18166. "@humanwhocodes/object-schema": {
  18167. "version": "1.2.1",
  18168. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
  18169. "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
  18170. },
  18171. "@istanbuljs/load-nyc-config": {
  18172. "version": "1.1.0",
  18173. "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  18174. "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  18175. "requires": {
  18176. "camelcase": "^5.3.1",
  18177. "find-up": "^4.1.0",
  18178. "get-package-type": "^0.1.0",
  18179. "js-yaml": "^3.13.1",
  18180. "resolve-from": "^5.0.0"
  18181. },
  18182. "dependencies": {
  18183. "camelcase": {
  18184. "version": "5.3.1",
  18185. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  18186. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
  18187. },
  18188. "find-up": {
  18189. "version": "4.1.0",
  18190. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  18191. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  18192. "requires": {
  18193. "locate-path": "^5.0.0",
  18194. "path-exists": "^4.0.0"
  18195. }
  18196. },
  18197. "locate-path": {
  18198. "version": "5.0.0",
  18199. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  18200. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  18201. "requires": {
  18202. "p-locate": "^4.1.0"
  18203. }
  18204. },
  18205. "p-limit": {
  18206. "version": "2.3.0",
  18207. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  18208. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  18209. "requires": {
  18210. "p-try": "^2.0.0"
  18211. }
  18212. },
  18213. "p-locate": {
  18214. "version": "4.1.0",
  18215. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  18216. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  18217. "requires": {
  18218. "p-limit": "^2.2.0"
  18219. }
  18220. }
  18221. }
  18222. },
  18223. "@istanbuljs/schema": {
  18224. "version": "0.1.3",
  18225. "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
  18226. "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA=="
  18227. },
  18228. "@jest/console": {
  18229. "version": "27.5.1",
  18230. "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
  18231. "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
  18232. "requires": {
  18233. "@jest/types": "^27.5.1",
  18234. "@types/node": "*",
  18235. "chalk": "^4.0.0",
  18236. "jest-message-util": "^27.5.1",
  18237. "jest-util": "^27.5.1",
  18238. "slash": "^3.0.0"
  18239. },
  18240. "dependencies": {
  18241. "ansi-styles": {
  18242. "version": "4.3.0",
  18243. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  18244. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  18245. "requires": {
  18246. "color-convert": "^2.0.1"
  18247. }
  18248. },
  18249. "chalk": {
  18250. "version": "4.1.2",
  18251. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  18252. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  18253. "requires": {
  18254. "ansi-styles": "^4.1.0",
  18255. "supports-color": "^7.1.0"
  18256. }
  18257. },
  18258. "color-convert": {
  18259. "version": "2.0.1",
  18260. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  18261. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  18262. "requires": {
  18263. "color-name": "~1.1.4"
  18264. }
  18265. },
  18266. "color-name": {
  18267. "version": "1.1.4",
  18268. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  18269. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  18270. },
  18271. "has-flag": {
  18272. "version": "4.0.0",
  18273. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  18274. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  18275. },
  18276. "supports-color": {
  18277. "version": "7.2.0",
  18278. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  18279. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  18280. "requires": {
  18281. "has-flag": "^4.0.0"
  18282. }
  18283. }
  18284. }
  18285. },
  18286. "@jest/core": {
  18287. "version": "27.5.1",
  18288. "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
  18289. "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
  18290. "requires": {
  18291. "@jest/console": "^27.5.1",
  18292. "@jest/reporters": "^27.5.1",
  18293. "@jest/test-result": "^27.5.1",
  18294. "@jest/transform": "^27.5.1",
  18295. "@jest/types": "^27.5.1",
  18296. "@types/node": "*",
  18297. "ansi-escapes": "^4.2.1",
  18298. "chalk": "^4.0.0",
  18299. "emittery": "^0.8.1",
  18300. "exit": "^0.1.2",
  18301. "graceful-fs": "^4.2.9",
  18302. "jest-changed-files": "^27.5.1",
  18303. "jest-config": "^27.5.1",
  18304. "jest-haste-map": "^27.5.1",
  18305. "jest-message-util": "^27.5.1",
  18306. "jest-regex-util": "^27.5.1",
  18307. "jest-resolve": "^27.5.1",
  18308. "jest-resolve-dependencies": "^27.5.1",
  18309. "jest-runner": "^27.5.1",
  18310. "jest-runtime": "^27.5.1",
  18311. "jest-snapshot": "^27.5.1",
  18312. "jest-util": "^27.5.1",
  18313. "jest-validate": "^27.5.1",
  18314. "jest-watcher": "^27.5.1",
  18315. "micromatch": "^4.0.4",
  18316. "rimraf": "^3.0.0",
  18317. "slash": "^3.0.0",
  18318. "strip-ansi": "^6.0.0"
  18319. },
  18320. "dependencies": {
  18321. "ansi-styles": {
  18322. "version": "4.3.0",
  18323. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  18324. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  18325. "requires": {
  18326. "color-convert": "^2.0.1"
  18327. }
  18328. },
  18329. "chalk": {
  18330. "version": "4.1.2",
  18331. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  18332. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  18333. "requires": {
  18334. "ansi-styles": "^4.1.0",
  18335. "supports-color": "^7.1.0"
  18336. }
  18337. },
  18338. "color-convert": {
  18339. "version": "2.0.1",
  18340. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  18341. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  18342. "requires": {
  18343. "color-name": "~1.1.4"
  18344. }
  18345. },
  18346. "color-name": {
  18347. "version": "1.1.4",
  18348. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  18349. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  18350. },
  18351. "has-flag": {
  18352. "version": "4.0.0",
  18353. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  18354. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  18355. },
  18356. "supports-color": {
  18357. "version": "7.2.0",
  18358. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  18359. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  18360. "requires": {
  18361. "has-flag": "^4.0.0"
  18362. }
  18363. }
  18364. }
  18365. },
  18366. "@jest/environment": {
  18367. "version": "27.5.1",
  18368. "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
  18369. "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
  18370. "requires": {
  18371. "@jest/fake-timers": "^27.5.1",
  18372. "@jest/types": "^27.5.1",
  18373. "@types/node": "*",
  18374. "jest-mock": "^27.5.1"
  18375. }
  18376. },
  18377. "@jest/fake-timers": {
  18378. "version": "27.5.1",
  18379. "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
  18380. "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
  18381. "requires": {
  18382. "@jest/types": "^27.5.1",
  18383. "@sinonjs/fake-timers": "^8.0.1",
  18384. "@types/node": "*",
  18385. "jest-message-util": "^27.5.1",
  18386. "jest-mock": "^27.5.1",
  18387. "jest-util": "^27.5.1"
  18388. }
  18389. },
  18390. "@jest/globals": {
  18391. "version": "27.5.1",
  18392. "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
  18393. "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
  18394. "requires": {
  18395. "@jest/environment": "^27.5.1",
  18396. "@jest/types": "^27.5.1",
  18397. "expect": "^27.5.1"
  18398. }
  18399. },
  18400. "@jest/reporters": {
  18401. "version": "27.5.1",
  18402. "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
  18403. "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
  18404. "requires": {
  18405. "@bcoe/v8-coverage": "^0.2.3",
  18406. "@jest/console": "^27.5.1",
  18407. "@jest/test-result": "^27.5.1",
  18408. "@jest/transform": "^27.5.1",
  18409. "@jest/types": "^27.5.1",
  18410. "@types/node": "*",
  18411. "chalk": "^4.0.0",
  18412. "collect-v8-coverage": "^1.0.0",
  18413. "exit": "^0.1.2",
  18414. "glob": "^7.1.2",
  18415. "graceful-fs": "^4.2.9",
  18416. "istanbul-lib-coverage": "^3.0.0",
  18417. "istanbul-lib-instrument": "^5.1.0",
  18418. "istanbul-lib-report": "^3.0.0",
  18419. "istanbul-lib-source-maps": "^4.0.0",
  18420. "istanbul-reports": "^3.1.3",
  18421. "jest-haste-map": "^27.5.1",
  18422. "jest-resolve": "^27.5.1",
  18423. "jest-util": "^27.5.1",
  18424. "jest-worker": "^27.5.1",
  18425. "slash": "^3.0.0",
  18426. "source-map": "^0.6.0",
  18427. "string-length": "^4.0.1",
  18428. "terminal-link": "^2.0.0",
  18429. "v8-to-istanbul": "^8.1.0"
  18430. },
  18431. "dependencies": {
  18432. "ansi-styles": {
  18433. "version": "4.3.0",
  18434. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  18435. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  18436. "requires": {
  18437. "color-convert": "^2.0.1"
  18438. }
  18439. },
  18440. "chalk": {
  18441. "version": "4.1.2",
  18442. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  18443. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  18444. "requires": {
  18445. "ansi-styles": "^4.1.0",
  18446. "supports-color": "^7.1.0"
  18447. }
  18448. },
  18449. "color-convert": {
  18450. "version": "2.0.1",
  18451. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  18452. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  18453. "requires": {
  18454. "color-name": "~1.1.4"
  18455. }
  18456. },
  18457. "color-name": {
  18458. "version": "1.1.4",
  18459. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  18460. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  18461. },
  18462. "has-flag": {
  18463. "version": "4.0.0",
  18464. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  18465. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  18466. },
  18467. "source-map": {
  18468. "version": "0.6.1",
  18469. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  18470. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  18471. },
  18472. "supports-color": {
  18473. "version": "7.2.0",
  18474. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  18475. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  18476. "requires": {
  18477. "has-flag": "^4.0.0"
  18478. }
  18479. }
  18480. }
  18481. },
  18482. "@jest/schemas": {
  18483. "version": "28.1.3",
  18484. "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz",
  18485. "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==",
  18486. "requires": {
  18487. "@sinclair/typebox": "^0.24.1"
  18488. }
  18489. },
  18490. "@jest/source-map": {
  18491. "version": "27.5.1",
  18492. "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
  18493. "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
  18494. "requires": {
  18495. "callsites": "^3.0.0",
  18496. "graceful-fs": "^4.2.9",
  18497. "source-map": "^0.6.0"
  18498. },
  18499. "dependencies": {
  18500. "source-map": {
  18501. "version": "0.6.1",
  18502. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  18503. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  18504. }
  18505. }
  18506. },
  18507. "@jest/test-result": {
  18508. "version": "27.5.1",
  18509. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
  18510. "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
  18511. "requires": {
  18512. "@jest/console": "^27.5.1",
  18513. "@jest/types": "^27.5.1",
  18514. "@types/istanbul-lib-coverage": "^2.0.0",
  18515. "collect-v8-coverage": "^1.0.0"
  18516. }
  18517. },
  18518. "@jest/test-sequencer": {
  18519. "version": "27.5.1",
  18520. "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
  18521. "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
  18522. "requires": {
  18523. "@jest/test-result": "^27.5.1",
  18524. "graceful-fs": "^4.2.9",
  18525. "jest-haste-map": "^27.5.1",
  18526. "jest-runtime": "^27.5.1"
  18527. }
  18528. },
  18529. "@jest/transform": {
  18530. "version": "27.5.1",
  18531. "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
  18532. "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
  18533. "requires": {
  18534. "@babel/core": "^7.1.0",
  18535. "@jest/types": "^27.5.1",
  18536. "babel-plugin-istanbul": "^6.1.1",
  18537. "chalk": "^4.0.0",
  18538. "convert-source-map": "^1.4.0",
  18539. "fast-json-stable-stringify": "^2.0.0",
  18540. "graceful-fs": "^4.2.9",
  18541. "jest-haste-map": "^27.5.1",
  18542. "jest-regex-util": "^27.5.1",
  18543. "jest-util": "^27.5.1",
  18544. "micromatch": "^4.0.4",
  18545. "pirates": "^4.0.4",
  18546. "slash": "^3.0.0",
  18547. "source-map": "^0.6.1",
  18548. "write-file-atomic": "^3.0.0"
  18549. },
  18550. "dependencies": {
  18551. "ansi-styles": {
  18552. "version": "4.3.0",
  18553. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  18554. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  18555. "requires": {
  18556. "color-convert": "^2.0.1"
  18557. }
  18558. },
  18559. "chalk": {
  18560. "version": "4.1.2",
  18561. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  18562. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  18563. "requires": {
  18564. "ansi-styles": "^4.1.0",
  18565. "supports-color": "^7.1.0"
  18566. }
  18567. },
  18568. "color-convert": {
  18569. "version": "2.0.1",
  18570. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  18571. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  18572. "requires": {
  18573. "color-name": "~1.1.4"
  18574. }
  18575. },
  18576. "color-name": {
  18577. "version": "1.1.4",
  18578. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  18579. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  18580. },
  18581. "has-flag": {
  18582. "version": "4.0.0",
  18583. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  18584. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  18585. },
  18586. "source-map": {
  18587. "version": "0.6.1",
  18588. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  18589. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  18590. },
  18591. "supports-color": {
  18592. "version": "7.2.0",
  18593. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  18594. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  18595. "requires": {
  18596. "has-flag": "^4.0.0"
  18597. }
  18598. }
  18599. }
  18600. },
  18601. "@jest/types": {
  18602. "version": "27.5.1",
  18603. "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
  18604. "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
  18605. "requires": {
  18606. "@types/istanbul-lib-coverage": "^2.0.0",
  18607. "@types/istanbul-reports": "^3.0.0",
  18608. "@types/node": "*",
  18609. "@types/yargs": "^16.0.0",
  18610. "chalk": "^4.0.0"
  18611. },
  18612. "dependencies": {
  18613. "ansi-styles": {
  18614. "version": "4.3.0",
  18615. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  18616. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  18617. "requires": {
  18618. "color-convert": "^2.0.1"
  18619. }
  18620. },
  18621. "chalk": {
  18622. "version": "4.1.2",
  18623. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  18624. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  18625. "requires": {
  18626. "ansi-styles": "^4.1.0",
  18627. "supports-color": "^7.1.0"
  18628. }
  18629. },
  18630. "color-convert": {
  18631. "version": "2.0.1",
  18632. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  18633. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  18634. "requires": {
  18635. "color-name": "~1.1.4"
  18636. }
  18637. },
  18638. "color-name": {
  18639. "version": "1.1.4",
  18640. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  18641. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  18642. },
  18643. "has-flag": {
  18644. "version": "4.0.0",
  18645. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  18646. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  18647. },
  18648. "supports-color": {
  18649. "version": "7.2.0",
  18650. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  18651. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  18652. "requires": {
  18653. "has-flag": "^4.0.0"
  18654. }
  18655. }
  18656. }
  18657. },
  18658. "@jridgewell/gen-mapping": {
  18659. "version": "0.1.1",
  18660. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz",
  18661. "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==",
  18662. "requires": {
  18663. "@jridgewell/set-array": "^1.0.0",
  18664. "@jridgewell/sourcemap-codec": "^1.4.10"
  18665. }
  18666. },
  18667. "@jridgewell/resolve-uri": {
  18668. "version": "3.1.0",
  18669. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
  18670. "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w=="
  18671. },
  18672. "@jridgewell/set-array": {
  18673. "version": "1.1.2",
  18674. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
  18675. "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw=="
  18676. },
  18677. "@jridgewell/source-map": {
  18678. "version": "0.3.2",
  18679. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz",
  18680. "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==",
  18681. "requires": {
  18682. "@jridgewell/gen-mapping": "^0.3.0",
  18683. "@jridgewell/trace-mapping": "^0.3.9"
  18684. },
  18685. "dependencies": {
  18686. "@jridgewell/gen-mapping": {
  18687. "version": "0.3.2",
  18688. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
  18689. "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
  18690. "requires": {
  18691. "@jridgewell/set-array": "^1.0.1",
  18692. "@jridgewell/sourcemap-codec": "^1.4.10",
  18693. "@jridgewell/trace-mapping": "^0.3.9"
  18694. }
  18695. }
  18696. }
  18697. },
  18698. "@jridgewell/sourcemap-codec": {
  18699. "version": "1.4.14",
  18700. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
  18701. "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw=="
  18702. },
  18703. "@jridgewell/trace-mapping": {
  18704. "version": "0.3.14",
  18705. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz",
  18706. "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==",
  18707. "requires": {
  18708. "@jridgewell/resolve-uri": "^3.0.3",
  18709. "@jridgewell/sourcemap-codec": "^1.4.10"
  18710. }
  18711. },
  18712. "@leichtgewicht/ip-codec": {
  18713. "version": "2.0.4",
  18714. "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
  18715. "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
  18716. },
  18717. "@nodelib/fs.scandir": {
  18718. "version": "2.1.5",
  18719. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  18720. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  18721. "requires": {
  18722. "@nodelib/fs.stat": "2.0.5",
  18723. "run-parallel": "^1.1.9"
  18724. }
  18725. },
  18726. "@nodelib/fs.stat": {
  18727. "version": "2.0.5",
  18728. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  18729. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A=="
  18730. },
  18731. "@nodelib/fs.walk": {
  18732. "version": "1.2.8",
  18733. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  18734. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  18735. "requires": {
  18736. "@nodelib/fs.scandir": "2.1.5",
  18737. "fastq": "^1.6.0"
  18738. }
  18739. },
  18740. "@pmmmwh/react-refresh-webpack-plugin": {
  18741. "version": "0.5.7",
  18742. "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.7.tgz",
  18743. "integrity": "sha512-bcKCAzF0DV2IIROp9ZHkRJa6O4jy7NlnHdWL3GmcUxYWNjLXkK5kfELELwEfSP5hXPfVL/qOGMAROuMQb9GG8Q==",
  18744. "requires": {
  18745. "ansi-html-community": "^0.0.8",
  18746. "common-path-prefix": "^3.0.0",
  18747. "core-js-pure": "^3.8.1",
  18748. "error-stack-parser": "^2.0.6",
  18749. "find-up": "^5.0.0",
  18750. "html-entities": "^2.1.0",
  18751. "loader-utils": "^2.0.0",
  18752. "schema-utils": "^3.0.0",
  18753. "source-map": "^0.7.3"
  18754. }
  18755. },
  18756. "@rollup/plugin-babel": {
  18757. "version": "5.3.1",
  18758. "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
  18759. "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
  18760. "requires": {
  18761. "@babel/helper-module-imports": "^7.10.4",
  18762. "@rollup/pluginutils": "^3.1.0"
  18763. }
  18764. },
  18765. "@rollup/plugin-node-resolve": {
  18766. "version": "11.2.1",
  18767. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
  18768. "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
  18769. "requires": {
  18770. "@rollup/pluginutils": "^3.1.0",
  18771. "@types/resolve": "1.17.1",
  18772. "builtin-modules": "^3.1.0",
  18773. "deepmerge": "^4.2.2",
  18774. "is-module": "^1.0.0",
  18775. "resolve": "^1.19.0"
  18776. }
  18777. },
  18778. "@rollup/plugin-replace": {
  18779. "version": "2.4.2",
  18780. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
  18781. "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
  18782. "requires": {
  18783. "@rollup/pluginutils": "^3.1.0",
  18784. "magic-string": "^0.25.7"
  18785. }
  18786. },
  18787. "@rollup/pluginutils": {
  18788. "version": "3.1.0",
  18789. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
  18790. "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
  18791. "requires": {
  18792. "@types/estree": "0.0.39",
  18793. "estree-walker": "^1.0.1",
  18794. "picomatch": "^2.2.2"
  18795. },
  18796. "dependencies": {
  18797. "@types/estree": {
  18798. "version": "0.0.39",
  18799. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
  18800. "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
  18801. }
  18802. }
  18803. },
  18804. "@rushstack/eslint-patch": {
  18805. "version": "1.1.4",
  18806. "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.1.4.tgz",
  18807. "integrity": "sha512-LwzQKA4vzIct1zNZzBmRKI9QuNpLgTQMEjsQLf3BXuGYb3QPTP4Yjf6mkdX+X1mYttZ808QpOwAzZjv28kq7DA=="
  18808. },
  18809. "@sinclair/typebox": {
  18810. "version": "0.24.20",
  18811. "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.20.tgz",
  18812. "integrity": "sha512-kVaO5aEFZb33nPMTZBxiPEkY+slxiPtqC7QX8f9B3eGOMBvEfuMfxp9DSTTCsRJPumPKjrge4yagyssO4q6qzQ=="
  18813. },
  18814. "@sinonjs/commons": {
  18815. "version": "1.8.3",
  18816. "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz",
  18817. "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==",
  18818. "requires": {
  18819. "type-detect": "4.0.8"
  18820. }
  18821. },
  18822. "@sinonjs/fake-timers": {
  18823. "version": "8.1.0",
  18824. "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
  18825. "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
  18826. "requires": {
  18827. "@sinonjs/commons": "^1.7.0"
  18828. }
  18829. },
  18830. "@surma/rollup-plugin-off-main-thread": {
  18831. "version": "2.2.3",
  18832. "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
  18833. "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
  18834. "requires": {
  18835. "ejs": "^3.1.6",
  18836. "json5": "^2.2.0",
  18837. "magic-string": "^0.25.0",
  18838. "string.prototype.matchall": "^4.0.6"
  18839. }
  18840. },
  18841. "@svgr/babel-plugin-add-jsx-attribute": {
  18842. "version": "5.4.0",
  18843. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz",
  18844. "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg=="
  18845. },
  18846. "@svgr/babel-plugin-remove-jsx-attribute": {
  18847. "version": "5.4.0",
  18848. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz",
  18849. "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg=="
  18850. },
  18851. "@svgr/babel-plugin-remove-jsx-empty-expression": {
  18852. "version": "5.0.1",
  18853. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz",
  18854. "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA=="
  18855. },
  18856. "@svgr/babel-plugin-replace-jsx-attribute-value": {
  18857. "version": "5.0.1",
  18858. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz",
  18859. "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ=="
  18860. },
  18861. "@svgr/babel-plugin-svg-dynamic-title": {
  18862. "version": "5.4.0",
  18863. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz",
  18864. "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg=="
  18865. },
  18866. "@svgr/babel-plugin-svg-em-dimensions": {
  18867. "version": "5.4.0",
  18868. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz",
  18869. "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw=="
  18870. },
  18871. "@svgr/babel-plugin-transform-react-native-svg": {
  18872. "version": "5.4.0",
  18873. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz",
  18874. "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q=="
  18875. },
  18876. "@svgr/babel-plugin-transform-svg-component": {
  18877. "version": "5.5.0",
  18878. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
  18879. "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ=="
  18880. },
  18881. "@svgr/babel-preset": {
  18882. "version": "5.5.0",
  18883. "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz",
  18884. "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==",
  18885. "requires": {
  18886. "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
  18887. "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
  18888. "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
  18889. "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
  18890. "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
  18891. "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
  18892. "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
  18893. "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
  18894. }
  18895. },
  18896. "@svgr/core": {
  18897. "version": "5.5.0",
  18898. "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
  18899. "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
  18900. "requires": {
  18901. "@svgr/plugin-jsx": "^5.5.0",
  18902. "camelcase": "^6.2.0",
  18903. "cosmiconfig": "^7.0.0"
  18904. }
  18905. },
  18906. "@svgr/hast-util-to-babel-ast": {
  18907. "version": "5.5.0",
  18908. "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
  18909. "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
  18910. "requires": {
  18911. "@babel/types": "^7.12.6"
  18912. }
  18913. },
  18914. "@svgr/plugin-jsx": {
  18915. "version": "5.5.0",
  18916. "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
  18917. "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
  18918. "requires": {
  18919. "@babel/core": "^7.12.3",
  18920. "@svgr/babel-preset": "^5.5.0",
  18921. "@svgr/hast-util-to-babel-ast": "^5.5.0",
  18922. "svg-parser": "^2.0.2"
  18923. }
  18924. },
  18925. "@svgr/plugin-svgo": {
  18926. "version": "5.5.0",
  18927. "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
  18928. "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
  18929. "requires": {
  18930. "cosmiconfig": "^7.0.0",
  18931. "deepmerge": "^4.2.2",
  18932. "svgo": "^1.2.2"
  18933. }
  18934. },
  18935. "@svgr/webpack": {
  18936. "version": "5.5.0",
  18937. "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
  18938. "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
  18939. "requires": {
  18940. "@babel/core": "^7.12.3",
  18941. "@babel/plugin-transform-react-constant-elements": "^7.12.1",
  18942. "@babel/preset-env": "^7.12.1",
  18943. "@babel/preset-react": "^7.12.5",
  18944. "@svgr/core": "^5.5.0",
  18945. "@svgr/plugin-jsx": "^5.5.0",
  18946. "@svgr/plugin-svgo": "^5.5.0",
  18947. "loader-utils": "^2.0.0"
  18948. }
  18949. },
  18950. "@testing-library/dom": {
  18951. "version": "8.16.0",
  18952. "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.16.0.tgz",
  18953. "integrity": "sha512-uxF4zmnLHHDlmW4l+0WDjcgLVwCvH+OVLpD8Dfp+Bjfz85prwxWGbwXgJdLtkgjD0qfOzkJF9SmA6YZPsMYX4w==",
  18954. "requires": {
  18955. "@babel/code-frame": "^7.10.4",
  18956. "@babel/runtime": "^7.12.5",
  18957. "@types/aria-query": "^4.2.0",
  18958. "aria-query": "^5.0.0",
  18959. "chalk": "^4.1.0",
  18960. "dom-accessibility-api": "^0.5.9",
  18961. "lz-string": "^1.4.4",
  18962. "pretty-format": "^27.0.2"
  18963. },
  18964. "dependencies": {
  18965. "ansi-styles": {
  18966. "version": "4.3.0",
  18967. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  18968. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  18969. "requires": {
  18970. "color-convert": "^2.0.1"
  18971. }
  18972. },
  18973. "aria-query": {
  18974. "version": "5.0.0",
  18975. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz",
  18976. "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg=="
  18977. },
  18978. "chalk": {
  18979. "version": "4.1.2",
  18980. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  18981. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  18982. "requires": {
  18983. "ansi-styles": "^4.1.0",
  18984. "supports-color": "^7.1.0"
  18985. }
  18986. },
  18987. "color-convert": {
  18988. "version": "2.0.1",
  18989. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  18990. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  18991. "requires": {
  18992. "color-name": "~1.1.4"
  18993. }
  18994. },
  18995. "color-name": {
  18996. "version": "1.1.4",
  18997. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  18998. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  18999. },
  19000. "has-flag": {
  19001. "version": "4.0.0",
  19002. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  19003. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  19004. },
  19005. "supports-color": {
  19006. "version": "7.2.0",
  19007. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  19008. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  19009. "requires": {
  19010. "has-flag": "^4.0.0"
  19011. }
  19012. }
  19013. }
  19014. },
  19015. "@testing-library/jest-dom": {
  19016. "version": "5.16.4",
  19017. "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz",
  19018. "integrity": "sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==",
  19019. "requires": {
  19020. "@babel/runtime": "^7.9.2",
  19021. "@types/testing-library__jest-dom": "^5.9.1",
  19022. "aria-query": "^5.0.0",
  19023. "chalk": "^3.0.0",
  19024. "css": "^3.0.0",
  19025. "css.escape": "^1.5.1",
  19026. "dom-accessibility-api": "^0.5.6",
  19027. "lodash": "^4.17.15",
  19028. "redent": "^3.0.0"
  19029. },
  19030. "dependencies": {
  19031. "ansi-styles": {
  19032. "version": "4.3.0",
  19033. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  19034. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  19035. "requires": {
  19036. "color-convert": "^2.0.1"
  19037. }
  19038. },
  19039. "aria-query": {
  19040. "version": "5.0.0",
  19041. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz",
  19042. "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg=="
  19043. },
  19044. "chalk": {
  19045. "version": "3.0.0",
  19046. "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
  19047. "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
  19048. "requires": {
  19049. "ansi-styles": "^4.1.0",
  19050. "supports-color": "^7.1.0"
  19051. }
  19052. },
  19053. "color-convert": {
  19054. "version": "2.0.1",
  19055. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  19056. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  19057. "requires": {
  19058. "color-name": "~1.1.4"
  19059. }
  19060. },
  19061. "color-name": {
  19062. "version": "1.1.4",
  19063. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  19064. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  19065. },
  19066. "has-flag": {
  19067. "version": "4.0.0",
  19068. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  19069. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  19070. },
  19071. "supports-color": {
  19072. "version": "7.2.0",
  19073. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  19074. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  19075. "requires": {
  19076. "has-flag": "^4.0.0"
  19077. }
  19078. }
  19079. }
  19080. },
  19081. "@testing-library/react": {
  19082. "version": "13.3.0",
  19083. "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.3.0.tgz",
  19084. "integrity": "sha512-DB79aA426+deFgGSjnf5grczDPiL4taK3hFaa+M5q7q20Kcve9eQottOG5kZ74KEr55v0tU2CQormSSDK87zYQ==",
  19085. "requires": {
  19086. "@babel/runtime": "^7.12.5",
  19087. "@testing-library/dom": "^8.5.0",
  19088. "@types/react-dom": "^18.0.0"
  19089. }
  19090. },
  19091. "@testing-library/user-event": {
  19092. "version": "13.5.0",
  19093. "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
  19094. "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
  19095. "requires": {
  19096. "@babel/runtime": "^7.12.5"
  19097. }
  19098. },
  19099. "@tootallnate/once": {
  19100. "version": "1.1.2",
  19101. "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
  19102. "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw=="
  19103. },
  19104. "@trysound/sax": {
  19105. "version": "0.2.0",
  19106. "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
  19107. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA=="
  19108. },
  19109. "@types/aria-query": {
  19110. "version": "4.2.2",
  19111. "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.2.tgz",
  19112. "integrity": "sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig=="
  19113. },
  19114. "@types/babel__core": {
  19115. "version": "7.1.19",
  19116. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz",
  19117. "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==",
  19118. "requires": {
  19119. "@babel/parser": "^7.1.0",
  19120. "@babel/types": "^7.0.0",
  19121. "@types/babel__generator": "*",
  19122. "@types/babel__template": "*",
  19123. "@types/babel__traverse": "*"
  19124. }
  19125. },
  19126. "@types/babel__generator": {
  19127. "version": "7.6.4",
  19128. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
  19129. "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
  19130. "requires": {
  19131. "@babel/types": "^7.0.0"
  19132. }
  19133. },
  19134. "@types/babel__template": {
  19135. "version": "7.4.1",
  19136. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
  19137. "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
  19138. "requires": {
  19139. "@babel/parser": "^7.1.0",
  19140. "@babel/types": "^7.0.0"
  19141. }
  19142. },
  19143. "@types/babel__traverse": {
  19144. "version": "7.17.1",
  19145. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.17.1.tgz",
  19146. "integrity": "sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==",
  19147. "requires": {
  19148. "@babel/types": "^7.3.0"
  19149. }
  19150. },
  19151. "@types/body-parser": {
  19152. "version": "1.19.2",
  19153. "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
  19154. "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==",
  19155. "requires": {
  19156. "@types/connect": "*",
  19157. "@types/node": "*"
  19158. }
  19159. },
  19160. "@types/bonjour": {
  19161. "version": "3.5.10",
  19162. "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz",
  19163. "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==",
  19164. "requires": {
  19165. "@types/node": "*"
  19166. }
  19167. },
  19168. "@types/connect": {
  19169. "version": "3.4.35",
  19170. "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz",
  19171. "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==",
  19172. "requires": {
  19173. "@types/node": "*"
  19174. }
  19175. },
  19176. "@types/connect-history-api-fallback": {
  19177. "version": "1.3.5",
  19178. "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz",
  19179. "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==",
  19180. "requires": {
  19181. "@types/express-serve-static-core": "*",
  19182. "@types/node": "*"
  19183. }
  19184. },
  19185. "@types/eslint": {
  19186. "version": "8.4.5",
  19187. "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.5.tgz",
  19188. "integrity": "sha512-dhsC09y1gpJWnK+Ff4SGvCuSnk9DaU0BJZSzOwa6GVSg65XtTugLBITDAAzRU5duGBoXBHpdR/9jHGxJjNflJQ==",
  19189. "requires": {
  19190. "@types/estree": "*",
  19191. "@types/json-schema": "*"
  19192. }
  19193. },
  19194. "@types/eslint-scope": {
  19195. "version": "3.7.4",
  19196. "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz",
  19197. "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==",
  19198. "requires": {
  19199. "@types/eslint": "*",
  19200. "@types/estree": "*"
  19201. }
  19202. },
  19203. "@types/estree": {
  19204. "version": "1.0.0",
  19205. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz",
  19206. "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ=="
  19207. },
  19208. "@types/express": {
  19209. "version": "4.17.13",
  19210. "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz",
  19211. "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==",
  19212. "requires": {
  19213. "@types/body-parser": "*",
  19214. "@types/express-serve-static-core": "^4.17.18",
  19215. "@types/qs": "*",
  19216. "@types/serve-static": "*"
  19217. }
  19218. },
  19219. "@types/express-serve-static-core": {
  19220. "version": "4.17.29",
  19221. "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.29.tgz",
  19222. "integrity": "sha512-uMd++6dMKS32EOuw1Uli3e3BPgdLIXmezcfHv7N4c1s3gkhikBplORPpMq3fuWkxncZN1reb16d5n8yhQ80x7Q==",
  19223. "requires": {
  19224. "@types/node": "*",
  19225. "@types/qs": "*",
  19226. "@types/range-parser": "*"
  19227. }
  19228. },
  19229. "@types/graceful-fs": {
  19230. "version": "4.1.5",
  19231. "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
  19232. "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==",
  19233. "requires": {
  19234. "@types/node": "*"
  19235. }
  19236. },
  19237. "@types/html-minifier-terser": {
  19238. "version": "6.1.0",
  19239. "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
  19240. "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg=="
  19241. },
  19242. "@types/http-proxy": {
  19243. "version": "1.17.9",
  19244. "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.9.tgz",
  19245. "integrity": "sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==",
  19246. "requires": {
  19247. "@types/node": "*"
  19248. }
  19249. },
  19250. "@types/istanbul-lib-coverage": {
  19251. "version": "2.0.4",
  19252. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
  19253. "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
  19254. },
  19255. "@types/istanbul-lib-report": {
  19256. "version": "3.0.0",
  19257. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  19258. "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
  19259. "requires": {
  19260. "@types/istanbul-lib-coverage": "*"
  19261. }
  19262. },
  19263. "@types/istanbul-reports": {
  19264. "version": "3.0.1",
  19265. "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
  19266. "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
  19267. "requires": {
  19268. "@types/istanbul-lib-report": "*"
  19269. }
  19270. },
  19271. "@types/jest": {
  19272. "version": "28.1.6",
  19273. "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.6.tgz",
  19274. "integrity": "sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==",
  19275. "requires": {
  19276. "jest-matcher-utils": "^28.0.0",
  19277. "pretty-format": "^28.0.0"
  19278. },
  19279. "dependencies": {
  19280. "ansi-styles": {
  19281. "version": "4.3.0",
  19282. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  19283. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  19284. "requires": {
  19285. "color-convert": "^2.0.1"
  19286. }
  19287. },
  19288. "chalk": {
  19289. "version": "4.1.2",
  19290. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  19291. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  19292. "requires": {
  19293. "ansi-styles": "^4.1.0",
  19294. "supports-color": "^7.1.0"
  19295. }
  19296. },
  19297. "color-convert": {
  19298. "version": "2.0.1",
  19299. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  19300. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  19301. "requires": {
  19302. "color-name": "~1.1.4"
  19303. }
  19304. },
  19305. "color-name": {
  19306. "version": "1.1.4",
  19307. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  19308. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  19309. },
  19310. "diff-sequences": {
  19311. "version": "28.1.1",
  19312. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz",
  19313. "integrity": "sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw=="
  19314. },
  19315. "has-flag": {
  19316. "version": "4.0.0",
  19317. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  19318. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  19319. },
  19320. "jest-diff": {
  19321. "version": "28.1.3",
  19322. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz",
  19323. "integrity": "sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==",
  19324. "requires": {
  19325. "chalk": "^4.0.0",
  19326. "diff-sequences": "^28.1.1",
  19327. "jest-get-type": "^28.0.2",
  19328. "pretty-format": "^28.1.3"
  19329. }
  19330. },
  19331. "jest-get-type": {
  19332. "version": "28.0.2",
  19333. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz",
  19334. "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA=="
  19335. },
  19336. "jest-matcher-utils": {
  19337. "version": "28.1.3",
  19338. "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz",
  19339. "integrity": "sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==",
  19340. "requires": {
  19341. "chalk": "^4.0.0",
  19342. "jest-diff": "^28.1.3",
  19343. "jest-get-type": "^28.0.2",
  19344. "pretty-format": "^28.1.3"
  19345. }
  19346. },
  19347. "pretty-format": {
  19348. "version": "28.1.3",
  19349. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz",
  19350. "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==",
  19351. "requires": {
  19352. "@jest/schemas": "^28.1.3",
  19353. "ansi-regex": "^5.0.1",
  19354. "ansi-styles": "^5.0.0",
  19355. "react-is": "^18.0.0"
  19356. },
  19357. "dependencies": {
  19358. "ansi-styles": {
  19359. "version": "5.2.0",
  19360. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  19361. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
  19362. }
  19363. }
  19364. },
  19365. "react-is": {
  19366. "version": "18.2.0",
  19367. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  19368. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
  19369. },
  19370. "supports-color": {
  19371. "version": "7.2.0",
  19372. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  19373. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  19374. "requires": {
  19375. "has-flag": "^4.0.0"
  19376. }
  19377. }
  19378. }
  19379. },
  19380. "@types/json-schema": {
  19381. "version": "7.0.11",
  19382. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz",
  19383. "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ=="
  19384. },
  19385. "@types/json5": {
  19386. "version": "0.0.29",
  19387. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  19388. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
  19389. },
  19390. "@types/mime": {
  19391. "version": "1.3.2",
  19392. "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz",
  19393. "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw=="
  19394. },
  19395. "@types/node": {
  19396. "version": "18.0.5",
  19397. "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.5.tgz",
  19398. "integrity": "sha512-En7tneq+j0qAiVwysBD79y86MT3ModuoIJbe7JXp+sb5UAjInSShmK3nXXMioBzfF7rXC12hv12d4IyCVwN4dA=="
  19399. },
  19400. "@types/parse-json": {
  19401. "version": "4.0.0",
  19402. "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
  19403. "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
  19404. },
  19405. "@types/prettier": {
  19406. "version": "2.6.3",
  19407. "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.6.3.tgz",
  19408. "integrity": "sha512-ymZk3LEC/fsut+/Q5qejp6R9O1rMxz3XaRHDV6kX8MrGAhOSPqVARbDi+EZvInBpw+BnCX3TD240byVkOfQsHg=="
  19409. },
  19410. "@types/prop-types": {
  19411. "version": "15.7.5",
  19412. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
  19413. "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
  19414. },
  19415. "@types/q": {
  19416. "version": "1.5.5",
  19417. "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz",
  19418. "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ=="
  19419. },
  19420. "@types/qs": {
  19421. "version": "6.9.7",
  19422. "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
  19423. "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
  19424. },
  19425. "@types/range-parser": {
  19426. "version": "1.2.4",
  19427. "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz",
  19428. "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw=="
  19429. },
  19430. "@types/react": {
  19431. "version": "18.0.15",
  19432. "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.15.tgz",
  19433. "integrity": "sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow==",
  19434. "requires": {
  19435. "@types/prop-types": "*",
  19436. "@types/scheduler": "*",
  19437. "csstype": "^3.0.2"
  19438. }
  19439. },
  19440. "@types/react-dom": {
  19441. "version": "18.0.6",
  19442. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.6.tgz",
  19443. "integrity": "sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==",
  19444. "requires": {
  19445. "@types/react": "*"
  19446. }
  19447. },
  19448. "@types/resolve": {
  19449. "version": "1.17.1",
  19450. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
  19451. "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
  19452. "requires": {
  19453. "@types/node": "*"
  19454. }
  19455. },
  19456. "@types/retry": {
  19457. "version": "0.12.0",
  19458. "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
  19459. "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA=="
  19460. },
  19461. "@types/scheduler": {
  19462. "version": "0.16.2",
  19463. "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz",
  19464. "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew=="
  19465. },
  19466. "@types/serve-index": {
  19467. "version": "1.9.1",
  19468. "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz",
  19469. "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==",
  19470. "requires": {
  19471. "@types/express": "*"
  19472. }
  19473. },
  19474. "@types/serve-static": {
  19475. "version": "1.13.10",
  19476. "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz",
  19477. "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==",
  19478. "requires": {
  19479. "@types/mime": "^1",
  19480. "@types/node": "*"
  19481. }
  19482. },
  19483. "@types/sockjs": {
  19484. "version": "0.3.33",
  19485. "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz",
  19486. "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==",
  19487. "requires": {
  19488. "@types/node": "*"
  19489. }
  19490. },
  19491. "@types/stack-utils": {
  19492. "version": "2.0.1",
  19493. "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
  19494. "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
  19495. },
  19496. "@types/testing-library__jest-dom": {
  19497. "version": "5.14.5",
  19498. "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.5.tgz",
  19499. "integrity": "sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==",
  19500. "requires": {
  19501. "@types/jest": "*"
  19502. }
  19503. },
  19504. "@types/trusted-types": {
  19505. "version": "2.0.2",
  19506. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz",
  19507. "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg=="
  19508. },
  19509. "@types/ws": {
  19510. "version": "8.5.3",
  19511. "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.3.tgz",
  19512. "integrity": "sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==",
  19513. "requires": {
  19514. "@types/node": "*"
  19515. }
  19516. },
  19517. "@types/yargs": {
  19518. "version": "16.0.4",
  19519. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz",
  19520. "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==",
  19521. "requires": {
  19522. "@types/yargs-parser": "*"
  19523. }
  19524. },
  19525. "@types/yargs-parser": {
  19526. "version": "21.0.0",
  19527. "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",
  19528. "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="
  19529. },
  19530. "@typescript-eslint/eslint-plugin": {
  19531. "version": "5.30.6",
  19532. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.6.tgz",
  19533. "integrity": "sha512-J4zYMIhgrx4MgnZrSDD7sEnQp7FmhKNOaqaOpaoQ/SfdMfRB/0yvK74hTnvH+VQxndZynqs5/Hn4t+2/j9bADg==",
  19534. "requires": {
  19535. "@typescript-eslint/scope-manager": "5.30.6",
  19536. "@typescript-eslint/type-utils": "5.30.6",
  19537. "@typescript-eslint/utils": "5.30.6",
  19538. "debug": "^4.3.4",
  19539. "functional-red-black-tree": "^1.0.1",
  19540. "ignore": "^5.2.0",
  19541. "regexpp": "^3.2.0",
  19542. "semver": "^7.3.7",
  19543. "tsutils": "^3.21.0"
  19544. }
  19545. },
  19546. "@typescript-eslint/experimental-utils": {
  19547. "version": "5.30.6",
  19548. "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.30.6.tgz",
  19549. "integrity": "sha512-bqvT+0L8IjtW7MCrMgm9oVNxs4g7mESro1mm5c1/SNfTnHuFTf9OUX1WzVkTz75M9cp//UrTrSmGvK48NEKshQ==",
  19550. "requires": {
  19551. "@typescript-eslint/utils": "5.30.6"
  19552. }
  19553. },
  19554. "@typescript-eslint/parser": {
  19555. "version": "5.30.6",
  19556. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.30.6.tgz",
  19557. "integrity": "sha512-gfF9lZjT0p2ZSdxO70Xbw8w9sPPJGfAdjK7WikEjB3fcUI/yr9maUVEdqigBjKincUYNKOmf7QBMiTf719kbrA==",
  19558. "requires": {
  19559. "@typescript-eslint/scope-manager": "5.30.6",
  19560. "@typescript-eslint/types": "5.30.6",
  19561. "@typescript-eslint/typescript-estree": "5.30.6",
  19562. "debug": "^4.3.4"
  19563. }
  19564. },
  19565. "@typescript-eslint/scope-manager": {
  19566. "version": "5.30.6",
  19567. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.30.6.tgz",
  19568. "integrity": "sha512-Hkq5PhLgtVoW1obkqYH0i4iELctEKixkhWLPTYs55doGUKCASvkjOXOd/pisVeLdO24ZX9D6yymJ/twqpJiG3g==",
  19569. "requires": {
  19570. "@typescript-eslint/types": "5.30.6",
  19571. "@typescript-eslint/visitor-keys": "5.30.6"
  19572. }
  19573. },
  19574. "@typescript-eslint/type-utils": {
  19575. "version": "5.30.6",
  19576. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.30.6.tgz",
  19577. "integrity": "sha512-GFVVzs2j0QPpM+NTDMXtNmJKlF842lkZKDSanIxf+ArJsGeZUIaeT4jGg+gAgHt7AcQSFwW7htzF/rbAh2jaVA==",
  19578. "requires": {
  19579. "@typescript-eslint/utils": "5.30.6",
  19580. "debug": "^4.3.4",
  19581. "tsutils": "^3.21.0"
  19582. }
  19583. },
  19584. "@typescript-eslint/types": {
  19585. "version": "5.30.6",
  19586. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.30.6.tgz",
  19587. "integrity": "sha512-HdnP8HioL1F7CwVmT4RaaMX57RrfqsOMclZc08wGMiDYJBsLGBM7JwXM4cZJmbWLzIR/pXg1kkrBBVpxTOwfUg=="
  19588. },
  19589. "@typescript-eslint/typescript-estree": {
  19590. "version": "5.30.6",
  19591. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.6.tgz",
  19592. "integrity": "sha512-Z7TgPoeYUm06smfEfYF0RBkpF8csMyVnqQbLYiGgmUSTaSXTP57bt8f0UFXstbGxKIreTwQCujtaH0LY9w9B+A==",
  19593. "requires": {
  19594. "@typescript-eslint/types": "5.30.6",
  19595. "@typescript-eslint/visitor-keys": "5.30.6",
  19596. "debug": "^4.3.4",
  19597. "globby": "^11.1.0",
  19598. "is-glob": "^4.0.3",
  19599. "semver": "^7.3.7",
  19600. "tsutils": "^3.21.0"
  19601. }
  19602. },
  19603. "@typescript-eslint/utils": {
  19604. "version": "5.30.6",
  19605. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.30.6.tgz",
  19606. "integrity": "sha512-xFBLc/esUbLOJLk9jKv0E9gD/OH966M40aY9jJ8GiqpSkP2xOV908cokJqqhVd85WoIvHVHYXxSFE4cCSDzVvA==",
  19607. "requires": {
  19608. "@types/json-schema": "^7.0.9",
  19609. "@typescript-eslint/scope-manager": "5.30.6",
  19610. "@typescript-eslint/types": "5.30.6",
  19611. "@typescript-eslint/typescript-estree": "5.30.6",
  19612. "eslint-scope": "^5.1.1",
  19613. "eslint-utils": "^3.0.0"
  19614. },
  19615. "dependencies": {
  19616. "eslint-scope": {
  19617. "version": "5.1.1",
  19618. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  19619. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  19620. "requires": {
  19621. "esrecurse": "^4.3.0",
  19622. "estraverse": "^4.1.1"
  19623. }
  19624. },
  19625. "estraverse": {
  19626. "version": "4.3.0",
  19627. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  19628. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
  19629. }
  19630. }
  19631. },
  19632. "@typescript-eslint/visitor-keys": {
  19633. "version": "5.30.6",
  19634. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.6.tgz",
  19635. "integrity": "sha512-41OiCjdL2mCaSDi2SvYbzFLlqqlm5v1ZW9Ym55wXKL/Rx6OOB1IbuFGo71Fj6Xy90gJDFTlgOS+vbmtGHPTQQA==",
  19636. "requires": {
  19637. "@typescript-eslint/types": "5.30.6",
  19638. "eslint-visitor-keys": "^3.3.0"
  19639. }
  19640. },
  19641. "@webassemblyjs/ast": {
  19642. "version": "1.11.1",
  19643. "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
  19644. "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==",
  19645. "requires": {
  19646. "@webassemblyjs/helper-numbers": "1.11.1",
  19647. "@webassemblyjs/helper-wasm-bytecode": "1.11.1"
  19648. }
  19649. },
  19650. "@webassemblyjs/floating-point-hex-parser": {
  19651. "version": "1.11.1",
  19652. "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz",
  19653. "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ=="
  19654. },
  19655. "@webassemblyjs/helper-api-error": {
  19656. "version": "1.11.1",
  19657. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz",
  19658. "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg=="
  19659. },
  19660. "@webassemblyjs/helper-buffer": {
  19661. "version": "1.11.1",
  19662. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz",
  19663. "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA=="
  19664. },
  19665. "@webassemblyjs/helper-numbers": {
  19666. "version": "1.11.1",
  19667. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz",
  19668. "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==",
  19669. "requires": {
  19670. "@webassemblyjs/floating-point-hex-parser": "1.11.1",
  19671. "@webassemblyjs/helper-api-error": "1.11.1",
  19672. "@xtuc/long": "4.2.2"
  19673. }
  19674. },
  19675. "@webassemblyjs/helper-wasm-bytecode": {
  19676. "version": "1.11.1",
  19677. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz",
  19678. "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q=="
  19679. },
  19680. "@webassemblyjs/helper-wasm-section": {
  19681. "version": "1.11.1",
  19682. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz",
  19683. "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==",
  19684. "requires": {
  19685. "@webassemblyjs/ast": "1.11.1",
  19686. "@webassemblyjs/helper-buffer": "1.11.1",
  19687. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  19688. "@webassemblyjs/wasm-gen": "1.11.1"
  19689. }
  19690. },
  19691. "@webassemblyjs/ieee754": {
  19692. "version": "1.11.1",
  19693. "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz",
  19694. "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==",
  19695. "requires": {
  19696. "@xtuc/ieee754": "^1.2.0"
  19697. }
  19698. },
  19699. "@webassemblyjs/leb128": {
  19700. "version": "1.11.1",
  19701. "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz",
  19702. "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==",
  19703. "requires": {
  19704. "@xtuc/long": "4.2.2"
  19705. }
  19706. },
  19707. "@webassemblyjs/utf8": {
  19708. "version": "1.11.1",
  19709. "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz",
  19710. "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ=="
  19711. },
  19712. "@webassemblyjs/wasm-edit": {
  19713. "version": "1.11.1",
  19714. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz",
  19715. "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==",
  19716. "requires": {
  19717. "@webassemblyjs/ast": "1.11.1",
  19718. "@webassemblyjs/helper-buffer": "1.11.1",
  19719. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  19720. "@webassemblyjs/helper-wasm-section": "1.11.1",
  19721. "@webassemblyjs/wasm-gen": "1.11.1",
  19722. "@webassemblyjs/wasm-opt": "1.11.1",
  19723. "@webassemblyjs/wasm-parser": "1.11.1",
  19724. "@webassemblyjs/wast-printer": "1.11.1"
  19725. }
  19726. },
  19727. "@webassemblyjs/wasm-gen": {
  19728. "version": "1.11.1",
  19729. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz",
  19730. "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==",
  19731. "requires": {
  19732. "@webassemblyjs/ast": "1.11.1",
  19733. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  19734. "@webassemblyjs/ieee754": "1.11.1",
  19735. "@webassemblyjs/leb128": "1.11.1",
  19736. "@webassemblyjs/utf8": "1.11.1"
  19737. }
  19738. },
  19739. "@webassemblyjs/wasm-opt": {
  19740. "version": "1.11.1",
  19741. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz",
  19742. "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==",
  19743. "requires": {
  19744. "@webassemblyjs/ast": "1.11.1",
  19745. "@webassemblyjs/helper-buffer": "1.11.1",
  19746. "@webassemblyjs/wasm-gen": "1.11.1",
  19747. "@webassemblyjs/wasm-parser": "1.11.1"
  19748. }
  19749. },
  19750. "@webassemblyjs/wasm-parser": {
  19751. "version": "1.11.1",
  19752. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz",
  19753. "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==",
  19754. "requires": {
  19755. "@webassemblyjs/ast": "1.11.1",
  19756. "@webassemblyjs/helper-api-error": "1.11.1",
  19757. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  19758. "@webassemblyjs/ieee754": "1.11.1",
  19759. "@webassemblyjs/leb128": "1.11.1",
  19760. "@webassemblyjs/utf8": "1.11.1"
  19761. }
  19762. },
  19763. "@webassemblyjs/wast-printer": {
  19764. "version": "1.11.1",
  19765. "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz",
  19766. "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==",
  19767. "requires": {
  19768. "@webassemblyjs/ast": "1.11.1",
  19769. "@xtuc/long": "4.2.2"
  19770. }
  19771. },
  19772. "@xtuc/ieee754": {
  19773. "version": "1.2.0",
  19774. "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
  19775. "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
  19776. },
  19777. "@xtuc/long": {
  19778. "version": "4.2.2",
  19779. "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
  19780. "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
  19781. },
  19782. "abab": {
  19783. "version": "2.0.6",
  19784. "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
  19785. "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA=="
  19786. },
  19787. "accepts": {
  19788. "version": "1.3.8",
  19789. "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
  19790. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  19791. "requires": {
  19792. "mime-types": "~2.1.34",
  19793. "negotiator": "0.6.3"
  19794. }
  19795. },
  19796. "acorn": {
  19797. "version": "8.7.1",
  19798. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz",
  19799. "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A=="
  19800. },
  19801. "acorn-globals": {
  19802. "version": "6.0.0",
  19803. "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
  19804. "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
  19805. "requires": {
  19806. "acorn": "^7.1.1",
  19807. "acorn-walk": "^7.1.1"
  19808. },
  19809. "dependencies": {
  19810. "acorn": {
  19811. "version": "7.4.1",
  19812. "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
  19813. "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
  19814. }
  19815. }
  19816. },
  19817. "acorn-import-assertions": {
  19818. "version": "1.8.0",
  19819. "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz",
  19820. "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==",
  19821. "requires": {}
  19822. },
  19823. "acorn-jsx": {
  19824. "version": "5.3.2",
  19825. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  19826. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  19827. "requires": {}
  19828. },
  19829. "acorn-node": {
  19830. "version": "1.8.2",
  19831. "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz",
  19832. "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==",
  19833. "requires": {
  19834. "acorn": "^7.0.0",
  19835. "acorn-walk": "^7.0.0",
  19836. "xtend": "^4.0.2"
  19837. },
  19838. "dependencies": {
  19839. "acorn": {
  19840. "version": "7.4.1",
  19841. "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
  19842. "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
  19843. }
  19844. }
  19845. },
  19846. "acorn-walk": {
  19847. "version": "7.2.0",
  19848. "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
  19849. "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA=="
  19850. },
  19851. "address": {
  19852. "version": "1.2.0",
  19853. "resolved": "https://registry.npmjs.org/address/-/address-1.2.0.tgz",
  19854. "integrity": "sha512-tNEZYz5G/zYunxFm7sfhAxkXEuLj3K6BKwv6ZURlsF6yiUQ65z0Q2wZW9L5cPUl9ocofGvXOdFYbFHp0+6MOig=="
  19855. },
  19856. "adjust-sourcemap-loader": {
  19857. "version": "4.0.0",
  19858. "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz",
  19859. "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==",
  19860. "requires": {
  19861. "loader-utils": "^2.0.0",
  19862. "regex-parser": "^2.2.11"
  19863. }
  19864. },
  19865. "agent-base": {
  19866. "version": "6.0.2",
  19867. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  19868. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  19869. "requires": {
  19870. "debug": "4"
  19871. }
  19872. },
  19873. "ajv": {
  19874. "version": "6.12.6",
  19875. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  19876. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  19877. "requires": {
  19878. "fast-deep-equal": "^3.1.1",
  19879. "fast-json-stable-stringify": "^2.0.0",
  19880. "json-schema-traverse": "^0.4.1",
  19881. "uri-js": "^4.2.2"
  19882. }
  19883. },
  19884. "ajv-formats": {
  19885. "version": "2.1.1",
  19886. "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
  19887. "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
  19888. "requires": {
  19889. "ajv": "^8.0.0"
  19890. },
  19891. "dependencies": {
  19892. "ajv": {
  19893. "version": "8.11.0",
  19894. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  19895. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  19896. "requires": {
  19897. "fast-deep-equal": "^3.1.1",
  19898. "json-schema-traverse": "^1.0.0",
  19899. "require-from-string": "^2.0.2",
  19900. "uri-js": "^4.2.2"
  19901. }
  19902. },
  19903. "json-schema-traverse": {
  19904. "version": "1.0.0",
  19905. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  19906. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  19907. }
  19908. }
  19909. },
  19910. "ajv-keywords": {
  19911. "version": "3.5.2",
  19912. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
  19913. "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
  19914. "requires": {}
  19915. },
  19916. "ansi-escapes": {
  19917. "version": "4.3.2",
  19918. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  19919. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  19920. "requires": {
  19921. "type-fest": "^0.21.3"
  19922. }
  19923. },
  19924. "ansi-html-community": {
  19925. "version": "0.0.8",
  19926. "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
  19927. "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw=="
  19928. },
  19929. "ansi-regex": {
  19930. "version": "5.0.1",
  19931. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  19932. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
  19933. },
  19934. "ansi-styles": {
  19935. "version": "3.2.1",
  19936. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  19937. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  19938. "requires": {
  19939. "color-convert": "^1.9.0"
  19940. }
  19941. },
  19942. "anymatch": {
  19943. "version": "3.1.2",
  19944. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
  19945. "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
  19946. "requires": {
  19947. "normalize-path": "^3.0.0",
  19948. "picomatch": "^2.0.4"
  19949. }
  19950. },
  19951. "arg": {
  19952. "version": "5.0.2",
  19953. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  19954. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
  19955. },
  19956. "argparse": {
  19957. "version": "1.0.10",
  19958. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  19959. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  19960. "requires": {
  19961. "sprintf-js": "~1.0.2"
  19962. }
  19963. },
  19964. "aria-query": {
  19965. "version": "4.2.2",
  19966. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
  19967. "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==",
  19968. "requires": {
  19969. "@babel/runtime": "^7.10.2",
  19970. "@babel/runtime-corejs3": "^7.10.2"
  19971. }
  19972. },
  19973. "array-flatten": {
  19974. "version": "2.1.2",
  19975. "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
  19976. "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ=="
  19977. },
  19978. "array-includes": {
  19979. "version": "3.1.5",
  19980. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz",
  19981. "integrity": "sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==",
  19982. "requires": {
  19983. "call-bind": "^1.0.2",
  19984. "define-properties": "^1.1.4",
  19985. "es-abstract": "^1.19.5",
  19986. "get-intrinsic": "^1.1.1",
  19987. "is-string": "^1.0.7"
  19988. }
  19989. },
  19990. "array-union": {
  19991. "version": "2.1.0",
  19992. "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  19993. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="
  19994. },
  19995. "array.prototype.flat": {
  19996. "version": "1.3.0",
  19997. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz",
  19998. "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==",
  19999. "requires": {
  20000. "call-bind": "^1.0.2",
  20001. "define-properties": "^1.1.3",
  20002. "es-abstract": "^1.19.2",
  20003. "es-shim-unscopables": "^1.0.0"
  20004. }
  20005. },
  20006. "array.prototype.flatmap": {
  20007. "version": "1.3.0",
  20008. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz",
  20009. "integrity": "sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==",
  20010. "requires": {
  20011. "call-bind": "^1.0.2",
  20012. "define-properties": "^1.1.3",
  20013. "es-abstract": "^1.19.2",
  20014. "es-shim-unscopables": "^1.0.0"
  20015. }
  20016. },
  20017. "array.prototype.reduce": {
  20018. "version": "1.0.4",
  20019. "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.4.tgz",
  20020. "integrity": "sha512-WnM+AjG/DvLRLo4DDl+r+SvCzYtD2Jd9oeBYMcEaI7t3fFrHY9M53/wdLcTvmZNQ70IU6Htj0emFkZ5TS+lrdw==",
  20021. "requires": {
  20022. "call-bind": "^1.0.2",
  20023. "define-properties": "^1.1.3",
  20024. "es-abstract": "^1.19.2",
  20025. "es-array-method-boxes-properly": "^1.0.0",
  20026. "is-string": "^1.0.7"
  20027. }
  20028. },
  20029. "asap": {
  20030. "version": "2.0.6",
  20031. "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
  20032. "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
  20033. },
  20034. "ast-types-flow": {
  20035. "version": "0.0.7",
  20036. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
  20037. "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag=="
  20038. },
  20039. "async": {
  20040. "version": "3.2.4",
  20041. "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
  20042. "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
  20043. },
  20044. "asynckit": {
  20045. "version": "0.4.0",
  20046. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  20047. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
  20048. },
  20049. "at-least-node": {
  20050. "version": "1.0.0",
  20051. "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  20052. "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg=="
  20053. },
  20054. "atob": {
  20055. "version": "2.1.2",
  20056. "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
  20057. "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg=="
  20058. },
  20059. "autoprefixer": {
  20060. "version": "10.4.7",
  20061. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.7.tgz",
  20062. "integrity": "sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==",
  20063. "requires": {
  20064. "browserslist": "^4.20.3",
  20065. "caniuse-lite": "^1.0.30001335",
  20066. "fraction.js": "^4.2.0",
  20067. "normalize-range": "^0.1.2",
  20068. "picocolors": "^1.0.0",
  20069. "postcss-value-parser": "^4.2.0"
  20070. }
  20071. },
  20072. "axe-core": {
  20073. "version": "4.4.3",
  20074. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.3.tgz",
  20075. "integrity": "sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w=="
  20076. },
  20077. "axobject-query": {
  20078. "version": "2.2.0",
  20079. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz",
  20080. "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA=="
  20081. },
  20082. "babel-jest": {
  20083. "version": "27.5.1",
  20084. "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz",
  20085. "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==",
  20086. "requires": {
  20087. "@jest/transform": "^27.5.1",
  20088. "@jest/types": "^27.5.1",
  20089. "@types/babel__core": "^7.1.14",
  20090. "babel-plugin-istanbul": "^6.1.1",
  20091. "babel-preset-jest": "^27.5.1",
  20092. "chalk": "^4.0.0",
  20093. "graceful-fs": "^4.2.9",
  20094. "slash": "^3.0.0"
  20095. },
  20096. "dependencies": {
  20097. "ansi-styles": {
  20098. "version": "4.3.0",
  20099. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  20100. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  20101. "requires": {
  20102. "color-convert": "^2.0.1"
  20103. }
  20104. },
  20105. "chalk": {
  20106. "version": "4.1.2",
  20107. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  20108. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  20109. "requires": {
  20110. "ansi-styles": "^4.1.0",
  20111. "supports-color": "^7.1.0"
  20112. }
  20113. },
  20114. "color-convert": {
  20115. "version": "2.0.1",
  20116. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  20117. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  20118. "requires": {
  20119. "color-name": "~1.1.4"
  20120. }
  20121. },
  20122. "color-name": {
  20123. "version": "1.1.4",
  20124. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  20125. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  20126. },
  20127. "has-flag": {
  20128. "version": "4.0.0",
  20129. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  20130. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  20131. },
  20132. "supports-color": {
  20133. "version": "7.2.0",
  20134. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  20135. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  20136. "requires": {
  20137. "has-flag": "^4.0.0"
  20138. }
  20139. }
  20140. }
  20141. },
  20142. "babel-loader": {
  20143. "version": "8.2.5",
  20144. "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz",
  20145. "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==",
  20146. "requires": {
  20147. "find-cache-dir": "^3.3.1",
  20148. "loader-utils": "^2.0.0",
  20149. "make-dir": "^3.1.0",
  20150. "schema-utils": "^2.6.5"
  20151. },
  20152. "dependencies": {
  20153. "schema-utils": {
  20154. "version": "2.7.1",
  20155. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
  20156. "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
  20157. "requires": {
  20158. "@types/json-schema": "^7.0.5",
  20159. "ajv": "^6.12.4",
  20160. "ajv-keywords": "^3.5.2"
  20161. }
  20162. }
  20163. }
  20164. },
  20165. "babel-plugin-dynamic-import-node": {
  20166. "version": "2.3.3",
  20167. "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
  20168. "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
  20169. "requires": {
  20170. "object.assign": "^4.1.0"
  20171. }
  20172. },
  20173. "babel-plugin-istanbul": {
  20174. "version": "6.1.1",
  20175. "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
  20176. "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
  20177. "requires": {
  20178. "@babel/helper-plugin-utils": "^7.0.0",
  20179. "@istanbuljs/load-nyc-config": "^1.0.0",
  20180. "@istanbuljs/schema": "^0.1.2",
  20181. "istanbul-lib-instrument": "^5.0.4",
  20182. "test-exclude": "^6.0.0"
  20183. }
  20184. },
  20185. "babel-plugin-jest-hoist": {
  20186. "version": "27.5.1",
  20187. "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz",
  20188. "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==",
  20189. "requires": {
  20190. "@babel/template": "^7.3.3",
  20191. "@babel/types": "^7.3.3",
  20192. "@types/babel__core": "^7.0.0",
  20193. "@types/babel__traverse": "^7.0.6"
  20194. }
  20195. },
  20196. "babel-plugin-macros": {
  20197. "version": "3.1.0",
  20198. "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  20199. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  20200. "requires": {
  20201. "@babel/runtime": "^7.12.5",
  20202. "cosmiconfig": "^7.0.0",
  20203. "resolve": "^1.19.0"
  20204. }
  20205. },
  20206. "babel-plugin-named-asset-import": {
  20207. "version": "0.3.8",
  20208. "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz",
  20209. "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==",
  20210. "requires": {}
  20211. },
  20212. "babel-plugin-polyfill-corejs2": {
  20213. "version": "0.3.1",
  20214. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz",
  20215. "integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==",
  20216. "requires": {
  20217. "@babel/compat-data": "^7.13.11",
  20218. "@babel/helper-define-polyfill-provider": "^0.3.1",
  20219. "semver": "^6.1.1"
  20220. },
  20221. "dependencies": {
  20222. "semver": {
  20223. "version": "6.3.0",
  20224. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  20225. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  20226. }
  20227. }
  20228. },
  20229. "babel-plugin-polyfill-corejs3": {
  20230. "version": "0.5.2",
  20231. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz",
  20232. "integrity": "sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==",
  20233. "requires": {
  20234. "@babel/helper-define-polyfill-provider": "^0.3.1",
  20235. "core-js-compat": "^3.21.0"
  20236. }
  20237. },
  20238. "babel-plugin-polyfill-regenerator": {
  20239. "version": "0.3.1",
  20240. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz",
  20241. "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==",
  20242. "requires": {
  20243. "@babel/helper-define-polyfill-provider": "^0.3.1"
  20244. }
  20245. },
  20246. "babel-plugin-transform-react-remove-prop-types": {
  20247. "version": "0.4.24",
  20248. "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
  20249. "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
  20250. },
  20251. "babel-preset-current-node-syntax": {
  20252. "version": "1.0.1",
  20253. "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
  20254. "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
  20255. "requires": {
  20256. "@babel/plugin-syntax-async-generators": "^7.8.4",
  20257. "@babel/plugin-syntax-bigint": "^7.8.3",
  20258. "@babel/plugin-syntax-class-properties": "^7.8.3",
  20259. "@babel/plugin-syntax-import-meta": "^7.8.3",
  20260. "@babel/plugin-syntax-json-strings": "^7.8.3",
  20261. "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
  20262. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  20263. "@babel/plugin-syntax-numeric-separator": "^7.8.3",
  20264. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  20265. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  20266. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  20267. "@babel/plugin-syntax-top-level-await": "^7.8.3"
  20268. }
  20269. },
  20270. "babel-preset-jest": {
  20271. "version": "27.5.1",
  20272. "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz",
  20273. "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==",
  20274. "requires": {
  20275. "babel-plugin-jest-hoist": "^27.5.1",
  20276. "babel-preset-current-node-syntax": "^1.0.0"
  20277. }
  20278. },
  20279. "babel-preset-react-app": {
  20280. "version": "10.0.1",
  20281. "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz",
  20282. "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==",
  20283. "requires": {
  20284. "@babel/core": "^7.16.0",
  20285. "@babel/plugin-proposal-class-properties": "^7.16.0",
  20286. "@babel/plugin-proposal-decorators": "^7.16.4",
  20287. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
  20288. "@babel/plugin-proposal-numeric-separator": "^7.16.0",
  20289. "@babel/plugin-proposal-optional-chaining": "^7.16.0",
  20290. "@babel/plugin-proposal-private-methods": "^7.16.0",
  20291. "@babel/plugin-transform-flow-strip-types": "^7.16.0",
  20292. "@babel/plugin-transform-react-display-name": "^7.16.0",
  20293. "@babel/plugin-transform-runtime": "^7.16.4",
  20294. "@babel/preset-env": "^7.16.4",
  20295. "@babel/preset-react": "^7.16.0",
  20296. "@babel/preset-typescript": "^7.16.0",
  20297. "@babel/runtime": "^7.16.3",
  20298. "babel-plugin-macros": "^3.1.0",
  20299. "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
  20300. }
  20301. },
  20302. "balanced-match": {
  20303. "version": "1.0.2",
  20304. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  20305. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  20306. },
  20307. "batch": {
  20308. "version": "0.6.1",
  20309. "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
  20310. "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw=="
  20311. },
  20312. "bfj": {
  20313. "version": "7.0.2",
  20314. "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz",
  20315. "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==",
  20316. "requires": {
  20317. "bluebird": "^3.5.5",
  20318. "check-types": "^11.1.1",
  20319. "hoopy": "^0.1.4",
  20320. "tryer": "^1.0.1"
  20321. }
  20322. },
  20323. "big.js": {
  20324. "version": "5.2.2",
  20325. "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
  20326. "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ=="
  20327. },
  20328. "binary-extensions": {
  20329. "version": "2.2.0",
  20330. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
  20331. "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA=="
  20332. },
  20333. "bluebird": {
  20334. "version": "3.7.2",
  20335. "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
  20336. "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
  20337. },
  20338. "body-parser": {
  20339. "version": "1.20.0",
  20340. "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz",
  20341. "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==",
  20342. "requires": {
  20343. "bytes": "3.1.2",
  20344. "content-type": "~1.0.4",
  20345. "debug": "2.6.9",
  20346. "depd": "2.0.0",
  20347. "destroy": "1.2.0",
  20348. "http-errors": "2.0.0",
  20349. "iconv-lite": "0.4.24",
  20350. "on-finished": "2.4.1",
  20351. "qs": "6.10.3",
  20352. "raw-body": "2.5.1",
  20353. "type-is": "~1.6.18",
  20354. "unpipe": "1.0.0"
  20355. },
  20356. "dependencies": {
  20357. "bytes": {
  20358. "version": "3.1.2",
  20359. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  20360. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="
  20361. },
  20362. "debug": {
  20363. "version": "2.6.9",
  20364. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  20365. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  20366. "requires": {
  20367. "ms": "2.0.0"
  20368. }
  20369. },
  20370. "iconv-lite": {
  20371. "version": "0.4.24",
  20372. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  20373. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  20374. "requires": {
  20375. "safer-buffer": ">= 2.1.2 < 3"
  20376. }
  20377. },
  20378. "ms": {
  20379. "version": "2.0.0",
  20380. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  20381. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  20382. }
  20383. }
  20384. },
  20385. "bonjour-service": {
  20386. "version": "1.0.13",
  20387. "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.0.13.tgz",
  20388. "integrity": "sha512-LWKRU/7EqDUC9CTAQtuZl5HzBALoCYwtLhffW3et7vZMwv3bWLpJf8bRYlMD5OCcDpTfnPgNCV4yo9ZIaJGMiA==",
  20389. "requires": {
  20390. "array-flatten": "^2.1.2",
  20391. "dns-equal": "^1.0.0",
  20392. "fast-deep-equal": "^3.1.3",
  20393. "multicast-dns": "^7.2.5"
  20394. }
  20395. },
  20396. "boolbase": {
  20397. "version": "1.0.0",
  20398. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  20399. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
  20400. },
  20401. "brace-expansion": {
  20402. "version": "1.1.11",
  20403. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  20404. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  20405. "requires": {
  20406. "balanced-match": "^1.0.0",
  20407. "concat-map": "0.0.1"
  20408. }
  20409. },
  20410. "braces": {
  20411. "version": "3.0.2",
  20412. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  20413. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  20414. "requires": {
  20415. "fill-range": "^7.0.1"
  20416. }
  20417. },
  20418. "browser-process-hrtime": {
  20419. "version": "1.0.0",
  20420. "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
  20421. "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
  20422. },
  20423. "browserslist": {
  20424. "version": "4.21.2",
  20425. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.2.tgz",
  20426. "integrity": "sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==",
  20427. "requires": {
  20428. "caniuse-lite": "^1.0.30001366",
  20429. "electron-to-chromium": "^1.4.188",
  20430. "node-releases": "^2.0.6",
  20431. "update-browserslist-db": "^1.0.4"
  20432. }
  20433. },
  20434. "bser": {
  20435. "version": "2.1.1",
  20436. "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
  20437. "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
  20438. "requires": {
  20439. "node-int64": "^0.4.0"
  20440. }
  20441. },
  20442. "buffer-from": {
  20443. "version": "1.1.2",
  20444. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  20445. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  20446. },
  20447. "builtin-modules": {
  20448. "version": "3.3.0",
  20449. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
  20450. "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw=="
  20451. },
  20452. "bytes": {
  20453. "version": "3.0.0",
  20454. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
  20455. "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw=="
  20456. },
  20457. "call-bind": {
  20458. "version": "1.0.2",
  20459. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  20460. "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  20461. "requires": {
  20462. "function-bind": "^1.1.1",
  20463. "get-intrinsic": "^1.0.2"
  20464. }
  20465. },
  20466. "callsites": {
  20467. "version": "3.1.0",
  20468. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  20469. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
  20470. },
  20471. "camel-case": {
  20472. "version": "4.1.2",
  20473. "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
  20474. "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
  20475. "requires": {
  20476. "pascal-case": "^3.1.2",
  20477. "tslib": "^2.0.3"
  20478. }
  20479. },
  20480. "camelcase": {
  20481. "version": "6.3.0",
  20482. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  20483. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA=="
  20484. },
  20485. "camelcase-css": {
  20486. "version": "2.0.1",
  20487. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  20488. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA=="
  20489. },
  20490. "caniuse-api": {
  20491. "version": "3.0.0",
  20492. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  20493. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  20494. "requires": {
  20495. "browserslist": "^4.0.0",
  20496. "caniuse-lite": "^1.0.0",
  20497. "lodash.memoize": "^4.1.2",
  20498. "lodash.uniq": "^4.5.0"
  20499. }
  20500. },
  20501. "caniuse-lite": {
  20502. "version": "1.0.30001367",
  20503. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001367.tgz",
  20504. "integrity": "sha512-XDgbeOHfifWV3GEES2B8rtsrADx4Jf+juKX2SICJcaUhjYBO3bR96kvEIHa15VU6ohtOhBZuPGGYGbXMRn0NCw=="
  20505. },
  20506. "case-sensitive-paths-webpack-plugin": {
  20507. "version": "2.4.0",
  20508. "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
  20509. "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw=="
  20510. },
  20511. "chalk": {
  20512. "version": "2.4.2",
  20513. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  20514. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  20515. "requires": {
  20516. "ansi-styles": "^3.2.1",
  20517. "escape-string-regexp": "^1.0.5",
  20518. "supports-color": "^5.3.0"
  20519. }
  20520. },
  20521. "char-regex": {
  20522. "version": "1.0.2",
  20523. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  20524. "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw=="
  20525. },
  20526. "check-types": {
  20527. "version": "11.1.2",
  20528. "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz",
  20529. "integrity": "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ=="
  20530. },
  20531. "chokidar": {
  20532. "version": "3.5.3",
  20533. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
  20534. "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
  20535. "requires": {
  20536. "anymatch": "~3.1.2",
  20537. "braces": "~3.0.2",
  20538. "fsevents": "~2.3.2",
  20539. "glob-parent": "~5.1.2",
  20540. "is-binary-path": "~2.1.0",
  20541. "is-glob": "~4.0.1",
  20542. "normalize-path": "~3.0.0",
  20543. "readdirp": "~3.6.0"
  20544. },
  20545. "dependencies": {
  20546. "glob-parent": {
  20547. "version": "5.1.2",
  20548. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  20549. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  20550. "requires": {
  20551. "is-glob": "^4.0.1"
  20552. }
  20553. }
  20554. }
  20555. },
  20556. "chrome-trace-event": {
  20557. "version": "1.0.3",
  20558. "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
  20559. "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg=="
  20560. },
  20561. "ci-info": {
  20562. "version": "3.3.2",
  20563. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.2.tgz",
  20564. "integrity": "sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg=="
  20565. },
  20566. "cjs-module-lexer": {
  20567. "version": "1.2.2",
  20568. "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz",
  20569. "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA=="
  20570. },
  20571. "clean-css": {
  20572. "version": "5.3.1",
  20573. "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.1.tgz",
  20574. "integrity": "sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==",
  20575. "requires": {
  20576. "source-map": "~0.6.0"
  20577. },
  20578. "dependencies": {
  20579. "source-map": {
  20580. "version": "0.6.1",
  20581. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  20582. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  20583. }
  20584. }
  20585. },
  20586. "cliui": {
  20587. "version": "7.0.4",
  20588. "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
  20589. "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
  20590. "requires": {
  20591. "string-width": "^4.2.0",
  20592. "strip-ansi": "^6.0.0",
  20593. "wrap-ansi": "^7.0.0"
  20594. }
  20595. },
  20596. "co": {
  20597. "version": "4.6.0",
  20598. "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  20599. "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ=="
  20600. },
  20601. "coa": {
  20602. "version": "2.0.2",
  20603. "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
  20604. "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
  20605. "requires": {
  20606. "@types/q": "^1.5.1",
  20607. "chalk": "^2.4.1",
  20608. "q": "^1.1.2"
  20609. }
  20610. },
  20611. "collect-v8-coverage": {
  20612. "version": "1.0.1",
  20613. "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
  20614. "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="
  20615. },
  20616. "color-convert": {
  20617. "version": "1.9.3",
  20618. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  20619. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  20620. "requires": {
  20621. "color-name": "1.1.3"
  20622. }
  20623. },
  20624. "color-name": {
  20625. "version": "1.1.3",
  20626. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  20627. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  20628. },
  20629. "colord": {
  20630. "version": "2.9.2",
  20631. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.2.tgz",
  20632. "integrity": "sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ=="
  20633. },
  20634. "colorette": {
  20635. "version": "2.0.19",
  20636. "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz",
  20637. "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ=="
  20638. },
  20639. "combined-stream": {
  20640. "version": "1.0.8",
  20641. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  20642. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  20643. "requires": {
  20644. "delayed-stream": "~1.0.0"
  20645. }
  20646. },
  20647. "commander": {
  20648. "version": "8.3.0",
  20649. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  20650. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww=="
  20651. },
  20652. "common-path-prefix": {
  20653. "version": "3.0.0",
  20654. "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
  20655. "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w=="
  20656. },
  20657. "common-tags": {
  20658. "version": "1.8.2",
  20659. "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
  20660. "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA=="
  20661. },
  20662. "commondir": {
  20663. "version": "1.0.1",
  20664. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  20665. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
  20666. },
  20667. "compressible": {
  20668. "version": "2.0.18",
  20669. "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
  20670. "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
  20671. "requires": {
  20672. "mime-db": ">= 1.43.0 < 2"
  20673. }
  20674. },
  20675. "compression": {
  20676. "version": "1.7.4",
  20677. "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
  20678. "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
  20679. "requires": {
  20680. "accepts": "~1.3.5",
  20681. "bytes": "3.0.0",
  20682. "compressible": "~2.0.16",
  20683. "debug": "2.6.9",
  20684. "on-headers": "~1.0.2",
  20685. "safe-buffer": "5.1.2",
  20686. "vary": "~1.1.2"
  20687. },
  20688. "dependencies": {
  20689. "debug": {
  20690. "version": "2.6.9",
  20691. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  20692. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  20693. "requires": {
  20694. "ms": "2.0.0"
  20695. }
  20696. },
  20697. "ms": {
  20698. "version": "2.0.0",
  20699. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  20700. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  20701. }
  20702. }
  20703. },
  20704. "concat-map": {
  20705. "version": "0.0.1",
  20706. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  20707. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  20708. },
  20709. "confusing-browser-globals": {
  20710. "version": "1.0.11",
  20711. "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
  20712. "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA=="
  20713. },
  20714. "connect-history-api-fallback": {
  20715. "version": "2.0.0",
  20716. "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
  20717. "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA=="
  20718. },
  20719. "content-disposition": {
  20720. "version": "0.5.4",
  20721. "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
  20722. "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
  20723. "requires": {
  20724. "safe-buffer": "5.2.1"
  20725. },
  20726. "dependencies": {
  20727. "safe-buffer": {
  20728. "version": "5.2.1",
  20729. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  20730. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
  20731. }
  20732. }
  20733. },
  20734. "content-type": {
  20735. "version": "1.0.4",
  20736. "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
  20737. "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
  20738. },
  20739. "convert-source-map": {
  20740. "version": "1.8.0",
  20741. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
  20742. "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
  20743. "requires": {
  20744. "safe-buffer": "~5.1.1"
  20745. }
  20746. },
  20747. "cookie": {
  20748. "version": "0.5.0",
  20749. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
  20750. "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw=="
  20751. },
  20752. "cookie-signature": {
  20753. "version": "1.0.6",
  20754. "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
  20755. "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ=="
  20756. },
  20757. "core-js": {
  20758. "version": "3.23.4",
  20759. "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.23.4.tgz",
  20760. "integrity": "sha512-vjsKqRc1RyAJC3Ye2kYqgfdThb3zYnx9CrqoCcjMOENMtQPC7ZViBvlDxwYU/2z2NI/IPuiXw5mT4hWhddqjzQ=="
  20761. },
  20762. "core-js-compat": {
  20763. "version": "3.23.4",
  20764. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.23.4.tgz",
  20765. "integrity": "sha512-RkSRPe+JYEoflcsuxJWaiMPhnZoFS51FcIxm53k4KzhISCBTmaGlto9dTIrYuk0hnJc3G6pKufAKepHnBq6B6Q==",
  20766. "requires": {
  20767. "browserslist": "^4.21.1",
  20768. "semver": "7.0.0"
  20769. },
  20770. "dependencies": {
  20771. "semver": {
  20772. "version": "7.0.0",
  20773. "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
  20774. "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A=="
  20775. }
  20776. }
  20777. },
  20778. "core-js-pure": {
  20779. "version": "3.23.4",
  20780. "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.23.4.tgz",
  20781. "integrity": "sha512-lizxkcgj3XDmi7TUBFe+bQ1vNpD5E4t76BrBWI3HdUxdw/Mq1VF4CkiHzIKyieECKtcODK2asJttoofEeUKICQ=="
  20782. },
  20783. "core-util-is": {
  20784. "version": "1.0.3",
  20785. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  20786. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  20787. },
  20788. "cosmiconfig": {
  20789. "version": "7.0.1",
  20790. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz",
  20791. "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==",
  20792. "requires": {
  20793. "@types/parse-json": "^4.0.0",
  20794. "import-fresh": "^3.2.1",
  20795. "parse-json": "^5.0.0",
  20796. "path-type": "^4.0.0",
  20797. "yaml": "^1.10.0"
  20798. }
  20799. },
  20800. "cross-spawn": {
  20801. "version": "7.0.3",
  20802. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  20803. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  20804. "requires": {
  20805. "path-key": "^3.1.0",
  20806. "shebang-command": "^2.0.0",
  20807. "which": "^2.0.1"
  20808. }
  20809. },
  20810. "crypto-random-string": {
  20811. "version": "2.0.0",
  20812. "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
  20813. "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA=="
  20814. },
  20815. "css": {
  20816. "version": "3.0.0",
  20817. "resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz",
  20818. "integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==",
  20819. "requires": {
  20820. "inherits": "^2.0.4",
  20821. "source-map": "^0.6.1",
  20822. "source-map-resolve": "^0.6.0"
  20823. },
  20824. "dependencies": {
  20825. "source-map": {
  20826. "version": "0.6.1",
  20827. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  20828. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  20829. }
  20830. }
  20831. },
  20832. "css-blank-pseudo": {
  20833. "version": "3.0.3",
  20834. "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz",
  20835. "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==",
  20836. "requires": {
  20837. "postcss-selector-parser": "^6.0.9"
  20838. }
  20839. },
  20840. "css-declaration-sorter": {
  20841. "version": "6.3.0",
  20842. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.0.tgz",
  20843. "integrity": "sha512-OGT677UGHJTAVMRhPO+HJ4oKln3wkBTwtDFH0ojbqm+MJm6xuDMHp2nkhh/ThaBqq20IbraBQSWKfSLNHQO9Og==",
  20844. "requires": {}
  20845. },
  20846. "css-has-pseudo": {
  20847. "version": "3.0.4",
  20848. "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz",
  20849. "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==",
  20850. "requires": {
  20851. "postcss-selector-parser": "^6.0.9"
  20852. }
  20853. },
  20854. "css-loader": {
  20855. "version": "6.7.1",
  20856. "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.1.tgz",
  20857. "integrity": "sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==",
  20858. "requires": {
  20859. "icss-utils": "^5.1.0",
  20860. "postcss": "^8.4.7",
  20861. "postcss-modules-extract-imports": "^3.0.0",
  20862. "postcss-modules-local-by-default": "^4.0.0",
  20863. "postcss-modules-scope": "^3.0.0",
  20864. "postcss-modules-values": "^4.0.0",
  20865. "postcss-value-parser": "^4.2.0",
  20866. "semver": "^7.3.5"
  20867. }
  20868. },
  20869. "css-minimizer-webpack-plugin": {
  20870. "version": "3.4.1",
  20871. "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz",
  20872. "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==",
  20873. "requires": {
  20874. "cssnano": "^5.0.6",
  20875. "jest-worker": "^27.0.2",
  20876. "postcss": "^8.3.5",
  20877. "schema-utils": "^4.0.0",
  20878. "serialize-javascript": "^6.0.0",
  20879. "source-map": "^0.6.1"
  20880. },
  20881. "dependencies": {
  20882. "ajv": {
  20883. "version": "8.11.0",
  20884. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  20885. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  20886. "requires": {
  20887. "fast-deep-equal": "^3.1.1",
  20888. "json-schema-traverse": "^1.0.0",
  20889. "require-from-string": "^2.0.2",
  20890. "uri-js": "^4.2.2"
  20891. }
  20892. },
  20893. "ajv-keywords": {
  20894. "version": "5.1.0",
  20895. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  20896. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  20897. "requires": {
  20898. "fast-deep-equal": "^3.1.3"
  20899. }
  20900. },
  20901. "json-schema-traverse": {
  20902. "version": "1.0.0",
  20903. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  20904. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  20905. },
  20906. "schema-utils": {
  20907. "version": "4.0.0",
  20908. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  20909. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  20910. "requires": {
  20911. "@types/json-schema": "^7.0.9",
  20912. "ajv": "^8.8.0",
  20913. "ajv-formats": "^2.1.1",
  20914. "ajv-keywords": "^5.0.0"
  20915. }
  20916. },
  20917. "source-map": {
  20918. "version": "0.6.1",
  20919. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  20920. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  20921. }
  20922. }
  20923. },
  20924. "css-prefers-color-scheme": {
  20925. "version": "6.0.3",
  20926. "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz",
  20927. "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==",
  20928. "requires": {}
  20929. },
  20930. "css-select": {
  20931. "version": "4.3.0",
  20932. "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz",
  20933. "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
  20934. "requires": {
  20935. "boolbase": "^1.0.0",
  20936. "css-what": "^6.0.1",
  20937. "domhandler": "^4.3.1",
  20938. "domutils": "^2.8.0",
  20939. "nth-check": "^2.0.1"
  20940. }
  20941. },
  20942. "css-select-base-adapter": {
  20943. "version": "0.1.1",
  20944. "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
  20945. "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
  20946. },
  20947. "css-tree": {
  20948. "version": "1.0.0-alpha.37",
  20949. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
  20950. "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
  20951. "requires": {
  20952. "mdn-data": "2.0.4",
  20953. "source-map": "^0.6.1"
  20954. },
  20955. "dependencies": {
  20956. "source-map": {
  20957. "version": "0.6.1",
  20958. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  20959. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  20960. }
  20961. }
  20962. },
  20963. "css-what": {
  20964. "version": "6.1.0",
  20965. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
  20966. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw=="
  20967. },
  20968. "css.escape": {
  20969. "version": "1.5.1",
  20970. "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
  20971. "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg=="
  20972. },
  20973. "cssdb": {
  20974. "version": "6.6.3",
  20975. "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-6.6.3.tgz",
  20976. "integrity": "sha512-7GDvDSmE+20+WcSMhP17Q1EVWUrLlbxxpMDqG731n8P99JhnQZHR9YvtjPvEHfjFUjvQJvdpKCjlKOX+xe4UVA=="
  20977. },
  20978. "cssesc": {
  20979. "version": "3.0.0",
  20980. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  20981. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="
  20982. },
  20983. "cssnano": {
  20984. "version": "5.1.12",
  20985. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.12.tgz",
  20986. "integrity": "sha512-TgvArbEZu0lk/dvg2ja+B7kYoD7BBCmn3+k58xD0qjrGHsFzXY/wKTo9M5egcUCabPol05e/PVoIu79s2JN4WQ==",
  20987. "requires": {
  20988. "cssnano-preset-default": "^5.2.12",
  20989. "lilconfig": "^2.0.3",
  20990. "yaml": "^1.10.2"
  20991. }
  20992. },
  20993. "cssnano-preset-default": {
  20994. "version": "5.2.12",
  20995. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.12.tgz",
  20996. "integrity": "sha512-OyCBTZi+PXgylz9HAA5kHyoYhfGcYdwFmyaJzWnzxuGRtnMw/kR6ilW9XzlzlRAtB6PLT/r+prYgkef7hngFew==",
  20997. "requires": {
  20998. "css-declaration-sorter": "^6.3.0",
  20999. "cssnano-utils": "^3.1.0",
  21000. "postcss-calc": "^8.2.3",
  21001. "postcss-colormin": "^5.3.0",
  21002. "postcss-convert-values": "^5.1.2",
  21003. "postcss-discard-comments": "^5.1.2",
  21004. "postcss-discard-duplicates": "^5.1.0",
  21005. "postcss-discard-empty": "^5.1.1",
  21006. "postcss-discard-overridden": "^5.1.0",
  21007. "postcss-merge-longhand": "^5.1.6",
  21008. "postcss-merge-rules": "^5.1.2",
  21009. "postcss-minify-font-values": "^5.1.0",
  21010. "postcss-minify-gradients": "^5.1.1",
  21011. "postcss-minify-params": "^5.1.3",
  21012. "postcss-minify-selectors": "^5.2.1",
  21013. "postcss-normalize-charset": "^5.1.0",
  21014. "postcss-normalize-display-values": "^5.1.0",
  21015. "postcss-normalize-positions": "^5.1.1",
  21016. "postcss-normalize-repeat-style": "^5.1.1",
  21017. "postcss-normalize-string": "^5.1.0",
  21018. "postcss-normalize-timing-functions": "^5.1.0",
  21019. "postcss-normalize-unicode": "^5.1.0",
  21020. "postcss-normalize-url": "^5.1.0",
  21021. "postcss-normalize-whitespace": "^5.1.1",
  21022. "postcss-ordered-values": "^5.1.3",
  21023. "postcss-reduce-initial": "^5.1.0",
  21024. "postcss-reduce-transforms": "^5.1.0",
  21025. "postcss-svgo": "^5.1.0",
  21026. "postcss-unique-selectors": "^5.1.1"
  21027. }
  21028. },
  21029. "cssnano-utils": {
  21030. "version": "3.1.0",
  21031. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
  21032. "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
  21033. "requires": {}
  21034. },
  21035. "csso": {
  21036. "version": "4.2.0",
  21037. "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
  21038. "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
  21039. "requires": {
  21040. "css-tree": "^1.1.2"
  21041. },
  21042. "dependencies": {
  21043. "css-tree": {
  21044. "version": "1.1.3",
  21045. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
  21046. "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
  21047. "requires": {
  21048. "mdn-data": "2.0.14",
  21049. "source-map": "^0.6.1"
  21050. }
  21051. },
  21052. "mdn-data": {
  21053. "version": "2.0.14",
  21054. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
  21055. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
  21056. },
  21057. "source-map": {
  21058. "version": "0.6.1",
  21059. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  21060. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  21061. }
  21062. }
  21063. },
  21064. "cssom": {
  21065. "version": "0.4.4",
  21066. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
  21067. "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
  21068. },
  21069. "cssstyle": {
  21070. "version": "2.3.0",
  21071. "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
  21072. "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
  21073. "requires": {
  21074. "cssom": "~0.3.6"
  21075. },
  21076. "dependencies": {
  21077. "cssom": {
  21078. "version": "0.3.8",
  21079. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
  21080. "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
  21081. }
  21082. }
  21083. },
  21084. "csstype": {
  21085. "version": "3.1.0",
  21086. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.0.tgz",
  21087. "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
  21088. },
  21089. "damerau-levenshtein": {
  21090. "version": "1.0.8",
  21091. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  21092. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="
  21093. },
  21094. "data-urls": {
  21095. "version": "2.0.0",
  21096. "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
  21097. "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
  21098. "requires": {
  21099. "abab": "^2.0.3",
  21100. "whatwg-mimetype": "^2.3.0",
  21101. "whatwg-url": "^8.0.0"
  21102. }
  21103. },
  21104. "debug": {
  21105. "version": "4.3.4",
  21106. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  21107. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  21108. "requires": {
  21109. "ms": "2.1.2"
  21110. }
  21111. },
  21112. "decimal.js": {
  21113. "version": "10.3.1",
  21114. "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
  21115. "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ=="
  21116. },
  21117. "decode-uri-component": {
  21118. "version": "0.2.0",
  21119. "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
  21120. "integrity": "sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og=="
  21121. },
  21122. "dedent": {
  21123. "version": "0.7.0",
  21124. "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
  21125. "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA=="
  21126. },
  21127. "deep-is": {
  21128. "version": "0.1.4",
  21129. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  21130. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
  21131. },
  21132. "deepmerge": {
  21133. "version": "4.2.2",
  21134. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
  21135. "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg=="
  21136. },
  21137. "default-gateway": {
  21138. "version": "6.0.3",
  21139. "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
  21140. "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
  21141. "requires": {
  21142. "execa": "^5.0.0"
  21143. }
  21144. },
  21145. "define-lazy-prop": {
  21146. "version": "2.0.0",
  21147. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  21148. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og=="
  21149. },
  21150. "define-properties": {
  21151. "version": "1.1.4",
  21152. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz",
  21153. "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
  21154. "requires": {
  21155. "has-property-descriptors": "^1.0.0",
  21156. "object-keys": "^1.1.1"
  21157. }
  21158. },
  21159. "defined": {
  21160. "version": "1.0.0",
  21161. "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
  21162. "integrity": "sha512-Y2caI5+ZwS5c3RiNDJ6u53VhQHv+hHKwhkI1iHvceKUHw9Df6EK2zRLfjejRgMuCuxK7PfSWIMwWecceVvThjQ=="
  21163. },
  21164. "delayed-stream": {
  21165. "version": "1.0.0",
  21166. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  21167. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="
  21168. },
  21169. "depd": {
  21170. "version": "2.0.0",
  21171. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  21172. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw=="
  21173. },
  21174. "destroy": {
  21175. "version": "1.2.0",
  21176. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  21177. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg=="
  21178. },
  21179. "detect-newline": {
  21180. "version": "3.1.0",
  21181. "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
  21182. "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA=="
  21183. },
  21184. "detect-node": {
  21185. "version": "2.1.0",
  21186. "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
  21187. "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g=="
  21188. },
  21189. "detect-port-alt": {
  21190. "version": "1.1.6",
  21191. "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
  21192. "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
  21193. "requires": {
  21194. "address": "^1.0.1",
  21195. "debug": "^2.6.0"
  21196. },
  21197. "dependencies": {
  21198. "debug": {
  21199. "version": "2.6.9",
  21200. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  21201. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  21202. "requires": {
  21203. "ms": "2.0.0"
  21204. }
  21205. },
  21206. "ms": {
  21207. "version": "2.0.0",
  21208. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  21209. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  21210. }
  21211. }
  21212. },
  21213. "detective": {
  21214. "version": "5.2.1",
  21215. "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz",
  21216. "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==",
  21217. "requires": {
  21218. "acorn-node": "^1.8.2",
  21219. "defined": "^1.0.0",
  21220. "minimist": "^1.2.6"
  21221. }
  21222. },
  21223. "didyoumean": {
  21224. "version": "1.2.2",
  21225. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  21226. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
  21227. },
  21228. "diff-sequences": {
  21229. "version": "27.5.1",
  21230. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
  21231. "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ=="
  21232. },
  21233. "dir-glob": {
  21234. "version": "3.0.1",
  21235. "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  21236. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  21237. "requires": {
  21238. "path-type": "^4.0.0"
  21239. }
  21240. },
  21241. "dlv": {
  21242. "version": "1.1.3",
  21243. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  21244. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
  21245. },
  21246. "dns-equal": {
  21247. "version": "1.0.0",
  21248. "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
  21249. "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg=="
  21250. },
  21251. "dns-packet": {
  21252. "version": "5.4.0",
  21253. "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.4.0.tgz",
  21254. "integrity": "sha512-EgqGeaBB8hLiHLZtp/IbaDQTL8pZ0+IvwzSHA6d7VyMDM+B9hgddEMa9xjK5oYnw0ci0JQ6g2XCD7/f6cafU6g==",
  21255. "requires": {
  21256. "@leichtgewicht/ip-codec": "^2.0.1"
  21257. }
  21258. },
  21259. "doctrine": {
  21260. "version": "3.0.0",
  21261. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  21262. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  21263. "requires": {
  21264. "esutils": "^2.0.2"
  21265. }
  21266. },
  21267. "dom-accessibility-api": {
  21268. "version": "0.5.14",
  21269. "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz",
  21270. "integrity": "sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg=="
  21271. },
  21272. "dom-converter": {
  21273. "version": "0.2.0",
  21274. "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
  21275. "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
  21276. "requires": {
  21277. "utila": "~0.4"
  21278. }
  21279. },
  21280. "dom-serializer": {
  21281. "version": "1.4.1",
  21282. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz",
  21283. "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
  21284. "requires": {
  21285. "domelementtype": "^2.0.1",
  21286. "domhandler": "^4.2.0",
  21287. "entities": "^2.0.0"
  21288. }
  21289. },
  21290. "domelementtype": {
  21291. "version": "2.3.0",
  21292. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  21293. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw=="
  21294. },
  21295. "domexception": {
  21296. "version": "2.0.1",
  21297. "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
  21298. "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
  21299. "requires": {
  21300. "webidl-conversions": "^5.0.0"
  21301. },
  21302. "dependencies": {
  21303. "webidl-conversions": {
  21304. "version": "5.0.0",
  21305. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
  21306. "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA=="
  21307. }
  21308. }
  21309. },
  21310. "domhandler": {
  21311. "version": "4.3.1",
  21312. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz",
  21313. "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
  21314. "requires": {
  21315. "domelementtype": "^2.2.0"
  21316. }
  21317. },
  21318. "domutils": {
  21319. "version": "2.8.0",
  21320. "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
  21321. "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
  21322. "requires": {
  21323. "dom-serializer": "^1.0.1",
  21324. "domelementtype": "^2.2.0",
  21325. "domhandler": "^4.2.0"
  21326. }
  21327. },
  21328. "dot-case": {
  21329. "version": "3.0.4",
  21330. "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
  21331. "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
  21332. "requires": {
  21333. "no-case": "^3.0.4",
  21334. "tslib": "^2.0.3"
  21335. }
  21336. },
  21337. "dotenv": {
  21338. "version": "10.0.0",
  21339. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
  21340. "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q=="
  21341. },
  21342. "dotenv-expand": {
  21343. "version": "5.1.0",
  21344. "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
  21345. "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA=="
  21346. },
  21347. "duplexer": {
  21348. "version": "0.1.2",
  21349. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  21350. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
  21351. },
  21352. "ee-first": {
  21353. "version": "1.1.1",
  21354. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  21355. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
  21356. },
  21357. "ejs": {
  21358. "version": "3.1.8",
  21359. "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz",
  21360. "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==",
  21361. "requires": {
  21362. "jake": "^10.8.5"
  21363. }
  21364. },
  21365. "electron-to-chromium": {
  21366. "version": "1.4.192",
  21367. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.192.tgz",
  21368. "integrity": "sha512-8nCXyIQY9An88NXAp+PuPy5h3/w5ZY7Iu2lag65Q0XREprcat5F8gKhoHsBUnQcFuCRnmevpR8yEBYRU3d2HDw=="
  21369. },
  21370. "emittery": {
  21371. "version": "0.8.1",
  21372. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
  21373. "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg=="
  21374. },
  21375. "emoji-regex": {
  21376. "version": "9.2.2",
  21377. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  21378. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  21379. },
  21380. "emojis-list": {
  21381. "version": "3.0.0",
  21382. "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
  21383. "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q=="
  21384. },
  21385. "encodeurl": {
  21386. "version": "1.0.2",
  21387. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  21388. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w=="
  21389. },
  21390. "enhanced-resolve": {
  21391. "version": "5.10.0",
  21392. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz",
  21393. "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==",
  21394. "requires": {
  21395. "graceful-fs": "^4.2.4",
  21396. "tapable": "^2.2.0"
  21397. }
  21398. },
  21399. "entities": {
  21400. "version": "2.2.0",
  21401. "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
  21402. "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A=="
  21403. },
  21404. "error-ex": {
  21405. "version": "1.3.2",
  21406. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  21407. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  21408. "requires": {
  21409. "is-arrayish": "^0.2.1"
  21410. }
  21411. },
  21412. "error-stack-parser": {
  21413. "version": "2.1.4",
  21414. "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
  21415. "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
  21416. "requires": {
  21417. "stackframe": "^1.3.4"
  21418. }
  21419. },
  21420. "es-abstract": {
  21421. "version": "1.20.1",
  21422. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz",
  21423. "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==",
  21424. "requires": {
  21425. "call-bind": "^1.0.2",
  21426. "es-to-primitive": "^1.2.1",
  21427. "function-bind": "^1.1.1",
  21428. "function.prototype.name": "^1.1.5",
  21429. "get-intrinsic": "^1.1.1",
  21430. "get-symbol-description": "^1.0.0",
  21431. "has": "^1.0.3",
  21432. "has-property-descriptors": "^1.0.0",
  21433. "has-symbols": "^1.0.3",
  21434. "internal-slot": "^1.0.3",
  21435. "is-callable": "^1.2.4",
  21436. "is-negative-zero": "^2.0.2",
  21437. "is-regex": "^1.1.4",
  21438. "is-shared-array-buffer": "^1.0.2",
  21439. "is-string": "^1.0.7",
  21440. "is-weakref": "^1.0.2",
  21441. "object-inspect": "^1.12.0",
  21442. "object-keys": "^1.1.1",
  21443. "object.assign": "^4.1.2",
  21444. "regexp.prototype.flags": "^1.4.3",
  21445. "string.prototype.trimend": "^1.0.5",
  21446. "string.prototype.trimstart": "^1.0.5",
  21447. "unbox-primitive": "^1.0.2"
  21448. }
  21449. },
  21450. "es-array-method-boxes-properly": {
  21451. "version": "1.0.0",
  21452. "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz",
  21453. "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA=="
  21454. },
  21455. "es-module-lexer": {
  21456. "version": "0.9.3",
  21457. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz",
  21458. "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ=="
  21459. },
  21460. "es-shim-unscopables": {
  21461. "version": "1.0.0",
  21462. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
  21463. "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
  21464. "requires": {
  21465. "has": "^1.0.3"
  21466. }
  21467. },
  21468. "es-to-primitive": {
  21469. "version": "1.2.1",
  21470. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  21471. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  21472. "requires": {
  21473. "is-callable": "^1.1.4",
  21474. "is-date-object": "^1.0.1",
  21475. "is-symbol": "^1.0.2"
  21476. }
  21477. },
  21478. "escalade": {
  21479. "version": "3.1.1",
  21480. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  21481. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw=="
  21482. },
  21483. "escape-html": {
  21484. "version": "1.0.3",
  21485. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  21486. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
  21487. },
  21488. "escape-string-regexp": {
  21489. "version": "1.0.5",
  21490. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  21491. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
  21492. },
  21493. "escodegen": {
  21494. "version": "2.0.0",
  21495. "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
  21496. "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",
  21497. "requires": {
  21498. "esprima": "^4.0.1",
  21499. "estraverse": "^5.2.0",
  21500. "esutils": "^2.0.2",
  21501. "optionator": "^0.8.1",
  21502. "source-map": "~0.6.1"
  21503. },
  21504. "dependencies": {
  21505. "levn": {
  21506. "version": "0.3.0",
  21507. "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
  21508. "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
  21509. "requires": {
  21510. "prelude-ls": "~1.1.2",
  21511. "type-check": "~0.3.2"
  21512. }
  21513. },
  21514. "optionator": {
  21515. "version": "0.8.3",
  21516. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
  21517. "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
  21518. "requires": {
  21519. "deep-is": "~0.1.3",
  21520. "fast-levenshtein": "~2.0.6",
  21521. "levn": "~0.3.0",
  21522. "prelude-ls": "~1.1.2",
  21523. "type-check": "~0.3.2",
  21524. "word-wrap": "~1.2.3"
  21525. }
  21526. },
  21527. "prelude-ls": {
  21528. "version": "1.1.2",
  21529. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
  21530. "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w=="
  21531. },
  21532. "source-map": {
  21533. "version": "0.6.1",
  21534. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  21535. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  21536. "optional": true
  21537. },
  21538. "type-check": {
  21539. "version": "0.3.2",
  21540. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
  21541. "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
  21542. "requires": {
  21543. "prelude-ls": "~1.1.2"
  21544. }
  21545. }
  21546. }
  21547. },
  21548. "eslint": {
  21549. "version": "8.20.0",
  21550. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.20.0.tgz",
  21551. "integrity": "sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA==",
  21552. "requires": {
  21553. "@eslint/eslintrc": "^1.3.0",
  21554. "@humanwhocodes/config-array": "^0.9.2",
  21555. "ajv": "^6.10.0",
  21556. "chalk": "^4.0.0",
  21557. "cross-spawn": "^7.0.2",
  21558. "debug": "^4.3.2",
  21559. "doctrine": "^3.0.0",
  21560. "escape-string-regexp": "^4.0.0",
  21561. "eslint-scope": "^7.1.1",
  21562. "eslint-utils": "^3.0.0",
  21563. "eslint-visitor-keys": "^3.3.0",
  21564. "espree": "^9.3.2",
  21565. "esquery": "^1.4.0",
  21566. "esutils": "^2.0.2",
  21567. "fast-deep-equal": "^3.1.3",
  21568. "file-entry-cache": "^6.0.1",
  21569. "functional-red-black-tree": "^1.0.1",
  21570. "glob-parent": "^6.0.1",
  21571. "globals": "^13.15.0",
  21572. "ignore": "^5.2.0",
  21573. "import-fresh": "^3.0.0",
  21574. "imurmurhash": "^0.1.4",
  21575. "is-glob": "^4.0.0",
  21576. "js-yaml": "^4.1.0",
  21577. "json-stable-stringify-without-jsonify": "^1.0.1",
  21578. "levn": "^0.4.1",
  21579. "lodash.merge": "^4.6.2",
  21580. "minimatch": "^3.1.2",
  21581. "natural-compare": "^1.4.0",
  21582. "optionator": "^0.9.1",
  21583. "regexpp": "^3.2.0",
  21584. "strip-ansi": "^6.0.1",
  21585. "strip-json-comments": "^3.1.0",
  21586. "text-table": "^0.2.0",
  21587. "v8-compile-cache": "^2.0.3"
  21588. },
  21589. "dependencies": {
  21590. "ansi-styles": {
  21591. "version": "4.3.0",
  21592. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  21593. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  21594. "requires": {
  21595. "color-convert": "^2.0.1"
  21596. }
  21597. },
  21598. "argparse": {
  21599. "version": "2.0.1",
  21600. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  21601. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  21602. },
  21603. "chalk": {
  21604. "version": "4.1.2",
  21605. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  21606. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  21607. "requires": {
  21608. "ansi-styles": "^4.1.0",
  21609. "supports-color": "^7.1.0"
  21610. }
  21611. },
  21612. "color-convert": {
  21613. "version": "2.0.1",
  21614. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  21615. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  21616. "requires": {
  21617. "color-name": "~1.1.4"
  21618. }
  21619. },
  21620. "color-name": {
  21621. "version": "1.1.4",
  21622. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  21623. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  21624. },
  21625. "escape-string-regexp": {
  21626. "version": "4.0.0",
  21627. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  21628. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
  21629. },
  21630. "globals": {
  21631. "version": "13.16.0",
  21632. "resolved": "https://registry.npmjs.org/globals/-/globals-13.16.0.tgz",
  21633. "integrity": "sha512-A1lrQfpNF+McdPOnnFqY3kSN0AFTy485bTi1bkLk4mVPODIUEcSfhHgRqA+QdXPksrSTTztYXx37NFV+GpGk3Q==",
  21634. "requires": {
  21635. "type-fest": "^0.20.2"
  21636. }
  21637. },
  21638. "has-flag": {
  21639. "version": "4.0.0",
  21640. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  21641. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  21642. },
  21643. "js-yaml": {
  21644. "version": "4.1.0",
  21645. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  21646. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  21647. "requires": {
  21648. "argparse": "^2.0.1"
  21649. }
  21650. },
  21651. "supports-color": {
  21652. "version": "7.2.0",
  21653. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  21654. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  21655. "requires": {
  21656. "has-flag": "^4.0.0"
  21657. }
  21658. },
  21659. "type-fest": {
  21660. "version": "0.20.2",
  21661. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  21662. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ=="
  21663. }
  21664. }
  21665. },
  21666. "eslint-config-react-app": {
  21667. "version": "7.0.1",
  21668. "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz",
  21669. "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==",
  21670. "requires": {
  21671. "@babel/core": "^7.16.0",
  21672. "@babel/eslint-parser": "^7.16.3",
  21673. "@rushstack/eslint-patch": "^1.1.0",
  21674. "@typescript-eslint/eslint-plugin": "^5.5.0",
  21675. "@typescript-eslint/parser": "^5.5.0",
  21676. "babel-preset-react-app": "^10.0.1",
  21677. "confusing-browser-globals": "^1.0.11",
  21678. "eslint-plugin-flowtype": "^8.0.3",
  21679. "eslint-plugin-import": "^2.25.3",
  21680. "eslint-plugin-jest": "^25.3.0",
  21681. "eslint-plugin-jsx-a11y": "^6.5.1",
  21682. "eslint-plugin-react": "^7.27.1",
  21683. "eslint-plugin-react-hooks": "^4.3.0",
  21684. "eslint-plugin-testing-library": "^5.0.1"
  21685. }
  21686. },
  21687. "eslint-import-resolver-node": {
  21688. "version": "0.3.6",
  21689. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",
  21690. "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==",
  21691. "requires": {
  21692. "debug": "^3.2.7",
  21693. "resolve": "^1.20.0"
  21694. },
  21695. "dependencies": {
  21696. "debug": {
  21697. "version": "3.2.7",
  21698. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  21699. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  21700. "requires": {
  21701. "ms": "^2.1.1"
  21702. }
  21703. }
  21704. }
  21705. },
  21706. "eslint-module-utils": {
  21707. "version": "2.7.3",
  21708. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz",
  21709. "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==",
  21710. "requires": {
  21711. "debug": "^3.2.7",
  21712. "find-up": "^2.1.0"
  21713. },
  21714. "dependencies": {
  21715. "debug": {
  21716. "version": "3.2.7",
  21717. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  21718. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  21719. "requires": {
  21720. "ms": "^2.1.1"
  21721. }
  21722. },
  21723. "find-up": {
  21724. "version": "2.1.0",
  21725. "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
  21726. "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==",
  21727. "requires": {
  21728. "locate-path": "^2.0.0"
  21729. }
  21730. },
  21731. "locate-path": {
  21732. "version": "2.0.0",
  21733. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
  21734. "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==",
  21735. "requires": {
  21736. "p-locate": "^2.0.0",
  21737. "path-exists": "^3.0.0"
  21738. }
  21739. },
  21740. "p-limit": {
  21741. "version": "1.3.0",
  21742. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
  21743. "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
  21744. "requires": {
  21745. "p-try": "^1.0.0"
  21746. }
  21747. },
  21748. "p-locate": {
  21749. "version": "2.0.0",
  21750. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
  21751. "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==",
  21752. "requires": {
  21753. "p-limit": "^1.1.0"
  21754. }
  21755. },
  21756. "p-try": {
  21757. "version": "1.0.0",
  21758. "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
  21759. "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww=="
  21760. },
  21761. "path-exists": {
  21762. "version": "3.0.0",
  21763. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  21764. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ=="
  21765. }
  21766. }
  21767. },
  21768. "eslint-plugin-flowtype": {
  21769. "version": "8.0.3",
  21770. "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
  21771. "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
  21772. "requires": {
  21773. "lodash": "^4.17.21",
  21774. "string-natural-compare": "^3.0.1"
  21775. }
  21776. },
  21777. "eslint-plugin-import": {
  21778. "version": "2.26.0",
  21779. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz",
  21780. "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==",
  21781. "requires": {
  21782. "array-includes": "^3.1.4",
  21783. "array.prototype.flat": "^1.2.5",
  21784. "debug": "^2.6.9",
  21785. "doctrine": "^2.1.0",
  21786. "eslint-import-resolver-node": "^0.3.6",
  21787. "eslint-module-utils": "^2.7.3",
  21788. "has": "^1.0.3",
  21789. "is-core-module": "^2.8.1",
  21790. "is-glob": "^4.0.3",
  21791. "minimatch": "^3.1.2",
  21792. "object.values": "^1.1.5",
  21793. "resolve": "^1.22.0",
  21794. "tsconfig-paths": "^3.14.1"
  21795. },
  21796. "dependencies": {
  21797. "debug": {
  21798. "version": "2.6.9",
  21799. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  21800. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  21801. "requires": {
  21802. "ms": "2.0.0"
  21803. }
  21804. },
  21805. "doctrine": {
  21806. "version": "2.1.0",
  21807. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  21808. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  21809. "requires": {
  21810. "esutils": "^2.0.2"
  21811. }
  21812. },
  21813. "ms": {
  21814. "version": "2.0.0",
  21815. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  21816. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  21817. }
  21818. }
  21819. },
  21820. "eslint-plugin-jest": {
  21821. "version": "25.7.0",
  21822. "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz",
  21823. "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==",
  21824. "requires": {
  21825. "@typescript-eslint/experimental-utils": "^5.0.0"
  21826. }
  21827. },
  21828. "eslint-plugin-jsx-a11y": {
  21829. "version": "6.6.0",
  21830. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.0.tgz",
  21831. "integrity": "sha512-kTeLuIzpNhXL2CwLlc8AHI0aFRwWHcg483yepO9VQiHzM9bZwJdzTkzBszbuPrbgGmq2rlX/FaT2fJQsjUSHsw==",
  21832. "requires": {
  21833. "@babel/runtime": "^7.18.3",
  21834. "aria-query": "^4.2.2",
  21835. "array-includes": "^3.1.5",
  21836. "ast-types-flow": "^0.0.7",
  21837. "axe-core": "^4.4.2",
  21838. "axobject-query": "^2.2.0",
  21839. "damerau-levenshtein": "^1.0.8",
  21840. "emoji-regex": "^9.2.2",
  21841. "has": "^1.0.3",
  21842. "jsx-ast-utils": "^3.3.1",
  21843. "language-tags": "^1.0.5",
  21844. "minimatch": "^3.1.2",
  21845. "semver": "^6.3.0"
  21846. },
  21847. "dependencies": {
  21848. "semver": {
  21849. "version": "6.3.0",
  21850. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  21851. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  21852. }
  21853. }
  21854. },
  21855. "eslint-plugin-react": {
  21856. "version": "7.30.1",
  21857. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.30.1.tgz",
  21858. "integrity": "sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==",
  21859. "requires": {
  21860. "array-includes": "^3.1.5",
  21861. "array.prototype.flatmap": "^1.3.0",
  21862. "doctrine": "^2.1.0",
  21863. "estraverse": "^5.3.0",
  21864. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  21865. "minimatch": "^3.1.2",
  21866. "object.entries": "^1.1.5",
  21867. "object.fromentries": "^2.0.5",
  21868. "object.hasown": "^1.1.1",
  21869. "object.values": "^1.1.5",
  21870. "prop-types": "^15.8.1",
  21871. "resolve": "^2.0.0-next.3",
  21872. "semver": "^6.3.0",
  21873. "string.prototype.matchall": "^4.0.7"
  21874. },
  21875. "dependencies": {
  21876. "doctrine": {
  21877. "version": "2.1.0",
  21878. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  21879. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  21880. "requires": {
  21881. "esutils": "^2.0.2"
  21882. }
  21883. },
  21884. "resolve": {
  21885. "version": "2.0.0-next.4",
  21886. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz",
  21887. "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==",
  21888. "requires": {
  21889. "is-core-module": "^2.9.0",
  21890. "path-parse": "^1.0.7",
  21891. "supports-preserve-symlinks-flag": "^1.0.0"
  21892. }
  21893. },
  21894. "semver": {
  21895. "version": "6.3.0",
  21896. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  21897. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  21898. }
  21899. }
  21900. },
  21901. "eslint-plugin-react-hooks": {
  21902. "version": "4.6.0",
  21903. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
  21904. "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
  21905. "requires": {}
  21906. },
  21907. "eslint-plugin-testing-library": {
  21908. "version": "5.5.1",
  21909. "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.5.1.tgz",
  21910. "integrity": "sha512-plLEkkbAKBjPxsLj7x4jNapcHAg2ernkQlKKrN2I8NrQwPISZHyCUNvg5Hv3EDqOQReToQb5bnqXYbkijJPE/g==",
  21911. "requires": {
  21912. "@typescript-eslint/utils": "^5.13.0"
  21913. }
  21914. },
  21915. "eslint-scope": {
  21916. "version": "7.1.1",
  21917. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
  21918. "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
  21919. "requires": {
  21920. "esrecurse": "^4.3.0",
  21921. "estraverse": "^5.2.0"
  21922. }
  21923. },
  21924. "eslint-utils": {
  21925. "version": "3.0.0",
  21926. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
  21927. "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  21928. "requires": {
  21929. "eslint-visitor-keys": "^2.0.0"
  21930. },
  21931. "dependencies": {
  21932. "eslint-visitor-keys": {
  21933. "version": "2.1.0",
  21934. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  21935. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="
  21936. }
  21937. }
  21938. },
  21939. "eslint-visitor-keys": {
  21940. "version": "3.3.0",
  21941. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
  21942. "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA=="
  21943. },
  21944. "eslint-webpack-plugin": {
  21945. "version": "3.2.0",
  21946. "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz",
  21947. "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==",
  21948. "requires": {
  21949. "@types/eslint": "^7.29.0 || ^8.4.1",
  21950. "jest-worker": "^28.0.2",
  21951. "micromatch": "^4.0.5",
  21952. "normalize-path": "^3.0.0",
  21953. "schema-utils": "^4.0.0"
  21954. },
  21955. "dependencies": {
  21956. "ajv": {
  21957. "version": "8.11.0",
  21958. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  21959. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  21960. "requires": {
  21961. "fast-deep-equal": "^3.1.1",
  21962. "json-schema-traverse": "^1.0.0",
  21963. "require-from-string": "^2.0.2",
  21964. "uri-js": "^4.2.2"
  21965. }
  21966. },
  21967. "ajv-keywords": {
  21968. "version": "5.1.0",
  21969. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  21970. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  21971. "requires": {
  21972. "fast-deep-equal": "^3.1.3"
  21973. }
  21974. },
  21975. "has-flag": {
  21976. "version": "4.0.0",
  21977. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  21978. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  21979. },
  21980. "jest-worker": {
  21981. "version": "28.1.3",
  21982. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz",
  21983. "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==",
  21984. "requires": {
  21985. "@types/node": "*",
  21986. "merge-stream": "^2.0.0",
  21987. "supports-color": "^8.0.0"
  21988. }
  21989. },
  21990. "json-schema-traverse": {
  21991. "version": "1.0.0",
  21992. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  21993. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  21994. },
  21995. "schema-utils": {
  21996. "version": "4.0.0",
  21997. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  21998. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  21999. "requires": {
  22000. "@types/json-schema": "^7.0.9",
  22001. "ajv": "^8.8.0",
  22002. "ajv-formats": "^2.1.1",
  22003. "ajv-keywords": "^5.0.0"
  22004. }
  22005. },
  22006. "supports-color": {
  22007. "version": "8.1.1",
  22008. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  22009. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  22010. "requires": {
  22011. "has-flag": "^4.0.0"
  22012. }
  22013. }
  22014. }
  22015. },
  22016. "espree": {
  22017. "version": "9.3.2",
  22018. "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.2.tgz",
  22019. "integrity": "sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==",
  22020. "requires": {
  22021. "acorn": "^8.7.1",
  22022. "acorn-jsx": "^5.3.2",
  22023. "eslint-visitor-keys": "^3.3.0"
  22024. }
  22025. },
  22026. "esprima": {
  22027. "version": "4.0.1",
  22028. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  22029. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
  22030. },
  22031. "esquery": {
  22032. "version": "1.4.0",
  22033. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz",
  22034. "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==",
  22035. "requires": {
  22036. "estraverse": "^5.1.0"
  22037. }
  22038. },
  22039. "esrecurse": {
  22040. "version": "4.3.0",
  22041. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  22042. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  22043. "requires": {
  22044. "estraverse": "^5.2.0"
  22045. }
  22046. },
  22047. "estraverse": {
  22048. "version": "5.3.0",
  22049. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  22050. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
  22051. },
  22052. "estree-walker": {
  22053. "version": "1.0.1",
  22054. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
  22055. "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
  22056. },
  22057. "esutils": {
  22058. "version": "2.0.3",
  22059. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  22060. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
  22061. },
  22062. "etag": {
  22063. "version": "1.8.1",
  22064. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  22065. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg=="
  22066. },
  22067. "eventemitter3": {
  22068. "version": "4.0.7",
  22069. "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
  22070. "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
  22071. },
  22072. "events": {
  22073. "version": "3.3.0",
  22074. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  22075. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q=="
  22076. },
  22077. "execa": {
  22078. "version": "5.1.1",
  22079. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  22080. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  22081. "requires": {
  22082. "cross-spawn": "^7.0.3",
  22083. "get-stream": "^6.0.0",
  22084. "human-signals": "^2.1.0",
  22085. "is-stream": "^2.0.0",
  22086. "merge-stream": "^2.0.0",
  22087. "npm-run-path": "^4.0.1",
  22088. "onetime": "^5.1.2",
  22089. "signal-exit": "^3.0.3",
  22090. "strip-final-newline": "^2.0.0"
  22091. }
  22092. },
  22093. "exit": {
  22094. "version": "0.1.2",
  22095. "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
  22096. "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ=="
  22097. },
  22098. "expect": {
  22099. "version": "27.5.1",
  22100. "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
  22101. "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==",
  22102. "requires": {
  22103. "@jest/types": "^27.5.1",
  22104. "jest-get-type": "^27.5.1",
  22105. "jest-matcher-utils": "^27.5.1",
  22106. "jest-message-util": "^27.5.1"
  22107. }
  22108. },
  22109. "express": {
  22110. "version": "4.18.1",
  22111. "resolved": "https://registry.npmjs.org/express/-/express-4.18.1.tgz",
  22112. "integrity": "sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==",
  22113. "requires": {
  22114. "accepts": "~1.3.8",
  22115. "array-flatten": "1.1.1",
  22116. "body-parser": "1.20.0",
  22117. "content-disposition": "0.5.4",
  22118. "content-type": "~1.0.4",
  22119. "cookie": "0.5.0",
  22120. "cookie-signature": "1.0.6",
  22121. "debug": "2.6.9",
  22122. "depd": "2.0.0",
  22123. "encodeurl": "~1.0.2",
  22124. "escape-html": "~1.0.3",
  22125. "etag": "~1.8.1",
  22126. "finalhandler": "1.2.0",
  22127. "fresh": "0.5.2",
  22128. "http-errors": "2.0.0",
  22129. "merge-descriptors": "1.0.1",
  22130. "methods": "~1.1.2",
  22131. "on-finished": "2.4.1",
  22132. "parseurl": "~1.3.3",
  22133. "path-to-regexp": "0.1.7",
  22134. "proxy-addr": "~2.0.7",
  22135. "qs": "6.10.3",
  22136. "range-parser": "~1.2.1",
  22137. "safe-buffer": "5.2.1",
  22138. "send": "0.18.0",
  22139. "serve-static": "1.15.0",
  22140. "setprototypeof": "1.2.0",
  22141. "statuses": "2.0.1",
  22142. "type-is": "~1.6.18",
  22143. "utils-merge": "1.0.1",
  22144. "vary": "~1.1.2"
  22145. },
  22146. "dependencies": {
  22147. "array-flatten": {
  22148. "version": "1.1.1",
  22149. "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
  22150. "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg=="
  22151. },
  22152. "debug": {
  22153. "version": "2.6.9",
  22154. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  22155. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  22156. "requires": {
  22157. "ms": "2.0.0"
  22158. }
  22159. },
  22160. "ms": {
  22161. "version": "2.0.0",
  22162. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  22163. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  22164. },
  22165. "safe-buffer": {
  22166. "version": "5.2.1",
  22167. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  22168. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
  22169. }
  22170. }
  22171. },
  22172. "fast-deep-equal": {
  22173. "version": "3.1.3",
  22174. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  22175. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  22176. },
  22177. "fast-glob": {
  22178. "version": "3.2.11",
  22179. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz",
  22180. "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==",
  22181. "requires": {
  22182. "@nodelib/fs.stat": "^2.0.2",
  22183. "@nodelib/fs.walk": "^1.2.3",
  22184. "glob-parent": "^5.1.2",
  22185. "merge2": "^1.3.0",
  22186. "micromatch": "^4.0.4"
  22187. },
  22188. "dependencies": {
  22189. "glob-parent": {
  22190. "version": "5.1.2",
  22191. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  22192. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  22193. "requires": {
  22194. "is-glob": "^4.0.1"
  22195. }
  22196. }
  22197. }
  22198. },
  22199. "fast-json-stable-stringify": {
  22200. "version": "2.1.0",
  22201. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  22202. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
  22203. },
  22204. "fast-levenshtein": {
  22205. "version": "2.0.6",
  22206. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  22207. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="
  22208. },
  22209. "fastq": {
  22210. "version": "1.13.0",
  22211. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
  22212. "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==",
  22213. "requires": {
  22214. "reusify": "^1.0.4"
  22215. }
  22216. },
  22217. "faye-websocket": {
  22218. "version": "0.11.4",
  22219. "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
  22220. "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
  22221. "requires": {
  22222. "websocket-driver": ">=0.5.1"
  22223. }
  22224. },
  22225. "fb-watchman": {
  22226. "version": "2.0.1",
  22227. "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
  22228. "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==",
  22229. "requires": {
  22230. "bser": "2.1.1"
  22231. }
  22232. },
  22233. "file-entry-cache": {
  22234. "version": "6.0.1",
  22235. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  22236. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  22237. "requires": {
  22238. "flat-cache": "^3.0.4"
  22239. }
  22240. },
  22241. "file-loader": {
  22242. "version": "6.2.0",
  22243. "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
  22244. "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
  22245. "requires": {
  22246. "loader-utils": "^2.0.0",
  22247. "schema-utils": "^3.0.0"
  22248. }
  22249. },
  22250. "filelist": {
  22251. "version": "1.0.4",
  22252. "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
  22253. "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
  22254. "requires": {
  22255. "minimatch": "^5.0.1"
  22256. },
  22257. "dependencies": {
  22258. "brace-expansion": {
  22259. "version": "2.0.1",
  22260. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  22261. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  22262. "requires": {
  22263. "balanced-match": "^1.0.0"
  22264. }
  22265. },
  22266. "minimatch": {
  22267. "version": "5.1.0",
  22268. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
  22269. "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
  22270. "requires": {
  22271. "brace-expansion": "^2.0.1"
  22272. }
  22273. }
  22274. }
  22275. },
  22276. "filesize": {
  22277. "version": "8.0.7",
  22278. "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz",
  22279. "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ=="
  22280. },
  22281. "fill-range": {
  22282. "version": "7.0.1",
  22283. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  22284. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  22285. "requires": {
  22286. "to-regex-range": "^5.0.1"
  22287. }
  22288. },
  22289. "finalhandler": {
  22290. "version": "1.2.0",
  22291. "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
  22292. "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
  22293. "requires": {
  22294. "debug": "2.6.9",
  22295. "encodeurl": "~1.0.2",
  22296. "escape-html": "~1.0.3",
  22297. "on-finished": "2.4.1",
  22298. "parseurl": "~1.3.3",
  22299. "statuses": "2.0.1",
  22300. "unpipe": "~1.0.0"
  22301. },
  22302. "dependencies": {
  22303. "debug": {
  22304. "version": "2.6.9",
  22305. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  22306. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  22307. "requires": {
  22308. "ms": "2.0.0"
  22309. }
  22310. },
  22311. "ms": {
  22312. "version": "2.0.0",
  22313. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  22314. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  22315. }
  22316. }
  22317. },
  22318. "find-cache-dir": {
  22319. "version": "3.3.2",
  22320. "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
  22321. "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
  22322. "requires": {
  22323. "commondir": "^1.0.1",
  22324. "make-dir": "^3.0.2",
  22325. "pkg-dir": "^4.1.0"
  22326. }
  22327. },
  22328. "find-up": {
  22329. "version": "5.0.0",
  22330. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  22331. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  22332. "requires": {
  22333. "locate-path": "^6.0.0",
  22334. "path-exists": "^4.0.0"
  22335. }
  22336. },
  22337. "flat-cache": {
  22338. "version": "3.0.4",
  22339. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
  22340. "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
  22341. "requires": {
  22342. "flatted": "^3.1.0",
  22343. "rimraf": "^3.0.2"
  22344. }
  22345. },
  22346. "flatted": {
  22347. "version": "3.2.6",
  22348. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.6.tgz",
  22349. "integrity": "sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ=="
  22350. },
  22351. "follow-redirects": {
  22352. "version": "1.15.1",
  22353. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz",
  22354. "integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA=="
  22355. },
  22356. "fork-ts-checker-webpack-plugin": {
  22357. "version": "6.5.2",
  22358. "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.2.tgz",
  22359. "integrity": "sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==",
  22360. "requires": {
  22361. "@babel/code-frame": "^7.8.3",
  22362. "@types/json-schema": "^7.0.5",
  22363. "chalk": "^4.1.0",
  22364. "chokidar": "^3.4.2",
  22365. "cosmiconfig": "^6.0.0",
  22366. "deepmerge": "^4.2.2",
  22367. "fs-extra": "^9.0.0",
  22368. "glob": "^7.1.6",
  22369. "memfs": "^3.1.2",
  22370. "minimatch": "^3.0.4",
  22371. "schema-utils": "2.7.0",
  22372. "semver": "^7.3.2",
  22373. "tapable": "^1.0.0"
  22374. },
  22375. "dependencies": {
  22376. "ansi-styles": {
  22377. "version": "4.3.0",
  22378. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  22379. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  22380. "requires": {
  22381. "color-convert": "^2.0.1"
  22382. }
  22383. },
  22384. "chalk": {
  22385. "version": "4.1.2",
  22386. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  22387. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  22388. "requires": {
  22389. "ansi-styles": "^4.1.0",
  22390. "supports-color": "^7.1.0"
  22391. }
  22392. },
  22393. "color-convert": {
  22394. "version": "2.0.1",
  22395. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  22396. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  22397. "requires": {
  22398. "color-name": "~1.1.4"
  22399. }
  22400. },
  22401. "color-name": {
  22402. "version": "1.1.4",
  22403. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  22404. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  22405. },
  22406. "cosmiconfig": {
  22407. "version": "6.0.0",
  22408. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
  22409. "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
  22410. "requires": {
  22411. "@types/parse-json": "^4.0.0",
  22412. "import-fresh": "^3.1.0",
  22413. "parse-json": "^5.0.0",
  22414. "path-type": "^4.0.0",
  22415. "yaml": "^1.7.2"
  22416. }
  22417. },
  22418. "fs-extra": {
  22419. "version": "9.1.0",
  22420. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  22421. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  22422. "requires": {
  22423. "at-least-node": "^1.0.0",
  22424. "graceful-fs": "^4.2.0",
  22425. "jsonfile": "^6.0.1",
  22426. "universalify": "^2.0.0"
  22427. }
  22428. },
  22429. "has-flag": {
  22430. "version": "4.0.0",
  22431. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  22432. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  22433. },
  22434. "schema-utils": {
  22435. "version": "2.7.0",
  22436. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz",
  22437. "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==",
  22438. "requires": {
  22439. "@types/json-schema": "^7.0.4",
  22440. "ajv": "^6.12.2",
  22441. "ajv-keywords": "^3.4.1"
  22442. }
  22443. },
  22444. "supports-color": {
  22445. "version": "7.2.0",
  22446. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  22447. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  22448. "requires": {
  22449. "has-flag": "^4.0.0"
  22450. }
  22451. },
  22452. "tapable": {
  22453. "version": "1.1.3",
  22454. "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
  22455. "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA=="
  22456. }
  22457. }
  22458. },
  22459. "form-data": {
  22460. "version": "3.0.1",
  22461. "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
  22462. "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
  22463. "requires": {
  22464. "asynckit": "^0.4.0",
  22465. "combined-stream": "^1.0.8",
  22466. "mime-types": "^2.1.12"
  22467. }
  22468. },
  22469. "forwarded": {
  22470. "version": "0.2.0",
  22471. "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
  22472. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow=="
  22473. },
  22474. "fraction.js": {
  22475. "version": "4.2.0",
  22476. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
  22477. "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA=="
  22478. },
  22479. "fresh": {
  22480. "version": "0.5.2",
  22481. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  22482. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q=="
  22483. },
  22484. "fs-extra": {
  22485. "version": "10.1.0",
  22486. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
  22487. "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
  22488. "requires": {
  22489. "graceful-fs": "^4.2.0",
  22490. "jsonfile": "^6.0.1",
  22491. "universalify": "^2.0.0"
  22492. }
  22493. },
  22494. "fs-monkey": {
  22495. "version": "1.0.3",
  22496. "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz",
  22497. "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q=="
  22498. },
  22499. "fs.realpath": {
  22500. "version": "1.0.0",
  22501. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  22502. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  22503. },
  22504. "fsevents": {
  22505. "version": "2.3.2",
  22506. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
  22507. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  22508. "optional": true
  22509. },
  22510. "function-bind": {
  22511. "version": "1.1.1",
  22512. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  22513. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
  22514. },
  22515. "function.prototype.name": {
  22516. "version": "1.1.5",
  22517. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
  22518. "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
  22519. "requires": {
  22520. "call-bind": "^1.0.2",
  22521. "define-properties": "^1.1.3",
  22522. "es-abstract": "^1.19.0",
  22523. "functions-have-names": "^1.2.2"
  22524. }
  22525. },
  22526. "functional-red-black-tree": {
  22527. "version": "1.0.1",
  22528. "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
  22529. "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g=="
  22530. },
  22531. "functions-have-names": {
  22532. "version": "1.2.3",
  22533. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  22534. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ=="
  22535. },
  22536. "gensync": {
  22537. "version": "1.0.0-beta.2",
  22538. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  22539. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg=="
  22540. },
  22541. "get-caller-file": {
  22542. "version": "2.0.5",
  22543. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  22544. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
  22545. },
  22546. "get-intrinsic": {
  22547. "version": "1.1.2",
  22548. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz",
  22549. "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==",
  22550. "requires": {
  22551. "function-bind": "^1.1.1",
  22552. "has": "^1.0.3",
  22553. "has-symbols": "^1.0.3"
  22554. }
  22555. },
  22556. "get-own-enumerable-property-symbols": {
  22557. "version": "3.0.2",
  22558. "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
  22559. "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
  22560. },
  22561. "get-package-type": {
  22562. "version": "0.1.0",
  22563. "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
  22564. "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q=="
  22565. },
  22566. "get-stream": {
  22567. "version": "6.0.1",
  22568. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  22569. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg=="
  22570. },
  22571. "get-symbol-description": {
  22572. "version": "1.0.0",
  22573. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
  22574. "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
  22575. "requires": {
  22576. "call-bind": "^1.0.2",
  22577. "get-intrinsic": "^1.1.1"
  22578. }
  22579. },
  22580. "glob": {
  22581. "version": "7.2.3",
  22582. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  22583. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  22584. "requires": {
  22585. "fs.realpath": "^1.0.0",
  22586. "inflight": "^1.0.4",
  22587. "inherits": "2",
  22588. "minimatch": "^3.1.1",
  22589. "once": "^1.3.0",
  22590. "path-is-absolute": "^1.0.0"
  22591. }
  22592. },
  22593. "glob-parent": {
  22594. "version": "6.0.2",
  22595. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  22596. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  22597. "requires": {
  22598. "is-glob": "^4.0.3"
  22599. }
  22600. },
  22601. "glob-to-regexp": {
  22602. "version": "0.4.1",
  22603. "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
  22604. "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
  22605. },
  22606. "global-modules": {
  22607. "version": "2.0.0",
  22608. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  22609. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  22610. "requires": {
  22611. "global-prefix": "^3.0.0"
  22612. }
  22613. },
  22614. "global-prefix": {
  22615. "version": "3.0.0",
  22616. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  22617. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  22618. "requires": {
  22619. "ini": "^1.3.5",
  22620. "kind-of": "^6.0.2",
  22621. "which": "^1.3.1"
  22622. },
  22623. "dependencies": {
  22624. "which": {
  22625. "version": "1.3.1",
  22626. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  22627. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  22628. "requires": {
  22629. "isexe": "^2.0.0"
  22630. }
  22631. }
  22632. }
  22633. },
  22634. "globals": {
  22635. "version": "11.12.0",
  22636. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  22637. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="
  22638. },
  22639. "globby": {
  22640. "version": "11.1.0",
  22641. "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
  22642. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  22643. "requires": {
  22644. "array-union": "^2.1.0",
  22645. "dir-glob": "^3.0.1",
  22646. "fast-glob": "^3.2.9",
  22647. "ignore": "^5.2.0",
  22648. "merge2": "^1.4.1",
  22649. "slash": "^3.0.0"
  22650. }
  22651. },
  22652. "graceful-fs": {
  22653. "version": "4.2.10",
  22654. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
  22655. "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
  22656. },
  22657. "gzip-size": {
  22658. "version": "6.0.0",
  22659. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
  22660. "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
  22661. "requires": {
  22662. "duplexer": "^0.1.2"
  22663. }
  22664. },
  22665. "handle-thing": {
  22666. "version": "2.0.1",
  22667. "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
  22668. "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg=="
  22669. },
  22670. "harmony-reflect": {
  22671. "version": "1.6.2",
  22672. "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz",
  22673. "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g=="
  22674. },
  22675. "has": {
  22676. "version": "1.0.3",
  22677. "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  22678. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  22679. "requires": {
  22680. "function-bind": "^1.1.1"
  22681. }
  22682. },
  22683. "has-bigints": {
  22684. "version": "1.0.2",
  22685. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
  22686. "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ=="
  22687. },
  22688. "has-flag": {
  22689. "version": "3.0.0",
  22690. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  22691. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="
  22692. },
  22693. "has-property-descriptors": {
  22694. "version": "1.0.0",
  22695. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
  22696. "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
  22697. "requires": {
  22698. "get-intrinsic": "^1.1.1"
  22699. }
  22700. },
  22701. "has-symbols": {
  22702. "version": "1.0.3",
  22703. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
  22704. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A=="
  22705. },
  22706. "has-tostringtag": {
  22707. "version": "1.0.0",
  22708. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
  22709. "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
  22710. "requires": {
  22711. "has-symbols": "^1.0.2"
  22712. }
  22713. },
  22714. "he": {
  22715. "version": "1.2.0",
  22716. "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
  22717. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
  22718. },
  22719. "hoopy": {
  22720. "version": "0.1.4",
  22721. "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
  22722. "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ=="
  22723. },
  22724. "hpack.js": {
  22725. "version": "2.1.6",
  22726. "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
  22727. "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
  22728. "requires": {
  22729. "inherits": "^2.0.1",
  22730. "obuf": "^1.0.0",
  22731. "readable-stream": "^2.0.1",
  22732. "wbuf": "^1.1.0"
  22733. },
  22734. "dependencies": {
  22735. "readable-stream": {
  22736. "version": "2.3.7",
  22737. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  22738. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  22739. "requires": {
  22740. "core-util-is": "~1.0.0",
  22741. "inherits": "~2.0.3",
  22742. "isarray": "~1.0.0",
  22743. "process-nextick-args": "~2.0.0",
  22744. "safe-buffer": "~5.1.1",
  22745. "string_decoder": "~1.1.1",
  22746. "util-deprecate": "~1.0.1"
  22747. }
  22748. },
  22749. "string_decoder": {
  22750. "version": "1.1.1",
  22751. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  22752. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  22753. "requires": {
  22754. "safe-buffer": "~5.1.0"
  22755. }
  22756. }
  22757. }
  22758. },
  22759. "html-encoding-sniffer": {
  22760. "version": "2.0.1",
  22761. "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
  22762. "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
  22763. "requires": {
  22764. "whatwg-encoding": "^1.0.5"
  22765. }
  22766. },
  22767. "html-entities": {
  22768. "version": "2.3.3",
  22769. "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz",
  22770. "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA=="
  22771. },
  22772. "html-escaper": {
  22773. "version": "2.0.2",
  22774. "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
  22775. "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
  22776. },
  22777. "html-minifier-terser": {
  22778. "version": "6.1.0",
  22779. "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
  22780. "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
  22781. "requires": {
  22782. "camel-case": "^4.1.2",
  22783. "clean-css": "^5.2.2",
  22784. "commander": "^8.3.0",
  22785. "he": "^1.2.0",
  22786. "param-case": "^3.0.4",
  22787. "relateurl": "^0.2.7",
  22788. "terser": "^5.10.0"
  22789. }
  22790. },
  22791. "html-webpack-plugin": {
  22792. "version": "5.5.0",
  22793. "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz",
  22794. "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==",
  22795. "requires": {
  22796. "@types/html-minifier-terser": "^6.0.0",
  22797. "html-minifier-terser": "^6.0.2",
  22798. "lodash": "^4.17.21",
  22799. "pretty-error": "^4.0.0",
  22800. "tapable": "^2.0.0"
  22801. }
  22802. },
  22803. "htmlparser2": {
  22804. "version": "6.1.0",
  22805. "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
  22806. "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
  22807. "requires": {
  22808. "domelementtype": "^2.0.1",
  22809. "domhandler": "^4.0.0",
  22810. "domutils": "^2.5.2",
  22811. "entities": "^2.0.0"
  22812. }
  22813. },
  22814. "http-deceiver": {
  22815. "version": "1.2.7",
  22816. "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
  22817. "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw=="
  22818. },
  22819. "http-errors": {
  22820. "version": "2.0.0",
  22821. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  22822. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  22823. "requires": {
  22824. "depd": "2.0.0",
  22825. "inherits": "2.0.4",
  22826. "setprototypeof": "1.2.0",
  22827. "statuses": "2.0.1",
  22828. "toidentifier": "1.0.1"
  22829. }
  22830. },
  22831. "http-parser-js": {
  22832. "version": "0.5.8",
  22833. "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
  22834. "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q=="
  22835. },
  22836. "http-proxy": {
  22837. "version": "1.18.1",
  22838. "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
  22839. "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
  22840. "requires": {
  22841. "eventemitter3": "^4.0.0",
  22842. "follow-redirects": "^1.0.0",
  22843. "requires-port": "^1.0.0"
  22844. }
  22845. },
  22846. "http-proxy-agent": {
  22847. "version": "4.0.1",
  22848. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
  22849. "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
  22850. "requires": {
  22851. "@tootallnate/once": "1",
  22852. "agent-base": "6",
  22853. "debug": "4"
  22854. }
  22855. },
  22856. "http-proxy-middleware": {
  22857. "version": "2.0.6",
  22858. "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz",
  22859. "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==",
  22860. "requires": {
  22861. "@types/http-proxy": "^1.17.8",
  22862. "http-proxy": "^1.18.1",
  22863. "is-glob": "^4.0.1",
  22864. "is-plain-obj": "^3.0.0",
  22865. "micromatch": "^4.0.2"
  22866. }
  22867. },
  22868. "https-proxy-agent": {
  22869. "version": "5.0.1",
  22870. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  22871. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  22872. "requires": {
  22873. "agent-base": "6",
  22874. "debug": "4"
  22875. }
  22876. },
  22877. "human-signals": {
  22878. "version": "2.1.0",
  22879. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  22880. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
  22881. },
  22882. "iconv-lite": {
  22883. "version": "0.6.3",
  22884. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  22885. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  22886. "requires": {
  22887. "safer-buffer": ">= 2.1.2 < 3.0.0"
  22888. }
  22889. },
  22890. "icss-utils": {
  22891. "version": "5.1.0",
  22892. "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
  22893. "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
  22894. "requires": {}
  22895. },
  22896. "idb": {
  22897. "version": "6.1.5",
  22898. "resolved": "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz",
  22899. "integrity": "sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw=="
  22900. },
  22901. "identity-obj-proxy": {
  22902. "version": "3.0.0",
  22903. "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz",
  22904. "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==",
  22905. "requires": {
  22906. "harmony-reflect": "^1.4.6"
  22907. }
  22908. },
  22909. "ignore": {
  22910. "version": "5.2.0",
  22911. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
  22912. "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ=="
  22913. },
  22914. "immer": {
  22915. "version": "9.0.15",
  22916. "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.15.tgz",
  22917. "integrity": "sha512-2eB/sswms9AEUSkOm4SbV5Y7Vmt/bKRwByd52jfLkW4OLYeaTP3EEiJ9agqU0O/tq6Dk62Zfj+TJSqfm1rLVGQ=="
  22918. },
  22919. "import-fresh": {
  22920. "version": "3.3.0",
  22921. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  22922. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  22923. "requires": {
  22924. "parent-module": "^1.0.0",
  22925. "resolve-from": "^4.0.0"
  22926. },
  22927. "dependencies": {
  22928. "resolve-from": {
  22929. "version": "4.0.0",
  22930. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  22931. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="
  22932. }
  22933. }
  22934. },
  22935. "import-local": {
  22936. "version": "3.1.0",
  22937. "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
  22938. "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
  22939. "requires": {
  22940. "pkg-dir": "^4.2.0",
  22941. "resolve-cwd": "^3.0.0"
  22942. }
  22943. },
  22944. "imurmurhash": {
  22945. "version": "0.1.4",
  22946. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  22947. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA=="
  22948. },
  22949. "indent-string": {
  22950. "version": "4.0.0",
  22951. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  22952. "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg=="
  22953. },
  22954. "inflight": {
  22955. "version": "1.0.6",
  22956. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  22957. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  22958. "requires": {
  22959. "once": "^1.3.0",
  22960. "wrappy": "1"
  22961. }
  22962. },
  22963. "inherits": {
  22964. "version": "2.0.4",
  22965. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  22966. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  22967. },
  22968. "ini": {
  22969. "version": "1.3.8",
  22970. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  22971. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
  22972. },
  22973. "internal-slot": {
  22974. "version": "1.0.3",
  22975. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
  22976. "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
  22977. "requires": {
  22978. "get-intrinsic": "^1.1.0",
  22979. "has": "^1.0.3",
  22980. "side-channel": "^1.0.4"
  22981. }
  22982. },
  22983. "ipaddr.js": {
  22984. "version": "2.0.1",
  22985. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz",
  22986. "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng=="
  22987. },
  22988. "is-arrayish": {
  22989. "version": "0.2.1",
  22990. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  22991. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
  22992. },
  22993. "is-bigint": {
  22994. "version": "1.0.4",
  22995. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  22996. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  22997. "requires": {
  22998. "has-bigints": "^1.0.1"
  22999. }
  23000. },
  23001. "is-binary-path": {
  23002. "version": "2.1.0",
  23003. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  23004. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  23005. "requires": {
  23006. "binary-extensions": "^2.0.0"
  23007. }
  23008. },
  23009. "is-boolean-object": {
  23010. "version": "1.1.2",
  23011. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  23012. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  23013. "requires": {
  23014. "call-bind": "^1.0.2",
  23015. "has-tostringtag": "^1.0.0"
  23016. }
  23017. },
  23018. "is-callable": {
  23019. "version": "1.2.4",
  23020. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz",
  23021. "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w=="
  23022. },
  23023. "is-core-module": {
  23024. "version": "2.9.0",
  23025. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz",
  23026. "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
  23027. "requires": {
  23028. "has": "^1.0.3"
  23029. }
  23030. },
  23031. "is-date-object": {
  23032. "version": "1.0.5",
  23033. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
  23034. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  23035. "requires": {
  23036. "has-tostringtag": "^1.0.0"
  23037. }
  23038. },
  23039. "is-docker": {
  23040. "version": "2.2.1",
  23041. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  23042. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ=="
  23043. },
  23044. "is-extglob": {
  23045. "version": "2.1.1",
  23046. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  23047. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ=="
  23048. },
  23049. "is-fullwidth-code-point": {
  23050. "version": "3.0.0",
  23051. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  23052. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
  23053. },
  23054. "is-generator-fn": {
  23055. "version": "2.1.0",
  23056. "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
  23057. "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ=="
  23058. },
  23059. "is-glob": {
  23060. "version": "4.0.3",
  23061. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  23062. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  23063. "requires": {
  23064. "is-extglob": "^2.1.1"
  23065. }
  23066. },
  23067. "is-module": {
  23068. "version": "1.0.0",
  23069. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  23070. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
  23071. },
  23072. "is-negative-zero": {
  23073. "version": "2.0.2",
  23074. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  23075. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA=="
  23076. },
  23077. "is-number": {
  23078. "version": "7.0.0",
  23079. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  23080. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
  23081. },
  23082. "is-number-object": {
  23083. "version": "1.0.7",
  23084. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  23085. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  23086. "requires": {
  23087. "has-tostringtag": "^1.0.0"
  23088. }
  23089. },
  23090. "is-obj": {
  23091. "version": "1.0.1",
  23092. "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
  23093. "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg=="
  23094. },
  23095. "is-plain-obj": {
  23096. "version": "3.0.0",
  23097. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
  23098. "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA=="
  23099. },
  23100. "is-potential-custom-element-name": {
  23101. "version": "1.0.1",
  23102. "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  23103. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
  23104. },
  23105. "is-regex": {
  23106. "version": "1.1.4",
  23107. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
  23108. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  23109. "requires": {
  23110. "call-bind": "^1.0.2",
  23111. "has-tostringtag": "^1.0.0"
  23112. }
  23113. },
  23114. "is-regexp": {
  23115. "version": "1.0.0",
  23116. "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
  23117. "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA=="
  23118. },
  23119. "is-root": {
  23120. "version": "2.1.0",
  23121. "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz",
  23122. "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg=="
  23123. },
  23124. "is-shared-array-buffer": {
  23125. "version": "1.0.2",
  23126. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
  23127. "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
  23128. "requires": {
  23129. "call-bind": "^1.0.2"
  23130. }
  23131. },
  23132. "is-stream": {
  23133. "version": "2.0.1",
  23134. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  23135. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg=="
  23136. },
  23137. "is-string": {
  23138. "version": "1.0.7",
  23139. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
  23140. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  23141. "requires": {
  23142. "has-tostringtag": "^1.0.0"
  23143. }
  23144. },
  23145. "is-symbol": {
  23146. "version": "1.0.4",
  23147. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  23148. "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  23149. "requires": {
  23150. "has-symbols": "^1.0.2"
  23151. }
  23152. },
  23153. "is-typedarray": {
  23154. "version": "1.0.0",
  23155. "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
  23156. "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
  23157. },
  23158. "is-weakref": {
  23159. "version": "1.0.2",
  23160. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
  23161. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  23162. "requires": {
  23163. "call-bind": "^1.0.2"
  23164. }
  23165. },
  23166. "is-wsl": {
  23167. "version": "2.2.0",
  23168. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  23169. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  23170. "requires": {
  23171. "is-docker": "^2.0.0"
  23172. }
  23173. },
  23174. "isarray": {
  23175. "version": "1.0.0",
  23176. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  23177. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  23178. },
  23179. "isexe": {
  23180. "version": "2.0.0",
  23181. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  23182. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  23183. },
  23184. "istanbul-lib-coverage": {
  23185. "version": "3.2.0",
  23186. "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
  23187. "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw=="
  23188. },
  23189. "istanbul-lib-instrument": {
  23190. "version": "5.2.0",
  23191. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.0.tgz",
  23192. "integrity": "sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==",
  23193. "requires": {
  23194. "@babel/core": "^7.12.3",
  23195. "@babel/parser": "^7.14.7",
  23196. "@istanbuljs/schema": "^0.1.2",
  23197. "istanbul-lib-coverage": "^3.2.0",
  23198. "semver": "^6.3.0"
  23199. },
  23200. "dependencies": {
  23201. "semver": {
  23202. "version": "6.3.0",
  23203. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  23204. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  23205. }
  23206. }
  23207. },
  23208. "istanbul-lib-report": {
  23209. "version": "3.0.0",
  23210. "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  23211. "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
  23212. "requires": {
  23213. "istanbul-lib-coverage": "^3.0.0",
  23214. "make-dir": "^3.0.0",
  23215. "supports-color": "^7.1.0"
  23216. },
  23217. "dependencies": {
  23218. "has-flag": {
  23219. "version": "4.0.0",
  23220. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  23221. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  23222. },
  23223. "supports-color": {
  23224. "version": "7.2.0",
  23225. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  23226. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  23227. "requires": {
  23228. "has-flag": "^4.0.0"
  23229. }
  23230. }
  23231. }
  23232. },
  23233. "istanbul-lib-source-maps": {
  23234. "version": "4.0.1",
  23235. "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
  23236. "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
  23237. "requires": {
  23238. "debug": "^4.1.1",
  23239. "istanbul-lib-coverage": "^3.0.0",
  23240. "source-map": "^0.6.1"
  23241. },
  23242. "dependencies": {
  23243. "source-map": {
  23244. "version": "0.6.1",
  23245. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  23246. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  23247. }
  23248. }
  23249. },
  23250. "istanbul-reports": {
  23251. "version": "3.1.5",
  23252. "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz",
  23253. "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==",
  23254. "requires": {
  23255. "html-escaper": "^2.0.0",
  23256. "istanbul-lib-report": "^3.0.0"
  23257. }
  23258. },
  23259. "jake": {
  23260. "version": "10.8.5",
  23261. "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz",
  23262. "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==",
  23263. "requires": {
  23264. "async": "^3.2.3",
  23265. "chalk": "^4.0.2",
  23266. "filelist": "^1.0.1",
  23267. "minimatch": "^3.0.4"
  23268. },
  23269. "dependencies": {
  23270. "ansi-styles": {
  23271. "version": "4.3.0",
  23272. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  23273. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  23274. "requires": {
  23275. "color-convert": "^2.0.1"
  23276. }
  23277. },
  23278. "chalk": {
  23279. "version": "4.1.2",
  23280. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  23281. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  23282. "requires": {
  23283. "ansi-styles": "^4.1.0",
  23284. "supports-color": "^7.1.0"
  23285. }
  23286. },
  23287. "color-convert": {
  23288. "version": "2.0.1",
  23289. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  23290. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  23291. "requires": {
  23292. "color-name": "~1.1.4"
  23293. }
  23294. },
  23295. "color-name": {
  23296. "version": "1.1.4",
  23297. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  23298. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  23299. },
  23300. "has-flag": {
  23301. "version": "4.0.0",
  23302. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  23303. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  23304. },
  23305. "supports-color": {
  23306. "version": "7.2.0",
  23307. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  23308. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  23309. "requires": {
  23310. "has-flag": "^4.0.0"
  23311. }
  23312. }
  23313. }
  23314. },
  23315. "jest": {
  23316. "version": "27.5.1",
  23317. "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
  23318. "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
  23319. "requires": {
  23320. "@jest/core": "^27.5.1",
  23321. "import-local": "^3.0.2",
  23322. "jest-cli": "^27.5.1"
  23323. }
  23324. },
  23325. "jest-changed-files": {
  23326. "version": "27.5.1",
  23327. "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz",
  23328. "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
  23329. "requires": {
  23330. "@jest/types": "^27.5.1",
  23331. "execa": "^5.0.0",
  23332. "throat": "^6.0.1"
  23333. }
  23334. },
  23335. "jest-circus": {
  23336. "version": "27.5.1",
  23337. "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
  23338. "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
  23339. "requires": {
  23340. "@jest/environment": "^27.5.1",
  23341. "@jest/test-result": "^27.5.1",
  23342. "@jest/types": "^27.5.1",
  23343. "@types/node": "*",
  23344. "chalk": "^4.0.0",
  23345. "co": "^4.6.0",
  23346. "dedent": "^0.7.0",
  23347. "expect": "^27.5.1",
  23348. "is-generator-fn": "^2.0.0",
  23349. "jest-each": "^27.5.1",
  23350. "jest-matcher-utils": "^27.5.1",
  23351. "jest-message-util": "^27.5.1",
  23352. "jest-runtime": "^27.5.1",
  23353. "jest-snapshot": "^27.5.1",
  23354. "jest-util": "^27.5.1",
  23355. "pretty-format": "^27.5.1",
  23356. "slash": "^3.0.0",
  23357. "stack-utils": "^2.0.3",
  23358. "throat": "^6.0.1"
  23359. },
  23360. "dependencies": {
  23361. "ansi-styles": {
  23362. "version": "4.3.0",
  23363. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  23364. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  23365. "requires": {
  23366. "color-convert": "^2.0.1"
  23367. }
  23368. },
  23369. "chalk": {
  23370. "version": "4.1.2",
  23371. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  23372. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  23373. "requires": {
  23374. "ansi-styles": "^4.1.0",
  23375. "supports-color": "^7.1.0"
  23376. }
  23377. },
  23378. "color-convert": {
  23379. "version": "2.0.1",
  23380. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  23381. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  23382. "requires": {
  23383. "color-name": "~1.1.4"
  23384. }
  23385. },
  23386. "color-name": {
  23387. "version": "1.1.4",
  23388. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  23389. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  23390. },
  23391. "has-flag": {
  23392. "version": "4.0.0",
  23393. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  23394. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  23395. },
  23396. "supports-color": {
  23397. "version": "7.2.0",
  23398. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  23399. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  23400. "requires": {
  23401. "has-flag": "^4.0.0"
  23402. }
  23403. }
  23404. }
  23405. },
  23406. "jest-cli": {
  23407. "version": "27.5.1",
  23408. "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz",
  23409. "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==",
  23410. "requires": {
  23411. "@jest/core": "^27.5.1",
  23412. "@jest/test-result": "^27.5.1",
  23413. "@jest/types": "^27.5.1",
  23414. "chalk": "^4.0.0",
  23415. "exit": "^0.1.2",
  23416. "graceful-fs": "^4.2.9",
  23417. "import-local": "^3.0.2",
  23418. "jest-config": "^27.5.1",
  23419. "jest-util": "^27.5.1",
  23420. "jest-validate": "^27.5.1",
  23421. "prompts": "^2.0.1",
  23422. "yargs": "^16.2.0"
  23423. },
  23424. "dependencies": {
  23425. "ansi-styles": {
  23426. "version": "4.3.0",
  23427. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  23428. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  23429. "requires": {
  23430. "color-convert": "^2.0.1"
  23431. }
  23432. },
  23433. "chalk": {
  23434. "version": "4.1.2",
  23435. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  23436. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  23437. "requires": {
  23438. "ansi-styles": "^4.1.0",
  23439. "supports-color": "^7.1.0"
  23440. }
  23441. },
  23442. "color-convert": {
  23443. "version": "2.0.1",
  23444. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  23445. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  23446. "requires": {
  23447. "color-name": "~1.1.4"
  23448. }
  23449. },
  23450. "color-name": {
  23451. "version": "1.1.4",
  23452. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  23453. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  23454. },
  23455. "has-flag": {
  23456. "version": "4.0.0",
  23457. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  23458. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  23459. },
  23460. "supports-color": {
  23461. "version": "7.2.0",
  23462. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  23463. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  23464. "requires": {
  23465. "has-flag": "^4.0.0"
  23466. }
  23467. }
  23468. }
  23469. },
  23470. "jest-config": {
  23471. "version": "27.5.1",
  23472. "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
  23473. "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
  23474. "requires": {
  23475. "@babel/core": "^7.8.0",
  23476. "@jest/test-sequencer": "^27.5.1",
  23477. "@jest/types": "^27.5.1",
  23478. "babel-jest": "^27.5.1",
  23479. "chalk": "^4.0.0",
  23480. "ci-info": "^3.2.0",
  23481. "deepmerge": "^4.2.2",
  23482. "glob": "^7.1.1",
  23483. "graceful-fs": "^4.2.9",
  23484. "jest-circus": "^27.5.1",
  23485. "jest-environment-jsdom": "^27.5.1",
  23486. "jest-environment-node": "^27.5.1",
  23487. "jest-get-type": "^27.5.1",
  23488. "jest-jasmine2": "^27.5.1",
  23489. "jest-regex-util": "^27.5.1",
  23490. "jest-resolve": "^27.5.1",
  23491. "jest-runner": "^27.5.1",
  23492. "jest-util": "^27.5.1",
  23493. "jest-validate": "^27.5.1",
  23494. "micromatch": "^4.0.4",
  23495. "parse-json": "^5.2.0",
  23496. "pretty-format": "^27.5.1",
  23497. "slash": "^3.0.0",
  23498. "strip-json-comments": "^3.1.1"
  23499. },
  23500. "dependencies": {
  23501. "ansi-styles": {
  23502. "version": "4.3.0",
  23503. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  23504. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  23505. "requires": {
  23506. "color-convert": "^2.0.1"
  23507. }
  23508. },
  23509. "chalk": {
  23510. "version": "4.1.2",
  23511. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  23512. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  23513. "requires": {
  23514. "ansi-styles": "^4.1.0",
  23515. "supports-color": "^7.1.0"
  23516. }
  23517. },
  23518. "color-convert": {
  23519. "version": "2.0.1",
  23520. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  23521. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  23522. "requires": {
  23523. "color-name": "~1.1.4"
  23524. }
  23525. },
  23526. "color-name": {
  23527. "version": "1.1.4",
  23528. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  23529. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  23530. },
  23531. "has-flag": {
  23532. "version": "4.0.0",
  23533. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  23534. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  23535. },
  23536. "supports-color": {
  23537. "version": "7.2.0",
  23538. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  23539. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  23540. "requires": {
  23541. "has-flag": "^4.0.0"
  23542. }
  23543. }
  23544. }
  23545. },
  23546. "jest-diff": {
  23547. "version": "27.5.1",
  23548. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
  23549. "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
  23550. "requires": {
  23551. "chalk": "^4.0.0",
  23552. "diff-sequences": "^27.5.1",
  23553. "jest-get-type": "^27.5.1",
  23554. "pretty-format": "^27.5.1"
  23555. },
  23556. "dependencies": {
  23557. "ansi-styles": {
  23558. "version": "4.3.0",
  23559. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  23560. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  23561. "requires": {
  23562. "color-convert": "^2.0.1"
  23563. }
  23564. },
  23565. "chalk": {
  23566. "version": "4.1.2",
  23567. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  23568. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  23569. "requires": {
  23570. "ansi-styles": "^4.1.0",
  23571. "supports-color": "^7.1.0"
  23572. }
  23573. },
  23574. "color-convert": {
  23575. "version": "2.0.1",
  23576. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  23577. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  23578. "requires": {
  23579. "color-name": "~1.1.4"
  23580. }
  23581. },
  23582. "color-name": {
  23583. "version": "1.1.4",
  23584. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  23585. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  23586. },
  23587. "has-flag": {
  23588. "version": "4.0.0",
  23589. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  23590. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  23591. },
  23592. "supports-color": {
  23593. "version": "7.2.0",
  23594. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  23595. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  23596. "requires": {
  23597. "has-flag": "^4.0.0"
  23598. }
  23599. }
  23600. }
  23601. },
  23602. "jest-docblock": {
  23603. "version": "27.5.1",
  23604. "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
  23605. "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
  23606. "requires": {
  23607. "detect-newline": "^3.0.0"
  23608. }
  23609. },
  23610. "jest-each": {
  23611. "version": "27.5.1",
  23612. "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
  23613. "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
  23614. "requires": {
  23615. "@jest/types": "^27.5.1",
  23616. "chalk": "^4.0.0",
  23617. "jest-get-type": "^27.5.1",
  23618. "jest-util": "^27.5.1",
  23619. "pretty-format": "^27.5.1"
  23620. },
  23621. "dependencies": {
  23622. "ansi-styles": {
  23623. "version": "4.3.0",
  23624. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  23625. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  23626. "requires": {
  23627. "color-convert": "^2.0.1"
  23628. }
  23629. },
  23630. "chalk": {
  23631. "version": "4.1.2",
  23632. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  23633. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  23634. "requires": {
  23635. "ansi-styles": "^4.1.0",
  23636. "supports-color": "^7.1.0"
  23637. }
  23638. },
  23639. "color-convert": {
  23640. "version": "2.0.1",
  23641. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  23642. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  23643. "requires": {
  23644. "color-name": "~1.1.4"
  23645. }
  23646. },
  23647. "color-name": {
  23648. "version": "1.1.4",
  23649. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  23650. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  23651. },
  23652. "has-flag": {
  23653. "version": "4.0.0",
  23654. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  23655. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  23656. },
  23657. "supports-color": {
  23658. "version": "7.2.0",
  23659. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  23660. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  23661. "requires": {
  23662. "has-flag": "^4.0.0"
  23663. }
  23664. }
  23665. }
  23666. },
  23667. "jest-environment-jsdom": {
  23668. "version": "27.5.1",
  23669. "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz",
  23670. "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==",
  23671. "requires": {
  23672. "@jest/environment": "^27.5.1",
  23673. "@jest/fake-timers": "^27.5.1",
  23674. "@jest/types": "^27.5.1",
  23675. "@types/node": "*",
  23676. "jest-mock": "^27.5.1",
  23677. "jest-util": "^27.5.1",
  23678. "jsdom": "^16.6.0"
  23679. }
  23680. },
  23681. "jest-environment-node": {
  23682. "version": "27.5.1",
  23683. "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz",
  23684. "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==",
  23685. "requires": {
  23686. "@jest/environment": "^27.5.1",
  23687. "@jest/fake-timers": "^27.5.1",
  23688. "@jest/types": "^27.5.1",
  23689. "@types/node": "*",
  23690. "jest-mock": "^27.5.1",
  23691. "jest-util": "^27.5.1"
  23692. }
  23693. },
  23694. "jest-get-type": {
  23695. "version": "27.5.1",
  23696. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  23697. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw=="
  23698. },
  23699. "jest-haste-map": {
  23700. "version": "27.5.1",
  23701. "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
  23702. "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
  23703. "requires": {
  23704. "@jest/types": "^27.5.1",
  23705. "@types/graceful-fs": "^4.1.2",
  23706. "@types/node": "*",
  23707. "anymatch": "^3.0.3",
  23708. "fb-watchman": "^2.0.0",
  23709. "fsevents": "^2.3.2",
  23710. "graceful-fs": "^4.2.9",
  23711. "jest-regex-util": "^27.5.1",
  23712. "jest-serializer": "^27.5.1",
  23713. "jest-util": "^27.5.1",
  23714. "jest-worker": "^27.5.1",
  23715. "micromatch": "^4.0.4",
  23716. "walker": "^1.0.7"
  23717. }
  23718. },
  23719. "jest-jasmine2": {
  23720. "version": "27.5.1",
  23721. "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
  23722. "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
  23723. "requires": {
  23724. "@jest/environment": "^27.5.1",
  23725. "@jest/source-map": "^27.5.1",
  23726. "@jest/test-result": "^27.5.1",
  23727. "@jest/types": "^27.5.1",
  23728. "@types/node": "*",
  23729. "chalk": "^4.0.0",
  23730. "co": "^4.6.0",
  23731. "expect": "^27.5.1",
  23732. "is-generator-fn": "^2.0.0",
  23733. "jest-each": "^27.5.1",
  23734. "jest-matcher-utils": "^27.5.1",
  23735. "jest-message-util": "^27.5.1",
  23736. "jest-runtime": "^27.5.1",
  23737. "jest-snapshot": "^27.5.1",
  23738. "jest-util": "^27.5.1",
  23739. "pretty-format": "^27.5.1",
  23740. "throat": "^6.0.1"
  23741. },
  23742. "dependencies": {
  23743. "ansi-styles": {
  23744. "version": "4.3.0",
  23745. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  23746. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  23747. "requires": {
  23748. "color-convert": "^2.0.1"
  23749. }
  23750. },
  23751. "chalk": {
  23752. "version": "4.1.2",
  23753. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  23754. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  23755. "requires": {
  23756. "ansi-styles": "^4.1.0",
  23757. "supports-color": "^7.1.0"
  23758. }
  23759. },
  23760. "color-convert": {
  23761. "version": "2.0.1",
  23762. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  23763. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  23764. "requires": {
  23765. "color-name": "~1.1.4"
  23766. }
  23767. },
  23768. "color-name": {
  23769. "version": "1.1.4",
  23770. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  23771. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  23772. },
  23773. "has-flag": {
  23774. "version": "4.0.0",
  23775. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  23776. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  23777. },
  23778. "supports-color": {
  23779. "version": "7.2.0",
  23780. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  23781. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  23782. "requires": {
  23783. "has-flag": "^4.0.0"
  23784. }
  23785. }
  23786. }
  23787. },
  23788. "jest-leak-detector": {
  23789. "version": "27.5.1",
  23790. "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz",
  23791. "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==",
  23792. "requires": {
  23793. "jest-get-type": "^27.5.1",
  23794. "pretty-format": "^27.5.1"
  23795. }
  23796. },
  23797. "jest-matcher-utils": {
  23798. "version": "27.5.1",
  23799. "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
  23800. "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
  23801. "requires": {
  23802. "chalk": "^4.0.0",
  23803. "jest-diff": "^27.5.1",
  23804. "jest-get-type": "^27.5.1",
  23805. "pretty-format": "^27.5.1"
  23806. },
  23807. "dependencies": {
  23808. "ansi-styles": {
  23809. "version": "4.3.0",
  23810. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  23811. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  23812. "requires": {
  23813. "color-convert": "^2.0.1"
  23814. }
  23815. },
  23816. "chalk": {
  23817. "version": "4.1.2",
  23818. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  23819. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  23820. "requires": {
  23821. "ansi-styles": "^4.1.0",
  23822. "supports-color": "^7.1.0"
  23823. }
  23824. },
  23825. "color-convert": {
  23826. "version": "2.0.1",
  23827. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  23828. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  23829. "requires": {
  23830. "color-name": "~1.1.4"
  23831. }
  23832. },
  23833. "color-name": {
  23834. "version": "1.1.4",
  23835. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  23836. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  23837. },
  23838. "has-flag": {
  23839. "version": "4.0.0",
  23840. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  23841. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  23842. },
  23843. "supports-color": {
  23844. "version": "7.2.0",
  23845. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  23846. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  23847. "requires": {
  23848. "has-flag": "^4.0.0"
  23849. }
  23850. }
  23851. }
  23852. },
  23853. "jest-message-util": {
  23854. "version": "27.5.1",
  23855. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
  23856. "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
  23857. "requires": {
  23858. "@babel/code-frame": "^7.12.13",
  23859. "@jest/types": "^27.5.1",
  23860. "@types/stack-utils": "^2.0.0",
  23861. "chalk": "^4.0.0",
  23862. "graceful-fs": "^4.2.9",
  23863. "micromatch": "^4.0.4",
  23864. "pretty-format": "^27.5.1",
  23865. "slash": "^3.0.0",
  23866. "stack-utils": "^2.0.3"
  23867. },
  23868. "dependencies": {
  23869. "ansi-styles": {
  23870. "version": "4.3.0",
  23871. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  23872. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  23873. "requires": {
  23874. "color-convert": "^2.0.1"
  23875. }
  23876. },
  23877. "chalk": {
  23878. "version": "4.1.2",
  23879. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  23880. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  23881. "requires": {
  23882. "ansi-styles": "^4.1.0",
  23883. "supports-color": "^7.1.0"
  23884. }
  23885. },
  23886. "color-convert": {
  23887. "version": "2.0.1",
  23888. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  23889. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  23890. "requires": {
  23891. "color-name": "~1.1.4"
  23892. }
  23893. },
  23894. "color-name": {
  23895. "version": "1.1.4",
  23896. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  23897. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  23898. },
  23899. "has-flag": {
  23900. "version": "4.0.0",
  23901. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  23902. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  23903. },
  23904. "supports-color": {
  23905. "version": "7.2.0",
  23906. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  23907. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  23908. "requires": {
  23909. "has-flag": "^4.0.0"
  23910. }
  23911. }
  23912. }
  23913. },
  23914. "jest-mock": {
  23915. "version": "27.5.1",
  23916. "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
  23917. "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
  23918. "requires": {
  23919. "@jest/types": "^27.5.1",
  23920. "@types/node": "*"
  23921. }
  23922. },
  23923. "jest-pnp-resolver": {
  23924. "version": "1.2.2",
  23925. "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz",
  23926. "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==",
  23927. "requires": {}
  23928. },
  23929. "jest-regex-util": {
  23930. "version": "27.5.1",
  23931. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
  23932. "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg=="
  23933. },
  23934. "jest-resolve": {
  23935. "version": "27.5.1",
  23936. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz",
  23937. "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==",
  23938. "requires": {
  23939. "@jest/types": "^27.5.1",
  23940. "chalk": "^4.0.0",
  23941. "graceful-fs": "^4.2.9",
  23942. "jest-haste-map": "^27.5.1",
  23943. "jest-pnp-resolver": "^1.2.2",
  23944. "jest-util": "^27.5.1",
  23945. "jest-validate": "^27.5.1",
  23946. "resolve": "^1.20.0",
  23947. "resolve.exports": "^1.1.0",
  23948. "slash": "^3.0.0"
  23949. },
  23950. "dependencies": {
  23951. "ansi-styles": {
  23952. "version": "4.3.0",
  23953. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  23954. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  23955. "requires": {
  23956. "color-convert": "^2.0.1"
  23957. }
  23958. },
  23959. "chalk": {
  23960. "version": "4.1.2",
  23961. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  23962. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  23963. "requires": {
  23964. "ansi-styles": "^4.1.0",
  23965. "supports-color": "^7.1.0"
  23966. }
  23967. },
  23968. "color-convert": {
  23969. "version": "2.0.1",
  23970. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  23971. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  23972. "requires": {
  23973. "color-name": "~1.1.4"
  23974. }
  23975. },
  23976. "color-name": {
  23977. "version": "1.1.4",
  23978. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  23979. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  23980. },
  23981. "has-flag": {
  23982. "version": "4.0.0",
  23983. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  23984. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  23985. },
  23986. "supports-color": {
  23987. "version": "7.2.0",
  23988. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  23989. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  23990. "requires": {
  23991. "has-flag": "^4.0.0"
  23992. }
  23993. }
  23994. }
  23995. },
  23996. "jest-resolve-dependencies": {
  23997. "version": "27.5.1",
  23998. "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz",
  23999. "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==",
  24000. "requires": {
  24001. "@jest/types": "^27.5.1",
  24002. "jest-regex-util": "^27.5.1",
  24003. "jest-snapshot": "^27.5.1"
  24004. }
  24005. },
  24006. "jest-runner": {
  24007. "version": "27.5.1",
  24008. "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz",
  24009. "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==",
  24010. "requires": {
  24011. "@jest/console": "^27.5.1",
  24012. "@jest/environment": "^27.5.1",
  24013. "@jest/test-result": "^27.5.1",
  24014. "@jest/transform": "^27.5.1",
  24015. "@jest/types": "^27.5.1",
  24016. "@types/node": "*",
  24017. "chalk": "^4.0.0",
  24018. "emittery": "^0.8.1",
  24019. "graceful-fs": "^4.2.9",
  24020. "jest-docblock": "^27.5.1",
  24021. "jest-environment-jsdom": "^27.5.1",
  24022. "jest-environment-node": "^27.5.1",
  24023. "jest-haste-map": "^27.5.1",
  24024. "jest-leak-detector": "^27.5.1",
  24025. "jest-message-util": "^27.5.1",
  24026. "jest-resolve": "^27.5.1",
  24027. "jest-runtime": "^27.5.1",
  24028. "jest-util": "^27.5.1",
  24029. "jest-worker": "^27.5.1",
  24030. "source-map-support": "^0.5.6",
  24031. "throat": "^6.0.1"
  24032. },
  24033. "dependencies": {
  24034. "ansi-styles": {
  24035. "version": "4.3.0",
  24036. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  24037. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  24038. "requires": {
  24039. "color-convert": "^2.0.1"
  24040. }
  24041. },
  24042. "chalk": {
  24043. "version": "4.1.2",
  24044. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  24045. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  24046. "requires": {
  24047. "ansi-styles": "^4.1.0",
  24048. "supports-color": "^7.1.0"
  24049. }
  24050. },
  24051. "color-convert": {
  24052. "version": "2.0.1",
  24053. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  24054. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  24055. "requires": {
  24056. "color-name": "~1.1.4"
  24057. }
  24058. },
  24059. "color-name": {
  24060. "version": "1.1.4",
  24061. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  24062. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  24063. },
  24064. "has-flag": {
  24065. "version": "4.0.0",
  24066. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  24067. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  24068. },
  24069. "supports-color": {
  24070. "version": "7.2.0",
  24071. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  24072. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  24073. "requires": {
  24074. "has-flag": "^4.0.0"
  24075. }
  24076. }
  24077. }
  24078. },
  24079. "jest-runtime": {
  24080. "version": "27.5.1",
  24081. "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz",
  24082. "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==",
  24083. "requires": {
  24084. "@jest/environment": "^27.5.1",
  24085. "@jest/fake-timers": "^27.5.1",
  24086. "@jest/globals": "^27.5.1",
  24087. "@jest/source-map": "^27.5.1",
  24088. "@jest/test-result": "^27.5.1",
  24089. "@jest/transform": "^27.5.1",
  24090. "@jest/types": "^27.5.1",
  24091. "chalk": "^4.0.0",
  24092. "cjs-module-lexer": "^1.0.0",
  24093. "collect-v8-coverage": "^1.0.0",
  24094. "execa": "^5.0.0",
  24095. "glob": "^7.1.3",
  24096. "graceful-fs": "^4.2.9",
  24097. "jest-haste-map": "^27.5.1",
  24098. "jest-message-util": "^27.5.1",
  24099. "jest-mock": "^27.5.1",
  24100. "jest-regex-util": "^27.5.1",
  24101. "jest-resolve": "^27.5.1",
  24102. "jest-snapshot": "^27.5.1",
  24103. "jest-util": "^27.5.1",
  24104. "slash": "^3.0.0",
  24105. "strip-bom": "^4.0.0"
  24106. },
  24107. "dependencies": {
  24108. "ansi-styles": {
  24109. "version": "4.3.0",
  24110. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  24111. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  24112. "requires": {
  24113. "color-convert": "^2.0.1"
  24114. }
  24115. },
  24116. "chalk": {
  24117. "version": "4.1.2",
  24118. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  24119. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  24120. "requires": {
  24121. "ansi-styles": "^4.1.0",
  24122. "supports-color": "^7.1.0"
  24123. }
  24124. },
  24125. "color-convert": {
  24126. "version": "2.0.1",
  24127. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  24128. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  24129. "requires": {
  24130. "color-name": "~1.1.4"
  24131. }
  24132. },
  24133. "color-name": {
  24134. "version": "1.1.4",
  24135. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  24136. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  24137. },
  24138. "has-flag": {
  24139. "version": "4.0.0",
  24140. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  24141. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  24142. },
  24143. "supports-color": {
  24144. "version": "7.2.0",
  24145. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  24146. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  24147. "requires": {
  24148. "has-flag": "^4.0.0"
  24149. }
  24150. }
  24151. }
  24152. },
  24153. "jest-serializer": {
  24154. "version": "27.5.1",
  24155. "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz",
  24156. "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==",
  24157. "requires": {
  24158. "@types/node": "*",
  24159. "graceful-fs": "^4.2.9"
  24160. }
  24161. },
  24162. "jest-snapshot": {
  24163. "version": "27.5.1",
  24164. "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz",
  24165. "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==",
  24166. "requires": {
  24167. "@babel/core": "^7.7.2",
  24168. "@babel/generator": "^7.7.2",
  24169. "@babel/plugin-syntax-typescript": "^7.7.2",
  24170. "@babel/traverse": "^7.7.2",
  24171. "@babel/types": "^7.0.0",
  24172. "@jest/transform": "^27.5.1",
  24173. "@jest/types": "^27.5.1",
  24174. "@types/babel__traverse": "^7.0.4",
  24175. "@types/prettier": "^2.1.5",
  24176. "babel-preset-current-node-syntax": "^1.0.0",
  24177. "chalk": "^4.0.0",
  24178. "expect": "^27.5.1",
  24179. "graceful-fs": "^4.2.9",
  24180. "jest-diff": "^27.5.1",
  24181. "jest-get-type": "^27.5.1",
  24182. "jest-haste-map": "^27.5.1",
  24183. "jest-matcher-utils": "^27.5.1",
  24184. "jest-message-util": "^27.5.1",
  24185. "jest-util": "^27.5.1",
  24186. "natural-compare": "^1.4.0",
  24187. "pretty-format": "^27.5.1",
  24188. "semver": "^7.3.2"
  24189. },
  24190. "dependencies": {
  24191. "ansi-styles": {
  24192. "version": "4.3.0",
  24193. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  24194. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  24195. "requires": {
  24196. "color-convert": "^2.0.1"
  24197. }
  24198. },
  24199. "chalk": {
  24200. "version": "4.1.2",
  24201. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  24202. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  24203. "requires": {
  24204. "ansi-styles": "^4.1.0",
  24205. "supports-color": "^7.1.0"
  24206. }
  24207. },
  24208. "color-convert": {
  24209. "version": "2.0.1",
  24210. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  24211. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  24212. "requires": {
  24213. "color-name": "~1.1.4"
  24214. }
  24215. },
  24216. "color-name": {
  24217. "version": "1.1.4",
  24218. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  24219. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  24220. },
  24221. "has-flag": {
  24222. "version": "4.0.0",
  24223. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  24224. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  24225. },
  24226. "supports-color": {
  24227. "version": "7.2.0",
  24228. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  24229. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  24230. "requires": {
  24231. "has-flag": "^4.0.0"
  24232. }
  24233. }
  24234. }
  24235. },
  24236. "jest-util": {
  24237. "version": "27.5.1",
  24238. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
  24239. "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
  24240. "requires": {
  24241. "@jest/types": "^27.5.1",
  24242. "@types/node": "*",
  24243. "chalk": "^4.0.0",
  24244. "ci-info": "^3.2.0",
  24245. "graceful-fs": "^4.2.9",
  24246. "picomatch": "^2.2.3"
  24247. },
  24248. "dependencies": {
  24249. "ansi-styles": {
  24250. "version": "4.3.0",
  24251. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  24252. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  24253. "requires": {
  24254. "color-convert": "^2.0.1"
  24255. }
  24256. },
  24257. "chalk": {
  24258. "version": "4.1.2",
  24259. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  24260. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  24261. "requires": {
  24262. "ansi-styles": "^4.1.0",
  24263. "supports-color": "^7.1.0"
  24264. }
  24265. },
  24266. "color-convert": {
  24267. "version": "2.0.1",
  24268. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  24269. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  24270. "requires": {
  24271. "color-name": "~1.1.4"
  24272. }
  24273. },
  24274. "color-name": {
  24275. "version": "1.1.4",
  24276. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  24277. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  24278. },
  24279. "has-flag": {
  24280. "version": "4.0.0",
  24281. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  24282. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  24283. },
  24284. "supports-color": {
  24285. "version": "7.2.0",
  24286. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  24287. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  24288. "requires": {
  24289. "has-flag": "^4.0.0"
  24290. }
  24291. }
  24292. }
  24293. },
  24294. "jest-validate": {
  24295. "version": "27.5.1",
  24296. "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz",
  24297. "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==",
  24298. "requires": {
  24299. "@jest/types": "^27.5.1",
  24300. "camelcase": "^6.2.0",
  24301. "chalk": "^4.0.0",
  24302. "jest-get-type": "^27.5.1",
  24303. "leven": "^3.1.0",
  24304. "pretty-format": "^27.5.1"
  24305. },
  24306. "dependencies": {
  24307. "ansi-styles": {
  24308. "version": "4.3.0",
  24309. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  24310. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  24311. "requires": {
  24312. "color-convert": "^2.0.1"
  24313. }
  24314. },
  24315. "chalk": {
  24316. "version": "4.1.2",
  24317. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  24318. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  24319. "requires": {
  24320. "ansi-styles": "^4.1.0",
  24321. "supports-color": "^7.1.0"
  24322. }
  24323. },
  24324. "color-convert": {
  24325. "version": "2.0.1",
  24326. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  24327. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  24328. "requires": {
  24329. "color-name": "~1.1.4"
  24330. }
  24331. },
  24332. "color-name": {
  24333. "version": "1.1.4",
  24334. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  24335. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  24336. },
  24337. "has-flag": {
  24338. "version": "4.0.0",
  24339. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  24340. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  24341. },
  24342. "supports-color": {
  24343. "version": "7.2.0",
  24344. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  24345. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  24346. "requires": {
  24347. "has-flag": "^4.0.0"
  24348. }
  24349. }
  24350. }
  24351. },
  24352. "jest-watch-typeahead": {
  24353. "version": "1.1.0",
  24354. "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz",
  24355. "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==",
  24356. "requires": {
  24357. "ansi-escapes": "^4.3.1",
  24358. "chalk": "^4.0.0",
  24359. "jest-regex-util": "^28.0.0",
  24360. "jest-watcher": "^28.0.0",
  24361. "slash": "^4.0.0",
  24362. "string-length": "^5.0.1",
  24363. "strip-ansi": "^7.0.1"
  24364. },
  24365. "dependencies": {
  24366. "@jest/console": {
  24367. "version": "28.1.3",
  24368. "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz",
  24369. "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==",
  24370. "requires": {
  24371. "@jest/types": "^28.1.3",
  24372. "@types/node": "*",
  24373. "chalk": "^4.0.0",
  24374. "jest-message-util": "^28.1.3",
  24375. "jest-util": "^28.1.3",
  24376. "slash": "^3.0.0"
  24377. },
  24378. "dependencies": {
  24379. "slash": {
  24380. "version": "3.0.0",
  24381. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  24382. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
  24383. }
  24384. }
  24385. },
  24386. "@jest/test-result": {
  24387. "version": "28.1.3",
  24388. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz",
  24389. "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==",
  24390. "requires": {
  24391. "@jest/console": "^28.1.3",
  24392. "@jest/types": "^28.1.3",
  24393. "@types/istanbul-lib-coverage": "^2.0.0",
  24394. "collect-v8-coverage": "^1.0.0"
  24395. }
  24396. },
  24397. "@jest/types": {
  24398. "version": "28.1.3",
  24399. "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
  24400. "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
  24401. "requires": {
  24402. "@jest/schemas": "^28.1.3",
  24403. "@types/istanbul-lib-coverage": "^2.0.0",
  24404. "@types/istanbul-reports": "^3.0.0",
  24405. "@types/node": "*",
  24406. "@types/yargs": "^17.0.8",
  24407. "chalk": "^4.0.0"
  24408. }
  24409. },
  24410. "@types/yargs": {
  24411. "version": "17.0.10",
  24412. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.10.tgz",
  24413. "integrity": "sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==",
  24414. "requires": {
  24415. "@types/yargs-parser": "*"
  24416. }
  24417. },
  24418. "ansi-styles": {
  24419. "version": "4.3.0",
  24420. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  24421. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  24422. "requires": {
  24423. "color-convert": "^2.0.1"
  24424. }
  24425. },
  24426. "chalk": {
  24427. "version": "4.1.2",
  24428. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  24429. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  24430. "requires": {
  24431. "ansi-styles": "^4.1.0",
  24432. "supports-color": "^7.1.0"
  24433. }
  24434. },
  24435. "color-convert": {
  24436. "version": "2.0.1",
  24437. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  24438. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  24439. "requires": {
  24440. "color-name": "~1.1.4"
  24441. }
  24442. },
  24443. "color-name": {
  24444. "version": "1.1.4",
  24445. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  24446. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  24447. },
  24448. "emittery": {
  24449. "version": "0.10.2",
  24450. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz",
  24451. "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw=="
  24452. },
  24453. "has-flag": {
  24454. "version": "4.0.0",
  24455. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  24456. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  24457. },
  24458. "jest-message-util": {
  24459. "version": "28.1.3",
  24460. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz",
  24461. "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==",
  24462. "requires": {
  24463. "@babel/code-frame": "^7.12.13",
  24464. "@jest/types": "^28.1.3",
  24465. "@types/stack-utils": "^2.0.0",
  24466. "chalk": "^4.0.0",
  24467. "graceful-fs": "^4.2.9",
  24468. "micromatch": "^4.0.4",
  24469. "pretty-format": "^28.1.3",
  24470. "slash": "^3.0.0",
  24471. "stack-utils": "^2.0.3"
  24472. },
  24473. "dependencies": {
  24474. "slash": {
  24475. "version": "3.0.0",
  24476. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  24477. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
  24478. }
  24479. }
  24480. },
  24481. "jest-regex-util": {
  24482. "version": "28.0.2",
  24483. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz",
  24484. "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw=="
  24485. },
  24486. "jest-util": {
  24487. "version": "28.1.3",
  24488. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz",
  24489. "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==",
  24490. "requires": {
  24491. "@jest/types": "^28.1.3",
  24492. "@types/node": "*",
  24493. "chalk": "^4.0.0",
  24494. "ci-info": "^3.2.0",
  24495. "graceful-fs": "^4.2.9",
  24496. "picomatch": "^2.2.3"
  24497. }
  24498. },
  24499. "jest-watcher": {
  24500. "version": "28.1.3",
  24501. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz",
  24502. "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==",
  24503. "requires": {
  24504. "@jest/test-result": "^28.1.3",
  24505. "@jest/types": "^28.1.3",
  24506. "@types/node": "*",
  24507. "ansi-escapes": "^4.2.1",
  24508. "chalk": "^4.0.0",
  24509. "emittery": "^0.10.2",
  24510. "jest-util": "^28.1.3",
  24511. "string-length": "^4.0.1"
  24512. },
  24513. "dependencies": {
  24514. "string-length": {
  24515. "version": "4.0.2",
  24516. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  24517. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  24518. "requires": {
  24519. "char-regex": "^1.0.2",
  24520. "strip-ansi": "^6.0.0"
  24521. }
  24522. },
  24523. "strip-ansi": {
  24524. "version": "6.0.1",
  24525. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  24526. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  24527. "requires": {
  24528. "ansi-regex": "^5.0.1"
  24529. }
  24530. }
  24531. }
  24532. },
  24533. "pretty-format": {
  24534. "version": "28.1.3",
  24535. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz",
  24536. "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==",
  24537. "requires": {
  24538. "@jest/schemas": "^28.1.3",
  24539. "ansi-regex": "^5.0.1",
  24540. "ansi-styles": "^5.0.0",
  24541. "react-is": "^18.0.0"
  24542. },
  24543. "dependencies": {
  24544. "ansi-styles": {
  24545. "version": "5.2.0",
  24546. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  24547. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
  24548. }
  24549. }
  24550. },
  24551. "react-is": {
  24552. "version": "18.2.0",
  24553. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  24554. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
  24555. },
  24556. "slash": {
  24557. "version": "4.0.0",
  24558. "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
  24559. "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew=="
  24560. },
  24561. "string-length": {
  24562. "version": "5.0.1",
  24563. "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz",
  24564. "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==",
  24565. "requires": {
  24566. "char-regex": "^2.0.0",
  24567. "strip-ansi": "^7.0.1"
  24568. },
  24569. "dependencies": {
  24570. "char-regex": {
  24571. "version": "2.0.1",
  24572. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz",
  24573. "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw=="
  24574. }
  24575. }
  24576. },
  24577. "strip-ansi": {
  24578. "version": "7.0.1",
  24579. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
  24580. "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
  24581. "requires": {
  24582. "ansi-regex": "^6.0.1"
  24583. },
  24584. "dependencies": {
  24585. "ansi-regex": {
  24586. "version": "6.0.1",
  24587. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
  24588. "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA=="
  24589. }
  24590. }
  24591. },
  24592. "supports-color": {
  24593. "version": "7.2.0",
  24594. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  24595. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  24596. "requires": {
  24597. "has-flag": "^4.0.0"
  24598. }
  24599. }
  24600. }
  24601. },
  24602. "jest-watcher": {
  24603. "version": "27.5.1",
  24604. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
  24605. "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
  24606. "requires": {
  24607. "@jest/test-result": "^27.5.1",
  24608. "@jest/types": "^27.5.1",
  24609. "@types/node": "*",
  24610. "ansi-escapes": "^4.2.1",
  24611. "chalk": "^4.0.0",
  24612. "jest-util": "^27.5.1",
  24613. "string-length": "^4.0.1"
  24614. },
  24615. "dependencies": {
  24616. "ansi-styles": {
  24617. "version": "4.3.0",
  24618. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  24619. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  24620. "requires": {
  24621. "color-convert": "^2.0.1"
  24622. }
  24623. },
  24624. "chalk": {
  24625. "version": "4.1.2",
  24626. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  24627. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  24628. "requires": {
  24629. "ansi-styles": "^4.1.0",
  24630. "supports-color": "^7.1.0"
  24631. }
  24632. },
  24633. "color-convert": {
  24634. "version": "2.0.1",
  24635. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  24636. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  24637. "requires": {
  24638. "color-name": "~1.1.4"
  24639. }
  24640. },
  24641. "color-name": {
  24642. "version": "1.1.4",
  24643. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  24644. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  24645. },
  24646. "has-flag": {
  24647. "version": "4.0.0",
  24648. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  24649. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  24650. },
  24651. "supports-color": {
  24652. "version": "7.2.0",
  24653. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  24654. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  24655. "requires": {
  24656. "has-flag": "^4.0.0"
  24657. }
  24658. }
  24659. }
  24660. },
  24661. "jest-worker": {
  24662. "version": "27.5.1",
  24663. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
  24664. "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
  24665. "requires": {
  24666. "@types/node": "*",
  24667. "merge-stream": "^2.0.0",
  24668. "supports-color": "^8.0.0"
  24669. },
  24670. "dependencies": {
  24671. "has-flag": {
  24672. "version": "4.0.0",
  24673. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  24674. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  24675. },
  24676. "supports-color": {
  24677. "version": "8.1.1",
  24678. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  24679. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  24680. "requires": {
  24681. "has-flag": "^4.0.0"
  24682. }
  24683. }
  24684. }
  24685. },
  24686. "js-tokens": {
  24687. "version": "4.0.0",
  24688. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  24689. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  24690. },
  24691. "js-yaml": {
  24692. "version": "3.14.1",
  24693. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
  24694. "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
  24695. "requires": {
  24696. "argparse": "^1.0.7",
  24697. "esprima": "^4.0.0"
  24698. }
  24699. },
  24700. "jsdom": {
  24701. "version": "16.7.0",
  24702. "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
  24703. "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
  24704. "requires": {
  24705. "abab": "^2.0.5",
  24706. "acorn": "^8.2.4",
  24707. "acorn-globals": "^6.0.0",
  24708. "cssom": "^0.4.4",
  24709. "cssstyle": "^2.3.0",
  24710. "data-urls": "^2.0.0",
  24711. "decimal.js": "^10.2.1",
  24712. "domexception": "^2.0.1",
  24713. "escodegen": "^2.0.0",
  24714. "form-data": "^3.0.0",
  24715. "html-encoding-sniffer": "^2.0.1",
  24716. "http-proxy-agent": "^4.0.1",
  24717. "https-proxy-agent": "^5.0.0",
  24718. "is-potential-custom-element-name": "^1.0.1",
  24719. "nwsapi": "^2.2.0",
  24720. "parse5": "6.0.1",
  24721. "saxes": "^5.0.1",
  24722. "symbol-tree": "^3.2.4",
  24723. "tough-cookie": "^4.0.0",
  24724. "w3c-hr-time": "^1.0.2",
  24725. "w3c-xmlserializer": "^2.0.0",
  24726. "webidl-conversions": "^6.1.0",
  24727. "whatwg-encoding": "^1.0.5",
  24728. "whatwg-mimetype": "^2.3.0",
  24729. "whatwg-url": "^8.5.0",
  24730. "ws": "^7.4.6",
  24731. "xml-name-validator": "^3.0.0"
  24732. }
  24733. },
  24734. "jsesc": {
  24735. "version": "2.5.2",
  24736. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  24737. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="
  24738. },
  24739. "json-parse-even-better-errors": {
  24740. "version": "2.3.1",
  24741. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  24742. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
  24743. },
  24744. "json-schema": {
  24745. "version": "0.4.0",
  24746. "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
  24747. "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
  24748. },
  24749. "json-schema-traverse": {
  24750. "version": "0.4.1",
  24751. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  24752. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
  24753. },
  24754. "json-stable-stringify-without-jsonify": {
  24755. "version": "1.0.1",
  24756. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  24757. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw=="
  24758. },
  24759. "json5": {
  24760. "version": "2.2.1",
  24761. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz",
  24762. "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA=="
  24763. },
  24764. "jsonfile": {
  24765. "version": "6.1.0",
  24766. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  24767. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  24768. "requires": {
  24769. "graceful-fs": "^4.1.6",
  24770. "universalify": "^2.0.0"
  24771. }
  24772. },
  24773. "jsonpointer": {
  24774. "version": "5.0.1",
  24775. "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
  24776. "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ=="
  24777. },
  24778. "jsx-ast-utils": {
  24779. "version": "3.3.2",
  24780. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.2.tgz",
  24781. "integrity": "sha512-4ZCADZHRkno244xlNnn4AOG6sRQ7iBZ5BbgZ4vW4y5IZw7cVUD1PPeblm1xx/nfmMxPdt/LHsXZW8z/j58+l9Q==",
  24782. "requires": {
  24783. "array-includes": "^3.1.5",
  24784. "object.assign": "^4.1.2"
  24785. }
  24786. },
  24787. "kind-of": {
  24788. "version": "6.0.3",
  24789. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  24790. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="
  24791. },
  24792. "kleur": {
  24793. "version": "3.0.3",
  24794. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  24795. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w=="
  24796. },
  24797. "klona": {
  24798. "version": "2.0.5",
  24799. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz",
  24800. "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ=="
  24801. },
  24802. "language-subtag-registry": {
  24803. "version": "0.3.22",
  24804. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
  24805. "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w=="
  24806. },
  24807. "language-tags": {
  24808. "version": "1.0.5",
  24809. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
  24810. "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==",
  24811. "requires": {
  24812. "language-subtag-registry": "~0.3.2"
  24813. }
  24814. },
  24815. "leven": {
  24816. "version": "3.1.0",
  24817. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  24818. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A=="
  24819. },
  24820. "levn": {
  24821. "version": "0.4.1",
  24822. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  24823. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  24824. "requires": {
  24825. "prelude-ls": "^1.2.1",
  24826. "type-check": "~0.4.0"
  24827. }
  24828. },
  24829. "lilconfig": {
  24830. "version": "2.0.6",
  24831. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.6.tgz",
  24832. "integrity": "sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg=="
  24833. },
  24834. "lines-and-columns": {
  24835. "version": "1.2.4",
  24836. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  24837. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
  24838. },
  24839. "loader-runner": {
  24840. "version": "4.3.0",
  24841. "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
  24842. "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg=="
  24843. },
  24844. "loader-utils": {
  24845. "version": "2.0.2",
  24846. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz",
  24847. "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==",
  24848. "requires": {
  24849. "big.js": "^5.2.2",
  24850. "emojis-list": "^3.0.0",
  24851. "json5": "^2.1.2"
  24852. }
  24853. },
  24854. "locate-path": {
  24855. "version": "6.0.0",
  24856. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  24857. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  24858. "requires": {
  24859. "p-locate": "^5.0.0"
  24860. }
  24861. },
  24862. "lodash": {
  24863. "version": "4.17.21",
  24864. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  24865. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  24866. },
  24867. "lodash.debounce": {
  24868. "version": "4.0.8",
  24869. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  24870. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
  24871. },
  24872. "lodash.memoize": {
  24873. "version": "4.1.2",
  24874. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  24875. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
  24876. },
  24877. "lodash.merge": {
  24878. "version": "4.6.2",
  24879. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  24880. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
  24881. },
  24882. "lodash.sortby": {
  24883. "version": "4.7.0",
  24884. "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
  24885. "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA=="
  24886. },
  24887. "lodash.uniq": {
  24888. "version": "4.5.0",
  24889. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  24890. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="
  24891. },
  24892. "loose-envify": {
  24893. "version": "1.4.0",
  24894. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  24895. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  24896. "requires": {
  24897. "js-tokens": "^3.0.0 || ^4.0.0"
  24898. }
  24899. },
  24900. "lower-case": {
  24901. "version": "2.0.2",
  24902. "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
  24903. "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
  24904. "requires": {
  24905. "tslib": "^2.0.3"
  24906. }
  24907. },
  24908. "lru-cache": {
  24909. "version": "6.0.0",
  24910. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  24911. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  24912. "requires": {
  24913. "yallist": "^4.0.0"
  24914. }
  24915. },
  24916. "lz-string": {
  24917. "version": "1.4.4",
  24918. "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz",
  24919. "integrity": "sha512-0ckx7ZHRPqb0oUm8zNr+90mtf9DQB60H1wMCjBtfi62Kl3a7JbHob6gA2bC+xRvZoOL+1hzUK8jeuEIQE8svEQ=="
  24920. },
  24921. "magic-string": {
  24922. "version": "0.25.9",
  24923. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
  24924. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  24925. "requires": {
  24926. "sourcemap-codec": "^1.4.8"
  24927. }
  24928. },
  24929. "make-dir": {
  24930. "version": "3.1.0",
  24931. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  24932. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  24933. "requires": {
  24934. "semver": "^6.0.0"
  24935. },
  24936. "dependencies": {
  24937. "semver": {
  24938. "version": "6.3.0",
  24939. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  24940. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  24941. }
  24942. }
  24943. },
  24944. "makeerror": {
  24945. "version": "1.0.12",
  24946. "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
  24947. "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
  24948. "requires": {
  24949. "tmpl": "1.0.5"
  24950. }
  24951. },
  24952. "mdn-data": {
  24953. "version": "2.0.4",
  24954. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
  24955. "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA=="
  24956. },
  24957. "media-typer": {
  24958. "version": "0.3.0",
  24959. "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
  24960. "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ=="
  24961. },
  24962. "memfs": {
  24963. "version": "3.4.7",
  24964. "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.7.tgz",
  24965. "integrity": "sha512-ygaiUSNalBX85388uskeCyhSAoOSgzBbtVCr9jA2RROssFL9Q19/ZXFqS+2Th2sr1ewNIWgFdLzLC3Yl1Zv+lw==",
  24966. "requires": {
  24967. "fs-monkey": "^1.0.3"
  24968. }
  24969. },
  24970. "merge-descriptors": {
  24971. "version": "1.0.1",
  24972. "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
  24973. "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w=="
  24974. },
  24975. "merge-stream": {
  24976. "version": "2.0.0",
  24977. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  24978. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  24979. },
  24980. "merge2": {
  24981. "version": "1.4.1",
  24982. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  24983. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="
  24984. },
  24985. "methods": {
  24986. "version": "1.1.2",
  24987. "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
  24988. "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w=="
  24989. },
  24990. "micromatch": {
  24991. "version": "4.0.5",
  24992. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  24993. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  24994. "requires": {
  24995. "braces": "^3.0.2",
  24996. "picomatch": "^2.3.1"
  24997. }
  24998. },
  24999. "mime": {
  25000. "version": "1.6.0",
  25001. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  25002. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="
  25003. },
  25004. "mime-db": {
  25005. "version": "1.52.0",
  25006. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  25007. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="
  25008. },
  25009. "mime-types": {
  25010. "version": "2.1.35",
  25011. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  25012. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  25013. "requires": {
  25014. "mime-db": "1.52.0"
  25015. }
  25016. },
  25017. "mimic-fn": {
  25018. "version": "2.1.0",
  25019. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  25020. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg=="
  25021. },
  25022. "min-indent": {
  25023. "version": "1.0.1",
  25024. "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
  25025. "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg=="
  25026. },
  25027. "mini-css-extract-plugin": {
  25028. "version": "2.6.1",
  25029. "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.1.tgz",
  25030. "integrity": "sha512-wd+SD57/K6DiV7jIR34P+s3uckTRuQvx0tKPcvjFlrEylk6P4mQ2KSWk1hblj1Kxaqok7LogKOieygXqBczNlg==",
  25031. "requires": {
  25032. "schema-utils": "^4.0.0"
  25033. },
  25034. "dependencies": {
  25035. "ajv": {
  25036. "version": "8.11.0",
  25037. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  25038. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  25039. "requires": {
  25040. "fast-deep-equal": "^3.1.1",
  25041. "json-schema-traverse": "^1.0.0",
  25042. "require-from-string": "^2.0.2",
  25043. "uri-js": "^4.2.2"
  25044. }
  25045. },
  25046. "ajv-keywords": {
  25047. "version": "5.1.0",
  25048. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  25049. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  25050. "requires": {
  25051. "fast-deep-equal": "^3.1.3"
  25052. }
  25053. },
  25054. "json-schema-traverse": {
  25055. "version": "1.0.0",
  25056. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  25057. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  25058. },
  25059. "schema-utils": {
  25060. "version": "4.0.0",
  25061. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  25062. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  25063. "requires": {
  25064. "@types/json-schema": "^7.0.9",
  25065. "ajv": "^8.8.0",
  25066. "ajv-formats": "^2.1.1",
  25067. "ajv-keywords": "^5.0.0"
  25068. }
  25069. }
  25070. }
  25071. },
  25072. "minimalistic-assert": {
  25073. "version": "1.0.1",
  25074. "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
  25075. "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
  25076. },
  25077. "minimatch": {
  25078. "version": "3.1.2",
  25079. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  25080. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  25081. "requires": {
  25082. "brace-expansion": "^1.1.7"
  25083. }
  25084. },
  25085. "minimist": {
  25086. "version": "1.2.6",
  25087. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
  25088. "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
  25089. },
  25090. "mkdirp": {
  25091. "version": "0.5.6",
  25092. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
  25093. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  25094. "requires": {
  25095. "minimist": "^1.2.6"
  25096. }
  25097. },
  25098. "mobx": {
  25099. "version": "6.6.1",
  25100. "resolved": "https://registry.npmjs.org/mobx/-/mobx-6.6.1.tgz",
  25101. "integrity": "sha512-7su3UZv5JF+ohLr2opabjbUAERfXstMY+wiBtey8yNAPoB8H187RaQXuhFjNkH8aE4iHbDWnhDFZw0+5ic4nGQ=="
  25102. },
  25103. "mobx-react-lite": {
  25104. "version": "3.4.0",
  25105. "resolved": "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-3.4.0.tgz",
  25106. "integrity": "sha512-bRuZp3C0itgLKHu/VNxi66DN/XVkQG7xtoBVWxpvC5FhAqbOCP21+nPhULjnzEqd7xBMybp6KwytdUpZKEgpIQ==",
  25107. "requires": {}
  25108. },
  25109. "ms": {
  25110. "version": "2.1.2",
  25111. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  25112. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  25113. },
  25114. "multicast-dns": {
  25115. "version": "7.2.5",
  25116. "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz",
  25117. "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==",
  25118. "requires": {
  25119. "dns-packet": "^5.2.2",
  25120. "thunky": "^1.0.2"
  25121. }
  25122. },
  25123. "nanoid": {
  25124. "version": "3.3.4",
  25125. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz",
  25126. "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw=="
  25127. },
  25128. "natural-compare": {
  25129. "version": "1.4.0",
  25130. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  25131. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw=="
  25132. },
  25133. "negotiator": {
  25134. "version": "0.6.3",
  25135. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
  25136. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg=="
  25137. },
  25138. "neo-async": {
  25139. "version": "2.6.2",
  25140. "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  25141. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
  25142. },
  25143. "no-case": {
  25144. "version": "3.0.4",
  25145. "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
  25146. "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
  25147. "requires": {
  25148. "lower-case": "^2.0.2",
  25149. "tslib": "^2.0.3"
  25150. }
  25151. },
  25152. "node-forge": {
  25153. "version": "1.3.1",
  25154. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
  25155. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA=="
  25156. },
  25157. "node-int64": {
  25158. "version": "0.4.0",
  25159. "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
  25160. "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw=="
  25161. },
  25162. "node-releases": {
  25163. "version": "2.0.6",
  25164. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz",
  25165. "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg=="
  25166. },
  25167. "normalize-path": {
  25168. "version": "3.0.0",
  25169. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  25170. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
  25171. },
  25172. "normalize-range": {
  25173. "version": "0.1.2",
  25174. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  25175. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA=="
  25176. },
  25177. "normalize-url": {
  25178. "version": "6.1.0",
  25179. "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
  25180. "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A=="
  25181. },
  25182. "npm-run-path": {
  25183. "version": "4.0.1",
  25184. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  25185. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  25186. "requires": {
  25187. "path-key": "^3.0.0"
  25188. }
  25189. },
  25190. "nth-check": {
  25191. "version": "2.1.1",
  25192. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  25193. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  25194. "requires": {
  25195. "boolbase": "^1.0.0"
  25196. }
  25197. },
  25198. "nwsapi": {
  25199. "version": "2.2.1",
  25200. "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.1.tgz",
  25201. "integrity": "sha512-JYOWTeFoS0Z93587vRJgASD5Ut11fYl5NyihP3KrYBvMe1FRRs6RN7m20SA/16GM4P6hTnZjT+UmDOt38UeXNg=="
  25202. },
  25203. "object-assign": {
  25204. "version": "4.1.1",
  25205. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  25206. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg=="
  25207. },
  25208. "object-hash": {
  25209. "version": "3.0.0",
  25210. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  25211. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw=="
  25212. },
  25213. "object-inspect": {
  25214. "version": "1.12.2",
  25215. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz",
  25216. "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ=="
  25217. },
  25218. "object-keys": {
  25219. "version": "1.1.1",
  25220. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  25221. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA=="
  25222. },
  25223. "object.assign": {
  25224. "version": "4.1.2",
  25225. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
  25226. "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
  25227. "requires": {
  25228. "call-bind": "^1.0.0",
  25229. "define-properties": "^1.1.3",
  25230. "has-symbols": "^1.0.1",
  25231. "object-keys": "^1.1.1"
  25232. }
  25233. },
  25234. "object.entries": {
  25235. "version": "1.1.5",
  25236. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz",
  25237. "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==",
  25238. "requires": {
  25239. "call-bind": "^1.0.2",
  25240. "define-properties": "^1.1.3",
  25241. "es-abstract": "^1.19.1"
  25242. }
  25243. },
  25244. "object.fromentries": {
  25245. "version": "2.0.5",
  25246. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz",
  25247. "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==",
  25248. "requires": {
  25249. "call-bind": "^1.0.2",
  25250. "define-properties": "^1.1.3",
  25251. "es-abstract": "^1.19.1"
  25252. }
  25253. },
  25254. "object.getownpropertydescriptors": {
  25255. "version": "2.1.4",
  25256. "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.4.tgz",
  25257. "integrity": "sha512-sccv3L/pMModT6dJAYF3fzGMVcb38ysQ0tEE6ixv2yXJDtEIPph268OlAdJj5/qZMZDq2g/jqvwppt36uS/uQQ==",
  25258. "requires": {
  25259. "array.prototype.reduce": "^1.0.4",
  25260. "call-bind": "^1.0.2",
  25261. "define-properties": "^1.1.4",
  25262. "es-abstract": "^1.20.1"
  25263. }
  25264. },
  25265. "object.hasown": {
  25266. "version": "1.1.1",
  25267. "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.1.tgz",
  25268. "integrity": "sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==",
  25269. "requires": {
  25270. "define-properties": "^1.1.4",
  25271. "es-abstract": "^1.19.5"
  25272. }
  25273. },
  25274. "object.values": {
  25275. "version": "1.1.5",
  25276. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz",
  25277. "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==",
  25278. "requires": {
  25279. "call-bind": "^1.0.2",
  25280. "define-properties": "^1.1.3",
  25281. "es-abstract": "^1.19.1"
  25282. }
  25283. },
  25284. "obuf": {
  25285. "version": "1.1.2",
  25286. "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
  25287. "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg=="
  25288. },
  25289. "on-finished": {
  25290. "version": "2.4.1",
  25291. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  25292. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  25293. "requires": {
  25294. "ee-first": "1.1.1"
  25295. }
  25296. },
  25297. "on-headers": {
  25298. "version": "1.0.2",
  25299. "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
  25300. "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA=="
  25301. },
  25302. "once": {
  25303. "version": "1.4.0",
  25304. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  25305. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  25306. "requires": {
  25307. "wrappy": "1"
  25308. }
  25309. },
  25310. "onetime": {
  25311. "version": "5.1.2",
  25312. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  25313. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  25314. "requires": {
  25315. "mimic-fn": "^2.1.0"
  25316. }
  25317. },
  25318. "open": {
  25319. "version": "8.4.0",
  25320. "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz",
  25321. "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==",
  25322. "requires": {
  25323. "define-lazy-prop": "^2.0.0",
  25324. "is-docker": "^2.1.1",
  25325. "is-wsl": "^2.2.0"
  25326. }
  25327. },
  25328. "optionator": {
  25329. "version": "0.9.1",
  25330. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
  25331. "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
  25332. "requires": {
  25333. "deep-is": "^0.1.3",
  25334. "fast-levenshtein": "^2.0.6",
  25335. "levn": "^0.4.1",
  25336. "prelude-ls": "^1.2.1",
  25337. "type-check": "^0.4.0",
  25338. "word-wrap": "^1.2.3"
  25339. }
  25340. },
  25341. "p-limit": {
  25342. "version": "3.1.0",
  25343. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  25344. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  25345. "requires": {
  25346. "yocto-queue": "^0.1.0"
  25347. }
  25348. },
  25349. "p-locate": {
  25350. "version": "5.0.0",
  25351. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  25352. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  25353. "requires": {
  25354. "p-limit": "^3.0.2"
  25355. }
  25356. },
  25357. "p-retry": {
  25358. "version": "4.6.2",
  25359. "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
  25360. "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
  25361. "requires": {
  25362. "@types/retry": "0.12.0",
  25363. "retry": "^0.13.1"
  25364. }
  25365. },
  25366. "p-try": {
  25367. "version": "2.2.0",
  25368. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  25369. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
  25370. },
  25371. "param-case": {
  25372. "version": "3.0.4",
  25373. "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
  25374. "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
  25375. "requires": {
  25376. "dot-case": "^3.0.4",
  25377. "tslib": "^2.0.3"
  25378. }
  25379. },
  25380. "parent-module": {
  25381. "version": "1.0.1",
  25382. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  25383. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  25384. "requires": {
  25385. "callsites": "^3.0.0"
  25386. }
  25387. },
  25388. "parse-json": {
  25389. "version": "5.2.0",
  25390. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  25391. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  25392. "requires": {
  25393. "@babel/code-frame": "^7.0.0",
  25394. "error-ex": "^1.3.1",
  25395. "json-parse-even-better-errors": "^2.3.0",
  25396. "lines-and-columns": "^1.1.6"
  25397. }
  25398. },
  25399. "parse5": {
  25400. "version": "6.0.1",
  25401. "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
  25402. "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
  25403. },
  25404. "parseurl": {
  25405. "version": "1.3.3",
  25406. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  25407. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="
  25408. },
  25409. "pascal-case": {
  25410. "version": "3.1.2",
  25411. "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
  25412. "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
  25413. "requires": {
  25414. "no-case": "^3.0.4",
  25415. "tslib": "^2.0.3"
  25416. }
  25417. },
  25418. "path-exists": {
  25419. "version": "4.0.0",
  25420. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  25421. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
  25422. },
  25423. "path-is-absolute": {
  25424. "version": "1.0.1",
  25425. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  25426. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="
  25427. },
  25428. "path-key": {
  25429. "version": "3.1.1",
  25430. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  25431. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
  25432. },
  25433. "path-parse": {
  25434. "version": "1.0.7",
  25435. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  25436. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  25437. },
  25438. "path-to-regexp": {
  25439. "version": "0.1.7",
  25440. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
  25441. "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ=="
  25442. },
  25443. "path-type": {
  25444. "version": "4.0.0",
  25445. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  25446. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
  25447. },
  25448. "performance-now": {
  25449. "version": "2.1.0",
  25450. "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
  25451. "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="
  25452. },
  25453. "picocolors": {
  25454. "version": "1.0.0",
  25455. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  25456. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
  25457. },
  25458. "picomatch": {
  25459. "version": "2.3.1",
  25460. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  25461. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="
  25462. },
  25463. "pify": {
  25464. "version": "2.3.0",
  25465. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  25466. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog=="
  25467. },
  25468. "pirates": {
  25469. "version": "4.0.5",
  25470. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
  25471. "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ=="
  25472. },
  25473. "pkg-dir": {
  25474. "version": "4.2.0",
  25475. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  25476. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  25477. "requires": {
  25478. "find-up": "^4.0.0"
  25479. },
  25480. "dependencies": {
  25481. "find-up": {
  25482. "version": "4.1.0",
  25483. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  25484. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  25485. "requires": {
  25486. "locate-path": "^5.0.0",
  25487. "path-exists": "^4.0.0"
  25488. }
  25489. },
  25490. "locate-path": {
  25491. "version": "5.0.0",
  25492. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  25493. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  25494. "requires": {
  25495. "p-locate": "^4.1.0"
  25496. }
  25497. },
  25498. "p-limit": {
  25499. "version": "2.3.0",
  25500. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  25501. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  25502. "requires": {
  25503. "p-try": "^2.0.0"
  25504. }
  25505. },
  25506. "p-locate": {
  25507. "version": "4.1.0",
  25508. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  25509. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  25510. "requires": {
  25511. "p-limit": "^2.2.0"
  25512. }
  25513. }
  25514. }
  25515. },
  25516. "pkg-up": {
  25517. "version": "3.1.0",
  25518. "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
  25519. "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
  25520. "requires": {
  25521. "find-up": "^3.0.0"
  25522. },
  25523. "dependencies": {
  25524. "find-up": {
  25525. "version": "3.0.0",
  25526. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  25527. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  25528. "requires": {
  25529. "locate-path": "^3.0.0"
  25530. }
  25531. },
  25532. "locate-path": {
  25533. "version": "3.0.0",
  25534. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  25535. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  25536. "requires": {
  25537. "p-locate": "^3.0.0",
  25538. "path-exists": "^3.0.0"
  25539. }
  25540. },
  25541. "p-limit": {
  25542. "version": "2.3.0",
  25543. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  25544. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  25545. "requires": {
  25546. "p-try": "^2.0.0"
  25547. }
  25548. },
  25549. "p-locate": {
  25550. "version": "3.0.0",
  25551. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  25552. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  25553. "requires": {
  25554. "p-limit": "^2.0.0"
  25555. }
  25556. },
  25557. "path-exists": {
  25558. "version": "3.0.0",
  25559. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  25560. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ=="
  25561. }
  25562. }
  25563. },
  25564. "postcss": {
  25565. "version": "8.4.14",
  25566. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz",
  25567. "integrity": "sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==",
  25568. "requires": {
  25569. "nanoid": "^3.3.4",
  25570. "picocolors": "^1.0.0",
  25571. "source-map-js": "^1.0.2"
  25572. }
  25573. },
  25574. "postcss-attribute-case-insensitive": {
  25575. "version": "5.0.2",
  25576. "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz",
  25577. "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==",
  25578. "requires": {
  25579. "postcss-selector-parser": "^6.0.10"
  25580. }
  25581. },
  25582. "postcss-browser-comments": {
  25583. "version": "4.0.0",
  25584. "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz",
  25585. "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==",
  25586. "requires": {}
  25587. },
  25588. "postcss-calc": {
  25589. "version": "8.2.4",
  25590. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz",
  25591. "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
  25592. "requires": {
  25593. "postcss-selector-parser": "^6.0.9",
  25594. "postcss-value-parser": "^4.2.0"
  25595. }
  25596. },
  25597. "postcss-clamp": {
  25598. "version": "4.1.0",
  25599. "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz",
  25600. "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==",
  25601. "requires": {
  25602. "postcss-value-parser": "^4.2.0"
  25603. }
  25604. },
  25605. "postcss-color-functional-notation": {
  25606. "version": "4.2.4",
  25607. "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz",
  25608. "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==",
  25609. "requires": {
  25610. "postcss-value-parser": "^4.2.0"
  25611. }
  25612. },
  25613. "postcss-color-hex-alpha": {
  25614. "version": "8.0.4",
  25615. "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz",
  25616. "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==",
  25617. "requires": {
  25618. "postcss-value-parser": "^4.2.0"
  25619. }
  25620. },
  25621. "postcss-color-rebeccapurple": {
  25622. "version": "7.1.1",
  25623. "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz",
  25624. "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==",
  25625. "requires": {
  25626. "postcss-value-parser": "^4.2.0"
  25627. }
  25628. },
  25629. "postcss-colormin": {
  25630. "version": "5.3.0",
  25631. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.0.tgz",
  25632. "integrity": "sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==",
  25633. "requires": {
  25634. "browserslist": "^4.16.6",
  25635. "caniuse-api": "^3.0.0",
  25636. "colord": "^2.9.1",
  25637. "postcss-value-parser": "^4.2.0"
  25638. }
  25639. },
  25640. "postcss-convert-values": {
  25641. "version": "5.1.2",
  25642. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.2.tgz",
  25643. "integrity": "sha512-c6Hzc4GAv95B7suy4udszX9Zy4ETyMCgFPUDtWjdFTKH1SE9eFY/jEpHSwTH1QPuwxHpWslhckUQWbNRM4ho5g==",
  25644. "requires": {
  25645. "browserslist": "^4.20.3",
  25646. "postcss-value-parser": "^4.2.0"
  25647. }
  25648. },
  25649. "postcss-custom-media": {
  25650. "version": "8.0.2",
  25651. "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz",
  25652. "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==",
  25653. "requires": {
  25654. "postcss-value-parser": "^4.2.0"
  25655. }
  25656. },
  25657. "postcss-custom-properties": {
  25658. "version": "12.1.8",
  25659. "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.8.tgz",
  25660. "integrity": "sha512-8rbj8kVu00RQh2fQF81oBqtduiANu4MIxhyf0HbbStgPtnFlWn0yiaYTpLHrPnJbffVY1s9apWsIoVZcc68FxA==",
  25661. "requires": {
  25662. "postcss-value-parser": "^4.2.0"
  25663. }
  25664. },
  25665. "postcss-custom-selectors": {
  25666. "version": "6.0.3",
  25667. "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz",
  25668. "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==",
  25669. "requires": {
  25670. "postcss-selector-parser": "^6.0.4"
  25671. }
  25672. },
  25673. "postcss-dir-pseudo-class": {
  25674. "version": "6.0.5",
  25675. "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz",
  25676. "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==",
  25677. "requires": {
  25678. "postcss-selector-parser": "^6.0.10"
  25679. }
  25680. },
  25681. "postcss-discard-comments": {
  25682. "version": "5.1.2",
  25683. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
  25684. "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==",
  25685. "requires": {}
  25686. },
  25687. "postcss-discard-duplicates": {
  25688. "version": "5.1.0",
  25689. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
  25690. "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==",
  25691. "requires": {}
  25692. },
  25693. "postcss-discard-empty": {
  25694. "version": "5.1.1",
  25695. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
  25696. "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
  25697. "requires": {}
  25698. },
  25699. "postcss-discard-overridden": {
  25700. "version": "5.1.0",
  25701. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz",
  25702. "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==",
  25703. "requires": {}
  25704. },
  25705. "postcss-double-position-gradients": {
  25706. "version": "3.1.2",
  25707. "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz",
  25708. "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==",
  25709. "requires": {
  25710. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  25711. "postcss-value-parser": "^4.2.0"
  25712. }
  25713. },
  25714. "postcss-env-function": {
  25715. "version": "4.0.6",
  25716. "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz",
  25717. "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==",
  25718. "requires": {
  25719. "postcss-value-parser": "^4.2.0"
  25720. }
  25721. },
  25722. "postcss-flexbugs-fixes": {
  25723. "version": "5.0.2",
  25724. "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz",
  25725. "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==",
  25726. "requires": {}
  25727. },
  25728. "postcss-focus-visible": {
  25729. "version": "6.0.4",
  25730. "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz",
  25731. "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==",
  25732. "requires": {
  25733. "postcss-selector-parser": "^6.0.9"
  25734. }
  25735. },
  25736. "postcss-focus-within": {
  25737. "version": "5.0.4",
  25738. "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz",
  25739. "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==",
  25740. "requires": {
  25741. "postcss-selector-parser": "^6.0.9"
  25742. }
  25743. },
  25744. "postcss-font-variant": {
  25745. "version": "5.0.0",
  25746. "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
  25747. "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
  25748. "requires": {}
  25749. },
  25750. "postcss-gap-properties": {
  25751. "version": "3.0.5",
  25752. "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz",
  25753. "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==",
  25754. "requires": {}
  25755. },
  25756. "postcss-image-set-function": {
  25757. "version": "4.0.7",
  25758. "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz",
  25759. "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==",
  25760. "requires": {
  25761. "postcss-value-parser": "^4.2.0"
  25762. }
  25763. },
  25764. "postcss-import": {
  25765. "version": "14.1.0",
  25766. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz",
  25767. "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==",
  25768. "requires": {
  25769. "postcss-value-parser": "^4.0.0",
  25770. "read-cache": "^1.0.0",
  25771. "resolve": "^1.1.7"
  25772. }
  25773. },
  25774. "postcss-initial": {
  25775. "version": "4.0.1",
  25776. "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz",
  25777. "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==",
  25778. "requires": {}
  25779. },
  25780. "postcss-js": {
  25781. "version": "4.0.0",
  25782. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz",
  25783. "integrity": "sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==",
  25784. "requires": {
  25785. "camelcase-css": "^2.0.1"
  25786. }
  25787. },
  25788. "postcss-lab-function": {
  25789. "version": "4.2.1",
  25790. "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz",
  25791. "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==",
  25792. "requires": {
  25793. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  25794. "postcss-value-parser": "^4.2.0"
  25795. }
  25796. },
  25797. "postcss-load-config": {
  25798. "version": "3.1.4",
  25799. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
  25800. "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
  25801. "requires": {
  25802. "lilconfig": "^2.0.5",
  25803. "yaml": "^1.10.2"
  25804. }
  25805. },
  25806. "postcss-loader": {
  25807. "version": "6.2.1",
  25808. "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz",
  25809. "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
  25810. "requires": {
  25811. "cosmiconfig": "^7.0.0",
  25812. "klona": "^2.0.5",
  25813. "semver": "^7.3.5"
  25814. }
  25815. },
  25816. "postcss-logical": {
  25817. "version": "5.0.4",
  25818. "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz",
  25819. "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==",
  25820. "requires": {}
  25821. },
  25822. "postcss-media-minmax": {
  25823. "version": "5.0.0",
  25824. "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz",
  25825. "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==",
  25826. "requires": {}
  25827. },
  25828. "postcss-merge-longhand": {
  25829. "version": "5.1.6",
  25830. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.6.tgz",
  25831. "integrity": "sha512-6C/UGF/3T5OE2CEbOuX7iNO63dnvqhGZeUnKkDeifebY0XqkkvrctYSZurpNE902LDf2yKwwPFgotnfSoPhQiw==",
  25832. "requires": {
  25833. "postcss-value-parser": "^4.2.0",
  25834. "stylehacks": "^5.1.0"
  25835. }
  25836. },
  25837. "postcss-merge-rules": {
  25838. "version": "5.1.2",
  25839. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.2.tgz",
  25840. "integrity": "sha512-zKMUlnw+zYCWoPN6yhPjtcEdlJaMUZ0WyVcxTAmw3lkkN/NDMRkOkiuctQEoWAOvH7twaxUUdvBWl0d4+hifRQ==",
  25841. "requires": {
  25842. "browserslist": "^4.16.6",
  25843. "caniuse-api": "^3.0.0",
  25844. "cssnano-utils": "^3.1.0",
  25845. "postcss-selector-parser": "^6.0.5"
  25846. }
  25847. },
  25848. "postcss-minify-font-values": {
  25849. "version": "5.1.0",
  25850. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz",
  25851. "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==",
  25852. "requires": {
  25853. "postcss-value-parser": "^4.2.0"
  25854. }
  25855. },
  25856. "postcss-minify-gradients": {
  25857. "version": "5.1.1",
  25858. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz",
  25859. "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==",
  25860. "requires": {
  25861. "colord": "^2.9.1",
  25862. "cssnano-utils": "^3.1.0",
  25863. "postcss-value-parser": "^4.2.0"
  25864. }
  25865. },
  25866. "postcss-minify-params": {
  25867. "version": "5.1.3",
  25868. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.3.tgz",
  25869. "integrity": "sha512-bkzpWcjykkqIujNL+EVEPOlLYi/eZ050oImVtHU7b4lFS82jPnsCb44gvC6pxaNt38Els3jWYDHTjHKf0koTgg==",
  25870. "requires": {
  25871. "browserslist": "^4.16.6",
  25872. "cssnano-utils": "^3.1.0",
  25873. "postcss-value-parser": "^4.2.0"
  25874. }
  25875. },
  25876. "postcss-minify-selectors": {
  25877. "version": "5.2.1",
  25878. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz",
  25879. "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==",
  25880. "requires": {
  25881. "postcss-selector-parser": "^6.0.5"
  25882. }
  25883. },
  25884. "postcss-modules-extract-imports": {
  25885. "version": "3.0.0",
  25886. "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
  25887. "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
  25888. "requires": {}
  25889. },
  25890. "postcss-modules-local-by-default": {
  25891. "version": "4.0.0",
  25892. "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz",
  25893. "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==",
  25894. "requires": {
  25895. "icss-utils": "^5.0.0",
  25896. "postcss-selector-parser": "^6.0.2",
  25897. "postcss-value-parser": "^4.1.0"
  25898. }
  25899. },
  25900. "postcss-modules-scope": {
  25901. "version": "3.0.0",
  25902. "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
  25903. "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
  25904. "requires": {
  25905. "postcss-selector-parser": "^6.0.4"
  25906. }
  25907. },
  25908. "postcss-modules-values": {
  25909. "version": "4.0.0",
  25910. "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
  25911. "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
  25912. "requires": {
  25913. "icss-utils": "^5.0.0"
  25914. }
  25915. },
  25916. "postcss-nested": {
  25917. "version": "5.0.6",
  25918. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz",
  25919. "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==",
  25920. "requires": {
  25921. "postcss-selector-parser": "^6.0.6"
  25922. }
  25923. },
  25924. "postcss-nesting": {
  25925. "version": "10.1.10",
  25926. "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.1.10.tgz",
  25927. "integrity": "sha512-lqd7LXCq0gWc0wKXtoKDru5wEUNjm3OryLVNRZ8OnW8km6fSNUuFrjEhU3nklxXE2jvd4qrox566acgh+xQt8w==",
  25928. "requires": {
  25929. "@csstools/selector-specificity": "^2.0.0",
  25930. "postcss-selector-parser": "^6.0.10"
  25931. }
  25932. },
  25933. "postcss-normalize": {
  25934. "version": "10.0.1",
  25935. "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz",
  25936. "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==",
  25937. "requires": {
  25938. "@csstools/normalize.css": "*",
  25939. "postcss-browser-comments": "^4",
  25940. "sanitize.css": "*"
  25941. }
  25942. },
  25943. "postcss-normalize-charset": {
  25944. "version": "5.1.0",
  25945. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
  25946. "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==",
  25947. "requires": {}
  25948. },
  25949. "postcss-normalize-display-values": {
  25950. "version": "5.1.0",
  25951. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz",
  25952. "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==",
  25953. "requires": {
  25954. "postcss-value-parser": "^4.2.0"
  25955. }
  25956. },
  25957. "postcss-normalize-positions": {
  25958. "version": "5.1.1",
  25959. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz",
  25960. "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==",
  25961. "requires": {
  25962. "postcss-value-parser": "^4.2.0"
  25963. }
  25964. },
  25965. "postcss-normalize-repeat-style": {
  25966. "version": "5.1.1",
  25967. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz",
  25968. "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==",
  25969. "requires": {
  25970. "postcss-value-parser": "^4.2.0"
  25971. }
  25972. },
  25973. "postcss-normalize-string": {
  25974. "version": "5.1.0",
  25975. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz",
  25976. "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==",
  25977. "requires": {
  25978. "postcss-value-parser": "^4.2.0"
  25979. }
  25980. },
  25981. "postcss-normalize-timing-functions": {
  25982. "version": "5.1.0",
  25983. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz",
  25984. "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==",
  25985. "requires": {
  25986. "postcss-value-parser": "^4.2.0"
  25987. }
  25988. },
  25989. "postcss-normalize-unicode": {
  25990. "version": "5.1.0",
  25991. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.0.tgz",
  25992. "integrity": "sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==",
  25993. "requires": {
  25994. "browserslist": "^4.16.6",
  25995. "postcss-value-parser": "^4.2.0"
  25996. }
  25997. },
  25998. "postcss-normalize-url": {
  25999. "version": "5.1.0",
  26000. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
  26001. "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
  26002. "requires": {
  26003. "normalize-url": "^6.0.1",
  26004. "postcss-value-parser": "^4.2.0"
  26005. }
  26006. },
  26007. "postcss-normalize-whitespace": {
  26008. "version": "5.1.1",
  26009. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz",
  26010. "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==",
  26011. "requires": {
  26012. "postcss-value-parser": "^4.2.0"
  26013. }
  26014. },
  26015. "postcss-opacity-percentage": {
  26016. "version": "1.1.2",
  26017. "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.2.tgz",
  26018. "integrity": "sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w=="
  26019. },
  26020. "postcss-ordered-values": {
  26021. "version": "5.1.3",
  26022. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz",
  26023. "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==",
  26024. "requires": {
  26025. "cssnano-utils": "^3.1.0",
  26026. "postcss-value-parser": "^4.2.0"
  26027. }
  26028. },
  26029. "postcss-overflow-shorthand": {
  26030. "version": "3.0.4",
  26031. "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz",
  26032. "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==",
  26033. "requires": {
  26034. "postcss-value-parser": "^4.2.0"
  26035. }
  26036. },
  26037. "postcss-page-break": {
  26038. "version": "3.0.4",
  26039. "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
  26040. "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
  26041. "requires": {}
  26042. },
  26043. "postcss-place": {
  26044. "version": "7.0.5",
  26045. "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz",
  26046. "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==",
  26047. "requires": {
  26048. "postcss-value-parser": "^4.2.0"
  26049. }
  26050. },
  26051. "postcss-preset-env": {
  26052. "version": "7.7.2",
  26053. "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.7.2.tgz",
  26054. "integrity": "sha512-1q0ih7EDsZmCb/FMDRvosna7Gsbdx8CvYO5hYT120hcp2ZAuOHpSzibujZ4JpIUcAC02PG6b+eftxqjTFh5BNA==",
  26055. "requires": {
  26056. "@csstools/postcss-cascade-layers": "^1.0.4",
  26057. "@csstools/postcss-color-function": "^1.1.0",
  26058. "@csstools/postcss-font-format-keywords": "^1.0.0",
  26059. "@csstools/postcss-hwb-function": "^1.0.1",
  26060. "@csstools/postcss-ic-unit": "^1.0.0",
  26061. "@csstools/postcss-is-pseudo-class": "^2.0.6",
  26062. "@csstools/postcss-normalize-display-values": "^1.0.0",
  26063. "@csstools/postcss-oklab-function": "^1.1.0",
  26064. "@csstools/postcss-progressive-custom-properties": "^1.3.0",
  26065. "@csstools/postcss-stepped-value-functions": "^1.0.0",
  26066. "@csstools/postcss-trigonometric-functions": "^1.0.1",
  26067. "@csstools/postcss-unset-value": "^1.0.1",
  26068. "autoprefixer": "^10.4.7",
  26069. "browserslist": "^4.21.0",
  26070. "css-blank-pseudo": "^3.0.3",
  26071. "css-has-pseudo": "^3.0.4",
  26072. "css-prefers-color-scheme": "^6.0.3",
  26073. "cssdb": "^6.6.3",
  26074. "postcss-attribute-case-insensitive": "^5.0.1",
  26075. "postcss-clamp": "^4.1.0",
  26076. "postcss-color-functional-notation": "^4.2.3",
  26077. "postcss-color-hex-alpha": "^8.0.4",
  26078. "postcss-color-rebeccapurple": "^7.1.0",
  26079. "postcss-custom-media": "^8.0.2",
  26080. "postcss-custom-properties": "^12.1.8",
  26081. "postcss-custom-selectors": "^6.0.3",
  26082. "postcss-dir-pseudo-class": "^6.0.4",
  26083. "postcss-double-position-gradients": "^3.1.1",
  26084. "postcss-env-function": "^4.0.6",
  26085. "postcss-focus-visible": "^6.0.4",
  26086. "postcss-focus-within": "^5.0.4",
  26087. "postcss-font-variant": "^5.0.0",
  26088. "postcss-gap-properties": "^3.0.3",
  26089. "postcss-image-set-function": "^4.0.6",
  26090. "postcss-initial": "^4.0.1",
  26091. "postcss-lab-function": "^4.2.0",
  26092. "postcss-logical": "^5.0.4",
  26093. "postcss-media-minmax": "^5.0.0",
  26094. "postcss-nesting": "^10.1.9",
  26095. "postcss-opacity-percentage": "^1.1.2",
  26096. "postcss-overflow-shorthand": "^3.0.3",
  26097. "postcss-page-break": "^3.0.4",
  26098. "postcss-place": "^7.0.4",
  26099. "postcss-pseudo-class-any-link": "^7.1.5",
  26100. "postcss-replace-overflow-wrap": "^4.0.0",
  26101. "postcss-selector-not": "^6.0.0",
  26102. "postcss-value-parser": "^4.2.0"
  26103. }
  26104. },
  26105. "postcss-pseudo-class-any-link": {
  26106. "version": "7.1.6",
  26107. "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz",
  26108. "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==",
  26109. "requires": {
  26110. "postcss-selector-parser": "^6.0.10"
  26111. }
  26112. },
  26113. "postcss-reduce-initial": {
  26114. "version": "5.1.0",
  26115. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.0.tgz",
  26116. "integrity": "sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==",
  26117. "requires": {
  26118. "browserslist": "^4.16.6",
  26119. "caniuse-api": "^3.0.0"
  26120. }
  26121. },
  26122. "postcss-reduce-transforms": {
  26123. "version": "5.1.0",
  26124. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz",
  26125. "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==",
  26126. "requires": {
  26127. "postcss-value-parser": "^4.2.0"
  26128. }
  26129. },
  26130. "postcss-replace-overflow-wrap": {
  26131. "version": "4.0.0",
  26132. "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
  26133. "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
  26134. "requires": {}
  26135. },
  26136. "postcss-selector-not": {
  26137. "version": "6.0.1",
  26138. "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz",
  26139. "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==",
  26140. "requires": {
  26141. "postcss-selector-parser": "^6.0.10"
  26142. }
  26143. },
  26144. "postcss-selector-parser": {
  26145. "version": "6.0.10",
  26146. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz",
  26147. "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==",
  26148. "requires": {
  26149. "cssesc": "^3.0.0",
  26150. "util-deprecate": "^1.0.2"
  26151. }
  26152. },
  26153. "postcss-svgo": {
  26154. "version": "5.1.0",
  26155. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz",
  26156. "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==",
  26157. "requires": {
  26158. "postcss-value-parser": "^4.2.0",
  26159. "svgo": "^2.7.0"
  26160. },
  26161. "dependencies": {
  26162. "commander": {
  26163. "version": "7.2.0",
  26164. "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
  26165. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="
  26166. },
  26167. "css-tree": {
  26168. "version": "1.1.3",
  26169. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
  26170. "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
  26171. "requires": {
  26172. "mdn-data": "2.0.14",
  26173. "source-map": "^0.6.1"
  26174. }
  26175. },
  26176. "mdn-data": {
  26177. "version": "2.0.14",
  26178. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
  26179. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
  26180. },
  26181. "source-map": {
  26182. "version": "0.6.1",
  26183. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  26184. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  26185. },
  26186. "svgo": {
  26187. "version": "2.8.0",
  26188. "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
  26189. "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
  26190. "requires": {
  26191. "@trysound/sax": "0.2.0",
  26192. "commander": "^7.2.0",
  26193. "css-select": "^4.1.3",
  26194. "css-tree": "^1.1.3",
  26195. "csso": "^4.2.0",
  26196. "picocolors": "^1.0.0",
  26197. "stable": "^0.1.8"
  26198. }
  26199. }
  26200. }
  26201. },
  26202. "postcss-unique-selectors": {
  26203. "version": "5.1.1",
  26204. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz",
  26205. "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==",
  26206. "requires": {
  26207. "postcss-selector-parser": "^6.0.5"
  26208. }
  26209. },
  26210. "postcss-value-parser": {
  26211. "version": "4.2.0",
  26212. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  26213. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  26214. },
  26215. "prelude-ls": {
  26216. "version": "1.2.1",
  26217. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  26218. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="
  26219. },
  26220. "pretty-bytes": {
  26221. "version": "5.6.0",
  26222. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
  26223. "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg=="
  26224. },
  26225. "pretty-error": {
  26226. "version": "4.0.0",
  26227. "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
  26228. "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
  26229. "requires": {
  26230. "lodash": "^4.17.20",
  26231. "renderkid": "^3.0.0"
  26232. }
  26233. },
  26234. "pretty-format": {
  26235. "version": "27.5.1",
  26236. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
  26237. "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
  26238. "requires": {
  26239. "ansi-regex": "^5.0.1",
  26240. "ansi-styles": "^5.0.0",
  26241. "react-is": "^17.0.1"
  26242. },
  26243. "dependencies": {
  26244. "ansi-styles": {
  26245. "version": "5.2.0",
  26246. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  26247. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
  26248. }
  26249. }
  26250. },
  26251. "process-nextick-args": {
  26252. "version": "2.0.1",
  26253. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  26254. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  26255. },
  26256. "promise": {
  26257. "version": "8.1.0",
  26258. "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz",
  26259. "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==",
  26260. "requires": {
  26261. "asap": "~2.0.6"
  26262. }
  26263. },
  26264. "prompts": {
  26265. "version": "2.4.2",
  26266. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  26267. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  26268. "requires": {
  26269. "kleur": "^3.0.3",
  26270. "sisteransi": "^1.0.5"
  26271. }
  26272. },
  26273. "prop-type": {
  26274. "version": "0.0.1",
  26275. "resolved": "https://registry.npmjs.org/prop-type/-/prop-type-0.0.1.tgz",
  26276. "integrity": "sha512-6+7BTexA1dif2J3zyeVZB5sn3KVb/7iRJKruWTHpeHD99rUmWTHp7Vp51rPGPIa9av4HX1g+2D2gdIAWOhI7gw=="
  26277. },
  26278. "prop-types": {
  26279. "version": "15.8.1",
  26280. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  26281. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  26282. "requires": {
  26283. "loose-envify": "^1.4.0",
  26284. "object-assign": "^4.1.1",
  26285. "react-is": "^16.13.1"
  26286. },
  26287. "dependencies": {
  26288. "react-is": {
  26289. "version": "16.13.1",
  26290. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  26291. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  26292. }
  26293. }
  26294. },
  26295. "proxy-addr": {
  26296. "version": "2.0.7",
  26297. "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
  26298. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  26299. "requires": {
  26300. "forwarded": "0.2.0",
  26301. "ipaddr.js": "1.9.1"
  26302. },
  26303. "dependencies": {
  26304. "ipaddr.js": {
  26305. "version": "1.9.1",
  26306. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  26307. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g=="
  26308. }
  26309. }
  26310. },
  26311. "psl": {
  26312. "version": "1.9.0",
  26313. "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
  26314. "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag=="
  26315. },
  26316. "punycode": {
  26317. "version": "2.1.1",
  26318. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
  26319. "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
  26320. },
  26321. "q": {
  26322. "version": "1.5.1",
  26323. "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
  26324. "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw=="
  26325. },
  26326. "qs": {
  26327. "version": "6.10.3",
  26328. "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz",
  26329. "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==",
  26330. "requires": {
  26331. "side-channel": "^1.0.4"
  26332. }
  26333. },
  26334. "queue-microtask": {
  26335. "version": "1.2.3",
  26336. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  26337. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="
  26338. },
  26339. "quick-lru": {
  26340. "version": "5.1.1",
  26341. "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
  26342. "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA=="
  26343. },
  26344. "raf": {
  26345. "version": "3.4.1",
  26346. "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
  26347. "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
  26348. "requires": {
  26349. "performance-now": "^2.1.0"
  26350. }
  26351. },
  26352. "randombytes": {
  26353. "version": "2.1.0",
  26354. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  26355. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  26356. "requires": {
  26357. "safe-buffer": "^5.1.0"
  26358. }
  26359. },
  26360. "range-parser": {
  26361. "version": "1.2.1",
  26362. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  26363. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
  26364. },
  26365. "raw-body": {
  26366. "version": "2.5.1",
  26367. "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz",
  26368. "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
  26369. "requires": {
  26370. "bytes": "3.1.2",
  26371. "http-errors": "2.0.0",
  26372. "iconv-lite": "0.4.24",
  26373. "unpipe": "1.0.0"
  26374. },
  26375. "dependencies": {
  26376. "bytes": {
  26377. "version": "3.1.2",
  26378. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  26379. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="
  26380. },
  26381. "iconv-lite": {
  26382. "version": "0.4.24",
  26383. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  26384. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  26385. "requires": {
  26386. "safer-buffer": ">= 2.1.2 < 3"
  26387. }
  26388. }
  26389. }
  26390. },
  26391. "react": {
  26392. "version": "18.2.0",
  26393. "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
  26394. "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
  26395. "requires": {
  26396. "loose-envify": "^1.1.0"
  26397. }
  26398. },
  26399. "react-app-polyfill": {
  26400. "version": "3.0.0",
  26401. "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz",
  26402. "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==",
  26403. "requires": {
  26404. "core-js": "^3.19.2",
  26405. "object-assign": "^4.1.1",
  26406. "promise": "^8.1.0",
  26407. "raf": "^3.4.1",
  26408. "regenerator-runtime": "^0.13.9",
  26409. "whatwg-fetch": "^3.6.2"
  26410. }
  26411. },
  26412. "react-dev-utils": {
  26413. "version": "12.0.1",
  26414. "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz",
  26415. "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==",
  26416. "requires": {
  26417. "@babel/code-frame": "^7.16.0",
  26418. "address": "^1.1.2",
  26419. "browserslist": "^4.18.1",
  26420. "chalk": "^4.1.2",
  26421. "cross-spawn": "^7.0.3",
  26422. "detect-port-alt": "^1.1.6",
  26423. "escape-string-regexp": "^4.0.0",
  26424. "filesize": "^8.0.6",
  26425. "find-up": "^5.0.0",
  26426. "fork-ts-checker-webpack-plugin": "^6.5.0",
  26427. "global-modules": "^2.0.0",
  26428. "globby": "^11.0.4",
  26429. "gzip-size": "^6.0.0",
  26430. "immer": "^9.0.7",
  26431. "is-root": "^2.1.0",
  26432. "loader-utils": "^3.2.0",
  26433. "open": "^8.4.0",
  26434. "pkg-up": "^3.1.0",
  26435. "prompts": "^2.4.2",
  26436. "react-error-overlay": "^6.0.11",
  26437. "recursive-readdir": "^2.2.2",
  26438. "shell-quote": "^1.7.3",
  26439. "strip-ansi": "^6.0.1",
  26440. "text-table": "^0.2.0"
  26441. },
  26442. "dependencies": {
  26443. "ansi-styles": {
  26444. "version": "4.3.0",
  26445. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  26446. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  26447. "requires": {
  26448. "color-convert": "^2.0.1"
  26449. }
  26450. },
  26451. "chalk": {
  26452. "version": "4.1.2",
  26453. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  26454. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  26455. "requires": {
  26456. "ansi-styles": "^4.1.0",
  26457. "supports-color": "^7.1.0"
  26458. }
  26459. },
  26460. "color-convert": {
  26461. "version": "2.0.1",
  26462. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  26463. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  26464. "requires": {
  26465. "color-name": "~1.1.4"
  26466. }
  26467. },
  26468. "color-name": {
  26469. "version": "1.1.4",
  26470. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  26471. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  26472. },
  26473. "escape-string-regexp": {
  26474. "version": "4.0.0",
  26475. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  26476. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
  26477. },
  26478. "has-flag": {
  26479. "version": "4.0.0",
  26480. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  26481. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  26482. },
  26483. "loader-utils": {
  26484. "version": "3.2.0",
  26485. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.0.tgz",
  26486. "integrity": "sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ=="
  26487. },
  26488. "supports-color": {
  26489. "version": "7.2.0",
  26490. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  26491. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  26492. "requires": {
  26493. "has-flag": "^4.0.0"
  26494. }
  26495. }
  26496. }
  26497. },
  26498. "react-dom": {
  26499. "version": "18.2.0",
  26500. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
  26501. "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==",
  26502. "requires": {
  26503. "loose-envify": "^1.1.0",
  26504. "scheduler": "^0.23.0"
  26505. }
  26506. },
  26507. "react-error-overlay": {
  26508. "version": "6.0.11",
  26509. "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz",
  26510. "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg=="
  26511. },
  26512. "react-is": {
  26513. "version": "17.0.2",
  26514. "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
  26515. "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
  26516. },
  26517. "react-refresh": {
  26518. "version": "0.11.0",
  26519. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
  26520. "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A=="
  26521. },
  26522. "react-scripts": {
  26523. "version": "5.0.1",
  26524. "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz",
  26525. "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==",
  26526. "requires": {
  26527. "@babel/core": "^7.16.0",
  26528. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
  26529. "@svgr/webpack": "^5.5.0",
  26530. "babel-jest": "^27.4.2",
  26531. "babel-loader": "^8.2.3",
  26532. "babel-plugin-named-asset-import": "^0.3.8",
  26533. "babel-preset-react-app": "^10.0.1",
  26534. "bfj": "^7.0.2",
  26535. "browserslist": "^4.18.1",
  26536. "camelcase": "^6.2.1",
  26537. "case-sensitive-paths-webpack-plugin": "^2.4.0",
  26538. "css-loader": "^6.5.1",
  26539. "css-minimizer-webpack-plugin": "^3.2.0",
  26540. "dotenv": "^10.0.0",
  26541. "dotenv-expand": "^5.1.0",
  26542. "eslint": "^8.3.0",
  26543. "eslint-config-react-app": "^7.0.1",
  26544. "eslint-webpack-plugin": "^3.1.1",
  26545. "file-loader": "^6.2.0",
  26546. "fs-extra": "^10.0.0",
  26547. "fsevents": "^2.3.2",
  26548. "html-webpack-plugin": "^5.5.0",
  26549. "identity-obj-proxy": "^3.0.0",
  26550. "jest": "^27.4.3",
  26551. "jest-resolve": "^27.4.2",
  26552. "jest-watch-typeahead": "^1.0.0",
  26553. "mini-css-extract-plugin": "^2.4.5",
  26554. "postcss": "^8.4.4",
  26555. "postcss-flexbugs-fixes": "^5.0.2",
  26556. "postcss-loader": "^6.2.1",
  26557. "postcss-normalize": "^10.0.1",
  26558. "postcss-preset-env": "^7.0.1",
  26559. "prompts": "^2.4.2",
  26560. "react-app-polyfill": "^3.0.0",
  26561. "react-dev-utils": "^12.0.1",
  26562. "react-refresh": "^0.11.0",
  26563. "resolve": "^1.20.0",
  26564. "resolve-url-loader": "^4.0.0",
  26565. "sass-loader": "^12.3.0",
  26566. "semver": "^7.3.5",
  26567. "source-map-loader": "^3.0.0",
  26568. "style-loader": "^3.3.1",
  26569. "tailwindcss": "^3.0.2",
  26570. "terser-webpack-plugin": "^5.2.5",
  26571. "webpack": "^5.64.4",
  26572. "webpack-dev-server": "^4.6.0",
  26573. "webpack-manifest-plugin": "^4.0.2",
  26574. "workbox-webpack-plugin": "^6.4.1"
  26575. }
  26576. },
  26577. "read-cache": {
  26578. "version": "1.0.0",
  26579. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  26580. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  26581. "requires": {
  26582. "pify": "^2.3.0"
  26583. }
  26584. },
  26585. "readable-stream": {
  26586. "version": "3.6.0",
  26587. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
  26588. "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
  26589. "requires": {
  26590. "inherits": "^2.0.3",
  26591. "string_decoder": "^1.1.1",
  26592. "util-deprecate": "^1.0.1"
  26593. }
  26594. },
  26595. "readdirp": {
  26596. "version": "3.6.0",
  26597. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  26598. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  26599. "requires": {
  26600. "picomatch": "^2.2.1"
  26601. }
  26602. },
  26603. "recursive-readdir": {
  26604. "version": "2.2.2",
  26605. "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz",
  26606. "integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==",
  26607. "requires": {
  26608. "minimatch": "3.0.4"
  26609. },
  26610. "dependencies": {
  26611. "minimatch": {
  26612. "version": "3.0.4",
  26613. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  26614. "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  26615. "requires": {
  26616. "brace-expansion": "^1.1.7"
  26617. }
  26618. }
  26619. }
  26620. },
  26621. "redent": {
  26622. "version": "3.0.0",
  26623. "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
  26624. "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
  26625. "requires": {
  26626. "indent-string": "^4.0.0",
  26627. "strip-indent": "^3.0.0"
  26628. }
  26629. },
  26630. "regenerate": {
  26631. "version": "1.4.2",
  26632. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  26633. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
  26634. },
  26635. "regenerate-unicode-properties": {
  26636. "version": "10.0.1",
  26637. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz",
  26638. "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==",
  26639. "requires": {
  26640. "regenerate": "^1.4.2"
  26641. }
  26642. },
  26643. "regenerator-runtime": {
  26644. "version": "0.13.9",
  26645. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
  26646. "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
  26647. },
  26648. "regenerator-transform": {
  26649. "version": "0.15.0",
  26650. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz",
  26651. "integrity": "sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==",
  26652. "requires": {
  26653. "@babel/runtime": "^7.8.4"
  26654. }
  26655. },
  26656. "regex-parser": {
  26657. "version": "2.2.11",
  26658. "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz",
  26659. "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q=="
  26660. },
  26661. "regexp.prototype.flags": {
  26662. "version": "1.4.3",
  26663. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz",
  26664. "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==",
  26665. "requires": {
  26666. "call-bind": "^1.0.2",
  26667. "define-properties": "^1.1.3",
  26668. "functions-have-names": "^1.2.2"
  26669. }
  26670. },
  26671. "regexpp": {
  26672. "version": "3.2.0",
  26673. "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
  26674. "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg=="
  26675. },
  26676. "regexpu-core": {
  26677. "version": "5.1.0",
  26678. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.1.0.tgz",
  26679. "integrity": "sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==",
  26680. "requires": {
  26681. "regenerate": "^1.4.2",
  26682. "regenerate-unicode-properties": "^10.0.1",
  26683. "regjsgen": "^0.6.0",
  26684. "regjsparser": "^0.8.2",
  26685. "unicode-match-property-ecmascript": "^2.0.0",
  26686. "unicode-match-property-value-ecmascript": "^2.0.0"
  26687. }
  26688. },
  26689. "regjsgen": {
  26690. "version": "0.6.0",
  26691. "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz",
  26692. "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA=="
  26693. },
  26694. "regjsparser": {
  26695. "version": "0.8.4",
  26696. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz",
  26697. "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==",
  26698. "requires": {
  26699. "jsesc": "~0.5.0"
  26700. },
  26701. "dependencies": {
  26702. "jsesc": {
  26703. "version": "0.5.0",
  26704. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  26705. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA=="
  26706. }
  26707. }
  26708. },
  26709. "relateurl": {
  26710. "version": "0.2.7",
  26711. "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
  26712. "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog=="
  26713. },
  26714. "renderkid": {
  26715. "version": "3.0.0",
  26716. "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
  26717. "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
  26718. "requires": {
  26719. "css-select": "^4.1.3",
  26720. "dom-converter": "^0.2.0",
  26721. "htmlparser2": "^6.1.0",
  26722. "lodash": "^4.17.21",
  26723. "strip-ansi": "^6.0.1"
  26724. }
  26725. },
  26726. "require-directory": {
  26727. "version": "2.1.1",
  26728. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  26729. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q=="
  26730. },
  26731. "require-from-string": {
  26732. "version": "2.0.2",
  26733. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  26734. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw=="
  26735. },
  26736. "requires-port": {
  26737. "version": "1.0.0",
  26738. "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
  26739. "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
  26740. },
  26741. "resolve": {
  26742. "version": "1.22.1",
  26743. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
  26744. "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
  26745. "requires": {
  26746. "is-core-module": "^2.9.0",
  26747. "path-parse": "^1.0.7",
  26748. "supports-preserve-symlinks-flag": "^1.0.0"
  26749. }
  26750. },
  26751. "resolve-cwd": {
  26752. "version": "3.0.0",
  26753. "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
  26754. "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
  26755. "requires": {
  26756. "resolve-from": "^5.0.0"
  26757. }
  26758. },
  26759. "resolve-from": {
  26760. "version": "5.0.0",
  26761. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  26762. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="
  26763. },
  26764. "resolve-url-loader": {
  26765. "version": "4.0.0",
  26766. "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz",
  26767. "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==",
  26768. "requires": {
  26769. "adjust-sourcemap-loader": "^4.0.0",
  26770. "convert-source-map": "^1.7.0",
  26771. "loader-utils": "^2.0.0",
  26772. "postcss": "^7.0.35",
  26773. "source-map": "0.6.1"
  26774. },
  26775. "dependencies": {
  26776. "picocolors": {
  26777. "version": "0.2.1",
  26778. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
  26779. "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
  26780. },
  26781. "postcss": {
  26782. "version": "7.0.39",
  26783. "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
  26784. "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
  26785. "requires": {
  26786. "picocolors": "^0.2.1",
  26787. "source-map": "^0.6.1"
  26788. }
  26789. },
  26790. "source-map": {
  26791. "version": "0.6.1",
  26792. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  26793. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  26794. }
  26795. }
  26796. },
  26797. "resolve.exports": {
  26798. "version": "1.1.0",
  26799. "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz",
  26800. "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ=="
  26801. },
  26802. "retry": {
  26803. "version": "0.13.1",
  26804. "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
  26805. "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg=="
  26806. },
  26807. "reusify": {
  26808. "version": "1.0.4",
  26809. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  26810. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw=="
  26811. },
  26812. "rimraf": {
  26813. "version": "3.0.2",
  26814. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  26815. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  26816. "requires": {
  26817. "glob": "^7.1.3"
  26818. }
  26819. },
  26820. "rollup": {
  26821. "version": "2.77.0",
  26822. "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.77.0.tgz",
  26823. "integrity": "sha512-vL8xjY4yOQEw79DvyXLijhnhh+R/O9zpF/LEgkCebZFtb6ELeN9H3/2T0r8+mp+fFTBHZ5qGpOpW2ela2zRt3g==",
  26824. "requires": {
  26825. "fsevents": "~2.3.2"
  26826. }
  26827. },
  26828. "rollup-plugin-terser": {
  26829. "version": "7.0.2",
  26830. "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
  26831. "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
  26832. "requires": {
  26833. "@babel/code-frame": "^7.10.4",
  26834. "jest-worker": "^26.2.1",
  26835. "serialize-javascript": "^4.0.0",
  26836. "terser": "^5.0.0"
  26837. },
  26838. "dependencies": {
  26839. "has-flag": {
  26840. "version": "4.0.0",
  26841. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  26842. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  26843. },
  26844. "jest-worker": {
  26845. "version": "26.6.2",
  26846. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
  26847. "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
  26848. "requires": {
  26849. "@types/node": "*",
  26850. "merge-stream": "^2.0.0",
  26851. "supports-color": "^7.0.0"
  26852. }
  26853. },
  26854. "serialize-javascript": {
  26855. "version": "4.0.0",
  26856. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
  26857. "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
  26858. "requires": {
  26859. "randombytes": "^2.1.0"
  26860. }
  26861. },
  26862. "supports-color": {
  26863. "version": "7.2.0",
  26864. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  26865. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  26866. "requires": {
  26867. "has-flag": "^4.0.0"
  26868. }
  26869. }
  26870. }
  26871. },
  26872. "run-parallel": {
  26873. "version": "1.2.0",
  26874. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  26875. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  26876. "requires": {
  26877. "queue-microtask": "^1.2.2"
  26878. }
  26879. },
  26880. "safe-buffer": {
  26881. "version": "5.1.2",
  26882. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  26883. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  26884. },
  26885. "safer-buffer": {
  26886. "version": "2.1.2",
  26887. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  26888. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
  26889. },
  26890. "sanitize.css": {
  26891. "version": "13.0.0",
  26892. "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz",
  26893. "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA=="
  26894. },
  26895. "sass-loader": {
  26896. "version": "12.6.0",
  26897. "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz",
  26898. "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==",
  26899. "requires": {
  26900. "klona": "^2.0.4",
  26901. "neo-async": "^2.6.2"
  26902. }
  26903. },
  26904. "sax": {
  26905. "version": "1.2.4",
  26906. "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
  26907. "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
  26908. },
  26909. "saxes": {
  26910. "version": "5.0.1",
  26911. "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
  26912. "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
  26913. "requires": {
  26914. "xmlchars": "^2.2.0"
  26915. }
  26916. },
  26917. "scheduler": {
  26918. "version": "0.23.0",
  26919. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
  26920. "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==",
  26921. "requires": {
  26922. "loose-envify": "^1.1.0"
  26923. }
  26924. },
  26925. "schema-utils": {
  26926. "version": "3.1.1",
  26927. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
  26928. "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
  26929. "requires": {
  26930. "@types/json-schema": "^7.0.8",
  26931. "ajv": "^6.12.5",
  26932. "ajv-keywords": "^3.5.2"
  26933. }
  26934. },
  26935. "select-hose": {
  26936. "version": "2.0.0",
  26937. "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
  26938. "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg=="
  26939. },
  26940. "selfsigned": {
  26941. "version": "2.0.1",
  26942. "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.0.1.tgz",
  26943. "integrity": "sha512-LmME957M1zOsUhG+67rAjKfiWFox3SBxE/yymatMZsAx+oMrJ0YQ8AToOnyCm7xbeg2ep37IHLxdu0o2MavQOQ==",
  26944. "requires": {
  26945. "node-forge": "^1"
  26946. }
  26947. },
  26948. "semver": {
  26949. "version": "7.3.7",
  26950. "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
  26951. "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
  26952. "requires": {
  26953. "lru-cache": "^6.0.0"
  26954. }
  26955. },
  26956. "send": {
  26957. "version": "0.18.0",
  26958. "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
  26959. "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
  26960. "requires": {
  26961. "debug": "2.6.9",
  26962. "depd": "2.0.0",
  26963. "destroy": "1.2.0",
  26964. "encodeurl": "~1.0.2",
  26965. "escape-html": "~1.0.3",
  26966. "etag": "~1.8.1",
  26967. "fresh": "0.5.2",
  26968. "http-errors": "2.0.0",
  26969. "mime": "1.6.0",
  26970. "ms": "2.1.3",
  26971. "on-finished": "2.4.1",
  26972. "range-parser": "~1.2.1",
  26973. "statuses": "2.0.1"
  26974. },
  26975. "dependencies": {
  26976. "debug": {
  26977. "version": "2.6.9",
  26978. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  26979. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  26980. "requires": {
  26981. "ms": "2.0.0"
  26982. },
  26983. "dependencies": {
  26984. "ms": {
  26985. "version": "2.0.0",
  26986. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  26987. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  26988. }
  26989. }
  26990. },
  26991. "ms": {
  26992. "version": "2.1.3",
  26993. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  26994. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  26995. }
  26996. }
  26997. },
  26998. "serialize-javascript": {
  26999. "version": "6.0.0",
  27000. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz",
  27001. "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==",
  27002. "requires": {
  27003. "randombytes": "^2.1.0"
  27004. }
  27005. },
  27006. "serve-index": {
  27007. "version": "1.9.1",
  27008. "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
  27009. "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
  27010. "requires": {
  27011. "accepts": "~1.3.4",
  27012. "batch": "0.6.1",
  27013. "debug": "2.6.9",
  27014. "escape-html": "~1.0.3",
  27015. "http-errors": "~1.6.2",
  27016. "mime-types": "~2.1.17",
  27017. "parseurl": "~1.3.2"
  27018. },
  27019. "dependencies": {
  27020. "debug": {
  27021. "version": "2.6.9",
  27022. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  27023. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  27024. "requires": {
  27025. "ms": "2.0.0"
  27026. }
  27027. },
  27028. "depd": {
  27029. "version": "1.1.2",
  27030. "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
  27031. "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ=="
  27032. },
  27033. "http-errors": {
  27034. "version": "1.6.3",
  27035. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
  27036. "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
  27037. "requires": {
  27038. "depd": "~1.1.2",
  27039. "inherits": "2.0.3",
  27040. "setprototypeof": "1.1.0",
  27041. "statuses": ">= 1.4.0 < 2"
  27042. }
  27043. },
  27044. "inherits": {
  27045. "version": "2.0.3",
  27046. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  27047. "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw=="
  27048. },
  27049. "ms": {
  27050. "version": "2.0.0",
  27051. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  27052. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  27053. },
  27054. "setprototypeof": {
  27055. "version": "1.1.0",
  27056. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
  27057. "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ=="
  27058. },
  27059. "statuses": {
  27060. "version": "1.5.0",
  27061. "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
  27062. "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA=="
  27063. }
  27064. }
  27065. },
  27066. "serve-static": {
  27067. "version": "1.15.0",
  27068. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
  27069. "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
  27070. "requires": {
  27071. "encodeurl": "~1.0.2",
  27072. "escape-html": "~1.0.3",
  27073. "parseurl": "~1.3.3",
  27074. "send": "0.18.0"
  27075. }
  27076. },
  27077. "setprototypeof": {
  27078. "version": "1.2.0",
  27079. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  27080. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  27081. },
  27082. "shebang-command": {
  27083. "version": "2.0.0",
  27084. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  27085. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  27086. "requires": {
  27087. "shebang-regex": "^3.0.0"
  27088. }
  27089. },
  27090. "shebang-regex": {
  27091. "version": "3.0.0",
  27092. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  27093. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
  27094. },
  27095. "shell-quote": {
  27096. "version": "1.7.3",
  27097. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
  27098. "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw=="
  27099. },
  27100. "side-channel": {
  27101. "version": "1.0.4",
  27102. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
  27103. "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
  27104. "requires": {
  27105. "call-bind": "^1.0.0",
  27106. "get-intrinsic": "^1.0.2",
  27107. "object-inspect": "^1.9.0"
  27108. }
  27109. },
  27110. "signal-exit": {
  27111. "version": "3.0.7",
  27112. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  27113. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  27114. },
  27115. "sisteransi": {
  27116. "version": "1.0.5",
  27117. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  27118. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  27119. },
  27120. "slash": {
  27121. "version": "3.0.0",
  27122. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  27123. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
  27124. },
  27125. "sockjs": {
  27126. "version": "0.3.24",
  27127. "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
  27128. "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
  27129. "requires": {
  27130. "faye-websocket": "^0.11.3",
  27131. "uuid": "^8.3.2",
  27132. "websocket-driver": "^0.7.4"
  27133. }
  27134. },
  27135. "source-list-map": {
  27136. "version": "2.0.1",
  27137. "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
  27138. "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
  27139. },
  27140. "source-map": {
  27141. "version": "0.7.4",
  27142. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  27143. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA=="
  27144. },
  27145. "source-map-js": {
  27146. "version": "1.0.2",
  27147. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
  27148. "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw=="
  27149. },
  27150. "source-map-loader": {
  27151. "version": "3.0.1",
  27152. "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.1.tgz",
  27153. "integrity": "sha512-Vp1UsfyPvgujKQzi4pyDiTOnE3E4H+yHvkVRN3c/9PJmQS4CQJExvcDvaX/D+RV+xQben9HJ56jMJS3CgUeWyA==",
  27154. "requires": {
  27155. "abab": "^2.0.5",
  27156. "iconv-lite": "^0.6.3",
  27157. "source-map-js": "^1.0.1"
  27158. }
  27159. },
  27160. "source-map-resolve": {
  27161. "version": "0.6.0",
  27162. "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz",
  27163. "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==",
  27164. "requires": {
  27165. "atob": "^2.1.2",
  27166. "decode-uri-component": "^0.2.0"
  27167. }
  27168. },
  27169. "source-map-support": {
  27170. "version": "0.5.21",
  27171. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  27172. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  27173. "requires": {
  27174. "buffer-from": "^1.0.0",
  27175. "source-map": "^0.6.0"
  27176. },
  27177. "dependencies": {
  27178. "source-map": {
  27179. "version": "0.6.1",
  27180. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  27181. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  27182. }
  27183. }
  27184. },
  27185. "sourcemap-codec": {
  27186. "version": "1.4.8",
  27187. "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  27188. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA=="
  27189. },
  27190. "spdy": {
  27191. "version": "4.0.2",
  27192. "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
  27193. "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
  27194. "requires": {
  27195. "debug": "^4.1.0",
  27196. "handle-thing": "^2.0.0",
  27197. "http-deceiver": "^1.2.7",
  27198. "select-hose": "^2.0.0",
  27199. "spdy-transport": "^3.0.0"
  27200. }
  27201. },
  27202. "spdy-transport": {
  27203. "version": "3.0.0",
  27204. "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
  27205. "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
  27206. "requires": {
  27207. "debug": "^4.1.0",
  27208. "detect-node": "^2.0.4",
  27209. "hpack.js": "^2.1.6",
  27210. "obuf": "^1.1.2",
  27211. "readable-stream": "^3.0.6",
  27212. "wbuf": "^1.7.3"
  27213. }
  27214. },
  27215. "sprintf-js": {
  27216. "version": "1.0.3",
  27217. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  27218. "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
  27219. },
  27220. "stable": {
  27221. "version": "0.1.8",
  27222. "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
  27223. "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w=="
  27224. },
  27225. "stack-utils": {
  27226. "version": "2.0.5",
  27227. "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz",
  27228. "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==",
  27229. "requires": {
  27230. "escape-string-regexp": "^2.0.0"
  27231. },
  27232. "dependencies": {
  27233. "escape-string-regexp": {
  27234. "version": "2.0.0",
  27235. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  27236. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
  27237. }
  27238. }
  27239. },
  27240. "stackframe": {
  27241. "version": "1.3.4",
  27242. "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
  27243. "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw=="
  27244. },
  27245. "statuses": {
  27246. "version": "2.0.1",
  27247. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  27248. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ=="
  27249. },
  27250. "string_decoder": {
  27251. "version": "1.3.0",
  27252. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  27253. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  27254. "requires": {
  27255. "safe-buffer": "~5.2.0"
  27256. },
  27257. "dependencies": {
  27258. "safe-buffer": {
  27259. "version": "5.2.1",
  27260. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  27261. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
  27262. }
  27263. }
  27264. },
  27265. "string-length": {
  27266. "version": "4.0.2",
  27267. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  27268. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  27269. "requires": {
  27270. "char-regex": "^1.0.2",
  27271. "strip-ansi": "^6.0.0"
  27272. }
  27273. },
  27274. "string-natural-compare": {
  27275. "version": "3.0.1",
  27276. "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
  27277. "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw=="
  27278. },
  27279. "string-width": {
  27280. "version": "4.2.3",
  27281. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  27282. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  27283. "requires": {
  27284. "emoji-regex": "^8.0.0",
  27285. "is-fullwidth-code-point": "^3.0.0",
  27286. "strip-ansi": "^6.0.1"
  27287. },
  27288. "dependencies": {
  27289. "emoji-regex": {
  27290. "version": "8.0.0",
  27291. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  27292. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  27293. }
  27294. }
  27295. },
  27296. "string.prototype.matchall": {
  27297. "version": "4.0.7",
  27298. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz",
  27299. "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==",
  27300. "requires": {
  27301. "call-bind": "^1.0.2",
  27302. "define-properties": "^1.1.3",
  27303. "es-abstract": "^1.19.1",
  27304. "get-intrinsic": "^1.1.1",
  27305. "has-symbols": "^1.0.3",
  27306. "internal-slot": "^1.0.3",
  27307. "regexp.prototype.flags": "^1.4.1",
  27308. "side-channel": "^1.0.4"
  27309. }
  27310. },
  27311. "string.prototype.trimend": {
  27312. "version": "1.0.5",
  27313. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz",
  27314. "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==",
  27315. "requires": {
  27316. "call-bind": "^1.0.2",
  27317. "define-properties": "^1.1.4",
  27318. "es-abstract": "^1.19.5"
  27319. }
  27320. },
  27321. "string.prototype.trimstart": {
  27322. "version": "1.0.5",
  27323. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz",
  27324. "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==",
  27325. "requires": {
  27326. "call-bind": "^1.0.2",
  27327. "define-properties": "^1.1.4",
  27328. "es-abstract": "^1.19.5"
  27329. }
  27330. },
  27331. "stringify-object": {
  27332. "version": "3.3.0",
  27333. "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
  27334. "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
  27335. "requires": {
  27336. "get-own-enumerable-property-symbols": "^3.0.0",
  27337. "is-obj": "^1.0.1",
  27338. "is-regexp": "^1.0.0"
  27339. }
  27340. },
  27341. "strip-ansi": {
  27342. "version": "6.0.1",
  27343. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  27344. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  27345. "requires": {
  27346. "ansi-regex": "^5.0.1"
  27347. }
  27348. },
  27349. "strip-bom": {
  27350. "version": "4.0.0",
  27351. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
  27352. "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w=="
  27353. },
  27354. "strip-comments": {
  27355. "version": "2.0.1",
  27356. "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
  27357. "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw=="
  27358. },
  27359. "strip-final-newline": {
  27360. "version": "2.0.0",
  27361. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  27362. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA=="
  27363. },
  27364. "strip-indent": {
  27365. "version": "3.0.0",
  27366. "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
  27367. "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
  27368. "requires": {
  27369. "min-indent": "^1.0.0"
  27370. }
  27371. },
  27372. "strip-json-comments": {
  27373. "version": "3.1.1",
  27374. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  27375. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig=="
  27376. },
  27377. "style-loader": {
  27378. "version": "3.3.1",
  27379. "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz",
  27380. "integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==",
  27381. "requires": {}
  27382. },
  27383. "stylehacks": {
  27384. "version": "5.1.0",
  27385. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.0.tgz",
  27386. "integrity": "sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==",
  27387. "requires": {
  27388. "browserslist": "^4.16.6",
  27389. "postcss-selector-parser": "^6.0.4"
  27390. }
  27391. },
  27392. "supports-color": {
  27393. "version": "5.5.0",
  27394. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  27395. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  27396. "requires": {
  27397. "has-flag": "^3.0.0"
  27398. }
  27399. },
  27400. "supports-hyperlinks": {
  27401. "version": "2.2.0",
  27402. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz",
  27403. "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==",
  27404. "requires": {
  27405. "has-flag": "^4.0.0",
  27406. "supports-color": "^7.0.0"
  27407. },
  27408. "dependencies": {
  27409. "has-flag": {
  27410. "version": "4.0.0",
  27411. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  27412. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  27413. },
  27414. "supports-color": {
  27415. "version": "7.2.0",
  27416. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  27417. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  27418. "requires": {
  27419. "has-flag": "^4.0.0"
  27420. }
  27421. }
  27422. }
  27423. },
  27424. "supports-preserve-symlinks-flag": {
  27425. "version": "1.0.0",
  27426. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  27427. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
  27428. },
  27429. "svg-parser": {
  27430. "version": "2.0.4",
  27431. "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
  27432. "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ=="
  27433. },
  27434. "svgo": {
  27435. "version": "1.3.2",
  27436. "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
  27437. "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
  27438. "requires": {
  27439. "chalk": "^2.4.1",
  27440. "coa": "^2.0.2",
  27441. "css-select": "^2.0.0",
  27442. "css-select-base-adapter": "^0.1.1",
  27443. "css-tree": "1.0.0-alpha.37",
  27444. "csso": "^4.0.2",
  27445. "js-yaml": "^3.13.1",
  27446. "mkdirp": "~0.5.1",
  27447. "object.values": "^1.1.0",
  27448. "sax": "~1.2.4",
  27449. "stable": "^0.1.8",
  27450. "unquote": "~1.1.1",
  27451. "util.promisify": "~1.0.0"
  27452. },
  27453. "dependencies": {
  27454. "css-select": {
  27455. "version": "2.1.0",
  27456. "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
  27457. "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
  27458. "requires": {
  27459. "boolbase": "^1.0.0",
  27460. "css-what": "^3.2.1",
  27461. "domutils": "^1.7.0",
  27462. "nth-check": "^1.0.2"
  27463. }
  27464. },
  27465. "css-what": {
  27466. "version": "3.4.2",
  27467. "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
  27468. "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ=="
  27469. },
  27470. "dom-serializer": {
  27471. "version": "0.2.2",
  27472. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
  27473. "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
  27474. "requires": {
  27475. "domelementtype": "^2.0.1",
  27476. "entities": "^2.0.0"
  27477. }
  27478. },
  27479. "domutils": {
  27480. "version": "1.7.0",
  27481. "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
  27482. "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
  27483. "requires": {
  27484. "dom-serializer": "0",
  27485. "domelementtype": "1"
  27486. },
  27487. "dependencies": {
  27488. "domelementtype": {
  27489. "version": "1.3.1",
  27490. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
  27491. "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
  27492. }
  27493. }
  27494. },
  27495. "nth-check": {
  27496. "version": "1.0.2",
  27497. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
  27498. "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
  27499. "requires": {
  27500. "boolbase": "~1.0.0"
  27501. }
  27502. }
  27503. }
  27504. },
  27505. "symbol-tree": {
  27506. "version": "3.2.4",
  27507. "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  27508. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
  27509. },
  27510. "tailwindcss": {
  27511. "version": "3.1.6",
  27512. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.6.tgz",
  27513. "integrity": "sha512-7skAOY56erZAFQssT1xkpk+kWt2NrO45kORlxFPXUt3CiGsVPhH1smuH5XoDH6sGPXLyBv+zgCKA2HWBsgCytg==",
  27514. "requires": {
  27515. "arg": "^5.0.2",
  27516. "chokidar": "^3.5.3",
  27517. "color-name": "^1.1.4",
  27518. "detective": "^5.2.1",
  27519. "didyoumean": "^1.2.2",
  27520. "dlv": "^1.1.3",
  27521. "fast-glob": "^3.2.11",
  27522. "glob-parent": "^6.0.2",
  27523. "is-glob": "^4.0.3",
  27524. "lilconfig": "^2.0.5",
  27525. "normalize-path": "^3.0.0",
  27526. "object-hash": "^3.0.0",
  27527. "picocolors": "^1.0.0",
  27528. "postcss": "^8.4.14",
  27529. "postcss-import": "^14.1.0",
  27530. "postcss-js": "^4.0.0",
  27531. "postcss-load-config": "^3.1.4",
  27532. "postcss-nested": "5.0.6",
  27533. "postcss-selector-parser": "^6.0.10",
  27534. "postcss-value-parser": "^4.2.0",
  27535. "quick-lru": "^5.1.1",
  27536. "resolve": "^1.22.1"
  27537. },
  27538. "dependencies": {
  27539. "color-name": {
  27540. "version": "1.1.4",
  27541. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  27542. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  27543. }
  27544. }
  27545. },
  27546. "tapable": {
  27547. "version": "2.2.1",
  27548. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
  27549. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ=="
  27550. },
  27551. "temp-dir": {
  27552. "version": "2.0.0",
  27553. "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
  27554. "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg=="
  27555. },
  27556. "tempy": {
  27557. "version": "0.6.0",
  27558. "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
  27559. "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
  27560. "requires": {
  27561. "is-stream": "^2.0.0",
  27562. "temp-dir": "^2.0.0",
  27563. "type-fest": "^0.16.0",
  27564. "unique-string": "^2.0.0"
  27565. },
  27566. "dependencies": {
  27567. "type-fest": {
  27568. "version": "0.16.0",
  27569. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
  27570. "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg=="
  27571. }
  27572. }
  27573. },
  27574. "terminal-link": {
  27575. "version": "2.1.1",
  27576. "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
  27577. "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
  27578. "requires": {
  27579. "ansi-escapes": "^4.2.1",
  27580. "supports-hyperlinks": "^2.0.0"
  27581. }
  27582. },
  27583. "terser": {
  27584. "version": "5.14.2",
  27585. "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz",
  27586. "integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==",
  27587. "requires": {
  27588. "@jridgewell/source-map": "^0.3.2",
  27589. "acorn": "^8.5.0",
  27590. "commander": "^2.20.0",
  27591. "source-map-support": "~0.5.20"
  27592. },
  27593. "dependencies": {
  27594. "commander": {
  27595. "version": "2.20.3",
  27596. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  27597. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  27598. }
  27599. }
  27600. },
  27601. "terser-webpack-plugin": {
  27602. "version": "5.3.3",
  27603. "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz",
  27604. "integrity": "sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==",
  27605. "requires": {
  27606. "@jridgewell/trace-mapping": "^0.3.7",
  27607. "jest-worker": "^27.4.5",
  27608. "schema-utils": "^3.1.1",
  27609. "serialize-javascript": "^6.0.0",
  27610. "terser": "^5.7.2"
  27611. }
  27612. },
  27613. "test-exclude": {
  27614. "version": "6.0.0",
  27615. "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
  27616. "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
  27617. "requires": {
  27618. "@istanbuljs/schema": "^0.1.2",
  27619. "glob": "^7.1.4",
  27620. "minimatch": "^3.0.4"
  27621. }
  27622. },
  27623. "text-table": {
  27624. "version": "0.2.0",
  27625. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  27626. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw=="
  27627. },
  27628. "throat": {
  27629. "version": "6.0.1",
  27630. "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz",
  27631. "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w=="
  27632. },
  27633. "thunky": {
  27634. "version": "1.1.0",
  27635. "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
  27636. "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA=="
  27637. },
  27638. "tmpl": {
  27639. "version": "1.0.5",
  27640. "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
  27641. "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
  27642. },
  27643. "to-fast-properties": {
  27644. "version": "2.0.0",
  27645. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  27646. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog=="
  27647. },
  27648. "to-regex-range": {
  27649. "version": "5.0.1",
  27650. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  27651. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  27652. "requires": {
  27653. "is-number": "^7.0.0"
  27654. }
  27655. },
  27656. "toidentifier": {
  27657. "version": "1.0.1",
  27658. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  27659. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA=="
  27660. },
  27661. "tough-cookie": {
  27662. "version": "4.0.0",
  27663. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz",
  27664. "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==",
  27665. "requires": {
  27666. "psl": "^1.1.33",
  27667. "punycode": "^2.1.1",
  27668. "universalify": "^0.1.2"
  27669. },
  27670. "dependencies": {
  27671. "universalify": {
  27672. "version": "0.1.2",
  27673. "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
  27674. "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="
  27675. }
  27676. }
  27677. },
  27678. "tr46": {
  27679. "version": "2.1.0",
  27680. "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
  27681. "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
  27682. "requires": {
  27683. "punycode": "^2.1.1"
  27684. }
  27685. },
  27686. "tryer": {
  27687. "version": "1.0.1",
  27688. "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
  27689. "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA=="
  27690. },
  27691. "tsconfig-paths": {
  27692. "version": "3.14.1",
  27693. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz",
  27694. "integrity": "sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==",
  27695. "requires": {
  27696. "@types/json5": "^0.0.29",
  27697. "json5": "^1.0.1",
  27698. "minimist": "^1.2.6",
  27699. "strip-bom": "^3.0.0"
  27700. },
  27701. "dependencies": {
  27702. "json5": {
  27703. "version": "1.0.1",
  27704. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  27705. "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  27706. "requires": {
  27707. "minimist": "^1.2.0"
  27708. }
  27709. },
  27710. "strip-bom": {
  27711. "version": "3.0.0",
  27712. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  27713. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA=="
  27714. }
  27715. }
  27716. },
  27717. "tslib": {
  27718. "version": "2.4.0",
  27719. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
  27720. "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
  27721. },
  27722. "tsutils": {
  27723. "version": "3.21.0",
  27724. "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
  27725. "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
  27726. "requires": {
  27727. "tslib": "^1.8.1"
  27728. },
  27729. "dependencies": {
  27730. "tslib": {
  27731. "version": "1.14.1",
  27732. "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
  27733. "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
  27734. }
  27735. }
  27736. },
  27737. "type-check": {
  27738. "version": "0.4.0",
  27739. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  27740. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  27741. "requires": {
  27742. "prelude-ls": "^1.2.1"
  27743. }
  27744. },
  27745. "type-detect": {
  27746. "version": "4.0.8",
  27747. "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
  27748. "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g=="
  27749. },
  27750. "type-fest": {
  27751. "version": "0.21.3",
  27752. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  27753. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="
  27754. },
  27755. "type-is": {
  27756. "version": "1.6.18",
  27757. "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
  27758. "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  27759. "requires": {
  27760. "media-typer": "0.3.0",
  27761. "mime-types": "~2.1.24"
  27762. }
  27763. },
  27764. "typedarray-to-buffer": {
  27765. "version": "3.1.5",
  27766. "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
  27767. "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
  27768. "requires": {
  27769. "is-typedarray": "^1.0.0"
  27770. }
  27771. },
  27772. "typescript": {
  27773. "version": "4.7.4",
  27774. "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
  27775. "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
  27776. "peer": true
  27777. },
  27778. "unbox-primitive": {
  27779. "version": "1.0.2",
  27780. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  27781. "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  27782. "requires": {
  27783. "call-bind": "^1.0.2",
  27784. "has-bigints": "^1.0.2",
  27785. "has-symbols": "^1.0.3",
  27786. "which-boxed-primitive": "^1.0.2"
  27787. }
  27788. },
  27789. "unicode-canonical-property-names-ecmascript": {
  27790. "version": "2.0.0",
  27791. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
  27792. "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ=="
  27793. },
  27794. "unicode-match-property-ecmascript": {
  27795. "version": "2.0.0",
  27796. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  27797. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  27798. "requires": {
  27799. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  27800. "unicode-property-aliases-ecmascript": "^2.0.0"
  27801. }
  27802. },
  27803. "unicode-match-property-value-ecmascript": {
  27804. "version": "2.0.0",
  27805. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz",
  27806. "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw=="
  27807. },
  27808. "unicode-property-aliases-ecmascript": {
  27809. "version": "2.0.0",
  27810. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz",
  27811. "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ=="
  27812. },
  27813. "unique-string": {
  27814. "version": "2.0.0",
  27815. "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
  27816. "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
  27817. "requires": {
  27818. "crypto-random-string": "^2.0.0"
  27819. }
  27820. },
  27821. "universalify": {
  27822. "version": "2.0.0",
  27823. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
  27824. "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="
  27825. },
  27826. "unpipe": {
  27827. "version": "1.0.0",
  27828. "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  27829. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ=="
  27830. },
  27831. "unquote": {
  27832. "version": "1.1.1",
  27833. "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
  27834. "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg=="
  27835. },
  27836. "upath": {
  27837. "version": "1.2.0",
  27838. "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  27839. "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg=="
  27840. },
  27841. "update-browserslist-db": {
  27842. "version": "1.0.4",
  27843. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.4.tgz",
  27844. "integrity": "sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==",
  27845. "requires": {
  27846. "escalade": "^3.1.1",
  27847. "picocolors": "^1.0.0"
  27848. }
  27849. },
  27850. "uri-js": {
  27851. "version": "4.4.1",
  27852. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  27853. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  27854. "requires": {
  27855. "punycode": "^2.1.0"
  27856. }
  27857. },
  27858. "util-deprecate": {
  27859. "version": "1.0.2",
  27860. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  27861. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  27862. },
  27863. "util.promisify": {
  27864. "version": "1.0.1",
  27865. "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
  27866. "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
  27867. "requires": {
  27868. "define-properties": "^1.1.3",
  27869. "es-abstract": "^1.17.2",
  27870. "has-symbols": "^1.0.1",
  27871. "object.getownpropertydescriptors": "^2.1.0"
  27872. }
  27873. },
  27874. "utila": {
  27875. "version": "0.4.0",
  27876. "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
  27877. "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA=="
  27878. },
  27879. "utils-merge": {
  27880. "version": "1.0.1",
  27881. "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
  27882. "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA=="
  27883. },
  27884. "uuid": {
  27885. "version": "8.3.2",
  27886. "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
  27887. "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
  27888. },
  27889. "v8-compile-cache": {
  27890. "version": "2.3.0",
  27891. "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
  27892. "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA=="
  27893. },
  27894. "v8-to-istanbul": {
  27895. "version": "8.1.1",
  27896. "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
  27897. "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
  27898. "requires": {
  27899. "@types/istanbul-lib-coverage": "^2.0.1",
  27900. "convert-source-map": "^1.6.0",
  27901. "source-map": "^0.7.3"
  27902. }
  27903. },
  27904. "vary": {
  27905. "version": "1.1.2",
  27906. "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  27907. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="
  27908. },
  27909. "w3c-hr-time": {
  27910. "version": "1.0.2",
  27911. "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
  27912. "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
  27913. "requires": {
  27914. "browser-process-hrtime": "^1.0.0"
  27915. }
  27916. },
  27917. "w3c-xmlserializer": {
  27918. "version": "2.0.0",
  27919. "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
  27920. "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
  27921. "requires": {
  27922. "xml-name-validator": "^3.0.0"
  27923. }
  27924. },
  27925. "walker": {
  27926. "version": "1.0.8",
  27927. "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
  27928. "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
  27929. "requires": {
  27930. "makeerror": "1.0.12"
  27931. }
  27932. },
  27933. "watchpack": {
  27934. "version": "2.4.0",
  27935. "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz",
  27936. "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==",
  27937. "requires": {
  27938. "glob-to-regexp": "^0.4.1",
  27939. "graceful-fs": "^4.1.2"
  27940. }
  27941. },
  27942. "wbuf": {
  27943. "version": "1.7.3",
  27944. "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
  27945. "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
  27946. "requires": {
  27947. "minimalistic-assert": "^1.0.0"
  27948. }
  27949. },
  27950. "web-vitals": {
  27951. "version": "2.1.4",
  27952. "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz",
  27953. "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg=="
  27954. },
  27955. "webidl-conversions": {
  27956. "version": "6.1.0",
  27957. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
  27958. "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w=="
  27959. },
  27960. "webpack": {
  27961. "version": "5.73.0",
  27962. "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.73.0.tgz",
  27963. "integrity": "sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==",
  27964. "requires": {
  27965. "@types/eslint-scope": "^3.7.3",
  27966. "@types/estree": "^0.0.51",
  27967. "@webassemblyjs/ast": "1.11.1",
  27968. "@webassemblyjs/wasm-edit": "1.11.1",
  27969. "@webassemblyjs/wasm-parser": "1.11.1",
  27970. "acorn": "^8.4.1",
  27971. "acorn-import-assertions": "^1.7.6",
  27972. "browserslist": "^4.14.5",
  27973. "chrome-trace-event": "^1.0.2",
  27974. "enhanced-resolve": "^5.9.3",
  27975. "es-module-lexer": "^0.9.0",
  27976. "eslint-scope": "5.1.1",
  27977. "events": "^3.2.0",
  27978. "glob-to-regexp": "^0.4.1",
  27979. "graceful-fs": "^4.2.9",
  27980. "json-parse-even-better-errors": "^2.3.1",
  27981. "loader-runner": "^4.2.0",
  27982. "mime-types": "^2.1.27",
  27983. "neo-async": "^2.6.2",
  27984. "schema-utils": "^3.1.0",
  27985. "tapable": "^2.1.1",
  27986. "terser-webpack-plugin": "^5.1.3",
  27987. "watchpack": "^2.3.1",
  27988. "webpack-sources": "^3.2.3"
  27989. },
  27990. "dependencies": {
  27991. "@types/estree": {
  27992. "version": "0.0.51",
  27993. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz",
  27994. "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ=="
  27995. },
  27996. "eslint-scope": {
  27997. "version": "5.1.1",
  27998. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  27999. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  28000. "requires": {
  28001. "esrecurse": "^4.3.0",
  28002. "estraverse": "^4.1.1"
  28003. }
  28004. },
  28005. "estraverse": {
  28006. "version": "4.3.0",
  28007. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  28008. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
  28009. }
  28010. }
  28011. },
  28012. "webpack-dev-middleware": {
  28013. "version": "5.3.3",
  28014. "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz",
  28015. "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==",
  28016. "requires": {
  28017. "colorette": "^2.0.10",
  28018. "memfs": "^3.4.3",
  28019. "mime-types": "^2.1.31",
  28020. "range-parser": "^1.2.1",
  28021. "schema-utils": "^4.0.0"
  28022. },
  28023. "dependencies": {
  28024. "ajv": {
  28025. "version": "8.11.0",
  28026. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  28027. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  28028. "requires": {
  28029. "fast-deep-equal": "^3.1.1",
  28030. "json-schema-traverse": "^1.0.0",
  28031. "require-from-string": "^2.0.2",
  28032. "uri-js": "^4.2.2"
  28033. }
  28034. },
  28035. "ajv-keywords": {
  28036. "version": "5.1.0",
  28037. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  28038. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  28039. "requires": {
  28040. "fast-deep-equal": "^3.1.3"
  28041. }
  28042. },
  28043. "json-schema-traverse": {
  28044. "version": "1.0.0",
  28045. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  28046. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  28047. },
  28048. "schema-utils": {
  28049. "version": "4.0.0",
  28050. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  28051. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  28052. "requires": {
  28053. "@types/json-schema": "^7.0.9",
  28054. "ajv": "^8.8.0",
  28055. "ajv-formats": "^2.1.1",
  28056. "ajv-keywords": "^5.0.0"
  28057. }
  28058. }
  28059. }
  28060. },
  28061. "webpack-dev-server": {
  28062. "version": "4.9.3",
  28063. "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.9.3.tgz",
  28064. "integrity": "sha512-3qp/eoboZG5/6QgiZ3llN8TUzkSpYg1Ko9khWX1h40MIEUNS2mDoIa8aXsPfskER+GbTvs/IJZ1QTBBhhuetSw==",
  28065. "requires": {
  28066. "@types/bonjour": "^3.5.9",
  28067. "@types/connect-history-api-fallback": "^1.3.5",
  28068. "@types/express": "^4.17.13",
  28069. "@types/serve-index": "^1.9.1",
  28070. "@types/serve-static": "^1.13.10",
  28071. "@types/sockjs": "^0.3.33",
  28072. "@types/ws": "^8.5.1",
  28073. "ansi-html-community": "^0.0.8",
  28074. "bonjour-service": "^1.0.11",
  28075. "chokidar": "^3.5.3",
  28076. "colorette": "^2.0.10",
  28077. "compression": "^1.7.4",
  28078. "connect-history-api-fallback": "^2.0.0",
  28079. "default-gateway": "^6.0.3",
  28080. "express": "^4.17.3",
  28081. "graceful-fs": "^4.2.6",
  28082. "html-entities": "^2.3.2",
  28083. "http-proxy-middleware": "^2.0.3",
  28084. "ipaddr.js": "^2.0.1",
  28085. "open": "^8.0.9",
  28086. "p-retry": "^4.5.0",
  28087. "rimraf": "^3.0.2",
  28088. "schema-utils": "^4.0.0",
  28089. "selfsigned": "^2.0.1",
  28090. "serve-index": "^1.9.1",
  28091. "sockjs": "^0.3.24",
  28092. "spdy": "^4.0.2",
  28093. "webpack-dev-middleware": "^5.3.1",
  28094. "ws": "^8.4.2"
  28095. },
  28096. "dependencies": {
  28097. "ajv": {
  28098. "version": "8.11.0",
  28099. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  28100. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  28101. "requires": {
  28102. "fast-deep-equal": "^3.1.1",
  28103. "json-schema-traverse": "^1.0.0",
  28104. "require-from-string": "^2.0.2",
  28105. "uri-js": "^4.2.2"
  28106. }
  28107. },
  28108. "ajv-keywords": {
  28109. "version": "5.1.0",
  28110. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  28111. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  28112. "requires": {
  28113. "fast-deep-equal": "^3.1.3"
  28114. }
  28115. },
  28116. "json-schema-traverse": {
  28117. "version": "1.0.0",
  28118. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  28119. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  28120. },
  28121. "schema-utils": {
  28122. "version": "4.0.0",
  28123. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  28124. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  28125. "requires": {
  28126. "@types/json-schema": "^7.0.9",
  28127. "ajv": "^8.8.0",
  28128. "ajv-formats": "^2.1.1",
  28129. "ajv-keywords": "^5.0.0"
  28130. }
  28131. },
  28132. "ws": {
  28133. "version": "8.8.1",
  28134. "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz",
  28135. "integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==",
  28136. "requires": {}
  28137. }
  28138. }
  28139. },
  28140. "webpack-manifest-plugin": {
  28141. "version": "4.1.1",
  28142. "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz",
  28143. "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==",
  28144. "requires": {
  28145. "tapable": "^2.0.0",
  28146. "webpack-sources": "^2.2.0"
  28147. },
  28148. "dependencies": {
  28149. "source-map": {
  28150. "version": "0.6.1",
  28151. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  28152. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  28153. },
  28154. "webpack-sources": {
  28155. "version": "2.3.1",
  28156. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
  28157. "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
  28158. "requires": {
  28159. "source-list-map": "^2.0.1",
  28160. "source-map": "^0.6.1"
  28161. }
  28162. }
  28163. }
  28164. },
  28165. "webpack-sources": {
  28166. "version": "3.2.3",
  28167. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
  28168. "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w=="
  28169. },
  28170. "websocket-driver": {
  28171. "version": "0.7.4",
  28172. "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
  28173. "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
  28174. "requires": {
  28175. "http-parser-js": ">=0.5.1",
  28176. "safe-buffer": ">=5.1.0",
  28177. "websocket-extensions": ">=0.1.1"
  28178. }
  28179. },
  28180. "websocket-extensions": {
  28181. "version": "0.1.4",
  28182. "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
  28183. "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg=="
  28184. },
  28185. "whatwg-encoding": {
  28186. "version": "1.0.5",
  28187. "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
  28188. "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
  28189. "requires": {
  28190. "iconv-lite": "0.4.24"
  28191. },
  28192. "dependencies": {
  28193. "iconv-lite": {
  28194. "version": "0.4.24",
  28195. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  28196. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  28197. "requires": {
  28198. "safer-buffer": ">= 2.1.2 < 3"
  28199. }
  28200. }
  28201. }
  28202. },
  28203. "whatwg-fetch": {
  28204. "version": "3.6.2",
  28205. "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
  28206. "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
  28207. },
  28208. "whatwg-mimetype": {
  28209. "version": "2.3.0",
  28210. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
  28211. "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
  28212. },
  28213. "whatwg-url": {
  28214. "version": "8.7.0",
  28215. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
  28216. "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
  28217. "requires": {
  28218. "lodash": "^4.7.0",
  28219. "tr46": "^2.1.0",
  28220. "webidl-conversions": "^6.1.0"
  28221. }
  28222. },
  28223. "which": {
  28224. "version": "2.0.2",
  28225. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  28226. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  28227. "requires": {
  28228. "isexe": "^2.0.0"
  28229. }
  28230. },
  28231. "which-boxed-primitive": {
  28232. "version": "1.0.2",
  28233. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  28234. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  28235. "requires": {
  28236. "is-bigint": "^1.0.1",
  28237. "is-boolean-object": "^1.1.0",
  28238. "is-number-object": "^1.0.4",
  28239. "is-string": "^1.0.5",
  28240. "is-symbol": "^1.0.3"
  28241. }
  28242. },
  28243. "word-wrap": {
  28244. "version": "1.2.3",
  28245. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
  28246. "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ=="
  28247. },
  28248. "workbox-background-sync": {
  28249. "version": "6.5.3",
  28250. "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.5.3.tgz",
  28251. "integrity": "sha512-0DD/V05FAcek6tWv9XYj2w5T/plxhDSpclIcAGjA/b7t/6PdaRkQ7ZgtAX6Q/L7kV7wZ8uYRJUoH11VjNipMZw==",
  28252. "requires": {
  28253. "idb": "^6.1.4",
  28254. "workbox-core": "6.5.3"
  28255. }
  28256. },
  28257. "workbox-broadcast-update": {
  28258. "version": "6.5.3",
  28259. "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.5.3.tgz",
  28260. "integrity": "sha512-4AwCIA5DiDrYhlN+Miv/fp5T3/whNmSL+KqhTwRBTZIL6pvTgE4lVuRzAt1JltmqyMcQ3SEfCdfxczuI4kwFQg==",
  28261. "requires": {
  28262. "workbox-core": "6.5.3"
  28263. }
  28264. },
  28265. "workbox-build": {
  28266. "version": "6.5.3",
  28267. "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.5.3.tgz",
  28268. "integrity": "sha512-8JNHHS7u13nhwIYCDea9MNXBNPHXCs5KDZPKI/ZNTr3f4sMGoD7hgFGecbyjX1gw4z6e9bMpMsOEJNyH5htA/w==",
  28269. "requires": {
  28270. "@apideck/better-ajv-errors": "^0.3.1",
  28271. "@babel/core": "^7.11.1",
  28272. "@babel/preset-env": "^7.11.0",
  28273. "@babel/runtime": "^7.11.2",
  28274. "@rollup/plugin-babel": "^5.2.0",
  28275. "@rollup/plugin-node-resolve": "^11.2.1",
  28276. "@rollup/plugin-replace": "^2.4.1",
  28277. "@surma/rollup-plugin-off-main-thread": "^2.2.3",
  28278. "ajv": "^8.6.0",
  28279. "common-tags": "^1.8.0",
  28280. "fast-json-stable-stringify": "^2.1.0",
  28281. "fs-extra": "^9.0.1",
  28282. "glob": "^7.1.6",
  28283. "lodash": "^4.17.20",
  28284. "pretty-bytes": "^5.3.0",
  28285. "rollup": "^2.43.1",
  28286. "rollup-plugin-terser": "^7.0.0",
  28287. "source-map": "^0.8.0-beta.0",
  28288. "stringify-object": "^3.3.0",
  28289. "strip-comments": "^2.0.1",
  28290. "tempy": "^0.6.0",
  28291. "upath": "^1.2.0",
  28292. "workbox-background-sync": "6.5.3",
  28293. "workbox-broadcast-update": "6.5.3",
  28294. "workbox-cacheable-response": "6.5.3",
  28295. "workbox-core": "6.5.3",
  28296. "workbox-expiration": "6.5.3",
  28297. "workbox-google-analytics": "6.5.3",
  28298. "workbox-navigation-preload": "6.5.3",
  28299. "workbox-precaching": "6.5.3",
  28300. "workbox-range-requests": "6.5.3",
  28301. "workbox-recipes": "6.5.3",
  28302. "workbox-routing": "6.5.3",
  28303. "workbox-strategies": "6.5.3",
  28304. "workbox-streams": "6.5.3",
  28305. "workbox-sw": "6.5.3",
  28306. "workbox-window": "6.5.3"
  28307. },
  28308. "dependencies": {
  28309. "@apideck/better-ajv-errors": {
  28310. "version": "0.3.6",
  28311. "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz",
  28312. "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==",
  28313. "requires": {
  28314. "json-schema": "^0.4.0",
  28315. "jsonpointer": "^5.0.0",
  28316. "leven": "^3.1.0"
  28317. }
  28318. },
  28319. "ajv": {
  28320. "version": "8.11.0",
  28321. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  28322. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  28323. "requires": {
  28324. "fast-deep-equal": "^3.1.1",
  28325. "json-schema-traverse": "^1.0.0",
  28326. "require-from-string": "^2.0.2",
  28327. "uri-js": "^4.2.2"
  28328. }
  28329. },
  28330. "fs-extra": {
  28331. "version": "9.1.0",
  28332. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  28333. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  28334. "requires": {
  28335. "at-least-node": "^1.0.0",
  28336. "graceful-fs": "^4.2.0",
  28337. "jsonfile": "^6.0.1",
  28338. "universalify": "^2.0.0"
  28339. }
  28340. },
  28341. "json-schema-traverse": {
  28342. "version": "1.0.0",
  28343. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  28344. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  28345. },
  28346. "source-map": {
  28347. "version": "0.8.0-beta.0",
  28348. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
  28349. "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
  28350. "requires": {
  28351. "whatwg-url": "^7.0.0"
  28352. }
  28353. },
  28354. "tr46": {
  28355. "version": "1.0.1",
  28356. "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
  28357. "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
  28358. "requires": {
  28359. "punycode": "^2.1.0"
  28360. }
  28361. },
  28362. "webidl-conversions": {
  28363. "version": "4.0.2",
  28364. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
  28365. "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg=="
  28366. },
  28367. "whatwg-url": {
  28368. "version": "7.1.0",
  28369. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
  28370. "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
  28371. "requires": {
  28372. "lodash.sortby": "^4.7.0",
  28373. "tr46": "^1.0.1",
  28374. "webidl-conversions": "^4.0.2"
  28375. }
  28376. }
  28377. }
  28378. },
  28379. "workbox-cacheable-response": {
  28380. "version": "6.5.3",
  28381. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.3.tgz",
  28382. "integrity": "sha512-6JE/Zm05hNasHzzAGKDkqqgYtZZL2H06ic2GxuRLStA4S/rHUfm2mnLFFXuHAaGR1XuuYyVCEey1M6H3PdZ7SQ==",
  28383. "requires": {
  28384. "workbox-core": "6.5.3"
  28385. }
  28386. },
  28387. "workbox-core": {
  28388. "version": "6.5.3",
  28389. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.3.tgz",
  28390. "integrity": "sha512-Bb9ey5n/M9x+l3fBTlLpHt9ASTzgSGj6vxni7pY72ilB/Pb3XtN+cZ9yueboVhD5+9cNQrC9n/E1fSrqWsUz7Q=="
  28391. },
  28392. "workbox-expiration": {
  28393. "version": "6.5.3",
  28394. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.5.3.tgz",
  28395. "integrity": "sha512-jzYopYR1zD04ZMdlbn/R2Ik6ixiXbi15c9iX5H8CTi6RPDz7uhvMLZPKEndZTpfgmUk8mdmT9Vx/AhbuCl5Sqw==",
  28396. "requires": {
  28397. "idb": "^6.1.4",
  28398. "workbox-core": "6.5.3"
  28399. }
  28400. },
  28401. "workbox-google-analytics": {
  28402. "version": "6.5.3",
  28403. "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.5.3.tgz",
  28404. "integrity": "sha512-3GLCHotz5umoRSb4aNQeTbILETcrTVEozSfLhHSBaegHs1PnqCmN0zbIy2TjTpph2AGXiNwDrWGF0AN+UgDNTw==",
  28405. "requires": {
  28406. "workbox-background-sync": "6.5.3",
  28407. "workbox-core": "6.5.3",
  28408. "workbox-routing": "6.5.3",
  28409. "workbox-strategies": "6.5.3"
  28410. }
  28411. },
  28412. "workbox-navigation-preload": {
  28413. "version": "6.5.3",
  28414. "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.5.3.tgz",
  28415. "integrity": "sha512-bK1gDFTc5iu6lH3UQ07QVo+0ovErhRNGvJJO/1ngknT0UQ702nmOUhoN9qE5mhuQSrnK+cqu7O7xeaJ+Rd9Tmg==",
  28416. "requires": {
  28417. "workbox-core": "6.5.3"
  28418. }
  28419. },
  28420. "workbox-precaching": {
  28421. "version": "6.5.3",
  28422. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.5.3.tgz",
  28423. "integrity": "sha512-sjNfgNLSsRX5zcc63H/ar/hCf+T19fRtTqvWh795gdpghWb5xsfEkecXEvZ8biEi1QD7X/ljtHphdaPvXDygMQ==",
  28424. "requires": {
  28425. "workbox-core": "6.5.3",
  28426. "workbox-routing": "6.5.3",
  28427. "workbox-strategies": "6.5.3"
  28428. }
  28429. },
  28430. "workbox-range-requests": {
  28431. "version": "6.5.3",
  28432. "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.5.3.tgz",
  28433. "integrity": "sha512-pGCP80Bpn/0Q0MQsfETSfmtXsQcu3M2QCJwSFuJ6cDp8s2XmbUXkzbuQhCUzKR86ZH2Vex/VUjb2UaZBGamijA==",
  28434. "requires": {
  28435. "workbox-core": "6.5.3"
  28436. }
  28437. },
  28438. "workbox-recipes": {
  28439. "version": "6.5.3",
  28440. "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.5.3.tgz",
  28441. "integrity": "sha512-IcgiKYmbGiDvvf3PMSEtmwqxwfQ5zwI7OZPio3GWu4PfehA8jI8JHI3KZj+PCfRiUPZhjQHJ3v1HbNs+SiSkig==",
  28442. "requires": {
  28443. "workbox-cacheable-response": "6.5.3",
  28444. "workbox-core": "6.5.3",
  28445. "workbox-expiration": "6.5.3",
  28446. "workbox-precaching": "6.5.3",
  28447. "workbox-routing": "6.5.3",
  28448. "workbox-strategies": "6.5.3"
  28449. }
  28450. },
  28451. "workbox-routing": {
  28452. "version": "6.5.3",
  28453. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.3.tgz",
  28454. "integrity": "sha512-DFjxcuRAJjjt4T34RbMm3MCn+xnd36UT/2RfPRfa8VWJGItGJIn7tG+GwVTdHmvE54i/QmVTJepyAGWtoLPTmg==",
  28455. "requires": {
  28456. "workbox-core": "6.5.3"
  28457. }
  28458. },
  28459. "workbox-strategies": {
  28460. "version": "6.5.3",
  28461. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.3.tgz",
  28462. "integrity": "sha512-MgmGRrDVXs7rtSCcetZgkSZyMpRGw8HqL2aguszOc3nUmzGZsT238z/NN9ZouCxSzDu3PQ3ZSKmovAacaIhu1w==",
  28463. "requires": {
  28464. "workbox-core": "6.5.3"
  28465. }
  28466. },
  28467. "workbox-streams": {
  28468. "version": "6.5.3",
  28469. "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.5.3.tgz",
  28470. "integrity": "sha512-vN4Qi8o+b7zj1FDVNZ+PlmAcy1sBoV7SC956uhqYvZ9Sg1fViSbOpydULOssVJ4tOyKRifH/eoi6h99d+sJ33w==",
  28471. "requires": {
  28472. "workbox-core": "6.5.3",
  28473. "workbox-routing": "6.5.3"
  28474. }
  28475. },
  28476. "workbox-sw": {
  28477. "version": "6.5.3",
  28478. "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.5.3.tgz",
  28479. "integrity": "sha512-BQBzm092w+NqdIEF2yhl32dERt9j9MDGUTa2Eaa+o3YKL4Qqw55W9yQC6f44FdAHdAJrJvp0t+HVrfh8AiGj8A=="
  28480. },
  28481. "workbox-webpack-plugin": {
  28482. "version": "6.5.3",
  28483. "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.5.3.tgz",
  28484. "integrity": "sha512-Es8Xr02Gi6Kc3zaUwR691ZLy61hz3vhhs5GztcklQ7kl5k2qAusPh0s6LF3wEtlpfs9ZDErnmy5SErwoll7jBA==",
  28485. "requires": {
  28486. "fast-json-stable-stringify": "^2.1.0",
  28487. "pretty-bytes": "^5.4.1",
  28488. "upath": "^1.2.0",
  28489. "webpack-sources": "^1.4.3",
  28490. "workbox-build": "6.5.3"
  28491. },
  28492. "dependencies": {
  28493. "source-map": {
  28494. "version": "0.6.1",
  28495. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  28496. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  28497. },
  28498. "webpack-sources": {
  28499. "version": "1.4.3",
  28500. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
  28501. "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
  28502. "requires": {
  28503. "source-list-map": "^2.0.0",
  28504. "source-map": "~0.6.1"
  28505. }
  28506. }
  28507. }
  28508. },
  28509. "workbox-window": {
  28510. "version": "6.5.3",
  28511. "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.5.3.tgz",
  28512. "integrity": "sha512-GnJbx1kcKXDtoJBVZs/P7ddP0Yt52NNy4nocjBpYPiRhMqTpJCNrSL+fGHZ/i/oP6p/vhE8II0sA6AZGKGnssw==",
  28513. "requires": {
  28514. "@types/trusted-types": "^2.0.2",
  28515. "workbox-core": "6.5.3"
  28516. }
  28517. },
  28518. "wrap-ansi": {
  28519. "version": "7.0.0",
  28520. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  28521. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  28522. "requires": {
  28523. "ansi-styles": "^4.0.0",
  28524. "string-width": "^4.1.0",
  28525. "strip-ansi": "^6.0.0"
  28526. },
  28527. "dependencies": {
  28528. "ansi-styles": {
  28529. "version": "4.3.0",
  28530. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  28531. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  28532. "requires": {
  28533. "color-convert": "^2.0.1"
  28534. }
  28535. },
  28536. "color-convert": {
  28537. "version": "2.0.1",
  28538. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  28539. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  28540. "requires": {
  28541. "color-name": "~1.1.4"
  28542. }
  28543. },
  28544. "color-name": {
  28545. "version": "1.1.4",
  28546. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  28547. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  28548. }
  28549. }
  28550. },
  28551. "wrappy": {
  28552. "version": "1.0.2",
  28553. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  28554. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  28555. },
  28556. "write-file-atomic": {
  28557. "version": "3.0.3",
  28558. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
  28559. "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
  28560. "requires": {
  28561. "imurmurhash": "^0.1.4",
  28562. "is-typedarray": "^1.0.0",
  28563. "signal-exit": "^3.0.2",
  28564. "typedarray-to-buffer": "^3.1.5"
  28565. }
  28566. },
  28567. "ws": {
  28568. "version": "7.5.9",
  28569. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
  28570. "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  28571. "requires": {}
  28572. },
  28573. "xml-name-validator": {
  28574. "version": "3.0.0",
  28575. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
  28576. "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
  28577. },
  28578. "xmlchars": {
  28579. "version": "2.2.0",
  28580. "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  28581. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
  28582. },
  28583. "xtend": {
  28584. "version": "4.0.2",
  28585. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  28586. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
  28587. },
  28588. "y18n": {
  28589. "version": "5.0.8",
  28590. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  28591. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA=="
  28592. },
  28593. "yallist": {
  28594. "version": "4.0.0",
  28595. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  28596. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  28597. },
  28598. "yaml": {
  28599. "version": "1.10.2",
  28600. "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
  28601. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg=="
  28602. },
  28603. "yargs": {
  28604. "version": "16.2.0",
  28605. "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
  28606. "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
  28607. "requires": {
  28608. "cliui": "^7.0.2",
  28609. "escalade": "^3.1.1",
  28610. "get-caller-file": "^2.0.5",
  28611. "require-directory": "^2.1.1",
  28612. "string-width": "^4.2.0",
  28613. "y18n": "^5.0.5",
  28614. "yargs-parser": "^20.2.2"
  28615. }
  28616. },
  28617. "yargs-parser": {
  28618. "version": "20.2.9",
  28619. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
  28620. "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w=="
  28621. },
  28622. "yocto-queue": {
  28623. "version": "0.1.0",
  28624. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  28625. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
  28626. }
  28627. }
  28628. }