-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathyarn.lock
More file actions
17389 lines (15707 loc) · 613 KB
/
yarn.lock
File metadata and controls
17389 lines (15707 loc) · 613 KB
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
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 8
cacheKey: 10c0
"@angular-devkit/core@npm:19.2.17":
version: 19.2.17
resolution: "@angular-devkit/core@npm:19.2.17"
dependencies:
ajv: "npm:8.17.1"
ajv-formats: "npm:3.0.1"
jsonc-parser: "npm:3.3.1"
picomatch: "npm:4.0.2"
rxjs: "npm:7.8.1"
source-map: "npm:0.7.4"
peerDependencies:
chokidar: ^4.0.0
peerDependenciesMeta:
chokidar:
optional: true
checksum: 10c0/721c34da992e7060156c1e523703f754b64524d0212efbbdf9a88ef794ef3c9ebb8e8994743f013c3b99c0a9201362ed2a8ecc2979a1bb72a02b2a6cd4887699
languageName: node
linkType: hard
"@angular-devkit/core@npm:19.2.19":
version: 19.2.19
resolution: "@angular-devkit/core@npm:19.2.19"
dependencies:
ajv: "npm:8.17.1"
ajv-formats: "npm:3.0.1"
jsonc-parser: "npm:3.3.1"
picomatch: "npm:4.0.2"
rxjs: "npm:7.8.1"
source-map: "npm:0.7.4"
peerDependencies:
chokidar: ^4.0.0
peerDependenciesMeta:
chokidar:
optional: true
checksum: 10c0/3729fbb53439c6f9279803c4e1156ae3a0813845a66e1e9851ae159b1d5da0ba577d7d568c1f428adcb7839e5e6bcf2620c84baa0235163de1fcf18dd9749e2e
languageName: node
linkType: hard
"@angular-devkit/schematics-cli@npm:19.2.19":
version: 19.2.19
resolution: "@angular-devkit/schematics-cli@npm:19.2.19"
dependencies:
"@angular-devkit/core": "npm:19.2.19"
"@angular-devkit/schematics": "npm:19.2.19"
"@inquirer/prompts": "npm:7.3.2"
ansi-colors: "npm:4.1.3"
symbol-observable: "npm:4.0.0"
yargs-parser: "npm:21.1.1"
bin:
schematics: bin/schematics.js
checksum: 10c0/9ea263fe1207ff210ec1ed73a88943732bd387072fbd81ef4052bf52bfdd411e02d68bf4c1253145ab29a2f8bfcfd0b72e04ba219c73e7bdbabd97f8f5f881d0
languageName: node
linkType: hard
"@angular-devkit/schematics@npm:19.2.17":
version: 19.2.17
resolution: "@angular-devkit/schematics@npm:19.2.17"
dependencies:
"@angular-devkit/core": "npm:19.2.17"
jsonc-parser: "npm:3.3.1"
magic-string: "npm:0.30.17"
ora: "npm:5.4.1"
rxjs: "npm:7.8.1"
checksum: 10c0/393d2148f2a75efdeeadad7cb47bb55cf490c56928cec5f9acb18cd8098aa7a8de48e6e8f5063431a6fd7df569e0fb75bb0cfeb8a9a6e7924e6be625e1779b6f
languageName: node
linkType: hard
"@angular-devkit/schematics@npm:19.2.19":
version: 19.2.19
resolution: "@angular-devkit/schematics@npm:19.2.19"
dependencies:
"@angular-devkit/core": "npm:19.2.19"
jsonc-parser: "npm:3.3.1"
magic-string: "npm:0.30.17"
ora: "npm:5.4.1"
rxjs: "npm:7.8.1"
checksum: 10c0/59cbd4fd8597de05b2a302fe2d3bf96e51542165173a273036296ac96b09759ee2ae2505c858bfe8d2504755ed79b73a68ab089386a15c3e3812700314362615
languageName: node
linkType: hard
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.16.7, @babel/code-frame@npm:^7.28.6, @babel/code-frame@npm:^7.29.0":
version: 7.29.0
resolution: "@babel/code-frame@npm:7.29.0"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.28.5"
js-tokens: "npm:^4.0.0"
picocolors: "npm:^1.1.1"
checksum: 10c0/d34cc504e7765dfb576a663d97067afb614525806b5cad1a5cc1a7183b916fec8ff57fa233585e3926fd5a9e6b31aae6df91aa81ae9775fb7a28f658d3346f0d
languageName: node
linkType: hard
"@babel/compat-data@npm:^7.28.6":
version: 7.29.0
resolution: "@babel/compat-data@npm:7.29.0"
checksum: 10c0/08f348554989d23aa801bf1405aa34b15e841c0d52d79da7e524285c77a5f9d298e70e11d91cc578d8e2c9542efc586d50c5f5cf8e1915b254a9dcf786913a94
languageName: node
linkType: hard
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.9":
version: 7.29.0
resolution: "@babel/core@npm:7.29.0"
dependencies:
"@babel/code-frame": "npm:^7.29.0"
"@babel/generator": "npm:^7.29.0"
"@babel/helper-compilation-targets": "npm:^7.28.6"
"@babel/helper-module-transforms": "npm:^7.28.6"
"@babel/helpers": "npm:^7.28.6"
"@babel/parser": "npm:^7.29.0"
"@babel/template": "npm:^7.28.6"
"@babel/traverse": "npm:^7.29.0"
"@babel/types": "npm:^7.29.0"
"@jridgewell/remapping": "npm:^2.3.5"
convert-source-map: "npm:^2.0.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.2"
json5: "npm:^2.2.3"
semver: "npm:^6.3.1"
checksum: 10c0/5127d2e8e842ae409e11bcbb5c2dff9874abf5415e8026925af7308e903f4f43397341467a130490d1a39884f461bc2b67f3063bce0be44340db89687fd852aa
languageName: node
linkType: hard
"@babel/generator@npm:^7.29.0, @babel/generator@npm:^7.7.2":
version: 7.29.1
resolution: "@babel/generator@npm:7.29.1"
dependencies:
"@babel/parser": "npm:^7.29.0"
"@babel/types": "npm:^7.29.0"
"@jridgewell/gen-mapping": "npm:^0.3.12"
"@jridgewell/trace-mapping": "npm:^0.3.28"
jsesc: "npm:^3.0.2"
checksum: 10c0/349086e6876258ef3fb2823030fee0f6c0eb9c3ebe35fc572e16997f8c030d765f636ddc6299edae63e760ea6658f8ee9a2edfa6d6b24c9a80c917916b973551
languageName: node
linkType: hard
"@babel/helper-compilation-targets@npm:^7.28.6":
version: 7.28.6
resolution: "@babel/helper-compilation-targets@npm:7.28.6"
dependencies:
"@babel/compat-data": "npm:^7.28.6"
"@babel/helper-validator-option": "npm:^7.27.1"
browserslist: "npm:^4.24.0"
lru-cache: "npm:^5.1.1"
semver: "npm:^6.3.1"
checksum: 10c0/3fcdf3b1b857a1578e99d20508859dbd3f22f3c87b8a0f3dc540627b4be539bae7f6e61e49d931542fe5b557545347272bbdacd7f58a5c77025a18b745593a50
languageName: node
linkType: hard
"@babel/helper-globals@npm:^7.28.0":
version: 7.28.0
resolution: "@babel/helper-globals@npm:7.28.0"
checksum: 10c0/5a0cd0c0e8c764b5f27f2095e4243e8af6fa145daea2b41b53c0c1414fe6ff139e3640f4e2207ae2b3d2153a1abd346f901c26c290ee7cb3881dd922d4ee9232
languageName: node
linkType: hard
"@babel/helper-module-imports@npm:^7.28.6":
version: 7.28.6
resolution: "@babel/helper-module-imports@npm:7.28.6"
dependencies:
"@babel/traverse": "npm:^7.28.6"
"@babel/types": "npm:^7.28.6"
checksum: 10c0/b49d8d8f204d9dbfd5ac70c54e533e5269afb3cea966a9d976722b13e9922cc773a653405f53c89acb247d5aebdae4681d631a3ae3df77ec046b58da76eda2ac
languageName: node
linkType: hard
"@babel/helper-module-transforms@npm:^7.28.6":
version: 7.28.6
resolution: "@babel/helper-module-transforms@npm:7.28.6"
dependencies:
"@babel/helper-module-imports": "npm:^7.28.6"
"@babel/helper-validator-identifier": "npm:^7.28.5"
"@babel/traverse": "npm:^7.28.6"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/6f03e14fc30b287ce0b839474b5f271e72837d0cafe6b172d759184d998fbee3903a035e81e07c2c596449e504f453463d58baa65b6f40a37ded5bec74620b2b
languageName: node
linkType: hard
"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.28.6, @babel/helper-plugin-utils@npm:^7.8.0":
version: 7.28.6
resolution: "@babel/helper-plugin-utils@npm:7.28.6"
checksum: 10c0/3f5f8acc152fdbb69a84b8624145ff4f9b9f6e776cb989f9f968f8606eb7185c5c3cfcf3ba08534e37e1e0e1c118ac67080610333f56baa4f7376c99b5f1143d
languageName: node
linkType: hard
"@babel/helper-string-parser@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-string-parser@npm:7.27.1"
checksum: 10c0/8bda3448e07b5583727c103560bcf9c4c24b3c1051a4c516d4050ef69df37bb9a4734a585fe12725b8c2763de0a265aa1e909b485a4e3270b7cfd3e4dbe4b602
languageName: node
linkType: hard
"@babel/helper-validator-identifier@npm:^7.28.5":
version: 7.28.5
resolution: "@babel/helper-validator-identifier@npm:7.28.5"
checksum: 10c0/42aaebed91f739a41f3d80b72752d1f95fd7c72394e8e4bd7cdd88817e0774d80a432451bcba17c2c642c257c483bf1d409dd4548883429ea9493a3bc4ab0847
languageName: node
linkType: hard
"@babel/helper-validator-option@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-validator-option@npm:7.27.1"
checksum: 10c0/6fec5f006eba40001a20f26b1ef5dbbda377b7b68c8ad518c05baa9af3f396e780bdfded24c4eef95d14bb7b8fd56192a6ed38d5d439b97d10efc5f1a191d148
languageName: node
linkType: hard
"@babel/helpers@npm:^7.28.6":
version: 7.28.6
resolution: "@babel/helpers@npm:7.28.6"
dependencies:
"@babel/template": "npm:^7.28.6"
"@babel/types": "npm:^7.28.6"
checksum: 10c0/c4a779c66396bb0cf619402d92f1610601ff3832db2d3b86b9c9dd10983bf79502270e97ac6d5280cea1b1a37de2f06ecbac561bd2271545270407fbe64027cb
languageName: node
linkType: hard
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.28.6, @babel/parser@npm:^7.29.0":
version: 7.29.0
resolution: "@babel/parser@npm:7.29.0"
dependencies:
"@babel/types": "npm:^7.29.0"
bin:
parser: ./bin/babel-parser.js
checksum: 10c0/333b2aa761264b91577a74bee86141ef733f9f9f6d4fc52548e4847dc35dfbf821f58c46832c637bfa761a6d9909d6a68f7d1ed59e17e4ffbb958dc510c17b62
languageName: node
linkType: hard
"@babel/plugin-syntax-async-generators@npm:^7.8.4":
version: 7.8.4
resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/d13efb282838481348c71073b6be6245b35d4f2f964a8f71e4174f235009f929ef7613df25f8d2338e2d3e44bc4265a9f8638c6aaa136d7a61fe95985f9725c8
languageName: node
linkType: hard
"@babel/plugin-syntax-bigint@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-bigint@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/686891b81af2bc74c39013655da368a480f17dd237bf9fbc32048e5865cb706d5a8f65438030da535b332b1d6b22feba336da8fa931f663b6b34e13147d12dde
languageName: node
linkType: hard
"@babel/plugin-syntax-class-properties@npm:^7.12.13":
version: 7.12.13
resolution: "@babel/plugin-syntax-class-properties@npm:7.12.13"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.12.13"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/95168fa186416195280b1264fb18afcdcdcea780b3515537b766cb90de6ce042d42dd6a204a39002f794ae5845b02afb0fd4861a3308a861204a55e68310a120
languageName: node
linkType: hard
"@babel/plugin-syntax-class-static-block@npm:^7.14.5":
version: 7.14.5
resolution: "@babel/plugin-syntax-class-static-block@npm:7.14.5"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.14.5"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/4464bf9115f4a2d02ce1454411baf9cfb665af1da53709c5c56953e5e2913745b0fcce82982a00463d6facbdd93445c691024e310b91431a1e2f024b158f6371
languageName: node
linkType: hard
"@babel/plugin-syntax-import-attributes@npm:^7.24.7":
version: 7.28.6
resolution: "@babel/plugin-syntax-import-attributes@npm:7.28.6"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.28.6"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/1be160e2c426faa74e5be2e30e39e8d0d8c543063bd5d06cd804f8751b8fbcb82ce824ca7f9ce4b09c003693f6c06a11ce503b7e34d85e1a259631e4c3f72ad2
languageName: node
linkType: hard
"@babel/plugin-syntax-import-meta@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/plugin-syntax-import-meta@npm:7.10.4"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/0b08b5e4c3128523d8e346f8cfc86824f0da2697b1be12d71af50a31aff7a56ceb873ed28779121051475010c28d6146a6bfea8518b150b71eeb4e46190172ee
languageName: node
linkType: hard
"@babel/plugin-syntax-json-strings@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-json-strings@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/e98f31b2ec406c57757d115aac81d0336e8434101c224edd9a5c93cefa53faf63eacc69f3138960c8b25401315af03df37f68d316c151c4b933136716ed6906e
languageName: node
linkType: hard
"@babel/plugin-syntax-jsx@npm:^7.7.2":
version: 7.28.6
resolution: "@babel/plugin-syntax-jsx@npm:7.28.6"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.28.6"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/b98fc3cd75e4ca3d5ca1162f610c286e14ede1486e0d297c13a5eb0ac85680ac9656d17d348bddd9160a54d797a08cea5eaac02b9330ddebb7b26732b7b99fb5
languageName: node
linkType: hard
"@babel/plugin-syntax-logical-assignment-operators@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/plugin-syntax-logical-assignment-operators@npm:7.10.4"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/2594cfbe29411ad5bc2ad4058de7b2f6a8c5b86eda525a993959438615479e59c012c14aec979e538d60a584a1a799b60d1b8942c3b18468cb9d99b8fd34cd0b
languageName: node
linkType: hard
"@babel/plugin-syntax-nullish-coalescing-operator@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-nullish-coalescing-operator@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/2024fbb1162899094cfc81152449b12bd0cc7053c6d4bda8ac2852545c87d0a851b1b72ed9560673cbf3ef6248257262c3c04aabf73117215c1b9cc7dd2542ce
languageName: node
linkType: hard
"@babel/plugin-syntax-numeric-separator@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/plugin-syntax-numeric-separator@npm:7.10.4"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/c55a82b3113480942c6aa2fcbe976ff9caa74b7b1109ff4369641dfbc88d1da348aceb3c31b6ed311c84d1e7c479440b961906c735d0ab494f688bf2fd5b9bb9
languageName: node
linkType: hard
"@babel/plugin-syntax-object-rest-spread@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-object-rest-spread@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/ee1eab52ea6437e3101a0a7018b0da698545230015fc8ab129d292980ec6dff94d265e9e90070e8ae5fed42f08f1622c14c94552c77bcac784b37f503a82ff26
languageName: node
linkType: hard
"@babel/plugin-syntax-optional-catch-binding@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-optional-catch-binding@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/27e2493ab67a8ea6d693af1287f7e9acec206d1213ff107a928e85e173741e1d594196f99fec50e9dde404b09164f39dec5864c767212154ffe1caa6af0bc5af
languageName: node
linkType: hard
"@babel/plugin-syntax-optional-chaining@npm:^7.8.3":
version: 7.8.3
resolution: "@babel/plugin-syntax-optional-chaining@npm:7.8.3"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.8.0"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/46edddf2faa6ebf94147b8e8540dfc60a5ab718e2de4d01b2c0bdf250a4d642c2bd47cbcbb739febcb2bf75514dbcefad3c52208787994b8d0f8822490f55e81
languageName: node
linkType: hard
"@babel/plugin-syntax-private-property-in-object@npm:^7.14.5":
version: 7.14.5
resolution: "@babel/plugin-syntax-private-property-in-object@npm:7.14.5"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.14.5"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/69822772561706c87f0a65bc92d0772cea74d6bc0911537904a676d5ff496a6d3ac4e05a166d8125fce4a16605bace141afc3611074e170a994e66e5397787f3
languageName: node
linkType: hard
"@babel/plugin-syntax-top-level-await@npm:^7.14.5":
version: 7.14.5
resolution: "@babel/plugin-syntax-top-level-await@npm:7.14.5"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.14.5"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/14bf6e65d5bc1231ffa9def5f0ef30b19b51c218fcecaa78cd1bdf7939dfdf23f90336080b7f5196916368e399934ce5d581492d8292b46a2fb569d8b2da106f
languageName: node
linkType: hard
"@babel/plugin-syntax-typescript@npm:^7.7.2":
version: 7.28.6
resolution: "@babel/plugin-syntax-typescript@npm:7.28.6"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.28.6"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/b0c392a35624883ac480277401ac7d92d8646b66e33639f5d350de7a6723924265985ae11ab9ebd551740ded261c443eaa9a87ea19def9763ca1e0d78c97dea8
languageName: node
linkType: hard
"@babel/template@npm:^7.28.6, @babel/template@npm:^7.3.3":
version: 7.28.6
resolution: "@babel/template@npm:7.28.6"
dependencies:
"@babel/code-frame": "npm:^7.28.6"
"@babel/parser": "npm:^7.28.6"
"@babel/types": "npm:^7.28.6"
checksum: 10c0/66d87225ed0bc77f888181ae2d97845021838c619944877f7c4398c6748bcf611f216dfd6be74d39016af502bca876e6ce6873db3c49e4ac354c56d34d57e9f5
languageName: node
linkType: hard
"@babel/traverse@npm:^7.28.6, @babel/traverse@npm:^7.29.0":
version: 7.29.0
resolution: "@babel/traverse@npm:7.29.0"
dependencies:
"@babel/code-frame": "npm:^7.29.0"
"@babel/generator": "npm:^7.29.0"
"@babel/helper-globals": "npm:^7.28.0"
"@babel/parser": "npm:^7.29.0"
"@babel/template": "npm:^7.28.6"
"@babel/types": "npm:^7.29.0"
debug: "npm:^4.3.1"
checksum: 10c0/f63ef6e58d02a9fbf3c0e2e5f1c877da3e0bc57f91a19d2223d53e356a76859cbaf51171c9211c71816d94a0e69efa2732fd27ffc0e1bbc84b636e60932333eb
languageName: node
linkType: hard
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.28.2, @babel/types@npm:^7.28.6, @babel/types@npm:^7.29.0, @babel/types@npm:^7.3.3":
version: 7.29.0
resolution: "@babel/types@npm:7.29.0"
dependencies:
"@babel/helper-string-parser": "npm:^7.27.1"
"@babel/helper-validator-identifier": "npm:^7.28.5"
checksum: 10c0/23cc3466e83bcbfab8b9bd0edaafdb5d4efdb88b82b3be6728bbade5ba2f0996f84f63b1c5f7a8c0d67efded28300898a5f930b171bb40b311bca2029c4e9b4f
languageName: node
linkType: hard
"@bcoe/v8-coverage@npm:^0.2.3":
version: 0.2.3
resolution: "@bcoe/v8-coverage@npm:0.2.3"
checksum: 10c0/6b80ae4cb3db53f486da2dc63b6e190a74c8c3cca16bb2733f234a0b6a9382b09b146488ae08e2b22cf00f6c83e20f3e040a2f7894f05c045c946d6a090b1d52
languageName: node
linkType: hard
"@bitwild/rockets-auth@workspace:packages/rockets-server-auth":
version: 0.0.0-use.local
resolution: "@bitwild/rockets-auth@workspace:packages/rockets-server-auth"
dependencies:
"@concepta/nestjs-access-control": "npm:7.0.0-alpha.10"
"@concepta/nestjs-auth-apple": "npm:7.0.0-alpha.10"
"@concepta/nestjs-auth-github": "npm:7.0.0-alpha.10"
"@concepta/nestjs-auth-google": "npm:7.0.0-alpha.10"
"@concepta/nestjs-auth-jwt": "npm:7.0.0-alpha.10"
"@concepta/nestjs-auth-local": "npm:7.0.0-alpha.10"
"@concepta/nestjs-auth-recovery": "npm:7.0.0-alpha.10"
"@concepta/nestjs-auth-refresh": "npm:7.0.0-alpha.10"
"@concepta/nestjs-auth-router": "npm:7.0.0-alpha.10"
"@concepta/nestjs-auth-verify": "npm:7.0.0-alpha.10"
"@concepta/nestjs-authentication": "npm:7.0.0-alpha.10"
"@concepta/nestjs-common": "npm:7.0.0-alpha.10"
"@concepta/nestjs-crud": "npm:7.0.0-alpha.10"
"@concepta/nestjs-email": "npm:7.0.0-alpha.10"
"@concepta/nestjs-event": "npm:7.0.0-alpha.10"
"@concepta/nestjs-federated": "npm:7.0.0-alpha.10"
"@concepta/nestjs-invitation": "npm:7.0.0-alpha.10"
"@concepta/nestjs-jwt": "npm:7.0.0-alpha.10"
"@concepta/nestjs-otp": "npm:7.0.0-alpha.10"
"@concepta/nestjs-password": "npm:7.0.0-alpha.10"
"@concepta/nestjs-role": "npm:7.0.0-alpha.10"
"@concepta/nestjs-swagger-ui": "npm:7.0.0-alpha.10"
"@concepta/nestjs-typeorm-ext": "npm:7.0.0-alpha.10"
"@concepta/nestjs-user": "npm:7.0.0-alpha.10"
"@nestjs/common": "npm:^11.0.0"
"@nestjs/config": "npm:^4.0.0"
"@nestjs/core": "npm:^11.0.0"
"@nestjs/jwt": "npm:^11.0.0"
"@nestjs/passport": "npm:^11.0.0"
"@nestjs/platform-express": "npm:^11.0.0"
"@nestjs/swagger": "npm:^11.0.0"
"@nestjs/testing": "npm:^11.0.0"
"@nestjs/throttler": "npm:^6.0.0"
"@nestjs/typeorm": "npm:^11.0.0"
"@types/jsonwebtoken": "npm:9.0.6"
"@types/passport-jwt": "npm:^3.0.13"
"@types/passport-strategy": "npm:^0.2.38"
"@types/supertest": "npm:^6.0.2"
accesscontrol: "npm:^2.2.1"
express-serve-static-core: "npm:^0.1.1"
jest-mock-extended: "npm:^4.0.0"
jsonwebtoken: "npm:^9.0.2"
passport: "npm:^0.7.0"
passport-jwt: "npm:^4.0.1"
passport-strategy: "npm:^1.0.0"
sqlite3: "npm:^5.1.4"
supertest: "npm:^6.3.4"
ts-node: "npm:^10.9.2"
typeorm: "npm:^0.3.0"
peerDependencies:
class-transformer: "*"
class-validator: "*"
rxjs: ^7.1.0
bin:
rockets-auth-swagger: ./bin/generate-swagger.js
languageName: unknown
linkType: soft
"@bitwild/rockets@workspace:packages/rockets-server":
version: 0.0.0-use.local
resolution: "@bitwild/rockets@workspace:packages/rockets-server"
dependencies:
"@concepta/nestjs-authentication": "npm:7.0.0-alpha.10"
"@concepta/nestjs-common": "npm:7.0.0-alpha.10"
"@concepta/nestjs-crud": "npm:7.0.0-alpha.10"
"@concepta/nestjs-swagger-ui": "npm:7.0.0-alpha.10"
"@nestjs/common": "npm:^11.0.0"
"@nestjs/config": "npm:^4.0.0"
"@nestjs/core": "npm:^11.0.0"
"@nestjs/platform-express": "npm:^11.0.0"
"@nestjs/swagger": "npm:^11.0.0"
"@nestjs/testing": "npm:^11.0.0"
"@nestjs/typeorm": "npm:^11.0.0"
"@types/supertest": "npm:^6.0.2"
jest-mock-extended: "npm:^4.0.0"
sqlite3: "npm:^5.1.6"
supertest: "npm:^6.3.4"
ts-node: "npm:^10.9.2"
typeorm: "npm:^0.3.20"
peerDependencies:
class-transformer: "*"
class-validator: "*"
rxjs: ^7.1.0
bin:
rockets-swagger: ./bin/generate-swagger.js
languageName: unknown
linkType: soft
"@borewit/text-codec@npm:^0.2.1":
version: 0.2.1
resolution: "@borewit/text-codec@npm:0.2.1"
checksum: 10c0/aabd9c86497197aacc9ddb413857f112a98a9fd4be9ed56a24971a47bbec7c0d5d449efcad830f9895009c1a5914e5c448f972a0c968e97c4ebf99297dea7a6b
languageName: node
linkType: hard
"@colors/colors@npm:1.5.0":
version: 1.5.0
resolution: "@colors/colors@npm:1.5.0"
checksum: 10c0/eb42729851adca56d19a08e48d5a1e95efd2a32c55ae0323de8119052be0510d4b7a1611f2abcbf28c044a6c11e6b7d38f99fccdad7429300c37a8ea5fb95b44
languageName: node
linkType: hard
"@commitlint/cli@npm:^19.4.0":
version: 19.8.1
resolution: "@commitlint/cli@npm:19.8.1"
dependencies:
"@commitlint/format": "npm:^19.8.1"
"@commitlint/lint": "npm:^19.8.1"
"@commitlint/load": "npm:^19.8.1"
"@commitlint/read": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
tinyexec: "npm:^1.0.0"
yargs: "npm:^17.0.0"
bin:
commitlint: ./cli.js
checksum: 10c0/41a5b6aa27aaead8ed400eb212c87d06fdb8fae219ebccd37369a4aab2e3cff25afc4b3c3fa18df9dc19a0ae4ab6599f9adb5c836cad31c2589cb988aefe5515
languageName: node
linkType: hard
"@commitlint/config-conventional@npm:^19.2.2":
version: 19.8.1
resolution: "@commitlint/config-conventional@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.1"
conventional-changelog-conventionalcommits: "npm:^7.0.2"
checksum: 10c0/654786e1acd64756e5c88838c19d9eb5d5ee7a6f314af65585dc18cc4002990e971614e7c69f49e5489be9430671aa5b39af005a2160c5a4f26391258d38febf
languageName: node
linkType: hard
"@commitlint/config-validator@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/config-validator@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.1"
ajv: "npm:^8.11.0"
checksum: 10c0/68f84f47503fb17845512b1da45d632211c07605e5a20ef5b56d8732b81a760fec6c5a41847b59a31628a2d40a44cc5c0cfa33e7e02247b198984bab66b06a5d
languageName: node
linkType: hard
"@commitlint/ensure@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/ensure@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.1"
lodash.camelcase: "npm:^4.3.0"
lodash.kebabcase: "npm:^4.1.1"
lodash.snakecase: "npm:^4.1.1"
lodash.startcase: "npm:^4.4.0"
lodash.upperfirst: "npm:^4.3.1"
checksum: 10c0/1a2fdf51f333ab21ede58de82243bb53bb13dac91f3d5f1e20db865a6e5a09b51faef692badf4c59e911ad8f761c1e103827b485938b7e9688db389a444a8d7d
languageName: node
linkType: hard
"@commitlint/execute-rule@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/execute-rule@npm:19.8.1"
checksum: 10c0/dfdcec63f16a445c85b4bf540a5abe237f230cf5a357d9bd89142722d6bea6800cccadbd570b78d6799121ed51b0ed47fe12ab69ddd7edb53449b78e9f79a4be
languageName: node
linkType: hard
"@commitlint/format@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/format@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.1"
chalk: "npm:^5.3.0"
checksum: 10c0/cd8688b2abd426e2cae2ab752e43198b218cb11a0f4b45fc13655799d7cfe1192eb78c757d28bc7fe11151eabc1fee412a77f3248550b34c36612969eefe59cf
languageName: node
linkType: hard
"@commitlint/is-ignored@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/is-ignored@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.1"
semver: "npm:^7.6.0"
checksum: 10c0/8b16583a7615f9b2a4fc8882ddd8140bfe3e909cc5d44b536d1b4e7857a90a8b15c27b30bb9b7a712b707f27c58014290a362dd8ecebdb1e8bde90d20c67eea6
languageName: node
linkType: hard
"@commitlint/lint@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/lint@npm:19.8.1"
dependencies:
"@commitlint/is-ignored": "npm:^19.8.1"
"@commitlint/parse": "npm:^19.8.1"
"@commitlint/rules": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
checksum: 10c0/013ceb3acd7291d0e05e9c77ed160a3e8d04334b90f807f6d4fbc2682c86ba41b434721d229bf90784a59197353d80880d977a92fa6f6f025c4ab1b1773cf2ea
languageName: node
linkType: hard
"@commitlint/load@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/load@npm:19.8.1"
dependencies:
"@commitlint/config-validator": "npm:^19.8.1"
"@commitlint/execute-rule": "npm:^19.8.1"
"@commitlint/resolve-extends": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
chalk: "npm:^5.3.0"
cosmiconfig: "npm:^9.0.0"
cosmiconfig-typescript-loader: "npm:^6.1.0"
lodash.isplainobject: "npm:^4.0.6"
lodash.merge: "npm:^4.6.2"
lodash.uniq: "npm:^4.5.0"
checksum: 10c0/a674080552f24c12b3e04f97d9dce515461fc0af6de90fe8ecd1671357361b8ce095f5598e71ca7599f7fd4a9b4d54a7c552769237c9ca6fb56dbd69742b1b4b
languageName: node
linkType: hard
"@commitlint/message@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/message@npm:19.8.1"
checksum: 10c0/cd0b763d63dfe7a1b47402489fd82abe47e7c4bcc4eb71edfbc7a280f9aa83627ad30ad0cbf558e4694e39d01c523d56b0dd906c4a97629dbda57f9b00e30ccd
languageName: node
linkType: hard
"@commitlint/parse@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/parse@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.1"
conventional-changelog-angular: "npm:^7.0.0"
conventional-commits-parser: "npm:^5.0.0"
checksum: 10c0/9bad063ee83ba86cdab2e61b7ed3a6fc6e5e3c7ee1c6ae2335a7fa3578fed91fc92397ccfdb7e659d2b7bfea34e837bafbed7283037f0d10f731b099cfa9a03f
languageName: node
linkType: hard
"@commitlint/read@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/read@npm:19.8.1"
dependencies:
"@commitlint/top-level": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
git-raw-commits: "npm:^4.0.0"
minimist: "npm:^1.2.8"
tinyexec: "npm:^1.0.0"
checksum: 10c0/a32a6d68b0178c1eca3ef58e32d4bbd5b70dc8ddc0b791c1697e5236bea1fac5ed3f97bc5e6e569399673e8341fbedf7e630f1171a40b3d756ac153d022ede68
languageName: node
linkType: hard
"@commitlint/resolve-extends@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/resolve-extends@npm:19.8.1"
dependencies:
"@commitlint/config-validator": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
global-directory: "npm:^4.0.1"
import-meta-resolve: "npm:^4.0.0"
lodash.mergewith: "npm:^4.6.2"
resolve-from: "npm:^5.0.0"
checksum: 10c0/0172a0c892ae7fb95e3d982db0c559735b76384241ce524bf7257bdafb2aa8239e039894629e777e1f34c28cc7bb0938b24befb494a6b383023c004bd97adb42
languageName: node
linkType: hard
"@commitlint/rules@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/rules@npm:19.8.1"
dependencies:
"@commitlint/ensure": "npm:^19.8.1"
"@commitlint/message": "npm:^19.8.1"
"@commitlint/to-lines": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
checksum: 10c0/fa9d6ca268eec570b948d8c804f97557fd2ae2de1420e326ff387d1234fc1a255bf1ae4185affe307b2856b3b5f6ac9f13fe26b754990987b97d80b2d688076f
languageName: node
linkType: hard
"@commitlint/to-lines@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/to-lines@npm:19.8.1"
checksum: 10c0/ad6592a550fb15379c454b8e017147dc4cecd5ee347b9a30fce0a19d80a9b5740562ac8f8fe4137864ac8bcc4892b682531c436e81b037bf4b7eb9cfc0aa016e
languageName: node
linkType: hard
"@commitlint/top-level@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/top-level@npm:19.8.1"
dependencies:
find-up: "npm:^7.0.0"
checksum: 10c0/718723dc68bf72e9cfdeb1ee0188dcd58738b1ae8c7503d8a2b0666ec26f28a9e86ec9e12b432ebf37f14d04eaca2c8c80329228992187f2560b20a97a11f41b
languageName: node
linkType: hard
"@commitlint/types@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/types@npm:19.8.1"
dependencies:
"@types/conventional-commits-parser": "npm:^5.0.0"
chalk: "npm:^5.3.0"
checksum: 10c0/0507db111d1ffd7b60e7ad979b7f9e674d409fc4c64561dfe30737b2c5bfefca7a1b58116106fa4ecb480059cecb13f04fa18f999d2d4a7d665b5ab13a05a803
languageName: node
linkType: hard
"@concepta/eslint-config@npm:^1.1.4":
version: 1.1.5
resolution: "@concepta/eslint-config@npm:1.1.5"
dependencies:
"@typescript-eslint/eslint-plugin": "npm:7.17.0"
"@typescript-eslint/parser": "npm:^7.18.0"
eslint-config-prettier: "npm:^8.3.0"
eslint-plugin-prettier: "npm:^4.2.1"
peerDependencies:
"@darraghor/eslint-plugin-nestjs-typed": ^3.20.5
eslint: ^8.32.0
peerDependenciesMeta:
"@darraghor/eslint-plugin-nestjs-typed":
optional: true
checksum: 10c0/2de1f987c0ae266eb17d6bb24725ba751ca17c2daa9c59db5d0b1cc8642bd5624ba24cfce5a7a0fb2b83a074f421b5122935aed472ff990b885c3d681c9764e6
languageName: node
linkType: hard
"@concepta/nestjs-access-control@npm:7.0.0-alpha.10":
version: 7.0.0-alpha.10
resolution: "@concepta/nestjs-access-control@npm:7.0.0-alpha.10"
dependencies:
"@concepta/nestjs-common": "npm:^7.0.0-alpha.10"
"@nestjs/common": "npm:^11.1.9"
"@nestjs/config": "npm:^4.0.2"
"@nestjs/core": "npm:^11.1.9"
accesscontrol: "npm:^2.2.1"
rxjs: "npm:^7.8.1"
checksum: 10c0/69ad39665444b131b2a1e6342d9e26752fb77ada82084a91b3ccd50982f1816aab8ecc4e49427656b257de71c3c695f6188fb1cfc00259f5b91f2095c8f167d7
languageName: node
linkType: hard
"@concepta/nestjs-auth-apple@npm:7.0.0-alpha.10":
version: 7.0.0-alpha.10
resolution: "@concepta/nestjs-auth-apple@npm:7.0.0-alpha.10"
dependencies:
"@concepta/nestjs-authentication": "npm:^7.0.0-alpha.10"
"@concepta/nestjs-common": "npm:^7.0.0-alpha.10"
"@concepta/nestjs-federated": "npm:^7.0.0-alpha.10"
"@concepta/nestjs-jwt": "npm:^7.0.0-alpha.10"
"@nestjs/common": "npm:^11.1.9"
"@nestjs/config": "npm:^4.0.2"
"@nestjs/core": "npm:^11.1.9"
"@nestjs/passport": "npm:^11.0.5"
"@nestjs/swagger": "npm:^11.2.2"
jwks-rsa: "npm:^3.1.0"
passport-apple: "npm:^2.0.2"
peerDependencies:
class-transformer: "*"
class-validator: "*"
rxjs: ^7.1.0
typeorm: ^0.3.0
checksum: 10c0/75c30300be2085b04a2e5025735f87a1f949654b6ef13613901329a85cc4bd8692344ce15fe4cb8db508ffb16ef6e4f0521cae8d2a10c0b279757c9d988024eb
languageName: node
linkType: hard
"@concepta/nestjs-auth-github@npm:7.0.0-alpha.10":
version: 7.0.0-alpha.10
resolution: "@concepta/nestjs-auth-github@npm:7.0.0-alpha.10"
dependencies:
"@concepta/nestjs-authentication": "npm:^7.0.0-alpha.10"
"@concepta/nestjs-common": "npm:^7.0.0-alpha.10"
"@concepta/nestjs-federated": "npm:^7.0.0-alpha.10"
"@nestjs/common": "npm:^11.1.9"
"@nestjs/config": "npm:^4.0.2"
"@nestjs/core": "npm:^11.1.9"
"@nestjs/passport": "npm:^11.0.5"
"@nestjs/swagger": "npm:^11.2.2"
passport-github: "npm:^1.1.0"
peerDependencies:
class-transformer: "*"
class-validator: "*"
rxjs: ^7.1.0
typeorm: ^0.3.0
checksum: 10c0/62e01c5468da22a566712fe33e7b7a5abe37c9d0c1498ede3d0d0be91c7411f92e9ebf5d32a911a0ec408669a6b1cc94070185d216f633557bde58bbc484a02f
languageName: node
linkType: hard
"@concepta/nestjs-auth-google@npm:7.0.0-alpha.10":
version: 7.0.0-alpha.10
resolution: "@concepta/nestjs-auth-google@npm:7.0.0-alpha.10"
dependencies:
"@concepta/nestjs-authentication": "npm:^7.0.0-alpha.10"
"@concepta/nestjs-common": "npm:^7.0.0-alpha.10"
"@concepta/nestjs-federated": "npm:^7.0.0-alpha.10"
"@nestjs/common": "npm:^11.1.9"
"@nestjs/config": "npm:^4.0.2"
"@nestjs/core": "npm:^11.1.9"
"@nestjs/passport": "npm:^11.0.5"
"@nestjs/swagger": "npm:^11.2.2"
passport-google-oauth20: "npm:^2.0.0"
peerDependencies:
class-transformer: "*"
class-validator: "*"
rxjs: ^7.1.0
typeorm: ^0.3.0
checksum: 10c0/40f6f1fef603d65ef87580acf1597a5648cc9eb5f21cbbf3cab0e24a2c78a22b378a3b0ec007365d43732ea28b16b6f9b746ffc5794f8ed67e5ced4264b20894
languageName: node
linkType: hard
"@concepta/nestjs-auth-jwt@npm:7.0.0-alpha.10":
version: 7.0.0-alpha.10
resolution: "@concepta/nestjs-auth-jwt@npm:7.0.0-alpha.10"
dependencies:
"@concepta/nestjs-authentication": "npm:^7.0.0-alpha.10"
"@concepta/nestjs-common": "npm:^7.0.0-alpha.10"
"@concepta/nestjs-jwt": "npm:^7.0.0-alpha.10"
"@nestjs/common": "npm:^11.1.9"
"@nestjs/config": "npm:^4.0.2"
"@nestjs/core": "npm:^11.1.9"
peerDependencies:
class-validator: "*"
rxjs: ^7.1.0
typeorm: ^0.3.0
checksum: 10c0/796d55e31b2e164ff4018d5ddca9df542e7114291203a053da55201d43076b3f5d58479a044985e5ef2b6e9b0a2a42167459f4b3d712bec1cc9d2433473fd96a
languageName: node
linkType: hard
"@concepta/nestjs-auth-local@npm:7.0.0-alpha.10":
version: 7.0.0-alpha.10
resolution: "@concepta/nestjs-auth-local@npm:7.0.0-alpha.10"
dependencies:
"@concepta/nestjs-authentication": "npm:^7.0.0-alpha.10"
"@concepta/nestjs-common": "npm:^7.0.0-alpha.10"
"@concepta/nestjs-password": "npm:^7.0.0-alpha.10"
"@nestjs/common": "npm:^11.1.9"
"@nestjs/config": "npm:^4.0.2"
"@nestjs/core": "npm:^11.1.9"
"@nestjs/swagger": "npm:^11.2.2"
passport-local: "npm:^1.0.0"
peerDependencies:
class-transformer: "*"
class-validator: "*"
rxjs: ^7.1.0
checksum: 10c0/4dcba6b66137f273a2121c4179e77a37fbef4c57b5c9185dd4bdb6feabca1455e9015fb40691a5f530968680e7b5a71bad3480ec9aad5214d0a8546b0a06f05e
languageName: node
linkType: hard
"@concepta/nestjs-auth-recovery@npm:7.0.0-alpha.10":
version: 7.0.0-alpha.10
resolution: "@concepta/nestjs-auth-recovery@npm:7.0.0-alpha.10"
dependencies:
"@concepta/nestjs-common": "npm:^7.0.0-alpha.10"
"@nestjs/common": "npm:^11.1.9"
"@nestjs/config": "npm:^4.0.2"
"@nestjs/core": "npm:^11.1.9"
"@nestjs/swagger": "npm:^11.2.2"
peerDependencies:
class-transformer: "*"
class-validator: "*"
rxjs: ^7.1.0
typeorm: ^0.3.0
checksum: 10c0/380f9ed8c9632aa3fcd77a50e5cffd7ec134cd8a75ccb02ceac7d88cfa19b8b71713f36e29bdd0f71646409b71c97290e661cbb45e07c1734d2ac142c87834d0
languageName: node
linkType: hard
"@concepta/nestjs-auth-refresh@npm:7.0.0-alpha.10":
version: 7.0.0-alpha.10
resolution: "@concepta/nestjs-auth-refresh@npm:7.0.0-alpha.10"
dependencies:
"@concepta/nestjs-authentication": "npm:^7.0.0-alpha.10"
"@concepta/nestjs-common": "npm:^7.0.0-alpha.10"
"@concepta/nestjs-jwt": "npm:^7.0.0-alpha.10"
"@nestjs/common": "npm:^11.1.9"
"@nestjs/config": "npm:^4.0.2"
"@nestjs/core": "npm:^11.1.9"
"@nestjs/swagger": "npm:^11.2.2"
peerDependencies:
class-transformer: "*"
class-validator: "*"
rxjs: ^7.1.0
checksum: 10c0/e5fe8a1f6d28fb5ed677e0518b1e44f07e91a51120bf40477bdca649a8dad4830bdb0c21ace7d7f17a96aa32790ec2477c02cb8d8637eebdc74fcddcbaae8f11
languageName: node
linkType: hard
"@concepta/nestjs-auth-router@npm:7.0.0-alpha.10":
version: 7.0.0-alpha.10
resolution: "@concepta/nestjs-auth-router@npm:7.0.0-alpha.10"
dependencies:
"@concepta/nestjs-common": "npm:^7.0.0-alpha.10"
"@nestjs/common": "npm:^11.1.9"
"@nestjs/config": "npm:^4.0.2"
"@nestjs/core": "npm:^11.1.9"
"@nestjs/swagger": "npm:^11.2.2"
peerDependencies:
class-transformer: "*"
class-validator: "*"
rxjs: ^7.8.1
typeorm: ^0.3.0
checksum: 10c0/65c44cd3f44c79a793ebc4c2311bc9bb144f21bc5956c5d878416d28485f0bdccda8e5fa2ef47f786dfb6f107ad6b78b367e4cfc0db42fdfd664e4bad2e8ec04
languageName: node
linkType: hard
"@concepta/nestjs-auth-verify@npm:7.0.0-alpha.10":
version: 7.0.0-alpha.10
resolution: "@concepta/nestjs-auth-verify@npm:7.0.0-alpha.10"
dependencies:
"@concepta/nestjs-common": "npm:^7.0.0-alpha.10"
"@nestjs/common": "npm:^11.1.9"
"@nestjs/config": "npm:^4.0.2"
"@nestjs/core": "npm:^11.1.9"
"@nestjs/swagger": "npm:^11.2.2"
peerDependencies:
class-transformer: "*"
class-validator: "*"
rxjs: ^7.1.0
typeorm: ^0.3.0
checksum: 10c0/cbff9195033ec211a242e322881645a52ea8b77847fed59538bf3ed3175939f17d2505c0174f5c0f65c5e13ecac63215e2bb1824c984456005a99bcc3721641e
languageName: node
linkType: hard
"@concepta/nestjs-authentication@npm:7.0.0-alpha.10":
version: 7.0.0-alpha.10
resolution: "@concepta/nestjs-authentication@npm:7.0.0-alpha.10"
dependencies:
"@concepta/nestjs-common": "npm:^7.0.0-alpha.10"
"@concepta/nestjs-jwt": "npm:^7.0.0-alpha.10"
"@nestjs/common": "npm:^11.1.9"
"@nestjs/config": "npm:^4.0.2"
"@nestjs/core": "npm:^11.1.9"
"@nestjs/passport": "npm:^11.0.5"
"@nestjs/swagger": "npm:^11.2.2"
passport: "npm:^0.7.0"
passport-strategy: "npm:^1.0.0"
peerDependencies:
class-transformer: "*"
class-validator: "*"
rxjs: ^7.1.0
checksum: 10c0/6ec76ed82913956ebc2707a62b8d2534f1631d6542665baaf82d4495287329815966763cd4c0559737a8a1c35a34dd072b45868670e98e47c9e5cdf4fa1d4c81
languageName: node
linkType: hard
"@concepta/nestjs-common@npm:7.0.0-alpha.10":
version: 7.0.0-alpha.10
resolution: "@concepta/nestjs-common@npm:7.0.0-alpha.10"
dependencies:
"@nestjs/common": "npm:^11.1.9"
"@nestjs/swagger": "npm:^11.2.2"
ms: "npm:^2.1.3"
peerDependencies: