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

17246 lines
702 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. {
  2. "name": "study_react_ts",
  3. "version": "0.1.0",
  4. "lockfileVersion": 1,
  5. "requires": true,
  6. "dependencies": {
  7. "@babel/code-frame": {
  8. "version": "7.12.11",
  9. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
  10. "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
  11. "requires": {
  12. "@babel/highlight": "^7.10.4"
  13. }
  14. },
  15. "@babel/compat-data": {
  16. "version": "7.12.7",
  17. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12.7.tgz",
  18. "integrity": "sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw=="
  19. },
  20. "@babel/core": {
  21. "version": "7.12.3",
  22. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.3.tgz",
  23. "integrity": "sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==",
  24. "requires": {
  25. "@babel/code-frame": "^7.10.4",
  26. "@babel/generator": "^7.12.1",
  27. "@babel/helper-module-transforms": "^7.12.1",
  28. "@babel/helpers": "^7.12.1",
  29. "@babel/parser": "^7.12.3",
  30. "@babel/template": "^7.10.4",
  31. "@babel/traverse": "^7.12.1",
  32. "@babel/types": "^7.12.1",
  33. "convert-source-map": "^1.7.0",
  34. "debug": "^4.1.0",
  35. "gensync": "^1.0.0-beta.1",
  36. "json5": "^2.1.2",
  37. "lodash": "^4.17.19",
  38. "resolve": "^1.3.2",
  39. "semver": "^5.4.1",
  40. "source-map": "^0.5.0"
  41. },
  42. "dependencies": {
  43. "semver": {
  44. "version": "5.7.1",
  45. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
  46. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
  47. }
  48. }
  49. },
  50. "@babel/generator": {
  51. "version": "7.12.11",
  52. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.11.tgz",
  53. "integrity": "sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==",
  54. "requires": {
  55. "@babel/types": "^7.12.11",
  56. "jsesc": "^2.5.1",
  57. "source-map": "^0.5.0"
  58. }
  59. },
  60. "@babel/helper-annotate-as-pure": {
  61. "version": "7.12.10",
  62. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz",
  63. "integrity": "sha512-XplmVbC1n+KY6jL8/fgLVXXUauDIB+lD5+GsQEh6F6GBF1dq1qy4DP4yXWzDKcoqXB3X58t61e85Fitoww4JVQ==",
  64. "requires": {
  65. "@babel/types": "^7.12.10"
  66. }
  67. },
  68. "@babel/helper-builder-binary-assignment-operator-visitor": {
  69. "version": "7.10.4",
  70. "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz",
  71. "integrity": "sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg==",
  72. "requires": {
  73. "@babel/helper-explode-assignable-expression": "^7.10.4",
  74. "@babel/types": "^7.10.4"
  75. }
  76. },
  77. "@babel/helper-compilation-targets": {
  78. "version": "7.12.5",
  79. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz",
  80. "integrity": "sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw==",
  81. "requires": {
  82. "@babel/compat-data": "^7.12.5",
  83. "@babel/helper-validator-option": "^7.12.1",
  84. "browserslist": "^4.14.5",
  85. "semver": "^5.5.0"
  86. },
  87. "dependencies": {
  88. "semver": {
  89. "version": "5.7.1",
  90. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
  91. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
  92. }
  93. }
  94. },
  95. "@babel/helper-create-class-features-plugin": {
  96. "version": "7.12.1",
  97. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz",
  98. "integrity": "sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==",
  99. "requires": {
  100. "@babel/helper-function-name": "^7.10.4",
  101. "@babel/helper-member-expression-to-functions": "^7.12.1",
  102. "@babel/helper-optimise-call-expression": "^7.10.4",
  103. "@babel/helper-replace-supers": "^7.12.1",
  104. "@babel/helper-split-export-declaration": "^7.10.4"
  105. }
  106. },
  107. "@babel/helper-create-regexp-features-plugin": {
  108. "version": "7.12.7",
  109. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.7.tgz",
  110. "integrity": "sha512-idnutvQPdpbduutvi3JVfEgcVIHooQnhvhx0Nk9isOINOIGYkZea1Pk2JlJRiUnMefrlvr0vkByATBY/mB4vjQ==",
  111. "requires": {
  112. "@babel/helper-annotate-as-pure": "^7.10.4",
  113. "regexpu-core": "^4.7.1"
  114. }
  115. },
  116. "@babel/helper-define-map": {
  117. "version": "7.10.5",
  118. "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.5.tgz",
  119. "integrity": "sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ==",
  120. "requires": {
  121. "@babel/helper-function-name": "^7.10.4",
  122. "@babel/types": "^7.10.5",
  123. "lodash": "^4.17.19"
  124. }
  125. },
  126. "@babel/helper-explode-assignable-expression": {
  127. "version": "7.12.1",
  128. "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.1.tgz",
  129. "integrity": "sha512-dmUwH8XmlrUpVqgtZ737tK88v07l840z9j3OEhCLwKTkjlvKpfqXVIZ0wpK3aeOxspwGrf/5AP5qLx4rO3w5rA==",
  130. "requires": {
  131. "@babel/types": "^7.12.1"
  132. }
  133. },
  134. "@babel/helper-function-name": {
  135. "version": "7.12.11",
  136. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz",
  137. "integrity": "sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==",
  138. "requires": {
  139. "@babel/helper-get-function-arity": "^7.12.10",
  140. "@babel/template": "^7.12.7",
  141. "@babel/types": "^7.12.11"
  142. }
  143. },
  144. "@babel/helper-get-function-arity": {
  145. "version": "7.12.10",
  146. "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz",
  147. "integrity": "sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==",
  148. "requires": {
  149. "@babel/types": "^7.12.10"
  150. }
  151. },
  152. "@babel/helper-hoist-variables": {
  153. "version": "7.10.4",
  154. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz",
  155. "integrity": "sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA==",
  156. "requires": {
  157. "@babel/types": "^7.10.4"
  158. }
  159. },
  160. "@babel/helper-member-expression-to-functions": {
  161. "version": "7.12.7",
  162. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz",
  163. "integrity": "sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==",
  164. "requires": {
  165. "@babel/types": "^7.12.7"
  166. }
  167. },
  168. "@babel/helper-module-imports": {
  169. "version": "7.12.5",
  170. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz",
  171. "integrity": "sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==",
  172. "requires": {
  173. "@babel/types": "^7.12.5"
  174. }
  175. },
  176. "@babel/helper-module-transforms": {
  177. "version": "7.12.1",
  178. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz",
  179. "integrity": "sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==",
  180. "requires": {
  181. "@babel/helper-module-imports": "^7.12.1",
  182. "@babel/helper-replace-supers": "^7.12.1",
  183. "@babel/helper-simple-access": "^7.12.1",
  184. "@babel/helper-split-export-declaration": "^7.11.0",
  185. "@babel/helper-validator-identifier": "^7.10.4",
  186. "@babel/template": "^7.10.4",
  187. "@babel/traverse": "^7.12.1",
  188. "@babel/types": "^7.12.1",
  189. "lodash": "^4.17.19"
  190. }
  191. },
  192. "@babel/helper-optimise-call-expression": {
  193. "version": "7.12.10",
  194. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz",
  195. "integrity": "sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ==",
  196. "requires": {
  197. "@babel/types": "^7.12.10"
  198. }
  199. },
  200. "@babel/helper-plugin-utils": {
  201. "version": "7.10.4",
  202. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
  203. "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg=="
  204. },
  205. "@babel/helper-remap-async-to-generator": {
  206. "version": "7.12.1",
  207. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.1.tgz",
  208. "integrity": "sha512-9d0KQCRM8clMPcDwo8SevNs+/9a8yWVVmaE80FGJcEP8N1qToREmWEGnBn8BUlJhYRFz6fqxeRL1sl5Ogsed7A==",
  209. "requires": {
  210. "@babel/helper-annotate-as-pure": "^7.10.4",
  211. "@babel/helper-wrap-function": "^7.10.4",
  212. "@babel/types": "^7.12.1"
  213. }
  214. },
  215. "@babel/helper-replace-supers": {
  216. "version": "7.12.11",
  217. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.11.tgz",
  218. "integrity": "sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA==",
  219. "requires": {
  220. "@babel/helper-member-expression-to-functions": "^7.12.7",
  221. "@babel/helper-optimise-call-expression": "^7.12.10",
  222. "@babel/traverse": "^7.12.10",
  223. "@babel/types": "^7.12.11"
  224. }
  225. },
  226. "@babel/helper-simple-access": {
  227. "version": "7.12.1",
  228. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz",
  229. "integrity": "sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==",
  230. "requires": {
  231. "@babel/types": "^7.12.1"
  232. }
  233. },
  234. "@babel/helper-skip-transparent-expression-wrappers": {
  235. "version": "7.12.1",
  236. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz",
  237. "integrity": "sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA==",
  238. "requires": {
  239. "@babel/types": "^7.12.1"
  240. }
  241. },
  242. "@babel/helper-split-export-declaration": {
  243. "version": "7.12.11",
  244. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz",
  245. "integrity": "sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==",
  246. "requires": {
  247. "@babel/types": "^7.12.11"
  248. }
  249. },
  250. "@babel/helper-validator-identifier": {
  251. "version": "7.12.11",
  252. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
  253. "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="
  254. },
  255. "@babel/helper-validator-option": {
  256. "version": "7.12.11",
  257. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz",
  258. "integrity": "sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw=="
  259. },
  260. "@babel/helper-wrap-function": {
  261. "version": "7.12.3",
  262. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz",
  263. "integrity": "sha512-Cvb8IuJDln3rs6tzjW3Y8UeelAOdnpB8xtQ4sme2MSZ9wOxrbThporC0y/EtE16VAtoyEfLM404Xr1e0OOp+ow==",
  264. "requires": {
  265. "@babel/helper-function-name": "^7.10.4",
  266. "@babel/template": "^7.10.4",
  267. "@babel/traverse": "^7.10.4",
  268. "@babel/types": "^7.10.4"
  269. }
  270. },
  271. "@babel/helpers": {
  272. "version": "7.12.5",
  273. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.5.tgz",
  274. "integrity": "sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==",
  275. "requires": {
  276. "@babel/template": "^7.10.4",
  277. "@babel/traverse": "^7.12.5",
  278. "@babel/types": "^7.12.5"
  279. }
  280. },
  281. "@babel/highlight": {
  282. "version": "7.10.4",
  283. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz",
  284. "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==",
  285. "requires": {
  286. "@babel/helper-validator-identifier": "^7.10.4",
  287. "chalk": "^2.0.0",
  288. "js-tokens": "^4.0.0"
  289. }
  290. },
  291. "@babel/parser": {
  292. "version": "7.12.11",
  293. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz",
  294. "integrity": "sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg=="
  295. },
  296. "@babel/plugin-proposal-async-generator-functions": {
  297. "version": "7.12.12",
  298. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.12.tgz",
  299. "integrity": "sha512-nrz9y0a4xmUrRq51bYkWJIO5SBZyG2ys2qinHsN0zHDHVsUaModrkpyWWWXfGqYQmOL3x9sQIcTNN/pBGpo09A==",
  300. "requires": {
  301. "@babel/helper-plugin-utils": "^7.10.4",
  302. "@babel/helper-remap-async-to-generator": "^7.12.1",
  303. "@babel/plugin-syntax-async-generators": "^7.8.0"
  304. }
  305. },
  306. "@babel/plugin-proposal-class-properties": {
  307. "version": "7.12.1",
  308. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz",
  309. "integrity": "sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==",
  310. "requires": {
  311. "@babel/helper-create-class-features-plugin": "^7.12.1",
  312. "@babel/helper-plugin-utils": "^7.10.4"
  313. }
  314. },
  315. "@babel/plugin-proposal-decorators": {
  316. "version": "7.12.1",
  317. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.1.tgz",
  318. "integrity": "sha512-knNIuusychgYN8fGJHONL0RbFxLGawhXOJNLBk75TniTsZZeA+wdkDuv6wp4lGwzQEKjZi6/WYtnb3udNPmQmQ==",
  319. "requires": {
  320. "@babel/helper-create-class-features-plugin": "^7.12.1",
  321. "@babel/helper-plugin-utils": "^7.10.4",
  322. "@babel/plugin-syntax-decorators": "^7.12.1"
  323. }
  324. },
  325. "@babel/plugin-proposal-dynamic-import": {
  326. "version": "7.12.1",
  327. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.1.tgz",
  328. "integrity": "sha512-a4rhUSZFuq5W8/OO8H7BL5zspjnc1FLd9hlOxIK/f7qG4a0qsqk8uvF/ywgBA8/OmjsapjpvaEOYItfGG1qIvQ==",
  329. "requires": {
  330. "@babel/helper-plugin-utils": "^7.10.4",
  331. "@babel/plugin-syntax-dynamic-import": "^7.8.0"
  332. }
  333. },
  334. "@babel/plugin-proposal-export-namespace-from": {
  335. "version": "7.12.1",
  336. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.1.tgz",
  337. "integrity": "sha512-6CThGf0irEkzujYS5LQcjBx8j/4aQGiVv7J9+2f7pGfxqyKh3WnmVJYW3hdrQjyksErMGBPQrCnHfOtna+WLbw==",
  338. "requires": {
  339. "@babel/helper-plugin-utils": "^7.10.4",
  340. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  341. }
  342. },
  343. "@babel/plugin-proposal-json-strings": {
  344. "version": "7.12.1",
  345. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.12.1.tgz",
  346. "integrity": "sha512-GoLDUi6U9ZLzlSda2Df++VSqDJg3CG+dR0+iWsv6XRw1rEq+zwt4DirM9yrxW6XWaTpmai1cWJLMfM8qQJf+yw==",
  347. "requires": {
  348. "@babel/helper-plugin-utils": "^7.10.4",
  349. "@babel/plugin-syntax-json-strings": "^7.8.0"
  350. }
  351. },
  352. "@babel/plugin-proposal-logical-assignment-operators": {
  353. "version": "7.12.1",
  354. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.1.tgz",
  355. "integrity": "sha512-k8ZmVv0JU+4gcUGeCDZOGd0lCIamU/sMtIiX3UWnUc5yzgq6YUGyEolNYD+MLYKfSzgECPcqetVcJP9Afe/aCA==",
  356. "requires": {
  357. "@babel/helper-plugin-utils": "^7.10.4",
  358. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  359. }
  360. },
  361. "@babel/plugin-proposal-nullish-coalescing-operator": {
  362. "version": "7.12.1",
  363. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz",
  364. "integrity": "sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg==",
  365. "requires": {
  366. "@babel/helper-plugin-utils": "^7.10.4",
  367. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
  368. }
  369. },
  370. "@babel/plugin-proposal-numeric-separator": {
  371. "version": "7.12.7",
  372. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz",
  373. "integrity": "sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ==",
  374. "requires": {
  375. "@babel/helper-plugin-utils": "^7.10.4",
  376. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  377. }
  378. },
  379. "@babel/plugin-proposal-object-rest-spread": {
  380. "version": "7.12.1",
  381. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz",
  382. "integrity": "sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==",
  383. "requires": {
  384. "@babel/helper-plugin-utils": "^7.10.4",
  385. "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
  386. "@babel/plugin-transform-parameters": "^7.12.1"
  387. }
  388. },
  389. "@babel/plugin-proposal-optional-catch-binding": {
  390. "version": "7.12.1",
  391. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.1.tgz",
  392. "integrity": "sha512-hFvIjgprh9mMw5v42sJWLI1lzU5L2sznP805zeT6rySVRA0Y18StRhDqhSxlap0oVgItRsB6WSROp4YnJTJz0g==",
  393. "requires": {
  394. "@babel/helper-plugin-utils": "^7.10.4",
  395. "@babel/plugin-syntax-optional-catch-binding": "^7.8.0"
  396. }
  397. },
  398. "@babel/plugin-proposal-optional-chaining": {
  399. "version": "7.12.7",
  400. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz",
  401. "integrity": "sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA==",
  402. "requires": {
  403. "@babel/helper-plugin-utils": "^7.10.4",
  404. "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
  405. "@babel/plugin-syntax-optional-chaining": "^7.8.0"
  406. }
  407. },
  408. "@babel/plugin-proposal-private-methods": {
  409. "version": "7.12.1",
  410. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.1.tgz",
  411. "integrity": "sha512-mwZ1phvH7/NHK6Kf8LP7MYDogGV+DKB1mryFOEwx5EBNQrosvIczzZFTUmWaeujd5xT6G1ELYWUz3CutMhjE1w==",
  412. "requires": {
  413. "@babel/helper-create-class-features-plugin": "^7.12.1",
  414. "@babel/helper-plugin-utils": "^7.10.4"
  415. }
  416. },
  417. "@babel/plugin-proposal-unicode-property-regex": {
  418. "version": "7.12.1",
  419. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.1.tgz",
  420. "integrity": "sha512-MYq+l+PvHuw/rKUz1at/vb6nCnQ2gmJBNaM62z0OgH7B2W1D9pvkpYtlti9bGtizNIU1K3zm4bZF9F91efVY0w==",
  421. "requires": {
  422. "@babel/helper-create-regexp-features-plugin": "^7.12.1",
  423. "@babel/helper-plugin-utils": "^7.10.4"
  424. }
  425. },
  426. "@babel/plugin-syntax-async-generators": {
  427. "version": "7.8.4",
  428. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  429. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  430. "requires": {
  431. "@babel/helper-plugin-utils": "^7.8.0"
  432. }
  433. },
  434. "@babel/plugin-syntax-bigint": {
  435. "version": "7.8.3",
  436. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
  437. "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
  438. "requires": {
  439. "@babel/helper-plugin-utils": "^7.8.0"
  440. }
  441. },
  442. "@babel/plugin-syntax-class-properties": {
  443. "version": "7.12.1",
  444. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.1.tgz",
  445. "integrity": "sha512-U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA==",
  446. "requires": {
  447. "@babel/helper-plugin-utils": "^7.10.4"
  448. }
  449. },
  450. "@babel/plugin-syntax-decorators": {
  451. "version": "7.12.1",
  452. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.1.tgz",
  453. "integrity": "sha512-ir9YW5daRrTYiy9UJ2TzdNIJEZu8KclVzDcfSt4iEmOtwQ4llPtWInNKJyKnVXp1vE4bbVd5S31M/im3mYMO1w==",
  454. "requires": {
  455. "@babel/helper-plugin-utils": "^7.10.4"
  456. }
  457. },
  458. "@babel/plugin-syntax-dynamic-import": {
  459. "version": "7.8.3",
  460. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  461. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  462. "requires": {
  463. "@babel/helper-plugin-utils": "^7.8.0"
  464. }
  465. },
  466. "@babel/plugin-syntax-export-namespace-from": {
  467. "version": "7.8.3",
  468. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  469. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  470. "requires": {
  471. "@babel/helper-plugin-utils": "^7.8.3"
  472. }
  473. },
  474. "@babel/plugin-syntax-flow": {
  475. "version": "7.12.1",
  476. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.12.1.tgz",
  477. "integrity": "sha512-1lBLLmtxrwpm4VKmtVFselI/P3pX+G63fAtUUt6b2Nzgao77KNDwyuRt90Mj2/9pKobtt68FdvjfqohZjg/FCA==",
  478. "requires": {
  479. "@babel/helper-plugin-utils": "^7.10.4"
  480. }
  481. },
  482. "@babel/plugin-syntax-import-meta": {
  483. "version": "7.10.4",
  484. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  485. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  486. "requires": {
  487. "@babel/helper-plugin-utils": "^7.10.4"
  488. }
  489. },
  490. "@babel/plugin-syntax-json-strings": {
  491. "version": "7.8.3",
  492. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  493. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  494. "requires": {
  495. "@babel/helper-plugin-utils": "^7.8.0"
  496. }
  497. },
  498. "@babel/plugin-syntax-jsx": {
  499. "version": "7.12.1",
  500. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz",
  501. "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==",
  502. "requires": {
  503. "@babel/helper-plugin-utils": "^7.10.4"
  504. }
  505. },
  506. "@babel/plugin-syntax-logical-assignment-operators": {
  507. "version": "7.10.4",
  508. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  509. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  510. "requires": {
  511. "@babel/helper-plugin-utils": "^7.10.4"
  512. }
  513. },
  514. "@babel/plugin-syntax-nullish-coalescing-operator": {
  515. "version": "7.8.3",
  516. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  517. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  518. "requires": {
  519. "@babel/helper-plugin-utils": "^7.8.0"
  520. }
  521. },
  522. "@babel/plugin-syntax-numeric-separator": {
  523. "version": "7.10.4",
  524. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  525. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  526. "requires": {
  527. "@babel/helper-plugin-utils": "^7.10.4"
  528. }
  529. },
  530. "@babel/plugin-syntax-object-rest-spread": {
  531. "version": "7.8.3",
  532. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  533. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  534. "requires": {
  535. "@babel/helper-plugin-utils": "^7.8.0"
  536. }
  537. },
  538. "@babel/plugin-syntax-optional-catch-binding": {
  539. "version": "7.8.3",
  540. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  541. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  542. "requires": {
  543. "@babel/helper-plugin-utils": "^7.8.0"
  544. }
  545. },
  546. "@babel/plugin-syntax-optional-chaining": {
  547. "version": "7.8.3",
  548. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  549. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  550. "requires": {
  551. "@babel/helper-plugin-utils": "^7.8.0"
  552. }
  553. },
  554. "@babel/plugin-syntax-top-level-await": {
  555. "version": "7.12.1",
  556. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.1.tgz",
  557. "integrity": "sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A==",
  558. "requires": {
  559. "@babel/helper-plugin-utils": "^7.10.4"
  560. }
  561. },
  562. "@babel/plugin-syntax-typescript": {
  563. "version": "7.12.1",
  564. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.1.tgz",
  565. "integrity": "sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA==",
  566. "requires": {
  567. "@babel/helper-plugin-utils": "^7.10.4"
  568. }
  569. },
  570. "@babel/plugin-transform-arrow-functions": {
  571. "version": "7.12.1",
  572. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.1.tgz",
  573. "integrity": "sha512-5QB50qyN44fzzz4/qxDPQMBCTHgxg3n0xRBLJUmBlLoU/sFvxVWGZF/ZUfMVDQuJUKXaBhbupxIzIfZ6Fwk/0A==",
  574. "requires": {
  575. "@babel/helper-plugin-utils": "^7.10.4"
  576. }
  577. },
  578. "@babel/plugin-transform-async-to-generator": {
  579. "version": "7.12.1",
  580. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.12.1.tgz",
  581. "integrity": "sha512-SDtqoEcarK1DFlRJ1hHRY5HvJUj5kX4qmtpMAm2QnhOlyuMC4TMdCRgW6WXpv93rZeYNeLP22y8Aq2dbcDRM1A==",
  582. "requires": {
  583. "@babel/helper-module-imports": "^7.12.1",
  584. "@babel/helper-plugin-utils": "^7.10.4",
  585. "@babel/helper-remap-async-to-generator": "^7.12.1"
  586. }
  587. },
  588. "@babel/plugin-transform-block-scoped-functions": {
  589. "version": "7.12.1",
  590. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.1.tgz",
  591. "integrity": "sha512-5OpxfuYnSgPalRpo8EWGPzIYf0lHBWORCkj5M0oLBwHdlux9Ri36QqGW3/LR13RSVOAoUUMzoPI/jpE4ABcHoA==",
  592. "requires": {
  593. "@babel/helper-plugin-utils": "^7.10.4"
  594. }
  595. },
  596. "@babel/plugin-transform-block-scoping": {
  597. "version": "7.12.12",
  598. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.12.tgz",
  599. "integrity": "sha512-VOEPQ/ExOVqbukuP7BYJtI5ZxxsmegTwzZ04j1aF0dkSypGo9XpDHuOrABsJu+ie+penpSJheDJ11x1BEZNiyQ==",
  600. "requires": {
  601. "@babel/helper-plugin-utils": "^7.10.4"
  602. }
  603. },
  604. "@babel/plugin-transform-classes": {
  605. "version": "7.12.1",
  606. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.12.1.tgz",
  607. "integrity": "sha512-/74xkA7bVdzQTBeSUhLLJgYIcxw/dpEpCdRDiHgPJ3Mv6uC11UhjpOhl72CgqbBCmt1qtssCyB2xnJm1+PFjog==",
  608. "requires": {
  609. "@babel/helper-annotate-as-pure": "^7.10.4",
  610. "@babel/helper-define-map": "^7.10.4",
  611. "@babel/helper-function-name": "^7.10.4",
  612. "@babel/helper-optimise-call-expression": "^7.10.4",
  613. "@babel/helper-plugin-utils": "^7.10.4",
  614. "@babel/helper-replace-supers": "^7.12.1",
  615. "@babel/helper-split-export-declaration": "^7.10.4",
  616. "globals": "^11.1.0"
  617. }
  618. },
  619. "@babel/plugin-transform-computed-properties": {
  620. "version": "7.12.1",
  621. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.12.1.tgz",
  622. "integrity": "sha512-vVUOYpPWB7BkgUWPo4C44mUQHpTZXakEqFjbv8rQMg7TC6S6ZhGZ3otQcRH6u7+adSlE5i0sp63eMC/XGffrzg==",
  623. "requires": {
  624. "@babel/helper-plugin-utils": "^7.10.4"
  625. }
  626. },
  627. "@babel/plugin-transform-destructuring": {
  628. "version": "7.12.1",
  629. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.12.1.tgz",
  630. "integrity": "sha512-fRMYFKuzi/rSiYb2uRLiUENJOKq4Gnl+6qOv5f8z0TZXg3llUwUhsNNwrwaT/6dUhJTzNpBr+CUvEWBtfNY1cw==",
  631. "requires": {
  632. "@babel/helper-plugin-utils": "^7.10.4"
  633. }
  634. },
  635. "@babel/plugin-transform-dotall-regex": {
  636. "version": "7.12.1",
  637. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.1.tgz",
  638. "integrity": "sha512-B2pXeRKoLszfEW7J4Hg9LoFaWEbr/kzo3teWHmtFCszjRNa/b40f9mfeqZsIDLLt/FjwQ6pz/Gdlwy85xNckBA==",
  639. "requires": {
  640. "@babel/helper-create-regexp-features-plugin": "^7.12.1",
  641. "@babel/helper-plugin-utils": "^7.10.4"
  642. }
  643. },
  644. "@babel/plugin-transform-duplicate-keys": {
  645. "version": "7.12.1",
  646. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.1.tgz",
  647. "integrity": "sha512-iRght0T0HztAb/CazveUpUQrZY+aGKKaWXMJ4uf9YJtqxSUe09j3wteztCUDRHs+SRAL7yMuFqUsLoAKKzgXjw==",
  648. "requires": {
  649. "@babel/helper-plugin-utils": "^7.10.4"
  650. }
  651. },
  652. "@babel/plugin-transform-exponentiation-operator": {
  653. "version": "7.12.1",
  654. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.1.tgz",
  655. "integrity": "sha512-7tqwy2bv48q+c1EHbXK0Zx3KXd2RVQp6OC7PbwFNt/dPTAV3Lu5sWtWuAj8owr5wqtWnqHfl2/mJlUmqkChKug==",
  656. "requires": {
  657. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.10.4",
  658. "@babel/helper-plugin-utils": "^7.10.4"
  659. }
  660. },
  661. "@babel/plugin-transform-flow-strip-types": {
  662. "version": "7.12.1",
  663. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.12.1.tgz",
  664. "integrity": "sha512-8hAtkmsQb36yMmEtk2JZ9JnVyDSnDOdlB+0nEGzIDLuK4yR3JcEjfuFPYkdEPSh8Id+rAMeBEn+X0iVEyho6Hg==",
  665. "requires": {
  666. "@babel/helper-plugin-utils": "^7.10.4",
  667. "@babel/plugin-syntax-flow": "^7.12.1"
  668. }
  669. },
  670. "@babel/plugin-transform-for-of": {
  671. "version": "7.12.1",
  672. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.12.1.tgz",
  673. "integrity": "sha512-Zaeq10naAsuHo7heQvyV0ptj4dlZJwZgNAtBYBnu5nNKJoW62m0zKcIEyVECrUKErkUkg6ajMy4ZfnVZciSBhg==",
  674. "requires": {
  675. "@babel/helper-plugin-utils": "^7.10.4"
  676. }
  677. },
  678. "@babel/plugin-transform-function-name": {
  679. "version": "7.12.1",
  680. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.1.tgz",
  681. "integrity": "sha512-JF3UgJUILoFrFMEnOJLJkRHSk6LUSXLmEFsA23aR2O5CSLUxbeUX1IZ1YQ7Sn0aXb601Ncwjx73a+FVqgcljVw==",
  682. "requires": {
  683. "@babel/helper-function-name": "^7.10.4",
  684. "@babel/helper-plugin-utils": "^7.10.4"
  685. }
  686. },
  687. "@babel/plugin-transform-literals": {
  688. "version": "7.12.1",
  689. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.1.tgz",
  690. "integrity": "sha512-+PxVGA+2Ag6uGgL0A5f+9rklOnnMccwEBzwYFL3EUaKuiyVnUipyXncFcfjSkbimLrODoqki1U9XxZzTvfN7IQ==",
  691. "requires": {
  692. "@babel/helper-plugin-utils": "^7.10.4"
  693. }
  694. },
  695. "@babel/plugin-transform-member-expression-literals": {
  696. "version": "7.12.1",
  697. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.1.tgz",
  698. "integrity": "sha512-1sxePl6z9ad0gFMB9KqmYofk34flq62aqMt9NqliS/7hPEpURUCMbyHXrMPlo282iY7nAvUB1aQd5mg79UD9Jg==",
  699. "requires": {
  700. "@babel/helper-plugin-utils": "^7.10.4"
  701. }
  702. },
  703. "@babel/plugin-transform-modules-amd": {
  704. "version": "7.12.1",
  705. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.12.1.tgz",
  706. "integrity": "sha512-tDW8hMkzad5oDtzsB70HIQQRBiTKrhfgwC/KkJeGsaNFTdWhKNt/BiE8c5yj19XiGyrxpbkOfH87qkNg1YGlOQ==",
  707. "requires": {
  708. "@babel/helper-module-transforms": "^7.12.1",
  709. "@babel/helper-plugin-utils": "^7.10.4",
  710. "babel-plugin-dynamic-import-node": "^2.3.3"
  711. }
  712. },
  713. "@babel/plugin-transform-modules-commonjs": {
  714. "version": "7.12.1",
  715. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.12.1.tgz",
  716. "integrity": "sha512-dY789wq6l0uLY8py9c1B48V8mVL5gZh/+PQ5ZPrylPYsnAvnEMjqsUXkuoDVPeVK+0VyGar+D08107LzDQ6pag==",
  717. "requires": {
  718. "@babel/helper-module-transforms": "^7.12.1",
  719. "@babel/helper-plugin-utils": "^7.10.4",
  720. "@babel/helper-simple-access": "^7.12.1",
  721. "babel-plugin-dynamic-import-node": "^2.3.3"
  722. }
  723. },
  724. "@babel/plugin-transform-modules-systemjs": {
  725. "version": "7.12.1",
  726. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.1.tgz",
  727. "integrity": "sha512-Hn7cVvOavVh8yvW6fLwveFqSnd7rbQN3zJvoPNyNaQSvgfKmDBO9U1YL9+PCXGRlZD9tNdWTy5ACKqMuzyn32Q==",
  728. "requires": {
  729. "@babel/helper-hoist-variables": "^7.10.4",
  730. "@babel/helper-module-transforms": "^7.12.1",
  731. "@babel/helper-plugin-utils": "^7.10.4",
  732. "@babel/helper-validator-identifier": "^7.10.4",
  733. "babel-plugin-dynamic-import-node": "^2.3.3"
  734. }
  735. },
  736. "@babel/plugin-transform-modules-umd": {
  737. "version": "7.12.1",
  738. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.12.1.tgz",
  739. "integrity": "sha512-aEIubCS0KHKM0zUos5fIoQm+AZUMt1ZvMpqz0/H5qAQ7vWylr9+PLYurT+Ic7ID/bKLd4q8hDovaG3Zch2uz5Q==",
  740. "requires": {
  741. "@babel/helper-module-transforms": "^7.12.1",
  742. "@babel/helper-plugin-utils": "^7.10.4"
  743. }
  744. },
  745. "@babel/plugin-transform-named-capturing-groups-regex": {
  746. "version": "7.12.1",
  747. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.1.tgz",
  748. "integrity": "sha512-tB43uQ62RHcoDp9v2Nsf+dSM8sbNodbEicbQNA53zHz8pWUhsgHSJCGpt7daXxRydjb0KnfmB+ChXOv3oADp1Q==",
  749. "requires": {
  750. "@babel/helper-create-regexp-features-plugin": "^7.12.1"
  751. }
  752. },
  753. "@babel/plugin-transform-new-target": {
  754. "version": "7.12.1",
  755. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.1.tgz",
  756. "integrity": "sha512-+eW/VLcUL5L9IvJH7rT1sT0CzkdUTvPrXC2PXTn/7z7tXLBuKvezYbGdxD5WMRoyvyaujOq2fWoKl869heKjhw==",
  757. "requires": {
  758. "@babel/helper-plugin-utils": "^7.10.4"
  759. }
  760. },
  761. "@babel/plugin-transform-object-super": {
  762. "version": "7.12.1",
  763. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.1.tgz",
  764. "integrity": "sha512-AvypiGJH9hsquNUn+RXVcBdeE3KHPZexWRdimhuV59cSoOt5kFBmqlByorAeUlGG2CJWd0U+4ZtNKga/TB0cAw==",
  765. "requires": {
  766. "@babel/helper-plugin-utils": "^7.10.4",
  767. "@babel/helper-replace-supers": "^7.12.1"
  768. }
  769. },
  770. "@babel/plugin-transform-parameters": {
  771. "version": "7.12.1",
  772. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.12.1.tgz",
  773. "integrity": "sha512-xq9C5EQhdPK23ZeCdMxl8bbRnAgHFrw5EOC3KJUsSylZqdkCaFEXxGSBuTSObOpiiHHNyb82es8M1QYgfQGfNg==",
  774. "requires": {
  775. "@babel/helper-plugin-utils": "^7.10.4"
  776. }
  777. },
  778. "@babel/plugin-transform-property-literals": {
  779. "version": "7.12.1",
  780. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.1.tgz",
  781. "integrity": "sha512-6MTCR/mZ1MQS+AwZLplX4cEySjCpnIF26ToWo942nqn8hXSm7McaHQNeGx/pt7suI1TWOWMfa/NgBhiqSnX0cQ==",
  782. "requires": {
  783. "@babel/helper-plugin-utils": "^7.10.4"
  784. }
  785. },
  786. "@babel/plugin-transform-react-constant-elements": {
  787. "version": "7.12.1",
  788. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.12.1.tgz",
  789. "integrity": "sha512-KOHd0tIRLoER+J+8f9DblZDa1fLGPwaaN1DI1TVHuQFOpjHV22C3CUB3obeC4fexHY9nx+fH0hQNvLFFfA1mxA==",
  790. "requires": {
  791. "@babel/helper-plugin-utils": "^7.10.4"
  792. }
  793. },
  794. "@babel/plugin-transform-react-display-name": {
  795. "version": "7.12.1",
  796. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.1.tgz",
  797. "integrity": "sha512-cAzB+UzBIrekfYxyLlFqf/OagTvHLcVBb5vpouzkYkBclRPraiygVnafvAoipErZLI8ANv8Ecn6E/m5qPXD26w==",
  798. "requires": {
  799. "@babel/helper-plugin-utils": "^7.10.4"
  800. }
  801. },
  802. "@babel/plugin-transform-react-jsx": {
  803. "version": "7.12.12",
  804. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.12.tgz",
  805. "integrity": "sha512-JDWGuzGNWscYcq8oJVCtSE61a5+XAOos+V0HrxnDieUus4UMnBEosDnY1VJqU5iZ4pA04QY7l0+JvHL1hZEfsw==",
  806. "requires": {
  807. "@babel/helper-annotate-as-pure": "^7.12.10",
  808. "@babel/helper-module-imports": "^7.12.5",
  809. "@babel/helper-plugin-utils": "^7.10.4",
  810. "@babel/plugin-syntax-jsx": "^7.12.1",
  811. "@babel/types": "^7.12.12"
  812. }
  813. },
  814. "@babel/plugin-transform-react-jsx-development": {
  815. "version": "7.12.12",
  816. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.12.tgz",
  817. "integrity": "sha512-i1AxnKxHeMxUaWVXQOSIco4tvVvvCxMSfeBMnMM06mpaJt3g+MpxYQQrDfojUQldP1xxraPSJYSMEljoWM/dCg==",
  818. "requires": {
  819. "@babel/plugin-transform-react-jsx": "^7.12.12"
  820. }
  821. },
  822. "@babel/plugin-transform-react-jsx-self": {
  823. "version": "7.12.1",
  824. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.12.1.tgz",
  825. "integrity": "sha512-FbpL0ieNWiiBB5tCldX17EtXgmzeEZjFrix72rQYeq9X6nUK38HCaxexzVQrZWXanxKJPKVVIU37gFjEQYkPkA==",
  826. "requires": {
  827. "@babel/helper-plugin-utils": "^7.10.4"
  828. }
  829. },
  830. "@babel/plugin-transform-react-jsx-source": {
  831. "version": "7.12.1",
  832. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.12.1.tgz",
  833. "integrity": "sha512-keQ5kBfjJNRc6zZN1/nVHCd6LLIHq4aUKcVnvE/2l+ZZROSbqoiGFRtT5t3Is89XJxBQaP7NLZX2jgGHdZvvFQ==",
  834. "requires": {
  835. "@babel/helper-plugin-utils": "^7.10.4"
  836. }
  837. },
  838. "@babel/plugin-transform-react-pure-annotations": {
  839. "version": "7.12.1",
  840. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.12.1.tgz",
  841. "integrity": "sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg==",
  842. "requires": {
  843. "@babel/helper-annotate-as-pure": "^7.10.4",
  844. "@babel/helper-plugin-utils": "^7.10.4"
  845. }
  846. },
  847. "@babel/plugin-transform-regenerator": {
  848. "version": "7.12.1",
  849. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.1.tgz",
  850. "integrity": "sha512-gYrHqs5itw6i4PflFX3OdBPMQdPbF4bj2REIUxlMRUFk0/ZOAIpDFuViuxPjUL7YC8UPnf+XG7/utJvqXdPKng==",
  851. "requires": {
  852. "regenerator-transform": "^0.14.2"
  853. }
  854. },
  855. "@babel/plugin-transform-reserved-words": {
  856. "version": "7.12.1",
  857. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.1.tgz",
  858. "integrity": "sha512-pOnUfhyPKvZpVyBHhSBoX8vfA09b7r00Pmm1sH+29ae2hMTKVmSp4Ztsr8KBKjLjx17H0eJqaRC3bR2iThM54A==",
  859. "requires": {
  860. "@babel/helper-plugin-utils": "^7.10.4"
  861. }
  862. },
  863. "@babel/plugin-transform-runtime": {
  864. "version": "7.12.1",
  865. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.1.tgz",
  866. "integrity": "sha512-Ac/H6G9FEIkS2tXsZjL4RAdS3L3WHxci0usAnz7laPWUmFiGtj7tIASChqKZMHTSQTQY6xDbOq+V1/vIq3QrWg==",
  867. "requires": {
  868. "@babel/helper-module-imports": "^7.12.1",
  869. "@babel/helper-plugin-utils": "^7.10.4",
  870. "resolve": "^1.8.1",
  871. "semver": "^5.5.1"
  872. },
  873. "dependencies": {
  874. "semver": {
  875. "version": "5.7.1",
  876. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
  877. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
  878. }
  879. }
  880. },
  881. "@babel/plugin-transform-shorthand-properties": {
  882. "version": "7.12.1",
  883. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.1.tgz",
  884. "integrity": "sha512-GFZS3c/MhX1OusqB1MZ1ct2xRzX5ppQh2JU1h2Pnfk88HtFTM+TWQqJNfwkmxtPQtb/s1tk87oENfXJlx7rSDw==",
  885. "requires": {
  886. "@babel/helper-plugin-utils": "^7.10.4"
  887. }
  888. },
  889. "@babel/plugin-transform-spread": {
  890. "version": "7.12.1",
  891. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.12.1.tgz",
  892. "integrity": "sha512-vuLp8CP0BE18zVYjsEBZ5xoCecMK6LBMMxYzJnh01rxQRvhNhH1csMMmBfNo5tGpGO+NhdSNW2mzIvBu3K1fng==",
  893. "requires": {
  894. "@babel/helper-plugin-utils": "^7.10.4",
  895. "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1"
  896. }
  897. },
  898. "@babel/plugin-transform-sticky-regex": {
  899. "version": "7.12.7",
  900. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz",
  901. "integrity": "sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg==",
  902. "requires": {
  903. "@babel/helper-plugin-utils": "^7.10.4"
  904. }
  905. },
  906. "@babel/plugin-transform-template-literals": {
  907. "version": "7.12.1",
  908. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.12.1.tgz",
  909. "integrity": "sha512-b4Zx3KHi+taXB1dVRBhVJtEPi9h1THCeKmae2qP0YdUHIFhVjtpqqNfxeVAa1xeHVhAy4SbHxEwx5cltAu5apw==",
  910. "requires": {
  911. "@babel/helper-plugin-utils": "^7.10.4"
  912. }
  913. },
  914. "@babel/plugin-transform-typeof-symbol": {
  915. "version": "7.12.10",
  916. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.10.tgz",
  917. "integrity": "sha512-JQ6H8Rnsogh//ijxspCjc21YPd3VLVoYtAwv3zQmqAt8YGYUtdo5usNhdl4b9/Vir2kPFZl6n1h0PfUz4hJhaA==",
  918. "requires": {
  919. "@babel/helper-plugin-utils": "^7.10.4"
  920. }
  921. },
  922. "@babel/plugin-transform-typescript": {
  923. "version": "7.12.1",
  924. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.1.tgz",
  925. "integrity": "sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw==",
  926. "requires": {
  927. "@babel/helper-create-class-features-plugin": "^7.12.1",
  928. "@babel/helper-plugin-utils": "^7.10.4",
  929. "@babel/plugin-syntax-typescript": "^7.12.1"
  930. }
  931. },
  932. "@babel/plugin-transform-unicode-escapes": {
  933. "version": "7.12.1",
  934. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.1.tgz",
  935. "integrity": "sha512-I8gNHJLIc7GdApm7wkVnStWssPNbSRMPtgHdmH3sRM1zopz09UWPS4x5V4n1yz/MIWTVnJ9sp6IkuXdWM4w+2Q==",
  936. "requires": {
  937. "@babel/helper-plugin-utils": "^7.10.4"
  938. }
  939. },
  940. "@babel/plugin-transform-unicode-regex": {
  941. "version": "7.12.1",
  942. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.1.tgz",
  943. "integrity": "sha512-SqH4ClNngh/zGwHZOOQMTD+e8FGWexILV+ePMyiDJttAWRh5dhDL8rcl5lSgU3Huiq6Zn6pWTMvdPAb21Dwdyg==",
  944. "requires": {
  945. "@babel/helper-create-regexp-features-plugin": "^7.12.1",
  946. "@babel/helper-plugin-utils": "^7.10.4"
  947. }
  948. },
  949. "@babel/preset-env": {
  950. "version": "7.12.11",
  951. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.11.tgz",
  952. "integrity": "sha512-j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw==",
  953. "requires": {
  954. "@babel/compat-data": "^7.12.7",
  955. "@babel/helper-compilation-targets": "^7.12.5",
  956. "@babel/helper-module-imports": "^7.12.5",
  957. "@babel/helper-plugin-utils": "^7.10.4",
  958. "@babel/helper-validator-option": "^7.12.11",
  959. "@babel/plugin-proposal-async-generator-functions": "^7.12.1",
  960. "@babel/plugin-proposal-class-properties": "^7.12.1",
  961. "@babel/plugin-proposal-dynamic-import": "^7.12.1",
  962. "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
  963. "@babel/plugin-proposal-json-strings": "^7.12.1",
  964. "@babel/plugin-proposal-logical-assignment-operators": "^7.12.1",
  965. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
  966. "@babel/plugin-proposal-numeric-separator": "^7.12.7",
  967. "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
  968. "@babel/plugin-proposal-optional-catch-binding": "^7.12.1",
  969. "@babel/plugin-proposal-optional-chaining": "^7.12.7",
  970. "@babel/plugin-proposal-private-methods": "^7.12.1",
  971. "@babel/plugin-proposal-unicode-property-regex": "^7.12.1",
  972. "@babel/plugin-syntax-async-generators": "^7.8.0",
  973. "@babel/plugin-syntax-class-properties": "^7.12.1",
  974. "@babel/plugin-syntax-dynamic-import": "^7.8.0",
  975. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  976. "@babel/plugin-syntax-json-strings": "^7.8.0",
  977. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  978. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
  979. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  980. "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
  981. "@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
  982. "@babel/plugin-syntax-optional-chaining": "^7.8.0",
  983. "@babel/plugin-syntax-top-level-await": "^7.12.1",
  984. "@babel/plugin-transform-arrow-functions": "^7.12.1",
  985. "@babel/plugin-transform-async-to-generator": "^7.12.1",
  986. "@babel/plugin-transform-block-scoped-functions": "^7.12.1",
  987. "@babel/plugin-transform-block-scoping": "^7.12.11",
  988. "@babel/plugin-transform-classes": "^7.12.1",
  989. "@babel/plugin-transform-computed-properties": "^7.12.1",
  990. "@babel/plugin-transform-destructuring": "^7.12.1",
  991. "@babel/plugin-transform-dotall-regex": "^7.12.1",
  992. "@babel/plugin-transform-duplicate-keys": "^7.12.1",
  993. "@babel/plugin-transform-exponentiation-operator": "^7.12.1",
  994. "@babel/plugin-transform-for-of": "^7.12.1",
  995. "@babel/plugin-transform-function-name": "^7.12.1",
  996. "@babel/plugin-transform-literals": "^7.12.1",
  997. "@babel/plugin-transform-member-expression-literals": "^7.12.1",
  998. "@babel/plugin-transform-modules-amd": "^7.12.1",
  999. "@babel/plugin-transform-modules-commonjs": "^7.12.1",
  1000. "@babel/plugin-transform-modules-systemjs": "^7.12.1",
  1001. "@babel/plugin-transform-modules-umd": "^7.12.1",
  1002. "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.1",
  1003. "@babel/plugin-transform-new-target": "^7.12.1",
  1004. "@babel/plugin-transform-object-super": "^7.12.1",
  1005. "@babel/plugin-transform-parameters": "^7.12.1",
  1006. "@babel/plugin-transform-property-literals": "^7.12.1",
  1007. "@babel/plugin-transform-regenerator": "^7.12.1",
  1008. "@babel/plugin-transform-reserved-words": "^7.12.1",
  1009. "@babel/plugin-transform-shorthand-properties": "^7.12.1",
  1010. "@babel/plugin-transform-spread": "^7.12.1",
  1011. "@babel/plugin-transform-sticky-regex": "^7.12.7",
  1012. "@babel/plugin-transform-template-literals": "^7.12.1",
  1013. "@babel/plugin-transform-typeof-symbol": "^7.12.10",
  1014. "@babel/plugin-transform-unicode-escapes": "^7.12.1",
  1015. "@babel/plugin-transform-unicode-regex": "^7.12.1",
  1016. "@babel/preset-modules": "^0.1.3",
  1017. "@babel/types": "^7.12.11",
  1018. "core-js-compat": "^3.8.0",
  1019. "semver": "^5.5.0"
  1020. },
  1021. "dependencies": {
  1022. "semver": {
  1023. "version": "5.7.1",
  1024. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
  1025. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
  1026. }
  1027. }
  1028. },
  1029. "@babel/preset-modules": {
  1030. "version": "0.1.4",
  1031. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz",
  1032. "integrity": "sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==",
  1033. "requires": {
  1034. "@babel/helper-plugin-utils": "^7.0.0",
  1035. "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
  1036. "@babel/plugin-transform-dotall-regex": "^7.4.4",
  1037. "@babel/types": "^7.4.4",
  1038. "esutils": "^2.0.2"
  1039. }
  1040. },
  1041. "@babel/preset-react": {
  1042. "version": "7.12.10",
  1043. "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.12.10.tgz",
  1044. "integrity": "sha512-vtQNjaHRl4DUpp+t+g4wvTHsLQuye+n0H/wsXIZRn69oz/fvNC7gQ4IK73zGJBaxvHoxElDvnYCthMcT7uzFoQ==",
  1045. "requires": {
  1046. "@babel/helper-plugin-utils": "^7.10.4",
  1047. "@babel/plugin-transform-react-display-name": "^7.12.1",
  1048. "@babel/plugin-transform-react-jsx": "^7.12.10",
  1049. "@babel/plugin-transform-react-jsx-development": "^7.12.7",
  1050. "@babel/plugin-transform-react-pure-annotations": "^7.12.1"
  1051. }
  1052. },
  1053. "@babel/preset-typescript": {
  1054. "version": "7.12.1",
  1055. "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.12.1.tgz",
  1056. "integrity": "sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw==",
  1057. "requires": {
  1058. "@babel/helper-plugin-utils": "^7.10.4",
  1059. "@babel/plugin-transform-typescript": "^7.12.1"
  1060. }
  1061. },
  1062. "@babel/runtime": {
  1063. "version": "7.12.5",
  1064. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
  1065. "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
  1066. "requires": {
  1067. "regenerator-runtime": "^0.13.4"
  1068. }
  1069. },
  1070. "@babel/runtime-corejs3": {
  1071. "version": "7.12.5",
  1072. "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.12.5.tgz",
  1073. "integrity": "sha512-roGr54CsTmNPPzZoCP1AmDXuBoNao7tnSA83TXTwt+UK5QVyh1DIJnrgYRPWKCF2flqZQXwa7Yr8v7VmLzF0YQ==",
  1074. "requires": {
  1075. "core-js-pure": "^3.0.0",
  1076. "regenerator-runtime": "^0.13.4"
  1077. }
  1078. },
  1079. "@babel/template": {
  1080. "version": "7.12.7",
  1081. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.7.tgz",
  1082. "integrity": "sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==",
  1083. "requires": {
  1084. "@babel/code-frame": "^7.10.4",
  1085. "@babel/parser": "^7.12.7",
  1086. "@babel/types": "^7.12.7"
  1087. }
  1088. },
  1089. "@babel/traverse": {
  1090. "version": "7.12.12",
  1091. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.12.tgz",
  1092. "integrity": "sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==",
  1093. "requires": {
  1094. "@babel/code-frame": "^7.12.11",
  1095. "@babel/generator": "^7.12.11",
  1096. "@babel/helper-function-name": "^7.12.11",
  1097. "@babel/helper-split-export-declaration": "^7.12.11",
  1098. "@babel/parser": "^7.12.11",
  1099. "@babel/types": "^7.12.12",
  1100. "debug": "^4.1.0",
  1101. "globals": "^11.1.0",
  1102. "lodash": "^4.17.19"
  1103. }
  1104. },
  1105. "@babel/types": {
  1106. "version": "7.12.12",
  1107. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz",
  1108. "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==",
  1109. "requires": {
  1110. "@babel/helper-validator-identifier": "^7.12.11",
  1111. "lodash": "^4.17.19",
  1112. "to-fast-properties": "^2.0.0"
  1113. }
  1114. },
  1115. "@bcoe/v8-coverage": {
  1116. "version": "0.2.3",
  1117. "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
  1118. "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
  1119. },
  1120. "@cnakazawa/watch": {
  1121. "version": "1.0.4",
  1122. "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz",
  1123. "integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==",
  1124. "requires": {
  1125. "exec-sh": "^0.3.2",
  1126. "minimist": "^1.2.0"
  1127. }
  1128. },
  1129. "@csstools/convert-colors": {
  1130. "version": "1.4.0",
  1131. "resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz",
  1132. "integrity": "sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw=="
  1133. },
  1134. "@csstools/normalize.css": {
  1135. "version": "10.1.0",
  1136. "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-10.1.0.tgz",
  1137. "integrity": "sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg=="
  1138. },
  1139. "@eslint/eslintrc": {
  1140. "version": "0.2.2",
  1141. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.2.2.tgz",
  1142. "integrity": "sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==",
  1143. "requires": {
  1144. "ajv": "^6.12.4",
  1145. "debug": "^4.1.1",
  1146. "espree": "^7.3.0",
  1147. "globals": "^12.1.0",
  1148. "ignore": "^4.0.6",
  1149. "import-fresh": "^3.2.1",
  1150. "js-yaml": "^3.13.1",
  1151. "lodash": "^4.17.19",
  1152. "minimatch": "^3.0.4",
  1153. "strip-json-comments": "^3.1.1"
  1154. },
  1155. "dependencies": {
  1156. "globals": {
  1157. "version": "12.4.0",
  1158. "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz",
  1159. "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
  1160. "requires": {
  1161. "type-fest": "^0.8.1"
  1162. }
  1163. },
  1164. "ignore": {
  1165. "version": "4.0.6",
  1166. "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
  1167. "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg=="
  1168. }
  1169. }
  1170. },
  1171. "@hapi/address": {
  1172. "version": "2.1.4",
  1173. "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz",
  1174. "integrity": "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ=="
  1175. },
  1176. "@hapi/bourne": {
  1177. "version": "1.3.2",
  1178. "resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz",
  1179. "integrity": "sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA=="
  1180. },
  1181. "@hapi/hoek": {
  1182. "version": "8.5.1",
  1183. "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz",
  1184. "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow=="
  1185. },
  1186. "@hapi/joi": {
  1187. "version": "15.1.1",
  1188. "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz",
  1189. "integrity": "sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==",
  1190. "requires": {
  1191. "@hapi/address": "2.x.x",
  1192. "@hapi/bourne": "1.x.x",
  1193. "@hapi/hoek": "8.x.x",
  1194. "@hapi/topo": "3.x.x"
  1195. }
  1196. },
  1197. "@hapi/topo": {
  1198. "version": "3.1.6",
  1199. "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz",
  1200. "integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==",
  1201. "requires": {
  1202. "@hapi/hoek": "^8.3.0"
  1203. }
  1204. },
  1205. "@istanbuljs/load-nyc-config": {
  1206. "version": "1.1.0",
  1207. "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  1208. "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  1209. "requires": {
  1210. "camelcase": "^5.3.1",
  1211. "find-up": "^4.1.0",
  1212. "get-package-type": "^0.1.0",
  1213. "js-yaml": "^3.13.1",
  1214. "resolve-from": "^5.0.0"
  1215. },
  1216. "dependencies": {
  1217. "camelcase": {
  1218. "version": "5.3.1",
  1219. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  1220. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
  1221. },
  1222. "resolve-from": {
  1223. "version": "5.0.0",
  1224. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  1225. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="
  1226. }
  1227. }
  1228. },
  1229. "@istanbuljs/schema": {
  1230. "version": "0.1.2",
  1231. "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz",
  1232. "integrity": "sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw=="
  1233. },
  1234. "@jest/console": {
  1235. "version": "26.6.2",
  1236. "resolved": "https://registry.npmjs.org/@jest/console/-/console-26.6.2.tgz",
  1237. "integrity": "sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==",
  1238. "requires": {
  1239. "@jest/types": "^26.6.2",
  1240. "@types/node": "*",
  1241. "chalk": "^4.0.0",
  1242. "jest-message-util": "^26.6.2",
  1243. "jest-util": "^26.6.2",
  1244. "slash": "^3.0.0"
  1245. },
  1246. "dependencies": {
  1247. "ansi-styles": {
  1248. "version": "4.3.0",
  1249. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1250. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1251. "requires": {
  1252. "color-convert": "^2.0.1"
  1253. }
  1254. },
  1255. "chalk": {
  1256. "version": "4.1.0",
  1257. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  1258. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  1259. "requires": {
  1260. "ansi-styles": "^4.1.0",
  1261. "supports-color": "^7.1.0"
  1262. }
  1263. },
  1264. "color-convert": {
  1265. "version": "2.0.1",
  1266. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  1267. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1268. "requires": {
  1269. "color-name": "~1.1.4"
  1270. }
  1271. },
  1272. "color-name": {
  1273. "version": "1.1.4",
  1274. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  1275. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  1276. },
  1277. "has-flag": {
  1278. "version": "4.0.0",
  1279. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  1280. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  1281. },
  1282. "supports-color": {
  1283. "version": "7.2.0",
  1284. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  1285. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  1286. "requires": {
  1287. "has-flag": "^4.0.0"
  1288. }
  1289. }
  1290. }
  1291. },
  1292. "@jest/core": {
  1293. "version": "26.6.3",
  1294. "resolved": "https://registry.npmjs.org/@jest/core/-/core-26.6.3.tgz",
  1295. "integrity": "sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==",
  1296. "requires": {
  1297. "@jest/console": "^26.6.2",
  1298. "@jest/reporters": "^26.6.2",
  1299. "@jest/test-result": "^26.6.2",
  1300. "@jest/transform": "^26.6.2",
  1301. "@jest/types": "^26.6.2",
  1302. "@types/node": "*",
  1303. "ansi-escapes": "^4.2.1",
  1304. "chalk": "^4.0.0",
  1305. "exit": "^0.1.2",
  1306. "graceful-fs": "^4.2.4",
  1307. "jest-changed-files": "^26.6.2",
  1308. "jest-config": "^26.6.3",
  1309. "jest-haste-map": "^26.6.2",
  1310. "jest-message-util": "^26.6.2",
  1311. "jest-regex-util": "^26.0.0",
  1312. "jest-resolve": "^26.6.2",
  1313. "jest-resolve-dependencies": "^26.6.3",
  1314. "jest-runner": "^26.6.3",
  1315. "jest-runtime": "^26.6.3",
  1316. "jest-snapshot": "^26.6.2",
  1317. "jest-util": "^26.6.2",
  1318. "jest-validate": "^26.6.2",
  1319. "jest-watcher": "^26.6.2",
  1320. "micromatch": "^4.0.2",
  1321. "p-each-series": "^2.1.0",
  1322. "rimraf": "^3.0.0",
  1323. "slash": "^3.0.0",
  1324. "strip-ansi": "^6.0.0"
  1325. },
  1326. "dependencies": {
  1327. "ansi-styles": {
  1328. "version": "4.3.0",
  1329. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1330. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1331. "requires": {
  1332. "color-convert": "^2.0.1"
  1333. }
  1334. },
  1335. "chalk": {
  1336. "version": "4.1.0",
  1337. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  1338. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  1339. "requires": {
  1340. "ansi-styles": "^4.1.0",
  1341. "supports-color": "^7.1.0"
  1342. }
  1343. },
  1344. "color-convert": {
  1345. "version": "2.0.1",
  1346. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  1347. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1348. "requires": {
  1349. "color-name": "~1.1.4"
  1350. }
  1351. },
  1352. "color-name": {
  1353. "version": "1.1.4",
  1354. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  1355. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  1356. },
  1357. "has-flag": {
  1358. "version": "4.0.0",
  1359. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  1360. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  1361. },
  1362. "jest-resolve": {
  1363. "version": "26.6.2",
  1364. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",
  1365. "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",
  1366. "requires": {
  1367. "@jest/types": "^26.6.2",
  1368. "chalk": "^4.0.0",
  1369. "graceful-fs": "^4.2.4",
  1370. "jest-pnp-resolver": "^1.2.2",
  1371. "jest-util": "^26.6.2",
  1372. "read-pkg-up": "^7.0.1",
  1373. "resolve": "^1.18.1",
  1374. "slash": "^3.0.0"
  1375. }
  1376. },
  1377. "read-pkg": {
  1378. "version": "5.2.0",
  1379. "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
  1380. "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
  1381. "requires": {
  1382. "@types/normalize-package-data": "^2.4.0",
  1383. "normalize-package-data": "^2.5.0",
  1384. "parse-json": "^5.0.0",
  1385. "type-fest": "^0.6.0"
  1386. },
  1387. "dependencies": {
  1388. "type-fest": {
  1389. "version": "0.6.0",
  1390. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
  1391. "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
  1392. }
  1393. }
  1394. },
  1395. "read-pkg-up": {
  1396. "version": "7.0.1",
  1397. "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
  1398. "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
  1399. "requires": {
  1400. "find-up": "^4.1.0",
  1401. "read-pkg": "^5.2.0",
  1402. "type-fest": "^0.8.1"
  1403. }
  1404. },
  1405. "supports-color": {
  1406. "version": "7.2.0",
  1407. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  1408. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  1409. "requires": {
  1410. "has-flag": "^4.0.0"
  1411. }
  1412. }
  1413. }
  1414. },
  1415. "@jest/environment": {
  1416. "version": "26.6.2",
  1417. "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-26.6.2.tgz",
  1418. "integrity": "sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==",
  1419. "requires": {
  1420. "@jest/fake-timers": "^26.6.2",
  1421. "@jest/types": "^26.6.2",
  1422. "@types/node": "*",
  1423. "jest-mock": "^26.6.2"
  1424. }
  1425. },
  1426. "@jest/fake-timers": {
  1427. "version": "26.6.2",
  1428. "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-26.6.2.tgz",
  1429. "integrity": "sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==",
  1430. "requires": {
  1431. "@jest/types": "^26.6.2",
  1432. "@sinonjs/fake-timers": "^6.0.1",
  1433. "@types/node": "*",
  1434. "jest-message-util": "^26.6.2",
  1435. "jest-mock": "^26.6.2",
  1436. "jest-util": "^26.6.2"
  1437. }
  1438. },
  1439. "@jest/globals": {
  1440. "version": "26.6.2",
  1441. "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-26.6.2.tgz",
  1442. "integrity": "sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==",
  1443. "requires": {
  1444. "@jest/environment": "^26.6.2",
  1445. "@jest/types": "^26.6.2",
  1446. "expect": "^26.6.2"
  1447. }
  1448. },
  1449. "@jest/reporters": {
  1450. "version": "26.6.2",
  1451. "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-26.6.2.tgz",
  1452. "integrity": "sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==",
  1453. "requires": {
  1454. "@bcoe/v8-coverage": "^0.2.3",
  1455. "@jest/console": "^26.6.2",
  1456. "@jest/test-result": "^26.6.2",
  1457. "@jest/transform": "^26.6.2",
  1458. "@jest/types": "^26.6.2",
  1459. "chalk": "^4.0.0",
  1460. "collect-v8-coverage": "^1.0.0",
  1461. "exit": "^0.1.2",
  1462. "glob": "^7.1.2",
  1463. "graceful-fs": "^4.2.4",
  1464. "istanbul-lib-coverage": "^3.0.0",
  1465. "istanbul-lib-instrument": "^4.0.3",
  1466. "istanbul-lib-report": "^3.0.0",
  1467. "istanbul-lib-source-maps": "^4.0.0",
  1468. "istanbul-reports": "^3.0.2",
  1469. "jest-haste-map": "^26.6.2",
  1470. "jest-resolve": "^26.6.2",
  1471. "jest-util": "^26.6.2",
  1472. "jest-worker": "^26.6.2",
  1473. "node-notifier": "^8.0.0",
  1474. "slash": "^3.0.0",
  1475. "source-map": "^0.6.0",
  1476. "string-length": "^4.0.1",
  1477. "terminal-link": "^2.0.0",
  1478. "v8-to-istanbul": "^7.0.0"
  1479. },
  1480. "dependencies": {
  1481. "ansi-styles": {
  1482. "version": "4.3.0",
  1483. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1484. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1485. "requires": {
  1486. "color-convert": "^2.0.1"
  1487. }
  1488. },
  1489. "chalk": {
  1490. "version": "4.1.0",
  1491. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  1492. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  1493. "requires": {
  1494. "ansi-styles": "^4.1.0",
  1495. "supports-color": "^7.1.0"
  1496. }
  1497. },
  1498. "color-convert": {
  1499. "version": "2.0.1",
  1500. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  1501. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1502. "requires": {
  1503. "color-name": "~1.1.4"
  1504. }
  1505. },
  1506. "color-name": {
  1507. "version": "1.1.4",
  1508. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  1509. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  1510. },
  1511. "has-flag": {
  1512. "version": "4.0.0",
  1513. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  1514. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  1515. },
  1516. "jest-resolve": {
  1517. "version": "26.6.2",
  1518. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",
  1519. "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",
  1520. "requires": {
  1521. "@jest/types": "^26.6.2",
  1522. "chalk": "^4.0.0",
  1523. "graceful-fs": "^4.2.4",
  1524. "jest-pnp-resolver": "^1.2.2",
  1525. "jest-util": "^26.6.2",
  1526. "read-pkg-up": "^7.0.1",
  1527. "resolve": "^1.18.1",
  1528. "slash": "^3.0.0"
  1529. }
  1530. },
  1531. "read-pkg": {
  1532. "version": "5.2.0",
  1533. "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
  1534. "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
  1535. "requires": {
  1536. "@types/normalize-package-data": "^2.4.0",
  1537. "normalize-package-data": "^2.5.0",
  1538. "parse-json": "^5.0.0",
  1539. "type-fest": "^0.6.0"
  1540. },
  1541. "dependencies": {
  1542. "type-fest": {
  1543. "version": "0.6.0",
  1544. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
  1545. "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
  1546. }
  1547. }
  1548. },
  1549. "read-pkg-up": {
  1550. "version": "7.0.1",
  1551. "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
  1552. "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
  1553. "requires": {
  1554. "find-up": "^4.1.0",
  1555. "read-pkg": "^5.2.0",
  1556. "type-fest": "^0.8.1"
  1557. }
  1558. },
  1559. "source-map": {
  1560. "version": "0.6.1",
  1561. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  1562. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  1563. },
  1564. "supports-color": {
  1565. "version": "7.2.0",
  1566. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  1567. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  1568. "requires": {
  1569. "has-flag": "^4.0.0"
  1570. }
  1571. }
  1572. }
  1573. },
  1574. "@jest/source-map": {
  1575. "version": "26.6.2",
  1576. "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-26.6.2.tgz",
  1577. "integrity": "sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==",
  1578. "requires": {
  1579. "callsites": "^3.0.0",
  1580. "graceful-fs": "^4.2.4",
  1581. "source-map": "^0.6.0"
  1582. },
  1583. "dependencies": {
  1584. "source-map": {
  1585. "version": "0.6.1",
  1586. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  1587. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  1588. }
  1589. }
  1590. },
  1591. "@jest/test-result": {
  1592. "version": "26.6.2",
  1593. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-26.6.2.tgz",
  1594. "integrity": "sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==",
  1595. "requires": {
  1596. "@jest/console": "^26.6.2",
  1597. "@jest/types": "^26.6.2",
  1598. "@types/istanbul-lib-coverage": "^2.0.0",
  1599. "collect-v8-coverage": "^1.0.0"
  1600. }
  1601. },
  1602. "@jest/test-sequencer": {
  1603. "version": "26.6.3",
  1604. "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz",
  1605. "integrity": "sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==",
  1606. "requires": {
  1607. "@jest/test-result": "^26.6.2",
  1608. "graceful-fs": "^4.2.4",
  1609. "jest-haste-map": "^26.6.2",
  1610. "jest-runner": "^26.6.3",
  1611. "jest-runtime": "^26.6.3"
  1612. }
  1613. },
  1614. "@jest/transform": {
  1615. "version": "26.6.2",
  1616. "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz",
  1617. "integrity": "sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==",
  1618. "requires": {
  1619. "@babel/core": "^7.1.0",
  1620. "@jest/types": "^26.6.2",
  1621. "babel-plugin-istanbul": "^6.0.0",
  1622. "chalk": "^4.0.0",
  1623. "convert-source-map": "^1.4.0",
  1624. "fast-json-stable-stringify": "^2.0.0",
  1625. "graceful-fs": "^4.2.4",
  1626. "jest-haste-map": "^26.6.2",
  1627. "jest-regex-util": "^26.0.0",
  1628. "jest-util": "^26.6.2",
  1629. "micromatch": "^4.0.2",
  1630. "pirates": "^4.0.1",
  1631. "slash": "^3.0.0",
  1632. "source-map": "^0.6.1",
  1633. "write-file-atomic": "^3.0.0"
  1634. },
  1635. "dependencies": {
  1636. "ansi-styles": {
  1637. "version": "4.3.0",
  1638. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1639. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1640. "requires": {
  1641. "color-convert": "^2.0.1"
  1642. }
  1643. },
  1644. "chalk": {
  1645. "version": "4.1.0",
  1646. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  1647. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  1648. "requires": {
  1649. "ansi-styles": "^4.1.0",
  1650. "supports-color": "^7.1.0"
  1651. }
  1652. },
  1653. "color-convert": {
  1654. "version": "2.0.1",
  1655. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  1656. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1657. "requires": {
  1658. "color-name": "~1.1.4"
  1659. }
  1660. },
  1661. "color-name": {
  1662. "version": "1.1.4",
  1663. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  1664. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  1665. },
  1666. "has-flag": {
  1667. "version": "4.0.0",
  1668. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  1669. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  1670. },
  1671. "source-map": {
  1672. "version": "0.6.1",
  1673. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  1674. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  1675. },
  1676. "supports-color": {
  1677. "version": "7.2.0",
  1678. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  1679. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  1680. "requires": {
  1681. "has-flag": "^4.0.0"
  1682. }
  1683. }
  1684. }
  1685. },
  1686. "@jest/types": {
  1687. "version": "26.6.2",
  1688. "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
  1689. "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
  1690. "requires": {
  1691. "@types/istanbul-lib-coverage": "^2.0.0",
  1692. "@types/istanbul-reports": "^3.0.0",
  1693. "@types/node": "*",
  1694. "@types/yargs": "^15.0.0",
  1695. "chalk": "^4.0.0"
  1696. },
  1697. "dependencies": {
  1698. "ansi-styles": {
  1699. "version": "4.3.0",
  1700. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1701. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1702. "requires": {
  1703. "color-convert": "^2.0.1"
  1704. }
  1705. },
  1706. "chalk": {
  1707. "version": "4.1.0",
  1708. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  1709. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  1710. "requires": {
  1711. "ansi-styles": "^4.1.0",
  1712. "supports-color": "^7.1.0"
  1713. }
  1714. },
  1715. "color-convert": {
  1716. "version": "2.0.1",
  1717. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  1718. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1719. "requires": {
  1720. "color-name": "~1.1.4"
  1721. }
  1722. },
  1723. "color-name": {
  1724. "version": "1.1.4",
  1725. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  1726. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  1727. },
  1728. "has-flag": {
  1729. "version": "4.0.0",
  1730. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  1731. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  1732. },
  1733. "supports-color": {
  1734. "version": "7.2.0",
  1735. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  1736. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  1737. "requires": {
  1738. "has-flag": "^4.0.0"
  1739. }
  1740. }
  1741. }
  1742. },
  1743. "@nodelib/fs.scandir": {
  1744. "version": "2.1.3",
  1745. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz",
  1746. "integrity": "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==",
  1747. "requires": {
  1748. "@nodelib/fs.stat": "2.0.3",
  1749. "run-parallel": "^1.1.9"
  1750. }
  1751. },
  1752. "@nodelib/fs.stat": {
  1753. "version": "2.0.3",
  1754. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz",
  1755. "integrity": "sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA=="
  1756. },
  1757. "@nodelib/fs.walk": {
  1758. "version": "1.2.4",
  1759. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz",
  1760. "integrity": "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==",
  1761. "requires": {
  1762. "@nodelib/fs.scandir": "2.1.3",
  1763. "fastq": "^1.6.0"
  1764. }
  1765. },
  1766. "@npmcli/move-file": {
  1767. "version": "1.0.1",
  1768. "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.0.1.tgz",
  1769. "integrity": "sha512-Uv6h1sT+0DrblvIrolFtbvM1FgWm+/sy4B3pvLp67Zys+thcukzS5ekn7HsZFGpWP4Q3fYJCljbWQE/XivMRLw==",
  1770. "requires": {
  1771. "mkdirp": "^1.0.4"
  1772. },
  1773. "dependencies": {
  1774. "mkdirp": {
  1775. "version": "1.0.4",
  1776. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  1777. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
  1778. }
  1779. }
  1780. },
  1781. "@pmmmwh/react-refresh-webpack-plugin": {
  1782. "version": "0.4.2",
  1783. "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.2.tgz",
  1784. "integrity": "sha512-Loc4UDGutcZ+Bd56hBInkm6JyjyCwWy4t2wcDXzN8EDPANgVRj0VP8Nxn0Zq2pc+WKauZwEivQgbDGg4xZO20A==",
  1785. "requires": {
  1786. "ansi-html": "^0.0.7",
  1787. "error-stack-parser": "^2.0.6",
  1788. "html-entities": "^1.2.1",
  1789. "native-url": "^0.2.6",
  1790. "schema-utils": "^2.6.5",
  1791. "source-map": "^0.7.3"
  1792. },
  1793. "dependencies": {
  1794. "source-map": {
  1795. "version": "0.7.3",
  1796. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
  1797. "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
  1798. }
  1799. }
  1800. },
  1801. "@rollup/plugin-node-resolve": {
  1802. "version": "7.1.3",
  1803. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz",
  1804. "integrity": "sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q==",
  1805. "requires": {
  1806. "@rollup/pluginutils": "^3.0.8",
  1807. "@types/resolve": "0.0.8",
  1808. "builtin-modules": "^3.1.0",
  1809. "is-module": "^1.0.0",
  1810. "resolve": "^1.14.2"
  1811. }
  1812. },
  1813. "@rollup/plugin-replace": {
  1814. "version": "2.3.4",
  1815. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.3.4.tgz",
  1816. "integrity": "sha512-waBhMzyAtjCL1GwZes2jaE9MjuQ/DQF2BatH3fRivUF3z0JBFrU0U6iBNC/4WR+2rLKhaAhPWDNPYp4mI6RqdQ==",
  1817. "requires": {
  1818. "@rollup/pluginutils": "^3.1.0",
  1819. "magic-string": "^0.25.7"
  1820. }
  1821. },
  1822. "@rollup/pluginutils": {
  1823. "version": "3.1.0",
  1824. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
  1825. "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
  1826. "requires": {
  1827. "@types/estree": "0.0.39",
  1828. "estree-walker": "^1.0.1",
  1829. "picomatch": "^2.2.2"
  1830. },
  1831. "dependencies": {
  1832. "@types/estree": {
  1833. "version": "0.0.39",
  1834. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
  1835. "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
  1836. }
  1837. }
  1838. },
  1839. "@sinonjs/commons": {
  1840. "version": "1.8.1",
  1841. "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.1.tgz",
  1842. "integrity": "sha512-892K+kWUUi3cl+LlqEWIDrhvLgdL79tECi8JZUyq6IviKy/DNhuzCRlbHUjxK89f4ypPMMaFnFuR9Ie6DoIMsw==",
  1843. "requires": {
  1844. "type-detect": "4.0.8"
  1845. }
  1846. },
  1847. "@sinonjs/fake-timers": {
  1848. "version": "6.0.1",
  1849. "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",
  1850. "integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==",
  1851. "requires": {
  1852. "@sinonjs/commons": "^1.7.0"
  1853. }
  1854. },
  1855. "@surma/rollup-plugin-off-main-thread": {
  1856. "version": "1.4.2",
  1857. "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-1.4.2.tgz",
  1858. "integrity": "sha512-yBMPqmd1yEJo/280PAMkychuaALyQ9Lkb5q1ck3mjJrFuEobIfhnQ4J3mbvBoISmR3SWMWV+cGB/I0lCQee79A==",
  1859. "requires": {
  1860. "ejs": "^2.6.1",
  1861. "magic-string": "^0.25.0"
  1862. }
  1863. },
  1864. "@svgr/babel-plugin-add-jsx-attribute": {
  1865. "version": "5.4.0",
  1866. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz",
  1867. "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg=="
  1868. },
  1869. "@svgr/babel-plugin-remove-jsx-attribute": {
  1870. "version": "5.4.0",
  1871. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz",
  1872. "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg=="
  1873. },
  1874. "@svgr/babel-plugin-remove-jsx-empty-expression": {
  1875. "version": "5.0.1",
  1876. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz",
  1877. "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA=="
  1878. },
  1879. "@svgr/babel-plugin-replace-jsx-attribute-value": {
  1880. "version": "5.0.1",
  1881. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz",
  1882. "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ=="
  1883. },
  1884. "@svgr/babel-plugin-svg-dynamic-title": {
  1885. "version": "5.4.0",
  1886. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz",
  1887. "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg=="
  1888. },
  1889. "@svgr/babel-plugin-svg-em-dimensions": {
  1890. "version": "5.4.0",
  1891. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz",
  1892. "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw=="
  1893. },
  1894. "@svgr/babel-plugin-transform-react-native-svg": {
  1895. "version": "5.4.0",
  1896. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz",
  1897. "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q=="
  1898. },
  1899. "@svgr/babel-plugin-transform-svg-component": {
  1900. "version": "5.5.0",
  1901. "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
  1902. "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ=="
  1903. },
  1904. "@svgr/babel-preset": {
  1905. "version": "5.5.0",
  1906. "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz",
  1907. "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==",
  1908. "requires": {
  1909. "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
  1910. "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
  1911. "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
  1912. "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
  1913. "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
  1914. "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
  1915. "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
  1916. "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
  1917. }
  1918. },
  1919. "@svgr/core": {
  1920. "version": "5.5.0",
  1921. "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
  1922. "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
  1923. "requires": {
  1924. "@svgr/plugin-jsx": "^5.5.0",
  1925. "camelcase": "^6.2.0",
  1926. "cosmiconfig": "^7.0.0"
  1927. }
  1928. },
  1929. "@svgr/hast-util-to-babel-ast": {
  1930. "version": "5.5.0",
  1931. "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
  1932. "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
  1933. "requires": {
  1934. "@babel/types": "^7.12.6"
  1935. }
  1936. },
  1937. "@svgr/plugin-jsx": {
  1938. "version": "5.5.0",
  1939. "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
  1940. "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
  1941. "requires": {
  1942. "@babel/core": "^7.12.3",
  1943. "@svgr/babel-preset": "^5.5.0",
  1944. "@svgr/hast-util-to-babel-ast": "^5.5.0",
  1945. "svg-parser": "^2.0.2"
  1946. }
  1947. },
  1948. "@svgr/plugin-svgo": {
  1949. "version": "5.5.0",
  1950. "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
  1951. "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
  1952. "requires": {
  1953. "cosmiconfig": "^7.0.0",
  1954. "deepmerge": "^4.2.2",
  1955. "svgo": "^1.2.2"
  1956. }
  1957. },
  1958. "@svgr/webpack": {
  1959. "version": "5.4.0",
  1960. "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.4.0.tgz",
  1961. "integrity": "sha512-LjepnS/BSAvelnOnnzr6Gg0GcpLmnZ9ThGFK5WJtm1xOqdBE/1IACZU7MMdVzjyUkfFqGz87eRE4hFaSLiUwYg==",
  1962. "requires": {
  1963. "@babel/core": "^7.9.0",
  1964. "@babel/plugin-transform-react-constant-elements": "^7.9.0",
  1965. "@babel/preset-env": "^7.9.5",
  1966. "@babel/preset-react": "^7.9.4",
  1967. "@svgr/core": "^5.4.0",
  1968. "@svgr/plugin-jsx": "^5.4.0",
  1969. "@svgr/plugin-svgo": "^5.4.0",
  1970. "loader-utils": "^2.0.0"
  1971. }
  1972. },
  1973. "@testing-library/dom": {
  1974. "version": "7.29.0",
  1975. "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.29.0.tgz",
  1976. "integrity": "sha512-0hhuJSmw/zLc6ewR9cVm84TehuTd7tbqBX9pRNSp8znJ9gTmSgesdbiGZtt8R6dL+2rgaPFp9Yjr7IU1HWm49w==",
  1977. "requires": {
  1978. "@babel/code-frame": "^7.10.4",
  1979. "@babel/runtime": "^7.12.5",
  1980. "@types/aria-query": "^4.2.0",
  1981. "aria-query": "^4.2.2",
  1982. "chalk": "^4.1.0",
  1983. "dom-accessibility-api": "^0.5.4",
  1984. "lz-string": "^1.4.4",
  1985. "pretty-format": "^26.6.2"
  1986. },
  1987. "dependencies": {
  1988. "ansi-styles": {
  1989. "version": "4.3.0",
  1990. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1991. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1992. "requires": {
  1993. "color-convert": "^2.0.1"
  1994. }
  1995. },
  1996. "chalk": {
  1997. "version": "4.1.0",
  1998. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  1999. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  2000. "requires": {
  2001. "ansi-styles": "^4.1.0",
  2002. "supports-color": "^7.1.0"
  2003. }
  2004. },
  2005. "color-convert": {
  2006. "version": "2.0.1",
  2007. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2008. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2009. "requires": {
  2010. "color-name": "~1.1.4"
  2011. }
  2012. },
  2013. "color-name": {
  2014. "version": "1.1.4",
  2015. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2016. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2017. },
  2018. "has-flag": {
  2019. "version": "4.0.0",
  2020. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  2021. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  2022. },
  2023. "supports-color": {
  2024. "version": "7.2.0",
  2025. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  2026. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  2027. "requires": {
  2028. "has-flag": "^4.0.0"
  2029. }
  2030. }
  2031. }
  2032. },
  2033. "@testing-library/jest-dom": {
  2034. "version": "5.11.6",
  2035. "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.11.6.tgz",
  2036. "integrity": "sha512-cVZyUNRWwUKI0++yepYpYX7uhrP398I+tGz4zOlLVlUYnZS+Svuxv4fwLeCIy7TnBYKXUaOlQr3vopxL8ZfEnA==",
  2037. "requires": {
  2038. "@babel/runtime": "^7.9.2",
  2039. "@types/testing-library__jest-dom": "^5.9.1",
  2040. "aria-query": "^4.2.2",
  2041. "chalk": "^3.0.0",
  2042. "css": "^3.0.0",
  2043. "css.escape": "^1.5.1",
  2044. "lodash": "^4.17.15",
  2045. "redent": "^3.0.0"
  2046. },
  2047. "dependencies": {
  2048. "ansi-styles": {
  2049. "version": "4.3.0",
  2050. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2051. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2052. "requires": {
  2053. "color-convert": "^2.0.1"
  2054. }
  2055. },
  2056. "chalk": {
  2057. "version": "3.0.0",
  2058. "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
  2059. "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
  2060. "requires": {
  2061. "ansi-styles": "^4.1.0",
  2062. "supports-color": "^7.1.0"
  2063. }
  2064. },
  2065. "color-convert": {
  2066. "version": "2.0.1",
  2067. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2068. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2069. "requires": {
  2070. "color-name": "~1.1.4"
  2071. }
  2072. },
  2073. "color-name": {
  2074. "version": "1.1.4",
  2075. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2076. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  2077. },
  2078. "css": {
  2079. "version": "3.0.0",
  2080. "resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz",
  2081. "integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==",
  2082. "requires": {
  2083. "inherits": "^2.0.4",
  2084. "source-map": "^0.6.1",
  2085. "source-map-resolve": "^0.6.0"
  2086. }
  2087. },
  2088. "has-flag": {
  2089. "version": "4.0.0",
  2090. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  2091. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  2092. },
  2093. "source-map": {
  2094. "version": "0.6.1",
  2095. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  2096. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  2097. },
  2098. "source-map-resolve": {
  2099. "version": "0.6.0",
  2100. "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz",
  2101. "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==",
  2102. "requires": {
  2103. "atob": "^2.1.2",
  2104. "decode-uri-component": "^0.2.0"
  2105. }
  2106. },
  2107. "supports-color": {
  2108. "version": "7.2.0",
  2109. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  2110. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  2111. "requires": {
  2112. "has-flag": "^4.0.0"
  2113. }
  2114. }
  2115. }
  2116. },
  2117. "@testing-library/react": {
  2118. "version": "11.2.2",
  2119. "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.2.tgz",
  2120. "integrity": "sha512-jaxm0hwUjv+hzC+UFEywic7buDC9JQ1q3cDsrWVSDAPmLotfA6E6kUHlYm/zOeGCac6g48DR36tFHxl7Zb+N5A==",
  2121. "requires": {
  2122. "@babel/runtime": "^7.12.5",
  2123. "@testing-library/dom": "^7.28.1"
  2124. }
  2125. },
  2126. "@testing-library/user-event": {
  2127. "version": "12.6.0",
  2128. "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.6.0.tgz",
  2129. "integrity": "sha512-FNEH/HLmOk5GO70I52tKjs7WvGYckeE/SrnLX/ip7z2IGbffyd5zOUM1tZ10vsTphqm+VbDFI0oaXu0wcfQsAQ==",
  2130. "requires": {
  2131. "@babel/runtime": "^7.12.5"
  2132. }
  2133. },
  2134. "@types/anymatch": {
  2135. "version": "1.3.1",
  2136. "resolved": "https://registry.npmjs.org/@types/anymatch/-/anymatch-1.3.1.tgz",
  2137. "integrity": "sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA=="
  2138. },
  2139. "@types/aria-query": {
  2140. "version": "4.2.0",
  2141. "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.0.tgz",
  2142. "integrity": "sha512-iIgQNzCm0v7QMhhe4Jjn9uRh+I6GoPmt03CbEtwx3ao8/EfoQcmgtqH4vQ5Db/lxiIGaWDv6nwvunuh0RyX0+A=="
  2143. },
  2144. "@types/babel__core": {
  2145. "version": "7.1.12",
  2146. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.12.tgz",
  2147. "integrity": "sha512-wMTHiiTiBAAPebqaPiPDLFA4LYPKr6Ph0Xq/6rq1Ur3v66HXyG+clfR9CNETkD7MQS8ZHvpQOtA53DLws5WAEQ==",
  2148. "requires": {
  2149. "@babel/parser": "^7.1.0",
  2150. "@babel/types": "^7.0.0",
  2151. "@types/babel__generator": "*",
  2152. "@types/babel__template": "*",
  2153. "@types/babel__traverse": "*"
  2154. }
  2155. },
  2156. "@types/babel__generator": {
  2157. "version": "7.6.2",
  2158. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.2.tgz",
  2159. "integrity": "sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ==",
  2160. "requires": {
  2161. "@babel/types": "^7.0.0"
  2162. }
  2163. },
  2164. "@types/babel__template": {
  2165. "version": "7.4.0",
  2166. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.0.tgz",
  2167. "integrity": "sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A==",
  2168. "requires": {
  2169. "@babel/parser": "^7.1.0",
  2170. "@babel/types": "^7.0.0"
  2171. }
  2172. },
  2173. "@types/babel__traverse": {
  2174. "version": "7.11.0",
  2175. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.11.0.tgz",
  2176. "integrity": "sha512-kSjgDMZONiIfSH1Nxcr5JIRMwUetDki63FSQfpTCz8ogF3Ulqm8+mr5f78dUYs6vMiB6gBusQqfQmBvHZj/lwg==",
  2177. "requires": {
  2178. "@babel/types": "^7.3.0"
  2179. }
  2180. },
  2181. "@types/classnames": {
  2182. "version": "2.2.11",
  2183. "resolved": "https://registry.npmjs.org/@types/classnames/-/classnames-2.2.11.tgz",
  2184. "integrity": "sha512-2koNhpWm3DgWRp5tpkiJ8JGc1xTn2q0l+jUNUE7oMKXUf5NpI9AIdC4kbjGNFBdHtcxBD18LAksoudAVhFKCjw=="
  2185. },
  2186. "@types/eslint": {
  2187. "version": "7.2.6",
  2188. "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.6.tgz",
  2189. "integrity": "sha512-I+1sYH+NPQ3/tVqCeUSBwTE/0heyvtXqpIopUUArlBm0Kpocb8FbMa3AZ/ASKIFpN3rnEx932TTXDbt9OXsNDw==",
  2190. "requires": {
  2191. "@types/estree": "*",
  2192. "@types/json-schema": "*"
  2193. }
  2194. },
  2195. "@types/estree": {
  2196. "version": "0.0.45",
  2197. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.45.tgz",
  2198. "integrity": "sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g=="
  2199. },
  2200. "@types/glob": {
  2201. "version": "7.1.3",
  2202. "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.3.tgz",
  2203. "integrity": "sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==",
  2204. "requires": {
  2205. "@types/minimatch": "*",
  2206. "@types/node": "*"
  2207. }
  2208. },
  2209. "@types/graceful-fs": {
  2210. "version": "4.1.4",
  2211. "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.4.tgz",
  2212. "integrity": "sha512-mWA/4zFQhfvOA8zWkXobwJvBD7vzcxgrOQ0J5CH1votGqdq9m7+FwtGaqyCZqC3NyyBkc9z4m+iry4LlqcMWJg==",
  2213. "requires": {
  2214. "@types/node": "*"
  2215. }
  2216. },
  2217. "@types/html-minifier-terser": {
  2218. "version": "5.1.1",
  2219. "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz",
  2220. "integrity": "sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA=="
  2221. },
  2222. "@types/istanbul-lib-coverage": {
  2223. "version": "2.0.3",
  2224. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz",
  2225. "integrity": "sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw=="
  2226. },
  2227. "@types/istanbul-lib-report": {
  2228. "version": "3.0.0",
  2229. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  2230. "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
  2231. "requires": {
  2232. "@types/istanbul-lib-coverage": "*"
  2233. }
  2234. },
  2235. "@types/istanbul-reports": {
  2236. "version": "3.0.0",
  2237. "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
  2238. "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
  2239. "requires": {
  2240. "@types/istanbul-lib-report": "*"
  2241. }
  2242. },
  2243. "@types/jest": {
  2244. "version": "26.0.19",
  2245. "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.19.tgz",
  2246. "integrity": "sha512-jqHoirTG61fee6v6rwbnEuKhpSKih0tuhqeFbCmMmErhtu3BYlOZaXWjffgOstMM4S/3iQD31lI5bGLTrs97yQ==",
  2247. "requires": {
  2248. "jest-diff": "^26.0.0",
  2249. "pretty-format": "^26.0.0"
  2250. }
  2251. },
  2252. "@types/json-schema": {
  2253. "version": "7.0.6",
  2254. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.6.tgz",
  2255. "integrity": "sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw=="
  2256. },
  2257. "@types/json5": {
  2258. "version": "0.0.29",
  2259. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  2260. "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4="
  2261. },
  2262. "@types/minimatch": {
  2263. "version": "3.0.3",
  2264. "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz",
  2265. "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA=="
  2266. },
  2267. "@types/node": {
  2268. "version": "12.19.11",
  2269. "resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.11.tgz",
  2270. "integrity": "sha512-bwVfNTFZOrGXyiQ6t4B9sZerMSShWNsGRw8tC5DY1qImUNczS9SjT4G6PnzjCnxsu5Ubj6xjL2lgwddkxtQl5w=="
  2271. },
  2272. "@types/normalize-package-data": {
  2273. "version": "2.4.0",
  2274. "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
  2275. "integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA=="
  2276. },
  2277. "@types/parse-json": {
  2278. "version": "4.0.0",
  2279. "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
  2280. "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
  2281. },
  2282. "@types/prettier": {
  2283. "version": "2.1.6",
  2284. "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.1.6.tgz",
  2285. "integrity": "sha512-6gOkRe7OIioWAXfnO/2lFiv+SJichKVSys1mSsgyrYHSEjk8Ctv4tSR/Odvnu+HWlH2C8j53dahU03XmQdd5fA=="
  2286. },
  2287. "@types/prop-types": {
  2288. "version": "15.7.3",
  2289. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz",
  2290. "integrity": "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw=="
  2291. },
  2292. "@types/q": {
  2293. "version": "1.5.4",
  2294. "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz",
  2295. "integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug=="
  2296. },
  2297. "@types/react": {
  2298. "version": "16.14.2",
  2299. "resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.2.tgz",
  2300. "integrity": "sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==",
  2301. "requires": {
  2302. "@types/prop-types": "*",
  2303. "csstype": "^3.0.2"
  2304. }
  2305. },
  2306. "@types/react-dom": {
  2307. "version": "16.9.10",
  2308. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.10.tgz",
  2309. "integrity": "sha512-ItatOrnXDMAYpv6G8UCk2VhbYVTjZT9aorLtA/OzDN9XJ2GKcfam68jutoAcILdRjsRUO8qb7AmyObF77Q8QFw==",
  2310. "requires": {
  2311. "@types/react": "^16"
  2312. }
  2313. },
  2314. "@types/resolve": {
  2315. "version": "0.0.8",
  2316. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-0.0.8.tgz",
  2317. "integrity": "sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==",
  2318. "requires": {
  2319. "@types/node": "*"
  2320. }
  2321. },
  2322. "@types/source-list-map": {
  2323. "version": "0.1.2",
  2324. "resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz",
  2325. "integrity": "sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA=="
  2326. },
  2327. "@types/stack-utils": {
  2328. "version": "2.0.0",
  2329. "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.0.tgz",
  2330. "integrity": "sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw=="
  2331. },
  2332. "@types/tapable": {
  2333. "version": "1.0.6",
  2334. "resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.6.tgz",
  2335. "integrity": "sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA=="
  2336. },
  2337. "@types/testing-library__jest-dom": {
  2338. "version": "5.9.5",
  2339. "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.9.5.tgz",
  2340. "integrity": "sha512-ggn3ws+yRbOHog9GxnXiEZ/35Mow6YtPZpd7Z5mKDeZS/o7zx3yAle0ov/wjhVB5QT4N2Dt+GNoGCdqkBGCajQ==",
  2341. "requires": {
  2342. "@types/jest": "*"
  2343. }
  2344. },
  2345. "@types/uglify-js": {
  2346. "version": "3.11.1",
  2347. "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.11.1.tgz",
  2348. "integrity": "sha512-7npvPKV+jINLu1SpSYVWG8KvyJBhBa8tmzMMdDoVc2pWUYHN8KIXlPJhjJ4LT97c4dXJA2SHL/q6ADbDriZN+Q==",
  2349. "requires": {
  2350. "source-map": "^0.6.1"
  2351. },
  2352. "dependencies": {
  2353. "source-map": {
  2354. "version": "0.6.1",
  2355. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  2356. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  2357. }
  2358. }
  2359. },
  2360. "@types/webpack": {
  2361. "version": "4.41.25",
  2362. "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.25.tgz",
  2363. "integrity": "sha512-cr6kZ+4m9lp86ytQc1jPOJXgINQyz3kLLunZ57jznW+WIAL0JqZbGubQk4GlD42MuQL5JGOABrxdpqqWeovlVQ==",
  2364. "requires": {
  2365. "@types/anymatch": "*",
  2366. "@types/node": "*",
  2367. "@types/tapable": "*",
  2368. "@types/uglify-js": "*",
  2369. "@types/webpack-sources": "*",
  2370. "source-map": "^0.6.0"
  2371. },
  2372. "dependencies": {
  2373. "source-map": {
  2374. "version": "0.6.1",
  2375. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  2376. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  2377. }
  2378. }
  2379. },
  2380. "@types/webpack-sources": {
  2381. "version": "2.1.0",
  2382. "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-2.1.0.tgz",
  2383. "integrity": "sha512-LXn/oYIpBeucgP1EIJbKQ2/4ZmpvRl+dlrFdX7+94SKRUV3Evy3FsfMZY318vGhkWUS5MPhtOM3w1/hCOAOXcg==",
  2384. "requires": {
  2385. "@types/node": "*",
  2386. "@types/source-list-map": "*",
  2387. "source-map": "^0.7.3"
  2388. },
  2389. "dependencies": {
  2390. "source-map": {
  2391. "version": "0.7.3",
  2392. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
  2393. "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
  2394. }
  2395. }
  2396. },
  2397. "@types/yargs": {
  2398. "version": "15.0.12",
  2399. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
  2400. "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
  2401. "requires": {
  2402. "@types/yargs-parser": "*"
  2403. }
  2404. },
  2405. "@types/yargs-parser": {
  2406. "version": "20.2.0",
  2407. "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.0.tgz",
  2408. "integrity": "sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA=="
  2409. },
  2410. "@typescript-eslint/eslint-plugin": {
  2411. "version": "4.11.0",
  2412. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.11.0.tgz",
  2413. "integrity": "sha512-x4arJMXBxyD6aBXLm3W7mSDZRiABzy+2PCLJbL7OPqlp53VXhaA1HKK7R2rTee5OlRhnUgnp8lZyVIqjnyPT6g==",
  2414. "requires": {
  2415. "@typescript-eslint/experimental-utils": "4.11.0",
  2416. "@typescript-eslint/scope-manager": "4.11.0",
  2417. "debug": "^4.1.1",
  2418. "functional-red-black-tree": "^1.0.1",
  2419. "regexpp": "^3.0.0",
  2420. "semver": "^7.3.2",
  2421. "tsutils": "^3.17.1"
  2422. }
  2423. },
  2424. "@typescript-eslint/experimental-utils": {
  2425. "version": "4.11.0",
  2426. "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.11.0.tgz",
  2427. "integrity": "sha512-1VC6mSbYwl1FguKt8OgPs8xxaJgtqFpjY/UzUYDBKq4pfQ5lBvN2WVeqYkzf7evW42axUHYl2jm9tNyFsb8oLg==",
  2428. "requires": {
  2429. "@types/json-schema": "^7.0.3",
  2430. "@typescript-eslint/scope-manager": "4.11.0",
  2431. "@typescript-eslint/types": "4.11.0",
  2432. "@typescript-eslint/typescript-estree": "4.11.0",
  2433. "eslint-scope": "^5.0.0",
  2434. "eslint-utils": "^2.0.0"
  2435. }
  2436. },
  2437. "@typescript-eslint/parser": {
  2438. "version": "4.11.0",
  2439. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.11.0.tgz",
  2440. "integrity": "sha512-NBTtKCC7ZtuxEV5CrHUO4Pg2s784pvavc3cnz6V+oJvVbK4tH9135f/RBP6eUA2KHiFKAollSrgSctQGmHbqJQ==",
  2441. "requires": {
  2442. "@typescript-eslint/scope-manager": "4.11.0",
  2443. "@typescript-eslint/types": "4.11.0",
  2444. "@typescript-eslint/typescript-estree": "4.11.0",
  2445. "debug": "^4.1.1"
  2446. }
  2447. },
  2448. "@typescript-eslint/scope-manager": {
  2449. "version": "4.11.0",
  2450. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.11.0.tgz",
  2451. "integrity": "sha512-6VSTm/4vC2dHM3ySDW9Kl48en+yLNfVV6LECU8jodBHQOhO8adAVizaZ1fV0QGZnLQjQ/y0aBj5/KXPp2hBTjA==",
  2452. "requires": {
  2453. "@typescript-eslint/types": "4.11.0",
  2454. "@typescript-eslint/visitor-keys": "4.11.0"
  2455. }
  2456. },
  2457. "@typescript-eslint/types": {
  2458. "version": "4.11.0",
  2459. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.11.0.tgz",
  2460. "integrity": "sha512-XXOdt/NPX++txOQHM1kUMgJUS43KSlXGdR/aDyEwuAEETwuPt02Nc7v+s57PzuSqMbNLclblQdv3YcWOdXhQ7g=="
  2461. },
  2462. "@typescript-eslint/typescript-estree": {
  2463. "version": "4.11.0",
  2464. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.0.tgz",
  2465. "integrity": "sha512-eA6sT5dE5RHAFhtcC+b5WDlUIGwnO9b0yrfGa1mIOIAjqwSQCpXbLiFmKTdRbQN/xH2EZkGqqLDrKUuYOZ0+Hg==",
  2466. "requires": {
  2467. "@typescript-eslint/types": "4.11.0",
  2468. "@typescript-eslint/visitor-keys": "4.11.0",
  2469. "debug": "^4.1.1",
  2470. "globby": "^11.0.1",
  2471. "is-glob": "^4.0.1",
  2472. "lodash": "^4.17.15",
  2473. "semver": "^7.3.2",
  2474. "tsutils": "^3.17.1"
  2475. }
  2476. },
  2477. "@typescript-eslint/visitor-keys": {
  2478. "version": "4.11.0",
  2479. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.0.tgz",
  2480. "integrity": "sha512-tRYKyY0i7cMk6v4UIOCjl1LhuepC/pc6adQqJk4Is3YcC6k46HvsV9Wl7vQoLbm9qADgeujiT7KdLrylvFIQ+A==",
  2481. "requires": {
  2482. "@typescript-eslint/types": "4.11.0",
  2483. "eslint-visitor-keys": "^2.0.0"
  2484. }
  2485. },
  2486. "@webassemblyjs/ast": {
  2487. "version": "1.9.0",
  2488. "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz",
  2489. "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==",
  2490. "requires": {
  2491. "@webassemblyjs/helper-module-context": "1.9.0",
  2492. "@webassemblyjs/helper-wasm-bytecode": "1.9.0",
  2493. "@webassemblyjs/wast-parser": "1.9.0"
  2494. }
  2495. },
  2496. "@webassemblyjs/floating-point-hex-parser": {
  2497. "version": "1.9.0",
  2498. "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz",
  2499. "integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA=="
  2500. },
  2501. "@webassemblyjs/helper-api-error": {
  2502. "version": "1.9.0",
  2503. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz",
  2504. "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw=="
  2505. },
  2506. "@webassemblyjs/helper-buffer": {
  2507. "version": "1.9.0",
  2508. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz",
  2509. "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA=="
  2510. },
  2511. "@webassemblyjs/helper-code-frame": {
  2512. "version": "1.9.0",
  2513. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz",
  2514. "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==",
  2515. "requires": {
  2516. "@webassemblyjs/wast-printer": "1.9.0"
  2517. }
  2518. },
  2519. "@webassemblyjs/helper-fsm": {
  2520. "version": "1.9.0",
  2521. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz",
  2522. "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw=="
  2523. },
  2524. "@webassemblyjs/helper-module-context": {
  2525. "version": "1.9.0",
  2526. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz",
  2527. "integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==",
  2528. "requires": {
  2529. "@webassemblyjs/ast": "1.9.0"
  2530. }
  2531. },
  2532. "@webassemblyjs/helper-wasm-bytecode": {
  2533. "version": "1.9.0",
  2534. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz",
  2535. "integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw=="
  2536. },
  2537. "@webassemblyjs/helper-wasm-section": {
  2538. "version": "1.9.0",
  2539. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz",
  2540. "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==",
  2541. "requires": {
  2542. "@webassemblyjs/ast": "1.9.0",
  2543. "@webassemblyjs/helper-buffer": "1.9.0",
  2544. "@webassemblyjs/helper-wasm-bytecode": "1.9.0",
  2545. "@webassemblyjs/wasm-gen": "1.9.0"
  2546. }
  2547. },
  2548. "@webassemblyjs/ieee754": {
  2549. "version": "1.9.0",
  2550. "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz",
  2551. "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==",
  2552. "requires": {
  2553. "@xtuc/ieee754": "^1.2.0"
  2554. }
  2555. },
  2556. "@webassemblyjs/leb128": {
  2557. "version": "1.9.0",
  2558. "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz",
  2559. "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==",
  2560. "requires": {
  2561. "@xtuc/long": "4.2.2"
  2562. }
  2563. },
  2564. "@webassemblyjs/utf8": {
  2565. "version": "1.9.0",
  2566. "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz",
  2567. "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w=="
  2568. },
  2569. "@webassemblyjs/wasm-edit": {
  2570. "version": "1.9.0",
  2571. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz",
  2572. "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==",
  2573. "requires": {
  2574. "@webassemblyjs/ast": "1.9.0",
  2575. "@webassemblyjs/helper-buffer": "1.9.0",
  2576. "@webassemblyjs/helper-wasm-bytecode": "1.9.0",
  2577. "@webassemblyjs/helper-wasm-section": "1.9.0",
  2578. "@webassemblyjs/wasm-gen": "1.9.0",
  2579. "@webassemblyjs/wasm-opt": "1.9.0",
  2580. "@webassemblyjs/wasm-parser": "1.9.0",
  2581. "@webassemblyjs/wast-printer": "1.9.0"
  2582. }
  2583. },
  2584. "@webassemblyjs/wasm-gen": {
  2585. "version": "1.9.0",
  2586. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz",
  2587. "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==",
  2588. "requires": {
  2589. "@webassemblyjs/ast": "1.9.0",
  2590. "@webassemblyjs/helper-wasm-bytecode": "1.9.0",
  2591. "@webassemblyjs/ieee754": "1.9.0",
  2592. "@webassemblyjs/leb128": "1.9.0",
  2593. "@webassemblyjs/utf8": "1.9.0"
  2594. }
  2595. },
  2596. "@webassemblyjs/wasm-opt": {
  2597. "version": "1.9.0",
  2598. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz",
  2599. "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==",
  2600. "requires": {
  2601. "@webassemblyjs/ast": "1.9.0",
  2602. "@webassemblyjs/helper-buffer": "1.9.0",
  2603. "@webassemblyjs/wasm-gen": "1.9.0",
  2604. "@webassemblyjs/wasm-parser": "1.9.0"
  2605. }
  2606. },
  2607. "@webassemblyjs/wasm-parser": {
  2608. "version": "1.9.0",
  2609. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz",
  2610. "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==",
  2611. "requires": {
  2612. "@webassemblyjs/ast": "1.9.0",
  2613. "@webassemblyjs/helper-api-error": "1.9.0",
  2614. "@webassemblyjs/helper-wasm-bytecode": "1.9.0",
  2615. "@webassemblyjs/ieee754": "1.9.0",
  2616. "@webassemblyjs/leb128": "1.9.0",
  2617. "@webassemblyjs/utf8": "1.9.0"
  2618. }
  2619. },
  2620. "@webassemblyjs/wast-parser": {
  2621. "version": "1.9.0",
  2622. "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz",
  2623. "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==",
  2624. "requires": {
  2625. "@webassemblyjs/ast": "1.9.0",
  2626. "@webassemblyjs/floating-point-hex-parser": "1.9.0",
  2627. "@webassemblyjs/helper-api-error": "1.9.0",
  2628. "@webassemblyjs/helper-code-frame": "1.9.0",
  2629. "@webassemblyjs/helper-fsm": "1.9.0",
  2630. "@xtuc/long": "4.2.2"
  2631. }
  2632. },
  2633. "@webassemblyjs/wast-printer": {
  2634. "version": "1.9.0",
  2635. "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz",
  2636. "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==",
  2637. "requires": {
  2638. "@webassemblyjs/ast": "1.9.0",
  2639. "@webassemblyjs/wast-parser": "1.9.0",
  2640. "@xtuc/long": "4.2.2"
  2641. }
  2642. },
  2643. "@xtuc/ieee754": {
  2644. "version": "1.2.0",
  2645. "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
  2646. "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
  2647. },
  2648. "@xtuc/long": {
  2649. "version": "4.2.2",
  2650. "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
  2651. "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
  2652. },
  2653. "abab": {
  2654. "version": "2.0.5",
  2655. "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
  2656. "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q=="
  2657. },
  2658. "abbrev": {
  2659. "version": "1.1.1",
  2660. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
  2661. "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
  2662. },
  2663. "accepts": {
  2664. "version": "1.3.7",
  2665. "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
  2666. "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
  2667. "requires": {
  2668. "mime-types": "~2.1.24",
  2669. "negotiator": "0.6.2"
  2670. }
  2671. },
  2672. "acorn": {
  2673. "version": "7.4.1",
  2674. "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
  2675. "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
  2676. },
  2677. "acorn-globals": {
  2678. "version": "6.0.0",
  2679. "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
  2680. "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
  2681. "requires": {
  2682. "acorn": "^7.1.1",
  2683. "acorn-walk": "^7.1.1"
  2684. }
  2685. },
  2686. "acorn-jsx": {
  2687. "version": "5.3.1",
  2688. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz",
  2689. "integrity": "sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng=="
  2690. },
  2691. "acorn-walk": {
  2692. "version": "7.2.0",
  2693. "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
  2694. "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA=="
  2695. },
  2696. "address": {
  2697. "version": "1.1.2",
  2698. "resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz",
  2699. "integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA=="
  2700. },
  2701. "adjust-sourcemap-loader": {
  2702. "version": "3.0.0",
  2703. "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-3.0.0.tgz",
  2704. "integrity": "sha512-YBrGyT2/uVQ/c6Rr+t6ZJXniY03YtHGMJQYal368burRGYKqhx9qGTWqcBU5s1CwYY9E/ri63RYyG1IacMZtqw==",
  2705. "requires": {
  2706. "loader-utils": "^2.0.0",
  2707. "regex-parser": "^2.2.11"
  2708. }
  2709. },
  2710. "aggregate-error": {
  2711. "version": "3.1.0",
  2712. "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
  2713. "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
  2714. "requires": {
  2715. "clean-stack": "^2.0.0",
  2716. "indent-string": "^4.0.0"
  2717. }
  2718. },
  2719. "ajv": {
  2720. "version": "6.12.6",
  2721. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  2722. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  2723. "requires": {
  2724. "fast-deep-equal": "^3.1.1",
  2725. "fast-json-stable-stringify": "^2.0.0",
  2726. "json-schema-traverse": "^0.4.1",
  2727. "uri-js": "^4.2.2"
  2728. }
  2729. },
  2730. "ajv-errors": {
  2731. "version": "1.0.1",
  2732. "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
  2733. "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ=="
  2734. },
  2735. "ajv-keywords": {
  2736. "version": "3.5.2",
  2737. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
  2738. "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ=="
  2739. },
  2740. "alphanum-sort": {
  2741. "version": "1.0.2",
  2742. "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
  2743. "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM="
  2744. },
  2745. "amdefine": {
  2746. "version": "1.0.1",
  2747. "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
  2748. "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU="
  2749. },
  2750. "ansi-colors": {
  2751. "version": "4.1.1",
  2752. "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
  2753. "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA=="
  2754. },
  2755. "ansi-escapes": {
  2756. "version": "4.3.1",
  2757. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.1.tgz",
  2758. "integrity": "sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA==",
  2759. "requires": {
  2760. "type-fest": "^0.11.0"
  2761. },
  2762. "dependencies": {
  2763. "type-fest": {
  2764. "version": "0.11.0",
  2765. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz",
  2766. "integrity": "sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ=="
  2767. }
  2768. }
  2769. },
  2770. "ansi-html": {
  2771. "version": "0.0.7",
  2772. "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz",
  2773. "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4="
  2774. },
  2775. "ansi-regex": {
  2776. "version": "5.0.0",
  2777. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
  2778. "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg=="
  2779. },
  2780. "ansi-styles": {
  2781. "version": "3.2.1",
  2782. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  2783. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  2784. "requires": {
  2785. "color-convert": "^1.9.0"
  2786. }
  2787. },
  2788. "anymatch": {
  2789. "version": "3.1.1",
  2790. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz",
  2791. "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==",
  2792. "requires": {
  2793. "normalize-path": "^3.0.0",
  2794. "picomatch": "^2.0.4"
  2795. }
  2796. },
  2797. "aproba": {
  2798. "version": "1.2.0",
  2799. "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
  2800. "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw=="
  2801. },
  2802. "are-we-there-yet": {
  2803. "version": "1.1.5",
  2804. "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz",
  2805. "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==",
  2806. "requires": {
  2807. "delegates": "^1.0.0",
  2808. "readable-stream": "^2.0.6"
  2809. },
  2810. "dependencies": {
  2811. "readable-stream": {
  2812. "version": "2.3.7",
  2813. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  2814. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  2815. "requires": {
  2816. "core-util-is": "~1.0.0",
  2817. "inherits": "~2.0.3",
  2818. "isarray": "~1.0.0",
  2819. "process-nextick-args": "~2.0.0",
  2820. "safe-buffer": "~5.1.1",
  2821. "string_decoder": "~1.1.1",
  2822. "util-deprecate": "~1.0.1"
  2823. }
  2824. },
  2825. "string_decoder": {
  2826. "version": "1.1.1",
  2827. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  2828. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  2829. "requires": {
  2830. "safe-buffer": "~5.1.0"
  2831. }
  2832. }
  2833. }
  2834. },
  2835. "argparse": {
  2836. "version": "1.0.10",
  2837. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  2838. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  2839. "requires": {
  2840. "sprintf-js": "~1.0.2"
  2841. }
  2842. },
  2843. "aria-query": {
  2844. "version": "4.2.2",
  2845. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
  2846. "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==",
  2847. "requires": {
  2848. "@babel/runtime": "^7.10.2",
  2849. "@babel/runtime-corejs3": "^7.10.2"
  2850. }
  2851. },
  2852. "arity-n": {
  2853. "version": "1.0.4",
  2854. "resolved": "https://registry.npmjs.org/arity-n/-/arity-n-1.0.4.tgz",
  2855. "integrity": "sha1-2edrEXM+CFacCEeuezmyhgswt0U="
  2856. },
  2857. "arr-diff": {
  2858. "version": "4.0.0",
  2859. "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
  2860. "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA="
  2861. },
  2862. "arr-flatten": {
  2863. "version": "1.1.0",
  2864. "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
  2865. "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg=="
  2866. },
  2867. "arr-union": {
  2868. "version": "3.1.0",
  2869. "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
  2870. "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ="
  2871. },
  2872. "array-find-index": {
  2873. "version": "1.0.2",
  2874. "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
  2875. "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E="
  2876. },
  2877. "array-flatten": {
  2878. "version": "2.1.2",
  2879. "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
  2880. "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ=="
  2881. },
  2882. "array-includes": {
  2883. "version": "3.1.2",
  2884. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.2.tgz",
  2885. "integrity": "sha512-w2GspexNQpx+PutG3QpT437/BenZBj0M/MZGn5mzv/MofYqo0xmRHzn4lFsoDlWJ+THYsGJmFlW68WlDFx7VRw==",
  2886. "requires": {
  2887. "call-bind": "^1.0.0",
  2888. "define-properties": "^1.1.3",
  2889. "es-abstract": "^1.18.0-next.1",
  2890. "get-intrinsic": "^1.0.1",
  2891. "is-string": "^1.0.5"
  2892. }
  2893. },
  2894. "array-union": {
  2895. "version": "2.1.0",
  2896. "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  2897. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="
  2898. },
  2899. "array-uniq": {
  2900. "version": "1.0.3",
  2901. "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
  2902. "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY="
  2903. },
  2904. "array-unique": {
  2905. "version": "0.3.2",
  2906. "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
  2907. "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg="
  2908. },
  2909. "array.prototype.flat": {
  2910. "version": "1.2.4",
  2911. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz",
  2912. "integrity": "sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==",
  2913. "requires": {
  2914. "call-bind": "^1.0.0",
  2915. "define-properties": "^1.1.3",
  2916. "es-abstract": "^1.18.0-next.1"
  2917. }
  2918. },
  2919. "array.prototype.flatmap": {
  2920. "version": "1.2.4",
  2921. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz",
  2922. "integrity": "sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==",
  2923. "requires": {
  2924. "call-bind": "^1.0.0",
  2925. "define-properties": "^1.1.3",
  2926. "es-abstract": "^1.18.0-next.1",
  2927. "function-bind": "^1.1.1"
  2928. }
  2929. },
  2930. "arrify": {
  2931. "version": "2.0.1",
  2932. "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
  2933. "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug=="
  2934. },
  2935. "asap": {
  2936. "version": "2.0.6",
  2937. "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
  2938. "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
  2939. },
  2940. "asn1": {
  2941. "version": "0.2.4",
  2942. "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz",
  2943. "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==",
  2944. "requires": {
  2945. "safer-buffer": "~2.1.0"
  2946. }
  2947. },
  2948. "asn1.js": {
  2949. "version": "5.4.1",
  2950. "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz",
  2951. "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==",
  2952. "requires": {
  2953. "bn.js": "^4.0.0",
  2954. "inherits": "^2.0.1",
  2955. "minimalistic-assert": "^1.0.0",
  2956. "safer-buffer": "^2.1.0"
  2957. },
  2958. "dependencies": {
  2959. "bn.js": {
  2960. "version": "4.11.9",
  2961. "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz",
  2962. "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw=="
  2963. }
  2964. }
  2965. },
  2966. "assert": {
  2967. "version": "1.5.0",
  2968. "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz",
  2969. "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==",
  2970. "requires": {
  2971. "object-assign": "^4.1.1",
  2972. "util": "0.10.3"
  2973. },
  2974. "dependencies": {
  2975. "inherits": {
  2976. "version": "2.0.1",
  2977. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
  2978. "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE="
  2979. },
  2980. "util": {
  2981. "version": "0.10.3",
  2982. "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
  2983. "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
  2984. "requires": {
  2985. "inherits": "2.0.1"
  2986. }
  2987. }
  2988. }
  2989. },
  2990. "assert-plus": {
  2991. "version": "1.0.0",
  2992. "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
  2993. "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
  2994. },
  2995. "assign-symbols": {
  2996. "version": "1.0.0",
  2997. "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
  2998. "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c="
  2999. },
  3000. "ast-types-flow": {
  3001. "version": "0.0.7",
  3002. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
  3003. "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0="
  3004. },
  3005. "astral-regex": {
  3006. "version": "2.0.0",
  3007. "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
  3008. "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ=="
  3009. },
  3010. "async": {
  3011. "version": "2.6.3",
  3012. "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
  3013. "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
  3014. "requires": {
  3015. "lodash": "^4.17.14"
  3016. }
  3017. },
  3018. "async-each": {
  3019. "version": "1.0.3",
  3020. "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
  3021. "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ=="
  3022. },
  3023. "async-foreach": {
  3024. "version": "0.1.3",
  3025. "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
  3026. "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI="
  3027. },
  3028. "async-limiter": {
  3029. "version": "1.0.1",
  3030. "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
  3031. "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
  3032. },
  3033. "asynckit": {
  3034. "version": "0.4.0",
  3035. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  3036. "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
  3037. },
  3038. "at-least-node": {
  3039. "version": "1.0.0",
  3040. "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  3041. "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg=="
  3042. },
  3043. "atob": {
  3044. "version": "2.1.2",
  3045. "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
  3046. "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg=="
  3047. },
  3048. "autoprefixer": {
  3049. "version": "9.8.6",
  3050. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz",
  3051. "integrity": "sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==",
  3052. "requires": {
  3053. "browserslist": "^4.12.0",
  3054. "caniuse-lite": "^1.0.30001109",
  3055. "colorette": "^1.2.1",
  3056. "normalize-range": "^0.1.2",
  3057. "num2fraction": "^1.2.2",
  3058. "postcss": "^7.0.32",
  3059. "postcss-value-parser": "^4.1.0"
  3060. }
  3061. },
  3062. "aws-sign2": {
  3063. "version": "0.7.0",
  3064. "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
  3065. "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg="
  3066. },
  3067. "aws4": {
  3068. "version": "1.11.0",
  3069. "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz",
  3070. "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
  3071. },
  3072. "axe-core": {
  3073. "version": "4.1.1",
  3074. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.1.1.tgz",
  3075. "integrity": "sha512-5Kgy8Cz6LPC9DJcNb3yjAXTu3XihQgEdnIg50c//zOC/MyLP0Clg+Y8Sh9ZjjnvBrDZU4DgXS9C3T9r4/scGZQ=="
  3076. },
  3077. "axios": {
  3078. "version": "0.21.1",
  3079. "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
  3080. "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
  3081. "requires": {
  3082. "follow-redirects": "^1.10.0"
  3083. }
  3084. },
  3085. "axobject-query": {
  3086. "version": "2.2.0",
  3087. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz",
  3088. "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA=="
  3089. },
  3090. "babel-eslint": {
  3091. "version": "10.1.0",
  3092. "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz",
  3093. "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==",
  3094. "requires": {
  3095. "@babel/code-frame": "^7.0.0",
  3096. "@babel/parser": "^7.7.0",
  3097. "@babel/traverse": "^7.7.0",
  3098. "@babel/types": "^7.7.0",
  3099. "eslint-visitor-keys": "^1.0.0",
  3100. "resolve": "^1.12.0"
  3101. },
  3102. "dependencies": {
  3103. "eslint-visitor-keys": {
  3104. "version": "1.3.0",
  3105. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
  3106. "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ=="
  3107. }
  3108. }
  3109. },
  3110. "babel-extract-comments": {
  3111. "version": "1.0.0",
  3112. "resolved": "https://registry.npmjs.org/babel-extract-comments/-/babel-extract-comments-1.0.0.tgz",
  3113. "integrity": "sha512-qWWzi4TlddohA91bFwgt6zO/J0X+io7Qp184Fw0m2JYRSTZnJbFR8+07KmzudHCZgOiKRCrjhylwv9Xd8gfhVQ==",
  3114. "requires": {
  3115. "babylon": "^6.18.0"
  3116. }
  3117. },
  3118. "babel-jest": {
  3119. "version": "26.6.3",
  3120. "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-26.6.3.tgz",
  3121. "integrity": "sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==",
  3122. "requires": {
  3123. "@jest/transform": "^26.6.2",
  3124. "@jest/types": "^26.6.2",
  3125. "@types/babel__core": "^7.1.7",
  3126. "babel-plugin-istanbul": "^6.0.0",
  3127. "babel-preset-jest": "^26.6.2",
  3128. "chalk": "^4.0.0",
  3129. "graceful-fs": "^4.2.4",
  3130. "slash": "^3.0.0"
  3131. },
  3132. "dependencies": {
  3133. "ansi-styles": {
  3134. "version": "4.3.0",
  3135. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3136. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3137. "requires": {
  3138. "color-convert": "^2.0.1"
  3139. }
  3140. },
  3141. "chalk": {
  3142. "version": "4.1.0",
  3143. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  3144. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  3145. "requires": {
  3146. "ansi-styles": "^4.1.0",
  3147. "supports-color": "^7.1.0"
  3148. }
  3149. },
  3150. "color-convert": {
  3151. "version": "2.0.1",
  3152. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3153. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3154. "requires": {
  3155. "color-name": "~1.1.4"
  3156. }
  3157. },
  3158. "color-name": {
  3159. "version": "1.1.4",
  3160. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3161. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  3162. },
  3163. "has-flag": {
  3164. "version": "4.0.0",
  3165. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3166. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  3167. },
  3168. "supports-color": {
  3169. "version": "7.2.0",
  3170. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  3171. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  3172. "requires": {
  3173. "has-flag": "^4.0.0"
  3174. }
  3175. }
  3176. }
  3177. },
  3178. "babel-loader": {
  3179. "version": "8.1.0",
  3180. "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.1.0.tgz",
  3181. "integrity": "sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==",
  3182. "requires": {
  3183. "find-cache-dir": "^2.1.0",
  3184. "loader-utils": "^1.4.0",
  3185. "mkdirp": "^0.5.3",
  3186. "pify": "^4.0.1",
  3187. "schema-utils": "^2.6.5"
  3188. },
  3189. "dependencies": {
  3190. "json5": {
  3191. "version": "1.0.1",
  3192. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  3193. "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  3194. "requires": {
  3195. "minimist": "^1.2.0"
  3196. }
  3197. },
  3198. "loader-utils": {
  3199. "version": "1.4.0",
  3200. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
  3201. "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
  3202. "requires": {
  3203. "big.js": "^5.2.2",
  3204. "emojis-list": "^3.0.0",
  3205. "json5": "^1.0.1"
  3206. }
  3207. }
  3208. }
  3209. },
  3210. "babel-plugin-dynamic-import-node": {
  3211. "version": "2.3.3",
  3212. "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
  3213. "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
  3214. "requires": {
  3215. "object.assign": "^4.1.0"
  3216. }
  3217. },
  3218. "babel-plugin-istanbul": {
  3219. "version": "6.0.0",
  3220. "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz",
  3221. "integrity": "sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==",
  3222. "requires": {
  3223. "@babel/helper-plugin-utils": "^7.0.0",
  3224. "@istanbuljs/load-nyc-config": "^1.0.0",
  3225. "@istanbuljs/schema": "^0.1.2",
  3226. "istanbul-lib-instrument": "^4.0.0",
  3227. "test-exclude": "^6.0.0"
  3228. }
  3229. },
  3230. "babel-plugin-jest-hoist": {
  3231. "version": "26.6.2",
  3232. "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz",
  3233. "integrity": "sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==",
  3234. "requires": {
  3235. "@babel/template": "^7.3.3",
  3236. "@babel/types": "^7.3.3",
  3237. "@types/babel__core": "^7.0.0",
  3238. "@types/babel__traverse": "^7.0.6"
  3239. }
  3240. },
  3241. "babel-plugin-macros": {
  3242. "version": "2.8.0",
  3243. "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz",
  3244. "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==",
  3245. "requires": {
  3246. "@babel/runtime": "^7.7.2",
  3247. "cosmiconfig": "^6.0.0",
  3248. "resolve": "^1.12.0"
  3249. },
  3250. "dependencies": {
  3251. "cosmiconfig": {
  3252. "version": "6.0.0",
  3253. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
  3254. "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
  3255. "requires": {
  3256. "@types/parse-json": "^4.0.0",
  3257. "import-fresh": "^3.1.0",
  3258. "parse-json": "^5.0.0",
  3259. "path-type": "^4.0.0",
  3260. "yaml": "^1.7.2"
  3261. }
  3262. }
  3263. }
  3264. },
  3265. "babel-plugin-named-asset-import": {
  3266. "version": "0.3.7",
  3267. "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.7.tgz",
  3268. "integrity": "sha512-squySRkf+6JGnvjoUtDEjSREJEBirnXi9NqP6rjSYsylxQxqBTz+pkmf395i9E2zsvmYUaI40BHo6SqZUdydlw=="
  3269. },
  3270. "babel-plugin-syntax-object-rest-spread": {
  3271. "version": "6.13.0",
  3272. "resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz",
  3273. "integrity": "sha1-/WU28rzhODb/o6VFjEkDpZe7O/U="
  3274. },
  3275. "babel-plugin-transform-object-rest-spread": {
  3276. "version": "6.26.0",
  3277. "resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz",
  3278. "integrity": "sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=",
  3279. "requires": {
  3280. "babel-plugin-syntax-object-rest-spread": "^6.8.0",
  3281. "babel-runtime": "^6.26.0"
  3282. }
  3283. },
  3284. "babel-plugin-transform-react-remove-prop-types": {
  3285. "version": "0.4.24",
  3286. "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
  3287. "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
  3288. },
  3289. "babel-preset-current-node-syntax": {
  3290. "version": "1.0.1",
  3291. "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
  3292. "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
  3293. "requires": {
  3294. "@babel/plugin-syntax-async-generators": "^7.8.4",
  3295. "@babel/plugin-syntax-bigint": "^7.8.3",
  3296. "@babel/plugin-syntax-class-properties": "^7.8.3",
  3297. "@babel/plugin-syntax-import-meta": "^7.8.3",
  3298. "@babel/plugin-syntax-json-strings": "^7.8.3",
  3299. "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
  3300. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  3301. "@babel/plugin-syntax-numeric-separator": "^7.8.3",
  3302. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  3303. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  3304. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  3305. "@babel/plugin-syntax-top-level-await": "^7.8.3"
  3306. }
  3307. },
  3308. "babel-preset-jest": {
  3309. "version": "26.6.2",
  3310. "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz",
  3311. "integrity": "sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==",
  3312. "requires": {
  3313. "babel-plugin-jest-hoist": "^26.6.2",
  3314. "babel-preset-current-node-syntax": "^1.0.0"
  3315. }
  3316. },
  3317. "babel-preset-react-app": {
  3318. "version": "10.0.0",
  3319. "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.0.tgz",
  3320. "integrity": "sha512-itL2z8v16khpuKutx5IH8UdCdSTuzrOhRFTEdIhveZ2i1iBKDrVE0ATa4sFVy+02GLucZNVBWtoarXBy0Msdpg==",
  3321. "requires": {
  3322. "@babel/core": "7.12.3",
  3323. "@babel/plugin-proposal-class-properties": "7.12.1",
  3324. "@babel/plugin-proposal-decorators": "7.12.1",
  3325. "@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1",
  3326. "@babel/plugin-proposal-numeric-separator": "7.12.1",
  3327. "@babel/plugin-proposal-optional-chaining": "7.12.1",
  3328. "@babel/plugin-transform-flow-strip-types": "7.12.1",
  3329. "@babel/plugin-transform-react-display-name": "7.12.1",
  3330. "@babel/plugin-transform-runtime": "7.12.1",
  3331. "@babel/preset-env": "7.12.1",
  3332. "@babel/preset-react": "7.12.1",
  3333. "@babel/preset-typescript": "7.12.1",
  3334. "@babel/runtime": "7.12.1",
  3335. "babel-plugin-macros": "2.8.0",
  3336. "babel-plugin-transform-react-remove-prop-types": "0.4.24"
  3337. },
  3338. "dependencies": {
  3339. "@babel/plugin-proposal-numeric-separator": {
  3340. "version": "7.12.1",
  3341. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.1.tgz",
  3342. "integrity": "sha512-MR7Ok+Af3OhNTCxYVjJZHS0t97ydnJZt/DbR4WISO39iDnhiD8XHrY12xuSJ90FFEGjir0Fzyyn7g/zY6hxbxA==",
  3343. "requires": {
  3344. "@babel/helper-plugin-utils": "^7.10.4",
  3345. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  3346. }
  3347. },
  3348. "@babel/plugin-proposal-optional-chaining": {
  3349. "version": "7.12.1",
  3350. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz",
  3351. "integrity": "sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==",
  3352. "requires": {
  3353. "@babel/helper-plugin-utils": "^7.10.4",
  3354. "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
  3355. "@babel/plugin-syntax-optional-chaining": "^7.8.0"
  3356. }
  3357. },
  3358. "@babel/preset-env": {
  3359. "version": "7.12.1",
  3360. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.1.tgz",
  3361. "integrity": "sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==",
  3362. "requires": {
  3363. "@babel/compat-data": "^7.12.1",
  3364. "@babel/helper-compilation-targets": "^7.12.1",
  3365. "@babel/helper-module-imports": "^7.12.1",
  3366. "@babel/helper-plugin-utils": "^7.10.4",
  3367. "@babel/helper-validator-option": "^7.12.1",
  3368. "@babel/plugin-proposal-async-generator-functions": "^7.12.1",
  3369. "@babel/plugin-proposal-class-properties": "^7.12.1",
  3370. "@babel/plugin-proposal-dynamic-import": "^7.12.1",
  3371. "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
  3372. "@babel/plugin-proposal-json-strings": "^7.12.1",
  3373. "@babel/plugin-proposal-logical-assignment-operators": "^7.12.1",
  3374. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
  3375. "@babel/plugin-proposal-numeric-separator": "^7.12.1",
  3376. "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
  3377. "@babel/plugin-proposal-optional-catch-binding": "^7.12.1",
  3378. "@babel/plugin-proposal-optional-chaining": "^7.12.1",
  3379. "@babel/plugin-proposal-private-methods": "^7.12.1",
  3380. "@babel/plugin-proposal-unicode-property-regex": "^7.12.1",
  3381. "@babel/plugin-syntax-async-generators": "^7.8.0",
  3382. "@babel/plugin-syntax-class-properties": "^7.12.1",
  3383. "@babel/plugin-syntax-dynamic-import": "^7.8.0",
  3384. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  3385. "@babel/plugin-syntax-json-strings": "^7.8.0",
  3386. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  3387. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
  3388. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  3389. "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
  3390. "@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
  3391. "@babel/plugin-syntax-optional-chaining": "^7.8.0",
  3392. "@babel/plugin-syntax-top-level-await": "^7.12.1",
  3393. "@babel/plugin-transform-arrow-functions": "^7.12.1",
  3394. "@babel/plugin-transform-async-to-generator": "^7.12.1",
  3395. "@babel/plugin-transform-block-scoped-functions": "^7.12.1",
  3396. "@babel/plugin-transform-block-scoping": "^7.12.1",
  3397. "@babel/plugin-transform-classes": "^7.12.1",
  3398. "@babel/plugin-transform-computed-properties": "^7.12.1",
  3399. "@babel/plugin-transform-destructuring": "^7.12.1",
  3400. "@babel/plugin-transform-dotall-regex": "^7.12.1",
  3401. "@babel/plugin-transform-duplicate-keys": "^7.12.1",
  3402. "@babel/plugin-transform-exponentiation-operator": "^7.12.1",
  3403. "@babel/plugin-transform-for-of": "^7.12.1",
  3404. "@babel/plugin-transform-function-name": "^7.12.1",
  3405. "@babel/plugin-transform-literals": "^7.12.1",
  3406. "@babel/plugin-transform-member-expression-literals": "^7.12.1",
  3407. "@babel/plugin-transform-modules-amd": "^7.12.1",
  3408. "@babel/plugin-transform-modules-commonjs": "^7.12.1",
  3409. "@babel/plugin-transform-modules-systemjs": "^7.12.1",
  3410. "@babel/plugin-transform-modules-umd": "^7.12.1",
  3411. "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.1",
  3412. "@babel/plugin-transform-new-target": "^7.12.1",
  3413. "@babel/plugin-transform-object-super": "^7.12.1",
  3414. "@babel/plugin-transform-parameters": "^7.12.1",
  3415. "@babel/plugin-transform-property-literals": "^7.12.1",
  3416. "@babel/plugin-transform-regenerator": "^7.12.1",
  3417. "@babel/plugin-transform-reserved-words": "^7.12.1",
  3418. "@babel/plugin-transform-shorthand-properties": "^7.12.1",
  3419. "@babel/plugin-transform-spread": "^7.12.1",
  3420. "@babel/plugin-transform-sticky-regex": "^7.12.1",
  3421. "@babel/plugin-transform-template-literals": "^7.12.1",
  3422. "@babel/plugin-transform-typeof-symbol": "^7.12.1",
  3423. "@babel/plugin-transform-unicode-escapes": "^7.12.1",
  3424. "@babel/plugin-transform-unicode-regex": "^7.12.1",
  3425. "@babel/preset-modules": "^0.1.3",
  3426. "@babel/types": "^7.12.1",
  3427. "core-js-compat": "^3.6.2",
  3428. "semver": "^5.5.0"
  3429. }
  3430. },
  3431. "@babel/preset-react": {
  3432. "version": "7.12.1",
  3433. "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.12.1.tgz",
  3434. "integrity": "sha512-euCExymHCi0qB9u5fKw7rvlw7AZSjw/NaB9h7EkdTt5+yHRrXdiRTh7fkG3uBPpJg82CqLfp1LHLqWGSCrab+g==",
  3435. "requires": {
  3436. "@babel/helper-plugin-utils": "^7.10.4",
  3437. "@babel/plugin-transform-react-display-name": "^7.12.1",
  3438. "@babel/plugin-transform-react-jsx": "^7.12.1",
  3439. "@babel/plugin-transform-react-jsx-development": "^7.12.1",
  3440. "@babel/plugin-transform-react-jsx-self": "^7.12.1",
  3441. "@babel/plugin-transform-react-jsx-source": "^7.12.1",
  3442. "@babel/plugin-transform-react-pure-annotations": "^7.12.1"
  3443. }
  3444. },
  3445. "@babel/runtime": {
  3446. "version": "7.12.1",
  3447. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz",
  3448. "integrity": "sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==",
  3449. "requires": {
  3450. "regenerator-runtime": "^0.13.4"
  3451. }
  3452. },
  3453. "semver": {
  3454. "version": "5.7.1",
  3455. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
  3456. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
  3457. }
  3458. }
  3459. },
  3460. "babel-runtime": {
  3461. "version": "6.26.0",
  3462. "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
  3463. "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
  3464. "requires": {
  3465. "core-js": "^2.4.0",
  3466. "regenerator-runtime": "^0.11.0"
  3467. },
  3468. "dependencies": {
  3469. "core-js": {
  3470. "version": "2.6.12",
  3471. "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
  3472. "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ=="
  3473. },
  3474. "regenerator-runtime": {
  3475. "version": "0.11.1",
  3476. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
  3477. "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg=="
  3478. }
  3479. }
  3480. },
  3481. "babylon": {
  3482. "version": "6.18.0",
  3483. "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
  3484. "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ=="
  3485. },
  3486. "balanced-match": {
  3487. "version": "1.0.0",
  3488. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
  3489. "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
  3490. },
  3491. "base": {
  3492. "version": "0.11.2",
  3493. "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
  3494. "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
  3495. "requires": {
  3496. "cache-base": "^1.0.1",
  3497. "class-utils": "^0.3.5",
  3498. "component-emitter": "^1.2.1",
  3499. "define-property": "^1.0.0",
  3500. "isobject": "^3.0.1",
  3501. "mixin-deep": "^1.2.0",
  3502. "pascalcase": "^0.1.1"
  3503. },
  3504. "dependencies": {
  3505. "define-property": {
  3506. "version": "1.0.0",
  3507. "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
  3508. "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
  3509. "requires": {
  3510. "is-descriptor": "^1.0.0"
  3511. }
  3512. },
  3513. "is-accessor-descriptor": {
  3514. "version": "1.0.0",
  3515. "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
  3516. "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
  3517. "requires": {
  3518. "kind-of": "^6.0.0"
  3519. }
  3520. },
  3521. "is-data-descriptor": {
  3522. "version": "1.0.0",
  3523. "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
  3524. "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
  3525. "requires": {
  3526. "kind-of": "^6.0.0"
  3527. }
  3528. },
  3529. "is-descriptor": {
  3530. "version": "1.0.2",
  3531. "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
  3532. "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
  3533. "requires": {
  3534. "is-accessor-descriptor": "^1.0.0",
  3535. "is-data-descriptor": "^1.0.0",
  3536. "kind-of": "^6.0.2"
  3537. }
  3538. }
  3539. }
  3540. },
  3541. "base64-js": {
  3542. "version": "1.5.1",
  3543. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  3544. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="
  3545. },
  3546. "batch": {
  3547. "version": "0.6.1",
  3548. "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
  3549. "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY="
  3550. },
  3551. "bcrypt-pbkdf": {
  3552. "version": "1.0.2",
  3553. "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
  3554. "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
  3555. "requires": {
  3556. "tweetnacl": "^0.14.3"
  3557. }
  3558. },
  3559. "bfj": {
  3560. "version": "7.0.2",
  3561. "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz",
  3562. "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==",
  3563. "requires": {
  3564. "bluebird": "^3.5.5",
  3565. "check-types": "^11.1.1",
  3566. "hoopy": "^0.1.4",
  3567. "tryer": "^1.0.1"
  3568. }
  3569. },
  3570. "big.js": {
  3571. "version": "5.2.2",
  3572. "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
  3573. "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ=="
  3574. },
  3575. "binary-extensions": {
  3576. "version": "2.1.0",
  3577. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz",
  3578. "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==",
  3579. "optional": true
  3580. },
  3581. "block-stream": {
  3582. "version": "0.0.9",
  3583. "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
  3584. "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
  3585. "requires": {
  3586. "inherits": "~2.0.0"
  3587. }
  3588. },
  3589. "bluebird": {
  3590. "version": "3.7.2",
  3591. "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
  3592. "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
  3593. },
  3594. "bn.js": {
  3595. "version": "5.1.3",
  3596. "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.3.tgz",
  3597. "integrity": "sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ=="
  3598. },
  3599. "body-parser": {
  3600. "version": "1.19.0",
  3601. "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
  3602. "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
  3603. "requires": {
  3604. "bytes": "3.1.0",
  3605. "content-type": "~1.0.4",
  3606. "debug": "2.6.9",
  3607. "depd": "~1.1.2",
  3608. "http-errors": "1.7.2",
  3609. "iconv-lite": "0.4.24",
  3610. "on-finished": "~2.3.0",
  3611. "qs": "6.7.0",
  3612. "raw-body": "2.4.0",
  3613. "type-is": "~1.6.17"
  3614. },
  3615. "dependencies": {
  3616. "bytes": {
  3617. "version": "3.1.0",
  3618. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
  3619. "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="
  3620. },
  3621. "debug": {
  3622. "version": "2.6.9",
  3623. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  3624. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  3625. "requires": {
  3626. "ms": "2.0.0"
  3627. }
  3628. },
  3629. "ms": {
  3630. "version": "2.0.0",
  3631. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  3632. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  3633. },
  3634. "qs": {
  3635. "version": "6.7.0",
  3636. "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
  3637. "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ=="
  3638. }
  3639. }
  3640. },
  3641. "bonjour": {
  3642. "version": "3.5.0",
  3643. "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz",
  3644. "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=",
  3645. "requires": {
  3646. "array-flatten": "^2.1.0",
  3647. "deep-equal": "^1.0.1",
  3648. "dns-equal": "^1.0.0",
  3649. "dns-txt": "^2.0.2",
  3650. "multicast-dns": "^6.0.1",
  3651. "multicast-dns-service-types": "^1.1.0"
  3652. }
  3653. },
  3654. "boolbase": {
  3655. "version": "1.0.0",
  3656. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  3657. "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24="
  3658. },
  3659. "brace-expansion": {
  3660. "version": "1.1.11",
  3661. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  3662. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  3663. "requires": {
  3664. "balanced-match": "^1.0.0",
  3665. "concat-map": "0.0.1"
  3666. }
  3667. },
  3668. "braces": {
  3669. "version": "3.0.2",
  3670. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  3671. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  3672. "requires": {
  3673. "fill-range": "^7.0.1"
  3674. }
  3675. },
  3676. "brorand": {
  3677. "version": "1.1.0",
  3678. "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
  3679. "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8="
  3680. },
  3681. "browser-process-hrtime": {
  3682. "version": "1.0.0",
  3683. "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
  3684. "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
  3685. },
  3686. "browserify-aes": {
  3687. "version": "1.2.0",
  3688. "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",
  3689. "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==",
  3690. "requires": {
  3691. "buffer-xor": "^1.0.3",
  3692. "cipher-base": "^1.0.0",
  3693. "create-hash": "^1.1.0",
  3694. "evp_bytestokey": "^1.0.3",
  3695. "inherits": "^2.0.1",
  3696. "safe-buffer": "^5.0.1"
  3697. }
  3698. },
  3699. "browserify-cipher": {
  3700. "version": "1.0.1",
  3701. "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
  3702. "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==",
  3703. "requires": {
  3704. "browserify-aes": "^1.0.4",
  3705. "browserify-des": "^1.0.0",
  3706. "evp_bytestokey": "^1.0.0"
  3707. }
  3708. },
  3709. "browserify-des": {
  3710. "version": "1.0.2",
  3711. "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz",
  3712. "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==",
  3713. "requires": {
  3714. "cipher-base": "^1.0.1",
  3715. "des.js": "^1.0.0",
  3716. "inherits": "^2.0.1",
  3717. "safe-buffer": "^5.1.2"
  3718. }
  3719. },
  3720. "browserify-rsa": {
  3721. "version": "4.1.0",
  3722. "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz",
  3723. "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==",
  3724. "requires": {
  3725. "bn.js": "^5.0.0",
  3726. "randombytes": "^2.0.1"
  3727. }
  3728. },
  3729. "browserify-sign": {
  3730. "version": "4.2.1",
  3731. "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz",
  3732. "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==",
  3733. "requires": {
  3734. "bn.js": "^5.1.1",
  3735. "browserify-rsa": "^4.0.1",
  3736. "create-hash": "^1.2.0",
  3737. "create-hmac": "^1.1.7",
  3738. "elliptic": "^6.5.3",
  3739. "inherits": "^2.0.4",
  3740. "parse-asn1": "^5.1.5",
  3741. "readable-stream": "^3.6.0",
  3742. "safe-buffer": "^5.2.0"
  3743. },
  3744. "dependencies": {
  3745. "safe-buffer": {
  3746. "version": "5.2.1",
  3747. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  3748. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
  3749. }
  3750. }
  3751. },
  3752. "browserify-zlib": {
  3753. "version": "0.2.0",
  3754. "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz",
  3755. "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==",
  3756. "requires": {
  3757. "pako": "~1.0.5"
  3758. }
  3759. },
  3760. "browserslist": {
  3761. "version": "4.16.0",
  3762. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.0.tgz",
  3763. "integrity": "sha512-/j6k8R0p3nxOC6kx5JGAxsnhc9ixaWJfYc+TNTzxg6+ARaESAvQGV7h0uNOB4t+pLQJZWzcrMxXOxjgsCj3dqQ==",
  3764. "requires": {
  3765. "caniuse-lite": "^1.0.30001165",
  3766. "colorette": "^1.2.1",
  3767. "electron-to-chromium": "^1.3.621",
  3768. "escalade": "^3.1.1",
  3769. "node-releases": "^1.1.67"
  3770. }
  3771. },
  3772. "bser": {
  3773. "version": "2.1.1",
  3774. "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
  3775. "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
  3776. "requires": {
  3777. "node-int64": "^0.4.0"
  3778. }
  3779. },
  3780. "buffer": {
  3781. "version": "4.9.2",
  3782. "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz",
  3783. "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
  3784. "requires": {
  3785. "base64-js": "^1.0.2",
  3786. "ieee754": "^1.1.4",
  3787. "isarray": "^1.0.0"
  3788. }
  3789. },
  3790. "buffer-from": {
  3791. "version": "1.1.1",
  3792. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
  3793. "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A=="
  3794. },
  3795. "buffer-indexof": {
  3796. "version": "1.1.1",
  3797. "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz",
  3798. "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g=="
  3799. },
  3800. "buffer-xor": {
  3801. "version": "1.0.3",
  3802. "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
  3803. "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk="
  3804. },
  3805. "builtin-modules": {
  3806. "version": "3.2.0",
  3807. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.2.0.tgz",
  3808. "integrity": "sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA=="
  3809. },
  3810. "builtin-status-codes": {
  3811. "version": "3.0.0",
  3812. "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
  3813. "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug="
  3814. },
  3815. "bytes": {
  3816. "version": "3.0.0",
  3817. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
  3818. "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
  3819. },
  3820. "cacache": {
  3821. "version": "15.0.5",
  3822. "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.5.tgz",
  3823. "integrity": "sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==",
  3824. "requires": {
  3825. "@npmcli/move-file": "^1.0.1",
  3826. "chownr": "^2.0.0",
  3827. "fs-minipass": "^2.0.0",
  3828. "glob": "^7.1.4",
  3829. "infer-owner": "^1.0.4",
  3830. "lru-cache": "^6.0.0",
  3831. "minipass": "^3.1.1",
  3832. "minipass-collect": "^1.0.2",
  3833. "minipass-flush": "^1.0.5",
  3834. "minipass-pipeline": "^1.2.2",
  3835. "mkdirp": "^1.0.3",
  3836. "p-map": "^4.0.0",
  3837. "promise-inflight": "^1.0.1",
  3838. "rimraf": "^3.0.2",
  3839. "ssri": "^8.0.0",
  3840. "tar": "^6.0.2",
  3841. "unique-filename": "^1.1.1"
  3842. },
  3843. "dependencies": {
  3844. "mkdirp": {
  3845. "version": "1.0.4",
  3846. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  3847. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
  3848. }
  3849. }
  3850. },
  3851. "cache-base": {
  3852. "version": "1.0.1",
  3853. "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
  3854. "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
  3855. "requires": {
  3856. "collection-visit": "^1.0.0",
  3857. "component-emitter": "^1.2.1",
  3858. "get-value": "^2.0.6",
  3859. "has-value": "^1.0.0",
  3860. "isobject": "^3.0.1",
  3861. "set-value": "^2.0.0",
  3862. "to-object-path": "^0.3.0",
  3863. "union-value": "^1.0.0",
  3864. "unset-value": "^1.0.0"
  3865. }
  3866. },
  3867. "call-bind": {
  3868. "version": "1.0.0",
  3869. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.0.tgz",
  3870. "integrity": "sha512-AEXsYIyyDY3MCzbwdhzG3Jx1R0J2wetQyUynn6dYHAO+bg8l1k7jwZtRv4ryryFs7EP+NDlikJlVe59jr0cM2w==",
  3871. "requires": {
  3872. "function-bind": "^1.1.1",
  3873. "get-intrinsic": "^1.0.0"
  3874. }
  3875. },
  3876. "caller-callsite": {
  3877. "version": "2.0.0",
  3878. "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz",
  3879. "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=",
  3880. "requires": {
  3881. "callsites": "^2.0.0"
  3882. },
  3883. "dependencies": {
  3884. "callsites": {
  3885. "version": "2.0.0",
  3886. "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
  3887. "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA="
  3888. }
  3889. }
  3890. },
  3891. "caller-path": {
  3892. "version": "2.0.0",
  3893. "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
  3894. "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=",
  3895. "requires": {
  3896. "caller-callsite": "^2.0.0"
  3897. }
  3898. },
  3899. "callsites": {
  3900. "version": "3.1.0",
  3901. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  3902. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
  3903. },
  3904. "camel-case": {
  3905. "version": "4.1.2",
  3906. "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
  3907. "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
  3908. "requires": {
  3909. "pascal-case": "^3.1.2",
  3910. "tslib": "^2.0.3"
  3911. },
  3912. "dependencies": {
  3913. "tslib": {
  3914. "version": "2.0.3",
  3915. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
  3916. "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
  3917. }
  3918. }
  3919. },
  3920. "camelcase": {
  3921. "version": "6.2.0",
  3922. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz",
  3923. "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg=="
  3924. },
  3925. "camelcase-keys": {
  3926. "version": "2.1.0",
  3927. "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
  3928. "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
  3929. "requires": {
  3930. "camelcase": "^2.0.0",
  3931. "map-obj": "^1.0.0"
  3932. },
  3933. "dependencies": {
  3934. "camelcase": {
  3935. "version": "2.1.1",
  3936. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
  3937. "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8="
  3938. }
  3939. }
  3940. },
  3941. "caniuse-api": {
  3942. "version": "3.0.0",
  3943. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  3944. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  3945. "requires": {
  3946. "browserslist": "^4.0.0",
  3947. "caniuse-lite": "^1.0.0",
  3948. "lodash.memoize": "^4.1.2",
  3949. "lodash.uniq": "^4.5.0"
  3950. }
  3951. },
  3952. "caniuse-lite": {
  3953. "version": "1.0.30001170",
  3954. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001170.tgz",
  3955. "integrity": "sha512-Dd4d/+0tsK0UNLrZs3CvNukqalnVTRrxb5mcQm8rHL49t7V5ZaTygwXkrq+FB+dVDf++4ri8eJnFEJAB8332PA=="
  3956. },
  3957. "capture-exit": {
  3958. "version": "2.0.0",
  3959. "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz",
  3960. "integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==",
  3961. "requires": {
  3962. "rsvp": "^4.8.4"
  3963. }
  3964. },
  3965. "case-sensitive-paths-webpack-plugin": {
  3966. "version": "2.3.0",
  3967. "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz",
  3968. "integrity": "sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ=="
  3969. },
  3970. "caseless": {
  3971. "version": "0.12.0",
  3972. "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
  3973. "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
  3974. },
  3975. "chalk": {
  3976. "version": "2.4.2",
  3977. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  3978. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  3979. "requires": {
  3980. "ansi-styles": "^3.2.1",
  3981. "escape-string-regexp": "^1.0.5",
  3982. "supports-color": "^5.3.0"
  3983. }
  3984. },
  3985. "char-regex": {
  3986. "version": "1.0.2",
  3987. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  3988. "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw=="
  3989. },
  3990. "check-types": {
  3991. "version": "11.1.2",
  3992. "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz",
  3993. "integrity": "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ=="
  3994. },
  3995. "chokidar": {
  3996. "version": "3.4.3",
  3997. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.3.tgz",
  3998. "integrity": "sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==",
  3999. "optional": true,
  4000. "requires": {
  4001. "anymatch": "~3.1.1",
  4002. "braces": "~3.0.2",
  4003. "fsevents": "~2.1.2",
  4004. "glob-parent": "~5.1.0",
  4005. "is-binary-path": "~2.1.0",
  4006. "is-glob": "~4.0.1",
  4007. "normalize-path": "~3.0.0",
  4008. "readdirp": "~3.5.0"
  4009. },
  4010. "dependencies": {
  4011. "fsevents": {
  4012. "version": "2.1.3",
  4013. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
  4014. "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
  4015. "optional": true
  4016. }
  4017. }
  4018. },
  4019. "chownr": {
  4020. "version": "2.0.0",
  4021. "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
  4022. "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ=="
  4023. },
  4024. "chrome-trace-event": {
  4025. "version": "1.0.2",
  4026. "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz",
  4027. "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==",
  4028. "requires": {
  4029. "tslib": "^1.9.0"
  4030. }
  4031. },
  4032. "ci-info": {
  4033. "version": "2.0.0",
  4034. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
  4035. "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ=="
  4036. },
  4037. "cipher-base": {
  4038. "version": "1.0.4",
  4039. "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
  4040. "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
  4041. "requires": {
  4042. "inherits": "^2.0.1",
  4043. "safe-buffer": "^5.0.1"
  4044. }
  4045. },
  4046. "cjs-module-lexer": {
  4047. "version": "0.6.0",
  4048. "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz",
  4049. "integrity": "sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw=="
  4050. },
  4051. "class-utils": {
  4052. "version": "0.3.6",
  4053. "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
  4054. "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
  4055. "requires": {
  4056. "arr-union": "^3.1.0",
  4057. "define-property": "^0.2.5",
  4058. "isobject": "^3.0.0",
  4059. "static-extend": "^0.1.1"
  4060. },
  4061. "dependencies": {
  4062. "define-property": {
  4063. "version": "0.2.5",
  4064. "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
  4065. "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
  4066. "requires": {
  4067. "is-descriptor": "^0.1.0"
  4068. }
  4069. }
  4070. }
  4071. },
  4072. "classnames": {
  4073. "version": "2.2.6",
  4074. "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz",
  4075. "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q=="
  4076. },
  4077. "clean-css": {
  4078. "version": "4.2.3",
  4079. "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz",
  4080. "integrity": "sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==",
  4081. "requires": {
  4082. "source-map": "~0.6.0"
  4083. },
  4084. "dependencies": {
  4085. "source-map": {
  4086. "version": "0.6.1",
  4087. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  4088. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  4089. }
  4090. }
  4091. },
  4092. "clean-stack": {
  4093. "version": "2.2.0",
  4094. "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
  4095. "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A=="
  4096. },
  4097. "cliui": {
  4098. "version": "6.0.0",
  4099. "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
  4100. "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
  4101. "requires": {
  4102. "string-width": "^4.2.0",
  4103. "strip-ansi": "^6.0.0",
  4104. "wrap-ansi": "^6.2.0"
  4105. }
  4106. },
  4107. "clone-deep": {
  4108. "version": "4.0.1",
  4109. "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
  4110. "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
  4111. "requires": {
  4112. "is-plain-object": "^2.0.4",
  4113. "kind-of": "^6.0.2",
  4114. "shallow-clone": "^3.0.0"
  4115. }
  4116. },
  4117. "co": {
  4118. "version": "4.6.0",
  4119. "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  4120. "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ="
  4121. },
  4122. "coa": {
  4123. "version": "2.0.2",
  4124. "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
  4125. "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
  4126. "requires": {
  4127. "@types/q": "^1.5.1",
  4128. "chalk": "^2.4.1",
  4129. "q": "^1.1.2"
  4130. }
  4131. },
  4132. "code-point-at": {
  4133. "version": "1.1.0",
  4134. "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
  4135. "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
  4136. },
  4137. "collect-v8-coverage": {
  4138. "version": "1.0.1",
  4139. "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
  4140. "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="
  4141. },
  4142. "collection-visit": {
  4143. "version": "1.0.0",
  4144. "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
  4145. "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
  4146. "requires": {
  4147. "map-visit": "^1.0.0",
  4148. "object-visit": "^1.0.0"
  4149. }
  4150. },
  4151. "color": {
  4152. "version": "3.1.3",
  4153. "resolved": "https://registry.npmjs.org/color/-/color-3.1.3.tgz",
  4154. "integrity": "sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==",
  4155. "requires": {
  4156. "color-convert": "^1.9.1",
  4157. "color-string": "^1.5.4"
  4158. }
  4159. },
  4160. "color-convert": {
  4161. "version": "1.9.3",
  4162. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  4163. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  4164. "requires": {
  4165. "color-name": "1.1.3"
  4166. }
  4167. },
  4168. "color-name": {
  4169. "version": "1.1.3",
  4170. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  4171. "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
  4172. },
  4173. "color-string": {
  4174. "version": "1.5.4",
  4175. "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz",
  4176. "integrity": "sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw==",
  4177. "requires": {
  4178. "color-name": "^1.0.0",
  4179. "simple-swizzle": "^0.2.2"
  4180. }
  4181. },
  4182. "colorette": {
  4183. "version": "1.2.1",
  4184. "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.1.tgz",
  4185. "integrity": "sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw=="
  4186. },
  4187. "combined-stream": {
  4188. "version": "1.0.8",
  4189. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  4190. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  4191. "requires": {
  4192. "delayed-stream": "~1.0.0"
  4193. }
  4194. },
  4195. "commander": {
  4196. "version": "4.1.1",
  4197. "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  4198. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA=="
  4199. },
  4200. "common-tags": {
  4201. "version": "1.8.0",
  4202. "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz",
  4203. "integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw=="
  4204. },
  4205. "commondir": {
  4206. "version": "1.0.1",
  4207. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  4208. "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
  4209. },
  4210. "component-emitter": {
  4211. "version": "1.3.0",
  4212. "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
  4213. "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg=="
  4214. },
  4215. "compose-function": {
  4216. "version": "3.0.3",
  4217. "resolved": "https://registry.npmjs.org/compose-function/-/compose-function-3.0.3.tgz",
  4218. "integrity": "sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8=",
  4219. "requires": {
  4220. "arity-n": "^1.0.4"
  4221. }
  4222. },
  4223. "compressible": {
  4224. "version": "2.0.18",
  4225. "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
  4226. "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
  4227. "requires": {
  4228. "mime-db": ">= 1.43.0 < 2"
  4229. }
  4230. },
  4231. "compression": {
  4232. "version": "1.7.4",
  4233. "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
  4234. "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
  4235. "requires": {
  4236. "accepts": "~1.3.5",
  4237. "bytes": "3.0.0",
  4238. "compressible": "~2.0.16",
  4239. "debug": "2.6.9",
  4240. "on-headers": "~1.0.2",
  4241. "safe-buffer": "5.1.2",
  4242. "vary": "~1.1.2"
  4243. },
  4244. "dependencies": {
  4245. "debug": {
  4246. "version": "2.6.9",
  4247. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  4248. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  4249. "requires": {
  4250. "ms": "2.0.0"
  4251. }
  4252. },
  4253. "ms": {
  4254. "version": "2.0.0",
  4255. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  4256. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  4257. }
  4258. }
  4259. },
  4260. "concat-map": {
  4261. "version": "0.0.1",
  4262. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  4263. "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
  4264. },
  4265. "concat-stream": {
  4266. "version": "1.6.2",
  4267. "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
  4268. "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
  4269. "requires": {
  4270. "buffer-from": "^1.0.0",
  4271. "inherits": "^2.0.3",
  4272. "readable-stream": "^2.2.2",
  4273. "typedarray": "^0.0.6"
  4274. },
  4275. "dependencies": {
  4276. "readable-stream": {
  4277. "version": "2.3.7",
  4278. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  4279. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  4280. "requires": {
  4281. "core-util-is": "~1.0.0",
  4282. "inherits": "~2.0.3",
  4283. "isarray": "~1.0.0",
  4284. "process-nextick-args": "~2.0.0",
  4285. "safe-buffer": "~5.1.1",
  4286. "string_decoder": "~1.1.1",
  4287. "util-deprecate": "~1.0.1"
  4288. }
  4289. },
  4290. "string_decoder": {
  4291. "version": "1.1.1",
  4292. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  4293. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  4294. "requires": {
  4295. "safe-buffer": "~5.1.0"
  4296. }
  4297. }
  4298. }
  4299. },
  4300. "confusing-browser-globals": {
  4301. "version": "1.0.10",
  4302. "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz",
  4303. "integrity": "sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA=="
  4304. },
  4305. "connect-history-api-fallback": {
  4306. "version": "1.6.0",
  4307. "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
  4308. "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg=="
  4309. },
  4310. "console-browserify": {
  4311. "version": "1.2.0",
  4312. "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz",
  4313. "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA=="
  4314. },
  4315. "console-control-strings": {
  4316. "version": "1.1.0",
  4317. "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
  4318. "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
  4319. },
  4320. "constants-browserify": {
  4321. "version": "1.0.0",
  4322. "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
  4323. "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U="
  4324. },
  4325. "contains-path": {
  4326. "version": "0.1.0",
  4327. "resolved": "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz",
  4328. "integrity": "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo="
  4329. },
  4330. "content-disposition": {
  4331. "version": "0.5.3",
  4332. "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
  4333. "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
  4334. "requires": {
  4335. "safe-buffer": "5.1.2"
  4336. }
  4337. },
  4338. "content-type": {
  4339. "version": "1.0.4",
  4340. "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
  4341. "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
  4342. },
  4343. "convert-source-map": {
  4344. "version": "1.7.0",
  4345. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
  4346. "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
  4347. "requires": {
  4348. "safe-buffer": "~5.1.1"
  4349. }
  4350. },
  4351. "cookie": {
  4352. "version": "0.4.0",
  4353. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
  4354. "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg=="
  4355. },
  4356. "cookie-signature": {
  4357. "version": "1.0.6",
  4358. "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
  4359. "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
  4360. },
  4361. "copy-concurrently": {
  4362. "version": "1.0.5",
  4363. "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz",
  4364. "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==",
  4365. "requires": {
  4366. "aproba": "^1.1.1",
  4367. "fs-write-stream-atomic": "^1.0.8",
  4368. "iferr": "^0.1.5",
  4369. "mkdirp": "^0.5.1",
  4370. "rimraf": "^2.5.4",
  4371. "run-queue": "^1.0.0"
  4372. },
  4373. "dependencies": {
  4374. "rimraf": {
  4375. "version": "2.7.1",
  4376. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
  4377. "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
  4378. "requires": {
  4379. "glob": "^7.1.3"
  4380. }
  4381. }
  4382. }
  4383. },
  4384. "copy-descriptor": {
  4385. "version": "0.1.1",
  4386. "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
  4387. "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
  4388. },
  4389. "core-js": {
  4390. "version": "3.8.1",
  4391. "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.1.tgz",
  4392. "integrity": "sha512-9Id2xHY1W7m8hCl8NkhQn5CufmF/WuR30BTRewvCXc1aZd3kMECwNZ69ndLbekKfakw9Rf2Xyc+QR6E7Gg+obg=="
  4393. },
  4394. "core-js-compat": {
  4395. "version": "3.8.1",
  4396. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.8.1.tgz",
  4397. "integrity": "sha512-a16TLmy9NVD1rkjUGbwuyWkiDoN0FDpAwrfLONvHFQx0D9k7J9y0srwMT8QP/Z6HE3MIFaVynEeYwZwPX1o5RQ==",
  4398. "requires": {
  4399. "browserslist": "^4.15.0",
  4400. "semver": "7.0.0"
  4401. },
  4402. "dependencies": {
  4403. "semver": {
  4404. "version": "7.0.0",
  4405. "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
  4406. "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A=="
  4407. }
  4408. }
  4409. },
  4410. "core-js-pure": {
  4411. "version": "3.8.1",
  4412. "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.8.1.tgz",
  4413. "integrity": "sha512-Se+LaxqXlVXGvmexKGPvnUIYC1jwXu1H6Pkyb3uBM5d8/NELMYCHs/4/roD7721NxrTLyv7e5nXd5/QLBO+10g=="
  4414. },
  4415. "core-util-is": {
  4416. "version": "1.0.2",
  4417. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
  4418. "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
  4419. },
  4420. "cosmiconfig": {
  4421. "version": "7.0.0",
  4422. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz",
  4423. "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==",
  4424. "requires": {
  4425. "@types/parse-json": "^4.0.0",
  4426. "import-fresh": "^3.2.1",
  4427. "parse-json": "^5.0.0",
  4428. "path-type": "^4.0.0",
  4429. "yaml": "^1.10.0"
  4430. }
  4431. },
  4432. "create-ecdh": {
  4433. "version": "4.0.4",
  4434. "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz",
  4435. "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==",
  4436. "requires": {
  4437. "bn.js": "^4.1.0",
  4438. "elliptic": "^6.5.3"
  4439. },
  4440. "dependencies": {
  4441. "bn.js": {
  4442. "version": "4.11.9",
  4443. "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz",
  4444. "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw=="
  4445. }
  4446. }
  4447. },
  4448. "create-hash": {
  4449. "version": "1.2.0",
  4450. "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
  4451. "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
  4452. "requires": {
  4453. "cipher-base": "^1.0.1",
  4454. "inherits": "^2.0.1",
  4455. "md5.js": "^1.3.4",
  4456. "ripemd160": "^2.0.1",
  4457. "sha.js": "^2.4.0"
  4458. }
  4459. },
  4460. "create-hmac": {
  4461. "version": "1.1.7",
  4462. "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz",
  4463. "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==",
  4464. "requires": {
  4465. "cipher-base": "^1.0.3",
  4466. "create-hash": "^1.1.0",
  4467. "inherits": "^2.0.1",
  4468. "ripemd160": "^2.0.0",
  4469. "safe-buffer": "^5.0.1",
  4470. "sha.js": "^2.4.8"
  4471. }
  4472. },
  4473. "cross-spawn": {
  4474. "version": "6.0.5",
  4475. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
  4476. "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
  4477. "requires": {
  4478. "nice-try": "^1.0.4",
  4479. "path-key": "^2.0.1",
  4480. "semver": "^5.5.0",
  4481. "shebang-command": "^1.2.0",
  4482. "which": "^1.2.9"
  4483. },
  4484. "dependencies": {
  4485. "semver": {
  4486. "version": "5.7.1",
  4487. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
  4488. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
  4489. }
  4490. }
  4491. },
  4492. "crypto-browserify": {
  4493. "version": "3.12.0",
  4494. "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
  4495. "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==",
  4496. "requires": {
  4497. "browserify-cipher": "^1.0.0",
  4498. "browserify-sign": "^4.0.0",
  4499. "create-ecdh": "^4.0.0",
  4500. "create-hash": "^1.1.0",
  4501. "create-hmac": "^1.1.0",
  4502. "diffie-hellman": "^5.0.0",
  4503. "inherits": "^2.0.1",
  4504. "pbkdf2": "^3.0.3",
  4505. "public-encrypt": "^4.0.0",
  4506. "randombytes": "^2.0.0",
  4507. "randomfill": "^1.0.3"
  4508. }
  4509. },
  4510. "crypto-random-string": {
  4511. "version": "1.0.0",
  4512. "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz",
  4513. "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4="
  4514. },
  4515. "css": {
  4516. "version": "2.2.4",
  4517. "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz",
  4518. "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==",
  4519. "requires": {
  4520. "inherits": "^2.0.3",
  4521. "source-map": "^0.6.1",
  4522. "source-map-resolve": "^0.5.2",
  4523. "urix": "^0.1.0"
  4524. },
  4525. "dependencies": {
  4526. "source-map": {
  4527. "version": "0.6.1",
  4528. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  4529. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  4530. }
  4531. }
  4532. },
  4533. "css-blank-pseudo": {
  4534. "version": "0.1.4",
  4535. "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz",
  4536. "integrity": "sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w==",
  4537. "requires": {
  4538. "postcss": "^7.0.5"
  4539. }
  4540. },
  4541. "css-color-names": {
  4542. "version": "0.0.4",
  4543. "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz",
  4544. "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA="
  4545. },
  4546. "css-declaration-sorter": {
  4547. "version": "4.0.1",
  4548. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz",
  4549. "integrity": "sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==",
  4550. "requires": {
  4551. "postcss": "^7.0.1",
  4552. "timsort": "^0.3.0"
  4553. }
  4554. },
  4555. "css-has-pseudo": {
  4556. "version": "0.10.0",
  4557. "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz",
  4558. "integrity": "sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ==",
  4559. "requires": {
  4560. "postcss": "^7.0.6",
  4561. "postcss-selector-parser": "^5.0.0-rc.4"
  4562. },
  4563. "dependencies": {
  4564. "cssesc": {
  4565. "version": "2.0.0",
  4566. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz",
  4567. "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg=="
  4568. },
  4569. "postcss-selector-parser": {
  4570. "version": "5.0.0",
  4571. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz",
  4572. "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==",
  4573. "requires": {
  4574. "cssesc": "^2.0.0",
  4575. "indexes-of": "^1.0.1",
  4576. "uniq": "^1.0.1"
  4577. }
  4578. }
  4579. }
  4580. },
  4581. "css-loader": {
  4582. "version": "4.3.0",
  4583. "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-4.3.0.tgz",
  4584. "integrity": "sha512-rdezjCjScIrsL8BSYszgT4s476IcNKt6yX69t0pHjJVnPUTDpn4WfIpDQTN3wCJvUvfsz/mFjuGOekf3PY3NUg==",
  4585. "requires": {
  4586. "camelcase": "^6.0.0",
  4587. "cssesc": "^3.0.0",
  4588. "icss-utils": "^4.1.1",
  4589. "loader-utils": "^2.0.0",
  4590. "postcss": "^7.0.32",
  4591. "postcss-modules-extract-imports": "^2.0.0",
  4592. "postcss-modules-local-by-default": "^3.0.3",
  4593. "postcss-modules-scope": "^2.2.0",
  4594. "postcss-modules-values": "^3.0.0",
  4595. "postcss-value-parser": "^4.1.0",
  4596. "schema-utils": "^2.7.1",
  4597. "semver": "^7.3.2"
  4598. }
  4599. },
  4600. "css-prefers-color-scheme": {
  4601. "version": "3.1.1",
  4602. "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz",
  4603. "integrity": "sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg==",
  4604. "requires": {
  4605. "postcss": "^7.0.5"
  4606. }
  4607. },
  4608. "css-select": {
  4609. "version": "2.1.0",
  4610. "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
  4611. "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
  4612. "requires": {
  4613. "boolbase": "^1.0.0",
  4614. "css-what": "^3.2.1",
  4615. "domutils": "^1.7.0",
  4616. "nth-check": "^1.0.2"
  4617. }
  4618. },
  4619. "css-select-base-adapter": {
  4620. "version": "0.1.1",
  4621. "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
  4622. "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
  4623. },
  4624. "css-tree": {
  4625. "version": "1.0.0-alpha.37",
  4626. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
  4627. "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
  4628. "requires": {
  4629. "mdn-data": "2.0.4",
  4630. "source-map": "^0.6.1"
  4631. },
  4632. "dependencies": {
  4633. "source-map": {
  4634. "version": "0.6.1",
  4635. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  4636. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  4637. }
  4638. }
  4639. },
  4640. "css-what": {
  4641. "version": "3.4.2",
  4642. "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
  4643. "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ=="
  4644. },
  4645. "css.escape": {
  4646. "version": "1.5.1",
  4647. "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
  4648. "integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s="
  4649. },
  4650. "cssdb": {
  4651. "version": "4.4.0",
  4652. "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-4.4.0.tgz",
  4653. "integrity": "sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ=="
  4654. },
  4655. "cssesc": {
  4656. "version": "3.0.0",
  4657. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  4658. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="
  4659. },
  4660. "cssnano": {
  4661. "version": "4.1.10",
  4662. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-4.1.10.tgz",
  4663. "integrity": "sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ==",
  4664. "requires": {
  4665. "cosmiconfig": "^5.0.0",
  4666. "cssnano-preset-default": "^4.0.7",
  4667. "is-resolvable": "^1.0.0",
  4668. "postcss": "^7.0.0"
  4669. },
  4670. "dependencies": {
  4671. "cosmiconfig": {
  4672. "version": "5.2.1",
  4673. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
  4674. "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
  4675. "requires": {
  4676. "import-fresh": "^2.0.0",
  4677. "is-directory": "^0.3.1",
  4678. "js-yaml": "^3.13.1",
  4679. "parse-json": "^4.0.0"
  4680. }
  4681. },
  4682. "import-fresh": {
  4683. "version": "2.0.0",
  4684. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
  4685. "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=",
  4686. "requires": {
  4687. "caller-path": "^2.0.0",
  4688. "resolve-from": "^3.0.0"
  4689. }
  4690. },
  4691. "parse-json": {
  4692. "version": "4.0.0",
  4693. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  4694. "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
  4695. "requires": {
  4696. "error-ex": "^1.3.1",
  4697. "json-parse-better-errors": "^1.0.1"
  4698. }
  4699. },
  4700. "resolve-from": {
  4701. "version": "3.0.0",
  4702. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
  4703. "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g="
  4704. }
  4705. }
  4706. },
  4707. "cssnano-preset-default": {
  4708. "version": "4.0.7",
  4709. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz",
  4710. "integrity": "sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA==",
  4711. "requires": {
  4712. "css-declaration-sorter": "^4.0.1",
  4713. "cssnano-util-raw-cache": "^4.0.1",
  4714. "postcss": "^7.0.0",
  4715. "postcss-calc": "^7.0.1",
  4716. "postcss-colormin": "^4.0.3",
  4717. "postcss-convert-values": "^4.0.1",
  4718. "postcss-discard-comments": "^4.0.2",
  4719. "postcss-discard-duplicates": "^4.0.2",
  4720. "postcss-discard-empty": "^4.0.1",
  4721. "postcss-discard-overridden": "^4.0.1",
  4722. "postcss-merge-longhand": "^4.0.11",
  4723. "postcss-merge-rules": "^4.0.3",
  4724. "postcss-minify-font-values": "^4.0.2",
  4725. "postcss-minify-gradients": "^4.0.2",
  4726. "postcss-minify-params": "^4.0.2",
  4727. "postcss-minify-selectors": "^4.0.2",
  4728. "postcss-normalize-charset": "^4.0.1",
  4729. "postcss-normalize-display-values": "^4.0.2",
  4730. "postcss-normalize-positions": "^4.0.2",
  4731. "postcss-normalize-repeat-style": "^4.0.2",
  4732. "postcss-normalize-string": "^4.0.2",
  4733. "postcss-normalize-timing-functions": "^4.0.2",
  4734. "postcss-normalize-unicode": "^4.0.1",
  4735. "postcss-normalize-url": "^4.0.1",
  4736. "postcss-normalize-whitespace": "^4.0.2",
  4737. "postcss-ordered-values": "^4.1.2",
  4738. "postcss-reduce-initial": "^4.0.3",
  4739. "postcss-reduce-transforms": "^4.0.2",
  4740. "postcss-svgo": "^4.0.2",
  4741. "postcss-unique-selectors": "^4.0.1"
  4742. }
  4743. },
  4744. "cssnano-util-get-arguments": {
  4745. "version": "4.0.0",
  4746. "resolved": "https://registry.npmjs.org/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz",
  4747. "integrity": "sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8="
  4748. },
  4749. "cssnano-util-get-match": {
  4750. "version": "4.0.0",
  4751. "resolved": "https://registry.npmjs.org/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz",
  4752. "integrity": "sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0="
  4753. },
  4754. "cssnano-util-raw-cache": {
  4755. "version": "4.0.1",
  4756. "resolved": "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz",
  4757. "integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==",
  4758. "requires": {
  4759. "postcss": "^7.0.0"
  4760. }
  4761. },
  4762. "cssnano-util-same-parent": {
  4763. "version": "4.0.1",
  4764. "resolved": "https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz",
  4765. "integrity": "sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q=="
  4766. },
  4767. "csso": {
  4768. "version": "4.2.0",
  4769. "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
  4770. "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
  4771. "requires": {
  4772. "css-tree": "^1.1.2"
  4773. },
  4774. "dependencies": {
  4775. "css-tree": {
  4776. "version": "1.1.2",
  4777. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.2.tgz",
  4778. "integrity": "sha512-wCoWush5Aeo48GLhfHPbmvZs59Z+M7k5+B1xDnXbdWNcEF423DoFdqSWE0PM5aNk5nI5cp1q7ms36zGApY/sKQ==",
  4779. "requires": {
  4780. "mdn-data": "2.0.14",
  4781. "source-map": "^0.6.1"
  4782. }
  4783. },
  4784. "mdn-data": {
  4785. "version": "2.0.14",
  4786. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
  4787. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
  4788. },
  4789. "source-map": {
  4790. "version": "0.6.1",
  4791. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  4792. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  4793. }
  4794. }
  4795. },
  4796. "cssom": {
  4797. "version": "0.4.4",
  4798. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
  4799. "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
  4800. },
  4801. "cssstyle": {
  4802. "version": "2.3.0",
  4803. "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
  4804. "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
  4805. "requires": {
  4806. "cssom": "~0.3.6"
  4807. },
  4808. "dependencies": {
  4809. "cssom": {
  4810. "version": "0.3.8",
  4811. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
  4812. "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
  4813. }
  4814. }
  4815. },
  4816. "csstype": {
  4817. "version": "3.0.5",
  4818. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.5.tgz",
  4819. "integrity": "sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ=="
  4820. },
  4821. "currently-unhandled": {
  4822. "version": "0.4.1",
  4823. "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
  4824. "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
  4825. "requires": {
  4826. "array-find-index": "^1.0.1"
  4827. }
  4828. },
  4829. "cyclist": {
  4830. "version": "1.0.1",
  4831. "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz",
  4832. "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk="
  4833. },
  4834. "d": {
  4835. "version": "1.0.1",
  4836. "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",
  4837. "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==",
  4838. "requires": {
  4839. "es5-ext": "^0.10.50",
  4840. "type": "^1.0.1"
  4841. }
  4842. },
  4843. "damerau-levenshtein": {
  4844. "version": "1.0.6",
  4845. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz",
  4846. "integrity": "sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug=="
  4847. },
  4848. "dashdash": {
  4849. "version": "1.14.1",
  4850. "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
  4851. "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
  4852. "requires": {
  4853. "assert-plus": "^1.0.0"
  4854. }
  4855. },
  4856. "data-urls": {
  4857. "version": "2.0.0",
  4858. "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
  4859. "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
  4860. "requires": {
  4861. "abab": "^2.0.3",
  4862. "whatwg-mimetype": "^2.3.0",
  4863. "whatwg-url": "^8.0.0"
  4864. }
  4865. },
  4866. "debug": {
  4867. "version": "4.3.1",
  4868. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
  4869. "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
  4870. "requires": {
  4871. "ms": "2.1.2"
  4872. }
  4873. },
  4874. "decamelize": {
  4875. "version": "1.2.0",
  4876. "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
  4877. "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA="
  4878. },
  4879. "decimal.js": {
  4880. "version": "10.2.1",
  4881. "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.1.tgz",
  4882. "integrity": "sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw=="
  4883. },
  4884. "decode-uri-component": {
  4885. "version": "0.2.0",
  4886. "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
  4887. "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU="
  4888. },
  4889. "dedent": {
  4890. "version": "0.7.0",
  4891. "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
  4892. "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw="
  4893. },
  4894. "deep-equal": {
  4895. "version": "1.1.1",
  4896. "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz",
  4897. "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==",
  4898. "requires": {
  4899. "is-arguments": "^1.0.4",
  4900. "is-date-object": "^1.0.1",
  4901. "is-regex": "^1.0.4",
  4902. "object-is": "^1.0.1",
  4903. "object-keys": "^1.1.1",
  4904. "regexp.prototype.flags": "^1.2.0"
  4905. }
  4906. },
  4907. "deep-is": {
  4908. "version": "0.1.3",
  4909. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
  4910. "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ="
  4911. },
  4912. "deepmerge": {
  4913. "version": "4.2.2",
  4914. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
  4915. "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg=="
  4916. },
  4917. "default-gateway": {
  4918. "version": "4.2.0",
  4919. "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz",
  4920. "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==",
  4921. "requires": {
  4922. "execa": "^1.0.0",
  4923. "ip-regex": "^2.1.0"
  4924. }
  4925. },
  4926. "define-properties": {
  4927. "version": "1.1.3",
  4928. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
  4929. "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
  4930. "requires": {
  4931. "object-keys": "^1.0.12"
  4932. }
  4933. },
  4934. "define-property": {
  4935. "version": "2.0.2",
  4936. "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
  4937. "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
  4938. "requires": {
  4939. "is-descriptor": "^1.0.2",
  4940. "isobject": "^3.0.1"
  4941. },
  4942. "dependencies": {
  4943. "is-accessor-descriptor": {
  4944. "version": "1.0.0",
  4945. "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
  4946. "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
  4947. "requires": {
  4948. "kind-of": "^6.0.0"
  4949. }
  4950. },
  4951. "is-data-descriptor": {
  4952. "version": "1.0.0",
  4953. "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
  4954. "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
  4955. "requires": {
  4956. "kind-of": "^6.0.0"
  4957. }
  4958. },
  4959. "is-descriptor": {
  4960. "version": "1.0.2",
  4961. "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
  4962. "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
  4963. "requires": {
  4964. "is-accessor-descriptor": "^1.0.0",
  4965. "is-data-descriptor": "^1.0.0",
  4966. "kind-of": "^6.0.2"
  4967. }
  4968. }
  4969. }
  4970. },
  4971. "del": {
  4972. "version": "4.1.1",
  4973. "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz",
  4974. "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==",
  4975. "requires": {
  4976. "@types/glob": "^7.1.1",
  4977. "globby": "^6.1.0",
  4978. "is-path-cwd": "^2.0.0",
  4979. "is-path-in-cwd": "^2.0.0",
  4980. "p-map": "^2.0.0",
  4981. "pify": "^4.0.1",
  4982. "rimraf": "^2.6.3"
  4983. },
  4984. "dependencies": {
  4985. "array-union": {
  4986. "version": "1.0.2",
  4987. "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
  4988. "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
  4989. "requires": {
  4990. "array-uniq": "^1.0.1"
  4991. }
  4992. },
  4993. "globby": {
  4994. "version": "6.1.0",
  4995. "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
  4996. "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=",
  4997. "requires": {
  4998. "array-union": "^1.0.1",
  4999. "glob": "^7.0.3",
  5000. "object-assign": "^4.0.1",
  5001. "pify": "^2.0.0",
  5002. "pinkie-promise": "^2.0.0"
  5003. },
  5004. "dependencies": {
  5005. "pify": {
  5006. "version": "2.3.0",
  5007. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  5008. "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
  5009. }
  5010. }
  5011. },
  5012. "p-map": {
  5013. "version": "2.1.0",
  5014. "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz",
  5015. "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw=="
  5016. },
  5017. "rimraf": {
  5018. "version": "2.7.1",
  5019. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
  5020. "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
  5021. "requires": {
  5022. "glob": "^7.1.3"
  5023. }
  5024. }
  5025. }
  5026. },
  5027. "delayed-stream": {
  5028. "version": "1.0.0",
  5029. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  5030. "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
  5031. },
  5032. "delegates": {
  5033. "version": "1.0.0",
  5034. "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
  5035. "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o="
  5036. },
  5037. "depd": {
  5038. "version": "1.1.2",
  5039. "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
  5040. "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak="
  5041. },
  5042. "des.js": {
  5043. "version": "1.0.1",
  5044. "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz",
  5045. "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==",
  5046. "requires": {
  5047. "inherits": "^2.0.1",
  5048. "minimalistic-assert": "^1.0.0"
  5049. }
  5050. },
  5051. "destroy": {
  5052. "version": "1.0.4",
  5053. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
  5054. "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
  5055. },
  5056. "detect-newline": {
  5057. "version": "3.1.0",
  5058. "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
  5059. "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA=="
  5060. },
  5061. "detect-node": {
  5062. "version": "2.0.4",
  5063. "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz",
  5064. "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw=="
  5065. },
  5066. "detect-port-alt": {
  5067. "version": "1.1.6",
  5068. "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
  5069. "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
  5070. "requires": {
  5071. "address": "^1.0.1",
  5072. "debug": "^2.6.0"
  5073. },
  5074. "dependencies": {
  5075. "debug": {
  5076. "version": "2.6.9",
  5077. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5078. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5079. "requires": {
  5080. "ms": "2.0.0"
  5081. }
  5082. },
  5083. "ms": {
  5084. "version": "2.0.0",
  5085. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5086. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  5087. }
  5088. }
  5089. },
  5090. "diff-sequences": {
  5091. "version": "26.6.2",
  5092. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz",
  5093. "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q=="
  5094. },
  5095. "diffie-hellman": {
  5096. "version": "5.0.3",
  5097. "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
  5098. "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==",
  5099. "requires": {
  5100. "bn.js": "^4.1.0",
  5101. "miller-rabin": "^4.0.0",
  5102. "randombytes": "^2.0.0"
  5103. },
  5104. "dependencies": {
  5105. "bn.js": {
  5106. "version": "4.11.9",
  5107. "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz",
  5108. "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw=="
  5109. }
  5110. }
  5111. },
  5112. "dir-glob": {
  5113. "version": "3.0.1",
  5114. "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  5115. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  5116. "requires": {
  5117. "path-type": "^4.0.0"
  5118. }
  5119. },
  5120. "dns-equal": {
  5121. "version": "1.0.0",
  5122. "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
  5123. "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0="
  5124. },
  5125. "dns-packet": {
  5126. "version": "1.3.1",
  5127. "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz",
  5128. "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==",
  5129. "requires": {
  5130. "ip": "^1.1.0",
  5131. "safe-buffer": "^5.0.1"
  5132. }
  5133. },
  5134. "dns-txt": {
  5135. "version": "2.0.2",
  5136. "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz",
  5137. "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=",
  5138. "requires": {
  5139. "buffer-indexof": "^1.0.0"
  5140. }
  5141. },
  5142. "doctrine": {
  5143. "version": "3.0.0",
  5144. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  5145. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  5146. "requires": {
  5147. "esutils": "^2.0.2"
  5148. }
  5149. },
  5150. "dom-accessibility-api": {
  5151. "version": "0.5.4",
  5152. "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.4.tgz",
  5153. "integrity": "sha512-TvrjBckDy2c6v6RLxPv5QXOnU+SmF9nBII5621Ve5fu6Z/BDrENurBEvlC1f44lKEUVqOpK4w9E5Idc5/EgkLQ=="
  5154. },
  5155. "dom-converter": {
  5156. "version": "0.2.0",
  5157. "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
  5158. "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
  5159. "requires": {
  5160. "utila": "~0.4"
  5161. }
  5162. },
  5163. "dom-serializer": {
  5164. "version": "0.2.2",
  5165. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
  5166. "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
  5167. "requires": {
  5168. "domelementtype": "^2.0.1",
  5169. "entities": "^2.0.0"
  5170. },
  5171. "dependencies": {
  5172. "domelementtype": {
  5173. "version": "2.1.0",
  5174. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.1.0.tgz",
  5175. "integrity": "sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w=="
  5176. }
  5177. }
  5178. },
  5179. "domain-browser": {
  5180. "version": "1.2.0",
  5181. "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz",
  5182. "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA=="
  5183. },
  5184. "domelementtype": {
  5185. "version": "1.3.1",
  5186. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
  5187. "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
  5188. },
  5189. "domexception": {
  5190. "version": "2.0.1",
  5191. "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
  5192. "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
  5193. "requires": {
  5194. "webidl-conversions": "^5.0.0"
  5195. },
  5196. "dependencies": {
  5197. "webidl-conversions": {
  5198. "version": "5.0.0",
  5199. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
  5200. "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA=="
  5201. }
  5202. }
  5203. },
  5204. "domhandler": {
  5205. "version": "2.4.2",
  5206. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz",
  5207. "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==",
  5208. "requires": {
  5209. "domelementtype": "1"
  5210. }
  5211. },
  5212. "domutils": {
  5213. "version": "1.7.0",
  5214. "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
  5215. "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
  5216. "requires": {
  5217. "dom-serializer": "0",
  5218. "domelementtype": "1"
  5219. }
  5220. },
  5221. "dot-case": {
  5222. "version": "3.0.4",
  5223. "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
  5224. "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
  5225. "requires": {
  5226. "no-case": "^3.0.4",
  5227. "tslib": "^2.0.3"
  5228. },
  5229. "dependencies": {
  5230. "tslib": {
  5231. "version": "2.0.3",
  5232. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
  5233. "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
  5234. }
  5235. }
  5236. },
  5237. "dot-prop": {
  5238. "version": "5.3.0",
  5239. "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
  5240. "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==",
  5241. "requires": {
  5242. "is-obj": "^2.0.0"
  5243. }
  5244. },
  5245. "dotenv": {
  5246. "version": "8.2.0",
  5247. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz",
  5248. "integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw=="
  5249. },
  5250. "dotenv-expand": {
  5251. "version": "5.1.0",
  5252. "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
  5253. "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA=="
  5254. },
  5255. "duplexer": {
  5256. "version": "0.1.2",
  5257. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  5258. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
  5259. },
  5260. "duplexify": {
  5261. "version": "3.7.1",
  5262. "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz",
  5263. "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==",
  5264. "requires": {
  5265. "end-of-stream": "^1.0.0",
  5266. "inherits": "^2.0.1",
  5267. "readable-stream": "^2.0.0",
  5268. "stream-shift": "^1.0.0"
  5269. },
  5270. "dependencies": {
  5271. "readable-stream": {
  5272. "version": "2.3.7",
  5273. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  5274. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  5275. "requires": {
  5276. "core-util-is": "~1.0.0",
  5277. "inherits": "~2.0.3",
  5278. "isarray": "~1.0.0",
  5279. "process-nextick-args": "~2.0.0",
  5280. "safe-buffer": "~5.1.1",
  5281. "string_decoder": "~1.1.1",
  5282. "util-deprecate": "~1.0.1"
  5283. }
  5284. },
  5285. "string_decoder": {
  5286. "version": "1.1.1",
  5287. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  5288. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  5289. "requires": {
  5290. "safe-buffer": "~5.1.0"
  5291. }
  5292. }
  5293. }
  5294. },
  5295. "ecc-jsbn": {
  5296. "version": "0.1.2",
  5297. "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
  5298. "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
  5299. "requires": {
  5300. "jsbn": "~0.1.0",
  5301. "safer-buffer": "^2.1.0"
  5302. }
  5303. },
  5304. "ee-first": {
  5305. "version": "1.1.1",
  5306. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  5307. "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
  5308. },
  5309. "ejs": {
  5310. "version": "2.7.4",
  5311. "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz",
  5312. "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA=="
  5313. },
  5314. "electron-to-chromium": {
  5315. "version": "1.3.633",
  5316. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.633.tgz",
  5317. "integrity": "sha512-bsVCsONiVX1abkWdH7KtpuDAhsQ3N3bjPYhROSAXE78roJKet0Y5wznA14JE9pzbwSZmSMAW6KiKYf1RvbTJkA=="
  5318. },
  5319. "elliptic": {
  5320. "version": "6.5.3",
  5321. "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz",
  5322. "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==",
  5323. "requires": {
  5324. "bn.js": "^4.4.0",
  5325. "brorand": "^1.0.1",
  5326. "hash.js": "^1.0.0",
  5327. "hmac-drbg": "^1.0.0",
  5328. "inherits": "^2.0.1",
  5329. "minimalistic-assert": "^1.0.0",
  5330. "minimalistic-crypto-utils": "^1.0.0"
  5331. },
  5332. "dependencies": {
  5333. "bn.js": {
  5334. "version": "4.11.9",
  5335. "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz",
  5336. "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw=="
  5337. }
  5338. }
  5339. },
  5340. "emittery": {
  5341. "version": "0.7.2",
  5342. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.7.2.tgz",
  5343. "integrity": "sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ=="
  5344. },
  5345. "emoji-regex": {
  5346. "version": "8.0.0",
  5347. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  5348. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  5349. },
  5350. "emojis-list": {
  5351. "version": "3.0.0",
  5352. "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
  5353. "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q=="
  5354. },
  5355. "encodeurl": {
  5356. "version": "1.0.2",
  5357. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  5358. "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k="
  5359. },
  5360. "end-of-stream": {
  5361. "version": "1.4.4",
  5362. "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
  5363. "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  5364. "requires": {
  5365. "once": "^1.4.0"
  5366. }
  5367. },
  5368. "enhanced-resolve": {
  5369. "version": "4.3.0",
  5370. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz",
  5371. "integrity": "sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ==",
  5372. "requires": {
  5373. "graceful-fs": "^4.1.2",
  5374. "memory-fs": "^0.5.0",
  5375. "tapable": "^1.0.0"
  5376. },
  5377. "dependencies": {
  5378. "memory-fs": {
  5379. "version": "0.5.0",
  5380. "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz",
  5381. "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==",
  5382. "requires": {
  5383. "errno": "^0.1.3",
  5384. "readable-stream": "^2.0.1"
  5385. }
  5386. },
  5387. "readable-stream": {
  5388. "version": "2.3.7",
  5389. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  5390. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  5391. "requires": {
  5392. "core-util-is": "~1.0.0",
  5393. "inherits": "~2.0.3",
  5394. "isarray": "~1.0.0",
  5395. "process-nextick-args": "~2.0.0",
  5396. "safe-buffer": "~5.1.1",
  5397. "string_decoder": "~1.1.1",
  5398. "util-deprecate": "~1.0.1"
  5399. }
  5400. },
  5401. "string_decoder": {
  5402. "version": "1.1.1",
  5403. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  5404. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  5405. "requires": {
  5406. "safe-buffer": "~5.1.0"
  5407. }
  5408. }
  5409. }
  5410. },
  5411. "enquirer": {
  5412. "version": "2.3.6",
  5413. "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz",
  5414. "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==",
  5415. "requires": {
  5416. "ansi-colors": "^4.1.1"
  5417. }
  5418. },
  5419. "entities": {
  5420. "version": "2.1.0",
  5421. "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz",
  5422. "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w=="
  5423. },
  5424. "errno": {
  5425. "version": "0.1.8",
  5426. "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz",
  5427. "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
  5428. "requires": {
  5429. "prr": "~1.0.1"
  5430. }
  5431. },
  5432. "error-ex": {
  5433. "version": "1.3.2",
  5434. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  5435. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  5436. "requires": {
  5437. "is-arrayish": "^0.2.1"
  5438. }
  5439. },
  5440. "error-stack-parser": {
  5441. "version": "2.0.6",
  5442. "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.6.tgz",
  5443. "integrity": "sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==",
  5444. "requires": {
  5445. "stackframe": "^1.1.1"
  5446. }
  5447. },
  5448. "es-abstract": {
  5449. "version": "1.18.0-next.1",
  5450. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz",
  5451. "integrity": "sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==",
  5452. "requires": {
  5453. "es-to-primitive": "^1.2.1",
  5454. "function-bind": "^1.1.1",
  5455. "has": "^1.0.3",
  5456. "has-symbols": "^1.0.1",
  5457. "is-callable": "^1.2.2",
  5458. "is-negative-zero": "^2.0.0",
  5459. "is-regex": "^1.1.1",
  5460. "object-inspect": "^1.8.0",
  5461. "object-keys": "^1.1.1",
  5462. "object.assign": "^4.1.1",
  5463. "string.prototype.trimend": "^1.0.1",
  5464. "string.prototype.trimstart": "^1.0.1"
  5465. }
  5466. },
  5467. "es-to-primitive": {
  5468. "version": "1.2.1",
  5469. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  5470. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  5471. "requires": {
  5472. "is-callable": "^1.1.4",
  5473. "is-date-object": "^1.0.1",
  5474. "is-symbol": "^1.0.2"
  5475. }
  5476. },
  5477. "es5-ext": {
  5478. "version": "0.10.53",
  5479. "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz",
  5480. "integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==",
  5481. "requires": {
  5482. "es6-iterator": "~2.0.3",
  5483. "es6-symbol": "~3.1.3",
  5484. "next-tick": "~1.0.0"
  5485. }
  5486. },
  5487. "es6-iterator": {
  5488. "version": "2.0.3",
  5489. "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz",
  5490. "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=",
  5491. "requires": {
  5492. "d": "1",
  5493. "es5-ext": "^0.10.35",
  5494. "es6-symbol": "^3.1.1"
  5495. }
  5496. },
  5497. "es6-symbol": {
  5498. "version": "3.1.3",
  5499. "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz",
  5500. "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==",
  5501. "requires": {
  5502. "d": "^1.0.1",
  5503. "ext": "^1.1.2"
  5504. }
  5505. },
  5506. "escalade": {
  5507. "version": "3.1.1",
  5508. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  5509. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw=="
  5510. },
  5511. "escape-html": {
  5512. "version": "1.0.3",
  5513. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  5514. "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
  5515. },
  5516. "escape-string-regexp": {
  5517. "version": "1.0.5",
  5518. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  5519. "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
  5520. },
  5521. "escodegen": {
  5522. "version": "1.14.3",
  5523. "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz",
  5524. "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==",
  5525. "requires": {
  5526. "esprima": "^4.0.1",
  5527. "estraverse": "^4.2.0",
  5528. "esutils": "^2.0.2",
  5529. "optionator": "^0.8.1",
  5530. "source-map": "~0.6.1"
  5531. },
  5532. "dependencies": {
  5533. "levn": {
  5534. "version": "0.3.0",
  5535. "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
  5536. "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
  5537. "requires": {
  5538. "prelude-ls": "~1.1.2",
  5539. "type-check": "~0.3.2"
  5540. }
  5541. },
  5542. "optionator": {
  5543. "version": "0.8.3",
  5544. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
  5545. "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
  5546. "requires": {
  5547. "deep-is": "~0.1.3",
  5548. "fast-levenshtein": "~2.0.6",
  5549. "levn": "~0.3.0",
  5550. "prelude-ls": "~1.1.2",
  5551. "type-check": "~0.3.2",
  5552. "word-wrap": "~1.2.3"
  5553. }
  5554. },
  5555. "prelude-ls": {
  5556. "version": "1.1.2",
  5557. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
  5558. "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ="
  5559. },
  5560. "source-map": {
  5561. "version": "0.6.1",
  5562. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  5563. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  5564. "optional": true
  5565. },
  5566. "type-check": {
  5567. "version": "0.3.2",
  5568. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
  5569. "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
  5570. "requires": {
  5571. "prelude-ls": "~1.1.2"
  5572. }
  5573. }
  5574. }
  5575. },
  5576. "eslint": {
  5577. "version": "7.16.0",
  5578. "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.16.0.tgz",
  5579. "integrity": "sha512-iVWPS785RuDA4dWuhhgXTNrGxHHK3a8HLSMBgbbU59ruJDubUraXN8N5rn7kb8tG6sjg74eE0RA3YWT51eusEw==",
  5580. "requires": {
  5581. "@babel/code-frame": "^7.0.0",
  5582. "@eslint/eslintrc": "^0.2.2",
  5583. "ajv": "^6.10.0",
  5584. "chalk": "^4.0.0",
  5585. "cross-spawn": "^7.0.2",
  5586. "debug": "^4.0.1",
  5587. "doctrine": "^3.0.0",
  5588. "enquirer": "^2.3.5",
  5589. "eslint-scope": "^5.1.1",
  5590. "eslint-utils": "^2.1.0",
  5591. "eslint-visitor-keys": "^2.0.0",
  5592. "espree": "^7.3.1",
  5593. "esquery": "^1.2.0",
  5594. "esutils": "^2.0.2",
  5595. "file-entry-cache": "^6.0.0",
  5596. "functional-red-black-tree": "^1.0.1",
  5597. "glob-parent": "^5.0.0",
  5598. "globals": "^12.1.0",
  5599. "ignore": "^4.0.6",
  5600. "import-fresh": "^3.0.0",
  5601. "imurmurhash": "^0.1.4",
  5602. "is-glob": "^4.0.0",
  5603. "js-yaml": "^3.13.1",
  5604. "json-stable-stringify-without-jsonify": "^1.0.1",
  5605. "levn": "^0.4.1",
  5606. "lodash": "^4.17.19",
  5607. "minimatch": "^3.0.4",
  5608. "natural-compare": "^1.4.0",
  5609. "optionator": "^0.9.1",
  5610. "progress": "^2.0.0",
  5611. "regexpp": "^3.1.0",
  5612. "semver": "^7.2.1",
  5613. "strip-ansi": "^6.0.0",
  5614. "strip-json-comments": "^3.1.0",
  5615. "table": "^6.0.4",
  5616. "text-table": "^0.2.0",
  5617. "v8-compile-cache": "^2.0.3"
  5618. },
  5619. "dependencies": {
  5620. "ansi-styles": {
  5621. "version": "4.3.0",
  5622. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5623. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5624. "requires": {
  5625. "color-convert": "^2.0.1"
  5626. }
  5627. },
  5628. "chalk": {
  5629. "version": "4.1.0",
  5630. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  5631. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  5632. "requires": {
  5633. "ansi-styles": "^4.1.0",
  5634. "supports-color": "^7.1.0"
  5635. }
  5636. },
  5637. "color-convert": {
  5638. "version": "2.0.1",
  5639. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  5640. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  5641. "requires": {
  5642. "color-name": "~1.1.4"
  5643. }
  5644. },
  5645. "color-name": {
  5646. "version": "1.1.4",
  5647. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  5648. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  5649. },
  5650. "cross-spawn": {
  5651. "version": "7.0.3",
  5652. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  5653. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  5654. "requires": {
  5655. "path-key": "^3.1.0",
  5656. "shebang-command": "^2.0.0",
  5657. "which": "^2.0.1"
  5658. }
  5659. },
  5660. "globals": {
  5661. "version": "12.4.0",
  5662. "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz",
  5663. "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
  5664. "requires": {
  5665. "type-fest": "^0.8.1"
  5666. }
  5667. },
  5668. "has-flag": {
  5669. "version": "4.0.0",
  5670. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  5671. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  5672. },
  5673. "ignore": {
  5674. "version": "4.0.6",
  5675. "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
  5676. "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg=="
  5677. },
  5678. "path-key": {
  5679. "version": "3.1.1",
  5680. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  5681. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
  5682. },
  5683. "shebang-command": {
  5684. "version": "2.0.0",
  5685. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  5686. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  5687. "requires": {
  5688. "shebang-regex": "^3.0.0"
  5689. }
  5690. },
  5691. "shebang-regex": {
  5692. "version": "3.0.0",
  5693. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  5694. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
  5695. },
  5696. "supports-color": {
  5697. "version": "7.2.0",
  5698. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5699. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5700. "requires": {
  5701. "has-flag": "^4.0.0"
  5702. }
  5703. },
  5704. "which": {
  5705. "version": "2.0.2",
  5706. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  5707. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  5708. "requires": {
  5709. "isexe": "^2.0.0"
  5710. }
  5711. }
  5712. }
  5713. },
  5714. "eslint-config-react-app": {
  5715. "version": "6.0.0",
  5716. "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz",
  5717. "integrity": "sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==",
  5718. "requires": {
  5719. "confusing-browser-globals": "^1.0.10"
  5720. }
  5721. },
  5722. "eslint-import-resolver-node": {
  5723. "version": "0.3.4",
  5724. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz",
  5725. "integrity": "sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==",
  5726. "requires": {
  5727. "debug": "^2.6.9",
  5728. "resolve": "^1.13.1"
  5729. },
  5730. "dependencies": {
  5731. "debug": {
  5732. "version": "2.6.9",
  5733. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5734. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5735. "requires": {
  5736. "ms": "2.0.0"
  5737. }
  5738. },
  5739. "ms": {
  5740. "version": "2.0.0",
  5741. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5742. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  5743. }
  5744. }
  5745. },
  5746. "eslint-module-utils": {
  5747. "version": "2.6.0",
  5748. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz",
  5749. "integrity": "sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==",
  5750. "requires": {
  5751. "debug": "^2.6.9",
  5752. "pkg-dir": "^2.0.0"
  5753. },
  5754. "dependencies": {
  5755. "debug": {
  5756. "version": "2.6.9",
  5757. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5758. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5759. "requires": {
  5760. "ms": "2.0.0"
  5761. }
  5762. },
  5763. "find-up": {
  5764. "version": "2.1.0",
  5765. "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
  5766. "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
  5767. "requires": {
  5768. "locate-path": "^2.0.0"
  5769. }
  5770. },
  5771. "locate-path": {
  5772. "version": "2.0.0",
  5773. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
  5774. "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
  5775. "requires": {
  5776. "p-locate": "^2.0.0",
  5777. "path-exists": "^3.0.0"
  5778. }
  5779. },
  5780. "ms": {
  5781. "version": "2.0.0",
  5782. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5783. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  5784. },
  5785. "p-limit": {
  5786. "version": "1.3.0",
  5787. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
  5788. "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
  5789. "requires": {
  5790. "p-try": "^1.0.0"
  5791. }
  5792. },
  5793. "p-locate": {
  5794. "version": "2.0.0",
  5795. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
  5796. "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
  5797. "requires": {
  5798. "p-limit": "^1.1.0"
  5799. }
  5800. },
  5801. "p-try": {
  5802. "version": "1.0.0",
  5803. "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
  5804. "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M="
  5805. },
  5806. "path-exists": {
  5807. "version": "3.0.0",
  5808. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  5809. "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
  5810. },
  5811. "pkg-dir": {
  5812. "version": "2.0.0",
  5813. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz",
  5814. "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=",
  5815. "requires": {
  5816. "find-up": "^2.1.0"
  5817. }
  5818. }
  5819. }
  5820. },
  5821. "eslint-plugin-flowtype": {
  5822. "version": "5.2.0",
  5823. "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.2.0.tgz",
  5824. "integrity": "sha512-z7ULdTxuhlRJcEe1MVljePXricuPOrsWfScRXFhNzVD5dmTHWjIF57AxD0e7AbEoLSbjSsaA5S+hCg43WvpXJQ==",
  5825. "requires": {
  5826. "lodash": "^4.17.15",
  5827. "string-natural-compare": "^3.0.1"
  5828. }
  5829. },
  5830. "eslint-plugin-import": {
  5831. "version": "2.22.1",
  5832. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz",
  5833. "integrity": "sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==",
  5834. "requires": {
  5835. "array-includes": "^3.1.1",
  5836. "array.prototype.flat": "^1.2.3",
  5837. "contains-path": "^0.1.0",
  5838. "debug": "^2.6.9",
  5839. "doctrine": "1.5.0",
  5840. "eslint-import-resolver-node": "^0.3.4",
  5841. "eslint-module-utils": "^2.6.0",
  5842. "has": "^1.0.3",
  5843. "minimatch": "^3.0.4",
  5844. "object.values": "^1.1.1",
  5845. "read-pkg-up": "^2.0.0",
  5846. "resolve": "^1.17.0",
  5847. "tsconfig-paths": "^3.9.0"
  5848. },
  5849. "dependencies": {
  5850. "debug": {
  5851. "version": "2.6.9",
  5852. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5853. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5854. "requires": {
  5855. "ms": "2.0.0"
  5856. }
  5857. },
  5858. "doctrine": {
  5859. "version": "1.5.0",
  5860. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz",
  5861. "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=",
  5862. "requires": {
  5863. "esutils": "^2.0.2",
  5864. "isarray": "^1.0.0"
  5865. }
  5866. },
  5867. "ms": {
  5868. "version": "2.0.0",
  5869. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5870. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  5871. }
  5872. }
  5873. },
  5874. "eslint-plugin-jest": {
  5875. "version": "24.1.3",
  5876. "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.1.3.tgz",
  5877. "integrity": "sha512-dNGGjzuEzCE3d5EPZQ/QGtmlMotqnYWD/QpCZ1UuZlrMAdhG5rldh0N0haCvhGnUkSeuORS5VNROwF9Hrgn3Lg==",
  5878. "requires": {
  5879. "@typescript-eslint/experimental-utils": "^4.0.1"
  5880. }
  5881. },
  5882. "eslint-plugin-jsx-a11y": {
  5883. "version": "6.4.1",
  5884. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz",
  5885. "integrity": "sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==",
  5886. "requires": {
  5887. "@babel/runtime": "^7.11.2",
  5888. "aria-query": "^4.2.2",
  5889. "array-includes": "^3.1.1",
  5890. "ast-types-flow": "^0.0.7",
  5891. "axe-core": "^4.0.2",
  5892. "axobject-query": "^2.2.0",
  5893. "damerau-levenshtein": "^1.0.6",
  5894. "emoji-regex": "^9.0.0",
  5895. "has": "^1.0.3",
  5896. "jsx-ast-utils": "^3.1.0",
  5897. "language-tags": "^1.0.5"
  5898. },
  5899. "dependencies": {
  5900. "emoji-regex": {
  5901. "version": "9.2.0",
  5902. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.0.tgz",
  5903. "integrity": "sha512-DNc3KFPK18bPdElMJnf/Pkv5TXhxFU3YFDEuGLDRtPmV4rkmCjBkCSEp22u6rBHdSN9Vlp/GK7k98prmE1Jgug=="
  5904. }
  5905. }
  5906. },
  5907. "eslint-plugin-react": {
  5908. "version": "7.21.5",
  5909. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.21.5.tgz",
  5910. "integrity": "sha512-8MaEggC2et0wSF6bUeywF7qQ46ER81irOdWS4QWxnnlAEsnzeBevk1sWh7fhpCghPpXb+8Ks7hvaft6L/xsR6g==",
  5911. "requires": {
  5912. "array-includes": "^3.1.1",
  5913. "array.prototype.flatmap": "^1.2.3",
  5914. "doctrine": "^2.1.0",
  5915. "has": "^1.0.3",
  5916. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  5917. "object.entries": "^1.1.2",
  5918. "object.fromentries": "^2.0.2",
  5919. "object.values": "^1.1.1",
  5920. "prop-types": "^15.7.2",
  5921. "resolve": "^1.18.1",
  5922. "string.prototype.matchall": "^4.0.2"
  5923. },
  5924. "dependencies": {
  5925. "doctrine": {
  5926. "version": "2.1.0",
  5927. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  5928. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  5929. "requires": {
  5930. "esutils": "^2.0.2"
  5931. }
  5932. }
  5933. }
  5934. },
  5935. "eslint-plugin-react-hooks": {
  5936. "version": "4.2.0",
  5937. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz",
  5938. "integrity": "sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ=="
  5939. },
  5940. "eslint-plugin-testing-library": {
  5941. "version": "3.10.1",
  5942. "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.10.1.tgz",
  5943. "integrity": "sha512-nQIFe2muIFv2oR2zIuXE4vTbcFNx8hZKRzgHZqJg8rfopIWwoTwtlbCCNELT/jXzVe1uZF68ALGYoDXjLczKiQ==",
  5944. "requires": {
  5945. "@typescript-eslint/experimental-utils": "^3.10.1"
  5946. },
  5947. "dependencies": {
  5948. "@typescript-eslint/experimental-utils": {
  5949. "version": "3.10.1",
  5950. "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz",
  5951. "integrity": "sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==",
  5952. "requires": {
  5953. "@types/json-schema": "^7.0.3",
  5954. "@typescript-eslint/types": "3.10.1",
  5955. "@typescript-eslint/typescript-estree": "3.10.1",
  5956. "eslint-scope": "^5.0.0",
  5957. "eslint-utils": "^2.0.0"
  5958. }
  5959. },
  5960. "@typescript-eslint/types": {
  5961. "version": "3.10.1",
  5962. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-3.10.1.tgz",
  5963. "integrity": "sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ=="
  5964. },
  5965. "@typescript-eslint/typescript-estree": {
  5966. "version": "3.10.1",
  5967. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz",
  5968. "integrity": "sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==",
  5969. "requires": {
  5970. "@typescript-eslint/types": "3.10.1",
  5971. "@typescript-eslint/visitor-keys": "3.10.1",
  5972. "debug": "^4.1.1",
  5973. "glob": "^7.1.6",
  5974. "is-glob": "^4.0.1",
  5975. "lodash": "^4.17.15",
  5976. "semver": "^7.3.2",
  5977. "tsutils": "^3.17.1"
  5978. }
  5979. },
  5980. "@typescript-eslint/visitor-keys": {
  5981. "version": "3.10.1",
  5982. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz",
  5983. "integrity": "sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==",
  5984. "requires": {
  5985. "eslint-visitor-keys": "^1.1.0"
  5986. }
  5987. },
  5988. "eslint-visitor-keys": {
  5989. "version": "1.3.0",
  5990. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
  5991. "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ=="
  5992. }
  5993. }
  5994. },
  5995. "eslint-scope": {
  5996. "version": "5.1.1",
  5997. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  5998. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  5999. "requires": {
  6000. "esrecurse": "^4.3.0",
  6001. "estraverse": "^4.1.1"
  6002. }
  6003. },
  6004. "eslint-utils": {
  6005. "version": "2.1.0",
  6006. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
  6007. "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
  6008. "requires": {
  6009. "eslint-visitor-keys": "^1.1.0"
  6010. },
  6011. "dependencies": {
  6012. "eslint-visitor-keys": {
  6013. "version": "1.3.0",
  6014. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
  6015. "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ=="
  6016. }
  6017. }
  6018. },
  6019. "eslint-visitor-keys": {
  6020. "version": "2.0.0",
  6021. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz",
  6022. "integrity": "sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ=="
  6023. },
  6024. "eslint-webpack-plugin": {
  6025. "version": "2.4.1",
  6026. "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.4.1.tgz",
  6027. "integrity": "sha512-cj8iPWZKuAiVD8MMgTSunyMCAvxQxp5mxoPHZl1UMGkApFXaXJHdCFcCR+oZEJbBNhReNa5SjESIn34uqUbBtg==",
  6028. "requires": {
  6029. "@types/eslint": "^7.2.4",
  6030. "arrify": "^2.0.1",
  6031. "jest-worker": "^26.6.2",
  6032. "micromatch": "^4.0.2",
  6033. "schema-utils": "^3.0.0"
  6034. },
  6035. "dependencies": {
  6036. "schema-utils": {
  6037. "version": "3.0.0",
  6038. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz",
  6039. "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
  6040. "requires": {
  6041. "@types/json-schema": "^7.0.6",
  6042. "ajv": "^6.12.5",
  6043. "ajv-keywords": "^3.5.2"
  6044. }
  6045. }
  6046. }
  6047. },
  6048. "espree": {
  6049. "version": "7.3.1",
  6050. "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz",
  6051. "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==",
  6052. "requires": {
  6053. "acorn": "^7.4.0",
  6054. "acorn-jsx": "^5.3.1",
  6055. "eslint-visitor-keys": "^1.3.0"
  6056. },
  6057. "dependencies": {
  6058. "eslint-visitor-keys": {
  6059. "version": "1.3.0",
  6060. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
  6061. "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ=="
  6062. }
  6063. }
  6064. },
  6065. "esprima": {
  6066. "version": "4.0.1",
  6067. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  6068. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
  6069. },
  6070. "esquery": {
  6071. "version": "1.3.1",
  6072. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.3.1.tgz",
  6073. "integrity": "sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==",
  6074. "requires": {
  6075. "estraverse": "^5.1.0"
  6076. },
  6077. "dependencies": {
  6078. "estraverse": {
  6079. "version": "5.2.0",
  6080. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
  6081. "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ=="
  6082. }
  6083. }
  6084. },
  6085. "esrecurse": {
  6086. "version": "4.3.0",
  6087. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  6088. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  6089. "requires": {
  6090. "estraverse": "^5.2.0"
  6091. },
  6092. "dependencies": {
  6093. "estraverse": {
  6094. "version": "5.2.0",
  6095. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
  6096. "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ=="
  6097. }
  6098. }
  6099. },
  6100. "estraverse": {
  6101. "version": "4.3.0",
  6102. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  6103. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
  6104. },
  6105. "estree-walker": {
  6106. "version": "1.0.1",
  6107. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
  6108. "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
  6109. },
  6110. "esutils": {
  6111. "version": "2.0.3",
  6112. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  6113. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
  6114. },
  6115. "etag": {
  6116. "version": "1.8.1",
  6117. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  6118. "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc="
  6119. },
  6120. "eventemitter3": {
  6121. "version": "4.0.7",
  6122. "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
  6123. "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
  6124. },
  6125. "events": {
  6126. "version": "3.2.0",
  6127. "resolved": "https://registry.npmjs.org/events/-/events-3.2.0.tgz",
  6128. "integrity": "sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg=="
  6129. },
  6130. "eventsource": {
  6131. "version": "1.0.7",
  6132. "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz",
  6133. "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==",
  6134. "requires": {
  6135. "original": "^1.0.0"
  6136. }
  6137. },
  6138. "evp_bytestokey": {
  6139. "version": "1.0.3",
  6140. "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
  6141. "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
  6142. "requires": {
  6143. "md5.js": "^1.3.4",
  6144. "safe-buffer": "^5.1.1"
  6145. }
  6146. },
  6147. "exec-sh": {
  6148. "version": "0.3.4",
  6149. "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.4.tgz",
  6150. "integrity": "sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A=="
  6151. },
  6152. "execa": {
  6153. "version": "1.0.0",
  6154. "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
  6155. "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
  6156. "requires": {
  6157. "cross-spawn": "^6.0.0",
  6158. "get-stream": "^4.0.0",
  6159. "is-stream": "^1.1.0",
  6160. "npm-run-path": "^2.0.0",
  6161. "p-finally": "^1.0.0",
  6162. "signal-exit": "^3.0.0",
  6163. "strip-eof": "^1.0.0"
  6164. }
  6165. },
  6166. "exit": {
  6167. "version": "0.1.2",
  6168. "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
  6169. "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw="
  6170. },
  6171. "expand-brackets": {
  6172. "version": "2.1.4",
  6173. "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
  6174. "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
  6175. "requires": {
  6176. "debug": "^2.3.3",
  6177. "define-property": "^0.2.5",
  6178. "extend-shallow": "^2.0.1",
  6179. "posix-character-classes": "^0.1.0",
  6180. "regex-not": "^1.0.0",
  6181. "snapdragon": "^0.8.1",
  6182. "to-regex": "^3.0.1"
  6183. },
  6184. "dependencies": {
  6185. "debug": {
  6186. "version": "2.6.9",
  6187. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  6188. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  6189. "requires": {
  6190. "ms": "2.0.0"
  6191. }
  6192. },
  6193. "define-property": {
  6194. "version": "0.2.5",
  6195. "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
  6196. "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
  6197. "requires": {
  6198. "is-descriptor": "^0.1.0"
  6199. }
  6200. },
  6201. "extend-shallow": {
  6202. "version": "2.0.1",
  6203. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  6204. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  6205. "requires": {
  6206. "is-extendable": "^0.1.0"
  6207. }
  6208. },
  6209. "ms": {
  6210. "version": "2.0.0",
  6211. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  6212. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  6213. }
  6214. }
  6215. },
  6216. "expect": {
  6217. "version": "26.6.2",
  6218. "resolved": "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz",
  6219. "integrity": "sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==",
  6220. "requires": {
  6221. "@jest/types": "^26.6.2",
  6222. "ansi-styles": "^4.0.0",
  6223. "jest-get-type": "^26.3.0",
  6224. "jest-matcher-utils": "^26.6.2",
  6225. "jest-message-util": "^26.6.2",
  6226. "jest-regex-util": "^26.0.0"
  6227. },
  6228. "dependencies": {
  6229. "ansi-styles": {
  6230. "version": "4.3.0",
  6231. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  6232. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  6233. "requires": {
  6234. "color-convert": "^2.0.1"
  6235. }
  6236. },
  6237. "color-convert": {
  6238. "version": "2.0.1",
  6239. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  6240. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  6241. "requires": {
  6242. "color-name": "~1.1.4"
  6243. }
  6244. },
  6245. "color-name": {
  6246. "version": "1.1.4",
  6247. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  6248. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  6249. }
  6250. }
  6251. },
  6252. "express": {
  6253. "version": "4.17.1",
  6254. "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
  6255. "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
  6256. "requires": {
  6257. "accepts": "~1.3.7",
  6258. "array-flatten": "1.1.1",
  6259. "body-parser": "1.19.0",
  6260. "content-disposition": "0.5.3",
  6261. "content-type": "~1.0.4",
  6262. "cookie": "0.4.0",
  6263. "cookie-signature": "1.0.6",
  6264. "debug": "2.6.9",
  6265. "depd": "~1.1.2",
  6266. "encodeurl": "~1.0.2",
  6267. "escape-html": "~1.0.3",
  6268. "etag": "~1.8.1",
  6269. "finalhandler": "~1.1.2",
  6270. "fresh": "0.5.2",
  6271. "merge-descriptors": "1.0.1",
  6272. "methods": "~1.1.2",
  6273. "on-finished": "~2.3.0",
  6274. "parseurl": "~1.3.3",
  6275. "path-to-regexp": "0.1.7",
  6276. "proxy-addr": "~2.0.5",
  6277. "qs": "6.7.0",
  6278. "range-parser": "~1.2.1",
  6279. "safe-buffer": "5.1.2",
  6280. "send": "0.17.1",
  6281. "serve-static": "1.14.1",
  6282. "setprototypeof": "1.1.1",
  6283. "statuses": "~1.5.0",
  6284. "type-is": "~1.6.18",
  6285. "utils-merge": "1.0.1",
  6286. "vary": "~1.1.2"
  6287. },
  6288. "dependencies": {
  6289. "array-flatten": {
  6290. "version": "1.1.1",
  6291. "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
  6292. "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
  6293. },
  6294. "debug": {
  6295. "version": "2.6.9",
  6296. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  6297. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  6298. "requires": {
  6299. "ms": "2.0.0"
  6300. }
  6301. },
  6302. "ms": {
  6303. "version": "2.0.0",
  6304. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  6305. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  6306. },
  6307. "qs": {
  6308. "version": "6.7.0",
  6309. "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
  6310. "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ=="
  6311. }
  6312. }
  6313. },
  6314. "ext": {
  6315. "version": "1.4.0",
  6316. "resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz",
  6317. "integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==",
  6318. "requires": {
  6319. "type": "^2.0.0"
  6320. },
  6321. "dependencies": {
  6322. "type": {
  6323. "version": "2.1.0",
  6324. "resolved": "https://registry.npmjs.org/type/-/type-2.1.0.tgz",
  6325. "integrity": "sha512-G9absDWvhAWCV2gmF1zKud3OyC61nZDwWvBL2DApaVFogI07CprggiQAOOjvp2NRjYWFzPyu7vwtDrQFq8jeSA=="
  6326. }
  6327. }
  6328. },
  6329. "extend": {
  6330. "version": "3.0.2",
  6331. "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  6332. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
  6333. },
  6334. "extend-shallow": {
  6335. "version": "3.0.2",
  6336. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
  6337. "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
  6338. "requires": {
  6339. "assign-symbols": "^1.0.0",
  6340. "is-extendable": "^1.0.1"
  6341. },
  6342. "dependencies": {
  6343. "is-extendable": {
  6344. "version": "1.0.1",
  6345. "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
  6346. "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
  6347. "requires": {
  6348. "is-plain-object": "^2.0.4"
  6349. }
  6350. }
  6351. }
  6352. },
  6353. "extglob": {
  6354. "version": "2.0.4",
  6355. "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
  6356. "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
  6357. "requires": {
  6358. "array-unique": "^0.3.2",
  6359. "define-property": "^1.0.0",
  6360. "expand-brackets": "^2.1.4",
  6361. "extend-shallow": "^2.0.1",
  6362. "fragment-cache": "^0.2.1",
  6363. "regex-not": "^1.0.0",
  6364. "snapdragon": "^0.8.1",
  6365. "to-regex": "^3.0.1"
  6366. },
  6367. "dependencies": {
  6368. "define-property": {
  6369. "version": "1.0.0",
  6370. "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
  6371. "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
  6372. "requires": {
  6373. "is-descriptor": "^1.0.0"
  6374. }
  6375. },
  6376. "extend-shallow": {
  6377. "version": "2.0.1",
  6378. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  6379. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  6380. "requires": {
  6381. "is-extendable": "^0.1.0"
  6382. }
  6383. },
  6384. "is-accessor-descriptor": {
  6385. "version": "1.0.0",
  6386. "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
  6387. "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
  6388. "requires": {
  6389. "kind-of": "^6.0.0"
  6390. }
  6391. },
  6392. "is-data-descriptor": {
  6393. "version": "1.0.0",
  6394. "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
  6395. "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
  6396. "requires": {
  6397. "kind-of": "^6.0.0"
  6398. }
  6399. },
  6400. "is-descriptor": {
  6401. "version": "1.0.2",
  6402. "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
  6403. "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
  6404. "requires": {
  6405. "is-accessor-descriptor": "^1.0.0",
  6406. "is-data-descriptor": "^1.0.0",
  6407. "kind-of": "^6.0.2"
  6408. }
  6409. }
  6410. }
  6411. },
  6412. "extsprintf": {
  6413. "version": "1.3.0",
  6414. "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
  6415. "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
  6416. },
  6417. "fast-deep-equal": {
  6418. "version": "3.1.3",
  6419. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  6420. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  6421. },
  6422. "fast-glob": {
  6423. "version": "3.2.4",
  6424. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.4.tgz",
  6425. "integrity": "sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==",
  6426. "requires": {
  6427. "@nodelib/fs.stat": "^2.0.2",
  6428. "@nodelib/fs.walk": "^1.2.3",
  6429. "glob-parent": "^5.1.0",
  6430. "merge2": "^1.3.0",
  6431. "micromatch": "^4.0.2",
  6432. "picomatch": "^2.2.1"
  6433. }
  6434. },
  6435. "fast-json-stable-stringify": {
  6436. "version": "2.1.0",
  6437. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  6438. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
  6439. },
  6440. "fast-levenshtein": {
  6441. "version": "2.0.6",
  6442. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  6443. "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
  6444. },
  6445. "fastq": {
  6446. "version": "1.10.0",
  6447. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.10.0.tgz",
  6448. "integrity": "sha512-NL2Qc5L3iQEsyYzweq7qfgy5OtXCmGzGvhElGEd/SoFWEMOEczNh5s5ocaF01HDetxz+p8ecjNPA6cZxxIHmzA==",
  6449. "requires": {
  6450. "reusify": "^1.0.4"
  6451. }
  6452. },
  6453. "faye-websocket": {
  6454. "version": "0.10.0",
  6455. "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz",
  6456. "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=",
  6457. "requires": {
  6458. "websocket-driver": ">=0.5.1"
  6459. }
  6460. },
  6461. "fb-watchman": {
  6462. "version": "2.0.1",
  6463. "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
  6464. "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==",
  6465. "requires": {
  6466. "bser": "2.1.1"
  6467. }
  6468. },
  6469. "figgy-pudding": {
  6470. "version": "3.5.2",
  6471. "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz",
  6472. "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw=="
  6473. },
  6474. "file-entry-cache": {
  6475. "version": "6.0.0",
  6476. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.0.tgz",
  6477. "integrity": "sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==",
  6478. "requires": {
  6479. "flat-cache": "^3.0.4"
  6480. }
  6481. },
  6482. "file-loader": {
  6483. "version": "6.1.1",
  6484. "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.1.1.tgz",
  6485. "integrity": "sha512-Klt8C4BjWSXYQAfhpYYkG4qHNTna4toMHEbWrI5IuVoxbU6uiDKeKAP99R8mmbJi3lvewn/jQBOgU4+NS3tDQw==",
  6486. "requires": {
  6487. "loader-utils": "^2.0.0",
  6488. "schema-utils": "^3.0.0"
  6489. },
  6490. "dependencies": {
  6491. "schema-utils": {
  6492. "version": "3.0.0",
  6493. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz",
  6494. "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
  6495. "requires": {
  6496. "@types/json-schema": "^7.0.6",
  6497. "ajv": "^6.12.5",
  6498. "ajv-keywords": "^3.5.2"
  6499. }
  6500. }
  6501. }
  6502. },
  6503. "filesize": {
  6504. "version": "6.1.0",
  6505. "resolved": "https://registry.npmjs.org/filesize/-/filesize-6.1.0.tgz",
  6506. "integrity": "sha512-LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg=="
  6507. },
  6508. "fill-range": {
  6509. "version": "7.0.1",
  6510. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  6511. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  6512. "requires": {
  6513. "to-regex-range": "^5.0.1"
  6514. }
  6515. },
  6516. "finalhandler": {
  6517. "version": "1.1.2",
  6518. "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
  6519. "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
  6520. "requires": {
  6521. "debug": "2.6.9",
  6522. "encodeurl": "~1.0.2",
  6523. "escape-html": "~1.0.3",
  6524. "on-finished": "~2.3.0",
  6525. "parseurl": "~1.3.3",
  6526. "statuses": "~1.5.0",
  6527. "unpipe": "~1.0.0"
  6528. },
  6529. "dependencies": {
  6530. "debug": {
  6531. "version": "2.6.9",
  6532. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  6533. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  6534. "requires": {
  6535. "ms": "2.0.0"
  6536. }
  6537. },
  6538. "ms": {
  6539. "version": "2.0.0",
  6540. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  6541. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  6542. }
  6543. }
  6544. },
  6545. "find-cache-dir": {
  6546. "version": "2.1.0",
  6547. "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
  6548. "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==",
  6549. "requires": {
  6550. "commondir": "^1.0.1",
  6551. "make-dir": "^2.0.0",
  6552. "pkg-dir": "^3.0.0"
  6553. }
  6554. },
  6555. "find-up": {
  6556. "version": "4.1.0",
  6557. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  6558. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  6559. "requires": {
  6560. "locate-path": "^5.0.0",
  6561. "path-exists": "^4.0.0"
  6562. }
  6563. },
  6564. "flat-cache": {
  6565. "version": "3.0.4",
  6566. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
  6567. "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
  6568. "requires": {
  6569. "flatted": "^3.1.0",
  6570. "rimraf": "^3.0.2"
  6571. }
  6572. },
  6573. "flatted": {
  6574. "version": "3.1.0",
  6575. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.1.0.tgz",
  6576. "integrity": "sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA=="
  6577. },
  6578. "flatten": {
  6579. "version": "1.0.3",
  6580. "resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.3.tgz",
  6581. "integrity": "sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg=="
  6582. },
  6583. "flush-write-stream": {
  6584. "version": "1.1.1",
  6585. "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
  6586. "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==",
  6587. "requires": {
  6588. "inherits": "^2.0.3",
  6589. "readable-stream": "^2.3.6"
  6590. },
  6591. "dependencies": {
  6592. "readable-stream": {
  6593. "version": "2.3.7",
  6594. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  6595. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  6596. "requires": {
  6597. "core-util-is": "~1.0.0",
  6598. "inherits": "~2.0.3",
  6599. "isarray": "~1.0.0",
  6600. "process-nextick-args": "~2.0.0",
  6601. "safe-buffer": "~5.1.1",
  6602. "string_decoder": "~1.1.1",
  6603. "util-deprecate": "~1.0.1"
  6604. }
  6605. },
  6606. "string_decoder": {
  6607. "version": "1.1.1",
  6608. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  6609. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  6610. "requires": {
  6611. "safe-buffer": "~5.1.0"
  6612. }
  6613. }
  6614. }
  6615. },
  6616. "follow-redirects": {
  6617. "version": "1.13.1",
  6618. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz",
  6619. "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg=="
  6620. },
  6621. "for-in": {
  6622. "version": "1.0.2",
  6623. "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
  6624. "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA="
  6625. },
  6626. "forever-agent": {
  6627. "version": "0.6.1",
  6628. "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
  6629. "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE="
  6630. },
  6631. "fork-ts-checker-webpack-plugin": {
  6632. "version": "4.1.6",
  6633. "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz",
  6634. "integrity": "sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==",
  6635. "requires": {
  6636. "@babel/code-frame": "^7.5.5",
  6637. "chalk": "^2.4.1",
  6638. "micromatch": "^3.1.10",
  6639. "minimatch": "^3.0.4",
  6640. "semver": "^5.6.0",
  6641. "tapable": "^1.0.0",
  6642. "worker-rpc": "^0.1.0"
  6643. },
  6644. "dependencies": {
  6645. "braces": {
  6646. "version": "2.3.2",
  6647. "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
  6648. "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
  6649. "requires": {
  6650. "arr-flatten": "^1.1.0",
  6651. "array-unique": "^0.3.2",
  6652. "extend-shallow": "^2.0.1",
  6653. "fill-range": "^4.0.0",
  6654. "isobject": "^3.0.1",
  6655. "repeat-element": "^1.1.2",
  6656. "snapdragon": "^0.8.1",
  6657. "snapdragon-node": "^2.0.1",
  6658. "split-string": "^3.0.2",
  6659. "to-regex": "^3.0.1"
  6660. },
  6661. "dependencies": {
  6662. "extend-shallow": {
  6663. "version": "2.0.1",
  6664. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  6665. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  6666. "requires": {
  6667. "is-extendable": "^0.1.0"
  6668. }
  6669. }
  6670. }
  6671. },
  6672. "fill-range": {
  6673. "version": "4.0.0",
  6674. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
  6675. "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
  6676. "requires": {
  6677. "extend-shallow": "^2.0.1",
  6678. "is-number": "^3.0.0",
  6679. "repeat-string": "^1.6.1",
  6680. "to-regex-range": "^2.1.0"
  6681. },
  6682. "dependencies": {
  6683. "extend-shallow": {
  6684. "version": "2.0.1",
  6685. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  6686. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  6687. "requires": {
  6688. "is-extendable": "^0.1.0"
  6689. }
  6690. }
  6691. }
  6692. },
  6693. "is-number": {
  6694. "version": "3.0.0",
  6695. "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
  6696. "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
  6697. "requires": {
  6698. "kind-of": "^3.0.2"
  6699. },
  6700. "dependencies": {
  6701. "kind-of": {
  6702. "version": "3.2.2",
  6703. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  6704. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  6705. "requires": {
  6706. "is-buffer": "^1.1.5"
  6707. }
  6708. }
  6709. }
  6710. },
  6711. "micromatch": {
  6712. "version": "3.1.10",
  6713. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
  6714. "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
  6715. "requires": {
  6716. "arr-diff": "^4.0.0",
  6717. "array-unique": "^0.3.2",
  6718. "braces": "^2.3.1",
  6719. "define-property": "^2.0.2",
  6720. "extend-shallow": "^3.0.2",
  6721. "extglob": "^2.0.4",
  6722. "fragment-cache": "^0.2.1",
  6723. "kind-of": "^6.0.2",
  6724. "nanomatch": "^1.2.9",
  6725. "object.pick": "^1.3.0",
  6726. "regex-not": "^1.0.0",
  6727. "snapdragon": "^0.8.1",
  6728. "to-regex": "^3.0.2"
  6729. }
  6730. },
  6731. "semver": {
  6732. "version": "5.7.1",
  6733. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
  6734. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
  6735. },
  6736. "to-regex-range": {
  6737. "version": "2.1.1",
  6738. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
  6739. "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
  6740. "requires": {
  6741. "is-number": "^3.0.0",
  6742. "repeat-string": "^1.6.1"
  6743. }
  6744. }
  6745. }
  6746. },
  6747. "form-data": {
  6748. "version": "2.3.3",
  6749. "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
  6750. "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
  6751. "requires": {
  6752. "asynckit": "^0.4.0",
  6753. "combined-stream": "^1.0.6",
  6754. "mime-types": "^2.1.12"
  6755. }
  6756. },
  6757. "forwarded": {
  6758. "version": "0.1.2",
  6759. "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
  6760. "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ="
  6761. },
  6762. "fragment-cache": {
  6763. "version": "0.2.1",
  6764. "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
  6765. "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
  6766. "requires": {
  6767. "map-cache": "^0.2.2"
  6768. }
  6769. },
  6770. "fresh": {
  6771. "version": "0.5.2",
  6772. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  6773. "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
  6774. },
  6775. "from2": {
  6776. "version": "2.3.0",
  6777. "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz",
  6778. "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=",
  6779. "requires": {
  6780. "inherits": "^2.0.1",
  6781. "readable-stream": "^2.0.0"
  6782. },
  6783. "dependencies": {
  6784. "readable-stream": {
  6785. "version": "2.3.7",
  6786. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  6787. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  6788. "requires": {
  6789. "core-util-is": "~1.0.0",
  6790. "inherits": "~2.0.3",
  6791. "isarray": "~1.0.0",
  6792. "process-nextick-args": "~2.0.0",
  6793. "safe-buffer": "~5.1.1",
  6794. "string_decoder": "~1.1.1",
  6795. "util-deprecate": "~1.0.1"
  6796. }
  6797. },
  6798. "string_decoder": {
  6799. "version": "1.1.1",
  6800. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  6801. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  6802. "requires": {
  6803. "safe-buffer": "~5.1.0"
  6804. }
  6805. }
  6806. }
  6807. },
  6808. "fs-extra": {
  6809. "version": "9.0.1",
  6810. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz",
  6811. "integrity": "sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==",
  6812. "requires": {
  6813. "at-least-node": "^1.0.0",
  6814. "graceful-fs": "^4.2.0",
  6815. "jsonfile": "^6.0.1",
  6816. "universalify": "^1.0.0"
  6817. }
  6818. },
  6819. "fs-minipass": {
  6820. "version": "2.1.0",
  6821. "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
  6822. "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
  6823. "requires": {
  6824. "minipass": "^3.0.0"
  6825. }
  6826. },
  6827. "fs-write-stream-atomic": {
  6828. "version": "1.0.10",
  6829. "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz",
  6830. "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=",
  6831. "requires": {
  6832. "graceful-fs": "^4.1.2",
  6833. "iferr": "^0.1.5",
  6834. "imurmurhash": "^0.1.4",
  6835. "readable-stream": "1 || 2"
  6836. },
  6837. "dependencies": {
  6838. "readable-stream": {
  6839. "version": "2.3.7",
  6840. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  6841. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  6842. "requires": {
  6843. "core-util-is": "~1.0.0",
  6844. "inherits": "~2.0.3",
  6845. "isarray": "~1.0.0",
  6846. "process-nextick-args": "~2.0.0",
  6847. "safe-buffer": "~5.1.1",
  6848. "string_decoder": "~1.1.1",
  6849. "util-deprecate": "~1.0.1"
  6850. }
  6851. },
  6852. "string_decoder": {
  6853. "version": "1.1.1",
  6854. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  6855. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  6856. "requires": {
  6857. "safe-buffer": "~5.1.0"
  6858. }
  6859. }
  6860. }
  6861. },
  6862. "fs.realpath": {
  6863. "version": "1.0.0",
  6864. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  6865. "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
  6866. },
  6867. "fsevents": {
  6868. "version": "2.2.1",
  6869. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.2.1.tgz",
  6870. "integrity": "sha512-bTLYHSeC0UH/EFXS9KqWnXuOl/wHK5Z/d+ghd5AsFMYN7wIGkUCOJyzy88+wJKkZPGON8u4Z9f6U4FdgURE9qA==",
  6871. "optional": true
  6872. },
  6873. "fstream": {
  6874. "version": "1.0.12",
  6875. "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
  6876. "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
  6877. "requires": {
  6878. "graceful-fs": "^4.1.2",
  6879. "inherits": "~2.0.0",
  6880. "mkdirp": ">=0.5 0",
  6881. "rimraf": "2"
  6882. },
  6883. "dependencies": {
  6884. "rimraf": {
  6885. "version": "2.7.1",
  6886. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
  6887. "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
  6888. "requires": {
  6889. "glob": "^7.1.3"
  6890. }
  6891. }
  6892. }
  6893. },
  6894. "function-bind": {
  6895. "version": "1.1.1",
  6896. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  6897. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
  6898. },
  6899. "functional-red-black-tree": {
  6900. "version": "1.0.1",
  6901. "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
  6902. "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
  6903. },
  6904. "gauge": {
  6905. "version": "2.7.4",
  6906. "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
  6907. "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
  6908. "requires": {
  6909. "aproba": "^1.0.3",
  6910. "console-control-strings": "^1.0.0",
  6911. "has-unicode": "^2.0.0",
  6912. "object-assign": "^4.1.0",
  6913. "signal-exit": "^3.0.0",
  6914. "string-width": "^1.0.1",
  6915. "strip-ansi": "^3.0.1",
  6916. "wide-align": "^1.1.0"
  6917. },
  6918. "dependencies": {
  6919. "ansi-regex": {
  6920. "version": "2.1.1",
  6921. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
  6922. "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
  6923. },
  6924. "is-fullwidth-code-point": {
  6925. "version": "1.0.0",
  6926. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
  6927. "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
  6928. "requires": {
  6929. "number-is-nan": "^1.0.0"
  6930. }
  6931. },
  6932. "string-width": {
  6933. "version": "1.0.2",
  6934. "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
  6935. "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
  6936. "requires": {
  6937. "code-point-at": "^1.0.0",
  6938. "is-fullwidth-code-point": "^1.0.0",
  6939. "strip-ansi": "^3.0.0"
  6940. }
  6941. },
  6942. "strip-ansi": {
  6943. "version": "3.0.1",
  6944. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  6945. "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
  6946. "requires": {
  6947. "ansi-regex": "^2.0.0"
  6948. }
  6949. }
  6950. }
  6951. },
  6952. "gaze": {
  6953. "version": "1.1.3",
  6954. "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz",
  6955. "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==",
  6956. "requires": {
  6957. "globule": "^1.0.0"
  6958. }
  6959. },
  6960. "gensync": {
  6961. "version": "1.0.0-beta.2",
  6962. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  6963. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg=="
  6964. },
  6965. "get-caller-file": {
  6966. "version": "2.0.5",
  6967. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  6968. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
  6969. },
  6970. "get-intrinsic": {
  6971. "version": "1.0.2",
  6972. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.0.2.tgz",
  6973. "integrity": "sha512-aeX0vrFm21ILl3+JpFFRNe9aUvp6VFZb2/CTbgLb8j75kOhvoNYjt9d8KA/tJG4gSo8nzEDedRl0h7vDmBYRVg==",
  6974. "requires": {
  6975. "function-bind": "^1.1.1",
  6976. "has": "^1.0.3",
  6977. "has-symbols": "^1.0.1"
  6978. }
  6979. },
  6980. "get-own-enumerable-property-symbols": {
  6981. "version": "3.0.2",
  6982. "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
  6983. "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
  6984. },
  6985. "get-package-type": {
  6986. "version": "0.1.0",
  6987. "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
  6988. "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q=="
  6989. },
  6990. "get-stdin": {
  6991. "version": "4.0.1",
  6992. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
  6993. "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4="
  6994. },
  6995. "get-stream": {
  6996. "version": "4.1.0",
  6997. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
  6998. "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
  6999. "requires": {
  7000. "pump": "^3.0.0"
  7001. }
  7002. },
  7003. "get-value": {
  7004. "version": "2.0.6",
  7005. "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
  7006. "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg="
  7007. },
  7008. "getpass": {
  7009. "version": "0.1.7",
  7010. "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
  7011. "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
  7012. "requires": {
  7013. "assert-plus": "^1.0.0"
  7014. }
  7015. },
  7016. "glob": {
  7017. "version": "7.1.6",
  7018. "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
  7019. "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
  7020. "requires": {
  7021. "fs.realpath": "^1.0.0",
  7022. "inflight": "^1.0.4",
  7023. "inherits": "2",
  7024. "minimatch": "^3.0.4",
  7025. "once": "^1.3.0",
  7026. "path-is-absolute": "^1.0.0"
  7027. }
  7028. },
  7029. "glob-parent": {
  7030. "version": "5.1.1",
  7031. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz",
  7032. "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==",
  7033. "requires": {
  7034. "is-glob": "^4.0.1"
  7035. }
  7036. },
  7037. "global-modules": {
  7038. "version": "2.0.0",
  7039. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  7040. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  7041. "requires": {
  7042. "global-prefix": "^3.0.0"
  7043. }
  7044. },
  7045. "global-prefix": {
  7046. "version": "3.0.0",
  7047. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  7048. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  7049. "requires": {
  7050. "ini": "^1.3.5",
  7051. "kind-of": "^6.0.2",
  7052. "which": "^1.3.1"
  7053. }
  7054. },
  7055. "globals": {
  7056. "version": "11.12.0",
  7057. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  7058. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="
  7059. },
  7060. "globby": {
  7061. "version": "11.0.1",
  7062. "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.1.tgz",
  7063. "integrity": "sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==",
  7064. "requires": {
  7065. "array-union": "^2.1.0",
  7066. "dir-glob": "^3.0.1",
  7067. "fast-glob": "^3.1.1",
  7068. "ignore": "^5.1.4",
  7069. "merge2": "^1.3.0",
  7070. "slash": "^3.0.0"
  7071. }
  7072. },
  7073. "globule": {
  7074. "version": "1.3.2",
  7075. "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.2.tgz",
  7076. "integrity": "sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA==",
  7077. "requires": {
  7078. "glob": "~7.1.1",
  7079. "lodash": "~4.17.10",
  7080. "minimatch": "~3.0.2"
  7081. }
  7082. },
  7083. "graceful-fs": {
  7084. "version": "4.2.4",
  7085. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz",
  7086. "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw=="
  7087. },
  7088. "growly": {
  7089. "version": "1.3.0",
  7090. "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz",
  7091. "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=",
  7092. "optional": true
  7093. },
  7094. "gzip-size": {
  7095. "version": "5.1.1",
  7096. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz",
  7097. "integrity": "sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==",
  7098. "requires": {
  7099. "duplexer": "^0.1.1",
  7100. "pify": "^4.0.1"
  7101. }
  7102. },
  7103. "handle-thing": {
  7104. "version": "2.0.1",
  7105. "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
  7106. "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg=="
  7107. },
  7108. "har-schema": {
  7109. "version": "2.0.0",
  7110. "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
  7111. "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI="
  7112. },
  7113. "har-validator": {
  7114. "version": "5.1.5",
  7115. "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
  7116. "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
  7117. "requires": {
  7118. "ajv": "^6.12.3",
  7119. "har-schema": "^2.0.0"
  7120. }
  7121. },
  7122. "harmony-reflect": {
  7123. "version": "1.6.1",
  7124. "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.1.tgz",
  7125. "integrity": "sha512-WJTeyp0JzGtHcuMsi7rw2VwtkvLa+JyfEKJCFyfcS0+CDkjQ5lHPu7zEhFZP+PDSRrEgXa5Ah0l1MbgbE41XjA=="
  7126. },
  7127. "has": {
  7128. "version": "1.0.3",
  7129. "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  7130. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  7131. "requires": {
  7132. "function-bind": "^1.1.1"
  7133. }
  7134. },
  7135. "has-ansi": {
  7136. "version": "2.0.0",
  7137. "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
  7138. "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
  7139. "requires": {
  7140. "ansi-regex": "^2.0.0"
  7141. },
  7142. "dependencies": {
  7143. "ansi-regex": {
  7144. "version": "2.1.1",
  7145. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
  7146. "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
  7147. }
  7148. }
  7149. },
  7150. "has-flag": {
  7151. "version": "3.0.0",
  7152. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  7153. "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
  7154. },
  7155. "has-symbols": {
  7156. "version": "1.0.1",
  7157. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz",
  7158. "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg=="
  7159. },
  7160. "has-unicode": {
  7161. "version": "2.0.1",
  7162. "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
  7163. "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk="
  7164. },
  7165. "has-value": {
  7166. "version": "1.0.0",
  7167. "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
  7168. "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
  7169. "requires": {
  7170. "get-value": "^2.0.6",
  7171. "has-values": "^1.0.0",
  7172. "isobject": "^3.0.0"
  7173. }
  7174. },
  7175. "has-values": {
  7176. "version": "1.0.0",
  7177. "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
  7178. "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
  7179. "requires": {
  7180. "is-number": "^3.0.0",
  7181. "kind-of": "^4.0.0"
  7182. },
  7183. "dependencies": {
  7184. "is-number": {
  7185. "version": "3.0.0",
  7186. "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
  7187. "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
  7188. "requires": {
  7189. "kind-of": "^3.0.2"
  7190. },
  7191. "dependencies": {
  7192. "kind-of": {
  7193. "version": "3.2.2",
  7194. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  7195. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  7196. "requires": {
  7197. "is-buffer": "^1.1.5"
  7198. }
  7199. }
  7200. }
  7201. },
  7202. "kind-of": {
  7203. "version": "4.0.0",
  7204. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
  7205. "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
  7206. "requires": {
  7207. "is-buffer": "^1.1.5"
  7208. }
  7209. }
  7210. }
  7211. },
  7212. "hash-base": {
  7213. "version": "3.1.0",
  7214. "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz",
  7215. "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==",
  7216. "requires": {
  7217. "inherits": "^2.0.4",
  7218. "readable-stream": "^3.6.0",
  7219. "safe-buffer": "^5.2.0"
  7220. },
  7221. "dependencies": {
  7222. "safe-buffer": {
  7223. "version": "5.2.1",
  7224. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  7225. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
  7226. }
  7227. }
  7228. },
  7229. "hash.js": {
  7230. "version": "1.1.7",
  7231. "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
  7232. "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
  7233. "requires": {
  7234. "inherits": "^2.0.3",
  7235. "minimalistic-assert": "^1.0.1"
  7236. }
  7237. },
  7238. "he": {
  7239. "version": "1.2.0",
  7240. "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
  7241. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
  7242. },
  7243. "hex-color-regex": {
  7244. "version": "1.1.0",
  7245. "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz",
  7246. "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ=="
  7247. },
  7248. "hmac-drbg": {
  7249. "version": "1.0.1",
  7250. "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
  7251. "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=",
  7252. "requires": {
  7253. "hash.js": "^1.0.3",
  7254. "minimalistic-assert": "^1.0.0",
  7255. "minimalistic-crypto-utils": "^1.0.1"
  7256. }
  7257. },
  7258. "hoopy": {
  7259. "version": "0.1.4",
  7260. "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
  7261. "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ=="
  7262. },
  7263. "hosted-git-info": {
  7264. "version": "2.8.8",
  7265. "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz",
  7266. "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg=="
  7267. },
  7268. "hpack.js": {
  7269. "version": "2.1.6",
  7270. "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
  7271. "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=",
  7272. "requires": {
  7273. "inherits": "^2.0.1",
  7274. "obuf": "^1.0.0",
  7275. "readable-stream": "^2.0.1",
  7276. "wbuf": "^1.1.0"
  7277. },
  7278. "dependencies": {
  7279. "readable-stream": {
  7280. "version": "2.3.7",
  7281. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  7282. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  7283. "requires": {
  7284. "core-util-is": "~1.0.0",
  7285. "inherits": "~2.0.3",
  7286. "isarray": "~1.0.0",
  7287. "process-nextick-args": "~2.0.0",
  7288. "safe-buffer": "~5.1.1",
  7289. "string_decoder": "~1.1.1",
  7290. "util-deprecate": "~1.0.1"
  7291. }
  7292. },
  7293. "string_decoder": {
  7294. "version": "1.1.1",
  7295. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  7296. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  7297. "requires": {
  7298. "safe-buffer": "~5.1.0"
  7299. }
  7300. }
  7301. }
  7302. },
  7303. "hsl-regex": {
  7304. "version": "1.0.0",
  7305. "resolved": "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz",
  7306. "integrity": "sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4="
  7307. },
  7308. "hsla-regex": {
  7309. "version": "1.0.0",
  7310. "resolved": "https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz",
  7311. "integrity": "sha1-wc56MWjIxmFAM6S194d/OyJfnDg="
  7312. },
  7313. "html-comment-regex": {
  7314. "version": "1.1.2",
  7315. "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz",
  7316. "integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ=="
  7317. },
  7318. "html-encoding-sniffer": {
  7319. "version": "2.0.1",
  7320. "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
  7321. "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
  7322. "requires": {
  7323. "whatwg-encoding": "^1.0.5"
  7324. }
  7325. },
  7326. "html-entities": {
  7327. "version": "1.4.0",
  7328. "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz",
  7329. "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA=="
  7330. },
  7331. "html-escaper": {
  7332. "version": "2.0.2",
  7333. "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
  7334. "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
  7335. },
  7336. "html-minifier-terser": {
  7337. "version": "5.1.1",
  7338. "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz",
  7339. "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==",
  7340. "requires": {
  7341. "camel-case": "^4.1.1",
  7342. "clean-css": "^4.2.3",
  7343. "commander": "^4.1.1",
  7344. "he": "^1.2.0",
  7345. "param-case": "^3.0.3",
  7346. "relateurl": "^0.2.7",
  7347. "terser": "^4.6.3"
  7348. }
  7349. },
  7350. "html-webpack-plugin": {
  7351. "version": "4.5.0",
  7352. "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz",
  7353. "integrity": "sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw==",
  7354. "requires": {
  7355. "@types/html-minifier-terser": "^5.0.0",
  7356. "@types/tapable": "^1.0.5",
  7357. "@types/webpack": "^4.41.8",
  7358. "html-minifier-terser": "^5.0.1",
  7359. "loader-utils": "^1.2.3",
  7360. "lodash": "^4.17.15",
  7361. "pretty-error": "^2.1.1",
  7362. "tapable": "^1.1.3",
  7363. "util.promisify": "1.0.0"
  7364. },
  7365. "dependencies": {
  7366. "json5": {
  7367. "version": "1.0.1",
  7368. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  7369. "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  7370. "requires": {
  7371. "minimist": "^1.2.0"
  7372. }
  7373. },
  7374. "loader-utils": {
  7375. "version": "1.4.0",
  7376. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
  7377. "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
  7378. "requires": {
  7379. "big.js": "^5.2.2",
  7380. "emojis-list": "^3.0.0",
  7381. "json5": "^1.0.1"
  7382. }
  7383. },
  7384. "util.promisify": {
  7385. "version": "1.0.0",
  7386. "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz",
  7387. "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==",
  7388. "requires": {
  7389. "define-properties": "^1.1.2",
  7390. "object.getownpropertydescriptors": "^2.0.3"
  7391. }
  7392. }
  7393. }
  7394. },
  7395. "htmlparser2": {
  7396. "version": "3.10.1",
  7397. "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz",
  7398. "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==",
  7399. "requires": {
  7400. "domelementtype": "^1.3.1",
  7401. "domhandler": "^2.3.0",
  7402. "domutils": "^1.5.1",
  7403. "entities": "^1.1.1",
  7404. "inherits": "^2.0.1",
  7405. "readable-stream": "^3.1.1"
  7406. },
  7407. "dependencies": {
  7408. "entities": {
  7409. "version": "1.1.2",
  7410. "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz",
  7411. "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w=="
  7412. }
  7413. }
  7414. },
  7415. "http-deceiver": {
  7416. "version": "1.2.7",
  7417. "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
  7418. "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc="
  7419. },
  7420. "http-errors": {
  7421. "version": "1.7.2",
  7422. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
  7423. "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
  7424. "requires": {
  7425. "depd": "~1.1.2",
  7426. "inherits": "2.0.3",
  7427. "setprototypeof": "1.1.1",
  7428. "statuses": ">= 1.5.0 < 2",
  7429. "toidentifier": "1.0.0"
  7430. },
  7431. "dependencies": {
  7432. "inherits": {
  7433. "version": "2.0.3",
  7434. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  7435. "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
  7436. }
  7437. }
  7438. },
  7439. "http-proxy": {
  7440. "version": "1.18.1",
  7441. "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
  7442. "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
  7443. "requires": {
  7444. "eventemitter3": "^4.0.0",
  7445. "follow-redirects": "^1.0.0",
  7446. "requires-port": "^1.0.0"
  7447. }
  7448. },
  7449. "http-proxy-middleware": {
  7450. "version": "0.19.1",
  7451. "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz",
  7452. "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==",
  7453. "requires": {
  7454. "http-proxy": "^1.17.0",
  7455. "is-glob": "^4.0.0",
  7456. "lodash": "^4.17.11",
  7457. "micromatch": "^3.1.10"
  7458. },
  7459. "dependencies": {
  7460. "braces": {
  7461. "version": "2.3.2",
  7462. "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
  7463. "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
  7464. "requires": {
  7465. "arr-flatten": "^1.1.0",
  7466. "array-unique": "^0.3.2",
  7467. "extend-shallow": "^2.0.1",
  7468. "fill-range": "^4.0.0",
  7469. "isobject": "^3.0.1",
  7470. "repeat-element": "^1.1.2",
  7471. "snapdragon": "^0.8.1",
  7472. "snapdragon-node": "^2.0.1",
  7473. "split-string": "^3.0.2",
  7474. "to-regex": "^3.0.1"
  7475. },
  7476. "dependencies": {
  7477. "extend-shallow": {
  7478. "version": "2.0.1",
  7479. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  7480. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  7481. "requires": {
  7482. "is-extendable": "^0.1.0"
  7483. }
  7484. }
  7485. }
  7486. },
  7487. "fill-range": {
  7488. "version": "4.0.0",
  7489. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
  7490. "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
  7491. "requires": {
  7492. "extend-shallow": "^2.0.1",
  7493. "is-number": "^3.0.0",
  7494. "repeat-string": "^1.6.1",
  7495. "to-regex-range": "^2.1.0"
  7496. },
  7497. "dependencies": {
  7498. "extend-shallow": {
  7499. "version": "2.0.1",
  7500. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  7501. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  7502. "requires": {
  7503. "is-extendable": "^0.1.0"
  7504. }
  7505. }
  7506. }
  7507. },
  7508. "is-number": {
  7509. "version": "3.0.0",
  7510. "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
  7511. "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
  7512. "requires": {
  7513. "kind-of": "^3.0.2"
  7514. },
  7515. "dependencies": {
  7516. "kind-of": {
  7517. "version": "3.2.2",
  7518. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  7519. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  7520. "requires": {
  7521. "is-buffer": "^1.1.5"
  7522. }
  7523. }
  7524. }
  7525. },
  7526. "micromatch": {
  7527. "version": "3.1.10",
  7528. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
  7529. "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
  7530. "requires": {
  7531. "arr-diff": "^4.0.0",
  7532. "array-unique": "^0.3.2",
  7533. "braces": "^2.3.1",
  7534. "define-property": "^2.0.2",
  7535. "extend-shallow": "^3.0.2",
  7536. "extglob": "^2.0.4",
  7537. "fragment-cache": "^0.2.1",
  7538. "kind-of": "^6.0.2",
  7539. "nanomatch": "^1.2.9",
  7540. "object.pick": "^1.3.0",
  7541. "regex-not": "^1.0.0",
  7542. "snapdragon": "^0.8.1",
  7543. "to-regex": "^3.0.2"
  7544. }
  7545. },
  7546. "to-regex-range": {
  7547. "version": "2.1.1",
  7548. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
  7549. "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
  7550. "requires": {
  7551. "is-number": "^3.0.0",
  7552. "repeat-string": "^1.6.1"
  7553. }
  7554. }
  7555. }
  7556. },
  7557. "http-signature": {
  7558. "version": "1.2.0",
  7559. "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
  7560. "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
  7561. "requires": {
  7562. "assert-plus": "^1.0.0",
  7563. "jsprim": "^1.2.2",
  7564. "sshpk": "^1.7.0"
  7565. }
  7566. },
  7567. "https-browserify": {
  7568. "version": "1.0.0",
  7569. "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz",
  7570. "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM="
  7571. },
  7572. "human-signals": {
  7573. "version": "1.1.1",
  7574. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
  7575. "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw=="
  7576. },
  7577. "iconv-lite": {
  7578. "version": "0.4.24",
  7579. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  7580. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  7581. "requires": {
  7582. "safer-buffer": ">= 2.1.2 < 3"
  7583. }
  7584. },
  7585. "icss-utils": {
  7586. "version": "4.1.1",
  7587. "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz",
  7588. "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==",
  7589. "requires": {
  7590. "postcss": "^7.0.14"
  7591. }
  7592. },
  7593. "identity-obj-proxy": {
  7594. "version": "3.0.0",
  7595. "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz",
  7596. "integrity": "sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=",
  7597. "requires": {
  7598. "harmony-reflect": "^1.4.6"
  7599. }
  7600. },
  7601. "ieee754": {
  7602. "version": "1.2.1",
  7603. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  7604. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
  7605. },
  7606. "iferr": {
  7607. "version": "0.1.5",
  7608. "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz",
  7609. "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE="
  7610. },
  7611. "ignore": {
  7612. "version": "5.1.8",
  7613. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
  7614. "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw=="
  7615. },
  7616. "immer": {
  7617. "version": "7.0.9",
  7618. "resolved": "https://registry.npmjs.org/immer/-/immer-7.0.9.tgz",
  7619. "integrity": "sha512-Vs/gxoM4DqNAYR7pugIxi0Xc8XAun/uy7AQu4fLLqaTBHxjOP9pJ266Q9MWA/ly4z6rAFZbvViOtihxUZ7O28A=="
  7620. },
  7621. "import-cwd": {
  7622. "version": "2.1.0",
  7623. "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz",
  7624. "integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=",
  7625. "requires": {
  7626. "import-from": "^2.1.0"
  7627. }
  7628. },
  7629. "import-fresh": {
  7630. "version": "3.3.0",
  7631. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  7632. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  7633. "requires": {
  7634. "parent-module": "^1.0.0",
  7635. "resolve-from": "^4.0.0"
  7636. }
  7637. },
  7638. "import-from": {
  7639. "version": "2.1.0",
  7640. "resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz",
  7641. "integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=",
  7642. "requires": {
  7643. "resolve-from": "^3.0.0"
  7644. },
  7645. "dependencies": {
  7646. "resolve-from": {
  7647. "version": "3.0.0",
  7648. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
  7649. "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g="
  7650. }
  7651. }
  7652. },
  7653. "import-local": {
  7654. "version": "3.0.2",
  7655. "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.2.tgz",
  7656. "integrity": "sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==",
  7657. "requires": {
  7658. "pkg-dir": "^4.2.0",
  7659. "resolve-cwd": "^3.0.0"
  7660. },
  7661. "dependencies": {
  7662. "pkg-dir": {
  7663. "version": "4.2.0",
  7664. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  7665. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  7666. "requires": {
  7667. "find-up": "^4.0.0"
  7668. }
  7669. }
  7670. }
  7671. },
  7672. "imurmurhash": {
  7673. "version": "0.1.4",
  7674. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  7675. "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o="
  7676. },
  7677. "in-publish": {
  7678. "version": "2.0.1",
  7679. "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.1.tgz",
  7680. "integrity": "sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ=="
  7681. },
  7682. "indent-string": {
  7683. "version": "4.0.0",
  7684. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  7685. "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg=="
  7686. },
  7687. "indexes-of": {
  7688. "version": "1.0.1",
  7689. "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
  7690. "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc="
  7691. },
  7692. "infer-owner": {
  7693. "version": "1.0.4",
  7694. "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
  7695. "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
  7696. },
  7697. "inflight": {
  7698. "version": "1.0.6",
  7699. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  7700. "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
  7701. "requires": {
  7702. "once": "^1.3.0",
  7703. "wrappy": "1"
  7704. }
  7705. },
  7706. "inherits": {
  7707. "version": "2.0.4",
  7708. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  7709. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  7710. },
  7711. "ini": {
  7712. "version": "1.3.8",
  7713. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  7714. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
  7715. },
  7716. "internal-ip": {
  7717. "version": "4.3.0",
  7718. "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz",
  7719. "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==",
  7720. "requires": {
  7721. "default-gateway": "^4.2.0",
  7722. "ipaddr.js": "^1.9.0"
  7723. }
  7724. },
  7725. "internal-slot": {
  7726. "version": "1.0.2",
  7727. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.2.tgz",
  7728. "integrity": "sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g==",
  7729. "requires": {
  7730. "es-abstract": "^1.17.0-next.1",
  7731. "has": "^1.0.3",
  7732. "side-channel": "^1.0.2"
  7733. },
  7734. "dependencies": {
  7735. "es-abstract": {
  7736. "version": "1.17.7",
  7737. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz",
  7738. "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==",
  7739. "requires": {
  7740. "es-to-primitive": "^1.2.1",
  7741. "function-bind": "^1.1.1",
  7742. "has": "^1.0.3",
  7743. "has-symbols": "^1.0.1",
  7744. "is-callable": "^1.2.2",
  7745. "is-regex": "^1.1.1",
  7746. "object-inspect": "^1.8.0",
  7747. "object-keys": "^1.1.1",
  7748. "object.assign": "^4.1.1",
  7749. "string.prototype.trimend": "^1.0.1",
  7750. "string.prototype.trimstart": "^1.0.1"
  7751. }
  7752. }
  7753. }
  7754. },
  7755. "ip": {
  7756. "version": "1.1.5",
  7757. "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
  7758. "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo="
  7759. },
  7760. "ip-regex": {
  7761. "version": "2.1.0",
  7762. "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz",
  7763. "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk="
  7764. },
  7765. "ipaddr.js": {
  7766. "version": "1.9.1",
  7767. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  7768. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g=="
  7769. },
  7770. "is-absolute-url": {
  7771. "version": "2.1.0",
  7772. "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz",
  7773. "integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY="
  7774. },
  7775. "is-accessor-descriptor": {
  7776. "version": "0.1.6",
  7777. "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
  7778. "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
  7779. "requires": {
  7780. "kind-of": "^3.0.2"
  7781. },
  7782. "dependencies": {
  7783. "kind-of": {
  7784. "version": "3.2.2",
  7785. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  7786. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  7787. "requires": {
  7788. "is-buffer": "^1.1.5"
  7789. }
  7790. }
  7791. }
  7792. },
  7793. "is-arguments": {
  7794. "version": "1.1.0",
  7795. "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.0.tgz",
  7796. "integrity": "sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==",
  7797. "requires": {
  7798. "call-bind": "^1.0.0"
  7799. }
  7800. },
  7801. "is-arrayish": {
  7802. "version": "0.2.1",
  7803. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  7804. "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
  7805. },
  7806. "is-binary-path": {
  7807. "version": "2.1.0",
  7808. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  7809. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  7810. "optional": true,
  7811. "requires": {
  7812. "binary-extensions": "^2.0.0"
  7813. }
  7814. },
  7815. "is-buffer": {
  7816. "version": "1.1.6",
  7817. "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
  7818. "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w=="
  7819. },
  7820. "is-callable": {
  7821. "version": "1.2.2",
  7822. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz",
  7823. "integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA=="
  7824. },
  7825. "is-ci": {
  7826. "version": "2.0.0",
  7827. "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz",
  7828. "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==",
  7829. "requires": {
  7830. "ci-info": "^2.0.0"
  7831. }
  7832. },
  7833. "is-color-stop": {
  7834. "version": "1.1.0",
  7835. "resolved": "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz",
  7836. "integrity": "sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=",
  7837. "requires": {
  7838. "css-color-names": "^0.0.4",
  7839. "hex-color-regex": "^1.1.0",
  7840. "hsl-regex": "^1.0.0",
  7841. "hsla-regex": "^1.0.0",
  7842. "rgb-regex": "^1.0.1",
  7843. "rgba-regex": "^1.0.0"
  7844. }
  7845. },
  7846. "is-core-module": {
  7847. "version": "2.2.0",
  7848. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.2.0.tgz",
  7849. "integrity": "sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==",
  7850. "requires": {
  7851. "has": "^1.0.3"
  7852. }
  7853. },
  7854. "is-data-descriptor": {
  7855. "version": "0.1.4",
  7856. "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
  7857. "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
  7858. "requires": {
  7859. "kind-of": "^3.0.2"
  7860. },
  7861. "dependencies": {
  7862. "kind-of": {
  7863. "version": "3.2.2",
  7864. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  7865. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  7866. "requires": {
  7867. "is-buffer": "^1.1.5"
  7868. }
  7869. }
  7870. }
  7871. },
  7872. "is-date-object": {
  7873. "version": "1.0.2",
  7874. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz",
  7875. "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g=="
  7876. },
  7877. "is-descriptor": {
  7878. "version": "0.1.6",
  7879. "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
  7880. "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
  7881. "requires": {
  7882. "is-accessor-descriptor": "^0.1.6",
  7883. "is-data-descriptor": "^0.1.4",
  7884. "kind-of": "^5.0.0"
  7885. },
  7886. "dependencies": {
  7887. "kind-of": {
  7888. "version": "5.1.0",
  7889. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
  7890. "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw=="
  7891. }
  7892. }
  7893. },
  7894. "is-directory": {
  7895. "version": "0.3.1",
  7896. "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
  7897. "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE="
  7898. },
  7899. "is-docker": {
  7900. "version": "2.1.1",
  7901. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.1.1.tgz",
  7902. "integrity": "sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw=="
  7903. },
  7904. "is-extendable": {
  7905. "version": "0.1.1",
  7906. "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
  7907. "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik="
  7908. },
  7909. "is-extglob": {
  7910. "version": "2.1.1",
  7911. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  7912. "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
  7913. },
  7914. "is-finite": {
  7915. "version": "1.1.0",
  7916. "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz",
  7917. "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w=="
  7918. },
  7919. "is-fullwidth-code-point": {
  7920. "version": "3.0.0",
  7921. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  7922. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
  7923. },
  7924. "is-generator-fn": {
  7925. "version": "2.1.0",
  7926. "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
  7927. "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ=="
  7928. },
  7929. "is-glob": {
  7930. "version": "4.0.1",
  7931. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
  7932. "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",
  7933. "requires": {
  7934. "is-extglob": "^2.1.1"
  7935. }
  7936. },
  7937. "is-module": {
  7938. "version": "1.0.0",
  7939. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  7940. "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE="
  7941. },
  7942. "is-negative-zero": {
  7943. "version": "2.0.1",
  7944. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz",
  7945. "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w=="
  7946. },
  7947. "is-number": {
  7948. "version": "7.0.0",
  7949. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  7950. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
  7951. },
  7952. "is-obj": {
  7953. "version": "2.0.0",
  7954. "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
  7955. "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w=="
  7956. },
  7957. "is-path-cwd": {
  7958. "version": "2.2.0",
  7959. "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
  7960. "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ=="
  7961. },
  7962. "is-path-in-cwd": {
  7963. "version": "2.1.0",
  7964. "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz",
  7965. "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==",
  7966. "requires": {
  7967. "is-path-inside": "^2.1.0"
  7968. }
  7969. },
  7970. "is-path-inside": {
  7971. "version": "2.1.0",
  7972. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz",
  7973. "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==",
  7974. "requires": {
  7975. "path-is-inside": "^1.0.2"
  7976. }
  7977. },
  7978. "is-plain-obj": {
  7979. "version": "1.1.0",
  7980. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
  7981. "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4="
  7982. },
  7983. "is-plain-object": {
  7984. "version": "2.0.4",
  7985. "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
  7986. "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
  7987. "requires": {
  7988. "isobject": "^3.0.1"
  7989. }
  7990. },
  7991. "is-potential-custom-element-name": {
  7992. "version": "1.0.0",
  7993. "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.0.tgz",
  7994. "integrity": "sha1-DFLlS8yjkbssSUsh6GJtczbG45c="
  7995. },
  7996. "is-regex": {
  7997. "version": "1.1.1",
  7998. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
  7999. "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
  8000. "requires": {
  8001. "has-symbols": "^1.0.1"
  8002. }
  8003. },
  8004. "is-regexp": {
  8005. "version": "1.0.0",
  8006. "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
  8007. "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk="
  8008. },
  8009. "is-resolvable": {
  8010. "version": "1.1.0",
  8011. "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz",
  8012. "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg=="
  8013. },
  8014. "is-root": {
  8015. "version": "2.1.0",
  8016. "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz",
  8017. "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg=="
  8018. },
  8019. "is-stream": {
  8020. "version": "1.1.0",
  8021. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
  8022. "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
  8023. },
  8024. "is-string": {
  8025. "version": "1.0.5",
  8026. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz",
  8027. "integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ=="
  8028. },
  8029. "is-svg": {
  8030. "version": "3.0.0",
  8031. "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz",
  8032. "integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==",
  8033. "requires": {
  8034. "html-comment-regex": "^1.1.0"
  8035. }
  8036. },
  8037. "is-symbol": {
  8038. "version": "1.0.3",
  8039. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz",
  8040. "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==",
  8041. "requires": {
  8042. "has-symbols": "^1.0.1"
  8043. }
  8044. },
  8045. "is-typedarray": {
  8046. "version": "1.0.0",
  8047. "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
  8048. "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
  8049. },
  8050. "is-utf8": {
  8051. "version": "0.2.1",
  8052. "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
  8053. "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI="
  8054. },
  8055. "is-windows": {
  8056. "version": "1.0.2",
  8057. "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
  8058. "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA=="
  8059. },
  8060. "is-wsl": {
  8061. "version": "2.2.0",
  8062. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  8063. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  8064. "requires": {
  8065. "is-docker": "^2.0.0"
  8066. }
  8067. },
  8068. "isarray": {
  8069. "version": "1.0.0",
  8070. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  8071. "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
  8072. },
  8073. "isexe": {
  8074. "version": "2.0.0",
  8075. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  8076. "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
  8077. },
  8078. "isobject": {
  8079. "version": "3.0.1",
  8080. "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  8081. "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8="
  8082. },
  8083. "isstream": {
  8084. "version": "0.1.2",
  8085. "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
  8086. "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
  8087. },
  8088. "istanbul-lib-coverage": {
  8089. "version": "3.0.0",
  8090. "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz",
  8091. "integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg=="
  8092. },
  8093. "istanbul-lib-instrument": {
  8094. "version": "4.0.3",
  8095. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz",
  8096. "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==",
  8097. "requires": {
  8098. "@babel/core": "^7.7.5",
  8099. "@istanbuljs/schema": "^0.1.2",
  8100. "istanbul-lib-coverage": "^3.0.0",
  8101. "semver": "^6.3.0"
  8102. },
  8103. "dependencies": {
  8104. "semver": {
  8105. "version": "6.3.0",
  8106. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  8107. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  8108. }
  8109. }
  8110. },
  8111. "istanbul-lib-report": {
  8112. "version": "3.0.0",
  8113. "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  8114. "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
  8115. "requires": {
  8116. "istanbul-lib-coverage": "^3.0.0",
  8117. "make-dir": "^3.0.0",
  8118. "supports-color": "^7.1.0"
  8119. },
  8120. "dependencies": {
  8121. "has-flag": {
  8122. "version": "4.0.0",
  8123. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8124. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  8125. },
  8126. "make-dir": {
  8127. "version": "3.1.0",
  8128. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  8129. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  8130. "requires": {
  8131. "semver": "^6.0.0"
  8132. }
  8133. },
  8134. "semver": {
  8135. "version": "6.3.0",
  8136. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  8137. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  8138. },
  8139. "supports-color": {
  8140. "version": "7.2.0",
  8141. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8142. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8143. "requires": {
  8144. "has-flag": "^4.0.0"
  8145. }
  8146. }
  8147. }
  8148. },
  8149. "istanbul-lib-source-maps": {
  8150. "version": "4.0.0",
  8151. "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz",
  8152. "integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==",
  8153. "requires": {
  8154. "debug": "^4.1.1",
  8155. "istanbul-lib-coverage": "^3.0.0",
  8156. "source-map": "^0.6.1"
  8157. },
  8158. "dependencies": {
  8159. "source-map": {
  8160. "version": "0.6.1",
  8161. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  8162. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  8163. }
  8164. }
  8165. },
  8166. "istanbul-reports": {
  8167. "version": "3.0.2",
  8168. "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz",
  8169. "integrity": "sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==",
  8170. "requires": {
  8171. "html-escaper": "^2.0.0",
  8172. "istanbul-lib-report": "^3.0.0"
  8173. }
  8174. },
  8175. "jest": {
  8176. "version": "26.6.0",
  8177. "resolved": "https://registry.npmjs.org/jest/-/jest-26.6.0.tgz",
  8178. "integrity": "sha512-jxTmrvuecVISvKFFhOkjsWRZV7sFqdSUAd1ajOKY+/QE/aLBVstsJ/dX8GczLzwiT6ZEwwmZqtCUHLHHQVzcfA==",
  8179. "requires": {
  8180. "@jest/core": "^26.6.0",
  8181. "import-local": "^3.0.2",
  8182. "jest-cli": "^26.6.0"
  8183. },
  8184. "dependencies": {
  8185. "ansi-styles": {
  8186. "version": "4.3.0",
  8187. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8188. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8189. "requires": {
  8190. "color-convert": "^2.0.1"
  8191. }
  8192. },
  8193. "chalk": {
  8194. "version": "4.1.0",
  8195. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  8196. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  8197. "requires": {
  8198. "ansi-styles": "^4.1.0",
  8199. "supports-color": "^7.1.0"
  8200. }
  8201. },
  8202. "color-convert": {
  8203. "version": "2.0.1",
  8204. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8205. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8206. "requires": {
  8207. "color-name": "~1.1.4"
  8208. }
  8209. },
  8210. "color-name": {
  8211. "version": "1.1.4",
  8212. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8213. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  8214. },
  8215. "has-flag": {
  8216. "version": "4.0.0",
  8217. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8218. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  8219. },
  8220. "jest-cli": {
  8221. "version": "26.6.3",
  8222. "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-26.6.3.tgz",
  8223. "integrity": "sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==",
  8224. "requires": {
  8225. "@jest/core": "^26.6.3",
  8226. "@jest/test-result": "^26.6.2",
  8227. "@jest/types": "^26.6.2",
  8228. "chalk": "^4.0.0",
  8229. "exit": "^0.1.2",
  8230. "graceful-fs": "^4.2.4",
  8231. "import-local": "^3.0.2",
  8232. "is-ci": "^2.0.0",
  8233. "jest-config": "^26.6.3",
  8234. "jest-util": "^26.6.2",
  8235. "jest-validate": "^26.6.2",
  8236. "prompts": "^2.0.1",
  8237. "yargs": "^15.4.1"
  8238. }
  8239. },
  8240. "supports-color": {
  8241. "version": "7.2.0",
  8242. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8243. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8244. "requires": {
  8245. "has-flag": "^4.0.0"
  8246. }
  8247. }
  8248. }
  8249. },
  8250. "jest-changed-files": {
  8251. "version": "26.6.2",
  8252. "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-26.6.2.tgz",
  8253. "integrity": "sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==",
  8254. "requires": {
  8255. "@jest/types": "^26.6.2",
  8256. "execa": "^4.0.0",
  8257. "throat": "^5.0.0"
  8258. },
  8259. "dependencies": {
  8260. "cross-spawn": {
  8261. "version": "7.0.3",
  8262. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  8263. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  8264. "requires": {
  8265. "path-key": "^3.1.0",
  8266. "shebang-command": "^2.0.0",
  8267. "which": "^2.0.1"
  8268. }
  8269. },
  8270. "execa": {
  8271. "version": "4.1.0",
  8272. "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
  8273. "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
  8274. "requires": {
  8275. "cross-spawn": "^7.0.0",
  8276. "get-stream": "^5.0.0",
  8277. "human-signals": "^1.1.1",
  8278. "is-stream": "^2.0.0",
  8279. "merge-stream": "^2.0.0",
  8280. "npm-run-path": "^4.0.0",
  8281. "onetime": "^5.1.0",
  8282. "signal-exit": "^3.0.2",
  8283. "strip-final-newline": "^2.0.0"
  8284. }
  8285. },
  8286. "get-stream": {
  8287. "version": "5.2.0",
  8288. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
  8289. "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
  8290. "requires": {
  8291. "pump": "^3.0.0"
  8292. }
  8293. },
  8294. "is-stream": {
  8295. "version": "2.0.0",
  8296. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz",
  8297. "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw=="
  8298. },
  8299. "npm-run-path": {
  8300. "version": "4.0.1",
  8301. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  8302. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  8303. "requires": {
  8304. "path-key": "^3.0.0"
  8305. }
  8306. },
  8307. "path-key": {
  8308. "version": "3.1.1",
  8309. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  8310. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
  8311. },
  8312. "shebang-command": {
  8313. "version": "2.0.0",
  8314. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  8315. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  8316. "requires": {
  8317. "shebang-regex": "^3.0.0"
  8318. }
  8319. },
  8320. "shebang-regex": {
  8321. "version": "3.0.0",
  8322. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  8323. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
  8324. },
  8325. "which": {
  8326. "version": "2.0.2",
  8327. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  8328. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  8329. "requires": {
  8330. "isexe": "^2.0.0"
  8331. }
  8332. }
  8333. }
  8334. },
  8335. "jest-circus": {
  8336. "version": "26.6.0",
  8337. "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-26.6.0.tgz",
  8338. "integrity": "sha512-L2/Y9szN6FJPWFK8kzWXwfp+FOR7xq0cUL4lIsdbIdwz3Vh6P1nrpcqOleSzr28zOtSHQNV9Z7Tl+KkuK7t5Ng==",
  8339. "requires": {
  8340. "@babel/traverse": "^7.1.0",
  8341. "@jest/environment": "^26.6.0",
  8342. "@jest/test-result": "^26.6.0",
  8343. "@jest/types": "^26.6.0",
  8344. "@types/babel__traverse": "^7.0.4",
  8345. "@types/node": "*",
  8346. "chalk": "^4.0.0",
  8347. "co": "^4.6.0",
  8348. "dedent": "^0.7.0",
  8349. "expect": "^26.6.0",
  8350. "is-generator-fn": "^2.0.0",
  8351. "jest-each": "^26.6.0",
  8352. "jest-matcher-utils": "^26.6.0",
  8353. "jest-message-util": "^26.6.0",
  8354. "jest-runner": "^26.6.0",
  8355. "jest-runtime": "^26.6.0",
  8356. "jest-snapshot": "^26.6.0",
  8357. "jest-util": "^26.6.0",
  8358. "pretty-format": "^26.6.0",
  8359. "stack-utils": "^2.0.2",
  8360. "throat": "^5.0.0"
  8361. },
  8362. "dependencies": {
  8363. "ansi-styles": {
  8364. "version": "4.3.0",
  8365. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8366. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8367. "requires": {
  8368. "color-convert": "^2.0.1"
  8369. }
  8370. },
  8371. "chalk": {
  8372. "version": "4.1.0",
  8373. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  8374. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  8375. "requires": {
  8376. "ansi-styles": "^4.1.0",
  8377. "supports-color": "^7.1.0"
  8378. }
  8379. },
  8380. "color-convert": {
  8381. "version": "2.0.1",
  8382. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8383. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8384. "requires": {
  8385. "color-name": "~1.1.4"
  8386. }
  8387. },
  8388. "color-name": {
  8389. "version": "1.1.4",
  8390. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8391. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  8392. },
  8393. "has-flag": {
  8394. "version": "4.0.0",
  8395. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8396. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  8397. },
  8398. "supports-color": {
  8399. "version": "7.2.0",
  8400. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8401. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8402. "requires": {
  8403. "has-flag": "^4.0.0"
  8404. }
  8405. }
  8406. }
  8407. },
  8408. "jest-config": {
  8409. "version": "26.6.3",
  8410. "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-26.6.3.tgz",
  8411. "integrity": "sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==",
  8412. "requires": {
  8413. "@babel/core": "^7.1.0",
  8414. "@jest/test-sequencer": "^26.6.3",
  8415. "@jest/types": "^26.6.2",
  8416. "babel-jest": "^26.6.3",
  8417. "chalk": "^4.0.0",
  8418. "deepmerge": "^4.2.2",
  8419. "glob": "^7.1.1",
  8420. "graceful-fs": "^4.2.4",
  8421. "jest-environment-jsdom": "^26.6.2",
  8422. "jest-environment-node": "^26.6.2",
  8423. "jest-get-type": "^26.3.0",
  8424. "jest-jasmine2": "^26.6.3",
  8425. "jest-regex-util": "^26.0.0",
  8426. "jest-resolve": "^26.6.2",
  8427. "jest-util": "^26.6.2",
  8428. "jest-validate": "^26.6.2",
  8429. "micromatch": "^4.0.2",
  8430. "pretty-format": "^26.6.2"
  8431. },
  8432. "dependencies": {
  8433. "ansi-styles": {
  8434. "version": "4.3.0",
  8435. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8436. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8437. "requires": {
  8438. "color-convert": "^2.0.1"
  8439. }
  8440. },
  8441. "chalk": {
  8442. "version": "4.1.0",
  8443. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  8444. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  8445. "requires": {
  8446. "ansi-styles": "^4.1.0",
  8447. "supports-color": "^7.1.0"
  8448. }
  8449. },
  8450. "color-convert": {
  8451. "version": "2.0.1",
  8452. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8453. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8454. "requires": {
  8455. "color-name": "~1.1.4"
  8456. }
  8457. },
  8458. "color-name": {
  8459. "version": "1.1.4",
  8460. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8461. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  8462. },
  8463. "has-flag": {
  8464. "version": "4.0.0",
  8465. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8466. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  8467. },
  8468. "jest-resolve": {
  8469. "version": "26.6.2",
  8470. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",
  8471. "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",
  8472. "requires": {
  8473. "@jest/types": "^26.6.2",
  8474. "chalk": "^4.0.0",
  8475. "graceful-fs": "^4.2.4",
  8476. "jest-pnp-resolver": "^1.2.2",
  8477. "jest-util": "^26.6.2",
  8478. "read-pkg-up": "^7.0.1",
  8479. "resolve": "^1.18.1",
  8480. "slash": "^3.0.0"
  8481. }
  8482. },
  8483. "read-pkg": {
  8484. "version": "5.2.0",
  8485. "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
  8486. "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
  8487. "requires": {
  8488. "@types/normalize-package-data": "^2.4.0",
  8489. "normalize-package-data": "^2.5.0",
  8490. "parse-json": "^5.0.0",
  8491. "type-fest": "^0.6.0"
  8492. },
  8493. "dependencies": {
  8494. "type-fest": {
  8495. "version": "0.6.0",
  8496. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
  8497. "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
  8498. }
  8499. }
  8500. },
  8501. "read-pkg-up": {
  8502. "version": "7.0.1",
  8503. "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
  8504. "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
  8505. "requires": {
  8506. "find-up": "^4.1.0",
  8507. "read-pkg": "^5.2.0",
  8508. "type-fest": "^0.8.1"
  8509. }
  8510. },
  8511. "supports-color": {
  8512. "version": "7.2.0",
  8513. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8514. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8515. "requires": {
  8516. "has-flag": "^4.0.0"
  8517. }
  8518. }
  8519. }
  8520. },
  8521. "jest-diff": {
  8522. "version": "26.6.2",
  8523. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz",
  8524. "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==",
  8525. "requires": {
  8526. "chalk": "^4.0.0",
  8527. "diff-sequences": "^26.6.2",
  8528. "jest-get-type": "^26.3.0",
  8529. "pretty-format": "^26.6.2"
  8530. },
  8531. "dependencies": {
  8532. "ansi-styles": {
  8533. "version": "4.3.0",
  8534. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8535. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8536. "requires": {
  8537. "color-convert": "^2.0.1"
  8538. }
  8539. },
  8540. "chalk": {
  8541. "version": "4.1.0",
  8542. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  8543. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  8544. "requires": {
  8545. "ansi-styles": "^4.1.0",
  8546. "supports-color": "^7.1.0"
  8547. }
  8548. },
  8549. "color-convert": {
  8550. "version": "2.0.1",
  8551. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8552. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8553. "requires": {
  8554. "color-name": "~1.1.4"
  8555. }
  8556. },
  8557. "color-name": {
  8558. "version": "1.1.4",
  8559. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8560. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  8561. },
  8562. "has-flag": {
  8563. "version": "4.0.0",
  8564. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8565. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  8566. },
  8567. "supports-color": {
  8568. "version": "7.2.0",
  8569. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8570. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8571. "requires": {
  8572. "has-flag": "^4.0.0"
  8573. }
  8574. }
  8575. }
  8576. },
  8577. "jest-docblock": {
  8578. "version": "26.0.0",
  8579. "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-26.0.0.tgz",
  8580. "integrity": "sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w==",
  8581. "requires": {
  8582. "detect-newline": "^3.0.0"
  8583. }
  8584. },
  8585. "jest-each": {
  8586. "version": "26.6.2",
  8587. "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-26.6.2.tgz",
  8588. "integrity": "sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==",
  8589. "requires": {
  8590. "@jest/types": "^26.6.2",
  8591. "chalk": "^4.0.0",
  8592. "jest-get-type": "^26.3.0",
  8593. "jest-util": "^26.6.2",
  8594. "pretty-format": "^26.6.2"
  8595. },
  8596. "dependencies": {
  8597. "ansi-styles": {
  8598. "version": "4.3.0",
  8599. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8600. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8601. "requires": {
  8602. "color-convert": "^2.0.1"
  8603. }
  8604. },
  8605. "chalk": {
  8606. "version": "4.1.0",
  8607. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  8608. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  8609. "requires": {
  8610. "ansi-styles": "^4.1.0",
  8611. "supports-color": "^7.1.0"
  8612. }
  8613. },
  8614. "color-convert": {
  8615. "version": "2.0.1",
  8616. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8617. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8618. "requires": {
  8619. "color-name": "~1.1.4"
  8620. }
  8621. },
  8622. "color-name": {
  8623. "version": "1.1.4",
  8624. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8625. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  8626. },
  8627. "has-flag": {
  8628. "version": "4.0.0",
  8629. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8630. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  8631. },
  8632. "supports-color": {
  8633. "version": "7.2.0",
  8634. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8635. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8636. "requires": {
  8637. "has-flag": "^4.0.0"
  8638. }
  8639. }
  8640. }
  8641. },
  8642. "jest-environment-jsdom": {
  8643. "version": "26.6.2",
  8644. "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz",
  8645. "integrity": "sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==",
  8646. "requires": {
  8647. "@jest/environment": "^26.6.2",
  8648. "@jest/fake-timers": "^26.6.2",
  8649. "@jest/types": "^26.6.2",
  8650. "@types/node": "*",
  8651. "jest-mock": "^26.6.2",
  8652. "jest-util": "^26.6.2",
  8653. "jsdom": "^16.4.0"
  8654. }
  8655. },
  8656. "jest-environment-node": {
  8657. "version": "26.6.2",
  8658. "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-26.6.2.tgz",
  8659. "integrity": "sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==",
  8660. "requires": {
  8661. "@jest/environment": "^26.6.2",
  8662. "@jest/fake-timers": "^26.6.2",
  8663. "@jest/types": "^26.6.2",
  8664. "@types/node": "*",
  8665. "jest-mock": "^26.6.2",
  8666. "jest-util": "^26.6.2"
  8667. }
  8668. },
  8669. "jest-get-type": {
  8670. "version": "26.3.0",
  8671. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
  8672. "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig=="
  8673. },
  8674. "jest-haste-map": {
  8675. "version": "26.6.2",
  8676. "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.6.2.tgz",
  8677. "integrity": "sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==",
  8678. "requires": {
  8679. "@jest/types": "^26.6.2",
  8680. "@types/graceful-fs": "^4.1.2",
  8681. "@types/node": "*",
  8682. "anymatch": "^3.0.3",
  8683. "fb-watchman": "^2.0.0",
  8684. "fsevents": "^2.1.2",
  8685. "graceful-fs": "^4.2.4",
  8686. "jest-regex-util": "^26.0.0",
  8687. "jest-serializer": "^26.6.2",
  8688. "jest-util": "^26.6.2",
  8689. "jest-worker": "^26.6.2",
  8690. "micromatch": "^4.0.2",
  8691. "sane": "^4.0.3",
  8692. "walker": "^1.0.7"
  8693. }
  8694. },
  8695. "jest-jasmine2": {
  8696. "version": "26.6.3",
  8697. "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz",
  8698. "integrity": "sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==",
  8699. "requires": {
  8700. "@babel/traverse": "^7.1.0",
  8701. "@jest/environment": "^26.6.2",
  8702. "@jest/source-map": "^26.6.2",
  8703. "@jest/test-result": "^26.6.2",
  8704. "@jest/types": "^26.6.2",
  8705. "@types/node": "*",
  8706. "chalk": "^4.0.0",
  8707. "co": "^4.6.0",
  8708. "expect": "^26.6.2",
  8709. "is-generator-fn": "^2.0.0",
  8710. "jest-each": "^26.6.2",
  8711. "jest-matcher-utils": "^26.6.2",
  8712. "jest-message-util": "^26.6.2",
  8713. "jest-runtime": "^26.6.3",
  8714. "jest-snapshot": "^26.6.2",
  8715. "jest-util": "^26.6.2",
  8716. "pretty-format": "^26.6.2",
  8717. "throat": "^5.0.0"
  8718. },
  8719. "dependencies": {
  8720. "ansi-styles": {
  8721. "version": "4.3.0",
  8722. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8723. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8724. "requires": {
  8725. "color-convert": "^2.0.1"
  8726. }
  8727. },
  8728. "chalk": {
  8729. "version": "4.1.0",
  8730. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  8731. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  8732. "requires": {
  8733. "ansi-styles": "^4.1.0",
  8734. "supports-color": "^7.1.0"
  8735. }
  8736. },
  8737. "color-convert": {
  8738. "version": "2.0.1",
  8739. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8740. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8741. "requires": {
  8742. "color-name": "~1.1.4"
  8743. }
  8744. },
  8745. "color-name": {
  8746. "version": "1.1.4",
  8747. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8748. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  8749. },
  8750. "has-flag": {
  8751. "version": "4.0.0",
  8752. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8753. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  8754. },
  8755. "supports-color": {
  8756. "version": "7.2.0",
  8757. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8758. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8759. "requires": {
  8760. "has-flag": "^4.0.0"
  8761. }
  8762. }
  8763. }
  8764. },
  8765. "jest-leak-detector": {
  8766. "version": "26.6.2",
  8767. "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz",
  8768. "integrity": "sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg==",
  8769. "requires": {
  8770. "jest-get-type": "^26.3.0",
  8771. "pretty-format": "^26.6.2"
  8772. }
  8773. },
  8774. "jest-matcher-utils": {
  8775. "version": "26.6.2",
  8776. "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz",
  8777. "integrity": "sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==",
  8778. "requires": {
  8779. "chalk": "^4.0.0",
  8780. "jest-diff": "^26.6.2",
  8781. "jest-get-type": "^26.3.0",
  8782. "pretty-format": "^26.6.2"
  8783. },
  8784. "dependencies": {
  8785. "ansi-styles": {
  8786. "version": "4.3.0",
  8787. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8788. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8789. "requires": {
  8790. "color-convert": "^2.0.1"
  8791. }
  8792. },
  8793. "chalk": {
  8794. "version": "4.1.0",
  8795. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  8796. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  8797. "requires": {
  8798. "ansi-styles": "^4.1.0",
  8799. "supports-color": "^7.1.0"
  8800. }
  8801. },
  8802. "color-convert": {
  8803. "version": "2.0.1",
  8804. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8805. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8806. "requires": {
  8807. "color-name": "~1.1.4"
  8808. }
  8809. },
  8810. "color-name": {
  8811. "version": "1.1.4",
  8812. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8813. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  8814. },
  8815. "has-flag": {
  8816. "version": "4.0.0",
  8817. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8818. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  8819. },
  8820. "supports-color": {
  8821. "version": "7.2.0",
  8822. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8823. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8824. "requires": {
  8825. "has-flag": "^4.0.0"
  8826. }
  8827. }
  8828. }
  8829. },
  8830. "jest-message-util": {
  8831. "version": "26.6.2",
  8832. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz",
  8833. "integrity": "sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==",
  8834. "requires": {
  8835. "@babel/code-frame": "^7.0.0",
  8836. "@jest/types": "^26.6.2",
  8837. "@types/stack-utils": "^2.0.0",
  8838. "chalk": "^4.0.0",
  8839. "graceful-fs": "^4.2.4",
  8840. "micromatch": "^4.0.2",
  8841. "pretty-format": "^26.6.2",
  8842. "slash": "^3.0.0",
  8843. "stack-utils": "^2.0.2"
  8844. },
  8845. "dependencies": {
  8846. "ansi-styles": {
  8847. "version": "4.3.0",
  8848. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8849. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8850. "requires": {
  8851. "color-convert": "^2.0.1"
  8852. }
  8853. },
  8854. "chalk": {
  8855. "version": "4.1.0",
  8856. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  8857. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  8858. "requires": {
  8859. "ansi-styles": "^4.1.0",
  8860. "supports-color": "^7.1.0"
  8861. }
  8862. },
  8863. "color-convert": {
  8864. "version": "2.0.1",
  8865. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8866. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8867. "requires": {
  8868. "color-name": "~1.1.4"
  8869. }
  8870. },
  8871. "color-name": {
  8872. "version": "1.1.4",
  8873. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8874. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  8875. },
  8876. "has-flag": {
  8877. "version": "4.0.0",
  8878. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8879. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  8880. },
  8881. "supports-color": {
  8882. "version": "7.2.0",
  8883. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8884. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8885. "requires": {
  8886. "has-flag": "^4.0.0"
  8887. }
  8888. }
  8889. }
  8890. },
  8891. "jest-mock": {
  8892. "version": "26.6.2",
  8893. "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-26.6.2.tgz",
  8894. "integrity": "sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew==",
  8895. "requires": {
  8896. "@jest/types": "^26.6.2",
  8897. "@types/node": "*"
  8898. }
  8899. },
  8900. "jest-pnp-resolver": {
  8901. "version": "1.2.2",
  8902. "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz",
  8903. "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w=="
  8904. },
  8905. "jest-regex-util": {
  8906. "version": "26.0.0",
  8907. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz",
  8908. "integrity": "sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A=="
  8909. },
  8910. "jest-resolve": {
  8911. "version": "26.6.0",
  8912. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.0.tgz",
  8913. "integrity": "sha512-tRAz2bwraHufNp+CCmAD8ciyCpXCs1NQxB5EJAmtCFy6BN81loFEGWKzYu26Y62lAJJe4X4jg36Kf+NsQyiStQ==",
  8914. "requires": {
  8915. "@jest/types": "^26.6.0",
  8916. "chalk": "^4.0.0",
  8917. "graceful-fs": "^4.2.4",
  8918. "jest-pnp-resolver": "^1.2.2",
  8919. "jest-util": "^26.6.0",
  8920. "read-pkg-up": "^7.0.1",
  8921. "resolve": "^1.17.0",
  8922. "slash": "^3.0.0"
  8923. },
  8924. "dependencies": {
  8925. "ansi-styles": {
  8926. "version": "4.3.0",
  8927. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8928. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8929. "requires": {
  8930. "color-convert": "^2.0.1"
  8931. }
  8932. },
  8933. "chalk": {
  8934. "version": "4.1.0",
  8935. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  8936. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  8937. "requires": {
  8938. "ansi-styles": "^4.1.0",
  8939. "supports-color": "^7.1.0"
  8940. }
  8941. },
  8942. "color-convert": {
  8943. "version": "2.0.1",
  8944. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8945. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8946. "requires": {
  8947. "color-name": "~1.1.4"
  8948. }
  8949. },
  8950. "color-name": {
  8951. "version": "1.1.4",
  8952. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8953. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  8954. },
  8955. "has-flag": {
  8956. "version": "4.0.0",
  8957. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8958. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  8959. },
  8960. "read-pkg": {
  8961. "version": "5.2.0",
  8962. "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
  8963. "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
  8964. "requires": {
  8965. "@types/normalize-package-data": "^2.4.0",
  8966. "normalize-package-data": "^2.5.0",
  8967. "parse-json": "^5.0.0",
  8968. "type-fest": "^0.6.0"
  8969. },
  8970. "dependencies": {
  8971. "type-fest": {
  8972. "version": "0.6.0",
  8973. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
  8974. "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
  8975. }
  8976. }
  8977. },
  8978. "read-pkg-up": {
  8979. "version": "7.0.1",
  8980. "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
  8981. "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
  8982. "requires": {
  8983. "find-up": "^4.1.0",
  8984. "read-pkg": "^5.2.0",
  8985. "type-fest": "^0.8.1"
  8986. }
  8987. },
  8988. "supports-color": {
  8989. "version": "7.2.0",
  8990. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8991. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8992. "requires": {
  8993. "has-flag": "^4.0.0"
  8994. }
  8995. }
  8996. }
  8997. },
  8998. "jest-resolve-dependencies": {
  8999. "version": "26.6.3",
  9000. "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz",
  9001. "integrity": "sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==",
  9002. "requires": {
  9003. "@jest/types": "^26.6.2",
  9004. "jest-regex-util": "^26.0.0",
  9005. "jest-snapshot": "^26.6.2"
  9006. }
  9007. },
  9008. "jest-runner": {
  9009. "version": "26.6.3",
  9010. "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-26.6.3.tgz",
  9011. "integrity": "sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==",
  9012. "requires": {
  9013. "@jest/console": "^26.6.2",
  9014. "@jest/environment": "^26.6.2",
  9015. "@jest/test-result": "^26.6.2",
  9016. "@jest/types": "^26.6.2",
  9017. "@types/node": "*",
  9018. "chalk": "^4.0.0",
  9019. "emittery": "^0.7.1",
  9020. "exit": "^0.1.2",
  9021. "graceful-fs": "^4.2.4",
  9022. "jest-config": "^26.6.3",
  9023. "jest-docblock": "^26.0.0",
  9024. "jest-haste-map": "^26.6.2",
  9025. "jest-leak-detector": "^26.6.2",
  9026. "jest-message-util": "^26.6.2",
  9027. "jest-resolve": "^26.6.2",
  9028. "jest-runtime": "^26.6.3",
  9029. "jest-util": "^26.6.2",
  9030. "jest-worker": "^26.6.2",
  9031. "source-map-support": "^0.5.6",
  9032. "throat": "^5.0.0"
  9033. },
  9034. "dependencies": {
  9035. "ansi-styles": {
  9036. "version": "4.3.0",
  9037. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9038. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9039. "requires": {
  9040. "color-convert": "^2.0.1"
  9041. }
  9042. },
  9043. "chalk": {
  9044. "version": "4.1.0",
  9045. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  9046. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  9047. "requires": {
  9048. "ansi-styles": "^4.1.0",
  9049. "supports-color": "^7.1.0"
  9050. }
  9051. },
  9052. "color-convert": {
  9053. "version": "2.0.1",
  9054. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9055. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9056. "requires": {
  9057. "color-name": "~1.1.4"
  9058. }
  9059. },
  9060. "color-name": {
  9061. "version": "1.1.4",
  9062. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9063. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9064. },
  9065. "has-flag": {
  9066. "version": "4.0.0",
  9067. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9068. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  9069. },
  9070. "jest-resolve": {
  9071. "version": "26.6.2",
  9072. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",
  9073. "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",
  9074. "requires": {
  9075. "@jest/types": "^26.6.2",
  9076. "chalk": "^4.0.0",
  9077. "graceful-fs": "^4.2.4",
  9078. "jest-pnp-resolver": "^1.2.2",
  9079. "jest-util": "^26.6.2",
  9080. "read-pkg-up": "^7.0.1",
  9081. "resolve": "^1.18.1",
  9082. "slash": "^3.0.0"
  9083. }
  9084. },
  9085. "read-pkg": {
  9086. "version": "5.2.0",
  9087. "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
  9088. "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
  9089. "requires": {
  9090. "@types/normalize-package-data": "^2.4.0",
  9091. "normalize-package-data": "^2.5.0",
  9092. "parse-json": "^5.0.0",
  9093. "type-fest": "^0.6.0"
  9094. },
  9095. "dependencies": {
  9096. "type-fest": {
  9097. "version": "0.6.0",
  9098. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
  9099. "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
  9100. }
  9101. }
  9102. },
  9103. "read-pkg-up": {
  9104. "version": "7.0.1",
  9105. "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
  9106. "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
  9107. "requires": {
  9108. "find-up": "^4.1.0",
  9109. "read-pkg": "^5.2.0",
  9110. "type-fest": "^0.8.1"
  9111. }
  9112. },
  9113. "supports-color": {
  9114. "version": "7.2.0",
  9115. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9116. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9117. "requires": {
  9118. "has-flag": "^4.0.0"
  9119. }
  9120. }
  9121. }
  9122. },
  9123. "jest-runtime": {
  9124. "version": "26.6.3",
  9125. "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-26.6.3.tgz",
  9126. "integrity": "sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==",
  9127. "requires": {
  9128. "@jest/console": "^26.6.2",
  9129. "@jest/environment": "^26.6.2",
  9130. "@jest/fake-timers": "^26.6.2",
  9131. "@jest/globals": "^26.6.2",
  9132. "@jest/source-map": "^26.6.2",
  9133. "@jest/test-result": "^26.6.2",
  9134. "@jest/transform": "^26.6.2",
  9135. "@jest/types": "^26.6.2",
  9136. "@types/yargs": "^15.0.0",
  9137. "chalk": "^4.0.0",
  9138. "cjs-module-lexer": "^0.6.0",
  9139. "collect-v8-coverage": "^1.0.0",
  9140. "exit": "^0.1.2",
  9141. "glob": "^7.1.3",
  9142. "graceful-fs": "^4.2.4",
  9143. "jest-config": "^26.6.3",
  9144. "jest-haste-map": "^26.6.2",
  9145. "jest-message-util": "^26.6.2",
  9146. "jest-mock": "^26.6.2",
  9147. "jest-regex-util": "^26.0.0",
  9148. "jest-resolve": "^26.6.2",
  9149. "jest-snapshot": "^26.6.2",
  9150. "jest-util": "^26.6.2",
  9151. "jest-validate": "^26.6.2",
  9152. "slash": "^3.0.0",
  9153. "strip-bom": "^4.0.0",
  9154. "yargs": "^15.4.1"
  9155. },
  9156. "dependencies": {
  9157. "ansi-styles": {
  9158. "version": "4.3.0",
  9159. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9160. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9161. "requires": {
  9162. "color-convert": "^2.0.1"
  9163. }
  9164. },
  9165. "chalk": {
  9166. "version": "4.1.0",
  9167. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  9168. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  9169. "requires": {
  9170. "ansi-styles": "^4.1.0",
  9171. "supports-color": "^7.1.0"
  9172. }
  9173. },
  9174. "color-convert": {
  9175. "version": "2.0.1",
  9176. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9177. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9178. "requires": {
  9179. "color-name": "~1.1.4"
  9180. }
  9181. },
  9182. "color-name": {
  9183. "version": "1.1.4",
  9184. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9185. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9186. },
  9187. "has-flag": {
  9188. "version": "4.0.0",
  9189. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9190. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  9191. },
  9192. "jest-resolve": {
  9193. "version": "26.6.2",
  9194. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",
  9195. "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",
  9196. "requires": {
  9197. "@jest/types": "^26.6.2",
  9198. "chalk": "^4.0.0",
  9199. "graceful-fs": "^4.2.4",
  9200. "jest-pnp-resolver": "^1.2.2",
  9201. "jest-util": "^26.6.2",
  9202. "read-pkg-up": "^7.0.1",
  9203. "resolve": "^1.18.1",
  9204. "slash": "^3.0.0"
  9205. }
  9206. },
  9207. "read-pkg": {
  9208. "version": "5.2.0",
  9209. "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
  9210. "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
  9211. "requires": {
  9212. "@types/normalize-package-data": "^2.4.0",
  9213. "normalize-package-data": "^2.5.0",
  9214. "parse-json": "^5.0.0",
  9215. "type-fest": "^0.6.0"
  9216. },
  9217. "dependencies": {
  9218. "type-fest": {
  9219. "version": "0.6.0",
  9220. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
  9221. "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
  9222. }
  9223. }
  9224. },
  9225. "read-pkg-up": {
  9226. "version": "7.0.1",
  9227. "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
  9228. "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
  9229. "requires": {
  9230. "find-up": "^4.1.0",
  9231. "read-pkg": "^5.2.0",
  9232. "type-fest": "^0.8.1"
  9233. }
  9234. },
  9235. "strip-bom": {
  9236. "version": "4.0.0",
  9237. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
  9238. "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w=="
  9239. },
  9240. "supports-color": {
  9241. "version": "7.2.0",
  9242. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9243. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9244. "requires": {
  9245. "has-flag": "^4.0.0"
  9246. }
  9247. }
  9248. }
  9249. },
  9250. "jest-serializer": {
  9251. "version": "26.6.2",
  9252. "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz",
  9253. "integrity": "sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==",
  9254. "requires": {
  9255. "@types/node": "*",
  9256. "graceful-fs": "^4.2.4"
  9257. }
  9258. },
  9259. "jest-snapshot": {
  9260. "version": "26.6.2",
  9261. "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-26.6.2.tgz",
  9262. "integrity": "sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==",
  9263. "requires": {
  9264. "@babel/types": "^7.0.0",
  9265. "@jest/types": "^26.6.2",
  9266. "@types/babel__traverse": "^7.0.4",
  9267. "@types/prettier": "^2.0.0",
  9268. "chalk": "^4.0.0",
  9269. "expect": "^26.6.2",
  9270. "graceful-fs": "^4.2.4",
  9271. "jest-diff": "^26.6.2",
  9272. "jest-get-type": "^26.3.0",
  9273. "jest-haste-map": "^26.6.2",
  9274. "jest-matcher-utils": "^26.6.2",
  9275. "jest-message-util": "^26.6.2",
  9276. "jest-resolve": "^26.6.2",
  9277. "natural-compare": "^1.4.0",
  9278. "pretty-format": "^26.6.2",
  9279. "semver": "^7.3.2"
  9280. },
  9281. "dependencies": {
  9282. "ansi-styles": {
  9283. "version": "4.3.0",
  9284. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9285. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9286. "requires": {
  9287. "color-convert": "^2.0.1"
  9288. }
  9289. },
  9290. "chalk": {
  9291. "version": "4.1.0",
  9292. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  9293. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  9294. "requires": {
  9295. "ansi-styles": "^4.1.0",
  9296. "supports-color": "^7.1.0"
  9297. }
  9298. },
  9299. "color-convert": {
  9300. "version": "2.0.1",
  9301. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9302. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9303. "requires": {
  9304. "color-name": "~1.1.4"
  9305. }
  9306. },
  9307. "color-name": {
  9308. "version": "1.1.4",
  9309. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9310. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9311. },
  9312. "has-flag": {
  9313. "version": "4.0.0",
  9314. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9315. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  9316. },
  9317. "jest-resolve": {
  9318. "version": "26.6.2",
  9319. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",
  9320. "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",
  9321. "requires": {
  9322. "@jest/types": "^26.6.2",
  9323. "chalk": "^4.0.0",
  9324. "graceful-fs": "^4.2.4",
  9325. "jest-pnp-resolver": "^1.2.2",
  9326. "jest-util": "^26.6.2",
  9327. "read-pkg-up": "^7.0.1",
  9328. "resolve": "^1.18.1",
  9329. "slash": "^3.0.0"
  9330. }
  9331. },
  9332. "read-pkg": {
  9333. "version": "5.2.0",
  9334. "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
  9335. "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
  9336. "requires": {
  9337. "@types/normalize-package-data": "^2.4.0",
  9338. "normalize-package-data": "^2.5.0",
  9339. "parse-json": "^5.0.0",
  9340. "type-fest": "^0.6.0"
  9341. },
  9342. "dependencies": {
  9343. "type-fest": {
  9344. "version": "0.6.0",
  9345. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
  9346. "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
  9347. }
  9348. }
  9349. },
  9350. "read-pkg-up": {
  9351. "version": "7.0.1",
  9352. "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
  9353. "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
  9354. "requires": {
  9355. "find-up": "^4.1.0",
  9356. "read-pkg": "^5.2.0",
  9357. "type-fest": "^0.8.1"
  9358. }
  9359. },
  9360. "supports-color": {
  9361. "version": "7.2.0",
  9362. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9363. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9364. "requires": {
  9365. "has-flag": "^4.0.0"
  9366. }
  9367. }
  9368. }
  9369. },
  9370. "jest-util": {
  9371. "version": "26.6.2",
  9372. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz",
  9373. "integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==",
  9374. "requires": {
  9375. "@jest/types": "^26.6.2",
  9376. "@types/node": "*",
  9377. "chalk": "^4.0.0",
  9378. "graceful-fs": "^4.2.4",
  9379. "is-ci": "^2.0.0",
  9380. "micromatch": "^4.0.2"
  9381. },
  9382. "dependencies": {
  9383. "ansi-styles": {
  9384. "version": "4.3.0",
  9385. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9386. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9387. "requires": {
  9388. "color-convert": "^2.0.1"
  9389. }
  9390. },
  9391. "chalk": {
  9392. "version": "4.1.0",
  9393. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  9394. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  9395. "requires": {
  9396. "ansi-styles": "^4.1.0",
  9397. "supports-color": "^7.1.0"
  9398. }
  9399. },
  9400. "color-convert": {
  9401. "version": "2.0.1",
  9402. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9403. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9404. "requires": {
  9405. "color-name": "~1.1.4"
  9406. }
  9407. },
  9408. "color-name": {
  9409. "version": "1.1.4",
  9410. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9411. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9412. },
  9413. "has-flag": {
  9414. "version": "4.0.0",
  9415. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9416. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  9417. },
  9418. "supports-color": {
  9419. "version": "7.2.0",
  9420. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9421. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9422. "requires": {
  9423. "has-flag": "^4.0.0"
  9424. }
  9425. }
  9426. }
  9427. },
  9428. "jest-validate": {
  9429. "version": "26.6.2",
  9430. "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-26.6.2.tgz",
  9431. "integrity": "sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==",
  9432. "requires": {
  9433. "@jest/types": "^26.6.2",
  9434. "camelcase": "^6.0.0",
  9435. "chalk": "^4.0.0",
  9436. "jest-get-type": "^26.3.0",
  9437. "leven": "^3.1.0",
  9438. "pretty-format": "^26.6.2"
  9439. },
  9440. "dependencies": {
  9441. "ansi-styles": {
  9442. "version": "4.3.0",
  9443. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9444. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9445. "requires": {
  9446. "color-convert": "^2.0.1"
  9447. }
  9448. },
  9449. "chalk": {
  9450. "version": "4.1.0",
  9451. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  9452. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  9453. "requires": {
  9454. "ansi-styles": "^4.1.0",
  9455. "supports-color": "^7.1.0"
  9456. }
  9457. },
  9458. "color-convert": {
  9459. "version": "2.0.1",
  9460. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9461. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9462. "requires": {
  9463. "color-name": "~1.1.4"
  9464. }
  9465. },
  9466. "color-name": {
  9467. "version": "1.1.4",
  9468. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9469. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9470. },
  9471. "has-flag": {
  9472. "version": "4.0.0",
  9473. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9474. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  9475. },
  9476. "supports-color": {
  9477. "version": "7.2.0",
  9478. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9479. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9480. "requires": {
  9481. "has-flag": "^4.0.0"
  9482. }
  9483. }
  9484. }
  9485. },
  9486. "jest-watch-typeahead": {
  9487. "version": "0.6.1",
  9488. "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-0.6.1.tgz",
  9489. "integrity": "sha512-ITVnHhj3Jd/QkqQcTqZfRgjfyRhDFM/auzgVo2RKvSwi18YMvh0WvXDJFoFED6c7jd/5jxtu4kSOb9PTu2cPVg==",
  9490. "requires": {
  9491. "ansi-escapes": "^4.3.1",
  9492. "chalk": "^4.0.0",
  9493. "jest-regex-util": "^26.0.0",
  9494. "jest-watcher": "^26.3.0",
  9495. "slash": "^3.0.0",
  9496. "string-length": "^4.0.1",
  9497. "strip-ansi": "^6.0.0"
  9498. },
  9499. "dependencies": {
  9500. "ansi-styles": {
  9501. "version": "4.3.0",
  9502. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9503. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9504. "requires": {
  9505. "color-convert": "^2.0.1"
  9506. }
  9507. },
  9508. "chalk": {
  9509. "version": "4.1.0",
  9510. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  9511. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  9512. "requires": {
  9513. "ansi-styles": "^4.1.0",
  9514. "supports-color": "^7.1.0"
  9515. }
  9516. },
  9517. "color-convert": {
  9518. "version": "2.0.1",
  9519. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9520. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9521. "requires": {
  9522. "color-name": "~1.1.4"
  9523. }
  9524. },
  9525. "color-name": {
  9526. "version": "1.1.4",
  9527. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9528. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9529. },
  9530. "has-flag": {
  9531. "version": "4.0.0",
  9532. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9533. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  9534. },
  9535. "supports-color": {
  9536. "version": "7.2.0",
  9537. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9538. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9539. "requires": {
  9540. "has-flag": "^4.0.0"
  9541. }
  9542. }
  9543. }
  9544. },
  9545. "jest-watcher": {
  9546. "version": "26.6.2",
  9547. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-26.6.2.tgz",
  9548. "integrity": "sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==",
  9549. "requires": {
  9550. "@jest/test-result": "^26.6.2",
  9551. "@jest/types": "^26.6.2",
  9552. "@types/node": "*",
  9553. "ansi-escapes": "^4.2.1",
  9554. "chalk": "^4.0.0",
  9555. "jest-util": "^26.6.2",
  9556. "string-length": "^4.0.1"
  9557. },
  9558. "dependencies": {
  9559. "ansi-styles": {
  9560. "version": "4.3.0",
  9561. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9562. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9563. "requires": {
  9564. "color-convert": "^2.0.1"
  9565. }
  9566. },
  9567. "chalk": {
  9568. "version": "4.1.0",
  9569. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  9570. "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  9571. "requires": {
  9572. "ansi-styles": "^4.1.0",
  9573. "supports-color": "^7.1.0"
  9574. }
  9575. },
  9576. "color-convert": {
  9577. "version": "2.0.1",
  9578. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9579. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9580. "requires": {
  9581. "color-name": "~1.1.4"
  9582. }
  9583. },
  9584. "color-name": {
  9585. "version": "1.1.4",
  9586. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9587. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9588. },
  9589. "has-flag": {
  9590. "version": "4.0.0",
  9591. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9592. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  9593. },
  9594. "supports-color": {
  9595. "version": "7.2.0",
  9596. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9597. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9598. "requires": {
  9599. "has-flag": "^4.0.0"
  9600. }
  9601. }
  9602. }
  9603. },
  9604. "jest-worker": {
  9605. "version": "26.6.2",
  9606. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
  9607. "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
  9608. "requires": {
  9609. "@types/node": "*",
  9610. "merge-stream": "^2.0.0",
  9611. "supports-color": "^7.0.0"
  9612. },
  9613. "dependencies": {
  9614. "has-flag": {
  9615. "version": "4.0.0",
  9616. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9617. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  9618. },
  9619. "supports-color": {
  9620. "version": "7.2.0",
  9621. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9622. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9623. "requires": {
  9624. "has-flag": "^4.0.0"
  9625. }
  9626. }
  9627. }
  9628. },
  9629. "js-base64": {
  9630. "version": "2.6.4",
  9631. "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz",
  9632. "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ=="
  9633. },
  9634. "js-tokens": {
  9635. "version": "4.0.0",
  9636. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  9637. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  9638. },
  9639. "js-yaml": {
  9640. "version": "3.14.1",
  9641. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
  9642. "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
  9643. "requires": {
  9644. "argparse": "^1.0.7",
  9645. "esprima": "^4.0.0"
  9646. }
  9647. },
  9648. "jsbn": {
  9649. "version": "0.1.1",
  9650. "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
  9651. "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
  9652. },
  9653. "jsdom": {
  9654. "version": "16.4.0",
  9655. "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.4.0.tgz",
  9656. "integrity": "sha512-lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w==",
  9657. "requires": {
  9658. "abab": "^2.0.3",
  9659. "acorn": "^7.1.1",
  9660. "acorn-globals": "^6.0.0",
  9661. "cssom": "^0.4.4",
  9662. "cssstyle": "^2.2.0",
  9663. "data-urls": "^2.0.0",
  9664. "decimal.js": "^10.2.0",
  9665. "domexception": "^2.0.1",
  9666. "escodegen": "^1.14.1",
  9667. "html-encoding-sniffer": "^2.0.1",
  9668. "is-potential-custom-element-name": "^1.0.0",
  9669. "nwsapi": "^2.2.0",
  9670. "parse5": "5.1.1",
  9671. "request": "^2.88.2",
  9672. "request-promise-native": "^1.0.8",
  9673. "saxes": "^5.0.0",
  9674. "symbol-tree": "^3.2.4",
  9675. "tough-cookie": "^3.0.1",
  9676. "w3c-hr-time": "^1.0.2",
  9677. "w3c-xmlserializer": "^2.0.0",
  9678. "webidl-conversions": "^6.1.0",
  9679. "whatwg-encoding": "^1.0.5",
  9680. "whatwg-mimetype": "^2.3.0",
  9681. "whatwg-url": "^8.0.0",
  9682. "ws": "^7.2.3",
  9683. "xml-name-validator": "^3.0.0"
  9684. }
  9685. },
  9686. "jsesc": {
  9687. "version": "2.5.2",
  9688. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  9689. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="
  9690. },
  9691. "json-parse-better-errors": {
  9692. "version": "1.0.2",
  9693. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  9694. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
  9695. },
  9696. "json-parse-even-better-errors": {
  9697. "version": "2.3.1",
  9698. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  9699. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
  9700. },
  9701. "json-schema": {
  9702. "version": "0.2.3",
  9703. "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
  9704. "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
  9705. },
  9706. "json-schema-traverse": {
  9707. "version": "0.4.1",
  9708. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  9709. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
  9710. },
  9711. "json-stable-stringify-without-jsonify": {
  9712. "version": "1.0.1",
  9713. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  9714. "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE="
  9715. },
  9716. "json-stringify-safe": {
  9717. "version": "5.0.1",
  9718. "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  9719. "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
  9720. },
  9721. "json3": {
  9722. "version": "3.3.3",
  9723. "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz",
  9724. "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA=="
  9725. },
  9726. "json5": {
  9727. "version": "2.1.3",
  9728. "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz",
  9729. "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==",
  9730. "requires": {
  9731. "minimist": "^1.2.5"
  9732. }
  9733. },
  9734. "jsonfile": {
  9735. "version": "6.1.0",
  9736. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  9737. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  9738. "requires": {
  9739. "graceful-fs": "^4.1.6",
  9740. "universalify": "^2.0.0"
  9741. },
  9742. "dependencies": {
  9743. "universalify": {
  9744. "version": "2.0.0",
  9745. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
  9746. "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="
  9747. }
  9748. }
  9749. },
  9750. "jsprim": {
  9751. "version": "1.4.1",
  9752. "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
  9753. "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
  9754. "requires": {
  9755. "assert-plus": "1.0.0",
  9756. "extsprintf": "1.3.0",
  9757. "json-schema": "0.2.3",
  9758. "verror": "1.10.0"
  9759. }
  9760. },
  9761. "jsx-ast-utils": {
  9762. "version": "3.2.0",
  9763. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz",
  9764. "integrity": "sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q==",
  9765. "requires": {
  9766. "array-includes": "^3.1.2",
  9767. "object.assign": "^4.1.2"
  9768. }
  9769. },
  9770. "killable": {
  9771. "version": "1.0.1",
  9772. "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz",
  9773. "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg=="
  9774. },
  9775. "kind-of": {
  9776. "version": "6.0.3",
  9777. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  9778. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="
  9779. },
  9780. "kleur": {
  9781. "version": "3.0.3",
  9782. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  9783. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w=="
  9784. },
  9785. "language-subtag-registry": {
  9786. "version": "0.3.21",
  9787. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz",
  9788. "integrity": "sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg=="
  9789. },
  9790. "language-tags": {
  9791. "version": "1.0.5",
  9792. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
  9793. "integrity": "sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=",
  9794. "requires": {
  9795. "language-subtag-registry": "~0.3.2"
  9796. }
  9797. },
  9798. "last-call-webpack-plugin": {
  9799. "version": "3.0.0",
  9800. "resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz",
  9801. "integrity": "sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==",
  9802. "requires": {
  9803. "lodash": "^4.17.5",
  9804. "webpack-sources": "^1.1.0"
  9805. }
  9806. },
  9807. "leven": {
  9808. "version": "3.1.0",
  9809. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  9810. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A=="
  9811. },
  9812. "levn": {
  9813. "version": "0.4.1",
  9814. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  9815. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  9816. "requires": {
  9817. "prelude-ls": "^1.2.1",
  9818. "type-check": "~0.4.0"
  9819. }
  9820. },
  9821. "lines-and-columns": {
  9822. "version": "1.1.6",
  9823. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
  9824. "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
  9825. },
  9826. "load-json-file": {
  9827. "version": "2.0.0",
  9828. "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz",
  9829. "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=",
  9830. "requires": {
  9831. "graceful-fs": "^4.1.2",
  9832. "parse-json": "^2.2.0",
  9833. "pify": "^2.0.0",
  9834. "strip-bom": "^3.0.0"
  9835. },
  9836. "dependencies": {
  9837. "parse-json": {
  9838. "version": "2.2.0",
  9839. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
  9840. "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
  9841. "requires": {
  9842. "error-ex": "^1.2.0"
  9843. }
  9844. },
  9845. "pify": {
  9846. "version": "2.3.0",
  9847. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  9848. "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
  9849. }
  9850. }
  9851. },
  9852. "loader-runner": {
  9853. "version": "2.4.0",
  9854. "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz",
  9855. "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw=="
  9856. },
  9857. "loader-utils": {
  9858. "version": "2.0.0",
  9859. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
  9860. "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
  9861. "requires": {
  9862. "big.js": "^5.2.2",
  9863. "emojis-list": "^3.0.0",
  9864. "json5": "^2.1.2"
  9865. }
  9866. },
  9867. "locate-path": {
  9868. "version": "5.0.0",
  9869. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  9870. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  9871. "requires": {
  9872. "p-locate": "^4.1.0"
  9873. }
  9874. },
  9875. "lodash": {
  9876. "version": "4.17.20",
  9877. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
  9878. "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
  9879. },
  9880. "lodash._reinterpolate": {
  9881. "version": "3.0.0",
  9882. "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
  9883. "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0="
  9884. },
  9885. "lodash.memoize": {
  9886. "version": "4.1.2",
  9887. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  9888. "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4="
  9889. },
  9890. "lodash.sortby": {
  9891. "version": "4.7.0",
  9892. "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
  9893. "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg="
  9894. },
  9895. "lodash.template": {
  9896. "version": "4.5.0",
  9897. "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz",
  9898. "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==",
  9899. "requires": {
  9900. "lodash._reinterpolate": "^3.0.0",
  9901. "lodash.templatesettings": "^4.0.0"
  9902. }
  9903. },
  9904. "lodash.templatesettings": {
  9905. "version": "4.2.0",
  9906. "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz",
  9907. "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==",
  9908. "requires": {
  9909. "lodash._reinterpolate": "^3.0.0"
  9910. }
  9911. },
  9912. "lodash.uniq": {
  9913. "version": "4.5.0",
  9914. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  9915. "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M="
  9916. },
  9917. "loglevel": {
  9918. "version": "1.7.1",
  9919. "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.1.tgz",
  9920. "integrity": "sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw=="
  9921. },
  9922. "loose-envify": {
  9923. "version": "1.4.0",
  9924. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  9925. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  9926. "requires": {
  9927. "js-tokens": "^3.0.0 || ^4.0.0"
  9928. }
  9929. },
  9930. "loud-rejection": {
  9931. "version": "1.6.0",
  9932. "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
  9933. "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
  9934. "requires": {
  9935. "currently-unhandled": "^0.4.1",
  9936. "signal-exit": "^3.0.0"
  9937. }
  9938. },
  9939. "lower-case": {
  9940. "version": "2.0.2",
  9941. "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
  9942. "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
  9943. "requires": {
  9944. "tslib": "^2.0.3"
  9945. },
  9946. "dependencies": {
  9947. "tslib": {
  9948. "version": "2.0.3",
  9949. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
  9950. "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
  9951. }
  9952. }
  9953. },
  9954. "lru-cache": {
  9955. "version": "6.0.0",
  9956. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  9957. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  9958. "requires": {
  9959. "yallist": "^4.0.0"
  9960. }
  9961. },
  9962. "lz-string": {
  9963. "version": "1.4.4",
  9964. "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz",
  9965. "integrity": "sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY="
  9966. },
  9967. "magic-string": {
  9968. "version": "0.25.7",
  9969. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
  9970. "integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==",
  9971. "requires": {
  9972. "sourcemap-codec": "^1.4.4"
  9973. }
  9974. },
  9975. "make-dir": {
  9976. "version": "2.1.0",
  9977. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
  9978. "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
  9979. "requires": {
  9980. "pify": "^4.0.1",
  9981. "semver": "^5.6.0"
  9982. },
  9983. "dependencies": {
  9984. "semver": {
  9985. "version": "5.7.1",
  9986. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
  9987. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
  9988. }
  9989. }
  9990. },
  9991. "makeerror": {
  9992. "version": "1.0.11",
  9993. "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz",
  9994. "integrity": "sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=",
  9995. "requires": {
  9996. "tmpl": "1.0.x"
  9997. }
  9998. },
  9999. "map-cache": {
  10000. "version": "0.2.2",
  10001. "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
  10002. "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8="
  10003. },
  10004. "map-obj": {
  10005. "version": "1.0.1",
  10006. "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
  10007. "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0="
  10008. },
  10009. "map-visit": {
  10010. "version": "1.0.0",
  10011. "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
  10012. "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
  10013. "requires": {
  10014. "object-visit": "^1.0.0"
  10015. }
  10016. },
  10017. "md5.js": {
  10018. "version": "1.3.5",
  10019. "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
  10020. "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==",
  10021. "requires": {
  10022. "hash-base": "^3.0.0",
  10023. "inherits": "^2.0.1",
  10024. "safe-buffer": "^5.1.2"
  10025. }
  10026. },
  10027. "mdn-data": {
  10028. "version": "2.0.4",
  10029. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
  10030. "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA=="
  10031. },
  10032. "media-typer": {
  10033. "version": "0.3.0",
  10034. "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
  10035. "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g="
  10036. },
  10037. "memory-fs": {
  10038. "version": "0.4.1",
  10039. "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz",
  10040. "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=",
  10041. "requires": {
  10042. "errno": "^0.1.3",
  10043. "readable-stream": "^2.0.1"
  10044. },
  10045. "dependencies": {
  10046. "readable-stream": {
  10047. "version": "2.3.7",
  10048. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  10049. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  10050. "requires": {
  10051. "core-util-is": "~1.0.0",
  10052. "inherits": "~2.0.3",
  10053. "isarray": "~1.0.0",
  10054. "process-nextick-args": "~2.0.0",
  10055. "safe-buffer": "~5.1.1",
  10056. "string_decoder": "~1.1.1",
  10057. "util-deprecate": "~1.0.1"
  10058. }
  10059. },
  10060. "string_decoder": {
  10061. "version": "1.1.1",
  10062. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  10063. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  10064. "requires": {
  10065. "safe-buffer": "~5.1.0"
  10066. }
  10067. }
  10068. }
  10069. },
  10070. "meow": {
  10071. "version": "3.7.0",
  10072. "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
  10073. "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
  10074. "requires": {
  10075. "camelcase-keys": "^2.0.0",
  10076. "decamelize": "^1.1.2",
  10077. "loud-rejection": "^1.0.0",
  10078. "map-obj": "^1.0.1",
  10079. "minimist": "^1.1.3",
  10080. "normalize-package-data": "^2.3.4",
  10081. "object-assign": "^4.0.1",
  10082. "read-pkg-up": "^1.0.1",
  10083. "redent": "^1.0.0",
  10084. "trim-newlines": "^1.0.0"
  10085. },
  10086. "dependencies": {
  10087. "find-up": {
  10088. "version": "1.1.2",
  10089. "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
  10090. "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
  10091. "requires": {
  10092. "path-exists": "^2.0.0",
  10093. "pinkie-promise": "^2.0.0"
  10094. }
  10095. },
  10096. "indent-string": {
  10097. "version": "2.1.0",
  10098. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
  10099. "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
  10100. "requires": {
  10101. "repeating": "^2.0.0"
  10102. }
  10103. },
  10104. "load-json-file": {
  10105. "version": "1.1.0",
  10106. "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
  10107. "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
  10108. "requires": {
  10109. "graceful-fs": "^4.1.2",
  10110. "parse-json": "^2.2.0",
  10111. "pify": "^2.0.0",
  10112. "pinkie-promise": "^2.0.0",
  10113. "strip-bom": "^2.0.0"
  10114. }
  10115. },
  10116. "parse-json": {
  10117. "version": "2.2.0",
  10118. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
  10119. "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
  10120. "requires": {
  10121. "error-ex": "^1.2.0"
  10122. }
  10123. },
  10124. "path-exists": {
  10125. "version": "2.1.0",
  10126. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
  10127. "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
  10128. "requires": {
  10129. "pinkie-promise": "^2.0.0"
  10130. }
  10131. },
  10132. "path-type": {
  10133. "version": "1.1.0",
  10134. "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
  10135. "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
  10136. "requires": {
  10137. "graceful-fs": "^4.1.2",
  10138. "pify": "^2.0.0",
  10139. "pinkie-promise": "^2.0.0"
  10140. }
  10141. },
  10142. "pify": {
  10143. "version": "2.3.0",
  10144. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  10145. "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
  10146. },
  10147. "read-pkg": {
  10148. "version": "1.1.0",
  10149. "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
  10150. "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
  10151. "requires": {
  10152. "load-json-file": "^1.0.0",
  10153. "normalize-package-data": "^2.3.2",
  10154. "path-type": "^1.0.0"
  10155. }
  10156. },
  10157. "read-pkg-up": {
  10158. "version": "1.0.1",
  10159. "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
  10160. "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
  10161. "requires": {
  10162. "find-up": "^1.0.0",
  10163. "read-pkg": "^1.0.0"
  10164. }
  10165. },
  10166. "redent": {
  10167. "version": "1.0.0",
  10168. "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
  10169. "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
  10170. "requires": {
  10171. "indent-string": "^2.1.0",
  10172. "strip-indent": "^1.0.1"
  10173. }
  10174. },
  10175. "strip-bom": {
  10176. "version": "2.0.0",
  10177. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
  10178. "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
  10179. "requires": {
  10180. "is-utf8": "^0.2.0"
  10181. }
  10182. },
  10183. "strip-indent": {
  10184. "version": "1.0.1",
  10185. "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
  10186. "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
  10187. "requires": {
  10188. "get-stdin": "^4.0.1"
  10189. }
  10190. }
  10191. }
  10192. },
  10193. "merge-descriptors": {
  10194. "version": "1.0.1",
  10195. "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
  10196. "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
  10197. },
  10198. "merge-stream": {
  10199. "version": "2.0.0",
  10200. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  10201. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  10202. },
  10203. "merge2": {
  10204. "version": "1.4.1",
  10205. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  10206. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="
  10207. },
  10208. "methods": {
  10209. "version": "1.1.2",
  10210. "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
  10211. "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
  10212. },
  10213. "microevent.ts": {
  10214. "version": "0.1.1",
  10215. "resolved": "https://registry.npmjs.org/microevent.ts/-/microevent.ts-0.1.1.tgz",
  10216. "integrity": "sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g=="
  10217. },
  10218. "micromatch": {
  10219. "version": "4.0.2",
  10220. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz",
  10221. "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==",
  10222. "requires": {
  10223. "braces": "^3.0.1",
  10224. "picomatch": "^2.0.5"
  10225. }
  10226. },
  10227. "miller-rabin": {
  10228. "version": "4.0.1",
  10229. "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz",
  10230. "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==",
  10231. "requires": {
  10232. "bn.js": "^4.0.0",
  10233. "brorand": "^1.0.1"
  10234. },
  10235. "dependencies": {
  10236. "bn.js": {
  10237. "version": "4.11.9",
  10238. "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz",
  10239. "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw=="
  10240. }
  10241. }
  10242. },
  10243. "mime": {
  10244. "version": "1.6.0",
  10245. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  10246. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="
  10247. },
  10248. "mime-db": {
  10249. "version": "1.44.0",
  10250. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz",
  10251. "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg=="
  10252. },
  10253. "mime-types": {
  10254. "version": "2.1.27",
  10255. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz",
  10256. "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==",
  10257. "requires": {
  10258. "mime-db": "1.44.0"
  10259. }
  10260. },
  10261. "mimic-fn": {
  10262. "version": "2.1.0",
  10263. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  10264. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg=="
  10265. },
  10266. "min-indent": {
  10267. "version": "1.0.1",
  10268. "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
  10269. "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg=="
  10270. },
  10271. "mini-css-extract-plugin": {
  10272. "version": "0.11.3",
  10273. "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz",
  10274. "integrity": "sha512-n9BA8LonkOkW1/zn+IbLPQmovsL0wMb9yx75fMJQZf2X1Zoec9yTZtyMePcyu19wPkmFbzZZA6fLTotpFhQsOA==",
  10275. "requires": {
  10276. "loader-utils": "^1.1.0",
  10277. "normalize-url": "1.9.1",
  10278. "schema-utils": "^1.0.0",
  10279. "webpack-sources": "^1.1.0"
  10280. },
  10281. "dependencies": {
  10282. "json5": {
  10283. "version": "1.0.1",
  10284. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  10285. "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  10286. "requires": {
  10287. "minimist": "^1.2.0"
  10288. }
  10289. },
  10290. "loader-utils": {
  10291. "version": "1.4.0",
  10292. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
  10293. "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
  10294. "requires": {
  10295. "big.js": "^5.2.2",
  10296. "emojis-list": "^3.0.0",
  10297. "json5": "^1.0.1"
  10298. }
  10299. },
  10300. "schema-utils": {
  10301. "version": "1.0.0",
  10302. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
  10303. "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
  10304. "requires": {
  10305. "ajv": "^6.1.0",
  10306. "ajv-errors": "^1.0.0",
  10307. "ajv-keywords": "^3.1.0"
  10308. }
  10309. }
  10310. }
  10311. },
  10312. "minimalistic-assert": {
  10313. "version": "1.0.1",
  10314. "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
  10315. "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
  10316. },
  10317. "minimalistic-crypto-utils": {
  10318. "version": "1.0.1",
  10319. "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
  10320. "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo="
  10321. },
  10322. "minimatch": {
  10323. "version": "3.0.4",
  10324. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  10325. "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  10326. "requires": {
  10327. "brace-expansion": "^1.1.7"
  10328. }
  10329. },
  10330. "minimist": {
  10331. "version": "1.2.5",
  10332. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
  10333. "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
  10334. },
  10335. "minipass": {
  10336. "version": "3.1.3",
  10337. "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz",
  10338. "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==",
  10339. "requires": {
  10340. "yallist": "^4.0.0"
  10341. }
  10342. },
  10343. "minipass-collect": {
  10344. "version": "1.0.2",
  10345. "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",
  10346. "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
  10347. "requires": {
  10348. "minipass": "^3.0.0"
  10349. }
  10350. },
  10351. "minipass-flush": {
  10352. "version": "1.0.5",
  10353. "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz",
  10354. "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==",
  10355. "requires": {
  10356. "minipass": "^3.0.0"
  10357. }
  10358. },
  10359. "minipass-pipeline": {
  10360. "version": "1.2.4",
  10361. "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
  10362. "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
  10363. "requires": {
  10364. "minipass": "^3.0.0"
  10365. }
  10366. },
  10367. "minizlib": {
  10368. "version": "2.1.2",
  10369. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
  10370. "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
  10371. "requires": {
  10372. "minipass": "^3.0.0",
  10373. "yallist": "^4.0.0"
  10374. }
  10375. },
  10376. "mississippi": {
  10377. "version": "3.0.0",
  10378. "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz",
  10379. "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==",
  10380. "requires": {
  10381. "concat-stream": "^1.5.0",
  10382. "duplexify": "^3.4.2",
  10383. "end-of-stream": "^1.1.0",
  10384. "flush-write-stream": "^1.0.0",
  10385. "from2": "^2.1.0",
  10386. "parallel-transform": "^1.1.0",
  10387. "pump": "^3.0.0",
  10388. "pumpify": "^1.3.3",
  10389. "stream-each": "^1.1.0",
  10390. "through2": "^2.0.0"
  10391. }
  10392. },
  10393. "mixin-deep": {
  10394. "version": "1.3.2",
  10395. "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
  10396. "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
  10397. "requires": {
  10398. "for-in": "^1.0.2",
  10399. "is-extendable": "^1.0.1"
  10400. },
  10401. "dependencies": {
  10402. "is-extendable": {
  10403. "version": "1.0.1",
  10404. "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
  10405. "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
  10406. "requires": {
  10407. "is-plain-object": "^2.0.4"
  10408. }
  10409. }
  10410. }
  10411. },
  10412. "mkdirp": {
  10413. "version": "0.5.5",
  10414. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
  10415. "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
  10416. "requires": {
  10417. "minimist": "^1.2.5"
  10418. }
  10419. },
  10420. "move-concurrently": {
  10421. "version": "1.0.1",
  10422. "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",
  10423. "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=",
  10424. "requires": {
  10425. "aproba": "^1.1.1",
  10426. "copy-concurrently": "^1.0.0",
  10427. "fs-write-stream-atomic": "^1.0.8",
  10428. "mkdirp": "^0.5.1",
  10429. "rimraf": "^2.5.4",
  10430. "run-queue": "^1.0.3"
  10431. },
  10432. "dependencies": {
  10433. "rimraf": {
  10434. "version": "2.7.1",
  10435. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
  10436. "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
  10437. "requires": {
  10438. "glob": "^7.1.3"
  10439. }
  10440. }
  10441. }
  10442. },
  10443. "ms": {
  10444. "version": "2.1.2",
  10445. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  10446. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  10447. },
  10448. "multicast-dns": {
  10449. "version": "6.2.3",
  10450. "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz",
  10451. "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==",
  10452. "requires": {
  10453. "dns-packet": "^1.3.1",
  10454. "thunky": "^1.0.2"
  10455. }
  10456. },
  10457. "multicast-dns-service-types": {
  10458. "version": "1.1.0",
  10459. "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz",
  10460. "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE="
  10461. },
  10462. "nan": {
  10463. "version": "2.14.2",
  10464. "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
  10465. "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ=="
  10466. },
  10467. "nanoid": {
  10468. "version": "3.1.20",
  10469. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz",
  10470. "integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw=="
  10471. },
  10472. "nanomatch": {
  10473. "version": "1.2.13",
  10474. "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
  10475. "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
  10476. "requires": {
  10477. "arr-diff": "^4.0.0",
  10478. "array-unique": "^0.3.2",
  10479. "define-property": "^2.0.2",
  10480. "extend-shallow": "^3.0.2",
  10481. "fragment-cache": "^0.2.1",
  10482. "is-windows": "^1.0.2",
  10483. "kind-of": "^6.0.2",
  10484. "object.pick": "^1.3.0",
  10485. "regex-not": "^1.0.0",
  10486. "snapdragon": "^0.8.1",
  10487. "to-regex": "^3.0.1"
  10488. }
  10489. },
  10490. "native-url": {
  10491. "version": "0.2.6",
  10492. "resolved": "https://registry.npmjs.org/native-url/-/native-url-0.2.6.tgz",
  10493. "integrity": "sha512-k4bDC87WtgrdD362gZz6zoiXQrl40kYlBmpfmSjwRO1VU0V5ccwJTlxuE72F6m3V0vc1xOf6n3UCP9QyerRqmA==",
  10494. "requires": {
  10495. "querystring": "^0.2.0"
  10496. }
  10497. },
  10498. "natural-compare": {
  10499. "version": "1.4.0",
  10500. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  10501. "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
  10502. },
  10503. "negotiator": {
  10504. "version": "0.6.2",
  10505. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
  10506. "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw=="
  10507. },
  10508. "neo-async": {
  10509. "version": "2.6.2",
  10510. "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  10511. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
  10512. },
  10513. "next-tick": {
  10514. "version": "1.0.0",
  10515. "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
  10516. "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw="
  10517. },
  10518. "nice-try": {
  10519. "version": "1.0.5",
  10520. "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
  10521. "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
  10522. },
  10523. "no-case": {
  10524. "version": "3.0.4",
  10525. "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
  10526. "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
  10527. "requires": {
  10528. "lower-case": "^2.0.2",
  10529. "tslib": "^2.0.3"
  10530. },
  10531. "dependencies": {
  10532. "tslib": {
  10533. "version": "2.0.3",
  10534. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
  10535. "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
  10536. }
  10537. }
  10538. },
  10539. "node-forge": {
  10540. "version": "0.10.0",
  10541. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
  10542. "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA=="
  10543. },
  10544. "node-gyp": {
  10545. "version": "3.8.0",
  10546. "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz",
  10547. "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==",
  10548. "requires": {
  10549. "fstream": "^1.0.0",
  10550. "glob": "^7.0.3",
  10551. "graceful-fs": "^4.1.2",
  10552. "mkdirp": "^0.5.0",
  10553. "nopt": "2 || 3",
  10554. "npmlog": "0 || 1 || 2 || 3 || 4",
  10555. "osenv": "0",
  10556. "request": "^2.87.0",
  10557. "rimraf": "2",
  10558. "semver": "~5.3.0",
  10559. "tar": "^2.0.0",
  10560. "which": "1"
  10561. },
  10562. "dependencies": {
  10563. "rimraf": {
  10564. "version": "2.7.1",
  10565. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
  10566. "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
  10567. "requires": {
  10568. "glob": "^7.1.3"
  10569. }
  10570. },
  10571. "semver": {
  10572. "version": "5.3.0",
  10573. "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
  10574. "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8="
  10575. },
  10576. "tar": {
  10577. "version": "2.2.2",
  10578. "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.2.tgz",
  10579. "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==",
  10580. "requires": {
  10581. "block-stream": "*",
  10582. "fstream": "^1.0.12",
  10583. "inherits": "2"
  10584. }
  10585. }
  10586. }
  10587. },
  10588. "node-int64": {
  10589. "version": "0.4.0",
  10590. "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
  10591. "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs="
  10592. },
  10593. "node-libs-browser": {
  10594. "version": "2.2.1",
  10595. "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz",
  10596. "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==",
  10597. "requires": {
  10598. "assert": "^1.1.1",
  10599. "browserify-zlib": "^0.2.0",
  10600. "buffer": "^4.3.0",
  10601. "console-browserify": "^1.1.0",
  10602. "constants-browserify": "^1.0.0",
  10603. "crypto-browserify": "^3.11.0",
  10604. "domain-browser": "^1.1.1",
  10605. "events": "^3.0.0",
  10606. "https-browserify": "^1.0.0",
  10607. "os-browserify": "^0.3.0",
  10608. "path-browserify": "0.0.1",
  10609. "process": "^0.11.10",
  10610. "punycode": "^1.2.4",
  10611. "querystring-es3": "^0.2.0",
  10612. "readable-stream": "^2.3.3",
  10613. "stream-browserify": "^2.0.1",
  10614. "stream-http": "^2.7.2",
  10615. "string_decoder": "^1.0.0",
  10616. "timers-browserify": "^2.0.4",
  10617. "tty-browserify": "0.0.0",
  10618. "url": "^0.11.0",
  10619. "util": "^0.11.0",
  10620. "vm-browserify": "^1.0.1"
  10621. },
  10622. "dependencies": {
  10623. "punycode": {
  10624. "version": "1.4.1",
  10625. "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
  10626. "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
  10627. },
  10628. "readable-stream": {
  10629. "version": "2.3.7",
  10630. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  10631. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  10632. "requires": {
  10633. "core-util-is": "~1.0.0",
  10634. "inherits": "~2.0.3",
  10635. "isarray": "~1.0.0",
  10636. "process-nextick-args": "~2.0.0",
  10637. "safe-buffer": "~5.1.1",
  10638. "string_decoder": "~1.1.1",
  10639. "util-deprecate": "~1.0.1"
  10640. },
  10641. "dependencies": {
  10642. "string_decoder": {
  10643. "version": "1.1.1",
  10644. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  10645. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  10646. "requires": {
  10647. "safe-buffer": "~5.1.0"
  10648. }
  10649. }
  10650. }
  10651. }
  10652. }
  10653. },
  10654. "node-modules-regexp": {
  10655. "version": "1.0.0",
  10656. "resolved": "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz",
  10657. "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA="
  10658. },
  10659. "node-notifier": {
  10660. "version": "8.0.1",
  10661. "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-8.0.1.tgz",
  10662. "integrity": "sha512-BvEXF+UmsnAfYfoapKM9nGxnP+Wn7P91YfXmrKnfcYCx6VBeoN5Ez5Ogck6I8Bi5k4RlpqRYaw75pAwzX9OphA==",
  10663. "optional": true,
  10664. "requires": {
  10665. "growly": "^1.3.0",
  10666. "is-wsl": "^2.2.0",
  10667. "semver": "^7.3.2",
  10668. "shellwords": "^0.1.1",
  10669. "uuid": "^8.3.0",
  10670. "which": "^2.0.2"
  10671. },
  10672. "dependencies": {
  10673. "which": {
  10674. "version": "2.0.2",
  10675. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  10676. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  10677. "optional": true,
  10678. "requires": {
  10679. "isexe": "^2.0.0"
  10680. }
  10681. }
  10682. }
  10683. },
  10684. "node-releases": {
  10685. "version": "1.1.67",
  10686. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.67.tgz",
  10687. "integrity": "sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg=="
  10688. },
  10689. "node-sass": {
  10690. "version": "4.14.1",
  10691. "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz",
  10692. "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==",
  10693. "requires": {
  10694. "async-foreach": "^0.1.3",
  10695. "chalk": "^1.1.1",
  10696. "cross-spawn": "^3.0.0",
  10697. "gaze": "^1.0.0",
  10698. "get-stdin": "^4.0.1",
  10699. "glob": "^7.0.3",
  10700. "in-publish": "^2.0.0",
  10701. "lodash": "^4.17.15",
  10702. "meow": "^3.7.0",
  10703. "mkdirp": "^0.5.1",
  10704. "nan": "^2.13.2",
  10705. "node-gyp": "^3.8.0",
  10706. "npmlog": "^4.0.0",
  10707. "request": "^2.88.0",
  10708. "sass-graph": "2.2.5",
  10709. "stdout-stream": "^1.4.0",
  10710. "true-case-path": "^1.0.2"
  10711. },
  10712. "dependencies": {
  10713. "ansi-regex": {
  10714. "version": "2.1.1",
  10715. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
  10716. "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
  10717. },
  10718. "ansi-styles": {
  10719. "version": "2.2.1",
  10720. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
  10721. "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
  10722. },
  10723. "chalk": {
  10724. "version": "1.1.3",
  10725. "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
  10726. "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
  10727. "requires": {
  10728. "ansi-styles": "^2.2.1",
  10729. "escape-string-regexp": "^1.0.2",
  10730. "has-ansi": "^2.0.0",
  10731. "strip-ansi": "^3.0.0",
  10732. "supports-color": "^2.0.0"
  10733. }
  10734. },
  10735. "cross-spawn": {
  10736. "version": "3.0.1",
  10737. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
  10738. "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
  10739. "requires": {
  10740. "lru-cache": "^4.0.1",
  10741. "which": "^1.2.9"
  10742. }
  10743. },
  10744. "lru-cache": {
  10745. "version": "4.1.5",
  10746. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
  10747. "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
  10748. "requires": {
  10749. "pseudomap": "^1.0.2",
  10750. "yallist": "^2.1.2"
  10751. }
  10752. },
  10753. "strip-ansi": {
  10754. "version": "3.0.1",
  10755. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  10756. "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
  10757. "requires": {
  10758. "ansi-regex": "^2.0.0"
  10759. }
  10760. },
  10761. "supports-color": {
  10762. "version": "2.0.0",
  10763. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
  10764. "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
  10765. },
  10766. "yallist": {
  10767. "version": "2.1.2",
  10768. "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
  10769. "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
  10770. }
  10771. }
  10772. },
  10773. "nopt": {
  10774. "version": "3.0.6",
  10775. "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
  10776. "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
  10777. "requires": {
  10778. "abbrev": "1"
  10779. }
  10780. },
  10781. "normalize-package-data": {
  10782. "version": "2.5.0",
  10783. "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
  10784. "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
  10785. "requires": {
  10786. "hosted-git-info": "^2.1.4",
  10787. "resolve": "^1.10.0",
  10788. "semver": "2 || 3 || 4 || 5",
  10789. "validate-npm-package-license": "^3.0.1"
  10790. },
  10791. "dependencies": {
  10792. "semver": {
  10793. "version": "5.7.1",
  10794. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
  10795. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
  10796. }
  10797. }
  10798. },
  10799. "normalize-path": {
  10800. "version": "3.0.0",
  10801. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  10802. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
  10803. },
  10804. "normalize-range": {
  10805. "version": "0.1.2",
  10806. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  10807. "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI="
  10808. },
  10809. "normalize-url": {
  10810. "version": "1.9.1",
  10811. "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz",
  10812. "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=",
  10813. "requires": {
  10814. "object-assign": "^4.0.1",
  10815. "prepend-http": "^1.0.0",
  10816. "query-string": "^4.1.0",
  10817. "sort-keys": "^1.0.0"
  10818. }
  10819. },
  10820. "npm-run-path": {
  10821. "version": "2.0.2",
  10822. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
  10823. "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
  10824. "requires": {
  10825. "path-key": "^2.0.0"
  10826. }
  10827. },
  10828. "npmlog": {
  10829. "version": "4.1.2",
  10830. "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
  10831. "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
  10832. "requires": {
  10833. "are-we-there-yet": "~1.1.2",
  10834. "console-control-strings": "~1.1.0",
  10835. "gauge": "~2.7.3",
  10836. "set-blocking": "~2.0.0"
  10837. }
  10838. },
  10839. "nth-check": {
  10840. "version": "1.0.2",
  10841. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
  10842. "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
  10843. "requires": {
  10844. "boolbase": "~1.0.0"
  10845. }
  10846. },
  10847. "num2fraction": {
  10848. "version": "1.2.2",
  10849. "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
  10850. "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4="
  10851. },
  10852. "number-is-nan": {
  10853. "version": "1.0.1",
  10854. "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
  10855. "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0="
  10856. },
  10857. "nwsapi": {
  10858. "version": "2.2.0",
  10859. "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
  10860. "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ=="
  10861. },
  10862. "oauth-sign": {
  10863. "version": "0.9.0",
  10864. "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
  10865. "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ=="
  10866. },
  10867. "object-assign": {
  10868. "version": "4.1.1",
  10869. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  10870. "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
  10871. },
  10872. "object-copy": {
  10873. "version": "0.1.0",
  10874. "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
  10875. "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
  10876. "requires": {
  10877. "copy-descriptor": "^0.1.0",
  10878. "define-property": "^0.2.5",
  10879. "kind-of": "^3.0.3"
  10880. },
  10881. "dependencies": {
  10882. "define-property": {
  10883. "version": "0.2.5",
  10884. "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
  10885. "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
  10886. "requires": {
  10887. "is-descriptor": "^0.1.0"
  10888. }
  10889. },
  10890. "kind-of": {
  10891. "version": "3.2.2",
  10892. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  10893. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  10894. "requires": {
  10895. "is-buffer": "^1.1.5"
  10896. }
  10897. }
  10898. }
  10899. },
  10900. "object-inspect": {
  10901. "version": "1.9.0",
  10902. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz",
  10903. "integrity": "sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw=="
  10904. },
  10905. "object-is": {
  10906. "version": "1.1.4",
  10907. "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.4.tgz",
  10908. "integrity": "sha512-1ZvAZ4wlF7IyPVOcE1Omikt7UpaFlOQq0HlSti+ZvDH3UiD2brwGMwDbyV43jao2bKJ+4+WdPJHSd7kgzKYVqg==",
  10909. "requires": {
  10910. "call-bind": "^1.0.0",
  10911. "define-properties": "^1.1.3"
  10912. }
  10913. },
  10914. "object-keys": {
  10915. "version": "1.1.1",
  10916. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  10917. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA=="
  10918. },
  10919. "object-visit": {
  10920. "version": "1.0.1",
  10921. "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
  10922. "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
  10923. "requires": {
  10924. "isobject": "^3.0.0"
  10925. }
  10926. },
  10927. "object.assign": {
  10928. "version": "4.1.2",
  10929. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
  10930. "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
  10931. "requires": {
  10932. "call-bind": "^1.0.0",
  10933. "define-properties": "^1.1.3",
  10934. "has-symbols": "^1.0.1",
  10935. "object-keys": "^1.1.1"
  10936. }
  10937. },
  10938. "object.entries": {
  10939. "version": "1.1.3",
  10940. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.3.tgz",
  10941. "integrity": "sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==",
  10942. "requires": {
  10943. "call-bind": "^1.0.0",
  10944. "define-properties": "^1.1.3",
  10945. "es-abstract": "^1.18.0-next.1",
  10946. "has": "^1.0.3"
  10947. }
  10948. },
  10949. "object.fromentries": {
  10950. "version": "2.0.3",
  10951. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.3.tgz",
  10952. "integrity": "sha512-IDUSMXs6LOSJBWE++L0lzIbSqHl9KDCfff2x/JSEIDtEUavUnyMYC2ZGay/04Zq4UT8lvd4xNhU4/YHKibAOlw==",
  10953. "requires": {
  10954. "call-bind": "^1.0.0",
  10955. "define-properties": "^1.1.3",
  10956. "es-abstract": "^1.18.0-next.1",
  10957. "has": "^1.0.3"
  10958. }
  10959. },
  10960. "object.getownpropertydescriptors": {
  10961. "version": "2.1.1",
  10962. "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.1.tgz",
  10963. "integrity": "sha512-6DtXgZ/lIZ9hqx4GtZETobXLR/ZLaa0aqV0kzbn80Rf8Z2e/XFnhA0I7p07N2wH8bBBltr2xQPi6sbKWAY2Eng==",
  10964. "requires": {
  10965. "call-bind": "^1.0.0",
  10966. "define-properties": "^1.1.3",
  10967. "es-abstract": "^1.18.0-next.1"
  10968. }
  10969. },
  10970. "object.pick": {
  10971. "version": "1.3.0",
  10972. "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
  10973. "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
  10974. "requires": {
  10975. "isobject": "^3.0.1"
  10976. }
  10977. },
  10978. "object.values": {
  10979. "version": "1.1.2",
  10980. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.2.tgz",
  10981. "integrity": "sha512-MYC0jvJopr8EK6dPBiO8Nb9mvjdypOachO5REGk6MXzujbBrAisKo3HmdEI6kZDL6fC31Mwee/5YbtMebixeag==",
  10982. "requires": {
  10983. "call-bind": "^1.0.0",
  10984. "define-properties": "^1.1.3",
  10985. "es-abstract": "^1.18.0-next.1",
  10986. "has": "^1.0.3"
  10987. }
  10988. },
  10989. "obuf": {
  10990. "version": "1.1.2",
  10991. "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
  10992. "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg=="
  10993. },
  10994. "on-finished": {
  10995. "version": "2.3.0",
  10996. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
  10997. "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
  10998. "requires": {
  10999. "ee-first": "1.1.1"
  11000. }
  11001. },
  11002. "on-headers": {
  11003. "version": "1.0.2",
  11004. "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
  11005. "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA=="
  11006. },
  11007. "once": {
  11008. "version": "1.4.0",
  11009. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  11010. "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  11011. "requires": {
  11012. "wrappy": "1"
  11013. }
  11014. },
  11015. "onetime": {
  11016. "version": "5.1.2",
  11017. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  11018. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  11019. "requires": {
  11020. "mimic-fn": "^2.1.0"
  11021. }
  11022. },
  11023. "open": {
  11024. "version": "7.3.0",
  11025. "resolved": "https://registry.npmjs.org/open/-/open-7.3.0.tgz",
  11026. "integrity": "sha512-mgLwQIx2F/ye9SmbrUkurZCnkoXyXyu9EbHtJZrICjVAJfyMArdHp3KkixGdZx1ZHFPNIwl0DDM1dFFqXbTLZw==",
  11027. "requires": {
  11028. "is-docker": "^2.0.0",
  11029. "is-wsl": "^2.1.1"
  11030. }
  11031. },
  11032. "opn": {
  11033. "version": "5.5.0",
  11034. "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz",
  11035. "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==",
  11036. "requires": {
  11037. "is-wsl": "^1.1.0"
  11038. },
  11039. "dependencies": {
  11040. "is-wsl": {
  11041. "version": "1.1.0",
  11042. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
  11043. "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0="
  11044. }
  11045. }
  11046. },
  11047. "optimize-css-assets-webpack-plugin": {
  11048. "version": "5.0.4",
  11049. "resolved": "https://registry.npmjs.org/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.4.tgz",
  11050. "integrity": "sha512-wqd6FdI2a5/FdoiCNNkEvLeA//lHHfG24Ln2Xm2qqdIk4aOlsR18jwpyOihqQ8849W3qu2DX8fOYxpvTMj+93A==",
  11051. "requires": {
  11052. "cssnano": "^4.1.10",
  11053. "last-call-webpack-plugin": "^3.0.0"
  11054. }
  11055. },
  11056. "optionator": {
  11057. "version": "0.9.1",
  11058. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
  11059. "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
  11060. "requires": {
  11061. "deep-is": "^0.1.3",
  11062. "fast-levenshtein": "^2.0.6",
  11063. "levn": "^0.4.1",
  11064. "prelude-ls": "^1.2.1",
  11065. "type-check": "^0.4.0",
  11066. "word-wrap": "^1.2.3"
  11067. }
  11068. },
  11069. "original": {
  11070. "version": "1.0.2",
  11071. "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz",
  11072. "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==",
  11073. "requires": {
  11074. "url-parse": "^1.4.3"
  11075. }
  11076. },
  11077. "os-browserify": {
  11078. "version": "0.3.0",
  11079. "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz",
  11080. "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc="
  11081. },
  11082. "os-homedir": {
  11083. "version": "1.0.2",
  11084. "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
  11085. "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M="
  11086. },
  11087. "os-tmpdir": {
  11088. "version": "1.0.2",
  11089. "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
  11090. "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ="
  11091. },
  11092. "osenv": {
  11093. "version": "0.1.5",
  11094. "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
  11095. "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
  11096. "requires": {
  11097. "os-homedir": "^1.0.0",
  11098. "os-tmpdir": "^1.0.0"
  11099. }
  11100. },
  11101. "p-each-series": {
  11102. "version": "2.2.0",
  11103. "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.2.0.tgz",
  11104. "integrity": "sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA=="
  11105. },
  11106. "p-finally": {
  11107. "version": "1.0.0",
  11108. "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
  11109. "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
  11110. },
  11111. "p-limit": {
  11112. "version": "2.3.0",
  11113. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  11114. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  11115. "requires": {
  11116. "p-try": "^2.0.0"
  11117. }
  11118. },
  11119. "p-locate": {
  11120. "version": "4.1.0",
  11121. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  11122. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  11123. "requires": {
  11124. "p-limit": "^2.2.0"
  11125. }
  11126. },
  11127. "p-map": {
  11128. "version": "4.0.0",
  11129. "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
  11130. "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
  11131. "requires": {
  11132. "aggregate-error": "^3.0.0"
  11133. }
  11134. },
  11135. "p-retry": {
  11136. "version": "3.0.1",
  11137. "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz",
  11138. "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==",
  11139. "requires": {
  11140. "retry": "^0.12.0"
  11141. }
  11142. },
  11143. "p-try": {
  11144. "version": "2.2.0",
  11145. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  11146. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
  11147. },
  11148. "pako": {
  11149. "version": "1.0.11",
  11150. "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
  11151. "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="
  11152. },
  11153. "parallel-transform": {
  11154. "version": "1.2.0",
  11155. "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz",
  11156. "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==",
  11157. "requires": {
  11158. "cyclist": "^1.0.1",
  11159. "inherits": "^2.0.3",
  11160. "readable-stream": "^2.1.5"
  11161. },
  11162. "dependencies": {
  11163. "readable-stream": {
  11164. "version": "2.3.7",
  11165. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  11166. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  11167. "requires": {
  11168. "core-util-is": "~1.0.0",
  11169. "inherits": "~2.0.3",
  11170. "isarray": "~1.0.0",
  11171. "process-nextick-args": "~2.0.0",
  11172. "safe-buffer": "~5.1.1",
  11173. "string_decoder": "~1.1.1",
  11174. "util-deprecate": "~1.0.1"
  11175. }
  11176. },
  11177. "string_decoder": {
  11178. "version": "1.1.1",
  11179. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  11180. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  11181. "requires": {
  11182. "safe-buffer": "~5.1.0"
  11183. }
  11184. }
  11185. }
  11186. },
  11187. "param-case": {
  11188. "version": "3.0.4",
  11189. "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
  11190. "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
  11191. "requires": {
  11192. "dot-case": "^3.0.4",
  11193. "tslib": "^2.0.3"
  11194. },
  11195. "dependencies": {
  11196. "tslib": {
  11197. "version": "2.0.3",
  11198. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
  11199. "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
  11200. }
  11201. }
  11202. },
  11203. "parent-module": {
  11204. "version": "1.0.1",
  11205. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  11206. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  11207. "requires": {
  11208. "callsites": "^3.0.0"
  11209. }
  11210. },
  11211. "parse-asn1": {
  11212. "version": "5.1.6",
  11213. "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz",
  11214. "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==",
  11215. "requires": {
  11216. "asn1.js": "^5.2.0",
  11217. "browserify-aes": "^1.0.0",
  11218. "evp_bytestokey": "^1.0.0",
  11219. "pbkdf2": "^3.0.3",
  11220. "safe-buffer": "^5.1.1"
  11221. }
  11222. },
  11223. "parse-json": {
  11224. "version": "5.1.0",
  11225. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.1.0.tgz",
  11226. "integrity": "sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ==",
  11227. "requires": {
  11228. "@babel/code-frame": "^7.0.0",
  11229. "error-ex": "^1.3.1",
  11230. "json-parse-even-better-errors": "^2.3.0",
  11231. "lines-and-columns": "^1.1.6"
  11232. }
  11233. },
  11234. "parse5": {
  11235. "version": "5.1.1",
  11236. "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz",
  11237. "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug=="
  11238. },
  11239. "parseurl": {
  11240. "version": "1.3.3",
  11241. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  11242. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="
  11243. },
  11244. "pascal-case": {
  11245. "version": "3.1.2",
  11246. "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
  11247. "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
  11248. "requires": {
  11249. "no-case": "^3.0.4",
  11250. "tslib": "^2.0.3"
  11251. },
  11252. "dependencies": {
  11253. "tslib": {
  11254. "version": "2.0.3",
  11255. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
  11256. "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
  11257. }
  11258. }
  11259. },
  11260. "pascalcase": {
  11261. "version": "0.1.1",
  11262. "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
  11263. "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ="
  11264. },
  11265. "path-browserify": {
  11266. "version": "0.0.1",
  11267. "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz",
  11268. "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ=="
  11269. },
  11270. "path-dirname": {
  11271. "version": "1.0.2",
  11272. "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
  11273. "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA="
  11274. },
  11275. "path-exists": {
  11276. "version": "4.0.0",
  11277. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  11278. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
  11279. },
  11280. "path-is-absolute": {
  11281. "version": "1.0.1",
  11282. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  11283. "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
  11284. },
  11285. "path-is-inside": {
  11286. "version": "1.0.2",
  11287. "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
  11288. "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM="
  11289. },
  11290. "path-key": {
  11291. "version": "2.0.1",
  11292. "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
  11293. "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
  11294. },
  11295. "path-parse": {
  11296. "version": "1.0.6",
  11297. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
  11298. "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw=="
  11299. },
  11300. "path-to-regexp": {
  11301. "version": "0.1.7",
  11302. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
  11303. "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
  11304. },
  11305. "path-type": {
  11306. "version": "4.0.0",
  11307. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  11308. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
  11309. },
  11310. "pbkdf2": {
  11311. "version": "3.1.1",
  11312. "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.1.tgz",
  11313. "integrity": "sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg==",
  11314. "requires": {
  11315. "create-hash": "^1.1.2",
  11316. "create-hmac": "^1.1.4",
  11317. "ripemd160": "^2.0.1",
  11318. "safe-buffer": "^5.0.1",
  11319. "sha.js": "^2.4.8"
  11320. }
  11321. },
  11322. "performance-now": {
  11323. "version": "2.1.0",
  11324. "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
  11325. "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
  11326. },
  11327. "picomatch": {
  11328. "version": "2.2.2",
  11329. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz",
  11330. "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg=="
  11331. },
  11332. "pify": {
  11333. "version": "4.0.1",
  11334. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  11335. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g=="
  11336. },
  11337. "pinkie": {
  11338. "version": "2.0.4",
  11339. "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
  11340. "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA="
  11341. },
  11342. "pinkie-promise": {
  11343. "version": "2.0.1",
  11344. "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
  11345. "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
  11346. "requires": {
  11347. "pinkie": "^2.0.0"
  11348. }
  11349. },
  11350. "pirates": {
  11351. "version": "4.0.1",
  11352. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz",
  11353. "integrity": "sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==",
  11354. "requires": {
  11355. "node-modules-regexp": "^1.0.0"
  11356. }
  11357. },
  11358. "pkg-dir": {
  11359. "version": "3.0.0",
  11360. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz",
  11361. "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
  11362. "requires": {
  11363. "find-up": "^3.0.0"
  11364. },
  11365. "dependencies": {
  11366. "find-up": {
  11367. "version": "3.0.0",
  11368. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  11369. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  11370. "requires": {
  11371. "locate-path": "^3.0.0"
  11372. }
  11373. },
  11374. "locate-path": {
  11375. "version": "3.0.0",
  11376. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  11377. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  11378. "requires": {
  11379. "p-locate": "^3.0.0",
  11380. "path-exists": "^3.0.0"
  11381. }
  11382. },
  11383. "p-locate": {
  11384. "version": "3.0.0",
  11385. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  11386. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  11387. "requires": {
  11388. "p-limit": "^2.0.0"
  11389. }
  11390. },
  11391. "path-exists": {
  11392. "version": "3.0.0",
  11393. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  11394. "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
  11395. }
  11396. }
  11397. },
  11398. "pkg-up": {
  11399. "version": "3.1.0",
  11400. "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
  11401. "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
  11402. "requires": {
  11403. "find-up": "^3.0.0"
  11404. },
  11405. "dependencies": {
  11406. "find-up": {
  11407. "version": "3.0.0",
  11408. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  11409. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  11410. "requires": {
  11411. "locate-path": "^3.0.0"
  11412. }
  11413. },
  11414. "locate-path": {
  11415. "version": "3.0.0",
  11416. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  11417. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  11418. "requires": {
  11419. "p-locate": "^3.0.0",
  11420. "path-exists": "^3.0.0"
  11421. }
  11422. },
  11423. "p-locate": {
  11424. "version": "3.0.0",
  11425. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  11426. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  11427. "requires": {
  11428. "p-limit": "^2.0.0"
  11429. }
  11430. },
  11431. "path-exists": {
  11432. "version": "3.0.0",
  11433. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  11434. "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
  11435. }
  11436. }
  11437. },
  11438. "pnp-webpack-plugin": {
  11439. "version": "1.6.4",
  11440. "resolved": "https://registry.npmjs.org/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz",
  11441. "integrity": "sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==",
  11442. "requires": {
  11443. "ts-pnp": "^1.1.6"
  11444. }
  11445. },
  11446. "portfinder": {
  11447. "version": "1.0.28",
  11448. "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz",
  11449. "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==",
  11450. "requires": {
  11451. "async": "^2.6.2",
  11452. "debug": "^3.1.1",
  11453. "mkdirp": "^0.5.5"
  11454. },
  11455. "dependencies": {
  11456. "debug": {
  11457. "version": "3.2.7",
  11458. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  11459. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  11460. "requires": {
  11461. "ms": "^2.1.1"
  11462. }
  11463. }
  11464. }
  11465. },
  11466. "posix-character-classes": {
  11467. "version": "0.1.1",
  11468. "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
  11469. "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs="
  11470. },
  11471. "postcss": {
  11472. "version": "7.0.35",
  11473. "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz",
  11474. "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==",
  11475. "requires": {
  11476. "chalk": "^2.4.2",
  11477. "source-map": "^0.6.1",
  11478. "supports-color": "^6.1.0"
  11479. },
  11480. "dependencies": {
  11481. "source-map": {
  11482. "version": "0.6.1",
  11483. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  11484. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  11485. },
  11486. "supports-color": {
  11487. "version": "6.1.0",
  11488. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
  11489. "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
  11490. "requires": {
  11491. "has-flag": "^3.0.0"
  11492. }
  11493. }
  11494. }
  11495. },
  11496. "postcss-attribute-case-insensitive": {
  11497. "version": "4.0.2",
  11498. "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz",
  11499. "integrity": "sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==",
  11500. "requires": {
  11501. "postcss": "^7.0.2",
  11502. "postcss-selector-parser": "^6.0.2"
  11503. }
  11504. },
  11505. "postcss-browser-comments": {
  11506. "version": "3.0.0",
  11507. "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-3.0.0.tgz",
  11508. "integrity": "sha512-qfVjLfq7HFd2e0HW4s1dvU8X080OZdG46fFbIBFjW7US7YPDcWfRvdElvwMJr2LI6hMmD+7LnH2HcmXTs+uOig==",
  11509. "requires": {
  11510. "postcss": "^7"
  11511. }
  11512. },
  11513. "postcss-calc": {
  11514. "version": "7.0.5",
  11515. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.5.tgz",
  11516. "integrity": "sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==",
  11517. "requires": {
  11518. "postcss": "^7.0.27",
  11519. "postcss-selector-parser": "^6.0.2",
  11520. "postcss-value-parser": "^4.0.2"
  11521. }
  11522. },
  11523. "postcss-color-functional-notation": {
  11524. "version": "2.0.1",
  11525. "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz",
  11526. "integrity": "sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==",
  11527. "requires": {
  11528. "postcss": "^7.0.2",
  11529. "postcss-values-parser": "^2.0.0"
  11530. }
  11531. },
  11532. "postcss-color-gray": {
  11533. "version": "5.0.0",
  11534. "resolved": "https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz",
  11535. "integrity": "sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw==",
  11536. "requires": {
  11537. "@csstools/convert-colors": "^1.4.0",
  11538. "postcss": "^7.0.5",
  11539. "postcss-values-parser": "^2.0.0"
  11540. }
  11541. },
  11542. "postcss-color-hex-alpha": {
  11543. "version": "5.0.3",
  11544. "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz",
  11545. "integrity": "sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==",
  11546. "requires": {
  11547. "postcss": "^7.0.14",
  11548. "postcss-values-parser": "^2.0.1"
  11549. }
  11550. },
  11551. "postcss-color-mod-function": {
  11552. "version": "3.0.3",
  11553. "resolved": "https://registry.npmjs.org/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz",
  11554. "integrity": "sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ==",
  11555. "requires": {
  11556. "@csstools/convert-colors": "^1.4.0",
  11557. "postcss": "^7.0.2",
  11558. "postcss-values-parser": "^2.0.0"
  11559. }
  11560. },
  11561. "postcss-color-rebeccapurple": {
  11562. "version": "4.0.1",
  11563. "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-4.0.1.tgz",
  11564. "integrity": "sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g==",
  11565. "requires": {
  11566. "postcss": "^7.0.2",
  11567. "postcss-values-parser": "^2.0.0"
  11568. }
  11569. },
  11570. "postcss-colormin": {
  11571. "version": "4.0.3",
  11572. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-4.0.3.tgz",
  11573. "integrity": "sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==",
  11574. "requires": {
  11575. "browserslist": "^4.0.0",
  11576. "color": "^3.0.0",
  11577. "has": "^1.0.0",
  11578. "postcss": "^7.0.0",
  11579. "postcss-value-parser": "^3.0.0"
  11580. },
  11581. "dependencies": {
  11582. "postcss-value-parser": {
  11583. "version": "3.3.1",
  11584. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  11585. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  11586. }
  11587. }
  11588. },
  11589. "postcss-convert-values": {
  11590. "version": "4.0.1",
  11591. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz",
  11592. "integrity": "sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==",
  11593. "requires": {
  11594. "postcss": "^7.0.0",
  11595. "postcss-value-parser": "^3.0.0"
  11596. },
  11597. "dependencies": {
  11598. "postcss-value-parser": {
  11599. "version": "3.3.1",
  11600. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  11601. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  11602. }
  11603. }
  11604. },
  11605. "postcss-custom-media": {
  11606. "version": "7.0.8",
  11607. "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz",
  11608. "integrity": "sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==",
  11609. "requires": {
  11610. "postcss": "^7.0.14"
  11611. }
  11612. },
  11613. "postcss-custom-properties": {
  11614. "version": "8.0.11",
  11615. "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz",
  11616. "integrity": "sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==",
  11617. "requires": {
  11618. "postcss": "^7.0.17",
  11619. "postcss-values-parser": "^2.0.1"
  11620. }
  11621. },
  11622. "postcss-custom-selectors": {
  11623. "version": "5.1.2",
  11624. "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz",
  11625. "integrity": "sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==",
  11626. "requires": {
  11627. "postcss": "^7.0.2",
  11628. "postcss-selector-parser": "^5.0.0-rc.3"
  11629. },
  11630. "dependencies": {
  11631. "cssesc": {
  11632. "version": "2.0.0",
  11633. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz",
  11634. "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg=="
  11635. },
  11636. "postcss-selector-parser": {
  11637. "version": "5.0.0",
  11638. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz",
  11639. "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==",
  11640. "requires": {
  11641. "cssesc": "^2.0.0",
  11642. "indexes-of": "^1.0.1",
  11643. "uniq": "^1.0.1"
  11644. }
  11645. }
  11646. }
  11647. },
  11648. "postcss-dir-pseudo-class": {
  11649. "version": "5.0.0",
  11650. "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz",
  11651. "integrity": "sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw==",
  11652. "requires": {
  11653. "postcss": "^7.0.2",
  11654. "postcss-selector-parser": "^5.0.0-rc.3"
  11655. },
  11656. "dependencies": {
  11657. "cssesc": {
  11658. "version": "2.0.0",
  11659. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz",
  11660. "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg=="
  11661. },
  11662. "postcss-selector-parser": {
  11663. "version": "5.0.0",
  11664. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz",
  11665. "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==",
  11666. "requires": {
  11667. "cssesc": "^2.0.0",
  11668. "indexes-of": "^1.0.1",
  11669. "uniq": "^1.0.1"
  11670. }
  11671. }
  11672. }
  11673. },
  11674. "postcss-discard-comments": {
  11675. "version": "4.0.2",
  11676. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz",
  11677. "integrity": "sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==",
  11678. "requires": {
  11679. "postcss": "^7.0.0"
  11680. }
  11681. },
  11682. "postcss-discard-duplicates": {
  11683. "version": "4.0.2",
  11684. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz",
  11685. "integrity": "sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==",
  11686. "requires": {
  11687. "postcss": "^7.0.0"
  11688. }
  11689. },
  11690. "postcss-discard-empty": {
  11691. "version": "4.0.1",
  11692. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz",
  11693. "integrity": "sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==",
  11694. "requires": {
  11695. "postcss": "^7.0.0"
  11696. }
  11697. },
  11698. "postcss-discard-overridden": {
  11699. "version": "4.0.1",
  11700. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz",
  11701. "integrity": "sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==",
  11702. "requires": {
  11703. "postcss": "^7.0.0"
  11704. }
  11705. },
  11706. "postcss-double-position-gradients": {
  11707. "version": "1.0.0",
  11708. "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz",
  11709. "integrity": "sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA==",
  11710. "requires": {
  11711. "postcss": "^7.0.5",
  11712. "postcss-values-parser": "^2.0.0"
  11713. }
  11714. },
  11715. "postcss-env-function": {
  11716. "version": "2.0.2",
  11717. "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.2.tgz",
  11718. "integrity": "sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==",
  11719. "requires": {
  11720. "postcss": "^7.0.2",
  11721. "postcss-values-parser": "^2.0.0"
  11722. }
  11723. },
  11724. "postcss-flexbugs-fixes": {
  11725. "version": "4.2.1",
  11726. "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.1.tgz",
  11727. "integrity": "sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==",
  11728. "requires": {
  11729. "postcss": "^7.0.26"
  11730. }
  11731. },
  11732. "postcss-focus-visible": {
  11733. "version": "4.0.0",
  11734. "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz",
  11735. "integrity": "sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==",
  11736. "requires": {
  11737. "postcss": "^7.0.2"
  11738. }
  11739. },
  11740. "postcss-focus-within": {
  11741. "version": "3.0.0",
  11742. "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz",
  11743. "integrity": "sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==",
  11744. "requires": {
  11745. "postcss": "^7.0.2"
  11746. }
  11747. },
  11748. "postcss-font-variant": {
  11749. "version": "4.0.1",
  11750. "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-4.0.1.tgz",
  11751. "integrity": "sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==",
  11752. "requires": {
  11753. "postcss": "^7.0.2"
  11754. }
  11755. },
  11756. "postcss-gap-properties": {
  11757. "version": "2.0.0",
  11758. "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz",
  11759. "integrity": "sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==",
  11760. "requires": {
  11761. "postcss": "^7.0.2"
  11762. }
  11763. },
  11764. "postcss-image-set-function": {
  11765. "version": "3.0.1",
  11766. "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz",
  11767. "integrity": "sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==",
  11768. "requires": {
  11769. "postcss": "^7.0.2",
  11770. "postcss-values-parser": "^2.0.0"
  11771. }
  11772. },
  11773. "postcss-initial": {
  11774. "version": "3.0.2",
  11775. "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.2.tgz",
  11776. "integrity": "sha512-ugA2wKonC0xeNHgirR4D3VWHs2JcU08WAi1KFLVcnb7IN89phID6Qtg2RIctWbnvp1TM2BOmDtX8GGLCKdR8YA==",
  11777. "requires": {
  11778. "lodash.template": "^4.5.0",
  11779. "postcss": "^7.0.2"
  11780. }
  11781. },
  11782. "postcss-lab-function": {
  11783. "version": "2.0.1",
  11784. "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz",
  11785. "integrity": "sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg==",
  11786. "requires": {
  11787. "@csstools/convert-colors": "^1.4.0",
  11788. "postcss": "^7.0.2",
  11789. "postcss-values-parser": "^2.0.0"
  11790. }
  11791. },
  11792. "postcss-load-config": {
  11793. "version": "2.1.2",
  11794. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.2.tgz",
  11795. "integrity": "sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw==",
  11796. "requires": {
  11797. "cosmiconfig": "^5.0.0",
  11798. "import-cwd": "^2.0.0"
  11799. },
  11800. "dependencies": {
  11801. "cosmiconfig": {
  11802. "version": "5.2.1",
  11803. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
  11804. "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
  11805. "requires": {
  11806. "import-fresh": "^2.0.0",
  11807. "is-directory": "^0.3.1",
  11808. "js-yaml": "^3.13.1",
  11809. "parse-json": "^4.0.0"
  11810. }
  11811. },
  11812. "import-fresh": {
  11813. "version": "2.0.0",
  11814. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
  11815. "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=",
  11816. "requires": {
  11817. "caller-path": "^2.0.0",
  11818. "resolve-from": "^3.0.0"
  11819. }
  11820. },
  11821. "parse-json": {
  11822. "version": "4.0.0",
  11823. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  11824. "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
  11825. "requires": {
  11826. "error-ex": "^1.3.1",
  11827. "json-parse-better-errors": "^1.0.1"
  11828. }
  11829. },
  11830. "resolve-from": {
  11831. "version": "3.0.0",
  11832. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
  11833. "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g="
  11834. }
  11835. }
  11836. },
  11837. "postcss-loader": {
  11838. "version": "3.0.0",
  11839. "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-3.0.0.tgz",
  11840. "integrity": "sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==",
  11841. "requires": {
  11842. "loader-utils": "^1.1.0",
  11843. "postcss": "^7.0.0",
  11844. "postcss-load-config": "^2.0.0",
  11845. "schema-utils": "^1.0.0"
  11846. },
  11847. "dependencies": {
  11848. "json5": {
  11849. "version": "1.0.1",
  11850. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  11851. "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  11852. "requires": {
  11853. "minimist": "^1.2.0"
  11854. }
  11855. },
  11856. "loader-utils": {
  11857. "version": "1.4.0",
  11858. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
  11859. "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
  11860. "requires": {
  11861. "big.js": "^5.2.2",
  11862. "emojis-list": "^3.0.0",
  11863. "json5": "^1.0.1"
  11864. }
  11865. },
  11866. "schema-utils": {
  11867. "version": "1.0.0",
  11868. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
  11869. "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
  11870. "requires": {
  11871. "ajv": "^6.1.0",
  11872. "ajv-errors": "^1.0.0",
  11873. "ajv-keywords": "^3.1.0"
  11874. }
  11875. }
  11876. }
  11877. },
  11878. "postcss-logical": {
  11879. "version": "3.0.0",
  11880. "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-3.0.0.tgz",
  11881. "integrity": "sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA==",
  11882. "requires": {
  11883. "postcss": "^7.0.2"
  11884. }
  11885. },
  11886. "postcss-media-minmax": {
  11887. "version": "4.0.0",
  11888. "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz",
  11889. "integrity": "sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==",
  11890. "requires": {
  11891. "postcss": "^7.0.2"
  11892. }
  11893. },
  11894. "postcss-merge-longhand": {
  11895. "version": "4.0.11",
  11896. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz",
  11897. "integrity": "sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==",
  11898. "requires": {
  11899. "css-color-names": "0.0.4",
  11900. "postcss": "^7.0.0",
  11901. "postcss-value-parser": "^3.0.0",
  11902. "stylehacks": "^4.0.0"
  11903. },
  11904. "dependencies": {
  11905. "postcss-value-parser": {
  11906. "version": "3.3.1",
  11907. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  11908. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  11909. }
  11910. }
  11911. },
  11912. "postcss-merge-rules": {
  11913. "version": "4.0.3",
  11914. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz",
  11915. "integrity": "sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==",
  11916. "requires": {
  11917. "browserslist": "^4.0.0",
  11918. "caniuse-api": "^3.0.0",
  11919. "cssnano-util-same-parent": "^4.0.0",
  11920. "postcss": "^7.0.0",
  11921. "postcss-selector-parser": "^3.0.0",
  11922. "vendors": "^1.0.0"
  11923. },
  11924. "dependencies": {
  11925. "postcss-selector-parser": {
  11926. "version": "3.1.2",
  11927. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz",
  11928. "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==",
  11929. "requires": {
  11930. "dot-prop": "^5.2.0",
  11931. "indexes-of": "^1.0.1",
  11932. "uniq": "^1.0.1"
  11933. }
  11934. }
  11935. }
  11936. },
  11937. "postcss-minify-font-values": {
  11938. "version": "4.0.2",
  11939. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz",
  11940. "integrity": "sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==",
  11941. "requires": {
  11942. "postcss": "^7.0.0",
  11943. "postcss-value-parser": "^3.0.0"
  11944. },
  11945. "dependencies": {
  11946. "postcss-value-parser": {
  11947. "version": "3.3.1",
  11948. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  11949. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  11950. }
  11951. }
  11952. },
  11953. "postcss-minify-gradients": {
  11954. "version": "4.0.2",
  11955. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz",
  11956. "integrity": "sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==",
  11957. "requires": {
  11958. "cssnano-util-get-arguments": "^4.0.0",
  11959. "is-color-stop": "^1.0.0",
  11960. "postcss": "^7.0.0",
  11961. "postcss-value-parser": "^3.0.0"
  11962. },
  11963. "dependencies": {
  11964. "postcss-value-parser": {
  11965. "version": "3.3.1",
  11966. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  11967. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  11968. }
  11969. }
  11970. },
  11971. "postcss-minify-params": {
  11972. "version": "4.0.2",
  11973. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz",
  11974. "integrity": "sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==",
  11975. "requires": {
  11976. "alphanum-sort": "^1.0.0",
  11977. "browserslist": "^4.0.0",
  11978. "cssnano-util-get-arguments": "^4.0.0",
  11979. "postcss": "^7.0.0",
  11980. "postcss-value-parser": "^3.0.0",
  11981. "uniqs": "^2.0.0"
  11982. },
  11983. "dependencies": {
  11984. "postcss-value-parser": {
  11985. "version": "3.3.1",
  11986. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  11987. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  11988. }
  11989. }
  11990. },
  11991. "postcss-minify-selectors": {
  11992. "version": "4.0.2",
  11993. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz",
  11994. "integrity": "sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==",
  11995. "requires": {
  11996. "alphanum-sort": "^1.0.0",
  11997. "has": "^1.0.0",
  11998. "postcss": "^7.0.0",
  11999. "postcss-selector-parser": "^3.0.0"
  12000. },
  12001. "dependencies": {
  12002. "postcss-selector-parser": {
  12003. "version": "3.1.2",
  12004. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz",
  12005. "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==",
  12006. "requires": {
  12007. "dot-prop": "^5.2.0",
  12008. "indexes-of": "^1.0.1",
  12009. "uniq": "^1.0.1"
  12010. }
  12011. }
  12012. }
  12013. },
  12014. "postcss-modules-extract-imports": {
  12015. "version": "2.0.0",
  12016. "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz",
  12017. "integrity": "sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==",
  12018. "requires": {
  12019. "postcss": "^7.0.5"
  12020. }
  12021. },
  12022. "postcss-modules-local-by-default": {
  12023. "version": "3.0.3",
  12024. "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz",
  12025. "integrity": "sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==",
  12026. "requires": {
  12027. "icss-utils": "^4.1.1",
  12028. "postcss": "^7.0.32",
  12029. "postcss-selector-parser": "^6.0.2",
  12030. "postcss-value-parser": "^4.1.0"
  12031. }
  12032. },
  12033. "postcss-modules-scope": {
  12034. "version": "2.2.0",
  12035. "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz",
  12036. "integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==",
  12037. "requires": {
  12038. "postcss": "^7.0.6",
  12039. "postcss-selector-parser": "^6.0.0"
  12040. }
  12041. },
  12042. "postcss-modules-values": {
  12043. "version": "3.0.0",
  12044. "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz",
  12045. "integrity": "sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==",
  12046. "requires": {
  12047. "icss-utils": "^4.0.0",
  12048. "postcss": "^7.0.6"
  12049. }
  12050. },
  12051. "postcss-nesting": {
  12052. "version": "7.0.1",
  12053. "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-7.0.1.tgz",
  12054. "integrity": "sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==",
  12055. "requires": {
  12056. "postcss": "^7.0.2"
  12057. }
  12058. },
  12059. "postcss-normalize": {
  12060. "version": "8.0.1",
  12061. "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-8.0.1.tgz",
  12062. "integrity": "sha512-rt9JMS/m9FHIRroDDBGSMsyW1c0fkvOJPy62ggxSHUldJO7B195TqFMqIf+lY5ezpDcYOV4j86aUp3/XbxzCCQ==",
  12063. "requires": {
  12064. "@csstools/normalize.css": "^10.1.0",
  12065. "browserslist": "^4.6.2",
  12066. "postcss": "^7.0.17",
  12067. "postcss-browser-comments": "^3.0.0",
  12068. "sanitize.css": "^10.0.0"
  12069. }
  12070. },
  12071. "postcss-normalize-charset": {
  12072. "version": "4.0.1",
  12073. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz",
  12074. "integrity": "sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==",
  12075. "requires": {
  12076. "postcss": "^7.0.0"
  12077. }
  12078. },
  12079. "postcss-normalize-display-values": {
  12080. "version": "4.0.2",
  12081. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz",
  12082. "integrity": "sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==",
  12083. "requires": {
  12084. "cssnano-util-get-match": "^4.0.0",
  12085. "postcss": "^7.0.0",
  12086. "postcss-value-parser": "^3.0.0"
  12087. },
  12088. "dependencies": {
  12089. "postcss-value-parser": {
  12090. "version": "3.3.1",
  12091. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  12092. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  12093. }
  12094. }
  12095. },
  12096. "postcss-normalize-positions": {
  12097. "version": "4.0.2",
  12098. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz",
  12099. "integrity": "sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==",
  12100. "requires": {
  12101. "cssnano-util-get-arguments": "^4.0.0",
  12102. "has": "^1.0.0",
  12103. "postcss": "^7.0.0",
  12104. "postcss-value-parser": "^3.0.0"
  12105. },
  12106. "dependencies": {
  12107. "postcss-value-parser": {
  12108. "version": "3.3.1",
  12109. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  12110. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  12111. }
  12112. }
  12113. },
  12114. "postcss-normalize-repeat-style": {
  12115. "version": "4.0.2",
  12116. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz",
  12117. "integrity": "sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==",
  12118. "requires": {
  12119. "cssnano-util-get-arguments": "^4.0.0",
  12120. "cssnano-util-get-match": "^4.0.0",
  12121. "postcss": "^7.0.0",
  12122. "postcss-value-parser": "^3.0.0"
  12123. },
  12124. "dependencies": {
  12125. "postcss-value-parser": {
  12126. "version": "3.3.1",
  12127. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  12128. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  12129. }
  12130. }
  12131. },
  12132. "postcss-normalize-string": {
  12133. "version": "4.0.2",
  12134. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz",
  12135. "integrity": "sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==",
  12136. "requires": {
  12137. "has": "^1.0.0",
  12138. "postcss": "^7.0.0",
  12139. "postcss-value-parser": "^3.0.0"
  12140. },
  12141. "dependencies": {
  12142. "postcss-value-parser": {
  12143. "version": "3.3.1",
  12144. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  12145. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  12146. }
  12147. }
  12148. },
  12149. "postcss-normalize-timing-functions": {
  12150. "version": "4.0.2",
  12151. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz",
  12152. "integrity": "sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==",
  12153. "requires": {
  12154. "cssnano-util-get-match": "^4.0.0",
  12155. "postcss": "^7.0.0",
  12156. "postcss-value-parser": "^3.0.0"
  12157. },
  12158. "dependencies": {
  12159. "postcss-value-parser": {
  12160. "version": "3.3.1",
  12161. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  12162. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  12163. }
  12164. }
  12165. },
  12166. "postcss-normalize-unicode": {
  12167. "version": "4.0.1",
  12168. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz",
  12169. "integrity": "sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==",
  12170. "requires": {
  12171. "browserslist": "^4.0.0",
  12172. "postcss": "^7.0.0",
  12173. "postcss-value-parser": "^3.0.0"
  12174. },
  12175. "dependencies": {
  12176. "postcss-value-parser": {
  12177. "version": "3.3.1",
  12178. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  12179. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  12180. }
  12181. }
  12182. },
  12183. "postcss-normalize-url": {
  12184. "version": "4.0.1",
  12185. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz",
  12186. "integrity": "sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==",
  12187. "requires": {
  12188. "is-absolute-url": "^2.0.0",
  12189. "normalize-url": "^3.0.0",
  12190. "postcss": "^7.0.0",
  12191. "postcss-value-parser": "^3.0.0"
  12192. },
  12193. "dependencies": {
  12194. "normalize-url": {
  12195. "version": "3.3.0",
  12196. "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz",
  12197. "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg=="
  12198. },
  12199. "postcss-value-parser": {
  12200. "version": "3.3.1",
  12201. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  12202. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  12203. }
  12204. }
  12205. },
  12206. "postcss-normalize-whitespace": {
  12207. "version": "4.0.2",
  12208. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz",
  12209. "integrity": "sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==",
  12210. "requires": {
  12211. "postcss": "^7.0.0",
  12212. "postcss-value-parser": "^3.0.0"
  12213. },
  12214. "dependencies": {
  12215. "postcss-value-parser": {
  12216. "version": "3.3.1",
  12217. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  12218. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  12219. }
  12220. }
  12221. },
  12222. "postcss-ordered-values": {
  12223. "version": "4.1.2",
  12224. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz",
  12225. "integrity": "sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==",
  12226. "requires": {
  12227. "cssnano-util-get-arguments": "^4.0.0",
  12228. "postcss": "^7.0.0",
  12229. "postcss-value-parser": "^3.0.0"
  12230. },
  12231. "dependencies": {
  12232. "postcss-value-parser": {
  12233. "version": "3.3.1",
  12234. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  12235. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  12236. }
  12237. }
  12238. },
  12239. "postcss-overflow-shorthand": {
  12240. "version": "2.0.0",
  12241. "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz",
  12242. "integrity": "sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==",
  12243. "requires": {
  12244. "postcss": "^7.0.2"
  12245. }
  12246. },
  12247. "postcss-page-break": {
  12248. "version": "2.0.0",
  12249. "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-2.0.0.tgz",
  12250. "integrity": "sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ==",
  12251. "requires": {
  12252. "postcss": "^7.0.2"
  12253. }
  12254. },
  12255. "postcss-place": {
  12256. "version": "4.0.1",
  12257. "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-4.0.1.tgz",
  12258. "integrity": "sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==",
  12259. "requires": {
  12260. "postcss": "^7.0.2",
  12261. "postcss-values-parser": "^2.0.0"
  12262. }
  12263. },
  12264. "postcss-preset-env": {
  12265. "version": "6.7.0",
  12266. "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz",
  12267. "integrity": "sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg==",
  12268. "requires": {
  12269. "autoprefixer": "^9.6.1",
  12270. "browserslist": "^4.6.4",
  12271. "caniuse-lite": "^1.0.30000981",
  12272. "css-blank-pseudo": "^0.1.4",
  12273. "css-has-pseudo": "^0.10.0",
  12274. "css-prefers-color-scheme": "^3.1.1",
  12275. "cssdb": "^4.4.0",
  12276. "postcss": "^7.0.17",
  12277. "postcss-attribute-case-insensitive": "^4.0.1",
  12278. "postcss-color-functional-notation": "^2.0.1",
  12279. "postcss-color-gray": "^5.0.0",
  12280. "postcss-color-hex-alpha": "^5.0.3",
  12281. "postcss-color-mod-function": "^3.0.3",
  12282. "postcss-color-rebeccapurple": "^4.0.1",
  12283. "postcss-custom-media": "^7.0.8",
  12284. "postcss-custom-properties": "^8.0.11",
  12285. "postcss-custom-selectors": "^5.1.2",
  12286. "postcss-dir-pseudo-class": "^5.0.0",
  12287. "postcss-double-position-gradients": "^1.0.0",
  12288. "postcss-env-function": "^2.0.2",
  12289. "postcss-focus-visible": "^4.0.0",
  12290. "postcss-focus-within": "^3.0.0",
  12291. "postcss-font-variant": "^4.0.0",
  12292. "postcss-gap-properties": "^2.0.0",
  12293. "postcss-image-set-function": "^3.0.1",
  12294. "postcss-initial": "^3.0.0",
  12295. "postcss-lab-function": "^2.0.1",
  12296. "postcss-logical": "^3.0.0",
  12297. "postcss-media-minmax": "^4.0.0",
  12298. "postcss-nesting": "^7.0.0",
  12299. "postcss-overflow-shorthand": "^2.0.0",
  12300. "postcss-page-break": "^2.0.0",
  12301. "postcss-place": "^4.0.1",
  12302. "postcss-pseudo-class-any-link": "^6.0.0",
  12303. "postcss-replace-overflow-wrap": "^3.0.0",
  12304. "postcss-selector-matches": "^4.0.0",
  12305. "postcss-selector-not": "^4.0.0"
  12306. }
  12307. },
  12308. "postcss-pseudo-class-any-link": {
  12309. "version": "6.0.0",
  12310. "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz",
  12311. "integrity": "sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==",
  12312. "requires": {
  12313. "postcss": "^7.0.2",
  12314. "postcss-selector-parser": "^5.0.0-rc.3"
  12315. },
  12316. "dependencies": {
  12317. "cssesc": {
  12318. "version": "2.0.0",
  12319. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz",
  12320. "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg=="
  12321. },
  12322. "postcss-selector-parser": {
  12323. "version": "5.0.0",
  12324. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz",
  12325. "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==",
  12326. "requires": {
  12327. "cssesc": "^2.0.0",
  12328. "indexes-of": "^1.0.1",
  12329. "uniq": "^1.0.1"
  12330. }
  12331. }
  12332. }
  12333. },
  12334. "postcss-reduce-initial": {
  12335. "version": "4.0.3",
  12336. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz",
  12337. "integrity": "sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==",
  12338. "requires": {
  12339. "browserslist": "^4.0.0",
  12340. "caniuse-api": "^3.0.0",
  12341. "has": "^1.0.0",
  12342. "postcss": "^7.0.0"
  12343. }
  12344. },
  12345. "postcss-reduce-transforms": {
  12346. "version": "4.0.2",
  12347. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz",
  12348. "integrity": "sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==",
  12349. "requires": {
  12350. "cssnano-util-get-match": "^4.0.0",
  12351. "has": "^1.0.0",
  12352. "postcss": "^7.0.0",
  12353. "postcss-value-parser": "^3.0.0"
  12354. },
  12355. "dependencies": {
  12356. "postcss-value-parser": {
  12357. "version": "3.3.1",
  12358. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  12359. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  12360. }
  12361. }
  12362. },
  12363. "postcss-replace-overflow-wrap": {
  12364. "version": "3.0.0",
  12365. "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz",
  12366. "integrity": "sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==",
  12367. "requires": {
  12368. "postcss": "^7.0.2"
  12369. }
  12370. },
  12371. "postcss-safe-parser": {
  12372. "version": "5.0.2",
  12373. "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-5.0.2.tgz",
  12374. "integrity": "sha512-jDUfCPJbKOABhwpUKcqCVbbXiloe/QXMcbJ6Iipf3sDIihEzTqRCeMBfRaOHxhBuTYqtASrI1KJWxzztZU4qUQ==",
  12375. "requires": {
  12376. "postcss": "^8.1.0"
  12377. },
  12378. "dependencies": {
  12379. "postcss": {
  12380. "version": "8.2.1",
  12381. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.1.tgz",
  12382. "integrity": "sha512-RhsqOOAQzTgh1UB/IZdca7F9WDb7SUCR2Vnv1x7DbvuuggQIpoDwjK+q0rzoPffhYvWNKX5JSwS4so4K3UC6vA==",
  12383. "requires": {
  12384. "colorette": "^1.2.1",
  12385. "nanoid": "^3.1.20",
  12386. "source-map": "^0.6.1"
  12387. }
  12388. },
  12389. "source-map": {
  12390. "version": "0.6.1",
  12391. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  12392. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  12393. }
  12394. }
  12395. },
  12396. "postcss-selector-matches": {
  12397. "version": "4.0.0",
  12398. "resolved": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz",
  12399. "integrity": "sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==",
  12400. "requires": {
  12401. "balanced-match": "^1.0.0",
  12402. "postcss": "^7.0.2"
  12403. }
  12404. },
  12405. "postcss-selector-not": {
  12406. "version": "4.0.1",
  12407. "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz",
  12408. "integrity": "sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==",
  12409. "requires": {
  12410. "balanced-match": "^1.0.0",
  12411. "postcss": "^7.0.2"
  12412. }
  12413. },
  12414. "postcss-selector-parser": {
  12415. "version": "6.0.4",
  12416. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz",
  12417. "integrity": "sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw==",
  12418. "requires": {
  12419. "cssesc": "^3.0.0",
  12420. "indexes-of": "^1.0.1",
  12421. "uniq": "^1.0.1",
  12422. "util-deprecate": "^1.0.2"
  12423. }
  12424. },
  12425. "postcss-svgo": {
  12426. "version": "4.0.2",
  12427. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-4.0.2.tgz",
  12428. "integrity": "sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw==",
  12429. "requires": {
  12430. "is-svg": "^3.0.0",
  12431. "postcss": "^7.0.0",
  12432. "postcss-value-parser": "^3.0.0",
  12433. "svgo": "^1.0.0"
  12434. },
  12435. "dependencies": {
  12436. "postcss-value-parser": {
  12437. "version": "3.3.1",
  12438. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
  12439. "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
  12440. }
  12441. }
  12442. },
  12443. "postcss-unique-selectors": {
  12444. "version": "4.0.1",
  12445. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz",
  12446. "integrity": "sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==",
  12447. "requires": {
  12448. "alphanum-sort": "^1.0.0",
  12449. "postcss": "^7.0.0",
  12450. "uniqs": "^2.0.0"
  12451. }
  12452. },
  12453. "postcss-value-parser": {
  12454. "version": "4.1.0",
  12455. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz",
  12456. "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ=="
  12457. },
  12458. "postcss-values-parser": {
  12459. "version": "2.0.1",
  12460. "resolved": "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz",
  12461. "integrity": "sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==",
  12462. "requires": {
  12463. "flatten": "^1.0.2",
  12464. "indexes-of": "^1.0.1",
  12465. "uniq": "^1.0.1"
  12466. }
  12467. },
  12468. "prelude-ls": {
  12469. "version": "1.2.1",
  12470. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  12471. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="
  12472. },
  12473. "prepend-http": {
  12474. "version": "1.0.4",
  12475. "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
  12476. "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw="
  12477. },
  12478. "pretty-bytes": {
  12479. "version": "5.5.0",
  12480. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.5.0.tgz",
  12481. "integrity": "sha512-p+T744ZyjjiaFlMUZZv6YPC5JrkNj8maRmPaQCWFJFplUAzpIUTRaTcS+7wmZtUoFXHtESJb23ISliaWyz3SHA=="
  12482. },
  12483. "pretty-error": {
  12484. "version": "2.1.2",
  12485. "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz",
  12486. "integrity": "sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==",
  12487. "requires": {
  12488. "lodash": "^4.17.20",
  12489. "renderkid": "^2.0.4"
  12490. }
  12491. },
  12492. "pretty-format": {
  12493. "version": "26.6.2",
  12494. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
  12495. "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
  12496. "requires": {
  12497. "@jest/types": "^26.6.2",
  12498. "ansi-regex": "^5.0.0",
  12499. "ansi-styles": "^4.0.0",
  12500. "react-is": "^17.0.1"
  12501. },
  12502. "dependencies": {
  12503. "ansi-styles": {
  12504. "version": "4.3.0",
  12505. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  12506. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  12507. "requires": {
  12508. "color-convert": "^2.0.1"
  12509. }
  12510. },
  12511. "color-convert": {
  12512. "version": "2.0.1",
  12513. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  12514. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  12515. "requires": {
  12516. "color-name": "~1.1.4"
  12517. }
  12518. },
  12519. "color-name": {
  12520. "version": "1.1.4",
  12521. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  12522. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  12523. },
  12524. "react-is": {
  12525. "version": "17.0.1",
  12526. "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz",
  12527. "integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA=="
  12528. }
  12529. }
  12530. },
  12531. "process": {
  12532. "version": "0.11.10",
  12533. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  12534. "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI="
  12535. },
  12536. "process-nextick-args": {
  12537. "version": "2.0.1",
  12538. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  12539. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  12540. },
  12541. "progress": {
  12542. "version": "2.0.3",
  12543. "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
  12544. "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA=="
  12545. },
  12546. "promise": {
  12547. "version": "8.1.0",
  12548. "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz",
  12549. "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==",
  12550. "requires": {
  12551. "asap": "~2.0.6"
  12552. }
  12553. },
  12554. "promise-inflight": {
  12555. "version": "1.0.1",
  12556. "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
  12557. "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM="
  12558. },
  12559. "prompts": {
  12560. "version": "2.4.0",
  12561. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.0.tgz",
  12562. "integrity": "sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==",
  12563. "requires": {
  12564. "kleur": "^3.0.3",
  12565. "sisteransi": "^1.0.5"
  12566. }
  12567. },
  12568. "prop-types": {
  12569. "version": "15.7.2",
  12570. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz",
  12571. "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==",
  12572. "requires": {
  12573. "loose-envify": "^1.4.0",
  12574. "object-assign": "^4.1.1",
  12575. "react-is": "^16.8.1"
  12576. }
  12577. },
  12578. "proxy-addr": {
  12579. "version": "2.0.6",
  12580. "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz",
  12581. "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==",
  12582. "requires": {
  12583. "forwarded": "~0.1.2",
  12584. "ipaddr.js": "1.9.1"
  12585. }
  12586. },
  12587. "prr": {
  12588. "version": "1.0.1",
  12589. "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
  12590. "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY="
  12591. },
  12592. "pseudomap": {
  12593. "version": "1.0.2",
  12594. "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
  12595. "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
  12596. },
  12597. "psl": {
  12598. "version": "1.8.0",
  12599. "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
  12600. "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ=="
  12601. },
  12602. "public-encrypt": {
  12603. "version": "4.0.3",
  12604. "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz",
  12605. "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==",
  12606. "requires": {
  12607. "bn.js": "^4.1.0",
  12608. "browserify-rsa": "^4.0.0",
  12609. "create-hash": "^1.1.0",
  12610. "parse-asn1": "^5.0.0",
  12611. "randombytes": "^2.0.1",
  12612. "safe-buffer": "^5.1.2"
  12613. },
  12614. "dependencies": {
  12615. "bn.js": {
  12616. "version": "4.11.9",
  12617. "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz",
  12618. "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw=="
  12619. }
  12620. }
  12621. },
  12622. "pump": {
  12623. "version": "3.0.0",
  12624. "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
  12625. "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
  12626. "requires": {
  12627. "end-of-stream": "^1.1.0",
  12628. "once": "^1.3.1"
  12629. }
  12630. },
  12631. "pumpify": {
  12632. "version": "1.5.1",
  12633. "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz",
  12634. "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==",
  12635. "requires": {
  12636. "duplexify": "^3.6.0",
  12637. "inherits": "^2.0.3",
  12638. "pump": "^2.0.0"
  12639. },
  12640. "dependencies": {
  12641. "pump": {
  12642. "version": "2.0.1",
  12643. "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
  12644. "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
  12645. "requires": {
  12646. "end-of-stream": "^1.1.0",
  12647. "once": "^1.3.1"
  12648. }
  12649. }
  12650. }
  12651. },
  12652. "punycode": {
  12653. "version": "2.1.1",
  12654. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
  12655. "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
  12656. },
  12657. "q": {
  12658. "version": "1.5.1",
  12659. "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
  12660. "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
  12661. },
  12662. "qs": {
  12663. "version": "6.5.2",
  12664. "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
  12665. "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA=="
  12666. },
  12667. "query-string": {
  12668. "version": "4.3.4",
  12669. "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz",
  12670. "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=",
  12671. "requires": {
  12672. "object-assign": "^4.1.0",
  12673. "strict-uri-encode": "^1.0.0"
  12674. }
  12675. },
  12676. "querystring": {
  12677. "version": "0.2.0",
  12678. "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
  12679. "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA="
  12680. },
  12681. "querystring-es3": {
  12682. "version": "0.2.1",
  12683. "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz",
  12684. "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM="
  12685. },
  12686. "querystringify": {
  12687. "version": "2.2.0",
  12688. "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
  12689. "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
  12690. },
  12691. "raf": {
  12692. "version": "3.4.1",
  12693. "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
  12694. "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
  12695. "requires": {
  12696. "performance-now": "^2.1.0"
  12697. }
  12698. },
  12699. "randombytes": {
  12700. "version": "2.1.0",
  12701. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  12702. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  12703. "requires": {
  12704. "safe-buffer": "^5.1.0"
  12705. }
  12706. },
  12707. "randomfill": {
  12708. "version": "1.0.4",
  12709. "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",
  12710. "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==",
  12711. "requires": {
  12712. "randombytes": "^2.0.5",
  12713. "safe-buffer": "^5.1.0"
  12714. }
  12715. },
  12716. "range-parser": {
  12717. "version": "1.2.1",
  12718. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  12719. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
  12720. },
  12721. "raw-body": {
  12722. "version": "2.4.0",
  12723. "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
  12724. "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
  12725. "requires": {
  12726. "bytes": "3.1.0",
  12727. "http-errors": "1.7.2",
  12728. "iconv-lite": "0.4.24",
  12729. "unpipe": "1.0.0"
  12730. },
  12731. "dependencies": {
  12732. "bytes": {
  12733. "version": "3.1.0",
  12734. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
  12735. "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="
  12736. }
  12737. }
  12738. },
  12739. "react": {
  12740. "version": "17.0.1",
  12741. "resolved": "https://registry.npmjs.org/react/-/react-17.0.1.tgz",
  12742. "integrity": "sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==",
  12743. "requires": {
  12744. "loose-envify": "^1.1.0",
  12745. "object-assign": "^4.1.1"
  12746. }
  12747. },
  12748. "react-app-polyfill": {
  12749. "version": "2.0.0",
  12750. "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-2.0.0.tgz",
  12751. "integrity": "sha512-0sF4ny9v/B7s6aoehwze9vJNWcmCemAUYBVasscVr92+UYiEqDXOxfKjXN685mDaMRNF3WdhHQs76oTODMocFA==",
  12752. "requires": {
  12753. "core-js": "^3.6.5",
  12754. "object-assign": "^4.1.1",
  12755. "promise": "^8.1.0",
  12756. "raf": "^3.4.1",
  12757. "regenerator-runtime": "^0.13.7",
  12758. "whatwg-fetch": "^3.4.1"
  12759. }
  12760. },
  12761. "react-dev-utils": {
  12762. "version": "11.0.1",
  12763. "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-11.0.1.tgz",
  12764. "integrity": "sha512-rlgpCupaW6qQqvu0hvv2FDv40QG427fjghV56XyPcP5aKtOAPzNAhQ7bHqk1YdS2vpW1W7aSV3JobedxuPlBAA==",
  12765. "requires": {
  12766. "@babel/code-frame": "7.10.4",
  12767. "address": "1.1.2",
  12768. "browserslist": "4.14.2",
  12769. "chalk": "2.4.2",
  12770. "cross-spawn": "7.0.3",
  12771. "detect-port-alt": "1.1.6",
  12772. "escape-string-regexp": "2.0.0",
  12773. "filesize": "6.1.0",
  12774. "find-up": "4.1.0",
  12775. "fork-ts-checker-webpack-plugin": "4.1.6",
  12776. "global-modules": "2.0.0",
  12777. "globby": "11.0.1",
  12778. "gzip-size": "5.1.1",
  12779. "immer": "7.0.9",
  12780. "is-root": "2.1.0",
  12781. "loader-utils": "2.0.0",
  12782. "open": "^7.0.2",
  12783. "pkg-up": "3.1.0",
  12784. "prompts": "2.4.0",
  12785. "react-error-overlay": "^6.0.8",
  12786. "recursive-readdir": "2.2.2",
  12787. "shell-quote": "1.7.2",
  12788. "strip-ansi": "6.0.0",
  12789. "text-table": "0.2.0"
  12790. },
  12791. "dependencies": {
  12792. "@babel/code-frame": {
  12793. "version": "7.10.4",
  12794. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
  12795. "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
  12796. "requires": {
  12797. "@babel/highlight": "^7.10.4"
  12798. }
  12799. },
  12800. "browserslist": {
  12801. "version": "4.14.2",
  12802. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.14.2.tgz",
  12803. "integrity": "sha512-HI4lPveGKUR0x2StIz+2FXfDk9SfVMrxn6PLh1JeGUwcuoDkdKZebWiyLRJ68iIPDpMI4JLVDf7S7XzslgWOhw==",
  12804. "requires": {
  12805. "caniuse-lite": "^1.0.30001125",
  12806. "electron-to-chromium": "^1.3.564",
  12807. "escalade": "^3.0.2",
  12808. "node-releases": "^1.1.61"
  12809. }
  12810. },
  12811. "cross-spawn": {
  12812. "version": "7.0.3",
  12813. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  12814. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  12815. "requires": {
  12816. "path-key": "^3.1.0",
  12817. "shebang-command": "^2.0.0",
  12818. "which": "^2.0.1"
  12819. }
  12820. },
  12821. "escape-string-regexp": {
  12822. "version": "2.0.0",
  12823. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  12824. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
  12825. },
  12826. "path-key": {
  12827. "version": "3.1.1",
  12828. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  12829. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
  12830. },
  12831. "shebang-command": {
  12832. "version": "2.0.0",
  12833. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  12834. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  12835. "requires": {
  12836. "shebang-regex": "^3.0.0"
  12837. }
  12838. },
  12839. "shebang-regex": {
  12840. "version": "3.0.0",
  12841. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  12842. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
  12843. },
  12844. "which": {
  12845. "version": "2.0.2",
  12846. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  12847. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  12848. "requires": {
  12849. "isexe": "^2.0.0"
  12850. }
  12851. }
  12852. }
  12853. },
  12854. "react-dom": {
  12855. "version": "17.0.1",
  12856. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.1.tgz",
  12857. "integrity": "sha512-6eV150oJZ9U2t9svnsspTMrWNyHc6chX0KzDeAOXftRa8bNeOKTTfCJ7KorIwenkHd2xqVTBTCZd79yk/lx/Ug==",
  12858. "requires": {
  12859. "loose-envify": "^1.1.0",
  12860. "object-assign": "^4.1.1",
  12861. "scheduler": "^0.20.1"
  12862. }
  12863. },
  12864. "react-error-overlay": {
  12865. "version": "6.0.8",
  12866. "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.8.tgz",
  12867. "integrity": "sha512-HvPuUQnLp5H7TouGq3kzBeioJmXms1wHy9EGjz2OURWBp4qZO6AfGEcnxts1D/CbwPLRAgTMPCEgYhA3sEM4vw=="
  12868. },
  12869. "react-is": {
  12870. "version": "16.13.1",
  12871. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  12872. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  12873. },
  12874. "react-refresh": {
  12875. "version": "0.8.3",
  12876. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.8.3.tgz",
  12877. "integrity": "sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg=="
  12878. },
  12879. "react-scripts": {
  12880. "version": "4.0.1",
  12881. "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-4.0.1.tgz",
  12882. "integrity": "sha512-NnniMSC/wjwhcJAyPJCWtxx6CWONqgvGgV9+QXj1bwoW/JI++YF1eEf3Upf/mQ9KmP57IBdjzWs1XvnPq7qMTQ==",
  12883. "requires": {
  12884. "@babel/core": "7.12.3",
  12885. "@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
  12886. "@svgr/webpack": "5.4.0",
  12887. "@typescript-eslint/eslint-plugin": "^4.5.0",
  12888. "@typescript-eslint/parser": "^4.5.0",
  12889. "babel-eslint": "^10.1.0",
  12890. "babel-jest": "^26.6.0",
  12891. "babel-loader": "8.1.0",
  12892. "babel-plugin-named-asset-import": "^0.3.7",
  12893. "babel-preset-react-app": "^10.0.0",
  12894. "bfj": "^7.0.2",
  12895. "camelcase": "^6.1.0",
  12896. "case-sensitive-paths-webpack-plugin": "2.3.0",
  12897. "css-loader": "4.3.0",
  12898. "dotenv": "8.2.0",
  12899. "dotenv-expand": "5.1.0",
  12900. "eslint": "^7.11.0",
  12901. "eslint-config-react-app": "^6.0.0",
  12902. "eslint-plugin-flowtype": "^5.2.0",
  12903. "eslint-plugin-import": "^2.22.1",
  12904. "eslint-plugin-jest": "^24.1.0",
  12905. "eslint-plugin-jsx-a11y": "^6.3.1",
  12906. "eslint-plugin-react": "^7.21.5",
  12907. "eslint-plugin-react-hooks": "^4.2.0",
  12908. "eslint-plugin-testing-library": "^3.9.2",
  12909. "eslint-webpack-plugin": "^2.1.0",
  12910. "file-loader": "6.1.1",
  12911. "fs-extra": "^9.0.1",
  12912. "fsevents": "^2.1.3",
  12913. "html-webpack-plugin": "4.5.0",
  12914. "identity-obj-proxy": "3.0.0",
  12915. "jest": "26.6.0",
  12916. "jest-circus": "26.6.0",
  12917. "jest-resolve": "26.6.0",
  12918. "jest-watch-typeahead": "0.6.1",
  12919. "mini-css-extract-plugin": "0.11.3",
  12920. "optimize-css-assets-webpack-plugin": "5.0.4",
  12921. "pnp-webpack-plugin": "1.6.4",
  12922. "postcss-flexbugs-fixes": "4.2.1",
  12923. "postcss-loader": "3.0.0",
  12924. "postcss-normalize": "8.0.1",
  12925. "postcss-preset-env": "6.7.0",
  12926. "postcss-safe-parser": "5.0.2",
  12927. "prompts": "2.4.0",
  12928. "react-app-polyfill": "^2.0.0",
  12929. "react-dev-utils": "^11.0.1",
  12930. "react-refresh": "^0.8.3",
  12931. "resolve": "1.18.1",
  12932. "resolve-url-loader": "^3.1.2",
  12933. "sass-loader": "8.0.2",
  12934. "semver": "7.3.2",
  12935. "style-loader": "1.3.0",
  12936. "terser-webpack-plugin": "4.2.3",
  12937. "ts-pnp": "1.2.0",
  12938. "url-loader": "4.1.1",
  12939. "webpack": "4.44.2",
  12940. "webpack-dev-server": "3.11.0",
  12941. "webpack-manifest-plugin": "2.2.0",
  12942. "workbox-webpack-plugin": "5.1.4"
  12943. }
  12944. },
  12945. "read-pkg": {
  12946. "version": "2.0.0",
  12947. "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz",
  12948. "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=",
  12949. "requires": {
  12950. "load-json-file": "^2.0.0",
  12951. "normalize-package-data": "^2.3.2",
  12952. "path-type": "^2.0.0"
  12953. },
  12954. "dependencies": {
  12955. "path-type": {
  12956. "version": "2.0.0",
  12957. "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz",
  12958. "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=",
  12959. "requires": {
  12960. "pify": "^2.0.0"
  12961. }
  12962. },
  12963. "pify": {
  12964. "version": "2.3.0",
  12965. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  12966. "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
  12967. }
  12968. }
  12969. },
  12970. "read-pkg-up": {
  12971. "version": "2.0.0",
  12972. "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
  12973. "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
  12974. "requires": {
  12975. "find-up": "^2.0.0",
  12976. "read-pkg": "^2.0.0"
  12977. },
  12978. "dependencies": {
  12979. "find-up": {
  12980. "version": "2.1.0",
  12981. "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
  12982. "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
  12983. "requires": {
  12984. "locate-path": "^2.0.0"
  12985. }
  12986. },
  12987. "locate-path": {
  12988. "version": "2.0.0",
  12989. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
  12990. "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
  12991. "requires": {
  12992. "p-locate": "^2.0.0",
  12993. "path-exists": "^3.0.0"
  12994. }
  12995. },
  12996. "p-limit": {
  12997. "version": "1.3.0",
  12998. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
  12999. "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
  13000. "requires": {
  13001. "p-try": "^1.0.0"
  13002. }
  13003. },
  13004. "p-locate": {
  13005. "version": "2.0.0",
  13006. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
  13007. "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
  13008. "requires": {
  13009. "p-limit": "^1.1.0"
  13010. }
  13011. },
  13012. "p-try": {
  13013. "version": "1.0.0",
  13014. "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
  13015. "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M="
  13016. },
  13017. "path-exists": {
  13018. "version": "3.0.0",
  13019. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  13020. "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
  13021. }
  13022. }
  13023. },
  13024. "readable-stream": {
  13025. "version": "3.6.0",
  13026. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
  13027. "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
  13028. "requires": {
  13029. "inherits": "^2.0.3",
  13030. "string_decoder": "^1.1.1",
  13031. "util-deprecate": "^1.0.1"
  13032. }
  13033. },
  13034. "readdirp": {
  13035. "version": "3.5.0",
  13036. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz",
  13037. "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==",
  13038. "optional": true,
  13039. "requires": {
  13040. "picomatch": "^2.2.1"
  13041. }
  13042. },
  13043. "recursive-readdir": {
  13044. "version": "2.2.2",
  13045. "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz",
  13046. "integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==",
  13047. "requires": {
  13048. "minimatch": "3.0.4"
  13049. }
  13050. },
  13051. "redent": {
  13052. "version": "3.0.0",
  13053. "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
  13054. "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
  13055. "requires": {
  13056. "indent-string": "^4.0.0",
  13057. "strip-indent": "^3.0.0"
  13058. }
  13059. },
  13060. "regenerate": {
  13061. "version": "1.4.2",
  13062. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  13063. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
  13064. },
  13065. "regenerate-unicode-properties": {
  13066. "version": "8.2.0",
  13067. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz",
  13068. "integrity": "sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==",
  13069. "requires": {
  13070. "regenerate": "^1.4.0"
  13071. }
  13072. },
  13073. "regenerator-runtime": {
  13074. "version": "0.13.7",
  13075. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz",
  13076. "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew=="
  13077. },
  13078. "regenerator-transform": {
  13079. "version": "0.14.5",
  13080. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz",
  13081. "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==",
  13082. "requires": {
  13083. "@babel/runtime": "^7.8.4"
  13084. }
  13085. },
  13086. "regex-not": {
  13087. "version": "1.0.2",
  13088. "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
  13089. "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
  13090. "requires": {
  13091. "extend-shallow": "^3.0.2",
  13092. "safe-regex": "^1.1.0"
  13093. }
  13094. },
  13095. "regex-parser": {
  13096. "version": "2.2.11",
  13097. "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz",
  13098. "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q=="
  13099. },
  13100. "regexp.prototype.flags": {
  13101. "version": "1.3.0",
  13102. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz",
  13103. "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==",
  13104. "requires": {
  13105. "define-properties": "^1.1.3",
  13106. "es-abstract": "^1.17.0-next.1"
  13107. },
  13108. "dependencies": {
  13109. "es-abstract": {
  13110. "version": "1.17.7",
  13111. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz",
  13112. "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==",
  13113. "requires": {
  13114. "es-to-primitive": "^1.2.1",
  13115. "function-bind": "^1.1.1",
  13116. "has": "^1.0.3",
  13117. "has-symbols": "^1.0.1",
  13118. "is-callable": "^1.2.2",
  13119. "is-regex": "^1.1.1",
  13120. "object-inspect": "^1.8.0",
  13121. "object-keys": "^1.1.1",
  13122. "object.assign": "^4.1.1",
  13123. "string.prototype.trimend": "^1.0.1",
  13124. "string.prototype.trimstart": "^1.0.1"
  13125. }
  13126. }
  13127. }
  13128. },
  13129. "regexpp": {
  13130. "version": "3.1.0",
  13131. "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz",
  13132. "integrity": "sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q=="
  13133. },
  13134. "regexpu-core": {
  13135. "version": "4.7.1",
  13136. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.1.tgz",
  13137. "integrity": "sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==",
  13138. "requires": {
  13139. "regenerate": "^1.4.0",
  13140. "regenerate-unicode-properties": "^8.2.0",
  13141. "regjsgen": "^0.5.1",
  13142. "regjsparser": "^0.6.4",
  13143. "unicode-match-property-ecmascript": "^1.0.4",
  13144. "unicode-match-property-value-ecmascript": "^1.2.0"
  13145. }
  13146. },
  13147. "regjsgen": {
  13148. "version": "0.5.2",
  13149. "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
  13150. "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A=="
  13151. },
  13152. "regjsparser": {
  13153. "version": "0.6.4",
  13154. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.4.tgz",
  13155. "integrity": "sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw==",
  13156. "requires": {
  13157. "jsesc": "~0.5.0"
  13158. },
  13159. "dependencies": {
  13160. "jsesc": {
  13161. "version": "0.5.0",
  13162. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  13163. "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0="
  13164. }
  13165. }
  13166. },
  13167. "relateurl": {
  13168. "version": "0.2.7",
  13169. "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
  13170. "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk="
  13171. },
  13172. "remove-trailing-separator": {
  13173. "version": "1.1.0",
  13174. "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
  13175. "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8="
  13176. },
  13177. "renderkid": {
  13178. "version": "2.0.4",
  13179. "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.4.tgz",
  13180. "integrity": "sha512-K2eXrSOJdq+HuKzlcjOlGoOarUu5SDguDEhE7+Ah4zuOWL40j8A/oHvLlLob9PSTNvVnBd+/q0Er1QfpEuem5g==",
  13181. "requires": {
  13182. "css-select": "^1.1.0",
  13183. "dom-converter": "^0.2",
  13184. "htmlparser2": "^3.3.0",
  13185. "lodash": "^4.17.20",
  13186. "strip-ansi": "^3.0.0"
  13187. },
  13188. "dependencies": {
  13189. "ansi-regex": {
  13190. "version": "2.1.1",
  13191. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
  13192. "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
  13193. },
  13194. "css-select": {
  13195. "version": "1.2.0",
  13196. "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz",
  13197. "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=",
  13198. "requires": {
  13199. "boolbase": "~1.0.0",
  13200. "css-what": "2.1",
  13201. "domutils": "1.5.1",
  13202. "nth-check": "~1.0.1"
  13203. }
  13204. },
  13205. "css-what": {
  13206. "version": "2.1.3",
  13207. "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz",
  13208. "integrity": "sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg=="
  13209. },
  13210. "domutils": {
  13211. "version": "1.5.1",
  13212. "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
  13213. "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
  13214. "requires": {
  13215. "dom-serializer": "0",
  13216. "domelementtype": "1"
  13217. }
  13218. },
  13219. "strip-ansi": {
  13220. "version": "3.0.1",
  13221. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  13222. "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
  13223. "requires": {
  13224. "ansi-regex": "^2.0.0"
  13225. }
  13226. }
  13227. }
  13228. },
  13229. "repeat-element": {
  13230. "version": "1.1.3",
  13231. "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
  13232. "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g=="
  13233. },
  13234. "repeat-string": {
  13235. "version": "1.6.1",
  13236. "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
  13237. "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc="
  13238. },
  13239. "repeating": {
  13240. "version": "2.0.1",
  13241. "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
  13242. "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
  13243. "requires": {
  13244. "is-finite": "^1.0.0"
  13245. }
  13246. },
  13247. "request": {
  13248. "version": "2.88.2",
  13249. "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
  13250. "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
  13251. "requires": {
  13252. "aws-sign2": "~0.7.0",
  13253. "aws4": "^1.8.0",
  13254. "caseless": "~0.12.0",
  13255. "combined-stream": "~1.0.6",
  13256. "extend": "~3.0.2",
  13257. "forever-agent": "~0.6.1",
  13258. "form-data": "~2.3.2",
  13259. "har-validator": "~5.1.3",
  13260. "http-signature": "~1.2.0",
  13261. "is-typedarray": "~1.0.0",
  13262. "isstream": "~0.1.2",
  13263. "json-stringify-safe": "~5.0.1",
  13264. "mime-types": "~2.1.19",
  13265. "oauth-sign": "~0.9.0",
  13266. "performance-now": "^2.1.0",
  13267. "qs": "~6.5.2",
  13268. "safe-buffer": "^5.1.2",
  13269. "tough-cookie": "~2.5.0",
  13270. "tunnel-agent": "^0.6.0",
  13271. "uuid": "^3.3.2"
  13272. },
  13273. "dependencies": {
  13274. "tough-cookie": {
  13275. "version": "2.5.0",
  13276. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
  13277. "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
  13278. "requires": {
  13279. "psl": "^1.1.28",
  13280. "punycode": "^2.1.1"
  13281. }
  13282. },
  13283. "uuid": {
  13284. "version": "3.4.0",
  13285. "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
  13286. "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
  13287. }
  13288. }
  13289. },
  13290. "request-promise-core": {
  13291. "version": "1.1.4",
  13292. "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.4.tgz",
  13293. "integrity": "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==",
  13294. "requires": {
  13295. "lodash": "^4.17.19"
  13296. }
  13297. },
  13298. "request-promise-native": {
  13299. "version": "1.0.9",
  13300. "resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.9.tgz",
  13301. "integrity": "sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==",
  13302. "requires": {
  13303. "request-promise-core": "1.1.4",
  13304. "stealthy-require": "^1.1.1",
  13305. "tough-cookie": "^2.3.3"
  13306. },
  13307. "dependencies": {
  13308. "tough-cookie": {
  13309. "version": "2.5.0",
  13310. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
  13311. "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
  13312. "requires": {
  13313. "psl": "^1.1.28",
  13314. "punycode": "^2.1.1"
  13315. }
  13316. }
  13317. }
  13318. },
  13319. "require-directory": {
  13320. "version": "2.1.1",
  13321. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  13322. "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I="
  13323. },
  13324. "require-main-filename": {
  13325. "version": "2.0.0",
  13326. "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
  13327. "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg=="
  13328. },
  13329. "requires-port": {
  13330. "version": "1.0.0",
  13331. "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
  13332. "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
  13333. },
  13334. "resolve": {
  13335. "version": "1.18.1",
  13336. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.18.1.tgz",
  13337. "integrity": "sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==",
  13338. "requires": {
  13339. "is-core-module": "^2.0.0",
  13340. "path-parse": "^1.0.6"
  13341. }
  13342. },
  13343. "resolve-cwd": {
  13344. "version": "3.0.0",
  13345. "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
  13346. "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
  13347. "requires": {
  13348. "resolve-from": "^5.0.0"
  13349. },
  13350. "dependencies": {
  13351. "resolve-from": {
  13352. "version": "5.0.0",
  13353. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  13354. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="
  13355. }
  13356. }
  13357. },
  13358. "resolve-from": {
  13359. "version": "4.0.0",
  13360. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  13361. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="
  13362. },
  13363. "resolve-url": {
  13364. "version": "0.2.1",
  13365. "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
  13366. "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo="
  13367. },
  13368. "resolve-url-loader": {
  13369. "version": "3.1.2",
  13370. "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz",
  13371. "integrity": "sha512-QEb4A76c8Mi7I3xNKXlRKQSlLBwjUV/ULFMP+G7n3/7tJZ8MG5wsZ3ucxP1Jz8Vevn6fnJsxDx9cIls+utGzPQ==",
  13372. "requires": {
  13373. "adjust-sourcemap-loader": "3.0.0",
  13374. "camelcase": "5.3.1",
  13375. "compose-function": "3.0.3",
  13376. "convert-source-map": "1.7.0",
  13377. "es6-iterator": "2.0.3",
  13378. "loader-utils": "1.2.3",
  13379. "postcss": "7.0.21",
  13380. "rework": "1.0.1",
  13381. "rework-visit": "1.0.0",
  13382. "source-map": "0.6.1"
  13383. },
  13384. "dependencies": {
  13385. "camelcase": {
  13386. "version": "5.3.1",
  13387. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  13388. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
  13389. },
  13390. "emojis-list": {
  13391. "version": "2.1.0",
  13392. "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz",
  13393. "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k="
  13394. },
  13395. "json5": {
  13396. "version": "1.0.1",
  13397. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  13398. "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  13399. "requires": {
  13400. "minimist": "^1.2.0"
  13401. }
  13402. },
  13403. "loader-utils": {
  13404. "version": "1.2.3",
  13405. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz",
  13406. "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==",
  13407. "requires": {
  13408. "big.js": "^5.2.2",
  13409. "emojis-list": "^2.0.0",
  13410. "json5": "^1.0.1"
  13411. }
  13412. },
  13413. "postcss": {
  13414. "version": "7.0.21",
  13415. "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz",
  13416. "integrity": "sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ==",
  13417. "requires": {
  13418. "chalk": "^2.4.2",
  13419. "source-map": "^0.6.1",
  13420. "supports-color": "^6.1.0"
  13421. }
  13422. },
  13423. "source-map": {
  13424. "version": "0.6.1",
  13425. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  13426. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  13427. },
  13428. "supports-color": {
  13429. "version": "6.1.0",
  13430. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
  13431. "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
  13432. "requires": {
  13433. "has-flag": "^3.0.0"
  13434. }
  13435. }
  13436. }
  13437. },
  13438. "ret": {
  13439. "version": "0.1.15",
  13440. "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
  13441. "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg=="
  13442. },
  13443. "retry": {
  13444. "version": "0.12.0",
  13445. "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
  13446. "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs="
  13447. },
  13448. "reusify": {
  13449. "version": "1.0.4",
  13450. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  13451. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw=="
  13452. },
  13453. "rework": {
  13454. "version": "1.0.1",
  13455. "resolved": "https://registry.npmjs.org/rework/-/rework-1.0.1.tgz",
  13456. "integrity": "sha1-MIBqhBNCtUUQqkEQhQzUhTQUSqc=",
  13457. "requires": {
  13458. "convert-source-map": "^0.3.3",
  13459. "css": "^2.0.0"
  13460. },
  13461. "dependencies": {
  13462. "convert-source-map": {
  13463. "version": "0.3.5",
  13464. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz",
  13465. "integrity": "sha1-8dgClQr33SYxof6+BZZVDIarMZA="
  13466. }
  13467. }
  13468. },
  13469. "rework-visit": {
  13470. "version": "1.0.0",
  13471. "resolved": "https://registry.npmjs.org/rework-visit/-/rework-visit-1.0.0.tgz",
  13472. "integrity": "sha1-mUWygD8hni96ygCtuLyfZA+ELJo="
  13473. },
  13474. "rgb-regex": {
  13475. "version": "1.0.1",
  13476. "resolved": "https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz",
  13477. "integrity": "sha1-wODWiC3w4jviVKR16O3UGRX+rrE="
  13478. },
  13479. "rgba-regex": {
  13480. "version": "1.0.0",
  13481. "resolved": "https://registry.npmjs.org/rgba-regex/-/rgba-regex-1.0.0.tgz",
  13482. "integrity": "sha1-QzdOLiyglosO8VI0YLfXMP8i7rM="
  13483. },
  13484. "rimraf": {
  13485. "version": "3.0.2",
  13486. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  13487. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  13488. "requires": {
  13489. "glob": "^7.1.3"
  13490. }
  13491. },
  13492. "ripemd160": {
  13493. "version": "2.0.2",
  13494. "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
  13495. "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==",
  13496. "requires": {
  13497. "hash-base": "^3.0.0",
  13498. "inherits": "^2.0.1"
  13499. }
  13500. },
  13501. "rollup": {
  13502. "version": "1.32.1",
  13503. "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.32.1.tgz",
  13504. "integrity": "sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==",
  13505. "requires": {
  13506. "@types/estree": "*",
  13507. "@types/node": "*",
  13508. "acorn": "^7.1.0"
  13509. }
  13510. },
  13511. "rollup-plugin-babel": {
  13512. "version": "4.4.0",
  13513. "resolved": "https://registry.npmjs.org/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz",
  13514. "integrity": "sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==",
  13515. "requires": {
  13516. "@babel/helper-module-imports": "^7.0.0",
  13517. "rollup-pluginutils": "^2.8.1"
  13518. }
  13519. },
  13520. "rollup-plugin-terser": {
  13521. "version": "5.3.1",
  13522. "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-5.3.1.tgz",
  13523. "integrity": "sha512-1pkwkervMJQGFYvM9nscrUoncPwiKR/K+bHdjv6PFgRo3cgPHoRT83y2Aa3GvINj4539S15t/tpFPb775TDs6w==",
  13524. "requires": {
  13525. "@babel/code-frame": "^7.5.5",
  13526. "jest-worker": "^24.9.0",
  13527. "rollup-pluginutils": "^2.8.2",
  13528. "serialize-javascript": "^4.0.0",
  13529. "terser": "^4.6.2"
  13530. },
  13531. "dependencies": {
  13532. "jest-worker": {
  13533. "version": "24.9.0",
  13534. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-24.9.0.tgz",
  13535. "integrity": "sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw==",
  13536. "requires": {
  13537. "merge-stream": "^2.0.0",
  13538. "supports-color": "^6.1.0"
  13539. }
  13540. },
  13541. "serialize-javascript": {
  13542. "version": "4.0.0",
  13543. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
  13544. "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
  13545. "requires": {
  13546. "randombytes": "^2.1.0"
  13547. }
  13548. },
  13549. "supports-color": {
  13550. "version": "6.1.0",
  13551. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
  13552. "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
  13553. "requires": {
  13554. "has-flag": "^3.0.0"
  13555. }
  13556. }
  13557. }
  13558. },
  13559. "rollup-pluginutils": {
  13560. "version": "2.8.2",
  13561. "resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz",
  13562. "integrity": "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==",
  13563. "requires": {
  13564. "estree-walker": "^0.6.1"
  13565. },
  13566. "dependencies": {
  13567. "estree-walker": {
  13568. "version": "0.6.1",
  13569. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz",
  13570. "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w=="
  13571. }
  13572. }
  13573. },
  13574. "rsvp": {
  13575. "version": "4.8.5",
  13576. "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz",
  13577. "integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA=="
  13578. },
  13579. "run-parallel": {
  13580. "version": "1.1.10",
  13581. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.10.tgz",
  13582. "integrity": "sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw=="
  13583. },
  13584. "run-queue": {
  13585. "version": "1.0.3",
  13586. "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz",
  13587. "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=",
  13588. "requires": {
  13589. "aproba": "^1.1.1"
  13590. }
  13591. },
  13592. "safe-buffer": {
  13593. "version": "5.1.2",
  13594. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  13595. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  13596. },
  13597. "safe-regex": {
  13598. "version": "1.1.0",
  13599. "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
  13600. "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
  13601. "requires": {
  13602. "ret": "~0.1.10"
  13603. }
  13604. },
  13605. "safer-buffer": {
  13606. "version": "2.1.2",
  13607. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  13608. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
  13609. },
  13610. "sane": {
  13611. "version": "4.1.0",
  13612. "resolved": "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz",
  13613. "integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==",
  13614. "requires": {
  13615. "@cnakazawa/watch": "^1.0.3",
  13616. "anymatch": "^2.0.0",
  13617. "capture-exit": "^2.0.0",
  13618. "exec-sh": "^0.3.2",
  13619. "execa": "^1.0.0",
  13620. "fb-watchman": "^2.0.0",
  13621. "micromatch": "^3.1.4",
  13622. "minimist": "^1.1.1",
  13623. "walker": "~1.0.5"
  13624. },
  13625. "dependencies": {
  13626. "anymatch": {
  13627. "version": "2.0.0",
  13628. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
  13629. "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
  13630. "requires": {
  13631. "micromatch": "^3.1.4",
  13632. "normalize-path": "^2.1.1"
  13633. }
  13634. },
  13635. "braces": {
  13636. "version": "2.3.2",
  13637. "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
  13638. "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
  13639. "requires": {
  13640. "arr-flatten": "^1.1.0",
  13641. "array-unique": "^0.3.2",
  13642. "extend-shallow": "^2.0.1",
  13643. "fill-range": "^4.0.0",
  13644. "isobject": "^3.0.1",
  13645. "repeat-element": "^1.1.2",
  13646. "snapdragon": "^0.8.1",
  13647. "snapdragon-node": "^2.0.1",
  13648. "split-string": "^3.0.2",
  13649. "to-regex": "^3.0.1"
  13650. },
  13651. "dependencies": {
  13652. "extend-shallow": {
  13653. "version": "2.0.1",
  13654. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  13655. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  13656. "requires": {
  13657. "is-extendable": "^0.1.0"
  13658. }
  13659. }
  13660. }
  13661. },
  13662. "fill-range": {
  13663. "version": "4.0.0",
  13664. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
  13665. "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
  13666. "requires": {
  13667. "extend-shallow": "^2.0.1",
  13668. "is-number": "^3.0.0",
  13669. "repeat-string": "^1.6.1",
  13670. "to-regex-range": "^2.1.0"
  13671. },
  13672. "dependencies": {
  13673. "extend-shallow": {
  13674. "version": "2.0.1",
  13675. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  13676. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  13677. "requires": {
  13678. "is-extendable": "^0.1.0"
  13679. }
  13680. }
  13681. }
  13682. },
  13683. "is-number": {
  13684. "version": "3.0.0",
  13685. "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
  13686. "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
  13687. "requires": {
  13688. "kind-of": "^3.0.2"
  13689. },
  13690. "dependencies": {
  13691. "kind-of": {
  13692. "version": "3.2.2",
  13693. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  13694. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  13695. "requires": {
  13696. "is-buffer": "^1.1.5"
  13697. }
  13698. }
  13699. }
  13700. },
  13701. "micromatch": {
  13702. "version": "3.1.10",
  13703. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
  13704. "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
  13705. "requires": {
  13706. "arr-diff": "^4.0.0",
  13707. "array-unique": "^0.3.2",
  13708. "braces": "^2.3.1",
  13709. "define-property": "^2.0.2",
  13710. "extend-shallow": "^3.0.2",
  13711. "extglob": "^2.0.4",
  13712. "fragment-cache": "^0.2.1",
  13713. "kind-of": "^6.0.2",
  13714. "nanomatch": "^1.2.9",
  13715. "object.pick": "^1.3.0",
  13716. "regex-not": "^1.0.0",
  13717. "snapdragon": "^0.8.1",
  13718. "to-regex": "^3.0.2"
  13719. }
  13720. },
  13721. "normalize-path": {
  13722. "version": "2.1.1",
  13723. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
  13724. "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
  13725. "requires": {
  13726. "remove-trailing-separator": "^1.0.1"
  13727. }
  13728. },
  13729. "to-regex-range": {
  13730. "version": "2.1.1",
  13731. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
  13732. "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
  13733. "requires": {
  13734. "is-number": "^3.0.0",
  13735. "repeat-string": "^1.6.1"
  13736. }
  13737. }
  13738. }
  13739. },
  13740. "sanitize.css": {
  13741. "version": "10.0.0",
  13742. "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-10.0.0.tgz",
  13743. "integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg=="
  13744. },
  13745. "sass-graph": {
  13746. "version": "2.2.5",
  13747. "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.5.tgz",
  13748. "integrity": "sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==",
  13749. "requires": {
  13750. "glob": "^7.0.0",
  13751. "lodash": "^4.0.0",
  13752. "scss-tokenizer": "^0.2.3",
  13753. "yargs": "^13.3.2"
  13754. },
  13755. "dependencies": {
  13756. "ansi-regex": {
  13757. "version": "4.1.0",
  13758. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
  13759. "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="
  13760. },
  13761. "camelcase": {
  13762. "version": "5.3.1",
  13763. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  13764. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
  13765. },
  13766. "cliui": {
  13767. "version": "5.0.0",
  13768. "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
  13769. "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
  13770. "requires": {
  13771. "string-width": "^3.1.0",
  13772. "strip-ansi": "^5.2.0",
  13773. "wrap-ansi": "^5.1.0"
  13774. }
  13775. },
  13776. "emoji-regex": {
  13777. "version": "7.0.3",
  13778. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
  13779. "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA=="
  13780. },
  13781. "find-up": {
  13782. "version": "3.0.0",
  13783. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  13784. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  13785. "requires": {
  13786. "locate-path": "^3.0.0"
  13787. }
  13788. },
  13789. "is-fullwidth-code-point": {
  13790. "version": "2.0.0",
  13791. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
  13792. "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8="
  13793. },
  13794. "locate-path": {
  13795. "version": "3.0.0",
  13796. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  13797. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  13798. "requires": {
  13799. "p-locate": "^3.0.0",
  13800. "path-exists": "^3.0.0"
  13801. }
  13802. },
  13803. "p-locate": {
  13804. "version": "3.0.0",
  13805. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  13806. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  13807. "requires": {
  13808. "p-limit": "^2.0.0"
  13809. }
  13810. },
  13811. "path-exists": {
  13812. "version": "3.0.0",
  13813. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  13814. "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
  13815. },
  13816. "string-width": {
  13817. "version": "3.1.0",
  13818. "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
  13819. "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
  13820. "requires": {
  13821. "emoji-regex": "^7.0.1",
  13822. "is-fullwidth-code-point": "^2.0.0",
  13823. "strip-ansi": "^5.1.0"
  13824. }
  13825. },
  13826. "strip-ansi": {
  13827. "version": "5.2.0",
  13828. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
  13829. "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
  13830. "requires": {
  13831. "ansi-regex": "^4.1.0"
  13832. }
  13833. },
  13834. "wrap-ansi": {
  13835. "version": "5.1.0",
  13836. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
  13837. "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
  13838. "requires": {
  13839. "ansi-styles": "^3.2.0",
  13840. "string-width": "^3.0.0",
  13841. "strip-ansi": "^5.0.0"
  13842. }
  13843. },
  13844. "yargs": {
  13845. "version": "13.3.2",
  13846. "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
  13847. "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
  13848. "requires": {
  13849. "cliui": "^5.0.0",
  13850. "find-up": "^3.0.0",
  13851. "get-caller-file": "^2.0.1",
  13852. "require-directory": "^2.1.1",
  13853. "require-main-filename": "^2.0.0",
  13854. "set-blocking": "^2.0.0",
  13855. "string-width": "^3.0.0",
  13856. "which-module": "^2.0.0",
  13857. "y18n": "^4.0.0",
  13858. "yargs-parser": "^13.1.2"
  13859. }
  13860. },
  13861. "yargs-parser": {
  13862. "version": "13.1.2",
  13863. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz",
  13864. "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
  13865. "requires": {
  13866. "camelcase": "^5.0.0",
  13867. "decamelize": "^1.2.0"
  13868. }
  13869. }
  13870. }
  13871. },
  13872. "sass-loader": {
  13873. "version": "8.0.2",
  13874. "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-8.0.2.tgz",
  13875. "integrity": "sha512-7o4dbSK8/Ol2KflEmSco4jTjQoV988bM82P9CZdmo9hR3RLnvNc0ufMNdMrB0caq38JQ/FgF4/7RcbcfKzxoFQ==",
  13876. "requires": {
  13877. "clone-deep": "^4.0.1",
  13878. "loader-utils": "^1.2.3",
  13879. "neo-async": "^2.6.1",
  13880. "schema-utils": "^2.6.1",
  13881. "semver": "^6.3.0"
  13882. },
  13883. "dependencies": {
  13884. "json5": {
  13885. "version": "1.0.1",
  13886. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  13887. "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  13888. "requires": {
  13889. "minimist": "^1.2.0"
  13890. }
  13891. },
  13892. "loader-utils": {
  13893. "version": "1.4.0",
  13894. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
  13895. "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
  13896. "requires": {
  13897. "big.js": "^5.2.2",
  13898. "emojis-list": "^3.0.0",
  13899. "json5": "^1.0.1"
  13900. }
  13901. },
  13902. "semver": {
  13903. "version": "6.3.0",
  13904. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  13905. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  13906. }
  13907. }
  13908. },
  13909. "sax": {
  13910. "version": "1.2.4",
  13911. "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
  13912. "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
  13913. },
  13914. "saxes": {
  13915. "version": "5.0.1",
  13916. "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
  13917. "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
  13918. "requires": {
  13919. "xmlchars": "^2.2.0"
  13920. }
  13921. },
  13922. "scheduler": {
  13923. "version": "0.20.1",
  13924. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.1.tgz",
  13925. "integrity": "sha512-LKTe+2xNJBNxu/QhHvDR14wUXHRQbVY5ZOYpOGWRzhydZUqrLb2JBvLPY7cAqFmqrWuDED0Mjk7013SZiOz6Bw==",
  13926. "requires": {
  13927. "loose-envify": "^1.1.0",
  13928. "object-assign": "^4.1.1"
  13929. }
  13930. },
  13931. "schema-utils": {
  13932. "version": "2.7.1",
  13933. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
  13934. "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
  13935. "requires": {
  13936. "@types/json-schema": "^7.0.5",
  13937. "ajv": "^6.12.4",
  13938. "ajv-keywords": "^3.5.2"
  13939. }
  13940. },
  13941. "scss-tokenizer": {
  13942. "version": "0.2.3",
  13943. "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
  13944. "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
  13945. "requires": {
  13946. "js-base64": "^2.1.8",
  13947. "source-map": "^0.4.2"
  13948. },
  13949. "dependencies": {
  13950. "source-map": {
  13951. "version": "0.4.4",
  13952. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
  13953. "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
  13954. "requires": {
  13955. "amdefine": ">=0.0.4"
  13956. }
  13957. }
  13958. }
  13959. },
  13960. "select-hose": {
  13961. "version": "2.0.0",
  13962. "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
  13963. "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo="
  13964. },
  13965. "selfsigned": {
  13966. "version": "1.10.8",
  13967. "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.8.tgz",
  13968. "integrity": "sha512-2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w==",
  13969. "requires": {
  13970. "node-forge": "^0.10.0"
  13971. }
  13972. },
  13973. "semver": {
  13974. "version": "7.3.2",
  13975. "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
  13976. "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ=="
  13977. },
  13978. "send": {
  13979. "version": "0.17.1",
  13980. "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
  13981. "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==",
  13982. "requires": {
  13983. "debug": "2.6.9",
  13984. "depd": "~1.1.2",
  13985. "destroy": "~1.0.4",
  13986. "encodeurl": "~1.0.2",
  13987. "escape-html": "~1.0.3",
  13988. "etag": "~1.8.1",
  13989. "fresh": "0.5.2",
  13990. "http-errors": "~1.7.2",
  13991. "mime": "1.6.0",
  13992. "ms": "2.1.1",
  13993. "on-finished": "~2.3.0",
  13994. "range-parser": "~1.2.1",
  13995. "statuses": "~1.5.0"
  13996. },
  13997. "dependencies": {
  13998. "debug": {
  13999. "version": "2.6.9",
  14000. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  14001. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  14002. "requires": {
  14003. "ms": "2.0.0"
  14004. },
  14005. "dependencies": {
  14006. "ms": {
  14007. "version": "2.0.0",
  14008. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  14009. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  14010. }
  14011. }
  14012. },
  14013. "ms": {
  14014. "version": "2.1.1",
  14015. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
  14016. "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg=="
  14017. }
  14018. }
  14019. },
  14020. "serialize-javascript": {
  14021. "version": "5.0.1",
  14022. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-5.0.1.tgz",
  14023. "integrity": "sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==",
  14024. "requires": {
  14025. "randombytes": "^2.1.0"
  14026. }
  14027. },
  14028. "serve-index": {
  14029. "version": "1.9.1",
  14030. "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
  14031. "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=",
  14032. "requires": {
  14033. "accepts": "~1.3.4",
  14034. "batch": "0.6.1",
  14035. "debug": "2.6.9",
  14036. "escape-html": "~1.0.3",
  14037. "http-errors": "~1.6.2",
  14038. "mime-types": "~2.1.17",
  14039. "parseurl": "~1.3.2"
  14040. },
  14041. "dependencies": {
  14042. "debug": {
  14043. "version": "2.6.9",
  14044. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  14045. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  14046. "requires": {
  14047. "ms": "2.0.0"
  14048. }
  14049. },
  14050. "http-errors": {
  14051. "version": "1.6.3",
  14052. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
  14053. "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
  14054. "requires": {
  14055. "depd": "~1.1.2",
  14056. "inherits": "2.0.3",
  14057. "setprototypeof": "1.1.0",
  14058. "statuses": ">= 1.4.0 < 2"
  14059. }
  14060. },
  14061. "inherits": {
  14062. "version": "2.0.3",
  14063. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  14064. "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
  14065. },
  14066. "ms": {
  14067. "version": "2.0.0",
  14068. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  14069. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  14070. },
  14071. "setprototypeof": {
  14072. "version": "1.1.0",
  14073. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
  14074. "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ=="
  14075. }
  14076. }
  14077. },
  14078. "serve-static": {
  14079. "version": "1.14.1",
  14080. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz",
  14081. "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==",
  14082. "requires": {
  14083. "encodeurl": "~1.0.2",
  14084. "escape-html": "~1.0.3",
  14085. "parseurl": "~1.3.3",
  14086. "send": "0.17.1"
  14087. }
  14088. },
  14089. "set-blocking": {
  14090. "version": "2.0.0",
  14091. "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  14092. "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
  14093. },
  14094. "set-value": {
  14095. "version": "2.0.1",
  14096. "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
  14097. "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
  14098. "requires": {
  14099. "extend-shallow": "^2.0.1",
  14100. "is-extendable": "^0.1.1",
  14101. "is-plain-object": "^2.0.3",
  14102. "split-string": "^3.0.1"
  14103. },
  14104. "dependencies": {
  14105. "extend-shallow": {
  14106. "version": "2.0.1",
  14107. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  14108. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  14109. "requires": {
  14110. "is-extendable": "^0.1.0"
  14111. }
  14112. }
  14113. }
  14114. },
  14115. "setimmediate": {
  14116. "version": "1.0.5",
  14117. "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
  14118. "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU="
  14119. },
  14120. "setprototypeof": {
  14121. "version": "1.1.1",
  14122. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
  14123. "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw=="
  14124. },
  14125. "sha.js": {
  14126. "version": "2.4.11",
  14127. "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz",
  14128. "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
  14129. "requires": {
  14130. "inherits": "^2.0.1",
  14131. "safe-buffer": "^5.0.1"
  14132. }
  14133. },
  14134. "shallow-clone": {
  14135. "version": "3.0.1",
  14136. "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
  14137. "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
  14138. "requires": {
  14139. "kind-of": "^6.0.2"
  14140. }
  14141. },
  14142. "shebang-command": {
  14143. "version": "1.2.0",
  14144. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
  14145. "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
  14146. "requires": {
  14147. "shebang-regex": "^1.0.0"
  14148. }
  14149. },
  14150. "shebang-regex": {
  14151. "version": "1.0.0",
  14152. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
  14153. "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM="
  14154. },
  14155. "shell-quote": {
  14156. "version": "1.7.2",
  14157. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz",
  14158. "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg=="
  14159. },
  14160. "shellwords": {
  14161. "version": "0.1.1",
  14162. "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz",
  14163. "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==",
  14164. "optional": true
  14165. },
  14166. "side-channel": {
  14167. "version": "1.0.3",
  14168. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.3.tgz",
  14169. "integrity": "sha512-A6+ByhlLkksFoUepsGxfj5x1gTSrs+OydsRptUxeNCabQpCFUvcwIczgOigI8vhY/OJCnPnyE9rGiwgvr9cS1g==",
  14170. "requires": {
  14171. "es-abstract": "^1.18.0-next.0",
  14172. "object-inspect": "^1.8.0"
  14173. }
  14174. },
  14175. "signal-exit": {
  14176. "version": "3.0.3",
  14177. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz",
  14178. "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA=="
  14179. },
  14180. "simple-swizzle": {
  14181. "version": "0.2.2",
  14182. "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  14183. "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=",
  14184. "requires": {
  14185. "is-arrayish": "^0.3.1"
  14186. },
  14187. "dependencies": {
  14188. "is-arrayish": {
  14189. "version": "0.3.2",
  14190. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
  14191. "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
  14192. }
  14193. }
  14194. },
  14195. "sisteransi": {
  14196. "version": "1.0.5",
  14197. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  14198. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  14199. },
  14200. "slash": {
  14201. "version": "3.0.0",
  14202. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  14203. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
  14204. },
  14205. "slice-ansi": {
  14206. "version": "4.0.0",
  14207. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
  14208. "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
  14209. "requires": {
  14210. "ansi-styles": "^4.0.0",
  14211. "astral-regex": "^2.0.0",
  14212. "is-fullwidth-code-point": "^3.0.0"
  14213. },
  14214. "dependencies": {
  14215. "ansi-styles": {
  14216. "version": "4.3.0",
  14217. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  14218. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  14219. "requires": {
  14220. "color-convert": "^2.0.1"
  14221. }
  14222. },
  14223. "color-convert": {
  14224. "version": "2.0.1",
  14225. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  14226. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  14227. "requires": {
  14228. "color-name": "~1.1.4"
  14229. }
  14230. },
  14231. "color-name": {
  14232. "version": "1.1.4",
  14233. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  14234. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  14235. }
  14236. }
  14237. },
  14238. "snapdragon": {
  14239. "version": "0.8.2",
  14240. "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
  14241. "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
  14242. "requires": {
  14243. "base": "^0.11.1",
  14244. "debug": "^2.2.0",
  14245. "define-property": "^0.2.5",
  14246. "extend-shallow": "^2.0.1",
  14247. "map-cache": "^0.2.2",
  14248. "source-map": "^0.5.6",
  14249. "source-map-resolve": "^0.5.0",
  14250. "use": "^3.1.0"
  14251. },
  14252. "dependencies": {
  14253. "debug": {
  14254. "version": "2.6.9",
  14255. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  14256. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  14257. "requires": {
  14258. "ms": "2.0.0"
  14259. }
  14260. },
  14261. "define-property": {
  14262. "version": "0.2.5",
  14263. "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
  14264. "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
  14265. "requires": {
  14266. "is-descriptor": "^0.1.0"
  14267. }
  14268. },
  14269. "extend-shallow": {
  14270. "version": "2.0.1",
  14271. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  14272. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  14273. "requires": {
  14274. "is-extendable": "^0.1.0"
  14275. }
  14276. },
  14277. "ms": {
  14278. "version": "2.0.0",
  14279. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  14280. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  14281. }
  14282. }
  14283. },
  14284. "snapdragon-node": {
  14285. "version": "2.1.1",
  14286. "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
  14287. "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
  14288. "requires": {
  14289. "define-property": "^1.0.0",
  14290. "isobject": "^3.0.0",
  14291. "snapdragon-util": "^3.0.1"
  14292. },
  14293. "dependencies": {
  14294. "define-property": {
  14295. "version": "1.0.0",
  14296. "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
  14297. "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
  14298. "requires": {
  14299. "is-descriptor": "^1.0.0"
  14300. }
  14301. },
  14302. "is-accessor-descriptor": {
  14303. "version": "1.0.0",
  14304. "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
  14305. "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
  14306. "requires": {
  14307. "kind-of": "^6.0.0"
  14308. }
  14309. },
  14310. "is-data-descriptor": {
  14311. "version": "1.0.0",
  14312. "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
  14313. "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
  14314. "requires": {
  14315. "kind-of": "^6.0.0"
  14316. }
  14317. },
  14318. "is-descriptor": {
  14319. "version": "1.0.2",
  14320. "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
  14321. "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
  14322. "requires": {
  14323. "is-accessor-descriptor": "^1.0.0",
  14324. "is-data-descriptor": "^1.0.0",
  14325. "kind-of": "^6.0.2"
  14326. }
  14327. }
  14328. }
  14329. },
  14330. "snapdragon-util": {
  14331. "version": "3.0.1",
  14332. "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
  14333. "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
  14334. "requires": {
  14335. "kind-of": "^3.2.0"
  14336. },
  14337. "dependencies": {
  14338. "kind-of": {
  14339. "version": "3.2.2",
  14340. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  14341. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  14342. "requires": {
  14343. "is-buffer": "^1.1.5"
  14344. }
  14345. }
  14346. }
  14347. },
  14348. "sockjs": {
  14349. "version": "0.3.20",
  14350. "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.20.tgz",
  14351. "integrity": "sha512-SpmVOVpdq0DJc0qArhF3E5xsxvaiqGNb73XfgBpK1y3UD5gs8DSo8aCTsuT5pX8rssdc2NDIzANwP9eCAiSdTA==",
  14352. "requires": {
  14353. "faye-websocket": "^0.10.0",
  14354. "uuid": "^3.4.0",
  14355. "websocket-driver": "0.6.5"
  14356. },
  14357. "dependencies": {
  14358. "uuid": {
  14359. "version": "3.4.0",
  14360. "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
  14361. "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
  14362. }
  14363. }
  14364. },
  14365. "sockjs-client": {
  14366. "version": "1.4.0",
  14367. "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.4.0.tgz",
  14368. "integrity": "sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g==",
  14369. "requires": {
  14370. "debug": "^3.2.5",
  14371. "eventsource": "^1.0.7",
  14372. "faye-websocket": "~0.11.1",
  14373. "inherits": "^2.0.3",
  14374. "json3": "^3.3.2",
  14375. "url-parse": "^1.4.3"
  14376. },
  14377. "dependencies": {
  14378. "debug": {
  14379. "version": "3.2.7",
  14380. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  14381. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  14382. "requires": {
  14383. "ms": "^2.1.1"
  14384. }
  14385. },
  14386. "faye-websocket": {
  14387. "version": "0.11.3",
  14388. "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz",
  14389. "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==",
  14390. "requires": {
  14391. "websocket-driver": ">=0.5.1"
  14392. }
  14393. }
  14394. }
  14395. },
  14396. "sort-keys": {
  14397. "version": "1.1.2",
  14398. "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
  14399. "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
  14400. "requires": {
  14401. "is-plain-obj": "^1.0.0"
  14402. }
  14403. },
  14404. "source-list-map": {
  14405. "version": "2.0.1",
  14406. "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
  14407. "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
  14408. },
  14409. "source-map": {
  14410. "version": "0.5.7",
  14411. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  14412. "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
  14413. },
  14414. "source-map-resolve": {
  14415. "version": "0.5.3",
  14416. "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
  14417. "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
  14418. "requires": {
  14419. "atob": "^2.1.2",
  14420. "decode-uri-component": "^0.2.0",
  14421. "resolve-url": "^0.2.1",
  14422. "source-map-url": "^0.4.0",
  14423. "urix": "^0.1.0"
  14424. }
  14425. },
  14426. "source-map-support": {
  14427. "version": "0.5.19",
  14428. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz",
  14429. "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==",
  14430. "requires": {
  14431. "buffer-from": "^1.0.0",
  14432. "source-map": "^0.6.0"
  14433. },
  14434. "dependencies": {
  14435. "source-map": {
  14436. "version": "0.6.1",
  14437. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  14438. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  14439. }
  14440. }
  14441. },
  14442. "source-map-url": {
  14443. "version": "0.4.0",
  14444. "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
  14445. "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM="
  14446. },
  14447. "sourcemap-codec": {
  14448. "version": "1.4.8",
  14449. "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  14450. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA=="
  14451. },
  14452. "spdx-correct": {
  14453. "version": "3.1.1",
  14454. "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
  14455. "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
  14456. "requires": {
  14457. "spdx-expression-parse": "^3.0.0",
  14458. "spdx-license-ids": "^3.0.0"
  14459. }
  14460. },
  14461. "spdx-exceptions": {
  14462. "version": "2.3.0",
  14463. "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
  14464. "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A=="
  14465. },
  14466. "spdx-expression-parse": {
  14467. "version": "3.0.1",
  14468. "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
  14469. "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
  14470. "requires": {
  14471. "spdx-exceptions": "^2.1.0",
  14472. "spdx-license-ids": "^3.0.0"
  14473. }
  14474. },
  14475. "spdx-license-ids": {
  14476. "version": "3.0.7",
  14477. "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz",
  14478. "integrity": "sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ=="
  14479. },
  14480. "spdy": {
  14481. "version": "4.0.2",
  14482. "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
  14483. "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
  14484. "requires": {
  14485. "debug": "^4.1.0",
  14486. "handle-thing": "^2.0.0",
  14487. "http-deceiver": "^1.2.7",
  14488. "select-hose": "^2.0.0",
  14489. "spdy-transport": "^3.0.0"
  14490. }
  14491. },
  14492. "spdy-transport": {
  14493. "version": "3.0.0",
  14494. "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
  14495. "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
  14496. "requires": {
  14497. "debug": "^4.1.0",
  14498. "detect-node": "^2.0.4",
  14499. "hpack.js": "^2.1.6",
  14500. "obuf": "^1.1.2",
  14501. "readable-stream": "^3.0.6",
  14502. "wbuf": "^1.7.3"
  14503. }
  14504. },
  14505. "split-string": {
  14506. "version": "3.1.0",
  14507. "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
  14508. "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
  14509. "requires": {
  14510. "extend-shallow": "^3.0.0"
  14511. }
  14512. },
  14513. "sprintf-js": {
  14514. "version": "1.0.3",
  14515. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  14516. "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
  14517. },
  14518. "sshpk": {
  14519. "version": "1.16.1",
  14520. "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",
  14521. "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==",
  14522. "requires": {
  14523. "asn1": "~0.2.3",
  14524. "assert-plus": "^1.0.0",
  14525. "bcrypt-pbkdf": "^1.0.0",
  14526. "dashdash": "^1.12.0",
  14527. "ecc-jsbn": "~0.1.1",
  14528. "getpass": "^0.1.1",
  14529. "jsbn": "~0.1.0",
  14530. "safer-buffer": "^2.0.2",
  14531. "tweetnacl": "~0.14.0"
  14532. }
  14533. },
  14534. "ssri": {
  14535. "version": "8.0.0",
  14536. "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.0.tgz",
  14537. "integrity": "sha512-aq/pz989nxVYwn16Tsbj1TqFpD5LLrQxHf5zaHuieFV+R0Bbr4y8qUsOA45hXT/N4/9UNXTarBjnjVmjSOVaAA==",
  14538. "requires": {
  14539. "minipass": "^3.1.1"
  14540. }
  14541. },
  14542. "stable": {
  14543. "version": "0.1.8",
  14544. "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
  14545. "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w=="
  14546. },
  14547. "stack-utils": {
  14548. "version": "2.0.3",
  14549. "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.3.tgz",
  14550. "integrity": "sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw==",
  14551. "requires": {
  14552. "escape-string-regexp": "^2.0.0"
  14553. },
  14554. "dependencies": {
  14555. "escape-string-regexp": {
  14556. "version": "2.0.0",
  14557. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  14558. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
  14559. }
  14560. }
  14561. },
  14562. "stackframe": {
  14563. "version": "1.2.0",
  14564. "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.2.0.tgz",
  14565. "integrity": "sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA=="
  14566. },
  14567. "static-extend": {
  14568. "version": "0.1.2",
  14569. "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
  14570. "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
  14571. "requires": {
  14572. "define-property": "^0.2.5",
  14573. "object-copy": "^0.1.0"
  14574. },
  14575. "dependencies": {
  14576. "define-property": {
  14577. "version": "0.2.5",
  14578. "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
  14579. "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
  14580. "requires": {
  14581. "is-descriptor": "^0.1.0"
  14582. }
  14583. }
  14584. }
  14585. },
  14586. "statuses": {
  14587. "version": "1.5.0",
  14588. "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
  14589. "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
  14590. },
  14591. "stdout-stream": {
  14592. "version": "1.4.1",
  14593. "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz",
  14594. "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==",
  14595. "requires": {
  14596. "readable-stream": "^2.0.1"
  14597. },
  14598. "dependencies": {
  14599. "readable-stream": {
  14600. "version": "2.3.7",
  14601. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  14602. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  14603. "requires": {
  14604. "core-util-is": "~1.0.0",
  14605. "inherits": "~2.0.3",
  14606. "isarray": "~1.0.0",
  14607. "process-nextick-args": "~2.0.0",
  14608. "safe-buffer": "~5.1.1",
  14609. "string_decoder": "~1.1.1",
  14610. "util-deprecate": "~1.0.1"
  14611. }
  14612. },
  14613. "string_decoder": {
  14614. "version": "1.1.1",
  14615. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  14616. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  14617. "requires": {
  14618. "safe-buffer": "~5.1.0"
  14619. }
  14620. }
  14621. }
  14622. },
  14623. "stealthy-require": {
  14624. "version": "1.1.1",
  14625. "resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz",
  14626. "integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks="
  14627. },
  14628. "stream-browserify": {
  14629. "version": "2.0.2",
  14630. "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz",
  14631. "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==",
  14632. "requires": {
  14633. "inherits": "~2.0.1",
  14634. "readable-stream": "^2.0.2"
  14635. },
  14636. "dependencies": {
  14637. "readable-stream": {
  14638. "version": "2.3.7",
  14639. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  14640. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  14641. "requires": {
  14642. "core-util-is": "~1.0.0",
  14643. "inherits": "~2.0.3",
  14644. "isarray": "~1.0.0",
  14645. "process-nextick-args": "~2.0.0",
  14646. "safe-buffer": "~5.1.1",
  14647. "string_decoder": "~1.1.1",
  14648. "util-deprecate": "~1.0.1"
  14649. }
  14650. },
  14651. "string_decoder": {
  14652. "version": "1.1.1",
  14653. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  14654. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  14655. "requires": {
  14656. "safe-buffer": "~5.1.0"
  14657. }
  14658. }
  14659. }
  14660. },
  14661. "stream-each": {
  14662. "version": "1.2.3",
  14663. "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz",
  14664. "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==",
  14665. "requires": {
  14666. "end-of-stream": "^1.1.0",
  14667. "stream-shift": "^1.0.0"
  14668. }
  14669. },
  14670. "stream-http": {
  14671. "version": "2.8.3",
  14672. "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz",
  14673. "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==",
  14674. "requires": {
  14675. "builtin-status-codes": "^3.0.0",
  14676. "inherits": "^2.0.1",
  14677. "readable-stream": "^2.3.6",
  14678. "to-arraybuffer": "^1.0.0",
  14679. "xtend": "^4.0.0"
  14680. },
  14681. "dependencies": {
  14682. "readable-stream": {
  14683. "version": "2.3.7",
  14684. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  14685. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  14686. "requires": {
  14687. "core-util-is": "~1.0.0",
  14688. "inherits": "~2.0.3",
  14689. "isarray": "~1.0.0",
  14690. "process-nextick-args": "~2.0.0",
  14691. "safe-buffer": "~5.1.1",
  14692. "string_decoder": "~1.1.1",
  14693. "util-deprecate": "~1.0.1"
  14694. }
  14695. },
  14696. "string_decoder": {
  14697. "version": "1.1.1",
  14698. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  14699. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  14700. "requires": {
  14701. "safe-buffer": "~5.1.0"
  14702. }
  14703. }
  14704. }
  14705. },
  14706. "stream-shift": {
  14707. "version": "1.0.1",
  14708. "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz",
  14709. "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ=="
  14710. },
  14711. "strict-uri-encode": {
  14712. "version": "1.1.0",
  14713. "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
  14714. "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM="
  14715. },
  14716. "string-length": {
  14717. "version": "4.0.1",
  14718. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.1.tgz",
  14719. "integrity": "sha512-PKyXUd0LK0ePjSOnWn34V2uD6acUWev9uy0Ft05k0E8xRW+SKcA0F7eMr7h5xlzfn+4O3N+55rduYyet3Jk+jw==",
  14720. "requires": {
  14721. "char-regex": "^1.0.2",
  14722. "strip-ansi": "^6.0.0"
  14723. }
  14724. },
  14725. "string-natural-compare": {
  14726. "version": "3.0.1",
  14727. "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
  14728. "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw=="
  14729. },
  14730. "string-width": {
  14731. "version": "4.2.0",
  14732. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz",
  14733. "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==",
  14734. "requires": {
  14735. "emoji-regex": "^8.0.0",
  14736. "is-fullwidth-code-point": "^3.0.0",
  14737. "strip-ansi": "^6.0.0"
  14738. }
  14739. },
  14740. "string.prototype.matchall": {
  14741. "version": "4.0.3",
  14742. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.3.tgz",
  14743. "integrity": "sha512-OBxYDA2ifZQ2e13cP82dWFMaCV9CGF8GzmN4fljBVw5O5wep0lu4gacm1OL6MjROoUnB8VbkWRThqkV2YFLNxw==",
  14744. "requires": {
  14745. "call-bind": "^1.0.0",
  14746. "define-properties": "^1.1.3",
  14747. "es-abstract": "^1.18.0-next.1",
  14748. "has-symbols": "^1.0.1",
  14749. "internal-slot": "^1.0.2",
  14750. "regexp.prototype.flags": "^1.3.0",
  14751. "side-channel": "^1.0.3"
  14752. }
  14753. },
  14754. "string.prototype.trimend": {
  14755. "version": "1.0.3",
  14756. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz",
  14757. "integrity": "sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw==",
  14758. "requires": {
  14759. "call-bind": "^1.0.0",
  14760. "define-properties": "^1.1.3"
  14761. }
  14762. },
  14763. "string.prototype.trimstart": {
  14764. "version": "1.0.3",
  14765. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz",
  14766. "integrity": "sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg==",
  14767. "requires": {
  14768. "call-bind": "^1.0.0",
  14769. "define-properties": "^1.1.3"
  14770. }
  14771. },
  14772. "string_decoder": {
  14773. "version": "1.3.0",
  14774. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  14775. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  14776. "requires": {
  14777. "safe-buffer": "~5.2.0"
  14778. },
  14779. "dependencies": {
  14780. "safe-buffer": {
  14781. "version": "5.2.1",
  14782. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  14783. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
  14784. }
  14785. }
  14786. },
  14787. "stringify-object": {
  14788. "version": "3.3.0",
  14789. "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
  14790. "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
  14791. "requires": {
  14792. "get-own-enumerable-property-symbols": "^3.0.0",
  14793. "is-obj": "^1.0.1",
  14794. "is-regexp": "^1.0.0"
  14795. },
  14796. "dependencies": {
  14797. "is-obj": {
  14798. "version": "1.0.1",
  14799. "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
  14800. "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8="
  14801. }
  14802. }
  14803. },
  14804. "strip-ansi": {
  14805. "version": "6.0.0",
  14806. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
  14807. "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
  14808. "requires": {
  14809. "ansi-regex": "^5.0.0"
  14810. }
  14811. },
  14812. "strip-bom": {
  14813. "version": "3.0.0",
  14814. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  14815. "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM="
  14816. },
  14817. "strip-comments": {
  14818. "version": "1.0.2",
  14819. "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-1.0.2.tgz",
  14820. "integrity": "sha512-kL97alc47hoyIQSV165tTt9rG5dn4w1dNnBhOQ3bOU1Nc1hel09jnXANaHJ7vzHLd4Ju8kseDGzlev96pghLFw==",
  14821. "requires": {
  14822. "babel-extract-comments": "^1.0.0",
  14823. "babel-plugin-transform-object-rest-spread": "^6.26.0"
  14824. }
  14825. },
  14826. "strip-eof": {
  14827. "version": "1.0.0",
  14828. "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
  14829. "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8="
  14830. },
  14831. "strip-final-newline": {
  14832. "version": "2.0.0",
  14833. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  14834. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA=="
  14835. },
  14836. "strip-indent": {
  14837. "version": "3.0.0",
  14838. "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
  14839. "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
  14840. "requires": {
  14841. "min-indent": "^1.0.0"
  14842. }
  14843. },
  14844. "strip-json-comments": {
  14845. "version": "3.1.1",
  14846. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  14847. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig=="
  14848. },
  14849. "style-loader": {
  14850. "version": "1.3.0",
  14851. "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz",
  14852. "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==",
  14853. "requires": {
  14854. "loader-utils": "^2.0.0",
  14855. "schema-utils": "^2.7.0"
  14856. }
  14857. },
  14858. "stylehacks": {
  14859. "version": "4.0.3",
  14860. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz",
  14861. "integrity": "sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==",
  14862. "requires": {
  14863. "browserslist": "^4.0.0",
  14864. "postcss": "^7.0.0",
  14865. "postcss-selector-parser": "^3.0.0"
  14866. },
  14867. "dependencies": {
  14868. "postcss-selector-parser": {
  14869. "version": "3.1.2",
  14870. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz",
  14871. "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==",
  14872. "requires": {
  14873. "dot-prop": "^5.2.0",
  14874. "indexes-of": "^1.0.1",
  14875. "uniq": "^1.0.1"
  14876. }
  14877. }
  14878. }
  14879. },
  14880. "supports-color": {
  14881. "version": "5.5.0",
  14882. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  14883. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  14884. "requires": {
  14885. "has-flag": "^3.0.0"
  14886. }
  14887. },
  14888. "supports-hyperlinks": {
  14889. "version": "2.1.0",
  14890. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz",
  14891. "integrity": "sha512-zoE5/e+dnEijk6ASB6/qrK+oYdm2do1hjoLWrqUC/8WEIW1gbxFcKuBof7sW8ArN6e+AYvsE8HBGiVRWL/F5CA==",
  14892. "requires": {
  14893. "has-flag": "^4.0.0",
  14894. "supports-color": "^7.0.0"
  14895. },
  14896. "dependencies": {
  14897. "has-flag": {
  14898. "version": "4.0.0",
  14899. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  14900. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
  14901. },
  14902. "supports-color": {
  14903. "version": "7.2.0",
  14904. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  14905. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  14906. "requires": {
  14907. "has-flag": "^4.0.0"
  14908. }
  14909. }
  14910. }
  14911. },
  14912. "svg-parser": {
  14913. "version": "2.0.4",
  14914. "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
  14915. "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ=="
  14916. },
  14917. "svgo": {
  14918. "version": "1.3.2",
  14919. "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
  14920. "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
  14921. "requires": {
  14922. "chalk": "^2.4.1",
  14923. "coa": "^2.0.2",
  14924. "css-select": "^2.0.0",
  14925. "css-select-base-adapter": "^0.1.1",
  14926. "css-tree": "1.0.0-alpha.37",
  14927. "csso": "^4.0.2",
  14928. "js-yaml": "^3.13.1",
  14929. "mkdirp": "~0.5.1",
  14930. "object.values": "^1.1.0",
  14931. "sax": "~1.2.4",
  14932. "stable": "^0.1.8",
  14933. "unquote": "~1.1.1",
  14934. "util.promisify": "~1.0.0"
  14935. }
  14936. },
  14937. "symbol-tree": {
  14938. "version": "3.2.4",
  14939. "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  14940. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
  14941. },
  14942. "table": {
  14943. "version": "6.0.4",
  14944. "resolved": "https://registry.npmjs.org/table/-/table-6.0.4.tgz",
  14945. "integrity": "sha512-sBT4xRLdALd+NFBvwOz8bw4b15htyythha+q+DVZqy2RS08PPC8O2sZFgJYEY7bJvbCFKccs+WIZ/cd+xxTWCw==",
  14946. "requires": {
  14947. "ajv": "^6.12.4",
  14948. "lodash": "^4.17.20",
  14949. "slice-ansi": "^4.0.0",
  14950. "string-width": "^4.2.0"
  14951. }
  14952. },
  14953. "tapable": {
  14954. "version": "1.1.3",
  14955. "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
  14956. "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA=="
  14957. },
  14958. "tar": {
  14959. "version": "6.0.5",
  14960. "resolved": "https://registry.npmjs.org/tar/-/tar-6.0.5.tgz",
  14961. "integrity": "sha512-0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg==",
  14962. "requires": {
  14963. "chownr": "^2.0.0",
  14964. "fs-minipass": "^2.0.0",
  14965. "minipass": "^3.0.0",
  14966. "minizlib": "^2.1.1",
  14967. "mkdirp": "^1.0.3",
  14968. "yallist": "^4.0.0"
  14969. },
  14970. "dependencies": {
  14971. "mkdirp": {
  14972. "version": "1.0.4",
  14973. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
  14974. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
  14975. }
  14976. }
  14977. },
  14978. "temp-dir": {
  14979. "version": "1.0.0",
  14980. "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz",
  14981. "integrity": "sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0="
  14982. },
  14983. "tempy": {
  14984. "version": "0.3.0",
  14985. "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.3.0.tgz",
  14986. "integrity": "sha512-WrH/pui8YCwmeiAoxV+lpRH9HpRtgBhSR2ViBPgpGb/wnYDzp21R4MN45fsCGvLROvY67o3byhJRYRONJyImVQ==",
  14987. "requires": {
  14988. "temp-dir": "^1.0.0",
  14989. "type-fest": "^0.3.1",
  14990. "unique-string": "^1.0.0"
  14991. },
  14992. "dependencies": {
  14993. "type-fest": {
  14994. "version": "0.3.1",
  14995. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz",
  14996. "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ=="
  14997. }
  14998. }
  14999. },
  15000. "terminal-link": {
  15001. "version": "2.1.1",
  15002. "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
  15003. "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
  15004. "requires": {
  15005. "ansi-escapes": "^4.2.1",
  15006. "supports-hyperlinks": "^2.0.0"
  15007. }
  15008. },
  15009. "terser": {
  15010. "version": "4.8.0",
  15011. "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz",
  15012. "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==",
  15013. "requires": {
  15014. "commander": "^2.20.0",
  15015. "source-map": "~0.6.1",
  15016. "source-map-support": "~0.5.12"
  15017. },
  15018. "dependencies": {
  15019. "commander": {
  15020. "version": "2.20.3",
  15021. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  15022. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  15023. },
  15024. "source-map": {
  15025. "version": "0.6.1",
  15026. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  15027. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  15028. }
  15029. }
  15030. },
  15031. "terser-webpack-plugin": {
  15032. "version": "4.2.3",
  15033. "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-4.2.3.tgz",
  15034. "integrity": "sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ==",
  15035. "requires": {
  15036. "cacache": "^15.0.5",
  15037. "find-cache-dir": "^3.3.1",
  15038. "jest-worker": "^26.5.0",
  15039. "p-limit": "^3.0.2",
  15040. "schema-utils": "^3.0.0",
  15041. "serialize-javascript": "^5.0.1",
  15042. "source-map": "^0.6.1",
  15043. "terser": "^5.3.4",
  15044. "webpack-sources": "^1.4.3"
  15045. },
  15046. "dependencies": {
  15047. "commander": {
  15048. "version": "2.20.3",
  15049. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  15050. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  15051. },
  15052. "find-cache-dir": {
  15053. "version": "3.3.1",
  15054. "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz",
  15055. "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==",
  15056. "requires": {
  15057. "commondir": "^1.0.1",
  15058. "make-dir": "^3.0.2",
  15059. "pkg-dir": "^4.1.0"
  15060. }
  15061. },
  15062. "make-dir": {
  15063. "version": "3.1.0",
  15064. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  15065. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  15066. "requires": {
  15067. "semver": "^6.0.0"
  15068. }
  15069. },
  15070. "p-limit": {
  15071. "version": "3.1.0",
  15072. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  15073. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  15074. "requires": {
  15075. "yocto-queue": "^0.1.0"
  15076. }
  15077. },
  15078. "pkg-dir": {
  15079. "version": "4.2.0",
  15080. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  15081. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  15082. "requires": {
  15083. "find-up": "^4.0.0"
  15084. }
  15085. },
  15086. "schema-utils": {
  15087. "version": "3.0.0",
  15088. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz",
  15089. "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
  15090. "requires": {
  15091. "@types/json-schema": "^7.0.6",
  15092. "ajv": "^6.12.5",
  15093. "ajv-keywords": "^3.5.2"
  15094. }
  15095. },
  15096. "semver": {
  15097. "version": "6.3.0",
  15098. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  15099. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  15100. },
  15101. "source-map": {
  15102. "version": "0.6.1",
  15103. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  15104. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  15105. },
  15106. "terser": {
  15107. "version": "5.5.1",
  15108. "resolved": "https://registry.npmjs.org/terser/-/terser-5.5.1.tgz",
  15109. "integrity": "sha512-6VGWZNVP2KTUcltUQJ25TtNjx/XgdDsBDKGt8nN0MpydU36LmbPPcMBd2kmtZNNGVVDLg44k7GKeHHj+4zPIBQ==",
  15110. "requires": {
  15111. "commander": "^2.20.0",
  15112. "source-map": "~0.7.2",
  15113. "source-map-support": "~0.5.19"
  15114. },
  15115. "dependencies": {
  15116. "source-map": {
  15117. "version": "0.7.3",
  15118. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
  15119. "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
  15120. }
  15121. }
  15122. }
  15123. }
  15124. },
  15125. "test-exclude": {
  15126. "version": "6.0.0",
  15127. "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
  15128. "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
  15129. "requires": {
  15130. "@istanbuljs/schema": "^0.1.2",
  15131. "glob": "^7.1.4",
  15132. "minimatch": "^3.0.4"
  15133. }
  15134. },
  15135. "text-table": {
  15136. "version": "0.2.0",
  15137. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  15138. "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
  15139. },
  15140. "throat": {
  15141. "version": "5.0.0",
  15142. "resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz",
  15143. "integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA=="
  15144. },
  15145. "through2": {
  15146. "version": "2.0.5",
  15147. "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
  15148. "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
  15149. "requires": {
  15150. "readable-stream": "~2.3.6",
  15151. "xtend": "~4.0.1"
  15152. },
  15153. "dependencies": {
  15154. "readable-stream": {
  15155. "version": "2.3.7",
  15156. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  15157. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  15158. "requires": {
  15159. "core-util-is": "~1.0.0",
  15160. "inherits": "~2.0.3",
  15161. "isarray": "~1.0.0",
  15162. "process-nextick-args": "~2.0.0",
  15163. "safe-buffer": "~5.1.1",
  15164. "string_decoder": "~1.1.1",
  15165. "util-deprecate": "~1.0.1"
  15166. }
  15167. },
  15168. "string_decoder": {
  15169. "version": "1.1.1",
  15170. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  15171. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  15172. "requires": {
  15173. "safe-buffer": "~5.1.0"
  15174. }
  15175. }
  15176. }
  15177. },
  15178. "thunky": {
  15179. "version": "1.1.0",
  15180. "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
  15181. "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA=="
  15182. },
  15183. "timers-browserify": {
  15184. "version": "2.0.12",
  15185. "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz",
  15186. "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==",
  15187. "requires": {
  15188. "setimmediate": "^1.0.4"
  15189. }
  15190. },
  15191. "timsort": {
  15192. "version": "0.3.0",
  15193. "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz",
  15194. "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q="
  15195. },
  15196. "tmpl": {
  15197. "version": "1.0.4",
  15198. "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
  15199. "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE="
  15200. },
  15201. "to-arraybuffer": {
  15202. "version": "1.0.1",
  15203. "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
  15204. "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M="
  15205. },
  15206. "to-fast-properties": {
  15207. "version": "2.0.0",
  15208. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  15209. "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
  15210. },
  15211. "to-object-path": {
  15212. "version": "0.3.0",
  15213. "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
  15214. "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
  15215. "requires": {
  15216. "kind-of": "^3.0.2"
  15217. },
  15218. "dependencies": {
  15219. "kind-of": {
  15220. "version": "3.2.2",
  15221. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  15222. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  15223. "requires": {
  15224. "is-buffer": "^1.1.5"
  15225. }
  15226. }
  15227. }
  15228. },
  15229. "to-regex": {
  15230. "version": "3.0.2",
  15231. "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
  15232. "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
  15233. "requires": {
  15234. "define-property": "^2.0.2",
  15235. "extend-shallow": "^3.0.2",
  15236. "regex-not": "^1.0.2",
  15237. "safe-regex": "^1.1.0"
  15238. }
  15239. },
  15240. "to-regex-range": {
  15241. "version": "5.0.1",
  15242. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  15243. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  15244. "requires": {
  15245. "is-number": "^7.0.0"
  15246. }
  15247. },
  15248. "toidentifier": {
  15249. "version": "1.0.0",
  15250. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
  15251. "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw=="
  15252. },
  15253. "tough-cookie": {
  15254. "version": "3.0.1",
  15255. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz",
  15256. "integrity": "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==",
  15257. "requires": {
  15258. "ip-regex": "^2.1.0",
  15259. "psl": "^1.1.28",
  15260. "punycode": "^2.1.1"
  15261. }
  15262. },
  15263. "tr46": {
  15264. "version": "2.0.2",
  15265. "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.2.tgz",
  15266. "integrity": "sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg==",
  15267. "requires": {
  15268. "punycode": "^2.1.1"
  15269. }
  15270. },
  15271. "trim-newlines": {
  15272. "version": "1.0.0",
  15273. "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
  15274. "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM="
  15275. },
  15276. "true-case-path": {
  15277. "version": "1.0.3",
  15278. "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz",
  15279. "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==",
  15280. "requires": {
  15281. "glob": "^7.1.2"
  15282. }
  15283. },
  15284. "tryer": {
  15285. "version": "1.0.1",
  15286. "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
  15287. "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA=="
  15288. },
  15289. "ts-pnp": {
  15290. "version": "1.2.0",
  15291. "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz",
  15292. "integrity": "sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw=="
  15293. },
  15294. "tsconfig-paths": {
  15295. "version": "3.9.0",
  15296. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz",
  15297. "integrity": "sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==",
  15298. "requires": {
  15299. "@types/json5": "^0.0.29",
  15300. "json5": "^1.0.1",
  15301. "minimist": "^1.2.0",
  15302. "strip-bom": "^3.0.0"
  15303. },
  15304. "dependencies": {
  15305. "json5": {
  15306. "version": "1.0.1",
  15307. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  15308. "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  15309. "requires": {
  15310. "minimist": "^1.2.0"
  15311. }
  15312. }
  15313. }
  15314. },
  15315. "tslib": {
  15316. "version": "1.14.1",
  15317. "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
  15318. "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
  15319. },
  15320. "tsutils": {
  15321. "version": "3.17.1",
  15322. "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.17.1.tgz",
  15323. "integrity": "sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==",
  15324. "requires": {
  15325. "tslib": "^1.8.1"
  15326. }
  15327. },
  15328. "tty-browserify": {
  15329. "version": "0.0.0",
  15330. "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
  15331. "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY="
  15332. },
  15333. "tunnel-agent": {
  15334. "version": "0.6.0",
  15335. "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
  15336. "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
  15337. "requires": {
  15338. "safe-buffer": "^5.0.1"
  15339. }
  15340. },
  15341. "tweetnacl": {
  15342. "version": "0.14.5",
  15343. "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
  15344. "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
  15345. },
  15346. "type": {
  15347. "version": "1.2.0",
  15348. "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz",
  15349. "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg=="
  15350. },
  15351. "type-check": {
  15352. "version": "0.4.0",
  15353. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  15354. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  15355. "requires": {
  15356. "prelude-ls": "^1.2.1"
  15357. }
  15358. },
  15359. "type-detect": {
  15360. "version": "4.0.8",
  15361. "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
  15362. "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g=="
  15363. },
  15364. "type-fest": {
  15365. "version": "0.8.1",
  15366. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
  15367. "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA=="
  15368. },
  15369. "type-is": {
  15370. "version": "1.6.18",
  15371. "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
  15372. "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  15373. "requires": {
  15374. "media-typer": "0.3.0",
  15375. "mime-types": "~2.1.24"
  15376. }
  15377. },
  15378. "typedarray": {
  15379. "version": "0.0.6",
  15380. "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
  15381. "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
  15382. },
  15383. "typedarray-to-buffer": {
  15384. "version": "3.1.5",
  15385. "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
  15386. "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
  15387. "requires": {
  15388. "is-typedarray": "^1.0.0"
  15389. }
  15390. },
  15391. "typescript": {
  15392. "version": "4.1.3",
  15393. "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz",
  15394. "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg=="
  15395. },
  15396. "unicode-canonical-property-names-ecmascript": {
  15397. "version": "1.0.4",
  15398. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz",
  15399. "integrity": "sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ=="
  15400. },
  15401. "unicode-match-property-ecmascript": {
  15402. "version": "1.0.4",
  15403. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz",
  15404. "integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==",
  15405. "requires": {
  15406. "unicode-canonical-property-names-ecmascript": "^1.0.4",
  15407. "unicode-property-aliases-ecmascript": "^1.0.4"
  15408. }
  15409. },
  15410. "unicode-match-property-value-ecmascript": {
  15411. "version": "1.2.0",
  15412. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz",
  15413. "integrity": "sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ=="
  15414. },
  15415. "unicode-property-aliases-ecmascript": {
  15416. "version": "1.1.0",
  15417. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz",
  15418. "integrity": "sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg=="
  15419. },
  15420. "union-value": {
  15421. "version": "1.0.1",
  15422. "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
  15423. "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
  15424. "requires": {
  15425. "arr-union": "^3.1.0",
  15426. "get-value": "^2.0.6",
  15427. "is-extendable": "^0.1.1",
  15428. "set-value": "^2.0.1"
  15429. }
  15430. },
  15431. "uniq": {
  15432. "version": "1.0.1",
  15433. "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
  15434. "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8="
  15435. },
  15436. "uniqs": {
  15437. "version": "2.0.0",
  15438. "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz",
  15439. "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI="
  15440. },
  15441. "unique-filename": {
  15442. "version": "1.1.1",
  15443. "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
  15444. "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
  15445. "requires": {
  15446. "unique-slug": "^2.0.0"
  15447. }
  15448. },
  15449. "unique-slug": {
  15450. "version": "2.0.2",
  15451. "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",
  15452. "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
  15453. "requires": {
  15454. "imurmurhash": "^0.1.4"
  15455. }
  15456. },
  15457. "unique-string": {
  15458. "version": "1.0.0",
  15459. "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz",
  15460. "integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=",
  15461. "requires": {
  15462. "crypto-random-string": "^1.0.0"
  15463. }
  15464. },
  15465. "universalify": {
  15466. "version": "1.0.0",
  15467. "resolved": "https://registry.npmjs.org/universalify/-/universalify-1.0.0.tgz",
  15468. "integrity": "sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug=="
  15469. },
  15470. "unpipe": {
  15471. "version": "1.0.0",
  15472. "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  15473. "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw="
  15474. },
  15475. "unquote": {
  15476. "version": "1.1.1",
  15477. "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
  15478. "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ="
  15479. },
  15480. "unset-value": {
  15481. "version": "1.0.0",
  15482. "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
  15483. "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
  15484. "requires": {
  15485. "has-value": "^0.3.1",
  15486. "isobject": "^3.0.0"
  15487. },
  15488. "dependencies": {
  15489. "has-value": {
  15490. "version": "0.3.1",
  15491. "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
  15492. "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
  15493. "requires": {
  15494. "get-value": "^2.0.3",
  15495. "has-values": "^0.1.4",
  15496. "isobject": "^2.0.0"
  15497. },
  15498. "dependencies": {
  15499. "isobject": {
  15500. "version": "2.1.0",
  15501. "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
  15502. "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
  15503. "requires": {
  15504. "isarray": "1.0.0"
  15505. }
  15506. }
  15507. }
  15508. },
  15509. "has-values": {
  15510. "version": "0.1.4",
  15511. "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
  15512. "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E="
  15513. }
  15514. }
  15515. },
  15516. "upath": {
  15517. "version": "1.2.0",
  15518. "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  15519. "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg=="
  15520. },
  15521. "uri-js": {
  15522. "version": "4.4.0",
  15523. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.0.tgz",
  15524. "integrity": "sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==",
  15525. "requires": {
  15526. "punycode": "^2.1.0"
  15527. }
  15528. },
  15529. "urix": {
  15530. "version": "0.1.0",
  15531. "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
  15532. "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI="
  15533. },
  15534. "url": {
  15535. "version": "0.11.0",
  15536. "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
  15537. "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
  15538. "requires": {
  15539. "punycode": "1.3.2",
  15540. "querystring": "0.2.0"
  15541. },
  15542. "dependencies": {
  15543. "punycode": {
  15544. "version": "1.3.2",
  15545. "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
  15546. "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0="
  15547. }
  15548. }
  15549. },
  15550. "url-loader": {
  15551. "version": "4.1.1",
  15552. "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
  15553. "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
  15554. "requires": {
  15555. "loader-utils": "^2.0.0",
  15556. "mime-types": "^2.1.27",
  15557. "schema-utils": "^3.0.0"
  15558. },
  15559. "dependencies": {
  15560. "schema-utils": {
  15561. "version": "3.0.0",
  15562. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz",
  15563. "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
  15564. "requires": {
  15565. "@types/json-schema": "^7.0.6",
  15566. "ajv": "^6.12.5",
  15567. "ajv-keywords": "^3.5.2"
  15568. }
  15569. }
  15570. }
  15571. },
  15572. "url-parse": {
  15573. "version": "1.4.7",
  15574. "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz",
  15575. "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==",
  15576. "requires": {
  15577. "querystringify": "^2.1.1",
  15578. "requires-port": "^1.0.0"
  15579. }
  15580. },
  15581. "use": {
  15582. "version": "3.1.1",
  15583. "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
  15584. "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ=="
  15585. },
  15586. "util": {
  15587. "version": "0.11.1",
  15588. "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz",
  15589. "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==",
  15590. "requires": {
  15591. "inherits": "2.0.3"
  15592. },
  15593. "dependencies": {
  15594. "inherits": {
  15595. "version": "2.0.3",
  15596. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  15597. "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
  15598. }
  15599. }
  15600. },
  15601. "util-deprecate": {
  15602. "version": "1.0.2",
  15603. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  15604. "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
  15605. },
  15606. "util.promisify": {
  15607. "version": "1.0.1",
  15608. "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
  15609. "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
  15610. "requires": {
  15611. "define-properties": "^1.1.3",
  15612. "es-abstract": "^1.17.2",
  15613. "has-symbols": "^1.0.1",
  15614. "object.getownpropertydescriptors": "^2.1.0"
  15615. },
  15616. "dependencies": {
  15617. "es-abstract": {
  15618. "version": "1.17.7",
  15619. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz",
  15620. "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==",
  15621. "requires": {
  15622. "es-to-primitive": "^1.2.1",
  15623. "function-bind": "^1.1.1",
  15624. "has": "^1.0.3",
  15625. "has-symbols": "^1.0.1",
  15626. "is-callable": "^1.2.2",
  15627. "is-regex": "^1.1.1",
  15628. "object-inspect": "^1.8.0",
  15629. "object-keys": "^1.1.1",
  15630. "object.assign": "^4.1.1",
  15631. "string.prototype.trimend": "^1.0.1",
  15632. "string.prototype.trimstart": "^1.0.1"
  15633. }
  15634. }
  15635. }
  15636. },
  15637. "utila": {
  15638. "version": "0.4.0",
  15639. "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
  15640. "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw="
  15641. },
  15642. "utils-merge": {
  15643. "version": "1.0.1",
  15644. "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
  15645. "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
  15646. },
  15647. "uuid": {
  15648. "version": "8.3.2",
  15649. "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
  15650. "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
  15651. "optional": true
  15652. },
  15653. "v8-compile-cache": {
  15654. "version": "2.2.0",
  15655. "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz",
  15656. "integrity": "sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q=="
  15657. },
  15658. "v8-to-istanbul": {
  15659. "version": "7.1.0",
  15660. "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-7.1.0.tgz",
  15661. "integrity": "sha512-uXUVqNUCLa0AH1vuVxzi+MI4RfxEOKt9pBgKwHbgH7st8Kv2P1m+jvWNnektzBh5QShF3ODgKmUFCf38LnVz1g==",
  15662. "requires": {
  15663. "@types/istanbul-lib-coverage": "^2.0.1",
  15664. "convert-source-map": "^1.6.0",
  15665. "source-map": "^0.7.3"
  15666. },
  15667. "dependencies": {
  15668. "source-map": {
  15669. "version": "0.7.3",
  15670. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
  15671. "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
  15672. }
  15673. }
  15674. },
  15675. "validate-npm-package-license": {
  15676. "version": "3.0.4",
  15677. "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
  15678. "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
  15679. "requires": {
  15680. "spdx-correct": "^3.0.0",
  15681. "spdx-expression-parse": "^3.0.0"
  15682. }
  15683. },
  15684. "vary": {
  15685. "version": "1.1.2",
  15686. "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  15687. "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
  15688. },
  15689. "vendors": {
  15690. "version": "1.0.4",
  15691. "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz",
  15692. "integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w=="
  15693. },
  15694. "verror": {
  15695. "version": "1.10.0",
  15696. "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
  15697. "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
  15698. "requires": {
  15699. "assert-plus": "^1.0.0",
  15700. "core-util-is": "1.0.2",
  15701. "extsprintf": "^1.2.0"
  15702. }
  15703. },
  15704. "vm-browserify": {
  15705. "version": "1.1.2",
  15706. "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz",
  15707. "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ=="
  15708. },
  15709. "w3c-hr-time": {
  15710. "version": "1.0.2",
  15711. "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
  15712. "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
  15713. "requires": {
  15714. "browser-process-hrtime": "^1.0.0"
  15715. }
  15716. },
  15717. "w3c-xmlserializer": {
  15718. "version": "2.0.0",
  15719. "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
  15720. "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
  15721. "requires": {
  15722. "xml-name-validator": "^3.0.0"
  15723. }
  15724. },
  15725. "walker": {
  15726. "version": "1.0.7",
  15727. "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz",
  15728. "integrity": "sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=",
  15729. "requires": {
  15730. "makeerror": "1.0.x"
  15731. }
  15732. },
  15733. "watchpack": {
  15734. "version": "1.7.5",
  15735. "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz",
  15736. "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==",
  15737. "requires": {
  15738. "chokidar": "^3.4.1",
  15739. "graceful-fs": "^4.1.2",
  15740. "neo-async": "^2.5.0",
  15741. "watchpack-chokidar2": "^2.0.1"
  15742. }
  15743. },
  15744. "watchpack-chokidar2": {
  15745. "version": "2.0.1",
  15746. "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz",
  15747. "integrity": "sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==",
  15748. "optional": true,
  15749. "requires": {
  15750. "chokidar": "^2.1.8"
  15751. },
  15752. "dependencies": {
  15753. "anymatch": {
  15754. "version": "2.0.0",
  15755. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
  15756. "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
  15757. "optional": true,
  15758. "requires": {
  15759. "micromatch": "^3.1.4",
  15760. "normalize-path": "^2.1.1"
  15761. },
  15762. "dependencies": {
  15763. "normalize-path": {
  15764. "version": "2.1.1",
  15765. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
  15766. "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
  15767. "optional": true,
  15768. "requires": {
  15769. "remove-trailing-separator": "^1.0.1"
  15770. }
  15771. }
  15772. }
  15773. },
  15774. "binary-extensions": {
  15775. "version": "1.13.1",
  15776. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
  15777. "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
  15778. "optional": true
  15779. },
  15780. "braces": {
  15781. "version": "2.3.2",
  15782. "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
  15783. "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
  15784. "optional": true,
  15785. "requires": {
  15786. "arr-flatten": "^1.1.0",
  15787. "array-unique": "^0.3.2",
  15788. "extend-shallow": "^2.0.1",
  15789. "fill-range": "^4.0.0",
  15790. "isobject": "^3.0.1",
  15791. "repeat-element": "^1.1.2",
  15792. "snapdragon": "^0.8.1",
  15793. "snapdragon-node": "^2.0.1",
  15794. "split-string": "^3.0.2",
  15795. "to-regex": "^3.0.1"
  15796. },
  15797. "dependencies": {
  15798. "extend-shallow": {
  15799. "version": "2.0.1",
  15800. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  15801. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  15802. "optional": true,
  15803. "requires": {
  15804. "is-extendable": "^0.1.0"
  15805. }
  15806. }
  15807. }
  15808. },
  15809. "chokidar": {
  15810. "version": "2.1.8",
  15811. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
  15812. "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
  15813. "optional": true,
  15814. "requires": {
  15815. "anymatch": "^2.0.0",
  15816. "async-each": "^1.0.1",
  15817. "braces": "^2.3.2",
  15818. "fsevents": "^1.2.7",
  15819. "glob-parent": "^3.1.0",
  15820. "inherits": "^2.0.3",
  15821. "is-binary-path": "^1.0.0",
  15822. "is-glob": "^4.0.0",
  15823. "normalize-path": "^3.0.0",
  15824. "path-is-absolute": "^1.0.0",
  15825. "readdirp": "^2.2.1",
  15826. "upath": "^1.1.1"
  15827. }
  15828. },
  15829. "fill-range": {
  15830. "version": "4.0.0",
  15831. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
  15832. "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
  15833. "optional": true,
  15834. "requires": {
  15835. "extend-shallow": "^2.0.1",
  15836. "is-number": "^3.0.0",
  15837. "repeat-string": "^1.6.1",
  15838. "to-regex-range": "^2.1.0"
  15839. },
  15840. "dependencies": {
  15841. "extend-shallow": {
  15842. "version": "2.0.1",
  15843. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  15844. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  15845. "optional": true,
  15846. "requires": {
  15847. "is-extendable": "^0.1.0"
  15848. }
  15849. }
  15850. }
  15851. },
  15852. "fsevents": {
  15853. "version": "1.2.13",
  15854. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz",
  15855. "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
  15856. "optional": true,
  15857. "requires": {
  15858. "nan": "^2.12.1"
  15859. }
  15860. },
  15861. "glob-parent": {
  15862. "version": "3.1.0",
  15863. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
  15864. "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
  15865. "optional": true,
  15866. "requires": {
  15867. "is-glob": "^3.1.0",
  15868. "path-dirname": "^1.0.0"
  15869. },
  15870. "dependencies": {
  15871. "is-glob": {
  15872. "version": "3.1.0",
  15873. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
  15874. "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
  15875. "optional": true,
  15876. "requires": {
  15877. "is-extglob": "^2.1.0"
  15878. }
  15879. }
  15880. }
  15881. },
  15882. "is-binary-path": {
  15883. "version": "1.0.1",
  15884. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
  15885. "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
  15886. "optional": true,
  15887. "requires": {
  15888. "binary-extensions": "^1.0.0"
  15889. }
  15890. },
  15891. "is-number": {
  15892. "version": "3.0.0",
  15893. "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
  15894. "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
  15895. "optional": true,
  15896. "requires": {
  15897. "kind-of": "^3.0.2"
  15898. },
  15899. "dependencies": {
  15900. "kind-of": {
  15901. "version": "3.2.2",
  15902. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  15903. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  15904. "optional": true,
  15905. "requires": {
  15906. "is-buffer": "^1.1.5"
  15907. }
  15908. }
  15909. }
  15910. },
  15911. "micromatch": {
  15912. "version": "3.1.10",
  15913. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
  15914. "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
  15915. "optional": true,
  15916. "requires": {
  15917. "arr-diff": "^4.0.0",
  15918. "array-unique": "^0.3.2",
  15919. "braces": "^2.3.1",
  15920. "define-property": "^2.0.2",
  15921. "extend-shallow": "^3.0.2",
  15922. "extglob": "^2.0.4",
  15923. "fragment-cache": "^0.2.1",
  15924. "kind-of": "^6.0.2",
  15925. "nanomatch": "^1.2.9",
  15926. "object.pick": "^1.3.0",
  15927. "regex-not": "^1.0.0",
  15928. "snapdragon": "^0.8.1",
  15929. "to-regex": "^3.0.2"
  15930. }
  15931. },
  15932. "readable-stream": {
  15933. "version": "2.3.7",
  15934. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  15935. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  15936. "optional": true,
  15937. "requires": {
  15938. "core-util-is": "~1.0.0",
  15939. "inherits": "~2.0.3",
  15940. "isarray": "~1.0.0",
  15941. "process-nextick-args": "~2.0.0",
  15942. "safe-buffer": "~5.1.1",
  15943. "string_decoder": "~1.1.1",
  15944. "util-deprecate": "~1.0.1"
  15945. }
  15946. },
  15947. "readdirp": {
  15948. "version": "2.2.1",
  15949. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
  15950. "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
  15951. "optional": true,
  15952. "requires": {
  15953. "graceful-fs": "^4.1.11",
  15954. "micromatch": "^3.1.10",
  15955. "readable-stream": "^2.0.2"
  15956. }
  15957. },
  15958. "string_decoder": {
  15959. "version": "1.1.1",
  15960. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  15961. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  15962. "optional": true,
  15963. "requires": {
  15964. "safe-buffer": "~5.1.0"
  15965. }
  15966. },
  15967. "to-regex-range": {
  15968. "version": "2.1.1",
  15969. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
  15970. "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
  15971. "optional": true,
  15972. "requires": {
  15973. "is-number": "^3.0.0",
  15974. "repeat-string": "^1.6.1"
  15975. }
  15976. }
  15977. }
  15978. },
  15979. "wbuf": {
  15980. "version": "1.7.3",
  15981. "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
  15982. "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
  15983. "requires": {
  15984. "minimalistic-assert": "^1.0.0"
  15985. }
  15986. },
  15987. "web-vitals": {
  15988. "version": "0.2.4",
  15989. "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-0.2.4.tgz",
  15990. "integrity": "sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg=="
  15991. },
  15992. "webidl-conversions": {
  15993. "version": "6.1.0",
  15994. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
  15995. "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w=="
  15996. },
  15997. "webpack": {
  15998. "version": "4.44.2",
  15999. "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.44.2.tgz",
  16000. "integrity": "sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==",
  16001. "requires": {
  16002. "@webassemblyjs/ast": "1.9.0",
  16003. "@webassemblyjs/helper-module-context": "1.9.0",
  16004. "@webassemblyjs/wasm-edit": "1.9.0",
  16005. "@webassemblyjs/wasm-parser": "1.9.0",
  16006. "acorn": "^6.4.1",
  16007. "ajv": "^6.10.2",
  16008. "ajv-keywords": "^3.4.1",
  16009. "chrome-trace-event": "^1.0.2",
  16010. "enhanced-resolve": "^4.3.0",
  16011. "eslint-scope": "^4.0.3",
  16012. "json-parse-better-errors": "^1.0.2",
  16013. "loader-runner": "^2.4.0",
  16014. "loader-utils": "^1.2.3",
  16015. "memory-fs": "^0.4.1",
  16016. "micromatch": "^3.1.10",
  16017. "mkdirp": "^0.5.3",
  16018. "neo-async": "^2.6.1",
  16019. "node-libs-browser": "^2.2.1",
  16020. "schema-utils": "^1.0.0",
  16021. "tapable": "^1.1.3",
  16022. "terser-webpack-plugin": "^1.4.3",
  16023. "watchpack": "^1.7.4",
  16024. "webpack-sources": "^1.4.1"
  16025. },
  16026. "dependencies": {
  16027. "acorn": {
  16028. "version": "6.4.2",
  16029. "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz",
  16030. "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ=="
  16031. },
  16032. "braces": {
  16033. "version": "2.3.2",
  16034. "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
  16035. "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
  16036. "requires": {
  16037. "arr-flatten": "^1.1.0",
  16038. "array-unique": "^0.3.2",
  16039. "extend-shallow": "^2.0.1",
  16040. "fill-range": "^4.0.0",
  16041. "isobject": "^3.0.1",
  16042. "repeat-element": "^1.1.2",
  16043. "snapdragon": "^0.8.1",
  16044. "snapdragon-node": "^2.0.1",
  16045. "split-string": "^3.0.2",
  16046. "to-regex": "^3.0.1"
  16047. },
  16048. "dependencies": {
  16049. "extend-shallow": {
  16050. "version": "2.0.1",
  16051. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  16052. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  16053. "requires": {
  16054. "is-extendable": "^0.1.0"
  16055. }
  16056. }
  16057. }
  16058. },
  16059. "cacache": {
  16060. "version": "12.0.4",
  16061. "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz",
  16062. "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==",
  16063. "requires": {
  16064. "bluebird": "^3.5.5",
  16065. "chownr": "^1.1.1",
  16066. "figgy-pudding": "^3.5.1",
  16067. "glob": "^7.1.4",
  16068. "graceful-fs": "^4.1.15",
  16069. "infer-owner": "^1.0.3",
  16070. "lru-cache": "^5.1.1",
  16071. "mississippi": "^3.0.0",
  16072. "mkdirp": "^0.5.1",
  16073. "move-concurrently": "^1.0.1",
  16074. "promise-inflight": "^1.0.1",
  16075. "rimraf": "^2.6.3",
  16076. "ssri": "^6.0.1",
  16077. "unique-filename": "^1.1.1",
  16078. "y18n": "^4.0.0"
  16079. }
  16080. },
  16081. "chownr": {
  16082. "version": "1.1.4",
  16083. "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
  16084. "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
  16085. },
  16086. "eslint-scope": {
  16087. "version": "4.0.3",
  16088. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz",
  16089. "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==",
  16090. "requires": {
  16091. "esrecurse": "^4.1.0",
  16092. "estraverse": "^4.1.1"
  16093. }
  16094. },
  16095. "fill-range": {
  16096. "version": "4.0.0",
  16097. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
  16098. "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
  16099. "requires": {
  16100. "extend-shallow": "^2.0.1",
  16101. "is-number": "^3.0.0",
  16102. "repeat-string": "^1.6.1",
  16103. "to-regex-range": "^2.1.0"
  16104. },
  16105. "dependencies": {
  16106. "extend-shallow": {
  16107. "version": "2.0.1",
  16108. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  16109. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  16110. "requires": {
  16111. "is-extendable": "^0.1.0"
  16112. }
  16113. }
  16114. }
  16115. },
  16116. "is-number": {
  16117. "version": "3.0.0",
  16118. "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
  16119. "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
  16120. "requires": {
  16121. "kind-of": "^3.0.2"
  16122. },
  16123. "dependencies": {
  16124. "kind-of": {
  16125. "version": "3.2.2",
  16126. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  16127. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  16128. "requires": {
  16129. "is-buffer": "^1.1.5"
  16130. }
  16131. }
  16132. }
  16133. },
  16134. "is-wsl": {
  16135. "version": "1.1.0",
  16136. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
  16137. "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0="
  16138. },
  16139. "json5": {
  16140. "version": "1.0.1",
  16141. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  16142. "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  16143. "requires": {
  16144. "minimist": "^1.2.0"
  16145. }
  16146. },
  16147. "loader-utils": {
  16148. "version": "1.4.0",
  16149. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
  16150. "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
  16151. "requires": {
  16152. "big.js": "^5.2.2",
  16153. "emojis-list": "^3.0.0",
  16154. "json5": "^1.0.1"
  16155. }
  16156. },
  16157. "lru-cache": {
  16158. "version": "5.1.1",
  16159. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  16160. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  16161. "requires": {
  16162. "yallist": "^3.0.2"
  16163. }
  16164. },
  16165. "micromatch": {
  16166. "version": "3.1.10",
  16167. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
  16168. "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
  16169. "requires": {
  16170. "arr-diff": "^4.0.0",
  16171. "array-unique": "^0.3.2",
  16172. "braces": "^2.3.1",
  16173. "define-property": "^2.0.2",
  16174. "extend-shallow": "^3.0.2",
  16175. "extglob": "^2.0.4",
  16176. "fragment-cache": "^0.2.1",
  16177. "kind-of": "^6.0.2",
  16178. "nanomatch": "^1.2.9",
  16179. "object.pick": "^1.3.0",
  16180. "regex-not": "^1.0.0",
  16181. "snapdragon": "^0.8.1",
  16182. "to-regex": "^3.0.2"
  16183. }
  16184. },
  16185. "rimraf": {
  16186. "version": "2.7.1",
  16187. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
  16188. "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
  16189. "requires": {
  16190. "glob": "^7.1.3"
  16191. }
  16192. },
  16193. "schema-utils": {
  16194. "version": "1.0.0",
  16195. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
  16196. "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
  16197. "requires": {
  16198. "ajv": "^6.1.0",
  16199. "ajv-errors": "^1.0.0",
  16200. "ajv-keywords": "^3.1.0"
  16201. }
  16202. },
  16203. "serialize-javascript": {
  16204. "version": "4.0.0",
  16205. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
  16206. "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
  16207. "requires": {
  16208. "randombytes": "^2.1.0"
  16209. }
  16210. },
  16211. "source-map": {
  16212. "version": "0.6.1",
  16213. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  16214. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  16215. },
  16216. "ssri": {
  16217. "version": "6.0.1",
  16218. "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz",
  16219. "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==",
  16220. "requires": {
  16221. "figgy-pudding": "^3.5.1"
  16222. }
  16223. },
  16224. "terser-webpack-plugin": {
  16225. "version": "1.4.5",
  16226. "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz",
  16227. "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==",
  16228. "requires": {
  16229. "cacache": "^12.0.2",
  16230. "find-cache-dir": "^2.1.0",
  16231. "is-wsl": "^1.1.0",
  16232. "schema-utils": "^1.0.0",
  16233. "serialize-javascript": "^4.0.0",
  16234. "source-map": "^0.6.1",
  16235. "terser": "^4.1.2",
  16236. "webpack-sources": "^1.4.0",
  16237. "worker-farm": "^1.7.0"
  16238. }
  16239. },
  16240. "to-regex-range": {
  16241. "version": "2.1.1",
  16242. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
  16243. "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
  16244. "requires": {
  16245. "is-number": "^3.0.0",
  16246. "repeat-string": "^1.6.1"
  16247. }
  16248. },
  16249. "yallist": {
  16250. "version": "3.1.1",
  16251. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  16252. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  16253. }
  16254. }
  16255. },
  16256. "webpack-dev-middleware": {
  16257. "version": "3.7.3",
  16258. "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz",
  16259. "integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==",
  16260. "requires": {
  16261. "memory-fs": "^0.4.1",
  16262. "mime": "^2.4.4",
  16263. "mkdirp": "^0.5.1",
  16264. "range-parser": "^1.2.1",
  16265. "webpack-log": "^2.0.0"
  16266. },
  16267. "dependencies": {
  16268. "mime": {
  16269. "version": "2.4.7",
  16270. "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.7.tgz",
  16271. "integrity": "sha512-dhNd1uA2u397uQk3Nv5LM4lm93WYDUXFn3Fu291FJerns4jyTudqhIWe4W04YLy7Uk1tm1Ore04NpjRvQp/NPA=="
  16272. }
  16273. }
  16274. },
  16275. "webpack-dev-server": {
  16276. "version": "3.11.0",
  16277. "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz",
  16278. "integrity": "sha512-PUxZ+oSTxogFQgkTtFndEtJIPNmml7ExwufBZ9L2/Xyyd5PnOL5UreWe5ZT7IU25DSdykL9p1MLQzmLh2ljSeg==",
  16279. "requires": {
  16280. "ansi-html": "0.0.7",
  16281. "bonjour": "^3.5.0",
  16282. "chokidar": "^2.1.8",
  16283. "compression": "^1.7.4",
  16284. "connect-history-api-fallback": "^1.6.0",
  16285. "debug": "^4.1.1",
  16286. "del": "^4.1.1",
  16287. "express": "^4.17.1",
  16288. "html-entities": "^1.3.1",
  16289. "http-proxy-middleware": "0.19.1",
  16290. "import-local": "^2.0.0",
  16291. "internal-ip": "^4.3.0",
  16292. "ip": "^1.1.5",
  16293. "is-absolute-url": "^3.0.3",
  16294. "killable": "^1.0.1",
  16295. "loglevel": "^1.6.8",
  16296. "opn": "^5.5.0",
  16297. "p-retry": "^3.0.1",
  16298. "portfinder": "^1.0.26",
  16299. "schema-utils": "^1.0.0",
  16300. "selfsigned": "^1.10.7",
  16301. "semver": "^6.3.0",
  16302. "serve-index": "^1.9.1",
  16303. "sockjs": "0.3.20",
  16304. "sockjs-client": "1.4.0",
  16305. "spdy": "^4.0.2",
  16306. "strip-ansi": "^3.0.1",
  16307. "supports-color": "^6.1.0",
  16308. "url": "^0.11.0",
  16309. "webpack-dev-middleware": "^3.7.2",
  16310. "webpack-log": "^2.0.0",
  16311. "ws": "^6.2.1",
  16312. "yargs": "^13.3.2"
  16313. },
  16314. "dependencies": {
  16315. "ansi-regex": {
  16316. "version": "2.1.1",
  16317. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
  16318. "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
  16319. },
  16320. "anymatch": {
  16321. "version": "2.0.0",
  16322. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
  16323. "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
  16324. "requires": {
  16325. "micromatch": "^3.1.4",
  16326. "normalize-path": "^2.1.1"
  16327. },
  16328. "dependencies": {
  16329. "normalize-path": {
  16330. "version": "2.1.1",
  16331. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
  16332. "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
  16333. "requires": {
  16334. "remove-trailing-separator": "^1.0.1"
  16335. }
  16336. }
  16337. }
  16338. },
  16339. "binary-extensions": {
  16340. "version": "1.13.1",
  16341. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
  16342. "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw=="
  16343. },
  16344. "braces": {
  16345. "version": "2.3.2",
  16346. "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
  16347. "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
  16348. "requires": {
  16349. "arr-flatten": "^1.1.0",
  16350. "array-unique": "^0.3.2",
  16351. "extend-shallow": "^2.0.1",
  16352. "fill-range": "^4.0.0",
  16353. "isobject": "^3.0.1",
  16354. "repeat-element": "^1.1.2",
  16355. "snapdragon": "^0.8.1",
  16356. "snapdragon-node": "^2.0.1",
  16357. "split-string": "^3.0.2",
  16358. "to-regex": "^3.0.1"
  16359. },
  16360. "dependencies": {
  16361. "extend-shallow": {
  16362. "version": "2.0.1",
  16363. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  16364. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  16365. "requires": {
  16366. "is-extendable": "^0.1.0"
  16367. }
  16368. }
  16369. }
  16370. },
  16371. "camelcase": {
  16372. "version": "5.3.1",
  16373. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  16374. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
  16375. },
  16376. "chokidar": {
  16377. "version": "2.1.8",
  16378. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
  16379. "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
  16380. "requires": {
  16381. "anymatch": "^2.0.0",
  16382. "async-each": "^1.0.1",
  16383. "braces": "^2.3.2",
  16384. "fsevents": "^1.2.7",
  16385. "glob-parent": "^3.1.0",
  16386. "inherits": "^2.0.3",
  16387. "is-binary-path": "^1.0.0",
  16388. "is-glob": "^4.0.0",
  16389. "normalize-path": "^3.0.0",
  16390. "path-is-absolute": "^1.0.0",
  16391. "readdirp": "^2.2.1",
  16392. "upath": "^1.1.1"
  16393. }
  16394. },
  16395. "cliui": {
  16396. "version": "5.0.0",
  16397. "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
  16398. "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
  16399. "requires": {
  16400. "string-width": "^3.1.0",
  16401. "strip-ansi": "^5.2.0",
  16402. "wrap-ansi": "^5.1.0"
  16403. },
  16404. "dependencies": {
  16405. "ansi-regex": {
  16406. "version": "4.1.0",
  16407. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
  16408. "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="
  16409. },
  16410. "strip-ansi": {
  16411. "version": "5.2.0",
  16412. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
  16413. "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
  16414. "requires": {
  16415. "ansi-regex": "^4.1.0"
  16416. }
  16417. }
  16418. }
  16419. },
  16420. "emoji-regex": {
  16421. "version": "7.0.3",
  16422. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
  16423. "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA=="
  16424. },
  16425. "fill-range": {
  16426. "version": "4.0.0",
  16427. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
  16428. "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
  16429. "requires": {
  16430. "extend-shallow": "^2.0.1",
  16431. "is-number": "^3.0.0",
  16432. "repeat-string": "^1.6.1",
  16433. "to-regex-range": "^2.1.0"
  16434. },
  16435. "dependencies": {
  16436. "extend-shallow": {
  16437. "version": "2.0.1",
  16438. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  16439. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  16440. "requires": {
  16441. "is-extendable": "^0.1.0"
  16442. }
  16443. }
  16444. }
  16445. },
  16446. "find-up": {
  16447. "version": "3.0.0",
  16448. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  16449. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  16450. "requires": {
  16451. "locate-path": "^3.0.0"
  16452. }
  16453. },
  16454. "fsevents": {
  16455. "version": "1.2.13",
  16456. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz",
  16457. "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
  16458. "optional": true,
  16459. "requires": {
  16460. "nan": "^2.12.1"
  16461. }
  16462. },
  16463. "glob-parent": {
  16464. "version": "3.1.0",
  16465. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
  16466. "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
  16467. "requires": {
  16468. "is-glob": "^3.1.0",
  16469. "path-dirname": "^1.0.0"
  16470. },
  16471. "dependencies": {
  16472. "is-glob": {
  16473. "version": "3.1.0",
  16474. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
  16475. "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
  16476. "requires": {
  16477. "is-extglob": "^2.1.0"
  16478. }
  16479. }
  16480. }
  16481. },
  16482. "import-local": {
  16483. "version": "2.0.0",
  16484. "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz",
  16485. "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==",
  16486. "requires": {
  16487. "pkg-dir": "^3.0.0",
  16488. "resolve-cwd": "^2.0.0"
  16489. }
  16490. },
  16491. "is-absolute-url": {
  16492. "version": "3.0.3",
  16493. "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz",
  16494. "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q=="
  16495. },
  16496. "is-binary-path": {
  16497. "version": "1.0.1",
  16498. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
  16499. "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
  16500. "requires": {
  16501. "binary-extensions": "^1.0.0"
  16502. }
  16503. },
  16504. "is-fullwidth-code-point": {
  16505. "version": "2.0.0",
  16506. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
  16507. "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8="
  16508. },
  16509. "is-number": {
  16510. "version": "3.0.0",
  16511. "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
  16512. "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
  16513. "requires": {
  16514. "kind-of": "^3.0.2"
  16515. },
  16516. "dependencies": {
  16517. "kind-of": {
  16518. "version": "3.2.2",
  16519. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  16520. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  16521. "requires": {
  16522. "is-buffer": "^1.1.5"
  16523. }
  16524. }
  16525. }
  16526. },
  16527. "locate-path": {
  16528. "version": "3.0.0",
  16529. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  16530. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  16531. "requires": {
  16532. "p-locate": "^3.0.0",
  16533. "path-exists": "^3.0.0"
  16534. }
  16535. },
  16536. "micromatch": {
  16537. "version": "3.1.10",
  16538. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
  16539. "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
  16540. "requires": {
  16541. "arr-diff": "^4.0.0",
  16542. "array-unique": "^0.3.2",
  16543. "braces": "^2.3.1",
  16544. "define-property": "^2.0.2",
  16545. "extend-shallow": "^3.0.2",
  16546. "extglob": "^2.0.4",
  16547. "fragment-cache": "^0.2.1",
  16548. "kind-of": "^6.0.2",
  16549. "nanomatch": "^1.2.9",
  16550. "object.pick": "^1.3.0",
  16551. "regex-not": "^1.0.0",
  16552. "snapdragon": "^0.8.1",
  16553. "to-regex": "^3.0.2"
  16554. }
  16555. },
  16556. "p-locate": {
  16557. "version": "3.0.0",
  16558. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  16559. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  16560. "requires": {
  16561. "p-limit": "^2.0.0"
  16562. }
  16563. },
  16564. "path-exists": {
  16565. "version": "3.0.0",
  16566. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  16567. "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
  16568. },
  16569. "readable-stream": {
  16570. "version": "2.3.7",
  16571. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
  16572. "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
  16573. "requires": {
  16574. "core-util-is": "~1.0.0",
  16575. "inherits": "~2.0.3",
  16576. "isarray": "~1.0.0",
  16577. "process-nextick-args": "~2.0.0",
  16578. "safe-buffer": "~5.1.1",
  16579. "string_decoder": "~1.1.1",
  16580. "util-deprecate": "~1.0.1"
  16581. }
  16582. },
  16583. "readdirp": {
  16584. "version": "2.2.1",
  16585. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
  16586. "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
  16587. "requires": {
  16588. "graceful-fs": "^4.1.11",
  16589. "micromatch": "^3.1.10",
  16590. "readable-stream": "^2.0.2"
  16591. }
  16592. },
  16593. "resolve-cwd": {
  16594. "version": "2.0.0",
  16595. "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz",
  16596. "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=",
  16597. "requires": {
  16598. "resolve-from": "^3.0.0"
  16599. }
  16600. },
  16601. "resolve-from": {
  16602. "version": "3.0.0",
  16603. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
  16604. "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g="
  16605. },
  16606. "schema-utils": {
  16607. "version": "1.0.0",
  16608. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
  16609. "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
  16610. "requires": {
  16611. "ajv": "^6.1.0",
  16612. "ajv-errors": "^1.0.0",
  16613. "ajv-keywords": "^3.1.0"
  16614. }
  16615. },
  16616. "semver": {
  16617. "version": "6.3.0",
  16618. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  16619. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
  16620. },
  16621. "string-width": {
  16622. "version": "3.1.0",
  16623. "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
  16624. "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
  16625. "requires": {
  16626. "emoji-regex": "^7.0.1",
  16627. "is-fullwidth-code-point": "^2.0.0",
  16628. "strip-ansi": "^5.1.0"
  16629. },
  16630. "dependencies": {
  16631. "ansi-regex": {
  16632. "version": "4.1.0",
  16633. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
  16634. "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="
  16635. },
  16636. "strip-ansi": {
  16637. "version": "5.2.0",
  16638. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
  16639. "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
  16640. "requires": {
  16641. "ansi-regex": "^4.1.0"
  16642. }
  16643. }
  16644. }
  16645. },
  16646. "string_decoder": {
  16647. "version": "1.1.1",
  16648. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  16649. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  16650. "requires": {
  16651. "safe-buffer": "~5.1.0"
  16652. }
  16653. },
  16654. "strip-ansi": {
  16655. "version": "3.0.1",
  16656. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  16657. "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
  16658. "requires": {
  16659. "ansi-regex": "^2.0.0"
  16660. }
  16661. },
  16662. "supports-color": {
  16663. "version": "6.1.0",
  16664. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
  16665. "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
  16666. "requires": {
  16667. "has-flag": "^3.0.0"
  16668. }
  16669. },
  16670. "to-regex-range": {
  16671. "version": "2.1.1",
  16672. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
  16673. "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
  16674. "requires": {
  16675. "is-number": "^3.0.0",
  16676. "repeat-string": "^1.6.1"
  16677. }
  16678. },
  16679. "wrap-ansi": {
  16680. "version": "5.1.0",
  16681. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
  16682. "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
  16683. "requires": {
  16684. "ansi-styles": "^3.2.0",
  16685. "string-width": "^3.0.0",
  16686. "strip-ansi": "^5.0.0"
  16687. },
  16688. "dependencies": {
  16689. "ansi-regex": {
  16690. "version": "4.1.0",
  16691. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
  16692. "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="
  16693. },
  16694. "strip-ansi": {
  16695. "version": "5.2.0",
  16696. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
  16697. "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
  16698. "requires": {
  16699. "ansi-regex": "^4.1.0"
  16700. }
  16701. }
  16702. }
  16703. },
  16704. "ws": {
  16705. "version": "6.2.1",
  16706. "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
  16707. "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
  16708. "requires": {
  16709. "async-limiter": "~1.0.0"
  16710. }
  16711. },
  16712. "yargs": {
  16713. "version": "13.3.2",
  16714. "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
  16715. "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
  16716. "requires": {
  16717. "cliui": "^5.0.0",
  16718. "find-up": "^3.0.0",
  16719. "get-caller-file": "^2.0.1",
  16720. "require-directory": "^2.1.1",
  16721. "require-main-filename": "^2.0.0",
  16722. "set-blocking": "^2.0.0",
  16723. "string-width": "^3.0.0",
  16724. "which-module": "^2.0.0",
  16725. "y18n": "^4.0.0",
  16726. "yargs-parser": "^13.1.2"
  16727. }
  16728. },
  16729. "yargs-parser": {
  16730. "version": "13.1.2",
  16731. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz",
  16732. "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
  16733. "requires": {
  16734. "camelcase": "^5.0.0",
  16735. "decamelize": "^1.2.0"
  16736. }
  16737. }
  16738. }
  16739. },
  16740. "webpack-log": {
  16741. "version": "2.0.0",
  16742. "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz",
  16743. "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==",
  16744. "requires": {
  16745. "ansi-colors": "^3.0.0",
  16746. "uuid": "^3.3.2"
  16747. },
  16748. "dependencies": {
  16749. "ansi-colors": {
  16750. "version": "3.2.4",
  16751. "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz",
  16752. "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA=="
  16753. },
  16754. "uuid": {
  16755. "version": "3.4.0",
  16756. "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
  16757. "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
  16758. }
  16759. }
  16760. },
  16761. "webpack-manifest-plugin": {
  16762. "version": "2.2.0",
  16763. "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.2.0.tgz",
  16764. "integrity": "sha512-9S6YyKKKh/Oz/eryM1RyLVDVmy3NSPV0JXMRhZ18fJsq+AwGxUY34X54VNwkzYcEmEkDwNxuEOboCZEebJXBAQ==",
  16765. "requires": {
  16766. "fs-extra": "^7.0.0",
  16767. "lodash": ">=3.5 <5",
  16768. "object.entries": "^1.1.0",
  16769. "tapable": "^1.0.0"
  16770. },
  16771. "dependencies": {
  16772. "fs-extra": {
  16773. "version": "7.0.1",
  16774. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
  16775. "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
  16776. "requires": {
  16777. "graceful-fs": "^4.1.2",
  16778. "jsonfile": "^4.0.0",
  16779. "universalify": "^0.1.0"
  16780. }
  16781. },
  16782. "jsonfile": {
  16783. "version": "4.0.0",
  16784. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
  16785. "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
  16786. "requires": {
  16787. "graceful-fs": "^4.1.6"
  16788. }
  16789. },
  16790. "universalify": {
  16791. "version": "0.1.2",
  16792. "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
  16793. "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="
  16794. }
  16795. }
  16796. },
  16797. "webpack-sources": {
  16798. "version": "1.4.3",
  16799. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
  16800. "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
  16801. "requires": {
  16802. "source-list-map": "^2.0.0",
  16803. "source-map": "~0.6.1"
  16804. },
  16805. "dependencies": {
  16806. "source-map": {
  16807. "version": "0.6.1",
  16808. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  16809. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  16810. }
  16811. }
  16812. },
  16813. "websocket-driver": {
  16814. "version": "0.6.5",
  16815. "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz",
  16816. "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=",
  16817. "requires": {
  16818. "websocket-extensions": ">=0.1.1"
  16819. }
  16820. },
  16821. "websocket-extensions": {
  16822. "version": "0.1.4",
  16823. "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
  16824. "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg=="
  16825. },
  16826. "whatwg-encoding": {
  16827. "version": "1.0.5",
  16828. "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
  16829. "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
  16830. "requires": {
  16831. "iconv-lite": "0.4.24"
  16832. }
  16833. },
  16834. "whatwg-fetch": {
  16835. "version": "3.5.0",
  16836. "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz",
  16837. "integrity": "sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A=="
  16838. },
  16839. "whatwg-mimetype": {
  16840. "version": "2.3.0",
  16841. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
  16842. "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
  16843. },
  16844. "whatwg-url": {
  16845. "version": "8.4.0",
  16846. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.4.0.tgz",
  16847. "integrity": "sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw==",
  16848. "requires": {
  16849. "lodash.sortby": "^4.7.0",
  16850. "tr46": "^2.0.2",
  16851. "webidl-conversions": "^6.1.0"
  16852. }
  16853. },
  16854. "which": {
  16855. "version": "1.3.1",
  16856. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  16857. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  16858. "requires": {
  16859. "isexe": "^2.0.0"
  16860. }
  16861. },
  16862. "which-module": {
  16863. "version": "2.0.0",
  16864. "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
  16865. "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho="
  16866. },
  16867. "wide-align": {
  16868. "version": "1.1.3",
  16869. "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
  16870. "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
  16871. "requires": {
  16872. "string-width": "^1.0.2 || 2"
  16873. },
  16874. "dependencies": {
  16875. "ansi-regex": {
  16876. "version": "3.0.0",
  16877. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
  16878. "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
  16879. },
  16880. "is-fullwidth-code-point": {
  16881. "version": "2.0.0",
  16882. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
  16883. "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8="
  16884. },
  16885. "string-width": {
  16886. "version": "2.1.1",
  16887. "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
  16888. "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
  16889. "requires": {
  16890. "is-fullwidth-code-point": "^2.0.0",
  16891. "strip-ansi": "^4.0.0"
  16892. }
  16893. },
  16894. "strip-ansi": {
  16895. "version": "4.0.0",
  16896. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
  16897. "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
  16898. "requires": {
  16899. "ansi-regex": "^3.0.0"
  16900. }
  16901. }
  16902. }
  16903. },
  16904. "word-wrap": {
  16905. "version": "1.2.3",
  16906. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
  16907. "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ=="
  16908. },
  16909. "workbox-background-sync": {
  16910. "version": "5.1.4",
  16911. "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-5.1.4.tgz",
  16912. "integrity": "sha512-AH6x5pYq4vwQvfRDWH+vfOePfPIYQ00nCEB7dJRU1e0n9+9HMRyvI63FlDvtFT2AvXVRsXvUt7DNMEToyJLpSA==",
  16913. "requires": {
  16914. "workbox-core": "^5.1.4"
  16915. }
  16916. },
  16917. "workbox-broadcast-update": {
  16918. "version": "5.1.4",
  16919. "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-5.1.4.tgz",
  16920. "integrity": "sha512-HTyTWkqXvHRuqY73XrwvXPud/FN6x3ROzkfFPsRjtw/kGZuZkPzfeH531qdUGfhtwjmtO/ZzXcWErqVzJNdXaA==",
  16921. "requires": {
  16922. "workbox-core": "^5.1.4"
  16923. }
  16924. },
  16925. "workbox-build": {
  16926. "version": "5.1.4",
  16927. "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-5.1.4.tgz",
  16928. "integrity": "sha512-xUcZn6SYU8usjOlfLb9Y2/f86Gdo+fy1fXgH8tJHjxgpo53VVsqRX0lUDw8/JuyzNmXuo8vXX14pXX2oIm9Bow==",
  16929. "requires": {
  16930. "@babel/core": "^7.8.4",
  16931. "@babel/preset-env": "^7.8.4",
  16932. "@babel/runtime": "^7.8.4",
  16933. "@hapi/joi": "^15.1.0",
  16934. "@rollup/plugin-node-resolve": "^7.1.1",
  16935. "@rollup/plugin-replace": "^2.3.1",
  16936. "@surma/rollup-plugin-off-main-thread": "^1.1.1",
  16937. "common-tags": "^1.8.0",
  16938. "fast-json-stable-stringify": "^2.1.0",
  16939. "fs-extra": "^8.1.0",
  16940. "glob": "^7.1.6",
  16941. "lodash.template": "^4.5.0",
  16942. "pretty-bytes": "^5.3.0",
  16943. "rollup": "^1.31.1",
  16944. "rollup-plugin-babel": "^4.3.3",
  16945. "rollup-plugin-terser": "^5.3.1",
  16946. "source-map": "^0.7.3",
  16947. "source-map-url": "^0.4.0",
  16948. "stringify-object": "^3.3.0",
  16949. "strip-comments": "^1.0.2",
  16950. "tempy": "^0.3.0",
  16951. "upath": "^1.2.0",
  16952. "workbox-background-sync": "^5.1.4",
  16953. "workbox-broadcast-update": "^5.1.4",
  16954. "workbox-cacheable-response": "^5.1.4",
  16955. "workbox-core": "^5.1.4",
  16956. "workbox-expiration": "^5.1.4",
  16957. "workbox-google-analytics": "^5.1.4",
  16958. "workbox-navigation-preload": "^5.1.4",
  16959. "workbox-precaching": "^5.1.4",
  16960. "workbox-range-requests": "^5.1.4",
  16961. "workbox-routing": "^5.1.4",
  16962. "workbox-strategies": "^5.1.4",
  16963. "workbox-streams": "^5.1.4",
  16964. "workbox-sw": "^5.1.4",
  16965. "workbox-window": "^5.1.4"
  16966. },
  16967. "dependencies": {
  16968. "fs-extra": {
  16969. "version": "8.1.0",
  16970. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
  16971. "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
  16972. "requires": {
  16973. "graceful-fs": "^4.2.0",
  16974. "jsonfile": "^4.0.0",
  16975. "universalify": "^0.1.0"
  16976. }
  16977. },
  16978. "jsonfile": {
  16979. "version": "4.0.0",
  16980. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
  16981. "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
  16982. "requires": {
  16983. "graceful-fs": "^4.1.6"
  16984. }
  16985. },
  16986. "source-map": {
  16987. "version": "0.7.3",
  16988. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
  16989. "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
  16990. },
  16991. "universalify": {
  16992. "version": "0.1.2",
  16993. "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
  16994. "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="
  16995. }
  16996. }
  16997. },
  16998. "workbox-cacheable-response": {
  16999. "version": "5.1.4",
  17000. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-5.1.4.tgz",
  17001. "integrity": "sha512-0bfvMZs0Of1S5cdswfQK0BXt6ulU5kVD4lwer2CeI+03czHprXR3V4Y8lPTooamn7eHP8Iywi5QjyAMjw0qauA==",
  17002. "requires": {
  17003. "workbox-core": "^5.1.4"
  17004. }
  17005. },
  17006. "workbox-core": {
  17007. "version": "5.1.4",
  17008. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-5.1.4.tgz",
  17009. "integrity": "sha512-+4iRQan/1D8I81nR2L5vcbaaFskZC2CL17TLbvWVzQ4qiF/ytOGF6XeV54pVxAvKUtkLANhk8TyIUMtiMw2oDg=="
  17010. },
  17011. "workbox-expiration": {
  17012. "version": "5.1.4",
  17013. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-5.1.4.tgz",
  17014. "integrity": "sha512-oDO/5iC65h2Eq7jctAv858W2+CeRW5e0jZBMNRXpzp0ZPvuT6GblUiHnAsC5W5lANs1QS9atVOm4ifrBiYY7AQ==",
  17015. "requires": {
  17016. "workbox-core": "^5.1.4"
  17017. }
  17018. },
  17019. "workbox-google-analytics": {
  17020. "version": "5.1.4",
  17021. "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-5.1.4.tgz",
  17022. "integrity": "sha512-0IFhKoEVrreHpKgcOoddV+oIaVXBFKXUzJVBI+nb0bxmcwYuZMdteBTp8AEDJacENtc9xbR0wa9RDCnYsCDLjA==",
  17023. "requires": {
  17024. "workbox-background-sync": "^5.1.4",
  17025. "workbox-core": "^5.1.4",
  17026. "workbox-routing": "^5.1.4",
  17027. "workbox-strategies": "^5.1.4"
  17028. }
  17029. },
  17030. "workbox-navigation-preload": {
  17031. "version": "5.1.4",
  17032. "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-5.1.4.tgz",
  17033. "integrity": "sha512-Wf03osvK0wTflAfKXba//QmWC5BIaIZARU03JIhAEO2wSB2BDROWI8Q/zmianf54kdV7e1eLaIEZhth4K4MyfQ==",
  17034. "requires": {
  17035. "workbox-core": "^5.1.4"
  17036. }
  17037. },
  17038. "workbox-precaching": {
  17039. "version": "5.1.4",
  17040. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-5.1.4.tgz",
  17041. "integrity": "sha512-gCIFrBXmVQLFwvAzuGLCmkUYGVhBb7D1k/IL7pUJUO5xacjLcFUaLnnsoVepBGAiKw34HU1y/YuqvTKim9qAZA==",
  17042. "requires": {
  17043. "workbox-core": "^5.1.4"
  17044. }
  17045. },
  17046. "workbox-range-requests": {
  17047. "version": "5.1.4",
  17048. "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-5.1.4.tgz",
  17049. "integrity": "sha512-1HSujLjgTeoxHrMR2muDW2dKdxqCGMc1KbeyGcmjZZAizJTFwu7CWLDmLv6O1ceWYrhfuLFJO+umYMddk2XMhw==",
  17050. "requires": {
  17051. "workbox-core": "^5.1.4"
  17052. }
  17053. },
  17054. "workbox-routing": {
  17055. "version": "5.1.4",
  17056. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-5.1.4.tgz",
  17057. "integrity": "sha512-8ljknRfqE1vEQtnMtzfksL+UXO822jJlHTIR7+BtJuxQ17+WPZfsHqvk1ynR/v0EHik4x2+826Hkwpgh4GKDCw==",
  17058. "requires": {
  17059. "workbox-core": "^5.1.4"
  17060. }
  17061. },
  17062. "workbox-strategies": {
  17063. "version": "5.1.4",
  17064. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-5.1.4.tgz",
  17065. "integrity": "sha512-VVS57LpaJTdjW3RgZvPwX0NlhNmscR7OQ9bP+N/34cYMDzXLyA6kqWffP6QKXSkca1OFo/v6v7hW7zrrguo6EA==",
  17066. "requires": {
  17067. "workbox-core": "^5.1.4",
  17068. "workbox-routing": "^5.1.4"
  17069. }
  17070. },
  17071. "workbox-streams": {
  17072. "version": "5.1.4",
  17073. "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-5.1.4.tgz",
  17074. "integrity": "sha512-xU8yuF1hI/XcVhJUAfbQLa1guQUhdLMPQJkdT0kn6HP5CwiPOGiXnSFq80rAG4b1kJUChQQIGPrq439FQUNVrw==",
  17075. "requires": {
  17076. "workbox-core": "^5.1.4",
  17077. "workbox-routing": "^5.1.4"
  17078. }
  17079. },
  17080. "workbox-sw": {
  17081. "version": "5.1.4",
  17082. "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-5.1.4.tgz",
  17083. "integrity": "sha512-9xKnKw95aXwSNc8kk8gki4HU0g0W6KXu+xks7wFuC7h0sembFnTrKtckqZxbSod41TDaGh+gWUA5IRXrL0ECRA=="
  17084. },
  17085. "workbox-webpack-plugin": {
  17086. "version": "5.1.4",
  17087. "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-5.1.4.tgz",
  17088. "integrity": "sha512-PZafF4HpugZndqISi3rZ4ZK4A4DxO8rAqt2FwRptgsDx7NF8TVKP86/huHquUsRjMGQllsNdn4FNl8CD/UvKmQ==",
  17089. "requires": {
  17090. "@babel/runtime": "^7.5.5",
  17091. "fast-json-stable-stringify": "^2.0.0",
  17092. "source-map-url": "^0.4.0",
  17093. "upath": "^1.1.2",
  17094. "webpack-sources": "^1.3.0",
  17095. "workbox-build": "^5.1.4"
  17096. }
  17097. },
  17098. "workbox-window": {
  17099. "version": "5.1.4",
  17100. "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-5.1.4.tgz",
  17101. "integrity": "sha512-vXQtgTeMCUq/4pBWMfQX8Ee7N2wVC4Q7XYFqLnfbXJ2hqew/cU1uMTD2KqGEgEpE4/30luxIxgE+LkIa8glBYw==",
  17102. "requires": {
  17103. "workbox-core": "^5.1.4"
  17104. }
  17105. },
  17106. "worker-farm": {
  17107. "version": "1.7.0",
  17108. "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz",
  17109. "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==",
  17110. "requires": {
  17111. "errno": "~0.1.7"
  17112. }
  17113. },
  17114. "worker-rpc": {
  17115. "version": "0.1.1",
  17116. "resolved": "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz",
  17117. "integrity": "sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==",
  17118. "requires": {
  17119. "microevent.ts": "~0.1.1"
  17120. }
  17121. },
  17122. "wrap-ansi": {
  17123. "version": "6.2.0",
  17124. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  17125. "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  17126. "requires": {
  17127. "ansi-styles": "^4.0.0",
  17128. "string-width": "^4.1.0",
  17129. "strip-ansi": "^6.0.0"
  17130. },
  17131. "dependencies": {
  17132. "ansi-styles": {
  17133. "version": "4.3.0",
  17134. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  17135. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  17136. "requires": {
  17137. "color-convert": "^2.0.1"
  17138. }
  17139. },
  17140. "color-convert": {
  17141. "version": "2.0.1",
  17142. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  17143. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  17144. "requires": {
  17145. "color-name": "~1.1.4"
  17146. }
  17147. },
  17148. "color-name": {
  17149. "version": "1.1.4",
  17150. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  17151. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  17152. }
  17153. }
  17154. },
  17155. "wrappy": {
  17156. "version": "1.0.2",
  17157. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  17158. "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
  17159. },
  17160. "write-file-atomic": {
  17161. "version": "3.0.3",
  17162. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
  17163. "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
  17164. "requires": {
  17165. "imurmurhash": "^0.1.4",
  17166. "is-typedarray": "^1.0.0",
  17167. "signal-exit": "^3.0.2",
  17168. "typedarray-to-buffer": "^3.1.5"
  17169. }
  17170. },
  17171. "ws": {
  17172. "version": "7.4.1",
  17173. "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.1.tgz",
  17174. "integrity": "sha512-pTsP8UAfhy3sk1lSk/O/s4tjD0CRwvMnzvwr4OKGX7ZvqZtUyx4KIJB5JWbkykPoc55tixMGgTNoh3k4FkNGFQ=="
  17175. },
  17176. "xml-name-validator": {
  17177. "version": "3.0.0",
  17178. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
  17179. "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
  17180. },
  17181. "xmlchars": {
  17182. "version": "2.2.0",
  17183. "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  17184. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
  17185. },
  17186. "xtend": {
  17187. "version": "4.0.2",
  17188. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  17189. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
  17190. },
  17191. "y18n": {
  17192. "version": "4.0.1",
  17193. "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz",
  17194. "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ=="
  17195. },
  17196. "yallist": {
  17197. "version": "4.0.0",
  17198. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  17199. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  17200. },
  17201. "yaml": {
  17202. "version": "1.10.0",
  17203. "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz",
  17204. "integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg=="
  17205. },
  17206. "yargs": {
  17207. "version": "15.4.1",
  17208. "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
  17209. "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
  17210. "requires": {
  17211. "cliui": "^6.0.0",
  17212. "decamelize": "^1.2.0",
  17213. "find-up": "^4.1.0",
  17214. "get-caller-file": "^2.0.1",
  17215. "require-directory": "^2.1.1",
  17216. "require-main-filename": "^2.0.0",
  17217. "set-blocking": "^2.0.0",
  17218. "string-width": "^4.2.0",
  17219. "which-module": "^2.0.0",
  17220. "y18n": "^4.0.0",
  17221. "yargs-parser": "^18.1.2"
  17222. }
  17223. },
  17224. "yargs-parser": {
  17225. "version": "18.1.3",
  17226. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
  17227. "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
  17228. "requires": {
  17229. "camelcase": "^5.0.0",
  17230. "decamelize": "^1.2.0"
  17231. },
  17232. "dependencies": {
  17233. "camelcase": {
  17234. "version": "5.3.1",
  17235. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  17236. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
  17237. }
  17238. }
  17239. },
  17240. "yocto-queue": {
  17241. "version": "0.1.0",
  17242. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  17243. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
  17244. }
  17245. }
  17246. }