Angular job portal app
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

28943 lignes
1.1 MiB

  1. {
  2. "name": "job-portal",
  3. "version": "0.0.1",
  4. "lockfileVersion": 2,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "job-portal",
  9. "version": "0.0.1",
  10. "dependencies": {
  11. "@capacitor/app": "1.1.1",
  12. "@capacitor/core": "3.4.3",
  13. "@capacitor/haptics": "1.1.4",
  14. "@capacitor/keyboard": "1.2.2",
  15. "@capacitor/status-bar": "1.0.8",
  16. "@ionic/react": "^6.0.0",
  17. "@ionic/react-router": "^6.0.0",
  18. "@testing-library/jest-dom": "^5.11.9",
  19. "@testing-library/react": "^11.2.5",
  20. "@testing-library/user-event": "^12.6.3",
  21. "@types/jest": "^26.0.20",
  22. "@types/node": "^12.19.15",
  23. "@types/react": "^16.14.3",
  24. "@types/react-dom": "^16.9.10",
  25. "@types/react-router": "^5.1.11",
  26. "@types/react-router-dom": "^5.1.7",
  27. "date-fns": "^2.28.0",
  28. "ionicons": "^5.4.0",
  29. "node": "^17.7.2",
  30. "node-sass": "^7.0.1",
  31. "react": "^17.0.1",
  32. "react-dom": "^17.0.1",
  33. "react-router": "^5.2.0",
  34. "react-router-dom": "^5.2.0",
  35. "react-scripts": "^5.0.0",
  36. "sass": "^1.50.0",
  37. "typescript": "^4.1.3",
  38. "web-vitals": "^0.2.4",
  39. "workbox-background-sync": "^5.1.4",
  40. "workbox-broadcast-update": "^5.1.4",
  41. "workbox-cacheable-response": "^5.1.4",
  42. "workbox-core": "^5.1.4",
  43. "workbox-expiration": "^5.1.4",
  44. "workbox-google-analytics": "^5.1.4",
  45. "workbox-navigation-preload": "^5.1.4",
  46. "workbox-precaching": "^5.1.4",
  47. "workbox-range-requests": "^5.1.4",
  48. "workbox-routing": "^5.1.4",
  49. "workbox-strategies": "^5.1.4",
  50. "workbox-streams": "^5.1.4"
  51. },
  52. "devDependencies": {
  53. "@capacitor/cli": "3.4.3"
  54. }
  55. },
  56. "node_modules/@ampproject/remapping": {
  57. "version": "2.1.2",
  58. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz",
  59. "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==",
  60. "dependencies": {
  61. "@jridgewell/trace-mapping": "^0.3.0"
  62. },
  63. "engines": {
  64. "node": ">=6.0.0"
  65. }
  66. },
  67. "node_modules/@babel/code-frame": {
  68. "version": "7.16.7",
  69. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
  70. "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
  71. "dependencies": {
  72. "@babel/highlight": "^7.16.7"
  73. },
  74. "engines": {
  75. "node": ">=6.9.0"
  76. }
  77. },
  78. "node_modules/@babel/compat-data": {
  79. "version": "7.17.7",
  80. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz",
  81. "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==",
  82. "engines": {
  83. "node": ">=6.9.0"
  84. }
  85. },
  86. "node_modules/@babel/core": {
  87. "version": "7.17.9",
  88. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.9.tgz",
  89. "integrity": "sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==",
  90. "dependencies": {
  91. "@ampproject/remapping": "^2.1.0",
  92. "@babel/code-frame": "^7.16.7",
  93. "@babel/generator": "^7.17.9",
  94. "@babel/helper-compilation-targets": "^7.17.7",
  95. "@babel/helper-module-transforms": "^7.17.7",
  96. "@babel/helpers": "^7.17.9",
  97. "@babel/parser": "^7.17.9",
  98. "@babel/template": "^7.16.7",
  99. "@babel/traverse": "^7.17.9",
  100. "@babel/types": "^7.17.0",
  101. "convert-source-map": "^1.7.0",
  102. "debug": "^4.1.0",
  103. "gensync": "^1.0.0-beta.2",
  104. "json5": "^2.2.1",
  105. "semver": "^6.3.0"
  106. },
  107. "engines": {
  108. "node": ">=6.9.0"
  109. },
  110. "funding": {
  111. "type": "opencollective",
  112. "url": "https://opencollective.com/babel"
  113. }
  114. },
  115. "node_modules/@babel/core/node_modules/semver": {
  116. "version": "6.3.0",
  117. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  118. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  119. "bin": {
  120. "semver": "bin/semver.js"
  121. }
  122. },
  123. "node_modules/@babel/eslint-parser": {
  124. "version": "7.17.0",
  125. "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz",
  126. "integrity": "sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==",
  127. "dependencies": {
  128. "eslint-scope": "^5.1.1",
  129. "eslint-visitor-keys": "^2.1.0",
  130. "semver": "^6.3.0"
  131. },
  132. "engines": {
  133. "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
  134. },
  135. "peerDependencies": {
  136. "@babel/core": ">=7.11.0",
  137. "eslint": "^7.5.0 || ^8.0.0"
  138. }
  139. },
  140. "node_modules/@babel/eslint-parser/node_modules/eslint-scope": {
  141. "version": "5.1.1",
  142. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  143. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  144. "dependencies": {
  145. "esrecurse": "^4.3.0",
  146. "estraverse": "^4.1.1"
  147. },
  148. "engines": {
  149. "node": ">=8.0.0"
  150. }
  151. },
  152. "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
  153. "version": "2.1.0",
  154. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  155. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  156. "engines": {
  157. "node": ">=10"
  158. }
  159. },
  160. "node_modules/@babel/eslint-parser/node_modules/estraverse": {
  161. "version": "4.3.0",
  162. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  163. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  164. "engines": {
  165. "node": ">=4.0"
  166. }
  167. },
  168. "node_modules/@babel/eslint-parser/node_modules/semver": {
  169. "version": "6.3.0",
  170. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  171. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  172. "bin": {
  173. "semver": "bin/semver.js"
  174. }
  175. },
  176. "node_modules/@babel/generator": {
  177. "version": "7.17.9",
  178. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.9.tgz",
  179. "integrity": "sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==",
  180. "dependencies": {
  181. "@babel/types": "^7.17.0",
  182. "jsesc": "^2.5.1",
  183. "source-map": "^0.5.0"
  184. },
  185. "engines": {
  186. "node": ">=6.9.0"
  187. }
  188. },
  189. "node_modules/@babel/generator/node_modules/source-map": {
  190. "version": "0.5.7",
  191. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  192. "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
  193. "engines": {
  194. "node": ">=0.10.0"
  195. }
  196. },
  197. "node_modules/@babel/helper-annotate-as-pure": {
  198. "version": "7.16.7",
  199. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz",
  200. "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==",
  201. "dependencies": {
  202. "@babel/types": "^7.16.7"
  203. },
  204. "engines": {
  205. "node": ">=6.9.0"
  206. }
  207. },
  208. "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
  209. "version": "7.16.7",
  210. "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz",
  211. "integrity": "sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==",
  212. "dependencies": {
  213. "@babel/helper-explode-assignable-expression": "^7.16.7",
  214. "@babel/types": "^7.16.7"
  215. },
  216. "engines": {
  217. "node": ">=6.9.0"
  218. }
  219. },
  220. "node_modules/@babel/helper-compilation-targets": {
  221. "version": "7.17.7",
  222. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz",
  223. "integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==",
  224. "dependencies": {
  225. "@babel/compat-data": "^7.17.7",
  226. "@babel/helper-validator-option": "^7.16.7",
  227. "browserslist": "^4.17.5",
  228. "semver": "^6.3.0"
  229. },
  230. "engines": {
  231. "node": ">=6.9.0"
  232. },
  233. "peerDependencies": {
  234. "@babel/core": "^7.0.0"
  235. }
  236. },
  237. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  238. "version": "6.3.0",
  239. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  240. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  241. "bin": {
  242. "semver": "bin/semver.js"
  243. }
  244. },
  245. "node_modules/@babel/helper-create-class-features-plugin": {
  246. "version": "7.17.9",
  247. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.9.tgz",
  248. "integrity": "sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==",
  249. "dependencies": {
  250. "@babel/helper-annotate-as-pure": "^7.16.7",
  251. "@babel/helper-environment-visitor": "^7.16.7",
  252. "@babel/helper-function-name": "^7.17.9",
  253. "@babel/helper-member-expression-to-functions": "^7.17.7",
  254. "@babel/helper-optimise-call-expression": "^7.16.7",
  255. "@babel/helper-replace-supers": "^7.16.7",
  256. "@babel/helper-split-export-declaration": "^7.16.7"
  257. },
  258. "engines": {
  259. "node": ">=6.9.0"
  260. },
  261. "peerDependencies": {
  262. "@babel/core": "^7.0.0"
  263. }
  264. },
  265. "node_modules/@babel/helper-create-regexp-features-plugin": {
  266. "version": "7.17.0",
  267. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz",
  268. "integrity": "sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==",
  269. "dependencies": {
  270. "@babel/helper-annotate-as-pure": "^7.16.7",
  271. "regexpu-core": "^5.0.1"
  272. },
  273. "engines": {
  274. "node": ">=6.9.0"
  275. },
  276. "peerDependencies": {
  277. "@babel/core": "^7.0.0"
  278. }
  279. },
  280. "node_modules/@babel/helper-define-polyfill-provider": {
  281. "version": "0.3.1",
  282. "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz",
  283. "integrity": "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==",
  284. "dependencies": {
  285. "@babel/helper-compilation-targets": "^7.13.0",
  286. "@babel/helper-module-imports": "^7.12.13",
  287. "@babel/helper-plugin-utils": "^7.13.0",
  288. "@babel/traverse": "^7.13.0",
  289. "debug": "^4.1.1",
  290. "lodash.debounce": "^4.0.8",
  291. "resolve": "^1.14.2",
  292. "semver": "^6.1.2"
  293. },
  294. "peerDependencies": {
  295. "@babel/core": "^7.4.0-0"
  296. }
  297. },
  298. "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": {
  299. "version": "6.3.0",
  300. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  301. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  302. "bin": {
  303. "semver": "bin/semver.js"
  304. }
  305. },
  306. "node_modules/@babel/helper-environment-visitor": {
  307. "version": "7.16.7",
  308. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz",
  309. "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==",
  310. "dependencies": {
  311. "@babel/types": "^7.16.7"
  312. },
  313. "engines": {
  314. "node": ">=6.9.0"
  315. }
  316. },
  317. "node_modules/@babel/helper-explode-assignable-expression": {
  318. "version": "7.16.7",
  319. "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz",
  320. "integrity": "sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==",
  321. "dependencies": {
  322. "@babel/types": "^7.16.7"
  323. },
  324. "engines": {
  325. "node": ">=6.9.0"
  326. }
  327. },
  328. "node_modules/@babel/helper-function-name": {
  329. "version": "7.17.9",
  330. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz",
  331. "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==",
  332. "dependencies": {
  333. "@babel/template": "^7.16.7",
  334. "@babel/types": "^7.17.0"
  335. },
  336. "engines": {
  337. "node": ">=6.9.0"
  338. }
  339. },
  340. "node_modules/@babel/helper-hoist-variables": {
  341. "version": "7.16.7",
  342. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",
  343. "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==",
  344. "dependencies": {
  345. "@babel/types": "^7.16.7"
  346. },
  347. "engines": {
  348. "node": ">=6.9.0"
  349. }
  350. },
  351. "node_modules/@babel/helper-member-expression-to-functions": {
  352. "version": "7.17.7",
  353. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz",
  354. "integrity": "sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==",
  355. "dependencies": {
  356. "@babel/types": "^7.17.0"
  357. },
  358. "engines": {
  359. "node": ">=6.9.0"
  360. }
  361. },
  362. "node_modules/@babel/helper-module-imports": {
  363. "version": "7.16.7",
  364. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",
  365. "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==",
  366. "dependencies": {
  367. "@babel/types": "^7.16.7"
  368. },
  369. "engines": {
  370. "node": ">=6.9.0"
  371. }
  372. },
  373. "node_modules/@babel/helper-module-transforms": {
  374. "version": "7.17.7",
  375. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz",
  376. "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==",
  377. "dependencies": {
  378. "@babel/helper-environment-visitor": "^7.16.7",
  379. "@babel/helper-module-imports": "^7.16.7",
  380. "@babel/helper-simple-access": "^7.17.7",
  381. "@babel/helper-split-export-declaration": "^7.16.7",
  382. "@babel/helper-validator-identifier": "^7.16.7",
  383. "@babel/template": "^7.16.7",
  384. "@babel/traverse": "^7.17.3",
  385. "@babel/types": "^7.17.0"
  386. },
  387. "engines": {
  388. "node": ">=6.9.0"
  389. }
  390. },
  391. "node_modules/@babel/helper-optimise-call-expression": {
  392. "version": "7.16.7",
  393. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz",
  394. "integrity": "sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==",
  395. "dependencies": {
  396. "@babel/types": "^7.16.7"
  397. },
  398. "engines": {
  399. "node": ">=6.9.0"
  400. }
  401. },
  402. "node_modules/@babel/helper-plugin-utils": {
  403. "version": "7.16.7",
  404. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
  405. "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==",
  406. "engines": {
  407. "node": ">=6.9.0"
  408. }
  409. },
  410. "node_modules/@babel/helper-remap-async-to-generator": {
  411. "version": "7.16.8",
  412. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz",
  413. "integrity": "sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==",
  414. "dependencies": {
  415. "@babel/helper-annotate-as-pure": "^7.16.7",
  416. "@babel/helper-wrap-function": "^7.16.8",
  417. "@babel/types": "^7.16.8"
  418. },
  419. "engines": {
  420. "node": ">=6.9.0"
  421. }
  422. },
  423. "node_modules/@babel/helper-replace-supers": {
  424. "version": "7.16.7",
  425. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz",
  426. "integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==",
  427. "dependencies": {
  428. "@babel/helper-environment-visitor": "^7.16.7",
  429. "@babel/helper-member-expression-to-functions": "^7.16.7",
  430. "@babel/helper-optimise-call-expression": "^7.16.7",
  431. "@babel/traverse": "^7.16.7",
  432. "@babel/types": "^7.16.7"
  433. },
  434. "engines": {
  435. "node": ">=6.9.0"
  436. }
  437. },
  438. "node_modules/@babel/helper-simple-access": {
  439. "version": "7.17.7",
  440. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz",
  441. "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==",
  442. "dependencies": {
  443. "@babel/types": "^7.17.0"
  444. },
  445. "engines": {
  446. "node": ">=6.9.0"
  447. }
  448. },
  449. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  450. "version": "7.16.0",
  451. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz",
  452. "integrity": "sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==",
  453. "dependencies": {
  454. "@babel/types": "^7.16.0"
  455. },
  456. "engines": {
  457. "node": ">=6.9.0"
  458. }
  459. },
  460. "node_modules/@babel/helper-split-export-declaration": {
  461. "version": "7.16.7",
  462. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz",
  463. "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==",
  464. "dependencies": {
  465. "@babel/types": "^7.16.7"
  466. },
  467. "engines": {
  468. "node": ">=6.9.0"
  469. }
  470. },
  471. "node_modules/@babel/helper-validator-identifier": {
  472. "version": "7.16.7",
  473. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
  474. "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==",
  475. "engines": {
  476. "node": ">=6.9.0"
  477. }
  478. },
  479. "node_modules/@babel/helper-validator-option": {
  480. "version": "7.16.7",
  481. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz",
  482. "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==",
  483. "engines": {
  484. "node": ">=6.9.0"
  485. }
  486. },
  487. "node_modules/@babel/helper-wrap-function": {
  488. "version": "7.16.8",
  489. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz",
  490. "integrity": "sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==",
  491. "dependencies": {
  492. "@babel/helper-function-name": "^7.16.7",
  493. "@babel/template": "^7.16.7",
  494. "@babel/traverse": "^7.16.8",
  495. "@babel/types": "^7.16.8"
  496. },
  497. "engines": {
  498. "node": ">=6.9.0"
  499. }
  500. },
  501. "node_modules/@babel/helpers": {
  502. "version": "7.17.9",
  503. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz",
  504. "integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==",
  505. "dependencies": {
  506. "@babel/template": "^7.16.7",
  507. "@babel/traverse": "^7.17.9",
  508. "@babel/types": "^7.17.0"
  509. },
  510. "engines": {
  511. "node": ">=6.9.0"
  512. }
  513. },
  514. "node_modules/@babel/highlight": {
  515. "version": "7.17.9",
  516. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz",
  517. "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==",
  518. "dependencies": {
  519. "@babel/helper-validator-identifier": "^7.16.7",
  520. "chalk": "^2.0.0",
  521. "js-tokens": "^4.0.0"
  522. },
  523. "engines": {
  524. "node": ">=6.9.0"
  525. }
  526. },
  527. "node_modules/@babel/highlight/node_modules/ansi-styles": {
  528. "version": "3.2.1",
  529. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  530. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  531. "dependencies": {
  532. "color-convert": "^1.9.0"
  533. },
  534. "engines": {
  535. "node": ">=4"
  536. }
  537. },
  538. "node_modules/@babel/highlight/node_modules/chalk": {
  539. "version": "2.4.2",
  540. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  541. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  542. "dependencies": {
  543. "ansi-styles": "^3.2.1",
  544. "escape-string-regexp": "^1.0.5",
  545. "supports-color": "^5.3.0"
  546. },
  547. "engines": {
  548. "node": ">=4"
  549. }
  550. },
  551. "node_modules/@babel/highlight/node_modules/color-convert": {
  552. "version": "1.9.3",
  553. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  554. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  555. "dependencies": {
  556. "color-name": "1.1.3"
  557. }
  558. },
  559. "node_modules/@babel/highlight/node_modules/color-name": {
  560. "version": "1.1.3",
  561. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  562. "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
  563. },
  564. "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
  565. "version": "1.0.5",
  566. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  567. "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
  568. "engines": {
  569. "node": ">=0.8.0"
  570. }
  571. },
  572. "node_modules/@babel/highlight/node_modules/has-flag": {
  573. "version": "3.0.0",
  574. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  575. "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
  576. "engines": {
  577. "node": ">=4"
  578. }
  579. },
  580. "node_modules/@babel/highlight/node_modules/supports-color": {
  581. "version": "5.5.0",
  582. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  583. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  584. "dependencies": {
  585. "has-flag": "^3.0.0"
  586. },
  587. "engines": {
  588. "node": ">=4"
  589. }
  590. },
  591. "node_modules/@babel/parser": {
  592. "version": "7.17.9",
  593. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.9.tgz",
  594. "integrity": "sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==",
  595. "bin": {
  596. "parser": "bin/babel-parser.js"
  597. },
  598. "engines": {
  599. "node": ">=6.0.0"
  600. }
  601. },
  602. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  603. "version": "7.16.7",
  604. "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.16.7.tgz",
  605. "integrity": "sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==",
  606. "dependencies": {
  607. "@babel/helper-plugin-utils": "^7.16.7"
  608. },
  609. "engines": {
  610. "node": ">=6.9.0"
  611. },
  612. "peerDependencies": {
  613. "@babel/core": "^7.0.0"
  614. }
  615. },
  616. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  617. "version": "7.16.7",
  618. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz",
  619. "integrity": "sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==",
  620. "dependencies": {
  621. "@babel/helper-plugin-utils": "^7.16.7",
  622. "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
  623. "@babel/plugin-proposal-optional-chaining": "^7.16.7"
  624. },
  625. "engines": {
  626. "node": ">=6.9.0"
  627. },
  628. "peerDependencies": {
  629. "@babel/core": "^7.13.0"
  630. }
  631. },
  632. "node_modules/@babel/plugin-proposal-async-generator-functions": {
  633. "version": "7.16.8",
  634. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz",
  635. "integrity": "sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==",
  636. "dependencies": {
  637. "@babel/helper-plugin-utils": "^7.16.7",
  638. "@babel/helper-remap-async-to-generator": "^7.16.8",
  639. "@babel/plugin-syntax-async-generators": "^7.8.4"
  640. },
  641. "engines": {
  642. "node": ">=6.9.0"
  643. },
  644. "peerDependencies": {
  645. "@babel/core": "^7.0.0-0"
  646. }
  647. },
  648. "node_modules/@babel/plugin-proposal-class-properties": {
  649. "version": "7.16.7",
  650. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz",
  651. "integrity": "sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==",
  652. "dependencies": {
  653. "@babel/helper-create-class-features-plugin": "^7.16.7",
  654. "@babel/helper-plugin-utils": "^7.16.7"
  655. },
  656. "engines": {
  657. "node": ">=6.9.0"
  658. },
  659. "peerDependencies": {
  660. "@babel/core": "^7.0.0-0"
  661. }
  662. },
  663. "node_modules/@babel/plugin-proposal-class-static-block": {
  664. "version": "7.17.6",
  665. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.17.6.tgz",
  666. "integrity": "sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==",
  667. "dependencies": {
  668. "@babel/helper-create-class-features-plugin": "^7.17.6",
  669. "@babel/helper-plugin-utils": "^7.16.7",
  670. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  671. },
  672. "engines": {
  673. "node": ">=6.9.0"
  674. },
  675. "peerDependencies": {
  676. "@babel/core": "^7.12.0"
  677. }
  678. },
  679. "node_modules/@babel/plugin-proposal-decorators": {
  680. "version": "7.17.9",
  681. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.9.tgz",
  682. "integrity": "sha512-EfH2LZ/vPa2wuPwJ26j+kYRkaubf89UlwxKXtxqEm57HrgSEYDB8t4swFP+p8LcI9yiP9ZRJJjo/58hS6BnaDA==",
  683. "dependencies": {
  684. "@babel/helper-create-class-features-plugin": "^7.17.9",
  685. "@babel/helper-plugin-utils": "^7.16.7",
  686. "@babel/helper-replace-supers": "^7.16.7",
  687. "@babel/helper-split-export-declaration": "^7.16.7",
  688. "@babel/plugin-syntax-decorators": "^7.17.0",
  689. "charcodes": "^0.2.0"
  690. },
  691. "engines": {
  692. "node": ">=6.9.0"
  693. },
  694. "peerDependencies": {
  695. "@babel/core": "^7.0.0-0"
  696. }
  697. },
  698. "node_modules/@babel/plugin-proposal-dynamic-import": {
  699. "version": "7.16.7",
  700. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz",
  701. "integrity": "sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==",
  702. "dependencies": {
  703. "@babel/helper-plugin-utils": "^7.16.7",
  704. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  705. },
  706. "engines": {
  707. "node": ">=6.9.0"
  708. },
  709. "peerDependencies": {
  710. "@babel/core": "^7.0.0-0"
  711. }
  712. },
  713. "node_modules/@babel/plugin-proposal-export-namespace-from": {
  714. "version": "7.16.7",
  715. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz",
  716. "integrity": "sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==",
  717. "dependencies": {
  718. "@babel/helper-plugin-utils": "^7.16.7",
  719. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  720. },
  721. "engines": {
  722. "node": ">=6.9.0"
  723. },
  724. "peerDependencies": {
  725. "@babel/core": "^7.0.0-0"
  726. }
  727. },
  728. "node_modules/@babel/plugin-proposal-json-strings": {
  729. "version": "7.16.7",
  730. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz",
  731. "integrity": "sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==",
  732. "dependencies": {
  733. "@babel/helper-plugin-utils": "^7.16.7",
  734. "@babel/plugin-syntax-json-strings": "^7.8.3"
  735. },
  736. "engines": {
  737. "node": ">=6.9.0"
  738. },
  739. "peerDependencies": {
  740. "@babel/core": "^7.0.0-0"
  741. }
  742. },
  743. "node_modules/@babel/plugin-proposal-logical-assignment-operators": {
  744. "version": "7.16.7",
  745. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz",
  746. "integrity": "sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==",
  747. "dependencies": {
  748. "@babel/helper-plugin-utils": "^7.16.7",
  749. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  750. },
  751. "engines": {
  752. "node": ">=6.9.0"
  753. },
  754. "peerDependencies": {
  755. "@babel/core": "^7.0.0-0"
  756. }
  757. },
  758. "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
  759. "version": "7.16.7",
  760. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz",
  761. "integrity": "sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==",
  762. "dependencies": {
  763. "@babel/helper-plugin-utils": "^7.16.7",
  764. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  765. },
  766. "engines": {
  767. "node": ">=6.9.0"
  768. },
  769. "peerDependencies": {
  770. "@babel/core": "^7.0.0-0"
  771. }
  772. },
  773. "node_modules/@babel/plugin-proposal-numeric-separator": {
  774. "version": "7.16.7",
  775. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz",
  776. "integrity": "sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==",
  777. "dependencies": {
  778. "@babel/helper-plugin-utils": "^7.16.7",
  779. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  780. },
  781. "engines": {
  782. "node": ">=6.9.0"
  783. },
  784. "peerDependencies": {
  785. "@babel/core": "^7.0.0-0"
  786. }
  787. },
  788. "node_modules/@babel/plugin-proposal-object-rest-spread": {
  789. "version": "7.17.3",
  790. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz",
  791. "integrity": "sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==",
  792. "dependencies": {
  793. "@babel/compat-data": "^7.17.0",
  794. "@babel/helper-compilation-targets": "^7.16.7",
  795. "@babel/helper-plugin-utils": "^7.16.7",
  796. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  797. "@babel/plugin-transform-parameters": "^7.16.7"
  798. },
  799. "engines": {
  800. "node": ">=6.9.0"
  801. },
  802. "peerDependencies": {
  803. "@babel/core": "^7.0.0-0"
  804. }
  805. },
  806. "node_modules/@babel/plugin-proposal-optional-catch-binding": {
  807. "version": "7.16.7",
  808. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz",
  809. "integrity": "sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==",
  810. "dependencies": {
  811. "@babel/helper-plugin-utils": "^7.16.7",
  812. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  813. },
  814. "engines": {
  815. "node": ">=6.9.0"
  816. },
  817. "peerDependencies": {
  818. "@babel/core": "^7.0.0-0"
  819. }
  820. },
  821. "node_modules/@babel/plugin-proposal-optional-chaining": {
  822. "version": "7.16.7",
  823. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz",
  824. "integrity": "sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==",
  825. "dependencies": {
  826. "@babel/helper-plugin-utils": "^7.16.7",
  827. "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
  828. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  829. },
  830. "engines": {
  831. "node": ">=6.9.0"
  832. },
  833. "peerDependencies": {
  834. "@babel/core": "^7.0.0-0"
  835. }
  836. },
  837. "node_modules/@babel/plugin-proposal-private-methods": {
  838. "version": "7.16.11",
  839. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz",
  840. "integrity": "sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==",
  841. "dependencies": {
  842. "@babel/helper-create-class-features-plugin": "^7.16.10",
  843. "@babel/helper-plugin-utils": "^7.16.7"
  844. },
  845. "engines": {
  846. "node": ">=6.9.0"
  847. },
  848. "peerDependencies": {
  849. "@babel/core": "^7.0.0-0"
  850. }
  851. },
  852. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  853. "version": "7.16.7",
  854. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz",
  855. "integrity": "sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==",
  856. "dependencies": {
  857. "@babel/helper-annotate-as-pure": "^7.16.7",
  858. "@babel/helper-create-class-features-plugin": "^7.16.7",
  859. "@babel/helper-plugin-utils": "^7.16.7",
  860. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  861. },
  862. "engines": {
  863. "node": ">=6.9.0"
  864. },
  865. "peerDependencies": {
  866. "@babel/core": "^7.0.0-0"
  867. }
  868. },
  869. "node_modules/@babel/plugin-proposal-unicode-property-regex": {
  870. "version": "7.16.7",
  871. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz",
  872. "integrity": "sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==",
  873. "dependencies": {
  874. "@babel/helper-create-regexp-features-plugin": "^7.16.7",
  875. "@babel/helper-plugin-utils": "^7.16.7"
  876. },
  877. "engines": {
  878. "node": ">=4"
  879. },
  880. "peerDependencies": {
  881. "@babel/core": "^7.0.0-0"
  882. }
  883. },
  884. "node_modules/@babel/plugin-syntax-async-generators": {
  885. "version": "7.8.4",
  886. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  887. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  888. "dependencies": {
  889. "@babel/helper-plugin-utils": "^7.8.0"
  890. },
  891. "peerDependencies": {
  892. "@babel/core": "^7.0.0-0"
  893. }
  894. },
  895. "node_modules/@babel/plugin-syntax-bigint": {
  896. "version": "7.8.3",
  897. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
  898. "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
  899. "dependencies": {
  900. "@babel/helper-plugin-utils": "^7.8.0"
  901. },
  902. "peerDependencies": {
  903. "@babel/core": "^7.0.0-0"
  904. }
  905. },
  906. "node_modules/@babel/plugin-syntax-class-properties": {
  907. "version": "7.12.13",
  908. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  909. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  910. "dependencies": {
  911. "@babel/helper-plugin-utils": "^7.12.13"
  912. },
  913. "peerDependencies": {
  914. "@babel/core": "^7.0.0-0"
  915. }
  916. },
  917. "node_modules/@babel/plugin-syntax-class-static-block": {
  918. "version": "7.14.5",
  919. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  920. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  921. "dependencies": {
  922. "@babel/helper-plugin-utils": "^7.14.5"
  923. },
  924. "engines": {
  925. "node": ">=6.9.0"
  926. },
  927. "peerDependencies": {
  928. "@babel/core": "^7.0.0-0"
  929. }
  930. },
  931. "node_modules/@babel/plugin-syntax-decorators": {
  932. "version": "7.17.0",
  933. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.17.0.tgz",
  934. "integrity": "sha512-qWe85yCXsvDEluNP0OyeQjH63DlhAR3W7K9BxxU1MvbDb48tgBG+Ao6IJJ6smPDrrVzSQZrbF6donpkFBMcs3A==",
  935. "dependencies": {
  936. "@babel/helper-plugin-utils": "^7.16.7"
  937. },
  938. "engines": {
  939. "node": ">=6.9.0"
  940. },
  941. "peerDependencies": {
  942. "@babel/core": "^7.0.0-0"
  943. }
  944. },
  945. "node_modules/@babel/plugin-syntax-dynamic-import": {
  946. "version": "7.8.3",
  947. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  948. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  949. "dependencies": {
  950. "@babel/helper-plugin-utils": "^7.8.0"
  951. },
  952. "peerDependencies": {
  953. "@babel/core": "^7.0.0-0"
  954. }
  955. },
  956. "node_modules/@babel/plugin-syntax-export-namespace-from": {
  957. "version": "7.8.3",
  958. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  959. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  960. "dependencies": {
  961. "@babel/helper-plugin-utils": "^7.8.3"
  962. },
  963. "peerDependencies": {
  964. "@babel/core": "^7.0.0-0"
  965. }
  966. },
  967. "node_modules/@babel/plugin-syntax-flow": {
  968. "version": "7.16.7",
  969. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz",
  970. "integrity": "sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==",
  971. "dependencies": {
  972. "@babel/helper-plugin-utils": "^7.16.7"
  973. },
  974. "engines": {
  975. "node": ">=6.9.0"
  976. },
  977. "peerDependencies": {
  978. "@babel/core": "^7.0.0-0"
  979. }
  980. },
  981. "node_modules/@babel/plugin-syntax-import-meta": {
  982. "version": "7.10.4",
  983. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  984. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  985. "dependencies": {
  986. "@babel/helper-plugin-utils": "^7.10.4"
  987. },
  988. "peerDependencies": {
  989. "@babel/core": "^7.0.0-0"
  990. }
  991. },
  992. "node_modules/@babel/plugin-syntax-json-strings": {
  993. "version": "7.8.3",
  994. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  995. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  996. "dependencies": {
  997. "@babel/helper-plugin-utils": "^7.8.0"
  998. },
  999. "peerDependencies": {
  1000. "@babel/core": "^7.0.0-0"
  1001. }
  1002. },
  1003. "node_modules/@babel/plugin-syntax-jsx": {
  1004. "version": "7.16.7",
  1005. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz",
  1006. "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==",
  1007. "dependencies": {
  1008. "@babel/helper-plugin-utils": "^7.16.7"
  1009. },
  1010. "engines": {
  1011. "node": ">=6.9.0"
  1012. },
  1013. "peerDependencies": {
  1014. "@babel/core": "^7.0.0-0"
  1015. }
  1016. },
  1017. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  1018. "version": "7.10.4",
  1019. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  1020. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  1021. "dependencies": {
  1022. "@babel/helper-plugin-utils": "^7.10.4"
  1023. },
  1024. "peerDependencies": {
  1025. "@babel/core": "^7.0.0-0"
  1026. }
  1027. },
  1028. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  1029. "version": "7.8.3",
  1030. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  1031. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  1032. "dependencies": {
  1033. "@babel/helper-plugin-utils": "^7.8.0"
  1034. },
  1035. "peerDependencies": {
  1036. "@babel/core": "^7.0.0-0"
  1037. }
  1038. },
  1039. "node_modules/@babel/plugin-syntax-numeric-separator": {
  1040. "version": "7.10.4",
  1041. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  1042. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  1043. "dependencies": {
  1044. "@babel/helper-plugin-utils": "^7.10.4"
  1045. },
  1046. "peerDependencies": {
  1047. "@babel/core": "^7.0.0-0"
  1048. }
  1049. },
  1050. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  1051. "version": "7.8.3",
  1052. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  1053. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  1054. "dependencies": {
  1055. "@babel/helper-plugin-utils": "^7.8.0"
  1056. },
  1057. "peerDependencies": {
  1058. "@babel/core": "^7.0.0-0"
  1059. }
  1060. },
  1061. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  1062. "version": "7.8.3",
  1063. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  1064. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  1065. "dependencies": {
  1066. "@babel/helper-plugin-utils": "^7.8.0"
  1067. },
  1068. "peerDependencies": {
  1069. "@babel/core": "^7.0.0-0"
  1070. }
  1071. },
  1072. "node_modules/@babel/plugin-syntax-optional-chaining": {
  1073. "version": "7.8.3",
  1074. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  1075. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  1076. "dependencies": {
  1077. "@babel/helper-plugin-utils": "^7.8.0"
  1078. },
  1079. "peerDependencies": {
  1080. "@babel/core": "^7.0.0-0"
  1081. }
  1082. },
  1083. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  1084. "version": "7.14.5",
  1085. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  1086. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  1087. "dependencies": {
  1088. "@babel/helper-plugin-utils": "^7.14.5"
  1089. },
  1090. "engines": {
  1091. "node": ">=6.9.0"
  1092. },
  1093. "peerDependencies": {
  1094. "@babel/core": "^7.0.0-0"
  1095. }
  1096. },
  1097. "node_modules/@babel/plugin-syntax-top-level-await": {
  1098. "version": "7.14.5",
  1099. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  1100. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  1101. "dependencies": {
  1102. "@babel/helper-plugin-utils": "^7.14.5"
  1103. },
  1104. "engines": {
  1105. "node": ">=6.9.0"
  1106. },
  1107. "peerDependencies": {
  1108. "@babel/core": "^7.0.0-0"
  1109. }
  1110. },
  1111. "node_modules/@babel/plugin-syntax-typescript": {
  1112. "version": "7.16.7",
  1113. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz",
  1114. "integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==",
  1115. "dependencies": {
  1116. "@babel/helper-plugin-utils": "^7.16.7"
  1117. },
  1118. "engines": {
  1119. "node": ">=6.9.0"
  1120. },
  1121. "peerDependencies": {
  1122. "@babel/core": "^7.0.0-0"
  1123. }
  1124. },
  1125. "node_modules/@babel/plugin-transform-arrow-functions": {
  1126. "version": "7.16.7",
  1127. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz",
  1128. "integrity": "sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==",
  1129. "dependencies": {
  1130. "@babel/helper-plugin-utils": "^7.16.7"
  1131. },
  1132. "engines": {
  1133. "node": ">=6.9.0"
  1134. },
  1135. "peerDependencies": {
  1136. "@babel/core": "^7.0.0-0"
  1137. }
  1138. },
  1139. "node_modules/@babel/plugin-transform-async-to-generator": {
  1140. "version": "7.16.8",
  1141. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz",
  1142. "integrity": "sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==",
  1143. "dependencies": {
  1144. "@babel/helper-module-imports": "^7.16.7",
  1145. "@babel/helper-plugin-utils": "^7.16.7",
  1146. "@babel/helper-remap-async-to-generator": "^7.16.8"
  1147. },
  1148. "engines": {
  1149. "node": ">=6.9.0"
  1150. },
  1151. "peerDependencies": {
  1152. "@babel/core": "^7.0.0-0"
  1153. }
  1154. },
  1155. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  1156. "version": "7.16.7",
  1157. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz",
  1158. "integrity": "sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==",
  1159. "dependencies": {
  1160. "@babel/helper-plugin-utils": "^7.16.7"
  1161. },
  1162. "engines": {
  1163. "node": ">=6.9.0"
  1164. },
  1165. "peerDependencies": {
  1166. "@babel/core": "^7.0.0-0"
  1167. }
  1168. },
  1169. "node_modules/@babel/plugin-transform-block-scoping": {
  1170. "version": "7.16.7",
  1171. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz",
  1172. "integrity": "sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==",
  1173. "dependencies": {
  1174. "@babel/helper-plugin-utils": "^7.16.7"
  1175. },
  1176. "engines": {
  1177. "node": ">=6.9.0"
  1178. },
  1179. "peerDependencies": {
  1180. "@babel/core": "^7.0.0-0"
  1181. }
  1182. },
  1183. "node_modules/@babel/plugin-transform-classes": {
  1184. "version": "7.16.7",
  1185. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz",
  1186. "integrity": "sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==",
  1187. "dependencies": {
  1188. "@babel/helper-annotate-as-pure": "^7.16.7",
  1189. "@babel/helper-environment-visitor": "^7.16.7",
  1190. "@babel/helper-function-name": "^7.16.7",
  1191. "@babel/helper-optimise-call-expression": "^7.16.7",
  1192. "@babel/helper-plugin-utils": "^7.16.7",
  1193. "@babel/helper-replace-supers": "^7.16.7",
  1194. "@babel/helper-split-export-declaration": "^7.16.7",
  1195. "globals": "^11.1.0"
  1196. },
  1197. "engines": {
  1198. "node": ">=6.9.0"
  1199. },
  1200. "peerDependencies": {
  1201. "@babel/core": "^7.0.0-0"
  1202. }
  1203. },
  1204. "node_modules/@babel/plugin-transform-computed-properties": {
  1205. "version": "7.16.7",
  1206. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz",
  1207. "integrity": "sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==",
  1208. "dependencies": {
  1209. "@babel/helper-plugin-utils": "^7.16.7"
  1210. },
  1211. "engines": {
  1212. "node": ">=6.9.0"
  1213. },
  1214. "peerDependencies": {
  1215. "@babel/core": "^7.0.0-0"
  1216. }
  1217. },
  1218. "node_modules/@babel/plugin-transform-destructuring": {
  1219. "version": "7.17.7",
  1220. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.7.tgz",
  1221. "integrity": "sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==",
  1222. "dependencies": {
  1223. "@babel/helper-plugin-utils": "^7.16.7"
  1224. },
  1225. "engines": {
  1226. "node": ">=6.9.0"
  1227. },
  1228. "peerDependencies": {
  1229. "@babel/core": "^7.0.0-0"
  1230. }
  1231. },
  1232. "node_modules/@babel/plugin-transform-dotall-regex": {
  1233. "version": "7.16.7",
  1234. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz",
  1235. "integrity": "sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==",
  1236. "dependencies": {
  1237. "@babel/helper-create-regexp-features-plugin": "^7.16.7",
  1238. "@babel/helper-plugin-utils": "^7.16.7"
  1239. },
  1240. "engines": {
  1241. "node": ">=6.9.0"
  1242. },
  1243. "peerDependencies": {
  1244. "@babel/core": "^7.0.0-0"
  1245. }
  1246. },
  1247. "node_modules/@babel/plugin-transform-duplicate-keys": {
  1248. "version": "7.16.7",
  1249. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz",
  1250. "integrity": "sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==",
  1251. "dependencies": {
  1252. "@babel/helper-plugin-utils": "^7.16.7"
  1253. },
  1254. "engines": {
  1255. "node": ">=6.9.0"
  1256. },
  1257. "peerDependencies": {
  1258. "@babel/core": "^7.0.0-0"
  1259. }
  1260. },
  1261. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  1262. "version": "7.16.7",
  1263. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz",
  1264. "integrity": "sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==",
  1265. "dependencies": {
  1266. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.7",
  1267. "@babel/helper-plugin-utils": "^7.16.7"
  1268. },
  1269. "engines": {
  1270. "node": ">=6.9.0"
  1271. },
  1272. "peerDependencies": {
  1273. "@babel/core": "^7.0.0-0"
  1274. }
  1275. },
  1276. "node_modules/@babel/plugin-transform-flow-strip-types": {
  1277. "version": "7.16.7",
  1278. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz",
  1279. "integrity": "sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==",
  1280. "dependencies": {
  1281. "@babel/helper-plugin-utils": "^7.16.7",
  1282. "@babel/plugin-syntax-flow": "^7.16.7"
  1283. },
  1284. "engines": {
  1285. "node": ">=6.9.0"
  1286. },
  1287. "peerDependencies": {
  1288. "@babel/core": "^7.0.0-0"
  1289. }
  1290. },
  1291. "node_modules/@babel/plugin-transform-for-of": {
  1292. "version": "7.16.7",
  1293. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz",
  1294. "integrity": "sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==",
  1295. "dependencies": {
  1296. "@babel/helper-plugin-utils": "^7.16.7"
  1297. },
  1298. "engines": {
  1299. "node": ">=6.9.0"
  1300. },
  1301. "peerDependencies": {
  1302. "@babel/core": "^7.0.0-0"
  1303. }
  1304. },
  1305. "node_modules/@babel/plugin-transform-function-name": {
  1306. "version": "7.16.7",
  1307. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz",
  1308. "integrity": "sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==",
  1309. "dependencies": {
  1310. "@babel/helper-compilation-targets": "^7.16.7",
  1311. "@babel/helper-function-name": "^7.16.7",
  1312. "@babel/helper-plugin-utils": "^7.16.7"
  1313. },
  1314. "engines": {
  1315. "node": ">=6.9.0"
  1316. },
  1317. "peerDependencies": {
  1318. "@babel/core": "^7.0.0-0"
  1319. }
  1320. },
  1321. "node_modules/@babel/plugin-transform-literals": {
  1322. "version": "7.16.7",
  1323. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz",
  1324. "integrity": "sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==",
  1325. "dependencies": {
  1326. "@babel/helper-plugin-utils": "^7.16.7"
  1327. },
  1328. "engines": {
  1329. "node": ">=6.9.0"
  1330. },
  1331. "peerDependencies": {
  1332. "@babel/core": "^7.0.0-0"
  1333. }
  1334. },
  1335. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1336. "version": "7.16.7",
  1337. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz",
  1338. "integrity": "sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==",
  1339. "dependencies": {
  1340. "@babel/helper-plugin-utils": "^7.16.7"
  1341. },
  1342. "engines": {
  1343. "node": ">=6.9.0"
  1344. },
  1345. "peerDependencies": {
  1346. "@babel/core": "^7.0.0-0"
  1347. }
  1348. },
  1349. "node_modules/@babel/plugin-transform-modules-amd": {
  1350. "version": "7.16.7",
  1351. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz",
  1352. "integrity": "sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==",
  1353. "dependencies": {
  1354. "@babel/helper-module-transforms": "^7.16.7",
  1355. "@babel/helper-plugin-utils": "^7.16.7",
  1356. "babel-plugin-dynamic-import-node": "^2.3.3"
  1357. },
  1358. "engines": {
  1359. "node": ">=6.9.0"
  1360. },
  1361. "peerDependencies": {
  1362. "@babel/core": "^7.0.0-0"
  1363. }
  1364. },
  1365. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1366. "version": "7.17.9",
  1367. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.9.tgz",
  1368. "integrity": "sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==",
  1369. "dependencies": {
  1370. "@babel/helper-module-transforms": "^7.17.7",
  1371. "@babel/helper-plugin-utils": "^7.16.7",
  1372. "@babel/helper-simple-access": "^7.17.7",
  1373. "babel-plugin-dynamic-import-node": "^2.3.3"
  1374. },
  1375. "engines": {
  1376. "node": ">=6.9.0"
  1377. },
  1378. "peerDependencies": {
  1379. "@babel/core": "^7.0.0-0"
  1380. }
  1381. },
  1382. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1383. "version": "7.17.8",
  1384. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.17.8.tgz",
  1385. "integrity": "sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==",
  1386. "dependencies": {
  1387. "@babel/helper-hoist-variables": "^7.16.7",
  1388. "@babel/helper-module-transforms": "^7.17.7",
  1389. "@babel/helper-plugin-utils": "^7.16.7",
  1390. "@babel/helper-validator-identifier": "^7.16.7",
  1391. "babel-plugin-dynamic-import-node": "^2.3.3"
  1392. },
  1393. "engines": {
  1394. "node": ">=6.9.0"
  1395. },
  1396. "peerDependencies": {
  1397. "@babel/core": "^7.0.0-0"
  1398. }
  1399. },
  1400. "node_modules/@babel/plugin-transform-modules-umd": {
  1401. "version": "7.16.7",
  1402. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz",
  1403. "integrity": "sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==",
  1404. "dependencies": {
  1405. "@babel/helper-module-transforms": "^7.16.7",
  1406. "@babel/helper-plugin-utils": "^7.16.7"
  1407. },
  1408. "engines": {
  1409. "node": ">=6.9.0"
  1410. },
  1411. "peerDependencies": {
  1412. "@babel/core": "^7.0.0-0"
  1413. }
  1414. },
  1415. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1416. "version": "7.16.8",
  1417. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz",
  1418. "integrity": "sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==",
  1419. "dependencies": {
  1420. "@babel/helper-create-regexp-features-plugin": "^7.16.7"
  1421. },
  1422. "engines": {
  1423. "node": ">=6.9.0"
  1424. },
  1425. "peerDependencies": {
  1426. "@babel/core": "^7.0.0"
  1427. }
  1428. },
  1429. "node_modules/@babel/plugin-transform-new-target": {
  1430. "version": "7.16.7",
  1431. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz",
  1432. "integrity": "sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==",
  1433. "dependencies": {
  1434. "@babel/helper-plugin-utils": "^7.16.7"
  1435. },
  1436. "engines": {
  1437. "node": ">=6.9.0"
  1438. },
  1439. "peerDependencies": {
  1440. "@babel/core": "^7.0.0-0"
  1441. }
  1442. },
  1443. "node_modules/@babel/plugin-transform-object-super": {
  1444. "version": "7.16.7",
  1445. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz",
  1446. "integrity": "sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==",
  1447. "dependencies": {
  1448. "@babel/helper-plugin-utils": "^7.16.7",
  1449. "@babel/helper-replace-supers": "^7.16.7"
  1450. },
  1451. "engines": {
  1452. "node": ">=6.9.0"
  1453. },
  1454. "peerDependencies": {
  1455. "@babel/core": "^7.0.0-0"
  1456. }
  1457. },
  1458. "node_modules/@babel/plugin-transform-parameters": {
  1459. "version": "7.16.7",
  1460. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz",
  1461. "integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==",
  1462. "dependencies": {
  1463. "@babel/helper-plugin-utils": "^7.16.7"
  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-property-literals": {
  1473. "version": "7.16.7",
  1474. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz",
  1475. "integrity": "sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==",
  1476. "dependencies": {
  1477. "@babel/helper-plugin-utils": "^7.16.7"
  1478. },
  1479. "engines": {
  1480. "node": ">=6.9.0"
  1481. },
  1482. "peerDependencies": {
  1483. "@babel/core": "^7.0.0-0"
  1484. }
  1485. },
  1486. "node_modules/@babel/plugin-transform-react-constant-elements": {
  1487. "version": "7.17.6",
  1488. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.17.6.tgz",
  1489. "integrity": "sha512-OBv9VkyyKtsHZiHLoSfCn+h6yU7YKX8nrs32xUmOa1SRSk+t03FosB6fBZ0Yz4BpD1WV7l73Nsad+2Tz7APpqw==",
  1490. "dependencies": {
  1491. "@babel/helper-plugin-utils": "^7.16.7"
  1492. },
  1493. "engines": {
  1494. "node": ">=6.9.0"
  1495. },
  1496. "peerDependencies": {
  1497. "@babel/core": "^7.0.0-0"
  1498. }
  1499. },
  1500. "node_modules/@babel/plugin-transform-react-display-name": {
  1501. "version": "7.16.7",
  1502. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz",
  1503. "integrity": "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==",
  1504. "dependencies": {
  1505. "@babel/helper-plugin-utils": "^7.16.7"
  1506. },
  1507. "engines": {
  1508. "node": ">=6.9.0"
  1509. },
  1510. "peerDependencies": {
  1511. "@babel/core": "^7.0.0-0"
  1512. }
  1513. },
  1514. "node_modules/@babel/plugin-transform-react-jsx": {
  1515. "version": "7.17.3",
  1516. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz",
  1517. "integrity": "sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==",
  1518. "dependencies": {
  1519. "@babel/helper-annotate-as-pure": "^7.16.7",
  1520. "@babel/helper-module-imports": "^7.16.7",
  1521. "@babel/helper-plugin-utils": "^7.16.7",
  1522. "@babel/plugin-syntax-jsx": "^7.16.7",
  1523. "@babel/types": "^7.17.0"
  1524. },
  1525. "engines": {
  1526. "node": ">=6.9.0"
  1527. },
  1528. "peerDependencies": {
  1529. "@babel/core": "^7.0.0-0"
  1530. }
  1531. },
  1532. "node_modules/@babel/plugin-transform-react-jsx-development": {
  1533. "version": "7.16.7",
  1534. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz",
  1535. "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==",
  1536. "dependencies": {
  1537. "@babel/plugin-transform-react-jsx": "^7.16.7"
  1538. },
  1539. "engines": {
  1540. "node": ">=6.9.0"
  1541. },
  1542. "peerDependencies": {
  1543. "@babel/core": "^7.0.0-0"
  1544. }
  1545. },
  1546. "node_modules/@babel/plugin-transform-react-pure-annotations": {
  1547. "version": "7.16.7",
  1548. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz",
  1549. "integrity": "sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==",
  1550. "dependencies": {
  1551. "@babel/helper-annotate-as-pure": "^7.16.7",
  1552. "@babel/helper-plugin-utils": "^7.16.7"
  1553. },
  1554. "engines": {
  1555. "node": ">=6.9.0"
  1556. },
  1557. "peerDependencies": {
  1558. "@babel/core": "^7.0.0-0"
  1559. }
  1560. },
  1561. "node_modules/@babel/plugin-transform-regenerator": {
  1562. "version": "7.17.9",
  1563. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.17.9.tgz",
  1564. "integrity": "sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==",
  1565. "dependencies": {
  1566. "regenerator-transform": "^0.15.0"
  1567. },
  1568. "engines": {
  1569. "node": ">=6.9.0"
  1570. },
  1571. "peerDependencies": {
  1572. "@babel/core": "^7.0.0-0"
  1573. }
  1574. },
  1575. "node_modules/@babel/plugin-transform-reserved-words": {
  1576. "version": "7.16.7",
  1577. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz",
  1578. "integrity": "sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==",
  1579. "dependencies": {
  1580. "@babel/helper-plugin-utils": "^7.16.7"
  1581. },
  1582. "engines": {
  1583. "node": ">=6.9.0"
  1584. },
  1585. "peerDependencies": {
  1586. "@babel/core": "^7.0.0-0"
  1587. }
  1588. },
  1589. "node_modules/@babel/plugin-transform-runtime": {
  1590. "version": "7.17.0",
  1591. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz",
  1592. "integrity": "sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A==",
  1593. "dependencies": {
  1594. "@babel/helper-module-imports": "^7.16.7",
  1595. "@babel/helper-plugin-utils": "^7.16.7",
  1596. "babel-plugin-polyfill-corejs2": "^0.3.0",
  1597. "babel-plugin-polyfill-corejs3": "^0.5.0",
  1598. "babel-plugin-polyfill-regenerator": "^0.3.0",
  1599. "semver": "^6.3.0"
  1600. },
  1601. "engines": {
  1602. "node": ">=6.9.0"
  1603. },
  1604. "peerDependencies": {
  1605. "@babel/core": "^7.0.0-0"
  1606. }
  1607. },
  1608. "node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
  1609. "version": "6.3.0",
  1610. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  1611. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  1612. "bin": {
  1613. "semver": "bin/semver.js"
  1614. }
  1615. },
  1616. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1617. "version": "7.16.7",
  1618. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz",
  1619. "integrity": "sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==",
  1620. "dependencies": {
  1621. "@babel/helper-plugin-utils": "^7.16.7"
  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-spread": {
  1631. "version": "7.16.7",
  1632. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz",
  1633. "integrity": "sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==",
  1634. "dependencies": {
  1635. "@babel/helper-plugin-utils": "^7.16.7",
  1636. "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0"
  1637. },
  1638. "engines": {
  1639. "node": ">=6.9.0"
  1640. },
  1641. "peerDependencies": {
  1642. "@babel/core": "^7.0.0-0"
  1643. }
  1644. },
  1645. "node_modules/@babel/plugin-transform-sticky-regex": {
  1646. "version": "7.16.7",
  1647. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz",
  1648. "integrity": "sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==",
  1649. "dependencies": {
  1650. "@babel/helper-plugin-utils": "^7.16.7"
  1651. },
  1652. "engines": {
  1653. "node": ">=6.9.0"
  1654. },
  1655. "peerDependencies": {
  1656. "@babel/core": "^7.0.0-0"
  1657. }
  1658. },
  1659. "node_modules/@babel/plugin-transform-template-literals": {
  1660. "version": "7.16.7",
  1661. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz",
  1662. "integrity": "sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==",
  1663. "dependencies": {
  1664. "@babel/helper-plugin-utils": "^7.16.7"
  1665. },
  1666. "engines": {
  1667. "node": ">=6.9.0"
  1668. },
  1669. "peerDependencies": {
  1670. "@babel/core": "^7.0.0-0"
  1671. }
  1672. },
  1673. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1674. "version": "7.16.7",
  1675. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz",
  1676. "integrity": "sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==",
  1677. "dependencies": {
  1678. "@babel/helper-plugin-utils": "^7.16.7"
  1679. },
  1680. "engines": {
  1681. "node": ">=6.9.0"
  1682. },
  1683. "peerDependencies": {
  1684. "@babel/core": "^7.0.0-0"
  1685. }
  1686. },
  1687. "node_modules/@babel/plugin-transform-typescript": {
  1688. "version": "7.16.8",
  1689. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz",
  1690. "integrity": "sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==",
  1691. "dependencies": {
  1692. "@babel/helper-create-class-features-plugin": "^7.16.7",
  1693. "@babel/helper-plugin-utils": "^7.16.7",
  1694. "@babel/plugin-syntax-typescript": "^7.16.7"
  1695. },
  1696. "engines": {
  1697. "node": ">=6.9.0"
  1698. },
  1699. "peerDependencies": {
  1700. "@babel/core": "^7.0.0-0"
  1701. }
  1702. },
  1703. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1704. "version": "7.16.7",
  1705. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz",
  1706. "integrity": "sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==",
  1707. "dependencies": {
  1708. "@babel/helper-plugin-utils": "^7.16.7"
  1709. },
  1710. "engines": {
  1711. "node": ">=6.9.0"
  1712. },
  1713. "peerDependencies": {
  1714. "@babel/core": "^7.0.0-0"
  1715. }
  1716. },
  1717. "node_modules/@babel/plugin-transform-unicode-regex": {
  1718. "version": "7.16.7",
  1719. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz",
  1720. "integrity": "sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==",
  1721. "dependencies": {
  1722. "@babel/helper-create-regexp-features-plugin": "^7.16.7",
  1723. "@babel/helper-plugin-utils": "^7.16.7"
  1724. },
  1725. "engines": {
  1726. "node": ">=6.9.0"
  1727. },
  1728. "peerDependencies": {
  1729. "@babel/core": "^7.0.0-0"
  1730. }
  1731. },
  1732. "node_modules/@babel/preset-env": {
  1733. "version": "7.16.11",
  1734. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.11.tgz",
  1735. "integrity": "sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==",
  1736. "dependencies": {
  1737. "@babel/compat-data": "^7.16.8",
  1738. "@babel/helper-compilation-targets": "^7.16.7",
  1739. "@babel/helper-plugin-utils": "^7.16.7",
  1740. "@babel/helper-validator-option": "^7.16.7",
  1741. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7",
  1742. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7",
  1743. "@babel/plugin-proposal-async-generator-functions": "^7.16.8",
  1744. "@babel/plugin-proposal-class-properties": "^7.16.7",
  1745. "@babel/plugin-proposal-class-static-block": "^7.16.7",
  1746. "@babel/plugin-proposal-dynamic-import": "^7.16.7",
  1747. "@babel/plugin-proposal-export-namespace-from": "^7.16.7",
  1748. "@babel/plugin-proposal-json-strings": "^7.16.7",
  1749. "@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
  1750. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
  1751. "@babel/plugin-proposal-numeric-separator": "^7.16.7",
  1752. "@babel/plugin-proposal-object-rest-spread": "^7.16.7",
  1753. "@babel/plugin-proposal-optional-catch-binding": "^7.16.7",
  1754. "@babel/plugin-proposal-optional-chaining": "^7.16.7",
  1755. "@babel/plugin-proposal-private-methods": "^7.16.11",
  1756. "@babel/plugin-proposal-private-property-in-object": "^7.16.7",
  1757. "@babel/plugin-proposal-unicode-property-regex": "^7.16.7",
  1758. "@babel/plugin-syntax-async-generators": "^7.8.4",
  1759. "@babel/plugin-syntax-class-properties": "^7.12.13",
  1760. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  1761. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  1762. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1763. "@babel/plugin-syntax-json-strings": "^7.8.3",
  1764. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1765. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  1766. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1767. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1768. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  1769. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  1770. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  1771. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  1772. "@babel/plugin-transform-arrow-functions": "^7.16.7",
  1773. "@babel/plugin-transform-async-to-generator": "^7.16.8",
  1774. "@babel/plugin-transform-block-scoped-functions": "^7.16.7",
  1775. "@babel/plugin-transform-block-scoping": "^7.16.7",
  1776. "@babel/plugin-transform-classes": "^7.16.7",
  1777. "@babel/plugin-transform-computed-properties": "^7.16.7",
  1778. "@babel/plugin-transform-destructuring": "^7.16.7",
  1779. "@babel/plugin-transform-dotall-regex": "^7.16.7",
  1780. "@babel/plugin-transform-duplicate-keys": "^7.16.7",
  1781. "@babel/plugin-transform-exponentiation-operator": "^7.16.7",
  1782. "@babel/plugin-transform-for-of": "^7.16.7",
  1783. "@babel/plugin-transform-function-name": "^7.16.7",
  1784. "@babel/plugin-transform-literals": "^7.16.7",
  1785. "@babel/plugin-transform-member-expression-literals": "^7.16.7",
  1786. "@babel/plugin-transform-modules-amd": "^7.16.7",
  1787. "@babel/plugin-transform-modules-commonjs": "^7.16.8",
  1788. "@babel/plugin-transform-modules-systemjs": "^7.16.7",
  1789. "@babel/plugin-transform-modules-umd": "^7.16.7",
  1790. "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.8",
  1791. "@babel/plugin-transform-new-target": "^7.16.7",
  1792. "@babel/plugin-transform-object-super": "^7.16.7",
  1793. "@babel/plugin-transform-parameters": "^7.16.7",
  1794. "@babel/plugin-transform-property-literals": "^7.16.7",
  1795. "@babel/plugin-transform-regenerator": "^7.16.7",
  1796. "@babel/plugin-transform-reserved-words": "^7.16.7",
  1797. "@babel/plugin-transform-shorthand-properties": "^7.16.7",
  1798. "@babel/plugin-transform-spread": "^7.16.7",
  1799. "@babel/plugin-transform-sticky-regex": "^7.16.7",
  1800. "@babel/plugin-transform-template-literals": "^7.16.7",
  1801. "@babel/plugin-transform-typeof-symbol": "^7.16.7",
  1802. "@babel/plugin-transform-unicode-escapes": "^7.16.7",
  1803. "@babel/plugin-transform-unicode-regex": "^7.16.7",
  1804. "@babel/preset-modules": "^0.1.5",
  1805. "@babel/types": "^7.16.8",
  1806. "babel-plugin-polyfill-corejs2": "^0.3.0",
  1807. "babel-plugin-polyfill-corejs3": "^0.5.0",
  1808. "babel-plugin-polyfill-regenerator": "^0.3.0",
  1809. "core-js-compat": "^3.20.2",
  1810. "semver": "^6.3.0"
  1811. },
  1812. "engines": {
  1813. "node": ">=6.9.0"
  1814. },
  1815. "peerDependencies": {
  1816. "@babel/core": "^7.0.0-0"
  1817. }
  1818. },
  1819. "node_modules/@babel/preset-env/node_modules/semver": {
  1820. "version": "6.3.0",
  1821. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  1822. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  1823. "bin": {
  1824. "semver": "bin/semver.js"
  1825. }
  1826. },
  1827. "node_modules/@babel/preset-modules": {
  1828. "version": "0.1.5",
  1829. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
  1830. "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
  1831. "dependencies": {
  1832. "@babel/helper-plugin-utils": "^7.0.0",
  1833. "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
  1834. "@babel/plugin-transform-dotall-regex": "^7.4.4",
  1835. "@babel/types": "^7.4.4",
  1836. "esutils": "^2.0.2"
  1837. },
  1838. "peerDependencies": {
  1839. "@babel/core": "^7.0.0-0"
  1840. }
  1841. },
  1842. "node_modules/@babel/preset-react": {
  1843. "version": "7.16.7",
  1844. "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.16.7.tgz",
  1845. "integrity": "sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA==",
  1846. "dependencies": {
  1847. "@babel/helper-plugin-utils": "^7.16.7",
  1848. "@babel/helper-validator-option": "^7.16.7",
  1849. "@babel/plugin-transform-react-display-name": "^7.16.7",
  1850. "@babel/plugin-transform-react-jsx": "^7.16.7",
  1851. "@babel/plugin-transform-react-jsx-development": "^7.16.7",
  1852. "@babel/plugin-transform-react-pure-annotations": "^7.16.7"
  1853. },
  1854. "engines": {
  1855. "node": ">=6.9.0"
  1856. },
  1857. "peerDependencies": {
  1858. "@babel/core": "^7.0.0-0"
  1859. }
  1860. },
  1861. "node_modules/@babel/preset-typescript": {
  1862. "version": "7.16.7",
  1863. "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz",
  1864. "integrity": "sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==",
  1865. "dependencies": {
  1866. "@babel/helper-plugin-utils": "^7.16.7",
  1867. "@babel/helper-validator-option": "^7.16.7",
  1868. "@babel/plugin-transform-typescript": "^7.16.7"
  1869. },
  1870. "engines": {
  1871. "node": ">=6.9.0"
  1872. },
  1873. "peerDependencies": {
  1874. "@babel/core": "^7.0.0-0"
  1875. }
  1876. },
  1877. "node_modules/@babel/runtime": {
  1878. "version": "7.17.9",
  1879. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz",
  1880. "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==",
  1881. "dependencies": {
  1882. "regenerator-runtime": "^0.13.4"
  1883. },
  1884. "engines": {
  1885. "node": ">=6.9.0"
  1886. }
  1887. },
  1888. "node_modules/@babel/runtime-corejs3": {
  1889. "version": "7.17.9",
  1890. "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.17.9.tgz",
  1891. "integrity": "sha512-WxYHHUWF2uZ7Hp1K+D1xQgbgkGUfA+5UPOegEXGt2Y5SMog/rYCVaifLZDbw8UkNXozEqqrZTy6bglL7xTaCOw==",
  1892. "dependencies": {
  1893. "core-js-pure": "^3.20.2",
  1894. "regenerator-runtime": "^0.13.4"
  1895. },
  1896. "engines": {
  1897. "node": ">=6.9.0"
  1898. }
  1899. },
  1900. "node_modules/@babel/template": {
  1901. "version": "7.16.7",
  1902. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
  1903. "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
  1904. "dependencies": {
  1905. "@babel/code-frame": "^7.16.7",
  1906. "@babel/parser": "^7.16.7",
  1907. "@babel/types": "^7.16.7"
  1908. },
  1909. "engines": {
  1910. "node": ">=6.9.0"
  1911. }
  1912. },
  1913. "node_modules/@babel/traverse": {
  1914. "version": "7.17.9",
  1915. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.9.tgz",
  1916. "integrity": "sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==",
  1917. "dependencies": {
  1918. "@babel/code-frame": "^7.16.7",
  1919. "@babel/generator": "^7.17.9",
  1920. "@babel/helper-environment-visitor": "^7.16.7",
  1921. "@babel/helper-function-name": "^7.17.9",
  1922. "@babel/helper-hoist-variables": "^7.16.7",
  1923. "@babel/helper-split-export-declaration": "^7.16.7",
  1924. "@babel/parser": "^7.17.9",
  1925. "@babel/types": "^7.17.0",
  1926. "debug": "^4.1.0",
  1927. "globals": "^11.1.0"
  1928. },
  1929. "engines": {
  1930. "node": ">=6.9.0"
  1931. }
  1932. },
  1933. "node_modules/@babel/types": {
  1934. "version": "7.17.0",
  1935. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz",
  1936. "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==",
  1937. "dependencies": {
  1938. "@babel/helper-validator-identifier": "^7.16.7",
  1939. "to-fast-properties": "^2.0.0"
  1940. },
  1941. "engines": {
  1942. "node": ">=6.9.0"
  1943. }
  1944. },
  1945. "node_modules/@bcoe/v8-coverage": {
  1946. "version": "0.2.3",
  1947. "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
  1948. "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
  1949. },
  1950. "node_modules/@capacitor/app": {
  1951. "version": "1.1.1",
  1952. "resolved": "https://registry.npmjs.org/@capacitor/app/-/app-1.1.1.tgz",
  1953. "integrity": "sha512-8ADkldHnoE1xkWvPUsGlERVGm6/Zvcxy6hCI80AxydIKyaCG7kbDAvUclebbnw/eFRxj2zBoVatGLjmJNvTbYw==",
  1954. "peerDependencies": {
  1955. "@capacitor/core": "^3.0.0"
  1956. }
  1957. },
  1958. "node_modules/@capacitor/cli": {
  1959. "version": "3.4.3",
  1960. "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-3.4.3.tgz",
  1961. "integrity": "sha512-mu2pGoIh/OapMzWwXGXUlOmapXthW9XcHGERpZxNE45aBEYC9eTJWmbcXVlJuyx/9GFnnV+pXjGl3i0grci/Zw==",
  1962. "dev": true,
  1963. "dependencies": {
  1964. "@ionic/cli-framework-output": "^2.2.1",
  1965. "@ionic/utils-fs": "^3.1.5",
  1966. "@ionic/utils-subprocess": "^2.1.6",
  1967. "@ionic/utils-terminal": "^2.3.0",
  1968. "commander": "^6.0.0",
  1969. "debug": "^4.2.0",
  1970. "env-paths": "^2.2.0",
  1971. "kleur": "^4.1.1",
  1972. "native-run": "^1.5.0",
  1973. "open": "^7.4.2",
  1974. "plist": "^3.0.2",
  1975. "prompts": "^2.3.2",
  1976. "semver": "^7.3.2",
  1977. "tar": "^6.1.11",
  1978. "tslib": "^2.1.0",
  1979. "xml2js": "^0.4.23"
  1980. },
  1981. "bin": {
  1982. "cap": "bin/capacitor",
  1983. "capacitor": "bin/capacitor"
  1984. },
  1985. "engines": {
  1986. "node": ">=12.4.0"
  1987. }
  1988. },
  1989. "node_modules/@capacitor/cli/node_modules/commander": {
  1990. "version": "6.2.1",
  1991. "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
  1992. "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==",
  1993. "dev": true,
  1994. "engines": {
  1995. "node": ">= 6"
  1996. }
  1997. },
  1998. "node_modules/@capacitor/cli/node_modules/kleur": {
  1999. "version": "4.1.4",
  2000. "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.4.tgz",
  2001. "integrity": "sha512-8QADVssbrFjivHWQU7KkMgptGTl6WAcSdlbBPY4uNF+mWr6DGcKrvY2w4FQJoXch7+fKMjj0dRrL75vk3k23OA==",
  2002. "dev": true,
  2003. "engines": {
  2004. "node": ">=6"
  2005. }
  2006. },
  2007. "node_modules/@capacitor/cli/node_modules/open": {
  2008. "version": "7.4.2",
  2009. "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
  2010. "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
  2011. "dev": true,
  2012. "dependencies": {
  2013. "is-docker": "^2.0.0",
  2014. "is-wsl": "^2.1.1"
  2015. },
  2016. "engines": {
  2017. "node": ">=8"
  2018. },
  2019. "funding": {
  2020. "url": "https://github.com/sponsors/sindresorhus"
  2021. }
  2022. },
  2023. "node_modules/@capacitor/core": {
  2024. "version": "3.4.3",
  2025. "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-3.4.3.tgz",
  2026. "integrity": "sha512-drfu0IiDMyeJtL4QALQgNFqdgN19DZJkbKh945eXyK44Sk2YkFXUs7Ewq1ZlVI30QF79mHGuM13oZeki0gv5Tw==",
  2027. "dependencies": {
  2028. "tslib": "^2.1.0"
  2029. }
  2030. },
  2031. "node_modules/@capacitor/haptics": {
  2032. "version": "1.1.4",
  2033. "resolved": "https://registry.npmjs.org/@capacitor/haptics/-/haptics-1.1.4.tgz",
  2034. "integrity": "sha512-+pJIb5X7xAcbrWj6rJaV+cwBlv8aFwB1/Ob6EV4atydThuuVSSsAL4hI4ZYlPNOxM6H5s+ZDLj7Pa2os4eFmtg==",
  2035. "peerDependencies": {
  2036. "@capacitor/core": "^3.0.0"
  2037. }
  2038. },
  2039. "node_modules/@capacitor/keyboard": {
  2040. "version": "1.2.2",
  2041. "resolved": "https://registry.npmjs.org/@capacitor/keyboard/-/keyboard-1.2.2.tgz",
  2042. "integrity": "sha512-dOZSXJTY/tTbRQ+Neiny72BIXN2Hvf/2AgPpMdTErDfaQM7C2MMgtJrm+Mi+YUeT6AnJFmt68nHJGImAL4lzmA==",
  2043. "peerDependencies": {
  2044. "@capacitor/core": "^3.0.0"
  2045. }
  2046. },
  2047. "node_modules/@capacitor/status-bar": {
  2048. "version": "1.0.8",
  2049. "resolved": "https://registry.npmjs.org/@capacitor/status-bar/-/status-bar-1.0.8.tgz",
  2050. "integrity": "sha512-lhxa70K6vg0QjdddbT9RqFLfQ9a0Fk1OVE54MhUH30DWymv4h2LrC+mJgH6JS46WQbR2UCHRymfmVCq1PS2Qiw==",
  2051. "peerDependencies": {
  2052. "@capacitor/core": "^3.0.0"
  2053. }
  2054. },
  2055. "node_modules/@csstools/normalize.css": {
  2056. "version": "12.0.0",
  2057. "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz",
  2058. "integrity": "sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg=="
  2059. },
  2060. "node_modules/@csstools/postcss-color-function": {
  2061. "version": "1.1.0",
  2062. "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.0.tgz",
  2063. "integrity": "sha512-5D5ND/mZWcQoSfYnSPsXtuiFxhzmhxt6pcjrFLJyldj+p0ZN2vvRpYNX+lahFTtMhAYOa2WmkdGINr0yP0CvGA==",
  2064. "dependencies": {
  2065. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  2066. "postcss-value-parser": "^4.2.0"
  2067. },
  2068. "engines": {
  2069. "node": "^12 || ^14 || >=16"
  2070. },
  2071. "funding": {
  2072. "type": "opencollective",
  2073. "url": "https://opencollective.com/csstools"
  2074. },
  2075. "peerDependencies": {
  2076. "postcss": "^8.4"
  2077. }
  2078. },
  2079. "node_modules/@csstools/postcss-font-format-keywords": {
  2080. "version": "1.0.0",
  2081. "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.0.tgz",
  2082. "integrity": "sha512-oO0cZt8do8FdVBX8INftvIA4lUrKUSCcWUf9IwH9IPWOgKT22oAZFXeHLoDK7nhB2SmkNycp5brxfNMRLIhd6Q==",
  2083. "dependencies": {
  2084. "postcss-value-parser": "^4.2.0"
  2085. },
  2086. "engines": {
  2087. "node": "^12 || ^14 || >=16"
  2088. },
  2089. "peerDependencies": {
  2090. "postcss": "^8.3"
  2091. }
  2092. },
  2093. "node_modules/@csstools/postcss-hwb-function": {
  2094. "version": "1.0.0",
  2095. "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.0.tgz",
  2096. "integrity": "sha512-VSTd7hGjmde4rTj1rR30sokY3ONJph1reCBTUXqeW1fKwETPy1x4t/XIeaaqbMbC5Xg4SM/lyXZ2S8NELT2TaA==",
  2097. "dependencies": {
  2098. "postcss-value-parser": "^4.2.0"
  2099. },
  2100. "engines": {
  2101. "node": "^12 || ^14 || >=16"
  2102. },
  2103. "peerDependencies": {
  2104. "postcss": "^8.3"
  2105. }
  2106. },
  2107. "node_modules/@csstools/postcss-ic-unit": {
  2108. "version": "1.0.0",
  2109. "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.0.tgz",
  2110. "integrity": "sha512-i4yps1mBp2ijrx7E96RXrQXQQHm6F4ym1TOD0D69/sjDjZvQ22tqiEvaNw7pFZTUO5b9vWRHzbHzP9+UKuw+bA==",
  2111. "dependencies": {
  2112. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  2113. "postcss-value-parser": "^4.2.0"
  2114. },
  2115. "engines": {
  2116. "node": "^12 || ^14 || >=16"
  2117. },
  2118. "peerDependencies": {
  2119. "postcss": "^8.3"
  2120. }
  2121. },
  2122. "node_modules/@csstools/postcss-is-pseudo-class": {
  2123. "version": "2.0.2",
  2124. "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.2.tgz",
  2125. "integrity": "sha512-L9h1yxXMj7KpgNzlMrw3isvHJYkikZgZE4ASwssTnGEH8tm50L6QsM9QQT5wR4/eO5mU0rN5axH7UzNxEYg5CA==",
  2126. "dependencies": {
  2127. "postcss-selector-parser": "^6.0.10"
  2128. },
  2129. "engines": {
  2130. "node": "^12 || ^14 || >=16"
  2131. },
  2132. "funding": {
  2133. "type": "opencollective",
  2134. "url": "https://opencollective.com/csstools"
  2135. },
  2136. "peerDependencies": {
  2137. "postcss": "^8.4"
  2138. }
  2139. },
  2140. "node_modules/@csstools/postcss-normalize-display-values": {
  2141. "version": "1.0.0",
  2142. "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.0.tgz",
  2143. "integrity": "sha512-bX+nx5V8XTJEmGtpWTO6kywdS725t71YSLlxWt78XoHUbELWgoCXeOFymRJmL3SU1TLlKSIi7v52EWqe60vJTQ==",
  2144. "dependencies": {
  2145. "postcss-value-parser": "^4.2.0"
  2146. },
  2147. "engines": {
  2148. "node": "^12 || ^14 || >=16"
  2149. },
  2150. "peerDependencies": {
  2151. "postcss": "^8.3"
  2152. }
  2153. },
  2154. "node_modules/@csstools/postcss-oklab-function": {
  2155. "version": "1.1.0",
  2156. "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.0.tgz",
  2157. "integrity": "sha512-e/Q5HopQzmnQgqimG9v3w2IG4VRABsBq3itOcn4bnm+j4enTgQZ0nWsaH/m9GV2otWGQ0nwccYL5vmLKyvP1ww==",
  2158. "dependencies": {
  2159. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  2160. "postcss-value-parser": "^4.2.0"
  2161. },
  2162. "engines": {
  2163. "node": "^12 || ^14 || >=16"
  2164. },
  2165. "funding": {
  2166. "type": "opencollective",
  2167. "url": "https://opencollective.com/csstools"
  2168. },
  2169. "peerDependencies": {
  2170. "postcss": "^8.4"
  2171. }
  2172. },
  2173. "node_modules/@csstools/postcss-progressive-custom-properties": {
  2174. "version": "1.3.0",
  2175. "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz",
  2176. "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==",
  2177. "dependencies": {
  2178. "postcss-value-parser": "^4.2.0"
  2179. },
  2180. "engines": {
  2181. "node": "^12 || ^14 || >=16"
  2182. },
  2183. "peerDependencies": {
  2184. "postcss": "^8.3"
  2185. }
  2186. },
  2187. "node_modules/@eslint/eslintrc": {
  2188. "version": "1.2.1",
  2189. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.2.1.tgz",
  2190. "integrity": "sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==",
  2191. "dependencies": {
  2192. "ajv": "^6.12.4",
  2193. "debug": "^4.3.2",
  2194. "espree": "^9.3.1",
  2195. "globals": "^13.9.0",
  2196. "ignore": "^5.2.0",
  2197. "import-fresh": "^3.2.1",
  2198. "js-yaml": "^4.1.0",
  2199. "minimatch": "^3.0.4",
  2200. "strip-json-comments": "^3.1.1"
  2201. },
  2202. "engines": {
  2203. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2204. }
  2205. },
  2206. "node_modules/@eslint/eslintrc/node_modules/argparse": {
  2207. "version": "2.0.1",
  2208. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2209. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  2210. },
  2211. "node_modules/@eslint/eslintrc/node_modules/globals": {
  2212. "version": "13.13.0",
  2213. "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz",
  2214. "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==",
  2215. "dependencies": {
  2216. "type-fest": "^0.20.2"
  2217. },
  2218. "engines": {
  2219. "node": ">=8"
  2220. },
  2221. "funding": {
  2222. "url": "https://github.com/sponsors/sindresorhus"
  2223. }
  2224. },
  2225. "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
  2226. "version": "4.1.0",
  2227. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  2228. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  2229. "dependencies": {
  2230. "argparse": "^2.0.1"
  2231. },
  2232. "bin": {
  2233. "js-yaml": "bin/js-yaml.js"
  2234. }
  2235. },
  2236. "node_modules/@eslint/eslintrc/node_modules/type-fest": {
  2237. "version": "0.20.2",
  2238. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  2239. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  2240. "engines": {
  2241. "node": ">=10"
  2242. },
  2243. "funding": {
  2244. "url": "https://github.com/sponsors/sindresorhus"
  2245. }
  2246. },
  2247. "node_modules/@gar/promisify": {
  2248. "version": "1.1.3",
  2249. "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz",
  2250. "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw=="
  2251. },
  2252. "node_modules/@humanwhocodes/config-array": {
  2253. "version": "0.9.5",
  2254. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz",
  2255. "integrity": "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==",
  2256. "dependencies": {
  2257. "@humanwhocodes/object-schema": "^1.2.1",
  2258. "debug": "^4.1.1",
  2259. "minimatch": "^3.0.4"
  2260. },
  2261. "engines": {
  2262. "node": ">=10.10.0"
  2263. }
  2264. },
  2265. "node_modules/@humanwhocodes/object-schema": {
  2266. "version": "1.2.1",
  2267. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
  2268. "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
  2269. },
  2270. "node_modules/@ionic/cli-framework-output": {
  2271. "version": "2.2.3",
  2272. "resolved": "https://registry.npmjs.org/@ionic/cli-framework-output/-/cli-framework-output-2.2.3.tgz",
  2273. "integrity": "sha512-Ok0DuQseeyEQnpq1eIE9Wt2oy80qmsprmQYu4bMeiaggbXTmzdf0wa+2CIRrAy1Mzh7Lnz95AI4KyYl3h+97GQ==",
  2274. "dev": true,
  2275. "dependencies": {
  2276. "@ionic/utils-terminal": "2.3.1",
  2277. "debug": "^4.0.0",
  2278. "tslib": "^2.0.1"
  2279. },
  2280. "engines": {
  2281. "node": ">=10.3.0"
  2282. }
  2283. },
  2284. "node_modules/@ionic/core": {
  2285. "version": "6.1.1",
  2286. "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.1.tgz",
  2287. "integrity": "sha512-R5eCTmCIE0ZuHWApJPIJsTNug2yykr5UCYbODRnuHlpuJXXIuTGNlQB2lAT3ds4yziC0dqSi1FXS8gIPDSFBBA==",
  2288. "dependencies": {
  2289. "@stencil/core": "^2.14.2",
  2290. "ionicons": "^6.0.0",
  2291. "tslib": "^2.1.0"
  2292. }
  2293. },
  2294. "node_modules/@ionic/core/node_modules/ionicons": {
  2295. "version": "6.0.1",
  2296. "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.0.1.tgz",
  2297. "integrity": "sha512-xQekOJsxH82O7oB+3F60zeRggCdND9pJ/k0E6IJDVUGGlCj5mlyFqNgxUimytKgstPGv3S+3EmCxjefvtGgWUg==",
  2298. "dependencies": {
  2299. "@stencil/core": "~2.12.0"
  2300. }
  2301. },
  2302. "node_modules/@ionic/core/node_modules/ionicons/node_modules/@stencil/core": {
  2303. "version": "2.12.1",
  2304. "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.12.1.tgz",
  2305. "integrity": "sha512-u24TZ+FEvjnZt5ZgIkLjLpUNsO6Ml3mUZqwmqk81w6RWWz75hgB5p4RFI5rvuErFeh2xvMIGo+pNdG24XUBz1A==",
  2306. "bin": {
  2307. "stencil": "bin/stencil"
  2308. },
  2309. "engines": {
  2310. "node": ">=12.10.0",
  2311. "npm": ">=6.0.0"
  2312. }
  2313. },
  2314. "node_modules/@ionic/react": {
  2315. "version": "6.1.1",
  2316. "resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.1.1.tgz",
  2317. "integrity": "sha512-rgjT0RoL70Z5SMyGrkeppCxtT8N2e/DZ3whJPNDuQiLFlTcPQDYfB3EkpsLl+sX9NZBbeMMv+zAhumfaHKD+dg==",
  2318. "dependencies": {
  2319. "@ionic/core": "^6.1.1",
  2320. "ionicons": "^6.0.0",
  2321. "tslib": "*"
  2322. },
  2323. "peerDependencies": {
  2324. "react": ">=16.8.6",
  2325. "react-dom": ">=16.8.6"
  2326. }
  2327. },
  2328. "node_modules/@ionic/react-router": {
  2329. "version": "6.1.1",
  2330. "resolved": "https://registry.npmjs.org/@ionic/react-router/-/react-router-6.1.1.tgz",
  2331. "integrity": "sha512-mbs7BWNjnID5NAxAVQoOtFfaT6UWQ0LA37HbLvKu7QH1yuwcyxSzq5laVwzck+i3S/Wdq8iNbOufvQ2dbO/VsQ==",
  2332. "dependencies": {
  2333. "@ionic/react": "^6.1.1",
  2334. "tslib": "*"
  2335. },
  2336. "peerDependencies": {
  2337. "react": ">=16.8.6",
  2338. "react-dom": ">=16.8.6",
  2339. "react-router": "^5.0.1",
  2340. "react-router-dom": "^5.0.1"
  2341. }
  2342. },
  2343. "node_modules/@ionic/react/node_modules/@stencil/core": {
  2344. "version": "2.12.1",
  2345. "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.12.1.tgz",
  2346. "integrity": "sha512-u24TZ+FEvjnZt5ZgIkLjLpUNsO6Ml3mUZqwmqk81w6RWWz75hgB5p4RFI5rvuErFeh2xvMIGo+pNdG24XUBz1A==",
  2347. "bin": {
  2348. "stencil": "bin/stencil"
  2349. },
  2350. "engines": {
  2351. "node": ">=12.10.0",
  2352. "npm": ">=6.0.0"
  2353. }
  2354. },
  2355. "node_modules/@ionic/react/node_modules/ionicons": {
  2356. "version": "6.0.1",
  2357. "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.0.1.tgz",
  2358. "integrity": "sha512-xQekOJsxH82O7oB+3F60zeRggCdND9pJ/k0E6IJDVUGGlCj5mlyFqNgxUimytKgstPGv3S+3EmCxjefvtGgWUg==",
  2359. "dependencies": {
  2360. "@stencil/core": "~2.12.0"
  2361. }
  2362. },
  2363. "node_modules/@ionic/utils-array": {
  2364. "version": "2.1.5",
  2365. "resolved": "https://registry.npmjs.org/@ionic/utils-array/-/utils-array-2.1.5.tgz",
  2366. "integrity": "sha512-HD72a71IQVBmQckDwmA8RxNVMTbxnaLbgFOl+dO5tbvW9CkkSFCv41h6fUuNsSEVgngfkn0i98HDuZC8mk+lTA==",
  2367. "dev": true,
  2368. "dependencies": {
  2369. "debug": "^4.0.0",
  2370. "tslib": "^2.0.1"
  2371. },
  2372. "engines": {
  2373. "node": ">=10.3.0"
  2374. }
  2375. },
  2376. "node_modules/@ionic/utils-fs": {
  2377. "version": "3.1.5",
  2378. "resolved": "https://registry.npmjs.org/@ionic/utils-fs/-/utils-fs-3.1.5.tgz",
  2379. "integrity": "sha512-a41bY2dHqWSEQQ/80CpbXSs8McyiCFf2DnIWWLukrhYWf46h4qi6M/8dxcMKrofRiqI/3F+cL3S2mOm9Zz/o2Q==",
  2380. "dev": true,
  2381. "dependencies": {
  2382. "debug": "^4.0.0",
  2383. "fs-extra": "^9.0.0",
  2384. "tslib": "^2.0.1"
  2385. },
  2386. "engines": {
  2387. "node": ">=10.3.0"
  2388. }
  2389. },
  2390. "node_modules/@ionic/utils-fs/node_modules/fs-extra": {
  2391. "version": "9.1.0",
  2392. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  2393. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  2394. "dev": true,
  2395. "dependencies": {
  2396. "at-least-node": "^1.0.0",
  2397. "graceful-fs": "^4.2.0",
  2398. "jsonfile": "^6.0.1",
  2399. "universalify": "^2.0.0"
  2400. },
  2401. "engines": {
  2402. "node": ">=10"
  2403. }
  2404. },
  2405. "node_modules/@ionic/utils-object": {
  2406. "version": "2.1.5",
  2407. "resolved": "https://registry.npmjs.org/@ionic/utils-object/-/utils-object-2.1.5.tgz",
  2408. "integrity": "sha512-XnYNSwfewUqxq+yjER1hxTKggftpNjFLJH0s37jcrNDwbzmbpFTQTVAp4ikNK4rd9DOebX/jbeZb8jfD86IYxw==",
  2409. "dev": true,
  2410. "dependencies": {
  2411. "debug": "^4.0.0",
  2412. "tslib": "^2.0.1"
  2413. },
  2414. "engines": {
  2415. "node": ">=10.3.0"
  2416. }
  2417. },
  2418. "node_modules/@ionic/utils-process": {
  2419. "version": "2.1.8",
  2420. "resolved": "https://registry.npmjs.org/@ionic/utils-process/-/utils-process-2.1.8.tgz",
  2421. "integrity": "sha512-VBBoyTzi+m6tgKAItl+jiTQneGwTOsctcrTG4CsEgmVOVOEhUYkPhddXqzD+oC54hPDU9ROsd3I014P5CWEuhQ==",
  2422. "dev": true,
  2423. "dependencies": {
  2424. "@ionic/utils-object": "2.1.5",
  2425. "@ionic/utils-terminal": "2.3.1",
  2426. "debug": "^4.0.0",
  2427. "signal-exit": "^3.0.3",
  2428. "tree-kill": "^1.2.2",
  2429. "tslib": "^2.0.1"
  2430. },
  2431. "engines": {
  2432. "node": ">=10.3.0"
  2433. }
  2434. },
  2435. "node_modules/@ionic/utils-stream": {
  2436. "version": "3.1.5",
  2437. "resolved": "https://registry.npmjs.org/@ionic/utils-stream/-/utils-stream-3.1.5.tgz",
  2438. "integrity": "sha512-hkm46uHvEC05X/8PHgdJi4l4zv9VQDELZTM+Kz69odtO9zZYfnt8DkfXHJqJ+PxmtiE5mk/ehJWLnn/XAczTUw==",
  2439. "dev": true,
  2440. "dependencies": {
  2441. "debug": "^4.0.0",
  2442. "tslib": "^2.0.1"
  2443. },
  2444. "engines": {
  2445. "node": ">=10.3.0"
  2446. }
  2447. },
  2448. "node_modules/@ionic/utils-subprocess": {
  2449. "version": "2.1.9",
  2450. "resolved": "https://registry.npmjs.org/@ionic/utils-subprocess/-/utils-subprocess-2.1.9.tgz",
  2451. "integrity": "sha512-OZ4QKyFOoC3+NCcBW8tvDUdLzWqOMKZPpzOQR009xVsfGbT3LwV8h60os7VRAbRV2KrA7t6YMMDrMQYV5DS+DQ==",
  2452. "dev": true,
  2453. "dependencies": {
  2454. "@ionic/utils-array": "2.1.5",
  2455. "@ionic/utils-fs": "3.1.5",
  2456. "@ionic/utils-process": "2.1.8",
  2457. "@ionic/utils-stream": "3.1.5",
  2458. "@ionic/utils-terminal": "2.3.1",
  2459. "cross-spawn": "^7.0.3",
  2460. "debug": "^4.0.0",
  2461. "tslib": "^2.0.1"
  2462. },
  2463. "engines": {
  2464. "node": ">=10.3.0"
  2465. }
  2466. },
  2467. "node_modules/@ionic/utils-terminal": {
  2468. "version": "2.3.1",
  2469. "resolved": "https://registry.npmjs.org/@ionic/utils-terminal/-/utils-terminal-2.3.1.tgz",
  2470. "integrity": "sha512-cglsSd2AckI3Ldtdfczeq64vIIDjtPspV5QJtky8f8uIdxkeOIGeRV7bCj1+BEf1hyo+ZuggQxLviHnbMZhiRw==",
  2471. "dev": true,
  2472. "dependencies": {
  2473. "debug": "^4.0.0",
  2474. "signal-exit": "^3.0.3",
  2475. "slice-ansi": "^4.0.0",
  2476. "string-width": "^4.1.0",
  2477. "strip-ansi": "^6.0.0",
  2478. "tslib": "^2.0.1",
  2479. "untildify": "^4.0.0",
  2480. "wrap-ansi": "^7.0.0"
  2481. },
  2482. "engines": {
  2483. "node": ">=10.3.0"
  2484. }
  2485. },
  2486. "node_modules/@istanbuljs/load-nyc-config": {
  2487. "version": "1.1.0",
  2488. "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  2489. "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  2490. "dependencies": {
  2491. "camelcase": "^5.3.1",
  2492. "find-up": "^4.1.0",
  2493. "get-package-type": "^0.1.0",
  2494. "js-yaml": "^3.13.1",
  2495. "resolve-from": "^5.0.0"
  2496. },
  2497. "engines": {
  2498. "node": ">=8"
  2499. }
  2500. },
  2501. "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
  2502. "version": "5.3.1",
  2503. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  2504. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  2505. "engines": {
  2506. "node": ">=6"
  2507. }
  2508. },
  2509. "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
  2510. "version": "4.1.0",
  2511. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  2512. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  2513. "dependencies": {
  2514. "locate-path": "^5.0.0",
  2515. "path-exists": "^4.0.0"
  2516. },
  2517. "engines": {
  2518. "node": ">=8"
  2519. }
  2520. },
  2521. "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
  2522. "version": "5.0.0",
  2523. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  2524. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  2525. "dependencies": {
  2526. "p-locate": "^4.1.0"
  2527. },
  2528. "engines": {
  2529. "node": ">=8"
  2530. }
  2531. },
  2532. "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": {
  2533. "version": "2.3.0",
  2534. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  2535. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  2536. "dependencies": {
  2537. "p-try": "^2.0.0"
  2538. },
  2539. "engines": {
  2540. "node": ">=6"
  2541. },
  2542. "funding": {
  2543. "url": "https://github.com/sponsors/sindresorhus"
  2544. }
  2545. },
  2546. "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
  2547. "version": "4.1.0",
  2548. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  2549. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  2550. "dependencies": {
  2551. "p-limit": "^2.2.0"
  2552. },
  2553. "engines": {
  2554. "node": ">=8"
  2555. }
  2556. },
  2557. "node_modules/@istanbuljs/schema": {
  2558. "version": "0.1.3",
  2559. "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
  2560. "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
  2561. "engines": {
  2562. "node": ">=8"
  2563. }
  2564. },
  2565. "node_modules/@jest/console": {
  2566. "version": "27.5.1",
  2567. "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
  2568. "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
  2569. "dependencies": {
  2570. "@jest/types": "^27.5.1",
  2571. "@types/node": "*",
  2572. "chalk": "^4.0.0",
  2573. "jest-message-util": "^27.5.1",
  2574. "jest-util": "^27.5.1",
  2575. "slash": "^3.0.0"
  2576. },
  2577. "engines": {
  2578. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2579. }
  2580. },
  2581. "node_modules/@jest/core": {
  2582. "version": "27.5.1",
  2583. "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
  2584. "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
  2585. "dependencies": {
  2586. "@jest/console": "^27.5.1",
  2587. "@jest/reporters": "^27.5.1",
  2588. "@jest/test-result": "^27.5.1",
  2589. "@jest/transform": "^27.5.1",
  2590. "@jest/types": "^27.5.1",
  2591. "@types/node": "*",
  2592. "ansi-escapes": "^4.2.1",
  2593. "chalk": "^4.0.0",
  2594. "emittery": "^0.8.1",
  2595. "exit": "^0.1.2",
  2596. "graceful-fs": "^4.2.9",
  2597. "jest-changed-files": "^27.5.1",
  2598. "jest-config": "^27.5.1",
  2599. "jest-haste-map": "^27.5.1",
  2600. "jest-message-util": "^27.5.1",
  2601. "jest-regex-util": "^27.5.1",
  2602. "jest-resolve": "^27.5.1",
  2603. "jest-resolve-dependencies": "^27.5.1",
  2604. "jest-runner": "^27.5.1",
  2605. "jest-runtime": "^27.5.1",
  2606. "jest-snapshot": "^27.5.1",
  2607. "jest-util": "^27.5.1",
  2608. "jest-validate": "^27.5.1",
  2609. "jest-watcher": "^27.5.1",
  2610. "micromatch": "^4.0.4",
  2611. "rimraf": "^3.0.0",
  2612. "slash": "^3.0.0",
  2613. "strip-ansi": "^6.0.0"
  2614. },
  2615. "engines": {
  2616. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2617. },
  2618. "peerDependencies": {
  2619. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2620. },
  2621. "peerDependenciesMeta": {
  2622. "node-notifier": {
  2623. "optional": true
  2624. }
  2625. }
  2626. },
  2627. "node_modules/@jest/environment": {
  2628. "version": "27.5.1",
  2629. "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
  2630. "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
  2631. "dependencies": {
  2632. "@jest/fake-timers": "^27.5.1",
  2633. "@jest/types": "^27.5.1",
  2634. "@types/node": "*",
  2635. "jest-mock": "^27.5.1"
  2636. },
  2637. "engines": {
  2638. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2639. }
  2640. },
  2641. "node_modules/@jest/fake-timers": {
  2642. "version": "27.5.1",
  2643. "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
  2644. "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
  2645. "dependencies": {
  2646. "@jest/types": "^27.5.1",
  2647. "@sinonjs/fake-timers": "^8.0.1",
  2648. "@types/node": "*",
  2649. "jest-message-util": "^27.5.1",
  2650. "jest-mock": "^27.5.1",
  2651. "jest-util": "^27.5.1"
  2652. },
  2653. "engines": {
  2654. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2655. }
  2656. },
  2657. "node_modules/@jest/globals": {
  2658. "version": "27.5.1",
  2659. "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
  2660. "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
  2661. "dependencies": {
  2662. "@jest/environment": "^27.5.1",
  2663. "@jest/types": "^27.5.1",
  2664. "expect": "^27.5.1"
  2665. },
  2666. "engines": {
  2667. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2668. }
  2669. },
  2670. "node_modules/@jest/reporters": {
  2671. "version": "27.5.1",
  2672. "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
  2673. "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
  2674. "dependencies": {
  2675. "@bcoe/v8-coverage": "^0.2.3",
  2676. "@jest/console": "^27.5.1",
  2677. "@jest/test-result": "^27.5.1",
  2678. "@jest/transform": "^27.5.1",
  2679. "@jest/types": "^27.5.1",
  2680. "@types/node": "*",
  2681. "chalk": "^4.0.0",
  2682. "collect-v8-coverage": "^1.0.0",
  2683. "exit": "^0.1.2",
  2684. "glob": "^7.1.2",
  2685. "graceful-fs": "^4.2.9",
  2686. "istanbul-lib-coverage": "^3.0.0",
  2687. "istanbul-lib-instrument": "^5.1.0",
  2688. "istanbul-lib-report": "^3.0.0",
  2689. "istanbul-lib-source-maps": "^4.0.0",
  2690. "istanbul-reports": "^3.1.3",
  2691. "jest-haste-map": "^27.5.1",
  2692. "jest-resolve": "^27.5.1",
  2693. "jest-util": "^27.5.1",
  2694. "jest-worker": "^27.5.1",
  2695. "slash": "^3.0.0",
  2696. "source-map": "^0.6.0",
  2697. "string-length": "^4.0.1",
  2698. "terminal-link": "^2.0.0",
  2699. "v8-to-istanbul": "^8.1.0"
  2700. },
  2701. "engines": {
  2702. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2703. },
  2704. "peerDependencies": {
  2705. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2706. },
  2707. "peerDependenciesMeta": {
  2708. "node-notifier": {
  2709. "optional": true
  2710. }
  2711. }
  2712. },
  2713. "node_modules/@jest/source-map": {
  2714. "version": "27.5.1",
  2715. "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
  2716. "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
  2717. "dependencies": {
  2718. "callsites": "^3.0.0",
  2719. "graceful-fs": "^4.2.9",
  2720. "source-map": "^0.6.0"
  2721. },
  2722. "engines": {
  2723. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2724. }
  2725. },
  2726. "node_modules/@jest/test-result": {
  2727. "version": "27.5.1",
  2728. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
  2729. "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
  2730. "dependencies": {
  2731. "@jest/console": "^27.5.1",
  2732. "@jest/types": "^27.5.1",
  2733. "@types/istanbul-lib-coverage": "^2.0.0",
  2734. "collect-v8-coverage": "^1.0.0"
  2735. },
  2736. "engines": {
  2737. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2738. }
  2739. },
  2740. "node_modules/@jest/test-sequencer": {
  2741. "version": "27.5.1",
  2742. "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
  2743. "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
  2744. "dependencies": {
  2745. "@jest/test-result": "^27.5.1",
  2746. "graceful-fs": "^4.2.9",
  2747. "jest-haste-map": "^27.5.1",
  2748. "jest-runtime": "^27.5.1"
  2749. },
  2750. "engines": {
  2751. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2752. }
  2753. },
  2754. "node_modules/@jest/transform": {
  2755. "version": "27.5.1",
  2756. "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
  2757. "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
  2758. "dependencies": {
  2759. "@babel/core": "^7.1.0",
  2760. "@jest/types": "^27.5.1",
  2761. "babel-plugin-istanbul": "^6.1.1",
  2762. "chalk": "^4.0.0",
  2763. "convert-source-map": "^1.4.0",
  2764. "fast-json-stable-stringify": "^2.0.0",
  2765. "graceful-fs": "^4.2.9",
  2766. "jest-haste-map": "^27.5.1",
  2767. "jest-regex-util": "^27.5.1",
  2768. "jest-util": "^27.5.1",
  2769. "micromatch": "^4.0.4",
  2770. "pirates": "^4.0.4",
  2771. "slash": "^3.0.0",
  2772. "source-map": "^0.6.1",
  2773. "write-file-atomic": "^3.0.0"
  2774. },
  2775. "engines": {
  2776. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2777. }
  2778. },
  2779. "node_modules/@jest/types": {
  2780. "version": "27.5.1",
  2781. "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
  2782. "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
  2783. "dependencies": {
  2784. "@types/istanbul-lib-coverage": "^2.0.0",
  2785. "@types/istanbul-reports": "^3.0.0",
  2786. "@types/node": "*",
  2787. "@types/yargs": "^16.0.0",
  2788. "chalk": "^4.0.0"
  2789. },
  2790. "engines": {
  2791. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  2792. }
  2793. },
  2794. "node_modules/@jridgewell/resolve-uri": {
  2795. "version": "3.0.5",
  2796. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz",
  2797. "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==",
  2798. "engines": {
  2799. "node": ">=6.0.0"
  2800. }
  2801. },
  2802. "node_modules/@jridgewell/sourcemap-codec": {
  2803. "version": "1.4.11",
  2804. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz",
  2805. "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg=="
  2806. },
  2807. "node_modules/@jridgewell/trace-mapping": {
  2808. "version": "0.3.4",
  2809. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz",
  2810. "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==",
  2811. "dependencies": {
  2812. "@jridgewell/resolve-uri": "^3.0.3",
  2813. "@jridgewell/sourcemap-codec": "^1.4.10"
  2814. }
  2815. },
  2816. "node_modules/@leichtgewicht/ip-codec": {
  2817. "version": "2.0.3",
  2818. "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.3.tgz",
  2819. "integrity": "sha512-nkalE/f1RvRGChwBnEIoBfSEYOXnCRdleKuv6+lePbMDrMZXeDQnqak5XDOeBgrPPyPfAdcCu/B5z+v3VhplGg=="
  2820. },
  2821. "node_modules/@nodelib/fs.scandir": {
  2822. "version": "2.1.5",
  2823. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  2824. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  2825. "dependencies": {
  2826. "@nodelib/fs.stat": "2.0.5",
  2827. "run-parallel": "^1.1.9"
  2828. },
  2829. "engines": {
  2830. "node": ">= 8"
  2831. }
  2832. },
  2833. "node_modules/@nodelib/fs.stat": {
  2834. "version": "2.0.5",
  2835. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  2836. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  2837. "engines": {
  2838. "node": ">= 8"
  2839. }
  2840. },
  2841. "node_modules/@nodelib/fs.walk": {
  2842. "version": "1.2.8",
  2843. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  2844. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  2845. "dependencies": {
  2846. "@nodelib/fs.scandir": "2.1.5",
  2847. "fastq": "^1.6.0"
  2848. },
  2849. "engines": {
  2850. "node": ">= 8"
  2851. }
  2852. },
  2853. "node_modules/@npmcli/fs": {
  2854. "version": "1.1.1",
  2855. "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz",
  2856. "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==",
  2857. "dependencies": {
  2858. "@gar/promisify": "^1.0.1",
  2859. "semver": "^7.3.5"
  2860. }
  2861. },
  2862. "node_modules/@npmcli/move-file": {
  2863. "version": "1.1.2",
  2864. "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz",
  2865. "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==",
  2866. "dependencies": {
  2867. "mkdirp": "^1.0.4",
  2868. "rimraf": "^3.0.2"
  2869. },
  2870. "engines": {
  2871. "node": ">=10"
  2872. }
  2873. },
  2874. "node_modules/@npmcli/move-file/node_modules/mkdirp": {
  2875. "version": "1.0.4",
  2876. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  2877. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
  2878. "bin": {
  2879. "mkdirp": "bin/cmd.js"
  2880. },
  2881. "engines": {
  2882. "node": ">=10"
  2883. }
  2884. },
  2885. "node_modules/@pmmmwh/react-refresh-webpack-plugin": {
  2886. "version": "0.5.5",
  2887. "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.5.tgz",
  2888. "integrity": "sha512-RbG7h6TuP6nFFYKJwbcToA1rjC1FyPg25NR2noAZ0vKI+la01KTSRPkuVPE+U88jXv7javx2JHglUcL1MHcshQ==",
  2889. "dependencies": {
  2890. "ansi-html-community": "^0.0.8",
  2891. "common-path-prefix": "^3.0.0",
  2892. "core-js-pure": "^3.8.1",
  2893. "error-stack-parser": "^2.0.6",
  2894. "find-up": "^5.0.0",
  2895. "html-entities": "^2.1.0",
  2896. "loader-utils": "^2.0.0",
  2897. "schema-utils": "^3.0.0",
  2898. "source-map": "^0.7.3"
  2899. },
  2900. "engines": {
  2901. "node": ">= 10.13"
  2902. },
  2903. "peerDependencies": {
  2904. "@types/webpack": "4.x || 5.x",
  2905. "react-refresh": ">=0.10.0 <1.0.0",
  2906. "sockjs-client": "^1.4.0",
  2907. "type-fest": ">=0.17.0 <3.0.0",
  2908. "webpack": ">=4.43.0 <6.0.0",
  2909. "webpack-dev-server": "3.x || 4.x",
  2910. "webpack-hot-middleware": "2.x",
  2911. "webpack-plugin-serve": "0.x || 1.x"
  2912. },
  2913. "peerDependenciesMeta": {
  2914. "@types/webpack": {
  2915. "optional": true
  2916. },
  2917. "sockjs-client": {
  2918. "optional": true
  2919. },
  2920. "type-fest": {
  2921. "optional": true
  2922. },
  2923. "webpack-dev-server": {
  2924. "optional": true
  2925. },
  2926. "webpack-hot-middleware": {
  2927. "optional": true
  2928. },
  2929. "webpack-plugin-serve": {
  2930. "optional": true
  2931. }
  2932. }
  2933. },
  2934. "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/source-map": {
  2935. "version": "0.7.3",
  2936. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
  2937. "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
  2938. "engines": {
  2939. "node": ">= 8"
  2940. }
  2941. },
  2942. "node_modules/@rollup/plugin-babel": {
  2943. "version": "5.3.1",
  2944. "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
  2945. "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
  2946. "dependencies": {
  2947. "@babel/helper-module-imports": "^7.10.4",
  2948. "@rollup/pluginutils": "^3.1.0"
  2949. },
  2950. "engines": {
  2951. "node": ">= 10.0.0"
  2952. },
  2953. "peerDependencies": {
  2954. "@babel/core": "^7.0.0",
  2955. "@types/babel__core": "^7.1.9",
  2956. "rollup": "^1.20.0||^2.0.0"
  2957. },
  2958. "peerDependenciesMeta": {
  2959. "@types/babel__core": {
  2960. "optional": true
  2961. }
  2962. }
  2963. },
  2964. "node_modules/@rollup/plugin-node-resolve": {
  2965. "version": "11.2.1",
  2966. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
  2967. "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
  2968. "dependencies": {
  2969. "@rollup/pluginutils": "^3.1.0",
  2970. "@types/resolve": "1.17.1",
  2971. "builtin-modules": "^3.1.0",
  2972. "deepmerge": "^4.2.2",
  2973. "is-module": "^1.0.0",
  2974. "resolve": "^1.19.0"
  2975. },
  2976. "engines": {
  2977. "node": ">= 10.0.0"
  2978. },
  2979. "peerDependencies": {
  2980. "rollup": "^1.20.0||^2.0.0"
  2981. }
  2982. },
  2983. "node_modules/@rollup/plugin-replace": {
  2984. "version": "2.4.2",
  2985. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
  2986. "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
  2987. "dependencies": {
  2988. "@rollup/pluginutils": "^3.1.0",
  2989. "magic-string": "^0.25.7"
  2990. },
  2991. "peerDependencies": {
  2992. "rollup": "^1.20.0 || ^2.0.0"
  2993. }
  2994. },
  2995. "node_modules/@rollup/pluginutils": {
  2996. "version": "3.1.0",
  2997. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
  2998. "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
  2999. "dependencies": {
  3000. "@types/estree": "0.0.39",
  3001. "estree-walker": "^1.0.1",
  3002. "picomatch": "^2.2.2"
  3003. },
  3004. "engines": {
  3005. "node": ">= 8.0.0"
  3006. },
  3007. "peerDependencies": {
  3008. "rollup": "^1.20.0||^2.0.0"
  3009. }
  3010. },
  3011. "node_modules/@rollup/pluginutils/node_modules/@types/estree": {
  3012. "version": "0.0.39",
  3013. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
  3014. "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
  3015. },
  3016. "node_modules/@rushstack/eslint-patch": {
  3017. "version": "1.1.3",
  3018. "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.1.3.tgz",
  3019. "integrity": "sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw=="
  3020. },
  3021. "node_modules/@sinonjs/commons": {
  3022. "version": "1.8.3",
  3023. "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz",
  3024. "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==",
  3025. "dependencies": {
  3026. "type-detect": "4.0.8"
  3027. }
  3028. },
  3029. "node_modules/@sinonjs/fake-timers": {
  3030. "version": "8.1.0",
  3031. "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
  3032. "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
  3033. "dependencies": {
  3034. "@sinonjs/commons": "^1.7.0"
  3035. }
  3036. },
  3037. "node_modules/@stencil/core": {
  3038. "version": "2.15.0",
  3039. "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.15.0.tgz",
  3040. "integrity": "sha512-58+FPFpJCJScd5nmqVsZN+qk7aui57wFcMHWzySr1SQzoY8Efst9OPG7XRf27UsNj1DNeEdYWTtdrTfJyn3mZg==",
  3041. "bin": {
  3042. "stencil": "bin/stencil"
  3043. },
  3044. "engines": {
  3045. "node": ">=12.10.0",
  3046. "npm": ">=6.0.0"
  3047. }
  3048. },
  3049. "node_modules/@surma/rollup-plugin-off-main-thread": {
  3050. "version": "2.2.3",
  3051. "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
  3052. "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
  3053. "dependencies": {
  3054. "ejs": "^3.1.6",
  3055. "json5": "^2.2.0",
  3056. "magic-string": "^0.25.0",
  3057. "string.prototype.matchall": "^4.0.6"
  3058. }
  3059. },
  3060. "node_modules/@svgr/babel-plugin-add-jsx-attribute": {
  3061. "version": "5.4.0",
  3062. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz",
  3063. "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==",
  3064. "engines": {
  3065. "node": ">=10"
  3066. },
  3067. "funding": {
  3068. "type": "github",
  3069. "url": "https://github.com/sponsors/gregberge"
  3070. }
  3071. },
  3072. "node_modules/@svgr/babel-plugin-remove-jsx-attribute": {
  3073. "version": "5.4.0",
  3074. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz",
  3075. "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==",
  3076. "engines": {
  3077. "node": ">=10"
  3078. },
  3079. "funding": {
  3080. "type": "github",
  3081. "url": "https://github.com/sponsors/gregberge"
  3082. }
  3083. },
  3084. "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": {
  3085. "version": "5.0.1",
  3086. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz",
  3087. "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==",
  3088. "engines": {
  3089. "node": ">=10"
  3090. },
  3091. "funding": {
  3092. "type": "github",
  3093. "url": "https://github.com/sponsors/gregberge"
  3094. }
  3095. },
  3096. "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": {
  3097. "version": "5.0.1",
  3098. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz",
  3099. "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==",
  3100. "engines": {
  3101. "node": ">=10"
  3102. },
  3103. "funding": {
  3104. "type": "github",
  3105. "url": "https://github.com/sponsors/gregberge"
  3106. }
  3107. },
  3108. "node_modules/@svgr/babel-plugin-svg-dynamic-title": {
  3109. "version": "5.4.0",
  3110. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz",
  3111. "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==",
  3112. "engines": {
  3113. "node": ">=10"
  3114. },
  3115. "funding": {
  3116. "type": "github",
  3117. "url": "https://github.com/sponsors/gregberge"
  3118. }
  3119. },
  3120. "node_modules/@svgr/babel-plugin-svg-em-dimensions": {
  3121. "version": "5.4.0",
  3122. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz",
  3123. "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==",
  3124. "engines": {
  3125. "node": ">=10"
  3126. },
  3127. "funding": {
  3128. "type": "github",
  3129. "url": "https://github.com/sponsors/gregberge"
  3130. }
  3131. },
  3132. "node_modules/@svgr/babel-plugin-transform-react-native-svg": {
  3133. "version": "5.4.0",
  3134. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz",
  3135. "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==",
  3136. "engines": {
  3137. "node": ">=10"
  3138. },
  3139. "funding": {
  3140. "type": "github",
  3141. "url": "https://github.com/sponsors/gregberge"
  3142. }
  3143. },
  3144. "node_modules/@svgr/babel-plugin-transform-svg-component": {
  3145. "version": "5.5.0",
  3146. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
  3147. "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==",
  3148. "engines": {
  3149. "node": ">=10"
  3150. },
  3151. "funding": {
  3152. "type": "github",
  3153. "url": "https://github.com/sponsors/gregberge"
  3154. }
  3155. },
  3156. "node_modules/@svgr/babel-preset": {
  3157. "version": "5.5.0",
  3158. "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz",
  3159. "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==",
  3160. "dependencies": {
  3161. "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
  3162. "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
  3163. "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
  3164. "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
  3165. "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
  3166. "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
  3167. "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
  3168. "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
  3169. },
  3170. "engines": {
  3171. "node": ">=10"
  3172. },
  3173. "funding": {
  3174. "type": "github",
  3175. "url": "https://github.com/sponsors/gregberge"
  3176. }
  3177. },
  3178. "node_modules/@svgr/core": {
  3179. "version": "5.5.0",
  3180. "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
  3181. "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
  3182. "dependencies": {
  3183. "@svgr/plugin-jsx": "^5.5.0",
  3184. "camelcase": "^6.2.0",
  3185. "cosmiconfig": "^7.0.0"
  3186. },
  3187. "engines": {
  3188. "node": ">=10"
  3189. },
  3190. "funding": {
  3191. "type": "github",
  3192. "url": "https://github.com/sponsors/gregberge"
  3193. }
  3194. },
  3195. "node_modules/@svgr/hast-util-to-babel-ast": {
  3196. "version": "5.5.0",
  3197. "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
  3198. "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
  3199. "dependencies": {
  3200. "@babel/types": "^7.12.6"
  3201. },
  3202. "engines": {
  3203. "node": ">=10"
  3204. },
  3205. "funding": {
  3206. "type": "github",
  3207. "url": "https://github.com/sponsors/gregberge"
  3208. }
  3209. },
  3210. "node_modules/@svgr/plugin-jsx": {
  3211. "version": "5.5.0",
  3212. "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
  3213. "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
  3214. "dependencies": {
  3215. "@babel/core": "^7.12.3",
  3216. "@svgr/babel-preset": "^5.5.0",
  3217. "@svgr/hast-util-to-babel-ast": "^5.5.0",
  3218. "svg-parser": "^2.0.2"
  3219. },
  3220. "engines": {
  3221. "node": ">=10"
  3222. },
  3223. "funding": {
  3224. "type": "github",
  3225. "url": "https://github.com/sponsors/gregberge"
  3226. }
  3227. },
  3228. "node_modules/@svgr/plugin-svgo": {
  3229. "version": "5.5.0",
  3230. "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
  3231. "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
  3232. "dependencies": {
  3233. "cosmiconfig": "^7.0.0",
  3234. "deepmerge": "^4.2.2",
  3235. "svgo": "^1.2.2"
  3236. },
  3237. "engines": {
  3238. "node": ">=10"
  3239. },
  3240. "funding": {
  3241. "type": "github",
  3242. "url": "https://github.com/sponsors/gregberge"
  3243. }
  3244. },
  3245. "node_modules/@svgr/webpack": {
  3246. "version": "5.5.0",
  3247. "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
  3248. "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
  3249. "dependencies": {
  3250. "@babel/core": "^7.12.3",
  3251. "@babel/plugin-transform-react-constant-elements": "^7.12.1",
  3252. "@babel/preset-env": "^7.12.1",
  3253. "@babel/preset-react": "^7.12.5",
  3254. "@svgr/core": "^5.5.0",
  3255. "@svgr/plugin-jsx": "^5.5.0",
  3256. "@svgr/plugin-svgo": "^5.5.0",
  3257. "loader-utils": "^2.0.0"
  3258. },
  3259. "engines": {
  3260. "node": ">=10"
  3261. },
  3262. "funding": {
  3263. "type": "github",
  3264. "url": "https://github.com/sponsors/gregberge"
  3265. }
  3266. },
  3267. "node_modules/@testing-library/dom": {
  3268. "version": "8.13.0",
  3269. "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.13.0.tgz",
  3270. "integrity": "sha512-9VHgfIatKNXQNaZTtLnalIy0jNZzY35a4S3oi08YAt9Hv1VsfZ/DfA45lM8D/UhtHBGJ4/lGwp0PZkVndRkoOQ==",
  3271. "peer": true,
  3272. "dependencies": {
  3273. "@babel/code-frame": "^7.10.4",
  3274. "@babel/runtime": "^7.12.5",
  3275. "@types/aria-query": "^4.2.0",
  3276. "aria-query": "^5.0.0",
  3277. "chalk": "^4.1.0",
  3278. "dom-accessibility-api": "^0.5.9",
  3279. "lz-string": "^1.4.4",
  3280. "pretty-format": "^27.0.2"
  3281. },
  3282. "engines": {
  3283. "node": ">=12"
  3284. }
  3285. },
  3286. "node_modules/@testing-library/jest-dom": {
  3287. "version": "5.16.4",
  3288. "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz",
  3289. "integrity": "sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==",
  3290. "dependencies": {
  3291. "@babel/runtime": "^7.9.2",
  3292. "@types/testing-library__jest-dom": "^5.9.1",
  3293. "aria-query": "^5.0.0",
  3294. "chalk": "^3.0.0",
  3295. "css": "^3.0.0",
  3296. "css.escape": "^1.5.1",
  3297. "dom-accessibility-api": "^0.5.6",
  3298. "lodash": "^4.17.15",
  3299. "redent": "^3.0.0"
  3300. },
  3301. "engines": {
  3302. "node": ">=8",
  3303. "npm": ">=6",
  3304. "yarn": ">=1"
  3305. }
  3306. },
  3307. "node_modules/@testing-library/jest-dom/node_modules/chalk": {
  3308. "version": "3.0.0",
  3309. "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
  3310. "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
  3311. "dependencies": {
  3312. "ansi-styles": "^4.1.0",
  3313. "supports-color": "^7.1.0"
  3314. },
  3315. "engines": {
  3316. "node": ">=8"
  3317. }
  3318. },
  3319. "node_modules/@testing-library/react": {
  3320. "version": "11.2.7",
  3321. "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.7.tgz",
  3322. "integrity": "sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA==",
  3323. "dependencies": {
  3324. "@babel/runtime": "^7.12.5",
  3325. "@testing-library/dom": "^7.28.1"
  3326. },
  3327. "engines": {
  3328. "node": ">=10"
  3329. },
  3330. "peerDependencies": {
  3331. "react": "*",
  3332. "react-dom": "*"
  3333. }
  3334. },
  3335. "node_modules/@testing-library/react/node_modules/@jest/types": {
  3336. "version": "26.6.2",
  3337. "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
  3338. "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
  3339. "dependencies": {
  3340. "@types/istanbul-lib-coverage": "^2.0.0",
  3341. "@types/istanbul-reports": "^3.0.0",
  3342. "@types/node": "*",
  3343. "@types/yargs": "^15.0.0",
  3344. "chalk": "^4.0.0"
  3345. },
  3346. "engines": {
  3347. "node": ">= 10.14.2"
  3348. }
  3349. },
  3350. "node_modules/@testing-library/react/node_modules/@testing-library/dom": {
  3351. "version": "7.31.2",
  3352. "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.31.2.tgz",
  3353. "integrity": "sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==",
  3354. "dependencies": {
  3355. "@babel/code-frame": "^7.10.4",
  3356. "@babel/runtime": "^7.12.5",
  3357. "@types/aria-query": "^4.2.0",
  3358. "aria-query": "^4.2.2",
  3359. "chalk": "^4.1.0",
  3360. "dom-accessibility-api": "^0.5.6",
  3361. "lz-string": "^1.4.4",
  3362. "pretty-format": "^26.6.2"
  3363. },
  3364. "engines": {
  3365. "node": ">=10"
  3366. }
  3367. },
  3368. "node_modules/@testing-library/react/node_modules/@types/yargs": {
  3369. "version": "15.0.14",
  3370. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz",
  3371. "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==",
  3372. "dependencies": {
  3373. "@types/yargs-parser": "*"
  3374. }
  3375. },
  3376. "node_modules/@testing-library/react/node_modules/aria-query": {
  3377. "version": "4.2.2",
  3378. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
  3379. "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==",
  3380. "dependencies": {
  3381. "@babel/runtime": "^7.10.2",
  3382. "@babel/runtime-corejs3": "^7.10.2"
  3383. },
  3384. "engines": {
  3385. "node": ">=6.0"
  3386. }
  3387. },
  3388. "node_modules/@testing-library/react/node_modules/pretty-format": {
  3389. "version": "26.6.2",
  3390. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
  3391. "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
  3392. "dependencies": {
  3393. "@jest/types": "^26.6.2",
  3394. "ansi-regex": "^5.0.0",
  3395. "ansi-styles": "^4.0.0",
  3396. "react-is": "^17.0.1"
  3397. },
  3398. "engines": {
  3399. "node": ">= 10"
  3400. }
  3401. },
  3402. "node_modules/@testing-library/user-event": {
  3403. "version": "12.8.3",
  3404. "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.8.3.tgz",
  3405. "integrity": "sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ==",
  3406. "dependencies": {
  3407. "@babel/runtime": "^7.12.5"
  3408. },
  3409. "engines": {
  3410. "node": ">=10",
  3411. "npm": ">=6"
  3412. },
  3413. "peerDependencies": {
  3414. "@testing-library/dom": ">=7.21.4"
  3415. }
  3416. },
  3417. "node_modules/@tootallnate/once": {
  3418. "version": "1.1.2",
  3419. "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
  3420. "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
  3421. "engines": {
  3422. "node": ">= 6"
  3423. }
  3424. },
  3425. "node_modules/@trysound/sax": {
  3426. "version": "0.2.0",
  3427. "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
  3428. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
  3429. "engines": {
  3430. "node": ">=10.13.0"
  3431. }
  3432. },
  3433. "node_modules/@types/aria-query": {
  3434. "version": "4.2.2",
  3435. "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.2.tgz",
  3436. "integrity": "sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig=="
  3437. },
  3438. "node_modules/@types/babel__core": {
  3439. "version": "7.1.19",
  3440. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz",
  3441. "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==",
  3442. "dependencies": {
  3443. "@babel/parser": "^7.1.0",
  3444. "@babel/types": "^7.0.0",
  3445. "@types/babel__generator": "*",
  3446. "@types/babel__template": "*",
  3447. "@types/babel__traverse": "*"
  3448. }
  3449. },
  3450. "node_modules/@types/babel__generator": {
  3451. "version": "7.6.4",
  3452. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
  3453. "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
  3454. "dependencies": {
  3455. "@babel/types": "^7.0.0"
  3456. }
  3457. },
  3458. "node_modules/@types/babel__template": {
  3459. "version": "7.4.1",
  3460. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
  3461. "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
  3462. "dependencies": {
  3463. "@babel/parser": "^7.1.0",
  3464. "@babel/types": "^7.0.0"
  3465. }
  3466. },
  3467. "node_modules/@types/babel__traverse": {
  3468. "version": "7.17.0",
  3469. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.17.0.tgz",
  3470. "integrity": "sha512-r8aveDbd+rzGP+ykSdF3oPuTVRWRfbBiHl0rVDM2yNEmSMXfkObQLV46b4RnCv3Lra51OlfnZhkkFaDl2MIRaA==",
  3471. "dependencies": {
  3472. "@babel/types": "^7.3.0"
  3473. }
  3474. },
  3475. "node_modules/@types/body-parser": {
  3476. "version": "1.19.2",
  3477. "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
  3478. "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==",
  3479. "dependencies": {
  3480. "@types/connect": "*",
  3481. "@types/node": "*"
  3482. }
  3483. },
  3484. "node_modules/@types/bonjour": {
  3485. "version": "3.5.10",
  3486. "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz",
  3487. "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==",
  3488. "dependencies": {
  3489. "@types/node": "*"
  3490. }
  3491. },
  3492. "node_modules/@types/connect": {
  3493. "version": "3.4.35",
  3494. "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz",
  3495. "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==",
  3496. "dependencies": {
  3497. "@types/node": "*"
  3498. }
  3499. },
  3500. "node_modules/@types/connect-history-api-fallback": {
  3501. "version": "1.3.5",
  3502. "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz",
  3503. "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==",
  3504. "dependencies": {
  3505. "@types/express-serve-static-core": "*",
  3506. "@types/node": "*"
  3507. }
  3508. },
  3509. "node_modules/@types/eslint": {
  3510. "version": "7.29.0",
  3511. "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz",
  3512. "integrity": "sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==",
  3513. "dependencies": {
  3514. "@types/estree": "*",
  3515. "@types/json-schema": "*"
  3516. }
  3517. },
  3518. "node_modules/@types/eslint-scope": {
  3519. "version": "3.7.3",
  3520. "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.3.tgz",
  3521. "integrity": "sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==",
  3522. "dependencies": {
  3523. "@types/eslint": "*",
  3524. "@types/estree": "*"
  3525. }
  3526. },
  3527. "node_modules/@types/estree": {
  3528. "version": "0.0.51",
  3529. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz",
  3530. "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ=="
  3531. },
  3532. "node_modules/@types/express": {
  3533. "version": "4.17.13",
  3534. "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz",
  3535. "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==",
  3536. "dependencies": {
  3537. "@types/body-parser": "*",
  3538. "@types/express-serve-static-core": "^4.17.18",
  3539. "@types/qs": "*",
  3540. "@types/serve-static": "*"
  3541. }
  3542. },
  3543. "node_modules/@types/express-serve-static-core": {
  3544. "version": "4.17.28",
  3545. "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz",
  3546. "integrity": "sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==",
  3547. "dependencies": {
  3548. "@types/node": "*",
  3549. "@types/qs": "*",
  3550. "@types/range-parser": "*"
  3551. }
  3552. },
  3553. "node_modules/@types/graceful-fs": {
  3554. "version": "4.1.5",
  3555. "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
  3556. "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==",
  3557. "dependencies": {
  3558. "@types/node": "*"
  3559. }
  3560. },
  3561. "node_modules/@types/history": {
  3562. "version": "4.7.11",
  3563. "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz",
  3564. "integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA=="
  3565. },
  3566. "node_modules/@types/html-minifier-terser": {
  3567. "version": "6.1.0",
  3568. "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
  3569. "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg=="
  3570. },
  3571. "node_modules/@types/http-proxy": {
  3572. "version": "1.17.8",
  3573. "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.8.tgz",
  3574. "integrity": "sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==",
  3575. "dependencies": {
  3576. "@types/node": "*"
  3577. }
  3578. },
  3579. "node_modules/@types/istanbul-lib-coverage": {
  3580. "version": "2.0.4",
  3581. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
  3582. "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
  3583. },
  3584. "node_modules/@types/istanbul-lib-report": {
  3585. "version": "3.0.0",
  3586. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  3587. "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
  3588. "dependencies": {
  3589. "@types/istanbul-lib-coverage": "*"
  3590. }
  3591. },
  3592. "node_modules/@types/istanbul-reports": {
  3593. "version": "3.0.1",
  3594. "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
  3595. "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
  3596. "dependencies": {
  3597. "@types/istanbul-lib-report": "*"
  3598. }
  3599. },
  3600. "node_modules/@types/jest": {
  3601. "version": "26.0.24",
  3602. "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz",
  3603. "integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==",
  3604. "dependencies": {
  3605. "jest-diff": "^26.0.0",
  3606. "pretty-format": "^26.0.0"
  3607. }
  3608. },
  3609. "node_modules/@types/jest/node_modules/@jest/types": {
  3610. "version": "26.6.2",
  3611. "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
  3612. "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
  3613. "dependencies": {
  3614. "@types/istanbul-lib-coverage": "^2.0.0",
  3615. "@types/istanbul-reports": "^3.0.0",
  3616. "@types/node": "*",
  3617. "@types/yargs": "^15.0.0",
  3618. "chalk": "^4.0.0"
  3619. },
  3620. "engines": {
  3621. "node": ">= 10.14.2"
  3622. }
  3623. },
  3624. "node_modules/@types/jest/node_modules/@types/yargs": {
  3625. "version": "15.0.14",
  3626. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz",
  3627. "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==",
  3628. "dependencies": {
  3629. "@types/yargs-parser": "*"
  3630. }
  3631. },
  3632. "node_modules/@types/jest/node_modules/pretty-format": {
  3633. "version": "26.6.2",
  3634. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
  3635. "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
  3636. "dependencies": {
  3637. "@jest/types": "^26.6.2",
  3638. "ansi-regex": "^5.0.0",
  3639. "ansi-styles": "^4.0.0",
  3640. "react-is": "^17.0.1"
  3641. },
  3642. "engines": {
  3643. "node": ">= 10"
  3644. }
  3645. },
  3646. "node_modules/@types/json-schema": {
  3647. "version": "7.0.11",
  3648. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz",
  3649. "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ=="
  3650. },
  3651. "node_modules/@types/json5": {
  3652. "version": "0.0.29",
  3653. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  3654. "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4="
  3655. },
  3656. "node_modules/@types/mime": {
  3657. "version": "1.3.2",
  3658. "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz",
  3659. "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw=="
  3660. },
  3661. "node_modules/@types/minimist": {
  3662. "version": "1.2.2",
  3663. "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
  3664. "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ=="
  3665. },
  3666. "node_modules/@types/node": {
  3667. "version": "12.20.48",
  3668. "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.48.tgz",
  3669. "integrity": "sha512-4kxzqkrpwYtn6okJUcb2lfUu9ilnb3yhUOH6qX3nug8D2DupZ2drIkff2yJzYcNJVl3begnlcaBJ7tqiTTzjnQ=="
  3670. },
  3671. "node_modules/@types/normalize-package-data": {
  3672. "version": "2.4.1",
  3673. "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
  3674. "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw=="
  3675. },
  3676. "node_modules/@types/parse-json": {
  3677. "version": "4.0.0",
  3678. "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
  3679. "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
  3680. },
  3681. "node_modules/@types/prettier": {
  3682. "version": "2.6.0",
  3683. "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.6.0.tgz",
  3684. "integrity": "sha512-G/AdOadiZhnJp0jXCaBQU449W2h716OW/EoXeYkCytxKL06X1WCXB4DZpp8TpZ8eyIJVS1cw4lrlkkSYU21cDw=="
  3685. },
  3686. "node_modules/@types/prop-types": {
  3687. "version": "15.7.5",
  3688. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
  3689. "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
  3690. },
  3691. "node_modules/@types/q": {
  3692. "version": "1.5.5",
  3693. "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz",
  3694. "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ=="
  3695. },
  3696. "node_modules/@types/qs": {
  3697. "version": "6.9.7",
  3698. "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
  3699. "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
  3700. },
  3701. "node_modules/@types/range-parser": {
  3702. "version": "1.2.4",
  3703. "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz",
  3704. "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw=="
  3705. },
  3706. "node_modules/@types/react": {
  3707. "version": "16.14.25",
  3708. "resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.25.tgz",
  3709. "integrity": "sha512-cXRVHd7vBT5v1is72mmvmsg9stZrbJO04DJqFeh3Yj2tVKO6vmxg5BI+ybI6Ls7ROXRG3aFbZj9x0WA3ZAoDQw==",
  3710. "dependencies": {
  3711. "@types/prop-types": "*",
  3712. "@types/scheduler": "*",
  3713. "csstype": "^3.0.2"
  3714. }
  3715. },
  3716. "node_modules/@types/react-dom": {
  3717. "version": "16.9.14",
  3718. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.14.tgz",
  3719. "integrity": "sha512-FIX2AVmPTGP30OUJ+0vadeIFJJ07Mh1m+U0rxfgyW34p3rTlXI+nlenvAxNn4BP36YyI9IJ/+UJ7Wu22N1pI7A==",
  3720. "dependencies": {
  3721. "@types/react": "^16"
  3722. }
  3723. },
  3724. "node_modules/@types/react-router": {
  3725. "version": "5.1.18",
  3726. "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.18.tgz",
  3727. "integrity": "sha512-YYknwy0D0iOwKQgz9v8nOzt2J6l4gouBmDnWqUUznltOTaon+r8US8ky8HvN0tXvc38U9m6z/t2RsVsnd1zM0g==",
  3728. "dependencies": {
  3729. "@types/history": "^4.7.11",
  3730. "@types/react": "*"
  3731. }
  3732. },
  3733. "node_modules/@types/react-router-dom": {
  3734. "version": "5.3.3",
  3735. "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.3.tgz",
  3736. "integrity": "sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==",
  3737. "dependencies": {
  3738. "@types/history": "^4.7.11",
  3739. "@types/react": "*",
  3740. "@types/react-router": "*"
  3741. }
  3742. },
  3743. "node_modules/@types/resolve": {
  3744. "version": "1.17.1",
  3745. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
  3746. "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
  3747. "dependencies": {
  3748. "@types/node": "*"
  3749. }
  3750. },
  3751. "node_modules/@types/retry": {
  3752. "version": "0.12.1",
  3753. "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz",
  3754. "integrity": "sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g=="
  3755. },
  3756. "node_modules/@types/scheduler": {
  3757. "version": "0.16.2",
  3758. "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz",
  3759. "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew=="
  3760. },
  3761. "node_modules/@types/serve-index": {
  3762. "version": "1.9.1",
  3763. "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz",
  3764. "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==",
  3765. "dependencies": {
  3766. "@types/express": "*"
  3767. }
  3768. },
  3769. "node_modules/@types/serve-static": {
  3770. "version": "1.13.10",
  3771. "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz",
  3772. "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==",
  3773. "dependencies": {
  3774. "@types/mime": "^1",
  3775. "@types/node": "*"
  3776. }
  3777. },
  3778. "node_modules/@types/sockjs": {
  3779. "version": "0.3.33",
  3780. "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz",
  3781. "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==",
  3782. "dependencies": {
  3783. "@types/node": "*"
  3784. }
  3785. },
  3786. "node_modules/@types/stack-utils": {
  3787. "version": "2.0.1",
  3788. "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
  3789. "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
  3790. },
  3791. "node_modules/@types/testing-library__jest-dom": {
  3792. "version": "5.14.3",
  3793. "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.3.tgz",
  3794. "integrity": "sha512-oKZe+Mf4ioWlMuzVBaXQ9WDnEm1+umLx0InILg+yvZVBBDmzV5KfZyLrCvadtWcx8+916jLmHafcmqqffl+iIw==",
  3795. "dependencies": {
  3796. "@types/jest": "*"
  3797. }
  3798. },
  3799. "node_modules/@types/trusted-types": {
  3800. "version": "2.0.2",
  3801. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz",
  3802. "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg=="
  3803. },
  3804. "node_modules/@types/ws": {
  3805. "version": "8.5.3",
  3806. "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.3.tgz",
  3807. "integrity": "sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==",
  3808. "dependencies": {
  3809. "@types/node": "*"
  3810. }
  3811. },
  3812. "node_modules/@types/yargs": {
  3813. "version": "16.0.4",
  3814. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz",
  3815. "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==",
  3816. "dependencies": {
  3817. "@types/yargs-parser": "*"
  3818. }
  3819. },
  3820. "node_modules/@types/yargs-parser": {
  3821. "version": "21.0.0",
  3822. "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",
  3823. "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="
  3824. },
  3825. "node_modules/@typescript-eslint/eslint-plugin": {
  3826. "version": "5.19.0",
  3827. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.19.0.tgz",
  3828. "integrity": "sha512-w59GpFqDYGnWFim9p6TGJz7a3qWeENJuAKCqjGSx+Hq/bwq3RZwXYqy98KIfN85yDqz9mq6QXiY5h0FjGQLyEg==",
  3829. "dependencies": {
  3830. "@typescript-eslint/scope-manager": "5.19.0",
  3831. "@typescript-eslint/type-utils": "5.19.0",
  3832. "@typescript-eslint/utils": "5.19.0",
  3833. "debug": "^4.3.2",
  3834. "functional-red-black-tree": "^1.0.1",
  3835. "ignore": "^5.1.8",
  3836. "regexpp": "^3.2.0",
  3837. "semver": "^7.3.5",
  3838. "tsutils": "^3.21.0"
  3839. },
  3840. "engines": {
  3841. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3842. },
  3843. "funding": {
  3844. "type": "opencollective",
  3845. "url": "https://opencollective.com/typescript-eslint"
  3846. },
  3847. "peerDependencies": {
  3848. "@typescript-eslint/parser": "^5.0.0",
  3849. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3850. },
  3851. "peerDependenciesMeta": {
  3852. "typescript": {
  3853. "optional": true
  3854. }
  3855. }
  3856. },
  3857. "node_modules/@typescript-eslint/experimental-utils": {
  3858. "version": "5.19.0",
  3859. "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.19.0.tgz",
  3860. "integrity": "sha512-F+X/TTzmb2UXbghY1LrNLNDjMcGZMhKzXuzvu0xD+YEB77EamLM7zMOLuz2kP5807IJRDLBoAFFPYa7HT62sYg==",
  3861. "dependencies": {
  3862. "@typescript-eslint/utils": "5.19.0"
  3863. },
  3864. "engines": {
  3865. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3866. },
  3867. "funding": {
  3868. "type": "opencollective",
  3869. "url": "https://opencollective.com/typescript-eslint"
  3870. },
  3871. "peerDependencies": {
  3872. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3873. }
  3874. },
  3875. "node_modules/@typescript-eslint/parser": {
  3876. "version": "5.19.0",
  3877. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.19.0.tgz",
  3878. "integrity": "sha512-yhktJjMCJX8BSBczh1F/uY8wGRYrBeyn84kH6oyqdIJwTGKmzX5Qiq49LRQ0Jh0LXnWijEziSo6BRqny8nqLVQ==",
  3879. "dependencies": {
  3880. "@typescript-eslint/scope-manager": "5.19.0",
  3881. "@typescript-eslint/types": "5.19.0",
  3882. "@typescript-eslint/typescript-estree": "5.19.0",
  3883. "debug": "^4.3.2"
  3884. },
  3885. "engines": {
  3886. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3887. },
  3888. "funding": {
  3889. "type": "opencollective",
  3890. "url": "https://opencollective.com/typescript-eslint"
  3891. },
  3892. "peerDependencies": {
  3893. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3894. },
  3895. "peerDependenciesMeta": {
  3896. "typescript": {
  3897. "optional": true
  3898. }
  3899. }
  3900. },
  3901. "node_modules/@typescript-eslint/scope-manager": {
  3902. "version": "5.19.0",
  3903. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.19.0.tgz",
  3904. "integrity": "sha512-Fz+VrjLmwq5fbQn5W7cIJZ066HxLMKvDEmf4eu1tZ8O956aoX45jAuBB76miAECMTODyUxH61AQM7q4/GOMQ5g==",
  3905. "dependencies": {
  3906. "@typescript-eslint/types": "5.19.0",
  3907. "@typescript-eslint/visitor-keys": "5.19.0"
  3908. },
  3909. "engines": {
  3910. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3911. },
  3912. "funding": {
  3913. "type": "opencollective",
  3914. "url": "https://opencollective.com/typescript-eslint"
  3915. }
  3916. },
  3917. "node_modules/@typescript-eslint/type-utils": {
  3918. "version": "5.19.0",
  3919. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.19.0.tgz",
  3920. "integrity": "sha512-O6XQ4RI4rQcBGshTQAYBUIGsKqrKeuIOz9v8bckXZnSeXjn/1+BDZndHLe10UplQeJLXDNbaZYrAytKNQO2T4Q==",
  3921. "dependencies": {
  3922. "@typescript-eslint/utils": "5.19.0",
  3923. "debug": "^4.3.2",
  3924. "tsutils": "^3.21.0"
  3925. },
  3926. "engines": {
  3927. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3928. },
  3929. "funding": {
  3930. "type": "opencollective",
  3931. "url": "https://opencollective.com/typescript-eslint"
  3932. },
  3933. "peerDependencies": {
  3934. "eslint": "*"
  3935. },
  3936. "peerDependenciesMeta": {
  3937. "typescript": {
  3938. "optional": true
  3939. }
  3940. }
  3941. },
  3942. "node_modules/@typescript-eslint/types": {
  3943. "version": "5.19.0",
  3944. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.19.0.tgz",
  3945. "integrity": "sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==",
  3946. "engines": {
  3947. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3948. },
  3949. "funding": {
  3950. "type": "opencollective",
  3951. "url": "https://opencollective.com/typescript-eslint"
  3952. }
  3953. },
  3954. "node_modules/@typescript-eslint/typescript-estree": {
  3955. "version": "5.19.0",
  3956. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz",
  3957. "integrity": "sha512-dRPuD4ocXdaE1BM/dNR21elSEUPKaWgowCA0bqJ6YbYkvtrPVEvZ+zqcX5a8ECYn3q5iBSSUcBBD42ubaOp0Hw==",
  3958. "dependencies": {
  3959. "@typescript-eslint/types": "5.19.0",
  3960. "@typescript-eslint/visitor-keys": "5.19.0",
  3961. "debug": "^4.3.2",
  3962. "globby": "^11.0.4",
  3963. "is-glob": "^4.0.3",
  3964. "semver": "^7.3.5",
  3965. "tsutils": "^3.21.0"
  3966. },
  3967. "engines": {
  3968. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3969. },
  3970. "funding": {
  3971. "type": "opencollective",
  3972. "url": "https://opencollective.com/typescript-eslint"
  3973. },
  3974. "peerDependenciesMeta": {
  3975. "typescript": {
  3976. "optional": true
  3977. }
  3978. }
  3979. },
  3980. "node_modules/@typescript-eslint/utils": {
  3981. "version": "5.19.0",
  3982. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.19.0.tgz",
  3983. "integrity": "sha512-ZuEckdupXpXamKvFz/Ql8YnePh2ZWcwz7APICzJL985Rp5C2AYcHO62oJzIqNhAMtMK6XvrlBTZeNG8n7gS3lQ==",
  3984. "dependencies": {
  3985. "@types/json-schema": "^7.0.9",
  3986. "@typescript-eslint/scope-manager": "5.19.0",
  3987. "@typescript-eslint/types": "5.19.0",
  3988. "@typescript-eslint/typescript-estree": "5.19.0",
  3989. "eslint-scope": "^5.1.1",
  3990. "eslint-utils": "^3.0.0"
  3991. },
  3992. "engines": {
  3993. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3994. },
  3995. "funding": {
  3996. "type": "opencollective",
  3997. "url": "https://opencollective.com/typescript-eslint"
  3998. },
  3999. "peerDependencies": {
  4000. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4001. }
  4002. },
  4003. "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": {
  4004. "version": "5.1.1",
  4005. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  4006. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  4007. "dependencies": {
  4008. "esrecurse": "^4.3.0",
  4009. "estraverse": "^4.1.1"
  4010. },
  4011. "engines": {
  4012. "node": ">=8.0.0"
  4013. }
  4014. },
  4015. "node_modules/@typescript-eslint/utils/node_modules/estraverse": {
  4016. "version": "4.3.0",
  4017. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  4018. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  4019. "engines": {
  4020. "node": ">=4.0"
  4021. }
  4022. },
  4023. "node_modules/@typescript-eslint/visitor-keys": {
  4024. "version": "5.19.0",
  4025. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz",
  4026. "integrity": "sha512-Ym7zZoMDZcAKWsULi2s7UMLREdVQdScPQ/fKWMYefarCztWlHPFVJo8racf8R0Gc8FAEJ2eD4of8As1oFtnQlQ==",
  4027. "dependencies": {
  4028. "@typescript-eslint/types": "5.19.0",
  4029. "eslint-visitor-keys": "^3.0.0"
  4030. },
  4031. "engines": {
  4032. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4033. },
  4034. "funding": {
  4035. "type": "opencollective",
  4036. "url": "https://opencollective.com/typescript-eslint"
  4037. }
  4038. },
  4039. "node_modules/@webassemblyjs/ast": {
  4040. "version": "1.11.1",
  4041. "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
  4042. "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==",
  4043. "dependencies": {
  4044. "@webassemblyjs/helper-numbers": "1.11.1",
  4045. "@webassemblyjs/helper-wasm-bytecode": "1.11.1"
  4046. }
  4047. },
  4048. "node_modules/@webassemblyjs/floating-point-hex-parser": {
  4049. "version": "1.11.1",
  4050. "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz",
  4051. "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ=="
  4052. },
  4053. "node_modules/@webassemblyjs/helper-api-error": {
  4054. "version": "1.11.1",
  4055. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz",
  4056. "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg=="
  4057. },
  4058. "node_modules/@webassemblyjs/helper-buffer": {
  4059. "version": "1.11.1",
  4060. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz",
  4061. "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA=="
  4062. },
  4063. "node_modules/@webassemblyjs/helper-numbers": {
  4064. "version": "1.11.1",
  4065. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz",
  4066. "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==",
  4067. "dependencies": {
  4068. "@webassemblyjs/floating-point-hex-parser": "1.11.1",
  4069. "@webassemblyjs/helper-api-error": "1.11.1",
  4070. "@xtuc/long": "4.2.2"
  4071. }
  4072. },
  4073. "node_modules/@webassemblyjs/helper-wasm-bytecode": {
  4074. "version": "1.11.1",
  4075. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz",
  4076. "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q=="
  4077. },
  4078. "node_modules/@webassemblyjs/helper-wasm-section": {
  4079. "version": "1.11.1",
  4080. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz",
  4081. "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==",
  4082. "dependencies": {
  4083. "@webassemblyjs/ast": "1.11.1",
  4084. "@webassemblyjs/helper-buffer": "1.11.1",
  4085. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  4086. "@webassemblyjs/wasm-gen": "1.11.1"
  4087. }
  4088. },
  4089. "node_modules/@webassemblyjs/ieee754": {
  4090. "version": "1.11.1",
  4091. "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz",
  4092. "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==",
  4093. "dependencies": {
  4094. "@xtuc/ieee754": "^1.2.0"
  4095. }
  4096. },
  4097. "node_modules/@webassemblyjs/leb128": {
  4098. "version": "1.11.1",
  4099. "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz",
  4100. "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==",
  4101. "dependencies": {
  4102. "@xtuc/long": "4.2.2"
  4103. }
  4104. },
  4105. "node_modules/@webassemblyjs/utf8": {
  4106. "version": "1.11.1",
  4107. "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz",
  4108. "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ=="
  4109. },
  4110. "node_modules/@webassemblyjs/wasm-edit": {
  4111. "version": "1.11.1",
  4112. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz",
  4113. "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==",
  4114. "dependencies": {
  4115. "@webassemblyjs/ast": "1.11.1",
  4116. "@webassemblyjs/helper-buffer": "1.11.1",
  4117. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  4118. "@webassemblyjs/helper-wasm-section": "1.11.1",
  4119. "@webassemblyjs/wasm-gen": "1.11.1",
  4120. "@webassemblyjs/wasm-opt": "1.11.1",
  4121. "@webassemblyjs/wasm-parser": "1.11.1",
  4122. "@webassemblyjs/wast-printer": "1.11.1"
  4123. }
  4124. },
  4125. "node_modules/@webassemblyjs/wasm-gen": {
  4126. "version": "1.11.1",
  4127. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz",
  4128. "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==",
  4129. "dependencies": {
  4130. "@webassemblyjs/ast": "1.11.1",
  4131. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  4132. "@webassemblyjs/ieee754": "1.11.1",
  4133. "@webassemblyjs/leb128": "1.11.1",
  4134. "@webassemblyjs/utf8": "1.11.1"
  4135. }
  4136. },
  4137. "node_modules/@webassemblyjs/wasm-opt": {
  4138. "version": "1.11.1",
  4139. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz",
  4140. "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==",
  4141. "dependencies": {
  4142. "@webassemblyjs/ast": "1.11.1",
  4143. "@webassemblyjs/helper-buffer": "1.11.1",
  4144. "@webassemblyjs/wasm-gen": "1.11.1",
  4145. "@webassemblyjs/wasm-parser": "1.11.1"
  4146. }
  4147. },
  4148. "node_modules/@webassemblyjs/wasm-parser": {
  4149. "version": "1.11.1",
  4150. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz",
  4151. "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==",
  4152. "dependencies": {
  4153. "@webassemblyjs/ast": "1.11.1",
  4154. "@webassemblyjs/helper-api-error": "1.11.1",
  4155. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  4156. "@webassemblyjs/ieee754": "1.11.1",
  4157. "@webassemblyjs/leb128": "1.11.1",
  4158. "@webassemblyjs/utf8": "1.11.1"
  4159. }
  4160. },
  4161. "node_modules/@webassemblyjs/wast-printer": {
  4162. "version": "1.11.1",
  4163. "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz",
  4164. "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==",
  4165. "dependencies": {
  4166. "@webassemblyjs/ast": "1.11.1",
  4167. "@xtuc/long": "4.2.2"
  4168. }
  4169. },
  4170. "node_modules/@xtuc/ieee754": {
  4171. "version": "1.2.0",
  4172. "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
  4173. "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
  4174. },
  4175. "node_modules/@xtuc/long": {
  4176. "version": "4.2.2",
  4177. "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
  4178. "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
  4179. },
  4180. "node_modules/abab": {
  4181. "version": "2.0.6",
  4182. "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
  4183. "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA=="
  4184. },
  4185. "node_modules/abbrev": {
  4186. "version": "1.1.1",
  4187. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
  4188. "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
  4189. },
  4190. "node_modules/accepts": {
  4191. "version": "1.3.8",
  4192. "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
  4193. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  4194. "dependencies": {
  4195. "mime-types": "~2.1.34",
  4196. "negotiator": "0.6.3"
  4197. },
  4198. "engines": {
  4199. "node": ">= 0.6"
  4200. }
  4201. },
  4202. "node_modules/acorn": {
  4203. "version": "8.7.0",
  4204. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz",
  4205. "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==",
  4206. "bin": {
  4207. "acorn": "bin/acorn"
  4208. },
  4209. "engines": {
  4210. "node": ">=0.4.0"
  4211. }
  4212. },
  4213. "node_modules/acorn-globals": {
  4214. "version": "6.0.0",
  4215. "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
  4216. "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
  4217. "dependencies": {
  4218. "acorn": "^7.1.1",
  4219. "acorn-walk": "^7.1.1"
  4220. }
  4221. },
  4222. "node_modules/acorn-globals/node_modules/acorn": {
  4223. "version": "7.4.1",
  4224. "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
  4225. "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
  4226. "bin": {
  4227. "acorn": "bin/acorn"
  4228. },
  4229. "engines": {
  4230. "node": ">=0.4.0"
  4231. }
  4232. },
  4233. "node_modules/acorn-import-assertions": {
  4234. "version": "1.8.0",
  4235. "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz",
  4236. "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==",
  4237. "peerDependencies": {
  4238. "acorn": "^8"
  4239. }
  4240. },
  4241. "node_modules/acorn-jsx": {
  4242. "version": "5.3.2",
  4243. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  4244. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  4245. "peerDependencies": {
  4246. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4247. }
  4248. },
  4249. "node_modules/acorn-node": {
  4250. "version": "1.8.2",
  4251. "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz",
  4252. "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==",
  4253. "dependencies": {
  4254. "acorn": "^7.0.0",
  4255. "acorn-walk": "^7.0.0",
  4256. "xtend": "^4.0.2"
  4257. }
  4258. },
  4259. "node_modules/acorn-node/node_modules/acorn": {
  4260. "version": "7.4.1",
  4261. "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
  4262. "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
  4263. "bin": {
  4264. "acorn": "bin/acorn"
  4265. },
  4266. "engines": {
  4267. "node": ">=0.4.0"
  4268. }
  4269. },
  4270. "node_modules/acorn-walk": {
  4271. "version": "7.2.0",
  4272. "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
  4273. "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
  4274. "engines": {
  4275. "node": ">=0.4.0"
  4276. }
  4277. },
  4278. "node_modules/address": {
  4279. "version": "1.1.2",
  4280. "resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz",
  4281. "integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==",
  4282. "engines": {
  4283. "node": ">= 0.12.0"
  4284. }
  4285. },
  4286. "node_modules/adjust-sourcemap-loader": {
  4287. "version": "4.0.0",
  4288. "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz",
  4289. "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==",
  4290. "dependencies": {
  4291. "loader-utils": "^2.0.0",
  4292. "regex-parser": "^2.2.11"
  4293. },
  4294. "engines": {
  4295. "node": ">=8.9"
  4296. }
  4297. },
  4298. "node_modules/agent-base": {
  4299. "version": "6.0.2",
  4300. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  4301. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  4302. "dependencies": {
  4303. "debug": "4"
  4304. },
  4305. "engines": {
  4306. "node": ">= 6.0.0"
  4307. }
  4308. },
  4309. "node_modules/agentkeepalive": {
  4310. "version": "4.2.1",
  4311. "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.1.tgz",
  4312. "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==",
  4313. "dependencies": {
  4314. "debug": "^4.1.0",
  4315. "depd": "^1.1.2",
  4316. "humanize-ms": "^1.2.1"
  4317. },
  4318. "engines": {
  4319. "node": ">= 8.0.0"
  4320. }
  4321. },
  4322. "node_modules/aggregate-error": {
  4323. "version": "3.1.0",
  4324. "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
  4325. "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
  4326. "dependencies": {
  4327. "clean-stack": "^2.0.0",
  4328. "indent-string": "^4.0.0"
  4329. },
  4330. "engines": {
  4331. "node": ">=8"
  4332. }
  4333. },
  4334. "node_modules/ajv": {
  4335. "version": "6.12.6",
  4336. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  4337. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  4338. "dependencies": {
  4339. "fast-deep-equal": "^3.1.1",
  4340. "fast-json-stable-stringify": "^2.0.0",
  4341. "json-schema-traverse": "^0.4.1",
  4342. "uri-js": "^4.2.2"
  4343. },
  4344. "funding": {
  4345. "type": "github",
  4346. "url": "https://github.com/sponsors/epoberezkin"
  4347. }
  4348. },
  4349. "node_modules/ajv-formats": {
  4350. "version": "2.1.1",
  4351. "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
  4352. "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
  4353. "dependencies": {
  4354. "ajv": "^8.0.0"
  4355. },
  4356. "peerDependencies": {
  4357. "ajv": "^8.0.0"
  4358. },
  4359. "peerDependenciesMeta": {
  4360. "ajv": {
  4361. "optional": true
  4362. }
  4363. }
  4364. },
  4365. "node_modules/ajv-formats/node_modules/ajv": {
  4366. "version": "8.11.0",
  4367. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  4368. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  4369. "dependencies": {
  4370. "fast-deep-equal": "^3.1.1",
  4371. "json-schema-traverse": "^1.0.0",
  4372. "require-from-string": "^2.0.2",
  4373. "uri-js": "^4.2.2"
  4374. },
  4375. "funding": {
  4376. "type": "github",
  4377. "url": "https://github.com/sponsors/epoberezkin"
  4378. }
  4379. },
  4380. "node_modules/ajv-formats/node_modules/json-schema-traverse": {
  4381. "version": "1.0.0",
  4382. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  4383. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  4384. },
  4385. "node_modules/ajv-keywords": {
  4386. "version": "3.5.2",
  4387. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
  4388. "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
  4389. "peerDependencies": {
  4390. "ajv": "^6.9.1"
  4391. }
  4392. },
  4393. "node_modules/ansi-escapes": {
  4394. "version": "4.3.2",
  4395. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  4396. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  4397. "dependencies": {
  4398. "type-fest": "^0.21.3"
  4399. },
  4400. "engines": {
  4401. "node": ">=8"
  4402. },
  4403. "funding": {
  4404. "url": "https://github.com/sponsors/sindresorhus"
  4405. }
  4406. },
  4407. "node_modules/ansi-html-community": {
  4408. "version": "0.0.8",
  4409. "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
  4410. "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
  4411. "engines": [
  4412. "node >= 0.8.0"
  4413. ],
  4414. "bin": {
  4415. "ansi-html": "bin/ansi-html"
  4416. }
  4417. },
  4418. "node_modules/ansi-regex": {
  4419. "version": "5.0.1",
  4420. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  4421. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  4422. "engines": {
  4423. "node": ">=8"
  4424. }
  4425. },
  4426. "node_modules/ansi-styles": {
  4427. "version": "4.3.0",
  4428. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  4429. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  4430. "dependencies": {
  4431. "color-convert": "^2.0.1"
  4432. },
  4433. "engines": {
  4434. "node": ">=8"
  4435. },
  4436. "funding": {
  4437. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  4438. }
  4439. },
  4440. "node_modules/anymatch": {
  4441. "version": "3.1.2",
  4442. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
  4443. "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
  4444. "dependencies": {
  4445. "normalize-path": "^3.0.0",
  4446. "picomatch": "^2.0.4"
  4447. },
  4448. "engines": {
  4449. "node": ">= 8"
  4450. }
  4451. },
  4452. "node_modules/aproba": {
  4453. "version": "2.0.0",
  4454. "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
  4455. "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ=="
  4456. },
  4457. "node_modules/are-we-there-yet": {
  4458. "version": "2.0.0",
  4459. "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
  4460. "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
  4461. "dependencies": {
  4462. "delegates": "^1.0.0",
  4463. "readable-stream": "^3.6.0"
  4464. },
  4465. "engines": {
  4466. "node": ">=10"
  4467. }
  4468. },
  4469. "node_modules/arg": {
  4470. "version": "5.0.1",
  4471. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.1.tgz",
  4472. "integrity": "sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA=="
  4473. },
  4474. "node_modules/argparse": {
  4475. "version": "1.0.10",
  4476. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  4477. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  4478. "dependencies": {
  4479. "sprintf-js": "~1.0.2"
  4480. }
  4481. },
  4482. "node_modules/aria-query": {
  4483. "version": "5.0.0",
  4484. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz",
  4485. "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==",
  4486. "engines": {
  4487. "node": ">=6.0"
  4488. }
  4489. },
  4490. "node_modules/array-flatten": {
  4491. "version": "2.1.2",
  4492. "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
  4493. "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ=="
  4494. },
  4495. "node_modules/array-includes": {
  4496. "version": "3.1.4",
  4497. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz",
  4498. "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==",
  4499. "dependencies": {
  4500. "call-bind": "^1.0.2",
  4501. "define-properties": "^1.1.3",
  4502. "es-abstract": "^1.19.1",
  4503. "get-intrinsic": "^1.1.1",
  4504. "is-string": "^1.0.7"
  4505. },
  4506. "engines": {
  4507. "node": ">= 0.4"
  4508. },
  4509. "funding": {
  4510. "url": "https://github.com/sponsors/ljharb"
  4511. }
  4512. },
  4513. "node_modules/array-union": {
  4514. "version": "2.1.0",
  4515. "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  4516. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  4517. "engines": {
  4518. "node": ">=8"
  4519. }
  4520. },
  4521. "node_modules/array.prototype.flat": {
  4522. "version": "1.3.0",
  4523. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz",
  4524. "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==",
  4525. "dependencies": {
  4526. "call-bind": "^1.0.2",
  4527. "define-properties": "^1.1.3",
  4528. "es-abstract": "^1.19.2",
  4529. "es-shim-unscopables": "^1.0.0"
  4530. },
  4531. "engines": {
  4532. "node": ">= 0.4"
  4533. },
  4534. "funding": {
  4535. "url": "https://github.com/sponsors/ljharb"
  4536. }
  4537. },
  4538. "node_modules/array.prototype.flatmap": {
  4539. "version": "1.3.0",
  4540. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz",
  4541. "integrity": "sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==",
  4542. "dependencies": {
  4543. "call-bind": "^1.0.2",
  4544. "define-properties": "^1.1.3",
  4545. "es-abstract": "^1.19.2",
  4546. "es-shim-unscopables": "^1.0.0"
  4547. },
  4548. "engines": {
  4549. "node": ">= 0.4"
  4550. },
  4551. "funding": {
  4552. "url": "https://github.com/sponsors/ljharb"
  4553. }
  4554. },
  4555. "node_modules/arrify": {
  4556. "version": "1.0.1",
  4557. "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
  4558. "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
  4559. "engines": {
  4560. "node": ">=0.10.0"
  4561. }
  4562. },
  4563. "node_modules/asap": {
  4564. "version": "2.0.6",
  4565. "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
  4566. "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
  4567. },
  4568. "node_modules/asn1": {
  4569. "version": "0.2.6",
  4570. "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
  4571. "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
  4572. "dependencies": {
  4573. "safer-buffer": "~2.1.0"
  4574. }
  4575. },
  4576. "node_modules/assert-plus": {
  4577. "version": "1.0.0",
  4578. "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
  4579. "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
  4580. "engines": {
  4581. "node": ">=0.8"
  4582. }
  4583. },
  4584. "node_modules/ast-types-flow": {
  4585. "version": "0.0.7",
  4586. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
  4587. "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0="
  4588. },
  4589. "node_modules/astral-regex": {
  4590. "version": "2.0.0",
  4591. "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
  4592. "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
  4593. "dev": true,
  4594. "engines": {
  4595. "node": ">=8"
  4596. }
  4597. },
  4598. "node_modules/async": {
  4599. "version": "2.6.4",
  4600. "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
  4601. "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
  4602. "dependencies": {
  4603. "lodash": "^4.17.14"
  4604. }
  4605. },
  4606. "node_modules/async-foreach": {
  4607. "version": "0.1.3",
  4608. "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
  4609. "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=",
  4610. "engines": {
  4611. "node": "*"
  4612. }
  4613. },
  4614. "node_modules/asynckit": {
  4615. "version": "0.4.0",
  4616. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  4617. "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
  4618. },
  4619. "node_modules/at-least-node": {
  4620. "version": "1.0.0",
  4621. "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  4622. "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
  4623. "engines": {
  4624. "node": ">= 4.0.0"
  4625. }
  4626. },
  4627. "node_modules/atob": {
  4628. "version": "2.1.2",
  4629. "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
  4630. "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
  4631. "bin": {
  4632. "atob": "bin/atob.js"
  4633. },
  4634. "engines": {
  4635. "node": ">= 4.5.0"
  4636. }
  4637. },
  4638. "node_modules/autoprefixer": {
  4639. "version": "10.4.4",
  4640. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.4.tgz",
  4641. "integrity": "sha512-Tm8JxsB286VweiZ5F0anmbyGiNI3v3wGv3mz9W+cxEDYB/6jbnj6GM9H9mK3wIL8ftgl+C07Lcwb8PG5PCCPzA==",
  4642. "funding": [
  4643. {
  4644. "type": "opencollective",
  4645. "url": "https://opencollective.com/postcss/"
  4646. },
  4647. {
  4648. "type": "tidelift",
  4649. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  4650. }
  4651. ],
  4652. "dependencies": {
  4653. "browserslist": "^4.20.2",
  4654. "caniuse-lite": "^1.0.30001317",
  4655. "fraction.js": "^4.2.0",
  4656. "normalize-range": "^0.1.2",
  4657. "picocolors": "^1.0.0",
  4658. "postcss-value-parser": "^4.2.0"
  4659. },
  4660. "bin": {
  4661. "autoprefixer": "bin/autoprefixer"
  4662. },
  4663. "engines": {
  4664. "node": "^10 || ^12 || >=14"
  4665. },
  4666. "peerDependencies": {
  4667. "postcss": "^8.1.0"
  4668. }
  4669. },
  4670. "node_modules/aws-sign2": {
  4671. "version": "0.7.0",
  4672. "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
  4673. "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=",
  4674. "engines": {
  4675. "node": "*"
  4676. }
  4677. },
  4678. "node_modules/aws4": {
  4679. "version": "1.11.0",
  4680. "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz",
  4681. "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
  4682. },
  4683. "node_modules/axe-core": {
  4684. "version": "4.4.1",
  4685. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.1.tgz",
  4686. "integrity": "sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==",
  4687. "engines": {
  4688. "node": ">=4"
  4689. }
  4690. },
  4691. "node_modules/axobject-query": {
  4692. "version": "2.2.0",
  4693. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz",
  4694. "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA=="
  4695. },
  4696. "node_modules/babel-jest": {
  4697. "version": "27.5.1",
  4698. "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz",
  4699. "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==",
  4700. "dependencies": {
  4701. "@jest/transform": "^27.5.1",
  4702. "@jest/types": "^27.5.1",
  4703. "@types/babel__core": "^7.1.14",
  4704. "babel-plugin-istanbul": "^6.1.1",
  4705. "babel-preset-jest": "^27.5.1",
  4706. "chalk": "^4.0.0",
  4707. "graceful-fs": "^4.2.9",
  4708. "slash": "^3.0.0"
  4709. },
  4710. "engines": {
  4711. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  4712. },
  4713. "peerDependencies": {
  4714. "@babel/core": "^7.8.0"
  4715. }
  4716. },
  4717. "node_modules/babel-loader": {
  4718. "version": "8.2.4",
  4719. "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.4.tgz",
  4720. "integrity": "sha512-8dytA3gcvPPPv4Grjhnt8b5IIiTcq/zeXOPk4iTYI0SVXcsmuGg7JtBRDp8S9X+gJfhQ8ektjXZlDu1Bb33U8A==",
  4721. "dependencies": {
  4722. "find-cache-dir": "^3.3.1",
  4723. "loader-utils": "^2.0.0",
  4724. "make-dir": "^3.1.0",
  4725. "schema-utils": "^2.6.5"
  4726. },
  4727. "engines": {
  4728. "node": ">= 8.9"
  4729. },
  4730. "peerDependencies": {
  4731. "@babel/core": "^7.0.0",
  4732. "webpack": ">=2"
  4733. }
  4734. },
  4735. "node_modules/babel-loader/node_modules/schema-utils": {
  4736. "version": "2.7.1",
  4737. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
  4738. "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
  4739. "dependencies": {
  4740. "@types/json-schema": "^7.0.5",
  4741. "ajv": "^6.12.4",
  4742. "ajv-keywords": "^3.5.2"
  4743. },
  4744. "engines": {
  4745. "node": ">= 8.9.0"
  4746. },
  4747. "funding": {
  4748. "type": "opencollective",
  4749. "url": "https://opencollective.com/webpack"
  4750. }
  4751. },
  4752. "node_modules/babel-plugin-dynamic-import-node": {
  4753. "version": "2.3.3",
  4754. "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
  4755. "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
  4756. "dependencies": {
  4757. "object.assign": "^4.1.0"
  4758. }
  4759. },
  4760. "node_modules/babel-plugin-istanbul": {
  4761. "version": "6.1.1",
  4762. "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
  4763. "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
  4764. "dependencies": {
  4765. "@babel/helper-plugin-utils": "^7.0.0",
  4766. "@istanbuljs/load-nyc-config": "^1.0.0",
  4767. "@istanbuljs/schema": "^0.1.2",
  4768. "istanbul-lib-instrument": "^5.0.4",
  4769. "test-exclude": "^6.0.0"
  4770. },
  4771. "engines": {
  4772. "node": ">=8"
  4773. }
  4774. },
  4775. "node_modules/babel-plugin-jest-hoist": {
  4776. "version": "27.5.1",
  4777. "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz",
  4778. "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==",
  4779. "dependencies": {
  4780. "@babel/template": "^7.3.3",
  4781. "@babel/types": "^7.3.3",
  4782. "@types/babel__core": "^7.0.0",
  4783. "@types/babel__traverse": "^7.0.6"
  4784. },
  4785. "engines": {
  4786. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  4787. }
  4788. },
  4789. "node_modules/babel-plugin-macros": {
  4790. "version": "3.1.0",
  4791. "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  4792. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  4793. "dependencies": {
  4794. "@babel/runtime": "^7.12.5",
  4795. "cosmiconfig": "^7.0.0",
  4796. "resolve": "^1.19.0"
  4797. },
  4798. "engines": {
  4799. "node": ">=10",
  4800. "npm": ">=6"
  4801. }
  4802. },
  4803. "node_modules/babel-plugin-named-asset-import": {
  4804. "version": "0.3.8",
  4805. "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz",
  4806. "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==",
  4807. "peerDependencies": {
  4808. "@babel/core": "^7.1.0"
  4809. }
  4810. },
  4811. "node_modules/babel-plugin-polyfill-corejs2": {
  4812. "version": "0.3.1",
  4813. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz",
  4814. "integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==",
  4815. "dependencies": {
  4816. "@babel/compat-data": "^7.13.11",
  4817. "@babel/helper-define-polyfill-provider": "^0.3.1",
  4818. "semver": "^6.1.1"
  4819. },
  4820. "peerDependencies": {
  4821. "@babel/core": "^7.0.0-0"
  4822. }
  4823. },
  4824. "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
  4825. "version": "6.3.0",
  4826. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  4827. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  4828. "bin": {
  4829. "semver": "bin/semver.js"
  4830. }
  4831. },
  4832. "node_modules/babel-plugin-polyfill-corejs3": {
  4833. "version": "0.5.2",
  4834. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz",
  4835. "integrity": "sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==",
  4836. "dependencies": {
  4837. "@babel/helper-define-polyfill-provider": "^0.3.1",
  4838. "core-js-compat": "^3.21.0"
  4839. },
  4840. "peerDependencies": {
  4841. "@babel/core": "^7.0.0-0"
  4842. }
  4843. },
  4844. "node_modules/babel-plugin-polyfill-regenerator": {
  4845. "version": "0.3.1",
  4846. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz",
  4847. "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==",
  4848. "dependencies": {
  4849. "@babel/helper-define-polyfill-provider": "^0.3.1"
  4850. },
  4851. "peerDependencies": {
  4852. "@babel/core": "^7.0.0-0"
  4853. }
  4854. },
  4855. "node_modules/babel-plugin-transform-react-remove-prop-types": {
  4856. "version": "0.4.24",
  4857. "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
  4858. "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
  4859. },
  4860. "node_modules/babel-preset-current-node-syntax": {
  4861. "version": "1.0.1",
  4862. "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
  4863. "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
  4864. "dependencies": {
  4865. "@babel/plugin-syntax-async-generators": "^7.8.4",
  4866. "@babel/plugin-syntax-bigint": "^7.8.3",
  4867. "@babel/plugin-syntax-class-properties": "^7.8.3",
  4868. "@babel/plugin-syntax-import-meta": "^7.8.3",
  4869. "@babel/plugin-syntax-json-strings": "^7.8.3",
  4870. "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
  4871. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  4872. "@babel/plugin-syntax-numeric-separator": "^7.8.3",
  4873. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  4874. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  4875. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  4876. "@babel/plugin-syntax-top-level-await": "^7.8.3"
  4877. },
  4878. "peerDependencies": {
  4879. "@babel/core": "^7.0.0"
  4880. }
  4881. },
  4882. "node_modules/babel-preset-jest": {
  4883. "version": "27.5.1",
  4884. "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz",
  4885. "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==",
  4886. "dependencies": {
  4887. "babel-plugin-jest-hoist": "^27.5.1",
  4888. "babel-preset-current-node-syntax": "^1.0.0"
  4889. },
  4890. "engines": {
  4891. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  4892. },
  4893. "peerDependencies": {
  4894. "@babel/core": "^7.0.0"
  4895. }
  4896. },
  4897. "node_modules/babel-preset-react-app": {
  4898. "version": "10.0.1",
  4899. "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz",
  4900. "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==",
  4901. "dependencies": {
  4902. "@babel/core": "^7.16.0",
  4903. "@babel/plugin-proposal-class-properties": "^7.16.0",
  4904. "@babel/plugin-proposal-decorators": "^7.16.4",
  4905. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
  4906. "@babel/plugin-proposal-numeric-separator": "^7.16.0",
  4907. "@babel/plugin-proposal-optional-chaining": "^7.16.0",
  4908. "@babel/plugin-proposal-private-methods": "^7.16.0",
  4909. "@babel/plugin-transform-flow-strip-types": "^7.16.0",
  4910. "@babel/plugin-transform-react-display-name": "^7.16.0",
  4911. "@babel/plugin-transform-runtime": "^7.16.4",
  4912. "@babel/preset-env": "^7.16.4",
  4913. "@babel/preset-react": "^7.16.0",
  4914. "@babel/preset-typescript": "^7.16.0",
  4915. "@babel/runtime": "^7.16.3",
  4916. "babel-plugin-macros": "^3.1.0",
  4917. "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
  4918. }
  4919. },
  4920. "node_modules/balanced-match": {
  4921. "version": "1.0.2",
  4922. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  4923. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  4924. },
  4925. "node_modules/base64-js": {
  4926. "version": "1.5.1",
  4927. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  4928. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  4929. "dev": true,
  4930. "funding": [
  4931. {
  4932. "type": "github",
  4933. "url": "https://github.com/sponsors/feross"
  4934. },
  4935. {
  4936. "type": "patreon",
  4937. "url": "https://www.patreon.com/feross"
  4938. },
  4939. {
  4940. "type": "consulting",
  4941. "url": "https://feross.org/support"
  4942. }
  4943. ]
  4944. },
  4945. "node_modules/batch": {
  4946. "version": "0.6.1",
  4947. "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
  4948. "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY="
  4949. },
  4950. "node_modules/bcrypt-pbkdf": {
  4951. "version": "1.0.2",
  4952. "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
  4953. "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
  4954. "dependencies": {
  4955. "tweetnacl": "^0.14.3"
  4956. }
  4957. },
  4958. "node_modules/bfj": {
  4959. "version": "7.0.2",
  4960. "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz",
  4961. "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==",
  4962. "dependencies": {
  4963. "bluebird": "^3.5.5",
  4964. "check-types": "^11.1.1",
  4965. "hoopy": "^0.1.4",
  4966. "tryer": "^1.0.1"
  4967. },
  4968. "engines": {
  4969. "node": ">= 8.0.0"
  4970. }
  4971. },
  4972. "node_modules/big-integer": {
  4973. "version": "1.6.51",
  4974. "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz",
  4975. "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==",
  4976. "dev": true,
  4977. "engines": {
  4978. "node": ">=0.6"
  4979. }
  4980. },
  4981. "node_modules/big.js": {
  4982. "version": "5.2.2",
  4983. "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
  4984. "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
  4985. "engines": {
  4986. "node": "*"
  4987. }
  4988. },
  4989. "node_modules/binary-extensions": {
  4990. "version": "2.2.0",
  4991. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
  4992. "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
  4993. "engines": {
  4994. "node": ">=8"
  4995. }
  4996. },
  4997. "node_modules/bluebird": {
  4998. "version": "3.7.2",
  4999. "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
  5000. "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
  5001. },
  5002. "node_modules/body-parser": {
  5003. "version": "1.19.2",
  5004. "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.2.tgz",
  5005. "integrity": "sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==",
  5006. "dependencies": {
  5007. "bytes": "3.1.2",
  5008. "content-type": "~1.0.4",
  5009. "debug": "2.6.9",
  5010. "depd": "~1.1.2",
  5011. "http-errors": "1.8.1",
  5012. "iconv-lite": "0.4.24",
  5013. "on-finished": "~2.3.0",
  5014. "qs": "6.9.7",
  5015. "raw-body": "2.4.3",
  5016. "type-is": "~1.6.18"
  5017. },
  5018. "engines": {
  5019. "node": ">= 0.8"
  5020. }
  5021. },
  5022. "node_modules/body-parser/node_modules/bytes": {
  5023. "version": "3.1.2",
  5024. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  5025. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  5026. "engines": {
  5027. "node": ">= 0.8"
  5028. }
  5029. },
  5030. "node_modules/body-parser/node_modules/debug": {
  5031. "version": "2.6.9",
  5032. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5033. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5034. "dependencies": {
  5035. "ms": "2.0.0"
  5036. }
  5037. },
  5038. "node_modules/body-parser/node_modules/iconv-lite": {
  5039. "version": "0.4.24",
  5040. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  5041. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  5042. "dependencies": {
  5043. "safer-buffer": ">= 2.1.2 < 3"
  5044. },
  5045. "engines": {
  5046. "node": ">=0.10.0"
  5047. }
  5048. },
  5049. "node_modules/body-parser/node_modules/ms": {
  5050. "version": "2.0.0",
  5051. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5052. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  5053. },
  5054. "node_modules/bonjour-service": {
  5055. "version": "1.0.11",
  5056. "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.0.11.tgz",
  5057. "integrity": "sha512-drMprzr2rDTCtgEE3VgdA9uUFaUHF+jXduwYSThHJnKMYM+FhI9Z3ph+TX3xy0LtgYHae6CHYPJ/2UnK8nQHcA==",
  5058. "dependencies": {
  5059. "array-flatten": "^2.1.2",
  5060. "dns-equal": "^1.0.0",
  5061. "fast-deep-equal": "^3.1.3",
  5062. "multicast-dns": "^7.2.4"
  5063. }
  5064. },
  5065. "node_modules/boolbase": {
  5066. "version": "1.0.0",
  5067. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  5068. "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24="
  5069. },
  5070. "node_modules/bplist-parser": {
  5071. "version": "0.3.1",
  5072. "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.1.tgz",
  5073. "integrity": "sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==",
  5074. "dev": true,
  5075. "dependencies": {
  5076. "big-integer": "1.6.x"
  5077. },
  5078. "engines": {
  5079. "node": ">= 5.10.0"
  5080. }
  5081. },
  5082. "node_modules/brace-expansion": {
  5083. "version": "1.1.11",
  5084. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  5085. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  5086. "dependencies": {
  5087. "balanced-match": "^1.0.0",
  5088. "concat-map": "0.0.1"
  5089. }
  5090. },
  5091. "node_modules/braces": {
  5092. "version": "3.0.2",
  5093. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  5094. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  5095. "dependencies": {
  5096. "fill-range": "^7.0.1"
  5097. },
  5098. "engines": {
  5099. "node": ">=8"
  5100. }
  5101. },
  5102. "node_modules/browser-process-hrtime": {
  5103. "version": "1.0.0",
  5104. "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
  5105. "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
  5106. },
  5107. "node_modules/browserslist": {
  5108. "version": "4.20.2",
  5109. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.2.tgz",
  5110. "integrity": "sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==",
  5111. "funding": [
  5112. {
  5113. "type": "opencollective",
  5114. "url": "https://opencollective.com/browserslist"
  5115. },
  5116. {
  5117. "type": "tidelift",
  5118. "url": "https://tidelift.com/funding/github/npm/browserslist"
  5119. }
  5120. ],
  5121. "dependencies": {
  5122. "caniuse-lite": "^1.0.30001317",
  5123. "electron-to-chromium": "^1.4.84",
  5124. "escalade": "^3.1.1",
  5125. "node-releases": "^2.0.2",
  5126. "picocolors": "^1.0.0"
  5127. },
  5128. "bin": {
  5129. "browserslist": "cli.js"
  5130. },
  5131. "engines": {
  5132. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  5133. }
  5134. },
  5135. "node_modules/bser": {
  5136. "version": "2.1.1",
  5137. "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
  5138. "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
  5139. "dependencies": {
  5140. "node-int64": "^0.4.0"
  5141. }
  5142. },
  5143. "node_modules/buffer-crc32": {
  5144. "version": "0.2.13",
  5145. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
  5146. "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=",
  5147. "dev": true,
  5148. "engines": {
  5149. "node": "*"
  5150. }
  5151. },
  5152. "node_modules/buffer-from": {
  5153. "version": "1.1.2",
  5154. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  5155. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  5156. },
  5157. "node_modules/builtin-modules": {
  5158. "version": "3.2.0",
  5159. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.2.0.tgz",
  5160. "integrity": "sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==",
  5161. "engines": {
  5162. "node": ">=6"
  5163. },
  5164. "funding": {
  5165. "url": "https://github.com/sponsors/sindresorhus"
  5166. }
  5167. },
  5168. "node_modules/bytes": {
  5169. "version": "3.0.0",
  5170. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
  5171. "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
  5172. "engines": {
  5173. "node": ">= 0.8"
  5174. }
  5175. },
  5176. "node_modules/cacache": {
  5177. "version": "15.3.0",
  5178. "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz",
  5179. "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==",
  5180. "dependencies": {
  5181. "@npmcli/fs": "^1.0.0",
  5182. "@npmcli/move-file": "^1.0.1",
  5183. "chownr": "^2.0.0",
  5184. "fs-minipass": "^2.0.0",
  5185. "glob": "^7.1.4",
  5186. "infer-owner": "^1.0.4",
  5187. "lru-cache": "^6.0.0",
  5188. "minipass": "^3.1.1",
  5189. "minipass-collect": "^1.0.2",
  5190. "minipass-flush": "^1.0.5",
  5191. "minipass-pipeline": "^1.2.2",
  5192. "mkdirp": "^1.0.3",
  5193. "p-map": "^4.0.0",
  5194. "promise-inflight": "^1.0.1",
  5195. "rimraf": "^3.0.2",
  5196. "ssri": "^8.0.1",
  5197. "tar": "^6.0.2",
  5198. "unique-filename": "^1.1.1"
  5199. },
  5200. "engines": {
  5201. "node": ">= 10"
  5202. }
  5203. },
  5204. "node_modules/cacache/node_modules/mkdirp": {
  5205. "version": "1.0.4",
  5206. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  5207. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
  5208. "bin": {
  5209. "mkdirp": "bin/cmd.js"
  5210. },
  5211. "engines": {
  5212. "node": ">=10"
  5213. }
  5214. },
  5215. "node_modules/call-bind": {
  5216. "version": "1.0.2",
  5217. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  5218. "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  5219. "dependencies": {
  5220. "function-bind": "^1.1.1",
  5221. "get-intrinsic": "^1.0.2"
  5222. },
  5223. "funding": {
  5224. "url": "https://github.com/sponsors/ljharb"
  5225. }
  5226. },
  5227. "node_modules/callsites": {
  5228. "version": "3.1.0",
  5229. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  5230. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  5231. "engines": {
  5232. "node": ">=6"
  5233. }
  5234. },
  5235. "node_modules/camel-case": {
  5236. "version": "4.1.2",
  5237. "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
  5238. "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
  5239. "dependencies": {
  5240. "pascal-case": "^3.1.2",
  5241. "tslib": "^2.0.3"
  5242. }
  5243. },
  5244. "node_modules/camelcase": {
  5245. "version": "6.3.0",
  5246. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  5247. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  5248. "engines": {
  5249. "node": ">=10"
  5250. },
  5251. "funding": {
  5252. "url": "https://github.com/sponsors/sindresorhus"
  5253. }
  5254. },
  5255. "node_modules/camelcase-css": {
  5256. "version": "2.0.1",
  5257. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  5258. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  5259. "engines": {
  5260. "node": ">= 6"
  5261. }
  5262. },
  5263. "node_modules/camelcase-keys": {
  5264. "version": "6.2.2",
  5265. "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz",
  5266. "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==",
  5267. "dependencies": {
  5268. "camelcase": "^5.3.1",
  5269. "map-obj": "^4.0.0",
  5270. "quick-lru": "^4.0.1"
  5271. },
  5272. "engines": {
  5273. "node": ">=8"
  5274. },
  5275. "funding": {
  5276. "url": "https://github.com/sponsors/sindresorhus"
  5277. }
  5278. },
  5279. "node_modules/camelcase-keys/node_modules/camelcase": {
  5280. "version": "5.3.1",
  5281. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  5282. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  5283. "engines": {
  5284. "node": ">=6"
  5285. }
  5286. },
  5287. "node_modules/camelcase-keys/node_modules/quick-lru": {
  5288. "version": "4.0.1",
  5289. "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz",
  5290. "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==",
  5291. "engines": {
  5292. "node": ">=8"
  5293. }
  5294. },
  5295. "node_modules/caniuse-api": {
  5296. "version": "3.0.0",
  5297. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  5298. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  5299. "dependencies": {
  5300. "browserslist": "^4.0.0",
  5301. "caniuse-lite": "^1.0.0",
  5302. "lodash.memoize": "^4.1.2",
  5303. "lodash.uniq": "^4.5.0"
  5304. }
  5305. },
  5306. "node_modules/caniuse-lite": {
  5307. "version": "1.0.30001332",
  5308. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001332.tgz",
  5309. "integrity": "sha512-10T30NYOEQtN6C11YGg411yebhvpnC6Z102+B95eAsN0oB6KUs01ivE8u+G6FMIRtIrVlYXhL+LUwQ3/hXwDWw==",
  5310. "funding": [
  5311. {
  5312. "type": "opencollective",
  5313. "url": "https://opencollective.com/browserslist"
  5314. },
  5315. {
  5316. "type": "tidelift",
  5317. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  5318. }
  5319. ]
  5320. },
  5321. "node_modules/case-sensitive-paths-webpack-plugin": {
  5322. "version": "2.4.0",
  5323. "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
  5324. "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==",
  5325. "engines": {
  5326. "node": ">=4"
  5327. }
  5328. },
  5329. "node_modules/caseless": {
  5330. "version": "0.12.0",
  5331. "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
  5332. "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
  5333. },
  5334. "node_modules/chalk": {
  5335. "version": "4.1.2",
  5336. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  5337. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  5338. "dependencies": {
  5339. "ansi-styles": "^4.1.0",
  5340. "supports-color": "^7.1.0"
  5341. },
  5342. "engines": {
  5343. "node": ">=10"
  5344. },
  5345. "funding": {
  5346. "url": "https://github.com/chalk/chalk?sponsor=1"
  5347. }
  5348. },
  5349. "node_modules/char-regex": {
  5350. "version": "1.0.2",
  5351. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  5352. "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
  5353. "engines": {
  5354. "node": ">=10"
  5355. }
  5356. },
  5357. "node_modules/charcodes": {
  5358. "version": "0.2.0",
  5359. "resolved": "https://registry.npmjs.org/charcodes/-/charcodes-0.2.0.tgz",
  5360. "integrity": "sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ==",
  5361. "engines": {
  5362. "node": ">=6"
  5363. }
  5364. },
  5365. "node_modules/check-types": {
  5366. "version": "11.1.2",
  5367. "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz",
  5368. "integrity": "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ=="
  5369. },
  5370. "node_modules/chokidar": {
  5371. "version": "3.5.3",
  5372. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
  5373. "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
  5374. "funding": [
  5375. {
  5376. "type": "individual",
  5377. "url": "https://paulmillr.com/funding/"
  5378. }
  5379. ],
  5380. "dependencies": {
  5381. "anymatch": "~3.1.2",
  5382. "braces": "~3.0.2",
  5383. "glob-parent": "~5.1.2",
  5384. "is-binary-path": "~2.1.0",
  5385. "is-glob": "~4.0.1",
  5386. "normalize-path": "~3.0.0",
  5387. "readdirp": "~3.6.0"
  5388. },
  5389. "engines": {
  5390. "node": ">= 8.10.0"
  5391. },
  5392. "optionalDependencies": {
  5393. "fsevents": "~2.3.2"
  5394. }
  5395. },
  5396. "node_modules/chokidar/node_modules/glob-parent": {
  5397. "version": "5.1.2",
  5398. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  5399. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5400. "dependencies": {
  5401. "is-glob": "^4.0.1"
  5402. },
  5403. "engines": {
  5404. "node": ">= 6"
  5405. }
  5406. },
  5407. "node_modules/chownr": {
  5408. "version": "2.0.0",
  5409. "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
  5410. "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
  5411. "engines": {
  5412. "node": ">=10"
  5413. }
  5414. },
  5415. "node_modules/chrome-trace-event": {
  5416. "version": "1.0.3",
  5417. "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
  5418. "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
  5419. "engines": {
  5420. "node": ">=6.0"
  5421. }
  5422. },
  5423. "node_modules/ci-info": {
  5424. "version": "3.3.0",
  5425. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz",
  5426. "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw=="
  5427. },
  5428. "node_modules/cjs-module-lexer": {
  5429. "version": "1.2.2",
  5430. "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz",
  5431. "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA=="
  5432. },
  5433. "node_modules/clean-css": {
  5434. "version": "5.3.0",
  5435. "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.0.tgz",
  5436. "integrity": "sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==",
  5437. "dependencies": {
  5438. "source-map": "~0.6.0"
  5439. },
  5440. "engines": {
  5441. "node": ">= 10.0"
  5442. }
  5443. },
  5444. "node_modules/clean-stack": {
  5445. "version": "2.2.0",
  5446. "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
  5447. "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
  5448. "engines": {
  5449. "node": ">=6"
  5450. }
  5451. },
  5452. "node_modules/cliui": {
  5453. "version": "7.0.4",
  5454. "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
  5455. "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
  5456. "dependencies": {
  5457. "string-width": "^4.2.0",
  5458. "strip-ansi": "^6.0.0",
  5459. "wrap-ansi": "^7.0.0"
  5460. }
  5461. },
  5462. "node_modules/co": {
  5463. "version": "4.6.0",
  5464. "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  5465. "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
  5466. "engines": {
  5467. "iojs": ">= 1.0.0",
  5468. "node": ">= 0.12.0"
  5469. }
  5470. },
  5471. "node_modules/coa": {
  5472. "version": "2.0.2",
  5473. "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
  5474. "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
  5475. "dependencies": {
  5476. "@types/q": "^1.5.1",
  5477. "chalk": "^2.4.1",
  5478. "q": "^1.1.2"
  5479. },
  5480. "engines": {
  5481. "node": ">= 4.0"
  5482. }
  5483. },
  5484. "node_modules/coa/node_modules/ansi-styles": {
  5485. "version": "3.2.1",
  5486. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  5487. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  5488. "dependencies": {
  5489. "color-convert": "^1.9.0"
  5490. },
  5491. "engines": {
  5492. "node": ">=4"
  5493. }
  5494. },
  5495. "node_modules/coa/node_modules/chalk": {
  5496. "version": "2.4.2",
  5497. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  5498. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  5499. "dependencies": {
  5500. "ansi-styles": "^3.2.1",
  5501. "escape-string-regexp": "^1.0.5",
  5502. "supports-color": "^5.3.0"
  5503. },
  5504. "engines": {
  5505. "node": ">=4"
  5506. }
  5507. },
  5508. "node_modules/coa/node_modules/color-convert": {
  5509. "version": "1.9.3",
  5510. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  5511. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  5512. "dependencies": {
  5513. "color-name": "1.1.3"
  5514. }
  5515. },
  5516. "node_modules/coa/node_modules/color-name": {
  5517. "version": "1.1.3",
  5518. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  5519. "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
  5520. },
  5521. "node_modules/coa/node_modules/escape-string-regexp": {
  5522. "version": "1.0.5",
  5523. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  5524. "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
  5525. "engines": {
  5526. "node": ">=0.8.0"
  5527. }
  5528. },
  5529. "node_modules/coa/node_modules/has-flag": {
  5530. "version": "3.0.0",
  5531. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  5532. "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
  5533. "engines": {
  5534. "node": ">=4"
  5535. }
  5536. },
  5537. "node_modules/coa/node_modules/supports-color": {
  5538. "version": "5.5.0",
  5539. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  5540. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  5541. "dependencies": {
  5542. "has-flag": "^3.0.0"
  5543. },
  5544. "engines": {
  5545. "node": ">=4"
  5546. }
  5547. },
  5548. "node_modules/collect-v8-coverage": {
  5549. "version": "1.0.1",
  5550. "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
  5551. "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="
  5552. },
  5553. "node_modules/color-convert": {
  5554. "version": "2.0.1",
  5555. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  5556. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  5557. "dependencies": {
  5558. "color-name": "~1.1.4"
  5559. },
  5560. "engines": {
  5561. "node": ">=7.0.0"
  5562. }
  5563. },
  5564. "node_modules/color-name": {
  5565. "version": "1.1.4",
  5566. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  5567. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  5568. },
  5569. "node_modules/color-support": {
  5570. "version": "1.1.3",
  5571. "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
  5572. "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
  5573. "bin": {
  5574. "color-support": "bin.js"
  5575. }
  5576. },
  5577. "node_modules/colord": {
  5578. "version": "2.9.2",
  5579. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.2.tgz",
  5580. "integrity": "sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ=="
  5581. },
  5582. "node_modules/colorette": {
  5583. "version": "2.0.16",
  5584. "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz",
  5585. "integrity": "sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g=="
  5586. },
  5587. "node_modules/combined-stream": {
  5588. "version": "1.0.8",
  5589. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  5590. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  5591. "dependencies": {
  5592. "delayed-stream": "~1.0.0"
  5593. },
  5594. "engines": {
  5595. "node": ">= 0.8"
  5596. }
  5597. },
  5598. "node_modules/commander": {
  5599. "version": "8.3.0",
  5600. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  5601. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  5602. "engines": {
  5603. "node": ">= 12"
  5604. }
  5605. },
  5606. "node_modules/common-path-prefix": {
  5607. "version": "3.0.0",
  5608. "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
  5609. "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w=="
  5610. },
  5611. "node_modules/common-tags": {
  5612. "version": "1.8.2",
  5613. "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
  5614. "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
  5615. "engines": {
  5616. "node": ">=4.0.0"
  5617. }
  5618. },
  5619. "node_modules/commondir": {
  5620. "version": "1.0.1",
  5621. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  5622. "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
  5623. },
  5624. "node_modules/compressible": {
  5625. "version": "2.0.18",
  5626. "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
  5627. "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
  5628. "dependencies": {
  5629. "mime-db": ">= 1.43.0 < 2"
  5630. },
  5631. "engines": {
  5632. "node": ">= 0.6"
  5633. }
  5634. },
  5635. "node_modules/compression": {
  5636. "version": "1.7.4",
  5637. "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
  5638. "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
  5639. "dependencies": {
  5640. "accepts": "~1.3.5",
  5641. "bytes": "3.0.0",
  5642. "compressible": "~2.0.16",
  5643. "debug": "2.6.9",
  5644. "on-headers": "~1.0.2",
  5645. "safe-buffer": "5.1.2",
  5646. "vary": "~1.1.2"
  5647. },
  5648. "engines": {
  5649. "node": ">= 0.8.0"
  5650. }
  5651. },
  5652. "node_modules/compression/node_modules/debug": {
  5653. "version": "2.6.9",
  5654. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5655. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5656. "dependencies": {
  5657. "ms": "2.0.0"
  5658. }
  5659. },
  5660. "node_modules/compression/node_modules/ms": {
  5661. "version": "2.0.0",
  5662. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5663. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  5664. },
  5665. "node_modules/concat-map": {
  5666. "version": "0.0.1",
  5667. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  5668. "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
  5669. },
  5670. "node_modules/confusing-browser-globals": {
  5671. "version": "1.0.11",
  5672. "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
  5673. "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA=="
  5674. },
  5675. "node_modules/connect-history-api-fallback": {
  5676. "version": "1.6.0",
  5677. "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
  5678. "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==",
  5679. "engines": {
  5680. "node": ">=0.8"
  5681. }
  5682. },
  5683. "node_modules/console-control-strings": {
  5684. "version": "1.1.0",
  5685. "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
  5686. "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
  5687. },
  5688. "node_modules/content-disposition": {
  5689. "version": "0.5.4",
  5690. "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
  5691. "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
  5692. "dependencies": {
  5693. "safe-buffer": "5.2.1"
  5694. },
  5695. "engines": {
  5696. "node": ">= 0.6"
  5697. }
  5698. },
  5699. "node_modules/content-disposition/node_modules/safe-buffer": {
  5700. "version": "5.2.1",
  5701. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  5702. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  5703. "funding": [
  5704. {
  5705. "type": "github",
  5706. "url": "https://github.com/sponsors/feross"
  5707. },
  5708. {
  5709. "type": "patreon",
  5710. "url": "https://www.patreon.com/feross"
  5711. },
  5712. {
  5713. "type": "consulting",
  5714. "url": "https://feross.org/support"
  5715. }
  5716. ]
  5717. },
  5718. "node_modules/content-type": {
  5719. "version": "1.0.4",
  5720. "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
  5721. "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
  5722. "engines": {
  5723. "node": ">= 0.6"
  5724. }
  5725. },
  5726. "node_modules/convert-source-map": {
  5727. "version": "1.8.0",
  5728. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
  5729. "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
  5730. "dependencies": {
  5731. "safe-buffer": "~5.1.1"
  5732. }
  5733. },
  5734. "node_modules/cookie": {
  5735. "version": "0.4.2",
  5736. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz",
  5737. "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==",
  5738. "engines": {
  5739. "node": ">= 0.6"
  5740. }
  5741. },
  5742. "node_modules/cookie-signature": {
  5743. "version": "1.0.6",
  5744. "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
  5745. "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
  5746. },
  5747. "node_modules/core-js": {
  5748. "version": "3.22.0",
  5749. "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.0.tgz",
  5750. "integrity": "sha512-8h9jBweRjMiY+ORO7bdWSeWfHhLPO7whobj7Z2Bl0IDo00C228EdGgH7FE4jGumbEjzcFfkfW8bXgdkEDhnwHQ==",
  5751. "hasInstallScript": true,
  5752. "funding": {
  5753. "type": "opencollective",
  5754. "url": "https://opencollective.com/core-js"
  5755. }
  5756. },
  5757. "node_modules/core-js-compat": {
  5758. "version": "3.22.0",
  5759. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.22.0.tgz",
  5760. "integrity": "sha512-WwA7xbfRGrk8BGaaHlakauVXrlYmAIkk8PNGb1FDQS+Rbrewc3pgFfwJFRw6psmJVAll7Px9UHRYE16oRQnwAQ==",
  5761. "dependencies": {
  5762. "browserslist": "^4.20.2",
  5763. "semver": "7.0.0"
  5764. },
  5765. "funding": {
  5766. "type": "opencollective",
  5767. "url": "https://opencollective.com/core-js"
  5768. }
  5769. },
  5770. "node_modules/core-js-compat/node_modules/semver": {
  5771. "version": "7.0.0",
  5772. "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
  5773. "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
  5774. "bin": {
  5775. "semver": "bin/semver.js"
  5776. }
  5777. },
  5778. "node_modules/core-js-pure": {
  5779. "version": "3.22.0",
  5780. "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.22.0.tgz",
  5781. "integrity": "sha512-ylOC9nVy0ak1N+fPIZj00umoZHgUVqmucklP5RT5N+vJof38klKn8Ze6KGyvchdClvEBr6LcQqJpI216LUMqYA==",
  5782. "hasInstallScript": true,
  5783. "funding": {
  5784. "type": "opencollective",
  5785. "url": "https://opencollective.com/core-js"
  5786. }
  5787. },
  5788. "node_modules/core-util-is": {
  5789. "version": "1.0.3",
  5790. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  5791. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  5792. },
  5793. "node_modules/cosmiconfig": {
  5794. "version": "7.0.1",
  5795. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz",
  5796. "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==",
  5797. "dependencies": {
  5798. "@types/parse-json": "^4.0.0",
  5799. "import-fresh": "^3.2.1",
  5800. "parse-json": "^5.0.0",
  5801. "path-type": "^4.0.0",
  5802. "yaml": "^1.10.0"
  5803. },
  5804. "engines": {
  5805. "node": ">=10"
  5806. }
  5807. },
  5808. "node_modules/cross-spawn": {
  5809. "version": "7.0.3",
  5810. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  5811. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  5812. "dependencies": {
  5813. "path-key": "^3.1.0",
  5814. "shebang-command": "^2.0.0",
  5815. "which": "^2.0.1"
  5816. },
  5817. "engines": {
  5818. "node": ">= 8"
  5819. }
  5820. },
  5821. "node_modules/crypto-random-string": {
  5822. "version": "2.0.0",
  5823. "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
  5824. "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
  5825. "engines": {
  5826. "node": ">=8"
  5827. }
  5828. },
  5829. "node_modules/css": {
  5830. "version": "3.0.0",
  5831. "resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz",
  5832. "integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==",
  5833. "dependencies": {
  5834. "inherits": "^2.0.4",
  5835. "source-map": "^0.6.1",
  5836. "source-map-resolve": "^0.6.0"
  5837. }
  5838. },
  5839. "node_modules/css-blank-pseudo": {
  5840. "version": "3.0.3",
  5841. "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz",
  5842. "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==",
  5843. "dependencies": {
  5844. "postcss-selector-parser": "^6.0.9"
  5845. },
  5846. "bin": {
  5847. "css-blank-pseudo": "dist/cli.cjs"
  5848. },
  5849. "engines": {
  5850. "node": "^12 || ^14 || >=16"
  5851. },
  5852. "peerDependencies": {
  5853. "postcss": "^8.4"
  5854. }
  5855. },
  5856. "node_modules/css-declaration-sorter": {
  5857. "version": "6.2.2",
  5858. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.2.2.tgz",
  5859. "integrity": "sha512-Ufadglr88ZLsrvS11gjeu/40Lw74D9Am/Jpr3LlYm5Q4ZP5KdlUhG+6u2EjyXeZcxmZ2h1ebCKngDjolpeLHpg==",
  5860. "engines": {
  5861. "node": "^10 || ^12 || >=14"
  5862. },
  5863. "peerDependencies": {
  5864. "postcss": "^8.0.9"
  5865. }
  5866. },
  5867. "node_modules/css-has-pseudo": {
  5868. "version": "3.0.4",
  5869. "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz",
  5870. "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==",
  5871. "dependencies": {
  5872. "postcss-selector-parser": "^6.0.9"
  5873. },
  5874. "bin": {
  5875. "css-has-pseudo": "dist/cli.cjs"
  5876. },
  5877. "engines": {
  5878. "node": "^12 || ^14 || >=16"
  5879. },
  5880. "peerDependencies": {
  5881. "postcss": "^8.4"
  5882. }
  5883. },
  5884. "node_modules/css-loader": {
  5885. "version": "6.7.1",
  5886. "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.1.tgz",
  5887. "integrity": "sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==",
  5888. "dependencies": {
  5889. "icss-utils": "^5.1.0",
  5890. "postcss": "^8.4.7",
  5891. "postcss-modules-extract-imports": "^3.0.0",
  5892. "postcss-modules-local-by-default": "^4.0.0",
  5893. "postcss-modules-scope": "^3.0.0",
  5894. "postcss-modules-values": "^4.0.0",
  5895. "postcss-value-parser": "^4.2.0",
  5896. "semver": "^7.3.5"
  5897. },
  5898. "engines": {
  5899. "node": ">= 12.13.0"
  5900. },
  5901. "funding": {
  5902. "type": "opencollective",
  5903. "url": "https://opencollective.com/webpack"
  5904. },
  5905. "peerDependencies": {
  5906. "webpack": "^5.0.0"
  5907. }
  5908. },
  5909. "node_modules/css-minimizer-webpack-plugin": {
  5910. "version": "3.4.1",
  5911. "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz",
  5912. "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==",
  5913. "dependencies": {
  5914. "cssnano": "^5.0.6",
  5915. "jest-worker": "^27.0.2",
  5916. "postcss": "^8.3.5",
  5917. "schema-utils": "^4.0.0",
  5918. "serialize-javascript": "^6.0.0",
  5919. "source-map": "^0.6.1"
  5920. },
  5921. "engines": {
  5922. "node": ">= 12.13.0"
  5923. },
  5924. "funding": {
  5925. "type": "opencollective",
  5926. "url": "https://opencollective.com/webpack"
  5927. },
  5928. "peerDependencies": {
  5929. "webpack": "^5.0.0"
  5930. },
  5931. "peerDependenciesMeta": {
  5932. "@parcel/css": {
  5933. "optional": true
  5934. },
  5935. "clean-css": {
  5936. "optional": true
  5937. },
  5938. "csso": {
  5939. "optional": true
  5940. },
  5941. "esbuild": {
  5942. "optional": true
  5943. }
  5944. }
  5945. },
  5946. "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": {
  5947. "version": "8.11.0",
  5948. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  5949. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  5950. "dependencies": {
  5951. "fast-deep-equal": "^3.1.1",
  5952. "json-schema-traverse": "^1.0.0",
  5953. "require-from-string": "^2.0.2",
  5954. "uri-js": "^4.2.2"
  5955. },
  5956. "funding": {
  5957. "type": "github",
  5958. "url": "https://github.com/sponsors/epoberezkin"
  5959. }
  5960. },
  5961. "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": {
  5962. "version": "5.1.0",
  5963. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  5964. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  5965. "dependencies": {
  5966. "fast-deep-equal": "^3.1.3"
  5967. },
  5968. "peerDependencies": {
  5969. "ajv": "^8.8.2"
  5970. }
  5971. },
  5972. "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": {
  5973. "version": "1.0.0",
  5974. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  5975. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  5976. },
  5977. "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": {
  5978. "version": "4.0.0",
  5979. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  5980. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  5981. "dependencies": {
  5982. "@types/json-schema": "^7.0.9",
  5983. "ajv": "^8.8.0",
  5984. "ajv-formats": "^2.1.1",
  5985. "ajv-keywords": "^5.0.0"
  5986. },
  5987. "engines": {
  5988. "node": ">= 12.13.0"
  5989. },
  5990. "funding": {
  5991. "type": "opencollective",
  5992. "url": "https://opencollective.com/webpack"
  5993. }
  5994. },
  5995. "node_modules/css-prefers-color-scheme": {
  5996. "version": "6.0.3",
  5997. "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz",
  5998. "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==",
  5999. "bin": {
  6000. "css-prefers-color-scheme": "dist/cli.cjs"
  6001. },
  6002. "engines": {
  6003. "node": "^12 || ^14 || >=16"
  6004. },
  6005. "peerDependencies": {
  6006. "postcss": "^8.4"
  6007. }
  6008. },
  6009. "node_modules/css-select": {
  6010. "version": "4.3.0",
  6011. "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz",
  6012. "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
  6013. "dependencies": {
  6014. "boolbase": "^1.0.0",
  6015. "css-what": "^6.0.1",
  6016. "domhandler": "^4.3.1",
  6017. "domutils": "^2.8.0",
  6018. "nth-check": "^2.0.1"
  6019. },
  6020. "funding": {
  6021. "url": "https://github.com/sponsors/fb55"
  6022. }
  6023. },
  6024. "node_modules/css-select-base-adapter": {
  6025. "version": "0.1.1",
  6026. "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
  6027. "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
  6028. },
  6029. "node_modules/css-tree": {
  6030. "version": "1.0.0-alpha.37",
  6031. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
  6032. "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
  6033. "dependencies": {
  6034. "mdn-data": "2.0.4",
  6035. "source-map": "^0.6.1"
  6036. },
  6037. "engines": {
  6038. "node": ">=8.0.0"
  6039. }
  6040. },
  6041. "node_modules/css-what": {
  6042. "version": "6.1.0",
  6043. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
  6044. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
  6045. "engines": {
  6046. "node": ">= 6"
  6047. },
  6048. "funding": {
  6049. "url": "https://github.com/sponsors/fb55"
  6050. }
  6051. },
  6052. "node_modules/css.escape": {
  6053. "version": "1.5.1",
  6054. "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
  6055. "integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s="
  6056. },
  6057. "node_modules/cssdb": {
  6058. "version": "6.5.0",
  6059. "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-6.5.0.tgz",
  6060. "integrity": "sha512-Rh7AAopF2ckPXe/VBcoUS9JrCZNSyc60+KpgE6X25vpVxA32TmiqvExjkfhwP4wGSb6Xe8Z/JIyGqwgx/zZYFA=="
  6061. },
  6062. "node_modules/cssesc": {
  6063. "version": "3.0.0",
  6064. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  6065. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  6066. "bin": {
  6067. "cssesc": "bin/cssesc"
  6068. },
  6069. "engines": {
  6070. "node": ">=4"
  6071. }
  6072. },
  6073. "node_modules/cssnano": {
  6074. "version": "5.1.7",
  6075. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.7.tgz",
  6076. "integrity": "sha512-pVsUV6LcTXif7lvKKW9ZrmX+rGRzxkEdJuVJcp5ftUjWITgwam5LMZOgaTvUrWPkcORBey6he7JKb4XAJvrpKg==",
  6077. "dependencies": {
  6078. "cssnano-preset-default": "^5.2.7",
  6079. "lilconfig": "^2.0.3",
  6080. "yaml": "^1.10.2"
  6081. },
  6082. "engines": {
  6083. "node": "^10 || ^12 || >=14.0"
  6084. },
  6085. "funding": {
  6086. "type": "opencollective",
  6087. "url": "https://opencollective.com/cssnano"
  6088. },
  6089. "peerDependencies": {
  6090. "postcss": "^8.2.15"
  6091. }
  6092. },
  6093. "node_modules/cssnano-preset-default": {
  6094. "version": "5.2.7",
  6095. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.7.tgz",
  6096. "integrity": "sha512-JiKP38ymZQK+zVKevphPzNSGHSlTI+AOwlasoSRtSVMUU285O7/6uZyd5NbW92ZHp41m0sSHe6JoZosakj63uA==",
  6097. "dependencies": {
  6098. "css-declaration-sorter": "^6.2.2",
  6099. "cssnano-utils": "^3.1.0",
  6100. "postcss-calc": "^8.2.3",
  6101. "postcss-colormin": "^5.3.0",
  6102. "postcss-convert-values": "^5.1.0",
  6103. "postcss-discard-comments": "^5.1.1",
  6104. "postcss-discard-duplicates": "^5.1.0",
  6105. "postcss-discard-empty": "^5.1.1",
  6106. "postcss-discard-overridden": "^5.1.0",
  6107. "postcss-merge-longhand": "^5.1.4",
  6108. "postcss-merge-rules": "^5.1.1",
  6109. "postcss-minify-font-values": "^5.1.0",
  6110. "postcss-minify-gradients": "^5.1.1",
  6111. "postcss-minify-params": "^5.1.2",
  6112. "postcss-minify-selectors": "^5.2.0",
  6113. "postcss-normalize-charset": "^5.1.0",
  6114. "postcss-normalize-display-values": "^5.1.0",
  6115. "postcss-normalize-positions": "^5.1.0",
  6116. "postcss-normalize-repeat-style": "^5.1.0",
  6117. "postcss-normalize-string": "^5.1.0",
  6118. "postcss-normalize-timing-functions": "^5.1.0",
  6119. "postcss-normalize-unicode": "^5.1.0",
  6120. "postcss-normalize-url": "^5.1.0",
  6121. "postcss-normalize-whitespace": "^5.1.1",
  6122. "postcss-ordered-values": "^5.1.1",
  6123. "postcss-reduce-initial": "^5.1.0",
  6124. "postcss-reduce-transforms": "^5.1.0",
  6125. "postcss-svgo": "^5.1.0",
  6126. "postcss-unique-selectors": "^5.1.1"
  6127. },
  6128. "engines": {
  6129. "node": "^10 || ^12 || >=14.0"
  6130. },
  6131. "peerDependencies": {
  6132. "postcss": "^8.2.15"
  6133. }
  6134. },
  6135. "node_modules/cssnano-utils": {
  6136. "version": "3.1.0",
  6137. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
  6138. "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
  6139. "engines": {
  6140. "node": "^10 || ^12 || >=14.0"
  6141. },
  6142. "peerDependencies": {
  6143. "postcss": "^8.2.15"
  6144. }
  6145. },
  6146. "node_modules/csso": {
  6147. "version": "4.2.0",
  6148. "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
  6149. "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
  6150. "dependencies": {
  6151. "css-tree": "^1.1.2"
  6152. },
  6153. "engines": {
  6154. "node": ">=8.0.0"
  6155. }
  6156. },
  6157. "node_modules/csso/node_modules/css-tree": {
  6158. "version": "1.1.3",
  6159. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
  6160. "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
  6161. "dependencies": {
  6162. "mdn-data": "2.0.14",
  6163. "source-map": "^0.6.1"
  6164. },
  6165. "engines": {
  6166. "node": ">=8.0.0"
  6167. }
  6168. },
  6169. "node_modules/csso/node_modules/mdn-data": {
  6170. "version": "2.0.14",
  6171. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
  6172. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
  6173. },
  6174. "node_modules/cssom": {
  6175. "version": "0.4.4",
  6176. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
  6177. "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
  6178. },
  6179. "node_modules/cssstyle": {
  6180. "version": "2.3.0",
  6181. "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
  6182. "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
  6183. "dependencies": {
  6184. "cssom": "~0.3.6"
  6185. },
  6186. "engines": {
  6187. "node": ">=8"
  6188. }
  6189. },
  6190. "node_modules/cssstyle/node_modules/cssom": {
  6191. "version": "0.3.8",
  6192. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
  6193. "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
  6194. },
  6195. "node_modules/csstype": {
  6196. "version": "3.0.11",
  6197. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.11.tgz",
  6198. "integrity": "sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw=="
  6199. },
  6200. "node_modules/damerau-levenshtein": {
  6201. "version": "1.0.8",
  6202. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  6203. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="
  6204. },
  6205. "node_modules/dashdash": {
  6206. "version": "1.14.1",
  6207. "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
  6208. "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
  6209. "dependencies": {
  6210. "assert-plus": "^1.0.0"
  6211. },
  6212. "engines": {
  6213. "node": ">=0.10"
  6214. }
  6215. },
  6216. "node_modules/data-urls": {
  6217. "version": "2.0.0",
  6218. "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
  6219. "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
  6220. "dependencies": {
  6221. "abab": "^2.0.3",
  6222. "whatwg-mimetype": "^2.3.0",
  6223. "whatwg-url": "^8.0.0"
  6224. },
  6225. "engines": {
  6226. "node": ">=10"
  6227. }
  6228. },
  6229. "node_modules/date-fns": {
  6230. "version": "2.28.0",
  6231. "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.28.0.tgz",
  6232. "integrity": "sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==",
  6233. "engines": {
  6234. "node": ">=0.11"
  6235. },
  6236. "funding": {
  6237. "type": "opencollective",
  6238. "url": "https://opencollective.com/date-fns"
  6239. }
  6240. },
  6241. "node_modules/debug": {
  6242. "version": "4.3.4",
  6243. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  6244. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  6245. "dependencies": {
  6246. "ms": "2.1.2"
  6247. },
  6248. "engines": {
  6249. "node": ">=6.0"
  6250. },
  6251. "peerDependenciesMeta": {
  6252. "supports-color": {
  6253. "optional": true
  6254. }
  6255. }
  6256. },
  6257. "node_modules/decamelize": {
  6258. "version": "1.2.0",
  6259. "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
  6260. "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
  6261. "engines": {
  6262. "node": ">=0.10.0"
  6263. }
  6264. },
  6265. "node_modules/decamelize-keys": {
  6266. "version": "1.1.0",
  6267. "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz",
  6268. "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=",
  6269. "dependencies": {
  6270. "decamelize": "^1.1.0",
  6271. "map-obj": "^1.0.0"
  6272. },
  6273. "engines": {
  6274. "node": ">=0.10.0"
  6275. }
  6276. },
  6277. "node_modules/decamelize-keys/node_modules/map-obj": {
  6278. "version": "1.0.1",
  6279. "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
  6280. "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
  6281. "engines": {
  6282. "node": ">=0.10.0"
  6283. }
  6284. },
  6285. "node_modules/decimal.js": {
  6286. "version": "10.3.1",
  6287. "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
  6288. "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ=="
  6289. },
  6290. "node_modules/decode-uri-component": {
  6291. "version": "0.2.0",
  6292. "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
  6293. "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
  6294. "engines": {
  6295. "node": ">=0.10"
  6296. }
  6297. },
  6298. "node_modules/dedent": {
  6299. "version": "0.7.0",
  6300. "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
  6301. "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw="
  6302. },
  6303. "node_modules/deep-is": {
  6304. "version": "0.1.4",
  6305. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  6306. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
  6307. },
  6308. "node_modules/deepmerge": {
  6309. "version": "4.2.2",
  6310. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
  6311. "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==",
  6312. "engines": {
  6313. "node": ">=0.10.0"
  6314. }
  6315. },
  6316. "node_modules/default-gateway": {
  6317. "version": "6.0.3",
  6318. "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
  6319. "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
  6320. "dependencies": {
  6321. "execa": "^5.0.0"
  6322. },
  6323. "engines": {
  6324. "node": ">= 10"
  6325. }
  6326. },
  6327. "node_modules/define-lazy-prop": {
  6328. "version": "2.0.0",
  6329. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  6330. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  6331. "engines": {
  6332. "node": ">=8"
  6333. }
  6334. },
  6335. "node_modules/define-properties": {
  6336. "version": "1.1.4",
  6337. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz",
  6338. "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
  6339. "dependencies": {
  6340. "has-property-descriptors": "^1.0.0",
  6341. "object-keys": "^1.1.1"
  6342. },
  6343. "engines": {
  6344. "node": ">= 0.4"
  6345. },
  6346. "funding": {
  6347. "url": "https://github.com/sponsors/ljharb"
  6348. }
  6349. },
  6350. "node_modules/defined": {
  6351. "version": "1.0.0",
  6352. "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
  6353. "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM="
  6354. },
  6355. "node_modules/delayed-stream": {
  6356. "version": "1.0.0",
  6357. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  6358. "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
  6359. "engines": {
  6360. "node": ">=0.4.0"
  6361. }
  6362. },
  6363. "node_modules/delegates": {
  6364. "version": "1.0.0",
  6365. "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
  6366. "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o="
  6367. },
  6368. "node_modules/depd": {
  6369. "version": "1.1.2",
  6370. "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
  6371. "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
  6372. "engines": {
  6373. "node": ">= 0.6"
  6374. }
  6375. },
  6376. "node_modules/destroy": {
  6377. "version": "1.0.4",
  6378. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
  6379. "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
  6380. },
  6381. "node_modules/detect-newline": {
  6382. "version": "3.1.0",
  6383. "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
  6384. "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
  6385. "engines": {
  6386. "node": ">=8"
  6387. }
  6388. },
  6389. "node_modules/detect-node": {
  6390. "version": "2.1.0",
  6391. "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
  6392. "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g=="
  6393. },
  6394. "node_modules/detect-port-alt": {
  6395. "version": "1.1.6",
  6396. "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
  6397. "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
  6398. "dependencies": {
  6399. "address": "^1.0.1",
  6400. "debug": "^2.6.0"
  6401. },
  6402. "bin": {
  6403. "detect": "bin/detect-port",
  6404. "detect-port": "bin/detect-port"
  6405. },
  6406. "engines": {
  6407. "node": ">= 4.2.1"
  6408. }
  6409. },
  6410. "node_modules/detect-port-alt/node_modules/debug": {
  6411. "version": "2.6.9",
  6412. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  6413. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  6414. "dependencies": {
  6415. "ms": "2.0.0"
  6416. }
  6417. },
  6418. "node_modules/detect-port-alt/node_modules/ms": {
  6419. "version": "2.0.0",
  6420. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  6421. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  6422. },
  6423. "node_modules/detective": {
  6424. "version": "5.2.0",
  6425. "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz",
  6426. "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==",
  6427. "dependencies": {
  6428. "acorn-node": "^1.6.1",
  6429. "defined": "^1.0.0",
  6430. "minimist": "^1.1.1"
  6431. },
  6432. "bin": {
  6433. "detective": "bin/detective.js"
  6434. },
  6435. "engines": {
  6436. "node": ">=0.8.0"
  6437. }
  6438. },
  6439. "node_modules/didyoumean": {
  6440. "version": "1.2.2",
  6441. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  6442. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
  6443. },
  6444. "node_modules/diff-sequences": {
  6445. "version": "26.6.2",
  6446. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz",
  6447. "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==",
  6448. "engines": {
  6449. "node": ">= 10.14.2"
  6450. }
  6451. },
  6452. "node_modules/dir-glob": {
  6453. "version": "3.0.1",
  6454. "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  6455. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  6456. "dependencies": {
  6457. "path-type": "^4.0.0"
  6458. },
  6459. "engines": {
  6460. "node": ">=8"
  6461. }
  6462. },
  6463. "node_modules/dlv": {
  6464. "version": "1.1.3",
  6465. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  6466. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
  6467. },
  6468. "node_modules/dns-equal": {
  6469. "version": "1.0.0",
  6470. "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
  6471. "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0="
  6472. },
  6473. "node_modules/dns-packet": {
  6474. "version": "5.3.1",
  6475. "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.3.1.tgz",
  6476. "integrity": "sha512-spBwIj0TK0Ey3666GwIdWVfUpLyubpU53BTCu8iPn4r4oXd9O14Hjg3EHw3ts2oed77/SeckunUYCyRlSngqHw==",
  6477. "dependencies": {
  6478. "@leichtgewicht/ip-codec": "^2.0.1"
  6479. },
  6480. "engines": {
  6481. "node": ">=6"
  6482. }
  6483. },
  6484. "node_modules/doctrine": {
  6485. "version": "3.0.0",
  6486. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  6487. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  6488. "dependencies": {
  6489. "esutils": "^2.0.2"
  6490. },
  6491. "engines": {
  6492. "node": ">=6.0.0"
  6493. }
  6494. },
  6495. "node_modules/dom-accessibility-api": {
  6496. "version": "0.5.13",
  6497. "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.13.tgz",
  6498. "integrity": "sha512-R305kwb5CcMDIpSHUnLyIAp7SrSPBx6F0VfQFB3M75xVMHhXJJIdePYgbPPh1o57vCHNu5QztokWUPsLjWzFqw=="
  6499. },
  6500. "node_modules/dom-converter": {
  6501. "version": "0.2.0",
  6502. "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
  6503. "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
  6504. "dependencies": {
  6505. "utila": "~0.4"
  6506. }
  6507. },
  6508. "node_modules/dom-serializer": {
  6509. "version": "1.4.1",
  6510. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz",
  6511. "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
  6512. "dependencies": {
  6513. "domelementtype": "^2.0.1",
  6514. "domhandler": "^4.2.0",
  6515. "entities": "^2.0.0"
  6516. },
  6517. "funding": {
  6518. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  6519. }
  6520. },
  6521. "node_modules/domelementtype": {
  6522. "version": "2.3.0",
  6523. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  6524. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  6525. "funding": [
  6526. {
  6527. "type": "github",
  6528. "url": "https://github.com/sponsors/fb55"
  6529. }
  6530. ]
  6531. },
  6532. "node_modules/domexception": {
  6533. "version": "2.0.1",
  6534. "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
  6535. "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
  6536. "dependencies": {
  6537. "webidl-conversions": "^5.0.0"
  6538. },
  6539. "engines": {
  6540. "node": ">=8"
  6541. }
  6542. },
  6543. "node_modules/domexception/node_modules/webidl-conversions": {
  6544. "version": "5.0.0",
  6545. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
  6546. "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
  6547. "engines": {
  6548. "node": ">=8"
  6549. }
  6550. },
  6551. "node_modules/domhandler": {
  6552. "version": "4.3.1",
  6553. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz",
  6554. "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
  6555. "dependencies": {
  6556. "domelementtype": "^2.2.0"
  6557. },
  6558. "engines": {
  6559. "node": ">= 4"
  6560. },
  6561. "funding": {
  6562. "url": "https://github.com/fb55/domhandler?sponsor=1"
  6563. }
  6564. },
  6565. "node_modules/domutils": {
  6566. "version": "2.8.0",
  6567. "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
  6568. "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
  6569. "dependencies": {
  6570. "dom-serializer": "^1.0.1",
  6571. "domelementtype": "^2.2.0",
  6572. "domhandler": "^4.2.0"
  6573. },
  6574. "funding": {
  6575. "url": "https://github.com/fb55/domutils?sponsor=1"
  6576. }
  6577. },
  6578. "node_modules/dot-case": {
  6579. "version": "3.0.4",
  6580. "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
  6581. "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
  6582. "dependencies": {
  6583. "no-case": "^3.0.4",
  6584. "tslib": "^2.0.3"
  6585. }
  6586. },
  6587. "node_modules/dotenv": {
  6588. "version": "10.0.0",
  6589. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
  6590. "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
  6591. "engines": {
  6592. "node": ">=10"
  6593. }
  6594. },
  6595. "node_modules/dotenv-expand": {
  6596. "version": "5.1.0",
  6597. "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
  6598. "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA=="
  6599. },
  6600. "node_modules/duplexer": {
  6601. "version": "0.1.2",
  6602. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  6603. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
  6604. },
  6605. "node_modules/ecc-jsbn": {
  6606. "version": "0.1.2",
  6607. "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
  6608. "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
  6609. "dependencies": {
  6610. "jsbn": "~0.1.0",
  6611. "safer-buffer": "^2.1.0"
  6612. }
  6613. },
  6614. "node_modules/ee-first": {
  6615. "version": "1.1.1",
  6616. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  6617. "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
  6618. },
  6619. "node_modules/ejs": {
  6620. "version": "3.1.6",
  6621. "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.6.tgz",
  6622. "integrity": "sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==",
  6623. "dependencies": {
  6624. "jake": "^10.6.1"
  6625. },
  6626. "bin": {
  6627. "ejs": "bin/cli.js"
  6628. },
  6629. "engines": {
  6630. "node": ">=0.10.0"
  6631. }
  6632. },
  6633. "node_modules/electron-to-chromium": {
  6634. "version": "1.4.111",
  6635. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.111.tgz",
  6636. "integrity": "sha512-/s3+fwhKf1YK4k7btOImOzCQLpUjS6MaPf0ODTNuT4eTM1Bg4itBpLkydhOzJmpmH6Z9eXFyuuK5czsmzRzwtw=="
  6637. },
  6638. "node_modules/elementtree": {
  6639. "version": "0.1.7",
  6640. "resolved": "https://registry.npmjs.org/elementtree/-/elementtree-0.1.7.tgz",
  6641. "integrity": "sha1-mskb5uUvtuYkTE5UpKw+2K6OKcA=",
  6642. "dev": true,
  6643. "dependencies": {
  6644. "sax": "1.1.4"
  6645. },
  6646. "engines": {
  6647. "node": ">= 0.4.0"
  6648. }
  6649. },
  6650. "node_modules/elementtree/node_modules/sax": {
  6651. "version": "1.1.4",
  6652. "resolved": "https://registry.npmjs.org/sax/-/sax-1.1.4.tgz",
  6653. "integrity": "sha1-dLbTPJrh4AFRDxeakRaFiPGu2qk=",
  6654. "dev": true
  6655. },
  6656. "node_modules/emittery": {
  6657. "version": "0.8.1",
  6658. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
  6659. "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==",
  6660. "engines": {
  6661. "node": ">=10"
  6662. },
  6663. "funding": {
  6664. "url": "https://github.com/sindresorhus/emittery?sponsor=1"
  6665. }
  6666. },
  6667. "node_modules/emoji-regex": {
  6668. "version": "9.2.2",
  6669. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  6670. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  6671. },
  6672. "node_modules/emojis-list": {
  6673. "version": "3.0.0",
  6674. "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
  6675. "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
  6676. "engines": {
  6677. "node": ">= 4"
  6678. }
  6679. },
  6680. "node_modules/encodeurl": {
  6681. "version": "1.0.2",
  6682. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  6683. "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=",
  6684. "engines": {
  6685. "node": ">= 0.8"
  6686. }
  6687. },
  6688. "node_modules/encoding": {
  6689. "version": "0.1.13",
  6690. "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
  6691. "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
  6692. "optional": true,
  6693. "dependencies": {
  6694. "iconv-lite": "^0.6.2"
  6695. }
  6696. },
  6697. "node_modules/enhanced-resolve": {
  6698. "version": "5.9.3",
  6699. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.3.tgz",
  6700. "integrity": "sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==",
  6701. "dependencies": {
  6702. "graceful-fs": "^4.2.4",
  6703. "tapable": "^2.2.0"
  6704. },
  6705. "engines": {
  6706. "node": ">=10.13.0"
  6707. }
  6708. },
  6709. "node_modules/entities": {
  6710. "version": "2.2.0",
  6711. "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
  6712. "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
  6713. "funding": {
  6714. "url": "https://github.com/fb55/entities?sponsor=1"
  6715. }
  6716. },
  6717. "node_modules/env-paths": {
  6718. "version": "2.2.1",
  6719. "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  6720. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
  6721. "engines": {
  6722. "node": ">=6"
  6723. }
  6724. },
  6725. "node_modules/err-code": {
  6726. "version": "2.0.3",
  6727. "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz",
  6728. "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA=="
  6729. },
  6730. "node_modules/error-ex": {
  6731. "version": "1.3.2",
  6732. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  6733. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  6734. "dependencies": {
  6735. "is-arrayish": "^0.2.1"
  6736. }
  6737. },
  6738. "node_modules/error-stack-parser": {
  6739. "version": "2.0.7",
  6740. "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.7.tgz",
  6741. "integrity": "sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA==",
  6742. "dependencies": {
  6743. "stackframe": "^1.1.1"
  6744. }
  6745. },
  6746. "node_modules/es-abstract": {
  6747. "version": "1.19.5",
  6748. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.5.tgz",
  6749. "integrity": "sha512-Aa2G2+Rd3b6kxEUKTF4TaW67czBLyAv3z7VOhYRU50YBx+bbsYZ9xQP4lMNazePuFlybXI0V4MruPos7qUo5fA==",
  6750. "dependencies": {
  6751. "call-bind": "^1.0.2",
  6752. "es-to-primitive": "^1.2.1",
  6753. "function-bind": "^1.1.1",
  6754. "get-intrinsic": "^1.1.1",
  6755. "get-symbol-description": "^1.0.0",
  6756. "has": "^1.0.3",
  6757. "has-symbols": "^1.0.3",
  6758. "internal-slot": "^1.0.3",
  6759. "is-callable": "^1.2.4",
  6760. "is-negative-zero": "^2.0.2",
  6761. "is-regex": "^1.1.4",
  6762. "is-shared-array-buffer": "^1.0.2",
  6763. "is-string": "^1.0.7",
  6764. "is-weakref": "^1.0.2",
  6765. "object-inspect": "^1.12.0",
  6766. "object-keys": "^1.1.1",
  6767. "object.assign": "^4.1.2",
  6768. "string.prototype.trimend": "^1.0.4",
  6769. "string.prototype.trimstart": "^1.0.4",
  6770. "unbox-primitive": "^1.0.1"
  6771. },
  6772. "engines": {
  6773. "node": ">= 0.4"
  6774. },
  6775. "funding": {
  6776. "url": "https://github.com/sponsors/ljharb"
  6777. }
  6778. },
  6779. "node_modules/es-module-lexer": {
  6780. "version": "0.9.3",
  6781. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz",
  6782. "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ=="
  6783. },
  6784. "node_modules/es-shim-unscopables": {
  6785. "version": "1.0.0",
  6786. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
  6787. "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
  6788. "dependencies": {
  6789. "has": "^1.0.3"
  6790. }
  6791. },
  6792. "node_modules/es-to-primitive": {
  6793. "version": "1.2.1",
  6794. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  6795. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  6796. "dependencies": {
  6797. "is-callable": "^1.1.4",
  6798. "is-date-object": "^1.0.1",
  6799. "is-symbol": "^1.0.2"
  6800. },
  6801. "engines": {
  6802. "node": ">= 0.4"
  6803. },
  6804. "funding": {
  6805. "url": "https://github.com/sponsors/ljharb"
  6806. }
  6807. },
  6808. "node_modules/escalade": {
  6809. "version": "3.1.1",
  6810. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  6811. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  6812. "engines": {
  6813. "node": ">=6"
  6814. }
  6815. },
  6816. "node_modules/escape-html": {
  6817. "version": "1.0.3",
  6818. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  6819. "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
  6820. },
  6821. "node_modules/escape-string-regexp": {
  6822. "version": "4.0.0",
  6823. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  6824. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  6825. "engines": {
  6826. "node": ">=10"
  6827. },
  6828. "funding": {
  6829. "url": "https://github.com/sponsors/sindresorhus"
  6830. }
  6831. },
  6832. "node_modules/escodegen": {
  6833. "version": "2.0.0",
  6834. "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
  6835. "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",
  6836. "dependencies": {
  6837. "esprima": "^4.0.1",
  6838. "estraverse": "^5.2.0",
  6839. "esutils": "^2.0.2",
  6840. "optionator": "^0.8.1"
  6841. },
  6842. "bin": {
  6843. "escodegen": "bin/escodegen.js",
  6844. "esgenerate": "bin/esgenerate.js"
  6845. },
  6846. "engines": {
  6847. "node": ">=6.0"
  6848. },
  6849. "optionalDependencies": {
  6850. "source-map": "~0.6.1"
  6851. }
  6852. },
  6853. "node_modules/escodegen/node_modules/levn": {
  6854. "version": "0.3.0",
  6855. "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
  6856. "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
  6857. "dependencies": {
  6858. "prelude-ls": "~1.1.2",
  6859. "type-check": "~0.3.2"
  6860. },
  6861. "engines": {
  6862. "node": ">= 0.8.0"
  6863. }
  6864. },
  6865. "node_modules/escodegen/node_modules/optionator": {
  6866. "version": "0.8.3",
  6867. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
  6868. "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
  6869. "dependencies": {
  6870. "deep-is": "~0.1.3",
  6871. "fast-levenshtein": "~2.0.6",
  6872. "levn": "~0.3.0",
  6873. "prelude-ls": "~1.1.2",
  6874. "type-check": "~0.3.2",
  6875. "word-wrap": "~1.2.3"
  6876. },
  6877. "engines": {
  6878. "node": ">= 0.8.0"
  6879. }
  6880. },
  6881. "node_modules/escodegen/node_modules/prelude-ls": {
  6882. "version": "1.1.2",
  6883. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
  6884. "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
  6885. "engines": {
  6886. "node": ">= 0.8.0"
  6887. }
  6888. },
  6889. "node_modules/escodegen/node_modules/type-check": {
  6890. "version": "0.3.2",
  6891. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
  6892. "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
  6893. "dependencies": {
  6894. "prelude-ls": "~1.1.2"
  6895. },
  6896. "engines": {
  6897. "node": ">= 0.8.0"
  6898. }
  6899. },
  6900. "node_modules/eslint": {
  6901. "version": "8.13.0",
  6902. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.13.0.tgz",
  6903. "integrity": "sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ==",
  6904. "dependencies": {
  6905. "@eslint/eslintrc": "^1.2.1",
  6906. "@humanwhocodes/config-array": "^0.9.2",
  6907. "ajv": "^6.10.0",
  6908. "chalk": "^4.0.0",
  6909. "cross-spawn": "^7.0.2",
  6910. "debug": "^4.3.2",
  6911. "doctrine": "^3.0.0",
  6912. "escape-string-regexp": "^4.0.0",
  6913. "eslint-scope": "^7.1.1",
  6914. "eslint-utils": "^3.0.0",
  6915. "eslint-visitor-keys": "^3.3.0",
  6916. "espree": "^9.3.1",
  6917. "esquery": "^1.4.0",
  6918. "esutils": "^2.0.2",
  6919. "fast-deep-equal": "^3.1.3",
  6920. "file-entry-cache": "^6.0.1",
  6921. "functional-red-black-tree": "^1.0.1",
  6922. "glob-parent": "^6.0.1",
  6923. "globals": "^13.6.0",
  6924. "ignore": "^5.2.0",
  6925. "import-fresh": "^3.0.0",
  6926. "imurmurhash": "^0.1.4",
  6927. "is-glob": "^4.0.0",
  6928. "js-yaml": "^4.1.0",
  6929. "json-stable-stringify-without-jsonify": "^1.0.1",
  6930. "levn": "^0.4.1",
  6931. "lodash.merge": "^4.6.2",
  6932. "minimatch": "^3.0.4",
  6933. "natural-compare": "^1.4.0",
  6934. "optionator": "^0.9.1",
  6935. "regexpp": "^3.2.0",
  6936. "strip-ansi": "^6.0.1",
  6937. "strip-json-comments": "^3.1.0",
  6938. "text-table": "^0.2.0",
  6939. "v8-compile-cache": "^2.0.3"
  6940. },
  6941. "bin": {
  6942. "eslint": "bin/eslint.js"
  6943. },
  6944. "engines": {
  6945. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  6946. },
  6947. "funding": {
  6948. "url": "https://opencollective.com/eslint"
  6949. }
  6950. },
  6951. "node_modules/eslint-config-react-app": {
  6952. "version": "7.0.1",
  6953. "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz",
  6954. "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==",
  6955. "dependencies": {
  6956. "@babel/core": "^7.16.0",
  6957. "@babel/eslint-parser": "^7.16.3",
  6958. "@rushstack/eslint-patch": "^1.1.0",
  6959. "@typescript-eslint/eslint-plugin": "^5.5.0",
  6960. "@typescript-eslint/parser": "^5.5.0",
  6961. "babel-preset-react-app": "^10.0.1",
  6962. "confusing-browser-globals": "^1.0.11",
  6963. "eslint-plugin-flowtype": "^8.0.3",
  6964. "eslint-plugin-import": "^2.25.3",
  6965. "eslint-plugin-jest": "^25.3.0",
  6966. "eslint-plugin-jsx-a11y": "^6.5.1",
  6967. "eslint-plugin-react": "^7.27.1",
  6968. "eslint-plugin-react-hooks": "^4.3.0",
  6969. "eslint-plugin-testing-library": "^5.0.1"
  6970. },
  6971. "engines": {
  6972. "node": ">=14.0.0"
  6973. },
  6974. "peerDependencies": {
  6975. "eslint": "^8.0.0"
  6976. }
  6977. },
  6978. "node_modules/eslint-import-resolver-node": {
  6979. "version": "0.3.6",
  6980. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",
  6981. "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==",
  6982. "dependencies": {
  6983. "debug": "^3.2.7",
  6984. "resolve": "^1.20.0"
  6985. }
  6986. },
  6987. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  6988. "version": "3.2.7",
  6989. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  6990. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  6991. "dependencies": {
  6992. "ms": "^2.1.1"
  6993. }
  6994. },
  6995. "node_modules/eslint-module-utils": {
  6996. "version": "2.7.3",
  6997. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz",
  6998. "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==",
  6999. "dependencies": {
  7000. "debug": "^3.2.7",
  7001. "find-up": "^2.1.0"
  7002. },
  7003. "engines": {
  7004. "node": ">=4"
  7005. }
  7006. },
  7007. "node_modules/eslint-module-utils/node_modules/debug": {
  7008. "version": "3.2.7",
  7009. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  7010. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  7011. "dependencies": {
  7012. "ms": "^2.1.1"
  7013. }
  7014. },
  7015. "node_modules/eslint-module-utils/node_modules/find-up": {
  7016. "version": "2.1.0",
  7017. "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
  7018. "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
  7019. "dependencies": {
  7020. "locate-path": "^2.0.0"
  7021. },
  7022. "engines": {
  7023. "node": ">=4"
  7024. }
  7025. },
  7026. "node_modules/eslint-module-utils/node_modules/locate-path": {
  7027. "version": "2.0.0",
  7028. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
  7029. "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
  7030. "dependencies": {
  7031. "p-locate": "^2.0.0",
  7032. "path-exists": "^3.0.0"
  7033. },
  7034. "engines": {
  7035. "node": ">=4"
  7036. }
  7037. },
  7038. "node_modules/eslint-module-utils/node_modules/p-limit": {
  7039. "version": "1.3.0",
  7040. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
  7041. "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
  7042. "dependencies": {
  7043. "p-try": "^1.0.0"
  7044. },
  7045. "engines": {
  7046. "node": ">=4"
  7047. }
  7048. },
  7049. "node_modules/eslint-module-utils/node_modules/p-locate": {
  7050. "version": "2.0.0",
  7051. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
  7052. "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
  7053. "dependencies": {
  7054. "p-limit": "^1.1.0"
  7055. },
  7056. "engines": {
  7057. "node": ">=4"
  7058. }
  7059. },
  7060. "node_modules/eslint-module-utils/node_modules/p-try": {
  7061. "version": "1.0.0",
  7062. "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
  7063. "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
  7064. "engines": {
  7065. "node": ">=4"
  7066. }
  7067. },
  7068. "node_modules/eslint-module-utils/node_modules/path-exists": {
  7069. "version": "3.0.0",
  7070. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  7071. "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
  7072. "engines": {
  7073. "node": ">=4"
  7074. }
  7075. },
  7076. "node_modules/eslint-plugin-flowtype": {
  7077. "version": "8.0.3",
  7078. "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
  7079. "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
  7080. "dependencies": {
  7081. "lodash": "^4.17.21",
  7082. "string-natural-compare": "^3.0.1"
  7083. },
  7084. "engines": {
  7085. "node": ">=12.0.0"
  7086. },
  7087. "peerDependencies": {
  7088. "@babel/plugin-syntax-flow": "^7.14.5",
  7089. "@babel/plugin-transform-react-jsx": "^7.14.9",
  7090. "eslint": "^8.1.0"
  7091. }
  7092. },
  7093. "node_modules/eslint-plugin-import": {
  7094. "version": "2.26.0",
  7095. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz",
  7096. "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==",
  7097. "dependencies": {
  7098. "array-includes": "^3.1.4",
  7099. "array.prototype.flat": "^1.2.5",
  7100. "debug": "^2.6.9",
  7101. "doctrine": "^2.1.0",
  7102. "eslint-import-resolver-node": "^0.3.6",
  7103. "eslint-module-utils": "^2.7.3",
  7104. "has": "^1.0.3",
  7105. "is-core-module": "^2.8.1",
  7106. "is-glob": "^4.0.3",
  7107. "minimatch": "^3.1.2",
  7108. "object.values": "^1.1.5",
  7109. "resolve": "^1.22.0",
  7110. "tsconfig-paths": "^3.14.1"
  7111. },
  7112. "engines": {
  7113. "node": ">=4"
  7114. },
  7115. "peerDependencies": {
  7116. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
  7117. }
  7118. },
  7119. "node_modules/eslint-plugin-import/node_modules/debug": {
  7120. "version": "2.6.9",
  7121. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  7122. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  7123. "dependencies": {
  7124. "ms": "2.0.0"
  7125. }
  7126. },
  7127. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  7128. "version": "2.1.0",
  7129. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  7130. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  7131. "dependencies": {
  7132. "esutils": "^2.0.2"
  7133. },
  7134. "engines": {
  7135. "node": ">=0.10.0"
  7136. }
  7137. },
  7138. "node_modules/eslint-plugin-import/node_modules/ms": {
  7139. "version": "2.0.0",
  7140. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  7141. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  7142. },
  7143. "node_modules/eslint-plugin-jest": {
  7144. "version": "25.7.0",
  7145. "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz",
  7146. "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==",
  7147. "dependencies": {
  7148. "@typescript-eslint/experimental-utils": "^5.0.0"
  7149. },
  7150. "engines": {
  7151. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  7152. },
  7153. "peerDependencies": {
  7154. "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0",
  7155. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  7156. },
  7157. "peerDependenciesMeta": {
  7158. "@typescript-eslint/eslint-plugin": {
  7159. "optional": true
  7160. },
  7161. "jest": {
  7162. "optional": true
  7163. }
  7164. }
  7165. },
  7166. "node_modules/eslint-plugin-jsx-a11y": {
  7167. "version": "6.5.1",
  7168. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz",
  7169. "integrity": "sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==",
  7170. "dependencies": {
  7171. "@babel/runtime": "^7.16.3",
  7172. "aria-query": "^4.2.2",
  7173. "array-includes": "^3.1.4",
  7174. "ast-types-flow": "^0.0.7",
  7175. "axe-core": "^4.3.5",
  7176. "axobject-query": "^2.2.0",
  7177. "damerau-levenshtein": "^1.0.7",
  7178. "emoji-regex": "^9.2.2",
  7179. "has": "^1.0.3",
  7180. "jsx-ast-utils": "^3.2.1",
  7181. "language-tags": "^1.0.5",
  7182. "minimatch": "^3.0.4"
  7183. },
  7184. "engines": {
  7185. "node": ">=4.0"
  7186. },
  7187. "peerDependencies": {
  7188. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  7189. }
  7190. },
  7191. "node_modules/eslint-plugin-jsx-a11y/node_modules/aria-query": {
  7192. "version": "4.2.2",
  7193. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
  7194. "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==",
  7195. "dependencies": {
  7196. "@babel/runtime": "^7.10.2",
  7197. "@babel/runtime-corejs3": "^7.10.2"
  7198. },
  7199. "engines": {
  7200. "node": ">=6.0"
  7201. }
  7202. },
  7203. "node_modules/eslint-plugin-react": {
  7204. "version": "7.29.4",
  7205. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz",
  7206. "integrity": "sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==",
  7207. "dependencies": {
  7208. "array-includes": "^3.1.4",
  7209. "array.prototype.flatmap": "^1.2.5",
  7210. "doctrine": "^2.1.0",
  7211. "estraverse": "^5.3.0",
  7212. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  7213. "minimatch": "^3.1.2",
  7214. "object.entries": "^1.1.5",
  7215. "object.fromentries": "^2.0.5",
  7216. "object.hasown": "^1.1.0",
  7217. "object.values": "^1.1.5",
  7218. "prop-types": "^15.8.1",
  7219. "resolve": "^2.0.0-next.3",
  7220. "semver": "^6.3.0",
  7221. "string.prototype.matchall": "^4.0.6"
  7222. },
  7223. "engines": {
  7224. "node": ">=4"
  7225. },
  7226. "peerDependencies": {
  7227. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  7228. }
  7229. },
  7230. "node_modules/eslint-plugin-react-hooks": {
  7231. "version": "4.4.0",
  7232. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz",
  7233. "integrity": "sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==",
  7234. "engines": {
  7235. "node": ">=10"
  7236. },
  7237. "peerDependencies": {
  7238. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  7239. }
  7240. },
  7241. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  7242. "version": "2.1.0",
  7243. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  7244. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  7245. "dependencies": {
  7246. "esutils": "^2.0.2"
  7247. },
  7248. "engines": {
  7249. "node": ">=0.10.0"
  7250. }
  7251. },
  7252. "node_modules/eslint-plugin-react/node_modules/resolve": {
  7253. "version": "2.0.0-next.3",
  7254. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz",
  7255. "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==",
  7256. "dependencies": {
  7257. "is-core-module": "^2.2.0",
  7258. "path-parse": "^1.0.6"
  7259. },
  7260. "funding": {
  7261. "url": "https://github.com/sponsors/ljharb"
  7262. }
  7263. },
  7264. "node_modules/eslint-plugin-react/node_modules/semver": {
  7265. "version": "6.3.0",
  7266. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  7267. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  7268. "bin": {
  7269. "semver": "bin/semver.js"
  7270. }
  7271. },
  7272. "node_modules/eslint-plugin-testing-library": {
  7273. "version": "5.3.1",
  7274. "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.3.1.tgz",
  7275. "integrity": "sha512-OfF4dlG/q6ck6DL3P8Z0FPdK0dU5K57gsBu7eUcaVbwYKaNzjgejnXiM9CCUevppORkvfek+9D3Uj/9ZZ8Vz8g==",
  7276. "dependencies": {
  7277. "@typescript-eslint/utils": "^5.13.0"
  7278. },
  7279. "engines": {
  7280. "node": "^12.22.0 || ^14.17.0 || >=16.0.0",
  7281. "npm": ">=6"
  7282. },
  7283. "peerDependencies": {
  7284. "eslint": "^7.5.0 || ^8.0.0"
  7285. }
  7286. },
  7287. "node_modules/eslint-scope": {
  7288. "version": "7.1.1",
  7289. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
  7290. "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
  7291. "dependencies": {
  7292. "esrecurse": "^4.3.0",
  7293. "estraverse": "^5.2.0"
  7294. },
  7295. "engines": {
  7296. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7297. }
  7298. },
  7299. "node_modules/eslint-utils": {
  7300. "version": "3.0.0",
  7301. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
  7302. "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  7303. "dependencies": {
  7304. "eslint-visitor-keys": "^2.0.0"
  7305. },
  7306. "engines": {
  7307. "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
  7308. },
  7309. "funding": {
  7310. "url": "https://github.com/sponsors/mysticatea"
  7311. },
  7312. "peerDependencies": {
  7313. "eslint": ">=5"
  7314. }
  7315. },
  7316. "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
  7317. "version": "2.1.0",
  7318. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  7319. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  7320. "engines": {
  7321. "node": ">=10"
  7322. }
  7323. },
  7324. "node_modules/eslint-visitor-keys": {
  7325. "version": "3.3.0",
  7326. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
  7327. "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
  7328. "engines": {
  7329. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7330. }
  7331. },
  7332. "node_modules/eslint-webpack-plugin": {
  7333. "version": "3.1.1",
  7334. "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.1.1.tgz",
  7335. "integrity": "sha512-xSucskTN9tOkfW7so4EaiFIkulWLXwCB/15H917lR6pTv0Zot6/fetFucmENRb7J5whVSFKIvwnrnsa78SG2yg==",
  7336. "dependencies": {
  7337. "@types/eslint": "^7.28.2",
  7338. "jest-worker": "^27.3.1",
  7339. "micromatch": "^4.0.4",
  7340. "normalize-path": "^3.0.0",
  7341. "schema-utils": "^3.1.1"
  7342. },
  7343. "engines": {
  7344. "node": ">= 12.13.0"
  7345. },
  7346. "funding": {
  7347. "type": "opencollective",
  7348. "url": "https://opencollective.com/webpack"
  7349. },
  7350. "peerDependencies": {
  7351. "eslint": "^7.0.0 || ^8.0.0",
  7352. "webpack": "^5.0.0"
  7353. }
  7354. },
  7355. "node_modules/eslint/node_modules/argparse": {
  7356. "version": "2.0.1",
  7357. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  7358. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  7359. },
  7360. "node_modules/eslint/node_modules/globals": {
  7361. "version": "13.13.0",
  7362. "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz",
  7363. "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==",
  7364. "dependencies": {
  7365. "type-fest": "^0.20.2"
  7366. },
  7367. "engines": {
  7368. "node": ">=8"
  7369. },
  7370. "funding": {
  7371. "url": "https://github.com/sponsors/sindresorhus"
  7372. }
  7373. },
  7374. "node_modules/eslint/node_modules/js-yaml": {
  7375. "version": "4.1.0",
  7376. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  7377. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  7378. "dependencies": {
  7379. "argparse": "^2.0.1"
  7380. },
  7381. "bin": {
  7382. "js-yaml": "bin/js-yaml.js"
  7383. }
  7384. },
  7385. "node_modules/eslint/node_modules/type-fest": {
  7386. "version": "0.20.2",
  7387. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  7388. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  7389. "engines": {
  7390. "node": ">=10"
  7391. },
  7392. "funding": {
  7393. "url": "https://github.com/sponsors/sindresorhus"
  7394. }
  7395. },
  7396. "node_modules/espree": {
  7397. "version": "9.3.1",
  7398. "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.1.tgz",
  7399. "integrity": "sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==",
  7400. "dependencies": {
  7401. "acorn": "^8.7.0",
  7402. "acorn-jsx": "^5.3.1",
  7403. "eslint-visitor-keys": "^3.3.0"
  7404. },
  7405. "engines": {
  7406. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7407. }
  7408. },
  7409. "node_modules/esprima": {
  7410. "version": "4.0.1",
  7411. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  7412. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
  7413. "bin": {
  7414. "esparse": "bin/esparse.js",
  7415. "esvalidate": "bin/esvalidate.js"
  7416. },
  7417. "engines": {
  7418. "node": ">=4"
  7419. }
  7420. },
  7421. "node_modules/esquery": {
  7422. "version": "1.4.0",
  7423. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz",
  7424. "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==",
  7425. "dependencies": {
  7426. "estraverse": "^5.1.0"
  7427. },
  7428. "engines": {
  7429. "node": ">=0.10"
  7430. }
  7431. },
  7432. "node_modules/esrecurse": {
  7433. "version": "4.3.0",
  7434. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  7435. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  7436. "dependencies": {
  7437. "estraverse": "^5.2.0"
  7438. },
  7439. "engines": {
  7440. "node": ">=4.0"
  7441. }
  7442. },
  7443. "node_modules/estraverse": {
  7444. "version": "5.3.0",
  7445. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  7446. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  7447. "engines": {
  7448. "node": ">=4.0"
  7449. }
  7450. },
  7451. "node_modules/estree-walker": {
  7452. "version": "1.0.1",
  7453. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
  7454. "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
  7455. },
  7456. "node_modules/esutils": {
  7457. "version": "2.0.3",
  7458. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  7459. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  7460. "engines": {
  7461. "node": ">=0.10.0"
  7462. }
  7463. },
  7464. "node_modules/etag": {
  7465. "version": "1.8.1",
  7466. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  7467. "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
  7468. "engines": {
  7469. "node": ">= 0.6"
  7470. }
  7471. },
  7472. "node_modules/eventemitter3": {
  7473. "version": "4.0.7",
  7474. "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
  7475. "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
  7476. },
  7477. "node_modules/events": {
  7478. "version": "3.3.0",
  7479. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  7480. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  7481. "engines": {
  7482. "node": ">=0.8.x"
  7483. }
  7484. },
  7485. "node_modules/execa": {
  7486. "version": "5.1.1",
  7487. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  7488. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  7489. "dependencies": {
  7490. "cross-spawn": "^7.0.3",
  7491. "get-stream": "^6.0.0",
  7492. "human-signals": "^2.1.0",
  7493. "is-stream": "^2.0.0",
  7494. "merge-stream": "^2.0.0",
  7495. "npm-run-path": "^4.0.1",
  7496. "onetime": "^5.1.2",
  7497. "signal-exit": "^3.0.3",
  7498. "strip-final-newline": "^2.0.0"
  7499. },
  7500. "engines": {
  7501. "node": ">=10"
  7502. },
  7503. "funding": {
  7504. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  7505. }
  7506. },
  7507. "node_modules/exit": {
  7508. "version": "0.1.2",
  7509. "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
  7510. "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
  7511. "engines": {
  7512. "node": ">= 0.8.0"
  7513. }
  7514. },
  7515. "node_modules/expect": {
  7516. "version": "27.5.1",
  7517. "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
  7518. "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==",
  7519. "dependencies": {
  7520. "@jest/types": "^27.5.1",
  7521. "jest-get-type": "^27.5.1",
  7522. "jest-matcher-utils": "^27.5.1",
  7523. "jest-message-util": "^27.5.1"
  7524. },
  7525. "engines": {
  7526. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  7527. }
  7528. },
  7529. "node_modules/expect/node_modules/jest-get-type": {
  7530. "version": "27.5.1",
  7531. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  7532. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
  7533. "engines": {
  7534. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  7535. }
  7536. },
  7537. "node_modules/express": {
  7538. "version": "4.17.3",
  7539. "resolved": "https://registry.npmjs.org/express/-/express-4.17.3.tgz",
  7540. "integrity": "sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==",
  7541. "dependencies": {
  7542. "accepts": "~1.3.8",
  7543. "array-flatten": "1.1.1",
  7544. "body-parser": "1.19.2",
  7545. "content-disposition": "0.5.4",
  7546. "content-type": "~1.0.4",
  7547. "cookie": "0.4.2",
  7548. "cookie-signature": "1.0.6",
  7549. "debug": "2.6.9",
  7550. "depd": "~1.1.2",
  7551. "encodeurl": "~1.0.2",
  7552. "escape-html": "~1.0.3",
  7553. "etag": "~1.8.1",
  7554. "finalhandler": "~1.1.2",
  7555. "fresh": "0.5.2",
  7556. "merge-descriptors": "1.0.1",
  7557. "methods": "~1.1.2",
  7558. "on-finished": "~2.3.0",
  7559. "parseurl": "~1.3.3",
  7560. "path-to-regexp": "0.1.7",
  7561. "proxy-addr": "~2.0.7",
  7562. "qs": "6.9.7",
  7563. "range-parser": "~1.2.1",
  7564. "safe-buffer": "5.2.1",
  7565. "send": "0.17.2",
  7566. "serve-static": "1.14.2",
  7567. "setprototypeof": "1.2.0",
  7568. "statuses": "~1.5.0",
  7569. "type-is": "~1.6.18",
  7570. "utils-merge": "1.0.1",
  7571. "vary": "~1.1.2"
  7572. },
  7573. "engines": {
  7574. "node": ">= 0.10.0"
  7575. }
  7576. },
  7577. "node_modules/express/node_modules/array-flatten": {
  7578. "version": "1.1.1",
  7579. "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
  7580. "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
  7581. },
  7582. "node_modules/express/node_modules/debug": {
  7583. "version": "2.6.9",
  7584. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  7585. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  7586. "dependencies": {
  7587. "ms": "2.0.0"
  7588. }
  7589. },
  7590. "node_modules/express/node_modules/ms": {
  7591. "version": "2.0.0",
  7592. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  7593. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  7594. },
  7595. "node_modules/express/node_modules/path-to-regexp": {
  7596. "version": "0.1.7",
  7597. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
  7598. "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
  7599. },
  7600. "node_modules/express/node_modules/safe-buffer": {
  7601. "version": "5.2.1",
  7602. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  7603. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  7604. "funding": [
  7605. {
  7606. "type": "github",
  7607. "url": "https://github.com/sponsors/feross"
  7608. },
  7609. {
  7610. "type": "patreon",
  7611. "url": "https://www.patreon.com/feross"
  7612. },
  7613. {
  7614. "type": "consulting",
  7615. "url": "https://feross.org/support"
  7616. }
  7617. ]
  7618. },
  7619. "node_modules/extend": {
  7620. "version": "3.0.2",
  7621. "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  7622. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
  7623. },
  7624. "node_modules/extsprintf": {
  7625. "version": "1.3.0",
  7626. "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
  7627. "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
  7628. "engines": [
  7629. "node >=0.6.0"
  7630. ]
  7631. },
  7632. "node_modules/fast-deep-equal": {
  7633. "version": "3.1.3",
  7634. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  7635. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  7636. },
  7637. "node_modules/fast-glob": {
  7638. "version": "3.2.11",
  7639. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz",
  7640. "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==",
  7641. "dependencies": {
  7642. "@nodelib/fs.stat": "^2.0.2",
  7643. "@nodelib/fs.walk": "^1.2.3",
  7644. "glob-parent": "^5.1.2",
  7645. "merge2": "^1.3.0",
  7646. "micromatch": "^4.0.4"
  7647. },
  7648. "engines": {
  7649. "node": ">=8.6.0"
  7650. }
  7651. },
  7652. "node_modules/fast-glob/node_modules/glob-parent": {
  7653. "version": "5.1.2",
  7654. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  7655. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  7656. "dependencies": {
  7657. "is-glob": "^4.0.1"
  7658. },
  7659. "engines": {
  7660. "node": ">= 6"
  7661. }
  7662. },
  7663. "node_modules/fast-json-stable-stringify": {
  7664. "version": "2.1.0",
  7665. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  7666. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
  7667. },
  7668. "node_modules/fast-levenshtein": {
  7669. "version": "2.0.6",
  7670. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  7671. "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
  7672. },
  7673. "node_modules/fastq": {
  7674. "version": "1.13.0",
  7675. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
  7676. "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==",
  7677. "dependencies": {
  7678. "reusify": "^1.0.4"
  7679. }
  7680. },
  7681. "node_modules/faye-websocket": {
  7682. "version": "0.11.4",
  7683. "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
  7684. "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
  7685. "dependencies": {
  7686. "websocket-driver": ">=0.5.1"
  7687. },
  7688. "engines": {
  7689. "node": ">=0.8.0"
  7690. }
  7691. },
  7692. "node_modules/fb-watchman": {
  7693. "version": "2.0.1",
  7694. "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
  7695. "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==",
  7696. "dependencies": {
  7697. "bser": "2.1.1"
  7698. }
  7699. },
  7700. "node_modules/fd-slicer": {
  7701. "version": "1.1.0",
  7702. "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
  7703. "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
  7704. "dev": true,
  7705. "dependencies": {
  7706. "pend": "~1.2.0"
  7707. }
  7708. },
  7709. "node_modules/file-entry-cache": {
  7710. "version": "6.0.1",
  7711. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  7712. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  7713. "dependencies": {
  7714. "flat-cache": "^3.0.4"
  7715. },
  7716. "engines": {
  7717. "node": "^10.12.0 || >=12.0.0"
  7718. }
  7719. },
  7720. "node_modules/file-loader": {
  7721. "version": "6.2.0",
  7722. "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
  7723. "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
  7724. "dependencies": {
  7725. "loader-utils": "^2.0.0",
  7726. "schema-utils": "^3.0.0"
  7727. },
  7728. "engines": {
  7729. "node": ">= 10.13.0"
  7730. },
  7731. "funding": {
  7732. "type": "opencollective",
  7733. "url": "https://opencollective.com/webpack"
  7734. },
  7735. "peerDependencies": {
  7736. "webpack": "^4.0.0 || ^5.0.0"
  7737. }
  7738. },
  7739. "node_modules/filelist": {
  7740. "version": "1.0.2",
  7741. "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.2.tgz",
  7742. "integrity": "sha512-z7O0IS8Plc39rTCq6i6iHxk43duYOn8uFJiWSewIq0Bww1RNybVHSCjahmcC87ZqAm4OTvFzlzeGu3XAzG1ctQ==",
  7743. "dependencies": {
  7744. "minimatch": "^3.0.4"
  7745. }
  7746. },
  7747. "node_modules/filesize": {
  7748. "version": "8.0.7",
  7749. "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz",
  7750. "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==",
  7751. "engines": {
  7752. "node": ">= 0.4.0"
  7753. }
  7754. },
  7755. "node_modules/fill-range": {
  7756. "version": "7.0.1",
  7757. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  7758. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  7759. "dependencies": {
  7760. "to-regex-range": "^5.0.1"
  7761. },
  7762. "engines": {
  7763. "node": ">=8"
  7764. }
  7765. },
  7766. "node_modules/finalhandler": {
  7767. "version": "1.1.2",
  7768. "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
  7769. "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
  7770. "dependencies": {
  7771. "debug": "2.6.9",
  7772. "encodeurl": "~1.0.2",
  7773. "escape-html": "~1.0.3",
  7774. "on-finished": "~2.3.0",
  7775. "parseurl": "~1.3.3",
  7776. "statuses": "~1.5.0",
  7777. "unpipe": "~1.0.0"
  7778. },
  7779. "engines": {
  7780. "node": ">= 0.8"
  7781. }
  7782. },
  7783. "node_modules/finalhandler/node_modules/debug": {
  7784. "version": "2.6.9",
  7785. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  7786. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  7787. "dependencies": {
  7788. "ms": "2.0.0"
  7789. }
  7790. },
  7791. "node_modules/finalhandler/node_modules/ms": {
  7792. "version": "2.0.0",
  7793. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  7794. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  7795. },
  7796. "node_modules/find-cache-dir": {
  7797. "version": "3.3.2",
  7798. "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
  7799. "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
  7800. "dependencies": {
  7801. "commondir": "^1.0.1",
  7802. "make-dir": "^3.0.2",
  7803. "pkg-dir": "^4.1.0"
  7804. },
  7805. "engines": {
  7806. "node": ">=8"
  7807. },
  7808. "funding": {
  7809. "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
  7810. }
  7811. },
  7812. "node_modules/find-up": {
  7813. "version": "5.0.0",
  7814. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  7815. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  7816. "dependencies": {
  7817. "locate-path": "^6.0.0",
  7818. "path-exists": "^4.0.0"
  7819. },
  7820. "engines": {
  7821. "node": ">=10"
  7822. },
  7823. "funding": {
  7824. "url": "https://github.com/sponsors/sindresorhus"
  7825. }
  7826. },
  7827. "node_modules/flat-cache": {
  7828. "version": "3.0.4",
  7829. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
  7830. "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
  7831. "dependencies": {
  7832. "flatted": "^3.1.0",
  7833. "rimraf": "^3.0.2"
  7834. },
  7835. "engines": {
  7836. "node": "^10.12.0 || >=12.0.0"
  7837. }
  7838. },
  7839. "node_modules/flatted": {
  7840. "version": "3.2.5",
  7841. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz",
  7842. "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg=="
  7843. },
  7844. "node_modules/follow-redirects": {
  7845. "version": "1.14.9",
  7846. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz",
  7847. "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==",
  7848. "funding": [
  7849. {
  7850. "type": "individual",
  7851. "url": "https://github.com/sponsors/RubenVerborgh"
  7852. }
  7853. ],
  7854. "engines": {
  7855. "node": ">=4.0"
  7856. },
  7857. "peerDependenciesMeta": {
  7858. "debug": {
  7859. "optional": true
  7860. }
  7861. }
  7862. },
  7863. "node_modules/forever-agent": {
  7864. "version": "0.6.1",
  7865. "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
  7866. "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=",
  7867. "engines": {
  7868. "node": "*"
  7869. }
  7870. },
  7871. "node_modules/fork-ts-checker-webpack-plugin": {
  7872. "version": "6.5.1",
  7873. "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.1.tgz",
  7874. "integrity": "sha512-x1wumpHOEf4gDROmKTaB6i4/Q6H3LwmjVO7fIX47vBwlZbtPjU33hgoMuD/Q/y6SU8bnuYSoN6ZQOLshGp0T/g==",
  7875. "dependencies": {
  7876. "@babel/code-frame": "^7.8.3",
  7877. "@types/json-schema": "^7.0.5",
  7878. "chalk": "^4.1.0",
  7879. "chokidar": "^3.4.2",
  7880. "cosmiconfig": "^6.0.0",
  7881. "deepmerge": "^4.2.2",
  7882. "fs-extra": "^9.0.0",
  7883. "glob": "^7.1.6",
  7884. "memfs": "^3.1.2",
  7885. "minimatch": "^3.0.4",
  7886. "schema-utils": "2.7.0",
  7887. "semver": "^7.3.2",
  7888. "tapable": "^1.0.0"
  7889. },
  7890. "engines": {
  7891. "node": ">=10",
  7892. "yarn": ">=1.0.0"
  7893. },
  7894. "peerDependencies": {
  7895. "eslint": ">= 6",
  7896. "typescript": ">= 2.7",
  7897. "vue-template-compiler": "*",
  7898. "webpack": ">= 4"
  7899. },
  7900. "peerDependenciesMeta": {
  7901. "eslint": {
  7902. "optional": true
  7903. },
  7904. "vue-template-compiler": {
  7905. "optional": true
  7906. }
  7907. }
  7908. },
  7909. "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": {
  7910. "version": "6.0.0",
  7911. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
  7912. "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
  7913. "dependencies": {
  7914. "@types/parse-json": "^4.0.0",
  7915. "import-fresh": "^3.1.0",
  7916. "parse-json": "^5.0.0",
  7917. "path-type": "^4.0.0",
  7918. "yaml": "^1.7.2"
  7919. },
  7920. "engines": {
  7921. "node": ">=8"
  7922. }
  7923. },
  7924. "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": {
  7925. "version": "9.1.0",
  7926. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  7927. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  7928. "dependencies": {
  7929. "at-least-node": "^1.0.0",
  7930. "graceful-fs": "^4.2.0",
  7931. "jsonfile": "^6.0.1",
  7932. "universalify": "^2.0.0"
  7933. },
  7934. "engines": {
  7935. "node": ">=10"
  7936. }
  7937. },
  7938. "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": {
  7939. "version": "2.7.0",
  7940. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz",
  7941. "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==",
  7942. "dependencies": {
  7943. "@types/json-schema": "^7.0.4",
  7944. "ajv": "^6.12.2",
  7945. "ajv-keywords": "^3.4.1"
  7946. },
  7947. "engines": {
  7948. "node": ">= 8.9.0"
  7949. },
  7950. "funding": {
  7951. "type": "opencollective",
  7952. "url": "https://opencollective.com/webpack"
  7953. }
  7954. },
  7955. "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": {
  7956. "version": "1.1.3",
  7957. "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
  7958. "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==",
  7959. "engines": {
  7960. "node": ">=6"
  7961. }
  7962. },
  7963. "node_modules/form-data": {
  7964. "version": "3.0.1",
  7965. "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
  7966. "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
  7967. "dependencies": {
  7968. "asynckit": "^0.4.0",
  7969. "combined-stream": "^1.0.8",
  7970. "mime-types": "^2.1.12"
  7971. },
  7972. "engines": {
  7973. "node": ">= 6"
  7974. }
  7975. },
  7976. "node_modules/forwarded": {
  7977. "version": "0.2.0",
  7978. "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
  7979. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
  7980. "engines": {
  7981. "node": ">= 0.6"
  7982. }
  7983. },
  7984. "node_modules/fraction.js": {
  7985. "version": "4.2.0",
  7986. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
  7987. "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==",
  7988. "engines": {
  7989. "node": "*"
  7990. },
  7991. "funding": {
  7992. "type": "patreon",
  7993. "url": "https://www.patreon.com/infusion"
  7994. }
  7995. },
  7996. "node_modules/fresh": {
  7997. "version": "0.5.2",
  7998. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  7999. "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=",
  8000. "engines": {
  8001. "node": ">= 0.6"
  8002. }
  8003. },
  8004. "node_modules/fs-extra": {
  8005. "version": "10.1.0",
  8006. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
  8007. "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
  8008. "dependencies": {
  8009. "graceful-fs": "^4.2.0",
  8010. "jsonfile": "^6.0.1",
  8011. "universalify": "^2.0.0"
  8012. },
  8013. "engines": {
  8014. "node": ">=12"
  8015. }
  8016. },
  8017. "node_modules/fs-minipass": {
  8018. "version": "2.1.0",
  8019. "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
  8020. "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
  8021. "dependencies": {
  8022. "minipass": "^3.0.0"
  8023. },
  8024. "engines": {
  8025. "node": ">= 8"
  8026. }
  8027. },
  8028. "node_modules/fs-monkey": {
  8029. "version": "1.0.3",
  8030. "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz",
  8031. "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q=="
  8032. },
  8033. "node_modules/fs.realpath": {
  8034. "version": "1.0.0",
  8035. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  8036. "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
  8037. },
  8038. "node_modules/fsevents": {
  8039. "version": "2.3.2",
  8040. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
  8041. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  8042. "hasInstallScript": true,
  8043. "optional": true,
  8044. "os": [
  8045. "darwin"
  8046. ],
  8047. "engines": {
  8048. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  8049. }
  8050. },
  8051. "node_modules/function-bind": {
  8052. "version": "1.1.1",
  8053. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  8054. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
  8055. },
  8056. "node_modules/functional-red-black-tree": {
  8057. "version": "1.0.1",
  8058. "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
  8059. "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
  8060. },
  8061. "node_modules/functions-have-names": {
  8062. "version": "1.2.2",
  8063. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.2.tgz",
  8064. "integrity": "sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA==",
  8065. "funding": {
  8066. "url": "https://github.com/sponsors/ljharb"
  8067. }
  8068. },
  8069. "node_modules/gauge": {
  8070. "version": "3.0.2",
  8071. "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
  8072. "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
  8073. "dependencies": {
  8074. "aproba": "^1.0.3 || ^2.0.0",
  8075. "color-support": "^1.1.2",
  8076. "console-control-strings": "^1.0.0",
  8077. "has-unicode": "^2.0.1",
  8078. "object-assign": "^4.1.1",
  8079. "signal-exit": "^3.0.0",
  8080. "string-width": "^4.2.3",
  8081. "strip-ansi": "^6.0.1",
  8082. "wide-align": "^1.1.2"
  8083. },
  8084. "engines": {
  8085. "node": ">=10"
  8086. }
  8087. },
  8088. "node_modules/gaze": {
  8089. "version": "1.1.3",
  8090. "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz",
  8091. "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==",
  8092. "dependencies": {
  8093. "globule": "^1.0.0"
  8094. },
  8095. "engines": {
  8096. "node": ">= 4.0.0"
  8097. }
  8098. },
  8099. "node_modules/gensync": {
  8100. "version": "1.0.0-beta.2",
  8101. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  8102. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  8103. "engines": {
  8104. "node": ">=6.9.0"
  8105. }
  8106. },
  8107. "node_modules/get-caller-file": {
  8108. "version": "2.0.5",
  8109. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  8110. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  8111. "engines": {
  8112. "node": "6.* || 8.* || >= 10.*"
  8113. }
  8114. },
  8115. "node_modules/get-intrinsic": {
  8116. "version": "1.1.1",
  8117. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
  8118. "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
  8119. "dependencies": {
  8120. "function-bind": "^1.1.1",
  8121. "has": "^1.0.3",
  8122. "has-symbols": "^1.0.1"
  8123. },
  8124. "funding": {
  8125. "url": "https://github.com/sponsors/ljharb"
  8126. }
  8127. },
  8128. "node_modules/get-own-enumerable-property-symbols": {
  8129. "version": "3.0.2",
  8130. "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
  8131. "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
  8132. },
  8133. "node_modules/get-package-type": {
  8134. "version": "0.1.0",
  8135. "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
  8136. "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
  8137. "engines": {
  8138. "node": ">=8.0.0"
  8139. }
  8140. },
  8141. "node_modules/get-stdin": {
  8142. "version": "4.0.1",
  8143. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
  8144. "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
  8145. "engines": {
  8146. "node": ">=0.10.0"
  8147. }
  8148. },
  8149. "node_modules/get-stream": {
  8150. "version": "6.0.1",
  8151. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  8152. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  8153. "engines": {
  8154. "node": ">=10"
  8155. },
  8156. "funding": {
  8157. "url": "https://github.com/sponsors/sindresorhus"
  8158. }
  8159. },
  8160. "node_modules/get-symbol-description": {
  8161. "version": "1.0.0",
  8162. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
  8163. "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
  8164. "dependencies": {
  8165. "call-bind": "^1.0.2",
  8166. "get-intrinsic": "^1.1.1"
  8167. },
  8168. "engines": {
  8169. "node": ">= 0.4"
  8170. },
  8171. "funding": {
  8172. "url": "https://github.com/sponsors/ljharb"
  8173. }
  8174. },
  8175. "node_modules/getpass": {
  8176. "version": "0.1.7",
  8177. "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
  8178. "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
  8179. "dependencies": {
  8180. "assert-plus": "^1.0.0"
  8181. }
  8182. },
  8183. "node_modules/glob": {
  8184. "version": "7.2.0",
  8185. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
  8186. "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
  8187. "dependencies": {
  8188. "fs.realpath": "^1.0.0",
  8189. "inflight": "^1.0.4",
  8190. "inherits": "2",
  8191. "minimatch": "^3.0.4",
  8192. "once": "^1.3.0",
  8193. "path-is-absolute": "^1.0.0"
  8194. },
  8195. "engines": {
  8196. "node": "*"
  8197. },
  8198. "funding": {
  8199. "url": "https://github.com/sponsors/isaacs"
  8200. }
  8201. },
  8202. "node_modules/glob-parent": {
  8203. "version": "6.0.2",
  8204. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  8205. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  8206. "dependencies": {
  8207. "is-glob": "^4.0.3"
  8208. },
  8209. "engines": {
  8210. "node": ">=10.13.0"
  8211. }
  8212. },
  8213. "node_modules/glob-to-regexp": {
  8214. "version": "0.4.1",
  8215. "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
  8216. "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
  8217. },
  8218. "node_modules/global-modules": {
  8219. "version": "2.0.0",
  8220. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  8221. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  8222. "dependencies": {
  8223. "global-prefix": "^3.0.0"
  8224. },
  8225. "engines": {
  8226. "node": ">=6"
  8227. }
  8228. },
  8229. "node_modules/global-prefix": {
  8230. "version": "3.0.0",
  8231. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  8232. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  8233. "dependencies": {
  8234. "ini": "^1.3.5",
  8235. "kind-of": "^6.0.2",
  8236. "which": "^1.3.1"
  8237. },
  8238. "engines": {
  8239. "node": ">=6"
  8240. }
  8241. },
  8242. "node_modules/global-prefix/node_modules/which": {
  8243. "version": "1.3.1",
  8244. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  8245. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  8246. "dependencies": {
  8247. "isexe": "^2.0.0"
  8248. },
  8249. "bin": {
  8250. "which": "bin/which"
  8251. }
  8252. },
  8253. "node_modules/globals": {
  8254. "version": "11.12.0",
  8255. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  8256. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  8257. "engines": {
  8258. "node": ">=4"
  8259. }
  8260. },
  8261. "node_modules/globby": {
  8262. "version": "11.1.0",
  8263. "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
  8264. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  8265. "dependencies": {
  8266. "array-union": "^2.1.0",
  8267. "dir-glob": "^3.0.1",
  8268. "fast-glob": "^3.2.9",
  8269. "ignore": "^5.2.0",
  8270. "merge2": "^1.4.1",
  8271. "slash": "^3.0.0"
  8272. },
  8273. "engines": {
  8274. "node": ">=10"
  8275. },
  8276. "funding": {
  8277. "url": "https://github.com/sponsors/sindresorhus"
  8278. }
  8279. },
  8280. "node_modules/globule": {
  8281. "version": "1.3.3",
  8282. "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.3.tgz",
  8283. "integrity": "sha512-mb1aYtDbIjTu4ShMB85m3UzjX9BVKe9WCzsnfMSZk+K5GpIbBOexgg4PPCt5eHDEG5/ZQAUX2Kct02zfiPLsKg==",
  8284. "dependencies": {
  8285. "glob": "~7.1.1",
  8286. "lodash": "~4.17.10",
  8287. "minimatch": "~3.0.2"
  8288. },
  8289. "engines": {
  8290. "node": ">= 0.10"
  8291. }
  8292. },
  8293. "node_modules/globule/node_modules/glob": {
  8294. "version": "7.1.7",
  8295. "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
  8296. "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
  8297. "dependencies": {
  8298. "fs.realpath": "^1.0.0",
  8299. "inflight": "^1.0.4",
  8300. "inherits": "2",
  8301. "minimatch": "^3.0.4",
  8302. "once": "^1.3.0",
  8303. "path-is-absolute": "^1.0.0"
  8304. },
  8305. "engines": {
  8306. "node": "*"
  8307. },
  8308. "funding": {
  8309. "url": "https://github.com/sponsors/isaacs"
  8310. }
  8311. },
  8312. "node_modules/globule/node_modules/minimatch": {
  8313. "version": "3.0.8",
  8314. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz",
  8315. "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==",
  8316. "dependencies": {
  8317. "brace-expansion": "^1.1.7"
  8318. },
  8319. "engines": {
  8320. "node": "*"
  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/har-schema": {
  8348. "version": "2.0.0",
  8349. "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
  8350. "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=",
  8351. "engines": {
  8352. "node": ">=4"
  8353. }
  8354. },
  8355. "node_modules/har-validator": {
  8356. "version": "5.1.5",
  8357. "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
  8358. "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
  8359. "deprecated": "this library is no longer supported",
  8360. "dependencies": {
  8361. "ajv": "^6.12.3",
  8362. "har-schema": "^2.0.0"
  8363. },
  8364. "engines": {
  8365. "node": ">=6"
  8366. }
  8367. },
  8368. "node_modules/hard-rejection": {
  8369. "version": "2.1.0",
  8370. "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz",
  8371. "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==",
  8372. "engines": {
  8373. "node": ">=6"
  8374. }
  8375. },
  8376. "node_modules/harmony-reflect": {
  8377. "version": "1.6.2",
  8378. "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz",
  8379. "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g=="
  8380. },
  8381. "node_modules/has": {
  8382. "version": "1.0.3",
  8383. "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  8384. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  8385. "dependencies": {
  8386. "function-bind": "^1.1.1"
  8387. },
  8388. "engines": {
  8389. "node": ">= 0.4.0"
  8390. }
  8391. },
  8392. "node_modules/has-bigints": {
  8393. "version": "1.0.1",
  8394. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz",
  8395. "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==",
  8396. "funding": {
  8397. "url": "https://github.com/sponsors/ljharb"
  8398. }
  8399. },
  8400. "node_modules/has-flag": {
  8401. "version": "4.0.0",
  8402. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8403. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  8404. "engines": {
  8405. "node": ">=8"
  8406. }
  8407. },
  8408. "node_modules/has-property-descriptors": {
  8409. "version": "1.0.0",
  8410. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
  8411. "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
  8412. "dependencies": {
  8413. "get-intrinsic": "^1.1.1"
  8414. },
  8415. "funding": {
  8416. "url": "https://github.com/sponsors/ljharb"
  8417. }
  8418. },
  8419. "node_modules/has-symbols": {
  8420. "version": "1.0.3",
  8421. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
  8422. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  8423. "engines": {
  8424. "node": ">= 0.4"
  8425. },
  8426. "funding": {
  8427. "url": "https://github.com/sponsors/ljharb"
  8428. }
  8429. },
  8430. "node_modules/has-tostringtag": {
  8431. "version": "1.0.0",
  8432. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
  8433. "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
  8434. "dependencies": {
  8435. "has-symbols": "^1.0.2"
  8436. },
  8437. "engines": {
  8438. "node": ">= 0.4"
  8439. },
  8440. "funding": {
  8441. "url": "https://github.com/sponsors/ljharb"
  8442. }
  8443. },
  8444. "node_modules/has-unicode": {
  8445. "version": "2.0.1",
  8446. "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
  8447. "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk="
  8448. },
  8449. "node_modules/he": {
  8450. "version": "1.2.0",
  8451. "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
  8452. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  8453. "bin": {
  8454. "he": "bin/he"
  8455. }
  8456. },
  8457. "node_modules/history": {
  8458. "version": "4.10.1",
  8459. "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz",
  8460. "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==",
  8461. "dependencies": {
  8462. "@babel/runtime": "^7.1.2",
  8463. "loose-envify": "^1.2.0",
  8464. "resolve-pathname": "^3.0.0",
  8465. "tiny-invariant": "^1.0.2",
  8466. "tiny-warning": "^1.0.0",
  8467. "value-equal": "^1.0.1"
  8468. }
  8469. },
  8470. "node_modules/hoist-non-react-statics": {
  8471. "version": "3.3.2",
  8472. "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  8473. "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  8474. "dependencies": {
  8475. "react-is": "^16.7.0"
  8476. }
  8477. },
  8478. "node_modules/hoist-non-react-statics/node_modules/react-is": {
  8479. "version": "16.13.1",
  8480. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  8481. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  8482. },
  8483. "node_modules/hoopy": {
  8484. "version": "0.1.4",
  8485. "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
  8486. "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==",
  8487. "engines": {
  8488. "node": ">= 6.0.0"
  8489. }
  8490. },
  8491. "node_modules/hosted-git-info": {
  8492. "version": "4.1.0",
  8493. "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
  8494. "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==",
  8495. "dependencies": {
  8496. "lru-cache": "^6.0.0"
  8497. },
  8498. "engines": {
  8499. "node": ">=10"
  8500. }
  8501. },
  8502. "node_modules/hpack.js": {
  8503. "version": "2.1.6",
  8504. "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
  8505. "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=",
  8506. "dependencies": {
  8507. "inherits": "^2.0.1",
  8508. "obuf": "^1.0.0",
  8509. "readable-stream": "^2.0.1",
  8510. "wbuf": "^1.1.0"
  8511. }
  8512. },
  8513. "node_modules/hpack.js/node_modules/isarray": {
  8514. "version": "1.0.0",
  8515. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  8516. "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
  8517. },
  8518. "node_modules/hpack.js/node_modules/readable-stream": {
  8519. "version": "2.3.7",
  8520. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  8521. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  8522. "dependencies": {
  8523. "core-util-is": "~1.0.0",
  8524. "inherits": "~2.0.3",
  8525. "isarray": "~1.0.0",
  8526. "process-nextick-args": "~2.0.0",
  8527. "safe-buffer": "~5.1.1",
  8528. "string_decoder": "~1.1.1",
  8529. "util-deprecate": "~1.0.1"
  8530. }
  8531. },
  8532. "node_modules/hpack.js/node_modules/string_decoder": {
  8533. "version": "1.1.1",
  8534. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  8535. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  8536. "dependencies": {
  8537. "safe-buffer": "~5.1.0"
  8538. }
  8539. },
  8540. "node_modules/html-encoding-sniffer": {
  8541. "version": "2.0.1",
  8542. "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
  8543. "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
  8544. "dependencies": {
  8545. "whatwg-encoding": "^1.0.5"
  8546. },
  8547. "engines": {
  8548. "node": ">=10"
  8549. }
  8550. },
  8551. "node_modules/html-entities": {
  8552. "version": "2.3.3",
  8553. "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz",
  8554. "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA=="
  8555. },
  8556. "node_modules/html-escaper": {
  8557. "version": "2.0.2",
  8558. "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
  8559. "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
  8560. },
  8561. "node_modules/html-minifier-terser": {
  8562. "version": "6.1.0",
  8563. "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
  8564. "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
  8565. "dependencies": {
  8566. "camel-case": "^4.1.2",
  8567. "clean-css": "^5.2.2",
  8568. "commander": "^8.3.0",
  8569. "he": "^1.2.0",
  8570. "param-case": "^3.0.4",
  8571. "relateurl": "^0.2.7",
  8572. "terser": "^5.10.0"
  8573. },
  8574. "bin": {
  8575. "html-minifier-terser": "cli.js"
  8576. },
  8577. "engines": {
  8578. "node": ">=12"
  8579. }
  8580. },
  8581. "node_modules/html-webpack-plugin": {
  8582. "version": "5.5.0",
  8583. "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz",
  8584. "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==",
  8585. "dependencies": {
  8586. "@types/html-minifier-terser": "^6.0.0",
  8587. "html-minifier-terser": "^6.0.2",
  8588. "lodash": "^4.17.21",
  8589. "pretty-error": "^4.0.0",
  8590. "tapable": "^2.0.0"
  8591. },
  8592. "engines": {
  8593. "node": ">=10.13.0"
  8594. },
  8595. "funding": {
  8596. "type": "opencollective",
  8597. "url": "https://opencollective.com/html-webpack-plugin"
  8598. },
  8599. "peerDependencies": {
  8600. "webpack": "^5.20.0"
  8601. }
  8602. },
  8603. "node_modules/htmlparser2": {
  8604. "version": "6.1.0",
  8605. "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
  8606. "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
  8607. "funding": [
  8608. "https://github.com/fb55/htmlparser2?sponsor=1",
  8609. {
  8610. "type": "github",
  8611. "url": "https://github.com/sponsors/fb55"
  8612. }
  8613. ],
  8614. "dependencies": {
  8615. "domelementtype": "^2.0.1",
  8616. "domhandler": "^4.0.0",
  8617. "domutils": "^2.5.2",
  8618. "entities": "^2.0.0"
  8619. }
  8620. },
  8621. "node_modules/http-cache-semantics": {
  8622. "version": "4.1.0",
  8623. "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
  8624. "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ=="
  8625. },
  8626. "node_modules/http-deceiver": {
  8627. "version": "1.2.7",
  8628. "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
  8629. "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc="
  8630. },
  8631. "node_modules/http-errors": {
  8632. "version": "1.8.1",
  8633. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
  8634. "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
  8635. "dependencies": {
  8636. "depd": "~1.1.2",
  8637. "inherits": "2.0.4",
  8638. "setprototypeof": "1.2.0",
  8639. "statuses": ">= 1.5.0 < 2",
  8640. "toidentifier": "1.0.1"
  8641. },
  8642. "engines": {
  8643. "node": ">= 0.6"
  8644. }
  8645. },
  8646. "node_modules/http-parser-js": {
  8647. "version": "0.5.6",
  8648. "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.6.tgz",
  8649. "integrity": "sha512-vDlkRPDJn93swjcjqMSaGSPABbIarsr1TLAui/gLDXzV5VsJNdXNzMYDyNBLQkjWQCJ1uizu8T2oDMhmGt0PRA=="
  8650. },
  8651. "node_modules/http-proxy": {
  8652. "version": "1.18.1",
  8653. "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
  8654. "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
  8655. "dependencies": {
  8656. "eventemitter3": "^4.0.0",
  8657. "follow-redirects": "^1.0.0",
  8658. "requires-port": "^1.0.0"
  8659. },
  8660. "engines": {
  8661. "node": ">=8.0.0"
  8662. }
  8663. },
  8664. "node_modules/http-proxy-agent": {
  8665. "version": "4.0.1",
  8666. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
  8667. "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
  8668. "dependencies": {
  8669. "@tootallnate/once": "1",
  8670. "agent-base": "6",
  8671. "debug": "4"
  8672. },
  8673. "engines": {
  8674. "node": ">= 6"
  8675. }
  8676. },
  8677. "node_modules/http-proxy-middleware": {
  8678. "version": "2.0.4",
  8679. "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.4.tgz",
  8680. "integrity": "sha512-m/4FxX17SUvz4lJ5WPXOHDUuCwIqXLfLHs1s0uZ3oYjhoXlx9csYxaOa0ElDEJ+h8Q4iJ1s+lTMbiCa4EXIJqg==",
  8681. "dependencies": {
  8682. "@types/http-proxy": "^1.17.8",
  8683. "http-proxy": "^1.18.1",
  8684. "is-glob": "^4.0.1",
  8685. "is-plain-obj": "^3.0.0",
  8686. "micromatch": "^4.0.2"
  8687. },
  8688. "engines": {
  8689. "node": ">=12.0.0"
  8690. },
  8691. "peerDependencies": {
  8692. "@types/express": "^4.17.13"
  8693. },
  8694. "peerDependenciesMeta": {
  8695. "@types/express": {
  8696. "optional": true
  8697. }
  8698. }
  8699. },
  8700. "node_modules/http-signature": {
  8701. "version": "1.2.0",
  8702. "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
  8703. "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
  8704. "dependencies": {
  8705. "assert-plus": "^1.0.0",
  8706. "jsprim": "^1.2.2",
  8707. "sshpk": "^1.7.0"
  8708. },
  8709. "engines": {
  8710. "node": ">=0.8",
  8711. "npm": ">=1.3.7"
  8712. }
  8713. },
  8714. "node_modules/https-proxy-agent": {
  8715. "version": "5.0.1",
  8716. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  8717. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  8718. "dependencies": {
  8719. "agent-base": "6",
  8720. "debug": "4"
  8721. },
  8722. "engines": {
  8723. "node": ">= 6"
  8724. }
  8725. },
  8726. "node_modules/human-signals": {
  8727. "version": "2.1.0",
  8728. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  8729. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  8730. "engines": {
  8731. "node": ">=10.17.0"
  8732. }
  8733. },
  8734. "node_modules/humanize-ms": {
  8735. "version": "1.2.1",
  8736. "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz",
  8737. "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=",
  8738. "dependencies": {
  8739. "ms": "^2.0.0"
  8740. }
  8741. },
  8742. "node_modules/iconv-lite": {
  8743. "version": "0.6.3",
  8744. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  8745. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  8746. "dependencies": {
  8747. "safer-buffer": ">= 2.1.2 < 3.0.0"
  8748. },
  8749. "engines": {
  8750. "node": ">=0.10.0"
  8751. }
  8752. },
  8753. "node_modules/icss-utils": {
  8754. "version": "5.1.0",
  8755. "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
  8756. "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
  8757. "engines": {
  8758. "node": "^10 || ^12 || >= 14"
  8759. },
  8760. "peerDependencies": {
  8761. "postcss": "^8.1.0"
  8762. }
  8763. },
  8764. "node_modules/idb": {
  8765. "version": "6.1.5",
  8766. "resolved": "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz",
  8767. "integrity": "sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw=="
  8768. },
  8769. "node_modules/identity-obj-proxy": {
  8770. "version": "3.0.0",
  8771. "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz",
  8772. "integrity": "sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=",
  8773. "dependencies": {
  8774. "harmony-reflect": "^1.4.6"
  8775. },
  8776. "engines": {
  8777. "node": ">=4"
  8778. }
  8779. },
  8780. "node_modules/ignore": {
  8781. "version": "5.2.0",
  8782. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
  8783. "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
  8784. "engines": {
  8785. "node": ">= 4"
  8786. }
  8787. },
  8788. "node_modules/immer": {
  8789. "version": "9.0.12",
  8790. "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.12.tgz",
  8791. "integrity": "sha512-lk7UNmSbAukB5B6dh9fnh5D0bJTOFKxVg2cyJWTYrWRfhLrLMBquONcUs3aFq507hNoIZEDDh8lb8UtOizSMhA==",
  8792. "funding": {
  8793. "type": "opencollective",
  8794. "url": "https://opencollective.com/immer"
  8795. }
  8796. },
  8797. "node_modules/immutable": {
  8798. "version": "4.0.0",
  8799. "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.0.0.tgz",
  8800. "integrity": "sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw=="
  8801. },
  8802. "node_modules/import-fresh": {
  8803. "version": "3.3.0",
  8804. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  8805. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  8806. "dependencies": {
  8807. "parent-module": "^1.0.0",
  8808. "resolve-from": "^4.0.0"
  8809. },
  8810. "engines": {
  8811. "node": ">=6"
  8812. },
  8813. "funding": {
  8814. "url": "https://github.com/sponsors/sindresorhus"
  8815. }
  8816. },
  8817. "node_modules/import-fresh/node_modules/resolve-from": {
  8818. "version": "4.0.0",
  8819. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  8820. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  8821. "engines": {
  8822. "node": ">=4"
  8823. }
  8824. },
  8825. "node_modules/import-local": {
  8826. "version": "3.1.0",
  8827. "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
  8828. "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
  8829. "dependencies": {
  8830. "pkg-dir": "^4.2.0",
  8831. "resolve-cwd": "^3.0.0"
  8832. },
  8833. "bin": {
  8834. "import-local-fixture": "fixtures/cli.js"
  8835. },
  8836. "engines": {
  8837. "node": ">=8"
  8838. },
  8839. "funding": {
  8840. "url": "https://github.com/sponsors/sindresorhus"
  8841. }
  8842. },
  8843. "node_modules/imurmurhash": {
  8844. "version": "0.1.4",
  8845. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  8846. "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
  8847. "engines": {
  8848. "node": ">=0.8.19"
  8849. }
  8850. },
  8851. "node_modules/indent-string": {
  8852. "version": "4.0.0",
  8853. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  8854. "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
  8855. "engines": {
  8856. "node": ">=8"
  8857. }
  8858. },
  8859. "node_modules/infer-owner": {
  8860. "version": "1.0.4",
  8861. "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
  8862. "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
  8863. },
  8864. "node_modules/inflight": {
  8865. "version": "1.0.6",
  8866. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  8867. "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
  8868. "dependencies": {
  8869. "once": "^1.3.0",
  8870. "wrappy": "1"
  8871. }
  8872. },
  8873. "node_modules/inherits": {
  8874. "version": "2.0.4",
  8875. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  8876. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  8877. },
  8878. "node_modules/ini": {
  8879. "version": "1.3.8",
  8880. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  8881. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
  8882. },
  8883. "node_modules/internal-slot": {
  8884. "version": "1.0.3",
  8885. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
  8886. "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
  8887. "dependencies": {
  8888. "get-intrinsic": "^1.1.0",
  8889. "has": "^1.0.3",
  8890. "side-channel": "^1.0.4"
  8891. },
  8892. "engines": {
  8893. "node": ">= 0.4"
  8894. }
  8895. },
  8896. "node_modules/ionicons": {
  8897. "version": "5.5.4",
  8898. "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-5.5.4.tgz",
  8899. "integrity": "sha512-3ph8X9my3inhabWEZ7N0XRA0MnnNQ1v9a602mLNgWsIXnxE9G5BybIZ/pws/OZZ/hoNlvSjk801N03yL9/FNgQ==",
  8900. "dependencies": {
  8901. "@stencil/core": "~2.10.0"
  8902. }
  8903. },
  8904. "node_modules/ionicons/node_modules/@stencil/core": {
  8905. "version": "2.10.0",
  8906. "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.10.0.tgz",
  8907. "integrity": "sha512-15rWMTPQ/sp0lSV82HVCXkIya3QLN+uBl7pqK4JnTrp4HiLrzLmNbWjbvgCs55gw0lULbCIGbRIEsFz+Pe/Q+A==",
  8908. "bin": {
  8909. "stencil": "bin/stencil"
  8910. },
  8911. "engines": {
  8912. "node": ">=12.10.0",
  8913. "npm": ">=6.0.0"
  8914. }
  8915. },
  8916. "node_modules/ip": {
  8917. "version": "1.1.5",
  8918. "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
  8919. "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo="
  8920. },
  8921. "node_modules/ipaddr.js": {
  8922. "version": "2.0.1",
  8923. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz",
  8924. "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==",
  8925. "engines": {
  8926. "node": ">= 10"
  8927. }
  8928. },
  8929. "node_modules/is-arrayish": {
  8930. "version": "0.2.1",
  8931. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  8932. "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
  8933. },
  8934. "node_modules/is-bigint": {
  8935. "version": "1.0.4",
  8936. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  8937. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  8938. "dependencies": {
  8939. "has-bigints": "^1.0.1"
  8940. },
  8941. "funding": {
  8942. "url": "https://github.com/sponsors/ljharb"
  8943. }
  8944. },
  8945. "node_modules/is-binary-path": {
  8946. "version": "2.1.0",
  8947. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  8948. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  8949. "dependencies": {
  8950. "binary-extensions": "^2.0.0"
  8951. },
  8952. "engines": {
  8953. "node": ">=8"
  8954. }
  8955. },
  8956. "node_modules/is-boolean-object": {
  8957. "version": "1.1.2",
  8958. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  8959. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  8960. "dependencies": {
  8961. "call-bind": "^1.0.2",
  8962. "has-tostringtag": "^1.0.0"
  8963. },
  8964. "engines": {
  8965. "node": ">= 0.4"
  8966. },
  8967. "funding": {
  8968. "url": "https://github.com/sponsors/ljharb"
  8969. }
  8970. },
  8971. "node_modules/is-callable": {
  8972. "version": "1.2.4",
  8973. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz",
  8974. "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==",
  8975. "engines": {
  8976. "node": ">= 0.4"
  8977. },
  8978. "funding": {
  8979. "url": "https://github.com/sponsors/ljharb"
  8980. }
  8981. },
  8982. "node_modules/is-core-module": {
  8983. "version": "2.8.1",
  8984. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz",
  8985. "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",
  8986. "dependencies": {
  8987. "has": "^1.0.3"
  8988. },
  8989. "funding": {
  8990. "url": "https://github.com/sponsors/ljharb"
  8991. }
  8992. },
  8993. "node_modules/is-date-object": {
  8994. "version": "1.0.5",
  8995. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
  8996. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  8997. "dependencies": {
  8998. "has-tostringtag": "^1.0.0"
  8999. },
  9000. "engines": {
  9001. "node": ">= 0.4"
  9002. },
  9003. "funding": {
  9004. "url": "https://github.com/sponsors/ljharb"
  9005. }
  9006. },
  9007. "node_modules/is-docker": {
  9008. "version": "2.2.1",
  9009. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  9010. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  9011. "bin": {
  9012. "is-docker": "cli.js"
  9013. },
  9014. "engines": {
  9015. "node": ">=8"
  9016. },
  9017. "funding": {
  9018. "url": "https://github.com/sponsors/sindresorhus"
  9019. }
  9020. },
  9021. "node_modules/is-extglob": {
  9022. "version": "2.1.1",
  9023. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  9024. "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
  9025. "engines": {
  9026. "node": ">=0.10.0"
  9027. }
  9028. },
  9029. "node_modules/is-fullwidth-code-point": {
  9030. "version": "3.0.0",
  9031. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  9032. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  9033. "engines": {
  9034. "node": ">=8"
  9035. }
  9036. },
  9037. "node_modules/is-generator-fn": {
  9038. "version": "2.1.0",
  9039. "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
  9040. "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
  9041. "engines": {
  9042. "node": ">=6"
  9043. }
  9044. },
  9045. "node_modules/is-glob": {
  9046. "version": "4.0.3",
  9047. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  9048. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  9049. "dependencies": {
  9050. "is-extglob": "^2.1.1"
  9051. },
  9052. "engines": {
  9053. "node": ">=0.10.0"
  9054. }
  9055. },
  9056. "node_modules/is-lambda": {
  9057. "version": "1.0.1",
  9058. "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
  9059. "integrity": "sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU="
  9060. },
  9061. "node_modules/is-module": {
  9062. "version": "1.0.0",
  9063. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  9064. "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE="
  9065. },
  9066. "node_modules/is-negative-zero": {
  9067. "version": "2.0.2",
  9068. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  9069. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  9070. "engines": {
  9071. "node": ">= 0.4"
  9072. },
  9073. "funding": {
  9074. "url": "https://github.com/sponsors/ljharb"
  9075. }
  9076. },
  9077. "node_modules/is-number": {
  9078. "version": "7.0.0",
  9079. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  9080. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  9081. "engines": {
  9082. "node": ">=0.12.0"
  9083. }
  9084. },
  9085. "node_modules/is-number-object": {
  9086. "version": "1.0.7",
  9087. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  9088. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  9089. "dependencies": {
  9090. "has-tostringtag": "^1.0.0"
  9091. },
  9092. "engines": {
  9093. "node": ">= 0.4"
  9094. },
  9095. "funding": {
  9096. "url": "https://github.com/sponsors/ljharb"
  9097. }
  9098. },
  9099. "node_modules/is-obj": {
  9100. "version": "1.0.1",
  9101. "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
  9102. "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
  9103. "engines": {
  9104. "node": ">=0.10.0"
  9105. }
  9106. },
  9107. "node_modules/is-plain-obj": {
  9108. "version": "3.0.0",
  9109. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
  9110. "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==",
  9111. "engines": {
  9112. "node": ">=10"
  9113. },
  9114. "funding": {
  9115. "url": "https://github.com/sponsors/sindresorhus"
  9116. }
  9117. },
  9118. "node_modules/is-potential-custom-element-name": {
  9119. "version": "1.0.1",
  9120. "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  9121. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
  9122. },
  9123. "node_modules/is-regex": {
  9124. "version": "1.1.4",
  9125. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
  9126. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  9127. "dependencies": {
  9128. "call-bind": "^1.0.2",
  9129. "has-tostringtag": "^1.0.0"
  9130. },
  9131. "engines": {
  9132. "node": ">= 0.4"
  9133. },
  9134. "funding": {
  9135. "url": "https://github.com/sponsors/ljharb"
  9136. }
  9137. },
  9138. "node_modules/is-regexp": {
  9139. "version": "1.0.0",
  9140. "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
  9141. "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=",
  9142. "engines": {
  9143. "node": ">=0.10.0"
  9144. }
  9145. },
  9146. "node_modules/is-root": {
  9147. "version": "2.1.0",
  9148. "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz",
  9149. "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==",
  9150. "engines": {
  9151. "node": ">=6"
  9152. }
  9153. },
  9154. "node_modules/is-shared-array-buffer": {
  9155. "version": "1.0.2",
  9156. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
  9157. "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
  9158. "dependencies": {
  9159. "call-bind": "^1.0.2"
  9160. },
  9161. "funding": {
  9162. "url": "https://github.com/sponsors/ljharb"
  9163. }
  9164. },
  9165. "node_modules/is-stream": {
  9166. "version": "2.0.1",
  9167. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  9168. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  9169. "engines": {
  9170. "node": ">=8"
  9171. },
  9172. "funding": {
  9173. "url": "https://github.com/sponsors/sindresorhus"
  9174. }
  9175. },
  9176. "node_modules/is-string": {
  9177. "version": "1.0.7",
  9178. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
  9179. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  9180. "dependencies": {
  9181. "has-tostringtag": "^1.0.0"
  9182. },
  9183. "engines": {
  9184. "node": ">= 0.4"
  9185. },
  9186. "funding": {
  9187. "url": "https://github.com/sponsors/ljharb"
  9188. }
  9189. },
  9190. "node_modules/is-symbol": {
  9191. "version": "1.0.4",
  9192. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  9193. "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  9194. "dependencies": {
  9195. "has-symbols": "^1.0.2"
  9196. },
  9197. "engines": {
  9198. "node": ">= 0.4"
  9199. },
  9200. "funding": {
  9201. "url": "https://github.com/sponsors/ljharb"
  9202. }
  9203. },
  9204. "node_modules/is-typedarray": {
  9205. "version": "1.0.0",
  9206. "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
  9207. "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
  9208. },
  9209. "node_modules/is-weakref": {
  9210. "version": "1.0.2",
  9211. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
  9212. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  9213. "dependencies": {
  9214. "call-bind": "^1.0.2"
  9215. },
  9216. "funding": {
  9217. "url": "https://github.com/sponsors/ljharb"
  9218. }
  9219. },
  9220. "node_modules/is-wsl": {
  9221. "version": "2.2.0",
  9222. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  9223. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  9224. "dependencies": {
  9225. "is-docker": "^2.0.0"
  9226. },
  9227. "engines": {
  9228. "node": ">=8"
  9229. }
  9230. },
  9231. "node_modules/isarray": {
  9232. "version": "0.0.1",
  9233. "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
  9234. "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
  9235. },
  9236. "node_modules/isexe": {
  9237. "version": "2.0.0",
  9238. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  9239. "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
  9240. },
  9241. "node_modules/isstream": {
  9242. "version": "0.1.2",
  9243. "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
  9244. "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
  9245. },
  9246. "node_modules/istanbul-lib-coverage": {
  9247. "version": "3.2.0",
  9248. "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
  9249. "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
  9250. "engines": {
  9251. "node": ">=8"
  9252. }
  9253. },
  9254. "node_modules/istanbul-lib-instrument": {
  9255. "version": "5.1.0",
  9256. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz",
  9257. "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==",
  9258. "dependencies": {
  9259. "@babel/core": "^7.12.3",
  9260. "@babel/parser": "^7.14.7",
  9261. "@istanbuljs/schema": "^0.1.2",
  9262. "istanbul-lib-coverage": "^3.2.0",
  9263. "semver": "^6.3.0"
  9264. },
  9265. "engines": {
  9266. "node": ">=8"
  9267. }
  9268. },
  9269. "node_modules/istanbul-lib-instrument/node_modules/semver": {
  9270. "version": "6.3.0",
  9271. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  9272. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  9273. "bin": {
  9274. "semver": "bin/semver.js"
  9275. }
  9276. },
  9277. "node_modules/istanbul-lib-report": {
  9278. "version": "3.0.0",
  9279. "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  9280. "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
  9281. "dependencies": {
  9282. "istanbul-lib-coverage": "^3.0.0",
  9283. "make-dir": "^3.0.0",
  9284. "supports-color": "^7.1.0"
  9285. },
  9286. "engines": {
  9287. "node": ">=8"
  9288. }
  9289. },
  9290. "node_modules/istanbul-lib-source-maps": {
  9291. "version": "4.0.1",
  9292. "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
  9293. "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
  9294. "dependencies": {
  9295. "debug": "^4.1.1",
  9296. "istanbul-lib-coverage": "^3.0.0",
  9297. "source-map": "^0.6.1"
  9298. },
  9299. "engines": {
  9300. "node": ">=10"
  9301. }
  9302. },
  9303. "node_modules/istanbul-reports": {
  9304. "version": "3.1.4",
  9305. "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz",
  9306. "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==",
  9307. "dependencies": {
  9308. "html-escaper": "^2.0.0",
  9309. "istanbul-lib-report": "^3.0.0"
  9310. },
  9311. "engines": {
  9312. "node": ">=8"
  9313. }
  9314. },
  9315. "node_modules/jake": {
  9316. "version": "10.8.4",
  9317. "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.4.tgz",
  9318. "integrity": "sha512-MtWeTkl1qGsWUtbl/Jsca/8xSoK3x0UmS82sNbjqxxG/de/M/3b1DntdjHgPMC50enlTNwXOCRqPXLLt5cCfZA==",
  9319. "dependencies": {
  9320. "async": "0.9.x",
  9321. "chalk": "^4.0.2",
  9322. "filelist": "^1.0.1",
  9323. "minimatch": "^3.0.4"
  9324. },
  9325. "bin": {
  9326. "jake": "bin/cli.js"
  9327. },
  9328. "engines": {
  9329. "node": ">=10"
  9330. }
  9331. },
  9332. "node_modules/jake/node_modules/async": {
  9333. "version": "0.9.2",
  9334. "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
  9335. "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0="
  9336. },
  9337. "node_modules/jest": {
  9338. "version": "27.5.1",
  9339. "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
  9340. "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
  9341. "dependencies": {
  9342. "@jest/core": "^27.5.1",
  9343. "import-local": "^3.0.2",
  9344. "jest-cli": "^27.5.1"
  9345. },
  9346. "bin": {
  9347. "jest": "bin/jest.js"
  9348. },
  9349. "engines": {
  9350. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9351. },
  9352. "peerDependencies": {
  9353. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  9354. },
  9355. "peerDependenciesMeta": {
  9356. "node-notifier": {
  9357. "optional": true
  9358. }
  9359. }
  9360. },
  9361. "node_modules/jest-changed-files": {
  9362. "version": "27.5.1",
  9363. "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz",
  9364. "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
  9365. "dependencies": {
  9366. "@jest/types": "^27.5.1",
  9367. "execa": "^5.0.0",
  9368. "throat": "^6.0.1"
  9369. },
  9370. "engines": {
  9371. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9372. }
  9373. },
  9374. "node_modules/jest-circus": {
  9375. "version": "27.5.1",
  9376. "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
  9377. "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
  9378. "dependencies": {
  9379. "@jest/environment": "^27.5.1",
  9380. "@jest/test-result": "^27.5.1",
  9381. "@jest/types": "^27.5.1",
  9382. "@types/node": "*",
  9383. "chalk": "^4.0.0",
  9384. "co": "^4.6.0",
  9385. "dedent": "^0.7.0",
  9386. "expect": "^27.5.1",
  9387. "is-generator-fn": "^2.0.0",
  9388. "jest-each": "^27.5.1",
  9389. "jest-matcher-utils": "^27.5.1",
  9390. "jest-message-util": "^27.5.1",
  9391. "jest-runtime": "^27.5.1",
  9392. "jest-snapshot": "^27.5.1",
  9393. "jest-util": "^27.5.1",
  9394. "pretty-format": "^27.5.1",
  9395. "slash": "^3.0.0",
  9396. "stack-utils": "^2.0.3",
  9397. "throat": "^6.0.1"
  9398. },
  9399. "engines": {
  9400. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9401. }
  9402. },
  9403. "node_modules/jest-cli": {
  9404. "version": "27.5.1",
  9405. "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz",
  9406. "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==",
  9407. "dependencies": {
  9408. "@jest/core": "^27.5.1",
  9409. "@jest/test-result": "^27.5.1",
  9410. "@jest/types": "^27.5.1",
  9411. "chalk": "^4.0.0",
  9412. "exit": "^0.1.2",
  9413. "graceful-fs": "^4.2.9",
  9414. "import-local": "^3.0.2",
  9415. "jest-config": "^27.5.1",
  9416. "jest-util": "^27.5.1",
  9417. "jest-validate": "^27.5.1",
  9418. "prompts": "^2.0.1",
  9419. "yargs": "^16.2.0"
  9420. },
  9421. "bin": {
  9422. "jest": "bin/jest.js"
  9423. },
  9424. "engines": {
  9425. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9426. },
  9427. "peerDependencies": {
  9428. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  9429. },
  9430. "peerDependenciesMeta": {
  9431. "node-notifier": {
  9432. "optional": true
  9433. }
  9434. }
  9435. },
  9436. "node_modules/jest-config": {
  9437. "version": "27.5.1",
  9438. "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
  9439. "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
  9440. "dependencies": {
  9441. "@babel/core": "^7.8.0",
  9442. "@jest/test-sequencer": "^27.5.1",
  9443. "@jest/types": "^27.5.1",
  9444. "babel-jest": "^27.5.1",
  9445. "chalk": "^4.0.0",
  9446. "ci-info": "^3.2.0",
  9447. "deepmerge": "^4.2.2",
  9448. "glob": "^7.1.1",
  9449. "graceful-fs": "^4.2.9",
  9450. "jest-circus": "^27.5.1",
  9451. "jest-environment-jsdom": "^27.5.1",
  9452. "jest-environment-node": "^27.5.1",
  9453. "jest-get-type": "^27.5.1",
  9454. "jest-jasmine2": "^27.5.1",
  9455. "jest-regex-util": "^27.5.1",
  9456. "jest-resolve": "^27.5.1",
  9457. "jest-runner": "^27.5.1",
  9458. "jest-util": "^27.5.1",
  9459. "jest-validate": "^27.5.1",
  9460. "micromatch": "^4.0.4",
  9461. "parse-json": "^5.2.0",
  9462. "pretty-format": "^27.5.1",
  9463. "slash": "^3.0.0",
  9464. "strip-json-comments": "^3.1.1"
  9465. },
  9466. "engines": {
  9467. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9468. },
  9469. "peerDependencies": {
  9470. "ts-node": ">=9.0.0"
  9471. },
  9472. "peerDependenciesMeta": {
  9473. "ts-node": {
  9474. "optional": true
  9475. }
  9476. }
  9477. },
  9478. "node_modules/jest-config/node_modules/jest-get-type": {
  9479. "version": "27.5.1",
  9480. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  9481. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
  9482. "engines": {
  9483. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9484. }
  9485. },
  9486. "node_modules/jest-diff": {
  9487. "version": "26.6.2",
  9488. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz",
  9489. "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==",
  9490. "dependencies": {
  9491. "chalk": "^4.0.0",
  9492. "diff-sequences": "^26.6.2",
  9493. "jest-get-type": "^26.3.0",
  9494. "pretty-format": "^26.6.2"
  9495. },
  9496. "engines": {
  9497. "node": ">= 10.14.2"
  9498. }
  9499. },
  9500. "node_modules/jest-diff/node_modules/@jest/types": {
  9501. "version": "26.6.2",
  9502. "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
  9503. "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
  9504. "dependencies": {
  9505. "@types/istanbul-lib-coverage": "^2.0.0",
  9506. "@types/istanbul-reports": "^3.0.0",
  9507. "@types/node": "*",
  9508. "@types/yargs": "^15.0.0",
  9509. "chalk": "^4.0.0"
  9510. },
  9511. "engines": {
  9512. "node": ">= 10.14.2"
  9513. }
  9514. },
  9515. "node_modules/jest-diff/node_modules/@types/yargs": {
  9516. "version": "15.0.14",
  9517. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz",
  9518. "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==",
  9519. "dependencies": {
  9520. "@types/yargs-parser": "*"
  9521. }
  9522. },
  9523. "node_modules/jest-diff/node_modules/pretty-format": {
  9524. "version": "26.6.2",
  9525. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
  9526. "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
  9527. "dependencies": {
  9528. "@jest/types": "^26.6.2",
  9529. "ansi-regex": "^5.0.0",
  9530. "ansi-styles": "^4.0.0",
  9531. "react-is": "^17.0.1"
  9532. },
  9533. "engines": {
  9534. "node": ">= 10"
  9535. }
  9536. },
  9537. "node_modules/jest-docblock": {
  9538. "version": "27.5.1",
  9539. "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
  9540. "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
  9541. "dependencies": {
  9542. "detect-newline": "^3.0.0"
  9543. },
  9544. "engines": {
  9545. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9546. }
  9547. },
  9548. "node_modules/jest-each": {
  9549. "version": "27.5.1",
  9550. "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
  9551. "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
  9552. "dependencies": {
  9553. "@jest/types": "^27.5.1",
  9554. "chalk": "^4.0.0",
  9555. "jest-get-type": "^27.5.1",
  9556. "jest-util": "^27.5.1",
  9557. "pretty-format": "^27.5.1"
  9558. },
  9559. "engines": {
  9560. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9561. }
  9562. },
  9563. "node_modules/jest-each/node_modules/jest-get-type": {
  9564. "version": "27.5.1",
  9565. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  9566. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
  9567. "engines": {
  9568. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9569. }
  9570. },
  9571. "node_modules/jest-environment-jsdom": {
  9572. "version": "27.5.1",
  9573. "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz",
  9574. "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==",
  9575. "dependencies": {
  9576. "@jest/environment": "^27.5.1",
  9577. "@jest/fake-timers": "^27.5.1",
  9578. "@jest/types": "^27.5.1",
  9579. "@types/node": "*",
  9580. "jest-mock": "^27.5.1",
  9581. "jest-util": "^27.5.1",
  9582. "jsdom": "^16.6.0"
  9583. },
  9584. "engines": {
  9585. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9586. }
  9587. },
  9588. "node_modules/jest-environment-node": {
  9589. "version": "27.5.1",
  9590. "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz",
  9591. "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==",
  9592. "dependencies": {
  9593. "@jest/environment": "^27.5.1",
  9594. "@jest/fake-timers": "^27.5.1",
  9595. "@jest/types": "^27.5.1",
  9596. "@types/node": "*",
  9597. "jest-mock": "^27.5.1",
  9598. "jest-util": "^27.5.1"
  9599. },
  9600. "engines": {
  9601. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9602. }
  9603. },
  9604. "node_modules/jest-get-type": {
  9605. "version": "26.3.0",
  9606. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
  9607. "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==",
  9608. "engines": {
  9609. "node": ">= 10.14.2"
  9610. }
  9611. },
  9612. "node_modules/jest-haste-map": {
  9613. "version": "27.5.1",
  9614. "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
  9615. "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
  9616. "dependencies": {
  9617. "@jest/types": "^27.5.1",
  9618. "@types/graceful-fs": "^4.1.2",
  9619. "@types/node": "*",
  9620. "anymatch": "^3.0.3",
  9621. "fb-watchman": "^2.0.0",
  9622. "graceful-fs": "^4.2.9",
  9623. "jest-regex-util": "^27.5.1",
  9624. "jest-serializer": "^27.5.1",
  9625. "jest-util": "^27.5.1",
  9626. "jest-worker": "^27.5.1",
  9627. "micromatch": "^4.0.4",
  9628. "walker": "^1.0.7"
  9629. },
  9630. "engines": {
  9631. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9632. },
  9633. "optionalDependencies": {
  9634. "fsevents": "^2.3.2"
  9635. }
  9636. },
  9637. "node_modules/jest-jasmine2": {
  9638. "version": "27.5.1",
  9639. "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
  9640. "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
  9641. "dependencies": {
  9642. "@jest/environment": "^27.5.1",
  9643. "@jest/source-map": "^27.5.1",
  9644. "@jest/test-result": "^27.5.1",
  9645. "@jest/types": "^27.5.1",
  9646. "@types/node": "*",
  9647. "chalk": "^4.0.0",
  9648. "co": "^4.6.0",
  9649. "expect": "^27.5.1",
  9650. "is-generator-fn": "^2.0.0",
  9651. "jest-each": "^27.5.1",
  9652. "jest-matcher-utils": "^27.5.1",
  9653. "jest-message-util": "^27.5.1",
  9654. "jest-runtime": "^27.5.1",
  9655. "jest-snapshot": "^27.5.1",
  9656. "jest-util": "^27.5.1",
  9657. "pretty-format": "^27.5.1",
  9658. "throat": "^6.0.1"
  9659. },
  9660. "engines": {
  9661. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9662. }
  9663. },
  9664. "node_modules/jest-leak-detector": {
  9665. "version": "27.5.1",
  9666. "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz",
  9667. "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==",
  9668. "dependencies": {
  9669. "jest-get-type": "^27.5.1",
  9670. "pretty-format": "^27.5.1"
  9671. },
  9672. "engines": {
  9673. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9674. }
  9675. },
  9676. "node_modules/jest-leak-detector/node_modules/jest-get-type": {
  9677. "version": "27.5.1",
  9678. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  9679. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
  9680. "engines": {
  9681. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9682. }
  9683. },
  9684. "node_modules/jest-matcher-utils": {
  9685. "version": "27.5.1",
  9686. "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
  9687. "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
  9688. "dependencies": {
  9689. "chalk": "^4.0.0",
  9690. "jest-diff": "^27.5.1",
  9691. "jest-get-type": "^27.5.1",
  9692. "pretty-format": "^27.5.1"
  9693. },
  9694. "engines": {
  9695. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9696. }
  9697. },
  9698. "node_modules/jest-matcher-utils/node_modules/diff-sequences": {
  9699. "version": "27.5.1",
  9700. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
  9701. "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==",
  9702. "engines": {
  9703. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9704. }
  9705. },
  9706. "node_modules/jest-matcher-utils/node_modules/jest-diff": {
  9707. "version": "27.5.1",
  9708. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
  9709. "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
  9710. "dependencies": {
  9711. "chalk": "^4.0.0",
  9712. "diff-sequences": "^27.5.1",
  9713. "jest-get-type": "^27.5.1",
  9714. "pretty-format": "^27.5.1"
  9715. },
  9716. "engines": {
  9717. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9718. }
  9719. },
  9720. "node_modules/jest-matcher-utils/node_modules/jest-get-type": {
  9721. "version": "27.5.1",
  9722. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  9723. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
  9724. "engines": {
  9725. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9726. }
  9727. },
  9728. "node_modules/jest-message-util": {
  9729. "version": "27.5.1",
  9730. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
  9731. "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
  9732. "dependencies": {
  9733. "@babel/code-frame": "^7.12.13",
  9734. "@jest/types": "^27.5.1",
  9735. "@types/stack-utils": "^2.0.0",
  9736. "chalk": "^4.0.0",
  9737. "graceful-fs": "^4.2.9",
  9738. "micromatch": "^4.0.4",
  9739. "pretty-format": "^27.5.1",
  9740. "slash": "^3.0.0",
  9741. "stack-utils": "^2.0.3"
  9742. },
  9743. "engines": {
  9744. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9745. }
  9746. },
  9747. "node_modules/jest-mock": {
  9748. "version": "27.5.1",
  9749. "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
  9750. "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
  9751. "dependencies": {
  9752. "@jest/types": "^27.5.1",
  9753. "@types/node": "*"
  9754. },
  9755. "engines": {
  9756. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9757. }
  9758. },
  9759. "node_modules/jest-pnp-resolver": {
  9760. "version": "1.2.2",
  9761. "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz",
  9762. "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==",
  9763. "engines": {
  9764. "node": ">=6"
  9765. },
  9766. "peerDependencies": {
  9767. "jest-resolve": "*"
  9768. },
  9769. "peerDependenciesMeta": {
  9770. "jest-resolve": {
  9771. "optional": true
  9772. }
  9773. }
  9774. },
  9775. "node_modules/jest-regex-util": {
  9776. "version": "27.5.1",
  9777. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
  9778. "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
  9779. "engines": {
  9780. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9781. }
  9782. },
  9783. "node_modules/jest-resolve": {
  9784. "version": "27.5.1",
  9785. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz",
  9786. "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==",
  9787. "dependencies": {
  9788. "@jest/types": "^27.5.1",
  9789. "chalk": "^4.0.0",
  9790. "graceful-fs": "^4.2.9",
  9791. "jest-haste-map": "^27.5.1",
  9792. "jest-pnp-resolver": "^1.2.2",
  9793. "jest-util": "^27.5.1",
  9794. "jest-validate": "^27.5.1",
  9795. "resolve": "^1.20.0",
  9796. "resolve.exports": "^1.1.0",
  9797. "slash": "^3.0.0"
  9798. },
  9799. "engines": {
  9800. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9801. }
  9802. },
  9803. "node_modules/jest-resolve-dependencies": {
  9804. "version": "27.5.1",
  9805. "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz",
  9806. "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==",
  9807. "dependencies": {
  9808. "@jest/types": "^27.5.1",
  9809. "jest-regex-util": "^27.5.1",
  9810. "jest-snapshot": "^27.5.1"
  9811. },
  9812. "engines": {
  9813. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9814. }
  9815. },
  9816. "node_modules/jest-runner": {
  9817. "version": "27.5.1",
  9818. "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz",
  9819. "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==",
  9820. "dependencies": {
  9821. "@jest/console": "^27.5.1",
  9822. "@jest/environment": "^27.5.1",
  9823. "@jest/test-result": "^27.5.1",
  9824. "@jest/transform": "^27.5.1",
  9825. "@jest/types": "^27.5.1",
  9826. "@types/node": "*",
  9827. "chalk": "^4.0.0",
  9828. "emittery": "^0.8.1",
  9829. "graceful-fs": "^4.2.9",
  9830. "jest-docblock": "^27.5.1",
  9831. "jest-environment-jsdom": "^27.5.1",
  9832. "jest-environment-node": "^27.5.1",
  9833. "jest-haste-map": "^27.5.1",
  9834. "jest-leak-detector": "^27.5.1",
  9835. "jest-message-util": "^27.5.1",
  9836. "jest-resolve": "^27.5.1",
  9837. "jest-runtime": "^27.5.1",
  9838. "jest-util": "^27.5.1",
  9839. "jest-worker": "^27.5.1",
  9840. "source-map-support": "^0.5.6",
  9841. "throat": "^6.0.1"
  9842. },
  9843. "engines": {
  9844. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9845. }
  9846. },
  9847. "node_modules/jest-runtime": {
  9848. "version": "27.5.1",
  9849. "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz",
  9850. "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==",
  9851. "dependencies": {
  9852. "@jest/environment": "^27.5.1",
  9853. "@jest/fake-timers": "^27.5.1",
  9854. "@jest/globals": "^27.5.1",
  9855. "@jest/source-map": "^27.5.1",
  9856. "@jest/test-result": "^27.5.1",
  9857. "@jest/transform": "^27.5.1",
  9858. "@jest/types": "^27.5.1",
  9859. "chalk": "^4.0.0",
  9860. "cjs-module-lexer": "^1.0.0",
  9861. "collect-v8-coverage": "^1.0.0",
  9862. "execa": "^5.0.0",
  9863. "glob": "^7.1.3",
  9864. "graceful-fs": "^4.2.9",
  9865. "jest-haste-map": "^27.5.1",
  9866. "jest-message-util": "^27.5.1",
  9867. "jest-mock": "^27.5.1",
  9868. "jest-regex-util": "^27.5.1",
  9869. "jest-resolve": "^27.5.1",
  9870. "jest-snapshot": "^27.5.1",
  9871. "jest-util": "^27.5.1",
  9872. "slash": "^3.0.0",
  9873. "strip-bom": "^4.0.0"
  9874. },
  9875. "engines": {
  9876. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9877. }
  9878. },
  9879. "node_modules/jest-serializer": {
  9880. "version": "27.5.1",
  9881. "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz",
  9882. "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==",
  9883. "dependencies": {
  9884. "@types/node": "*",
  9885. "graceful-fs": "^4.2.9"
  9886. },
  9887. "engines": {
  9888. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9889. }
  9890. },
  9891. "node_modules/jest-snapshot": {
  9892. "version": "27.5.1",
  9893. "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz",
  9894. "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==",
  9895. "dependencies": {
  9896. "@babel/core": "^7.7.2",
  9897. "@babel/generator": "^7.7.2",
  9898. "@babel/plugin-syntax-typescript": "^7.7.2",
  9899. "@babel/traverse": "^7.7.2",
  9900. "@babel/types": "^7.0.0",
  9901. "@jest/transform": "^27.5.1",
  9902. "@jest/types": "^27.5.1",
  9903. "@types/babel__traverse": "^7.0.4",
  9904. "@types/prettier": "^2.1.5",
  9905. "babel-preset-current-node-syntax": "^1.0.0",
  9906. "chalk": "^4.0.0",
  9907. "expect": "^27.5.1",
  9908. "graceful-fs": "^4.2.9",
  9909. "jest-diff": "^27.5.1",
  9910. "jest-get-type": "^27.5.1",
  9911. "jest-haste-map": "^27.5.1",
  9912. "jest-matcher-utils": "^27.5.1",
  9913. "jest-message-util": "^27.5.1",
  9914. "jest-util": "^27.5.1",
  9915. "natural-compare": "^1.4.0",
  9916. "pretty-format": "^27.5.1",
  9917. "semver": "^7.3.2"
  9918. },
  9919. "engines": {
  9920. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9921. }
  9922. },
  9923. "node_modules/jest-snapshot/node_modules/diff-sequences": {
  9924. "version": "27.5.1",
  9925. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
  9926. "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==",
  9927. "engines": {
  9928. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9929. }
  9930. },
  9931. "node_modules/jest-snapshot/node_modules/jest-diff": {
  9932. "version": "27.5.1",
  9933. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
  9934. "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
  9935. "dependencies": {
  9936. "chalk": "^4.0.0",
  9937. "diff-sequences": "^27.5.1",
  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-snapshot/node_modules/jest-get-type": {
  9946. "version": "27.5.1",
  9947. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  9948. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
  9949. "engines": {
  9950. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9951. }
  9952. },
  9953. "node_modules/jest-util": {
  9954. "version": "27.5.1",
  9955. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
  9956. "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
  9957. "dependencies": {
  9958. "@jest/types": "^27.5.1",
  9959. "@types/node": "*",
  9960. "chalk": "^4.0.0",
  9961. "ci-info": "^3.2.0",
  9962. "graceful-fs": "^4.2.9",
  9963. "picomatch": "^2.2.3"
  9964. },
  9965. "engines": {
  9966. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9967. }
  9968. },
  9969. "node_modules/jest-validate": {
  9970. "version": "27.5.1",
  9971. "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz",
  9972. "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==",
  9973. "dependencies": {
  9974. "@jest/types": "^27.5.1",
  9975. "camelcase": "^6.2.0",
  9976. "chalk": "^4.0.0",
  9977. "jest-get-type": "^27.5.1",
  9978. "leven": "^3.1.0",
  9979. "pretty-format": "^27.5.1"
  9980. },
  9981. "engines": {
  9982. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9983. }
  9984. },
  9985. "node_modules/jest-validate/node_modules/jest-get-type": {
  9986. "version": "27.5.1",
  9987. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  9988. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
  9989. "engines": {
  9990. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9991. }
  9992. },
  9993. "node_modules/jest-watch-typeahead": {
  9994. "version": "1.0.0",
  9995. "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.0.0.tgz",
  9996. "integrity": "sha512-jxoszalAb394WElmiJTFBMzie/RDCF+W7Q29n5LzOPtcoQoHWfdUtHFkbhgf5NwWe8uMOxvKb/g7ea7CshfkTw==",
  9997. "dependencies": {
  9998. "ansi-escapes": "^4.3.1",
  9999. "chalk": "^4.0.0",
  10000. "jest-regex-util": "^27.0.0",
  10001. "jest-watcher": "^27.0.0",
  10002. "slash": "^4.0.0",
  10003. "string-length": "^5.0.1",
  10004. "strip-ansi": "^7.0.1"
  10005. },
  10006. "engines": {
  10007. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  10008. },
  10009. "peerDependencies": {
  10010. "jest": "^27.0.0"
  10011. }
  10012. },
  10013. "node_modules/jest-watch-typeahead/node_modules/ansi-regex": {
  10014. "version": "6.0.1",
  10015. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
  10016. "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
  10017. "engines": {
  10018. "node": ">=12"
  10019. },
  10020. "funding": {
  10021. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  10022. }
  10023. },
  10024. "node_modules/jest-watch-typeahead/node_modules/char-regex": {
  10025. "version": "2.0.1",
  10026. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz",
  10027. "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==",
  10028. "engines": {
  10029. "node": ">=12.20"
  10030. }
  10031. },
  10032. "node_modules/jest-watch-typeahead/node_modules/slash": {
  10033. "version": "4.0.0",
  10034. "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
  10035. "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
  10036. "engines": {
  10037. "node": ">=12"
  10038. },
  10039. "funding": {
  10040. "url": "https://github.com/sponsors/sindresorhus"
  10041. }
  10042. },
  10043. "node_modules/jest-watch-typeahead/node_modules/string-length": {
  10044. "version": "5.0.1",
  10045. "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz",
  10046. "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==",
  10047. "dependencies": {
  10048. "char-regex": "^2.0.0",
  10049. "strip-ansi": "^7.0.1"
  10050. },
  10051. "engines": {
  10052. "node": ">=12.20"
  10053. },
  10054. "funding": {
  10055. "url": "https://github.com/sponsors/sindresorhus"
  10056. }
  10057. },
  10058. "node_modules/jest-watch-typeahead/node_modules/strip-ansi": {
  10059. "version": "7.0.1",
  10060. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
  10061. "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
  10062. "dependencies": {
  10063. "ansi-regex": "^6.0.1"
  10064. },
  10065. "engines": {
  10066. "node": ">=12"
  10067. },
  10068. "funding": {
  10069. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  10070. }
  10071. },
  10072. "node_modules/jest-watcher": {
  10073. "version": "27.5.1",
  10074. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
  10075. "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
  10076. "dependencies": {
  10077. "@jest/test-result": "^27.5.1",
  10078. "@jest/types": "^27.5.1",
  10079. "@types/node": "*",
  10080. "ansi-escapes": "^4.2.1",
  10081. "chalk": "^4.0.0",
  10082. "jest-util": "^27.5.1",
  10083. "string-length": "^4.0.1"
  10084. },
  10085. "engines": {
  10086. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10087. }
  10088. },
  10089. "node_modules/jest-worker": {
  10090. "version": "27.5.1",
  10091. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
  10092. "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
  10093. "dependencies": {
  10094. "@types/node": "*",
  10095. "merge-stream": "^2.0.0",
  10096. "supports-color": "^8.0.0"
  10097. },
  10098. "engines": {
  10099. "node": ">= 10.13.0"
  10100. }
  10101. },
  10102. "node_modules/jest-worker/node_modules/supports-color": {
  10103. "version": "8.1.1",
  10104. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  10105. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  10106. "dependencies": {
  10107. "has-flag": "^4.0.0"
  10108. },
  10109. "engines": {
  10110. "node": ">=10"
  10111. },
  10112. "funding": {
  10113. "url": "https://github.com/chalk/supports-color?sponsor=1"
  10114. }
  10115. },
  10116. "node_modules/js-base64": {
  10117. "version": "2.6.4",
  10118. "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz",
  10119. "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ=="
  10120. },
  10121. "node_modules/js-tokens": {
  10122. "version": "4.0.0",
  10123. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  10124. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  10125. },
  10126. "node_modules/js-yaml": {
  10127. "version": "3.14.1",
  10128. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
  10129. "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
  10130. "dependencies": {
  10131. "argparse": "^1.0.7",
  10132. "esprima": "^4.0.0"
  10133. },
  10134. "bin": {
  10135. "js-yaml": "bin/js-yaml.js"
  10136. }
  10137. },
  10138. "node_modules/jsbn": {
  10139. "version": "0.1.1",
  10140. "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
  10141. "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
  10142. },
  10143. "node_modules/jsdom": {
  10144. "version": "16.7.0",
  10145. "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
  10146. "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
  10147. "dependencies": {
  10148. "abab": "^2.0.5",
  10149. "acorn": "^8.2.4",
  10150. "acorn-globals": "^6.0.0",
  10151. "cssom": "^0.4.4",
  10152. "cssstyle": "^2.3.0",
  10153. "data-urls": "^2.0.0",
  10154. "decimal.js": "^10.2.1",
  10155. "domexception": "^2.0.1",
  10156. "escodegen": "^2.0.0",
  10157. "form-data": "^3.0.0",
  10158. "html-encoding-sniffer": "^2.0.1",
  10159. "http-proxy-agent": "^4.0.1",
  10160. "https-proxy-agent": "^5.0.0",
  10161. "is-potential-custom-element-name": "^1.0.1",
  10162. "nwsapi": "^2.2.0",
  10163. "parse5": "6.0.1",
  10164. "saxes": "^5.0.1",
  10165. "symbol-tree": "^3.2.4",
  10166. "tough-cookie": "^4.0.0",
  10167. "w3c-hr-time": "^1.0.2",
  10168. "w3c-xmlserializer": "^2.0.0",
  10169. "webidl-conversions": "^6.1.0",
  10170. "whatwg-encoding": "^1.0.5",
  10171. "whatwg-mimetype": "^2.3.0",
  10172. "whatwg-url": "^8.5.0",
  10173. "ws": "^7.4.6",
  10174. "xml-name-validator": "^3.0.0"
  10175. },
  10176. "engines": {
  10177. "node": ">=10"
  10178. },
  10179. "peerDependencies": {
  10180. "canvas": "^2.5.0"
  10181. },
  10182. "peerDependenciesMeta": {
  10183. "canvas": {
  10184. "optional": true
  10185. }
  10186. }
  10187. },
  10188. "node_modules/jsesc": {
  10189. "version": "2.5.2",
  10190. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  10191. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  10192. "bin": {
  10193. "jsesc": "bin/jsesc"
  10194. },
  10195. "engines": {
  10196. "node": ">=4"
  10197. }
  10198. },
  10199. "node_modules/json-parse-better-errors": {
  10200. "version": "1.0.2",
  10201. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  10202. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
  10203. },
  10204. "node_modules/json-parse-even-better-errors": {
  10205. "version": "2.3.1",
  10206. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  10207. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
  10208. },
  10209. "node_modules/json-schema": {
  10210. "version": "0.4.0",
  10211. "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
  10212. "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
  10213. },
  10214. "node_modules/json-schema-traverse": {
  10215. "version": "0.4.1",
  10216. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  10217. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
  10218. },
  10219. "node_modules/json-stable-stringify-without-jsonify": {
  10220. "version": "1.0.1",
  10221. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  10222. "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE="
  10223. },
  10224. "node_modules/json-stringify-safe": {
  10225. "version": "5.0.1",
  10226. "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  10227. "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
  10228. },
  10229. "node_modules/json5": {
  10230. "version": "2.2.1",
  10231. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz",
  10232. "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==",
  10233. "bin": {
  10234. "json5": "lib/cli.js"
  10235. },
  10236. "engines": {
  10237. "node": ">=6"
  10238. }
  10239. },
  10240. "node_modules/jsonfile": {
  10241. "version": "6.1.0",
  10242. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  10243. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  10244. "dependencies": {
  10245. "universalify": "^2.0.0"
  10246. },
  10247. "optionalDependencies": {
  10248. "graceful-fs": "^4.1.6"
  10249. }
  10250. },
  10251. "node_modules/jsonpointer": {
  10252. "version": "5.0.0",
  10253. "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.0.tgz",
  10254. "integrity": "sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg==",
  10255. "engines": {
  10256. "node": ">=0.10.0"
  10257. }
  10258. },
  10259. "node_modules/jsprim": {
  10260. "version": "1.4.2",
  10261. "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz",
  10262. "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
  10263. "dependencies": {
  10264. "assert-plus": "1.0.0",
  10265. "extsprintf": "1.3.0",
  10266. "json-schema": "0.4.0",
  10267. "verror": "1.10.0"
  10268. },
  10269. "engines": {
  10270. "node": ">=0.6.0"
  10271. }
  10272. },
  10273. "node_modules/jsx-ast-utils": {
  10274. "version": "3.2.2",
  10275. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.2.tgz",
  10276. "integrity": "sha512-HDAyJ4MNQBboGpUnHAVUNJs6X0lh058s6FuixsFGP7MgJYpD6Vasd6nzSG5iIfXu1zAYlHJ/zsOKNlrenTUBnw==",
  10277. "dependencies": {
  10278. "array-includes": "^3.1.4",
  10279. "object.assign": "^4.1.2"
  10280. },
  10281. "engines": {
  10282. "node": ">=4.0"
  10283. }
  10284. },
  10285. "node_modules/kind-of": {
  10286. "version": "6.0.3",
  10287. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  10288. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  10289. "engines": {
  10290. "node": ">=0.10.0"
  10291. }
  10292. },
  10293. "node_modules/kleur": {
  10294. "version": "3.0.3",
  10295. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  10296. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  10297. "engines": {
  10298. "node": ">=6"
  10299. }
  10300. },
  10301. "node_modules/klona": {
  10302. "version": "2.0.5",
  10303. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz",
  10304. "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==",
  10305. "engines": {
  10306. "node": ">= 8"
  10307. }
  10308. },
  10309. "node_modules/language-subtag-registry": {
  10310. "version": "0.3.21",
  10311. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz",
  10312. "integrity": "sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg=="
  10313. },
  10314. "node_modules/language-tags": {
  10315. "version": "1.0.5",
  10316. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
  10317. "integrity": "sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=",
  10318. "dependencies": {
  10319. "language-subtag-registry": "~0.3.2"
  10320. }
  10321. },
  10322. "node_modules/leven": {
  10323. "version": "3.1.0",
  10324. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  10325. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  10326. "engines": {
  10327. "node": ">=6"
  10328. }
  10329. },
  10330. "node_modules/levn": {
  10331. "version": "0.4.1",
  10332. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  10333. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  10334. "dependencies": {
  10335. "prelude-ls": "^1.2.1",
  10336. "type-check": "~0.4.0"
  10337. },
  10338. "engines": {
  10339. "node": ">= 0.8.0"
  10340. }
  10341. },
  10342. "node_modules/lilconfig": {
  10343. "version": "2.0.5",
  10344. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.5.tgz",
  10345. "integrity": "sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==",
  10346. "engines": {
  10347. "node": ">=10"
  10348. }
  10349. },
  10350. "node_modules/lines-and-columns": {
  10351. "version": "1.2.4",
  10352. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  10353. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
  10354. },
  10355. "node_modules/loader-runner": {
  10356. "version": "4.3.0",
  10357. "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
  10358. "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==",
  10359. "engines": {
  10360. "node": ">=6.11.5"
  10361. }
  10362. },
  10363. "node_modules/loader-utils": {
  10364. "version": "2.0.2",
  10365. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz",
  10366. "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==",
  10367. "dependencies": {
  10368. "big.js": "^5.2.2",
  10369. "emojis-list": "^3.0.0",
  10370. "json5": "^2.1.2"
  10371. },
  10372. "engines": {
  10373. "node": ">=8.9.0"
  10374. }
  10375. },
  10376. "node_modules/locate-path": {
  10377. "version": "6.0.0",
  10378. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  10379. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  10380. "dependencies": {
  10381. "p-locate": "^5.0.0"
  10382. },
  10383. "engines": {
  10384. "node": ">=10"
  10385. },
  10386. "funding": {
  10387. "url": "https://github.com/sponsors/sindresorhus"
  10388. }
  10389. },
  10390. "node_modules/lodash": {
  10391. "version": "4.17.21",
  10392. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  10393. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  10394. },
  10395. "node_modules/lodash.debounce": {
  10396. "version": "4.0.8",
  10397. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  10398. "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168="
  10399. },
  10400. "node_modules/lodash.memoize": {
  10401. "version": "4.1.2",
  10402. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  10403. "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4="
  10404. },
  10405. "node_modules/lodash.merge": {
  10406. "version": "4.6.2",
  10407. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  10408. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
  10409. },
  10410. "node_modules/lodash.sortby": {
  10411. "version": "4.7.0",
  10412. "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
  10413. "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg="
  10414. },
  10415. "node_modules/lodash.uniq": {
  10416. "version": "4.5.0",
  10417. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  10418. "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M="
  10419. },
  10420. "node_modules/loose-envify": {
  10421. "version": "1.4.0",
  10422. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  10423. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  10424. "dependencies": {
  10425. "js-tokens": "^3.0.0 || ^4.0.0"
  10426. },
  10427. "bin": {
  10428. "loose-envify": "cli.js"
  10429. }
  10430. },
  10431. "node_modules/lower-case": {
  10432. "version": "2.0.2",
  10433. "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
  10434. "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
  10435. "dependencies": {
  10436. "tslib": "^2.0.3"
  10437. }
  10438. },
  10439. "node_modules/lru-cache": {
  10440. "version": "6.0.0",
  10441. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  10442. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  10443. "dependencies": {
  10444. "yallist": "^4.0.0"
  10445. },
  10446. "engines": {
  10447. "node": ">=10"
  10448. }
  10449. },
  10450. "node_modules/lz-string": {
  10451. "version": "1.4.4",
  10452. "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz",
  10453. "integrity": "sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=",
  10454. "bin": {
  10455. "lz-string": "bin/bin.js"
  10456. }
  10457. },
  10458. "node_modules/magic-string": {
  10459. "version": "0.25.9",
  10460. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
  10461. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  10462. "dependencies": {
  10463. "sourcemap-codec": "^1.4.8"
  10464. }
  10465. },
  10466. "node_modules/make-dir": {
  10467. "version": "3.1.0",
  10468. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  10469. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  10470. "dependencies": {
  10471. "semver": "^6.0.0"
  10472. },
  10473. "engines": {
  10474. "node": ">=8"
  10475. },
  10476. "funding": {
  10477. "url": "https://github.com/sponsors/sindresorhus"
  10478. }
  10479. },
  10480. "node_modules/make-dir/node_modules/semver": {
  10481. "version": "6.3.0",
  10482. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  10483. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  10484. "bin": {
  10485. "semver": "bin/semver.js"
  10486. }
  10487. },
  10488. "node_modules/make-fetch-happen": {
  10489. "version": "9.1.0",
  10490. "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz",
  10491. "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==",
  10492. "dependencies": {
  10493. "agentkeepalive": "^4.1.3",
  10494. "cacache": "^15.2.0",
  10495. "http-cache-semantics": "^4.1.0",
  10496. "http-proxy-agent": "^4.0.1",
  10497. "https-proxy-agent": "^5.0.0",
  10498. "is-lambda": "^1.0.1",
  10499. "lru-cache": "^6.0.0",
  10500. "minipass": "^3.1.3",
  10501. "minipass-collect": "^1.0.2",
  10502. "minipass-fetch": "^1.3.2",
  10503. "minipass-flush": "^1.0.5",
  10504. "minipass-pipeline": "^1.2.4",
  10505. "negotiator": "^0.6.2",
  10506. "promise-retry": "^2.0.1",
  10507. "socks-proxy-agent": "^6.0.0",
  10508. "ssri": "^8.0.0"
  10509. },
  10510. "engines": {
  10511. "node": ">= 10"
  10512. }
  10513. },
  10514. "node_modules/makeerror": {
  10515. "version": "1.0.12",
  10516. "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
  10517. "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
  10518. "dependencies": {
  10519. "tmpl": "1.0.5"
  10520. }
  10521. },
  10522. "node_modules/map-obj": {
  10523. "version": "4.3.0",
  10524. "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz",
  10525. "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==",
  10526. "engines": {
  10527. "node": ">=8"
  10528. },
  10529. "funding": {
  10530. "url": "https://github.com/sponsors/sindresorhus"
  10531. }
  10532. },
  10533. "node_modules/mdn-data": {
  10534. "version": "2.0.4",
  10535. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
  10536. "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA=="
  10537. },
  10538. "node_modules/media-typer": {
  10539. "version": "0.3.0",
  10540. "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
  10541. "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
  10542. "engines": {
  10543. "node": ">= 0.6"
  10544. }
  10545. },
  10546. "node_modules/memfs": {
  10547. "version": "3.4.1",
  10548. "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.1.tgz",
  10549. "integrity": "sha512-1c9VPVvW5P7I85c35zAdEr1TD5+F11IToIHIlrVIcflfnzPkJa0ZoYEoEdYDP8KgPFoSZ/opDrUsAoZWym3mtw==",
  10550. "dependencies": {
  10551. "fs-monkey": "1.0.3"
  10552. },
  10553. "engines": {
  10554. "node": ">= 4.0.0"
  10555. }
  10556. },
  10557. "node_modules/meow": {
  10558. "version": "9.0.0",
  10559. "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz",
  10560. "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==",
  10561. "dependencies": {
  10562. "@types/minimist": "^1.2.0",
  10563. "camelcase-keys": "^6.2.2",
  10564. "decamelize": "^1.2.0",
  10565. "decamelize-keys": "^1.1.0",
  10566. "hard-rejection": "^2.1.0",
  10567. "minimist-options": "4.1.0",
  10568. "normalize-package-data": "^3.0.0",
  10569. "read-pkg-up": "^7.0.1",
  10570. "redent": "^3.0.0",
  10571. "trim-newlines": "^3.0.0",
  10572. "type-fest": "^0.18.0",
  10573. "yargs-parser": "^20.2.3"
  10574. },
  10575. "engines": {
  10576. "node": ">=10"
  10577. },
  10578. "funding": {
  10579. "url": "https://github.com/sponsors/sindresorhus"
  10580. }
  10581. },
  10582. "node_modules/meow/node_modules/type-fest": {
  10583. "version": "0.18.1",
  10584. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
  10585. "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==",
  10586. "engines": {
  10587. "node": ">=10"
  10588. },
  10589. "funding": {
  10590. "url": "https://github.com/sponsors/sindresorhus"
  10591. }
  10592. },
  10593. "node_modules/merge-descriptors": {
  10594. "version": "1.0.1",
  10595. "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
  10596. "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
  10597. },
  10598. "node_modules/merge-stream": {
  10599. "version": "2.0.0",
  10600. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  10601. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  10602. },
  10603. "node_modules/merge2": {
  10604. "version": "1.4.1",
  10605. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  10606. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  10607. "engines": {
  10608. "node": ">= 8"
  10609. }
  10610. },
  10611. "node_modules/methods": {
  10612. "version": "1.1.2",
  10613. "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
  10614. "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
  10615. "engines": {
  10616. "node": ">= 0.6"
  10617. }
  10618. },
  10619. "node_modules/micromatch": {
  10620. "version": "4.0.5",
  10621. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  10622. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  10623. "dependencies": {
  10624. "braces": "^3.0.2",
  10625. "picomatch": "^2.3.1"
  10626. },
  10627. "engines": {
  10628. "node": ">=8.6"
  10629. }
  10630. },
  10631. "node_modules/mime": {
  10632. "version": "1.6.0",
  10633. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  10634. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  10635. "bin": {
  10636. "mime": "cli.js"
  10637. },
  10638. "engines": {
  10639. "node": ">=4"
  10640. }
  10641. },
  10642. "node_modules/mime-db": {
  10643. "version": "1.52.0",
  10644. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  10645. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  10646. "engines": {
  10647. "node": ">= 0.6"
  10648. }
  10649. },
  10650. "node_modules/mime-types": {
  10651. "version": "2.1.35",
  10652. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  10653. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  10654. "dependencies": {
  10655. "mime-db": "1.52.0"
  10656. },
  10657. "engines": {
  10658. "node": ">= 0.6"
  10659. }
  10660. },
  10661. "node_modules/mimic-fn": {
  10662. "version": "2.1.0",
  10663. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  10664. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  10665. "engines": {
  10666. "node": ">=6"
  10667. }
  10668. },
  10669. "node_modules/min-indent": {
  10670. "version": "1.0.1",
  10671. "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
  10672. "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
  10673. "engines": {
  10674. "node": ">=4"
  10675. }
  10676. },
  10677. "node_modules/mini-create-react-context": {
  10678. "version": "0.4.1",
  10679. "resolved": "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz",
  10680. "integrity": "sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==",
  10681. "dependencies": {
  10682. "@babel/runtime": "^7.12.1",
  10683. "tiny-warning": "^1.0.3"
  10684. },
  10685. "peerDependencies": {
  10686. "prop-types": "^15.0.0",
  10687. "react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  10688. }
  10689. },
  10690. "node_modules/mini-css-extract-plugin": {
  10691. "version": "2.6.0",
  10692. "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.0.tgz",
  10693. "integrity": "sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w==",
  10694. "dependencies": {
  10695. "schema-utils": "^4.0.0"
  10696. },
  10697. "engines": {
  10698. "node": ">= 12.13.0"
  10699. },
  10700. "funding": {
  10701. "type": "opencollective",
  10702. "url": "https://opencollective.com/webpack"
  10703. },
  10704. "peerDependencies": {
  10705. "webpack": "^5.0.0"
  10706. }
  10707. },
  10708. "node_modules/mini-css-extract-plugin/node_modules/ajv": {
  10709. "version": "8.11.0",
  10710. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  10711. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  10712. "dependencies": {
  10713. "fast-deep-equal": "^3.1.1",
  10714. "json-schema-traverse": "^1.0.0",
  10715. "require-from-string": "^2.0.2",
  10716. "uri-js": "^4.2.2"
  10717. },
  10718. "funding": {
  10719. "type": "github",
  10720. "url": "https://github.com/sponsors/epoberezkin"
  10721. }
  10722. },
  10723. "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": {
  10724. "version": "5.1.0",
  10725. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  10726. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  10727. "dependencies": {
  10728. "fast-deep-equal": "^3.1.3"
  10729. },
  10730. "peerDependencies": {
  10731. "ajv": "^8.8.2"
  10732. }
  10733. },
  10734. "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": {
  10735. "version": "1.0.0",
  10736. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  10737. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  10738. },
  10739. "node_modules/mini-css-extract-plugin/node_modules/schema-utils": {
  10740. "version": "4.0.0",
  10741. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  10742. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  10743. "dependencies": {
  10744. "@types/json-schema": "^7.0.9",
  10745. "ajv": "^8.8.0",
  10746. "ajv-formats": "^2.1.1",
  10747. "ajv-keywords": "^5.0.0"
  10748. },
  10749. "engines": {
  10750. "node": ">= 12.13.0"
  10751. },
  10752. "funding": {
  10753. "type": "opencollective",
  10754. "url": "https://opencollective.com/webpack"
  10755. }
  10756. },
  10757. "node_modules/minimalistic-assert": {
  10758. "version": "1.0.1",
  10759. "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
  10760. "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
  10761. },
  10762. "node_modules/minimatch": {
  10763. "version": "3.1.2",
  10764. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  10765. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  10766. "dependencies": {
  10767. "brace-expansion": "^1.1.7"
  10768. },
  10769. "engines": {
  10770. "node": "*"
  10771. }
  10772. },
  10773. "node_modules/minimist": {
  10774. "version": "1.2.6",
  10775. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
  10776. "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
  10777. },
  10778. "node_modules/minimist-options": {
  10779. "version": "4.1.0",
  10780. "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz",
  10781. "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==",
  10782. "dependencies": {
  10783. "arrify": "^1.0.1",
  10784. "is-plain-obj": "^1.1.0",
  10785. "kind-of": "^6.0.3"
  10786. },
  10787. "engines": {
  10788. "node": ">= 6"
  10789. }
  10790. },
  10791. "node_modules/minimist-options/node_modules/is-plain-obj": {
  10792. "version": "1.1.0",
  10793. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
  10794. "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
  10795. "engines": {
  10796. "node": ">=0.10.0"
  10797. }
  10798. },
  10799. "node_modules/minipass": {
  10800. "version": "3.1.6",
  10801. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.6.tgz",
  10802. "integrity": "sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ==",
  10803. "dependencies": {
  10804. "yallist": "^4.0.0"
  10805. },
  10806. "engines": {
  10807. "node": ">=8"
  10808. }
  10809. },
  10810. "node_modules/minipass-collect": {
  10811. "version": "1.0.2",
  10812. "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",
  10813. "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
  10814. "dependencies": {
  10815. "minipass": "^3.0.0"
  10816. },
  10817. "engines": {
  10818. "node": ">= 8"
  10819. }
  10820. },
  10821. "node_modules/minipass-fetch": {
  10822. "version": "1.4.1",
  10823. "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz",
  10824. "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==",
  10825. "dependencies": {
  10826. "minipass": "^3.1.0",
  10827. "minipass-sized": "^1.0.3",
  10828. "minizlib": "^2.0.0"
  10829. },
  10830. "engines": {
  10831. "node": ">=8"
  10832. },
  10833. "optionalDependencies": {
  10834. "encoding": "^0.1.12"
  10835. }
  10836. },
  10837. "node_modules/minipass-flush": {
  10838. "version": "1.0.5",
  10839. "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz",
  10840. "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==",
  10841. "dependencies": {
  10842. "minipass": "^3.0.0"
  10843. },
  10844. "engines": {
  10845. "node": ">= 8"
  10846. }
  10847. },
  10848. "node_modules/minipass-pipeline": {
  10849. "version": "1.2.4",
  10850. "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
  10851. "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
  10852. "dependencies": {
  10853. "minipass": "^3.0.0"
  10854. },
  10855. "engines": {
  10856. "node": ">=8"
  10857. }
  10858. },
  10859. "node_modules/minipass-sized": {
  10860. "version": "1.0.3",
  10861. "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz",
  10862. "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==",
  10863. "dependencies": {
  10864. "minipass": "^3.0.0"
  10865. },
  10866. "engines": {
  10867. "node": ">=8"
  10868. }
  10869. },
  10870. "node_modules/minizlib": {
  10871. "version": "2.1.2",
  10872. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
  10873. "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
  10874. "dependencies": {
  10875. "minipass": "^3.0.0",
  10876. "yallist": "^4.0.0"
  10877. },
  10878. "engines": {
  10879. "node": ">= 8"
  10880. }
  10881. },
  10882. "node_modules/mkdirp": {
  10883. "version": "0.5.6",
  10884. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
  10885. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  10886. "dependencies": {
  10887. "minimist": "^1.2.6"
  10888. },
  10889. "bin": {
  10890. "mkdirp": "bin/cmd.js"
  10891. }
  10892. },
  10893. "node_modules/ms": {
  10894. "version": "2.1.2",
  10895. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  10896. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  10897. },
  10898. "node_modules/multicast-dns": {
  10899. "version": "7.2.4",
  10900. "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.4.tgz",
  10901. "integrity": "sha512-XkCYOU+rr2Ft3LI6w4ye51M3VK31qJXFIxu0XLw169PtKG0Zx47OrXeVW/GCYOfpC9s1yyyf1S+L8/4LY0J9Zw==",
  10902. "dependencies": {
  10903. "dns-packet": "^5.2.2",
  10904. "thunky": "^1.0.2"
  10905. },
  10906. "bin": {
  10907. "multicast-dns": "cli.js"
  10908. }
  10909. },
  10910. "node_modules/nan": {
  10911. "version": "2.15.0",
  10912. "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz",
  10913. "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ=="
  10914. },
  10915. "node_modules/nanoid": {
  10916. "version": "3.3.2",
  10917. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.2.tgz",
  10918. "integrity": "sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA==",
  10919. "bin": {
  10920. "nanoid": "bin/nanoid.cjs"
  10921. },
  10922. "engines": {
  10923. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  10924. }
  10925. },
  10926. "node_modules/native-run": {
  10927. "version": "1.5.0",
  10928. "resolved": "https://registry.npmjs.org/native-run/-/native-run-1.5.0.tgz",
  10929. "integrity": "sha512-YYsYYAljk70N+FJLeY5KuafsBit7agOBR3ch1KTXOaKkREkM49yCwJIwVz2faoWpJ2MeyLdXltk5PskUuPQqZA==",
  10930. "dev": true,
  10931. "dependencies": {
  10932. "@ionic/utils-fs": "^3.1.5",
  10933. "@ionic/utils-terminal": "^2.3.1",
  10934. "bplist-parser": "^0.3.0",
  10935. "debug": "^4.3.2",
  10936. "elementtree": "^0.1.7",
  10937. "ini": "^1.3.5",
  10938. "plist": "^3.0.4",
  10939. "split2": "^3.2.2",
  10940. "through2": "^4.0.2",
  10941. "tslib": "^2.3.1",
  10942. "yauzl": "^2.10.0"
  10943. },
  10944. "bin": {
  10945. "native-run": "bin/native-run"
  10946. },
  10947. "engines": {
  10948. "node": ">=10.3.0"
  10949. }
  10950. },
  10951. "node_modules/natural-compare": {
  10952. "version": "1.4.0",
  10953. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  10954. "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
  10955. },
  10956. "node_modules/negotiator": {
  10957. "version": "0.6.3",
  10958. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
  10959. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  10960. "engines": {
  10961. "node": ">= 0.6"
  10962. }
  10963. },
  10964. "node_modules/neo-async": {
  10965. "version": "2.6.2",
  10966. "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  10967. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
  10968. },
  10969. "node_modules/no-case": {
  10970. "version": "3.0.4",
  10971. "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
  10972. "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
  10973. "dependencies": {
  10974. "lower-case": "^2.0.2",
  10975. "tslib": "^2.0.3"
  10976. }
  10977. },
  10978. "node_modules/node": {
  10979. "version": "17.7.2",
  10980. "resolved": "https://registry.npmjs.org/node/-/node-17.7.2.tgz",
  10981. "integrity": "sha512-1hLwQfuA39nUDxCTwKqS8l27E9OEzfAdK5xU4Wcr3h2FrQao6qWNnurgWn4GJn9g6tfHuuupyrBl1lvMLNnecw==",
  10982. "hasInstallScript": true,
  10983. "dependencies": {
  10984. "node-bin-setup": "^1.0.0"
  10985. },
  10986. "bin": {
  10987. "node": "bin/node"
  10988. },
  10989. "engines": {
  10990. "npm": ">=5.0.0"
  10991. }
  10992. },
  10993. "node_modules/node-bin-setup": {
  10994. "version": "1.1.0",
  10995. "resolved": "https://registry.npmjs.org/node-bin-setup/-/node-bin-setup-1.1.0.tgz",
  10996. "integrity": "sha512-pTeU6NgUrexiLNtd+AKwvg6cngHMvj5FZ5e2bbv2ogBSIc9yhkXSSaTScfSRZnwHIh5YFmYSYlemLWkiKD7rog=="
  10997. },
  10998. "node_modules/node-forge": {
  10999. "version": "1.3.1",
  11000. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
  11001. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
  11002. "engines": {
  11003. "node": ">= 6.13.0"
  11004. }
  11005. },
  11006. "node_modules/node-gyp": {
  11007. "version": "8.4.1",
  11008. "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",
  11009. "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==",
  11010. "dependencies": {
  11011. "env-paths": "^2.2.0",
  11012. "glob": "^7.1.4",
  11013. "graceful-fs": "^4.2.6",
  11014. "make-fetch-happen": "^9.1.0",
  11015. "nopt": "^5.0.0",
  11016. "npmlog": "^6.0.0",
  11017. "rimraf": "^3.0.2",
  11018. "semver": "^7.3.5",
  11019. "tar": "^6.1.2",
  11020. "which": "^2.0.2"
  11021. },
  11022. "bin": {
  11023. "node-gyp": "bin/node-gyp.js"
  11024. },
  11025. "engines": {
  11026. "node": ">= 10.12.0"
  11027. }
  11028. },
  11029. "node_modules/node-gyp/node_modules/are-we-there-yet": {
  11030. "version": "3.0.0",
  11031. "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.0.tgz",
  11032. "integrity": "sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==",
  11033. "dependencies": {
  11034. "delegates": "^1.0.0",
  11035. "readable-stream": "^3.6.0"
  11036. },
  11037. "engines": {
  11038. "node": "^12.13.0 || ^14.15.0 || >=16"
  11039. }
  11040. },
  11041. "node_modules/node-gyp/node_modules/gauge": {
  11042. "version": "4.0.4",
  11043. "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz",
  11044. "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==",
  11045. "dependencies": {
  11046. "aproba": "^1.0.3 || ^2.0.0",
  11047. "color-support": "^1.1.3",
  11048. "console-control-strings": "^1.1.0",
  11049. "has-unicode": "^2.0.1",
  11050. "signal-exit": "^3.0.7",
  11051. "string-width": "^4.2.3",
  11052. "strip-ansi": "^6.0.1",
  11053. "wide-align": "^1.1.5"
  11054. },
  11055. "engines": {
  11056. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  11057. }
  11058. },
  11059. "node_modules/node-gyp/node_modules/npmlog": {
  11060. "version": "6.0.1",
  11061. "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.1.tgz",
  11062. "integrity": "sha512-BTHDvY6nrRHuRfyjt1MAufLxYdVXZfd099H4+i1f0lPywNQyI4foeNXJRObB/uy+TYqUW0vAD9gbdSOXPst7Eg==",
  11063. "dependencies": {
  11064. "are-we-there-yet": "^3.0.0",
  11065. "console-control-strings": "^1.1.0",
  11066. "gauge": "^4.0.0",
  11067. "set-blocking": "^2.0.0"
  11068. },
  11069. "engines": {
  11070. "node": "^12.13.0 || ^14.15.0 || >=16"
  11071. }
  11072. },
  11073. "node_modules/node-int64": {
  11074. "version": "0.4.0",
  11075. "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
  11076. "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs="
  11077. },
  11078. "node_modules/node-releases": {
  11079. "version": "2.0.3",
  11080. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.3.tgz",
  11081. "integrity": "sha512-maHFz6OLqYxz+VQyCAtA3PTX4UP/53pa05fyDNc9CwjvJ0yEh6+xBwKsgCxMNhS8taUKBFYxfuiaD9U/55iFaw=="
  11082. },
  11083. "node_modules/node-sass": {
  11084. "version": "7.0.1",
  11085. "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-7.0.1.tgz",
  11086. "integrity": "sha512-uMy+Xt29NlqKCFdFRZyXKOTqGt+QaKHexv9STj2WeLottnlqZEEWx6Bj0MXNthmFRRdM/YwyNo/8Tr46TOM0jQ==",
  11087. "hasInstallScript": true,
  11088. "dependencies": {
  11089. "async-foreach": "^0.1.3",
  11090. "chalk": "^4.1.2",
  11091. "cross-spawn": "^7.0.3",
  11092. "gaze": "^1.0.0",
  11093. "get-stdin": "^4.0.1",
  11094. "glob": "^7.0.3",
  11095. "lodash": "^4.17.15",
  11096. "meow": "^9.0.0",
  11097. "nan": "^2.13.2",
  11098. "node-gyp": "^8.4.1",
  11099. "npmlog": "^5.0.0",
  11100. "request": "^2.88.0",
  11101. "sass-graph": "4.0.0",
  11102. "stdout-stream": "^1.4.0",
  11103. "true-case-path": "^1.0.2"
  11104. },
  11105. "bin": {
  11106. "node-sass": "bin/node-sass"
  11107. },
  11108. "engines": {
  11109. "node": ">=12"
  11110. }
  11111. },
  11112. "node_modules/nopt": {
  11113. "version": "5.0.0",
  11114. "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
  11115. "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
  11116. "dependencies": {
  11117. "abbrev": "1"
  11118. },
  11119. "bin": {
  11120. "nopt": "bin/nopt.js"
  11121. },
  11122. "engines": {
  11123. "node": ">=6"
  11124. }
  11125. },
  11126. "node_modules/normalize-package-data": {
  11127. "version": "3.0.3",
  11128. "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
  11129. "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==",
  11130. "dependencies": {
  11131. "hosted-git-info": "^4.0.1",
  11132. "is-core-module": "^2.5.0",
  11133. "semver": "^7.3.4",
  11134. "validate-npm-package-license": "^3.0.1"
  11135. },
  11136. "engines": {
  11137. "node": ">=10"
  11138. }
  11139. },
  11140. "node_modules/normalize-path": {
  11141. "version": "3.0.0",
  11142. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  11143. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  11144. "engines": {
  11145. "node": ">=0.10.0"
  11146. }
  11147. },
  11148. "node_modules/normalize-range": {
  11149. "version": "0.1.2",
  11150. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  11151. "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
  11152. "engines": {
  11153. "node": ">=0.10.0"
  11154. }
  11155. },
  11156. "node_modules/normalize-url": {
  11157. "version": "6.1.0",
  11158. "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
  11159. "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
  11160. "engines": {
  11161. "node": ">=10"
  11162. },
  11163. "funding": {
  11164. "url": "https://github.com/sponsors/sindresorhus"
  11165. }
  11166. },
  11167. "node_modules/npm-run-path": {
  11168. "version": "4.0.1",
  11169. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  11170. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  11171. "dependencies": {
  11172. "path-key": "^3.0.0"
  11173. },
  11174. "engines": {
  11175. "node": ">=8"
  11176. }
  11177. },
  11178. "node_modules/npmlog": {
  11179. "version": "5.0.1",
  11180. "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
  11181. "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
  11182. "dependencies": {
  11183. "are-we-there-yet": "^2.0.0",
  11184. "console-control-strings": "^1.1.0",
  11185. "gauge": "^3.0.0",
  11186. "set-blocking": "^2.0.0"
  11187. }
  11188. },
  11189. "node_modules/nth-check": {
  11190. "version": "2.0.1",
  11191. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
  11192. "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
  11193. "dependencies": {
  11194. "boolbase": "^1.0.0"
  11195. },
  11196. "funding": {
  11197. "url": "https://github.com/fb55/nth-check?sponsor=1"
  11198. }
  11199. },
  11200. "node_modules/nwsapi": {
  11201. "version": "2.2.0",
  11202. "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
  11203. "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ=="
  11204. },
  11205. "node_modules/oauth-sign": {
  11206. "version": "0.9.0",
  11207. "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
  11208. "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
  11209. "engines": {
  11210. "node": "*"
  11211. }
  11212. },
  11213. "node_modules/object-assign": {
  11214. "version": "4.1.1",
  11215. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  11216. "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
  11217. "engines": {
  11218. "node": ">=0.10.0"
  11219. }
  11220. },
  11221. "node_modules/object-hash": {
  11222. "version": "3.0.0",
  11223. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  11224. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  11225. "engines": {
  11226. "node": ">= 6"
  11227. }
  11228. },
  11229. "node_modules/object-inspect": {
  11230. "version": "1.12.0",
  11231. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz",
  11232. "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==",
  11233. "funding": {
  11234. "url": "https://github.com/sponsors/ljharb"
  11235. }
  11236. },
  11237. "node_modules/object-keys": {
  11238. "version": "1.1.1",
  11239. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  11240. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  11241. "engines": {
  11242. "node": ">= 0.4"
  11243. }
  11244. },
  11245. "node_modules/object.assign": {
  11246. "version": "4.1.2",
  11247. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
  11248. "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
  11249. "dependencies": {
  11250. "call-bind": "^1.0.0",
  11251. "define-properties": "^1.1.3",
  11252. "has-symbols": "^1.0.1",
  11253. "object-keys": "^1.1.1"
  11254. },
  11255. "engines": {
  11256. "node": ">= 0.4"
  11257. },
  11258. "funding": {
  11259. "url": "https://github.com/sponsors/ljharb"
  11260. }
  11261. },
  11262. "node_modules/object.entries": {
  11263. "version": "1.1.5",
  11264. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz",
  11265. "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==",
  11266. "dependencies": {
  11267. "call-bind": "^1.0.2",
  11268. "define-properties": "^1.1.3",
  11269. "es-abstract": "^1.19.1"
  11270. },
  11271. "engines": {
  11272. "node": ">= 0.4"
  11273. }
  11274. },
  11275. "node_modules/object.fromentries": {
  11276. "version": "2.0.5",
  11277. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz",
  11278. "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==",
  11279. "dependencies": {
  11280. "call-bind": "^1.0.2",
  11281. "define-properties": "^1.1.3",
  11282. "es-abstract": "^1.19.1"
  11283. },
  11284. "engines": {
  11285. "node": ">= 0.4"
  11286. },
  11287. "funding": {
  11288. "url": "https://github.com/sponsors/ljharb"
  11289. }
  11290. },
  11291. "node_modules/object.getownpropertydescriptors": {
  11292. "version": "2.1.3",
  11293. "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz",
  11294. "integrity": "sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw==",
  11295. "dependencies": {
  11296. "call-bind": "^1.0.2",
  11297. "define-properties": "^1.1.3",
  11298. "es-abstract": "^1.19.1"
  11299. },
  11300. "engines": {
  11301. "node": ">= 0.8"
  11302. },
  11303. "funding": {
  11304. "url": "https://github.com/sponsors/ljharb"
  11305. }
  11306. },
  11307. "node_modules/object.hasown": {
  11308. "version": "1.1.0",
  11309. "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.0.tgz",
  11310. "integrity": "sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==",
  11311. "dependencies": {
  11312. "define-properties": "^1.1.3",
  11313. "es-abstract": "^1.19.1"
  11314. },
  11315. "funding": {
  11316. "url": "https://github.com/sponsors/ljharb"
  11317. }
  11318. },
  11319. "node_modules/object.values": {
  11320. "version": "1.1.5",
  11321. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz",
  11322. "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==",
  11323. "dependencies": {
  11324. "call-bind": "^1.0.2",
  11325. "define-properties": "^1.1.3",
  11326. "es-abstract": "^1.19.1"
  11327. },
  11328. "engines": {
  11329. "node": ">= 0.4"
  11330. },
  11331. "funding": {
  11332. "url": "https://github.com/sponsors/ljharb"
  11333. }
  11334. },
  11335. "node_modules/obuf": {
  11336. "version": "1.1.2",
  11337. "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
  11338. "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg=="
  11339. },
  11340. "node_modules/on-finished": {
  11341. "version": "2.3.0",
  11342. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
  11343. "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
  11344. "dependencies": {
  11345. "ee-first": "1.1.1"
  11346. },
  11347. "engines": {
  11348. "node": ">= 0.8"
  11349. }
  11350. },
  11351. "node_modules/on-headers": {
  11352. "version": "1.0.2",
  11353. "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
  11354. "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
  11355. "engines": {
  11356. "node": ">= 0.8"
  11357. }
  11358. },
  11359. "node_modules/once": {
  11360. "version": "1.4.0",
  11361. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  11362. "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  11363. "dependencies": {
  11364. "wrappy": "1"
  11365. }
  11366. },
  11367. "node_modules/onetime": {
  11368. "version": "5.1.2",
  11369. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  11370. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  11371. "dependencies": {
  11372. "mimic-fn": "^2.1.0"
  11373. },
  11374. "engines": {
  11375. "node": ">=6"
  11376. },
  11377. "funding": {
  11378. "url": "https://github.com/sponsors/sindresorhus"
  11379. }
  11380. },
  11381. "node_modules/open": {
  11382. "version": "8.4.0",
  11383. "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz",
  11384. "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==",
  11385. "dependencies": {
  11386. "define-lazy-prop": "^2.0.0",
  11387. "is-docker": "^2.1.1",
  11388. "is-wsl": "^2.2.0"
  11389. },
  11390. "engines": {
  11391. "node": ">=12"
  11392. },
  11393. "funding": {
  11394. "url": "https://github.com/sponsors/sindresorhus"
  11395. }
  11396. },
  11397. "node_modules/optionator": {
  11398. "version": "0.9.1",
  11399. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
  11400. "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
  11401. "dependencies": {
  11402. "deep-is": "^0.1.3",
  11403. "fast-levenshtein": "^2.0.6",
  11404. "levn": "^0.4.1",
  11405. "prelude-ls": "^1.2.1",
  11406. "type-check": "^0.4.0",
  11407. "word-wrap": "^1.2.3"
  11408. },
  11409. "engines": {
  11410. "node": ">= 0.8.0"
  11411. }
  11412. },
  11413. "node_modules/p-limit": {
  11414. "version": "3.1.0",
  11415. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  11416. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  11417. "dependencies": {
  11418. "yocto-queue": "^0.1.0"
  11419. },
  11420. "engines": {
  11421. "node": ">=10"
  11422. },
  11423. "funding": {
  11424. "url": "https://github.com/sponsors/sindresorhus"
  11425. }
  11426. },
  11427. "node_modules/p-locate": {
  11428. "version": "5.0.0",
  11429. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  11430. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  11431. "dependencies": {
  11432. "p-limit": "^3.0.2"
  11433. },
  11434. "engines": {
  11435. "node": ">=10"
  11436. },
  11437. "funding": {
  11438. "url": "https://github.com/sponsors/sindresorhus"
  11439. }
  11440. },
  11441. "node_modules/p-map": {
  11442. "version": "4.0.0",
  11443. "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
  11444. "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
  11445. "dependencies": {
  11446. "aggregate-error": "^3.0.0"
  11447. },
  11448. "engines": {
  11449. "node": ">=10"
  11450. },
  11451. "funding": {
  11452. "url": "https://github.com/sponsors/sindresorhus"
  11453. }
  11454. },
  11455. "node_modules/p-retry": {
  11456. "version": "4.6.1",
  11457. "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.1.tgz",
  11458. "integrity": "sha512-e2xXGNhZOZ0lfgR9kL34iGlU8N/KO0xZnQxVEwdeOvpqNDQfdnxIYizvWtK8RglUa3bGqI8g0R/BdfzLMxRkiA==",
  11459. "dependencies": {
  11460. "@types/retry": "^0.12.0",
  11461. "retry": "^0.13.1"
  11462. },
  11463. "engines": {
  11464. "node": ">=8"
  11465. }
  11466. },
  11467. "node_modules/p-try": {
  11468. "version": "2.2.0",
  11469. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  11470. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  11471. "engines": {
  11472. "node": ">=6"
  11473. }
  11474. },
  11475. "node_modules/param-case": {
  11476. "version": "3.0.4",
  11477. "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
  11478. "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
  11479. "dependencies": {
  11480. "dot-case": "^3.0.4",
  11481. "tslib": "^2.0.3"
  11482. }
  11483. },
  11484. "node_modules/parent-module": {
  11485. "version": "1.0.1",
  11486. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  11487. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  11488. "dependencies": {
  11489. "callsites": "^3.0.0"
  11490. },
  11491. "engines": {
  11492. "node": ">=6"
  11493. }
  11494. },
  11495. "node_modules/parse-json": {
  11496. "version": "5.2.0",
  11497. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  11498. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  11499. "dependencies": {
  11500. "@babel/code-frame": "^7.0.0",
  11501. "error-ex": "^1.3.1",
  11502. "json-parse-even-better-errors": "^2.3.0",
  11503. "lines-and-columns": "^1.1.6"
  11504. },
  11505. "engines": {
  11506. "node": ">=8"
  11507. },
  11508. "funding": {
  11509. "url": "https://github.com/sponsors/sindresorhus"
  11510. }
  11511. },
  11512. "node_modules/parse5": {
  11513. "version": "6.0.1",
  11514. "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
  11515. "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
  11516. },
  11517. "node_modules/parseurl": {
  11518. "version": "1.3.3",
  11519. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  11520. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  11521. "engines": {
  11522. "node": ">= 0.8"
  11523. }
  11524. },
  11525. "node_modules/pascal-case": {
  11526. "version": "3.1.2",
  11527. "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
  11528. "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
  11529. "dependencies": {
  11530. "no-case": "^3.0.4",
  11531. "tslib": "^2.0.3"
  11532. }
  11533. },
  11534. "node_modules/path-exists": {
  11535. "version": "4.0.0",
  11536. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  11537. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  11538. "engines": {
  11539. "node": ">=8"
  11540. }
  11541. },
  11542. "node_modules/path-is-absolute": {
  11543. "version": "1.0.1",
  11544. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  11545. "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
  11546. "engines": {
  11547. "node": ">=0.10.0"
  11548. }
  11549. },
  11550. "node_modules/path-key": {
  11551. "version": "3.1.1",
  11552. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  11553. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  11554. "engines": {
  11555. "node": ">=8"
  11556. }
  11557. },
  11558. "node_modules/path-parse": {
  11559. "version": "1.0.7",
  11560. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  11561. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  11562. },
  11563. "node_modules/path-to-regexp": {
  11564. "version": "1.8.0",
  11565. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz",
  11566. "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==",
  11567. "dependencies": {
  11568. "isarray": "0.0.1"
  11569. }
  11570. },
  11571. "node_modules/path-type": {
  11572. "version": "4.0.0",
  11573. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  11574. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  11575. "engines": {
  11576. "node": ">=8"
  11577. }
  11578. },
  11579. "node_modules/pend": {
  11580. "version": "1.2.0",
  11581. "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
  11582. "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=",
  11583. "dev": true
  11584. },
  11585. "node_modules/performance-now": {
  11586. "version": "2.1.0",
  11587. "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
  11588. "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
  11589. },
  11590. "node_modules/picocolors": {
  11591. "version": "1.0.0",
  11592. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  11593. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
  11594. },
  11595. "node_modules/picomatch": {
  11596. "version": "2.3.1",
  11597. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  11598. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  11599. "engines": {
  11600. "node": ">=8.6"
  11601. },
  11602. "funding": {
  11603. "url": "https://github.com/sponsors/jonschlinkert"
  11604. }
  11605. },
  11606. "node_modules/pirates": {
  11607. "version": "4.0.5",
  11608. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
  11609. "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",
  11610. "engines": {
  11611. "node": ">= 6"
  11612. }
  11613. },
  11614. "node_modules/pkg-dir": {
  11615. "version": "4.2.0",
  11616. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  11617. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  11618. "dependencies": {
  11619. "find-up": "^4.0.0"
  11620. },
  11621. "engines": {
  11622. "node": ">=8"
  11623. }
  11624. },
  11625. "node_modules/pkg-dir/node_modules/find-up": {
  11626. "version": "4.1.0",
  11627. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  11628. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  11629. "dependencies": {
  11630. "locate-path": "^5.0.0",
  11631. "path-exists": "^4.0.0"
  11632. },
  11633. "engines": {
  11634. "node": ">=8"
  11635. }
  11636. },
  11637. "node_modules/pkg-dir/node_modules/locate-path": {
  11638. "version": "5.0.0",
  11639. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  11640. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  11641. "dependencies": {
  11642. "p-locate": "^4.1.0"
  11643. },
  11644. "engines": {
  11645. "node": ">=8"
  11646. }
  11647. },
  11648. "node_modules/pkg-dir/node_modules/p-limit": {
  11649. "version": "2.3.0",
  11650. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  11651. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  11652. "dependencies": {
  11653. "p-try": "^2.0.0"
  11654. },
  11655. "engines": {
  11656. "node": ">=6"
  11657. },
  11658. "funding": {
  11659. "url": "https://github.com/sponsors/sindresorhus"
  11660. }
  11661. },
  11662. "node_modules/pkg-dir/node_modules/p-locate": {
  11663. "version": "4.1.0",
  11664. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  11665. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  11666. "dependencies": {
  11667. "p-limit": "^2.2.0"
  11668. },
  11669. "engines": {
  11670. "node": ">=8"
  11671. }
  11672. },
  11673. "node_modules/pkg-up": {
  11674. "version": "3.1.0",
  11675. "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
  11676. "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
  11677. "dependencies": {
  11678. "find-up": "^3.0.0"
  11679. },
  11680. "engines": {
  11681. "node": ">=8"
  11682. }
  11683. },
  11684. "node_modules/pkg-up/node_modules/find-up": {
  11685. "version": "3.0.0",
  11686. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  11687. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  11688. "dependencies": {
  11689. "locate-path": "^3.0.0"
  11690. },
  11691. "engines": {
  11692. "node": ">=6"
  11693. }
  11694. },
  11695. "node_modules/pkg-up/node_modules/locate-path": {
  11696. "version": "3.0.0",
  11697. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  11698. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  11699. "dependencies": {
  11700. "p-locate": "^3.0.0",
  11701. "path-exists": "^3.0.0"
  11702. },
  11703. "engines": {
  11704. "node": ">=6"
  11705. }
  11706. },
  11707. "node_modules/pkg-up/node_modules/p-limit": {
  11708. "version": "2.3.0",
  11709. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  11710. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  11711. "dependencies": {
  11712. "p-try": "^2.0.0"
  11713. },
  11714. "engines": {
  11715. "node": ">=6"
  11716. },
  11717. "funding": {
  11718. "url": "https://github.com/sponsors/sindresorhus"
  11719. }
  11720. },
  11721. "node_modules/pkg-up/node_modules/p-locate": {
  11722. "version": "3.0.0",
  11723. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  11724. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  11725. "dependencies": {
  11726. "p-limit": "^2.0.0"
  11727. },
  11728. "engines": {
  11729. "node": ">=6"
  11730. }
  11731. },
  11732. "node_modules/pkg-up/node_modules/path-exists": {
  11733. "version": "3.0.0",
  11734. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  11735. "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
  11736. "engines": {
  11737. "node": ">=4"
  11738. }
  11739. },
  11740. "node_modules/plist": {
  11741. "version": "3.0.5",
  11742. "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.5.tgz",
  11743. "integrity": "sha512-83vX4eYdQp3vP9SxuYgEM/G/pJQqLUz/V/xzPrzruLs7fz7jxGQ1msZ/mg1nwZxUSuOp4sb+/bEIbRrbzZRxDA==",
  11744. "dev": true,
  11745. "dependencies": {
  11746. "base64-js": "^1.5.1",
  11747. "xmlbuilder": "^9.0.7"
  11748. },
  11749. "engines": {
  11750. "node": ">=6"
  11751. }
  11752. },
  11753. "node_modules/portfinder": {
  11754. "version": "1.0.28",
  11755. "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz",
  11756. "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==",
  11757. "dependencies": {
  11758. "async": "^2.6.2",
  11759. "debug": "^3.1.1",
  11760. "mkdirp": "^0.5.5"
  11761. },
  11762. "engines": {
  11763. "node": ">= 0.12.0"
  11764. }
  11765. },
  11766. "node_modules/portfinder/node_modules/debug": {
  11767. "version": "3.2.7",
  11768. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  11769. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  11770. "dependencies": {
  11771. "ms": "^2.1.1"
  11772. }
  11773. },
  11774. "node_modules/postcss": {
  11775. "version": "8.4.12",
  11776. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz",
  11777. "integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==",
  11778. "funding": [
  11779. {
  11780. "type": "opencollective",
  11781. "url": "https://opencollective.com/postcss/"
  11782. },
  11783. {
  11784. "type": "tidelift",
  11785. "url": "https://tidelift.com/funding/github/npm/postcss"
  11786. }
  11787. ],
  11788. "dependencies": {
  11789. "nanoid": "^3.3.1",
  11790. "picocolors": "^1.0.0",
  11791. "source-map-js": "^1.0.2"
  11792. },
  11793. "engines": {
  11794. "node": "^10 || ^12 || >=14"
  11795. }
  11796. },
  11797. "node_modules/postcss-attribute-case-insensitive": {
  11798. "version": "5.0.0",
  11799. "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.0.tgz",
  11800. "integrity": "sha512-b4g9eagFGq9T5SWX4+USfVyjIb3liPnjhHHRMP7FMB2kFVpYyfEscV0wP3eaXhKlcHKUut8lt5BGoeylWA/dBQ==",
  11801. "dependencies": {
  11802. "postcss-selector-parser": "^6.0.2"
  11803. },
  11804. "peerDependencies": {
  11805. "postcss": "^8.0.2"
  11806. }
  11807. },
  11808. "node_modules/postcss-browser-comments": {
  11809. "version": "4.0.0",
  11810. "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz",
  11811. "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==",
  11812. "engines": {
  11813. "node": ">=8"
  11814. },
  11815. "peerDependencies": {
  11816. "browserslist": ">=4",
  11817. "postcss": ">=8"
  11818. }
  11819. },
  11820. "node_modules/postcss-calc": {
  11821. "version": "8.2.4",
  11822. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz",
  11823. "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
  11824. "dependencies": {
  11825. "postcss-selector-parser": "^6.0.9",
  11826. "postcss-value-parser": "^4.2.0"
  11827. },
  11828. "peerDependencies": {
  11829. "postcss": "^8.2.2"
  11830. }
  11831. },
  11832. "node_modules/postcss-clamp": {
  11833. "version": "4.1.0",
  11834. "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz",
  11835. "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==",
  11836. "dependencies": {
  11837. "postcss-value-parser": "^4.2.0"
  11838. },
  11839. "engines": {
  11840. "node": ">=7.6.0"
  11841. },
  11842. "peerDependencies": {
  11843. "postcss": "^8.4.6"
  11844. }
  11845. },
  11846. "node_modules/postcss-color-functional-notation": {
  11847. "version": "4.2.2",
  11848. "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.2.tgz",
  11849. "integrity": "sha512-DXVtwUhIk4f49KK5EGuEdgx4Gnyj6+t2jBSEmxvpIK9QI40tWrpS2Pua8Q7iIZWBrki2QOaeUdEaLPPa91K0RQ==",
  11850. "dependencies": {
  11851. "postcss-value-parser": "^4.2.0"
  11852. },
  11853. "engines": {
  11854. "node": "^12 || ^14 || >=16"
  11855. },
  11856. "peerDependencies": {
  11857. "postcss": "^8.4"
  11858. }
  11859. },
  11860. "node_modules/postcss-color-hex-alpha": {
  11861. "version": "8.0.3",
  11862. "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.3.tgz",
  11863. "integrity": "sha512-fESawWJCrBV035DcbKRPAVmy21LpoyiXdPTuHUfWJ14ZRjY7Y7PA6P4g8z6LQGYhU1WAxkTxjIjurXzoe68Glw==",
  11864. "dependencies": {
  11865. "postcss-value-parser": "^4.2.0"
  11866. },
  11867. "engines": {
  11868. "node": "^12 || ^14 || >=16"
  11869. },
  11870. "peerDependencies": {
  11871. "postcss": "^8.4"
  11872. }
  11873. },
  11874. "node_modules/postcss-color-rebeccapurple": {
  11875. "version": "7.0.2",
  11876. "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.0.2.tgz",
  11877. "integrity": "sha512-SFc3MaocHaQ6k3oZaFwH8io6MdypkUtEy/eXzXEB1vEQlO3S3oDc/FSZA8AsS04Z25RirQhlDlHLh3dn7XewWw==",
  11878. "dependencies": {
  11879. "postcss-value-parser": "^4.2.0"
  11880. },
  11881. "engines": {
  11882. "node": "^12 || ^14 || >=16"
  11883. },
  11884. "peerDependencies": {
  11885. "postcss": "^8.3"
  11886. }
  11887. },
  11888. "node_modules/postcss-colormin": {
  11889. "version": "5.3.0",
  11890. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.0.tgz",
  11891. "integrity": "sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==",
  11892. "dependencies": {
  11893. "browserslist": "^4.16.6",
  11894. "caniuse-api": "^3.0.0",
  11895. "colord": "^2.9.1",
  11896. "postcss-value-parser": "^4.2.0"
  11897. },
  11898. "engines": {
  11899. "node": "^10 || ^12 || >=14.0"
  11900. },
  11901. "peerDependencies": {
  11902. "postcss": "^8.2.15"
  11903. }
  11904. },
  11905. "node_modules/postcss-convert-values": {
  11906. "version": "5.1.0",
  11907. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.0.tgz",
  11908. "integrity": "sha512-GkyPbZEYJiWtQB0KZ0X6qusqFHUepguBCNFi9t5JJc7I2OTXG7C0twbTLvCfaKOLl3rSXmpAwV7W5txd91V84g==",
  11909. "dependencies": {
  11910. "postcss-value-parser": "^4.2.0"
  11911. },
  11912. "engines": {
  11913. "node": "^10 || ^12 || >=14.0"
  11914. },
  11915. "peerDependencies": {
  11916. "postcss": "^8.2.15"
  11917. }
  11918. },
  11919. "node_modules/postcss-custom-media": {
  11920. "version": "8.0.0",
  11921. "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.0.tgz",
  11922. "integrity": "sha512-FvO2GzMUaTN0t1fBULDeIvxr5IvbDXcIatt6pnJghc736nqNgsGao5NT+5+WVLAQiTt6Cb3YUms0jiPaXhL//g==",
  11923. "engines": {
  11924. "node": ">=10.0.0"
  11925. },
  11926. "peerDependencies": {
  11927. "postcss": "^8.1.0"
  11928. }
  11929. },
  11930. "node_modules/postcss-custom-properties": {
  11931. "version": "12.1.7",
  11932. "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.7.tgz",
  11933. "integrity": "sha512-N/hYP5gSoFhaqxi2DPCmvto/ZcRDVjE3T1LiAMzc/bg53hvhcHOLpXOHb526LzBBp5ZlAUhkuot/bfpmpgStJg==",
  11934. "dependencies": {
  11935. "postcss-value-parser": "^4.2.0"
  11936. },
  11937. "engines": {
  11938. "node": "^12 || ^14 || >=16"
  11939. },
  11940. "funding": {
  11941. "type": "opencollective",
  11942. "url": "https://opencollective.com/csstools"
  11943. },
  11944. "peerDependencies": {
  11945. "postcss": "^8.4"
  11946. }
  11947. },
  11948. "node_modules/postcss-custom-selectors": {
  11949. "version": "6.0.0",
  11950. "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.0.tgz",
  11951. "integrity": "sha512-/1iyBhz/W8jUepjGyu7V1OPcGbc636snN1yXEQCinb6Bwt7KxsiU7/bLQlp8GwAXzCh7cobBU5odNn/2zQWR8Q==",
  11952. "dependencies": {
  11953. "postcss-selector-parser": "^6.0.4"
  11954. },
  11955. "engines": {
  11956. "node": ">=10.0.0"
  11957. },
  11958. "peerDependencies": {
  11959. "postcss": "^8.1.2"
  11960. }
  11961. },
  11962. "node_modules/postcss-dir-pseudo-class": {
  11963. "version": "6.0.4",
  11964. "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.4.tgz",
  11965. "integrity": "sha512-I8epwGy5ftdzNWEYok9VjW9whC4xnelAtbajGv4adql4FIF09rnrxnA9Y8xSHN47y7gqFIv10C5+ImsLeJpKBw==",
  11966. "dependencies": {
  11967. "postcss-selector-parser": "^6.0.9"
  11968. },
  11969. "engines": {
  11970. "node": "^12 || ^14 || >=16"
  11971. },
  11972. "peerDependencies": {
  11973. "postcss": "^8.4"
  11974. }
  11975. },
  11976. "node_modules/postcss-discard-comments": {
  11977. "version": "5.1.1",
  11978. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.1.tgz",
  11979. "integrity": "sha512-5JscyFmvkUxz/5/+TB3QTTT9Gi9jHkcn8dcmmuN68JQcv3aQg4y88yEHHhwFB52l/NkaJ43O0dbksGMAo49nfQ==",
  11980. "engines": {
  11981. "node": "^10 || ^12 || >=14.0"
  11982. },
  11983. "peerDependencies": {
  11984. "postcss": "^8.2.15"
  11985. }
  11986. },
  11987. "node_modules/postcss-discard-duplicates": {
  11988. "version": "5.1.0",
  11989. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
  11990. "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==",
  11991. "engines": {
  11992. "node": "^10 || ^12 || >=14.0"
  11993. },
  11994. "peerDependencies": {
  11995. "postcss": "^8.2.15"
  11996. }
  11997. },
  11998. "node_modules/postcss-discard-empty": {
  11999. "version": "5.1.1",
  12000. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
  12001. "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
  12002. "engines": {
  12003. "node": "^10 || ^12 || >=14.0"
  12004. },
  12005. "peerDependencies": {
  12006. "postcss": "^8.2.15"
  12007. }
  12008. },
  12009. "node_modules/postcss-discard-overridden": {
  12010. "version": "5.1.0",
  12011. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz",
  12012. "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==",
  12013. "engines": {
  12014. "node": "^10 || ^12 || >=14.0"
  12015. },
  12016. "peerDependencies": {
  12017. "postcss": "^8.2.15"
  12018. }
  12019. },
  12020. "node_modules/postcss-double-position-gradients": {
  12021. "version": "3.1.1",
  12022. "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.1.tgz",
  12023. "integrity": "sha512-jM+CGkTs4FcG53sMPjrrGE0rIvLDdCrqMzgDC5fLI7JHDO7o6QG8C5TQBtExb13hdBdoH9C2QVbG4jo2y9lErQ==",
  12024. "dependencies": {
  12025. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  12026. "postcss-value-parser": "^4.2.0"
  12027. },
  12028. "engines": {
  12029. "node": "^12 || ^14 || >=16"
  12030. },
  12031. "peerDependencies": {
  12032. "postcss": "^8.4"
  12033. }
  12034. },
  12035. "node_modules/postcss-env-function": {
  12036. "version": "4.0.6",
  12037. "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz",
  12038. "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==",
  12039. "dependencies": {
  12040. "postcss-value-parser": "^4.2.0"
  12041. },
  12042. "engines": {
  12043. "node": "^12 || ^14 || >=16"
  12044. },
  12045. "peerDependencies": {
  12046. "postcss": "^8.4"
  12047. }
  12048. },
  12049. "node_modules/postcss-flexbugs-fixes": {
  12050. "version": "5.0.2",
  12051. "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz",
  12052. "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==",
  12053. "peerDependencies": {
  12054. "postcss": "^8.1.4"
  12055. }
  12056. },
  12057. "node_modules/postcss-focus-visible": {
  12058. "version": "6.0.4",
  12059. "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz",
  12060. "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==",
  12061. "dependencies": {
  12062. "postcss-selector-parser": "^6.0.9"
  12063. },
  12064. "engines": {
  12065. "node": "^12 || ^14 || >=16"
  12066. },
  12067. "peerDependencies": {
  12068. "postcss": "^8.4"
  12069. }
  12070. },
  12071. "node_modules/postcss-focus-within": {
  12072. "version": "5.0.4",
  12073. "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz",
  12074. "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==",
  12075. "dependencies": {
  12076. "postcss-selector-parser": "^6.0.9"
  12077. },
  12078. "engines": {
  12079. "node": "^12 || ^14 || >=16"
  12080. },
  12081. "peerDependencies": {
  12082. "postcss": "^8.4"
  12083. }
  12084. },
  12085. "node_modules/postcss-font-variant": {
  12086. "version": "5.0.0",
  12087. "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
  12088. "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
  12089. "peerDependencies": {
  12090. "postcss": "^8.1.0"
  12091. }
  12092. },
  12093. "node_modules/postcss-gap-properties": {
  12094. "version": "3.0.3",
  12095. "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.3.tgz",
  12096. "integrity": "sha512-rPPZRLPmEKgLk/KlXMqRaNkYTUpE7YC+bOIQFN5xcu1Vp11Y4faIXv6/Jpft6FMnl6YRxZqDZG0qQOW80stzxQ==",
  12097. "engines": {
  12098. "node": "^12 || ^14 || >=16"
  12099. },
  12100. "peerDependencies": {
  12101. "postcss": "^8.4"
  12102. }
  12103. },
  12104. "node_modules/postcss-image-set-function": {
  12105. "version": "4.0.6",
  12106. "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.6.tgz",
  12107. "integrity": "sha512-KfdC6vg53GC+vPd2+HYzsZ6obmPqOk6HY09kttU19+Gj1nC3S3XBVEXDHxkhxTohgZqzbUb94bKXvKDnYWBm/A==",
  12108. "dependencies": {
  12109. "postcss-value-parser": "^4.2.0"
  12110. },
  12111. "engines": {
  12112. "node": "^12 || ^14 || >=16"
  12113. },
  12114. "peerDependencies": {
  12115. "postcss": "^8.4"
  12116. }
  12117. },
  12118. "node_modules/postcss-initial": {
  12119. "version": "4.0.1",
  12120. "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz",
  12121. "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==",
  12122. "peerDependencies": {
  12123. "postcss": "^8.0.0"
  12124. }
  12125. },
  12126. "node_modules/postcss-js": {
  12127. "version": "4.0.0",
  12128. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz",
  12129. "integrity": "sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==",
  12130. "dependencies": {
  12131. "camelcase-css": "^2.0.1"
  12132. },
  12133. "engines": {
  12134. "node": "^12 || ^14 || >= 16"
  12135. },
  12136. "funding": {
  12137. "type": "opencollective",
  12138. "url": "https://opencollective.com/postcss/"
  12139. },
  12140. "peerDependencies": {
  12141. "postcss": "^8.3.3"
  12142. }
  12143. },
  12144. "node_modules/postcss-lab-function": {
  12145. "version": "4.2.0",
  12146. "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.0.tgz",
  12147. "integrity": "sha512-Zb1EO9DGYfa3CP8LhINHCcTTCTLI+R3t7AX2mKsDzdgVQ/GkCpHOTgOr6HBHslP7XDdVbqgHW5vvRPMdVANQ8w==",
  12148. "dependencies": {
  12149. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  12150. "postcss-value-parser": "^4.2.0"
  12151. },
  12152. "engines": {
  12153. "node": "^12 || ^14 || >=16"
  12154. },
  12155. "funding": {
  12156. "type": "opencollective",
  12157. "url": "https://opencollective.com/csstools"
  12158. },
  12159. "peerDependencies": {
  12160. "postcss": "^8.4"
  12161. }
  12162. },
  12163. "node_modules/postcss-load-config": {
  12164. "version": "3.1.4",
  12165. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
  12166. "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
  12167. "dependencies": {
  12168. "lilconfig": "^2.0.5",
  12169. "yaml": "^1.10.2"
  12170. },
  12171. "engines": {
  12172. "node": ">= 10"
  12173. },
  12174. "funding": {
  12175. "type": "opencollective",
  12176. "url": "https://opencollective.com/postcss/"
  12177. },
  12178. "peerDependencies": {
  12179. "postcss": ">=8.0.9",
  12180. "ts-node": ">=9.0.0"
  12181. },
  12182. "peerDependenciesMeta": {
  12183. "postcss": {
  12184. "optional": true
  12185. },
  12186. "ts-node": {
  12187. "optional": true
  12188. }
  12189. }
  12190. },
  12191. "node_modules/postcss-loader": {
  12192. "version": "6.2.1",
  12193. "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz",
  12194. "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
  12195. "dependencies": {
  12196. "cosmiconfig": "^7.0.0",
  12197. "klona": "^2.0.5",
  12198. "semver": "^7.3.5"
  12199. },
  12200. "engines": {
  12201. "node": ">= 12.13.0"
  12202. },
  12203. "funding": {
  12204. "type": "opencollective",
  12205. "url": "https://opencollective.com/webpack"
  12206. },
  12207. "peerDependencies": {
  12208. "postcss": "^7.0.0 || ^8.0.1",
  12209. "webpack": "^5.0.0"
  12210. }
  12211. },
  12212. "node_modules/postcss-logical": {
  12213. "version": "5.0.4",
  12214. "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz",
  12215. "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==",
  12216. "engines": {
  12217. "node": "^12 || ^14 || >=16"
  12218. },
  12219. "peerDependencies": {
  12220. "postcss": "^8.4"
  12221. }
  12222. },
  12223. "node_modules/postcss-media-minmax": {
  12224. "version": "5.0.0",
  12225. "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz",
  12226. "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==",
  12227. "engines": {
  12228. "node": ">=10.0.0"
  12229. },
  12230. "peerDependencies": {
  12231. "postcss": "^8.1.0"
  12232. }
  12233. },
  12234. "node_modules/postcss-merge-longhand": {
  12235. "version": "5.1.4",
  12236. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.4.tgz",
  12237. "integrity": "sha512-hbqRRqYfmXoGpzYKeW0/NCZhvNyQIlQeWVSao5iKWdyx7skLvCfQFGIUsP9NUs3dSbPac2IC4Go85/zG+7MlmA==",
  12238. "dependencies": {
  12239. "postcss-value-parser": "^4.2.0",
  12240. "stylehacks": "^5.1.0"
  12241. },
  12242. "engines": {
  12243. "node": "^10 || ^12 || >=14.0"
  12244. },
  12245. "peerDependencies": {
  12246. "postcss": "^8.2.15"
  12247. }
  12248. },
  12249. "node_modules/postcss-merge-rules": {
  12250. "version": "5.1.1",
  12251. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.1.tgz",
  12252. "integrity": "sha512-8wv8q2cXjEuCcgpIB1Xx1pIy8/rhMPIQqYKNzEdyx37m6gpq83mQQdCxgIkFgliyEnKvdwJf/C61vN4tQDq4Ww==",
  12253. "dependencies": {
  12254. "browserslist": "^4.16.6",
  12255. "caniuse-api": "^3.0.0",
  12256. "cssnano-utils": "^3.1.0",
  12257. "postcss-selector-parser": "^6.0.5"
  12258. },
  12259. "engines": {
  12260. "node": "^10 || ^12 || >=14.0"
  12261. },
  12262. "peerDependencies": {
  12263. "postcss": "^8.2.15"
  12264. }
  12265. },
  12266. "node_modules/postcss-minify-font-values": {
  12267. "version": "5.1.0",
  12268. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz",
  12269. "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==",
  12270. "dependencies": {
  12271. "postcss-value-parser": "^4.2.0"
  12272. },
  12273. "engines": {
  12274. "node": "^10 || ^12 || >=14.0"
  12275. },
  12276. "peerDependencies": {
  12277. "postcss": "^8.2.15"
  12278. }
  12279. },
  12280. "node_modules/postcss-minify-gradients": {
  12281. "version": "5.1.1",
  12282. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz",
  12283. "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==",
  12284. "dependencies": {
  12285. "colord": "^2.9.1",
  12286. "cssnano-utils": "^3.1.0",
  12287. "postcss-value-parser": "^4.2.0"
  12288. },
  12289. "engines": {
  12290. "node": "^10 || ^12 || >=14.0"
  12291. },
  12292. "peerDependencies": {
  12293. "postcss": "^8.2.15"
  12294. }
  12295. },
  12296. "node_modules/postcss-minify-params": {
  12297. "version": "5.1.2",
  12298. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.2.tgz",
  12299. "integrity": "sha512-aEP+p71S/urY48HWaRHasyx4WHQJyOYaKpQ6eXl8k0kxg66Wt/30VR6/woh8THgcpRbonJD5IeD+CzNhPi1L8g==",
  12300. "dependencies": {
  12301. "browserslist": "^4.16.6",
  12302. "cssnano-utils": "^3.1.0",
  12303. "postcss-value-parser": "^4.2.0"
  12304. },
  12305. "engines": {
  12306. "node": "^10 || ^12 || >=14.0"
  12307. },
  12308. "peerDependencies": {
  12309. "postcss": "^8.2.15"
  12310. }
  12311. },
  12312. "node_modules/postcss-minify-selectors": {
  12313. "version": "5.2.0",
  12314. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.0.tgz",
  12315. "integrity": "sha512-vYxvHkW+iULstA+ctVNx0VoRAR4THQQRkG77o0oa4/mBS0OzGvvzLIvHDv/nNEM0crzN2WIyFU5X7wZhaUK3RA==",
  12316. "dependencies": {
  12317. "postcss-selector-parser": "^6.0.5"
  12318. },
  12319. "engines": {
  12320. "node": "^10 || ^12 || >=14.0"
  12321. },
  12322. "peerDependencies": {
  12323. "postcss": "^8.2.15"
  12324. }
  12325. },
  12326. "node_modules/postcss-modules-extract-imports": {
  12327. "version": "3.0.0",
  12328. "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
  12329. "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
  12330. "engines": {
  12331. "node": "^10 || ^12 || >= 14"
  12332. },
  12333. "peerDependencies": {
  12334. "postcss": "^8.1.0"
  12335. }
  12336. },
  12337. "node_modules/postcss-modules-local-by-default": {
  12338. "version": "4.0.0",
  12339. "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz",
  12340. "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==",
  12341. "dependencies": {
  12342. "icss-utils": "^5.0.0",
  12343. "postcss-selector-parser": "^6.0.2",
  12344. "postcss-value-parser": "^4.1.0"
  12345. },
  12346. "engines": {
  12347. "node": "^10 || ^12 || >= 14"
  12348. },
  12349. "peerDependencies": {
  12350. "postcss": "^8.1.0"
  12351. }
  12352. },
  12353. "node_modules/postcss-modules-scope": {
  12354. "version": "3.0.0",
  12355. "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
  12356. "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
  12357. "dependencies": {
  12358. "postcss-selector-parser": "^6.0.4"
  12359. },
  12360. "engines": {
  12361. "node": "^10 || ^12 || >= 14"
  12362. },
  12363. "peerDependencies": {
  12364. "postcss": "^8.1.0"
  12365. }
  12366. },
  12367. "node_modules/postcss-modules-values": {
  12368. "version": "4.0.0",
  12369. "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
  12370. "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
  12371. "dependencies": {
  12372. "icss-utils": "^5.0.0"
  12373. },
  12374. "engines": {
  12375. "node": "^10 || ^12 || >= 14"
  12376. },
  12377. "peerDependencies": {
  12378. "postcss": "^8.1.0"
  12379. }
  12380. },
  12381. "node_modules/postcss-nested": {
  12382. "version": "5.0.6",
  12383. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz",
  12384. "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==",
  12385. "dependencies": {
  12386. "postcss-selector-parser": "^6.0.6"
  12387. },
  12388. "engines": {
  12389. "node": ">=12.0"
  12390. },
  12391. "funding": {
  12392. "type": "opencollective",
  12393. "url": "https://opencollective.com/postcss/"
  12394. },
  12395. "peerDependencies": {
  12396. "postcss": "^8.2.14"
  12397. }
  12398. },
  12399. "node_modules/postcss-nesting": {
  12400. "version": "10.1.4",
  12401. "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.1.4.tgz",
  12402. "integrity": "sha512-2ixdQ59ik/Gt1+oPHiI1kHdwEI8lLKEmui9B1nl6163ANLC+GewQn7fXMxJF2JSb4i2MKL96GU8fIiQztK4TTA==",
  12403. "dependencies": {
  12404. "postcss-selector-parser": "^6.0.10"
  12405. },
  12406. "engines": {
  12407. "node": "^12 || ^14 || >=16"
  12408. },
  12409. "funding": {
  12410. "type": "opencollective",
  12411. "url": "https://opencollective.com/csstools"
  12412. },
  12413. "peerDependencies": {
  12414. "postcss": "^8.4"
  12415. }
  12416. },
  12417. "node_modules/postcss-normalize": {
  12418. "version": "10.0.1",
  12419. "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz",
  12420. "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==",
  12421. "dependencies": {
  12422. "@csstools/normalize.css": "*",
  12423. "postcss-browser-comments": "^4",
  12424. "sanitize.css": "*"
  12425. },
  12426. "engines": {
  12427. "node": ">= 12"
  12428. },
  12429. "peerDependencies": {
  12430. "browserslist": ">= 4",
  12431. "postcss": ">= 8"
  12432. }
  12433. },
  12434. "node_modules/postcss-normalize-charset": {
  12435. "version": "5.1.0",
  12436. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
  12437. "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==",
  12438. "engines": {
  12439. "node": "^10 || ^12 || >=14.0"
  12440. },
  12441. "peerDependencies": {
  12442. "postcss": "^8.2.15"
  12443. }
  12444. },
  12445. "node_modules/postcss-normalize-display-values": {
  12446. "version": "5.1.0",
  12447. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz",
  12448. "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==",
  12449. "dependencies": {
  12450. "postcss-value-parser": "^4.2.0"
  12451. },
  12452. "engines": {
  12453. "node": "^10 || ^12 || >=14.0"
  12454. },
  12455. "peerDependencies": {
  12456. "postcss": "^8.2.15"
  12457. }
  12458. },
  12459. "node_modules/postcss-normalize-positions": {
  12460. "version": "5.1.0",
  12461. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.0.tgz",
  12462. "integrity": "sha512-8gmItgA4H5xiUxgN/3TVvXRoJxkAWLW6f/KKhdsH03atg0cB8ilXnrB5PpSshwVu/dD2ZsRFQcR1OEmSBDAgcQ==",
  12463. "dependencies": {
  12464. "postcss-value-parser": "^4.2.0"
  12465. },
  12466. "engines": {
  12467. "node": "^10 || ^12 || >=14.0"
  12468. },
  12469. "peerDependencies": {
  12470. "postcss": "^8.2.15"
  12471. }
  12472. },
  12473. "node_modules/postcss-normalize-repeat-style": {
  12474. "version": "5.1.0",
  12475. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.0.tgz",
  12476. "integrity": "sha512-IR3uBjc+7mcWGL6CtniKNQ4Rr5fTxwkaDHwMBDGGs1x9IVRkYIT/M4NelZWkAOBdV6v3Z9S46zqaKGlyzHSchw==",
  12477. "dependencies": {
  12478. "postcss-value-parser": "^4.2.0"
  12479. },
  12480. "engines": {
  12481. "node": "^10 || ^12 || >=14.0"
  12482. },
  12483. "peerDependencies": {
  12484. "postcss": "^8.2.15"
  12485. }
  12486. },
  12487. "node_modules/postcss-normalize-string": {
  12488. "version": "5.1.0",
  12489. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz",
  12490. "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==",
  12491. "dependencies": {
  12492. "postcss-value-parser": "^4.2.0"
  12493. },
  12494. "engines": {
  12495. "node": "^10 || ^12 || >=14.0"
  12496. },
  12497. "peerDependencies": {
  12498. "postcss": "^8.2.15"
  12499. }
  12500. },
  12501. "node_modules/postcss-normalize-timing-functions": {
  12502. "version": "5.1.0",
  12503. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz",
  12504. "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==",
  12505. "dependencies": {
  12506. "postcss-value-parser": "^4.2.0"
  12507. },
  12508. "engines": {
  12509. "node": "^10 || ^12 || >=14.0"
  12510. },
  12511. "peerDependencies": {
  12512. "postcss": "^8.2.15"
  12513. }
  12514. },
  12515. "node_modules/postcss-normalize-unicode": {
  12516. "version": "5.1.0",
  12517. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.0.tgz",
  12518. "integrity": "sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==",
  12519. "dependencies": {
  12520. "browserslist": "^4.16.6",
  12521. "postcss-value-parser": "^4.2.0"
  12522. },
  12523. "engines": {
  12524. "node": "^10 || ^12 || >=14.0"
  12525. },
  12526. "peerDependencies": {
  12527. "postcss": "^8.2.15"
  12528. }
  12529. },
  12530. "node_modules/postcss-normalize-url": {
  12531. "version": "5.1.0",
  12532. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
  12533. "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
  12534. "dependencies": {
  12535. "normalize-url": "^6.0.1",
  12536. "postcss-value-parser": "^4.2.0"
  12537. },
  12538. "engines": {
  12539. "node": "^10 || ^12 || >=14.0"
  12540. },
  12541. "peerDependencies": {
  12542. "postcss": "^8.2.15"
  12543. }
  12544. },
  12545. "node_modules/postcss-normalize-whitespace": {
  12546. "version": "5.1.1",
  12547. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz",
  12548. "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==",
  12549. "dependencies": {
  12550. "postcss-value-parser": "^4.2.0"
  12551. },
  12552. "engines": {
  12553. "node": "^10 || ^12 || >=14.0"
  12554. },
  12555. "peerDependencies": {
  12556. "postcss": "^8.2.15"
  12557. }
  12558. },
  12559. "node_modules/postcss-opacity-percentage": {
  12560. "version": "1.1.2",
  12561. "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.2.tgz",
  12562. "integrity": "sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==",
  12563. "funding": [
  12564. {
  12565. "type": "kofi",
  12566. "url": "https://ko-fi.com/mrcgrtz"
  12567. },
  12568. {
  12569. "type": "liberapay",
  12570. "url": "https://liberapay.com/mrcgrtz"
  12571. }
  12572. ],
  12573. "engines": {
  12574. "node": "^12 || ^14 || >=16"
  12575. }
  12576. },
  12577. "node_modules/postcss-ordered-values": {
  12578. "version": "5.1.1",
  12579. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.1.tgz",
  12580. "integrity": "sha512-7lxgXF0NaoMIgyihL/2boNAEZKiW0+HkMhdKMTD93CjW8TdCy2hSdj8lsAo+uwm7EDG16Da2Jdmtqpedl0cMfw==",
  12581. "dependencies": {
  12582. "cssnano-utils": "^3.1.0",
  12583. "postcss-value-parser": "^4.2.0"
  12584. },
  12585. "engines": {
  12586. "node": "^10 || ^12 || >=14.0"
  12587. },
  12588. "peerDependencies": {
  12589. "postcss": "^8.2.15"
  12590. }
  12591. },
  12592. "node_modules/postcss-overflow-shorthand": {
  12593. "version": "3.0.3",
  12594. "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.3.tgz",
  12595. "integrity": "sha512-CxZwoWup9KXzQeeIxtgOciQ00tDtnylYIlJBBODqkgS/PU2jISuWOL/mYLHmZb9ZhZiCaNKsCRiLp22dZUtNsg==",
  12596. "engines": {
  12597. "node": "^12 || ^14 || >=16"
  12598. },
  12599. "peerDependencies": {
  12600. "postcss": "^8.4"
  12601. }
  12602. },
  12603. "node_modules/postcss-page-break": {
  12604. "version": "3.0.4",
  12605. "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
  12606. "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
  12607. "peerDependencies": {
  12608. "postcss": "^8"
  12609. }
  12610. },
  12611. "node_modules/postcss-place": {
  12612. "version": "7.0.4",
  12613. "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.4.tgz",
  12614. "integrity": "sha512-MrgKeiiu5OC/TETQO45kV3npRjOFxEHthsqGtkh3I1rPbZSbXGD/lZVi9j13cYh+NA8PIAPyk6sGjT9QbRyvSg==",
  12615. "dependencies": {
  12616. "postcss-value-parser": "^4.2.0"
  12617. },
  12618. "engines": {
  12619. "node": "^12 || ^14 || >=16"
  12620. },
  12621. "peerDependencies": {
  12622. "postcss": "^8.4"
  12623. }
  12624. },
  12625. "node_modules/postcss-preset-env": {
  12626. "version": "7.4.3",
  12627. "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.4.3.tgz",
  12628. "integrity": "sha512-dlPA65g9KuGv7YsmGyCKtFkZKCPLkoVMUE3omOl6yM+qrynVHxFvf0tMuippIrXB/sB/MyhL1FgTIbrO+qMERg==",
  12629. "dependencies": {
  12630. "@csstools/postcss-color-function": "^1.0.3",
  12631. "@csstools/postcss-font-format-keywords": "^1.0.0",
  12632. "@csstools/postcss-hwb-function": "^1.0.0",
  12633. "@csstools/postcss-ic-unit": "^1.0.0",
  12634. "@csstools/postcss-is-pseudo-class": "^2.0.1",
  12635. "@csstools/postcss-normalize-display-values": "^1.0.0",
  12636. "@csstools/postcss-oklab-function": "^1.0.2",
  12637. "@csstools/postcss-progressive-custom-properties": "^1.3.0",
  12638. "autoprefixer": "^10.4.4",
  12639. "browserslist": "^4.20.2",
  12640. "css-blank-pseudo": "^3.0.3",
  12641. "css-has-pseudo": "^3.0.4",
  12642. "css-prefers-color-scheme": "^6.0.3",
  12643. "cssdb": "^6.5.0",
  12644. "postcss-attribute-case-insensitive": "^5.0.0",
  12645. "postcss-clamp": "^4.1.0",
  12646. "postcss-color-functional-notation": "^4.2.2",
  12647. "postcss-color-hex-alpha": "^8.0.3",
  12648. "postcss-color-rebeccapurple": "^7.0.2",
  12649. "postcss-custom-media": "^8.0.0",
  12650. "postcss-custom-properties": "^12.1.5",
  12651. "postcss-custom-selectors": "^6.0.0",
  12652. "postcss-dir-pseudo-class": "^6.0.4",
  12653. "postcss-double-position-gradients": "^3.1.1",
  12654. "postcss-env-function": "^4.0.6",
  12655. "postcss-focus-visible": "^6.0.4",
  12656. "postcss-focus-within": "^5.0.4",
  12657. "postcss-font-variant": "^5.0.0",
  12658. "postcss-gap-properties": "^3.0.3",
  12659. "postcss-image-set-function": "^4.0.6",
  12660. "postcss-initial": "^4.0.1",
  12661. "postcss-lab-function": "^4.1.2",
  12662. "postcss-logical": "^5.0.4",
  12663. "postcss-media-minmax": "^5.0.0",
  12664. "postcss-nesting": "^10.1.3",
  12665. "postcss-opacity-percentage": "^1.1.2",
  12666. "postcss-overflow-shorthand": "^3.0.3",
  12667. "postcss-page-break": "^3.0.4",
  12668. "postcss-place": "^7.0.4",
  12669. "postcss-pseudo-class-any-link": "^7.1.1",
  12670. "postcss-replace-overflow-wrap": "^4.0.0",
  12671. "postcss-selector-not": "^5.0.0",
  12672. "postcss-value-parser": "^4.2.0"
  12673. },
  12674. "engines": {
  12675. "node": "^12 || ^14 || >=16"
  12676. },
  12677. "peerDependencies": {
  12678. "postcss": "^8.4"
  12679. }
  12680. },
  12681. "node_modules/postcss-pseudo-class-any-link": {
  12682. "version": "7.1.2",
  12683. "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.2.tgz",
  12684. "integrity": "sha512-76XzEQv3g+Vgnz3tmqh3pqQyRojkcJ+pjaePsyhcyf164p9aZsu3t+NWxkZYbcHLK1ju5Qmalti2jPI5IWCe5w==",
  12685. "dependencies": {
  12686. "postcss-selector-parser": "^6.0.10"
  12687. },
  12688. "engines": {
  12689. "node": "^12 || ^14 || >=16"
  12690. },
  12691. "funding": {
  12692. "type": "opencollective",
  12693. "url": "https://opencollective.com/csstools"
  12694. },
  12695. "peerDependencies": {
  12696. "postcss": "^8.4"
  12697. }
  12698. },
  12699. "node_modules/postcss-reduce-initial": {
  12700. "version": "5.1.0",
  12701. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.0.tgz",
  12702. "integrity": "sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==",
  12703. "dependencies": {
  12704. "browserslist": "^4.16.6",
  12705. "caniuse-api": "^3.0.0"
  12706. },
  12707. "engines": {
  12708. "node": "^10 || ^12 || >=14.0"
  12709. },
  12710. "peerDependencies": {
  12711. "postcss": "^8.2.15"
  12712. }
  12713. },
  12714. "node_modules/postcss-reduce-transforms": {
  12715. "version": "5.1.0",
  12716. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz",
  12717. "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==",
  12718. "dependencies": {
  12719. "postcss-value-parser": "^4.2.0"
  12720. },
  12721. "engines": {
  12722. "node": "^10 || ^12 || >=14.0"
  12723. },
  12724. "peerDependencies": {
  12725. "postcss": "^8.2.15"
  12726. }
  12727. },
  12728. "node_modules/postcss-replace-overflow-wrap": {
  12729. "version": "4.0.0",
  12730. "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
  12731. "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
  12732. "peerDependencies": {
  12733. "postcss": "^8.0.3"
  12734. }
  12735. },
  12736. "node_modules/postcss-selector-not": {
  12737. "version": "5.0.0",
  12738. "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-5.0.0.tgz",
  12739. "integrity": "sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ==",
  12740. "dependencies": {
  12741. "balanced-match": "^1.0.0"
  12742. },
  12743. "peerDependencies": {
  12744. "postcss": "^8.1.0"
  12745. }
  12746. },
  12747. "node_modules/postcss-selector-parser": {
  12748. "version": "6.0.10",
  12749. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz",
  12750. "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==",
  12751. "dependencies": {
  12752. "cssesc": "^3.0.0",
  12753. "util-deprecate": "^1.0.2"
  12754. },
  12755. "engines": {
  12756. "node": ">=4"
  12757. }
  12758. },
  12759. "node_modules/postcss-svgo": {
  12760. "version": "5.1.0",
  12761. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz",
  12762. "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==",
  12763. "dependencies": {
  12764. "postcss-value-parser": "^4.2.0",
  12765. "svgo": "^2.7.0"
  12766. },
  12767. "engines": {
  12768. "node": "^10 || ^12 || >=14.0"
  12769. },
  12770. "peerDependencies": {
  12771. "postcss": "^8.2.15"
  12772. }
  12773. },
  12774. "node_modules/postcss-svgo/node_modules/commander": {
  12775. "version": "7.2.0",
  12776. "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
  12777. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  12778. "engines": {
  12779. "node": ">= 10"
  12780. }
  12781. },
  12782. "node_modules/postcss-svgo/node_modules/css-tree": {
  12783. "version": "1.1.3",
  12784. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
  12785. "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
  12786. "dependencies": {
  12787. "mdn-data": "2.0.14",
  12788. "source-map": "^0.6.1"
  12789. },
  12790. "engines": {
  12791. "node": ">=8.0.0"
  12792. }
  12793. },
  12794. "node_modules/postcss-svgo/node_modules/mdn-data": {
  12795. "version": "2.0.14",
  12796. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
  12797. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
  12798. },
  12799. "node_modules/postcss-svgo/node_modules/svgo": {
  12800. "version": "2.8.0",
  12801. "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
  12802. "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
  12803. "dependencies": {
  12804. "@trysound/sax": "0.2.0",
  12805. "commander": "^7.2.0",
  12806. "css-select": "^4.1.3",
  12807. "css-tree": "^1.1.3",
  12808. "csso": "^4.2.0",
  12809. "picocolors": "^1.0.0",
  12810. "stable": "^0.1.8"
  12811. },
  12812. "bin": {
  12813. "svgo": "bin/svgo"
  12814. },
  12815. "engines": {
  12816. "node": ">=10.13.0"
  12817. }
  12818. },
  12819. "node_modules/postcss-unique-selectors": {
  12820. "version": "5.1.1",
  12821. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz",
  12822. "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==",
  12823. "dependencies": {
  12824. "postcss-selector-parser": "^6.0.5"
  12825. },
  12826. "engines": {
  12827. "node": "^10 || ^12 || >=14.0"
  12828. },
  12829. "peerDependencies": {
  12830. "postcss": "^8.2.15"
  12831. }
  12832. },
  12833. "node_modules/postcss-value-parser": {
  12834. "version": "4.2.0",
  12835. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  12836. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  12837. },
  12838. "node_modules/prelude-ls": {
  12839. "version": "1.2.1",
  12840. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  12841. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  12842. "engines": {
  12843. "node": ">= 0.8.0"
  12844. }
  12845. },
  12846. "node_modules/pretty-bytes": {
  12847. "version": "5.6.0",
  12848. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
  12849. "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
  12850. "engines": {
  12851. "node": ">=6"
  12852. },
  12853. "funding": {
  12854. "url": "https://github.com/sponsors/sindresorhus"
  12855. }
  12856. },
  12857. "node_modules/pretty-error": {
  12858. "version": "4.0.0",
  12859. "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
  12860. "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
  12861. "dependencies": {
  12862. "lodash": "^4.17.20",
  12863. "renderkid": "^3.0.0"
  12864. }
  12865. },
  12866. "node_modules/pretty-format": {
  12867. "version": "27.5.1",
  12868. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
  12869. "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
  12870. "dependencies": {
  12871. "ansi-regex": "^5.0.1",
  12872. "ansi-styles": "^5.0.0",
  12873. "react-is": "^17.0.1"
  12874. },
  12875. "engines": {
  12876. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  12877. }
  12878. },
  12879. "node_modules/pretty-format/node_modules/ansi-styles": {
  12880. "version": "5.2.0",
  12881. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  12882. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  12883. "engines": {
  12884. "node": ">=10"
  12885. },
  12886. "funding": {
  12887. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  12888. }
  12889. },
  12890. "node_modules/process-nextick-args": {
  12891. "version": "2.0.1",
  12892. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  12893. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  12894. },
  12895. "node_modules/promise": {
  12896. "version": "8.1.0",
  12897. "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz",
  12898. "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==",
  12899. "dependencies": {
  12900. "asap": "~2.0.6"
  12901. }
  12902. },
  12903. "node_modules/promise-inflight": {
  12904. "version": "1.0.1",
  12905. "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
  12906. "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM="
  12907. },
  12908. "node_modules/promise-retry": {
  12909. "version": "2.0.1",
  12910. "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz",
  12911. "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",
  12912. "dependencies": {
  12913. "err-code": "^2.0.2",
  12914. "retry": "^0.12.0"
  12915. },
  12916. "engines": {
  12917. "node": ">=10"
  12918. }
  12919. },
  12920. "node_modules/promise-retry/node_modules/retry": {
  12921. "version": "0.12.0",
  12922. "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
  12923. "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=",
  12924. "engines": {
  12925. "node": ">= 4"
  12926. }
  12927. },
  12928. "node_modules/prompts": {
  12929. "version": "2.4.2",
  12930. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  12931. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  12932. "dependencies": {
  12933. "kleur": "^3.0.3",
  12934. "sisteransi": "^1.0.5"
  12935. },
  12936. "engines": {
  12937. "node": ">= 6"
  12938. }
  12939. },
  12940. "node_modules/prop-types": {
  12941. "version": "15.8.1",
  12942. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  12943. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  12944. "dependencies": {
  12945. "loose-envify": "^1.4.0",
  12946. "object-assign": "^4.1.1",
  12947. "react-is": "^16.13.1"
  12948. }
  12949. },
  12950. "node_modules/prop-types/node_modules/react-is": {
  12951. "version": "16.13.1",
  12952. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  12953. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  12954. },
  12955. "node_modules/proxy-addr": {
  12956. "version": "2.0.7",
  12957. "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
  12958. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  12959. "dependencies": {
  12960. "forwarded": "0.2.0",
  12961. "ipaddr.js": "1.9.1"
  12962. },
  12963. "engines": {
  12964. "node": ">= 0.10"
  12965. }
  12966. },
  12967. "node_modules/proxy-addr/node_modules/ipaddr.js": {
  12968. "version": "1.9.1",
  12969. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  12970. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  12971. "engines": {
  12972. "node": ">= 0.10"
  12973. }
  12974. },
  12975. "node_modules/psl": {
  12976. "version": "1.8.0",
  12977. "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
  12978. "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ=="
  12979. },
  12980. "node_modules/punycode": {
  12981. "version": "2.1.1",
  12982. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
  12983. "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
  12984. "engines": {
  12985. "node": ">=6"
  12986. }
  12987. },
  12988. "node_modules/q": {
  12989. "version": "1.5.1",
  12990. "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
  12991. "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=",
  12992. "engines": {
  12993. "node": ">=0.6.0",
  12994. "teleport": ">=0.2.0"
  12995. }
  12996. },
  12997. "node_modules/qs": {
  12998. "version": "6.9.7",
  12999. "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz",
  13000. "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==",
  13001. "engines": {
  13002. "node": ">=0.6"
  13003. },
  13004. "funding": {
  13005. "url": "https://github.com/sponsors/ljharb"
  13006. }
  13007. },
  13008. "node_modules/queue-microtask": {
  13009. "version": "1.2.3",
  13010. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  13011. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  13012. "funding": [
  13013. {
  13014. "type": "github",
  13015. "url": "https://github.com/sponsors/feross"
  13016. },
  13017. {
  13018. "type": "patreon",
  13019. "url": "https://www.patreon.com/feross"
  13020. },
  13021. {
  13022. "type": "consulting",
  13023. "url": "https://feross.org/support"
  13024. }
  13025. ]
  13026. },
  13027. "node_modules/quick-lru": {
  13028. "version": "5.1.1",
  13029. "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
  13030. "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
  13031. "engines": {
  13032. "node": ">=10"
  13033. },
  13034. "funding": {
  13035. "url": "https://github.com/sponsors/sindresorhus"
  13036. }
  13037. },
  13038. "node_modules/raf": {
  13039. "version": "3.4.1",
  13040. "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
  13041. "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
  13042. "dependencies": {
  13043. "performance-now": "^2.1.0"
  13044. }
  13045. },
  13046. "node_modules/randombytes": {
  13047. "version": "2.1.0",
  13048. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  13049. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  13050. "dependencies": {
  13051. "safe-buffer": "^5.1.0"
  13052. }
  13053. },
  13054. "node_modules/range-parser": {
  13055. "version": "1.2.1",
  13056. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  13057. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  13058. "engines": {
  13059. "node": ">= 0.6"
  13060. }
  13061. },
  13062. "node_modules/raw-body": {
  13063. "version": "2.4.3",
  13064. "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.3.tgz",
  13065. "integrity": "sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g==",
  13066. "dependencies": {
  13067. "bytes": "3.1.2",
  13068. "http-errors": "1.8.1",
  13069. "iconv-lite": "0.4.24",
  13070. "unpipe": "1.0.0"
  13071. },
  13072. "engines": {
  13073. "node": ">= 0.8"
  13074. }
  13075. },
  13076. "node_modules/raw-body/node_modules/bytes": {
  13077. "version": "3.1.2",
  13078. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  13079. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  13080. "engines": {
  13081. "node": ">= 0.8"
  13082. }
  13083. },
  13084. "node_modules/raw-body/node_modules/iconv-lite": {
  13085. "version": "0.4.24",
  13086. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  13087. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  13088. "dependencies": {
  13089. "safer-buffer": ">= 2.1.2 < 3"
  13090. },
  13091. "engines": {
  13092. "node": ">=0.10.0"
  13093. }
  13094. },
  13095. "node_modules/react": {
  13096. "version": "17.0.2",
  13097. "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz",
  13098. "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
  13099. "dependencies": {
  13100. "loose-envify": "^1.1.0",
  13101. "object-assign": "^4.1.1"
  13102. },
  13103. "engines": {
  13104. "node": ">=0.10.0"
  13105. }
  13106. },
  13107. "node_modules/react-app-polyfill": {
  13108. "version": "3.0.0",
  13109. "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz",
  13110. "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==",
  13111. "dependencies": {
  13112. "core-js": "^3.19.2",
  13113. "object-assign": "^4.1.1",
  13114. "promise": "^8.1.0",
  13115. "raf": "^3.4.1",
  13116. "regenerator-runtime": "^0.13.9",
  13117. "whatwg-fetch": "^3.6.2"
  13118. },
  13119. "engines": {
  13120. "node": ">=14"
  13121. }
  13122. },
  13123. "node_modules/react-dev-utils": {
  13124. "version": "12.0.1",
  13125. "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz",
  13126. "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==",
  13127. "dependencies": {
  13128. "@babel/code-frame": "^7.16.0",
  13129. "address": "^1.1.2",
  13130. "browserslist": "^4.18.1",
  13131. "chalk": "^4.1.2",
  13132. "cross-spawn": "^7.0.3",
  13133. "detect-port-alt": "^1.1.6",
  13134. "escape-string-regexp": "^4.0.0",
  13135. "filesize": "^8.0.6",
  13136. "find-up": "^5.0.0",
  13137. "fork-ts-checker-webpack-plugin": "^6.5.0",
  13138. "global-modules": "^2.0.0",
  13139. "globby": "^11.0.4",
  13140. "gzip-size": "^6.0.0",
  13141. "immer": "^9.0.7",
  13142. "is-root": "^2.1.0",
  13143. "loader-utils": "^3.2.0",
  13144. "open": "^8.4.0",
  13145. "pkg-up": "^3.1.0",
  13146. "prompts": "^2.4.2",
  13147. "react-error-overlay": "^6.0.11",
  13148. "recursive-readdir": "^2.2.2",
  13149. "shell-quote": "^1.7.3",
  13150. "strip-ansi": "^6.0.1",
  13151. "text-table": "^0.2.0"
  13152. },
  13153. "engines": {
  13154. "node": ">=14"
  13155. }
  13156. },
  13157. "node_modules/react-dev-utils/node_modules/loader-utils": {
  13158. "version": "3.2.0",
  13159. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.0.tgz",
  13160. "integrity": "sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==",
  13161. "engines": {
  13162. "node": ">= 12.13.0"
  13163. }
  13164. },
  13165. "node_modules/react-dom": {
  13166. "version": "17.0.2",
  13167. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz",
  13168. "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==",
  13169. "dependencies": {
  13170. "loose-envify": "^1.1.0",
  13171. "object-assign": "^4.1.1",
  13172. "scheduler": "^0.20.2"
  13173. },
  13174. "peerDependencies": {
  13175. "react": "17.0.2"
  13176. }
  13177. },
  13178. "node_modules/react-error-overlay": {
  13179. "version": "6.0.11",
  13180. "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz",
  13181. "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg=="
  13182. },
  13183. "node_modules/react-is": {
  13184. "version": "17.0.2",
  13185. "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
  13186. "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
  13187. },
  13188. "node_modules/react-refresh": {
  13189. "version": "0.11.0",
  13190. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
  13191. "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==",
  13192. "engines": {
  13193. "node": ">=0.10.0"
  13194. }
  13195. },
  13196. "node_modules/react-router": {
  13197. "version": "5.3.1",
  13198. "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.1.tgz",
  13199. "integrity": "sha512-v+zwjqb7bakqgF+wMVKlAPTca/cEmPOvQ9zt7gpSNyPXau1+0qvuYZ5BWzzNDP1y6s15zDwgb9rPN63+SIniRQ==",
  13200. "dependencies": {
  13201. "@babel/runtime": "^7.12.13",
  13202. "history": "^4.9.0",
  13203. "hoist-non-react-statics": "^3.1.0",
  13204. "loose-envify": "^1.3.1",
  13205. "mini-create-react-context": "^0.4.0",
  13206. "path-to-regexp": "^1.7.0",
  13207. "prop-types": "^15.6.2",
  13208. "react-is": "^16.6.0",
  13209. "tiny-invariant": "^1.0.2",
  13210. "tiny-warning": "^1.0.0"
  13211. },
  13212. "peerDependencies": {
  13213. "react": ">=15"
  13214. }
  13215. },
  13216. "node_modules/react-router-dom": {
  13217. "version": "5.3.1",
  13218. "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.1.tgz",
  13219. "integrity": "sha512-f0pj/gMAbv9e8gahTmCEY20oFhxhrmHwYeIwH5EO5xu0qme+wXtsdB8YfUOAZzUz4VaXmb58m3ceiLtjMhqYmQ==",
  13220. "dependencies": {
  13221. "@babel/runtime": "^7.12.13",
  13222. "history": "^4.9.0",
  13223. "loose-envify": "^1.3.1",
  13224. "prop-types": "^15.6.2",
  13225. "react-router": "5.3.1",
  13226. "tiny-invariant": "^1.0.2",
  13227. "tiny-warning": "^1.0.0"
  13228. },
  13229. "peerDependencies": {
  13230. "react": ">=15"
  13231. }
  13232. },
  13233. "node_modules/react-router/node_modules/react-is": {
  13234. "version": "16.13.1",
  13235. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  13236. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  13237. },
  13238. "node_modules/react-scripts": {
  13239. "version": "5.0.1",
  13240. "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz",
  13241. "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==",
  13242. "dependencies": {
  13243. "@babel/core": "^7.16.0",
  13244. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
  13245. "@svgr/webpack": "^5.5.0",
  13246. "babel-jest": "^27.4.2",
  13247. "babel-loader": "^8.2.3",
  13248. "babel-plugin-named-asset-import": "^0.3.8",
  13249. "babel-preset-react-app": "^10.0.1",
  13250. "bfj": "^7.0.2",
  13251. "browserslist": "^4.18.1",
  13252. "camelcase": "^6.2.1",
  13253. "case-sensitive-paths-webpack-plugin": "^2.4.0",
  13254. "css-loader": "^6.5.1",
  13255. "css-minimizer-webpack-plugin": "^3.2.0",
  13256. "dotenv": "^10.0.0",
  13257. "dotenv-expand": "^5.1.0",
  13258. "eslint": "^8.3.0",
  13259. "eslint-config-react-app": "^7.0.1",
  13260. "eslint-webpack-plugin": "^3.1.1",
  13261. "file-loader": "^6.2.0",
  13262. "fs-extra": "^10.0.0",
  13263. "html-webpack-plugin": "^5.5.0",
  13264. "identity-obj-proxy": "^3.0.0",
  13265. "jest": "^27.4.3",
  13266. "jest-resolve": "^27.4.2",
  13267. "jest-watch-typeahead": "^1.0.0",
  13268. "mini-css-extract-plugin": "^2.4.5",
  13269. "postcss": "^8.4.4",
  13270. "postcss-flexbugs-fixes": "^5.0.2",
  13271. "postcss-loader": "^6.2.1",
  13272. "postcss-normalize": "^10.0.1",
  13273. "postcss-preset-env": "^7.0.1",
  13274. "prompts": "^2.4.2",
  13275. "react-app-polyfill": "^3.0.0",
  13276. "react-dev-utils": "^12.0.1",
  13277. "react-refresh": "^0.11.0",
  13278. "resolve": "^1.20.0",
  13279. "resolve-url-loader": "^4.0.0",
  13280. "sass-loader": "^12.3.0",
  13281. "semver": "^7.3.5",
  13282. "source-map-loader": "^3.0.0",
  13283. "style-loader": "^3.3.1",
  13284. "tailwindcss": "^3.0.2",
  13285. "terser-webpack-plugin": "^5.2.5",
  13286. "webpack": "^5.64.4",
  13287. "webpack-dev-server": "^4.6.0",
  13288. "webpack-manifest-plugin": "^4.0.2",
  13289. "workbox-webpack-plugin": "^6.4.1"
  13290. },
  13291. "bin": {
  13292. "react-scripts": "bin/react-scripts.js"
  13293. },
  13294. "engines": {
  13295. "node": ">=14.0.0"
  13296. },
  13297. "optionalDependencies": {
  13298. "fsevents": "^2.3.2"
  13299. },
  13300. "peerDependencies": {
  13301. "react": ">= 16",
  13302. "typescript": "^3.2.1 || ^4"
  13303. },
  13304. "peerDependenciesMeta": {
  13305. "typescript": {
  13306. "optional": true
  13307. }
  13308. }
  13309. },
  13310. "node_modules/read-pkg": {
  13311. "version": "5.2.0",
  13312. "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
  13313. "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
  13314. "dependencies": {
  13315. "@types/normalize-package-data": "^2.4.0",
  13316. "normalize-package-data": "^2.5.0",
  13317. "parse-json": "^5.0.0",
  13318. "type-fest": "^0.6.0"
  13319. },
  13320. "engines": {
  13321. "node": ">=8"
  13322. }
  13323. },
  13324. "node_modules/read-pkg-up": {
  13325. "version": "7.0.1",
  13326. "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
  13327. "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
  13328. "dependencies": {
  13329. "find-up": "^4.1.0",
  13330. "read-pkg": "^5.2.0",
  13331. "type-fest": "^0.8.1"
  13332. },
  13333. "engines": {
  13334. "node": ">=8"
  13335. },
  13336. "funding": {
  13337. "url": "https://github.com/sponsors/sindresorhus"
  13338. }
  13339. },
  13340. "node_modules/read-pkg-up/node_modules/find-up": {
  13341. "version": "4.1.0",
  13342. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  13343. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  13344. "dependencies": {
  13345. "locate-path": "^5.0.0",
  13346. "path-exists": "^4.0.0"
  13347. },
  13348. "engines": {
  13349. "node": ">=8"
  13350. }
  13351. },
  13352. "node_modules/read-pkg-up/node_modules/locate-path": {
  13353. "version": "5.0.0",
  13354. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  13355. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  13356. "dependencies": {
  13357. "p-locate": "^4.1.0"
  13358. },
  13359. "engines": {
  13360. "node": ">=8"
  13361. }
  13362. },
  13363. "node_modules/read-pkg-up/node_modules/p-limit": {
  13364. "version": "2.3.0",
  13365. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  13366. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  13367. "dependencies": {
  13368. "p-try": "^2.0.0"
  13369. },
  13370. "engines": {
  13371. "node": ">=6"
  13372. },
  13373. "funding": {
  13374. "url": "https://github.com/sponsors/sindresorhus"
  13375. }
  13376. },
  13377. "node_modules/read-pkg-up/node_modules/p-locate": {
  13378. "version": "4.1.0",
  13379. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  13380. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  13381. "dependencies": {
  13382. "p-limit": "^2.2.0"
  13383. },
  13384. "engines": {
  13385. "node": ">=8"
  13386. }
  13387. },
  13388. "node_modules/read-pkg-up/node_modules/type-fest": {
  13389. "version": "0.8.1",
  13390. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
  13391. "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
  13392. "engines": {
  13393. "node": ">=8"
  13394. }
  13395. },
  13396. "node_modules/read-pkg/node_modules/hosted-git-info": {
  13397. "version": "2.8.9",
  13398. "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
  13399. "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
  13400. },
  13401. "node_modules/read-pkg/node_modules/normalize-package-data": {
  13402. "version": "2.5.0",
  13403. "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
  13404. "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
  13405. "dependencies": {
  13406. "hosted-git-info": "^2.1.4",
  13407. "resolve": "^1.10.0",
  13408. "semver": "2 || 3 || 4 || 5",
  13409. "validate-npm-package-license": "^3.0.1"
  13410. }
  13411. },
  13412. "node_modules/read-pkg/node_modules/semver": {
  13413. "version": "5.7.1",
  13414. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
  13415. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
  13416. "bin": {
  13417. "semver": "bin/semver"
  13418. }
  13419. },
  13420. "node_modules/read-pkg/node_modules/type-fest": {
  13421. "version": "0.6.0",
  13422. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
  13423. "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
  13424. "engines": {
  13425. "node": ">=8"
  13426. }
  13427. },
  13428. "node_modules/readable-stream": {
  13429. "version": "3.6.0",
  13430. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
  13431. "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
  13432. "dependencies": {
  13433. "inherits": "^2.0.3",
  13434. "string_decoder": "^1.1.1",
  13435. "util-deprecate": "^1.0.1"
  13436. },
  13437. "engines": {
  13438. "node": ">= 6"
  13439. }
  13440. },
  13441. "node_modules/readdirp": {
  13442. "version": "3.6.0",
  13443. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  13444. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  13445. "dependencies": {
  13446. "picomatch": "^2.2.1"
  13447. },
  13448. "engines": {
  13449. "node": ">=8.10.0"
  13450. }
  13451. },
  13452. "node_modules/recursive-readdir": {
  13453. "version": "2.2.2",
  13454. "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz",
  13455. "integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==",
  13456. "dependencies": {
  13457. "minimatch": "3.0.4"
  13458. },
  13459. "engines": {
  13460. "node": ">=0.10.0"
  13461. }
  13462. },
  13463. "node_modules/recursive-readdir/node_modules/minimatch": {
  13464. "version": "3.0.4",
  13465. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  13466. "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  13467. "dependencies": {
  13468. "brace-expansion": "^1.1.7"
  13469. },
  13470. "engines": {
  13471. "node": "*"
  13472. }
  13473. },
  13474. "node_modules/redent": {
  13475. "version": "3.0.0",
  13476. "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
  13477. "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
  13478. "dependencies": {
  13479. "indent-string": "^4.0.0",
  13480. "strip-indent": "^3.0.0"
  13481. },
  13482. "engines": {
  13483. "node": ">=8"
  13484. }
  13485. },
  13486. "node_modules/regenerate": {
  13487. "version": "1.4.2",
  13488. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  13489. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
  13490. },
  13491. "node_modules/regenerate-unicode-properties": {
  13492. "version": "10.0.1",
  13493. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz",
  13494. "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==",
  13495. "dependencies": {
  13496. "regenerate": "^1.4.2"
  13497. },
  13498. "engines": {
  13499. "node": ">=4"
  13500. }
  13501. },
  13502. "node_modules/regenerator-runtime": {
  13503. "version": "0.13.9",
  13504. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
  13505. "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
  13506. },
  13507. "node_modules/regenerator-transform": {
  13508. "version": "0.15.0",
  13509. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz",
  13510. "integrity": "sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==",
  13511. "dependencies": {
  13512. "@babel/runtime": "^7.8.4"
  13513. }
  13514. },
  13515. "node_modules/regex-parser": {
  13516. "version": "2.2.11",
  13517. "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz",
  13518. "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q=="
  13519. },
  13520. "node_modules/regexp.prototype.flags": {
  13521. "version": "1.4.3",
  13522. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz",
  13523. "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==",
  13524. "dependencies": {
  13525. "call-bind": "^1.0.2",
  13526. "define-properties": "^1.1.3",
  13527. "functions-have-names": "^1.2.2"
  13528. },
  13529. "engines": {
  13530. "node": ">= 0.4"
  13531. },
  13532. "funding": {
  13533. "url": "https://github.com/sponsors/ljharb"
  13534. }
  13535. },
  13536. "node_modules/regexpp": {
  13537. "version": "3.2.0",
  13538. "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
  13539. "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
  13540. "engines": {
  13541. "node": ">=8"
  13542. },
  13543. "funding": {
  13544. "url": "https://github.com/sponsors/mysticatea"
  13545. }
  13546. },
  13547. "node_modules/regexpu-core": {
  13548. "version": "5.0.1",
  13549. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.0.1.tgz",
  13550. "integrity": "sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw==",
  13551. "dependencies": {
  13552. "regenerate": "^1.4.2",
  13553. "regenerate-unicode-properties": "^10.0.1",
  13554. "regjsgen": "^0.6.0",
  13555. "regjsparser": "^0.8.2",
  13556. "unicode-match-property-ecmascript": "^2.0.0",
  13557. "unicode-match-property-value-ecmascript": "^2.0.0"
  13558. },
  13559. "engines": {
  13560. "node": ">=4"
  13561. }
  13562. },
  13563. "node_modules/regjsgen": {
  13564. "version": "0.6.0",
  13565. "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz",
  13566. "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA=="
  13567. },
  13568. "node_modules/regjsparser": {
  13569. "version": "0.8.4",
  13570. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz",
  13571. "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==",
  13572. "dependencies": {
  13573. "jsesc": "~0.5.0"
  13574. },
  13575. "bin": {
  13576. "regjsparser": "bin/parser"
  13577. }
  13578. },
  13579. "node_modules/regjsparser/node_modules/jsesc": {
  13580. "version": "0.5.0",
  13581. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  13582. "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
  13583. "bin": {
  13584. "jsesc": "bin/jsesc"
  13585. }
  13586. },
  13587. "node_modules/relateurl": {
  13588. "version": "0.2.7",
  13589. "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
  13590. "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=",
  13591. "engines": {
  13592. "node": ">= 0.10"
  13593. }
  13594. },
  13595. "node_modules/renderkid": {
  13596. "version": "3.0.0",
  13597. "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
  13598. "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
  13599. "dependencies": {
  13600. "css-select": "^4.1.3",
  13601. "dom-converter": "^0.2.0",
  13602. "htmlparser2": "^6.1.0",
  13603. "lodash": "^4.17.21",
  13604. "strip-ansi": "^6.0.1"
  13605. }
  13606. },
  13607. "node_modules/request": {
  13608. "version": "2.88.2",
  13609. "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
  13610. "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
  13611. "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142",
  13612. "dependencies": {
  13613. "aws-sign2": "~0.7.0",
  13614. "aws4": "^1.8.0",
  13615. "caseless": "~0.12.0",
  13616. "combined-stream": "~1.0.6",
  13617. "extend": "~3.0.2",
  13618. "forever-agent": "~0.6.1",
  13619. "form-data": "~2.3.2",
  13620. "har-validator": "~5.1.3",
  13621. "http-signature": "~1.2.0",
  13622. "is-typedarray": "~1.0.0",
  13623. "isstream": "~0.1.2",
  13624. "json-stringify-safe": "~5.0.1",
  13625. "mime-types": "~2.1.19",
  13626. "oauth-sign": "~0.9.0",
  13627. "performance-now": "^2.1.0",
  13628. "qs": "~6.5.2",
  13629. "safe-buffer": "^5.1.2",
  13630. "tough-cookie": "~2.5.0",
  13631. "tunnel-agent": "^0.6.0",
  13632. "uuid": "^3.3.2"
  13633. },
  13634. "engines": {
  13635. "node": ">= 6"
  13636. }
  13637. },
  13638. "node_modules/request/node_modules/form-data": {
  13639. "version": "2.3.3",
  13640. "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
  13641. "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
  13642. "dependencies": {
  13643. "asynckit": "^0.4.0",
  13644. "combined-stream": "^1.0.6",
  13645. "mime-types": "^2.1.12"
  13646. },
  13647. "engines": {
  13648. "node": ">= 0.12"
  13649. }
  13650. },
  13651. "node_modules/request/node_modules/qs": {
  13652. "version": "6.5.3",
  13653. "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz",
  13654. "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==",
  13655. "engines": {
  13656. "node": ">=0.6"
  13657. }
  13658. },
  13659. "node_modules/request/node_modules/tough-cookie": {
  13660. "version": "2.5.0",
  13661. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
  13662. "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
  13663. "dependencies": {
  13664. "psl": "^1.1.28",
  13665. "punycode": "^2.1.1"
  13666. },
  13667. "engines": {
  13668. "node": ">=0.8"
  13669. }
  13670. },
  13671. "node_modules/request/node_modules/uuid": {
  13672. "version": "3.4.0",
  13673. "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
  13674. "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
  13675. "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
  13676. "bin": {
  13677. "uuid": "bin/uuid"
  13678. }
  13679. },
  13680. "node_modules/require-directory": {
  13681. "version": "2.1.1",
  13682. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  13683. "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
  13684. "engines": {
  13685. "node": ">=0.10.0"
  13686. }
  13687. },
  13688. "node_modules/require-from-string": {
  13689. "version": "2.0.2",
  13690. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  13691. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  13692. "engines": {
  13693. "node": ">=0.10.0"
  13694. }
  13695. },
  13696. "node_modules/requires-port": {
  13697. "version": "1.0.0",
  13698. "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
  13699. "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
  13700. },
  13701. "node_modules/resolve": {
  13702. "version": "1.22.0",
  13703. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz",
  13704. "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==",
  13705. "dependencies": {
  13706. "is-core-module": "^2.8.1",
  13707. "path-parse": "^1.0.7",
  13708. "supports-preserve-symlinks-flag": "^1.0.0"
  13709. },
  13710. "bin": {
  13711. "resolve": "bin/resolve"
  13712. },
  13713. "funding": {
  13714. "url": "https://github.com/sponsors/ljharb"
  13715. }
  13716. },
  13717. "node_modules/resolve-cwd": {
  13718. "version": "3.0.0",
  13719. "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
  13720. "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
  13721. "dependencies": {
  13722. "resolve-from": "^5.0.0"
  13723. },
  13724. "engines": {
  13725. "node": ">=8"
  13726. }
  13727. },
  13728. "node_modules/resolve-from": {
  13729. "version": "5.0.0",
  13730. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  13731. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  13732. "engines": {
  13733. "node": ">=8"
  13734. }
  13735. },
  13736. "node_modules/resolve-pathname": {
  13737. "version": "3.0.0",
  13738. "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz",
  13739. "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng=="
  13740. },
  13741. "node_modules/resolve-url-loader": {
  13742. "version": "4.0.0",
  13743. "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz",
  13744. "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==",
  13745. "dependencies": {
  13746. "adjust-sourcemap-loader": "^4.0.0",
  13747. "convert-source-map": "^1.7.0",
  13748. "loader-utils": "^2.0.0",
  13749. "postcss": "^7.0.35",
  13750. "source-map": "0.6.1"
  13751. },
  13752. "engines": {
  13753. "node": ">=8.9"
  13754. },
  13755. "peerDependencies": {
  13756. "rework": "1.0.1",
  13757. "rework-visit": "1.0.0"
  13758. },
  13759. "peerDependenciesMeta": {
  13760. "rework": {
  13761. "optional": true
  13762. },
  13763. "rework-visit": {
  13764. "optional": true
  13765. }
  13766. }
  13767. },
  13768. "node_modules/resolve-url-loader/node_modules/picocolors": {
  13769. "version": "0.2.1",
  13770. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
  13771. "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
  13772. },
  13773. "node_modules/resolve-url-loader/node_modules/postcss": {
  13774. "version": "7.0.39",
  13775. "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
  13776. "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
  13777. "dependencies": {
  13778. "picocolors": "^0.2.1",
  13779. "source-map": "^0.6.1"
  13780. },
  13781. "engines": {
  13782. "node": ">=6.0.0"
  13783. },
  13784. "funding": {
  13785. "type": "opencollective",
  13786. "url": "https://opencollective.com/postcss/"
  13787. }
  13788. },
  13789. "node_modules/resolve.exports": {
  13790. "version": "1.1.0",
  13791. "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz",
  13792. "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==",
  13793. "engines": {
  13794. "node": ">=10"
  13795. }
  13796. },
  13797. "node_modules/retry": {
  13798. "version": "0.13.1",
  13799. "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
  13800. "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
  13801. "engines": {
  13802. "node": ">= 4"
  13803. }
  13804. },
  13805. "node_modules/reusify": {
  13806. "version": "1.0.4",
  13807. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  13808. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  13809. "engines": {
  13810. "iojs": ">=1.0.0",
  13811. "node": ">=0.10.0"
  13812. }
  13813. },
  13814. "node_modules/rimraf": {
  13815. "version": "3.0.2",
  13816. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  13817. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  13818. "dependencies": {
  13819. "glob": "^7.1.3"
  13820. },
  13821. "bin": {
  13822. "rimraf": "bin.js"
  13823. },
  13824. "funding": {
  13825. "url": "https://github.com/sponsors/isaacs"
  13826. }
  13827. },
  13828. "node_modules/rollup": {
  13829. "version": "2.70.2",
  13830. "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.70.2.tgz",
  13831. "integrity": "sha512-EitogNZnfku65I1DD5Mxe8JYRUCy0hkK5X84IlDtUs+O6JRMpRciXTzyCUuX11b5L5pvjH+OmFXiQ3XjabcXgg==",
  13832. "bin": {
  13833. "rollup": "dist/bin/rollup"
  13834. },
  13835. "engines": {
  13836. "node": ">=10.0.0"
  13837. },
  13838. "optionalDependencies": {
  13839. "fsevents": "~2.3.2"
  13840. }
  13841. },
  13842. "node_modules/rollup-plugin-terser": {
  13843. "version": "7.0.2",
  13844. "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
  13845. "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
  13846. "dependencies": {
  13847. "@babel/code-frame": "^7.10.4",
  13848. "jest-worker": "^26.2.1",
  13849. "serialize-javascript": "^4.0.0",
  13850. "terser": "^5.0.0"
  13851. },
  13852. "peerDependencies": {
  13853. "rollup": "^2.0.0"
  13854. }
  13855. },
  13856. "node_modules/rollup-plugin-terser/node_modules/jest-worker": {
  13857. "version": "26.6.2",
  13858. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
  13859. "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
  13860. "dependencies": {
  13861. "@types/node": "*",
  13862. "merge-stream": "^2.0.0",
  13863. "supports-color": "^7.0.0"
  13864. },
  13865. "engines": {
  13866. "node": ">= 10.13.0"
  13867. }
  13868. },
  13869. "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": {
  13870. "version": "4.0.0",
  13871. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
  13872. "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
  13873. "dependencies": {
  13874. "randombytes": "^2.1.0"
  13875. }
  13876. },
  13877. "node_modules/run-parallel": {
  13878. "version": "1.2.0",
  13879. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  13880. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  13881. "funding": [
  13882. {
  13883. "type": "github",
  13884. "url": "https://github.com/sponsors/feross"
  13885. },
  13886. {
  13887. "type": "patreon",
  13888. "url": "https://www.patreon.com/feross"
  13889. },
  13890. {
  13891. "type": "consulting",
  13892. "url": "https://feross.org/support"
  13893. }
  13894. ],
  13895. "dependencies": {
  13896. "queue-microtask": "^1.2.2"
  13897. }
  13898. },
  13899. "node_modules/safe-buffer": {
  13900. "version": "5.1.2",
  13901. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  13902. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  13903. },
  13904. "node_modules/safer-buffer": {
  13905. "version": "2.1.2",
  13906. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  13907. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
  13908. },
  13909. "node_modules/sanitize.css": {
  13910. "version": "13.0.0",
  13911. "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz",
  13912. "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA=="
  13913. },
  13914. "node_modules/sass": {
  13915. "version": "1.50.0",
  13916. "resolved": "https://registry.npmjs.org/sass/-/sass-1.50.0.tgz",
  13917. "integrity": "sha512-cLsD6MEZ5URXHStxApajEh7gW189kkjn4Rc8DQweMyF+o5HF5nfEz8QYLMlPsTOD88DknatTmBWkOcw5/LnJLQ==",
  13918. "dependencies": {
  13919. "chokidar": ">=3.0.0 <4.0.0",
  13920. "immutable": "^4.0.0",
  13921. "source-map-js": ">=0.6.2 <2.0.0"
  13922. },
  13923. "bin": {
  13924. "sass": "sass.js"
  13925. },
  13926. "engines": {
  13927. "node": ">=12.0.0"
  13928. }
  13929. },
  13930. "node_modules/sass-graph": {
  13931. "version": "4.0.0",
  13932. "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-4.0.0.tgz",
  13933. "integrity": "sha512-WSO/MfXqKH7/TS8RdkCX3lVkPFQzCgbqdGsmSKq6tlPU+GpGEsa/5aW18JqItnqh+lPtcjifqdZ/VmiILkKckQ==",
  13934. "dependencies": {
  13935. "glob": "^7.0.0",
  13936. "lodash": "^4.17.11",
  13937. "scss-tokenizer": "^0.3.0",
  13938. "yargs": "^17.2.1"
  13939. },
  13940. "bin": {
  13941. "sassgraph": "bin/sassgraph"
  13942. },
  13943. "engines": {
  13944. "node": ">=12"
  13945. }
  13946. },
  13947. "node_modules/sass-graph/node_modules/yargs": {
  13948. "version": "17.4.1",
  13949. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.4.1.tgz",
  13950. "integrity": "sha512-WSZD9jgobAg3ZKuCQZSa3g9QOJeCCqLoLAykiWgmXnDo9EPnn4RPf5qVTtzgOx66o6/oqhcA5tHtJXpG8pMt3g==",
  13951. "dependencies": {
  13952. "cliui": "^7.0.2",
  13953. "escalade": "^3.1.1",
  13954. "get-caller-file": "^2.0.5",
  13955. "require-directory": "^2.1.1",
  13956. "string-width": "^4.2.3",
  13957. "y18n": "^5.0.5",
  13958. "yargs-parser": "^21.0.0"
  13959. },
  13960. "engines": {
  13961. "node": ">=12"
  13962. }
  13963. },
  13964. "node_modules/sass-graph/node_modules/yargs-parser": {
  13965. "version": "21.0.1",
  13966. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz",
  13967. "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==",
  13968. "engines": {
  13969. "node": ">=12"
  13970. }
  13971. },
  13972. "node_modules/sass-loader": {
  13973. "version": "12.6.0",
  13974. "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz",
  13975. "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==",
  13976. "dependencies": {
  13977. "klona": "^2.0.4",
  13978. "neo-async": "^2.6.2"
  13979. },
  13980. "engines": {
  13981. "node": ">= 12.13.0"
  13982. },
  13983. "funding": {
  13984. "type": "opencollective",
  13985. "url": "https://opencollective.com/webpack"
  13986. },
  13987. "peerDependencies": {
  13988. "fibers": ">= 3.1.0",
  13989. "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
  13990. "sass": "^1.3.0",
  13991. "sass-embedded": "*",
  13992. "webpack": "^5.0.0"
  13993. },
  13994. "peerDependenciesMeta": {
  13995. "fibers": {
  13996. "optional": true
  13997. },
  13998. "node-sass": {
  13999. "optional": true
  14000. },
  14001. "sass": {
  14002. "optional": true
  14003. },
  14004. "sass-embedded": {
  14005. "optional": true
  14006. }
  14007. }
  14008. },
  14009. "node_modules/sax": {
  14010. "version": "1.2.4",
  14011. "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
  14012. "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
  14013. },
  14014. "node_modules/saxes": {
  14015. "version": "5.0.1",
  14016. "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
  14017. "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
  14018. "dependencies": {
  14019. "xmlchars": "^2.2.0"
  14020. },
  14021. "engines": {
  14022. "node": ">=10"
  14023. }
  14024. },
  14025. "node_modules/scheduler": {
  14026. "version": "0.20.2",
  14027. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz",
  14028. "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==",
  14029. "dependencies": {
  14030. "loose-envify": "^1.1.0",
  14031. "object-assign": "^4.1.1"
  14032. }
  14033. },
  14034. "node_modules/schema-utils": {
  14035. "version": "3.1.1",
  14036. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
  14037. "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
  14038. "dependencies": {
  14039. "@types/json-schema": "^7.0.8",
  14040. "ajv": "^6.12.5",
  14041. "ajv-keywords": "^3.5.2"
  14042. },
  14043. "engines": {
  14044. "node": ">= 10.13.0"
  14045. },
  14046. "funding": {
  14047. "type": "opencollective",
  14048. "url": "https://opencollective.com/webpack"
  14049. }
  14050. },
  14051. "node_modules/scss-tokenizer": {
  14052. "version": "0.3.0",
  14053. "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.3.0.tgz",
  14054. "integrity": "sha512-14Zl9GcbBvOT9057ZKjpz5yPOyUWG2ojd9D5io28wHRYsOrs7U95Q+KNL87+32p8rc+LvDpbu/i9ZYjM9Q+FsQ==",
  14055. "dependencies": {
  14056. "js-base64": "^2.4.3",
  14057. "source-map": "^0.7.1"
  14058. }
  14059. },
  14060. "node_modules/scss-tokenizer/node_modules/source-map": {
  14061. "version": "0.7.3",
  14062. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
  14063. "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
  14064. "engines": {
  14065. "node": ">= 8"
  14066. }
  14067. },
  14068. "node_modules/select-hose": {
  14069. "version": "2.0.0",
  14070. "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
  14071. "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo="
  14072. },
  14073. "node_modules/selfsigned": {
  14074. "version": "2.0.1",
  14075. "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.0.1.tgz",
  14076. "integrity": "sha512-LmME957M1zOsUhG+67rAjKfiWFox3SBxE/yymatMZsAx+oMrJ0YQ8AToOnyCm7xbeg2ep37IHLxdu0o2MavQOQ==",
  14077. "dependencies": {
  14078. "node-forge": "^1"
  14079. },
  14080. "engines": {
  14081. "node": ">=10"
  14082. }
  14083. },
  14084. "node_modules/semver": {
  14085. "version": "7.3.7",
  14086. "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
  14087. "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
  14088. "dependencies": {
  14089. "lru-cache": "^6.0.0"
  14090. },
  14091. "bin": {
  14092. "semver": "bin/semver.js"
  14093. },
  14094. "engines": {
  14095. "node": ">=10"
  14096. }
  14097. },
  14098. "node_modules/send": {
  14099. "version": "0.17.2",
  14100. "resolved": "https://registry.npmjs.org/send/-/send-0.17.2.tgz",
  14101. "integrity": "sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==",
  14102. "dependencies": {
  14103. "debug": "2.6.9",
  14104. "depd": "~1.1.2",
  14105. "destroy": "~1.0.4",
  14106. "encodeurl": "~1.0.2",
  14107. "escape-html": "~1.0.3",
  14108. "etag": "~1.8.1",
  14109. "fresh": "0.5.2",
  14110. "http-errors": "1.8.1",
  14111. "mime": "1.6.0",
  14112. "ms": "2.1.3",
  14113. "on-finished": "~2.3.0",
  14114. "range-parser": "~1.2.1",
  14115. "statuses": "~1.5.0"
  14116. },
  14117. "engines": {
  14118. "node": ">= 0.8.0"
  14119. }
  14120. },
  14121. "node_modules/send/node_modules/debug": {
  14122. "version": "2.6.9",
  14123. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  14124. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  14125. "dependencies": {
  14126. "ms": "2.0.0"
  14127. }
  14128. },
  14129. "node_modules/send/node_modules/debug/node_modules/ms": {
  14130. "version": "2.0.0",
  14131. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  14132. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  14133. },
  14134. "node_modules/send/node_modules/ms": {
  14135. "version": "2.1.3",
  14136. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  14137. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  14138. },
  14139. "node_modules/serialize-javascript": {
  14140. "version": "6.0.0",
  14141. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz",
  14142. "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==",
  14143. "dependencies": {
  14144. "randombytes": "^2.1.0"
  14145. }
  14146. },
  14147. "node_modules/serve-index": {
  14148. "version": "1.9.1",
  14149. "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
  14150. "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=",
  14151. "dependencies": {
  14152. "accepts": "~1.3.4",
  14153. "batch": "0.6.1",
  14154. "debug": "2.6.9",
  14155. "escape-html": "~1.0.3",
  14156. "http-errors": "~1.6.2",
  14157. "mime-types": "~2.1.17",
  14158. "parseurl": "~1.3.2"
  14159. },
  14160. "engines": {
  14161. "node": ">= 0.8.0"
  14162. }
  14163. },
  14164. "node_modules/serve-index/node_modules/debug": {
  14165. "version": "2.6.9",
  14166. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  14167. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  14168. "dependencies": {
  14169. "ms": "2.0.0"
  14170. }
  14171. },
  14172. "node_modules/serve-index/node_modules/http-errors": {
  14173. "version": "1.6.3",
  14174. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
  14175. "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
  14176. "dependencies": {
  14177. "depd": "~1.1.2",
  14178. "inherits": "2.0.3",
  14179. "setprototypeof": "1.1.0",
  14180. "statuses": ">= 1.4.0 < 2"
  14181. },
  14182. "engines": {
  14183. "node": ">= 0.6"
  14184. }
  14185. },
  14186. "node_modules/serve-index/node_modules/inherits": {
  14187. "version": "2.0.3",
  14188. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  14189. "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
  14190. },
  14191. "node_modules/serve-index/node_modules/ms": {
  14192. "version": "2.0.0",
  14193. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  14194. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  14195. },
  14196. "node_modules/serve-index/node_modules/setprototypeof": {
  14197. "version": "1.1.0",
  14198. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
  14199. "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ=="
  14200. },
  14201. "node_modules/serve-static": {
  14202. "version": "1.14.2",
  14203. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.2.tgz",
  14204. "integrity": "sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==",
  14205. "dependencies": {
  14206. "encodeurl": "~1.0.2",
  14207. "escape-html": "~1.0.3",
  14208. "parseurl": "~1.3.3",
  14209. "send": "0.17.2"
  14210. },
  14211. "engines": {
  14212. "node": ">= 0.8.0"
  14213. }
  14214. },
  14215. "node_modules/set-blocking": {
  14216. "version": "2.0.0",
  14217. "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  14218. "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
  14219. },
  14220. "node_modules/setprototypeof": {
  14221. "version": "1.2.0",
  14222. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  14223. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  14224. },
  14225. "node_modules/shebang-command": {
  14226. "version": "2.0.0",
  14227. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  14228. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  14229. "dependencies": {
  14230. "shebang-regex": "^3.0.0"
  14231. },
  14232. "engines": {
  14233. "node": ">=8"
  14234. }
  14235. },
  14236. "node_modules/shebang-regex": {
  14237. "version": "3.0.0",
  14238. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  14239. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  14240. "engines": {
  14241. "node": ">=8"
  14242. }
  14243. },
  14244. "node_modules/shell-quote": {
  14245. "version": "1.7.3",
  14246. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
  14247. "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw=="
  14248. },
  14249. "node_modules/side-channel": {
  14250. "version": "1.0.4",
  14251. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
  14252. "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
  14253. "dependencies": {
  14254. "call-bind": "^1.0.0",
  14255. "get-intrinsic": "^1.0.2",
  14256. "object-inspect": "^1.9.0"
  14257. },
  14258. "funding": {
  14259. "url": "https://github.com/sponsors/ljharb"
  14260. }
  14261. },
  14262. "node_modules/signal-exit": {
  14263. "version": "3.0.7",
  14264. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  14265. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  14266. },
  14267. "node_modules/sisteransi": {
  14268. "version": "1.0.5",
  14269. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  14270. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  14271. },
  14272. "node_modules/slash": {
  14273. "version": "3.0.0",
  14274. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  14275. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  14276. "engines": {
  14277. "node": ">=8"
  14278. }
  14279. },
  14280. "node_modules/slice-ansi": {
  14281. "version": "4.0.0",
  14282. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
  14283. "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
  14284. "dev": true,
  14285. "dependencies": {
  14286. "ansi-styles": "^4.0.0",
  14287. "astral-regex": "^2.0.0",
  14288. "is-fullwidth-code-point": "^3.0.0"
  14289. },
  14290. "engines": {
  14291. "node": ">=10"
  14292. },
  14293. "funding": {
  14294. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  14295. }
  14296. },
  14297. "node_modules/smart-buffer": {
  14298. "version": "4.2.0",
  14299. "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
  14300. "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
  14301. "engines": {
  14302. "node": ">= 6.0.0",
  14303. "npm": ">= 3.0.0"
  14304. }
  14305. },
  14306. "node_modules/sockjs": {
  14307. "version": "0.3.24",
  14308. "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
  14309. "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
  14310. "dependencies": {
  14311. "faye-websocket": "^0.11.3",
  14312. "uuid": "^8.3.2",
  14313. "websocket-driver": "^0.7.4"
  14314. }
  14315. },
  14316. "node_modules/socks": {
  14317. "version": "2.6.2",
  14318. "resolved": "https://registry.npmjs.org/socks/-/socks-2.6.2.tgz",
  14319. "integrity": "sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA==",
  14320. "dependencies": {
  14321. "ip": "^1.1.5",
  14322. "smart-buffer": "^4.2.0"
  14323. },
  14324. "engines": {
  14325. "node": ">= 10.13.0",
  14326. "npm": ">= 3.0.0"
  14327. }
  14328. },
  14329. "node_modules/socks-proxy-agent": {
  14330. "version": "6.2.0",
  14331. "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.0.tgz",
  14332. "integrity": "sha512-wWqJhjb32Q6GsrUqzuFkukxb/zzide5quXYcMVpIjxalDBBYy2nqKCFQ/9+Ie4dvOYSQdOk3hUlZSdzZOd3zMQ==",
  14333. "dependencies": {
  14334. "agent-base": "^6.0.2",
  14335. "debug": "^4.3.3",
  14336. "socks": "^2.6.2"
  14337. },
  14338. "engines": {
  14339. "node": ">= 10"
  14340. }
  14341. },
  14342. "node_modules/source-list-map": {
  14343. "version": "2.0.1",
  14344. "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
  14345. "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
  14346. },
  14347. "node_modules/source-map": {
  14348. "version": "0.6.1",
  14349. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  14350. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  14351. "engines": {
  14352. "node": ">=0.10.0"
  14353. }
  14354. },
  14355. "node_modules/source-map-js": {
  14356. "version": "1.0.2",
  14357. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
  14358. "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
  14359. "engines": {
  14360. "node": ">=0.10.0"
  14361. }
  14362. },
  14363. "node_modules/source-map-loader": {
  14364. "version": "3.0.1",
  14365. "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.1.tgz",
  14366. "integrity": "sha512-Vp1UsfyPvgujKQzi4pyDiTOnE3E4H+yHvkVRN3c/9PJmQS4CQJExvcDvaX/D+RV+xQben9HJ56jMJS3CgUeWyA==",
  14367. "dependencies": {
  14368. "abab": "^2.0.5",
  14369. "iconv-lite": "^0.6.3",
  14370. "source-map-js": "^1.0.1"
  14371. },
  14372. "engines": {
  14373. "node": ">= 12.13.0"
  14374. },
  14375. "funding": {
  14376. "type": "opencollective",
  14377. "url": "https://opencollective.com/webpack"
  14378. },
  14379. "peerDependencies": {
  14380. "webpack": "^5.0.0"
  14381. }
  14382. },
  14383. "node_modules/source-map-resolve": {
  14384. "version": "0.6.0",
  14385. "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz",
  14386. "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==",
  14387. "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated",
  14388. "dependencies": {
  14389. "atob": "^2.1.2",
  14390. "decode-uri-component": "^0.2.0"
  14391. }
  14392. },
  14393. "node_modules/source-map-support": {
  14394. "version": "0.5.21",
  14395. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  14396. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  14397. "dependencies": {
  14398. "buffer-from": "^1.0.0",
  14399. "source-map": "^0.6.0"
  14400. }
  14401. },
  14402. "node_modules/sourcemap-codec": {
  14403. "version": "1.4.8",
  14404. "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  14405. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA=="
  14406. },
  14407. "node_modules/spdx-correct": {
  14408. "version": "3.1.1",
  14409. "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
  14410. "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
  14411. "dependencies": {
  14412. "spdx-expression-parse": "^3.0.0",
  14413. "spdx-license-ids": "^3.0.0"
  14414. }
  14415. },
  14416. "node_modules/spdx-exceptions": {
  14417. "version": "2.3.0",
  14418. "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
  14419. "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A=="
  14420. },
  14421. "node_modules/spdx-expression-parse": {
  14422. "version": "3.0.1",
  14423. "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
  14424. "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
  14425. "dependencies": {
  14426. "spdx-exceptions": "^2.1.0",
  14427. "spdx-license-ids": "^3.0.0"
  14428. }
  14429. },
  14430. "node_modules/spdx-license-ids": {
  14431. "version": "3.0.11",
  14432. "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz",
  14433. "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g=="
  14434. },
  14435. "node_modules/spdy": {
  14436. "version": "4.0.2",
  14437. "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
  14438. "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
  14439. "dependencies": {
  14440. "debug": "^4.1.0",
  14441. "handle-thing": "^2.0.0",
  14442. "http-deceiver": "^1.2.7",
  14443. "select-hose": "^2.0.0",
  14444. "spdy-transport": "^3.0.0"
  14445. },
  14446. "engines": {
  14447. "node": ">=6.0.0"
  14448. }
  14449. },
  14450. "node_modules/spdy-transport": {
  14451. "version": "3.0.0",
  14452. "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
  14453. "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
  14454. "dependencies": {
  14455. "debug": "^4.1.0",
  14456. "detect-node": "^2.0.4",
  14457. "hpack.js": "^2.1.6",
  14458. "obuf": "^1.1.2",
  14459. "readable-stream": "^3.0.6",
  14460. "wbuf": "^1.7.3"
  14461. }
  14462. },
  14463. "node_modules/split2": {
  14464. "version": "3.2.2",
  14465. "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz",
  14466. "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==",
  14467. "dev": true,
  14468. "dependencies": {
  14469. "readable-stream": "^3.0.0"
  14470. }
  14471. },
  14472. "node_modules/sprintf-js": {
  14473. "version": "1.0.3",
  14474. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  14475. "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
  14476. },
  14477. "node_modules/sshpk": {
  14478. "version": "1.17.0",
  14479. "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz",
  14480. "integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==",
  14481. "dependencies": {
  14482. "asn1": "~0.2.3",
  14483. "assert-plus": "^1.0.0",
  14484. "bcrypt-pbkdf": "^1.0.0",
  14485. "dashdash": "^1.12.0",
  14486. "ecc-jsbn": "~0.1.1",
  14487. "getpass": "^0.1.1",
  14488. "jsbn": "~0.1.0",
  14489. "safer-buffer": "^2.0.2",
  14490. "tweetnacl": "~0.14.0"
  14491. },
  14492. "bin": {
  14493. "sshpk-conv": "bin/sshpk-conv",
  14494. "sshpk-sign": "bin/sshpk-sign",
  14495. "sshpk-verify": "bin/sshpk-verify"
  14496. },
  14497. "engines": {
  14498. "node": ">=0.10.0"
  14499. }
  14500. },
  14501. "node_modules/ssri": {
  14502. "version": "8.0.1",
  14503. "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
  14504. "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
  14505. "dependencies": {
  14506. "minipass": "^3.1.1"
  14507. },
  14508. "engines": {
  14509. "node": ">= 8"
  14510. }
  14511. },
  14512. "node_modules/stable": {
  14513. "version": "0.1.8",
  14514. "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
  14515. "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w=="
  14516. },
  14517. "node_modules/stack-utils": {
  14518. "version": "2.0.5",
  14519. "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz",
  14520. "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==",
  14521. "dependencies": {
  14522. "escape-string-regexp": "^2.0.0"
  14523. },
  14524. "engines": {
  14525. "node": ">=10"
  14526. }
  14527. },
  14528. "node_modules/stack-utils/node_modules/escape-string-regexp": {
  14529. "version": "2.0.0",
  14530. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  14531. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
  14532. "engines": {
  14533. "node": ">=8"
  14534. }
  14535. },
  14536. "node_modules/stackframe": {
  14537. "version": "1.2.1",
  14538. "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.2.1.tgz",
  14539. "integrity": "sha512-h88QkzREN/hy8eRdyNhhsO7RSJ5oyTqxxmmn0dzBIMUclZsjpfmrsg81vp8mjjAs2vAZ72nyWxRUwSwmh0e4xg=="
  14540. },
  14541. "node_modules/statuses": {
  14542. "version": "1.5.0",
  14543. "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
  14544. "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
  14545. "engines": {
  14546. "node": ">= 0.6"
  14547. }
  14548. },
  14549. "node_modules/stdout-stream": {
  14550. "version": "1.4.1",
  14551. "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz",
  14552. "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==",
  14553. "dependencies": {
  14554. "readable-stream": "^2.0.1"
  14555. }
  14556. },
  14557. "node_modules/stdout-stream/node_modules/isarray": {
  14558. "version": "1.0.0",
  14559. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  14560. "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
  14561. },
  14562. "node_modules/stdout-stream/node_modules/readable-stream": {
  14563. "version": "2.3.7",
  14564. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  14565. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  14566. "dependencies": {
  14567. "core-util-is": "~1.0.0",
  14568. "inherits": "~2.0.3",
  14569. "isarray": "~1.0.0",
  14570. "process-nextick-args": "~2.0.0",
  14571. "safe-buffer": "~5.1.1",
  14572. "string_decoder": "~1.1.1",
  14573. "util-deprecate": "~1.0.1"
  14574. }
  14575. },
  14576. "node_modules/stdout-stream/node_modules/string_decoder": {
  14577. "version": "1.1.1",
  14578. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  14579. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  14580. "dependencies": {
  14581. "safe-buffer": "~5.1.0"
  14582. }
  14583. },
  14584. "node_modules/string_decoder": {
  14585. "version": "1.3.0",
  14586. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  14587. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  14588. "dependencies": {
  14589. "safe-buffer": "~5.2.0"
  14590. }
  14591. },
  14592. "node_modules/string_decoder/node_modules/safe-buffer": {
  14593. "version": "5.2.1",
  14594. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  14595. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  14596. "funding": [
  14597. {
  14598. "type": "github",
  14599. "url": "https://github.com/sponsors/feross"
  14600. },
  14601. {
  14602. "type": "patreon",
  14603. "url": "https://www.patreon.com/feross"
  14604. },
  14605. {
  14606. "type": "consulting",
  14607. "url": "https://feross.org/support"
  14608. }
  14609. ]
  14610. },
  14611. "node_modules/string-length": {
  14612. "version": "4.0.2",
  14613. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  14614. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  14615. "dependencies": {
  14616. "char-regex": "^1.0.2",
  14617. "strip-ansi": "^6.0.0"
  14618. },
  14619. "engines": {
  14620. "node": ">=10"
  14621. }
  14622. },
  14623. "node_modules/string-natural-compare": {
  14624. "version": "3.0.1",
  14625. "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
  14626. "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw=="
  14627. },
  14628. "node_modules/string-width": {
  14629. "version": "4.2.3",
  14630. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  14631. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  14632. "dependencies": {
  14633. "emoji-regex": "^8.0.0",
  14634. "is-fullwidth-code-point": "^3.0.0",
  14635. "strip-ansi": "^6.0.1"
  14636. },
  14637. "engines": {
  14638. "node": ">=8"
  14639. }
  14640. },
  14641. "node_modules/string-width/node_modules/emoji-regex": {
  14642. "version": "8.0.0",
  14643. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  14644. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  14645. },
  14646. "node_modules/string.prototype.matchall": {
  14647. "version": "4.0.7",
  14648. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz",
  14649. "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==",
  14650. "dependencies": {
  14651. "call-bind": "^1.0.2",
  14652. "define-properties": "^1.1.3",
  14653. "es-abstract": "^1.19.1",
  14654. "get-intrinsic": "^1.1.1",
  14655. "has-symbols": "^1.0.3",
  14656. "internal-slot": "^1.0.3",
  14657. "regexp.prototype.flags": "^1.4.1",
  14658. "side-channel": "^1.0.4"
  14659. },
  14660. "funding": {
  14661. "url": "https://github.com/sponsors/ljharb"
  14662. }
  14663. },
  14664. "node_modules/string.prototype.trimend": {
  14665. "version": "1.0.4",
  14666. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz",
  14667. "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==",
  14668. "dependencies": {
  14669. "call-bind": "^1.0.2",
  14670. "define-properties": "^1.1.3"
  14671. },
  14672. "funding": {
  14673. "url": "https://github.com/sponsors/ljharb"
  14674. }
  14675. },
  14676. "node_modules/string.prototype.trimstart": {
  14677. "version": "1.0.4",
  14678. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz",
  14679. "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==",
  14680. "dependencies": {
  14681. "call-bind": "^1.0.2",
  14682. "define-properties": "^1.1.3"
  14683. },
  14684. "funding": {
  14685. "url": "https://github.com/sponsors/ljharb"
  14686. }
  14687. },
  14688. "node_modules/stringify-object": {
  14689. "version": "3.3.0",
  14690. "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
  14691. "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
  14692. "dependencies": {
  14693. "get-own-enumerable-property-symbols": "^3.0.0",
  14694. "is-obj": "^1.0.1",
  14695. "is-regexp": "^1.0.0"
  14696. },
  14697. "engines": {
  14698. "node": ">=4"
  14699. }
  14700. },
  14701. "node_modules/strip-ansi": {
  14702. "version": "6.0.1",
  14703. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  14704. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  14705. "dependencies": {
  14706. "ansi-regex": "^5.0.1"
  14707. },
  14708. "engines": {
  14709. "node": ">=8"
  14710. }
  14711. },
  14712. "node_modules/strip-bom": {
  14713. "version": "4.0.0",
  14714. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
  14715. "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
  14716. "engines": {
  14717. "node": ">=8"
  14718. }
  14719. },
  14720. "node_modules/strip-comments": {
  14721. "version": "2.0.1",
  14722. "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
  14723. "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==",
  14724. "engines": {
  14725. "node": ">=10"
  14726. }
  14727. },
  14728. "node_modules/strip-final-newline": {
  14729. "version": "2.0.0",
  14730. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  14731. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  14732. "engines": {
  14733. "node": ">=6"
  14734. }
  14735. },
  14736. "node_modules/strip-indent": {
  14737. "version": "3.0.0",
  14738. "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
  14739. "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
  14740. "dependencies": {
  14741. "min-indent": "^1.0.0"
  14742. },
  14743. "engines": {
  14744. "node": ">=8"
  14745. }
  14746. },
  14747. "node_modules/strip-json-comments": {
  14748. "version": "3.1.1",
  14749. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  14750. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  14751. "engines": {
  14752. "node": ">=8"
  14753. },
  14754. "funding": {
  14755. "url": "https://github.com/sponsors/sindresorhus"
  14756. }
  14757. },
  14758. "node_modules/style-loader": {
  14759. "version": "3.3.1",
  14760. "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz",
  14761. "integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==",
  14762. "engines": {
  14763. "node": ">= 12.13.0"
  14764. },
  14765. "funding": {
  14766. "type": "opencollective",
  14767. "url": "https://opencollective.com/webpack"
  14768. },
  14769. "peerDependencies": {
  14770. "webpack": "^5.0.0"
  14771. }
  14772. },
  14773. "node_modules/stylehacks": {
  14774. "version": "5.1.0",
  14775. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.0.tgz",
  14776. "integrity": "sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==",
  14777. "dependencies": {
  14778. "browserslist": "^4.16.6",
  14779. "postcss-selector-parser": "^6.0.4"
  14780. },
  14781. "engines": {
  14782. "node": "^10 || ^12 || >=14.0"
  14783. },
  14784. "peerDependencies": {
  14785. "postcss": "^8.2.15"
  14786. }
  14787. },
  14788. "node_modules/supports-color": {
  14789. "version": "7.2.0",
  14790. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  14791. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  14792. "dependencies": {
  14793. "has-flag": "^4.0.0"
  14794. },
  14795. "engines": {
  14796. "node": ">=8"
  14797. }
  14798. },
  14799. "node_modules/supports-hyperlinks": {
  14800. "version": "2.2.0",
  14801. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz",
  14802. "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==",
  14803. "dependencies": {
  14804. "has-flag": "^4.0.0",
  14805. "supports-color": "^7.0.0"
  14806. },
  14807. "engines": {
  14808. "node": ">=8"
  14809. }
  14810. },
  14811. "node_modules/supports-preserve-symlinks-flag": {
  14812. "version": "1.0.0",
  14813. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  14814. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  14815. "engines": {
  14816. "node": ">= 0.4"
  14817. },
  14818. "funding": {
  14819. "url": "https://github.com/sponsors/ljharb"
  14820. }
  14821. },
  14822. "node_modules/svg-parser": {
  14823. "version": "2.0.4",
  14824. "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
  14825. "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ=="
  14826. },
  14827. "node_modules/svgo": {
  14828. "version": "1.3.2",
  14829. "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
  14830. "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
  14831. "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.",
  14832. "dependencies": {
  14833. "chalk": "^2.4.1",
  14834. "coa": "^2.0.2",
  14835. "css-select": "^2.0.0",
  14836. "css-select-base-adapter": "^0.1.1",
  14837. "css-tree": "1.0.0-alpha.37",
  14838. "csso": "^4.0.2",
  14839. "js-yaml": "^3.13.1",
  14840. "mkdirp": "~0.5.1",
  14841. "object.values": "^1.1.0",
  14842. "sax": "~1.2.4",
  14843. "stable": "^0.1.8",
  14844. "unquote": "~1.1.1",
  14845. "util.promisify": "~1.0.0"
  14846. },
  14847. "bin": {
  14848. "svgo": "bin/svgo"
  14849. },
  14850. "engines": {
  14851. "node": ">=4.0.0"
  14852. }
  14853. },
  14854. "node_modules/svgo/node_modules/ansi-styles": {
  14855. "version": "3.2.1",
  14856. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  14857. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  14858. "dependencies": {
  14859. "color-convert": "^1.9.0"
  14860. },
  14861. "engines": {
  14862. "node": ">=4"
  14863. }
  14864. },
  14865. "node_modules/svgo/node_modules/chalk": {
  14866. "version": "2.4.2",
  14867. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  14868. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  14869. "dependencies": {
  14870. "ansi-styles": "^3.2.1",
  14871. "escape-string-regexp": "^1.0.5",
  14872. "supports-color": "^5.3.0"
  14873. },
  14874. "engines": {
  14875. "node": ">=4"
  14876. }
  14877. },
  14878. "node_modules/svgo/node_modules/color-convert": {
  14879. "version": "1.9.3",
  14880. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  14881. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  14882. "dependencies": {
  14883. "color-name": "1.1.3"
  14884. }
  14885. },
  14886. "node_modules/svgo/node_modules/color-name": {
  14887. "version": "1.1.3",
  14888. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  14889. "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
  14890. },
  14891. "node_modules/svgo/node_modules/css-select": {
  14892. "version": "2.1.0",
  14893. "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
  14894. "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
  14895. "dependencies": {
  14896. "boolbase": "^1.0.0",
  14897. "css-what": "^3.2.1",
  14898. "domutils": "^1.7.0",
  14899. "nth-check": "^1.0.2"
  14900. }
  14901. },
  14902. "node_modules/svgo/node_modules/css-what": {
  14903. "version": "3.4.2",
  14904. "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
  14905. "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==",
  14906. "engines": {
  14907. "node": ">= 6"
  14908. },
  14909. "funding": {
  14910. "url": "https://github.com/sponsors/fb55"
  14911. }
  14912. },
  14913. "node_modules/svgo/node_modules/dom-serializer": {
  14914. "version": "0.2.2",
  14915. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
  14916. "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
  14917. "dependencies": {
  14918. "domelementtype": "^2.0.1",
  14919. "entities": "^2.0.0"
  14920. }
  14921. },
  14922. "node_modules/svgo/node_modules/domutils": {
  14923. "version": "1.7.0",
  14924. "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
  14925. "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
  14926. "dependencies": {
  14927. "dom-serializer": "0",
  14928. "domelementtype": "1"
  14929. }
  14930. },
  14931. "node_modules/svgo/node_modules/domutils/node_modules/domelementtype": {
  14932. "version": "1.3.1",
  14933. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
  14934. "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
  14935. },
  14936. "node_modules/svgo/node_modules/escape-string-regexp": {
  14937. "version": "1.0.5",
  14938. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  14939. "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
  14940. "engines": {
  14941. "node": ">=0.8.0"
  14942. }
  14943. },
  14944. "node_modules/svgo/node_modules/has-flag": {
  14945. "version": "3.0.0",
  14946. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  14947. "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
  14948. "engines": {
  14949. "node": ">=4"
  14950. }
  14951. },
  14952. "node_modules/svgo/node_modules/nth-check": {
  14953. "version": "1.0.2",
  14954. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
  14955. "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
  14956. "dependencies": {
  14957. "boolbase": "~1.0.0"
  14958. }
  14959. },
  14960. "node_modules/svgo/node_modules/supports-color": {
  14961. "version": "5.5.0",
  14962. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  14963. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  14964. "dependencies": {
  14965. "has-flag": "^3.0.0"
  14966. },
  14967. "engines": {
  14968. "node": ">=4"
  14969. }
  14970. },
  14971. "node_modules/symbol-tree": {
  14972. "version": "3.2.4",
  14973. "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  14974. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
  14975. },
  14976. "node_modules/tailwindcss": {
  14977. "version": "3.0.24",
  14978. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.24.tgz",
  14979. "integrity": "sha512-H3uMmZNWzG6aqmg9q07ZIRNIawoiEcNFKDfL+YzOPuPsXuDXxJxB9icqzLgdzKNwjG3SAro2h9SYav8ewXNgig==",
  14980. "dependencies": {
  14981. "arg": "^5.0.1",
  14982. "chokidar": "^3.5.3",
  14983. "color-name": "^1.1.4",
  14984. "detective": "^5.2.0",
  14985. "didyoumean": "^1.2.2",
  14986. "dlv": "^1.1.3",
  14987. "fast-glob": "^3.2.11",
  14988. "glob-parent": "^6.0.2",
  14989. "is-glob": "^4.0.3",
  14990. "lilconfig": "^2.0.5",
  14991. "normalize-path": "^3.0.0",
  14992. "object-hash": "^3.0.0",
  14993. "picocolors": "^1.0.0",
  14994. "postcss": "^8.4.12",
  14995. "postcss-js": "^4.0.0",
  14996. "postcss-load-config": "^3.1.4",
  14997. "postcss-nested": "5.0.6",
  14998. "postcss-selector-parser": "^6.0.10",
  14999. "postcss-value-parser": "^4.2.0",
  15000. "quick-lru": "^5.1.1",
  15001. "resolve": "^1.22.0"
  15002. },
  15003. "bin": {
  15004. "tailwind": "lib/cli.js",
  15005. "tailwindcss": "lib/cli.js"
  15006. },
  15007. "engines": {
  15008. "node": ">=12.13.0"
  15009. },
  15010. "peerDependencies": {
  15011. "postcss": "^8.0.9"
  15012. }
  15013. },
  15014. "node_modules/tapable": {
  15015. "version": "2.2.1",
  15016. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
  15017. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  15018. "engines": {
  15019. "node": ">=6"
  15020. }
  15021. },
  15022. "node_modules/tar": {
  15023. "version": "6.1.11",
  15024. "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz",
  15025. "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==",
  15026. "dependencies": {
  15027. "chownr": "^2.0.0",
  15028. "fs-minipass": "^2.0.0",
  15029. "minipass": "^3.0.0",
  15030. "minizlib": "^2.1.1",
  15031. "mkdirp": "^1.0.3",
  15032. "yallist": "^4.0.0"
  15033. },
  15034. "engines": {
  15035. "node": ">= 10"
  15036. }
  15037. },
  15038. "node_modules/tar/node_modules/mkdirp": {
  15039. "version": "1.0.4",
  15040. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  15041. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
  15042. "bin": {
  15043. "mkdirp": "bin/cmd.js"
  15044. },
  15045. "engines": {
  15046. "node": ">=10"
  15047. }
  15048. },
  15049. "node_modules/temp-dir": {
  15050. "version": "2.0.0",
  15051. "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
  15052. "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
  15053. "engines": {
  15054. "node": ">=8"
  15055. }
  15056. },
  15057. "node_modules/tempy": {
  15058. "version": "0.6.0",
  15059. "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
  15060. "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
  15061. "dependencies": {
  15062. "is-stream": "^2.0.0",
  15063. "temp-dir": "^2.0.0",
  15064. "type-fest": "^0.16.0",
  15065. "unique-string": "^2.0.0"
  15066. },
  15067. "engines": {
  15068. "node": ">=10"
  15069. },
  15070. "funding": {
  15071. "url": "https://github.com/sponsors/sindresorhus"
  15072. }
  15073. },
  15074. "node_modules/tempy/node_modules/type-fest": {
  15075. "version": "0.16.0",
  15076. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
  15077. "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==",
  15078. "engines": {
  15079. "node": ">=10"
  15080. },
  15081. "funding": {
  15082. "url": "https://github.com/sponsors/sindresorhus"
  15083. }
  15084. },
  15085. "node_modules/terminal-link": {
  15086. "version": "2.1.1",
  15087. "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
  15088. "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
  15089. "dependencies": {
  15090. "ansi-escapes": "^4.2.1",
  15091. "supports-hyperlinks": "^2.0.0"
  15092. },
  15093. "engines": {
  15094. "node": ">=8"
  15095. },
  15096. "funding": {
  15097. "url": "https://github.com/sponsors/sindresorhus"
  15098. }
  15099. },
  15100. "node_modules/terser": {
  15101. "version": "5.12.1",
  15102. "resolved": "https://registry.npmjs.org/terser/-/terser-5.12.1.tgz",
  15103. "integrity": "sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==",
  15104. "dependencies": {
  15105. "acorn": "^8.5.0",
  15106. "commander": "^2.20.0",
  15107. "source-map": "~0.7.2",
  15108. "source-map-support": "~0.5.20"
  15109. },
  15110. "bin": {
  15111. "terser": "bin/terser"
  15112. },
  15113. "engines": {
  15114. "node": ">=10"
  15115. }
  15116. },
  15117. "node_modules/terser-webpack-plugin": {
  15118. "version": "5.3.1",
  15119. "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz",
  15120. "integrity": "sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==",
  15121. "dependencies": {
  15122. "jest-worker": "^27.4.5",
  15123. "schema-utils": "^3.1.1",
  15124. "serialize-javascript": "^6.0.0",
  15125. "source-map": "^0.6.1",
  15126. "terser": "^5.7.2"
  15127. },
  15128. "engines": {
  15129. "node": ">= 10.13.0"
  15130. },
  15131. "funding": {
  15132. "type": "opencollective",
  15133. "url": "https://opencollective.com/webpack"
  15134. },
  15135. "peerDependencies": {
  15136. "webpack": "^5.1.0"
  15137. },
  15138. "peerDependenciesMeta": {
  15139. "@swc/core": {
  15140. "optional": true
  15141. },
  15142. "esbuild": {
  15143. "optional": true
  15144. },
  15145. "uglify-js": {
  15146. "optional": true
  15147. }
  15148. }
  15149. },
  15150. "node_modules/terser/node_modules/commander": {
  15151. "version": "2.20.3",
  15152. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  15153. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  15154. },
  15155. "node_modules/terser/node_modules/source-map": {
  15156. "version": "0.7.3",
  15157. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
  15158. "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
  15159. "engines": {
  15160. "node": ">= 8"
  15161. }
  15162. },
  15163. "node_modules/test-exclude": {
  15164. "version": "6.0.0",
  15165. "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
  15166. "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
  15167. "dependencies": {
  15168. "@istanbuljs/schema": "^0.1.2",
  15169. "glob": "^7.1.4",
  15170. "minimatch": "^3.0.4"
  15171. },
  15172. "engines": {
  15173. "node": ">=8"
  15174. }
  15175. },
  15176. "node_modules/text-table": {
  15177. "version": "0.2.0",
  15178. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  15179. "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
  15180. },
  15181. "node_modules/throat": {
  15182. "version": "6.0.1",
  15183. "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz",
  15184. "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w=="
  15185. },
  15186. "node_modules/through2": {
  15187. "version": "4.0.2",
  15188. "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz",
  15189. "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==",
  15190. "dev": true,
  15191. "dependencies": {
  15192. "readable-stream": "3"
  15193. }
  15194. },
  15195. "node_modules/thunky": {
  15196. "version": "1.1.0",
  15197. "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
  15198. "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA=="
  15199. },
  15200. "node_modules/tiny-invariant": {
  15201. "version": "1.2.0",
  15202. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.2.0.tgz",
  15203. "integrity": "sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg=="
  15204. },
  15205. "node_modules/tiny-warning": {
  15206. "version": "1.0.3",
  15207. "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
  15208. "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA=="
  15209. },
  15210. "node_modules/tmpl": {
  15211. "version": "1.0.5",
  15212. "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
  15213. "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
  15214. },
  15215. "node_modules/to-fast-properties": {
  15216. "version": "2.0.0",
  15217. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  15218. "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
  15219. "engines": {
  15220. "node": ">=4"
  15221. }
  15222. },
  15223. "node_modules/to-regex-range": {
  15224. "version": "5.0.1",
  15225. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  15226. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  15227. "dependencies": {
  15228. "is-number": "^7.0.0"
  15229. },
  15230. "engines": {
  15231. "node": ">=8.0"
  15232. }
  15233. },
  15234. "node_modules/toidentifier": {
  15235. "version": "1.0.1",
  15236. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  15237. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  15238. "engines": {
  15239. "node": ">=0.6"
  15240. }
  15241. },
  15242. "node_modules/tough-cookie": {
  15243. "version": "4.0.0",
  15244. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz",
  15245. "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==",
  15246. "dependencies": {
  15247. "psl": "^1.1.33",
  15248. "punycode": "^2.1.1",
  15249. "universalify": "^0.1.2"
  15250. },
  15251. "engines": {
  15252. "node": ">=6"
  15253. }
  15254. },
  15255. "node_modules/tough-cookie/node_modules/universalify": {
  15256. "version": "0.1.2",
  15257. "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
  15258. "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
  15259. "engines": {
  15260. "node": ">= 4.0.0"
  15261. }
  15262. },
  15263. "node_modules/tr46": {
  15264. "version": "2.1.0",
  15265. "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
  15266. "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
  15267. "dependencies": {
  15268. "punycode": "^2.1.1"
  15269. },
  15270. "engines": {
  15271. "node": ">=8"
  15272. }
  15273. },
  15274. "node_modules/tree-kill": {
  15275. "version": "1.2.2",
  15276. "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
  15277. "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
  15278. "dev": true,
  15279. "bin": {
  15280. "tree-kill": "cli.js"
  15281. }
  15282. },
  15283. "node_modules/trim-newlines": {
  15284. "version": "3.0.1",
  15285. "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
  15286. "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==",
  15287. "engines": {
  15288. "node": ">=8"
  15289. }
  15290. },
  15291. "node_modules/true-case-path": {
  15292. "version": "1.0.3",
  15293. "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz",
  15294. "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==",
  15295. "dependencies": {
  15296. "glob": "^7.1.2"
  15297. }
  15298. },
  15299. "node_modules/tryer": {
  15300. "version": "1.0.1",
  15301. "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
  15302. "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA=="
  15303. },
  15304. "node_modules/tsconfig-paths": {
  15305. "version": "3.14.1",
  15306. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz",
  15307. "integrity": "sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==",
  15308. "dependencies": {
  15309. "@types/json5": "^0.0.29",
  15310. "json5": "^1.0.1",
  15311. "minimist": "^1.2.6",
  15312. "strip-bom": "^3.0.0"
  15313. }
  15314. },
  15315. "node_modules/tsconfig-paths/node_modules/json5": {
  15316. "version": "1.0.1",
  15317. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  15318. "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  15319. "dependencies": {
  15320. "minimist": "^1.2.0"
  15321. },
  15322. "bin": {
  15323. "json5": "lib/cli.js"
  15324. }
  15325. },
  15326. "node_modules/tsconfig-paths/node_modules/strip-bom": {
  15327. "version": "3.0.0",
  15328. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  15329. "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
  15330. "engines": {
  15331. "node": ">=4"
  15332. }
  15333. },
  15334. "node_modules/tslib": {
  15335. "version": "2.3.1",
  15336. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
  15337. "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
  15338. },
  15339. "node_modules/tsutils": {
  15340. "version": "3.21.0",
  15341. "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
  15342. "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
  15343. "dependencies": {
  15344. "tslib": "^1.8.1"
  15345. },
  15346. "engines": {
  15347. "node": ">= 6"
  15348. },
  15349. "peerDependencies": {
  15350. "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"
  15351. }
  15352. },
  15353. "node_modules/tsutils/node_modules/tslib": {
  15354. "version": "1.14.1",
  15355. "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
  15356. "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
  15357. },
  15358. "node_modules/tunnel-agent": {
  15359. "version": "0.6.0",
  15360. "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
  15361. "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
  15362. "dependencies": {
  15363. "safe-buffer": "^5.0.1"
  15364. },
  15365. "engines": {
  15366. "node": "*"
  15367. }
  15368. },
  15369. "node_modules/tweetnacl": {
  15370. "version": "0.14.5",
  15371. "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
  15372. "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
  15373. },
  15374. "node_modules/type-check": {
  15375. "version": "0.4.0",
  15376. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  15377. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  15378. "dependencies": {
  15379. "prelude-ls": "^1.2.1"
  15380. },
  15381. "engines": {
  15382. "node": ">= 0.8.0"
  15383. }
  15384. },
  15385. "node_modules/type-detect": {
  15386. "version": "4.0.8",
  15387. "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
  15388. "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
  15389. "engines": {
  15390. "node": ">=4"
  15391. }
  15392. },
  15393. "node_modules/type-fest": {
  15394. "version": "0.21.3",
  15395. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  15396. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  15397. "engines": {
  15398. "node": ">=10"
  15399. },
  15400. "funding": {
  15401. "url": "https://github.com/sponsors/sindresorhus"
  15402. }
  15403. },
  15404. "node_modules/type-is": {
  15405. "version": "1.6.18",
  15406. "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
  15407. "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  15408. "dependencies": {
  15409. "media-typer": "0.3.0",
  15410. "mime-types": "~2.1.24"
  15411. },
  15412. "engines": {
  15413. "node": ">= 0.6"
  15414. }
  15415. },
  15416. "node_modules/typedarray-to-buffer": {
  15417. "version": "3.1.5",
  15418. "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
  15419. "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
  15420. "dependencies": {
  15421. "is-typedarray": "^1.0.0"
  15422. }
  15423. },
  15424. "node_modules/typescript": {
  15425. "version": "4.6.3",
  15426. "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
  15427. "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
  15428. "bin": {
  15429. "tsc": "bin/tsc",
  15430. "tsserver": "bin/tsserver"
  15431. },
  15432. "engines": {
  15433. "node": ">=4.2.0"
  15434. }
  15435. },
  15436. "node_modules/unbox-primitive": {
  15437. "version": "1.0.1",
  15438. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz",
  15439. "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==",
  15440. "dependencies": {
  15441. "function-bind": "^1.1.1",
  15442. "has-bigints": "^1.0.1",
  15443. "has-symbols": "^1.0.2",
  15444. "which-boxed-primitive": "^1.0.2"
  15445. },
  15446. "funding": {
  15447. "url": "https://github.com/sponsors/ljharb"
  15448. }
  15449. },
  15450. "node_modules/unicode-canonical-property-names-ecmascript": {
  15451. "version": "2.0.0",
  15452. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
  15453. "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
  15454. "engines": {
  15455. "node": ">=4"
  15456. }
  15457. },
  15458. "node_modules/unicode-match-property-ecmascript": {
  15459. "version": "2.0.0",
  15460. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  15461. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  15462. "dependencies": {
  15463. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  15464. "unicode-property-aliases-ecmascript": "^2.0.0"
  15465. },
  15466. "engines": {
  15467. "node": ">=4"
  15468. }
  15469. },
  15470. "node_modules/unicode-match-property-value-ecmascript": {
  15471. "version": "2.0.0",
  15472. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz",
  15473. "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==",
  15474. "engines": {
  15475. "node": ">=4"
  15476. }
  15477. },
  15478. "node_modules/unicode-property-aliases-ecmascript": {
  15479. "version": "2.0.0",
  15480. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz",
  15481. "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==",
  15482. "engines": {
  15483. "node": ">=4"
  15484. }
  15485. },
  15486. "node_modules/unique-filename": {
  15487. "version": "1.1.1",
  15488. "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
  15489. "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
  15490. "dependencies": {
  15491. "unique-slug": "^2.0.0"
  15492. }
  15493. },
  15494. "node_modules/unique-slug": {
  15495. "version": "2.0.2",
  15496. "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",
  15497. "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
  15498. "dependencies": {
  15499. "imurmurhash": "^0.1.4"
  15500. }
  15501. },
  15502. "node_modules/unique-string": {
  15503. "version": "2.0.0",
  15504. "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
  15505. "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
  15506. "dependencies": {
  15507. "crypto-random-string": "^2.0.0"
  15508. },
  15509. "engines": {
  15510. "node": ">=8"
  15511. }
  15512. },
  15513. "node_modules/universalify": {
  15514. "version": "2.0.0",
  15515. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
  15516. "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
  15517. "engines": {
  15518. "node": ">= 10.0.0"
  15519. }
  15520. },
  15521. "node_modules/unpipe": {
  15522. "version": "1.0.0",
  15523. "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  15524. "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
  15525. "engines": {
  15526. "node": ">= 0.8"
  15527. }
  15528. },
  15529. "node_modules/unquote": {
  15530. "version": "1.1.1",
  15531. "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
  15532. "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ="
  15533. },
  15534. "node_modules/untildify": {
  15535. "version": "4.0.0",
  15536. "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",
  15537. "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==",
  15538. "dev": true,
  15539. "engines": {
  15540. "node": ">=8"
  15541. }
  15542. },
  15543. "node_modules/upath": {
  15544. "version": "1.2.0",
  15545. "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  15546. "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
  15547. "engines": {
  15548. "node": ">=4",
  15549. "yarn": "*"
  15550. }
  15551. },
  15552. "node_modules/uri-js": {
  15553. "version": "4.4.1",
  15554. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  15555. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  15556. "dependencies": {
  15557. "punycode": "^2.1.0"
  15558. }
  15559. },
  15560. "node_modules/util-deprecate": {
  15561. "version": "1.0.2",
  15562. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  15563. "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
  15564. },
  15565. "node_modules/util.promisify": {
  15566. "version": "1.0.1",
  15567. "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
  15568. "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
  15569. "dependencies": {
  15570. "define-properties": "^1.1.3",
  15571. "es-abstract": "^1.17.2",
  15572. "has-symbols": "^1.0.1",
  15573. "object.getownpropertydescriptors": "^2.1.0"
  15574. },
  15575. "funding": {
  15576. "url": "https://github.com/sponsors/ljharb"
  15577. }
  15578. },
  15579. "node_modules/utila": {
  15580. "version": "0.4.0",
  15581. "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
  15582. "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw="
  15583. },
  15584. "node_modules/utils-merge": {
  15585. "version": "1.0.1",
  15586. "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
  15587. "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=",
  15588. "engines": {
  15589. "node": ">= 0.4.0"
  15590. }
  15591. },
  15592. "node_modules/uuid": {
  15593. "version": "8.3.2",
  15594. "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
  15595. "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
  15596. "bin": {
  15597. "uuid": "dist/bin/uuid"
  15598. }
  15599. },
  15600. "node_modules/v8-compile-cache": {
  15601. "version": "2.3.0",
  15602. "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
  15603. "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA=="
  15604. },
  15605. "node_modules/v8-to-istanbul": {
  15606. "version": "8.1.1",
  15607. "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
  15608. "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
  15609. "dependencies": {
  15610. "@types/istanbul-lib-coverage": "^2.0.1",
  15611. "convert-source-map": "^1.6.0",
  15612. "source-map": "^0.7.3"
  15613. },
  15614. "engines": {
  15615. "node": ">=10.12.0"
  15616. }
  15617. },
  15618. "node_modules/v8-to-istanbul/node_modules/source-map": {
  15619. "version": "0.7.3",
  15620. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
  15621. "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
  15622. "engines": {
  15623. "node": ">= 8"
  15624. }
  15625. },
  15626. "node_modules/validate-npm-package-license": {
  15627. "version": "3.0.4",
  15628. "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
  15629. "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
  15630. "dependencies": {
  15631. "spdx-correct": "^3.0.0",
  15632. "spdx-expression-parse": "^3.0.0"
  15633. }
  15634. },
  15635. "node_modules/value-equal": {
  15636. "version": "1.0.1",
  15637. "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz",
  15638. "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw=="
  15639. },
  15640. "node_modules/vary": {
  15641. "version": "1.1.2",
  15642. "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  15643. "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
  15644. "engines": {
  15645. "node": ">= 0.8"
  15646. }
  15647. },
  15648. "node_modules/verror": {
  15649. "version": "1.10.0",
  15650. "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
  15651. "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
  15652. "engines": [
  15653. "node >=0.6.0"
  15654. ],
  15655. "dependencies": {
  15656. "assert-plus": "^1.0.0",
  15657. "core-util-is": "1.0.2",
  15658. "extsprintf": "^1.2.0"
  15659. }
  15660. },
  15661. "node_modules/verror/node_modules/core-util-is": {
  15662. "version": "1.0.2",
  15663. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
  15664. "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
  15665. },
  15666. "node_modules/w3c-hr-time": {
  15667. "version": "1.0.2",
  15668. "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
  15669. "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
  15670. "dependencies": {
  15671. "browser-process-hrtime": "^1.0.0"
  15672. }
  15673. },
  15674. "node_modules/w3c-xmlserializer": {
  15675. "version": "2.0.0",
  15676. "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
  15677. "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
  15678. "dependencies": {
  15679. "xml-name-validator": "^3.0.0"
  15680. },
  15681. "engines": {
  15682. "node": ">=10"
  15683. }
  15684. },
  15685. "node_modules/walker": {
  15686. "version": "1.0.8",
  15687. "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
  15688. "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
  15689. "dependencies": {
  15690. "makeerror": "1.0.12"
  15691. }
  15692. },
  15693. "node_modules/watchpack": {
  15694. "version": "2.3.1",
  15695. "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz",
  15696. "integrity": "sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==",
  15697. "dependencies": {
  15698. "glob-to-regexp": "^0.4.1",
  15699. "graceful-fs": "^4.1.2"
  15700. },
  15701. "engines": {
  15702. "node": ">=10.13.0"
  15703. }
  15704. },
  15705. "node_modules/wbuf": {
  15706. "version": "1.7.3",
  15707. "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
  15708. "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
  15709. "dependencies": {
  15710. "minimalistic-assert": "^1.0.0"
  15711. }
  15712. },
  15713. "node_modules/web-vitals": {
  15714. "version": "0.2.4",
  15715. "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-0.2.4.tgz",
  15716. "integrity": "sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg=="
  15717. },
  15718. "node_modules/webidl-conversions": {
  15719. "version": "6.1.0",
  15720. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
  15721. "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
  15722. "engines": {
  15723. "node": ">=10.4"
  15724. }
  15725. },
  15726. "node_modules/webpack": {
  15727. "version": "5.72.0",
  15728. "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.0.tgz",
  15729. "integrity": "sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==",
  15730. "dependencies": {
  15731. "@types/eslint-scope": "^3.7.3",
  15732. "@types/estree": "^0.0.51",
  15733. "@webassemblyjs/ast": "1.11.1",
  15734. "@webassemblyjs/wasm-edit": "1.11.1",
  15735. "@webassemblyjs/wasm-parser": "1.11.1",
  15736. "acorn": "^8.4.1",
  15737. "acorn-import-assertions": "^1.7.6",
  15738. "browserslist": "^4.14.5",
  15739. "chrome-trace-event": "^1.0.2",
  15740. "enhanced-resolve": "^5.9.2",
  15741. "es-module-lexer": "^0.9.0",
  15742. "eslint-scope": "5.1.1",
  15743. "events": "^3.2.0",
  15744. "glob-to-regexp": "^0.4.1",
  15745. "graceful-fs": "^4.2.9",
  15746. "json-parse-better-errors": "^1.0.2",
  15747. "loader-runner": "^4.2.0",
  15748. "mime-types": "^2.1.27",
  15749. "neo-async": "^2.6.2",
  15750. "schema-utils": "^3.1.0",
  15751. "tapable": "^2.1.1",
  15752. "terser-webpack-plugin": "^5.1.3",
  15753. "watchpack": "^2.3.1",
  15754. "webpack-sources": "^3.2.3"
  15755. },
  15756. "bin": {
  15757. "webpack": "bin/webpack.js"
  15758. },
  15759. "engines": {
  15760. "node": ">=10.13.0"
  15761. },
  15762. "funding": {
  15763. "type": "opencollective",
  15764. "url": "https://opencollective.com/webpack"
  15765. },
  15766. "peerDependenciesMeta": {
  15767. "webpack-cli": {
  15768. "optional": true
  15769. }
  15770. }
  15771. },
  15772. "node_modules/webpack-dev-middleware": {
  15773. "version": "5.3.1",
  15774. "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.1.tgz",
  15775. "integrity": "sha512-81EujCKkyles2wphtdrnPg/QqegC/AtqNH//mQkBYSMqwFVCQrxM6ktB2O/SPlZy7LqeEfTbV3cZARGQz6umhg==",
  15776. "dependencies": {
  15777. "colorette": "^2.0.10",
  15778. "memfs": "^3.4.1",
  15779. "mime-types": "^2.1.31",
  15780. "range-parser": "^1.2.1",
  15781. "schema-utils": "^4.0.0"
  15782. },
  15783. "engines": {
  15784. "node": ">= 12.13.0"
  15785. },
  15786. "funding": {
  15787. "type": "opencollective",
  15788. "url": "https://opencollective.com/webpack"
  15789. },
  15790. "peerDependencies": {
  15791. "webpack": "^4.0.0 || ^5.0.0"
  15792. }
  15793. },
  15794. "node_modules/webpack-dev-middleware/node_modules/ajv": {
  15795. "version": "8.11.0",
  15796. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  15797. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  15798. "dependencies": {
  15799. "fast-deep-equal": "^3.1.1",
  15800. "json-schema-traverse": "^1.0.0",
  15801. "require-from-string": "^2.0.2",
  15802. "uri-js": "^4.2.2"
  15803. },
  15804. "funding": {
  15805. "type": "github",
  15806. "url": "https://github.com/sponsors/epoberezkin"
  15807. }
  15808. },
  15809. "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": {
  15810. "version": "5.1.0",
  15811. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  15812. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  15813. "dependencies": {
  15814. "fast-deep-equal": "^3.1.3"
  15815. },
  15816. "peerDependencies": {
  15817. "ajv": "^8.8.2"
  15818. }
  15819. },
  15820. "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": {
  15821. "version": "1.0.0",
  15822. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  15823. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  15824. },
  15825. "node_modules/webpack-dev-middleware/node_modules/schema-utils": {
  15826. "version": "4.0.0",
  15827. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  15828. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  15829. "dependencies": {
  15830. "@types/json-schema": "^7.0.9",
  15831. "ajv": "^8.8.0",
  15832. "ajv-formats": "^2.1.1",
  15833. "ajv-keywords": "^5.0.0"
  15834. },
  15835. "engines": {
  15836. "node": ">= 12.13.0"
  15837. },
  15838. "funding": {
  15839. "type": "opencollective",
  15840. "url": "https://opencollective.com/webpack"
  15841. }
  15842. },
  15843. "node_modules/webpack-dev-server": {
  15844. "version": "4.8.1",
  15845. "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.8.1.tgz",
  15846. "integrity": "sha512-dwld70gkgNJa33czmcj/PlKY/nOy/BimbrgZRaR9vDATBQAYgLzggR0nxDtPLJiLrMgZwbE6RRfJ5vnBBasTyg==",
  15847. "dependencies": {
  15848. "@types/bonjour": "^3.5.9",
  15849. "@types/connect-history-api-fallback": "^1.3.5",
  15850. "@types/express": "^4.17.13",
  15851. "@types/serve-index": "^1.9.1",
  15852. "@types/sockjs": "^0.3.33",
  15853. "@types/ws": "^8.5.1",
  15854. "ansi-html-community": "^0.0.8",
  15855. "bonjour-service": "^1.0.11",
  15856. "chokidar": "^3.5.3",
  15857. "colorette": "^2.0.10",
  15858. "compression": "^1.7.4",
  15859. "connect-history-api-fallback": "^1.6.0",
  15860. "default-gateway": "^6.0.3",
  15861. "express": "^4.17.3",
  15862. "graceful-fs": "^4.2.6",
  15863. "html-entities": "^2.3.2",
  15864. "http-proxy-middleware": "^2.0.3",
  15865. "ipaddr.js": "^2.0.1",
  15866. "open": "^8.0.9",
  15867. "p-retry": "^4.5.0",
  15868. "portfinder": "^1.0.28",
  15869. "rimraf": "^3.0.2",
  15870. "schema-utils": "^4.0.0",
  15871. "selfsigned": "^2.0.1",
  15872. "serve-index": "^1.9.1",
  15873. "sockjs": "^0.3.21",
  15874. "spdy": "^4.0.2",
  15875. "webpack-dev-middleware": "^5.3.1",
  15876. "ws": "^8.4.2"
  15877. },
  15878. "bin": {
  15879. "webpack-dev-server": "bin/webpack-dev-server.js"
  15880. },
  15881. "engines": {
  15882. "node": ">= 12.13.0"
  15883. },
  15884. "peerDependencies": {
  15885. "webpack": "^4.37.0 || ^5.0.0"
  15886. },
  15887. "peerDependenciesMeta": {
  15888. "webpack-cli": {
  15889. "optional": true
  15890. }
  15891. }
  15892. },
  15893. "node_modules/webpack-dev-server/node_modules/ajv": {
  15894. "version": "8.11.0",
  15895. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  15896. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  15897. "dependencies": {
  15898. "fast-deep-equal": "^3.1.1",
  15899. "json-schema-traverse": "^1.0.0",
  15900. "require-from-string": "^2.0.2",
  15901. "uri-js": "^4.2.2"
  15902. },
  15903. "funding": {
  15904. "type": "github",
  15905. "url": "https://github.com/sponsors/epoberezkin"
  15906. }
  15907. },
  15908. "node_modules/webpack-dev-server/node_modules/ajv-keywords": {
  15909. "version": "5.1.0",
  15910. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  15911. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  15912. "dependencies": {
  15913. "fast-deep-equal": "^3.1.3"
  15914. },
  15915. "peerDependencies": {
  15916. "ajv": "^8.8.2"
  15917. }
  15918. },
  15919. "node_modules/webpack-dev-server/node_modules/json-schema-traverse": {
  15920. "version": "1.0.0",
  15921. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  15922. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  15923. },
  15924. "node_modules/webpack-dev-server/node_modules/schema-utils": {
  15925. "version": "4.0.0",
  15926. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  15927. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  15928. "dependencies": {
  15929. "@types/json-schema": "^7.0.9",
  15930. "ajv": "^8.8.0",
  15931. "ajv-formats": "^2.1.1",
  15932. "ajv-keywords": "^5.0.0"
  15933. },
  15934. "engines": {
  15935. "node": ">= 12.13.0"
  15936. },
  15937. "funding": {
  15938. "type": "opencollective",
  15939. "url": "https://opencollective.com/webpack"
  15940. }
  15941. },
  15942. "node_modules/webpack-dev-server/node_modules/ws": {
  15943. "version": "8.5.0",
  15944. "resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz",
  15945. "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==",
  15946. "engines": {
  15947. "node": ">=10.0.0"
  15948. },
  15949. "peerDependencies": {
  15950. "bufferutil": "^4.0.1",
  15951. "utf-8-validate": "^5.0.2"
  15952. },
  15953. "peerDependenciesMeta": {
  15954. "bufferutil": {
  15955. "optional": true
  15956. },
  15957. "utf-8-validate": {
  15958. "optional": true
  15959. }
  15960. }
  15961. },
  15962. "node_modules/webpack-manifest-plugin": {
  15963. "version": "4.1.1",
  15964. "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz",
  15965. "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==",
  15966. "dependencies": {
  15967. "tapable": "^2.0.0",
  15968. "webpack-sources": "^2.2.0"
  15969. },
  15970. "engines": {
  15971. "node": ">=12.22.0"
  15972. },
  15973. "peerDependencies": {
  15974. "webpack": "^4.44.2 || ^5.47.0"
  15975. }
  15976. },
  15977. "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": {
  15978. "version": "2.3.1",
  15979. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
  15980. "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
  15981. "dependencies": {
  15982. "source-list-map": "^2.0.1",
  15983. "source-map": "^0.6.1"
  15984. },
  15985. "engines": {
  15986. "node": ">=10.13.0"
  15987. }
  15988. },
  15989. "node_modules/webpack-sources": {
  15990. "version": "3.2.3",
  15991. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
  15992. "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
  15993. "engines": {
  15994. "node": ">=10.13.0"
  15995. }
  15996. },
  15997. "node_modules/webpack/node_modules/eslint-scope": {
  15998. "version": "5.1.1",
  15999. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  16000. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  16001. "dependencies": {
  16002. "esrecurse": "^4.3.0",
  16003. "estraverse": "^4.1.1"
  16004. },
  16005. "engines": {
  16006. "node": ">=8.0.0"
  16007. }
  16008. },
  16009. "node_modules/webpack/node_modules/estraverse": {
  16010. "version": "4.3.0",
  16011. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  16012. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  16013. "engines": {
  16014. "node": ">=4.0"
  16015. }
  16016. },
  16017. "node_modules/websocket-driver": {
  16018. "version": "0.7.4",
  16019. "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
  16020. "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
  16021. "dependencies": {
  16022. "http-parser-js": ">=0.5.1",
  16023. "safe-buffer": ">=5.1.0",
  16024. "websocket-extensions": ">=0.1.1"
  16025. },
  16026. "engines": {
  16027. "node": ">=0.8.0"
  16028. }
  16029. },
  16030. "node_modules/websocket-extensions": {
  16031. "version": "0.1.4",
  16032. "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
  16033. "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
  16034. "engines": {
  16035. "node": ">=0.8.0"
  16036. }
  16037. },
  16038. "node_modules/whatwg-encoding": {
  16039. "version": "1.0.5",
  16040. "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
  16041. "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
  16042. "dependencies": {
  16043. "iconv-lite": "0.4.24"
  16044. }
  16045. },
  16046. "node_modules/whatwg-encoding/node_modules/iconv-lite": {
  16047. "version": "0.4.24",
  16048. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  16049. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  16050. "dependencies": {
  16051. "safer-buffer": ">= 2.1.2 < 3"
  16052. },
  16053. "engines": {
  16054. "node": ">=0.10.0"
  16055. }
  16056. },
  16057. "node_modules/whatwg-fetch": {
  16058. "version": "3.6.2",
  16059. "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
  16060. "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
  16061. },
  16062. "node_modules/whatwg-mimetype": {
  16063. "version": "2.3.0",
  16064. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
  16065. "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
  16066. },
  16067. "node_modules/whatwg-url": {
  16068. "version": "8.7.0",
  16069. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
  16070. "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
  16071. "dependencies": {
  16072. "lodash": "^4.7.0",
  16073. "tr46": "^2.1.0",
  16074. "webidl-conversions": "^6.1.0"
  16075. },
  16076. "engines": {
  16077. "node": ">=10"
  16078. }
  16079. },
  16080. "node_modules/which": {
  16081. "version": "2.0.2",
  16082. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  16083. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  16084. "dependencies": {
  16085. "isexe": "^2.0.0"
  16086. },
  16087. "bin": {
  16088. "node-which": "bin/node-which"
  16089. },
  16090. "engines": {
  16091. "node": ">= 8"
  16092. }
  16093. },
  16094. "node_modules/which-boxed-primitive": {
  16095. "version": "1.0.2",
  16096. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  16097. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  16098. "dependencies": {
  16099. "is-bigint": "^1.0.1",
  16100. "is-boolean-object": "^1.1.0",
  16101. "is-number-object": "^1.0.4",
  16102. "is-string": "^1.0.5",
  16103. "is-symbol": "^1.0.3"
  16104. },
  16105. "funding": {
  16106. "url": "https://github.com/sponsors/ljharb"
  16107. }
  16108. },
  16109. "node_modules/wide-align": {
  16110. "version": "1.1.5",
  16111. "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
  16112. "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
  16113. "dependencies": {
  16114. "string-width": "^1.0.2 || 2 || 3 || 4"
  16115. }
  16116. },
  16117. "node_modules/word-wrap": {
  16118. "version": "1.2.3",
  16119. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
  16120. "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
  16121. "engines": {
  16122. "node": ">=0.10.0"
  16123. }
  16124. },
  16125. "node_modules/workbox-background-sync": {
  16126. "version": "5.1.4",
  16127. "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-5.1.4.tgz",
  16128. "integrity": "sha512-AH6x5pYq4vwQvfRDWH+vfOePfPIYQ00nCEB7dJRU1e0n9+9HMRyvI63FlDvtFT2AvXVRsXvUt7DNMEToyJLpSA==",
  16129. "dependencies": {
  16130. "workbox-core": "^5.1.4"
  16131. }
  16132. },
  16133. "node_modules/workbox-broadcast-update": {
  16134. "version": "5.1.4",
  16135. "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-5.1.4.tgz",
  16136. "integrity": "sha512-HTyTWkqXvHRuqY73XrwvXPud/FN6x3ROzkfFPsRjtw/kGZuZkPzfeH531qdUGfhtwjmtO/ZzXcWErqVzJNdXaA==",
  16137. "dependencies": {
  16138. "workbox-core": "^5.1.4"
  16139. }
  16140. },
  16141. "node_modules/workbox-build": {
  16142. "version": "6.5.3",
  16143. "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.5.3.tgz",
  16144. "integrity": "sha512-8JNHHS7u13nhwIYCDea9MNXBNPHXCs5KDZPKI/ZNTr3f4sMGoD7hgFGecbyjX1gw4z6e9bMpMsOEJNyH5htA/w==",
  16145. "dependencies": {
  16146. "@apideck/better-ajv-errors": "^0.3.1",
  16147. "@babel/core": "^7.11.1",
  16148. "@babel/preset-env": "^7.11.0",
  16149. "@babel/runtime": "^7.11.2",
  16150. "@rollup/plugin-babel": "^5.2.0",
  16151. "@rollup/plugin-node-resolve": "^11.2.1",
  16152. "@rollup/plugin-replace": "^2.4.1",
  16153. "@surma/rollup-plugin-off-main-thread": "^2.2.3",
  16154. "ajv": "^8.6.0",
  16155. "common-tags": "^1.8.0",
  16156. "fast-json-stable-stringify": "^2.1.0",
  16157. "fs-extra": "^9.0.1",
  16158. "glob": "^7.1.6",
  16159. "lodash": "^4.17.20",
  16160. "pretty-bytes": "^5.3.0",
  16161. "rollup": "^2.43.1",
  16162. "rollup-plugin-terser": "^7.0.0",
  16163. "source-map": "^0.8.0-beta.0",
  16164. "stringify-object": "^3.3.0",
  16165. "strip-comments": "^2.0.1",
  16166. "tempy": "^0.6.0",
  16167. "upath": "^1.2.0",
  16168. "workbox-background-sync": "6.5.3",
  16169. "workbox-broadcast-update": "6.5.3",
  16170. "workbox-cacheable-response": "6.5.3",
  16171. "workbox-core": "6.5.3",
  16172. "workbox-expiration": "6.5.3",
  16173. "workbox-google-analytics": "6.5.3",
  16174. "workbox-navigation-preload": "6.5.3",
  16175. "workbox-precaching": "6.5.3",
  16176. "workbox-range-requests": "6.5.3",
  16177. "workbox-recipes": "6.5.3",
  16178. "workbox-routing": "6.5.3",
  16179. "workbox-strategies": "6.5.3",
  16180. "workbox-streams": "6.5.3",
  16181. "workbox-sw": "6.5.3",
  16182. "workbox-window": "6.5.3"
  16183. },
  16184. "engines": {
  16185. "node": ">=10.0.0"
  16186. }
  16187. },
  16188. "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": {
  16189. "version": "0.3.3",
  16190. "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.3.tgz",
  16191. "integrity": "sha512-9o+HO2MbJhJHjDYZaDxJmSDckvDpiuItEsrIShV0DXeCshXWRHhqYyU/PKHMkuClOmFnZhRd6wzv4vpDu/dRKg==",
  16192. "dependencies": {
  16193. "json-schema": "^0.4.0",
  16194. "jsonpointer": "^5.0.0",
  16195. "leven": "^3.1.0"
  16196. },
  16197. "engines": {
  16198. "node": ">=10"
  16199. },
  16200. "peerDependencies": {
  16201. "ajv": ">=8"
  16202. }
  16203. },
  16204. "node_modules/workbox-build/node_modules/ajv": {
  16205. "version": "8.11.0",
  16206. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  16207. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  16208. "dependencies": {
  16209. "fast-deep-equal": "^3.1.1",
  16210. "json-schema-traverse": "^1.0.0",
  16211. "require-from-string": "^2.0.2",
  16212. "uri-js": "^4.2.2"
  16213. },
  16214. "funding": {
  16215. "type": "github",
  16216. "url": "https://github.com/sponsors/epoberezkin"
  16217. }
  16218. },
  16219. "node_modules/workbox-build/node_modules/fs-extra": {
  16220. "version": "9.1.0",
  16221. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  16222. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  16223. "dependencies": {
  16224. "at-least-node": "^1.0.0",
  16225. "graceful-fs": "^4.2.0",
  16226. "jsonfile": "^6.0.1",
  16227. "universalify": "^2.0.0"
  16228. },
  16229. "engines": {
  16230. "node": ">=10"
  16231. }
  16232. },
  16233. "node_modules/workbox-build/node_modules/json-schema-traverse": {
  16234. "version": "1.0.0",
  16235. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  16236. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  16237. },
  16238. "node_modules/workbox-build/node_modules/source-map": {
  16239. "version": "0.8.0-beta.0",
  16240. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
  16241. "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
  16242. "dependencies": {
  16243. "whatwg-url": "^7.0.0"
  16244. },
  16245. "engines": {
  16246. "node": ">= 8"
  16247. }
  16248. },
  16249. "node_modules/workbox-build/node_modules/tr46": {
  16250. "version": "1.0.1",
  16251. "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
  16252. "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=",
  16253. "dependencies": {
  16254. "punycode": "^2.1.0"
  16255. }
  16256. },
  16257. "node_modules/workbox-build/node_modules/webidl-conversions": {
  16258. "version": "4.0.2",
  16259. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
  16260. "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg=="
  16261. },
  16262. "node_modules/workbox-build/node_modules/whatwg-url": {
  16263. "version": "7.1.0",
  16264. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
  16265. "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
  16266. "dependencies": {
  16267. "lodash.sortby": "^4.7.0",
  16268. "tr46": "^1.0.1",
  16269. "webidl-conversions": "^4.0.2"
  16270. }
  16271. },
  16272. "node_modules/workbox-build/node_modules/workbox-background-sync": {
  16273. "version": "6.5.3",
  16274. "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.5.3.tgz",
  16275. "integrity": "sha512-0DD/V05FAcek6tWv9XYj2w5T/plxhDSpclIcAGjA/b7t/6PdaRkQ7ZgtAX6Q/L7kV7wZ8uYRJUoH11VjNipMZw==",
  16276. "dependencies": {
  16277. "idb": "^6.1.4",
  16278. "workbox-core": "6.5.3"
  16279. }
  16280. },
  16281. "node_modules/workbox-build/node_modules/workbox-broadcast-update": {
  16282. "version": "6.5.3",
  16283. "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.5.3.tgz",
  16284. "integrity": "sha512-4AwCIA5DiDrYhlN+Miv/fp5T3/whNmSL+KqhTwRBTZIL6pvTgE4lVuRzAt1JltmqyMcQ3SEfCdfxczuI4kwFQg==",
  16285. "dependencies": {
  16286. "workbox-core": "6.5.3"
  16287. }
  16288. },
  16289. "node_modules/workbox-build/node_modules/workbox-cacheable-response": {
  16290. "version": "6.5.3",
  16291. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.3.tgz",
  16292. "integrity": "sha512-6JE/Zm05hNasHzzAGKDkqqgYtZZL2H06ic2GxuRLStA4S/rHUfm2mnLFFXuHAaGR1XuuYyVCEey1M6H3PdZ7SQ==",
  16293. "dependencies": {
  16294. "workbox-core": "6.5.3"
  16295. }
  16296. },
  16297. "node_modules/workbox-build/node_modules/workbox-core": {
  16298. "version": "6.5.3",
  16299. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.3.tgz",
  16300. "integrity": "sha512-Bb9ey5n/M9x+l3fBTlLpHt9ASTzgSGj6vxni7pY72ilB/Pb3XtN+cZ9yueboVhD5+9cNQrC9n/E1fSrqWsUz7Q=="
  16301. },
  16302. "node_modules/workbox-build/node_modules/workbox-expiration": {
  16303. "version": "6.5.3",
  16304. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.5.3.tgz",
  16305. "integrity": "sha512-jzYopYR1zD04ZMdlbn/R2Ik6ixiXbi15c9iX5H8CTi6RPDz7uhvMLZPKEndZTpfgmUk8mdmT9Vx/AhbuCl5Sqw==",
  16306. "dependencies": {
  16307. "idb": "^6.1.4",
  16308. "workbox-core": "6.5.3"
  16309. }
  16310. },
  16311. "node_modules/workbox-build/node_modules/workbox-google-analytics": {
  16312. "version": "6.5.3",
  16313. "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.5.3.tgz",
  16314. "integrity": "sha512-3GLCHotz5umoRSb4aNQeTbILETcrTVEozSfLhHSBaegHs1PnqCmN0zbIy2TjTpph2AGXiNwDrWGF0AN+UgDNTw==",
  16315. "dependencies": {
  16316. "workbox-background-sync": "6.5.3",
  16317. "workbox-core": "6.5.3",
  16318. "workbox-routing": "6.5.3",
  16319. "workbox-strategies": "6.5.3"
  16320. }
  16321. },
  16322. "node_modules/workbox-build/node_modules/workbox-navigation-preload": {
  16323. "version": "6.5.3",
  16324. "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.5.3.tgz",
  16325. "integrity": "sha512-bK1gDFTc5iu6lH3UQ07QVo+0ovErhRNGvJJO/1ngknT0UQ702nmOUhoN9qE5mhuQSrnK+cqu7O7xeaJ+Rd9Tmg==",
  16326. "dependencies": {
  16327. "workbox-core": "6.5.3"
  16328. }
  16329. },
  16330. "node_modules/workbox-build/node_modules/workbox-precaching": {
  16331. "version": "6.5.3",
  16332. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.5.3.tgz",
  16333. "integrity": "sha512-sjNfgNLSsRX5zcc63H/ar/hCf+T19fRtTqvWh795gdpghWb5xsfEkecXEvZ8biEi1QD7X/ljtHphdaPvXDygMQ==",
  16334. "dependencies": {
  16335. "workbox-core": "6.5.3",
  16336. "workbox-routing": "6.5.3",
  16337. "workbox-strategies": "6.5.3"
  16338. }
  16339. },
  16340. "node_modules/workbox-build/node_modules/workbox-range-requests": {
  16341. "version": "6.5.3",
  16342. "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.5.3.tgz",
  16343. "integrity": "sha512-pGCP80Bpn/0Q0MQsfETSfmtXsQcu3M2QCJwSFuJ6cDp8s2XmbUXkzbuQhCUzKR86ZH2Vex/VUjb2UaZBGamijA==",
  16344. "dependencies": {
  16345. "workbox-core": "6.5.3"
  16346. }
  16347. },
  16348. "node_modules/workbox-build/node_modules/workbox-routing": {
  16349. "version": "6.5.3",
  16350. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.3.tgz",
  16351. "integrity": "sha512-DFjxcuRAJjjt4T34RbMm3MCn+xnd36UT/2RfPRfa8VWJGItGJIn7tG+GwVTdHmvE54i/QmVTJepyAGWtoLPTmg==",
  16352. "dependencies": {
  16353. "workbox-core": "6.5.3"
  16354. }
  16355. },
  16356. "node_modules/workbox-build/node_modules/workbox-strategies": {
  16357. "version": "6.5.3",
  16358. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.3.tgz",
  16359. "integrity": "sha512-MgmGRrDVXs7rtSCcetZgkSZyMpRGw8HqL2aguszOc3nUmzGZsT238z/NN9ZouCxSzDu3PQ3ZSKmovAacaIhu1w==",
  16360. "dependencies": {
  16361. "workbox-core": "6.5.3"
  16362. }
  16363. },
  16364. "node_modules/workbox-build/node_modules/workbox-streams": {
  16365. "version": "6.5.3",
  16366. "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.5.3.tgz",
  16367. "integrity": "sha512-vN4Qi8o+b7zj1FDVNZ+PlmAcy1sBoV7SC956uhqYvZ9Sg1fViSbOpydULOssVJ4tOyKRifH/eoi6h99d+sJ33w==",
  16368. "dependencies": {
  16369. "workbox-core": "6.5.3",
  16370. "workbox-routing": "6.5.3"
  16371. }
  16372. },
  16373. "node_modules/workbox-cacheable-response": {
  16374. "version": "5.1.4",
  16375. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-5.1.4.tgz",
  16376. "integrity": "sha512-0bfvMZs0Of1S5cdswfQK0BXt6ulU5kVD4lwer2CeI+03czHprXR3V4Y8lPTooamn7eHP8Iywi5QjyAMjw0qauA==",
  16377. "dependencies": {
  16378. "workbox-core": "^5.1.4"
  16379. }
  16380. },
  16381. "node_modules/workbox-core": {
  16382. "version": "5.1.4",
  16383. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-5.1.4.tgz",
  16384. "integrity": "sha512-+4iRQan/1D8I81nR2L5vcbaaFskZC2CL17TLbvWVzQ4qiF/ytOGF6XeV54pVxAvKUtkLANhk8TyIUMtiMw2oDg=="
  16385. },
  16386. "node_modules/workbox-expiration": {
  16387. "version": "5.1.4",
  16388. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-5.1.4.tgz",
  16389. "integrity": "sha512-oDO/5iC65h2Eq7jctAv858W2+CeRW5e0jZBMNRXpzp0ZPvuT6GblUiHnAsC5W5lANs1QS9atVOm4ifrBiYY7AQ==",
  16390. "dependencies": {
  16391. "workbox-core": "^5.1.4"
  16392. }
  16393. },
  16394. "node_modules/workbox-google-analytics": {
  16395. "version": "5.1.4",
  16396. "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-5.1.4.tgz",
  16397. "integrity": "sha512-0IFhKoEVrreHpKgcOoddV+oIaVXBFKXUzJVBI+nb0bxmcwYuZMdteBTp8AEDJacENtc9xbR0wa9RDCnYsCDLjA==",
  16398. "dependencies": {
  16399. "workbox-background-sync": "^5.1.4",
  16400. "workbox-core": "^5.1.4",
  16401. "workbox-routing": "^5.1.4",
  16402. "workbox-strategies": "^5.1.4"
  16403. }
  16404. },
  16405. "node_modules/workbox-navigation-preload": {
  16406. "version": "5.1.4",
  16407. "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-5.1.4.tgz",
  16408. "integrity": "sha512-Wf03osvK0wTflAfKXba//QmWC5BIaIZARU03JIhAEO2wSB2BDROWI8Q/zmianf54kdV7e1eLaIEZhth4K4MyfQ==",
  16409. "dependencies": {
  16410. "workbox-core": "^5.1.4"
  16411. }
  16412. },
  16413. "node_modules/workbox-precaching": {
  16414. "version": "5.1.4",
  16415. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-5.1.4.tgz",
  16416. "integrity": "sha512-gCIFrBXmVQLFwvAzuGLCmkUYGVhBb7D1k/IL7pUJUO5xacjLcFUaLnnsoVepBGAiKw34HU1y/YuqvTKim9qAZA==",
  16417. "dependencies": {
  16418. "workbox-core": "^5.1.4"
  16419. }
  16420. },
  16421. "node_modules/workbox-range-requests": {
  16422. "version": "5.1.4",
  16423. "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-5.1.4.tgz",
  16424. "integrity": "sha512-1HSujLjgTeoxHrMR2muDW2dKdxqCGMc1KbeyGcmjZZAizJTFwu7CWLDmLv6O1ceWYrhfuLFJO+umYMddk2XMhw==",
  16425. "dependencies": {
  16426. "workbox-core": "^5.1.4"
  16427. }
  16428. },
  16429. "node_modules/workbox-recipes": {
  16430. "version": "6.5.3",
  16431. "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.5.3.tgz",
  16432. "integrity": "sha512-IcgiKYmbGiDvvf3PMSEtmwqxwfQ5zwI7OZPio3GWu4PfehA8jI8JHI3KZj+PCfRiUPZhjQHJ3v1HbNs+SiSkig==",
  16433. "dependencies": {
  16434. "workbox-cacheable-response": "6.5.3",
  16435. "workbox-core": "6.5.3",
  16436. "workbox-expiration": "6.5.3",
  16437. "workbox-precaching": "6.5.3",
  16438. "workbox-routing": "6.5.3",
  16439. "workbox-strategies": "6.5.3"
  16440. }
  16441. },
  16442. "node_modules/workbox-recipes/node_modules/workbox-cacheable-response": {
  16443. "version": "6.5.3",
  16444. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.3.tgz",
  16445. "integrity": "sha512-6JE/Zm05hNasHzzAGKDkqqgYtZZL2H06ic2GxuRLStA4S/rHUfm2mnLFFXuHAaGR1XuuYyVCEey1M6H3PdZ7SQ==",
  16446. "dependencies": {
  16447. "workbox-core": "6.5.3"
  16448. }
  16449. },
  16450. "node_modules/workbox-recipes/node_modules/workbox-core": {
  16451. "version": "6.5.3",
  16452. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.3.tgz",
  16453. "integrity": "sha512-Bb9ey5n/M9x+l3fBTlLpHt9ASTzgSGj6vxni7pY72ilB/Pb3XtN+cZ9yueboVhD5+9cNQrC9n/E1fSrqWsUz7Q=="
  16454. },
  16455. "node_modules/workbox-recipes/node_modules/workbox-expiration": {
  16456. "version": "6.5.3",
  16457. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.5.3.tgz",
  16458. "integrity": "sha512-jzYopYR1zD04ZMdlbn/R2Ik6ixiXbi15c9iX5H8CTi6RPDz7uhvMLZPKEndZTpfgmUk8mdmT9Vx/AhbuCl5Sqw==",
  16459. "dependencies": {
  16460. "idb": "^6.1.4",
  16461. "workbox-core": "6.5.3"
  16462. }
  16463. },
  16464. "node_modules/workbox-recipes/node_modules/workbox-precaching": {
  16465. "version": "6.5.3",
  16466. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.5.3.tgz",
  16467. "integrity": "sha512-sjNfgNLSsRX5zcc63H/ar/hCf+T19fRtTqvWh795gdpghWb5xsfEkecXEvZ8biEi1QD7X/ljtHphdaPvXDygMQ==",
  16468. "dependencies": {
  16469. "workbox-core": "6.5.3",
  16470. "workbox-routing": "6.5.3",
  16471. "workbox-strategies": "6.5.3"
  16472. }
  16473. },
  16474. "node_modules/workbox-recipes/node_modules/workbox-routing": {
  16475. "version": "6.5.3",
  16476. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.3.tgz",
  16477. "integrity": "sha512-DFjxcuRAJjjt4T34RbMm3MCn+xnd36UT/2RfPRfa8VWJGItGJIn7tG+GwVTdHmvE54i/QmVTJepyAGWtoLPTmg==",
  16478. "dependencies": {
  16479. "workbox-core": "6.5.3"
  16480. }
  16481. },
  16482. "node_modules/workbox-recipes/node_modules/workbox-strategies": {
  16483. "version": "6.5.3",
  16484. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.3.tgz",
  16485. "integrity": "sha512-MgmGRrDVXs7rtSCcetZgkSZyMpRGw8HqL2aguszOc3nUmzGZsT238z/NN9ZouCxSzDu3PQ3ZSKmovAacaIhu1w==",
  16486. "dependencies": {
  16487. "workbox-core": "6.5.3"
  16488. }
  16489. },
  16490. "node_modules/workbox-routing": {
  16491. "version": "5.1.4",
  16492. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-5.1.4.tgz",
  16493. "integrity": "sha512-8ljknRfqE1vEQtnMtzfksL+UXO822jJlHTIR7+BtJuxQ17+WPZfsHqvk1ynR/v0EHik4x2+826Hkwpgh4GKDCw==",
  16494. "dependencies": {
  16495. "workbox-core": "^5.1.4"
  16496. }
  16497. },
  16498. "node_modules/workbox-strategies": {
  16499. "version": "5.1.4",
  16500. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-5.1.4.tgz",
  16501. "integrity": "sha512-VVS57LpaJTdjW3RgZvPwX0NlhNmscR7OQ9bP+N/34cYMDzXLyA6kqWffP6QKXSkca1OFo/v6v7hW7zrrguo6EA==",
  16502. "dependencies": {
  16503. "workbox-core": "^5.1.4",
  16504. "workbox-routing": "^5.1.4"
  16505. }
  16506. },
  16507. "node_modules/workbox-streams": {
  16508. "version": "5.1.4",
  16509. "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-5.1.4.tgz",
  16510. "integrity": "sha512-xU8yuF1hI/XcVhJUAfbQLa1guQUhdLMPQJkdT0kn6HP5CwiPOGiXnSFq80rAG4b1kJUChQQIGPrq439FQUNVrw==",
  16511. "dependencies": {
  16512. "workbox-core": "^5.1.4",
  16513. "workbox-routing": "^5.1.4"
  16514. }
  16515. },
  16516. "node_modules/workbox-sw": {
  16517. "version": "6.5.3",
  16518. "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.5.3.tgz",
  16519. "integrity": "sha512-BQBzm092w+NqdIEF2yhl32dERt9j9MDGUTa2Eaa+o3YKL4Qqw55W9yQC6f44FdAHdAJrJvp0t+HVrfh8AiGj8A=="
  16520. },
  16521. "node_modules/workbox-webpack-plugin": {
  16522. "version": "6.5.3",
  16523. "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.5.3.tgz",
  16524. "integrity": "sha512-Es8Xr02Gi6Kc3zaUwR691ZLy61hz3vhhs5GztcklQ7kl5k2qAusPh0s6LF3wEtlpfs9ZDErnmy5SErwoll7jBA==",
  16525. "dependencies": {
  16526. "fast-json-stable-stringify": "^2.1.0",
  16527. "pretty-bytes": "^5.4.1",
  16528. "upath": "^1.2.0",
  16529. "webpack-sources": "^1.4.3",
  16530. "workbox-build": "6.5.3"
  16531. },
  16532. "engines": {
  16533. "node": ">=10.0.0"
  16534. },
  16535. "peerDependencies": {
  16536. "webpack": "^4.4.0 || ^5.9.0"
  16537. }
  16538. },
  16539. "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": {
  16540. "version": "1.4.3",
  16541. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
  16542. "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
  16543. "dependencies": {
  16544. "source-list-map": "^2.0.0",
  16545. "source-map": "~0.6.1"
  16546. }
  16547. },
  16548. "node_modules/workbox-window": {
  16549. "version": "6.5.3",
  16550. "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.5.3.tgz",
  16551. "integrity": "sha512-GnJbx1kcKXDtoJBVZs/P7ddP0Yt52NNy4nocjBpYPiRhMqTpJCNrSL+fGHZ/i/oP6p/vhE8II0sA6AZGKGnssw==",
  16552. "dependencies": {
  16553. "@types/trusted-types": "^2.0.2",
  16554. "workbox-core": "6.5.3"
  16555. }
  16556. },
  16557. "node_modules/workbox-window/node_modules/workbox-core": {
  16558. "version": "6.5.3",
  16559. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.3.tgz",
  16560. "integrity": "sha512-Bb9ey5n/M9x+l3fBTlLpHt9ASTzgSGj6vxni7pY72ilB/Pb3XtN+cZ9yueboVhD5+9cNQrC9n/E1fSrqWsUz7Q=="
  16561. },
  16562. "node_modules/wrap-ansi": {
  16563. "version": "7.0.0",
  16564. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  16565. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  16566. "dependencies": {
  16567. "ansi-styles": "^4.0.0",
  16568. "string-width": "^4.1.0",
  16569. "strip-ansi": "^6.0.0"
  16570. },
  16571. "engines": {
  16572. "node": ">=10"
  16573. },
  16574. "funding": {
  16575. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  16576. }
  16577. },
  16578. "node_modules/wrappy": {
  16579. "version": "1.0.2",
  16580. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  16581. "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
  16582. },
  16583. "node_modules/write-file-atomic": {
  16584. "version": "3.0.3",
  16585. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
  16586. "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
  16587. "dependencies": {
  16588. "imurmurhash": "^0.1.4",
  16589. "is-typedarray": "^1.0.0",
  16590. "signal-exit": "^3.0.2",
  16591. "typedarray-to-buffer": "^3.1.5"
  16592. }
  16593. },
  16594. "node_modules/ws": {
  16595. "version": "7.5.7",
  16596. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz",
  16597. "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==",
  16598. "engines": {
  16599. "node": ">=8.3.0"
  16600. },
  16601. "peerDependencies": {
  16602. "bufferutil": "^4.0.1",
  16603. "utf-8-validate": "^5.0.2"
  16604. },
  16605. "peerDependenciesMeta": {
  16606. "bufferutil": {
  16607. "optional": true
  16608. },
  16609. "utf-8-validate": {
  16610. "optional": true
  16611. }
  16612. }
  16613. },
  16614. "node_modules/xml-name-validator": {
  16615. "version": "3.0.0",
  16616. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
  16617. "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
  16618. },
  16619. "node_modules/xml2js": {
  16620. "version": "0.4.23",
  16621. "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz",
  16622. "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==",
  16623. "dev": true,
  16624. "dependencies": {
  16625. "sax": ">=0.6.0",
  16626. "xmlbuilder": "~11.0.0"
  16627. },
  16628. "engines": {
  16629. "node": ">=4.0.0"
  16630. }
  16631. },
  16632. "node_modules/xml2js/node_modules/xmlbuilder": {
  16633. "version": "11.0.1",
  16634. "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
  16635. "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
  16636. "dev": true,
  16637. "engines": {
  16638. "node": ">=4.0"
  16639. }
  16640. },
  16641. "node_modules/xmlbuilder": {
  16642. "version": "9.0.7",
  16643. "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz",
  16644. "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=",
  16645. "dev": true,
  16646. "engines": {
  16647. "node": ">=4.0"
  16648. }
  16649. },
  16650. "node_modules/xmlchars": {
  16651. "version": "2.2.0",
  16652. "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  16653. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
  16654. },
  16655. "node_modules/xtend": {
  16656. "version": "4.0.2",
  16657. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  16658. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  16659. "engines": {
  16660. "node": ">=0.4"
  16661. }
  16662. },
  16663. "node_modules/y18n": {
  16664. "version": "5.0.8",
  16665. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  16666. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  16667. "engines": {
  16668. "node": ">=10"
  16669. }
  16670. },
  16671. "node_modules/yallist": {
  16672. "version": "4.0.0",
  16673. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  16674. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  16675. },
  16676. "node_modules/yaml": {
  16677. "version": "1.10.2",
  16678. "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
  16679. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  16680. "engines": {
  16681. "node": ">= 6"
  16682. }
  16683. },
  16684. "node_modules/yargs": {
  16685. "version": "16.2.0",
  16686. "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
  16687. "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
  16688. "dependencies": {
  16689. "cliui": "^7.0.2",
  16690. "escalade": "^3.1.1",
  16691. "get-caller-file": "^2.0.5",
  16692. "require-directory": "^2.1.1",
  16693. "string-width": "^4.2.0",
  16694. "y18n": "^5.0.5",
  16695. "yargs-parser": "^20.2.2"
  16696. },
  16697. "engines": {
  16698. "node": ">=10"
  16699. }
  16700. },
  16701. "node_modules/yargs-parser": {
  16702. "version": "20.2.9",
  16703. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
  16704. "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
  16705. "engines": {
  16706. "node": ">=10"
  16707. }
  16708. },
  16709. "node_modules/yauzl": {
  16710. "version": "2.10.0",
  16711. "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
  16712. "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
  16713. "dev": true,
  16714. "dependencies": {
  16715. "buffer-crc32": "~0.2.3",
  16716. "fd-slicer": "~1.1.0"
  16717. }
  16718. },
  16719. "node_modules/yocto-queue": {
  16720. "version": "0.1.0",
  16721. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  16722. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  16723. "engines": {
  16724. "node": ">=10"
  16725. },
  16726. "funding": {
  16727. "url": "https://github.com/sponsors/sindresorhus"
  16728. }
  16729. }
  16730. },
  16731. "dependencies": {
  16732. "@ampproject/remapping": {
  16733. "version": "2.1.2",
  16734. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz",
  16735. "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==",
  16736. "requires": {
  16737. "@jridgewell/trace-mapping": "^0.3.0"
  16738. }
  16739. },
  16740. "@babel/code-frame": {
  16741. "version": "7.16.7",
  16742. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
  16743. "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
  16744. "requires": {
  16745. "@babel/highlight": "^7.16.7"
  16746. }
  16747. },
  16748. "@babel/compat-data": {
  16749. "version": "7.17.7",
  16750. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz",
  16751. "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ=="
  16752. },
  16753. "@babel/core": {
  16754. "version": "7.17.9",
  16755. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.9.tgz",
  16756. "integrity": "sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==",
  16757. "requires": {
  16758. "@ampproject/remapping": "^2.1.0",
  16759. "@babel/code-frame": "^7.16.7",
  16760. "@babel/generator": "^7.17.9",
  16761. "@babel/helper-compilation-targets": "^7.17.7",
  16762. "@babel/helper-module-transforms": "^7.17.7",
  16763. "@babel/helpers": "^7.17.9",
  16764. "@babel/parser": "^7.17.9",
  16765. "@babel/template": "^7.16.7",
  16766. "@babel/traverse": "^7.17.9",
  16767. "@babel/types": "^7.17.0",
  16768. "convert-source-map": "^1.7.0",
  16769. "debug": "^4.1.0",
  16770. "gensync": "^1.0.0-beta.2",
  16771. "json5": "^2.2.1",
  16772. "semver": "^6.3.0"
  16773. },
  16774. "dependencies": {
  16775. "semver": {
  16776. "version": "6.3.0",
  16777. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  16778. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  16779. }
  16780. }
  16781. },
  16782. "@babel/eslint-parser": {
  16783. "version": "7.17.0",
  16784. "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz",
  16785. "integrity": "sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==",
  16786. "requires": {
  16787. "eslint-scope": "^5.1.1",
  16788. "eslint-visitor-keys": "^2.1.0",
  16789. "semver": "^6.3.0"
  16790. },
  16791. "dependencies": {
  16792. "eslint-scope": {
  16793. "version": "5.1.1",
  16794. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  16795. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  16796. "requires": {
  16797. "esrecurse": "^4.3.0",
  16798. "estraverse": "^4.1.1"
  16799. }
  16800. },
  16801. "eslint-visitor-keys": {
  16802. "version": "2.1.0",
  16803. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  16804. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="
  16805. },
  16806. "estraverse": {
  16807. "version": "4.3.0",
  16808. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  16809. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
  16810. },
  16811. "semver": {
  16812. "version": "6.3.0",
  16813. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  16814. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  16815. }
  16816. }
  16817. },
  16818. "@babel/generator": {
  16819. "version": "7.17.9",
  16820. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.9.tgz",
  16821. "integrity": "sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==",
  16822. "requires": {
  16823. "@babel/types": "^7.17.0",
  16824. "jsesc": "^2.5.1",
  16825. "source-map": "^0.5.0"
  16826. },
  16827. "dependencies": {
  16828. "source-map": {
  16829. "version": "0.5.7",
  16830. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  16831. "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
  16832. }
  16833. }
  16834. },
  16835. "@babel/helper-annotate-as-pure": {
  16836. "version": "7.16.7",
  16837. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz",
  16838. "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==",
  16839. "requires": {
  16840. "@babel/types": "^7.16.7"
  16841. }
  16842. },
  16843. "@babel/helper-builder-binary-assignment-operator-visitor": {
  16844. "version": "7.16.7",
  16845. "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz",
  16846. "integrity": "sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==",
  16847. "requires": {
  16848. "@babel/helper-explode-assignable-expression": "^7.16.7",
  16849. "@babel/types": "^7.16.7"
  16850. }
  16851. },
  16852. "@babel/helper-compilation-targets": {
  16853. "version": "7.17.7",
  16854. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz",
  16855. "integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==",
  16856. "requires": {
  16857. "@babel/compat-data": "^7.17.7",
  16858. "@babel/helper-validator-option": "^7.16.7",
  16859. "browserslist": "^4.17.5",
  16860. "semver": "^6.3.0"
  16861. },
  16862. "dependencies": {
  16863. "semver": {
  16864. "version": "6.3.0",
  16865. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  16866. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  16867. }
  16868. }
  16869. },
  16870. "@babel/helper-create-class-features-plugin": {
  16871. "version": "7.17.9",
  16872. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.9.tgz",
  16873. "integrity": "sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==",
  16874. "requires": {
  16875. "@babel/helper-annotate-as-pure": "^7.16.7",
  16876. "@babel/helper-environment-visitor": "^7.16.7",
  16877. "@babel/helper-function-name": "^7.17.9",
  16878. "@babel/helper-member-expression-to-functions": "^7.17.7",
  16879. "@babel/helper-optimise-call-expression": "^7.16.7",
  16880. "@babel/helper-replace-supers": "^7.16.7",
  16881. "@babel/helper-split-export-declaration": "^7.16.7"
  16882. }
  16883. },
  16884. "@babel/helper-create-regexp-features-plugin": {
  16885. "version": "7.17.0",
  16886. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz",
  16887. "integrity": "sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==",
  16888. "requires": {
  16889. "@babel/helper-annotate-as-pure": "^7.16.7",
  16890. "regexpu-core": "^5.0.1"
  16891. }
  16892. },
  16893. "@babel/helper-define-polyfill-provider": {
  16894. "version": "0.3.1",
  16895. "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz",
  16896. "integrity": "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==",
  16897. "requires": {
  16898. "@babel/helper-compilation-targets": "^7.13.0",
  16899. "@babel/helper-module-imports": "^7.12.13",
  16900. "@babel/helper-plugin-utils": "^7.13.0",
  16901. "@babel/traverse": "^7.13.0",
  16902. "debug": "^4.1.1",
  16903. "lodash.debounce": "^4.0.8",
  16904. "resolve": "^1.14.2",
  16905. "semver": "^6.1.2"
  16906. },
  16907. "dependencies": {
  16908. "semver": {
  16909. "version": "6.3.0",
  16910. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  16911. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  16912. }
  16913. }
  16914. },
  16915. "@babel/helper-environment-visitor": {
  16916. "version": "7.16.7",
  16917. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz",
  16918. "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==",
  16919. "requires": {
  16920. "@babel/types": "^7.16.7"
  16921. }
  16922. },
  16923. "@babel/helper-explode-assignable-expression": {
  16924. "version": "7.16.7",
  16925. "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz",
  16926. "integrity": "sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==",
  16927. "requires": {
  16928. "@babel/types": "^7.16.7"
  16929. }
  16930. },
  16931. "@babel/helper-function-name": {
  16932. "version": "7.17.9",
  16933. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz",
  16934. "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==",
  16935. "requires": {
  16936. "@babel/template": "^7.16.7",
  16937. "@babel/types": "^7.17.0"
  16938. }
  16939. },
  16940. "@babel/helper-hoist-variables": {
  16941. "version": "7.16.7",
  16942. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",
  16943. "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==",
  16944. "requires": {
  16945. "@babel/types": "^7.16.7"
  16946. }
  16947. },
  16948. "@babel/helper-member-expression-to-functions": {
  16949. "version": "7.17.7",
  16950. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz",
  16951. "integrity": "sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==",
  16952. "requires": {
  16953. "@babel/types": "^7.17.0"
  16954. }
  16955. },
  16956. "@babel/helper-module-imports": {
  16957. "version": "7.16.7",
  16958. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",
  16959. "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==",
  16960. "requires": {
  16961. "@babel/types": "^7.16.7"
  16962. }
  16963. },
  16964. "@babel/helper-module-transforms": {
  16965. "version": "7.17.7",
  16966. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz",
  16967. "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==",
  16968. "requires": {
  16969. "@babel/helper-environment-visitor": "^7.16.7",
  16970. "@babel/helper-module-imports": "^7.16.7",
  16971. "@babel/helper-simple-access": "^7.17.7",
  16972. "@babel/helper-split-export-declaration": "^7.16.7",
  16973. "@babel/helper-validator-identifier": "^7.16.7",
  16974. "@babel/template": "^7.16.7",
  16975. "@babel/traverse": "^7.17.3",
  16976. "@babel/types": "^7.17.0"
  16977. }
  16978. },
  16979. "@babel/helper-optimise-call-expression": {
  16980. "version": "7.16.7",
  16981. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz",
  16982. "integrity": "sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==",
  16983. "requires": {
  16984. "@babel/types": "^7.16.7"
  16985. }
  16986. },
  16987. "@babel/helper-plugin-utils": {
  16988. "version": "7.16.7",
  16989. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
  16990. "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
  16991. },
  16992. "@babel/helper-remap-async-to-generator": {
  16993. "version": "7.16.8",
  16994. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz",
  16995. "integrity": "sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==",
  16996. "requires": {
  16997. "@babel/helper-annotate-as-pure": "^7.16.7",
  16998. "@babel/helper-wrap-function": "^7.16.8",
  16999. "@babel/types": "^7.16.8"
  17000. }
  17001. },
  17002. "@babel/helper-replace-supers": {
  17003. "version": "7.16.7",
  17004. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz",
  17005. "integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==",
  17006. "requires": {
  17007. "@babel/helper-environment-visitor": "^7.16.7",
  17008. "@babel/helper-member-expression-to-functions": "^7.16.7",
  17009. "@babel/helper-optimise-call-expression": "^7.16.7",
  17010. "@babel/traverse": "^7.16.7",
  17011. "@babel/types": "^7.16.7"
  17012. }
  17013. },
  17014. "@babel/helper-simple-access": {
  17015. "version": "7.17.7",
  17016. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz",
  17017. "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==",
  17018. "requires": {
  17019. "@babel/types": "^7.17.0"
  17020. }
  17021. },
  17022. "@babel/helper-skip-transparent-expression-wrappers": {
  17023. "version": "7.16.0",
  17024. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz",
  17025. "integrity": "sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==",
  17026. "requires": {
  17027. "@babel/types": "^7.16.0"
  17028. }
  17029. },
  17030. "@babel/helper-split-export-declaration": {
  17031. "version": "7.16.7",
  17032. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz",
  17033. "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==",
  17034. "requires": {
  17035. "@babel/types": "^7.16.7"
  17036. }
  17037. },
  17038. "@babel/helper-validator-identifier": {
  17039. "version": "7.16.7",
  17040. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
  17041. "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
  17042. },
  17043. "@babel/helper-validator-option": {
  17044. "version": "7.16.7",
  17045. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz",
  17046. "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ=="
  17047. },
  17048. "@babel/helper-wrap-function": {
  17049. "version": "7.16.8",
  17050. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz",
  17051. "integrity": "sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==",
  17052. "requires": {
  17053. "@babel/helper-function-name": "^7.16.7",
  17054. "@babel/template": "^7.16.7",
  17055. "@babel/traverse": "^7.16.8",
  17056. "@babel/types": "^7.16.8"
  17057. }
  17058. },
  17059. "@babel/helpers": {
  17060. "version": "7.17.9",
  17061. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz",
  17062. "integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==",
  17063. "requires": {
  17064. "@babel/template": "^7.16.7",
  17065. "@babel/traverse": "^7.17.9",
  17066. "@babel/types": "^7.17.0"
  17067. }
  17068. },
  17069. "@babel/highlight": {
  17070. "version": "7.17.9",
  17071. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz",
  17072. "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==",
  17073. "requires": {
  17074. "@babel/helper-validator-identifier": "^7.16.7",
  17075. "chalk": "^2.0.0",
  17076. "js-tokens": "^4.0.0"
  17077. },
  17078. "dependencies": {
  17079. "ansi-styles": {
  17080. "version": "3.2.1",
  17081. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  17082. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  17083. "requires": {
  17084. "color-convert": "^1.9.0"
  17085. }
  17086. },
  17087. "chalk": {
  17088. "version": "2.4.2",
  17089. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  17090. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  17091. "requires": {
  17092. "ansi-styles": "^3.2.1",
  17093. "escape-string-regexp": "^1.0.5",
  17094. "supports-color": "^5.3.0"
  17095. }
  17096. },
  17097. "color-convert": {
  17098. "version": "1.9.3",
  17099. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  17100. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  17101. "requires": {
  17102. "color-name": "1.1.3"
  17103. }
  17104. },
  17105. "color-name": {
  17106. "version": "1.1.3",
  17107. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  17108. "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
  17109. },
  17110. "escape-string-regexp": {
  17111. "version": "1.0.5",
  17112. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  17113. "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
  17114. },
  17115. "has-flag": {
  17116. "version": "3.0.0",
  17117. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  17118. "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
  17119. },
  17120. "supports-color": {
  17121. "version": "5.5.0",
  17122. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  17123. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  17124. "requires": {
  17125. "has-flag": "^3.0.0"
  17126. }
  17127. }
  17128. }
  17129. },
  17130. "@babel/parser": {
  17131. "version": "7.17.9",
  17132. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.9.tgz",
  17133. "integrity": "sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg=="
  17134. },
  17135. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  17136. "version": "7.16.7",
  17137. "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.16.7.tgz",
  17138. "integrity": "sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==",
  17139. "requires": {
  17140. "@babel/helper-plugin-utils": "^7.16.7"
  17141. }
  17142. },
  17143. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  17144. "version": "7.16.7",
  17145. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz",
  17146. "integrity": "sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==",
  17147. "requires": {
  17148. "@babel/helper-plugin-utils": "^7.16.7",
  17149. "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
  17150. "@babel/plugin-proposal-optional-chaining": "^7.16.7"
  17151. }
  17152. },
  17153. "@babel/plugin-proposal-async-generator-functions": {
  17154. "version": "7.16.8",
  17155. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz",
  17156. "integrity": "sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==",
  17157. "requires": {
  17158. "@babel/helper-plugin-utils": "^7.16.7",
  17159. "@babel/helper-remap-async-to-generator": "^7.16.8",
  17160. "@babel/plugin-syntax-async-generators": "^7.8.4"
  17161. }
  17162. },
  17163. "@babel/plugin-proposal-class-properties": {
  17164. "version": "7.16.7",
  17165. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz",
  17166. "integrity": "sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==",
  17167. "requires": {
  17168. "@babel/helper-create-class-features-plugin": "^7.16.7",
  17169. "@babel/helper-plugin-utils": "^7.16.7"
  17170. }
  17171. },
  17172. "@babel/plugin-proposal-class-static-block": {
  17173. "version": "7.17.6",
  17174. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.17.6.tgz",
  17175. "integrity": "sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==",
  17176. "requires": {
  17177. "@babel/helper-create-class-features-plugin": "^7.17.6",
  17178. "@babel/helper-plugin-utils": "^7.16.7",
  17179. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  17180. }
  17181. },
  17182. "@babel/plugin-proposal-decorators": {
  17183. "version": "7.17.9",
  17184. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.9.tgz",
  17185. "integrity": "sha512-EfH2LZ/vPa2wuPwJ26j+kYRkaubf89UlwxKXtxqEm57HrgSEYDB8t4swFP+p8LcI9yiP9ZRJJjo/58hS6BnaDA==",
  17186. "requires": {
  17187. "@babel/helper-create-class-features-plugin": "^7.17.9",
  17188. "@babel/helper-plugin-utils": "^7.16.7",
  17189. "@babel/helper-replace-supers": "^7.16.7",
  17190. "@babel/helper-split-export-declaration": "^7.16.7",
  17191. "@babel/plugin-syntax-decorators": "^7.17.0",
  17192. "charcodes": "^0.2.0"
  17193. }
  17194. },
  17195. "@babel/plugin-proposal-dynamic-import": {
  17196. "version": "7.16.7",
  17197. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz",
  17198. "integrity": "sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==",
  17199. "requires": {
  17200. "@babel/helper-plugin-utils": "^7.16.7",
  17201. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  17202. }
  17203. },
  17204. "@babel/plugin-proposal-export-namespace-from": {
  17205. "version": "7.16.7",
  17206. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz",
  17207. "integrity": "sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==",
  17208. "requires": {
  17209. "@babel/helper-plugin-utils": "^7.16.7",
  17210. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  17211. }
  17212. },
  17213. "@babel/plugin-proposal-json-strings": {
  17214. "version": "7.16.7",
  17215. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz",
  17216. "integrity": "sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==",
  17217. "requires": {
  17218. "@babel/helper-plugin-utils": "^7.16.7",
  17219. "@babel/plugin-syntax-json-strings": "^7.8.3"
  17220. }
  17221. },
  17222. "@babel/plugin-proposal-logical-assignment-operators": {
  17223. "version": "7.16.7",
  17224. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz",
  17225. "integrity": "sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==",
  17226. "requires": {
  17227. "@babel/helper-plugin-utils": "^7.16.7",
  17228. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  17229. }
  17230. },
  17231. "@babel/plugin-proposal-nullish-coalescing-operator": {
  17232. "version": "7.16.7",
  17233. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz",
  17234. "integrity": "sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==",
  17235. "requires": {
  17236. "@babel/helper-plugin-utils": "^7.16.7",
  17237. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  17238. }
  17239. },
  17240. "@babel/plugin-proposal-numeric-separator": {
  17241. "version": "7.16.7",
  17242. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz",
  17243. "integrity": "sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==",
  17244. "requires": {
  17245. "@babel/helper-plugin-utils": "^7.16.7",
  17246. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  17247. }
  17248. },
  17249. "@babel/plugin-proposal-object-rest-spread": {
  17250. "version": "7.17.3",
  17251. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz",
  17252. "integrity": "sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==",
  17253. "requires": {
  17254. "@babel/compat-data": "^7.17.0",
  17255. "@babel/helper-compilation-targets": "^7.16.7",
  17256. "@babel/helper-plugin-utils": "^7.16.7",
  17257. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  17258. "@babel/plugin-transform-parameters": "^7.16.7"
  17259. }
  17260. },
  17261. "@babel/plugin-proposal-optional-catch-binding": {
  17262. "version": "7.16.7",
  17263. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz",
  17264. "integrity": "sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==",
  17265. "requires": {
  17266. "@babel/helper-plugin-utils": "^7.16.7",
  17267. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  17268. }
  17269. },
  17270. "@babel/plugin-proposal-optional-chaining": {
  17271. "version": "7.16.7",
  17272. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz",
  17273. "integrity": "sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==",
  17274. "requires": {
  17275. "@babel/helper-plugin-utils": "^7.16.7",
  17276. "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
  17277. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  17278. }
  17279. },
  17280. "@babel/plugin-proposal-private-methods": {
  17281. "version": "7.16.11",
  17282. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz",
  17283. "integrity": "sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==",
  17284. "requires": {
  17285. "@babel/helper-create-class-features-plugin": "^7.16.10",
  17286. "@babel/helper-plugin-utils": "^7.16.7"
  17287. }
  17288. },
  17289. "@babel/plugin-proposal-private-property-in-object": {
  17290. "version": "7.16.7",
  17291. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz",
  17292. "integrity": "sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==",
  17293. "requires": {
  17294. "@babel/helper-annotate-as-pure": "^7.16.7",
  17295. "@babel/helper-create-class-features-plugin": "^7.16.7",
  17296. "@babel/helper-plugin-utils": "^7.16.7",
  17297. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  17298. }
  17299. },
  17300. "@babel/plugin-proposal-unicode-property-regex": {
  17301. "version": "7.16.7",
  17302. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz",
  17303. "integrity": "sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==",
  17304. "requires": {
  17305. "@babel/helper-create-regexp-features-plugin": "^7.16.7",
  17306. "@babel/helper-plugin-utils": "^7.16.7"
  17307. }
  17308. },
  17309. "@babel/plugin-syntax-async-generators": {
  17310. "version": "7.8.4",
  17311. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  17312. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  17313. "requires": {
  17314. "@babel/helper-plugin-utils": "^7.8.0"
  17315. }
  17316. },
  17317. "@babel/plugin-syntax-bigint": {
  17318. "version": "7.8.3",
  17319. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
  17320. "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
  17321. "requires": {
  17322. "@babel/helper-plugin-utils": "^7.8.0"
  17323. }
  17324. },
  17325. "@babel/plugin-syntax-class-properties": {
  17326. "version": "7.12.13",
  17327. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  17328. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  17329. "requires": {
  17330. "@babel/helper-plugin-utils": "^7.12.13"
  17331. }
  17332. },
  17333. "@babel/plugin-syntax-class-static-block": {
  17334. "version": "7.14.5",
  17335. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  17336. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  17337. "requires": {
  17338. "@babel/helper-plugin-utils": "^7.14.5"
  17339. }
  17340. },
  17341. "@babel/plugin-syntax-decorators": {
  17342. "version": "7.17.0",
  17343. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.17.0.tgz",
  17344. "integrity": "sha512-qWe85yCXsvDEluNP0OyeQjH63DlhAR3W7K9BxxU1MvbDb48tgBG+Ao6IJJ6smPDrrVzSQZrbF6donpkFBMcs3A==",
  17345. "requires": {
  17346. "@babel/helper-plugin-utils": "^7.16.7"
  17347. }
  17348. },
  17349. "@babel/plugin-syntax-dynamic-import": {
  17350. "version": "7.8.3",
  17351. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  17352. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  17353. "requires": {
  17354. "@babel/helper-plugin-utils": "^7.8.0"
  17355. }
  17356. },
  17357. "@babel/plugin-syntax-export-namespace-from": {
  17358. "version": "7.8.3",
  17359. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  17360. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  17361. "requires": {
  17362. "@babel/helper-plugin-utils": "^7.8.3"
  17363. }
  17364. },
  17365. "@babel/plugin-syntax-flow": {
  17366. "version": "7.16.7",
  17367. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz",
  17368. "integrity": "sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==",
  17369. "requires": {
  17370. "@babel/helper-plugin-utils": "^7.16.7"
  17371. }
  17372. },
  17373. "@babel/plugin-syntax-import-meta": {
  17374. "version": "7.10.4",
  17375. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  17376. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  17377. "requires": {
  17378. "@babel/helper-plugin-utils": "^7.10.4"
  17379. }
  17380. },
  17381. "@babel/plugin-syntax-json-strings": {
  17382. "version": "7.8.3",
  17383. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  17384. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  17385. "requires": {
  17386. "@babel/helper-plugin-utils": "^7.8.0"
  17387. }
  17388. },
  17389. "@babel/plugin-syntax-jsx": {
  17390. "version": "7.16.7",
  17391. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz",
  17392. "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==",
  17393. "requires": {
  17394. "@babel/helper-plugin-utils": "^7.16.7"
  17395. }
  17396. },
  17397. "@babel/plugin-syntax-logical-assignment-operators": {
  17398. "version": "7.10.4",
  17399. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  17400. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  17401. "requires": {
  17402. "@babel/helper-plugin-utils": "^7.10.4"
  17403. }
  17404. },
  17405. "@babel/plugin-syntax-nullish-coalescing-operator": {
  17406. "version": "7.8.3",
  17407. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  17408. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  17409. "requires": {
  17410. "@babel/helper-plugin-utils": "^7.8.0"
  17411. }
  17412. },
  17413. "@babel/plugin-syntax-numeric-separator": {
  17414. "version": "7.10.4",
  17415. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  17416. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  17417. "requires": {
  17418. "@babel/helper-plugin-utils": "^7.10.4"
  17419. }
  17420. },
  17421. "@babel/plugin-syntax-object-rest-spread": {
  17422. "version": "7.8.3",
  17423. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  17424. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  17425. "requires": {
  17426. "@babel/helper-plugin-utils": "^7.8.0"
  17427. }
  17428. },
  17429. "@babel/plugin-syntax-optional-catch-binding": {
  17430. "version": "7.8.3",
  17431. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  17432. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  17433. "requires": {
  17434. "@babel/helper-plugin-utils": "^7.8.0"
  17435. }
  17436. },
  17437. "@babel/plugin-syntax-optional-chaining": {
  17438. "version": "7.8.3",
  17439. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  17440. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  17441. "requires": {
  17442. "@babel/helper-plugin-utils": "^7.8.0"
  17443. }
  17444. },
  17445. "@babel/plugin-syntax-private-property-in-object": {
  17446. "version": "7.14.5",
  17447. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  17448. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  17449. "requires": {
  17450. "@babel/helper-plugin-utils": "^7.14.5"
  17451. }
  17452. },
  17453. "@babel/plugin-syntax-top-level-await": {
  17454. "version": "7.14.5",
  17455. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  17456. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  17457. "requires": {
  17458. "@babel/helper-plugin-utils": "^7.14.5"
  17459. }
  17460. },
  17461. "@babel/plugin-syntax-typescript": {
  17462. "version": "7.16.7",
  17463. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz",
  17464. "integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==",
  17465. "requires": {
  17466. "@babel/helper-plugin-utils": "^7.16.7"
  17467. }
  17468. },
  17469. "@babel/plugin-transform-arrow-functions": {
  17470. "version": "7.16.7",
  17471. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz",
  17472. "integrity": "sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==",
  17473. "requires": {
  17474. "@babel/helper-plugin-utils": "^7.16.7"
  17475. }
  17476. },
  17477. "@babel/plugin-transform-async-to-generator": {
  17478. "version": "7.16.8",
  17479. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz",
  17480. "integrity": "sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==",
  17481. "requires": {
  17482. "@babel/helper-module-imports": "^7.16.7",
  17483. "@babel/helper-plugin-utils": "^7.16.7",
  17484. "@babel/helper-remap-async-to-generator": "^7.16.8"
  17485. }
  17486. },
  17487. "@babel/plugin-transform-block-scoped-functions": {
  17488. "version": "7.16.7",
  17489. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz",
  17490. "integrity": "sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==",
  17491. "requires": {
  17492. "@babel/helper-plugin-utils": "^7.16.7"
  17493. }
  17494. },
  17495. "@babel/plugin-transform-block-scoping": {
  17496. "version": "7.16.7",
  17497. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz",
  17498. "integrity": "sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==",
  17499. "requires": {
  17500. "@babel/helper-plugin-utils": "^7.16.7"
  17501. }
  17502. },
  17503. "@babel/plugin-transform-classes": {
  17504. "version": "7.16.7",
  17505. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz",
  17506. "integrity": "sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==",
  17507. "requires": {
  17508. "@babel/helper-annotate-as-pure": "^7.16.7",
  17509. "@babel/helper-environment-visitor": "^7.16.7",
  17510. "@babel/helper-function-name": "^7.16.7",
  17511. "@babel/helper-optimise-call-expression": "^7.16.7",
  17512. "@babel/helper-plugin-utils": "^7.16.7",
  17513. "@babel/helper-replace-supers": "^7.16.7",
  17514. "@babel/helper-split-export-declaration": "^7.16.7",
  17515. "globals": "^11.1.0"
  17516. }
  17517. },
  17518. "@babel/plugin-transform-computed-properties": {
  17519. "version": "7.16.7",
  17520. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz",
  17521. "integrity": "sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==",
  17522. "requires": {
  17523. "@babel/helper-plugin-utils": "^7.16.7"
  17524. }
  17525. },
  17526. "@babel/plugin-transform-destructuring": {
  17527. "version": "7.17.7",
  17528. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.7.tgz",
  17529. "integrity": "sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==",
  17530. "requires": {
  17531. "@babel/helper-plugin-utils": "^7.16.7"
  17532. }
  17533. },
  17534. "@babel/plugin-transform-dotall-regex": {
  17535. "version": "7.16.7",
  17536. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz",
  17537. "integrity": "sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==",
  17538. "requires": {
  17539. "@babel/helper-create-regexp-features-plugin": "^7.16.7",
  17540. "@babel/helper-plugin-utils": "^7.16.7"
  17541. }
  17542. },
  17543. "@babel/plugin-transform-duplicate-keys": {
  17544. "version": "7.16.7",
  17545. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz",
  17546. "integrity": "sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==",
  17547. "requires": {
  17548. "@babel/helper-plugin-utils": "^7.16.7"
  17549. }
  17550. },
  17551. "@babel/plugin-transform-exponentiation-operator": {
  17552. "version": "7.16.7",
  17553. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz",
  17554. "integrity": "sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==",
  17555. "requires": {
  17556. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.7",
  17557. "@babel/helper-plugin-utils": "^7.16.7"
  17558. }
  17559. },
  17560. "@babel/plugin-transform-flow-strip-types": {
  17561. "version": "7.16.7",
  17562. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz",
  17563. "integrity": "sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==",
  17564. "requires": {
  17565. "@babel/helper-plugin-utils": "^7.16.7",
  17566. "@babel/plugin-syntax-flow": "^7.16.7"
  17567. }
  17568. },
  17569. "@babel/plugin-transform-for-of": {
  17570. "version": "7.16.7",
  17571. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz",
  17572. "integrity": "sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==",
  17573. "requires": {
  17574. "@babel/helper-plugin-utils": "^7.16.7"
  17575. }
  17576. },
  17577. "@babel/plugin-transform-function-name": {
  17578. "version": "7.16.7",
  17579. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz",
  17580. "integrity": "sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==",
  17581. "requires": {
  17582. "@babel/helper-compilation-targets": "^7.16.7",
  17583. "@babel/helper-function-name": "^7.16.7",
  17584. "@babel/helper-plugin-utils": "^7.16.7"
  17585. }
  17586. },
  17587. "@babel/plugin-transform-literals": {
  17588. "version": "7.16.7",
  17589. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz",
  17590. "integrity": "sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==",
  17591. "requires": {
  17592. "@babel/helper-plugin-utils": "^7.16.7"
  17593. }
  17594. },
  17595. "@babel/plugin-transform-member-expression-literals": {
  17596. "version": "7.16.7",
  17597. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz",
  17598. "integrity": "sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==",
  17599. "requires": {
  17600. "@babel/helper-plugin-utils": "^7.16.7"
  17601. }
  17602. },
  17603. "@babel/plugin-transform-modules-amd": {
  17604. "version": "7.16.7",
  17605. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz",
  17606. "integrity": "sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==",
  17607. "requires": {
  17608. "@babel/helper-module-transforms": "^7.16.7",
  17609. "@babel/helper-plugin-utils": "^7.16.7",
  17610. "babel-plugin-dynamic-import-node": "^2.3.3"
  17611. }
  17612. },
  17613. "@babel/plugin-transform-modules-commonjs": {
  17614. "version": "7.17.9",
  17615. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.9.tgz",
  17616. "integrity": "sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==",
  17617. "requires": {
  17618. "@babel/helper-module-transforms": "^7.17.7",
  17619. "@babel/helper-plugin-utils": "^7.16.7",
  17620. "@babel/helper-simple-access": "^7.17.7",
  17621. "babel-plugin-dynamic-import-node": "^2.3.3"
  17622. }
  17623. },
  17624. "@babel/plugin-transform-modules-systemjs": {
  17625. "version": "7.17.8",
  17626. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.17.8.tgz",
  17627. "integrity": "sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==",
  17628. "requires": {
  17629. "@babel/helper-hoist-variables": "^7.16.7",
  17630. "@babel/helper-module-transforms": "^7.17.7",
  17631. "@babel/helper-plugin-utils": "^7.16.7",
  17632. "@babel/helper-validator-identifier": "^7.16.7",
  17633. "babel-plugin-dynamic-import-node": "^2.3.3"
  17634. }
  17635. },
  17636. "@babel/plugin-transform-modules-umd": {
  17637. "version": "7.16.7",
  17638. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz",
  17639. "integrity": "sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==",
  17640. "requires": {
  17641. "@babel/helper-module-transforms": "^7.16.7",
  17642. "@babel/helper-plugin-utils": "^7.16.7"
  17643. }
  17644. },
  17645. "@babel/plugin-transform-named-capturing-groups-regex": {
  17646. "version": "7.16.8",
  17647. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz",
  17648. "integrity": "sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==",
  17649. "requires": {
  17650. "@babel/helper-create-regexp-features-plugin": "^7.16.7"
  17651. }
  17652. },
  17653. "@babel/plugin-transform-new-target": {
  17654. "version": "7.16.7",
  17655. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz",
  17656. "integrity": "sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==",
  17657. "requires": {
  17658. "@babel/helper-plugin-utils": "^7.16.7"
  17659. }
  17660. },
  17661. "@babel/plugin-transform-object-super": {
  17662. "version": "7.16.7",
  17663. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz",
  17664. "integrity": "sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==",
  17665. "requires": {
  17666. "@babel/helper-plugin-utils": "^7.16.7",
  17667. "@babel/helper-replace-supers": "^7.16.7"
  17668. }
  17669. },
  17670. "@babel/plugin-transform-parameters": {
  17671. "version": "7.16.7",
  17672. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz",
  17673. "integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==",
  17674. "requires": {
  17675. "@babel/helper-plugin-utils": "^7.16.7"
  17676. }
  17677. },
  17678. "@babel/plugin-transform-property-literals": {
  17679. "version": "7.16.7",
  17680. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz",
  17681. "integrity": "sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==",
  17682. "requires": {
  17683. "@babel/helper-plugin-utils": "^7.16.7"
  17684. }
  17685. },
  17686. "@babel/plugin-transform-react-constant-elements": {
  17687. "version": "7.17.6",
  17688. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.17.6.tgz",
  17689. "integrity": "sha512-OBv9VkyyKtsHZiHLoSfCn+h6yU7YKX8nrs32xUmOa1SRSk+t03FosB6fBZ0Yz4BpD1WV7l73Nsad+2Tz7APpqw==",
  17690. "requires": {
  17691. "@babel/helper-plugin-utils": "^7.16.7"
  17692. }
  17693. },
  17694. "@babel/plugin-transform-react-display-name": {
  17695. "version": "7.16.7",
  17696. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz",
  17697. "integrity": "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==",
  17698. "requires": {
  17699. "@babel/helper-plugin-utils": "^7.16.7"
  17700. }
  17701. },
  17702. "@babel/plugin-transform-react-jsx": {
  17703. "version": "7.17.3",
  17704. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz",
  17705. "integrity": "sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==",
  17706. "requires": {
  17707. "@babel/helper-annotate-as-pure": "^7.16.7",
  17708. "@babel/helper-module-imports": "^7.16.7",
  17709. "@babel/helper-plugin-utils": "^7.16.7",
  17710. "@babel/plugin-syntax-jsx": "^7.16.7",
  17711. "@babel/types": "^7.17.0"
  17712. }
  17713. },
  17714. "@babel/plugin-transform-react-jsx-development": {
  17715. "version": "7.16.7",
  17716. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz",
  17717. "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==",
  17718. "requires": {
  17719. "@babel/plugin-transform-react-jsx": "^7.16.7"
  17720. }
  17721. },
  17722. "@babel/plugin-transform-react-pure-annotations": {
  17723. "version": "7.16.7",
  17724. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz",
  17725. "integrity": "sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==",
  17726. "requires": {
  17727. "@babel/helper-annotate-as-pure": "^7.16.7",
  17728. "@babel/helper-plugin-utils": "^7.16.7"
  17729. }
  17730. },
  17731. "@babel/plugin-transform-regenerator": {
  17732. "version": "7.17.9",
  17733. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.17.9.tgz",
  17734. "integrity": "sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==",
  17735. "requires": {
  17736. "regenerator-transform": "^0.15.0"
  17737. }
  17738. },
  17739. "@babel/plugin-transform-reserved-words": {
  17740. "version": "7.16.7",
  17741. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz",
  17742. "integrity": "sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==",
  17743. "requires": {
  17744. "@babel/helper-plugin-utils": "^7.16.7"
  17745. }
  17746. },
  17747. "@babel/plugin-transform-runtime": {
  17748. "version": "7.17.0",
  17749. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz",
  17750. "integrity": "sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A==",
  17751. "requires": {
  17752. "@babel/helper-module-imports": "^7.16.7",
  17753. "@babel/helper-plugin-utils": "^7.16.7",
  17754. "babel-plugin-polyfill-corejs2": "^0.3.0",
  17755. "babel-plugin-polyfill-corejs3": "^0.5.0",
  17756. "babel-plugin-polyfill-regenerator": "^0.3.0",
  17757. "semver": "^6.3.0"
  17758. },
  17759. "dependencies": {
  17760. "semver": {
  17761. "version": "6.3.0",
  17762. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  17763. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  17764. }
  17765. }
  17766. },
  17767. "@babel/plugin-transform-shorthand-properties": {
  17768. "version": "7.16.7",
  17769. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz",
  17770. "integrity": "sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==",
  17771. "requires": {
  17772. "@babel/helper-plugin-utils": "^7.16.7"
  17773. }
  17774. },
  17775. "@babel/plugin-transform-spread": {
  17776. "version": "7.16.7",
  17777. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz",
  17778. "integrity": "sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==",
  17779. "requires": {
  17780. "@babel/helper-plugin-utils": "^7.16.7",
  17781. "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0"
  17782. }
  17783. },
  17784. "@babel/plugin-transform-sticky-regex": {
  17785. "version": "7.16.7",
  17786. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz",
  17787. "integrity": "sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==",
  17788. "requires": {
  17789. "@babel/helper-plugin-utils": "^7.16.7"
  17790. }
  17791. },
  17792. "@babel/plugin-transform-template-literals": {
  17793. "version": "7.16.7",
  17794. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz",
  17795. "integrity": "sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==",
  17796. "requires": {
  17797. "@babel/helper-plugin-utils": "^7.16.7"
  17798. }
  17799. },
  17800. "@babel/plugin-transform-typeof-symbol": {
  17801. "version": "7.16.7",
  17802. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz",
  17803. "integrity": "sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==",
  17804. "requires": {
  17805. "@babel/helper-plugin-utils": "^7.16.7"
  17806. }
  17807. },
  17808. "@babel/plugin-transform-typescript": {
  17809. "version": "7.16.8",
  17810. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz",
  17811. "integrity": "sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==",
  17812. "requires": {
  17813. "@babel/helper-create-class-features-plugin": "^7.16.7",
  17814. "@babel/helper-plugin-utils": "^7.16.7",
  17815. "@babel/plugin-syntax-typescript": "^7.16.7"
  17816. }
  17817. },
  17818. "@babel/plugin-transform-unicode-escapes": {
  17819. "version": "7.16.7",
  17820. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz",
  17821. "integrity": "sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==",
  17822. "requires": {
  17823. "@babel/helper-plugin-utils": "^7.16.7"
  17824. }
  17825. },
  17826. "@babel/plugin-transform-unicode-regex": {
  17827. "version": "7.16.7",
  17828. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz",
  17829. "integrity": "sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==",
  17830. "requires": {
  17831. "@babel/helper-create-regexp-features-plugin": "^7.16.7",
  17832. "@babel/helper-plugin-utils": "^7.16.7"
  17833. }
  17834. },
  17835. "@babel/preset-env": {
  17836. "version": "7.16.11",
  17837. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.11.tgz",
  17838. "integrity": "sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==",
  17839. "requires": {
  17840. "@babel/compat-data": "^7.16.8",
  17841. "@babel/helper-compilation-targets": "^7.16.7",
  17842. "@babel/helper-plugin-utils": "^7.16.7",
  17843. "@babel/helper-validator-option": "^7.16.7",
  17844. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7",
  17845. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7",
  17846. "@babel/plugin-proposal-async-generator-functions": "^7.16.8",
  17847. "@babel/plugin-proposal-class-properties": "^7.16.7",
  17848. "@babel/plugin-proposal-class-static-block": "^7.16.7",
  17849. "@babel/plugin-proposal-dynamic-import": "^7.16.7",
  17850. "@babel/plugin-proposal-export-namespace-from": "^7.16.7",
  17851. "@babel/plugin-proposal-json-strings": "^7.16.7",
  17852. "@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
  17853. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
  17854. "@babel/plugin-proposal-numeric-separator": "^7.16.7",
  17855. "@babel/plugin-proposal-object-rest-spread": "^7.16.7",
  17856. "@babel/plugin-proposal-optional-catch-binding": "^7.16.7",
  17857. "@babel/plugin-proposal-optional-chaining": "^7.16.7",
  17858. "@babel/plugin-proposal-private-methods": "^7.16.11",
  17859. "@babel/plugin-proposal-private-property-in-object": "^7.16.7",
  17860. "@babel/plugin-proposal-unicode-property-regex": "^7.16.7",
  17861. "@babel/plugin-syntax-async-generators": "^7.8.4",
  17862. "@babel/plugin-syntax-class-properties": "^7.12.13",
  17863. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  17864. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  17865. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  17866. "@babel/plugin-syntax-json-strings": "^7.8.3",
  17867. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  17868. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  17869. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  17870. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  17871. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  17872. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  17873. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  17874. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  17875. "@babel/plugin-transform-arrow-functions": "^7.16.7",
  17876. "@babel/plugin-transform-async-to-generator": "^7.16.8",
  17877. "@babel/plugin-transform-block-scoped-functions": "^7.16.7",
  17878. "@babel/plugin-transform-block-scoping": "^7.16.7",
  17879. "@babel/plugin-transform-classes": "^7.16.7",
  17880. "@babel/plugin-transform-computed-properties": "^7.16.7",
  17881. "@babel/plugin-transform-destructuring": "^7.16.7",
  17882. "@babel/plugin-transform-dotall-regex": "^7.16.7",
  17883. "@babel/plugin-transform-duplicate-keys": "^7.16.7",
  17884. "@babel/plugin-transform-exponentiation-operator": "^7.16.7",
  17885. "@babel/plugin-transform-for-of": "^7.16.7",
  17886. "@babel/plugin-transform-function-name": "^7.16.7",
  17887. "@babel/plugin-transform-literals": "^7.16.7",
  17888. "@babel/plugin-transform-member-expression-literals": "^7.16.7",
  17889. "@babel/plugin-transform-modules-amd": "^7.16.7",
  17890. "@babel/plugin-transform-modules-commonjs": "^7.16.8",
  17891. "@babel/plugin-transform-modules-systemjs": "^7.16.7",
  17892. "@babel/plugin-transform-modules-umd": "^7.16.7",
  17893. "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.8",
  17894. "@babel/plugin-transform-new-target": "^7.16.7",
  17895. "@babel/plugin-transform-object-super": "^7.16.7",
  17896. "@babel/plugin-transform-parameters": "^7.16.7",
  17897. "@babel/plugin-transform-property-literals": "^7.16.7",
  17898. "@babel/plugin-transform-regenerator": "^7.16.7",
  17899. "@babel/plugin-transform-reserved-words": "^7.16.7",
  17900. "@babel/plugin-transform-shorthand-properties": "^7.16.7",
  17901. "@babel/plugin-transform-spread": "^7.16.7",
  17902. "@babel/plugin-transform-sticky-regex": "^7.16.7",
  17903. "@babel/plugin-transform-template-literals": "^7.16.7",
  17904. "@babel/plugin-transform-typeof-symbol": "^7.16.7",
  17905. "@babel/plugin-transform-unicode-escapes": "^7.16.7",
  17906. "@babel/plugin-transform-unicode-regex": "^7.16.7",
  17907. "@babel/preset-modules": "^0.1.5",
  17908. "@babel/types": "^7.16.8",
  17909. "babel-plugin-polyfill-corejs2": "^0.3.0",
  17910. "babel-plugin-polyfill-corejs3": "^0.5.0",
  17911. "babel-plugin-polyfill-regenerator": "^0.3.0",
  17912. "core-js-compat": "^3.20.2",
  17913. "semver": "^6.3.0"
  17914. },
  17915. "dependencies": {
  17916. "semver": {
  17917. "version": "6.3.0",
  17918. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  17919. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  17920. }
  17921. }
  17922. },
  17923. "@babel/preset-modules": {
  17924. "version": "0.1.5",
  17925. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
  17926. "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
  17927. "requires": {
  17928. "@babel/helper-plugin-utils": "^7.0.0",
  17929. "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
  17930. "@babel/plugin-transform-dotall-regex": "^7.4.4",
  17931. "@babel/types": "^7.4.4",
  17932. "esutils": "^2.0.2"
  17933. }
  17934. },
  17935. "@babel/preset-react": {
  17936. "version": "7.16.7",
  17937. "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.16.7.tgz",
  17938. "integrity": "sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA==",
  17939. "requires": {
  17940. "@babel/helper-plugin-utils": "^7.16.7",
  17941. "@babel/helper-validator-option": "^7.16.7",
  17942. "@babel/plugin-transform-react-display-name": "^7.16.7",
  17943. "@babel/plugin-transform-react-jsx": "^7.16.7",
  17944. "@babel/plugin-transform-react-jsx-development": "^7.16.7",
  17945. "@babel/plugin-transform-react-pure-annotations": "^7.16.7"
  17946. }
  17947. },
  17948. "@babel/preset-typescript": {
  17949. "version": "7.16.7",
  17950. "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz",
  17951. "integrity": "sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==",
  17952. "requires": {
  17953. "@babel/helper-plugin-utils": "^7.16.7",
  17954. "@babel/helper-validator-option": "^7.16.7",
  17955. "@babel/plugin-transform-typescript": "^7.16.7"
  17956. }
  17957. },
  17958. "@babel/runtime": {
  17959. "version": "7.17.9",
  17960. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz",
  17961. "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==",
  17962. "requires": {
  17963. "regenerator-runtime": "^0.13.4"
  17964. }
  17965. },
  17966. "@babel/runtime-corejs3": {
  17967. "version": "7.17.9",
  17968. "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.17.9.tgz",
  17969. "integrity": "sha512-WxYHHUWF2uZ7Hp1K+D1xQgbgkGUfA+5UPOegEXGt2Y5SMog/rYCVaifLZDbw8UkNXozEqqrZTy6bglL7xTaCOw==",
  17970. "requires": {
  17971. "core-js-pure": "^3.20.2",
  17972. "regenerator-runtime": "^0.13.4"
  17973. }
  17974. },
  17975. "@babel/template": {
  17976. "version": "7.16.7",
  17977. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
  17978. "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
  17979. "requires": {
  17980. "@babel/code-frame": "^7.16.7",
  17981. "@babel/parser": "^7.16.7",
  17982. "@babel/types": "^7.16.7"
  17983. }
  17984. },
  17985. "@babel/traverse": {
  17986. "version": "7.17.9",
  17987. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.9.tgz",
  17988. "integrity": "sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==",
  17989. "requires": {
  17990. "@babel/code-frame": "^7.16.7",
  17991. "@babel/generator": "^7.17.9",
  17992. "@babel/helper-environment-visitor": "^7.16.7",
  17993. "@babel/helper-function-name": "^7.17.9",
  17994. "@babel/helper-hoist-variables": "^7.16.7",
  17995. "@babel/helper-split-export-declaration": "^7.16.7",
  17996. "@babel/parser": "^7.17.9",
  17997. "@babel/types": "^7.17.0",
  17998. "debug": "^4.1.0",
  17999. "globals": "^11.1.0"
  18000. }
  18001. },
  18002. "@babel/types": {
  18003. "version": "7.17.0",
  18004. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz",
  18005. "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==",
  18006. "requires": {
  18007. "@babel/helper-validator-identifier": "^7.16.7",
  18008. "to-fast-properties": "^2.0.0"
  18009. }
  18010. },
  18011. "@bcoe/v8-coverage": {
  18012. "version": "0.2.3",
  18013. "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
  18014. "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
  18015. },
  18016. "@capacitor/app": {
  18017. "version": "1.1.1",
  18018. "resolved": "https://registry.npmjs.org/@capacitor/app/-/app-1.1.1.tgz",
  18019. "integrity": "sha512-8ADkldHnoE1xkWvPUsGlERVGm6/Zvcxy6hCI80AxydIKyaCG7kbDAvUclebbnw/eFRxj2zBoVatGLjmJNvTbYw==",
  18020. "requires": {}
  18021. },
  18022. "@capacitor/cli": {
  18023. "version": "3.4.3",
  18024. "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-3.4.3.tgz",
  18025. "integrity": "sha512-mu2pGoIh/OapMzWwXGXUlOmapXthW9XcHGERpZxNE45aBEYC9eTJWmbcXVlJuyx/9GFnnV+pXjGl3i0grci/Zw==",
  18026. "dev": true,
  18027. "requires": {
  18028. "@ionic/cli-framework-output": "^2.2.1",
  18029. "@ionic/utils-fs": "^3.1.5",
  18030. "@ionic/utils-subprocess": "^2.1.6",
  18031. "@ionic/utils-terminal": "^2.3.0",
  18032. "commander": "^6.0.0",
  18033. "debug": "^4.2.0",
  18034. "env-paths": "^2.2.0",
  18035. "kleur": "^4.1.1",
  18036. "native-run": "^1.5.0",
  18037. "open": "^7.4.2",
  18038. "plist": "^3.0.2",
  18039. "prompts": "^2.3.2",
  18040. "semver": "^7.3.2",
  18041. "tar": "^6.1.11",
  18042. "tslib": "^2.1.0",
  18043. "xml2js": "^0.4.23"
  18044. },
  18045. "dependencies": {
  18046. "commander": {
  18047. "version": "6.2.1",
  18048. "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
  18049. "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==",
  18050. "dev": true
  18051. },
  18052. "kleur": {
  18053. "version": "4.1.4",
  18054. "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.4.tgz",
  18055. "integrity": "sha512-8QADVssbrFjivHWQU7KkMgptGTl6WAcSdlbBPY4uNF+mWr6DGcKrvY2w4FQJoXch7+fKMjj0dRrL75vk3k23OA==",
  18056. "dev": true
  18057. },
  18058. "open": {
  18059. "version": "7.4.2",
  18060. "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
  18061. "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
  18062. "dev": true,
  18063. "requires": {
  18064. "is-docker": "^2.0.0",
  18065. "is-wsl": "^2.1.1"
  18066. }
  18067. }
  18068. }
  18069. },
  18070. "@capacitor/core": {
  18071. "version": "3.4.3",
  18072. "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-3.4.3.tgz",
  18073. "integrity": "sha512-drfu0IiDMyeJtL4QALQgNFqdgN19DZJkbKh945eXyK44Sk2YkFXUs7Ewq1ZlVI30QF79mHGuM13oZeki0gv5Tw==",
  18074. "requires": {
  18075. "tslib": "^2.1.0"
  18076. }
  18077. },
  18078. "@capacitor/haptics": {
  18079. "version": "1.1.4",
  18080. "resolved": "https://registry.npmjs.org/@capacitor/haptics/-/haptics-1.1.4.tgz",
  18081. "integrity": "sha512-+pJIb5X7xAcbrWj6rJaV+cwBlv8aFwB1/Ob6EV4atydThuuVSSsAL4hI4ZYlPNOxM6H5s+ZDLj7Pa2os4eFmtg==",
  18082. "requires": {}
  18083. },
  18084. "@capacitor/keyboard": {
  18085. "version": "1.2.2",
  18086. "resolved": "https://registry.npmjs.org/@capacitor/keyboard/-/keyboard-1.2.2.tgz",
  18087. "integrity": "sha512-dOZSXJTY/tTbRQ+Neiny72BIXN2Hvf/2AgPpMdTErDfaQM7C2MMgtJrm+Mi+YUeT6AnJFmt68nHJGImAL4lzmA==",
  18088. "requires": {}
  18089. },
  18090. "@capacitor/status-bar": {
  18091. "version": "1.0.8",
  18092. "resolved": "https://registry.npmjs.org/@capacitor/status-bar/-/status-bar-1.0.8.tgz",
  18093. "integrity": "sha512-lhxa70K6vg0QjdddbT9RqFLfQ9a0Fk1OVE54MhUH30DWymv4h2LrC+mJgH6JS46WQbR2UCHRymfmVCq1PS2Qiw==",
  18094. "requires": {}
  18095. },
  18096. "@csstools/normalize.css": {
  18097. "version": "12.0.0",
  18098. "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz",
  18099. "integrity": "sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg=="
  18100. },
  18101. "@csstools/postcss-color-function": {
  18102. "version": "1.1.0",
  18103. "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.0.tgz",
  18104. "integrity": "sha512-5D5ND/mZWcQoSfYnSPsXtuiFxhzmhxt6pcjrFLJyldj+p0ZN2vvRpYNX+lahFTtMhAYOa2WmkdGINr0yP0CvGA==",
  18105. "requires": {
  18106. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  18107. "postcss-value-parser": "^4.2.0"
  18108. }
  18109. },
  18110. "@csstools/postcss-font-format-keywords": {
  18111. "version": "1.0.0",
  18112. "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.0.tgz",
  18113. "integrity": "sha512-oO0cZt8do8FdVBX8INftvIA4lUrKUSCcWUf9IwH9IPWOgKT22oAZFXeHLoDK7nhB2SmkNycp5brxfNMRLIhd6Q==",
  18114. "requires": {
  18115. "postcss-value-parser": "^4.2.0"
  18116. }
  18117. },
  18118. "@csstools/postcss-hwb-function": {
  18119. "version": "1.0.0",
  18120. "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.0.tgz",
  18121. "integrity": "sha512-VSTd7hGjmde4rTj1rR30sokY3ONJph1reCBTUXqeW1fKwETPy1x4t/XIeaaqbMbC5Xg4SM/lyXZ2S8NELT2TaA==",
  18122. "requires": {
  18123. "postcss-value-parser": "^4.2.0"
  18124. }
  18125. },
  18126. "@csstools/postcss-ic-unit": {
  18127. "version": "1.0.0",
  18128. "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.0.tgz",
  18129. "integrity": "sha512-i4yps1mBp2ijrx7E96RXrQXQQHm6F4ym1TOD0D69/sjDjZvQ22tqiEvaNw7pFZTUO5b9vWRHzbHzP9+UKuw+bA==",
  18130. "requires": {
  18131. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  18132. "postcss-value-parser": "^4.2.0"
  18133. }
  18134. },
  18135. "@csstools/postcss-is-pseudo-class": {
  18136. "version": "2.0.2",
  18137. "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.2.tgz",
  18138. "integrity": "sha512-L9h1yxXMj7KpgNzlMrw3isvHJYkikZgZE4ASwssTnGEH8tm50L6QsM9QQT5wR4/eO5mU0rN5axH7UzNxEYg5CA==",
  18139. "requires": {
  18140. "postcss-selector-parser": "^6.0.10"
  18141. }
  18142. },
  18143. "@csstools/postcss-normalize-display-values": {
  18144. "version": "1.0.0",
  18145. "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.0.tgz",
  18146. "integrity": "sha512-bX+nx5V8XTJEmGtpWTO6kywdS725t71YSLlxWt78XoHUbELWgoCXeOFymRJmL3SU1TLlKSIi7v52EWqe60vJTQ==",
  18147. "requires": {
  18148. "postcss-value-parser": "^4.2.0"
  18149. }
  18150. },
  18151. "@csstools/postcss-oklab-function": {
  18152. "version": "1.1.0",
  18153. "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.0.tgz",
  18154. "integrity": "sha512-e/Q5HopQzmnQgqimG9v3w2IG4VRABsBq3itOcn4bnm+j4enTgQZ0nWsaH/m9GV2otWGQ0nwccYL5vmLKyvP1ww==",
  18155. "requires": {
  18156. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  18157. "postcss-value-parser": "^4.2.0"
  18158. }
  18159. },
  18160. "@csstools/postcss-progressive-custom-properties": {
  18161. "version": "1.3.0",
  18162. "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz",
  18163. "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==",
  18164. "requires": {
  18165. "postcss-value-parser": "^4.2.0"
  18166. }
  18167. },
  18168. "@eslint/eslintrc": {
  18169. "version": "1.2.1",
  18170. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.2.1.tgz",
  18171. "integrity": "sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==",
  18172. "requires": {
  18173. "ajv": "^6.12.4",
  18174. "debug": "^4.3.2",
  18175. "espree": "^9.3.1",
  18176. "globals": "^13.9.0",
  18177. "ignore": "^5.2.0",
  18178. "import-fresh": "^3.2.1",
  18179. "js-yaml": "^4.1.0",
  18180. "minimatch": "^3.0.4",
  18181. "strip-json-comments": "^3.1.1"
  18182. },
  18183. "dependencies": {
  18184. "argparse": {
  18185. "version": "2.0.1",
  18186. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  18187. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  18188. },
  18189. "globals": {
  18190. "version": "13.13.0",
  18191. "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz",
  18192. "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==",
  18193. "requires": {
  18194. "type-fest": "^0.20.2"
  18195. }
  18196. },
  18197. "js-yaml": {
  18198. "version": "4.1.0",
  18199. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  18200. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  18201. "requires": {
  18202. "argparse": "^2.0.1"
  18203. }
  18204. },
  18205. "type-fest": {
  18206. "version": "0.20.2",
  18207. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  18208. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ=="
  18209. }
  18210. }
  18211. },
  18212. "@gar/promisify": {
  18213. "version": "1.1.3",
  18214. "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz",
  18215. "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw=="
  18216. },
  18217. "@humanwhocodes/config-array": {
  18218. "version": "0.9.5",
  18219. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz",
  18220. "integrity": "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==",
  18221. "requires": {
  18222. "@humanwhocodes/object-schema": "^1.2.1",
  18223. "debug": "^4.1.1",
  18224. "minimatch": "^3.0.4"
  18225. }
  18226. },
  18227. "@humanwhocodes/object-schema": {
  18228. "version": "1.2.1",
  18229. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
  18230. "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
  18231. },
  18232. "@ionic/cli-framework-output": {
  18233. "version": "2.2.3",
  18234. "resolved": "https://registry.npmjs.org/@ionic/cli-framework-output/-/cli-framework-output-2.2.3.tgz",
  18235. "integrity": "sha512-Ok0DuQseeyEQnpq1eIE9Wt2oy80qmsprmQYu4bMeiaggbXTmzdf0wa+2CIRrAy1Mzh7Lnz95AI4KyYl3h+97GQ==",
  18236. "dev": true,
  18237. "requires": {
  18238. "@ionic/utils-terminal": "2.3.1",
  18239. "debug": "^4.0.0",
  18240. "tslib": "^2.0.1"
  18241. }
  18242. },
  18243. "@ionic/core": {
  18244. "version": "6.1.1",
  18245. "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.1.tgz",
  18246. "integrity": "sha512-R5eCTmCIE0ZuHWApJPIJsTNug2yykr5UCYbODRnuHlpuJXXIuTGNlQB2lAT3ds4yziC0dqSi1FXS8gIPDSFBBA==",
  18247. "requires": {
  18248. "@stencil/core": "^2.14.2",
  18249. "ionicons": "^6.0.0",
  18250. "tslib": "^2.1.0"
  18251. },
  18252. "dependencies": {
  18253. "ionicons": {
  18254. "version": "6.0.1",
  18255. "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.0.1.tgz",
  18256. "integrity": "sha512-xQekOJsxH82O7oB+3F60zeRggCdND9pJ/k0E6IJDVUGGlCj5mlyFqNgxUimytKgstPGv3S+3EmCxjefvtGgWUg==",
  18257. "requires": {
  18258. "@stencil/core": "~2.12.0"
  18259. },
  18260. "dependencies": {
  18261. "@stencil/core": {
  18262. "version": "2.12.1",
  18263. "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.12.1.tgz",
  18264. "integrity": "sha512-u24TZ+FEvjnZt5ZgIkLjLpUNsO6Ml3mUZqwmqk81w6RWWz75hgB5p4RFI5rvuErFeh2xvMIGo+pNdG24XUBz1A=="
  18265. }
  18266. }
  18267. }
  18268. }
  18269. },
  18270. "@ionic/react": {
  18271. "version": "6.1.1",
  18272. "resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.1.1.tgz",
  18273. "integrity": "sha512-rgjT0RoL70Z5SMyGrkeppCxtT8N2e/DZ3whJPNDuQiLFlTcPQDYfB3EkpsLl+sX9NZBbeMMv+zAhumfaHKD+dg==",
  18274. "requires": {
  18275. "@ionic/core": "^6.1.1",
  18276. "ionicons": "^6.0.0",
  18277. "tslib": "*"
  18278. },
  18279. "dependencies": {
  18280. "@stencil/core": {
  18281. "version": "2.12.1",
  18282. "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.12.1.tgz",
  18283. "integrity": "sha512-u24TZ+FEvjnZt5ZgIkLjLpUNsO6Ml3mUZqwmqk81w6RWWz75hgB5p4RFI5rvuErFeh2xvMIGo+pNdG24XUBz1A=="
  18284. },
  18285. "ionicons": {
  18286. "version": "6.0.1",
  18287. "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.0.1.tgz",
  18288. "integrity": "sha512-xQekOJsxH82O7oB+3F60zeRggCdND9pJ/k0E6IJDVUGGlCj5mlyFqNgxUimytKgstPGv3S+3EmCxjefvtGgWUg==",
  18289. "requires": {
  18290. "@stencil/core": "~2.12.0"
  18291. }
  18292. }
  18293. }
  18294. },
  18295. "@ionic/react-router": {
  18296. "version": "6.1.1",
  18297. "resolved": "https://registry.npmjs.org/@ionic/react-router/-/react-router-6.1.1.tgz",
  18298. "integrity": "sha512-mbs7BWNjnID5NAxAVQoOtFfaT6UWQ0LA37HbLvKu7QH1yuwcyxSzq5laVwzck+i3S/Wdq8iNbOufvQ2dbO/VsQ==",
  18299. "requires": {
  18300. "@ionic/react": "^6.1.1",
  18301. "tslib": "*"
  18302. }
  18303. },
  18304. "@ionic/utils-array": {
  18305. "version": "2.1.5",
  18306. "resolved": "https://registry.npmjs.org/@ionic/utils-array/-/utils-array-2.1.5.tgz",
  18307. "integrity": "sha512-HD72a71IQVBmQckDwmA8RxNVMTbxnaLbgFOl+dO5tbvW9CkkSFCv41h6fUuNsSEVgngfkn0i98HDuZC8mk+lTA==",
  18308. "dev": true,
  18309. "requires": {
  18310. "debug": "^4.0.0",
  18311. "tslib": "^2.0.1"
  18312. }
  18313. },
  18314. "@ionic/utils-fs": {
  18315. "version": "3.1.5",
  18316. "resolved": "https://registry.npmjs.org/@ionic/utils-fs/-/utils-fs-3.1.5.tgz",
  18317. "integrity": "sha512-a41bY2dHqWSEQQ/80CpbXSs8McyiCFf2DnIWWLukrhYWf46h4qi6M/8dxcMKrofRiqI/3F+cL3S2mOm9Zz/o2Q==",
  18318. "dev": true,
  18319. "requires": {
  18320. "debug": "^4.0.0",
  18321. "fs-extra": "^9.0.0",
  18322. "tslib": "^2.0.1"
  18323. },
  18324. "dependencies": {
  18325. "fs-extra": {
  18326. "version": "9.1.0",
  18327. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  18328. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  18329. "dev": true,
  18330. "requires": {
  18331. "at-least-node": "^1.0.0",
  18332. "graceful-fs": "^4.2.0",
  18333. "jsonfile": "^6.0.1",
  18334. "universalify": "^2.0.0"
  18335. }
  18336. }
  18337. }
  18338. },
  18339. "@ionic/utils-object": {
  18340. "version": "2.1.5",
  18341. "resolved": "https://registry.npmjs.org/@ionic/utils-object/-/utils-object-2.1.5.tgz",
  18342. "integrity": "sha512-XnYNSwfewUqxq+yjER1hxTKggftpNjFLJH0s37jcrNDwbzmbpFTQTVAp4ikNK4rd9DOebX/jbeZb8jfD86IYxw==",
  18343. "dev": true,
  18344. "requires": {
  18345. "debug": "^4.0.0",
  18346. "tslib": "^2.0.1"
  18347. }
  18348. },
  18349. "@ionic/utils-process": {
  18350. "version": "2.1.8",
  18351. "resolved": "https://registry.npmjs.org/@ionic/utils-process/-/utils-process-2.1.8.tgz",
  18352. "integrity": "sha512-VBBoyTzi+m6tgKAItl+jiTQneGwTOsctcrTG4CsEgmVOVOEhUYkPhddXqzD+oC54hPDU9ROsd3I014P5CWEuhQ==",
  18353. "dev": true,
  18354. "requires": {
  18355. "@ionic/utils-object": "2.1.5",
  18356. "@ionic/utils-terminal": "2.3.1",
  18357. "debug": "^4.0.0",
  18358. "signal-exit": "^3.0.3",
  18359. "tree-kill": "^1.2.2",
  18360. "tslib": "^2.0.1"
  18361. }
  18362. },
  18363. "@ionic/utils-stream": {
  18364. "version": "3.1.5",
  18365. "resolved": "https://registry.npmjs.org/@ionic/utils-stream/-/utils-stream-3.1.5.tgz",
  18366. "integrity": "sha512-hkm46uHvEC05X/8PHgdJi4l4zv9VQDELZTM+Kz69odtO9zZYfnt8DkfXHJqJ+PxmtiE5mk/ehJWLnn/XAczTUw==",
  18367. "dev": true,
  18368. "requires": {
  18369. "debug": "^4.0.0",
  18370. "tslib": "^2.0.1"
  18371. }
  18372. },
  18373. "@ionic/utils-subprocess": {
  18374. "version": "2.1.9",
  18375. "resolved": "https://registry.npmjs.org/@ionic/utils-subprocess/-/utils-subprocess-2.1.9.tgz",
  18376. "integrity": "sha512-OZ4QKyFOoC3+NCcBW8tvDUdLzWqOMKZPpzOQR009xVsfGbT3LwV8h60os7VRAbRV2KrA7t6YMMDrMQYV5DS+DQ==",
  18377. "dev": true,
  18378. "requires": {
  18379. "@ionic/utils-array": "2.1.5",
  18380. "@ionic/utils-fs": "3.1.5",
  18381. "@ionic/utils-process": "2.1.8",
  18382. "@ionic/utils-stream": "3.1.5",
  18383. "@ionic/utils-terminal": "2.3.1",
  18384. "cross-spawn": "^7.0.3",
  18385. "debug": "^4.0.0",
  18386. "tslib": "^2.0.1"
  18387. }
  18388. },
  18389. "@ionic/utils-terminal": {
  18390. "version": "2.3.1",
  18391. "resolved": "https://registry.npmjs.org/@ionic/utils-terminal/-/utils-terminal-2.3.1.tgz",
  18392. "integrity": "sha512-cglsSd2AckI3Ldtdfczeq64vIIDjtPspV5QJtky8f8uIdxkeOIGeRV7bCj1+BEf1hyo+ZuggQxLviHnbMZhiRw==",
  18393. "dev": true,
  18394. "requires": {
  18395. "debug": "^4.0.0",
  18396. "signal-exit": "^3.0.3",
  18397. "slice-ansi": "^4.0.0",
  18398. "string-width": "^4.1.0",
  18399. "strip-ansi": "^6.0.0",
  18400. "tslib": "^2.0.1",
  18401. "untildify": "^4.0.0",
  18402. "wrap-ansi": "^7.0.0"
  18403. }
  18404. },
  18405. "@istanbuljs/load-nyc-config": {
  18406. "version": "1.1.0",
  18407. "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  18408. "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  18409. "requires": {
  18410. "camelcase": "^5.3.1",
  18411. "find-up": "^4.1.0",
  18412. "get-package-type": "^0.1.0",
  18413. "js-yaml": "^3.13.1",
  18414. "resolve-from": "^5.0.0"
  18415. },
  18416. "dependencies": {
  18417. "camelcase": {
  18418. "version": "5.3.1",
  18419. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  18420. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
  18421. },
  18422. "find-up": {
  18423. "version": "4.1.0",
  18424. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  18425. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  18426. "requires": {
  18427. "locate-path": "^5.0.0",
  18428. "path-exists": "^4.0.0"
  18429. }
  18430. },
  18431. "locate-path": {
  18432. "version": "5.0.0",
  18433. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  18434. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  18435. "requires": {
  18436. "p-locate": "^4.1.0"
  18437. }
  18438. },
  18439. "p-limit": {
  18440. "version": "2.3.0",
  18441. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  18442. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  18443. "requires": {
  18444. "p-try": "^2.0.0"
  18445. }
  18446. },
  18447. "p-locate": {
  18448. "version": "4.1.0",
  18449. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  18450. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  18451. "requires": {
  18452. "p-limit": "^2.2.0"
  18453. }
  18454. }
  18455. }
  18456. },
  18457. "@istanbuljs/schema": {
  18458. "version": "0.1.3",
  18459. "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
  18460. "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA=="
  18461. },
  18462. "@jest/console": {
  18463. "version": "27.5.1",
  18464. "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
  18465. "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
  18466. "requires": {
  18467. "@jest/types": "^27.5.1",
  18468. "@types/node": "*",
  18469. "chalk": "^4.0.0",
  18470. "jest-message-util": "^27.5.1",
  18471. "jest-util": "^27.5.1",
  18472. "slash": "^3.0.0"
  18473. }
  18474. },
  18475. "@jest/core": {
  18476. "version": "27.5.1",
  18477. "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
  18478. "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
  18479. "requires": {
  18480. "@jest/console": "^27.5.1",
  18481. "@jest/reporters": "^27.5.1",
  18482. "@jest/test-result": "^27.5.1",
  18483. "@jest/transform": "^27.5.1",
  18484. "@jest/types": "^27.5.1",
  18485. "@types/node": "*",
  18486. "ansi-escapes": "^4.2.1",
  18487. "chalk": "^4.0.0",
  18488. "emittery": "^0.8.1",
  18489. "exit": "^0.1.2",
  18490. "graceful-fs": "^4.2.9",
  18491. "jest-changed-files": "^27.5.1",
  18492. "jest-config": "^27.5.1",
  18493. "jest-haste-map": "^27.5.1",
  18494. "jest-message-util": "^27.5.1",
  18495. "jest-regex-util": "^27.5.1",
  18496. "jest-resolve": "^27.5.1",
  18497. "jest-resolve-dependencies": "^27.5.1",
  18498. "jest-runner": "^27.5.1",
  18499. "jest-runtime": "^27.5.1",
  18500. "jest-snapshot": "^27.5.1",
  18501. "jest-util": "^27.5.1",
  18502. "jest-validate": "^27.5.1",
  18503. "jest-watcher": "^27.5.1",
  18504. "micromatch": "^4.0.4",
  18505. "rimraf": "^3.0.0",
  18506. "slash": "^3.0.0",
  18507. "strip-ansi": "^6.0.0"
  18508. }
  18509. },
  18510. "@jest/environment": {
  18511. "version": "27.5.1",
  18512. "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
  18513. "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
  18514. "requires": {
  18515. "@jest/fake-timers": "^27.5.1",
  18516. "@jest/types": "^27.5.1",
  18517. "@types/node": "*",
  18518. "jest-mock": "^27.5.1"
  18519. }
  18520. },
  18521. "@jest/fake-timers": {
  18522. "version": "27.5.1",
  18523. "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
  18524. "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
  18525. "requires": {
  18526. "@jest/types": "^27.5.1",
  18527. "@sinonjs/fake-timers": "^8.0.1",
  18528. "@types/node": "*",
  18529. "jest-message-util": "^27.5.1",
  18530. "jest-mock": "^27.5.1",
  18531. "jest-util": "^27.5.1"
  18532. }
  18533. },
  18534. "@jest/globals": {
  18535. "version": "27.5.1",
  18536. "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
  18537. "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
  18538. "requires": {
  18539. "@jest/environment": "^27.5.1",
  18540. "@jest/types": "^27.5.1",
  18541. "expect": "^27.5.1"
  18542. }
  18543. },
  18544. "@jest/reporters": {
  18545. "version": "27.5.1",
  18546. "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
  18547. "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
  18548. "requires": {
  18549. "@bcoe/v8-coverage": "^0.2.3",
  18550. "@jest/console": "^27.5.1",
  18551. "@jest/test-result": "^27.5.1",
  18552. "@jest/transform": "^27.5.1",
  18553. "@jest/types": "^27.5.1",
  18554. "@types/node": "*",
  18555. "chalk": "^4.0.0",
  18556. "collect-v8-coverage": "^1.0.0",
  18557. "exit": "^0.1.2",
  18558. "glob": "^7.1.2",
  18559. "graceful-fs": "^4.2.9",
  18560. "istanbul-lib-coverage": "^3.0.0",
  18561. "istanbul-lib-instrument": "^5.1.0",
  18562. "istanbul-lib-report": "^3.0.0",
  18563. "istanbul-lib-source-maps": "^4.0.0",
  18564. "istanbul-reports": "^3.1.3",
  18565. "jest-haste-map": "^27.5.1",
  18566. "jest-resolve": "^27.5.1",
  18567. "jest-util": "^27.5.1",
  18568. "jest-worker": "^27.5.1",
  18569. "slash": "^3.0.0",
  18570. "source-map": "^0.6.0",
  18571. "string-length": "^4.0.1",
  18572. "terminal-link": "^2.0.0",
  18573. "v8-to-istanbul": "^8.1.0"
  18574. }
  18575. },
  18576. "@jest/source-map": {
  18577. "version": "27.5.1",
  18578. "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
  18579. "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
  18580. "requires": {
  18581. "callsites": "^3.0.0",
  18582. "graceful-fs": "^4.2.9",
  18583. "source-map": "^0.6.0"
  18584. }
  18585. },
  18586. "@jest/test-result": {
  18587. "version": "27.5.1",
  18588. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
  18589. "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
  18590. "requires": {
  18591. "@jest/console": "^27.5.1",
  18592. "@jest/types": "^27.5.1",
  18593. "@types/istanbul-lib-coverage": "^2.0.0",
  18594. "collect-v8-coverage": "^1.0.0"
  18595. }
  18596. },
  18597. "@jest/test-sequencer": {
  18598. "version": "27.5.1",
  18599. "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
  18600. "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
  18601. "requires": {
  18602. "@jest/test-result": "^27.5.1",
  18603. "graceful-fs": "^4.2.9",
  18604. "jest-haste-map": "^27.5.1",
  18605. "jest-runtime": "^27.5.1"
  18606. }
  18607. },
  18608. "@jest/transform": {
  18609. "version": "27.5.1",
  18610. "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
  18611. "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
  18612. "requires": {
  18613. "@babel/core": "^7.1.0",
  18614. "@jest/types": "^27.5.1",
  18615. "babel-plugin-istanbul": "^6.1.1",
  18616. "chalk": "^4.0.0",
  18617. "convert-source-map": "^1.4.0",
  18618. "fast-json-stable-stringify": "^2.0.0",
  18619. "graceful-fs": "^4.2.9",
  18620. "jest-haste-map": "^27.5.1",
  18621. "jest-regex-util": "^27.5.1",
  18622. "jest-util": "^27.5.1",
  18623. "micromatch": "^4.0.4",
  18624. "pirates": "^4.0.4",
  18625. "slash": "^3.0.0",
  18626. "source-map": "^0.6.1",
  18627. "write-file-atomic": "^3.0.0"
  18628. }
  18629. },
  18630. "@jest/types": {
  18631. "version": "27.5.1",
  18632. "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
  18633. "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
  18634. "requires": {
  18635. "@types/istanbul-lib-coverage": "^2.0.0",
  18636. "@types/istanbul-reports": "^3.0.0",
  18637. "@types/node": "*",
  18638. "@types/yargs": "^16.0.0",
  18639. "chalk": "^4.0.0"
  18640. }
  18641. },
  18642. "@jridgewell/resolve-uri": {
  18643. "version": "3.0.5",
  18644. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz",
  18645. "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew=="
  18646. },
  18647. "@jridgewell/sourcemap-codec": {
  18648. "version": "1.4.11",
  18649. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz",
  18650. "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg=="
  18651. },
  18652. "@jridgewell/trace-mapping": {
  18653. "version": "0.3.4",
  18654. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz",
  18655. "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==",
  18656. "requires": {
  18657. "@jridgewell/resolve-uri": "^3.0.3",
  18658. "@jridgewell/sourcemap-codec": "^1.4.10"
  18659. }
  18660. },
  18661. "@leichtgewicht/ip-codec": {
  18662. "version": "2.0.3",
  18663. "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.3.tgz",
  18664. "integrity": "sha512-nkalE/f1RvRGChwBnEIoBfSEYOXnCRdleKuv6+lePbMDrMZXeDQnqak5XDOeBgrPPyPfAdcCu/B5z+v3VhplGg=="
  18665. },
  18666. "@nodelib/fs.scandir": {
  18667. "version": "2.1.5",
  18668. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  18669. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  18670. "requires": {
  18671. "@nodelib/fs.stat": "2.0.5",
  18672. "run-parallel": "^1.1.9"
  18673. }
  18674. },
  18675. "@nodelib/fs.stat": {
  18676. "version": "2.0.5",
  18677. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  18678. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A=="
  18679. },
  18680. "@nodelib/fs.walk": {
  18681. "version": "1.2.8",
  18682. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  18683. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  18684. "requires": {
  18685. "@nodelib/fs.scandir": "2.1.5",
  18686. "fastq": "^1.6.0"
  18687. }
  18688. },
  18689. "@npmcli/fs": {
  18690. "version": "1.1.1",
  18691. "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz",
  18692. "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==",
  18693. "requires": {
  18694. "@gar/promisify": "^1.0.1",
  18695. "semver": "^7.3.5"
  18696. }
  18697. },
  18698. "@npmcli/move-file": {
  18699. "version": "1.1.2",
  18700. "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz",
  18701. "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==",
  18702. "requires": {
  18703. "mkdirp": "^1.0.4",
  18704. "rimraf": "^3.0.2"
  18705. },
  18706. "dependencies": {
  18707. "mkdirp": {
  18708. "version": "1.0.4",
  18709. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  18710. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
  18711. }
  18712. }
  18713. },
  18714. "@pmmmwh/react-refresh-webpack-plugin": {
  18715. "version": "0.5.5",
  18716. "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.5.tgz",
  18717. "integrity": "sha512-RbG7h6TuP6nFFYKJwbcToA1rjC1FyPg25NR2noAZ0vKI+la01KTSRPkuVPE+U88jXv7javx2JHglUcL1MHcshQ==",
  18718. "requires": {
  18719. "ansi-html-community": "^0.0.8",
  18720. "common-path-prefix": "^3.0.0",
  18721. "core-js-pure": "^3.8.1",
  18722. "error-stack-parser": "^2.0.6",
  18723. "find-up": "^5.0.0",
  18724. "html-entities": "^2.1.0",
  18725. "loader-utils": "^2.0.0",
  18726. "schema-utils": "^3.0.0",
  18727. "source-map": "^0.7.3"
  18728. },
  18729. "dependencies": {
  18730. "source-map": {
  18731. "version": "0.7.3",
  18732. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
  18733. "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
  18734. }
  18735. }
  18736. },
  18737. "@rollup/plugin-babel": {
  18738. "version": "5.3.1",
  18739. "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
  18740. "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
  18741. "requires": {
  18742. "@babel/helper-module-imports": "^7.10.4",
  18743. "@rollup/pluginutils": "^3.1.0"
  18744. }
  18745. },
  18746. "@rollup/plugin-node-resolve": {
  18747. "version": "11.2.1",
  18748. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
  18749. "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
  18750. "requires": {
  18751. "@rollup/pluginutils": "^3.1.0",
  18752. "@types/resolve": "1.17.1",
  18753. "builtin-modules": "^3.1.0",
  18754. "deepmerge": "^4.2.2",
  18755. "is-module": "^1.0.0",
  18756. "resolve": "^1.19.0"
  18757. }
  18758. },
  18759. "@rollup/plugin-replace": {
  18760. "version": "2.4.2",
  18761. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
  18762. "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
  18763. "requires": {
  18764. "@rollup/pluginutils": "^3.1.0",
  18765. "magic-string": "^0.25.7"
  18766. }
  18767. },
  18768. "@rollup/pluginutils": {
  18769. "version": "3.1.0",
  18770. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
  18771. "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
  18772. "requires": {
  18773. "@types/estree": "0.0.39",
  18774. "estree-walker": "^1.0.1",
  18775. "picomatch": "^2.2.2"
  18776. },
  18777. "dependencies": {
  18778. "@types/estree": {
  18779. "version": "0.0.39",
  18780. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
  18781. "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
  18782. }
  18783. }
  18784. },
  18785. "@rushstack/eslint-patch": {
  18786. "version": "1.1.3",
  18787. "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.1.3.tgz",
  18788. "integrity": "sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw=="
  18789. },
  18790. "@sinonjs/commons": {
  18791. "version": "1.8.3",
  18792. "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz",
  18793. "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==",
  18794. "requires": {
  18795. "type-detect": "4.0.8"
  18796. }
  18797. },
  18798. "@sinonjs/fake-timers": {
  18799. "version": "8.1.0",
  18800. "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
  18801. "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
  18802. "requires": {
  18803. "@sinonjs/commons": "^1.7.0"
  18804. }
  18805. },
  18806. "@stencil/core": {
  18807. "version": "2.15.0",
  18808. "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.15.0.tgz",
  18809. "integrity": "sha512-58+FPFpJCJScd5nmqVsZN+qk7aui57wFcMHWzySr1SQzoY8Efst9OPG7XRf27UsNj1DNeEdYWTtdrTfJyn3mZg=="
  18810. },
  18811. "@surma/rollup-plugin-off-main-thread": {
  18812. "version": "2.2.3",
  18813. "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
  18814. "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
  18815. "requires": {
  18816. "ejs": "^3.1.6",
  18817. "json5": "^2.2.0",
  18818. "magic-string": "^0.25.0",
  18819. "string.prototype.matchall": "^4.0.6"
  18820. }
  18821. },
  18822. "@svgr/babel-plugin-add-jsx-attribute": {
  18823. "version": "5.4.0",
  18824. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz",
  18825. "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg=="
  18826. },
  18827. "@svgr/babel-plugin-remove-jsx-attribute": {
  18828. "version": "5.4.0",
  18829. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz",
  18830. "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg=="
  18831. },
  18832. "@svgr/babel-plugin-remove-jsx-empty-expression": {
  18833. "version": "5.0.1",
  18834. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz",
  18835. "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA=="
  18836. },
  18837. "@svgr/babel-plugin-replace-jsx-attribute-value": {
  18838. "version": "5.0.1",
  18839. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz",
  18840. "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ=="
  18841. },
  18842. "@svgr/babel-plugin-svg-dynamic-title": {
  18843. "version": "5.4.0",
  18844. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz",
  18845. "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg=="
  18846. },
  18847. "@svgr/babel-plugin-svg-em-dimensions": {
  18848. "version": "5.4.0",
  18849. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz",
  18850. "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw=="
  18851. },
  18852. "@svgr/babel-plugin-transform-react-native-svg": {
  18853. "version": "5.4.0",
  18854. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz",
  18855. "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q=="
  18856. },
  18857. "@svgr/babel-plugin-transform-svg-component": {
  18858. "version": "5.5.0",
  18859. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
  18860. "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ=="
  18861. },
  18862. "@svgr/babel-preset": {
  18863. "version": "5.5.0",
  18864. "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz",
  18865. "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==",
  18866. "requires": {
  18867. "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
  18868. "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
  18869. "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
  18870. "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
  18871. "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
  18872. "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
  18873. "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
  18874. "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
  18875. }
  18876. },
  18877. "@svgr/core": {
  18878. "version": "5.5.0",
  18879. "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
  18880. "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
  18881. "requires": {
  18882. "@svgr/plugin-jsx": "^5.5.0",
  18883. "camelcase": "^6.2.0",
  18884. "cosmiconfig": "^7.0.0"
  18885. }
  18886. },
  18887. "@svgr/hast-util-to-babel-ast": {
  18888. "version": "5.5.0",
  18889. "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
  18890. "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
  18891. "requires": {
  18892. "@babel/types": "^7.12.6"
  18893. }
  18894. },
  18895. "@svgr/plugin-jsx": {
  18896. "version": "5.5.0",
  18897. "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
  18898. "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
  18899. "requires": {
  18900. "@babel/core": "^7.12.3",
  18901. "@svgr/babel-preset": "^5.5.0",
  18902. "@svgr/hast-util-to-babel-ast": "^5.5.0",
  18903. "svg-parser": "^2.0.2"
  18904. }
  18905. },
  18906. "@svgr/plugin-svgo": {
  18907. "version": "5.5.0",
  18908. "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
  18909. "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
  18910. "requires": {
  18911. "cosmiconfig": "^7.0.0",
  18912. "deepmerge": "^4.2.2",
  18913. "svgo": "^1.2.2"
  18914. }
  18915. },
  18916. "@svgr/webpack": {
  18917. "version": "5.5.0",
  18918. "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
  18919. "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
  18920. "requires": {
  18921. "@babel/core": "^7.12.3",
  18922. "@babel/plugin-transform-react-constant-elements": "^7.12.1",
  18923. "@babel/preset-env": "^7.12.1",
  18924. "@babel/preset-react": "^7.12.5",
  18925. "@svgr/core": "^5.5.0",
  18926. "@svgr/plugin-jsx": "^5.5.0",
  18927. "@svgr/plugin-svgo": "^5.5.0",
  18928. "loader-utils": "^2.0.0"
  18929. }
  18930. },
  18931. "@testing-library/dom": {
  18932. "version": "8.13.0",
  18933. "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.13.0.tgz",
  18934. "integrity": "sha512-9VHgfIatKNXQNaZTtLnalIy0jNZzY35a4S3oi08YAt9Hv1VsfZ/DfA45lM8D/UhtHBGJ4/lGwp0PZkVndRkoOQ==",
  18935. "peer": true,
  18936. "requires": {
  18937. "@babel/code-frame": "^7.10.4",
  18938. "@babel/runtime": "^7.12.5",
  18939. "@types/aria-query": "^4.2.0",
  18940. "aria-query": "^5.0.0",
  18941. "chalk": "^4.1.0",
  18942. "dom-accessibility-api": "^0.5.9",
  18943. "lz-string": "^1.4.4",
  18944. "pretty-format": "^27.0.2"
  18945. }
  18946. },
  18947. "@testing-library/jest-dom": {
  18948. "version": "5.16.4",
  18949. "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz",
  18950. "integrity": "sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==",
  18951. "requires": {
  18952. "@babel/runtime": "^7.9.2",
  18953. "@types/testing-library__jest-dom": "^5.9.1",
  18954. "aria-query": "^5.0.0",
  18955. "chalk": "^3.0.0",
  18956. "css": "^3.0.0",
  18957. "css.escape": "^1.5.1",
  18958. "dom-accessibility-api": "^0.5.6",
  18959. "lodash": "^4.17.15",
  18960. "redent": "^3.0.0"
  18961. },
  18962. "dependencies": {
  18963. "chalk": {
  18964. "version": "3.0.0",
  18965. "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
  18966. "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
  18967. "requires": {
  18968. "ansi-styles": "^4.1.0",
  18969. "supports-color": "^7.1.0"
  18970. }
  18971. }
  18972. }
  18973. },
  18974. "@testing-library/react": {
  18975. "version": "11.2.7",
  18976. "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.7.tgz",
  18977. "integrity": "sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA==",
  18978. "requires": {
  18979. "@babel/runtime": "^7.12.5",
  18980. "@testing-library/dom": "^7.28.1"
  18981. },
  18982. "dependencies": {
  18983. "@jest/types": {
  18984. "version": "26.6.2",
  18985. "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
  18986. "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
  18987. "requires": {
  18988. "@types/istanbul-lib-coverage": "^2.0.0",
  18989. "@types/istanbul-reports": "^3.0.0",
  18990. "@types/node": "*",
  18991. "@types/yargs": "^15.0.0",
  18992. "chalk": "^4.0.0"
  18993. }
  18994. },
  18995. "@testing-library/dom": {
  18996. "version": "7.31.2",
  18997. "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.31.2.tgz",
  18998. "integrity": "sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==",
  18999. "requires": {
  19000. "@babel/code-frame": "^7.10.4",
  19001. "@babel/runtime": "^7.12.5",
  19002. "@types/aria-query": "^4.2.0",
  19003. "aria-query": "^4.2.2",
  19004. "chalk": "^4.1.0",
  19005. "dom-accessibility-api": "^0.5.6",
  19006. "lz-string": "^1.4.4",
  19007. "pretty-format": "^26.6.2"
  19008. }
  19009. },
  19010. "@types/yargs": {
  19011. "version": "15.0.14",
  19012. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz",
  19013. "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==",
  19014. "requires": {
  19015. "@types/yargs-parser": "*"
  19016. }
  19017. },
  19018. "aria-query": {
  19019. "version": "4.2.2",
  19020. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
  19021. "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==",
  19022. "requires": {
  19023. "@babel/runtime": "^7.10.2",
  19024. "@babel/runtime-corejs3": "^7.10.2"
  19025. }
  19026. },
  19027. "pretty-format": {
  19028. "version": "26.6.2",
  19029. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
  19030. "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
  19031. "requires": {
  19032. "@jest/types": "^26.6.2",
  19033. "ansi-regex": "^5.0.0",
  19034. "ansi-styles": "^4.0.0",
  19035. "react-is": "^17.0.1"
  19036. }
  19037. }
  19038. }
  19039. },
  19040. "@testing-library/user-event": {
  19041. "version": "12.8.3",
  19042. "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.8.3.tgz",
  19043. "integrity": "sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ==",
  19044. "requires": {
  19045. "@babel/runtime": "^7.12.5"
  19046. }
  19047. },
  19048. "@tootallnate/once": {
  19049. "version": "1.1.2",
  19050. "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
  19051. "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw=="
  19052. },
  19053. "@trysound/sax": {
  19054. "version": "0.2.0",
  19055. "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
  19056. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA=="
  19057. },
  19058. "@types/aria-query": {
  19059. "version": "4.2.2",
  19060. "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.2.tgz",
  19061. "integrity": "sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig=="
  19062. },
  19063. "@types/babel__core": {
  19064. "version": "7.1.19",
  19065. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz",
  19066. "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==",
  19067. "requires": {
  19068. "@babel/parser": "^7.1.0",
  19069. "@babel/types": "^7.0.0",
  19070. "@types/babel__generator": "*",
  19071. "@types/babel__template": "*",
  19072. "@types/babel__traverse": "*"
  19073. }
  19074. },
  19075. "@types/babel__generator": {
  19076. "version": "7.6.4",
  19077. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
  19078. "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
  19079. "requires": {
  19080. "@babel/types": "^7.0.0"
  19081. }
  19082. },
  19083. "@types/babel__template": {
  19084. "version": "7.4.1",
  19085. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
  19086. "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
  19087. "requires": {
  19088. "@babel/parser": "^7.1.0",
  19089. "@babel/types": "^7.0.0"
  19090. }
  19091. },
  19092. "@types/babel__traverse": {
  19093. "version": "7.17.0",
  19094. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.17.0.tgz",
  19095. "integrity": "sha512-r8aveDbd+rzGP+ykSdF3oPuTVRWRfbBiHl0rVDM2yNEmSMXfkObQLV46b4RnCv3Lra51OlfnZhkkFaDl2MIRaA==",
  19096. "requires": {
  19097. "@babel/types": "^7.3.0"
  19098. }
  19099. },
  19100. "@types/body-parser": {
  19101. "version": "1.19.2",
  19102. "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
  19103. "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==",
  19104. "requires": {
  19105. "@types/connect": "*",
  19106. "@types/node": "*"
  19107. }
  19108. },
  19109. "@types/bonjour": {
  19110. "version": "3.5.10",
  19111. "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz",
  19112. "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==",
  19113. "requires": {
  19114. "@types/node": "*"
  19115. }
  19116. },
  19117. "@types/connect": {
  19118. "version": "3.4.35",
  19119. "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz",
  19120. "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==",
  19121. "requires": {
  19122. "@types/node": "*"
  19123. }
  19124. },
  19125. "@types/connect-history-api-fallback": {
  19126. "version": "1.3.5",
  19127. "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz",
  19128. "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==",
  19129. "requires": {
  19130. "@types/express-serve-static-core": "*",
  19131. "@types/node": "*"
  19132. }
  19133. },
  19134. "@types/eslint": {
  19135. "version": "7.29.0",
  19136. "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz",
  19137. "integrity": "sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==",
  19138. "requires": {
  19139. "@types/estree": "*",
  19140. "@types/json-schema": "*"
  19141. }
  19142. },
  19143. "@types/eslint-scope": {
  19144. "version": "3.7.3",
  19145. "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.3.tgz",
  19146. "integrity": "sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==",
  19147. "requires": {
  19148. "@types/eslint": "*",
  19149. "@types/estree": "*"
  19150. }
  19151. },
  19152. "@types/estree": {
  19153. "version": "0.0.51",
  19154. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz",
  19155. "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ=="
  19156. },
  19157. "@types/express": {
  19158. "version": "4.17.13",
  19159. "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz",
  19160. "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==",
  19161. "requires": {
  19162. "@types/body-parser": "*",
  19163. "@types/express-serve-static-core": "^4.17.18",
  19164. "@types/qs": "*",
  19165. "@types/serve-static": "*"
  19166. }
  19167. },
  19168. "@types/express-serve-static-core": {
  19169. "version": "4.17.28",
  19170. "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz",
  19171. "integrity": "sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==",
  19172. "requires": {
  19173. "@types/node": "*",
  19174. "@types/qs": "*",
  19175. "@types/range-parser": "*"
  19176. }
  19177. },
  19178. "@types/graceful-fs": {
  19179. "version": "4.1.5",
  19180. "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
  19181. "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==",
  19182. "requires": {
  19183. "@types/node": "*"
  19184. }
  19185. },
  19186. "@types/history": {
  19187. "version": "4.7.11",
  19188. "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz",
  19189. "integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA=="
  19190. },
  19191. "@types/html-minifier-terser": {
  19192. "version": "6.1.0",
  19193. "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
  19194. "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg=="
  19195. },
  19196. "@types/http-proxy": {
  19197. "version": "1.17.8",
  19198. "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.8.tgz",
  19199. "integrity": "sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==",
  19200. "requires": {
  19201. "@types/node": "*"
  19202. }
  19203. },
  19204. "@types/istanbul-lib-coverage": {
  19205. "version": "2.0.4",
  19206. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
  19207. "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
  19208. },
  19209. "@types/istanbul-lib-report": {
  19210. "version": "3.0.0",
  19211. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  19212. "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
  19213. "requires": {
  19214. "@types/istanbul-lib-coverage": "*"
  19215. }
  19216. },
  19217. "@types/istanbul-reports": {
  19218. "version": "3.0.1",
  19219. "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
  19220. "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
  19221. "requires": {
  19222. "@types/istanbul-lib-report": "*"
  19223. }
  19224. },
  19225. "@types/jest": {
  19226. "version": "26.0.24",
  19227. "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz",
  19228. "integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==",
  19229. "requires": {
  19230. "jest-diff": "^26.0.0",
  19231. "pretty-format": "^26.0.0"
  19232. },
  19233. "dependencies": {
  19234. "@jest/types": {
  19235. "version": "26.6.2",
  19236. "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
  19237. "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
  19238. "requires": {
  19239. "@types/istanbul-lib-coverage": "^2.0.0",
  19240. "@types/istanbul-reports": "^3.0.0",
  19241. "@types/node": "*",
  19242. "@types/yargs": "^15.0.0",
  19243. "chalk": "^4.0.0"
  19244. }
  19245. },
  19246. "@types/yargs": {
  19247. "version": "15.0.14",
  19248. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz",
  19249. "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==",
  19250. "requires": {
  19251. "@types/yargs-parser": "*"
  19252. }
  19253. },
  19254. "pretty-format": {
  19255. "version": "26.6.2",
  19256. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
  19257. "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
  19258. "requires": {
  19259. "@jest/types": "^26.6.2",
  19260. "ansi-regex": "^5.0.0",
  19261. "ansi-styles": "^4.0.0",
  19262. "react-is": "^17.0.1"
  19263. }
  19264. }
  19265. }
  19266. },
  19267. "@types/json-schema": {
  19268. "version": "7.0.11",
  19269. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz",
  19270. "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ=="
  19271. },
  19272. "@types/json5": {
  19273. "version": "0.0.29",
  19274. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  19275. "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4="
  19276. },
  19277. "@types/mime": {
  19278. "version": "1.3.2",
  19279. "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz",
  19280. "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw=="
  19281. },
  19282. "@types/minimist": {
  19283. "version": "1.2.2",
  19284. "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
  19285. "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ=="
  19286. },
  19287. "@types/node": {
  19288. "version": "12.20.48",
  19289. "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.48.tgz",
  19290. "integrity": "sha512-4kxzqkrpwYtn6okJUcb2lfUu9ilnb3yhUOH6qX3nug8D2DupZ2drIkff2yJzYcNJVl3begnlcaBJ7tqiTTzjnQ=="
  19291. },
  19292. "@types/normalize-package-data": {
  19293. "version": "2.4.1",
  19294. "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
  19295. "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw=="
  19296. },
  19297. "@types/parse-json": {
  19298. "version": "4.0.0",
  19299. "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
  19300. "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
  19301. },
  19302. "@types/prettier": {
  19303. "version": "2.6.0",
  19304. "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.6.0.tgz",
  19305. "integrity": "sha512-G/AdOadiZhnJp0jXCaBQU449W2h716OW/EoXeYkCytxKL06X1WCXB4DZpp8TpZ8eyIJVS1cw4lrlkkSYU21cDw=="
  19306. },
  19307. "@types/prop-types": {
  19308. "version": "15.7.5",
  19309. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
  19310. "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
  19311. },
  19312. "@types/q": {
  19313. "version": "1.5.5",
  19314. "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz",
  19315. "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ=="
  19316. },
  19317. "@types/qs": {
  19318. "version": "6.9.7",
  19319. "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
  19320. "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
  19321. },
  19322. "@types/range-parser": {
  19323. "version": "1.2.4",
  19324. "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz",
  19325. "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw=="
  19326. },
  19327. "@types/react": {
  19328. "version": "16.14.25",
  19329. "resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.25.tgz",
  19330. "integrity": "sha512-cXRVHd7vBT5v1is72mmvmsg9stZrbJO04DJqFeh3Yj2tVKO6vmxg5BI+ybI6Ls7ROXRG3aFbZj9x0WA3ZAoDQw==",
  19331. "requires": {
  19332. "@types/prop-types": "*",
  19333. "@types/scheduler": "*",
  19334. "csstype": "^3.0.2"
  19335. }
  19336. },
  19337. "@types/react-dom": {
  19338. "version": "16.9.14",
  19339. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.14.tgz",
  19340. "integrity": "sha512-FIX2AVmPTGP30OUJ+0vadeIFJJ07Mh1m+U0rxfgyW34p3rTlXI+nlenvAxNn4BP36YyI9IJ/+UJ7Wu22N1pI7A==",
  19341. "requires": {
  19342. "@types/react": "^16"
  19343. }
  19344. },
  19345. "@types/react-router": {
  19346. "version": "5.1.18",
  19347. "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.18.tgz",
  19348. "integrity": "sha512-YYknwy0D0iOwKQgz9v8nOzt2J6l4gouBmDnWqUUznltOTaon+r8US8ky8HvN0tXvc38U9m6z/t2RsVsnd1zM0g==",
  19349. "requires": {
  19350. "@types/history": "^4.7.11",
  19351. "@types/react": "*"
  19352. }
  19353. },
  19354. "@types/react-router-dom": {
  19355. "version": "5.3.3",
  19356. "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.3.tgz",
  19357. "integrity": "sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==",
  19358. "requires": {
  19359. "@types/history": "^4.7.11",
  19360. "@types/react": "*",
  19361. "@types/react-router": "*"
  19362. }
  19363. },
  19364. "@types/resolve": {
  19365. "version": "1.17.1",
  19366. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
  19367. "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
  19368. "requires": {
  19369. "@types/node": "*"
  19370. }
  19371. },
  19372. "@types/retry": {
  19373. "version": "0.12.1",
  19374. "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz",
  19375. "integrity": "sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g=="
  19376. },
  19377. "@types/scheduler": {
  19378. "version": "0.16.2",
  19379. "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz",
  19380. "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew=="
  19381. },
  19382. "@types/serve-index": {
  19383. "version": "1.9.1",
  19384. "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz",
  19385. "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==",
  19386. "requires": {
  19387. "@types/express": "*"
  19388. }
  19389. },
  19390. "@types/serve-static": {
  19391. "version": "1.13.10",
  19392. "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz",
  19393. "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==",
  19394. "requires": {
  19395. "@types/mime": "^1",
  19396. "@types/node": "*"
  19397. }
  19398. },
  19399. "@types/sockjs": {
  19400. "version": "0.3.33",
  19401. "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz",
  19402. "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==",
  19403. "requires": {
  19404. "@types/node": "*"
  19405. }
  19406. },
  19407. "@types/stack-utils": {
  19408. "version": "2.0.1",
  19409. "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
  19410. "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
  19411. },
  19412. "@types/testing-library__jest-dom": {
  19413. "version": "5.14.3",
  19414. "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.3.tgz",
  19415. "integrity": "sha512-oKZe+Mf4ioWlMuzVBaXQ9WDnEm1+umLx0InILg+yvZVBBDmzV5KfZyLrCvadtWcx8+916jLmHafcmqqffl+iIw==",
  19416. "requires": {
  19417. "@types/jest": "*"
  19418. }
  19419. },
  19420. "@types/trusted-types": {
  19421. "version": "2.0.2",
  19422. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz",
  19423. "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg=="
  19424. },
  19425. "@types/ws": {
  19426. "version": "8.5.3",
  19427. "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.3.tgz",
  19428. "integrity": "sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==",
  19429. "requires": {
  19430. "@types/node": "*"
  19431. }
  19432. },
  19433. "@types/yargs": {
  19434. "version": "16.0.4",
  19435. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz",
  19436. "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==",
  19437. "requires": {
  19438. "@types/yargs-parser": "*"
  19439. }
  19440. },
  19441. "@types/yargs-parser": {
  19442. "version": "21.0.0",
  19443. "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",
  19444. "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="
  19445. },
  19446. "@typescript-eslint/eslint-plugin": {
  19447. "version": "5.19.0",
  19448. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.19.0.tgz",
  19449. "integrity": "sha512-w59GpFqDYGnWFim9p6TGJz7a3qWeENJuAKCqjGSx+Hq/bwq3RZwXYqy98KIfN85yDqz9mq6QXiY5h0FjGQLyEg==",
  19450. "requires": {
  19451. "@typescript-eslint/scope-manager": "5.19.0",
  19452. "@typescript-eslint/type-utils": "5.19.0",
  19453. "@typescript-eslint/utils": "5.19.0",
  19454. "debug": "^4.3.2",
  19455. "functional-red-black-tree": "^1.0.1",
  19456. "ignore": "^5.1.8",
  19457. "regexpp": "^3.2.0",
  19458. "semver": "^7.3.5",
  19459. "tsutils": "^3.21.0"
  19460. }
  19461. },
  19462. "@typescript-eslint/experimental-utils": {
  19463. "version": "5.19.0",
  19464. "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.19.0.tgz",
  19465. "integrity": "sha512-F+X/TTzmb2UXbghY1LrNLNDjMcGZMhKzXuzvu0xD+YEB77EamLM7zMOLuz2kP5807IJRDLBoAFFPYa7HT62sYg==",
  19466. "requires": {
  19467. "@typescript-eslint/utils": "5.19.0"
  19468. }
  19469. },
  19470. "@typescript-eslint/parser": {
  19471. "version": "5.19.0",
  19472. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.19.0.tgz",
  19473. "integrity": "sha512-yhktJjMCJX8BSBczh1F/uY8wGRYrBeyn84kH6oyqdIJwTGKmzX5Qiq49LRQ0Jh0LXnWijEziSo6BRqny8nqLVQ==",
  19474. "requires": {
  19475. "@typescript-eslint/scope-manager": "5.19.0",
  19476. "@typescript-eslint/types": "5.19.0",
  19477. "@typescript-eslint/typescript-estree": "5.19.0",
  19478. "debug": "^4.3.2"
  19479. }
  19480. },
  19481. "@typescript-eslint/scope-manager": {
  19482. "version": "5.19.0",
  19483. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.19.0.tgz",
  19484. "integrity": "sha512-Fz+VrjLmwq5fbQn5W7cIJZ066HxLMKvDEmf4eu1tZ8O956aoX45jAuBB76miAECMTODyUxH61AQM7q4/GOMQ5g==",
  19485. "requires": {
  19486. "@typescript-eslint/types": "5.19.0",
  19487. "@typescript-eslint/visitor-keys": "5.19.0"
  19488. }
  19489. },
  19490. "@typescript-eslint/type-utils": {
  19491. "version": "5.19.0",
  19492. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.19.0.tgz",
  19493. "integrity": "sha512-O6XQ4RI4rQcBGshTQAYBUIGsKqrKeuIOz9v8bckXZnSeXjn/1+BDZndHLe10UplQeJLXDNbaZYrAytKNQO2T4Q==",
  19494. "requires": {
  19495. "@typescript-eslint/utils": "5.19.0",
  19496. "debug": "^4.3.2",
  19497. "tsutils": "^3.21.0"
  19498. }
  19499. },
  19500. "@typescript-eslint/types": {
  19501. "version": "5.19.0",
  19502. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.19.0.tgz",
  19503. "integrity": "sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w=="
  19504. },
  19505. "@typescript-eslint/typescript-estree": {
  19506. "version": "5.19.0",
  19507. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz",
  19508. "integrity": "sha512-dRPuD4ocXdaE1BM/dNR21elSEUPKaWgowCA0bqJ6YbYkvtrPVEvZ+zqcX5a8ECYn3q5iBSSUcBBD42ubaOp0Hw==",
  19509. "requires": {
  19510. "@typescript-eslint/types": "5.19.0",
  19511. "@typescript-eslint/visitor-keys": "5.19.0",
  19512. "debug": "^4.3.2",
  19513. "globby": "^11.0.4",
  19514. "is-glob": "^4.0.3",
  19515. "semver": "^7.3.5",
  19516. "tsutils": "^3.21.0"
  19517. }
  19518. },
  19519. "@typescript-eslint/utils": {
  19520. "version": "5.19.0",
  19521. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.19.0.tgz",
  19522. "integrity": "sha512-ZuEckdupXpXamKvFz/Ql8YnePh2ZWcwz7APICzJL985Rp5C2AYcHO62oJzIqNhAMtMK6XvrlBTZeNG8n7gS3lQ==",
  19523. "requires": {
  19524. "@types/json-schema": "^7.0.9",
  19525. "@typescript-eslint/scope-manager": "5.19.0",
  19526. "@typescript-eslint/types": "5.19.0",
  19527. "@typescript-eslint/typescript-estree": "5.19.0",
  19528. "eslint-scope": "^5.1.1",
  19529. "eslint-utils": "^3.0.0"
  19530. },
  19531. "dependencies": {
  19532. "eslint-scope": {
  19533. "version": "5.1.1",
  19534. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  19535. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  19536. "requires": {
  19537. "esrecurse": "^4.3.0",
  19538. "estraverse": "^4.1.1"
  19539. }
  19540. },
  19541. "estraverse": {
  19542. "version": "4.3.0",
  19543. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  19544. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
  19545. }
  19546. }
  19547. },
  19548. "@typescript-eslint/visitor-keys": {
  19549. "version": "5.19.0",
  19550. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz",
  19551. "integrity": "sha512-Ym7zZoMDZcAKWsULi2s7UMLREdVQdScPQ/fKWMYefarCztWlHPFVJo8racf8R0Gc8FAEJ2eD4of8As1oFtnQlQ==",
  19552. "requires": {
  19553. "@typescript-eslint/types": "5.19.0",
  19554. "eslint-visitor-keys": "^3.0.0"
  19555. }
  19556. },
  19557. "@webassemblyjs/ast": {
  19558. "version": "1.11.1",
  19559. "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
  19560. "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==",
  19561. "requires": {
  19562. "@webassemblyjs/helper-numbers": "1.11.1",
  19563. "@webassemblyjs/helper-wasm-bytecode": "1.11.1"
  19564. }
  19565. },
  19566. "@webassemblyjs/floating-point-hex-parser": {
  19567. "version": "1.11.1",
  19568. "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz",
  19569. "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ=="
  19570. },
  19571. "@webassemblyjs/helper-api-error": {
  19572. "version": "1.11.1",
  19573. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz",
  19574. "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg=="
  19575. },
  19576. "@webassemblyjs/helper-buffer": {
  19577. "version": "1.11.1",
  19578. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz",
  19579. "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA=="
  19580. },
  19581. "@webassemblyjs/helper-numbers": {
  19582. "version": "1.11.1",
  19583. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz",
  19584. "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==",
  19585. "requires": {
  19586. "@webassemblyjs/floating-point-hex-parser": "1.11.1",
  19587. "@webassemblyjs/helper-api-error": "1.11.1",
  19588. "@xtuc/long": "4.2.2"
  19589. }
  19590. },
  19591. "@webassemblyjs/helper-wasm-bytecode": {
  19592. "version": "1.11.1",
  19593. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz",
  19594. "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q=="
  19595. },
  19596. "@webassemblyjs/helper-wasm-section": {
  19597. "version": "1.11.1",
  19598. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz",
  19599. "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==",
  19600. "requires": {
  19601. "@webassemblyjs/ast": "1.11.1",
  19602. "@webassemblyjs/helper-buffer": "1.11.1",
  19603. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  19604. "@webassemblyjs/wasm-gen": "1.11.1"
  19605. }
  19606. },
  19607. "@webassemblyjs/ieee754": {
  19608. "version": "1.11.1",
  19609. "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz",
  19610. "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==",
  19611. "requires": {
  19612. "@xtuc/ieee754": "^1.2.0"
  19613. }
  19614. },
  19615. "@webassemblyjs/leb128": {
  19616. "version": "1.11.1",
  19617. "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz",
  19618. "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==",
  19619. "requires": {
  19620. "@xtuc/long": "4.2.2"
  19621. }
  19622. },
  19623. "@webassemblyjs/utf8": {
  19624. "version": "1.11.1",
  19625. "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz",
  19626. "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ=="
  19627. },
  19628. "@webassemblyjs/wasm-edit": {
  19629. "version": "1.11.1",
  19630. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz",
  19631. "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==",
  19632. "requires": {
  19633. "@webassemblyjs/ast": "1.11.1",
  19634. "@webassemblyjs/helper-buffer": "1.11.1",
  19635. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  19636. "@webassemblyjs/helper-wasm-section": "1.11.1",
  19637. "@webassemblyjs/wasm-gen": "1.11.1",
  19638. "@webassemblyjs/wasm-opt": "1.11.1",
  19639. "@webassemblyjs/wasm-parser": "1.11.1",
  19640. "@webassemblyjs/wast-printer": "1.11.1"
  19641. }
  19642. },
  19643. "@webassemblyjs/wasm-gen": {
  19644. "version": "1.11.1",
  19645. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz",
  19646. "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==",
  19647. "requires": {
  19648. "@webassemblyjs/ast": "1.11.1",
  19649. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  19650. "@webassemblyjs/ieee754": "1.11.1",
  19651. "@webassemblyjs/leb128": "1.11.1",
  19652. "@webassemblyjs/utf8": "1.11.1"
  19653. }
  19654. },
  19655. "@webassemblyjs/wasm-opt": {
  19656. "version": "1.11.1",
  19657. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz",
  19658. "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==",
  19659. "requires": {
  19660. "@webassemblyjs/ast": "1.11.1",
  19661. "@webassemblyjs/helper-buffer": "1.11.1",
  19662. "@webassemblyjs/wasm-gen": "1.11.1",
  19663. "@webassemblyjs/wasm-parser": "1.11.1"
  19664. }
  19665. },
  19666. "@webassemblyjs/wasm-parser": {
  19667. "version": "1.11.1",
  19668. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz",
  19669. "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==",
  19670. "requires": {
  19671. "@webassemblyjs/ast": "1.11.1",
  19672. "@webassemblyjs/helper-api-error": "1.11.1",
  19673. "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
  19674. "@webassemblyjs/ieee754": "1.11.1",
  19675. "@webassemblyjs/leb128": "1.11.1",
  19676. "@webassemblyjs/utf8": "1.11.1"
  19677. }
  19678. },
  19679. "@webassemblyjs/wast-printer": {
  19680. "version": "1.11.1",
  19681. "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz",
  19682. "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==",
  19683. "requires": {
  19684. "@webassemblyjs/ast": "1.11.1",
  19685. "@xtuc/long": "4.2.2"
  19686. }
  19687. },
  19688. "@xtuc/ieee754": {
  19689. "version": "1.2.0",
  19690. "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
  19691. "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
  19692. },
  19693. "@xtuc/long": {
  19694. "version": "4.2.2",
  19695. "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
  19696. "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
  19697. },
  19698. "abab": {
  19699. "version": "2.0.6",
  19700. "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
  19701. "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA=="
  19702. },
  19703. "abbrev": {
  19704. "version": "1.1.1",
  19705. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
  19706. "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
  19707. },
  19708. "accepts": {
  19709. "version": "1.3.8",
  19710. "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
  19711. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  19712. "requires": {
  19713. "mime-types": "~2.1.34",
  19714. "negotiator": "0.6.3"
  19715. }
  19716. },
  19717. "acorn": {
  19718. "version": "8.7.0",
  19719. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz",
  19720. "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ=="
  19721. },
  19722. "acorn-globals": {
  19723. "version": "6.0.0",
  19724. "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
  19725. "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
  19726. "requires": {
  19727. "acorn": "^7.1.1",
  19728. "acorn-walk": "^7.1.1"
  19729. },
  19730. "dependencies": {
  19731. "acorn": {
  19732. "version": "7.4.1",
  19733. "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
  19734. "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
  19735. }
  19736. }
  19737. },
  19738. "acorn-import-assertions": {
  19739. "version": "1.8.0",
  19740. "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz",
  19741. "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==",
  19742. "requires": {}
  19743. },
  19744. "acorn-jsx": {
  19745. "version": "5.3.2",
  19746. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  19747. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  19748. "requires": {}
  19749. },
  19750. "acorn-node": {
  19751. "version": "1.8.2",
  19752. "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz",
  19753. "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==",
  19754. "requires": {
  19755. "acorn": "^7.0.0",
  19756. "acorn-walk": "^7.0.0",
  19757. "xtend": "^4.0.2"
  19758. },
  19759. "dependencies": {
  19760. "acorn": {
  19761. "version": "7.4.1",
  19762. "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
  19763. "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
  19764. }
  19765. }
  19766. },
  19767. "acorn-walk": {
  19768. "version": "7.2.0",
  19769. "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
  19770. "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA=="
  19771. },
  19772. "address": {
  19773. "version": "1.1.2",
  19774. "resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz",
  19775. "integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA=="
  19776. },
  19777. "adjust-sourcemap-loader": {
  19778. "version": "4.0.0",
  19779. "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz",
  19780. "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==",
  19781. "requires": {
  19782. "loader-utils": "^2.0.0",
  19783. "regex-parser": "^2.2.11"
  19784. }
  19785. },
  19786. "agent-base": {
  19787. "version": "6.0.2",
  19788. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  19789. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  19790. "requires": {
  19791. "debug": "4"
  19792. }
  19793. },
  19794. "agentkeepalive": {
  19795. "version": "4.2.1",
  19796. "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.1.tgz",
  19797. "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==",
  19798. "requires": {
  19799. "debug": "^4.1.0",
  19800. "depd": "^1.1.2",
  19801. "humanize-ms": "^1.2.1"
  19802. }
  19803. },
  19804. "aggregate-error": {
  19805. "version": "3.1.0",
  19806. "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
  19807. "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
  19808. "requires": {
  19809. "clean-stack": "^2.0.0",
  19810. "indent-string": "^4.0.0"
  19811. }
  19812. },
  19813. "ajv": {
  19814. "version": "6.12.6",
  19815. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  19816. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  19817. "requires": {
  19818. "fast-deep-equal": "^3.1.1",
  19819. "fast-json-stable-stringify": "^2.0.0",
  19820. "json-schema-traverse": "^0.4.1",
  19821. "uri-js": "^4.2.2"
  19822. }
  19823. },
  19824. "ajv-formats": {
  19825. "version": "2.1.1",
  19826. "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
  19827. "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
  19828. "requires": {
  19829. "ajv": "^8.0.0"
  19830. },
  19831. "dependencies": {
  19832. "ajv": {
  19833. "version": "8.11.0",
  19834. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  19835. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  19836. "requires": {
  19837. "fast-deep-equal": "^3.1.1",
  19838. "json-schema-traverse": "^1.0.0",
  19839. "require-from-string": "^2.0.2",
  19840. "uri-js": "^4.2.2"
  19841. }
  19842. },
  19843. "json-schema-traverse": {
  19844. "version": "1.0.0",
  19845. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  19846. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  19847. }
  19848. }
  19849. },
  19850. "ajv-keywords": {
  19851. "version": "3.5.2",
  19852. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
  19853. "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
  19854. "requires": {}
  19855. },
  19856. "ansi-escapes": {
  19857. "version": "4.3.2",
  19858. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  19859. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  19860. "requires": {
  19861. "type-fest": "^0.21.3"
  19862. }
  19863. },
  19864. "ansi-html-community": {
  19865. "version": "0.0.8",
  19866. "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
  19867. "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw=="
  19868. },
  19869. "ansi-regex": {
  19870. "version": "5.0.1",
  19871. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  19872. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
  19873. },
  19874. "ansi-styles": {
  19875. "version": "4.3.0",
  19876. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  19877. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  19878. "requires": {
  19879. "color-convert": "^2.0.1"
  19880. }
  19881. },
  19882. "anymatch": {
  19883. "version": "3.1.2",
  19884. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
  19885. "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
  19886. "requires": {
  19887. "normalize-path": "^3.0.0",
  19888. "picomatch": "^2.0.4"
  19889. }
  19890. },
  19891. "aproba": {
  19892. "version": "2.0.0",
  19893. "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
  19894. "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ=="
  19895. },
  19896. "are-we-there-yet": {
  19897. "version": "2.0.0",
  19898. "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
  19899. "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
  19900. "requires": {
  19901. "delegates": "^1.0.0",
  19902. "readable-stream": "^3.6.0"
  19903. }
  19904. },
  19905. "arg": {
  19906. "version": "5.0.1",
  19907. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.1.tgz",
  19908. "integrity": "sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA=="
  19909. },
  19910. "argparse": {
  19911. "version": "1.0.10",
  19912. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  19913. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  19914. "requires": {
  19915. "sprintf-js": "~1.0.2"
  19916. }
  19917. },
  19918. "aria-query": {
  19919. "version": "5.0.0",
  19920. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz",
  19921. "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg=="
  19922. },
  19923. "array-flatten": {
  19924. "version": "2.1.2",
  19925. "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
  19926. "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ=="
  19927. },
  19928. "array-includes": {
  19929. "version": "3.1.4",
  19930. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz",
  19931. "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==",
  19932. "requires": {
  19933. "call-bind": "^1.0.2",
  19934. "define-properties": "^1.1.3",
  19935. "es-abstract": "^1.19.1",
  19936. "get-intrinsic": "^1.1.1",
  19937. "is-string": "^1.0.7"
  19938. }
  19939. },
  19940. "array-union": {
  19941. "version": "2.1.0",
  19942. "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  19943. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="
  19944. },
  19945. "array.prototype.flat": {
  19946. "version": "1.3.0",
  19947. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz",
  19948. "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==",
  19949. "requires": {
  19950. "call-bind": "^1.0.2",
  19951. "define-properties": "^1.1.3",
  19952. "es-abstract": "^1.19.2",
  19953. "es-shim-unscopables": "^1.0.0"
  19954. }
  19955. },
  19956. "array.prototype.flatmap": {
  19957. "version": "1.3.0",
  19958. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz",
  19959. "integrity": "sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==",
  19960. "requires": {
  19961. "call-bind": "^1.0.2",
  19962. "define-properties": "^1.1.3",
  19963. "es-abstract": "^1.19.2",
  19964. "es-shim-unscopables": "^1.0.0"
  19965. }
  19966. },
  19967. "arrify": {
  19968. "version": "1.0.1",
  19969. "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
  19970. "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0="
  19971. },
  19972. "asap": {
  19973. "version": "2.0.6",
  19974. "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
  19975. "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
  19976. },
  19977. "asn1": {
  19978. "version": "0.2.6",
  19979. "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
  19980. "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
  19981. "requires": {
  19982. "safer-buffer": "~2.1.0"
  19983. }
  19984. },
  19985. "assert-plus": {
  19986. "version": "1.0.0",
  19987. "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
  19988. "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
  19989. },
  19990. "ast-types-flow": {
  19991. "version": "0.0.7",
  19992. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
  19993. "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0="
  19994. },
  19995. "astral-regex": {
  19996. "version": "2.0.0",
  19997. "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
  19998. "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
  19999. "dev": true
  20000. },
  20001. "async": {
  20002. "version": "2.6.4",
  20003. "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
  20004. "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
  20005. "requires": {
  20006. "lodash": "^4.17.14"
  20007. }
  20008. },
  20009. "async-foreach": {
  20010. "version": "0.1.3",
  20011. "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
  20012. "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI="
  20013. },
  20014. "asynckit": {
  20015. "version": "0.4.0",
  20016. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  20017. "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
  20018. },
  20019. "at-least-node": {
  20020. "version": "1.0.0",
  20021. "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  20022. "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg=="
  20023. },
  20024. "atob": {
  20025. "version": "2.1.2",
  20026. "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
  20027. "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg=="
  20028. },
  20029. "autoprefixer": {
  20030. "version": "10.4.4",
  20031. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.4.tgz",
  20032. "integrity": "sha512-Tm8JxsB286VweiZ5F0anmbyGiNI3v3wGv3mz9W+cxEDYB/6jbnj6GM9H9mK3wIL8ftgl+C07Lcwb8PG5PCCPzA==",
  20033. "requires": {
  20034. "browserslist": "^4.20.2",
  20035. "caniuse-lite": "^1.0.30001317",
  20036. "fraction.js": "^4.2.0",
  20037. "normalize-range": "^0.1.2",
  20038. "picocolors": "^1.0.0",
  20039. "postcss-value-parser": "^4.2.0"
  20040. }
  20041. },
  20042. "aws-sign2": {
  20043. "version": "0.7.0",
  20044. "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
  20045. "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg="
  20046. },
  20047. "aws4": {
  20048. "version": "1.11.0",
  20049. "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz",
  20050. "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
  20051. },
  20052. "axe-core": {
  20053. "version": "4.4.1",
  20054. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.1.tgz",
  20055. "integrity": "sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw=="
  20056. },
  20057. "axobject-query": {
  20058. "version": "2.2.0",
  20059. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz",
  20060. "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA=="
  20061. },
  20062. "babel-jest": {
  20063. "version": "27.5.1",
  20064. "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz",
  20065. "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==",
  20066. "requires": {
  20067. "@jest/transform": "^27.5.1",
  20068. "@jest/types": "^27.5.1",
  20069. "@types/babel__core": "^7.1.14",
  20070. "babel-plugin-istanbul": "^6.1.1",
  20071. "babel-preset-jest": "^27.5.1",
  20072. "chalk": "^4.0.0",
  20073. "graceful-fs": "^4.2.9",
  20074. "slash": "^3.0.0"
  20075. }
  20076. },
  20077. "babel-loader": {
  20078. "version": "8.2.4",
  20079. "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.4.tgz",
  20080. "integrity": "sha512-8dytA3gcvPPPv4Grjhnt8b5IIiTcq/zeXOPk4iTYI0SVXcsmuGg7JtBRDp8S9X+gJfhQ8ektjXZlDu1Bb33U8A==",
  20081. "requires": {
  20082. "find-cache-dir": "^3.3.1",
  20083. "loader-utils": "^2.0.0",
  20084. "make-dir": "^3.1.0",
  20085. "schema-utils": "^2.6.5"
  20086. },
  20087. "dependencies": {
  20088. "schema-utils": {
  20089. "version": "2.7.1",
  20090. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
  20091. "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
  20092. "requires": {
  20093. "@types/json-schema": "^7.0.5",
  20094. "ajv": "^6.12.4",
  20095. "ajv-keywords": "^3.5.2"
  20096. }
  20097. }
  20098. }
  20099. },
  20100. "babel-plugin-dynamic-import-node": {
  20101. "version": "2.3.3",
  20102. "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
  20103. "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
  20104. "requires": {
  20105. "object.assign": "^4.1.0"
  20106. }
  20107. },
  20108. "babel-plugin-istanbul": {
  20109. "version": "6.1.1",
  20110. "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
  20111. "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
  20112. "requires": {
  20113. "@babel/helper-plugin-utils": "^7.0.0",
  20114. "@istanbuljs/load-nyc-config": "^1.0.0",
  20115. "@istanbuljs/schema": "^0.1.2",
  20116. "istanbul-lib-instrument": "^5.0.4",
  20117. "test-exclude": "^6.0.0"
  20118. }
  20119. },
  20120. "babel-plugin-jest-hoist": {
  20121. "version": "27.5.1",
  20122. "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz",
  20123. "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==",
  20124. "requires": {
  20125. "@babel/template": "^7.3.3",
  20126. "@babel/types": "^7.3.3",
  20127. "@types/babel__core": "^7.0.0",
  20128. "@types/babel__traverse": "^7.0.6"
  20129. }
  20130. },
  20131. "babel-plugin-macros": {
  20132. "version": "3.1.0",
  20133. "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  20134. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  20135. "requires": {
  20136. "@babel/runtime": "^7.12.5",
  20137. "cosmiconfig": "^7.0.0",
  20138. "resolve": "^1.19.0"
  20139. }
  20140. },
  20141. "babel-plugin-named-asset-import": {
  20142. "version": "0.3.8",
  20143. "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz",
  20144. "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==",
  20145. "requires": {}
  20146. },
  20147. "babel-plugin-polyfill-corejs2": {
  20148. "version": "0.3.1",
  20149. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz",
  20150. "integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==",
  20151. "requires": {
  20152. "@babel/compat-data": "^7.13.11",
  20153. "@babel/helper-define-polyfill-provider": "^0.3.1",
  20154. "semver": "^6.1.1"
  20155. },
  20156. "dependencies": {
  20157. "semver": {
  20158. "version": "6.3.0",
  20159. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  20160. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  20161. }
  20162. }
  20163. },
  20164. "babel-plugin-polyfill-corejs3": {
  20165. "version": "0.5.2",
  20166. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz",
  20167. "integrity": "sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==",
  20168. "requires": {
  20169. "@babel/helper-define-polyfill-provider": "^0.3.1",
  20170. "core-js-compat": "^3.21.0"
  20171. }
  20172. },
  20173. "babel-plugin-polyfill-regenerator": {
  20174. "version": "0.3.1",
  20175. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz",
  20176. "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==",
  20177. "requires": {
  20178. "@babel/helper-define-polyfill-provider": "^0.3.1"
  20179. }
  20180. },
  20181. "babel-plugin-transform-react-remove-prop-types": {
  20182. "version": "0.4.24",
  20183. "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
  20184. "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
  20185. },
  20186. "babel-preset-current-node-syntax": {
  20187. "version": "1.0.1",
  20188. "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
  20189. "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
  20190. "requires": {
  20191. "@babel/plugin-syntax-async-generators": "^7.8.4",
  20192. "@babel/plugin-syntax-bigint": "^7.8.3",
  20193. "@babel/plugin-syntax-class-properties": "^7.8.3",
  20194. "@babel/plugin-syntax-import-meta": "^7.8.3",
  20195. "@babel/plugin-syntax-json-strings": "^7.8.3",
  20196. "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
  20197. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  20198. "@babel/plugin-syntax-numeric-separator": "^7.8.3",
  20199. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  20200. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  20201. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  20202. "@babel/plugin-syntax-top-level-await": "^7.8.3"
  20203. }
  20204. },
  20205. "babel-preset-jest": {
  20206. "version": "27.5.1",
  20207. "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz",
  20208. "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==",
  20209. "requires": {
  20210. "babel-plugin-jest-hoist": "^27.5.1",
  20211. "babel-preset-current-node-syntax": "^1.0.0"
  20212. }
  20213. },
  20214. "babel-preset-react-app": {
  20215. "version": "10.0.1",
  20216. "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz",
  20217. "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==",
  20218. "requires": {
  20219. "@babel/core": "^7.16.0",
  20220. "@babel/plugin-proposal-class-properties": "^7.16.0",
  20221. "@babel/plugin-proposal-decorators": "^7.16.4",
  20222. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
  20223. "@babel/plugin-proposal-numeric-separator": "^7.16.0",
  20224. "@babel/plugin-proposal-optional-chaining": "^7.16.0",
  20225. "@babel/plugin-proposal-private-methods": "^7.16.0",
  20226. "@babel/plugin-transform-flow-strip-types": "^7.16.0",
  20227. "@babel/plugin-transform-react-display-name": "^7.16.0",
  20228. "@babel/plugin-transform-runtime": "^7.16.4",
  20229. "@babel/preset-env": "^7.16.4",
  20230. "@babel/preset-react": "^7.16.0",
  20231. "@babel/preset-typescript": "^7.16.0",
  20232. "@babel/runtime": "^7.16.3",
  20233. "babel-plugin-macros": "^3.1.0",
  20234. "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
  20235. }
  20236. },
  20237. "balanced-match": {
  20238. "version": "1.0.2",
  20239. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  20240. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  20241. },
  20242. "base64-js": {
  20243. "version": "1.5.1",
  20244. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  20245. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  20246. "dev": true
  20247. },
  20248. "batch": {
  20249. "version": "0.6.1",
  20250. "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
  20251. "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY="
  20252. },
  20253. "bcrypt-pbkdf": {
  20254. "version": "1.0.2",
  20255. "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
  20256. "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
  20257. "requires": {
  20258. "tweetnacl": "^0.14.3"
  20259. }
  20260. },
  20261. "bfj": {
  20262. "version": "7.0.2",
  20263. "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz",
  20264. "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==",
  20265. "requires": {
  20266. "bluebird": "^3.5.5",
  20267. "check-types": "^11.1.1",
  20268. "hoopy": "^0.1.4",
  20269. "tryer": "^1.0.1"
  20270. }
  20271. },
  20272. "big-integer": {
  20273. "version": "1.6.51",
  20274. "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz",
  20275. "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==",
  20276. "dev": true
  20277. },
  20278. "big.js": {
  20279. "version": "5.2.2",
  20280. "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
  20281. "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ=="
  20282. },
  20283. "binary-extensions": {
  20284. "version": "2.2.0",
  20285. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
  20286. "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA=="
  20287. },
  20288. "bluebird": {
  20289. "version": "3.7.2",
  20290. "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
  20291. "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
  20292. },
  20293. "body-parser": {
  20294. "version": "1.19.2",
  20295. "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.2.tgz",
  20296. "integrity": "sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==",
  20297. "requires": {
  20298. "bytes": "3.1.2",
  20299. "content-type": "~1.0.4",
  20300. "debug": "2.6.9",
  20301. "depd": "~1.1.2",
  20302. "http-errors": "1.8.1",
  20303. "iconv-lite": "0.4.24",
  20304. "on-finished": "~2.3.0",
  20305. "qs": "6.9.7",
  20306. "raw-body": "2.4.3",
  20307. "type-is": "~1.6.18"
  20308. },
  20309. "dependencies": {
  20310. "bytes": {
  20311. "version": "3.1.2",
  20312. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  20313. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="
  20314. },
  20315. "debug": {
  20316. "version": "2.6.9",
  20317. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  20318. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  20319. "requires": {
  20320. "ms": "2.0.0"
  20321. }
  20322. },
  20323. "iconv-lite": {
  20324. "version": "0.4.24",
  20325. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  20326. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  20327. "requires": {
  20328. "safer-buffer": ">= 2.1.2 < 3"
  20329. }
  20330. },
  20331. "ms": {
  20332. "version": "2.0.0",
  20333. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  20334. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  20335. }
  20336. }
  20337. },
  20338. "bonjour-service": {
  20339. "version": "1.0.11",
  20340. "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.0.11.tgz",
  20341. "integrity": "sha512-drMprzr2rDTCtgEE3VgdA9uUFaUHF+jXduwYSThHJnKMYM+FhI9Z3ph+TX3xy0LtgYHae6CHYPJ/2UnK8nQHcA==",
  20342. "requires": {
  20343. "array-flatten": "^2.1.2",
  20344. "dns-equal": "^1.0.0",
  20345. "fast-deep-equal": "^3.1.3",
  20346. "multicast-dns": "^7.2.4"
  20347. }
  20348. },
  20349. "boolbase": {
  20350. "version": "1.0.0",
  20351. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  20352. "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24="
  20353. },
  20354. "bplist-parser": {
  20355. "version": "0.3.1",
  20356. "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.1.tgz",
  20357. "integrity": "sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==",
  20358. "dev": true,
  20359. "requires": {
  20360. "big-integer": "1.6.x"
  20361. }
  20362. },
  20363. "brace-expansion": {
  20364. "version": "1.1.11",
  20365. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  20366. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  20367. "requires": {
  20368. "balanced-match": "^1.0.0",
  20369. "concat-map": "0.0.1"
  20370. }
  20371. },
  20372. "braces": {
  20373. "version": "3.0.2",
  20374. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  20375. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  20376. "requires": {
  20377. "fill-range": "^7.0.1"
  20378. }
  20379. },
  20380. "browser-process-hrtime": {
  20381. "version": "1.0.0",
  20382. "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
  20383. "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
  20384. },
  20385. "browserslist": {
  20386. "version": "4.20.2",
  20387. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.2.tgz",
  20388. "integrity": "sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==",
  20389. "requires": {
  20390. "caniuse-lite": "^1.0.30001317",
  20391. "electron-to-chromium": "^1.4.84",
  20392. "escalade": "^3.1.1",
  20393. "node-releases": "^2.0.2",
  20394. "picocolors": "^1.0.0"
  20395. }
  20396. },
  20397. "bser": {
  20398. "version": "2.1.1",
  20399. "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
  20400. "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
  20401. "requires": {
  20402. "node-int64": "^0.4.0"
  20403. }
  20404. },
  20405. "buffer-crc32": {
  20406. "version": "0.2.13",
  20407. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
  20408. "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=",
  20409. "dev": true
  20410. },
  20411. "buffer-from": {
  20412. "version": "1.1.2",
  20413. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  20414. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  20415. },
  20416. "builtin-modules": {
  20417. "version": "3.2.0",
  20418. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.2.0.tgz",
  20419. "integrity": "sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA=="
  20420. },
  20421. "bytes": {
  20422. "version": "3.0.0",
  20423. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
  20424. "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
  20425. },
  20426. "cacache": {
  20427. "version": "15.3.0",
  20428. "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz",
  20429. "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==",
  20430. "requires": {
  20431. "@npmcli/fs": "^1.0.0",
  20432. "@npmcli/move-file": "^1.0.1",
  20433. "chownr": "^2.0.0",
  20434. "fs-minipass": "^2.0.0",
  20435. "glob": "^7.1.4",
  20436. "infer-owner": "^1.0.4",
  20437. "lru-cache": "^6.0.0",
  20438. "minipass": "^3.1.1",
  20439. "minipass-collect": "^1.0.2",
  20440. "minipass-flush": "^1.0.5",
  20441. "minipass-pipeline": "^1.2.2",
  20442. "mkdirp": "^1.0.3",
  20443. "p-map": "^4.0.0",
  20444. "promise-inflight": "^1.0.1",
  20445. "rimraf": "^3.0.2",
  20446. "ssri": "^8.0.1",
  20447. "tar": "^6.0.2",
  20448. "unique-filename": "^1.1.1"
  20449. },
  20450. "dependencies": {
  20451. "mkdirp": {
  20452. "version": "1.0.4",
  20453. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  20454. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
  20455. }
  20456. }
  20457. },
  20458. "call-bind": {
  20459. "version": "1.0.2",
  20460. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  20461. "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  20462. "requires": {
  20463. "function-bind": "^1.1.1",
  20464. "get-intrinsic": "^1.0.2"
  20465. }
  20466. },
  20467. "callsites": {
  20468. "version": "3.1.0",
  20469. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  20470. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
  20471. },
  20472. "camel-case": {
  20473. "version": "4.1.2",
  20474. "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
  20475. "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
  20476. "requires": {
  20477. "pascal-case": "^3.1.2",
  20478. "tslib": "^2.0.3"
  20479. }
  20480. },
  20481. "camelcase": {
  20482. "version": "6.3.0",
  20483. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  20484. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA=="
  20485. },
  20486. "camelcase-css": {
  20487. "version": "2.0.1",
  20488. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  20489. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA=="
  20490. },
  20491. "camelcase-keys": {
  20492. "version": "6.2.2",
  20493. "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz",
  20494. "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==",
  20495. "requires": {
  20496. "camelcase": "^5.3.1",
  20497. "map-obj": "^4.0.0",
  20498. "quick-lru": "^4.0.1"
  20499. },
  20500. "dependencies": {
  20501. "camelcase": {
  20502. "version": "5.3.1",
  20503. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  20504. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
  20505. },
  20506. "quick-lru": {
  20507. "version": "4.0.1",
  20508. "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz",
  20509. "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g=="
  20510. }
  20511. }
  20512. },
  20513. "caniuse-api": {
  20514. "version": "3.0.0",
  20515. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  20516. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  20517. "requires": {
  20518. "browserslist": "^4.0.0",
  20519. "caniuse-lite": "^1.0.0",
  20520. "lodash.memoize": "^4.1.2",
  20521. "lodash.uniq": "^4.5.0"
  20522. }
  20523. },
  20524. "caniuse-lite": {
  20525. "version": "1.0.30001332",
  20526. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001332.tgz",
  20527. "integrity": "sha512-10T30NYOEQtN6C11YGg411yebhvpnC6Z102+B95eAsN0oB6KUs01ivE8u+G6FMIRtIrVlYXhL+LUwQ3/hXwDWw=="
  20528. },
  20529. "case-sensitive-paths-webpack-plugin": {
  20530. "version": "2.4.0",
  20531. "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
  20532. "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw=="
  20533. },
  20534. "caseless": {
  20535. "version": "0.12.0",
  20536. "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
  20537. "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
  20538. },
  20539. "chalk": {
  20540. "version": "4.1.2",
  20541. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  20542. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  20543. "requires": {
  20544. "ansi-styles": "^4.1.0",
  20545. "supports-color": "^7.1.0"
  20546. }
  20547. },
  20548. "char-regex": {
  20549. "version": "1.0.2",
  20550. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  20551. "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw=="
  20552. },
  20553. "charcodes": {
  20554. "version": "0.2.0",
  20555. "resolved": "https://registry.npmjs.org/charcodes/-/charcodes-0.2.0.tgz",
  20556. "integrity": "sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ=="
  20557. },
  20558. "check-types": {
  20559. "version": "11.1.2",
  20560. "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz",
  20561. "integrity": "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ=="
  20562. },
  20563. "chokidar": {
  20564. "version": "3.5.3",
  20565. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
  20566. "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
  20567. "requires": {
  20568. "anymatch": "~3.1.2",
  20569. "braces": "~3.0.2",
  20570. "fsevents": "~2.3.2",
  20571. "glob-parent": "~5.1.2",
  20572. "is-binary-path": "~2.1.0",
  20573. "is-glob": "~4.0.1",
  20574. "normalize-path": "~3.0.0",
  20575. "readdirp": "~3.6.0"
  20576. },
  20577. "dependencies": {
  20578. "glob-parent": {
  20579. "version": "5.1.2",
  20580. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  20581. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  20582. "requires": {
  20583. "is-glob": "^4.0.1"
  20584. }
  20585. }
  20586. }
  20587. },
  20588. "chownr": {
  20589. "version": "2.0.0",
  20590. "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
  20591. "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ=="
  20592. },
  20593. "chrome-trace-event": {
  20594. "version": "1.0.3",
  20595. "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
  20596. "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg=="
  20597. },
  20598. "ci-info": {
  20599. "version": "3.3.0",
  20600. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz",
  20601. "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw=="
  20602. },
  20603. "cjs-module-lexer": {
  20604. "version": "1.2.2",
  20605. "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz",
  20606. "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA=="
  20607. },
  20608. "clean-css": {
  20609. "version": "5.3.0",
  20610. "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.0.tgz",
  20611. "integrity": "sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==",
  20612. "requires": {
  20613. "source-map": "~0.6.0"
  20614. }
  20615. },
  20616. "clean-stack": {
  20617. "version": "2.2.0",
  20618. "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
  20619. "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A=="
  20620. },
  20621. "cliui": {
  20622. "version": "7.0.4",
  20623. "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
  20624. "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
  20625. "requires": {
  20626. "string-width": "^4.2.0",
  20627. "strip-ansi": "^6.0.0",
  20628. "wrap-ansi": "^7.0.0"
  20629. }
  20630. },
  20631. "co": {
  20632. "version": "4.6.0",
  20633. "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  20634. "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ="
  20635. },
  20636. "coa": {
  20637. "version": "2.0.2",
  20638. "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
  20639. "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
  20640. "requires": {
  20641. "@types/q": "^1.5.1",
  20642. "chalk": "^2.4.1",
  20643. "q": "^1.1.2"
  20644. },
  20645. "dependencies": {
  20646. "ansi-styles": {
  20647. "version": "3.2.1",
  20648. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  20649. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  20650. "requires": {
  20651. "color-convert": "^1.9.0"
  20652. }
  20653. },
  20654. "chalk": {
  20655. "version": "2.4.2",
  20656. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  20657. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  20658. "requires": {
  20659. "ansi-styles": "^3.2.1",
  20660. "escape-string-regexp": "^1.0.5",
  20661. "supports-color": "^5.3.0"
  20662. }
  20663. },
  20664. "color-convert": {
  20665. "version": "1.9.3",
  20666. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  20667. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  20668. "requires": {
  20669. "color-name": "1.1.3"
  20670. }
  20671. },
  20672. "color-name": {
  20673. "version": "1.1.3",
  20674. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  20675. "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
  20676. },
  20677. "escape-string-regexp": {
  20678. "version": "1.0.5",
  20679. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  20680. "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
  20681. },
  20682. "has-flag": {
  20683. "version": "3.0.0",
  20684. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  20685. "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
  20686. },
  20687. "supports-color": {
  20688. "version": "5.5.0",
  20689. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  20690. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  20691. "requires": {
  20692. "has-flag": "^3.0.0"
  20693. }
  20694. }
  20695. }
  20696. },
  20697. "collect-v8-coverage": {
  20698. "version": "1.0.1",
  20699. "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
  20700. "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="
  20701. },
  20702. "color-convert": {
  20703. "version": "2.0.1",
  20704. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  20705. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  20706. "requires": {
  20707. "color-name": "~1.1.4"
  20708. }
  20709. },
  20710. "color-name": {
  20711. "version": "1.1.4",
  20712. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  20713. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  20714. },
  20715. "color-support": {
  20716. "version": "1.1.3",
  20717. "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
  20718. "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg=="
  20719. },
  20720. "colord": {
  20721. "version": "2.9.2",
  20722. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.2.tgz",
  20723. "integrity": "sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ=="
  20724. },
  20725. "colorette": {
  20726. "version": "2.0.16",
  20727. "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz",
  20728. "integrity": "sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g=="
  20729. },
  20730. "combined-stream": {
  20731. "version": "1.0.8",
  20732. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  20733. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  20734. "requires": {
  20735. "delayed-stream": "~1.0.0"
  20736. }
  20737. },
  20738. "commander": {
  20739. "version": "8.3.0",
  20740. "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
  20741. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww=="
  20742. },
  20743. "common-path-prefix": {
  20744. "version": "3.0.0",
  20745. "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
  20746. "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w=="
  20747. },
  20748. "common-tags": {
  20749. "version": "1.8.2",
  20750. "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
  20751. "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA=="
  20752. },
  20753. "commondir": {
  20754. "version": "1.0.1",
  20755. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  20756. "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
  20757. },
  20758. "compressible": {
  20759. "version": "2.0.18",
  20760. "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
  20761. "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
  20762. "requires": {
  20763. "mime-db": ">= 1.43.0 < 2"
  20764. }
  20765. },
  20766. "compression": {
  20767. "version": "1.7.4",
  20768. "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
  20769. "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
  20770. "requires": {
  20771. "accepts": "~1.3.5",
  20772. "bytes": "3.0.0",
  20773. "compressible": "~2.0.16",
  20774. "debug": "2.6.9",
  20775. "on-headers": "~1.0.2",
  20776. "safe-buffer": "5.1.2",
  20777. "vary": "~1.1.2"
  20778. },
  20779. "dependencies": {
  20780. "debug": {
  20781. "version": "2.6.9",
  20782. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  20783. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  20784. "requires": {
  20785. "ms": "2.0.0"
  20786. }
  20787. },
  20788. "ms": {
  20789. "version": "2.0.0",
  20790. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  20791. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  20792. }
  20793. }
  20794. },
  20795. "concat-map": {
  20796. "version": "0.0.1",
  20797. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  20798. "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
  20799. },
  20800. "confusing-browser-globals": {
  20801. "version": "1.0.11",
  20802. "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
  20803. "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA=="
  20804. },
  20805. "connect-history-api-fallback": {
  20806. "version": "1.6.0",
  20807. "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
  20808. "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg=="
  20809. },
  20810. "console-control-strings": {
  20811. "version": "1.1.0",
  20812. "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
  20813. "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
  20814. },
  20815. "content-disposition": {
  20816. "version": "0.5.4",
  20817. "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
  20818. "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
  20819. "requires": {
  20820. "safe-buffer": "5.2.1"
  20821. },
  20822. "dependencies": {
  20823. "safe-buffer": {
  20824. "version": "5.2.1",
  20825. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  20826. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
  20827. }
  20828. }
  20829. },
  20830. "content-type": {
  20831. "version": "1.0.4",
  20832. "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
  20833. "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
  20834. },
  20835. "convert-source-map": {
  20836. "version": "1.8.0",
  20837. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
  20838. "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
  20839. "requires": {
  20840. "safe-buffer": "~5.1.1"
  20841. }
  20842. },
  20843. "cookie": {
  20844. "version": "0.4.2",
  20845. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz",
  20846. "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA=="
  20847. },
  20848. "cookie-signature": {
  20849. "version": "1.0.6",
  20850. "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
  20851. "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
  20852. },
  20853. "core-js": {
  20854. "version": "3.22.0",
  20855. "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.0.tgz",
  20856. "integrity": "sha512-8h9jBweRjMiY+ORO7bdWSeWfHhLPO7whobj7Z2Bl0IDo00C228EdGgH7FE4jGumbEjzcFfkfW8bXgdkEDhnwHQ=="
  20857. },
  20858. "core-js-compat": {
  20859. "version": "3.22.0",
  20860. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.22.0.tgz",
  20861. "integrity": "sha512-WwA7xbfRGrk8BGaaHlakauVXrlYmAIkk8PNGb1FDQS+Rbrewc3pgFfwJFRw6psmJVAll7Px9UHRYE16oRQnwAQ==",
  20862. "requires": {
  20863. "browserslist": "^4.20.2",
  20864. "semver": "7.0.0"
  20865. },
  20866. "dependencies": {
  20867. "semver": {
  20868. "version": "7.0.0",
  20869. "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
  20870. "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A=="
  20871. }
  20872. }
  20873. },
  20874. "core-js-pure": {
  20875. "version": "3.22.0",
  20876. "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.22.0.tgz",
  20877. "integrity": "sha512-ylOC9nVy0ak1N+fPIZj00umoZHgUVqmucklP5RT5N+vJof38klKn8Ze6KGyvchdClvEBr6LcQqJpI216LUMqYA=="
  20878. },
  20879. "core-util-is": {
  20880. "version": "1.0.3",
  20881. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  20882. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  20883. },
  20884. "cosmiconfig": {
  20885. "version": "7.0.1",
  20886. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz",
  20887. "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==",
  20888. "requires": {
  20889. "@types/parse-json": "^4.0.0",
  20890. "import-fresh": "^3.2.1",
  20891. "parse-json": "^5.0.0",
  20892. "path-type": "^4.0.0",
  20893. "yaml": "^1.10.0"
  20894. }
  20895. },
  20896. "cross-spawn": {
  20897. "version": "7.0.3",
  20898. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  20899. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  20900. "requires": {
  20901. "path-key": "^3.1.0",
  20902. "shebang-command": "^2.0.0",
  20903. "which": "^2.0.1"
  20904. }
  20905. },
  20906. "crypto-random-string": {
  20907. "version": "2.0.0",
  20908. "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
  20909. "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA=="
  20910. },
  20911. "css": {
  20912. "version": "3.0.0",
  20913. "resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz",
  20914. "integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==",
  20915. "requires": {
  20916. "inherits": "^2.0.4",
  20917. "source-map": "^0.6.1",
  20918. "source-map-resolve": "^0.6.0"
  20919. }
  20920. },
  20921. "css-blank-pseudo": {
  20922. "version": "3.0.3",
  20923. "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz",
  20924. "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==",
  20925. "requires": {
  20926. "postcss-selector-parser": "^6.0.9"
  20927. }
  20928. },
  20929. "css-declaration-sorter": {
  20930. "version": "6.2.2",
  20931. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.2.2.tgz",
  20932. "integrity": "sha512-Ufadglr88ZLsrvS11gjeu/40Lw74D9Am/Jpr3LlYm5Q4ZP5KdlUhG+6u2EjyXeZcxmZ2h1ebCKngDjolpeLHpg==",
  20933. "requires": {}
  20934. },
  20935. "css-has-pseudo": {
  20936. "version": "3.0.4",
  20937. "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz",
  20938. "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==",
  20939. "requires": {
  20940. "postcss-selector-parser": "^6.0.9"
  20941. }
  20942. },
  20943. "css-loader": {
  20944. "version": "6.7.1",
  20945. "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.1.tgz",
  20946. "integrity": "sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==",
  20947. "requires": {
  20948. "icss-utils": "^5.1.0",
  20949. "postcss": "^8.4.7",
  20950. "postcss-modules-extract-imports": "^3.0.0",
  20951. "postcss-modules-local-by-default": "^4.0.0",
  20952. "postcss-modules-scope": "^3.0.0",
  20953. "postcss-modules-values": "^4.0.0",
  20954. "postcss-value-parser": "^4.2.0",
  20955. "semver": "^7.3.5"
  20956. }
  20957. },
  20958. "css-minimizer-webpack-plugin": {
  20959. "version": "3.4.1",
  20960. "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz",
  20961. "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==",
  20962. "requires": {
  20963. "cssnano": "^5.0.6",
  20964. "jest-worker": "^27.0.2",
  20965. "postcss": "^8.3.5",
  20966. "schema-utils": "^4.0.0",
  20967. "serialize-javascript": "^6.0.0",
  20968. "source-map": "^0.6.1"
  20969. },
  20970. "dependencies": {
  20971. "ajv": {
  20972. "version": "8.11.0",
  20973. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  20974. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  20975. "requires": {
  20976. "fast-deep-equal": "^3.1.1",
  20977. "json-schema-traverse": "^1.0.0",
  20978. "require-from-string": "^2.0.2",
  20979. "uri-js": "^4.2.2"
  20980. }
  20981. },
  20982. "ajv-keywords": {
  20983. "version": "5.1.0",
  20984. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  20985. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  20986. "requires": {
  20987. "fast-deep-equal": "^3.1.3"
  20988. }
  20989. },
  20990. "json-schema-traverse": {
  20991. "version": "1.0.0",
  20992. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  20993. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  20994. },
  20995. "schema-utils": {
  20996. "version": "4.0.0",
  20997. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  20998. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  20999. "requires": {
  21000. "@types/json-schema": "^7.0.9",
  21001. "ajv": "^8.8.0",
  21002. "ajv-formats": "^2.1.1",
  21003. "ajv-keywords": "^5.0.0"
  21004. }
  21005. }
  21006. }
  21007. },
  21008. "css-prefers-color-scheme": {
  21009. "version": "6.0.3",
  21010. "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz",
  21011. "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==",
  21012. "requires": {}
  21013. },
  21014. "css-select": {
  21015. "version": "4.3.0",
  21016. "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz",
  21017. "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
  21018. "requires": {
  21019. "boolbase": "^1.0.0",
  21020. "css-what": "^6.0.1",
  21021. "domhandler": "^4.3.1",
  21022. "domutils": "^2.8.0",
  21023. "nth-check": "^2.0.1"
  21024. }
  21025. },
  21026. "css-select-base-adapter": {
  21027. "version": "0.1.1",
  21028. "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
  21029. "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
  21030. },
  21031. "css-tree": {
  21032. "version": "1.0.0-alpha.37",
  21033. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
  21034. "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
  21035. "requires": {
  21036. "mdn-data": "2.0.4",
  21037. "source-map": "^0.6.1"
  21038. }
  21039. },
  21040. "css-what": {
  21041. "version": "6.1.0",
  21042. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
  21043. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw=="
  21044. },
  21045. "css.escape": {
  21046. "version": "1.5.1",
  21047. "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
  21048. "integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s="
  21049. },
  21050. "cssdb": {
  21051. "version": "6.5.0",
  21052. "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-6.5.0.tgz",
  21053. "integrity": "sha512-Rh7AAopF2ckPXe/VBcoUS9JrCZNSyc60+KpgE6X25vpVxA32TmiqvExjkfhwP4wGSb6Xe8Z/JIyGqwgx/zZYFA=="
  21054. },
  21055. "cssesc": {
  21056. "version": "3.0.0",
  21057. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  21058. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="
  21059. },
  21060. "cssnano": {
  21061. "version": "5.1.7",
  21062. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.7.tgz",
  21063. "integrity": "sha512-pVsUV6LcTXif7lvKKW9ZrmX+rGRzxkEdJuVJcp5ftUjWITgwam5LMZOgaTvUrWPkcORBey6he7JKb4XAJvrpKg==",
  21064. "requires": {
  21065. "cssnano-preset-default": "^5.2.7",
  21066. "lilconfig": "^2.0.3",
  21067. "yaml": "^1.10.2"
  21068. }
  21069. },
  21070. "cssnano-preset-default": {
  21071. "version": "5.2.7",
  21072. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.7.tgz",
  21073. "integrity": "sha512-JiKP38ymZQK+zVKevphPzNSGHSlTI+AOwlasoSRtSVMUU285O7/6uZyd5NbW92ZHp41m0sSHe6JoZosakj63uA==",
  21074. "requires": {
  21075. "css-declaration-sorter": "^6.2.2",
  21076. "cssnano-utils": "^3.1.0",
  21077. "postcss-calc": "^8.2.3",
  21078. "postcss-colormin": "^5.3.0",
  21079. "postcss-convert-values": "^5.1.0",
  21080. "postcss-discard-comments": "^5.1.1",
  21081. "postcss-discard-duplicates": "^5.1.0",
  21082. "postcss-discard-empty": "^5.1.1",
  21083. "postcss-discard-overridden": "^5.1.0",
  21084. "postcss-merge-longhand": "^5.1.4",
  21085. "postcss-merge-rules": "^5.1.1",
  21086. "postcss-minify-font-values": "^5.1.0",
  21087. "postcss-minify-gradients": "^5.1.1",
  21088. "postcss-minify-params": "^5.1.2",
  21089. "postcss-minify-selectors": "^5.2.0",
  21090. "postcss-normalize-charset": "^5.1.0",
  21091. "postcss-normalize-display-values": "^5.1.0",
  21092. "postcss-normalize-positions": "^5.1.0",
  21093. "postcss-normalize-repeat-style": "^5.1.0",
  21094. "postcss-normalize-string": "^5.1.0",
  21095. "postcss-normalize-timing-functions": "^5.1.0",
  21096. "postcss-normalize-unicode": "^5.1.0",
  21097. "postcss-normalize-url": "^5.1.0",
  21098. "postcss-normalize-whitespace": "^5.1.1",
  21099. "postcss-ordered-values": "^5.1.1",
  21100. "postcss-reduce-initial": "^5.1.0",
  21101. "postcss-reduce-transforms": "^5.1.0",
  21102. "postcss-svgo": "^5.1.0",
  21103. "postcss-unique-selectors": "^5.1.1"
  21104. }
  21105. },
  21106. "cssnano-utils": {
  21107. "version": "3.1.0",
  21108. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
  21109. "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
  21110. "requires": {}
  21111. },
  21112. "csso": {
  21113. "version": "4.2.0",
  21114. "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
  21115. "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
  21116. "requires": {
  21117. "css-tree": "^1.1.2"
  21118. },
  21119. "dependencies": {
  21120. "css-tree": {
  21121. "version": "1.1.3",
  21122. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
  21123. "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
  21124. "requires": {
  21125. "mdn-data": "2.0.14",
  21126. "source-map": "^0.6.1"
  21127. }
  21128. },
  21129. "mdn-data": {
  21130. "version": "2.0.14",
  21131. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
  21132. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
  21133. }
  21134. }
  21135. },
  21136. "cssom": {
  21137. "version": "0.4.4",
  21138. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
  21139. "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
  21140. },
  21141. "cssstyle": {
  21142. "version": "2.3.0",
  21143. "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
  21144. "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
  21145. "requires": {
  21146. "cssom": "~0.3.6"
  21147. },
  21148. "dependencies": {
  21149. "cssom": {
  21150. "version": "0.3.8",
  21151. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
  21152. "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
  21153. }
  21154. }
  21155. },
  21156. "csstype": {
  21157. "version": "3.0.11",
  21158. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.11.tgz",
  21159. "integrity": "sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw=="
  21160. },
  21161. "damerau-levenshtein": {
  21162. "version": "1.0.8",
  21163. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  21164. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="
  21165. },
  21166. "dashdash": {
  21167. "version": "1.14.1",
  21168. "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
  21169. "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
  21170. "requires": {
  21171. "assert-plus": "^1.0.0"
  21172. }
  21173. },
  21174. "data-urls": {
  21175. "version": "2.0.0",
  21176. "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
  21177. "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
  21178. "requires": {
  21179. "abab": "^2.0.3",
  21180. "whatwg-mimetype": "^2.3.0",
  21181. "whatwg-url": "^8.0.0"
  21182. }
  21183. },
  21184. "date-fns": {
  21185. "version": "2.28.0",
  21186. "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.28.0.tgz",
  21187. "integrity": "sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw=="
  21188. },
  21189. "debug": {
  21190. "version": "4.3.4",
  21191. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  21192. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  21193. "requires": {
  21194. "ms": "2.1.2"
  21195. }
  21196. },
  21197. "decamelize": {
  21198. "version": "1.2.0",
  21199. "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
  21200. "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA="
  21201. },
  21202. "decamelize-keys": {
  21203. "version": "1.1.0",
  21204. "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz",
  21205. "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=",
  21206. "requires": {
  21207. "decamelize": "^1.1.0",
  21208. "map-obj": "^1.0.0"
  21209. },
  21210. "dependencies": {
  21211. "map-obj": {
  21212. "version": "1.0.1",
  21213. "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
  21214. "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0="
  21215. }
  21216. }
  21217. },
  21218. "decimal.js": {
  21219. "version": "10.3.1",
  21220. "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
  21221. "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ=="
  21222. },
  21223. "decode-uri-component": {
  21224. "version": "0.2.0",
  21225. "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
  21226. "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU="
  21227. },
  21228. "dedent": {
  21229. "version": "0.7.0",
  21230. "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
  21231. "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw="
  21232. },
  21233. "deep-is": {
  21234. "version": "0.1.4",
  21235. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  21236. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
  21237. },
  21238. "deepmerge": {
  21239. "version": "4.2.2",
  21240. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
  21241. "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg=="
  21242. },
  21243. "default-gateway": {
  21244. "version": "6.0.3",
  21245. "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
  21246. "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
  21247. "requires": {
  21248. "execa": "^5.0.0"
  21249. }
  21250. },
  21251. "define-lazy-prop": {
  21252. "version": "2.0.0",
  21253. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  21254. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og=="
  21255. },
  21256. "define-properties": {
  21257. "version": "1.1.4",
  21258. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz",
  21259. "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
  21260. "requires": {
  21261. "has-property-descriptors": "^1.0.0",
  21262. "object-keys": "^1.1.1"
  21263. }
  21264. },
  21265. "defined": {
  21266. "version": "1.0.0",
  21267. "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
  21268. "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM="
  21269. },
  21270. "delayed-stream": {
  21271. "version": "1.0.0",
  21272. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  21273. "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
  21274. },
  21275. "delegates": {
  21276. "version": "1.0.0",
  21277. "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
  21278. "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o="
  21279. },
  21280. "depd": {
  21281. "version": "1.1.2",
  21282. "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
  21283. "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak="
  21284. },
  21285. "destroy": {
  21286. "version": "1.0.4",
  21287. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
  21288. "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
  21289. },
  21290. "detect-newline": {
  21291. "version": "3.1.0",
  21292. "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
  21293. "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA=="
  21294. },
  21295. "detect-node": {
  21296. "version": "2.1.0",
  21297. "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
  21298. "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g=="
  21299. },
  21300. "detect-port-alt": {
  21301. "version": "1.1.6",
  21302. "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
  21303. "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
  21304. "requires": {
  21305. "address": "^1.0.1",
  21306. "debug": "^2.6.0"
  21307. },
  21308. "dependencies": {
  21309. "debug": {
  21310. "version": "2.6.9",
  21311. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  21312. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  21313. "requires": {
  21314. "ms": "2.0.0"
  21315. }
  21316. },
  21317. "ms": {
  21318. "version": "2.0.0",
  21319. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  21320. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  21321. }
  21322. }
  21323. },
  21324. "detective": {
  21325. "version": "5.2.0",
  21326. "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz",
  21327. "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==",
  21328. "requires": {
  21329. "acorn-node": "^1.6.1",
  21330. "defined": "^1.0.0",
  21331. "minimist": "^1.1.1"
  21332. }
  21333. },
  21334. "didyoumean": {
  21335. "version": "1.2.2",
  21336. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  21337. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
  21338. },
  21339. "diff-sequences": {
  21340. "version": "26.6.2",
  21341. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz",
  21342. "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q=="
  21343. },
  21344. "dir-glob": {
  21345. "version": "3.0.1",
  21346. "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  21347. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  21348. "requires": {
  21349. "path-type": "^4.0.0"
  21350. }
  21351. },
  21352. "dlv": {
  21353. "version": "1.1.3",
  21354. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  21355. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
  21356. },
  21357. "dns-equal": {
  21358. "version": "1.0.0",
  21359. "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
  21360. "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0="
  21361. },
  21362. "dns-packet": {
  21363. "version": "5.3.1",
  21364. "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.3.1.tgz",
  21365. "integrity": "sha512-spBwIj0TK0Ey3666GwIdWVfUpLyubpU53BTCu8iPn4r4oXd9O14Hjg3EHw3ts2oed77/SeckunUYCyRlSngqHw==",
  21366. "requires": {
  21367. "@leichtgewicht/ip-codec": "^2.0.1"
  21368. }
  21369. },
  21370. "doctrine": {
  21371. "version": "3.0.0",
  21372. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  21373. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  21374. "requires": {
  21375. "esutils": "^2.0.2"
  21376. }
  21377. },
  21378. "dom-accessibility-api": {
  21379. "version": "0.5.13",
  21380. "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.13.tgz",
  21381. "integrity": "sha512-R305kwb5CcMDIpSHUnLyIAp7SrSPBx6F0VfQFB3M75xVMHhXJJIdePYgbPPh1o57vCHNu5QztokWUPsLjWzFqw=="
  21382. },
  21383. "dom-converter": {
  21384. "version": "0.2.0",
  21385. "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
  21386. "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
  21387. "requires": {
  21388. "utila": "~0.4"
  21389. }
  21390. },
  21391. "dom-serializer": {
  21392. "version": "1.4.1",
  21393. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz",
  21394. "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
  21395. "requires": {
  21396. "domelementtype": "^2.0.1",
  21397. "domhandler": "^4.2.0",
  21398. "entities": "^2.0.0"
  21399. }
  21400. },
  21401. "domelementtype": {
  21402. "version": "2.3.0",
  21403. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  21404. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw=="
  21405. },
  21406. "domexception": {
  21407. "version": "2.0.1",
  21408. "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
  21409. "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
  21410. "requires": {
  21411. "webidl-conversions": "^5.0.0"
  21412. },
  21413. "dependencies": {
  21414. "webidl-conversions": {
  21415. "version": "5.0.0",
  21416. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
  21417. "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA=="
  21418. }
  21419. }
  21420. },
  21421. "domhandler": {
  21422. "version": "4.3.1",
  21423. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz",
  21424. "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
  21425. "requires": {
  21426. "domelementtype": "^2.2.0"
  21427. }
  21428. },
  21429. "domutils": {
  21430. "version": "2.8.0",
  21431. "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
  21432. "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
  21433. "requires": {
  21434. "dom-serializer": "^1.0.1",
  21435. "domelementtype": "^2.2.0",
  21436. "domhandler": "^4.2.0"
  21437. }
  21438. },
  21439. "dot-case": {
  21440. "version": "3.0.4",
  21441. "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
  21442. "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
  21443. "requires": {
  21444. "no-case": "^3.0.4",
  21445. "tslib": "^2.0.3"
  21446. }
  21447. },
  21448. "dotenv": {
  21449. "version": "10.0.0",
  21450. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
  21451. "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q=="
  21452. },
  21453. "dotenv-expand": {
  21454. "version": "5.1.0",
  21455. "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
  21456. "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA=="
  21457. },
  21458. "duplexer": {
  21459. "version": "0.1.2",
  21460. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  21461. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
  21462. },
  21463. "ecc-jsbn": {
  21464. "version": "0.1.2",
  21465. "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
  21466. "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
  21467. "requires": {
  21468. "jsbn": "~0.1.0",
  21469. "safer-buffer": "^2.1.0"
  21470. }
  21471. },
  21472. "ee-first": {
  21473. "version": "1.1.1",
  21474. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  21475. "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
  21476. },
  21477. "ejs": {
  21478. "version": "3.1.6",
  21479. "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.6.tgz",
  21480. "integrity": "sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==",
  21481. "requires": {
  21482. "jake": "^10.6.1"
  21483. }
  21484. },
  21485. "electron-to-chromium": {
  21486. "version": "1.4.111",
  21487. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.111.tgz",
  21488. "integrity": "sha512-/s3+fwhKf1YK4k7btOImOzCQLpUjS6MaPf0ODTNuT4eTM1Bg4itBpLkydhOzJmpmH6Z9eXFyuuK5czsmzRzwtw=="
  21489. },
  21490. "elementtree": {
  21491. "version": "0.1.7",
  21492. "resolved": "https://registry.npmjs.org/elementtree/-/elementtree-0.1.7.tgz",
  21493. "integrity": "sha1-mskb5uUvtuYkTE5UpKw+2K6OKcA=",
  21494. "dev": true,
  21495. "requires": {
  21496. "sax": "1.1.4"
  21497. },
  21498. "dependencies": {
  21499. "sax": {
  21500. "version": "1.1.4",
  21501. "resolved": "https://registry.npmjs.org/sax/-/sax-1.1.4.tgz",
  21502. "integrity": "sha1-dLbTPJrh4AFRDxeakRaFiPGu2qk=",
  21503. "dev": true
  21504. }
  21505. }
  21506. },
  21507. "emittery": {
  21508. "version": "0.8.1",
  21509. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
  21510. "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg=="
  21511. },
  21512. "emoji-regex": {
  21513. "version": "9.2.2",
  21514. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  21515. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  21516. },
  21517. "emojis-list": {
  21518. "version": "3.0.0",
  21519. "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
  21520. "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q=="
  21521. },
  21522. "encodeurl": {
  21523. "version": "1.0.2",
  21524. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  21525. "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k="
  21526. },
  21527. "encoding": {
  21528. "version": "0.1.13",
  21529. "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
  21530. "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
  21531. "optional": true,
  21532. "requires": {
  21533. "iconv-lite": "^0.6.2"
  21534. }
  21535. },
  21536. "enhanced-resolve": {
  21537. "version": "5.9.3",
  21538. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.3.tgz",
  21539. "integrity": "sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==",
  21540. "requires": {
  21541. "graceful-fs": "^4.2.4",
  21542. "tapable": "^2.2.0"
  21543. }
  21544. },
  21545. "entities": {
  21546. "version": "2.2.0",
  21547. "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
  21548. "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A=="
  21549. },
  21550. "env-paths": {
  21551. "version": "2.2.1",
  21552. "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  21553. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A=="
  21554. },
  21555. "err-code": {
  21556. "version": "2.0.3",
  21557. "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz",
  21558. "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA=="
  21559. },
  21560. "error-ex": {
  21561. "version": "1.3.2",
  21562. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  21563. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  21564. "requires": {
  21565. "is-arrayish": "^0.2.1"
  21566. }
  21567. },
  21568. "error-stack-parser": {
  21569. "version": "2.0.7",
  21570. "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.7.tgz",
  21571. "integrity": "sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA==",
  21572. "requires": {
  21573. "stackframe": "^1.1.1"
  21574. }
  21575. },
  21576. "es-abstract": {
  21577. "version": "1.19.5",
  21578. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.5.tgz",
  21579. "integrity": "sha512-Aa2G2+Rd3b6kxEUKTF4TaW67czBLyAv3z7VOhYRU50YBx+bbsYZ9xQP4lMNazePuFlybXI0V4MruPos7qUo5fA==",
  21580. "requires": {
  21581. "call-bind": "^1.0.2",
  21582. "es-to-primitive": "^1.2.1",
  21583. "function-bind": "^1.1.1",
  21584. "get-intrinsic": "^1.1.1",
  21585. "get-symbol-description": "^1.0.0",
  21586. "has": "^1.0.3",
  21587. "has-symbols": "^1.0.3",
  21588. "internal-slot": "^1.0.3",
  21589. "is-callable": "^1.2.4",
  21590. "is-negative-zero": "^2.0.2",
  21591. "is-regex": "^1.1.4",
  21592. "is-shared-array-buffer": "^1.0.2",
  21593. "is-string": "^1.0.7",
  21594. "is-weakref": "^1.0.2",
  21595. "object-inspect": "^1.12.0",
  21596. "object-keys": "^1.1.1",
  21597. "object.assign": "^4.1.2",
  21598. "string.prototype.trimend": "^1.0.4",
  21599. "string.prototype.trimstart": "^1.0.4",
  21600. "unbox-primitive": "^1.0.1"
  21601. }
  21602. },
  21603. "es-module-lexer": {
  21604. "version": "0.9.3",
  21605. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz",
  21606. "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ=="
  21607. },
  21608. "es-shim-unscopables": {
  21609. "version": "1.0.0",
  21610. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
  21611. "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
  21612. "requires": {
  21613. "has": "^1.0.3"
  21614. }
  21615. },
  21616. "es-to-primitive": {
  21617. "version": "1.2.1",
  21618. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  21619. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  21620. "requires": {
  21621. "is-callable": "^1.1.4",
  21622. "is-date-object": "^1.0.1",
  21623. "is-symbol": "^1.0.2"
  21624. }
  21625. },
  21626. "escalade": {
  21627. "version": "3.1.1",
  21628. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  21629. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw=="
  21630. },
  21631. "escape-html": {
  21632. "version": "1.0.3",
  21633. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  21634. "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
  21635. },
  21636. "escape-string-regexp": {
  21637. "version": "4.0.0",
  21638. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  21639. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
  21640. },
  21641. "escodegen": {
  21642. "version": "2.0.0",
  21643. "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
  21644. "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",
  21645. "requires": {
  21646. "esprima": "^4.0.1",
  21647. "estraverse": "^5.2.0",
  21648. "esutils": "^2.0.2",
  21649. "optionator": "^0.8.1",
  21650. "source-map": "~0.6.1"
  21651. },
  21652. "dependencies": {
  21653. "levn": {
  21654. "version": "0.3.0",
  21655. "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
  21656. "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
  21657. "requires": {
  21658. "prelude-ls": "~1.1.2",
  21659. "type-check": "~0.3.2"
  21660. }
  21661. },
  21662. "optionator": {
  21663. "version": "0.8.3",
  21664. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
  21665. "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
  21666. "requires": {
  21667. "deep-is": "~0.1.3",
  21668. "fast-levenshtein": "~2.0.6",
  21669. "levn": "~0.3.0",
  21670. "prelude-ls": "~1.1.2",
  21671. "type-check": "~0.3.2",
  21672. "word-wrap": "~1.2.3"
  21673. }
  21674. },
  21675. "prelude-ls": {
  21676. "version": "1.1.2",
  21677. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
  21678. "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ="
  21679. },
  21680. "type-check": {
  21681. "version": "0.3.2",
  21682. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
  21683. "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
  21684. "requires": {
  21685. "prelude-ls": "~1.1.2"
  21686. }
  21687. }
  21688. }
  21689. },
  21690. "eslint": {
  21691. "version": "8.13.0",
  21692. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.13.0.tgz",
  21693. "integrity": "sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ==",
  21694. "requires": {
  21695. "@eslint/eslintrc": "^1.2.1",
  21696. "@humanwhocodes/config-array": "^0.9.2",
  21697. "ajv": "^6.10.0",
  21698. "chalk": "^4.0.0",
  21699. "cross-spawn": "^7.0.2",
  21700. "debug": "^4.3.2",
  21701. "doctrine": "^3.0.0",
  21702. "escape-string-regexp": "^4.0.0",
  21703. "eslint-scope": "^7.1.1",
  21704. "eslint-utils": "^3.0.0",
  21705. "eslint-visitor-keys": "^3.3.0",
  21706. "espree": "^9.3.1",
  21707. "esquery": "^1.4.0",
  21708. "esutils": "^2.0.2",
  21709. "fast-deep-equal": "^3.1.3",
  21710. "file-entry-cache": "^6.0.1",
  21711. "functional-red-black-tree": "^1.0.1",
  21712. "glob-parent": "^6.0.1",
  21713. "globals": "^13.6.0",
  21714. "ignore": "^5.2.0",
  21715. "import-fresh": "^3.0.0",
  21716. "imurmurhash": "^0.1.4",
  21717. "is-glob": "^4.0.0",
  21718. "js-yaml": "^4.1.0",
  21719. "json-stable-stringify-without-jsonify": "^1.0.1",
  21720. "levn": "^0.4.1",
  21721. "lodash.merge": "^4.6.2",
  21722. "minimatch": "^3.0.4",
  21723. "natural-compare": "^1.4.0",
  21724. "optionator": "^0.9.1",
  21725. "regexpp": "^3.2.0",
  21726. "strip-ansi": "^6.0.1",
  21727. "strip-json-comments": "^3.1.0",
  21728. "text-table": "^0.2.0",
  21729. "v8-compile-cache": "^2.0.3"
  21730. },
  21731. "dependencies": {
  21732. "argparse": {
  21733. "version": "2.0.1",
  21734. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  21735. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  21736. },
  21737. "globals": {
  21738. "version": "13.13.0",
  21739. "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz",
  21740. "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==",
  21741. "requires": {
  21742. "type-fest": "^0.20.2"
  21743. }
  21744. },
  21745. "js-yaml": {
  21746. "version": "4.1.0",
  21747. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  21748. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  21749. "requires": {
  21750. "argparse": "^2.0.1"
  21751. }
  21752. },
  21753. "type-fest": {
  21754. "version": "0.20.2",
  21755. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  21756. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ=="
  21757. }
  21758. }
  21759. },
  21760. "eslint-config-react-app": {
  21761. "version": "7.0.1",
  21762. "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz",
  21763. "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==",
  21764. "requires": {
  21765. "@babel/core": "^7.16.0",
  21766. "@babel/eslint-parser": "^7.16.3",
  21767. "@rushstack/eslint-patch": "^1.1.0",
  21768. "@typescript-eslint/eslint-plugin": "^5.5.0",
  21769. "@typescript-eslint/parser": "^5.5.0",
  21770. "babel-preset-react-app": "^10.0.1",
  21771. "confusing-browser-globals": "^1.0.11",
  21772. "eslint-plugin-flowtype": "^8.0.3",
  21773. "eslint-plugin-import": "^2.25.3",
  21774. "eslint-plugin-jest": "^25.3.0",
  21775. "eslint-plugin-jsx-a11y": "^6.5.1",
  21776. "eslint-plugin-react": "^7.27.1",
  21777. "eslint-plugin-react-hooks": "^4.3.0",
  21778. "eslint-plugin-testing-library": "^5.0.1"
  21779. }
  21780. },
  21781. "eslint-import-resolver-node": {
  21782. "version": "0.3.6",
  21783. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",
  21784. "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==",
  21785. "requires": {
  21786. "debug": "^3.2.7",
  21787. "resolve": "^1.20.0"
  21788. },
  21789. "dependencies": {
  21790. "debug": {
  21791. "version": "3.2.7",
  21792. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  21793. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  21794. "requires": {
  21795. "ms": "^2.1.1"
  21796. }
  21797. }
  21798. }
  21799. },
  21800. "eslint-module-utils": {
  21801. "version": "2.7.3",
  21802. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz",
  21803. "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==",
  21804. "requires": {
  21805. "debug": "^3.2.7",
  21806. "find-up": "^2.1.0"
  21807. },
  21808. "dependencies": {
  21809. "debug": {
  21810. "version": "3.2.7",
  21811. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  21812. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  21813. "requires": {
  21814. "ms": "^2.1.1"
  21815. }
  21816. },
  21817. "find-up": {
  21818. "version": "2.1.0",
  21819. "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
  21820. "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
  21821. "requires": {
  21822. "locate-path": "^2.0.0"
  21823. }
  21824. },
  21825. "locate-path": {
  21826. "version": "2.0.0",
  21827. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
  21828. "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
  21829. "requires": {
  21830. "p-locate": "^2.0.0",
  21831. "path-exists": "^3.0.0"
  21832. }
  21833. },
  21834. "p-limit": {
  21835. "version": "1.3.0",
  21836. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
  21837. "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
  21838. "requires": {
  21839. "p-try": "^1.0.0"
  21840. }
  21841. },
  21842. "p-locate": {
  21843. "version": "2.0.0",
  21844. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
  21845. "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
  21846. "requires": {
  21847. "p-limit": "^1.1.0"
  21848. }
  21849. },
  21850. "p-try": {
  21851. "version": "1.0.0",
  21852. "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
  21853. "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M="
  21854. },
  21855. "path-exists": {
  21856. "version": "3.0.0",
  21857. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  21858. "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
  21859. }
  21860. }
  21861. },
  21862. "eslint-plugin-flowtype": {
  21863. "version": "8.0.3",
  21864. "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
  21865. "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
  21866. "requires": {
  21867. "lodash": "^4.17.21",
  21868. "string-natural-compare": "^3.0.1"
  21869. }
  21870. },
  21871. "eslint-plugin-import": {
  21872. "version": "2.26.0",
  21873. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz",
  21874. "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==",
  21875. "requires": {
  21876. "array-includes": "^3.1.4",
  21877. "array.prototype.flat": "^1.2.5",
  21878. "debug": "^2.6.9",
  21879. "doctrine": "^2.1.0",
  21880. "eslint-import-resolver-node": "^0.3.6",
  21881. "eslint-module-utils": "^2.7.3",
  21882. "has": "^1.0.3",
  21883. "is-core-module": "^2.8.1",
  21884. "is-glob": "^4.0.3",
  21885. "minimatch": "^3.1.2",
  21886. "object.values": "^1.1.5",
  21887. "resolve": "^1.22.0",
  21888. "tsconfig-paths": "^3.14.1"
  21889. },
  21890. "dependencies": {
  21891. "debug": {
  21892. "version": "2.6.9",
  21893. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  21894. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  21895. "requires": {
  21896. "ms": "2.0.0"
  21897. }
  21898. },
  21899. "doctrine": {
  21900. "version": "2.1.0",
  21901. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  21902. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  21903. "requires": {
  21904. "esutils": "^2.0.2"
  21905. }
  21906. },
  21907. "ms": {
  21908. "version": "2.0.0",
  21909. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  21910. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  21911. }
  21912. }
  21913. },
  21914. "eslint-plugin-jest": {
  21915. "version": "25.7.0",
  21916. "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz",
  21917. "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==",
  21918. "requires": {
  21919. "@typescript-eslint/experimental-utils": "^5.0.0"
  21920. }
  21921. },
  21922. "eslint-plugin-jsx-a11y": {
  21923. "version": "6.5.1",
  21924. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz",
  21925. "integrity": "sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==",
  21926. "requires": {
  21927. "@babel/runtime": "^7.16.3",
  21928. "aria-query": "^4.2.2",
  21929. "array-includes": "^3.1.4",
  21930. "ast-types-flow": "^0.0.7",
  21931. "axe-core": "^4.3.5",
  21932. "axobject-query": "^2.2.0",
  21933. "damerau-levenshtein": "^1.0.7",
  21934. "emoji-regex": "^9.2.2",
  21935. "has": "^1.0.3",
  21936. "jsx-ast-utils": "^3.2.1",
  21937. "language-tags": "^1.0.5",
  21938. "minimatch": "^3.0.4"
  21939. },
  21940. "dependencies": {
  21941. "aria-query": {
  21942. "version": "4.2.2",
  21943. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
  21944. "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==",
  21945. "requires": {
  21946. "@babel/runtime": "^7.10.2",
  21947. "@babel/runtime-corejs3": "^7.10.2"
  21948. }
  21949. }
  21950. }
  21951. },
  21952. "eslint-plugin-react": {
  21953. "version": "7.29.4",
  21954. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz",
  21955. "integrity": "sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==",
  21956. "requires": {
  21957. "array-includes": "^3.1.4",
  21958. "array.prototype.flatmap": "^1.2.5",
  21959. "doctrine": "^2.1.0",
  21960. "estraverse": "^5.3.0",
  21961. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  21962. "minimatch": "^3.1.2",
  21963. "object.entries": "^1.1.5",
  21964. "object.fromentries": "^2.0.5",
  21965. "object.hasown": "^1.1.0",
  21966. "object.values": "^1.1.5",
  21967. "prop-types": "^15.8.1",
  21968. "resolve": "^2.0.0-next.3",
  21969. "semver": "^6.3.0",
  21970. "string.prototype.matchall": "^4.0.6"
  21971. },
  21972. "dependencies": {
  21973. "doctrine": {
  21974. "version": "2.1.0",
  21975. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  21976. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  21977. "requires": {
  21978. "esutils": "^2.0.2"
  21979. }
  21980. },
  21981. "resolve": {
  21982. "version": "2.0.0-next.3",
  21983. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz",
  21984. "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==",
  21985. "requires": {
  21986. "is-core-module": "^2.2.0",
  21987. "path-parse": "^1.0.6"
  21988. }
  21989. },
  21990. "semver": {
  21991. "version": "6.3.0",
  21992. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  21993. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  21994. }
  21995. }
  21996. },
  21997. "eslint-plugin-react-hooks": {
  21998. "version": "4.4.0",
  21999. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz",
  22000. "integrity": "sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==",
  22001. "requires": {}
  22002. },
  22003. "eslint-plugin-testing-library": {
  22004. "version": "5.3.1",
  22005. "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.3.1.tgz",
  22006. "integrity": "sha512-OfF4dlG/q6ck6DL3P8Z0FPdK0dU5K57gsBu7eUcaVbwYKaNzjgejnXiM9CCUevppORkvfek+9D3Uj/9ZZ8Vz8g==",
  22007. "requires": {
  22008. "@typescript-eslint/utils": "^5.13.0"
  22009. }
  22010. },
  22011. "eslint-scope": {
  22012. "version": "7.1.1",
  22013. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
  22014. "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
  22015. "requires": {
  22016. "esrecurse": "^4.3.0",
  22017. "estraverse": "^5.2.0"
  22018. }
  22019. },
  22020. "eslint-utils": {
  22021. "version": "3.0.0",
  22022. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
  22023. "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  22024. "requires": {
  22025. "eslint-visitor-keys": "^2.0.0"
  22026. },
  22027. "dependencies": {
  22028. "eslint-visitor-keys": {
  22029. "version": "2.1.0",
  22030. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  22031. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="
  22032. }
  22033. }
  22034. },
  22035. "eslint-visitor-keys": {
  22036. "version": "3.3.0",
  22037. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
  22038. "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA=="
  22039. },
  22040. "eslint-webpack-plugin": {
  22041. "version": "3.1.1",
  22042. "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.1.1.tgz",
  22043. "integrity": "sha512-xSucskTN9tOkfW7so4EaiFIkulWLXwCB/15H917lR6pTv0Zot6/fetFucmENRb7J5whVSFKIvwnrnsa78SG2yg==",
  22044. "requires": {
  22045. "@types/eslint": "^7.28.2",
  22046. "jest-worker": "^27.3.1",
  22047. "micromatch": "^4.0.4",
  22048. "normalize-path": "^3.0.0",
  22049. "schema-utils": "^3.1.1"
  22050. }
  22051. },
  22052. "espree": {
  22053. "version": "9.3.1",
  22054. "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.1.tgz",
  22055. "integrity": "sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==",
  22056. "requires": {
  22057. "acorn": "^8.7.0",
  22058. "acorn-jsx": "^5.3.1",
  22059. "eslint-visitor-keys": "^3.3.0"
  22060. }
  22061. },
  22062. "esprima": {
  22063. "version": "4.0.1",
  22064. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  22065. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
  22066. },
  22067. "esquery": {
  22068. "version": "1.4.0",
  22069. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz",
  22070. "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==",
  22071. "requires": {
  22072. "estraverse": "^5.1.0"
  22073. }
  22074. },
  22075. "esrecurse": {
  22076. "version": "4.3.0",
  22077. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  22078. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  22079. "requires": {
  22080. "estraverse": "^5.2.0"
  22081. }
  22082. },
  22083. "estraverse": {
  22084. "version": "5.3.0",
  22085. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  22086. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
  22087. },
  22088. "estree-walker": {
  22089. "version": "1.0.1",
  22090. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
  22091. "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
  22092. },
  22093. "esutils": {
  22094. "version": "2.0.3",
  22095. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  22096. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
  22097. },
  22098. "etag": {
  22099. "version": "1.8.1",
  22100. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  22101. "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc="
  22102. },
  22103. "eventemitter3": {
  22104. "version": "4.0.7",
  22105. "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
  22106. "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
  22107. },
  22108. "events": {
  22109. "version": "3.3.0",
  22110. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  22111. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q=="
  22112. },
  22113. "execa": {
  22114. "version": "5.1.1",
  22115. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  22116. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  22117. "requires": {
  22118. "cross-spawn": "^7.0.3",
  22119. "get-stream": "^6.0.0",
  22120. "human-signals": "^2.1.0",
  22121. "is-stream": "^2.0.0",
  22122. "merge-stream": "^2.0.0",
  22123. "npm-run-path": "^4.0.1",
  22124. "onetime": "^5.1.2",
  22125. "signal-exit": "^3.0.3",
  22126. "strip-final-newline": "^2.0.0"
  22127. }
  22128. },
  22129. "exit": {
  22130. "version": "0.1.2",
  22131. "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
  22132. "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw="
  22133. },
  22134. "expect": {
  22135. "version": "27.5.1",
  22136. "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
  22137. "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==",
  22138. "requires": {
  22139. "@jest/types": "^27.5.1",
  22140. "jest-get-type": "^27.5.1",
  22141. "jest-matcher-utils": "^27.5.1",
  22142. "jest-message-util": "^27.5.1"
  22143. },
  22144. "dependencies": {
  22145. "jest-get-type": {
  22146. "version": "27.5.1",
  22147. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  22148. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw=="
  22149. }
  22150. }
  22151. },
  22152. "express": {
  22153. "version": "4.17.3",
  22154. "resolved": "https://registry.npmjs.org/express/-/express-4.17.3.tgz",
  22155. "integrity": "sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==",
  22156. "requires": {
  22157. "accepts": "~1.3.8",
  22158. "array-flatten": "1.1.1",
  22159. "body-parser": "1.19.2",
  22160. "content-disposition": "0.5.4",
  22161. "content-type": "~1.0.4",
  22162. "cookie": "0.4.2",
  22163. "cookie-signature": "1.0.6",
  22164. "debug": "2.6.9",
  22165. "depd": "~1.1.2",
  22166. "encodeurl": "~1.0.2",
  22167. "escape-html": "~1.0.3",
  22168. "etag": "~1.8.1",
  22169. "finalhandler": "~1.1.2",
  22170. "fresh": "0.5.2",
  22171. "merge-descriptors": "1.0.1",
  22172. "methods": "~1.1.2",
  22173. "on-finished": "~2.3.0",
  22174. "parseurl": "~1.3.3",
  22175. "path-to-regexp": "0.1.7",
  22176. "proxy-addr": "~2.0.7",
  22177. "qs": "6.9.7",
  22178. "range-parser": "~1.2.1",
  22179. "safe-buffer": "5.2.1",
  22180. "send": "0.17.2",
  22181. "serve-static": "1.14.2",
  22182. "setprototypeof": "1.2.0",
  22183. "statuses": "~1.5.0",
  22184. "type-is": "~1.6.18",
  22185. "utils-merge": "1.0.1",
  22186. "vary": "~1.1.2"
  22187. },
  22188. "dependencies": {
  22189. "array-flatten": {
  22190. "version": "1.1.1",
  22191. "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
  22192. "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
  22193. },
  22194. "debug": {
  22195. "version": "2.6.9",
  22196. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  22197. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  22198. "requires": {
  22199. "ms": "2.0.0"
  22200. }
  22201. },
  22202. "ms": {
  22203. "version": "2.0.0",
  22204. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  22205. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  22206. },
  22207. "path-to-regexp": {
  22208. "version": "0.1.7",
  22209. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
  22210. "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
  22211. },
  22212. "safe-buffer": {
  22213. "version": "5.2.1",
  22214. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  22215. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
  22216. }
  22217. }
  22218. },
  22219. "extend": {
  22220. "version": "3.0.2",
  22221. "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  22222. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
  22223. },
  22224. "extsprintf": {
  22225. "version": "1.3.0",
  22226. "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
  22227. "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
  22228. },
  22229. "fast-deep-equal": {
  22230. "version": "3.1.3",
  22231. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  22232. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  22233. },
  22234. "fast-glob": {
  22235. "version": "3.2.11",
  22236. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz",
  22237. "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==",
  22238. "requires": {
  22239. "@nodelib/fs.stat": "^2.0.2",
  22240. "@nodelib/fs.walk": "^1.2.3",
  22241. "glob-parent": "^5.1.2",
  22242. "merge2": "^1.3.0",
  22243. "micromatch": "^4.0.4"
  22244. },
  22245. "dependencies": {
  22246. "glob-parent": {
  22247. "version": "5.1.2",
  22248. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  22249. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  22250. "requires": {
  22251. "is-glob": "^4.0.1"
  22252. }
  22253. }
  22254. }
  22255. },
  22256. "fast-json-stable-stringify": {
  22257. "version": "2.1.0",
  22258. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  22259. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
  22260. },
  22261. "fast-levenshtein": {
  22262. "version": "2.0.6",
  22263. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  22264. "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
  22265. },
  22266. "fastq": {
  22267. "version": "1.13.0",
  22268. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
  22269. "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==",
  22270. "requires": {
  22271. "reusify": "^1.0.4"
  22272. }
  22273. },
  22274. "faye-websocket": {
  22275. "version": "0.11.4",
  22276. "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
  22277. "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
  22278. "requires": {
  22279. "websocket-driver": ">=0.5.1"
  22280. }
  22281. },
  22282. "fb-watchman": {
  22283. "version": "2.0.1",
  22284. "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
  22285. "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==",
  22286. "requires": {
  22287. "bser": "2.1.1"
  22288. }
  22289. },
  22290. "fd-slicer": {
  22291. "version": "1.1.0",
  22292. "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
  22293. "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
  22294. "dev": true,
  22295. "requires": {
  22296. "pend": "~1.2.0"
  22297. }
  22298. },
  22299. "file-entry-cache": {
  22300. "version": "6.0.1",
  22301. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  22302. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  22303. "requires": {
  22304. "flat-cache": "^3.0.4"
  22305. }
  22306. },
  22307. "file-loader": {
  22308. "version": "6.2.0",
  22309. "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
  22310. "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
  22311. "requires": {
  22312. "loader-utils": "^2.0.0",
  22313. "schema-utils": "^3.0.0"
  22314. }
  22315. },
  22316. "filelist": {
  22317. "version": "1.0.2",
  22318. "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.2.tgz",
  22319. "integrity": "sha512-z7O0IS8Plc39rTCq6i6iHxk43duYOn8uFJiWSewIq0Bww1RNybVHSCjahmcC87ZqAm4OTvFzlzeGu3XAzG1ctQ==",
  22320. "requires": {
  22321. "minimatch": "^3.0.4"
  22322. }
  22323. },
  22324. "filesize": {
  22325. "version": "8.0.7",
  22326. "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz",
  22327. "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ=="
  22328. },
  22329. "fill-range": {
  22330. "version": "7.0.1",
  22331. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  22332. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  22333. "requires": {
  22334. "to-regex-range": "^5.0.1"
  22335. }
  22336. },
  22337. "finalhandler": {
  22338. "version": "1.1.2",
  22339. "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
  22340. "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
  22341. "requires": {
  22342. "debug": "2.6.9",
  22343. "encodeurl": "~1.0.2",
  22344. "escape-html": "~1.0.3",
  22345. "on-finished": "~2.3.0",
  22346. "parseurl": "~1.3.3",
  22347. "statuses": "~1.5.0",
  22348. "unpipe": "~1.0.0"
  22349. },
  22350. "dependencies": {
  22351. "debug": {
  22352. "version": "2.6.9",
  22353. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  22354. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  22355. "requires": {
  22356. "ms": "2.0.0"
  22357. }
  22358. },
  22359. "ms": {
  22360. "version": "2.0.0",
  22361. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  22362. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  22363. }
  22364. }
  22365. },
  22366. "find-cache-dir": {
  22367. "version": "3.3.2",
  22368. "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
  22369. "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
  22370. "requires": {
  22371. "commondir": "^1.0.1",
  22372. "make-dir": "^3.0.2",
  22373. "pkg-dir": "^4.1.0"
  22374. }
  22375. },
  22376. "find-up": {
  22377. "version": "5.0.0",
  22378. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  22379. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  22380. "requires": {
  22381. "locate-path": "^6.0.0",
  22382. "path-exists": "^4.0.0"
  22383. }
  22384. },
  22385. "flat-cache": {
  22386. "version": "3.0.4",
  22387. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
  22388. "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
  22389. "requires": {
  22390. "flatted": "^3.1.0",
  22391. "rimraf": "^3.0.2"
  22392. }
  22393. },
  22394. "flatted": {
  22395. "version": "3.2.5",
  22396. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz",
  22397. "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg=="
  22398. },
  22399. "follow-redirects": {
  22400. "version": "1.14.9",
  22401. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz",
  22402. "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w=="
  22403. },
  22404. "forever-agent": {
  22405. "version": "0.6.1",
  22406. "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
  22407. "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE="
  22408. },
  22409. "fork-ts-checker-webpack-plugin": {
  22410. "version": "6.5.1",
  22411. "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.1.tgz",
  22412. "integrity": "sha512-x1wumpHOEf4gDROmKTaB6i4/Q6H3LwmjVO7fIX47vBwlZbtPjU33hgoMuD/Q/y6SU8bnuYSoN6ZQOLshGp0T/g==",
  22413. "requires": {
  22414. "@babel/code-frame": "^7.8.3",
  22415. "@types/json-schema": "^7.0.5",
  22416. "chalk": "^4.1.0",
  22417. "chokidar": "^3.4.2",
  22418. "cosmiconfig": "^6.0.0",
  22419. "deepmerge": "^4.2.2",
  22420. "fs-extra": "^9.0.0",
  22421. "glob": "^7.1.6",
  22422. "memfs": "^3.1.2",
  22423. "minimatch": "^3.0.4",
  22424. "schema-utils": "2.7.0",
  22425. "semver": "^7.3.2",
  22426. "tapable": "^1.0.0"
  22427. },
  22428. "dependencies": {
  22429. "cosmiconfig": {
  22430. "version": "6.0.0",
  22431. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
  22432. "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
  22433. "requires": {
  22434. "@types/parse-json": "^4.0.0",
  22435. "import-fresh": "^3.1.0",
  22436. "parse-json": "^5.0.0",
  22437. "path-type": "^4.0.0",
  22438. "yaml": "^1.7.2"
  22439. }
  22440. },
  22441. "fs-extra": {
  22442. "version": "9.1.0",
  22443. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  22444. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  22445. "requires": {
  22446. "at-least-node": "^1.0.0",
  22447. "graceful-fs": "^4.2.0",
  22448. "jsonfile": "^6.0.1",
  22449. "universalify": "^2.0.0"
  22450. }
  22451. },
  22452. "schema-utils": {
  22453. "version": "2.7.0",
  22454. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz",
  22455. "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==",
  22456. "requires": {
  22457. "@types/json-schema": "^7.0.4",
  22458. "ajv": "^6.12.2",
  22459. "ajv-keywords": "^3.4.1"
  22460. }
  22461. },
  22462. "tapable": {
  22463. "version": "1.1.3",
  22464. "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
  22465. "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA=="
  22466. }
  22467. }
  22468. },
  22469. "form-data": {
  22470. "version": "3.0.1",
  22471. "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
  22472. "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
  22473. "requires": {
  22474. "asynckit": "^0.4.0",
  22475. "combined-stream": "^1.0.8",
  22476. "mime-types": "^2.1.12"
  22477. }
  22478. },
  22479. "forwarded": {
  22480. "version": "0.2.0",
  22481. "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
  22482. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow=="
  22483. },
  22484. "fraction.js": {
  22485. "version": "4.2.0",
  22486. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
  22487. "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA=="
  22488. },
  22489. "fresh": {
  22490. "version": "0.5.2",
  22491. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  22492. "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
  22493. },
  22494. "fs-extra": {
  22495. "version": "10.1.0",
  22496. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
  22497. "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
  22498. "requires": {
  22499. "graceful-fs": "^4.2.0",
  22500. "jsonfile": "^6.0.1",
  22501. "universalify": "^2.0.0"
  22502. }
  22503. },
  22504. "fs-minipass": {
  22505. "version": "2.1.0",
  22506. "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
  22507. "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
  22508. "requires": {
  22509. "minipass": "^3.0.0"
  22510. }
  22511. },
  22512. "fs-monkey": {
  22513. "version": "1.0.3",
  22514. "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz",
  22515. "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q=="
  22516. },
  22517. "fs.realpath": {
  22518. "version": "1.0.0",
  22519. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  22520. "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
  22521. },
  22522. "fsevents": {
  22523. "version": "2.3.2",
  22524. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
  22525. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  22526. "optional": true
  22527. },
  22528. "function-bind": {
  22529. "version": "1.1.1",
  22530. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  22531. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
  22532. },
  22533. "functional-red-black-tree": {
  22534. "version": "1.0.1",
  22535. "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
  22536. "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
  22537. },
  22538. "functions-have-names": {
  22539. "version": "1.2.2",
  22540. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.2.tgz",
  22541. "integrity": "sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA=="
  22542. },
  22543. "gauge": {
  22544. "version": "3.0.2",
  22545. "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
  22546. "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
  22547. "requires": {
  22548. "aproba": "^1.0.3 || ^2.0.0",
  22549. "color-support": "^1.1.2",
  22550. "console-control-strings": "^1.0.0",
  22551. "has-unicode": "^2.0.1",
  22552. "object-assign": "^4.1.1",
  22553. "signal-exit": "^3.0.0",
  22554. "string-width": "^4.2.3",
  22555. "strip-ansi": "^6.0.1",
  22556. "wide-align": "^1.1.2"
  22557. }
  22558. },
  22559. "gaze": {
  22560. "version": "1.1.3",
  22561. "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz",
  22562. "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==",
  22563. "requires": {
  22564. "globule": "^1.0.0"
  22565. }
  22566. },
  22567. "gensync": {
  22568. "version": "1.0.0-beta.2",
  22569. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  22570. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg=="
  22571. },
  22572. "get-caller-file": {
  22573. "version": "2.0.5",
  22574. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  22575. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
  22576. },
  22577. "get-intrinsic": {
  22578. "version": "1.1.1",
  22579. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
  22580. "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
  22581. "requires": {
  22582. "function-bind": "^1.1.1",
  22583. "has": "^1.0.3",
  22584. "has-symbols": "^1.0.1"
  22585. }
  22586. },
  22587. "get-own-enumerable-property-symbols": {
  22588. "version": "3.0.2",
  22589. "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
  22590. "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
  22591. },
  22592. "get-package-type": {
  22593. "version": "0.1.0",
  22594. "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
  22595. "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q=="
  22596. },
  22597. "get-stdin": {
  22598. "version": "4.0.1",
  22599. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
  22600. "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4="
  22601. },
  22602. "get-stream": {
  22603. "version": "6.0.1",
  22604. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  22605. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg=="
  22606. },
  22607. "get-symbol-description": {
  22608. "version": "1.0.0",
  22609. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
  22610. "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
  22611. "requires": {
  22612. "call-bind": "^1.0.2",
  22613. "get-intrinsic": "^1.1.1"
  22614. }
  22615. },
  22616. "getpass": {
  22617. "version": "0.1.7",
  22618. "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
  22619. "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
  22620. "requires": {
  22621. "assert-plus": "^1.0.0"
  22622. }
  22623. },
  22624. "glob": {
  22625. "version": "7.2.0",
  22626. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
  22627. "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
  22628. "requires": {
  22629. "fs.realpath": "^1.0.0",
  22630. "inflight": "^1.0.4",
  22631. "inherits": "2",
  22632. "minimatch": "^3.0.4",
  22633. "once": "^1.3.0",
  22634. "path-is-absolute": "^1.0.0"
  22635. }
  22636. },
  22637. "glob-parent": {
  22638. "version": "6.0.2",
  22639. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  22640. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  22641. "requires": {
  22642. "is-glob": "^4.0.3"
  22643. }
  22644. },
  22645. "glob-to-regexp": {
  22646. "version": "0.4.1",
  22647. "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
  22648. "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
  22649. },
  22650. "global-modules": {
  22651. "version": "2.0.0",
  22652. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  22653. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  22654. "requires": {
  22655. "global-prefix": "^3.0.0"
  22656. }
  22657. },
  22658. "global-prefix": {
  22659. "version": "3.0.0",
  22660. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  22661. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  22662. "requires": {
  22663. "ini": "^1.3.5",
  22664. "kind-of": "^6.0.2",
  22665. "which": "^1.3.1"
  22666. },
  22667. "dependencies": {
  22668. "which": {
  22669. "version": "1.3.1",
  22670. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  22671. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  22672. "requires": {
  22673. "isexe": "^2.0.0"
  22674. }
  22675. }
  22676. }
  22677. },
  22678. "globals": {
  22679. "version": "11.12.0",
  22680. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  22681. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="
  22682. },
  22683. "globby": {
  22684. "version": "11.1.0",
  22685. "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
  22686. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  22687. "requires": {
  22688. "array-union": "^2.1.0",
  22689. "dir-glob": "^3.0.1",
  22690. "fast-glob": "^3.2.9",
  22691. "ignore": "^5.2.0",
  22692. "merge2": "^1.4.1",
  22693. "slash": "^3.0.0"
  22694. }
  22695. },
  22696. "globule": {
  22697. "version": "1.3.3",
  22698. "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.3.tgz",
  22699. "integrity": "sha512-mb1aYtDbIjTu4ShMB85m3UzjX9BVKe9WCzsnfMSZk+K5GpIbBOexgg4PPCt5eHDEG5/ZQAUX2Kct02zfiPLsKg==",
  22700. "requires": {
  22701. "glob": "~7.1.1",
  22702. "lodash": "~4.17.10",
  22703. "minimatch": "~3.0.2"
  22704. },
  22705. "dependencies": {
  22706. "glob": {
  22707. "version": "7.1.7",
  22708. "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
  22709. "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
  22710. "requires": {
  22711. "fs.realpath": "^1.0.0",
  22712. "inflight": "^1.0.4",
  22713. "inherits": "2",
  22714. "minimatch": "^3.0.4",
  22715. "once": "^1.3.0",
  22716. "path-is-absolute": "^1.0.0"
  22717. }
  22718. },
  22719. "minimatch": {
  22720. "version": "3.0.8",
  22721. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz",
  22722. "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==",
  22723. "requires": {
  22724. "brace-expansion": "^1.1.7"
  22725. }
  22726. }
  22727. }
  22728. },
  22729. "graceful-fs": {
  22730. "version": "4.2.10",
  22731. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
  22732. "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
  22733. },
  22734. "gzip-size": {
  22735. "version": "6.0.0",
  22736. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
  22737. "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
  22738. "requires": {
  22739. "duplexer": "^0.1.2"
  22740. }
  22741. },
  22742. "handle-thing": {
  22743. "version": "2.0.1",
  22744. "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
  22745. "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg=="
  22746. },
  22747. "har-schema": {
  22748. "version": "2.0.0",
  22749. "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
  22750. "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI="
  22751. },
  22752. "har-validator": {
  22753. "version": "5.1.5",
  22754. "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
  22755. "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
  22756. "requires": {
  22757. "ajv": "^6.12.3",
  22758. "har-schema": "^2.0.0"
  22759. }
  22760. },
  22761. "hard-rejection": {
  22762. "version": "2.1.0",
  22763. "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz",
  22764. "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA=="
  22765. },
  22766. "harmony-reflect": {
  22767. "version": "1.6.2",
  22768. "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz",
  22769. "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g=="
  22770. },
  22771. "has": {
  22772. "version": "1.0.3",
  22773. "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  22774. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  22775. "requires": {
  22776. "function-bind": "^1.1.1"
  22777. }
  22778. },
  22779. "has-bigints": {
  22780. "version": "1.0.1",
  22781. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz",
  22782. "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA=="
  22783. },
  22784. "has-flag": {
  22785. "version": "4.0.0",
  22786. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  22787. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  22788. },
  22789. "has-property-descriptors": {
  22790. "version": "1.0.0",
  22791. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
  22792. "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
  22793. "requires": {
  22794. "get-intrinsic": "^1.1.1"
  22795. }
  22796. },
  22797. "has-symbols": {
  22798. "version": "1.0.3",
  22799. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
  22800. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A=="
  22801. },
  22802. "has-tostringtag": {
  22803. "version": "1.0.0",
  22804. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
  22805. "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
  22806. "requires": {
  22807. "has-symbols": "^1.0.2"
  22808. }
  22809. },
  22810. "has-unicode": {
  22811. "version": "2.0.1",
  22812. "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
  22813. "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk="
  22814. },
  22815. "he": {
  22816. "version": "1.2.0",
  22817. "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
  22818. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
  22819. },
  22820. "history": {
  22821. "version": "4.10.1",
  22822. "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz",
  22823. "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==",
  22824. "requires": {
  22825. "@babel/runtime": "^7.1.2",
  22826. "loose-envify": "^1.2.0",
  22827. "resolve-pathname": "^3.0.0",
  22828. "tiny-invariant": "^1.0.2",
  22829. "tiny-warning": "^1.0.0",
  22830. "value-equal": "^1.0.1"
  22831. }
  22832. },
  22833. "hoist-non-react-statics": {
  22834. "version": "3.3.2",
  22835. "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  22836. "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  22837. "requires": {
  22838. "react-is": "^16.7.0"
  22839. },
  22840. "dependencies": {
  22841. "react-is": {
  22842. "version": "16.13.1",
  22843. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  22844. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  22845. }
  22846. }
  22847. },
  22848. "hoopy": {
  22849. "version": "0.1.4",
  22850. "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
  22851. "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ=="
  22852. },
  22853. "hosted-git-info": {
  22854. "version": "4.1.0",
  22855. "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
  22856. "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==",
  22857. "requires": {
  22858. "lru-cache": "^6.0.0"
  22859. }
  22860. },
  22861. "hpack.js": {
  22862. "version": "2.1.6",
  22863. "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
  22864. "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=",
  22865. "requires": {
  22866. "inherits": "^2.0.1",
  22867. "obuf": "^1.0.0",
  22868. "readable-stream": "^2.0.1",
  22869. "wbuf": "^1.1.0"
  22870. },
  22871. "dependencies": {
  22872. "isarray": {
  22873. "version": "1.0.0",
  22874. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  22875. "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
  22876. },
  22877. "readable-stream": {
  22878. "version": "2.3.7",
  22879. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  22880. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  22881. "requires": {
  22882. "core-util-is": "~1.0.0",
  22883. "inherits": "~2.0.3",
  22884. "isarray": "~1.0.0",
  22885. "process-nextick-args": "~2.0.0",
  22886. "safe-buffer": "~5.1.1",
  22887. "string_decoder": "~1.1.1",
  22888. "util-deprecate": "~1.0.1"
  22889. }
  22890. },
  22891. "string_decoder": {
  22892. "version": "1.1.1",
  22893. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  22894. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  22895. "requires": {
  22896. "safe-buffer": "~5.1.0"
  22897. }
  22898. }
  22899. }
  22900. },
  22901. "html-encoding-sniffer": {
  22902. "version": "2.0.1",
  22903. "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
  22904. "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
  22905. "requires": {
  22906. "whatwg-encoding": "^1.0.5"
  22907. }
  22908. },
  22909. "html-entities": {
  22910. "version": "2.3.3",
  22911. "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz",
  22912. "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA=="
  22913. },
  22914. "html-escaper": {
  22915. "version": "2.0.2",
  22916. "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
  22917. "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
  22918. },
  22919. "html-minifier-terser": {
  22920. "version": "6.1.0",
  22921. "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
  22922. "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
  22923. "requires": {
  22924. "camel-case": "^4.1.2",
  22925. "clean-css": "^5.2.2",
  22926. "commander": "^8.3.0",
  22927. "he": "^1.2.0",
  22928. "param-case": "^3.0.4",
  22929. "relateurl": "^0.2.7",
  22930. "terser": "^5.10.0"
  22931. }
  22932. },
  22933. "html-webpack-plugin": {
  22934. "version": "5.5.0",
  22935. "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz",
  22936. "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==",
  22937. "requires": {
  22938. "@types/html-minifier-terser": "^6.0.0",
  22939. "html-minifier-terser": "^6.0.2",
  22940. "lodash": "^4.17.21",
  22941. "pretty-error": "^4.0.0",
  22942. "tapable": "^2.0.0"
  22943. }
  22944. },
  22945. "htmlparser2": {
  22946. "version": "6.1.0",
  22947. "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
  22948. "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
  22949. "requires": {
  22950. "domelementtype": "^2.0.1",
  22951. "domhandler": "^4.0.0",
  22952. "domutils": "^2.5.2",
  22953. "entities": "^2.0.0"
  22954. }
  22955. },
  22956. "http-cache-semantics": {
  22957. "version": "4.1.0",
  22958. "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
  22959. "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ=="
  22960. },
  22961. "http-deceiver": {
  22962. "version": "1.2.7",
  22963. "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
  22964. "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc="
  22965. },
  22966. "http-errors": {
  22967. "version": "1.8.1",
  22968. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
  22969. "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
  22970. "requires": {
  22971. "depd": "~1.1.2",
  22972. "inherits": "2.0.4",
  22973. "setprototypeof": "1.2.0",
  22974. "statuses": ">= 1.5.0 < 2",
  22975. "toidentifier": "1.0.1"
  22976. }
  22977. },
  22978. "http-parser-js": {
  22979. "version": "0.5.6",
  22980. "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.6.tgz",
  22981. "integrity": "sha512-vDlkRPDJn93swjcjqMSaGSPABbIarsr1TLAui/gLDXzV5VsJNdXNzMYDyNBLQkjWQCJ1uizu8T2oDMhmGt0PRA=="
  22982. },
  22983. "http-proxy": {
  22984. "version": "1.18.1",
  22985. "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
  22986. "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
  22987. "requires": {
  22988. "eventemitter3": "^4.0.0",
  22989. "follow-redirects": "^1.0.0",
  22990. "requires-port": "^1.0.0"
  22991. }
  22992. },
  22993. "http-proxy-agent": {
  22994. "version": "4.0.1",
  22995. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
  22996. "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
  22997. "requires": {
  22998. "@tootallnate/once": "1",
  22999. "agent-base": "6",
  23000. "debug": "4"
  23001. }
  23002. },
  23003. "http-proxy-middleware": {
  23004. "version": "2.0.4",
  23005. "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.4.tgz",
  23006. "integrity": "sha512-m/4FxX17SUvz4lJ5WPXOHDUuCwIqXLfLHs1s0uZ3oYjhoXlx9csYxaOa0ElDEJ+h8Q4iJ1s+lTMbiCa4EXIJqg==",
  23007. "requires": {
  23008. "@types/http-proxy": "^1.17.8",
  23009. "http-proxy": "^1.18.1",
  23010. "is-glob": "^4.0.1",
  23011. "is-plain-obj": "^3.0.0",
  23012. "micromatch": "^4.0.2"
  23013. }
  23014. },
  23015. "http-signature": {
  23016. "version": "1.2.0",
  23017. "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
  23018. "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
  23019. "requires": {
  23020. "assert-plus": "^1.0.0",
  23021. "jsprim": "^1.2.2",
  23022. "sshpk": "^1.7.0"
  23023. }
  23024. },
  23025. "https-proxy-agent": {
  23026. "version": "5.0.1",
  23027. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  23028. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  23029. "requires": {
  23030. "agent-base": "6",
  23031. "debug": "4"
  23032. }
  23033. },
  23034. "human-signals": {
  23035. "version": "2.1.0",
  23036. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  23037. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
  23038. },
  23039. "humanize-ms": {
  23040. "version": "1.2.1",
  23041. "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz",
  23042. "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=",
  23043. "requires": {
  23044. "ms": "^2.0.0"
  23045. }
  23046. },
  23047. "iconv-lite": {
  23048. "version": "0.6.3",
  23049. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  23050. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  23051. "requires": {
  23052. "safer-buffer": ">= 2.1.2 < 3.0.0"
  23053. }
  23054. },
  23055. "icss-utils": {
  23056. "version": "5.1.0",
  23057. "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
  23058. "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
  23059. "requires": {}
  23060. },
  23061. "idb": {
  23062. "version": "6.1.5",
  23063. "resolved": "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz",
  23064. "integrity": "sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw=="
  23065. },
  23066. "identity-obj-proxy": {
  23067. "version": "3.0.0",
  23068. "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz",
  23069. "integrity": "sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=",
  23070. "requires": {
  23071. "harmony-reflect": "^1.4.6"
  23072. }
  23073. },
  23074. "ignore": {
  23075. "version": "5.2.0",
  23076. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
  23077. "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ=="
  23078. },
  23079. "immer": {
  23080. "version": "9.0.12",
  23081. "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.12.tgz",
  23082. "integrity": "sha512-lk7UNmSbAukB5B6dh9fnh5D0bJTOFKxVg2cyJWTYrWRfhLrLMBquONcUs3aFq507hNoIZEDDh8lb8UtOizSMhA=="
  23083. },
  23084. "immutable": {
  23085. "version": "4.0.0",
  23086. "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.0.0.tgz",
  23087. "integrity": "sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw=="
  23088. },
  23089. "import-fresh": {
  23090. "version": "3.3.0",
  23091. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  23092. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  23093. "requires": {
  23094. "parent-module": "^1.0.0",
  23095. "resolve-from": "^4.0.0"
  23096. },
  23097. "dependencies": {
  23098. "resolve-from": {
  23099. "version": "4.0.0",
  23100. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  23101. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="
  23102. }
  23103. }
  23104. },
  23105. "import-local": {
  23106. "version": "3.1.0",
  23107. "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
  23108. "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
  23109. "requires": {
  23110. "pkg-dir": "^4.2.0",
  23111. "resolve-cwd": "^3.0.0"
  23112. }
  23113. },
  23114. "imurmurhash": {
  23115. "version": "0.1.4",
  23116. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  23117. "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o="
  23118. },
  23119. "indent-string": {
  23120. "version": "4.0.0",
  23121. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  23122. "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg=="
  23123. },
  23124. "infer-owner": {
  23125. "version": "1.0.4",
  23126. "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
  23127. "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
  23128. },
  23129. "inflight": {
  23130. "version": "1.0.6",
  23131. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  23132. "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
  23133. "requires": {
  23134. "once": "^1.3.0",
  23135. "wrappy": "1"
  23136. }
  23137. },
  23138. "inherits": {
  23139. "version": "2.0.4",
  23140. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  23141. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  23142. },
  23143. "ini": {
  23144. "version": "1.3.8",
  23145. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  23146. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
  23147. },
  23148. "internal-slot": {
  23149. "version": "1.0.3",
  23150. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
  23151. "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
  23152. "requires": {
  23153. "get-intrinsic": "^1.1.0",
  23154. "has": "^1.0.3",
  23155. "side-channel": "^1.0.4"
  23156. }
  23157. },
  23158. "ionicons": {
  23159. "version": "5.5.4",
  23160. "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-5.5.4.tgz",
  23161. "integrity": "sha512-3ph8X9my3inhabWEZ7N0XRA0MnnNQ1v9a602mLNgWsIXnxE9G5BybIZ/pws/OZZ/hoNlvSjk801N03yL9/FNgQ==",
  23162. "requires": {
  23163. "@stencil/core": "~2.10.0"
  23164. },
  23165. "dependencies": {
  23166. "@stencil/core": {
  23167. "version": "2.10.0",
  23168. "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.10.0.tgz",
  23169. "integrity": "sha512-15rWMTPQ/sp0lSV82HVCXkIya3QLN+uBl7pqK4JnTrp4HiLrzLmNbWjbvgCs55gw0lULbCIGbRIEsFz+Pe/Q+A=="
  23170. }
  23171. }
  23172. },
  23173. "ip": {
  23174. "version": "1.1.5",
  23175. "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
  23176. "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo="
  23177. },
  23178. "ipaddr.js": {
  23179. "version": "2.0.1",
  23180. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz",
  23181. "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng=="
  23182. },
  23183. "is-arrayish": {
  23184. "version": "0.2.1",
  23185. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  23186. "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
  23187. },
  23188. "is-bigint": {
  23189. "version": "1.0.4",
  23190. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  23191. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  23192. "requires": {
  23193. "has-bigints": "^1.0.1"
  23194. }
  23195. },
  23196. "is-binary-path": {
  23197. "version": "2.1.0",
  23198. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  23199. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  23200. "requires": {
  23201. "binary-extensions": "^2.0.0"
  23202. }
  23203. },
  23204. "is-boolean-object": {
  23205. "version": "1.1.2",
  23206. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  23207. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  23208. "requires": {
  23209. "call-bind": "^1.0.2",
  23210. "has-tostringtag": "^1.0.0"
  23211. }
  23212. },
  23213. "is-callable": {
  23214. "version": "1.2.4",
  23215. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz",
  23216. "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w=="
  23217. },
  23218. "is-core-module": {
  23219. "version": "2.8.1",
  23220. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz",
  23221. "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",
  23222. "requires": {
  23223. "has": "^1.0.3"
  23224. }
  23225. },
  23226. "is-date-object": {
  23227. "version": "1.0.5",
  23228. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
  23229. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  23230. "requires": {
  23231. "has-tostringtag": "^1.0.0"
  23232. }
  23233. },
  23234. "is-docker": {
  23235. "version": "2.2.1",
  23236. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  23237. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ=="
  23238. },
  23239. "is-extglob": {
  23240. "version": "2.1.1",
  23241. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  23242. "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
  23243. },
  23244. "is-fullwidth-code-point": {
  23245. "version": "3.0.0",
  23246. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  23247. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
  23248. },
  23249. "is-generator-fn": {
  23250. "version": "2.1.0",
  23251. "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
  23252. "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ=="
  23253. },
  23254. "is-glob": {
  23255. "version": "4.0.3",
  23256. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  23257. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  23258. "requires": {
  23259. "is-extglob": "^2.1.1"
  23260. }
  23261. },
  23262. "is-lambda": {
  23263. "version": "1.0.1",
  23264. "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
  23265. "integrity": "sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU="
  23266. },
  23267. "is-module": {
  23268. "version": "1.0.0",
  23269. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  23270. "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE="
  23271. },
  23272. "is-negative-zero": {
  23273. "version": "2.0.2",
  23274. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  23275. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA=="
  23276. },
  23277. "is-number": {
  23278. "version": "7.0.0",
  23279. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  23280. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
  23281. },
  23282. "is-number-object": {
  23283. "version": "1.0.7",
  23284. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  23285. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  23286. "requires": {
  23287. "has-tostringtag": "^1.0.0"
  23288. }
  23289. },
  23290. "is-obj": {
  23291. "version": "1.0.1",
  23292. "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
  23293. "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8="
  23294. },
  23295. "is-plain-obj": {
  23296. "version": "3.0.0",
  23297. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
  23298. "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA=="
  23299. },
  23300. "is-potential-custom-element-name": {
  23301. "version": "1.0.1",
  23302. "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  23303. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
  23304. },
  23305. "is-regex": {
  23306. "version": "1.1.4",
  23307. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
  23308. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  23309. "requires": {
  23310. "call-bind": "^1.0.2",
  23311. "has-tostringtag": "^1.0.0"
  23312. }
  23313. },
  23314. "is-regexp": {
  23315. "version": "1.0.0",
  23316. "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
  23317. "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk="
  23318. },
  23319. "is-root": {
  23320. "version": "2.1.0",
  23321. "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz",
  23322. "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg=="
  23323. },
  23324. "is-shared-array-buffer": {
  23325. "version": "1.0.2",
  23326. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
  23327. "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
  23328. "requires": {
  23329. "call-bind": "^1.0.2"
  23330. }
  23331. },
  23332. "is-stream": {
  23333. "version": "2.0.1",
  23334. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  23335. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg=="
  23336. },
  23337. "is-string": {
  23338. "version": "1.0.7",
  23339. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
  23340. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  23341. "requires": {
  23342. "has-tostringtag": "^1.0.0"
  23343. }
  23344. },
  23345. "is-symbol": {
  23346. "version": "1.0.4",
  23347. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  23348. "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  23349. "requires": {
  23350. "has-symbols": "^1.0.2"
  23351. }
  23352. },
  23353. "is-typedarray": {
  23354. "version": "1.0.0",
  23355. "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
  23356. "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
  23357. },
  23358. "is-weakref": {
  23359. "version": "1.0.2",
  23360. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
  23361. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  23362. "requires": {
  23363. "call-bind": "^1.0.2"
  23364. }
  23365. },
  23366. "is-wsl": {
  23367. "version": "2.2.0",
  23368. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  23369. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  23370. "requires": {
  23371. "is-docker": "^2.0.0"
  23372. }
  23373. },
  23374. "isarray": {
  23375. "version": "0.0.1",
  23376. "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
  23377. "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
  23378. },
  23379. "isexe": {
  23380. "version": "2.0.0",
  23381. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  23382. "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
  23383. },
  23384. "isstream": {
  23385. "version": "0.1.2",
  23386. "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
  23387. "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
  23388. },
  23389. "istanbul-lib-coverage": {
  23390. "version": "3.2.0",
  23391. "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
  23392. "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw=="
  23393. },
  23394. "istanbul-lib-instrument": {
  23395. "version": "5.1.0",
  23396. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz",
  23397. "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==",
  23398. "requires": {
  23399. "@babel/core": "^7.12.3",
  23400. "@babel/parser": "^7.14.7",
  23401. "@istanbuljs/schema": "^0.1.2",
  23402. "istanbul-lib-coverage": "^3.2.0",
  23403. "semver": "^6.3.0"
  23404. },
  23405. "dependencies": {
  23406. "semver": {
  23407. "version": "6.3.0",
  23408. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  23409. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  23410. }
  23411. }
  23412. },
  23413. "istanbul-lib-report": {
  23414. "version": "3.0.0",
  23415. "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  23416. "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
  23417. "requires": {
  23418. "istanbul-lib-coverage": "^3.0.0",
  23419. "make-dir": "^3.0.0",
  23420. "supports-color": "^7.1.0"
  23421. }
  23422. },
  23423. "istanbul-lib-source-maps": {
  23424. "version": "4.0.1",
  23425. "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
  23426. "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
  23427. "requires": {
  23428. "debug": "^4.1.1",
  23429. "istanbul-lib-coverage": "^3.0.0",
  23430. "source-map": "^0.6.1"
  23431. }
  23432. },
  23433. "istanbul-reports": {
  23434. "version": "3.1.4",
  23435. "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz",
  23436. "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==",
  23437. "requires": {
  23438. "html-escaper": "^2.0.0",
  23439. "istanbul-lib-report": "^3.0.0"
  23440. }
  23441. },
  23442. "jake": {
  23443. "version": "10.8.4",
  23444. "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.4.tgz",
  23445. "integrity": "sha512-MtWeTkl1qGsWUtbl/Jsca/8xSoK3x0UmS82sNbjqxxG/de/M/3b1DntdjHgPMC50enlTNwXOCRqPXLLt5cCfZA==",
  23446. "requires": {
  23447. "async": "0.9.x",
  23448. "chalk": "^4.0.2",
  23449. "filelist": "^1.0.1",
  23450. "minimatch": "^3.0.4"
  23451. },
  23452. "dependencies": {
  23453. "async": {
  23454. "version": "0.9.2",
  23455. "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
  23456. "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0="
  23457. }
  23458. }
  23459. },
  23460. "jest": {
  23461. "version": "27.5.1",
  23462. "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
  23463. "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
  23464. "requires": {
  23465. "@jest/core": "^27.5.1",
  23466. "import-local": "^3.0.2",
  23467. "jest-cli": "^27.5.1"
  23468. }
  23469. },
  23470. "jest-changed-files": {
  23471. "version": "27.5.1",
  23472. "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz",
  23473. "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
  23474. "requires": {
  23475. "@jest/types": "^27.5.1",
  23476. "execa": "^5.0.0",
  23477. "throat": "^6.0.1"
  23478. }
  23479. },
  23480. "jest-circus": {
  23481. "version": "27.5.1",
  23482. "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
  23483. "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
  23484. "requires": {
  23485. "@jest/environment": "^27.5.1",
  23486. "@jest/test-result": "^27.5.1",
  23487. "@jest/types": "^27.5.1",
  23488. "@types/node": "*",
  23489. "chalk": "^4.0.0",
  23490. "co": "^4.6.0",
  23491. "dedent": "^0.7.0",
  23492. "expect": "^27.5.1",
  23493. "is-generator-fn": "^2.0.0",
  23494. "jest-each": "^27.5.1",
  23495. "jest-matcher-utils": "^27.5.1",
  23496. "jest-message-util": "^27.5.1",
  23497. "jest-runtime": "^27.5.1",
  23498. "jest-snapshot": "^27.5.1",
  23499. "jest-util": "^27.5.1",
  23500. "pretty-format": "^27.5.1",
  23501. "slash": "^3.0.0",
  23502. "stack-utils": "^2.0.3",
  23503. "throat": "^6.0.1"
  23504. }
  23505. },
  23506. "jest-cli": {
  23507. "version": "27.5.1",
  23508. "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz",
  23509. "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==",
  23510. "requires": {
  23511. "@jest/core": "^27.5.1",
  23512. "@jest/test-result": "^27.5.1",
  23513. "@jest/types": "^27.5.1",
  23514. "chalk": "^4.0.0",
  23515. "exit": "^0.1.2",
  23516. "graceful-fs": "^4.2.9",
  23517. "import-local": "^3.0.2",
  23518. "jest-config": "^27.5.1",
  23519. "jest-util": "^27.5.1",
  23520. "jest-validate": "^27.5.1",
  23521. "prompts": "^2.0.1",
  23522. "yargs": "^16.2.0"
  23523. }
  23524. },
  23525. "jest-config": {
  23526. "version": "27.5.1",
  23527. "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
  23528. "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
  23529. "requires": {
  23530. "@babel/core": "^7.8.0",
  23531. "@jest/test-sequencer": "^27.5.1",
  23532. "@jest/types": "^27.5.1",
  23533. "babel-jest": "^27.5.1",
  23534. "chalk": "^4.0.0",
  23535. "ci-info": "^3.2.0",
  23536. "deepmerge": "^4.2.2",
  23537. "glob": "^7.1.1",
  23538. "graceful-fs": "^4.2.9",
  23539. "jest-circus": "^27.5.1",
  23540. "jest-environment-jsdom": "^27.5.1",
  23541. "jest-environment-node": "^27.5.1",
  23542. "jest-get-type": "^27.5.1",
  23543. "jest-jasmine2": "^27.5.1",
  23544. "jest-regex-util": "^27.5.1",
  23545. "jest-resolve": "^27.5.1",
  23546. "jest-runner": "^27.5.1",
  23547. "jest-util": "^27.5.1",
  23548. "jest-validate": "^27.5.1",
  23549. "micromatch": "^4.0.4",
  23550. "parse-json": "^5.2.0",
  23551. "pretty-format": "^27.5.1",
  23552. "slash": "^3.0.0",
  23553. "strip-json-comments": "^3.1.1"
  23554. },
  23555. "dependencies": {
  23556. "jest-get-type": {
  23557. "version": "27.5.1",
  23558. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  23559. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw=="
  23560. }
  23561. }
  23562. },
  23563. "jest-diff": {
  23564. "version": "26.6.2",
  23565. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz",
  23566. "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==",
  23567. "requires": {
  23568. "chalk": "^4.0.0",
  23569. "diff-sequences": "^26.6.2",
  23570. "jest-get-type": "^26.3.0",
  23571. "pretty-format": "^26.6.2"
  23572. },
  23573. "dependencies": {
  23574. "@jest/types": {
  23575. "version": "26.6.2",
  23576. "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
  23577. "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
  23578. "requires": {
  23579. "@types/istanbul-lib-coverage": "^2.0.0",
  23580. "@types/istanbul-reports": "^3.0.0",
  23581. "@types/node": "*",
  23582. "@types/yargs": "^15.0.0",
  23583. "chalk": "^4.0.0"
  23584. }
  23585. },
  23586. "@types/yargs": {
  23587. "version": "15.0.14",
  23588. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz",
  23589. "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==",
  23590. "requires": {
  23591. "@types/yargs-parser": "*"
  23592. }
  23593. },
  23594. "pretty-format": {
  23595. "version": "26.6.2",
  23596. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
  23597. "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
  23598. "requires": {
  23599. "@jest/types": "^26.6.2",
  23600. "ansi-regex": "^5.0.0",
  23601. "ansi-styles": "^4.0.0",
  23602. "react-is": "^17.0.1"
  23603. }
  23604. }
  23605. }
  23606. },
  23607. "jest-docblock": {
  23608. "version": "27.5.1",
  23609. "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
  23610. "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
  23611. "requires": {
  23612. "detect-newline": "^3.0.0"
  23613. }
  23614. },
  23615. "jest-each": {
  23616. "version": "27.5.1",
  23617. "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
  23618. "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
  23619. "requires": {
  23620. "@jest/types": "^27.5.1",
  23621. "chalk": "^4.0.0",
  23622. "jest-get-type": "^27.5.1",
  23623. "jest-util": "^27.5.1",
  23624. "pretty-format": "^27.5.1"
  23625. },
  23626. "dependencies": {
  23627. "jest-get-type": {
  23628. "version": "27.5.1",
  23629. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  23630. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw=="
  23631. }
  23632. }
  23633. },
  23634. "jest-environment-jsdom": {
  23635. "version": "27.5.1",
  23636. "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz",
  23637. "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==",
  23638. "requires": {
  23639. "@jest/environment": "^27.5.1",
  23640. "@jest/fake-timers": "^27.5.1",
  23641. "@jest/types": "^27.5.1",
  23642. "@types/node": "*",
  23643. "jest-mock": "^27.5.1",
  23644. "jest-util": "^27.5.1",
  23645. "jsdom": "^16.6.0"
  23646. }
  23647. },
  23648. "jest-environment-node": {
  23649. "version": "27.5.1",
  23650. "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz",
  23651. "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==",
  23652. "requires": {
  23653. "@jest/environment": "^27.5.1",
  23654. "@jest/fake-timers": "^27.5.1",
  23655. "@jest/types": "^27.5.1",
  23656. "@types/node": "*",
  23657. "jest-mock": "^27.5.1",
  23658. "jest-util": "^27.5.1"
  23659. }
  23660. },
  23661. "jest-get-type": {
  23662. "version": "26.3.0",
  23663. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
  23664. "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig=="
  23665. },
  23666. "jest-haste-map": {
  23667. "version": "27.5.1",
  23668. "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
  23669. "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
  23670. "requires": {
  23671. "@jest/types": "^27.5.1",
  23672. "@types/graceful-fs": "^4.1.2",
  23673. "@types/node": "*",
  23674. "anymatch": "^3.0.3",
  23675. "fb-watchman": "^2.0.0",
  23676. "fsevents": "^2.3.2",
  23677. "graceful-fs": "^4.2.9",
  23678. "jest-regex-util": "^27.5.1",
  23679. "jest-serializer": "^27.5.1",
  23680. "jest-util": "^27.5.1",
  23681. "jest-worker": "^27.5.1",
  23682. "micromatch": "^4.0.4",
  23683. "walker": "^1.0.7"
  23684. }
  23685. },
  23686. "jest-jasmine2": {
  23687. "version": "27.5.1",
  23688. "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
  23689. "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
  23690. "requires": {
  23691. "@jest/environment": "^27.5.1",
  23692. "@jest/source-map": "^27.5.1",
  23693. "@jest/test-result": "^27.5.1",
  23694. "@jest/types": "^27.5.1",
  23695. "@types/node": "*",
  23696. "chalk": "^4.0.0",
  23697. "co": "^4.6.0",
  23698. "expect": "^27.5.1",
  23699. "is-generator-fn": "^2.0.0",
  23700. "jest-each": "^27.5.1",
  23701. "jest-matcher-utils": "^27.5.1",
  23702. "jest-message-util": "^27.5.1",
  23703. "jest-runtime": "^27.5.1",
  23704. "jest-snapshot": "^27.5.1",
  23705. "jest-util": "^27.5.1",
  23706. "pretty-format": "^27.5.1",
  23707. "throat": "^6.0.1"
  23708. }
  23709. },
  23710. "jest-leak-detector": {
  23711. "version": "27.5.1",
  23712. "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz",
  23713. "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==",
  23714. "requires": {
  23715. "jest-get-type": "^27.5.1",
  23716. "pretty-format": "^27.5.1"
  23717. },
  23718. "dependencies": {
  23719. "jest-get-type": {
  23720. "version": "27.5.1",
  23721. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  23722. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw=="
  23723. }
  23724. }
  23725. },
  23726. "jest-matcher-utils": {
  23727. "version": "27.5.1",
  23728. "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
  23729. "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
  23730. "requires": {
  23731. "chalk": "^4.0.0",
  23732. "jest-diff": "^27.5.1",
  23733. "jest-get-type": "^27.5.1",
  23734. "pretty-format": "^27.5.1"
  23735. },
  23736. "dependencies": {
  23737. "diff-sequences": {
  23738. "version": "27.5.1",
  23739. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
  23740. "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ=="
  23741. },
  23742. "jest-diff": {
  23743. "version": "27.5.1",
  23744. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
  23745. "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
  23746. "requires": {
  23747. "chalk": "^4.0.0",
  23748. "diff-sequences": "^27.5.1",
  23749. "jest-get-type": "^27.5.1",
  23750. "pretty-format": "^27.5.1"
  23751. }
  23752. },
  23753. "jest-get-type": {
  23754. "version": "27.5.1",
  23755. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  23756. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw=="
  23757. }
  23758. }
  23759. },
  23760. "jest-message-util": {
  23761. "version": "27.5.1",
  23762. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
  23763. "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
  23764. "requires": {
  23765. "@babel/code-frame": "^7.12.13",
  23766. "@jest/types": "^27.5.1",
  23767. "@types/stack-utils": "^2.0.0",
  23768. "chalk": "^4.0.0",
  23769. "graceful-fs": "^4.2.9",
  23770. "micromatch": "^4.0.4",
  23771. "pretty-format": "^27.5.1",
  23772. "slash": "^3.0.0",
  23773. "stack-utils": "^2.0.3"
  23774. }
  23775. },
  23776. "jest-mock": {
  23777. "version": "27.5.1",
  23778. "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
  23779. "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
  23780. "requires": {
  23781. "@jest/types": "^27.5.1",
  23782. "@types/node": "*"
  23783. }
  23784. },
  23785. "jest-pnp-resolver": {
  23786. "version": "1.2.2",
  23787. "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz",
  23788. "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==",
  23789. "requires": {}
  23790. },
  23791. "jest-regex-util": {
  23792. "version": "27.5.1",
  23793. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
  23794. "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg=="
  23795. },
  23796. "jest-resolve": {
  23797. "version": "27.5.1",
  23798. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz",
  23799. "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==",
  23800. "requires": {
  23801. "@jest/types": "^27.5.1",
  23802. "chalk": "^4.0.0",
  23803. "graceful-fs": "^4.2.9",
  23804. "jest-haste-map": "^27.5.1",
  23805. "jest-pnp-resolver": "^1.2.2",
  23806. "jest-util": "^27.5.1",
  23807. "jest-validate": "^27.5.1",
  23808. "resolve": "^1.20.0",
  23809. "resolve.exports": "^1.1.0",
  23810. "slash": "^3.0.0"
  23811. }
  23812. },
  23813. "jest-resolve-dependencies": {
  23814. "version": "27.5.1",
  23815. "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz",
  23816. "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==",
  23817. "requires": {
  23818. "@jest/types": "^27.5.1",
  23819. "jest-regex-util": "^27.5.1",
  23820. "jest-snapshot": "^27.5.1"
  23821. }
  23822. },
  23823. "jest-runner": {
  23824. "version": "27.5.1",
  23825. "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz",
  23826. "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==",
  23827. "requires": {
  23828. "@jest/console": "^27.5.1",
  23829. "@jest/environment": "^27.5.1",
  23830. "@jest/test-result": "^27.5.1",
  23831. "@jest/transform": "^27.5.1",
  23832. "@jest/types": "^27.5.1",
  23833. "@types/node": "*",
  23834. "chalk": "^4.0.0",
  23835. "emittery": "^0.8.1",
  23836. "graceful-fs": "^4.2.9",
  23837. "jest-docblock": "^27.5.1",
  23838. "jest-environment-jsdom": "^27.5.1",
  23839. "jest-environment-node": "^27.5.1",
  23840. "jest-haste-map": "^27.5.1",
  23841. "jest-leak-detector": "^27.5.1",
  23842. "jest-message-util": "^27.5.1",
  23843. "jest-resolve": "^27.5.1",
  23844. "jest-runtime": "^27.5.1",
  23845. "jest-util": "^27.5.1",
  23846. "jest-worker": "^27.5.1",
  23847. "source-map-support": "^0.5.6",
  23848. "throat": "^6.0.1"
  23849. }
  23850. },
  23851. "jest-runtime": {
  23852. "version": "27.5.1",
  23853. "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz",
  23854. "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==",
  23855. "requires": {
  23856. "@jest/environment": "^27.5.1",
  23857. "@jest/fake-timers": "^27.5.1",
  23858. "@jest/globals": "^27.5.1",
  23859. "@jest/source-map": "^27.5.1",
  23860. "@jest/test-result": "^27.5.1",
  23861. "@jest/transform": "^27.5.1",
  23862. "@jest/types": "^27.5.1",
  23863. "chalk": "^4.0.0",
  23864. "cjs-module-lexer": "^1.0.0",
  23865. "collect-v8-coverage": "^1.0.0",
  23866. "execa": "^5.0.0",
  23867. "glob": "^7.1.3",
  23868. "graceful-fs": "^4.2.9",
  23869. "jest-haste-map": "^27.5.1",
  23870. "jest-message-util": "^27.5.1",
  23871. "jest-mock": "^27.5.1",
  23872. "jest-regex-util": "^27.5.1",
  23873. "jest-resolve": "^27.5.1",
  23874. "jest-snapshot": "^27.5.1",
  23875. "jest-util": "^27.5.1",
  23876. "slash": "^3.0.0",
  23877. "strip-bom": "^4.0.0"
  23878. }
  23879. },
  23880. "jest-serializer": {
  23881. "version": "27.5.1",
  23882. "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz",
  23883. "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==",
  23884. "requires": {
  23885. "@types/node": "*",
  23886. "graceful-fs": "^4.2.9"
  23887. }
  23888. },
  23889. "jest-snapshot": {
  23890. "version": "27.5.1",
  23891. "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz",
  23892. "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==",
  23893. "requires": {
  23894. "@babel/core": "^7.7.2",
  23895. "@babel/generator": "^7.7.2",
  23896. "@babel/plugin-syntax-typescript": "^7.7.2",
  23897. "@babel/traverse": "^7.7.2",
  23898. "@babel/types": "^7.0.0",
  23899. "@jest/transform": "^27.5.1",
  23900. "@jest/types": "^27.5.1",
  23901. "@types/babel__traverse": "^7.0.4",
  23902. "@types/prettier": "^2.1.5",
  23903. "babel-preset-current-node-syntax": "^1.0.0",
  23904. "chalk": "^4.0.0",
  23905. "expect": "^27.5.1",
  23906. "graceful-fs": "^4.2.9",
  23907. "jest-diff": "^27.5.1",
  23908. "jest-get-type": "^27.5.1",
  23909. "jest-haste-map": "^27.5.1",
  23910. "jest-matcher-utils": "^27.5.1",
  23911. "jest-message-util": "^27.5.1",
  23912. "jest-util": "^27.5.1",
  23913. "natural-compare": "^1.4.0",
  23914. "pretty-format": "^27.5.1",
  23915. "semver": "^7.3.2"
  23916. },
  23917. "dependencies": {
  23918. "diff-sequences": {
  23919. "version": "27.5.1",
  23920. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
  23921. "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ=="
  23922. },
  23923. "jest-diff": {
  23924. "version": "27.5.1",
  23925. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
  23926. "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
  23927. "requires": {
  23928. "chalk": "^4.0.0",
  23929. "diff-sequences": "^27.5.1",
  23930. "jest-get-type": "^27.5.1",
  23931. "pretty-format": "^27.5.1"
  23932. }
  23933. },
  23934. "jest-get-type": {
  23935. "version": "27.5.1",
  23936. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  23937. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw=="
  23938. }
  23939. }
  23940. },
  23941. "jest-util": {
  23942. "version": "27.5.1",
  23943. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
  23944. "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
  23945. "requires": {
  23946. "@jest/types": "^27.5.1",
  23947. "@types/node": "*",
  23948. "chalk": "^4.0.0",
  23949. "ci-info": "^3.2.0",
  23950. "graceful-fs": "^4.2.9",
  23951. "picomatch": "^2.2.3"
  23952. }
  23953. },
  23954. "jest-validate": {
  23955. "version": "27.5.1",
  23956. "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz",
  23957. "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==",
  23958. "requires": {
  23959. "@jest/types": "^27.5.1",
  23960. "camelcase": "^6.2.0",
  23961. "chalk": "^4.0.0",
  23962. "jest-get-type": "^27.5.1",
  23963. "leven": "^3.1.0",
  23964. "pretty-format": "^27.5.1"
  23965. },
  23966. "dependencies": {
  23967. "jest-get-type": {
  23968. "version": "27.5.1",
  23969. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  23970. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw=="
  23971. }
  23972. }
  23973. },
  23974. "jest-watch-typeahead": {
  23975. "version": "1.0.0",
  23976. "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.0.0.tgz",
  23977. "integrity": "sha512-jxoszalAb394WElmiJTFBMzie/RDCF+W7Q29n5LzOPtcoQoHWfdUtHFkbhgf5NwWe8uMOxvKb/g7ea7CshfkTw==",
  23978. "requires": {
  23979. "ansi-escapes": "^4.3.1",
  23980. "chalk": "^4.0.0",
  23981. "jest-regex-util": "^27.0.0",
  23982. "jest-watcher": "^27.0.0",
  23983. "slash": "^4.0.0",
  23984. "string-length": "^5.0.1",
  23985. "strip-ansi": "^7.0.1"
  23986. },
  23987. "dependencies": {
  23988. "ansi-regex": {
  23989. "version": "6.0.1",
  23990. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
  23991. "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA=="
  23992. },
  23993. "char-regex": {
  23994. "version": "2.0.1",
  23995. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz",
  23996. "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw=="
  23997. },
  23998. "slash": {
  23999. "version": "4.0.0",
  24000. "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
  24001. "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew=="
  24002. },
  24003. "string-length": {
  24004. "version": "5.0.1",
  24005. "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz",
  24006. "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==",
  24007. "requires": {
  24008. "char-regex": "^2.0.0",
  24009. "strip-ansi": "^7.0.1"
  24010. }
  24011. },
  24012. "strip-ansi": {
  24013. "version": "7.0.1",
  24014. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
  24015. "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
  24016. "requires": {
  24017. "ansi-regex": "^6.0.1"
  24018. }
  24019. }
  24020. }
  24021. },
  24022. "jest-watcher": {
  24023. "version": "27.5.1",
  24024. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
  24025. "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
  24026. "requires": {
  24027. "@jest/test-result": "^27.5.1",
  24028. "@jest/types": "^27.5.1",
  24029. "@types/node": "*",
  24030. "ansi-escapes": "^4.2.1",
  24031. "chalk": "^4.0.0",
  24032. "jest-util": "^27.5.1",
  24033. "string-length": "^4.0.1"
  24034. }
  24035. },
  24036. "jest-worker": {
  24037. "version": "27.5.1",
  24038. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
  24039. "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
  24040. "requires": {
  24041. "@types/node": "*",
  24042. "merge-stream": "^2.0.0",
  24043. "supports-color": "^8.0.0"
  24044. },
  24045. "dependencies": {
  24046. "supports-color": {
  24047. "version": "8.1.1",
  24048. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  24049. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  24050. "requires": {
  24051. "has-flag": "^4.0.0"
  24052. }
  24053. }
  24054. }
  24055. },
  24056. "js-base64": {
  24057. "version": "2.6.4",
  24058. "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz",
  24059. "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ=="
  24060. },
  24061. "js-tokens": {
  24062. "version": "4.0.0",
  24063. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  24064. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  24065. },
  24066. "js-yaml": {
  24067. "version": "3.14.1",
  24068. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
  24069. "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
  24070. "requires": {
  24071. "argparse": "^1.0.7",
  24072. "esprima": "^4.0.0"
  24073. }
  24074. },
  24075. "jsbn": {
  24076. "version": "0.1.1",
  24077. "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
  24078. "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
  24079. },
  24080. "jsdom": {
  24081. "version": "16.7.0",
  24082. "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
  24083. "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
  24084. "requires": {
  24085. "abab": "^2.0.5",
  24086. "acorn": "^8.2.4",
  24087. "acorn-globals": "^6.0.0",
  24088. "cssom": "^0.4.4",
  24089. "cssstyle": "^2.3.0",
  24090. "data-urls": "^2.0.0",
  24091. "decimal.js": "^10.2.1",
  24092. "domexception": "^2.0.1",
  24093. "escodegen": "^2.0.0",
  24094. "form-data": "^3.0.0",
  24095. "html-encoding-sniffer": "^2.0.1",
  24096. "http-proxy-agent": "^4.0.1",
  24097. "https-proxy-agent": "^5.0.0",
  24098. "is-potential-custom-element-name": "^1.0.1",
  24099. "nwsapi": "^2.2.0",
  24100. "parse5": "6.0.1",
  24101. "saxes": "^5.0.1",
  24102. "symbol-tree": "^3.2.4",
  24103. "tough-cookie": "^4.0.0",
  24104. "w3c-hr-time": "^1.0.2",
  24105. "w3c-xmlserializer": "^2.0.0",
  24106. "webidl-conversions": "^6.1.0",
  24107. "whatwg-encoding": "^1.0.5",
  24108. "whatwg-mimetype": "^2.3.0",
  24109. "whatwg-url": "^8.5.0",
  24110. "ws": "^7.4.6",
  24111. "xml-name-validator": "^3.0.0"
  24112. }
  24113. },
  24114. "jsesc": {
  24115. "version": "2.5.2",
  24116. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  24117. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="
  24118. },
  24119. "json-parse-better-errors": {
  24120. "version": "1.0.2",
  24121. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  24122. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
  24123. },
  24124. "json-parse-even-better-errors": {
  24125. "version": "2.3.1",
  24126. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  24127. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
  24128. },
  24129. "json-schema": {
  24130. "version": "0.4.0",
  24131. "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
  24132. "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
  24133. },
  24134. "json-schema-traverse": {
  24135. "version": "0.4.1",
  24136. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  24137. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
  24138. },
  24139. "json-stable-stringify-without-jsonify": {
  24140. "version": "1.0.1",
  24141. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  24142. "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE="
  24143. },
  24144. "json-stringify-safe": {
  24145. "version": "5.0.1",
  24146. "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  24147. "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
  24148. },
  24149. "json5": {
  24150. "version": "2.2.1",
  24151. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz",
  24152. "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA=="
  24153. },
  24154. "jsonfile": {
  24155. "version": "6.1.0",
  24156. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  24157. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  24158. "requires": {
  24159. "graceful-fs": "^4.1.6",
  24160. "universalify": "^2.0.0"
  24161. }
  24162. },
  24163. "jsonpointer": {
  24164. "version": "5.0.0",
  24165. "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.0.tgz",
  24166. "integrity": "sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg=="
  24167. },
  24168. "jsprim": {
  24169. "version": "1.4.2",
  24170. "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz",
  24171. "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
  24172. "requires": {
  24173. "assert-plus": "1.0.0",
  24174. "extsprintf": "1.3.0",
  24175. "json-schema": "0.4.0",
  24176. "verror": "1.10.0"
  24177. }
  24178. },
  24179. "jsx-ast-utils": {
  24180. "version": "3.2.2",
  24181. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.2.tgz",
  24182. "integrity": "sha512-HDAyJ4MNQBboGpUnHAVUNJs6X0lh058s6FuixsFGP7MgJYpD6Vasd6nzSG5iIfXu1zAYlHJ/zsOKNlrenTUBnw==",
  24183. "requires": {
  24184. "array-includes": "^3.1.4",
  24185. "object.assign": "^4.1.2"
  24186. }
  24187. },
  24188. "kind-of": {
  24189. "version": "6.0.3",
  24190. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  24191. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="
  24192. },
  24193. "kleur": {
  24194. "version": "3.0.3",
  24195. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  24196. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w=="
  24197. },
  24198. "klona": {
  24199. "version": "2.0.5",
  24200. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz",
  24201. "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ=="
  24202. },
  24203. "language-subtag-registry": {
  24204. "version": "0.3.21",
  24205. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz",
  24206. "integrity": "sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg=="
  24207. },
  24208. "language-tags": {
  24209. "version": "1.0.5",
  24210. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
  24211. "integrity": "sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=",
  24212. "requires": {
  24213. "language-subtag-registry": "~0.3.2"
  24214. }
  24215. },
  24216. "leven": {
  24217. "version": "3.1.0",
  24218. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  24219. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A=="
  24220. },
  24221. "levn": {
  24222. "version": "0.4.1",
  24223. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  24224. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  24225. "requires": {
  24226. "prelude-ls": "^1.2.1",
  24227. "type-check": "~0.4.0"
  24228. }
  24229. },
  24230. "lilconfig": {
  24231. "version": "2.0.5",
  24232. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.5.tgz",
  24233. "integrity": "sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg=="
  24234. },
  24235. "lines-and-columns": {
  24236. "version": "1.2.4",
  24237. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  24238. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
  24239. },
  24240. "loader-runner": {
  24241. "version": "4.3.0",
  24242. "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
  24243. "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg=="
  24244. },
  24245. "loader-utils": {
  24246. "version": "2.0.2",
  24247. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz",
  24248. "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==",
  24249. "requires": {
  24250. "big.js": "^5.2.2",
  24251. "emojis-list": "^3.0.0",
  24252. "json5": "^2.1.2"
  24253. }
  24254. },
  24255. "locate-path": {
  24256. "version": "6.0.0",
  24257. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  24258. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  24259. "requires": {
  24260. "p-locate": "^5.0.0"
  24261. }
  24262. },
  24263. "lodash": {
  24264. "version": "4.17.21",
  24265. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  24266. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  24267. },
  24268. "lodash.debounce": {
  24269. "version": "4.0.8",
  24270. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  24271. "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168="
  24272. },
  24273. "lodash.memoize": {
  24274. "version": "4.1.2",
  24275. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  24276. "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4="
  24277. },
  24278. "lodash.merge": {
  24279. "version": "4.6.2",
  24280. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  24281. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
  24282. },
  24283. "lodash.sortby": {
  24284. "version": "4.7.0",
  24285. "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
  24286. "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg="
  24287. },
  24288. "lodash.uniq": {
  24289. "version": "4.5.0",
  24290. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  24291. "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M="
  24292. },
  24293. "loose-envify": {
  24294. "version": "1.4.0",
  24295. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  24296. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  24297. "requires": {
  24298. "js-tokens": "^3.0.0 || ^4.0.0"
  24299. }
  24300. },
  24301. "lower-case": {
  24302. "version": "2.0.2",
  24303. "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
  24304. "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
  24305. "requires": {
  24306. "tslib": "^2.0.3"
  24307. }
  24308. },
  24309. "lru-cache": {
  24310. "version": "6.0.0",
  24311. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  24312. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  24313. "requires": {
  24314. "yallist": "^4.0.0"
  24315. }
  24316. },
  24317. "lz-string": {
  24318. "version": "1.4.4",
  24319. "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz",
  24320. "integrity": "sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY="
  24321. },
  24322. "magic-string": {
  24323. "version": "0.25.9",
  24324. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
  24325. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  24326. "requires": {
  24327. "sourcemap-codec": "^1.4.8"
  24328. }
  24329. },
  24330. "make-dir": {
  24331. "version": "3.1.0",
  24332. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  24333. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  24334. "requires": {
  24335. "semver": "^6.0.0"
  24336. },
  24337. "dependencies": {
  24338. "semver": {
  24339. "version": "6.3.0",
  24340. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  24341. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  24342. }
  24343. }
  24344. },
  24345. "make-fetch-happen": {
  24346. "version": "9.1.0",
  24347. "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz",
  24348. "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==",
  24349. "requires": {
  24350. "agentkeepalive": "^4.1.3",
  24351. "cacache": "^15.2.0",
  24352. "http-cache-semantics": "^4.1.0",
  24353. "http-proxy-agent": "^4.0.1",
  24354. "https-proxy-agent": "^5.0.0",
  24355. "is-lambda": "^1.0.1",
  24356. "lru-cache": "^6.0.0",
  24357. "minipass": "^3.1.3",
  24358. "minipass-collect": "^1.0.2",
  24359. "minipass-fetch": "^1.3.2",
  24360. "minipass-flush": "^1.0.5",
  24361. "minipass-pipeline": "^1.2.4",
  24362. "negotiator": "^0.6.2",
  24363. "promise-retry": "^2.0.1",
  24364. "socks-proxy-agent": "^6.0.0",
  24365. "ssri": "^8.0.0"
  24366. }
  24367. },
  24368. "makeerror": {
  24369. "version": "1.0.12",
  24370. "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
  24371. "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
  24372. "requires": {
  24373. "tmpl": "1.0.5"
  24374. }
  24375. },
  24376. "map-obj": {
  24377. "version": "4.3.0",
  24378. "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz",
  24379. "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ=="
  24380. },
  24381. "mdn-data": {
  24382. "version": "2.0.4",
  24383. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
  24384. "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA=="
  24385. },
  24386. "media-typer": {
  24387. "version": "0.3.0",
  24388. "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
  24389. "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g="
  24390. },
  24391. "memfs": {
  24392. "version": "3.4.1",
  24393. "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.1.tgz",
  24394. "integrity": "sha512-1c9VPVvW5P7I85c35zAdEr1TD5+F11IToIHIlrVIcflfnzPkJa0ZoYEoEdYDP8KgPFoSZ/opDrUsAoZWym3mtw==",
  24395. "requires": {
  24396. "fs-monkey": "1.0.3"
  24397. }
  24398. },
  24399. "meow": {
  24400. "version": "9.0.0",
  24401. "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz",
  24402. "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==",
  24403. "requires": {
  24404. "@types/minimist": "^1.2.0",
  24405. "camelcase-keys": "^6.2.2",
  24406. "decamelize": "^1.2.0",
  24407. "decamelize-keys": "^1.1.0",
  24408. "hard-rejection": "^2.1.0",
  24409. "minimist-options": "4.1.0",
  24410. "normalize-package-data": "^3.0.0",
  24411. "read-pkg-up": "^7.0.1",
  24412. "redent": "^3.0.0",
  24413. "trim-newlines": "^3.0.0",
  24414. "type-fest": "^0.18.0",
  24415. "yargs-parser": "^20.2.3"
  24416. },
  24417. "dependencies": {
  24418. "type-fest": {
  24419. "version": "0.18.1",
  24420. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
  24421. "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw=="
  24422. }
  24423. }
  24424. },
  24425. "merge-descriptors": {
  24426. "version": "1.0.1",
  24427. "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
  24428. "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
  24429. },
  24430. "merge-stream": {
  24431. "version": "2.0.0",
  24432. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  24433. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  24434. },
  24435. "merge2": {
  24436. "version": "1.4.1",
  24437. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  24438. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="
  24439. },
  24440. "methods": {
  24441. "version": "1.1.2",
  24442. "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
  24443. "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
  24444. },
  24445. "micromatch": {
  24446. "version": "4.0.5",
  24447. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  24448. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  24449. "requires": {
  24450. "braces": "^3.0.2",
  24451. "picomatch": "^2.3.1"
  24452. }
  24453. },
  24454. "mime": {
  24455. "version": "1.6.0",
  24456. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  24457. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="
  24458. },
  24459. "mime-db": {
  24460. "version": "1.52.0",
  24461. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  24462. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="
  24463. },
  24464. "mime-types": {
  24465. "version": "2.1.35",
  24466. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  24467. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  24468. "requires": {
  24469. "mime-db": "1.52.0"
  24470. }
  24471. },
  24472. "mimic-fn": {
  24473. "version": "2.1.0",
  24474. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  24475. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg=="
  24476. },
  24477. "min-indent": {
  24478. "version": "1.0.1",
  24479. "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
  24480. "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg=="
  24481. },
  24482. "mini-create-react-context": {
  24483. "version": "0.4.1",
  24484. "resolved": "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz",
  24485. "integrity": "sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==",
  24486. "requires": {
  24487. "@babel/runtime": "^7.12.1",
  24488. "tiny-warning": "^1.0.3"
  24489. }
  24490. },
  24491. "mini-css-extract-plugin": {
  24492. "version": "2.6.0",
  24493. "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.0.tgz",
  24494. "integrity": "sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w==",
  24495. "requires": {
  24496. "schema-utils": "^4.0.0"
  24497. },
  24498. "dependencies": {
  24499. "ajv": {
  24500. "version": "8.11.0",
  24501. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  24502. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  24503. "requires": {
  24504. "fast-deep-equal": "^3.1.1",
  24505. "json-schema-traverse": "^1.0.0",
  24506. "require-from-string": "^2.0.2",
  24507. "uri-js": "^4.2.2"
  24508. }
  24509. },
  24510. "ajv-keywords": {
  24511. "version": "5.1.0",
  24512. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  24513. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  24514. "requires": {
  24515. "fast-deep-equal": "^3.1.3"
  24516. }
  24517. },
  24518. "json-schema-traverse": {
  24519. "version": "1.0.0",
  24520. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  24521. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  24522. },
  24523. "schema-utils": {
  24524. "version": "4.0.0",
  24525. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  24526. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  24527. "requires": {
  24528. "@types/json-schema": "^7.0.9",
  24529. "ajv": "^8.8.0",
  24530. "ajv-formats": "^2.1.1",
  24531. "ajv-keywords": "^5.0.0"
  24532. }
  24533. }
  24534. }
  24535. },
  24536. "minimalistic-assert": {
  24537. "version": "1.0.1",
  24538. "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
  24539. "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
  24540. },
  24541. "minimatch": {
  24542. "version": "3.1.2",
  24543. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  24544. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  24545. "requires": {
  24546. "brace-expansion": "^1.1.7"
  24547. }
  24548. },
  24549. "minimist": {
  24550. "version": "1.2.6",
  24551. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
  24552. "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
  24553. },
  24554. "minimist-options": {
  24555. "version": "4.1.0",
  24556. "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz",
  24557. "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==",
  24558. "requires": {
  24559. "arrify": "^1.0.1",
  24560. "is-plain-obj": "^1.1.0",
  24561. "kind-of": "^6.0.3"
  24562. },
  24563. "dependencies": {
  24564. "is-plain-obj": {
  24565. "version": "1.1.0",
  24566. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
  24567. "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4="
  24568. }
  24569. }
  24570. },
  24571. "minipass": {
  24572. "version": "3.1.6",
  24573. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.6.tgz",
  24574. "integrity": "sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ==",
  24575. "requires": {
  24576. "yallist": "^4.0.0"
  24577. }
  24578. },
  24579. "minipass-collect": {
  24580. "version": "1.0.2",
  24581. "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",
  24582. "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
  24583. "requires": {
  24584. "minipass": "^3.0.0"
  24585. }
  24586. },
  24587. "minipass-fetch": {
  24588. "version": "1.4.1",
  24589. "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz",
  24590. "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==",
  24591. "requires": {
  24592. "encoding": "^0.1.12",
  24593. "minipass": "^3.1.0",
  24594. "minipass-sized": "^1.0.3",
  24595. "minizlib": "^2.0.0"
  24596. }
  24597. },
  24598. "minipass-flush": {
  24599. "version": "1.0.5",
  24600. "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz",
  24601. "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==",
  24602. "requires": {
  24603. "minipass": "^3.0.0"
  24604. }
  24605. },
  24606. "minipass-pipeline": {
  24607. "version": "1.2.4",
  24608. "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
  24609. "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
  24610. "requires": {
  24611. "minipass": "^3.0.0"
  24612. }
  24613. },
  24614. "minipass-sized": {
  24615. "version": "1.0.3",
  24616. "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz",
  24617. "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==",
  24618. "requires": {
  24619. "minipass": "^3.0.0"
  24620. }
  24621. },
  24622. "minizlib": {
  24623. "version": "2.1.2",
  24624. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
  24625. "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
  24626. "requires": {
  24627. "minipass": "^3.0.0",
  24628. "yallist": "^4.0.0"
  24629. }
  24630. },
  24631. "mkdirp": {
  24632. "version": "0.5.6",
  24633. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
  24634. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  24635. "requires": {
  24636. "minimist": "^1.2.6"
  24637. }
  24638. },
  24639. "ms": {
  24640. "version": "2.1.2",
  24641. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  24642. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  24643. },
  24644. "multicast-dns": {
  24645. "version": "7.2.4",
  24646. "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.4.tgz",
  24647. "integrity": "sha512-XkCYOU+rr2Ft3LI6w4ye51M3VK31qJXFIxu0XLw169PtKG0Zx47OrXeVW/GCYOfpC9s1yyyf1S+L8/4LY0J9Zw==",
  24648. "requires": {
  24649. "dns-packet": "^5.2.2",
  24650. "thunky": "^1.0.2"
  24651. }
  24652. },
  24653. "nan": {
  24654. "version": "2.15.0",
  24655. "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz",
  24656. "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ=="
  24657. },
  24658. "nanoid": {
  24659. "version": "3.3.2",
  24660. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.2.tgz",
  24661. "integrity": "sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA=="
  24662. },
  24663. "native-run": {
  24664. "version": "1.5.0",
  24665. "resolved": "https://registry.npmjs.org/native-run/-/native-run-1.5.0.tgz",
  24666. "integrity": "sha512-YYsYYAljk70N+FJLeY5KuafsBit7agOBR3ch1KTXOaKkREkM49yCwJIwVz2faoWpJ2MeyLdXltk5PskUuPQqZA==",
  24667. "dev": true,
  24668. "requires": {
  24669. "@ionic/utils-fs": "^3.1.5",
  24670. "@ionic/utils-terminal": "^2.3.1",
  24671. "bplist-parser": "^0.3.0",
  24672. "debug": "^4.3.2",
  24673. "elementtree": "^0.1.7",
  24674. "ini": "^1.3.5",
  24675. "plist": "^3.0.4",
  24676. "split2": "^3.2.2",
  24677. "through2": "^4.0.2",
  24678. "tslib": "^2.3.1",
  24679. "yauzl": "^2.10.0"
  24680. }
  24681. },
  24682. "natural-compare": {
  24683. "version": "1.4.0",
  24684. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  24685. "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
  24686. },
  24687. "negotiator": {
  24688. "version": "0.6.3",
  24689. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
  24690. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg=="
  24691. },
  24692. "neo-async": {
  24693. "version": "2.6.2",
  24694. "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  24695. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
  24696. },
  24697. "no-case": {
  24698. "version": "3.0.4",
  24699. "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
  24700. "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
  24701. "requires": {
  24702. "lower-case": "^2.0.2",
  24703. "tslib": "^2.0.3"
  24704. }
  24705. },
  24706. "node": {
  24707. "version": "17.7.2",
  24708. "resolved": "https://registry.npmjs.org/node/-/node-17.7.2.tgz",
  24709. "integrity": "sha512-1hLwQfuA39nUDxCTwKqS8l27E9OEzfAdK5xU4Wcr3h2FrQao6qWNnurgWn4GJn9g6tfHuuupyrBl1lvMLNnecw==",
  24710. "requires": {
  24711. "node-bin-setup": "^1.0.0"
  24712. }
  24713. },
  24714. "node-bin-setup": {
  24715. "version": "1.1.0",
  24716. "resolved": "https://registry.npmjs.org/node-bin-setup/-/node-bin-setup-1.1.0.tgz",
  24717. "integrity": "sha512-pTeU6NgUrexiLNtd+AKwvg6cngHMvj5FZ5e2bbv2ogBSIc9yhkXSSaTScfSRZnwHIh5YFmYSYlemLWkiKD7rog=="
  24718. },
  24719. "node-forge": {
  24720. "version": "1.3.1",
  24721. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
  24722. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA=="
  24723. },
  24724. "node-gyp": {
  24725. "version": "8.4.1",
  24726. "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",
  24727. "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==",
  24728. "requires": {
  24729. "env-paths": "^2.2.0",
  24730. "glob": "^7.1.4",
  24731. "graceful-fs": "^4.2.6",
  24732. "make-fetch-happen": "^9.1.0",
  24733. "nopt": "^5.0.0",
  24734. "npmlog": "^6.0.0",
  24735. "rimraf": "^3.0.2",
  24736. "semver": "^7.3.5",
  24737. "tar": "^6.1.2",
  24738. "which": "^2.0.2"
  24739. },
  24740. "dependencies": {
  24741. "are-we-there-yet": {
  24742. "version": "3.0.0",
  24743. "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.0.tgz",
  24744. "integrity": "sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==",
  24745. "requires": {
  24746. "delegates": "^1.0.0",
  24747. "readable-stream": "^3.6.0"
  24748. }
  24749. },
  24750. "gauge": {
  24751. "version": "4.0.4",
  24752. "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz",
  24753. "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==",
  24754. "requires": {
  24755. "aproba": "^1.0.3 || ^2.0.0",
  24756. "color-support": "^1.1.3",
  24757. "console-control-strings": "^1.1.0",
  24758. "has-unicode": "^2.0.1",
  24759. "signal-exit": "^3.0.7",
  24760. "string-width": "^4.2.3",
  24761. "strip-ansi": "^6.0.1",
  24762. "wide-align": "^1.1.5"
  24763. }
  24764. },
  24765. "npmlog": {
  24766. "version": "6.0.1",
  24767. "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.1.tgz",
  24768. "integrity": "sha512-BTHDvY6nrRHuRfyjt1MAufLxYdVXZfd099H4+i1f0lPywNQyI4foeNXJRObB/uy+TYqUW0vAD9gbdSOXPst7Eg==",
  24769. "requires": {
  24770. "are-we-there-yet": "^3.0.0",
  24771. "console-control-strings": "^1.1.0",
  24772. "gauge": "^4.0.0",
  24773. "set-blocking": "^2.0.0"
  24774. }
  24775. }
  24776. }
  24777. },
  24778. "node-int64": {
  24779. "version": "0.4.0",
  24780. "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
  24781. "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs="
  24782. },
  24783. "node-releases": {
  24784. "version": "2.0.3",
  24785. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.3.tgz",
  24786. "integrity": "sha512-maHFz6OLqYxz+VQyCAtA3PTX4UP/53pa05fyDNc9CwjvJ0yEh6+xBwKsgCxMNhS8taUKBFYxfuiaD9U/55iFaw=="
  24787. },
  24788. "node-sass": {
  24789. "version": "7.0.1",
  24790. "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-7.0.1.tgz",
  24791. "integrity": "sha512-uMy+Xt29NlqKCFdFRZyXKOTqGt+QaKHexv9STj2WeLottnlqZEEWx6Bj0MXNthmFRRdM/YwyNo/8Tr46TOM0jQ==",
  24792. "requires": {
  24793. "async-foreach": "^0.1.3",
  24794. "chalk": "^4.1.2",
  24795. "cross-spawn": "^7.0.3",
  24796. "gaze": "^1.0.0",
  24797. "get-stdin": "^4.0.1",
  24798. "glob": "^7.0.3",
  24799. "lodash": "^4.17.15",
  24800. "meow": "^9.0.0",
  24801. "nan": "^2.13.2",
  24802. "node-gyp": "^8.4.1",
  24803. "npmlog": "^5.0.0",
  24804. "request": "^2.88.0",
  24805. "sass-graph": "4.0.0",
  24806. "stdout-stream": "^1.4.0",
  24807. "true-case-path": "^1.0.2"
  24808. }
  24809. },
  24810. "nopt": {
  24811. "version": "5.0.0",
  24812. "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
  24813. "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
  24814. "requires": {
  24815. "abbrev": "1"
  24816. }
  24817. },
  24818. "normalize-package-data": {
  24819. "version": "3.0.3",
  24820. "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
  24821. "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==",
  24822. "requires": {
  24823. "hosted-git-info": "^4.0.1",
  24824. "is-core-module": "^2.5.0",
  24825. "semver": "^7.3.4",
  24826. "validate-npm-package-license": "^3.0.1"
  24827. }
  24828. },
  24829. "normalize-path": {
  24830. "version": "3.0.0",
  24831. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  24832. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
  24833. },
  24834. "normalize-range": {
  24835. "version": "0.1.2",
  24836. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  24837. "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI="
  24838. },
  24839. "normalize-url": {
  24840. "version": "6.1.0",
  24841. "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
  24842. "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A=="
  24843. },
  24844. "npm-run-path": {
  24845. "version": "4.0.1",
  24846. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  24847. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  24848. "requires": {
  24849. "path-key": "^3.0.0"
  24850. }
  24851. },
  24852. "npmlog": {
  24853. "version": "5.0.1",
  24854. "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
  24855. "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
  24856. "requires": {
  24857. "are-we-there-yet": "^2.0.0",
  24858. "console-control-strings": "^1.1.0",
  24859. "gauge": "^3.0.0",
  24860. "set-blocking": "^2.0.0"
  24861. }
  24862. },
  24863. "nth-check": {
  24864. "version": "2.0.1",
  24865. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
  24866. "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
  24867. "requires": {
  24868. "boolbase": "^1.0.0"
  24869. }
  24870. },
  24871. "nwsapi": {
  24872. "version": "2.2.0",
  24873. "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
  24874. "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ=="
  24875. },
  24876. "oauth-sign": {
  24877. "version": "0.9.0",
  24878. "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
  24879. "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ=="
  24880. },
  24881. "object-assign": {
  24882. "version": "4.1.1",
  24883. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  24884. "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
  24885. },
  24886. "object-hash": {
  24887. "version": "3.0.0",
  24888. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  24889. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw=="
  24890. },
  24891. "object-inspect": {
  24892. "version": "1.12.0",
  24893. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz",
  24894. "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g=="
  24895. },
  24896. "object-keys": {
  24897. "version": "1.1.1",
  24898. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  24899. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA=="
  24900. },
  24901. "object.assign": {
  24902. "version": "4.1.2",
  24903. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
  24904. "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
  24905. "requires": {
  24906. "call-bind": "^1.0.0",
  24907. "define-properties": "^1.1.3",
  24908. "has-symbols": "^1.0.1",
  24909. "object-keys": "^1.1.1"
  24910. }
  24911. },
  24912. "object.entries": {
  24913. "version": "1.1.5",
  24914. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz",
  24915. "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==",
  24916. "requires": {
  24917. "call-bind": "^1.0.2",
  24918. "define-properties": "^1.1.3",
  24919. "es-abstract": "^1.19.1"
  24920. }
  24921. },
  24922. "object.fromentries": {
  24923. "version": "2.0.5",
  24924. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz",
  24925. "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==",
  24926. "requires": {
  24927. "call-bind": "^1.0.2",
  24928. "define-properties": "^1.1.3",
  24929. "es-abstract": "^1.19.1"
  24930. }
  24931. },
  24932. "object.getownpropertydescriptors": {
  24933. "version": "2.1.3",
  24934. "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz",
  24935. "integrity": "sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw==",
  24936. "requires": {
  24937. "call-bind": "^1.0.2",
  24938. "define-properties": "^1.1.3",
  24939. "es-abstract": "^1.19.1"
  24940. }
  24941. },
  24942. "object.hasown": {
  24943. "version": "1.1.0",
  24944. "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.0.tgz",
  24945. "integrity": "sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==",
  24946. "requires": {
  24947. "define-properties": "^1.1.3",
  24948. "es-abstract": "^1.19.1"
  24949. }
  24950. },
  24951. "object.values": {
  24952. "version": "1.1.5",
  24953. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz",
  24954. "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==",
  24955. "requires": {
  24956. "call-bind": "^1.0.2",
  24957. "define-properties": "^1.1.3",
  24958. "es-abstract": "^1.19.1"
  24959. }
  24960. },
  24961. "obuf": {
  24962. "version": "1.1.2",
  24963. "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
  24964. "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg=="
  24965. },
  24966. "on-finished": {
  24967. "version": "2.3.0",
  24968. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
  24969. "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
  24970. "requires": {
  24971. "ee-first": "1.1.1"
  24972. }
  24973. },
  24974. "on-headers": {
  24975. "version": "1.0.2",
  24976. "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
  24977. "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA=="
  24978. },
  24979. "once": {
  24980. "version": "1.4.0",
  24981. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  24982. "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  24983. "requires": {
  24984. "wrappy": "1"
  24985. }
  24986. },
  24987. "onetime": {
  24988. "version": "5.1.2",
  24989. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  24990. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  24991. "requires": {
  24992. "mimic-fn": "^2.1.0"
  24993. }
  24994. },
  24995. "open": {
  24996. "version": "8.4.0",
  24997. "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz",
  24998. "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==",
  24999. "requires": {
  25000. "define-lazy-prop": "^2.0.0",
  25001. "is-docker": "^2.1.1",
  25002. "is-wsl": "^2.2.0"
  25003. }
  25004. },
  25005. "optionator": {
  25006. "version": "0.9.1",
  25007. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
  25008. "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
  25009. "requires": {
  25010. "deep-is": "^0.1.3",
  25011. "fast-levenshtein": "^2.0.6",
  25012. "levn": "^0.4.1",
  25013. "prelude-ls": "^1.2.1",
  25014. "type-check": "^0.4.0",
  25015. "word-wrap": "^1.2.3"
  25016. }
  25017. },
  25018. "p-limit": {
  25019. "version": "3.1.0",
  25020. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  25021. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  25022. "requires": {
  25023. "yocto-queue": "^0.1.0"
  25024. }
  25025. },
  25026. "p-locate": {
  25027. "version": "5.0.0",
  25028. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  25029. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  25030. "requires": {
  25031. "p-limit": "^3.0.2"
  25032. }
  25033. },
  25034. "p-map": {
  25035. "version": "4.0.0",
  25036. "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
  25037. "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
  25038. "requires": {
  25039. "aggregate-error": "^3.0.0"
  25040. }
  25041. },
  25042. "p-retry": {
  25043. "version": "4.6.1",
  25044. "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.1.tgz",
  25045. "integrity": "sha512-e2xXGNhZOZ0lfgR9kL34iGlU8N/KO0xZnQxVEwdeOvpqNDQfdnxIYizvWtK8RglUa3bGqI8g0R/BdfzLMxRkiA==",
  25046. "requires": {
  25047. "@types/retry": "^0.12.0",
  25048. "retry": "^0.13.1"
  25049. }
  25050. },
  25051. "p-try": {
  25052. "version": "2.2.0",
  25053. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  25054. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
  25055. },
  25056. "param-case": {
  25057. "version": "3.0.4",
  25058. "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
  25059. "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
  25060. "requires": {
  25061. "dot-case": "^3.0.4",
  25062. "tslib": "^2.0.3"
  25063. }
  25064. },
  25065. "parent-module": {
  25066. "version": "1.0.1",
  25067. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  25068. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  25069. "requires": {
  25070. "callsites": "^3.0.0"
  25071. }
  25072. },
  25073. "parse-json": {
  25074. "version": "5.2.0",
  25075. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  25076. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  25077. "requires": {
  25078. "@babel/code-frame": "^7.0.0",
  25079. "error-ex": "^1.3.1",
  25080. "json-parse-even-better-errors": "^2.3.0",
  25081. "lines-and-columns": "^1.1.6"
  25082. }
  25083. },
  25084. "parse5": {
  25085. "version": "6.0.1",
  25086. "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
  25087. "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
  25088. },
  25089. "parseurl": {
  25090. "version": "1.3.3",
  25091. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  25092. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="
  25093. },
  25094. "pascal-case": {
  25095. "version": "3.1.2",
  25096. "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
  25097. "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
  25098. "requires": {
  25099. "no-case": "^3.0.4",
  25100. "tslib": "^2.0.3"
  25101. }
  25102. },
  25103. "path-exists": {
  25104. "version": "4.0.0",
  25105. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  25106. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
  25107. },
  25108. "path-is-absolute": {
  25109. "version": "1.0.1",
  25110. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  25111. "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
  25112. },
  25113. "path-key": {
  25114. "version": "3.1.1",
  25115. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  25116. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
  25117. },
  25118. "path-parse": {
  25119. "version": "1.0.7",
  25120. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  25121. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  25122. },
  25123. "path-to-regexp": {
  25124. "version": "1.8.0",
  25125. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz",
  25126. "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==",
  25127. "requires": {
  25128. "isarray": "0.0.1"
  25129. }
  25130. },
  25131. "path-type": {
  25132. "version": "4.0.0",
  25133. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  25134. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
  25135. },
  25136. "pend": {
  25137. "version": "1.2.0",
  25138. "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
  25139. "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=",
  25140. "dev": true
  25141. },
  25142. "performance-now": {
  25143. "version": "2.1.0",
  25144. "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
  25145. "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
  25146. },
  25147. "picocolors": {
  25148. "version": "1.0.0",
  25149. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  25150. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
  25151. },
  25152. "picomatch": {
  25153. "version": "2.3.1",
  25154. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  25155. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="
  25156. },
  25157. "pirates": {
  25158. "version": "4.0.5",
  25159. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
  25160. "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ=="
  25161. },
  25162. "pkg-dir": {
  25163. "version": "4.2.0",
  25164. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  25165. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  25166. "requires": {
  25167. "find-up": "^4.0.0"
  25168. },
  25169. "dependencies": {
  25170. "find-up": {
  25171. "version": "4.1.0",
  25172. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  25173. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  25174. "requires": {
  25175. "locate-path": "^5.0.0",
  25176. "path-exists": "^4.0.0"
  25177. }
  25178. },
  25179. "locate-path": {
  25180. "version": "5.0.0",
  25181. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  25182. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  25183. "requires": {
  25184. "p-locate": "^4.1.0"
  25185. }
  25186. },
  25187. "p-limit": {
  25188. "version": "2.3.0",
  25189. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  25190. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  25191. "requires": {
  25192. "p-try": "^2.0.0"
  25193. }
  25194. },
  25195. "p-locate": {
  25196. "version": "4.1.0",
  25197. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  25198. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  25199. "requires": {
  25200. "p-limit": "^2.2.0"
  25201. }
  25202. }
  25203. }
  25204. },
  25205. "pkg-up": {
  25206. "version": "3.1.0",
  25207. "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
  25208. "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
  25209. "requires": {
  25210. "find-up": "^3.0.0"
  25211. },
  25212. "dependencies": {
  25213. "find-up": {
  25214. "version": "3.0.0",
  25215. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  25216. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  25217. "requires": {
  25218. "locate-path": "^3.0.0"
  25219. }
  25220. },
  25221. "locate-path": {
  25222. "version": "3.0.0",
  25223. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  25224. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  25225. "requires": {
  25226. "p-locate": "^3.0.0",
  25227. "path-exists": "^3.0.0"
  25228. }
  25229. },
  25230. "p-limit": {
  25231. "version": "2.3.0",
  25232. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  25233. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  25234. "requires": {
  25235. "p-try": "^2.0.0"
  25236. }
  25237. },
  25238. "p-locate": {
  25239. "version": "3.0.0",
  25240. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  25241. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  25242. "requires": {
  25243. "p-limit": "^2.0.0"
  25244. }
  25245. },
  25246. "path-exists": {
  25247. "version": "3.0.0",
  25248. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  25249. "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
  25250. }
  25251. }
  25252. },
  25253. "plist": {
  25254. "version": "3.0.5",
  25255. "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.5.tgz",
  25256. "integrity": "sha512-83vX4eYdQp3vP9SxuYgEM/G/pJQqLUz/V/xzPrzruLs7fz7jxGQ1msZ/mg1nwZxUSuOp4sb+/bEIbRrbzZRxDA==",
  25257. "dev": true,
  25258. "requires": {
  25259. "base64-js": "^1.5.1",
  25260. "xmlbuilder": "^9.0.7"
  25261. }
  25262. },
  25263. "portfinder": {
  25264. "version": "1.0.28",
  25265. "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz",
  25266. "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==",
  25267. "requires": {
  25268. "async": "^2.6.2",
  25269. "debug": "^3.1.1",
  25270. "mkdirp": "^0.5.5"
  25271. },
  25272. "dependencies": {
  25273. "debug": {
  25274. "version": "3.2.7",
  25275. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  25276. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  25277. "requires": {
  25278. "ms": "^2.1.1"
  25279. }
  25280. }
  25281. }
  25282. },
  25283. "postcss": {
  25284. "version": "8.4.12",
  25285. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz",
  25286. "integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==",
  25287. "requires": {
  25288. "nanoid": "^3.3.1",
  25289. "picocolors": "^1.0.0",
  25290. "source-map-js": "^1.0.2"
  25291. }
  25292. },
  25293. "postcss-attribute-case-insensitive": {
  25294. "version": "5.0.0",
  25295. "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.0.tgz",
  25296. "integrity": "sha512-b4g9eagFGq9T5SWX4+USfVyjIb3liPnjhHHRMP7FMB2kFVpYyfEscV0wP3eaXhKlcHKUut8lt5BGoeylWA/dBQ==",
  25297. "requires": {
  25298. "postcss-selector-parser": "^6.0.2"
  25299. }
  25300. },
  25301. "postcss-browser-comments": {
  25302. "version": "4.0.0",
  25303. "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz",
  25304. "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==",
  25305. "requires": {}
  25306. },
  25307. "postcss-calc": {
  25308. "version": "8.2.4",
  25309. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz",
  25310. "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
  25311. "requires": {
  25312. "postcss-selector-parser": "^6.0.9",
  25313. "postcss-value-parser": "^4.2.0"
  25314. }
  25315. },
  25316. "postcss-clamp": {
  25317. "version": "4.1.0",
  25318. "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz",
  25319. "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==",
  25320. "requires": {
  25321. "postcss-value-parser": "^4.2.0"
  25322. }
  25323. },
  25324. "postcss-color-functional-notation": {
  25325. "version": "4.2.2",
  25326. "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.2.tgz",
  25327. "integrity": "sha512-DXVtwUhIk4f49KK5EGuEdgx4Gnyj6+t2jBSEmxvpIK9QI40tWrpS2Pua8Q7iIZWBrki2QOaeUdEaLPPa91K0RQ==",
  25328. "requires": {
  25329. "postcss-value-parser": "^4.2.0"
  25330. }
  25331. },
  25332. "postcss-color-hex-alpha": {
  25333. "version": "8.0.3",
  25334. "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.3.tgz",
  25335. "integrity": "sha512-fESawWJCrBV035DcbKRPAVmy21LpoyiXdPTuHUfWJ14ZRjY7Y7PA6P4g8z6LQGYhU1WAxkTxjIjurXzoe68Glw==",
  25336. "requires": {
  25337. "postcss-value-parser": "^4.2.0"
  25338. }
  25339. },
  25340. "postcss-color-rebeccapurple": {
  25341. "version": "7.0.2",
  25342. "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.0.2.tgz",
  25343. "integrity": "sha512-SFc3MaocHaQ6k3oZaFwH8io6MdypkUtEy/eXzXEB1vEQlO3S3oDc/FSZA8AsS04Z25RirQhlDlHLh3dn7XewWw==",
  25344. "requires": {
  25345. "postcss-value-parser": "^4.2.0"
  25346. }
  25347. },
  25348. "postcss-colormin": {
  25349. "version": "5.3.0",
  25350. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.0.tgz",
  25351. "integrity": "sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==",
  25352. "requires": {
  25353. "browserslist": "^4.16.6",
  25354. "caniuse-api": "^3.0.0",
  25355. "colord": "^2.9.1",
  25356. "postcss-value-parser": "^4.2.0"
  25357. }
  25358. },
  25359. "postcss-convert-values": {
  25360. "version": "5.1.0",
  25361. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.0.tgz",
  25362. "integrity": "sha512-GkyPbZEYJiWtQB0KZ0X6qusqFHUepguBCNFi9t5JJc7I2OTXG7C0twbTLvCfaKOLl3rSXmpAwV7W5txd91V84g==",
  25363. "requires": {
  25364. "postcss-value-parser": "^4.2.0"
  25365. }
  25366. },
  25367. "postcss-custom-media": {
  25368. "version": "8.0.0",
  25369. "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.0.tgz",
  25370. "integrity": "sha512-FvO2GzMUaTN0t1fBULDeIvxr5IvbDXcIatt6pnJghc736nqNgsGao5NT+5+WVLAQiTt6Cb3YUms0jiPaXhL//g==",
  25371. "requires": {}
  25372. },
  25373. "postcss-custom-properties": {
  25374. "version": "12.1.7",
  25375. "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.7.tgz",
  25376. "integrity": "sha512-N/hYP5gSoFhaqxi2DPCmvto/ZcRDVjE3T1LiAMzc/bg53hvhcHOLpXOHb526LzBBp5ZlAUhkuot/bfpmpgStJg==",
  25377. "requires": {
  25378. "postcss-value-parser": "^4.2.0"
  25379. }
  25380. },
  25381. "postcss-custom-selectors": {
  25382. "version": "6.0.0",
  25383. "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.0.tgz",
  25384. "integrity": "sha512-/1iyBhz/W8jUepjGyu7V1OPcGbc636snN1yXEQCinb6Bwt7KxsiU7/bLQlp8GwAXzCh7cobBU5odNn/2zQWR8Q==",
  25385. "requires": {
  25386. "postcss-selector-parser": "^6.0.4"
  25387. }
  25388. },
  25389. "postcss-dir-pseudo-class": {
  25390. "version": "6.0.4",
  25391. "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.4.tgz",
  25392. "integrity": "sha512-I8epwGy5ftdzNWEYok9VjW9whC4xnelAtbajGv4adql4FIF09rnrxnA9Y8xSHN47y7gqFIv10C5+ImsLeJpKBw==",
  25393. "requires": {
  25394. "postcss-selector-parser": "^6.0.9"
  25395. }
  25396. },
  25397. "postcss-discard-comments": {
  25398. "version": "5.1.1",
  25399. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.1.tgz",
  25400. "integrity": "sha512-5JscyFmvkUxz/5/+TB3QTTT9Gi9jHkcn8dcmmuN68JQcv3aQg4y88yEHHhwFB52l/NkaJ43O0dbksGMAo49nfQ==",
  25401. "requires": {}
  25402. },
  25403. "postcss-discard-duplicates": {
  25404. "version": "5.1.0",
  25405. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
  25406. "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==",
  25407. "requires": {}
  25408. },
  25409. "postcss-discard-empty": {
  25410. "version": "5.1.1",
  25411. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
  25412. "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
  25413. "requires": {}
  25414. },
  25415. "postcss-discard-overridden": {
  25416. "version": "5.1.0",
  25417. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz",
  25418. "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==",
  25419. "requires": {}
  25420. },
  25421. "postcss-double-position-gradients": {
  25422. "version": "3.1.1",
  25423. "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.1.tgz",
  25424. "integrity": "sha512-jM+CGkTs4FcG53sMPjrrGE0rIvLDdCrqMzgDC5fLI7JHDO7o6QG8C5TQBtExb13hdBdoH9C2QVbG4jo2y9lErQ==",
  25425. "requires": {
  25426. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  25427. "postcss-value-parser": "^4.2.0"
  25428. }
  25429. },
  25430. "postcss-env-function": {
  25431. "version": "4.0.6",
  25432. "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz",
  25433. "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==",
  25434. "requires": {
  25435. "postcss-value-parser": "^4.2.0"
  25436. }
  25437. },
  25438. "postcss-flexbugs-fixes": {
  25439. "version": "5.0.2",
  25440. "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz",
  25441. "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==",
  25442. "requires": {}
  25443. },
  25444. "postcss-focus-visible": {
  25445. "version": "6.0.4",
  25446. "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz",
  25447. "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==",
  25448. "requires": {
  25449. "postcss-selector-parser": "^6.0.9"
  25450. }
  25451. },
  25452. "postcss-focus-within": {
  25453. "version": "5.0.4",
  25454. "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz",
  25455. "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==",
  25456. "requires": {
  25457. "postcss-selector-parser": "^6.0.9"
  25458. }
  25459. },
  25460. "postcss-font-variant": {
  25461. "version": "5.0.0",
  25462. "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
  25463. "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
  25464. "requires": {}
  25465. },
  25466. "postcss-gap-properties": {
  25467. "version": "3.0.3",
  25468. "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.3.tgz",
  25469. "integrity": "sha512-rPPZRLPmEKgLk/KlXMqRaNkYTUpE7YC+bOIQFN5xcu1Vp11Y4faIXv6/Jpft6FMnl6YRxZqDZG0qQOW80stzxQ==",
  25470. "requires": {}
  25471. },
  25472. "postcss-image-set-function": {
  25473. "version": "4.0.6",
  25474. "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.6.tgz",
  25475. "integrity": "sha512-KfdC6vg53GC+vPd2+HYzsZ6obmPqOk6HY09kttU19+Gj1nC3S3XBVEXDHxkhxTohgZqzbUb94bKXvKDnYWBm/A==",
  25476. "requires": {
  25477. "postcss-value-parser": "^4.2.0"
  25478. }
  25479. },
  25480. "postcss-initial": {
  25481. "version": "4.0.1",
  25482. "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz",
  25483. "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==",
  25484. "requires": {}
  25485. },
  25486. "postcss-js": {
  25487. "version": "4.0.0",
  25488. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz",
  25489. "integrity": "sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==",
  25490. "requires": {
  25491. "camelcase-css": "^2.0.1"
  25492. }
  25493. },
  25494. "postcss-lab-function": {
  25495. "version": "4.2.0",
  25496. "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.0.tgz",
  25497. "integrity": "sha512-Zb1EO9DGYfa3CP8LhINHCcTTCTLI+R3t7AX2mKsDzdgVQ/GkCpHOTgOr6HBHslP7XDdVbqgHW5vvRPMdVANQ8w==",
  25498. "requires": {
  25499. "@csstools/postcss-progressive-custom-properties": "^1.1.0",
  25500. "postcss-value-parser": "^4.2.0"
  25501. }
  25502. },
  25503. "postcss-load-config": {
  25504. "version": "3.1.4",
  25505. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
  25506. "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
  25507. "requires": {
  25508. "lilconfig": "^2.0.5",
  25509. "yaml": "^1.10.2"
  25510. }
  25511. },
  25512. "postcss-loader": {
  25513. "version": "6.2.1",
  25514. "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz",
  25515. "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
  25516. "requires": {
  25517. "cosmiconfig": "^7.0.0",
  25518. "klona": "^2.0.5",
  25519. "semver": "^7.3.5"
  25520. }
  25521. },
  25522. "postcss-logical": {
  25523. "version": "5.0.4",
  25524. "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz",
  25525. "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==",
  25526. "requires": {}
  25527. },
  25528. "postcss-media-minmax": {
  25529. "version": "5.0.0",
  25530. "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz",
  25531. "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==",
  25532. "requires": {}
  25533. },
  25534. "postcss-merge-longhand": {
  25535. "version": "5.1.4",
  25536. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.4.tgz",
  25537. "integrity": "sha512-hbqRRqYfmXoGpzYKeW0/NCZhvNyQIlQeWVSao5iKWdyx7skLvCfQFGIUsP9NUs3dSbPac2IC4Go85/zG+7MlmA==",
  25538. "requires": {
  25539. "postcss-value-parser": "^4.2.0",
  25540. "stylehacks": "^5.1.0"
  25541. }
  25542. },
  25543. "postcss-merge-rules": {
  25544. "version": "5.1.1",
  25545. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.1.tgz",
  25546. "integrity": "sha512-8wv8q2cXjEuCcgpIB1Xx1pIy8/rhMPIQqYKNzEdyx37m6gpq83mQQdCxgIkFgliyEnKvdwJf/C61vN4tQDq4Ww==",
  25547. "requires": {
  25548. "browserslist": "^4.16.6",
  25549. "caniuse-api": "^3.0.0",
  25550. "cssnano-utils": "^3.1.0",
  25551. "postcss-selector-parser": "^6.0.5"
  25552. }
  25553. },
  25554. "postcss-minify-font-values": {
  25555. "version": "5.1.0",
  25556. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz",
  25557. "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==",
  25558. "requires": {
  25559. "postcss-value-parser": "^4.2.0"
  25560. }
  25561. },
  25562. "postcss-minify-gradients": {
  25563. "version": "5.1.1",
  25564. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz",
  25565. "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==",
  25566. "requires": {
  25567. "colord": "^2.9.1",
  25568. "cssnano-utils": "^3.1.0",
  25569. "postcss-value-parser": "^4.2.0"
  25570. }
  25571. },
  25572. "postcss-minify-params": {
  25573. "version": "5.1.2",
  25574. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.2.tgz",
  25575. "integrity": "sha512-aEP+p71S/urY48HWaRHasyx4WHQJyOYaKpQ6eXl8k0kxg66Wt/30VR6/woh8THgcpRbonJD5IeD+CzNhPi1L8g==",
  25576. "requires": {
  25577. "browserslist": "^4.16.6",
  25578. "cssnano-utils": "^3.1.0",
  25579. "postcss-value-parser": "^4.2.0"
  25580. }
  25581. },
  25582. "postcss-minify-selectors": {
  25583. "version": "5.2.0",
  25584. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.0.tgz",
  25585. "integrity": "sha512-vYxvHkW+iULstA+ctVNx0VoRAR4THQQRkG77o0oa4/mBS0OzGvvzLIvHDv/nNEM0crzN2WIyFU5X7wZhaUK3RA==",
  25586. "requires": {
  25587. "postcss-selector-parser": "^6.0.5"
  25588. }
  25589. },
  25590. "postcss-modules-extract-imports": {
  25591. "version": "3.0.0",
  25592. "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
  25593. "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
  25594. "requires": {}
  25595. },
  25596. "postcss-modules-local-by-default": {
  25597. "version": "4.0.0",
  25598. "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz",
  25599. "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==",
  25600. "requires": {
  25601. "icss-utils": "^5.0.0",
  25602. "postcss-selector-parser": "^6.0.2",
  25603. "postcss-value-parser": "^4.1.0"
  25604. }
  25605. },
  25606. "postcss-modules-scope": {
  25607. "version": "3.0.0",
  25608. "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
  25609. "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
  25610. "requires": {
  25611. "postcss-selector-parser": "^6.0.4"
  25612. }
  25613. },
  25614. "postcss-modules-values": {
  25615. "version": "4.0.0",
  25616. "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
  25617. "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
  25618. "requires": {
  25619. "icss-utils": "^5.0.0"
  25620. }
  25621. },
  25622. "postcss-nested": {
  25623. "version": "5.0.6",
  25624. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz",
  25625. "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==",
  25626. "requires": {
  25627. "postcss-selector-parser": "^6.0.6"
  25628. }
  25629. },
  25630. "postcss-nesting": {
  25631. "version": "10.1.4",
  25632. "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.1.4.tgz",
  25633. "integrity": "sha512-2ixdQ59ik/Gt1+oPHiI1kHdwEI8lLKEmui9B1nl6163ANLC+GewQn7fXMxJF2JSb4i2MKL96GU8fIiQztK4TTA==",
  25634. "requires": {
  25635. "postcss-selector-parser": "^6.0.10"
  25636. }
  25637. },
  25638. "postcss-normalize": {
  25639. "version": "10.0.1",
  25640. "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz",
  25641. "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==",
  25642. "requires": {
  25643. "@csstools/normalize.css": "*",
  25644. "postcss-browser-comments": "^4",
  25645. "sanitize.css": "*"
  25646. }
  25647. },
  25648. "postcss-normalize-charset": {
  25649. "version": "5.1.0",
  25650. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
  25651. "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==",
  25652. "requires": {}
  25653. },
  25654. "postcss-normalize-display-values": {
  25655. "version": "5.1.0",
  25656. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz",
  25657. "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==",
  25658. "requires": {
  25659. "postcss-value-parser": "^4.2.0"
  25660. }
  25661. },
  25662. "postcss-normalize-positions": {
  25663. "version": "5.1.0",
  25664. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.0.tgz",
  25665. "integrity": "sha512-8gmItgA4H5xiUxgN/3TVvXRoJxkAWLW6f/KKhdsH03atg0cB8ilXnrB5PpSshwVu/dD2ZsRFQcR1OEmSBDAgcQ==",
  25666. "requires": {
  25667. "postcss-value-parser": "^4.2.0"
  25668. }
  25669. },
  25670. "postcss-normalize-repeat-style": {
  25671. "version": "5.1.0",
  25672. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.0.tgz",
  25673. "integrity": "sha512-IR3uBjc+7mcWGL6CtniKNQ4Rr5fTxwkaDHwMBDGGs1x9IVRkYIT/M4NelZWkAOBdV6v3Z9S46zqaKGlyzHSchw==",
  25674. "requires": {
  25675. "postcss-value-parser": "^4.2.0"
  25676. }
  25677. },
  25678. "postcss-normalize-string": {
  25679. "version": "5.1.0",
  25680. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz",
  25681. "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==",
  25682. "requires": {
  25683. "postcss-value-parser": "^4.2.0"
  25684. }
  25685. },
  25686. "postcss-normalize-timing-functions": {
  25687. "version": "5.1.0",
  25688. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz",
  25689. "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==",
  25690. "requires": {
  25691. "postcss-value-parser": "^4.2.0"
  25692. }
  25693. },
  25694. "postcss-normalize-unicode": {
  25695. "version": "5.1.0",
  25696. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.0.tgz",
  25697. "integrity": "sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==",
  25698. "requires": {
  25699. "browserslist": "^4.16.6",
  25700. "postcss-value-parser": "^4.2.0"
  25701. }
  25702. },
  25703. "postcss-normalize-url": {
  25704. "version": "5.1.0",
  25705. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
  25706. "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
  25707. "requires": {
  25708. "normalize-url": "^6.0.1",
  25709. "postcss-value-parser": "^4.2.0"
  25710. }
  25711. },
  25712. "postcss-normalize-whitespace": {
  25713. "version": "5.1.1",
  25714. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz",
  25715. "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==",
  25716. "requires": {
  25717. "postcss-value-parser": "^4.2.0"
  25718. }
  25719. },
  25720. "postcss-opacity-percentage": {
  25721. "version": "1.1.2",
  25722. "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.2.tgz",
  25723. "integrity": "sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w=="
  25724. },
  25725. "postcss-ordered-values": {
  25726. "version": "5.1.1",
  25727. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.1.tgz",
  25728. "integrity": "sha512-7lxgXF0NaoMIgyihL/2boNAEZKiW0+HkMhdKMTD93CjW8TdCy2hSdj8lsAo+uwm7EDG16Da2Jdmtqpedl0cMfw==",
  25729. "requires": {
  25730. "cssnano-utils": "^3.1.0",
  25731. "postcss-value-parser": "^4.2.0"
  25732. }
  25733. },
  25734. "postcss-overflow-shorthand": {
  25735. "version": "3.0.3",
  25736. "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.3.tgz",
  25737. "integrity": "sha512-CxZwoWup9KXzQeeIxtgOciQ00tDtnylYIlJBBODqkgS/PU2jISuWOL/mYLHmZb9ZhZiCaNKsCRiLp22dZUtNsg==",
  25738. "requires": {}
  25739. },
  25740. "postcss-page-break": {
  25741. "version": "3.0.4",
  25742. "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
  25743. "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
  25744. "requires": {}
  25745. },
  25746. "postcss-place": {
  25747. "version": "7.0.4",
  25748. "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.4.tgz",
  25749. "integrity": "sha512-MrgKeiiu5OC/TETQO45kV3npRjOFxEHthsqGtkh3I1rPbZSbXGD/lZVi9j13cYh+NA8PIAPyk6sGjT9QbRyvSg==",
  25750. "requires": {
  25751. "postcss-value-parser": "^4.2.0"
  25752. }
  25753. },
  25754. "postcss-preset-env": {
  25755. "version": "7.4.3",
  25756. "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.4.3.tgz",
  25757. "integrity": "sha512-dlPA65g9KuGv7YsmGyCKtFkZKCPLkoVMUE3omOl6yM+qrynVHxFvf0tMuippIrXB/sB/MyhL1FgTIbrO+qMERg==",
  25758. "requires": {
  25759. "@csstools/postcss-color-function": "^1.0.3",
  25760. "@csstools/postcss-font-format-keywords": "^1.0.0",
  25761. "@csstools/postcss-hwb-function": "^1.0.0",
  25762. "@csstools/postcss-ic-unit": "^1.0.0",
  25763. "@csstools/postcss-is-pseudo-class": "^2.0.1",
  25764. "@csstools/postcss-normalize-display-values": "^1.0.0",
  25765. "@csstools/postcss-oklab-function": "^1.0.2",
  25766. "@csstools/postcss-progressive-custom-properties": "^1.3.0",
  25767. "autoprefixer": "^10.4.4",
  25768. "browserslist": "^4.20.2",
  25769. "css-blank-pseudo": "^3.0.3",
  25770. "css-has-pseudo": "^3.0.4",
  25771. "css-prefers-color-scheme": "^6.0.3",
  25772. "cssdb": "^6.5.0",
  25773. "postcss-attribute-case-insensitive": "^5.0.0",
  25774. "postcss-clamp": "^4.1.0",
  25775. "postcss-color-functional-notation": "^4.2.2",
  25776. "postcss-color-hex-alpha": "^8.0.3",
  25777. "postcss-color-rebeccapurple": "^7.0.2",
  25778. "postcss-custom-media": "^8.0.0",
  25779. "postcss-custom-properties": "^12.1.5",
  25780. "postcss-custom-selectors": "^6.0.0",
  25781. "postcss-dir-pseudo-class": "^6.0.4",
  25782. "postcss-double-position-gradients": "^3.1.1",
  25783. "postcss-env-function": "^4.0.6",
  25784. "postcss-focus-visible": "^6.0.4",
  25785. "postcss-focus-within": "^5.0.4",
  25786. "postcss-font-variant": "^5.0.0",
  25787. "postcss-gap-properties": "^3.0.3",
  25788. "postcss-image-set-function": "^4.0.6",
  25789. "postcss-initial": "^4.0.1",
  25790. "postcss-lab-function": "^4.1.2",
  25791. "postcss-logical": "^5.0.4",
  25792. "postcss-media-minmax": "^5.0.0",
  25793. "postcss-nesting": "^10.1.3",
  25794. "postcss-opacity-percentage": "^1.1.2",
  25795. "postcss-overflow-shorthand": "^3.0.3",
  25796. "postcss-page-break": "^3.0.4",
  25797. "postcss-place": "^7.0.4",
  25798. "postcss-pseudo-class-any-link": "^7.1.1",
  25799. "postcss-replace-overflow-wrap": "^4.0.0",
  25800. "postcss-selector-not": "^5.0.0",
  25801. "postcss-value-parser": "^4.2.0"
  25802. }
  25803. },
  25804. "postcss-pseudo-class-any-link": {
  25805. "version": "7.1.2",
  25806. "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.2.tgz",
  25807. "integrity": "sha512-76XzEQv3g+Vgnz3tmqh3pqQyRojkcJ+pjaePsyhcyf164p9aZsu3t+NWxkZYbcHLK1ju5Qmalti2jPI5IWCe5w==",
  25808. "requires": {
  25809. "postcss-selector-parser": "^6.0.10"
  25810. }
  25811. },
  25812. "postcss-reduce-initial": {
  25813. "version": "5.1.0",
  25814. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.0.tgz",
  25815. "integrity": "sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==",
  25816. "requires": {
  25817. "browserslist": "^4.16.6",
  25818. "caniuse-api": "^3.0.0"
  25819. }
  25820. },
  25821. "postcss-reduce-transforms": {
  25822. "version": "5.1.0",
  25823. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz",
  25824. "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==",
  25825. "requires": {
  25826. "postcss-value-parser": "^4.2.0"
  25827. }
  25828. },
  25829. "postcss-replace-overflow-wrap": {
  25830. "version": "4.0.0",
  25831. "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
  25832. "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
  25833. "requires": {}
  25834. },
  25835. "postcss-selector-not": {
  25836. "version": "5.0.0",
  25837. "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-5.0.0.tgz",
  25838. "integrity": "sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ==",
  25839. "requires": {
  25840. "balanced-match": "^1.0.0"
  25841. }
  25842. },
  25843. "postcss-selector-parser": {
  25844. "version": "6.0.10",
  25845. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz",
  25846. "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==",
  25847. "requires": {
  25848. "cssesc": "^3.0.0",
  25849. "util-deprecate": "^1.0.2"
  25850. }
  25851. },
  25852. "postcss-svgo": {
  25853. "version": "5.1.0",
  25854. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz",
  25855. "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==",
  25856. "requires": {
  25857. "postcss-value-parser": "^4.2.0",
  25858. "svgo": "^2.7.0"
  25859. },
  25860. "dependencies": {
  25861. "commander": {
  25862. "version": "7.2.0",
  25863. "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
  25864. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="
  25865. },
  25866. "css-tree": {
  25867. "version": "1.1.3",
  25868. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
  25869. "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
  25870. "requires": {
  25871. "mdn-data": "2.0.14",
  25872. "source-map": "^0.6.1"
  25873. }
  25874. },
  25875. "mdn-data": {
  25876. "version": "2.0.14",
  25877. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
  25878. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
  25879. },
  25880. "svgo": {
  25881. "version": "2.8.0",
  25882. "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
  25883. "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
  25884. "requires": {
  25885. "@trysound/sax": "0.2.0",
  25886. "commander": "^7.2.0",
  25887. "css-select": "^4.1.3",
  25888. "css-tree": "^1.1.3",
  25889. "csso": "^4.2.0",
  25890. "picocolors": "^1.0.0",
  25891. "stable": "^0.1.8"
  25892. }
  25893. }
  25894. }
  25895. },
  25896. "postcss-unique-selectors": {
  25897. "version": "5.1.1",
  25898. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz",
  25899. "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==",
  25900. "requires": {
  25901. "postcss-selector-parser": "^6.0.5"
  25902. }
  25903. },
  25904. "postcss-value-parser": {
  25905. "version": "4.2.0",
  25906. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  25907. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  25908. },
  25909. "prelude-ls": {
  25910. "version": "1.2.1",
  25911. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  25912. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="
  25913. },
  25914. "pretty-bytes": {
  25915. "version": "5.6.0",
  25916. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
  25917. "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg=="
  25918. },
  25919. "pretty-error": {
  25920. "version": "4.0.0",
  25921. "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
  25922. "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
  25923. "requires": {
  25924. "lodash": "^4.17.20",
  25925. "renderkid": "^3.0.0"
  25926. }
  25927. },
  25928. "pretty-format": {
  25929. "version": "27.5.1",
  25930. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
  25931. "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
  25932. "requires": {
  25933. "ansi-regex": "^5.0.1",
  25934. "ansi-styles": "^5.0.0",
  25935. "react-is": "^17.0.1"
  25936. },
  25937. "dependencies": {
  25938. "ansi-styles": {
  25939. "version": "5.2.0",
  25940. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  25941. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
  25942. }
  25943. }
  25944. },
  25945. "process-nextick-args": {
  25946. "version": "2.0.1",
  25947. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  25948. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  25949. },
  25950. "promise": {
  25951. "version": "8.1.0",
  25952. "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz",
  25953. "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==",
  25954. "requires": {
  25955. "asap": "~2.0.6"
  25956. }
  25957. },
  25958. "promise-inflight": {
  25959. "version": "1.0.1",
  25960. "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
  25961. "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM="
  25962. },
  25963. "promise-retry": {
  25964. "version": "2.0.1",
  25965. "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz",
  25966. "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",
  25967. "requires": {
  25968. "err-code": "^2.0.2",
  25969. "retry": "^0.12.0"
  25970. },
  25971. "dependencies": {
  25972. "retry": {
  25973. "version": "0.12.0",
  25974. "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
  25975. "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs="
  25976. }
  25977. }
  25978. },
  25979. "prompts": {
  25980. "version": "2.4.2",
  25981. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  25982. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  25983. "requires": {
  25984. "kleur": "^3.0.3",
  25985. "sisteransi": "^1.0.5"
  25986. }
  25987. },
  25988. "prop-types": {
  25989. "version": "15.8.1",
  25990. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  25991. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  25992. "requires": {
  25993. "loose-envify": "^1.4.0",
  25994. "object-assign": "^4.1.1",
  25995. "react-is": "^16.13.1"
  25996. },
  25997. "dependencies": {
  25998. "react-is": {
  25999. "version": "16.13.1",
  26000. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  26001. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  26002. }
  26003. }
  26004. },
  26005. "proxy-addr": {
  26006. "version": "2.0.7",
  26007. "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
  26008. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  26009. "requires": {
  26010. "forwarded": "0.2.0",
  26011. "ipaddr.js": "1.9.1"
  26012. },
  26013. "dependencies": {
  26014. "ipaddr.js": {
  26015. "version": "1.9.1",
  26016. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  26017. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g=="
  26018. }
  26019. }
  26020. },
  26021. "psl": {
  26022. "version": "1.8.0",
  26023. "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
  26024. "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ=="
  26025. },
  26026. "punycode": {
  26027. "version": "2.1.1",
  26028. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
  26029. "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
  26030. },
  26031. "q": {
  26032. "version": "1.5.1",
  26033. "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
  26034. "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
  26035. },
  26036. "qs": {
  26037. "version": "6.9.7",
  26038. "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz",
  26039. "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw=="
  26040. },
  26041. "queue-microtask": {
  26042. "version": "1.2.3",
  26043. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  26044. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="
  26045. },
  26046. "quick-lru": {
  26047. "version": "5.1.1",
  26048. "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
  26049. "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA=="
  26050. },
  26051. "raf": {
  26052. "version": "3.4.1",
  26053. "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
  26054. "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
  26055. "requires": {
  26056. "performance-now": "^2.1.0"
  26057. }
  26058. },
  26059. "randombytes": {
  26060. "version": "2.1.0",
  26061. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  26062. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  26063. "requires": {
  26064. "safe-buffer": "^5.1.0"
  26065. }
  26066. },
  26067. "range-parser": {
  26068. "version": "1.2.1",
  26069. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  26070. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
  26071. },
  26072. "raw-body": {
  26073. "version": "2.4.3",
  26074. "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.3.tgz",
  26075. "integrity": "sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g==",
  26076. "requires": {
  26077. "bytes": "3.1.2",
  26078. "http-errors": "1.8.1",
  26079. "iconv-lite": "0.4.24",
  26080. "unpipe": "1.0.0"
  26081. },
  26082. "dependencies": {
  26083. "bytes": {
  26084. "version": "3.1.2",
  26085. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  26086. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="
  26087. },
  26088. "iconv-lite": {
  26089. "version": "0.4.24",
  26090. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  26091. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  26092. "requires": {
  26093. "safer-buffer": ">= 2.1.2 < 3"
  26094. }
  26095. }
  26096. }
  26097. },
  26098. "react": {
  26099. "version": "17.0.2",
  26100. "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz",
  26101. "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
  26102. "requires": {
  26103. "loose-envify": "^1.1.0",
  26104. "object-assign": "^4.1.1"
  26105. }
  26106. },
  26107. "react-app-polyfill": {
  26108. "version": "3.0.0",
  26109. "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz",
  26110. "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==",
  26111. "requires": {
  26112. "core-js": "^3.19.2",
  26113. "object-assign": "^4.1.1",
  26114. "promise": "^8.1.0",
  26115. "raf": "^3.4.1",
  26116. "regenerator-runtime": "^0.13.9",
  26117. "whatwg-fetch": "^3.6.2"
  26118. }
  26119. },
  26120. "react-dev-utils": {
  26121. "version": "12.0.1",
  26122. "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz",
  26123. "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==",
  26124. "requires": {
  26125. "@babel/code-frame": "^7.16.0",
  26126. "address": "^1.1.2",
  26127. "browserslist": "^4.18.1",
  26128. "chalk": "^4.1.2",
  26129. "cross-spawn": "^7.0.3",
  26130. "detect-port-alt": "^1.1.6",
  26131. "escape-string-regexp": "^4.0.0",
  26132. "filesize": "^8.0.6",
  26133. "find-up": "^5.0.0",
  26134. "fork-ts-checker-webpack-plugin": "^6.5.0",
  26135. "global-modules": "^2.0.0",
  26136. "globby": "^11.0.4",
  26137. "gzip-size": "^6.0.0",
  26138. "immer": "^9.0.7",
  26139. "is-root": "^2.1.0",
  26140. "loader-utils": "^3.2.0",
  26141. "open": "^8.4.0",
  26142. "pkg-up": "^3.1.0",
  26143. "prompts": "^2.4.2",
  26144. "react-error-overlay": "^6.0.11",
  26145. "recursive-readdir": "^2.2.2",
  26146. "shell-quote": "^1.7.3",
  26147. "strip-ansi": "^6.0.1",
  26148. "text-table": "^0.2.0"
  26149. },
  26150. "dependencies": {
  26151. "loader-utils": {
  26152. "version": "3.2.0",
  26153. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.0.tgz",
  26154. "integrity": "sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ=="
  26155. }
  26156. }
  26157. },
  26158. "react-dom": {
  26159. "version": "17.0.2",
  26160. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz",
  26161. "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==",
  26162. "requires": {
  26163. "loose-envify": "^1.1.0",
  26164. "object-assign": "^4.1.1",
  26165. "scheduler": "^0.20.2"
  26166. }
  26167. },
  26168. "react-error-overlay": {
  26169. "version": "6.0.11",
  26170. "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz",
  26171. "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg=="
  26172. },
  26173. "react-is": {
  26174. "version": "17.0.2",
  26175. "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
  26176. "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
  26177. },
  26178. "react-refresh": {
  26179. "version": "0.11.0",
  26180. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
  26181. "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A=="
  26182. },
  26183. "react-router": {
  26184. "version": "5.3.1",
  26185. "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.1.tgz",
  26186. "integrity": "sha512-v+zwjqb7bakqgF+wMVKlAPTca/cEmPOvQ9zt7gpSNyPXau1+0qvuYZ5BWzzNDP1y6s15zDwgb9rPN63+SIniRQ==",
  26187. "requires": {
  26188. "@babel/runtime": "^7.12.13",
  26189. "history": "^4.9.0",
  26190. "hoist-non-react-statics": "^3.1.0",
  26191. "loose-envify": "^1.3.1",
  26192. "mini-create-react-context": "^0.4.0",
  26193. "path-to-regexp": "^1.7.0",
  26194. "prop-types": "^15.6.2",
  26195. "react-is": "^16.6.0",
  26196. "tiny-invariant": "^1.0.2",
  26197. "tiny-warning": "^1.0.0"
  26198. },
  26199. "dependencies": {
  26200. "react-is": {
  26201. "version": "16.13.1",
  26202. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  26203. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  26204. }
  26205. }
  26206. },
  26207. "react-router-dom": {
  26208. "version": "5.3.1",
  26209. "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.1.tgz",
  26210. "integrity": "sha512-f0pj/gMAbv9e8gahTmCEY20oFhxhrmHwYeIwH5EO5xu0qme+wXtsdB8YfUOAZzUz4VaXmb58m3ceiLtjMhqYmQ==",
  26211. "requires": {
  26212. "@babel/runtime": "^7.12.13",
  26213. "history": "^4.9.0",
  26214. "loose-envify": "^1.3.1",
  26215. "prop-types": "^15.6.2",
  26216. "react-router": "5.3.1",
  26217. "tiny-invariant": "^1.0.2",
  26218. "tiny-warning": "^1.0.0"
  26219. }
  26220. },
  26221. "react-scripts": {
  26222. "version": "5.0.1",
  26223. "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz",
  26224. "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==",
  26225. "requires": {
  26226. "@babel/core": "^7.16.0",
  26227. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
  26228. "@svgr/webpack": "^5.5.0",
  26229. "babel-jest": "^27.4.2",
  26230. "babel-loader": "^8.2.3",
  26231. "babel-plugin-named-asset-import": "^0.3.8",
  26232. "babel-preset-react-app": "^10.0.1",
  26233. "bfj": "^7.0.2",
  26234. "browserslist": "^4.18.1",
  26235. "camelcase": "^6.2.1",
  26236. "case-sensitive-paths-webpack-plugin": "^2.4.0",
  26237. "css-loader": "^6.5.1",
  26238. "css-minimizer-webpack-plugin": "^3.2.0",
  26239. "dotenv": "^10.0.0",
  26240. "dotenv-expand": "^5.1.0",
  26241. "eslint": "^8.3.0",
  26242. "eslint-config-react-app": "^7.0.1",
  26243. "eslint-webpack-plugin": "^3.1.1",
  26244. "file-loader": "^6.2.0",
  26245. "fs-extra": "^10.0.0",
  26246. "fsevents": "^2.3.2",
  26247. "html-webpack-plugin": "^5.5.0",
  26248. "identity-obj-proxy": "^3.0.0",
  26249. "jest": "^27.4.3",
  26250. "jest-resolve": "^27.4.2",
  26251. "jest-watch-typeahead": "^1.0.0",
  26252. "mini-css-extract-plugin": "^2.4.5",
  26253. "postcss": "^8.4.4",
  26254. "postcss-flexbugs-fixes": "^5.0.2",
  26255. "postcss-loader": "^6.2.1",
  26256. "postcss-normalize": "^10.0.1",
  26257. "postcss-preset-env": "^7.0.1",
  26258. "prompts": "^2.4.2",
  26259. "react-app-polyfill": "^3.0.0",
  26260. "react-dev-utils": "^12.0.1",
  26261. "react-refresh": "^0.11.0",
  26262. "resolve": "^1.20.0",
  26263. "resolve-url-loader": "^4.0.0",
  26264. "sass-loader": "^12.3.0",
  26265. "semver": "^7.3.5",
  26266. "source-map-loader": "^3.0.0",
  26267. "style-loader": "^3.3.1",
  26268. "tailwindcss": "^3.0.2",
  26269. "terser-webpack-plugin": "^5.2.5",
  26270. "webpack": "^5.64.4",
  26271. "webpack-dev-server": "^4.6.0",
  26272. "webpack-manifest-plugin": "^4.0.2",
  26273. "workbox-webpack-plugin": "^6.4.1"
  26274. }
  26275. },
  26276. "read-pkg": {
  26277. "version": "5.2.0",
  26278. "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
  26279. "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
  26280. "requires": {
  26281. "@types/normalize-package-data": "^2.4.0",
  26282. "normalize-package-data": "^2.5.0",
  26283. "parse-json": "^5.0.0",
  26284. "type-fest": "^0.6.0"
  26285. },
  26286. "dependencies": {
  26287. "hosted-git-info": {
  26288. "version": "2.8.9",
  26289. "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
  26290. "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
  26291. },
  26292. "normalize-package-data": {
  26293. "version": "2.5.0",
  26294. "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
  26295. "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
  26296. "requires": {
  26297. "hosted-git-info": "^2.1.4",
  26298. "resolve": "^1.10.0",
  26299. "semver": "2 || 3 || 4 || 5",
  26300. "validate-npm-package-license": "^3.0.1"
  26301. }
  26302. },
  26303. "semver": {
  26304. "version": "5.7.1",
  26305. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
  26306. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
  26307. },
  26308. "type-fest": {
  26309. "version": "0.6.0",
  26310. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
  26311. "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
  26312. }
  26313. }
  26314. },
  26315. "read-pkg-up": {
  26316. "version": "7.0.1",
  26317. "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
  26318. "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
  26319. "requires": {
  26320. "find-up": "^4.1.0",
  26321. "read-pkg": "^5.2.0",
  26322. "type-fest": "^0.8.1"
  26323. },
  26324. "dependencies": {
  26325. "find-up": {
  26326. "version": "4.1.0",
  26327. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  26328. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  26329. "requires": {
  26330. "locate-path": "^5.0.0",
  26331. "path-exists": "^4.0.0"
  26332. }
  26333. },
  26334. "locate-path": {
  26335. "version": "5.0.0",
  26336. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  26337. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  26338. "requires": {
  26339. "p-locate": "^4.1.0"
  26340. }
  26341. },
  26342. "p-limit": {
  26343. "version": "2.3.0",
  26344. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  26345. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  26346. "requires": {
  26347. "p-try": "^2.0.0"
  26348. }
  26349. },
  26350. "p-locate": {
  26351. "version": "4.1.0",
  26352. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  26353. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  26354. "requires": {
  26355. "p-limit": "^2.2.0"
  26356. }
  26357. },
  26358. "type-fest": {
  26359. "version": "0.8.1",
  26360. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
  26361. "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA=="
  26362. }
  26363. }
  26364. },
  26365. "readable-stream": {
  26366. "version": "3.6.0",
  26367. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
  26368. "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
  26369. "requires": {
  26370. "inherits": "^2.0.3",
  26371. "string_decoder": "^1.1.1",
  26372. "util-deprecate": "^1.0.1"
  26373. }
  26374. },
  26375. "readdirp": {
  26376. "version": "3.6.0",
  26377. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  26378. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  26379. "requires": {
  26380. "picomatch": "^2.2.1"
  26381. }
  26382. },
  26383. "recursive-readdir": {
  26384. "version": "2.2.2",
  26385. "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz",
  26386. "integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==",
  26387. "requires": {
  26388. "minimatch": "3.0.4"
  26389. },
  26390. "dependencies": {
  26391. "minimatch": {
  26392. "version": "3.0.4",
  26393. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  26394. "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  26395. "requires": {
  26396. "brace-expansion": "^1.1.7"
  26397. }
  26398. }
  26399. }
  26400. },
  26401. "redent": {
  26402. "version": "3.0.0",
  26403. "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
  26404. "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
  26405. "requires": {
  26406. "indent-string": "^4.0.0",
  26407. "strip-indent": "^3.0.0"
  26408. }
  26409. },
  26410. "regenerate": {
  26411. "version": "1.4.2",
  26412. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  26413. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
  26414. },
  26415. "regenerate-unicode-properties": {
  26416. "version": "10.0.1",
  26417. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz",
  26418. "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==",
  26419. "requires": {
  26420. "regenerate": "^1.4.2"
  26421. }
  26422. },
  26423. "regenerator-runtime": {
  26424. "version": "0.13.9",
  26425. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
  26426. "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
  26427. },
  26428. "regenerator-transform": {
  26429. "version": "0.15.0",
  26430. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz",
  26431. "integrity": "sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==",
  26432. "requires": {
  26433. "@babel/runtime": "^7.8.4"
  26434. }
  26435. },
  26436. "regex-parser": {
  26437. "version": "2.2.11",
  26438. "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz",
  26439. "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q=="
  26440. },
  26441. "regexp.prototype.flags": {
  26442. "version": "1.4.3",
  26443. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz",
  26444. "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==",
  26445. "requires": {
  26446. "call-bind": "^1.0.2",
  26447. "define-properties": "^1.1.3",
  26448. "functions-have-names": "^1.2.2"
  26449. }
  26450. },
  26451. "regexpp": {
  26452. "version": "3.2.0",
  26453. "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
  26454. "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg=="
  26455. },
  26456. "regexpu-core": {
  26457. "version": "5.0.1",
  26458. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.0.1.tgz",
  26459. "integrity": "sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw==",
  26460. "requires": {
  26461. "regenerate": "^1.4.2",
  26462. "regenerate-unicode-properties": "^10.0.1",
  26463. "regjsgen": "^0.6.0",
  26464. "regjsparser": "^0.8.2",
  26465. "unicode-match-property-ecmascript": "^2.0.0",
  26466. "unicode-match-property-value-ecmascript": "^2.0.0"
  26467. }
  26468. },
  26469. "regjsgen": {
  26470. "version": "0.6.0",
  26471. "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz",
  26472. "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA=="
  26473. },
  26474. "regjsparser": {
  26475. "version": "0.8.4",
  26476. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz",
  26477. "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==",
  26478. "requires": {
  26479. "jsesc": "~0.5.0"
  26480. },
  26481. "dependencies": {
  26482. "jsesc": {
  26483. "version": "0.5.0",
  26484. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  26485. "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0="
  26486. }
  26487. }
  26488. },
  26489. "relateurl": {
  26490. "version": "0.2.7",
  26491. "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
  26492. "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk="
  26493. },
  26494. "renderkid": {
  26495. "version": "3.0.0",
  26496. "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
  26497. "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
  26498. "requires": {
  26499. "css-select": "^4.1.3",
  26500. "dom-converter": "^0.2.0",
  26501. "htmlparser2": "^6.1.0",
  26502. "lodash": "^4.17.21",
  26503. "strip-ansi": "^6.0.1"
  26504. }
  26505. },
  26506. "request": {
  26507. "version": "2.88.2",
  26508. "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
  26509. "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
  26510. "requires": {
  26511. "aws-sign2": "~0.7.0",
  26512. "aws4": "^1.8.0",
  26513. "caseless": "~0.12.0",
  26514. "combined-stream": "~1.0.6",
  26515. "extend": "~3.0.2",
  26516. "forever-agent": "~0.6.1",
  26517. "form-data": "~2.3.2",
  26518. "har-validator": "~5.1.3",
  26519. "http-signature": "~1.2.0",
  26520. "is-typedarray": "~1.0.0",
  26521. "isstream": "~0.1.2",
  26522. "json-stringify-safe": "~5.0.1",
  26523. "mime-types": "~2.1.19",
  26524. "oauth-sign": "~0.9.0",
  26525. "performance-now": "^2.1.0",
  26526. "qs": "~6.5.2",
  26527. "safe-buffer": "^5.1.2",
  26528. "tough-cookie": "~2.5.0",
  26529. "tunnel-agent": "^0.6.0",
  26530. "uuid": "^3.3.2"
  26531. },
  26532. "dependencies": {
  26533. "form-data": {
  26534. "version": "2.3.3",
  26535. "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
  26536. "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
  26537. "requires": {
  26538. "asynckit": "^0.4.0",
  26539. "combined-stream": "^1.0.6",
  26540. "mime-types": "^2.1.12"
  26541. }
  26542. },
  26543. "qs": {
  26544. "version": "6.5.3",
  26545. "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz",
  26546. "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA=="
  26547. },
  26548. "tough-cookie": {
  26549. "version": "2.5.0",
  26550. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
  26551. "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
  26552. "requires": {
  26553. "psl": "^1.1.28",
  26554. "punycode": "^2.1.1"
  26555. }
  26556. },
  26557. "uuid": {
  26558. "version": "3.4.0",
  26559. "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
  26560. "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
  26561. }
  26562. }
  26563. },
  26564. "require-directory": {
  26565. "version": "2.1.1",
  26566. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  26567. "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I="
  26568. },
  26569. "require-from-string": {
  26570. "version": "2.0.2",
  26571. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  26572. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw=="
  26573. },
  26574. "requires-port": {
  26575. "version": "1.0.0",
  26576. "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
  26577. "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
  26578. },
  26579. "resolve": {
  26580. "version": "1.22.0",
  26581. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz",
  26582. "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==",
  26583. "requires": {
  26584. "is-core-module": "^2.8.1",
  26585. "path-parse": "^1.0.7",
  26586. "supports-preserve-symlinks-flag": "^1.0.0"
  26587. }
  26588. },
  26589. "resolve-cwd": {
  26590. "version": "3.0.0",
  26591. "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
  26592. "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
  26593. "requires": {
  26594. "resolve-from": "^5.0.0"
  26595. }
  26596. },
  26597. "resolve-from": {
  26598. "version": "5.0.0",
  26599. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  26600. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="
  26601. },
  26602. "resolve-pathname": {
  26603. "version": "3.0.0",
  26604. "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz",
  26605. "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng=="
  26606. },
  26607. "resolve-url-loader": {
  26608. "version": "4.0.0",
  26609. "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz",
  26610. "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==",
  26611. "requires": {
  26612. "adjust-sourcemap-loader": "^4.0.0",
  26613. "convert-source-map": "^1.7.0",
  26614. "loader-utils": "^2.0.0",
  26615. "postcss": "^7.0.35",
  26616. "source-map": "0.6.1"
  26617. },
  26618. "dependencies": {
  26619. "picocolors": {
  26620. "version": "0.2.1",
  26621. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
  26622. "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
  26623. },
  26624. "postcss": {
  26625. "version": "7.0.39",
  26626. "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
  26627. "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
  26628. "requires": {
  26629. "picocolors": "^0.2.1",
  26630. "source-map": "^0.6.1"
  26631. }
  26632. }
  26633. }
  26634. },
  26635. "resolve.exports": {
  26636. "version": "1.1.0",
  26637. "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz",
  26638. "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ=="
  26639. },
  26640. "retry": {
  26641. "version": "0.13.1",
  26642. "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
  26643. "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg=="
  26644. },
  26645. "reusify": {
  26646. "version": "1.0.4",
  26647. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  26648. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw=="
  26649. },
  26650. "rimraf": {
  26651. "version": "3.0.2",
  26652. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  26653. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  26654. "requires": {
  26655. "glob": "^7.1.3"
  26656. }
  26657. },
  26658. "rollup": {
  26659. "version": "2.70.2",
  26660. "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.70.2.tgz",
  26661. "integrity": "sha512-EitogNZnfku65I1DD5Mxe8JYRUCy0hkK5X84IlDtUs+O6JRMpRciXTzyCUuX11b5L5pvjH+OmFXiQ3XjabcXgg==",
  26662. "requires": {
  26663. "fsevents": "~2.3.2"
  26664. }
  26665. },
  26666. "rollup-plugin-terser": {
  26667. "version": "7.0.2",
  26668. "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
  26669. "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
  26670. "requires": {
  26671. "@babel/code-frame": "^7.10.4",
  26672. "jest-worker": "^26.2.1",
  26673. "serialize-javascript": "^4.0.0",
  26674. "terser": "^5.0.0"
  26675. },
  26676. "dependencies": {
  26677. "jest-worker": {
  26678. "version": "26.6.2",
  26679. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
  26680. "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
  26681. "requires": {
  26682. "@types/node": "*",
  26683. "merge-stream": "^2.0.0",
  26684. "supports-color": "^7.0.0"
  26685. }
  26686. },
  26687. "serialize-javascript": {
  26688. "version": "4.0.0",
  26689. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
  26690. "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
  26691. "requires": {
  26692. "randombytes": "^2.1.0"
  26693. }
  26694. }
  26695. }
  26696. },
  26697. "run-parallel": {
  26698. "version": "1.2.0",
  26699. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  26700. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  26701. "requires": {
  26702. "queue-microtask": "^1.2.2"
  26703. }
  26704. },
  26705. "safe-buffer": {
  26706. "version": "5.1.2",
  26707. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  26708. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  26709. },
  26710. "safer-buffer": {
  26711. "version": "2.1.2",
  26712. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  26713. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
  26714. },
  26715. "sanitize.css": {
  26716. "version": "13.0.0",
  26717. "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz",
  26718. "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA=="
  26719. },
  26720. "sass": {
  26721. "version": "1.50.0",
  26722. "resolved": "https://registry.npmjs.org/sass/-/sass-1.50.0.tgz",
  26723. "integrity": "sha512-cLsD6MEZ5URXHStxApajEh7gW189kkjn4Rc8DQweMyF+o5HF5nfEz8QYLMlPsTOD88DknatTmBWkOcw5/LnJLQ==",
  26724. "requires": {
  26725. "chokidar": ">=3.0.0 <4.0.0",
  26726. "immutable": "^4.0.0",
  26727. "source-map-js": ">=0.6.2 <2.0.0"
  26728. }
  26729. },
  26730. "sass-graph": {
  26731. "version": "4.0.0",
  26732. "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-4.0.0.tgz",
  26733. "integrity": "sha512-WSO/MfXqKH7/TS8RdkCX3lVkPFQzCgbqdGsmSKq6tlPU+GpGEsa/5aW18JqItnqh+lPtcjifqdZ/VmiILkKckQ==",
  26734. "requires": {
  26735. "glob": "^7.0.0",
  26736. "lodash": "^4.17.11",
  26737. "scss-tokenizer": "^0.3.0",
  26738. "yargs": "^17.2.1"
  26739. },
  26740. "dependencies": {
  26741. "yargs": {
  26742. "version": "17.4.1",
  26743. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.4.1.tgz",
  26744. "integrity": "sha512-WSZD9jgobAg3ZKuCQZSa3g9QOJeCCqLoLAykiWgmXnDo9EPnn4RPf5qVTtzgOx66o6/oqhcA5tHtJXpG8pMt3g==",
  26745. "requires": {
  26746. "cliui": "^7.0.2",
  26747. "escalade": "^3.1.1",
  26748. "get-caller-file": "^2.0.5",
  26749. "require-directory": "^2.1.1",
  26750. "string-width": "^4.2.3",
  26751. "y18n": "^5.0.5",
  26752. "yargs-parser": "^21.0.0"
  26753. }
  26754. },
  26755. "yargs-parser": {
  26756. "version": "21.0.1",
  26757. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz",
  26758. "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg=="
  26759. }
  26760. }
  26761. },
  26762. "sass-loader": {
  26763. "version": "12.6.0",
  26764. "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz",
  26765. "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==",
  26766. "requires": {
  26767. "klona": "^2.0.4",
  26768. "neo-async": "^2.6.2"
  26769. }
  26770. },
  26771. "sax": {
  26772. "version": "1.2.4",
  26773. "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
  26774. "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
  26775. },
  26776. "saxes": {
  26777. "version": "5.0.1",
  26778. "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
  26779. "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
  26780. "requires": {
  26781. "xmlchars": "^2.2.0"
  26782. }
  26783. },
  26784. "scheduler": {
  26785. "version": "0.20.2",
  26786. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz",
  26787. "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==",
  26788. "requires": {
  26789. "loose-envify": "^1.1.0",
  26790. "object-assign": "^4.1.1"
  26791. }
  26792. },
  26793. "schema-utils": {
  26794. "version": "3.1.1",
  26795. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
  26796. "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
  26797. "requires": {
  26798. "@types/json-schema": "^7.0.8",
  26799. "ajv": "^6.12.5",
  26800. "ajv-keywords": "^3.5.2"
  26801. }
  26802. },
  26803. "scss-tokenizer": {
  26804. "version": "0.3.0",
  26805. "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.3.0.tgz",
  26806. "integrity": "sha512-14Zl9GcbBvOT9057ZKjpz5yPOyUWG2ojd9D5io28wHRYsOrs7U95Q+KNL87+32p8rc+LvDpbu/i9ZYjM9Q+FsQ==",
  26807. "requires": {
  26808. "js-base64": "^2.4.3",
  26809. "source-map": "^0.7.1"
  26810. },
  26811. "dependencies": {
  26812. "source-map": {
  26813. "version": "0.7.3",
  26814. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
  26815. "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
  26816. }
  26817. }
  26818. },
  26819. "select-hose": {
  26820. "version": "2.0.0",
  26821. "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
  26822. "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo="
  26823. },
  26824. "selfsigned": {
  26825. "version": "2.0.1",
  26826. "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.0.1.tgz",
  26827. "integrity": "sha512-LmME957M1zOsUhG+67rAjKfiWFox3SBxE/yymatMZsAx+oMrJ0YQ8AToOnyCm7xbeg2ep37IHLxdu0o2MavQOQ==",
  26828. "requires": {
  26829. "node-forge": "^1"
  26830. }
  26831. },
  26832. "semver": {
  26833. "version": "7.3.7",
  26834. "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
  26835. "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
  26836. "requires": {
  26837. "lru-cache": "^6.0.0"
  26838. }
  26839. },
  26840. "send": {
  26841. "version": "0.17.2",
  26842. "resolved": "https://registry.npmjs.org/send/-/send-0.17.2.tgz",
  26843. "integrity": "sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==",
  26844. "requires": {
  26845. "debug": "2.6.9",
  26846. "depd": "~1.1.2",
  26847. "destroy": "~1.0.4",
  26848. "encodeurl": "~1.0.2",
  26849. "escape-html": "~1.0.3",
  26850. "etag": "~1.8.1",
  26851. "fresh": "0.5.2",
  26852. "http-errors": "1.8.1",
  26853. "mime": "1.6.0",
  26854. "ms": "2.1.3",
  26855. "on-finished": "~2.3.0",
  26856. "range-parser": "~1.2.1",
  26857. "statuses": "~1.5.0"
  26858. },
  26859. "dependencies": {
  26860. "debug": {
  26861. "version": "2.6.9",
  26862. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  26863. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  26864. "requires": {
  26865. "ms": "2.0.0"
  26866. },
  26867. "dependencies": {
  26868. "ms": {
  26869. "version": "2.0.0",
  26870. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  26871. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  26872. }
  26873. }
  26874. },
  26875. "ms": {
  26876. "version": "2.1.3",
  26877. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  26878. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  26879. }
  26880. }
  26881. },
  26882. "serialize-javascript": {
  26883. "version": "6.0.0",
  26884. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz",
  26885. "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==",
  26886. "requires": {
  26887. "randombytes": "^2.1.0"
  26888. }
  26889. },
  26890. "serve-index": {
  26891. "version": "1.9.1",
  26892. "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
  26893. "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=",
  26894. "requires": {
  26895. "accepts": "~1.3.4",
  26896. "batch": "0.6.1",
  26897. "debug": "2.6.9",
  26898. "escape-html": "~1.0.3",
  26899. "http-errors": "~1.6.2",
  26900. "mime-types": "~2.1.17",
  26901. "parseurl": "~1.3.2"
  26902. },
  26903. "dependencies": {
  26904. "debug": {
  26905. "version": "2.6.9",
  26906. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  26907. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  26908. "requires": {
  26909. "ms": "2.0.0"
  26910. }
  26911. },
  26912. "http-errors": {
  26913. "version": "1.6.3",
  26914. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
  26915. "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
  26916. "requires": {
  26917. "depd": "~1.1.2",
  26918. "inherits": "2.0.3",
  26919. "setprototypeof": "1.1.0",
  26920. "statuses": ">= 1.4.0 < 2"
  26921. }
  26922. },
  26923. "inherits": {
  26924. "version": "2.0.3",
  26925. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  26926. "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
  26927. },
  26928. "ms": {
  26929. "version": "2.0.0",
  26930. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  26931. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  26932. },
  26933. "setprototypeof": {
  26934. "version": "1.1.0",
  26935. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
  26936. "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ=="
  26937. }
  26938. }
  26939. },
  26940. "serve-static": {
  26941. "version": "1.14.2",
  26942. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.2.tgz",
  26943. "integrity": "sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==",
  26944. "requires": {
  26945. "encodeurl": "~1.0.2",
  26946. "escape-html": "~1.0.3",
  26947. "parseurl": "~1.3.3",
  26948. "send": "0.17.2"
  26949. }
  26950. },
  26951. "set-blocking": {
  26952. "version": "2.0.0",
  26953. "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  26954. "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
  26955. },
  26956. "setprototypeof": {
  26957. "version": "1.2.0",
  26958. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  26959. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  26960. },
  26961. "shebang-command": {
  26962. "version": "2.0.0",
  26963. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  26964. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  26965. "requires": {
  26966. "shebang-regex": "^3.0.0"
  26967. }
  26968. },
  26969. "shebang-regex": {
  26970. "version": "3.0.0",
  26971. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  26972. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
  26973. },
  26974. "shell-quote": {
  26975. "version": "1.7.3",
  26976. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
  26977. "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw=="
  26978. },
  26979. "side-channel": {
  26980. "version": "1.0.4",
  26981. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
  26982. "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
  26983. "requires": {
  26984. "call-bind": "^1.0.0",
  26985. "get-intrinsic": "^1.0.2",
  26986. "object-inspect": "^1.9.0"
  26987. }
  26988. },
  26989. "signal-exit": {
  26990. "version": "3.0.7",
  26991. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  26992. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  26993. },
  26994. "sisteransi": {
  26995. "version": "1.0.5",
  26996. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  26997. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  26998. },
  26999. "slash": {
  27000. "version": "3.0.0",
  27001. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  27002. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
  27003. },
  27004. "slice-ansi": {
  27005. "version": "4.0.0",
  27006. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
  27007. "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
  27008. "dev": true,
  27009. "requires": {
  27010. "ansi-styles": "^4.0.0",
  27011. "astral-regex": "^2.0.0",
  27012. "is-fullwidth-code-point": "^3.0.0"
  27013. }
  27014. },
  27015. "smart-buffer": {
  27016. "version": "4.2.0",
  27017. "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
  27018. "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg=="
  27019. },
  27020. "sockjs": {
  27021. "version": "0.3.24",
  27022. "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
  27023. "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
  27024. "requires": {
  27025. "faye-websocket": "^0.11.3",
  27026. "uuid": "^8.3.2",
  27027. "websocket-driver": "^0.7.4"
  27028. }
  27029. },
  27030. "socks": {
  27031. "version": "2.6.2",
  27032. "resolved": "https://registry.npmjs.org/socks/-/socks-2.6.2.tgz",
  27033. "integrity": "sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA==",
  27034. "requires": {
  27035. "ip": "^1.1.5",
  27036. "smart-buffer": "^4.2.0"
  27037. }
  27038. },
  27039. "socks-proxy-agent": {
  27040. "version": "6.2.0",
  27041. "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.0.tgz",
  27042. "integrity": "sha512-wWqJhjb32Q6GsrUqzuFkukxb/zzide5quXYcMVpIjxalDBBYy2nqKCFQ/9+Ie4dvOYSQdOk3hUlZSdzZOd3zMQ==",
  27043. "requires": {
  27044. "agent-base": "^6.0.2",
  27045. "debug": "^4.3.3",
  27046. "socks": "^2.6.2"
  27047. }
  27048. },
  27049. "source-list-map": {
  27050. "version": "2.0.1",
  27051. "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
  27052. "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
  27053. },
  27054. "source-map": {
  27055. "version": "0.6.1",
  27056. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  27057. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  27058. },
  27059. "source-map-js": {
  27060. "version": "1.0.2",
  27061. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
  27062. "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw=="
  27063. },
  27064. "source-map-loader": {
  27065. "version": "3.0.1",
  27066. "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.1.tgz",
  27067. "integrity": "sha512-Vp1UsfyPvgujKQzi4pyDiTOnE3E4H+yHvkVRN3c/9PJmQS4CQJExvcDvaX/D+RV+xQben9HJ56jMJS3CgUeWyA==",
  27068. "requires": {
  27069. "abab": "^2.0.5",
  27070. "iconv-lite": "^0.6.3",
  27071. "source-map-js": "^1.0.1"
  27072. }
  27073. },
  27074. "source-map-resolve": {
  27075. "version": "0.6.0",
  27076. "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz",
  27077. "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==",
  27078. "requires": {
  27079. "atob": "^2.1.2",
  27080. "decode-uri-component": "^0.2.0"
  27081. }
  27082. },
  27083. "source-map-support": {
  27084. "version": "0.5.21",
  27085. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  27086. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  27087. "requires": {
  27088. "buffer-from": "^1.0.0",
  27089. "source-map": "^0.6.0"
  27090. }
  27091. },
  27092. "sourcemap-codec": {
  27093. "version": "1.4.8",
  27094. "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  27095. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA=="
  27096. },
  27097. "spdx-correct": {
  27098. "version": "3.1.1",
  27099. "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
  27100. "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
  27101. "requires": {
  27102. "spdx-expression-parse": "^3.0.0",
  27103. "spdx-license-ids": "^3.0.0"
  27104. }
  27105. },
  27106. "spdx-exceptions": {
  27107. "version": "2.3.0",
  27108. "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
  27109. "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A=="
  27110. },
  27111. "spdx-expression-parse": {
  27112. "version": "3.0.1",
  27113. "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
  27114. "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
  27115. "requires": {
  27116. "spdx-exceptions": "^2.1.0",
  27117. "spdx-license-ids": "^3.0.0"
  27118. }
  27119. },
  27120. "spdx-license-ids": {
  27121. "version": "3.0.11",
  27122. "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz",
  27123. "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g=="
  27124. },
  27125. "spdy": {
  27126. "version": "4.0.2",
  27127. "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
  27128. "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
  27129. "requires": {
  27130. "debug": "^4.1.0",
  27131. "handle-thing": "^2.0.0",
  27132. "http-deceiver": "^1.2.7",
  27133. "select-hose": "^2.0.0",
  27134. "spdy-transport": "^3.0.0"
  27135. }
  27136. },
  27137. "spdy-transport": {
  27138. "version": "3.0.0",
  27139. "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
  27140. "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
  27141. "requires": {
  27142. "debug": "^4.1.0",
  27143. "detect-node": "^2.0.4",
  27144. "hpack.js": "^2.1.6",
  27145. "obuf": "^1.1.2",
  27146. "readable-stream": "^3.0.6",
  27147. "wbuf": "^1.7.3"
  27148. }
  27149. },
  27150. "split2": {
  27151. "version": "3.2.2",
  27152. "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz",
  27153. "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==",
  27154. "dev": true,
  27155. "requires": {
  27156. "readable-stream": "^3.0.0"
  27157. }
  27158. },
  27159. "sprintf-js": {
  27160. "version": "1.0.3",
  27161. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  27162. "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
  27163. },
  27164. "sshpk": {
  27165. "version": "1.17.0",
  27166. "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz",
  27167. "integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==",
  27168. "requires": {
  27169. "asn1": "~0.2.3",
  27170. "assert-plus": "^1.0.0",
  27171. "bcrypt-pbkdf": "^1.0.0",
  27172. "dashdash": "^1.12.0",
  27173. "ecc-jsbn": "~0.1.1",
  27174. "getpass": "^0.1.1",
  27175. "jsbn": "~0.1.0",
  27176. "safer-buffer": "^2.0.2",
  27177. "tweetnacl": "~0.14.0"
  27178. }
  27179. },
  27180. "ssri": {
  27181. "version": "8.0.1",
  27182. "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
  27183. "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
  27184. "requires": {
  27185. "minipass": "^3.1.1"
  27186. }
  27187. },
  27188. "stable": {
  27189. "version": "0.1.8",
  27190. "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
  27191. "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w=="
  27192. },
  27193. "stack-utils": {
  27194. "version": "2.0.5",
  27195. "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz",
  27196. "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==",
  27197. "requires": {
  27198. "escape-string-regexp": "^2.0.0"
  27199. },
  27200. "dependencies": {
  27201. "escape-string-regexp": {
  27202. "version": "2.0.0",
  27203. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  27204. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
  27205. }
  27206. }
  27207. },
  27208. "stackframe": {
  27209. "version": "1.2.1",
  27210. "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.2.1.tgz",
  27211. "integrity": "sha512-h88QkzREN/hy8eRdyNhhsO7RSJ5oyTqxxmmn0dzBIMUclZsjpfmrsg81vp8mjjAs2vAZ72nyWxRUwSwmh0e4xg=="
  27212. },
  27213. "statuses": {
  27214. "version": "1.5.0",
  27215. "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
  27216. "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
  27217. },
  27218. "stdout-stream": {
  27219. "version": "1.4.1",
  27220. "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz",
  27221. "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==",
  27222. "requires": {
  27223. "readable-stream": "^2.0.1"
  27224. },
  27225. "dependencies": {
  27226. "isarray": {
  27227. "version": "1.0.0",
  27228. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  27229. "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
  27230. },
  27231. "readable-stream": {
  27232. "version": "2.3.7",
  27233. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  27234. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  27235. "requires": {
  27236. "core-util-is": "~1.0.0",
  27237. "inherits": "~2.0.3",
  27238. "isarray": "~1.0.0",
  27239. "process-nextick-args": "~2.0.0",
  27240. "safe-buffer": "~5.1.1",
  27241. "string_decoder": "~1.1.1",
  27242. "util-deprecate": "~1.0.1"
  27243. }
  27244. },
  27245. "string_decoder": {
  27246. "version": "1.1.1",
  27247. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  27248. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  27249. "requires": {
  27250. "safe-buffer": "~5.1.0"
  27251. }
  27252. }
  27253. }
  27254. },
  27255. "string_decoder": {
  27256. "version": "1.3.0",
  27257. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  27258. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  27259. "requires": {
  27260. "safe-buffer": "~5.2.0"
  27261. },
  27262. "dependencies": {
  27263. "safe-buffer": {
  27264. "version": "5.2.1",
  27265. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  27266. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
  27267. }
  27268. }
  27269. },
  27270. "string-length": {
  27271. "version": "4.0.2",
  27272. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  27273. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  27274. "requires": {
  27275. "char-regex": "^1.0.2",
  27276. "strip-ansi": "^6.0.0"
  27277. }
  27278. },
  27279. "string-natural-compare": {
  27280. "version": "3.0.1",
  27281. "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
  27282. "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw=="
  27283. },
  27284. "string-width": {
  27285. "version": "4.2.3",
  27286. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  27287. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  27288. "requires": {
  27289. "emoji-regex": "^8.0.0",
  27290. "is-fullwidth-code-point": "^3.0.0",
  27291. "strip-ansi": "^6.0.1"
  27292. },
  27293. "dependencies": {
  27294. "emoji-regex": {
  27295. "version": "8.0.0",
  27296. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  27297. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  27298. }
  27299. }
  27300. },
  27301. "string.prototype.matchall": {
  27302. "version": "4.0.7",
  27303. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz",
  27304. "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==",
  27305. "requires": {
  27306. "call-bind": "^1.0.2",
  27307. "define-properties": "^1.1.3",
  27308. "es-abstract": "^1.19.1",
  27309. "get-intrinsic": "^1.1.1",
  27310. "has-symbols": "^1.0.3",
  27311. "internal-slot": "^1.0.3",
  27312. "regexp.prototype.flags": "^1.4.1",
  27313. "side-channel": "^1.0.4"
  27314. }
  27315. },
  27316. "string.prototype.trimend": {
  27317. "version": "1.0.4",
  27318. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz",
  27319. "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==",
  27320. "requires": {
  27321. "call-bind": "^1.0.2",
  27322. "define-properties": "^1.1.3"
  27323. }
  27324. },
  27325. "string.prototype.trimstart": {
  27326. "version": "1.0.4",
  27327. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz",
  27328. "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==",
  27329. "requires": {
  27330. "call-bind": "^1.0.2",
  27331. "define-properties": "^1.1.3"
  27332. }
  27333. },
  27334. "stringify-object": {
  27335. "version": "3.3.0",
  27336. "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
  27337. "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
  27338. "requires": {
  27339. "get-own-enumerable-property-symbols": "^3.0.0",
  27340. "is-obj": "^1.0.1",
  27341. "is-regexp": "^1.0.0"
  27342. }
  27343. },
  27344. "strip-ansi": {
  27345. "version": "6.0.1",
  27346. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  27347. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  27348. "requires": {
  27349. "ansi-regex": "^5.0.1"
  27350. }
  27351. },
  27352. "strip-bom": {
  27353. "version": "4.0.0",
  27354. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
  27355. "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w=="
  27356. },
  27357. "strip-comments": {
  27358. "version": "2.0.1",
  27359. "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
  27360. "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw=="
  27361. },
  27362. "strip-final-newline": {
  27363. "version": "2.0.0",
  27364. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  27365. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA=="
  27366. },
  27367. "strip-indent": {
  27368. "version": "3.0.0",
  27369. "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
  27370. "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
  27371. "requires": {
  27372. "min-indent": "^1.0.0"
  27373. }
  27374. },
  27375. "strip-json-comments": {
  27376. "version": "3.1.1",
  27377. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  27378. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig=="
  27379. },
  27380. "style-loader": {
  27381. "version": "3.3.1",
  27382. "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz",
  27383. "integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==",
  27384. "requires": {}
  27385. },
  27386. "stylehacks": {
  27387. "version": "5.1.0",
  27388. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.0.tgz",
  27389. "integrity": "sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==",
  27390. "requires": {
  27391. "browserslist": "^4.16.6",
  27392. "postcss-selector-parser": "^6.0.4"
  27393. }
  27394. },
  27395. "supports-color": {
  27396. "version": "7.2.0",
  27397. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  27398. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  27399. "requires": {
  27400. "has-flag": "^4.0.0"
  27401. }
  27402. },
  27403. "supports-hyperlinks": {
  27404. "version": "2.2.0",
  27405. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz",
  27406. "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==",
  27407. "requires": {
  27408. "has-flag": "^4.0.0",
  27409. "supports-color": "^7.0.0"
  27410. }
  27411. },
  27412. "supports-preserve-symlinks-flag": {
  27413. "version": "1.0.0",
  27414. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  27415. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
  27416. },
  27417. "svg-parser": {
  27418. "version": "2.0.4",
  27419. "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
  27420. "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ=="
  27421. },
  27422. "svgo": {
  27423. "version": "1.3.2",
  27424. "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
  27425. "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
  27426. "requires": {
  27427. "chalk": "^2.4.1",
  27428. "coa": "^2.0.2",
  27429. "css-select": "^2.0.0",
  27430. "css-select-base-adapter": "^0.1.1",
  27431. "css-tree": "1.0.0-alpha.37",
  27432. "csso": "^4.0.2",
  27433. "js-yaml": "^3.13.1",
  27434. "mkdirp": "~0.5.1",
  27435. "object.values": "^1.1.0",
  27436. "sax": "~1.2.4",
  27437. "stable": "^0.1.8",
  27438. "unquote": "~1.1.1",
  27439. "util.promisify": "~1.0.0"
  27440. },
  27441. "dependencies": {
  27442. "ansi-styles": {
  27443. "version": "3.2.1",
  27444. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  27445. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  27446. "requires": {
  27447. "color-convert": "^1.9.0"
  27448. }
  27449. },
  27450. "chalk": {
  27451. "version": "2.4.2",
  27452. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  27453. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  27454. "requires": {
  27455. "ansi-styles": "^3.2.1",
  27456. "escape-string-regexp": "^1.0.5",
  27457. "supports-color": "^5.3.0"
  27458. }
  27459. },
  27460. "color-convert": {
  27461. "version": "1.9.3",
  27462. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  27463. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  27464. "requires": {
  27465. "color-name": "1.1.3"
  27466. }
  27467. },
  27468. "color-name": {
  27469. "version": "1.1.3",
  27470. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  27471. "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
  27472. },
  27473. "css-select": {
  27474. "version": "2.1.0",
  27475. "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
  27476. "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
  27477. "requires": {
  27478. "boolbase": "^1.0.0",
  27479. "css-what": "^3.2.1",
  27480. "domutils": "^1.7.0",
  27481. "nth-check": "^1.0.2"
  27482. }
  27483. },
  27484. "css-what": {
  27485. "version": "3.4.2",
  27486. "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
  27487. "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ=="
  27488. },
  27489. "dom-serializer": {
  27490. "version": "0.2.2",
  27491. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
  27492. "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
  27493. "requires": {
  27494. "domelementtype": "^2.0.1",
  27495. "entities": "^2.0.0"
  27496. }
  27497. },
  27498. "domutils": {
  27499. "version": "1.7.0",
  27500. "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
  27501. "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
  27502. "requires": {
  27503. "dom-serializer": "0",
  27504. "domelementtype": "1"
  27505. },
  27506. "dependencies": {
  27507. "domelementtype": {
  27508. "version": "1.3.1",
  27509. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
  27510. "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
  27511. }
  27512. }
  27513. },
  27514. "escape-string-regexp": {
  27515. "version": "1.0.5",
  27516. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  27517. "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
  27518. },
  27519. "has-flag": {
  27520. "version": "3.0.0",
  27521. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  27522. "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
  27523. },
  27524. "nth-check": {
  27525. "version": "1.0.2",
  27526. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
  27527. "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
  27528. "requires": {
  27529. "boolbase": "~1.0.0"
  27530. }
  27531. },
  27532. "supports-color": {
  27533. "version": "5.5.0",
  27534. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  27535. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  27536. "requires": {
  27537. "has-flag": "^3.0.0"
  27538. }
  27539. }
  27540. }
  27541. },
  27542. "symbol-tree": {
  27543. "version": "3.2.4",
  27544. "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  27545. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
  27546. },
  27547. "tailwindcss": {
  27548. "version": "3.0.24",
  27549. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.24.tgz",
  27550. "integrity": "sha512-H3uMmZNWzG6aqmg9q07ZIRNIawoiEcNFKDfL+YzOPuPsXuDXxJxB9icqzLgdzKNwjG3SAro2h9SYav8ewXNgig==",
  27551. "requires": {
  27552. "arg": "^5.0.1",
  27553. "chokidar": "^3.5.3",
  27554. "color-name": "^1.1.4",
  27555. "detective": "^5.2.0",
  27556. "didyoumean": "^1.2.2",
  27557. "dlv": "^1.1.3",
  27558. "fast-glob": "^3.2.11",
  27559. "glob-parent": "^6.0.2",
  27560. "is-glob": "^4.0.3",
  27561. "lilconfig": "^2.0.5",
  27562. "normalize-path": "^3.0.0",
  27563. "object-hash": "^3.0.0",
  27564. "picocolors": "^1.0.0",
  27565. "postcss": "^8.4.12",
  27566. "postcss-js": "^4.0.0",
  27567. "postcss-load-config": "^3.1.4",
  27568. "postcss-nested": "5.0.6",
  27569. "postcss-selector-parser": "^6.0.10",
  27570. "postcss-value-parser": "^4.2.0",
  27571. "quick-lru": "^5.1.1",
  27572. "resolve": "^1.22.0"
  27573. }
  27574. },
  27575. "tapable": {
  27576. "version": "2.2.1",
  27577. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
  27578. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ=="
  27579. },
  27580. "tar": {
  27581. "version": "6.1.11",
  27582. "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz",
  27583. "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==",
  27584. "requires": {
  27585. "chownr": "^2.0.0",
  27586. "fs-minipass": "^2.0.0",
  27587. "minipass": "^3.0.0",
  27588. "minizlib": "^2.1.1",
  27589. "mkdirp": "^1.0.3",
  27590. "yallist": "^4.0.0"
  27591. },
  27592. "dependencies": {
  27593. "mkdirp": {
  27594. "version": "1.0.4",
  27595. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  27596. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
  27597. }
  27598. }
  27599. },
  27600. "temp-dir": {
  27601. "version": "2.0.0",
  27602. "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
  27603. "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg=="
  27604. },
  27605. "tempy": {
  27606. "version": "0.6.0",
  27607. "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
  27608. "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
  27609. "requires": {
  27610. "is-stream": "^2.0.0",
  27611. "temp-dir": "^2.0.0",
  27612. "type-fest": "^0.16.0",
  27613. "unique-string": "^2.0.0"
  27614. },
  27615. "dependencies": {
  27616. "type-fest": {
  27617. "version": "0.16.0",
  27618. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
  27619. "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg=="
  27620. }
  27621. }
  27622. },
  27623. "terminal-link": {
  27624. "version": "2.1.1",
  27625. "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
  27626. "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
  27627. "requires": {
  27628. "ansi-escapes": "^4.2.1",
  27629. "supports-hyperlinks": "^2.0.0"
  27630. }
  27631. },
  27632. "terser": {
  27633. "version": "5.12.1",
  27634. "resolved": "https://registry.npmjs.org/terser/-/terser-5.12.1.tgz",
  27635. "integrity": "sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==",
  27636. "requires": {
  27637. "acorn": "^8.5.0",
  27638. "commander": "^2.20.0",
  27639. "source-map": "~0.7.2",
  27640. "source-map-support": "~0.5.20"
  27641. },
  27642. "dependencies": {
  27643. "commander": {
  27644. "version": "2.20.3",
  27645. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  27646. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  27647. },
  27648. "source-map": {
  27649. "version": "0.7.3",
  27650. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
  27651. "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
  27652. }
  27653. }
  27654. },
  27655. "terser-webpack-plugin": {
  27656. "version": "5.3.1",
  27657. "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz",
  27658. "integrity": "sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==",
  27659. "requires": {
  27660. "jest-worker": "^27.4.5",
  27661. "schema-utils": "^3.1.1",
  27662. "serialize-javascript": "^6.0.0",
  27663. "source-map": "^0.6.1",
  27664. "terser": "^5.7.2"
  27665. }
  27666. },
  27667. "test-exclude": {
  27668. "version": "6.0.0",
  27669. "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
  27670. "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
  27671. "requires": {
  27672. "@istanbuljs/schema": "^0.1.2",
  27673. "glob": "^7.1.4",
  27674. "minimatch": "^3.0.4"
  27675. }
  27676. },
  27677. "text-table": {
  27678. "version": "0.2.0",
  27679. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  27680. "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
  27681. },
  27682. "throat": {
  27683. "version": "6.0.1",
  27684. "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz",
  27685. "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w=="
  27686. },
  27687. "through2": {
  27688. "version": "4.0.2",
  27689. "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz",
  27690. "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==",
  27691. "dev": true,
  27692. "requires": {
  27693. "readable-stream": "3"
  27694. }
  27695. },
  27696. "thunky": {
  27697. "version": "1.1.0",
  27698. "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
  27699. "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA=="
  27700. },
  27701. "tiny-invariant": {
  27702. "version": "1.2.0",
  27703. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.2.0.tgz",
  27704. "integrity": "sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg=="
  27705. },
  27706. "tiny-warning": {
  27707. "version": "1.0.3",
  27708. "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
  27709. "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA=="
  27710. },
  27711. "tmpl": {
  27712. "version": "1.0.5",
  27713. "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
  27714. "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
  27715. },
  27716. "to-fast-properties": {
  27717. "version": "2.0.0",
  27718. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  27719. "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
  27720. },
  27721. "to-regex-range": {
  27722. "version": "5.0.1",
  27723. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  27724. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  27725. "requires": {
  27726. "is-number": "^7.0.0"
  27727. }
  27728. },
  27729. "toidentifier": {
  27730. "version": "1.0.1",
  27731. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  27732. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA=="
  27733. },
  27734. "tough-cookie": {
  27735. "version": "4.0.0",
  27736. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz",
  27737. "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==",
  27738. "requires": {
  27739. "psl": "^1.1.33",
  27740. "punycode": "^2.1.1",
  27741. "universalify": "^0.1.2"
  27742. },
  27743. "dependencies": {
  27744. "universalify": {
  27745. "version": "0.1.2",
  27746. "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
  27747. "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="
  27748. }
  27749. }
  27750. },
  27751. "tr46": {
  27752. "version": "2.1.0",
  27753. "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
  27754. "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
  27755. "requires": {
  27756. "punycode": "^2.1.1"
  27757. }
  27758. },
  27759. "tree-kill": {
  27760. "version": "1.2.2",
  27761. "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
  27762. "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
  27763. "dev": true
  27764. },
  27765. "trim-newlines": {
  27766. "version": "3.0.1",
  27767. "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
  27768. "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw=="
  27769. },
  27770. "true-case-path": {
  27771. "version": "1.0.3",
  27772. "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz",
  27773. "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==",
  27774. "requires": {
  27775. "glob": "^7.1.2"
  27776. }
  27777. },
  27778. "tryer": {
  27779. "version": "1.0.1",
  27780. "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
  27781. "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA=="
  27782. },
  27783. "tsconfig-paths": {
  27784. "version": "3.14.1",
  27785. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz",
  27786. "integrity": "sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==",
  27787. "requires": {
  27788. "@types/json5": "^0.0.29",
  27789. "json5": "^1.0.1",
  27790. "minimist": "^1.2.6",
  27791. "strip-bom": "^3.0.0"
  27792. },
  27793. "dependencies": {
  27794. "json5": {
  27795. "version": "1.0.1",
  27796. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  27797. "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  27798. "requires": {
  27799. "minimist": "^1.2.0"
  27800. }
  27801. },
  27802. "strip-bom": {
  27803. "version": "3.0.0",
  27804. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  27805. "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM="
  27806. }
  27807. }
  27808. },
  27809. "tslib": {
  27810. "version": "2.3.1",
  27811. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
  27812. "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
  27813. },
  27814. "tsutils": {
  27815. "version": "3.21.0",
  27816. "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
  27817. "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
  27818. "requires": {
  27819. "tslib": "^1.8.1"
  27820. },
  27821. "dependencies": {
  27822. "tslib": {
  27823. "version": "1.14.1",
  27824. "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
  27825. "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
  27826. }
  27827. }
  27828. },
  27829. "tunnel-agent": {
  27830. "version": "0.6.0",
  27831. "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
  27832. "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
  27833. "requires": {
  27834. "safe-buffer": "^5.0.1"
  27835. }
  27836. },
  27837. "tweetnacl": {
  27838. "version": "0.14.5",
  27839. "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
  27840. "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
  27841. },
  27842. "type-check": {
  27843. "version": "0.4.0",
  27844. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  27845. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  27846. "requires": {
  27847. "prelude-ls": "^1.2.1"
  27848. }
  27849. },
  27850. "type-detect": {
  27851. "version": "4.0.8",
  27852. "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
  27853. "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g=="
  27854. },
  27855. "type-fest": {
  27856. "version": "0.21.3",
  27857. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  27858. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="
  27859. },
  27860. "type-is": {
  27861. "version": "1.6.18",
  27862. "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
  27863. "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  27864. "requires": {
  27865. "media-typer": "0.3.0",
  27866. "mime-types": "~2.1.24"
  27867. }
  27868. },
  27869. "typedarray-to-buffer": {
  27870. "version": "3.1.5",
  27871. "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
  27872. "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
  27873. "requires": {
  27874. "is-typedarray": "^1.0.0"
  27875. }
  27876. },
  27877. "typescript": {
  27878. "version": "4.6.3",
  27879. "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
  27880. "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw=="
  27881. },
  27882. "unbox-primitive": {
  27883. "version": "1.0.1",
  27884. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz",
  27885. "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==",
  27886. "requires": {
  27887. "function-bind": "^1.1.1",
  27888. "has-bigints": "^1.0.1",
  27889. "has-symbols": "^1.0.2",
  27890. "which-boxed-primitive": "^1.0.2"
  27891. }
  27892. },
  27893. "unicode-canonical-property-names-ecmascript": {
  27894. "version": "2.0.0",
  27895. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
  27896. "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ=="
  27897. },
  27898. "unicode-match-property-ecmascript": {
  27899. "version": "2.0.0",
  27900. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  27901. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  27902. "requires": {
  27903. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  27904. "unicode-property-aliases-ecmascript": "^2.0.0"
  27905. }
  27906. },
  27907. "unicode-match-property-value-ecmascript": {
  27908. "version": "2.0.0",
  27909. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz",
  27910. "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw=="
  27911. },
  27912. "unicode-property-aliases-ecmascript": {
  27913. "version": "2.0.0",
  27914. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz",
  27915. "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ=="
  27916. },
  27917. "unique-filename": {
  27918. "version": "1.1.1",
  27919. "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
  27920. "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
  27921. "requires": {
  27922. "unique-slug": "^2.0.0"
  27923. }
  27924. },
  27925. "unique-slug": {
  27926. "version": "2.0.2",
  27927. "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",
  27928. "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
  27929. "requires": {
  27930. "imurmurhash": "^0.1.4"
  27931. }
  27932. },
  27933. "unique-string": {
  27934. "version": "2.0.0",
  27935. "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
  27936. "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
  27937. "requires": {
  27938. "crypto-random-string": "^2.0.0"
  27939. }
  27940. },
  27941. "universalify": {
  27942. "version": "2.0.0",
  27943. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
  27944. "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="
  27945. },
  27946. "unpipe": {
  27947. "version": "1.0.0",
  27948. "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  27949. "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw="
  27950. },
  27951. "unquote": {
  27952. "version": "1.1.1",
  27953. "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
  27954. "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ="
  27955. },
  27956. "untildify": {
  27957. "version": "4.0.0",
  27958. "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",
  27959. "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==",
  27960. "dev": true
  27961. },
  27962. "upath": {
  27963. "version": "1.2.0",
  27964. "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  27965. "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg=="
  27966. },
  27967. "uri-js": {
  27968. "version": "4.4.1",
  27969. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  27970. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  27971. "requires": {
  27972. "punycode": "^2.1.0"
  27973. }
  27974. },
  27975. "util-deprecate": {
  27976. "version": "1.0.2",
  27977. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  27978. "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
  27979. },
  27980. "util.promisify": {
  27981. "version": "1.0.1",
  27982. "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
  27983. "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
  27984. "requires": {
  27985. "define-properties": "^1.1.3",
  27986. "es-abstract": "^1.17.2",
  27987. "has-symbols": "^1.0.1",
  27988. "object.getownpropertydescriptors": "^2.1.0"
  27989. }
  27990. },
  27991. "utila": {
  27992. "version": "0.4.0",
  27993. "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
  27994. "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw="
  27995. },
  27996. "utils-merge": {
  27997. "version": "1.0.1",
  27998. "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
  27999. "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
  28000. },
  28001. "uuid": {
  28002. "version": "8.3.2",
  28003. "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
  28004. "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
  28005. },
  28006. "v8-compile-cache": {
  28007. "version": "2.3.0",
  28008. "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
  28009. "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA=="
  28010. },
  28011. "v8-to-istanbul": {
  28012. "version": "8.1.1",
  28013. "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
  28014. "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
  28015. "requires": {
  28016. "@types/istanbul-lib-coverage": "^2.0.1",
  28017. "convert-source-map": "^1.6.0",
  28018. "source-map": "^0.7.3"
  28019. },
  28020. "dependencies": {
  28021. "source-map": {
  28022. "version": "0.7.3",
  28023. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
  28024. "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
  28025. }
  28026. }
  28027. },
  28028. "validate-npm-package-license": {
  28029. "version": "3.0.4",
  28030. "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
  28031. "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
  28032. "requires": {
  28033. "spdx-correct": "^3.0.0",
  28034. "spdx-expression-parse": "^3.0.0"
  28035. }
  28036. },
  28037. "value-equal": {
  28038. "version": "1.0.1",
  28039. "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz",
  28040. "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw=="
  28041. },
  28042. "vary": {
  28043. "version": "1.1.2",
  28044. "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  28045. "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
  28046. },
  28047. "verror": {
  28048. "version": "1.10.0",
  28049. "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
  28050. "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
  28051. "requires": {
  28052. "assert-plus": "^1.0.0",
  28053. "core-util-is": "1.0.2",
  28054. "extsprintf": "^1.2.0"
  28055. },
  28056. "dependencies": {
  28057. "core-util-is": {
  28058. "version": "1.0.2",
  28059. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
  28060. "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
  28061. }
  28062. }
  28063. },
  28064. "w3c-hr-time": {
  28065. "version": "1.0.2",
  28066. "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
  28067. "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
  28068. "requires": {
  28069. "browser-process-hrtime": "^1.0.0"
  28070. }
  28071. },
  28072. "w3c-xmlserializer": {
  28073. "version": "2.0.0",
  28074. "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
  28075. "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
  28076. "requires": {
  28077. "xml-name-validator": "^3.0.0"
  28078. }
  28079. },
  28080. "walker": {
  28081. "version": "1.0.8",
  28082. "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
  28083. "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
  28084. "requires": {
  28085. "makeerror": "1.0.12"
  28086. }
  28087. },
  28088. "watchpack": {
  28089. "version": "2.3.1",
  28090. "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz",
  28091. "integrity": "sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==",
  28092. "requires": {
  28093. "glob-to-regexp": "^0.4.1",
  28094. "graceful-fs": "^4.1.2"
  28095. }
  28096. },
  28097. "wbuf": {
  28098. "version": "1.7.3",
  28099. "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
  28100. "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
  28101. "requires": {
  28102. "minimalistic-assert": "^1.0.0"
  28103. }
  28104. },
  28105. "web-vitals": {
  28106. "version": "0.2.4",
  28107. "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-0.2.4.tgz",
  28108. "integrity": "sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg=="
  28109. },
  28110. "webidl-conversions": {
  28111. "version": "6.1.0",
  28112. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
  28113. "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w=="
  28114. },
  28115. "webpack": {
  28116. "version": "5.72.0",
  28117. "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.0.tgz",
  28118. "integrity": "sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==",
  28119. "requires": {
  28120. "@types/eslint-scope": "^3.7.3",
  28121. "@types/estree": "^0.0.51",
  28122. "@webassemblyjs/ast": "1.11.1",
  28123. "@webassemblyjs/wasm-edit": "1.11.1",
  28124. "@webassemblyjs/wasm-parser": "1.11.1",
  28125. "acorn": "^8.4.1",
  28126. "acorn-import-assertions": "^1.7.6",
  28127. "browserslist": "^4.14.5",
  28128. "chrome-trace-event": "^1.0.2",
  28129. "enhanced-resolve": "^5.9.2",
  28130. "es-module-lexer": "^0.9.0",
  28131. "eslint-scope": "5.1.1",
  28132. "events": "^3.2.0",
  28133. "glob-to-regexp": "^0.4.1",
  28134. "graceful-fs": "^4.2.9",
  28135. "json-parse-better-errors": "^1.0.2",
  28136. "loader-runner": "^4.2.0",
  28137. "mime-types": "^2.1.27",
  28138. "neo-async": "^2.6.2",
  28139. "schema-utils": "^3.1.0",
  28140. "tapable": "^2.1.1",
  28141. "terser-webpack-plugin": "^5.1.3",
  28142. "watchpack": "^2.3.1",
  28143. "webpack-sources": "^3.2.3"
  28144. },
  28145. "dependencies": {
  28146. "eslint-scope": {
  28147. "version": "5.1.1",
  28148. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  28149. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  28150. "requires": {
  28151. "esrecurse": "^4.3.0",
  28152. "estraverse": "^4.1.1"
  28153. }
  28154. },
  28155. "estraverse": {
  28156. "version": "4.3.0",
  28157. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  28158. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
  28159. }
  28160. }
  28161. },
  28162. "webpack-dev-middleware": {
  28163. "version": "5.3.1",
  28164. "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.1.tgz",
  28165. "integrity": "sha512-81EujCKkyles2wphtdrnPg/QqegC/AtqNH//mQkBYSMqwFVCQrxM6ktB2O/SPlZy7LqeEfTbV3cZARGQz6umhg==",
  28166. "requires": {
  28167. "colorette": "^2.0.10",
  28168. "memfs": "^3.4.1",
  28169. "mime-types": "^2.1.31",
  28170. "range-parser": "^1.2.1",
  28171. "schema-utils": "^4.0.0"
  28172. },
  28173. "dependencies": {
  28174. "ajv": {
  28175. "version": "8.11.0",
  28176. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  28177. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  28178. "requires": {
  28179. "fast-deep-equal": "^3.1.1",
  28180. "json-schema-traverse": "^1.0.0",
  28181. "require-from-string": "^2.0.2",
  28182. "uri-js": "^4.2.2"
  28183. }
  28184. },
  28185. "ajv-keywords": {
  28186. "version": "5.1.0",
  28187. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  28188. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  28189. "requires": {
  28190. "fast-deep-equal": "^3.1.3"
  28191. }
  28192. },
  28193. "json-schema-traverse": {
  28194. "version": "1.0.0",
  28195. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  28196. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  28197. },
  28198. "schema-utils": {
  28199. "version": "4.0.0",
  28200. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  28201. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  28202. "requires": {
  28203. "@types/json-schema": "^7.0.9",
  28204. "ajv": "^8.8.0",
  28205. "ajv-formats": "^2.1.1",
  28206. "ajv-keywords": "^5.0.0"
  28207. }
  28208. }
  28209. }
  28210. },
  28211. "webpack-dev-server": {
  28212. "version": "4.8.1",
  28213. "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.8.1.tgz",
  28214. "integrity": "sha512-dwld70gkgNJa33czmcj/PlKY/nOy/BimbrgZRaR9vDATBQAYgLzggR0nxDtPLJiLrMgZwbE6RRfJ5vnBBasTyg==",
  28215. "requires": {
  28216. "@types/bonjour": "^3.5.9",
  28217. "@types/connect-history-api-fallback": "^1.3.5",
  28218. "@types/express": "^4.17.13",
  28219. "@types/serve-index": "^1.9.1",
  28220. "@types/sockjs": "^0.3.33",
  28221. "@types/ws": "^8.5.1",
  28222. "ansi-html-community": "^0.0.8",
  28223. "bonjour-service": "^1.0.11",
  28224. "chokidar": "^3.5.3",
  28225. "colorette": "^2.0.10",
  28226. "compression": "^1.7.4",
  28227. "connect-history-api-fallback": "^1.6.0",
  28228. "default-gateway": "^6.0.3",
  28229. "express": "^4.17.3",
  28230. "graceful-fs": "^4.2.6",
  28231. "html-entities": "^2.3.2",
  28232. "http-proxy-middleware": "^2.0.3",
  28233. "ipaddr.js": "^2.0.1",
  28234. "open": "^8.0.9",
  28235. "p-retry": "^4.5.0",
  28236. "portfinder": "^1.0.28",
  28237. "rimraf": "^3.0.2",
  28238. "schema-utils": "^4.0.0",
  28239. "selfsigned": "^2.0.1",
  28240. "serve-index": "^1.9.1",
  28241. "sockjs": "^0.3.21",
  28242. "spdy": "^4.0.2",
  28243. "webpack-dev-middleware": "^5.3.1",
  28244. "ws": "^8.4.2"
  28245. },
  28246. "dependencies": {
  28247. "ajv": {
  28248. "version": "8.11.0",
  28249. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  28250. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  28251. "requires": {
  28252. "fast-deep-equal": "^3.1.1",
  28253. "json-schema-traverse": "^1.0.0",
  28254. "require-from-string": "^2.0.2",
  28255. "uri-js": "^4.2.2"
  28256. }
  28257. },
  28258. "ajv-keywords": {
  28259. "version": "5.1.0",
  28260. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  28261. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  28262. "requires": {
  28263. "fast-deep-equal": "^3.1.3"
  28264. }
  28265. },
  28266. "json-schema-traverse": {
  28267. "version": "1.0.0",
  28268. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  28269. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  28270. },
  28271. "schema-utils": {
  28272. "version": "4.0.0",
  28273. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
  28274. "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
  28275. "requires": {
  28276. "@types/json-schema": "^7.0.9",
  28277. "ajv": "^8.8.0",
  28278. "ajv-formats": "^2.1.1",
  28279. "ajv-keywords": "^5.0.0"
  28280. }
  28281. },
  28282. "ws": {
  28283. "version": "8.5.0",
  28284. "resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz",
  28285. "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==",
  28286. "requires": {}
  28287. }
  28288. }
  28289. },
  28290. "webpack-manifest-plugin": {
  28291. "version": "4.1.1",
  28292. "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz",
  28293. "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==",
  28294. "requires": {
  28295. "tapable": "^2.0.0",
  28296. "webpack-sources": "^2.2.0"
  28297. },
  28298. "dependencies": {
  28299. "webpack-sources": {
  28300. "version": "2.3.1",
  28301. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
  28302. "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
  28303. "requires": {
  28304. "source-list-map": "^2.0.1",
  28305. "source-map": "^0.6.1"
  28306. }
  28307. }
  28308. }
  28309. },
  28310. "webpack-sources": {
  28311. "version": "3.2.3",
  28312. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
  28313. "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w=="
  28314. },
  28315. "websocket-driver": {
  28316. "version": "0.7.4",
  28317. "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
  28318. "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
  28319. "requires": {
  28320. "http-parser-js": ">=0.5.1",
  28321. "safe-buffer": ">=5.1.0",
  28322. "websocket-extensions": ">=0.1.1"
  28323. }
  28324. },
  28325. "websocket-extensions": {
  28326. "version": "0.1.4",
  28327. "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
  28328. "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg=="
  28329. },
  28330. "whatwg-encoding": {
  28331. "version": "1.0.5",
  28332. "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
  28333. "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
  28334. "requires": {
  28335. "iconv-lite": "0.4.24"
  28336. },
  28337. "dependencies": {
  28338. "iconv-lite": {
  28339. "version": "0.4.24",
  28340. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  28341. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  28342. "requires": {
  28343. "safer-buffer": ">= 2.1.2 < 3"
  28344. }
  28345. }
  28346. }
  28347. },
  28348. "whatwg-fetch": {
  28349. "version": "3.6.2",
  28350. "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
  28351. "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
  28352. },
  28353. "whatwg-mimetype": {
  28354. "version": "2.3.0",
  28355. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
  28356. "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
  28357. },
  28358. "whatwg-url": {
  28359. "version": "8.7.0",
  28360. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
  28361. "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
  28362. "requires": {
  28363. "lodash": "^4.7.0",
  28364. "tr46": "^2.1.0",
  28365. "webidl-conversions": "^6.1.0"
  28366. }
  28367. },
  28368. "which": {
  28369. "version": "2.0.2",
  28370. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  28371. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  28372. "requires": {
  28373. "isexe": "^2.0.0"
  28374. }
  28375. },
  28376. "which-boxed-primitive": {
  28377. "version": "1.0.2",
  28378. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  28379. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  28380. "requires": {
  28381. "is-bigint": "^1.0.1",
  28382. "is-boolean-object": "^1.1.0",
  28383. "is-number-object": "^1.0.4",
  28384. "is-string": "^1.0.5",
  28385. "is-symbol": "^1.0.3"
  28386. }
  28387. },
  28388. "wide-align": {
  28389. "version": "1.1.5",
  28390. "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
  28391. "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
  28392. "requires": {
  28393. "string-width": "^1.0.2 || 2 || 3 || 4"
  28394. }
  28395. },
  28396. "word-wrap": {
  28397. "version": "1.2.3",
  28398. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
  28399. "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ=="
  28400. },
  28401. "workbox-background-sync": {
  28402. "version": "5.1.4",
  28403. "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-5.1.4.tgz",
  28404. "integrity": "sha512-AH6x5pYq4vwQvfRDWH+vfOePfPIYQ00nCEB7dJRU1e0n9+9HMRyvI63FlDvtFT2AvXVRsXvUt7DNMEToyJLpSA==",
  28405. "requires": {
  28406. "workbox-core": "^5.1.4"
  28407. }
  28408. },
  28409. "workbox-broadcast-update": {
  28410. "version": "5.1.4",
  28411. "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-5.1.4.tgz",
  28412. "integrity": "sha512-HTyTWkqXvHRuqY73XrwvXPud/FN6x3ROzkfFPsRjtw/kGZuZkPzfeH531qdUGfhtwjmtO/ZzXcWErqVzJNdXaA==",
  28413. "requires": {
  28414. "workbox-core": "^5.1.4"
  28415. }
  28416. },
  28417. "workbox-build": {
  28418. "version": "6.5.3",
  28419. "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.5.3.tgz",
  28420. "integrity": "sha512-8JNHHS7u13nhwIYCDea9MNXBNPHXCs5KDZPKI/ZNTr3f4sMGoD7hgFGecbyjX1gw4z6e9bMpMsOEJNyH5htA/w==",
  28421. "requires": {
  28422. "@apideck/better-ajv-errors": "^0.3.1",
  28423. "@babel/core": "^7.11.1",
  28424. "@babel/preset-env": "^7.11.0",
  28425. "@babel/runtime": "^7.11.2",
  28426. "@rollup/plugin-babel": "^5.2.0",
  28427. "@rollup/plugin-node-resolve": "^11.2.1",
  28428. "@rollup/plugin-replace": "^2.4.1",
  28429. "@surma/rollup-plugin-off-main-thread": "^2.2.3",
  28430. "ajv": "^8.6.0",
  28431. "common-tags": "^1.8.0",
  28432. "fast-json-stable-stringify": "^2.1.0",
  28433. "fs-extra": "^9.0.1",
  28434. "glob": "^7.1.6",
  28435. "lodash": "^4.17.20",
  28436. "pretty-bytes": "^5.3.0",
  28437. "rollup": "^2.43.1",
  28438. "rollup-plugin-terser": "^7.0.0",
  28439. "source-map": "^0.8.0-beta.0",
  28440. "stringify-object": "^3.3.0",
  28441. "strip-comments": "^2.0.1",
  28442. "tempy": "^0.6.0",
  28443. "upath": "^1.2.0",
  28444. "workbox-background-sync": "6.5.3",
  28445. "workbox-broadcast-update": "6.5.3",
  28446. "workbox-cacheable-response": "6.5.3",
  28447. "workbox-core": "6.5.3",
  28448. "workbox-expiration": "6.5.3",
  28449. "workbox-google-analytics": "6.5.3",
  28450. "workbox-navigation-preload": "6.5.3",
  28451. "workbox-precaching": "6.5.3",
  28452. "workbox-range-requests": "6.5.3",
  28453. "workbox-recipes": "6.5.3",
  28454. "workbox-routing": "6.5.3",
  28455. "workbox-strategies": "6.5.3",
  28456. "workbox-streams": "6.5.3",
  28457. "workbox-sw": "6.5.3",
  28458. "workbox-window": "6.5.3"
  28459. },
  28460. "dependencies": {
  28461. "@apideck/better-ajv-errors": {
  28462. "version": "0.3.3",
  28463. "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.3.tgz",
  28464. "integrity": "sha512-9o+HO2MbJhJHjDYZaDxJmSDckvDpiuItEsrIShV0DXeCshXWRHhqYyU/PKHMkuClOmFnZhRd6wzv4vpDu/dRKg==",
  28465. "requires": {
  28466. "json-schema": "^0.4.0",
  28467. "jsonpointer": "^5.0.0",
  28468. "leven": "^3.1.0"
  28469. }
  28470. },
  28471. "ajv": {
  28472. "version": "8.11.0",
  28473. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
  28474. "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
  28475. "requires": {
  28476. "fast-deep-equal": "^3.1.1",
  28477. "json-schema-traverse": "^1.0.0",
  28478. "require-from-string": "^2.0.2",
  28479. "uri-js": "^4.2.2"
  28480. }
  28481. },
  28482. "fs-extra": {
  28483. "version": "9.1.0",
  28484. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  28485. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  28486. "requires": {
  28487. "at-least-node": "^1.0.0",
  28488. "graceful-fs": "^4.2.0",
  28489. "jsonfile": "^6.0.1",
  28490. "universalify": "^2.0.0"
  28491. }
  28492. },
  28493. "json-schema-traverse": {
  28494. "version": "1.0.0",
  28495. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  28496. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  28497. },
  28498. "source-map": {
  28499. "version": "0.8.0-beta.0",
  28500. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
  28501. "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
  28502. "requires": {
  28503. "whatwg-url": "^7.0.0"
  28504. }
  28505. },
  28506. "tr46": {
  28507. "version": "1.0.1",
  28508. "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
  28509. "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=",
  28510. "requires": {
  28511. "punycode": "^2.1.0"
  28512. }
  28513. },
  28514. "webidl-conversions": {
  28515. "version": "4.0.2",
  28516. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
  28517. "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg=="
  28518. },
  28519. "whatwg-url": {
  28520. "version": "7.1.0",
  28521. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
  28522. "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
  28523. "requires": {
  28524. "lodash.sortby": "^4.7.0",
  28525. "tr46": "^1.0.1",
  28526. "webidl-conversions": "^4.0.2"
  28527. }
  28528. },
  28529. "workbox-background-sync": {
  28530. "version": "6.5.3",
  28531. "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.5.3.tgz",
  28532. "integrity": "sha512-0DD/V05FAcek6tWv9XYj2w5T/plxhDSpclIcAGjA/b7t/6PdaRkQ7ZgtAX6Q/L7kV7wZ8uYRJUoH11VjNipMZw==",
  28533. "requires": {
  28534. "idb": "^6.1.4",
  28535. "workbox-core": "6.5.3"
  28536. }
  28537. },
  28538. "workbox-broadcast-update": {
  28539. "version": "6.5.3",
  28540. "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.5.3.tgz",
  28541. "integrity": "sha512-4AwCIA5DiDrYhlN+Miv/fp5T3/whNmSL+KqhTwRBTZIL6pvTgE4lVuRzAt1JltmqyMcQ3SEfCdfxczuI4kwFQg==",
  28542. "requires": {
  28543. "workbox-core": "6.5.3"
  28544. }
  28545. },
  28546. "workbox-cacheable-response": {
  28547. "version": "6.5.3",
  28548. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.3.tgz",
  28549. "integrity": "sha512-6JE/Zm05hNasHzzAGKDkqqgYtZZL2H06ic2GxuRLStA4S/rHUfm2mnLFFXuHAaGR1XuuYyVCEey1M6H3PdZ7SQ==",
  28550. "requires": {
  28551. "workbox-core": "6.5.3"
  28552. }
  28553. },
  28554. "workbox-core": {
  28555. "version": "6.5.3",
  28556. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.3.tgz",
  28557. "integrity": "sha512-Bb9ey5n/M9x+l3fBTlLpHt9ASTzgSGj6vxni7pY72ilB/Pb3XtN+cZ9yueboVhD5+9cNQrC9n/E1fSrqWsUz7Q=="
  28558. },
  28559. "workbox-expiration": {
  28560. "version": "6.5.3",
  28561. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.5.3.tgz",
  28562. "integrity": "sha512-jzYopYR1zD04ZMdlbn/R2Ik6ixiXbi15c9iX5H8CTi6RPDz7uhvMLZPKEndZTpfgmUk8mdmT9Vx/AhbuCl5Sqw==",
  28563. "requires": {
  28564. "idb": "^6.1.4",
  28565. "workbox-core": "6.5.3"
  28566. }
  28567. },
  28568. "workbox-google-analytics": {
  28569. "version": "6.5.3",
  28570. "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.5.3.tgz",
  28571. "integrity": "sha512-3GLCHotz5umoRSb4aNQeTbILETcrTVEozSfLhHSBaegHs1PnqCmN0zbIy2TjTpph2AGXiNwDrWGF0AN+UgDNTw==",
  28572. "requires": {
  28573. "workbox-background-sync": "6.5.3",
  28574. "workbox-core": "6.5.3",
  28575. "workbox-routing": "6.5.3",
  28576. "workbox-strategies": "6.5.3"
  28577. }
  28578. },
  28579. "workbox-navigation-preload": {
  28580. "version": "6.5.3",
  28581. "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.5.3.tgz",
  28582. "integrity": "sha512-bK1gDFTc5iu6lH3UQ07QVo+0ovErhRNGvJJO/1ngknT0UQ702nmOUhoN9qE5mhuQSrnK+cqu7O7xeaJ+Rd9Tmg==",
  28583. "requires": {
  28584. "workbox-core": "6.5.3"
  28585. }
  28586. },
  28587. "workbox-precaching": {
  28588. "version": "6.5.3",
  28589. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.5.3.tgz",
  28590. "integrity": "sha512-sjNfgNLSsRX5zcc63H/ar/hCf+T19fRtTqvWh795gdpghWb5xsfEkecXEvZ8biEi1QD7X/ljtHphdaPvXDygMQ==",
  28591. "requires": {
  28592. "workbox-core": "6.5.3",
  28593. "workbox-routing": "6.5.3",
  28594. "workbox-strategies": "6.5.3"
  28595. }
  28596. },
  28597. "workbox-range-requests": {
  28598. "version": "6.5.3",
  28599. "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.5.3.tgz",
  28600. "integrity": "sha512-pGCP80Bpn/0Q0MQsfETSfmtXsQcu3M2QCJwSFuJ6cDp8s2XmbUXkzbuQhCUzKR86ZH2Vex/VUjb2UaZBGamijA==",
  28601. "requires": {
  28602. "workbox-core": "6.5.3"
  28603. }
  28604. },
  28605. "workbox-routing": {
  28606. "version": "6.5.3",
  28607. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.3.tgz",
  28608. "integrity": "sha512-DFjxcuRAJjjt4T34RbMm3MCn+xnd36UT/2RfPRfa8VWJGItGJIn7tG+GwVTdHmvE54i/QmVTJepyAGWtoLPTmg==",
  28609. "requires": {
  28610. "workbox-core": "6.5.3"
  28611. }
  28612. },
  28613. "workbox-strategies": {
  28614. "version": "6.5.3",
  28615. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.3.tgz",
  28616. "integrity": "sha512-MgmGRrDVXs7rtSCcetZgkSZyMpRGw8HqL2aguszOc3nUmzGZsT238z/NN9ZouCxSzDu3PQ3ZSKmovAacaIhu1w==",
  28617. "requires": {
  28618. "workbox-core": "6.5.3"
  28619. }
  28620. },
  28621. "workbox-streams": {
  28622. "version": "6.5.3",
  28623. "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.5.3.tgz",
  28624. "integrity": "sha512-vN4Qi8o+b7zj1FDVNZ+PlmAcy1sBoV7SC956uhqYvZ9Sg1fViSbOpydULOssVJ4tOyKRifH/eoi6h99d+sJ33w==",
  28625. "requires": {
  28626. "workbox-core": "6.5.3",
  28627. "workbox-routing": "6.5.3"
  28628. }
  28629. }
  28630. }
  28631. },
  28632. "workbox-cacheable-response": {
  28633. "version": "5.1.4",
  28634. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-5.1.4.tgz",
  28635. "integrity": "sha512-0bfvMZs0Of1S5cdswfQK0BXt6ulU5kVD4lwer2CeI+03czHprXR3V4Y8lPTooamn7eHP8Iywi5QjyAMjw0qauA==",
  28636. "requires": {
  28637. "workbox-core": "^5.1.4"
  28638. }
  28639. },
  28640. "workbox-core": {
  28641. "version": "5.1.4",
  28642. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-5.1.4.tgz",
  28643. "integrity": "sha512-+4iRQan/1D8I81nR2L5vcbaaFskZC2CL17TLbvWVzQ4qiF/ytOGF6XeV54pVxAvKUtkLANhk8TyIUMtiMw2oDg=="
  28644. },
  28645. "workbox-expiration": {
  28646. "version": "5.1.4",
  28647. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-5.1.4.tgz",
  28648. "integrity": "sha512-oDO/5iC65h2Eq7jctAv858W2+CeRW5e0jZBMNRXpzp0ZPvuT6GblUiHnAsC5W5lANs1QS9atVOm4ifrBiYY7AQ==",
  28649. "requires": {
  28650. "workbox-core": "^5.1.4"
  28651. }
  28652. },
  28653. "workbox-google-analytics": {
  28654. "version": "5.1.4",
  28655. "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-5.1.4.tgz",
  28656. "integrity": "sha512-0IFhKoEVrreHpKgcOoddV+oIaVXBFKXUzJVBI+nb0bxmcwYuZMdteBTp8AEDJacENtc9xbR0wa9RDCnYsCDLjA==",
  28657. "requires": {
  28658. "workbox-background-sync": "^5.1.4",
  28659. "workbox-core": "^5.1.4",
  28660. "workbox-routing": "^5.1.4",
  28661. "workbox-strategies": "^5.1.4"
  28662. }
  28663. },
  28664. "workbox-navigation-preload": {
  28665. "version": "5.1.4",
  28666. "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-5.1.4.tgz",
  28667. "integrity": "sha512-Wf03osvK0wTflAfKXba//QmWC5BIaIZARU03JIhAEO2wSB2BDROWI8Q/zmianf54kdV7e1eLaIEZhth4K4MyfQ==",
  28668. "requires": {
  28669. "workbox-core": "^5.1.4"
  28670. }
  28671. },
  28672. "workbox-precaching": {
  28673. "version": "5.1.4",
  28674. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-5.1.4.tgz",
  28675. "integrity": "sha512-gCIFrBXmVQLFwvAzuGLCmkUYGVhBb7D1k/IL7pUJUO5xacjLcFUaLnnsoVepBGAiKw34HU1y/YuqvTKim9qAZA==",
  28676. "requires": {
  28677. "workbox-core": "^5.1.4"
  28678. }
  28679. },
  28680. "workbox-range-requests": {
  28681. "version": "5.1.4",
  28682. "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-5.1.4.tgz",
  28683. "integrity": "sha512-1HSujLjgTeoxHrMR2muDW2dKdxqCGMc1KbeyGcmjZZAizJTFwu7CWLDmLv6O1ceWYrhfuLFJO+umYMddk2XMhw==",
  28684. "requires": {
  28685. "workbox-core": "^5.1.4"
  28686. }
  28687. },
  28688. "workbox-recipes": {
  28689. "version": "6.5.3",
  28690. "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.5.3.tgz",
  28691. "integrity": "sha512-IcgiKYmbGiDvvf3PMSEtmwqxwfQ5zwI7OZPio3GWu4PfehA8jI8JHI3KZj+PCfRiUPZhjQHJ3v1HbNs+SiSkig==",
  28692. "requires": {
  28693. "workbox-cacheable-response": "6.5.3",
  28694. "workbox-core": "6.5.3",
  28695. "workbox-expiration": "6.5.3",
  28696. "workbox-precaching": "6.5.3",
  28697. "workbox-routing": "6.5.3",
  28698. "workbox-strategies": "6.5.3"
  28699. },
  28700. "dependencies": {
  28701. "workbox-cacheable-response": {
  28702. "version": "6.5.3",
  28703. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.3.tgz",
  28704. "integrity": "sha512-6JE/Zm05hNasHzzAGKDkqqgYtZZL2H06ic2GxuRLStA4S/rHUfm2mnLFFXuHAaGR1XuuYyVCEey1M6H3PdZ7SQ==",
  28705. "requires": {
  28706. "workbox-core": "6.5.3"
  28707. }
  28708. },
  28709. "workbox-core": {
  28710. "version": "6.5.3",
  28711. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.3.tgz",
  28712. "integrity": "sha512-Bb9ey5n/M9x+l3fBTlLpHt9ASTzgSGj6vxni7pY72ilB/Pb3XtN+cZ9yueboVhD5+9cNQrC9n/E1fSrqWsUz7Q=="
  28713. },
  28714. "workbox-expiration": {
  28715. "version": "6.5.3",
  28716. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.5.3.tgz",
  28717. "integrity": "sha512-jzYopYR1zD04ZMdlbn/R2Ik6ixiXbi15c9iX5H8CTi6RPDz7uhvMLZPKEndZTpfgmUk8mdmT9Vx/AhbuCl5Sqw==",
  28718. "requires": {
  28719. "idb": "^6.1.4",
  28720. "workbox-core": "6.5.3"
  28721. }
  28722. },
  28723. "workbox-precaching": {
  28724. "version": "6.5.3",
  28725. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.5.3.tgz",
  28726. "integrity": "sha512-sjNfgNLSsRX5zcc63H/ar/hCf+T19fRtTqvWh795gdpghWb5xsfEkecXEvZ8biEi1QD7X/ljtHphdaPvXDygMQ==",
  28727. "requires": {
  28728. "workbox-core": "6.5.3",
  28729. "workbox-routing": "6.5.3",
  28730. "workbox-strategies": "6.5.3"
  28731. }
  28732. },
  28733. "workbox-routing": {
  28734. "version": "6.5.3",
  28735. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.3.tgz",
  28736. "integrity": "sha512-DFjxcuRAJjjt4T34RbMm3MCn+xnd36UT/2RfPRfa8VWJGItGJIn7tG+GwVTdHmvE54i/QmVTJepyAGWtoLPTmg==",
  28737. "requires": {
  28738. "workbox-core": "6.5.3"
  28739. }
  28740. },
  28741. "workbox-strategies": {
  28742. "version": "6.5.3",
  28743. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.3.tgz",
  28744. "integrity": "sha512-MgmGRrDVXs7rtSCcetZgkSZyMpRGw8HqL2aguszOc3nUmzGZsT238z/NN9ZouCxSzDu3PQ3ZSKmovAacaIhu1w==",
  28745. "requires": {
  28746. "workbox-core": "6.5.3"
  28747. }
  28748. }
  28749. }
  28750. },
  28751. "workbox-routing": {
  28752. "version": "5.1.4",
  28753. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-5.1.4.tgz",
  28754. "integrity": "sha512-8ljknRfqE1vEQtnMtzfksL+UXO822jJlHTIR7+BtJuxQ17+WPZfsHqvk1ynR/v0EHik4x2+826Hkwpgh4GKDCw==",
  28755. "requires": {
  28756. "workbox-core": "^5.1.4"
  28757. }
  28758. },
  28759. "workbox-strategies": {
  28760. "version": "5.1.4",
  28761. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-5.1.4.tgz",
  28762. "integrity": "sha512-VVS57LpaJTdjW3RgZvPwX0NlhNmscR7OQ9bP+N/34cYMDzXLyA6kqWffP6QKXSkca1OFo/v6v7hW7zrrguo6EA==",
  28763. "requires": {
  28764. "workbox-core": "^5.1.4",
  28765. "workbox-routing": "^5.1.4"
  28766. }
  28767. },
  28768. "workbox-streams": {
  28769. "version": "5.1.4",
  28770. "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-5.1.4.tgz",
  28771. "integrity": "sha512-xU8yuF1hI/XcVhJUAfbQLa1guQUhdLMPQJkdT0kn6HP5CwiPOGiXnSFq80rAG4b1kJUChQQIGPrq439FQUNVrw==",
  28772. "requires": {
  28773. "workbox-core": "^5.1.4",
  28774. "workbox-routing": "^5.1.4"
  28775. }
  28776. },
  28777. "workbox-sw": {
  28778. "version": "6.5.3",
  28779. "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.5.3.tgz",
  28780. "integrity": "sha512-BQBzm092w+NqdIEF2yhl32dERt9j9MDGUTa2Eaa+o3YKL4Qqw55W9yQC6f44FdAHdAJrJvp0t+HVrfh8AiGj8A=="
  28781. },
  28782. "workbox-webpack-plugin": {
  28783. "version": "6.5.3",
  28784. "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.5.3.tgz",
  28785. "integrity": "sha512-Es8Xr02Gi6Kc3zaUwR691ZLy61hz3vhhs5GztcklQ7kl5k2qAusPh0s6LF3wEtlpfs9ZDErnmy5SErwoll7jBA==",
  28786. "requires": {
  28787. "fast-json-stable-stringify": "^2.1.0",
  28788. "pretty-bytes": "^5.4.1",
  28789. "upath": "^1.2.0",
  28790. "webpack-sources": "^1.4.3",
  28791. "workbox-build": "6.5.3"
  28792. },
  28793. "dependencies": {
  28794. "webpack-sources": {
  28795. "version": "1.4.3",
  28796. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
  28797. "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
  28798. "requires": {
  28799. "source-list-map": "^2.0.0",
  28800. "source-map": "~0.6.1"
  28801. }
  28802. }
  28803. }
  28804. },
  28805. "workbox-window": {
  28806. "version": "6.5.3",
  28807. "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.5.3.tgz",
  28808. "integrity": "sha512-GnJbx1kcKXDtoJBVZs/P7ddP0Yt52NNy4nocjBpYPiRhMqTpJCNrSL+fGHZ/i/oP6p/vhE8II0sA6AZGKGnssw==",
  28809. "requires": {
  28810. "@types/trusted-types": "^2.0.2",
  28811. "workbox-core": "6.5.3"
  28812. },
  28813. "dependencies": {
  28814. "workbox-core": {
  28815. "version": "6.5.3",
  28816. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.3.tgz",
  28817. "integrity": "sha512-Bb9ey5n/M9x+l3fBTlLpHt9ASTzgSGj6vxni7pY72ilB/Pb3XtN+cZ9yueboVhD5+9cNQrC9n/E1fSrqWsUz7Q=="
  28818. }
  28819. }
  28820. },
  28821. "wrap-ansi": {
  28822. "version": "7.0.0",
  28823. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  28824. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  28825. "requires": {
  28826. "ansi-styles": "^4.0.0",
  28827. "string-width": "^4.1.0",
  28828. "strip-ansi": "^6.0.0"
  28829. }
  28830. },
  28831. "wrappy": {
  28832. "version": "1.0.2",
  28833. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  28834. "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
  28835. },
  28836. "write-file-atomic": {
  28837. "version": "3.0.3",
  28838. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
  28839. "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
  28840. "requires": {
  28841. "imurmurhash": "^0.1.4",
  28842. "is-typedarray": "^1.0.0",
  28843. "signal-exit": "^3.0.2",
  28844. "typedarray-to-buffer": "^3.1.5"
  28845. }
  28846. },
  28847. "ws": {
  28848. "version": "7.5.7",
  28849. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz",
  28850. "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==",
  28851. "requires": {}
  28852. },
  28853. "xml-name-validator": {
  28854. "version": "3.0.0",
  28855. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
  28856. "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
  28857. },
  28858. "xml2js": {
  28859. "version": "0.4.23",
  28860. "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz",
  28861. "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==",
  28862. "dev": true,
  28863. "requires": {
  28864. "sax": ">=0.6.0",
  28865. "xmlbuilder": "~11.0.0"
  28866. },
  28867. "dependencies": {
  28868. "xmlbuilder": {
  28869. "version": "11.0.1",
  28870. "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
  28871. "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
  28872. "dev": true
  28873. }
  28874. }
  28875. },
  28876. "xmlbuilder": {
  28877. "version": "9.0.7",
  28878. "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz",
  28879. "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=",
  28880. "dev": true
  28881. },
  28882. "xmlchars": {
  28883. "version": "2.2.0",
  28884. "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  28885. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
  28886. },
  28887. "xtend": {
  28888. "version": "4.0.2",
  28889. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  28890. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
  28891. },
  28892. "y18n": {
  28893. "version": "5.0.8",
  28894. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  28895. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA=="
  28896. },
  28897. "yallist": {
  28898. "version": "4.0.0",
  28899. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  28900. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  28901. },
  28902. "yaml": {
  28903. "version": "1.10.2",
  28904. "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
  28905. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg=="
  28906. },
  28907. "yargs": {
  28908. "version": "16.2.0",
  28909. "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
  28910. "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
  28911. "requires": {
  28912. "cliui": "^7.0.2",
  28913. "escalade": "^3.1.1",
  28914. "get-caller-file": "^2.0.5",
  28915. "require-directory": "^2.1.1",
  28916. "string-width": "^4.2.0",
  28917. "y18n": "^5.0.5",
  28918. "yargs-parser": "^20.2.2"
  28919. }
  28920. },
  28921. "yargs-parser": {
  28922. "version": "20.2.9",
  28923. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
  28924. "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w=="
  28925. },
  28926. "yauzl": {
  28927. "version": "2.10.0",
  28928. "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
  28929. "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
  28930. "dev": true,
  28931. "requires": {
  28932. "buffer-crc32": "~0.2.3",
  28933. "fd-slicer": "~1.1.0"
  28934. }
  28935. },
  28936. "yocto-queue": {
  28937. "version": "0.1.0",
  28938. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  28939. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
  28940. }
  28941. }
  28942. }