opal-js_wrap-three 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.github/workflows/main.yml +16 -0
- data/.gitignore +16 -0
- data/.rspec +3 -0
- data/.rubocop.yml +13 -0
- data/CHANGELOG.md +5 -0
- data/Gemfile +14 -0
- data/Gemfile.lock +74 -0
- data/LICENSE.txt +21 -0
- data/README.md +56 -0
- data/Rakefile +18 -0
- data/bin/console +15 -0
- data/bin/setup +8 -0
- data/examples/readme/Gemfile +9 -0
- data/examples/readme/example.rb +33 -0
- data/examples/readme/run.sh +3 -0
- data/lib/opal/js_wrap/three/version.rb +9 -0
- data/lib/opal/js_wrap/three.rb +14 -0
- data/lib-opal/js_wrap/three/three.js +41268 -0
- data/lib-opal/js_wrap/three.rb +4 -0
- data/lib-opal/js_wrap.rb +720 -0
- data/opal-js_wrap-three.gemspec +37 -0
- data/package-lock.json +3991 -0
- data/package.json +13 -0
- data/rollup.config.js +24 -0
- data/src/three.mjs +3 -0
- metadata +84 -0
data/package-lock.json
ADDED
@@ -0,0 +1,3991 @@
|
|
1
|
+
{
|
2
|
+
"name": "opal-js_wrap-three",
|
3
|
+
"lockfileVersion": 2,
|
4
|
+
"requires": true,
|
5
|
+
"packages": {
|
6
|
+
"": {
|
7
|
+
"dependencies": {
|
8
|
+
"@babel/plugin-transform-runtime": "^7.16.5",
|
9
|
+
"@babel/preset-env": "^7.16.5",
|
10
|
+
"@rollup/plugin-babel": "^5.3.0",
|
11
|
+
"@rollup/plugin-commonjs": "^21.0.1",
|
12
|
+
"@rollup/plugin-node-resolve": "^13.1.1",
|
13
|
+
"three": "^0.135.0"
|
14
|
+
},
|
15
|
+
"devDependencies": {
|
16
|
+
"babel-plugin-transform-runtime": "^6.23.0"
|
17
|
+
}
|
18
|
+
},
|
19
|
+
"node_modules/@babel/code-frame": {
|
20
|
+
"version": "7.16.0",
|
21
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz",
|
22
|
+
"integrity": "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==",
|
23
|
+
"dependencies": {
|
24
|
+
"@babel/highlight": "^7.16.0"
|
25
|
+
},
|
26
|
+
"engines": {
|
27
|
+
"node": ">=6.9.0"
|
28
|
+
}
|
29
|
+
},
|
30
|
+
"node_modules/@babel/compat-data": {
|
31
|
+
"version": "7.16.4",
|
32
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.4.tgz",
|
33
|
+
"integrity": "sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==",
|
34
|
+
"engines": {
|
35
|
+
"node": ">=6.9.0"
|
36
|
+
}
|
37
|
+
},
|
38
|
+
"node_modules/@babel/core": {
|
39
|
+
"version": "7.16.5",
|
40
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.5.tgz",
|
41
|
+
"integrity": "sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ==",
|
42
|
+
"peer": true,
|
43
|
+
"dependencies": {
|
44
|
+
"@babel/code-frame": "^7.16.0",
|
45
|
+
"@babel/generator": "^7.16.5",
|
46
|
+
"@babel/helper-compilation-targets": "^7.16.3",
|
47
|
+
"@babel/helper-module-transforms": "^7.16.5",
|
48
|
+
"@babel/helpers": "^7.16.5",
|
49
|
+
"@babel/parser": "^7.16.5",
|
50
|
+
"@babel/template": "^7.16.0",
|
51
|
+
"@babel/traverse": "^7.16.5",
|
52
|
+
"@babel/types": "^7.16.0",
|
53
|
+
"convert-source-map": "^1.7.0",
|
54
|
+
"debug": "^4.1.0",
|
55
|
+
"gensync": "^1.0.0-beta.2",
|
56
|
+
"json5": "^2.1.2",
|
57
|
+
"semver": "^6.3.0",
|
58
|
+
"source-map": "^0.5.0"
|
59
|
+
},
|
60
|
+
"engines": {
|
61
|
+
"node": ">=6.9.0"
|
62
|
+
},
|
63
|
+
"funding": {
|
64
|
+
"type": "opencollective",
|
65
|
+
"url": "https://opencollective.com/babel"
|
66
|
+
}
|
67
|
+
},
|
68
|
+
"node_modules/@babel/generator": {
|
69
|
+
"version": "7.16.5",
|
70
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.5.tgz",
|
71
|
+
"integrity": "sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==",
|
72
|
+
"dependencies": {
|
73
|
+
"@babel/types": "^7.16.0",
|
74
|
+
"jsesc": "^2.5.1",
|
75
|
+
"source-map": "^0.5.0"
|
76
|
+
},
|
77
|
+
"engines": {
|
78
|
+
"node": ">=6.9.0"
|
79
|
+
}
|
80
|
+
},
|
81
|
+
"node_modules/@babel/helper-annotate-as-pure": {
|
82
|
+
"version": "7.16.0",
|
83
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz",
|
84
|
+
"integrity": "sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==",
|
85
|
+
"dependencies": {
|
86
|
+
"@babel/types": "^7.16.0"
|
87
|
+
},
|
88
|
+
"engines": {
|
89
|
+
"node": ">=6.9.0"
|
90
|
+
}
|
91
|
+
},
|
92
|
+
"node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
|
93
|
+
"version": "7.16.5",
|
94
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.5.tgz",
|
95
|
+
"integrity": "sha512-3JEA9G5dmmnIWdzaT9d0NmFRgYnWUThLsDaL7982H0XqqWr56lRrsmwheXFMjR+TMl7QMBb6mzy9kvgr1lRLUA==",
|
96
|
+
"dependencies": {
|
97
|
+
"@babel/helper-explode-assignable-expression": "^7.16.0",
|
98
|
+
"@babel/types": "^7.16.0"
|
99
|
+
},
|
100
|
+
"engines": {
|
101
|
+
"node": ">=6.9.0"
|
102
|
+
}
|
103
|
+
},
|
104
|
+
"node_modules/@babel/helper-compilation-targets": {
|
105
|
+
"version": "7.16.3",
|
106
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz",
|
107
|
+
"integrity": "sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==",
|
108
|
+
"dependencies": {
|
109
|
+
"@babel/compat-data": "^7.16.0",
|
110
|
+
"@babel/helper-validator-option": "^7.14.5",
|
111
|
+
"browserslist": "^4.17.5",
|
112
|
+
"semver": "^6.3.0"
|
113
|
+
},
|
114
|
+
"engines": {
|
115
|
+
"node": ">=6.9.0"
|
116
|
+
},
|
117
|
+
"peerDependencies": {
|
118
|
+
"@babel/core": "^7.0.0"
|
119
|
+
}
|
120
|
+
},
|
121
|
+
"node_modules/@babel/helper-create-class-features-plugin": {
|
122
|
+
"version": "7.16.5",
|
123
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz",
|
124
|
+
"integrity": "sha512-NEohnYA7mkB8L5JhU7BLwcBdU3j83IziR9aseMueWGeAjblbul3zzb8UvJ3a1zuBiqCMObzCJHFqKIQE6hTVmg==",
|
125
|
+
"dependencies": {
|
126
|
+
"@babel/helper-annotate-as-pure": "^7.16.0",
|
127
|
+
"@babel/helper-environment-visitor": "^7.16.5",
|
128
|
+
"@babel/helper-function-name": "^7.16.0",
|
129
|
+
"@babel/helper-member-expression-to-functions": "^7.16.5",
|
130
|
+
"@babel/helper-optimise-call-expression": "^7.16.0",
|
131
|
+
"@babel/helper-replace-supers": "^7.16.5",
|
132
|
+
"@babel/helper-split-export-declaration": "^7.16.0"
|
133
|
+
},
|
134
|
+
"engines": {
|
135
|
+
"node": ">=6.9.0"
|
136
|
+
},
|
137
|
+
"peerDependencies": {
|
138
|
+
"@babel/core": "^7.0.0"
|
139
|
+
}
|
140
|
+
},
|
141
|
+
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
142
|
+
"version": "7.16.0",
|
143
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz",
|
144
|
+
"integrity": "sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==",
|
145
|
+
"dependencies": {
|
146
|
+
"@babel/helper-annotate-as-pure": "^7.16.0",
|
147
|
+
"regexpu-core": "^4.7.1"
|
148
|
+
},
|
149
|
+
"engines": {
|
150
|
+
"node": ">=6.9.0"
|
151
|
+
},
|
152
|
+
"peerDependencies": {
|
153
|
+
"@babel/core": "^7.0.0"
|
154
|
+
}
|
155
|
+
},
|
156
|
+
"node_modules/@babel/helper-define-polyfill-provider": {
|
157
|
+
"version": "0.3.0",
|
158
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz",
|
159
|
+
"integrity": "sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==",
|
160
|
+
"dependencies": {
|
161
|
+
"@babel/helper-compilation-targets": "^7.13.0",
|
162
|
+
"@babel/helper-module-imports": "^7.12.13",
|
163
|
+
"@babel/helper-plugin-utils": "^7.13.0",
|
164
|
+
"@babel/traverse": "^7.13.0",
|
165
|
+
"debug": "^4.1.1",
|
166
|
+
"lodash.debounce": "^4.0.8",
|
167
|
+
"resolve": "^1.14.2",
|
168
|
+
"semver": "^6.1.2"
|
169
|
+
},
|
170
|
+
"peerDependencies": {
|
171
|
+
"@babel/core": "^7.4.0-0"
|
172
|
+
}
|
173
|
+
},
|
174
|
+
"node_modules/@babel/helper-environment-visitor": {
|
175
|
+
"version": "7.16.5",
|
176
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.5.tgz",
|
177
|
+
"integrity": "sha512-ODQyc5AnxmZWm/R2W7fzhamOk1ey8gSguo5SGvF0zcB3uUzRpTRmM/jmLSm9bDMyPlvbyJ+PwPEK0BWIoZ9wjg==",
|
178
|
+
"dependencies": {
|
179
|
+
"@babel/types": "^7.16.0"
|
180
|
+
},
|
181
|
+
"engines": {
|
182
|
+
"node": ">=6.9.0"
|
183
|
+
}
|
184
|
+
},
|
185
|
+
"node_modules/@babel/helper-explode-assignable-expression": {
|
186
|
+
"version": "7.16.0",
|
187
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.0.tgz",
|
188
|
+
"integrity": "sha512-Hk2SLxC9ZbcOhLpg/yMznzJ11W++lg5GMbxt1ev6TXUiJB0N42KPC+7w8a+eWGuqDnUYuwStJoZHM7RgmIOaGQ==",
|
189
|
+
"dependencies": {
|
190
|
+
"@babel/types": "^7.16.0"
|
191
|
+
},
|
192
|
+
"engines": {
|
193
|
+
"node": ">=6.9.0"
|
194
|
+
}
|
195
|
+
},
|
196
|
+
"node_modules/@babel/helper-function-name": {
|
197
|
+
"version": "7.16.0",
|
198
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz",
|
199
|
+
"integrity": "sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==",
|
200
|
+
"dependencies": {
|
201
|
+
"@babel/helper-get-function-arity": "^7.16.0",
|
202
|
+
"@babel/template": "^7.16.0",
|
203
|
+
"@babel/types": "^7.16.0"
|
204
|
+
},
|
205
|
+
"engines": {
|
206
|
+
"node": ">=6.9.0"
|
207
|
+
}
|
208
|
+
},
|
209
|
+
"node_modules/@babel/helper-get-function-arity": {
|
210
|
+
"version": "7.16.0",
|
211
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz",
|
212
|
+
"integrity": "sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==",
|
213
|
+
"dependencies": {
|
214
|
+
"@babel/types": "^7.16.0"
|
215
|
+
},
|
216
|
+
"engines": {
|
217
|
+
"node": ">=6.9.0"
|
218
|
+
}
|
219
|
+
},
|
220
|
+
"node_modules/@babel/helper-hoist-variables": {
|
221
|
+
"version": "7.16.0",
|
222
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz",
|
223
|
+
"integrity": "sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==",
|
224
|
+
"dependencies": {
|
225
|
+
"@babel/types": "^7.16.0"
|
226
|
+
},
|
227
|
+
"engines": {
|
228
|
+
"node": ">=6.9.0"
|
229
|
+
}
|
230
|
+
},
|
231
|
+
"node_modules/@babel/helper-member-expression-to-functions": {
|
232
|
+
"version": "7.16.5",
|
233
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.5.tgz",
|
234
|
+
"integrity": "sha512-7fecSXq7ZrLE+TWshbGT+HyCLkxloWNhTbU2QM1NTI/tDqyf0oZiMcEfYtDuUDCo528EOlt39G1rftea4bRZIw==",
|
235
|
+
"dependencies": {
|
236
|
+
"@babel/types": "^7.16.0"
|
237
|
+
},
|
238
|
+
"engines": {
|
239
|
+
"node": ">=6.9.0"
|
240
|
+
}
|
241
|
+
},
|
242
|
+
"node_modules/@babel/helper-module-imports": {
|
243
|
+
"version": "7.16.0",
|
244
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz",
|
245
|
+
"integrity": "sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==",
|
246
|
+
"dependencies": {
|
247
|
+
"@babel/types": "^7.16.0"
|
248
|
+
},
|
249
|
+
"engines": {
|
250
|
+
"node": ">=6.9.0"
|
251
|
+
}
|
252
|
+
},
|
253
|
+
"node_modules/@babel/helper-module-transforms": {
|
254
|
+
"version": "7.16.5",
|
255
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.5.tgz",
|
256
|
+
"integrity": "sha512-CkvMxgV4ZyyioElFwcuWnDCcNIeyqTkCm9BxXZi73RR1ozqlpboqsbGUNvRTflgZtFbbJ1v5Emvm+lkjMYY/LQ==",
|
257
|
+
"dependencies": {
|
258
|
+
"@babel/helper-environment-visitor": "^7.16.5",
|
259
|
+
"@babel/helper-module-imports": "^7.16.0",
|
260
|
+
"@babel/helper-simple-access": "^7.16.0",
|
261
|
+
"@babel/helper-split-export-declaration": "^7.16.0",
|
262
|
+
"@babel/helper-validator-identifier": "^7.15.7",
|
263
|
+
"@babel/template": "^7.16.0",
|
264
|
+
"@babel/traverse": "^7.16.5",
|
265
|
+
"@babel/types": "^7.16.0"
|
266
|
+
},
|
267
|
+
"engines": {
|
268
|
+
"node": ">=6.9.0"
|
269
|
+
}
|
270
|
+
},
|
271
|
+
"node_modules/@babel/helper-optimise-call-expression": {
|
272
|
+
"version": "7.16.0",
|
273
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz",
|
274
|
+
"integrity": "sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==",
|
275
|
+
"dependencies": {
|
276
|
+
"@babel/types": "^7.16.0"
|
277
|
+
},
|
278
|
+
"engines": {
|
279
|
+
"node": ">=6.9.0"
|
280
|
+
}
|
281
|
+
},
|
282
|
+
"node_modules/@babel/helper-plugin-utils": {
|
283
|
+
"version": "7.16.5",
|
284
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz",
|
285
|
+
"integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==",
|
286
|
+
"engines": {
|
287
|
+
"node": ">=6.9.0"
|
288
|
+
}
|
289
|
+
},
|
290
|
+
"node_modules/@babel/helper-remap-async-to-generator": {
|
291
|
+
"version": "7.16.5",
|
292
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.5.tgz",
|
293
|
+
"integrity": "sha512-X+aAJldyxrOmN9v3FKp+Hu1NO69VWgYgDGq6YDykwRPzxs5f2N+X988CBXS7EQahDU+Vpet5QYMqLk+nsp+Qxw==",
|
294
|
+
"dependencies": {
|
295
|
+
"@babel/helper-annotate-as-pure": "^7.16.0",
|
296
|
+
"@babel/helper-wrap-function": "^7.16.5",
|
297
|
+
"@babel/types": "^7.16.0"
|
298
|
+
},
|
299
|
+
"engines": {
|
300
|
+
"node": ">=6.9.0"
|
301
|
+
}
|
302
|
+
},
|
303
|
+
"node_modules/@babel/helper-replace-supers": {
|
304
|
+
"version": "7.16.5",
|
305
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.5.tgz",
|
306
|
+
"integrity": "sha512-ao3seGVa/FZCMCCNDuBcqnBFSbdr8N2EW35mzojx3TwfIbdPmNK+JV6+2d5bR0Z71W5ocLnQp9en/cTF7pBJiQ==",
|
307
|
+
"dependencies": {
|
308
|
+
"@babel/helper-environment-visitor": "^7.16.5",
|
309
|
+
"@babel/helper-member-expression-to-functions": "^7.16.5",
|
310
|
+
"@babel/helper-optimise-call-expression": "^7.16.0",
|
311
|
+
"@babel/traverse": "^7.16.5",
|
312
|
+
"@babel/types": "^7.16.0"
|
313
|
+
},
|
314
|
+
"engines": {
|
315
|
+
"node": ">=6.9.0"
|
316
|
+
}
|
317
|
+
},
|
318
|
+
"node_modules/@babel/helper-simple-access": {
|
319
|
+
"version": "7.16.0",
|
320
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz",
|
321
|
+
"integrity": "sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==",
|
322
|
+
"dependencies": {
|
323
|
+
"@babel/types": "^7.16.0"
|
324
|
+
},
|
325
|
+
"engines": {
|
326
|
+
"node": ">=6.9.0"
|
327
|
+
}
|
328
|
+
},
|
329
|
+
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
330
|
+
"version": "7.16.0",
|
331
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz",
|
332
|
+
"integrity": "sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==",
|
333
|
+
"dependencies": {
|
334
|
+
"@babel/types": "^7.16.0"
|
335
|
+
},
|
336
|
+
"engines": {
|
337
|
+
"node": ">=6.9.0"
|
338
|
+
}
|
339
|
+
},
|
340
|
+
"node_modules/@babel/helper-split-export-declaration": {
|
341
|
+
"version": "7.16.0",
|
342
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz",
|
343
|
+
"integrity": "sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==",
|
344
|
+
"dependencies": {
|
345
|
+
"@babel/types": "^7.16.0"
|
346
|
+
},
|
347
|
+
"engines": {
|
348
|
+
"node": ">=6.9.0"
|
349
|
+
}
|
350
|
+
},
|
351
|
+
"node_modules/@babel/helper-validator-identifier": {
|
352
|
+
"version": "7.15.7",
|
353
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz",
|
354
|
+
"integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==",
|
355
|
+
"engines": {
|
356
|
+
"node": ">=6.9.0"
|
357
|
+
}
|
358
|
+
},
|
359
|
+
"node_modules/@babel/helper-validator-option": {
|
360
|
+
"version": "7.14.5",
|
361
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz",
|
362
|
+
"integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==",
|
363
|
+
"engines": {
|
364
|
+
"node": ">=6.9.0"
|
365
|
+
}
|
366
|
+
},
|
367
|
+
"node_modules/@babel/helper-wrap-function": {
|
368
|
+
"version": "7.16.5",
|
369
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.5.tgz",
|
370
|
+
"integrity": "sha512-2J2pmLBqUqVdJw78U0KPNdeE2qeuIyKoG4mKV7wAq3mc4jJG282UgjZw4ZYDnqiWQuS3Y3IYdF/AQ6CpyBV3VA==",
|
371
|
+
"dependencies": {
|
372
|
+
"@babel/helper-function-name": "^7.16.0",
|
373
|
+
"@babel/template": "^7.16.0",
|
374
|
+
"@babel/traverse": "^7.16.5",
|
375
|
+
"@babel/types": "^7.16.0"
|
376
|
+
},
|
377
|
+
"engines": {
|
378
|
+
"node": ">=6.9.0"
|
379
|
+
}
|
380
|
+
},
|
381
|
+
"node_modules/@babel/helpers": {
|
382
|
+
"version": "7.16.5",
|
383
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.5.tgz",
|
384
|
+
"integrity": "sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw==",
|
385
|
+
"peer": true,
|
386
|
+
"dependencies": {
|
387
|
+
"@babel/template": "^7.16.0",
|
388
|
+
"@babel/traverse": "^7.16.5",
|
389
|
+
"@babel/types": "^7.16.0"
|
390
|
+
},
|
391
|
+
"engines": {
|
392
|
+
"node": ">=6.9.0"
|
393
|
+
}
|
394
|
+
},
|
395
|
+
"node_modules/@babel/highlight": {
|
396
|
+
"version": "7.16.0",
|
397
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz",
|
398
|
+
"integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==",
|
399
|
+
"dependencies": {
|
400
|
+
"@babel/helper-validator-identifier": "^7.15.7",
|
401
|
+
"chalk": "^2.0.0",
|
402
|
+
"js-tokens": "^4.0.0"
|
403
|
+
},
|
404
|
+
"engines": {
|
405
|
+
"node": ">=6.9.0"
|
406
|
+
}
|
407
|
+
},
|
408
|
+
"node_modules/@babel/parser": {
|
409
|
+
"version": "7.16.5",
|
410
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.5.tgz",
|
411
|
+
"integrity": "sha512-+Ce7T5iPNWzfu9C1aB5tN3Lyafs5xb3Ic7vBWyZL2KXT3QSdD1dD3CvgOzPmQKoNNRt6uauc0XwNJTQtXC2/Mw==",
|
412
|
+
"bin": {
|
413
|
+
"parser": "bin/babel-parser.js"
|
414
|
+
},
|
415
|
+
"engines": {
|
416
|
+
"node": ">=6.0.0"
|
417
|
+
}
|
418
|
+
},
|
419
|
+
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
420
|
+
"version": "7.16.2",
|
421
|
+
"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",
|
422
|
+
"integrity": "sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==",
|
423
|
+
"dependencies": {
|
424
|
+
"@babel/helper-plugin-utils": "^7.14.5"
|
425
|
+
},
|
426
|
+
"engines": {
|
427
|
+
"node": ">=6.9.0"
|
428
|
+
},
|
429
|
+
"peerDependencies": {
|
430
|
+
"@babel/core": "^7.0.0"
|
431
|
+
}
|
432
|
+
},
|
433
|
+
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
|
434
|
+
"version": "7.16.0",
|
435
|
+
"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",
|
436
|
+
"integrity": "sha512-4tcFwwicpWTrpl9qjf7UsoosaArgImF85AxqCRZlgc3IQDvkUHjJpruXAL58Wmj+T6fypWTC/BakfEkwIL/pwA==",
|
437
|
+
"dependencies": {
|
438
|
+
"@babel/helper-plugin-utils": "^7.14.5",
|
439
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
|
440
|
+
"@babel/plugin-proposal-optional-chaining": "^7.16.0"
|
441
|
+
},
|
442
|
+
"engines": {
|
443
|
+
"node": ">=6.9.0"
|
444
|
+
},
|
445
|
+
"peerDependencies": {
|
446
|
+
"@babel/core": "^7.13.0"
|
447
|
+
}
|
448
|
+
},
|
449
|
+
"node_modules/@babel/plugin-proposal-async-generator-functions": {
|
450
|
+
"version": "7.16.5",
|
451
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.5.tgz",
|
452
|
+
"integrity": "sha512-C/FX+3HNLV6sz7AqbTQqEo1L9/kfrKjxcVtgyBCmvIgOjvuBVUWooDoi7trsLxOzCEo5FccjRvKHkfDsJFZlfA==",
|
453
|
+
"dependencies": {
|
454
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
455
|
+
"@babel/helper-remap-async-to-generator": "^7.16.5",
|
456
|
+
"@babel/plugin-syntax-async-generators": "^7.8.4"
|
457
|
+
},
|
458
|
+
"engines": {
|
459
|
+
"node": ">=6.9.0"
|
460
|
+
},
|
461
|
+
"peerDependencies": {
|
462
|
+
"@babel/core": "^7.0.0-0"
|
463
|
+
}
|
464
|
+
},
|
465
|
+
"node_modules/@babel/plugin-proposal-class-properties": {
|
466
|
+
"version": "7.16.5",
|
467
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.5.tgz",
|
468
|
+
"integrity": "sha512-pJD3HjgRv83s5dv1sTnDbZOaTjghKEz8KUn1Kbh2eAIRhGuyQ1XSeI4xVXU3UlIEVA3DAyIdxqT1eRn7Wcn55A==",
|
469
|
+
"dependencies": {
|
470
|
+
"@babel/helper-create-class-features-plugin": "^7.16.5",
|
471
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
472
|
+
},
|
473
|
+
"engines": {
|
474
|
+
"node": ">=6.9.0"
|
475
|
+
},
|
476
|
+
"peerDependencies": {
|
477
|
+
"@babel/core": "^7.0.0-0"
|
478
|
+
}
|
479
|
+
},
|
480
|
+
"node_modules/@babel/plugin-proposal-class-static-block": {
|
481
|
+
"version": "7.16.5",
|
482
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.5.tgz",
|
483
|
+
"integrity": "sha512-EEFzuLZcm/rNJ8Q5krK+FRKdVkd6FjfzT9tuSZql9sQn64K0hHA2KLJ0DqVot9/iV6+SsuadC5yI39zWnm+nmQ==",
|
484
|
+
"dependencies": {
|
485
|
+
"@babel/helper-create-class-features-plugin": "^7.16.5",
|
486
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
487
|
+
"@babel/plugin-syntax-class-static-block": "^7.14.5"
|
488
|
+
},
|
489
|
+
"engines": {
|
490
|
+
"node": ">=6.9.0"
|
491
|
+
},
|
492
|
+
"peerDependencies": {
|
493
|
+
"@babel/core": "^7.12.0"
|
494
|
+
}
|
495
|
+
},
|
496
|
+
"node_modules/@babel/plugin-proposal-dynamic-import": {
|
497
|
+
"version": "7.16.5",
|
498
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.5.tgz",
|
499
|
+
"integrity": "sha512-P05/SJZTTvHz79LNYTF8ff5xXge0kk5sIIWAypcWgX4BTRUgyHc8wRxJ/Hk+mU0KXldgOOslKaeqnhthcDJCJQ==",
|
500
|
+
"dependencies": {
|
501
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
502
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
|
503
|
+
},
|
504
|
+
"engines": {
|
505
|
+
"node": ">=6.9.0"
|
506
|
+
},
|
507
|
+
"peerDependencies": {
|
508
|
+
"@babel/core": "^7.0.0-0"
|
509
|
+
}
|
510
|
+
},
|
511
|
+
"node_modules/@babel/plugin-proposal-export-namespace-from": {
|
512
|
+
"version": "7.16.5",
|
513
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.5.tgz",
|
514
|
+
"integrity": "sha512-i+sltzEShH1vsVydvNaTRsgvq2vZsfyrd7K7vPLUU/KgS0D5yZMe6uipM0+izminnkKrEfdUnz7CxMRb6oHZWw==",
|
515
|
+
"dependencies": {
|
516
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
517
|
+
"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
|
518
|
+
},
|
519
|
+
"engines": {
|
520
|
+
"node": ">=6.9.0"
|
521
|
+
},
|
522
|
+
"peerDependencies": {
|
523
|
+
"@babel/core": "^7.0.0-0"
|
524
|
+
}
|
525
|
+
},
|
526
|
+
"node_modules/@babel/plugin-proposal-json-strings": {
|
527
|
+
"version": "7.16.5",
|
528
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.5.tgz",
|
529
|
+
"integrity": "sha512-QQJueTFa0y9E4qHANqIvMsuxM/qcLQmKttBACtPCQzGUEizsXDACGonlPiSwynHfOa3vNw0FPMVvQzbuXwh4SQ==",
|
530
|
+
"dependencies": {
|
531
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
532
|
+
"@babel/plugin-syntax-json-strings": "^7.8.3"
|
533
|
+
},
|
534
|
+
"engines": {
|
535
|
+
"node": ">=6.9.0"
|
536
|
+
},
|
537
|
+
"peerDependencies": {
|
538
|
+
"@babel/core": "^7.0.0-0"
|
539
|
+
}
|
540
|
+
},
|
541
|
+
"node_modules/@babel/plugin-proposal-logical-assignment-operators": {
|
542
|
+
"version": "7.16.5",
|
543
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.5.tgz",
|
544
|
+
"integrity": "sha512-xqibl7ISO2vjuQM+MzR3rkd0zfNWltk7n9QhaD8ghMmMceVguYrNDt7MikRyj4J4v3QehpnrU8RYLnC7z/gZLA==",
|
545
|
+
"dependencies": {
|
546
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
547
|
+
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
|
548
|
+
},
|
549
|
+
"engines": {
|
550
|
+
"node": ">=6.9.0"
|
551
|
+
},
|
552
|
+
"peerDependencies": {
|
553
|
+
"@babel/core": "^7.0.0-0"
|
554
|
+
}
|
555
|
+
},
|
556
|
+
"node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
|
557
|
+
"version": "7.16.5",
|
558
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.5.tgz",
|
559
|
+
"integrity": "sha512-YwMsTp/oOviSBhrjwi0vzCUycseCYwoXnLiXIL3YNjHSMBHicGTz7GjVU/IGgz4DtOEXBdCNG72pvCX22ehfqg==",
|
560
|
+
"dependencies": {
|
561
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
562
|
+
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
|
563
|
+
},
|
564
|
+
"engines": {
|
565
|
+
"node": ">=6.9.0"
|
566
|
+
},
|
567
|
+
"peerDependencies": {
|
568
|
+
"@babel/core": "^7.0.0-0"
|
569
|
+
}
|
570
|
+
},
|
571
|
+
"node_modules/@babel/plugin-proposal-numeric-separator": {
|
572
|
+
"version": "7.16.5",
|
573
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.5.tgz",
|
574
|
+
"integrity": "sha512-DvB9l/TcsCRvsIV9v4jxR/jVP45cslTVC0PMVHvaJhhNuhn2Y1SOhCSFlPK777qLB5wb8rVDaNoqMTyOqtY5Iw==",
|
575
|
+
"dependencies": {
|
576
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
577
|
+
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
|
578
|
+
},
|
579
|
+
"engines": {
|
580
|
+
"node": ">=6.9.0"
|
581
|
+
},
|
582
|
+
"peerDependencies": {
|
583
|
+
"@babel/core": "^7.0.0-0"
|
584
|
+
}
|
585
|
+
},
|
586
|
+
"node_modules/@babel/plugin-proposal-object-rest-spread": {
|
587
|
+
"version": "7.16.5",
|
588
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.5.tgz",
|
589
|
+
"integrity": "sha512-UEd6KpChoyPhCoE840KRHOlGhEZFutdPDMGj+0I56yuTTOaT51GzmnEl/0uT41fB/vD2nT+Pci2KjezyE3HmUw==",
|
590
|
+
"dependencies": {
|
591
|
+
"@babel/compat-data": "^7.16.4",
|
592
|
+
"@babel/helper-compilation-targets": "^7.16.3",
|
593
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
594
|
+
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
595
|
+
"@babel/plugin-transform-parameters": "^7.16.5"
|
596
|
+
},
|
597
|
+
"engines": {
|
598
|
+
"node": ">=6.9.0"
|
599
|
+
},
|
600
|
+
"peerDependencies": {
|
601
|
+
"@babel/core": "^7.0.0-0"
|
602
|
+
}
|
603
|
+
},
|
604
|
+
"node_modules/@babel/plugin-proposal-optional-catch-binding": {
|
605
|
+
"version": "7.16.5",
|
606
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.5.tgz",
|
607
|
+
"integrity": "sha512-ihCMxY1Iljmx4bWy/PIMJGXN4NS4oUj1MKynwO07kiKms23pNvIn1DMB92DNB2R0EA882sw0VXIelYGdtF7xEQ==",
|
608
|
+
"dependencies": {
|
609
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
610
|
+
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
|
611
|
+
},
|
612
|
+
"engines": {
|
613
|
+
"node": ">=6.9.0"
|
614
|
+
},
|
615
|
+
"peerDependencies": {
|
616
|
+
"@babel/core": "^7.0.0-0"
|
617
|
+
}
|
618
|
+
},
|
619
|
+
"node_modules/@babel/plugin-proposal-optional-chaining": {
|
620
|
+
"version": "7.16.5",
|
621
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.5.tgz",
|
622
|
+
"integrity": "sha512-kzdHgnaXRonttiTfKYnSVafbWngPPr2qKw9BWYBESl91W54e+9R5pP70LtWxV56g0f05f/SQrwHYkfvbwcdQ/A==",
|
623
|
+
"dependencies": {
|
624
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
625
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
|
626
|
+
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
|
627
|
+
},
|
628
|
+
"engines": {
|
629
|
+
"node": ">=6.9.0"
|
630
|
+
},
|
631
|
+
"peerDependencies": {
|
632
|
+
"@babel/core": "^7.0.0-0"
|
633
|
+
}
|
634
|
+
},
|
635
|
+
"node_modules/@babel/plugin-proposal-private-methods": {
|
636
|
+
"version": "7.16.5",
|
637
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.5.tgz",
|
638
|
+
"integrity": "sha512-+yFMO4BGT3sgzXo+lrq7orX5mAZt57DwUK6seqII6AcJnJOIhBJ8pzKH47/ql/d426uQ7YhN8DpUFirQzqYSUA==",
|
639
|
+
"dependencies": {
|
640
|
+
"@babel/helper-create-class-features-plugin": "^7.16.5",
|
641
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
642
|
+
},
|
643
|
+
"engines": {
|
644
|
+
"node": ">=6.9.0"
|
645
|
+
},
|
646
|
+
"peerDependencies": {
|
647
|
+
"@babel/core": "^7.0.0-0"
|
648
|
+
}
|
649
|
+
},
|
650
|
+
"node_modules/@babel/plugin-proposal-private-property-in-object": {
|
651
|
+
"version": "7.16.5",
|
652
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.5.tgz",
|
653
|
+
"integrity": "sha512-+YGh5Wbw0NH3y/E5YMu6ci5qTDmAEVNoZ3I54aB6nVEOZ5BQ7QJlwKq5pYVucQilMByGn/bvX0af+uNaPRCabA==",
|
654
|
+
"dependencies": {
|
655
|
+
"@babel/helper-annotate-as-pure": "^7.16.0",
|
656
|
+
"@babel/helper-create-class-features-plugin": "^7.16.5",
|
657
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
658
|
+
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
|
659
|
+
},
|
660
|
+
"engines": {
|
661
|
+
"node": ">=6.9.0"
|
662
|
+
},
|
663
|
+
"peerDependencies": {
|
664
|
+
"@babel/core": "^7.0.0-0"
|
665
|
+
}
|
666
|
+
},
|
667
|
+
"node_modules/@babel/plugin-proposal-unicode-property-regex": {
|
668
|
+
"version": "7.16.5",
|
669
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.5.tgz",
|
670
|
+
"integrity": "sha512-s5sKtlKQyFSatt781HQwv1hoM5BQ9qRH30r+dK56OLDsHmV74mzwJNX7R1yMuE7VZKG5O6q/gmOGSAO6ikTudg==",
|
671
|
+
"dependencies": {
|
672
|
+
"@babel/helper-create-regexp-features-plugin": "^7.16.0",
|
673
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
674
|
+
},
|
675
|
+
"engines": {
|
676
|
+
"node": ">=4"
|
677
|
+
},
|
678
|
+
"peerDependencies": {
|
679
|
+
"@babel/core": "^7.0.0-0"
|
680
|
+
}
|
681
|
+
},
|
682
|
+
"node_modules/@babel/plugin-syntax-async-generators": {
|
683
|
+
"version": "7.8.4",
|
684
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
|
685
|
+
"integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
|
686
|
+
"dependencies": {
|
687
|
+
"@babel/helper-plugin-utils": "^7.8.0"
|
688
|
+
},
|
689
|
+
"peerDependencies": {
|
690
|
+
"@babel/core": "^7.0.0-0"
|
691
|
+
}
|
692
|
+
},
|
693
|
+
"node_modules/@babel/plugin-syntax-class-properties": {
|
694
|
+
"version": "7.12.13",
|
695
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
|
696
|
+
"integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
|
697
|
+
"dependencies": {
|
698
|
+
"@babel/helper-plugin-utils": "^7.12.13"
|
699
|
+
},
|
700
|
+
"peerDependencies": {
|
701
|
+
"@babel/core": "^7.0.0-0"
|
702
|
+
}
|
703
|
+
},
|
704
|
+
"node_modules/@babel/plugin-syntax-class-static-block": {
|
705
|
+
"version": "7.14.5",
|
706
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
|
707
|
+
"integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
|
708
|
+
"dependencies": {
|
709
|
+
"@babel/helper-plugin-utils": "^7.14.5"
|
710
|
+
},
|
711
|
+
"engines": {
|
712
|
+
"node": ">=6.9.0"
|
713
|
+
},
|
714
|
+
"peerDependencies": {
|
715
|
+
"@babel/core": "^7.0.0-0"
|
716
|
+
}
|
717
|
+
},
|
718
|
+
"node_modules/@babel/plugin-syntax-dynamic-import": {
|
719
|
+
"version": "7.8.3",
|
720
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
|
721
|
+
"integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
|
722
|
+
"dependencies": {
|
723
|
+
"@babel/helper-plugin-utils": "^7.8.0"
|
724
|
+
},
|
725
|
+
"peerDependencies": {
|
726
|
+
"@babel/core": "^7.0.0-0"
|
727
|
+
}
|
728
|
+
},
|
729
|
+
"node_modules/@babel/plugin-syntax-export-namespace-from": {
|
730
|
+
"version": "7.8.3",
|
731
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
|
732
|
+
"integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
|
733
|
+
"dependencies": {
|
734
|
+
"@babel/helper-plugin-utils": "^7.8.3"
|
735
|
+
},
|
736
|
+
"peerDependencies": {
|
737
|
+
"@babel/core": "^7.0.0-0"
|
738
|
+
}
|
739
|
+
},
|
740
|
+
"node_modules/@babel/plugin-syntax-json-strings": {
|
741
|
+
"version": "7.8.3",
|
742
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
|
743
|
+
"integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
|
744
|
+
"dependencies": {
|
745
|
+
"@babel/helper-plugin-utils": "^7.8.0"
|
746
|
+
},
|
747
|
+
"peerDependencies": {
|
748
|
+
"@babel/core": "^7.0.0-0"
|
749
|
+
}
|
750
|
+
},
|
751
|
+
"node_modules/@babel/plugin-syntax-logical-assignment-operators": {
|
752
|
+
"version": "7.10.4",
|
753
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
|
754
|
+
"integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
|
755
|
+
"dependencies": {
|
756
|
+
"@babel/helper-plugin-utils": "^7.10.4"
|
757
|
+
},
|
758
|
+
"peerDependencies": {
|
759
|
+
"@babel/core": "^7.0.0-0"
|
760
|
+
}
|
761
|
+
},
|
762
|
+
"node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
|
763
|
+
"version": "7.8.3",
|
764
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
|
765
|
+
"integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
|
766
|
+
"dependencies": {
|
767
|
+
"@babel/helper-plugin-utils": "^7.8.0"
|
768
|
+
},
|
769
|
+
"peerDependencies": {
|
770
|
+
"@babel/core": "^7.0.0-0"
|
771
|
+
}
|
772
|
+
},
|
773
|
+
"node_modules/@babel/plugin-syntax-numeric-separator": {
|
774
|
+
"version": "7.10.4",
|
775
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
|
776
|
+
"integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
|
777
|
+
"dependencies": {
|
778
|
+
"@babel/helper-plugin-utils": "^7.10.4"
|
779
|
+
},
|
780
|
+
"peerDependencies": {
|
781
|
+
"@babel/core": "^7.0.0-0"
|
782
|
+
}
|
783
|
+
},
|
784
|
+
"node_modules/@babel/plugin-syntax-object-rest-spread": {
|
785
|
+
"version": "7.8.3",
|
786
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
|
787
|
+
"integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
|
788
|
+
"dependencies": {
|
789
|
+
"@babel/helper-plugin-utils": "^7.8.0"
|
790
|
+
},
|
791
|
+
"peerDependencies": {
|
792
|
+
"@babel/core": "^7.0.0-0"
|
793
|
+
}
|
794
|
+
},
|
795
|
+
"node_modules/@babel/plugin-syntax-optional-catch-binding": {
|
796
|
+
"version": "7.8.3",
|
797
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
|
798
|
+
"integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
|
799
|
+
"dependencies": {
|
800
|
+
"@babel/helper-plugin-utils": "^7.8.0"
|
801
|
+
},
|
802
|
+
"peerDependencies": {
|
803
|
+
"@babel/core": "^7.0.0-0"
|
804
|
+
}
|
805
|
+
},
|
806
|
+
"node_modules/@babel/plugin-syntax-optional-chaining": {
|
807
|
+
"version": "7.8.3",
|
808
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
|
809
|
+
"integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
|
810
|
+
"dependencies": {
|
811
|
+
"@babel/helper-plugin-utils": "^7.8.0"
|
812
|
+
},
|
813
|
+
"peerDependencies": {
|
814
|
+
"@babel/core": "^7.0.0-0"
|
815
|
+
}
|
816
|
+
},
|
817
|
+
"node_modules/@babel/plugin-syntax-private-property-in-object": {
|
818
|
+
"version": "7.14.5",
|
819
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
|
820
|
+
"integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
|
821
|
+
"dependencies": {
|
822
|
+
"@babel/helper-plugin-utils": "^7.14.5"
|
823
|
+
},
|
824
|
+
"engines": {
|
825
|
+
"node": ">=6.9.0"
|
826
|
+
},
|
827
|
+
"peerDependencies": {
|
828
|
+
"@babel/core": "^7.0.0-0"
|
829
|
+
}
|
830
|
+
},
|
831
|
+
"node_modules/@babel/plugin-syntax-top-level-await": {
|
832
|
+
"version": "7.14.5",
|
833
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
|
834
|
+
"integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
|
835
|
+
"dependencies": {
|
836
|
+
"@babel/helper-plugin-utils": "^7.14.5"
|
837
|
+
},
|
838
|
+
"engines": {
|
839
|
+
"node": ">=6.9.0"
|
840
|
+
},
|
841
|
+
"peerDependencies": {
|
842
|
+
"@babel/core": "^7.0.0-0"
|
843
|
+
}
|
844
|
+
},
|
845
|
+
"node_modules/@babel/plugin-transform-arrow-functions": {
|
846
|
+
"version": "7.16.5",
|
847
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.5.tgz",
|
848
|
+
"integrity": "sha512-8bTHiiZyMOyfZFULjsCnYOWG059FVMes0iljEHSfARhNgFfpsqE92OrCffv3veSw9rwMkYcFe9bj0ZoXU2IGtQ==",
|
849
|
+
"dependencies": {
|
850
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
851
|
+
},
|
852
|
+
"engines": {
|
853
|
+
"node": ">=6.9.0"
|
854
|
+
},
|
855
|
+
"peerDependencies": {
|
856
|
+
"@babel/core": "^7.0.0-0"
|
857
|
+
}
|
858
|
+
},
|
859
|
+
"node_modules/@babel/plugin-transform-async-to-generator": {
|
860
|
+
"version": "7.16.5",
|
861
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.5.tgz",
|
862
|
+
"integrity": "sha512-TMXgfioJnkXU+XRoj7P2ED7rUm5jbnDWwlCuFVTpQboMfbSya5WrmubNBAMlk7KXvywpo8rd8WuYZkis1o2H8w==",
|
863
|
+
"dependencies": {
|
864
|
+
"@babel/helper-module-imports": "^7.16.0",
|
865
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
866
|
+
"@babel/helper-remap-async-to-generator": "^7.16.5"
|
867
|
+
},
|
868
|
+
"engines": {
|
869
|
+
"node": ">=6.9.0"
|
870
|
+
},
|
871
|
+
"peerDependencies": {
|
872
|
+
"@babel/core": "^7.0.0-0"
|
873
|
+
}
|
874
|
+
},
|
875
|
+
"node_modules/@babel/plugin-transform-block-scoped-functions": {
|
876
|
+
"version": "7.16.5",
|
877
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.5.tgz",
|
878
|
+
"integrity": "sha512-BxmIyKLjUGksJ99+hJyL/HIxLIGnLKtw772zYDER7UuycDZ+Xvzs98ZQw6NGgM2ss4/hlFAaGiZmMNKvValEjw==",
|
879
|
+
"dependencies": {
|
880
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
881
|
+
},
|
882
|
+
"engines": {
|
883
|
+
"node": ">=6.9.0"
|
884
|
+
},
|
885
|
+
"peerDependencies": {
|
886
|
+
"@babel/core": "^7.0.0-0"
|
887
|
+
}
|
888
|
+
},
|
889
|
+
"node_modules/@babel/plugin-transform-block-scoping": {
|
890
|
+
"version": "7.16.5",
|
891
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.5.tgz",
|
892
|
+
"integrity": "sha512-JxjSPNZSiOtmxjX7PBRBeRJTUKTyJ607YUYeT0QJCNdsedOe+/rXITjP08eG8xUpsLfPirgzdCFN+h0w6RI+pQ==",
|
893
|
+
"dependencies": {
|
894
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
895
|
+
},
|
896
|
+
"engines": {
|
897
|
+
"node": ">=6.9.0"
|
898
|
+
},
|
899
|
+
"peerDependencies": {
|
900
|
+
"@babel/core": "^7.0.0-0"
|
901
|
+
}
|
902
|
+
},
|
903
|
+
"node_modules/@babel/plugin-transform-classes": {
|
904
|
+
"version": "7.16.5",
|
905
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.5.tgz",
|
906
|
+
"integrity": "sha512-DzJ1vYf/7TaCYy57J3SJ9rV+JEuvmlnvvyvYKFbk5u46oQbBvuB9/0w+YsVsxkOv8zVWKpDmUoj4T5ILHoXevA==",
|
907
|
+
"dependencies": {
|
908
|
+
"@babel/helper-annotate-as-pure": "^7.16.0",
|
909
|
+
"@babel/helper-environment-visitor": "^7.16.5",
|
910
|
+
"@babel/helper-function-name": "^7.16.0",
|
911
|
+
"@babel/helper-optimise-call-expression": "^7.16.0",
|
912
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
913
|
+
"@babel/helper-replace-supers": "^7.16.5",
|
914
|
+
"@babel/helper-split-export-declaration": "^7.16.0",
|
915
|
+
"globals": "^11.1.0"
|
916
|
+
},
|
917
|
+
"engines": {
|
918
|
+
"node": ">=6.9.0"
|
919
|
+
},
|
920
|
+
"peerDependencies": {
|
921
|
+
"@babel/core": "^7.0.0-0"
|
922
|
+
}
|
923
|
+
},
|
924
|
+
"node_modules/@babel/plugin-transform-computed-properties": {
|
925
|
+
"version": "7.16.5",
|
926
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.5.tgz",
|
927
|
+
"integrity": "sha512-n1+O7xtU5lSLraRzX88CNcpl7vtGdPakKzww74bVwpAIRgz9JVLJJpOLb0uYqcOaXVM0TL6X0RVeIJGD2CnCkg==",
|
928
|
+
"dependencies": {
|
929
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
930
|
+
},
|
931
|
+
"engines": {
|
932
|
+
"node": ">=6.9.0"
|
933
|
+
},
|
934
|
+
"peerDependencies": {
|
935
|
+
"@babel/core": "^7.0.0-0"
|
936
|
+
}
|
937
|
+
},
|
938
|
+
"node_modules/@babel/plugin-transform-destructuring": {
|
939
|
+
"version": "7.16.5",
|
940
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.5.tgz",
|
941
|
+
"integrity": "sha512-GuRVAsjq+c9YPK6NeTkRLWyQskDC099XkBSVO+6QzbnOnH2d/4mBVXYStaPrZD3dFRfg00I6BFJ9Atsjfs8mlg==",
|
942
|
+
"dependencies": {
|
943
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
944
|
+
},
|
945
|
+
"engines": {
|
946
|
+
"node": ">=6.9.0"
|
947
|
+
},
|
948
|
+
"peerDependencies": {
|
949
|
+
"@babel/core": "^7.0.0-0"
|
950
|
+
}
|
951
|
+
},
|
952
|
+
"node_modules/@babel/plugin-transform-dotall-regex": {
|
953
|
+
"version": "7.16.5",
|
954
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.5.tgz",
|
955
|
+
"integrity": "sha512-iQiEMt8Q4/5aRGHpGVK2Zc7a6mx7qEAO7qehgSug3SDImnuMzgmm/wtJALXaz25zUj1PmnNHtShjFgk4PDx4nw==",
|
956
|
+
"dependencies": {
|
957
|
+
"@babel/helper-create-regexp-features-plugin": "^7.16.0",
|
958
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
959
|
+
},
|
960
|
+
"engines": {
|
961
|
+
"node": ">=6.9.0"
|
962
|
+
},
|
963
|
+
"peerDependencies": {
|
964
|
+
"@babel/core": "^7.0.0-0"
|
965
|
+
}
|
966
|
+
},
|
967
|
+
"node_modules/@babel/plugin-transform-duplicate-keys": {
|
968
|
+
"version": "7.16.5",
|
969
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.5.tgz",
|
970
|
+
"integrity": "sha512-81tijpDg2a6I1Yhj4aWY1l3O1J4Cg/Pd7LfvuaH2VVInAkXtzibz9+zSPdUM1WvuUi128ksstAP0hM5w48vQgg==",
|
971
|
+
"dependencies": {
|
972
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
973
|
+
},
|
974
|
+
"engines": {
|
975
|
+
"node": ">=6.9.0"
|
976
|
+
},
|
977
|
+
"peerDependencies": {
|
978
|
+
"@babel/core": "^7.0.0-0"
|
979
|
+
}
|
980
|
+
},
|
981
|
+
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
982
|
+
"version": "7.16.5",
|
983
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.5.tgz",
|
984
|
+
"integrity": "sha512-12rba2HwemQPa7BLIKCzm1pT2/RuQHtSFHdNl41cFiC6oi4tcrp7gjB07pxQvFpcADojQywSjblQth6gJyE6CA==",
|
985
|
+
"dependencies": {
|
986
|
+
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.5",
|
987
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
988
|
+
},
|
989
|
+
"engines": {
|
990
|
+
"node": ">=6.9.0"
|
991
|
+
},
|
992
|
+
"peerDependencies": {
|
993
|
+
"@babel/core": "^7.0.0-0"
|
994
|
+
}
|
995
|
+
},
|
996
|
+
"node_modules/@babel/plugin-transform-for-of": {
|
997
|
+
"version": "7.16.5",
|
998
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.5.tgz",
|
999
|
+
"integrity": "sha512-+DpCAJFPAvViR17PIMi9x2AE34dll5wNlXO43wagAX2YcRGgEVHCNFC4azG85b4YyyFarvkc/iD5NPrz4Oneqw==",
|
1000
|
+
"dependencies": {
|
1001
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
1002
|
+
},
|
1003
|
+
"engines": {
|
1004
|
+
"node": ">=6.9.0"
|
1005
|
+
},
|
1006
|
+
"peerDependencies": {
|
1007
|
+
"@babel/core": "^7.0.0-0"
|
1008
|
+
}
|
1009
|
+
},
|
1010
|
+
"node_modules/@babel/plugin-transform-function-name": {
|
1011
|
+
"version": "7.16.5",
|
1012
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.5.tgz",
|
1013
|
+
"integrity": "sha512-Fuec/KPSpVLbGo6z1RPw4EE1X+z9gZk1uQmnYy7v4xr4TO9p41v1AoUuXEtyqAI7H+xNJYSICzRqZBhDEkd3kQ==",
|
1014
|
+
"dependencies": {
|
1015
|
+
"@babel/helper-function-name": "^7.16.0",
|
1016
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
1017
|
+
},
|
1018
|
+
"engines": {
|
1019
|
+
"node": ">=6.9.0"
|
1020
|
+
},
|
1021
|
+
"peerDependencies": {
|
1022
|
+
"@babel/core": "^7.0.0-0"
|
1023
|
+
}
|
1024
|
+
},
|
1025
|
+
"node_modules/@babel/plugin-transform-literals": {
|
1026
|
+
"version": "7.16.5",
|
1027
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.5.tgz",
|
1028
|
+
"integrity": "sha512-B1j9C/IfvshnPcklsc93AVLTrNVa69iSqztylZH6qnmiAsDDOmmjEYqOm3Ts2lGSgTSywnBNiqC949VdD0/gfw==",
|
1029
|
+
"dependencies": {
|
1030
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
1031
|
+
},
|
1032
|
+
"engines": {
|
1033
|
+
"node": ">=6.9.0"
|
1034
|
+
},
|
1035
|
+
"peerDependencies": {
|
1036
|
+
"@babel/core": "^7.0.0-0"
|
1037
|
+
}
|
1038
|
+
},
|
1039
|
+
"node_modules/@babel/plugin-transform-member-expression-literals": {
|
1040
|
+
"version": "7.16.5",
|
1041
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.5.tgz",
|
1042
|
+
"integrity": "sha512-d57i3vPHWgIde/9Y8W/xSFUndhvhZN5Wu2TjRrN1MVz5KzdUihKnfDVlfP1U7mS5DNj/WHHhaE4/tTi4hIyHwQ==",
|
1043
|
+
"dependencies": {
|
1044
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
1045
|
+
},
|
1046
|
+
"engines": {
|
1047
|
+
"node": ">=6.9.0"
|
1048
|
+
},
|
1049
|
+
"peerDependencies": {
|
1050
|
+
"@babel/core": "^7.0.0-0"
|
1051
|
+
}
|
1052
|
+
},
|
1053
|
+
"node_modules/@babel/plugin-transform-modules-amd": {
|
1054
|
+
"version": "7.16.5",
|
1055
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.5.tgz",
|
1056
|
+
"integrity": "sha512-oHI15S/hdJuSCfnwIz+4lm6wu/wBn7oJ8+QrkzPPwSFGXk8kgdI/AIKcbR/XnD1nQVMg/i6eNaXpszbGuwYDRQ==",
|
1057
|
+
"dependencies": {
|
1058
|
+
"@babel/helper-module-transforms": "^7.16.5",
|
1059
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
1060
|
+
"babel-plugin-dynamic-import-node": "^2.3.3"
|
1061
|
+
},
|
1062
|
+
"engines": {
|
1063
|
+
"node": ">=6.9.0"
|
1064
|
+
},
|
1065
|
+
"peerDependencies": {
|
1066
|
+
"@babel/core": "^7.0.0-0"
|
1067
|
+
}
|
1068
|
+
},
|
1069
|
+
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
1070
|
+
"version": "7.16.5",
|
1071
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.5.tgz",
|
1072
|
+
"integrity": "sha512-ABhUkxvoQyqhCWyb8xXtfwqNMJD7tx+irIRnUh6lmyFud7Jln1WzONXKlax1fg/ey178EXbs4bSGNd6PngO+SQ==",
|
1073
|
+
"dependencies": {
|
1074
|
+
"@babel/helper-module-transforms": "^7.16.5",
|
1075
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
1076
|
+
"@babel/helper-simple-access": "^7.16.0",
|
1077
|
+
"babel-plugin-dynamic-import-node": "^2.3.3"
|
1078
|
+
},
|
1079
|
+
"engines": {
|
1080
|
+
"node": ">=6.9.0"
|
1081
|
+
},
|
1082
|
+
"peerDependencies": {
|
1083
|
+
"@babel/core": "^7.0.0-0"
|
1084
|
+
}
|
1085
|
+
},
|
1086
|
+
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
1087
|
+
"version": "7.16.5",
|
1088
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.5.tgz",
|
1089
|
+
"integrity": "sha512-53gmLdScNN28XpjEVIm7LbWnD/b/TpbwKbLk6KV4KqC9WyU6rq1jnNmVG6UgAdQZVVGZVoik3DqHNxk4/EvrjA==",
|
1090
|
+
"dependencies": {
|
1091
|
+
"@babel/helper-hoist-variables": "^7.16.0",
|
1092
|
+
"@babel/helper-module-transforms": "^7.16.5",
|
1093
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
1094
|
+
"@babel/helper-validator-identifier": "^7.15.7",
|
1095
|
+
"babel-plugin-dynamic-import-node": "^2.3.3"
|
1096
|
+
},
|
1097
|
+
"engines": {
|
1098
|
+
"node": ">=6.9.0"
|
1099
|
+
},
|
1100
|
+
"peerDependencies": {
|
1101
|
+
"@babel/core": "^7.0.0-0"
|
1102
|
+
}
|
1103
|
+
},
|
1104
|
+
"node_modules/@babel/plugin-transform-modules-umd": {
|
1105
|
+
"version": "7.16.5",
|
1106
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.5.tgz",
|
1107
|
+
"integrity": "sha512-qTFnpxHMoenNHkS3VoWRdwrcJ3FhX567GvDA3hRZKF0Dj8Fmg0UzySZp3AP2mShl/bzcywb/UWAMQIjA1bhXvw==",
|
1108
|
+
"dependencies": {
|
1109
|
+
"@babel/helper-module-transforms": "^7.16.5",
|
1110
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
1111
|
+
},
|
1112
|
+
"engines": {
|
1113
|
+
"node": ">=6.9.0"
|
1114
|
+
},
|
1115
|
+
"peerDependencies": {
|
1116
|
+
"@babel/core": "^7.0.0-0"
|
1117
|
+
}
|
1118
|
+
},
|
1119
|
+
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
1120
|
+
"version": "7.16.5",
|
1121
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.5.tgz",
|
1122
|
+
"integrity": "sha512-/wqGDgvFUeKELW6ex6QB7dLVRkd5ehjw34tpXu1nhKC0sFfmaLabIswnpf8JgDyV2NeDmZiwoOb0rAmxciNfjA==",
|
1123
|
+
"dependencies": {
|
1124
|
+
"@babel/helper-create-regexp-features-plugin": "^7.16.0"
|
1125
|
+
},
|
1126
|
+
"engines": {
|
1127
|
+
"node": ">=6.9.0"
|
1128
|
+
},
|
1129
|
+
"peerDependencies": {
|
1130
|
+
"@babel/core": "^7.0.0"
|
1131
|
+
}
|
1132
|
+
},
|
1133
|
+
"node_modules/@babel/plugin-transform-new-target": {
|
1134
|
+
"version": "7.16.5",
|
1135
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.5.tgz",
|
1136
|
+
"integrity": "sha512-ZaIrnXF08ZC8jnKR4/5g7YakGVL6go6V9ql6Jl3ecO8PQaQqFE74CuM384kezju7Z9nGCCA20BqZaR1tJ/WvHg==",
|
1137
|
+
"dependencies": {
|
1138
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
1139
|
+
},
|
1140
|
+
"engines": {
|
1141
|
+
"node": ">=6.9.0"
|
1142
|
+
},
|
1143
|
+
"peerDependencies": {
|
1144
|
+
"@babel/core": "^7.0.0-0"
|
1145
|
+
}
|
1146
|
+
},
|
1147
|
+
"node_modules/@babel/plugin-transform-object-super": {
|
1148
|
+
"version": "7.16.5",
|
1149
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.5.tgz",
|
1150
|
+
"integrity": "sha512-tded+yZEXuxt9Jdtkc1RraW1zMF/GalVxaVVxh41IYwirdRgyAxxxCKZ9XB7LxZqmsjfjALxupNE1MIz9KH+Zg==",
|
1151
|
+
"dependencies": {
|
1152
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
1153
|
+
"@babel/helper-replace-supers": "^7.16.5"
|
1154
|
+
},
|
1155
|
+
"engines": {
|
1156
|
+
"node": ">=6.9.0"
|
1157
|
+
},
|
1158
|
+
"peerDependencies": {
|
1159
|
+
"@babel/core": "^7.0.0-0"
|
1160
|
+
}
|
1161
|
+
},
|
1162
|
+
"node_modules/@babel/plugin-transform-parameters": {
|
1163
|
+
"version": "7.16.5",
|
1164
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.5.tgz",
|
1165
|
+
"integrity": "sha512-B3O6AL5oPop1jAVg8CV+haeUte9oFuY85zu0jwnRNZZi3tVAbJriu5tag/oaO2kGaQM/7q7aGPBlTI5/sr9enA==",
|
1166
|
+
"dependencies": {
|
1167
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
1168
|
+
},
|
1169
|
+
"engines": {
|
1170
|
+
"node": ">=6.9.0"
|
1171
|
+
},
|
1172
|
+
"peerDependencies": {
|
1173
|
+
"@babel/core": "^7.0.0-0"
|
1174
|
+
}
|
1175
|
+
},
|
1176
|
+
"node_modules/@babel/plugin-transform-property-literals": {
|
1177
|
+
"version": "7.16.5",
|
1178
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.5.tgz",
|
1179
|
+
"integrity": "sha512-+IRcVW71VdF9pEH/2R/Apab4a19LVvdVsr/gEeotH00vSDVlKD+XgfSIw+cgGWsjDB/ziqGv/pGoQZBIiQVXHg==",
|
1180
|
+
"dependencies": {
|
1181
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
1182
|
+
},
|
1183
|
+
"engines": {
|
1184
|
+
"node": ">=6.9.0"
|
1185
|
+
},
|
1186
|
+
"peerDependencies": {
|
1187
|
+
"@babel/core": "^7.0.0-0"
|
1188
|
+
}
|
1189
|
+
},
|
1190
|
+
"node_modules/@babel/plugin-transform-regenerator": {
|
1191
|
+
"version": "7.16.5",
|
1192
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.5.tgz",
|
1193
|
+
"integrity": "sha512-2z+it2eVWU8TtQQRauvGUqZwLy4+7rTfo6wO4npr+fvvN1SW30ZF3O/ZRCNmTuu4F5MIP8OJhXAhRV5QMJOuYg==",
|
1194
|
+
"dependencies": {
|
1195
|
+
"regenerator-transform": "^0.14.2"
|
1196
|
+
},
|
1197
|
+
"engines": {
|
1198
|
+
"node": ">=6.9.0"
|
1199
|
+
},
|
1200
|
+
"peerDependencies": {
|
1201
|
+
"@babel/core": "^7.0.0-0"
|
1202
|
+
}
|
1203
|
+
},
|
1204
|
+
"node_modules/@babel/plugin-transform-reserved-words": {
|
1205
|
+
"version": "7.16.5",
|
1206
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.5.tgz",
|
1207
|
+
"integrity": "sha512-aIB16u8lNcf7drkhXJRoggOxSTUAuihTSTfAcpynowGJOZiGf+Yvi7RuTwFzVYSYPmWyARsPqUGoZWWWxLiknw==",
|
1208
|
+
"dependencies": {
|
1209
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
1210
|
+
},
|
1211
|
+
"engines": {
|
1212
|
+
"node": ">=6.9.0"
|
1213
|
+
},
|
1214
|
+
"peerDependencies": {
|
1215
|
+
"@babel/core": "^7.0.0-0"
|
1216
|
+
}
|
1217
|
+
},
|
1218
|
+
"node_modules/@babel/plugin-transform-runtime": {
|
1219
|
+
"version": "7.16.5",
|
1220
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.5.tgz",
|
1221
|
+
"integrity": "sha512-gxpfS8XQWDbQ8oP5NcmpXxtEgCJkbO+W9VhZlOhr0xPyVaRjAQPOv7ZDj9fg0d5s9+NiVvMCE6gbkEkcsxwGRw==",
|
1222
|
+
"dependencies": {
|
1223
|
+
"@babel/helper-module-imports": "^7.16.0",
|
1224
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
1225
|
+
"babel-plugin-polyfill-corejs2": "^0.3.0",
|
1226
|
+
"babel-plugin-polyfill-corejs3": "^0.4.0",
|
1227
|
+
"babel-plugin-polyfill-regenerator": "^0.3.0",
|
1228
|
+
"semver": "^6.3.0"
|
1229
|
+
},
|
1230
|
+
"engines": {
|
1231
|
+
"node": ">=6.9.0"
|
1232
|
+
},
|
1233
|
+
"peerDependencies": {
|
1234
|
+
"@babel/core": "^7.0.0-0"
|
1235
|
+
}
|
1236
|
+
},
|
1237
|
+
"node_modules/@babel/plugin-transform-shorthand-properties": {
|
1238
|
+
"version": "7.16.5",
|
1239
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.5.tgz",
|
1240
|
+
"integrity": "sha512-ZbuWVcY+MAXJuuW7qDoCwoxDUNClfZxoo7/4swVbOW1s/qYLOMHlm9YRWMsxMFuLs44eXsv4op1vAaBaBaDMVg==",
|
1241
|
+
"dependencies": {
|
1242
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
1243
|
+
},
|
1244
|
+
"engines": {
|
1245
|
+
"node": ">=6.9.0"
|
1246
|
+
},
|
1247
|
+
"peerDependencies": {
|
1248
|
+
"@babel/core": "^7.0.0-0"
|
1249
|
+
}
|
1250
|
+
},
|
1251
|
+
"node_modules/@babel/plugin-transform-spread": {
|
1252
|
+
"version": "7.16.5",
|
1253
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.5.tgz",
|
1254
|
+
"integrity": "sha512-5d6l/cnG7Lw4tGHEoga4xSkYp1euP7LAtrah1h1PgJ3JY7yNsjybsxQAnVK4JbtReZ/8z6ASVmd3QhYYKLaKZw==",
|
1255
|
+
"dependencies": {
|
1256
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
1257
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.16.0"
|
1258
|
+
},
|
1259
|
+
"engines": {
|
1260
|
+
"node": ">=6.9.0"
|
1261
|
+
},
|
1262
|
+
"peerDependencies": {
|
1263
|
+
"@babel/core": "^7.0.0-0"
|
1264
|
+
}
|
1265
|
+
},
|
1266
|
+
"node_modules/@babel/plugin-transform-sticky-regex": {
|
1267
|
+
"version": "7.16.5",
|
1268
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.5.tgz",
|
1269
|
+
"integrity": "sha512-usYsuO1ID2LXxzuUxifgWtJemP7wL2uZtyrTVM4PKqsmJycdS4U4mGovL5xXkfUheds10Dd2PjoQLXw6zCsCbg==",
|
1270
|
+
"dependencies": {
|
1271
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
1272
|
+
},
|
1273
|
+
"engines": {
|
1274
|
+
"node": ">=6.9.0"
|
1275
|
+
},
|
1276
|
+
"peerDependencies": {
|
1277
|
+
"@babel/core": "^7.0.0-0"
|
1278
|
+
}
|
1279
|
+
},
|
1280
|
+
"node_modules/@babel/plugin-transform-template-literals": {
|
1281
|
+
"version": "7.16.5",
|
1282
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.5.tgz",
|
1283
|
+
"integrity": "sha512-gnyKy9RyFhkovex4BjKWL3BVYzUDG6zC0gba7VMLbQoDuqMfJ1SDXs8k/XK41Mmt1Hyp4qNAvGFb9hKzdCqBRQ==",
|
1284
|
+
"dependencies": {
|
1285
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
1286
|
+
},
|
1287
|
+
"engines": {
|
1288
|
+
"node": ">=6.9.0"
|
1289
|
+
},
|
1290
|
+
"peerDependencies": {
|
1291
|
+
"@babel/core": "^7.0.0-0"
|
1292
|
+
}
|
1293
|
+
},
|
1294
|
+
"node_modules/@babel/plugin-transform-typeof-symbol": {
|
1295
|
+
"version": "7.16.5",
|
1296
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.5.tgz",
|
1297
|
+
"integrity": "sha512-ldxCkW180qbrvyCVDzAUZqB0TAeF8W/vGJoRcaf75awm6By+PxfJKvuqVAnq8N9wz5Xa6mSpM19OfVKKVmGHSQ==",
|
1298
|
+
"dependencies": {
|
1299
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
1300
|
+
},
|
1301
|
+
"engines": {
|
1302
|
+
"node": ">=6.9.0"
|
1303
|
+
},
|
1304
|
+
"peerDependencies": {
|
1305
|
+
"@babel/core": "^7.0.0-0"
|
1306
|
+
}
|
1307
|
+
},
|
1308
|
+
"node_modules/@babel/plugin-transform-unicode-escapes": {
|
1309
|
+
"version": "7.16.5",
|
1310
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.5.tgz",
|
1311
|
+
"integrity": "sha512-shiCBHTIIChGLdyojsKQjoAyB8MBwat25lKM7MJjbe1hE0bgIppD+LX9afr41lLHOhqceqeWl4FkLp+Bgn9o1Q==",
|
1312
|
+
"dependencies": {
|
1313
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
1314
|
+
},
|
1315
|
+
"engines": {
|
1316
|
+
"node": ">=6.9.0"
|
1317
|
+
},
|
1318
|
+
"peerDependencies": {
|
1319
|
+
"@babel/core": "^7.0.0-0"
|
1320
|
+
}
|
1321
|
+
},
|
1322
|
+
"node_modules/@babel/plugin-transform-unicode-regex": {
|
1323
|
+
"version": "7.16.5",
|
1324
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.5.tgz",
|
1325
|
+
"integrity": "sha512-GTJ4IW012tiPEMMubd7sD07iU9O/LOo8Q/oU4xNhcaq0Xn8+6TcUQaHtC8YxySo1T+ErQ8RaWogIEeFhKGNPzw==",
|
1326
|
+
"dependencies": {
|
1327
|
+
"@babel/helper-create-regexp-features-plugin": "^7.16.0",
|
1328
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
1329
|
+
},
|
1330
|
+
"engines": {
|
1331
|
+
"node": ">=6.9.0"
|
1332
|
+
},
|
1333
|
+
"peerDependencies": {
|
1334
|
+
"@babel/core": "^7.0.0-0"
|
1335
|
+
}
|
1336
|
+
},
|
1337
|
+
"node_modules/@babel/preset-env": {
|
1338
|
+
"version": "7.16.5",
|
1339
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.5.tgz",
|
1340
|
+
"integrity": "sha512-MiJJW5pwsktG61NDxpZ4oJ1CKxM1ncam9bzRtx9g40/WkLRkxFP6mhpkYV0/DxcciqoiHicx291+eUQrXb/SfQ==",
|
1341
|
+
"dependencies": {
|
1342
|
+
"@babel/compat-data": "^7.16.4",
|
1343
|
+
"@babel/helper-compilation-targets": "^7.16.3",
|
1344
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
1345
|
+
"@babel/helper-validator-option": "^7.14.5",
|
1346
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.2",
|
1347
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.0",
|
1348
|
+
"@babel/plugin-proposal-async-generator-functions": "^7.16.5",
|
1349
|
+
"@babel/plugin-proposal-class-properties": "^7.16.5",
|
1350
|
+
"@babel/plugin-proposal-class-static-block": "^7.16.5",
|
1351
|
+
"@babel/plugin-proposal-dynamic-import": "^7.16.5",
|
1352
|
+
"@babel/plugin-proposal-export-namespace-from": "^7.16.5",
|
1353
|
+
"@babel/plugin-proposal-json-strings": "^7.16.5",
|
1354
|
+
"@babel/plugin-proposal-logical-assignment-operators": "^7.16.5",
|
1355
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5",
|
1356
|
+
"@babel/plugin-proposal-numeric-separator": "^7.16.5",
|
1357
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.16.5",
|
1358
|
+
"@babel/plugin-proposal-optional-catch-binding": "^7.16.5",
|
1359
|
+
"@babel/plugin-proposal-optional-chaining": "^7.16.5",
|
1360
|
+
"@babel/plugin-proposal-private-methods": "^7.16.5",
|
1361
|
+
"@babel/plugin-proposal-private-property-in-object": "^7.16.5",
|
1362
|
+
"@babel/plugin-proposal-unicode-property-regex": "^7.16.5",
|
1363
|
+
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
1364
|
+
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
1365
|
+
"@babel/plugin-syntax-class-static-block": "^7.14.5",
|
1366
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
1367
|
+
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
|
1368
|
+
"@babel/plugin-syntax-json-strings": "^7.8.3",
|
1369
|
+
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
|
1370
|
+
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
|
1371
|
+
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
|
1372
|
+
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
1373
|
+
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
|
1374
|
+
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
1375
|
+
"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
|
1376
|
+
"@babel/plugin-syntax-top-level-await": "^7.14.5",
|
1377
|
+
"@babel/plugin-transform-arrow-functions": "^7.16.5",
|
1378
|
+
"@babel/plugin-transform-async-to-generator": "^7.16.5",
|
1379
|
+
"@babel/plugin-transform-block-scoped-functions": "^7.16.5",
|
1380
|
+
"@babel/plugin-transform-block-scoping": "^7.16.5",
|
1381
|
+
"@babel/plugin-transform-classes": "^7.16.5",
|
1382
|
+
"@babel/plugin-transform-computed-properties": "^7.16.5",
|
1383
|
+
"@babel/plugin-transform-destructuring": "^7.16.5",
|
1384
|
+
"@babel/plugin-transform-dotall-regex": "^7.16.5",
|
1385
|
+
"@babel/plugin-transform-duplicate-keys": "^7.16.5",
|
1386
|
+
"@babel/plugin-transform-exponentiation-operator": "^7.16.5",
|
1387
|
+
"@babel/plugin-transform-for-of": "^7.16.5",
|
1388
|
+
"@babel/plugin-transform-function-name": "^7.16.5",
|
1389
|
+
"@babel/plugin-transform-literals": "^7.16.5",
|
1390
|
+
"@babel/plugin-transform-member-expression-literals": "^7.16.5",
|
1391
|
+
"@babel/plugin-transform-modules-amd": "^7.16.5",
|
1392
|
+
"@babel/plugin-transform-modules-commonjs": "^7.16.5",
|
1393
|
+
"@babel/plugin-transform-modules-systemjs": "^7.16.5",
|
1394
|
+
"@babel/plugin-transform-modules-umd": "^7.16.5",
|
1395
|
+
"@babel/plugin-transform-named-capturing-groups-regex": "^7.16.5",
|
1396
|
+
"@babel/plugin-transform-new-target": "^7.16.5",
|
1397
|
+
"@babel/plugin-transform-object-super": "^7.16.5",
|
1398
|
+
"@babel/plugin-transform-parameters": "^7.16.5",
|
1399
|
+
"@babel/plugin-transform-property-literals": "^7.16.5",
|
1400
|
+
"@babel/plugin-transform-regenerator": "^7.16.5",
|
1401
|
+
"@babel/plugin-transform-reserved-words": "^7.16.5",
|
1402
|
+
"@babel/plugin-transform-shorthand-properties": "^7.16.5",
|
1403
|
+
"@babel/plugin-transform-spread": "^7.16.5",
|
1404
|
+
"@babel/plugin-transform-sticky-regex": "^7.16.5",
|
1405
|
+
"@babel/plugin-transform-template-literals": "^7.16.5",
|
1406
|
+
"@babel/plugin-transform-typeof-symbol": "^7.16.5",
|
1407
|
+
"@babel/plugin-transform-unicode-escapes": "^7.16.5",
|
1408
|
+
"@babel/plugin-transform-unicode-regex": "^7.16.5",
|
1409
|
+
"@babel/preset-modules": "^0.1.5",
|
1410
|
+
"@babel/types": "^7.16.0",
|
1411
|
+
"babel-plugin-polyfill-corejs2": "^0.3.0",
|
1412
|
+
"babel-plugin-polyfill-corejs3": "^0.4.0",
|
1413
|
+
"babel-plugin-polyfill-regenerator": "^0.3.0",
|
1414
|
+
"core-js-compat": "^3.19.1",
|
1415
|
+
"semver": "^6.3.0"
|
1416
|
+
},
|
1417
|
+
"engines": {
|
1418
|
+
"node": ">=6.9.0"
|
1419
|
+
},
|
1420
|
+
"peerDependencies": {
|
1421
|
+
"@babel/core": "^7.0.0-0"
|
1422
|
+
}
|
1423
|
+
},
|
1424
|
+
"node_modules/@babel/preset-modules": {
|
1425
|
+
"version": "0.1.5",
|
1426
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
|
1427
|
+
"integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
|
1428
|
+
"dependencies": {
|
1429
|
+
"@babel/helper-plugin-utils": "^7.0.0",
|
1430
|
+
"@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
|
1431
|
+
"@babel/plugin-transform-dotall-regex": "^7.4.4",
|
1432
|
+
"@babel/types": "^7.4.4",
|
1433
|
+
"esutils": "^2.0.2"
|
1434
|
+
},
|
1435
|
+
"peerDependencies": {
|
1436
|
+
"@babel/core": "^7.0.0-0"
|
1437
|
+
}
|
1438
|
+
},
|
1439
|
+
"node_modules/@babel/runtime": {
|
1440
|
+
"version": "7.16.5",
|
1441
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.5.tgz",
|
1442
|
+
"integrity": "sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA==",
|
1443
|
+
"dependencies": {
|
1444
|
+
"regenerator-runtime": "^0.13.4"
|
1445
|
+
},
|
1446
|
+
"engines": {
|
1447
|
+
"node": ">=6.9.0"
|
1448
|
+
}
|
1449
|
+
},
|
1450
|
+
"node_modules/@babel/template": {
|
1451
|
+
"version": "7.16.0",
|
1452
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.0.tgz",
|
1453
|
+
"integrity": "sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==",
|
1454
|
+
"dependencies": {
|
1455
|
+
"@babel/code-frame": "^7.16.0",
|
1456
|
+
"@babel/parser": "^7.16.0",
|
1457
|
+
"@babel/types": "^7.16.0"
|
1458
|
+
},
|
1459
|
+
"engines": {
|
1460
|
+
"node": ">=6.9.0"
|
1461
|
+
}
|
1462
|
+
},
|
1463
|
+
"node_modules/@babel/traverse": {
|
1464
|
+
"version": "7.16.5",
|
1465
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.5.tgz",
|
1466
|
+
"integrity": "sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ==",
|
1467
|
+
"dependencies": {
|
1468
|
+
"@babel/code-frame": "^7.16.0",
|
1469
|
+
"@babel/generator": "^7.16.5",
|
1470
|
+
"@babel/helper-environment-visitor": "^7.16.5",
|
1471
|
+
"@babel/helper-function-name": "^7.16.0",
|
1472
|
+
"@babel/helper-hoist-variables": "^7.16.0",
|
1473
|
+
"@babel/helper-split-export-declaration": "^7.16.0",
|
1474
|
+
"@babel/parser": "^7.16.5",
|
1475
|
+
"@babel/types": "^7.16.0",
|
1476
|
+
"debug": "^4.1.0",
|
1477
|
+
"globals": "^11.1.0"
|
1478
|
+
},
|
1479
|
+
"engines": {
|
1480
|
+
"node": ">=6.9.0"
|
1481
|
+
}
|
1482
|
+
},
|
1483
|
+
"node_modules/@babel/types": {
|
1484
|
+
"version": "7.16.0",
|
1485
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz",
|
1486
|
+
"integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==",
|
1487
|
+
"dependencies": {
|
1488
|
+
"@babel/helper-validator-identifier": "^7.15.7",
|
1489
|
+
"to-fast-properties": "^2.0.0"
|
1490
|
+
},
|
1491
|
+
"engines": {
|
1492
|
+
"node": ">=6.9.0"
|
1493
|
+
}
|
1494
|
+
},
|
1495
|
+
"node_modules/@rollup/plugin-babel": {
|
1496
|
+
"version": "5.3.0",
|
1497
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.0.tgz",
|
1498
|
+
"integrity": "sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==",
|
1499
|
+
"dependencies": {
|
1500
|
+
"@babel/helper-module-imports": "^7.10.4",
|
1501
|
+
"@rollup/pluginutils": "^3.1.0"
|
1502
|
+
},
|
1503
|
+
"engines": {
|
1504
|
+
"node": ">= 10.0.0"
|
1505
|
+
},
|
1506
|
+
"peerDependencies": {
|
1507
|
+
"@babel/core": "^7.0.0",
|
1508
|
+
"@types/babel__core": "^7.1.9",
|
1509
|
+
"rollup": "^1.20.0||^2.0.0"
|
1510
|
+
},
|
1511
|
+
"peerDependenciesMeta": {
|
1512
|
+
"@types/babel__core": {
|
1513
|
+
"optional": true
|
1514
|
+
}
|
1515
|
+
}
|
1516
|
+
},
|
1517
|
+
"node_modules/@rollup/plugin-commonjs": {
|
1518
|
+
"version": "21.0.1",
|
1519
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.1.tgz",
|
1520
|
+
"integrity": "sha512-EA+g22lbNJ8p5kuZJUYyhhDK7WgJckW5g4pNN7n4mAFUM96VuwUnNT3xr2Db2iCZPI1pJPbGyfT5mS9T1dHfMg==",
|
1521
|
+
"dependencies": {
|
1522
|
+
"@rollup/pluginutils": "^3.1.0",
|
1523
|
+
"commondir": "^1.0.1",
|
1524
|
+
"estree-walker": "^2.0.1",
|
1525
|
+
"glob": "^7.1.6",
|
1526
|
+
"is-reference": "^1.2.1",
|
1527
|
+
"magic-string": "^0.25.7",
|
1528
|
+
"resolve": "^1.17.0"
|
1529
|
+
},
|
1530
|
+
"engines": {
|
1531
|
+
"node": ">= 8.0.0"
|
1532
|
+
},
|
1533
|
+
"peerDependencies": {
|
1534
|
+
"rollup": "^2.38.3"
|
1535
|
+
}
|
1536
|
+
},
|
1537
|
+
"node_modules/@rollup/plugin-commonjs/node_modules/estree-walker": {
|
1538
|
+
"version": "2.0.2",
|
1539
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
1540
|
+
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
1541
|
+
},
|
1542
|
+
"node_modules/@rollup/plugin-node-resolve": {
|
1543
|
+
"version": "13.1.1",
|
1544
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.1.1.tgz",
|
1545
|
+
"integrity": "sha512-6QKtRevXLrmEig9UiMYt2fSvee9TyltGRfw+qSs6xjUnxwjOzTOqy+/Lpxsgjb8mJn1EQNbCDAvt89O4uzL5kw==",
|
1546
|
+
"dependencies": {
|
1547
|
+
"@rollup/pluginutils": "^3.1.0",
|
1548
|
+
"@types/resolve": "1.17.1",
|
1549
|
+
"builtin-modules": "^3.1.0",
|
1550
|
+
"deepmerge": "^4.2.2",
|
1551
|
+
"is-module": "^1.0.0",
|
1552
|
+
"resolve": "^1.19.0"
|
1553
|
+
},
|
1554
|
+
"engines": {
|
1555
|
+
"node": ">= 10.0.0"
|
1556
|
+
},
|
1557
|
+
"peerDependencies": {
|
1558
|
+
"rollup": "^2.42.0"
|
1559
|
+
}
|
1560
|
+
},
|
1561
|
+
"node_modules/@rollup/pluginutils": {
|
1562
|
+
"version": "3.1.0",
|
1563
|
+
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
|
1564
|
+
"integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
|
1565
|
+
"dependencies": {
|
1566
|
+
"@types/estree": "0.0.39",
|
1567
|
+
"estree-walker": "^1.0.1",
|
1568
|
+
"picomatch": "^2.2.2"
|
1569
|
+
},
|
1570
|
+
"engines": {
|
1571
|
+
"node": ">= 8.0.0"
|
1572
|
+
},
|
1573
|
+
"peerDependencies": {
|
1574
|
+
"rollup": "^1.20.0||^2.0.0"
|
1575
|
+
}
|
1576
|
+
},
|
1577
|
+
"node_modules/@types/estree": {
|
1578
|
+
"version": "0.0.39",
|
1579
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
|
1580
|
+
"integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
|
1581
|
+
},
|
1582
|
+
"node_modules/@types/node": {
|
1583
|
+
"version": "16.11.13",
|
1584
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.13.tgz",
|
1585
|
+
"integrity": "sha512-eUXZzHLHoZqj1frtUetNkUetYoJ6X55UmrVnFD4DMhVeAmwLjniZhtBmsRiemQh4uq4G3vUra/Ws/hs9vEvL3Q=="
|
1586
|
+
},
|
1587
|
+
"node_modules/@types/resolve": {
|
1588
|
+
"version": "1.17.1",
|
1589
|
+
"resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
|
1590
|
+
"integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
|
1591
|
+
"dependencies": {
|
1592
|
+
"@types/node": "*"
|
1593
|
+
}
|
1594
|
+
},
|
1595
|
+
"node_modules/ansi-styles": {
|
1596
|
+
"version": "3.2.1",
|
1597
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
1598
|
+
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
1599
|
+
"dependencies": {
|
1600
|
+
"color-convert": "^1.9.0"
|
1601
|
+
},
|
1602
|
+
"engines": {
|
1603
|
+
"node": ">=4"
|
1604
|
+
}
|
1605
|
+
},
|
1606
|
+
"node_modules/babel-plugin-dynamic-import-node": {
|
1607
|
+
"version": "2.3.3",
|
1608
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
|
1609
|
+
"integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
|
1610
|
+
"dependencies": {
|
1611
|
+
"object.assign": "^4.1.0"
|
1612
|
+
}
|
1613
|
+
},
|
1614
|
+
"node_modules/babel-plugin-polyfill-corejs2": {
|
1615
|
+
"version": "0.3.0",
|
1616
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz",
|
1617
|
+
"integrity": "sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==",
|
1618
|
+
"dependencies": {
|
1619
|
+
"@babel/compat-data": "^7.13.11",
|
1620
|
+
"@babel/helper-define-polyfill-provider": "^0.3.0",
|
1621
|
+
"semver": "^6.1.1"
|
1622
|
+
},
|
1623
|
+
"peerDependencies": {
|
1624
|
+
"@babel/core": "^7.0.0-0"
|
1625
|
+
}
|
1626
|
+
},
|
1627
|
+
"node_modules/babel-plugin-polyfill-corejs3": {
|
1628
|
+
"version": "0.4.0",
|
1629
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz",
|
1630
|
+
"integrity": "sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==",
|
1631
|
+
"dependencies": {
|
1632
|
+
"@babel/helper-define-polyfill-provider": "^0.3.0",
|
1633
|
+
"core-js-compat": "^3.18.0"
|
1634
|
+
},
|
1635
|
+
"peerDependencies": {
|
1636
|
+
"@babel/core": "^7.0.0-0"
|
1637
|
+
}
|
1638
|
+
},
|
1639
|
+
"node_modules/babel-plugin-polyfill-regenerator": {
|
1640
|
+
"version": "0.3.0",
|
1641
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz",
|
1642
|
+
"integrity": "sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==",
|
1643
|
+
"dependencies": {
|
1644
|
+
"@babel/helper-define-polyfill-provider": "^0.3.0"
|
1645
|
+
},
|
1646
|
+
"peerDependencies": {
|
1647
|
+
"@babel/core": "^7.0.0-0"
|
1648
|
+
}
|
1649
|
+
},
|
1650
|
+
"node_modules/babel-plugin-transform-runtime": {
|
1651
|
+
"version": "6.23.0",
|
1652
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz",
|
1653
|
+
"integrity": "sha1-iEkNRGUC6puOfvsP4J7E2ZR5se4=",
|
1654
|
+
"dev": true,
|
1655
|
+
"dependencies": {
|
1656
|
+
"babel-runtime": "^6.22.0"
|
1657
|
+
}
|
1658
|
+
},
|
1659
|
+
"node_modules/babel-runtime": {
|
1660
|
+
"version": "6.26.0",
|
1661
|
+
"resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
|
1662
|
+
"integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
|
1663
|
+
"dev": true,
|
1664
|
+
"dependencies": {
|
1665
|
+
"core-js": "^2.4.0",
|
1666
|
+
"regenerator-runtime": "^0.11.0"
|
1667
|
+
}
|
1668
|
+
},
|
1669
|
+
"node_modules/babel-runtime/node_modules/regenerator-runtime": {
|
1670
|
+
"version": "0.11.1",
|
1671
|
+
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
|
1672
|
+
"integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==",
|
1673
|
+
"dev": true
|
1674
|
+
},
|
1675
|
+
"node_modules/balanced-match": {
|
1676
|
+
"version": "1.0.2",
|
1677
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
1678
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
1679
|
+
},
|
1680
|
+
"node_modules/brace-expansion": {
|
1681
|
+
"version": "1.1.11",
|
1682
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
1683
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
1684
|
+
"dependencies": {
|
1685
|
+
"balanced-match": "^1.0.0",
|
1686
|
+
"concat-map": "0.0.1"
|
1687
|
+
}
|
1688
|
+
},
|
1689
|
+
"node_modules/browserslist": {
|
1690
|
+
"version": "4.19.1",
|
1691
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz",
|
1692
|
+
"integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==",
|
1693
|
+
"dependencies": {
|
1694
|
+
"caniuse-lite": "^1.0.30001286",
|
1695
|
+
"electron-to-chromium": "^1.4.17",
|
1696
|
+
"escalade": "^3.1.1",
|
1697
|
+
"node-releases": "^2.0.1",
|
1698
|
+
"picocolors": "^1.0.0"
|
1699
|
+
},
|
1700
|
+
"bin": {
|
1701
|
+
"browserslist": "cli.js"
|
1702
|
+
},
|
1703
|
+
"engines": {
|
1704
|
+
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
1705
|
+
},
|
1706
|
+
"funding": {
|
1707
|
+
"type": "opencollective",
|
1708
|
+
"url": "https://opencollective.com/browserslist"
|
1709
|
+
}
|
1710
|
+
},
|
1711
|
+
"node_modules/builtin-modules": {
|
1712
|
+
"version": "3.2.0",
|
1713
|
+
"resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.2.0.tgz",
|
1714
|
+
"integrity": "sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==",
|
1715
|
+
"engines": {
|
1716
|
+
"node": ">=6"
|
1717
|
+
},
|
1718
|
+
"funding": {
|
1719
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
1720
|
+
}
|
1721
|
+
},
|
1722
|
+
"node_modules/call-bind": {
|
1723
|
+
"version": "1.0.2",
|
1724
|
+
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
|
1725
|
+
"integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
|
1726
|
+
"dependencies": {
|
1727
|
+
"function-bind": "^1.1.1",
|
1728
|
+
"get-intrinsic": "^1.0.2"
|
1729
|
+
},
|
1730
|
+
"funding": {
|
1731
|
+
"url": "https://github.com/sponsors/ljharb"
|
1732
|
+
}
|
1733
|
+
},
|
1734
|
+
"node_modules/caniuse-lite": {
|
1735
|
+
"version": "1.0.30001286",
|
1736
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001286.tgz",
|
1737
|
+
"integrity": "sha512-zaEMRH6xg8ESMi2eQ3R4eZ5qw/hJiVsO/HlLwniIwErij0JDr9P+8V4dtx1l+kLq6j3yy8l8W4fst1lBnat5wQ==",
|
1738
|
+
"funding": {
|
1739
|
+
"type": "opencollective",
|
1740
|
+
"url": "https://opencollective.com/browserslist"
|
1741
|
+
}
|
1742
|
+
},
|
1743
|
+
"node_modules/chalk": {
|
1744
|
+
"version": "2.4.2",
|
1745
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
1746
|
+
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
1747
|
+
"dependencies": {
|
1748
|
+
"ansi-styles": "^3.2.1",
|
1749
|
+
"escape-string-regexp": "^1.0.5",
|
1750
|
+
"supports-color": "^5.3.0"
|
1751
|
+
},
|
1752
|
+
"engines": {
|
1753
|
+
"node": ">=4"
|
1754
|
+
}
|
1755
|
+
},
|
1756
|
+
"node_modules/color-convert": {
|
1757
|
+
"version": "1.9.3",
|
1758
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
1759
|
+
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
1760
|
+
"dependencies": {
|
1761
|
+
"color-name": "1.1.3"
|
1762
|
+
}
|
1763
|
+
},
|
1764
|
+
"node_modules/color-name": {
|
1765
|
+
"version": "1.1.3",
|
1766
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
1767
|
+
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
|
1768
|
+
},
|
1769
|
+
"node_modules/commondir": {
|
1770
|
+
"version": "1.0.1",
|
1771
|
+
"resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
|
1772
|
+
"integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
|
1773
|
+
},
|
1774
|
+
"node_modules/concat-map": {
|
1775
|
+
"version": "0.0.1",
|
1776
|
+
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
1777
|
+
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
|
1778
|
+
},
|
1779
|
+
"node_modules/convert-source-map": {
|
1780
|
+
"version": "1.8.0",
|
1781
|
+
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
|
1782
|
+
"integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
|
1783
|
+
"peer": true,
|
1784
|
+
"dependencies": {
|
1785
|
+
"safe-buffer": "~5.1.1"
|
1786
|
+
}
|
1787
|
+
},
|
1788
|
+
"node_modules/core-js": {
|
1789
|
+
"version": "2.6.12",
|
1790
|
+
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
|
1791
|
+
"integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
|
1792
|
+
"deprecated": "core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.",
|
1793
|
+
"dev": true,
|
1794
|
+
"hasInstallScript": true
|
1795
|
+
},
|
1796
|
+
"node_modules/core-js-compat": {
|
1797
|
+
"version": "3.19.3",
|
1798
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.19.3.tgz",
|
1799
|
+
"integrity": "sha512-59tYzuWgEEVU9r+SRgceIGXSSUn47JknoiXW6Oq7RW8QHjXWz3/vp8pa7dbtuVu40sewz3OP3JmQEcDdztrLhA==",
|
1800
|
+
"dependencies": {
|
1801
|
+
"browserslist": "^4.18.1",
|
1802
|
+
"semver": "7.0.0"
|
1803
|
+
},
|
1804
|
+
"funding": {
|
1805
|
+
"type": "opencollective",
|
1806
|
+
"url": "https://opencollective.com/core-js"
|
1807
|
+
}
|
1808
|
+
},
|
1809
|
+
"node_modules/core-js-compat/node_modules/semver": {
|
1810
|
+
"version": "7.0.0",
|
1811
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
|
1812
|
+
"integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
|
1813
|
+
"bin": {
|
1814
|
+
"semver": "bin/semver.js"
|
1815
|
+
}
|
1816
|
+
},
|
1817
|
+
"node_modules/debug": {
|
1818
|
+
"version": "4.3.3",
|
1819
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
|
1820
|
+
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
|
1821
|
+
"dependencies": {
|
1822
|
+
"ms": "2.1.2"
|
1823
|
+
},
|
1824
|
+
"engines": {
|
1825
|
+
"node": ">=6.0"
|
1826
|
+
},
|
1827
|
+
"peerDependenciesMeta": {
|
1828
|
+
"supports-color": {
|
1829
|
+
"optional": true
|
1830
|
+
}
|
1831
|
+
}
|
1832
|
+
},
|
1833
|
+
"node_modules/deepmerge": {
|
1834
|
+
"version": "4.2.2",
|
1835
|
+
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
|
1836
|
+
"integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==",
|
1837
|
+
"engines": {
|
1838
|
+
"node": ">=0.10.0"
|
1839
|
+
}
|
1840
|
+
},
|
1841
|
+
"node_modules/define-properties": {
|
1842
|
+
"version": "1.1.3",
|
1843
|
+
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
|
1844
|
+
"integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
|
1845
|
+
"dependencies": {
|
1846
|
+
"object-keys": "^1.0.12"
|
1847
|
+
},
|
1848
|
+
"engines": {
|
1849
|
+
"node": ">= 0.4"
|
1850
|
+
}
|
1851
|
+
},
|
1852
|
+
"node_modules/electron-to-chromium": {
|
1853
|
+
"version": "1.4.17",
|
1854
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.17.tgz",
|
1855
|
+
"integrity": "sha512-zhk1MravPtq/KBhmGB7TLBILmXTgRG9TFSI3qS3DbgyfHzIl72iiTE37r/BHIbPCJJlWIo5rySyxiH4vWhu2ZA=="
|
1856
|
+
},
|
1857
|
+
"node_modules/escalade": {
|
1858
|
+
"version": "3.1.1",
|
1859
|
+
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
|
1860
|
+
"integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
|
1861
|
+
"engines": {
|
1862
|
+
"node": ">=6"
|
1863
|
+
}
|
1864
|
+
},
|
1865
|
+
"node_modules/escape-string-regexp": {
|
1866
|
+
"version": "1.0.5",
|
1867
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
1868
|
+
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
|
1869
|
+
"engines": {
|
1870
|
+
"node": ">=0.8.0"
|
1871
|
+
}
|
1872
|
+
},
|
1873
|
+
"node_modules/estree-walker": {
|
1874
|
+
"version": "1.0.1",
|
1875
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
|
1876
|
+
"integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
|
1877
|
+
},
|
1878
|
+
"node_modules/esutils": {
|
1879
|
+
"version": "2.0.3",
|
1880
|
+
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
1881
|
+
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
|
1882
|
+
"engines": {
|
1883
|
+
"node": ">=0.10.0"
|
1884
|
+
}
|
1885
|
+
},
|
1886
|
+
"node_modules/fs.realpath": {
|
1887
|
+
"version": "1.0.0",
|
1888
|
+
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
1889
|
+
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
|
1890
|
+
},
|
1891
|
+
"node_modules/fsevents": {
|
1892
|
+
"version": "2.3.2",
|
1893
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
|
1894
|
+
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
|
1895
|
+
"hasInstallScript": true,
|
1896
|
+
"optional": true,
|
1897
|
+
"os": [
|
1898
|
+
"darwin"
|
1899
|
+
],
|
1900
|
+
"peer": true,
|
1901
|
+
"engines": {
|
1902
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
1903
|
+
}
|
1904
|
+
},
|
1905
|
+
"node_modules/function-bind": {
|
1906
|
+
"version": "1.1.1",
|
1907
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
|
1908
|
+
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
|
1909
|
+
},
|
1910
|
+
"node_modules/gensync": {
|
1911
|
+
"version": "1.0.0-beta.2",
|
1912
|
+
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
1913
|
+
"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
|
1914
|
+
"peer": true,
|
1915
|
+
"engines": {
|
1916
|
+
"node": ">=6.9.0"
|
1917
|
+
}
|
1918
|
+
},
|
1919
|
+
"node_modules/get-intrinsic": {
|
1920
|
+
"version": "1.1.1",
|
1921
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
|
1922
|
+
"integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
|
1923
|
+
"dependencies": {
|
1924
|
+
"function-bind": "^1.1.1",
|
1925
|
+
"has": "^1.0.3",
|
1926
|
+
"has-symbols": "^1.0.1"
|
1927
|
+
},
|
1928
|
+
"funding": {
|
1929
|
+
"url": "https://github.com/sponsors/ljharb"
|
1930
|
+
}
|
1931
|
+
},
|
1932
|
+
"node_modules/glob": {
|
1933
|
+
"version": "7.2.0",
|
1934
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
|
1935
|
+
"integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
|
1936
|
+
"dependencies": {
|
1937
|
+
"fs.realpath": "^1.0.0",
|
1938
|
+
"inflight": "^1.0.4",
|
1939
|
+
"inherits": "2",
|
1940
|
+
"minimatch": "^3.0.4",
|
1941
|
+
"once": "^1.3.0",
|
1942
|
+
"path-is-absolute": "^1.0.0"
|
1943
|
+
},
|
1944
|
+
"engines": {
|
1945
|
+
"node": "*"
|
1946
|
+
},
|
1947
|
+
"funding": {
|
1948
|
+
"url": "https://github.com/sponsors/isaacs"
|
1949
|
+
}
|
1950
|
+
},
|
1951
|
+
"node_modules/globals": {
|
1952
|
+
"version": "11.12.0",
|
1953
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
|
1954
|
+
"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
|
1955
|
+
"engines": {
|
1956
|
+
"node": ">=4"
|
1957
|
+
}
|
1958
|
+
},
|
1959
|
+
"node_modules/has": {
|
1960
|
+
"version": "1.0.3",
|
1961
|
+
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
|
1962
|
+
"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
|
1963
|
+
"dependencies": {
|
1964
|
+
"function-bind": "^1.1.1"
|
1965
|
+
},
|
1966
|
+
"engines": {
|
1967
|
+
"node": ">= 0.4.0"
|
1968
|
+
}
|
1969
|
+
},
|
1970
|
+
"node_modules/has-flag": {
|
1971
|
+
"version": "3.0.0",
|
1972
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
1973
|
+
"integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
|
1974
|
+
"engines": {
|
1975
|
+
"node": ">=4"
|
1976
|
+
}
|
1977
|
+
},
|
1978
|
+
"node_modules/has-symbols": {
|
1979
|
+
"version": "1.0.2",
|
1980
|
+
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
|
1981
|
+
"integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==",
|
1982
|
+
"engines": {
|
1983
|
+
"node": ">= 0.4"
|
1984
|
+
},
|
1985
|
+
"funding": {
|
1986
|
+
"url": "https://github.com/sponsors/ljharb"
|
1987
|
+
}
|
1988
|
+
},
|
1989
|
+
"node_modules/inflight": {
|
1990
|
+
"version": "1.0.6",
|
1991
|
+
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
1992
|
+
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
|
1993
|
+
"dependencies": {
|
1994
|
+
"once": "^1.3.0",
|
1995
|
+
"wrappy": "1"
|
1996
|
+
}
|
1997
|
+
},
|
1998
|
+
"node_modules/inherits": {
|
1999
|
+
"version": "2.0.4",
|
2000
|
+
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
2001
|
+
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
2002
|
+
},
|
2003
|
+
"node_modules/is-core-module": {
|
2004
|
+
"version": "2.8.0",
|
2005
|
+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz",
|
2006
|
+
"integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==",
|
2007
|
+
"dependencies": {
|
2008
|
+
"has": "^1.0.3"
|
2009
|
+
},
|
2010
|
+
"funding": {
|
2011
|
+
"url": "https://github.com/sponsors/ljharb"
|
2012
|
+
}
|
2013
|
+
},
|
2014
|
+
"node_modules/is-module": {
|
2015
|
+
"version": "1.0.0",
|
2016
|
+
"resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
|
2017
|
+
"integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE="
|
2018
|
+
},
|
2019
|
+
"node_modules/is-reference": {
|
2020
|
+
"version": "1.2.1",
|
2021
|
+
"resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
|
2022
|
+
"integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
|
2023
|
+
"dependencies": {
|
2024
|
+
"@types/estree": "*"
|
2025
|
+
}
|
2026
|
+
},
|
2027
|
+
"node_modules/js-tokens": {
|
2028
|
+
"version": "4.0.0",
|
2029
|
+
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
2030
|
+
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
|
2031
|
+
},
|
2032
|
+
"node_modules/jsesc": {
|
2033
|
+
"version": "2.5.2",
|
2034
|
+
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
|
2035
|
+
"integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
|
2036
|
+
"bin": {
|
2037
|
+
"jsesc": "bin/jsesc"
|
2038
|
+
},
|
2039
|
+
"engines": {
|
2040
|
+
"node": ">=4"
|
2041
|
+
}
|
2042
|
+
},
|
2043
|
+
"node_modules/json5": {
|
2044
|
+
"version": "2.2.0",
|
2045
|
+
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
|
2046
|
+
"integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
|
2047
|
+
"peer": true,
|
2048
|
+
"dependencies": {
|
2049
|
+
"minimist": "^1.2.5"
|
2050
|
+
},
|
2051
|
+
"bin": {
|
2052
|
+
"json5": "lib/cli.js"
|
2053
|
+
},
|
2054
|
+
"engines": {
|
2055
|
+
"node": ">=6"
|
2056
|
+
}
|
2057
|
+
},
|
2058
|
+
"node_modules/lodash.debounce": {
|
2059
|
+
"version": "4.0.8",
|
2060
|
+
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
|
2061
|
+
"integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168="
|
2062
|
+
},
|
2063
|
+
"node_modules/magic-string": {
|
2064
|
+
"version": "0.25.7",
|
2065
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
|
2066
|
+
"integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==",
|
2067
|
+
"dependencies": {
|
2068
|
+
"sourcemap-codec": "^1.4.4"
|
2069
|
+
}
|
2070
|
+
},
|
2071
|
+
"node_modules/minimatch": {
|
2072
|
+
"version": "3.0.4",
|
2073
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
|
2074
|
+
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
|
2075
|
+
"dependencies": {
|
2076
|
+
"brace-expansion": "^1.1.7"
|
2077
|
+
},
|
2078
|
+
"engines": {
|
2079
|
+
"node": "*"
|
2080
|
+
}
|
2081
|
+
},
|
2082
|
+
"node_modules/minimist": {
|
2083
|
+
"version": "1.2.5",
|
2084
|
+
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
|
2085
|
+
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
|
2086
|
+
"peer": true
|
2087
|
+
},
|
2088
|
+
"node_modules/ms": {
|
2089
|
+
"version": "2.1.2",
|
2090
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
2091
|
+
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
2092
|
+
},
|
2093
|
+
"node_modules/node-releases": {
|
2094
|
+
"version": "2.0.1",
|
2095
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz",
|
2096
|
+
"integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA=="
|
2097
|
+
},
|
2098
|
+
"node_modules/object-keys": {
|
2099
|
+
"version": "1.1.1",
|
2100
|
+
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
|
2101
|
+
"integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
|
2102
|
+
"engines": {
|
2103
|
+
"node": ">= 0.4"
|
2104
|
+
}
|
2105
|
+
},
|
2106
|
+
"node_modules/object.assign": {
|
2107
|
+
"version": "4.1.2",
|
2108
|
+
"resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
|
2109
|
+
"integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
|
2110
|
+
"dependencies": {
|
2111
|
+
"call-bind": "^1.0.0",
|
2112
|
+
"define-properties": "^1.1.3",
|
2113
|
+
"has-symbols": "^1.0.1",
|
2114
|
+
"object-keys": "^1.1.1"
|
2115
|
+
},
|
2116
|
+
"engines": {
|
2117
|
+
"node": ">= 0.4"
|
2118
|
+
},
|
2119
|
+
"funding": {
|
2120
|
+
"url": "https://github.com/sponsors/ljharb"
|
2121
|
+
}
|
2122
|
+
},
|
2123
|
+
"node_modules/once": {
|
2124
|
+
"version": "1.4.0",
|
2125
|
+
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
2126
|
+
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
|
2127
|
+
"dependencies": {
|
2128
|
+
"wrappy": "1"
|
2129
|
+
}
|
2130
|
+
},
|
2131
|
+
"node_modules/path-is-absolute": {
|
2132
|
+
"version": "1.0.1",
|
2133
|
+
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
2134
|
+
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
|
2135
|
+
"engines": {
|
2136
|
+
"node": ">=0.10.0"
|
2137
|
+
}
|
2138
|
+
},
|
2139
|
+
"node_modules/path-parse": {
|
2140
|
+
"version": "1.0.7",
|
2141
|
+
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
2142
|
+
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
|
2143
|
+
},
|
2144
|
+
"node_modules/picocolors": {
|
2145
|
+
"version": "1.0.0",
|
2146
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
|
2147
|
+
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
|
2148
|
+
},
|
2149
|
+
"node_modules/picomatch": {
|
2150
|
+
"version": "2.3.0",
|
2151
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
|
2152
|
+
"integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==",
|
2153
|
+
"engines": {
|
2154
|
+
"node": ">=8.6"
|
2155
|
+
},
|
2156
|
+
"funding": {
|
2157
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
2158
|
+
}
|
2159
|
+
},
|
2160
|
+
"node_modules/regenerate": {
|
2161
|
+
"version": "1.4.2",
|
2162
|
+
"resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
|
2163
|
+
"integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
|
2164
|
+
},
|
2165
|
+
"node_modules/regenerate-unicode-properties": {
|
2166
|
+
"version": "9.0.0",
|
2167
|
+
"resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz",
|
2168
|
+
"integrity": "sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==",
|
2169
|
+
"dependencies": {
|
2170
|
+
"regenerate": "^1.4.2"
|
2171
|
+
},
|
2172
|
+
"engines": {
|
2173
|
+
"node": ">=4"
|
2174
|
+
}
|
2175
|
+
},
|
2176
|
+
"node_modules/regenerator-runtime": {
|
2177
|
+
"version": "0.13.9",
|
2178
|
+
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
|
2179
|
+
"integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
|
2180
|
+
},
|
2181
|
+
"node_modules/regenerator-transform": {
|
2182
|
+
"version": "0.14.5",
|
2183
|
+
"resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz",
|
2184
|
+
"integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==",
|
2185
|
+
"dependencies": {
|
2186
|
+
"@babel/runtime": "^7.8.4"
|
2187
|
+
}
|
2188
|
+
},
|
2189
|
+
"node_modules/regexpu-core": {
|
2190
|
+
"version": "4.8.0",
|
2191
|
+
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.8.0.tgz",
|
2192
|
+
"integrity": "sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==",
|
2193
|
+
"dependencies": {
|
2194
|
+
"regenerate": "^1.4.2",
|
2195
|
+
"regenerate-unicode-properties": "^9.0.0",
|
2196
|
+
"regjsgen": "^0.5.2",
|
2197
|
+
"regjsparser": "^0.7.0",
|
2198
|
+
"unicode-match-property-ecmascript": "^2.0.0",
|
2199
|
+
"unicode-match-property-value-ecmascript": "^2.0.0"
|
2200
|
+
},
|
2201
|
+
"engines": {
|
2202
|
+
"node": ">=4"
|
2203
|
+
}
|
2204
|
+
},
|
2205
|
+
"node_modules/regjsgen": {
|
2206
|
+
"version": "0.5.2",
|
2207
|
+
"resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
|
2208
|
+
"integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A=="
|
2209
|
+
},
|
2210
|
+
"node_modules/regjsparser": {
|
2211
|
+
"version": "0.7.0",
|
2212
|
+
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.7.0.tgz",
|
2213
|
+
"integrity": "sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==",
|
2214
|
+
"dependencies": {
|
2215
|
+
"jsesc": "~0.5.0"
|
2216
|
+
},
|
2217
|
+
"bin": {
|
2218
|
+
"regjsparser": "bin/parser"
|
2219
|
+
}
|
2220
|
+
},
|
2221
|
+
"node_modules/regjsparser/node_modules/jsesc": {
|
2222
|
+
"version": "0.5.0",
|
2223
|
+
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
|
2224
|
+
"integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
|
2225
|
+
"bin": {
|
2226
|
+
"jsesc": "bin/jsesc"
|
2227
|
+
}
|
2228
|
+
},
|
2229
|
+
"node_modules/resolve": {
|
2230
|
+
"version": "1.20.0",
|
2231
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
|
2232
|
+
"integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
|
2233
|
+
"dependencies": {
|
2234
|
+
"is-core-module": "^2.2.0",
|
2235
|
+
"path-parse": "^1.0.6"
|
2236
|
+
},
|
2237
|
+
"funding": {
|
2238
|
+
"url": "https://github.com/sponsors/ljharb"
|
2239
|
+
}
|
2240
|
+
},
|
2241
|
+
"node_modules/rollup": {
|
2242
|
+
"version": "2.61.1",
|
2243
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.61.1.tgz",
|
2244
|
+
"integrity": "sha512-BbTXlEvB8d+XFbK/7E5doIcRtxWPRiqr0eb5vQ0+2paMM04Ye4PZY5nHOQef2ix24l/L0SpLd5hwcH15QHPdvA==",
|
2245
|
+
"peer": true,
|
2246
|
+
"bin": {
|
2247
|
+
"rollup": "dist/bin/rollup"
|
2248
|
+
},
|
2249
|
+
"engines": {
|
2250
|
+
"node": ">=10.0.0"
|
2251
|
+
},
|
2252
|
+
"optionalDependencies": {
|
2253
|
+
"fsevents": "~2.3.2"
|
2254
|
+
}
|
2255
|
+
},
|
2256
|
+
"node_modules/safe-buffer": {
|
2257
|
+
"version": "5.1.2",
|
2258
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
2259
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
2260
|
+
"peer": true
|
2261
|
+
},
|
2262
|
+
"node_modules/semver": {
|
2263
|
+
"version": "6.3.0",
|
2264
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
2265
|
+
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
|
2266
|
+
"bin": {
|
2267
|
+
"semver": "bin/semver.js"
|
2268
|
+
}
|
2269
|
+
},
|
2270
|
+
"node_modules/source-map": {
|
2271
|
+
"version": "0.5.7",
|
2272
|
+
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
2273
|
+
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
|
2274
|
+
"engines": {
|
2275
|
+
"node": ">=0.10.0"
|
2276
|
+
}
|
2277
|
+
},
|
2278
|
+
"node_modules/sourcemap-codec": {
|
2279
|
+
"version": "1.4.8",
|
2280
|
+
"resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
|
2281
|
+
"integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA=="
|
2282
|
+
},
|
2283
|
+
"node_modules/supports-color": {
|
2284
|
+
"version": "5.5.0",
|
2285
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
2286
|
+
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
2287
|
+
"dependencies": {
|
2288
|
+
"has-flag": "^3.0.0"
|
2289
|
+
},
|
2290
|
+
"engines": {
|
2291
|
+
"node": ">=4"
|
2292
|
+
}
|
2293
|
+
},
|
2294
|
+
"node_modules/three": {
|
2295
|
+
"version": "0.135.0",
|
2296
|
+
"resolved": "https://registry.npmjs.org/three/-/three-0.135.0.tgz",
|
2297
|
+
"integrity": "sha512-kuEpuuxRzLv0MDsXai9huCxOSQPZ4vje6y0gn80SRmQvgz6/+rI0NAvCRAw56zYaWKMGMfqKWsxF9Qa2Z9xymQ=="
|
2298
|
+
},
|
2299
|
+
"node_modules/to-fast-properties": {
|
2300
|
+
"version": "2.0.0",
|
2301
|
+
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
2302
|
+
"integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
|
2303
|
+
"engines": {
|
2304
|
+
"node": ">=4"
|
2305
|
+
}
|
2306
|
+
},
|
2307
|
+
"node_modules/unicode-canonical-property-names-ecmascript": {
|
2308
|
+
"version": "2.0.0",
|
2309
|
+
"resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
|
2310
|
+
"integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
|
2311
|
+
"engines": {
|
2312
|
+
"node": ">=4"
|
2313
|
+
}
|
2314
|
+
},
|
2315
|
+
"node_modules/unicode-match-property-ecmascript": {
|
2316
|
+
"version": "2.0.0",
|
2317
|
+
"resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
|
2318
|
+
"integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
|
2319
|
+
"dependencies": {
|
2320
|
+
"unicode-canonical-property-names-ecmascript": "^2.0.0",
|
2321
|
+
"unicode-property-aliases-ecmascript": "^2.0.0"
|
2322
|
+
},
|
2323
|
+
"engines": {
|
2324
|
+
"node": ">=4"
|
2325
|
+
}
|
2326
|
+
},
|
2327
|
+
"node_modules/unicode-match-property-value-ecmascript": {
|
2328
|
+
"version": "2.0.0",
|
2329
|
+
"resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz",
|
2330
|
+
"integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==",
|
2331
|
+
"engines": {
|
2332
|
+
"node": ">=4"
|
2333
|
+
}
|
2334
|
+
},
|
2335
|
+
"node_modules/unicode-property-aliases-ecmascript": {
|
2336
|
+
"version": "2.0.0",
|
2337
|
+
"resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz",
|
2338
|
+
"integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==",
|
2339
|
+
"engines": {
|
2340
|
+
"node": ">=4"
|
2341
|
+
}
|
2342
|
+
},
|
2343
|
+
"node_modules/wrappy": {
|
2344
|
+
"version": "1.0.2",
|
2345
|
+
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
2346
|
+
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
|
2347
|
+
}
|
2348
|
+
},
|
2349
|
+
"dependencies": {
|
2350
|
+
"@babel/code-frame": {
|
2351
|
+
"version": "7.16.0",
|
2352
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz",
|
2353
|
+
"integrity": "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==",
|
2354
|
+
"requires": {
|
2355
|
+
"@babel/highlight": "^7.16.0"
|
2356
|
+
}
|
2357
|
+
},
|
2358
|
+
"@babel/compat-data": {
|
2359
|
+
"version": "7.16.4",
|
2360
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.4.tgz",
|
2361
|
+
"integrity": "sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q=="
|
2362
|
+
},
|
2363
|
+
"@babel/core": {
|
2364
|
+
"version": "7.16.5",
|
2365
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.5.tgz",
|
2366
|
+
"integrity": "sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ==",
|
2367
|
+
"peer": true,
|
2368
|
+
"requires": {
|
2369
|
+
"@babel/code-frame": "^7.16.0",
|
2370
|
+
"@babel/generator": "^7.16.5",
|
2371
|
+
"@babel/helper-compilation-targets": "^7.16.3",
|
2372
|
+
"@babel/helper-module-transforms": "^7.16.5",
|
2373
|
+
"@babel/helpers": "^7.16.5",
|
2374
|
+
"@babel/parser": "^7.16.5",
|
2375
|
+
"@babel/template": "^7.16.0",
|
2376
|
+
"@babel/traverse": "^7.16.5",
|
2377
|
+
"@babel/types": "^7.16.0",
|
2378
|
+
"convert-source-map": "^1.7.0",
|
2379
|
+
"debug": "^4.1.0",
|
2380
|
+
"gensync": "^1.0.0-beta.2",
|
2381
|
+
"json5": "^2.1.2",
|
2382
|
+
"semver": "^6.3.0",
|
2383
|
+
"source-map": "^0.5.0"
|
2384
|
+
}
|
2385
|
+
},
|
2386
|
+
"@babel/generator": {
|
2387
|
+
"version": "7.16.5",
|
2388
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.5.tgz",
|
2389
|
+
"integrity": "sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==",
|
2390
|
+
"requires": {
|
2391
|
+
"@babel/types": "^7.16.0",
|
2392
|
+
"jsesc": "^2.5.1",
|
2393
|
+
"source-map": "^0.5.0"
|
2394
|
+
}
|
2395
|
+
},
|
2396
|
+
"@babel/helper-annotate-as-pure": {
|
2397
|
+
"version": "7.16.0",
|
2398
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz",
|
2399
|
+
"integrity": "sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==",
|
2400
|
+
"requires": {
|
2401
|
+
"@babel/types": "^7.16.0"
|
2402
|
+
}
|
2403
|
+
},
|
2404
|
+
"@babel/helper-builder-binary-assignment-operator-visitor": {
|
2405
|
+
"version": "7.16.5",
|
2406
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.5.tgz",
|
2407
|
+
"integrity": "sha512-3JEA9G5dmmnIWdzaT9d0NmFRgYnWUThLsDaL7982H0XqqWr56lRrsmwheXFMjR+TMl7QMBb6mzy9kvgr1lRLUA==",
|
2408
|
+
"requires": {
|
2409
|
+
"@babel/helper-explode-assignable-expression": "^7.16.0",
|
2410
|
+
"@babel/types": "^7.16.0"
|
2411
|
+
}
|
2412
|
+
},
|
2413
|
+
"@babel/helper-compilation-targets": {
|
2414
|
+
"version": "7.16.3",
|
2415
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz",
|
2416
|
+
"integrity": "sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==",
|
2417
|
+
"requires": {
|
2418
|
+
"@babel/compat-data": "^7.16.0",
|
2419
|
+
"@babel/helper-validator-option": "^7.14.5",
|
2420
|
+
"browserslist": "^4.17.5",
|
2421
|
+
"semver": "^6.3.0"
|
2422
|
+
}
|
2423
|
+
},
|
2424
|
+
"@babel/helper-create-class-features-plugin": {
|
2425
|
+
"version": "7.16.5",
|
2426
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz",
|
2427
|
+
"integrity": "sha512-NEohnYA7mkB8L5JhU7BLwcBdU3j83IziR9aseMueWGeAjblbul3zzb8UvJ3a1zuBiqCMObzCJHFqKIQE6hTVmg==",
|
2428
|
+
"requires": {
|
2429
|
+
"@babel/helper-annotate-as-pure": "^7.16.0",
|
2430
|
+
"@babel/helper-environment-visitor": "^7.16.5",
|
2431
|
+
"@babel/helper-function-name": "^7.16.0",
|
2432
|
+
"@babel/helper-member-expression-to-functions": "^7.16.5",
|
2433
|
+
"@babel/helper-optimise-call-expression": "^7.16.0",
|
2434
|
+
"@babel/helper-replace-supers": "^7.16.5",
|
2435
|
+
"@babel/helper-split-export-declaration": "^7.16.0"
|
2436
|
+
}
|
2437
|
+
},
|
2438
|
+
"@babel/helper-create-regexp-features-plugin": {
|
2439
|
+
"version": "7.16.0",
|
2440
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz",
|
2441
|
+
"integrity": "sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==",
|
2442
|
+
"requires": {
|
2443
|
+
"@babel/helper-annotate-as-pure": "^7.16.0",
|
2444
|
+
"regexpu-core": "^4.7.1"
|
2445
|
+
}
|
2446
|
+
},
|
2447
|
+
"@babel/helper-define-polyfill-provider": {
|
2448
|
+
"version": "0.3.0",
|
2449
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz",
|
2450
|
+
"integrity": "sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==",
|
2451
|
+
"requires": {
|
2452
|
+
"@babel/helper-compilation-targets": "^7.13.0",
|
2453
|
+
"@babel/helper-module-imports": "^7.12.13",
|
2454
|
+
"@babel/helper-plugin-utils": "^7.13.0",
|
2455
|
+
"@babel/traverse": "^7.13.0",
|
2456
|
+
"debug": "^4.1.1",
|
2457
|
+
"lodash.debounce": "^4.0.8",
|
2458
|
+
"resolve": "^1.14.2",
|
2459
|
+
"semver": "^6.1.2"
|
2460
|
+
}
|
2461
|
+
},
|
2462
|
+
"@babel/helper-environment-visitor": {
|
2463
|
+
"version": "7.16.5",
|
2464
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.5.tgz",
|
2465
|
+
"integrity": "sha512-ODQyc5AnxmZWm/R2W7fzhamOk1ey8gSguo5SGvF0zcB3uUzRpTRmM/jmLSm9bDMyPlvbyJ+PwPEK0BWIoZ9wjg==",
|
2466
|
+
"requires": {
|
2467
|
+
"@babel/types": "^7.16.0"
|
2468
|
+
}
|
2469
|
+
},
|
2470
|
+
"@babel/helper-explode-assignable-expression": {
|
2471
|
+
"version": "7.16.0",
|
2472
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.0.tgz",
|
2473
|
+
"integrity": "sha512-Hk2SLxC9ZbcOhLpg/yMznzJ11W++lg5GMbxt1ev6TXUiJB0N42KPC+7w8a+eWGuqDnUYuwStJoZHM7RgmIOaGQ==",
|
2474
|
+
"requires": {
|
2475
|
+
"@babel/types": "^7.16.0"
|
2476
|
+
}
|
2477
|
+
},
|
2478
|
+
"@babel/helper-function-name": {
|
2479
|
+
"version": "7.16.0",
|
2480
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz",
|
2481
|
+
"integrity": "sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==",
|
2482
|
+
"requires": {
|
2483
|
+
"@babel/helper-get-function-arity": "^7.16.0",
|
2484
|
+
"@babel/template": "^7.16.0",
|
2485
|
+
"@babel/types": "^7.16.0"
|
2486
|
+
}
|
2487
|
+
},
|
2488
|
+
"@babel/helper-get-function-arity": {
|
2489
|
+
"version": "7.16.0",
|
2490
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz",
|
2491
|
+
"integrity": "sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==",
|
2492
|
+
"requires": {
|
2493
|
+
"@babel/types": "^7.16.0"
|
2494
|
+
}
|
2495
|
+
},
|
2496
|
+
"@babel/helper-hoist-variables": {
|
2497
|
+
"version": "7.16.0",
|
2498
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz",
|
2499
|
+
"integrity": "sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==",
|
2500
|
+
"requires": {
|
2501
|
+
"@babel/types": "^7.16.0"
|
2502
|
+
}
|
2503
|
+
},
|
2504
|
+
"@babel/helper-member-expression-to-functions": {
|
2505
|
+
"version": "7.16.5",
|
2506
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.5.tgz",
|
2507
|
+
"integrity": "sha512-7fecSXq7ZrLE+TWshbGT+HyCLkxloWNhTbU2QM1NTI/tDqyf0oZiMcEfYtDuUDCo528EOlt39G1rftea4bRZIw==",
|
2508
|
+
"requires": {
|
2509
|
+
"@babel/types": "^7.16.0"
|
2510
|
+
}
|
2511
|
+
},
|
2512
|
+
"@babel/helper-module-imports": {
|
2513
|
+
"version": "7.16.0",
|
2514
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz",
|
2515
|
+
"integrity": "sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==",
|
2516
|
+
"requires": {
|
2517
|
+
"@babel/types": "^7.16.0"
|
2518
|
+
}
|
2519
|
+
},
|
2520
|
+
"@babel/helper-module-transforms": {
|
2521
|
+
"version": "7.16.5",
|
2522
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.5.tgz",
|
2523
|
+
"integrity": "sha512-CkvMxgV4ZyyioElFwcuWnDCcNIeyqTkCm9BxXZi73RR1ozqlpboqsbGUNvRTflgZtFbbJ1v5Emvm+lkjMYY/LQ==",
|
2524
|
+
"requires": {
|
2525
|
+
"@babel/helper-environment-visitor": "^7.16.5",
|
2526
|
+
"@babel/helper-module-imports": "^7.16.0",
|
2527
|
+
"@babel/helper-simple-access": "^7.16.0",
|
2528
|
+
"@babel/helper-split-export-declaration": "^7.16.0",
|
2529
|
+
"@babel/helper-validator-identifier": "^7.15.7",
|
2530
|
+
"@babel/template": "^7.16.0",
|
2531
|
+
"@babel/traverse": "^7.16.5",
|
2532
|
+
"@babel/types": "^7.16.0"
|
2533
|
+
}
|
2534
|
+
},
|
2535
|
+
"@babel/helper-optimise-call-expression": {
|
2536
|
+
"version": "7.16.0",
|
2537
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz",
|
2538
|
+
"integrity": "sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==",
|
2539
|
+
"requires": {
|
2540
|
+
"@babel/types": "^7.16.0"
|
2541
|
+
}
|
2542
|
+
},
|
2543
|
+
"@babel/helper-plugin-utils": {
|
2544
|
+
"version": "7.16.5",
|
2545
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz",
|
2546
|
+
"integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ=="
|
2547
|
+
},
|
2548
|
+
"@babel/helper-remap-async-to-generator": {
|
2549
|
+
"version": "7.16.5",
|
2550
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.5.tgz",
|
2551
|
+
"integrity": "sha512-X+aAJldyxrOmN9v3FKp+Hu1NO69VWgYgDGq6YDykwRPzxs5f2N+X988CBXS7EQahDU+Vpet5QYMqLk+nsp+Qxw==",
|
2552
|
+
"requires": {
|
2553
|
+
"@babel/helper-annotate-as-pure": "^7.16.0",
|
2554
|
+
"@babel/helper-wrap-function": "^7.16.5",
|
2555
|
+
"@babel/types": "^7.16.0"
|
2556
|
+
}
|
2557
|
+
},
|
2558
|
+
"@babel/helper-replace-supers": {
|
2559
|
+
"version": "7.16.5",
|
2560
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.5.tgz",
|
2561
|
+
"integrity": "sha512-ao3seGVa/FZCMCCNDuBcqnBFSbdr8N2EW35mzojx3TwfIbdPmNK+JV6+2d5bR0Z71W5ocLnQp9en/cTF7pBJiQ==",
|
2562
|
+
"requires": {
|
2563
|
+
"@babel/helper-environment-visitor": "^7.16.5",
|
2564
|
+
"@babel/helper-member-expression-to-functions": "^7.16.5",
|
2565
|
+
"@babel/helper-optimise-call-expression": "^7.16.0",
|
2566
|
+
"@babel/traverse": "^7.16.5",
|
2567
|
+
"@babel/types": "^7.16.0"
|
2568
|
+
}
|
2569
|
+
},
|
2570
|
+
"@babel/helper-simple-access": {
|
2571
|
+
"version": "7.16.0",
|
2572
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz",
|
2573
|
+
"integrity": "sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==",
|
2574
|
+
"requires": {
|
2575
|
+
"@babel/types": "^7.16.0"
|
2576
|
+
}
|
2577
|
+
},
|
2578
|
+
"@babel/helper-skip-transparent-expression-wrappers": {
|
2579
|
+
"version": "7.16.0",
|
2580
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz",
|
2581
|
+
"integrity": "sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==",
|
2582
|
+
"requires": {
|
2583
|
+
"@babel/types": "^7.16.0"
|
2584
|
+
}
|
2585
|
+
},
|
2586
|
+
"@babel/helper-split-export-declaration": {
|
2587
|
+
"version": "7.16.0",
|
2588
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz",
|
2589
|
+
"integrity": "sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==",
|
2590
|
+
"requires": {
|
2591
|
+
"@babel/types": "^7.16.0"
|
2592
|
+
}
|
2593
|
+
},
|
2594
|
+
"@babel/helper-validator-identifier": {
|
2595
|
+
"version": "7.15.7",
|
2596
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz",
|
2597
|
+
"integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w=="
|
2598
|
+
},
|
2599
|
+
"@babel/helper-validator-option": {
|
2600
|
+
"version": "7.14.5",
|
2601
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz",
|
2602
|
+
"integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow=="
|
2603
|
+
},
|
2604
|
+
"@babel/helper-wrap-function": {
|
2605
|
+
"version": "7.16.5",
|
2606
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.5.tgz",
|
2607
|
+
"integrity": "sha512-2J2pmLBqUqVdJw78U0KPNdeE2qeuIyKoG4mKV7wAq3mc4jJG282UgjZw4ZYDnqiWQuS3Y3IYdF/AQ6CpyBV3VA==",
|
2608
|
+
"requires": {
|
2609
|
+
"@babel/helper-function-name": "^7.16.0",
|
2610
|
+
"@babel/template": "^7.16.0",
|
2611
|
+
"@babel/traverse": "^7.16.5",
|
2612
|
+
"@babel/types": "^7.16.0"
|
2613
|
+
}
|
2614
|
+
},
|
2615
|
+
"@babel/helpers": {
|
2616
|
+
"version": "7.16.5",
|
2617
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.5.tgz",
|
2618
|
+
"integrity": "sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw==",
|
2619
|
+
"peer": true,
|
2620
|
+
"requires": {
|
2621
|
+
"@babel/template": "^7.16.0",
|
2622
|
+
"@babel/traverse": "^7.16.5",
|
2623
|
+
"@babel/types": "^7.16.0"
|
2624
|
+
}
|
2625
|
+
},
|
2626
|
+
"@babel/highlight": {
|
2627
|
+
"version": "7.16.0",
|
2628
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz",
|
2629
|
+
"integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==",
|
2630
|
+
"requires": {
|
2631
|
+
"@babel/helper-validator-identifier": "^7.15.7",
|
2632
|
+
"chalk": "^2.0.0",
|
2633
|
+
"js-tokens": "^4.0.0"
|
2634
|
+
}
|
2635
|
+
},
|
2636
|
+
"@babel/parser": {
|
2637
|
+
"version": "7.16.5",
|
2638
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.5.tgz",
|
2639
|
+
"integrity": "sha512-+Ce7T5iPNWzfu9C1aB5tN3Lyafs5xb3Ic7vBWyZL2KXT3QSdD1dD3CvgOzPmQKoNNRt6uauc0XwNJTQtXC2/Mw=="
|
2640
|
+
},
|
2641
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
2642
|
+
"version": "7.16.2",
|
2643
|
+
"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",
|
2644
|
+
"integrity": "sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==",
|
2645
|
+
"requires": {
|
2646
|
+
"@babel/helper-plugin-utils": "^7.14.5"
|
2647
|
+
}
|
2648
|
+
},
|
2649
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
|
2650
|
+
"version": "7.16.0",
|
2651
|
+
"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",
|
2652
|
+
"integrity": "sha512-4tcFwwicpWTrpl9qjf7UsoosaArgImF85AxqCRZlgc3IQDvkUHjJpruXAL58Wmj+T6fypWTC/BakfEkwIL/pwA==",
|
2653
|
+
"requires": {
|
2654
|
+
"@babel/helper-plugin-utils": "^7.14.5",
|
2655
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
|
2656
|
+
"@babel/plugin-proposal-optional-chaining": "^7.16.0"
|
2657
|
+
}
|
2658
|
+
},
|
2659
|
+
"@babel/plugin-proposal-async-generator-functions": {
|
2660
|
+
"version": "7.16.5",
|
2661
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.5.tgz",
|
2662
|
+
"integrity": "sha512-C/FX+3HNLV6sz7AqbTQqEo1L9/kfrKjxcVtgyBCmvIgOjvuBVUWooDoi7trsLxOzCEo5FccjRvKHkfDsJFZlfA==",
|
2663
|
+
"requires": {
|
2664
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
2665
|
+
"@babel/helper-remap-async-to-generator": "^7.16.5",
|
2666
|
+
"@babel/plugin-syntax-async-generators": "^7.8.4"
|
2667
|
+
}
|
2668
|
+
},
|
2669
|
+
"@babel/plugin-proposal-class-properties": {
|
2670
|
+
"version": "7.16.5",
|
2671
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.5.tgz",
|
2672
|
+
"integrity": "sha512-pJD3HjgRv83s5dv1sTnDbZOaTjghKEz8KUn1Kbh2eAIRhGuyQ1XSeI4xVXU3UlIEVA3DAyIdxqT1eRn7Wcn55A==",
|
2673
|
+
"requires": {
|
2674
|
+
"@babel/helper-create-class-features-plugin": "^7.16.5",
|
2675
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
2676
|
+
}
|
2677
|
+
},
|
2678
|
+
"@babel/plugin-proposal-class-static-block": {
|
2679
|
+
"version": "7.16.5",
|
2680
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.5.tgz",
|
2681
|
+
"integrity": "sha512-EEFzuLZcm/rNJ8Q5krK+FRKdVkd6FjfzT9tuSZql9sQn64K0hHA2KLJ0DqVot9/iV6+SsuadC5yI39zWnm+nmQ==",
|
2682
|
+
"requires": {
|
2683
|
+
"@babel/helper-create-class-features-plugin": "^7.16.5",
|
2684
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
2685
|
+
"@babel/plugin-syntax-class-static-block": "^7.14.5"
|
2686
|
+
}
|
2687
|
+
},
|
2688
|
+
"@babel/plugin-proposal-dynamic-import": {
|
2689
|
+
"version": "7.16.5",
|
2690
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.5.tgz",
|
2691
|
+
"integrity": "sha512-P05/SJZTTvHz79LNYTF8ff5xXge0kk5sIIWAypcWgX4BTRUgyHc8wRxJ/Hk+mU0KXldgOOslKaeqnhthcDJCJQ==",
|
2692
|
+
"requires": {
|
2693
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
2694
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
|
2695
|
+
}
|
2696
|
+
},
|
2697
|
+
"@babel/plugin-proposal-export-namespace-from": {
|
2698
|
+
"version": "7.16.5",
|
2699
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.5.tgz",
|
2700
|
+
"integrity": "sha512-i+sltzEShH1vsVydvNaTRsgvq2vZsfyrd7K7vPLUU/KgS0D5yZMe6uipM0+izminnkKrEfdUnz7CxMRb6oHZWw==",
|
2701
|
+
"requires": {
|
2702
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
2703
|
+
"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
|
2704
|
+
}
|
2705
|
+
},
|
2706
|
+
"@babel/plugin-proposal-json-strings": {
|
2707
|
+
"version": "7.16.5",
|
2708
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.5.tgz",
|
2709
|
+
"integrity": "sha512-QQJueTFa0y9E4qHANqIvMsuxM/qcLQmKttBACtPCQzGUEizsXDACGonlPiSwynHfOa3vNw0FPMVvQzbuXwh4SQ==",
|
2710
|
+
"requires": {
|
2711
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
2712
|
+
"@babel/plugin-syntax-json-strings": "^7.8.3"
|
2713
|
+
}
|
2714
|
+
},
|
2715
|
+
"@babel/plugin-proposal-logical-assignment-operators": {
|
2716
|
+
"version": "7.16.5",
|
2717
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.5.tgz",
|
2718
|
+
"integrity": "sha512-xqibl7ISO2vjuQM+MzR3rkd0zfNWltk7n9QhaD8ghMmMceVguYrNDt7MikRyj4J4v3QehpnrU8RYLnC7z/gZLA==",
|
2719
|
+
"requires": {
|
2720
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
2721
|
+
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
|
2722
|
+
}
|
2723
|
+
},
|
2724
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": {
|
2725
|
+
"version": "7.16.5",
|
2726
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.5.tgz",
|
2727
|
+
"integrity": "sha512-YwMsTp/oOviSBhrjwi0vzCUycseCYwoXnLiXIL3YNjHSMBHicGTz7GjVU/IGgz4DtOEXBdCNG72pvCX22ehfqg==",
|
2728
|
+
"requires": {
|
2729
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
2730
|
+
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
|
2731
|
+
}
|
2732
|
+
},
|
2733
|
+
"@babel/plugin-proposal-numeric-separator": {
|
2734
|
+
"version": "7.16.5",
|
2735
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.5.tgz",
|
2736
|
+
"integrity": "sha512-DvB9l/TcsCRvsIV9v4jxR/jVP45cslTVC0PMVHvaJhhNuhn2Y1SOhCSFlPK777qLB5wb8rVDaNoqMTyOqtY5Iw==",
|
2737
|
+
"requires": {
|
2738
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
2739
|
+
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
|
2740
|
+
}
|
2741
|
+
},
|
2742
|
+
"@babel/plugin-proposal-object-rest-spread": {
|
2743
|
+
"version": "7.16.5",
|
2744
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.5.tgz",
|
2745
|
+
"integrity": "sha512-UEd6KpChoyPhCoE840KRHOlGhEZFutdPDMGj+0I56yuTTOaT51GzmnEl/0uT41fB/vD2nT+Pci2KjezyE3HmUw==",
|
2746
|
+
"requires": {
|
2747
|
+
"@babel/compat-data": "^7.16.4",
|
2748
|
+
"@babel/helper-compilation-targets": "^7.16.3",
|
2749
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
2750
|
+
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
2751
|
+
"@babel/plugin-transform-parameters": "^7.16.5"
|
2752
|
+
}
|
2753
|
+
},
|
2754
|
+
"@babel/plugin-proposal-optional-catch-binding": {
|
2755
|
+
"version": "7.16.5",
|
2756
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.5.tgz",
|
2757
|
+
"integrity": "sha512-ihCMxY1Iljmx4bWy/PIMJGXN4NS4oUj1MKynwO07kiKms23pNvIn1DMB92DNB2R0EA882sw0VXIelYGdtF7xEQ==",
|
2758
|
+
"requires": {
|
2759
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
2760
|
+
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
|
2761
|
+
}
|
2762
|
+
},
|
2763
|
+
"@babel/plugin-proposal-optional-chaining": {
|
2764
|
+
"version": "7.16.5",
|
2765
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.5.tgz",
|
2766
|
+
"integrity": "sha512-kzdHgnaXRonttiTfKYnSVafbWngPPr2qKw9BWYBESl91W54e+9R5pP70LtWxV56g0f05f/SQrwHYkfvbwcdQ/A==",
|
2767
|
+
"requires": {
|
2768
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
2769
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
|
2770
|
+
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
|
2771
|
+
}
|
2772
|
+
},
|
2773
|
+
"@babel/plugin-proposal-private-methods": {
|
2774
|
+
"version": "7.16.5",
|
2775
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.5.tgz",
|
2776
|
+
"integrity": "sha512-+yFMO4BGT3sgzXo+lrq7orX5mAZt57DwUK6seqII6AcJnJOIhBJ8pzKH47/ql/d426uQ7YhN8DpUFirQzqYSUA==",
|
2777
|
+
"requires": {
|
2778
|
+
"@babel/helper-create-class-features-plugin": "^7.16.5",
|
2779
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
2780
|
+
}
|
2781
|
+
},
|
2782
|
+
"@babel/plugin-proposal-private-property-in-object": {
|
2783
|
+
"version": "7.16.5",
|
2784
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.5.tgz",
|
2785
|
+
"integrity": "sha512-+YGh5Wbw0NH3y/E5YMu6ci5qTDmAEVNoZ3I54aB6nVEOZ5BQ7QJlwKq5pYVucQilMByGn/bvX0af+uNaPRCabA==",
|
2786
|
+
"requires": {
|
2787
|
+
"@babel/helper-annotate-as-pure": "^7.16.0",
|
2788
|
+
"@babel/helper-create-class-features-plugin": "^7.16.5",
|
2789
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
2790
|
+
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
|
2791
|
+
}
|
2792
|
+
},
|
2793
|
+
"@babel/plugin-proposal-unicode-property-regex": {
|
2794
|
+
"version": "7.16.5",
|
2795
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.5.tgz",
|
2796
|
+
"integrity": "sha512-s5sKtlKQyFSatt781HQwv1hoM5BQ9qRH30r+dK56OLDsHmV74mzwJNX7R1yMuE7VZKG5O6q/gmOGSAO6ikTudg==",
|
2797
|
+
"requires": {
|
2798
|
+
"@babel/helper-create-regexp-features-plugin": "^7.16.0",
|
2799
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
2800
|
+
}
|
2801
|
+
},
|
2802
|
+
"@babel/plugin-syntax-async-generators": {
|
2803
|
+
"version": "7.8.4",
|
2804
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
|
2805
|
+
"integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
|
2806
|
+
"requires": {
|
2807
|
+
"@babel/helper-plugin-utils": "^7.8.0"
|
2808
|
+
}
|
2809
|
+
},
|
2810
|
+
"@babel/plugin-syntax-class-properties": {
|
2811
|
+
"version": "7.12.13",
|
2812
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
|
2813
|
+
"integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
|
2814
|
+
"requires": {
|
2815
|
+
"@babel/helper-plugin-utils": "^7.12.13"
|
2816
|
+
}
|
2817
|
+
},
|
2818
|
+
"@babel/plugin-syntax-class-static-block": {
|
2819
|
+
"version": "7.14.5",
|
2820
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
|
2821
|
+
"integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
|
2822
|
+
"requires": {
|
2823
|
+
"@babel/helper-plugin-utils": "^7.14.5"
|
2824
|
+
}
|
2825
|
+
},
|
2826
|
+
"@babel/plugin-syntax-dynamic-import": {
|
2827
|
+
"version": "7.8.3",
|
2828
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
|
2829
|
+
"integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
|
2830
|
+
"requires": {
|
2831
|
+
"@babel/helper-plugin-utils": "^7.8.0"
|
2832
|
+
}
|
2833
|
+
},
|
2834
|
+
"@babel/plugin-syntax-export-namespace-from": {
|
2835
|
+
"version": "7.8.3",
|
2836
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
|
2837
|
+
"integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
|
2838
|
+
"requires": {
|
2839
|
+
"@babel/helper-plugin-utils": "^7.8.3"
|
2840
|
+
}
|
2841
|
+
},
|
2842
|
+
"@babel/plugin-syntax-json-strings": {
|
2843
|
+
"version": "7.8.3",
|
2844
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
|
2845
|
+
"integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
|
2846
|
+
"requires": {
|
2847
|
+
"@babel/helper-plugin-utils": "^7.8.0"
|
2848
|
+
}
|
2849
|
+
},
|
2850
|
+
"@babel/plugin-syntax-logical-assignment-operators": {
|
2851
|
+
"version": "7.10.4",
|
2852
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
|
2853
|
+
"integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
|
2854
|
+
"requires": {
|
2855
|
+
"@babel/helper-plugin-utils": "^7.10.4"
|
2856
|
+
}
|
2857
|
+
},
|
2858
|
+
"@babel/plugin-syntax-nullish-coalescing-operator": {
|
2859
|
+
"version": "7.8.3",
|
2860
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
|
2861
|
+
"integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
|
2862
|
+
"requires": {
|
2863
|
+
"@babel/helper-plugin-utils": "^7.8.0"
|
2864
|
+
}
|
2865
|
+
},
|
2866
|
+
"@babel/plugin-syntax-numeric-separator": {
|
2867
|
+
"version": "7.10.4",
|
2868
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
|
2869
|
+
"integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
|
2870
|
+
"requires": {
|
2871
|
+
"@babel/helper-plugin-utils": "^7.10.4"
|
2872
|
+
}
|
2873
|
+
},
|
2874
|
+
"@babel/plugin-syntax-object-rest-spread": {
|
2875
|
+
"version": "7.8.3",
|
2876
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
|
2877
|
+
"integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
|
2878
|
+
"requires": {
|
2879
|
+
"@babel/helper-plugin-utils": "^7.8.0"
|
2880
|
+
}
|
2881
|
+
},
|
2882
|
+
"@babel/plugin-syntax-optional-catch-binding": {
|
2883
|
+
"version": "7.8.3",
|
2884
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
|
2885
|
+
"integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
|
2886
|
+
"requires": {
|
2887
|
+
"@babel/helper-plugin-utils": "^7.8.0"
|
2888
|
+
}
|
2889
|
+
},
|
2890
|
+
"@babel/plugin-syntax-optional-chaining": {
|
2891
|
+
"version": "7.8.3",
|
2892
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
|
2893
|
+
"integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
|
2894
|
+
"requires": {
|
2895
|
+
"@babel/helper-plugin-utils": "^7.8.0"
|
2896
|
+
}
|
2897
|
+
},
|
2898
|
+
"@babel/plugin-syntax-private-property-in-object": {
|
2899
|
+
"version": "7.14.5",
|
2900
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
|
2901
|
+
"integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
|
2902
|
+
"requires": {
|
2903
|
+
"@babel/helper-plugin-utils": "^7.14.5"
|
2904
|
+
}
|
2905
|
+
},
|
2906
|
+
"@babel/plugin-syntax-top-level-await": {
|
2907
|
+
"version": "7.14.5",
|
2908
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
|
2909
|
+
"integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
|
2910
|
+
"requires": {
|
2911
|
+
"@babel/helper-plugin-utils": "^7.14.5"
|
2912
|
+
}
|
2913
|
+
},
|
2914
|
+
"@babel/plugin-transform-arrow-functions": {
|
2915
|
+
"version": "7.16.5",
|
2916
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.5.tgz",
|
2917
|
+
"integrity": "sha512-8bTHiiZyMOyfZFULjsCnYOWG059FVMes0iljEHSfARhNgFfpsqE92OrCffv3veSw9rwMkYcFe9bj0ZoXU2IGtQ==",
|
2918
|
+
"requires": {
|
2919
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
2920
|
+
}
|
2921
|
+
},
|
2922
|
+
"@babel/plugin-transform-async-to-generator": {
|
2923
|
+
"version": "7.16.5",
|
2924
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.5.tgz",
|
2925
|
+
"integrity": "sha512-TMXgfioJnkXU+XRoj7P2ED7rUm5jbnDWwlCuFVTpQboMfbSya5WrmubNBAMlk7KXvywpo8rd8WuYZkis1o2H8w==",
|
2926
|
+
"requires": {
|
2927
|
+
"@babel/helper-module-imports": "^7.16.0",
|
2928
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
2929
|
+
"@babel/helper-remap-async-to-generator": "^7.16.5"
|
2930
|
+
}
|
2931
|
+
},
|
2932
|
+
"@babel/plugin-transform-block-scoped-functions": {
|
2933
|
+
"version": "7.16.5",
|
2934
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.5.tgz",
|
2935
|
+
"integrity": "sha512-BxmIyKLjUGksJ99+hJyL/HIxLIGnLKtw772zYDER7UuycDZ+Xvzs98ZQw6NGgM2ss4/hlFAaGiZmMNKvValEjw==",
|
2936
|
+
"requires": {
|
2937
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
2938
|
+
}
|
2939
|
+
},
|
2940
|
+
"@babel/plugin-transform-block-scoping": {
|
2941
|
+
"version": "7.16.5",
|
2942
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.5.tgz",
|
2943
|
+
"integrity": "sha512-JxjSPNZSiOtmxjX7PBRBeRJTUKTyJ607YUYeT0QJCNdsedOe+/rXITjP08eG8xUpsLfPirgzdCFN+h0w6RI+pQ==",
|
2944
|
+
"requires": {
|
2945
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
2946
|
+
}
|
2947
|
+
},
|
2948
|
+
"@babel/plugin-transform-classes": {
|
2949
|
+
"version": "7.16.5",
|
2950
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.5.tgz",
|
2951
|
+
"integrity": "sha512-DzJ1vYf/7TaCYy57J3SJ9rV+JEuvmlnvvyvYKFbk5u46oQbBvuB9/0w+YsVsxkOv8zVWKpDmUoj4T5ILHoXevA==",
|
2952
|
+
"requires": {
|
2953
|
+
"@babel/helper-annotate-as-pure": "^7.16.0",
|
2954
|
+
"@babel/helper-environment-visitor": "^7.16.5",
|
2955
|
+
"@babel/helper-function-name": "^7.16.0",
|
2956
|
+
"@babel/helper-optimise-call-expression": "^7.16.0",
|
2957
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
2958
|
+
"@babel/helper-replace-supers": "^7.16.5",
|
2959
|
+
"@babel/helper-split-export-declaration": "^7.16.0",
|
2960
|
+
"globals": "^11.1.0"
|
2961
|
+
}
|
2962
|
+
},
|
2963
|
+
"@babel/plugin-transform-computed-properties": {
|
2964
|
+
"version": "7.16.5",
|
2965
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.5.tgz",
|
2966
|
+
"integrity": "sha512-n1+O7xtU5lSLraRzX88CNcpl7vtGdPakKzww74bVwpAIRgz9JVLJJpOLb0uYqcOaXVM0TL6X0RVeIJGD2CnCkg==",
|
2967
|
+
"requires": {
|
2968
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
2969
|
+
}
|
2970
|
+
},
|
2971
|
+
"@babel/plugin-transform-destructuring": {
|
2972
|
+
"version": "7.16.5",
|
2973
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.5.tgz",
|
2974
|
+
"integrity": "sha512-GuRVAsjq+c9YPK6NeTkRLWyQskDC099XkBSVO+6QzbnOnH2d/4mBVXYStaPrZD3dFRfg00I6BFJ9Atsjfs8mlg==",
|
2975
|
+
"requires": {
|
2976
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
2977
|
+
}
|
2978
|
+
},
|
2979
|
+
"@babel/plugin-transform-dotall-regex": {
|
2980
|
+
"version": "7.16.5",
|
2981
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.5.tgz",
|
2982
|
+
"integrity": "sha512-iQiEMt8Q4/5aRGHpGVK2Zc7a6mx7qEAO7qehgSug3SDImnuMzgmm/wtJALXaz25zUj1PmnNHtShjFgk4PDx4nw==",
|
2983
|
+
"requires": {
|
2984
|
+
"@babel/helper-create-regexp-features-plugin": "^7.16.0",
|
2985
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
2986
|
+
}
|
2987
|
+
},
|
2988
|
+
"@babel/plugin-transform-duplicate-keys": {
|
2989
|
+
"version": "7.16.5",
|
2990
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.5.tgz",
|
2991
|
+
"integrity": "sha512-81tijpDg2a6I1Yhj4aWY1l3O1J4Cg/Pd7LfvuaH2VVInAkXtzibz9+zSPdUM1WvuUi128ksstAP0hM5w48vQgg==",
|
2992
|
+
"requires": {
|
2993
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
2994
|
+
}
|
2995
|
+
},
|
2996
|
+
"@babel/plugin-transform-exponentiation-operator": {
|
2997
|
+
"version": "7.16.5",
|
2998
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.5.tgz",
|
2999
|
+
"integrity": "sha512-12rba2HwemQPa7BLIKCzm1pT2/RuQHtSFHdNl41cFiC6oi4tcrp7gjB07pxQvFpcADojQywSjblQth6gJyE6CA==",
|
3000
|
+
"requires": {
|
3001
|
+
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.5",
|
3002
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3003
|
+
}
|
3004
|
+
},
|
3005
|
+
"@babel/plugin-transform-for-of": {
|
3006
|
+
"version": "7.16.5",
|
3007
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.5.tgz",
|
3008
|
+
"integrity": "sha512-+DpCAJFPAvViR17PIMi9x2AE34dll5wNlXO43wagAX2YcRGgEVHCNFC4azG85b4YyyFarvkc/iD5NPrz4Oneqw==",
|
3009
|
+
"requires": {
|
3010
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3011
|
+
}
|
3012
|
+
},
|
3013
|
+
"@babel/plugin-transform-function-name": {
|
3014
|
+
"version": "7.16.5",
|
3015
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.5.tgz",
|
3016
|
+
"integrity": "sha512-Fuec/KPSpVLbGo6z1RPw4EE1X+z9gZk1uQmnYy7v4xr4TO9p41v1AoUuXEtyqAI7H+xNJYSICzRqZBhDEkd3kQ==",
|
3017
|
+
"requires": {
|
3018
|
+
"@babel/helper-function-name": "^7.16.0",
|
3019
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3020
|
+
}
|
3021
|
+
},
|
3022
|
+
"@babel/plugin-transform-literals": {
|
3023
|
+
"version": "7.16.5",
|
3024
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.5.tgz",
|
3025
|
+
"integrity": "sha512-B1j9C/IfvshnPcklsc93AVLTrNVa69iSqztylZH6qnmiAsDDOmmjEYqOm3Ts2lGSgTSywnBNiqC949VdD0/gfw==",
|
3026
|
+
"requires": {
|
3027
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3028
|
+
}
|
3029
|
+
},
|
3030
|
+
"@babel/plugin-transform-member-expression-literals": {
|
3031
|
+
"version": "7.16.5",
|
3032
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.5.tgz",
|
3033
|
+
"integrity": "sha512-d57i3vPHWgIde/9Y8W/xSFUndhvhZN5Wu2TjRrN1MVz5KzdUihKnfDVlfP1U7mS5DNj/WHHhaE4/tTi4hIyHwQ==",
|
3034
|
+
"requires": {
|
3035
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3036
|
+
}
|
3037
|
+
},
|
3038
|
+
"@babel/plugin-transform-modules-amd": {
|
3039
|
+
"version": "7.16.5",
|
3040
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.5.tgz",
|
3041
|
+
"integrity": "sha512-oHI15S/hdJuSCfnwIz+4lm6wu/wBn7oJ8+QrkzPPwSFGXk8kgdI/AIKcbR/XnD1nQVMg/i6eNaXpszbGuwYDRQ==",
|
3042
|
+
"requires": {
|
3043
|
+
"@babel/helper-module-transforms": "^7.16.5",
|
3044
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
3045
|
+
"babel-plugin-dynamic-import-node": "^2.3.3"
|
3046
|
+
}
|
3047
|
+
},
|
3048
|
+
"@babel/plugin-transform-modules-commonjs": {
|
3049
|
+
"version": "7.16.5",
|
3050
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.5.tgz",
|
3051
|
+
"integrity": "sha512-ABhUkxvoQyqhCWyb8xXtfwqNMJD7tx+irIRnUh6lmyFud7Jln1WzONXKlax1fg/ey178EXbs4bSGNd6PngO+SQ==",
|
3052
|
+
"requires": {
|
3053
|
+
"@babel/helper-module-transforms": "^7.16.5",
|
3054
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
3055
|
+
"@babel/helper-simple-access": "^7.16.0",
|
3056
|
+
"babel-plugin-dynamic-import-node": "^2.3.3"
|
3057
|
+
}
|
3058
|
+
},
|
3059
|
+
"@babel/plugin-transform-modules-systemjs": {
|
3060
|
+
"version": "7.16.5",
|
3061
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.5.tgz",
|
3062
|
+
"integrity": "sha512-53gmLdScNN28XpjEVIm7LbWnD/b/TpbwKbLk6KV4KqC9WyU6rq1jnNmVG6UgAdQZVVGZVoik3DqHNxk4/EvrjA==",
|
3063
|
+
"requires": {
|
3064
|
+
"@babel/helper-hoist-variables": "^7.16.0",
|
3065
|
+
"@babel/helper-module-transforms": "^7.16.5",
|
3066
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
3067
|
+
"@babel/helper-validator-identifier": "^7.15.7",
|
3068
|
+
"babel-plugin-dynamic-import-node": "^2.3.3"
|
3069
|
+
}
|
3070
|
+
},
|
3071
|
+
"@babel/plugin-transform-modules-umd": {
|
3072
|
+
"version": "7.16.5",
|
3073
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.5.tgz",
|
3074
|
+
"integrity": "sha512-qTFnpxHMoenNHkS3VoWRdwrcJ3FhX567GvDA3hRZKF0Dj8Fmg0UzySZp3AP2mShl/bzcywb/UWAMQIjA1bhXvw==",
|
3075
|
+
"requires": {
|
3076
|
+
"@babel/helper-module-transforms": "^7.16.5",
|
3077
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3078
|
+
}
|
3079
|
+
},
|
3080
|
+
"@babel/plugin-transform-named-capturing-groups-regex": {
|
3081
|
+
"version": "7.16.5",
|
3082
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.5.tgz",
|
3083
|
+
"integrity": "sha512-/wqGDgvFUeKELW6ex6QB7dLVRkd5ehjw34tpXu1nhKC0sFfmaLabIswnpf8JgDyV2NeDmZiwoOb0rAmxciNfjA==",
|
3084
|
+
"requires": {
|
3085
|
+
"@babel/helper-create-regexp-features-plugin": "^7.16.0"
|
3086
|
+
}
|
3087
|
+
},
|
3088
|
+
"@babel/plugin-transform-new-target": {
|
3089
|
+
"version": "7.16.5",
|
3090
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.5.tgz",
|
3091
|
+
"integrity": "sha512-ZaIrnXF08ZC8jnKR4/5g7YakGVL6go6V9ql6Jl3ecO8PQaQqFE74CuM384kezju7Z9nGCCA20BqZaR1tJ/WvHg==",
|
3092
|
+
"requires": {
|
3093
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3094
|
+
}
|
3095
|
+
},
|
3096
|
+
"@babel/plugin-transform-object-super": {
|
3097
|
+
"version": "7.16.5",
|
3098
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.5.tgz",
|
3099
|
+
"integrity": "sha512-tded+yZEXuxt9Jdtkc1RraW1zMF/GalVxaVVxh41IYwirdRgyAxxxCKZ9XB7LxZqmsjfjALxupNE1MIz9KH+Zg==",
|
3100
|
+
"requires": {
|
3101
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
3102
|
+
"@babel/helper-replace-supers": "^7.16.5"
|
3103
|
+
}
|
3104
|
+
},
|
3105
|
+
"@babel/plugin-transform-parameters": {
|
3106
|
+
"version": "7.16.5",
|
3107
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.5.tgz",
|
3108
|
+
"integrity": "sha512-B3O6AL5oPop1jAVg8CV+haeUte9oFuY85zu0jwnRNZZi3tVAbJriu5tag/oaO2kGaQM/7q7aGPBlTI5/sr9enA==",
|
3109
|
+
"requires": {
|
3110
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3111
|
+
}
|
3112
|
+
},
|
3113
|
+
"@babel/plugin-transform-property-literals": {
|
3114
|
+
"version": "7.16.5",
|
3115
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.5.tgz",
|
3116
|
+
"integrity": "sha512-+IRcVW71VdF9pEH/2R/Apab4a19LVvdVsr/gEeotH00vSDVlKD+XgfSIw+cgGWsjDB/ziqGv/pGoQZBIiQVXHg==",
|
3117
|
+
"requires": {
|
3118
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3119
|
+
}
|
3120
|
+
},
|
3121
|
+
"@babel/plugin-transform-regenerator": {
|
3122
|
+
"version": "7.16.5",
|
3123
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.5.tgz",
|
3124
|
+
"integrity": "sha512-2z+it2eVWU8TtQQRauvGUqZwLy4+7rTfo6wO4npr+fvvN1SW30ZF3O/ZRCNmTuu4F5MIP8OJhXAhRV5QMJOuYg==",
|
3125
|
+
"requires": {
|
3126
|
+
"regenerator-transform": "^0.14.2"
|
3127
|
+
}
|
3128
|
+
},
|
3129
|
+
"@babel/plugin-transform-reserved-words": {
|
3130
|
+
"version": "7.16.5",
|
3131
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.5.tgz",
|
3132
|
+
"integrity": "sha512-aIB16u8lNcf7drkhXJRoggOxSTUAuihTSTfAcpynowGJOZiGf+Yvi7RuTwFzVYSYPmWyARsPqUGoZWWWxLiknw==",
|
3133
|
+
"requires": {
|
3134
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3135
|
+
}
|
3136
|
+
},
|
3137
|
+
"@babel/plugin-transform-runtime": {
|
3138
|
+
"version": "7.16.5",
|
3139
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.5.tgz",
|
3140
|
+
"integrity": "sha512-gxpfS8XQWDbQ8oP5NcmpXxtEgCJkbO+W9VhZlOhr0xPyVaRjAQPOv7ZDj9fg0d5s9+NiVvMCE6gbkEkcsxwGRw==",
|
3141
|
+
"requires": {
|
3142
|
+
"@babel/helper-module-imports": "^7.16.0",
|
3143
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
3144
|
+
"babel-plugin-polyfill-corejs2": "^0.3.0",
|
3145
|
+
"babel-plugin-polyfill-corejs3": "^0.4.0",
|
3146
|
+
"babel-plugin-polyfill-regenerator": "^0.3.0",
|
3147
|
+
"semver": "^6.3.0"
|
3148
|
+
}
|
3149
|
+
},
|
3150
|
+
"@babel/plugin-transform-shorthand-properties": {
|
3151
|
+
"version": "7.16.5",
|
3152
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.5.tgz",
|
3153
|
+
"integrity": "sha512-ZbuWVcY+MAXJuuW7qDoCwoxDUNClfZxoo7/4swVbOW1s/qYLOMHlm9YRWMsxMFuLs44eXsv4op1vAaBaBaDMVg==",
|
3154
|
+
"requires": {
|
3155
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3156
|
+
}
|
3157
|
+
},
|
3158
|
+
"@babel/plugin-transform-spread": {
|
3159
|
+
"version": "7.16.5",
|
3160
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.5.tgz",
|
3161
|
+
"integrity": "sha512-5d6l/cnG7Lw4tGHEoga4xSkYp1euP7LAtrah1h1PgJ3JY7yNsjybsxQAnVK4JbtReZ/8z6ASVmd3QhYYKLaKZw==",
|
3162
|
+
"requires": {
|
3163
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
3164
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.16.0"
|
3165
|
+
}
|
3166
|
+
},
|
3167
|
+
"@babel/plugin-transform-sticky-regex": {
|
3168
|
+
"version": "7.16.5",
|
3169
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.5.tgz",
|
3170
|
+
"integrity": "sha512-usYsuO1ID2LXxzuUxifgWtJemP7wL2uZtyrTVM4PKqsmJycdS4U4mGovL5xXkfUheds10Dd2PjoQLXw6zCsCbg==",
|
3171
|
+
"requires": {
|
3172
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3173
|
+
}
|
3174
|
+
},
|
3175
|
+
"@babel/plugin-transform-template-literals": {
|
3176
|
+
"version": "7.16.5",
|
3177
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.5.tgz",
|
3178
|
+
"integrity": "sha512-gnyKy9RyFhkovex4BjKWL3BVYzUDG6zC0gba7VMLbQoDuqMfJ1SDXs8k/XK41Mmt1Hyp4qNAvGFb9hKzdCqBRQ==",
|
3179
|
+
"requires": {
|
3180
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3181
|
+
}
|
3182
|
+
},
|
3183
|
+
"@babel/plugin-transform-typeof-symbol": {
|
3184
|
+
"version": "7.16.5",
|
3185
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.5.tgz",
|
3186
|
+
"integrity": "sha512-ldxCkW180qbrvyCVDzAUZqB0TAeF8W/vGJoRcaf75awm6By+PxfJKvuqVAnq8N9wz5Xa6mSpM19OfVKKVmGHSQ==",
|
3187
|
+
"requires": {
|
3188
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3189
|
+
}
|
3190
|
+
},
|
3191
|
+
"@babel/plugin-transform-unicode-escapes": {
|
3192
|
+
"version": "7.16.5",
|
3193
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.5.tgz",
|
3194
|
+
"integrity": "sha512-shiCBHTIIChGLdyojsKQjoAyB8MBwat25lKM7MJjbe1hE0bgIppD+LX9afr41lLHOhqceqeWl4FkLp+Bgn9o1Q==",
|
3195
|
+
"requires": {
|
3196
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3197
|
+
}
|
3198
|
+
},
|
3199
|
+
"@babel/plugin-transform-unicode-regex": {
|
3200
|
+
"version": "7.16.5",
|
3201
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.5.tgz",
|
3202
|
+
"integrity": "sha512-GTJ4IW012tiPEMMubd7sD07iU9O/LOo8Q/oU4xNhcaq0Xn8+6TcUQaHtC8YxySo1T+ErQ8RaWogIEeFhKGNPzw==",
|
3203
|
+
"requires": {
|
3204
|
+
"@babel/helper-create-regexp-features-plugin": "^7.16.0",
|
3205
|
+
"@babel/helper-plugin-utils": "^7.16.5"
|
3206
|
+
}
|
3207
|
+
},
|
3208
|
+
"@babel/preset-env": {
|
3209
|
+
"version": "7.16.5",
|
3210
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.5.tgz",
|
3211
|
+
"integrity": "sha512-MiJJW5pwsktG61NDxpZ4oJ1CKxM1ncam9bzRtx9g40/WkLRkxFP6mhpkYV0/DxcciqoiHicx291+eUQrXb/SfQ==",
|
3212
|
+
"requires": {
|
3213
|
+
"@babel/compat-data": "^7.16.4",
|
3214
|
+
"@babel/helper-compilation-targets": "^7.16.3",
|
3215
|
+
"@babel/helper-plugin-utils": "^7.16.5",
|
3216
|
+
"@babel/helper-validator-option": "^7.14.5",
|
3217
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.2",
|
3218
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.0",
|
3219
|
+
"@babel/plugin-proposal-async-generator-functions": "^7.16.5",
|
3220
|
+
"@babel/plugin-proposal-class-properties": "^7.16.5",
|
3221
|
+
"@babel/plugin-proposal-class-static-block": "^7.16.5",
|
3222
|
+
"@babel/plugin-proposal-dynamic-import": "^7.16.5",
|
3223
|
+
"@babel/plugin-proposal-export-namespace-from": "^7.16.5",
|
3224
|
+
"@babel/plugin-proposal-json-strings": "^7.16.5",
|
3225
|
+
"@babel/plugin-proposal-logical-assignment-operators": "^7.16.5",
|
3226
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5",
|
3227
|
+
"@babel/plugin-proposal-numeric-separator": "^7.16.5",
|
3228
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.16.5",
|
3229
|
+
"@babel/plugin-proposal-optional-catch-binding": "^7.16.5",
|
3230
|
+
"@babel/plugin-proposal-optional-chaining": "^7.16.5",
|
3231
|
+
"@babel/plugin-proposal-private-methods": "^7.16.5",
|
3232
|
+
"@babel/plugin-proposal-private-property-in-object": "^7.16.5",
|
3233
|
+
"@babel/plugin-proposal-unicode-property-regex": "^7.16.5",
|
3234
|
+
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
3235
|
+
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
3236
|
+
"@babel/plugin-syntax-class-static-block": "^7.14.5",
|
3237
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
3238
|
+
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
|
3239
|
+
"@babel/plugin-syntax-json-strings": "^7.8.3",
|
3240
|
+
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
|
3241
|
+
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
|
3242
|
+
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
|
3243
|
+
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
3244
|
+
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
|
3245
|
+
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
3246
|
+
"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
|
3247
|
+
"@babel/plugin-syntax-top-level-await": "^7.14.5",
|
3248
|
+
"@babel/plugin-transform-arrow-functions": "^7.16.5",
|
3249
|
+
"@babel/plugin-transform-async-to-generator": "^7.16.5",
|
3250
|
+
"@babel/plugin-transform-block-scoped-functions": "^7.16.5",
|
3251
|
+
"@babel/plugin-transform-block-scoping": "^7.16.5",
|
3252
|
+
"@babel/plugin-transform-classes": "^7.16.5",
|
3253
|
+
"@babel/plugin-transform-computed-properties": "^7.16.5",
|
3254
|
+
"@babel/plugin-transform-destructuring": "^7.16.5",
|
3255
|
+
"@babel/plugin-transform-dotall-regex": "^7.16.5",
|
3256
|
+
"@babel/plugin-transform-duplicate-keys": "^7.16.5",
|
3257
|
+
"@babel/plugin-transform-exponentiation-operator": "^7.16.5",
|
3258
|
+
"@babel/plugin-transform-for-of": "^7.16.5",
|
3259
|
+
"@babel/plugin-transform-function-name": "^7.16.5",
|
3260
|
+
"@babel/plugin-transform-literals": "^7.16.5",
|
3261
|
+
"@babel/plugin-transform-member-expression-literals": "^7.16.5",
|
3262
|
+
"@babel/plugin-transform-modules-amd": "^7.16.5",
|
3263
|
+
"@babel/plugin-transform-modules-commonjs": "^7.16.5",
|
3264
|
+
"@babel/plugin-transform-modules-systemjs": "^7.16.5",
|
3265
|
+
"@babel/plugin-transform-modules-umd": "^7.16.5",
|
3266
|
+
"@babel/plugin-transform-named-capturing-groups-regex": "^7.16.5",
|
3267
|
+
"@babel/plugin-transform-new-target": "^7.16.5",
|
3268
|
+
"@babel/plugin-transform-object-super": "^7.16.5",
|
3269
|
+
"@babel/plugin-transform-parameters": "^7.16.5",
|
3270
|
+
"@babel/plugin-transform-property-literals": "^7.16.5",
|
3271
|
+
"@babel/plugin-transform-regenerator": "^7.16.5",
|
3272
|
+
"@babel/plugin-transform-reserved-words": "^7.16.5",
|
3273
|
+
"@babel/plugin-transform-shorthand-properties": "^7.16.5",
|
3274
|
+
"@babel/plugin-transform-spread": "^7.16.5",
|
3275
|
+
"@babel/plugin-transform-sticky-regex": "^7.16.5",
|
3276
|
+
"@babel/plugin-transform-template-literals": "^7.16.5",
|
3277
|
+
"@babel/plugin-transform-typeof-symbol": "^7.16.5",
|
3278
|
+
"@babel/plugin-transform-unicode-escapes": "^7.16.5",
|
3279
|
+
"@babel/plugin-transform-unicode-regex": "^7.16.5",
|
3280
|
+
"@babel/preset-modules": "^0.1.5",
|
3281
|
+
"@babel/types": "^7.16.0",
|
3282
|
+
"babel-plugin-polyfill-corejs2": "^0.3.0",
|
3283
|
+
"babel-plugin-polyfill-corejs3": "^0.4.0",
|
3284
|
+
"babel-plugin-polyfill-regenerator": "^0.3.0",
|
3285
|
+
"core-js-compat": "^3.19.1",
|
3286
|
+
"semver": "^6.3.0"
|
3287
|
+
}
|
3288
|
+
},
|
3289
|
+
"@babel/preset-modules": {
|
3290
|
+
"version": "0.1.5",
|
3291
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
|
3292
|
+
"integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
|
3293
|
+
"requires": {
|
3294
|
+
"@babel/helper-plugin-utils": "^7.0.0",
|
3295
|
+
"@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
|
3296
|
+
"@babel/plugin-transform-dotall-regex": "^7.4.4",
|
3297
|
+
"@babel/types": "^7.4.4",
|
3298
|
+
"esutils": "^2.0.2"
|
3299
|
+
}
|
3300
|
+
},
|
3301
|
+
"@babel/runtime": {
|
3302
|
+
"version": "7.16.5",
|
3303
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.5.tgz",
|
3304
|
+
"integrity": "sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA==",
|
3305
|
+
"requires": {
|
3306
|
+
"regenerator-runtime": "^0.13.4"
|
3307
|
+
}
|
3308
|
+
},
|
3309
|
+
"@babel/template": {
|
3310
|
+
"version": "7.16.0",
|
3311
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.0.tgz",
|
3312
|
+
"integrity": "sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==",
|
3313
|
+
"requires": {
|
3314
|
+
"@babel/code-frame": "^7.16.0",
|
3315
|
+
"@babel/parser": "^7.16.0",
|
3316
|
+
"@babel/types": "^7.16.0"
|
3317
|
+
}
|
3318
|
+
},
|
3319
|
+
"@babel/traverse": {
|
3320
|
+
"version": "7.16.5",
|
3321
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.5.tgz",
|
3322
|
+
"integrity": "sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ==",
|
3323
|
+
"requires": {
|
3324
|
+
"@babel/code-frame": "^7.16.0",
|
3325
|
+
"@babel/generator": "^7.16.5",
|
3326
|
+
"@babel/helper-environment-visitor": "^7.16.5",
|
3327
|
+
"@babel/helper-function-name": "^7.16.0",
|
3328
|
+
"@babel/helper-hoist-variables": "^7.16.0",
|
3329
|
+
"@babel/helper-split-export-declaration": "^7.16.0",
|
3330
|
+
"@babel/parser": "^7.16.5",
|
3331
|
+
"@babel/types": "^7.16.0",
|
3332
|
+
"debug": "^4.1.0",
|
3333
|
+
"globals": "^11.1.0"
|
3334
|
+
}
|
3335
|
+
},
|
3336
|
+
"@babel/types": {
|
3337
|
+
"version": "7.16.0",
|
3338
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz",
|
3339
|
+
"integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==",
|
3340
|
+
"requires": {
|
3341
|
+
"@babel/helper-validator-identifier": "^7.15.7",
|
3342
|
+
"to-fast-properties": "^2.0.0"
|
3343
|
+
}
|
3344
|
+
},
|
3345
|
+
"@rollup/plugin-babel": {
|
3346
|
+
"version": "5.3.0",
|
3347
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.0.tgz",
|
3348
|
+
"integrity": "sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==",
|
3349
|
+
"requires": {
|
3350
|
+
"@babel/helper-module-imports": "^7.10.4",
|
3351
|
+
"@rollup/pluginutils": "^3.1.0"
|
3352
|
+
}
|
3353
|
+
},
|
3354
|
+
"@rollup/plugin-commonjs": {
|
3355
|
+
"version": "21.0.1",
|
3356
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.1.tgz",
|
3357
|
+
"integrity": "sha512-EA+g22lbNJ8p5kuZJUYyhhDK7WgJckW5g4pNN7n4mAFUM96VuwUnNT3xr2Db2iCZPI1pJPbGyfT5mS9T1dHfMg==",
|
3358
|
+
"requires": {
|
3359
|
+
"@rollup/pluginutils": "^3.1.0",
|
3360
|
+
"commondir": "^1.0.1",
|
3361
|
+
"estree-walker": "^2.0.1",
|
3362
|
+
"glob": "^7.1.6",
|
3363
|
+
"is-reference": "^1.2.1",
|
3364
|
+
"magic-string": "^0.25.7",
|
3365
|
+
"resolve": "^1.17.0"
|
3366
|
+
},
|
3367
|
+
"dependencies": {
|
3368
|
+
"estree-walker": {
|
3369
|
+
"version": "2.0.2",
|
3370
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
3371
|
+
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
3372
|
+
}
|
3373
|
+
}
|
3374
|
+
},
|
3375
|
+
"@rollup/plugin-node-resolve": {
|
3376
|
+
"version": "13.1.1",
|
3377
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.1.1.tgz",
|
3378
|
+
"integrity": "sha512-6QKtRevXLrmEig9UiMYt2fSvee9TyltGRfw+qSs6xjUnxwjOzTOqy+/Lpxsgjb8mJn1EQNbCDAvt89O4uzL5kw==",
|
3379
|
+
"requires": {
|
3380
|
+
"@rollup/pluginutils": "^3.1.0",
|
3381
|
+
"@types/resolve": "1.17.1",
|
3382
|
+
"builtin-modules": "^3.1.0",
|
3383
|
+
"deepmerge": "^4.2.2",
|
3384
|
+
"is-module": "^1.0.0",
|
3385
|
+
"resolve": "^1.19.0"
|
3386
|
+
}
|
3387
|
+
},
|
3388
|
+
"@rollup/pluginutils": {
|
3389
|
+
"version": "3.1.0",
|
3390
|
+
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
|
3391
|
+
"integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
|
3392
|
+
"requires": {
|
3393
|
+
"@types/estree": "0.0.39",
|
3394
|
+
"estree-walker": "^1.0.1",
|
3395
|
+
"picomatch": "^2.2.2"
|
3396
|
+
}
|
3397
|
+
},
|
3398
|
+
"@types/estree": {
|
3399
|
+
"version": "0.0.39",
|
3400
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
|
3401
|
+
"integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
|
3402
|
+
},
|
3403
|
+
"@types/node": {
|
3404
|
+
"version": "16.11.13",
|
3405
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.13.tgz",
|
3406
|
+
"integrity": "sha512-eUXZzHLHoZqj1frtUetNkUetYoJ6X55UmrVnFD4DMhVeAmwLjniZhtBmsRiemQh4uq4G3vUra/Ws/hs9vEvL3Q=="
|
3407
|
+
},
|
3408
|
+
"@types/resolve": {
|
3409
|
+
"version": "1.17.1",
|
3410
|
+
"resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
|
3411
|
+
"integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
|
3412
|
+
"requires": {
|
3413
|
+
"@types/node": "*"
|
3414
|
+
}
|
3415
|
+
},
|
3416
|
+
"ansi-styles": {
|
3417
|
+
"version": "3.2.1",
|
3418
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
3419
|
+
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
3420
|
+
"requires": {
|
3421
|
+
"color-convert": "^1.9.0"
|
3422
|
+
}
|
3423
|
+
},
|
3424
|
+
"babel-plugin-dynamic-import-node": {
|
3425
|
+
"version": "2.3.3",
|
3426
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
|
3427
|
+
"integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
|
3428
|
+
"requires": {
|
3429
|
+
"object.assign": "^4.1.0"
|
3430
|
+
}
|
3431
|
+
},
|
3432
|
+
"babel-plugin-polyfill-corejs2": {
|
3433
|
+
"version": "0.3.0",
|
3434
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz",
|
3435
|
+
"integrity": "sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==",
|
3436
|
+
"requires": {
|
3437
|
+
"@babel/compat-data": "^7.13.11",
|
3438
|
+
"@babel/helper-define-polyfill-provider": "^0.3.0",
|
3439
|
+
"semver": "^6.1.1"
|
3440
|
+
}
|
3441
|
+
},
|
3442
|
+
"babel-plugin-polyfill-corejs3": {
|
3443
|
+
"version": "0.4.0",
|
3444
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz",
|
3445
|
+
"integrity": "sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==",
|
3446
|
+
"requires": {
|
3447
|
+
"@babel/helper-define-polyfill-provider": "^0.3.0",
|
3448
|
+
"core-js-compat": "^3.18.0"
|
3449
|
+
}
|
3450
|
+
},
|
3451
|
+
"babel-plugin-polyfill-regenerator": {
|
3452
|
+
"version": "0.3.0",
|
3453
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz",
|
3454
|
+
"integrity": "sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==",
|
3455
|
+
"requires": {
|
3456
|
+
"@babel/helper-define-polyfill-provider": "^0.3.0"
|
3457
|
+
}
|
3458
|
+
},
|
3459
|
+
"babel-plugin-transform-runtime": {
|
3460
|
+
"version": "6.23.0",
|
3461
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz",
|
3462
|
+
"integrity": "sha1-iEkNRGUC6puOfvsP4J7E2ZR5se4=",
|
3463
|
+
"dev": true,
|
3464
|
+
"requires": {
|
3465
|
+
"babel-runtime": "^6.22.0"
|
3466
|
+
}
|
3467
|
+
},
|
3468
|
+
"babel-runtime": {
|
3469
|
+
"version": "6.26.0",
|
3470
|
+
"resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
|
3471
|
+
"integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
|
3472
|
+
"dev": true,
|
3473
|
+
"requires": {
|
3474
|
+
"core-js": "^2.4.0",
|
3475
|
+
"regenerator-runtime": "^0.11.0"
|
3476
|
+
},
|
3477
|
+
"dependencies": {
|
3478
|
+
"regenerator-runtime": {
|
3479
|
+
"version": "0.11.1",
|
3480
|
+
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
|
3481
|
+
"integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==",
|
3482
|
+
"dev": true
|
3483
|
+
}
|
3484
|
+
}
|
3485
|
+
},
|
3486
|
+
"balanced-match": {
|
3487
|
+
"version": "1.0.2",
|
3488
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
3489
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
3490
|
+
},
|
3491
|
+
"brace-expansion": {
|
3492
|
+
"version": "1.1.11",
|
3493
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
3494
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
3495
|
+
"requires": {
|
3496
|
+
"balanced-match": "^1.0.0",
|
3497
|
+
"concat-map": "0.0.1"
|
3498
|
+
}
|
3499
|
+
},
|
3500
|
+
"browserslist": {
|
3501
|
+
"version": "4.19.1",
|
3502
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz",
|
3503
|
+
"integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==",
|
3504
|
+
"requires": {
|
3505
|
+
"caniuse-lite": "^1.0.30001286",
|
3506
|
+
"electron-to-chromium": "^1.4.17",
|
3507
|
+
"escalade": "^3.1.1",
|
3508
|
+
"node-releases": "^2.0.1",
|
3509
|
+
"picocolors": "^1.0.0"
|
3510
|
+
}
|
3511
|
+
},
|
3512
|
+
"builtin-modules": {
|
3513
|
+
"version": "3.2.0",
|
3514
|
+
"resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.2.0.tgz",
|
3515
|
+
"integrity": "sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA=="
|
3516
|
+
},
|
3517
|
+
"call-bind": {
|
3518
|
+
"version": "1.0.2",
|
3519
|
+
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
|
3520
|
+
"integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
|
3521
|
+
"requires": {
|
3522
|
+
"function-bind": "^1.1.1",
|
3523
|
+
"get-intrinsic": "^1.0.2"
|
3524
|
+
}
|
3525
|
+
},
|
3526
|
+
"caniuse-lite": {
|
3527
|
+
"version": "1.0.30001286",
|
3528
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001286.tgz",
|
3529
|
+
"integrity": "sha512-zaEMRH6xg8ESMi2eQ3R4eZ5qw/hJiVsO/HlLwniIwErij0JDr9P+8V4dtx1l+kLq6j3yy8l8W4fst1lBnat5wQ=="
|
3530
|
+
},
|
3531
|
+
"chalk": {
|
3532
|
+
"version": "2.4.2",
|
3533
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
3534
|
+
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
3535
|
+
"requires": {
|
3536
|
+
"ansi-styles": "^3.2.1",
|
3537
|
+
"escape-string-regexp": "^1.0.5",
|
3538
|
+
"supports-color": "^5.3.0"
|
3539
|
+
}
|
3540
|
+
},
|
3541
|
+
"color-convert": {
|
3542
|
+
"version": "1.9.3",
|
3543
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
3544
|
+
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
3545
|
+
"requires": {
|
3546
|
+
"color-name": "1.1.3"
|
3547
|
+
}
|
3548
|
+
},
|
3549
|
+
"color-name": {
|
3550
|
+
"version": "1.1.3",
|
3551
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
3552
|
+
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
|
3553
|
+
},
|
3554
|
+
"commondir": {
|
3555
|
+
"version": "1.0.1",
|
3556
|
+
"resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
|
3557
|
+
"integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
|
3558
|
+
},
|
3559
|
+
"concat-map": {
|
3560
|
+
"version": "0.0.1",
|
3561
|
+
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
3562
|
+
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
|
3563
|
+
},
|
3564
|
+
"convert-source-map": {
|
3565
|
+
"version": "1.8.0",
|
3566
|
+
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
|
3567
|
+
"integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
|
3568
|
+
"peer": true,
|
3569
|
+
"requires": {
|
3570
|
+
"safe-buffer": "~5.1.1"
|
3571
|
+
}
|
3572
|
+
},
|
3573
|
+
"core-js": {
|
3574
|
+
"version": "2.6.12",
|
3575
|
+
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
|
3576
|
+
"integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
|
3577
|
+
"dev": true
|
3578
|
+
},
|
3579
|
+
"core-js-compat": {
|
3580
|
+
"version": "3.19.3",
|
3581
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.19.3.tgz",
|
3582
|
+
"integrity": "sha512-59tYzuWgEEVU9r+SRgceIGXSSUn47JknoiXW6Oq7RW8QHjXWz3/vp8pa7dbtuVu40sewz3OP3JmQEcDdztrLhA==",
|
3583
|
+
"requires": {
|
3584
|
+
"browserslist": "^4.18.1",
|
3585
|
+
"semver": "7.0.0"
|
3586
|
+
},
|
3587
|
+
"dependencies": {
|
3588
|
+
"semver": {
|
3589
|
+
"version": "7.0.0",
|
3590
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
|
3591
|
+
"integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A=="
|
3592
|
+
}
|
3593
|
+
}
|
3594
|
+
},
|
3595
|
+
"debug": {
|
3596
|
+
"version": "4.3.3",
|
3597
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
|
3598
|
+
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
|
3599
|
+
"requires": {
|
3600
|
+
"ms": "2.1.2"
|
3601
|
+
}
|
3602
|
+
},
|
3603
|
+
"deepmerge": {
|
3604
|
+
"version": "4.2.2",
|
3605
|
+
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
|
3606
|
+
"integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg=="
|
3607
|
+
},
|
3608
|
+
"define-properties": {
|
3609
|
+
"version": "1.1.3",
|
3610
|
+
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
|
3611
|
+
"integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
|
3612
|
+
"requires": {
|
3613
|
+
"object-keys": "^1.0.12"
|
3614
|
+
}
|
3615
|
+
},
|
3616
|
+
"electron-to-chromium": {
|
3617
|
+
"version": "1.4.17",
|
3618
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.17.tgz",
|
3619
|
+
"integrity": "sha512-zhk1MravPtq/KBhmGB7TLBILmXTgRG9TFSI3qS3DbgyfHzIl72iiTE37r/BHIbPCJJlWIo5rySyxiH4vWhu2ZA=="
|
3620
|
+
},
|
3621
|
+
"escalade": {
|
3622
|
+
"version": "3.1.1",
|
3623
|
+
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
|
3624
|
+
"integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw=="
|
3625
|
+
},
|
3626
|
+
"escape-string-regexp": {
|
3627
|
+
"version": "1.0.5",
|
3628
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
3629
|
+
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
|
3630
|
+
},
|
3631
|
+
"estree-walker": {
|
3632
|
+
"version": "1.0.1",
|
3633
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
|
3634
|
+
"integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
|
3635
|
+
},
|
3636
|
+
"esutils": {
|
3637
|
+
"version": "2.0.3",
|
3638
|
+
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
3639
|
+
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
|
3640
|
+
},
|
3641
|
+
"fs.realpath": {
|
3642
|
+
"version": "1.0.0",
|
3643
|
+
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
3644
|
+
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
|
3645
|
+
},
|
3646
|
+
"fsevents": {
|
3647
|
+
"version": "2.3.2",
|
3648
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
|
3649
|
+
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
|
3650
|
+
"optional": true,
|
3651
|
+
"peer": true
|
3652
|
+
},
|
3653
|
+
"function-bind": {
|
3654
|
+
"version": "1.1.1",
|
3655
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
|
3656
|
+
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
|
3657
|
+
},
|
3658
|
+
"gensync": {
|
3659
|
+
"version": "1.0.0-beta.2",
|
3660
|
+
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
3661
|
+
"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
|
3662
|
+
"peer": true
|
3663
|
+
},
|
3664
|
+
"get-intrinsic": {
|
3665
|
+
"version": "1.1.1",
|
3666
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
|
3667
|
+
"integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
|
3668
|
+
"requires": {
|
3669
|
+
"function-bind": "^1.1.1",
|
3670
|
+
"has": "^1.0.3",
|
3671
|
+
"has-symbols": "^1.0.1"
|
3672
|
+
}
|
3673
|
+
},
|
3674
|
+
"glob": {
|
3675
|
+
"version": "7.2.0",
|
3676
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
|
3677
|
+
"integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
|
3678
|
+
"requires": {
|
3679
|
+
"fs.realpath": "^1.0.0",
|
3680
|
+
"inflight": "^1.0.4",
|
3681
|
+
"inherits": "2",
|
3682
|
+
"minimatch": "^3.0.4",
|
3683
|
+
"once": "^1.3.0",
|
3684
|
+
"path-is-absolute": "^1.0.0"
|
3685
|
+
}
|
3686
|
+
},
|
3687
|
+
"globals": {
|
3688
|
+
"version": "11.12.0",
|
3689
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
|
3690
|
+
"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="
|
3691
|
+
},
|
3692
|
+
"has": {
|
3693
|
+
"version": "1.0.3",
|
3694
|
+
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
|
3695
|
+
"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
|
3696
|
+
"requires": {
|
3697
|
+
"function-bind": "^1.1.1"
|
3698
|
+
}
|
3699
|
+
},
|
3700
|
+
"has-flag": {
|
3701
|
+
"version": "3.0.0",
|
3702
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
3703
|
+
"integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
|
3704
|
+
},
|
3705
|
+
"has-symbols": {
|
3706
|
+
"version": "1.0.2",
|
3707
|
+
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
|
3708
|
+
"integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw=="
|
3709
|
+
},
|
3710
|
+
"inflight": {
|
3711
|
+
"version": "1.0.6",
|
3712
|
+
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
3713
|
+
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
|
3714
|
+
"requires": {
|
3715
|
+
"once": "^1.3.0",
|
3716
|
+
"wrappy": "1"
|
3717
|
+
}
|
3718
|
+
},
|
3719
|
+
"inherits": {
|
3720
|
+
"version": "2.0.4",
|
3721
|
+
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
3722
|
+
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
3723
|
+
},
|
3724
|
+
"is-core-module": {
|
3725
|
+
"version": "2.8.0",
|
3726
|
+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz",
|
3727
|
+
"integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==",
|
3728
|
+
"requires": {
|
3729
|
+
"has": "^1.0.3"
|
3730
|
+
}
|
3731
|
+
},
|
3732
|
+
"is-module": {
|
3733
|
+
"version": "1.0.0",
|
3734
|
+
"resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
|
3735
|
+
"integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE="
|
3736
|
+
},
|
3737
|
+
"is-reference": {
|
3738
|
+
"version": "1.2.1",
|
3739
|
+
"resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
|
3740
|
+
"integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
|
3741
|
+
"requires": {
|
3742
|
+
"@types/estree": "*"
|
3743
|
+
}
|
3744
|
+
},
|
3745
|
+
"js-tokens": {
|
3746
|
+
"version": "4.0.0",
|
3747
|
+
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
3748
|
+
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
|
3749
|
+
},
|
3750
|
+
"jsesc": {
|
3751
|
+
"version": "2.5.2",
|
3752
|
+
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
|
3753
|
+
"integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="
|
3754
|
+
},
|
3755
|
+
"json5": {
|
3756
|
+
"version": "2.2.0",
|
3757
|
+
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
|
3758
|
+
"integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
|
3759
|
+
"peer": true,
|
3760
|
+
"requires": {
|
3761
|
+
"minimist": "^1.2.5"
|
3762
|
+
}
|
3763
|
+
},
|
3764
|
+
"lodash.debounce": {
|
3765
|
+
"version": "4.0.8",
|
3766
|
+
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
|
3767
|
+
"integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168="
|
3768
|
+
},
|
3769
|
+
"magic-string": {
|
3770
|
+
"version": "0.25.7",
|
3771
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
|
3772
|
+
"integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==",
|
3773
|
+
"requires": {
|
3774
|
+
"sourcemap-codec": "^1.4.4"
|
3775
|
+
}
|
3776
|
+
},
|
3777
|
+
"minimatch": {
|
3778
|
+
"version": "3.0.4",
|
3779
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
|
3780
|
+
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
|
3781
|
+
"requires": {
|
3782
|
+
"brace-expansion": "^1.1.7"
|
3783
|
+
}
|
3784
|
+
},
|
3785
|
+
"minimist": {
|
3786
|
+
"version": "1.2.5",
|
3787
|
+
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
|
3788
|
+
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
|
3789
|
+
"peer": true
|
3790
|
+
},
|
3791
|
+
"ms": {
|
3792
|
+
"version": "2.1.2",
|
3793
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
3794
|
+
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
3795
|
+
},
|
3796
|
+
"node-releases": {
|
3797
|
+
"version": "2.0.1",
|
3798
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz",
|
3799
|
+
"integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA=="
|
3800
|
+
},
|
3801
|
+
"object-keys": {
|
3802
|
+
"version": "1.1.1",
|
3803
|
+
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
|
3804
|
+
"integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA=="
|
3805
|
+
},
|
3806
|
+
"object.assign": {
|
3807
|
+
"version": "4.1.2",
|
3808
|
+
"resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
|
3809
|
+
"integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
|
3810
|
+
"requires": {
|
3811
|
+
"call-bind": "^1.0.0",
|
3812
|
+
"define-properties": "^1.1.3",
|
3813
|
+
"has-symbols": "^1.0.1",
|
3814
|
+
"object-keys": "^1.1.1"
|
3815
|
+
}
|
3816
|
+
},
|
3817
|
+
"once": {
|
3818
|
+
"version": "1.4.0",
|
3819
|
+
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
3820
|
+
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
|
3821
|
+
"requires": {
|
3822
|
+
"wrappy": "1"
|
3823
|
+
}
|
3824
|
+
},
|
3825
|
+
"path-is-absolute": {
|
3826
|
+
"version": "1.0.1",
|
3827
|
+
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
3828
|
+
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
|
3829
|
+
},
|
3830
|
+
"path-parse": {
|
3831
|
+
"version": "1.0.7",
|
3832
|
+
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
3833
|
+
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
|
3834
|
+
},
|
3835
|
+
"picocolors": {
|
3836
|
+
"version": "1.0.0",
|
3837
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
|
3838
|
+
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
|
3839
|
+
},
|
3840
|
+
"picomatch": {
|
3841
|
+
"version": "2.3.0",
|
3842
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
|
3843
|
+
"integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw=="
|
3844
|
+
},
|
3845
|
+
"regenerate": {
|
3846
|
+
"version": "1.4.2",
|
3847
|
+
"resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
|
3848
|
+
"integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
|
3849
|
+
},
|
3850
|
+
"regenerate-unicode-properties": {
|
3851
|
+
"version": "9.0.0",
|
3852
|
+
"resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz",
|
3853
|
+
"integrity": "sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==",
|
3854
|
+
"requires": {
|
3855
|
+
"regenerate": "^1.4.2"
|
3856
|
+
}
|
3857
|
+
},
|
3858
|
+
"regenerator-runtime": {
|
3859
|
+
"version": "0.13.9",
|
3860
|
+
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
|
3861
|
+
"integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
|
3862
|
+
},
|
3863
|
+
"regenerator-transform": {
|
3864
|
+
"version": "0.14.5",
|
3865
|
+
"resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz",
|
3866
|
+
"integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==",
|
3867
|
+
"requires": {
|
3868
|
+
"@babel/runtime": "^7.8.4"
|
3869
|
+
}
|
3870
|
+
},
|
3871
|
+
"regexpu-core": {
|
3872
|
+
"version": "4.8.0",
|
3873
|
+
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.8.0.tgz",
|
3874
|
+
"integrity": "sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==",
|
3875
|
+
"requires": {
|
3876
|
+
"regenerate": "^1.4.2",
|
3877
|
+
"regenerate-unicode-properties": "^9.0.0",
|
3878
|
+
"regjsgen": "^0.5.2",
|
3879
|
+
"regjsparser": "^0.7.0",
|
3880
|
+
"unicode-match-property-ecmascript": "^2.0.0",
|
3881
|
+
"unicode-match-property-value-ecmascript": "^2.0.0"
|
3882
|
+
}
|
3883
|
+
},
|
3884
|
+
"regjsgen": {
|
3885
|
+
"version": "0.5.2",
|
3886
|
+
"resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
|
3887
|
+
"integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A=="
|
3888
|
+
},
|
3889
|
+
"regjsparser": {
|
3890
|
+
"version": "0.7.0",
|
3891
|
+
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.7.0.tgz",
|
3892
|
+
"integrity": "sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==",
|
3893
|
+
"requires": {
|
3894
|
+
"jsesc": "~0.5.0"
|
3895
|
+
},
|
3896
|
+
"dependencies": {
|
3897
|
+
"jsesc": {
|
3898
|
+
"version": "0.5.0",
|
3899
|
+
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
|
3900
|
+
"integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0="
|
3901
|
+
}
|
3902
|
+
}
|
3903
|
+
},
|
3904
|
+
"resolve": {
|
3905
|
+
"version": "1.20.0",
|
3906
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
|
3907
|
+
"integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
|
3908
|
+
"requires": {
|
3909
|
+
"is-core-module": "^2.2.0",
|
3910
|
+
"path-parse": "^1.0.6"
|
3911
|
+
}
|
3912
|
+
},
|
3913
|
+
"rollup": {
|
3914
|
+
"version": "2.61.1",
|
3915
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.61.1.tgz",
|
3916
|
+
"integrity": "sha512-BbTXlEvB8d+XFbK/7E5doIcRtxWPRiqr0eb5vQ0+2paMM04Ye4PZY5nHOQef2ix24l/L0SpLd5hwcH15QHPdvA==",
|
3917
|
+
"peer": true,
|
3918
|
+
"requires": {
|
3919
|
+
"fsevents": "~2.3.2"
|
3920
|
+
}
|
3921
|
+
},
|
3922
|
+
"safe-buffer": {
|
3923
|
+
"version": "5.1.2",
|
3924
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
3925
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
3926
|
+
"peer": true
|
3927
|
+
},
|
3928
|
+
"semver": {
|
3929
|
+
"version": "6.3.0",
|
3930
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
3931
|
+
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
|
3932
|
+
},
|
3933
|
+
"source-map": {
|
3934
|
+
"version": "0.5.7",
|
3935
|
+
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
3936
|
+
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
|
3937
|
+
},
|
3938
|
+
"sourcemap-codec": {
|
3939
|
+
"version": "1.4.8",
|
3940
|
+
"resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
|
3941
|
+
"integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA=="
|
3942
|
+
},
|
3943
|
+
"supports-color": {
|
3944
|
+
"version": "5.5.0",
|
3945
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
3946
|
+
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
3947
|
+
"requires": {
|
3948
|
+
"has-flag": "^3.0.0"
|
3949
|
+
}
|
3950
|
+
},
|
3951
|
+
"three": {
|
3952
|
+
"version": "0.135.0",
|
3953
|
+
"resolved": "https://registry.npmjs.org/three/-/three-0.135.0.tgz",
|
3954
|
+
"integrity": "sha512-kuEpuuxRzLv0MDsXai9huCxOSQPZ4vje6y0gn80SRmQvgz6/+rI0NAvCRAw56zYaWKMGMfqKWsxF9Qa2Z9xymQ=="
|
3955
|
+
},
|
3956
|
+
"to-fast-properties": {
|
3957
|
+
"version": "2.0.0",
|
3958
|
+
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
3959
|
+
"integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
|
3960
|
+
},
|
3961
|
+
"unicode-canonical-property-names-ecmascript": {
|
3962
|
+
"version": "2.0.0",
|
3963
|
+
"resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
|
3964
|
+
"integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ=="
|
3965
|
+
},
|
3966
|
+
"unicode-match-property-ecmascript": {
|
3967
|
+
"version": "2.0.0",
|
3968
|
+
"resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
|
3969
|
+
"integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
|
3970
|
+
"requires": {
|
3971
|
+
"unicode-canonical-property-names-ecmascript": "^2.0.0",
|
3972
|
+
"unicode-property-aliases-ecmascript": "^2.0.0"
|
3973
|
+
}
|
3974
|
+
},
|
3975
|
+
"unicode-match-property-value-ecmascript": {
|
3976
|
+
"version": "2.0.0",
|
3977
|
+
"resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz",
|
3978
|
+
"integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw=="
|
3979
|
+
},
|
3980
|
+
"unicode-property-aliases-ecmascript": {
|
3981
|
+
"version": "2.0.0",
|
3982
|
+
"resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz",
|
3983
|
+
"integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ=="
|
3984
|
+
},
|
3985
|
+
"wrappy": {
|
3986
|
+
"version": "1.0.2",
|
3987
|
+
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
3988
|
+
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
|
3989
|
+
}
|
3990
|
+
}
|
3991
|
+
}
|