This repository was archived by the owner on Feb 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
945 lines (945 loc) · 40.3 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
{
"name": "@getclaps/worker",
"version": "0.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@getclaps/worker",
"version": "0.3.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@download/blockies": "github:qwtel/blockies",
"@getclaps/proof-of-clap": "^0.3.1",
"@worker-tools/cloudflare-kv-storage": "^0.8.0",
"@worker-tools/deno-kv-storage": "^0.4.0",
"@worker-tools/encrypted-cookie-store": "^0.1.5",
"@worker-tools/event-target-polyfill": "^0.1.2",
"@worker-tools/html": "^1.3.3",
"@worker-tools/json-fetch": "^2.0.6",
"@worker-tools/location-polyfill": "^0.3.0",
"@worker-tools/request-cookie-store": "^0.4.2",
"@worker-tools/response-creators": "^1.0.8",
"@worker-tools/signed-cookie-store": "^0.1.5",
"@worker-tools/stripe-webhook": "^1.1.3",
"abortcontroller-polyfill": "^1.7.1",
"base64-encoding": "^0.14.3",
"date-fns": "^2.21.1",
"device-detector-js": "^2.2.9",
"faunadb": "^4.2.0",
"ipaddr.js": "^2.0.0",
"msgpackr": "^1.2.9",
"negotiated": "^1.0.2",
"tiny-request-router": "^1.2.2",
"typed-array-utils": "^0.2.2",
"typeson": "^5.18.2",
"typeson-registry": "^1.0.0-alpha.39",
"uuid-class": "^0.12.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^2.2.1",
"@types/node": "^14.14.41",
"esbuild": "^0.11.13",
"typescript": "^4.2.4"
}
},
"node_modules/@cloudflare/workers-types": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-2.2.1.tgz",
"integrity": "sha512-gxI3CytBWzdtvQ7tu3I1biYN6QU18OInYKfOL5Twlbs4dRTx4ib5/2FrzwYaPFFfCg5ocy38aG1A/69satjXBQ=="
},
"node_modules/@download/blockies": {
"version": "1.0.3",
"resolved": "git+ssh://[email protected]/qwtel/blockies.git#e4dfe44e09b7b24f0647392b73409354680114f6",
"license": "MIT"
},
"node_modules/@getclaps/proof-of-clap": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@getclaps/proof-of-clap/-/proof-of-clap-0.3.1.tgz",
"integrity": "sha512-zyYXxEy5VMocvCI3EK43QBQ7u4iKpS0hCa4Ud+IDG9HnNI/3vPm7UaNa6Hj2mx6DJG0XJ1xVE/HQxc2cqK/uJg==",
"dependencies": {
"typed-array-utils": "^0.2.0",
"uuid-class": "^0.12.0"
}
},
"node_modules/@types/node": {
"version": "14.14.41",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.41.tgz",
"integrity": "sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==",
"dev": true
},
"node_modules/@worker-tools/cloudflare-kv-storage": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/@worker-tools/cloudflare-kv-storage/-/cloudflare-kv-storage-0.8.0.tgz",
"integrity": "sha512-fIwkOH3wOCGR7wVL96MWyxqSrP0dU8P/gELKpXDkOZQ6rMoeoHrFQVW19TFX8GfWBoZIZDYr42vF9JyuXvsfbg==",
"dependencies": {
"@cloudflare/workers-types": "^2.1.0",
"idb-key-to-string": "^0.2.0",
"kv-storage-interface": "^0.2.0",
"msgpackr": "^1.2.7",
"typeson": "^5.18.2",
"typeson-registry": "^1.0.0-alpha.39"
}
},
"node_modules/@worker-tools/deno-kv-storage": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@worker-tools/deno-kv-storage/-/deno-kv-storage-0.4.0.tgz",
"integrity": "sha512-lAjXLfsQR7LwqmGmlKyht1sp9CAlXHgdIGijZksOUdlrQf4WJRbN+4R2haiG7VTBITMY2EqPIpfw763Y3F+69A==",
"dependencies": {
"idb-key-to-string": "^0.1.0",
"kv-storage-interface": "^0.2.0",
"typeson": "^5.18.2",
"typeson-registry": "^1.0.0-alpha.39"
}
},
"node_modules/@worker-tools/deno-kv-storage/node_modules/idb-key-to-string": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/idb-key-to-string/-/idb-key-to-string-0.1.0.tgz",
"integrity": "sha512-hGkdshkeIWIz7v3uQyrDDTmxz9YA+rZT8ug3W4hcm5Y4iflnb/k+ttOBZV/pwxoJmMgMXxqgr2syccIujF9qIw==",
"dependencies": {
"base64-encoding": "^0.14.3",
"kv-storage-interface": "^0.2.0"
}
},
"node_modules/@worker-tools/encrypted-cookie-store": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/@worker-tools/encrypted-cookie-store/-/encrypted-cookie-store-0.1.5.tgz",
"integrity": "sha512-al0Z2NRetCvxrVZMPbCzczaTE500InSnj1eIPrB09rJrNMkKD0F5jG/bpiFBkHVUCd9c06X1RMmPVaelImr1Yg==",
"dependencies": {
"base64-encoding": "^0.14.3",
"cookie-store-interface": "^0.1.1",
"typed-array-utils": "^0.2.2",
"uuid-class": "^0.12.3"
}
},
"node_modules/@worker-tools/event-target-polyfill": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/@worker-tools/event-target-polyfill/-/event-target-polyfill-0.1.2.tgz",
"integrity": "sha512-pBTZPWUBUChTgK+ZGGIRfDIG7O4Cvd0ww8ip8v3yeEzcfgF7zcul9svEegoZ9sKosrkWffxS5o2iXGba3i/+/g=="
},
"node_modules/@worker-tools/html": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/@worker-tools/html/-/html-1.3.3.tgz",
"integrity": "sha512-OZ5LffNvKYkHknHWTMm6oLD88M5CjFudSRxFBfQK4tSdQVcAcX5WaS8NVPmUu4BXw3eelsmXkZtKsbvQ99x42A==",
"dependencies": {
"whatwg-stream-to-async-iter": "^0.1.0"
}
},
"node_modules/@worker-tools/json-fetch": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/@worker-tools/json-fetch/-/json-fetch-2.0.6.tgz",
"integrity": "sha512-C7meJpZXjFT+YRqgw+/V6/UgLp9B/rR/AG6BSlQaklHJ9qLT2TIK34YLiFHSHFxfHpEYB1n0A3OHFsqjvDtIWw=="
},
"node_modules/@worker-tools/location-polyfill": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@worker-tools/location-polyfill/-/location-polyfill-0.3.0.tgz",
"integrity": "sha512-LAE9P7zBihKBhfyn1+2NG7Mt7g0nmTITSuXz83oXQpRFZ/79XlMMXvkZvoFFA2cxIB/2jzyICCLbWnE7jEi5rg==",
"hasInstallScript": true,
"dependencies": {
"@cloudflare/workers-types": "^2.1.0"
}
},
"node_modules/@worker-tools/request-cookie-store": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/@worker-tools/request-cookie-store/-/request-cookie-store-0.4.2.tgz",
"integrity": "sha512-byd/ctmqky1uOX92dtzsXGEMhMUZxePXKrZojyOoklqGEjjiS3WJLWJVvr2iwnQIufy7fmfoq576GltxW34t5Q==",
"dependencies": {
"cookie-store-interface": "^0.1.1"
}
},
"node_modules/@worker-tools/response-creators": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@worker-tools/response-creators/-/response-creators-1.0.8.tgz",
"integrity": "sha512-SjIsLSXfBtzGqbahKjP6WvTtvoHK7Biuo6bOpkkgdkyrCAYV2Yaj5PaAcZnqW2tsgQm5iaThXsbtdsVGNPD7+Q=="
},
"node_modules/@worker-tools/signed-cookie-store": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/@worker-tools/signed-cookie-store/-/signed-cookie-store-0.1.5.tgz",
"integrity": "sha512-GswjvxKOP2fS8p3fNXK6aekBPT3HK6iftJYGZ0vJ3elnBSOPShqd7j2fTqoYxRm06NrSPAalyIknzlyUR87qcg==",
"dependencies": {
"base64-encoding": "^0.14.3",
"cookie-store-interface": "^0.1.1",
"typed-array-utils": "^0.2.2",
"uuid-class": "^0.12.3"
}
},
"node_modules/@worker-tools/stripe-webhook": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@worker-tools/stripe-webhook/-/stripe-webhook-1.1.3.tgz",
"integrity": "sha512-FJnmlBAPD/RptE6AfWSz77/YCsiTPpGCfFGvWZaOm+kiuc8lk5pLuAQ2srQmDdlGIOAGpjqjz68NH/5Os6R1Bw==",
"dependencies": {
"typed-array-utils": "^0.1.0"
}
},
"node_modules/@worker-tools/stripe-webhook/node_modules/typed-array-utils": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/typed-array-utils/-/typed-array-utils-0.1.0.tgz",
"integrity": "sha512-vktjDuUmM4d1M751wxN9Tss3oMpcNjuPeC8RMdlz9RXAV87HlDBsNtLCnCA7SO/4eQTImZ7fwdR3kvEu1u28XQ=="
},
"node_modules/abort-controller": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
"integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
"dependencies": {
"event-target-shim": "^5.0.0"
},
"engines": {
"node": ">=6.5"
}
},
"node_modules/abortcontroller-polyfill": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.1.tgz",
"integrity": "sha512-yml9NiDEH4M4p0G4AcPkg8AAa4mF3nfYF28VQxaokpO67j9H7gWgmsVWJ/f1Rn+PzsnDYvzJzWIQzCqDKRvWlA=="
},
"node_modules/base64-arraybuffer-es6": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/base64-arraybuffer-es6/-/base64-arraybuffer-es6-0.7.0.tgz",
"integrity": "sha512-ESyU/U1CFZDJUdr+neHRhNozeCv72Y7Vm0m1DCbjX3KBjT6eYocvAJlSk6+8+HkVwXlT1FNxhGW6q3UKAlCvvw==",
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/base64-encoding": {
"version": "0.14.3",
"resolved": "https://registry.npmjs.org/base64-encoding/-/base64-encoding-0.14.3.tgz",
"integrity": "sha512-/MvpDArLNYsPwwDAfDadL5OMZjWHlPIdsA8iZWN2A/p+ml6f3CtIODBxH21PdtTirKGfjjjp2CGpfGvdyGQJiQ=="
},
"node_modules/base64-js": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
},
"node_modules/btoa-lite": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz",
"integrity": "sha1-M3dm2hWAEhD92VbCLpxokaudAzc="
},
"node_modules/cookie-store-interface": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/cookie-store-interface/-/cookie-store-interface-0.1.1.tgz",
"integrity": "sha512-fwEY2FxGL4c2YVNHuTSaxNph9whnvVs5gRMhQ2Lr33CzQJkFlRyElSo4PDvGSVnv4Ps++i17+uNI/GYAM6ciBg=="
},
"node_modules/core-js-bundle": {
"version": "3.9.1",
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.9.1.tgz",
"integrity": "sha512-PXvt22/UnyegAVHKa17wZe8PqKCHmkNAV9ifEUy2ntnvA08NmFybuWr561W/ARaDYk512LsfiscPlX81tPeBeA==",
"hasInstallScript": true,
"peer": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
}
},
"node_modules/cross-fetch": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.6.tgz",
"integrity": "sha512-KBPUbqgFjzWlVcURG+Svp9TlhA5uliYtiNx/0r8nv0pdypeQCRJ9IaSIc3q/x3q8t3F75cHuwxVql1HFGHCNJQ==",
"dependencies": {
"node-fetch": "2.6.1"
}
},
"node_modules/date-fns": {
"version": "2.21.1",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.1.tgz",
"integrity": "sha512-m1WR0xGiC6j6jNFAyW4Nvh4WxAi4JF4w9jRJwSI8nBmNcyZXPcP9VUQG+6gHQXAmqaGEKDKhOqAtENDC941UkA==",
"engines": {
"node": ">=0.11"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/date-fns"
}
},
"node_modules/device-detector-js": {
"version": "2.2.9",
"resolved": "https://registry.npmjs.org/device-detector-js/-/device-detector-js-2.2.9.tgz",
"integrity": "sha512-nLXq2xP3kyu27I0F7gapQXKJuMCH8ebhK4MwptsRuYgtF5s6m21w6XJMDiuP4Bt+sg3VhkX1YBAxgZSARd7LSg==",
"engines": {
"node": ">= 8.11.4"
}
},
"node_modules/dotenv": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz",
"integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==",
"engines": {
"node": ">=8"
}
},
"node_modules/esbuild": {
"version": "0.11.13",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.11.13.tgz",
"integrity": "sha512-d5coY4dd4rVWle0WzrR8+32ukKtZroVJ/wJzOwbBEmoSFB/H3QME0l+3IAN5Sf3LtuoUSivdv1/b5rD7OykXeg==",
"dev": true,
"hasInstallScript": true,
"bin": {
"esbuild": "bin/esbuild"
}
},
"node_modules/event-target-shim": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
"integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
"engines": {
"node": ">=6"
}
},
"node_modules/faunadb": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/faunadb/-/faunadb-4.2.0.tgz",
"integrity": "sha512-UHDShinCxBafQ5QZo5VFIDhHqr136L4F1SRlF5yQ/18JNqEix5Rxwsl9KLmjGYH1Dum0QmuvNKY6agKt/4Y8wA==",
"dependencies": {
"abort-controller": "^3.0.0",
"base64-js": "^1.2.0",
"btoa-lite": "^1.0.0",
"cross-fetch": "^3.0.6",
"dotenv": "^8.2.0",
"fn-annotate": "^1.1.3",
"object-assign": "^4.1.0",
"util-deprecate": "^1.0.2"
}
},
"node_modules/fn-annotate": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/fn-annotate/-/fn-annotate-1.2.0.tgz",
"integrity": "sha1-KNoAARfephhC/mHzU/Qc9Mk6en4=",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/idb-key-to-string": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/idb-key-to-string/-/idb-key-to-string-0.2.0.tgz",
"integrity": "sha512-ZrbOyJyLjCPFlullZharfgyGDb6w6lnVJwFE/6BvVHaNLxoM6ELxrxVozdjLP5VmSq9mKjP6qXDkeV/ht1lu1A==",
"dependencies": {
"base64-encoding": "^0.14.3",
"kv-storage-interface": "^0.2.0"
}
},
"node_modules/ipaddr.js": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.0.tgz",
"integrity": "sha512-S54H9mIj0rbxRIyrDMEuuER86LdlgUg9FSeZ8duQb6CUG2iRrA36MYVQBSprTF/ZeAwvyQ5mDGuNvIPM0BIl3w==",
"engines": {
"node": ">= 10"
}
},
"node_modules/kv-storage-interface": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/kv-storage-interface/-/kv-storage-interface-0.2.0.tgz",
"integrity": "sha512-W1QWU/6yj7j7pXRoXkOwv/QEieiaBHcEEeYSPY6D7w7mgwx2NuC0FRS8D6/gSKyfharRXR01aLiEkKRjZMGCOQ=="
},
"node_modules/lodash.sortby": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
"integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg="
},
"node_modules/msgpackr": {
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.2.9.tgz",
"integrity": "sha512-0/Vrb0H+yFUzwUoO+lcG1L82qPS5UeGZGoqFF82BedfAD3q3VLBVl8ZjFgdBaYYN+arKKtjKEJk9I+pH/xRSFA==",
"optionalDependencies": {
"msgpackr-extract": "^1.0.7"
}
},
"node_modules/msgpackr-extract": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-1.0.7.tgz",
"integrity": "sha512-UduiBaj5Nq1V12q2k18OZ3QgaUvJv20gQHySfcQvUVXxafKcT1BwaGCY4fgy0l/zjTaP2nfdowciZFIVh7Cpkg==",
"hasInstallScript": true,
"optional": true,
"dependencies": {
"nan": "^2.14.2",
"node-gyp-build": "^4.2.3"
}
},
"node_modules/nan": {
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
"integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==",
"optional": true
},
"node_modules/negotiated": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/negotiated/-/negotiated-1.0.2.tgz",
"integrity": "sha512-fRArKF8+FAcNJU9hc2ND3ezUM18yrEYqzyAZX7O0VHutJVOkWQo5N1fDVVFSncWyWoulUBunuZvKg0JUehTiRQ=="
},
"node_modules/node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==",
"engines": {
"node": "4.x || >=6.0.0"
}
},
"node_modules/node-gyp-build": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.3.tgz",
"integrity": "sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg==",
"optional": true,
"bin": {
"node-gyp-build": "bin.js",
"node-gyp-build-optional": "optional.js",
"node-gyp-build-test": "build-test.js"
}
},
"node_modules/object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/path-to-regexp": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.0.tgz",
"integrity": "sha512-f66KywYG6+43afgE/8j/GoiNyygk/bnoCbps++3ErRKsIYkGGupyv07R2Ok5m9i67Iqc+T2g1eAUGUPzWhYTyg=="
},
"node_modules/punycode": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
"engines": {
"node": ">=6"
}
},
"node_modules/regenerator-runtime": {
"version": "0.13.7",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz",
"integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==",
"peer": true
},
"node_modules/tiny-request-router": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/tiny-request-router/-/tiny-request-router-1.2.2.tgz",
"integrity": "sha512-6ZMFU7AP9so+hkqmMM9fJ11V44EAcYuHCmNdsyM8k94oVnNDPQwUAAPoBHqchHSpKG6yZbCasgVeRxaY5v2BCg==",
"dependencies": {
"path-to-regexp": "^6.1.0"
}
},
"node_modules/tr46": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.2.tgz",
"integrity": "sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg==",
"dependencies": {
"punycode": "^2.1.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/typed-array-utils": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/typed-array-utils/-/typed-array-utils-0.2.2.tgz",
"integrity": "sha512-xq2oNAgDAZKsmzu7KQXDe9cLKiOYZn+6h5VMzcg1BmiiGPlCxMu1mh+tiWzydfIFGdNBs8/WS78ZPkTdHhnxlg=="
},
"node_modules/typescript": {
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
"integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"node_modules/typeson": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/typeson/-/typeson-5.18.2.tgz",
"integrity": "sha512-Vetd+OGX05P4qHyHiSLdHZ5Z5GuQDrHHwSdjkqho9NSCYVSLSfRMjklD/unpHH8tXBR9Z/R05rwJSuMpMFrdsw==",
"engines": {
"node": ">=0.1.14"
},
"peerDependencies": {
"core-js-bundle": "^3.6.4",
"regenerator-runtime": "^0.13.3"
}
},
"node_modules/typeson-registry": {
"version": "1.0.0-alpha.39",
"resolved": "https://registry.npmjs.org/typeson-registry/-/typeson-registry-1.0.0-alpha.39.tgz",
"integrity": "sha512-NeGDEquhw+yfwNhguLPcZ9Oj0fzbADiX4R0WxvoY8nGhy98IbzQy1sezjoEFWOywOboj/DWehI+/aUlRVrJnnw==",
"dependencies": {
"base64-arraybuffer-es6": "^0.7.0",
"typeson": "^6.0.0",
"whatwg-url": "^8.4.0"
},
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/typeson-registry/node_modules/typeson": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/typeson/-/typeson-6.0.0.tgz",
"integrity": "sha512-WFgL4bEdyyfH6VfzC39AcSfeGqTFycW8TvWQy/hbtN8ssbuXSrkSdW2OCt0bUmUZdmFR0wrszyr0CIhvvs4RQw==",
"engines": {
"node": ">=0.1.14"
}
},
"node_modules/util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
},
"node_modules/uuid-class": {
"version": "0.12.3",
"resolved": "https://registry.npmjs.org/uuid-class/-/uuid-class-0.12.3.tgz",
"integrity": "sha512-3abIxjBzDw9hh7gyf6IiIctCRdYEhJiYp4KldsbLvt4aVQVIQF9xu8pLqBS44QI2qiS3F+MydAqqNqXXe0wKcw==",
"dependencies": {
"typed-array-utils": "^0.2.2"
},
"engines": {
"node": ">=10"
}
},
"node_modules/webidl-conversions": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
"integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
"engines": {
"node": ">=10.4"
}
},
"node_modules/whatwg-stream-to-async-iter": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/whatwg-stream-to-async-iter/-/whatwg-stream-to-async-iter-0.1.0.tgz",
"integrity": "sha512-UejOfpxAwJqg0GSAI4nLApghgkUYAZb/zYFXEXZWFDJIbj7YumoyIArw54+tJiVvTOzjyyka8uIl6ys6oRXOWw=="
},
"node_modules/whatwg-url": {
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.4.0.tgz",
"integrity": "sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw==",
"dependencies": {
"lodash.sortby": "^4.7.0",
"tr46": "^2.0.2",
"webidl-conversions": "^6.1.0"
},
"engines": {
"node": ">=10"
}
}
},
"dependencies": {
"@cloudflare/workers-types": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-2.2.1.tgz",
"integrity": "sha512-gxI3CytBWzdtvQ7tu3I1biYN6QU18OInYKfOL5Twlbs4dRTx4ib5/2FrzwYaPFFfCg5ocy38aG1A/69satjXBQ=="
},
"@download/blockies": {
"version": "git+ssh://[email protected]/qwtel/blockies.git#e4dfe44e09b7b24f0647392b73409354680114f6",
"from": "@download/blockies@github:qwtel/blockies"
},
"@getclaps/proof-of-clap": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@getclaps/proof-of-clap/-/proof-of-clap-0.3.1.tgz",
"integrity": "sha512-zyYXxEy5VMocvCI3EK43QBQ7u4iKpS0hCa4Ud+IDG9HnNI/3vPm7UaNa6Hj2mx6DJG0XJ1xVE/HQxc2cqK/uJg==",
"requires": {
"typed-array-utils": "^0.2.0",
"uuid-class": "^0.12.0"
}
},
"@types/node": {
"version": "14.14.41",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.41.tgz",
"integrity": "sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==",
"dev": true
},
"@worker-tools/cloudflare-kv-storage": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/@worker-tools/cloudflare-kv-storage/-/cloudflare-kv-storage-0.8.0.tgz",
"integrity": "sha512-fIwkOH3wOCGR7wVL96MWyxqSrP0dU8P/gELKpXDkOZQ6rMoeoHrFQVW19TFX8GfWBoZIZDYr42vF9JyuXvsfbg==",
"requires": {
"@cloudflare/workers-types": "^2.1.0",
"idb-key-to-string": "^0.2.0",
"kv-storage-interface": "^0.2.0",
"msgpackr": "^1.2.7",
"typeson": "^5.18.2",
"typeson-registry": "^1.0.0-alpha.39"
}
},
"@worker-tools/deno-kv-storage": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@worker-tools/deno-kv-storage/-/deno-kv-storage-0.4.0.tgz",
"integrity": "sha512-lAjXLfsQR7LwqmGmlKyht1sp9CAlXHgdIGijZksOUdlrQf4WJRbN+4R2haiG7VTBITMY2EqPIpfw763Y3F+69A==",
"requires": {
"idb-key-to-string": "^0.1.0",
"kv-storage-interface": "^0.2.0",
"typeson": "^5.18.2",
"typeson-registry": "^1.0.0-alpha.39"
},
"dependencies": {
"idb-key-to-string": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/idb-key-to-string/-/idb-key-to-string-0.1.0.tgz",
"integrity": "sha512-hGkdshkeIWIz7v3uQyrDDTmxz9YA+rZT8ug3W4hcm5Y4iflnb/k+ttOBZV/pwxoJmMgMXxqgr2syccIujF9qIw==",
"requires": {
"base64-encoding": "^0.14.3",
"kv-storage-interface": "^0.2.0"
}
}
}
},
"@worker-tools/encrypted-cookie-store": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/@worker-tools/encrypted-cookie-store/-/encrypted-cookie-store-0.1.5.tgz",
"integrity": "sha512-al0Z2NRetCvxrVZMPbCzczaTE500InSnj1eIPrB09rJrNMkKD0F5jG/bpiFBkHVUCd9c06X1RMmPVaelImr1Yg==",
"requires": {
"base64-encoding": "^0.14.3",
"cookie-store-interface": "^0.1.1",
"typed-array-utils": "^0.2.2",
"uuid-class": "^0.12.3"
}
},
"@worker-tools/event-target-polyfill": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/@worker-tools/event-target-polyfill/-/event-target-polyfill-0.1.2.tgz",
"integrity": "sha512-pBTZPWUBUChTgK+ZGGIRfDIG7O4Cvd0ww8ip8v3yeEzcfgF7zcul9svEegoZ9sKosrkWffxS5o2iXGba3i/+/g=="
},
"@worker-tools/html": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/@worker-tools/html/-/html-1.3.3.tgz",
"integrity": "sha512-OZ5LffNvKYkHknHWTMm6oLD88M5CjFudSRxFBfQK4tSdQVcAcX5WaS8NVPmUu4BXw3eelsmXkZtKsbvQ99x42A==",
"requires": {
"whatwg-stream-to-async-iter": "^0.1.0"
}
},
"@worker-tools/json-fetch": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/@worker-tools/json-fetch/-/json-fetch-2.0.6.tgz",
"integrity": "sha512-C7meJpZXjFT+YRqgw+/V6/UgLp9B/rR/AG6BSlQaklHJ9qLT2TIK34YLiFHSHFxfHpEYB1n0A3OHFsqjvDtIWw=="
},
"@worker-tools/location-polyfill": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@worker-tools/location-polyfill/-/location-polyfill-0.3.0.tgz",
"integrity": "sha512-LAE9P7zBihKBhfyn1+2NG7Mt7g0nmTITSuXz83oXQpRFZ/79XlMMXvkZvoFFA2cxIB/2jzyICCLbWnE7jEi5rg==",
"requires": {
"@cloudflare/workers-types": "^2.1.0"
}
},
"@worker-tools/request-cookie-store": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/@worker-tools/request-cookie-store/-/request-cookie-store-0.4.2.tgz",
"integrity": "sha512-byd/ctmqky1uOX92dtzsXGEMhMUZxePXKrZojyOoklqGEjjiS3WJLWJVvr2iwnQIufy7fmfoq576GltxW34t5Q==",
"requires": {
"cookie-store-interface": "^0.1.1"
}
},
"@worker-tools/response-creators": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@worker-tools/response-creators/-/response-creators-1.0.8.tgz",
"integrity": "sha512-SjIsLSXfBtzGqbahKjP6WvTtvoHK7Biuo6bOpkkgdkyrCAYV2Yaj5PaAcZnqW2tsgQm5iaThXsbtdsVGNPD7+Q=="
},
"@worker-tools/signed-cookie-store": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/@worker-tools/signed-cookie-store/-/signed-cookie-store-0.1.5.tgz",
"integrity": "sha512-GswjvxKOP2fS8p3fNXK6aekBPT3HK6iftJYGZ0vJ3elnBSOPShqd7j2fTqoYxRm06NrSPAalyIknzlyUR87qcg==",
"requires": {
"base64-encoding": "^0.14.3",
"cookie-store-interface": "^0.1.1",
"typed-array-utils": "^0.2.2",
"uuid-class": "^0.12.3"
}
},
"@worker-tools/stripe-webhook": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@worker-tools/stripe-webhook/-/stripe-webhook-1.1.3.tgz",
"integrity": "sha512-FJnmlBAPD/RptE6AfWSz77/YCsiTPpGCfFGvWZaOm+kiuc8lk5pLuAQ2srQmDdlGIOAGpjqjz68NH/5Os6R1Bw==",
"requires": {
"typed-array-utils": "^0.1.0"
},
"dependencies": {
"typed-array-utils": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/typed-array-utils/-/typed-array-utils-0.1.0.tgz",
"integrity": "sha512-vktjDuUmM4d1M751wxN9Tss3oMpcNjuPeC8RMdlz9RXAV87HlDBsNtLCnCA7SO/4eQTImZ7fwdR3kvEu1u28XQ=="
}
}
},
"abort-controller": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
"integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
"requires": {
"event-target-shim": "^5.0.0"
}
},
"abortcontroller-polyfill": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.1.tgz",
"integrity": "sha512-yml9NiDEH4M4p0G4AcPkg8AAa4mF3nfYF28VQxaokpO67j9H7gWgmsVWJ/f1Rn+PzsnDYvzJzWIQzCqDKRvWlA=="
},
"base64-arraybuffer-es6": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/base64-arraybuffer-es6/-/base64-arraybuffer-es6-0.7.0.tgz",
"integrity": "sha512-ESyU/U1CFZDJUdr+neHRhNozeCv72Y7Vm0m1DCbjX3KBjT6eYocvAJlSk6+8+HkVwXlT1FNxhGW6q3UKAlCvvw=="
},
"base64-encoding": {
"version": "0.14.3",
"resolved": "https://registry.npmjs.org/base64-encoding/-/base64-encoding-0.14.3.tgz",
"integrity": "sha512-/MvpDArLNYsPwwDAfDadL5OMZjWHlPIdsA8iZWN2A/p+ml6f3CtIODBxH21PdtTirKGfjjjp2CGpfGvdyGQJiQ=="
},
"base64-js": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="
},
"btoa-lite": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz",
"integrity": "sha1-M3dm2hWAEhD92VbCLpxokaudAzc="
},
"cookie-store-interface": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/cookie-store-interface/-/cookie-store-interface-0.1.1.tgz",
"integrity": "sha512-fwEY2FxGL4c2YVNHuTSaxNph9whnvVs5gRMhQ2Lr33CzQJkFlRyElSo4PDvGSVnv4Ps++i17+uNI/GYAM6ciBg=="
},
"core-js-bundle": {
"version": "3.9.1",
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.9.1.tgz",
"integrity": "sha512-PXvt22/UnyegAVHKa17wZe8PqKCHmkNAV9ifEUy2ntnvA08NmFybuWr561W/ARaDYk512LsfiscPlX81tPeBeA==",
"peer": true
},
"cross-fetch": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.6.tgz",
"integrity": "sha512-KBPUbqgFjzWlVcURG+Svp9TlhA5uliYtiNx/0r8nv0pdypeQCRJ9IaSIc3q/x3q8t3F75cHuwxVql1HFGHCNJQ==",
"requires": {
"node-fetch": "2.6.1"
}
},
"date-fns": {
"version": "2.21.1",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.1.tgz",
"integrity": "sha512-m1WR0xGiC6j6jNFAyW4Nvh4WxAi4JF4w9jRJwSI8nBmNcyZXPcP9VUQG+6gHQXAmqaGEKDKhOqAtENDC941UkA=="
},
"device-detector-js": {
"version": "2.2.9",
"resolved": "https://registry.npmjs.org/device-detector-js/-/device-detector-js-2.2.9.tgz",
"integrity": "sha512-nLXq2xP3kyu27I0F7gapQXKJuMCH8ebhK4MwptsRuYgtF5s6m21w6XJMDiuP4Bt+sg3VhkX1YBAxgZSARd7LSg=="
},
"dotenv": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz",
"integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw=="
},
"esbuild": {
"version": "0.11.13",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.11.13.tgz",
"integrity": "sha512-d5coY4dd4rVWle0WzrR8+32ukKtZroVJ/wJzOwbBEmoSFB/H3QME0l+3IAN5Sf3LtuoUSivdv1/b5rD7OykXeg==",
"dev": true
},
"event-target-shim": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
"integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ=="
},
"faunadb": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/faunadb/-/faunadb-4.2.0.tgz",
"integrity": "sha512-UHDShinCxBafQ5QZo5VFIDhHqr136L4F1SRlF5yQ/18JNqEix5Rxwsl9KLmjGYH1Dum0QmuvNKY6agKt/4Y8wA==",
"requires": {
"abort-controller": "^3.0.0",
"base64-js": "^1.2.0",
"btoa-lite": "^1.0.0",
"cross-fetch": "^3.0.6",
"dotenv": "^8.2.0",
"fn-annotate": "^1.1.3",
"object-assign": "^4.1.0",
"util-deprecate": "^1.0.2"
}
},
"fn-annotate": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/fn-annotate/-/fn-annotate-1.2.0.tgz",
"integrity": "sha1-KNoAARfephhC/mHzU/Qc9Mk6en4="
},
"idb-key-to-string": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/idb-key-to-string/-/idb-key-to-string-0.2.0.tgz",
"integrity": "sha512-ZrbOyJyLjCPFlullZharfgyGDb6w6lnVJwFE/6BvVHaNLxoM6ELxrxVozdjLP5VmSq9mKjP6qXDkeV/ht1lu1A==",
"requires": {
"base64-encoding": "^0.14.3",
"kv-storage-interface": "^0.2.0"
}
},
"ipaddr.js": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.0.tgz",
"integrity": "sha512-S54H9mIj0rbxRIyrDMEuuER86LdlgUg9FSeZ8duQb6CUG2iRrA36MYVQBSprTF/ZeAwvyQ5mDGuNvIPM0BIl3w=="
},
"kv-storage-interface": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/kv-storage-interface/-/kv-storage-interface-0.2.0.tgz",
"integrity": "sha512-W1QWU/6yj7j7pXRoXkOwv/QEieiaBHcEEeYSPY6D7w7mgwx2NuC0FRS8D6/gSKyfharRXR01aLiEkKRjZMGCOQ=="
},
"lodash.sortby": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
"integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg="
},
"msgpackr": {
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.2.9.tgz",
"integrity": "sha512-0/Vrb0H+yFUzwUoO+lcG1L82qPS5UeGZGoqFF82BedfAD3q3VLBVl8ZjFgdBaYYN+arKKtjKEJk9I+pH/xRSFA==",
"requires": {
"msgpackr-extract": "^1.0.7"
}
},
"msgpackr-extract": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-1.0.7.tgz",
"integrity": "sha512-UduiBaj5Nq1V12q2k18OZ3QgaUvJv20gQHySfcQvUVXxafKcT1BwaGCY4fgy0l/zjTaP2nfdowciZFIVh7Cpkg==",
"optional": true,
"requires": {
"nan": "^2.14.2",
"node-gyp-build": "^4.2.3"
}
},
"nan": {
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
"integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==",
"optional": true
},
"negotiated": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/negotiated/-/negotiated-1.0.2.tgz",
"integrity": "sha512-fRArKF8+FAcNJU9hc2ND3ezUM18yrEYqzyAZX7O0VHutJVOkWQo5N1fDVVFSncWyWoulUBunuZvKg0JUehTiRQ=="
},
"node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
},
"node-gyp-build": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.3.tgz",
"integrity": "sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg==",
"optional": true
},
"object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
},
"path-to-regexp": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.0.tgz",
"integrity": "sha512-f66KywYG6+43afgE/8j/GoiNyygk/bnoCbps++3ErRKsIYkGGupyv07R2Ok5m9i67Iqc+T2g1eAUGUPzWhYTyg=="
},
"punycode": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
},
"regenerator-runtime": {
"version": "0.13.7",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz",
"integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==",
"peer": true
},
"tiny-request-router": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/tiny-request-router/-/tiny-request-router-1.2.2.tgz",
"integrity": "sha512-6ZMFU7AP9so+hkqmMM9fJ11V44EAcYuHCmNdsyM8k94oVnNDPQwUAAPoBHqchHSpKG6yZbCasgVeRxaY5v2BCg==",
"requires": {
"path-to-regexp": "^6.1.0"
}
},
"tr46": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.2.tgz",
"integrity": "sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg==",
"requires": {
"punycode": "^2.1.1"
}
},
"typed-array-utils": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/typed-array-utils/-/typed-array-utils-0.2.2.tgz",
"integrity": "sha512-xq2oNAgDAZKsmzu7KQXDe9cLKiOYZn+6h5VMzcg1BmiiGPlCxMu1mh+tiWzydfIFGdNBs8/WS78ZPkTdHhnxlg=="
},
"typescript": {
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
"integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==",
"dev": true
},
"typeson": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/typeson/-/typeson-5.18.2.tgz",
"integrity": "sha512-Vetd+OGX05P4qHyHiSLdHZ5Z5GuQDrHHwSdjkqho9NSCYVSLSfRMjklD/unpHH8tXBR9Z/R05rwJSuMpMFrdsw==",
"requires": {}
},
"typeson-registry": {
"version": "1.0.0-alpha.39",
"resolved": "https://registry.npmjs.org/typeson-registry/-/typeson-registry-1.0.0-alpha.39.tgz",
"integrity": "sha512-NeGDEquhw+yfwNhguLPcZ9Oj0fzbADiX4R0WxvoY8nGhy98IbzQy1sezjoEFWOywOboj/DWehI+/aUlRVrJnnw==",
"requires": {
"base64-arraybuffer-es6": "^0.7.0",
"typeson": "^6.0.0",
"whatwg-url": "^8.4.0"
},
"dependencies": {
"typeson": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/typeson/-/typeson-6.0.0.tgz",
"integrity": "sha512-WFgL4bEdyyfH6VfzC39AcSfeGqTFycW8TvWQy/hbtN8ssbuXSrkSdW2OCt0bUmUZdmFR0wrszyr0CIhvvs4RQw=="
}
}
},
"util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
},
"uuid-class": {
"version": "0.12.3",
"resolved": "https://registry.npmjs.org/uuid-class/-/uuid-class-0.12.3.tgz",
"integrity": "sha512-3abIxjBzDw9hh7gyf6IiIctCRdYEhJiYp4KldsbLvt4aVQVIQF9xu8pLqBS44QI2qiS3F+MydAqqNqXXe0wKcw==",
"requires": {
"typed-array-utils": "^0.2.2"
}
},
"webidl-conversions": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
"integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w=="
},
"whatwg-stream-to-async-iter": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/whatwg-stream-to-async-iter/-/whatwg-stream-to-async-iter-0.1.0.tgz",
"integrity": "sha512-UejOfpxAwJqg0GSAI4nLApghgkUYAZb/zYFXEXZWFDJIbj7YumoyIArw54+tJiVvTOzjyyka8uIl6ys6oRXOWw=="
},
"whatwg-url": {
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.4.0.tgz",
"integrity": "sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw==",
"requires": {
"lodash.sortby": "^4.7.0",
"tr46": "^2.0.2",
"webidl-conversions": "^6.1.0"
}
}
}
}