aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/data/monorepo.json
blob: 352ce8df6d83a272466ea4725a74c2560073c7eb (plain)
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
{
  "$schema": "../../tools/schemas/monorepo-schema.json",
  "repoGroups": {
    "accounts": "https://github.com/accounts-js/accounts",
    "acot": "https://github.com/acot-a11y/acot",
    "ag-grid": "https://github.com/ag-grid/ag-grid",
    "algolia-instantsearch": [
      "https://github.com/algolia/instantsearch",
      "https://github.com/algolia/instantsearch.js"
    ],
    "algolia-react-instantsearch": "https://github.com/algolia/react-instantsearch",
    "algoliasearch-autocomplete": "https://github.com/algolia/autocomplete",
    "algoliasearch-client-javascript": "https://github.com/algolia/algoliasearch-client-javascript",
    "analog": "https://github.com/analogjs/analog",
    "angular": "https://github.com/angular/angular",
    "angular-cli": "https://github.com/angular/angular-cli",
    "angular-eslint": "https://github.com/angular-eslint/angular-eslint",
    "angularfire": "https://github.com/angular/angularfire",
    "angularjs": "https://github.com/angular/angular.js",
    "apollo-server": "https://github.com/apollographql/apollo-server",
    "apolloclient": "https://github.com/apollographql/apollo-client",
    "applicationinsights-dotnet": "https://github.com/Microsoft/ApplicationInsights-dotnet",
    "arcus.background-jobs": "https://github.com/arcus-azure/arcus.backgroundjobs",
    "arcus.event-grid": "https://github.com/arcus-azure/arcus.eventgrid",
    "arcus.messaging": "https://github.com/arcus-azure/arcus.messaging",
    "arcus.observability": "https://github.com/arcus-azure/arcus.observability",
    "arcus.security": "https://github.com/arcus-azure/arcus.security",
    "arcus.webapi": "https://github.com/arcus-azure/arcus.webapi",
    "aspire": "https://github.com/dotnet/aspire",
    "aspnet aspnetwebstack": "https://github.com/aspnet/AspNetWebStack",
    "aspnet extensions": "https://github.com/aspnet/Extensions",
    "aspnet-api-versioning": "https://github.com/Microsoft/aspnet-api-versioning",
    "aspnet-health-checks": "https://github.com/xabaril/AspNetCore.Diagnostics.HealthChecks",
    "astro": "https://github.com/withastro/astro",
    "auto": "https://github.com/intuit/auto",
    "autofixture": "https://github.com/AutoFixture/AutoFixture",
    "automapper-dotnet": [
      "https://github.com/AutoMapper/AutoMapper",
      "https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection"
    ],
    "avalonia": "https://github.com/AvaloniaUI/Avalonia",
    "aws-cdk": "https://github.com/aws/aws-cdk",
    "aws-lambda-powertools-typescript": [
      "https://github.com/awslabs/aws-lambda-powertools-typescript",
      "https://github.com/aws-powertools/powertools-lambda-typescript"
    ],
    "aws-sdk-client-mock": "https://github.com/m-radzikowski/aws-sdk-client-mock",
    "aws-sdk-go": "https://github.com/aws/aws-sdk-go",
    "aws-sdk-go-v2": "https://github.com/aws/aws-sdk-go-v2",
    "aws-sdk-js-v3": "https://github.com/aws/aws-sdk-js-v3",
    "aws-sdk-net": "https://github.com/aws/aws-sdk-net",
    "aws-sdk-rust": [
      "https://github.com/smithy-lang/smithy-rs",
      "https://github.com/awslabs/smithy-rs",
      "https://github.com/awslabs/aws-sdk-rust"
    ],
    "awsappsync": "https://github.com/awslabs/aws-mobile-appsync-sdk-js",
    "axis2": [
      "https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary",
      "https://github.com/apache/axis-axis2-java-core"
    ],
    "azure-functions-dotnet-worker": "https://github.com/Azure/azure-functions-dotnet-worker",
    "azure azure-libraries-for-net": "https://github.com/Azure/azure-libraries-for-net",
    "azure azure-sdk-for-net": "https://github.com/Azure/azure-sdk-for-net",
    "azure azure-storage-net": "https://github.com/Azure/azure-storage-net",
    "babel": "https://github.com/babel/babel",
    "backstage": "https://github.com/backstage/backstage",
    "baset": "https://github.com/igmat/baset",
    "brave": "https://github.com/openzipkin/brave",
    "bugsnag-js": "https://github.com/bugsnag/bugsnag-js",
    "cake": "https://github.com/cake-build/cake",
    "capacitor": "https://github.com/ionic-team/capacitor",
    "chakra-ui": "https://github.com/chakra-ui/chakra-ui",
    "chromely": "https://github.com/chromelyapps/Chromely",
    "citation-js": "https://github.com/citation-js/citation-js",
    "ckeditor": "https://github.com/ckeditor/ckeditor5",
    "clarity": "https://github.com/vmware/clarity",
    "clearscript": [
      "https://github.com/microsoft/ClearScript",
      "https://github.com/Microsoft/ClearScript"
    ],
    "commitlint": "https://github.com/conventional-changelog/commitlint",
    "contentful-rich-text": "https://github.com/contentful/rich-text",
    "cspell": "https://github.com/streetsidesoftware/cspell",
    "datadog-browser-sdk": "https://github.com/DataDog/browser-sdk",
    "datatables-net": [
      "https://github.com/DataTables/Dist-DataTables",
      "https://github.com/DataTables/Dist-DataTables-Bootstrap",
      "https://github.com/DataTables/Dist-DataTables-Bootstrap4",
      "https://github.com/DataTables/Dist-DataTables-Bootstrap5",
      "https://github.com/DataTables/Dist-DataTables-Bulma",
      "https://github.com/DataTables/Dist-DataTables-DataTables",
      "https://github.com/DataTables/Dist-DataTables-Foundation",
      "https://github.com/DataTables/Dist-DataTables-SemanticUI",
      "https://github.com/DataTables/Dist-DataTables-jQueryUI"
    ],
    "datatables-net-autofill": [
      "https://github.com/DataTables/Dist-DataTables-AutoFill",
      "https://github.com/DataTables/Dist-DataTables-AutoFill-Bootstrap",
      "https://github.com/DataTables/Dist-DataTables-AutoFill-Bootstrap4",
      "https://github.com/DataTables/Dist-DataTables-AutoFill-Bootstrap5",
      "https://github.com/DataTables/Dist-DataTables-AutoFill-Bulma",
      "https://github.com/DataTables/Dist-DataTables-AutoFill-DataTables",
      "https://github.com/DataTables/Dist-DataTables-AutoFill-Foundation",
      "https://github.com/DataTables/Dist-DataTables-AutoFill-SemanticUI",
      "https://github.com/DataTables/Dist-DataTables-AutoFill-jQueryUI"
    ],
    "datatables-net-buttons": [
      "https://github.com/DataTables/Dist-DataTables-Buttons",
      "https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap",
      "https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap4",
      "https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap5",
      "https://github.com/DataTables/Dist-DataTables-Buttons-Bulma",
      "https://github.com/DataTables/Dist-DataTables-Buttons-DataTables",
      "https://github.com/DataTables/Dist-DataTables-Buttons-Foundation",
      "https://github.com/DataTables/Dist-DataTables-Buttons-SemanticUI",
      "https://github.com/DataTables/Dist-DataTables-Buttons-jQueryUI"
    ],
    "datatables-net-colreorder": [
      "https://github.com/DataTables/Dist-DataTables-ColReorder",
      "https://github.com/DataTables/Dist-DataTables-ColReorder-Bootstrap",
      "https://github.com/DataTables/Dist-DataTables-ColReorder-Bootstrap4",
      "https://github.com/DataTables/Dist-DataTables-ColReorder-Bootstrap5",
      "https://github.com/DataTables/Dist-DataTables-ColReorder-Bulma",
      "https://github.com/DataTables/Dist-DataTables-ColReorder-DataTables",
      "https://github.com/DataTables/Dist-DataTables-ColReorder-Foundation",
      "https://github.com/DataTables/Dist-DataTables-ColReorder-SemanticUI",
      "https://github.com/DataTables/Dist-DataTables-ColReorder-jQueryUI"
    ],
    "datatables-net-fixedcolumns": [
      "https://github.com/DataTables/Dist-DataTables-FixedColumns",
      "https://github.com/DataTables/Dist-DataTables-FixedColumns-Bootstrap",
      "https://github.com/DataTables/Dist-DataTables-FixedColumns-Bootstrap4",
      "https://github.com/DataTables/Dist-DataTables-FixedColumns-Bootstrap5",
      "https://github.com/DataTables/Dist-DataTables-FixedColumns-Bulma",
      "https://github.com/DataTables/Dist-DataTables-FixedColumns-DataTables",
      "https://github.com/DataTables/Dist-DataTables-FixedColumns-Foundation",
      "https://github.com/DataTables/Dist-DataTables-FixedColumns-SemanticUI",
      "https://github.com/DataTables/Dist-DataTables-FixedColumns-jQueryUI"
    ],
    "datatables-net-fixedheader": [
      "https://github.com/DataTables/Dist-DataTables-FixedHeader",
      "https://github.com/DataTables/Dist-DataTables-FixedHeader-Bootstrap",
      "https://github.com/DataTables/Dist-DataTables-FixedHeader-Bootstrap4",
      "https://github.com/DataTables/Dist-DataTables-FixedHeader-Bootstrap5",
      "https://github.com/DataTables/Dist-DataTables-FixedHeader-Bulma",
      "https://github.com/DataTables/Dist-DataTables-FixedHeader-DataTables",
      "https://github.com/DataTables/Dist-DataTables-FixedHeader-Foundation",
      "https://github.com/DataTables/Dist-DataTables-FixedHeader-SemanticUI",
      "https://github.com/DataTables/Dist-DataTables-FixedHeader-jQueryUI"
    ],
    "datatables-net-keytable": [
      "https://github.com/DataTables/Dist-DataTables-KeyTable",
      "https://github.com/DataTables/Dist-DataTables-KeyTable-Bootstrap",
      "https://github.com/DataTables/Dist-DataTables-KeyTable-Bootstrap4",
      "https://github.com/DataTables/Dist-DataTables-KeyTable-Bootstrap5",
      "https://github.com/DataTables/Dist-DataTables-KeyTable-Bulma",
      "https://github.com/DataTables/Dist-DataTables-KeyTable-DataTables",
      "https://github.com/DataTables/Dist-DataTables-KeyTable-Foundation",
      "https://github.com/DataTables/Dist-DataTables-KeyTable-SemanticUI",
      "https://github.com/DataTables/Dist-DataTables-KeyTable-jQueryUI"
    ],
    "datatables-net-responsive": [
      "https://github.com/DataTables/Dist-DataTables-Responsive",
      "https://github.com/DataTables/Dist-DataTables-Responsive-Bootstrap",
      "https://github.com/DataTables/Dist-DataTables-Responsive-Bootstrap4",
      "https://github.com/DataTables/Dist-DataTables-Responsive-Bootstrap5",
      "https://github.com/DataTables/Dist-DataTables-Responsive-Bulma",
      "https://github.com/DataTables/Dist-DataTables-Responsive-DataTables",
      "https://github.com/DataTables/Dist-DataTables-Responsive-Foundation",
      "https://github.com/DataTables/Dist-DataTables-Responsive-SemanticUI",
      "https://github.com/DataTables/Dist-DataTables-Responsive-jQueryUI"
    ],
    "datatables-net-rowgroup": [
      "https://github.com/DataTables/Dist-DataTables-RowGroup",
      "https://github.com/DataTables/Dist-DataTables-RowGroup-Bootstrap",
      "https://github.com/DataTables/Dist-DataTables-RowGroup-Bootstrap4",
      "https://github.com/DataTables/Dist-DataTables-RowGroup-Bootstrap5",
      "https://github.com/DataTables/Dist-DataTables-RowGroup-Bulma",
      "https://github.com/DataTables/Dist-DataTables-RowGroup-DataTables",
      "https://github.com/DataTables/Dist-DataTables-RowGroup-Foundation",
      "https://github.com/DataTables/Dist-DataTables-RowGroup-SemanticUI",
      "https://github.com/DataTables/Dist-DataTables-RowGroup-jQueryUI"
    ],
    "datatables-net-rowreorder": [
      "https://github.com/DataTables/Dist-DataTables-RowReorder",
      "https://github.com/DataTables/Dist-DataTables-RowReorder-Bootstrap",
      "https://github.com/DataTables/Dist-DataTables-RowReorder-Bootstrap4",
      "https://github.com/DataTables/Dist-DataTables-RowReorder-Bootstrap5",
      "https://github.com/DataTables/Dist-DataTables-RowReorder-Bulma",
      "https://github.com/DataTables/Dist-DataTables-RowReorder-DataTables",
      "https://github.com/DataTables/Dist-DataTables-RowReorder-Foundation",
      "https://github.com/DataTables/Dist-DataTables-RowReorder-SemanticUI",
      "https://github.com/DataTables/Dist-DataTables-RowReorder-jQueryUI"
    ],
    "datatables-net-scroller": [
      "https://github.com/DataTables/Dist-DataTables-Scroller",
      "https://github.com/DataTables/Dist-DataTables-Scroller-Bootstrap",
      "https://github.com/DataTables/Dist-DataTables-Scroller-Bootstrap4",
      "https://github.com/DataTables/Dist-DataTables-Scroller-Bootstrap5",
      "https://github.com/DataTables/Dist-DataTables-Scroller-Bulma",
      "https://github.com/DataTables/Dist-DataTables-Scroller-DataTables",
      "https://github.com/DataTables/Dist-DataTables-Scroller-Foundation",
      "https://github.com/DataTables/Dist-DataTables-Scroller-SemanticUI",
      "https://github.com/DataTables/Dist-DataTables-Scroller-jQueryUI"
    ],
    "datatables-net-searchbuilder": [
      "https://github.com/DataTables/Dist-DataTables-SearchBuilder",
      "https://github.com/DataTables/Dist-DataTables-SearchBuilder-Bootstrap",
      "https://github.com/DataTables/Dist-DataTables-SearchBuilder-Bootstrap4",
      "https://github.com/DataTables/Dist-DataTables-SearchBuilder-Bootstrap5",
      "https://github.com/DataTables/Dist-DataTables-SearchBuilder-Bulma",
      "https://github.com/DataTables/Dist-DataTables-SearchBuilder-DataTables",
      "https://github.com/DataTables/Dist-DataTables-SearchBuilder-Foundation",
      "https://github.com/DataTables/Dist-DataTables-SearchBuilder-SemanticUI",
      "https://github.com/DataTables/Dist-DataTables-SearchBuilder-jQueryUI"
    ],
    "datatables-net-searchpanes": [
      "https://github.com/DataTables/Dist-DataTables-SearchPanes",
      "https://github.com/DataTables/Dist-DataTables-SearchPanes-Bootstrap",
      "https://github.com/DataTables/Dist-DataTables-SearchPanes-Bootstrap4",
      "https://github.com/DataTables/Dist-DataTables-SearchPanes-Bootstrap5",
      "https://github.com/DataTables/Dist-DataTables-SearchPanes-Bulma",
      "https://github.com/DataTables/Dist-DataTables-SearchPanes-DataTables",
      "https://github.com/DataTables/Dist-DataTables-SearchPanes-Foundation",
      "https://github.com/DataTables/Dist-DataTables-SearchPanes-SemanticUI",
      "https://github.com/DataTables/Dist-DataTables-SearchPanes-jQueryUI"
    ],
    "datatables-net-select": [
      "https://github.com/DataTables/Dist-DataTables-Select",
      "https://github.com/DataTables/Dist-DataTables-Select-Bootstrap",
      "https://github.com/DataTables/Dist-DataTables-Select-Bootstrap4",
      "https://github.com/DataTables/Dist-DataTables-Select-Bootstrap5",
      "https://github.com/DataTables/Dist-DataTables-Select-Bulma",
      "https://github.com/DataTables/Dist-DataTables-Select-DataTables",
      "https://github.com/DataTables/Dist-DataTables-Select-Foundation",
      "https://github.com/DataTables/Dist-DataTables-Select-SemanticUI",
      "https://github.com/DataTables/Dist-DataTables-Select-jQueryUI"
    ],
    "datatables-net-staterestore": [
      "https://github.com/DataTables/Dist-DataTables-StateRestore",
      "https://github.com/DataTables/Dist-DataTables-StateRestore-Bootstrap",
      "https://github.com/DataTables/Dist-DataTables-StateRestore-Bootstrap4",
      "https://github.com/DataTables/Dist-DataTables-StateRestore-Bootstrap5",
      "https://github.com/DataTables/Dist-DataTables-StateRestore-Bulma",
      "https://github.com/DataTables/Dist-DataTables-StateRestore-DataTables",
      "https://github.com/DataTables/Dist-DataTables-StateRestore-Foundation",
      "https://github.com/DataTables/Dist-DataTables-StateRestore-SemanticUI",
      "https://github.com/DataTables/Dist-DataTables-StateRestore-jQueryUI"
    ],
    "date-io": "https://github.com/dmtrKovalenko/date-io",
    "deck-gl": "https://github.com/visgl/deck.gl",
    "deno": "https://github.com/denoland/deno",
    "devextreme-reactive": "https://github.com/DevExpress/devextreme-reactive",
    "dnd-kit": "https://github.com/clauderic/dnd-kit",
    "docusaurus": "https://github.com/facebook/docusaurus",
    "dot-swashbuckle": "https://github.com/Havunen/DotSwashbuckle",
    "dotnet": [
      "https://github.com/dotnet/aspnetcore",
      "https://github.com/dotnet/efcore",
      "https://github.com/dotnet/extensions",
      "https://github.com/dotnet/fsharp",
      "https://github.com/dotnet/maui",
      "https://github.com/dotnet/roslyn",
      "https://github.com/dotnet/runtime",
      "https://github.com/dotnet/scaffolding",
      "https://github.com/dotnet/sdk"
    ],
    "dotnet-azure-ad-identitymodel-extensions": "https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet",
    "dotnet-azure-ad-microsoft-identity-web": "https://github.com/AzureAD/microsoft-identity-web",
    "dotnet-wcf": "https://github.com/dotnet/wcf",
    "dropwizard": "https://github.com/dropwizard/dropwizard",
    "duende-identityserver": "https://github.com/DuendeSoftware/IdentityServer",
    "elastic-apm-agent-rum-js": "https://github.com/elastic/apm-agent-rum-js",
    "elastic-ecs-dotnet": "https://github.com/elastic/ecs-dotnet",
    "electron-forge": [
      "https://github.com/electron-userland/electron-forge",
      "https://github.com/electron/forge"
    ],
    "ember-decorators": "https://github.com/ember-decorators/ember-decorators",
    "embla-carousel": "https://github.com/davidjerleke/embla-carousel",
    "emojibase": "https://github.com/milesj/emojibase",
    "emotion": "https://github.com/emotion-js/emotion",
    "eslint": "https://github.com/eslint/eslint",
    "eslint-config-globex": "https://github.com/GlobexDesignsInc/eslint-config-globex",
    "eslint-stylistic": "https://github.com/eslint-stylistic/eslint-stylistic",
    "expo": "https://github.com/expo/expo",
    "fabric-chaincode-node": "https://github.com/hyperledger/fabric-chaincode-node",
    "fabric8-kubernetes-client": "https://github.com/fabric8io/kubernetes-client",
    "feathers": "https://github.com/feathersjs/feathers",
    "featuremanagement-dotnet": "https://github.com/microsoft/FeatureManagement-Dotnet",
    "feign": "https://github.com/OpenFeign/feign",
    "fela": "https://github.com/robinweser/fela",
    "fimbullinter": "https://github.com/fimbullinter/wotan",
    "flipper": "https://github.com/flippercloud/flipper",
    "flopflip": "https://github.com/tdeekens/flopflip",
    "fontsource": [
      "https://github.com/fontsource/fontsource",
      "https://github.com/fontsource/font-files"
    ],
    "formatjs": "https://github.com/formatjs/formatjs",
    "framework7": "https://github.com/framework7io/framework7",
    "funogram": "https://github.com/Dolfik1/Funogram",
    "gatsby": "https://github.com/gatsbyjs/gatsby",
    "gitbeaker": "https://github.com/jdalrymple/gitbeaker",
    "github-workflows-kt": "https://github.com/typesafegithub/github-workflows-kt",
    "go-cloud": "https://github.com/google/go-cloud",
    "google-api-dotnet-client": "https://github.com/googleapis/google-api-dotnet-client",
    "grafana": "https://github.com/grafana/grafana",
    "graphql-mesh": "https://github.com/Urigo/graphql-mesh",
    "graphql-modules": "https://github.com/Urigo/graphql-modules",
    "graphql-tools": "https://github.com/ardatan/graphql-tools",
    "graphqlcodegenerator": [
      "https://github.com/dotansimha/graphql-code-generator-community",
      "https://github.com/dotansimha/graphql-code-generator",
      "https://github.com/dotansimha/graphql-codegen"
    ],
    "greenmail": "https://github.com/greenmail-mail-test/greenmail",
    "groovy": "https://github.com/apache/groovy",
    "grpc-dotnet": "https://github.com/grpc/grpc-dotnet",
    "grpc-java": "https://github.com/grpc/grpc-java",
    "gstreamer-rust": "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs",
    "guava": "https://github.com/google/guava",
    "happy-dom": "https://github.com/capricorn86/happy-dom",
    "Hangfire": "https://github.com/HangfireIO/Hangfire",
    "hickory-dns": "https://github.com/hickory-dns/hickory-dns",
    "infrastructure-ui": "https://github.com/instructure/instructure-ui",
    "ionic-native": "https://github.com/ionic-team/ionic-native",
    "istanbuljs": "https://github.com/istanbuljs/istanbuljs",
    "jackson": [
      "https://github.com/FasterXML/jackson",
      "https://github.com/FasterXML/jackson-annotations",
      "https://github.com/FasterXML/jackson-core",
      "https://github.com/FasterXML/jackson-databind",
      "https://github.com/FasterXML/jackson-dataformats-binary",
      "https://github.com/FasterXML/jackson-dataformats-text",
      "https://github.com/FasterXML/jackson-jaxrs-providers",
      "https://github.com/FasterXML/jackson-module-kotlin"
    ],
    "jasmine": "https://github.com/jasmine/jasmine",
    "javahamcrest": "https://github.com/hamcrest/JavaHamcrest",
    "javascriptengineswitcher": "https://github.com/Taritsyn/JavaScriptEngineSwitcher",
    "jersey": "https://github.com/eclipse-ee4j/jersey",
    "jest": [
      "https://github.com/facebook/jest",
      "https://github.com/jestjs/jest"
    ],
    "jetty": "https://github.com/jetty/jetty.project",
    "jna": "https://github.com/java-native-access/jna",
    "json-smart-v2": "https://github.com/netplex/json-smart-v2",
    "jsplumb": "https://github.com/jsplumb/jsplumb",
    "junit5": "https://github.com/junit-team/junit5",
    "kernelmemory": "https://github.com/microsoft/kernel-memory",
    "kiota": "https://github.com/microsoft/kiota",
    "kotlin": "https://github.com/JetBrains/kotlin",
    "kotlinx-coroutines": "https://github.com/Kotlin/kotlinx.coroutines",
    "kroki": "https://github.com/yuzutech/kroki",
    "ktor": "https://github.com/ktorio/ktor",
    "lamar": "https://github.com/JasperFx/lamar",
    "lerna": "https://github.com/lerna/lerna",
    "lerna-lite": "https://github.com/lerna-lite/lerna-lite",
    "lexical": "https://github.com/facebook/lexical",
    "linguijs": "https://github.com/lingui/js-lingui",
    "linkifyjs": "https://github.com/nfrasser/linkifyjs",
    "log4j2": "https://github.com/apache/logging-log4j2",
    "logback": "https://github.com/qos-ch/logback",
    "loopback": [
      "https://github.com/strongloop/loopback-next",
      "https://github.com/loopbackio/loopback-next"
    ],
    "lrnwebcomponents": "https://github.com/elmsln/lrnwebcomponents",
    "lucide": "https://github.com/lucide-icons/lucide",
    "mailing": "https://github.com/sofn-xyz/mailing",
    "mantine": "https://github.com/mantinedev/mantine",
    "mapstruct": "https://github.com/mapstruct/mapstruct",
    "marten": "https://github.com/JasperFx/marten",
    "masstransit": "https://github.com/MassTransit/MassTransit",
    "material-components-web": "https://github.com/material-components/material-components-web",
    "material-ui": [
      "https://github.com/mui-org/material-ui",
      "https://github.com/mui/material-ui",
      "https://github.com/mui/mui-x"
    ],
    "mdc-react": "https://github.com/material-components/material-components-web-react",
    "mdx": "https://github.com/mdx-js/mdx",
    "middy-js": "https://github.com/middyjs/middy",
    "mikro-orm": "https://github.com/mikro-orm/mikro-orm",
    "ml-dotnet": "https://github.com/dotnet/machinelearning",
    "mockito": "https://github.com/mockito/mockito",
    "mongo-csharp-driver": "https://github.com/mongodb/mongo-csharp-driver",
    "mstest": "https://github.com/microsoft/testfx",
    "mutation-testing-elements": "https://github.com/stryker-mutator/mutation-testing-elements",
    "nest": [
      "https://github.com/nestjs/nest",
      "https://github.com/nestjs/nest-cli",
      "https://github.com/nestjs/passport",
      "https://github.com/nestjs/schematics",
      "https://github.com/nestjs/terminus"
    ],
    "nest-graphql": "https://github.com/nestjs/graphql",
    "netty": "https://github.com/netty/netty",
    "neutrino": [
      "https://github.com/neutrinojs/neutrino",
      "https://github.com/mozilla-neutrino/neutrino-dev"
    ],
    "nexpect": "https://github.com/fluffynuts/NExpect",
    "nextjs": [
      "https://github.com/zeit/next.js",
      "https://github.com/vercel/next.js"
    ],
    "nextra": "https://github.com/shuding/nextra",
    "ngx-formly": "https://github.com/ngx-formly/ngx-formly",
    "ngxs-store": "https://github.com/ngxs/store",
    "nivo": "https://github.com/plouc/nivo",
    "nswag": "https://github.com/RicoSuter/NSwag",
    "nuget": "https://github.com/NuGet/NuGet.Client",
    "nuke-build": "https://github.com/nuke-build/nuke",
    "nuxtjs": [
      "https://github.com/nuxt/nuxt.js",
      "https://github.com/nuxt/nuxt"
    ],
    "okhttp": "https://github.com/square/okhttp",
    "opencost": [
      "https://github.com/opencost/opencost",
      "https://github.com/opencost/opencost-ui"
    ],
    "openiddict": "https://github.com/openiddict/openiddict-core",
    "opentelemetry-dotnet": "https://github.com/open-telemetry/opentelemetry-dotnet",
    "opentelemetry-dotnet-contrib": "https://github.com/open-telemetry/opentelemetry-dotnet-contrib",
    "opentelemetry-erlang": "https://github.com/open-telemetry/opentelemetry-erlang",
    "opentelemetry-erlang-contrib": "https://github.com/open-telemetry/opentelemetry-erlang-contrib",
    "opentelemetry-go": "https://github.com/open-telemetry/opentelemetry-go",
    "opentelemetry-java": "https://github.com/open-telemetry/opentelemetry-java",
    "opentelemetry-js": "https://github.com/open-telemetry/opentelemetry-js",
    "opentelemetry-rust": "https://github.com/open-telemetry/opentelemetry-rust",
    "orleans": "https://github.com/dotnet/orleans",
    "panda-css": "https://github.com/chakra-ui/panda",
    "parcel": "https://github.com/parcel-bundler/parcel",
    "percy-cli": "https://github.com/percy/cli",
    "picassojs": "https://github.com/qlik-oss/picasso.js",
    "pixijs": [
      "https://github.com/pixijs/pixi.js",
      "https://github.com/pixijs/pixijs"
    ],
    "playwright": "https://github.com/microsoft/playwright",
    "playwright-dotnet": "https://github.com/microsoft/playwright-dotnet",
    "pnpjs": "https://github.com/pnp/pnpjs",
    "pollyjs": "https://github.com/Netflix/pollyjs",
    "pothos": "https://github.com/hayes/pothos",
    "pouchdb": "https://github.com/pouchdb/pouchdb",
    "powermock": "https://github.com/powermock/powermock",
    "prisma": "https://github.com/prisma/prisma",
    "prometheus-net": "https://github.com/prometheus-net/prometheus-net",
    "promster": "https://github.com/tdeekens/promster",
    "quartznet": "https://github.com/quartznet/quartznet",
    "radix-ui-primitives": "https://github.com/radix-ui/primitives",
    "reach-ui": "https://github.com/reach/reach-ui",
    "react": "https://github.com/facebook/react",
    "react-admin": "https://github.com/marmelab/react-admin",
    "react-apollo": "https://github.com/apollographql/react-apollo",
    "react-dnd": "https://github.com/react-dnd/react-dnd",
    "react-navigation": "https://github.com/react-navigation/react-navigation",
    "react-page": "https://github.com/react-page/react-page",
    "react-rails": "https://github.com/reactjs/react-rails",
    "react-router": [
      "https://github.com/ReactTraining/react-router",
      "https://github.com/remix-run/react-router"
    ],
    "reactivestack-cookies": "https://github.com/reactivestack/cookies",
    "reakit": "https://github.com/reakit/reakit",
    "redwood": "https://github.com/redwoodjs/redwood",
    "refit": "https://github.com/reactiveui/refit",
    "reg-suit": "https://github.com/reg-viz/reg-suit",
    "remark": "https://github.com/remarkjs/remark",
    "remix": "https://github.com/remix-run/remix",
    "retrofit": "https://github.com/square/retrofit",
    "river": "https://github.com/riverqueue/river",
    "rjsf": "https://github.com/rjsf-team/react-jsonschema-form",
    "router5": "https://github.com/router5/router5",
    "rspack": "https://github.com/web-infra-dev/rspack",
    "ruby-on-rails": "https://github.com/rails/rails",
    "rust-analyzer": "https://github.com/rust-lang/rust-analyzer",
    "rust-futures": "https://github.com/rust-lang/futures-rs",
    "rust-wasm-bindgen": "https://github.com/rustwasm/wasm-bindgen",
    "sanity": "https://github.com/sanity-io/sanity",
    "serilog-ui": "https://github.com/serilog-contrib/serilog-ui",
    "scaffdog": "https://github.com/scaffdog/scaffdog",
    "sea-orm": "https://github.com/SeaQL/sea-orm",
    "secretlint": "https://github.com/secretlint/secretlint",
    "sendgrid-nodejs": "https://github.com/sendgrid/sendgrid-nodejs",
    "sentry-dotnet": "https://github.com/getsentry/sentry-dotnet",
    "sentry-javascript": "https://github.com/getsentry/sentry-javascript",
    "sentry-ruby": "https://github.com/getsentry/sentry-ruby",
    "sentry-rust": "https://github.com/getsentry/sentry-rust",
    "serde": "https://github.com/serde-rs/serde",
    "serenity-js": "https://github.com/serenity-js/serenity-js",
    "shedlock": "https://github.com/lukas-krecan/ShedLock",
    "shiki": "https://github.com/shikijs/shiki",
    "shopify-app-bridge": "https://github.com/Shopify/app-bridge",
    "sitecore-jss": "https://github.com/Sitecore/jss",
    "skiasharp": "https://github.com/mono/SkiaSharp",
    "slack-net": "https://github.com/soxtoby/SlackNet",
    "slf4j": "https://github.com/qos-ch/slf4j",
    "spectre-console": "https://github.com/spectreconsole/spectre.console",
    "springfox": "https://github.com/springfox/springfox",
    "steeltoe": "https://github.com/SteeltoeOSS/steeltoe",
    "storybook": "https://github.com/storybookjs/storybook",
    "storybook-react-native": "https://github.com/storybookjs/react-native",
    "strapi": "https://github.com/strapi/strapi",
    "strum": "https://github.com/Peternator7/strum",
    "stryker-js": "https://github.com/stryker-mutator/stryker-js",
    "surveyjs": "https://github.com/surveyjs/surveyjs",
    "swashbuckle-aspnetcore": "https://github.com/domaindrivendev/Swashbuckle.AspNetCore",
    "system.io.abstractions": "https://github.com/System-IO-Abstractions/System.IO.Abstractions/",
    "tamagui": "https://github.com/tamagui/tamagui",
    "tanstack-form": "https://github.com/TanStack/form",
    "tanstack-query": "https://github.com/TanStack/query",
    "tanstack-router": "https://github.com/TanStack/router",
    "tanstack-table": "https://github.com/TanStack/table",
    "tauri": "https://github.com/tauri-apps/tauri",
    "telus-tds": "https://github.com/telusdigital/tds",
    "telus-tds-core": "https://github.com/telus/tds-core",
    "temporalio-ts": "https://github.com/temporalio/sdk-typescript",
    "terraform": "https://github.com/hashicorp/terraform",
    "testcontainers-dotnet": "https://github.com/testcontainers/testcontainers-dotnet",
    "testcontainers-go": "https://github.com/testcontainers/testcontainers-go",
    "testcontainers-java": "https://github.com/testcontainers/testcontainers-java",
    "testcontainers-node": "https://github.com/testcontainers/testcontainers-node",
    "theme-ui": "https://github.com/system-ui/theme-ui",
    "tika": "https://github.com/apache/tika",
    "tiptap": "https://github.com/ueberdosis/tiptap",
    "tokio-prost": "https://github.com/tokio-rs/prost",
    "tokio-tracing": "https://github.com/tokio-rs/tracing",
    "tonic": "https://github.com/hyperium/tonic",
    "treat": "https://github.com/seek-oss/treat",
    "trpc": "https://github.com/trpc/trpc",
    "trust-dns": "https://github.com/bluejekyll/trust-dns",
    "tsoa": "https://github.com/lukeautry/tsoa",
    "turbo": [
      "https://github.com/vercel/turbo",
      "https://github.com/vercel/turborepo"
    ],
    "turf": "https://github.com/Turfjs/turf",
    "typed-signalr": "https://github.com/nenoNaninu/TypedSignalR.Client.TypeScript",
    "typefaces": "https://github.com/KyleAMathews/typefaces",
    "typescript-eslint": "https://github.com/typescript-eslint/typescript-eslint",
    "typography-js": "https://github.com/KyleAMathews/typography.js",
    "unhead": "https://github.com/unjs/unhead",
    "unocss": "https://github.com/unocss/unocss",
    "uppy": "https://github.com/transloadit/uppy",
    "utoipa": "https://github.com/juhaku/utoipa",
    "vaadin-hilla": "https://github.com/vaadin/hilla",
    "vaadinWebComponents": "https://github.com/vaadin/web-components",
    "visx": "https://github.com/airbnb/visx",
    "vitest": "https://github.com/vitest-dev/vitest",
    "vstest": "https://github.com/microsoft/vstest",
    "vue": ["https://github.com/vuejs/vue", "https://github.com/vuejs/core"],
    "vue-cli": "https://github.com/vuejs/vue-cli",
    "vuepress": "https://github.com/vuejs/vuepress",
    "vueuse": "https://github.com/vueuse/vueuse",
    "weasel": "https://github.com/JasperFx/weasel",
    "web3-react": "https://github.com/Uniswap/web3-react",
    "webdriverio": "https://github.com/webdriverio/webdriverio",
    "wolverine": "https://github.com/jasperfx/wolverine",
    "workbox": "https://github.com/googlechrome/workbox",
    "xstate": "https://github.com/statelyai/xstate",
    "xterm": "https://github.com/xtermjs/xterm.js",
    "xunit-dotnet": [
      "https://github.com/xunit/assert.xunit",
      "https://github.com/xunit/visualstudio.xunit",
      "https://github.com/xunit/xunit",
      "https://github.com/xunit/xunit.analyzers"
    ],
    "yarn": "https://github.com/yarnpkg/berry",
    "zag-js": "https://github.com/chakra-ui/zag",
    "zxing-net": "https://github.com/micjahn/ZXing.Net"
  },
  "orgGroups": {
    "hapijs": "https://github.com/hapijs/",
    "lodash": "https://github.com/lodash/",
    "ngrx": "https://github.com/ngrx/",
    "nrwl": "https://github.com/nrwl/",
    "octokit": "https://github.com/octokit/",
    "semantic-release": "https://github.com/semantic-release/",
    "swc": "https://github.com/swc-project/"
  },
  "patternGroups": {
    "angularmaterial": ["/^@angular/material/", "/^@angular/cdk/"],
    "apache-camel": "/^org.apache.camel:/",
    "apache-poi": "/^org.apache.poi:/",
    "aws-java-sdk": "/^com.amazonaws:aws-java-sdk-/",
    "aws-java-sdk-v2": "/^software.amazon.awssdk:/",
    "babel6": "/^babel6$/",
    "clarity": ["/^@cds//", "/^@clr//"],
    "embroider": "/^@embroider//",
    "forge": "/^@forge//",
    "fullcalendar": "/^@fullcalendar//",
    "hotchocolate": "/^HotChocolate\\./",
    "prometheus-simpleclient": "/^io.prometheus:simpleclient/",
    "russh": ["/^russh$/", "/^russh-keys$/"],
    "spfx": ["/^@microsoft/sp-/", "/^@microsoft/eslint-.+-spfx$/"],
    "spock": "/^org\\.spockframework:spock-/",
    "syncfusion-dotnet": "/^Syncfusion\\./",
    "testing-library": "/^@testing-library//",
    "wordpress": "/^@wordpress/"
  }
}