BuiltInPlugins: [
    ["file:description", typeof FlowrAnalyzerDescriptionFilePlugin],
    [
        "versions:description",
        typeof FlowrAnalyzerPackageVersionsDescriptionFilePlugin,
    ],
    [
        "loading-order:description",
        typeof FlowrAnalyzerLoadingOrderDescriptionFilePlugin,
    ],
    ["file:rmd", typeof FlowrAnalyzerRmdFilePlugin],
    ["file:qmd", typeof FlowrAnalyzerQmdFilePlugin],
] = ...

The built-in Flowr Analyzer plugins that are always available.