addio-ecomm-sdk 1.3.83 → 1.3.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/yarn-error.log +3445 -0
package/yarn-error.log
ADDED
|
@@ -0,0 +1,3445 @@
|
|
|
1
|
+
Arguments:
|
|
2
|
+
/usr/local/bin/node /usr/local/bin/yarn add gng-ecomm-admin-sdk@canary
|
|
3
|
+
|
|
4
|
+
PATH:
|
|
5
|
+
/var/folders/hg/gzhzjhss4mb7jv31_yxgp2g00000gp/T/yarn--1702936169868-0.9409823167245841:/Users/adminlocal/Desktop/projets/00_ecomm/gng-ecomm-sdk/node_modules/.bin:/Users/adminlocal/.config/yarn/link/node_modules/.bin:/Users/adminlocal/.yarn/bin:/usr/local/libexec/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/bin/node_modules/npm/bin/node-gyp-bin:/Users/adminlocal/google-cloud-sdk/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Users/adminlocal/google-cloud-sdk/bin:/opt/homebrew/bin:/opt/homebrew/sbin
|
|
6
|
+
|
|
7
|
+
Yarn version:
|
|
8
|
+
1.22.11
|
|
9
|
+
|
|
10
|
+
Node version:
|
|
11
|
+
16.16.0
|
|
12
|
+
|
|
13
|
+
Platform:
|
|
14
|
+
darwin arm64
|
|
15
|
+
|
|
16
|
+
Trace:
|
|
17
|
+
Error: EINVAL: invalid argument, mkdir '/Users/adminlocal/Desktop/projets/00_ecomm/gng-ecomm-sdk/node_modules/addio-admin-sdk/node_modules/@algolia'
|
|
18
|
+
|
|
19
|
+
npm manifest:
|
|
20
|
+
{
|
|
21
|
+
"name": "gng-ecomm-sdk",
|
|
22
|
+
"version": "1.3.12",
|
|
23
|
+
"description": "",
|
|
24
|
+
"main": "dist/index.js",
|
|
25
|
+
"scripts": {
|
|
26
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
27
|
+
"build": "tsc",
|
|
28
|
+
"dev": "yarn build --watch",
|
|
29
|
+
"update-sdk": "yarn add gng-ecomm-admin-sdk && yarn build",
|
|
30
|
+
"update-canary": "yarn add gng-ecomm-admin-sdk@canary",
|
|
31
|
+
"link-sdk": "yarn remove gng-ecomm-admin-sdk && yarn add @types/js-cookie && cd ../gng-tb-admin-sdk && yarn link && cd ../gng-ecomm-sdk && yarn link gng-ecomm-admin-sdk",
|
|
32
|
+
"unlink-sdk": "yarn unlink gng-ecomm-admin-sdk && yarn remove @types/js-cookie && cd ../gng-ecomm-sdk && yarn add gng-ecomm-admin-sdk",
|
|
33
|
+
"pub": "sh publish.sh"
|
|
34
|
+
},
|
|
35
|
+
"author": "",
|
|
36
|
+
"license": "ISC",
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"@googlemaps/js-api-loader": "^1.11.3",
|
|
39
|
+
"@types/google.maps": "^3.45.6",
|
|
40
|
+
"@types/js-cookie": "^3.0.6",
|
|
41
|
+
"@types/jsonwebtoken": "^8.5.0",
|
|
42
|
+
"@types/lodash": "^4.14.160",
|
|
43
|
+
"@types/node-fetch": "^2.5.7",
|
|
44
|
+
"@types/react-gtm-module": "^2.0.1",
|
|
45
|
+
"@types/react-input-mask": "^3.0.1",
|
|
46
|
+
"algoliasearch": "^4.13.0",
|
|
47
|
+
"contentful": "^9.1.28",
|
|
48
|
+
"encoding": "^0.1.13",
|
|
49
|
+
"firebase": "^7.17.2",
|
|
50
|
+
"google-auth-library": "^6.0.6",
|
|
51
|
+
"isomorphic-unfetch": "^3.0.0",
|
|
52
|
+
"js-cookie": "^3.0.1",
|
|
53
|
+
"jsonwebtoken": "^8.5.1",
|
|
54
|
+
"lodash": "^4.17.20",
|
|
55
|
+
"moment": "^2.28.0",
|
|
56
|
+
"react-gtm-module": "^2.0.11",
|
|
57
|
+
"react-input-mask": "^2.0.4",
|
|
58
|
+
"stripe": "^8.145.0",
|
|
59
|
+
"use-state-promise": "^0.1.1"
|
|
60
|
+
},
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@babel/cli": "^7.10.5",
|
|
63
|
+
"@babel/core": "^7.11.1",
|
|
64
|
+
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
65
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
|
|
66
|
+
"@babel/plugin-transform-react-jsx": "^7.10.4",
|
|
67
|
+
"@babel/preset-env": "^7.11.0",
|
|
68
|
+
"@babel/preset-react": "^7.10.4",
|
|
69
|
+
"@babel/preset-typescript": "^7.10.4",
|
|
70
|
+
"@types/bson": "^4.2.0",
|
|
71
|
+
"@types/react": "^17.0.30",
|
|
72
|
+
"@types/react-dom": "^17.0.9",
|
|
73
|
+
"jsdoc-babel": "^0.5.0",
|
|
74
|
+
"jsdoc-to-markdown": "^6.0.1",
|
|
75
|
+
"react": "^17.0.2",
|
|
76
|
+
"react-dom": "^17.0.2",
|
|
77
|
+
"typescript": "^4.7.4"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
yarn manifest:
|
|
82
|
+
No manifest
|
|
83
|
+
|
|
84
|
+
Lockfile:
|
|
85
|
+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
86
|
+
# yarn lockfile v1
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
"@algolia/cache-browser-local-storage@4.13.0":
|
|
90
|
+
version "4.13.0"
|
|
91
|
+
resolved "https://registry.npmjs.org/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.13.0.tgz"
|
|
92
|
+
integrity sha512-nj1vHRZauTqP/bluwkRIgEADEimqojJgoTRCel5f6q8WCa9Y8QeI4bpDQP28FoeKnDRYa3J5CauDlN466jqRhg==
|
|
93
|
+
dependencies:
|
|
94
|
+
"@algolia/cache-common" "4.13.0"
|
|
95
|
+
|
|
96
|
+
"@algolia/cache-common@4.13.0":
|
|
97
|
+
version "4.13.0"
|
|
98
|
+
resolved "https://registry.npmjs.org/@algolia/cache-common/-/cache-common-4.13.0.tgz"
|
|
99
|
+
integrity sha512-f9mdZjskCui/dA/fA/5a+6hZ7xnHaaZI5tM/Rw9X8rRB39SUlF/+o3P47onZ33n/AwkpSbi5QOyhs16wHd55kA==
|
|
100
|
+
|
|
101
|
+
"@algolia/cache-in-memory@4.13.0":
|
|
102
|
+
version "4.13.0"
|
|
103
|
+
resolved "https://registry.npmjs.org/@algolia/cache-in-memory/-/cache-in-memory-4.13.0.tgz"
|
|
104
|
+
integrity sha512-hHdc+ahPiMM92CQMljmObE75laYzNFYLrNOu0Q3/eyvubZZRtY2SUsEEgyUEyzXruNdzrkcDxFYa7YpWBJYHAg==
|
|
105
|
+
dependencies:
|
|
106
|
+
"@algolia/cache-common" "4.13.0"
|
|
107
|
+
|
|
108
|
+
"@algolia/client-account@4.13.0":
|
|
109
|
+
version "4.13.0"
|
|
110
|
+
resolved "https://registry.npmjs.org/@algolia/client-account/-/client-account-4.13.0.tgz"
|
|
111
|
+
integrity sha512-FzFqFt9b0g/LKszBDoEsW+dVBuUe1K3scp2Yf7q6pgHWM1WqyqUlARwVpLxqyc+LoyJkTxQftOKjyFUqddnPKA==
|
|
112
|
+
dependencies:
|
|
113
|
+
"@algolia/client-common" "4.13.0"
|
|
114
|
+
"@algolia/client-search" "4.13.0"
|
|
115
|
+
"@algolia/transporter" "4.13.0"
|
|
116
|
+
|
|
117
|
+
"@algolia/client-analytics@4.13.0":
|
|
118
|
+
version "4.13.0"
|
|
119
|
+
resolved "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-4.13.0.tgz"
|
|
120
|
+
integrity sha512-klmnoq2FIiiMHImkzOm+cGxqRLLu9CMHqFhbgSy9wtXZrqb8BBUIUE2VyBe7azzv1wKcxZV2RUyNOMpFqmnRZA==
|
|
121
|
+
dependencies:
|
|
122
|
+
"@algolia/client-common" "4.13.0"
|
|
123
|
+
"@algolia/client-search" "4.13.0"
|
|
124
|
+
"@algolia/requester-common" "4.13.0"
|
|
125
|
+
"@algolia/transporter" "4.13.0"
|
|
126
|
+
|
|
127
|
+
"@algolia/client-common@4.13.0":
|
|
128
|
+
version "4.13.0"
|
|
129
|
+
resolved "https://registry.npmjs.org/@algolia/client-common/-/client-common-4.13.0.tgz"
|
|
130
|
+
integrity sha512-GoXfTp0kVcbgfSXOjfrxx+slSipMqGO9WnNWgeMmru5Ra09MDjrcdunsiiuzF0wua6INbIpBQFTC2Mi5lUNqGA==
|
|
131
|
+
dependencies:
|
|
132
|
+
"@algolia/requester-common" "4.13.0"
|
|
133
|
+
"@algolia/transporter" "4.13.0"
|
|
134
|
+
|
|
135
|
+
"@algolia/client-personalization@4.13.0":
|
|
136
|
+
version "4.13.0"
|
|
137
|
+
resolved "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-4.13.0.tgz"
|
|
138
|
+
integrity sha512-KneLz2WaehJmNfdr5yt2HQETpLaCYagRdWwIwkTqRVFCv4DxRQ2ChPVW9jeTj4YfAAhfzE6F8hn7wkQ/Jfj6ZA==
|
|
139
|
+
dependencies:
|
|
140
|
+
"@algolia/client-common" "4.13.0"
|
|
141
|
+
"@algolia/requester-common" "4.13.0"
|
|
142
|
+
"@algolia/transporter" "4.13.0"
|
|
143
|
+
|
|
144
|
+
"@algolia/client-search@4.13.0":
|
|
145
|
+
version "4.13.0"
|
|
146
|
+
resolved "https://registry.npmjs.org/@algolia/client-search/-/client-search-4.13.0.tgz"
|
|
147
|
+
integrity sha512-blgCKYbZh1NgJWzeGf+caKE32mo3j54NprOf0LZVCubQb3Kx37tk1Hc8SDs9bCAE8hUvf3cazMPIg7wscSxspA==
|
|
148
|
+
dependencies:
|
|
149
|
+
"@algolia/client-common" "4.13.0"
|
|
150
|
+
"@algolia/requester-common" "4.13.0"
|
|
151
|
+
"@algolia/transporter" "4.13.0"
|
|
152
|
+
|
|
153
|
+
"@algolia/logger-common@4.13.0":
|
|
154
|
+
version "4.13.0"
|
|
155
|
+
resolved "https://registry.npmjs.org/@algolia/logger-common/-/logger-common-4.13.0.tgz"
|
|
156
|
+
integrity sha512-8yqXk7rMtmQJ9wZiHOt/6d4/JDEg5VCk83gJ39I+X/pwUPzIsbKy9QiK4uJ3aJELKyoIiDT1hpYVt+5ia+94IA==
|
|
157
|
+
|
|
158
|
+
"@algolia/logger-console@4.13.0":
|
|
159
|
+
version "4.13.0"
|
|
160
|
+
resolved "https://registry.npmjs.org/@algolia/logger-console/-/logger-console-4.13.0.tgz"
|
|
161
|
+
integrity sha512-YepRg7w2/87L0vSXRfMND6VJ5d6699sFJBRWzZPOlek2p5fLxxK7O0VncYuc/IbVHEgeApvgXx0WgCEa38GVuQ==
|
|
162
|
+
dependencies:
|
|
163
|
+
"@algolia/logger-common" "4.13.0"
|
|
164
|
+
|
|
165
|
+
"@algolia/requester-browser-xhr@4.13.0":
|
|
166
|
+
version "4.13.0"
|
|
167
|
+
resolved "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.13.0.tgz"
|
|
168
|
+
integrity sha512-Dj+bnoWR5MotrnjblzGKZ2kCdQi2cK/VzPURPnE616NU/il7Ypy6U6DLGZ/ZYz+tnwPa0yypNf21uqt84fOgrg==
|
|
169
|
+
dependencies:
|
|
170
|
+
"@algolia/requester-common" "4.13.0"
|
|
171
|
+
|
|
172
|
+
"@algolia/requester-common@4.13.0":
|
|
173
|
+
version "4.13.0"
|
|
174
|
+
resolved "https://registry.npmjs.org/@algolia/requester-common/-/requester-common-4.13.0.tgz"
|
|
175
|
+
integrity sha512-BRTDj53ecK+gn7ugukDWOOcBRul59C4NblCHqj4Zm5msd5UnHFjd/sGX+RLOEoFMhetILAnmg6wMrRrQVac9vw==
|
|
176
|
+
|
|
177
|
+
"@algolia/requester-node-http@4.13.0":
|
|
178
|
+
version "4.13.0"
|
|
179
|
+
resolved "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-4.13.0.tgz"
|
|
180
|
+
integrity sha512-9b+3O4QFU4azLhGMrZAr/uZPydvzOR4aEZfSL8ZrpLZ7fbbqTO0S/5EVko+QIgglRAtVwxvf8UJ1wzTD2jvKxQ==
|
|
181
|
+
dependencies:
|
|
182
|
+
"@algolia/requester-common" "4.13.0"
|
|
183
|
+
|
|
184
|
+
"@algolia/transporter@4.13.0":
|
|
185
|
+
version "4.13.0"
|
|
186
|
+
resolved "https://registry.npmjs.org/@algolia/transporter/-/transporter-4.13.0.tgz"
|
|
187
|
+
integrity sha512-8tSQYE+ykQENAdeZdofvtkOr5uJ9VcQSWgRhQ9h01AehtBIPAczk/b2CLrMsw5yQZziLs5cZ3pJ3478yI+urhA==
|
|
188
|
+
dependencies:
|
|
189
|
+
"@algolia/cache-common" "4.13.0"
|
|
190
|
+
"@algolia/logger-common" "4.13.0"
|
|
191
|
+
"@algolia/requester-common" "4.13.0"
|
|
192
|
+
|
|
193
|
+
"@babel/cli@^7.10.5":
|
|
194
|
+
version "7.16.0"
|
|
195
|
+
resolved "https://registry.npmjs.org/@babel/cli/-/cli-7.16.0.tgz"
|
|
196
|
+
integrity sha512-WLrM42vKX/4atIoQB+eb0ovUof53UUvecb4qGjU2PDDWRiZr50ZpiV8NpcLo7iSxeGYrRG0Mqembsa+UrTAV6Q==
|
|
197
|
+
dependencies:
|
|
198
|
+
commander "^4.0.1"
|
|
199
|
+
convert-source-map "^1.1.0"
|
|
200
|
+
fs-readdir-recursive "^1.1.0"
|
|
201
|
+
glob "^7.0.0"
|
|
202
|
+
make-dir "^2.1.0"
|
|
203
|
+
slash "^2.0.0"
|
|
204
|
+
source-map "^0.5.0"
|
|
205
|
+
optionalDependencies:
|
|
206
|
+
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
|
|
207
|
+
chokidar "^3.4.0"
|
|
208
|
+
|
|
209
|
+
"@babel/code-frame@^7.16.0":
|
|
210
|
+
version "7.16.0"
|
|
211
|
+
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz"
|
|
212
|
+
integrity sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==
|
|
213
|
+
dependencies:
|
|
214
|
+
"@babel/highlight" "^7.16.0"
|
|
215
|
+
|
|
216
|
+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.0":
|
|
217
|
+
version "7.16.0"
|
|
218
|
+
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.0.tgz"
|
|
219
|
+
integrity sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==
|
|
220
|
+
|
|
221
|
+
"@babel/core@^7.11.1":
|
|
222
|
+
version "7.16.0"
|
|
223
|
+
resolved "https://registry.npmjs.org/@babel/core/-/core-7.16.0.tgz"
|
|
224
|
+
integrity sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==
|
|
225
|
+
dependencies:
|
|
226
|
+
"@babel/code-frame" "^7.16.0"
|
|
227
|
+
"@babel/generator" "^7.16.0"
|
|
228
|
+
"@babel/helper-compilation-targets" "^7.16.0"
|
|
229
|
+
"@babel/helper-module-transforms" "^7.16.0"
|
|
230
|
+
"@babel/helpers" "^7.16.0"
|
|
231
|
+
"@babel/parser" "^7.16.0"
|
|
232
|
+
"@babel/template" "^7.16.0"
|
|
233
|
+
"@babel/traverse" "^7.16.0"
|
|
234
|
+
"@babel/types" "^7.16.0"
|
|
235
|
+
convert-source-map "^1.7.0"
|
|
236
|
+
debug "^4.1.0"
|
|
237
|
+
gensync "^1.0.0-beta.2"
|
|
238
|
+
json5 "^2.1.2"
|
|
239
|
+
semver "^6.3.0"
|
|
240
|
+
source-map "^0.5.0"
|
|
241
|
+
|
|
242
|
+
"@babel/generator@^7.16.0":
|
|
243
|
+
version "7.16.0"
|
|
244
|
+
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.16.0.tgz"
|
|
245
|
+
integrity sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==
|
|
246
|
+
dependencies:
|
|
247
|
+
"@babel/types" "^7.16.0"
|
|
248
|
+
jsesc "^2.5.1"
|
|
249
|
+
source-map "^0.5.0"
|
|
250
|
+
|
|
251
|
+
"@babel/helper-annotate-as-pure@^7.16.0":
|
|
252
|
+
version "7.16.0"
|
|
253
|
+
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz"
|
|
254
|
+
integrity sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==
|
|
255
|
+
dependencies:
|
|
256
|
+
"@babel/types" "^7.16.0"
|
|
257
|
+
|
|
258
|
+
"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.0":
|
|
259
|
+
version "7.16.0"
|
|
260
|
+
resolved "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.0.tgz"
|
|
261
|
+
integrity sha512-9KuleLT0e77wFUku6TUkqZzCEymBdtuQQ27MhEKzf9UOOJu3cYj98kyaDAzxpC7lV6DGiZFuC8XqDsq8/Kl6aQ==
|
|
262
|
+
dependencies:
|
|
263
|
+
"@babel/helper-explode-assignable-expression" "^7.16.0"
|
|
264
|
+
"@babel/types" "^7.16.0"
|
|
265
|
+
|
|
266
|
+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.0":
|
|
267
|
+
version "7.16.3"
|
|
268
|
+
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz"
|
|
269
|
+
integrity sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==
|
|
270
|
+
dependencies:
|
|
271
|
+
"@babel/compat-data" "^7.16.0"
|
|
272
|
+
"@babel/helper-validator-option" "^7.14.5"
|
|
273
|
+
browserslist "^4.17.5"
|
|
274
|
+
semver "^6.3.0"
|
|
275
|
+
|
|
276
|
+
"@babel/helper-create-class-features-plugin@^7.16.0":
|
|
277
|
+
version "7.16.0"
|
|
278
|
+
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.0.tgz"
|
|
279
|
+
integrity sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA==
|
|
280
|
+
dependencies:
|
|
281
|
+
"@babel/helper-annotate-as-pure" "^7.16.0"
|
|
282
|
+
"@babel/helper-function-name" "^7.16.0"
|
|
283
|
+
"@babel/helper-member-expression-to-functions" "^7.16.0"
|
|
284
|
+
"@babel/helper-optimise-call-expression" "^7.16.0"
|
|
285
|
+
"@babel/helper-replace-supers" "^7.16.0"
|
|
286
|
+
"@babel/helper-split-export-declaration" "^7.16.0"
|
|
287
|
+
|
|
288
|
+
"@babel/helper-create-regexp-features-plugin@^7.16.0":
|
|
289
|
+
version "7.16.0"
|
|
290
|
+
resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz"
|
|
291
|
+
integrity sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==
|
|
292
|
+
dependencies:
|
|
293
|
+
"@babel/helper-annotate-as-pure" "^7.16.0"
|
|
294
|
+
regexpu-core "^4.7.1"
|
|
295
|
+
|
|
296
|
+
"@babel/helper-define-polyfill-provider@^0.2.4":
|
|
297
|
+
version "0.2.4"
|
|
298
|
+
resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.4.tgz"
|
|
299
|
+
integrity sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==
|
|
300
|
+
dependencies:
|
|
301
|
+
"@babel/helper-compilation-targets" "^7.13.0"
|
|
302
|
+
"@babel/helper-module-imports" "^7.12.13"
|
|
303
|
+
"@babel/helper-plugin-utils" "^7.13.0"
|
|
304
|
+
"@babel/traverse" "^7.13.0"
|
|
305
|
+
debug "^4.1.1"
|
|
306
|
+
lodash.debounce "^4.0.8"
|
|
307
|
+
resolve "^1.14.2"
|
|
308
|
+
semver "^6.1.2"
|
|
309
|
+
|
|
310
|
+
"@babel/helper-explode-assignable-expression@^7.16.0":
|
|
311
|
+
version "7.16.0"
|
|
312
|
+
resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.0.tgz"
|
|
313
|
+
integrity sha512-Hk2SLxC9ZbcOhLpg/yMznzJ11W++lg5GMbxt1ev6TXUiJB0N42KPC+7w8a+eWGuqDnUYuwStJoZHM7RgmIOaGQ==
|
|
314
|
+
dependencies:
|
|
315
|
+
"@babel/types" "^7.16.0"
|
|
316
|
+
|
|
317
|
+
"@babel/helper-function-name@^7.16.0":
|
|
318
|
+
version "7.16.0"
|
|
319
|
+
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz"
|
|
320
|
+
integrity sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==
|
|
321
|
+
dependencies:
|
|
322
|
+
"@babel/helper-get-function-arity" "^7.16.0"
|
|
323
|
+
"@babel/template" "^7.16.0"
|
|
324
|
+
"@babel/types" "^7.16.0"
|
|
325
|
+
|
|
326
|
+
"@babel/helper-get-function-arity@^7.16.0":
|
|
327
|
+
version "7.16.0"
|
|
328
|
+
resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz"
|
|
329
|
+
integrity sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==
|
|
330
|
+
dependencies:
|
|
331
|
+
"@babel/types" "^7.16.0"
|
|
332
|
+
|
|
333
|
+
"@babel/helper-hoist-variables@^7.16.0":
|
|
334
|
+
version "7.16.0"
|
|
335
|
+
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz"
|
|
336
|
+
integrity sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==
|
|
337
|
+
dependencies:
|
|
338
|
+
"@babel/types" "^7.16.0"
|
|
339
|
+
|
|
340
|
+
"@babel/helper-member-expression-to-functions@^7.16.0":
|
|
341
|
+
version "7.16.0"
|
|
342
|
+
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz"
|
|
343
|
+
integrity sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ==
|
|
344
|
+
dependencies:
|
|
345
|
+
"@babel/types" "^7.16.0"
|
|
346
|
+
|
|
347
|
+
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.0":
|
|
348
|
+
version "7.16.0"
|
|
349
|
+
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz"
|
|
350
|
+
integrity sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==
|
|
351
|
+
dependencies:
|
|
352
|
+
"@babel/types" "^7.16.0"
|
|
353
|
+
|
|
354
|
+
"@babel/helper-module-transforms@^7.16.0":
|
|
355
|
+
version "7.16.0"
|
|
356
|
+
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.0.tgz"
|
|
357
|
+
integrity sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA==
|
|
358
|
+
dependencies:
|
|
359
|
+
"@babel/helper-module-imports" "^7.16.0"
|
|
360
|
+
"@babel/helper-replace-supers" "^7.16.0"
|
|
361
|
+
"@babel/helper-simple-access" "^7.16.0"
|
|
362
|
+
"@babel/helper-split-export-declaration" "^7.16.0"
|
|
363
|
+
"@babel/helper-validator-identifier" "^7.15.7"
|
|
364
|
+
"@babel/template" "^7.16.0"
|
|
365
|
+
"@babel/traverse" "^7.16.0"
|
|
366
|
+
"@babel/types" "^7.16.0"
|
|
367
|
+
|
|
368
|
+
"@babel/helper-optimise-call-expression@^7.16.0":
|
|
369
|
+
version "7.16.0"
|
|
370
|
+
resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz"
|
|
371
|
+
integrity sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==
|
|
372
|
+
dependencies:
|
|
373
|
+
"@babel/types" "^7.16.0"
|
|
374
|
+
|
|
375
|
+
"@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.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
|
376
|
+
version "7.14.5"
|
|
377
|
+
resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz"
|
|
378
|
+
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
|
|
379
|
+
|
|
380
|
+
"@babel/helper-remap-async-to-generator@^7.16.0":
|
|
381
|
+
version "7.16.0"
|
|
382
|
+
resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.0.tgz"
|
|
383
|
+
integrity sha512-MLM1IOMe9aQBqMWxcRw8dcb9jlM86NIw7KA0Wri91Xkfied+dE0QuBFSBjMNvqzmS0OSIDsMNC24dBEkPUi7ew==
|
|
384
|
+
dependencies:
|
|
385
|
+
"@babel/helper-annotate-as-pure" "^7.16.0"
|
|
386
|
+
"@babel/helper-wrap-function" "^7.16.0"
|
|
387
|
+
"@babel/types" "^7.16.0"
|
|
388
|
+
|
|
389
|
+
"@babel/helper-replace-supers@^7.16.0":
|
|
390
|
+
version "7.16.0"
|
|
391
|
+
resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz"
|
|
392
|
+
integrity sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA==
|
|
393
|
+
dependencies:
|
|
394
|
+
"@babel/helper-member-expression-to-functions" "^7.16.0"
|
|
395
|
+
"@babel/helper-optimise-call-expression" "^7.16.0"
|
|
396
|
+
"@babel/traverse" "^7.16.0"
|
|
397
|
+
"@babel/types" "^7.16.0"
|
|
398
|
+
|
|
399
|
+
"@babel/helper-simple-access@^7.16.0":
|
|
400
|
+
version "7.16.0"
|
|
401
|
+
resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz"
|
|
402
|
+
integrity sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==
|
|
403
|
+
dependencies:
|
|
404
|
+
"@babel/types" "^7.16.0"
|
|
405
|
+
|
|
406
|
+
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
|
|
407
|
+
version "7.16.0"
|
|
408
|
+
resolved "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz"
|
|
409
|
+
integrity sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==
|
|
410
|
+
dependencies:
|
|
411
|
+
"@babel/types" "^7.16.0"
|
|
412
|
+
|
|
413
|
+
"@babel/helper-split-export-declaration@^7.16.0":
|
|
414
|
+
version "7.16.0"
|
|
415
|
+
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz"
|
|
416
|
+
integrity sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==
|
|
417
|
+
dependencies:
|
|
418
|
+
"@babel/types" "^7.16.0"
|
|
419
|
+
|
|
420
|
+
"@babel/helper-validator-identifier@^7.15.7":
|
|
421
|
+
version "7.15.7"
|
|
422
|
+
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz"
|
|
423
|
+
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
|
|
424
|
+
|
|
425
|
+
"@babel/helper-validator-option@^7.14.5":
|
|
426
|
+
version "7.14.5"
|
|
427
|
+
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz"
|
|
428
|
+
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
|
|
429
|
+
|
|
430
|
+
"@babel/helper-wrap-function@^7.16.0":
|
|
431
|
+
version "7.16.0"
|
|
432
|
+
resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.0.tgz"
|
|
433
|
+
integrity sha512-VVMGzYY3vkWgCJML+qVLvGIam902mJW0FvT7Avj1zEe0Gn7D93aWdLblYARTxEw+6DhZmtzhBM2zv0ekE5zg1g==
|
|
434
|
+
dependencies:
|
|
435
|
+
"@babel/helper-function-name" "^7.16.0"
|
|
436
|
+
"@babel/template" "^7.16.0"
|
|
437
|
+
"@babel/traverse" "^7.16.0"
|
|
438
|
+
"@babel/types" "^7.16.0"
|
|
439
|
+
|
|
440
|
+
"@babel/helpers@^7.16.0":
|
|
441
|
+
version "7.16.3"
|
|
442
|
+
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.3.tgz"
|
|
443
|
+
integrity sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w==
|
|
444
|
+
dependencies:
|
|
445
|
+
"@babel/template" "^7.16.0"
|
|
446
|
+
"@babel/traverse" "^7.16.3"
|
|
447
|
+
"@babel/types" "^7.16.0"
|
|
448
|
+
|
|
449
|
+
"@babel/highlight@^7.16.0":
|
|
450
|
+
version "7.16.0"
|
|
451
|
+
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz"
|
|
452
|
+
integrity sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==
|
|
453
|
+
dependencies:
|
|
454
|
+
"@babel/helper-validator-identifier" "^7.15.7"
|
|
455
|
+
chalk "^2.0.0"
|
|
456
|
+
js-tokens "^4.0.0"
|
|
457
|
+
|
|
458
|
+
"@babel/parser@^7.16.0", "@babel/parser@^7.16.3", "@babel/parser@^7.9.4":
|
|
459
|
+
version "7.16.3"
|
|
460
|
+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.16.3.tgz"
|
|
461
|
+
integrity sha512-dcNwU1O4sx57ClvLBVFbEgx0UZWfd0JQX5X6fxFRCLHelFBGXFfSz6Y0FAq2PEwUqlqLkdVjVr4VASEOuUnLJw==
|
|
462
|
+
|
|
463
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.0":
|
|
464
|
+
version "7.16.2"
|
|
465
|
+
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.2.tgz"
|
|
466
|
+
integrity sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==
|
|
467
|
+
dependencies:
|
|
468
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
469
|
+
|
|
470
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.0":
|
|
471
|
+
version "7.16.0"
|
|
472
|
+
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.0.tgz"
|
|
473
|
+
integrity sha512-4tcFwwicpWTrpl9qjf7UsoosaArgImF85AxqCRZlgc3IQDvkUHjJpruXAL58Wmj+T6fypWTC/BakfEkwIL/pwA==
|
|
474
|
+
dependencies:
|
|
475
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
476
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
|
|
477
|
+
"@babel/plugin-proposal-optional-chaining" "^7.16.0"
|
|
478
|
+
|
|
479
|
+
"@babel/plugin-proposal-async-generator-functions@^7.16.0":
|
|
480
|
+
version "7.16.0"
|
|
481
|
+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.0.tgz"
|
|
482
|
+
integrity sha512-nyYmIo7ZqKsY6P4lnVmBlxp9B3a96CscbLotlsNuktMHahkDwoPYEjXrZHU0Tj844Z9f1IthVxQln57mhkcExw==
|
|
483
|
+
dependencies:
|
|
484
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
485
|
+
"@babel/helper-remap-async-to-generator" "^7.16.0"
|
|
486
|
+
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
|
487
|
+
|
|
488
|
+
"@babel/plugin-proposal-class-properties@^7.10.4", "@babel/plugin-proposal-class-properties@^7.16.0":
|
|
489
|
+
version "7.16.0"
|
|
490
|
+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.0.tgz"
|
|
491
|
+
integrity sha512-mCF3HcuZSY9Fcx56Lbn+CGdT44ioBMMvjNVldpKtj8tpniETdLjnxdHI1+sDWXIM1nNt+EanJOZ3IG9lzVjs7A==
|
|
492
|
+
dependencies:
|
|
493
|
+
"@babel/helper-create-class-features-plugin" "^7.16.0"
|
|
494
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
495
|
+
|
|
496
|
+
"@babel/plugin-proposal-class-static-block@^7.16.0":
|
|
497
|
+
version "7.16.0"
|
|
498
|
+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.0.tgz"
|
|
499
|
+
integrity sha512-mAy3sdcY9sKAkf3lQbDiv3olOfiLqI51c9DR9b19uMoR2Z6r5pmGl7dfNFqEvqOyqbf1ta4lknK4gc5PJn3mfA==
|
|
500
|
+
dependencies:
|
|
501
|
+
"@babel/helper-create-class-features-plugin" "^7.16.0"
|
|
502
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
503
|
+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
|
504
|
+
|
|
505
|
+
"@babel/plugin-proposal-dynamic-import@^7.16.0":
|
|
506
|
+
version "7.16.0"
|
|
507
|
+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.0.tgz"
|
|
508
|
+
integrity sha512-QGSA6ExWk95jFQgwz5GQ2Dr95cf7eI7TKutIXXTb7B1gCLTCz5hTjFTQGfLFBBiC5WSNi7udNwWsqbbMh1c4yQ==
|
|
509
|
+
dependencies:
|
|
510
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
511
|
+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
|
512
|
+
|
|
513
|
+
"@babel/plugin-proposal-export-namespace-from@^7.16.0":
|
|
514
|
+
version "7.16.0"
|
|
515
|
+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.0.tgz"
|
|
516
|
+
integrity sha512-CjI4nxM/D+5wCnhD11MHB1AwRSAYeDT+h8gCdcVJZ/OK7+wRzFsf7PFPWVpVpNRkHMmMkQWAHpTq+15IXQ1diA==
|
|
517
|
+
dependencies:
|
|
518
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
519
|
+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
|
520
|
+
|
|
521
|
+
"@babel/plugin-proposal-json-strings@^7.16.0":
|
|
522
|
+
version "7.16.0"
|
|
523
|
+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.0.tgz"
|
|
524
|
+
integrity sha512-kouIPuiv8mSi5JkEhzApg5Gn6hFyKPnlkO0a9YSzqRurH8wYzSlf6RJdzluAsbqecdW5pBvDJDfyDIUR/vLxvg==
|
|
525
|
+
dependencies:
|
|
526
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
527
|
+
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
|
528
|
+
|
|
529
|
+
"@babel/plugin-proposal-logical-assignment-operators@^7.16.0":
|
|
530
|
+
version "7.16.0"
|
|
531
|
+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.0.tgz"
|
|
532
|
+
integrity sha512-pbW0fE30sVTYXXm9lpVQQ/Vc+iTeQKiXlaNRZPPN2A2VdlWyAtsUrsQ3xydSlDW00TFMK7a8m3cDTkBF5WnV3Q==
|
|
533
|
+
dependencies:
|
|
534
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
535
|
+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
|
536
|
+
|
|
537
|
+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.16.0":
|
|
538
|
+
version "7.16.0"
|
|
539
|
+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.0.tgz"
|
|
540
|
+
integrity sha512-3bnHA8CAFm7cG93v8loghDYyQ8r97Qydf63BeYiGgYbjKKB/XP53W15wfRC7dvKfoiJ34f6Rbyyx2btExc8XsQ==
|
|
541
|
+
dependencies:
|
|
542
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
543
|
+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
|
544
|
+
|
|
545
|
+
"@babel/plugin-proposal-numeric-separator@^7.16.0":
|
|
546
|
+
version "7.16.0"
|
|
547
|
+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.0.tgz"
|
|
548
|
+
integrity sha512-FAhE2I6mjispy+vwwd6xWPyEx3NYFS13pikDBWUAFGZvq6POGs5eNchw8+1CYoEgBl9n11I3NkzD7ghn25PQ9Q==
|
|
549
|
+
dependencies:
|
|
550
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
551
|
+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
|
552
|
+
|
|
553
|
+
"@babel/plugin-proposal-object-rest-spread@^7.11.0", "@babel/plugin-proposal-object-rest-spread@^7.16.0":
|
|
554
|
+
version "7.16.0"
|
|
555
|
+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.0.tgz"
|
|
556
|
+
integrity sha512-LU/+jp89efe5HuWJLmMmFG0+xbz+I2rSI7iLc1AlaeSMDMOGzWlc5yJrMN1d04osXN4sSfpo4O+azkBNBes0jg==
|
|
557
|
+
dependencies:
|
|
558
|
+
"@babel/compat-data" "^7.16.0"
|
|
559
|
+
"@babel/helper-compilation-targets" "^7.16.0"
|
|
560
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
561
|
+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
|
562
|
+
"@babel/plugin-transform-parameters" "^7.16.0"
|
|
563
|
+
|
|
564
|
+
"@babel/plugin-proposal-optional-catch-binding@^7.16.0":
|
|
565
|
+
version "7.16.0"
|
|
566
|
+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.0.tgz"
|
|
567
|
+
integrity sha512-kicDo0A/5J0nrsCPbn89mTG3Bm4XgYi0CZtvex9Oyw7gGZE3HXGD0zpQNH+mo+tEfbo8wbmMvJftOwpmPy7aVw==
|
|
568
|
+
dependencies:
|
|
569
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
570
|
+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
|
571
|
+
|
|
572
|
+
"@babel/plugin-proposal-optional-chaining@^7.16.0":
|
|
573
|
+
version "7.16.0"
|
|
574
|
+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.0.tgz"
|
|
575
|
+
integrity sha512-Y4rFpkZODfHrVo70Uaj6cC1JJOt3Pp0MdWSwIKtb8z1/lsjl9AmnB7ErRFV+QNGIfcY1Eruc2UMx5KaRnXjMyg==
|
|
576
|
+
dependencies:
|
|
577
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
578
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
|
|
579
|
+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
|
580
|
+
|
|
581
|
+
"@babel/plugin-proposal-private-methods@^7.16.0":
|
|
582
|
+
version "7.16.0"
|
|
583
|
+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.0.tgz"
|
|
584
|
+
integrity sha512-IvHmcTHDFztQGnn6aWq4t12QaBXTKr1whF/dgp9kz84X6GUcwq9utj7z2wFCUfeOup/QKnOlt2k0zxkGFx9ubg==
|
|
585
|
+
dependencies:
|
|
586
|
+
"@babel/helper-create-class-features-plugin" "^7.16.0"
|
|
587
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
588
|
+
|
|
589
|
+
"@babel/plugin-proposal-private-property-in-object@^7.16.0":
|
|
590
|
+
version "7.16.0"
|
|
591
|
+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.0.tgz"
|
|
592
|
+
integrity sha512-3jQUr/HBbMVZmi72LpjQwlZ55i1queL8KcDTQEkAHihttJnAPrcvG9ZNXIfsd2ugpizZo595egYV6xy+pv4Ofw==
|
|
593
|
+
dependencies:
|
|
594
|
+
"@babel/helper-annotate-as-pure" "^7.16.0"
|
|
595
|
+
"@babel/helper-create-class-features-plugin" "^7.16.0"
|
|
596
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
597
|
+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
|
598
|
+
|
|
599
|
+
"@babel/plugin-proposal-unicode-property-regex@^7.16.0", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
|
|
600
|
+
version "7.16.0"
|
|
601
|
+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.0.tgz"
|
|
602
|
+
integrity sha512-ti7IdM54NXv29cA4+bNNKEMS4jLMCbJgl+Drv+FgYy0erJLAxNAIXcNjNjrRZEcWq0xJHsNVwQezskMFpF8N9g==
|
|
603
|
+
dependencies:
|
|
604
|
+
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
|
|
605
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
606
|
+
|
|
607
|
+
"@babel/plugin-syntax-async-generators@^7.8.4":
|
|
608
|
+
version "7.8.4"
|
|
609
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz"
|
|
610
|
+
integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
|
|
611
|
+
dependencies:
|
|
612
|
+
"@babel/helper-plugin-utils" "^7.8.0"
|
|
613
|
+
|
|
614
|
+
"@babel/plugin-syntax-class-properties@^7.12.13":
|
|
615
|
+
version "7.12.13"
|
|
616
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz"
|
|
617
|
+
integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==
|
|
618
|
+
dependencies:
|
|
619
|
+
"@babel/helper-plugin-utils" "^7.12.13"
|
|
620
|
+
|
|
621
|
+
"@babel/plugin-syntax-class-static-block@^7.14.5":
|
|
622
|
+
version "7.14.5"
|
|
623
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz"
|
|
624
|
+
integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==
|
|
625
|
+
dependencies:
|
|
626
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
627
|
+
|
|
628
|
+
"@babel/plugin-syntax-dynamic-import@^7.8.3":
|
|
629
|
+
version "7.8.3"
|
|
630
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz"
|
|
631
|
+
integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
|
|
632
|
+
dependencies:
|
|
633
|
+
"@babel/helper-plugin-utils" "^7.8.0"
|
|
634
|
+
|
|
635
|
+
"@babel/plugin-syntax-export-namespace-from@^7.8.3":
|
|
636
|
+
version "7.8.3"
|
|
637
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz"
|
|
638
|
+
integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
|
|
639
|
+
dependencies:
|
|
640
|
+
"@babel/helper-plugin-utils" "^7.8.3"
|
|
641
|
+
|
|
642
|
+
"@babel/plugin-syntax-json-strings@^7.8.3":
|
|
643
|
+
version "7.8.3"
|
|
644
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz"
|
|
645
|
+
integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
|
|
646
|
+
dependencies:
|
|
647
|
+
"@babel/helper-plugin-utils" "^7.8.0"
|
|
648
|
+
|
|
649
|
+
"@babel/plugin-syntax-jsx@^7.16.0":
|
|
650
|
+
version "7.16.0"
|
|
651
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.0.tgz"
|
|
652
|
+
integrity sha512-8zv2+xiPHwly31RK4RmnEYY5zziuF3O7W2kIDW+07ewWDh6Oi0dRq8kwvulRkFgt6DB97RlKs5c1y068iPlCUg==
|
|
653
|
+
dependencies:
|
|
654
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
655
|
+
|
|
656
|
+
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
|
|
657
|
+
version "7.10.4"
|
|
658
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz"
|
|
659
|
+
integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
|
|
660
|
+
dependencies:
|
|
661
|
+
"@babel/helper-plugin-utils" "^7.10.4"
|
|
662
|
+
|
|
663
|
+
"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3":
|
|
664
|
+
version "7.8.3"
|
|
665
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz"
|
|
666
|
+
integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
|
|
667
|
+
dependencies:
|
|
668
|
+
"@babel/helper-plugin-utils" "^7.8.0"
|
|
669
|
+
|
|
670
|
+
"@babel/plugin-syntax-numeric-separator@^7.10.4":
|
|
671
|
+
version "7.10.4"
|
|
672
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz"
|
|
673
|
+
integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==
|
|
674
|
+
dependencies:
|
|
675
|
+
"@babel/helper-plugin-utils" "^7.10.4"
|
|
676
|
+
|
|
677
|
+
"@babel/plugin-syntax-object-rest-spread@^7.8.3":
|
|
678
|
+
version "7.8.3"
|
|
679
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz"
|
|
680
|
+
integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
|
|
681
|
+
dependencies:
|
|
682
|
+
"@babel/helper-plugin-utils" "^7.8.0"
|
|
683
|
+
|
|
684
|
+
"@babel/plugin-syntax-optional-catch-binding@^7.8.3":
|
|
685
|
+
version "7.8.3"
|
|
686
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz"
|
|
687
|
+
integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
|
|
688
|
+
dependencies:
|
|
689
|
+
"@babel/helper-plugin-utils" "^7.8.0"
|
|
690
|
+
|
|
691
|
+
"@babel/plugin-syntax-optional-chaining@^7.8.3":
|
|
692
|
+
version "7.8.3"
|
|
693
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz"
|
|
694
|
+
integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
|
|
695
|
+
dependencies:
|
|
696
|
+
"@babel/helper-plugin-utils" "^7.8.0"
|
|
697
|
+
|
|
698
|
+
"@babel/plugin-syntax-private-property-in-object@^7.14.5":
|
|
699
|
+
version "7.14.5"
|
|
700
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz"
|
|
701
|
+
integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==
|
|
702
|
+
dependencies:
|
|
703
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
704
|
+
|
|
705
|
+
"@babel/plugin-syntax-top-level-await@^7.14.5":
|
|
706
|
+
version "7.14.5"
|
|
707
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz"
|
|
708
|
+
integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==
|
|
709
|
+
dependencies:
|
|
710
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
711
|
+
|
|
712
|
+
"@babel/plugin-syntax-typescript@^7.16.0":
|
|
713
|
+
version "7.16.0"
|
|
714
|
+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.0.tgz"
|
|
715
|
+
integrity sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ==
|
|
716
|
+
dependencies:
|
|
717
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
718
|
+
|
|
719
|
+
"@babel/plugin-transform-arrow-functions@^7.16.0":
|
|
720
|
+
version "7.16.0"
|
|
721
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.0.tgz"
|
|
722
|
+
integrity sha512-vIFb5250Rbh7roWARvCLvIJ/PtAU5Lhv7BtZ1u24COwpI9Ypjsh+bZcKk6rlIyalK+r0jOc1XQ8I4ovNxNrWrA==
|
|
723
|
+
dependencies:
|
|
724
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
725
|
+
|
|
726
|
+
"@babel/plugin-transform-async-to-generator@^7.16.0":
|
|
727
|
+
version "7.16.0"
|
|
728
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.0.tgz"
|
|
729
|
+
integrity sha512-PbIr7G9kR8tdH6g8Wouir5uVjklETk91GMVSUq+VaOgiinbCkBP6Q7NN/suM/QutZkMJMvcyAriogcYAdhg8Gw==
|
|
730
|
+
dependencies:
|
|
731
|
+
"@babel/helper-module-imports" "^7.16.0"
|
|
732
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
733
|
+
"@babel/helper-remap-async-to-generator" "^7.16.0"
|
|
734
|
+
|
|
735
|
+
"@babel/plugin-transform-block-scoped-functions@^7.16.0":
|
|
736
|
+
version "7.16.0"
|
|
737
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.0.tgz"
|
|
738
|
+
integrity sha512-V14As3haUOP4ZWrLJ3VVx5rCnrYhMSHN/jX7z6FAt5hjRkLsb0snPCmJwSOML5oxkKO4FNoNv7V5hw/y2bjuvg==
|
|
739
|
+
dependencies:
|
|
740
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
741
|
+
|
|
742
|
+
"@babel/plugin-transform-block-scoping@^7.16.0":
|
|
743
|
+
version "7.16.0"
|
|
744
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.0.tgz"
|
|
745
|
+
integrity sha512-27n3l67/R3UrXfizlvHGuTwsRIFyce3D/6a37GRxn28iyTPvNXaW4XvznexRh1zUNLPjbLL22Id0XQElV94ruw==
|
|
746
|
+
dependencies:
|
|
747
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
748
|
+
|
|
749
|
+
"@babel/plugin-transform-classes@^7.16.0":
|
|
750
|
+
version "7.16.0"
|
|
751
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.0.tgz"
|
|
752
|
+
integrity sha512-HUxMvy6GtAdd+GKBNYDWCIA776byUQH8zjnfjxwT1P1ARv/wFu8eBDpmXQcLS/IwRtrxIReGiplOwMeyO7nsDQ==
|
|
753
|
+
dependencies:
|
|
754
|
+
"@babel/helper-annotate-as-pure" "^7.16.0"
|
|
755
|
+
"@babel/helper-function-name" "^7.16.0"
|
|
756
|
+
"@babel/helper-optimise-call-expression" "^7.16.0"
|
|
757
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
758
|
+
"@babel/helper-replace-supers" "^7.16.0"
|
|
759
|
+
"@babel/helper-split-export-declaration" "^7.16.0"
|
|
760
|
+
globals "^11.1.0"
|
|
761
|
+
|
|
762
|
+
"@babel/plugin-transform-computed-properties@^7.16.0":
|
|
763
|
+
version "7.16.0"
|
|
764
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.0.tgz"
|
|
765
|
+
integrity sha512-63l1dRXday6S8V3WFY5mXJwcRAnPYxvFfTlt67bwV1rTyVTM5zrp0DBBb13Kl7+ehkCVwIZPumPpFP/4u70+Tw==
|
|
766
|
+
dependencies:
|
|
767
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
768
|
+
|
|
769
|
+
"@babel/plugin-transform-destructuring@^7.16.0":
|
|
770
|
+
version "7.16.0"
|
|
771
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.0.tgz"
|
|
772
|
+
integrity sha512-Q7tBUwjxLTsHEoqktemHBMtb3NYwyJPTJdM+wDwb0g8PZ3kQUIzNvwD5lPaqW/p54TXBc/MXZu9Jr7tbUEUM8Q==
|
|
773
|
+
dependencies:
|
|
774
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
775
|
+
|
|
776
|
+
"@babel/plugin-transform-dotall-regex@^7.16.0", "@babel/plugin-transform-dotall-regex@^7.4.4":
|
|
777
|
+
version "7.16.0"
|
|
778
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.0.tgz"
|
|
779
|
+
integrity sha512-FXlDZfQeLILfJlC6I1qyEwcHK5UpRCFkaoVyA1nk9A1L1Yu583YO4un2KsLBsu3IJb4CUbctZks8tD9xPQubLw==
|
|
780
|
+
dependencies:
|
|
781
|
+
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
|
|
782
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
783
|
+
|
|
784
|
+
"@babel/plugin-transform-duplicate-keys@^7.16.0":
|
|
785
|
+
version "7.16.0"
|
|
786
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.0.tgz"
|
|
787
|
+
integrity sha512-LIe2kcHKAZOJDNxujvmp6z3mfN6V9lJxubU4fJIGoQCkKe3Ec2OcbdlYP+vW++4MpxwG0d1wSDOJtQW5kLnkZQ==
|
|
788
|
+
dependencies:
|
|
789
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
790
|
+
|
|
791
|
+
"@babel/plugin-transform-exponentiation-operator@^7.16.0":
|
|
792
|
+
version "7.16.0"
|
|
793
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.0.tgz"
|
|
794
|
+
integrity sha512-OwYEvzFI38hXklsrbNivzpO3fh87skzx8Pnqi4LoSYeav0xHlueSoCJrSgTPfnbyzopo5b3YVAJkFIcUpK2wsw==
|
|
795
|
+
dependencies:
|
|
796
|
+
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.0"
|
|
797
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
798
|
+
|
|
799
|
+
"@babel/plugin-transform-for-of@^7.16.0":
|
|
800
|
+
version "7.16.0"
|
|
801
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.0.tgz"
|
|
802
|
+
integrity sha512-5QKUw2kO+GVmKr2wMYSATCTTnHyscl6sxFRAY+rvN7h7WB0lcG0o4NoV6ZQU32OZGVsYUsfLGgPQpDFdkfjlJQ==
|
|
803
|
+
dependencies:
|
|
804
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
805
|
+
|
|
806
|
+
"@babel/plugin-transform-function-name@^7.16.0":
|
|
807
|
+
version "7.16.0"
|
|
808
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.0.tgz"
|
|
809
|
+
integrity sha512-lBzMle9jcOXtSOXUpc7tvvTpENu/NuekNJVova5lCCWCV9/U1ho2HH2y0p6mBg8fPm/syEAbfaaemYGOHCY3mg==
|
|
810
|
+
dependencies:
|
|
811
|
+
"@babel/helper-function-name" "^7.16.0"
|
|
812
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
813
|
+
|
|
814
|
+
"@babel/plugin-transform-literals@^7.16.0":
|
|
815
|
+
version "7.16.0"
|
|
816
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.0.tgz"
|
|
817
|
+
integrity sha512-gQDlsSF1iv9RU04clgXqRjrPyyoJMTclFt3K1cjLmTKikc0s/6vE3hlDeEVC71wLTRu72Fq7650kABrdTc2wMQ==
|
|
818
|
+
dependencies:
|
|
819
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
820
|
+
|
|
821
|
+
"@babel/plugin-transform-member-expression-literals@^7.16.0":
|
|
822
|
+
version "7.16.0"
|
|
823
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.0.tgz"
|
|
824
|
+
integrity sha512-WRpw5HL4Jhnxw8QARzRvwojp9MIE7Tdk3ez6vRyUk1MwgjJN0aNpRoXainLR5SgxmoXx/vsXGZ6OthP6t/RbUg==
|
|
825
|
+
dependencies:
|
|
826
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
827
|
+
|
|
828
|
+
"@babel/plugin-transform-modules-amd@^7.16.0":
|
|
829
|
+
version "7.16.0"
|
|
830
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.0.tgz"
|
|
831
|
+
integrity sha512-rWFhWbCJ9Wdmzln1NmSCqn7P0RAD+ogXG/bd9Kg5c7PKWkJtkiXmYsMBeXjDlzHpVTJ4I/hnjs45zX4dEv81xw==
|
|
832
|
+
dependencies:
|
|
833
|
+
"@babel/helper-module-transforms" "^7.16.0"
|
|
834
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
835
|
+
babel-plugin-dynamic-import-node "^2.3.3"
|
|
836
|
+
|
|
837
|
+
"@babel/plugin-transform-modules-commonjs@^7.16.0":
|
|
838
|
+
version "7.16.0"
|
|
839
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.0.tgz"
|
|
840
|
+
integrity sha512-Dzi+NWqyEotgzk/sb7kgQPJQf7AJkQBWsVp1N6JWc1lBVo0vkElUnGdr1PzUBmfsCCN5OOFya3RtpeHk15oLKQ==
|
|
841
|
+
dependencies:
|
|
842
|
+
"@babel/helper-module-transforms" "^7.16.0"
|
|
843
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
844
|
+
"@babel/helper-simple-access" "^7.16.0"
|
|
845
|
+
babel-plugin-dynamic-import-node "^2.3.3"
|
|
846
|
+
|
|
847
|
+
"@babel/plugin-transform-modules-systemjs@^7.16.0":
|
|
848
|
+
version "7.16.0"
|
|
849
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.0.tgz"
|
|
850
|
+
integrity sha512-yuGBaHS3lF1m/5R+6fjIke64ii5luRUg97N2wr+z1sF0V+sNSXPxXDdEEL/iYLszsN5VKxVB1IPfEqhzVpiqvg==
|
|
851
|
+
dependencies:
|
|
852
|
+
"@babel/helper-hoist-variables" "^7.16.0"
|
|
853
|
+
"@babel/helper-module-transforms" "^7.16.0"
|
|
854
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
855
|
+
"@babel/helper-validator-identifier" "^7.15.7"
|
|
856
|
+
babel-plugin-dynamic-import-node "^2.3.3"
|
|
857
|
+
|
|
858
|
+
"@babel/plugin-transform-modules-umd@^7.16.0":
|
|
859
|
+
version "7.16.0"
|
|
860
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.0.tgz"
|
|
861
|
+
integrity sha512-nx4f6no57himWiHhxDM5pjwhae5vLpTK2zCnDH8+wNLJy0TVER/LJRHl2bkt6w9Aad2sPD5iNNoUpY3X9sTGDg==
|
|
862
|
+
dependencies:
|
|
863
|
+
"@babel/helper-module-transforms" "^7.16.0"
|
|
864
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
865
|
+
|
|
866
|
+
"@babel/plugin-transform-named-capturing-groups-regex@^7.16.0":
|
|
867
|
+
version "7.16.0"
|
|
868
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.0.tgz"
|
|
869
|
+
integrity sha512-LogN88uO+7EhxWc8WZuQ8vxdSyVGxhkh8WTC3tzlT8LccMuQdA81e9SGV6zY7kY2LjDhhDOFdQVxdGwPyBCnvg==
|
|
870
|
+
dependencies:
|
|
871
|
+
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
|
|
872
|
+
|
|
873
|
+
"@babel/plugin-transform-new-target@^7.16.0":
|
|
874
|
+
version "7.16.0"
|
|
875
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.0.tgz"
|
|
876
|
+
integrity sha512-fhjrDEYv2DBsGN/P6rlqakwRwIp7rBGLPbrKxwh7oVt5NNkIhZVOY2GRV+ULLsQri1bDqwDWnU3vhlmx5B2aCw==
|
|
877
|
+
dependencies:
|
|
878
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
879
|
+
|
|
880
|
+
"@babel/plugin-transform-object-super@^7.16.0":
|
|
881
|
+
version "7.16.0"
|
|
882
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.0.tgz"
|
|
883
|
+
integrity sha512-fds+puedQHn4cPLshoHcR1DTMN0q1V9ou0mUjm8whx9pGcNvDrVVrgw+KJzzCaiTdaYhldtrUps8DWVMgrSEyg==
|
|
884
|
+
dependencies:
|
|
885
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
886
|
+
"@babel/helper-replace-supers" "^7.16.0"
|
|
887
|
+
|
|
888
|
+
"@babel/plugin-transform-parameters@^7.16.0":
|
|
889
|
+
version "7.16.3"
|
|
890
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.3.tgz"
|
|
891
|
+
integrity sha512-3MaDpJrOXT1MZ/WCmkOFo7EtmVVC8H4EUZVrHvFOsmwkk4lOjQj8rzv8JKUZV4YoQKeoIgk07GO+acPU9IMu/w==
|
|
892
|
+
dependencies:
|
|
893
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
894
|
+
|
|
895
|
+
"@babel/plugin-transform-property-literals@^7.16.0":
|
|
896
|
+
version "7.16.0"
|
|
897
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.0.tgz"
|
|
898
|
+
integrity sha512-XLldD4V8+pOqX2hwfWhgwXzGdnDOThxaNTgqagOcpBgIxbUvpgU2FMvo5E1RyHbk756WYgdbS0T8y0Cj9FKkWQ==
|
|
899
|
+
dependencies:
|
|
900
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
901
|
+
|
|
902
|
+
"@babel/plugin-transform-react-display-name@^7.16.0":
|
|
903
|
+
version "7.16.0"
|
|
904
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.0.tgz"
|
|
905
|
+
integrity sha512-FJFdJAqaCpndL+pIf0aeD/qlQwT7QXOvR6Cc8JPvNhKJBi2zc/DPc4g05Y3fbD/0iWAMQFGij4+Xw+4L/BMpTg==
|
|
906
|
+
dependencies:
|
|
907
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
908
|
+
|
|
909
|
+
"@babel/plugin-transform-react-jsx-development@^7.16.0":
|
|
910
|
+
version "7.16.0"
|
|
911
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.0.tgz"
|
|
912
|
+
integrity sha512-qq65iSqBRq0Hr3wq57YG2AmW0H6wgTnIzpffTphrUWUgLCOK+zf1f7G0vuOiXrp7dU1qq+fQBoqZ3wCDAkhFzw==
|
|
913
|
+
dependencies:
|
|
914
|
+
"@babel/plugin-transform-react-jsx" "^7.16.0"
|
|
915
|
+
|
|
916
|
+
"@babel/plugin-transform-react-jsx@^7.10.4", "@babel/plugin-transform-react-jsx@^7.16.0":
|
|
917
|
+
version "7.16.0"
|
|
918
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.0.tgz"
|
|
919
|
+
integrity sha512-rqDgIbukZ44pqq7NIRPGPGNklshPkvlmvqjdx3OZcGPk4zGIenYkxDTvl3LsSL8gqcc3ZzGmXPE6hR/u/voNOw==
|
|
920
|
+
dependencies:
|
|
921
|
+
"@babel/helper-annotate-as-pure" "^7.16.0"
|
|
922
|
+
"@babel/helper-module-imports" "^7.16.0"
|
|
923
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
924
|
+
"@babel/plugin-syntax-jsx" "^7.16.0"
|
|
925
|
+
"@babel/types" "^7.16.0"
|
|
926
|
+
|
|
927
|
+
"@babel/plugin-transform-react-pure-annotations@^7.16.0":
|
|
928
|
+
version "7.16.0"
|
|
929
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.0.tgz"
|
|
930
|
+
integrity sha512-NC/Bj2MG+t8Ef5Pdpo34Ay74X4Rt804h5y81PwOpfPtmAK3i6CizmQqwyBQzIepz1Yt8wNr2Z2L7Lu3qBMfZMA==
|
|
931
|
+
dependencies:
|
|
932
|
+
"@babel/helper-annotate-as-pure" "^7.16.0"
|
|
933
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
934
|
+
|
|
935
|
+
"@babel/plugin-transform-regenerator@^7.16.0":
|
|
936
|
+
version "7.16.0"
|
|
937
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.0.tgz"
|
|
938
|
+
integrity sha512-JAvGxgKuwS2PihiSFaDrp94XOzzTUeDeOQlcKzVAyaPap7BnZXK/lvMDiubkPTdotPKOIZq9xWXWnggUMYiExg==
|
|
939
|
+
dependencies:
|
|
940
|
+
regenerator-transform "^0.14.2"
|
|
941
|
+
|
|
942
|
+
"@babel/plugin-transform-reserved-words@^7.16.0":
|
|
943
|
+
version "7.16.0"
|
|
944
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.0.tgz"
|
|
945
|
+
integrity sha512-Dgs8NNCehHSvXdhEhln8u/TtJxfVwGYCgP2OOr5Z3Ar+B+zXicEOKNTyc+eca2cuEOMtjW6m9P9ijOt8QdqWkg==
|
|
946
|
+
dependencies:
|
|
947
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
948
|
+
|
|
949
|
+
"@babel/plugin-transform-shorthand-properties@^7.16.0":
|
|
950
|
+
version "7.16.0"
|
|
951
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.0.tgz"
|
|
952
|
+
integrity sha512-iVb1mTcD8fuhSv3k99+5tlXu5N0v8/DPm2mO3WACLG6al1CGZH7v09HJyUb1TtYl/Z+KrM6pHSIJdZxP5A+xow==
|
|
953
|
+
dependencies:
|
|
954
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
955
|
+
|
|
956
|
+
"@babel/plugin-transform-spread@^7.16.0":
|
|
957
|
+
version "7.16.0"
|
|
958
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.0.tgz"
|
|
959
|
+
integrity sha512-Ao4MSYRaLAQczZVp9/7E7QHsCuK92yHRrmVNRe/SlEJjhzivq0BSn8mEraimL8wizHZ3fuaHxKH0iwzI13GyGg==
|
|
960
|
+
dependencies:
|
|
961
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
962
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
|
|
963
|
+
|
|
964
|
+
"@babel/plugin-transform-sticky-regex@^7.16.0":
|
|
965
|
+
version "7.16.0"
|
|
966
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.0.tgz"
|
|
967
|
+
integrity sha512-/ntT2NljR9foobKk4E/YyOSwcGUXtYWv5tinMK/3RkypyNBNdhHUaq6Orw5DWq9ZcNlS03BIlEALFeQgeVAo4Q==
|
|
968
|
+
dependencies:
|
|
969
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
970
|
+
|
|
971
|
+
"@babel/plugin-transform-template-literals@^7.16.0":
|
|
972
|
+
version "7.16.0"
|
|
973
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.0.tgz"
|
|
974
|
+
integrity sha512-Rd4Ic89hA/f7xUSJQk5PnC+4so50vBoBfxjdQAdvngwidM8jYIBVxBZ/sARxD4e0yMXRbJVDrYf7dyRtIIKT6Q==
|
|
975
|
+
dependencies:
|
|
976
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
977
|
+
|
|
978
|
+
"@babel/plugin-transform-typeof-symbol@^7.16.0":
|
|
979
|
+
version "7.16.0"
|
|
980
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.0.tgz"
|
|
981
|
+
integrity sha512-++V2L8Bdf4vcaHi2raILnptTBjGEFxn5315YU+e8+EqXIucA+q349qWngCLpUYqqv233suJ6NOienIVUpS9cqg==
|
|
982
|
+
dependencies:
|
|
983
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
984
|
+
|
|
985
|
+
"@babel/plugin-transform-typescript@^7.16.0":
|
|
986
|
+
version "7.16.1"
|
|
987
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.1.tgz"
|
|
988
|
+
integrity sha512-NO4XoryBng06jjw/qWEU2LhcLJr1tWkhpMam/H4eas/CDKMX/b2/Ylb6EI256Y7+FVPCawwSM1rrJNOpDiz+Lg==
|
|
989
|
+
dependencies:
|
|
990
|
+
"@babel/helper-create-class-features-plugin" "^7.16.0"
|
|
991
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
992
|
+
"@babel/plugin-syntax-typescript" "^7.16.0"
|
|
993
|
+
|
|
994
|
+
"@babel/plugin-transform-unicode-escapes@^7.16.0":
|
|
995
|
+
version "7.16.0"
|
|
996
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.0.tgz"
|
|
997
|
+
integrity sha512-VFi4dhgJM7Bpk8lRc5CMaRGlKZ29W9C3geZjt9beuzSUrlJxsNwX7ReLwaL6WEvsOf2EQkyIJEPtF8EXjB/g2A==
|
|
998
|
+
dependencies:
|
|
999
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
1000
|
+
|
|
1001
|
+
"@babel/plugin-transform-unicode-regex@^7.16.0":
|
|
1002
|
+
version "7.16.0"
|
|
1003
|
+
resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.0.tgz"
|
|
1004
|
+
integrity sha512-jHLK4LxhHjvCeZDWyA9c+P9XH1sOxRd1RO9xMtDVRAOND/PczPqizEtVdx4TQF/wyPaewqpT+tgQFYMnN/P94A==
|
|
1005
|
+
dependencies:
|
|
1006
|
+
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
|
|
1007
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
1008
|
+
|
|
1009
|
+
"@babel/preset-env@^7.11.0":
|
|
1010
|
+
version "7.16.0"
|
|
1011
|
+
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.0.tgz"
|
|
1012
|
+
integrity sha512-cdTu/W0IrviamtnZiTfixPfIncr2M1VqRrkjzZWlr1B4TVYimCFK5jkyOdP4qw2MrlKHi+b3ORj6x8GoCew8Dg==
|
|
1013
|
+
dependencies:
|
|
1014
|
+
"@babel/compat-data" "^7.16.0"
|
|
1015
|
+
"@babel/helper-compilation-targets" "^7.16.0"
|
|
1016
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
1017
|
+
"@babel/helper-validator-option" "^7.14.5"
|
|
1018
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.0"
|
|
1019
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.0"
|
|
1020
|
+
"@babel/plugin-proposal-async-generator-functions" "^7.16.0"
|
|
1021
|
+
"@babel/plugin-proposal-class-properties" "^7.16.0"
|
|
1022
|
+
"@babel/plugin-proposal-class-static-block" "^7.16.0"
|
|
1023
|
+
"@babel/plugin-proposal-dynamic-import" "^7.16.0"
|
|
1024
|
+
"@babel/plugin-proposal-export-namespace-from" "^7.16.0"
|
|
1025
|
+
"@babel/plugin-proposal-json-strings" "^7.16.0"
|
|
1026
|
+
"@babel/plugin-proposal-logical-assignment-operators" "^7.16.0"
|
|
1027
|
+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.0"
|
|
1028
|
+
"@babel/plugin-proposal-numeric-separator" "^7.16.0"
|
|
1029
|
+
"@babel/plugin-proposal-object-rest-spread" "^7.16.0"
|
|
1030
|
+
"@babel/plugin-proposal-optional-catch-binding" "^7.16.0"
|
|
1031
|
+
"@babel/plugin-proposal-optional-chaining" "^7.16.0"
|
|
1032
|
+
"@babel/plugin-proposal-private-methods" "^7.16.0"
|
|
1033
|
+
"@babel/plugin-proposal-private-property-in-object" "^7.16.0"
|
|
1034
|
+
"@babel/plugin-proposal-unicode-property-regex" "^7.16.0"
|
|
1035
|
+
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
|
1036
|
+
"@babel/plugin-syntax-class-properties" "^7.12.13"
|
|
1037
|
+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
|
1038
|
+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
|
1039
|
+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
|
1040
|
+
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
|
1041
|
+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
|
1042
|
+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
|
1043
|
+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
|
1044
|
+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
|
1045
|
+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
|
1046
|
+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
|
1047
|
+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
|
1048
|
+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
|
|
1049
|
+
"@babel/plugin-transform-arrow-functions" "^7.16.0"
|
|
1050
|
+
"@babel/plugin-transform-async-to-generator" "^7.16.0"
|
|
1051
|
+
"@babel/plugin-transform-block-scoped-functions" "^7.16.0"
|
|
1052
|
+
"@babel/plugin-transform-block-scoping" "^7.16.0"
|
|
1053
|
+
"@babel/plugin-transform-classes" "^7.16.0"
|
|
1054
|
+
"@babel/plugin-transform-computed-properties" "^7.16.0"
|
|
1055
|
+
"@babel/plugin-transform-destructuring" "^7.16.0"
|
|
1056
|
+
"@babel/plugin-transform-dotall-regex" "^7.16.0"
|
|
1057
|
+
"@babel/plugin-transform-duplicate-keys" "^7.16.0"
|
|
1058
|
+
"@babel/plugin-transform-exponentiation-operator" "^7.16.0"
|
|
1059
|
+
"@babel/plugin-transform-for-of" "^7.16.0"
|
|
1060
|
+
"@babel/plugin-transform-function-name" "^7.16.0"
|
|
1061
|
+
"@babel/plugin-transform-literals" "^7.16.0"
|
|
1062
|
+
"@babel/plugin-transform-member-expression-literals" "^7.16.0"
|
|
1063
|
+
"@babel/plugin-transform-modules-amd" "^7.16.0"
|
|
1064
|
+
"@babel/plugin-transform-modules-commonjs" "^7.16.0"
|
|
1065
|
+
"@babel/plugin-transform-modules-systemjs" "^7.16.0"
|
|
1066
|
+
"@babel/plugin-transform-modules-umd" "^7.16.0"
|
|
1067
|
+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.0"
|
|
1068
|
+
"@babel/plugin-transform-new-target" "^7.16.0"
|
|
1069
|
+
"@babel/plugin-transform-object-super" "^7.16.0"
|
|
1070
|
+
"@babel/plugin-transform-parameters" "^7.16.0"
|
|
1071
|
+
"@babel/plugin-transform-property-literals" "^7.16.0"
|
|
1072
|
+
"@babel/plugin-transform-regenerator" "^7.16.0"
|
|
1073
|
+
"@babel/plugin-transform-reserved-words" "^7.16.0"
|
|
1074
|
+
"@babel/plugin-transform-shorthand-properties" "^7.16.0"
|
|
1075
|
+
"@babel/plugin-transform-spread" "^7.16.0"
|
|
1076
|
+
"@babel/plugin-transform-sticky-regex" "^7.16.0"
|
|
1077
|
+
"@babel/plugin-transform-template-literals" "^7.16.0"
|
|
1078
|
+
"@babel/plugin-transform-typeof-symbol" "^7.16.0"
|
|
1079
|
+
"@babel/plugin-transform-unicode-escapes" "^7.16.0"
|
|
1080
|
+
"@babel/plugin-transform-unicode-regex" "^7.16.0"
|
|
1081
|
+
"@babel/preset-modules" "^0.1.5"
|
|
1082
|
+
"@babel/types" "^7.16.0"
|
|
1083
|
+
babel-plugin-polyfill-corejs2 "^0.2.3"
|
|
1084
|
+
babel-plugin-polyfill-corejs3 "^0.3.0"
|
|
1085
|
+
babel-plugin-polyfill-regenerator "^0.2.3"
|
|
1086
|
+
core-js-compat "^3.19.0"
|
|
1087
|
+
semver "^6.3.0"
|
|
1088
|
+
|
|
1089
|
+
"@babel/preset-modules@^0.1.5":
|
|
1090
|
+
version "0.1.5"
|
|
1091
|
+
resolved "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz"
|
|
1092
|
+
integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==
|
|
1093
|
+
dependencies:
|
|
1094
|
+
"@babel/helper-plugin-utils" "^7.0.0"
|
|
1095
|
+
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
|
|
1096
|
+
"@babel/plugin-transform-dotall-regex" "^7.4.4"
|
|
1097
|
+
"@babel/types" "^7.4.4"
|
|
1098
|
+
esutils "^2.0.2"
|
|
1099
|
+
|
|
1100
|
+
"@babel/preset-react@^7.10.4":
|
|
1101
|
+
version "7.16.0"
|
|
1102
|
+
resolved "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.16.0.tgz"
|
|
1103
|
+
integrity sha512-d31IFW2bLRB28uL1WoElyro8RH5l6531XfxMtCeCmp6RVAF1uTfxxUA0LH1tXl+psZdwfmIbwoG4U5VwgbhtLw==
|
|
1104
|
+
dependencies:
|
|
1105
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
1106
|
+
"@babel/helper-validator-option" "^7.14.5"
|
|
1107
|
+
"@babel/plugin-transform-react-display-name" "^7.16.0"
|
|
1108
|
+
"@babel/plugin-transform-react-jsx" "^7.16.0"
|
|
1109
|
+
"@babel/plugin-transform-react-jsx-development" "^7.16.0"
|
|
1110
|
+
"@babel/plugin-transform-react-pure-annotations" "^7.16.0"
|
|
1111
|
+
|
|
1112
|
+
"@babel/preset-typescript@^7.10.4":
|
|
1113
|
+
version "7.16.0"
|
|
1114
|
+
resolved "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.0.tgz"
|
|
1115
|
+
integrity sha512-txegdrZYgO9DlPbv+9QOVpMnKbOtezsLHWsnsRF4AjbSIsVaujrq1qg8HK0mxQpWv0jnejt0yEoW1uWpvbrDTg==
|
|
1116
|
+
dependencies:
|
|
1117
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
|
1118
|
+
"@babel/helper-validator-option" "^7.14.5"
|
|
1119
|
+
"@babel/plugin-transform-typescript" "^7.16.0"
|
|
1120
|
+
|
|
1121
|
+
"@babel/runtime@^7.8.4":
|
|
1122
|
+
version "7.16.3"
|
|
1123
|
+
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz"
|
|
1124
|
+
integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==
|
|
1125
|
+
dependencies:
|
|
1126
|
+
regenerator-runtime "^0.13.4"
|
|
1127
|
+
|
|
1128
|
+
"@babel/template@^7.16.0":
|
|
1129
|
+
version "7.16.0"
|
|
1130
|
+
resolved "https://registry.npmjs.org/@babel/template/-/template-7.16.0.tgz"
|
|
1131
|
+
integrity sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==
|
|
1132
|
+
dependencies:
|
|
1133
|
+
"@babel/code-frame" "^7.16.0"
|
|
1134
|
+
"@babel/parser" "^7.16.0"
|
|
1135
|
+
"@babel/types" "^7.16.0"
|
|
1136
|
+
|
|
1137
|
+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3":
|
|
1138
|
+
version "7.16.3"
|
|
1139
|
+
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.3.tgz"
|
|
1140
|
+
integrity sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==
|
|
1141
|
+
dependencies:
|
|
1142
|
+
"@babel/code-frame" "^7.16.0"
|
|
1143
|
+
"@babel/generator" "^7.16.0"
|
|
1144
|
+
"@babel/helper-function-name" "^7.16.0"
|
|
1145
|
+
"@babel/helper-hoist-variables" "^7.16.0"
|
|
1146
|
+
"@babel/helper-split-export-declaration" "^7.16.0"
|
|
1147
|
+
"@babel/parser" "^7.16.3"
|
|
1148
|
+
"@babel/types" "^7.16.0"
|
|
1149
|
+
debug "^4.1.0"
|
|
1150
|
+
globals "^11.1.0"
|
|
1151
|
+
|
|
1152
|
+
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
|
|
1153
|
+
version "7.16.0"
|
|
1154
|
+
resolved "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz"
|
|
1155
|
+
integrity sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==
|
|
1156
|
+
dependencies:
|
|
1157
|
+
"@babel/helper-validator-identifier" "^7.15.7"
|
|
1158
|
+
to-fast-properties "^2.0.0"
|
|
1159
|
+
|
|
1160
|
+
"@firebase/analytics-types@0.4.0":
|
|
1161
|
+
version "0.4.0"
|
|
1162
|
+
resolved "https://registry.npmjs.org/@firebase/analytics-types/-/analytics-types-0.4.0.tgz"
|
|
1163
|
+
integrity sha512-Jj2xW+8+8XPfWGkv9HPv/uR+Qrmq37NPYT352wf7MvE9LrstpLVmFg3LqG6MCRr5miLAom5sen2gZ+iOhVDeRA==
|
|
1164
|
+
|
|
1165
|
+
"@firebase/analytics@0.6.0":
|
|
1166
|
+
version "0.6.0"
|
|
1167
|
+
resolved "https://registry.npmjs.org/@firebase/analytics/-/analytics-0.6.0.tgz"
|
|
1168
|
+
integrity sha512-6qYEOPUVYrMhqvJ46Z5Uf1S4uULd6d7vGpMP5Qz+u8kIWuOQGcPdJKQap+Hla6Rq164or9gC2HRXuYXKlgWfpw==
|
|
1169
|
+
dependencies:
|
|
1170
|
+
"@firebase/analytics-types" "0.4.0"
|
|
1171
|
+
"@firebase/component" "0.1.19"
|
|
1172
|
+
"@firebase/installations" "0.4.17"
|
|
1173
|
+
"@firebase/logger" "0.2.6"
|
|
1174
|
+
"@firebase/util" "0.3.2"
|
|
1175
|
+
tslib "^1.11.1"
|
|
1176
|
+
|
|
1177
|
+
"@firebase/app-types@0.6.1":
|
|
1178
|
+
version "0.6.1"
|
|
1179
|
+
resolved "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.6.1.tgz"
|
|
1180
|
+
integrity sha512-L/ZnJRAq7F++utfuoTKX4CLBG5YR7tFO3PLzG1/oXXKEezJ0kRL3CMRoueBEmTCzVb/6SIs2Qlaw++uDgi5Xyg==
|
|
1181
|
+
|
|
1182
|
+
"@firebase/app@0.6.11":
|
|
1183
|
+
version "0.6.11"
|
|
1184
|
+
resolved "https://registry.npmjs.org/@firebase/app/-/app-0.6.11.tgz"
|
|
1185
|
+
integrity sha512-FH++PaoyTzfTAVuJ0gITNYEIcjT5G+D0671La27MU8Vvr6MTko+5YUZ4xS9QItyotSeRF4rMJ1KR7G8LSyySiA==
|
|
1186
|
+
dependencies:
|
|
1187
|
+
"@firebase/app-types" "0.6.1"
|
|
1188
|
+
"@firebase/component" "0.1.19"
|
|
1189
|
+
"@firebase/logger" "0.2.6"
|
|
1190
|
+
"@firebase/util" "0.3.2"
|
|
1191
|
+
dom-storage "2.1.0"
|
|
1192
|
+
tslib "^1.11.1"
|
|
1193
|
+
xmlhttprequest "1.8.0"
|
|
1194
|
+
|
|
1195
|
+
"@firebase/auth-interop-types@0.1.5":
|
|
1196
|
+
version "0.1.5"
|
|
1197
|
+
resolved "https://registry.npmjs.org/@firebase/auth-interop-types/-/auth-interop-types-0.1.5.tgz"
|
|
1198
|
+
integrity sha512-88h74TMQ6wXChPA6h9Q3E1Jg6TkTHep2+k63OWg3s0ozyGVMeY+TTOti7PFPzq5RhszQPQOoCi59es4MaRvgCw==
|
|
1199
|
+
|
|
1200
|
+
"@firebase/auth-types@0.10.1":
|
|
1201
|
+
version "0.10.1"
|
|
1202
|
+
resolved "https://registry.npmjs.org/@firebase/auth-types/-/auth-types-0.10.1.tgz"
|
|
1203
|
+
integrity sha512-/+gBHb1O9x/YlG7inXfxff/6X3BPZt4zgBv4kql6HEmdzNQCodIRlEYnI+/da+lN+dha7PjaFH7C7ewMmfV7rw==
|
|
1204
|
+
|
|
1205
|
+
"@firebase/auth@0.15.0":
|
|
1206
|
+
version "0.15.0"
|
|
1207
|
+
resolved "https://registry.npmjs.org/@firebase/auth/-/auth-0.15.0.tgz"
|
|
1208
|
+
integrity sha512-IFuzhxS+HtOQl7+SZ/Mhaghy/zTU7CENsJFWbC16tv2wfLZbayKF5jYGdAU3VFLehgC8KjlcIWd10akc3XivfQ==
|
|
1209
|
+
dependencies:
|
|
1210
|
+
"@firebase/auth-types" "0.10.1"
|
|
1211
|
+
|
|
1212
|
+
"@firebase/component@0.1.19":
|
|
1213
|
+
version "0.1.19"
|
|
1214
|
+
resolved "https://registry.npmjs.org/@firebase/component/-/component-0.1.19.tgz"
|
|
1215
|
+
integrity sha512-L0S3g8eqaerg8y0zox3oOHSTwn/FE8RbcRHiurnbESvDViZtP5S5WnhuAPd7FnFxa8ElWK0z1Tr3ikzWDv1xdQ==
|
|
1216
|
+
dependencies:
|
|
1217
|
+
"@firebase/util" "0.3.2"
|
|
1218
|
+
tslib "^1.11.1"
|
|
1219
|
+
|
|
1220
|
+
"@firebase/database-types@0.5.2":
|
|
1221
|
+
version "0.5.2"
|
|
1222
|
+
resolved "https://registry.npmjs.org/@firebase/database-types/-/database-types-0.5.2.tgz"
|
|
1223
|
+
integrity sha512-ap2WQOS3LKmGuVFKUghFft7RxXTyZTDr0Xd8y2aqmWsbJVjgozi0huL/EUMgTjGFrATAjcf2A7aNs8AKKZ2a8g==
|
|
1224
|
+
dependencies:
|
|
1225
|
+
"@firebase/app-types" "0.6.1"
|
|
1226
|
+
|
|
1227
|
+
"@firebase/database@0.6.13":
|
|
1228
|
+
version "0.6.13"
|
|
1229
|
+
resolved "https://registry.npmjs.org/@firebase/database/-/database-0.6.13.tgz"
|
|
1230
|
+
integrity sha512-NommVkAPzU7CKd1gyehmi3lz0K78q0KOfiex7Nfy7MBMwknLm7oNqKovXSgQV1PCLvKXvvAplDSFhDhzIf9obA==
|
|
1231
|
+
dependencies:
|
|
1232
|
+
"@firebase/auth-interop-types" "0.1.5"
|
|
1233
|
+
"@firebase/component" "0.1.19"
|
|
1234
|
+
"@firebase/database-types" "0.5.2"
|
|
1235
|
+
"@firebase/logger" "0.2.6"
|
|
1236
|
+
"@firebase/util" "0.3.2"
|
|
1237
|
+
faye-websocket "0.11.3"
|
|
1238
|
+
tslib "^1.11.1"
|
|
1239
|
+
|
|
1240
|
+
"@firebase/firestore-types@1.14.0":
|
|
1241
|
+
version "1.14.0"
|
|
1242
|
+
resolved "https://registry.npmjs.org/@firebase/firestore-types/-/firestore-types-1.14.0.tgz"
|
|
1243
|
+
integrity sha512-WF8IBwHzZDhwyOgQnmB0pheVrLNP78A8PGxk1nxb/Nrgh1amo4/zYvFMGgSsTeaQK37xMYS/g7eS948te/dJxw==
|
|
1244
|
+
|
|
1245
|
+
"@firebase/firestore@1.18.0":
|
|
1246
|
+
version "1.18.0"
|
|
1247
|
+
resolved "https://registry.npmjs.org/@firebase/firestore/-/firestore-1.18.0.tgz"
|
|
1248
|
+
integrity sha512-maMq4ltkrwjDRusR2nt0qS4wldHQMp+0IDSfXIjC+SNmjnWY/t/+Skn9U3Po+dB38xpz3i7nsKbs+8utpDnPSw==
|
|
1249
|
+
dependencies:
|
|
1250
|
+
"@firebase/component" "0.1.19"
|
|
1251
|
+
"@firebase/firestore-types" "1.14.0"
|
|
1252
|
+
"@firebase/logger" "0.2.6"
|
|
1253
|
+
"@firebase/util" "0.3.2"
|
|
1254
|
+
"@firebase/webchannel-wrapper" "0.4.0"
|
|
1255
|
+
"@grpc/grpc-js" "^1.0.0"
|
|
1256
|
+
"@grpc/proto-loader" "^0.5.0"
|
|
1257
|
+
node-fetch "2.6.1"
|
|
1258
|
+
tslib "^1.11.1"
|
|
1259
|
+
|
|
1260
|
+
"@firebase/functions-types@0.3.17":
|
|
1261
|
+
version "0.3.17"
|
|
1262
|
+
resolved "https://registry.npmjs.org/@firebase/functions-types/-/functions-types-0.3.17.tgz"
|
|
1263
|
+
integrity sha512-DGR4i3VI55KnYk4IxrIw7+VG7Q3gA65azHnZxo98Il8IvYLr2UTBlSh72dTLlDf25NW51HqvJgYJDKvSaAeyHQ==
|
|
1264
|
+
|
|
1265
|
+
"@firebase/functions@0.5.1":
|
|
1266
|
+
version "0.5.1"
|
|
1267
|
+
resolved "https://registry.npmjs.org/@firebase/functions/-/functions-0.5.1.tgz"
|
|
1268
|
+
integrity sha512-yyjPZXXvzFPjkGRSqFVS5Hc2Y7Y48GyyMH+M3i7hLGe69r/59w6wzgXKqTiSYmyE1pxfjxU4a1YqBDHNkQkrYQ==
|
|
1269
|
+
dependencies:
|
|
1270
|
+
"@firebase/component" "0.1.19"
|
|
1271
|
+
"@firebase/functions-types" "0.3.17"
|
|
1272
|
+
"@firebase/messaging-types" "0.5.0"
|
|
1273
|
+
node-fetch "2.6.1"
|
|
1274
|
+
tslib "^1.11.1"
|
|
1275
|
+
|
|
1276
|
+
"@firebase/installations-types@0.3.4":
|
|
1277
|
+
version "0.3.4"
|
|
1278
|
+
resolved "https://registry.npmjs.org/@firebase/installations-types/-/installations-types-0.3.4.tgz"
|
|
1279
|
+
integrity sha512-RfePJFovmdIXb6rYwtngyxuEcWnOrzdZd9m7xAW0gRxDIjBT20n3BOhjpmgRWXo/DAxRmS7bRjWAyTHY9cqN7Q==
|
|
1280
|
+
|
|
1281
|
+
"@firebase/installations@0.4.17":
|
|
1282
|
+
version "0.4.17"
|
|
1283
|
+
resolved "https://registry.npmjs.org/@firebase/installations/-/installations-0.4.17.tgz"
|
|
1284
|
+
integrity sha512-AE/TyzIpwkC4UayRJD419xTqZkKzxwk0FLht3Dci8WI2OEKHSwoZG9xv4hOBZebe+fDzoV2EzfatQY8c/6Avig==
|
|
1285
|
+
dependencies:
|
|
1286
|
+
"@firebase/component" "0.1.19"
|
|
1287
|
+
"@firebase/installations-types" "0.3.4"
|
|
1288
|
+
"@firebase/util" "0.3.2"
|
|
1289
|
+
idb "3.0.2"
|
|
1290
|
+
tslib "^1.11.1"
|
|
1291
|
+
|
|
1292
|
+
"@firebase/logger@0.2.6":
|
|
1293
|
+
version "0.2.6"
|
|
1294
|
+
resolved "https://registry.npmjs.org/@firebase/logger/-/logger-0.2.6.tgz"
|
|
1295
|
+
integrity sha512-KIxcUvW/cRGWlzK9Vd2KB864HlUnCfdTH0taHE0sXW5Xl7+W68suaeau1oKNEqmc3l45azkd4NzXTCWZRZdXrw==
|
|
1296
|
+
|
|
1297
|
+
"@firebase/messaging-types@0.5.0":
|
|
1298
|
+
version "0.5.0"
|
|
1299
|
+
resolved "https://registry.npmjs.org/@firebase/messaging-types/-/messaging-types-0.5.0.tgz"
|
|
1300
|
+
integrity sha512-QaaBswrU6umJYb/ZYvjR5JDSslCGOH6D9P136PhabFAHLTR4TWjsaACvbBXuvwrfCXu10DtcjMxqfhdNIB1Xfg==
|
|
1301
|
+
|
|
1302
|
+
"@firebase/messaging@0.7.1":
|
|
1303
|
+
version "0.7.1"
|
|
1304
|
+
resolved "https://registry.npmjs.org/@firebase/messaging/-/messaging-0.7.1.tgz"
|
|
1305
|
+
integrity sha512-iev/ST9v0xd/8YpGYrZtDcqdD9J6ZWzSuceRn8EKy5vIgQvW/rk2eTQc8axzvDpQ36ZfphMYuhW6XuNrR3Pd2Q==
|
|
1306
|
+
dependencies:
|
|
1307
|
+
"@firebase/component" "0.1.19"
|
|
1308
|
+
"@firebase/installations" "0.4.17"
|
|
1309
|
+
"@firebase/messaging-types" "0.5.0"
|
|
1310
|
+
"@firebase/util" "0.3.2"
|
|
1311
|
+
idb "3.0.2"
|
|
1312
|
+
tslib "^1.11.1"
|
|
1313
|
+
|
|
1314
|
+
"@firebase/performance-types@0.0.13":
|
|
1315
|
+
version "0.0.13"
|
|
1316
|
+
resolved "https://registry.npmjs.org/@firebase/performance-types/-/performance-types-0.0.13.tgz"
|
|
1317
|
+
integrity sha512-6fZfIGjQpwo9S5OzMpPyqgYAUZcFzZxHFqOyNtorDIgNXq33nlldTL/vtaUZA8iT9TT5cJlCrF/jthKU7X21EA==
|
|
1318
|
+
|
|
1319
|
+
"@firebase/performance@0.4.2":
|
|
1320
|
+
version "0.4.2"
|
|
1321
|
+
resolved "https://registry.npmjs.org/@firebase/performance/-/performance-0.4.2.tgz"
|
|
1322
|
+
integrity sha512-irHTCVWJ/sxJo0QHg+yQifBeVu8ZJPihiTqYzBUz/0AGc51YSt49FZwqSfknvCN2+OfHaazz/ARVBn87g7Ex8g==
|
|
1323
|
+
dependencies:
|
|
1324
|
+
"@firebase/component" "0.1.19"
|
|
1325
|
+
"@firebase/installations" "0.4.17"
|
|
1326
|
+
"@firebase/logger" "0.2.6"
|
|
1327
|
+
"@firebase/performance-types" "0.0.13"
|
|
1328
|
+
"@firebase/util" "0.3.2"
|
|
1329
|
+
tslib "^1.11.1"
|
|
1330
|
+
|
|
1331
|
+
"@firebase/polyfill@0.3.36":
|
|
1332
|
+
version "0.3.36"
|
|
1333
|
+
resolved "https://registry.npmjs.org/@firebase/polyfill/-/polyfill-0.3.36.tgz"
|
|
1334
|
+
integrity sha512-zMM9oSJgY6cT2jx3Ce9LYqb0eIpDE52meIzd/oe/y70F+v9u1LDqk5kUF5mf16zovGBWMNFmgzlsh6Wj0OsFtg==
|
|
1335
|
+
dependencies:
|
|
1336
|
+
core-js "3.6.5"
|
|
1337
|
+
promise-polyfill "8.1.3"
|
|
1338
|
+
whatwg-fetch "2.0.4"
|
|
1339
|
+
|
|
1340
|
+
"@firebase/remote-config-types@0.1.9":
|
|
1341
|
+
version "0.1.9"
|
|
1342
|
+
resolved "https://registry.npmjs.org/@firebase/remote-config-types/-/remote-config-types-0.1.9.tgz"
|
|
1343
|
+
integrity sha512-G96qnF3RYGbZsTRut7NBX0sxyczxt1uyCgXQuH/eAfUCngxjEGcZQnBdy6mvSdqdJh5mC31rWPO4v9/s7HwtzA==
|
|
1344
|
+
|
|
1345
|
+
"@firebase/remote-config@0.1.28":
|
|
1346
|
+
version "0.1.28"
|
|
1347
|
+
resolved "https://registry.npmjs.org/@firebase/remote-config/-/remote-config-0.1.28.tgz"
|
|
1348
|
+
integrity sha512-4zSdyxpt94jAnFhO8toNjG8oMKBD+xTuBIcK+Nw8BdQWeJhEamgXlupdBARUk1uf3AvYICngHH32+Si/dMVTbw==
|
|
1349
|
+
dependencies:
|
|
1350
|
+
"@firebase/component" "0.1.19"
|
|
1351
|
+
"@firebase/installations" "0.4.17"
|
|
1352
|
+
"@firebase/logger" "0.2.6"
|
|
1353
|
+
"@firebase/remote-config-types" "0.1.9"
|
|
1354
|
+
"@firebase/util" "0.3.2"
|
|
1355
|
+
tslib "^1.11.1"
|
|
1356
|
+
|
|
1357
|
+
"@firebase/storage-types@0.3.13":
|
|
1358
|
+
version "0.3.13"
|
|
1359
|
+
resolved "https://registry.npmjs.org/@firebase/storage-types/-/storage-types-0.3.13.tgz"
|
|
1360
|
+
integrity sha512-pL7b8d5kMNCCL0w9hF7pr16POyKkb3imOW7w0qYrhBnbyJTdVxMWZhb0HxCFyQWC0w3EiIFFmxoz8NTFZDEFog==
|
|
1361
|
+
|
|
1362
|
+
"@firebase/storage@0.3.43":
|
|
1363
|
+
version "0.3.43"
|
|
1364
|
+
resolved "https://registry.npmjs.org/@firebase/storage/-/storage-0.3.43.tgz"
|
|
1365
|
+
integrity sha512-Jp54jcuyimLxPhZHFVAhNbQmgTu3Sda7vXjXrNpPEhlvvMSq4yuZBR6RrZxe/OrNVprLHh/6lTCjwjOVSo3bWA==
|
|
1366
|
+
dependencies:
|
|
1367
|
+
"@firebase/component" "0.1.19"
|
|
1368
|
+
"@firebase/storage-types" "0.3.13"
|
|
1369
|
+
"@firebase/util" "0.3.2"
|
|
1370
|
+
tslib "^1.11.1"
|
|
1371
|
+
|
|
1372
|
+
"@firebase/util@0.3.2":
|
|
1373
|
+
version "0.3.2"
|
|
1374
|
+
resolved "https://registry.npmjs.org/@firebase/util/-/util-0.3.2.tgz"
|
|
1375
|
+
integrity sha512-Dqs00++c8rwKky6KCKLLY2T1qYO4Q+X5t+lF7DInXDNF4ae1Oau35bkD+OpJ9u7l1pEv7KHowP6CUKuySCOc8g==
|
|
1376
|
+
dependencies:
|
|
1377
|
+
tslib "^1.11.1"
|
|
1378
|
+
|
|
1379
|
+
"@firebase/webchannel-wrapper@0.4.0":
|
|
1380
|
+
version "0.4.0"
|
|
1381
|
+
resolved "https://registry.npmjs.org/@firebase/webchannel-wrapper/-/webchannel-wrapper-0.4.0.tgz"
|
|
1382
|
+
integrity sha512-8cUA/mg0S+BxIZ72TdZRsXKBP5n5uRcE3k29TZhZw6oIiHBt9JA7CTb/4pE1uKtE/q5NeTY2tBDcagoZ+1zjXQ==
|
|
1383
|
+
|
|
1384
|
+
"@googlemaps/js-api-loader@^1.11.3":
|
|
1385
|
+
version "1.12.8"
|
|
1386
|
+
resolved "https://registry.npmjs.org/@googlemaps/js-api-loader/-/js-api-loader-1.12.8.tgz"
|
|
1387
|
+
integrity sha512-h1RNVIJkHWL4UrdJo8fwECJwSRg8CSIfTEtPdzvThcji7tAPvVBDVBPzvPKhvl8e8mWEGPhnYOt6kPfSxJL+vQ==
|
|
1388
|
+
dependencies:
|
|
1389
|
+
fast-deep-equal "^3.1.3"
|
|
1390
|
+
|
|
1391
|
+
"@grpc/grpc-js@^1.0.0":
|
|
1392
|
+
version "1.4.4"
|
|
1393
|
+
resolved "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.4.4.tgz"
|
|
1394
|
+
integrity sha512-a6222b7Dl6fIlMgzVl7e+NiRoLiZFbpcwvBH2Oli56Bn7W4/3Ld+86hK4ffPn5rx2DlDidmIcvIJiOQXyhv9gA==
|
|
1395
|
+
dependencies:
|
|
1396
|
+
"@grpc/proto-loader" "^0.6.4"
|
|
1397
|
+
"@types/node" ">=12.12.47"
|
|
1398
|
+
|
|
1399
|
+
"@grpc/proto-loader@^0.5.0":
|
|
1400
|
+
version "0.5.6"
|
|
1401
|
+
resolved "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.5.6.tgz"
|
|
1402
|
+
integrity sha512-DT14xgw3PSzPxwS13auTEwxhMMOoz33DPUKNtmYK/QYbBSpLXJy78FGGs5yVoxVobEqPm4iW9MOIoz0A3bLTRQ==
|
|
1403
|
+
dependencies:
|
|
1404
|
+
lodash.camelcase "^4.3.0"
|
|
1405
|
+
protobufjs "^6.8.6"
|
|
1406
|
+
|
|
1407
|
+
"@grpc/proto-loader@^0.6.4":
|
|
1408
|
+
version "0.6.6"
|
|
1409
|
+
resolved "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.6.6.tgz"
|
|
1410
|
+
integrity sha512-cdMaPZ8AiFz6ua6PUbP+LKbhwJbFXnrQ/mlnKGUyzDUZ3wp7vPLksnmLCBX6SHgSmjX7CbNVNLFYD5GmmjO4GQ==
|
|
1411
|
+
dependencies:
|
|
1412
|
+
"@types/long" "^4.0.1"
|
|
1413
|
+
lodash.camelcase "^4.3.0"
|
|
1414
|
+
long "^4.0.0"
|
|
1415
|
+
protobufjs "^6.10.0"
|
|
1416
|
+
yargs "^16.1.1"
|
|
1417
|
+
|
|
1418
|
+
"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3":
|
|
1419
|
+
version "2.1.8-no-fsevents.3"
|
|
1420
|
+
resolved "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz"
|
|
1421
|
+
integrity sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==
|
|
1422
|
+
|
|
1423
|
+
"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2":
|
|
1424
|
+
version "1.1.2"
|
|
1425
|
+
resolved "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz"
|
|
1426
|
+
integrity sha1-m4sMxmPWaafY9vXQiToU00jzD78=
|
|
1427
|
+
|
|
1428
|
+
"@protobufjs/base64@^1.1.2":
|
|
1429
|
+
version "1.1.2"
|
|
1430
|
+
resolved "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz"
|
|
1431
|
+
integrity sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==
|
|
1432
|
+
|
|
1433
|
+
"@protobufjs/codegen@^2.0.4":
|
|
1434
|
+
version "2.0.4"
|
|
1435
|
+
resolved "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz"
|
|
1436
|
+
integrity sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==
|
|
1437
|
+
|
|
1438
|
+
"@protobufjs/eventemitter@^1.1.0":
|
|
1439
|
+
version "1.1.0"
|
|
1440
|
+
resolved "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz"
|
|
1441
|
+
integrity sha1-NVy8mLr61ZePntCV85diHx0Ga3A=
|
|
1442
|
+
|
|
1443
|
+
"@protobufjs/fetch@^1.1.0":
|
|
1444
|
+
version "1.1.0"
|
|
1445
|
+
resolved "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz"
|
|
1446
|
+
integrity sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU=
|
|
1447
|
+
dependencies:
|
|
1448
|
+
"@protobufjs/aspromise" "^1.1.1"
|
|
1449
|
+
"@protobufjs/inquire" "^1.1.0"
|
|
1450
|
+
|
|
1451
|
+
"@protobufjs/float@^1.0.2":
|
|
1452
|
+
version "1.0.2"
|
|
1453
|
+
resolved "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz"
|
|
1454
|
+
integrity sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E=
|
|
1455
|
+
|
|
1456
|
+
"@protobufjs/inquire@^1.1.0":
|
|
1457
|
+
version "1.1.0"
|
|
1458
|
+
resolved "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz"
|
|
1459
|
+
integrity sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik=
|
|
1460
|
+
|
|
1461
|
+
"@protobufjs/path@^1.1.2":
|
|
1462
|
+
version "1.1.2"
|
|
1463
|
+
resolved "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz"
|
|
1464
|
+
integrity sha1-bMKyDFya1q0NzP0hynZz2Nf79o0=
|
|
1465
|
+
|
|
1466
|
+
"@protobufjs/pool@^1.1.0":
|
|
1467
|
+
version "1.1.0"
|
|
1468
|
+
resolved "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz"
|
|
1469
|
+
integrity sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q=
|
|
1470
|
+
|
|
1471
|
+
"@protobufjs/utf8@^1.1.0":
|
|
1472
|
+
version "1.1.0"
|
|
1473
|
+
resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz"
|
|
1474
|
+
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=
|
|
1475
|
+
|
|
1476
|
+
"@types/bson@^4.2.0":
|
|
1477
|
+
version "4.2.0"
|
|
1478
|
+
resolved "https://registry.npmjs.org/@types/bson/-/bson-4.2.0.tgz"
|
|
1479
|
+
integrity sha512-ELCPqAdroMdcuxqwMgUpifQyRoTpyYCNr1V9xKyF40VsBobsj+BbWNRvwGchMgBPGqkw655ypkjj2MEF5ywVwg==
|
|
1480
|
+
dependencies:
|
|
1481
|
+
bson "*"
|
|
1482
|
+
|
|
1483
|
+
"@types/google.maps@^3.45.6":
|
|
1484
|
+
version "3.46.1"
|
|
1485
|
+
resolved "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.46.1.tgz"
|
|
1486
|
+
integrity sha512-GAa5ZWYgXG50yLXybb7A824esGm/L0LKHS7qD0qkP0IA/Qp5r922P9tmYcbCkGEf3Zgf7Ukbp7l08/IGIJuQwQ==
|
|
1487
|
+
|
|
1488
|
+
"@types/js-cookie@^3.0.6":
|
|
1489
|
+
version "3.0.6"
|
|
1490
|
+
resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-3.0.6.tgz#a04ca19e877687bd449f5ad37d33b104b71fdf95"
|
|
1491
|
+
integrity sha512-wkw9yd1kEXOPnvEeEV1Go1MmxtBJL0RR79aOTAApecWFVu7w0NNXNqhcWgvw2YgZDYadliXkl14pa3WXw5jlCQ==
|
|
1492
|
+
|
|
1493
|
+
"@types/jsonwebtoken@^8.5.0":
|
|
1494
|
+
version "8.5.5"
|
|
1495
|
+
resolved "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-8.5.5.tgz"
|
|
1496
|
+
integrity sha512-OGqtHQ7N5/Ap/TUwO6IgHDuLiAoTmHhGpNvgkCm/F4N6pKzx/RBSfr2OXZSwC6vkfnsEdb6+7DNZVtiXiwdwFw==
|
|
1497
|
+
dependencies:
|
|
1498
|
+
"@types/node" "*"
|
|
1499
|
+
|
|
1500
|
+
"@types/lodash@^4.14.160":
|
|
1501
|
+
version "4.14.176"
|
|
1502
|
+
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.176.tgz"
|
|
1503
|
+
integrity sha512-xZmuPTa3rlZoIbtDUyJKZQimJV3bxCmzMIO2c9Pz9afyDro6kr7R79GwcB6mRhuoPmV2p1Vb66WOJH7F886WKQ==
|
|
1504
|
+
|
|
1505
|
+
"@types/long@^4.0.1":
|
|
1506
|
+
version "4.0.1"
|
|
1507
|
+
resolved "https://registry.npmjs.org/@types/long/-/long-4.0.1.tgz"
|
|
1508
|
+
integrity sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==
|
|
1509
|
+
|
|
1510
|
+
"@types/node-fetch@^2.5.7":
|
|
1511
|
+
version "2.5.12"
|
|
1512
|
+
resolved "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.12.tgz"
|
|
1513
|
+
integrity sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw==
|
|
1514
|
+
dependencies:
|
|
1515
|
+
"@types/node" "*"
|
|
1516
|
+
form-data "^3.0.0"
|
|
1517
|
+
|
|
1518
|
+
"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0", "@types/node@>=8.1.0":
|
|
1519
|
+
version "20.8.6"
|
|
1520
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.6.tgz#0dbd4ebcc82ad0128df05d0e6f57e05359ee47fa"
|
|
1521
|
+
integrity sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==
|
|
1522
|
+
dependencies:
|
|
1523
|
+
undici-types "~5.25.1"
|
|
1524
|
+
|
|
1525
|
+
"@types/prop-types@*":
|
|
1526
|
+
version "15.7.4"
|
|
1527
|
+
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz"
|
|
1528
|
+
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
|
|
1529
|
+
|
|
1530
|
+
"@types/react-dom@^17.0.9":
|
|
1531
|
+
version "17.0.11"
|
|
1532
|
+
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.11.tgz"
|
|
1533
|
+
integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==
|
|
1534
|
+
dependencies:
|
|
1535
|
+
"@types/react" "*"
|
|
1536
|
+
|
|
1537
|
+
"@types/react-gtm-module@^2.0.1":
|
|
1538
|
+
version "2.0.1"
|
|
1539
|
+
resolved "https://registry.npmjs.org/@types/react-gtm-module/-/react-gtm-module-2.0.1.tgz"
|
|
1540
|
+
integrity sha512-T/DN9gAbCYk5wJ1nxf4pSwmXz4d1iVjM++OoG+mwMfz9STMAotGjSb65gJHOS5bPvl6vLSsJnuC+y/43OQrltg==
|
|
1541
|
+
|
|
1542
|
+
"@types/react-input-mask@^3.0.1":
|
|
1543
|
+
version "3.0.1"
|
|
1544
|
+
resolved "https://registry.npmjs.org/@types/react-input-mask/-/react-input-mask-3.0.1.tgz"
|
|
1545
|
+
integrity sha512-rGOW8t2Ac558TAAnaq5ZZDGHu1siTblBeY30ggAQ9sX89y2MX0/FFVDLd2DT85QRpYIQOrb7QzkF9RCoV2+nZg==
|
|
1546
|
+
dependencies:
|
|
1547
|
+
"@types/react" "*"
|
|
1548
|
+
|
|
1549
|
+
"@types/react@*", "@types/react@^17.0.30":
|
|
1550
|
+
version "17.0.34"
|
|
1551
|
+
resolved "https://registry.npmjs.org/@types/react/-/react-17.0.34.tgz"
|
|
1552
|
+
integrity sha512-46FEGrMjc2+8XhHXILr+3+/sTe3OfzSPU9YGKILLrUYbQ1CLQC9Daqo1KzENGXAWwrFwiY0l4ZbF20gRvgpWTg==
|
|
1553
|
+
dependencies:
|
|
1554
|
+
"@types/prop-types" "*"
|
|
1555
|
+
"@types/scheduler" "*"
|
|
1556
|
+
csstype "^3.0.2"
|
|
1557
|
+
|
|
1558
|
+
"@types/scheduler@*":
|
|
1559
|
+
version "0.16.2"
|
|
1560
|
+
resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz"
|
|
1561
|
+
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
|
|
1562
|
+
|
|
1563
|
+
abort-controller@^3.0.0:
|
|
1564
|
+
version "3.0.0"
|
|
1565
|
+
resolved "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz"
|
|
1566
|
+
integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==
|
|
1567
|
+
dependencies:
|
|
1568
|
+
event-target-shim "^5.0.0"
|
|
1569
|
+
|
|
1570
|
+
agent-base@6:
|
|
1571
|
+
version "6.0.2"
|
|
1572
|
+
resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz"
|
|
1573
|
+
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
|
|
1574
|
+
dependencies:
|
|
1575
|
+
debug "4"
|
|
1576
|
+
|
|
1577
|
+
algoliasearch@^4.13.0:
|
|
1578
|
+
version "4.13.0"
|
|
1579
|
+
resolved "https://registry.npmjs.org/algoliasearch/-/algoliasearch-4.13.0.tgz"
|
|
1580
|
+
integrity sha512-oHv4faI1Vl2s+YC0YquwkK/TsaJs79g2JFg5FDm2rKN12VItPTAeQ7hyJMHarOPPYuCnNC5kixbtcqvb21wchw==
|
|
1581
|
+
dependencies:
|
|
1582
|
+
"@algolia/cache-browser-local-storage" "4.13.0"
|
|
1583
|
+
"@algolia/cache-common" "4.13.0"
|
|
1584
|
+
"@algolia/cache-in-memory" "4.13.0"
|
|
1585
|
+
"@algolia/client-account" "4.13.0"
|
|
1586
|
+
"@algolia/client-analytics" "4.13.0"
|
|
1587
|
+
"@algolia/client-common" "4.13.0"
|
|
1588
|
+
"@algolia/client-personalization" "4.13.0"
|
|
1589
|
+
"@algolia/client-search" "4.13.0"
|
|
1590
|
+
"@algolia/logger-common" "4.13.0"
|
|
1591
|
+
"@algolia/logger-console" "4.13.0"
|
|
1592
|
+
"@algolia/requester-browser-xhr" "4.13.0"
|
|
1593
|
+
"@algolia/requester-common" "4.13.0"
|
|
1594
|
+
"@algolia/requester-node-http" "4.13.0"
|
|
1595
|
+
"@algolia/transporter" "4.13.0"
|
|
1596
|
+
|
|
1597
|
+
ansi-escape-sequences@^4.0.0:
|
|
1598
|
+
version "4.1.0"
|
|
1599
|
+
resolved "https://registry.npmjs.org/ansi-escape-sequences/-/ansi-escape-sequences-4.1.0.tgz"
|
|
1600
|
+
integrity sha512-dzW9kHxH011uBsidTXd14JXgzye/YLb2LzeKZ4bsgl/Knwx8AtbSFkkGxagdNOoh0DlqHCmfiEjWKBaqjOanVw==
|
|
1601
|
+
dependencies:
|
|
1602
|
+
array-back "^3.0.1"
|
|
1603
|
+
|
|
1604
|
+
ansi-regex@^5.0.1:
|
|
1605
|
+
version "5.0.1"
|
|
1606
|
+
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz"
|
|
1607
|
+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
|
|
1608
|
+
|
|
1609
|
+
ansi-styles@^3.2.1:
|
|
1610
|
+
version "3.2.1"
|
|
1611
|
+
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz"
|
|
1612
|
+
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
|
|
1613
|
+
dependencies:
|
|
1614
|
+
color-convert "^1.9.0"
|
|
1615
|
+
|
|
1616
|
+
ansi-styles@^4.0.0:
|
|
1617
|
+
version "4.3.0"
|
|
1618
|
+
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz"
|
|
1619
|
+
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
|
|
1620
|
+
dependencies:
|
|
1621
|
+
color-convert "^2.0.1"
|
|
1622
|
+
|
|
1623
|
+
anymatch@~3.1.2:
|
|
1624
|
+
version "3.1.2"
|
|
1625
|
+
resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz"
|
|
1626
|
+
integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
|
|
1627
|
+
dependencies:
|
|
1628
|
+
normalize-path "^3.0.0"
|
|
1629
|
+
picomatch "^2.0.4"
|
|
1630
|
+
|
|
1631
|
+
argparse@^1.0.7:
|
|
1632
|
+
version "1.0.10"
|
|
1633
|
+
resolved "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz"
|
|
1634
|
+
integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
|
|
1635
|
+
dependencies:
|
|
1636
|
+
sprintf-js "~1.0.2"
|
|
1637
|
+
|
|
1638
|
+
array-back@^1.0.2, array-back@^1.0.3:
|
|
1639
|
+
version "1.0.4"
|
|
1640
|
+
resolved "https://registry.npmjs.org/array-back/-/array-back-1.0.4.tgz"
|
|
1641
|
+
integrity sha1-ZEun8JX3/898Q7Xw3DnTwfA8Bjs=
|
|
1642
|
+
dependencies:
|
|
1643
|
+
typical "^2.6.0"
|
|
1644
|
+
|
|
1645
|
+
array-back@^2.0.0:
|
|
1646
|
+
version "2.0.0"
|
|
1647
|
+
resolved "https://registry.npmjs.org/array-back/-/array-back-2.0.0.tgz"
|
|
1648
|
+
integrity sha512-eJv4pLLufP3g5kcZry0j6WXpIbzYw9GUB4mVJZno9wfwiBxbizTnHCw3VJb07cBihbFX48Y7oSrW9y+gt4glyw==
|
|
1649
|
+
dependencies:
|
|
1650
|
+
typical "^2.6.1"
|
|
1651
|
+
|
|
1652
|
+
array-back@^3.0.1, array-back@^3.1.0:
|
|
1653
|
+
version "3.1.0"
|
|
1654
|
+
resolved "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz"
|
|
1655
|
+
integrity sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==
|
|
1656
|
+
|
|
1657
|
+
array-back@^4.0.1:
|
|
1658
|
+
version "4.0.2"
|
|
1659
|
+
resolved "https://registry.npmjs.org/array-back/-/array-back-4.0.2.tgz"
|
|
1660
|
+
integrity sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg==
|
|
1661
|
+
|
|
1662
|
+
array-back@^5.0.0:
|
|
1663
|
+
version "5.0.0"
|
|
1664
|
+
resolved "https://registry.npmjs.org/array-back/-/array-back-5.0.0.tgz"
|
|
1665
|
+
integrity sha512-kgVWwJReZWmVuWOQKEOohXKJX+nD02JAZ54D1RRWlv8L0NebauKAaFxACKzB74RTclt1+WNz5KHaLRDAPZbDEw==
|
|
1666
|
+
|
|
1667
|
+
arrify@^2.0.0:
|
|
1668
|
+
version "2.0.1"
|
|
1669
|
+
resolved "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz"
|
|
1670
|
+
integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==
|
|
1671
|
+
|
|
1672
|
+
asynckit@^0.4.0:
|
|
1673
|
+
version "0.4.0"
|
|
1674
|
+
resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
|
|
1675
|
+
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
|
|
1676
|
+
|
|
1677
|
+
axios@^0.27.0:
|
|
1678
|
+
version "0.27.2"
|
|
1679
|
+
resolved "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz"
|
|
1680
|
+
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
|
|
1681
|
+
dependencies:
|
|
1682
|
+
follow-redirects "^1.14.9"
|
|
1683
|
+
form-data "^4.0.0"
|
|
1684
|
+
|
|
1685
|
+
babel-plugin-dynamic-import-node@^2.3.3:
|
|
1686
|
+
version "2.3.3"
|
|
1687
|
+
resolved "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz"
|
|
1688
|
+
integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
|
|
1689
|
+
dependencies:
|
|
1690
|
+
object.assign "^4.1.0"
|
|
1691
|
+
|
|
1692
|
+
babel-plugin-polyfill-corejs2@^0.2.3:
|
|
1693
|
+
version "0.2.3"
|
|
1694
|
+
resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.3.tgz"
|
|
1695
|
+
integrity sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==
|
|
1696
|
+
dependencies:
|
|
1697
|
+
"@babel/compat-data" "^7.13.11"
|
|
1698
|
+
"@babel/helper-define-polyfill-provider" "^0.2.4"
|
|
1699
|
+
semver "^6.1.1"
|
|
1700
|
+
|
|
1701
|
+
babel-plugin-polyfill-corejs3@^0.3.0:
|
|
1702
|
+
version "0.3.0"
|
|
1703
|
+
resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.3.0.tgz"
|
|
1704
|
+
integrity sha512-JLwi9vloVdXLjzACL80j24bG6/T1gYxwowG44dg6HN/7aTPdyPbJJidf6ajoA3RPHHtW0j9KMrSOLpIZpAnPpg==
|
|
1705
|
+
dependencies:
|
|
1706
|
+
"@babel/helper-define-polyfill-provider" "^0.2.4"
|
|
1707
|
+
core-js-compat "^3.18.0"
|
|
1708
|
+
|
|
1709
|
+
babel-plugin-polyfill-regenerator@^0.2.3:
|
|
1710
|
+
version "0.2.3"
|
|
1711
|
+
resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.3.tgz"
|
|
1712
|
+
integrity sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==
|
|
1713
|
+
dependencies:
|
|
1714
|
+
"@babel/helper-define-polyfill-provider" "^0.2.4"
|
|
1715
|
+
|
|
1716
|
+
balanced-match@^1.0.0:
|
|
1717
|
+
version "1.0.2"
|
|
1718
|
+
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
|
|
1719
|
+
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
|
|
1720
|
+
|
|
1721
|
+
base64-js@^1.3.0, base64-js@^1.3.1:
|
|
1722
|
+
version "1.5.1"
|
|
1723
|
+
resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz"
|
|
1724
|
+
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
|
|
1725
|
+
|
|
1726
|
+
bignumber.js@^9.0.0:
|
|
1727
|
+
version "9.0.1"
|
|
1728
|
+
resolved "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.1.tgz"
|
|
1729
|
+
integrity sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA==
|
|
1730
|
+
|
|
1731
|
+
binary-extensions@^2.0.0:
|
|
1732
|
+
version "2.2.0"
|
|
1733
|
+
resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz"
|
|
1734
|
+
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
|
|
1735
|
+
|
|
1736
|
+
bluebird@^3.7.2:
|
|
1737
|
+
version "3.7.2"
|
|
1738
|
+
resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz"
|
|
1739
|
+
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
|
|
1740
|
+
|
|
1741
|
+
brace-expansion@^1.1.7:
|
|
1742
|
+
version "1.1.11"
|
|
1743
|
+
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz"
|
|
1744
|
+
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
|
|
1745
|
+
dependencies:
|
|
1746
|
+
balanced-match "^1.0.0"
|
|
1747
|
+
concat-map "0.0.1"
|
|
1748
|
+
|
|
1749
|
+
braces@~3.0.2:
|
|
1750
|
+
version "3.0.2"
|
|
1751
|
+
resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz"
|
|
1752
|
+
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
|
|
1753
|
+
dependencies:
|
|
1754
|
+
fill-range "^7.0.1"
|
|
1755
|
+
|
|
1756
|
+
browserslist@^4.17.5, browserslist@^4.17.6:
|
|
1757
|
+
version "4.17.6"
|
|
1758
|
+
resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.17.6.tgz"
|
|
1759
|
+
integrity sha512-uPgz3vyRTlEiCv4ee9KlsKgo2V6qPk7Jsn0KAn2OBqbqKo3iNcPEC1Ti6J4dwnz+aIRfEEEuOzC9IBk8tXUomw==
|
|
1760
|
+
dependencies:
|
|
1761
|
+
caniuse-lite "^1.0.30001274"
|
|
1762
|
+
electron-to-chromium "^1.3.886"
|
|
1763
|
+
escalade "^3.1.1"
|
|
1764
|
+
node-releases "^2.0.1"
|
|
1765
|
+
picocolors "^1.0.0"
|
|
1766
|
+
|
|
1767
|
+
bson@*:
|
|
1768
|
+
version "4.5.4"
|
|
1769
|
+
resolved "https://registry.npmjs.org/bson/-/bson-4.5.4.tgz"
|
|
1770
|
+
integrity sha512-wIt0bPACnx8Ju9r6IsS2wVtGDHBr9Dxb+U29A1YED2pu8XOhS8aKjOnLZ8sxyXkPwanoK7iWWVhS1+coxde6xA==
|
|
1771
|
+
dependencies:
|
|
1772
|
+
buffer "^5.6.0"
|
|
1773
|
+
|
|
1774
|
+
buffer-equal-constant-time@1.0.1:
|
|
1775
|
+
version "1.0.1"
|
|
1776
|
+
resolved "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz"
|
|
1777
|
+
integrity sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=
|
|
1778
|
+
|
|
1779
|
+
buffer@^5.6.0:
|
|
1780
|
+
version "5.7.1"
|
|
1781
|
+
resolved "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz"
|
|
1782
|
+
integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
|
|
1783
|
+
dependencies:
|
|
1784
|
+
base64-js "^1.3.1"
|
|
1785
|
+
ieee754 "^1.1.13"
|
|
1786
|
+
|
|
1787
|
+
cache-point@^2.0.0:
|
|
1788
|
+
version "2.0.0"
|
|
1789
|
+
resolved "https://registry.npmjs.org/cache-point/-/cache-point-2.0.0.tgz"
|
|
1790
|
+
integrity sha512-4gkeHlFpSKgm3vm2gJN5sPqfmijYRFYCQ6tv5cLw0xVmT6r1z1vd4FNnpuOREco3cBs1G709sZ72LdgddKvL5w==
|
|
1791
|
+
dependencies:
|
|
1792
|
+
array-back "^4.0.1"
|
|
1793
|
+
fs-then-native "^2.0.0"
|
|
1794
|
+
mkdirp2 "^1.0.4"
|
|
1795
|
+
|
|
1796
|
+
call-bind@^1.0.0:
|
|
1797
|
+
version "1.0.2"
|
|
1798
|
+
resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz"
|
|
1799
|
+
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
|
|
1800
|
+
dependencies:
|
|
1801
|
+
function-bind "^1.1.1"
|
|
1802
|
+
get-intrinsic "^1.0.2"
|
|
1803
|
+
|
|
1804
|
+
caniuse-lite@^1.0.30001274:
|
|
1805
|
+
version "1.0.30001279"
|
|
1806
|
+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001279.tgz"
|
|
1807
|
+
integrity sha512-VfEHpzHEXj6/CxggTwSFoZBBYGQfQv9Cf42KPlO79sWXCD1QNKWKsKzFeWL7QpZHJQYAvocqV6Rty1yJMkqWLQ==
|
|
1808
|
+
|
|
1809
|
+
catharsis@^0.9.0:
|
|
1810
|
+
version "0.9.0"
|
|
1811
|
+
resolved "https://registry.npmjs.org/catharsis/-/catharsis-0.9.0.tgz"
|
|
1812
|
+
integrity sha512-prMTQVpcns/tzFgFVkVp6ak6RykZyWb3gu8ckUpd6YkTlacOd3DXGJjIpD4Q6zJirizvaiAjSSHlOsA+6sNh2A==
|
|
1813
|
+
dependencies:
|
|
1814
|
+
lodash "^4.17.15"
|
|
1815
|
+
|
|
1816
|
+
chalk@^2.0.0:
|
|
1817
|
+
version "2.4.2"
|
|
1818
|
+
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
|
|
1819
|
+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
1820
|
+
dependencies:
|
|
1821
|
+
ansi-styles "^3.2.1"
|
|
1822
|
+
escape-string-regexp "^1.0.5"
|
|
1823
|
+
supports-color "^5.3.0"
|
|
1824
|
+
|
|
1825
|
+
chokidar@^3.4.0:
|
|
1826
|
+
version "3.5.2"
|
|
1827
|
+
resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz"
|
|
1828
|
+
integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
|
|
1829
|
+
dependencies:
|
|
1830
|
+
anymatch "~3.1.2"
|
|
1831
|
+
braces "~3.0.2"
|
|
1832
|
+
glob-parent "~5.1.2"
|
|
1833
|
+
is-binary-path "~2.1.0"
|
|
1834
|
+
is-glob "~4.0.1"
|
|
1835
|
+
normalize-path "~3.0.0"
|
|
1836
|
+
readdirp "~3.6.0"
|
|
1837
|
+
optionalDependencies:
|
|
1838
|
+
fsevents "~2.3.2"
|
|
1839
|
+
|
|
1840
|
+
cliui@^7.0.2:
|
|
1841
|
+
version "7.0.4"
|
|
1842
|
+
resolved "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz"
|
|
1843
|
+
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
|
|
1844
|
+
dependencies:
|
|
1845
|
+
string-width "^4.2.0"
|
|
1846
|
+
strip-ansi "^6.0.0"
|
|
1847
|
+
wrap-ansi "^7.0.0"
|
|
1848
|
+
|
|
1849
|
+
collect-all@^1.0.3:
|
|
1850
|
+
version "1.0.4"
|
|
1851
|
+
resolved "https://registry.npmjs.org/collect-all/-/collect-all-1.0.4.tgz"
|
|
1852
|
+
integrity sha512-RKZhRwJtJEP5FWul+gkSMEnaK6H3AGPTTWOiRimCcs+rc/OmQE3Yhy1Q7A7KsdkG3ZXVdZq68Y6ONSdvkeEcKA==
|
|
1853
|
+
dependencies:
|
|
1854
|
+
stream-connect "^1.0.2"
|
|
1855
|
+
stream-via "^1.0.4"
|
|
1856
|
+
|
|
1857
|
+
color-convert@^1.9.0:
|
|
1858
|
+
version "1.9.3"
|
|
1859
|
+
resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz"
|
|
1860
|
+
integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
|
|
1861
|
+
dependencies:
|
|
1862
|
+
color-name "1.1.3"
|
|
1863
|
+
|
|
1864
|
+
color-convert@^2.0.1:
|
|
1865
|
+
version "2.0.1"
|
|
1866
|
+
resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz"
|
|
1867
|
+
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
|
|
1868
|
+
dependencies:
|
|
1869
|
+
color-name "~1.1.4"
|
|
1870
|
+
|
|
1871
|
+
color-name@1.1.3:
|
|
1872
|
+
version "1.1.3"
|
|
1873
|
+
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz"
|
|
1874
|
+
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
|
|
1875
|
+
|
|
1876
|
+
color-name@~1.1.4:
|
|
1877
|
+
version "1.1.4"
|
|
1878
|
+
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
|
|
1879
|
+
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
|
1880
|
+
|
|
1881
|
+
combined-stream@^1.0.8:
|
|
1882
|
+
version "1.0.8"
|
|
1883
|
+
resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz"
|
|
1884
|
+
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
|
|
1885
|
+
dependencies:
|
|
1886
|
+
delayed-stream "~1.0.0"
|
|
1887
|
+
|
|
1888
|
+
command-line-args@^5.0.0:
|
|
1889
|
+
version "5.2.0"
|
|
1890
|
+
resolved "https://registry.npmjs.org/command-line-args/-/command-line-args-5.2.0.tgz"
|
|
1891
|
+
integrity sha512-4zqtU1hYsSJzcJBOcNZIbW5Fbk9BkjCp1pZVhQKoRaWL5J7N4XphDLwo8aWwdQpTugxwu+jf9u2ZhkXiqp5Z6A==
|
|
1892
|
+
dependencies:
|
|
1893
|
+
array-back "^3.1.0"
|
|
1894
|
+
find-replace "^3.0.0"
|
|
1895
|
+
lodash.camelcase "^4.3.0"
|
|
1896
|
+
typical "^4.0.0"
|
|
1897
|
+
|
|
1898
|
+
command-line-tool@^0.8.0:
|
|
1899
|
+
version "0.8.0"
|
|
1900
|
+
resolved "https://registry.npmjs.org/command-line-tool/-/command-line-tool-0.8.0.tgz"
|
|
1901
|
+
integrity sha512-Xw18HVx/QzQV3Sc5k1vy3kgtOeGmsKIqwtFFoyjI4bbcpSgnw2CWVULvtakyw4s6fhyAdI6soQQhXc2OzJy62g==
|
|
1902
|
+
dependencies:
|
|
1903
|
+
ansi-escape-sequences "^4.0.0"
|
|
1904
|
+
array-back "^2.0.0"
|
|
1905
|
+
command-line-args "^5.0.0"
|
|
1906
|
+
command-line-usage "^4.1.0"
|
|
1907
|
+
typical "^2.6.1"
|
|
1908
|
+
|
|
1909
|
+
command-line-usage@^4.1.0:
|
|
1910
|
+
version "4.1.0"
|
|
1911
|
+
resolved "https://registry.npmjs.org/command-line-usage/-/command-line-usage-4.1.0.tgz"
|
|
1912
|
+
integrity sha512-MxS8Ad995KpdAC0Jopo/ovGIroV/m0KHwzKfXxKag6FHOkGsH8/lv5yjgablcRxCJJC0oJeUMuO/gmaq+Wq46g==
|
|
1913
|
+
dependencies:
|
|
1914
|
+
ansi-escape-sequences "^4.0.0"
|
|
1915
|
+
array-back "^2.0.0"
|
|
1916
|
+
table-layout "^0.4.2"
|
|
1917
|
+
typical "^2.6.1"
|
|
1918
|
+
|
|
1919
|
+
commander@^4.0.1:
|
|
1920
|
+
version "4.1.1"
|
|
1921
|
+
resolved "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz"
|
|
1922
|
+
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
|
|
1923
|
+
|
|
1924
|
+
common-sequence@^2.0.0:
|
|
1925
|
+
version "2.0.2"
|
|
1926
|
+
resolved "https://registry.npmjs.org/common-sequence/-/common-sequence-2.0.2.tgz"
|
|
1927
|
+
integrity sha512-jAg09gkdkrDO9EWTdXfv80WWH3yeZl5oT69fGfedBNS9pXUKYInVJ1bJ+/ht2+Moeei48TmSbQDYMc8EOx9G0g==
|
|
1928
|
+
|
|
1929
|
+
concat-map@0.0.1:
|
|
1930
|
+
version "0.0.1"
|
|
1931
|
+
resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
|
|
1932
|
+
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
|
|
1933
|
+
|
|
1934
|
+
config-master@^3.1.0:
|
|
1935
|
+
version "3.1.0"
|
|
1936
|
+
resolved "https://registry.npmjs.org/config-master/-/config-master-3.1.0.tgz"
|
|
1937
|
+
integrity sha1-ZnZjWQUFooO/JqSE1oSJ10xUhdo=
|
|
1938
|
+
dependencies:
|
|
1939
|
+
walk-back "^2.0.1"
|
|
1940
|
+
|
|
1941
|
+
contentful-resolve-response@^1.3.0:
|
|
1942
|
+
version "1.3.6"
|
|
1943
|
+
resolved "https://registry.npmjs.org/contentful-resolve-response/-/contentful-resolve-response-1.3.6.tgz"
|
|
1944
|
+
integrity sha512-zEAx25uK48aXkMM5H8FWLqQZODKuoRbc79xbMzOnaX5xw8QEPNyqNLzuNI2CDVaeH+QK2EG5XvZ+Xeq00sAPLw==
|
|
1945
|
+
dependencies:
|
|
1946
|
+
fast-copy "^2.1.3"
|
|
1947
|
+
|
|
1948
|
+
contentful-sdk-core@^7.0.1:
|
|
1949
|
+
version "7.0.2"
|
|
1950
|
+
resolved "https://registry.npmjs.org/contentful-sdk-core/-/contentful-sdk-core-7.0.2.tgz"
|
|
1951
|
+
integrity sha512-HkBzzzJ3UGqOIJiTd4qMEMvn44ccrN7a75gEej28X1srGn05myRgJ/pWbmXJhtgpq/5gU7IURnynyKx/ecsOfg==
|
|
1952
|
+
dependencies:
|
|
1953
|
+
fast-copy "^2.1.3"
|
|
1954
|
+
lodash.isplainobject "^4.0.6"
|
|
1955
|
+
lodash.isstring "^4.0.1"
|
|
1956
|
+
p-throttle "^4.1.1"
|
|
1957
|
+
qs "^6.9.4"
|
|
1958
|
+
|
|
1959
|
+
contentful@^9.1.28:
|
|
1960
|
+
version "9.1.28"
|
|
1961
|
+
resolved "https://registry.npmjs.org/contentful/-/contentful-9.1.28.tgz"
|
|
1962
|
+
integrity sha512-8ivYmT+DsATrtSUo0WjldNrXwQPHxs/0PuFjpWH3NwsLoUDi1dshyry9AQtnEpbhWGv4B3LsX50+/BsHQptseg==
|
|
1963
|
+
dependencies:
|
|
1964
|
+
axios "^0.27.0"
|
|
1965
|
+
contentful-resolve-response "^1.3.0"
|
|
1966
|
+
contentful-sdk-core "^7.0.1"
|
|
1967
|
+
fast-copy "^2.1.0"
|
|
1968
|
+
json-stringify-safe "^5.0.1"
|
|
1969
|
+
|
|
1970
|
+
convert-source-map@^1.1.0, convert-source-map@^1.7.0:
|
|
1971
|
+
version "1.8.0"
|
|
1972
|
+
resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz"
|
|
1973
|
+
integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
|
|
1974
|
+
dependencies:
|
|
1975
|
+
safe-buffer "~5.1.1"
|
|
1976
|
+
|
|
1977
|
+
core-js-compat@^3.18.0, core-js-compat@^3.19.0:
|
|
1978
|
+
version "3.19.1"
|
|
1979
|
+
resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.19.1.tgz"
|
|
1980
|
+
integrity sha512-Q/VJ7jAF/y68+aUsQJ/afPOewdsGkDtcMb40J8MbuWKlK3Y+wtHq8bTHKPj2WKWLIqmS5JhHs4CzHtz6pT2W6g==
|
|
1981
|
+
dependencies:
|
|
1982
|
+
browserslist "^4.17.6"
|
|
1983
|
+
semver "7.0.0"
|
|
1984
|
+
|
|
1985
|
+
core-js@3.6.5:
|
|
1986
|
+
version "3.6.5"
|
|
1987
|
+
resolved "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz"
|
|
1988
|
+
integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==
|
|
1989
|
+
|
|
1990
|
+
csstype@^3.0.2:
|
|
1991
|
+
version "3.0.9"
|
|
1992
|
+
resolved "https://registry.npmjs.org/csstype/-/csstype-3.0.9.tgz"
|
|
1993
|
+
integrity sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==
|
|
1994
|
+
|
|
1995
|
+
debug@4, debug@^4.1.0, debug@^4.1.1:
|
|
1996
|
+
version "4.3.2"
|
|
1997
|
+
resolved "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz"
|
|
1998
|
+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
|
|
1999
|
+
dependencies:
|
|
2000
|
+
ms "2.1.2"
|
|
2001
|
+
|
|
2002
|
+
deep-extend@~0.6.0:
|
|
2003
|
+
version "0.6.0"
|
|
2004
|
+
resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz"
|
|
2005
|
+
integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
|
|
2006
|
+
|
|
2007
|
+
define-properties@^1.1.3:
|
|
2008
|
+
version "1.1.3"
|
|
2009
|
+
resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz"
|
|
2010
|
+
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
|
|
2011
|
+
dependencies:
|
|
2012
|
+
object-keys "^1.0.12"
|
|
2013
|
+
|
|
2014
|
+
delayed-stream@~1.0.0:
|
|
2015
|
+
version "1.0.0"
|
|
2016
|
+
resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
|
|
2017
|
+
integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
|
|
2018
|
+
|
|
2019
|
+
dmd@^5.0.1:
|
|
2020
|
+
version "5.0.2"
|
|
2021
|
+
resolved "https://registry.npmjs.org/dmd/-/dmd-5.0.2.tgz"
|
|
2022
|
+
integrity sha512-npXsE2+/onRPk/LCrUmx7PcUSqcSVnbrDDMi2nBSawNZ8QXlHE/8xaEZ6pNqPD1lQZv8LGr1xEIpyxP336xyfw==
|
|
2023
|
+
dependencies:
|
|
2024
|
+
array-back "^4.0.1"
|
|
2025
|
+
cache-point "^2.0.0"
|
|
2026
|
+
common-sequence "^2.0.0"
|
|
2027
|
+
file-set "^4.0.1"
|
|
2028
|
+
handlebars "^4.7.6"
|
|
2029
|
+
marked "^1.1.0"
|
|
2030
|
+
object-get "^2.1.1"
|
|
2031
|
+
reduce-flatten "^3.0.0"
|
|
2032
|
+
reduce-unique "^2.0.1"
|
|
2033
|
+
reduce-without "^1.0.1"
|
|
2034
|
+
test-value "^3.0.0"
|
|
2035
|
+
walk-back "^4.0.0"
|
|
2036
|
+
|
|
2037
|
+
dom-storage@2.1.0:
|
|
2038
|
+
version "2.1.0"
|
|
2039
|
+
resolved "https://registry.npmjs.org/dom-storage/-/dom-storage-2.1.0.tgz"
|
|
2040
|
+
integrity sha512-g6RpyWXzl0RR6OTElHKBl7nwnK87GUyZMYC7JWsB/IA73vpqK2K6LT39x4VepLxlSsWBFrPVLnsSR5Jyty0+2Q==
|
|
2041
|
+
|
|
2042
|
+
ecdsa-sig-formatter@1.0.11, ecdsa-sig-formatter@^1.0.11:
|
|
2043
|
+
version "1.0.11"
|
|
2044
|
+
resolved "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz"
|
|
2045
|
+
integrity sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==
|
|
2046
|
+
dependencies:
|
|
2047
|
+
safe-buffer "^5.0.1"
|
|
2048
|
+
|
|
2049
|
+
electron-to-chromium@^1.3.886:
|
|
2050
|
+
version "1.3.893"
|
|
2051
|
+
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.893.tgz"
|
|
2052
|
+
integrity sha512-ChtwF7qB03INq1SyMpue08wc6cve+ktj2UC/Y7se9vB+JryfzziJeYwsgb8jLaCA5GMkHCdn5M62PfSMWhifZg==
|
|
2053
|
+
|
|
2054
|
+
emoji-regex@^8.0.0:
|
|
2055
|
+
version "8.0.0"
|
|
2056
|
+
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz"
|
|
2057
|
+
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
|
|
2058
|
+
|
|
2059
|
+
encoding@^0.1.13:
|
|
2060
|
+
version "0.1.13"
|
|
2061
|
+
resolved "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz"
|
|
2062
|
+
integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==
|
|
2063
|
+
dependencies:
|
|
2064
|
+
iconv-lite "^0.6.2"
|
|
2065
|
+
|
|
2066
|
+
entities@~2.0.0:
|
|
2067
|
+
version "2.0.3"
|
|
2068
|
+
resolved "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz"
|
|
2069
|
+
integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==
|
|
2070
|
+
|
|
2071
|
+
escalade@^3.1.1:
|
|
2072
|
+
version "3.1.1"
|
|
2073
|
+
resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz"
|
|
2074
|
+
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
|
|
2075
|
+
|
|
2076
|
+
escape-string-regexp@^1.0.5:
|
|
2077
|
+
version "1.0.5"
|
|
2078
|
+
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
|
|
2079
|
+
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
|
|
2080
|
+
|
|
2081
|
+
escape-string-regexp@^2.0.0:
|
|
2082
|
+
version "2.0.0"
|
|
2083
|
+
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz"
|
|
2084
|
+
integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
|
|
2085
|
+
|
|
2086
|
+
esutils@^2.0.2:
|
|
2087
|
+
version "2.0.3"
|
|
2088
|
+
resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz"
|
|
2089
|
+
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
|
|
2090
|
+
|
|
2091
|
+
event-target-shim@^5.0.0:
|
|
2092
|
+
version "5.0.1"
|
|
2093
|
+
resolved "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz"
|
|
2094
|
+
integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==
|
|
2095
|
+
|
|
2096
|
+
extend@^3.0.2:
|
|
2097
|
+
version "3.0.2"
|
|
2098
|
+
resolved "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz"
|
|
2099
|
+
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
|
|
2100
|
+
|
|
2101
|
+
fast-copy@^2.1.0, fast-copy@^2.1.3:
|
|
2102
|
+
version "2.1.3"
|
|
2103
|
+
resolved "https://registry.npmjs.org/fast-copy/-/fast-copy-2.1.3.tgz"
|
|
2104
|
+
integrity sha512-LDzYKNTHhD+XOp8wGMuCkY4eTxFZOOycmpwLBiuF3r3OjOmZnURRD8t2dUAbmKuXGbo/MGggwbSjcBdp8QT0+g==
|
|
2105
|
+
|
|
2106
|
+
fast-deep-equal@^3.1.3:
|
|
2107
|
+
version "3.1.3"
|
|
2108
|
+
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
|
|
2109
|
+
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
|
2110
|
+
|
|
2111
|
+
fast-text-encoding@^1.0.0:
|
|
2112
|
+
version "1.0.3"
|
|
2113
|
+
resolved "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.3.tgz"
|
|
2114
|
+
integrity sha512-dtm4QZH9nZtcDt8qJiOH9fcQd1NAgi+K1O2DbE6GG1PPCK/BWfOH3idCTRQ4ImXRUOyopDEgDEnVEE7Y/2Wrig==
|
|
2115
|
+
|
|
2116
|
+
faye-websocket@0.11.3:
|
|
2117
|
+
version "0.11.3"
|
|
2118
|
+
resolved "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz"
|
|
2119
|
+
integrity sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==
|
|
2120
|
+
dependencies:
|
|
2121
|
+
websocket-driver ">=0.5.1"
|
|
2122
|
+
|
|
2123
|
+
file-set@^4.0.1:
|
|
2124
|
+
version "4.0.2"
|
|
2125
|
+
resolved "https://registry.npmjs.org/file-set/-/file-set-4.0.2.tgz"
|
|
2126
|
+
integrity sha512-fuxEgzk4L8waGXaAkd8cMr73Pm0FxOVkn8hztzUW7BAHhOGH90viQNXbiOsnecCWmfInqU6YmAMwxRMdKETceQ==
|
|
2127
|
+
dependencies:
|
|
2128
|
+
array-back "^5.0.0"
|
|
2129
|
+
glob "^7.1.6"
|
|
2130
|
+
|
|
2131
|
+
fill-range@^7.0.1:
|
|
2132
|
+
version "7.0.1"
|
|
2133
|
+
resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz"
|
|
2134
|
+
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
|
|
2135
|
+
dependencies:
|
|
2136
|
+
to-regex-range "^5.0.1"
|
|
2137
|
+
|
|
2138
|
+
find-replace@^3.0.0:
|
|
2139
|
+
version "3.0.0"
|
|
2140
|
+
resolved "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz"
|
|
2141
|
+
integrity sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==
|
|
2142
|
+
dependencies:
|
|
2143
|
+
array-back "^3.0.1"
|
|
2144
|
+
|
|
2145
|
+
firebase@^7.17.2:
|
|
2146
|
+
version "7.24.0"
|
|
2147
|
+
resolved "https://registry.npmjs.org/firebase/-/firebase-7.24.0.tgz"
|
|
2148
|
+
integrity sha512-j6jIyGFFBlwWAmrlUg9HyQ/x+YpsPkc/TTkbTyeLwwAJrpAmmEHNPT6O9xtAnMV4g7d3RqLL/u9//aZlbY4rQA==
|
|
2149
|
+
dependencies:
|
|
2150
|
+
"@firebase/analytics" "0.6.0"
|
|
2151
|
+
"@firebase/app" "0.6.11"
|
|
2152
|
+
"@firebase/app-types" "0.6.1"
|
|
2153
|
+
"@firebase/auth" "0.15.0"
|
|
2154
|
+
"@firebase/database" "0.6.13"
|
|
2155
|
+
"@firebase/firestore" "1.18.0"
|
|
2156
|
+
"@firebase/functions" "0.5.1"
|
|
2157
|
+
"@firebase/installations" "0.4.17"
|
|
2158
|
+
"@firebase/messaging" "0.7.1"
|
|
2159
|
+
"@firebase/performance" "0.4.2"
|
|
2160
|
+
"@firebase/polyfill" "0.3.36"
|
|
2161
|
+
"@firebase/remote-config" "0.1.28"
|
|
2162
|
+
"@firebase/storage" "0.3.43"
|
|
2163
|
+
"@firebase/util" "0.3.2"
|
|
2164
|
+
|
|
2165
|
+
follow-redirects@^1.14.9:
|
|
2166
|
+
version "1.15.0"
|
|
2167
|
+
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.0.tgz"
|
|
2168
|
+
integrity sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==
|
|
2169
|
+
|
|
2170
|
+
form-data@^3.0.0:
|
|
2171
|
+
version "3.0.1"
|
|
2172
|
+
resolved "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz"
|
|
2173
|
+
integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==
|
|
2174
|
+
dependencies:
|
|
2175
|
+
asynckit "^0.4.0"
|
|
2176
|
+
combined-stream "^1.0.8"
|
|
2177
|
+
mime-types "^2.1.12"
|
|
2178
|
+
|
|
2179
|
+
form-data@^4.0.0:
|
|
2180
|
+
version "4.0.0"
|
|
2181
|
+
resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz"
|
|
2182
|
+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
|
|
2183
|
+
dependencies:
|
|
2184
|
+
asynckit "^0.4.0"
|
|
2185
|
+
combined-stream "^1.0.8"
|
|
2186
|
+
mime-types "^2.1.12"
|
|
2187
|
+
|
|
2188
|
+
fs-readdir-recursive@^1.1.0:
|
|
2189
|
+
version "1.1.0"
|
|
2190
|
+
resolved "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz"
|
|
2191
|
+
integrity sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==
|
|
2192
|
+
|
|
2193
|
+
fs-then-native@^2.0.0:
|
|
2194
|
+
version "2.0.0"
|
|
2195
|
+
resolved "https://registry.npmjs.org/fs-then-native/-/fs-then-native-2.0.0.tgz"
|
|
2196
|
+
integrity sha1-GaEk2U2QwiyOBF8ujdbr6jbUjGc=
|
|
2197
|
+
|
|
2198
|
+
fs.realpath@^1.0.0:
|
|
2199
|
+
version "1.0.0"
|
|
2200
|
+
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
|
|
2201
|
+
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
|
|
2202
|
+
|
|
2203
|
+
fsevents@~2.3.2:
|
|
2204
|
+
version "2.3.3"
|
|
2205
|
+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
|
|
2206
|
+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
|
|
2207
|
+
|
|
2208
|
+
function-bind@^1.1.1:
|
|
2209
|
+
version "1.1.1"
|
|
2210
|
+
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
|
|
2211
|
+
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
|
|
2212
|
+
|
|
2213
|
+
gaxios@^4.0.0:
|
|
2214
|
+
version "4.3.2"
|
|
2215
|
+
resolved "https://registry.npmjs.org/gaxios/-/gaxios-4.3.2.tgz"
|
|
2216
|
+
integrity sha512-T+ap6GM6UZ0c4E6yb1y/hy2UB6hTrqhglp3XfmU9qbLCGRYhLVV5aRPpC4EmoG8N8zOnkYCgoBz+ScvGAARY6Q==
|
|
2217
|
+
dependencies:
|
|
2218
|
+
abort-controller "^3.0.0"
|
|
2219
|
+
extend "^3.0.2"
|
|
2220
|
+
https-proxy-agent "^5.0.0"
|
|
2221
|
+
is-stream "^2.0.0"
|
|
2222
|
+
node-fetch "^2.6.1"
|
|
2223
|
+
|
|
2224
|
+
gcp-metadata@^4.2.0:
|
|
2225
|
+
version "4.3.1"
|
|
2226
|
+
resolved "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-4.3.1.tgz"
|
|
2227
|
+
integrity sha512-x850LS5N7V1F3UcV7PoupzGsyD6iVwTVvsh3tbXfkctZnBnjW5yu5z1/3k3SehF7TyoTIe78rJs02GMMy+LF+A==
|
|
2228
|
+
dependencies:
|
|
2229
|
+
gaxios "^4.0.0"
|
|
2230
|
+
json-bigint "^1.0.0"
|
|
2231
|
+
|
|
2232
|
+
gensync@^1.0.0-beta.2:
|
|
2233
|
+
version "1.0.0-beta.2"
|
|
2234
|
+
resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz"
|
|
2235
|
+
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
|
|
2236
|
+
|
|
2237
|
+
get-caller-file@^2.0.5:
|
|
2238
|
+
version "2.0.5"
|
|
2239
|
+
resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz"
|
|
2240
|
+
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
|
|
2241
|
+
|
|
2242
|
+
get-intrinsic@^1.0.2:
|
|
2243
|
+
version "1.1.1"
|
|
2244
|
+
resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz"
|
|
2245
|
+
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
|
|
2246
|
+
dependencies:
|
|
2247
|
+
function-bind "^1.1.1"
|
|
2248
|
+
has "^1.0.3"
|
|
2249
|
+
has-symbols "^1.0.1"
|
|
2250
|
+
|
|
2251
|
+
glob-parent@~5.1.2:
|
|
2252
|
+
version "5.1.2"
|
|
2253
|
+
resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz"
|
|
2254
|
+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
|
|
2255
|
+
dependencies:
|
|
2256
|
+
is-glob "^4.0.1"
|
|
2257
|
+
|
|
2258
|
+
glob@^7.0.0, glob@^7.1.6:
|
|
2259
|
+
version "7.2.0"
|
|
2260
|
+
resolved "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz"
|
|
2261
|
+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
|
|
2262
|
+
dependencies:
|
|
2263
|
+
fs.realpath "^1.0.0"
|
|
2264
|
+
inflight "^1.0.4"
|
|
2265
|
+
inherits "2"
|
|
2266
|
+
minimatch "^3.0.4"
|
|
2267
|
+
once "^1.3.0"
|
|
2268
|
+
path-is-absolute "^1.0.0"
|
|
2269
|
+
|
|
2270
|
+
globals@^11.1.0:
|
|
2271
|
+
version "11.12.0"
|
|
2272
|
+
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"
|
|
2273
|
+
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
|
2274
|
+
|
|
2275
|
+
google-auth-library@^6.0.6:
|
|
2276
|
+
version "6.1.6"
|
|
2277
|
+
resolved "https://registry.npmjs.org/google-auth-library/-/google-auth-library-6.1.6.tgz"
|
|
2278
|
+
integrity sha512-Q+ZjUEvLQj/lrVHF/IQwRo6p3s8Nc44Zk/DALsN+ac3T4HY/g/3rrufkgtl+nZ1TW7DNAw5cTChdVp4apUXVgQ==
|
|
2279
|
+
dependencies:
|
|
2280
|
+
arrify "^2.0.0"
|
|
2281
|
+
base64-js "^1.3.0"
|
|
2282
|
+
ecdsa-sig-formatter "^1.0.11"
|
|
2283
|
+
fast-text-encoding "^1.0.0"
|
|
2284
|
+
gaxios "^4.0.0"
|
|
2285
|
+
gcp-metadata "^4.2.0"
|
|
2286
|
+
gtoken "^5.0.4"
|
|
2287
|
+
jws "^4.0.0"
|
|
2288
|
+
lru-cache "^6.0.0"
|
|
2289
|
+
|
|
2290
|
+
google-p12-pem@^3.0.3:
|
|
2291
|
+
version "3.1.2"
|
|
2292
|
+
resolved "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-3.1.2.tgz"
|
|
2293
|
+
integrity sha512-tjf3IQIt7tWCDsa0ofDQ1qqSCNzahXDxdAGJDbruWqu3eCg5CKLYKN+hi0s6lfvzYZ1GDVr+oDF9OOWlDSdf0A==
|
|
2294
|
+
dependencies:
|
|
2295
|
+
node-forge "^0.10.0"
|
|
2296
|
+
|
|
2297
|
+
graceful-fs@^4.1.9:
|
|
2298
|
+
version "4.2.8"
|
|
2299
|
+
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz"
|
|
2300
|
+
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==
|
|
2301
|
+
|
|
2302
|
+
gtoken@^5.0.4:
|
|
2303
|
+
version "5.3.1"
|
|
2304
|
+
resolved "https://registry.npmjs.org/gtoken/-/gtoken-5.3.1.tgz"
|
|
2305
|
+
integrity sha512-yqOREjzLHcbzz1UrQoxhBtpk8KjrVhuqPE7od1K2uhyxG2BHjKZetlbLw/SPZak/QqTIQW+addS+EcjqQsZbwQ==
|
|
2306
|
+
dependencies:
|
|
2307
|
+
gaxios "^4.0.0"
|
|
2308
|
+
google-p12-pem "^3.0.3"
|
|
2309
|
+
jws "^4.0.0"
|
|
2310
|
+
|
|
2311
|
+
handlebars@^4.7.6:
|
|
2312
|
+
version "4.7.7"
|
|
2313
|
+
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz"
|
|
2314
|
+
integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==
|
|
2315
|
+
dependencies:
|
|
2316
|
+
minimist "^1.2.5"
|
|
2317
|
+
neo-async "^2.6.0"
|
|
2318
|
+
source-map "^0.6.1"
|
|
2319
|
+
wordwrap "^1.0.0"
|
|
2320
|
+
optionalDependencies:
|
|
2321
|
+
uglify-js "^3.1.4"
|
|
2322
|
+
|
|
2323
|
+
has-flag@^3.0.0:
|
|
2324
|
+
version "3.0.0"
|
|
2325
|
+
resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz"
|
|
2326
|
+
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
|
|
2327
|
+
|
|
2328
|
+
has-symbols@^1.0.1:
|
|
2329
|
+
version "1.0.2"
|
|
2330
|
+
resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz"
|
|
2331
|
+
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
|
|
2332
|
+
|
|
2333
|
+
has@^1.0.3:
|
|
2334
|
+
version "1.0.3"
|
|
2335
|
+
resolved "https://registry.npmjs.org/has/-/has-1.0.3.tgz"
|
|
2336
|
+
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
|
|
2337
|
+
dependencies:
|
|
2338
|
+
function-bind "^1.1.1"
|
|
2339
|
+
|
|
2340
|
+
http-parser-js@>=0.5.1:
|
|
2341
|
+
version "0.5.3"
|
|
2342
|
+
resolved "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.3.tgz"
|
|
2343
|
+
integrity sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==
|
|
2344
|
+
|
|
2345
|
+
https-proxy-agent@^5.0.0:
|
|
2346
|
+
version "5.0.0"
|
|
2347
|
+
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz"
|
|
2348
|
+
integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==
|
|
2349
|
+
dependencies:
|
|
2350
|
+
agent-base "6"
|
|
2351
|
+
debug "4"
|
|
2352
|
+
|
|
2353
|
+
iconv-lite@^0.6.2:
|
|
2354
|
+
version "0.6.3"
|
|
2355
|
+
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz"
|
|
2356
|
+
integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
|
|
2357
|
+
dependencies:
|
|
2358
|
+
safer-buffer ">= 2.1.2 < 3.0.0"
|
|
2359
|
+
|
|
2360
|
+
idb@3.0.2:
|
|
2361
|
+
version "3.0.2"
|
|
2362
|
+
resolved "https://registry.npmjs.org/idb/-/idb-3.0.2.tgz"
|
|
2363
|
+
integrity sha512-+FLa/0sTXqyux0o6C+i2lOR0VoS60LU/jzUo5xjfY6+7sEEgy4Gz1O7yFBXvjd7N0NyIGWIRg8DcQSLEG+VSPw==
|
|
2364
|
+
|
|
2365
|
+
ieee754@^1.1.13:
|
|
2366
|
+
version "1.2.1"
|
|
2367
|
+
resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz"
|
|
2368
|
+
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
|
|
2369
|
+
|
|
2370
|
+
inflight@^1.0.4:
|
|
2371
|
+
version "1.0.6"
|
|
2372
|
+
resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
|
|
2373
|
+
integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
|
|
2374
|
+
dependencies:
|
|
2375
|
+
once "^1.3.0"
|
|
2376
|
+
wrappy "1"
|
|
2377
|
+
|
|
2378
|
+
inherits@2:
|
|
2379
|
+
version "2.0.4"
|
|
2380
|
+
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz"
|
|
2381
|
+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
|
|
2382
|
+
|
|
2383
|
+
invariant@^2.2.4:
|
|
2384
|
+
version "2.2.4"
|
|
2385
|
+
resolved "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz"
|
|
2386
|
+
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
|
|
2387
|
+
dependencies:
|
|
2388
|
+
loose-envify "^1.0.0"
|
|
2389
|
+
|
|
2390
|
+
is-binary-path@~2.1.0:
|
|
2391
|
+
version "2.1.0"
|
|
2392
|
+
resolved "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz"
|
|
2393
|
+
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
|
|
2394
|
+
dependencies:
|
|
2395
|
+
binary-extensions "^2.0.0"
|
|
2396
|
+
|
|
2397
|
+
is-core-module@^2.2.0:
|
|
2398
|
+
version "2.8.0"
|
|
2399
|
+
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz"
|
|
2400
|
+
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
|
|
2401
|
+
dependencies:
|
|
2402
|
+
has "^1.0.3"
|
|
2403
|
+
|
|
2404
|
+
is-extglob@^2.1.1:
|
|
2405
|
+
version "2.1.1"
|
|
2406
|
+
resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz"
|
|
2407
|
+
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
|
|
2408
|
+
|
|
2409
|
+
is-fullwidth-code-point@^3.0.0:
|
|
2410
|
+
version "3.0.0"
|
|
2411
|
+
resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz"
|
|
2412
|
+
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
|
|
2413
|
+
|
|
2414
|
+
is-glob@^4.0.1, is-glob@~4.0.1:
|
|
2415
|
+
version "4.0.3"
|
|
2416
|
+
resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz"
|
|
2417
|
+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
|
|
2418
|
+
dependencies:
|
|
2419
|
+
is-extglob "^2.1.1"
|
|
2420
|
+
|
|
2421
|
+
is-number@^7.0.0:
|
|
2422
|
+
version "7.0.0"
|
|
2423
|
+
resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz"
|
|
2424
|
+
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
|
|
2425
|
+
|
|
2426
|
+
is-stream@^2.0.0:
|
|
2427
|
+
version "2.0.1"
|
|
2428
|
+
resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz"
|
|
2429
|
+
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
|
|
2430
|
+
|
|
2431
|
+
isomorphic-unfetch@^3.0.0:
|
|
2432
|
+
version "3.1.0"
|
|
2433
|
+
resolved "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz"
|
|
2434
|
+
integrity sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==
|
|
2435
|
+
dependencies:
|
|
2436
|
+
node-fetch "^2.6.1"
|
|
2437
|
+
unfetch "^4.2.0"
|
|
2438
|
+
|
|
2439
|
+
js-cookie@^3.0.1:
|
|
2440
|
+
version "3.0.1"
|
|
2441
|
+
resolved "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.1.tgz"
|
|
2442
|
+
integrity sha512-+0rgsUXZu4ncpPxRL+lNEptWMOWl9etvPHc/koSRp6MPwpRYAhmk0dUG00J4bxVV3r9uUzfo24wW0knS07SKSw==
|
|
2443
|
+
|
|
2444
|
+
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
|
2445
|
+
version "4.0.0"
|
|
2446
|
+
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz"
|
|
2447
|
+
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
|
|
2448
|
+
|
|
2449
|
+
js2xmlparser@^4.0.1:
|
|
2450
|
+
version "4.0.2"
|
|
2451
|
+
resolved "https://registry.npmjs.org/js2xmlparser/-/js2xmlparser-4.0.2.tgz"
|
|
2452
|
+
integrity sha512-6n4D8gLlLf1n5mNLQPRfViYzu9RATblzPEtm1SthMX1Pjao0r9YI9nw7ZIfRxQMERS87mcswrg+r/OYrPRX6jA==
|
|
2453
|
+
dependencies:
|
|
2454
|
+
xmlcreate "^2.0.4"
|
|
2455
|
+
|
|
2456
|
+
jsdoc-api@^6.0.0:
|
|
2457
|
+
version "6.0.0"
|
|
2458
|
+
resolved "https://registry.npmjs.org/jsdoc-api/-/jsdoc-api-6.0.0.tgz"
|
|
2459
|
+
integrity sha512-zvfB63nAc9e+Rv2kKmJfE6tmo4x8KFho5vKr6VfYTlCCgqtrfPv0McCdqT4betUT9rWtw0zGkNUVkVqeQipY6Q==
|
|
2460
|
+
dependencies:
|
|
2461
|
+
array-back "^4.0.1"
|
|
2462
|
+
cache-point "^2.0.0"
|
|
2463
|
+
collect-all "^1.0.3"
|
|
2464
|
+
file-set "^4.0.1"
|
|
2465
|
+
fs-then-native "^2.0.0"
|
|
2466
|
+
jsdoc "^3.6.4"
|
|
2467
|
+
object-to-spawn-args "^2.0.0"
|
|
2468
|
+
temp-path "^1.0.0"
|
|
2469
|
+
walk-back "^4.0.0"
|
|
2470
|
+
|
|
2471
|
+
jsdoc-babel@^0.5.0:
|
|
2472
|
+
version "0.5.0"
|
|
2473
|
+
resolved "https://registry.npmjs.org/jsdoc-babel/-/jsdoc-babel-0.5.0.tgz"
|
|
2474
|
+
integrity sha512-PYfTbc3LNTeR8TpZs2M94NLDWqARq0r9gx3SvuziJfmJS7/AeMKvtj0xjzOX0R/4MOVA7/FqQQK7d6U0iEoztQ==
|
|
2475
|
+
dependencies:
|
|
2476
|
+
jsdoc-regex "^1.0.1"
|
|
2477
|
+
lodash "^4.17.10"
|
|
2478
|
+
|
|
2479
|
+
jsdoc-parse@^5.0.0:
|
|
2480
|
+
version "5.0.0"
|
|
2481
|
+
resolved "https://registry.npmjs.org/jsdoc-parse/-/jsdoc-parse-5.0.0.tgz"
|
|
2482
|
+
integrity sha512-Khw8c3glrTeA3/PfUJUBvhrMhWpSClORBUvL4pvq2wFcqvUVmA96wxnMkCno2GfZY4pnd8BStK5WGKGyn4Vckg==
|
|
2483
|
+
dependencies:
|
|
2484
|
+
array-back "^4.0.1"
|
|
2485
|
+
lodash.omit "^4.5.0"
|
|
2486
|
+
lodash.pick "^4.4.0"
|
|
2487
|
+
reduce-extract "^1.0.0"
|
|
2488
|
+
sort-array "^4.1.1"
|
|
2489
|
+
test-value "^3.0.0"
|
|
2490
|
+
|
|
2491
|
+
jsdoc-regex@^1.0.1:
|
|
2492
|
+
version "1.0.1"
|
|
2493
|
+
resolved "https://registry.npmjs.org/jsdoc-regex/-/jsdoc-regex-1.0.1.tgz"
|
|
2494
|
+
integrity sha1-hCRCjVtWOtjFx/vsB5uaiwnI3Po=
|
|
2495
|
+
|
|
2496
|
+
jsdoc-to-markdown@^6.0.1:
|
|
2497
|
+
version "6.0.1"
|
|
2498
|
+
resolved "https://registry.npmjs.org/jsdoc-to-markdown/-/jsdoc-to-markdown-6.0.1.tgz"
|
|
2499
|
+
integrity sha512-hUI2PAR5n/KlmQU3mAWO9i3D7jVbhyvUHfQ6oYVBt+wnnsyxpsAuhCODY1ryLOb2U9OPJd4GIK9mL2hqy7fHDg==
|
|
2500
|
+
dependencies:
|
|
2501
|
+
array-back "^4.0.1"
|
|
2502
|
+
command-line-tool "^0.8.0"
|
|
2503
|
+
config-master "^3.1.0"
|
|
2504
|
+
dmd "^5.0.1"
|
|
2505
|
+
jsdoc-api "^6.0.0"
|
|
2506
|
+
jsdoc-parse "^5.0.0"
|
|
2507
|
+
walk-back "^4.0.0"
|
|
2508
|
+
|
|
2509
|
+
jsdoc@^3.6.4:
|
|
2510
|
+
version "3.6.7"
|
|
2511
|
+
resolved "https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.7.tgz"
|
|
2512
|
+
integrity sha512-sxKt7h0vzCd+3Y81Ey2qinupL6DpRSZJclS04ugHDNmRUXGzqicMJ6iwayhSA0S0DwwX30c5ozyUthr1QKF6uw==
|
|
2513
|
+
dependencies:
|
|
2514
|
+
"@babel/parser" "^7.9.4"
|
|
2515
|
+
bluebird "^3.7.2"
|
|
2516
|
+
catharsis "^0.9.0"
|
|
2517
|
+
escape-string-regexp "^2.0.0"
|
|
2518
|
+
js2xmlparser "^4.0.1"
|
|
2519
|
+
klaw "^3.0.0"
|
|
2520
|
+
markdown-it "^10.0.0"
|
|
2521
|
+
markdown-it-anchor "^5.2.7"
|
|
2522
|
+
marked "^2.0.3"
|
|
2523
|
+
mkdirp "^1.0.4"
|
|
2524
|
+
requizzle "^0.2.3"
|
|
2525
|
+
strip-json-comments "^3.1.0"
|
|
2526
|
+
taffydb "2.6.2"
|
|
2527
|
+
underscore "~1.13.1"
|
|
2528
|
+
|
|
2529
|
+
jsesc@^2.5.1:
|
|
2530
|
+
version "2.5.2"
|
|
2531
|
+
resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz"
|
|
2532
|
+
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
|
|
2533
|
+
|
|
2534
|
+
jsesc@~0.5.0:
|
|
2535
|
+
version "0.5.0"
|
|
2536
|
+
resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz"
|
|
2537
|
+
integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=
|
|
2538
|
+
|
|
2539
|
+
json-bigint@^1.0.0:
|
|
2540
|
+
version "1.0.0"
|
|
2541
|
+
resolved "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz"
|
|
2542
|
+
integrity sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==
|
|
2543
|
+
dependencies:
|
|
2544
|
+
bignumber.js "^9.0.0"
|
|
2545
|
+
|
|
2546
|
+
json-stringify-safe@^5.0.1:
|
|
2547
|
+
version "5.0.1"
|
|
2548
|
+
resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"
|
|
2549
|
+
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
|
|
2550
|
+
|
|
2551
|
+
json5@^2.1.2:
|
|
2552
|
+
version "2.2.0"
|
|
2553
|
+
resolved "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz"
|
|
2554
|
+
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
|
|
2555
|
+
dependencies:
|
|
2556
|
+
minimist "^1.2.5"
|
|
2557
|
+
|
|
2558
|
+
jsonwebtoken@^8.5.1:
|
|
2559
|
+
version "8.5.1"
|
|
2560
|
+
resolved "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz"
|
|
2561
|
+
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
|
|
2562
|
+
dependencies:
|
|
2563
|
+
jws "^3.2.2"
|
|
2564
|
+
lodash.includes "^4.3.0"
|
|
2565
|
+
lodash.isboolean "^3.0.3"
|
|
2566
|
+
lodash.isinteger "^4.0.4"
|
|
2567
|
+
lodash.isnumber "^3.0.3"
|
|
2568
|
+
lodash.isplainobject "^4.0.6"
|
|
2569
|
+
lodash.isstring "^4.0.1"
|
|
2570
|
+
lodash.once "^4.0.0"
|
|
2571
|
+
ms "^2.1.1"
|
|
2572
|
+
semver "^5.6.0"
|
|
2573
|
+
|
|
2574
|
+
jwa@^1.4.1:
|
|
2575
|
+
version "1.4.1"
|
|
2576
|
+
resolved "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz"
|
|
2577
|
+
integrity sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==
|
|
2578
|
+
dependencies:
|
|
2579
|
+
buffer-equal-constant-time "1.0.1"
|
|
2580
|
+
ecdsa-sig-formatter "1.0.11"
|
|
2581
|
+
safe-buffer "^5.0.1"
|
|
2582
|
+
|
|
2583
|
+
jwa@^2.0.0:
|
|
2584
|
+
version "2.0.0"
|
|
2585
|
+
resolved "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz"
|
|
2586
|
+
integrity sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==
|
|
2587
|
+
dependencies:
|
|
2588
|
+
buffer-equal-constant-time "1.0.1"
|
|
2589
|
+
ecdsa-sig-formatter "1.0.11"
|
|
2590
|
+
safe-buffer "^5.0.1"
|
|
2591
|
+
|
|
2592
|
+
jws@^3.2.2:
|
|
2593
|
+
version "3.2.2"
|
|
2594
|
+
resolved "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz"
|
|
2595
|
+
integrity sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==
|
|
2596
|
+
dependencies:
|
|
2597
|
+
jwa "^1.4.1"
|
|
2598
|
+
safe-buffer "^5.0.1"
|
|
2599
|
+
|
|
2600
|
+
jws@^4.0.0:
|
|
2601
|
+
version "4.0.0"
|
|
2602
|
+
resolved "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz"
|
|
2603
|
+
integrity sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==
|
|
2604
|
+
dependencies:
|
|
2605
|
+
jwa "^2.0.0"
|
|
2606
|
+
safe-buffer "^5.0.1"
|
|
2607
|
+
|
|
2608
|
+
klaw@^3.0.0:
|
|
2609
|
+
version "3.0.0"
|
|
2610
|
+
resolved "https://registry.npmjs.org/klaw/-/klaw-3.0.0.tgz"
|
|
2611
|
+
integrity sha512-0Fo5oir+O9jnXu5EefYbVK+mHMBeEVEy2cmctR1O1NECcCkPRreJKrS6Qt/j3KC2C148Dfo9i3pCmCMsdqGr0g==
|
|
2612
|
+
dependencies:
|
|
2613
|
+
graceful-fs "^4.1.9"
|
|
2614
|
+
|
|
2615
|
+
linkify-it@^2.0.0:
|
|
2616
|
+
version "2.2.0"
|
|
2617
|
+
resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz"
|
|
2618
|
+
integrity sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==
|
|
2619
|
+
dependencies:
|
|
2620
|
+
uc.micro "^1.0.1"
|
|
2621
|
+
|
|
2622
|
+
lodash.camelcase@^4.3.0:
|
|
2623
|
+
version "4.3.0"
|
|
2624
|
+
resolved "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz"
|
|
2625
|
+
integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY=
|
|
2626
|
+
|
|
2627
|
+
lodash.debounce@^4.0.8:
|
|
2628
|
+
version "4.0.8"
|
|
2629
|
+
resolved "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz"
|
|
2630
|
+
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
|
|
2631
|
+
|
|
2632
|
+
lodash.includes@^4.3.0:
|
|
2633
|
+
version "4.3.0"
|
|
2634
|
+
resolved "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz"
|
|
2635
|
+
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
|
|
2636
|
+
|
|
2637
|
+
lodash.isboolean@^3.0.3:
|
|
2638
|
+
version "3.0.3"
|
|
2639
|
+
resolved "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz"
|
|
2640
|
+
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
|
|
2641
|
+
|
|
2642
|
+
lodash.isinteger@^4.0.4:
|
|
2643
|
+
version "4.0.4"
|
|
2644
|
+
resolved "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz"
|
|
2645
|
+
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
|
|
2646
|
+
|
|
2647
|
+
lodash.isnumber@^3.0.3:
|
|
2648
|
+
version "3.0.3"
|
|
2649
|
+
resolved "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz"
|
|
2650
|
+
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
|
|
2651
|
+
|
|
2652
|
+
lodash.isplainobject@^4.0.6:
|
|
2653
|
+
version "4.0.6"
|
|
2654
|
+
resolved "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz"
|
|
2655
|
+
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
|
|
2656
|
+
|
|
2657
|
+
lodash.isstring@^4.0.1:
|
|
2658
|
+
version "4.0.1"
|
|
2659
|
+
resolved "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz"
|
|
2660
|
+
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
|
|
2661
|
+
|
|
2662
|
+
lodash.omit@^4.5.0:
|
|
2663
|
+
version "4.5.0"
|
|
2664
|
+
resolved "https://registry.npmjs.org/lodash.omit/-/lodash.omit-4.5.0.tgz"
|
|
2665
|
+
integrity sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA=
|
|
2666
|
+
|
|
2667
|
+
lodash.once@^4.0.0:
|
|
2668
|
+
version "4.1.1"
|
|
2669
|
+
resolved "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz"
|
|
2670
|
+
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
|
|
2671
|
+
|
|
2672
|
+
lodash.padend@^4.6.1:
|
|
2673
|
+
version "4.6.1"
|
|
2674
|
+
resolved "https://registry.npmjs.org/lodash.padend/-/lodash.padend-4.6.1.tgz"
|
|
2675
|
+
integrity sha1-U8y6BH0G4VjTEfRdpiX05J5vFm4=
|
|
2676
|
+
|
|
2677
|
+
lodash.pick@^4.4.0:
|
|
2678
|
+
version "4.4.0"
|
|
2679
|
+
resolved "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz"
|
|
2680
|
+
integrity sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=
|
|
2681
|
+
|
|
2682
|
+
lodash@^4.17.10, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.20:
|
|
2683
|
+
version "4.17.21"
|
|
2684
|
+
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz"
|
|
2685
|
+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
|
2686
|
+
|
|
2687
|
+
long@^4.0.0:
|
|
2688
|
+
version "4.0.0"
|
|
2689
|
+
resolved "https://registry.npmjs.org/long/-/long-4.0.0.tgz"
|
|
2690
|
+
integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
|
|
2691
|
+
|
|
2692
|
+
loose-envify@^1.0.0, loose-envify@^1.1.0:
|
|
2693
|
+
version "1.4.0"
|
|
2694
|
+
resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz"
|
|
2695
|
+
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
|
|
2696
|
+
dependencies:
|
|
2697
|
+
js-tokens "^3.0.0 || ^4.0.0"
|
|
2698
|
+
|
|
2699
|
+
lru-cache@^6.0.0:
|
|
2700
|
+
version "6.0.0"
|
|
2701
|
+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz"
|
|
2702
|
+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
|
|
2703
|
+
dependencies:
|
|
2704
|
+
yallist "^4.0.0"
|
|
2705
|
+
|
|
2706
|
+
make-dir@^2.1.0:
|
|
2707
|
+
version "2.1.0"
|
|
2708
|
+
resolved "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz"
|
|
2709
|
+
integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==
|
|
2710
|
+
dependencies:
|
|
2711
|
+
pify "^4.0.1"
|
|
2712
|
+
semver "^5.6.0"
|
|
2713
|
+
|
|
2714
|
+
markdown-it-anchor@^5.2.7:
|
|
2715
|
+
version "5.3.0"
|
|
2716
|
+
resolved "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-5.3.0.tgz"
|
|
2717
|
+
integrity sha512-/V1MnLL/rgJ3jkMWo84UR+K+jF1cxNG1a+KwqeXqTIJ+jtA8aWSHuigx8lTzauiIjBDbwF3NcWQMotd0Dm39jA==
|
|
2718
|
+
|
|
2719
|
+
markdown-it@^10.0.0:
|
|
2720
|
+
version "10.0.0"
|
|
2721
|
+
resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-10.0.0.tgz"
|
|
2722
|
+
integrity sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==
|
|
2723
|
+
dependencies:
|
|
2724
|
+
argparse "^1.0.7"
|
|
2725
|
+
entities "~2.0.0"
|
|
2726
|
+
linkify-it "^2.0.0"
|
|
2727
|
+
mdurl "^1.0.1"
|
|
2728
|
+
uc.micro "^1.0.5"
|
|
2729
|
+
|
|
2730
|
+
marked@^1.1.0:
|
|
2731
|
+
version "1.2.9"
|
|
2732
|
+
resolved "https://registry.npmjs.org/marked/-/marked-1.2.9.tgz"
|
|
2733
|
+
integrity sha512-H8lIX2SvyitGX+TRdtS06m1jHMijKN/XjfH6Ooii9fvxMlh8QdqBfBDkGUpMWH2kQNrtixjzYUa3SH8ROTgRRw==
|
|
2734
|
+
|
|
2735
|
+
marked@^2.0.3:
|
|
2736
|
+
version "2.1.3"
|
|
2737
|
+
resolved "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz"
|
|
2738
|
+
integrity sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==
|
|
2739
|
+
|
|
2740
|
+
mdurl@^1.0.1:
|
|
2741
|
+
version "1.0.1"
|
|
2742
|
+
resolved "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz"
|
|
2743
|
+
integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=
|
|
2744
|
+
|
|
2745
|
+
mime-db@1.51.0:
|
|
2746
|
+
version "1.51.0"
|
|
2747
|
+
resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz"
|
|
2748
|
+
integrity sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==
|
|
2749
|
+
|
|
2750
|
+
mime-types@^2.1.12:
|
|
2751
|
+
version "2.1.34"
|
|
2752
|
+
resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz"
|
|
2753
|
+
integrity sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==
|
|
2754
|
+
dependencies:
|
|
2755
|
+
mime-db "1.51.0"
|
|
2756
|
+
|
|
2757
|
+
minimatch@^3.0.4:
|
|
2758
|
+
version "3.0.4"
|
|
2759
|
+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
|
|
2760
|
+
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
|
|
2761
|
+
dependencies:
|
|
2762
|
+
brace-expansion "^1.1.7"
|
|
2763
|
+
|
|
2764
|
+
minimist@^1.2.5:
|
|
2765
|
+
version "1.2.5"
|
|
2766
|
+
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz"
|
|
2767
|
+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
|
2768
|
+
|
|
2769
|
+
mkdirp2@^1.0.4:
|
|
2770
|
+
version "1.0.5"
|
|
2771
|
+
resolved "https://registry.npmjs.org/mkdirp2/-/mkdirp2-1.0.5.tgz"
|
|
2772
|
+
integrity sha512-xOE9xbICroUDmG1ye2h4bZ8WBie9EGmACaco8K8cx6RlkJJrxGIqjGqztAI+NMhexXBcdGbSEzI6N3EJPevxZw==
|
|
2773
|
+
|
|
2774
|
+
mkdirp@^1.0.4:
|
|
2775
|
+
version "1.0.4"
|
|
2776
|
+
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz"
|
|
2777
|
+
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
|
|
2778
|
+
|
|
2779
|
+
moment@^2.28.0:
|
|
2780
|
+
version "2.29.1"
|
|
2781
|
+
resolved "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz"
|
|
2782
|
+
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
|
|
2783
|
+
|
|
2784
|
+
ms@2.1.2:
|
|
2785
|
+
version "2.1.2"
|
|
2786
|
+
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
|
|
2787
|
+
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
|
2788
|
+
|
|
2789
|
+
ms@^2.1.1:
|
|
2790
|
+
version "2.1.3"
|
|
2791
|
+
resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz"
|
|
2792
|
+
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
|
2793
|
+
|
|
2794
|
+
neo-async@^2.6.0:
|
|
2795
|
+
version "2.6.2"
|
|
2796
|
+
resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz"
|
|
2797
|
+
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
|
2798
|
+
|
|
2799
|
+
node-fetch@2.6.1:
|
|
2800
|
+
version "2.6.1"
|
|
2801
|
+
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz"
|
|
2802
|
+
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
|
|
2803
|
+
|
|
2804
|
+
node-fetch@^2.6.1:
|
|
2805
|
+
version "2.6.6"
|
|
2806
|
+
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz"
|
|
2807
|
+
integrity sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==
|
|
2808
|
+
dependencies:
|
|
2809
|
+
whatwg-url "^5.0.0"
|
|
2810
|
+
|
|
2811
|
+
node-forge@^0.10.0:
|
|
2812
|
+
version "0.10.0"
|
|
2813
|
+
resolved "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz"
|
|
2814
|
+
integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==
|
|
2815
|
+
|
|
2816
|
+
node-releases@^2.0.1:
|
|
2817
|
+
version "2.0.1"
|
|
2818
|
+
resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz"
|
|
2819
|
+
integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==
|
|
2820
|
+
|
|
2821
|
+
normalize-path@^3.0.0, normalize-path@~3.0.0:
|
|
2822
|
+
version "3.0.0"
|
|
2823
|
+
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz"
|
|
2824
|
+
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
|
|
2825
|
+
|
|
2826
|
+
object-assign@^4.1.1:
|
|
2827
|
+
version "4.1.1"
|
|
2828
|
+
resolved "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz"
|
|
2829
|
+
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
|
|
2830
|
+
|
|
2831
|
+
object-get@^2.1.1:
|
|
2832
|
+
version "2.1.1"
|
|
2833
|
+
resolved "https://registry.npmjs.org/object-get/-/object-get-2.1.1.tgz"
|
|
2834
|
+
integrity sha512-7n4IpLMzGGcLEMiQKsNR7vCe+N5E9LORFrtNUVy4sO3dj9a3HedZCxEL2T7QuLhcHN1NBuBsMOKaOsAYI9IIvg==
|
|
2835
|
+
|
|
2836
|
+
object-inspect@^1.9.0:
|
|
2837
|
+
version "1.11.0"
|
|
2838
|
+
resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz"
|
|
2839
|
+
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
|
|
2840
|
+
|
|
2841
|
+
object-keys@^1.0.12, object-keys@^1.1.1:
|
|
2842
|
+
version "1.1.1"
|
|
2843
|
+
resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz"
|
|
2844
|
+
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
|
|
2845
|
+
|
|
2846
|
+
object-to-spawn-args@^2.0.0:
|
|
2847
|
+
version "2.0.1"
|
|
2848
|
+
resolved "https://registry.npmjs.org/object-to-spawn-args/-/object-to-spawn-args-2.0.1.tgz"
|
|
2849
|
+
integrity sha512-6FuKFQ39cOID+BMZ3QaphcC8Y4cw6LXBLyIgPU+OhIYwviJamPAn+4mITapnSBQrejB+NNp+FMskhD8Cq+Ys3w==
|
|
2850
|
+
|
|
2851
|
+
object.assign@^4.1.0:
|
|
2852
|
+
version "4.1.2"
|
|
2853
|
+
resolved "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz"
|
|
2854
|
+
integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
|
|
2855
|
+
dependencies:
|
|
2856
|
+
call-bind "^1.0.0"
|
|
2857
|
+
define-properties "^1.1.3"
|
|
2858
|
+
has-symbols "^1.0.1"
|
|
2859
|
+
object-keys "^1.1.1"
|
|
2860
|
+
|
|
2861
|
+
once@^1.3.0:
|
|
2862
|
+
version "1.4.0"
|
|
2863
|
+
resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
|
|
2864
|
+
integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
|
|
2865
|
+
dependencies:
|
|
2866
|
+
wrappy "1"
|
|
2867
|
+
|
|
2868
|
+
p-throttle@^4.1.1:
|
|
2869
|
+
version "4.1.1"
|
|
2870
|
+
resolved "https://registry.npmjs.org/p-throttle/-/p-throttle-4.1.1.tgz"
|
|
2871
|
+
integrity sha512-TuU8Ato+pRTPJoDzYD4s7ocJYcNSEZRvlxoq3hcPI2kZDZ49IQ1Wkj7/gDJc3X7XiEAAvRGtDzdXJI0tC3IL1g==
|
|
2872
|
+
|
|
2873
|
+
path-is-absolute@^1.0.0:
|
|
2874
|
+
version "1.0.1"
|
|
2875
|
+
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
|
|
2876
|
+
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
|
|
2877
|
+
|
|
2878
|
+
path-parse@^1.0.6:
|
|
2879
|
+
version "1.0.7"
|
|
2880
|
+
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz"
|
|
2881
|
+
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
|
2882
|
+
|
|
2883
|
+
picocolors@^1.0.0:
|
|
2884
|
+
version "1.0.0"
|
|
2885
|
+
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz"
|
|
2886
|
+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
|
2887
|
+
|
|
2888
|
+
picomatch@^2.0.4, picomatch@^2.2.1:
|
|
2889
|
+
version "2.3.0"
|
|
2890
|
+
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz"
|
|
2891
|
+
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
|
|
2892
|
+
|
|
2893
|
+
pify@^4.0.1:
|
|
2894
|
+
version "4.0.1"
|
|
2895
|
+
resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz"
|
|
2896
|
+
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
|
|
2897
|
+
|
|
2898
|
+
promise-polyfill@8.1.3:
|
|
2899
|
+
version "8.1.3"
|
|
2900
|
+
resolved "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.1.3.tgz"
|
|
2901
|
+
integrity sha512-MG5r82wBzh7pSKDRa9y+vllNHz3e3d4CNj1PQE4BQYxLme0gKYYBm9YENq+UkEikyZ0XbiGWxYlVw3Rl9O/U8g==
|
|
2902
|
+
|
|
2903
|
+
protobufjs@^6.10.0, protobufjs@^6.8.6:
|
|
2904
|
+
version "6.11.2"
|
|
2905
|
+
resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.2.tgz"
|
|
2906
|
+
integrity sha512-4BQJoPooKJl2G9j3XftkIXjoC9C0Av2NOrWmbLWT1vH32GcSUHjM0Arra6UfTsVyfMAuFzaLucXn1sadxJydAw==
|
|
2907
|
+
dependencies:
|
|
2908
|
+
"@protobufjs/aspromise" "^1.1.2"
|
|
2909
|
+
"@protobufjs/base64" "^1.1.2"
|
|
2910
|
+
"@protobufjs/codegen" "^2.0.4"
|
|
2911
|
+
"@protobufjs/eventemitter" "^1.1.0"
|
|
2912
|
+
"@protobufjs/fetch" "^1.1.0"
|
|
2913
|
+
"@protobufjs/float" "^1.0.2"
|
|
2914
|
+
"@protobufjs/inquire" "^1.1.0"
|
|
2915
|
+
"@protobufjs/path" "^1.1.2"
|
|
2916
|
+
"@protobufjs/pool" "^1.1.0"
|
|
2917
|
+
"@protobufjs/utf8" "^1.1.0"
|
|
2918
|
+
"@types/long" "^4.0.1"
|
|
2919
|
+
"@types/node" ">=13.7.0"
|
|
2920
|
+
long "^4.0.0"
|
|
2921
|
+
|
|
2922
|
+
qs@^6.6.0:
|
|
2923
|
+
version "6.10.1"
|
|
2924
|
+
resolved "https://registry.npmjs.org/qs/-/qs-6.10.1.tgz"
|
|
2925
|
+
integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==
|
|
2926
|
+
dependencies:
|
|
2927
|
+
side-channel "^1.0.4"
|
|
2928
|
+
|
|
2929
|
+
qs@^6.9.4:
|
|
2930
|
+
version "6.10.3"
|
|
2931
|
+
resolved "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz"
|
|
2932
|
+
integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==
|
|
2933
|
+
dependencies:
|
|
2934
|
+
side-channel "^1.0.4"
|
|
2935
|
+
|
|
2936
|
+
react-dom@^17.0.2:
|
|
2937
|
+
version "17.0.2"
|
|
2938
|
+
resolved "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz"
|
|
2939
|
+
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
|
|
2940
|
+
dependencies:
|
|
2941
|
+
loose-envify "^1.1.0"
|
|
2942
|
+
object-assign "^4.1.1"
|
|
2943
|
+
scheduler "^0.20.2"
|
|
2944
|
+
|
|
2945
|
+
react-gtm-module@^2.0.11:
|
|
2946
|
+
version "2.0.11"
|
|
2947
|
+
resolved "https://registry.npmjs.org/react-gtm-module/-/react-gtm-module-2.0.11.tgz"
|
|
2948
|
+
integrity sha512-8gyj4TTxeP7eEyc2QKawEuQoAZdjKvMY4pgWfycGmqGByhs17fR+zEBs0JUDq4US/l+vbTl+6zvUIx27iDo/Vw==
|
|
2949
|
+
|
|
2950
|
+
react-input-mask@^2.0.4:
|
|
2951
|
+
version "2.0.4"
|
|
2952
|
+
resolved "https://registry.npmjs.org/react-input-mask/-/react-input-mask-2.0.4.tgz"
|
|
2953
|
+
integrity sha512-1hwzMr/aO9tXfiroiVCx5EtKohKwLk/NT8QlJXHQ4N+yJJFyUuMT+zfTpLBwX/lK3PkuMlievIffncpMZ3HGRQ==
|
|
2954
|
+
dependencies:
|
|
2955
|
+
invariant "^2.2.4"
|
|
2956
|
+
warning "^4.0.2"
|
|
2957
|
+
|
|
2958
|
+
react@^17.0.2:
|
|
2959
|
+
version "17.0.2"
|
|
2960
|
+
resolved "https://registry.npmjs.org/react/-/react-17.0.2.tgz"
|
|
2961
|
+
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
|
|
2962
|
+
dependencies:
|
|
2963
|
+
loose-envify "^1.1.0"
|
|
2964
|
+
object-assign "^4.1.1"
|
|
2965
|
+
|
|
2966
|
+
readdirp@~3.6.0:
|
|
2967
|
+
version "3.6.0"
|
|
2968
|
+
resolved "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz"
|
|
2969
|
+
integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
|
|
2970
|
+
dependencies:
|
|
2971
|
+
picomatch "^2.2.1"
|
|
2972
|
+
|
|
2973
|
+
reduce-extract@^1.0.0:
|
|
2974
|
+
version "1.0.0"
|
|
2975
|
+
resolved "https://registry.npmjs.org/reduce-extract/-/reduce-extract-1.0.0.tgz"
|
|
2976
|
+
integrity sha1-Z/I4W+2mUGG19fQxJmLosIDKFSU=
|
|
2977
|
+
dependencies:
|
|
2978
|
+
test-value "^1.0.1"
|
|
2979
|
+
|
|
2980
|
+
reduce-flatten@^1.0.1:
|
|
2981
|
+
version "1.0.1"
|
|
2982
|
+
resolved "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-1.0.1.tgz"
|
|
2983
|
+
integrity sha1-JYx479FT3fk8tWEjf2EYTzaW4yc=
|
|
2984
|
+
|
|
2985
|
+
reduce-flatten@^3.0.0:
|
|
2986
|
+
version "3.0.1"
|
|
2987
|
+
resolved "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-3.0.1.tgz"
|
|
2988
|
+
integrity sha512-bYo+97BmUUOzg09XwfkwALt4PQH1M5L0wzKerBt6WLm3Fhdd43mMS89HiT1B9pJIqko/6lWx3OnV4J9f2Kqp5Q==
|
|
2989
|
+
|
|
2990
|
+
reduce-unique@^2.0.1:
|
|
2991
|
+
version "2.0.1"
|
|
2992
|
+
resolved "https://registry.npmjs.org/reduce-unique/-/reduce-unique-2.0.1.tgz"
|
|
2993
|
+
integrity sha512-x4jH/8L1eyZGR785WY+ePtyMNhycl1N2XOLxhCbzZFaqF4AXjLzqSxa2UHgJ2ZVR/HHyPOvl1L7xRnW8ye5MdA==
|
|
2994
|
+
|
|
2995
|
+
reduce-without@^1.0.1:
|
|
2996
|
+
version "1.0.1"
|
|
2997
|
+
resolved "https://registry.npmjs.org/reduce-without/-/reduce-without-1.0.1.tgz"
|
|
2998
|
+
integrity sha1-aK0OrRGFXJo31OglbBW7+Hly/Iw=
|
|
2999
|
+
dependencies:
|
|
3000
|
+
test-value "^2.0.0"
|
|
3001
|
+
|
|
3002
|
+
regenerate-unicode-properties@^9.0.0:
|
|
3003
|
+
version "9.0.0"
|
|
3004
|
+
resolved "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz"
|
|
3005
|
+
integrity sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==
|
|
3006
|
+
dependencies:
|
|
3007
|
+
regenerate "^1.4.2"
|
|
3008
|
+
|
|
3009
|
+
regenerate@^1.4.2:
|
|
3010
|
+
version "1.4.2"
|
|
3011
|
+
resolved "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz"
|
|
3012
|
+
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
|
|
3013
|
+
|
|
3014
|
+
regenerator-runtime@^0.13.4:
|
|
3015
|
+
version "0.13.9"
|
|
3016
|
+
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz"
|
|
3017
|
+
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
|
|
3018
|
+
|
|
3019
|
+
regenerator-transform@^0.14.2:
|
|
3020
|
+
version "0.14.5"
|
|
3021
|
+
resolved "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz"
|
|
3022
|
+
integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==
|
|
3023
|
+
dependencies:
|
|
3024
|
+
"@babel/runtime" "^7.8.4"
|
|
3025
|
+
|
|
3026
|
+
regexpu-core@^4.7.1:
|
|
3027
|
+
version "4.8.0"
|
|
3028
|
+
resolved "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.8.0.tgz"
|
|
3029
|
+
integrity sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==
|
|
3030
|
+
dependencies:
|
|
3031
|
+
regenerate "^1.4.2"
|
|
3032
|
+
regenerate-unicode-properties "^9.0.0"
|
|
3033
|
+
regjsgen "^0.5.2"
|
|
3034
|
+
regjsparser "^0.7.0"
|
|
3035
|
+
unicode-match-property-ecmascript "^2.0.0"
|
|
3036
|
+
unicode-match-property-value-ecmascript "^2.0.0"
|
|
3037
|
+
|
|
3038
|
+
regjsgen@^0.5.2:
|
|
3039
|
+
version "0.5.2"
|
|
3040
|
+
resolved "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz"
|
|
3041
|
+
integrity sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==
|
|
3042
|
+
|
|
3043
|
+
regjsparser@^0.7.0:
|
|
3044
|
+
version "0.7.0"
|
|
3045
|
+
resolved "https://registry.npmjs.org/regjsparser/-/regjsparser-0.7.0.tgz"
|
|
3046
|
+
integrity sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==
|
|
3047
|
+
dependencies:
|
|
3048
|
+
jsesc "~0.5.0"
|
|
3049
|
+
|
|
3050
|
+
require-directory@^2.1.1:
|
|
3051
|
+
version "2.1.1"
|
|
3052
|
+
resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz"
|
|
3053
|
+
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
|
|
3054
|
+
|
|
3055
|
+
requizzle@^0.2.3:
|
|
3056
|
+
version "0.2.3"
|
|
3057
|
+
resolved "https://registry.npmjs.org/requizzle/-/requizzle-0.2.3.tgz"
|
|
3058
|
+
integrity sha512-YanoyJjykPxGHii0fZP0uUPEXpvqfBDxWV7s6GKAiiOsiqhX6vHNyW3Qzdmqp/iq/ExbhaGbVrjB4ruEVSM4GQ==
|
|
3059
|
+
dependencies:
|
|
3060
|
+
lodash "^4.17.14"
|
|
3061
|
+
|
|
3062
|
+
resolve@^1.14.2:
|
|
3063
|
+
version "1.20.0"
|
|
3064
|
+
resolved "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz"
|
|
3065
|
+
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
|
|
3066
|
+
dependencies:
|
|
3067
|
+
is-core-module "^2.2.0"
|
|
3068
|
+
path-parse "^1.0.6"
|
|
3069
|
+
|
|
3070
|
+
safe-buffer@>=5.1.0, safe-buffer@^5.0.1:
|
|
3071
|
+
version "5.2.1"
|
|
3072
|
+
resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz"
|
|
3073
|
+
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
|
|
3074
|
+
|
|
3075
|
+
safe-buffer@~5.1.1:
|
|
3076
|
+
version "5.1.2"
|
|
3077
|
+
resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz"
|
|
3078
|
+
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
|
|
3079
|
+
|
|
3080
|
+
"safer-buffer@>= 2.1.2 < 3.0.0":
|
|
3081
|
+
version "2.1.2"
|
|
3082
|
+
resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz"
|
|
3083
|
+
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
|
|
3084
|
+
|
|
3085
|
+
scheduler@^0.20.2:
|
|
3086
|
+
version "0.20.2"
|
|
3087
|
+
resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz"
|
|
3088
|
+
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
|
|
3089
|
+
dependencies:
|
|
3090
|
+
loose-envify "^1.1.0"
|
|
3091
|
+
object-assign "^4.1.1"
|
|
3092
|
+
|
|
3093
|
+
semver@7.0.0:
|
|
3094
|
+
version "7.0.0"
|
|
3095
|
+
resolved "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz"
|
|
3096
|
+
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
|
|
3097
|
+
|
|
3098
|
+
semver@^5.6.0:
|
|
3099
|
+
version "5.7.1"
|
|
3100
|
+
resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz"
|
|
3101
|
+
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
|
|
3102
|
+
|
|
3103
|
+
semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
|
|
3104
|
+
version "6.3.0"
|
|
3105
|
+
resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz"
|
|
3106
|
+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
|
3107
|
+
|
|
3108
|
+
side-channel@^1.0.4:
|
|
3109
|
+
version "1.0.4"
|
|
3110
|
+
resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz"
|
|
3111
|
+
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
|
|
3112
|
+
dependencies:
|
|
3113
|
+
call-bind "^1.0.0"
|
|
3114
|
+
get-intrinsic "^1.0.2"
|
|
3115
|
+
object-inspect "^1.9.0"
|
|
3116
|
+
|
|
3117
|
+
slash@^2.0.0:
|
|
3118
|
+
version "2.0.0"
|
|
3119
|
+
resolved "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz"
|
|
3120
|
+
integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
|
|
3121
|
+
|
|
3122
|
+
sort-array@^4.1.1:
|
|
3123
|
+
version "4.1.4"
|
|
3124
|
+
resolved "https://registry.npmjs.org/sort-array/-/sort-array-4.1.4.tgz"
|
|
3125
|
+
integrity sha512-GVFN6Y1sHKrWaSYOJTk9093ZnrBMc9sP3nuhANU44S4xg3rE6W5Z5WyamuT8VpMBbssnetx5faKCua0LEmUnSw==
|
|
3126
|
+
dependencies:
|
|
3127
|
+
array-back "^5.0.0"
|
|
3128
|
+
typical "^6.0.1"
|
|
3129
|
+
|
|
3130
|
+
source-map@^0.5.0:
|
|
3131
|
+
version "0.5.7"
|
|
3132
|
+
resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
|
|
3133
|
+
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
|
|
3134
|
+
|
|
3135
|
+
source-map@^0.6.1:
|
|
3136
|
+
version "0.6.1"
|
|
3137
|
+
resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz"
|
|
3138
|
+
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
|
|
3139
|
+
|
|
3140
|
+
sprintf-js@~1.0.2:
|
|
3141
|
+
version "1.0.3"
|
|
3142
|
+
resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz"
|
|
3143
|
+
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
|
|
3144
|
+
|
|
3145
|
+
stream-connect@^1.0.2:
|
|
3146
|
+
version "1.0.2"
|
|
3147
|
+
resolved "https://registry.npmjs.org/stream-connect/-/stream-connect-1.0.2.tgz"
|
|
3148
|
+
integrity sha1-GLyB8u2zW4tdmoAJIAqYUxRCipc=
|
|
3149
|
+
dependencies:
|
|
3150
|
+
array-back "^1.0.2"
|
|
3151
|
+
|
|
3152
|
+
stream-via@^1.0.4:
|
|
3153
|
+
version "1.0.4"
|
|
3154
|
+
resolved "https://registry.npmjs.org/stream-via/-/stream-via-1.0.4.tgz"
|
|
3155
|
+
integrity sha512-DBp0lSvX5G9KGRDTkR/R+a29H+Wk2xItOF+MpZLLNDWbEV9tGPnqLPxHEYjmiz8xGtJHRIqmI+hCjmNzqoA4nQ==
|
|
3156
|
+
|
|
3157
|
+
string-width@^4.1.0, string-width@^4.2.0:
|
|
3158
|
+
version "4.2.3"
|
|
3159
|
+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
|
|
3160
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
3161
|
+
dependencies:
|
|
3162
|
+
emoji-regex "^8.0.0"
|
|
3163
|
+
is-fullwidth-code-point "^3.0.0"
|
|
3164
|
+
strip-ansi "^6.0.1"
|
|
3165
|
+
|
|
3166
|
+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
3167
|
+
version "6.0.1"
|
|
3168
|
+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
|
|
3169
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
3170
|
+
dependencies:
|
|
3171
|
+
ansi-regex "^5.0.1"
|
|
3172
|
+
|
|
3173
|
+
strip-json-comments@^3.1.0:
|
|
3174
|
+
version "3.1.1"
|
|
3175
|
+
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
|
|
3176
|
+
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
|
3177
|
+
|
|
3178
|
+
stripe@^8.145.0:
|
|
3179
|
+
version "8.186.1"
|
|
3180
|
+
resolved "https://registry.npmjs.org/stripe/-/stripe-8.186.1.tgz"
|
|
3181
|
+
integrity sha512-BBByVyqKEBY2GNQDLmfwL1RtfsPmjForD+up7tu+P7KYxxvwEzF1gM2Iv4npfOQevGaBmR70sxIWRwn7utS5pg==
|
|
3182
|
+
dependencies:
|
|
3183
|
+
"@types/node" ">=8.1.0"
|
|
3184
|
+
qs "^6.6.0"
|
|
3185
|
+
|
|
3186
|
+
supports-color@^5.3.0:
|
|
3187
|
+
version "5.5.0"
|
|
3188
|
+
resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz"
|
|
3189
|
+
integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
|
|
3190
|
+
dependencies:
|
|
3191
|
+
has-flag "^3.0.0"
|
|
3192
|
+
|
|
3193
|
+
table-layout@^0.4.2:
|
|
3194
|
+
version "0.4.5"
|
|
3195
|
+
resolved "https://registry.npmjs.org/table-layout/-/table-layout-0.4.5.tgz"
|
|
3196
|
+
integrity sha512-zTvf0mcggrGeTe/2jJ6ECkJHAQPIYEwDoqsiqBjI24mvRmQbInK5jq33fyypaCBxX08hMkfmdOqj6haT33EqWw==
|
|
3197
|
+
dependencies:
|
|
3198
|
+
array-back "^2.0.0"
|
|
3199
|
+
deep-extend "~0.6.0"
|
|
3200
|
+
lodash.padend "^4.6.1"
|
|
3201
|
+
typical "^2.6.1"
|
|
3202
|
+
wordwrapjs "^3.0.0"
|
|
3203
|
+
|
|
3204
|
+
taffydb@2.6.2:
|
|
3205
|
+
version "2.6.2"
|
|
3206
|
+
resolved "https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz"
|
|
3207
|
+
integrity sha1-fLy2S1oUG2ou/CxdLGe04VCyomg=
|
|
3208
|
+
|
|
3209
|
+
temp-path@^1.0.0:
|
|
3210
|
+
version "1.0.0"
|
|
3211
|
+
resolved "https://registry.npmjs.org/temp-path/-/temp-path-1.0.0.tgz"
|
|
3212
|
+
integrity sha1-JLFUOXOrRCiW2a02fdnL2/r+kYs=
|
|
3213
|
+
|
|
3214
|
+
test-value@^1.0.1:
|
|
3215
|
+
version "1.1.0"
|
|
3216
|
+
resolved "https://registry.npmjs.org/test-value/-/test-value-1.1.0.tgz"
|
|
3217
|
+
integrity sha1-oJE29y7AQ9J8iTcHwrFZv6196T8=
|
|
3218
|
+
dependencies:
|
|
3219
|
+
array-back "^1.0.2"
|
|
3220
|
+
typical "^2.4.2"
|
|
3221
|
+
|
|
3222
|
+
test-value@^2.0.0:
|
|
3223
|
+
version "2.1.0"
|
|
3224
|
+
resolved "https://registry.npmjs.org/test-value/-/test-value-2.1.0.tgz"
|
|
3225
|
+
integrity sha1-Edpv9nDzRxpztiXKTz/c97t0gpE=
|
|
3226
|
+
dependencies:
|
|
3227
|
+
array-back "^1.0.3"
|
|
3228
|
+
typical "^2.6.0"
|
|
3229
|
+
|
|
3230
|
+
test-value@^3.0.0:
|
|
3231
|
+
version "3.0.0"
|
|
3232
|
+
resolved "https://registry.npmjs.org/test-value/-/test-value-3.0.0.tgz"
|
|
3233
|
+
integrity sha512-sVACdAWcZkSU9x7AOmJo5TqE+GyNJknHaHsMrR6ZnhjVlVN9Yx6FjHrsKZ3BjIpPCT68zYesPWkakrNupwfOTQ==
|
|
3234
|
+
dependencies:
|
|
3235
|
+
array-back "^2.0.0"
|
|
3236
|
+
typical "^2.6.1"
|
|
3237
|
+
|
|
3238
|
+
to-fast-properties@^2.0.0:
|
|
3239
|
+
version "2.0.0"
|
|
3240
|
+
resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz"
|
|
3241
|
+
integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
|
|
3242
|
+
|
|
3243
|
+
to-regex-range@^5.0.1:
|
|
3244
|
+
version "5.0.1"
|
|
3245
|
+
resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz"
|
|
3246
|
+
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
|
|
3247
|
+
dependencies:
|
|
3248
|
+
is-number "^7.0.0"
|
|
3249
|
+
|
|
3250
|
+
tr46@~0.0.3:
|
|
3251
|
+
version "0.0.3"
|
|
3252
|
+
resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
|
|
3253
|
+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
|
|
3254
|
+
|
|
3255
|
+
tslib@^1.11.1:
|
|
3256
|
+
version "1.14.1"
|
|
3257
|
+
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
|
|
3258
|
+
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
|
3259
|
+
|
|
3260
|
+
typescript@^4.7.4:
|
|
3261
|
+
version "4.9.5"
|
|
3262
|
+
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
|
|
3263
|
+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
|
3264
|
+
|
|
3265
|
+
typical@^2.4.2, typical@^2.6.0, typical@^2.6.1:
|
|
3266
|
+
version "2.6.1"
|
|
3267
|
+
resolved "https://registry.npmjs.org/typical/-/typical-2.6.1.tgz"
|
|
3268
|
+
integrity sha1-XAgOXWYcu+OCWdLnCjxyU+hziB0=
|
|
3269
|
+
|
|
3270
|
+
typical@^4.0.0:
|
|
3271
|
+
version "4.0.0"
|
|
3272
|
+
resolved "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz"
|
|
3273
|
+
integrity sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==
|
|
3274
|
+
|
|
3275
|
+
typical@^6.0.1:
|
|
3276
|
+
version "6.0.1"
|
|
3277
|
+
resolved "https://registry.npmjs.org/typical/-/typical-6.0.1.tgz"
|
|
3278
|
+
integrity sha512-+g3NEp7fJLe9DPa1TArHm9QAA7YciZmWnfAqEaFrBihQ7epOv9i99rjtgb6Iz0wh3WuQDjsCTDfgRoGnmHN81A==
|
|
3279
|
+
|
|
3280
|
+
uc.micro@^1.0.1, uc.micro@^1.0.5:
|
|
3281
|
+
version "1.0.6"
|
|
3282
|
+
resolved "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz"
|
|
3283
|
+
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
|
|
3284
|
+
|
|
3285
|
+
uglify-js@^3.1.4:
|
|
3286
|
+
version "3.14.3"
|
|
3287
|
+
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.3.tgz"
|
|
3288
|
+
integrity sha512-mic3aOdiq01DuSVx0TseaEzMIVqebMZ0Z3vaeDhFEh9bsc24hV1TFvN74reA2vs08D0ZWfNjAcJ3UbVLaBss+g==
|
|
3289
|
+
|
|
3290
|
+
underscore@~1.13.1:
|
|
3291
|
+
version "1.13.1"
|
|
3292
|
+
resolved "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz"
|
|
3293
|
+
integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==
|
|
3294
|
+
|
|
3295
|
+
undici-types@~5.25.1:
|
|
3296
|
+
version "5.25.3"
|
|
3297
|
+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3"
|
|
3298
|
+
integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==
|
|
3299
|
+
|
|
3300
|
+
unfetch@^4.2.0:
|
|
3301
|
+
version "4.2.0"
|
|
3302
|
+
resolved "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz"
|
|
3303
|
+
integrity sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==
|
|
3304
|
+
|
|
3305
|
+
unicode-canonical-property-names-ecmascript@^2.0.0:
|
|
3306
|
+
version "2.0.0"
|
|
3307
|
+
resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz"
|
|
3308
|
+
integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==
|
|
3309
|
+
|
|
3310
|
+
unicode-match-property-ecmascript@^2.0.0:
|
|
3311
|
+
version "2.0.0"
|
|
3312
|
+
resolved "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz"
|
|
3313
|
+
integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==
|
|
3314
|
+
dependencies:
|
|
3315
|
+
unicode-canonical-property-names-ecmascript "^2.0.0"
|
|
3316
|
+
unicode-property-aliases-ecmascript "^2.0.0"
|
|
3317
|
+
|
|
3318
|
+
unicode-match-property-value-ecmascript@^2.0.0:
|
|
3319
|
+
version "2.0.0"
|
|
3320
|
+
resolved "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz"
|
|
3321
|
+
integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==
|
|
3322
|
+
|
|
3323
|
+
unicode-property-aliases-ecmascript@^2.0.0:
|
|
3324
|
+
version "2.0.0"
|
|
3325
|
+
resolved "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz"
|
|
3326
|
+
integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==
|
|
3327
|
+
|
|
3328
|
+
use-state-promise@^0.1.1:
|
|
3329
|
+
version "0.1.1"
|
|
3330
|
+
resolved "https://registry.npmjs.org/use-state-promise/-/use-state-promise-0.1.1.tgz"
|
|
3331
|
+
integrity sha512-JWmx7RXHnNu7EV1rOWKAIanj6QTj7LtvW1LvRXYLVkIjODEXUG6x5OpJqS2yTrT/IUUXJUNuZKgJ597iRe3cKQ==
|
|
3332
|
+
|
|
3333
|
+
walk-back@^2.0.1:
|
|
3334
|
+
version "2.0.1"
|
|
3335
|
+
resolved "https://registry.npmjs.org/walk-back/-/walk-back-2.0.1.tgz"
|
|
3336
|
+
integrity sha1-VU4qnYdPrEeoywBr9EwvDEmYoKQ=
|
|
3337
|
+
|
|
3338
|
+
walk-back@^4.0.0:
|
|
3339
|
+
version "4.0.0"
|
|
3340
|
+
resolved "https://registry.npmjs.org/walk-back/-/walk-back-4.0.0.tgz"
|
|
3341
|
+
integrity sha512-kudCA8PXVQfrqv2mFTG72vDBRi8BKWxGgFLwPpzHcpZnSwZk93WMwUDVcLHWNsnm+Y0AC4Vb6MUNRgaHfyV2DQ==
|
|
3342
|
+
|
|
3343
|
+
warning@^4.0.2:
|
|
3344
|
+
version "4.0.3"
|
|
3345
|
+
resolved "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz"
|
|
3346
|
+
integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==
|
|
3347
|
+
dependencies:
|
|
3348
|
+
loose-envify "^1.0.0"
|
|
3349
|
+
|
|
3350
|
+
webidl-conversions@^3.0.0:
|
|
3351
|
+
version "3.0.1"
|
|
3352
|
+
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
|
|
3353
|
+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
|
|
3354
|
+
|
|
3355
|
+
websocket-driver@>=0.5.1:
|
|
3356
|
+
version "0.7.4"
|
|
3357
|
+
resolved "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz"
|
|
3358
|
+
integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==
|
|
3359
|
+
dependencies:
|
|
3360
|
+
http-parser-js ">=0.5.1"
|
|
3361
|
+
safe-buffer ">=5.1.0"
|
|
3362
|
+
websocket-extensions ">=0.1.1"
|
|
3363
|
+
|
|
3364
|
+
websocket-extensions@>=0.1.1:
|
|
3365
|
+
version "0.1.4"
|
|
3366
|
+
resolved "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz"
|
|
3367
|
+
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
|
|
3368
|
+
|
|
3369
|
+
whatwg-fetch@2.0.4:
|
|
3370
|
+
version "2.0.4"
|
|
3371
|
+
resolved "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz"
|
|
3372
|
+
integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==
|
|
3373
|
+
|
|
3374
|
+
whatwg-url@^5.0.0:
|
|
3375
|
+
version "5.0.0"
|
|
3376
|
+
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz"
|
|
3377
|
+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
|
|
3378
|
+
dependencies:
|
|
3379
|
+
tr46 "~0.0.3"
|
|
3380
|
+
webidl-conversions "^3.0.0"
|
|
3381
|
+
|
|
3382
|
+
wordwrap@^1.0.0:
|
|
3383
|
+
version "1.0.0"
|
|
3384
|
+
resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz"
|
|
3385
|
+
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
|
|
3386
|
+
|
|
3387
|
+
wordwrapjs@^3.0.0:
|
|
3388
|
+
version "3.0.0"
|
|
3389
|
+
resolved "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-3.0.0.tgz"
|
|
3390
|
+
integrity sha512-mO8XtqyPvykVCsrwj5MlOVWvSnCdT+C+QVbm6blradR7JExAhbkZ7hZ9A+9NUtwzSqrlUo9a67ws0EiILrvRpw==
|
|
3391
|
+
dependencies:
|
|
3392
|
+
reduce-flatten "^1.0.1"
|
|
3393
|
+
typical "^2.6.1"
|
|
3394
|
+
|
|
3395
|
+
wrap-ansi@^7.0.0:
|
|
3396
|
+
version "7.0.0"
|
|
3397
|
+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
|
|
3398
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
3399
|
+
dependencies:
|
|
3400
|
+
ansi-styles "^4.0.0"
|
|
3401
|
+
string-width "^4.1.0"
|
|
3402
|
+
strip-ansi "^6.0.0"
|
|
3403
|
+
|
|
3404
|
+
wrappy@1:
|
|
3405
|
+
version "1.0.2"
|
|
3406
|
+
resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
|
|
3407
|
+
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
|
|
3408
|
+
|
|
3409
|
+
xmlcreate@^2.0.4:
|
|
3410
|
+
version "2.0.4"
|
|
3411
|
+
resolved "https://registry.npmjs.org/xmlcreate/-/xmlcreate-2.0.4.tgz"
|
|
3412
|
+
integrity sha512-nquOebG4sngPmGPICTS5EnxqhKbCmz5Ox5hsszI2T6U5qdrJizBc+0ilYSEjTSzU0yZcmvppztXe/5Al5fUwdg==
|
|
3413
|
+
|
|
3414
|
+
xmlhttprequest@1.8.0:
|
|
3415
|
+
version "1.8.0"
|
|
3416
|
+
resolved "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz"
|
|
3417
|
+
integrity sha1-Z/4HXFwk/vOfnWX197f+dRcZaPw=
|
|
3418
|
+
|
|
3419
|
+
y18n@^5.0.5:
|
|
3420
|
+
version "5.0.8"
|
|
3421
|
+
resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz"
|
|
3422
|
+
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
|
|
3423
|
+
|
|
3424
|
+
yallist@^4.0.0:
|
|
3425
|
+
version "4.0.0"
|
|
3426
|
+
resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz"
|
|
3427
|
+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
|
|
3428
|
+
|
|
3429
|
+
yargs-parser@^20.2.2:
|
|
3430
|
+
version "20.2.9"
|
|
3431
|
+
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz"
|
|
3432
|
+
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
|
|
3433
|
+
|
|
3434
|
+
yargs@^16.1.1:
|
|
3435
|
+
version "16.2.0"
|
|
3436
|
+
resolved "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz"
|
|
3437
|
+
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
|
|
3438
|
+
dependencies:
|
|
3439
|
+
cliui "^7.0.2"
|
|
3440
|
+
escalade "^3.1.1"
|
|
3441
|
+
get-caller-file "^2.0.5"
|
|
3442
|
+
require-directory "^2.1.1"
|
|
3443
|
+
string-width "^4.2.0"
|
|
3444
|
+
y18n "^5.0.5"
|
|
3445
|
+
yargs-parser "^20.2.2"
|