@openzeppelin/wizard 0.5.6 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/environments/hardhat/package-lock.json +1452 -1441
- package/dist/environments/hardhat/package.json +2 -2
- package/dist/environments/hardhat/upgradeable/package-lock.json +1099 -1399
- package/dist/environments/hardhat/upgradeable/package.json +3 -3
- package/dist/erc20.d.ts.map +1 -1
- package/dist/erc20.js +8 -13
- package/dist/erc20.js.map +1 -1
- package/dist/governor.d.ts.map +1 -1
- package/dist/governor.js +1 -5
- package/dist/governor.js.map +1 -1
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/signer.d.ts +1 -8
- package/dist/signer.d.ts.map +1 -1
- package/dist/signer.js +56 -60
- package/dist/signer.js.map +1 -1
- package/dist/utils/version.d.ts +1 -1
- package/dist/utils/version.js +1 -1
- package/dist/zip-hardhat.d.ts.map +1 -1
- package/dist/zip-hardhat.js +25 -5
- package/dist/zip-hardhat.js.map +1 -1
- package/package.json +4 -4
- package/src/environments/hardhat/package-lock.json +1452 -1441
- package/src/environments/hardhat/package.json +2 -2
- package/src/environments/hardhat/upgradeable/package-lock.json +1099 -1399
- package/src/environments/hardhat/upgradeable/package.json +3 -3
- package/src/erc20.ts +8 -20
- package/src/governor.ts +1 -6
- package/src/index.ts +8 -0
- package/src/signer.ts +59 -64
- package/src/utils/version.ts +1 -1
- package/src/zip-hardhat.ts +29 -5
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"version": "0.0.1",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@nomicfoundation/hardhat-toolbox": "^
|
|
13
|
-
"@openzeppelin/contracts": "^5.
|
|
12
|
+
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
|
|
13
|
+
"@openzeppelin/contracts": "^5.4.0",
|
|
14
14
|
"hardhat": "^2.16.1"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
@@ -22,6 +22,18 @@
|
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"peer": true
|
|
24
24
|
},
|
|
25
|
+
"node_modules/@colors/colors": {
|
|
26
|
+
"version": "1.5.0",
|
|
27
|
+
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
|
|
28
|
+
"integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
|
|
29
|
+
"dev": true,
|
|
30
|
+
"license": "MIT",
|
|
31
|
+
"optional": true,
|
|
32
|
+
"peer": true,
|
|
33
|
+
"engines": {
|
|
34
|
+
"node": ">=0.1.90"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
25
37
|
"node_modules/@cspotcode/source-map-support": {
|
|
26
38
|
"version": "0.8.1",
|
|
27
39
|
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
|
|
@@ -230,32 +242,10 @@
|
|
|
230
242
|
"@ethersproject/bytes": "^5.7.0"
|
|
231
243
|
}
|
|
232
244
|
},
|
|
233
|
-
"node_modules/@ethersproject/basex": {
|
|
234
|
-
"version": "5.7.0",
|
|
235
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/basex/-/basex-5.7.0.tgz",
|
|
236
|
-
"integrity": "sha512-ywlh43GwZLv2Voc2gQVTKBoVQ1mti3d8HK5aMxsfu/nRDnMmNqaSJ3r3n85HBByT8OpoY96SXM1FogC533T4zw==",
|
|
237
|
-
"dev": true,
|
|
238
|
-
"funding": [
|
|
239
|
-
{
|
|
240
|
-
"type": "individual",
|
|
241
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
"type": "individual",
|
|
245
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
246
|
-
}
|
|
247
|
-
],
|
|
248
|
-
"license": "MIT",
|
|
249
|
-
"peer": true,
|
|
250
|
-
"dependencies": {
|
|
251
|
-
"@ethersproject/bytes": "^5.7.0",
|
|
252
|
-
"@ethersproject/properties": "^5.7.0"
|
|
253
|
-
}
|
|
254
|
-
},
|
|
255
245
|
"node_modules/@ethersproject/bignumber": {
|
|
256
|
-
"version": "5.
|
|
257
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.
|
|
258
|
-
"integrity": "sha512-
|
|
246
|
+
"version": "5.8.0",
|
|
247
|
+
"resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.8.0.tgz",
|
|
248
|
+
"integrity": "sha512-ZyaT24bHaSeJon2tGPKIiHszWjD/54Sz8t57Toch475lCLljC6MgPmxk7Gtzz+ddNN5LuHea9qhAe0x3D+uYPA==",
|
|
259
249
|
"dev": true,
|
|
260
250
|
"funding": [
|
|
261
251
|
{
|
|
@@ -269,15 +259,15 @@
|
|
|
269
259
|
],
|
|
270
260
|
"license": "MIT",
|
|
271
261
|
"dependencies": {
|
|
272
|
-
"@ethersproject/bytes": "^5.
|
|
273
|
-
"@ethersproject/logger": "^5.
|
|
262
|
+
"@ethersproject/bytes": "^5.8.0",
|
|
263
|
+
"@ethersproject/logger": "^5.8.0",
|
|
274
264
|
"bn.js": "^5.2.1"
|
|
275
265
|
}
|
|
276
266
|
},
|
|
277
267
|
"node_modules/@ethersproject/bytes": {
|
|
278
|
-
"version": "5.
|
|
279
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.
|
|
280
|
-
"integrity": "sha512-
|
|
268
|
+
"version": "5.8.0",
|
|
269
|
+
"resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.8.0.tgz",
|
|
270
|
+
"integrity": "sha512-vTkeohgJVCPVHu5c25XWaWQOZ4v+DkGoC42/TS2ond+PARCxTJvgTFUNDZovyQ/uAQ4EcpqqowKydcdmRKjg7A==",
|
|
281
271
|
"dev": true,
|
|
282
272
|
"funding": [
|
|
283
273
|
{
|
|
@@ -291,33 +281,13 @@
|
|
|
291
281
|
],
|
|
292
282
|
"license": "MIT",
|
|
293
283
|
"dependencies": {
|
|
294
|
-
"@ethersproject/logger": "^5.
|
|
284
|
+
"@ethersproject/logger": "^5.8.0"
|
|
295
285
|
}
|
|
296
286
|
},
|
|
297
287
|
"node_modules/@ethersproject/constants": {
|
|
298
|
-
"version": "5.
|
|
299
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.
|
|
300
|
-
"integrity": "sha512-
|
|
301
|
-
"dev": true,
|
|
302
|
-
"funding": [
|
|
303
|
-
{
|
|
304
|
-
"type": "individual",
|
|
305
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"type": "individual",
|
|
309
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
310
|
-
}
|
|
311
|
-
],
|
|
312
|
-
"license": "MIT",
|
|
313
|
-
"dependencies": {
|
|
314
|
-
"@ethersproject/bignumber": "^5.7.0"
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
"node_modules/@ethersproject/contracts": {
|
|
318
|
-
"version": "5.7.0",
|
|
319
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/contracts/-/contracts-5.7.0.tgz",
|
|
320
|
-
"integrity": "sha512-5GJbzEU3X+d33CdfPhcyS+z8MzsTrBGk/sc+G+59+tPa9yFkl6HQ9D6L0QMgNTA9q8dT0XKxxkyp883XsQvbbg==",
|
|
288
|
+
"version": "5.8.0",
|
|
289
|
+
"resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.8.0.tgz",
|
|
290
|
+
"integrity": "sha512-wigX4lrf5Vu+axVTIvNsuL6YrV4O5AXl5ubcURKMEME5TnWBouUh0CDTWxZ2GpnRn1kcCgE7l8O5+VbV9QTTcg==",
|
|
321
291
|
"dev": true,
|
|
322
292
|
"funding": [
|
|
323
293
|
{
|
|
@@ -330,18 +300,8 @@
|
|
|
330
300
|
}
|
|
331
301
|
],
|
|
332
302
|
"license": "MIT",
|
|
333
|
-
"peer": true,
|
|
334
303
|
"dependencies": {
|
|
335
|
-
"@ethersproject/
|
|
336
|
-
"@ethersproject/abstract-provider": "^5.7.0",
|
|
337
|
-
"@ethersproject/abstract-signer": "^5.7.0",
|
|
338
|
-
"@ethersproject/address": "^5.7.0",
|
|
339
|
-
"@ethersproject/bignumber": "^5.7.0",
|
|
340
|
-
"@ethersproject/bytes": "^5.7.0",
|
|
341
|
-
"@ethersproject/constants": "^5.7.0",
|
|
342
|
-
"@ethersproject/logger": "^5.7.0",
|
|
343
|
-
"@ethersproject/properties": "^5.7.0",
|
|
344
|
-
"@ethersproject/transactions": "^5.7.0"
|
|
304
|
+
"@ethersproject/bignumber": "^5.8.0"
|
|
345
305
|
}
|
|
346
306
|
},
|
|
347
307
|
"node_modules/@ethersproject/hash": {
|
|
@@ -372,79 +332,6 @@
|
|
|
372
332
|
"@ethersproject/strings": "^5.7.0"
|
|
373
333
|
}
|
|
374
334
|
},
|
|
375
|
-
"node_modules/@ethersproject/hdnode": {
|
|
376
|
-
"version": "5.7.0",
|
|
377
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/hdnode/-/hdnode-5.7.0.tgz",
|
|
378
|
-
"integrity": "sha512-OmyYo9EENBPPf4ERhR7oj6uAtUAhYGqOnIS+jE5pTXvdKBS99ikzq1E7Iv0ZQZ5V36Lqx1qZLeak0Ra16qpeOg==",
|
|
379
|
-
"dev": true,
|
|
380
|
-
"funding": [
|
|
381
|
-
{
|
|
382
|
-
"type": "individual",
|
|
383
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"type": "individual",
|
|
387
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
388
|
-
}
|
|
389
|
-
],
|
|
390
|
-
"license": "MIT",
|
|
391
|
-
"peer": true,
|
|
392
|
-
"dependencies": {
|
|
393
|
-
"@ethersproject/abstract-signer": "^5.7.0",
|
|
394
|
-
"@ethersproject/basex": "^5.7.0",
|
|
395
|
-
"@ethersproject/bignumber": "^5.7.0",
|
|
396
|
-
"@ethersproject/bytes": "^5.7.0",
|
|
397
|
-
"@ethersproject/logger": "^5.7.0",
|
|
398
|
-
"@ethersproject/pbkdf2": "^5.7.0",
|
|
399
|
-
"@ethersproject/properties": "^5.7.0",
|
|
400
|
-
"@ethersproject/sha2": "^5.7.0",
|
|
401
|
-
"@ethersproject/signing-key": "^5.7.0",
|
|
402
|
-
"@ethersproject/strings": "^5.7.0",
|
|
403
|
-
"@ethersproject/transactions": "^5.7.0",
|
|
404
|
-
"@ethersproject/wordlists": "^5.7.0"
|
|
405
|
-
}
|
|
406
|
-
},
|
|
407
|
-
"node_modules/@ethersproject/json-wallets": {
|
|
408
|
-
"version": "5.7.0",
|
|
409
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/json-wallets/-/json-wallets-5.7.0.tgz",
|
|
410
|
-
"integrity": "sha512-8oee5Xgu6+RKgJTkvEMl2wDgSPSAQ9MB/3JYjFV9jlKvcYHUXZC+cQp0njgmxdHkYWn8s6/IqIZYm0YWCjO/0g==",
|
|
411
|
-
"dev": true,
|
|
412
|
-
"funding": [
|
|
413
|
-
{
|
|
414
|
-
"type": "individual",
|
|
415
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"type": "individual",
|
|
419
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
420
|
-
}
|
|
421
|
-
],
|
|
422
|
-
"license": "MIT",
|
|
423
|
-
"peer": true,
|
|
424
|
-
"dependencies": {
|
|
425
|
-
"@ethersproject/abstract-signer": "^5.7.0",
|
|
426
|
-
"@ethersproject/address": "^5.7.0",
|
|
427
|
-
"@ethersproject/bytes": "^5.7.0",
|
|
428
|
-
"@ethersproject/hdnode": "^5.7.0",
|
|
429
|
-
"@ethersproject/keccak256": "^5.7.0",
|
|
430
|
-
"@ethersproject/logger": "^5.7.0",
|
|
431
|
-
"@ethersproject/pbkdf2": "^5.7.0",
|
|
432
|
-
"@ethersproject/properties": "^5.7.0",
|
|
433
|
-
"@ethersproject/random": "^5.7.0",
|
|
434
|
-
"@ethersproject/strings": "^5.7.0",
|
|
435
|
-
"@ethersproject/transactions": "^5.7.0",
|
|
436
|
-
"aes-js": "3.0.0",
|
|
437
|
-
"scrypt-js": "3.0.1"
|
|
438
|
-
}
|
|
439
|
-
},
|
|
440
|
-
"node_modules/@ethersproject/json-wallets/node_modules/aes-js": {
|
|
441
|
-
"version": "3.0.0",
|
|
442
|
-
"resolved": "https://registry.npmjs.org/aes-js/-/aes-js-3.0.0.tgz",
|
|
443
|
-
"integrity": "sha512-H7wUZRn8WpTq9jocdxQ2c8x2sKo9ZVmzfRE13GiNJXfp7NcKYEdvl3vspKjXox6RIG2VtaRe4JFvxG4rqp2Zuw==",
|
|
444
|
-
"dev": true,
|
|
445
|
-
"license": "MIT",
|
|
446
|
-
"peer": true
|
|
447
|
-
},
|
|
448
335
|
"node_modules/@ethersproject/keccak256": {
|
|
449
336
|
"version": "5.7.0",
|
|
450
337
|
"resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.7.0.tgz",
|
|
@@ -467,9 +354,9 @@
|
|
|
467
354
|
}
|
|
468
355
|
},
|
|
469
356
|
"node_modules/@ethersproject/logger": {
|
|
470
|
-
"version": "5.
|
|
471
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.
|
|
472
|
-
"integrity": "sha512-
|
|
357
|
+
"version": "5.8.0",
|
|
358
|
+
"resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.8.0.tgz",
|
|
359
|
+
"integrity": "sha512-Qe6knGmY+zPPWTC+wQrpitodgBfH7XoceCGL5bJVejmH+yCS3R8jJm8iiWuvWbG76RUmyEG53oqv6GMVWqunjA==",
|
|
473
360
|
"dev": true,
|
|
474
361
|
"funding": [
|
|
475
362
|
{
|
|
@@ -503,28 +390,6 @@
|
|
|
503
390
|
"@ethersproject/logger": "^5.7.0"
|
|
504
391
|
}
|
|
505
392
|
},
|
|
506
|
-
"node_modules/@ethersproject/pbkdf2": {
|
|
507
|
-
"version": "5.7.0",
|
|
508
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/pbkdf2/-/pbkdf2-5.7.0.tgz",
|
|
509
|
-
"integrity": "sha512-oR/dBRZR6GTyaofd86DehG72hY6NpAjhabkhxgr3X2FpJtJuodEl2auADWBZfhDHgVCbu3/H/Ocq2uC6dpNjjw==",
|
|
510
|
-
"dev": true,
|
|
511
|
-
"funding": [
|
|
512
|
-
{
|
|
513
|
-
"type": "individual",
|
|
514
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"type": "individual",
|
|
518
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
519
|
-
}
|
|
520
|
-
],
|
|
521
|
-
"license": "MIT",
|
|
522
|
-
"peer": true,
|
|
523
|
-
"dependencies": {
|
|
524
|
-
"@ethersproject/bytes": "^5.7.0",
|
|
525
|
-
"@ethersproject/sha2": "^5.7.0"
|
|
526
|
-
}
|
|
527
|
-
},
|
|
528
393
|
"node_modules/@ethersproject/properties": {
|
|
529
394
|
"version": "5.7.0",
|
|
530
395
|
"resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.7.0.tgz",
|
|
@@ -545,91 +410,6 @@
|
|
|
545
410
|
"@ethersproject/logger": "^5.7.0"
|
|
546
411
|
}
|
|
547
412
|
},
|
|
548
|
-
"node_modules/@ethersproject/providers": {
|
|
549
|
-
"version": "5.7.2",
|
|
550
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/providers/-/providers-5.7.2.tgz",
|
|
551
|
-
"integrity": "sha512-g34EWZ1WWAVgr4aptGlVBF8mhl3VWjv+8hoAnzStu8Ah22VHBsuGzP17eb6xDVRzw895G4W7vvx60lFFur/1Rg==",
|
|
552
|
-
"dev": true,
|
|
553
|
-
"funding": [
|
|
554
|
-
{
|
|
555
|
-
"type": "individual",
|
|
556
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"type": "individual",
|
|
560
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
561
|
-
}
|
|
562
|
-
],
|
|
563
|
-
"license": "MIT",
|
|
564
|
-
"peer": true,
|
|
565
|
-
"dependencies": {
|
|
566
|
-
"@ethersproject/abstract-provider": "^5.7.0",
|
|
567
|
-
"@ethersproject/abstract-signer": "^5.7.0",
|
|
568
|
-
"@ethersproject/address": "^5.7.0",
|
|
569
|
-
"@ethersproject/base64": "^5.7.0",
|
|
570
|
-
"@ethersproject/basex": "^5.7.0",
|
|
571
|
-
"@ethersproject/bignumber": "^5.7.0",
|
|
572
|
-
"@ethersproject/bytes": "^5.7.0",
|
|
573
|
-
"@ethersproject/constants": "^5.7.0",
|
|
574
|
-
"@ethersproject/hash": "^5.7.0",
|
|
575
|
-
"@ethersproject/logger": "^5.7.0",
|
|
576
|
-
"@ethersproject/networks": "^5.7.0",
|
|
577
|
-
"@ethersproject/properties": "^5.7.0",
|
|
578
|
-
"@ethersproject/random": "^5.7.0",
|
|
579
|
-
"@ethersproject/rlp": "^5.7.0",
|
|
580
|
-
"@ethersproject/sha2": "^5.7.0",
|
|
581
|
-
"@ethersproject/strings": "^5.7.0",
|
|
582
|
-
"@ethersproject/transactions": "^5.7.0",
|
|
583
|
-
"@ethersproject/web": "^5.7.0",
|
|
584
|
-
"bech32": "1.1.4",
|
|
585
|
-
"ws": "7.4.6"
|
|
586
|
-
}
|
|
587
|
-
},
|
|
588
|
-
"node_modules/@ethersproject/providers/node_modules/ws": {
|
|
589
|
-
"version": "7.4.6",
|
|
590
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
|
|
591
|
-
"integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==",
|
|
592
|
-
"dev": true,
|
|
593
|
-
"license": "MIT",
|
|
594
|
-
"peer": true,
|
|
595
|
-
"engines": {
|
|
596
|
-
"node": ">=8.3.0"
|
|
597
|
-
},
|
|
598
|
-
"peerDependencies": {
|
|
599
|
-
"bufferutil": "^4.0.1",
|
|
600
|
-
"utf-8-validate": "^5.0.2"
|
|
601
|
-
},
|
|
602
|
-
"peerDependenciesMeta": {
|
|
603
|
-
"bufferutil": {
|
|
604
|
-
"optional": true
|
|
605
|
-
},
|
|
606
|
-
"utf-8-validate": {
|
|
607
|
-
"optional": true
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
|
-
},
|
|
611
|
-
"node_modules/@ethersproject/random": {
|
|
612
|
-
"version": "5.7.0",
|
|
613
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/random/-/random-5.7.0.tgz",
|
|
614
|
-
"integrity": "sha512-19WjScqRA8IIeWclFme75VMXSBvi4e6InrUNuaR4s5pTF2qNhcGdCUwdxUVGtDDqC00sDLCO93jPQoDUH4HVmQ==",
|
|
615
|
-
"dev": true,
|
|
616
|
-
"funding": [
|
|
617
|
-
{
|
|
618
|
-
"type": "individual",
|
|
619
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
"type": "individual",
|
|
623
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
624
|
-
}
|
|
625
|
-
],
|
|
626
|
-
"license": "MIT",
|
|
627
|
-
"peer": true,
|
|
628
|
-
"dependencies": {
|
|
629
|
-
"@ethersproject/bytes": "^5.7.0",
|
|
630
|
-
"@ethersproject/logger": "^5.7.0"
|
|
631
|
-
}
|
|
632
|
-
},
|
|
633
413
|
"node_modules/@ethersproject/rlp": {
|
|
634
414
|
"version": "5.7.0",
|
|
635
415
|
"resolved": "https://registry.npmjs.org/@ethersproject/rlp/-/rlp-5.7.0.tgz",
|
|
@@ -651,29 +431,6 @@
|
|
|
651
431
|
"@ethersproject/logger": "^5.7.0"
|
|
652
432
|
}
|
|
653
433
|
},
|
|
654
|
-
"node_modules/@ethersproject/sha2": {
|
|
655
|
-
"version": "5.7.0",
|
|
656
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/sha2/-/sha2-5.7.0.tgz",
|
|
657
|
-
"integrity": "sha512-gKlH42riwb3KYp0reLsFTokByAKoJdgFCwI+CCiX/k+Jm2mbNs6oOaCjYQSlI1+XBVejwH2KrmCbMAT/GnRDQw==",
|
|
658
|
-
"dev": true,
|
|
659
|
-
"funding": [
|
|
660
|
-
{
|
|
661
|
-
"type": "individual",
|
|
662
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"type": "individual",
|
|
666
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
667
|
-
}
|
|
668
|
-
],
|
|
669
|
-
"license": "MIT",
|
|
670
|
-
"peer": true,
|
|
671
|
-
"dependencies": {
|
|
672
|
-
"@ethersproject/bytes": "^5.7.0",
|
|
673
|
-
"@ethersproject/logger": "^5.7.0",
|
|
674
|
-
"hash.js": "1.1.7"
|
|
675
|
-
}
|
|
676
|
-
},
|
|
677
434
|
"node_modules/@ethersproject/signing-key": {
|
|
678
435
|
"version": "5.7.0",
|
|
679
436
|
"resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.7.0.tgz",
|
|
@@ -699,32 +456,6 @@
|
|
|
699
456
|
"hash.js": "1.1.7"
|
|
700
457
|
}
|
|
701
458
|
},
|
|
702
|
-
"node_modules/@ethersproject/solidity": {
|
|
703
|
-
"version": "5.7.0",
|
|
704
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/solidity/-/solidity-5.7.0.tgz",
|
|
705
|
-
"integrity": "sha512-HmabMd2Dt/raavyaGukF4XxizWKhKQ24DoLtdNbBmNKUOPqwjsKQSdV9GQtj9CBEea9DlzETlVER1gYeXXBGaA==",
|
|
706
|
-
"dev": true,
|
|
707
|
-
"funding": [
|
|
708
|
-
{
|
|
709
|
-
"type": "individual",
|
|
710
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"type": "individual",
|
|
714
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
715
|
-
}
|
|
716
|
-
],
|
|
717
|
-
"license": "MIT",
|
|
718
|
-
"peer": true,
|
|
719
|
-
"dependencies": {
|
|
720
|
-
"@ethersproject/bignumber": "^5.7.0",
|
|
721
|
-
"@ethersproject/bytes": "^5.7.0",
|
|
722
|
-
"@ethersproject/keccak256": "^5.7.0",
|
|
723
|
-
"@ethersproject/logger": "^5.7.0",
|
|
724
|
-
"@ethersproject/sha2": "^5.7.0",
|
|
725
|
-
"@ethersproject/strings": "^5.7.0"
|
|
726
|
-
}
|
|
727
|
-
},
|
|
728
459
|
"node_modules/@ethersproject/strings": {
|
|
729
460
|
"version": "5.7.0",
|
|
730
461
|
"resolved": "https://registry.npmjs.org/@ethersproject/strings/-/strings-5.7.0.tgz",
|
|
@@ -776,32 +507,9 @@
|
|
|
776
507
|
}
|
|
777
508
|
},
|
|
778
509
|
"node_modules/@ethersproject/units": {
|
|
779
|
-
"version": "5.
|
|
780
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.
|
|
781
|
-
"integrity": "sha512-
|
|
782
|
-
"dev": true,
|
|
783
|
-
"funding": [
|
|
784
|
-
{
|
|
785
|
-
"type": "individual",
|
|
786
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"type": "individual",
|
|
790
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
791
|
-
}
|
|
792
|
-
],
|
|
793
|
-
"license": "MIT",
|
|
794
|
-
"peer": true,
|
|
795
|
-
"dependencies": {
|
|
796
|
-
"@ethersproject/bignumber": "^5.7.0",
|
|
797
|
-
"@ethersproject/constants": "^5.7.0",
|
|
798
|
-
"@ethersproject/logger": "^5.7.0"
|
|
799
|
-
}
|
|
800
|
-
},
|
|
801
|
-
"node_modules/@ethersproject/wallet": {
|
|
802
|
-
"version": "5.7.0",
|
|
803
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/wallet/-/wallet-5.7.0.tgz",
|
|
804
|
-
"integrity": "sha512-MhmXlJXEJFBFVKrDLB4ZdDzxcBxQ3rLyCkhNqVu3CDYvR97E+8r01UgrI+TI99Le+aYm/in/0vp86guJuM7FCA==",
|
|
510
|
+
"version": "5.8.0",
|
|
511
|
+
"resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.8.0.tgz",
|
|
512
|
+
"integrity": "sha512-lxq0CAnc5kMGIiWW4Mr041VT8IhNM+Pn5T3haO74XZWFulk7wH1Gv64HqE96hT4a7iiNMdOCFEBgaxWuk8ETKQ==",
|
|
805
513
|
"dev": true,
|
|
806
514
|
"funding": [
|
|
807
515
|
{
|
|
@@ -816,51 +524,15 @@
|
|
|
816
524
|
"license": "MIT",
|
|
817
525
|
"peer": true,
|
|
818
526
|
"dependencies": {
|
|
819
|
-
"@ethersproject/
|
|
820
|
-
"@ethersproject/
|
|
821
|
-
"@ethersproject/
|
|
822
|
-
"@ethersproject/bignumber": "^5.7.0",
|
|
823
|
-
"@ethersproject/bytes": "^5.7.0",
|
|
824
|
-
"@ethersproject/hash": "^5.7.0",
|
|
825
|
-
"@ethersproject/hdnode": "^5.7.0",
|
|
826
|
-
"@ethersproject/json-wallets": "^5.7.0",
|
|
827
|
-
"@ethersproject/keccak256": "^5.7.0",
|
|
828
|
-
"@ethersproject/logger": "^5.7.0",
|
|
829
|
-
"@ethersproject/properties": "^5.7.0",
|
|
830
|
-
"@ethersproject/random": "^5.7.0",
|
|
831
|
-
"@ethersproject/signing-key": "^5.7.0",
|
|
832
|
-
"@ethersproject/transactions": "^5.7.0",
|
|
833
|
-
"@ethersproject/wordlists": "^5.7.0"
|
|
834
|
-
}
|
|
835
|
-
},
|
|
836
|
-
"node_modules/@ethersproject/web": {
|
|
837
|
-
"version": "5.7.1",
|
|
838
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.7.1.tgz",
|
|
839
|
-
"integrity": "sha512-Gueu8lSvyjBWL4cYsWsjh6MtMwM0+H4HvqFPZfB6dV8ctbP9zFAO73VG1cMWae0FLPCtz0peKPpZY8/ugJJX2w==",
|
|
840
|
-
"dev": true,
|
|
841
|
-
"funding": [
|
|
842
|
-
{
|
|
843
|
-
"type": "individual",
|
|
844
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"type": "individual",
|
|
848
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
849
|
-
}
|
|
850
|
-
],
|
|
851
|
-
"license": "MIT",
|
|
852
|
-
"dependencies": {
|
|
853
|
-
"@ethersproject/base64": "^5.7.0",
|
|
854
|
-
"@ethersproject/bytes": "^5.7.0",
|
|
855
|
-
"@ethersproject/logger": "^5.7.0",
|
|
856
|
-
"@ethersproject/properties": "^5.7.0",
|
|
857
|
-
"@ethersproject/strings": "^5.7.0"
|
|
527
|
+
"@ethersproject/bignumber": "^5.8.0",
|
|
528
|
+
"@ethersproject/constants": "^5.8.0",
|
|
529
|
+
"@ethersproject/logger": "^5.8.0"
|
|
858
530
|
}
|
|
859
531
|
},
|
|
860
|
-
"node_modules/@ethersproject/
|
|
861
|
-
"version": "5.7.
|
|
862
|
-
"resolved": "https://registry.npmjs.org/@ethersproject/
|
|
863
|
-
"integrity": "sha512-
|
|
532
|
+
"node_modules/@ethersproject/web": {
|
|
533
|
+
"version": "5.7.1",
|
|
534
|
+
"resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.7.1.tgz",
|
|
535
|
+
"integrity": "sha512-Gueu8lSvyjBWL4cYsWsjh6MtMwM0+H4HvqFPZfB6dV8ctbP9zFAO73VG1cMWae0FLPCtz0peKPpZY8/ugJJX2w==",
|
|
864
536
|
"dev": true,
|
|
865
537
|
"funding": [
|
|
866
538
|
{
|
|
@@ -873,10 +545,9 @@
|
|
|
873
545
|
}
|
|
874
546
|
],
|
|
875
547
|
"license": "MIT",
|
|
876
|
-
"peer": true,
|
|
877
548
|
"dependencies": {
|
|
549
|
+
"@ethersproject/base64": "^5.7.0",
|
|
878
550
|
"@ethersproject/bytes": "^5.7.0",
|
|
879
|
-
"@ethersproject/hash": "^5.7.0",
|
|
880
551
|
"@ethersproject/logger": "^5.7.0",
|
|
881
552
|
"@ethersproject/properties": "^5.7.0",
|
|
882
553
|
"@ethersproject/strings": "^5.7.0"
|
|
@@ -892,6 +563,116 @@
|
|
|
892
563
|
"node": ">=14"
|
|
893
564
|
}
|
|
894
565
|
},
|
|
566
|
+
"node_modules/@isaacs/cliui": {
|
|
567
|
+
"version": "8.0.2",
|
|
568
|
+
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
569
|
+
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
570
|
+
"dev": true,
|
|
571
|
+
"license": "ISC",
|
|
572
|
+
"peer": true,
|
|
573
|
+
"dependencies": {
|
|
574
|
+
"string-width": "^5.1.2",
|
|
575
|
+
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
576
|
+
"strip-ansi": "^7.0.1",
|
|
577
|
+
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
578
|
+
"wrap-ansi": "^8.1.0",
|
|
579
|
+
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
580
|
+
},
|
|
581
|
+
"engines": {
|
|
582
|
+
"node": ">=12"
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
"node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
586
|
+
"version": "6.1.0",
|
|
587
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
|
|
588
|
+
"integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
|
|
589
|
+
"dev": true,
|
|
590
|
+
"license": "MIT",
|
|
591
|
+
"peer": true,
|
|
592
|
+
"engines": {
|
|
593
|
+
"node": ">=12"
|
|
594
|
+
},
|
|
595
|
+
"funding": {
|
|
596
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
"node_modules/@isaacs/cliui/node_modules/ansi-styles": {
|
|
600
|
+
"version": "6.2.1",
|
|
601
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
602
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
603
|
+
"dev": true,
|
|
604
|
+
"license": "MIT",
|
|
605
|
+
"peer": true,
|
|
606
|
+
"engines": {
|
|
607
|
+
"node": ">=12"
|
|
608
|
+
},
|
|
609
|
+
"funding": {
|
|
610
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
"node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
614
|
+
"version": "9.2.2",
|
|
615
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
616
|
+
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
617
|
+
"dev": true,
|
|
618
|
+
"license": "MIT",
|
|
619
|
+
"peer": true
|
|
620
|
+
},
|
|
621
|
+
"node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
622
|
+
"version": "5.1.2",
|
|
623
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
624
|
+
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
625
|
+
"dev": true,
|
|
626
|
+
"license": "MIT",
|
|
627
|
+
"peer": true,
|
|
628
|
+
"dependencies": {
|
|
629
|
+
"eastasianwidth": "^0.2.0",
|
|
630
|
+
"emoji-regex": "^9.2.2",
|
|
631
|
+
"strip-ansi": "^7.0.1"
|
|
632
|
+
},
|
|
633
|
+
"engines": {
|
|
634
|
+
"node": ">=12"
|
|
635
|
+
},
|
|
636
|
+
"funding": {
|
|
637
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
641
|
+
"version": "7.1.0",
|
|
642
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
643
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
644
|
+
"dev": true,
|
|
645
|
+
"license": "MIT",
|
|
646
|
+
"peer": true,
|
|
647
|
+
"dependencies": {
|
|
648
|
+
"ansi-regex": "^6.0.1"
|
|
649
|
+
},
|
|
650
|
+
"engines": {
|
|
651
|
+
"node": ">=12"
|
|
652
|
+
},
|
|
653
|
+
"funding": {
|
|
654
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
"node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
|
|
658
|
+
"version": "8.1.0",
|
|
659
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
660
|
+
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
661
|
+
"dev": true,
|
|
662
|
+
"license": "MIT",
|
|
663
|
+
"peer": true,
|
|
664
|
+
"dependencies": {
|
|
665
|
+
"ansi-styles": "^6.1.0",
|
|
666
|
+
"string-width": "^5.0.1",
|
|
667
|
+
"strip-ansi": "^7.0.1"
|
|
668
|
+
},
|
|
669
|
+
"engines": {
|
|
670
|
+
"node": ">=12"
|
|
671
|
+
},
|
|
672
|
+
"funding": {
|
|
673
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
674
|
+
}
|
|
675
|
+
},
|
|
895
676
|
"node_modules/@jridgewell/resolve-uri": {
|
|
896
677
|
"version": "3.1.2",
|
|
897
678
|
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
@@ -923,54 +704,18 @@
|
|
|
923
704
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
924
705
|
}
|
|
925
706
|
},
|
|
926
|
-
"node_modules/@
|
|
927
|
-
"version": "
|
|
928
|
-
"resolved": "https://registry.npmjs.org/@
|
|
929
|
-
"integrity": "sha512-
|
|
930
|
-
"dev": true,
|
|
931
|
-
"license": "ISC",
|
|
932
|
-
"dependencies": {
|
|
933
|
-
"ethereumjs-abi": "^0.6.8",
|
|
934
|
-
"ethereumjs-util": "^6.2.1",
|
|
935
|
-
"ethjs-util": "^0.1.6",
|
|
936
|
-
"tweetnacl": "^1.0.3",
|
|
937
|
-
"tweetnacl-util": "^0.15.1"
|
|
938
|
-
},
|
|
939
|
-
"engines": {
|
|
940
|
-
"node": ">=12.0.0"
|
|
941
|
-
}
|
|
942
|
-
},
|
|
943
|
-
"node_modules/@metamask/eth-sig-util/node_modules/@types/bn.js": {
|
|
944
|
-
"version": "4.11.6",
|
|
945
|
-
"resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-4.11.6.tgz",
|
|
946
|
-
"integrity": "sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==",
|
|
707
|
+
"node_modules/@noble/ciphers": {
|
|
708
|
+
"version": "1.3.0",
|
|
709
|
+
"resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz",
|
|
710
|
+
"integrity": "sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==",
|
|
947
711
|
"dev": true,
|
|
948
712
|
"license": "MIT",
|
|
949
|
-
"
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.1.tgz",
|
|
956
|
-
"integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==",
|
|
957
|
-
"dev": true,
|
|
958
|
-
"license": "MIT"
|
|
959
|
-
},
|
|
960
|
-
"node_modules/@metamask/eth-sig-util/node_modules/ethereumjs-util": {
|
|
961
|
-
"version": "6.2.1",
|
|
962
|
-
"resolved": "https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-6.2.1.tgz",
|
|
963
|
-
"integrity": "sha512-W2Ktez4L01Vexijrm5EB6w7dg4n/TgpoYU4avuT5T3Vmnw/eCRtiBrJfQYS/DCSvDIOLn2k57GcHdeBcgVxAqw==",
|
|
964
|
-
"dev": true,
|
|
965
|
-
"license": "MPL-2.0",
|
|
966
|
-
"dependencies": {
|
|
967
|
-
"@types/bn.js": "^4.11.3",
|
|
968
|
-
"bn.js": "^4.11.0",
|
|
969
|
-
"create-hash": "^1.1.2",
|
|
970
|
-
"elliptic": "^6.5.2",
|
|
971
|
-
"ethereum-cryptography": "^0.1.3",
|
|
972
|
-
"ethjs-util": "0.1.6",
|
|
973
|
-
"rlp": "^2.2.3"
|
|
713
|
+
"peer": true,
|
|
714
|
+
"engines": {
|
|
715
|
+
"node": "^14.21.3 || >=16"
|
|
716
|
+
},
|
|
717
|
+
"funding": {
|
|
718
|
+
"url": "https://paulmillr.com/funding/"
|
|
974
719
|
}
|
|
975
720
|
},
|
|
976
721
|
"node_modules/@noble/curves": {
|
|
@@ -1056,28 +801,28 @@
|
|
|
1056
801
|
}
|
|
1057
802
|
},
|
|
1058
803
|
"node_modules/@nomicfoundation/edr": {
|
|
1059
|
-
"version": "0.
|
|
1060
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr/-/edr-0.
|
|
1061
|
-
"integrity": "sha512-
|
|
804
|
+
"version": "0.11.3",
|
|
805
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr/-/edr-0.11.3.tgz",
|
|
806
|
+
"integrity": "sha512-kqILRkAd455Sd6v8mfP3C1/0tCOynJWY+Ir+k/9Boocu2kObCrsFgG+ZWB7fSBVdd9cPVSNrnhWS+V+PEo637g==",
|
|
1062
807
|
"dev": true,
|
|
1063
808
|
"license": "MIT",
|
|
1064
809
|
"dependencies": {
|
|
1065
|
-
"@nomicfoundation/edr-darwin-arm64": "0.
|
|
1066
|
-
"@nomicfoundation/edr-darwin-x64": "0.
|
|
1067
|
-
"@nomicfoundation/edr-linux-arm64-gnu": "0.
|
|
1068
|
-
"@nomicfoundation/edr-linux-arm64-musl": "0.
|
|
1069
|
-
"@nomicfoundation/edr-linux-x64-gnu": "0.
|
|
1070
|
-
"@nomicfoundation/edr-linux-x64-musl": "0.
|
|
1071
|
-
"@nomicfoundation/edr-win32-x64-msvc": "0.
|
|
810
|
+
"@nomicfoundation/edr-darwin-arm64": "0.11.3",
|
|
811
|
+
"@nomicfoundation/edr-darwin-x64": "0.11.3",
|
|
812
|
+
"@nomicfoundation/edr-linux-arm64-gnu": "0.11.3",
|
|
813
|
+
"@nomicfoundation/edr-linux-arm64-musl": "0.11.3",
|
|
814
|
+
"@nomicfoundation/edr-linux-x64-gnu": "0.11.3",
|
|
815
|
+
"@nomicfoundation/edr-linux-x64-musl": "0.11.3",
|
|
816
|
+
"@nomicfoundation/edr-win32-x64-msvc": "0.11.3"
|
|
1072
817
|
},
|
|
1073
818
|
"engines": {
|
|
1074
819
|
"node": ">= 18"
|
|
1075
820
|
}
|
|
1076
821
|
},
|
|
1077
822
|
"node_modules/@nomicfoundation/edr-darwin-arm64": {
|
|
1078
|
-
"version": "0.
|
|
1079
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr-darwin-arm64/-/edr-darwin-arm64-0.
|
|
1080
|
-
"integrity": "sha512-
|
|
823
|
+
"version": "0.11.3",
|
|
824
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr-darwin-arm64/-/edr-darwin-arm64-0.11.3.tgz",
|
|
825
|
+
"integrity": "sha512-w0tksbdtSxz9nuzHKsfx4c2mwaD0+l5qKL2R290QdnN9gi9AV62p9DHkOgfBdyg6/a6ZlnQqnISi7C9avk/6VA==",
|
|
1081
826
|
"dev": true,
|
|
1082
827
|
"license": "MIT",
|
|
1083
828
|
"engines": {
|
|
@@ -1085,9 +830,9 @@
|
|
|
1085
830
|
}
|
|
1086
831
|
},
|
|
1087
832
|
"node_modules/@nomicfoundation/edr-darwin-x64": {
|
|
1088
|
-
"version": "0.
|
|
1089
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr-darwin-x64/-/edr-darwin-x64-0.
|
|
1090
|
-
"integrity": "sha512-
|
|
833
|
+
"version": "0.11.3",
|
|
834
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr-darwin-x64/-/edr-darwin-x64-0.11.3.tgz",
|
|
835
|
+
"integrity": "sha512-QR4jAFrPbOcrO7O2z2ESg+eUeIZPe2bPIlQYgiJ04ltbSGW27FblOzdd5+S3RoOD/dsZGKAvvy6dadBEl0NgoA==",
|
|
1091
836
|
"dev": true,
|
|
1092
837
|
"license": "MIT",
|
|
1093
838
|
"engines": {
|
|
@@ -1095,9 +840,9 @@
|
|
|
1095
840
|
}
|
|
1096
841
|
},
|
|
1097
842
|
"node_modules/@nomicfoundation/edr-linux-arm64-gnu": {
|
|
1098
|
-
"version": "0.
|
|
1099
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr-linux-arm64-gnu/-/edr-linux-arm64-gnu-0.
|
|
1100
|
-
"integrity": "sha512-
|
|
843
|
+
"version": "0.11.3",
|
|
844
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr-linux-arm64-gnu/-/edr-linux-arm64-gnu-0.11.3.tgz",
|
|
845
|
+
"integrity": "sha512-Ktjv89RZZiUmOFPspuSBVJ61mBZQ2+HuLmV67InNlh9TSUec/iDjGIwAn59dx0bF/LOSrM7qg5od3KKac4LJDQ==",
|
|
1101
846
|
"dev": true,
|
|
1102
847
|
"license": "MIT",
|
|
1103
848
|
"engines": {
|
|
@@ -1105,9 +850,9 @@
|
|
|
1105
850
|
}
|
|
1106
851
|
},
|
|
1107
852
|
"node_modules/@nomicfoundation/edr-linux-arm64-musl": {
|
|
1108
|
-
"version": "0.
|
|
1109
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr-linux-arm64-musl/-/edr-linux-arm64-musl-0.
|
|
1110
|
-
"integrity": "sha512-
|
|
853
|
+
"version": "0.11.3",
|
|
854
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr-linux-arm64-musl/-/edr-linux-arm64-musl-0.11.3.tgz",
|
|
855
|
+
"integrity": "sha512-B3sLJx1rL2E9pfdD4mApiwOZSrX0a/KQSBWdlq1uAhFKqkl00yZaY4LejgZndsJAa4iKGQJlGnw4HCGeVt0+jA==",
|
|
1111
856
|
"dev": true,
|
|
1112
857
|
"license": "MIT",
|
|
1113
858
|
"engines": {
|
|
@@ -1115,9 +860,9 @@
|
|
|
1115
860
|
}
|
|
1116
861
|
},
|
|
1117
862
|
"node_modules/@nomicfoundation/edr-linux-x64-gnu": {
|
|
1118
|
-
"version": "0.
|
|
1119
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr-linux-x64-gnu/-/edr-linux-x64-gnu-0.
|
|
1120
|
-
"integrity": "sha512-
|
|
863
|
+
"version": "0.11.3",
|
|
864
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr-linux-x64-gnu/-/edr-linux-x64-gnu-0.11.3.tgz",
|
|
865
|
+
"integrity": "sha512-D/4cFKDXH6UYyKPu6J3Y8TzW11UzeQI0+wS9QcJzjlrrfKj0ENW7g9VihD1O2FvXkdkTjcCZYb6ai8MMTCsaVw==",
|
|
1121
866
|
"dev": true,
|
|
1122
867
|
"license": "MIT",
|
|
1123
868
|
"engines": {
|
|
@@ -1125,9 +870,9 @@
|
|
|
1125
870
|
}
|
|
1126
871
|
},
|
|
1127
872
|
"node_modules/@nomicfoundation/edr-linux-x64-musl": {
|
|
1128
|
-
"version": "0.
|
|
1129
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr-linux-x64-musl/-/edr-linux-x64-musl-0.
|
|
1130
|
-
"integrity": "sha512-
|
|
873
|
+
"version": "0.11.3",
|
|
874
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr-linux-x64-musl/-/edr-linux-x64-musl-0.11.3.tgz",
|
|
875
|
+
"integrity": "sha512-ergXuIb4nIvmf+TqyiDX5tsE49311DrBky6+jNLgsGDTBaN1GS3OFwFS8I6Ri/GGn6xOaT8sKu3q7/m+WdlFzg==",
|
|
1131
876
|
"dev": true,
|
|
1132
877
|
"license": "MIT",
|
|
1133
878
|
"engines": {
|
|
@@ -1135,88 +880,19 @@
|
|
|
1135
880
|
}
|
|
1136
881
|
},
|
|
1137
882
|
"node_modules/@nomicfoundation/edr-win32-x64-msvc": {
|
|
1138
|
-
"version": "0.
|
|
1139
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr-win32-x64-msvc/-/edr-win32-x64-msvc-0.
|
|
1140
|
-
"integrity": "sha512-
|
|
883
|
+
"version": "0.11.3",
|
|
884
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/edr-win32-x64-msvc/-/edr-win32-x64-msvc-0.11.3.tgz",
|
|
885
|
+
"integrity": "sha512-snvEf+WB3OV0wj2A7kQ+ZQqBquMcrozSLXcdnMdEl7Tmn+KDCbmFKBt3Tk0X3qOU4RKQpLPnTxdM07TJNVtung==",
|
|
1141
886
|
"dev": true,
|
|
1142
887
|
"license": "MIT",
|
|
1143
888
|
"engines": {
|
|
1144
889
|
"node": ">= 18"
|
|
1145
890
|
}
|
|
1146
891
|
},
|
|
1147
|
-
"node_modules/@nomicfoundation/ethereumjs-common": {
|
|
1148
|
-
"version": "4.0.4",
|
|
1149
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/ethereumjs-common/-/ethereumjs-common-4.0.4.tgz",
|
|
1150
|
-
"integrity": "sha512-9Rgb658lcWsjiicr5GzNCjI1llow/7r0k50dLL95OJ+6iZJcVbi15r3Y0xh2cIO+zgX0WIHcbzIu6FeQf9KPrg==",
|
|
1151
|
-
"dev": true,
|
|
1152
|
-
"license": "MIT",
|
|
1153
|
-
"dependencies": {
|
|
1154
|
-
"@nomicfoundation/ethereumjs-util": "9.0.4"
|
|
1155
|
-
}
|
|
1156
|
-
},
|
|
1157
|
-
"node_modules/@nomicfoundation/ethereumjs-rlp": {
|
|
1158
|
-
"version": "5.0.4",
|
|
1159
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/ethereumjs-rlp/-/ethereumjs-rlp-5.0.4.tgz",
|
|
1160
|
-
"integrity": "sha512-8H1S3s8F6QueOc/X92SdrA4RDenpiAEqMg5vJH99kcQaCy/a3Q6fgseo75mgWlbanGJXSlAPtnCeG9jvfTYXlw==",
|
|
1161
|
-
"dev": true,
|
|
1162
|
-
"license": "MPL-2.0",
|
|
1163
|
-
"bin": {
|
|
1164
|
-
"rlp": "bin/rlp.cjs"
|
|
1165
|
-
},
|
|
1166
|
-
"engines": {
|
|
1167
|
-
"node": ">=18"
|
|
1168
|
-
}
|
|
1169
|
-
},
|
|
1170
|
-
"node_modules/@nomicfoundation/ethereumjs-tx": {
|
|
1171
|
-
"version": "5.0.4",
|
|
1172
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/ethereumjs-tx/-/ethereumjs-tx-5.0.4.tgz",
|
|
1173
|
-
"integrity": "sha512-Xjv8wAKJGMrP1f0n2PeyfFCCojHd7iS3s/Ab7qzF1S64kxZ8Z22LCMynArYsVqiFx6rzYy548HNVEyI+AYN/kw==",
|
|
1174
|
-
"dev": true,
|
|
1175
|
-
"license": "MPL-2.0",
|
|
1176
|
-
"dependencies": {
|
|
1177
|
-
"@nomicfoundation/ethereumjs-common": "4.0.4",
|
|
1178
|
-
"@nomicfoundation/ethereumjs-rlp": "5.0.4",
|
|
1179
|
-
"@nomicfoundation/ethereumjs-util": "9.0.4",
|
|
1180
|
-
"ethereum-cryptography": "0.1.3"
|
|
1181
|
-
},
|
|
1182
|
-
"engines": {
|
|
1183
|
-
"node": ">=18"
|
|
1184
|
-
},
|
|
1185
|
-
"peerDependencies": {
|
|
1186
|
-
"c-kzg": "^2.1.2"
|
|
1187
|
-
},
|
|
1188
|
-
"peerDependenciesMeta": {
|
|
1189
|
-
"c-kzg": {
|
|
1190
|
-
"optional": true
|
|
1191
|
-
}
|
|
1192
|
-
}
|
|
1193
|
-
},
|
|
1194
|
-
"node_modules/@nomicfoundation/ethereumjs-util": {
|
|
1195
|
-
"version": "9.0.4",
|
|
1196
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/ethereumjs-util/-/ethereumjs-util-9.0.4.tgz",
|
|
1197
|
-
"integrity": "sha512-sLOzjnSrlx9Bb9EFNtHzK/FJFsfg2re6bsGqinFinH1gCqVfz9YYlXiMWwDM4C/L4ywuHFCYwfKTVr/QHQcU0Q==",
|
|
1198
|
-
"dev": true,
|
|
1199
|
-
"license": "MPL-2.0",
|
|
1200
|
-
"dependencies": {
|
|
1201
|
-
"@nomicfoundation/ethereumjs-rlp": "5.0.4",
|
|
1202
|
-
"ethereum-cryptography": "0.1.3"
|
|
1203
|
-
},
|
|
1204
|
-
"engines": {
|
|
1205
|
-
"node": ">=18"
|
|
1206
|
-
},
|
|
1207
|
-
"peerDependencies": {
|
|
1208
|
-
"c-kzg": "^2.1.2"
|
|
1209
|
-
},
|
|
1210
|
-
"peerDependenciesMeta": {
|
|
1211
|
-
"c-kzg": {
|
|
1212
|
-
"optional": true
|
|
1213
|
-
}
|
|
1214
|
-
}
|
|
1215
|
-
},
|
|
1216
892
|
"node_modules/@nomicfoundation/hardhat-chai-matchers": {
|
|
1217
|
-
"version": "2.0
|
|
1218
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-chai-matchers/-/hardhat-chai-matchers-2.0.
|
|
1219
|
-
"integrity": "sha512-
|
|
893
|
+
"version": "2.1.0",
|
|
894
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-chai-matchers/-/hardhat-chai-matchers-2.1.0.tgz",
|
|
895
|
+
"integrity": "sha512-GPhBNafh1fCnVD9Y7BYvoLnblnvfcq3j8YDbO1gGe/1nOFWzGmV7gFu5DkwFXF+IpYsS+t96o9qc/mPu3V3Vfw==",
|
|
1220
896
|
"dev": true,
|
|
1221
897
|
"license": "MIT",
|
|
1222
898
|
"peer": true,
|
|
@@ -1227,16 +903,16 @@
|
|
|
1227
903
|
"ordinal": "^1.0.3"
|
|
1228
904
|
},
|
|
1229
905
|
"peerDependencies": {
|
|
1230
|
-
"@nomicfoundation/hardhat-ethers": "^3.
|
|
906
|
+
"@nomicfoundation/hardhat-ethers": "^3.1.0",
|
|
1231
907
|
"chai": "^4.2.0",
|
|
1232
|
-
"ethers": "^6.
|
|
1233
|
-
"hardhat": "^2.
|
|
908
|
+
"ethers": "^6.14.0",
|
|
909
|
+
"hardhat": "^2.26.0"
|
|
1234
910
|
}
|
|
1235
911
|
},
|
|
1236
912
|
"node_modules/@nomicfoundation/hardhat-ethers": {
|
|
1237
|
-
"version": "3.0
|
|
1238
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-ethers/-/hardhat-ethers-3.0.
|
|
1239
|
-
"integrity": "sha512-
|
|
913
|
+
"version": "3.1.0",
|
|
914
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-ethers/-/hardhat-ethers-3.1.0.tgz",
|
|
915
|
+
"integrity": "sha512-jx6fw3Ms7QBwFGT2MU6ICG292z0P81u6g54JjSV105+FbTZOF4FJqPksLfDybxkkOeq28eDxbqq7vpxRYyIlxA==",
|
|
1240
916
|
"dev": true,
|
|
1241
917
|
"license": "MIT",
|
|
1242
918
|
"peer": true,
|
|
@@ -1245,20 +921,20 @@
|
|
|
1245
921
|
"lodash.isequal": "^4.5.0"
|
|
1246
922
|
},
|
|
1247
923
|
"peerDependencies": {
|
|
1248
|
-
"ethers": "^6.
|
|
1249
|
-
"hardhat": "^2.
|
|
924
|
+
"ethers": "^6.14.0",
|
|
925
|
+
"hardhat": "^2.26.0"
|
|
1250
926
|
}
|
|
1251
927
|
},
|
|
1252
928
|
"node_modules/@nomicfoundation/hardhat-ignition": {
|
|
1253
|
-
"version": "0.15.
|
|
1254
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-ignition/-/hardhat-ignition-0.15.
|
|
1255
|
-
"integrity": "sha512-
|
|
929
|
+
"version": "0.15.13",
|
|
930
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-ignition/-/hardhat-ignition-0.15.13.tgz",
|
|
931
|
+
"integrity": "sha512-G4XGPWvxs9DJhZ6PE1wdvKjHkjErWbsETf4c7YxO6GUz+MJGlw+PtgbnCwhL3tQzSq3oD4MB0LGi+sK0polpUA==",
|
|
1256
932
|
"dev": true,
|
|
1257
933
|
"license": "MIT",
|
|
1258
934
|
"peer": true,
|
|
1259
935
|
"dependencies": {
|
|
1260
|
-
"@nomicfoundation/ignition-core": "^0.15.
|
|
1261
|
-
"@nomicfoundation/ignition-ui": "^0.15.
|
|
936
|
+
"@nomicfoundation/ignition-core": "^0.15.13",
|
|
937
|
+
"@nomicfoundation/ignition-ui": "^0.15.12",
|
|
1262
938
|
"chalk": "^4.0.0",
|
|
1263
939
|
"debug": "^4.3.2",
|
|
1264
940
|
"fs-extra": "^10.0.0",
|
|
@@ -1266,29 +942,29 @@
|
|
|
1266
942
|
"prompts": "^2.4.2"
|
|
1267
943
|
},
|
|
1268
944
|
"peerDependencies": {
|
|
1269
|
-
"@nomicfoundation/hardhat-verify": "^2.0
|
|
1270
|
-
"hardhat": "^2.
|
|
945
|
+
"@nomicfoundation/hardhat-verify": "^2.1.0",
|
|
946
|
+
"hardhat": "^2.26.0"
|
|
1271
947
|
}
|
|
1272
948
|
},
|
|
1273
949
|
"node_modules/@nomicfoundation/hardhat-ignition-ethers": {
|
|
1274
|
-
"version": "0.15.
|
|
1275
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-ignition-ethers/-/hardhat-ignition-ethers-0.15.
|
|
1276
|
-
"integrity": "sha512-
|
|
950
|
+
"version": "0.15.14",
|
|
951
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-ignition-ethers/-/hardhat-ignition-ethers-0.15.14.tgz",
|
|
952
|
+
"integrity": "sha512-eq+5n+c1DW18/Xp8/QrHBBvG5QaKUxYF/byol4f1jrnZ1zAy0OrqEa/oaNFWchhpLalX7d7suk/2EL0PbT0CDQ==",
|
|
1277
953
|
"dev": true,
|
|
1278
954
|
"license": "MIT",
|
|
1279
955
|
"peer": true,
|
|
1280
956
|
"peerDependencies": {
|
|
1281
|
-
"@nomicfoundation/hardhat-ethers": "^3.0
|
|
1282
|
-
"@nomicfoundation/hardhat-ignition": "^0.15.
|
|
1283
|
-
"@nomicfoundation/ignition-core": "^0.15.
|
|
1284
|
-
"ethers": "^6.
|
|
1285
|
-
"hardhat": "^2.
|
|
957
|
+
"@nomicfoundation/hardhat-ethers": "^3.1.0",
|
|
958
|
+
"@nomicfoundation/hardhat-ignition": "^0.15.13",
|
|
959
|
+
"@nomicfoundation/ignition-core": "^0.15.13",
|
|
960
|
+
"ethers": "^6.14.0",
|
|
961
|
+
"hardhat": "^2.26.0"
|
|
1286
962
|
}
|
|
1287
963
|
},
|
|
1288
964
|
"node_modules/@nomicfoundation/hardhat-network-helpers": {
|
|
1289
|
-
"version": "1.0
|
|
1290
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-network-helpers/-/hardhat-network-helpers-1.0.
|
|
1291
|
-
"integrity": "sha512-
|
|
965
|
+
"version": "1.1.0",
|
|
966
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-network-helpers/-/hardhat-network-helpers-1.1.0.tgz",
|
|
967
|
+
"integrity": "sha512-ZS+NulZuR99NUHt2VwcgZvgeD6Y63qrbORNRuKO+lTowJxNVsrJ0zbRx1j5De6G3dOno5pVGvuYSq2QVG0qCYg==",
|
|
1292
968
|
"dev": true,
|
|
1293
969
|
"license": "MIT",
|
|
1294
970
|
"peer": true,
|
|
@@ -1296,30 +972,30 @@
|
|
|
1296
972
|
"ethereumjs-util": "^7.1.4"
|
|
1297
973
|
},
|
|
1298
974
|
"peerDependencies": {
|
|
1299
|
-
"hardhat": "^2.
|
|
975
|
+
"hardhat": "^2.26.0"
|
|
1300
976
|
}
|
|
1301
977
|
},
|
|
1302
978
|
"node_modules/@nomicfoundation/hardhat-toolbox": {
|
|
1303
|
-
"version": "
|
|
1304
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-toolbox/-/hardhat-toolbox-
|
|
1305
|
-
"integrity": "sha512-
|
|
979
|
+
"version": "6.1.0",
|
|
980
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-toolbox/-/hardhat-toolbox-6.1.0.tgz",
|
|
981
|
+
"integrity": "sha512-iAIl6pIK3F4R3JXeq+b6tiShXUrp1sQRiPfqoCMUE7QLUzoFifzGV97IDRL6e73pWsMKpUQBsHBvTCsqn+ZdpA==",
|
|
1306
982
|
"dev": true,
|
|
1307
983
|
"license": "MIT",
|
|
1308
984
|
"peerDependencies": {
|
|
1309
|
-
"@nomicfoundation/hardhat-chai-matchers": "^2.
|
|
1310
|
-
"@nomicfoundation/hardhat-ethers": "^3.
|
|
1311
|
-
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.
|
|
1312
|
-
"@nomicfoundation/hardhat-network-helpers": "^1.
|
|
1313
|
-
"@nomicfoundation/hardhat-verify": "^2.
|
|
985
|
+
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
|
|
986
|
+
"@nomicfoundation/hardhat-ethers": "^3.1.0",
|
|
987
|
+
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.14",
|
|
988
|
+
"@nomicfoundation/hardhat-network-helpers": "^1.1.0",
|
|
989
|
+
"@nomicfoundation/hardhat-verify": "^2.1.0",
|
|
1314
990
|
"@typechain/ethers-v6": "^0.5.0",
|
|
1315
991
|
"@typechain/hardhat": "^9.0.0",
|
|
1316
992
|
"@types/chai": "^4.2.0",
|
|
1317
993
|
"@types/mocha": ">=9.1.0",
|
|
1318
|
-
"@types/node": ">=
|
|
994
|
+
"@types/node": ">=20.0.0",
|
|
1319
995
|
"chai": "^4.2.0",
|
|
1320
|
-
"ethers": "^6.
|
|
1321
|
-
"hardhat": "^2.
|
|
1322
|
-
"hardhat-gas-reporter": "^
|
|
996
|
+
"ethers": "^6.14.0",
|
|
997
|
+
"hardhat": "^2.26.0",
|
|
998
|
+
"hardhat-gas-reporter": "^2.3.0",
|
|
1323
999
|
"solidity-coverage": "^0.8.1",
|
|
1324
1000
|
"ts-node": ">=8.0.0",
|
|
1325
1001
|
"typechain": "^8.3.0",
|
|
@@ -1327,9 +1003,9 @@
|
|
|
1327
1003
|
}
|
|
1328
1004
|
},
|
|
1329
1005
|
"node_modules/@nomicfoundation/hardhat-verify": {
|
|
1330
|
-
"version": "2.
|
|
1331
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-verify/-/hardhat-verify-2.
|
|
1332
|
-
"integrity": "sha512-
|
|
1006
|
+
"version": "2.1.1",
|
|
1007
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/hardhat-verify/-/hardhat-verify-2.1.1.tgz",
|
|
1008
|
+
"integrity": "sha512-K1plXIS42xSHDJZRkrE2TZikqxp9T4y6jUMUNI/imLgN5uCcEQokmfU0DlyP9zzHncYK92HlT5IWP35UVCLrPw==",
|
|
1333
1009
|
"dev": true,
|
|
1334
1010
|
"license": "MIT",
|
|
1335
1011
|
"peer": true,
|
|
@@ -1345,13 +1021,13 @@
|
|
|
1345
1021
|
"undici": "^5.14.0"
|
|
1346
1022
|
},
|
|
1347
1023
|
"peerDependencies": {
|
|
1348
|
-
"hardhat": "^2.0
|
|
1024
|
+
"hardhat": "^2.26.0"
|
|
1349
1025
|
}
|
|
1350
1026
|
},
|
|
1351
1027
|
"node_modules/@nomicfoundation/ignition-core": {
|
|
1352
|
-
"version": "0.15.
|
|
1353
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/ignition-core/-/ignition-core-0.15.
|
|
1354
|
-
"integrity": "sha512-
|
|
1028
|
+
"version": "0.15.13",
|
|
1029
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/ignition-core/-/ignition-core-0.15.13.tgz",
|
|
1030
|
+
"integrity": "sha512-Z4T1WIbw0EqdsN9RxtnHeQXBi7P/piAmCu8bZmReIdDo/2h06qgKWxjDoNfc9VBFZJ0+Dx79tkgQR3ewxMDcpA==",
|
|
1355
1031
|
"dev": true,
|
|
1356
1032
|
"license": "MIT",
|
|
1357
1033
|
"peer": true,
|
|
@@ -1360,7 +1036,7 @@
|
|
|
1360
1036
|
"@nomicfoundation/solidity-analyzer": "^0.1.1",
|
|
1361
1037
|
"cbor": "^9.0.0",
|
|
1362
1038
|
"debug": "^4.3.2",
|
|
1363
|
-
"ethers": "^6.
|
|
1039
|
+
"ethers": "^6.14.0",
|
|
1364
1040
|
"fs-extra": "^10.0.0",
|
|
1365
1041
|
"immer": "10.0.2",
|
|
1366
1042
|
"lodash": "4.17.21",
|
|
@@ -1407,9 +1083,9 @@
|
|
|
1407
1083
|
}
|
|
1408
1084
|
},
|
|
1409
1085
|
"node_modules/@nomicfoundation/ignition-ui": {
|
|
1410
|
-
"version": "0.15.
|
|
1411
|
-
"resolved": "https://registry.npmjs.org/@nomicfoundation/ignition-ui/-/ignition-ui-0.15.
|
|
1412
|
-
"integrity": "sha512-
|
|
1086
|
+
"version": "0.15.12",
|
|
1087
|
+
"resolved": "https://registry.npmjs.org/@nomicfoundation/ignition-ui/-/ignition-ui-0.15.12.tgz",
|
|
1088
|
+
"integrity": "sha512-nQl8tusvmt1ANoyIj5RQl9tVSEmG0FnNbtwnWbTim+F8JLm4YLHWS0yEgYUZC+BEO3oS0D8r6V8a02JGZJgqiQ==",
|
|
1413
1089
|
"dev": true,
|
|
1414
1090
|
"peer": true
|
|
1415
1091
|
},
|
|
@@ -1510,12 +1186,24 @@
|
|
|
1510
1186
|
}
|
|
1511
1187
|
},
|
|
1512
1188
|
"node_modules/@openzeppelin/contracts": {
|
|
1513
|
-
"version": "5.
|
|
1514
|
-
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-5.
|
|
1515
|
-
"integrity": "sha512-
|
|
1189
|
+
"version": "5.4.0",
|
|
1190
|
+
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-5.4.0.tgz",
|
|
1191
|
+
"integrity": "sha512-eCYgWnLg6WO+X52I16TZt8uEjbtdkgLC0SUX/xnAksjjrQI4Xfn4iBRoI5j55dmlOhDv1Y7BoR3cU7e3WWhC6A==",
|
|
1516
1192
|
"dev": true,
|
|
1517
1193
|
"license": "MIT"
|
|
1518
1194
|
},
|
|
1195
|
+
"node_modules/@pkgjs/parseargs": {
|
|
1196
|
+
"version": "0.11.0",
|
|
1197
|
+
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
1198
|
+
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
1199
|
+
"dev": true,
|
|
1200
|
+
"license": "MIT",
|
|
1201
|
+
"optional": true,
|
|
1202
|
+
"peer": true,
|
|
1203
|
+
"engines": {
|
|
1204
|
+
"node": ">=14"
|
|
1205
|
+
}
|
|
1206
|
+
},
|
|
1519
1207
|
"node_modules/@scure/base": {
|
|
1520
1208
|
"version": "1.1.9",
|
|
1521
1209
|
"resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.9.tgz",
|
|
@@ -1751,15 +1439,12 @@
|
|
|
1751
1439
|
"license": "0BSD"
|
|
1752
1440
|
},
|
|
1753
1441
|
"node_modules/@solidity-parser/parser": {
|
|
1754
|
-
"version": "0.
|
|
1755
|
-
"resolved": "https://registry.npmjs.org/@solidity-parser/parser/-/parser-0.
|
|
1756
|
-
"integrity": "sha512-
|
|
1442
|
+
"version": "0.20.1",
|
|
1443
|
+
"resolved": "https://registry.npmjs.org/@solidity-parser/parser/-/parser-0.20.1.tgz",
|
|
1444
|
+
"integrity": "sha512-58I2sRpzaQUN+jJmWbHfbWf9AKfzqCI8JAdFB0vbyY+u8tBRcuTt9LxzasvR0LGQpcRv97eyV7l61FQ3Ib7zVw==",
|
|
1757
1445
|
"dev": true,
|
|
1758
1446
|
"license": "MIT",
|
|
1759
|
-
"peer": true
|
|
1760
|
-
"dependencies": {
|
|
1761
|
-
"antlr4ts": "^0.5.0-alpha.4"
|
|
1762
|
-
}
|
|
1447
|
+
"peer": true
|
|
1763
1448
|
},
|
|
1764
1449
|
"node_modules/@tsconfig/node10": {
|
|
1765
1450
|
"version": "1.0.11",
|
|
@@ -1845,11 +1530,12 @@
|
|
|
1845
1530
|
}
|
|
1846
1531
|
},
|
|
1847
1532
|
"node_modules/@types/bn.js": {
|
|
1848
|
-
"version": "5.
|
|
1849
|
-
"resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.
|
|
1850
|
-
"integrity": "sha512-
|
|
1533
|
+
"version": "5.2.0",
|
|
1534
|
+
"resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.2.0.tgz",
|
|
1535
|
+
"integrity": "sha512-DLbJ1BPqxvQhIGbeu8VbUC1DiAiahHtAYvA0ZEAa4P31F7IaArc8z3C3BRQdWX4mtLQuABG4yzp76ZrS02Ui1Q==",
|
|
1851
1536
|
"dev": true,
|
|
1852
1537
|
"license": "MIT",
|
|
1538
|
+
"peer": true,
|
|
1853
1539
|
"dependencies": {
|
|
1854
1540
|
"@types/node": "*"
|
|
1855
1541
|
}
|
|
@@ -1873,28 +1559,6 @@
|
|
|
1873
1559
|
"@types/chai": "*"
|
|
1874
1560
|
}
|
|
1875
1561
|
},
|
|
1876
|
-
"node_modules/@types/concat-stream": {
|
|
1877
|
-
"version": "1.6.1",
|
|
1878
|
-
"resolved": "https://registry.npmjs.org/@types/concat-stream/-/concat-stream-1.6.1.tgz",
|
|
1879
|
-
"integrity": "sha512-eHE4cQPoj6ngxBZMvVf6Hw7Mh4jMW4U9lpGmS5GBPB9RYxlFg+CHaVN7ErNY4W9XfLIEn20b4VDYaIrbq0q4uA==",
|
|
1880
|
-
"dev": true,
|
|
1881
|
-
"license": "MIT",
|
|
1882
|
-
"peer": true,
|
|
1883
|
-
"dependencies": {
|
|
1884
|
-
"@types/node": "*"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
"node_modules/@types/form-data": {
|
|
1888
|
-
"version": "0.0.33",
|
|
1889
|
-
"resolved": "https://registry.npmjs.org/@types/form-data/-/form-data-0.0.33.tgz",
|
|
1890
|
-
"integrity": "sha512-8BSvG1kGm83cyJITQMZSulnl6QV8jqAGreJsc5tPu1Jq0vTSOiY/k24Wx82JRpWwZSqrala6sd5rWi6aNXvqcw==",
|
|
1891
|
-
"dev": true,
|
|
1892
|
-
"license": "MIT",
|
|
1893
|
-
"peer": true,
|
|
1894
|
-
"dependencies": {
|
|
1895
|
-
"@types/node": "*"
|
|
1896
|
-
}
|
|
1897
|
-
},
|
|
1898
1562
|
"node_modules/@types/glob": {
|
|
1899
1563
|
"version": "7.2.0",
|
|
1900
1564
|
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
|
|
@@ -1907,13 +1571,6 @@
|
|
|
1907
1571
|
"@types/node": "*"
|
|
1908
1572
|
}
|
|
1909
1573
|
},
|
|
1910
|
-
"node_modules/@types/lru-cache": {
|
|
1911
|
-
"version": "5.1.1",
|
|
1912
|
-
"resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
1913
|
-
"integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==",
|
|
1914
|
-
"dev": true,
|
|
1915
|
-
"license": "MIT"
|
|
1916
|
-
},
|
|
1917
1574
|
"node_modules/@types/minimatch": {
|
|
1918
1575
|
"version": "5.1.2",
|
|
1919
1576
|
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
|
|
@@ -1936,6 +1593,7 @@
|
|
|
1936
1593
|
"integrity": "sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==",
|
|
1937
1594
|
"dev": true,
|
|
1938
1595
|
"license": "MIT",
|
|
1596
|
+
"peer": true,
|
|
1939
1597
|
"dependencies": {
|
|
1940
1598
|
"undici-types": "~6.20.0"
|
|
1941
1599
|
}
|
|
@@ -1946,6 +1604,7 @@
|
|
|
1946
1604
|
"integrity": "sha512-uRwJqmiXmh9++aSu1VNEn3iIxWOhd8AHXNSdlaLfdAAdSTY9jYVeGWnzejM3dvrkbqE3/hyQkQQ29IFATEGlew==",
|
|
1947
1605
|
"dev": true,
|
|
1948
1606
|
"license": "MIT",
|
|
1607
|
+
"peer": true,
|
|
1949
1608
|
"dependencies": {
|
|
1950
1609
|
"@types/node": "*"
|
|
1951
1610
|
}
|
|
@@ -1958,20 +1617,13 @@
|
|
|
1958
1617
|
"license": "MIT",
|
|
1959
1618
|
"peer": true
|
|
1960
1619
|
},
|
|
1961
|
-
"node_modules/@types/qs": {
|
|
1962
|
-
"version": "6.9.18",
|
|
1963
|
-
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz",
|
|
1964
|
-
"integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==",
|
|
1965
|
-
"dev": true,
|
|
1966
|
-
"license": "MIT",
|
|
1967
|
-
"peer": true
|
|
1968
|
-
},
|
|
1969
1620
|
"node_modules/@types/secp256k1": {
|
|
1970
1621
|
"version": "4.0.6",
|
|
1971
1622
|
"resolved": "https://registry.npmjs.org/@types/secp256k1/-/secp256k1-4.0.6.tgz",
|
|
1972
1623
|
"integrity": "sha512-hHxJU6PAEUn0TP4S/ZOzuTUvJWuZ6eIKeNKb5RBpODvSl6hp1Wrw4s7ATY50rklRCScUDpHzVA/DQdSjJ3UoYQ==",
|
|
1973
1624
|
"dev": true,
|
|
1974
1625
|
"license": "MIT",
|
|
1626
|
+
"peer": true,
|
|
1975
1627
|
"dependencies": {
|
|
1976
1628
|
"@types/node": "*"
|
|
1977
1629
|
}
|
|
@@ -1984,6 +1636,29 @@
|
|
|
1984
1636
|
"license": "ISC",
|
|
1985
1637
|
"peer": true
|
|
1986
1638
|
},
|
|
1639
|
+
"node_modules/abitype": {
|
|
1640
|
+
"version": "1.0.8",
|
|
1641
|
+
"resolved": "https://registry.npmjs.org/abitype/-/abitype-1.0.8.tgz",
|
|
1642
|
+
"integrity": "sha512-ZeiI6h3GnW06uYDLx0etQtX/p8E24UaHHBj57RSjK7YBFe7iuVn07EDpOeP451D06sF27VOz9JJPlIKJmXgkEg==",
|
|
1643
|
+
"dev": true,
|
|
1644
|
+
"license": "MIT",
|
|
1645
|
+
"peer": true,
|
|
1646
|
+
"funding": {
|
|
1647
|
+
"url": "https://github.com/sponsors/wevm"
|
|
1648
|
+
},
|
|
1649
|
+
"peerDependencies": {
|
|
1650
|
+
"typescript": ">=5.0.4",
|
|
1651
|
+
"zod": "^3 >=3.22.0"
|
|
1652
|
+
},
|
|
1653
|
+
"peerDependenciesMeta": {
|
|
1654
|
+
"typescript": {
|
|
1655
|
+
"optional": true
|
|
1656
|
+
},
|
|
1657
|
+
"zod": {
|
|
1658
|
+
"optional": true
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1661
|
+
},
|
|
1987
1662
|
"node_modules/acorn": {
|
|
1988
1663
|
"version": "8.14.0",
|
|
1989
1664
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
|
|
@@ -2149,14 +1824,6 @@
|
|
|
2149
1824
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2150
1825
|
}
|
|
2151
1826
|
},
|
|
2152
|
-
"node_modules/antlr4ts": {
|
|
2153
|
-
"version": "0.5.0-alpha.4",
|
|
2154
|
-
"resolved": "https://registry.npmjs.org/antlr4ts/-/antlr4ts-0.5.0-alpha.4.tgz",
|
|
2155
|
-
"integrity": "sha512-WPQDt1B74OfPv/IMS2ekXAKkTZIHl88uMetg6q3OTqgFxZ/dxDXI0EWLyZid/1Pe6hTftyg5N7gel5wNAGxXyQ==",
|
|
2156
|
-
"dev": true,
|
|
2157
|
-
"license": "BSD-3-Clause",
|
|
2158
|
-
"peer": true
|
|
2159
|
-
},
|
|
2160
1827
|
"node_modules/anymatch": {
|
|
2161
1828
|
"version": "3.1.3",
|
|
2162
1829
|
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
|
|
@@ -2208,25 +1875,6 @@
|
|
|
2208
1875
|
"node": ">=8"
|
|
2209
1876
|
}
|
|
2210
1877
|
},
|
|
2211
|
-
"node_modules/array-uniq": {
|
|
2212
|
-
"version": "1.0.3",
|
|
2213
|
-
"resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
|
|
2214
|
-
"integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==",
|
|
2215
|
-
"dev": true,
|
|
2216
|
-
"license": "MIT",
|
|
2217
|
-
"peer": true,
|
|
2218
|
-
"engines": {
|
|
2219
|
-
"node": ">=0.10.0"
|
|
2220
|
-
}
|
|
2221
|
-
},
|
|
2222
|
-
"node_modules/asap": {
|
|
2223
|
-
"version": "2.0.6",
|
|
2224
|
-
"resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
|
|
2225
|
-
"integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==",
|
|
2226
|
-
"dev": true,
|
|
2227
|
-
"license": "MIT",
|
|
2228
|
-
"peer": true
|
|
2229
|
-
},
|
|
2230
1878
|
"node_modules/assertion-error": {
|
|
2231
1879
|
"version": "1.1.0",
|
|
2232
1880
|
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz",
|
|
@@ -2276,16 +1924,33 @@
|
|
|
2276
1924
|
"node": ">= 4.0.0"
|
|
2277
1925
|
}
|
|
2278
1926
|
},
|
|
1927
|
+
"node_modules/available-typed-arrays": {
|
|
1928
|
+
"version": "1.0.7",
|
|
1929
|
+
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
|
|
1930
|
+
"integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
|
|
1931
|
+
"dev": true,
|
|
1932
|
+
"license": "MIT",
|
|
1933
|
+
"peer": true,
|
|
1934
|
+
"dependencies": {
|
|
1935
|
+
"possible-typed-array-names": "^1.0.0"
|
|
1936
|
+
},
|
|
1937
|
+
"engines": {
|
|
1938
|
+
"node": ">= 0.4"
|
|
1939
|
+
},
|
|
1940
|
+
"funding": {
|
|
1941
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
2279
1944
|
"node_modules/axios": {
|
|
2280
|
-
"version": "1.
|
|
2281
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
2282
|
-
"integrity": "sha512-
|
|
1945
|
+
"version": "1.11.0",
|
|
1946
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
|
|
1947
|
+
"integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
|
|
2283
1948
|
"dev": true,
|
|
2284
1949
|
"license": "MIT",
|
|
2285
1950
|
"peer": true,
|
|
2286
1951
|
"dependencies": {
|
|
2287
1952
|
"follow-redirects": "^1.15.6",
|
|
2288
|
-
"form-data": "^4.0.
|
|
1953
|
+
"form-data": "^4.0.4",
|
|
2289
1954
|
"proxy-from-env": "^1.1.0"
|
|
2290
1955
|
}
|
|
2291
1956
|
},
|
|
@@ -2297,23 +1962,16 @@
|
|
|
2297
1962
|
"license": "MIT"
|
|
2298
1963
|
},
|
|
2299
1964
|
"node_modules/base-x": {
|
|
2300
|
-
"version": "3.0.
|
|
2301
|
-
"resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.
|
|
2302
|
-
"integrity": "sha512-
|
|
1965
|
+
"version": "3.0.11",
|
|
1966
|
+
"resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.11.tgz",
|
|
1967
|
+
"integrity": "sha512-xz7wQ8xDhdyP7tQxwdteLYeFfS68tSMNCZ/Y37WJ4bhGfKPpqEIlmIyueQHqOyoPhE6xNUqjzRr8ra0eF9VRvA==",
|
|
2303
1968
|
"dev": true,
|
|
2304
1969
|
"license": "MIT",
|
|
1970
|
+
"peer": true,
|
|
2305
1971
|
"dependencies": {
|
|
2306
1972
|
"safe-buffer": "^5.0.1"
|
|
2307
1973
|
}
|
|
2308
1974
|
},
|
|
2309
|
-
"node_modules/bech32": {
|
|
2310
|
-
"version": "1.1.4",
|
|
2311
|
-
"resolved": "https://registry.npmjs.org/bech32/-/bech32-1.1.4.tgz",
|
|
2312
|
-
"integrity": "sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ==",
|
|
2313
|
-
"dev": true,
|
|
2314
|
-
"license": "MIT",
|
|
2315
|
-
"peer": true
|
|
2316
|
-
},
|
|
2317
1975
|
"node_modules/binary-extensions": {
|
|
2318
1976
|
"version": "2.3.0",
|
|
2319
1977
|
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
|
@@ -2332,7 +1990,8 @@
|
|
|
2332
1990
|
"resolved": "https://registry.npmjs.org/blakejs/-/blakejs-1.2.1.tgz",
|
|
2333
1991
|
"integrity": "sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ==",
|
|
2334
1992
|
"dev": true,
|
|
2335
|
-
"license": "MIT"
|
|
1993
|
+
"license": "MIT",
|
|
1994
|
+
"peer": true
|
|
2336
1995
|
},
|
|
2337
1996
|
"node_modules/bn.js": {
|
|
2338
1997
|
"version": "5.2.1",
|
|
@@ -2407,6 +2066,14 @@
|
|
|
2407
2066
|
"dev": true,
|
|
2408
2067
|
"license": "MIT"
|
|
2409
2068
|
},
|
|
2069
|
+
"node_modules/brotli-wasm": {
|
|
2070
|
+
"version": "2.0.1",
|
|
2071
|
+
"resolved": "https://registry.npmjs.org/brotli-wasm/-/brotli-wasm-2.0.1.tgz",
|
|
2072
|
+
"integrity": "sha512-+3USgYsC7bzb5yU0/p2HnnynZl0ak0E6uoIm4UW4Aby/8s8HFCq6NCfrrf1E9c3O8OCSzq3oYO1tUVqIi61Nww==",
|
|
2073
|
+
"dev": true,
|
|
2074
|
+
"license": "Apache-2.0",
|
|
2075
|
+
"peer": true
|
|
2076
|
+
},
|
|
2410
2077
|
"node_modules/browser-stdout": {
|
|
2411
2078
|
"version": "1.3.1",
|
|
2412
2079
|
"resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz",
|
|
@@ -2420,6 +2087,7 @@
|
|
|
2420
2087
|
"integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==",
|
|
2421
2088
|
"dev": true,
|
|
2422
2089
|
"license": "MIT",
|
|
2090
|
+
"peer": true,
|
|
2423
2091
|
"dependencies": {
|
|
2424
2092
|
"buffer-xor": "^1.0.3",
|
|
2425
2093
|
"cipher-base": "^1.0.0",
|
|
@@ -2435,6 +2103,7 @@
|
|
|
2435
2103
|
"integrity": "sha512-Ok3Wdf5vOIlBrgCvTq96gBkJw+JUEzdBgyaza5HLtPm7yTHkjRy8+JzNyHF7BHa0bNWOQIp3m5YF0nnFcOIKLw==",
|
|
2436
2104
|
"dev": true,
|
|
2437
2105
|
"license": "MIT",
|
|
2106
|
+
"peer": true,
|
|
2438
2107
|
"dependencies": {
|
|
2439
2108
|
"base-x": "^3.0.2"
|
|
2440
2109
|
}
|
|
@@ -2445,6 +2114,7 @@
|
|
|
2445
2114
|
"integrity": "sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==",
|
|
2446
2115
|
"dev": true,
|
|
2447
2116
|
"license": "MIT",
|
|
2117
|
+
"peer": true,
|
|
2448
2118
|
"dependencies": {
|
|
2449
2119
|
"bs58": "^4.0.0",
|
|
2450
2120
|
"create-hash": "^1.1.0",
|
|
@@ -2463,7 +2133,8 @@
|
|
|
2463
2133
|
"resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
|
|
2464
2134
|
"integrity": "sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==",
|
|
2465
2135
|
"dev": true,
|
|
2466
|
-
"license": "MIT"
|
|
2136
|
+
"license": "MIT",
|
|
2137
|
+
"peer": true
|
|
2467
2138
|
},
|
|
2468
2139
|
"node_modules/bytes": {
|
|
2469
2140
|
"version": "3.1.2",
|
|
@@ -2475,6 +2146,26 @@
|
|
|
2475
2146
|
"node": ">= 0.8"
|
|
2476
2147
|
}
|
|
2477
2148
|
},
|
|
2149
|
+
"node_modules/call-bind": {
|
|
2150
|
+
"version": "1.0.8",
|
|
2151
|
+
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
|
|
2152
|
+
"integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
|
|
2153
|
+
"dev": true,
|
|
2154
|
+
"license": "MIT",
|
|
2155
|
+
"peer": true,
|
|
2156
|
+
"dependencies": {
|
|
2157
|
+
"call-bind-apply-helpers": "^1.0.0",
|
|
2158
|
+
"es-define-property": "^1.0.0",
|
|
2159
|
+
"get-intrinsic": "^1.2.4",
|
|
2160
|
+
"set-function-length": "^1.2.2"
|
|
2161
|
+
},
|
|
2162
|
+
"engines": {
|
|
2163
|
+
"node": ">= 0.4"
|
|
2164
|
+
},
|
|
2165
|
+
"funding": {
|
|
2166
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
2478
2169
|
"node_modules/call-bind-apply-helpers": {
|
|
2479
2170
|
"version": "1.0.2",
|
|
2480
2171
|
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
@@ -2491,15 +2182,15 @@
|
|
|
2491
2182
|
}
|
|
2492
2183
|
},
|
|
2493
2184
|
"node_modules/call-bound": {
|
|
2494
|
-
"version": "1.0.
|
|
2495
|
-
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.
|
|
2496
|
-
"integrity": "sha512
|
|
2185
|
+
"version": "1.0.4",
|
|
2186
|
+
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
|
|
2187
|
+
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
2497
2188
|
"dev": true,
|
|
2498
2189
|
"license": "MIT",
|
|
2499
2190
|
"peer": true,
|
|
2500
2191
|
"dependencies": {
|
|
2501
|
-
"call-bind-apply-helpers": "^1.0.
|
|
2502
|
-
"get-intrinsic": "^1.
|
|
2192
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
2193
|
+
"get-intrinsic": "^1.3.0"
|
|
2503
2194
|
},
|
|
2504
2195
|
"engines": {
|
|
2505
2196
|
"node": ">= 0.4"
|
|
@@ -2521,14 +2212,6 @@
|
|
|
2521
2212
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2522
2213
|
}
|
|
2523
2214
|
},
|
|
2524
|
-
"node_modules/caseless": {
|
|
2525
|
-
"version": "0.12.0",
|
|
2526
|
-
"resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
|
|
2527
|
-
"integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==",
|
|
2528
|
-
"dev": true,
|
|
2529
|
-
"license": "Apache-2.0",
|
|
2530
|
-
"peer": true
|
|
2531
|
-
},
|
|
2532
2215
|
"node_modules/cbor": {
|
|
2533
2216
|
"version": "8.1.0",
|
|
2534
2217
|
"resolved": "https://registry.npmjs.org/cbor/-/cbor-8.1.0.tgz",
|
|
@@ -2648,6 +2331,7 @@
|
|
|
2648
2331
|
"integrity": "sha512-3Ek9H3X6pj5TgenXYtNWdaBon1tgYCaebd+XPg0keyjEbEfkD4KkmAxkQ/i1vYvxdcT5nscLBfq9VJRmCBcFSw==",
|
|
2649
2332
|
"dev": true,
|
|
2650
2333
|
"license": "MIT",
|
|
2334
|
+
"peer": true,
|
|
2651
2335
|
"dependencies": {
|
|
2652
2336
|
"inherits": "^2.0.4",
|
|
2653
2337
|
"safe-buffer": "^5.2.1"
|
|
@@ -2680,72 +2364,20 @@
|
|
|
2680
2364
|
}
|
|
2681
2365
|
},
|
|
2682
2366
|
"node_modules/cli-table3": {
|
|
2683
|
-
"version": "0.5
|
|
2684
|
-
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.
|
|
2685
|
-
"integrity": "sha512
|
|
2367
|
+
"version": "0.6.5",
|
|
2368
|
+
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz",
|
|
2369
|
+
"integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==",
|
|
2686
2370
|
"dev": true,
|
|
2687
2371
|
"license": "MIT",
|
|
2688
2372
|
"peer": true,
|
|
2689
2373
|
"dependencies": {
|
|
2690
|
-
"
|
|
2691
|
-
"string-width": "^2.1.1"
|
|
2374
|
+
"string-width": "^4.2.0"
|
|
2692
2375
|
},
|
|
2693
2376
|
"engines": {
|
|
2694
|
-
"node": ">=
|
|
2377
|
+
"node": "10.* || >= 12.*"
|
|
2695
2378
|
},
|
|
2696
2379
|
"optionalDependencies": {
|
|
2697
|
-
"colors": "
|
|
2698
|
-
}
|
|
2699
|
-
},
|
|
2700
|
-
"node_modules/cli-table3/node_modules/ansi-regex": {
|
|
2701
|
-
"version": "3.0.1",
|
|
2702
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz",
|
|
2703
|
-
"integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==",
|
|
2704
|
-
"dev": true,
|
|
2705
|
-
"license": "MIT",
|
|
2706
|
-
"peer": true,
|
|
2707
|
-
"engines": {
|
|
2708
|
-
"node": ">=4"
|
|
2709
|
-
}
|
|
2710
|
-
},
|
|
2711
|
-
"node_modules/cli-table3/node_modules/is-fullwidth-code-point": {
|
|
2712
|
-
"version": "2.0.0",
|
|
2713
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
|
|
2714
|
-
"integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
|
|
2715
|
-
"dev": true,
|
|
2716
|
-
"license": "MIT",
|
|
2717
|
-
"peer": true,
|
|
2718
|
-
"engines": {
|
|
2719
|
-
"node": ">=4"
|
|
2720
|
-
}
|
|
2721
|
-
},
|
|
2722
|
-
"node_modules/cli-table3/node_modules/string-width": {
|
|
2723
|
-
"version": "2.1.1",
|
|
2724
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
|
|
2725
|
-
"integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
|
|
2726
|
-
"dev": true,
|
|
2727
|
-
"license": "MIT",
|
|
2728
|
-
"peer": true,
|
|
2729
|
-
"dependencies": {
|
|
2730
|
-
"is-fullwidth-code-point": "^2.0.0",
|
|
2731
|
-
"strip-ansi": "^4.0.0"
|
|
2732
|
-
},
|
|
2733
|
-
"engines": {
|
|
2734
|
-
"node": ">=4"
|
|
2735
|
-
}
|
|
2736
|
-
},
|
|
2737
|
-
"node_modules/cli-table3/node_modules/strip-ansi": {
|
|
2738
|
-
"version": "4.0.0",
|
|
2739
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
|
2740
|
-
"integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==",
|
|
2741
|
-
"dev": true,
|
|
2742
|
-
"license": "MIT",
|
|
2743
|
-
"peer": true,
|
|
2744
|
-
"dependencies": {
|
|
2745
|
-
"ansi-regex": "^3.0.0"
|
|
2746
|
-
},
|
|
2747
|
-
"engines": {
|
|
2748
|
-
"node": ">=4"
|
|
2380
|
+
"@colors/colors": "1.5.0"
|
|
2749
2381
|
}
|
|
2750
2382
|
},
|
|
2751
2383
|
"node_modules/cliui": {
|
|
@@ -2780,17 +2412,6 @@
|
|
|
2780
2412
|
"dev": true,
|
|
2781
2413
|
"license": "MIT"
|
|
2782
2414
|
},
|
|
2783
|
-
"node_modules/colors": {
|
|
2784
|
-
"version": "1.4.0",
|
|
2785
|
-
"resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
|
|
2786
|
-
"integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
|
|
2787
|
-
"dev": true,
|
|
2788
|
-
"license": "MIT",
|
|
2789
|
-
"peer": true,
|
|
2790
|
-
"engines": {
|
|
2791
|
-
"node": ">=0.1.90"
|
|
2792
|
-
}
|
|
2793
|
-
},
|
|
2794
2415
|
"node_modules/combined-stream": {
|
|
2795
2416
|
"version": "1.0.8",
|
|
2796
2417
|
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
@@ -2971,59 +2592,6 @@
|
|
|
2971
2592
|
"license": "MIT",
|
|
2972
2593
|
"peer": true
|
|
2973
2594
|
},
|
|
2974
|
-
"node_modules/concat-stream": {
|
|
2975
|
-
"version": "1.6.2",
|
|
2976
|
-
"resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
|
|
2977
|
-
"integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
|
|
2978
|
-
"dev": true,
|
|
2979
|
-
"engines": [
|
|
2980
|
-
"node >= 0.8"
|
|
2981
|
-
],
|
|
2982
|
-
"license": "MIT",
|
|
2983
|
-
"peer": true,
|
|
2984
|
-
"dependencies": {
|
|
2985
|
-
"buffer-from": "^1.0.0",
|
|
2986
|
-
"inherits": "^2.0.3",
|
|
2987
|
-
"readable-stream": "^2.2.2",
|
|
2988
|
-
"typedarray": "^0.0.6"
|
|
2989
|
-
}
|
|
2990
|
-
},
|
|
2991
|
-
"node_modules/concat-stream/node_modules/readable-stream": {
|
|
2992
|
-
"version": "2.3.8",
|
|
2993
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
2994
|
-
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
2995
|
-
"dev": true,
|
|
2996
|
-
"license": "MIT",
|
|
2997
|
-
"peer": true,
|
|
2998
|
-
"dependencies": {
|
|
2999
|
-
"core-util-is": "~1.0.0",
|
|
3000
|
-
"inherits": "~2.0.3",
|
|
3001
|
-
"isarray": "~1.0.0",
|
|
3002
|
-
"process-nextick-args": "~2.0.0",
|
|
3003
|
-
"safe-buffer": "~5.1.1",
|
|
3004
|
-
"string_decoder": "~1.1.1",
|
|
3005
|
-
"util-deprecate": "~1.0.1"
|
|
3006
|
-
}
|
|
3007
|
-
},
|
|
3008
|
-
"node_modules/concat-stream/node_modules/safe-buffer": {
|
|
3009
|
-
"version": "5.1.2",
|
|
3010
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
3011
|
-
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
3012
|
-
"dev": true,
|
|
3013
|
-
"license": "MIT",
|
|
3014
|
-
"peer": true
|
|
3015
|
-
},
|
|
3016
|
-
"node_modules/concat-stream/node_modules/string_decoder": {
|
|
3017
|
-
"version": "1.1.1",
|
|
3018
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
3019
|
-
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
3020
|
-
"dev": true,
|
|
3021
|
-
"license": "MIT",
|
|
3022
|
-
"peer": true,
|
|
3023
|
-
"dependencies": {
|
|
3024
|
-
"safe-buffer": "~5.1.0"
|
|
3025
|
-
}
|
|
3026
|
-
},
|
|
3027
2595
|
"node_modules/cookie": {
|
|
3028
2596
|
"version": "0.4.2",
|
|
3029
2597
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz",
|
|
@@ -3034,20 +2602,13 @@
|
|
|
3034
2602
|
"node": ">= 0.6"
|
|
3035
2603
|
}
|
|
3036
2604
|
},
|
|
3037
|
-
"node_modules/core-util-is": {
|
|
3038
|
-
"version": "1.0.3",
|
|
3039
|
-
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
3040
|
-
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
|
|
3041
|
-
"dev": true,
|
|
3042
|
-
"license": "MIT",
|
|
3043
|
-
"peer": true
|
|
3044
|
-
},
|
|
3045
2605
|
"node_modules/create-hash": {
|
|
3046
2606
|
"version": "1.2.0",
|
|
3047
2607
|
"resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
|
|
3048
2608
|
"integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
|
|
3049
2609
|
"dev": true,
|
|
3050
2610
|
"license": "MIT",
|
|
2611
|
+
"peer": true,
|
|
3051
2612
|
"dependencies": {
|
|
3052
2613
|
"cipher-base": "^1.0.1",
|
|
3053
2614
|
"inherits": "^2.0.1",
|
|
@@ -3062,6 +2623,7 @@
|
|
|
3062
2623
|
"integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==",
|
|
3063
2624
|
"dev": true,
|
|
3064
2625
|
"license": "MIT",
|
|
2626
|
+
"peer": true,
|
|
3065
2627
|
"dependencies": {
|
|
3066
2628
|
"cipher-base": "^1.0.3",
|
|
3067
2629
|
"create-hash": "^1.1.0",
|
|
@@ -3079,6 +2641,39 @@
|
|
|
3079
2641
|
"license": "MIT",
|
|
3080
2642
|
"peer": true
|
|
3081
2643
|
},
|
|
2644
|
+
"node_modules/cross-spawn": {
|
|
2645
|
+
"version": "7.0.6",
|
|
2646
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
2647
|
+
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
2648
|
+
"dev": true,
|
|
2649
|
+
"license": "MIT",
|
|
2650
|
+
"peer": true,
|
|
2651
|
+
"dependencies": {
|
|
2652
|
+
"path-key": "^3.1.0",
|
|
2653
|
+
"shebang-command": "^2.0.0",
|
|
2654
|
+
"which": "^2.0.1"
|
|
2655
|
+
},
|
|
2656
|
+
"engines": {
|
|
2657
|
+
"node": ">= 8"
|
|
2658
|
+
}
|
|
2659
|
+
},
|
|
2660
|
+
"node_modules/cross-spawn/node_modules/which": {
|
|
2661
|
+
"version": "2.0.2",
|
|
2662
|
+
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
2663
|
+
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
2664
|
+
"dev": true,
|
|
2665
|
+
"license": "ISC",
|
|
2666
|
+
"peer": true,
|
|
2667
|
+
"dependencies": {
|
|
2668
|
+
"isexe": "^2.0.0"
|
|
2669
|
+
},
|
|
2670
|
+
"bin": {
|
|
2671
|
+
"node-which": "bin/node-which"
|
|
2672
|
+
},
|
|
2673
|
+
"engines": {
|
|
2674
|
+
"node": ">= 8"
|
|
2675
|
+
}
|
|
2676
|
+
},
|
|
3082
2677
|
"node_modules/crypt": {
|
|
3083
2678
|
"version": "0.0.2",
|
|
3084
2679
|
"resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz",
|
|
@@ -3161,6 +2756,25 @@
|
|
|
3161
2756
|
"license": "MIT",
|
|
3162
2757
|
"peer": true
|
|
3163
2758
|
},
|
|
2759
|
+
"node_modules/define-data-property": {
|
|
2760
|
+
"version": "1.1.4",
|
|
2761
|
+
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
|
|
2762
|
+
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
|
2763
|
+
"dev": true,
|
|
2764
|
+
"license": "MIT",
|
|
2765
|
+
"peer": true,
|
|
2766
|
+
"dependencies": {
|
|
2767
|
+
"es-define-property": "^1.0.0",
|
|
2768
|
+
"es-errors": "^1.3.0",
|
|
2769
|
+
"gopd": "^1.0.1"
|
|
2770
|
+
},
|
|
2771
|
+
"engines": {
|
|
2772
|
+
"node": ">= 0.4"
|
|
2773
|
+
},
|
|
2774
|
+
"funding": {
|
|
2775
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2776
|
+
}
|
|
2777
|
+
},
|
|
3164
2778
|
"node_modules/delayed-stream": {
|
|
3165
2779
|
"version": "1.0.0",
|
|
3166
2780
|
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
@@ -3235,6 +2849,14 @@
|
|
|
3235
2849
|
"node": ">= 0.4"
|
|
3236
2850
|
}
|
|
3237
2851
|
},
|
|
2852
|
+
"node_modules/eastasianwidth": {
|
|
2853
|
+
"version": "0.2.0",
|
|
2854
|
+
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
2855
|
+
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
2856
|
+
"dev": true,
|
|
2857
|
+
"license": "MIT",
|
|
2858
|
+
"peer": true
|
|
2859
|
+
},
|
|
3238
2860
|
"node_modules/elliptic": {
|
|
3239
2861
|
"version": "6.5.4",
|
|
3240
2862
|
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
|
|
@@ -3402,173 +3024,27 @@
|
|
|
3402
3024
|
},
|
|
3403
3025
|
"engines": {
|
|
3404
3026
|
"node": ">=0.10.0"
|
|
3405
|
-
}
|
|
3406
|
-
},
|
|
3407
|
-
"node_modules/estraverse": {
|
|
3408
|
-
"version": "1.9.3",
|
|
3409
|
-
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz",
|
|
3410
|
-
"integrity": "sha512-25w1fMXQrGdoquWnScXZGckOv+Wes+JDnuN/+7ex3SauFRS72r2lFDec0EKPt2YD1wUJ/IrfEex+9yp4hfSOJA==",
|
|
3411
|
-
"dev": true,
|
|
3412
|
-
"peer": true,
|
|
3413
|
-
"engines": {
|
|
3414
|
-
"node": ">=0.10.0"
|
|
3415
|
-
}
|
|
3416
|
-
},
|
|
3417
|
-
"node_modules/esutils": {
|
|
3418
|
-
"version": "2.0.3",
|
|
3419
|
-
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
|
3420
|
-
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
|
|
3421
|
-
"dev": true,
|
|
3422
|
-
"license": "BSD-2-Clause",
|
|
3423
|
-
"peer": true,
|
|
3424
|
-
"engines": {
|
|
3425
|
-
"node": ">=0.10.0"
|
|
3426
|
-
}
|
|
3427
|
-
},
|
|
3428
|
-
"node_modules/eth-gas-reporter": {
|
|
3429
|
-
"version": "0.2.27",
|
|
3430
|
-
"resolved": "https://registry.npmjs.org/eth-gas-reporter/-/eth-gas-reporter-0.2.27.tgz",
|
|
3431
|
-
"integrity": "sha512-femhvoAM7wL0GcI8ozTdxfuBtBFJ9qsyIAsmKVjlWAHUbdnnXHt+lKzz/kmldM5lA9jLuNHGwuIxorNpLbR1Zw==",
|
|
3432
|
-
"dev": true,
|
|
3433
|
-
"license": "MIT",
|
|
3434
|
-
"peer": true,
|
|
3435
|
-
"dependencies": {
|
|
3436
|
-
"@solidity-parser/parser": "^0.14.0",
|
|
3437
|
-
"axios": "^1.5.1",
|
|
3438
|
-
"cli-table3": "^0.5.0",
|
|
3439
|
-
"colors": "1.4.0",
|
|
3440
|
-
"ethereum-cryptography": "^1.0.3",
|
|
3441
|
-
"ethers": "^5.7.2",
|
|
3442
|
-
"fs-readdir-recursive": "^1.1.0",
|
|
3443
|
-
"lodash": "^4.17.14",
|
|
3444
|
-
"markdown-table": "^1.1.3",
|
|
3445
|
-
"mocha": "^10.2.0",
|
|
3446
|
-
"req-cwd": "^2.0.0",
|
|
3447
|
-
"sha1": "^1.1.1",
|
|
3448
|
-
"sync-request": "^6.0.0"
|
|
3449
|
-
},
|
|
3450
|
-
"peerDependencies": {
|
|
3451
|
-
"@codechecks/client": "^0.1.0"
|
|
3452
|
-
},
|
|
3453
|
-
"peerDependenciesMeta": {
|
|
3454
|
-
"@codechecks/client": {
|
|
3455
|
-
"optional": true
|
|
3456
|
-
}
|
|
3457
|
-
}
|
|
3458
|
-
},
|
|
3459
|
-
"node_modules/eth-gas-reporter/node_modules/@noble/hashes": {
|
|
3460
|
-
"version": "1.2.0",
|
|
3461
|
-
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.2.0.tgz",
|
|
3462
|
-
"integrity": "sha512-FZfhjEDbT5GRswV3C6uvLPHMiVD6lQBmpoX5+eSiPaMTXte/IKqI5dykDxzZB/WBeK/CDuQRBWarPdi3FNY2zQ==",
|
|
3463
|
-
"dev": true,
|
|
3464
|
-
"funding": [
|
|
3465
|
-
{
|
|
3466
|
-
"type": "individual",
|
|
3467
|
-
"url": "https://paulmillr.com/funding/"
|
|
3468
|
-
}
|
|
3469
|
-
],
|
|
3470
|
-
"license": "MIT",
|
|
3471
|
-
"peer": true
|
|
3472
|
-
},
|
|
3473
|
-
"node_modules/eth-gas-reporter/node_modules/@scure/bip32": {
|
|
3474
|
-
"version": "1.1.5",
|
|
3475
|
-
"resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.1.5.tgz",
|
|
3476
|
-
"integrity": "sha512-XyNh1rB0SkEqd3tXcXMi+Xe1fvg+kUIcoRIEujP1Jgv7DqW2r9lg3Ah0NkFaCs9sTkQAQA8kw7xiRXzENi9Rtw==",
|
|
3477
|
-
"dev": true,
|
|
3478
|
-
"funding": [
|
|
3479
|
-
{
|
|
3480
|
-
"type": "individual",
|
|
3481
|
-
"url": "https://paulmillr.com/funding/"
|
|
3482
|
-
}
|
|
3483
|
-
],
|
|
3484
|
-
"license": "MIT",
|
|
3485
|
-
"peer": true,
|
|
3486
|
-
"dependencies": {
|
|
3487
|
-
"@noble/hashes": "~1.2.0",
|
|
3488
|
-
"@noble/secp256k1": "~1.7.0",
|
|
3489
|
-
"@scure/base": "~1.1.0"
|
|
3490
|
-
}
|
|
3491
|
-
},
|
|
3492
|
-
"node_modules/eth-gas-reporter/node_modules/@scure/bip39": {
|
|
3493
|
-
"version": "1.1.1",
|
|
3494
|
-
"resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.1.1.tgz",
|
|
3495
|
-
"integrity": "sha512-t+wDck2rVkh65Hmv280fYdVdY25J9YeEUIgn2LG1WM6gxFkGzcksoDiUkWVpVp3Oex9xGC68JU2dSbUfwZ2jPg==",
|
|
3496
|
-
"dev": true,
|
|
3497
|
-
"funding": [
|
|
3498
|
-
{
|
|
3499
|
-
"type": "individual",
|
|
3500
|
-
"url": "https://paulmillr.com/funding/"
|
|
3501
|
-
}
|
|
3502
|
-
],
|
|
3503
|
-
"license": "MIT",
|
|
3504
|
-
"peer": true,
|
|
3505
|
-
"dependencies": {
|
|
3506
|
-
"@noble/hashes": "~1.2.0",
|
|
3507
|
-
"@scure/base": "~1.1.0"
|
|
3508
|
-
}
|
|
3509
|
-
},
|
|
3510
|
-
"node_modules/eth-gas-reporter/node_modules/ethereum-cryptography": {
|
|
3511
|
-
"version": "1.2.0",
|
|
3512
|
-
"resolved": "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-1.2.0.tgz",
|
|
3513
|
-
"integrity": "sha512-6yFQC9b5ug6/17CQpCyE3k9eKBMdhyVjzUy1WkiuY/E4vj/SXDBbCw8QEIaXqf0Mf2SnY6RmpDcwlUmBSS0EJw==",
|
|
3027
|
+
}
|
|
3028
|
+
},
|
|
3029
|
+
"node_modules/estraverse": {
|
|
3030
|
+
"version": "1.9.3",
|
|
3031
|
+
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz",
|
|
3032
|
+
"integrity": "sha512-25w1fMXQrGdoquWnScXZGckOv+Wes+JDnuN/+7ex3SauFRS72r2lFDec0EKPt2YD1wUJ/IrfEex+9yp4hfSOJA==",
|
|
3514
3033
|
"dev": true,
|
|
3515
|
-
"license": "MIT",
|
|
3516
3034
|
"peer": true,
|
|
3517
|
-
"
|
|
3518
|
-
"
|
|
3519
|
-
"@noble/secp256k1": "1.7.1",
|
|
3520
|
-
"@scure/bip32": "1.1.5",
|
|
3521
|
-
"@scure/bip39": "1.1.1"
|
|
3035
|
+
"engines": {
|
|
3036
|
+
"node": ">=0.10.0"
|
|
3522
3037
|
}
|
|
3523
3038
|
},
|
|
3524
|
-
"node_modules/
|
|
3525
|
-
"version": "
|
|
3526
|
-
"resolved": "https://registry.npmjs.org/
|
|
3527
|
-
"integrity": "sha512-
|
|
3039
|
+
"node_modules/esutils": {
|
|
3040
|
+
"version": "2.0.3",
|
|
3041
|
+
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
|
3042
|
+
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
|
|
3528
3043
|
"dev": true,
|
|
3529
|
-
"
|
|
3530
|
-
{
|
|
3531
|
-
"type": "individual",
|
|
3532
|
-
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
3533
|
-
},
|
|
3534
|
-
{
|
|
3535
|
-
"type": "individual",
|
|
3536
|
-
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
3537
|
-
}
|
|
3538
|
-
],
|
|
3539
|
-
"license": "MIT",
|
|
3044
|
+
"license": "BSD-2-Clause",
|
|
3540
3045
|
"peer": true,
|
|
3541
|
-
"
|
|
3542
|
-
"
|
|
3543
|
-
"@ethersproject/abstract-provider": "5.7.0",
|
|
3544
|
-
"@ethersproject/abstract-signer": "5.7.0",
|
|
3545
|
-
"@ethersproject/address": "5.7.0",
|
|
3546
|
-
"@ethersproject/base64": "5.7.0",
|
|
3547
|
-
"@ethersproject/basex": "5.7.0",
|
|
3548
|
-
"@ethersproject/bignumber": "5.7.0",
|
|
3549
|
-
"@ethersproject/bytes": "5.7.0",
|
|
3550
|
-
"@ethersproject/constants": "5.7.0",
|
|
3551
|
-
"@ethersproject/contracts": "5.7.0",
|
|
3552
|
-
"@ethersproject/hash": "5.7.0",
|
|
3553
|
-
"@ethersproject/hdnode": "5.7.0",
|
|
3554
|
-
"@ethersproject/json-wallets": "5.7.0",
|
|
3555
|
-
"@ethersproject/keccak256": "5.7.0",
|
|
3556
|
-
"@ethersproject/logger": "5.7.0",
|
|
3557
|
-
"@ethersproject/networks": "5.7.1",
|
|
3558
|
-
"@ethersproject/pbkdf2": "5.7.0",
|
|
3559
|
-
"@ethersproject/properties": "5.7.0",
|
|
3560
|
-
"@ethersproject/providers": "5.7.2",
|
|
3561
|
-
"@ethersproject/random": "5.7.0",
|
|
3562
|
-
"@ethersproject/rlp": "5.7.0",
|
|
3563
|
-
"@ethersproject/sha2": "5.7.0",
|
|
3564
|
-
"@ethersproject/signing-key": "5.7.0",
|
|
3565
|
-
"@ethersproject/solidity": "5.7.0",
|
|
3566
|
-
"@ethersproject/strings": "5.7.0",
|
|
3567
|
-
"@ethersproject/transactions": "5.7.0",
|
|
3568
|
-
"@ethersproject/units": "5.7.0",
|
|
3569
|
-
"@ethersproject/wallet": "5.7.0",
|
|
3570
|
-
"@ethersproject/web": "5.7.1",
|
|
3571
|
-
"@ethersproject/wordlists": "5.7.0"
|
|
3046
|
+
"engines": {
|
|
3047
|
+
"node": ">=0.10.0"
|
|
3572
3048
|
}
|
|
3573
3049
|
},
|
|
3574
3050
|
"node_modules/ethereum-bloom-filters": {
|
|
@@ -3602,6 +3078,7 @@
|
|
|
3602
3078
|
"integrity": "sha512-w8/4x1SGGzc+tO97TASLja6SLd3fRIK2tLVcV2Gx4IB21hE19atll5Cq9o3d0ZmAYC/8aw0ipieTSiekAea4SQ==",
|
|
3603
3079
|
"dev": true,
|
|
3604
3080
|
"license": "MIT",
|
|
3081
|
+
"peer": true,
|
|
3605
3082
|
"dependencies": {
|
|
3606
3083
|
"@types/pbkdf2": "^3.0.0",
|
|
3607
3084
|
"@types/secp256k1": "^4.0.1",
|
|
@@ -3620,51 +3097,6 @@
|
|
|
3620
3097
|
"setimmediate": "^1.0.5"
|
|
3621
3098
|
}
|
|
3622
3099
|
},
|
|
3623
|
-
"node_modules/ethereumjs-abi": {
|
|
3624
|
-
"version": "0.6.8",
|
|
3625
|
-
"resolved": "https://registry.npmjs.org/ethereumjs-abi/-/ethereumjs-abi-0.6.8.tgz",
|
|
3626
|
-
"integrity": "sha512-Tx0r/iXI6r+lRsdvkFDlut0N08jWMnKRZ6Gkq+Nmw75lZe4e6o3EkSnkaBP5NF6+m5PTGAr9JP43N3LyeoglsA==",
|
|
3627
|
-
"deprecated": "This library has been deprecated and usage is discouraged.",
|
|
3628
|
-
"dev": true,
|
|
3629
|
-
"license": "MIT",
|
|
3630
|
-
"dependencies": {
|
|
3631
|
-
"bn.js": "^4.11.8",
|
|
3632
|
-
"ethereumjs-util": "^6.0.0"
|
|
3633
|
-
}
|
|
3634
|
-
},
|
|
3635
|
-
"node_modules/ethereumjs-abi/node_modules/@types/bn.js": {
|
|
3636
|
-
"version": "4.11.6",
|
|
3637
|
-
"resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-4.11.6.tgz",
|
|
3638
|
-
"integrity": "sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==",
|
|
3639
|
-
"dev": true,
|
|
3640
|
-
"license": "MIT",
|
|
3641
|
-
"dependencies": {
|
|
3642
|
-
"@types/node": "*"
|
|
3643
|
-
}
|
|
3644
|
-
},
|
|
3645
|
-
"node_modules/ethereumjs-abi/node_modules/bn.js": {
|
|
3646
|
-
"version": "4.12.1",
|
|
3647
|
-
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.1.tgz",
|
|
3648
|
-
"integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==",
|
|
3649
|
-
"dev": true,
|
|
3650
|
-
"license": "MIT"
|
|
3651
|
-
},
|
|
3652
|
-
"node_modules/ethereumjs-abi/node_modules/ethereumjs-util": {
|
|
3653
|
-
"version": "6.2.1",
|
|
3654
|
-
"resolved": "https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-6.2.1.tgz",
|
|
3655
|
-
"integrity": "sha512-W2Ktez4L01Vexijrm5EB6w7dg4n/TgpoYU4avuT5T3Vmnw/eCRtiBrJfQYS/DCSvDIOLn2k57GcHdeBcgVxAqw==",
|
|
3656
|
-
"dev": true,
|
|
3657
|
-
"license": "MPL-2.0",
|
|
3658
|
-
"dependencies": {
|
|
3659
|
-
"@types/bn.js": "^4.11.3",
|
|
3660
|
-
"bn.js": "^4.11.0",
|
|
3661
|
-
"create-hash": "^1.1.2",
|
|
3662
|
-
"elliptic": "^6.5.2",
|
|
3663
|
-
"ethereum-cryptography": "^0.1.3",
|
|
3664
|
-
"ethjs-util": "0.1.6",
|
|
3665
|
-
"rlp": "^2.2.3"
|
|
3666
|
-
}
|
|
3667
|
-
},
|
|
3668
3100
|
"node_modules/ethereumjs-util": {
|
|
3669
3101
|
"version": "7.1.5",
|
|
3670
3102
|
"resolved": "https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-7.1.5.tgz",
|
|
@@ -3684,9 +3116,9 @@
|
|
|
3684
3116
|
}
|
|
3685
3117
|
},
|
|
3686
3118
|
"node_modules/ethers": {
|
|
3687
|
-
"version": "6.
|
|
3688
|
-
"resolved": "https://registry.npmjs.org/ethers/-/ethers-6.
|
|
3689
|
-
"integrity": "sha512
|
|
3119
|
+
"version": "6.14.4",
|
|
3120
|
+
"resolved": "https://registry.npmjs.org/ethers/-/ethers-6.14.4.tgz",
|
|
3121
|
+
"integrity": "sha512-Jm/dzRs2Z9iBrT6e9TvGxyb5YVKAPLlpna7hjxH7KH/++DSh2T/JVmQUv7iHI5E55hDbp/gEVvstWYXVxXFzsA==",
|
|
3690
3122
|
"dev": true,
|
|
3691
3123
|
"funding": [
|
|
3692
3124
|
{
|
|
@@ -3756,20 +3188,13 @@
|
|
|
3756
3188
|
"license": "MIT",
|
|
3757
3189
|
"peer": true
|
|
3758
3190
|
},
|
|
3759
|
-
"node_modules/
|
|
3760
|
-
"version": "0.1
|
|
3761
|
-
"resolved": "https://registry.npmjs.org/
|
|
3762
|
-
"integrity": "sha512-
|
|
3191
|
+
"node_modules/eventemitter3": {
|
|
3192
|
+
"version": "5.0.1",
|
|
3193
|
+
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
|
|
3194
|
+
"integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
|
|
3763
3195
|
"dev": true,
|
|
3764
3196
|
"license": "MIT",
|
|
3765
|
-
"
|
|
3766
|
-
"is-hex-prefixed": "1.0.0",
|
|
3767
|
-
"strip-hex-prefix": "1.0.0"
|
|
3768
|
-
},
|
|
3769
|
-
"engines": {
|
|
3770
|
-
"node": ">=6.5.0",
|
|
3771
|
-
"npm": ">=3"
|
|
3772
|
-
}
|
|
3197
|
+
"peer": true
|
|
3773
3198
|
},
|
|
3774
3199
|
"node_modules/evp_bytestokey": {
|
|
3775
3200
|
"version": "1.0.3",
|
|
@@ -3777,6 +3202,7 @@
|
|
|
3777
3202
|
"integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
|
|
3778
3203
|
"dev": true,
|
|
3779
3204
|
"license": "MIT",
|
|
3205
|
+
"peer": true,
|
|
3780
3206
|
"dependencies": {
|
|
3781
3207
|
"md5.js": "^1.3.4",
|
|
3782
3208
|
"safe-buffer": "^5.1.1"
|
|
@@ -3920,10 +3346,45 @@
|
|
|
3920
3346
|
}
|
|
3921
3347
|
}
|
|
3922
3348
|
},
|
|
3349
|
+
"node_modules/for-each": {
|
|
3350
|
+
"version": "0.3.5",
|
|
3351
|
+
"resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
|
|
3352
|
+
"integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
|
|
3353
|
+
"dev": true,
|
|
3354
|
+
"license": "MIT",
|
|
3355
|
+
"peer": true,
|
|
3356
|
+
"dependencies": {
|
|
3357
|
+
"is-callable": "^1.2.7"
|
|
3358
|
+
},
|
|
3359
|
+
"engines": {
|
|
3360
|
+
"node": ">= 0.4"
|
|
3361
|
+
},
|
|
3362
|
+
"funding": {
|
|
3363
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
3364
|
+
}
|
|
3365
|
+
},
|
|
3366
|
+
"node_modules/foreground-child": {
|
|
3367
|
+
"version": "3.3.1",
|
|
3368
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
3369
|
+
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
3370
|
+
"dev": true,
|
|
3371
|
+
"license": "ISC",
|
|
3372
|
+
"peer": true,
|
|
3373
|
+
"dependencies": {
|
|
3374
|
+
"cross-spawn": "^7.0.6",
|
|
3375
|
+
"signal-exit": "^4.0.1"
|
|
3376
|
+
},
|
|
3377
|
+
"engines": {
|
|
3378
|
+
"node": ">=14"
|
|
3379
|
+
},
|
|
3380
|
+
"funding": {
|
|
3381
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3382
|
+
}
|
|
3383
|
+
},
|
|
3923
3384
|
"node_modules/form-data": {
|
|
3924
|
-
"version": "4.0.
|
|
3925
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
|
3926
|
-
"integrity": "sha512-
|
|
3385
|
+
"version": "4.0.4",
|
|
3386
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
|
|
3387
|
+
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
|
|
3927
3388
|
"dev": true,
|
|
3928
3389
|
"license": "MIT",
|
|
3929
3390
|
"peer": true,
|
|
@@ -3931,6 +3392,7 @@
|
|
|
3931
3392
|
"asynckit": "^0.4.0",
|
|
3932
3393
|
"combined-stream": "^1.0.8",
|
|
3933
3394
|
"es-set-tostringtag": "^2.1.0",
|
|
3395
|
+
"hasown": "^2.0.2",
|
|
3934
3396
|
"mime-types": "^2.1.12"
|
|
3935
3397
|
},
|
|
3936
3398
|
"engines": {
|
|
@@ -3960,14 +3422,6 @@
|
|
|
3960
3422
|
"node": ">=12"
|
|
3961
3423
|
}
|
|
3962
3424
|
},
|
|
3963
|
-
"node_modules/fs-readdir-recursive": {
|
|
3964
|
-
"version": "1.1.0",
|
|
3965
|
-
"resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz",
|
|
3966
|
-
"integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==",
|
|
3967
|
-
"dev": true,
|
|
3968
|
-
"license": "MIT",
|
|
3969
|
-
"peer": true
|
|
3970
|
-
},
|
|
3971
3425
|
"node_modules/fs.realpath": {
|
|
3972
3426
|
"version": "1.0.0",
|
|
3973
3427
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
@@ -4048,17 +3502,6 @@
|
|
|
4048
3502
|
"url": "https://github.com/sponsors/ljharb"
|
|
4049
3503
|
}
|
|
4050
3504
|
},
|
|
4051
|
-
"node_modules/get-port": {
|
|
4052
|
-
"version": "3.2.0",
|
|
4053
|
-
"resolved": "https://registry.npmjs.org/get-port/-/get-port-3.2.0.tgz",
|
|
4054
|
-
"integrity": "sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==",
|
|
4055
|
-
"dev": true,
|
|
4056
|
-
"license": "MIT",
|
|
4057
|
-
"peer": true,
|
|
4058
|
-
"engines": {
|
|
4059
|
-
"node": ">=4"
|
|
4060
|
-
}
|
|
4061
|
-
},
|
|
4062
3505
|
"node_modules/get-proto": {
|
|
4063
3506
|
"version": "1.0.1",
|
|
4064
3507
|
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
@@ -4364,22 +3807,17 @@
|
|
|
4364
3807
|
}
|
|
4365
3808
|
},
|
|
4366
3809
|
"node_modules/hardhat": {
|
|
4367
|
-
"version": "2.
|
|
4368
|
-
"resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.
|
|
4369
|
-
"integrity": "sha512-
|
|
3810
|
+
"version": "2.26.2",
|
|
3811
|
+
"resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.26.2.tgz",
|
|
3812
|
+
"integrity": "sha512-uIETdC1MAWSnu+48B+583r3b8JqHtkBGEiXoAPV5hcXYGkCW5Fnnpn7SIgPa8owhObm9oUqIqMXMJ6H92N7Pyg==",
|
|
4370
3813
|
"dev": true,
|
|
4371
3814
|
"license": "MIT",
|
|
4372
3815
|
"dependencies": {
|
|
3816
|
+
"@ethereumjs/util": "^9.1.0",
|
|
4373
3817
|
"@ethersproject/abi": "^5.1.2",
|
|
4374
|
-
"@
|
|
4375
|
-
"@nomicfoundation/edr": "^0.8.0",
|
|
4376
|
-
"@nomicfoundation/ethereumjs-common": "4.0.4",
|
|
4377
|
-
"@nomicfoundation/ethereumjs-tx": "5.0.4",
|
|
4378
|
-
"@nomicfoundation/ethereumjs-util": "9.0.4",
|
|
3818
|
+
"@nomicfoundation/edr": "^0.11.3",
|
|
4379
3819
|
"@nomicfoundation/solidity-analyzer": "^0.1.0",
|
|
4380
3820
|
"@sentry/node": "^5.18.1",
|
|
4381
|
-
"@types/bn.js": "^5.1.0",
|
|
4382
|
-
"@types/lru-cache": "^5.1.0",
|
|
4383
3821
|
"adm-zip": "^0.4.16",
|
|
4384
3822
|
"aggregate-error": "^3.0.0",
|
|
4385
3823
|
"ansi-escapes": "^4.3.0",
|
|
@@ -4390,7 +3828,6 @@
|
|
|
4390
3828
|
"enquirer": "^2.3.0",
|
|
4391
3829
|
"env-paths": "^2.2.0",
|
|
4392
3830
|
"ethereum-cryptography": "^1.0.3",
|
|
4393
|
-
"ethereumjs-abi": "^0.6.8",
|
|
4394
3831
|
"find-up": "^5.0.0",
|
|
4395
3832
|
"fp-ts": "1.19.3",
|
|
4396
3833
|
"fs-extra": "^7.0.1",
|
|
@@ -4399,6 +3836,7 @@
|
|
|
4399
3836
|
"json-stream-stringify": "^3.1.4",
|
|
4400
3837
|
"keccak": "^3.0.2",
|
|
4401
3838
|
"lodash": "^4.17.11",
|
|
3839
|
+
"micro-eth-signer": "^0.14.0",
|
|
4402
3840
|
"mnemonist": "^0.38.0",
|
|
4403
3841
|
"mocha": "^10.0.0",
|
|
4404
3842
|
"p-map": "^4.0.0",
|
|
@@ -4431,20 +3869,221 @@
|
|
|
4431
3869
|
}
|
|
4432
3870
|
}
|
|
4433
3871
|
},
|
|
4434
|
-
"node_modules/hardhat-gas-reporter": {
|
|
4435
|
-
"version": "
|
|
4436
|
-
"resolved": "https://registry.npmjs.org/hardhat-gas-reporter/-/hardhat-gas-reporter-
|
|
4437
|
-
"integrity": "sha512-
|
|
3872
|
+
"node_modules/hardhat-gas-reporter": {
|
|
3873
|
+
"version": "2.3.0",
|
|
3874
|
+
"resolved": "https://registry.npmjs.org/hardhat-gas-reporter/-/hardhat-gas-reporter-2.3.0.tgz",
|
|
3875
|
+
"integrity": "sha512-ySdA+044xMQv1BlJu5CYXToHzMexKFfIWxlQTBNNoerx1x96+d15IMdN01iQZ/TJ7NH2V5sU73bz77LoS/PEVw==",
|
|
3876
|
+
"dev": true,
|
|
3877
|
+
"license": "MIT",
|
|
3878
|
+
"peer": true,
|
|
3879
|
+
"dependencies": {
|
|
3880
|
+
"@ethersproject/abi": "^5.7.0",
|
|
3881
|
+
"@ethersproject/bytes": "^5.7.0",
|
|
3882
|
+
"@ethersproject/units": "^5.7.0",
|
|
3883
|
+
"@solidity-parser/parser": "^0.20.1",
|
|
3884
|
+
"axios": "^1.6.7",
|
|
3885
|
+
"brotli-wasm": "^2.0.1",
|
|
3886
|
+
"chalk": "4.1.2",
|
|
3887
|
+
"cli-table3": "^0.6.3",
|
|
3888
|
+
"ethereum-cryptography": "^2.1.3",
|
|
3889
|
+
"glob": "^10.3.10",
|
|
3890
|
+
"jsonschema": "^1.4.1",
|
|
3891
|
+
"lodash": "^4.17.21",
|
|
3892
|
+
"markdown-table": "2.0.0",
|
|
3893
|
+
"sha1": "^1.1.1",
|
|
3894
|
+
"viem": "^2.27.0"
|
|
3895
|
+
},
|
|
3896
|
+
"peerDependencies": {
|
|
3897
|
+
"hardhat": "^2.16.0"
|
|
3898
|
+
}
|
|
3899
|
+
},
|
|
3900
|
+
"node_modules/hardhat-gas-reporter/node_modules/@noble/curves": {
|
|
3901
|
+
"version": "1.4.2",
|
|
3902
|
+
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.4.2.tgz",
|
|
3903
|
+
"integrity": "sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==",
|
|
3904
|
+
"dev": true,
|
|
3905
|
+
"license": "MIT",
|
|
3906
|
+
"peer": true,
|
|
3907
|
+
"dependencies": {
|
|
3908
|
+
"@noble/hashes": "1.4.0"
|
|
3909
|
+
},
|
|
3910
|
+
"funding": {
|
|
3911
|
+
"url": "https://paulmillr.com/funding/"
|
|
3912
|
+
}
|
|
3913
|
+
},
|
|
3914
|
+
"node_modules/hardhat-gas-reporter/node_modules/@noble/hashes": {
|
|
3915
|
+
"version": "1.4.0",
|
|
3916
|
+
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz",
|
|
3917
|
+
"integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==",
|
|
3918
|
+
"dev": true,
|
|
3919
|
+
"license": "MIT",
|
|
3920
|
+
"peer": true,
|
|
3921
|
+
"engines": {
|
|
3922
|
+
"node": ">= 16"
|
|
3923
|
+
},
|
|
3924
|
+
"funding": {
|
|
3925
|
+
"url": "https://paulmillr.com/funding/"
|
|
3926
|
+
}
|
|
3927
|
+
},
|
|
3928
|
+
"node_modules/hardhat-gas-reporter/node_modules/ethereum-cryptography": {
|
|
3929
|
+
"version": "2.2.1",
|
|
3930
|
+
"resolved": "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-2.2.1.tgz",
|
|
3931
|
+
"integrity": "sha512-r/W8lkHSiTLxUxW8Rf3u4HGB0xQweG2RyETjywylKZSzLWoWAijRz8WCuOtJ6wah+avllXBqZuk29HCCvhEIRg==",
|
|
3932
|
+
"dev": true,
|
|
3933
|
+
"license": "MIT",
|
|
3934
|
+
"peer": true,
|
|
3935
|
+
"dependencies": {
|
|
3936
|
+
"@noble/curves": "1.4.2",
|
|
3937
|
+
"@noble/hashes": "1.4.0",
|
|
3938
|
+
"@scure/bip32": "1.4.0",
|
|
3939
|
+
"@scure/bip39": "1.3.0"
|
|
3940
|
+
}
|
|
3941
|
+
},
|
|
3942
|
+
"node_modules/hardhat-gas-reporter/node_modules/glob": {
|
|
3943
|
+
"version": "10.4.5",
|
|
3944
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
|
|
3945
|
+
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
|
|
3946
|
+
"dev": true,
|
|
3947
|
+
"license": "ISC",
|
|
3948
|
+
"peer": true,
|
|
3949
|
+
"dependencies": {
|
|
3950
|
+
"foreground-child": "^3.1.0",
|
|
3951
|
+
"jackspeak": "^3.1.2",
|
|
3952
|
+
"minimatch": "^9.0.4",
|
|
3953
|
+
"minipass": "^7.1.2",
|
|
3954
|
+
"package-json-from-dist": "^1.0.0",
|
|
3955
|
+
"path-scurry": "^1.11.1"
|
|
3956
|
+
},
|
|
3957
|
+
"bin": {
|
|
3958
|
+
"glob": "dist/esm/bin.mjs"
|
|
3959
|
+
},
|
|
3960
|
+
"funding": {
|
|
3961
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3962
|
+
}
|
|
3963
|
+
},
|
|
3964
|
+
"node_modules/hardhat-gas-reporter/node_modules/minimatch": {
|
|
3965
|
+
"version": "9.0.5",
|
|
3966
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
3967
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
3968
|
+
"dev": true,
|
|
3969
|
+
"license": "ISC",
|
|
3970
|
+
"peer": true,
|
|
3971
|
+
"dependencies": {
|
|
3972
|
+
"brace-expansion": "^2.0.1"
|
|
3973
|
+
},
|
|
3974
|
+
"engines": {
|
|
3975
|
+
"node": ">=16 || 14 >=14.17"
|
|
3976
|
+
},
|
|
3977
|
+
"funding": {
|
|
3978
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3979
|
+
}
|
|
3980
|
+
},
|
|
3981
|
+
"node_modules/hardhat/node_modules/@ethereumjs/rlp": {
|
|
3982
|
+
"version": "5.0.2",
|
|
3983
|
+
"resolved": "https://registry.npmjs.org/@ethereumjs/rlp/-/rlp-5.0.2.tgz",
|
|
3984
|
+
"integrity": "sha512-DziebCdg4JpGlEqEdGgXmjqcFoJi+JGulUXwEjsZGAscAQ7MyD/7LE/GVCP29vEQxKc7AAwjT3A2ywHp2xfoCA==",
|
|
3985
|
+
"dev": true,
|
|
3986
|
+
"license": "MPL-2.0",
|
|
3987
|
+
"bin": {
|
|
3988
|
+
"rlp": "bin/rlp.cjs"
|
|
3989
|
+
},
|
|
3990
|
+
"engines": {
|
|
3991
|
+
"node": ">=18"
|
|
3992
|
+
}
|
|
3993
|
+
},
|
|
3994
|
+
"node_modules/hardhat/node_modules/@ethereumjs/util": {
|
|
3995
|
+
"version": "9.1.0",
|
|
3996
|
+
"resolved": "https://registry.npmjs.org/@ethereumjs/util/-/util-9.1.0.tgz",
|
|
3997
|
+
"integrity": "sha512-XBEKsYqLGXLah9PNJbgdkigthkG7TAGvlD/sH12beMXEyHDyigfcbdvHhmLyDWgDyOJn4QwiQUaF7yeuhnjdog==",
|
|
3998
|
+
"dev": true,
|
|
3999
|
+
"license": "MPL-2.0",
|
|
4000
|
+
"dependencies": {
|
|
4001
|
+
"@ethereumjs/rlp": "^5.0.2",
|
|
4002
|
+
"ethereum-cryptography": "^2.2.1"
|
|
4003
|
+
},
|
|
4004
|
+
"engines": {
|
|
4005
|
+
"node": ">=18"
|
|
4006
|
+
}
|
|
4007
|
+
},
|
|
4008
|
+
"node_modules/hardhat/node_modules/@ethereumjs/util/node_modules/@noble/hashes": {
|
|
4009
|
+
"version": "1.4.0",
|
|
4010
|
+
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz",
|
|
4011
|
+
"integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==",
|
|
4012
|
+
"dev": true,
|
|
4013
|
+
"license": "MIT",
|
|
4014
|
+
"engines": {
|
|
4015
|
+
"node": ">= 16"
|
|
4016
|
+
},
|
|
4017
|
+
"funding": {
|
|
4018
|
+
"url": "https://paulmillr.com/funding/"
|
|
4019
|
+
}
|
|
4020
|
+
},
|
|
4021
|
+
"node_modules/hardhat/node_modules/@ethereumjs/util/node_modules/@scure/bip32": {
|
|
4022
|
+
"version": "1.4.0",
|
|
4023
|
+
"resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.4.0.tgz",
|
|
4024
|
+
"integrity": "sha512-sVUpc0Vq3tXCkDGYVWGIZTRfnvu8LoTDaev7vbwh0omSvVORONr960MQWdKqJDCReIEmTj3PAr73O3aoxz7OPg==",
|
|
4025
|
+
"dev": true,
|
|
4026
|
+
"license": "MIT",
|
|
4027
|
+
"dependencies": {
|
|
4028
|
+
"@noble/curves": "~1.4.0",
|
|
4029
|
+
"@noble/hashes": "~1.4.0",
|
|
4030
|
+
"@scure/base": "~1.1.6"
|
|
4031
|
+
},
|
|
4032
|
+
"funding": {
|
|
4033
|
+
"url": "https://paulmillr.com/funding/"
|
|
4034
|
+
}
|
|
4035
|
+
},
|
|
4036
|
+
"node_modules/hardhat/node_modules/@ethereumjs/util/node_modules/@scure/bip39": {
|
|
4037
|
+
"version": "1.3.0",
|
|
4038
|
+
"resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.3.0.tgz",
|
|
4039
|
+
"integrity": "sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ==",
|
|
4040
|
+
"dev": true,
|
|
4041
|
+
"license": "MIT",
|
|
4042
|
+
"dependencies": {
|
|
4043
|
+
"@noble/hashes": "~1.4.0",
|
|
4044
|
+
"@scure/base": "~1.1.6"
|
|
4045
|
+
},
|
|
4046
|
+
"funding": {
|
|
4047
|
+
"url": "https://paulmillr.com/funding/"
|
|
4048
|
+
}
|
|
4049
|
+
},
|
|
4050
|
+
"node_modules/hardhat/node_modules/@ethereumjs/util/node_modules/ethereum-cryptography": {
|
|
4051
|
+
"version": "2.2.1",
|
|
4052
|
+
"resolved": "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-2.2.1.tgz",
|
|
4053
|
+
"integrity": "sha512-r/W8lkHSiTLxUxW8Rf3u4HGB0xQweG2RyETjywylKZSzLWoWAijRz8WCuOtJ6wah+avllXBqZuk29HCCvhEIRg==",
|
|
4054
|
+
"dev": true,
|
|
4055
|
+
"license": "MIT",
|
|
4056
|
+
"dependencies": {
|
|
4057
|
+
"@noble/curves": "1.4.2",
|
|
4058
|
+
"@noble/hashes": "1.4.0",
|
|
4059
|
+
"@scure/bip32": "1.4.0",
|
|
4060
|
+
"@scure/bip39": "1.3.0"
|
|
4061
|
+
}
|
|
4062
|
+
},
|
|
4063
|
+
"node_modules/hardhat/node_modules/@noble/curves": {
|
|
4064
|
+
"version": "1.4.2",
|
|
4065
|
+
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.4.2.tgz",
|
|
4066
|
+
"integrity": "sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==",
|
|
4438
4067
|
"dev": true,
|
|
4439
4068
|
"license": "MIT",
|
|
4440
|
-
"peer": true,
|
|
4441
4069
|
"dependencies": {
|
|
4442
|
-
"
|
|
4443
|
-
"eth-gas-reporter": "^0.2.25",
|
|
4444
|
-
"sha1": "^1.1.1"
|
|
4070
|
+
"@noble/hashes": "1.4.0"
|
|
4445
4071
|
},
|
|
4446
|
-
"
|
|
4447
|
-
"
|
|
4072
|
+
"funding": {
|
|
4073
|
+
"url": "https://paulmillr.com/funding/"
|
|
4074
|
+
}
|
|
4075
|
+
},
|
|
4076
|
+
"node_modules/hardhat/node_modules/@noble/curves/node_modules/@noble/hashes": {
|
|
4077
|
+
"version": "1.4.0",
|
|
4078
|
+
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz",
|
|
4079
|
+
"integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==",
|
|
4080
|
+
"dev": true,
|
|
4081
|
+
"license": "MIT",
|
|
4082
|
+
"engines": {
|
|
4083
|
+
"node": ">= 16"
|
|
4084
|
+
},
|
|
4085
|
+
"funding": {
|
|
4086
|
+
"url": "https://paulmillr.com/funding/"
|
|
4448
4087
|
}
|
|
4449
4088
|
},
|
|
4450
4089
|
"node_modules/hardhat/node_modules/@noble/hashes": {
|
|
@@ -4575,6 +4214,20 @@
|
|
|
4575
4214
|
"node": ">=8"
|
|
4576
4215
|
}
|
|
4577
4216
|
},
|
|
4217
|
+
"node_modules/has-property-descriptors": {
|
|
4218
|
+
"version": "1.0.2",
|
|
4219
|
+
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
|
|
4220
|
+
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
|
4221
|
+
"dev": true,
|
|
4222
|
+
"license": "MIT",
|
|
4223
|
+
"peer": true,
|
|
4224
|
+
"dependencies": {
|
|
4225
|
+
"es-define-property": "^1.0.0"
|
|
4226
|
+
},
|
|
4227
|
+
"funding": {
|
|
4228
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
4229
|
+
}
|
|
4230
|
+
},
|
|
4578
4231
|
"node_modules/has-symbols": {
|
|
4579
4232
|
"version": "1.1.0",
|
|
4580
4233
|
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
@@ -4612,6 +4265,7 @@
|
|
|
4612
4265
|
"integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==",
|
|
4613
4266
|
"dev": true,
|
|
4614
4267
|
"license": "MIT",
|
|
4268
|
+
"peer": true,
|
|
4615
4269
|
"dependencies": {
|
|
4616
4270
|
"inherits": "^2.0.4",
|
|
4617
4271
|
"readable-stream": "^3.6.0",
|
|
@@ -4676,23 +4330,6 @@
|
|
|
4676
4330
|
"minimalistic-crypto-utils": "^1.0.1"
|
|
4677
4331
|
}
|
|
4678
4332
|
},
|
|
4679
|
-
"node_modules/http-basic": {
|
|
4680
|
-
"version": "8.1.3",
|
|
4681
|
-
"resolved": "https://registry.npmjs.org/http-basic/-/http-basic-8.1.3.tgz",
|
|
4682
|
-
"integrity": "sha512-/EcDMwJZh3mABI2NhGfHOGOeOZITqfkEO4p/xK+l3NpyncIHUQBoMvCSF/b5GqvKtySC2srL/GGG3+EtlqlmCw==",
|
|
4683
|
-
"dev": true,
|
|
4684
|
-
"license": "MIT",
|
|
4685
|
-
"peer": true,
|
|
4686
|
-
"dependencies": {
|
|
4687
|
-
"caseless": "^0.12.0",
|
|
4688
|
-
"concat-stream": "^1.6.2",
|
|
4689
|
-
"http-response-object": "^3.0.1",
|
|
4690
|
-
"parse-cache-control": "^1.0.1"
|
|
4691
|
-
},
|
|
4692
|
-
"engines": {
|
|
4693
|
-
"node": ">=6.0.0"
|
|
4694
|
-
}
|
|
4695
|
-
},
|
|
4696
4333
|
"node_modules/http-errors": {
|
|
4697
4334
|
"version": "2.0.0",
|
|
4698
4335
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
|
|
@@ -4710,25 +4347,6 @@
|
|
|
4710
4347
|
"node": ">= 0.8"
|
|
4711
4348
|
}
|
|
4712
4349
|
},
|
|
4713
|
-
"node_modules/http-response-object": {
|
|
4714
|
-
"version": "3.0.2",
|
|
4715
|
-
"resolved": "https://registry.npmjs.org/http-response-object/-/http-response-object-3.0.2.tgz",
|
|
4716
|
-
"integrity": "sha512-bqX0XTF6fnXSQcEJ2Iuyr75yVakyjIDCqroJQ/aHfSdlM743Cwqoi2nDYMzLGWUcuTWGWy8AAvOKXTfiv6q9RA==",
|
|
4717
|
-
"dev": true,
|
|
4718
|
-
"license": "MIT",
|
|
4719
|
-
"peer": true,
|
|
4720
|
-
"dependencies": {
|
|
4721
|
-
"@types/node": "^10.0.3"
|
|
4722
|
-
}
|
|
4723
|
-
},
|
|
4724
|
-
"node_modules/http-response-object/node_modules/@types/node": {
|
|
4725
|
-
"version": "10.17.60",
|
|
4726
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz",
|
|
4727
|
-
"integrity": "sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==",
|
|
4728
|
-
"dev": true,
|
|
4729
|
-
"license": "MIT",
|
|
4730
|
-
"peer": true
|
|
4731
|
-
},
|
|
4732
4350
|
"node_modules/https-proxy-agent": {
|
|
4733
4351
|
"version": "5.0.1",
|
|
4734
4352
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
@@ -4857,6 +4475,20 @@
|
|
|
4857
4475
|
"node": ">=8"
|
|
4858
4476
|
}
|
|
4859
4477
|
},
|
|
4478
|
+
"node_modules/is-callable": {
|
|
4479
|
+
"version": "1.2.7",
|
|
4480
|
+
"resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
|
|
4481
|
+
"integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
|
|
4482
|
+
"dev": true,
|
|
4483
|
+
"license": "MIT",
|
|
4484
|
+
"peer": true,
|
|
4485
|
+
"engines": {
|
|
4486
|
+
"node": ">= 0.4"
|
|
4487
|
+
},
|
|
4488
|
+
"funding": {
|
|
4489
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
4490
|
+
}
|
|
4491
|
+
},
|
|
4860
4492
|
"node_modules/is-extglob": {
|
|
4861
4493
|
"version": "2.1.1",
|
|
4862
4494
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
@@ -4896,6 +4528,7 @@
|
|
|
4896
4528
|
"integrity": "sha512-WvtOiug1VFrE9v1Cydwm+FnXd3+w9GaeVUss5W4v/SLy3UW00vP+6iNF2SdnfiBoLy4bTqVdkftNGTUeOFVsbA==",
|
|
4897
4529
|
"dev": true,
|
|
4898
4530
|
"license": "MIT",
|
|
4531
|
+
"peer": true,
|
|
4899
4532
|
"engines": {
|
|
4900
4533
|
"node": ">=6.5.0",
|
|
4901
4534
|
"npm": ">=3"
|
|
@@ -4921,6 +4554,23 @@
|
|
|
4921
4554
|
"node": ">=8"
|
|
4922
4555
|
}
|
|
4923
4556
|
},
|
|
4557
|
+
"node_modules/is-typed-array": {
|
|
4558
|
+
"version": "1.1.15",
|
|
4559
|
+
"resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
|
|
4560
|
+
"integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
|
|
4561
|
+
"dev": true,
|
|
4562
|
+
"license": "MIT",
|
|
4563
|
+
"peer": true,
|
|
4564
|
+
"dependencies": {
|
|
4565
|
+
"which-typed-array": "^1.1.16"
|
|
4566
|
+
},
|
|
4567
|
+
"engines": {
|
|
4568
|
+
"node": ">= 0.4"
|
|
4569
|
+
},
|
|
4570
|
+
"funding": {
|
|
4571
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
4572
|
+
}
|
|
4573
|
+
},
|
|
4924
4574
|
"node_modules/is-unicode-supported": {
|
|
4925
4575
|
"version": "0.1.0",
|
|
4926
4576
|
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
|
|
@@ -4935,9 +4585,9 @@
|
|
|
4935
4585
|
}
|
|
4936
4586
|
},
|
|
4937
4587
|
"node_modules/isarray": {
|
|
4938
|
-
"version": "
|
|
4939
|
-
"resolved": "https://registry.npmjs.org/isarray/-/isarray-
|
|
4940
|
-
"integrity": "sha512-
|
|
4588
|
+
"version": "2.0.5",
|
|
4589
|
+
"resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
|
|
4590
|
+
"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
|
|
4941
4591
|
"dev": true,
|
|
4942
4592
|
"license": "MIT",
|
|
4943
4593
|
"peer": true
|
|
@@ -4950,6 +4600,40 @@
|
|
|
4950
4600
|
"license": "ISC",
|
|
4951
4601
|
"peer": true
|
|
4952
4602
|
},
|
|
4603
|
+
"node_modules/isows": {
|
|
4604
|
+
"version": "1.0.7",
|
|
4605
|
+
"resolved": "https://registry.npmjs.org/isows/-/isows-1.0.7.tgz",
|
|
4606
|
+
"integrity": "sha512-I1fSfDCZL5P0v33sVqeTDSpcstAg/N+wF5HS033mogOVIp4B+oHC7oOCsA3axAbBSGTJ8QubbNmnIRN/h8U7hg==",
|
|
4607
|
+
"dev": true,
|
|
4608
|
+
"funding": [
|
|
4609
|
+
{
|
|
4610
|
+
"type": "github",
|
|
4611
|
+
"url": "https://github.com/sponsors/wevm"
|
|
4612
|
+
}
|
|
4613
|
+
],
|
|
4614
|
+
"license": "MIT",
|
|
4615
|
+
"peer": true,
|
|
4616
|
+
"peerDependencies": {
|
|
4617
|
+
"ws": "*"
|
|
4618
|
+
}
|
|
4619
|
+
},
|
|
4620
|
+
"node_modules/jackspeak": {
|
|
4621
|
+
"version": "3.4.3",
|
|
4622
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
4623
|
+
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
4624
|
+
"dev": true,
|
|
4625
|
+
"license": "BlueOak-1.0.0",
|
|
4626
|
+
"peer": true,
|
|
4627
|
+
"dependencies": {
|
|
4628
|
+
"@isaacs/cliui": "^8.0.2"
|
|
4629
|
+
},
|
|
4630
|
+
"funding": {
|
|
4631
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4632
|
+
},
|
|
4633
|
+
"optionalDependencies": {
|
|
4634
|
+
"@pkgjs/parseargs": "^0.11.0"
|
|
4635
|
+
}
|
|
4636
|
+
},
|
|
4953
4637
|
"node_modules/js-sha3": {
|
|
4954
4638
|
"version": "0.8.0",
|
|
4955
4639
|
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz",
|
|
@@ -5179,6 +4863,14 @@
|
|
|
5179
4863
|
"dev": true,
|
|
5180
4864
|
"license": "MIT"
|
|
5181
4865
|
},
|
|
4866
|
+
"node_modules/lru-cache": {
|
|
4867
|
+
"version": "10.4.3",
|
|
4868
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
4869
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
4870
|
+
"dev": true,
|
|
4871
|
+
"license": "ISC",
|
|
4872
|
+
"peer": true
|
|
4873
|
+
},
|
|
5182
4874
|
"node_modules/make-error": {
|
|
5183
4875
|
"version": "1.3.6",
|
|
5184
4876
|
"resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
|
|
@@ -5188,12 +4880,19 @@
|
|
|
5188
4880
|
"peer": true
|
|
5189
4881
|
},
|
|
5190
4882
|
"node_modules/markdown-table": {
|
|
5191
|
-
"version": "
|
|
5192
|
-
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-
|
|
5193
|
-
"integrity": "sha512-
|
|
4883
|
+
"version": "2.0.0",
|
|
4884
|
+
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-2.0.0.tgz",
|
|
4885
|
+
"integrity": "sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==",
|
|
5194
4886
|
"dev": true,
|
|
5195
4887
|
"license": "MIT",
|
|
5196
|
-
"peer": true
|
|
4888
|
+
"peer": true,
|
|
4889
|
+
"dependencies": {
|
|
4890
|
+
"repeat-string": "^1.0.0"
|
|
4891
|
+
},
|
|
4892
|
+
"funding": {
|
|
4893
|
+
"type": "github",
|
|
4894
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
4895
|
+
}
|
|
5197
4896
|
},
|
|
5198
4897
|
"node_modules/math-intrinsics": {
|
|
5199
4898
|
"version": "1.1.0",
|
|
@@ -5212,6 +4911,7 @@
|
|
|
5212
4911
|
"integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==",
|
|
5213
4912
|
"dev": true,
|
|
5214
4913
|
"license": "MIT",
|
|
4914
|
+
"peer": true,
|
|
5215
4915
|
"dependencies": {
|
|
5216
4916
|
"hash-base": "^3.0.0",
|
|
5217
4917
|
"inherits": "^2.0.1",
|
|
@@ -5238,6 +4938,47 @@
|
|
|
5238
4938
|
"node": ">= 8"
|
|
5239
4939
|
}
|
|
5240
4940
|
},
|
|
4941
|
+
"node_modules/micro-eth-signer": {
|
|
4942
|
+
"version": "0.14.0",
|
|
4943
|
+
"resolved": "https://registry.npmjs.org/micro-eth-signer/-/micro-eth-signer-0.14.0.tgz",
|
|
4944
|
+
"integrity": "sha512-5PLLzHiVYPWClEvZIXXFu5yutzpadb73rnQCpUqIHu3No3coFuWQNfE5tkBQJ7djuLYl6aRLaS0MgWJYGoqiBw==",
|
|
4945
|
+
"dev": true,
|
|
4946
|
+
"license": "MIT",
|
|
4947
|
+
"dependencies": {
|
|
4948
|
+
"@noble/curves": "~1.8.1",
|
|
4949
|
+
"@noble/hashes": "~1.7.1",
|
|
4950
|
+
"micro-packed": "~0.7.2"
|
|
4951
|
+
}
|
|
4952
|
+
},
|
|
4953
|
+
"node_modules/micro-eth-signer/node_modules/@noble/curves": {
|
|
4954
|
+
"version": "1.8.2",
|
|
4955
|
+
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.8.2.tgz",
|
|
4956
|
+
"integrity": "sha512-vnI7V6lFNe0tLAuJMu+2sX+FcL14TaCWy1qiczg1VwRmPrpQCdq5ESXQMqUc2tluRNf6irBXrWbl1mGN8uaU/g==",
|
|
4957
|
+
"dev": true,
|
|
4958
|
+
"license": "MIT",
|
|
4959
|
+
"dependencies": {
|
|
4960
|
+
"@noble/hashes": "1.7.2"
|
|
4961
|
+
},
|
|
4962
|
+
"engines": {
|
|
4963
|
+
"node": "^14.21.3 || >=16"
|
|
4964
|
+
},
|
|
4965
|
+
"funding": {
|
|
4966
|
+
"url": "https://paulmillr.com/funding/"
|
|
4967
|
+
}
|
|
4968
|
+
},
|
|
4969
|
+
"node_modules/micro-eth-signer/node_modules/@noble/hashes": {
|
|
4970
|
+
"version": "1.7.2",
|
|
4971
|
+
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.7.2.tgz",
|
|
4972
|
+
"integrity": "sha512-biZ0NUSxyjLLqo6KxEJ1b+C2NAx0wtDoFvCaXHGgUkeHzf3Xc1xKumFKREuT7f7DARNZ/slvYUwFG6B0f2b6hQ==",
|
|
4973
|
+
"dev": true,
|
|
4974
|
+
"license": "MIT",
|
|
4975
|
+
"engines": {
|
|
4976
|
+
"node": "^14.21.3 || >=16"
|
|
4977
|
+
},
|
|
4978
|
+
"funding": {
|
|
4979
|
+
"url": "https://paulmillr.com/funding/"
|
|
4980
|
+
}
|
|
4981
|
+
},
|
|
5241
4982
|
"node_modules/micro-ftch": {
|
|
5242
4983
|
"version": "0.3.1",
|
|
5243
4984
|
"resolved": "https://registry.npmjs.org/micro-ftch/-/micro-ftch-0.3.1.tgz",
|
|
@@ -5246,6 +4987,29 @@
|
|
|
5246
4987
|
"license": "MIT",
|
|
5247
4988
|
"peer": true
|
|
5248
4989
|
},
|
|
4990
|
+
"node_modules/micro-packed": {
|
|
4991
|
+
"version": "0.7.3",
|
|
4992
|
+
"resolved": "https://registry.npmjs.org/micro-packed/-/micro-packed-0.7.3.tgz",
|
|
4993
|
+
"integrity": "sha512-2Milxs+WNC00TRlem41oRswvw31146GiSaoCT7s3Xi2gMUglW5QBeqlQaZeHr5tJx9nm3i57LNXPqxOOaWtTYg==",
|
|
4994
|
+
"dev": true,
|
|
4995
|
+
"license": "MIT",
|
|
4996
|
+
"dependencies": {
|
|
4997
|
+
"@scure/base": "~1.2.5"
|
|
4998
|
+
},
|
|
4999
|
+
"funding": {
|
|
5000
|
+
"url": "https://paulmillr.com/funding/"
|
|
5001
|
+
}
|
|
5002
|
+
},
|
|
5003
|
+
"node_modules/micro-packed/node_modules/@scure/base": {
|
|
5004
|
+
"version": "1.2.6",
|
|
5005
|
+
"resolved": "https://registry.npmjs.org/@scure/base/-/base-1.2.6.tgz",
|
|
5006
|
+
"integrity": "sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg==",
|
|
5007
|
+
"dev": true,
|
|
5008
|
+
"license": "MIT",
|
|
5009
|
+
"funding": {
|
|
5010
|
+
"url": "https://paulmillr.com/funding/"
|
|
5011
|
+
}
|
|
5012
|
+
},
|
|
5249
5013
|
"node_modules/micromatch": {
|
|
5250
5014
|
"version": "4.0.8",
|
|
5251
5015
|
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
@@ -5324,6 +5088,17 @@
|
|
|
5324
5088
|
"url": "https://github.com/sponsors/ljharb"
|
|
5325
5089
|
}
|
|
5326
5090
|
},
|
|
5091
|
+
"node_modules/minipass": {
|
|
5092
|
+
"version": "7.1.2",
|
|
5093
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
5094
|
+
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
5095
|
+
"dev": true,
|
|
5096
|
+
"license": "ISC",
|
|
5097
|
+
"peer": true,
|
|
5098
|
+
"engines": {
|
|
5099
|
+
"node": ">=16 || 14 >=14.17"
|
|
5100
|
+
}
|
|
5101
|
+
},
|
|
5327
5102
|
"node_modules/mkdirp": {
|
|
5328
5103
|
"version": "0.5.6",
|
|
5329
5104
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
|
|
@@ -5563,83 +5338,171 @@
|
|
|
5563
5338
|
"license": "MIT",
|
|
5564
5339
|
"peer": true
|
|
5565
5340
|
},
|
|
5566
|
-
"node_modules/
|
|
5567
|
-
"version": "
|
|
5568
|
-
"resolved": "https://registry.npmjs.org/
|
|
5569
|
-
"integrity": "sha512-
|
|
5341
|
+
"node_modules/obliterator": {
|
|
5342
|
+
"version": "2.0.5",
|
|
5343
|
+
"resolved": "https://registry.npmjs.org/obliterator/-/obliterator-2.0.5.tgz",
|
|
5344
|
+
"integrity": "sha512-42CPE9AhahZRsMNslczq0ctAEtqk8Eka26QofnqC346BZdHDySk3LWka23LI7ULIw11NmltpiLagIq8gBozxTw==",
|
|
5345
|
+
"dev": true,
|
|
5346
|
+
"license": "MIT"
|
|
5347
|
+
},
|
|
5348
|
+
"node_modules/once": {
|
|
5349
|
+
"version": "1.4.0",
|
|
5350
|
+
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
5351
|
+
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
5352
|
+
"dev": true,
|
|
5353
|
+
"license": "ISC",
|
|
5354
|
+
"dependencies": {
|
|
5355
|
+
"wrappy": "1"
|
|
5356
|
+
}
|
|
5357
|
+
},
|
|
5358
|
+
"node_modules/optionator": {
|
|
5359
|
+
"version": "0.8.3",
|
|
5360
|
+
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
|
|
5361
|
+
"integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
|
|
5570
5362
|
"dev": true,
|
|
5571
5363
|
"license": "MIT",
|
|
5572
5364
|
"peer": true,
|
|
5365
|
+
"dependencies": {
|
|
5366
|
+
"deep-is": "~0.1.3",
|
|
5367
|
+
"fast-levenshtein": "~2.0.6",
|
|
5368
|
+
"levn": "~0.3.0",
|
|
5369
|
+
"prelude-ls": "~1.1.2",
|
|
5370
|
+
"type-check": "~0.3.2",
|
|
5371
|
+
"word-wrap": "~1.2.3"
|
|
5372
|
+
},
|
|
5373
|
+
"engines": {
|
|
5374
|
+
"node": ">= 0.8.0"
|
|
5375
|
+
}
|
|
5376
|
+
},
|
|
5377
|
+
"node_modules/ordinal": {
|
|
5378
|
+
"version": "1.0.3",
|
|
5379
|
+
"resolved": "https://registry.npmjs.org/ordinal/-/ordinal-1.0.3.tgz",
|
|
5380
|
+
"integrity": "sha512-cMddMgb2QElm8G7vdaa02jhUNbTSrhsgAGUz1OokD83uJTwSUn+nKoNoKVVaRa08yF6sgfO7Maou1+bgLd9rdQ==",
|
|
5381
|
+
"dev": true,
|
|
5382
|
+
"license": "MIT",
|
|
5383
|
+
"peer": true
|
|
5384
|
+
},
|
|
5385
|
+
"node_modules/os-tmpdir": {
|
|
5386
|
+
"version": "1.0.2",
|
|
5387
|
+
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
|
5388
|
+
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
|
5389
|
+
"dev": true,
|
|
5390
|
+
"license": "MIT",
|
|
5573
5391
|
"engines": {
|
|
5574
5392
|
"node": ">=0.10.0"
|
|
5575
5393
|
}
|
|
5576
5394
|
},
|
|
5577
|
-
"node_modules/
|
|
5578
|
-
"version": "
|
|
5579
|
-
"resolved": "https://registry.npmjs.org/
|
|
5580
|
-
"integrity": "sha512-
|
|
5395
|
+
"node_modules/ox": {
|
|
5396
|
+
"version": "0.8.1",
|
|
5397
|
+
"resolved": "https://registry.npmjs.org/ox/-/ox-0.8.1.tgz",
|
|
5398
|
+
"integrity": "sha512-e+z5epnzV+Zuz91YYujecW8cF01mzmrUtWotJ0oEPym/G82uccs7q0WDHTYL3eiONbTUEvcZrptAKLgTBD3u2A==",
|
|
5581
5399
|
"dev": true,
|
|
5400
|
+
"funding": [
|
|
5401
|
+
{
|
|
5402
|
+
"type": "github",
|
|
5403
|
+
"url": "https://github.com/sponsors/wevm"
|
|
5404
|
+
}
|
|
5405
|
+
],
|
|
5582
5406
|
"license": "MIT",
|
|
5583
5407
|
"peer": true,
|
|
5584
|
-
"
|
|
5585
|
-
"
|
|
5408
|
+
"dependencies": {
|
|
5409
|
+
"@adraffy/ens-normalize": "^1.11.0",
|
|
5410
|
+
"@noble/ciphers": "^1.3.0",
|
|
5411
|
+
"@noble/curves": "^1.9.1",
|
|
5412
|
+
"@noble/hashes": "^1.8.0",
|
|
5413
|
+
"@scure/bip32": "^1.7.0",
|
|
5414
|
+
"@scure/bip39": "^1.6.0",
|
|
5415
|
+
"abitype": "^1.0.8",
|
|
5416
|
+
"eventemitter3": "5.0.1"
|
|
5586
5417
|
},
|
|
5587
|
-
"
|
|
5588
|
-
"
|
|
5418
|
+
"peerDependencies": {
|
|
5419
|
+
"typescript": ">=5.4.0"
|
|
5420
|
+
},
|
|
5421
|
+
"peerDependenciesMeta": {
|
|
5422
|
+
"typescript": {
|
|
5423
|
+
"optional": true
|
|
5424
|
+
}
|
|
5589
5425
|
}
|
|
5590
5426
|
},
|
|
5591
|
-
"node_modules/
|
|
5592
|
-
"version": "
|
|
5593
|
-
"resolved": "https://registry.npmjs.org/
|
|
5594
|
-
"integrity": "sha512
|
|
5427
|
+
"node_modules/ox/node_modules/@adraffy/ens-normalize": {
|
|
5428
|
+
"version": "1.11.0",
|
|
5429
|
+
"resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.11.0.tgz",
|
|
5430
|
+
"integrity": "sha512-/3DDPKHqqIqxUULp8yP4zODUY1i+2xvVWsv8A79xGWdCAG+8sb0hRh0Rk2QyOJUnnbyPUAZYcpBuRe3nS2OIUg==",
|
|
5595
5431
|
"dev": true,
|
|
5596
|
-
"license": "MIT"
|
|
5432
|
+
"license": "MIT",
|
|
5433
|
+
"peer": true
|
|
5597
5434
|
},
|
|
5598
|
-
"node_modules/
|
|
5599
|
-
"version": "1.
|
|
5600
|
-
"resolved": "https://registry.npmjs.org/
|
|
5601
|
-
"integrity": "sha512-
|
|
5435
|
+
"node_modules/ox/node_modules/@noble/curves": {
|
|
5436
|
+
"version": "1.9.2",
|
|
5437
|
+
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.2.tgz",
|
|
5438
|
+
"integrity": "sha512-HxngEd2XUcg9xi20JkwlLCtYwfoFw4JGkuZpT+WlsPD4gB/cxkvTD8fSsoAnphGZhFdZYKeQIPCuFlWPm1uE0g==",
|
|
5602
5439
|
"dev": true,
|
|
5603
|
-
"license": "
|
|
5440
|
+
"license": "MIT",
|
|
5441
|
+
"peer": true,
|
|
5604
5442
|
"dependencies": {
|
|
5605
|
-
"
|
|
5443
|
+
"@noble/hashes": "1.8.0"
|
|
5444
|
+
},
|
|
5445
|
+
"engines": {
|
|
5446
|
+
"node": "^14.21.3 || >=16"
|
|
5447
|
+
},
|
|
5448
|
+
"funding": {
|
|
5449
|
+
"url": "https://paulmillr.com/funding/"
|
|
5450
|
+
}
|
|
5451
|
+
},
|
|
5452
|
+
"node_modules/ox/node_modules/@noble/hashes": {
|
|
5453
|
+
"version": "1.8.0",
|
|
5454
|
+
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
|
|
5455
|
+
"integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
|
|
5456
|
+
"dev": true,
|
|
5457
|
+
"license": "MIT",
|
|
5458
|
+
"peer": true,
|
|
5459
|
+
"engines": {
|
|
5460
|
+
"node": "^14.21.3 || >=16"
|
|
5461
|
+
},
|
|
5462
|
+
"funding": {
|
|
5463
|
+
"url": "https://paulmillr.com/funding/"
|
|
5606
5464
|
}
|
|
5607
5465
|
},
|
|
5608
|
-
"node_modules/
|
|
5609
|
-
"version": "
|
|
5610
|
-
"resolved": "https://registry.npmjs.org/
|
|
5611
|
-
"integrity": "sha512
|
|
5466
|
+
"node_modules/ox/node_modules/@scure/base": {
|
|
5467
|
+
"version": "1.2.6",
|
|
5468
|
+
"resolved": "https://registry.npmjs.org/@scure/base/-/base-1.2.6.tgz",
|
|
5469
|
+
"integrity": "sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg==",
|
|
5612
5470
|
"dev": true,
|
|
5613
5471
|
"license": "MIT",
|
|
5614
5472
|
"peer": true,
|
|
5615
|
-
"
|
|
5616
|
-
"
|
|
5617
|
-
"fast-levenshtein": "~2.0.6",
|
|
5618
|
-
"levn": "~0.3.0",
|
|
5619
|
-
"prelude-ls": "~1.1.2",
|
|
5620
|
-
"type-check": "~0.3.2",
|
|
5621
|
-
"word-wrap": "~1.2.3"
|
|
5622
|
-
},
|
|
5623
|
-
"engines": {
|
|
5624
|
-
"node": ">= 0.8.0"
|
|
5473
|
+
"funding": {
|
|
5474
|
+
"url": "https://paulmillr.com/funding/"
|
|
5625
5475
|
}
|
|
5626
5476
|
},
|
|
5627
|
-
"node_modules/
|
|
5628
|
-
"version": "1.0
|
|
5629
|
-
"resolved": "https://registry.npmjs.org/
|
|
5630
|
-
"integrity": "sha512-
|
|
5477
|
+
"node_modules/ox/node_modules/@scure/bip32": {
|
|
5478
|
+
"version": "1.7.0",
|
|
5479
|
+
"resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.7.0.tgz",
|
|
5480
|
+
"integrity": "sha512-E4FFX/N3f4B80AKWp5dP6ow+flD1LQZo/w8UnLGYZO674jS6YnYeepycOOksv+vLPSpgN35wgKgy+ybfTb2SMw==",
|
|
5631
5481
|
"dev": true,
|
|
5632
5482
|
"license": "MIT",
|
|
5633
|
-
"peer": true
|
|
5483
|
+
"peer": true,
|
|
5484
|
+
"dependencies": {
|
|
5485
|
+
"@noble/curves": "~1.9.0",
|
|
5486
|
+
"@noble/hashes": "~1.8.0",
|
|
5487
|
+
"@scure/base": "~1.2.5"
|
|
5488
|
+
},
|
|
5489
|
+
"funding": {
|
|
5490
|
+
"url": "https://paulmillr.com/funding/"
|
|
5491
|
+
}
|
|
5634
5492
|
},
|
|
5635
|
-
"node_modules/
|
|
5636
|
-
"version": "1.0
|
|
5637
|
-
"resolved": "https://registry.npmjs.org/
|
|
5638
|
-
"integrity": "sha512
|
|
5493
|
+
"node_modules/ox/node_modules/@scure/bip39": {
|
|
5494
|
+
"version": "1.6.0",
|
|
5495
|
+
"resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.6.0.tgz",
|
|
5496
|
+
"integrity": "sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A==",
|
|
5639
5497
|
"dev": true,
|
|
5640
5498
|
"license": "MIT",
|
|
5641
|
-
"
|
|
5642
|
-
|
|
5499
|
+
"peer": true,
|
|
5500
|
+
"dependencies": {
|
|
5501
|
+
"@noble/hashes": "~1.8.0",
|
|
5502
|
+
"@scure/base": "~1.2.5"
|
|
5503
|
+
},
|
|
5504
|
+
"funding": {
|
|
5505
|
+
"url": "https://paulmillr.com/funding/"
|
|
5643
5506
|
}
|
|
5644
5507
|
},
|
|
5645
5508
|
"node_modules/p-limit": {
|
|
@@ -5690,11 +5553,12 @@
|
|
|
5690
5553
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5691
5554
|
}
|
|
5692
5555
|
},
|
|
5693
|
-
"node_modules/
|
|
5556
|
+
"node_modules/package-json-from-dist": {
|
|
5694
5557
|
"version": "1.0.1",
|
|
5695
|
-
"resolved": "https://registry.npmjs.org/
|
|
5696
|
-
"integrity": "sha512-
|
|
5558
|
+
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
|
|
5559
|
+
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
|
|
5697
5560
|
"dev": true,
|
|
5561
|
+
"license": "BlueOak-1.0.0",
|
|
5698
5562
|
"peer": true
|
|
5699
5563
|
},
|
|
5700
5564
|
"node_modules/path-exists": {
|
|
@@ -5718,6 +5582,17 @@
|
|
|
5718
5582
|
"node": ">=0.10.0"
|
|
5719
5583
|
}
|
|
5720
5584
|
},
|
|
5585
|
+
"node_modules/path-key": {
|
|
5586
|
+
"version": "3.1.1",
|
|
5587
|
+
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
5588
|
+
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
5589
|
+
"dev": true,
|
|
5590
|
+
"license": "MIT",
|
|
5591
|
+
"peer": true,
|
|
5592
|
+
"engines": {
|
|
5593
|
+
"node": ">=8"
|
|
5594
|
+
}
|
|
5595
|
+
},
|
|
5721
5596
|
"node_modules/path-parse": {
|
|
5722
5597
|
"version": "1.0.7",
|
|
5723
5598
|
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
|
@@ -5725,6 +5600,24 @@
|
|
|
5725
5600
|
"dev": true,
|
|
5726
5601
|
"license": "MIT"
|
|
5727
5602
|
},
|
|
5603
|
+
"node_modules/path-scurry": {
|
|
5604
|
+
"version": "1.11.1",
|
|
5605
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
5606
|
+
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
5607
|
+
"dev": true,
|
|
5608
|
+
"license": "BlueOak-1.0.0",
|
|
5609
|
+
"peer": true,
|
|
5610
|
+
"dependencies": {
|
|
5611
|
+
"lru-cache": "^10.2.0",
|
|
5612
|
+
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
5613
|
+
},
|
|
5614
|
+
"engines": {
|
|
5615
|
+
"node": ">=16 || 14 >=14.18"
|
|
5616
|
+
},
|
|
5617
|
+
"funding": {
|
|
5618
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5619
|
+
}
|
|
5620
|
+
},
|
|
5728
5621
|
"node_modules/path-type": {
|
|
5729
5622
|
"version": "4.0.0",
|
|
5730
5623
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
|
|
@@ -5748,22 +5641,61 @@
|
|
|
5748
5641
|
}
|
|
5749
5642
|
},
|
|
5750
5643
|
"node_modules/pbkdf2": {
|
|
5751
|
-
"version": "3.1.
|
|
5752
|
-
"resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.
|
|
5753
|
-
"integrity": "sha512-
|
|
5644
|
+
"version": "3.1.3",
|
|
5645
|
+
"resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.3.tgz",
|
|
5646
|
+
"integrity": "sha512-wfRLBZ0feWRhCIkoMB6ete7czJcnNnqRpcoWQBLqatqXXmelSRqfdDK4F3u9T2s2cXas/hQJcryI/4lAL+XTlA==",
|
|
5754
5647
|
"dev": true,
|
|
5755
5648
|
"license": "MIT",
|
|
5649
|
+
"peer": true,
|
|
5756
5650
|
"dependencies": {
|
|
5757
|
-
"create-hash": "
|
|
5758
|
-
"create-hmac": "^1.1.
|
|
5759
|
-
"ripemd160": "
|
|
5760
|
-
"safe-buffer": "^5.
|
|
5761
|
-
"sha.js": "^2.4.
|
|
5651
|
+
"create-hash": "~1.1.3",
|
|
5652
|
+
"create-hmac": "^1.1.7",
|
|
5653
|
+
"ripemd160": "=2.0.1",
|
|
5654
|
+
"safe-buffer": "^5.2.1",
|
|
5655
|
+
"sha.js": "^2.4.11",
|
|
5656
|
+
"to-buffer": "^1.2.0"
|
|
5762
5657
|
},
|
|
5763
5658
|
"engines": {
|
|
5764
5659
|
"node": ">=0.12"
|
|
5765
5660
|
}
|
|
5766
5661
|
},
|
|
5662
|
+
"node_modules/pbkdf2/node_modules/create-hash": {
|
|
5663
|
+
"version": "1.1.3",
|
|
5664
|
+
"resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.1.3.tgz",
|
|
5665
|
+
"integrity": "sha512-snRpch/kwQhcdlnZKYanNF1m0RDlrCdSKQaH87w1FCFPVPNCQ/Il9QJKAX2jVBZddRdaHBMC+zXa9Gw9tmkNUA==",
|
|
5666
|
+
"dev": true,
|
|
5667
|
+
"license": "MIT",
|
|
5668
|
+
"peer": true,
|
|
5669
|
+
"dependencies": {
|
|
5670
|
+
"cipher-base": "^1.0.1",
|
|
5671
|
+
"inherits": "^2.0.1",
|
|
5672
|
+
"ripemd160": "^2.0.0",
|
|
5673
|
+
"sha.js": "^2.4.0"
|
|
5674
|
+
}
|
|
5675
|
+
},
|
|
5676
|
+
"node_modules/pbkdf2/node_modules/hash-base": {
|
|
5677
|
+
"version": "2.0.2",
|
|
5678
|
+
"resolved": "https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz",
|
|
5679
|
+
"integrity": "sha512-0TROgQ1/SxE6KmxWSvXHvRj90/Xo1JvZShofnYF+f6ZsGtR4eES7WfrQzPalmyagfKZCXpVnitiRebZulWsbiw==",
|
|
5680
|
+
"dev": true,
|
|
5681
|
+
"license": "MIT",
|
|
5682
|
+
"peer": true,
|
|
5683
|
+
"dependencies": {
|
|
5684
|
+
"inherits": "^2.0.1"
|
|
5685
|
+
}
|
|
5686
|
+
},
|
|
5687
|
+
"node_modules/pbkdf2/node_modules/ripemd160": {
|
|
5688
|
+
"version": "2.0.1",
|
|
5689
|
+
"resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.1.tgz",
|
|
5690
|
+
"integrity": "sha512-J7f4wutN8mdbV08MJnXibYpCOPHR+yzy+iQ/AsjMv2j8cLavQ8VGagDFUwwTAdF8FmRKVeNpbTTEwNHCW1g94w==",
|
|
5691
|
+
"dev": true,
|
|
5692
|
+
"license": "MIT",
|
|
5693
|
+
"peer": true,
|
|
5694
|
+
"dependencies": {
|
|
5695
|
+
"hash-base": "^2.0.0",
|
|
5696
|
+
"inherits": "^2.0.1"
|
|
5697
|
+
}
|
|
5698
|
+
},
|
|
5767
5699
|
"node_modules/picocolors": {
|
|
5768
5700
|
"version": "1.1.1",
|
|
5769
5701
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
@@ -5795,6 +5727,17 @@
|
|
|
5795
5727
|
"node": ">=6"
|
|
5796
5728
|
}
|
|
5797
5729
|
},
|
|
5730
|
+
"node_modules/possible-typed-array-names": {
|
|
5731
|
+
"version": "1.1.0",
|
|
5732
|
+
"resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
|
|
5733
|
+
"integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
|
|
5734
|
+
"dev": true,
|
|
5735
|
+
"license": "MIT",
|
|
5736
|
+
"peer": true,
|
|
5737
|
+
"engines": {
|
|
5738
|
+
"node": ">= 0.4"
|
|
5739
|
+
}
|
|
5740
|
+
},
|
|
5798
5741
|
"node_modules/prelude-ls": {
|
|
5799
5742
|
"version": "1.1.2",
|
|
5800
5743
|
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
|
|
@@ -5822,25 +5765,6 @@
|
|
|
5822
5765
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
5823
5766
|
}
|
|
5824
5767
|
},
|
|
5825
|
-
"node_modules/process-nextick-args": {
|
|
5826
|
-
"version": "2.0.1",
|
|
5827
|
-
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
5828
|
-
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
|
5829
|
-
"dev": true,
|
|
5830
|
-
"license": "MIT",
|
|
5831
|
-
"peer": true
|
|
5832
|
-
},
|
|
5833
|
-
"node_modules/promise": {
|
|
5834
|
-
"version": "8.3.0",
|
|
5835
|
-
"resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz",
|
|
5836
|
-
"integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==",
|
|
5837
|
-
"dev": true,
|
|
5838
|
-
"license": "MIT",
|
|
5839
|
-
"peer": true,
|
|
5840
|
-
"dependencies": {
|
|
5841
|
-
"asap": "~2.0.6"
|
|
5842
|
-
}
|
|
5843
|
-
},
|
|
5844
5768
|
"node_modules/prompts": {
|
|
5845
5769
|
"version": "2.4.2",
|
|
5846
5770
|
"resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
|
|
@@ -5864,23 +5788,6 @@
|
|
|
5864
5788
|
"license": "MIT",
|
|
5865
5789
|
"peer": true
|
|
5866
5790
|
},
|
|
5867
|
-
"node_modules/qs": {
|
|
5868
|
-
"version": "6.14.0",
|
|
5869
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
|
|
5870
|
-
"integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
|
|
5871
|
-
"dev": true,
|
|
5872
|
-
"license": "BSD-3-Clause",
|
|
5873
|
-
"peer": true,
|
|
5874
|
-
"dependencies": {
|
|
5875
|
-
"side-channel": "^1.1.0"
|
|
5876
|
-
},
|
|
5877
|
-
"engines": {
|
|
5878
|
-
"node": ">=0.6"
|
|
5879
|
-
},
|
|
5880
|
-
"funding": {
|
|
5881
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
5882
|
-
}
|
|
5883
|
-
},
|
|
5884
5791
|
"node_modules/queue-microtask": {
|
|
5885
5792
|
"version": "1.2.3",
|
|
5886
5793
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
@@ -6022,32 +5929,15 @@
|
|
|
6022
5929
|
"node": ">=6"
|
|
6023
5930
|
}
|
|
6024
5931
|
},
|
|
6025
|
-
"node_modules/
|
|
6026
|
-
"version": "
|
|
6027
|
-
"resolved": "https://registry.npmjs.org/
|
|
6028
|
-
"integrity": "sha512-
|
|
6029
|
-
"dev": true,
|
|
6030
|
-
"license": "MIT",
|
|
6031
|
-
"peer": true,
|
|
6032
|
-
"dependencies": {
|
|
6033
|
-
"req-from": "^2.0.0"
|
|
6034
|
-
},
|
|
6035
|
-
"engines": {
|
|
6036
|
-
"node": ">=4"
|
|
6037
|
-
}
|
|
6038
|
-
},
|
|
6039
|
-
"node_modules/req-from": {
|
|
6040
|
-
"version": "2.0.0",
|
|
6041
|
-
"resolved": "https://registry.npmjs.org/req-from/-/req-from-2.0.0.tgz",
|
|
6042
|
-
"integrity": "sha512-LzTfEVDVQHBRfjOUMgNBA+V6DWsSnoeKzf42J7l0xa/B4jyPOuuF5MlNSmomLNGemWTnV2TIdjSSLnEn95fOQA==",
|
|
5932
|
+
"node_modules/repeat-string": {
|
|
5933
|
+
"version": "1.6.1",
|
|
5934
|
+
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
|
|
5935
|
+
"integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",
|
|
6043
5936
|
"dev": true,
|
|
6044
5937
|
"license": "MIT",
|
|
6045
5938
|
"peer": true,
|
|
6046
|
-
"dependencies": {
|
|
6047
|
-
"resolve-from": "^3.0.0"
|
|
6048
|
-
},
|
|
6049
5939
|
"engines": {
|
|
6050
|
-
"node": ">=
|
|
5940
|
+
"node": ">=0.10"
|
|
6051
5941
|
}
|
|
6052
5942
|
},
|
|
6053
5943
|
"node_modules/require-directory": {
|
|
@@ -6084,17 +5974,6 @@
|
|
|
6084
5974
|
"url": "https://github.com/sponsors/ljharb"
|
|
6085
5975
|
}
|
|
6086
5976
|
},
|
|
6087
|
-
"node_modules/resolve-from": {
|
|
6088
|
-
"version": "3.0.0",
|
|
6089
|
-
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
|
|
6090
|
-
"integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==",
|
|
6091
|
-
"dev": true,
|
|
6092
|
-
"license": "MIT",
|
|
6093
|
-
"peer": true,
|
|
6094
|
-
"engines": {
|
|
6095
|
-
"node": ">=4"
|
|
6096
|
-
}
|
|
6097
|
-
},
|
|
6098
5977
|
"node_modules/reusify": {
|
|
6099
5978
|
"version": "1.1.0",
|
|
6100
5979
|
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
|
|
@@ -6113,6 +5992,7 @@
|
|
|
6113
5992
|
"integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==",
|
|
6114
5993
|
"dev": true,
|
|
6115
5994
|
"license": "MIT",
|
|
5995
|
+
"peer": true,
|
|
6116
5996
|
"dependencies": {
|
|
6117
5997
|
"hash-base": "^3.0.0",
|
|
6118
5998
|
"inherits": "^2.0.1"
|
|
@@ -6124,6 +6004,7 @@
|
|
|
6124
6004
|
"integrity": "sha512-d5gdPmgQ0Z+AklL2NVXr/IoSjNZFfTVvQWzL/AM2AOcSzYP2xjlb0AC8YyCLc41MSNf6P6QVtjgPdmVtzb+4lQ==",
|
|
6125
6005
|
"dev": true,
|
|
6126
6006
|
"license": "MPL-2.0",
|
|
6007
|
+
"peer": true,
|
|
6127
6008
|
"dependencies": {
|
|
6128
6009
|
"bn.js": "^5.2.0"
|
|
6129
6010
|
},
|
|
@@ -6335,7 +6216,8 @@
|
|
|
6335
6216
|
"resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz",
|
|
6336
6217
|
"integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==",
|
|
6337
6218
|
"dev": true,
|
|
6338
|
-
"license": "MIT"
|
|
6219
|
+
"license": "MIT",
|
|
6220
|
+
"peer": true
|
|
6339
6221
|
},
|
|
6340
6222
|
"node_modules/secp256k1": {
|
|
6341
6223
|
"version": "4.0.4",
|
|
@@ -6344,6 +6226,7 @@
|
|
|
6344
6226
|
"dev": true,
|
|
6345
6227
|
"hasInstallScript": true,
|
|
6346
6228
|
"license": "MIT",
|
|
6229
|
+
"peer": true,
|
|
6347
6230
|
"dependencies": {
|
|
6348
6231
|
"elliptic": "^6.5.7",
|
|
6349
6232
|
"node-addon-api": "^5.0.0",
|
|
@@ -6354,11 +6237,12 @@
|
|
|
6354
6237
|
}
|
|
6355
6238
|
},
|
|
6356
6239
|
"node_modules/secp256k1/node_modules/bn.js": {
|
|
6357
|
-
"version": "4.12.
|
|
6358
|
-
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.
|
|
6359
|
-
"integrity": "sha512-
|
|
6240
|
+
"version": "4.12.2",
|
|
6241
|
+
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.2.tgz",
|
|
6242
|
+
"integrity": "sha512-n4DSx829VRTRByMRGdjQ9iqsN0Bh4OolPsFnaZBLcbi8iXcB+kJ9s7EnRt4wILZNV3kPLHkRVfOc/HvhC3ovDw==",
|
|
6360
6243
|
"dev": true,
|
|
6361
|
-
"license": "MIT"
|
|
6244
|
+
"license": "MIT",
|
|
6245
|
+
"peer": true
|
|
6362
6246
|
},
|
|
6363
6247
|
"node_modules/secp256k1/node_modules/elliptic": {
|
|
6364
6248
|
"version": "6.6.1",
|
|
@@ -6366,6 +6250,7 @@
|
|
|
6366
6250
|
"integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==",
|
|
6367
6251
|
"dev": true,
|
|
6368
6252
|
"license": "MIT",
|
|
6253
|
+
"peer": true,
|
|
6369
6254
|
"dependencies": {
|
|
6370
6255
|
"bn.js": "^4.11.9",
|
|
6371
6256
|
"brorand": "^1.1.0",
|
|
@@ -6381,7 +6266,8 @@
|
|
|
6381
6266
|
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.1.0.tgz",
|
|
6382
6267
|
"integrity": "sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==",
|
|
6383
6268
|
"dev": true,
|
|
6384
|
-
"license": "MIT"
|
|
6269
|
+
"license": "MIT",
|
|
6270
|
+
"peer": true
|
|
6385
6271
|
},
|
|
6386
6272
|
"node_modules/semver": {
|
|
6387
6273
|
"version": "6.3.1",
|
|
@@ -6403,12 +6289,32 @@
|
|
|
6403
6289
|
"randombytes": "^2.1.0"
|
|
6404
6290
|
}
|
|
6405
6291
|
},
|
|
6292
|
+
"node_modules/set-function-length": {
|
|
6293
|
+
"version": "1.2.2",
|
|
6294
|
+
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
|
|
6295
|
+
"integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
|
|
6296
|
+
"dev": true,
|
|
6297
|
+
"license": "MIT",
|
|
6298
|
+
"peer": true,
|
|
6299
|
+
"dependencies": {
|
|
6300
|
+
"define-data-property": "^1.1.4",
|
|
6301
|
+
"es-errors": "^1.3.0",
|
|
6302
|
+
"function-bind": "^1.1.2",
|
|
6303
|
+
"get-intrinsic": "^1.2.4",
|
|
6304
|
+
"gopd": "^1.0.1",
|
|
6305
|
+
"has-property-descriptors": "^1.0.2"
|
|
6306
|
+
},
|
|
6307
|
+
"engines": {
|
|
6308
|
+
"node": ">= 0.4"
|
|
6309
|
+
}
|
|
6310
|
+
},
|
|
6406
6311
|
"node_modules/setimmediate": {
|
|
6407
6312
|
"version": "1.0.5",
|
|
6408
6313
|
"resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
|
|
6409
6314
|
"integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==",
|
|
6410
6315
|
"dev": true,
|
|
6411
|
-
"license": "MIT"
|
|
6316
|
+
"license": "MIT",
|
|
6317
|
+
"peer": true
|
|
6412
6318
|
},
|
|
6413
6319
|
"node_modules/setprototypeof": {
|
|
6414
6320
|
"version": "1.2.0",
|
|
@@ -6418,17 +6324,25 @@
|
|
|
6418
6324
|
"license": "ISC"
|
|
6419
6325
|
},
|
|
6420
6326
|
"node_modules/sha.js": {
|
|
6421
|
-
"version": "2.4.
|
|
6422
|
-
"resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.
|
|
6423
|
-
"integrity": "sha512-
|
|
6327
|
+
"version": "2.4.12",
|
|
6328
|
+
"resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.12.tgz",
|
|
6329
|
+
"integrity": "sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==",
|
|
6424
6330
|
"dev": true,
|
|
6425
6331
|
"license": "(MIT AND BSD-3-Clause)",
|
|
6332
|
+
"peer": true,
|
|
6426
6333
|
"dependencies": {
|
|
6427
|
-
"inherits": "^2.0.
|
|
6428
|
-
"safe-buffer": "^5.
|
|
6334
|
+
"inherits": "^2.0.4",
|
|
6335
|
+
"safe-buffer": "^5.2.1",
|
|
6336
|
+
"to-buffer": "^1.2.0"
|
|
6429
6337
|
},
|
|
6430
6338
|
"bin": {
|
|
6431
6339
|
"sha.js": "bin.js"
|
|
6340
|
+
},
|
|
6341
|
+
"engines": {
|
|
6342
|
+
"node": ">= 0.10"
|
|
6343
|
+
},
|
|
6344
|
+
"funding": {
|
|
6345
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
6432
6346
|
}
|
|
6433
6347
|
},
|
|
6434
6348
|
"node_modules/sha1": {
|
|
@@ -6446,6 +6360,31 @@
|
|
|
6446
6360
|
"node": "*"
|
|
6447
6361
|
}
|
|
6448
6362
|
},
|
|
6363
|
+
"node_modules/shebang-command": {
|
|
6364
|
+
"version": "2.0.0",
|
|
6365
|
+
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
6366
|
+
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
6367
|
+
"dev": true,
|
|
6368
|
+
"license": "MIT",
|
|
6369
|
+
"peer": true,
|
|
6370
|
+
"dependencies": {
|
|
6371
|
+
"shebang-regex": "^3.0.0"
|
|
6372
|
+
},
|
|
6373
|
+
"engines": {
|
|
6374
|
+
"node": ">=8"
|
|
6375
|
+
}
|
|
6376
|
+
},
|
|
6377
|
+
"node_modules/shebang-regex": {
|
|
6378
|
+
"version": "3.0.0",
|
|
6379
|
+
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
6380
|
+
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
6381
|
+
"dev": true,
|
|
6382
|
+
"license": "MIT",
|
|
6383
|
+
"peer": true,
|
|
6384
|
+
"engines": {
|
|
6385
|
+
"node": ">=8"
|
|
6386
|
+
}
|
|
6387
|
+
},
|
|
6449
6388
|
"node_modules/shelljs": {
|
|
6450
6389
|
"version": "0.8.5",
|
|
6451
6390
|
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
|
|
@@ -6480,118 +6419,52 @@
|
|
|
6480
6419
|
"node_modules/shelljs/node_modules/glob": {
|
|
6481
6420
|
"version": "7.2.3",
|
|
6482
6421
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
6483
|
-
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
6484
|
-
"deprecated": "Glob versions prior to v9 are no longer supported",
|
|
6485
|
-
"dev": true,
|
|
6486
|
-
"license": "ISC",
|
|
6487
|
-
"peer": true,
|
|
6488
|
-
"dependencies": {
|
|
6489
|
-
"fs.realpath": "^1.0.0",
|
|
6490
|
-
"inflight": "^1.0.4",
|
|
6491
|
-
"inherits": "2",
|
|
6492
|
-
"minimatch": "^3.1.1",
|
|
6493
|
-
"once": "^1.3.0",
|
|
6494
|
-
"path-is-absolute": "^1.0.0"
|
|
6495
|
-
},
|
|
6496
|
-
"engines": {
|
|
6497
|
-
"node": "*"
|
|
6498
|
-
},
|
|
6499
|
-
"funding": {
|
|
6500
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
6501
|
-
}
|
|
6502
|
-
},
|
|
6503
|
-
"node_modules/shelljs/node_modules/minimatch": {
|
|
6504
|
-
"version": "3.1.2",
|
|
6505
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
6506
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
6507
|
-
"dev": true,
|
|
6508
|
-
"license": "ISC",
|
|
6509
|
-
"peer": true,
|
|
6510
|
-
"dependencies": {
|
|
6511
|
-
"brace-expansion": "^1.1.7"
|
|
6512
|
-
},
|
|
6513
|
-
"engines": {
|
|
6514
|
-
"node": "*"
|
|
6515
|
-
}
|
|
6516
|
-
},
|
|
6517
|
-
"node_modules/side-channel": {
|
|
6518
|
-
"version": "1.1.0",
|
|
6519
|
-
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
|
|
6520
|
-
"integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
|
|
6521
|
-
"dev": true,
|
|
6522
|
-
"license": "MIT",
|
|
6523
|
-
"peer": true,
|
|
6524
|
-
"dependencies": {
|
|
6525
|
-
"es-errors": "^1.3.0",
|
|
6526
|
-
"object-inspect": "^1.13.3",
|
|
6527
|
-
"side-channel-list": "^1.0.0",
|
|
6528
|
-
"side-channel-map": "^1.0.1",
|
|
6529
|
-
"side-channel-weakmap": "^1.0.2"
|
|
6530
|
-
},
|
|
6531
|
-
"engines": {
|
|
6532
|
-
"node": ">= 0.4"
|
|
6533
|
-
},
|
|
6534
|
-
"funding": {
|
|
6535
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
6536
|
-
}
|
|
6537
|
-
},
|
|
6538
|
-
"node_modules/side-channel-list": {
|
|
6539
|
-
"version": "1.0.0",
|
|
6540
|
-
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
|
|
6541
|
-
"integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
|
|
6422
|
+
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
6423
|
+
"deprecated": "Glob versions prior to v9 are no longer supported",
|
|
6542
6424
|
"dev": true,
|
|
6543
|
-
"license": "
|
|
6425
|
+
"license": "ISC",
|
|
6544
6426
|
"peer": true,
|
|
6545
6427
|
"dependencies": {
|
|
6546
|
-
"
|
|
6547
|
-
"
|
|
6428
|
+
"fs.realpath": "^1.0.0",
|
|
6429
|
+
"inflight": "^1.0.4",
|
|
6430
|
+
"inherits": "2",
|
|
6431
|
+
"minimatch": "^3.1.1",
|
|
6432
|
+
"once": "^1.3.0",
|
|
6433
|
+
"path-is-absolute": "^1.0.0"
|
|
6548
6434
|
},
|
|
6549
6435
|
"engines": {
|
|
6550
|
-
"node": "
|
|
6436
|
+
"node": "*"
|
|
6551
6437
|
},
|
|
6552
6438
|
"funding": {
|
|
6553
|
-
"url": "https://github.com/sponsors/
|
|
6439
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
6554
6440
|
}
|
|
6555
6441
|
},
|
|
6556
|
-
"node_modules/
|
|
6557
|
-
"version": "1.
|
|
6558
|
-
"resolved": "https://registry.npmjs.org/
|
|
6559
|
-
"integrity": "sha512-
|
|
6442
|
+
"node_modules/shelljs/node_modules/minimatch": {
|
|
6443
|
+
"version": "3.1.2",
|
|
6444
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
6445
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
6560
6446
|
"dev": true,
|
|
6561
|
-
"license": "
|
|
6447
|
+
"license": "ISC",
|
|
6562
6448
|
"peer": true,
|
|
6563
6449
|
"dependencies": {
|
|
6564
|
-
"
|
|
6565
|
-
"es-errors": "^1.3.0",
|
|
6566
|
-
"get-intrinsic": "^1.2.5",
|
|
6567
|
-
"object-inspect": "^1.13.3"
|
|
6450
|
+
"brace-expansion": "^1.1.7"
|
|
6568
6451
|
},
|
|
6569
6452
|
"engines": {
|
|
6570
|
-
"node": "
|
|
6571
|
-
},
|
|
6572
|
-
"funding": {
|
|
6573
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
6453
|
+
"node": "*"
|
|
6574
6454
|
}
|
|
6575
6455
|
},
|
|
6576
|
-
"node_modules/
|
|
6577
|
-
"version": "1.0
|
|
6578
|
-
"resolved": "https://registry.npmjs.org/
|
|
6579
|
-
"integrity": "sha512-
|
|
6456
|
+
"node_modules/signal-exit": {
|
|
6457
|
+
"version": "4.1.0",
|
|
6458
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
6459
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
6580
6460
|
"dev": true,
|
|
6581
|
-
"license": "
|
|
6461
|
+
"license": "ISC",
|
|
6582
6462
|
"peer": true,
|
|
6583
|
-
"dependencies": {
|
|
6584
|
-
"call-bound": "^1.0.2",
|
|
6585
|
-
"es-errors": "^1.3.0",
|
|
6586
|
-
"get-intrinsic": "^1.2.5",
|
|
6587
|
-
"object-inspect": "^1.13.3",
|
|
6588
|
-
"side-channel-map": "^1.0.1"
|
|
6589
|
-
},
|
|
6590
6463
|
"engines": {
|
|
6591
|
-
"node": ">=
|
|
6464
|
+
"node": ">=14"
|
|
6592
6465
|
},
|
|
6593
6466
|
"funding": {
|
|
6594
|
-
"url": "https://github.com/sponsors/
|
|
6467
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
6595
6468
|
}
|
|
6596
6469
|
},
|
|
6597
6470
|
"node_modules/sisteransi": {
|
|
@@ -6964,6 +6837,23 @@
|
|
|
6964
6837
|
"node": ">=8"
|
|
6965
6838
|
}
|
|
6966
6839
|
},
|
|
6840
|
+
"node_modules/string-width-cjs": {
|
|
6841
|
+
"name": "string-width",
|
|
6842
|
+
"version": "4.2.3",
|
|
6843
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
6844
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
6845
|
+
"dev": true,
|
|
6846
|
+
"license": "MIT",
|
|
6847
|
+
"peer": true,
|
|
6848
|
+
"dependencies": {
|
|
6849
|
+
"emoji-regex": "^8.0.0",
|
|
6850
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
6851
|
+
"strip-ansi": "^6.0.1"
|
|
6852
|
+
},
|
|
6853
|
+
"engines": {
|
|
6854
|
+
"node": ">=8"
|
|
6855
|
+
}
|
|
6856
|
+
},
|
|
6967
6857
|
"node_modules/strip-ansi": {
|
|
6968
6858
|
"version": "6.0.1",
|
|
6969
6859
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
@@ -6977,12 +6867,28 @@
|
|
|
6977
6867
|
"node": ">=8"
|
|
6978
6868
|
}
|
|
6979
6869
|
},
|
|
6870
|
+
"node_modules/strip-ansi-cjs": {
|
|
6871
|
+
"name": "strip-ansi",
|
|
6872
|
+
"version": "6.0.1",
|
|
6873
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6874
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6875
|
+
"dev": true,
|
|
6876
|
+
"license": "MIT",
|
|
6877
|
+
"peer": true,
|
|
6878
|
+
"dependencies": {
|
|
6879
|
+
"ansi-regex": "^5.0.1"
|
|
6880
|
+
},
|
|
6881
|
+
"engines": {
|
|
6882
|
+
"node": ">=8"
|
|
6883
|
+
}
|
|
6884
|
+
},
|
|
6980
6885
|
"node_modules/strip-hex-prefix": {
|
|
6981
6886
|
"version": "1.0.0",
|
|
6982
6887
|
"resolved": "https://registry.npmjs.org/strip-hex-prefix/-/strip-hex-prefix-1.0.0.tgz",
|
|
6983
6888
|
"integrity": "sha512-q8d4ue7JGEiVcypji1bALTos+0pWtyGlivAWyPuTkHzuTCJqrK9sWxYQZUq6Nq3cuyv3bm734IhHvHtGGURU6A==",
|
|
6984
6889
|
"dev": true,
|
|
6985
6890
|
"license": "MIT",
|
|
6891
|
+
"peer": true,
|
|
6986
6892
|
"dependencies": {
|
|
6987
6893
|
"is-hex-prefixed": "1.0.0"
|
|
6988
6894
|
},
|
|
@@ -7017,33 +6923,6 @@
|
|
|
7017
6923
|
"node": ">=8"
|
|
7018
6924
|
}
|
|
7019
6925
|
},
|
|
7020
|
-
"node_modules/sync-request": {
|
|
7021
|
-
"version": "6.1.0",
|
|
7022
|
-
"resolved": "https://registry.npmjs.org/sync-request/-/sync-request-6.1.0.tgz",
|
|
7023
|
-
"integrity": "sha512-8fjNkrNlNCrVc/av+Jn+xxqfCjYaBoHqCsDz6mt030UMxJGr+GSfCV1dQt2gRtlL63+VPidwDVLr7V2OcTSdRw==",
|
|
7024
|
-
"dev": true,
|
|
7025
|
-
"license": "MIT",
|
|
7026
|
-
"peer": true,
|
|
7027
|
-
"dependencies": {
|
|
7028
|
-
"http-response-object": "^3.0.1",
|
|
7029
|
-
"sync-rpc": "^1.2.1",
|
|
7030
|
-
"then-request": "^6.0.0"
|
|
7031
|
-
},
|
|
7032
|
-
"engines": {
|
|
7033
|
-
"node": ">=8.0.0"
|
|
7034
|
-
}
|
|
7035
|
-
},
|
|
7036
|
-
"node_modules/sync-rpc": {
|
|
7037
|
-
"version": "1.3.6",
|
|
7038
|
-
"resolved": "https://registry.npmjs.org/sync-rpc/-/sync-rpc-1.3.6.tgz",
|
|
7039
|
-
"integrity": "sha512-J8jTXuZzRlvU7HemDgHi3pGnh/rkoqR/OZSjhTyyZrEkkYQbk7Z33AXp37mkPfPpfdOuj7Ex3H/TJM1z48uPQw==",
|
|
7040
|
-
"dev": true,
|
|
7041
|
-
"license": "MIT",
|
|
7042
|
-
"peer": true,
|
|
7043
|
-
"dependencies": {
|
|
7044
|
-
"get-port": "^3.1.0"
|
|
7045
|
-
}
|
|
7046
|
-
},
|
|
7047
6926
|
"node_modules/table": {
|
|
7048
6927
|
"version": "6.9.0",
|
|
7049
6928
|
"resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz",
|
|
@@ -7101,56 +6980,6 @@
|
|
|
7101
6980
|
"node": ">=8"
|
|
7102
6981
|
}
|
|
7103
6982
|
},
|
|
7104
|
-
"node_modules/then-request": {
|
|
7105
|
-
"version": "6.0.2",
|
|
7106
|
-
"resolved": "https://registry.npmjs.org/then-request/-/then-request-6.0.2.tgz",
|
|
7107
|
-
"integrity": "sha512-3ZBiG7JvP3wbDzA9iNY5zJQcHL4jn/0BWtXIkagfz7QgOL/LqjCEOBQuJNZfu0XYnv5JhKh+cDxCPM4ILrqruA==",
|
|
7108
|
-
"dev": true,
|
|
7109
|
-
"license": "MIT",
|
|
7110
|
-
"peer": true,
|
|
7111
|
-
"dependencies": {
|
|
7112
|
-
"@types/concat-stream": "^1.6.0",
|
|
7113
|
-
"@types/form-data": "0.0.33",
|
|
7114
|
-
"@types/node": "^8.0.0",
|
|
7115
|
-
"@types/qs": "^6.2.31",
|
|
7116
|
-
"caseless": "~0.12.0",
|
|
7117
|
-
"concat-stream": "^1.6.0",
|
|
7118
|
-
"form-data": "^2.2.0",
|
|
7119
|
-
"http-basic": "^8.1.1",
|
|
7120
|
-
"http-response-object": "^3.0.1",
|
|
7121
|
-
"promise": "^8.0.0",
|
|
7122
|
-
"qs": "^6.4.0"
|
|
7123
|
-
},
|
|
7124
|
-
"engines": {
|
|
7125
|
-
"node": ">=6.0.0"
|
|
7126
|
-
}
|
|
7127
|
-
},
|
|
7128
|
-
"node_modules/then-request/node_modules/@types/node": {
|
|
7129
|
-
"version": "8.10.66",
|
|
7130
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz",
|
|
7131
|
-
"integrity": "sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==",
|
|
7132
|
-
"dev": true,
|
|
7133
|
-
"license": "MIT",
|
|
7134
|
-
"peer": true
|
|
7135
|
-
},
|
|
7136
|
-
"node_modules/then-request/node_modules/form-data": {
|
|
7137
|
-
"version": "2.5.3",
|
|
7138
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.3.tgz",
|
|
7139
|
-
"integrity": "sha512-XHIrMD0NpDrNM/Ckf7XJiBbLl57KEhT3+i3yY+eWm+cqYZJQTZrKo8Y8AWKnuV5GT4scfuUGt9LzNoIx3dU1nQ==",
|
|
7140
|
-
"dev": true,
|
|
7141
|
-
"license": "MIT",
|
|
7142
|
-
"peer": true,
|
|
7143
|
-
"dependencies": {
|
|
7144
|
-
"asynckit": "^0.4.0",
|
|
7145
|
-
"combined-stream": "^1.0.8",
|
|
7146
|
-
"es-set-tostringtag": "^2.1.0",
|
|
7147
|
-
"mime-types": "^2.1.35",
|
|
7148
|
-
"safe-buffer": "^5.2.1"
|
|
7149
|
-
},
|
|
7150
|
-
"engines": {
|
|
7151
|
-
"node": ">= 0.12"
|
|
7152
|
-
}
|
|
7153
|
-
},
|
|
7154
6983
|
"node_modules/through2": {
|
|
7155
6984
|
"version": "4.0.2",
|
|
7156
6985
|
"resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz",
|
|
@@ -7220,6 +7049,22 @@
|
|
|
7220
7049
|
"node": ">=0.6.0"
|
|
7221
7050
|
}
|
|
7222
7051
|
},
|
|
7052
|
+
"node_modules/to-buffer": {
|
|
7053
|
+
"version": "1.2.1",
|
|
7054
|
+
"resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.2.1.tgz",
|
|
7055
|
+
"integrity": "sha512-tB82LpAIWjhLYbqjx3X4zEeHN6M8CiuOEy2JY8SEQVdYRe3CCHOFaqrBW1doLDrfpWhplcW7BL+bO3/6S3pcDQ==",
|
|
7056
|
+
"dev": true,
|
|
7057
|
+
"license": "MIT",
|
|
7058
|
+
"peer": true,
|
|
7059
|
+
"dependencies": {
|
|
7060
|
+
"isarray": "^2.0.5",
|
|
7061
|
+
"safe-buffer": "^5.2.1",
|
|
7062
|
+
"typed-array-buffer": "^1.0.3"
|
|
7063
|
+
},
|
|
7064
|
+
"engines": {
|
|
7065
|
+
"node": ">= 0.4"
|
|
7066
|
+
}
|
|
7067
|
+
},
|
|
7223
7068
|
"node_modules/to-regex-range": {
|
|
7224
7069
|
"version": "5.0.1",
|
|
7225
7070
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
@@ -7342,20 +7187,6 @@
|
|
|
7342
7187
|
"dev": true,
|
|
7343
7188
|
"license": "MIT"
|
|
7344
7189
|
},
|
|
7345
|
-
"node_modules/tweetnacl": {
|
|
7346
|
-
"version": "1.0.3",
|
|
7347
|
-
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz",
|
|
7348
|
-
"integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==",
|
|
7349
|
-
"dev": true,
|
|
7350
|
-
"license": "Unlicense"
|
|
7351
|
-
},
|
|
7352
|
-
"node_modules/tweetnacl-util": {
|
|
7353
|
-
"version": "0.15.1",
|
|
7354
|
-
"resolved": "https://registry.npmjs.org/tweetnacl-util/-/tweetnacl-util-0.15.1.tgz",
|
|
7355
|
-
"integrity": "sha512-RKJBIj8lySrShN4w6i/BonWp2Z/uxwC3h4y7xsRrpP59ZboCd0GpEVsOnMDYLMmKBpYhb5TgHzZXy7wTfYFBRw==",
|
|
7356
|
-
"dev": true,
|
|
7357
|
-
"license": "Unlicense"
|
|
7358
|
-
},
|
|
7359
7190
|
"node_modules/type-check": {
|
|
7360
7191
|
"version": "0.3.2",
|
|
7361
7192
|
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
|
|
@@ -7521,13 +7352,21 @@
|
|
|
7521
7352
|
"node": ">= 4.0.0"
|
|
7522
7353
|
}
|
|
7523
7354
|
},
|
|
7524
|
-
"node_modules/
|
|
7525
|
-
"version": "
|
|
7526
|
-
"resolved": "https://registry.npmjs.org/
|
|
7527
|
-
"integrity": "sha512
|
|
7355
|
+
"node_modules/typed-array-buffer": {
|
|
7356
|
+
"version": "1.0.3",
|
|
7357
|
+
"resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
|
|
7358
|
+
"integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
|
|
7528
7359
|
"dev": true,
|
|
7529
7360
|
"license": "MIT",
|
|
7530
|
-
"peer": true
|
|
7361
|
+
"peer": true,
|
|
7362
|
+
"dependencies": {
|
|
7363
|
+
"call-bound": "^1.0.3",
|
|
7364
|
+
"es-errors": "^1.3.0",
|
|
7365
|
+
"is-typed-array": "^1.1.14"
|
|
7366
|
+
},
|
|
7367
|
+
"engines": {
|
|
7368
|
+
"node": ">= 0.4"
|
|
7369
|
+
}
|
|
7531
7370
|
},
|
|
7532
7371
|
"node_modules/typescript": {
|
|
7533
7372
|
"version": "5.7.3",
|
|
@@ -7588,7 +7427,8 @@
|
|
|
7588
7427
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
|
|
7589
7428
|
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
|
|
7590
7429
|
"dev": true,
|
|
7591
|
-
"license": "MIT"
|
|
7430
|
+
"license": "MIT",
|
|
7431
|
+
"peer": true
|
|
7592
7432
|
},
|
|
7593
7433
|
"node_modules/universalify": {
|
|
7594
7434
|
"version": "2.0.1",
|
|
@@ -7644,6 +7484,134 @@
|
|
|
7644
7484
|
"license": "MIT",
|
|
7645
7485
|
"peer": true
|
|
7646
7486
|
},
|
|
7487
|
+
"node_modules/viem": {
|
|
7488
|
+
"version": "2.31.4",
|
|
7489
|
+
"resolved": "https://registry.npmjs.org/viem/-/viem-2.31.4.tgz",
|
|
7490
|
+
"integrity": "sha512-0UZ/asvzl6p44CIBRDbwEcn3HXIQQurBZcMo5qmLhQ8s27Ockk+RYohgTLlpLvkYs8/t4UUEREAbHLuek1kXcw==",
|
|
7491
|
+
"dev": true,
|
|
7492
|
+
"funding": [
|
|
7493
|
+
{
|
|
7494
|
+
"type": "github",
|
|
7495
|
+
"url": "https://github.com/sponsors/wevm"
|
|
7496
|
+
}
|
|
7497
|
+
],
|
|
7498
|
+
"license": "MIT",
|
|
7499
|
+
"peer": true,
|
|
7500
|
+
"dependencies": {
|
|
7501
|
+
"@noble/curves": "1.9.2",
|
|
7502
|
+
"@noble/hashes": "1.8.0",
|
|
7503
|
+
"@scure/bip32": "1.7.0",
|
|
7504
|
+
"@scure/bip39": "1.6.0",
|
|
7505
|
+
"abitype": "1.0.8",
|
|
7506
|
+
"isows": "1.0.7",
|
|
7507
|
+
"ox": "0.8.1",
|
|
7508
|
+
"ws": "8.18.2"
|
|
7509
|
+
},
|
|
7510
|
+
"peerDependencies": {
|
|
7511
|
+
"typescript": ">=5.0.4"
|
|
7512
|
+
},
|
|
7513
|
+
"peerDependenciesMeta": {
|
|
7514
|
+
"typescript": {
|
|
7515
|
+
"optional": true
|
|
7516
|
+
}
|
|
7517
|
+
}
|
|
7518
|
+
},
|
|
7519
|
+
"node_modules/viem/node_modules/@noble/curves": {
|
|
7520
|
+
"version": "1.9.2",
|
|
7521
|
+
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.2.tgz",
|
|
7522
|
+
"integrity": "sha512-HxngEd2XUcg9xi20JkwlLCtYwfoFw4JGkuZpT+WlsPD4gB/cxkvTD8fSsoAnphGZhFdZYKeQIPCuFlWPm1uE0g==",
|
|
7523
|
+
"dev": true,
|
|
7524
|
+
"license": "MIT",
|
|
7525
|
+
"peer": true,
|
|
7526
|
+
"dependencies": {
|
|
7527
|
+
"@noble/hashes": "1.8.0"
|
|
7528
|
+
},
|
|
7529
|
+
"engines": {
|
|
7530
|
+
"node": "^14.21.3 || >=16"
|
|
7531
|
+
},
|
|
7532
|
+
"funding": {
|
|
7533
|
+
"url": "https://paulmillr.com/funding/"
|
|
7534
|
+
}
|
|
7535
|
+
},
|
|
7536
|
+
"node_modules/viem/node_modules/@noble/hashes": {
|
|
7537
|
+
"version": "1.8.0",
|
|
7538
|
+
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
|
|
7539
|
+
"integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
|
|
7540
|
+
"dev": true,
|
|
7541
|
+
"license": "MIT",
|
|
7542
|
+
"peer": true,
|
|
7543
|
+
"engines": {
|
|
7544
|
+
"node": "^14.21.3 || >=16"
|
|
7545
|
+
},
|
|
7546
|
+
"funding": {
|
|
7547
|
+
"url": "https://paulmillr.com/funding/"
|
|
7548
|
+
}
|
|
7549
|
+
},
|
|
7550
|
+
"node_modules/viem/node_modules/@scure/base": {
|
|
7551
|
+
"version": "1.2.6",
|
|
7552
|
+
"resolved": "https://registry.npmjs.org/@scure/base/-/base-1.2.6.tgz",
|
|
7553
|
+
"integrity": "sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg==",
|
|
7554
|
+
"dev": true,
|
|
7555
|
+
"license": "MIT",
|
|
7556
|
+
"peer": true,
|
|
7557
|
+
"funding": {
|
|
7558
|
+
"url": "https://paulmillr.com/funding/"
|
|
7559
|
+
}
|
|
7560
|
+
},
|
|
7561
|
+
"node_modules/viem/node_modules/@scure/bip32": {
|
|
7562
|
+
"version": "1.7.0",
|
|
7563
|
+
"resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.7.0.tgz",
|
|
7564
|
+
"integrity": "sha512-E4FFX/N3f4B80AKWp5dP6ow+flD1LQZo/w8UnLGYZO674jS6YnYeepycOOksv+vLPSpgN35wgKgy+ybfTb2SMw==",
|
|
7565
|
+
"dev": true,
|
|
7566
|
+
"license": "MIT",
|
|
7567
|
+
"peer": true,
|
|
7568
|
+
"dependencies": {
|
|
7569
|
+
"@noble/curves": "~1.9.0",
|
|
7570
|
+
"@noble/hashes": "~1.8.0",
|
|
7571
|
+
"@scure/base": "~1.2.5"
|
|
7572
|
+
},
|
|
7573
|
+
"funding": {
|
|
7574
|
+
"url": "https://paulmillr.com/funding/"
|
|
7575
|
+
}
|
|
7576
|
+
},
|
|
7577
|
+
"node_modules/viem/node_modules/@scure/bip39": {
|
|
7578
|
+
"version": "1.6.0",
|
|
7579
|
+
"resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.6.0.tgz",
|
|
7580
|
+
"integrity": "sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A==",
|
|
7581
|
+
"dev": true,
|
|
7582
|
+
"license": "MIT",
|
|
7583
|
+
"peer": true,
|
|
7584
|
+
"dependencies": {
|
|
7585
|
+
"@noble/hashes": "~1.8.0",
|
|
7586
|
+
"@scure/base": "~1.2.5"
|
|
7587
|
+
},
|
|
7588
|
+
"funding": {
|
|
7589
|
+
"url": "https://paulmillr.com/funding/"
|
|
7590
|
+
}
|
|
7591
|
+
},
|
|
7592
|
+
"node_modules/viem/node_modules/ws": {
|
|
7593
|
+
"version": "8.18.2",
|
|
7594
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
|
|
7595
|
+
"integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
|
|
7596
|
+
"dev": true,
|
|
7597
|
+
"license": "MIT",
|
|
7598
|
+
"peer": true,
|
|
7599
|
+
"engines": {
|
|
7600
|
+
"node": ">=10.0.0"
|
|
7601
|
+
},
|
|
7602
|
+
"peerDependencies": {
|
|
7603
|
+
"bufferutil": "^4.0.1",
|
|
7604
|
+
"utf-8-validate": ">=5.0.2"
|
|
7605
|
+
},
|
|
7606
|
+
"peerDependenciesMeta": {
|
|
7607
|
+
"bufferutil": {
|
|
7608
|
+
"optional": true
|
|
7609
|
+
},
|
|
7610
|
+
"utf-8-validate": {
|
|
7611
|
+
"optional": true
|
|
7612
|
+
}
|
|
7613
|
+
}
|
|
7614
|
+
},
|
|
7647
7615
|
"node_modules/web3-utils": {
|
|
7648
7616
|
"version": "1.10.4",
|
|
7649
7617
|
"resolved": "https://registry.npmjs.org/web3-utils/-/web3-utils-1.10.4.tgz",
|
|
@@ -7721,6 +7689,29 @@
|
|
|
7721
7689
|
"which": "bin/which"
|
|
7722
7690
|
}
|
|
7723
7691
|
},
|
|
7692
|
+
"node_modules/which-typed-array": {
|
|
7693
|
+
"version": "1.1.19",
|
|
7694
|
+
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
|
|
7695
|
+
"integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
|
|
7696
|
+
"dev": true,
|
|
7697
|
+
"license": "MIT",
|
|
7698
|
+
"peer": true,
|
|
7699
|
+
"dependencies": {
|
|
7700
|
+
"available-typed-arrays": "^1.0.7",
|
|
7701
|
+
"call-bind": "^1.0.8",
|
|
7702
|
+
"call-bound": "^1.0.4",
|
|
7703
|
+
"for-each": "^0.3.5",
|
|
7704
|
+
"get-proto": "^1.0.1",
|
|
7705
|
+
"gopd": "^1.2.0",
|
|
7706
|
+
"has-tostringtag": "^1.0.2"
|
|
7707
|
+
},
|
|
7708
|
+
"engines": {
|
|
7709
|
+
"node": ">= 0.4"
|
|
7710
|
+
},
|
|
7711
|
+
"funding": {
|
|
7712
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
7713
|
+
}
|
|
7714
|
+
},
|
|
7724
7715
|
"node_modules/widest-line": {
|
|
7725
7716
|
"version": "3.1.0",
|
|
7726
7717
|
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
|
|
@@ -7804,6 +7795,26 @@
|
|
|
7804
7795
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
7805
7796
|
}
|
|
7806
7797
|
},
|
|
7798
|
+
"node_modules/wrap-ansi-cjs": {
|
|
7799
|
+
"name": "wrap-ansi",
|
|
7800
|
+
"version": "7.0.0",
|
|
7801
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
7802
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
7803
|
+
"dev": true,
|
|
7804
|
+
"license": "MIT",
|
|
7805
|
+
"peer": true,
|
|
7806
|
+
"dependencies": {
|
|
7807
|
+
"ansi-styles": "^4.0.0",
|
|
7808
|
+
"string-width": "^4.1.0",
|
|
7809
|
+
"strip-ansi": "^6.0.0"
|
|
7810
|
+
},
|
|
7811
|
+
"engines": {
|
|
7812
|
+
"node": ">=10"
|
|
7813
|
+
},
|
|
7814
|
+
"funding": {
|
|
7815
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
7816
|
+
}
|
|
7817
|
+
},
|
|
7807
7818
|
"node_modules/wrappy": {
|
|
7808
7819
|
"version": "1.0.2",
|
|
7809
7820
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|