@websy/websy-designs 1.9.9 → 1.9.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,972 @@
1
+ {
2
+ "name": "examples",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 2,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "version": "1.0.0",
9
+ "license": "ISC",
10
+ "dependencies": {
11
+ "puppeteer": "^7.0.4"
12
+ }
13
+ },
14
+ "node_modules/@types/node": {
15
+ "version": "15.0.2",
16
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-15.0.2.tgz",
17
+ "integrity": "sha512-p68+a+KoxpoB47015IeYZYRrdqMUcpbK8re/zpFB8Ld46LHC1lPEbp3EXgkEhAYEcPvjJF6ZO+869SQ0aH1dcA==",
18
+ "optional": true
19
+ },
20
+ "node_modules/@types/yauzl": {
21
+ "version": "2.9.1",
22
+ "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.9.1.tgz",
23
+ "integrity": "sha512-A1b8SU4D10uoPjwb0lnHmmu8wZhR9d+9o2PKBQT2jU5YPTKsxac6M2qGAdY7VcL+dHHhARVUDmeg0rOrcd9EjA==",
24
+ "optional": true,
25
+ "dependencies": {
26
+ "@types/node": "*"
27
+ }
28
+ },
29
+ "node_modules/agent-base": {
30
+ "version": "6.0.2",
31
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
32
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
33
+ "dependencies": {
34
+ "debug": "4"
35
+ },
36
+ "engines": {
37
+ "node": ">= 6.0.0"
38
+ }
39
+ },
40
+ "node_modules/balanced-match": {
41
+ "version": "1.0.2",
42
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
43
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
44
+ },
45
+ "node_modules/base64-js": {
46
+ "version": "1.5.1",
47
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
48
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
49
+ "funding": [
50
+ {
51
+ "type": "github",
52
+ "url": "https://github.com/sponsors/feross"
53
+ },
54
+ {
55
+ "type": "patreon",
56
+ "url": "https://www.patreon.com/feross"
57
+ },
58
+ {
59
+ "type": "consulting",
60
+ "url": "https://feross.org/support"
61
+ }
62
+ ]
63
+ },
64
+ "node_modules/bl": {
65
+ "version": "4.1.0",
66
+ "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
67
+ "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
68
+ "dependencies": {
69
+ "buffer": "^5.5.0",
70
+ "inherits": "^2.0.4",
71
+ "readable-stream": "^3.4.0"
72
+ }
73
+ },
74
+ "node_modules/brace-expansion": {
75
+ "version": "1.1.11",
76
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
77
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
78
+ "dependencies": {
79
+ "balanced-match": "^1.0.0",
80
+ "concat-map": "0.0.1"
81
+ }
82
+ },
83
+ "node_modules/buffer": {
84
+ "version": "5.7.1",
85
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
86
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
87
+ "funding": [
88
+ {
89
+ "type": "github",
90
+ "url": "https://github.com/sponsors/feross"
91
+ },
92
+ {
93
+ "type": "patreon",
94
+ "url": "https://www.patreon.com/feross"
95
+ },
96
+ {
97
+ "type": "consulting",
98
+ "url": "https://feross.org/support"
99
+ }
100
+ ],
101
+ "dependencies": {
102
+ "base64-js": "^1.3.1",
103
+ "ieee754": "^1.1.13"
104
+ }
105
+ },
106
+ "node_modules/buffer-crc32": {
107
+ "version": "0.2.13",
108
+ "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
109
+ "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=",
110
+ "engines": {
111
+ "node": "*"
112
+ }
113
+ },
114
+ "node_modules/chownr": {
115
+ "version": "1.1.4",
116
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
117
+ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
118
+ },
119
+ "node_modules/concat-map": {
120
+ "version": "0.0.1",
121
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
122
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
123
+ },
124
+ "node_modules/debug": {
125
+ "version": "4.3.1",
126
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
127
+ "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
128
+ "dependencies": {
129
+ "ms": "2.1.2"
130
+ },
131
+ "engines": {
132
+ "node": ">=6.0"
133
+ },
134
+ "peerDependenciesMeta": {
135
+ "supports-color": {
136
+ "optional": true
137
+ }
138
+ }
139
+ },
140
+ "node_modules/devtools-protocol": {
141
+ "version": "0.0.847576",
142
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.847576.tgz",
143
+ "integrity": "sha512-0M8kobnSQE0Jmly7Mhbeq0W/PpZfnuK+WjN2ZRVPbGqYwCHCioAVp84H0TcLimgECcN5H976y5QiXMGBC9JKmg=="
144
+ },
145
+ "node_modules/end-of-stream": {
146
+ "version": "1.4.4",
147
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
148
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
149
+ "dependencies": {
150
+ "once": "^1.4.0"
151
+ }
152
+ },
153
+ "node_modules/extract-zip": {
154
+ "version": "2.0.1",
155
+ "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
156
+ "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
157
+ "dependencies": {
158
+ "debug": "^4.1.1",
159
+ "get-stream": "^5.1.0",
160
+ "yauzl": "^2.10.0"
161
+ },
162
+ "bin": {
163
+ "extract-zip": "cli.js"
164
+ },
165
+ "engines": {
166
+ "node": ">= 10.17.0"
167
+ },
168
+ "optionalDependencies": {
169
+ "@types/yauzl": "^2.9.1"
170
+ }
171
+ },
172
+ "node_modules/fd-slicer": {
173
+ "version": "1.1.0",
174
+ "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
175
+ "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
176
+ "dependencies": {
177
+ "pend": "~1.2.0"
178
+ }
179
+ },
180
+ "node_modules/find-up": {
181
+ "version": "4.1.0",
182
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
183
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
184
+ "dependencies": {
185
+ "locate-path": "^5.0.0",
186
+ "path-exists": "^4.0.0"
187
+ },
188
+ "engines": {
189
+ "node": ">=8"
190
+ }
191
+ },
192
+ "node_modules/fs-constants": {
193
+ "version": "1.0.0",
194
+ "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
195
+ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
196
+ },
197
+ "node_modules/fs.realpath": {
198
+ "version": "1.0.0",
199
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
200
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
201
+ },
202
+ "node_modules/get-stream": {
203
+ "version": "5.2.0",
204
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
205
+ "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
206
+ "dependencies": {
207
+ "pump": "^3.0.0"
208
+ },
209
+ "engines": {
210
+ "node": ">=8"
211
+ },
212
+ "funding": {
213
+ "url": "https://github.com/sponsors/sindresorhus"
214
+ }
215
+ },
216
+ "node_modules/glob": {
217
+ "version": "7.1.7",
218
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
219
+ "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
220
+ "dependencies": {
221
+ "fs.realpath": "^1.0.0",
222
+ "inflight": "^1.0.4",
223
+ "inherits": "2",
224
+ "minimatch": "^3.0.4",
225
+ "once": "^1.3.0",
226
+ "path-is-absolute": "^1.0.0"
227
+ },
228
+ "engines": {
229
+ "node": "*"
230
+ },
231
+ "funding": {
232
+ "url": "https://github.com/sponsors/isaacs"
233
+ }
234
+ },
235
+ "node_modules/https-proxy-agent": {
236
+ "version": "5.0.0",
237
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz",
238
+ "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==",
239
+ "dependencies": {
240
+ "agent-base": "6",
241
+ "debug": "4"
242
+ },
243
+ "engines": {
244
+ "node": ">= 6"
245
+ }
246
+ },
247
+ "node_modules/ieee754": {
248
+ "version": "1.2.1",
249
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
250
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
251
+ "funding": [
252
+ {
253
+ "type": "github",
254
+ "url": "https://github.com/sponsors/feross"
255
+ },
256
+ {
257
+ "type": "patreon",
258
+ "url": "https://www.patreon.com/feross"
259
+ },
260
+ {
261
+ "type": "consulting",
262
+ "url": "https://feross.org/support"
263
+ }
264
+ ]
265
+ },
266
+ "node_modules/inflight": {
267
+ "version": "1.0.6",
268
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
269
+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
270
+ "dependencies": {
271
+ "once": "^1.3.0",
272
+ "wrappy": "1"
273
+ }
274
+ },
275
+ "node_modules/inherits": {
276
+ "version": "2.0.4",
277
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
278
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
279
+ },
280
+ "node_modules/locate-path": {
281
+ "version": "5.0.0",
282
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
283
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
284
+ "dependencies": {
285
+ "p-locate": "^4.1.0"
286
+ },
287
+ "engines": {
288
+ "node": ">=8"
289
+ }
290
+ },
291
+ "node_modules/minimatch": {
292
+ "version": "3.0.4",
293
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
294
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
295
+ "dependencies": {
296
+ "brace-expansion": "^1.1.7"
297
+ },
298
+ "engines": {
299
+ "node": "*"
300
+ }
301
+ },
302
+ "node_modules/mkdirp-classic": {
303
+ "version": "0.5.3",
304
+ "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
305
+ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A=="
306
+ },
307
+ "node_modules/ms": {
308
+ "version": "2.1.2",
309
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
310
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
311
+ },
312
+ "node_modules/node-fetch": {
313
+ "version": "2.6.1",
314
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
315
+ "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==",
316
+ "engines": {
317
+ "node": "4.x || >=6.0.0"
318
+ }
319
+ },
320
+ "node_modules/once": {
321
+ "version": "1.4.0",
322
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
323
+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
324
+ "dependencies": {
325
+ "wrappy": "1"
326
+ }
327
+ },
328
+ "node_modules/p-limit": {
329
+ "version": "2.3.0",
330
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
331
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
332
+ "dependencies": {
333
+ "p-try": "^2.0.0"
334
+ },
335
+ "engines": {
336
+ "node": ">=6"
337
+ },
338
+ "funding": {
339
+ "url": "https://github.com/sponsors/sindresorhus"
340
+ }
341
+ },
342
+ "node_modules/p-locate": {
343
+ "version": "4.1.0",
344
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
345
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
346
+ "dependencies": {
347
+ "p-limit": "^2.2.0"
348
+ },
349
+ "engines": {
350
+ "node": ">=8"
351
+ }
352
+ },
353
+ "node_modules/p-try": {
354
+ "version": "2.2.0",
355
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
356
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
357
+ "engines": {
358
+ "node": ">=6"
359
+ }
360
+ },
361
+ "node_modules/path-exists": {
362
+ "version": "4.0.0",
363
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
364
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
365
+ "engines": {
366
+ "node": ">=8"
367
+ }
368
+ },
369
+ "node_modules/path-is-absolute": {
370
+ "version": "1.0.1",
371
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
372
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
373
+ "engines": {
374
+ "node": ">=0.10.0"
375
+ }
376
+ },
377
+ "node_modules/pend": {
378
+ "version": "1.2.0",
379
+ "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
380
+ "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA="
381
+ },
382
+ "node_modules/pkg-dir": {
383
+ "version": "4.2.0",
384
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
385
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
386
+ "dependencies": {
387
+ "find-up": "^4.0.0"
388
+ },
389
+ "engines": {
390
+ "node": ">=8"
391
+ }
392
+ },
393
+ "node_modules/progress": {
394
+ "version": "2.0.3",
395
+ "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
396
+ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
397
+ "engines": {
398
+ "node": ">=0.4.0"
399
+ }
400
+ },
401
+ "node_modules/proxy-from-env": {
402
+ "version": "1.1.0",
403
+ "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
404
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
405
+ },
406
+ "node_modules/pump": {
407
+ "version": "3.0.0",
408
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
409
+ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
410
+ "dependencies": {
411
+ "end-of-stream": "^1.1.0",
412
+ "once": "^1.3.1"
413
+ }
414
+ },
415
+ "node_modules/puppeteer": {
416
+ "version": "7.1.0",
417
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-7.1.0.tgz",
418
+ "integrity": "sha512-lqOLzqCKdh7yUAHvK6LxgOpQrL8Bv1/jvS8MLDXxcNms2rlM3E8p/Wlwc7efbRZ0twxTzUeqjN5EqrTwxOwc9g==",
419
+ "hasInstallScript": true,
420
+ "dependencies": {
421
+ "debug": "^4.1.0",
422
+ "devtools-protocol": "0.0.847576",
423
+ "extract-zip": "^2.0.0",
424
+ "https-proxy-agent": "^5.0.0",
425
+ "node-fetch": "^2.6.1",
426
+ "pkg-dir": "^4.2.0",
427
+ "progress": "^2.0.1",
428
+ "proxy-from-env": "^1.1.0",
429
+ "rimraf": "^3.0.2",
430
+ "tar-fs": "^2.0.0",
431
+ "unbzip2-stream": "^1.3.3",
432
+ "ws": "^7.2.3"
433
+ },
434
+ "engines": {
435
+ "node": ">=10.18.1"
436
+ }
437
+ },
438
+ "node_modules/readable-stream": {
439
+ "version": "3.6.0",
440
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
441
+ "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
442
+ "dependencies": {
443
+ "inherits": "^2.0.3",
444
+ "string_decoder": "^1.1.1",
445
+ "util-deprecate": "^1.0.1"
446
+ },
447
+ "engines": {
448
+ "node": ">= 6"
449
+ }
450
+ },
451
+ "node_modules/rimraf": {
452
+ "version": "3.0.2",
453
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
454
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
455
+ "dependencies": {
456
+ "glob": "^7.1.3"
457
+ },
458
+ "bin": {
459
+ "rimraf": "bin.js"
460
+ },
461
+ "funding": {
462
+ "url": "https://github.com/sponsors/isaacs"
463
+ }
464
+ },
465
+ "node_modules/safe-buffer": {
466
+ "version": "5.2.1",
467
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
468
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
469
+ "funding": [
470
+ {
471
+ "type": "github",
472
+ "url": "https://github.com/sponsors/feross"
473
+ },
474
+ {
475
+ "type": "patreon",
476
+ "url": "https://www.patreon.com/feross"
477
+ },
478
+ {
479
+ "type": "consulting",
480
+ "url": "https://feross.org/support"
481
+ }
482
+ ]
483
+ },
484
+ "node_modules/string_decoder": {
485
+ "version": "1.3.0",
486
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
487
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
488
+ "dependencies": {
489
+ "safe-buffer": "~5.2.0"
490
+ }
491
+ },
492
+ "node_modules/tar-fs": {
493
+ "version": "2.1.1",
494
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
495
+ "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
496
+ "dependencies": {
497
+ "chownr": "^1.1.1",
498
+ "mkdirp-classic": "^0.5.2",
499
+ "pump": "^3.0.0",
500
+ "tar-stream": "^2.1.4"
501
+ }
502
+ },
503
+ "node_modules/tar-stream": {
504
+ "version": "2.2.0",
505
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
506
+ "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
507
+ "dependencies": {
508
+ "bl": "^4.0.3",
509
+ "end-of-stream": "^1.4.1",
510
+ "fs-constants": "^1.0.0",
511
+ "inherits": "^2.0.3",
512
+ "readable-stream": "^3.1.1"
513
+ },
514
+ "engines": {
515
+ "node": ">=6"
516
+ }
517
+ },
518
+ "node_modules/through": {
519
+ "version": "2.3.8",
520
+ "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
521
+ "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU="
522
+ },
523
+ "node_modules/unbzip2-stream": {
524
+ "version": "1.4.3",
525
+ "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
526
+ "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
527
+ "dependencies": {
528
+ "buffer": "^5.2.1",
529
+ "through": "^2.3.8"
530
+ }
531
+ },
532
+ "node_modules/util-deprecate": {
533
+ "version": "1.0.2",
534
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
535
+ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
536
+ },
537
+ "node_modules/wrappy": {
538
+ "version": "1.0.2",
539
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
540
+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
541
+ },
542
+ "node_modules/ws": {
543
+ "version": "7.4.5",
544
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz",
545
+ "integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==",
546
+ "engines": {
547
+ "node": ">=8.3.0"
548
+ },
549
+ "peerDependencies": {
550
+ "bufferutil": "^4.0.1",
551
+ "utf-8-validate": "^5.0.2"
552
+ },
553
+ "peerDependenciesMeta": {
554
+ "bufferutil": {
555
+ "optional": true
556
+ },
557
+ "utf-8-validate": {
558
+ "optional": true
559
+ }
560
+ }
561
+ },
562
+ "node_modules/yauzl": {
563
+ "version": "2.10.0",
564
+ "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
565
+ "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
566
+ "dependencies": {
567
+ "buffer-crc32": "~0.2.3",
568
+ "fd-slicer": "~1.1.0"
569
+ }
570
+ }
571
+ },
572
+ "dependencies": {
573
+ "@types/node": {
574
+ "version": "15.0.2",
575
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-15.0.2.tgz",
576
+ "integrity": "sha512-p68+a+KoxpoB47015IeYZYRrdqMUcpbK8re/zpFB8Ld46LHC1lPEbp3EXgkEhAYEcPvjJF6ZO+869SQ0aH1dcA==",
577
+ "optional": true
578
+ },
579
+ "@types/yauzl": {
580
+ "version": "2.9.1",
581
+ "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.9.1.tgz",
582
+ "integrity": "sha512-A1b8SU4D10uoPjwb0lnHmmu8wZhR9d+9o2PKBQT2jU5YPTKsxac6M2qGAdY7VcL+dHHhARVUDmeg0rOrcd9EjA==",
583
+ "optional": true,
584
+ "requires": {
585
+ "@types/node": "*"
586
+ }
587
+ },
588
+ "agent-base": {
589
+ "version": "6.0.2",
590
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
591
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
592
+ "requires": {
593
+ "debug": "4"
594
+ }
595
+ },
596
+ "balanced-match": {
597
+ "version": "1.0.2",
598
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
599
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
600
+ },
601
+ "base64-js": {
602
+ "version": "1.5.1",
603
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
604
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="
605
+ },
606
+ "bl": {
607
+ "version": "4.1.0",
608
+ "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
609
+ "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
610
+ "requires": {
611
+ "buffer": "^5.5.0",
612
+ "inherits": "^2.0.4",
613
+ "readable-stream": "^3.4.0"
614
+ }
615
+ },
616
+ "brace-expansion": {
617
+ "version": "1.1.11",
618
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
619
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
620
+ "requires": {
621
+ "balanced-match": "^1.0.0",
622
+ "concat-map": "0.0.1"
623
+ }
624
+ },
625
+ "buffer": {
626
+ "version": "5.7.1",
627
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
628
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
629
+ "requires": {
630
+ "base64-js": "^1.3.1",
631
+ "ieee754": "^1.1.13"
632
+ }
633
+ },
634
+ "buffer-crc32": {
635
+ "version": "0.2.13",
636
+ "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
637
+ "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI="
638
+ },
639
+ "chownr": {
640
+ "version": "1.1.4",
641
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
642
+ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
643
+ },
644
+ "concat-map": {
645
+ "version": "0.0.1",
646
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
647
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
648
+ },
649
+ "debug": {
650
+ "version": "4.3.1",
651
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
652
+ "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
653
+ "requires": {
654
+ "ms": "2.1.2"
655
+ }
656
+ },
657
+ "devtools-protocol": {
658
+ "version": "0.0.847576",
659
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.847576.tgz",
660
+ "integrity": "sha512-0M8kobnSQE0Jmly7Mhbeq0W/PpZfnuK+WjN2ZRVPbGqYwCHCioAVp84H0TcLimgECcN5H976y5QiXMGBC9JKmg=="
661
+ },
662
+ "end-of-stream": {
663
+ "version": "1.4.4",
664
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
665
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
666
+ "requires": {
667
+ "once": "^1.4.0"
668
+ }
669
+ },
670
+ "extract-zip": {
671
+ "version": "2.0.1",
672
+ "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
673
+ "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
674
+ "requires": {
675
+ "@types/yauzl": "^2.9.1",
676
+ "debug": "^4.1.1",
677
+ "get-stream": "^5.1.0",
678
+ "yauzl": "^2.10.0"
679
+ }
680
+ },
681
+ "fd-slicer": {
682
+ "version": "1.1.0",
683
+ "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
684
+ "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
685
+ "requires": {
686
+ "pend": "~1.2.0"
687
+ }
688
+ },
689
+ "find-up": {
690
+ "version": "4.1.0",
691
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
692
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
693
+ "requires": {
694
+ "locate-path": "^5.0.0",
695
+ "path-exists": "^4.0.0"
696
+ }
697
+ },
698
+ "fs-constants": {
699
+ "version": "1.0.0",
700
+ "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
701
+ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
702
+ },
703
+ "fs.realpath": {
704
+ "version": "1.0.0",
705
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
706
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
707
+ },
708
+ "get-stream": {
709
+ "version": "5.2.0",
710
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
711
+ "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
712
+ "requires": {
713
+ "pump": "^3.0.0"
714
+ }
715
+ },
716
+ "glob": {
717
+ "version": "7.1.7",
718
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
719
+ "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
720
+ "requires": {
721
+ "fs.realpath": "^1.0.0",
722
+ "inflight": "^1.0.4",
723
+ "inherits": "2",
724
+ "minimatch": "^3.0.4",
725
+ "once": "^1.3.0",
726
+ "path-is-absolute": "^1.0.0"
727
+ }
728
+ },
729
+ "https-proxy-agent": {
730
+ "version": "5.0.0",
731
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz",
732
+ "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==",
733
+ "requires": {
734
+ "agent-base": "6",
735
+ "debug": "4"
736
+ }
737
+ },
738
+ "ieee754": {
739
+ "version": "1.2.1",
740
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
741
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
742
+ },
743
+ "inflight": {
744
+ "version": "1.0.6",
745
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
746
+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
747
+ "requires": {
748
+ "once": "^1.3.0",
749
+ "wrappy": "1"
750
+ }
751
+ },
752
+ "inherits": {
753
+ "version": "2.0.4",
754
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
755
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
756
+ },
757
+ "locate-path": {
758
+ "version": "5.0.0",
759
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
760
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
761
+ "requires": {
762
+ "p-locate": "^4.1.0"
763
+ }
764
+ },
765
+ "minimatch": {
766
+ "version": "3.0.4",
767
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
768
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
769
+ "requires": {
770
+ "brace-expansion": "^1.1.7"
771
+ }
772
+ },
773
+ "mkdirp-classic": {
774
+ "version": "0.5.3",
775
+ "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
776
+ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A=="
777
+ },
778
+ "ms": {
779
+ "version": "2.1.2",
780
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
781
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
782
+ },
783
+ "node-fetch": {
784
+ "version": "2.6.1",
785
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
786
+ "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
787
+ },
788
+ "once": {
789
+ "version": "1.4.0",
790
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
791
+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
792
+ "requires": {
793
+ "wrappy": "1"
794
+ }
795
+ },
796
+ "p-limit": {
797
+ "version": "2.3.0",
798
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
799
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
800
+ "requires": {
801
+ "p-try": "^2.0.0"
802
+ }
803
+ },
804
+ "p-locate": {
805
+ "version": "4.1.0",
806
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
807
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
808
+ "requires": {
809
+ "p-limit": "^2.2.0"
810
+ }
811
+ },
812
+ "p-try": {
813
+ "version": "2.2.0",
814
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
815
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
816
+ },
817
+ "path-exists": {
818
+ "version": "4.0.0",
819
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
820
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
821
+ },
822
+ "path-is-absolute": {
823
+ "version": "1.0.1",
824
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
825
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
826
+ },
827
+ "pend": {
828
+ "version": "1.2.0",
829
+ "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
830
+ "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA="
831
+ },
832
+ "pkg-dir": {
833
+ "version": "4.2.0",
834
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
835
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
836
+ "requires": {
837
+ "find-up": "^4.0.0"
838
+ }
839
+ },
840
+ "progress": {
841
+ "version": "2.0.3",
842
+ "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
843
+ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA=="
844
+ },
845
+ "proxy-from-env": {
846
+ "version": "1.1.0",
847
+ "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
848
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
849
+ },
850
+ "pump": {
851
+ "version": "3.0.0",
852
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
853
+ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
854
+ "requires": {
855
+ "end-of-stream": "^1.1.0",
856
+ "once": "^1.3.1"
857
+ }
858
+ },
859
+ "puppeteer": {
860
+ "version": "7.1.0",
861
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-7.1.0.tgz",
862
+ "integrity": "sha512-lqOLzqCKdh7yUAHvK6LxgOpQrL8Bv1/jvS8MLDXxcNms2rlM3E8p/Wlwc7efbRZ0twxTzUeqjN5EqrTwxOwc9g==",
863
+ "requires": {
864
+ "debug": "^4.1.0",
865
+ "devtools-protocol": "0.0.847576",
866
+ "extract-zip": "^2.0.0",
867
+ "https-proxy-agent": "^5.0.0",
868
+ "node-fetch": "^2.6.1",
869
+ "pkg-dir": "^4.2.0",
870
+ "progress": "^2.0.1",
871
+ "proxy-from-env": "^1.1.0",
872
+ "rimraf": "^3.0.2",
873
+ "tar-fs": "^2.0.0",
874
+ "unbzip2-stream": "^1.3.3",
875
+ "ws": "^7.2.3"
876
+ }
877
+ },
878
+ "readable-stream": {
879
+ "version": "3.6.0",
880
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
881
+ "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
882
+ "requires": {
883
+ "inherits": "^2.0.3",
884
+ "string_decoder": "^1.1.1",
885
+ "util-deprecate": "^1.0.1"
886
+ }
887
+ },
888
+ "rimraf": {
889
+ "version": "3.0.2",
890
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
891
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
892
+ "requires": {
893
+ "glob": "^7.1.3"
894
+ }
895
+ },
896
+ "safe-buffer": {
897
+ "version": "5.2.1",
898
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
899
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
900
+ },
901
+ "string_decoder": {
902
+ "version": "1.3.0",
903
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
904
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
905
+ "requires": {
906
+ "safe-buffer": "~5.2.0"
907
+ }
908
+ },
909
+ "tar-fs": {
910
+ "version": "2.1.1",
911
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
912
+ "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
913
+ "requires": {
914
+ "chownr": "^1.1.1",
915
+ "mkdirp-classic": "^0.5.2",
916
+ "pump": "^3.0.0",
917
+ "tar-stream": "^2.1.4"
918
+ }
919
+ },
920
+ "tar-stream": {
921
+ "version": "2.2.0",
922
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
923
+ "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
924
+ "requires": {
925
+ "bl": "^4.0.3",
926
+ "end-of-stream": "^1.4.1",
927
+ "fs-constants": "^1.0.0",
928
+ "inherits": "^2.0.3",
929
+ "readable-stream": "^3.1.1"
930
+ }
931
+ },
932
+ "through": {
933
+ "version": "2.3.8",
934
+ "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
935
+ "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU="
936
+ },
937
+ "unbzip2-stream": {
938
+ "version": "1.4.3",
939
+ "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
940
+ "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
941
+ "requires": {
942
+ "buffer": "^5.2.1",
943
+ "through": "^2.3.8"
944
+ }
945
+ },
946
+ "util-deprecate": {
947
+ "version": "1.0.2",
948
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
949
+ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
950
+ },
951
+ "wrappy": {
952
+ "version": "1.0.2",
953
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
954
+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
955
+ },
956
+ "ws": {
957
+ "version": "7.4.5",
958
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz",
959
+ "integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==",
960
+ "requires": {}
961
+ },
962
+ "yauzl": {
963
+ "version": "2.10.0",
964
+ "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
965
+ "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
966
+ "requires": {
967
+ "buffer-crc32": "~0.2.3",
968
+ "fd-slicer": "~1.1.0"
969
+ }
970
+ }
971
+ }
972
+ }