-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage-lock.json
496 lines (496 loc) · 19.4 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
{
"name": "loot.js",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@ethersproject/abi": {
"version": "5.4.1",
"resolved": "https://registry.nlark.com/@ethersproject/abi/download/@ethersproject/abi-5.4.1.tgz",
"integrity": "sha1-asKPr8nvb1p6N+MDVqLrMfoF05s=",
"requires": {
"@ethersproject/address": "^5.4.0",
"@ethersproject/bignumber": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/constants": "^5.4.0",
"@ethersproject/hash": "^5.4.0",
"@ethersproject/keccak256": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"@ethersproject/properties": "^5.4.0",
"@ethersproject/strings": "^5.4.0"
}
},
"@ethersproject/abstract-provider": {
"version": "5.4.1",
"resolved": "https://registry.nlark.com/@ethersproject/abstract-provider/download/@ethersproject/abstract-provider-5.4.1.tgz",
"integrity": "sha1-5AQwmin3cb1NKNuvrcqhhGaMKm4=",
"requires": {
"@ethersproject/bignumber": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"@ethersproject/networks": "^5.4.0",
"@ethersproject/properties": "^5.4.0",
"@ethersproject/transactions": "^5.4.0",
"@ethersproject/web": "^5.4.0"
}
},
"@ethersproject/abstract-signer": {
"version": "5.4.1",
"resolved": "https://registry.nlark.com/@ethersproject/abstract-signer/download/@ethersproject/abstract-signer-5.4.1.tgz",
"integrity": "sha1-5Omrz03U8boNt9/5dGpfePNV6oE=",
"requires": {
"@ethersproject/abstract-provider": "^5.4.0",
"@ethersproject/bignumber": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"@ethersproject/properties": "^5.4.0"
}
},
"@ethersproject/address": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/address/download/@ethersproject/address-5.4.0.tgz",
"integrity": "sha1-ui0AoPjEwIVJM7ljuaOp9utKN6M=",
"requires": {
"@ethersproject/bignumber": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/keccak256": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"@ethersproject/rlp": "^5.4.0"
}
},
"@ethersproject/base64": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/base64/download/@ethersproject/base64-5.4.0.tgz",
"integrity": "sha1-clK/ZSlZVMkEjHyl9D5chkQbKpo=",
"requires": {
"@ethersproject/bytes": "^5.4.0"
}
},
"@ethersproject/basex": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/basex/download/@ethersproject/basex-5.4.0.tgz",
"integrity": "sha1-Ci2g9OdsUEqU8rIdMWHtlDjH+KY=",
"requires": {
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/properties": "^5.4.0"
}
},
"@ethersproject/bignumber": {
"version": "5.4.1",
"resolved": "https://registry.nlark.com/@ethersproject/bignumber/download/@ethersproject/bignumber-5.4.1.tgz",
"integrity": "sha1-ZDmdO5roCqg9SD5VC6V+oGLBBC0=",
"requires": {
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"bn.js": "^4.11.9"
}
},
"@ethersproject/bytes": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/bytes/download/@ethersproject/bytes-5.4.0.tgz",
"integrity": "sha1-Vvoyzjv2cVN1bbrv2pIdHUd0QE4=",
"requires": {
"@ethersproject/logger": "^5.4.0"
}
},
"@ethersproject/constants": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/constants/download/@ethersproject/constants-5.4.0.tgz",
"integrity": "sha1-7gvcswvxtTLSNTyXe/LvHuEXlYo=",
"requires": {
"@ethersproject/bignumber": "^5.4.0"
}
},
"@ethersproject/contracts": {
"version": "5.4.1",
"resolved": "https://registry.nlark.com/@ethersproject/contracts/download/@ethersproject/contracts-5.4.1.tgz?cache=0&sync_timestamp=1627654241512&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40ethersproject%2Fcontracts%2Fdownload%2F%40ethersproject%2Fcontracts-5.4.1.tgz",
"integrity": "sha1-PrTzW3/mCpYqdYBK2idGSU3z5HA=",
"requires": {
"@ethersproject/abi": "^5.4.0",
"@ethersproject/abstract-provider": "^5.4.0",
"@ethersproject/abstract-signer": "^5.4.0",
"@ethersproject/address": "^5.4.0",
"@ethersproject/bignumber": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/constants": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"@ethersproject/properties": "^5.4.0",
"@ethersproject/transactions": "^5.4.0"
}
},
"@ethersproject/hash": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/hash/download/@ethersproject/hash-5.4.0.tgz",
"integrity": "sha1-0YqOkn6CjiKGCgEfOeQp04g0SuA=",
"requires": {
"@ethersproject/abstract-signer": "^5.4.0",
"@ethersproject/address": "^5.4.0",
"@ethersproject/bignumber": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/keccak256": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"@ethersproject/properties": "^5.4.0",
"@ethersproject/strings": "^5.4.0"
}
},
"@ethersproject/hdnode": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/hdnode/download/@ethersproject/hdnode-5.4.0.tgz",
"integrity": "sha1-S8mZm5oS61zoDF+qgxFKV+QQfKw=",
"requires": {
"@ethersproject/abstract-signer": "^5.4.0",
"@ethersproject/basex": "^5.4.0",
"@ethersproject/bignumber": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"@ethersproject/pbkdf2": "^5.4.0",
"@ethersproject/properties": "^5.4.0",
"@ethersproject/sha2": "^5.4.0",
"@ethersproject/signing-key": "^5.4.0",
"@ethersproject/strings": "^5.4.0",
"@ethersproject/transactions": "^5.4.0",
"@ethersproject/wordlists": "^5.4.0"
}
},
"@ethersproject/json-wallets": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/json-wallets/download/@ethersproject/json-wallets-5.4.0.tgz",
"integrity": "sha1-JYM0HP4xP8mFZkLorOMIAVQUXpU=",
"requires": {
"@ethersproject/abstract-signer": "^5.4.0",
"@ethersproject/address": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/hdnode": "^5.4.0",
"@ethersproject/keccak256": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"@ethersproject/pbkdf2": "^5.4.0",
"@ethersproject/properties": "^5.4.0",
"@ethersproject/random": "^5.4.0",
"@ethersproject/strings": "^5.4.0",
"@ethersproject/transactions": "^5.4.0",
"aes-js": "3.0.0",
"scrypt-js": "3.0.1"
}
},
"@ethersproject/keccak256": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/keccak256/download/@ethersproject/keccak256-5.4.0.tgz",
"integrity": "sha1-cUO47qSXYIAkHSvZLjsfG/cCUxg=",
"requires": {
"@ethersproject/bytes": "^5.4.0",
"js-sha3": "0.5.7"
}
},
"@ethersproject/logger": {
"version": "5.4.1",
"resolved": "https://registry.nlark.com/@ethersproject/logger/download/@ethersproject/logger-5.4.1.tgz",
"integrity": "sha1-UDvTNoNTi5I8V4wH0cLA3RhnIFQ="
},
"@ethersproject/networks": {
"version": "5.4.2",
"resolved": "https://registry.nlark.com/@ethersproject/networks/download/@ethersproject/networks-5.4.2.tgz",
"integrity": "sha1-IkfZd2Jul+LDuO5zzSRXur3gzjU=",
"requires": {
"@ethersproject/logger": "^5.4.0"
}
},
"@ethersproject/pbkdf2": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/pbkdf2/download/@ethersproject/pbkdf2-5.4.0.tgz",
"integrity": "sha1-7Yh4Kmf9oVlMItYNDKkRqdZpZBw=",
"requires": {
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/sha2": "^5.4.0"
}
},
"@ethersproject/properties": {
"version": "5.4.1",
"resolved": "https://registry.nlark.com/@ethersproject/properties/download/@ethersproject/properties-5.4.1.tgz",
"integrity": "sha1-nwUfl2znkBQsYmHMt7gm6q4fLzY=",
"requires": {
"@ethersproject/logger": "^5.4.0"
}
},
"@ethersproject/providers": {
"version": "5.4.5",
"resolved": "https://registry.nlark.com/@ethersproject/providers/download/@ethersproject/providers-5.4.5.tgz",
"integrity": "sha1-6y6ip0OoEV95YEqBVyM6OiyDKSg=",
"requires": {
"@ethersproject/abstract-provider": "^5.4.0",
"@ethersproject/abstract-signer": "^5.4.0",
"@ethersproject/address": "^5.4.0",
"@ethersproject/basex": "^5.4.0",
"@ethersproject/bignumber": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/constants": "^5.4.0",
"@ethersproject/hash": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"@ethersproject/networks": "^5.4.0",
"@ethersproject/properties": "^5.4.0",
"@ethersproject/random": "^5.4.0",
"@ethersproject/rlp": "^5.4.0",
"@ethersproject/sha2": "^5.4.0",
"@ethersproject/strings": "^5.4.0",
"@ethersproject/transactions": "^5.4.0",
"@ethersproject/web": "^5.4.0",
"bech32": "1.1.4",
"ws": "7.4.6"
}
},
"@ethersproject/random": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/random/download/@ethersproject/random-5.4.0.tgz",
"integrity": "sha1-nN3mDhYNAkvjnMFvjeO5zjkZHhY=",
"requires": {
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/logger": "^5.4.0"
}
},
"@ethersproject/rlp": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/rlp/download/@ethersproject/rlp-5.4.0.tgz",
"integrity": "sha1-3mGv2l/5eUVOdtOzMQpsMq0GCTE=",
"requires": {
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/logger": "^5.4.0"
}
},
"@ethersproject/sha2": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/sha2/download/@ethersproject/sha2-5.4.0.tgz",
"integrity": "sha1-yajbEDcBTLxOlIK9Zi+GwJBEA3E=",
"requires": {
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"hash.js": "1.1.7"
}
},
"@ethersproject/signing-key": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/signing-key/download/@ethersproject/signing-key-5.4.0.tgz",
"integrity": "sha1-LwUSCYToHPiaPV9t7Fxo7giU++w=",
"requires": {
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"@ethersproject/properties": "^5.4.0",
"bn.js": "^4.11.9",
"elliptic": "6.5.4",
"hash.js": "1.1.7"
}
},
"@ethersproject/solidity": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/solidity/download/@ethersproject/solidity-5.4.0.tgz",
"integrity": "sha1-EwXgWOoC3EiR3xizMjKxGhTs6ew=",
"requires": {
"@ethersproject/bignumber": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/keccak256": "^5.4.0",
"@ethersproject/sha2": "^5.4.0",
"@ethersproject/strings": "^5.4.0"
}
},
"@ethersproject/strings": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/strings/download/@ethersproject/strings-5.4.0.tgz",
"integrity": "sha1-+xInATLdhLApBqjYla5+f6PQfZo=",
"requires": {
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/constants": "^5.4.0",
"@ethersproject/logger": "^5.4.0"
}
},
"@ethersproject/transactions": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/transactions/download/@ethersproject/transactions-5.4.0.tgz",
"integrity": "sha1-oVnQNReTNL2S80DOD3foPp4VIuA=",
"requires": {
"@ethersproject/address": "^5.4.0",
"@ethersproject/bignumber": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/constants": "^5.4.0",
"@ethersproject/keccak256": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"@ethersproject/properties": "^5.4.0",
"@ethersproject/rlp": "^5.4.0",
"@ethersproject/signing-key": "^5.4.0"
}
},
"@ethersproject/units": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/units/download/@ethersproject/units-5.4.0.tgz",
"integrity": "sha1-1XR3pEmLFLiLEDlgYsjLuvIMef4=",
"requires": {
"@ethersproject/bignumber": "^5.4.0",
"@ethersproject/constants": "^5.4.0",
"@ethersproject/logger": "^5.4.0"
}
},
"@ethersproject/wallet": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/wallet/download/@ethersproject/wallet-5.4.0.tgz",
"integrity": "sha1-+ltZgwtC6b5W6t1FoWouCTOtk1M=",
"requires": {
"@ethersproject/abstract-provider": "^5.4.0",
"@ethersproject/abstract-signer": "^5.4.0",
"@ethersproject/address": "^5.4.0",
"@ethersproject/bignumber": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/hash": "^5.4.0",
"@ethersproject/hdnode": "^5.4.0",
"@ethersproject/json-wallets": "^5.4.0",
"@ethersproject/keccak256": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"@ethersproject/properties": "^5.4.0",
"@ethersproject/random": "^5.4.0",
"@ethersproject/signing-key": "^5.4.0",
"@ethersproject/transactions": "^5.4.0",
"@ethersproject/wordlists": "^5.4.0"
}
},
"@ethersproject/web": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/web/download/@ethersproject/web-5.4.0.tgz",
"integrity": "sha1-SfrBc7lpkjNO02oXVTi6B6dBPR8=",
"requires": {
"@ethersproject/base64": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"@ethersproject/properties": "^5.4.0",
"@ethersproject/strings": "^5.4.0"
}
},
"@ethersproject/wordlists": {
"version": "5.4.0",
"resolved": "https://registry.nlark.com/@ethersproject/wordlists/download/@ethersproject/wordlists-5.4.0.tgz",
"integrity": "sha1-80IF7Du8nixJytrud0zwsH51c9c=",
"requires": {
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/hash": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"@ethersproject/properties": "^5.4.0",
"@ethersproject/strings": "^5.4.0"
}
},
"aes-js": {
"version": "3.0.0",
"resolved": "https://registry.npm.taobao.org/aes-js/download/aes-js-3.0.0.tgz",
"integrity": "sha1-4h3xCtbCBTKVvLuNq0Cwnb6ofk0="
},
"bech32": {
"version": "1.1.4",
"resolved": "https://registry.npm.taobao.org/bech32/download/bech32-1.1.4.tgz",
"integrity": "sha1-44yfN78Xm46xauOncrQMNW1IMuk="
},
"bn.js": {
"version": "4.12.0",
"resolved": "https://registry.npm.taobao.org/bn.js/download/bn.js-4.12.0.tgz",
"integrity": "sha1-d1s/J477uXGO7HNh9IP7Nvu/6og="
},
"brorand": {
"version": "1.1.0",
"resolved": "https://registry.npm.taobao.org/brorand/download/brorand-1.1.0.tgz",
"integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8="
},
"elliptic": {
"version": "6.5.4",
"resolved": "https://registry.nlark.com/elliptic/download/elliptic-6.5.4.tgz",
"integrity": "sha1-2jfOvTHnmhNn6UG1ku0fvr1Yq7s=",
"requires": {
"bn.js": "^4.11.9",
"brorand": "^1.1.0",
"hash.js": "^1.0.0",
"hmac-drbg": "^1.0.1",
"inherits": "^2.0.4",
"minimalistic-assert": "^1.0.1",
"minimalistic-crypto-utils": "^1.0.1"
}
},
"ethers": {
"version": "5.4.6",
"resolved": "https://registry.nlark.com/ethers/download/ethers-5.4.6.tgz",
"integrity": "sha1-/goCOVa1UCyUf1joL7z5pz5edbY=",
"requires": {
"@ethersproject/abi": "5.4.1",
"@ethersproject/abstract-provider": "5.4.1",
"@ethersproject/abstract-signer": "5.4.1",
"@ethersproject/address": "5.4.0",
"@ethersproject/base64": "5.4.0",
"@ethersproject/basex": "5.4.0",
"@ethersproject/bignumber": "5.4.1",
"@ethersproject/bytes": "5.4.0",
"@ethersproject/constants": "5.4.0",
"@ethersproject/contracts": "5.4.1",
"@ethersproject/hash": "5.4.0",
"@ethersproject/hdnode": "5.4.0",
"@ethersproject/json-wallets": "5.4.0",
"@ethersproject/keccak256": "5.4.0",
"@ethersproject/logger": "5.4.1",
"@ethersproject/networks": "5.4.2",
"@ethersproject/pbkdf2": "5.4.0",
"@ethersproject/properties": "5.4.1",
"@ethersproject/providers": "5.4.5",
"@ethersproject/random": "5.4.0",
"@ethersproject/rlp": "5.4.0",
"@ethersproject/sha2": "5.4.0",
"@ethersproject/signing-key": "5.4.0",
"@ethersproject/solidity": "5.4.0",
"@ethersproject/strings": "5.4.0",
"@ethersproject/transactions": "5.4.0",
"@ethersproject/units": "5.4.0",
"@ethersproject/wallet": "5.4.0",
"@ethersproject/web": "5.4.0",
"@ethersproject/wordlists": "5.4.0"
}
},
"hash.js": {
"version": "1.1.7",
"resolved": "https://registry.npm.taobao.org/hash.js/download/hash.js-1.1.7.tgz",
"integrity": "sha1-C6vKU46NTuSg+JiNaIZlN6ADz0I=",
"requires": {
"inherits": "^2.0.3",
"minimalistic-assert": "^1.0.1"
}
},
"hmac-drbg": {
"version": "1.0.1",
"resolved": "https://registry.npm.taobao.org/hmac-drbg/download/hmac-drbg-1.0.1.tgz",
"integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=",
"requires": {
"hash.js": "^1.0.3",
"minimalistic-assert": "^1.0.0",
"minimalistic-crypto-utils": "^1.0.1"
}
},
"inherits": {
"version": "2.0.4",
"resolved": "https://registry.npm.taobao.org/inherits/download/inherits-2.0.4.tgz",
"integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w="
},
"js-sha3": {
"version": "0.5.7",
"resolved": "https://registry.npm.taobao.org/js-sha3/download/js-sha3-0.5.7.tgz",
"integrity": "sha1-DU/9gALVMzqrr0oj7tL2N0yfKOc="
},
"minimalistic-assert": {
"version": "1.0.1",
"resolved": "https://registry.npm.taobao.org/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz",
"integrity": "sha1-LhlN4ERibUoQ5/f7wAznPoPk1cc="
},
"minimalistic-crypto-utils": {
"version": "1.0.1",
"resolved": "https://registry.npm.taobao.org/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz",
"integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo="
},
"scrypt-js": {
"version": "3.0.1",
"resolved": "https://registry.npm.taobao.org/scrypt-js/download/scrypt-js-3.0.1.tgz",
"integrity": "sha1-0xSlfCrvadGtmKE4oh/p6vqe4xI="
},
"ws": {
"version": "7.4.6",
"resolved": "https://registry.nlark.com/ws/download/ws-7.4.6.tgz?cache=0&sync_timestamp=1630167106943&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fws%2Fdownload%2Fws-7.4.6.tgz",
"integrity": "sha1-VlTKjs3u5HwzqaS/bSjivimAN3w="
}
}
}