Fix warnings
Seto Elkahfi committed
Aug 11, 2023 at 10:31 UTC
a88ec26bac74de87281470a9bf97e102eec708d7
4 files changed
+6
-10096
package.json
+4
-1
@@ -47,5 +47,8 @@
47
"devDependencies": {
48
"@types/express": "^4.17.17",
49
"@types/react-intl": "^3.0.0"
50
- }
50
+ },
51
+ "overrides": {
52
+ "autoprefixer": "10.4.5"
53
+}
54
}
src/components/FooterLinks.tsx
+2
-2
@@ -24,11 +24,11 @@ const FooterLinks = () => (
24
<footer className="text-muted py-5">
25
<div className="container">
26
<p className="float-end mb-1">
27
- <a href="#" style={linkStyle}>
27
+ <button style={linkStyle}>
28
<FormattedMessage id="footer.toTop"
29
defaultMessage="Back to top"
30
description="To top link" />
31
- </a>
31
+ </button>
32
</p>
33
<p className="mb-0">
34
<Link to='/' style={linkStyle}>
src/components/Header.tsx
-1
@@ -1,6 +1,5 @@
1
import React, { Component } from 'react';
2
import { FormattedMessage } from 'react-intl';
3
-import { Link } from 'react-router-dom';
3
import LanguageDropdown from './LanguageDropdown';
4
5
type HeaderProps = {
yarn.lock
deleted
-10092
@@ -1,10092 +0,0 @@
1
-# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
-# yarn lockfile v1
3
-
4
-
5
-"@aashutoshrathi/word-wrap@^1.2.3":
6
- "integrity" "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA=="
7
- "resolved" "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz"
8
- "version" "1.2.6"
9
-
10
-"@alloc/quick-lru@^5.2.0":
11
- "integrity" "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw=="
12
- "resolved" "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz"
13
- "version" "5.2.0"
14
-
15
-"@ampproject/remapping@^2.2.0":
16
- "integrity" "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg=="
17
- "resolved" "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz"
18
- "version" "2.2.1"
19
- dependencies:
20
- "@jridgewell/gen-mapping" "^0.3.0"
21
- "@jridgewell/trace-mapping" "^0.3.9"
22
-
23
-"@apideck/better-ajv-errors@^0.3.1":
24
- "integrity" "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA=="
25
- "resolved" "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz"
26
- "version" "0.3.6"
27
- dependencies:
28
- "json-schema" "^0.4.0"
29
- "jsonpointer" "^5.0.0"
30
- "leven" "^3.1.0"
31
-
32
-"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.8.3":
33
- "integrity" "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg=="
34
- "resolved" "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz"
35
- "version" "7.16.7"
36
- dependencies:
37
- "@babel/highlight" "^7.16.7"
38
-
39
-"@babel/code-frame@^7.22.5":
40
- "integrity" "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ=="
41
- "resolved" "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz"
42
- "version" "7.22.5"
43
- dependencies:
44
- "@babel/highlight" "^7.22.5"
45
-
46
-"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.4", "@babel/compat-data@^7.16.8", "@babel/compat-data@^7.22.9":
47
- "integrity" "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ=="
48
- "resolved" "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz"
49
- "version" "7.22.9"
50
-
51
-"@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.13.0", "@babel/core@^7.16.0", "@babel/core@^7.4.0-0", "@babel/core@^7.7.2", "@babel/core@^7.8.0", "@babel/core@>=7.11.0":
52
- "integrity" "sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w=="
53
- "resolved" "https://registry.npmjs.org/@babel/core/-/core-7.22.9.tgz"
54
- "version" "7.22.9"
55
- dependencies:
56
- "@ampproject/remapping" "^2.2.0"
57
- "@babel/code-frame" "^7.22.5"
58
- "@babel/generator" "^7.22.9"
59
- "@babel/helper-compilation-targets" "^7.22.9"
60
- "@babel/helper-module-transforms" "^7.22.9"
61
- "@babel/helpers" "^7.22.6"
62
- "@babel/parser" "^7.22.7"
63
- "@babel/template" "^7.22.5"
64
- "@babel/traverse" "^7.22.8"
65
- "@babel/types" "^7.22.5"
66
- "convert-source-map" "^1.7.0"
67
- "debug" "^4.1.0"
68
- "gensync" "^1.0.0-beta.2"
69
- "json5" "^2.2.2"
70
- "semver" "^6.3.1"
71
-
72
-"@babel/eslint-parser@^7.16.3":
73
- "integrity" "sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA=="
74
- "resolved" "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.9.tgz"
75
- "version" "7.22.9"
76
- dependencies:
77
- "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
78
- "eslint-visitor-keys" "^2.1.0"
79
- "semver" "^6.3.1"
80
-
81
-"@babel/generator@^7.22.7", "@babel/generator@^7.22.9", "@babel/generator@^7.7.2":
82
- "integrity" "sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw=="
83
- "resolved" "https://registry.npmjs.org/@babel/generator/-/generator-7.22.9.tgz"
84
- "version" "7.22.9"
85
- dependencies:
86
- "@babel/types" "^7.22.5"
87
- "@jridgewell/gen-mapping" "^0.3.2"
88
- "@jridgewell/trace-mapping" "^0.3.17"
89
- "jsesc" "^2.5.1"
90
-
91
-"@babel/helper-annotate-as-pure@^7.16.7":
92
- "integrity" "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw=="
93
- "resolved" "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz"
94
- "version" "7.16.7"
95
- dependencies:
96
- "@babel/types" "^7.16.7"
97
-
98
-"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7":
99
- "integrity" "sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA=="
100
- "resolved" "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz"
101
- "version" "7.16.7"
102
- dependencies:
103
- "@babel/helper-explode-assignable-expression" "^7.16.7"
104
- "@babel/types" "^7.16.7"
105
-
106
-"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.22.9":
107
- "integrity" "sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw=="
108
- "resolved" "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz"
109
- "version" "7.22.9"
110
- dependencies:
111
- "@babel/compat-data" "^7.22.9"
112
- "@babel/helper-validator-option" "^7.22.5"
113
- "browserslist" "^4.21.9"
114
- "lru-cache" "^5.1.1"
115
- "semver" "^6.3.1"
116
-
117
-"@babel/helper-create-class-features-plugin@^7.16.7":
118
- "integrity" "sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg=="
119
- "resolved" "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz"
120
- "version" "7.16.10"
121
- dependencies:
122
- "@babel/helper-annotate-as-pure" "^7.16.7"
123
- "@babel/helper-environment-visitor" "^7.16.7"
124
- "@babel/helper-function-name" "^7.16.7"
125
- "@babel/helper-member-expression-to-functions" "^7.16.7"
126
- "@babel/helper-optimise-call-expression" "^7.16.7"
127
- "@babel/helper-replace-supers" "^7.16.7"
128
- "@babel/helper-split-export-declaration" "^7.16.7"
129
-
130
-"@babel/helper-create-regexp-features-plugin@^7.16.7":
131
- "integrity" "sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g=="
132
- "resolved" "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.7.tgz"
133
- "version" "7.16.7"
134
- dependencies:
135
- "@babel/helper-annotate-as-pure" "^7.16.7"
136
- "regexpu-core" "^4.7.1"
137
-
138
-"@babel/helper-define-polyfill-provider@^0.3.1":
139
- "integrity" "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA=="
140
- "resolved" "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz"
141
- "version" "0.3.1"
142
- dependencies:
143
- "@babel/helper-compilation-targets" "^7.13.0"
144
- "@babel/helper-module-imports" "^7.12.13"
145
- "@babel/helper-plugin-utils" "^7.13.0"
146
- "@babel/traverse" "^7.13.0"
147
- "debug" "^4.1.1"
148
- "lodash.debounce" "^4.0.8"
149
- "resolve" "^1.14.2"
150
- "semver" "^6.1.2"
151
-
152
-"@babel/helper-environment-visitor@^7.16.7", "@babel/helper-environment-visitor@^7.22.5":
153
- "integrity" "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q=="
154
- "resolved" "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz"
155
- "version" "7.22.5"
156
-
157
-"@babel/helper-explode-assignable-expression@^7.16.7":
158
- "integrity" "sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ=="
159
- "resolved" "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz"
160
- "version" "7.16.7"
161
- dependencies:
162
- "@babel/types" "^7.16.7"
163
-
164
-"@babel/helper-function-name@^7.16.7", "@babel/helper-function-name@^7.22.5":
165
- "integrity" "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ=="
166
- "resolved" "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz"
167
- "version" "7.22.5"
168
- dependencies:
169
- "@babel/template" "^7.22.5"
170
- "@babel/types" "^7.22.5"
171
-
172
-"@babel/helper-hoist-variables@^7.16.7", "@babel/helper-hoist-variables@^7.22.5":
173
- "integrity" "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw=="
174
- "resolved" "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz"
175
- "version" "7.22.5"
176
- dependencies:
177
- "@babel/types" "^7.22.5"
178
-
179
-"@babel/helper-member-expression-to-functions@^7.16.7":
180
- "integrity" "sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q=="
181
- "resolved" "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz"
182
- "version" "7.16.7"
183
- dependencies:
184
- "@babel/types" "^7.16.7"
185
-
186
-"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.22.5":
187
- "integrity" "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg=="
188
- "resolved" "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz"
189
- "version" "7.22.5"
190
- dependencies:
191
- "@babel/types" "^7.22.5"
192
-
193
-"@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.22.9":
194
- "integrity" "sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ=="
195
- "resolved" "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz"
196
- "version" "7.22.9"
197
- dependencies:
198
- "@babel/helper-environment-visitor" "^7.22.5"
199
- "@babel/helper-module-imports" "^7.22.5"
200
- "@babel/helper-simple-access" "^7.22.5"
201
- "@babel/helper-split-export-declaration" "^7.22.6"
202
- "@babel/helper-validator-identifier" "^7.22.5"
203
-
204
-"@babel/helper-optimise-call-expression@^7.16.7":
205
- "integrity" "sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w=="
206
- "resolved" "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz"
207
- "version" "7.16.7"
208
- dependencies:
209
- "@babel/types" "^7.16.7"
210
-
211
-"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
212
- "integrity" "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
213
- "resolved" "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz"
214
- "version" "7.16.7"
215
-
216
-"@babel/helper-remap-async-to-generator@^7.16.8":
217
- "integrity" "sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw=="
218
- "resolved" "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz"
219
- "version" "7.16.8"
220
- dependencies:
221
- "@babel/helper-annotate-as-pure" "^7.16.7"
222
- "@babel/helper-wrap-function" "^7.16.8"
223
- "@babel/types" "^7.16.8"
224
-
225
-"@babel/helper-replace-supers@^7.16.7":
226
- "integrity" "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw=="
227
- "resolved" "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz"
228
- "version" "7.16.7"
229
- dependencies:
230
- "@babel/helper-environment-visitor" "^7.16.7"
231
- "@babel/helper-member-expression-to-functions" "^7.16.7"
232
- "@babel/helper-optimise-call-expression" "^7.16.7"
233
- "@babel/traverse" "^7.16.7"
234
- "@babel/types" "^7.16.7"
235
-
236
-"@babel/helper-simple-access@^7.16.7", "@babel/helper-simple-access@^7.22.5":
237
- "integrity" "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w=="
238
- "resolved" "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz"
239
- "version" "7.22.5"
240
- dependencies:
241
- "@babel/types" "^7.22.5"
242
-
243
-"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
244
- "integrity" "sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw=="
245
- "resolved" "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz"
246
- "version" "7.16.0"
247
- dependencies:
248
- "@babel/types" "^7.16.0"
249
-
250
-"@babel/helper-split-export-declaration@^7.16.7", "@babel/helper-split-export-declaration@^7.22.6":
251
- "integrity" "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g=="
252
- "resolved" "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz"
253
- "version" "7.22.6"
254
- dependencies:
255
- "@babel/types" "^7.22.5"
256
-
257
-"@babel/helper-string-parser@^7.22.5":
258
- "integrity" "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw=="
259
- "resolved" "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz"
260
- "version" "7.22.5"
261
-
262
-"@babel/helper-validator-identifier@^7.16.7", "@babel/helper-validator-identifier@^7.22.5":
263
- "integrity" "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ=="
264
- "resolved" "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz"
265
- "version" "7.22.5"
266
-
267
-"@babel/helper-validator-option@^7.16.7", "@babel/helper-validator-option@^7.22.5":
268
- "integrity" "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw=="
269
- "resolved" "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz"
270
- "version" "7.22.5"
271
-
272
-"@babel/helper-wrap-function@^7.16.8":
273
- "integrity" "sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw=="
274
- "resolved" "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz"
275
- "version" "7.16.8"
276
- dependencies:
277
- "@babel/helper-function-name" "^7.16.7"
278
- "@babel/template" "^7.16.7"
279
- "@babel/traverse" "^7.16.8"
280
- "@babel/types" "^7.16.8"
281
-
282
-"@babel/helpers@^7.22.6":
283
- "integrity" "sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA=="
284
- "resolved" "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.6.tgz"
285
- "version" "7.22.6"
286
- dependencies:
287
- "@babel/template" "^7.22.5"
288
- "@babel/traverse" "^7.22.6"
289
- "@babel/types" "^7.22.5"
290
-
291
-"@babel/highlight@^7.16.7", "@babel/highlight@^7.22.5":
292
- "integrity" "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw=="
293
- "resolved" "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz"
294
- "version" "7.22.5"
295
- dependencies:
296
- "@babel/helper-validator-identifier" "^7.22.5"
297
- "chalk" "^2.0.0"
298
- "js-tokens" "^4.0.0"
299
-
300
-"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.5", "@babel/parser@^7.22.7":
301
- "integrity" "sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q=="
302
- "resolved" "https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz"
303
- "version" "7.22.7"
304
-
305
-"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
306
- "integrity" "sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg=="
307
- "resolved" "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz"
308
- "version" "7.16.7"
309
- dependencies:
310
- "@babel/helper-plugin-utils" "^7.16.7"
311
-
312
-"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.7":
313
- "integrity" "sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw=="
314
- "resolved" "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz"
315
- "version" "7.16.7"
316
- dependencies:
317
- "@babel/helper-plugin-utils" "^7.16.7"
318
- "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
319
- "@babel/plugin-proposal-optional-chaining" "^7.16.7"
320
-
321
-"@babel/plugin-proposal-async-generator-functions@^7.16.8":
322
- "integrity" "sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ=="
323
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz"
324
- "version" "7.16.8"
325
- dependencies:
326
- "@babel/helper-plugin-utils" "^7.16.7"
327
- "@babel/helper-remap-async-to-generator" "^7.16.8"
328
- "@babel/plugin-syntax-async-generators" "^7.8.4"
329
-
330
-"@babel/plugin-proposal-class-properties@^7.16.0", "@babel/plugin-proposal-class-properties@^7.16.7":
331
- "integrity" "sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww=="
332
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz"
333
- "version" "7.16.7"
334
- dependencies:
335
- "@babel/helper-create-class-features-plugin" "^7.16.7"
336
- "@babel/helper-plugin-utils" "^7.16.7"
337
-
338
-"@babel/plugin-proposal-class-static-block@^7.16.7":
339
- "integrity" "sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw=="
340
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz"
341
- "version" "7.16.7"
342
- dependencies:
343
- "@babel/helper-create-class-features-plugin" "^7.16.7"
344
- "@babel/helper-plugin-utils" "^7.16.7"
345
- "@babel/plugin-syntax-class-static-block" "^7.14.5"
346
-
347
-"@babel/plugin-proposal-decorators@^7.16.4":
348
- "integrity" "sha512-DoEpnuXK14XV9btI1k8tzNGCutMclpj4yru8aXKoHlVmbO1s+2A+g2+h4JhcjrxkFJqzbymnLG6j/niOf3iFXQ=="
349
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.16.7.tgz"
350
- "version" "7.16.7"
351
- dependencies:
352
- "@babel/helper-create-class-features-plugin" "^7.16.7"
353
- "@babel/helper-plugin-utils" "^7.16.7"
354
- "@babel/plugin-syntax-decorators" "^7.16.7"
355
-
356
-"@babel/plugin-proposal-dynamic-import@^7.16.7":
357
- "integrity" "sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg=="
358
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz"
359
- "version" "7.16.7"
360
- dependencies:
361
- "@babel/helper-plugin-utils" "^7.16.7"
362
- "@babel/plugin-syntax-dynamic-import" "^7.8.3"
363
-
364
-"@babel/plugin-proposal-export-namespace-from@^7.16.7":
365
- "integrity" "sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA=="
366
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz"
367
- "version" "7.16.7"
368
- dependencies:
369
- "@babel/helper-plugin-utils" "^7.16.7"
370
- "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
371
-
372
-"@babel/plugin-proposal-json-strings@^7.16.7":
373
- "integrity" "sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ=="
374
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz"
375
- "version" "7.16.7"
376
- dependencies:
377
- "@babel/helper-plugin-utils" "^7.16.7"
378
- "@babel/plugin-syntax-json-strings" "^7.8.3"
379
-
380
-"@babel/plugin-proposal-logical-assignment-operators@^7.16.7":
381
- "integrity" "sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg=="
382
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz"
383
- "version" "7.16.7"
384
- dependencies:
385
- "@babel/helper-plugin-utils" "^7.16.7"
386
- "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
387
-
388
-"@babel/plugin-proposal-nullish-coalescing-operator@^7.16.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.16.7":
389
- "integrity" "sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ=="
390
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz"
391
- "version" "7.16.7"
392
- dependencies:
393
- "@babel/helper-plugin-utils" "^7.16.7"
394
- "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
395
-
396
-"@babel/plugin-proposal-numeric-separator@^7.16.0", "@babel/plugin-proposal-numeric-separator@^7.16.7":
397
- "integrity" "sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw=="
398
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz"
399
- "version" "7.16.7"
400
- dependencies:
401
- "@babel/helper-plugin-utils" "^7.16.7"
402
- "@babel/plugin-syntax-numeric-separator" "^7.10.4"
403
-
404
-"@babel/plugin-proposal-object-rest-spread@^7.16.7":
405
- "integrity" "sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA=="
406
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz"
407
- "version" "7.16.7"
408
- dependencies:
409
- "@babel/compat-data" "^7.16.4"
410
- "@babel/helper-compilation-targets" "^7.16.7"
411
- "@babel/helper-plugin-utils" "^7.16.7"
412
- "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
413
- "@babel/plugin-transform-parameters" "^7.16.7"
414
-
415
-"@babel/plugin-proposal-optional-catch-binding@^7.16.7":
416
- "integrity" "sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA=="
417
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz"
418
- "version" "7.16.7"
419
- dependencies:
420
- "@babel/helper-plugin-utils" "^7.16.7"
421
- "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
422
-
423
-"@babel/plugin-proposal-optional-chaining@^7.16.0", "@babel/plugin-proposal-optional-chaining@^7.16.7":
424
- "integrity" "sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA=="
425
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz"
426
- "version" "7.16.7"
427
- dependencies:
428
- "@babel/helper-plugin-utils" "^7.16.7"
429
- "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
430
- "@babel/plugin-syntax-optional-chaining" "^7.8.3"
431
-
432
-"@babel/plugin-proposal-private-methods@^7.16.0", "@babel/plugin-proposal-private-methods@^7.16.7":
433
- "integrity" "sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw=="
434
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz"
435
- "version" "7.16.7"
436
- dependencies:
437
- "@babel/helper-create-class-features-plugin" "^7.16.7"
438
- "@babel/helper-plugin-utils" "^7.16.7"
439
-
440
-"@babel/plugin-proposal-private-property-in-object@^7.16.7":
441
- "integrity" "sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ=="
442
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz"
443
- "version" "7.16.7"
444
- dependencies:
445
- "@babel/helper-annotate-as-pure" "^7.16.7"
446
- "@babel/helper-create-class-features-plugin" "^7.16.7"
447
- "@babel/helper-plugin-utils" "^7.16.7"
448
- "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
449
-
450
-"@babel/plugin-proposal-unicode-property-regex@^7.16.7", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
451
- "integrity" "sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg=="
452
- "resolved" "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz"
453
- "version" "7.16.7"
454
- dependencies:
455
- "@babel/helper-create-regexp-features-plugin" "^7.16.7"
456
- "@babel/helper-plugin-utils" "^7.16.7"
457
-
458
-"@babel/plugin-syntax-async-generators@^7.8.4":
459
- "integrity" "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw=="
460
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz"
461
- "version" "7.8.4"
462
- dependencies:
463
- "@babel/helper-plugin-utils" "^7.8.0"
464
-
465
-"@babel/plugin-syntax-bigint@^7.8.3":
466
- "integrity" "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg=="
467
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz"
468
- "version" "7.8.3"
469
- dependencies:
470
- "@babel/helper-plugin-utils" "^7.8.0"
471
-
472
-"@babel/plugin-syntax-class-properties@^7.12.13", "@babel/plugin-syntax-class-properties@^7.8.3":
473
- "integrity" "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA=="
474
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz"
475
- "version" "7.12.13"
476
- dependencies:
477
- "@babel/helper-plugin-utils" "^7.12.13"
478
-
479
-"@babel/plugin-syntax-class-static-block@^7.14.5":
480
- "integrity" "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw=="
481
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz"
482
- "version" "7.14.5"
483
- dependencies:
484
- "@babel/helper-plugin-utils" "^7.14.5"
485
-
486
-"@babel/plugin-syntax-decorators@^7.16.7":
487
- "integrity" "sha512-vQ+PxL+srA7g6Rx6I1e15m55gftknl2X8GCUW1JTlkTaXZLJOS0UcaY0eK9jYT7IYf4awn6qwyghVHLDz1WyMw=="
488
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.16.7.tgz"
489
- "version" "7.16.7"
490
- dependencies:
491
- "@babel/helper-plugin-utils" "^7.16.7"
492
-
493
-"@babel/plugin-syntax-dynamic-import@^7.8.3":
494
- "integrity" "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ=="
495
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz"
496
- "version" "7.8.3"
497
- dependencies:
498
- "@babel/helper-plugin-utils" "^7.8.0"
499
-
500
-"@babel/plugin-syntax-export-namespace-from@^7.8.3":
501
- "integrity" "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q=="
502
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz"
503
- "version" "7.8.3"
504
- dependencies:
505
- "@babel/helper-plugin-utils" "^7.8.3"
506
-
507
-"@babel/plugin-syntax-flow@^7.14.5", "@babel/plugin-syntax-flow@^7.16.7":
508
- "integrity" "sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ=="
509
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz"
510
- "version" "7.16.7"
511
- dependencies:
512
- "@babel/helper-plugin-utils" "^7.16.7"
513
-
514
-"@babel/plugin-syntax-import-meta@^7.8.3":
515
- "integrity" "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g=="
516
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz"
517
- "version" "7.10.4"
518
- dependencies:
519
- "@babel/helper-plugin-utils" "^7.10.4"
520
-
521
-"@babel/plugin-syntax-json-strings@^7.8.3":
522
- "integrity" "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA=="
523
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz"
524
- "version" "7.8.3"
525
- dependencies:
526
- "@babel/helper-plugin-utils" "^7.8.0"
527
-
528
-"@babel/plugin-syntax-jsx@^7.16.7":
529
- "integrity" "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q=="
530
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz"
531
- "version" "7.16.7"
532
- dependencies:
533
- "@babel/helper-plugin-utils" "^7.16.7"
534
-
535
-"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
536
- "integrity" "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig=="
537
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz"
538
- "version" "7.10.4"
539
- dependencies:
540
- "@babel/helper-plugin-utils" "^7.10.4"
541
-
542
-"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3":
543
- "integrity" "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ=="
544
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz"
545
- "version" "7.8.3"
546
- dependencies:
547
- "@babel/helper-plugin-utils" "^7.8.0"
548
-
549
-"@babel/plugin-syntax-numeric-separator@^7.10.4", "@babel/plugin-syntax-numeric-separator@^7.8.3":
550
- "integrity" "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug=="
551
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz"
552
- "version" "7.10.4"
553
- dependencies:
554
- "@babel/helper-plugin-utils" "^7.10.4"
555
-
556
-"@babel/plugin-syntax-object-rest-spread@^7.8.3":
557
- "integrity" "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA=="
558
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz"
559
- "version" "7.8.3"
560
- dependencies:
561
- "@babel/helper-plugin-utils" "^7.8.0"
562
-
563
-"@babel/plugin-syntax-optional-catch-binding@^7.8.3":
564
- "integrity" "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q=="
565
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz"
566
- "version" "7.8.3"
567
- dependencies:
568
- "@babel/helper-plugin-utils" "^7.8.0"
569
-
570
-"@babel/plugin-syntax-optional-chaining@^7.8.3":
571
- "integrity" "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg=="
572
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz"
573
- "version" "7.8.3"
574
- dependencies:
575
- "@babel/helper-plugin-utils" "^7.8.0"
576
-
577
-"@babel/plugin-syntax-private-property-in-object@^7.14.5":
578
- "integrity" "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg=="
579
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz"
580
- "version" "7.14.5"
581
- dependencies:
582
- "@babel/helper-plugin-utils" "^7.14.5"
583
-
584
-"@babel/plugin-syntax-top-level-await@^7.14.5", "@babel/plugin-syntax-top-level-await@^7.8.3":
585
- "integrity" "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw=="
586
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz"
587
- "version" "7.14.5"
588
- dependencies:
589
- "@babel/helper-plugin-utils" "^7.14.5"
590
-
591
-"@babel/plugin-syntax-typescript@^7.16.7", "@babel/plugin-syntax-typescript@^7.7.2":
592
- "integrity" "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A=="
593
- "resolved" "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz"
594
- "version" "7.16.7"
595
- dependencies:
596
- "@babel/helper-plugin-utils" "^7.16.7"
597
-
598
-"@babel/plugin-transform-arrow-functions@^7.16.7":
599
- "integrity" "sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ=="
600
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz"
601
- "version" "7.16.7"
602
- dependencies:
603
- "@babel/helper-plugin-utils" "^7.16.7"
604
-
605
-"@babel/plugin-transform-async-to-generator@^7.16.8":
606
- "integrity" "sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg=="
607
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz"
608
- "version" "7.16.8"
609
- dependencies:
610
- "@babel/helper-module-imports" "^7.16.7"
611
- "@babel/helper-plugin-utils" "^7.16.7"
612
- "@babel/helper-remap-async-to-generator" "^7.16.8"
613
-
614
-"@babel/plugin-transform-block-scoped-functions@^7.16.7":
615
- "integrity" "sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg=="
616
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz"
617
- "version" "7.16.7"
618
- dependencies:
619
- "@babel/helper-plugin-utils" "^7.16.7"
620
-
621
-"@babel/plugin-transform-block-scoping@^7.16.7":
622
- "integrity" "sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ=="
623
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz"
624
- "version" "7.16.7"
625
- dependencies:
626
- "@babel/helper-plugin-utils" "^7.16.7"
627
-
628
-"@babel/plugin-transform-classes@^7.16.7":
629
- "integrity" "sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ=="
630
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz"
631
- "version" "7.16.7"
632
- dependencies:
633
- "@babel/helper-annotate-as-pure" "^7.16.7"
634
- "@babel/helper-environment-visitor" "^7.16.7"
635
- "@babel/helper-function-name" "^7.16.7"
636
- "@babel/helper-optimise-call-expression" "^7.16.7"
637
- "@babel/helper-plugin-utils" "^7.16.7"
638
- "@babel/helper-replace-supers" "^7.16.7"
639
- "@babel/helper-split-export-declaration" "^7.16.7"
640
- "globals" "^11.1.0"
641
-
642
-"@babel/plugin-transform-computed-properties@^7.16.7":
643
- "integrity" "sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw=="
644
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz"
645
- "version" "7.16.7"
646
- dependencies:
647
- "@babel/helper-plugin-utils" "^7.16.7"
648
-
649
-"@babel/plugin-transform-destructuring@^7.16.7":
650
- "integrity" "sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A=="
651
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz"
652
- "version" "7.16.7"
653
- dependencies:
654
- "@babel/helper-plugin-utils" "^7.16.7"
655
-
656
-"@babel/plugin-transform-dotall-regex@^7.16.7", "@babel/plugin-transform-dotall-regex@^7.4.4":
657
- "integrity" "sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ=="
658
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz"
659
- "version" "7.16.7"
660
- dependencies:
661
- "@babel/helper-create-regexp-features-plugin" "^7.16.7"
662
- "@babel/helper-plugin-utils" "^7.16.7"
663
-
664
-"@babel/plugin-transform-duplicate-keys@^7.16.7":
665
- "integrity" "sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw=="
666
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz"
667
- "version" "7.16.7"
668
- dependencies:
669
- "@babel/helper-plugin-utils" "^7.16.7"
670
-
671
-"@babel/plugin-transform-exponentiation-operator@^7.16.7":
672
- "integrity" "sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA=="
673
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz"
674
- "version" "7.16.7"
675
- dependencies:
676
- "@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7"
677
- "@babel/helper-plugin-utils" "^7.16.7"
678
-
679
-"@babel/plugin-transform-flow-strip-types@^7.16.0":
680
- "integrity" "sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg=="
681
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz"
682
- "version" "7.16.7"
683
- dependencies:
684
- "@babel/helper-plugin-utils" "^7.16.7"
685
- "@babel/plugin-syntax-flow" "^7.16.7"
686
-
687
-"@babel/plugin-transform-for-of@^7.16.7":
688
- "integrity" "sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg=="
689
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz"
690
- "version" "7.16.7"
691
- dependencies:
692
- "@babel/helper-plugin-utils" "^7.16.7"
693
-
694
-"@babel/plugin-transform-function-name@^7.16.7":
695
- "integrity" "sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA=="
696
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz"
697
- "version" "7.16.7"
698
- dependencies:
699
- "@babel/helper-compilation-targets" "^7.16.7"
700
- "@babel/helper-function-name" "^7.16.7"
701
- "@babel/helper-plugin-utils" "^7.16.7"
702
-
703
-"@babel/plugin-transform-literals@^7.16.7":
704
- "integrity" "sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ=="
705
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz"
706
- "version" "7.16.7"
707
- dependencies:
708
- "@babel/helper-plugin-utils" "^7.16.7"
709
-
710
-"@babel/plugin-transform-member-expression-literals@^7.16.7":
711
- "integrity" "sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw=="
712
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz"
713
- "version" "7.16.7"
714
- dependencies:
715
- "@babel/helper-plugin-utils" "^7.16.7"
716
-
717
-"@babel/plugin-transform-modules-amd@^7.16.7":
718
- "integrity" "sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g=="
719
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz"
720
- "version" "7.16.7"
721
- dependencies:
722
- "@babel/helper-module-transforms" "^7.16.7"
723
- "@babel/helper-plugin-utils" "^7.16.7"
724
- "babel-plugin-dynamic-import-node" "^2.3.3"
725
-
726
-"@babel/plugin-transform-modules-commonjs@^7.16.8":
727
- "integrity" "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA=="
728
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz"
729
- "version" "7.16.8"
730
- dependencies:
731
- "@babel/helper-module-transforms" "^7.16.7"
732
- "@babel/helper-plugin-utils" "^7.16.7"
733
- "@babel/helper-simple-access" "^7.16.7"
734
- "babel-plugin-dynamic-import-node" "^2.3.3"
735
-
736
-"@babel/plugin-transform-modules-systemjs@^7.16.7":
737
- "integrity" "sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw=="
738
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz"
739
- "version" "7.16.7"
740
- dependencies:
741
- "@babel/helper-hoist-variables" "^7.16.7"
742
- "@babel/helper-module-transforms" "^7.16.7"
743
- "@babel/helper-plugin-utils" "^7.16.7"
744
- "@babel/helper-validator-identifier" "^7.16.7"
745
- "babel-plugin-dynamic-import-node" "^2.3.3"
746
-
747
-"@babel/plugin-transform-modules-umd@^7.16.7":
748
- "integrity" "sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ=="
749
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz"
750
- "version" "7.16.7"
751
- dependencies:
752
- "@babel/helper-module-transforms" "^7.16.7"
753
- "@babel/helper-plugin-utils" "^7.16.7"
754
-
755
-"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8":
756
- "integrity" "sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw=="
757
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz"
758
- "version" "7.16.8"
759
- dependencies:
760
- "@babel/helper-create-regexp-features-plugin" "^7.16.7"
761
-
762
-"@babel/plugin-transform-new-target@^7.16.7":
763
- "integrity" "sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg=="
764
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz"
765
- "version" "7.16.7"
766
- dependencies:
767
- "@babel/helper-plugin-utils" "^7.16.7"
768
-
769
-"@babel/plugin-transform-object-super@^7.16.7":
770
- "integrity" "sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw=="
771
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz"
772
- "version" "7.16.7"
773
- dependencies:
774
- "@babel/helper-plugin-utils" "^7.16.7"
775
- "@babel/helper-replace-supers" "^7.16.7"
776
-
777
-"@babel/plugin-transform-parameters@^7.16.7":
778
- "integrity" "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw=="
779
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz"
780
- "version" "7.16.7"
781
- dependencies:
782
- "@babel/helper-plugin-utils" "^7.16.7"
783
-
784
-"@babel/plugin-transform-property-literals@^7.16.7":
785
- "integrity" "sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw=="
786
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz"
787
- "version" "7.16.7"
788
- dependencies:
789
- "@babel/helper-plugin-utils" "^7.16.7"
790
-
791
-"@babel/plugin-transform-react-constant-elements@^7.12.1":
792
- "integrity" "sha512-lF+cfsyTgwWkcw715J88JhMYJ5GpysYNLhLP1PkvkhTRN7B3e74R/1KsDxFxhRpSn0UUD3IWM4GvdBR2PEbbQQ=="
793
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.16.7.tgz"
794
- "version" "7.16.7"
795
- dependencies:
796
- "@babel/helper-plugin-utils" "^7.16.7"
797
-
798
-"@babel/plugin-transform-react-display-name@^7.16.0", "@babel/plugin-transform-react-display-name@^7.16.7":
799
- "integrity" "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg=="
800
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz"
801
- "version" "7.16.7"
802
- dependencies:
803
- "@babel/helper-plugin-utils" "^7.16.7"
804
-
805
-"@babel/plugin-transform-react-jsx-development@^7.16.7":
806
- "integrity" "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A=="
807
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz"
808
- "version" "7.16.7"
809
- dependencies:
810
- "@babel/plugin-transform-react-jsx" "^7.16.7"
811
-
812
-"@babel/plugin-transform-react-jsx@^7.14.9", "@babel/plugin-transform-react-jsx@^7.16.7":
813
- "integrity" "sha512-8D16ye66fxiE8m890w0BpPpngG9o9OVBBy0gH2E+2AR7qMR2ZpTYJEqLxAsoroenMId0p/wMW+Blc0meDgu0Ag=="
814
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.7.tgz"
815
- "version" "7.16.7"
816
- dependencies:
817
- "@babel/helper-annotate-as-pure" "^7.16.7"
818
- "@babel/helper-module-imports" "^7.16.7"
819
- "@babel/helper-plugin-utils" "^7.16.7"
820
- "@babel/plugin-syntax-jsx" "^7.16.7"
821
- "@babel/types" "^7.16.7"
822
-
823
-"@babel/plugin-transform-react-pure-annotations@^7.16.7":
824
- "integrity" "sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA=="
825
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz"
826
- "version" "7.16.7"
827
- dependencies:
828
- "@babel/helper-annotate-as-pure" "^7.16.7"
829
- "@babel/helper-plugin-utils" "^7.16.7"
830
-
831
-"@babel/plugin-transform-regenerator@^7.16.7":
832
- "integrity" "sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q=="
833
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz"
834
- "version" "7.16.7"
835
- dependencies:
836
- "regenerator-transform" "^0.14.2"
837
-
838
-"@babel/plugin-transform-reserved-words@^7.16.7":
839
- "integrity" "sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg=="
840
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz"
841
- "version" "7.16.7"
842
- dependencies:
843
- "@babel/helper-plugin-utils" "^7.16.7"
844
-
845
-"@babel/plugin-transform-runtime@^7.16.4":
846
- "integrity" "sha512-9nwTiqETv2G7xI4RvXHNfpGdr8pAA+Q/YtN3yLK7OoK7n9OibVm/xymJ838a9A6E/IciOLPj82lZk0fW6O4O7w=="
847
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.10.tgz"
848
- "version" "7.16.10"
849
- dependencies:
850
- "@babel/helper-module-imports" "^7.16.7"
851
- "@babel/helper-plugin-utils" "^7.16.7"
852
- "babel-plugin-polyfill-corejs2" "^0.3.0"
853
- "babel-plugin-polyfill-corejs3" "^0.5.0"
854
- "babel-plugin-polyfill-regenerator" "^0.3.0"
855
- "semver" "^6.3.0"
856
-
857
-"@babel/plugin-transform-shorthand-properties@^7.16.7":
858
- "integrity" "sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg=="
859
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz"
860
- "version" "7.16.7"
861
- dependencies:
862
- "@babel/helper-plugin-utils" "^7.16.7"
863
-
864
-"@babel/plugin-transform-spread@^7.16.7":
865
- "integrity" "sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg=="
866
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz"
867
- "version" "7.16.7"
868
- dependencies:
869
- "@babel/helper-plugin-utils" "^7.16.7"
870
- "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
871
-
872
-"@babel/plugin-transform-sticky-regex@^7.16.7":
873
- "integrity" "sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw=="
874
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz"
875
- "version" "7.16.7"
876
- dependencies:
877
- "@babel/helper-plugin-utils" "^7.16.7"
878
-
879
-"@babel/plugin-transform-template-literals@^7.16.7":
880
- "integrity" "sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA=="
881
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz"
882
- "version" "7.16.7"
883
- dependencies:
884
- "@babel/helper-plugin-utils" "^7.16.7"
885
-
886
-"@babel/plugin-transform-typeof-symbol@^7.16.7":
887
- "integrity" "sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ=="
888
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz"
889
- "version" "7.16.7"
890
- dependencies:
891
- "@babel/helper-plugin-utils" "^7.16.7"
892
-
893
-"@babel/plugin-transform-typescript@^7.16.7":
894
- "integrity" "sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ=="
895
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz"
896
- "version" "7.16.8"
897
- dependencies:
898
- "@babel/helper-create-class-features-plugin" "^7.16.7"
899
- "@babel/helper-plugin-utils" "^7.16.7"
900
- "@babel/plugin-syntax-typescript" "^7.16.7"
901
-
902
-"@babel/plugin-transform-unicode-escapes@^7.16.7":
903
- "integrity" "sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q=="
904
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz"
905
- "version" "7.16.7"
906
- dependencies:
907
- "@babel/helper-plugin-utils" "^7.16.7"
908
-
909
-"@babel/plugin-transform-unicode-regex@^7.16.7":
910
- "integrity" "sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q=="
911
- "resolved" "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz"
912
- "version" "7.16.7"
913
- dependencies:
914
- "@babel/helper-create-regexp-features-plugin" "^7.16.7"
915
- "@babel/helper-plugin-utils" "^7.16.7"
916
-
917
-"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.16.4":
918
- "integrity" "sha512-iCac3fZn9oOcLqc1N2/copPiX7aoxzsvjeDdXoZobrlbQ6YGgS3bL9HyldOJ8V8AY5P7pFynCATrn7M4dMw0Yg=="
919
- "resolved" "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.10.tgz"
920
- "version" "7.16.10"
921
- dependencies:
922
- "@babel/compat-data" "^7.16.8"
923
- "@babel/helper-compilation-targets" "^7.16.7"
924
- "@babel/helper-plugin-utils" "^7.16.7"
925
- "@babel/helper-validator-option" "^7.16.7"
926
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7"
927
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7"
928
- "@babel/plugin-proposal-async-generator-functions" "^7.16.8"
929
- "@babel/plugin-proposal-class-properties" "^7.16.7"
930
- "@babel/plugin-proposal-class-static-block" "^7.16.7"
931
- "@babel/plugin-proposal-dynamic-import" "^7.16.7"
932
- "@babel/plugin-proposal-export-namespace-from" "^7.16.7"
933
- "@babel/plugin-proposal-json-strings" "^7.16.7"
934
- "@babel/plugin-proposal-logical-assignment-operators" "^7.16.7"
935
- "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.7"
936
- "@babel/plugin-proposal-numeric-separator" "^7.16.7"
937
- "@babel/plugin-proposal-object-rest-spread" "^7.16.7"
938
- "@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
939
- "@babel/plugin-proposal-optional-chaining" "^7.16.7"
940
- "@babel/plugin-proposal-private-methods" "^7.16.7"
941
- "@babel/plugin-proposal-private-property-in-object" "^7.16.7"
942
- "@babel/plugin-proposal-unicode-property-regex" "^7.16.7"
943
- "@babel/plugin-syntax-async-generators" "^7.8.4"
944
- "@babel/plugin-syntax-class-properties" "^7.12.13"
945
- "@babel/plugin-syntax-class-static-block" "^7.14.5"
946
- "@babel/plugin-syntax-dynamic-import" "^7.8.3"
947
- "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
948
- "@babel/plugin-syntax-json-strings" "^7.8.3"
949
- "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
950
- "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
951
- "@babel/plugin-syntax-numeric-separator" "^7.10.4"
952
- "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
953
- "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
954
- "@babel/plugin-syntax-optional-chaining" "^7.8.3"
955
- "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
956
- "@babel/plugin-syntax-top-level-await" "^7.14.5"
957
- "@babel/plugin-transform-arrow-functions" "^7.16.7"
958
- "@babel/plugin-transform-async-to-generator" "^7.16.8"
959
- "@babel/plugin-transform-block-scoped-functions" "^7.16.7"
960
- "@babel/plugin-transform-block-scoping" "^7.16.7"
961
- "@babel/plugin-transform-classes" "^7.16.7"
962
- "@babel/plugin-transform-computed-properties" "^7.16.7"
963
- "@babel/plugin-transform-destructuring" "^7.16.7"
964
- "@babel/plugin-transform-dotall-regex" "^7.16.7"
965
- "@babel/plugin-transform-duplicate-keys" "^7.16.7"
966
- "@babel/plugin-transform-exponentiation-operator" "^7.16.7"
967
- "@babel/plugin-transform-for-of" "^7.16.7"
968
- "@babel/plugin-transform-function-name" "^7.16.7"
969
- "@babel/plugin-transform-literals" "^7.16.7"
970
- "@babel/plugin-transform-member-expression-literals" "^7.16.7"
971
- "@babel/plugin-transform-modules-amd" "^7.16.7"
972
- "@babel/plugin-transform-modules-commonjs" "^7.16.8"
973
- "@babel/plugin-transform-modules-systemjs" "^7.16.7"
974
- "@babel/plugin-transform-modules-umd" "^7.16.7"
975
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.16.8"
976
- "@babel/plugin-transform-new-target" "^7.16.7"
977
- "@babel/plugin-transform-object-super" "^7.16.7"
978
- "@babel/plugin-transform-parameters" "^7.16.7"
979
- "@babel/plugin-transform-property-literals" "^7.16.7"
980
- "@babel/plugin-transform-regenerator" "^7.16.7"
981
- "@babel/plugin-transform-reserved-words" "^7.16.7"
982
- "@babel/plugin-transform-shorthand-properties" "^7.16.7"
983
- "@babel/plugin-transform-spread" "^7.16.7"
984
- "@babel/plugin-transform-sticky-regex" "^7.16.7"
985
- "@babel/plugin-transform-template-literals" "^7.16.7"
986
- "@babel/plugin-transform-typeof-symbol" "^7.16.7"
987
- "@babel/plugin-transform-unicode-escapes" "^7.16.7"
988
- "@babel/plugin-transform-unicode-regex" "^7.16.7"
989
- "@babel/preset-modules" "^0.1.5"
990
- "@babel/types" "^7.16.8"
991
- "babel-plugin-polyfill-corejs2" "^0.3.0"
992
- "babel-plugin-polyfill-corejs3" "^0.5.0"
993
- "babel-plugin-polyfill-regenerator" "^0.3.0"
994
- "core-js-compat" "^3.20.2"
995
- "semver" "^6.3.0"
996
-
997
-"@babel/preset-modules@^0.1.5":
998
- "integrity" "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA=="
999
- "resolved" "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz"
1000
- "version" "0.1.5"
1001
- dependencies:
1002
- "@babel/helper-plugin-utils" "^7.0.0"
1003
- "@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
1004
- "@babel/plugin-transform-dotall-regex" "^7.4.4"
1005
- "@babel/types" "^7.4.4"
1006
- "esutils" "^2.0.2"
1007
-
1008
-"@babel/preset-react@^7.12.5", "@babel/preset-react@^7.16.0":
1009
- "integrity" "sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA=="
1010
- "resolved" "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.16.7.tgz"
1011
- "version" "7.16.7"
1012
- dependencies:
1013
- "@babel/helper-plugin-utils" "^7.16.7"
1014
- "@babel/helper-validator-option" "^7.16.7"
1015
- "@babel/plugin-transform-react-display-name" "^7.16.7"
1016
- "@babel/plugin-transform-react-jsx" "^7.16.7"
1017
- "@babel/plugin-transform-react-jsx-development" "^7.16.7"
1018
- "@babel/plugin-transform-react-pure-annotations" "^7.16.7"
1019
-
1020
-"@babel/preset-typescript@^7.16.0":
1021
- "integrity" "sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ=="
1022
- "resolved" "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz"
1023
- "version" "7.16.7"
1024
- dependencies:
1025
- "@babel/helper-plugin-utils" "^7.16.7"
1026
- "@babel/helper-validator-option" "^7.16.7"
1027
- "@babel/plugin-transform-typescript" "^7.16.7"
1028
-
1029
-"@babel/runtime@^7.1.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.16", "@babel/runtime@^7.14.0", "@babel/runtime@^7.16.3", "@babel/runtime@^7.16.7", "@babel/runtime@^7.20.7", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1030
- "integrity" "sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ=="
1031
- "resolved" "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.6.tgz"
1032
- "version" "7.22.6"
1033
- dependencies:
1034
- "regenerator-runtime" "^0.13.11"
1035
-
1036
-"@babel/template@^7.16.7", "@babel/template@^7.22.5", "@babel/template@^7.3.3":
1037
- "integrity" "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw=="
1038
- "resolved" "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz"
1039
- "version" "7.22.5"
1040
- dependencies:
1041
- "@babel/code-frame" "^7.22.5"
1042
- "@babel/parser" "^7.22.5"
1043
- "@babel/types" "^7.22.5"
1044
-
1045
-"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8", "@babel/traverse@^7.7.2":
1046
- "integrity" "sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw=="
1047
- "resolved" "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.8.tgz"
1048
- "version" "7.22.8"
1049
- dependencies:
1050
- "@babel/code-frame" "^7.22.5"
1051
- "@babel/generator" "^7.22.7"
1052
- "@babel/helper-environment-visitor" "^7.22.5"
1053
- "@babel/helper-function-name" "^7.22.5"
1054
- "@babel/helper-hoist-variables" "^7.22.5"
1055
- "@babel/helper-split-export-declaration" "^7.22.6"
1056
- "@babel/parser" "^7.22.7"
1057
- "@babel/types" "^7.22.5"
1058
- "debug" "^4.1.0"
1059
- "globals" "^11.1.0"
1060
-
1061
-"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1062
- "integrity" "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA=="
1063
- "resolved" "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz"
1064
- "version" "7.22.5"
1065
- dependencies:
1066
- "@babel/helper-string-parser" "^7.22.5"
1067
- "@babel/helper-validator-identifier" "^7.22.5"
1068
- "to-fast-properties" "^2.0.0"
1069
-
1070
-"@bcoe/v8-coverage@^0.2.3":
1071
- "integrity" "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
1072
- "resolved" "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
1073
- "version" "0.2.3"
1074
-
1075
-"@csstools/normalize.css@*":
1076
- "integrity" "sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg=="
1077
- "resolved" "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz"
1078
- "version" "12.0.0"
1079
-
1080
-"@csstools/postcss-cascade-layers@^1.1.1":
1081
- "integrity" "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA=="
1082
- "resolved" "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz"
1083
- "version" "1.1.1"
1084
- dependencies:
1085
- "@csstools/selector-specificity" "^2.0.2"
1086
- "postcss-selector-parser" "^6.0.10"
1087
-
1088
-"@csstools/postcss-color-function@^1.1.1":
1089
- "integrity" "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw=="
1090
- "resolved" "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz"
1091
- "version" "1.1.1"
1092
- dependencies:
1093
- "@csstools/postcss-progressive-custom-properties" "^1.1.0"
1094
- "postcss-value-parser" "^4.2.0"
1095
-
1096
-"@csstools/postcss-font-format-keywords@^1.0.1":
1097
- "integrity" "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg=="
1098
- "resolved" "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz"
1099
- "version" "1.0.1"
1100
- dependencies:
1101
- "postcss-value-parser" "^4.2.0"
1102
-
1103
-"@csstools/postcss-hwb-function@^1.0.2":
1104
- "integrity" "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w=="
1105
- "resolved" "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz"
1106
- "version" "1.0.2"
1107
- dependencies:
1108
- "postcss-value-parser" "^4.2.0"
1109
-
1110
-"@csstools/postcss-ic-unit@^1.0.1":
1111
- "integrity" "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw=="
1112
- "resolved" "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz"
1113
- "version" "1.0.1"
1114
- dependencies:
1115
- "@csstools/postcss-progressive-custom-properties" "^1.1.0"
1116
- "postcss-value-parser" "^4.2.0"
1117
-
1118
-"@csstools/postcss-is-pseudo-class@^2.0.7":
1119
- "integrity" "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA=="
1120
- "resolved" "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz"
1121
- "version" "2.0.7"
1122
- dependencies:
1123
- "@csstools/selector-specificity" "^2.0.0"
1124
- "postcss-selector-parser" "^6.0.10"
1125
-
1126
-"@csstools/postcss-nested-calc@^1.0.0":
1127
- "integrity" "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ=="
1128
- "resolved" "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz"
1129
- "version" "1.0.0"
1130
- dependencies:
1131
- "postcss-value-parser" "^4.2.0"
1132
-
1133
-"@csstools/postcss-normalize-display-values@^1.0.1":
1134
- "integrity" "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw=="
1135
- "resolved" "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz"
1136
- "version" "1.0.1"
1137
- dependencies:
1138
- "postcss-value-parser" "^4.2.0"
1139
-
1140
-"@csstools/postcss-oklab-function@^1.1.1":
1141
- "integrity" "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA=="
1142
- "resolved" "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz"
1143
- "version" "1.1.1"
1144
- dependencies:
1145
- "@csstools/postcss-progressive-custom-properties" "^1.1.0"
1146
- "postcss-value-parser" "^4.2.0"
1147
-
1148
-"@csstools/postcss-progressive-custom-properties@^1.1.0", "@csstools/postcss-progressive-custom-properties@^1.3.0":
1149
- "integrity" "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA=="
1150
- "resolved" "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz"
1151
- "version" "1.3.0"
1152
- dependencies:
1153
- "postcss-value-parser" "^4.2.0"
1154
-
1155
-"@csstools/postcss-stepped-value-functions@^1.0.1":
1156
- "integrity" "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ=="
1157
- "resolved" "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz"
1158
- "version" "1.0.1"
1159
- dependencies:
1160
- "postcss-value-parser" "^4.2.0"
1161
-
1162
-"@csstools/postcss-text-decoration-shorthand@^1.0.0":
1163
- "integrity" "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw=="
1164
- "resolved" "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz"
1165
- "version" "1.0.0"
1166
- dependencies:
1167
- "postcss-value-parser" "^4.2.0"
1168
-
1169
-"@csstools/postcss-trigonometric-functions@^1.0.2":
1170
- "integrity" "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og=="
1171
- "resolved" "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz"
1172
- "version" "1.0.2"
1173
- dependencies:
1174
- "postcss-value-parser" "^4.2.0"
1175
-
1176
-"@csstools/postcss-unset-value@^1.0.2":
1177
- "integrity" "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g=="
1178
- "resolved" "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz"
1179
- "version" "1.0.2"
1180
-
1181
-"@csstools/selector-specificity@^2.0.0", "@csstools/selector-specificity@^2.0.2":
1182
- "integrity" "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw=="
1183
- "resolved" "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz"
1184
- "version" "2.2.0"
1185
-
1186
-"@eslint-community/eslint-utils@^4.2.0":
1187
- "integrity" "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA=="
1188
- "resolved" "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz"
1189
- "version" "4.4.0"
1190
- dependencies:
1191
- "eslint-visitor-keys" "^3.3.0"
1192
-
1193
-"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
1194
- "integrity" "sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw=="
1195
- "resolved" "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz"
1196
- "version" "4.6.2"
1197
-
1198
-"@eslint/eslintrc@^2.1.1":
1199
- "integrity" "sha512-9t7ZA7NGGK8ckelF0PQCfcxIUzs1Md5rrO6U/c+FIQNanea5UZC0wqKXH4vHBccmu4ZJgZ2idtPeW7+Q2npOEA=="
1200
- "resolved" "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.1.tgz"
1201
- "version" "2.1.1"
1202
- dependencies:
1203
- "ajv" "^6.12.4"
1204
- "debug" "^4.3.2"
1205
- "espree" "^9.6.0"
1206
- "globals" "^13.19.0"
1207
- "ignore" "^5.2.0"
1208
- "import-fresh" "^3.2.1"
1209
- "js-yaml" "^4.1.0"
1210
- "minimatch" "^3.1.2"
1211
- "strip-json-comments" "^3.1.1"
1212
-
1213
-"@eslint/js@^8.46.0":
1214
- "integrity" "sha512-a8TLtmPi8xzPkCbp/OGFUo5yhRkHM2Ko9kOWP4znJr0WAhWyThaw3PnwX4vOTWOAMsV2uRt32PPDcEz63esSaA=="
1215
- "resolved" "https://registry.npmjs.org/@eslint/js/-/js-8.46.0.tgz"
1216
- "version" "8.46.0"
1217
-
1218
-"@firebase/analytics-types@0.6.0":
1219
- "integrity" "sha512-kbMawY0WRPyL/lbknBkme4CNLl+Gw+E9G4OpNeXAauqoQiNkBgpIvZYy7BRT4sNGhZbxdxXxXbruqUwDzLmvTw=="
1220
- "resolved" "https://registry.npmjs.org/@firebase/analytics-types/-/analytics-types-0.6.0.tgz"
1221
- "version" "0.6.0"
1222
-
1223
-"@firebase/analytics@0.6.18":
1224
- "integrity" "sha512-FXNtYDxbs9ynPbzUVuG94BjFPOPpgJ7156660uvCBuKgoBCIVcNqKkJQQ7TH8384fqvGjbjdcgARY9jgAHbtog=="
1225
- "resolved" "https://registry.npmjs.org/@firebase/analytics/-/analytics-0.6.18.tgz"
1226
- "version" "0.6.18"
1227
- dependencies:
1228
- "@firebase/analytics-types" "0.6.0"
1229
- "@firebase/component" "0.5.6"
1230
- "@firebase/installations" "0.4.32"
1231
- "@firebase/logger" "0.2.6"
1232
- "@firebase/util" "1.3.0"
1233
- "tslib" "^2.1.0"
1234
-
1235
-"@firebase/app-check-interop-types@0.1.0":
1236
- "integrity" "sha512-uZfn9s4uuRsaX5Lwx+gFP3B6YsyOKUE+Rqa6z9ojT4VSRAsZFko9FRn6OxQUA1z5t5d08fY4pf+/+Dkd5wbdbA=="
1237
- "resolved" "https://registry.npmjs.org/@firebase/app-check-interop-types/-/app-check-interop-types-0.1.0.tgz"
1238
- "version" "0.1.0"
1239
-
1240
-"@firebase/app-check-types@0.3.1":
1241
- "integrity" "sha512-KJ+BqJbdNsx4QT/JIT1yDj5p6D+QN97iJs3GuHnORrqL+DU3RWc9nSYQsrY6Tv9jVWcOkMENXAgDT484vzsm2w=="
1242
- "resolved" "https://registry.npmjs.org/@firebase/app-check-types/-/app-check-types-0.3.1.tgz"
1243
- "version" "0.3.1"
1244
-
1245
-"@firebase/app-check@0.3.2":
1246
- "integrity" "sha512-YjpsnV1xVTO1B836IKijRcDeceLgHQNJ/DWa+Vky9UHkm1Mi4qosddX8LZzldaWRTWKX7BN1MbZOLY8r7M/MZQ=="
1247
- "resolved" "https://registry.npmjs.org/@firebase/app-check/-/app-check-0.3.2.tgz"
1248
- "version" "0.3.2"
1249
- dependencies:
1250
- "@firebase/app-check-interop-types" "0.1.0"
1251
- "@firebase/app-check-types" "0.3.1"
1252
- "@firebase/component" "0.5.6"
1253
- "@firebase/logger" "0.2.6"
1254
- "@firebase/util" "1.3.0"
1255
- "tslib" "^2.1.0"
1256
-
1257
-"@firebase/app-types@0.6.3", "@firebase/app-types@0.x":
1258
- "integrity" "sha512-/M13DPPati7FQHEQ9Minjk1HGLm/4K4gs9bR4rzLCWJg64yGtVC0zNg9gDpkw9yc2cvol/mNFxqTtd4geGrwdw=="
1259
- "resolved" "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.6.3.tgz"
1260
- "version" "0.6.3"
1261
-
1262
-"@firebase/app@0.6.30", "@firebase/app@0.x":
1263
- "integrity" "sha512-uAYEDXyK0mmpZ8hWQj5TNd7WVvfsU8PgsqKpGljbFBG/HhsH8KbcykWAAA+c1PqL7dt/dbt0Reh1y9zEdYzMhg=="
1264
- "resolved" "https://registry.npmjs.org/@firebase/app/-/app-0.6.30.tgz"
1265
- "version" "0.6.30"
1266
- dependencies:
1267
- "@firebase/app-types" "0.6.3"
1268
- "@firebase/component" "0.5.6"
1269
- "@firebase/logger" "0.2.6"
1270
- "@firebase/util" "1.3.0"
1271
- "dom-storage" "2.1.0"
1272
- "tslib" "^2.1.0"
1273
- "xmlhttprequest" "1.8.0"
1274
-
1275
-"@firebase/auth-interop-types@0.1.6":
1276
- "integrity" "sha512-etIi92fW3CctsmR9e3sYM3Uqnoq861M0Id9mdOPF6PWIg38BXL5k4upCNBggGUpLIS0H1grMOvy/wn1xymwe2g=="
1277
- "resolved" "https://registry.npmjs.org/@firebase/auth-interop-types/-/auth-interop-types-0.1.6.tgz"
1278
- "version" "0.1.6"
1279
-
1280
-"@firebase/auth-types@0.10.3":
1281
- "integrity" "sha512-zExrThRqyqGUbXOFrH/sowuh2rRtfKHp9SBVY2vOqKWdCX1Ztn682n9WLtlUDsiYVIbBcwautYWk2HyCGFv0OA=="
1282
- "resolved" "https://registry.npmjs.org/@firebase/auth-types/-/auth-types-0.10.3.tgz"
1283
- "version" "0.10.3"
1284
-
1285
-"@firebase/auth@0.16.8":
1286
- "integrity" "sha512-mR0UXG4LirWIfOiCWxVmvz1o23BuKGxeItQ2cCUgXLTjNtWJXdcky/356iTUsd7ZV5A78s2NHeN5tIDDG6H4rg=="
1287
- "resolved" "https://registry.npmjs.org/@firebase/auth/-/auth-0.16.8.tgz"
1288
- "version" "0.16.8"
1289
- dependencies:
1290
- "@firebase/auth-types" "0.10.3"
1291
-
1292
-"@firebase/component@0.5.6":
1293
- "integrity" "sha512-GyQJ+2lrhsDqeGgd1VdS7W+Y6gNYyI0B51ovNTxeZVG/W8I7t9MwEiCWsCvfm5wQgfsKp9dkzOcJrL5k8oVO/Q=="
1294
- "resolved" "https://registry.npmjs.org/@firebase/component/-/component-0.5.6.tgz"
1295
- "version" "0.5.6"
1296
- dependencies:
1297
- "@firebase/util" "1.3.0"
1298
- "tslib" "^2.1.0"
1299
-
1300
-"@firebase/database-types@0.8.0":
1301
- "integrity" "sha512-7IdjAFRfPWyG3b4wcXyghb3Y1CLCSJFZIg1xl5GbTVMttSQFT4B5NYdhsfA34JwAsv5pMzPpjOaS3/K9XJ2KiA=="
1302
- "resolved" "https://registry.npmjs.org/@firebase/database-types/-/database-types-0.8.0.tgz"
1303
- "version" "0.8.0"
1304
- dependencies:
1305
- "@firebase/app-types" "0.6.3"
1306
- "@firebase/util" "1.3.0"
1307
-
1308
-"@firebase/database@0.11.0":
1309
- "integrity" "sha512-b/kwvCubr6G9coPlo48PbieBDln7ViFBHOGeVt/bt82yuv5jYZBEYAac/mtOVSxpf14aMo/tAN+Edl6SWqXApw=="
1310
- "resolved" "https://registry.npmjs.org/@firebase/database/-/database-0.11.0.tgz"
1311
- "version" "0.11.0"
1312
- dependencies:
1313
- "@firebase/auth-interop-types" "0.1.6"
1314
- "@firebase/component" "0.5.6"
1315
- "@firebase/database-types" "0.8.0"
1316
- "@firebase/logger" "0.2.6"
1317
- "@firebase/util" "1.3.0"
1318
- "faye-websocket" "0.11.3"
1319
- "tslib" "^2.1.0"
1320
-
1321
-"@firebase/firestore-types@2.4.0":
1322
- "integrity" "sha512-0dgwfuNP7EN6/OlK2HSNSQiQNGLGaRBH0gvgr1ngtKKJuJFuq0Z48RBMeJX9CGjV4TP9h2KaB+KrUKJ5kh1hMg=="
1323
- "resolved" "https://registry.npmjs.org/@firebase/firestore-types/-/firestore-types-2.4.0.tgz"
1324
- "version" "2.4.0"
1325
-
1326
-"@firebase/firestore@2.4.0":
1327
- "integrity" "sha512-PQ6+lWNrvh74GvFTHT4gCutFipDmtu8D1tNNawKe+/SyL6XFgeuMYgZIpKQgkTSezVDogC7EGQTJBFnewF9pOg=="
1328
- "resolved" "https://registry.npmjs.org/@firebase/firestore/-/firestore-2.4.0.tgz"
1329
- "version" "2.4.0"
1330
- dependencies:
1331
- "@firebase/component" "0.5.6"
1332
- "@firebase/firestore-types" "2.4.0"
1333
- "@firebase/logger" "0.2.6"
1334
- "@firebase/util" "1.3.0"
1335
- "@firebase/webchannel-wrapper" "0.5.1"
1336
- "@grpc/grpc-js" "^1.3.2"
1337
- "@grpc/proto-loader" "^0.6.0"
1338
- "node-fetch" "2.6.1"
1339
- "tslib" "^2.1.0"
1340
-
1341
-"@firebase/functions-types@0.4.0":
1342
- "integrity" "sha512-3KElyO3887HNxtxNF1ytGFrNmqD+hheqjwmT3sI09FaDCuaxGbOnsXAXH2eQ049XRXw9YQpHMgYws/aUNgXVyQ=="
1343
- "resolved" "https://registry.npmjs.org/@firebase/functions-types/-/functions-types-0.4.0.tgz"
1344
- "version" "0.4.0"
1345
-
1346
-"@firebase/functions@0.6.15":
1347
- "integrity" "sha512-b7RpLwFXi0N+HgkfK8cmkarSOoBeSrc1jNdadkCacQt+vIePkKM3E9EJXF4roWSa8GwTruodpBsvH+lK9iCAKQ=="
1348
- "resolved" "https://registry.npmjs.org/@firebase/functions/-/functions-0.6.15.tgz"
1349
- "version" "0.6.15"
1350
- dependencies:
1351
- "@firebase/component" "0.5.6"
1352
- "@firebase/functions-types" "0.4.0"
1353
- "@firebase/messaging-types" "0.5.0"
1354
- "node-fetch" "2.6.1"
1355
- "tslib" "^2.1.0"
1356
-
1357
-"@firebase/installations-types@0.3.4":
1358
- "integrity" "sha512-RfePJFovmdIXb6rYwtngyxuEcWnOrzdZd9m7xAW0gRxDIjBT20n3BOhjpmgRWXo/DAxRmS7bRjWAyTHY9cqN7Q=="
1359
- "resolved" "https://registry.npmjs.org/@firebase/installations-types/-/installations-types-0.3.4.tgz"
1360
- "version" "0.3.4"
1361
-
1362
-"@firebase/installations@0.4.32":
1363
- "integrity" "sha512-K4UlED1Vrhd2rFQQJih+OgEj8OTtrtH4+Izkx7ip2bhXSc+unk8ZhnF69D0kmh7zjXAqEDJrmHs9O5fI3rV6Tw=="
1364
- "resolved" "https://registry.npmjs.org/@firebase/installations/-/installations-0.4.32.tgz"
1365
- "version" "0.4.32"
1366
- dependencies:
1367
- "@firebase/component" "0.5.6"
1368
- "@firebase/installations-types" "0.3.4"
1369
- "@firebase/util" "1.3.0"
1370
- "idb" "3.0.2"
1371
- "tslib" "^2.1.0"
1372
-
1373
-"@firebase/logger@0.2.6":
1374
- "integrity" "sha512-KIxcUvW/cRGWlzK9Vd2KB864HlUnCfdTH0taHE0sXW5Xl7+W68suaeau1oKNEqmc3l45azkd4NzXTCWZRZdXrw=="
1375
- "resolved" "https://registry.npmjs.org/@firebase/logger/-/logger-0.2.6.tgz"
1376
- "version" "0.2.6"
1377
-
1378
-"@firebase/messaging-types@0.5.0":
1379
- "integrity" "sha512-QaaBswrU6umJYb/ZYvjR5JDSslCGOH6D9P136PhabFAHLTR4TWjsaACvbBXuvwrfCXu10DtcjMxqfhdNIB1Xfg=="
1380
- "resolved" "https://registry.npmjs.org/@firebase/messaging-types/-/messaging-types-0.5.0.tgz"
1381
- "version" "0.5.0"
1382
-
1383
-"@firebase/messaging@0.8.0":
1384
- "integrity" "sha512-hkFHDyVe1kMcY9KEG+prjCbvS6MtLUgVFUbbQqq7JQfiv58E07YCzRUcMrJolbNi/1QHH6Jv16DxNWjJB9+/qA=="
1385
- "resolved" "https://registry.npmjs.org/@firebase/messaging/-/messaging-0.8.0.tgz"
1386
- "version" "0.8.0"
1387
- dependencies:
1388
- "@firebase/component" "0.5.6"
1389
- "@firebase/installations" "0.4.32"
1390
- "@firebase/messaging-types" "0.5.0"
1391
- "@firebase/util" "1.3.0"
1392
- "idb" "3.0.2"
1393
- "tslib" "^2.1.0"
1394
-
1395
-"@firebase/performance-types@0.0.13":
1396
- "integrity" "sha512-6fZfIGjQpwo9S5OzMpPyqgYAUZcFzZxHFqOyNtorDIgNXq33nlldTL/vtaUZA8iT9TT5cJlCrF/jthKU7X21EA=="
1397
- "resolved" "https://registry.npmjs.org/@firebase/performance-types/-/performance-types-0.0.13.tgz"
1398
- "version" "0.0.13"
1399
-
1400
-"@firebase/performance@0.4.18":
1401
- "integrity" "sha512-lvZW/TVDne2TyOpWbv++zjRn277HZpbjxbIPfwtnmKjVY1gJ+H77Qi1c2avVIc9hg80uGX/5tNf4pOApNDJLVg=="
1402
- "resolved" "https://registry.npmjs.org/@firebase/performance/-/performance-0.4.18.tgz"
1403
- "version" "0.4.18"
1404
- dependencies:
1405
- "@firebase/component" "0.5.6"
1406
- "@firebase/installations" "0.4.32"
1407
- "@firebase/logger" "0.2.6"
1408
- "@firebase/performance-types" "0.0.13"
1409
- "@firebase/util" "1.3.0"
1410
- "tslib" "^2.1.0"
1411
-
1412
-"@firebase/polyfill@0.3.36":
1413
- "integrity" "sha512-zMM9oSJgY6cT2jx3Ce9LYqb0eIpDE52meIzd/oe/y70F+v9u1LDqk5kUF5mf16zovGBWMNFmgzlsh6Wj0OsFtg=="
1414
- "resolved" "https://registry.npmjs.org/@firebase/polyfill/-/polyfill-0.3.36.tgz"
1415
- "version" "0.3.36"
1416
- dependencies:
1417
- "core-js" "3.6.5"
1418
- "promise-polyfill" "8.1.3"
1419
- "whatwg-fetch" "2.0.4"
1420
-
1421
-"@firebase/remote-config-types@0.1.9":
1422
- "integrity" "sha512-G96qnF3RYGbZsTRut7NBX0sxyczxt1uyCgXQuH/eAfUCngxjEGcZQnBdy6mvSdqdJh5mC31rWPO4v9/s7HwtzA=="
1423
- "resolved" "https://registry.npmjs.org/@firebase/remote-config-types/-/remote-config-types-0.1.9.tgz"
1424
- "version" "0.1.9"
1425
-
1426
-"@firebase/remote-config@0.1.43":
1427
- "integrity" "sha512-laNM4MN0CfeSp7XCVNjYOC4DdV6mj0l2rzUh42x4v2wLTweCoJ/kc1i4oWMX9TI7Jw8Am5Wl71Awn1J2pVe5xA=="
1428
- "resolved" "https://registry.npmjs.org/@firebase/remote-config/-/remote-config-0.1.43.tgz"
1429
- "version" "0.1.43"
1430
- dependencies:
1431
- "@firebase/component" "0.5.6"
1432
- "@firebase/installations" "0.4.32"
1433
- "@firebase/logger" "0.2.6"
1434
- "@firebase/remote-config-types" "0.1.9"
1435
- "@firebase/util" "1.3.0"
1436
- "tslib" "^2.1.0"
1437
-
1438
-"@firebase/storage-types@0.5.0":
1439
- "integrity" "sha512-6Wv3Lu7s18hsgW7HG4BFwycTquZ3m/C8bjBoOsmPu0TD6M1GKwCzOC7qBdN7L6tRYPh8ipTj5+rPFrmhGfUVKA=="
1440
- "resolved" "https://registry.npmjs.org/@firebase/storage-types/-/storage-types-0.5.0.tgz"
1441
- "version" "0.5.0"
1442
-
1443
-"@firebase/storage@0.7.0":
1444
- "integrity" "sha512-ebDFKJbM5HOxVtZV+RhVEBVtlWHK+Z5L3kA5uDBA2jMYcn+8NV/crozJnEE+iRsGEco6dLK5JS+Er4qtKLpH5A=="
1445
- "resolved" "https://registry.npmjs.org/@firebase/storage/-/storage-0.7.0.tgz"
1446
- "version" "0.7.0"
1447
- dependencies:
1448
- "@firebase/component" "0.5.6"
1449
- "@firebase/storage-types" "0.5.0"
1450
- "@firebase/util" "1.3.0"
1451
- "node-fetch" "2.6.1"
1452
- "tslib" "^2.1.0"
1453
-
1454
-"@firebase/util@1.3.0", "@firebase/util@1.x":
1455
- "integrity" "sha512-SESvmYwuKOVCZ1ZxLbberbx+9cnbxpCa4CG2FUSQYqN6Ab8KyltegMDIsqMw5KyIBZ4n1phfHoOa22xo5NzAlQ=="
1456
- "resolved" "https://registry.npmjs.org/@firebase/util/-/util-1.3.0.tgz"
1457
- "version" "1.3.0"
1458
- dependencies:
1459
- "tslib" "^2.1.0"
1460
-
1461
-"@firebase/webchannel-wrapper@0.5.1":
1462
- "integrity" "sha512-dZMzN0uAjwJXWYYAcnxIwXqRTZw3o14hGe7O6uhwjD1ZQWPVYA5lASgnNskEBra0knVBsOXB4KXg+HnlKewN/A=="
1463
- "resolved" "https://registry.npmjs.org/@firebase/webchannel-wrapper/-/webchannel-wrapper-0.5.1.tgz"
1464
- "version" "0.5.1"
1465
-
1466
-"@grpc/grpc-js@^1.3.2":
1467
- "integrity" "sha512-JlBkWqm2qVtZTg6OQU9g0o9C3jR6Us0TekZlTVCESxq5wUbFUjrW5GijXPDpwLqdmabCRJ0xm9Ayyj+b9T9pow=="
1468
- "resolved" "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.5.2.tgz"
1469
- "version" "1.5.2"
1470
- dependencies:
1471
- "@grpc/proto-loader" "^0.6.4"
1472
- "@types/node" ">=12.12.47"
1473
-
1474
-"@grpc/proto-loader@^0.6.0", "@grpc/proto-loader@^0.6.4":
1475
- "integrity" "sha512-UlcCS8VbsU9d3XTXGiEVFonN7hXk+oMXZtoHHG2oSA1/GcDP1q6OUgs20PzHDGizzyi8ufGSUDlk3O2NyY7leg=="
1476
- "resolved" "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.6.9.tgz"
1477
- "version" "0.6.9"
1478
- dependencies:
1479
- "@types/long" "^4.0.1"
1480
- "lodash.camelcase" "^4.3.0"
1481
- "long" "^4.0.0"
1482
- "protobufjs" "^6.10.0"
1483
- "yargs" "^16.2.0"
1484
-
1485
-"@humanwhocodes/config-array@^0.11.10":
1486
- "integrity" "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ=="
1487
- "resolved" "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz"
1488
- "version" "0.11.10"
1489
- dependencies:
1490
- "@humanwhocodes/object-schema" "^1.2.1"
1491
- "debug" "^4.1.1"
1492
- "minimatch" "^3.0.5"
1493
-
1494
-"@humanwhocodes/module-importer@^1.0.1":
1495
- "integrity" "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA=="
1496
- "resolved" "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz"
1497
- "version" "1.0.1"
1498
-
1499
-"@humanwhocodes/object-schema@^1.2.1":
1500
- "integrity" "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
1501
- "resolved" "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz"
1502
- "version" "1.2.1"
1503
-
1504
-"@istanbuljs/load-nyc-config@^1.0.0":
1505
- "integrity" "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ=="
1506
- "resolved" "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz"
1507
- "version" "1.1.0"
1508
- dependencies:
1509
- "camelcase" "^5.3.1"
1510
- "find-up" "^4.1.0"
1511
- "get-package-type" "^0.1.0"
1512
- "js-yaml" "^3.13.1"
1513
- "resolve-from" "^5.0.0"
1514
-
1515
-"@istanbuljs/schema@^0.1.2":
1516
- "integrity" "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA=="
1517
- "resolved" "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
1518
- "version" "0.1.3"
1519
-
1520
-"@jest/console@^27.5.1":
1521
- "integrity" "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg=="
1522
- "resolved" "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz"
1523
- "version" "27.5.1"
1524
- dependencies:
1525
- "@jest/types" "^27.5.1"
1526
- "@types/node" "*"
1527
- "chalk" "^4.0.0"
1528
- "jest-message-util" "^27.5.1"
1529
- "jest-util" "^27.5.1"
1530
- "slash" "^3.0.0"
1531
-
1532
-"@jest/console@^28.1.3":
1533
- "integrity" "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw=="
1534
- "resolved" "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz"
1535
- "version" "28.1.3"
1536
- dependencies:
1537
- "@jest/types" "^28.1.3"
1538
- "@types/node" "*"
1539
- "chalk" "^4.0.0"
1540
- "jest-message-util" "^28.1.3"
1541
- "jest-util" "^28.1.3"
1542
- "slash" "^3.0.0"
1543
-
1544
-"@jest/core@^27.5.1":
1545
- "integrity" "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ=="
1546
- "resolved" "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz"
1547
- "version" "27.5.1"
1548
- dependencies:
1549
- "@jest/console" "^27.5.1"
1550
- "@jest/reporters" "^27.5.1"
1551
- "@jest/test-result" "^27.5.1"
1552
- "@jest/transform" "^27.5.1"
1553
- "@jest/types" "^27.5.1"
1554
- "@types/node" "*"
1555
- "ansi-escapes" "^4.2.1"
1556
- "chalk" "^4.0.0"
1557
- "emittery" "^0.8.1"
1558
- "exit" "^0.1.2"
1559
- "graceful-fs" "^4.2.9"
1560
- "jest-changed-files" "^27.5.1"
1561
- "jest-config" "^27.5.1"
1562
- "jest-haste-map" "^27.5.1"
1563
- "jest-message-util" "^27.5.1"
1564
- "jest-regex-util" "^27.5.1"
1565
- "jest-resolve" "^27.5.1"
1566
- "jest-resolve-dependencies" "^27.5.1"
1567
- "jest-runner" "^27.5.1"
1568
- "jest-runtime" "^27.5.1"
1569
- "jest-snapshot" "^27.5.1"
1570
- "jest-util" "^27.5.1"
1571
- "jest-validate" "^27.5.1"
1572
- "jest-watcher" "^27.5.1"
1573
- "micromatch" "^4.0.4"
1574
- "rimraf" "^3.0.0"
1575
- "slash" "^3.0.0"
1576
- "strip-ansi" "^6.0.0"
1577
-
1578
-"@jest/environment@^27.5.1":
1579
- "integrity" "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA=="
1580
- "resolved" "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz"
1581
- "version" "27.5.1"
1582
- dependencies:
1583
- "@jest/fake-timers" "^27.5.1"
1584
- "@jest/types" "^27.5.1"
1585
- "@types/node" "*"
1586
- "jest-mock" "^27.5.1"
1587
-
1588
-"@jest/fake-timers@^27.5.1":
1589
- "integrity" "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ=="
1590
- "resolved" "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz"
1591
- "version" "27.5.1"
1592
- dependencies:
1593
- "@jest/types" "^27.5.1"
1594
- "@sinonjs/fake-timers" "^8.0.1"
1595
- "@types/node" "*"
1596
- "jest-message-util" "^27.5.1"
1597
- "jest-mock" "^27.5.1"
1598
- "jest-util" "^27.5.1"
1599
-
1600
-"@jest/globals@^27.5.1":
1601
- "integrity" "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q=="
1602
- "resolved" "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz"
1603
- "version" "27.5.1"
1604
- dependencies:
1605
- "@jest/environment" "^27.5.1"
1606
- "@jest/types" "^27.5.1"
1607
- "expect" "^27.5.1"
1608
-
1609
-"@jest/reporters@^27.5.1":
1610
- "integrity" "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw=="
1611
- "resolved" "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz"
1612
- "version" "27.5.1"
1613
- dependencies:
1614
- "@bcoe/v8-coverage" "^0.2.3"
1615
- "@jest/console" "^27.5.1"
1616
- "@jest/test-result" "^27.5.1"
1617
- "@jest/transform" "^27.5.1"
1618
- "@jest/types" "^27.5.1"
1619
- "@types/node" "*"
1620
- "chalk" "^4.0.0"
1621
- "collect-v8-coverage" "^1.0.0"
1622
- "exit" "^0.1.2"
1623
- "glob" "^7.1.2"
1624
- "graceful-fs" "^4.2.9"
1625
- "istanbul-lib-coverage" "^3.0.0"
1626
- "istanbul-lib-instrument" "^5.1.0"
1627
- "istanbul-lib-report" "^3.0.0"
1628
- "istanbul-lib-source-maps" "^4.0.0"
1629
- "istanbul-reports" "^3.1.3"
1630
- "jest-haste-map" "^27.5.1"
1631
- "jest-resolve" "^27.5.1"
1632
- "jest-util" "^27.5.1"
1633
- "jest-worker" "^27.5.1"
1634
- "slash" "^3.0.0"
1635
- "source-map" "^0.6.0"
1636
- "string-length" "^4.0.1"
1637
- "terminal-link" "^2.0.0"
1638
- "v8-to-istanbul" "^8.1.0"
1639
-
1640
-"@jest/schemas@^28.1.3":
1641
- "integrity" "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg=="
1642
- "resolved" "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz"
1643
- "version" "28.1.3"
1644
- dependencies:
1645
- "@sinclair/typebox" "^0.24.1"
1646
-
1647
-"@jest/source-map@^27.5.1":
1648
- "integrity" "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg=="
1649
- "resolved" "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz"
1650
- "version" "27.5.1"
1651
- dependencies:
1652
- "callsites" "^3.0.0"
1653
- "graceful-fs" "^4.2.9"
1654
- "source-map" "^0.6.0"
1655
-
1656
-"@jest/test-result@^27.5.1":
1657
- "integrity" "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag=="
1658
- "resolved" "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz"
1659
- "version" "27.5.1"
1660
- dependencies:
1661
- "@jest/console" "^27.5.1"
1662
- "@jest/types" "^27.5.1"
1663
- "@types/istanbul-lib-coverage" "^2.0.0"
1664
- "collect-v8-coverage" "^1.0.0"
1665
-
1666
-"@jest/test-result@^28.1.3":
1667
- "integrity" "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg=="
1668
- "resolved" "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz"
1669
- "version" "28.1.3"
1670
- dependencies:
1671
- "@jest/console" "^28.1.3"
1672
- "@jest/types" "^28.1.3"
1673
- "@types/istanbul-lib-coverage" "^2.0.0"
1674
- "collect-v8-coverage" "^1.0.0"
1675
-
1676
-"@jest/test-sequencer@^27.5.1":
1677
- "integrity" "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ=="
1678
- "resolved" "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz"
1679
- "version" "27.5.1"
1680
- dependencies:
1681
- "@jest/test-result" "^27.5.1"
1682
- "graceful-fs" "^4.2.9"
1683
- "jest-haste-map" "^27.5.1"
1684
- "jest-runtime" "^27.5.1"
1685
-
1686
-"@jest/transform@^27.5.1":
1687
- "integrity" "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw=="
1688
- "resolved" "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz"
1689
- "version" "27.5.1"
1690
- dependencies:
1691
- "@babel/core" "^7.1.0"
1692
- "@jest/types" "^27.5.1"
1693
- "babel-plugin-istanbul" "^6.1.1"
1694
- "chalk" "^4.0.0"
1695
- "convert-source-map" "^1.4.0"
1696
- "fast-json-stable-stringify" "^2.0.0"
1697
- "graceful-fs" "^4.2.9"
1698
- "jest-haste-map" "^27.5.1"
1699
- "jest-regex-util" "^27.5.1"
1700
- "jest-util" "^27.5.1"
1701
- "micromatch" "^4.0.4"
1702
- "pirates" "^4.0.4"
1703
- "slash" "^3.0.0"
1704
- "source-map" "^0.6.1"
1705
- "write-file-atomic" "^3.0.0"
1706
-
1707
-"@jest/types@^24.9.0":
1708
- "integrity" "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw=="
1709
- "resolved" "https://registry.npmjs.org/@jest/types/-/types-24.9.0.tgz"
1710
- "version" "24.9.0"
1711
- dependencies:
1712
- "@types/istanbul-lib-coverage" "^2.0.0"
1713
- "@types/istanbul-reports" "^1.1.1"
1714
- "@types/yargs" "^13.0.0"
1715
-
1716
-"@jest/types@^27.5.1":
1717
- "integrity" "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw=="
1718
- "resolved" "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz"
1719
- "version" "27.5.1"
1720
- dependencies:
1721
- "@types/istanbul-lib-coverage" "^2.0.0"
1722
- "@types/istanbul-reports" "^3.0.0"
1723
- "@types/node" "*"
1724
- "@types/yargs" "^16.0.0"
1725
- "chalk" "^4.0.0"
1726
-
1727
-"@jest/types@^28.1.3":
1728
- "integrity" "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ=="
1729
- "resolved" "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz"
1730
- "version" "28.1.3"
1731
- dependencies:
1732
- "@jest/schemas" "^28.1.3"
1733
- "@types/istanbul-lib-coverage" "^2.0.0"
1734
- "@types/istanbul-reports" "^3.0.0"
1735
- "@types/node" "*"
1736
- "@types/yargs" "^17.0.8"
1737
- "chalk" "^4.0.0"
1738
-
1739
-"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2":
1740
- "integrity" "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ=="
1741
- "resolved" "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz"
1742
- "version" "0.3.3"
1743
- dependencies:
1744
- "@jridgewell/set-array" "^1.0.1"
1745
- "@jridgewell/sourcemap-codec" "^1.4.10"
1746
- "@jridgewell/trace-mapping" "^0.3.9"
1747
-
1748
-"@jridgewell/resolve-uri@3.1.0":
1749
- "integrity" "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w=="
1750
- "resolved" "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz"
1751
- "version" "3.1.0"
1752
-
1753
-"@jridgewell/set-array@^1.0.1":
1754
- "integrity" "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw=="
1755
- "resolved" "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz"
1756
- "version" "1.1.2"
1757
-
1758
-"@jridgewell/source-map@^0.3.3":
1759
- "integrity" "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ=="
1760
- "resolved" "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz"
1761
- "version" "0.3.5"
1762
- dependencies:
1763
- "@jridgewell/gen-mapping" "^0.3.0"
1764
- "@jridgewell/trace-mapping" "^0.3.9"
1765
-
1766
-"@jridgewell/sourcemap-codec@^1.4.10":
1767
- "integrity" "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
1768
- "resolved" "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz"
1769
- "version" "1.4.15"
1770
-
1771
-"@jridgewell/sourcemap-codec@1.4.14":
1772
- "integrity" "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw=="
1773
- "resolved" "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz"
1774
- "version" "1.4.14"
1775
-
1776
-"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
1777
- "integrity" "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA=="
1778
- "resolved" "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz"
1779
- "version" "0.3.18"
1780
- dependencies:
1781
- "@jridgewell/resolve-uri" "3.1.0"
1782
- "@jridgewell/sourcemap-codec" "1.4.14"
1783
-
1784
-"@leichtgewicht/ip-codec@^2.0.1":
1785
- "integrity" "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
1786
- "resolved" "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz"
1787
- "version" "2.0.4"
1788
-
1789
-"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1":
1790
- "integrity" "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg=="
1791
- "resolved" "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz"
1792
- "version" "5.1.1-v1"
1793
- dependencies:
1794
- "eslint-scope" "5.1.1"
1795
-
1796
-"@nodelib/fs.scandir@2.1.5":
1797
- "integrity" "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g=="
1798
- "resolved" "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
1799
- "version" "2.1.5"
1800
- dependencies:
1801
- "@nodelib/fs.stat" "2.0.5"
1802
- "run-parallel" "^1.1.9"
1803
-
1804
-"@nodelib/fs.stat@^2.0.2", "@nodelib/fs.stat@2.0.5":
1805
- "integrity" "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A=="
1806
- "resolved" "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
1807
- "version" "2.0.5"
1808
-
1809
-"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
1810
- "integrity" "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="
1811
- "resolved" "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz"
1812
- "version" "1.2.8"
1813
- dependencies:
1814
- "@nodelib/fs.scandir" "2.1.5"
1815
- "fastq" "^1.6.0"
1816
-
1817
-"@pmmmwh/react-refresh-webpack-plugin@^0.5.3":
1818
- "integrity" "sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA=="
1819
- "resolved" "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.10.tgz"
1820
- "version" "0.5.10"
1821
- dependencies:
1822
- "ansi-html-community" "^0.0.8"
1823
- "common-path-prefix" "^3.0.0"
1824
- "core-js-pure" "^3.23.3"
1825
- "error-stack-parser" "^2.0.6"
1826
- "find-up" "^5.0.0"
1827
- "html-entities" "^2.1.0"
1828
- "loader-utils" "^2.0.4"
1829
- "schema-utils" "^3.0.0"
1830
- "source-map" "^0.7.3"
1831
-
1832
-"@popperjs/core@^2.10.1", "@popperjs/core@^2.10.2":
1833
- "integrity" "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A=="
1834
- "resolved" "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz"
1835
- "version" "2.11.8"
1836
-
1837
-"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2":
1838
- "integrity" "sha1-m4sMxmPWaafY9vXQiToU00jzD78= sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ=="
1839
- "resolved" "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz"
1840
- "version" "1.1.2"
1841
-
1842
-"@protobufjs/base64@^1.1.2":
1843
- "integrity" "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg=="
1844
- "resolved" "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz"
1845
- "version" "1.1.2"
1846
-
1847
-"@protobufjs/codegen@^2.0.4":
1848
- "integrity" "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg=="
1849
- "resolved" "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz"
1850
- "version" "2.0.4"
1851
-
1852
-"@protobufjs/eventemitter@^1.1.0":
1853
- "integrity" "sha1-NVy8mLr61ZePntCV85diHx0Ga3A= sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q=="
1854
- "resolved" "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz"
1855
- "version" "1.1.0"
1856
-
1857
-"@protobufjs/fetch@^1.1.0":
1858
- "integrity" "sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU= sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ=="
1859
- "resolved" "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz"
1860
- "version" "1.1.0"
1861
- dependencies:
1862
- "@protobufjs/aspromise" "^1.1.1"
1863
- "@protobufjs/inquire" "^1.1.0"
1864
-
1865
-"@protobufjs/float@^1.0.2":
1866
- "integrity" "sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E= sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ=="
1867
- "resolved" "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz"
1868
- "version" "1.0.2"
1869
-
1870
-"@protobufjs/inquire@^1.1.0":
1871
- "integrity" "sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik= sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q=="
1872
- "resolved" "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz"
1873
- "version" "1.1.0"
1874
-
1875
-"@protobufjs/path@^1.1.2":
1876
- "integrity" "sha1-bMKyDFya1q0NzP0hynZz2Nf79o0= sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA=="
1877
- "resolved" "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz"
1878
- "version" "1.1.2"
1879
-
1880
-"@protobufjs/pool@^1.1.0":
1881
- "integrity" "sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q= sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw=="
1882
- "resolved" "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz"
1883
- "version" "1.1.0"
1884
-
1885
-"@protobufjs/utf8@^1.1.0":
1886
- "integrity" "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA= sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw=="
1887
- "resolved" "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz"
1888
- "version" "1.1.0"
1889
-
1890
-"@react-aria/ssr@^3.0.1":
1891
- "integrity" "sha512-RxqQKmE8sO7TGdrcSlHTcVzMP450hqowtBSd2bBS9oPlcokVkaGq28c3Rwa8ty5ctw4EBCjXqjP7xdcKMGDzug=="
1892
- "resolved" "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.1.0.tgz"
1893
- "version" "3.1.0"
1894
- dependencies:
1895
- "@babel/runtime" "^7.6.2"
1896
-
1897
-"@restart/hooks@^0.4.0", "@restart/hooks@^0.4.5":
1898
- "integrity" "sha512-tLGtY0aHeIfT7aPwUkvQuhIy3+q3w4iqmUzFLPlOAf/vNUacLaBt1j/S//jv/dQhenRh8jvswyMojCwmLvJw8A=="
1899
- "resolved" "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.5.tgz"
1900
- "version" "0.4.5"
1901
- dependencies:
1902
- "dequal" "^2.0.2"
1903
-
1904
-"@restart/ui@^0.2.5":
1905
- "integrity" "sha512-lcutEWPvsxz0uEyRxuysCbHBfXDFnMKNMNTsnuPmLFjZXgW9fVmhksS6rpFklXHMwxOM9g6hRTBq0gS3QRKgzQ=="
1906
- "resolved" "https://registry.npmjs.org/@restart/ui/-/ui-0.2.6.tgz"
1907
- "version" "0.2.6"
1908
- dependencies:
1909
- "@babel/runtime" "^7.13.16"
1910
- "@popperjs/core" "^2.10.1"
1911
- "@react-aria/ssr" "^3.0.1"
1912
- "@restart/hooks" "^0.4.0"
1913
- "@types/warning" "^3.0.0"
1914
- "dequal" "^2.0.2"
1915
- "dom-helpers" "^5.2.0"
1916
- "prop-types" "^15.7.2"
1917
- "uncontrollable" "^7.2.1"
1918
- "warning" "^4.0.3"
1919
-
1920
-"@rollup/plugin-babel@^5.2.0":
1921
- "integrity" "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q=="
1922
- "resolved" "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz"
1923
- "version" "5.3.1"
1924
- dependencies:
1925
- "@babel/helper-module-imports" "^7.10.4"
1926
- "@rollup/pluginutils" "^3.1.0"
1927
-
1928
-"@rollup/plugin-node-resolve@^11.2.1":
1929
- "integrity" "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg=="
1930
- "resolved" "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz"
1931
- "version" "11.2.1"
1932
- dependencies:
1933
- "@rollup/pluginutils" "^3.1.0"
1934
- "@types/resolve" "1.17.1"
1935
- "builtin-modules" "^3.1.0"
1936
- "deepmerge" "^4.2.2"
1937
- "is-module" "^1.0.0"
1938
- "resolve" "^1.19.0"
1939
-
1940
-"@rollup/plugin-replace@^2.4.1":
1941
- "integrity" "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg=="
1942
- "resolved" "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz"
1943
- "version" "2.4.2"
1944
- dependencies:
1945
- "@rollup/pluginutils" "^3.1.0"
1946
- "magic-string" "^0.25.7"
1947
-
1948
-"@rollup/pluginutils@^3.1.0":
1949
- "integrity" "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg=="
1950
- "resolved" "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz"
1951
- "version" "3.1.0"
1952
- dependencies:
1953
- "@types/estree" "0.0.39"
1954
- "estree-walker" "^1.0.1"
1955
- "picomatch" "^2.2.2"
1956
-
1957
-"@rushstack/eslint-patch@^1.1.0":
1958
- "integrity" "sha512-V+MvGwaHH03hYhY+k6Ef/xKd6RYlc4q8WBx+2ANmipHJcKuktNcI/NgEsJgdSUF6Lw32njT6OnrRsKYCdgHjYw=="
1959
- "resolved" "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.3.2.tgz"
1960
- "version" "1.3.2"
1961
-
1962
-"@sinclair/typebox@^0.24.1":
1963
- "integrity" "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA=="
1964
- "resolved" "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz"
1965
- "version" "0.24.51"
1966
-
1967
-"@sinonjs/commons@^1.7.0":
1968
- "integrity" "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ=="
1969
- "resolved" "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz"
1970
- "version" "1.8.6"
1971
- dependencies:
1972
- "type-detect" "4.0.8"
1973
-
1974
-"@sinonjs/fake-timers@^8.0.1":
1975
- "integrity" "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg=="
1976
- "resolved" "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz"
1977
- "version" "8.1.0"
1978
- dependencies:
1979
- "@sinonjs/commons" "^1.7.0"
1980
-
1981
-"@surma/rollup-plugin-off-main-thread@^2.2.3":
1982
- "integrity" "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ=="
1983
- "resolved" "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz"
1984
- "version" "2.2.3"
1985
- dependencies:
1986
- "ejs" "^3.1.6"
1987
- "json5" "^2.2.0"
1988
- "magic-string" "^0.25.0"
1989
- "string.prototype.matchall" "^4.0.6"
1990
-
1991
-"@svgr/babel-plugin-add-jsx-attribute@^5.4.0":
1992
- "integrity" "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg=="
1993
- "resolved" "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz"
1994
- "version" "5.4.0"
1995
-
1996
-"@svgr/babel-plugin-remove-jsx-attribute@^5.4.0":
1997
- "integrity" "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg=="
1998
- "resolved" "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz"
1999
- "version" "5.4.0"
2000
-
2001
-"@svgr/babel-plugin-remove-jsx-empty-expression@^5.0.1":
2002
- "integrity" "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA=="
2003
- "resolved" "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz"
2004
- "version" "5.0.1"
2005
-
2006
-"@svgr/babel-plugin-replace-jsx-attribute-value@^5.0.1":
2007
- "integrity" "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ=="
2008
- "resolved" "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz"
2009
- "version" "5.0.1"
2010
-
2011
-"@svgr/babel-plugin-svg-dynamic-title@^5.4.0":
2012
- "integrity" "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg=="
2013
- "resolved" "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz"
2014
- "version" "5.4.0"
2015
-
2016
-"@svgr/babel-plugin-svg-em-dimensions@^5.4.0":
2017
- "integrity" "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw=="
2018
- "resolved" "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz"
2019
- "version" "5.4.0"
2020
-
2021
-"@svgr/babel-plugin-transform-react-native-svg@^5.4.0":
2022
- "integrity" "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q=="
2023
- "resolved" "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz"
2024
- "version" "5.4.0"
2025
-
2026
-"@svgr/babel-plugin-transform-svg-component@^5.5.0":
2027
- "integrity" "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ=="
2028
- "resolved" "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz"
2029
- "version" "5.5.0"
2030
-
2031
-"@svgr/babel-preset@^5.5.0":
2032
- "integrity" "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig=="
2033
- "resolved" "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz"
2034
- "version" "5.5.0"
2035
- dependencies:
2036
- "@svgr/babel-plugin-add-jsx-attribute" "^5.4.0"
2037
- "@svgr/babel-plugin-remove-jsx-attribute" "^5.4.0"
2038
- "@svgr/babel-plugin-remove-jsx-empty-expression" "^5.0.1"
2039
- "@svgr/babel-plugin-replace-jsx-attribute-value" "^5.0.1"
2040
- "@svgr/babel-plugin-svg-dynamic-title" "^5.4.0"
2041
- "@svgr/babel-plugin-svg-em-dimensions" "^5.4.0"
2042
- "@svgr/babel-plugin-transform-react-native-svg" "^5.4.0"
2043
- "@svgr/babel-plugin-transform-svg-component" "^5.5.0"
2044
-
2045
-"@svgr/core@^5.5.0":
2046
- "integrity" "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ=="
2047
- "resolved" "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz"
2048
- "version" "5.5.0"
2049
- dependencies:
2050
- "@svgr/plugin-jsx" "^5.5.0"
2051
- "camelcase" "^6.2.0"
2052
- "cosmiconfig" "^7.0.0"
2053
-
2054
-"@svgr/hast-util-to-babel-ast@^5.5.0":
2055
- "integrity" "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ=="
2056
- "resolved" "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz"
2057
- "version" "5.5.0"
2058
- dependencies:
2059
- "@babel/types" "^7.12.6"
2060
-
2061
-"@svgr/plugin-jsx@^5.5.0":
2062
- "integrity" "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA=="
2063
- "resolved" "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz"
2064
- "version" "5.5.0"
2065
- dependencies:
2066
- "@babel/core" "^7.12.3"
2067
- "@svgr/babel-preset" "^5.5.0"
2068
- "@svgr/hast-util-to-babel-ast" "^5.5.0"
2069
- "svg-parser" "^2.0.2"
2070
-
2071
-"@svgr/plugin-svgo@^5.5.0":
2072
- "integrity" "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ=="
2073
- "resolved" "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz"
2074
- "version" "5.5.0"
2075
- dependencies:
2076
- "cosmiconfig" "^7.0.0"
2077
- "deepmerge" "^4.2.2"
2078
- "svgo" "^1.2.2"
2079
-
2080
-"@svgr/webpack@^5.5.0":
2081
- "integrity" "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g=="
2082
- "resolved" "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz"
2083
- "version" "5.5.0"
2084
- dependencies:
2085
- "@babel/core" "^7.12.3"
2086
- "@babel/plugin-transform-react-constant-elements" "^7.12.1"
2087
- "@babel/preset-env" "^7.12.1"
2088
- "@babel/preset-react" "^7.12.5"
2089
- "@svgr/core" "^5.5.0"
2090
- "@svgr/plugin-jsx" "^5.5.0"
2091
- "@svgr/plugin-svgo" "^5.5.0"
2092
- "loader-utils" "^2.0.0"
2093
-
2094
-"@tootallnate/once@1":
2095
- "integrity" "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw=="
2096
- "resolved" "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz"
2097
- "version" "1.1.2"
2098
-
2099
-"@trysound/sax@0.2.0":
2100
- "integrity" "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA=="
2101
- "resolved" "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz"
2102
- "version" "0.2.0"
2103
-
2104
-"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.1.9":
2105
- "integrity" "sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw=="
2106
- "resolved" "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.1.tgz"
2107
- "version" "7.20.1"
2108
- dependencies:
2109
- "@babel/parser" "^7.20.7"
2110
- "@babel/types" "^7.20.7"
2111
- "@types/babel__generator" "*"
2112
- "@types/babel__template" "*"
2113
- "@types/babel__traverse" "*"
2114
-
2115
-"@types/babel__generator@*":
2116
- "integrity" "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg=="
2117
- "resolved" "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz"
2118
- "version" "7.6.4"
2119
- dependencies:
2120
- "@babel/types" "^7.0.0"
2121
-
2122
-"@types/babel__template@*":
2123
- "integrity" "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g=="
2124
- "resolved" "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz"
2125
- "version" "7.4.1"
2126
- dependencies:
2127
- "@babel/parser" "^7.1.0"
2128
- "@babel/types" "^7.0.0"
2129
-
2130
-"@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6":
2131
- "integrity" "sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg=="
2132
- "resolved" "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.1.tgz"
2133
- "version" "7.20.1"
2134
- dependencies:
2135
- "@babel/types" "^7.20.7"
2136
-
2137
-"@types/body-parser@*":
2138
- "integrity" "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g=="
2139
- "resolved" "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz"
2140
- "version" "1.19.2"
2141
- dependencies:
2142
- "@types/connect" "*"
2143
- "@types/node" "*"
2144
-
2145
-"@types/bonjour@^3.5.9":
2146
- "integrity" "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw=="
2147
- "resolved" "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz"
2148
- "version" "3.5.10"
2149
- dependencies:
2150
- "@types/node" "*"
2151
-
2152
-"@types/connect-history-api-fallback@^1.3.5":
2153
- "integrity" "sha512-4x5FkPpLipqwthjPsF7ZRbOv3uoLUFkTA9G9v583qi4pACvq0uTELrB8OLUzPWUI4IJIyvM85vzkV1nyiI2Lig=="
2154
- "resolved" "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.0.tgz"
2155
- "version" "1.5.0"
2156
- dependencies:
2157
- "@types/express-serve-static-core" "*"
2158
- "@types/node" "*"
2159
-
2160
-"@types/connect@*":
2161
- "integrity" "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ=="
2162
- "resolved" "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz"
2163
- "version" "3.4.35"
2164
- dependencies:
2165
- "@types/node" "*"
2166
-
2167
-"@types/eslint-scope@^3.7.3":
2168
- "integrity" "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA=="
2169
- "resolved" "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz"
2170
- "version" "3.7.4"
2171
- dependencies:
2172
- "@types/eslint" "*"
2173
- "@types/estree" "*"
2174
-
2175
-"@types/eslint@*", "@types/eslint@^7.29.0 || ^8.4.1":
2176
- "integrity" "sha512-XpNDc4Z5Tb4x+SW1MriMVeIsMoONHCkWFMkR/aPJbzEsxqHy+4Glu/BqTdPrApfDeMaXbtNh6bseNgl5KaWrSg=="
2177
- "resolved" "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.1.tgz"
2178
- "version" "8.44.1"
2179
- dependencies:
2180
- "@types/estree" "*"
2181
- "@types/json-schema" "*"
2182
-
2183
-"@types/estree@*", "@types/estree@^1.0.0":
2184
- "integrity" "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
2185
- "resolved" "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz"
2186
- "version" "1.0.1"
2187
-
2188
-"@types/estree@0.0.39":
2189
- "integrity" "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
2190
- "resolved" "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz"
2191
- "version" "0.0.39"
2192
-
2193
-"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.33":
2194
- "integrity" "sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg=="
2195
- "resolved" "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.35.tgz"
2196
- "version" "4.17.35"
2197
- dependencies:
2198
- "@types/node" "*"
2199
- "@types/qs" "*"
2200
- "@types/range-parser" "*"
2201
- "@types/send" "*"
2202
-
2203
-"@types/express@*", "@types/express@^4.17.13", "@types/express@^4.17.17":
2204
- "integrity" "sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q=="
2205
- "resolved" "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz"
2206
- "version" "4.17.17"
2207
- dependencies:
2208
- "@types/body-parser" "*"
2209
- "@types/express-serve-static-core" "^4.17.33"
2210
- "@types/qs" "*"
2211
- "@types/serve-static" "*"
2212
-
2213
-"@types/graceful-fs@^4.1.2":
2214
- "integrity" "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw=="
2215
- "resolved" "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz"
2216
- "version" "4.1.6"
2217
- dependencies:
2218
- "@types/node" "*"
2219
-
2220
-"@types/history@^4.7.11":
2221
- "integrity" "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA=="
2222
- "resolved" "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz"
2223
- "version" "4.7.11"
2224
-
2225
-"@types/html-minifier-terser@^6.0.0":
2226
- "integrity" "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg=="
2227
- "resolved" "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz"
2228
- "version" "6.1.0"
2229
-
2230
-"@types/http-errors@*":
2231
- "integrity" "sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ=="
2232
- "resolved" "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.1.tgz"
2233
- "version" "2.0.1"
2234
-
2235
-"@types/http-proxy@^1.17.8":
2236
- "integrity" "sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA=="
2237
- "resolved" "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.11.tgz"
2238
- "version" "1.17.11"
2239
- dependencies:
2240
- "@types/node" "*"
2241
-
2242
-"@types/invariant@^2.2.33":
2243
- "integrity" "sha512-DxX1V9P8zdJPYQat1gHyY0xj3efl8gnMVjiM9iCY6y27lj+PoQWkgjt8jDqmovPqULkKVpKRg8J36iQiA+EtEg=="
2244
- "resolved" "https://registry.npmjs.org/@types/invariant/-/invariant-2.2.35.tgz"
2245
- "version" "2.2.35"
2246
-
2247
-"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
2248
- "integrity" "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
2249
- "resolved" "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz"
2250
- "version" "2.0.4"
2251
-
2252
-"@types/istanbul-lib-report@*":
2253
- "integrity" "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg=="
2254
- "resolved" "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz"
2255
- "version" "3.0.0"
2256
- dependencies:
2257
- "@types/istanbul-lib-coverage" "*"
2258
-
2259
-"@types/istanbul-reports@^1.1.1":
2260
- "integrity" "sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw=="
2261
- "resolved" "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-1.1.2.tgz"
2262
- "version" "1.1.2"
2263
- dependencies:
2264
- "@types/istanbul-lib-coverage" "*"
2265
- "@types/istanbul-lib-report" "*"
2266
-
2267
-"@types/istanbul-reports@^3.0.0":
2268
- "integrity" "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw=="
2269
- "resolved" "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz"
2270
- "version" "3.0.1"
2271
- dependencies:
2272
- "@types/istanbul-lib-report" "*"
2273
-
2274
-"@types/jest@^24.9.1":
2275
- "integrity" "sha512-Fb38HkXSVA4L8fGKEZ6le5bB8r6MRWlOCZbVuWZcmOMSCd2wCYOwN1ibj8daIoV9naq7aaOZjrLCoCMptKU/4Q=="
2276
- "resolved" "https://registry.npmjs.org/@types/jest/-/jest-24.9.1.tgz"
2277
- "version" "24.9.1"
2278
- dependencies:
2279
- "jest-diff" "^24.3.0"
2280
-
2281
-"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
2282
- "integrity" "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA=="
2283
- "resolved" "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz"
2284
- "version" "7.0.12"
2285
-
2286
-"@types/json5@^0.0.29":
2287
- "integrity" "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
2288
- "resolved" "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
2289
- "version" "0.0.29"
2290
-
2291
-"@types/long@^4.0.1":
2292
- "integrity" "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w=="
2293
- "resolved" "https://registry.npmjs.org/@types/long/-/long-4.0.1.tgz"
2294
- "version" "4.0.1"
2295
-
2296
-"@types/mime@*", "@types/mime@^1":
2297
- "integrity" "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw=="
2298
- "resolved" "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz"
2299
- "version" "1.3.2"
2300
-
2301
-"@types/node@*", "@types/node@^13.13.52", "@types/node@>=12.12.47", "@types/node@>=13.7.0":
2302
- "integrity" "sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ=="
2303
- "resolved" "https://registry.npmjs.org/@types/node/-/node-13.13.52.tgz"
2304
- "version" "13.13.52"
2305
-
2306
-"@types/parse-json@^4.0.0":
2307
- "integrity" "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
2308
- "resolved" "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz"
2309
- "version" "4.0.0"
2310
-
2311
-"@types/prettier@^2.1.5":
2312
- "integrity" "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA=="
2313
- "resolved" "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz"
2314
- "version" "2.7.3"
2315
-
2316
-"@types/prop-types@*", "@types/prop-types@^15.7.3":
2317
- "integrity" "sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ=="
2318
- "resolved" "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz"
2319
- "version" "15.7.4"
2320
-
2321
-"@types/q@^1.5.1":
2322
- "integrity" "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ=="
2323
- "resolved" "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz"
2324
- "version" "1.5.5"
2325
-
2326
-"@types/qs@*":
2327
- "integrity" "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
2328
- "resolved" "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz"
2329
- "version" "6.9.7"
2330
-
2331
-"@types/range-parser@*":
2332
- "integrity" "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw=="
2333
- "resolved" "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz"
2334
- "version" "1.2.4"
2335
-
2336
-"@types/react-dom@^16.9.14":
2337
- "integrity" "sha512-FIX2AVmPTGP30OUJ+0vadeIFJJ07Mh1m+U0rxfgyW34p3rTlXI+nlenvAxNn4BP36YyI9IJ/+UJ7Wu22N1pI7A=="
2338
- "resolved" "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.14.tgz"
2339
- "version" "16.9.14"
2340
- dependencies:
2341
- "@types/react" "^16"
2342
-
2343
-"@types/react-intl@^3.0.0":
2344
- "integrity" "sha512-k8F3d05XQGEqSWIfK97bBjZe4z9RruXU9Wa7OZ2iUC5pdeIpzuQDZe/9C2J3Xir5//ZtAkhcv08Wfx3n5TBTQg=="
2345
- "resolved" "https://registry.npmjs.org/@types/react-intl/-/react-intl-3.0.0.tgz"
2346
- "version" "3.0.0"
2347
- dependencies:
2348
- "react-intl" "*"
2349
-
2350
-"@types/react-router-dom@^5.3.2":
2351
- "integrity" "sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw=="
2352
- "resolved" "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.3.tgz"
2353
- "version" "5.3.3"
2354
- dependencies:
2355
- "@types/history" "^4.7.11"
2356
- "@types/react" "*"
2357
- "@types/react-router" "*"
2358
-
2359
-"@types/react-router@*":
2360
- "integrity" "sha512-YYknwy0D0iOwKQgz9v8nOzt2J6l4gouBmDnWqUUznltOTaon+r8US8ky8HvN0tXvc38U9m6z/t2RsVsnd1zM0g=="
2361
- "resolved" "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.18.tgz"
2362
- "version" "5.1.18"
2363
- dependencies:
2364
- "@types/history" "^4.7.11"
2365
- "@types/react" "*"
2366
-
2367
-"@types/react-transition-group@^4.4.1":
2368
- "integrity" "sha512-7gAPz7anVK5xzbeQW9wFBDg7G++aPLAFY0QaSMOou9rJZpbuI58WAuJrgu+qR92l61grlnCUe7AFX8KGahAgug=="
2369
- "resolved" "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.4.tgz"
2370
- "version" "4.4.4"
2371
- dependencies:
2372
- "@types/react" "*"
2373
-
2374
-"@types/react@*", "@types/react@^16", "@types/react@^16.14.43", "@types/react@>=16.14.8", "@types/react@>=16.9.11":
2375
- "integrity" "sha512-7zdjv7jvoLLQg1tTvpQsm+hyNUMT2mPlNV1+d0I8fbGhkJl82spopMyBlu4wb1dviZAxpGdk5eHu/muacknnfw=="
2376
- "resolved" "https://registry.npmjs.org/@types/react/-/react-16.14.43.tgz"
2377
- "version" "16.14.43"
2378
- dependencies:
2379
- "@types/prop-types" "*"
2380
- "@types/scheduler" "*"
2381
- "csstype" "^3.0.2"
2382
-
2383
-"@types/resolve@1.17.1":
2384
- "integrity" "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw=="
2385
- "resolved" "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz"
2386
- "version" "1.17.1"
2387
- dependencies:
2388
- "@types/node" "*"
2389
-
2390
-"@types/retry@0.12.0":
2391
- "integrity" "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA=="
2392
- "resolved" "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz"
2393
- "version" "0.12.0"
2394
-
2395
-"@types/scheduler@*":
2396
- "integrity" "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew=="
2397
- "resolved" "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz"
2398
- "version" "0.16.2"
2399
-
2400
-"@types/semver@^7.3.12":
2401
- "integrity" "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw=="
2402
- "resolved" "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz"
2403
- "version" "7.5.0"
2404
-
2405
-"@types/send@*":
2406
- "integrity" "sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q=="
2407
- "resolved" "https://registry.npmjs.org/@types/send/-/send-0.17.1.tgz"
2408
- "version" "0.17.1"
2409
- dependencies:
2410
- "@types/mime" "^1"
2411
- "@types/node" "*"
2412
-
2413
-"@types/serve-index@^1.9.1":
2414
- "integrity" "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg=="
2415
- "resolved" "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz"
2416
- "version" "1.9.1"
2417
- dependencies:
2418
- "@types/express" "*"
2419
-
2420
-"@types/serve-static@*", "@types/serve-static@^1.13.10":
2421
- "integrity" "sha512-J2LqtvFYCzaj8pVYKw8klQXrLLk7TBZmQ4ShlcdkELFKGwGMfevMLneMMRkMgZxotOD9wg497LpC7O8PcvAmfw=="
2422
- "resolved" "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.2.tgz"
2423
- "version" "1.15.2"
2424
- dependencies:
2425
- "@types/http-errors" "*"
2426
- "@types/mime" "*"
2427
- "@types/node" "*"
2428
-
2429
-"@types/sockjs@^0.3.33":
2430
- "integrity" "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw=="
2431
- "resolved" "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz"
2432
- "version" "0.3.33"
2433
- dependencies:
2434
- "@types/node" "*"
2435
-
2436
-"@types/stack-utils@^2.0.0":
2437
- "integrity" "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
2438
- "resolved" "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz"
2439
- "version" "2.0.1"
2440
-
2441
-"@types/trusted-types@^2.0.2":
2442
- "integrity" "sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g=="
2443
- "resolved" "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.3.tgz"
2444
- "version" "2.0.3"
2445
-
2446
-"@types/warning@^3.0.0":
2447
- "integrity" "sha1-DSUBJorY+ZYrdA04fEZU9fjiPlI= sha512-t/Tvs5qR47OLOr+4E9ckN8AmP2Tf16gWq+/qA4iUGS/OOyHVO8wv2vjJuX8SNOUTJyWb+2t7wJm6cXILFnOROA=="
2448
- "resolved" "https://registry.npmjs.org/@types/warning/-/warning-3.0.0.tgz"
2449
- "version" "3.0.0"
2450
-
2451
-"@types/ws@^8.5.5":
2452
- "integrity" "sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg=="
2453
- "resolved" "https://registry.npmjs.org/@types/ws/-/ws-8.5.5.tgz"
2454
- "version" "8.5.5"
2455
- dependencies:
2456
- "@types/node" "*"
2457
-
2458
-"@types/yargs-parser@*":
2459
- "integrity" "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw=="
2460
- "resolved" "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.1.tgz"
2461
- "version" "20.2.1"
2462
-
2463
-"@types/yargs@^13.0.0":
2464
- "integrity" "sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ=="
2465
- "resolved" "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.12.tgz"
2466
- "version" "13.0.12"
2467
- dependencies:
2468
- "@types/yargs-parser" "*"
2469
-
2470
-"@types/yargs@^16.0.0":
2471
- "integrity" "sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ=="
2472
- "resolved" "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.5.tgz"
2473
- "version" "16.0.5"
2474
- dependencies:
2475
- "@types/yargs-parser" "*"
2476
-
2477
-"@types/yargs@^17.0.8":
2478
- "integrity" "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw=="
2479
- "resolved" "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz"
2480
- "version" "17.0.24"
2481
- dependencies:
2482
- "@types/yargs-parser" "*"
2483
-
2484
-"@typescript-eslint/eslint-plugin@^4.0.0 || ^5.0.0", "@typescript-eslint/eslint-plugin@^5.5.0":
2485
- "integrity" "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag=="
2486
- "resolved" "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz"
2487
- "version" "5.62.0"
2488
- dependencies:
2489
- "@eslint-community/regexpp" "^4.4.0"
2490
- "@typescript-eslint/scope-manager" "5.62.0"
2491
- "@typescript-eslint/type-utils" "5.62.0"
2492
- "@typescript-eslint/utils" "5.62.0"
2493
- "debug" "^4.3.4"
2494
- "graphemer" "^1.4.0"
2495
- "ignore" "^5.2.0"
2496
- "natural-compare-lite" "^1.4.0"
2497
- "semver" "^7.3.7"
2498
- "tsutils" "^3.21.0"
2499
-
2500
-"@typescript-eslint/experimental-utils@^5.0.0":
2501
- "integrity" "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw=="
2502
- "resolved" "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz"
2503
- "version" "5.62.0"
2504
- dependencies:
2505
- "@typescript-eslint/utils" "5.62.0"
2506
-
2507
-"@typescript-eslint/parser@^5.0.0", "@typescript-eslint/parser@^5.5.0":
2508
- "integrity" "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA=="
2509
- "resolved" "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz"
2510
- "version" "5.62.0"
2511
- dependencies:
2512
- "@typescript-eslint/scope-manager" "5.62.0"
2513
- "@typescript-eslint/types" "5.62.0"
2514
- "@typescript-eslint/typescript-estree" "5.62.0"
2515
- "debug" "^4.3.4"
2516
-
2517
-"@typescript-eslint/scope-manager@5.62.0":
2518
- "integrity" "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w=="
2519
- "resolved" "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz"
2520
- "version" "5.62.0"
2521
- dependencies:
2522
- "@typescript-eslint/types" "5.62.0"
2523
- "@typescript-eslint/visitor-keys" "5.62.0"
2524
-
2525
-"@typescript-eslint/type-utils@5.62.0":
2526
- "integrity" "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew=="
2527
- "resolved" "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz"
2528
- "version" "5.62.0"
2529
- dependencies:
2530
- "@typescript-eslint/typescript-estree" "5.62.0"
2531
- "@typescript-eslint/utils" "5.62.0"
2532
- "debug" "^4.3.4"
2533
- "tsutils" "^3.21.0"
2534
-
2535
-"@typescript-eslint/types@5.62.0":
2536
- "integrity" "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ=="
2537
- "resolved" "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz"
2538
- "version" "5.62.0"
2539
-
2540
-"@typescript-eslint/typescript-estree@5.62.0":
2541
- "integrity" "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA=="
2542
- "resolved" "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz"
2543
- "version" "5.62.0"
2544
- dependencies:
2545
- "@typescript-eslint/types" "5.62.0"
2546
- "@typescript-eslint/visitor-keys" "5.62.0"
2547
- "debug" "^4.3.4"
2548
- "globby" "^11.1.0"
2549
- "is-glob" "^4.0.3"
2550
- "semver" "^7.3.7"
2551
- "tsutils" "^3.21.0"
2552
-
2553
-"@typescript-eslint/utils@^5.58.0", "@typescript-eslint/utils@5.62.0":
2554
- "integrity" "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ=="
2555
- "resolved" "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz"
2556
- "version" "5.62.0"
2557
- dependencies:
2558
- "@eslint-community/eslint-utils" "^4.2.0"
2559
- "@types/json-schema" "^7.0.9"
2560
- "@types/semver" "^7.3.12"
2561
- "@typescript-eslint/scope-manager" "5.62.0"
2562
- "@typescript-eslint/types" "5.62.0"
2563
- "@typescript-eslint/typescript-estree" "5.62.0"
2564
- "eslint-scope" "^5.1.1"
2565
- "semver" "^7.3.7"
2566
-
2567
-"@typescript-eslint/visitor-keys@5.62.0":
2568
- "integrity" "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw=="
2569
- "resolved" "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz"
2570
- "version" "5.62.0"
2571
- dependencies:
2572
- "@typescript-eslint/types" "5.62.0"
2573
- "eslint-visitor-keys" "^3.3.0"
2574
-
2575
-"@webassemblyjs/ast@^1.11.5", "@webassemblyjs/ast@1.11.6":
2576
- "integrity" "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q=="
2577
- "resolved" "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz"
2578
- "version" "1.11.6"
2579
- dependencies:
2580
- "@webassemblyjs/helper-numbers" "1.11.6"
2581
- "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
2582
-
2583
-"@webassemblyjs/floating-point-hex-parser@1.11.6":
2584
- "integrity" "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw=="
2585
- "resolved" "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz"
2586
- "version" "1.11.6"
2587
-
2588
-"@webassemblyjs/helper-api-error@1.11.6":
2589
- "integrity" "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q=="
2590
- "resolved" "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz"
2591
- "version" "1.11.6"
2592
-
2593
-"@webassemblyjs/helper-buffer@1.11.6":
2594
- "integrity" "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA=="
2595
- "resolved" "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz"
2596
- "version" "1.11.6"
2597
-
2598
-"@webassemblyjs/helper-numbers@1.11.6":
2599
- "integrity" "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g=="
2600
- "resolved" "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz"
2601
- "version" "1.11.6"
2602
- dependencies:
2603
- "@webassemblyjs/floating-point-hex-parser" "1.11.6"
2604
- "@webassemblyjs/helper-api-error" "1.11.6"
2605
- "@xtuc/long" "4.2.2"
2606
-
2607
-"@webassemblyjs/helper-wasm-bytecode@1.11.6":
2608
- "integrity" "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA=="
2609
- "resolved" "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz"
2610
- "version" "1.11.6"
2611
-
2612
-"@webassemblyjs/helper-wasm-section@1.11.6":
2613
- "integrity" "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g=="
2614
- "resolved" "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz"
2615
- "version" "1.11.6"
2616
- dependencies:
2617
- "@webassemblyjs/ast" "1.11.6"
2618
- "@webassemblyjs/helper-buffer" "1.11.6"
2619
- "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
2620
- "@webassemblyjs/wasm-gen" "1.11.6"
2621
-
2622
-"@webassemblyjs/ieee754@1.11.6":
2623
- "integrity" "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg=="
2624
- "resolved" "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz"
2625
- "version" "1.11.6"
2626
- dependencies:
2627
- "@xtuc/ieee754" "^1.2.0"
2628
-
2629
-"@webassemblyjs/leb128@1.11.6":
2630
- "integrity" "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ=="
2631
- "resolved" "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz"
2632
- "version" "1.11.6"
2633
- dependencies:
2634
- "@xtuc/long" "4.2.2"
2635
-
2636
-"@webassemblyjs/utf8@1.11.6":
2637
- "integrity" "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA=="
2638
- "resolved" "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz"
2639
- "version" "1.11.6"
2640
-
2641
-"@webassemblyjs/wasm-edit@^1.11.5":
2642
- "integrity" "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw=="
2643
- "resolved" "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz"
2644
- "version" "1.11.6"
2645
- dependencies:
2646
- "@webassemblyjs/ast" "1.11.6"
2647
- "@webassemblyjs/helper-buffer" "1.11.6"
2648
- "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
2649
- "@webassemblyjs/helper-wasm-section" "1.11.6"
2650
- "@webassemblyjs/wasm-gen" "1.11.6"
2651
- "@webassemblyjs/wasm-opt" "1.11.6"
2652
- "@webassemblyjs/wasm-parser" "1.11.6"
2653
- "@webassemblyjs/wast-printer" "1.11.6"
2654
-
2655
-"@webassemblyjs/wasm-gen@1.11.6":
2656
- "integrity" "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA=="
2657
- "resolved" "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz"
2658
- "version" "1.11.6"
2659
- dependencies:
2660
- "@webassemblyjs/ast" "1.11.6"
2661
- "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
2662
- "@webassemblyjs/ieee754" "1.11.6"
2663
- "@webassemblyjs/leb128" "1.11.6"
2664
- "@webassemblyjs/utf8" "1.11.6"
2665
-
2666
-"@webassemblyjs/wasm-opt@1.11.6":
2667
- "integrity" "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g=="
2668
- "resolved" "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz"
2669
- "version" "1.11.6"
2670
- dependencies:
2671
- "@webassemblyjs/ast" "1.11.6"
2672
- "@webassemblyjs/helper-buffer" "1.11.6"
2673
- "@webassemblyjs/wasm-gen" "1.11.6"
2674
- "@webassemblyjs/wasm-parser" "1.11.6"
2675
-
2676
-"@webassemblyjs/wasm-parser@^1.11.5", "@webassemblyjs/wasm-parser@1.11.6":
2677
- "integrity" "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ=="
2678
- "resolved" "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz"
2679
- "version" "1.11.6"
2680
- dependencies:
2681
- "@webassemblyjs/ast" "1.11.6"
2682
- "@webassemblyjs/helper-api-error" "1.11.6"
2683
- "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
2684
- "@webassemblyjs/ieee754" "1.11.6"
2685
- "@webassemblyjs/leb128" "1.11.6"
2686
- "@webassemblyjs/utf8" "1.11.6"
2687
-
2688
-"@webassemblyjs/wast-printer@1.11.6":
2689
- "integrity" "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A=="
2690
- "resolved" "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz"
2691
- "version" "1.11.6"
2692
- dependencies:
2693
- "@webassemblyjs/ast" "1.11.6"
2694
- "@xtuc/long" "4.2.2"
2695
-
2696
-"@xtuc/ieee754@^1.2.0":
2697
- "integrity" "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
2698
- "resolved" "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz"
2699
- "version" "1.2.0"
2700
-
2701
-"@xtuc/long@4.2.2":
2702
- "integrity" "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
2703
- "resolved" "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz"
2704
- "version" "4.2.2"
2705
-
2706
-"abab@^2.0.3", "abab@^2.0.5":
2707
- "integrity" "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA=="
2708
- "resolved" "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz"
2709
- "version" "2.0.6"
2710
-
2711
-"accepts@~1.3.4", "accepts@~1.3.5", "accepts@~1.3.8":
2712
- "integrity" "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw=="
2713
- "resolved" "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz"
2714
- "version" "1.3.8"
2715
- dependencies:
2716
- "mime-types" "~2.1.34"
2717
- "negotiator" "0.6.3"
2718
-
2719
-"acorn-globals@^6.0.0":
2720
- "integrity" "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg=="
2721
- "resolved" "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz"
2722
- "version" "6.0.0"
2723
- dependencies:
2724
- "acorn" "^7.1.1"
2725
- "acorn-walk" "^7.1.1"
2726
-
2727
-"acorn-import-assertions@^1.9.0":
2728
- "integrity" "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA=="
2729
- "resolved" "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz"
2730
- "version" "1.9.0"
2731
-
2732
-"acorn-jsx@^5.3.2":
2733
- "integrity" "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ=="
2734
- "resolved" "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz"
2735
- "version" "5.3.2"
2736
-
2737
-"acorn-walk@^7.1.1":
2738
- "integrity" "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA=="
2739
- "resolved" "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz"
2740
- "version" "7.2.0"
2741
-
2742
-"acorn@^6.0.0 || ^7.0.0 || ^8.0.0", "acorn@^8", "acorn@^8.2.4", "acorn@^8.7.1", "acorn@^8.8.2", "acorn@^8.9.0":
2743
- "integrity" "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw=="
2744
- "resolved" "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz"
2745
- "version" "8.10.0"
2746
-
2747
-"acorn@^7.1.1":
2748
- "integrity" "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
2749
- "resolved" "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"
2750
- "version" "7.4.1"
2751
-
2752
-"address@^1.0.1", "address@^1.1.2":
2753
- "integrity" "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA=="
2754
- "resolved" "https://registry.npmjs.org/address/-/address-1.2.2.tgz"
2755
- "version" "1.2.2"
2756
-
2757
-"adjust-sourcemap-loader@^4.0.0":
2758
- "integrity" "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A=="
2759
- "resolved" "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz"
2760
- "version" "4.0.0"
2761
- dependencies:
2762
- "loader-utils" "^2.0.0"
2763
- "regex-parser" "^2.2.11"
2764
-
2765
-"agent-base@6":
2766
- "integrity" "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ=="
2767
- "resolved" "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz"
2768
- "version" "6.0.2"
2769
- dependencies:
2770
- "debug" "4"
2771
-
2772
-"ajv-formats@^2.1.1":
2773
- "integrity" "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA=="
2774
- "resolved" "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz"
2775
- "version" "2.1.1"
2776
- dependencies:
2777
- "ajv" "^8.0.0"
2778
-
2779
-"ajv-keywords@^3.4.1", "ajv-keywords@^3.5.2":
2780
- "integrity" "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ=="
2781
- "resolved" "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz"
2782
- "version" "3.5.2"
2783
-
2784
-"ajv-keywords@^5.1.0":
2785
- "integrity" "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw=="
2786
- "resolved" "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz"
2787
- "version" "5.1.0"
2788
- dependencies:
2789
- "fast-deep-equal" "^3.1.3"
2790
-
2791
-"ajv@^6.12.2", "ajv@^6.12.4", "ajv@^6.12.5", "ajv@^6.9.1":
2792
- "integrity" "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g=="
2793
- "resolved" "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
2794
- "version" "6.12.6"
2795
- dependencies:
2796
- "fast-deep-equal" "^3.1.1"
2797
- "fast-json-stable-stringify" "^2.0.0"
2798
- "json-schema-traverse" "^0.4.1"
2799
- "uri-js" "^4.2.2"
2800
-
2801
-"ajv@^8.0.0":
2802
- "integrity" "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA=="
2803
- "resolved" "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz"
2804
- "version" "8.12.0"
2805
- dependencies:
2806
- "fast-deep-equal" "^3.1.1"
2807
- "json-schema-traverse" "^1.0.0"
2808
- "require-from-string" "^2.0.2"
2809
- "uri-js" "^4.2.2"
2810
-
2811
-"ajv@^8.6.0", "ajv@>=8":
2812
- "integrity" "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA=="
2813
- "resolved" "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz"
2814
- "version" "8.12.0"
2815
- dependencies:
2816
- "fast-deep-equal" "^3.1.1"
2817
- "json-schema-traverse" "^1.0.0"
2818
- "require-from-string" "^2.0.2"
2819
- "uri-js" "^4.2.2"
2820
-
2821
-"ajv@^8.8.2", "ajv@^8.9.0":
2822
- "integrity" "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA=="
2823
- "resolved" "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz"
2824
- "version" "8.12.0"
2825
- dependencies:
2826
- "fast-deep-equal" "^3.1.1"
2827
- "json-schema-traverse" "^1.0.0"
2828
- "require-from-string" "^2.0.2"
2829
- "uri-js" "^4.2.2"
2830
-
2831
-"ansi-escapes@^4.2.1", "ansi-escapes@^4.3.1":
2832
- "integrity" "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ=="
2833
- "resolved" "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz"
2834
- "version" "4.3.2"
2835
- dependencies:
2836
- "type-fest" "^0.21.3"
2837
-
2838
-"ansi-html-community@^0.0.8":
2839
- "integrity" "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw=="
2840
- "resolved" "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz"
2841
- "version" "0.0.8"
2842
-
2843
-"ansi-regex@^4.0.0":
2844
- "integrity" "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="
2845
- "resolved" "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz"
2846
- "version" "4.1.0"
2847
-
2848
-"ansi-regex@^5.0.1":
2849
- "integrity" "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
2850
- "resolved" "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz"
2851
- "version" "5.0.1"
2852
-
2853
-"ansi-regex@^6.0.1":
2854
- "integrity" "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA=="
2855
- "resolved" "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz"
2856
- "version" "6.0.1"
2857
-
2858
-"ansi-styles@^3.2.0", "ansi-styles@^3.2.1":
2859
- "integrity" "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA=="
2860
- "resolved" "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz"
2861
- "version" "3.2.1"
2862
- dependencies:
2863
- "color-convert" "^1.9.0"
2864
-
2865
-"ansi-styles@^4.0.0":
2866
- "integrity" "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="
2867
- "resolved" "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz"
2868
- "version" "4.3.0"
2869
- dependencies:
2870
- "color-convert" "^2.0.1"
2871
-
2872
-"ansi-styles@^4.1.0":
2873
- "integrity" "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="
2874
- "resolved" "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz"
2875
- "version" "4.3.0"
2876
- dependencies:
2877
- "color-convert" "^2.0.1"
2878
-
2879
-"ansi-styles@^5.0.0":
2880
- "integrity" "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
2881
- "resolved" "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz"
2882
- "version" "5.2.0"
2883
-
2884
-"any-promise@^1.0.0":
2885
- "integrity" "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A=="
2886
- "resolved" "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz"
2887
- "version" "1.3.0"
2888
-
2889
-"anymatch@^3.0.3", "anymatch@~3.1.2":
2890
- "integrity" "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw=="
2891
- "resolved" "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz"
2892
- "version" "3.1.3"
2893
- dependencies:
2894
- "normalize-path" "^3.0.0"
2895
- "picomatch" "^2.0.4"
2896
-
2897
-"arg@^5.0.2":
2898
- "integrity" "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
2899
- "resolved" "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz"
2900
- "version" "5.0.2"
2901
-
2902
-"argparse@^1.0.7":
2903
- "integrity" "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg=="
2904
- "resolved" "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz"
2905
- "version" "1.0.10"
2906
- dependencies:
2907
- "sprintf-js" "~1.0.2"
2908
-
2909
-"argparse@^2.0.1":
2910
- "integrity" "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
2911
- "resolved" "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz"
2912
- "version" "2.0.1"
2913
-
2914
-"aria-query@^5.1.3":
2915
- "integrity" "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A=="
2916
- "resolved" "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz"
2917
- "version" "5.3.0"
2918
- dependencies:
2919
- "dequal" "^2.0.3"
2920
-
2921
-"array-buffer-byte-length@^1.0.0":
2922
- "integrity" "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A=="
2923
- "resolved" "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz"
2924
- "version" "1.0.0"
2925
- dependencies:
2926
- "call-bind" "^1.0.2"
2927
- "is-array-buffer" "^3.0.1"
2928
-
2929
-"array-flatten@^2.1.2":
2930
- "integrity" "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ=="
2931
- "resolved" "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz"
2932
- "version" "2.1.2"
2933
-
2934
-"array-flatten@1.1.1":
2935
- "integrity" "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg=="
2936
- "resolved" "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz"
2937
- "version" "1.1.1"
2938
-
2939
-"array-includes@^3.1.6":
2940
- "integrity" "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw=="
2941
- "resolved" "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz"
2942
- "version" "3.1.6"
2943
- dependencies:
2944
- "call-bind" "^1.0.2"
2945
- "define-properties" "^1.1.4"
2946
- "es-abstract" "^1.20.4"
2947
- "get-intrinsic" "^1.1.3"
2948
- "is-string" "^1.0.7"
2949
-
2950
-"array-union@^2.1.0":
2951
- "integrity" "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="
2952
- "resolved" "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz"
2953
- "version" "2.1.0"
2954
-
2955
-"array.prototype.findlastindex@^1.2.2":
2956
- "integrity" "sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw=="
2957
- "resolved" "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz"
2958
- "version" "1.2.2"
2959
- dependencies:
2960
- "call-bind" "^1.0.2"
2961
- "define-properties" "^1.1.4"
2962
- "es-abstract" "^1.20.4"
2963
- "es-shim-unscopables" "^1.0.0"
2964
- "get-intrinsic" "^1.1.3"
2965
-
2966
-"array.prototype.flat@^1.3.1":
2967
- "integrity" "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA=="
2968
- "resolved" "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz"
2969
- "version" "1.3.1"
2970
- dependencies:
2971
- "call-bind" "^1.0.2"
2972
- "define-properties" "^1.1.4"
2973
- "es-abstract" "^1.20.4"
2974
- "es-shim-unscopables" "^1.0.0"
2975
-
2976
-"array.prototype.flatmap@^1.3.1":
2977
- "integrity" "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ=="
2978
- "resolved" "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz"
2979
- "version" "1.3.1"
2980
- dependencies:
2981
- "call-bind" "^1.0.2"
2982
- "define-properties" "^1.1.4"
2983
- "es-abstract" "^1.20.4"
2984
- "es-shim-unscopables" "^1.0.0"
2985
-
2986
-"array.prototype.tosorted@^1.1.1":
2987
- "integrity" "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ=="
2988
- "resolved" "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz"
2989
- "version" "1.1.1"
2990
- dependencies:
2991
- "call-bind" "^1.0.2"
2992
- "define-properties" "^1.1.4"
2993
- "es-abstract" "^1.20.4"
2994
- "es-shim-unscopables" "^1.0.0"
2995
- "get-intrinsic" "^1.1.3"
2996
-
2997
-"arraybuffer.prototype.slice@^1.0.1":
2998
- "integrity" "sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw=="
2999
- "resolved" "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz"
3000
- "version" "1.0.1"
3001
- dependencies:
3002
- "array-buffer-byte-length" "^1.0.0"
3003
- "call-bind" "^1.0.2"
3004
- "define-properties" "^1.2.0"
3005
- "get-intrinsic" "^1.2.1"
3006
- "is-array-buffer" "^3.0.2"
3007
- "is-shared-array-buffer" "^1.0.2"
3008
-
3009
-"asap@~2.0.6":
3010
- "integrity" "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
3011
- "resolved" "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz"
3012
- "version" "2.0.6"
3013
-
3014
-"ast-types-flow@^0.0.7":
3015
- "integrity" "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag=="
3016
- "resolved" "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz"
3017
- "version" "0.0.7"
3018
-
3019
-"async@^3.2.3":
3020
- "integrity" "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
3021
- "resolved" "https://registry.npmjs.org/async/-/async-3.2.4.tgz"
3022
- "version" "3.2.4"
3023
-
3024
-"asynckit@^0.4.0":
3025
- "integrity" "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
3026
- "resolved" "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
3027
- "version" "0.4.0"
3028
-
3029
-"at-least-node@^1.0.0":
3030
- "integrity" "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg=="
3031
- "resolved" "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz"
3032
- "version" "1.0.0"
3033
-
3034
-"automation-events@^4.0.12":
3035
- "integrity" "sha512-7tu7q/rw3vFuAwjBoarCGql3V0HkC5QAbZUYhOblxxkHzdLUTjVotm0iaIRwiCSqxMeoFK64LrgaSCuSZguvGA=="
3036
- "resolved" "https://registry.npmjs.org/automation-events/-/automation-events-4.0.12.tgz"
3037
- "version" "4.0.12"
3038
- dependencies:
3039
- "@babel/runtime" "^7.16.7"
3040
- "tslib" "^2.3.1"
3041
-
3042
-"autoprefixer@^10.4.13":
3043
- "integrity" "sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ=="
3044
- "resolved" "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.14.tgz"
3045
- "version" "10.4.14"
3046
- dependencies:
3047
- "browserslist" "^4.21.5"
3048
- "caniuse-lite" "^1.0.30001464"
3049
- "fraction.js" "^4.2.0"
3050
- "normalize-range" "^0.1.2"
3051
- "picocolors" "^1.0.0"
3052
- "postcss-value-parser" "^4.2.0"
3053
-
3054
-"available-typed-arrays@^1.0.5":
3055
- "integrity" "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw=="
3056
- "resolved" "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz"
3057
- "version" "1.0.5"
3058
-
3059
-"axe-core@^4.6.2":
3060
- "integrity" "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g=="
3061
- "resolved" "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz"
3062
- "version" "4.7.2"
3063
-
3064
-"axios@^0.25.0":
3065
- "integrity" "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g=="
3066
- "resolved" "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz"
3067
- "version" "0.25.0"
3068
- dependencies:
3069
- "follow-redirects" "^1.14.7"
3070
-
3071
-"axobject-query@^3.1.1":
3072
- "integrity" "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg=="
3073
- "resolved" "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz"
3074
- "version" "3.2.1"
3075
- dependencies:
3076
- "dequal" "^2.0.3"
3077
-
3078
-"babel-jest@^27.4.2", "babel-jest@^27.5.1":
3079
- "integrity" "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg=="
3080
- "resolved" "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz"
3081
- "version" "27.5.1"
3082
- dependencies:
3083
- "@jest/transform" "^27.5.1"
3084
- "@jest/types" "^27.5.1"
3085
- "@types/babel__core" "^7.1.14"
3086
- "babel-plugin-istanbul" "^6.1.1"
3087
- "babel-preset-jest" "^27.5.1"
3088
- "chalk" "^4.0.0"
3089
- "graceful-fs" "^4.2.9"
3090
- "slash" "^3.0.0"
3091
-
3092
-"babel-loader@^8.2.3":
3093
- "integrity" "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q=="
3094
- "resolved" "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz"
3095
- "version" "8.3.0"
3096
- dependencies:
3097
- "find-cache-dir" "^3.3.1"
3098
- "loader-utils" "^2.0.0"
3099
- "make-dir" "^3.1.0"
3100
- "schema-utils" "^2.6.5"
3101
-
3102
-"babel-plugin-dynamic-import-node@^2.3.3":
3103
- "integrity" "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ=="
3104
- "resolved" "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz"
3105
- "version" "2.3.3"
3106
- dependencies:
3107
- "object.assign" "^4.1.0"
3108
-
3109
-"babel-plugin-istanbul@^6.1.1":
3110
- "integrity" "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA=="
3111
- "resolved" "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz"
3112
- "version" "6.1.1"
3113
- dependencies:
3114
- "@babel/helper-plugin-utils" "^7.0.0"
3115
- "@istanbuljs/load-nyc-config" "^1.0.0"
3116
- "@istanbuljs/schema" "^0.1.2"
3117
- "istanbul-lib-instrument" "^5.0.4"
3118
- "test-exclude" "^6.0.0"
3119
-
3120
-"babel-plugin-jest-hoist@^27.5.1":
3121
- "integrity" "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ=="
3122
- "resolved" "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz"
3123
- "version" "27.5.1"
3124
- dependencies:
3125
- "@babel/template" "^7.3.3"
3126
- "@babel/types" "^7.3.3"
3127
- "@types/babel__core" "^7.0.0"
3128
- "@types/babel__traverse" "^7.0.6"
3129
-
3130
-"babel-plugin-macros@^3.1.0":
3131
- "integrity" "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg=="
3132
- "resolved" "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz"
3133
- "version" "3.1.0"
3134
- dependencies:
3135
- "@babel/runtime" "^7.12.5"
3136
- "cosmiconfig" "^7.0.0"
3137
- "resolve" "^1.19.0"
3138
-
3139
-"babel-plugin-named-asset-import@^0.3.8":
3140
- "integrity" "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q=="
3141
- "resolved" "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz"
3142
- "version" "0.3.8"
3143
-
3144
-"babel-plugin-polyfill-corejs2@^0.3.0":
3145
- "integrity" "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w=="
3146
- "resolved" "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz"
3147
- "version" "0.3.1"
3148
- dependencies:
3149
- "@babel/compat-data" "^7.13.11"
3150
- "@babel/helper-define-polyfill-provider" "^0.3.1"
3151
- "semver" "^6.1.1"
3152
-
3153
-"babel-plugin-polyfill-corejs3@^0.5.0":
3154
- "integrity" "sha512-TihqEe4sQcb/QcPJvxe94/9RZuLQuF1+To4WqQcRvc+3J3gLCPIPgDKzGLG6zmQLfH3nn25heRuDNkS2KR4I8A=="
3155
- "resolved" "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.1.tgz"
3156
- "version" "0.5.1"
3157
- dependencies:
3158
- "@babel/helper-define-polyfill-provider" "^0.3.1"
3159
- "core-js-compat" "^3.20.0"
3160
-
3161
-"babel-plugin-polyfill-regenerator@^0.3.0":
3162
- "integrity" "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A=="
3163
- "resolved" "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz"
3164
- "version" "0.3.1"
3165
- dependencies:
3166
- "@babel/helper-define-polyfill-provider" "^0.3.1"
3167
-
3168
-"babel-plugin-transform-react-remove-prop-types@^0.4.24":
3169
- "integrity" "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
3170
- "resolved" "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz"
3171
- "version" "0.4.24"
3172
-
3173
-"babel-preset-current-node-syntax@^1.0.0":
3174
- "integrity" "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ=="
3175
- "resolved" "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz"
3176
- "version" "1.0.1"
3177
- dependencies:
3178
- "@babel/plugin-syntax-async-generators" "^7.8.4"
3179
- "@babel/plugin-syntax-bigint" "^7.8.3"
3180
- "@babel/plugin-syntax-class-properties" "^7.8.3"
3181
- "@babel/plugin-syntax-import-meta" "^7.8.3"
3182
- "@babel/plugin-syntax-json-strings" "^7.8.3"
3183
- "@babel/plugin-syntax-logical-assignment-operators" "^7.8.3"
3184
- "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
3185
- "@babel/plugin-syntax-numeric-separator" "^7.8.3"
3186
- "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
3187
- "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
3188
- "@babel/plugin-syntax-optional-chaining" "^7.8.3"
3189
- "@babel/plugin-syntax-top-level-await" "^7.8.3"
3190
-
3191
-"babel-preset-jest@^27.5.1":
3192
- "integrity" "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag=="
3193
- "resolved" "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz"
3194
- "version" "27.5.1"
3195
- dependencies:
3196
- "babel-plugin-jest-hoist" "^27.5.1"
3197
- "babel-preset-current-node-syntax" "^1.0.0"
3198
-
3199
-"babel-preset-react-app@^10.0.1":
3200
- "integrity" "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg=="
3201
- "resolved" "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz"
3202
- "version" "10.0.1"
3203
- dependencies:
3204
- "@babel/core" "^7.16.0"
3205
- "@babel/plugin-proposal-class-properties" "^7.16.0"
3206
- "@babel/plugin-proposal-decorators" "^7.16.4"
3207
- "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.0"
3208
- "@babel/plugin-proposal-numeric-separator" "^7.16.0"
3209
- "@babel/plugin-proposal-optional-chaining" "^7.16.0"
3210
- "@babel/plugin-proposal-private-methods" "^7.16.0"
3211
- "@babel/plugin-transform-flow-strip-types" "^7.16.0"
3212
- "@babel/plugin-transform-react-display-name" "^7.16.0"
3213
- "@babel/plugin-transform-runtime" "^7.16.4"
3214
- "@babel/preset-env" "^7.16.4"
3215
- "@babel/preset-react" "^7.16.0"
3216
- "@babel/preset-typescript" "^7.16.0"
3217
- "@babel/runtime" "^7.16.3"
3218
- "babel-plugin-macros" "^3.1.0"
3219
- "babel-plugin-transform-react-remove-prop-types" "^0.4.24"
3220
-
3221
-"balanced-match@^1.0.0":
3222
- "integrity" "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
3223
- "resolved" "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
3224
- "version" "1.0.2"
3225
-
3226
-"batch@0.6.1":
3227
- "integrity" "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw=="
3228
- "resolved" "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz"
3229
- "version" "0.6.1"
3230
-
3231
-"bfj@^7.0.2":
3232
- "integrity" "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw=="
3233
- "resolved" "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz"
3234
- "version" "7.0.2"
3235
- dependencies:
3236
- "bluebird" "^3.5.5"
3237
- "check-types" "^11.1.1"
3238
- "hoopy" "^0.1.4"
3239
- "tryer" "^1.0.1"
3240
-
3241
-"big.js@^5.2.2":
3242
- "integrity" "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ=="
3243
- "resolved" "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz"
3244
- "version" "5.2.2"
3245
-
3246
-"binary-extensions@^2.0.0":
3247
- "integrity" "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA=="
3248
- "resolved" "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz"
3249
- "version" "2.2.0"
3250
-
3251
-"bluebird@^3.5.5":
3252
- "integrity" "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
3253
- "resolved" "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz"
3254
- "version" "3.7.2"
3255
-
3256
-"body-parser@1.20.1":
3257
- "integrity" "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw=="
3258
- "resolved" "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz"
3259
- "version" "1.20.1"
3260
- dependencies:
3261
- "bytes" "3.1.2"
3262
- "content-type" "~1.0.4"
3263
- "debug" "2.6.9"
3264
- "depd" "2.0.0"
3265
- "destroy" "1.2.0"
3266
- "http-errors" "2.0.0"
3267
- "iconv-lite" "0.4.24"
3268
- "on-finished" "2.4.1"
3269
- "qs" "6.11.0"
3270
- "raw-body" "2.5.1"
3271
- "type-is" "~1.6.18"
3272
- "unpipe" "1.0.0"
3273
-
3274
-"bonjour-service@^1.0.11":
3275
- "integrity" "sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg=="
3276
- "resolved" "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.1.1.tgz"
3277
- "version" "1.1.1"
3278
- dependencies:
3279
- "array-flatten" "^2.1.2"
3280
- "dns-equal" "^1.0.0"
3281
- "fast-deep-equal" "^3.1.3"
3282
- "multicast-dns" "^7.2.5"
3283
-
3284
-"boolbase@^1.0.0", "boolbase@~1.0.0":
3285
- "integrity" "sha1-aN/1++YMUes3cl6p4+0xDcwed24= sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
3286
- "resolved" "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz"
3287
- "version" "1.0.0"
3288
-
3289
-"bootstrap@5.1.3":
3290
- "integrity" "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q=="
3291
- "resolved" "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz"
3292
- "version" "5.1.3"
3293
-
3294
-"brace-expansion@^1.1.7":
3295
- "integrity" "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA=="
3296
- "resolved" "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz"
3297
- "version" "1.1.11"
3298
- dependencies:
3299
- "balanced-match" "^1.0.0"
3300
- "concat-map" "0.0.1"
3301
-
3302
-"brace-expansion@^2.0.1":
3303
- "integrity" "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA=="
3304
- "resolved" "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz"
3305
- "version" "2.0.1"
3306
- dependencies:
3307
- "balanced-match" "^1.0.0"
3308
-
3309
-"braces@^3.0.2", "braces@~3.0.2":
3310
- "integrity" "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A=="
3311
- "resolved" "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz"
3312
- "version" "3.0.2"
3313
- dependencies:
3314
- "fill-range" "^7.0.1"
3315
-
3316
-"browser-process-hrtime@^1.0.0":
3317
- "integrity" "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
3318
- "resolved" "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz"
3319
- "version" "1.0.0"
3320
-
3321
-"browserslist@^4.0.0", "browserslist@^4.14.5", "browserslist@^4.18.1", "browserslist@^4.19.1", "browserslist@^4.21.4", "browserslist@^4.21.5", "browserslist@^4.21.9", "browserslist@>= 4", "browserslist@>= 4.21.0", "browserslist@>=4":
3322
- "integrity" "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ=="
3323
- "resolved" "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz"
3324
- "version" "4.21.10"
3325
- dependencies:
3326
- "caniuse-lite" "^1.0.30001517"
3327
- "electron-to-chromium" "^1.4.477"
3328
- "node-releases" "^2.0.13"
3329
- "update-browserslist-db" "^1.0.11"
3330
-
3331
-"bser@2.1.1":
3332
- "integrity" "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ=="
3333
- "resolved" "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz"
3334
- "version" "2.1.1"
3335
- dependencies:
3336
- "node-int64" "^0.4.0"
3337
-
3338
-"buffer-from@^1.0.0":
3339
- "integrity" "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
3340
- "resolved" "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz"
3341
- "version" "1.1.2"
3342
-
3343
-"builtin-modules@^3.1.0":
3344
- "integrity" "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw=="
3345
- "resolved" "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz"
3346
- "version" "3.3.0"
3347
-
3348
-"bytes@3.0.0":
3349
- "integrity" "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw=="
3350
- "resolved" "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz"
3351
- "version" "3.0.0"
3352
-
3353
-"bytes@3.1.2":
3354
- "integrity" "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="
3355
- "resolved" "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz"
3356
- "version" "3.1.2"
3357
-
3358
-"call-bind@^1.0.0", "call-bind@^1.0.2":
3359
- "integrity" "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA=="
3360
- "resolved" "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz"
3361
- "version" "1.0.2"
3362
- dependencies:
3363
- "function-bind" "^1.1.1"
3364
- "get-intrinsic" "^1.0.2"
3365
-
3366
-"callsites@^3.0.0":
3367
- "integrity" "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
3368
- "resolved" "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz"
3369
- "version" "3.1.0"
3370
-
3371
-"camel-case@^4.1.2":
3372
- "integrity" "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw=="
3373
- "resolved" "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz"
3374
- "version" "4.1.2"
3375
- dependencies:
3376
- "pascal-case" "^3.1.2"
3377
- "tslib" "^2.0.3"
3378
-
3379
-"camelcase-css@^2.0.1":
3380
- "integrity" "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA=="
3381
- "resolved" "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz"
3382
- "version" "2.0.1"
3383
-
3384
-"camelcase@^5.3.1":
3385
- "integrity" "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
3386
- "resolved" "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz"
3387
- "version" "5.3.1"
3388
-
3389
-"camelcase@^6.2.0", "camelcase@^6.2.1":
3390
- "integrity" "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA=="
3391
- "resolved" "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz"
3392
- "version" "6.3.0"
3393
-
3394
-"caniuse-api@^3.0.0":
3395
- "integrity" "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw=="
3396
- "resolved" "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz"
3397
- "version" "3.0.0"
3398
- dependencies:
3399
- "browserslist" "^4.0.0"
3400
- "caniuse-lite" "^1.0.0"
3401
- "lodash.memoize" "^4.1.2"
3402
- "lodash.uniq" "^4.5.0"
3403
-
3404
-"caniuse-lite@^1.0.0", "caniuse-lite@^1.0.30001464", "caniuse-lite@^1.0.30001517":
3405
- "integrity" "sha512-Vdhm5S11DaFVLlyiKu4hiUTkpZu+y1KA/rZZqVQfOD5YdDT/eQKlkt7NaE0WGOFgX32diqt9MiP9CAiFeRklaA=="
3406
- "resolved" "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001517.tgz"
3407
- "version" "1.0.30001517"
3408
-
3409
-"case-sensitive-paths-webpack-plugin@^2.4.0":
3410
- "integrity" "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw=="
3411
- "resolved" "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz"
3412
- "version" "2.4.0"
3413
-
3414
-"chalk@^2.0.0", "chalk@^2.0.1", "chalk@^2.4.1":
3415
- "integrity" "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ=="
3416
- "resolved" "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
3417
- "version" "2.4.2"
3418
- dependencies:
3419
- "ansi-styles" "^3.2.1"
3420
- "escape-string-regexp" "^1.0.5"
3421
- "supports-color" "^5.3.0"
3422
-
3423
-"chalk@^4.0.0":
3424
- "integrity" "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA=="
3425
- "resolved" "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
3426
- "version" "4.1.2"
3427
- dependencies:
3428
- "ansi-styles" "^4.1.0"
3429
- "supports-color" "^7.1.0"
3430
-
3431
-"chalk@^4.0.2":
3432
- "integrity" "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA=="
3433
- "resolved" "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
3434
- "version" "4.1.2"
3435
- dependencies:
3436
- "ansi-styles" "^4.1.0"
3437
- "supports-color" "^7.1.0"
3438
-
3439
-"chalk@^4.1.0":
3440
- "integrity" "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA=="
3441
- "resolved" "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
3442
- "version" "4.1.2"
3443
- dependencies:
3444
- "ansi-styles" "^4.1.0"
3445
- "supports-color" "^7.1.0"
3446
-
3447
-"chalk@^4.1.2":
3448
- "integrity" "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA=="
3449
- "resolved" "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
3450
- "version" "4.1.2"
3451
- dependencies:
3452
- "ansi-styles" "^4.1.0"
3453
- "supports-color" "^7.1.0"
3454
-
3455
-"char-regex@^1.0.2":
3456
- "integrity" "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw=="
3457
- "resolved" "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz"
3458
- "version" "1.0.2"
3459
-
3460
-"char-regex@^2.0.0":
3461
- "integrity" "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw=="
3462
- "resolved" "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz"
3463
- "version" "2.0.1"
3464
-
3465
-"check-types@^11.1.1":
3466
- "integrity" "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ=="
3467
- "resolved" "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz"
3468
- "version" "11.1.2"
3469
-
3470
-"chokidar@^3.4.2", "chokidar@^3.5.3":
3471
- "integrity" "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw=="
3472
- "resolved" "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz"
3473
- "version" "3.5.3"
3474
- dependencies:
3475
- "anymatch" "~3.1.2"
3476
- "braces" "~3.0.2"
3477
- "glob-parent" "~5.1.2"
3478
- "is-binary-path" "~2.1.0"
3479
- "is-glob" "~4.0.1"
3480
- "normalize-path" "~3.0.0"
3481
- "readdirp" "~3.6.0"
3482
- optionalDependencies:
3483
- "fsevents" "~2.3.2"
3484
-
3485
-"chrome-trace-event@^1.0.2":
3486
- "integrity" "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg=="
3487
- "resolved" "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz"
3488
- "version" "1.0.3"
3489
-
3490
-"ci-info@^3.2.0":
3491
- "integrity" "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw=="
3492
- "resolved" "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz"
3493
- "version" "3.8.0"
3494
-
3495
-"cjs-module-lexer@^1.0.0":
3496
- "integrity" "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ=="
3497
- "resolved" "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz"
3498
- "version" "1.2.3"
3499
-
3500
-"classnames@^2.1.2", "classnames@^2.3.1":
3501
- "integrity" "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA=="
3502
- "resolved" "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz"
3503
- "version" "2.3.1"
3504
-
3505
-"clean-css@^5.2.2":
3506
- "integrity" "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww=="
3507
- "resolved" "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz"
3508
- "version" "5.3.2"
3509
- dependencies:
3510
- "source-map" "~0.6.0"
3511
-
3512
-"cliui@^7.0.2":
3513
- "integrity" "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ=="
3514
- "resolved" "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz"
3515
- "version" "7.0.4"
3516
- dependencies:
3517
- "string-width" "^4.2.0"
3518
- "strip-ansi" "^6.0.0"
3519
- "wrap-ansi" "^7.0.0"
3520
-
3521
-"co@^4.6.0":
3522
- "integrity" "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ=="
3523
- "resolved" "https://registry.npmjs.org/co/-/co-4.6.0.tgz"
3524
- "version" "4.6.0"
3525
-
3526
-"coa@^2.0.2":
3527
- "integrity" "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA=="
3528
- "resolved" "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz"
3529
- "version" "2.0.2"
3530
- dependencies:
3531
- "@types/q" "^1.5.1"
3532
- "chalk" "^2.4.1"
3533
- "q" "^1.1.2"
3534
-
3535
-"collect-v8-coverage@^1.0.0":
3536
- "integrity" "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q=="
3537
- "resolved" "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz"
3538
- "version" "1.0.2"
3539
-
3540
-"color-convert@^1.9.0":
3541
- "integrity" "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg=="
3542
- "resolved" "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz"
3543
- "version" "1.9.3"
3544
- dependencies:
3545
- "color-name" "1.1.3"
3546
-
3547
-"color-convert@^2.0.1":
3548
- "integrity" "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ=="
3549
- "resolved" "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz"
3550
- "version" "2.0.1"
3551
- dependencies:
3552
- "color-name" "~1.1.4"
3553
-
3554
-"color-name@~1.1.4":
3555
- "integrity" "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
3556
- "resolved" "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
3557
- "version" "1.1.4"
3558
-
3559
-"color-name@1.1.3":
3560
- "integrity" "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
3561
- "resolved" "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz"
3562
- "version" "1.1.3"
3563
-
3564
-"colord@^2.9.1":
3565
- "integrity" "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw=="
3566
- "resolved" "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz"
3567
- "version" "2.9.3"
3568
-
3569
-"colorette@^2.0.10":
3570
- "integrity" "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w=="
3571
- "resolved" "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz"
3572
- "version" "2.0.20"
3573
-
3574
-"combined-stream@^1.0.8":
3575
- "integrity" "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg=="
3576
- "resolved" "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz"
3577
- "version" "1.0.8"
3578
- dependencies:
3579
- "delayed-stream" "~1.0.0"
3580
-
3581
-"commander@^2.20.0":
3582
- "integrity" "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
3583
- "resolved" "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz"
3584
- "version" "2.20.3"
3585
-
3586
-"commander@^4.0.0":
3587
- "integrity" "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA=="
3588
- "resolved" "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz"
3589
- "version" "4.1.1"
3590
-
3591
-"commander@^7.2.0":
3592
- "integrity" "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="
3593
- "resolved" "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz"
3594
- "version" "7.2.0"
3595
-
3596
-"commander@^8.3.0":
3597
- "integrity" "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww=="
3598
- "resolved" "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz"
3599
- "version" "8.3.0"
3600
-
3601
-"common-path-prefix@^3.0.0":
3602
- "integrity" "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w=="
3603
- "resolved" "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz"
3604
- "version" "3.0.0"
3605
-
3606
-"common-tags@^1.8.0":
3607
- "integrity" "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA=="
3608
- "resolved" "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz"
3609
- "version" "1.8.2"
3610
-
3611
-"commondir@^1.0.1":
3612
- "integrity" "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
3613
- "resolved" "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz"
3614
- "version" "1.0.1"
3615
-
3616
-"compressible@~2.0.16":
3617
- "integrity" "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg=="
3618
- "resolved" "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz"
3619
- "version" "2.0.18"
3620
- dependencies:
3621
- "mime-db" ">= 1.43.0 < 2"
3622
-
3623
-"compression@^1.7.4":
3624
- "integrity" "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ=="
3625
- "resolved" "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz"
3626
- "version" "1.7.4"
3627
- dependencies:
3628
- "accepts" "~1.3.5"
3629
- "bytes" "3.0.0"
3630
- "compressible" "~2.0.16"
3631
- "debug" "2.6.9"
3632
- "on-headers" "~1.0.2"
3633
- "safe-buffer" "5.1.2"
3634
- "vary" "~1.1.2"
3635
-
3636
-"concat-map@0.0.1":
3637
- "integrity" "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
3638
- "resolved" "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
3639
- "version" "0.0.1"
3640
-
3641
-"confusing-browser-globals@^1.0.11":
3642
- "integrity" "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA=="
3643
- "resolved" "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz"
3644
- "version" "1.0.11"
3645
-
3646
-"connect-history-api-fallback@^2.0.0":
3647
- "integrity" "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA=="
3648
- "resolved" "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz"
3649
- "version" "2.0.0"
3650
-
3651
-"content-disposition@0.5.4":
3652
- "integrity" "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ=="
3653
- "resolved" "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz"
3654
- "version" "0.5.4"
3655
- dependencies:
3656
- "safe-buffer" "5.2.1"
3657
-
3658
-"content-type@~1.0.4":
3659
- "integrity" "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA=="
3660
- "resolved" "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz"
3661
- "version" "1.0.5"
3662
-
3663
-"convert-source-map@^1.4.0", "convert-source-map@^1.6.0", "convert-source-map@^1.7.0":
3664
- "integrity" "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA=="
3665
- "resolved" "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz"
3666
- "version" "1.8.0"
3667
- dependencies:
3668
- "safe-buffer" "~5.1.1"
3669
-
3670
-"cookie-signature@1.0.6":
3671
- "integrity" "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ=="
3672
- "resolved" "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
3673
- "version" "1.0.6"
3674
-
3675
-"cookie@0.5.0":
3676
- "integrity" "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw=="
3677
- "resolved" "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz"
3678
- "version" "0.5.0"
3679
-
3680
-"core-js-compat@^3.20.0", "core-js-compat@^3.20.2":
3681
- "integrity" "sha512-c8M5h0IkNZ+I92QhIpuSijOxGAcj3lgpsWdkCqmUTZNwidujF4r3pi6x1DCN+Vcs5qTS2XWWMfWSuCqyupX8gw=="
3682
- "resolved" "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.3.tgz"
3683
- "version" "3.20.3"
3684
- dependencies:
3685
- "browserslist" "^4.19.1"
3686
- "semver" "7.0.0"
3687
-
3688
-"core-js-pure@^3.23.3":
3689
- "integrity" "sha512-qsev1H+dTNYpDUEURRuOXMvpdtAnNEvQWS/FMJ2Vb5AY8ZP4rAPQldkE27joykZPJTe0+IVgHZYh1P5Xu1/i1g=="
3690
- "resolved" "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.32.0.tgz"
3691
- "version" "3.32.0"
3692
-
3693
-"core-js@^3.19.2":
3694
- "integrity" "sha512-rd4rYZNlF3WuoYuRIDEmbR/ga9CeuWX9U05umAvgrrZoHY4Z++cp/xwPQMvUpBB4Ag6J8KfD80G0zwCyaSxDww=="
3695
- "resolved" "https://registry.npmjs.org/core-js/-/core-js-3.32.0.tgz"
3696
- "version" "3.32.0"
3697
-
3698
-"core-js@3.6.5":
3699
- "integrity" "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA=="
3700
- "resolved" "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz"
3701
- "version" "3.6.5"
3702
-
3703
-"core-util-is@~1.0.0":
3704
- "integrity" "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
3705
- "resolved" "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz"
3706
- "version" "1.0.3"
3707
-
3708
-"cosmiconfig@^6.0.0":
3709
- "integrity" "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg=="
3710
- "resolved" "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz"
3711
- "version" "6.0.0"
3712
- dependencies:
3713
- "@types/parse-json" "^4.0.0"
3714
- "import-fresh" "^3.1.0"
3715
- "parse-json" "^5.0.0"
3716
- "path-type" "^4.0.0"
3717
- "yaml" "^1.7.2"
3718
-
3719
-"cosmiconfig@^7.0.0":
3720
- "integrity" "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ=="
3721
- "resolved" "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz"
3722
- "version" "7.0.1"
3723
- dependencies:
3724
- "@types/parse-json" "^4.0.0"
3725
- "import-fresh" "^3.2.1"
3726
- "parse-json" "^5.0.0"
3727
- "path-type" "^4.0.0"
3728
- "yaml" "^1.10.0"
3729
-
3730
-"cross-spawn@^7.0.2", "cross-spawn@^7.0.3":
3731
- "integrity" "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w=="
3732
- "resolved" "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz"
3733
- "version" "7.0.3"
3734
- dependencies:
3735
- "path-key" "^3.1.0"
3736
- "shebang-command" "^2.0.0"
3737
- "which" "^2.0.1"
3738
-
3739
-"crypto-random-string@^2.0.0":
3740
- "integrity" "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA=="
3741
- "resolved" "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz"
3742
- "version" "2.0.0"
3743
-
3744
-"css-blank-pseudo@^3.0.3":
3745
- "integrity" "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ=="
3746
- "resolved" "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz"
3747
- "version" "3.0.3"
3748
- dependencies:
3749
- "postcss-selector-parser" "^6.0.9"
3750
-
3751
-"css-declaration-sorter@^6.3.1":
3752
- "integrity" "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g=="
3753
- "resolved" "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz"
3754
- "version" "6.4.1"
3755
-
3756
-"css-has-pseudo@^3.0.4":
3757
- "integrity" "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw=="
3758
- "resolved" "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz"
3759
- "version" "3.0.4"
3760
- dependencies:
3761
- "postcss-selector-parser" "^6.0.9"
3762
-
3763
-"css-loader@^6.5.1":
3764
- "integrity" "sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g=="
3765
- "resolved" "https://registry.npmjs.org/css-loader/-/css-loader-6.8.1.tgz"
3766
- "version" "6.8.1"
3767
- dependencies:
3768
- "icss-utils" "^5.1.0"
3769
- "postcss" "^8.4.21"
3770
- "postcss-modules-extract-imports" "^3.0.0"
3771
- "postcss-modules-local-by-default" "^4.0.3"
3772
- "postcss-modules-scope" "^3.0.0"
3773
- "postcss-modules-values" "^4.0.0"
3774
- "postcss-value-parser" "^4.2.0"
3775
- "semver" "^7.3.8"
3776
-
3777
-"css-minimizer-webpack-plugin@^3.2.0":
3778
- "integrity" "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q=="
3779
- "resolved" "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz"
3780
- "version" "3.4.1"
3781
- dependencies:
3782
- "cssnano" "^5.0.6"
3783
- "jest-worker" "^27.0.2"
3784
- "postcss" "^8.3.5"
3785
- "schema-utils" "^4.0.0"
3786
- "serialize-javascript" "^6.0.0"
3787
- "source-map" "^0.6.1"
3788
-
3789
-"css-prefers-color-scheme@^6.0.3":
3790
- "integrity" "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA=="
3791
- "resolved" "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz"
3792
- "version" "6.0.3"
3793
-
3794
-"css-select-base-adapter@^0.1.1":
3795
- "integrity" "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
3796
- "resolved" "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz"
3797
- "version" "0.1.1"
3798
-
3799
-"css-select@^2.0.0":
3800
- "integrity" "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ=="
3801
- "resolved" "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz"
3802
- "version" "2.1.0"
3803
- dependencies:
3804
- "boolbase" "^1.0.0"
3805
- "css-what" "^3.2.1"
3806
- "domutils" "^1.7.0"
3807
- "nth-check" "^1.0.2"
3808
-
3809
-"css-select@^4.1.3":
3810
- "integrity" "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ=="
3811
- "resolved" "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz"
3812
- "version" "4.3.0"
3813
- dependencies:
3814
- "boolbase" "^1.0.0"
3815
- "css-what" "^6.0.1"
3816
- "domhandler" "^4.3.1"
3817
- "domutils" "^2.8.0"
3818
- "nth-check" "^2.0.1"
3819
-
3820
-"css-tree@^1.1.2":
3821
- "integrity" "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q=="
3822
- "resolved" "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz"
3823
- "version" "1.1.3"
3824
- dependencies:
3825
- "mdn-data" "2.0.14"
3826
- "source-map" "^0.6.1"
3827
-
3828
-"css-tree@^1.1.3":
3829
- "integrity" "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q=="
3830
- "resolved" "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz"
3831
- "version" "1.1.3"
3832
- dependencies:
3833
- "mdn-data" "2.0.14"
3834
- "source-map" "^0.6.1"
3835
-
3836
-"css-tree@1.0.0-alpha.37":
3837
- "integrity" "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg=="
3838
- "resolved" "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz"
3839
- "version" "1.0.0-alpha.37"
3840
- dependencies:
3841
- "mdn-data" "2.0.4"
3842
- "source-map" "^0.6.1"
3843
-
3844
-"css-what@^3.2.1":
3845
- "integrity" "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ=="
3846
- "resolved" "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz"
3847
- "version" "3.4.2"
3848
-
3849
-"css-what@^6.0.1":
3850
- "integrity" "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw=="
3851
- "resolved" "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz"
3852
- "version" "6.1.0"
3853
-
3854
-"cssdb@^7.1.0":
3855
- "integrity" "sha512-1hN+I3r4VqSNQ+OmMXxYexnumbOONkSil0TWMebVXHtzYW4tRRPovUNHPHj2d4nrgOuYJ8Vs3XwvywsuwwXNNA=="
3856
- "resolved" "https://registry.npmjs.org/cssdb/-/cssdb-7.7.0.tgz"
3857
- "version" "7.7.0"
3858
-
3859
-"cssesc@^3.0.0":
3860
- "integrity" "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="
3861
- "resolved" "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz"
3862
- "version" "3.0.0"
3863
-
3864
-"cssnano-preset-default@^5.2.14":
3865
- "integrity" "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A=="
3866
- "resolved" "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz"
3867
- "version" "5.2.14"
3868
- dependencies:
3869
- "css-declaration-sorter" "^6.3.1"
3870
- "cssnano-utils" "^3.1.0"
3871
- "postcss-calc" "^8.2.3"
3872
- "postcss-colormin" "^5.3.1"
3873
- "postcss-convert-values" "^5.1.3"
3874
- "postcss-discard-comments" "^5.1.2"
3875
- "postcss-discard-duplicates" "^5.1.0"
3876
- "postcss-discard-empty" "^5.1.1"
3877
- "postcss-discard-overridden" "^5.1.0"
3878
- "postcss-merge-longhand" "^5.1.7"
3879
- "postcss-merge-rules" "^5.1.4"
3880
- "postcss-minify-font-values" "^5.1.0"
3881
- "postcss-minify-gradients" "^5.1.1"
3882
- "postcss-minify-params" "^5.1.4"
3883
- "postcss-minify-selectors" "^5.2.1"
3884
- "postcss-normalize-charset" "^5.1.0"
3885
- "postcss-normalize-display-values" "^5.1.0"
3886
- "postcss-normalize-positions" "^5.1.1"
3887
- "postcss-normalize-repeat-style" "^5.1.1"
3888
- "postcss-normalize-string" "^5.1.0"
3889
- "postcss-normalize-timing-functions" "^5.1.0"
3890
- "postcss-normalize-unicode" "^5.1.1"
3891
- "postcss-normalize-url" "^5.1.0"
3892
- "postcss-normalize-whitespace" "^5.1.1"
3893
- "postcss-ordered-values" "^5.1.3"
3894
- "postcss-reduce-initial" "^5.1.2"
3895
- "postcss-reduce-transforms" "^5.1.0"
3896
- "postcss-svgo" "^5.1.0"
3897
- "postcss-unique-selectors" "^5.1.1"
3898
-
3899
-"cssnano-utils@^3.1.0":
3900
- "integrity" "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA=="
3901
- "resolved" "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz"
3902
- "version" "3.1.0"
3903
-
3904
-"cssnano@^5.0.6":
3905
- "integrity" "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw=="
3906
- "resolved" "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz"
3907
- "version" "5.1.15"
3908
- dependencies:
3909
- "cssnano-preset-default" "^5.2.14"
3910
- "lilconfig" "^2.0.3"
3911
- "yaml" "^1.10.2"
3912
-
3913
-"csso@^4.0.2", "csso@^4.2.0":
3914
- "integrity" "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA=="
3915
- "resolved" "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz"
3916
- "version" "4.2.0"
3917
- dependencies:
3918
- "css-tree" "^1.1.2"
3919
-
3920
-"cssom@^0.4.4":
3921
- "integrity" "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
3922
- "resolved" "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz"
3923
- "version" "0.4.4"
3924
-
3925
-"cssom@~0.3.6":
3926
- "integrity" "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
3927
- "resolved" "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz"
3928
- "version" "0.3.8"
3929
-
3930
-"cssstyle@^2.3.0":
3931
- "integrity" "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A=="
3932
- "resolved" "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz"
3933
- "version" "2.3.0"
3934
- dependencies:
3935
- "cssom" "~0.3.6"
3936
-
3937
-"csstype@^3.0.2":
3938
- "integrity" "sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA=="
3939
- "resolved" "https://registry.npmjs.org/csstype/-/csstype-3.0.10.tgz"
3940
- "version" "3.0.10"
3941
-
3942
-"damerau-levenshtein@^1.0.8":
3943
- "integrity" "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="
3944
- "resolved" "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz"
3945
- "version" "1.0.8"
3946
-
3947
-"data-urls@^2.0.0":
3948
- "integrity" "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ=="
3949
- "resolved" "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz"
3950
- "version" "2.0.0"
3951
- dependencies:
3952
- "abab" "^2.0.3"
3953
- "whatwg-mimetype" "^2.3.0"
3954
- "whatwg-url" "^8.0.0"
3955
-
3956
-"debug@^2.6.0":
3957
- "integrity" "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA=="
3958
- "resolved" "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
3959
- "version" "2.6.9"
3960
- dependencies:
3961
- "ms" "2.0.0"
3962
-
3963
-"debug@^2.6.6":
3964
- "integrity" "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA=="
3965
- "resolved" "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
3966
- "version" "2.6.9"
3967
- dependencies:
3968
- "ms" "2.0.0"
3969
-
3970
-"debug@^3.2.7":
3971
- "integrity" "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ=="
3972
- "resolved" "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz"
3973
- "version" "3.2.7"
3974
- dependencies:
3975
- "ms" "^2.1.1"
3976
-
3977
-"debug@^4.1.0", "debug@^4.1.1", "debug@^4.3.2", "debug@4":
3978
- "integrity" "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q=="
3979
- "resolved" "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz"
3980
- "version" "4.3.3"
3981
- dependencies:
3982
- "ms" "2.1.2"
3983
-
3984
-"debug@^4.3.4":
3985
- "integrity" "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ=="
3986
- "resolved" "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"
3987
- "version" "4.3.4"
3988
- dependencies:
3989
- "ms" "2.1.2"
3990
-
3991
-"debug@2.6.9":
3992
- "integrity" "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA=="
3993
- "resolved" "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
3994
- "version" "2.6.9"
3995
- dependencies:
3996
- "ms" "2.0.0"
3997
-
3998
-"decimal.js@^10.2.1":
3999
- "integrity" "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA=="
4000
- "resolved" "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz"
4001
- "version" "10.4.3"
4002
-
4003
-"dedent@^0.7.0":
4004
- "integrity" "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA=="
4005
- "resolved" "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz"
4006
- "version" "0.7.0"
4007
-
4008
-"deep-is@^0.1.3":
4009
- "integrity" "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
4010
- "resolved" "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz"
4011
- "version" "0.1.4"
4012
-
4013
-"deepmerge@^4.2.2":
4014
- "integrity" "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg=="
4015
- "resolved" "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz"
4016
- "version" "4.2.2"
4017
-
4018
-"default-gateway@^6.0.3":
4019
- "integrity" "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg=="
4020
- "resolved" "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz"
4021
- "version" "6.0.3"
4022
- dependencies:
4023
- "execa" "^5.0.0"
4024
-
4025
-"define-lazy-prop@^2.0.0":
4026
- "integrity" "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og=="
4027
- "resolved" "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz"
4028
- "version" "2.0.0"
4029
-
4030
-"define-properties@^1.1.2", "define-properties@^1.1.3", "define-properties@^1.1.4", "define-properties@^1.2.0":
4031
- "integrity" "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA=="
4032
- "resolved" "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz"
4033
- "version" "1.2.0"
4034
- dependencies:
4035
- "has-property-descriptors" "^1.0.0"
4036
- "object-keys" "^1.1.1"
4037
-
4038
-"delayed-stream@~1.0.0":
4039
- "integrity" "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="
4040
- "resolved" "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
4041
- "version" "1.0.0"
4042
-
4043
-"depd@~1.1.2":
4044
- "integrity" "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ=="
4045
- "resolved" "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz"
4046
- "version" "1.1.2"
4047
-
4048
-"depd@2.0.0":
4049
- "integrity" "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw=="
4050
- "resolved" "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz"
4051
- "version" "2.0.0"
4052
-
4053
-"dequal@^2.0.2", "dequal@^2.0.3":
4054
- "integrity" "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA=="
4055
- "resolved" "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz"
4056
- "version" "2.0.3"
4057
-
4058
-"destroy@1.2.0":
4059
- "integrity" "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg=="
4060
- "resolved" "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz"
4061
- "version" "1.2.0"
4062
-
4063
-"detect-newline@^3.0.0":
4064
- "integrity" "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA=="
4065
- "resolved" "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz"
4066
- "version" "3.1.0"
4067
-
4068
-"detect-node@^2.0.4":
4069
- "integrity" "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g=="
4070
- "resolved" "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz"
4071
- "version" "2.1.0"
4072
-
4073
-"detect-port-alt@^1.1.6":
4074
- "integrity" "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q=="
4075
- "resolved" "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz"
4076
- "version" "1.1.6"
4077
- dependencies:
4078
- "address" "^1.0.1"
4079
- "debug" "^2.6.0"
4080
-
4081
-"dexie@^3.2.0":
4082
- "integrity" "sha512-OpS8ss1CLHYAhxRu6hT+/Gt1uLhKCf0O18xHBdRGlemOWXXRiiOZ0ty1/bACIJzGt1DGmvarzrPwYYt9EkRZfw=="
4083
- "resolved" "https://registry.npmjs.org/dexie/-/dexie-3.2.0.tgz"
4084
- "version" "3.2.0"
4085
-
4086
-"didyoumean@^1.2.2":
4087
- "integrity" "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
4088
- "resolved" "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz"
4089
- "version" "1.2.2"
4090
-
4091
-"diff-sequences@^24.9.0":
4092
- "integrity" "sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew=="
4093
- "resolved" "https://registry.npmjs.org/diff-sequences/-/diff-sequences-24.9.0.tgz"
4094
- "version" "24.9.0"
4095
-
4096
-"diff-sequences@^27.5.1":
4097
- "integrity" "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ=="
4098
- "resolved" "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz"
4099
- "version" "27.5.1"
4100
-
4101
-"dir-glob@^3.0.1":
4102
- "integrity" "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA=="
4103
- "resolved" "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz"
4104
- "version" "3.0.1"
4105
- dependencies:
4106
- "path-type" "^4.0.0"
4107
-
4108
-"dlv@^1.1.3":
4109
- "integrity" "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
4110
- "resolved" "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz"
4111
- "version" "1.1.3"
4112
-
4113
-"dns-equal@^1.0.0":
4114
- "integrity" "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg=="
4115
- "resolved" "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz"
4116
- "version" "1.0.0"
4117
-
4118
-"dns-packet@^5.2.2":
4119
- "integrity" "sha512-rza3UH1LwdHh9qyPXp8lkwpjSNk/AMD3dPytUoRoqnypDUhY0xvbdmVhWOfxO68frEfV9BU8V12Ez7ZsHGZpCQ=="
4120
- "resolved" "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.0.tgz"
4121
- "version" "5.6.0"
4122
- dependencies:
4123
- "@leichtgewicht/ip-codec" "^2.0.1"
4124
-
4125
-"doctrine@^2.1.0":
4126
- "integrity" "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw=="
4127
- "resolved" "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz"
4128
- "version" "2.1.0"
4129
- dependencies:
4130
- "esutils" "^2.0.2"
4131
-
4132
-"doctrine@^3.0.0":
4133
- "integrity" "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w=="
4134
- "resolved" "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz"
4135
- "version" "3.0.0"
4136
- dependencies:
4137
- "esutils" "^2.0.2"
4138
-
4139
-"dom-converter@^0.2.0":
4140
- "integrity" "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA=="
4141
- "resolved" "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz"
4142
- "version" "0.2.0"
4143
- dependencies:
4144
- "utila" "~0.4"
4145
-
4146
-"dom-helpers@^5.0.1", "dom-helpers@^5.2.0", "dom-helpers@^5.2.1":
4147
- "integrity" "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA=="
4148
- "resolved" "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz"
4149
- "version" "5.2.1"
4150
- dependencies:
4151
- "@babel/runtime" "^7.8.7"
4152
- "csstype" "^3.0.2"
4153
-
4154
-"dom-serializer@^1.0.1":
4155
- "integrity" "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag=="
4156
- "resolved" "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz"
4157
- "version" "1.4.1"
4158
- dependencies:
4159
- "domelementtype" "^2.0.1"
4160
- "domhandler" "^4.2.0"
4161
- "entities" "^2.0.0"
4162
-
4163
-"dom-serializer@0":
4164
- "integrity" "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g=="
4165
- "resolved" "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz"
4166
- "version" "0.2.2"
4167
- dependencies:
4168
- "domelementtype" "^2.0.1"
4169
- "entities" "^2.0.0"
4170
-
4171
-"dom-storage@2.1.0":
4172
- "integrity" "sha512-g6RpyWXzl0RR6OTElHKBl7nwnK87GUyZMYC7JWsB/IA73vpqK2K6LT39x4VepLxlSsWBFrPVLnsSR5Jyty0+2Q=="
4173
- "resolved" "https://registry.npmjs.org/dom-storage/-/dom-storage-2.1.0.tgz"
4174
- "version" "2.1.0"
4175
-
4176
-"domelementtype@^2.0.1", "domelementtype@^2.2.0":
4177
- "integrity" "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A=="
4178
- "resolved" "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz"
4179
- "version" "2.2.0"
4180
-
4181
-"domelementtype@1":
4182
- "integrity" "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
4183
- "resolved" "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz"
4184
- "version" "1.3.1"
4185
-
4186
-"domexception@^2.0.1":
4187
- "integrity" "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg=="
4188
- "resolved" "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz"
4189
- "version" "2.0.1"
4190
- dependencies:
4191
- "webidl-conversions" "^5.0.0"
4192
-
4193
-"domhandler@^4.0.0", "domhandler@^4.2.0", "domhandler@^4.3.1":
4194
- "integrity" "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ=="
4195
- "resolved" "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz"
4196
- "version" "4.3.1"
4197
- dependencies:
4198
- "domelementtype" "^2.2.0"
4199
-
4200
-"domutils@^1.7.0":
4201
- "integrity" "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg=="
4202
- "resolved" "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz"
4203
- "version" "1.7.0"
4204
- dependencies:
4205
- "dom-serializer" "0"
4206
- "domelementtype" "1"
4207
-
4208
-"domutils@^2.5.2", "domutils@^2.8.0":
4209
- "integrity" "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A=="
4210
- "resolved" "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz"
4211
- "version" "2.8.0"
4212
- dependencies:
4213
- "dom-serializer" "^1.0.1"
4214
- "domelementtype" "^2.2.0"
4215
- "domhandler" "^4.2.0"
4216
-
4217
-"dot-case@^3.0.4":
4218
- "integrity" "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w=="
4219
- "resolved" "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz"
4220
- "version" "3.0.4"
4221
- dependencies:
4222
- "no-case" "^3.0.4"
4223
- "tslib" "^2.0.3"
4224
-
4225
-"dotenv-expand@^5.1.0":
4226
- "integrity" "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA=="
4227
- "resolved" "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz"
4228
- "version" "5.1.0"
4229
-
4230
-"dotenv@^10.0.0":
4231
- "integrity" "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q=="
4232
- "resolved" "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz"
4233
- "version" "10.0.0"
4234
-
4235
-"duplexer@^0.1.2":
4236
- "integrity" "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
4237
- "resolved" "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz"
4238
- "version" "0.1.2"
4239
-
4240
-"ee-first@1.1.1":
4241
- "integrity" "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
4242
- "resolved" "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz"
4243
- "version" "1.1.1"
4244
-
4245
-"ejs@^3.1.6":
4246
- "integrity" "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ=="
4247
- "resolved" "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz"
4248
- "version" "3.1.9"
4249
- dependencies:
4250
- "jake" "^10.8.5"
4251
-
4252
-"electron-to-chromium@^1.4.477":
4253
- "integrity" "sha512-shUVy6Eawp33dFBFIoYbIwLHrX0IZ857AlH9ug2o4rvbWmpaCUdBpQ5Zw39HRrfzAFm4APJE9V+E2A/WB0YqJw=="
4254
- "resolved" "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.477.tgz"
4255
- "version" "1.4.477"
4256
-
4257
-"emittery@^0.10.2":
4258
- "integrity" "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw=="
4259
- "resolved" "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz"
4260
- "version" "0.10.2"
4261
-
4262
-"emittery@^0.8.1":
4263
- "integrity" "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg=="
4264
- "resolved" "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz"
4265
- "version" "0.8.1"
4266
-
4267
-"emoji-regex@^8.0.0":
4268
- "integrity" "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
4269
- "resolved" "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz"
4270
- "version" "8.0.0"
4271
-
4272
-"emoji-regex@^9.2.2":
4273
- "integrity" "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
4274
- "resolved" "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz"
4275
- "version" "9.2.2"
4276
-
4277
-"emojis-list@^3.0.0":
4278
- "integrity" "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q=="
4279
- "resolved" "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz"
4280
- "version" "3.0.0"
4281
-
4282
-"encodeurl@~1.0.2":
4283
- "integrity" "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w=="
4284
- "resolved" "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz"
4285
- "version" "1.0.2"
4286
-
4287
-"enhanced-resolve@^5.15.0":
4288
- "integrity" "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg=="
4289
- "resolved" "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz"
4290
- "version" "5.15.0"
4291
- dependencies:
4292
- "graceful-fs" "^4.2.4"
4293
- "tapable" "^2.2.0"
4294
-
4295
-"entities@^2.0.0":
4296
- "integrity" "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A=="
4297
- "resolved" "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz"
4298
- "version" "2.2.0"
4299
-
4300
-"error-ex@^1.3.1":
4301
- "integrity" "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g=="
4302
- "resolved" "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz"
4303
- "version" "1.3.2"
4304
- dependencies:
4305
- "is-arrayish" "^0.2.1"
4306
-
4307
-"error-stack-parser@^2.0.6":
4308
- "integrity" "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ=="
4309
- "resolved" "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz"
4310
- "version" "2.1.4"
4311
- dependencies:
4312
- "stackframe" "^1.3.4"
4313
-
4314
-"es-abstract@^1.19.0", "es-abstract@^1.19.1", "es-abstract@^1.20.4", "es-abstract@^1.21.2":
4315
- "integrity" "sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw=="
4316
- "resolved" "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz"
4317
- "version" "1.22.1"
4318
- dependencies:
4319
- "array-buffer-byte-length" "^1.0.0"
4320
- "arraybuffer.prototype.slice" "^1.0.1"
4321
- "available-typed-arrays" "^1.0.5"
4322
- "call-bind" "^1.0.2"
4323
- "es-set-tostringtag" "^2.0.1"
4324
- "es-to-primitive" "^1.2.1"
4325
- "function.prototype.name" "^1.1.5"
4326
- "get-intrinsic" "^1.2.1"
4327
- "get-symbol-description" "^1.0.0"
4328
- "globalthis" "^1.0.3"
4329
- "gopd" "^1.0.1"
4330
- "has" "^1.0.3"
4331
- "has-property-descriptors" "^1.0.0"
4332
- "has-proto" "^1.0.1"
4333
- "has-symbols" "^1.0.3"
4334
- "internal-slot" "^1.0.5"
4335
- "is-array-buffer" "^3.0.2"
4336
- "is-callable" "^1.2.7"
4337
- "is-negative-zero" "^2.0.2"
4338
- "is-regex" "^1.1.4"
4339
- "is-shared-array-buffer" "^1.0.2"
4340
- "is-string" "^1.0.7"
4341
- "is-typed-array" "^1.1.10"
4342
- "is-weakref" "^1.0.2"
4343
- "object-inspect" "^1.12.3"
4344
- "object-keys" "^1.1.1"
4345
- "object.assign" "^4.1.4"
4346
- "regexp.prototype.flags" "^1.5.0"
4347
- "safe-array-concat" "^1.0.0"
4348
- "safe-regex-test" "^1.0.0"
4349
- "string.prototype.trim" "^1.2.7"
4350
- "string.prototype.trimend" "^1.0.6"
4351
- "string.prototype.trimstart" "^1.0.6"
4352
- "typed-array-buffer" "^1.0.0"
4353
- "typed-array-byte-length" "^1.0.0"
4354
- "typed-array-byte-offset" "^1.0.0"
4355
- "typed-array-length" "^1.0.4"
4356
- "unbox-primitive" "^1.0.2"
4357
- "which-typed-array" "^1.1.10"
4358
-
4359
-"es-module-lexer@^1.2.1":
4360
- "integrity" "sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA=="
4361
- "resolved" "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.0.tgz"
4362
- "version" "1.3.0"
4363
-
4364
-"es-set-tostringtag@^2.0.1":
4365
- "integrity" "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg=="
4366
- "resolved" "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz"
4367
- "version" "2.0.1"
4368
- dependencies:
4369
- "get-intrinsic" "^1.1.3"
4370
- "has" "^1.0.3"
4371
- "has-tostringtag" "^1.0.0"
4372
-
4373
-"es-shim-unscopables@^1.0.0":
4374
- "integrity" "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w=="
4375
- "resolved" "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz"
4376
- "version" "1.0.0"
4377
- dependencies:
4378
- "has" "^1.0.3"
4379
-
4380
-"es-to-primitive@^1.2.1":
4381
- "integrity" "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA=="
4382
- "resolved" "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz"
4383
- "version" "1.2.1"
4384
- dependencies:
4385
- "is-callable" "^1.1.4"
4386
- "is-date-object" "^1.0.1"
4387
- "is-symbol" "^1.0.2"
4388
-
4389
-"escalade@^3.1.1":
4390
- "integrity" "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw=="
4391
- "resolved" "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz"
4392
- "version" "3.1.1"
4393
-
4394
-"escape-html@~1.0.3":
4395
- "integrity" "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
4396
- "resolved" "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz"
4397
- "version" "1.0.3"
4398
-
4399
-"escape-string-regexp@^1.0.5":
4400
- "integrity" "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
4401
- "resolved" "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
4402
- "version" "1.0.5"
4403
-
4404
-"escape-string-regexp@^2.0.0":
4405
- "integrity" "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
4406
- "resolved" "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz"
4407
- "version" "2.0.0"
4408
-
4409
-"escape-string-regexp@^4.0.0":
4410
- "integrity" "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
4411
- "resolved" "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
4412
- "version" "4.0.0"
4413
-
4414
-"escodegen@^2.0.0":
4415
- "integrity" "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w=="
4416
- "resolved" "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz"
4417
- "version" "2.1.0"
4418
- dependencies:
4419
- "esprima" "^4.0.1"
4420
- "estraverse" "^5.2.0"
4421
- "esutils" "^2.0.2"
4422
- optionalDependencies:
4423
- "source-map" "~0.6.1"
4424
-
4425
-"eslint-config-react-app@^7.0.1":
4426
- "integrity" "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA=="
4427
- "resolved" "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz"
4428
- "version" "7.0.1"
4429
- dependencies:
4430
- "@babel/core" "^7.16.0"
4431
- "@babel/eslint-parser" "^7.16.3"
4432
- "@rushstack/eslint-patch" "^1.1.0"
4433
- "@typescript-eslint/eslint-plugin" "^5.5.0"
4434
- "@typescript-eslint/parser" "^5.5.0"
4435
- "babel-preset-react-app" "^10.0.1"
4436
- "confusing-browser-globals" "^1.0.11"
4437
- "eslint-plugin-flowtype" "^8.0.3"
4438
- "eslint-plugin-import" "^2.25.3"
4439
- "eslint-plugin-jest" "^25.3.0"
4440
- "eslint-plugin-jsx-a11y" "^6.5.1"
4441
- "eslint-plugin-react" "^7.27.1"
4442
- "eslint-plugin-react-hooks" "^4.3.0"
4443
- "eslint-plugin-testing-library" "^5.0.1"
4444
-
4445
-"eslint-import-resolver-node@^0.3.7":
4446
- "integrity" "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA=="
4447
- "resolved" "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz"
4448
- "version" "0.3.7"
4449
- dependencies:
4450
- "debug" "^3.2.7"
4451
- "is-core-module" "^2.11.0"
4452
- "resolve" "^1.22.1"
4453
-
4454
-"eslint-module-utils@^2.8.0":
4455
- "integrity" "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw=="
4456
- "resolved" "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz"
4457
- "version" "2.8.0"
4458
- dependencies:
4459
- "debug" "^3.2.7"
4460
-
4461
-"eslint-plugin-flowtype@^8.0.3":
4462
- "integrity" "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ=="
4463
- "resolved" "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz"
4464
- "version" "8.0.3"
4465
- dependencies:
4466
- "lodash" "^4.17.21"
4467
- "string-natural-compare" "^3.0.1"
4468
-
4469
-"eslint-plugin-import@^2.25.3":
4470
- "integrity" "sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q=="
4471
- "resolved" "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz"
4472
- "version" "2.28.0"
4473
- dependencies:
4474
- "array-includes" "^3.1.6"
4475
- "array.prototype.findlastindex" "^1.2.2"
4476
- "array.prototype.flat" "^1.3.1"
4477
- "array.prototype.flatmap" "^1.3.1"
4478
- "debug" "^3.2.7"
4479
- "doctrine" "^2.1.0"
4480
- "eslint-import-resolver-node" "^0.3.7"
4481
- "eslint-module-utils" "^2.8.0"
4482
- "has" "^1.0.3"
4483
- "is-core-module" "^2.12.1"
4484
- "is-glob" "^4.0.3"
4485
- "minimatch" "^3.1.2"
4486
- "object.fromentries" "^2.0.6"
4487
- "object.groupby" "^1.0.0"
4488
- "object.values" "^1.1.6"
4489
- "resolve" "^1.22.3"
4490
- "semver" "^6.3.1"
4491
- "tsconfig-paths" "^3.14.2"
4492
-
4493
-"eslint-plugin-jest@^25.3.0":
4494
- "integrity" "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ=="
4495
- "resolved" "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz"
4496
- "version" "25.7.0"
4497
- dependencies:
4498
- "@typescript-eslint/experimental-utils" "^5.0.0"
4499
-
4500
-"eslint-plugin-jsx-a11y@^6.5.1":
4501
- "integrity" "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA=="
4502
- "resolved" "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz"
4503
- "version" "6.7.1"
4504
- dependencies:
4505
- "@babel/runtime" "^7.20.7"
4506
- "aria-query" "^5.1.3"
4507
- "array-includes" "^3.1.6"
4508
- "array.prototype.flatmap" "^1.3.1"
4509
- "ast-types-flow" "^0.0.7"
4510
- "axe-core" "^4.6.2"
4511
- "axobject-query" "^3.1.1"
4512
- "damerau-levenshtein" "^1.0.8"
4513
- "emoji-regex" "^9.2.2"
4514
- "has" "^1.0.3"
4515
- "jsx-ast-utils" "^3.3.3"
4516
- "language-tags" "=1.0.5"
4517
- "minimatch" "^3.1.2"
4518
- "object.entries" "^1.1.6"
4519
- "object.fromentries" "^2.0.6"
4520
- "semver" "^6.3.0"
4521
-
4522
-"eslint-plugin-react-hooks@^4.3.0":
4523
- "integrity" "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g=="
4524
- "resolved" "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz"
4525
- "version" "4.6.0"
4526
-
4527
-"eslint-plugin-react@^7.27.1":
4528
- "integrity" "sha512-L093k0WAMvr6VhNwReB8VgOq5s2LesZmrpPdKz/kZElQDzqS7G7+DnKoqT+w4JwuiGeAhAvHO0fvy0Eyk4ejDA=="
4529
- "resolved" "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.1.tgz"
4530
- "version" "7.33.1"
4531
- dependencies:
4532
- "array-includes" "^3.1.6"
4533
- "array.prototype.flatmap" "^1.3.1"
4534
- "array.prototype.tosorted" "^1.1.1"
4535
- "doctrine" "^2.1.0"
4536
- "estraverse" "^5.3.0"
4537
- "jsx-ast-utils" "^2.4.1 || ^3.0.0"
4538
- "minimatch" "^3.1.2"
4539
- "object.entries" "^1.1.6"
4540
- "object.fromentries" "^2.0.6"
4541
- "object.hasown" "^1.1.2"
4542
- "object.values" "^1.1.6"
4543
- "prop-types" "^15.8.1"
4544
- "resolve" "^2.0.0-next.4"
4545
- "semver" "^6.3.1"
4546
- "string.prototype.matchall" "^4.0.8"
4547
-
4548
-"eslint-plugin-testing-library@^5.0.1":
4549
- "integrity" "sha512-ELY7Gefo+61OfXKlQeXNIDVVLPcvKTeiQOoMZG9TeuWa7Ln4dUNRv8JdRWBQI9Mbb427XGlVB1aa1QPZxBJM8Q=="
4550
- "resolved" "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.0.tgz"
4551
- "version" "5.11.0"
4552
- dependencies:
4553
- "@typescript-eslint/utils" "^5.58.0"
4554
-
4555
-"eslint-scope@^5.1.1":
4556
- "integrity" "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw=="
4557
- "resolved" "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz"
4558
- "version" "5.1.1"
4559
- dependencies:
4560
- "esrecurse" "^4.3.0"
4561
- "estraverse" "^4.1.1"
4562
-
4563
-"eslint-scope@^7.2.2":
4564
- "integrity" "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg=="
4565
- "resolved" "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz"
4566
- "version" "7.2.2"
4567
- dependencies:
4568
- "esrecurse" "^4.3.0"
4569
- "estraverse" "^5.2.0"
4570
-
4571
-"eslint-scope@5.1.1":
4572
- "integrity" "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw=="
4573
- "resolved" "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz"
4574
- "version" "5.1.1"
4575
- dependencies:
4576
- "esrecurse" "^4.3.0"
4577
- "estraverse" "^4.1.1"
4578
-
4579
-"eslint-visitor-keys@^2.1.0":
4580
- "integrity" "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="
4581
- "resolved" "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz"
4582
- "version" "2.1.0"
4583
-
4584
-"eslint-visitor-keys@^3.3.0", "eslint-visitor-keys@^3.4.1", "eslint-visitor-keys@^3.4.2":
4585
- "integrity" "sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw=="
4586
- "resolved" "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz"
4587
- "version" "3.4.2"
4588
-
4589
-"eslint-webpack-plugin@^3.1.1":
4590
- "integrity" "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w=="
4591
- "resolved" "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz"
4592
- "version" "3.2.0"
4593
- dependencies:
4594
- "@types/eslint" "^7.29.0 || ^8.4.1"
4595
- "jest-worker" "^28.0.2"
4596
- "micromatch" "^4.0.5"
4597
- "normalize-path" "^3.0.0"
4598
- "schema-utils" "^4.0.0"
4599
-
4600
-"eslint@*", "eslint@^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8", "eslint@^3 || ^4 || ^5 || ^6 || ^7 || ^8", "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0", "eslint@^6.0.0 || ^7.0.0 || ^8.0.0", "eslint@^6.0.0 || ^7.0.0 || >=8.0.0", "eslint@^7.0.0 || ^8.0.0", "eslint@^7.5.0 || ^8.0.0", "eslint@^8.0.0", "eslint@^8.1.0", "eslint@^8.3.0", "eslint@>= 6":
4601
- "integrity" "sha512-cIO74PvbW0qU8e0mIvk5IV3ToWdCq5FYG6gWPHHkx6gNdjlbAYvtfHmlCMXxjcoVaIdwy/IAt3+mDkZkfvb2Dg=="
4602
- "resolved" "https://registry.npmjs.org/eslint/-/eslint-8.46.0.tgz"
4603
- "version" "8.46.0"
4604
- dependencies:
4605
- "@eslint-community/eslint-utils" "^4.2.0"
4606
- "@eslint-community/regexpp" "^4.6.1"
4607
- "@eslint/eslintrc" "^2.1.1"
4608
- "@eslint/js" "^8.46.0"
4609
- "@humanwhocodes/config-array" "^0.11.10"
4610
- "@humanwhocodes/module-importer" "^1.0.1"
4611
- "@nodelib/fs.walk" "^1.2.8"
4612
- "ajv" "^6.12.4"
4613
- "chalk" "^4.0.0"
4614
- "cross-spawn" "^7.0.2"
4615
- "debug" "^4.3.2"
4616
- "doctrine" "^3.0.0"
4617
- "escape-string-regexp" "^4.0.0"
4618
- "eslint-scope" "^7.2.2"
4619
- "eslint-visitor-keys" "^3.4.2"
4620
- "espree" "^9.6.1"
4621
- "esquery" "^1.4.2"
4622
- "esutils" "^2.0.2"
4623
- "fast-deep-equal" "^3.1.3"
4624
- "file-entry-cache" "^6.0.1"
4625
- "find-up" "^5.0.0"
4626
- "glob-parent" "^6.0.2"
4627
- "globals" "^13.19.0"
4628
- "graphemer" "^1.4.0"
4629
- "ignore" "^5.2.0"
4630
- "imurmurhash" "^0.1.4"
4631
- "is-glob" "^4.0.0"
4632
- "is-path-inside" "^3.0.3"
4633
- "js-yaml" "^4.1.0"
4634
- "json-stable-stringify-without-jsonify" "^1.0.1"
4635
- "levn" "^0.4.1"
4636
- "lodash.merge" "^4.6.2"
4637
- "minimatch" "^3.1.2"
4638
- "natural-compare" "^1.4.0"
4639
- "optionator" "^0.9.3"
4640
- "strip-ansi" "^6.0.1"
4641
- "text-table" "^0.2.0"
4642
-
4643
-"espree@^9.6.0", "espree@^9.6.1":
4644
- "integrity" "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ=="
4645
- "resolved" "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz"
4646
- "version" "9.6.1"
4647
- dependencies:
4648
- "acorn" "^8.9.0"
4649
- "acorn-jsx" "^5.3.2"
4650
- "eslint-visitor-keys" "^3.4.1"
4651
-
4652
-"esprima@^4.0.0", "esprima@^4.0.1":
4653
- "integrity" "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
4654
- "resolved" "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz"
4655
- "version" "4.0.1"
4656
-
4657
-"esquery@^1.4.2":
4658
- "integrity" "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg=="
4659
- "resolved" "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz"
4660
- "version" "1.5.0"
4661
- dependencies:
4662
- "estraverse" "^5.1.0"
4663
-
4664
-"esrecurse@^4.3.0":
4665
- "integrity" "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag=="
4666
- "resolved" "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz"
4667
- "version" "4.3.0"
4668
- dependencies:
4669
- "estraverse" "^5.2.0"
4670
-
4671
-"estraverse@^4.1.1":
4672
- "integrity" "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
4673
- "resolved" "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz"
4674
- "version" "4.3.0"
4675
-
4676
-"estraverse@^5.1.0", "estraverse@^5.2.0", "estraverse@^5.3.0":
4677
- "integrity" "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
4678
- "resolved" "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz"
4679
- "version" "5.3.0"
4680
-
4681
-"estree-walker@^1.0.1":
4682
- "integrity" "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
4683
- "resolved" "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz"
4684
- "version" "1.0.1"
4685
-
4686
-"esutils@^2.0.2":
4687
- "integrity" "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
4688
- "resolved" "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz"
4689
- "version" "2.0.3"
4690
-
4691
-"etag@~1.8.1":
4692
- "integrity" "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg=="
4693
- "resolved" "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz"
4694
- "version" "1.8.1"
4695
-
4696
-"eventemitter3@^4.0.0":
4697
- "integrity" "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
4698
- "resolved" "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz"
4699
- "version" "4.0.7"
4700
-
4701
-"events@^3.2.0":
4702
- "integrity" "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q=="
4703
- "resolved" "https://registry.npmjs.org/events/-/events-3.3.0.tgz"
4704
- "version" "3.3.0"
4705
-
4706
-"execa@^5.0.0":
4707
- "integrity" "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg=="
4708
- "resolved" "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz"
4709
- "version" "5.1.1"
4710
- dependencies:
4711
- "cross-spawn" "^7.0.3"
4712
- "get-stream" "^6.0.0"
4713
- "human-signals" "^2.1.0"
4714
- "is-stream" "^2.0.0"
4715
- "merge-stream" "^2.0.0"
4716
- "npm-run-path" "^4.0.1"
4717
- "onetime" "^5.1.2"
4718
- "signal-exit" "^3.0.3"
4719
- "strip-final-newline" "^2.0.0"
4720
-
4721
-"exit@^0.1.2":
4722
- "integrity" "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ=="
4723
- "resolved" "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz"
4724
- "version" "0.1.2"
4725
-
4726
-"expect@^27.5.1":
4727
- "integrity" "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw=="
4728
- "resolved" "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz"
4729
- "version" "27.5.1"
4730
- dependencies:
4731
- "@jest/types" "^27.5.1"
4732
- "jest-get-type" "^27.5.1"
4733
- "jest-matcher-utils" "^27.5.1"
4734
- "jest-message-util" "^27.5.1"
4735
-
4736
-"express@^4.17.3", "express@^4.18.2":
4737
- "integrity" "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ=="
4738
- "resolved" "https://registry.npmjs.org/express/-/express-4.18.2.tgz"
4739
- "version" "4.18.2"
4740
- dependencies:
4741
- "accepts" "~1.3.8"
4742
- "array-flatten" "1.1.1"
4743
- "body-parser" "1.20.1"
4744
- "content-disposition" "0.5.4"
4745
- "content-type" "~1.0.4"
4746
- "cookie" "0.5.0"
4747
- "cookie-signature" "1.0.6"
4748
- "debug" "2.6.9"
4749
- "depd" "2.0.0"
4750
- "encodeurl" "~1.0.2"
4751
- "escape-html" "~1.0.3"
4752
- "etag" "~1.8.1"
4753
- "finalhandler" "1.2.0"
4754
- "fresh" "0.5.2"
4755
- "http-errors" "2.0.0"
4756
- "merge-descriptors" "1.0.1"
4757
- "methods" "~1.1.2"
4758
- "on-finished" "2.4.1"
4759
- "parseurl" "~1.3.3"
4760
- "path-to-regexp" "0.1.7"
4761
- "proxy-addr" "~2.0.7"
4762
- "qs" "6.11.0"
4763
- "range-parser" "~1.2.1"
4764
- "safe-buffer" "5.2.1"
4765
- "send" "0.18.0"
4766
- "serve-static" "1.15.0"
4767
- "setprototypeof" "1.2.0"
4768
- "statuses" "2.0.1"
4769
- "type-is" "~1.6.18"
4770
- "utils-merge" "1.0.1"
4771
- "vary" "~1.1.2"
4772
-
4773
-"fast-deep-equal@^3.1.1", "fast-deep-equal@^3.1.3", "fast-deep-equal@3.1.3":
4774
- "integrity" "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
4775
- "resolved" "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
4776
- "version" "3.1.3"
4777
-
4778
-"fast-glob@^3.2.12", "fast-glob@^3.2.9":
4779
- "integrity" "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg=="
4780
- "resolved" "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz"
4781
- "version" "3.3.1"
4782
- dependencies:
4783
- "@nodelib/fs.stat" "^2.0.2"
4784
- "@nodelib/fs.walk" "^1.2.3"
4785
- "glob-parent" "^5.1.2"
4786
- "merge2" "^1.3.0"
4787
- "micromatch" "^4.0.4"
4788
-
4789
-"fast-json-stable-stringify@^2.0.0", "fast-json-stable-stringify@^2.1.0":
4790
- "integrity" "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
4791
- "resolved" "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz"
4792
- "version" "2.1.0"
4793
-
4794
-"fast-levenshtein@^2.0.6":
4795
- "integrity" "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="
4796
- "resolved" "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz"
4797
- "version" "2.0.6"
4798
-
4799
-"fastq@^1.6.0":
4800
- "integrity" "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw=="
4801
- "resolved" "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz"
4802
- "version" "1.15.0"
4803
- dependencies:
4804
- "reusify" "^1.0.4"
4805
-
4806
-"faye-websocket@^0.11.3", "faye-websocket@0.11.3":
4807
- "integrity" "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA=="
4808
- "resolved" "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz"
4809
- "version" "0.11.3"
4810
- dependencies:
4811
- "websocket-driver" ">=0.5.1"
4812
-
4813
-"fb-watchman@^2.0.0":
4814
- "integrity" "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA=="
4815
- "resolved" "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz"
4816
- "version" "2.0.2"
4817
- dependencies:
4818
- "bser" "2.1.1"
4819
-
4820
-"file-entry-cache@^6.0.1":
4821
- "integrity" "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg=="
4822
- "resolved" "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz"
4823
- "version" "6.0.1"
4824
- dependencies:
4825
- "flat-cache" "^3.0.4"
4826
-
4827
-"file-loader@^6.2.0":
4828
- "integrity" "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw=="
4829
- "resolved" "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz"
4830
- "version" "6.2.0"
4831
- dependencies:
4832
- "loader-utils" "^2.0.0"
4833
- "schema-utils" "^3.0.0"
4834
-
4835
-"filelist@^1.0.4":
4836
- "integrity" "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q=="
4837
- "resolved" "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz"
4838
- "version" "1.0.4"
4839
- dependencies:
4840
- "minimatch" "^5.0.1"
4841
-
4842
-"filesize@^8.0.6":
4843
- "integrity" "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ=="
4844
- "resolved" "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz"
4845
- "version" "8.0.7"
4846
-
4847
-"fill-range@^7.0.1":
4848
- "integrity" "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ=="
4849
- "resolved" "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz"
4850
- "version" "7.0.1"
4851
- dependencies:
4852
- "to-regex-range" "^5.0.1"
4853
-
4854
-"finalhandler@1.2.0":
4855
- "integrity" "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg=="
4856
- "resolved" "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz"
4857
- "version" "1.2.0"
4858
- dependencies:
4859
- "debug" "2.6.9"
4860
- "encodeurl" "~1.0.2"
4861
- "escape-html" "~1.0.3"
4862
- "on-finished" "2.4.1"
4863
- "parseurl" "~1.3.3"
4864
- "statuses" "2.0.1"
4865
- "unpipe" "~1.0.0"
4866
-
4867
-"find-cache-dir@^3.3.1":
4868
- "integrity" "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig=="
4869
- "resolved" "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz"
4870
- "version" "3.3.2"
4871
- dependencies:
4872
- "commondir" "^1.0.1"
4873
- "make-dir" "^3.0.2"
4874
- "pkg-dir" "^4.1.0"
4875
-
4876
-"find-up@^3.0.0":
4877
- "integrity" "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg=="
4878
- "resolved" "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz"
4879
- "version" "3.0.0"
4880
- dependencies:
4881
- "locate-path" "^3.0.0"
4882
-
4883
-"find-up@^4.0.0":
4884
- "integrity" "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw=="
4885
- "resolved" "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz"
4886
- "version" "4.1.0"
4887
- dependencies:
4888
- "locate-path" "^5.0.0"
4889
- "path-exists" "^4.0.0"
4890
-
4891
-"find-up@^4.1.0":
4892
- "integrity" "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw=="
4893
- "resolved" "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz"
4894
- "version" "4.1.0"
4895
- dependencies:
4896
- "locate-path" "^5.0.0"
4897
- "path-exists" "^4.0.0"
4898
-
4899
-"find-up@^5.0.0":
4900
- "integrity" "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng=="
4901
- "resolved" "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz"
4902
- "version" "5.0.0"
4903
- dependencies:
4904
- "locate-path" "^6.0.0"
4905
- "path-exists" "^4.0.0"
4906
-
4907
-"firebase@^8.6.2":
4908
- "integrity" "sha512-GCABTbJdo88QgzX5OH/vsfKBWvTRbLUylGlYXtO7uYo1VErfGd2BWW9ATlJP5Gxx+ClDfyvVTvcs2rcNWn3uUA=="
4909
- "resolved" "https://registry.npmjs.org/firebase/-/firebase-8.10.0.tgz"
4910
- "version" "8.10.0"
4911
- dependencies:
4912
- "@firebase/analytics" "0.6.18"
4913
- "@firebase/app" "0.6.30"
4914
- "@firebase/app-check" "0.3.2"
4915
- "@firebase/app-types" "0.6.3"
4916
- "@firebase/auth" "0.16.8"
4917
- "@firebase/database" "0.11.0"
4918
- "@firebase/firestore" "2.4.0"
4919
- "@firebase/functions" "0.6.15"
4920
- "@firebase/installations" "0.4.32"
4921
- "@firebase/messaging" "0.8.0"
4922
- "@firebase/performance" "0.4.18"
4923
- "@firebase/polyfill" "0.3.36"
4924
- "@firebase/remote-config" "0.1.43"
4925
- "@firebase/storage" "0.7.0"
4926
- "@firebase/util" "1.3.0"
4927
-
4928
-"flat-cache@^3.0.4":
4929
- "integrity" "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg=="
4930
- "resolved" "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz"
4931
- "version" "3.0.4"
4932
- dependencies:
4933
- "flatted" "^3.1.0"
4934
- "rimraf" "^3.0.2"
4935
-
4936
-"flatted@^3.1.0":
4937
- "integrity" "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ=="
4938
- "resolved" "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz"
4939
- "version" "3.2.7"
4940
-
4941
-"follow-redirects@^1.0.0", "follow-redirects@^1.14.7":
4942
- "integrity" "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ=="
4943
- "resolved" "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz"
4944
- "version" "1.14.7"
4945
-
4946
-"for-each@^0.3.3":
4947
- "integrity" "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw=="
4948
- "resolved" "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz"
4949
- "version" "0.3.3"
4950
- dependencies:
4951
- "is-callable" "^1.1.3"
4952
-
4953
-"fork-ts-checker-webpack-plugin@^6.5.0":
4954
- "integrity" "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ=="
4955
- "resolved" "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz"
4956
- "version" "6.5.3"
4957
- dependencies:
4958
- "@babel/code-frame" "^7.8.3"
4959
- "@types/json-schema" "^7.0.5"
4960
- "chalk" "^4.1.0"
4961
- "chokidar" "^3.4.2"
4962
- "cosmiconfig" "^6.0.0"
4963
- "deepmerge" "^4.2.2"
4964
- "fs-extra" "^9.0.0"
4965
- "glob" "^7.1.6"
4966
- "memfs" "^3.1.2"
4967
- "minimatch" "^3.0.4"
4968
- "schema-utils" "2.7.0"
4969
- "semver" "^7.3.2"
4970
- "tapable" "^1.0.0"
4971
-
4972
-"form-data@^3.0.0":
4973
- "integrity" "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg=="
4974
- "resolved" "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz"
4975
- "version" "3.0.1"
4976
- dependencies:
4977
- "asynckit" "^0.4.0"
4978
- "combined-stream" "^1.0.8"
4979
- "mime-types" "^2.1.12"
4980
-
4981
-"forwarded@0.2.0":
4982
- "integrity" "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow=="
4983
- "resolved" "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz"
4984
- "version" "0.2.0"
4985
-
4986
-"fraction.js@^4.2.0":
4987
- "integrity" "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA=="
4988
- "resolved" "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz"
4989
- "version" "4.2.0"
4990
-
4991
-"fresh@0.5.2":
4992
- "integrity" "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q=="
4993
- "resolved" "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz"
4994
- "version" "0.5.2"
4995
-
4996
-"fs-extra@^10.0.0":
4997
- "integrity" "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ=="
4998
- "resolved" "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz"
4999
- "version" "10.1.0"
This file is too large to show in full.